Changeset 4410 in subversion


Ignore:
Timestamp:
Jan 12, 2011 1:25:02 PM (2 years ago)
Author:
thomasb
Message:

Bumbed version; Roundcube development is not Switzerland only

Location:
trunk/roundcubemail
Files:
215 edited

Legend:

Unmodified
Added
Removed
  • trunk/roundcubemail/CHANGELOG

    r4403 r4410  
    22=========================== 
    33 
     4RELEASE 0.5 
     5----------- 
    46- Fix double-login/session issue (#1487104) 
    57- Wrap HTML parts with <html><body> and add Doctype declaration (#1487098) 
  • trunk/roundcubemail/bin/cleandb.sh

    r4164 r4410  
    77 |                                                                       | 
    88 | This file is part of the Roundcube Webmail client                     | 
    9  | Copyright (C) 2010, Roundcube Dev. - Switzerland                      | 
     9 | Copyright (C) 2010, The Roundcube Dev Team                            | 
    1010 | Licensed under the GNU GPL                                            | 
    1111 |                                                                       | 
  • trunk/roundcubemail/bin/decrypt.sh

    r3989 r4410  
    77 |                                                                       | 
    88 | This file is part of the Roundcube Webmail client                     | 
    9  | Copyright (C) 2005-2009, Roundcube Dev. - Switzerland                 | 
     9 | Copyright (C) 2005-2009, The Roundcube Dev Team                       | 
    1010 | Licensed under the GNU GPL                                            | 
    1111 |                                                                       | 
  • trunk/roundcubemail/bin/dumpschema.sh

    r3989 r4410  
    77 |                                                                       | 
    88 | This file is part of the Roundcube Webmail client                     | 
    9  | Copyright (C) 2005-2009, Roundcube Dev. - Switzerland                 | 
     9 | Copyright (C) 2005-2009, The Roundcube Dev Team                       | 
    1010 | Licensed under the GNU GPL                                            | 
    1111 |                                                                       | 
  • trunk/roundcubemail/config/db.inc.php.dist

    r3989 r4410  
    66 |                                                                       | 
    77 | This file is part of the Roundcube Webmail client                     | 
    8  | Copyright (C) 2005-2009, Roundcube Dev. - Switzerland                 | 
     8 | Copyright (C) 2005-2009, The Roundcube Dev Team                       | 
    99 | Licensed under the GNU GPL                                            | 
    1010 |                                                                       | 
  • trunk/roundcubemail/config/main.inc.php.dist

    r4403 r4410  
    66 |                                                                       | 
    77 | This file is part of the Roundcube Webmail client                     | 
    8  | Copyright (C) 2005-2010, Roundcube Dev. - Switzerland                 | 
     8 | Copyright (C) 2005-2010, The Roundcube Dev Team                       | 
    99 | Licensed under the GNU GPL                                            | 
    1010 |                                                                       | 
  • trunk/roundcubemail/index.php

    r4396 r4410  
    33 +-------------------------------------------------------------------------+ 
    44 | Roundcube Webmail IMAP Client                                           | 
    5  | Version 0.4-20100807                                                    | 
    6  |                                                                         | 
    7  | Copyright (C) 2005-2010, Roundcube Dev. - Switzerland                   | 
     5 | Version 0.6-svn                                                         | 
     6 |                                                                         | 
     7 | Copyright (C) 2005-2011, The Roundcube Dev Team                         | 
    88 |                                                                         | 
    99 | This program is free software; you can redistribute it and/or modify    | 
  • trunk/roundcubemail/installer/rcube_install.php

    r4198 r4410  
    66 |                                                                       | 
    77 | This file is part of the Roundcube Webmail package                    | 
    8  | Copyright (C) 2008-2009, Roundcube Dev. - Switzerland                 | 
     8 | Copyright (C) 2008-2009, The Roundcube Dev Team                       | 
    99 | Licensed under the GNU Public License                                 | 
    1010 +-----------------------------------------------------------------------+ 
  • trunk/roundcubemail/installer/utils.php

    r3989 r4410  
    55 | Version 0.3-20090702                                                    | 
    66 |                                                                         | 
    7  | Copyright (C) 2005-2009, Roundcube Dev. - Switzerland                   | 
     7 | Copyright (C) 2005-2009, The Roundcube Dev Team                         | 
    88 |                                                                         | 
    99 | This program is free software; you can redistribute it and/or modify    | 
  • trunk/roundcubemail/program/include/iniset.php

    r4394 r4410  
    66 |                                                                       | 
    77 | This file is part of the Roundcube Webmail client                     | 
    8  | Copyright (C) 2008-2009, Roundcube Dev, - Switzerland                 | 
     8 | Copyright (C) 2008-2011, Roundcube Dev, - Switzerland                 | 
    99 | Licensed under the GNU GPL                                            | 
    1010 |                                                                       | 
     
    3737 
    3838// application constants 
    39 define('RCMAIL_VERSION', '0.5-trunk'); 
     39define('RCMAIL_VERSION', '0.6-svn'); 
    4040define('RCMAIL_CHARSET', 'UTF-8'); 
    4141define('JS_OBJECT_NAME', 'rcmail'); 
  • trunk/roundcubemail/program/include/rcmail.php

    r4396 r4410  
    66 |                                                                       | 
    77 | This file is part of the Roundcube Webmail client                     | 
    8  | Copyright (C) 2008-2010, Roundcube Dev. - Switzerland                 | 
     8 | Copyright (C) 2008-2010, The Roundcube Dev Team                       | 
    99 | Licensed under the GNU GPL                                            | 
    1010 |                                                                       | 
  • trunk/roundcubemail/program/include/rcube_addressbook.php

    r4145 r4410  
    66 |                                                                       | 
    77 | This file is part of the Roundcube Webmail client                     | 
    8  | Copyright (C) 2006-2009, Roundcube Dev. - Switzerland                 | 
     8 | Copyright (C) 2006-2009, The Roundcube Dev Team                       | 
    99 | Licensed under the GNU GPL                                            | 
    1010 |                                                                       | 
  • trunk/roundcubemail/program/include/rcube_browser.php

    r3989 r4410  
    66 |                                                                       | 
    77 | This file is part of the Roundcube Webmail client                     | 
    8  | Copyright (C) 2007-2009, Roundcube Dev. - Switzerland                 | 
     8 | Copyright (C) 2007-2009, The Roundcube Dev Team                       | 
    99 | Licensed under the GNU GPL                                            | 
    1010 |                                                                       | 
  • trunk/roundcubemail/program/include/rcube_config.php

    r4363 r4410  
    66 |                                                                       | 
    77 | This file is part of the Roundcube Webmail client                     | 
    8  | Copyright (C) 2008-2010, Roundcube Dev. - Switzerland                 | 
     8 | Copyright (C) 2008-2010, The Roundcube Dev Team                       | 
    99 | Licensed under the GNU GPL                                            | 
    1010 |                                                                       | 
  • trunk/roundcubemail/program/include/rcube_contacts.php

    r4145 r4410  
    66 |                                                                       | 
    77 | This file is part of the Roundcube Webmail client                     | 
    8  | Copyright (C) 2006-2010, Roundcube Dev. - Switzerland                 | 
     8 | Copyright (C) 2006-2010, The Roundcube Dev Team                       | 
    99 | Licensed under the GNU GPL                                            | 
    1010 |                                                                       | 
  • trunk/roundcubemail/program/include/rcube_html_page.php

    r4015 r4410  
    66 |                                                                       | 
    77 | This file is part of the Roundcube PHP suite                          | 
    8  | Copyright (C) 2005-2009, Roundcube Dev. - Switzerland                 | 
     8 | Copyright (C) 2005-2009, The Roundcube Dev Team                       | 
    99 | Licensed under the GNU GPL                                            | 
    1010 |                                                                       | 
  • trunk/roundcubemail/program/include/rcube_imap.php

    r4389 r4410  
    66 |                                                                       | 
    77 | This file is part of the Roundcube Webmail client                     | 
    8  | Copyright (C) 2005-2010, Roundcube Dev. - Switzerland                 | 
     8 | Copyright (C) 2005-2010, The Roundcube Dev Team                       | 
    99 | Licensed under the GNU GPL                                            | 
    1010 |                                                                       | 
  • trunk/roundcubemail/program/include/rcube_imap_generic.php

    r4399 r4410  
    66 |                                                                       | 
    77 | This file is part of the Roundcube Webmail client                     | 
    8  | Copyright (C) 2005-2010, Roundcube Dev. - Switzerland                 | 
     8 | Copyright (C) 2005-2010, The Roundcube Dev Team                       | 
    99 | Licensed under the GNU GPL                                            | 
    1010 |                                                                       | 
  • trunk/roundcubemail/program/include/rcube_json_output.php

    r4139 r4410  
    66 |                                                                       | 
    77 | This file is part of the Roundcube Webmail client                     | 
    8  | Copyright (C) 2008-2010, Roundcube Dev. - Switzerland                 | 
     8 | Copyright (C) 2008-2010, The Roundcube Dev Team                       | 
    99 | Licensed under the GNU GPL                                            | 
    1010 |                                                                       | 
  • trunk/roundcubemail/program/include/rcube_ldap.php

    r4021 r4410  
    55 |                                                                       | 
    66 | This file is part of the Roundcube Webmail client                     | 
    7  | Copyright (C) 2006-2010, Roundcube Dev. - Switzerland                 | 
     7 | Copyright (C) 2006-2010, The Roundcube Dev Team                       | 
    88 | Licensed under the GNU GPL                                            | 
    99 |                                                                       | 
  • trunk/roundcubemail/program/include/rcube_mdb2.php

    r4057 r4410  
    66 |                                                                       | 
    77 | This file is part of the Roundcube Webmail client                     | 
    8  | Copyright (C) 2005-2009, Roundcube Dev. - Switzerland                 | 
     8 | Copyright (C) 2005-2009, The Roundcube Dev Team                       | 
    99 | Licensed under the GNU GPL                                            | 
    1010 |                                                                       | 
  • trunk/roundcubemail/program/include/rcube_message.php

    r4288 r4410  
    66 |                                                                       | 
    77 | This file is part of the Roundcube Webmail client                     | 
    8  | Copyright (C) 2008-2010, Roundcube Dev. - Switzerland                 | 
     8 | Copyright (C) 2008-2010, The Roundcube Dev Team                       | 
    99 | Licensed under the GNU GPL                                            | 
    1010 |                                                                       | 
  • trunk/roundcubemail/program/include/rcube_mime_struct.php

    r3989 r4410  
    77 |                                                                       | 
    88 | This file is part of the Roundcube Webmail client                     | 
    9  | Copyright (C) 2005-2010, Roundcube Dev. - Switzerland                 | 
     9 | Copyright (C) 2005-2010, The Roundcube Dev Team                       | 
    1010 | Licensed under the GNU GPL                                            | 
    1111 |                                                                       | 
  • trunk/roundcubemail/program/include/rcube_plugin.php

    r4363 r4410  
    66 |                                                                       | 
    77 | This file is part of the Roundcube Webmail client                     | 
    8  | Copyright (C) 2008-2009, Roundcube Dev. - Switzerland                 | 
     8 | Copyright (C) 2008-2009, The Roundcube Dev Team                       | 
    99 | Licensed under the GNU GPL                                            | 
    1010 |                                                                       | 
  • trunk/roundcubemail/program/include/rcube_plugin_api.php

    r4154 r4410  
    66 |                                                                       | 
    77 | This file is part of the Roundcube Webmail client                     | 
    8  | Copyright (C) 2008-2009, Roundcube Dev. - Switzerland                 | 
     8 | Copyright (C) 2008-2009, The Roundcube Dev Team                       | 
    99 | Licensed under the GNU GPL                                            | 
    1010 |                                                                       | 
  • trunk/roundcubemail/program/include/rcube_result_set.php

    r3989 r4410  
    66 |                                                                       | 
    77 | This file is part of the Roundcube Webmail client                     | 
    8  | Copyright (C) 2006-2010, Roundcube Dev. - Switzerland                 | 
     8 | Copyright (C) 2006-2010, The Roundcube Dev Team                       | 
    99 | Licensed under the GNU GPL                                            | 
    1010 |                                                                       | 
  • trunk/roundcubemail/program/include/rcube_session.php

    r4275 r4410  
    66 |                                                                       | 
    77 | This file is part of the Roundcube Webmail client                     | 
    8  | Copyright (C) 2005-2010, Roundcube Dev. - Switzerland                 | 
     8 | Copyright (C) 2005-2010, The Roundcube Dev Team                       | 
    99 | Licensed under the GNU GPL                                            | 
    1010 |                                                                       | 
  • trunk/roundcubemail/program/include/rcube_shared.inc

    r4232 r4410  
    66 |                                                                       | 
    77 | This file is part of the Roundcube PHP suite                          | 
    8  | Copyright (C) 2005-2007, Roundcube Dev. - Switzerland                 | 
     8 | Copyright (C) 2005-2007, The Roundcube Dev Team                       | 
    99 | Licensed under the GNU GPL                                            | 
    1010 |                                                                       | 
  • trunk/roundcubemail/program/include/rcube_smtp.php

    r4123 r4410  
    66 |                                                                       | 
    77 | This file is part of the Roundcube Webmail client                     | 
    8  | Copyright (C) 2005-2010, Roundcube Dev. - Switzerland                 | 
     8 | Copyright (C) 2005-2010, The Roundcube Dev Team                       | 
    99 | Licensed under the GNU GPL                                            | 
    1010 |                                                                       | 
  • trunk/roundcubemail/program/include/rcube_sqlite.inc

    r3989 r4410  
    66 |                                                                       | 
    77 | This file is part of the Roundcube Webmail client                     | 
    8  | Copyright (C) 2005-2010, Roundcube Dev. - Switzerland                 | 
     8 | Copyright (C) 2005-2010, The Roundcube Dev Team                       | 
    99 | Licensed under the GNU GPL                                            | 
    1010 |                                                                       | 
  • trunk/roundcubemail/program/include/rcube_string_replacer.php

    r4402 r4410  
    66 |                                                                       | 
    77 | This file is part of the Roundcube Webmail client                     | 
    8  | Copyright (C) 2009, Roundcube Dev. - Switzerland                      | 
     8 | Copyright (C) 2009, The Roundcube Dev Team                            | 
    99 | Licensed under the GNU GPL                                            | 
    1010 |                                                                       | 
  • trunk/roundcubemail/program/include/rcube_template.php

    r4404 r4410  
    66 |                                                                       | 
    77 | This file is part of the Roundcube Webmail client                     | 
    8  | Copyright (C) 2006-2010, Roundcube Dev. - Switzerland                 | 
     8 | Copyright (C) 2006-2010, The Roundcube Dev Team                       | 
    99 | Licensed under the GNU GPL                                            | 
    1010 |                                                                       | 
  • trunk/roundcubemail/program/include/rcube_user.php

    r4290 r4410  
    66 |                                                                       | 
    77 | This file is part of the Roundcube Webmail client                     | 
    8  | Copyright (C) 2005-2010, Roundcube Dev. - Switzerland                 | 
     8 | Copyright (C) 2005-2010, The Roundcube Dev Team                       | 
    99 | Licensed under the GNU GPL                                            | 
    1010 |                                                                       | 
  • trunk/roundcubemail/program/include/rcube_vcard.php

    r4393 r4410  
    66 |                                                                       | 
    77 | This file is part of the Roundcube Webmail client                     | 
    8  | Copyright (C) 2008-2009, Roundcube Dev. - Switzerland                 | 
     8 | Copyright (C) 2008-2009, The Roundcube Dev Team                       | 
    99 | Licensed under the GNU GPL                                            | 
    1010 |                                                                       | 
  • trunk/roundcubemail/program/localization/ar_SA/labels.inc

    r4345 r4410  
    77|                                                                       | 
    88| Language file of the Roundcube Webmail client                         | 
    9 | Copyright (C) 2005-2010, Roundcube Dev. - Switzerland                 | 
     9| Copyright (C) 2005-2010, The Roundcube Dev Team                       | 
    1010| Licensed under the GNU GPL                                            | 
    1111|                                                                       | 
  • trunk/roundcubemail/program/localization/ar_SA/messages.inc

    r4368 r4410  
    77|                                                                       | 
    88| Language file of the Roundcube Webmail client                         | 
    9 | Copyright (C) 2005-2010, Roundcube Dev. - Switzerland                 | 
     9| Copyright (C) 2005-2010, The Roundcube Dev Team                       | 
    1010| Licensed under the GNU GPL                                            | 
    1111|                                                                       | 
  • trunk/roundcubemail/program/localization/ast/labels.inc

    r4345 r4410  
    77|                                                                       | 
    88| Language file of the Roundcube Webmail client                         | 
    9 | Copyright (C) 2005-2010, Roundcube Dev. - Switzerland                 | 
     9| Copyright (C) 2005-2010, The Roundcube Dev Team                       | 
    1010| Licensed under the GNU GPL                                            | 
    1111|                                                                       | 
  • trunk/roundcubemail/program/localization/ast/messages.inc

    r4304 r4410  
    77|                                                                       | 
    88| Language file of the Roundcube Webmail client                         | 
    9 | Copyright (C) 2005-2008, Roundcube Dev. - Switzerland                 | 
     9| Copyright (C) 2005-2008, The Roundcube Dev Team                       | 
    1010| Licensed under the GNU GPL                                            | 
    1111|                                                                       | 
  • trunk/roundcubemail/program/localization/az_AZ/labels.inc

    r4345 r4410  
    77|                                                                       | 
    88| Language file of the Roundcube Webmail client                         | 
    9 | Copyright (C) 2005-2010, Roundcube Dev. - Switzerland                 | 
     9| Copyright (C) 2005-2010, The Roundcube Dev Team                       | 
    1010| Licensed under the GNU GPL                                            | 
    1111|                                                                       | 
  • trunk/roundcubemail/program/localization/az_AZ/messages.inc

    r4304 r4410  
    77|                                                                       | 
    88| Language file of the Roundcube Webmail client                         | 
    9 | Copyright (C) 2005-2010, Roundcube Dev. - Switzerland                 | 
     9| Copyright (C) 2005-2010, The Roundcube Dev Team                       | 
    1010| Licensed under the GNU GPL                                            | 
    1111|                                                                       | 
  • trunk/roundcubemail/program/localization/bg_BG/labels.inc

    r4345 r4410  
    77|                                                                       | 
    88| Language file of the Roundcube Webmail client                         | 
    9 | Copyright (C) 2005-2010, Roundcube Dev. - Switzerland                 | 
     9| Copyright (C) 2005-2010, The Roundcube Dev Team                       | 
    1010| Licensed under the GNU GPL                                            | 
    1111|                                                                       | 
  • trunk/roundcubemail/program/localization/bg_BG/messages.inc

    r4304 r4410  
    77|                                                                       | 
    88| Language file of the Roundcube Webmail client                         | 
    9 | Copyright (C) 2005-2010, Roundcube Dev. - Switzerland                 | 
     9| Copyright (C) 2005-2010, The Roundcube Dev Team                       | 
    1010| Licensed under the GNU GPL                                            | 
    1111|                                                                       | 
  • trunk/roundcubemail/program/localization/bn_BD/labels.inc

    r4345 r4410  
    66|                                                                       | 
    77| Language file of the Roundcube Webmail client                         | 
    8 | Copyright (C) 2008, Roundcube Dev. - Switzerland                      | 
     8| Copyright (C) 2008, The Roundcube Dev Team                            | 
    99| Licensed under the GNU GPL                                            | 
    1010|                                                                       | 
  • trunk/roundcubemail/program/localization/bn_BD/messages.inc

    r4304 r4410  
    66|                                                                       | 
    77| Language file of the Roundcube Webmail client                         | 
    8 | Copyright (C) 2008, Roundcube Dev. - Switzerland                      | 
     8| Copyright (C) 2008, The Roundcube Dev Team                            | 
    99| Licensed under the GNU GPL                                            | 
    1010|                                                                       | 
  • trunk/roundcubemail/program/localization/br/labels.inc

    r4345 r4410  
    77 |                                                                       | 
    88 | Language file of the Roundcube Webmail client                         | 
    9  | Copyright (C) 2005-2007, Roundcube Dev. - Switzerland                 | 
     9 | Copyright (C) 2005-2007, The Roundcube Dev Team                       | 
    1010 | Licensed under the GNU GPL                                            | 
    1111 |                                                                       | 
  • trunk/roundcubemail/program/localization/br/messages.inc

    r3989 r4410  
    77 |                                                                       | 
    88 | Language file of the Roundcube Webmail client                         | 
    9  | Copyright (C) 2005-2007, Roundcube Dev. - Switzerland                 | 
     9 | Copyright (C) 2005-2007, The Roundcube Dev Team                       | 
    1010 | Licensed under the GNU GPL                                            | 
    1111 |                                                                       | 
  • trunk/roundcubemail/program/localization/bs_BA/labels.inc

    r4345 r4410  
    77 |                                                                       | 
    88 | Language file of the Roundcube Webmail client                         | 
    9  | Copyright (C) 2005-2010, Roundcube Dev. - Switzerland                 | 
     9 | Copyright (C) 2005-2010, The Roundcube Dev Team                       | 
    1010 | Licensed under the GNU GPL                                            | 
    1111 |                                                                       | 
  • trunk/roundcubemail/program/localization/bs_BA/messages.inc

    r3989 r4410  
    77 |                                                                       | 
    88 | Language file of the Roundcube Webmail client                         | 
    9  | Copyright (C) 2005-2010, Roundcube Dev. - Switzerland                 | 
     9 | Copyright (C) 2005-2010, The Roundcube Dev Team                       | 
    1010 | Licensed under the GNU GPL                                            | 
    1111 |                                                                       | 
  • trunk/roundcubemail/program/localization/ca_ES/labels.inc

    r4386 r4410  
    77|                                                                       | 
    88| Language file of the Roundcube Webmail client                         | 
    9 | Copyright (C) 2005-2010, Roundcube Dev. - Switzerland                 | 
     9| Copyright (C) 2005-2010, The Roundcube Dev Team                       | 
    1010| Licensed under the GNU GPL                                            | 
    1111|                                                                       | 
  • trunk/roundcubemail/program/localization/ca_ES/messages.inc

    r4386 r4410  
    77|                                                                       | 
    88| Language file of the Roundcube Webmail client                         | 
    9 | Copyright (C) 2005-2010, Roundcube Dev. - Switzerland                 | 
     9| Copyright (C) 2005-2010, The Roundcube Dev Team                       | 
    1010| Licensed under the GNU GPL                                            | 
    1111|                                                                       | 
  • trunk/roundcubemail/program/localization/cs_CZ/labels.inc

    r4345 r4410  
    77|                                                                       | 
    88| Language file of the Roundcube Webmail client                         | 
    9 | Copyright (C) 2005-2010, Roundcube Dev. - Switzerland                 | 
     9| Copyright (C) 2005-2010, The Roundcube Dev Team                       | 
    1010| Licensed under the GNU GPL                                            | 
    1111|                                                                       | 
  • trunk/roundcubemail/program/localization/cs_CZ/messages.inc

    r4304 r4410  
    77|                                                                       | 
    88| Language file of the Roundcube Webmail client                         | 
    9 | Copyright (C) 2005-2010, Roundcube Dev. - Switzerland                 | 
     9| Copyright (C) 2005-2010, The Roundcube Dev Team                       | 
    1010| Licensed under the GNU GPL                                            | 
    1111|                                                                       | 
  • trunk/roundcubemail/program/localization/cy_GB/labels.inc

    r4345 r4410  
    66|                                                                       | 
    77| Language file of the Roundcube Webmail client                         | 
    8 | Copyright (C) 2008-2010, Roundcube Dev. - Switzerland                 | 
     8| Copyright (C) 2008-2010, The Roundcube Dev Team                       | 
    99| Licensed under the GNU GPL                                            | 
    1010|                                                                       | 
  • trunk/roundcubemail/program/localization/cy_GB/messages.inc

    r4332 r4410  
    66|                                                                       | 
    77| Language file of the Roundcube Webmail client                         | 
    8 | Copyright (C) 2008-2010, Roundcube Dev. - Switzerland                 | 
     8| Copyright (C) 2008-2010, The Roundcube Dev Team                       | 
    99| Licensed under the GNU GPL                                            | 
    1010|                                                                       | 
  • trunk/roundcubemail/program/localization/da_DK/labels.inc

    r4345 r4410  
    66|                                                                       | 
    77| Language file of the Roundcube Webmail client                         | 
    8 | Copyright (C) 2005-2010, Roundcube Dev. - Switzerland                 | 
     8| Copyright (C) 2005-2010, The Roundcube Dev Team                       | 
    99| Licensed under the GNU GPL                                            | 
    1010|                                                                       | 
  • trunk/roundcubemail/program/localization/da_DK/messages.inc

    r4304 r4410  
    66|                                                                       | 
    77| Language file of the Roundcube Webmail client                         | 
    8 | Copyright (C) 2005-2010, Roundcube Dev. - Switzerland                 | 
     8| Copyright (C) 2005-2010, The Roundcube Dev Team                       | 
    99| Licensed under the GNU GPL                                            | 
    1010|                                                                       | 
  • trunk/roundcubemail/program/localization/de_CH/labels.inc

    r4346 r4410  
    77|                                                                       | 
    88| Language file of the Roundcube Webmail client                         | 
    9 | Copyright (C) 2005-2010, Roundcube Dev. - Switzerland                 | 
     9| Copyright (C) 2005-2010, The Roundcube Dev Team                       | 
    1010| Licensed under the GNU GPL                                            | 
    1111|                                                                       | 
  • trunk/roundcubemail/program/localization/de_CH/messages.inc

    r4345 r4410  
    77|                                                                       | 
    88| Language file of the Roundcube Webmail client                         | 
    9 | Copyright (C) 2005-2010, Roundcube Dev. - Switzerland                 | 
     9| Copyright (C) 2005-2010, The Roundcube Dev Team                       | 
    1010| Licensed under the GNU GPL                                            | 
    1111|                                                                       | 
  • trunk/roundcubemail/program/localization/de_DE/labels.inc

    r4346 r4410  
    77|                                                                       | 
    88| Language file of the Roundcube Webmail client                         | 
    9 | Copyright (C) 2005-2010, Roundcube Dev. - Switzerland                 | 
     9| Copyright (C) 2005-2010, The Roundcube Dev Team                       | 
    1010| Licensed under the GNU GPL                                            | 
    1111|                                                                       | 
  • trunk/roundcubemail/program/localization/de_DE/messages.inc

    r4345 r4410  
    77|                                                                       | 
    88| Language file of the Roundcube Webmail client                         | 
    9 | Copyright (C) 2005-2010, Roundcube Dev. - Switzerland                 | 
     9| Copyright (C) 2005-2010, The Roundcube Dev Team                       | 
    1010| Licensed under the GNU GPL                                            | 
    1111|                                                                       | 
  • trunk/roundcubemail/program/localization/el_GR/labels.inc

    r4345 r4410  
    77|                                                                       | 
    88| Language file of the Roundcube Webmail client                         | 
    9 | Copyright (C) 2005-2010, Roundcube Dev. - Switzerland                 | 
     9| Copyright (C) 2005-2010, The Roundcube Dev Team                       | 
    1010| Licensed under the GNU GPL                                            | 
    1111|                                                                       | 
  • trunk/roundcubemail/program/localization/el_GR/messages.inc

    r4304 r4410  
    55|                                                                       | 
    66| Language file of the Roundcube Webmail client                         | 
    7 | Copyright (C) 2005-2010, Roundcube Dev. - Switzerland                 | 
     7| Copyright (C) 2005-2010, The Roundcube Dev Team                       | 
    88| Licensed under the GNU GPL                                            | 
    99|                                                                       | 
  • trunk/roundcubemail/program/localization/en_GB/labels.inc

    r4376 r4410  
    77|                                                                       | 
    88| Language file of the Roundcube Webmail client                         | 
    9 | Copyright (C) 2005-2010, Roundcube Dev. - Switzerland                 | 
     9| Copyright (C) 2005-2010, The Roundcube Dev Team                       | 
    1010| Licensed under the GNU GPL                                            | 
    1111|                                                                       | 
  • trunk/roundcubemail/program/localization/en_GB/messages.inc

    r4376 r4410  
    77|                                                                       | 
    88| Language file of the Roundcube Webmail client                         | 
    9 | Copyright (C) 2005-2010, Roundcube Dev. - Switzerland                 | 
     9| Copyright (C) 2005-2010, The Roundcube Dev Team                       | 
    1010| Licensed under the GNU GPL                                            | 
    1111|                                                                       | 
  • trunk/roundcubemail/program/localization/en_US/labels.inc

    r4362 r4410  
    77 |                                                                       | 
    88 | Language file of the Roundcube Webmail client                         | 
    9  | Copyright (C) 2005-2010, Roundcube Dev. - Switzerland                 | 
     9 | Copyright (C) 2005-2010, The Roundcube Dev Team                       | 
    1010 | Licensed under the GNU GPL                                            | 
    1111 |                                                                       | 
  • trunk/roundcubemail/program/localization/en_US/messages.inc

    r4359 r4410  
    77 |                                                                       | 
    88 | Language file of the Roundcube Webmail client                         | 
    9  | Copyright (C) 2005-2010, Roundcube Dev. - Switzerland                 | 
     9 | Copyright (C) 2005-2010, The Roundcube Dev Team                       | 
    1010 | Licensed under the GNU GPL                                            | 
    1111 |                                                                       | 
  • trunk/roundcubemail/program/localization/eo/labels.inc

    r4345 r4410  
    77|                                                                       | 
    88| Language file of the Roundcube Webmail client                         | 
    9 | Copyright (C) 2005-2010, Roundcube Dev. - Switzerland                 | 
     9| Copyright (C) 2005-2010, The Roundcube Dev Team                       | 
    1010| Licensed under the GNU GPL                                            | 
    1111|                                                                       | 
  • trunk/roundcubemail/program/localization/eo/messages.inc

    r4304 r4410  
    77|                                                                       | 
    88| Language file of the Roundcube Webmail client                         | 
    9 | Copyright (C) 2005-2010, Roundcube Dev. - Switzerland                 | 
     9| Copyright (C) 2005-2010, The Roundcube Dev Team                       | 
    1010| Licensed under the GNU GPL                                            | 
    1111|                                                                       | 
  • trunk/roundcubemail/program/localization/es_AR/labels.inc

    r4345 r4410  
    66|                                                                       | 
    77| Language file of the Roundcube Webmail client                         | 
    8 | Copyright (C) 2005-2010, Roundcube Dev. - Switzerland                 | 
     8| Copyright (C) 2005-2010, The Roundcube Dev Team                       | 
    99| Licensed under the GNU GPL                                            | 
    1010|                                                                       | 
  • trunk/roundcubemail/program/localization/es_AR/messages.inc

    r4304 r4410  
    66|                                                                       | 
    77| Language file of the Roundcube Webmail client                         | 
    8 | Copyright (C) 2005-2010, Roundcube Dev. - Switzerland                 | 
     8| Copyright (C) 2005-2010, The Roundcube Dev Team                       | 
    99| Licensed under the GNU GPL                                            | 
    1010|                                                                       | 
  • trunk/roundcubemail/program/localization/es_ES/labels.inc

    r4368 r4410  
    77|                                                                       | 
    88| Language file of the Roundcube Webmail client                         | 
    9 | Copyright (C) 2005-2010, Roundcube Dev. - Switzerland                 | 
     9| Copyright (C) 2005-2010, The Roundcube Dev Team                       | 
    1010| Licensed under the GNU GPL                                            | 
    1111|                                                                       | 
  • trunk/roundcubemail/program/localization/es_ES/messages.inc

    r4368 r4410  
    77|                                                                        | 
    88| Language file of the Roundcube Webmail client                          | 
    9 | Copyright (C) 2005-2010, Roundcube Dev. - Switzerland                  | 
     9| Copyright (C) 2005-2010, The Roundcube Dev Team                        | 
    1010| Licensed under the GNU GPL                                             | 
    1111|                                                                        | 
  • trunk/roundcubemail/program/localization/et_EE/labels.inc

    r4370 r4410  
    77|                                                                       | 
    88| Language file of the Roundcube Webmail client                         | 
    9 | Copyright (C) 2005-2010, Roundcube Dev. - Switzerland                 | 
     9| Copyright (C) 2005-2010, The Roundcube Dev Team                       | 
    1010| Licensed under the GNU GPL                                            | 
    1111|                                                                       | 
  • trunk/roundcubemail/program/localization/et_EE/messages.inc

    r4370 r4410  
    77|                                                                       | 
    88| Language file of the Roundcube Webmail client                         | 
    9 | Copyright (C) 2005-2010, Roundcube Dev. - Switzerland                 | 
     9| Copyright (C) 2005-2010, The Roundcube Dev Team                       | 
    1010| Licensed under the GNU GPL                                            | 
    1111|                                                                       | 
  • trunk/roundcubemail/program/localization/eu_ES/labels.inc

    r4345 r4410  
    66|                                                                       | 
    77| Language file of the Roundcube Webmail client                         | 
    8 | Copyright (C) 2005-2010, Roundcube Dev. - Switzerland                 | 
     8| Copyright (C) 2005-2010, The Roundcube Dev Team                       | 
    99| Licensed under the GNU GPL                                            | 
    1010|                                                                       | 
  • trunk/roundcubemail/program/localization/eu_ES/messages.inc

    r4304 r4410  
    66|                                                                       | 
    77| Language file of the Roundcube Webmail client                         | 
    8 | Copyright (C) 2005-2010, Roundcube Dev. - Switzerland                 | 
     8| Copyright (C) 2005-2010, The Roundcube Dev Team                       | 
    99| Licensed under the GNU GPL                                            | 
    1010|                                                                       | 
  • trunk/roundcubemail/program/localization/fa/labels.inc

    r4304 r4410  
    66|                                                                       | 
    77| Language file of the Roundcube Webmail client                         | 
    8 | Copyright (C) 2005-2010, Roundcube Dev. - Switzerland                 | 
     8| Copyright (C) 2005-2010, The Roundcube Dev Team                       | 
    99| Licensed under the GNU GPL                                            | 
    1010|                                                                       | 
  • trunk/roundcubemail/program/localization/fa/messages.inc

    r4304 r4410  
    66|                                                                       | 
    77| Language file of the Roundcube Webmail client                         | 
    8 | Copyright (C) 2005-2010, Roundcube Dev. - Switzerland                 | 
     8| Copyright (C) 2005-2010, The Roundcube Dev Team                       | 
    99| Licensed under the GNU GPL                                            | 
    1010|                                                                       | 
  • trunk/roundcubemail/program/localization/fi_FI/labels.inc

    r4345 r4410  
    66|                                                                       | 
    77| Language file of the Roundcube Webmail client                         | 
    8 | Copyright (C) 2005-2010, Roundcube Dev. - Switzerland                 | 
     8| Copyright (C) 2005-2010, The Roundcube Dev Team                       | 
    99| Licensed under the GNU GPL                                            | 
    1010|                                                                       | 
  • trunk/roundcubemail/program/localization/fi_FI/messages.inc

    r4304 r4410  
    66|                                                                       | 
    77| Language file of the Roundcube Webmail client                         | 
    8 | Copyright (C) 2005-2010, Roundcube Dev. - Switzerland                 | 
     8| Copyright (C) 2005-2010, The Roundcube Dev Team                       | 
    99| Licensed under the GNU GPL                                            | 
    1010|                                                                       | 
  • trunk/roundcubemail/program/localization/fr_FR/labels.inc

    r4345 r4410  
    77|                                                                       | 
    88| Language file of the Roundcube Webmail client                         | 
    9 | Copyright (C) 2005-2010, Roundcube Dev. - Switzerland                 | 
     9| Copyright (C) 2005-2010, The Roundcube Dev Team                       | 
    1010| Licensed under the GNU GPL                                            | 
    1111|                                                                       | 
  • trunk/roundcubemail/program/localization/fr_FR/messages.inc

    r4304 r4410  
    77|                                                                       | 
    88| Language file of the Roundcube Webmail client                         | 
    9 | Copyright (C) 2005-2010, Roundcube Dev. - Switzerland                 | 
     9| Copyright (C) 2005-2010, The Roundcube Dev Team                       | 
    1010| Licensed under the GNU GPL                                            | 
    1111|                                                                       | 
  • trunk/roundcubemail/program/localization/ga_IE/labels.inc

    r4345 r4410  
    66 |                                                                       | 
    77 | Language file of the Roundcube Webmail client                         | 
    8  | Copyright (C) 2005-2010, Roundcube Dev. - Switzerland                 | 
     8 | Copyright (C) 2005-2010, The Roundcube Dev Team                       | 
    99 | Licensed under the GNU GPL                                            | 
    1010 |                                                                       | 
  • trunk/roundcubemail/program/localization/ga_IE/messages.inc

    r3989 r4410  
    66 |                                                                       | 
    77 | Language file of the Roundcube Webmail client                         | 
    8  | Copyright (C) 2005-2010, Roundcube Dev. - Switzerland                 | 
     8 | Copyright (C) 2005-2010, The Roundcube Dev Team                       | 
    99 | Licensed under the GNU GPL                                            | 
    1010 |                                                                       | 
  • trunk/roundcubemail/program/localization/gl_ES/labels.inc

    r4368 r4410  
    66|                                                                       | 
    77| Language file of the Roundcube Webmail client                         | 
    8 | Copyright (C) 2005-2010, Roundcube Dev. - Switzerland                 | 
     8| Copyright (C) 2005-2010, The Roundcube Dev Team                       | 
    99| Licensed under the GNU GPL                                            | 
    1010|                                                                       | 
  • trunk/roundcubemail/program/localization/gl_ES/messages.inc

    r4368 r4410  
    66|                                                                       | 
    77| Language file of the Roundcube Webmail client                         | 
    8 | Copyright (C) 2005-2010, Roundcube Dev. - Switzerland                 | 
     8| Copyright (C) 2005-2010, The Roundcube Dev Team                       | 
    99| Licensed under the GNU GPL                                            | 
    1010|                                                                       | 
  • trunk/roundcubemail/program/localization/he_IL/labels.inc

    r4345 r4410  
    66|                                                                       | 
    77| Language file of the Roundcube Webmail client                         | 
    8 | Copyright (C) 2005-2010, Roundcube Dev. - Switzerland                 | 
     8| Copyright (C) 2005-2010, The Roundcube Dev Team                       | 
    99| Licensed under the GNU GPL                                            | 
    1010|                                                                       | 
  • trunk/roundcubemail/program/localization/he_IL/messages.inc

    r4332 r4410  
    66|                                                                       | 
    77| Language file of the Roundcube Webmail client                         | 
    8 | Copyright (C) 2005-2010, Roundcube Dev. - Switzerland                 | 
     8| Copyright (C) 2005-2010, The Roundcube Dev Team                       | 
    99| Licensed under the GNU GPL                                            | 
    1010|                                                                       | 
  • trunk/roundcubemail/program/localization/hi_IN/labels.inc

    r4345 r4410  
    66 |                                                                       | 
    77 | Language file of the Roundcube Webmail client                         | 
    8  | Copyright (C) 2005-2010, Roundcube Dev. - Switzerland                 | 
     8 | Copyright (C) 2005-2010, The Roundcube Dev Team                       | 
    99 | Licensed under the GNU GPL                                            | 
    1010 |                                                                       | 
  • trunk/roundcubemail/program/localization/hi_IN/messages.inc

    r3989 r4410  
    66 |                                                                       | 
    77 | Language file of the Roundcube Webmail client                         | 
    8  | Copyright (C) 2005-2010, Roundcube Dev. - Switzerland                 | 
     8 | Copyright (C) 2005-2010, The Roundcube Dev Team                       | 
    99 | Licensed under the GNU GPL                                            | 
    1010 |                                                                       | 
  • trunk/roundcubemail/program/localization/hr_HR/labels.inc

    r4345 r4410  
    77|                                                                       | 
    88| Language file of the Roundcube Webmail client                         | 
    9 | Copyright (C) 2005-2010, Roundcube Dev. - Switzerland                 | 
     9| Copyright (C) 2005-2010, The Roundcube Dev Team                       | 
    1010| Licensed under the GNU GPL                                            | 
    1111|                                                                       | 
  • trunk/roundcubemail/program/localization/hr_HR/messages.inc

    r4304 r4410  
    77|                                                                       | 
    88| Language file of the Roundcube Webmail client                         | 
    9 | Copyright (C) 2005-2010, Roundcube Dev. - Switzerland                 | 
     9| Copyright (C) 2005-2010, The Roundcube Dev Team                       | 
    1010| Licensed under the GNU GPL                                            | 
    1111|                                                                       | 
  • trunk/roundcubemail/program/localization/hu_HU/labels.inc

    r4368 r4410  
    77|                                                                       | 
    88| Language file of the Roundcube Webmail client                         | 
    9 | Copyright (C) 2005-2010, Roundcube Dev. - Switzerland                 | 
     9| Copyright (C) 2005-2010, The Roundcube Dev Team                       | 
    1010| Licensed under the GNU GPL                                            | 
    1111|                                                                       | 
  • trunk/roundcubemail/program/localization/hu_HU/messages.inc

    r4368 r4410  
    77|                                                                       | 
    88| Language file of the Roundcube Webmail client                         | 
    9 | Copyright (C) 2005-2010, Roundcube Dev. - Switzerland                 | 
     9| Copyright (C) 2005-2010, The Roundcube Dev Team                       | 
    1010| Licensed under the GNU GPL                                            | 
    1111|                                                                       | 
  • trunk/roundcubemail/program/localization/hy_AM/labels.inc

    r4345 r4410  
    66|                                                                       | 
    77| Language file of the Roundcube Webmail client                         | 
    8 | Copyright (C) 2005-2010, Roundcube Dev. - Switzerland                 | 
     8| Copyright (C) 2005-2010, The Roundcube Dev Team                       | 
    99| Licensed under the GNU GPL                                            | 
    1010|                                                                       | 
  • trunk/roundcubemail/program/localization/hy_AM/messages.inc

    r4304 r4410  
    66|                                                                       | 
    77| Language file of the Roundcube Webmail client                         | 
    8 | Copyright (C) 2005-2010, Roundcube Dev. - Switzerland                 | 
     8| Copyright (C) 2005-2010, The Roundcube Dev Team                       | 
    99| Licensed under the GNU GPL                                            | 
    1010|                                                                       | 
  • trunk/roundcubemail/program/localization/id_ID/labels.inc

    r4345 r4410  
    77|                                                                       | 
    88| Language file of the Roundcube Webmail client                         | 
    9 | Copyright (C) 2005-2010, Roundcube Dev. - Switzerland                 | 
     9| Copyright (C) 2005-2010, The Roundcube Dev Team                       | 
    1010| Licensed under the GNU GPL                                            | 
    1111|                                                                       | 
  • trunk/roundcubemail/program/localization/id_ID/messages.inc

    r4304 r4410  
    77|                                                                       | 
    88| Language file of the Roundcube Webmail client                         | 
    9 | Copyright (C) 2005-2010, Roundcube Dev. - Switzerland                 | 
     9| Copyright (C) 2005-2010, The Roundcube Dev Team                       | 
    1010| Licensed under the GNU GPL                                            | 
    1111|                                                                       | 
  • trunk/roundcubemail/program/localization/index.inc

    r3989 r4410  
    66 |                                                                       | 
    77 | This file is part of the Roundcube Webmail client                     | 
    8  | Copyright (C) 2005-2009, Roundcube Dev. - Switzerland                 | 
     8 | Copyright (C) 2005-2009, The Roundcube Dev Team                       | 
    99 | Licensed under the GNU GPL                                            | 
    1010 |                                                                       | 
  • trunk/roundcubemail/program/localization/is_IS/labels.inc

    r4345 r4410  
    77|                                                                       | 
    88| Language file of the Roundcube Webmail client                         | 
    9 | Copyright (C) 2009, Roundcube Dev. - Switzerland                      | 
     9| Copyright (C) 2009, The Roundcube Dev Team                            | 
    1010| Licensed under the GNU GPL                                            | 
    1111|                                                                       | 
  • trunk/roundcubemail/program/localization/is_IS/messages.inc

    r3989 r4410  
    77 |                                                                       | 
    88 | Language file of the Roundcube Webmail client                         | 
    9  | Copyright (C) 2005-2007, Roundcube Dev. - Switzerland                 | 
     9 | Copyright (C) 2005-2007, The Roundcube Dev Team                       | 
    1010 | Licensed under the GNU GPL                                            | 
    1111 |                                                                       | 
  • trunk/roundcubemail/program/localization/it_IT/labels.inc

    r4386 r4410  
    77|                                                                       | 
    88| Language file of the Roundcube Webmail client                         | 
    9 | Copyright (C) 2005-2010, Roundcube Dev. - Switzerland                 | 
     9| Copyright (C) 2005-2010, The Roundcube Dev Team                       | 
    1010| Licensed under the GNU GPL                                            | 
    1111|                                                                       | 
  • trunk/roundcubemail/program/localization/it_IT/messages.inc

    r4386 r4410  
    77|                                                                       | 
    88| Language file of the Roundcube Webmail client                         | 
    9 | Copyright (C) 2005-2010, Roundcube Dev. - Switzerland                 | 
     9| Copyright (C) 2005-2010, The Roundcube Dev Team                       | 
    1010| Licensed under the GNU GPL                                            | 
    1111|                                                                       | 
  • trunk/roundcubemail/program/localization/ja_JP/labels.inc

    r4368 r4410  
    77|                                                                       | 
    88| Language file of the Roundcube Webmail client                         | 
    9 | Copyright (C) 2005-2010, Roundcube Dev. - Switzerland                 | 
     9| Copyright (C) 2005-2010, The Roundcube Dev Team                       | 
    1010| Licensed under the GNU GPL                                            | 
    1111|                                                                       | 
  • trunk/roundcubemail/program/localization/ja_JP/messages.inc

    r4368 r4410  
    77|                                                                       | 
    88| Language file of the Roundcube Webmail client                         | 
    9 | Copyright (C) 2005-2010, Roundcube Dev. - Switzerland                 | 
     9| Copyright (C) 2005-2010, The Roundcube Dev Team                       | 
    1010| Licensed under the GNU GPL                                            | 
    1111|                                                                       | 
  • trunk/roundcubemail/program/localization/ka_GE/labels.inc

    r4345 r4410  
    66|                                                                       | 
    77| Language file of the Roundcube Webmail client                         | 
    8 | Copyright (C) 2005-2010, Roundcube Dev. - Switzerland                 | 
     8| Copyright (C) 2005-2010, The Roundcube Dev Team                       | 
    99| Licensed under the GNU GPL                                            | 
    1010|                                                                       | 
  • trunk/roundcubemail/program/localization/ka_GE/messages.inc

    r4304 r4410  
    66|                                                                       | 
    77| Language file of the Roundcube Webmail client                         | 
    8 | Copyright (C) 2005-2010, Roundcube Dev. - Switzerland                 | 
     8| Copyright (C) 2005-2010, The Roundcube Dev Team                       | 
    99| Licensed under the GNU GPL                                            | 
    1010|                                                                       | 
  • trunk/roundcubemail/program/localization/ko_KR/labels.inc

    r4345 r4410  
    77|                                                                       | 
    88| Language file of the Roundcube Webmail client                         | 
    9 | Copyright (C) 2005-2010, Roundcube Dev. - Switzerland                 | 
     9| Copyright (C) 2005-2010, The Roundcube Dev Team                       | 
    1010| Licensed under the GNU GPL                                            | 
    1111|                                                                       | 
  • trunk/roundcubemail/program/localization/ko_KR/messages.inc

    r4304 r4410  
    77|                                                                       | 
    88| Language file of the Roundcube Webmail client                         | 
    9 | Copyright (C) 2005-2010, Roundcube Dev. - Switzerland                 | 
     9| Copyright (C) 2005-2010, The Roundcube Dev Team                       | 
    1010| Licensed under the GNU GPL                                            | 
    1111|                                                                       | 
  • trunk/roundcubemail/program/localization/ku/labels.inc

    r4345 r4410  
    66 |                                                                       | 
    77 | Language file of the Roundcube Webmail client                         | 
    8  | Copyright (C) 2006, Roundcube Dev. - Switzerland                      | 
     8 | Copyright (C) 2006, The Roundcube Dev Team                            | 
    99 | Licensed under the GNU GPL                                            | 
    1010 |                                                                       | 
  • trunk/roundcubemail/program/localization/ku/messages.inc

    r4304 r4410  
    66 |                                                                       | 
    77 | Language file of the Roundcube Webmail client                         | 
    8  | Copyright (C) 2006, Roundcube Dev. - Switzerland                      | 
     8 | Copyright (C) 2006, The Roundcube Dev Team                            | 
    99 | Licensed under the GNU GPL                                            | 
    1010 |                                                                       | 
  • trunk/roundcubemail/program/localization/lt_LT/labels.inc

    r4368 r4410  
    77|                                                                       | 
    88| Language file of the Roundcube Webmail client                         | 
    9 | Copyright (C) 2005-2010, Roundcube Dev. - Switzerland                 | 
     9| Copyright (C) 2005-2010, The Roundcube Dev Team                       | 
    1010| Licensed under the GNU GPL                                            | 
    1111|                                                                       | 
  • trunk/roundcubemail/program/localization/lt_LT/messages.inc

    r4368 r4410  
    77|                                                                       | 
    88| Language file of the Roundcube Webmail client                         | 
    9 | Copyright (C) 2005-2010, Roundcube Dev. - Switzerland                 | 
     9| Copyright (C) 2005-2010, The Roundcube Dev Team                       | 
    1010| Licensed under the GNU GPL                                            | 
    1111|                                                                       | 
  • trunk/roundcubemail/program/localization/lv_LV/labels.inc

    r4345 r4410  
    77|                                                                       | 
    88| Language file of the Roundcube Webmail client                         | 
    9 | Copyright (C) 2005-2010, Roundcube Dev. - Switzerland                 | 
     9| Copyright (C) 2005-2010, The Roundcube Dev Team                       | 
    1010| Licensed under the GNU GPL                                            | 
    1111|                                                                       | 
  • trunk/roundcubemail/program/localization/lv_LV/messages.inc

    r4304 r4410  
    77|                                                                       | 
    88| Language file of the Roundcube Webmail client                         | 
    9 | Copyright (C) 2005-2010, Roundcube Dev. - Switzerland                 | 
     9| Copyright (C) 2005-2010, The Roundcube Dev Team                       | 
    1010| Licensed under the GNU GPL                                            | 
    1111|                                                                       | 
  • trunk/roundcubemail/program/localization/mk_MK/labels.inc

    r4345 r4410  
    66|                                                                       | 
    77| Language file of the Roundcube Webmail client                         | 
    8 | Copyright (C) 2005-2010, Roundcube Dev. - Switzerland                 | 
     8| Copyright (C) 2005-2010, The Roundcube Dev Team                       | 
    99| Licensed under the GNU GPL                                            | 
    1010|                                                                       | 
  • trunk/roundcubemail/program/localization/mk_MK/messages.inc

    r4304 r4410  
    66|                                                                       | 
    77| Language file of the Roundcube Webmail client                         | 
    8 | Copyright (C) 2005-2010, Roundcube Dev. - Switzerland                 | 
     8| Copyright (C) 2005-2010, The Roundcube Dev Team                       | 
    99| Licensed under the GNU GPL                                            | 
    1010|                                                                       | 
  • trunk/roundcubemail/program/localization/mr_IN/labels.inc

    r4345 r4410  
    1111 Language file of the Roundcube Webmail client                         | 
    1212| 
    13  Copyright (C) 2009, Roundcube Dev. - Switzerland                      | 
     13 Copyright (C) 2009, The Roundcube Dev Team                            | 
    1414| 
    1515 Licensed under the GNU GPL                                            | 
  • trunk/roundcubemail/program/localization/mr_IN/messages.inc

    r4304 r4410  
    66|                                                                       | 
    77| Language file of the Roundcube Webmail client                         | 
    8 | Copyright (C) 2009, Roundcube Dev. - Switzerland                      | 
     8| Copyright (C) 2009, The Roundcube Dev Team                            | 
    99| Licensed under the GNU GPL                                            | 
    1010|                                                                       | 
  • trunk/roundcubemail/program/localization/ms_MY/labels.inc

    r4345 r4410  
    77|                                                                       | 
    88| Language file of the Roundcube Webmail client                         | 
    9 | Copyright (C) 2005-2010, Roundcube Dev. - Switzerland                 | 
     9| Copyright (C) 2005-2010, The Roundcube Dev Team                       | 
    1010| Licensed under the GNU GPL                                            | 
    1111|                                                                       | 
  • trunk/roundcubemail/program/localization/ms_MY/messages.inc

    r4304 r4410  
    77|                                                                       | 
    88| Language file of the Roundcube Webmail client                         | 
    9 | Copyright (C) 2005-2010, Roundcube Dev. - Switzerland                 | 
     9| Copyright (C) 2005-2010, The Roundcube Dev Team                       | 
    1010| Licensed under the GNU GPL                                            | 
    1111|                                                                       | 
  • trunk/roundcubemail/program/localization/nb_NO/labels.inc

    r4345 r4410  
    77|                                                                       | 
    88| Language file of the Roundcube Webmail client                         | 
    9 | Copyright (C) 2005-2010, Roundcube Dev. - Switzerland                 | 
     9| Copyright (C) 2005-2010, The Roundcube Dev Team                       | 
    1010| Licensed under the GNU GPL                                            | 
    1111|                                                                       | 
  • trunk/roundcubemail/program/localization/nb_NO/messages.inc

    r4304 r4410  
    77|                                                                       | 
    88| Language file of the Roundcube Webmail client                         | 
    9 | Copyright (C) 2005-2010, Roundcube Dev. - Switzerland                 | 
     9| Copyright (C) 2005-2010, The Roundcube Dev Team                       | 
    1010| Licensed under the GNU GPL                                            | 
    1111|                                                                       | 
  • trunk/roundcubemail/program/localization/ne_NP/labels.inc

    r4345 r4410  
    66 |                                                                       | 
    77 | Language file of the Roundcube Webmail client                         | 
    8  | Copyright (C) 2007, Roundcube Dev. - Switzerland                      | 
     8 | Copyright (C) 2007, The Roundcube Dev Team                            | 
    99 | Licensed under the GNU GPL                                            | 
    1010 |                                                                       | 
  • trunk/roundcubemail/program/localization/ne_NP/messages.inc

    r3989 r4410  
    66 |                                                                       | 
    77 | Language file of the Roundcube Webmail client                         | 
    8  | Copyright (C) 2007, Roundcube Dev. - Switzerland                      | 
     8 | Copyright (C) 2007, The Roundcube Dev Team                            | 
    99 | Licensed under the GNU GPL                                            | 
    1010 |                                                                       | 
  • trunk/roundcubemail/program/localization/nl_BE/labels.inc

    r4368 r4410  
    77|                                                                       | 
    88| Language file of the Roundcube Webmail client                         | 
    9 | Copyright (C) 2005-2010, Roundcube Dev. - Switzerland                 | 
     9| Copyright (C) 2005-2010, The Roundcube Dev Team                       | 
    1010| Licensed under the GNU GPL                                            | 
    1111|                                                                       | 
  • trunk/roundcubemail/program/localization/nl_BE/messages.inc

    r4368 r4410  
    77|                                                                       | 
    88| Language file of the Roundcube Webmail client                         | 
    9 | Copyright (C) 2005-2010, Roundcube Dev. - Switzerland                 | 
     9| Copyright (C) 2005-2010, The Roundcube Dev Team                       | 
    1010| Licensed under the GNU GPL                                            | 
    1111|                                                                       | 
  • trunk/roundcubemail/program/localization/nl_NL/labels.inc

    r4368 r4410  
    77|                                                                       | 
    88| Language file of the Roundcube Webmail client                         | 
    9 | Copyright (C) 2005-2010, Roundcube Dev. - Switzerland                 | 
     9| Copyright (C) 2005-2010, The Roundcube Dev Team                       | 
    1010| Licensed under the GNU GPL                                            | 
    1111|                                                                       | 
  • trunk/roundcubemail/program/localization/nl_NL/messages.inc

    r4368 r4410  
    77|                                                                       | 
    88| Language file of the Roundcube Webmail client                         | 
    9 | Copyright (C) 2005-2010, Roundcube Dev. - Switzerland                 | 
     9| Copyright (C) 2005-2010, The Roundcube Dev Team                       | 
    1010| Licensed under the GNU GPL                                            | 
    1111|                                                                       | 
  • trunk/roundcubemail/program/localization/nn_NO/labels.inc

    r4345 r4410  
    77|                                                                       | 
    88| Language file of the Roundcube Webmail client                         | 
    9 | Copyright (C) 2005-2010, Roundcube Dev. - Switzerland                 | 
     9| Copyright (C) 2005-2010, The Roundcube Dev Team                       | 
    1010| Licensed under the GNU GPL                                            | 
    1111|                                                                       | 
  • trunk/roundcubemail/program/localization/nn_NO/messages.inc

    r4304 r4410  
    77|                                                                       | 
    88| Language file of the Roundcube Webmail client                         | 
    9 | Copyright (C) 2005-2010, Roundcube Dev. - Switzerland                 | 
     9| Copyright (C) 2005-2010, The Roundcube Dev Team                       | 
    1010| Licensed under the GNU GPL                                            | 
    1111|                                                                       | 
  • trunk/roundcubemail/program/localization/pl_PL/labels.inc

    r4362 r4410  
    77|                                                                       | 
    88| Language file of the Roundcube Webmail client                         | 
    9 | Copyright (C) 2005-2010, Roundcube Dev. - Switzerland                 | 
     9| Copyright (C) 2005-2010, The Roundcube Dev Team                       | 
    1010| Licensed under the GNU GPL                                            | 
    1111|                                                                       | 
  • trunk/roundcubemail/program/localization/pl_PL/messages.inc

    r4362 r4410  
    77|                                                                       | 
    88| Language file of the Roundcube Webmail client                         | 
    9 | Copyright (C) 2005-2010, Roundcube Dev. - Switzerland                 | 
     9| Copyright (C) 2005-2010, The Roundcube Dev Team                       | 
    1010| Licensed under the GNU GPL                                            | 
    1111|                                                                       | 
  • trunk/roundcubemail/program/localization/pt_BR/labels.inc

    r4368 r4410  
    77|                                                                       | 
    88| Language file of the Roundcube Webmail client                         | 
    9 | Copyright (C) 2005-2010, Roundcube Dev. - Switzerland                 | 
     9| Copyright (C) 2005-2010, The Roundcube Dev Team                       | 
    1010| Licensed under the GNU GPL                                            | 
    1111|                                                                       | 
  • trunk/roundcubemail/program/localization/pt_BR/messages.inc

    r4368 r4410  
    77|                                                                       | 
    88| Language file of the Roundcube Webmail client                         | 
    9 | Copyright (C) 2005-2010, Roundcube Dev. - Switzerland                 | 
     9| Copyright (C) 2005-2010, The Roundcube Dev Team                       | 
    1010| Licensed under the GNU GPL                                            | 
    1111|                                                                       | 
  • trunk/roundcubemail/program/localization/pt_PT/labels.inc

    r4386 r4410  
    77|                                                                       | 
    88| Language file of the Roundcube Webmail client                         | 
    9 | Copyright (C) 2005-2010, Roundcube Dev. - Switzerland                 | 
     9| Copyright (C) 2005-2010, The Roundcube Dev Team                       | 
    1010| Licensed under the GNU GPL                                            | 
    1111|                                                                       | 
  • trunk/roundcubemail/program/localization/pt_PT/messages.inc

    r4386 r4410  
    77|                                                                       | 
    88| Language file of the Roundcube Webmail client                         | 
    9 | Copyright (C) 2005-2010, Roundcube Dev. - Switzerland                 | 
     9| Copyright (C) 2005-2010, The Roundcube Dev Team                       | 
    1010| Licensed under the GNU GPL                                            | 
    1111|                                                                       | 
  • trunk/roundcubemail/program/localization/ro_RO/labels.inc

    r4345 r4410  
    66|                                                                       | 
    77| Language file of the Roundcube Webmail client                         | 
    8 | Copyright (C) 2005-2010, Roundcube Dev. - Switzerland                 | 
     8| Copyright (C) 2005-2010, The Roundcube Dev Team                       | 
    99| Licensed under the GNU GPL                                            | 
    1010|                                                                       | 
  • trunk/roundcubemail/program/localization/ro_RO/messages.inc

    r4304 r4410  
    66|                                                                       | 
    77| Language file of the Roundcube Webmail client                         | 
    8 | Copyright (C) 2005-2010, Roundcube Dev. - Switzerland                 | 
     8| Copyright (C) 2005-2010, The Roundcube Dev Team                       | 
    99| Licensed under the GNU GPL                                            | 
    1010|                                                                       | 
  • trunk/roundcubemail/program/localization/ru_RU/labels.inc

    r4368 r4410  
    77|                                                                       | 
    88| Language file of the Roundcube Webmail client                         | 
    9 | Copyright (C) 2005-2010, Roundcube Dev. - Switzerland                 | 
     9| Copyright (C) 2005-2010, The Roundcube Dev Team                       | 
    1010| Licensed under the GNU GPL                                            | 
    1111|                                                                       | 
  • trunk/roundcubemail/program/localization/ru_RU/messages.inc

    r4368 r4410  
    77|                                                                       | 
    88| Language file of the Roundcube Webmail client                         | 
    9 | Copyright (C) 2005-2010, Roundcube Dev. - Switzerland                 | 
     9| Copyright (C) 2005-2010, The Roundcube Dev Team                       | 
    1010| Licensed under the GNU GPL                                            | 
    1111|                                                                       | 
  • trunk/roundcubemail/program/localization/si_LK/labels.inc

    r4345 r4410  
    66 |                                                                       | 
    77 | Language file of the Roundcube Webmail client                         | 
    8  | Copyright (C) 2005-2010, Roundcube Dev. - Switzerland                 | 
     8 | Copyright (C) 2005-2010, The Roundcube Dev Team                       | 
    99 | Licensed under the GNU GPL                                            | 
    1010 |                                                                       | 
  • trunk/roundcubemail/program/localization/si_LK/messages.inc

    r4304 r4410  
    66 |                                                                       | 
    77 | Language file of the Roundcube Webmail client                         | 
    8  | Copyright (C) 2005-2010, Roundcube Dev. - Switzerland                 | 
     8 | Copyright (C) 2005-2010, The Roundcube Dev Team                       | 
    99 | Licensed under the GNU GPL                                            | 
    1010 |                                                                       | 
  • trunk/roundcubemail/program/localization/sk_SK/labels.inc

    r4345 r4410  
    77|                                                                       | 
    88| Language file of the Roundcube Webmail client                         | 
    9 | Copyright (C) 2005-2010, Roundcube Dev. - Switzerland                 | 
     9| Copyright (C) 2005-2010, The Roundcube Dev Team                       | 
    1010| Licensed under the GNU GPL                                            | 
    1111|                                                                       | 
  • trunk/roundcubemail/program/localization/sk_SK/messages.inc

    r4304 r4410  
    77|                                                                       | 
    88| Language file of the Roundcube Webmail client                         | 
    9 | Copyright (C) 2005-2010, Roundcube Dev. - Switzerland                 | 
     9| Copyright (C) 2005-2010, The Roundcube Dev Team                       | 
    1010| Licensed under the GNU GPL                                            | 
    1111|                                                                       | 
  • trunk/roundcubemail/program/localization/sl_SI/labels.inc

    r4386 r4410  
    66|                                                                       | 
    77| Language file of the Roundcube Webmail client                         | 
    8 | Copyright (C) 2005-2010, Roundcube Dev. - Switzerland                 | 
     8| Copyright (C) 2005-2010, The Roundcube Dev Team                       | 
    99| Licensed under the GNU GPL                                            | 
    1010|                                                                       | 
  • trunk/roundcubemail/program/localization/sq_AL/labels.inc

    r4345 r4410  
    77 |                                                                       | 
    88 | Language file of the Roundcube Webmail client                         | 
    9  | Copyright (C) 2005-2010, Roundcube Dev. - Switzerland                 | 
     9 | Copyright (C) 2005-2010, The Roundcube Dev Team                       | 
    1010 | Licensed under the GNU GPL                                            | 
    1111 |                                                                       | 
  • trunk/roundcubemail/program/localization/sq_AL/messages.inc

    r4304 r4410  
    77 |                                                                       | 
    88 | Language file of the Roundcube Webmail client                         | 
    9  | Copyright (C) 2005-2010, Roundcube Dev. - Switzerland                 | 
     9 | Copyright (C) 2005-2010, The Roundcube Dev Team                       | 
    1010 | Licensed under the GNU GPL                                            | 
    1111 |                                                                       | 
  • trunk/roundcubemail/program/localization/sr_CS/labels.inc

    r4345 r4410  
    77 |                                                                       | 
    88 | Language file of the Roundcube Webmail client                         | 
    9  | Copyright (C) 2005-2010, Roundcube Dev. - Switzerland                 | 
     9 | Copyright (C) 2005-2010, The Roundcube Dev Team                       | 
    1010 | Licensed under the GNU GPL                                            | 
    1111 |                                                                       | 
  • trunk/roundcubemail/program/localization/sr_CS/messages.inc

    r4304 r4410  
    77 |                                                                       | 
    88 | Language file of the Roundcube Webmail client                         | 
    9  | Copyright (C) 2005-2010, Roundcube Dev. - Switzerland                 | 
     9 | Copyright (C) 2005-2010, The Roundcube Dev Team                       | 
    1010 | Licensed under the GNU GPL                                            | 
    1111 |                                                                       | 
  • trunk/roundcubemail/program/localization/sv_SE/labels.inc

    r4368 r4410  
    77|                                                                       | 
    88| Language file of the Roundcube Webmail client                         | 
    9 | Copyright (C) 2005-2010, Roundcube Dev. - Switzerland                 | 
     9| Copyright (C) 2005-2010, The Roundcube Dev Team                       | 
    1010| Licensed under the GNU GPL                                            | 
    1111|                                                                       | 
  • trunk/roundcubemail/program/localization/sv_SE/messages.inc

    r4368 r4410  
    77|                                                                       | 
    88| Language file of the Roundcube Webmail client                         | 
    9 | Copyright (C) 2005-2010, Roundcube Dev. - Switzerland                 | 
     9| Copyright (C) 2005-2010, The Roundcube Dev Team                       | 
    1010| Licensed under the GNU GPL                                            | 
    1111|                                                                       | 
  • trunk/roundcubemail/program/localization/ta_IN/labels.inc

    r4345 r4410  
    66|                                                                       | 
    77| Language file of the Roundcube Webmail client                         | 
    8 | Copyright (C) 2008-2010, Roundcube Dev. - Switzerland                 | 
     8| Copyright (C) 2008-2010, The Roundcube Dev Team                       | 
    99| Licensed under the GNU GPL                                            | 
    1010|                                                                       | 
  • trunk/roundcubemail/program/localization/ta_IN/messages.inc

    r4304 r4410  
    66|                                                                       | 
    77| Language file of the Roundcube Webmail client                         | 
    8 | Copyright (C) 2008-2010, Roundcube Dev. - Switzerland                 | 
     8| Copyright (C) 2008-2010, The Roundcube Dev Team                       | 
    99| Licensed under the GNU GPL                                            | 
    1010|                                                                       | 
  • trunk/roundcubemail/program/localization/th_TH/labels.inc

    r4345 r4410  
    77 |                                                                       | 
    88 | Language file of the Roundcube Webmail client                         | 
    9  | Copyright (C) 2005-2010, Roundcube Dev. - Switzerland                 | 
     9 | Copyright (C) 2005-2010, The Roundcube Dev Team                       | 
    1010 | Licensed under the GNU GPL                                            | 
    1111 |                                                                       | 
  • trunk/roundcubemail/program/localization/th_TH/messages.inc

    r3989 r4410  
    77 |                                                                       | 
    88 | Language file of the Roundcube Webmail client                         | 
    9  | Copyright (C) 2005-2010, Roundcube Dev. - Switzerland                 | 
     9 | Copyright (C) 2005-2010, The Roundcube Dev Team                       | 
    1010 | Licensed under the GNU GPL                                            | 
    1111 |                                                                       | 
  • trunk/roundcubemail/program/localization/tr_TR/labels.inc

    r4368 r4410  
    77|                                                                       | 
    88| Language file of the Roundcube Webmail client                         | 
    9 | Copyright (C) 2005-2010, Roundcube Dev. - Switzerland                 | 
     9| Copyright (C) 2005-2010, The Roundcube Dev Team                       | 
    1010| Licensed under the GNU GPL                                            | 
    1111|                                                                       | 
  • trunk/roundcubemail/program/localization/tr_TR/messages.inc

    r4368 r4410  
    77|                                                                       | 
    88| Language file of the Roundcube Webmail client                         | 
    9 | Copyright (C) 2005-2010, Roundcube Dev. - Switzerland                 | 
     9| Copyright (C) 2005-2010, The Roundcube Dev Team                       | 
    1010| Licensed under the GNU GPL                                            | 
    1111|                                                                       | 
  • trunk/roundcubemail/program/localization/uk_UA/labels.inc

    r4368 r4410  
    77|                                                                       | 
    88| Language file of the Roundcube Webmail client                         | 
    9 | Copyright (C) 2005-2010, Roundcube Dev. - Switzerland                 | 
     9| Copyright (C) 2005-2010, The Roundcube Dev Team                       | 
    1010| Licensed under the GNU GPL                                            | 
    1111|                                                                       | 
  • trunk/roundcubemail/program/localization/uk_UA/messages.inc

    r4368 r4410  
    77|                                                                       | 
    88| Language file of the Roundcube Webmail client                         | 
    9 | Copyright (C) 2005-2010, Roundcube Dev. - Switzerland                 | 
     9| Copyright (C) 2005-2010, The Roundcube Dev Team                       | 
    1010| Licensed under the GNU GPL                                            | 
    1111|                                                                       | 
  • trunk/roundcubemail/program/localization/vi_VN/labels.inc

    r4345 r4410  
    77 |                                                                       | 
    88 | Language file of the Roundcube Webmail client                         | 
    9  | Copyright (C) 2005-2010, Roundcube Dev. - Switzerland                 | 
     9 | Copyright (C) 2005-2010, The Roundcube Dev Team                       | 
    1010 | Licensed under the GNU GPL                                            | 
    1111 |                                                                       | 
  • trunk/roundcubemail/program/localization/vi_VN/messages.inc

    r3989 r4410  
    77 |                                                                       | 
    88 | Language file of the Roundcube Webmail client                         | 
    9  | Copyright (C) 2005-2010, Roundcube Dev. - Switzerland                 | 
     9 | Copyright (C) 2005-2010, The Roundcube Dev Team                       | 
    1010 | Licensed under the GNU GPL                                            | 
    1111 |                                                                       | 
  • trunk/roundcubemail/program/localization/zh_CN/labels.inc

    r4345 r4410  
    77|                                                                       | 
    88| Language file of the Roundcube Webmail client                         | 
    9 | Copyright (C) 2005-2010, Roundcube Dev. - Switzerland                 | 
     9| Copyright (C) 2005-2010, The Roundcube Dev Team                       | 
    1010| Licensed under the GNU GPL                                            | 
    1111|                                                                       | 
  • trunk/roundcubemail/program/localization/zh_CN/messages.inc

    r4405 r4410  
    77|                                                                       | 
    88| Language file of the Roundcube Webmail client                         | 
    9 | Copyright (C) 2005-2010, Roundcube Dev. - Switzerland                 | 
     9| Copyright (C) 2005-2010, The Roundcube Dev Team                       | 
    1010| Licensed under the GNU GPL                                            | 
    1111|                                                                       | 
  • trunk/roundcubemail/program/localization/zh_TW/labels.inc

    r4345 r4410  
    77|                                                                       | 
    88| Language file of the Roundcube Webmail client                         | 
    9 | Copyright (C) 2005-2010, Roundcube Dev. - Switzerland                 | 
     9| Copyright (C) 2005-2010, The Roundcube Dev Team                       | 
    1010| Licensed under the GNU GPL                                            | 
    1111|                                                                       | 
  • trunk/roundcubemail/program/localization/zh_TW/messages.inc

    r4304 r4410  
    77|                                                                       | 
    88| Language file of the Roundcube Webmail client                         | 
    9 | Copyright (C) 2005-2010, Roundcube Dev. - Switzerland                 | 
     9| Copyright (C) 2005-2010, The Roundcube Dev Team                       | 
    1010| Licensed under the GNU GPL                                            | 
    1111|                                                                       | 
  • trunk/roundcubemail/program/steps/addressbook/copy.inc

    r4025 r4410  
    66 |                                                                       | 
    77 | This file is part of the Roundcube Webmail client                     | 
    8  | Copyright (C) 2007, Roundcube Dev. - Switzerland                      | 
     8 | Copyright (C) 2007, The Roundcube Dev Team                            | 
    99 | Licensed under the GNU GPL                                            | 
    1010 |                                                                       | 
  • trunk/roundcubemail/program/steps/addressbook/delete.inc

    r4172 r4410  
    66 |                                                                       | 
    77 | This file is part of the Roundcube Webmail client                     | 
    8  | Copyright (C) 2005-2009, Roundcube Dev. - Switzerland                 | 
     8 | Copyright (C) 2005-2009, The Roundcube Dev Team                       | 
    99 | Licensed under the GNU GPL                                            | 
    1010 |                                                                       | 
  • trunk/roundcubemail/program/steps/addressbook/edit.inc

    r4176 r4410  
    66 |                                                                       | 
    77 | This file is part of the Roundcube Webmail client                     | 
    8  | Copyright (C) 2005-2007, Roundcube Dev. - Switzerland                 | 
     8 | Copyright (C) 2005-2007, The Roundcube Dev Team                       | 
    99 | Licensed under the GNU GPL                                            | 
    1010 |                                                                       | 
  • trunk/roundcubemail/program/steps/addressbook/export.inc

    r3989 r4410  
    66 |                                                                       | 
    77 | This file is part of the Roundcube Webmail client                     | 
    8  | Copyright (C) 2008-2009, Roundcube Dev. - Switzerland                 | 
     8 | Copyright (C) 2008-2009, The Roundcube Dev Team                       | 
    99 | Licensed under the GNU GPL                                            | 
    1010 |                                                                       | 
  • trunk/roundcubemail/program/steps/addressbook/func.inc

    r4151 r4410  
    66 |                                                                       | 
    77 | This file is part of the Roundcube Webmail client                     | 
    8  | Copyright (C) 2005-2007, Roundcube Dev. - Switzerland                 | 
     8 | Copyright (C) 2005-2007, The Roundcube Dev Team                       | 
    99 | Licensed under the GNU GPL                                            | 
    1010 |                                                                       | 
  • trunk/roundcubemail/program/steps/addressbook/groups.inc

    r4252 r4410  
    66 |                                                                       | 
    77 | This file is part of the Roundcube Webmail client                     | 
    8  | Copyright (C) 2010, Roundcube Dev. - Switzerland                      | 
     8 | Copyright (C) 2010, The Roundcube Dev Team                            | 
    99 | Licensed under the GNU GPL                                            | 
    1010 |                                                                       | 
  • trunk/roundcubemail/program/steps/addressbook/import.inc

    r4033 r4410  
    66 |                                                                       | 
    77 | This file is part of the Roundcube Webmail client                     | 
    8  | Copyright (C) 2008-2009, Roundcube Dev. - Switzerland                 | 
     8 | Copyright (C) 2008-2009, The Roundcube Dev Team                       | 
    99 | Licensed under the GNU GPL                                            | 
    1010 |                                                                       | 
  • trunk/roundcubemail/program/steps/addressbook/list.inc

    r3989 r4410  
    66 |                                                                       | 
    77 | This file is part of the Roundcube Webmail client                     | 
    8  | Copyright (C) 2005-2007, Roundcube Dev. - Switzerland                 | 
     8 | Copyright (C) 2005-2007, The Roundcube Dev Team                       | 
    99 | Licensed under the GNU GPL                                            | 
    1010 |                                                                       | 
  • trunk/roundcubemail/program/steps/addressbook/mailto.inc

    r3989 r4410  
    66 |                                                                       | 
    77 | This file is part of the Roundcube Webmail client                     | 
    8  | Copyright (C) 2007, Roundcube Dev. - Switzerland                      | 
     8 | Copyright (C) 2007, The Roundcube Dev Team                            | 
    99 | Licensed under the GNU GPL                                            | 
    1010 |                                                                       | 
  • trunk/roundcubemail/program/steps/addressbook/save.inc

    r4166 r4410  
    66 |                                                                       | 
    77 | This file is part of the Roundcube Webmail client                     | 
    8  | Copyright (C) 2005-2009, Roundcube Dev. - Switzerland                 | 
     8 | Copyright (C) 2005-2009, The Roundcube Dev Team                       | 
    99 | Licensed under the GNU GPL                                            | 
    1010 |                                                                       | 
  • trunk/roundcubemail/program/steps/addressbook/search.inc

    r4150 r4410  
    66 |                                                                       | 
    77 | This file is part of the Roundcube Webmail client                     | 
    8  | Copyright (C) 2005-2007, Roundcube Dev. - Switzerland                 | 
     8 | Copyright (C) 2005-2007, The Roundcube Dev Team                       | 
    99 | Licensed under the GNU GPL                                            | 
    1010 |                                                                       | 
  • trunk/roundcubemail/program/steps/addressbook/show.inc

    r4176 r4410  
    66 |                                                                       | 
    77 | This file is part of the Roundcube Webmail client                     | 
    8  | Copyright (C) 2005-2009, Roundcube Dev. - Switzerland                 | 
     8 | Copyright (C) 2005-2009, The Roundcube Dev Team                       | 
    99 | Licensed under the GNU GPL                                            | 
    1010 |                                                                       | 
  • trunk/roundcubemail/program/steps/mail/addcontact.inc

    r4166 r4410  
    66 |                                                                       | 
    77 | This file is part of the Roundcube Webmail client                     | 
    8  | Copyright (C) 2005-2009, Roundcube Dev. - Switzerland                 | 
     8 | Copyright (C) 2005-2009, The Roundcube Dev Team                       | 
    99 | Licensed under the GNU GPL                                            | 
    1010 |                                                                       | 
  • trunk/roundcubemail/program/steps/mail/attachments.inc

    r3989 r4410  
    66 |                                                                       | 
    77 | This file is part of the Roundcube Webmail client                     | 
    8  | Copyright (C) 2005-2009, Roundcube Dev. - Switzerland                 | 
     8 | Copyright (C) 2005-2009, The Roundcube Dev Team                       | 
    99 | Licensed under the GNU GPL                                            | 
    1010 |                                                                       | 
  • trunk/roundcubemail/program/steps/mail/check_recent.inc

    r4084 r4410  
    66 |                                                                       | 
    77 | This file is part of the Roundcube Webmail client                     | 
    8  | Copyright (C) 2005-2010, Roundcube Dev. - Switzerland                 | 
     8 | Copyright (C) 2005-2010, The Roundcube Dev Team                       | 
    99 | Licensed under the GNU GPL                                            | 
    1010 |                                                                       | 
  • trunk/roundcubemail/program/steps/mail/compose.inc

    r4328 r4410  
    66 |                                                                       | 
    77 | This file is part of the Roundcube Webmail client                     | 
    8  | Copyright (C) 2005-2009, Roundcube Dev. - Switzerland                 | 
     8 | Copyright (C) 2005-2009, The Roundcube Dev Team                       | 
    99 | Licensed under the GNU GPL                                            | 
    1010 |                                                                       | 
  • trunk/roundcubemail/program/steps/mail/copy.inc

    r4321 r4410  
    66 |                                                                       | 
    77 | This file is part of the Roundcube Webmail client                     | 
    8  | Copyright (C) 2005-2010, Roundcube Dev. - Switzerland                 | 
     8 | Copyright (C) 2005-2010, The Roundcube Dev Team                       | 
    99 | Licensed under the GNU GPL                                            | 
    1010 |                                                                       | 
  • trunk/roundcubemail/program/steps/mail/folders.inc

    r4321 r4410  
    66 |                                                                       | 
    77 | This file is part of the Roundcube Webmail client                     | 
    8  | Copyright (C) 2005-2009, Roundcube Dev. - Switzerland                 | 
     8 | Copyright (C) 2005-2009, The Roundcube Dev Team                       | 
    99 | Licensed under the GNU GPL                                            | 
    1010 |                                                                       | 
  • trunk/roundcubemail/program/steps/mail/func.inc

    r4389 r4410  
    66 |                                                                       | 
    77 | This file is part of the Roundcube Webmail client                     | 
    8  | Copyright (C) 2005-2010, Roundcube Dev. - Switzerland                 | 
     8 | Copyright (C) 2005-2010, The Roundcube Dev Team                       | 
    99 | Licensed under the GNU GPL                                            | 
    1010 |                                                                       | 
  • trunk/roundcubemail/program/steps/mail/get.inc

    r4115 r4410  
    66 |                                                                       | 
    77 | This file is part of the Roundcube Webmail client                     | 
    8  | Copyright (C) 2005-2009, Roundcube Dev. - Switzerland                 | 
     8 | Copyright (C) 2005-2009, The Roundcube Dev Team                       | 
    99 | Licensed under the GNU GPL                                            | 
    1010 |                                                                       | 
  • trunk/roundcubemail/program/steps/mail/getunread.inc

    r4294 r4410  
    66 |                                                                       | 
    77 | This file is part of the Roundcube Webmail client                     | 
    8  | Copyright (C) 2005-2009, Roundcube Dev. - Switzerland                 | 
     8 | Copyright (C) 2005-2009, The Roundcube Dev Team                       | 
    99 | Licensed under the GNU GPL                                            | 
    1010 |                                                                       | 
  • trunk/roundcubemail/program/steps/mail/headers.inc

    r3989 r4410  
    55 |                                                                       | 
    66 | This file is part of the Roundcube Webmail client                     | 
    7  | Copyright (C) 2005-2007, Roundcube Dev. - Switzerland                 | 
     7 | Copyright (C) 2005-2007, The Roundcube Dev Team                       | 
    88 | Licensed under the GNU GPL                                            | 
    99 |                                                                       | 
  • trunk/roundcubemail/program/steps/mail/list.inc

    r4321 r4410  
    66 |                                                                       | 
    77 | This file is part of the Roundcube Webmail client                     | 
    8  | Copyright (C) 2005-2007, Roundcube Dev. - Switzerland                 | 
     8 | Copyright (C) 2005-2007, The Roundcube Dev Team                       | 
    99 | Licensed under the GNU GPL                                            | 
    1010 |                                                                       | 
  • trunk/roundcubemail/program/steps/mail/mark.inc

    r4321 r4410  
    55 |                                                                       | 
    66 | This file is part of the Roundcube Webmail client                     | 
    7  | Copyright (C) 2005-2009, Roundcube Dev. - Switzerland                 | 
     7 | Copyright (C) 2005-2009, The Roundcube Dev Team                       | 
    88 | Licensed under the GNU GPL                                            | 
    99 |                                                                       | 
  • trunk/roundcubemail/program/steps/mail/move_del.inc

    r4321 r4410  
    66 |                                                                       | 
    77 | This file is part of the Roundcube Webmail client                     | 
    8  | Copyright (C) 2005-2009, Roundcube Dev. - Switzerland                 | 
     8 | Copyright (C) 2005-2009, The Roundcube Dev Team                       | 
    99 | Licensed under the GNU GPL                                            | 
    1010 |                                                                       | 
  • trunk/roundcubemail/program/steps/mail/pagenav.inc

    r4180 r4410  
    66 |                                                                       | 
    77 | This file is part of the Roundcube Webmail client                     | 
    8  | Copyright (C) 2005-2009, Roundcube Dev. - Switzerland                 | 
     8 | Copyright (C) 2005-2009, The Roundcube Dev Team                       | 
    99 | Licensed under the GNU GPL                                            | 
    1010 |                                                                       | 
  • trunk/roundcubemail/program/steps/mail/sendmail.inc

    r4395 r4410  
    66 |                                                                       | 
    77 | This file is part of the Roundcube Webmail client                     | 
    8  | Copyright (C) 2005-2010, Roundcube Dev. - Switzerland                 | 
     8 | Copyright (C) 2005-2010, The Roundcube Dev Team                       | 
    99 | Licensed under the GNU GPL                                            | 
    1010 |                                                                       | 
  • trunk/roundcubemail/program/steps/mail/sendmdn.inc

    r3989 r4410  
    66 |                                                                       | 
    77 | This file is part of the Roundcube Webmail client                     | 
    8  | Copyright (C) 2008-2009, Roundcube Dev. - Switzerland                 | 
     8 | Copyright (C) 2008-2009, The Roundcube Dev Team                       | 
    99 | Licensed under the GNU GPL                                            | 
    1010 |                                                                       | 
  • trunk/roundcubemail/program/steps/mail/show.inc

    r4294 r4410  
    66 |                                                                       | 
    77 | This file is part of the Roundcube Webmail client                     | 
    8  | Copyright (C) 2005-2009, Roundcube Dev. - Switzerland                 | 
     8 | Copyright (C) 2005-2009, The Roundcube Dev Team                       | 
    99 | Licensed under the GNU GPL                                            | 
    1010 |                                                                       | 
  • trunk/roundcubemail/program/steps/mail/viewsource.inc

    r3989 r4410  
    66 |                                                                       | 
    77 | This file is part of the Roundcube Webmail client                     | 
    8  | Copyright (C) 2005-2009, Roundcube Dev. - Switzerland                 | 
     8 | Copyright (C) 2005-2009, The Roundcube Dev Team                       | 
    99 | Licensed under the GNU GPL                                            | 
    1010 |                                                                       | 
  • trunk/roundcubemail/program/steps/settings/delete_identity.inc

    r4025 r4410  
    66 |                                                                       | 
    77 | This file is part of the Roundcube Webmail client                     | 
    8  | Copyright (C) 2005-2009, Roundcube Dev. - Switzerland                 | 
     8 | Copyright (C) 2005-2009, The Roundcube Dev Team                       | 
    99 | Licensed under the GNU GPL                                            | 
    1010 |                                                                       | 
  • trunk/roundcubemail/program/steps/settings/edit_folder.inc

    r4389 r4410  
    66 |                                                                       | 
    77 | This file is part of the Roundcube Webmail client                     | 
    8  | Copyright (C) 2005-2009, Roundcube Dev. - Switzerland                 | 
     8 | Copyright (C) 2005-2009, The Roundcube Dev Team                       | 
    99 | Licensed under the GNU GPL                                            | 
    1010 |                                                                       | 
  • trunk/roundcubemail/program/steps/settings/edit_identity.inc

    r4328 r4410  
    66 |                                                                       | 
    77 | This file is part of the Roundcube Webmail client                     | 
    8  | Copyright (C) 2005-2007, Roundcube Dev. - Switzerland                 | 
     8 | Copyright (C) 2005-2007, The Roundcube Dev Team                       | 
    99 | Licensed under the GNU GPL                                            | 
    1010 |                                                                       | 
  • trunk/roundcubemail/program/steps/settings/edit_prefs.inc

    r3989 r4410  
    66 |                                                                       | 
    77 | This file is part of the Roundcube Webmail client                     | 
    8  | Copyright (C) 2005-2007, Roundcube Dev. - Switzerland                 | 
     8 | Copyright (C) 2005-2007, The Roundcube Dev Team                       | 
    99 | Licensed under the GNU GPL                                            | 
    1010 |                                                                       | 
  • trunk/roundcubemail/program/steps/settings/folders.inc

    r4321 r4410  
    66 |                                                                       | 
    77 | This file is part of the Roundcube Webmail client                     | 
    8  | Copyright (C) 2005-2009, Roundcube Dev. - Switzerland                 | 
     8 | Copyright (C) 2005-2009, The Roundcube Dev Team                       | 
    99 | Licensed under the GNU GPL                                            | 
    1010 |                                                                       | 
  • trunk/roundcubemail/program/steps/settings/func.inc

    r4389 r4410  
    66 |                                                                       | 
    77 | This file is part of the Roundcube Webmail client                     | 
    8  | Copyright (C) 2005-2007, Roundcube Dev. - Switzerland                 | 
     8 | Copyright (C) 2005-2007, The Roundcube Dev Team                       | 
    99 | Licensed under the GNU GPL                                            | 
    1010 |                                                                       | 
  • trunk/roundcubemail/program/steps/settings/identities.inc

    r3989 r4410  
    66 |                                                                       | 
    77 | This file is part of the Roundcube Webmail client                     | 
    8  | Copyright (C) 2005-2007, Roundcube Dev. - Switzerland                 | 
     8 | Copyright (C) 2005-2007, The Roundcube Dev Team                       | 
    99 | Licensed under the GNU GPL                                            | 
    1010 |                                                                       | 
  • trunk/roundcubemail/program/steps/settings/save_folder.inc

    r4304 r4410  
    66 |                                                                       | 
    77 | This file is part of the Roundcube Webmail client                     | 
    8  | Copyright (C) 2005-2009, Roundcube Dev. - Switzerland                 | 
     8 | Copyright (C) 2005-2009, The Roundcube Dev Team                       | 
    99 | Licensed under the GNU GPL                                            | 
    1010 |                                                                       | 
  • trunk/roundcubemail/program/steps/settings/save_identity.inc

    r4025 r4410  
    66 |                                                                       | 
    77 | This file is part of the Roundcube Webmail client                     | 
    8  | Copyright (C) 2005-2009, Roundcube Dev. - Switzerland                 | 
     8 | Copyright (C) 2005-2009, The Roundcube Dev Team                       | 
    99 | Licensed under the GNU GPL                                            | 
    1010 |                                                                       | 
  • trunk/roundcubemail/program/steps/settings/save_prefs.inc

    r4169 r4410  
    66 |                                                                       | 
    77 | This file is part of the Roundcube Webmail client                     | 
    8  | Copyright (C) 2005-2009, Roundcube Dev. - Switzerland                 | 
     8 | Copyright (C) 2005-2009, The Roundcube Dev Team                       | 
    99 | Licensed under the GNU GPL                                            | 
    1010 |                                                                       | 
  • trunk/roundcubemail/program/steps/utils/error.inc

    r3989 r4410  
    66 |                                                                       | 
    77 | This file is part of the Roundcube Webmail client                     | 
    8  | Copyright (C) 2005-2010, Roundcube Dev. - Switzerland                 | 
     8 | Copyright (C) 2005-2010, The Roundcube Dev Team                       | 
    99 | Licensed under the GNU GPL                                            | 
    1010 |                                                                       | 
  • trunk/roundcubemail/program/steps/utils/html2text.inc

    r4309 r4410  
    66 |                                                                       | 
    77 | This file is part of the Roundcube Webmail client                     | 
    8  | Copyright (C) 2005-2010, Roundcube Dev. - Switzerland                 | 
     8 | Copyright (C) 2005-2010, The Roundcube Dev Team                       | 
    99 | Licensed under the GNU GPL                                            | 
    1010 |                                                                       | 
  • trunk/roundcubemail/program/steps/utils/killcache.inc

    r3989 r4410  
    66 |                                                                       | 
    77 | This file is part of the Roundcube Webmail client                     | 
    8  | Copyright (C) 2005-2010, Roundcube Dev. - Switzerland                 | 
     8 | Copyright (C) 2005-2010, The Roundcube Dev Team                       | 
    99 | Licensed under the GNU GPL                                            | 
    1010 |                                                                       | 
  • trunk/roundcubemail/program/steps/utils/modcss.inc

    r3989 r4410  
    66 |                                                                       | 
    77 | This file is part of the Roundcube Webmail client                     | 
    8  | Copyright (C) 2007-2010, Roundcube Dev. - Switzerland                 | 
     8 | Copyright (C) 2007-2010, The Roundcube Dev Team                       | 
    99 | Licensed under the GNU GPL                                            | 
    1010 |                                                                       | 
  • trunk/roundcubemail/program/steps/utils/save_pref.inc

    r3989 r4410  
    66 |                                                                       | 
    77 | This file is part of the Roundcube Webmail client                     | 
    8  | Copyright (C) 2005-2010, Roundcube Dev. - Switzerland                 | 
     8 | Copyright (C) 2005-2010, The Roundcube Dev Team                       | 
    99 | Licensed under the GNU GPL                                            | 
    1010 |                                                                       | 
  • trunk/roundcubemail/program/steps/utils/spell_googie.inc

    r3989 r4410  
    66 |                                                                       | 
    77 | This file is part of the Roundcube Webmail client                     | 
    8  | Copyright (C) 2005-2007, Roundcube Dev. - Switzerland                 | 
     8 | Copyright (C) 2005-2007, The Roundcube Dev Team                       | 
    99 | Licensed under the GNU GPL                                            | 
    1010 |                                                                       | 
  • trunk/roundcubemail/program/steps/utils/spell_html_googie.inc

    r3989 r4410  
    66 |                                                                       | 
    77 | This file is part of the Roundcube Webmail client                     | 
    8  | Copyright (C) 2005-2010, Roundcube Dev. - Switzerland                 | 
     8 | Copyright (C) 2005-2010, The Roundcube Dev Team                       | 
    99 | Licensed under the GNU GPL                                            | 
    1010 |                                                                       | 
  • trunk/roundcubemail/program/steps/utils/spell_html_pspell.inc

    r3989 r4410  
    66 |                                                                       | 
    77 | This file is part of the Roundcube Webmail client                     | 
    8  | Copyright (C) 2005-2010, Roundcube Dev. - Switzerland                 | 
     8 | Copyright (C) 2005-2010, The Roundcube Dev Team                       | 
    99 | Licensed under the GNU GPL                                            | 
    1010 |                                                                       | 
  • trunk/roundcubemail/tests/runtests.sh

    r3989 r4410  
    77 |                                                                       | 
    88 | This file is part of the Roundcube Webmail client                     | 
    9  | Copyright (C) 2009, Roundcube Dev. - Switzerland                      | 
     9 | Copyright (C) 2009, The Roundcube Dev Team                            | 
    1010 | Licensed under the GNU GPL                                            | 
    1111 |                                                                       | 
Note: See TracChangeset for help on using the changeset viewer.