Projects
Kolab:16:TestingLinked
roundcubemail
Log In
Username
Password
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
Expand all
Collapse all
Changes of Revision 81
View file
roundcubemail.spec
Changed
@@ -49,7 +49,7 @@ %global tmpdir /var/lib/roundcubemail %global rc_version 1.4 -%global rc_rel_suffix rc1.133 +%global rc_rel_suffix rc1.167 %global dot_rel_suffix %{?rc_rel_suffix:.%{rc_rel_suffix}} %global dash_rel_suffix %{?rc_rel_suffix:-%{rc_rel_suffix}} @@ -79,8 +79,6 @@ Patch201: default-configuration.patch Patch202: roundcubemail-1.4-beta86-plugin-enigma-homedir.patch -Patch0001: roundcubemail-1.4.rc1.133-add-in_selection.patch - BuildArch: noarch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root%(%{__id_u} -n) @@ -1527,8 +1525,6 @@ %patch202 -p1 %endif -%patch0001 -p1 - # Remove the results of patching when there's an incidental offset find . -type f -name "*.orig" | while read file; do rm -rvf ${file} @@ -3442,6 +3438,9 @@ %defattr(-,root,root,-) %changelog +* Mon Jun 2 2019 Jeroen van Meeuwen (Kolab Systems) <vanmeeuwen@kolabsys.com> - 1.4-246.rc1.167 +- Check in 167 revisions ahead of the upstream 1.4-rc1 release + * Mon May 20 2019 Jeroen van Meeuwen (Kolab Systems) <vanmeeuwen@kolabsys.com> - 1.4-242.rc1.133 - Fix for context menu
View file
roundcubemail-1.4.rc1.133-add-in_selection.patch
Deleted
@@ -1,37 +0,0 @@ -commit d646a10217ad99bda44c2c5930e15c4d71481c78 -Author: Aleksander Machniak <alec@alec.pl> -Date: Mon May 20 11:33:14 2019 +0200 - - Add in_selection() to rcube_treelist_widget - - So code working on all lists doesn't have to check widget type - to work with selection. - -diff --git a/program/js/treelist.js b/program/js/treelist.js -index 04e36ae22..96610a14c 100644 ---- a/program/js/treelist.js -+++ b/program/js/treelist.js -@@ -96,6 +96,7 @@ function rcube_treelist_widget(node, p) - this.get_item = get_item; - this.get_node = get_node; - this.get_selection = get_selection; -+ this.in_selection = in_selection; - this.get_next = get_next; - this.get_prev = get_prev; - this.get_single_selection = get_selection; -@@ -295,6 +296,15 @@ function rcube_treelist_widget(node, p) - return selection; - } - -+ /** -+ * Check if given id is selected -+ * This is for consistency with rcube_list_widget -+ */ -+ function in_selection(id) -+ { -+ return selection == id; -+ } -+ - /** - * Return the DOM element of the list item with the given ID - */
View file
debian.changelog
Changed
@@ -1,3 +1,9 @@ +roundcubemail (1.4-0~kolab246) unstable; urgency=low + + * Check in 167 revisions ahead of upstream 1.4-rc1 release + + -- Jeroen van Meeuwen (Kolab Systems) <vanmeeuwen@kolabsys.com> Mon, 3 Jun 2019 11:11:11 +0200 + roundcubemail (1.4-0~kolab243) unstable; urgency=low * Fix for context menu
View file
debian.series
Changed
@@ -1,3 +1,2 @@ default-configuration.patch -p1 roundcubemail-1.4-beta86-plugin-enigma-homedir.patch -p1 -roundcubemail-1.4.rc1.133-add-in_selection.patch -p1
View file
roundcubemail-1.4-rc1.133.tar.gz/.tx/config -> roundcubemail-1.4-rc1.167.tar.gz/.tx/config
Changed
@@ -33,6 +33,11 @@ source_file = plugins/attachment_reminder/localization/en_US.inc source_lang = en_US +roundcube-webmail.plugin-emoticons +file_filter = plugins/emoticons/localization/<lang>.inc +source_file = plugins/emoticons/localization/en_US.inc +source_lang = en_US + roundcube-webmail.plugin-enigma file_filter = plugins/enigma/localization/<lang>.inc source_file = plugins/enigma/localization/en_US.inc
View file
roundcubemail-1.4-rc1.133.tar.gz/CHANGELOG -> roundcubemail-1.4-rc1.167.tar.gz/CHANGELOG
Changed
@@ -6,7 +6,10 @@ - Added cookie mismatch detection, display an error message informing the user to clear cookies - Renamed 'log_session' option to 'session_debug' - Don't log full session identifiers in userlogins log (#6625) +- Support $HasAttachment/$HasNoAttachment keywords (#6201) +- Support PECL memcached extension as a session and cache storage driver (experimental) - installto.sh: Add possibility to run the update even on the up-to-date installation (#6533) +- Redis: Support connection to unix socket - Elastic: Add Prev/Next buttons on message page toolbar (#6648) - Elastic: Close search options on Enter key press in quick-search input (#6660) - Elastic: Changed read/unread icons (#6636) @@ -28,6 +31,7 @@ - Enigma: Fix bug where revoked users/keys were not greyed out in key info - Enigma: Fix error message when trying to encrypt with a revoked key (#6607) - Enigma: Fix "decryption oracle" bug CVE-2019-10740 (#6638) +- Fix invalid path to "add contact" icon when using assets_path setting - Fix invalid path to blocked.gif when using assets_path setting (#6752) - Fix so advanced search dialog is not automatically displayed on searchonly addressbooks (#6679) - Fix so an error is logged when more than one attachment plugin has been enabled, initialize the first one (#6735) @@ -42,6 +46,8 @@ - Fix so bin/install-jsdeps.sh returns error code on error (#6704) - Fix bug where bmp images couldn't be displayed on some systems (#6728) - Fix bug in parsing vCard data using PHP 7.3 due to an invalid regexp (#6744) +- Fix bug where bold/strong text was converted to upper-case on html-to-text conversion (6758) +- Fix bug in rcube_utils::parse_hosts() where %t, %d, %z could return only tld (#6746) RELEASE 1.4-rc1 --------------- @@ -90,7 +96,9 @@ - Elastic: Add "status bar" for mobile in mail composer - Elastic: Add selection options on contacts list (#6595) - Elastic: Fix unintentional layout preference overwrite (#6613) +- Elastic: Fix bug where Enigma options in mail compose could sometimes be ignored (#6515) - Log errors caused by low pcre.backtrack_limit when sending a mail message (#6433) +- Fix regression where drafts were not deleted after sending the message (#6756) - Fix so max_message_size limit is checked also when forwarding messages as attachments (#6580) - Fix so performance stats are logged to the main console log also when per_user_logging=true - Fix malformed message saved into Sent folder when using big attachments and low memory limit (#6498)
View file
roundcubemail-1.4-rc1.133.tar.gz/config/defaults.inc.php -> roundcubemail-1.4-rc1.167.tar.gz/config/defaults.inc.php
Changed
@@ -228,7 +228,7 @@ // This is used to relate IMAP session with Roundcube user sessions $config'imap_log_session' = false; -// Type of IMAP indexes cache. Supported values: 'db', 'apc' and 'memcache'. +// Type of IMAP indexes cache. Supported values: 'db', 'apc' and 'memcache' or 'memcached'. $config'imap_cache' = null; // Enables messages cache. Only 'db' cache is supported. @@ -315,7 +315,7 @@ // LDAP // ---------------------------------- -// Type of LDAP cache. Supported values: 'db', 'apc' and 'memcache'. +// Type of LDAP cache. Supported values: 'db', 'apc' and 'memcache' or 'memcached'. $config'ldap_cache' = 'db'; // Lifetime of LDAP cache. Possible units: s, m, h, d, w @@ -328,7 +328,8 @@ // Use these hosts for accessing memcached // Define any number of hosts in the form of hostname:port or unix:///path/to/socket.file -$config'memcache_hosts' = null; // e.g. array( 'localhost:11211', '192.168.1.12:11211', 'unix:///var/tmp/memcached.sock' ); +// Example: array('localhost:11211', '192.168.1.12:11211', 'unix:///var/tmp/memcached.sock'); +$config'memcache_hosts' = null; // Controls the use of a persistent connections to memcache servers // See http://php.net/manual/en/memcache.addserver.php @@ -343,11 +344,15 @@ // See http://php.net/manual/en/memcache.addserver.php $config'memcache_retry_interval' = 15; -// use these hosts for accessing Redis. -// Currently only one host is supported. cluster support may come in a future release. -// You can pass 4 fields, host, port, database and password. -// Unset fields will be set to the default values host=127.0.0.1, port=6379, database=0, password= (empty) -$config'redis_hosts' = null; // e.g. array( 'localhost:6379' ); array( '192.168.1.1:6379:1:secret' ); +// Use these hosts for accessing Redis. +// Currently only one host is supported. Cluster support may come in a future release. +// You can pass 4 fields, host, port (optional), database (optional) and password (optional). +// Unset fields will be set to the default values host=127.0.0.1, port=6379. +// Examples: +// array('localhost:6379'); +// array('192.168.1.1:6379:1:secret'); +// array('unix:///var/run/redis/redis-server.sock:1:secret'); +$config'redis_hosts' = null; // Maximum size of an object in memcache (in bytes). Default: 2MB $config'memcache_max_allowed_packet' = '2M'; @@ -473,11 +478,12 @@ // Backend to use for session storage. Can either be 'db' (default), 'redis', 'memcache', or 'php' // -// If set to 'memcache', a list of servers need to be specified in 'memcache_hosts' -// Make sure the Memcache extension (http://pecl.php.net/package/memcache) version >= 2.0.0 is installed +// If set to 'memcache' or 'memcached', a list of servers need to be specified in 'memcache_hosts' +// Make sure the Memcache extension (https://pecl.php.net/package/memcache) version >= 2.0.0 +// or the Memcached extension (https://pecl.php.net/package/memcached) version >= 2.0.0 is installed. // // If set to 'redis', a server needs to be specified in 'redis_hosts' -// Make sure the Redis extension (http://pecl.php.net/package/redis) version >= 2.0.0 is installed +// Make sure the Redis extension (https://pecl.php.net/package/redis) version >= 2.0.0 is installed. // // Setting this value to 'php' will use the default session save handler configured in PHP $config'session_storage' = 'db';
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/acl/localization/ar.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/acl/localization/ar.inc
Changed
@@ -2,20 +2,20 @@ /* +-----------------------------------------------------------------------+ - | plugins/acl/localization/<lang>.inc | - | | | Localization file of the Roundcube Webmail ACL plugin | - | Copyright (C) 2012-2013, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-acl/ */ + $labels'username' = 'المستخدم :'; +$labels'advanced' = 'الوضع المتقدم'; $labels'add' = 'إضافة'; $labels'acld' = 'حذف الرسائل'; $labels'aclt' = 'حذف الرسائل';
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/acl/localization/ar_SA.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/acl/localization/ar_SA.inc
Changed
@@ -2,19 +2,18 @@ /* +-----------------------------------------------------------------------+ - | plugins/acl/localization/<lang>.inc | - | | | Localization file of the Roundcube Webmail ACL plugin | - | Copyright (C) 2012-2013, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-acl/ */ + $labels'sharing' = 'مشاركة'; $labels'myrights' = 'حقوق الوصول'; $labels'username' = 'مستخدم:';
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/acl/localization/ast.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/acl/localization/ast.inc
Changed
@@ -2,19 +2,18 @@ /* +-----------------------------------------------------------------------+ - | plugins/acl/localization/<lang>.inc | - | | | Localization file of the Roundcube Webmail ACL plugin | - | Copyright (C) 2012-2013, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-acl/ */ + $labels'sharing' = 'Compartición'; $labels'myrights' = 'Drechos d\'accesu'; $labels'username' = 'Usuariu:';
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/acl/localization/az_AZ.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/acl/localization/az_AZ.inc
Changed
@@ -2,19 +2,18 @@ /* +-----------------------------------------------------------------------+ - | plugins/acl/localization/<lang>.inc | - | | | Localization file of the Roundcube Webmail ACL plugin | - | Copyright (C) 2012-2013, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-acl/ */ + $labels'sharing' = 'Paylaşma'; $labels'myrights' = 'Giriş hüququ'; $labels'username' = 'İstifadəçi:';
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/acl/localization/be_BE.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/acl/localization/be_BE.inc
Changed
@@ -2,19 +2,18 @@ /* +-----------------------------------------------------------------------+ - | plugins/acl/localization/<lang>.inc | - | | | Localization file of the Roundcube Webmail ACL plugin | - | Copyright (C) 2012-2013, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-acl/ */ + $labels'sharing' = 'Сумесны доступ'; $labels'myrights' = 'Правы доступу'; $labels'username' = 'Карыстальнік:';
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/acl/localization/bg_BG.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/acl/localization/bg_BG.inc
Changed
@@ -2,19 +2,18 @@ /* +-----------------------------------------------------------------------+ - | plugins/acl/localization/<lang>.inc | - | | | Localization file of the Roundcube Webmail ACL plugin | - | Copyright (C) 2012-2013, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-acl/ */ + $labels'sharing' = 'Споделяне'; $labels'myrights' = 'Права за достъп'; $labels'username' = 'Потребител:';
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/acl/localization/bn_BD.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/acl/localization/bn_BD.inc
Changed
@@ -2,19 +2,19 @@ /* +-----------------------------------------------------------------------+ - | plugins/acl/localization/<lang>.inc | - | | | Localization file of the Roundcube Webmail ACL plugin | - | Copyright (C) 2012-2013, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-acl/ */ + + $labels'aclread' = 'পড়'; $labels'acldelete' = 'ফেলে দিন'; $labels'shortaclr' = 'পড়';
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/acl/localization/br.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/acl/localization/br.inc
Changed
@@ -2,19 +2,18 @@ /* +-----------------------------------------------------------------------+ - | plugins/acl/localization/<lang>.inc | - | | | Localization file of the Roundcube Webmail ACL plugin | - | Copyright (C) 2012-2013, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-acl/ */ + $labels'sharing' = 'Rannañ'; $labels'myrights' = 'Aotreoù mont e-barzh'; $labels'username' = 'Implijer:';
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/acl/localization/bs_BA.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/acl/localization/bs_BA.inc
Changed
@@ -2,19 +2,18 @@ /* +-----------------------------------------------------------------------+ - | plugins/acl/localization/<lang>.inc | - | | | Localization file of the Roundcube Webmail ACL plugin | - | Copyright (C) 2012-2013, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-acl/ */ + $labels'sharing' = 'Razmjena'; $labels'myrights' = 'Prava pristupa'; $labels'username' = 'Korisnik:';
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/acl/localization/ca_ES.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/acl/localization/ca_ES.inc
Changed
@@ -2,19 +2,18 @@ /* +-----------------------------------------------------------------------+ - | plugins/acl/localization/<lang>.inc | - | | | Localization file of the Roundcube Webmail ACL plugin | - | Copyright (C) 2012-2013, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-acl/ */ + $labels'sharing' = 'Comparteix'; $labels'myrights' = 'Permisos d\'accés'; $labels'username' = 'Usuari:';
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/acl/localization/cs_CZ.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/acl/localization/cs_CZ.inc
Changed
@@ -2,19 +2,18 @@ /* +-----------------------------------------------------------------------+ - | plugins/acl/localization/<lang>.inc | - | | | Localization file of the Roundcube Webmail ACL plugin | - | Copyright (C) 2012-2013, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-acl/ */ + $labels'sharing' = 'Sdílení'; $labels'myrights' = 'Přístupová práva'; $labels'username' = 'Uživatel:';
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/acl/localization/cy_GB.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/acl/localization/cy_GB.inc
Changed
@@ -2,19 +2,18 @@ /* +-----------------------------------------------------------------------+ - | plugins/acl/localization/<lang>.inc | - | | | Localization file of the Roundcube Webmail ACL plugin | - | Copyright (C) 2012-2013, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-acl/ */ + $labels'sharing' = 'Rhannu'; $labels'myrights' = 'Hawliau Mynediad'; $labels'username' = 'Defnyddiwr:';
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/acl/localization/da_DK.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/acl/localization/da_DK.inc
Changed
@@ -2,19 +2,18 @@ /* +-----------------------------------------------------------------------+ - | plugins/acl/localization/<lang>.inc | - | | | Localization file of the Roundcube Webmail ACL plugin | - | Copyright (C) 2012-2013, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-acl/ */ + $labels'sharing' = 'Deling'; $labels'myrights' = 'Adgangrettigheder'; $labels'username' = 'Bruger:';
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/acl/localization/de_CH.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/acl/localization/de_CH.inc
Changed
@@ -2,19 +2,18 @@ /* +-----------------------------------------------------------------------+ - | plugins/acl/localization/<lang>.inc | - | | | Localization file of the Roundcube Webmail ACL plugin | - | Copyright (C) 2012-2013, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-acl/ */ + $labels'sharing' = 'Freigabe'; $labels'myrights' = 'Zugriffsrechte'; $labels'username' = 'Benutzer:';
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/acl/localization/de_DE.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/acl/localization/de_DE.inc
Changed
@@ -2,19 +2,18 @@ /* +-----------------------------------------------------------------------+ - | plugins/acl/localization/<lang>.inc | - | | | Localization file of the Roundcube Webmail ACL plugin | - | Copyright (C) 2012-2013, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-acl/ */ + $labels'sharing' = 'Freigabe'; $labels'myrights' = 'Zugriffsrechte'; $labels'username' = 'Benutzer:';
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/acl/localization/el_GR.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/acl/localization/el_GR.inc
Changed
@@ -2,19 +2,18 @@ /* +-----------------------------------------------------------------------+ - | plugins/acl/localization/<lang>.inc | - | | | Localization file of the Roundcube Webmail ACL plugin | - | Copyright (C) 2012-2013, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-acl/ */ + $labels'sharing' = 'Κοινή χρήση'; $labels'myrights' = 'Δικαιώματα Πρόσβασης '; $labels'username' = 'Χρήστης:';
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/acl/localization/en_CA.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/acl/localization/en_CA.inc
Changed
@@ -2,19 +2,18 @@ /* +-----------------------------------------------------------------------+ - | plugins/acl/localization/<lang>.inc | - | | | Localization file of the Roundcube Webmail ACL plugin | - | Copyright (C) 2012-2013, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-acl/ */ + $labels'sharing' = 'Sharing'; $labels'myrights' = 'Access Rights'; $labels'username' = 'User:';
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/acl/localization/en_GB.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/acl/localization/en_GB.inc
Changed
@@ -2,19 +2,18 @@ /* +-----------------------------------------------------------------------+ - | plugins/acl/localization/<lang>.inc | - | | | Localization file of the Roundcube Webmail ACL plugin | - | Copyright (C) 2012-2013, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-acl/ */ + $labels'sharing' = 'Sharing'; $labels'myrights' = 'Access Rights'; $labels'username' = 'User:';
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/acl/localization/eo.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/acl/localization/eo.inc
Changed
@@ -2,19 +2,18 @@ /* +-----------------------------------------------------------------------+ - | plugins/acl/localization/<lang>.inc | - | | | Localization file of the Roundcube Webmail ACL plugin | - | Copyright (C) 2012-2013, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-acl/ */ + $labels'sharing' = 'Kunhavigado'; $labels'myrights' = 'Atingrajtoj'; $labels'username' = 'Uzanto:';
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/acl/localization/es_419.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/acl/localization/es_419.inc
Changed
@@ -2,19 +2,18 @@ /* +-----------------------------------------------------------------------+ - | plugins/acl/localization/<lang>.inc | - | | | Localization file of the Roundcube Webmail ACL plugin | - | Copyright (C) 2012-2013, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-acl/ */ + $labels'sharing' = 'Compartiendo'; $labels'myrights' = 'Permisos de acceso'; $labels'username' = 'Usuario:';
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/acl/localization/es_AR.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/acl/localization/es_AR.inc
Changed
@@ -2,19 +2,18 @@ /* +-----------------------------------------------------------------------+ - | plugins/acl/localization/<lang>.inc | - | | | Localization file of the Roundcube Webmail ACL plugin | - | Copyright (C) 2012-2013, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-acl/ */ + $labels'sharing' = 'Compartiendo'; $labels'myrights' = 'Permisos de acceso'; $labels'username' = 'Usuario:';
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/acl/localization/es_ES.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/acl/localization/es_ES.inc
Changed
@@ -2,19 +2,18 @@ /* +-----------------------------------------------------------------------+ - | plugins/acl/localization/<lang>.inc | - | | | Localization file of the Roundcube Webmail ACL plugin | - | Copyright (C) 2012-2013, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-acl/ */ + $labels'sharing' = 'Compartir'; $labels'myrights' = 'Permisos de acceso'; $labels'username' = 'Usuario:';
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/acl/localization/et_EE.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/acl/localization/et_EE.inc
Changed
@@ -2,19 +2,18 @@ /* +-----------------------------------------------------------------------+ - | plugins/acl/localization/<lang>.inc | - | | | Localization file of the Roundcube Webmail ACL plugin | - | Copyright (C) 2012-2013, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-acl/ */ + $labels'sharing' = 'Jagamine'; $labels'myrights' = 'Ligipääsuõigused'; $labels'username' = 'Kasutaja:';
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/acl/localization/eu_ES.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/acl/localization/eu_ES.inc
Changed
@@ -2,19 +2,18 @@ /* +-----------------------------------------------------------------------+ - | plugins/acl/localization/<lang>.inc | - | | | Localization file of the Roundcube Webmail ACL plugin | - | Copyright (C) 2012-2013, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-acl/ */ + $labels'sharing' = 'Partekatzen'; $labels'myrights' = 'Sarbide-eskubideak'; $labels'username' = 'Erabiltzailea:';
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/acl/localization/fa_AF.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/acl/localization/fa_AF.inc
Changed
@@ -2,19 +2,18 @@ /* +-----------------------------------------------------------------------+ - | plugins/acl/localization/<lang>.inc | - | | | Localization file of the Roundcube Webmail ACL plugin | - | Copyright (C) 2012-2013, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-acl/ */ + $labels'sharing' = 'اشتراک گذاری'; $labels'username' = 'کاربر:'; $labels'add' = 'افزودن';
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/acl/localization/fa_IR.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/acl/localization/fa_IR.inc
Changed
@@ -2,19 +2,18 @@ /* +-----------------------------------------------------------------------+ - | plugins/acl/localization/<lang>.inc | - | | | Localization file of the Roundcube Webmail ACL plugin | - | Copyright (C) 2012-2013, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-acl/ */ + $labels'sharing' = 'اشتراکگذاری'; $labels'myrights' = 'حقوق دسترسی'; $labels'username' = 'کاربر:';
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/acl/localization/fi_FI.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/acl/localization/fi_FI.inc
Changed
@@ -2,19 +2,18 @@ /* +-----------------------------------------------------------------------+ - | plugins/acl/localization/<lang>.inc | - | | | Localization file of the Roundcube Webmail ACL plugin | - | Copyright (C) 2012-2013, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-acl/ */ + $labels'sharing' = 'Jakaminen'; $labels'myrights' = 'Käyttöoikeudet'; $labels'username' = 'Käyttäjä:';
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/acl/localization/fo_FO.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/acl/localization/fo_FO.inc
Changed
@@ -2,19 +2,18 @@ /* +-----------------------------------------------------------------------+ - | plugins/acl/localization/<lang>.inc | - | | | Localization file of the Roundcube Webmail ACL plugin | - | Copyright (C) 2012-2013, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-acl/ */ + $labels'sharing' = 'Deiling'; $labels'myrights' = 'Atgongdar-rættindi'; $labels'username' = 'Brúkari:';
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/acl/localization/fr_FR.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/acl/localization/fr_FR.inc
Changed
@@ -2,19 +2,18 @@ /* +-----------------------------------------------------------------------+ - | plugins/acl/localization/<lang>.inc | - | | | Localization file of the Roundcube Webmail ACL plugin | - | Copyright (C) 2012-2013, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-acl/ */ + $labels'sharing' = 'Partage'; $labels'myrights' = 'Droits d’accès'; $labels'username' = 'Utilisateur :';
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/acl/localization/fy_NL.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/acl/localization/fy_NL.inc
Changed
@@ -2,19 +2,18 @@ /* +-----------------------------------------------------------------------+ - | plugins/acl/localization/<lang>.inc | - | | | Localization file of the Roundcube Webmail ACL plugin | - | Copyright (C) 2012-2013, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-acl/ */ + $labels'sharing' = 'Dielen'; $labels'myrights' = 'Tagong Rjochten'; $labels'username' = 'Brûker:';
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/acl/localization/ga_IE.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/acl/localization/ga_IE.inc
Changed
@@ -2,19 +2,18 @@ /* +-----------------------------------------------------------------------+ - | plugins/acl/localization/<lang>.inc | - | | | Localization file of the Roundcube Webmail ACL plugin | - | Copyright (C) 2012-2013, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-acl/ */ + $labels'sharing' = 'Comhroinnt'; $labels'myrights' = 'Cearta rochtana'; $labels'username' = 'An tÚsáideoir:'; @@ -28,8 +27,10 @@ $labels'identifier' = 'Aitheantóir'; $labels'acll' = 'Cuardaigh'; $labels'aclr' = 'Léigh teachtaireachtaí'; +$labels'acls' = 'Coinnigh an staid Feicthe'; $labels'aclw' = 'Scríobh bratacha'; $labels'acli' = 'Ionsáigh (macasamhlaigh isteach ann)'; +$labels'aclp' = 'Foilsigh'; $labels'aclc' = 'Cruthaigh fófhillteáin'; $labels'aclk' = 'Cruthaigh fofhillteáin'; $labels'acld' = 'Scrios teachtaireachtaí'; @@ -48,6 +49,7 @@ $labels'shortacls' = 'Coinnigh'; $labels'shortaclw' = 'Cum'; $labels'shortacli' = 'Ionsáigh'; +$labels'shortaclp' = 'Foilsigh'; $labels'shortaclc' = 'Cruthaigh'; $labels'shortaclk' = 'Cruthaigh'; $labels'shortacld' = 'Scrios'; @@ -60,15 +62,35 @@ $labels'shortaclread' = 'Léite'; $labels'shortaclwrite' = 'Scríobh'; $labels'shortacldelete' = 'Scrios'; +$labels'longacll' = 'Tá an fillteán infheicthe ar liostaí agus is féidir sintiúis leis a ghlacadh'; $labels'longaclr' = 'Is féidir an fillteán a oscailt chun é a léam'; +$labels'longacls' = 'Is féidir bratach Teachtaireachtaí Feicthe a athrú'; +$labels'longaclw' = 'Is féidir bratacha agus treoirfhocail na dteachtaireachtaí a athrú, cé is moite de Feicthe agus Scriosta'; +$labels'longacli' = 'Is féidir teachtaireachtaí a scríobh nó a mhacasamhlú chuig an bhfillteán'; +$labels'longaclp' = 'Is féidir teachtaireachtaí a fhoilsiú chuig an bhfillteán seo'; +$labels'longaclc' = 'Is féidir fillteáin a chruthú (nó iad a athainmniú) go díreach faoin bhfillteán sin'; +$labels'longaclk' = 'Is féidir fillteáin a chruthú (nó iad a athainmniú) go díreach faoin bhfillteán sin'; +$labels'longacld' = 'Is féidir bratach Scrios Teachétaireachtaí a athrú'; +$labels'longaclt' = 'Is féidir bratach Scrios Teachétaireachtaí a athrú'; $labels'longacle' = 'Is féidir teachtaireachtaí a bhaint de'; $labels'longaclx' = 'Is féidir an fillteán seo a scriosadh nó é athainmniú'; $labels'longacla' = 'Is féidir cearta rochtana an fhillteáin a athrú'; +$labels'longacln' = 'Is féidir meiteashonraí comhroinnte na dteachtaireachtaí (nótaí mínithe) a athrú'; +$labels'longaclfull' = 'Smacht iomlán lena n-áirítear riar an fhillteáin'; $labels'longaclread' = 'Is féidir an fillteán a oscailt chun é a léamh'; +$labels'longaclwrite' = 'Is féidir teachtaireachtaí a rianú, a scríobh nó a mhacasamhlú chuig an bhfillteán'; $labels'longacldelete' = 'Is féidir teachtaireachtaí a scriosadh'; $labels'longaclother' = 'Cearta rochtana eile'; $labels'ariasummaryacltable' = 'Liosta de na cearta rochtana'; +$labels'arialabelaclactions' = 'Sonraigh na gníomhartha'; $labels'arialabelaclform' = 'Cearta rochtana ó'; +$messages'deleting' = 'Ag scriosadh cearta rochtana...'; +$messages'saving' = 'Ag taisceadh cearta rochtana...'; +$messages'updatesuccess' = 'Athraíodh go rathúil na cearta rochtana'; +$messages'deletesuccess' = 'Scriosadh go rathúil na cearta rochtana'; +$messages'createsuccess' = 'Cuireadh na cearta rochtana go rathúil leis'; +$messages'updateerror' = 'Ní féidir na cearta rochtana a nuashonrú'; +$messages'deleteerror' = 'Ní féidir na cearta rochtana a scriosadh'; $messages'createerror' = 'Ní féidir cearta rochtana a chur leis'; $messages'deleteconfirm' = 'An bhfuil tú cinnte gur mian leat na cearta rochtana a bhaint den úsáideoir(í) roghnaithe?'; $messages'norights' = 'Níor sonraíodh aon chearta!';
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/acl/localization/gl_ES.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/acl/localization/gl_ES.inc
Changed
@@ -2,19 +2,18 @@ /* +-----------------------------------------------------------------------+ - | plugins/acl/localization/<lang>.inc | - | | | Localization file of the Roundcube Webmail ACL plugin | - | Copyright (C) 2012-2013, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-acl/ */ + $labels'sharing' = 'Compartindo'; $labels'myrights' = 'Permisos de acceso'; $labels'username' = 'Utente:';
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/acl/localization/he_IL.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/acl/localization/he_IL.inc
Changed
@@ -2,19 +2,18 @@ /* +-----------------------------------------------------------------------+ - | plugins/acl/localization/<lang>.inc | - | | | Localization file of the Roundcube Webmail ACL plugin | - | Copyright (C) 2012-2013, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-acl/ */ + $labels'sharing' = 'שיתוף'; $labels'myrights' = 'זכויות גישה'; $labels'username' = 'משתמש:';
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/acl/localization/hi_IN.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/acl/localization/hi_IN.inc
Changed
@@ -2,19 +2,19 @@ /* +-----------------------------------------------------------------------+ - | plugins/acl/localization/<lang>.inc | - | | | Localization file of the Roundcube Webmail ACL plugin | - | Copyright (C) 2012-2013, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-acl/ */ + + $labels'acldelete' = 'मिटा'; $labels'shortaclc' = 'बनाऐं'; $labels'shortaclk' = 'बनाऐं';
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/acl/localization/hr_HR.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/acl/localization/hr_HR.inc
Changed
@@ -2,22 +2,22 @@ /* +-----------------------------------------------------------------------+ - | plugins/acl/localization/<lang>.inc | - | | | Localization file of the Roundcube Webmail ACL plugin | - | Copyright (C) 2012-2013, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-acl/ */ + $labels'sharing' = 'Dijeljenje'; $labels'myrights' = 'Prava pristupa'; $labels'username' = 'Korisnik:'; +$labels'advanced' = 'Napredni način'; $labels'add' = 'Dodaj'; $labels'newuser' = 'Dodaj unos/pravilo'; $labels'editperms' = 'Uredi dozvole'; @@ -77,6 +77,10 @@ $labels'longaclread' = 'Mapa može biti otvorena za čitanje'; $labels'longaclwrite' = 'Poruke mogu biti označene, pohranjene ili kopirane u mapu'; $labels'longacldelete' = 'Poruke mogu biti obrisane'; +$labels'longaclother' = 'Ostala prava pristupa'; +$labels'ariasummaryacltable' = 'Popis prava pristupa'; +$labels'arialabelaclactions' = 'Popis radnji'; +$labels'arialabelaclform' = 'Obrazac prava pristupa'; $messages'deleting' = 'Brišem prava pristupa...'; $messages'saving' = 'Pohranjujem prava pristupa'; $messages'updatesuccess' = 'Prava pristupa uspješno promjenjena';
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/acl/localization/hu_HU.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/acl/localization/hu_HU.inc
Changed
@@ -2,19 +2,18 @@ /* +-----------------------------------------------------------------------+ - | plugins/acl/localization/<lang>.inc | - | | | Localization file of the Roundcube Webmail ACL plugin | - | Copyright (C) 2012-2013, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-acl/ */ + $labels'sharing' = 'Megosztás'; $labels'myrights' = 'Hozzáférési jogok'; $labels'username' = 'Felhasználó:';
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/acl/localization/hy_AM.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/acl/localization/hy_AM.inc
Changed
@@ -2,19 +2,18 @@ /* +-----------------------------------------------------------------------+ - | plugins/acl/localization/<lang>.inc | - | | | Localization file of the Roundcube Webmail ACL plugin | - | Copyright (C) 2012-2013, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-acl/ */ + $labels'sharing' = 'Կիսվել'; $labels'myrights' = 'Մուտքի իրավունքներ'; $labels'username' = 'Օգտատեր`';
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/acl/localization/ia.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/acl/localization/ia.inc
Changed
@@ -2,19 +2,18 @@ /* +-----------------------------------------------------------------------+ - | plugins/acl/localization/<lang>.inc | - | | | Localization file of the Roundcube Webmail ACL plugin | - | Copyright (C) 2012-2013, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-acl/ */ + $labels'sharing' = 'Uso in commun'; $labels'myrights' = 'Derectos de accesso'; $labels'username' = 'Usator:';
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/acl/localization/id_ID.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/acl/localization/id_ID.inc
Changed
@@ -2,19 +2,18 @@ /* +-----------------------------------------------------------------------+ - | plugins/acl/localization/<lang>.inc | - | | | Localization file of the Roundcube Webmail ACL plugin | - | Copyright (C) 2012-2013, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-acl/ */ + $labels'sharing' = 'Berbagi'; $labels'myrights' = 'Hak Akses'; $labels'username' = 'Pengguna:';
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/acl/localization/is_IS.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/acl/localization/is_IS.inc
Changed
@@ -2,19 +2,18 @@ /* +-----------------------------------------------------------------------+ - | plugins/acl/localization/<lang>.inc | - | | | Localization file of the Roundcube Webmail ACL plugin | - | Copyright (C) 2012-2013, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-acl/ */ + $labels'sharing' = 'Deiling'; $labels'myrights' = 'Aðgangsheimildir'; $labels'username' = 'Notandi:';
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/acl/localization/it_IT.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/acl/localization/it_IT.inc
Changed
@@ -2,19 +2,18 @@ /* +-----------------------------------------------------------------------+ - | plugins/acl/localization/<lang>.inc | - | | | Localization file of the Roundcube Webmail ACL plugin | - | Copyright (C) 2012-2013, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-acl/ */ + $labels'sharing' = 'Condivisione'; $labels'myrights' = 'Diritti d\'accesso'; $labels'username' = 'Utente:';
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/acl/localization/ja_JP.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/acl/localization/ja_JP.inc
Changed
@@ -2,19 +2,18 @@ /* +-----------------------------------------------------------------------+ - | plugins/acl/localization/<lang>.inc | - | | | Localization file of the Roundcube Webmail ACL plugin | - | Copyright (C) 2012-2013, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-acl/ */ + $labels'sharing' = '共有'; $labels'myrights' = 'アクセス権'; $labels'username' = 'ユーザー:';
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/acl/localization/ka_GE.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/acl/localization/ka_GE.inc
Changed
@@ -2,19 +2,18 @@ /* +-----------------------------------------------------------------------+ - | plugins/acl/localization/<lang>.inc | - | | | Localization file of the Roundcube Webmail ACL plugin | - | Copyright (C) 2012-2013, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-acl/ */ + $labels'add' = 'დამატება'; $labels'aclother' = 'სხვა'; $labels'aclread' = 'წაკითხვა';
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/acl/localization/kab.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/acl/localization/kab.inc
Changed
@@ -2,19 +2,18 @@ /* +-----------------------------------------------------------------------+ - | plugins/acl/localization/<lang>.inc | - | | | Localization file of the Roundcube Webmail ACL plugin | - | Copyright (C) 2012-2013, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-acl/ */ + $labels'sharing' = 'Beṭṭu'; $labels'myrights' = 'Izerfan n unekcum'; $labels'username' = 'Aseqdac:';
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/acl/localization/km_KH.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/acl/localization/km_KH.inc
Changed
@@ -2,19 +2,18 @@ /* +-----------------------------------------------------------------------+ - | plugins/acl/localization/<lang>.inc | - | | | Localization file of the Roundcube Webmail ACL plugin | - | Copyright (C) 2012-2013, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-acl/ */ + $labels'sharing' = 'ការចែករំលែក'; $labels'myrights' = 'សិទ្ធិចូល'; $labels'username' = 'អ្នកប្រើ៖';
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/acl/localization/kn_IN.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/acl/localization/kn_IN.inc
Changed
@@ -2,19 +2,18 @@ /* +-----------------------------------------------------------------------+ - | plugins/acl/localization/<lang>.inc | - | | | Localization file of the Roundcube Webmail ACL plugin | - | Copyright (C) 2012-2013, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-acl/ */ + $labels'add' = 'ಸೇರಿಸು'; $labels'shortaclc' = 'ರಚಿಸು'; $labels'shortaclk' = 'ರಚಿಸು';
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/acl/localization/ko_KR.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/acl/localization/ko_KR.inc
Changed
@@ -2,19 +2,18 @@ /* +-----------------------------------------------------------------------+ - | plugins/acl/localization/<lang>.inc | - | | | Localization file of the Roundcube Webmail ACL plugin | - | Copyright (C) 2012-2013, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-acl/ */ + $labels'sharing' = '공유'; $labels'myrights' = '접근 권한'; $labels'username' = '사용자:';
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/acl/localization/ku.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/acl/localization/ku.inc
Changed
@@ -2,19 +2,18 @@ /* +-----------------------------------------------------------------------+ - | plugins/acl/localization/<lang>.inc | - | | | Localization file of the Roundcube Webmail ACL plugin | - | Copyright (C) 2012-2013, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-acl/ */ + $labels'sharing' = 'Parvekirin'; $labels'myrights' = 'Mafên Têketinê'; $labels'username' = 'Bikarhêner:';
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/acl/localization/ku_IQ.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/acl/localization/ku_IQ.inc
Changed
@@ -2,19 +2,18 @@ /* +-----------------------------------------------------------------------+ - | plugins/acl/localization/<lang>.inc | - | | | Localization file of the Roundcube Webmail ACL plugin | - | Copyright (C) 2012-2013, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-acl/ */ + $labels'sharing' = 'هاوبەشکردن'; $labels'username' = 'بەکارهێنەر:'; $labels'advanced' = 'شێوازی پێشکەوتوو';
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/acl/localization/lb_LU.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/acl/localization/lb_LU.inc
Changed
@@ -2,19 +2,18 @@ /* +-----------------------------------------------------------------------+ - | plugins/acl/localization/<lang>.inc | - | | | Localization file of the Roundcube Webmail ACL plugin | - | Copyright (C) 2012-2013, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-acl/ */ + $labels'sharing' = 'Deelen'; $labels'myrights' = 'Zougrëffsrechter'; $labels'username' = 'Benotzer:';
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/acl/localization/lt_LT.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/acl/localization/lt_LT.inc
Changed
@@ -2,19 +2,18 @@ /* +-----------------------------------------------------------------------+ - | plugins/acl/localization/<lang>.inc | - | | | Localization file of the Roundcube Webmail ACL plugin | - | Copyright (C) 2012-2013, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-acl/ */ + $labels'sharing' = 'Dalinimasis'; $labels'myrights' = 'Prieigos teisės'; $labels'username' = 'Vartotojas:';
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/acl/localization/lv_LV.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/acl/localization/lv_LV.inc
Changed
@@ -2,19 +2,18 @@ /* +-----------------------------------------------------------------------+ - | plugins/acl/localization/<lang>.inc | - | | | Localization file of the Roundcube Webmail ACL plugin | - | Copyright (C) 2012-2013, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-acl/ */ + $labels'sharing' = 'Dalīšanās'; $labels'myrights' = 'Piekļuves tiesības'; $labels'username' = 'Lietotājs:';
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/acl/localization/mk_MK.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/acl/localization/mk_MK.inc
Changed
@@ -2,19 +2,18 @@ /* +-----------------------------------------------------------------------+ - | plugins/acl/localization/<lang>.inc | - | | | Localization file of the Roundcube Webmail ACL plugin | - | Copyright (C) 2012-2013, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-acl/ */ + $labels'sharing' = 'Сподели'; $labels'myrights' = 'Право на пристап'; $labels'username' = 'Корисник';
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/acl/localization/ml_IN.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/acl/localization/ml_IN.inc
Changed
@@ -2,19 +2,18 @@ /* +-----------------------------------------------------------------------+ - | plugins/acl/localization/<lang>.inc | - | | | Localization file of the Roundcube Webmail ACL plugin | - | Copyright (C) 2012-2013, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-acl/ */ + $labels'add' = 'ചേര്ക്കു'; $labels'aclother' = 'മറ്റുള്ളത്'; $labels'aclread' = 'വായിച്ചവ';
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/acl/localization/mn_MN.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/acl/localization/mn_MN.inc
Changed
@@ -2,19 +2,18 @@ /* +-----------------------------------------------------------------------+ - | plugins/acl/localization/<lang>.inc | - | | | Localization file of the Roundcube Webmail ACL plugin | - | Copyright (C) 2012-2013, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-acl/ */ + $labels'sharing' = 'Хуваалцах'; $labels'myrights' = 'Нэвтрэлтийн зөвшөөрлүүд'; $labels'username' = 'Хэрэглэгч:';
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/acl/localization/mr_IN.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/acl/localization/mr_IN.inc
Changed
@@ -2,19 +2,18 @@ /* +-----------------------------------------------------------------------+ - | plugins/acl/localization/<lang>.inc | - | | | Localization file of the Roundcube Webmail ACL plugin | - | Copyright (C) 2012-2013, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-acl/ */ + $labels'add' = 'समावेश करा'; $labels'aclother' = 'इतर'; $labels'acldelete' = 'नष्ट करा';
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/acl/localization/ms_MY.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/acl/localization/ms_MY.inc
Changed
@@ -2,19 +2,19 @@ /* +-----------------------------------------------------------------------+ - | plugins/acl/localization/<lang>.inc | - | | | Localization file of the Roundcube Webmail ACL plugin | - | Copyright (C) 2012-2013, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-acl/ */ + + $labels'acldelete' = 'Padam'; $labels'shortaclc' = 'Cipta'; $labels'shortaclk' = 'Cipta';
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/acl/localization/nb_NO.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/acl/localization/nb_NO.inc
Changed
@@ -2,19 +2,18 @@ /* +-----------------------------------------------------------------------+ - | plugins/acl/localization/<lang>.inc | - | | | Localization file of the Roundcube Webmail ACL plugin | - | Copyright (C) 2012-2013, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-acl/ */ + $labels'sharing' = 'Deling'; $labels'myrights' = 'Tilgangsrettigheter'; $labels'username' = 'Bruker:'; @@ -78,6 +77,8 @@ $labels'longaclread' = 'Mappen kan åpnes for lesing'; $labels'longaclwrite' = 'Meldinger kan merkes, lagres i eller flyttes til mappen'; $labels'longacldelete' = 'Meldingen kan slettes'; +$labels'longaclother' = 'Andre tilgangsrettigheter'; +$labels'ariasummaryacltable' = 'List tilgangsrettigheter'; $messages'deleting' = 'Sletter tilgangsrettigheter'; $messages'saving' = 'Lagrer tilgangsrettigheter'; $messages'updatesuccess' = 'Tilgangsrettigheter ble endret';
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/acl/localization/ne_NP.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/acl/localization/ne_NP.inc
Changed
@@ -2,19 +2,19 @@ /* +-----------------------------------------------------------------------+ - | plugins/acl/localization/<lang>.inc | - | | | Localization file of the Roundcube Webmail ACL plugin | - | Copyright (C) 2012-2013, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-acl/ */ + + $labels'acldelete' = 'मेटाउनुहोस'; $labels'shortaclc' = 'बनाउनुहोस'; $labels'shortaclk' = 'बनाउनुहोस';
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/acl/localization/nl_BE.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/acl/localization/nl_BE.inc
Changed
@@ -2,19 +2,18 @@ /* +-----------------------------------------------------------------------+ - | plugins/acl/localization/<lang>.inc | - | | | Localization file of the Roundcube Webmail ACL plugin | - | Copyright (C) 2012-2013, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-acl/ */ + $labels'add' = 'Toevoegen'; $labels'aclother' = 'Anders'; $labels'acldelete' = 'Verwijderen';
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/acl/localization/nl_NL.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/acl/localization/nl_NL.inc
Changed
@@ -2,19 +2,18 @@ /* +-----------------------------------------------------------------------+ - | plugins/acl/localization/<lang>.inc | - | | | Localization file of the Roundcube Webmail ACL plugin | - | Copyright (C) 2012-2013, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-acl/ */ + $labels'sharing' = 'Delen'; $labels'myrights' = 'Toegangsrechten'; $labels'username' = 'Gebruiker:';
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/acl/localization/nn_NO.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/acl/localization/nn_NO.inc
Changed
@@ -2,24 +2,24 @@ /* +-----------------------------------------------------------------------+ - | plugins/acl/localization/<lang>.inc | - | | | Localization file of the Roundcube Webmail ACL plugin | - | Copyright (C) 2012-2013, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-acl/ */ + $labels'sharing' = 'Deling'; $labels'myrights' = 'Tilgangsrettar'; $labels'username' = 'Brukar:'; $labels'add' = 'Legg til'; $labels'newuser' = 'Legg til oppføring'; +$labels'editperms' = 'Endr innstillingar for tilgong'; $labels'actions' = 'Val for tilgangsrettar...'; $labels'anyone' = 'Alle brukarar (alle)'; $labels'anonymous' = 'Gjester (anonyme)';
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/acl/localization/pl_PL.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/acl/localization/pl_PL.inc
Changed
@@ -2,19 +2,18 @@ /* +-----------------------------------------------------------------------+ - | plugins/acl/localization/<lang>.inc | - | | | Localization file of the Roundcube Webmail ACL plugin | - | Copyright (C) 2012-2013, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-acl/ */ + $labels'sharing' = 'Udostępnianie'; $labels'myrights' = 'Prawa dostępu'; $labels'username' = 'Użytkownik:';
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/acl/localization/ps.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/acl/localization/ps.inc
Changed
@@ -2,19 +2,19 @@ /* +-----------------------------------------------------------------------+ - | plugins/acl/localization/<lang>.inc | - | | | Localization file of the Roundcube Webmail ACL plugin | - | Copyright (C) 2012-2013, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-acl/ */ + + $labels'acldelete' = 'ړنګول'; $labels'shortaclc' = 'جوړول، رامنځ ته کول'; $labels'shortaclk' = 'جوړول، رامنځ ته کول';
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/acl/localization/pt_BR.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/acl/localization/pt_BR.inc
Changed
@@ -2,19 +2,18 @@ /* +-----------------------------------------------------------------------+ - | plugins/acl/localization/<lang>.inc | - | | | Localization file of the Roundcube Webmail ACL plugin | - | Copyright (C) 2012-2013, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-acl/ */ + $labels'sharing' = 'Compartilhamento'; $labels'myrights' = 'Permissões de Acesso'; $labels'username' = 'Usuário:';
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/acl/localization/pt_PT.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/acl/localization/pt_PT.inc
Changed
@@ -2,19 +2,18 @@ /* +-----------------------------------------------------------------------+ - | plugins/acl/localization/<lang>.inc | - | | | Localization file of the Roundcube Webmail ACL plugin | - | Copyright (C) 2012-2013, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-acl/ */ + $labels'sharing' = 'Partilhar'; $labels'myrights' = 'Permissões de acesso'; $labels'username' = 'Utilizador:';
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/acl/localization/ro_RO.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/acl/localization/ro_RO.inc
Changed
@@ -2,19 +2,18 @@ /* +-----------------------------------------------------------------------+ - | plugins/acl/localization/<lang>.inc | - | | | Localization file of the Roundcube Webmail ACL plugin | - | Copyright (C) 2012-2013, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-acl/ */ + $labels'sharing' = 'Partajare'; $labels'myrights' = 'Drepturi de acces'; $labels'username' = 'Utilizator:';
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/acl/localization/ru_RU.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/acl/localization/ru_RU.inc
Changed
@@ -2,19 +2,18 @@ /* +-----------------------------------------------------------------------+ - | plugins/acl/localization/<lang>.inc | - | | | Localization file of the Roundcube Webmail ACL plugin | - | Copyright (C) 2012-2013, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-acl/ */ + $labels'sharing' = 'Совместный доступ'; $labels'myrights' = 'Права доступа'; $labels'username' = 'Пользователь:';
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/acl/localization/si_LK.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/acl/localization/si_LK.inc
Changed
@@ -2,19 +2,18 @@ /* +-----------------------------------------------------------------------+ - | plugins/acl/localization/<lang>.inc | - | | | Localization file of the Roundcube Webmail ACL plugin | - | Copyright (C) 2012-2013, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-acl/ */ + $labels'add' = 'එක් කරන්න'; $labels'aclother' = 'වෙනත්'; $labels'aclread' = 'කියවන්න';
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/acl/localization/sk_SK.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/acl/localization/sk_SK.inc
Changed
@@ -2,19 +2,18 @@ /* +-----------------------------------------------------------------------+ - | plugins/acl/localization/<lang>.inc | - | | | Localization file of the Roundcube Webmail ACL plugin | - | Copyright (C) 2012-2013, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-acl/ */ + $labels'sharing' = 'Zdieľanie'; $labels'myrights' = 'Prístupové oprávnenia'; $labels'username' = 'Používateľ:';
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/acl/localization/sl_SI.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/acl/localization/sl_SI.inc
Changed
@@ -2,19 +2,18 @@ /* +-----------------------------------------------------------------------+ - | plugins/acl/localization/<lang>.inc | - | | | Localization file of the Roundcube Webmail ACL plugin | - | Copyright (C) 2012-2013, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-acl/ */ + $labels'sharing' = 'Skupna raba'; $labels'myrights' = 'Pravice dostopa'; $labels'username' = 'Uporabnik:';
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/acl/localization/sq_AL.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/acl/localization/sq_AL.inc
Changed
@@ -2,19 +2,18 @@ /* +-----------------------------------------------------------------------+ - | plugins/acl/localization/<lang>.inc | - | | | Localization file of the Roundcube Webmail ACL plugin | - | Copyright (C) 2012-2013, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-acl/ */ + $labels'sharing' = 'Ndarje Me të Tjerë'; $labels'myrights' = 'Të drejta Hyrjeje'; $labels'username' = 'Përdorues:';
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/acl/localization/sr_CS.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/acl/localization/sr_CS.inc
Changed
@@ -2,19 +2,18 @@ /* +-----------------------------------------------------------------------+ - | plugins/acl/localization/<lang>.inc | - | | | Localization file of the Roundcube Webmail ACL plugin | - | Copyright (C) 2012-2013, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-acl/ */ + $labels'sharing' = 'Дељење'; $labels'myrights' = 'Права приступа'; $labels'username' = 'Корисник:';
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/acl/localization/sv_SE.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/acl/localization/sv_SE.inc
Changed
@@ -2,19 +2,18 @@ /* +-----------------------------------------------------------------------+ - | plugins/acl/localization/<lang>.inc | - | | | Localization file of the Roundcube Webmail ACL plugin | - | Copyright (C) 2012-2013, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-acl/ */ + $labels'sharing' = 'Utdelning'; $labels'myrights' = 'Åtkomsträttigheter'; $labels'username' = 'Användare:';
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/acl/localization/ta_IN.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/acl/localization/ta_IN.inc
Changed
@@ -2,19 +2,19 @@ /* +-----------------------------------------------------------------------+ - | plugins/acl/localization/<lang>.inc | - | | | Localization file of the Roundcube Webmail ACL plugin | - | Copyright (C) 2012-2013, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-acl/ */ + + $labels'acldelete' = 'நீக்கு'; $labels'shortaclc' = 'உருவாக்கு'; $labels'shortaclk' = 'உருவாக்கு';
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/acl/localization/th_TH.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/acl/localization/th_TH.inc
Changed
@@ -2,19 +2,18 @@ /* +-----------------------------------------------------------------------+ - | plugins/acl/localization/<lang>.inc | - | | | Localization file of the Roundcube Webmail ACL plugin | - | Copyright (C) 2012-2013, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-acl/ */ + $labels'sharing' = 'การแชร์ข้อมูล'; $labels'myrights' = 'สิทธิ์การเข้าใช้'; $labels'username' = 'ผู้ใช้งาน:';
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/acl/localization/ti.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/acl/localization/ti.inc
Changed
@@ -2,19 +2,18 @@ /* +-----------------------------------------------------------------------+ - | plugins/acl/localization/<lang>.inc | - | | | Localization file of the Roundcube Webmail ACL plugin | - | Copyright (C) 2012-2013, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-acl/ */ + $labels'sharing' = 'ንኻልእ'; $labels'myrights' = 'መሰላት በዓል ዋና'; $labels'username' = 'በዓል ዋና';
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/acl/localization/tr_TR.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/acl/localization/tr_TR.inc
Changed
@@ -2,19 +2,18 @@ /* +-----------------------------------------------------------------------+ - | plugins/acl/localization/<lang>.inc | - | | | Localization file of the Roundcube Webmail ACL plugin | - | Copyright (C) 2012-2013, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-acl/ */ + $labels'sharing' = 'Paylaşım'; $labels'myrights' = 'Erişim İzinleri'; $labels'username' = 'Kullanıcı:';
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/acl/localization/tzl.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/acl/localization/tzl.inc
Changed
@@ -2,19 +2,18 @@ /* +-----------------------------------------------------------------------+ - | plugins/acl/localization/<lang>.inc | - | | | Localization file of the Roundcube Webmail ACL plugin | - | Copyright (C) 2012-2013, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-acl/ */ + $labels'username' = 'Uçeir:'; $labels'anonymous' = 'Gästs (anonimös)'; $labels'aclread' = 'Lirarh';
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/acl/localization/uk_UA.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/acl/localization/uk_UA.inc
Changed
@@ -2,19 +2,18 @@ /* +-----------------------------------------------------------------------+ - | plugins/acl/localization/<lang>.inc | - | | | Localization file of the Roundcube Webmail ACL plugin | - | Copyright (C) 2012-2013, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-acl/ */ + $labels'sharing' = 'Поширення'; $labels'myrights' = 'Права доступу'; $labels'username' = 'Користувач:';
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/acl/localization/uz.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/acl/localization/uz.inc
Changed
@@ -2,19 +2,18 @@ /* +-----------------------------------------------------------------------+ - | plugins/acl/localization/<lang>.inc | - | | | Localization file of the Roundcube Webmail ACL plugin | - | Copyright (C) 2012-2013, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-acl/ */ + $labels'sharing' = 'Bo‘lishish'; $labels'myrights' = 'Kirish huquqlari'; $labels'username' = 'Foydalanuvchi:';
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/acl/localization/vi_VN.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/acl/localization/vi_VN.inc
Changed
@@ -2,19 +2,18 @@ /* +-----------------------------------------------------------------------+ - | plugins/acl/localization/<lang>.inc | - | | | Localization file of the Roundcube Webmail ACL plugin | - | Copyright (C) 2012-2013, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-acl/ */ + $labels'sharing' = 'Chia sẻ'; $labels'myrights' = 'Quyền truy cập'; $labels'username' = 'Người dùng:';
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/acl/localization/zh_CN.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/acl/localization/zh_CN.inc
Changed
@@ -2,19 +2,18 @@ /* +-----------------------------------------------------------------------+ - | plugins/acl/localization/<lang>.inc | - | | | Localization file of the Roundcube Webmail ACL plugin | - | Copyright (C) 2012-2013, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-acl/ */ + $labels'sharing' = '共享'; $labels'myrights' = '访问权限'; $labels'username' = '用户:';
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/acl/localization/zh_TW.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/acl/localization/zh_TW.inc
Changed
@@ -2,19 +2,18 @@ /* +-----------------------------------------------------------------------+ - | plugins/acl/localization/<lang>.inc | - | | | Localization file of the Roundcube Webmail ACL plugin | - | Copyright (C) 2012-2013, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-acl/ */ + $labels'sharing' = '共享'; $labels'myrights' = '存取權限'; $labels'username' = '使用者:';
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/archive/localization/ar.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/archive/localization/ar.inc
Changed
@@ -2,19 +2,18 @@ /* +-----------------------------------------------------------------------+ - | plugins/archive/localization/<lang>.inc | - | | | Localization file of the Roundcube Webmail Archive plugin | - | Copyright (C) 2016, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-archive/ */ + $labels'buttontext' = 'أرشفة'; $labels'buttontitle' = 'أرشفة هذه الرسالة'; $labels'archived' = 'تم أرشفة الرسالة بنجاح';
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/archive/localization/ar_SA.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/archive/localization/ar_SA.inc
Changed
@@ -2,19 +2,18 @@ /* +-----------------------------------------------------------------------+ - | plugins/archive/localization/<lang>.inc | - | | | Localization file of the Roundcube Webmail Archive plugin | - | Copyright (C) 2016, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-archive/ */ + $labels'buttontext' = 'الأرشيف'; $labels'buttontitle' = 'أرشف هذه الرسالة'; $labels'archived' = 'أُرشفت بنجاح';
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/archive/localization/ast.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/archive/localization/ast.inc
Changed
@@ -2,19 +2,18 @@ /* +-----------------------------------------------------------------------+ - | plugins/archive/localization/<lang>.inc | - | | | Localization file of the Roundcube Webmail Archive plugin | - | Copyright (C) 2016, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-archive/ */ + $labels'buttontext' = 'Archivu'; $labels'buttontitle' = 'Archivar esti mensaxe'; $labels'archived' = 'Archiváu con ésitu';
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/archive/localization/az_AZ.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/archive/localization/az_AZ.inc
Changed
@@ -2,19 +2,18 @@ /* +-----------------------------------------------------------------------+ - | plugins/archive/localization/<lang>.inc | - | | | Localization file of the Roundcube Webmail Archive plugin | - | Copyright (C) 2016, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-archive/ */ + $labels'buttontext' = 'Arxiv'; $labels'buttontitle' = 'Mesajı arxivə göndər'; $labels'archived' = 'Arxivə göndərildi';
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/archive/localization/be_BE.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/archive/localization/be_BE.inc
Changed
@@ -2,19 +2,18 @@ /* +-----------------------------------------------------------------------+ - | plugins/archive/localization/<lang>.inc | - | | | Localization file of the Roundcube Webmail Archive plugin | - | Copyright (C) 2016, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-archive/ */ + $labels'buttontext' = 'Архіў'; $labels'buttontitle' = 'Перанесці ў архіў'; $labels'archived' = 'Перанесена ў архіў';
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/archive/localization/bg_BG.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/archive/localization/bg_BG.inc
Changed
@@ -2,19 +2,18 @@ /* +-----------------------------------------------------------------------+ - | plugins/archive/localization/<lang>.inc | - | | | Localization file of the Roundcube Webmail Archive plugin | - | Copyright (C) 2016, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-archive/ */ + $labels'buttontext' = 'Архивирай'; $labels'buttontitle' = 'Архивиране на писмото'; $labels'archived' = 'Архивирането премина успешно'; @@ -25,6 +24,7 @@ $labels'archivetype' = 'Раздели архива по'; $labels'archivetypeyear' = 'Година (пр. Архив/2012)'; $labels'archivetypemonth' = 'Месец (пр. Архив/2012/06)'; +$labels'archivetypetbmonth' = 'Месец - съвместим с Thunderbird (пр. Архив/2012/2012-06)'; $labels'archivetypefolder' = 'Оригинална папка'; $labels'archivetypesender' = 'E-mail адрес на подател'; $labels'unkownsender' = 'неизвестно';
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/archive/localization/bn_BD.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/archive/localization/bn_BD.inc
Changed
@@ -2,18 +2,17 @@ /* +-----------------------------------------------------------------------+ - | plugins/archive/localization/<lang>.inc | - | | | Localization file of the Roundcube Webmail Archive plugin | - | Copyright (C) 2016, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-archive/ */ + $labels'unkownsender' = 'অজানা'; ?>
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/archive/localization/br.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/archive/localization/br.inc
Changed
@@ -2,19 +2,18 @@ /* +-----------------------------------------------------------------------+ - | plugins/archive/localization/<lang>.inc | - | | | Localization file of the Roundcube Webmail Archive plugin | - | Copyright (C) 2016, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-archive/ */ + $labels'buttontext' = 'Diell'; $labels'buttontitle' = 'Diellaouiñ ar gemennadenn-mañ'; $labels'archived' = 'Diellaouet gant berzh';
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/archive/localization/bs_BA.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/archive/localization/bs_BA.inc
Changed
@@ -2,19 +2,18 @@ /* +-----------------------------------------------------------------------+ - | plugins/archive/localization/<lang>.inc | - | | | Localization file of the Roundcube Webmail Archive plugin | - | Copyright (C) 2016, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-archive/ */ + $labels'buttontext' = 'Arhiva'; $labels'buttontitle' = 'Arhiviraj ovu poruku'; $labels'archived' = 'Arhiviranje uspješno';
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/archive/localization/ca_ES.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/archive/localization/ca_ES.inc
Changed
@@ -2,19 +2,18 @@ /* +-----------------------------------------------------------------------+ - | plugins/archive/localization/<lang>.inc | - | | | Localization file of the Roundcube Webmail Archive plugin | - | Copyright (C) 2016, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-archive/ */ + $labels'buttontext' = 'Arxiva'; $labels'buttontitle' = 'Arxiva aquest missatge'; $labels'archived' = 'Arxivat correctament';
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/archive/localization/cs_CZ.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/archive/localization/cs_CZ.inc
Changed
@@ -2,19 +2,18 @@ /* +-----------------------------------------------------------------------+ - | plugins/archive/localization/<lang>.inc | - | | | Localization file of the Roundcube Webmail Archive plugin | - | Copyright (C) 2016, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-archive/ */ + $labels'buttontext' = 'Archiv'; $labels'buttontitle' = 'Archivovat zprávu'; $labels'archived' = 'Vloženo do archivu';
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/archive/localization/cy_GB.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/archive/localization/cy_GB.inc
Changed
@@ -2,19 +2,18 @@ /* +-----------------------------------------------------------------------+ - | plugins/archive/localization/<lang>.inc | - | | | Localization file of the Roundcube Webmail Archive plugin | - | Copyright (C) 2016, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-archive/ */ + $labels'buttontext' = 'Archif'; $labels'buttontitle' = 'Archifo\'r neges hwn'; $labels'archived' = 'Archifwyd yn llwyddiannus';
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/archive/localization/da_DK.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/archive/localization/da_DK.inc
Changed
@@ -2,19 +2,18 @@ /* +-----------------------------------------------------------------------+ - | plugins/archive/localization/<lang>.inc | - | | | Localization file of the Roundcube Webmail Archive plugin | - | Copyright (C) 2016, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-archive/ */ + $labels'buttontext' = 'Arkiv'; $labels'buttontitle' = 'Arkivér denne besked'; $labels'archived' = 'Succesfuldt arkiveret.';
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/archive/localization/de_CH.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/archive/localization/de_CH.inc
Changed
@@ -2,19 +2,18 @@ /* +-----------------------------------------------------------------------+ - | plugins/archive/localization/<lang>.inc | - | | | Localization file of the Roundcube Webmail Archive plugin | - | Copyright (C) 2016, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-archive/ */ + $labels'buttontext' = 'Archiv'; $labels'buttontitle' = 'Nachricht(en) archivieren'; $labels'archived' = 'Nachricht(en) erfolgreich archiviert';
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/archive/localization/de_DE.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/archive/localization/de_DE.inc
Changed
@@ -2,19 +2,18 @@ /* +-----------------------------------------------------------------------+ - | plugins/archive/localization/<lang>.inc | - | | | Localization file of the Roundcube Webmail Archive plugin | - | Copyright (C) 2016, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-archive/ */ + $labels'buttontext' = 'Archivieren'; $labels'buttontitle' = 'Nachricht archivieren'; $labels'archived' = 'Nachricht erfolgreich archiviert';
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/archive/localization/el_GR.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/archive/localization/el_GR.inc
Changed
@@ -2,19 +2,18 @@ /* +-----------------------------------------------------------------------+ - | plugins/archive/localization/<lang>.inc | - | | | Localization file of the Roundcube Webmail Archive plugin | - | Copyright (C) 2016, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-archive/ */ + $labels'buttontext' = 'Αρχειοθέτηση'; $labels'buttontitle' = 'Αρχειοθέτηση μηνύματος'; $labels'archived' = 'Αρχειοθετήθηκε με επιτυχία';
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/archive/localization/en_CA.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/archive/localization/en_CA.inc
Changed
@@ -2,19 +2,18 @@ /* +-----------------------------------------------------------------------+ - | plugins/archive/localization/<lang>.inc | - | | | Localization file of the Roundcube Webmail Archive plugin | - | Copyright (C) 2016, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-archive/ */ + $labels'buttontext' = 'Archive'; $labels'buttontitle' = 'Archive this message'; $labels'archived' = 'Successfully archived';
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/archive/localization/en_GB.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/archive/localization/en_GB.inc
Changed
@@ -2,19 +2,18 @@ /* +-----------------------------------------------------------------------+ - | plugins/archive/localization/<lang>.inc | - | | | Localization file of the Roundcube Webmail Archive plugin | - | Copyright (C) 2016, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-archive/ */ + $labels'buttontext' = 'Archive'; $labels'buttontitle' = 'Archive this message'; $labels'archived' = 'Successfully archived';
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/archive/localization/eo.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/archive/localization/eo.inc
Changed
@@ -2,19 +2,18 @@ /* +-----------------------------------------------------------------------+ - | plugins/archive/localization/<lang>.inc | - | | | Localization file of the Roundcube Webmail Archive plugin | - | Copyright (C) 2016, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-archive/ */ + $labels'buttontext' = 'Arkivigi'; $labels'buttontitle' = 'Arkivigi ĉi tiun mesaĝon'; $labels'archived' = 'Sukcese arkivigita';
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/archive/localization/es_419.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/archive/localization/es_419.inc
Changed
@@ -2,19 +2,18 @@ /* +-----------------------------------------------------------------------+ - | plugins/archive/localization/<lang>.inc | - | | | Localization file of the Roundcube Webmail Archive plugin | - | Copyright (C) 2016, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-archive/ */ + $labels'buttontext' = 'Archivar'; $labels'buttontitle' = 'Archivar este mensaje'; $labels'archived' = 'Archivado exitosamente';
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/archive/localization/es_AR.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/archive/localization/es_AR.inc
Changed
@@ -2,19 +2,18 @@ /* +-----------------------------------------------------------------------+ - | plugins/archive/localization/<lang>.inc | - | | | Localization file of the Roundcube Webmail Archive plugin | - | Copyright (C) 2016, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-archive/ */ + $labels'buttontext' = 'Archivo'; $labels'buttontitle' = 'Archivar este mensaje'; $labels'archived' = 'Mensaje Archivado';
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/archive/localization/es_ES.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/archive/localization/es_ES.inc
Changed
@@ -2,19 +2,18 @@ /* +-----------------------------------------------------------------------+ - | plugins/archive/localization/<lang>.inc | - | | | Localization file of the Roundcube Webmail Archive plugin | - | Copyright (C) 2016, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-archive/ */ + $labels'buttontext' = 'Archivo'; $labels'buttontitle' = 'Archivar este mensaje'; $labels'archived' = 'Archivado correctamente';
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/archive/localization/et_EE.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/archive/localization/et_EE.inc
Changed
@@ -2,19 +2,18 @@ /* +-----------------------------------------------------------------------+ - | plugins/archive/localization/<lang>.inc | - | | | Localization file of the Roundcube Webmail Archive plugin | - | Copyright (C) 2016, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-archive/ */ + $labels'buttontext' = 'Arhiveeri'; $labels'buttontitle' = 'Arhiveeri see kiri'; $labels'archived' = 'Edukalt arhiveeritud';
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/archive/localization/eu_ES.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/archive/localization/eu_ES.inc
Changed
@@ -2,19 +2,18 @@ /* +-----------------------------------------------------------------------+ - | plugins/archive/localization/<lang>.inc | - | | | Localization file of the Roundcube Webmail Archive plugin | - | Copyright (C) 2016, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-archive/ */ + $labels'buttontext' = 'Artxibatu'; $labels'buttontitle' = 'Artxibatu mezu hau'; $labels'archived' = 'Ongi artxibatu da';
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/archive/localization/fa_AF.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/archive/localization/fa_AF.inc
Changed
@@ -2,19 +2,18 @@ /* +-----------------------------------------------------------------------+ - | plugins/archive/localization/<lang>.inc | - | | | Localization file of the Roundcube Webmail Archive plugin | - | Copyright (C) 2016, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-archive/ */ + $labels'buttontext' = 'ارشیو'; $labels'buttontitle' = 'ارشیو این پیام'; $labels'archived' = 'با موفقیت ارشیو شد';
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/archive/localization/fa_IR.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/archive/localization/fa_IR.inc
Changed
@@ -2,19 +2,18 @@ /* +-----------------------------------------------------------------------+ - | plugins/archive/localization/<lang>.inc | - | | | Localization file of the Roundcube Webmail Archive plugin | - | Copyright (C) 2016, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-archive/ */ + $labels'buttontext' = 'بایگانی'; $labels'buttontitle' = 'بایگانی این پیغام'; $labels'archived' = 'با موفقیت بایگانی شد';
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/archive/localization/fi_FI.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/archive/localization/fi_FI.inc
Changed
@@ -2,19 +2,18 @@ /* +-----------------------------------------------------------------------+ - | plugins/archive/localization/<lang>.inc | - | | | Localization file of the Roundcube Webmail Archive plugin | - | Copyright (C) 2016, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-archive/ */ + $labels'buttontext' = 'Arkistoi'; $labels'buttontitle' = 'Arkistoi viesti'; $labels'archived' = 'Arkistoitu onnistuneesti';
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/archive/localization/fo_FO.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/archive/localization/fo_FO.inc
Changed
@@ -2,19 +2,18 @@ /* +-----------------------------------------------------------------------+ - | plugins/archive/localization/<lang>.inc | - | | | Localization file of the Roundcube Webmail Archive plugin | - | Copyright (C) 2016, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-archive/ */ + $labels'buttontext' = 'Goym í skjalasavni'; $labels'buttontitle' = 'Goym hetta boð í skjalasavni'; $labels'archived' = 'Goymt í skjalasavn';
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/archive/localization/fr_FR.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/archive/localization/fr_FR.inc
Changed
@@ -2,19 +2,18 @@ /* +-----------------------------------------------------------------------+ - | plugins/archive/localization/<lang>.inc | - | | | Localization file of the Roundcube Webmail Archive plugin | - | Copyright (C) 2016, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-archive/ */ + $labels'buttontext' = 'Archiver'; $labels'buttontitle' = 'Archiver ce courriel'; $labels'archived' = 'Archivé avec succès';
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/archive/localization/fy_NL.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/archive/localization/fy_NL.inc
Changed
@@ -2,19 +2,18 @@ /* +-----------------------------------------------------------------------+ - | plugins/archive/localization/<lang>.inc | - | | | Localization file of the Roundcube Webmail Archive plugin | - | Copyright (C) 2016, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-archive/ */ + $labels'buttontext' = 'Argyf'; $labels'buttontitle' = 'Pleats yn argyf'; $labels'archived' = 'Mei sukses nei argyf ferpleatst';
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/archive/localization/ga_IE.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/archive/localization/ga_IE.inc
Changed
@@ -2,19 +2,18 @@ /* +-----------------------------------------------------------------------+ - | plugins/archive/localization/<lang>.inc | - | | | Localization file of the Roundcube Webmail Archive plugin | - | Copyright (C) 2016, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-archive/ */ + $labels'buttontext' = 'Cuir sa chartlann'; $labels'buttontitle' = 'Cuir an teachtaireacht seo sa chartlann'; $labels'archived' = 'Curtha go ráthúil sa chartlann';
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/archive/localization/gl_ES.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/archive/localization/gl_ES.inc
Changed
@@ -2,19 +2,18 @@ /* +-----------------------------------------------------------------------+ - | plugins/archive/localization/<lang>.inc | - | | | Localization file of the Roundcube Webmail Archive plugin | - | Copyright (C) 2016, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-archive/ */ + $labels'buttontext' = 'Arquivo'; $labels'buttontitle' = 'Arquivar esta mensaxe'; $labels'archived' = 'Aquivouse a mensaxe';
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/archive/localization/he_IL.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/archive/localization/he_IL.inc
Changed
@@ -2,19 +2,18 @@ /* +-----------------------------------------------------------------------+ - | plugins/archive/localization/<lang>.inc | - | | | Localization file of the Roundcube Webmail Archive plugin | - | Copyright (C) 2016, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-archive/ */ + $labels'buttontext' = 'ארכיון'; $labels'buttontitle' = 'משלוח ההודעה לארכיב'; $labels'archived' = 'עדכון הארכיון הצליח';
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/archive/localization/hi_IN.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/archive/localization/hi_IN.inc
Changed
@@ -2,18 +2,17 @@ /* +-----------------------------------------------------------------------+ - | plugins/archive/localization/<lang>.inc | - | | | Localization file of the Roundcube Webmail Archive plugin | - | Copyright (C) 2016, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-archive/ */ + $labels'unkownsender' = 'अज्ञात'; ?>
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/archive/localization/hr_HR.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/archive/localization/hr_HR.inc
Changed
@@ -2,19 +2,18 @@ /* +-----------------------------------------------------------------------+ - | plugins/archive/localization/<lang>.inc | - | | | Localization file of the Roundcube Webmail Archive plugin | - | Copyright (C) 2016, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-archive/ */ + $labels'buttontext' = 'Arhiva'; $labels'buttontitle' = 'Arhiviraj poruku'; $labels'archived' = 'Uspješno arhivirano';
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/archive/localization/hu_HU.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/archive/localization/hu_HU.inc
Changed
@@ -2,19 +2,18 @@ /* +-----------------------------------------------------------------------+ - | plugins/archive/localization/<lang>.inc | - | | | Localization file of the Roundcube Webmail Archive plugin | - | Copyright (C) 2016, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-archive/ */ + $labels'buttontext' = 'Archiválás'; $labels'buttontitle' = 'Üzenet archiválása'; $labels'archived' = 'Sikeres archiválás';
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/archive/localization/hy_AM.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/archive/localization/hy_AM.inc
Changed
@@ -2,19 +2,18 @@ /* +-----------------------------------------------------------------------+ - | plugins/archive/localization/<lang>.inc | - | | | Localization file of the Roundcube Webmail Archive plugin | - | Copyright (C) 2016, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-archive/ */ + $labels'buttontext' = 'Արխիվ'; $labels'buttontitle' = 'Արխիվացնել այս հաղորդագրությունը'; $labels'archived' = 'Բարեհաջող արխիվացվեց';
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/archive/localization/ia.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/archive/localization/ia.inc
Changed
@@ -2,19 +2,18 @@ /* +-----------------------------------------------------------------------+ - | plugins/archive/localization/<lang>.inc | - | | | Localization file of the Roundcube Webmail Archive plugin | - | Copyright (C) 2016, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-archive/ */ + $labels'buttontext' = 'Archivar'; $labels'buttontitle' = 'Archivar iste message'; $labels'archived' = 'Archivate con successo';
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/archive/localization/id_ID.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/archive/localization/id_ID.inc
Changed
@@ -2,19 +2,18 @@ /* +-----------------------------------------------------------------------+ - | plugins/archive/localization/<lang>.inc | - | | | Localization file of the Roundcube Webmail Archive plugin | - | Copyright (C) 2016, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-archive/ */ + $labels'buttontext' = 'Arsip'; $labels'buttontitle' = 'Arsipkan pesan ini'; $labels'archived' = 'Berhasil mengarsipkan';
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/archive/localization/is_IS.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/archive/localization/is_IS.inc
Changed
@@ -2,19 +2,18 @@ /* +-----------------------------------------------------------------------+ - | plugins/archive/localization/<lang>.inc | - | | | Localization file of the Roundcube Webmail Archive plugin | - | Copyright (C) 2016, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-archive/ */ + $labels'buttontext' = 'Geymsla'; $labels'buttontitle' = 'Setja þessi skilaboð í safngeymslu'; $labels'archived' = 'Tókst að setja í geymslu';
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/archive/localization/it_IT.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/archive/localization/it_IT.inc
Changed
@@ -2,19 +2,18 @@ /* +-----------------------------------------------------------------------+ - | plugins/archive/localization/<lang>.inc | - | | | Localization file of the Roundcube Webmail Archive plugin | - | Copyright (C) 2016, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-archive/ */ + $labels'buttontext' = 'Archivio'; $labels'buttontitle' = 'Archivia questo messaggio'; $labels'archived' = 'Archiviato correttamente';
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/archive/localization/ja_JP.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/archive/localization/ja_JP.inc
Changed
@@ -2,19 +2,18 @@ /* +-----------------------------------------------------------------------+ - | plugins/archive/localization/<lang>.inc | - | | | Localization file of the Roundcube Webmail Archive plugin | - | Copyright (C) 2016, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-archive/ */ + $labels'buttontext' = 'アーカイブ'; $labels'buttontitle' = 'このメッセージをアーカイブ'; $labels'archived' = 'アーカイブしました。';
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/archive/localization/ka_GE.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/archive/localization/ka_GE.inc
Changed
@@ -2,18 +2,17 @@ /* +-----------------------------------------------------------------------+ - | plugins/archive/localization/<lang>.inc | - | | | Localization file of the Roundcube Webmail Archive plugin | - | Copyright (C) 2016, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-archive/ */ + $labels'unkownsender' = 'უცნობი'; ?>
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/archive/localization/kab.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/archive/localization/kab.inc
Changed
@@ -2,19 +2,18 @@ /* +-----------------------------------------------------------------------+ - | plugins/archive/localization/<lang>.inc | - | | | Localization file of the Roundcube Webmail Archive plugin | - | Copyright (C) 2016, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-archive/ */ + $labels'buttontext' = 'Ḥrez'; $labels'buttontitle' = 'Ḥrez izen-agi'; $labels'archived' = 'Aḥraz yedda akken iwata';
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/archive/localization/km_KH.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/archive/localization/km_KH.inc
Changed
@@ -2,19 +2,18 @@ /* +-----------------------------------------------------------------------+ - | plugins/archive/localization/<lang>.inc | - | | | Localization file of the Roundcube Webmail Archive plugin | - | Copyright (C) 2016, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-archive/ */ + $labels'buttontext' = 'ប័ណ្ណសារ'; $labels'buttontitle' = 'ធ្វើសារនេះជាបណ្ណសារ'; $labels'archived' = 'ធ្វើជាបណ្ណសារបានសម្រេច';
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/archive/localization/ko_KR.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/archive/localization/ko_KR.inc
Changed
@@ -2,19 +2,18 @@ /* +-----------------------------------------------------------------------+ - | plugins/archive/localization/<lang>.inc | - | | | Localization file of the Roundcube Webmail Archive plugin | - | Copyright (C) 2016, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-archive/ */ + $labels'buttontext' = '보관'; $labels'buttontitle' = '이 메시지를 보관함에 저장'; $labels'archived' = '성공적으로 보관함';
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/archive/localization/ku.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/archive/localization/ku.inc
Changed
@@ -2,19 +2,18 @@ /* +-----------------------------------------------------------------------+ - | plugins/archive/localization/<lang>.inc | - | | | Localization file of the Roundcube Webmail Archive plugin | - | Copyright (C) 2016, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-archive/ */ + $labels'buttontext' = 'Arşîv'; $labels'buttontitle' = 'vê peyamê arşîv bike'; $labels'archived' = 'Bi serkeftin hat arşîvkirin';
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/archive/localization/ku_IQ.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/archive/localization/ku_IQ.inc
Changed
@@ -2,19 +2,18 @@ /* +-----------------------------------------------------------------------+ - | plugins/archive/localization/<lang>.inc | - | | | Localization file of the Roundcube Webmail Archive plugin | - | Copyright (C) 2016, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-archive/ */ + $labels'buttontext' = 'ئەرشیف'; $labels'archivefolder' = 'ئەرشیف'; $labels'settingstitle' = 'ئەرشیف';
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/archive/localization/lb_LU.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/archive/localization/lb_LU.inc
Changed
@@ -2,19 +2,18 @@ /* +-----------------------------------------------------------------------+ - | plugins/archive/localization/<lang>.inc | - | | | Localization file of the Roundcube Webmail Archive plugin | - | Copyright (C) 2016, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-archive/ */ + $labels'buttontext' = 'Archivéieren'; $labels'buttontitle' = 'Dëse Message archivéieren'; $labels'archived' = 'Erfollegräich archivéiert';
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/archive/localization/lt_LT.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/archive/localization/lt_LT.inc
Changed
@@ -2,19 +2,18 @@ /* +-----------------------------------------------------------------------+ - | plugins/archive/localization/<lang>.inc | - | | | Localization file of the Roundcube Webmail Archive plugin | - | Copyright (C) 2016, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-archive/ */ + $labels'buttontext' = 'Archyvuoti'; $labels'buttontitle' = 'Perkelti šį laišką į archyvą'; $labels'archived' = 'Laiškas sėkmingai perkeltas į archyvą';
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/archive/localization/lv_LV.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/archive/localization/lv_LV.inc
Changed
@@ -2,19 +2,18 @@ /* +-----------------------------------------------------------------------+ - | plugins/archive/localization/<lang>.inc | - | | | Localization file of the Roundcube Webmail Archive plugin | - | Copyright (C) 2016, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-archive/ */ + $labels'buttontext' = 'Arhīvs'; $labels'buttontitle' = 'Arhivēt šo vēstuli'; $labels'archived' = 'Vēstule veiksmīgi arhivēta';
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/archive/localization/mk_MK.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/archive/localization/mk_MK.inc
Changed
@@ -2,19 +2,18 @@ /* +-----------------------------------------------------------------------+ - | plugins/archive/localization/<lang>.inc | - | | | Localization file of the Roundcube Webmail Archive plugin | - | Copyright (C) 2016, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-archive/ */ + $labels'buttontext' = 'Архива '; $labels'buttontitle' = 'Архивирај ја оваа порака '; $labels'archived' = 'Успешно архивирана ';
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/archive/localization/ml_IN.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/archive/localization/ml_IN.inc
Changed
@@ -2,19 +2,18 @@ /* +-----------------------------------------------------------------------+ - | plugins/archive/localization/<lang>.inc | - | | | Localization file of the Roundcube Webmail Archive plugin | - | Copyright (C) 2016, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-archive/ */ + $labels'buttontext' = 'ശേഖരം'; $labels'buttontitle' = 'ഈ മെസ്സേജ് ശേഖരിക്കുക'; $labels'archived' = 'വിജയകരമായി ശേഖരിച്ചു';
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/archive/localization/mn_MN.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/archive/localization/mn_MN.inc
Changed
@@ -2,19 +2,18 @@ /* +-----------------------------------------------------------------------+ - | plugins/archive/localization/<lang>.inc | - | | | Localization file of the Roundcube Webmail Archive plugin | - | Copyright (C) 2016, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-archive/ */ + $labels'buttontext' = 'Архив'; $labels'buttontitle' = 'Энэ зурвасыг архивлах'; $labels'archived' = 'Амжилттай архивлагдлаа';
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/archive/localization/mr_IN.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/archive/localization/mr_IN.inc
Changed
@@ -2,19 +2,18 @@ /* +-----------------------------------------------------------------------+ - | plugins/archive/localization/<lang>.inc | - | | | Localization file of the Roundcube Webmail Archive plugin | - | Copyright (C) 2016, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-archive/ */ + $labels'buttontext' = 'जतन केलेला'; $labels'buttontitle' = 'हा संदेश जतन करा'; $labels'archived' = 'यशस्वीरीत्या जतन केला';
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/archive/localization/ms_MY.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/archive/localization/ms_MY.inc
Changed
@@ -2,18 +2,17 @@ /* +-----------------------------------------------------------------------+ - | plugins/archive/localization/<lang>.inc | - | | | Localization file of the Roundcube Webmail Archive plugin | - | Copyright (C) 2016, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-archive/ */ + $labels'unkownsender' = 'tidak diketahui'; ?>
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/archive/localization/nb_NO.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/archive/localization/nb_NO.inc
Changed
@@ -2,19 +2,18 @@ /* +-----------------------------------------------------------------------+ - | plugins/archive/localization/<lang>.inc | - | | | Localization file of the Roundcube Webmail Archive plugin | - | Copyright (C) 2016, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-archive/ */ + $labels'buttontext' = 'Arkiv'; $labels'buttontitle' = 'Arkiver meldingen'; $labels'archived' = 'Arkivert'; @@ -25,7 +24,9 @@ $labels'archivetype' = 'Del arkiv etter'; $labels'archivetypeyear' = 'År (f.eks. Arkiv/2012)'; $labels'archivetypemonth' = 'Måned (f.eks. Arkiv/2012/06)'; +$labels'archivetypetbmonth' = 'Måned - Thunderbird kompatibel (f.eks. Arkiv/2012/2012-06)'; $labels'archivetypefolder' = 'Opprinnelig mappe'; $labels'archivetypesender' = 'Avsender'; $labels'unkownsender' = 'ukjent'; +$labels'readonarchive' = 'Merk meldingen som lest ved arkivering'; ?>
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/archive/localization/ne_NP.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/archive/localization/ne_NP.inc
Changed
@@ -2,18 +2,17 @@ /* +-----------------------------------------------------------------------+ - | plugins/archive/localization/<lang>.inc | - | | | Localization file of the Roundcube Webmail Archive plugin | - | Copyright (C) 2016, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-archive/ */ + $labels'unkownsender' = 'अज्ञात'; ?>
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/archive/localization/nl_BE.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/archive/localization/nl_BE.inc
Changed
@@ -2,18 +2,17 @@ /* +-----------------------------------------------------------------------+ - | plugins/archive/localization/<lang>.inc | - | | | Localization file of the Roundcube Webmail Archive plugin | - | Copyright (C) 2016, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-archive/ */ + $labels'unkownsender' = 'onbekend'; ?>
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/archive/localization/nl_NL.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/archive/localization/nl_NL.inc
Changed
@@ -2,19 +2,18 @@ /* +-----------------------------------------------------------------------+ - | plugins/archive/localization/<lang>.inc | - | | | Localization file of the Roundcube Webmail Archive plugin | - | Copyright (C) 2016, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-archive/ */ + $labels'buttontext' = 'Archief'; $labels'buttontitle' = 'Archiveer dit bericht'; $labels'archived' = 'Succesvol gearchiveerd';
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/archive/localization/nn_NO.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/archive/localization/nn_NO.inc
Changed
@@ -2,19 +2,18 @@ /* +-----------------------------------------------------------------------+ - | plugins/archive/localization/<lang>.inc | - | | | Localization file of the Roundcube Webmail Archive plugin | - | Copyright (C) 2016, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-archive/ */ + $labels'buttontext' = 'Arkiver'; $labels'buttontitle' = 'Arkiver meldinga'; $labels'archived' = 'Arkivert';
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/archive/localization/pl_PL.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/archive/localization/pl_PL.inc
Changed
@@ -2,19 +2,18 @@ /* +-----------------------------------------------------------------------+ - | plugins/archive/localization/<lang>.inc | - | | | Localization file of the Roundcube Webmail Archive plugin | - | Copyright (C) 2016, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-archive/ */ + $labels'buttontext' = 'Archiwum'; $labels'buttontitle' = 'Przenieś do archiwum'; $labels'archived' = 'Pomyślnie zarchiwizowano';
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/archive/localization/ps.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/archive/localization/ps.inc
Changed
@@ -2,18 +2,17 @@ /* +-----------------------------------------------------------------------+ - | plugins/archive/localization/<lang>.inc | - | | | Localization file of the Roundcube Webmail Archive plugin | - | Copyright (C) 2016, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-archive/ */ + $labels'unkownsender' = 'نامعلوم'; ?>
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/archive/localization/pt_BR.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/archive/localization/pt_BR.inc
Changed
@@ -2,19 +2,18 @@ /* +-----------------------------------------------------------------------+ - | plugins/archive/localization/<lang>.inc | - | | | Localization file of the Roundcube Webmail Archive plugin | - | Copyright (C) 2016, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-archive/ */ + $labels'buttontext' = 'Arquivo'; $labels'buttontitle' = 'Arquivar esta mensagem'; $labels'archived' = 'Arquivada com sucesso';
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/archive/localization/pt_PT.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/archive/localization/pt_PT.inc
Changed
@@ -2,19 +2,18 @@ /* +-----------------------------------------------------------------------+ - | plugins/archive/localization/<lang>.inc | - | | | Localization file of the Roundcube Webmail Archive plugin | - | Copyright (C) 2016, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-archive/ */ + $labels'buttontext' = 'Arquivo'; $labels'buttontitle' = 'Arquivar esta mensagem'; $labels'archived' = 'Arquivada com sucesso';
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/archive/localization/ro_RO.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/archive/localization/ro_RO.inc
Changed
@@ -2,19 +2,18 @@ /* +-----------------------------------------------------------------------+ - | plugins/archive/localization/<lang>.inc | - | | | Localization file of the Roundcube Webmail Archive plugin | - | Copyright (C) 2016, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-archive/ */ + $labels'buttontext' = 'Arhivă'; $labels'buttontitle' = 'Arhivează mesajul.'; $labels'archived' = 'Arhivare reuşită.';
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/archive/localization/ru_RU.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/archive/localization/ru_RU.inc
Changed
@@ -2,19 +2,18 @@ /* +-----------------------------------------------------------------------+ - | plugins/archive/localization/<lang>.inc | - | | | Localization file of the Roundcube Webmail Archive plugin | - | Copyright (C) 2016, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-archive/ */ + $labels'buttontext' = 'Архив'; $labels'buttontitle' = 'Переместить выбранное в архив'; $labels'archived' = 'Перенесено в Архив';
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/archive/localization/si_LK.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/archive/localization/si_LK.inc
Changed
@@ -2,19 +2,18 @@ /* +-----------------------------------------------------------------------+ - | plugins/archive/localization/<lang>.inc | - | | | Localization file of the Roundcube Webmail Archive plugin | - | Copyright (C) 2016, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-archive/ */ + $labels'buttontext' = 'සංරක්ෂණය'; $labels'buttontitle' = 'මෙම පණිවිඩය සංරක්ෂණය කරන්න'; $labels'archived' = 'සංරක්ෂණය සාර්ථකයි';
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/archive/localization/sk_SK.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/archive/localization/sk_SK.inc
Changed
@@ -2,19 +2,18 @@ /* +-----------------------------------------------------------------------+ - | plugins/archive/localization/<lang>.inc | - | | | Localization file of the Roundcube Webmail Archive plugin | - | Copyright (C) 2016, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-archive/ */ + $labels'buttontext' = 'Archivovať'; $labels'buttontitle' = 'Archivovať túto správu'; $labels'archived' = 'Úspešne uložené do archívu';
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/archive/localization/sl_SI.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/archive/localization/sl_SI.inc
Changed
@@ -2,19 +2,18 @@ /* +-----------------------------------------------------------------------+ - | plugins/archive/localization/<lang>.inc | - | | | Localization file of the Roundcube Webmail Archive plugin | - | Copyright (C) 2016, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-archive/ */ + $labels'buttontext' = 'Arhiv'; $labels'buttontitle' = 'Arhiviraj to sporočilo'; $labels'archived' = 'Sporočilo je bilo uspešno arhivirano';
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/archive/localization/sq_AL.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/archive/localization/sq_AL.inc
Changed
@@ -2,19 +2,18 @@ /* +-----------------------------------------------------------------------+ - | plugins/archive/localization/<lang>.inc | - | | | Localization file of the Roundcube Webmail Archive plugin | - | Copyright (C) 2016, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-archive/ */ + $labels'buttontext' = 'Arkivoje'; $labels'buttontitle' = 'Arkivoje këtë mesazh'; $labels'archived' = 'U arkivua me sukses';
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/archive/localization/sr_CS.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/archive/localization/sr_CS.inc
Changed
@@ -2,19 +2,18 @@ /* +-----------------------------------------------------------------------+ - | plugins/archive/localization/<lang>.inc | - | | | Localization file of the Roundcube Webmail Archive plugin | - | Copyright (C) 2016, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-archive/ */ + $labels'buttontext' = 'Архивирај'; $labels'buttontitle' = 'Архивирај ову поруку'; $labels'archived' = 'Успешно архивирано';
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/archive/localization/sv_SE.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/archive/localization/sv_SE.inc
Changed
@@ -2,19 +2,18 @@ /* +-----------------------------------------------------------------------+ - | plugins/archive/localization/<lang>.inc | - | | | Localization file of the Roundcube Webmail Archive plugin | - | Copyright (C) 2016, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-archive/ */ + $labels'buttontext' = 'Arkivera'; $labels'buttontitle' = 'Arkivera meddelande'; $labels'archived' = 'Meddelandet är arkiverat';
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/archive/localization/ta_IN.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/archive/localization/ta_IN.inc
Changed
@@ -2,18 +2,17 @@ /* +-----------------------------------------------------------------------+ - | plugins/archive/localization/<lang>.inc | - | | | Localization file of the Roundcube Webmail Archive plugin | - | Copyright (C) 2016, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-archive/ */ + $labels'unkownsender' = 'தெரியாத'; ?>
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/archive/localization/th_TH.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/archive/localization/th_TH.inc
Changed
@@ -2,18 +2,17 @@ /* +-----------------------------------------------------------------------+ - | plugins/archive/localization/<lang>.inc | - | | | Localization file of the Roundcube Webmail Archive plugin | - | Copyright (C) 2016, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-archive/ */ + $labels'unkownsender' = 'ไม่ทราบ'; ?>
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/archive/localization/tr_TR.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/archive/localization/tr_TR.inc
Changed
@@ -2,19 +2,18 @@ /* +-----------------------------------------------------------------------+ - | plugins/archive/localization/<lang>.inc | - | | | Localization file of the Roundcube Webmail Archive plugin | - | Copyright (C) 2016, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-archive/ */ + $labels'buttontext' = 'Arşivle'; $labels'buttontitle' = 'Bu iletiyi arşivle'; $labels'archived' = 'Arşivlendi.';
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/archive/localization/tzl.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/archive/localization/tzl.inc
Changed
@@ -2,18 +2,17 @@ /* +-----------------------------------------------------------------------+ - | plugins/archive/localization/<lang>.inc | - | | | Localization file of the Roundcube Webmail Archive plugin | - | Copyright (C) 2016, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-archive/ */ + $labels'unkownsender' = 'inschì'; ?>
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/archive/localization/uk_UA.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/archive/localization/uk_UA.inc
Changed
@@ -2,19 +2,18 @@ /* +-----------------------------------------------------------------------+ - | plugins/archive/localization/<lang>.inc | - | | | Localization file of the Roundcube Webmail Archive plugin | - | Copyright (C) 2016, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-archive/ */ + $labels'buttontext' = 'Архів'; $labels'buttontitle' = 'Архівувати це повідомлення'; $labels'archived' = 'Перенесено в архів';
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/archive/localization/uz.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/archive/localization/uz.inc
Changed
@@ -2,19 +2,18 @@ /* +-----------------------------------------------------------------------+ - | plugins/archive/localization/<lang>.inc | - | | | Localization file of the Roundcube Webmail Archive plugin | - | Copyright (C) 2016, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-archive/ */ + $labels'buttontext' = 'Arxiv'; $labels'buttontitle' = 'Bu xatni arxivlang'; $labels'archived' = 'Arxivlandi';
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/archive/localization/vi_VN.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/archive/localization/vi_VN.inc
Changed
@@ -2,19 +2,18 @@ /* +-----------------------------------------------------------------------+ - | plugins/archive/localization/<lang>.inc | - | | | Localization file of the Roundcube Webmail Archive plugin | - | Copyright (C) 2016, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-archive/ */ + $labels'buttontext' = 'Lưu trữ'; $labels'buttontitle' = 'Lưu lại bức thư này'; $labels'archived' = 'Lưu lại thành công';
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/archive/localization/zh_CN.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/archive/localization/zh_CN.inc
Changed
@@ -2,19 +2,18 @@ /* +-----------------------------------------------------------------------+ - | plugins/archive/localization/<lang>.inc | - | | | Localization file of the Roundcube Webmail Archive plugin | - | Copyright (C) 2016, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-archive/ */ + $labels'buttontext' = '存档'; $labels'buttontitle' = '存档该信息'; $labels'archived' = '存档成功';
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/archive/localization/zh_TW.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/archive/localization/zh_TW.inc
Changed
@@ -2,19 +2,18 @@ /* +-----------------------------------------------------------------------+ - | plugins/archive/localization/<lang>.inc | - | | | Localization file of the Roundcube Webmail Archive plugin | - | Copyright (C) 2016, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-archive/ */ + $labels'buttontext' = '封存'; $labels'buttontitle' = '封存此信件'; $labels'archived' = '成功封存';
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/attachment_reminder/localization/ar.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/attachment_reminder/localization/ar.inc
Changed
@@ -2,19 +2,17 @@ /* +-----------------------------------------------------------------------+ - | plugins/attachment_reminder/localization/<lang>.inc | - | | | Localization file of the Roundcube Webmail Archive plugin | - | Copyright (C) 2013, The Roundcube Dev Team | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-attachment_reminder/ */ + $messages'missingattachment' = "هل نسيت ملفا للإرفاق ؟"; $messages'forgotattachment' = "هل نسيت إرفاق ملف ؟"; $messages'reminderoption' = "التذكير إن كنت تود إرسال مرفقات";
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/attachment_reminder/localization/ar_SA.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/attachment_reminder/localization/ar_SA.inc
Changed
@@ -2,19 +2,17 @@ /* +-----------------------------------------------------------------------+ - | plugins/attachment_reminder/localization/<lang>.inc | - | | | Localization file of the Roundcube Webmail Archive plugin | - | Copyright (C) 2013, The Roundcube Dev Team | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-attachment_reminder/ */ + $messages'forgotattachment' = "هل نسيت إرفاق ملف؟"; $messages'reminderoption' = "تذكير حول المرفقات المنسية"; $messages'keywords' = "المرفقات,الملف,ارفاق,مرفق,ارفاق,مضمون,CV,صفحة المغلف";
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/attachment_reminder/localization/ast.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/attachment_reminder/localization/ast.inc
Changed
@@ -2,19 +2,17 @@ /* +-----------------------------------------------------------------------+ - | plugins/attachment_reminder/localization/<lang>.inc | - | | | Localization file of the Roundcube Webmail Archive plugin | - | Copyright (C) 2013, The Roundcube Dev Team | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-attachment_reminder/ */ + $messages'forgotattachment' = "¿Escaecisti axuntar un ficheru?"; $messages'reminderoption' = "Recordar alrodiu d'axuntos escaecíos"; $messages'keywords' = "axuntu,ficheru,axuntar,axuntáu,axuntando,axuntao,axuntada,CV,carta de presentación";
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/attachment_reminder/localization/az_AZ.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/attachment_reminder/localization/az_AZ.inc
Changed
@@ -2,19 +2,17 @@ /* +-----------------------------------------------------------------------+ - | plugins/attachment_reminder/localization/<lang>.inc | - | | | Localization file of the Roundcube Webmail Archive plugin | - | Copyright (C) 2013, The Roundcube Dev Team | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-attachment_reminder/ */ + $messages'forgotattachment' = "Faylı əlavə etməyi unutdunuz?"; $messages'reminderoption' = "Unudulmuş qoşmalardan xəbərdar et"; $messages'keywords' = "qoşmalar,fayl,qoşma,qoşulub,qoşulur,qapalı,CV,qoşma məktub";
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/attachment_reminder/localization/be_BE.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/attachment_reminder/localization/be_BE.inc
Changed
@@ -2,19 +2,17 @@ /* +-----------------------------------------------------------------------+ - | plugins/attachment_reminder/localization/<lang>.inc | - | | | Localization file of the Roundcube Webmail Archive plugin | - | Copyright (C) 2013, The Roundcube Dev Team | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-attachment_reminder/ */ + $messages'forgotattachment' = "Забыліся далучыць файл?"; $messages'reminderoption' = "Напамінаць пра забытыя далучэнні"; $messages'keywords' = "далучэнне,файл,далучыць,далучаны,далучаецца,укладзены,CV,cover letter";
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/attachment_reminder/localization/bg_BG.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/attachment_reminder/localization/bg_BG.inc
Changed
@@ -2,19 +2,18 @@ /* +-----------------------------------------------------------------------+ - | plugins/attachment_reminder/localization/<lang>.inc | - | | | Localization file of the Roundcube Webmail Archive plugin | - | Copyright (C) 2013, The Roundcube Dev Team | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-attachment_reminder/ */ + +$messages'missingattachment' = "Липсва прикачен файл?"; $messages'forgotattachment' = "Забравихте ли да прикрепите файл към съобщението?"; $messages'reminderoption' = "Напомняне за забравени прикачени файлове"; $messages'keywords' = "прикачен,прикрепен,прикачам,прикачвам,прикрепям,прикрепвам,файл,attachment,file,attach,attached,attaching,enclosed,CV,cover letter";
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/attachment_reminder/localization/br.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/attachment_reminder/localization/br.inc
Changed
@@ -2,19 +2,17 @@ /* +-----------------------------------------------------------------------+ - | plugins/attachment_reminder/localization/<lang>.inc | - | | | Localization file of the Roundcube Webmail Archive plugin | - | Copyright (C) 2013, The Roundcube Dev Team | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-attachment_reminder/ */ + $messages'forgotattachment' = "Disonjet ho peus stagan er restr ?"; $messages'reminderoption' = "Adgalv war ar pezhiou stag disonjet"; $messages'keywords' = "pezh stag, restr, stagan, aman staget, stagit, ouzhpenan, CV, lizher youl";
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/attachment_reminder/localization/bs_BA.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/attachment_reminder/localization/bs_BA.inc
Changed
@@ -2,19 +2,17 @@ /* +-----------------------------------------------------------------------+ - | plugins/attachment_reminder/localization/<lang>.inc | - | | | Localization file of the Roundcube Webmail Archive plugin | - | Copyright (C) 2013, The Roundcube Dev Team | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-attachment_reminder/ */ + $messages'forgotattachment' = "Da li ste zaboravili da dodate ovu datoteku?"; $messages'reminderoption' = "Napomene o zaboravljenim prilozima"; $messages'keywords' = "attachment,file,attach,attached,attaching,enclosed,CV,cover letter,prilog,biografija,popratno pismo,prilogu,popratnom pismu,datoteka,fajl";
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/attachment_reminder/localization/ca_ES.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/attachment_reminder/localization/ca_ES.inc
Changed
@@ -2,19 +2,17 @@ /* +-----------------------------------------------------------------------+ - | plugins/attachment_reminder/localization/<lang>.inc | - | | | Localization file of the Roundcube Webmail Archive plugin | - | Copyright (C) 2013, The Roundcube Dev Team | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-attachment_reminder/ */ + $messages'missingattachment' = "Hi falta l'adjunt?"; $messages'forgotattachment' = "Us heu oblidat afegir un fitxer?"; $messages'reminderoption' = "Recordatori de fitxers adjunts oblidats";
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/attachment_reminder/localization/cs_CZ.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/attachment_reminder/localization/cs_CZ.inc
Changed
@@ -2,19 +2,17 @@ /* +-----------------------------------------------------------------------+ - | plugins/attachment_reminder/localization/<lang>.inc | - | | | Localization file of the Roundcube Webmail Archive plugin | - | Copyright (C) 2013, The Roundcube Dev Team | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-attachment_reminder/ */ + $messages'missingattachment' = "Chybějící příloha?"; $messages'forgotattachment' = "Nezapomněli jste připojit přílohu?"; $messages'reminderoption' = "Upozorňovat na zapomenuté přílohy";
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/attachment_reminder/localization/cy_GB.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/attachment_reminder/localization/cy_GB.inc
Changed
@@ -2,19 +2,17 @@ /* +-----------------------------------------------------------------------+ - | plugins/attachment_reminder/localization/<lang>.inc | - | | | Localization file of the Roundcube Webmail Archive plugin | - | Copyright (C) 2013, The Roundcube Dev Team | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-attachment_reminder/ */ + $messages'missingattachment' = "Atodiad ar goll?"; $messages'forgotattachment' = "Wedi anghofio atodi ffeil?"; $messages'reminderoption' = "Atgoffa am atodiadau ar goll";
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/attachment_reminder/localization/da_DK.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/attachment_reminder/localization/da_DK.inc
Changed
@@ -2,19 +2,17 @@ /* +-----------------------------------------------------------------------+ - | plugins/attachment_reminder/localization/<lang>.inc | - | | | Localization file of the Roundcube Webmail Archive plugin | - | Copyright (C) 2013, The Roundcube Dev Team | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-attachment_reminder/ */ + $messages'forgotattachment' = "Glemte du at vedhæfte en fil?"; $messages'reminderoption' = "Påmind om glemt vedhæftning af filer"; $messages'keywords' = "vedhæftet fil,fil,vedhæft,vedhæftet,vedhæfter,lukket,CV,følgebrev";
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/attachment_reminder/localization/de_CH.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/attachment_reminder/localization/de_CH.inc
Changed
@@ -2,19 +2,17 @@ /* +-----------------------------------------------------------------------+ - | plugins/attachment_reminder/localization/<lang>.inc | - | | | Localization file of the Roundcube Webmail Archive plugin | - | Copyright (C) 2013, The Roundcube Dev Team | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-attachment_reminder/ */ + $messages'missingattachment' = "Fehlender Anhang?"; $messages'forgotattachment' = "Haben Sie möglicherweise vergessen eine Datei anzuhängen?"; $messages'reminderoption' = "Vor vergessenen Anhängen warnen";
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/attachment_reminder/localization/de_DE.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/attachment_reminder/localization/de_DE.inc
Changed
@@ -2,19 +2,17 @@ /* +-----------------------------------------------------------------------+ - | plugins/attachment_reminder/localization/<lang>.inc | - | | | Localization file of the Roundcube Webmail Archive plugin | - | Copyright (C) 2013, The Roundcube Dev Team | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-attachment_reminder/ */ + $messages'missingattachment' = "Fehlender Anhang?"; $messages'forgotattachment' = "Haben Sie möglicherweise vergessen, eine Datei anzuhängen?"; $messages'reminderoption' = "An vergessene Anhänge erinnern";
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/attachment_reminder/localization/el_GR.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/attachment_reminder/localization/el_GR.inc
Changed
@@ -2,19 +2,17 @@ /* +-----------------------------------------------------------------------+ - | plugins/attachment_reminder/localization/<lang>.inc | - | | | Localization file of the Roundcube Webmail Archive plugin | - | Copyright (C) 2013, The Roundcube Dev Team | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-attachment_reminder/ */ + $messages'missingattachment' = "Ανύπαρκτο συνημμένο;"; $messages'forgotattachment' = "Μήπως ξεχάσετε να επισυνάψετε αρχείο; "; $messages'reminderoption' = "Υπενθύμιση για συνημμένα";
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/attachment_reminder/localization/en_CA.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/attachment_reminder/localization/en_CA.inc
Changed
@@ -2,19 +2,17 @@ /* +-----------------------------------------------------------------------+ - | plugins/attachment_reminder/localization/<lang>.inc | - | | | Localization file of the Roundcube Webmail Archive plugin | - | Copyright (C) 2013, The Roundcube Dev Team | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-attachment_reminder/ */ + $messages'forgotattachment' = "Did you forget to attach a file?"; $messages'reminderoption' = "Remind about forgotten attachments"; $messages'keywords' = "attachment,file,attach,attached,attaching,enclosed,CV,cover letter";
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/attachment_reminder/localization/en_GB.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/attachment_reminder/localization/en_GB.inc
Changed
@@ -2,19 +2,17 @@ /* +-----------------------------------------------------------------------+ - | plugins/attachment_reminder/localization/<lang>.inc | - | | | Localization file of the Roundcube Webmail Archive plugin | - | Copyright (C) 2013, The Roundcube Dev Team | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-attachment_reminder/ */ + $messages'missingattachment' = "Missing attachment?"; $messages'forgotattachment' = "Did you forget to attach a file?"; $messages'reminderoption' = "Remind about forgotten attachments";
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/attachment_reminder/localization/es_419.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/attachment_reminder/localization/es_419.inc
Changed
@@ -2,19 +2,17 @@ /* +-----------------------------------------------------------------------+ - | plugins/attachment_reminder/localization/<lang>.inc | - | | | Localization file of the Roundcube Webmail Archive plugin | - | Copyright (C) 2013, The Roundcube Dev Team | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-attachment_reminder/ */ + $messages'forgotattachment' = "¿Has olvidado adjuntar un archivo?"; $messages'reminderoption' = "Recordar si olvido adjuntar archivos"; $messages'keywords' = "attachment,file,attach,attached,attaching,enclosed,CV,cover letter";
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/attachment_reminder/localization/es_AR.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/attachment_reminder/localization/es_AR.inc
Changed
@@ -2,19 +2,17 @@ /* +-----------------------------------------------------------------------+ - | plugins/attachment_reminder/localization/<lang>.inc | - | | | Localization file of the Roundcube Webmail Archive plugin | - | Copyright (C) 2013, The Roundcube Dev Team | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-attachment_reminder/ */ + $messages'forgotattachment' = "Has olvidado adjuntar un archivo?"; $messages'reminderoption' = "Recordar sobre archivos adjuntos olvidados"; $messages'keywords' = "adjunto,archivo,adjuntar,adjuntado,adjuntando,";
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/attachment_reminder/localization/es_ES.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/attachment_reminder/localization/es_ES.inc
Changed
@@ -2,19 +2,17 @@ /* +-----------------------------------------------------------------------+ - | plugins/attachment_reminder/localization/<lang>.inc | - | | | Localization file of the Roundcube Webmail Archive plugin | - | Copyright (C) 2013, The Roundcube Dev Team | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-attachment_reminder/ */ + $messages'missingattachment' = "¿Falta archivo?"; $messages'forgotattachment' = "¿Olvidó adjuntar un fichero al mensaje?"; $messages'reminderoption' = "Recordatorio sobre adjuntos olvidados";
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/attachment_reminder/localization/et_EE.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/attachment_reminder/localization/et_EE.inc
Changed
@@ -2,19 +2,17 @@ /* +-----------------------------------------------------------------------+ - | plugins/attachment_reminder/localization/<lang>.inc | - | | | Localization file of the Roundcube Webmail Archive plugin | - | Copyright (C) 2013, The Roundcube Dev Team | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-attachment_reminder/ */ + $messages'forgotattachment' = "Unustasid faili lisada?"; $messages'reminderoption' = "Tuleta mulle meelde kui unustasin manuse lisada"; $messages'keywords' = "manus,manuses,lisatud,lisasin,fail,file,failis,attachment,file,attach,attached,attaching,enclosed,CV,cover letter";
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/attachment_reminder/localization/eu_ES.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/attachment_reminder/localization/eu_ES.inc
Changed
@@ -2,19 +2,17 @@ /* +-----------------------------------------------------------------------+ - | plugins/attachment_reminder/localization/<lang>.inc | - | | | Localization file of the Roundcube Webmail Archive plugin | - | Copyright (C) 2013, The Roundcube Dev Team | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-attachment_reminder/ */ + $messages'missingattachment' = "Eranskina falta da?"; $messages'forgotattachment' = "Ahaztu zaizu fitxategia eranstea?"; $messages'reminderoption' = "Ohartarazi ahaztutako erankinez";
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/attachment_reminder/localization/fa_AF.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/attachment_reminder/localization/fa_AF.inc
Changed
@@ -2,19 +2,17 @@ /* +-----------------------------------------------------------------------+ - | plugins/attachment_reminder/localization/<lang>.inc | - | | | Localization file of the Roundcube Webmail Archive plugin | - | Copyright (C) 2013, The Roundcube Dev Team | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-attachment_reminder/ */ + $messages'forgotattachment' = "آیا فراموش کردید که فایل را الصاق کرده اید؟"; $messages'reminderoption' = "یاد آوری درمورد ضمایم فراموش شده"; $messages'keywords' = "ضمیمه،فایل،ضمیمه کردن،ضمیمه شده،در حال ضمیمه کردن، الصاق شده،CV، عنوان نامه";
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/attachment_reminder/localization/fa_IR.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/attachment_reminder/localization/fa_IR.inc
Changed
@@ -2,19 +2,17 @@ /* +-----------------------------------------------------------------------+ - | plugins/attachment_reminder/localization/<lang>.inc | - | | | Localization file of the Roundcube Webmail Archive plugin | - | Copyright (C) 2013, The Roundcube Dev Team | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-attachment_reminder/ */ + $messages'forgotattachment' = "آیا شما پیوست کردن پرونده را فراموش کردهاید؟"; $messages'reminderoption' = "یادآوری فراموشی پیوستها"; $messages'keywords' = "پیوست،پرونده،پیوست کردن، پیوست شده، CV";
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/attachment_reminder/localization/fi_FI.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/attachment_reminder/localization/fi_FI.inc
Changed
@@ -2,19 +2,17 @@ /* +-----------------------------------------------------------------------+ - | plugins/attachment_reminder/localization/<lang>.inc | - | | | Localization file of the Roundcube Webmail Archive plugin | - | Copyright (C) 2013, The Roundcube Dev Team | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-attachment_reminder/ */ + $messages'missingattachment' = "Puuttuva liite?"; $messages'forgotattachment' = "Unohditko liittää tiedoston?"; $messages'reminderoption' = "Muistuta mahdollisesti unohtuneista liitteistä";
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/attachment_reminder/localization/fo_FO.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/attachment_reminder/localization/fo_FO.inc
Changed
@@ -2,19 +2,17 @@ /* +-----------------------------------------------------------------------+ - | plugins/attachment_reminder/localization/<lang>.inc | - | | | Localization file of the Roundcube Webmail Archive plugin | - | Copyright (C) 2013, The Roundcube Dev Team | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-attachment_reminder/ */ + $messages'forgotattachment' = "Gloymdi tú at viðhefta ein fíl?"; $messages'reminderoption' = "Áminn um gloymdar viðheftingar"; $messages'keywords' = "viðhefting,fílur,heft,viðheft,heftir,lagt inní,CV,fylgi skriv";
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/attachment_reminder/localization/fr_FR.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/attachment_reminder/localization/fr_FR.inc
Changed
@@ -2,20 +2,18 @@ /* +-----------------------------------------------------------------------+ - | plugins/attachment_reminder/localization/<lang>.inc | - | | | Localization file of the Roundcube Webmail Archive plugin | - | Copyright (C) 2013, The Roundcube Dev Team | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-attachment_reminder/ */ + $messages'missingattachment' = "Pièce jointe manquante ?"; $messages'forgotattachment' = "Avez-vous oublié de joindre un fichier ?"; $messages'reminderoption' = "Rappel sur les pièces jointes oubliées"; -$messages'keywords' = "pièce jointe,fichier,joindre,joins,joint,attaché,inclus,ci-inclus,CV, lettre d’accompagnement"; +$messages'keywords' = "pièce jointe,fichier joint,fichier,joindre,joins,joint,attaché,inclus,ci-inclus,CV, lettre d’accompagnement, PJ, P.J";
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/attachment_reminder/localization/fy_NL.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/attachment_reminder/localization/fy_NL.inc
Changed
@@ -2,19 +2,17 @@ /* +-----------------------------------------------------------------------+ - | plugins/attachment_reminder/localization/<lang>.inc | - | | | Localization file of the Roundcube Webmail Archive plugin | - | Copyright (C) 2013, The Roundcube Dev Team | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-attachment_reminder/ */ + $messages'forgotattachment' = "Hawwo jo ferjitten in bestân ta te heakjen?"; $messages'reminderoption' = "Herinnerje oer ferjitten taheaksels"; $messages'keywords' = "bestân,triem,hechtsje,ferbûn,taheak,ynsletten,CV,brief";
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/attachment_reminder/localization/ga_IE.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/attachment_reminder/localization/ga_IE.inc
Changed
@@ -2,19 +2,17 @@ /* +-----------------------------------------------------------------------+ - | plugins/attachment_reminder/localization/<lang>.inc | - | | | Localization file of the Roundcube Webmail Archive plugin | - | Copyright (C) 2013, The Roundcube Dev Team | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-attachment_reminder/ */ + $messages'missingattachment' = "An bhfuil ceangaltán in easnamh?"; $messages'forgotattachment' = "Ar dhearmad tú comhad a cheangal leis?"; $messages'reminderoption' = "Cuimhneachán faoi cheangaltán dearmadta";
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/attachment_reminder/localization/gl_ES.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/attachment_reminder/localization/gl_ES.inc
Changed
@@ -2,19 +2,17 @@ /* +-----------------------------------------------------------------------+ - | plugins/attachment_reminder/localization/<lang>.inc | - | | | Localization file of the Roundcube Webmail Archive plugin | - | Copyright (C) 2013, The Roundcube Dev Team | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-attachment_reminder/ */ + $messages'forgotattachment' = "Esqueceches adxuntar un ficheiro?"; $messages'reminderoption' = "Lembrete de adxuntos esquecidos"; $messages'keywords' = "anexo, arquivo, engadir, anexo, anexando, pechado, CV, carta de presentación";
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/attachment_reminder/localization/he_IL.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/attachment_reminder/localization/he_IL.inc
Changed
@@ -2,19 +2,17 @@ /* +-----------------------------------------------------------------------+ - | plugins/attachment_reminder/localization/<lang>.inc | - | | | Localization file of the Roundcube Webmail Archive plugin | - | Copyright (C) 2013, The Roundcube Dev Team | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-attachment_reminder/ */ + $messages'missingattachment' = "האם חסרה צרופה?"; $messages'forgotattachment' = "האם שכחת לצרף קובץ?"; $messages'reminderoption' = "להזכיר לצרף נספח";
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/attachment_reminder/localization/hr_HR.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/attachment_reminder/localization/hr_HR.inc
Changed
@@ -2,19 +2,18 @@ /* +-----------------------------------------------------------------------+ - | plugins/attachment_reminder/localization/<lang>.inc | - | | | Localization file of the Roundcube Webmail Archive plugin | - | Copyright (C) 2013, The Roundcube Dev Team | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-attachment_reminder/ */ + +$messages'missingattachment' = "Nedostaje privitak?"; $messages'forgotattachment' = "Jeste li zaboravili dodati privitak?"; $messages'reminderoption' = "Podsjeti na zaboravljen privitak"; $messages'keywords' = "privitak,datoteka,dodati,dodano,dodajem,u privitku,CV,motivacijsko pismo";
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/attachment_reminder/localization/hu_HU.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/attachment_reminder/localization/hu_HU.inc
Changed
@@ -2,19 +2,17 @@ /* +-----------------------------------------------------------------------+ - | plugins/attachment_reminder/localization/<lang>.inc | - | | | Localization file of the Roundcube Webmail Archive plugin | - | Copyright (C) 2013, The Roundcube Dev Team | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-attachment_reminder/ */ + $messages'missingattachment' = "Hiányzó csatolmány?"; $messages'forgotattachment' = "Nem felejtetted el a csatolandó file-t?"; $messages'reminderoption' = "Emlékeztessen a csatolandó csatolmányra";
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/attachment_reminder/localization/ia.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/attachment_reminder/localization/ia.inc
Changed
@@ -2,19 +2,17 @@ /* +-----------------------------------------------------------------------+ - | plugins/attachment_reminder/localization/<lang>.inc | - | | | Localization file of the Roundcube Webmail Archive plugin | - | Copyright (C) 2013, The Roundcube Dev Team | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-attachment_reminder/ */ + $messages'missingattachment' = "Attachamento mancante?"; $messages'forgotattachment' = "Ha vos oblidate de attachar un file?"; $messages'reminderoption' = "Rememorar de attachamentos oblidate";
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/attachment_reminder/localization/id_ID.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/attachment_reminder/localization/id_ID.inc
Changed
@@ -2,19 +2,17 @@ /* +-----------------------------------------------------------------------+ - | plugins/attachment_reminder/localization/<lang>.inc | - | | | Localization file of the Roundcube Webmail Archive plugin | - | Copyright (C) 2013, The Roundcube Dev Team | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-attachment_reminder/ */ + $messages'missingattachment' = "Kehilangan lampiran?"; $messages'forgotattachment' = "Apakah anda lupa melampirkan sebuah file?"; $messages'reminderoption' = "Ingatkan tentang lampiran yang terlupakan";
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/attachment_reminder/localization/is_IS.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/attachment_reminder/localization/is_IS.inc
Changed
@@ -2,19 +2,17 @@ /* +-----------------------------------------------------------------------+ - | plugins/attachment_reminder/localization/<lang>.inc | - | | | Localization file of the Roundcube Webmail Archive plugin | - | Copyright (C) 2013, The Roundcube Dev Team | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-attachment_reminder/ */ + $messages'missingattachment' = "Vantar viðhengi?"; $messages'forgotattachment' = "Gleymdirðu að hengja við skrá?"; $messages'reminderoption' = "Minna á viðhengi sem gleymast";
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/attachment_reminder/localization/it_IT.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/attachment_reminder/localization/it_IT.inc
Changed
@@ -2,19 +2,17 @@ /* +-----------------------------------------------------------------------+ - | plugins/attachment_reminder/localization/<lang>.inc | - | | | Localization file of the Roundcube Webmail Archive plugin | - | Copyright (C) 2013, The Roundcube Dev Team | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-attachment_reminder/ */ + $messages'missingattachment' = "Allegato mancante?"; $messages'forgotattachment' = "Sembra che tu abbia dimenticato di allegare un file!\nPremere Annulla per inviare lo stesso.\nOK per tornare al messaggio senza inviare."; $messages'reminderoption' = "Ricorda per gli allegati dimenticati";
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/attachment_reminder/localization/ja_JP.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/attachment_reminder/localization/ja_JP.inc
Changed
@@ -2,19 +2,17 @@ /* +-----------------------------------------------------------------------+ - | plugins/attachment_reminder/localization/<lang>.inc | - | | | Localization file of the Roundcube Webmail Archive plugin | - | Copyright (C) 2013, The Roundcube Dev Team | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-attachment_reminder/ */ + $messages'missingattachment' = "添付ファイルを忘れてませんか?"; $messages'forgotattachment' = "ファイルの添付を忘れていませんか?"; $messages'reminderoption' = "添付ファイルの付け忘れを確認";
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/attachment_reminder/localization/kab.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/attachment_reminder/localization/kab.inc
Changed
@@ -2,19 +2,17 @@ /* +-----------------------------------------------------------------------+ - | plugins/attachment_reminder/localization/<lang>.inc | - | | | Localization file of the Roundcube Webmail Archive plugin | - | Copyright (C) 2013, The Roundcube Dev Team | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-attachment_reminder/ */ + $messages'forgotattachment' = "Tettuḍ ad t-tessedduḍ afaylu?"; $messages'reminderoption' = "Smekti af imeddayen yettwattun"; $messages'keywords' = "amedday,afaylu,seddu,yeddan,aseddu,yedda,CV,tabratt";
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/attachment_reminder/localization/km_KH.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/attachment_reminder/localization/km_KH.inc
Changed
@@ -2,19 +2,17 @@ /* +-----------------------------------------------------------------------+ - | plugins/attachment_reminder/localization/<lang>.inc | - | | | Localization file of the Roundcube Webmail Archive plugin | - | Copyright (C) 2013, The Roundcube Dev Team | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-attachment_reminder/ */ + $messages'forgotattachment' = "តើអ្នកភ្លេចភ្ជាប់ឯកសារឬ?"; $messages'reminderoption' = "រំលឹងអំពីឯកសារភ្ជាប់ដែលបានភ្លេច"; $messages'keywords' = "attachment,file,attach,attached,attaching,enclosed,CV,cover letter";
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/attachment_reminder/localization/kn_IN.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/attachment_reminder/localization/kn_IN.inc
Changed
@@ -2,17 +2,15 @@ /* +-----------------------------------------------------------------------+ - | plugins/attachment_reminder/localization/<lang>.inc | - | | | Localization file of the Roundcube Webmail Archive plugin | - | Copyright (C) 2013, The Roundcube Dev Team | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-attachment_reminder/ */ + $messages'forgotattachment' = "ನೀವು ಫೈಲ್ ಅಟ್ಯಾಚ್ ಮಾಡಲು ಮರೆತಿರುವಿರಾ?";
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/attachment_reminder/localization/ko_KR.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/attachment_reminder/localization/ko_KR.inc
Changed
@@ -2,19 +2,17 @@ /* +-----------------------------------------------------------------------+ - | plugins/attachment_reminder/localization/<lang>.inc | - | | | Localization file of the Roundcube Webmail Archive plugin | - | Copyright (C) 2013, The Roundcube Dev Team | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-attachment_reminder/ */ + $messages'forgotattachment' = "파일을 첨부하는 것을 잊으셨습니까?"; $messages'reminderoption' = "잊었던 첨부파일 추가에 대해 알림"; $messages'keywords' = "attachment,file,attach,attached,attaching,enclosed,CV,cover letter";
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/attachment_reminder/localization/ku.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/attachment_reminder/localization/ku.inc
Changed
@@ -2,19 +2,17 @@ /* +-----------------------------------------------------------------------+ - | plugins/attachment_reminder/localization/<lang>.inc | - | | | Localization file of the Roundcube Webmail Archive plugin | - | Copyright (C) 2013, The Roundcube Dev Team | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-attachment_reminder/ */ + $messages'forgotattachment' = "Te ji bîr kir da pelekê pêve bikî?"; $messages'reminderoption' = "Pêvekên jibîrkirî bi bîr bixe"; $messages'keywords' = "pêvek, pel, pêve bike, pêvekirî, pêve dike, rapêçandî, CV, tîpa bergê";
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/attachment_reminder/localization/ku_IQ.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/attachment_reminder/localization/ku_IQ.inc
Changed
@@ -2,18 +2,16 @@ /* +-----------------------------------------------------------------------+ - | plugins/attachment_reminder/localization/<lang>.inc | - | | | Localization file of the Roundcube Webmail Archive plugin | - | Copyright (C) 2013, The Roundcube Dev Team | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-attachment_reminder/ */ + $messages'forgotattachment' = "ئایا لەبیرت کرد پەڕگەیەک هاوپێچ بکەی؟"; $messages'reminderoption' = "بیرهێنانەوە دەربارەی هاوپێچە لەبیرکراوەکان";
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/attachment_reminder/localization/lb_LU.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/attachment_reminder/localization/lb_LU.inc
Changed
@@ -2,19 +2,17 @@ /* +-----------------------------------------------------------------------+ - | plugins/attachment_reminder/localization/<lang>.inc | - | | | Localization file of the Roundcube Webmail Archive plugin | - | Copyright (C) 2013, The Roundcube Dev Team | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-attachment_reminder/ */ + $messages'forgotattachment' = "Hues du vergiess e Fichier drunzehänken?"; $messages'reminderoption' = "U vergiessen Unhäng erënneren"; $messages'keywords' = "Attachment,Fichier,Unhank,Unhang,Unhäng,ugehaangen,unhänken,attachment,file,attach,attached,attaching,enclosed,CV,cover letter,fichier joint";
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/attachment_reminder/localization/lt_LT.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/attachment_reminder/localization/lt_LT.inc
Changed
@@ -2,19 +2,17 @@ /* +-----------------------------------------------------------------------+ - | plugins/attachment_reminder/localization/<lang>.inc | - | | | Localization file of the Roundcube Webmail Archive plugin | - | Copyright (C) 2013, The Roundcube Dev Team | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-attachment_reminder/ */ + $messages'missingattachment' = "Trūksta priedo?"; $messages'forgotattachment' = "Ar nepamiršote prisegti priedo?"; $messages'reminderoption' = "Priminti apie neprisegtus priedus";
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/attachment_reminder/localization/lv_LV.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/attachment_reminder/localization/lv_LV.inc
Changed
@@ -2,19 +2,17 @@ /* +-----------------------------------------------------------------------+ - | plugins/attachment_reminder/localization/<lang>.inc | - | | | Localization file of the Roundcube Webmail Archive plugin | - | Copyright (C) 2013, The Roundcube Dev Team | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-attachment_reminder/ */ + $messages'missingattachment' = "Trūkst pielikums?"; $messages'forgotattachment' = "Vai Jūs nepiemirsāt pievienot failu?"; $messages'reminderoption' = "Atgādināt par nepievienotajiem pielikumiem";
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/attachment_reminder/localization/mk_MK.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/attachment_reminder/localization/mk_MK.inc
Changed
@@ -2,19 +2,17 @@ /* +-----------------------------------------------------------------------+ - | plugins/attachment_reminder/localization/<lang>.inc | - | | | Localization file of the Roundcube Webmail Archive plugin | - | Copyright (C) 2013, The Roundcube Dev Team | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-attachment_reminder/ */ + $messages'forgotattachment' = "Дали заборави да прикачиш датотека ?"; $messages'reminderoption' = "Потсети за заборавени прикачувања "; $messages'keywords' = "Додаток, датотека, прикачени, прикалува, затворен, ЦВ, мотивационо писмо";
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/attachment_reminder/localization/ml_IN.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/attachment_reminder/localization/ml_IN.inc
Changed
@@ -2,18 +2,16 @@ /* +-----------------------------------------------------------------------+ - | plugins/attachment_reminder/localization/<lang>.inc | - | | | Localization file of the Roundcube Webmail Archive plugin | - | Copyright (C) 2013, The Roundcube Dev Team | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-attachment_reminder/ */ + $messages'forgotattachment' = "താങ്കൾ ഒരു ഫയൽ ചേർക്കാൻ മറന്നുപോയി"; $messages'reminderoption' = "ചേർക്കാൻ മറന്നുപോയ ഫയലുകളെ പറ്റി ഓർമ്മപ്പെടുത്തുക";
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/attachment_reminder/localization/mn_MN.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/attachment_reminder/localization/mn_MN.inc
Changed
@@ -2,19 +2,17 @@ /* +-----------------------------------------------------------------------+ - | plugins/attachment_reminder/localization/<lang>.inc | - | | | Localization file of the Roundcube Webmail Archive plugin | - | Copyright (C) 2013, The Roundcube Dev Team | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-attachment_reminder/ */ + $messages'forgotattachment' = "Та файл хавсаргахаа мартсан уу?"; $messages'reminderoption' = "Мартсан хавсралтуудыг сануулах"; $messages'keywords' = "хавсралт,файл,хавсралт,хавсаргагдсан,хавсаргаж байна,хасваргасан,анкет,танилцуулга";
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/attachment_reminder/localization/nb_NO.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/attachment_reminder/localization/nb_NO.inc
Changed
@@ -2,19 +2,18 @@ /* +-----------------------------------------------------------------------+ - | plugins/attachment_reminder/localization/<lang>.inc | - | | | Localization file of the Roundcube Webmail Archive plugin | - | Copyright (C) 2013, The Roundcube Dev Team | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-attachment_reminder/ */ + +$messages'missingattachment' = "Mangler vedlegg?"; $messages'forgotattachment' = "Glemte du å legge ved en fil?"; $messages'reminderoption' = "Gi meg en påminnelse om glemte vedlegg"; $messages'keywords' = "vedlegg, fil, legg ved, lagt ved, legger ved, lukket, CV, følgebrev";
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/attachment_reminder/localization/nl_NL.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/attachment_reminder/localization/nl_NL.inc
Changed
@@ -2,19 +2,17 @@ /* +-----------------------------------------------------------------------+ - | plugins/attachment_reminder/localization/<lang>.inc | - | | | Localization file of the Roundcube Webmail Archive plugin | - | Copyright (C) 2013, The Roundcube Dev Team | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-attachment_reminder/ */ + $messages'missingattachment' = "Bijlage ontbreekt?"; $messages'forgotattachment' = "Bent u vergeten het bestand bij te voegen?"; $messages'reminderoption' = "Herinner mij aan vergeten bijlagen";
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/attachment_reminder/localization/pl_PL.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/attachment_reminder/localization/pl_PL.inc
Changed
@@ -2,19 +2,17 @@ /* +-----------------------------------------------------------------------+ - | plugins/attachment_reminder/localization/<lang>.inc | - | | | Localization file of the Roundcube Webmail Archive plugin | - | Copyright (C) 2013, The Roundcube Dev Team | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-attachment_reminder/ */ + $messages'missingattachment' = "Brakujący załącznik?"; $messages'forgotattachment' = "Czy nie zapomniałeś załączyć pliku?"; $messages'reminderoption' = "Włącz przypominanie o brakującym załączniku";
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/attachment_reminder/localization/pt_BR.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/attachment_reminder/localization/pt_BR.inc
Changed
@@ -2,19 +2,17 @@ /* +-----------------------------------------------------------------------+ - | plugins/attachment_reminder/localization/<lang>.inc | - | | | Localization file of the Roundcube Webmail Archive plugin | - | Copyright (C) 2013, The Roundcube Dev Team | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-attachment_reminder/ */ + $messages'missingattachment' = "Faltando anexo?"; $messages'forgotattachment' = "Você esqueceu-se de anexar um arquivo?"; $messages'reminderoption' = "Alertar sobre o possível esquecimento de anexos";
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/attachment_reminder/localization/pt_PT.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/attachment_reminder/localization/pt_PT.inc
Changed
@@ -2,19 +2,17 @@ /* +-----------------------------------------------------------------------+ - | plugins/attachment_reminder/localization/<lang>.inc | - | | | Localization file of the Roundcube Webmail Archive plugin | - | Copyright (C) 2013, The Roundcube Dev Team | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-attachment_reminder/ */ + $messages'missingattachment' = "Falta anexo?"; $messages'forgotattachment' = "Mencionou ficheiros ou anexos mas não tem anexos na mensagem. Pretende anexar um ficheiro?"; $messages'reminderoption' = "Lembrar sobre anexos esquecidos";
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/attachment_reminder/localization/ro_RO.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/attachment_reminder/localization/ro_RO.inc
Changed
@@ -2,19 +2,17 @@ /* +-----------------------------------------------------------------------+ - | plugins/attachment_reminder/localization/<lang>.inc | - | | | Localization file of the Roundcube Webmail Archive plugin | - | Copyright (C) 2013, The Roundcube Dev Team | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-attachment_reminder/ */ + $messages'missingattachment' = "Lipsă atașament?"; $messages'forgotattachment' = "Ați uitat să atașati ?"; $messages'reminderoption' = "Adu-mi aminte de atașamente";
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/attachment_reminder/localization/ru_RU.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/attachment_reminder/localization/ru_RU.inc
Changed
@@ -2,19 +2,17 @@ /* +-----------------------------------------------------------------------+ - | plugins/attachment_reminder/localization/<lang>.inc | - | | | Localization file of the Roundcube Webmail Archive plugin | - | Copyright (C) 2013, The Roundcube Dev Team | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-attachment_reminder/ */ + $messages'missingattachment' = "Забыли вложение?"; $messages'forgotattachment' = "Вы не забыли прикрепить файл?"; $messages'reminderoption' = "Напоминать о забытых вложениях";
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/attachment_reminder/localization/sk_SK.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/attachment_reminder/localization/sk_SK.inc
Changed
@@ -2,19 +2,17 @@ /* +-----------------------------------------------------------------------+ - | plugins/attachment_reminder/localization/<lang>.inc | - | | | Localization file of the Roundcube Webmail Archive plugin | - | Copyright (C) 2013, The Roundcube Dev Team | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-attachment_reminder/ */ + $messages'missingattachment' = "Chýbajúca príloha?"; $messages'forgotattachment' = "Nezabudli ste pridať prílohu?"; $messages'reminderoption' = "Pripomenúť zabudnuté prílohy";
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/attachment_reminder/localization/sl_SI.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/attachment_reminder/localization/sl_SI.inc
Changed
@@ -2,19 +2,17 @@ /* +-----------------------------------------------------------------------+ - | plugins/attachment_reminder/localization/<lang>.inc | - | | | Localization file of the Roundcube Webmail Archive plugin | - | Copyright (C) 2013, The Roundcube Dev Team | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-attachment_reminder/ */ + $messages'missingattachment' = "Ste pozabili na priponko?"; $messages'forgotattachment' = "Ste pozabili pripeti datoteko?"; $messages'reminderoption' = "Opozorilo za dodajanje priponk";
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/attachment_reminder/localization/sq_AL.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/attachment_reminder/localization/sq_AL.inc
Changed
@@ -2,19 +2,17 @@ /* +-----------------------------------------------------------------------+ - | plugins/attachment_reminder/localization/<lang>.inc | - | | | Localization file of the Roundcube Webmail Archive plugin | - | Copyright (C) 2013, The Roundcube Dev Team | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-attachment_reminder/ */ + $messages'missingattachment' = "Mungon bashkëngjitje?"; $messages'forgotattachment' = "Mos harruat të bashkëngjitni një kartelë?"; $messages'reminderoption' = "Kujtoji për bashkëngjitje të harruara";
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/attachment_reminder/localization/sr_CS.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/attachment_reminder/localization/sr_CS.inc
Changed
@@ -2,19 +2,17 @@ /* +-----------------------------------------------------------------------+ - | plugins/attachment_reminder/localization/<lang>.inc | - | | | Localization file of the Roundcube Webmail Archive plugin | - | Copyright (C) 2013, The Roundcube Dev Team | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-attachment_reminder/ */ + $messages'forgotattachment' = "Да ли сте заборавили да приложите фајл?"; $messages'reminderoption' = "Подсетник на заборављене прилоге"; $messages'keywords' = "attachment,file,attach,attached,attaching,enclosed,CV,cover letter,прилог,фајл,приложи,приложен,прилажем,пропратно писмо";
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/attachment_reminder/localization/sv_SE.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/attachment_reminder/localization/sv_SE.inc
Changed
@@ -2,19 +2,17 @@ /* +-----------------------------------------------------------------------+ - | plugins/attachment_reminder/localization/<lang>.inc | - | | | Localization file of the Roundcube Webmail Archive plugin | - | Copyright (C) 2013, The Roundcube Dev Team | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-attachment_reminder/ */ + $messages'missingattachment' = "Saknas bilaga?"; $messages'forgotattachment' = "Glömde du att bifoga en fil?"; $messages'reminderoption' = "Påminn om glömda bilagor";
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/attachment_reminder/localization/tr_TR.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/attachment_reminder/localization/tr_TR.inc
Changed
@@ -2,19 +2,17 @@ /* +-----------------------------------------------------------------------+ - | plugins/attachment_reminder/localization/<lang>.inc | - | | | Localization file of the Roundcube Webmail Archive plugin | - | Copyright (C) 2013, The Roundcube Dev Team | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-attachment_reminder/ */ + $messages'missingattachment' = "Dosya eklemeyi unuttunuz mu?"; $messages'forgotattachment' = "Dosya eklemeyi mi unuttunuz?"; $messages'reminderoption' = "Dosya ekleme unutulduysa hatırlatılsın";
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/attachment_reminder/localization/uk_UA.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/attachment_reminder/localization/uk_UA.inc
Changed
@@ -2,19 +2,17 @@ /* +-----------------------------------------------------------------------+ - | plugins/attachment_reminder/localization/<lang>.inc | - | | | Localization file of the Roundcube Webmail Archive plugin | - | Copyright (C) 2013, The Roundcube Dev Team | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-attachment_reminder/ */ + $messages'forgotattachment' = "Ви забули прикріпити файл?"; $messages'reminderoption' = "Нагадати про забуте вкладення"; $messages'keywords' = "вкладення,файл,прикріпити,прикріплений,прикріплюю,вкладено,CV,супровідний лист";
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/attachment_reminder/localization/uz.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/attachment_reminder/localization/uz.inc
Changed
@@ -2,19 +2,17 @@ /* +-----------------------------------------------------------------------+ - | plugins/attachment_reminder/localization/<lang>.inc | - | | | Localization file of the Roundcube Webmail Archive plugin | - | Copyright (C) 2013, The Roundcube Dev Team | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-attachment_reminder/ */ + $messages'missingattachment' = "Ilovani yo‘qotdingizmi?"; $messages'forgotattachment' = "Ilova faylini unutdingizmi?"; $messages'reminderoption' = "Unutilgan ilovalar haqida eslatish";
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/attachment_reminder/localization/vi_VN.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/attachment_reminder/localization/vi_VN.inc
Changed
@@ -2,19 +2,17 @@ /* +-----------------------------------------------------------------------+ - | plugins/attachment_reminder/localization/<lang>.inc | - | | | Localization file of the Roundcube Webmail Archive plugin | - | Copyright (C) 2013, The Roundcube Dev Team | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-attachment_reminder/ */ + $messages'forgotattachment' = "Bạn đã quên không đính kèm tệp tin?"; $messages'reminderoption' = "Nhắc về tệp tin đính kèm bị quên"; $messages'keywords' = "tệp đính kèm,tệp tin,đính kèm,đã đính kèm,đang đính kèm tập tin,đính kèm,CV,thư mở đầu";
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/attachment_reminder/localization/zh_CN.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/attachment_reminder/localization/zh_CN.inc
Changed
@@ -2,19 +2,17 @@ /* +-----------------------------------------------------------------------+ - | plugins/attachment_reminder/localization/<lang>.inc | - | | | Localization file of the Roundcube Webmail Archive plugin | - | Copyright (C) 2013, The Roundcube Dev Team | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-attachment_reminder/ */ + $messages'missingattachment' = "缺少附件吗?"; $messages'forgotattachment' = "您似乎忘记添加附件了,是否继续发送?"; $messages'reminderoption' = "忘记添加附件提醒";
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/attachment_reminder/localization/zh_TW.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/attachment_reminder/localization/zh_TW.inc
Changed
@@ -2,19 +2,17 @@ /* +-----------------------------------------------------------------------+ - | plugins/attachment_reminder/localization/<lang>.inc | - | | | Localization file of the Roundcube Webmail Archive plugin | - | Copyright (C) 2013, The Roundcube Dev Team | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-attachment_reminder/ */ + $messages'missingattachment' = "是否遺漏了附件?"; $messages'forgotattachment' = "似乎忘記加入附件,確定要寄出嗎?"; $messages'reminderoption' = "提醒加入附件";
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/database_attachments/config.inc.php.dist -> roundcubemail-1.4-rc1.167.tar.gz/plugins/database_attachments/config.inc.php.dist
Changed
@@ -2,7 +2,7 @@ // By default this plugin stores attachments in filesystem // and copies them into sql database. -// You can change it to use 'memcache', 'redis' or 'apc'. +// You can change it to use 'memcache', 'memcached', 'redis' or 'apc'. // ----------------------------------------------------------- // WARNING: Remember to set max_allowed_packet in database or // config to match with expected max attachment size. @@ -12,5 +12,3 @@ // Attachment data expires after specied TTL time in seconds (max.2592000). // Default is 12 hours. $config'database_attachments_cache_ttl' = 12 * 60 * 60; - -?>
View file
roundcubemail-1.4-rc1.167.tar.gz/plugins/emoticons/localization/ar.inc
Added
@@ -0,0 +1,19 @@ +<?php + +/* + +-----------------------------------------------------------------------+ + | Localization file of the Roundcube Webmail Emoticons plugin | + | | + | Copyright (C) The Roundcube Dev Team | + | | + | Licensed under the GNU General Public License version 3 or | + | any later version with exceptions for skins & plugins. | + | See the README file for a full license statement. | + +-----------------------------------------------------------------------+ + + For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-emoticons/ +*/ + +$labels'emoticonsdisplay' = 'عرض الأوجه المبتسمة كنص مجرّد في الرسائل'; +$labels'emoticonscompose' = 'تشغيل الأوجه المبتسمة'; +?>
View file
roundcubemail-1.4-rc1.167.tar.gz/plugins/emoticons/localization/bg_BG.inc
Added
@@ -0,0 +1,19 @@ +<?php + +/* + +-----------------------------------------------------------------------+ + | Localization file of the Roundcube Webmail Emoticons plugin | + | | + | Copyright (C) The Roundcube Dev Team | + | | + | Licensed under the GNU General Public License version 3 or | + | any later version with exceptions for skins & plugins. | + | See the README file for a full license statement. | + +-----------------------------------------------------------------------+ + + For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-emoticons/ +*/ + +$labels'emoticonsdisplay' = 'Показвай емотикони в съобщения с обикновен текст'; +$labels'emoticonscompose' = 'Разреши емотикони'; +?>
View file
roundcubemail-1.4-rc1.167.tar.gz/plugins/emoticons/localization/br.inc
Added
@@ -0,0 +1,19 @@ +<?php + +/* + +-----------------------------------------------------------------------+ + | Localization file of the Roundcube Webmail Emoticons plugin | + | | + | Copyright (C) The Roundcube Dev Team | + | | + | Licensed under the GNU General Public License version 3 or | + | any later version with exceptions for skins & plugins. | + | See the README file for a full license statement. | + +-----------------------------------------------------------------------+ + + For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-emoticons/ +*/ + +$labels'emoticonsdisplay' = 'Skrammañ fromlunioù er c\'hemennadennoù testenn blaen'; +$labels'emoticonscompose' = 'Gweredekaat ar fromlunioù'; +?>
View file
roundcubemail-1.4-rc1.167.tar.gz/plugins/emoticons/localization/ca_ES.inc
Added
@@ -0,0 +1,19 @@ +<?php + +/* + +-----------------------------------------------------------------------+ + | Localization file of the Roundcube Webmail Emoticons plugin | + | | + | Copyright (C) The Roundcube Dev Team | + | | + | Licensed under the GNU General Public License version 3 or | + | any later version with exceptions for skins & plugins. | + | See the README file for a full license statement. | + +-----------------------------------------------------------------------+ + + For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-emoticons/ +*/ + +$labels'emoticonsdisplay' = 'Mostra les emoticones en els missatge en text net'; +$labels'emoticonscompose' = 'Activa les emoticones'; +?>
View file
roundcubemail-1.4-rc1.167.tar.gz/plugins/emoticons/localization/cs_CZ.inc
Added
@@ -0,0 +1,19 @@ +<?php + +/* + +-----------------------------------------------------------------------+ + | Localization file of the Roundcube Webmail Emoticons plugin | + | | + | Copyright (C) The Roundcube Dev Team | + | | + | Licensed under the GNU General Public License version 3 or | + | any later version with exceptions for skins & plugins. | + | See the README file for a full license statement. | + +-----------------------------------------------------------------------+ + + For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-emoticons/ +*/ + +$labels'emoticonsdisplay' = 'Zobrazit smajlíky v textovém formátu'; +$labels'emoticonscompose' = 'Povolit smajlíky'; +?>
View file
roundcubemail-1.4-rc1.167.tar.gz/plugins/emoticons/localization/cy_GB.inc
Added
@@ -0,0 +1,19 @@ +<?php + +/* + +-----------------------------------------------------------------------+ + | Localization file of the Roundcube Webmail Emoticons plugin | + | | + | Copyright (C) The Roundcube Dev Team | + | | + | Licensed under the GNU General Public License version 3 or | + | any later version with exceptions for skins & plugins. | + | See the README file for a full license statement. | + +-----------------------------------------------------------------------+ + + For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-emoticons/ +*/ + +$labels'emoticonsdisplay' = 'Dangos gwenogluniau mewn fformat testun plaen'; +$labels'emoticonscompose' = 'Galluogi gwenogluniau'; +?>
View file
roundcubemail-1.4-rc1.167.tar.gz/plugins/emoticons/localization/da_DK.inc
Added
@@ -0,0 +1,19 @@ +<?php + +/* + +-----------------------------------------------------------------------+ + | Localization file of the Roundcube Webmail Emoticons plugin | + | | + | Copyright (C) The Roundcube Dev Team | + | | + | Licensed under the GNU General Public License version 3 or | + | any later version with exceptions for skins & plugins. | + | See the README file for a full license statement. | + +-----------------------------------------------------------------------+ + + For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-emoticons/ +*/ + +$labels'emoticonsdisplay' = 'Vis humørikoner i ren tekst beskeder'; +$labels'emoticonscompose' = 'Aktivér humørikoner'; +?>
View file
roundcubemail-1.4-rc1.167.tar.gz/plugins/emoticons/localization/de_CH.inc
Added
@@ -0,0 +1,19 @@ +<?php + +/* + +-----------------------------------------------------------------------+ + | Localization file of the Roundcube Webmail Emoticons plugin | + | | + | Copyright (C) The Roundcube Dev Team | + | | + | Licensed under the GNU General Public License version 3 or | + | any later version with exceptions for skins & plugins. | + | See the README file for a full license statement. | + +-----------------------------------------------------------------------+ + + For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-emoticons/ +*/ + +$labels'emoticonsdisplay' = 'Emoticons in Klartext-Nachrichten anzeigen'; +$labels'emoticonscompose' = 'Emoticons aktivieren'; +?>
View file
roundcubemail-1.4-rc1.167.tar.gz/plugins/emoticons/localization/de_DE.inc
Added
@@ -0,0 +1,19 @@ +<?php + +/* + +-----------------------------------------------------------------------+ + | Localization file of the Roundcube Webmail Emoticons plugin | + | | + | Copyright (C) The Roundcube Dev Team | + | | + | Licensed under the GNU General Public License version 3 or | + | any later version with exceptions for skins & plugins. | + | See the README file for a full license statement. | + +-----------------------------------------------------------------------+ + + For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-emoticons/ +*/ + +$labels'emoticonsdisplay' = 'Emoticons in Klartextnachrichten anzeigen'; +$labels'emoticonscompose' = 'Emoticons aktivieren'; +?>
View file
roundcubemail-1.4-rc1.167.tar.gz/plugins/emoticons/localization/el_GR.inc
Added
@@ -0,0 +1,19 @@ +<?php + +/* + +-----------------------------------------------------------------------+ + | Localization file of the Roundcube Webmail Emoticons plugin | + | | + | Copyright (C) The Roundcube Dev Team | + | | + | Licensed under the GNU General Public License version 3 or | + | any later version with exceptions for skins & plugins. | + | See the README file for a full license statement. | + +-----------------------------------------------------------------------+ + + For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-emoticons/ +*/ + +$labels'emoticonsdisplay' = 'Εμφάνιση emoticons σε μηνύματα απλού κειμένου '; +$labels'emoticonscompose' = 'Ενεργοποίηση emoticons'; +?>
View file
roundcubemail-1.4-rc1.167.tar.gz/plugins/emoticons/localization/en_GB.inc
Added
@@ -0,0 +1,19 @@ +<?php + +/* + +-----------------------------------------------------------------------+ + | Localization file of the Roundcube Webmail Emoticons plugin | + | | + | Copyright (C) The Roundcube Dev Team | + | | + | Licensed under the GNU General Public License version 3 or | + | any later version with exceptions for skins & plugins. | + | See the README file for a full license statement. | + +-----------------------------------------------------------------------+ + + For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-emoticons/ +*/ + +$labels'emoticonsdisplay' = 'Display emoticons in plain text messages'; +$labels'emoticonscompose' = 'Enable emoticons'; +?>
View file
roundcubemail-1.4-rc1.167.tar.gz/plugins/emoticons/localization/es_ES.inc
Added
@@ -0,0 +1,19 @@ +<?php + +/* + +-----------------------------------------------------------------------+ + | Localization file of the Roundcube Webmail Emoticons plugin | + | | + | Copyright (C) The Roundcube Dev Team | + | | + | Licensed under the GNU General Public License version 3 or | + | any later version with exceptions for skins & plugins. | + | See the README file for a full license statement. | + +-----------------------------------------------------------------------+ + + For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-emoticons/ +*/ + +$labels'emoticonsdisplay' = 'Mostrar emoticonos en mensajes de texto simple'; +$labels'emoticonscompose' = 'Activar emoticonos'; +?>
View file
roundcubemail-1.4-rc1.167.tar.gz/plugins/emoticons/localization/et_EE.inc
Added
@@ -0,0 +1,19 @@ +<?php + +/* + +-----------------------------------------------------------------------+ + | Localization file of the Roundcube Webmail Emoticons plugin | + | | + | Copyright (C) The Roundcube Dev Team | + | | + | Licensed under the GNU General Public License version 3 or | + | any later version with exceptions for skins & plugins. | + | See the README file for a full license statement. | + +-----------------------------------------------------------------------+ + + For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-emoticons/ +*/ + +$labels'emoticonsdisplay' = 'Näita lihttekst kirjas emotikone'; +$labels'emoticonscompose' = 'Luba emotikonid'; +?>
View file
roundcubemail-1.4-rc1.167.tar.gz/plugins/emoticons/localization/eu_ES.inc
Added
@@ -0,0 +1,19 @@ +<?php + +/* + +-----------------------------------------------------------------------+ + | Localization file of the Roundcube Webmail Emoticons plugin | + | | + | Copyright (C) The Roundcube Dev Team | + | | + | Licensed under the GNU General Public License version 3 or | + | any later version with exceptions for skins & plugins. | + | See the README file for a full license statement. | + +-----------------------------------------------------------------------+ + + For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-emoticons/ +*/ + +$labels'emoticonsdisplay' = 'Erakutsi sentikurrak testu lauan dauden mezuetan'; +$labels'emoticonscompose' = 'Gaitu sentikurrak'; +?>
View file
roundcubemail-1.4-rc1.167.tar.gz/plugins/emoticons/localization/fi_FI.inc
Added
@@ -0,0 +1,19 @@ +<?php + +/* + +-----------------------------------------------------------------------+ + | Localization file of the Roundcube Webmail Emoticons plugin | + | | + | Copyright (C) The Roundcube Dev Team | + | | + | Licensed under the GNU General Public License version 3 or | + | any later version with exceptions for skins & plugins. | + | See the README file for a full license statement. | + +-----------------------------------------------------------------------+ + + For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-emoticons/ +*/ + +$labels'emoticonsdisplay' = 'Näytä hymiöt "pelkkä teksti"-viesteissä'; +$labels'emoticonscompose' = 'Käytä hymiöitä'; +?>
View file
roundcubemail-1.4-rc1.167.tar.gz/plugins/emoticons/localization/fo_FO.inc
Added
@@ -0,0 +1,19 @@ +<?php + +/* + +-----------------------------------------------------------------------+ + | Localization file of the Roundcube Webmail Emoticons plugin | + | | + | Copyright (C) The Roundcube Dev Team | + | | + | Licensed under the GNU General Public License version 3 or | + | any later version with exceptions for skins & plugins. | + | See the README file for a full license statement. | + +-----------------------------------------------------------------------+ + + For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-emoticons/ +*/ + +$labels'emoticonsdisplay' = 'Vís "emoticons" í reinum tekst boðum'; +$labels'emoticonscompose' = 'Tendra "emoticons"'; +?>
View file
roundcubemail-1.4-rc1.167.tar.gz/plugins/emoticons/localization/fr_FR.inc
Added
@@ -0,0 +1,19 @@ +<?php + +/* + +-----------------------------------------------------------------------+ + | Localization file of the Roundcube Webmail Emoticons plugin | + | | + | Copyright (C) The Roundcube Dev Team | + | | + | Licensed under the GNU General Public License version 3 or | + | any later version with exceptions for skins & plugins. | + | See the README file for a full license statement. | + +-----------------------------------------------------------------------+ + + For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-emoticons/ +*/ + +$labels'emoticonsdisplay' = 'Afficher les frimousses dans les messages texte en clair'; +$labels'emoticonscompose' = 'Activer les frimousses'; +?>
View file
roundcubemail-1.4-rc1.167.tar.gz/plugins/emoticons/localization/fy_NL.inc
Added
@@ -0,0 +1,19 @@ +<?php + +/* + +-----------------------------------------------------------------------+ + | Localization file of the Roundcube Webmail Emoticons plugin | + | | + | Copyright (C) The Roundcube Dev Team | + | | + | Licensed under the GNU General Public License version 3 or | + | any later version with exceptions for skins & plugins. | + | See the README file for a full license statement. | + +-----------------------------------------------------------------------+ + + For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-emoticons/ +*/ + +$labels'emoticonsdisplay' = 'Lit emoticons yn gewoane tekst sjen'; +$labels'emoticonscompose' = 'Emoticons ynskeakelje'; +?>
View file
roundcubemail-1.4-rc1.167.tar.gz/plugins/emoticons/localization/ga_IE.inc
Added
@@ -0,0 +1,19 @@ +<?php + +/* + +-----------------------------------------------------------------------+ + | Localization file of the Roundcube Webmail Emoticons plugin | + | | + | Copyright (C) The Roundcube Dev Team | + | | + | Licensed under the GNU General Public License version 3 or | + | any later version with exceptions for skins & plugins. | + | See the README file for a full license statement. | + +-----------------------------------------------------------------------+ + + For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-emoticons/ +*/ + +$labels'emoticonsdisplay' = 'Taispeáin straoiseoga i dteachtaireachtaí le gnáth-théacs'; +$labels'emoticonscompose' = 'Cumasaigh straoiseoga'; +?>
View file
roundcubemail-1.4-rc1.167.tar.gz/plugins/emoticons/localization/he_IL.inc
Added
@@ -0,0 +1,19 @@ +<?php + +/* + +-----------------------------------------------------------------------+ + | Localization file of the Roundcube Webmail Emoticons plugin | + | | + | Copyright (C) The Roundcube Dev Team | + | | + | Licensed under the GNU General Public License version 3 or | + | any later version with exceptions for skins & plugins. | + | See the README file for a full license statement. | + +-----------------------------------------------------------------------+ + + For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-emoticons/ +*/ + +$labels'emoticonsdisplay' = 'הצגה של פרצופונים בהודעות של טקסט פשוט'; +$labels'emoticonscompose' = 'הפעל פרצופונים'; +?>
View file
roundcubemail-1.4-rc1.167.tar.gz/plugins/emoticons/localization/hr_HR.inc
Added
@@ -0,0 +1,19 @@ +<?php + +/* + +-----------------------------------------------------------------------+ + | Localization file of the Roundcube Webmail Emoticons plugin | + | | + | Copyright (C) The Roundcube Dev Team | + | | + | Licensed under the GNU General Public License version 3 or | + | any later version with exceptions for skins & plugins. | + | See the README file for a full license statement. | + +-----------------------------------------------------------------------+ + + For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-emoticons/ +*/ + +$labels'emoticonsdisplay' = 'Prikaži emotikone u tekstualnim porukama'; +$labels'emoticonscompose' = 'Omogući emotikone'; +?>
View file
roundcubemail-1.4-rc1.167.tar.gz/plugins/emoticons/localization/hu_HU.inc
Added
@@ -0,0 +1,19 @@ +<?php + +/* + +-----------------------------------------------------------------------+ + | Localization file of the Roundcube Webmail Emoticons plugin | + | | + | Copyright (C) The Roundcube Dev Team | + | | + | Licensed under the GNU General Public License version 3 or | + | any later version with exceptions for skins & plugins. | + | See the README file for a full license statement. | + +-----------------------------------------------------------------------+ + + For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-emoticons/ +*/ + +$labels'emoticonsdisplay' = 'Hangulatjelek megjelenítése sima szöveges üzenetekben'; +$labels'emoticonscompose' = 'Hangulatjelek engedélyezése'; +?>
View file
roundcubemail-1.4-rc1.167.tar.gz/plugins/emoticons/localization/ia.inc
Added
@@ -0,0 +1,19 @@ +<?php + +/* + +-----------------------------------------------------------------------+ + | Localization file of the Roundcube Webmail Emoticons plugin | + | | + | Copyright (C) The Roundcube Dev Team | + | | + | Licensed under the GNU General Public License version 3 or | + | any later version with exceptions for skins & plugins. | + | See the README file for a full license statement. | + +-----------------------------------------------------------------------+ + + For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-emoticons/ +*/ + +$labels'emoticonsdisplay' = 'Monstrar emoticones in messages a texto simple'; +$labels'emoticonscompose' = 'Activar emoticones'; +?>
View file
roundcubemail-1.4-rc1.167.tar.gz/plugins/emoticons/localization/id_ID.inc
Added
@@ -0,0 +1,19 @@ +<?php + +/* + +-----------------------------------------------------------------------+ + | Localization file of the Roundcube Webmail Emoticons plugin | + | | + | Copyright (C) The Roundcube Dev Team | + | | + | Licensed under the GNU General Public License version 3 or | + | any later version with exceptions for skins & plugins. | + | See the README file for a full license statement. | + +-----------------------------------------------------------------------+ + + For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-emoticons/ +*/ + +$labels'emoticonsdisplay' = 'Tampilkan emoticon dalam pesan teks polos'; +$labels'emoticonscompose' = 'Fungsikan emoticon'; +?>
View file
roundcubemail-1.4-rc1.167.tar.gz/plugins/emoticons/localization/is_IS.inc
Added
@@ -0,0 +1,19 @@ +<?php + +/* + +-----------------------------------------------------------------------+ + | Localization file of the Roundcube Webmail Emoticons plugin | + | | + | Copyright (C) The Roundcube Dev Team | + | | + | Licensed under the GNU General Public License version 3 or | + | any later version with exceptions for skins & plugins. | + | See the README file for a full license statement. | + +-----------------------------------------------------------------------+ + + For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-emoticons/ +*/ + +$labels'emoticonsdisplay' = 'Birta tjáningartákn í skilaboðum með hreinum texta'; +$labels'emoticonscompose' = 'Virkja tjáningartákn'; +?>
View file
roundcubemail-1.4-rc1.167.tar.gz/plugins/emoticons/localization/it_IT.inc
Added
@@ -0,0 +1,19 @@ +<?php + +/* + +-----------------------------------------------------------------------+ + | Localization file of the Roundcube Webmail Emoticons plugin | + | | + | Copyright (C) The Roundcube Dev Team | + | | + | Licensed under the GNU General Public License version 3 or | + | any later version with exceptions for skins & plugins. | + | See the README file for a full license statement. | + +-----------------------------------------------------------------------+ + + For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-emoticons/ +*/ + +$labels'emoticonsdisplay' = 'Mostra emoticons nei messaggi di testo'; +$labels'emoticonscompose' = 'Abilita emoticons'; +?>
View file
roundcubemail-1.4-rc1.167.tar.gz/plugins/emoticons/localization/ja_JP.inc
Added
@@ -0,0 +1,19 @@ +<?php + +/* + +-----------------------------------------------------------------------+ + | Localization file of the Roundcube Webmail Emoticons plugin | + | | + | Copyright (C) The Roundcube Dev Team | + | | + | Licensed under the GNU General Public License version 3 or | + | any later version with exceptions for skins & plugins. | + | See the README file for a full license statement. | + +-----------------------------------------------------------------------+ + + For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-emoticons/ +*/ + +$labels'emoticonsdisplay' = 'テキスト形式のメッセージで絵文字を表示します。'; +$labels'emoticonscompose' = '絵文字を有効'; +?>
View file
roundcubemail-1.4-rc1.167.tar.gz/plugins/emoticons/localization/ko_KR.inc
Added
@@ -0,0 +1,19 @@ +<?php + +/* + +-----------------------------------------------------------------------+ + | Localization file of the Roundcube Webmail Emoticons plugin | + | | + | Copyright (C) The Roundcube Dev Team | + | | + | Licensed under the GNU General Public License version 3 or | + | any later version with exceptions for skins & plugins. | + | See the README file for a full license statement. | + +-----------------------------------------------------------------------+ + + For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-emoticons/ +*/ + +$labels'emoticonsdisplay' = '일반 텍스트 메시지에서 이모티콘 표시'; +$labels'emoticonscompose' = '이모티콘 활성화'; +?>
View file
roundcubemail-1.4-rc1.167.tar.gz/plugins/emoticons/localization/lt_LT.inc
Added
@@ -0,0 +1,19 @@ +<?php + +/* + +-----------------------------------------------------------------------+ + | Localization file of the Roundcube Webmail Emoticons plugin | + | | + | Copyright (C) The Roundcube Dev Team | + | | + | Licensed under the GNU General Public License version 3 or | + | any later version with exceptions for skins & plugins. | + | See the README file for a full license statement. | + +-----------------------------------------------------------------------+ + + For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-emoticons/ +*/ + +$labels'emoticonsdisplay' = 'Rodyti jaustukus grynojo teksto laiškuose'; +$labels'emoticonscompose' = 'Įgalinti jaustukus'; +?>
View file
roundcubemail-1.4-rc1.167.tar.gz/plugins/emoticons/localization/lv_LV.inc
Added
@@ -0,0 +1,19 @@ +<?php + +/* + +-----------------------------------------------------------------------+ + | Localization file of the Roundcube Webmail Emoticons plugin | + | | + | Copyright (C) The Roundcube Dev Team | + | | + | Licensed under the GNU General Public License version 3 or | + | any later version with exceptions for skins & plugins. | + | See the README file for a full license statement. | + +-----------------------------------------------------------------------+ + + For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-emoticons/ +*/ + +$labels'emoticonsdisplay' = 'Parastā teksta ziņojumos rādīt emocijas'; +$labels'emoticonscompose' = 'Rādīt emocijas'; +?>
View file
roundcubemail-1.4-rc1.167.tar.gz/plugins/emoticons/localization/mk_MK.inc
Added
@@ -0,0 +1,19 @@ +<?php + +/* + +-----------------------------------------------------------------------+ + | Localization file of the Roundcube Webmail Emoticons plugin | + | | + | Copyright (C) The Roundcube Dev Team | + | | + | Licensed under the GNU General Public License version 3 or | + | any later version with exceptions for skins & plugins. | + | See the README file for a full license statement. | + +-----------------------------------------------------------------------+ + + For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-emoticons/ +*/ + +$labels'emoticonsdisplay' = 'Прикажување на емотикони во обични текст пораки '; +$labels'emoticonscompose' = 'Овозможи прикажување на емотиконите'; +?>
View file
roundcubemail-1.4-rc1.167.tar.gz/plugins/emoticons/localization/nl_BE.inc
Added
@@ -0,0 +1,19 @@ +<?php + +/* + +-----------------------------------------------------------------------+ + | Localization file of the Roundcube Webmail Emoticons plugin | + | | + | Copyright (C) The Roundcube Dev Team | + | | + | Licensed under the GNU General Public License version 3 or | + | any later version with exceptions for skins & plugins. | + | See the README file for a full license statement. | + +-----------------------------------------------------------------------+ + + For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-emoticons/ +*/ + +$labels'emoticonsdisplay' = 'Geef emoticons weer in tekst zonder opmaak'; +$labels'emoticonscompose' = 'Activeer emoticons'; +?>
View file
roundcubemail-1.4-rc1.167.tar.gz/plugins/emoticons/localization/nl_NL.inc
Added
@@ -0,0 +1,19 @@ +<?php + +/* + +-----------------------------------------------------------------------+ + | Localization file of the Roundcube Webmail Emoticons plugin | + | | + | Copyright (C) The Roundcube Dev Team | + | | + | Licensed under the GNU General Public License version 3 or | + | any later version with exceptions for skins & plugins. | + | See the README file for a full license statement. | + +-----------------------------------------------------------------------+ + + For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-emoticons/ +*/ + +$labels'emoticonsdisplay' = 'Emoticons weergeven in tekst zonder opmaak'; +$labels'emoticonscompose' = 'Emoticons inschakelen'; +?>
View file
roundcubemail-1.4-rc1.167.tar.gz/plugins/emoticons/localization/pl_PL.inc
Added
@@ -0,0 +1,19 @@ +<?php + +/* + +-----------------------------------------------------------------------+ + | Localization file of the Roundcube Webmail Emoticons plugin | + | | + | Copyright (C) The Roundcube Dev Team | + | | + | Licensed under the GNU General Public License version 3 or | + | any later version with exceptions for skins & plugins. | + | See the README file for a full license statement. | + +-----------------------------------------------------------------------+ + + For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-emoticons/ +*/ + +$labels'emoticonsdisplay' = 'Wyświetlaj emotikony w wiadomościach tekstowych'; +$labels'emoticonscompose' = 'Włącz emotikony'; +?>
View file
roundcubemail-1.4-rc1.167.tar.gz/plugins/emoticons/localization/pt_BR.inc
Added
@@ -0,0 +1,19 @@ +<?php + +/* + +-----------------------------------------------------------------------+ + | Localization file of the Roundcube Webmail Emoticons plugin | + | | + | Copyright (C) The Roundcube Dev Team | + | | + | Licensed under the GNU General Public License version 3 or | + | any later version with exceptions for skins & plugins. | + | See the README file for a full license statement. | + +-----------------------------------------------------------------------+ + + For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-emoticons/ +*/ + +$labels'emoticonsdisplay' = 'Exibir emoticons em mensagens de texto simples'; +$labels'emoticonscompose' = 'Habilitar emoticons'; +?>
View file
roundcubemail-1.4-rc1.167.tar.gz/plugins/emoticons/localization/pt_PT.inc
Added
@@ -0,0 +1,19 @@ +<?php + +/* + +-----------------------------------------------------------------------+ + | Localization file of the Roundcube Webmail Emoticons plugin | + | | + | Copyright (C) The Roundcube Dev Team | + | | + | Licensed under the GNU General Public License version 3 or | + | any later version with exceptions for skins & plugins. | + | See the README file for a full license statement. | + +-----------------------------------------------------------------------+ + + For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-emoticons/ +*/ + +$labels'emoticonsdisplay' = 'Mostrar ícones expressivos em mensagens de texto simples'; +$labels'emoticonscompose' = 'Activar ícones expressivos'; +?>
View file
roundcubemail-1.4-rc1.167.tar.gz/plugins/emoticons/localization/ro_RO.inc
Added
@@ -0,0 +1,19 @@ +<?php + +/* + +-----------------------------------------------------------------------+ + | Localization file of the Roundcube Webmail Emoticons plugin | + | | + | Copyright (C) The Roundcube Dev Team | + | | + | Licensed under the GNU General Public License version 3 or | + | any later version with exceptions for skins & plugins. | + | See the README file for a full license statement. | + +-----------------------------------------------------------------------+ + + For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-emoticons/ +*/ + +$labels'emoticonsdisplay' = 'Afișați emoticoane în mesaje text simplu'; +$labels'emoticonscompose' = 'Activați emoticoane'; +?>
View file
roundcubemail-1.4-rc1.167.tar.gz/plugins/emoticons/localization/ru_RU.inc
Added
@@ -0,0 +1,19 @@ +<?php + +/* + +-----------------------------------------------------------------------+ + | Localization file of the Roundcube Webmail Emoticons plugin | + | | + | Copyright (C) The Roundcube Dev Team | + | | + | Licensed under the GNU General Public License version 3 or | + | any later version with exceptions for skins & plugins. | + | See the README file for a full license statement. | + +-----------------------------------------------------------------------+ + + For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-emoticons/ +*/ + +$labels'emoticonsdisplay' = 'Показывать смайлики в чисто текстовых сообщениях'; +$labels'emoticonscompose' = 'Включить смайлики'; +?>
View file
roundcubemail-1.4-rc1.167.tar.gz/plugins/emoticons/localization/sk_SK.inc
Added
@@ -0,0 +1,19 @@ +<?php + +/* + +-----------------------------------------------------------------------+ + | Localization file of the Roundcube Webmail Emoticons plugin | + | | + | Copyright (C) The Roundcube Dev Team | + | | + | Licensed under the GNU General Public License version 3 or | + | any later version with exceptions for skins & plugins. | + | See the README file for a full license statement. | + +-----------------------------------------------------------------------+ + + For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-emoticons/ +*/ + +$labels'emoticonsdisplay' = 'Zobrazovať emotikony v čisto textových správach'; +$labels'emoticonscompose' = 'Zapnúť emotikony'; +?>
View file
roundcubemail-1.4-rc1.167.tar.gz/plugins/emoticons/localization/sl_SI.inc
Added
@@ -0,0 +1,19 @@ +<?php + +/* + +-----------------------------------------------------------------------+ + | Localization file of the Roundcube Webmail Emoticons plugin | + | | + | Copyright (C) The Roundcube Dev Team | + | | + | Licensed under the GNU General Public License version 3 or | + | any later version with exceptions for skins & plugins. | + | See the README file for a full license statement. | + +-----------------------------------------------------------------------+ + + For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-emoticons/ +*/ + +$labels'emoticonsdisplay' = 'Prikaži čustvenčke v tekstovnem načinu'; +$labels'emoticonscompose' = 'Omogoči čustvenčke'; +?>
View file
roundcubemail-1.4-rc1.167.tar.gz/plugins/emoticons/localization/sq_AL.inc
Added
@@ -0,0 +1,19 @@ +<?php + +/* + +-----------------------------------------------------------------------+ + | Localization file of the Roundcube Webmail Emoticons plugin | + | | + | Copyright (C) The Roundcube Dev Team | + | | + | Licensed under the GNU General Public License version 3 or | + | any later version with exceptions for skins & plugins. | + | See the README file for a full license statement. | + +-----------------------------------------------------------------------+ + + For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-emoticons/ +*/ + +$labels'emoticonsdisplay' = 'Shfaqi emotikonet në mesazhe tekst të thjeshtë'; +$labels'emoticonscompose' = 'Aktivizoni emotikonet'; +?>
View file
roundcubemail-1.4-rc1.167.tar.gz/plugins/emoticons/localization/sr_CS.inc
Added
@@ -0,0 +1,19 @@ +<?php + +/* + +-----------------------------------------------------------------------+ + | Localization file of the Roundcube Webmail Emoticons plugin | + | | + | Copyright (C) The Roundcube Dev Team | + | | + | Licensed under the GNU General Public License version 3 or | + | any later version with exceptions for skins & plugins. | + | See the README file for a full license statement. | + +-----------------------------------------------------------------------+ + + For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-emoticons/ +*/ + +$labels'emoticonsdisplay' = 'Прикажи емотиконе у обичним текстуалним порукама'; +$labels'emoticonscompose' = 'Укључи емотиконе'; +?>
View file
roundcubemail-1.4-rc1.167.tar.gz/plugins/emoticons/localization/sv_SE.inc
Added
@@ -0,0 +1,19 @@ +<?php + +/* + +-----------------------------------------------------------------------+ + | Localization file of the Roundcube Webmail Emoticons plugin | + | | + | Copyright (C) The Roundcube Dev Team | + | | + | Licensed under the GNU General Public License version 3 or | + | any later version with exceptions for skins & plugins. | + | See the README file for a full license statement. | + +-----------------------------------------------------------------------+ + + For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-emoticons/ +*/ + +$labels'emoticonsdisplay' = 'Visa emoji-symboler i textmeddelanden'; +$labels'emoticonscompose' = 'Aktivera emoji-symboler'; +?>
View file
roundcubemail-1.4-rc1.167.tar.gz/plugins/emoticons/localization/tr_TR.inc
Added
@@ -0,0 +1,19 @@ +<?php + +/* + +-----------------------------------------------------------------------+ + | Localization file of the Roundcube Webmail Emoticons plugin | + | | + | Copyright (C) The Roundcube Dev Team | + | | + | Licensed under the GNU General Public License version 3 or | + | any later version with exceptions for skins & plugins. | + | See the README file for a full license statement. | + +-----------------------------------------------------------------------+ + + For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-emoticons/ +*/ + +$labels'emoticonsdisplay' = 'Düz metin iletilerinde duygu ifadeleri görüntülensin'; +$labels'emoticonscompose' = 'Duygu ifadeleri kullanılsın'; +?>
View file
roundcubemail-1.4-rc1.167.tar.gz/plugins/emoticons/localization/uk_UA.inc
Added
@@ -0,0 +1,19 @@ +<?php + +/* + +-----------------------------------------------------------------------+ + | Localization file of the Roundcube Webmail Emoticons plugin | + | | + | Copyright (C) The Roundcube Dev Team | + | | + | Licensed under the GNU General Public License version 3 or | + | any later version with exceptions for skins & plugins. | + | See the README file for a full license statement. | + +-----------------------------------------------------------------------+ + + For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-emoticons/ +*/ + +$labels'emoticonsdisplay' = 'Показувати смайлики у повідомленнях з простим текстом'; +$labels'emoticonscompose' = 'Увімкнути смайлики'; +?>
View file
roundcubemail-1.4-rc1.167.tar.gz/plugins/emoticons/localization/uz.inc
Added
@@ -0,0 +1,19 @@ +<?php + +/* + +-----------------------------------------------------------------------+ + | Localization file of the Roundcube Webmail Emoticons plugin | + | | + | Copyright (C) The Roundcube Dev Team | + | | + | Licensed under the GNU General Public License version 3 or | + | any later version with exceptions for skins & plugins. | + | See the README file for a full license statement. | + +-----------------------------------------------------------------------+ + + For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-emoticons/ +*/ + +$labels'emoticonsdisplay' = 'Matnli xabarlarda smayliklar tasvirlansinmi?'; +$labels'emoticonscompose' = 'Smayliklarni faollashtirish'; +?>
View file
roundcubemail-1.4-rc1.167.tar.gz/plugins/emoticons/localization/zh_CN.inc
Added
@@ -0,0 +1,19 @@ +<?php + +/* + +-----------------------------------------------------------------------+ + | Localization file of the Roundcube Webmail Emoticons plugin | + | | + | Copyright (C) The Roundcube Dev Team | + | | + | Licensed under the GNU General Public License version 3 or | + | any later version with exceptions for skins & plugins. | + | See the README file for a full license statement. | + +-----------------------------------------------------------------------+ + + For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-emoticons/ +*/ + +$labels'emoticonsdisplay' = '显示纯文本消息的表情'; +$labels'emoticonscompose' = '启用表情'; +?>
View file
roundcubemail-1.4-rc1.167.tar.gz/plugins/emoticons/localization/zh_TW.inc
Added
@@ -0,0 +1,19 @@ +<?php + +/* + +-----------------------------------------------------------------------+ + | Localization file of the Roundcube Webmail Emoticons plugin | + | | + | Copyright (C) The Roundcube Dev Team | + | | + | Licensed under the GNU General Public License version 3 or | + | any later version with exceptions for skins & plugins. | + | See the README file for a full license statement. | + +-----------------------------------------------------------------------+ + + For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-emoticons/ +*/ + +$labels'emoticonsdisplay' = '在純文字郵件顯示表情符號'; +$labels'emoticonscompose' = '啟用表情符號'; +?>
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/enigma/composer.json -> roundcubemail-1.4-rc1.167.tar.gz/plugins/enigma/composer.json
Changed
@@ -3,7 +3,7 @@ "type": "roundcube-plugin", "description": "Server-side PGP Encryption for Roundcube", "license": "GPLv3+", - "version": "0.7", + "version": "0.8", "authors": { "name": "Aleksander Machniak", @@ -20,6 +20,6 @@ "require": { "php": ">=5.3.0", "roundcube/plugin-installer": "~0.1.6", - "pear/crypt_gpg": "~1.6.2" + "pear/crypt_gpg": "~1.6.3" } }
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/enigma/enigma.js -> roundcubemail-1.4-rc1.167.tar.gz/plugins/enigma/enigma.js
Changed
@@ -80,13 +80,17 @@ var opt = this, input = $('#enigma' + opt + 'opt'); if (rcmail.env'enigma_force_' + opt) { - input.prop('checked', true); + input.prop('checked', true) } // Compose status bar in Elastic if (window.UI && UI.compose_status) { - input.on('change', function() { UI.compose_status(opt, this.checked); }).trigger('change'); + input.on('change', function() { UI.compose_status(opt, this.checked); }); } + + // As the options might have been initially enabled we have to + // trigger onchange event, so all handlers can update the state + input.trigger('change'); }); }
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/enigma/localization/ar.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/enigma/localization/ar.inc
Changed
@@ -2,24 +2,35 @@ /** +-----------------------------------------------------------------------+ - | plugins/enigma/localization/<lang>.inc | + | Localization file of the Roundcube Webmail Enigma plugin | | | - | Localization file of the Roundcube Webmail ACL plugin | - | Copyright (C) 2012-2016, The Roundcube Dev Team | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/roundcube/roundcube-webmail/plugin-enigma/ */ + $labels'encryption' = 'التشفير'; +$labels'enigmakeys' = 'مفاتيح PGP'; $labels'keyname' = 'الإسم'; +$labels'keytype' = 'نوع المفتاح'; +$labels'fingerprint' = 'البصمة'; $labels'typeencrypt' = 'تعمية'; +$labels'typeauth' = 'المصادقة'; $labels'expiresnever' = 'أبداً'; $labels'unknown' = 'مجهول'; +$labels'createkeys' = 'إنشاء زوج مِن المفاتيح'; $labels'keychpass' = 'تغيير كلمة المرور'; +$labels'newkeyident' = 'الهوية'; $labels'newkeypass' = 'كلمة المرور'; +$labels'newkeypassconfirm' = 'تأكيد الكلمة السرية'; +$labels'newkeysize' = 'حجم المفتاح'; +$labels'key2048' = '2048 bits - افتراضي'; +$labels'key4096' = '4096 bits - أكثر أمانا'; +$labels'keygenerating' = 'جارٍ توليد المفاتيح...'; +$labels'managekeys' = 'إدارة مفاتيح PGP'; ?>
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/enigma/localization/ar_SA.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/enigma/localization/ar_SA.inc
Changed
@@ -2,19 +2,18 @@ /** +-----------------------------------------------------------------------+ - | plugins/enigma/localization/<lang>.inc | + | Localization file of the Roundcube Webmail Enigma plugin | | | - | Localization file of the Roundcube Webmail ACL plugin | - | Copyright (C) 2012-2016, The Roundcube Dev Team | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/roundcube/roundcube-webmail/plugin-enigma/ */ + $labels'keyname' = 'الاسم'; $labels'subkeycreated' = 'أُنشئ في'; $labels'expiresnever' = 'أبداً';
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/enigma/localization/ast.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/enigma/localization/ast.inc
Changed
@@ -2,19 +2,18 @@ /** +-----------------------------------------------------------------------+ - | plugins/enigma/localization/<lang>.inc | + | Localization file of the Roundcube Webmail Enigma plugin | | | - | Localization file of the Roundcube Webmail ACL plugin | - | Copyright (C) 2012-2016, The Roundcube Dev Team | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/roundcube/roundcube-webmail/plugin-enigma/ */ + $labels'keyname' = 'Nome'; $labels'subkeycreated' = 'Creáu'; $labels'expiresnever' = 'nunca';
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/enigma/localization/az_AZ.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/enigma/localization/az_AZ.inc
Changed
@@ -2,19 +2,18 @@ /** +-----------------------------------------------------------------------+ - | plugins/enigma/localization/<lang>.inc | + | Localization file of the Roundcube Webmail Enigma plugin | | | - | Localization file of the Roundcube Webmail ACL plugin | - | Copyright (C) 2012-2016, The Roundcube Dev Team | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/roundcube/roundcube-webmail/plugin-enigma/ */ + $labels'keyname' = 'Ad'; $labels'keyid' = 'Açar ID'; $labels'typeencrypt' = 'Şifrələ';
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/enigma/localization/be_BE.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/enigma/localization/be_BE.inc
Changed
@@ -2,19 +2,18 @@ /** +-----------------------------------------------------------------------+ - | plugins/enigma/localization/<lang>.inc | + | Localization file of the Roundcube Webmail Enigma plugin | | | - | Localization file of the Roundcube Webmail ACL plugin | - | Copyright (C) 2012-2016, The Roundcube Dev Team | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/roundcube/roundcube-webmail/plugin-enigma/ */ + $labels'keyname' = 'Назва'; $labels'subkeycreated' = 'Створаны'; $labels'expiresnever' = 'ніколі';
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/enigma/localization/bg_BG.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/enigma/localization/bg_BG.inc
Changed
@@ -2,19 +2,18 @@ /** +-----------------------------------------------------------------------+ - | plugins/enigma/localization/<lang>.inc | + | Localization file of the Roundcube Webmail Enigma plugin | | | - | Localization file of the Roundcube Webmail ACL plugin | - | Copyright (C) 2012-2016, The Roundcube Dev Team | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/roundcube/roundcube-webmail/plugin-enigma/ */ + $labels'encryption' = 'Криптиране'; $labels'enigmacerts' = 'S/MIME сертификати'; $labels'enigmakeys' = 'PGP ключове'; @@ -25,21 +24,22 @@ $labels'keytype' = 'Тип на ключ'; $labels'fingerprint' = 'Пръстов отпечатък'; $labels'subkeys' = 'Подключове'; +$labels'keyprops' = 'Свойства на ключа'; $labels'basicinfo' = 'Основна информация'; $labels'userids' = 'Допълнителни потребители'; $labels'typepublickey' = 'публичен ключ'; $labels'typekeypair' = 'ключова двойка'; -$labels'keyattfound' = 'Това писмо съдържа прикрепени PGP ключове'; -$labels'keyattimport' = 'Импорт на ключове'; -$labels'typesign' = 'Подпиши'; -$labels'typeencrypt' = 'Криптирай'; -$labels'typecert' = 'Удостовери'; -$labels'typeauth' = 'Удостоверяване'; +$labels'keyattfound' = 'Това писмо съдържа прикачен(и) PGP ключ(ове)'; +$labels'keyattimport' = 'Импорт на ключ(ове)'; +$labels'typesign' = 'Подписване'; +$labels'typeencrypt' = 'Криптиране'; +$labels'typecert' = 'Удостоверяване'; +$labels'typeauth' = 'Идентификация'; $labels'subkeyid' = 'ИН'; $labels'subkeyalgo' = 'Алгоритъм'; -$labels'subkeycreated' = 'Създаден на'; -$labels'subkeyexpires' = 'Изтича на'; -$labels'subkeyusage' = 'Използван'; +$labels'subkeycreated' = 'Създаден'; +$labels'subkeyexpires' = 'Изтича'; +$labels'subkeyusage' = 'Употреба'; $labels'expiresnever' = 'никога'; $labels'unknown' = 'неизвестно'; $labels'uservalid' = 'Валиден'; @@ -50,36 +50,43 @@ $labels'supportdecryption' = 'Включи декриптиране на писма'; $labels'signdefault' = 'Подписвай всички писма по подразбиране'; $labels'encryptdefault' = 'Криптирай всички писма по подразбиране'; -$labels'attachpubkeydefault' = 'Прикрепи по подразбирне моя публичен PGP ключ'; +$labels'attachpubkeydefault' = 'Прикачи по подразбирне моя публичен PGP ключ'; $labels'passwordtime' = 'Запомни паролата на частния ключ за'; $labels'nminutes' = '$m минути'; $labels'wholesession' = 'цялата сесия'; $labels'createkeys' = 'Създай нова ключова двойка'; -$labels'importkeys' = 'Импорт на ключове'; -$labels'exportkeys' = 'Експорт на ключове'; +$labels'importkeys' = 'Импорт на ключ(ове)'; +$labels'exportkeys' = 'Експорт на ключ(ове)'; $labels'keyactions' = 'Действия...'; $labels'keyremove' = 'Изтриване'; $labels'keydisable' = 'Деактивиране'; $labels'keyrevoke' = 'Отмяна'; $labels'keysend' = 'Изпрати писмо с публичен ключ'; $labels'keychpass' = 'Промени паролата'; +$labels'newkeyident' = 'Самоличност'; $labels'newkeypass' = 'Парола'; +$labels'newkeypassconfirm' = 'Потвърди паролата'; +$labels'newkeysize' = 'Размер на ключа'; $labels'key2048' = '2048 бита (по подразбиране)'; $labels'key4096' = '4096 бита (по-сигурен)'; $labels'keygenerating' = 'Генериране на ключове...'; $labels'encryptionoptions' = 'Опции за криптиране...'; $labels'encryptmsg' = 'Криптирай това писмо'; -$labels'signmsg' = 'Подпиши това писмо'; +$labels'signmsg' = 'Подпиши цифрово това писмо'; +$labels'sendunencrypted' = 'Изпрати некриптирано'; $labels'enterkeypasstitle' = 'Въведете парола на ключа'; $labels'enterkeypass' = 'Нужна е парола за отваряне на ключ ($keyid) за потребител $user.'; $labels'arialabelkeyexportoptions' = 'Опции за експорт на ключ'; -$labels'attachpubkeymsg' = 'Прикрепи моя публичен ключ'; +$labels'attachpubkeymsg' = 'Прикачи моя публичен ключ'; $labels'keyexportprompt' = 'Желаете ли да включите секретните ключове в записания OpenPGP файл?'; $labels'onlypubkeys' = 'Експорт само на Публичните ключове'; $labels'withprivkeys' = 'Експорт на Секретни ключове'; $labels'findkey' = 'Търси на сървъри за ключове'; $labels'keyimportlabel' = 'Импорт от файл'; $labels'keyimportsearchlabel' = 'Търси на сървъри за ключове'; +$labels'managekeys' = 'Управление на PGP ключовете'; +$labels'identitymatchingprivkeys' = 'Имате $nr съвпадащи PGP частни ключа, съхранени във вашия ключодържател:'; +$labels'identitynoprivkeys' = 'Тази самоличност на подателя все още няма частен PGP ключ, съхраняван във вашия ключодържател.'; $messages'sigvalid' = 'Верифициран подпис от $sender.'; $messages'sigvalidpartial' = 'Верифициран подпис от $sender, но част от съдържанието на писмото не е било подписано'; $messages'siginvalid' = 'Невалиден подпис от $sender.'; @@ -89,13 +96,17 @@ $messages'decryptok' = 'Писмото е декриптирано.'; $messages'decrypterror' = 'Невъзможно декриптиране.'; $messages'decryptnokey' = 'Невъзможно декриптиране. Частният ключ не е намерен. Ключ с ИН $keyid.'; +$messages'decryptnomdc' = 'Декриптирането е пропуснато. Целостта писмото е нарушена.'; +$messages'decryptbadpass' = 'Невъзможно декриптиране. Невалидна парола.'; $messages'decryptnopass' = 'Невъзможно декриптиране. Паролата на частния ключ е задължителна.'; $messages'decryptpartial' = 'Писмото е декриптирано, но част от съдържанието му не е било защитено с криптиране.'; $messages'signerror' = 'Невъзможно подписване.'; $messages'signnokey' = 'Невъзможно подписване. Частният ключ не е намерен.'; +$messages'signbadpass' = 'Невъзможно подписване. Невалидна парола.'; $messages'signnopass' = 'Невъзможно подписване. Паролата на частния ключ е задължителна.'; $messages'encrypterror' = 'Невъзможно криптиране.'; $messages'encryptnokey' = 'Невъзможно криптиране. Публичният ключ не е намерен за $email.'; +$messages'encryptnoprivkey' = 'Невъзможно криптиране. Частният ключ не е намерен.'; $messages'nokeysfound' = 'Не са намерени ключове'; $messages'keynotfound' = 'Ключът не е намерен!'; $messages'keyopenerror' = 'Невъзможно получаване на информация за ключа! Вътрешна грешка.';
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/enigma/localization/bn_BD.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/enigma/localization/bn_BD.inc
Changed
@@ -2,19 +2,18 @@ /** +-----------------------------------------------------------------------+ - | plugins/enigma/localization/<lang>.inc | + | Localization file of the Roundcube Webmail Enigma plugin | | | - | Localization file of the Roundcube Webmail ACL plugin | - | Copyright (C) 2012-2016, The Roundcube Dev Team | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/roundcube/roundcube-webmail/plugin-enigma/ */ + $labels'expiresnever' = 'কখোনোই না'; $labels'unknown' = 'অজানা'; $labels'newkeypass' = 'গোপোন শব্দ (password)';
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/enigma/localization/br.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/enigma/localization/br.inc
Changed
@@ -2,19 +2,18 @@ /** +-----------------------------------------------------------------------+ - | plugins/enigma/localization/<lang>.inc | + | Localization file of the Roundcube Webmail Enigma plugin | | | - | Localization file of the Roundcube Webmail ACL plugin | - | Copyright (C) 2012-2016, The Roundcube Dev Team | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/roundcube/roundcube-webmail/plugin-enigma/ */ + $labels'encryption' = 'Enrinegañ'; $labels'enigmacerts' = 'Testenioù S/MIME'; $labels'enigmakeys' = 'Alc\'hwezioù PGP';
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/enigma/localization/bs_BA.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/enigma/localization/bs_BA.inc
Changed
@@ -2,19 +2,18 @@ /** +-----------------------------------------------------------------------+ - | plugins/enigma/localization/<lang>.inc | + | Localization file of the Roundcube Webmail Enigma plugin | | | - | Localization file of the Roundcube Webmail ACL plugin | - | Copyright (C) 2012-2016, The Roundcube Dev Team | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/roundcube/roundcube-webmail/plugin-enigma/ */ + $labels'keyname' = 'Ime'; $labels'subkeycreated' = 'Kreirano'; $labels'expiresnever' = 'nikad';
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/enigma/localization/ca_ES.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/enigma/localization/ca_ES.inc
Changed
@@ -2,19 +2,18 @@ /** +-----------------------------------------------------------------------+ - | plugins/enigma/localization/<lang>.inc | + | Localization file of the Roundcube Webmail Enigma plugin | | | - | Localization file of the Roundcube Webmail ACL plugin | - | Copyright (C) 2012-2016, The Roundcube Dev Team | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/roundcube/roundcube-webmail/plugin-enigma/ */ + $labels'encryption' = 'Encriptació'; $labels'enigmacerts' = 'Certificats S/MIME'; $labels'enigmakeys' = 'Claus PGP';
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/enigma/localization/cs_CZ.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/enigma/localization/cs_CZ.inc
Changed
@@ -2,19 +2,18 @@ /** +-----------------------------------------------------------------------+ - | plugins/enigma/localization/<lang>.inc | + | Localization file of the Roundcube Webmail Enigma plugin | | | - | Localization file of the Roundcube Webmail ACL plugin | - | Copyright (C) 2012-2016, The Roundcube Dev Team | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/roundcube/roundcube-webmail/plugin-enigma/ */ + $labels'encryption' = 'Šifrování'; $labels'enigmacerts' = 'S/MIME certifikáty'; $labels'enigmakeys' = 'PGP klíče'; @@ -52,7 +51,7 @@ $labels'signdefault' = 'Podepisovat všechny zprávy'; $labels'encryptdefault' = 'Šifrovat všechny zprávy'; $labels'attachpubkeydefault' = 'Automaticky připojit svůj veřejný klíč'; -$labels'passwordtime' = 'Uchovat hesla pro privátní klíče pro'; +$labels'passwordtime' = 'Uchovat hesla soukromých klíčů pro'; $labels'nminutes' = '$m minut(a)'; $labels'wholesession' = 'celá relace'; $labels'createkeys' = 'Vytvořit nový pár klíčů'; @@ -86,8 +85,8 @@ $labels'keyimportlabel' = 'Importovat ze souboru'; $labels'keyimportsearchlabel' = 'Hledat klíč na keyserveru'; $labels'managekeys' = 'Spravovat PGP klíče'; -$labels'identitymatchingprivkeys' = 'V klíčence máte $nr odpovídajících privátních PGP klíčů:'; -$labels'identitynoprivkeys' = 'Klíčenka neobsahuje privátní PGP klíč identity odesílatele.'; +$labels'identitymatchingprivkeys' = 'V klíčence máte $nr odpovídajících soukromých PGP klíčů:'; +$labels'identitynoprivkeys' = 'Klíčenka neobsahuje soukromý PGP klíč identity odesílatele.'; $messages'sigvalid' = 'Ověřený podpis od $sender.'; $messages'sigvalidpartial' = 'Ověřený podpis od $sender, ale část těla není podepsána.'; $messages'siginvalid' = 'Nesprávný podpis od $sender.'; @@ -96,7 +95,7 @@ $messages'sigerror' = 'Neověřený podpis. Interní chyba.'; $messages'decryptok' = 'Zpráva byla dešifrována.'; $messages'decrypterror' = 'Dešifrování selhalo.'; -$messages'decryptnokey' = 'Dešifrování selhalo. Veřejný klíč nebyl nalezen. ID klíče: $keyid.'; +$messages'decryptnokey' = 'Dešifrování selhalo. Soukromý klíč nebyl nalezen. ID klíče: $keyid.'; $messages'decryptnomdc' = 'Dešifrování přeskočeno. Integrita zprávy není chráněna.'; $messages'decryptbadpass' = 'Dešifrování selhalo. Špatné heslo.'; $messages'decryptnopass' = 'Dešifrování selhalo. Heslo pro klíč je požadováno.'; @@ -107,6 +106,7 @@ $messages'signnopass' = 'Podepisování selhalo. Heslo pro klíč je požadováno.'; $messages'encrypterror' = 'Šifrování selhalo.'; $messages'encryptnokey' = 'Šifrování selhalo. Veřejný klíč pro email $email nebyl nalezen.'; +$messages'encryptnoprivkey' = 'Šifrování selhalo. Soukromý klíč nebyl nalezen.'; $messages'nokeysfound' = 'Nebyly nalezeny žádné klíče.'; $messages'keynotfound' = 'Klíč nebyl nalezen!'; $messages'keyopenerror' = 'Nemohu dostat informace o klíči! Interní chyba.';
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/enigma/localization/cy_GB.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/enigma/localization/cy_GB.inc
Changed
@@ -2,19 +2,18 @@ /** +-----------------------------------------------------------------------+ - | plugins/enigma/localization/<lang>.inc | + | Localization file of the Roundcube Webmail Enigma plugin | | | - | Localization file of the Roundcube Webmail ACL plugin | - | Copyright (C) 2012-2016, The Roundcube Dev Team | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/roundcube/roundcube-webmail/plugin-enigma/ */ + $labels'encryption' = 'Amgryptiad'; $labels'enigmacerts' = 'Tystysgrifau S/MIME'; $labels'enigmakeys' = 'Allweddi PGP';
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/enigma/localization/da_DK.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/enigma/localization/da_DK.inc
Changed
@@ -2,19 +2,19 @@ /** +-----------------------------------------------------------------------+ - | plugins/enigma/localization/<lang>.inc | + | Localization file of the Roundcube Webmail Enigma plugin | | | - | Localization file of the Roundcube Webmail ACL plugin | - | Copyright (C) 2012-2016, The Roundcube Dev Team | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/roundcube/roundcube-webmail/plugin-enigma/ */ + +$labels'encryption' = 'Kryptering'; $labels'keyname' = 'Navn'; $labels'keyid' = 'NøgleID'; $labels'fingerprint' = 'Fingeravtryk'; @@ -26,6 +26,7 @@ $labels'unknown' = 'ukendt'; $labels'userid' = 'ID'; $labels'valid' = 'valid'; +$labels'createkeys' = 'Opret et nyt nøglepar'; $labels'keyremove' = 'Fjern'; $labels'keychpass' = 'Skift kodeord:'; $labels'newkeypass' = 'Adgangskode';
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/enigma/localization/de_CH.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/enigma/localization/de_CH.inc
Changed
@@ -2,19 +2,18 @@ /** +-----------------------------------------------------------------------+ - | plugins/enigma/localization/<lang>.inc | + | Localization file of the Roundcube Webmail Enigma plugin | | | - | Localization file of the Roundcube Webmail ACL plugin | - | Copyright (C) 2012-2016, The Roundcube Dev Team | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/roundcube/roundcube-webmail/plugin-enigma/ */ + $labels'encryption' = 'Verschlüsselung'; $labels'enigmacerts' = 'S/MIME Zertifikate'; $labels'enigmakeys' = 'PGP Schlüssel';
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/enigma/localization/de_DE.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/enigma/localization/de_DE.inc
Changed
@@ -2,19 +2,18 @@ /** +-----------------------------------------------------------------------+ - | plugins/enigma/localization/<lang>.inc | + | Localization file of the Roundcube Webmail Enigma plugin | | | - | Localization file of the Roundcube Webmail ACL plugin | - | Copyright (C) 2012-2016, The Roundcube Dev Team | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/roundcube/roundcube-webmail/plugin-enigma/ */ + $labels'encryption' = 'Verschlüsselung'; $labels'enigmacerts' = 'S/MIME-Zertifikate'; $labels'enigmakeys' = 'PGP-Schlüssel'; @@ -107,6 +106,7 @@ $messages'signnopass' = 'Signierung fehlgeschlagen. Schlüsselpasswort wird benötigt.'; $messages'encrypterror' = 'Verschlüsselung fehlgeschlagen.'; $messages'encryptnokey' = 'Verschlüsselung fehlgeschlagen. Öffentlicher Schlüssel für $email nicht gefunden'; +$messages'encryptnoprivkey' = 'Verschlüsselung fehlgeschlagen. Privater Schlüssel nicht gefunden.'; $messages'nokeysfound' = 'Keine Schlüssel gefunden'; $messages'keynotfound' = 'Schlüssel nicht gefunden!'; $messages'keyopenerror' = 'Abrufen der Schlüsselinformationen nicht möglich. Interner Fehler.';
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/enigma/localization/el_GR.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/enigma/localization/el_GR.inc
Changed
@@ -2,19 +2,18 @@ /** +-----------------------------------------------------------------------+ - | plugins/enigma/localization/<lang>.inc | + | Localization file of the Roundcube Webmail Enigma plugin | | | - | Localization file of the Roundcube Webmail ACL plugin | - | Copyright (C) 2012-2016, The Roundcube Dev Team | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/roundcube/roundcube-webmail/plugin-enigma/ */ + $labels'encryption' = 'Κρυπτογράφηση'; $labels'enigmacerts' = 'Πιστοποιητικά S/MIME'; $labels'enigmakeys' = 'PGP Κλειδιά';
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/enigma/localization/en_CA.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/enigma/localization/en_CA.inc
Changed
@@ -2,19 +2,18 @@ /** +-----------------------------------------------------------------------+ - | plugins/enigma/localization/<lang>.inc | + | Localization file of the Roundcube Webmail Enigma plugin | | | - | Localization file of the Roundcube Webmail ACL plugin | - | Copyright (C) 2012-2016, The Roundcube Dev Team | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/roundcube/roundcube-webmail/plugin-enigma/ */ + $labels'keyname' = 'Name'; $labels'subkeycreated' = 'Created'; $labels'expiresnever' = 'never';
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/enigma/localization/en_GB.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/enigma/localization/en_GB.inc
Changed
@@ -2,19 +2,18 @@ /** +-----------------------------------------------------------------------+ - | plugins/enigma/localization/<lang>.inc | + | Localization file of the Roundcube Webmail Enigma plugin | | | - | Localization file of the Roundcube Webmail ACL plugin | - | Copyright (C) 2012-2016, The Roundcube Dev Team | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/roundcube/roundcube-webmail/plugin-enigma/ */ + $labels'encryption' = 'Encryption'; $labels'enigmacerts' = 'S/MIME Certificates'; $labels'enigmakeys' = 'PGP Keys';
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/enigma/localization/eo.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/enigma/localization/eo.inc
Changed
@@ -2,19 +2,18 @@ /** +-----------------------------------------------------------------------+ - | plugins/enigma/localization/<lang>.inc | + | Localization file of the Roundcube Webmail Enigma plugin | | | - | Localization file of the Roundcube Webmail ACL plugin | - | Copyright (C) 2012-2016, The Roundcube Dev Team | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/roundcube/roundcube-webmail/plugin-enigma/ */ + $labels'subkeycreated' = 'Kreita'; $labels'expiresnever' = 'neniam'; $labels'unknown' = 'nekonata';
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/enigma/localization/es_419.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/enigma/localization/es_419.inc
Changed
@@ -2,19 +2,18 @@ /** +-----------------------------------------------------------------------+ - | plugins/enigma/localization/<lang>.inc | + | Localization file of the Roundcube Webmail Enigma plugin | | | - | Localization file of the Roundcube Webmail ACL plugin | - | Copyright (C) 2012-2016, The Roundcube Dev Team | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/roundcube/roundcube-webmail/plugin-enigma/ */ + $labels'keyname' = 'Nombre'; $labels'subkeycreated' = 'Creado'; $labels'expiresnever' = 'nunca';
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/enigma/localization/es_AR.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/enigma/localization/es_AR.inc
Changed
@@ -2,19 +2,18 @@ /** +-----------------------------------------------------------------------+ - | plugins/enigma/localization/<lang>.inc | + | Localization file of the Roundcube Webmail Enigma plugin | | | - | Localization file of the Roundcube Webmail ACL plugin | - | Copyright (C) 2012-2016, The Roundcube Dev Team | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/roundcube/roundcube-webmail/plugin-enigma/ */ + $labels'keyname' = 'Nombre'; $labels'subkeycreated' = 'Creado'; $labels'expiresnever' = 'nunca';
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/enigma/localization/es_ES.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/enigma/localization/es_ES.inc
Changed
@@ -2,19 +2,18 @@ /** +-----------------------------------------------------------------------+ - | plugins/enigma/localization/<lang>.inc | + | Localization file of the Roundcube Webmail Enigma plugin | | | - | Localization file of the Roundcube Webmail ACL plugin | - | Copyright (C) 2012-2016, The Roundcube Dev Team | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/roundcube/roundcube-webmail/plugin-enigma/ */ + $labels'encryption' = 'Encriptación'; $labels'enigmacerts' = 'Certificados S/MIME'; $labels'enigmakeys' = 'Claves PGP'; @@ -64,6 +63,7 @@ $labels'keysend' = 'Enviar clave pública en el mensaje'; $labels'keychpass' = 'Cambiar contraseña'; $labels'newkeypass' = 'Contraseña'; +$labels'newkeypassconfirm' = 'Confirmar contraseña'; $labels'key2048' = '2048 bits - por defecto'; $labels'key4096' = '4096 bits - más seguro'; $labels'keygenerating' = 'Generando claves...';
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/enigma/localization/et_EE.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/enigma/localization/et_EE.inc
Changed
@@ -2,19 +2,18 @@ /** +-----------------------------------------------------------------------+ - | plugins/enigma/localization/<lang>.inc | + | Localization file of the Roundcube Webmail Enigma plugin | | | - | Localization file of the Roundcube Webmail ACL plugin | - | Copyright (C) 2012-2016, The Roundcube Dev Team | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/roundcube/roundcube-webmail/plugin-enigma/ */ + $labels'encryption' = 'Krüpteerimine'; $labels'enigmacerts' = 'S/MIME sertifikaadid'; $labels'enigmakeys' = 'PGP võtmed'; @@ -36,6 +35,7 @@ $labels'expiresnever' = 'mitte kunagi'; $labels'unknown' = 'teadmata'; $labels'userid' = 'ID'; +$labels'createkeys' = 'Loo uus võtme paar'; $labels'importkeys' = 'Impordi võti'; $labels'keyremove' = 'Eemalda'; $labels'keydisable' = 'Keela';
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/enigma/localization/eu_ES.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/enigma/localization/eu_ES.inc
Changed
@@ -2,19 +2,18 @@ /** +-----------------------------------------------------------------------+ - | plugins/enigma/localization/<lang>.inc | + | Localization file of the Roundcube Webmail Enigma plugin | | | - | Localization file of the Roundcube Webmail ACL plugin | - | Copyright (C) 2012-2016, The Roundcube Dev Team | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/roundcube/roundcube-webmail/plugin-enigma/ */ + $labels'encryption' = 'Zifraketa'; $labels'enigmacerts' = 'S/MIME ziurtagiriak'; $labels'enigmakeys' = 'PGP gakoak';
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/enigma/localization/fa_AF.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/enigma/localization/fa_AF.inc
Changed
@@ -2,19 +2,18 @@ /** +-----------------------------------------------------------------------+ - | plugins/enigma/localization/<lang>.inc | + | Localization file of the Roundcube Webmail Enigma plugin | | | - | Localization file of the Roundcube Webmail ACL plugin | - | Copyright (C) 2012-2016, The Roundcube Dev Team | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/roundcube/roundcube-webmail/plugin-enigma/ */ + $labels'subkeycreated' = 'ایجاد شد'; $labels'expiresnever' = 'هیچگاه'; $labels'unknown' = 'نا شناس';
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/enigma/localization/fa_IR.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/enigma/localization/fa_IR.inc
Changed
@@ -2,19 +2,18 @@ /** +-----------------------------------------------------------------------+ - | plugins/enigma/localization/<lang>.inc | + | Localization file of the Roundcube Webmail Enigma plugin | | | - | Localization file of the Roundcube Webmail ACL plugin | - | Copyright (C) 2012-2016, The Roundcube Dev Team | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/roundcube/roundcube-webmail/plugin-enigma/ */ + $labels'encryption' = 'رمزگذاری'; $labels'keyname' = 'نام'; $labels'keyid' = 'کلید شناسه';
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/enigma/localization/fi_FI.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/enigma/localization/fi_FI.inc
Changed
@@ -2,19 +2,18 @@ /** +-----------------------------------------------------------------------+ - | plugins/enigma/localization/<lang>.inc | + | Localization file of the Roundcube Webmail Enigma plugin | | | - | Localization file of the Roundcube Webmail ACL plugin | - | Copyright (C) 2012-2016, The Roundcube Dev Team | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/roundcube/roundcube-webmail/plugin-enigma/ */ + $labels'encryption' = 'Salaus'; $labels'enigmacerts' = 'S/MIME-varmenteet'; $labels'enigmakeys' = 'PGP-avaimet';
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/enigma/localization/fo_FO.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/enigma/localization/fo_FO.inc
Changed
@@ -2,19 +2,18 @@ /** +-----------------------------------------------------------------------+ - | plugins/enigma/localization/<lang>.inc | + | Localization file of the Roundcube Webmail Enigma plugin | | | - | Localization file of the Roundcube Webmail ACL plugin | - | Copyright (C) 2012-2016, The Roundcube Dev Team | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/roundcube/roundcube-webmail/plugin-enigma/ */ + $labels'encryption' = 'Brongla'; $labels'enigmacerts' = 'S/MIME skjal'; $labels'enigmakeys' = 'PGP lyklar';
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/enigma/localization/fr_FR.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/enigma/localization/fr_FR.inc
Changed
@@ -2,19 +2,18 @@ /** +-----------------------------------------------------------------------+ - | plugins/enigma/localization/<lang>.inc | + | Localization file of the Roundcube Webmail Enigma plugin | | | - | Localization file of the Roundcube Webmail ACL plugin | - | Copyright (C) 2012-2016, The Roundcube Dev Team | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/roundcube/roundcube-webmail/plugin-enigma/ */ + $labels'encryption' = 'Chiffrement'; $labels'enigmacerts' = 'Certificats S/MIME'; $labels'enigmakeys' = 'Clés PGP'; @@ -107,6 +106,7 @@ $messages'signnopass' = 'Échec de signature. Le mot de passe de la clé est exigé.'; $messages'encrypterror' = 'Échec de chiffrement.'; $messages'encryptnokey' = 'Échec de chiffrement. La clé publique est introuvable pour $email.'; +$messages'encryptnoprivkey' = 'Échec de chiffrement. La clé privée est introuvable.'; $messages'nokeysfound' = 'Aucune clé trouvée'; $messages'keynotfound' = 'La clé est introuvable !'; $messages'keyopenerror' = 'Impossible d’obtenir les informations sur la clé ! Erreur interne.';
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/enigma/localization/fy_NL.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/enigma/localization/fy_NL.inc
Changed
@@ -2,19 +2,18 @@ /** +-----------------------------------------------------------------------+ - | plugins/enigma/localization/<lang>.inc | + | Localization file of the Roundcube Webmail Enigma plugin | | | - | Localization file of the Roundcube Webmail ACL plugin | - | Copyright (C) 2012-2016, The Roundcube Dev Team | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/roundcube/roundcube-webmail/plugin-enigma/ */ + $labels'keyname' = 'Namme'; $labels'keyid' = 'Kaai ID'; $labels'typeencrypt' = 'Fersiferje';
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/enigma/localization/ga_IE.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/enigma/localization/ga_IE.inc
Changed
@@ -2,19 +2,18 @@ /** +-----------------------------------------------------------------------+ - | plugins/enigma/localization/<lang>.inc | + | Localization file of the Roundcube Webmail Enigma plugin | | | - | Localization file of the Roundcube Webmail ACL plugin | - | Copyright (C) 2012-2016, The Roundcube Dev Team | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/roundcube/roundcube-webmail/plugin-enigma/ */ + $labels'encryption' = 'Criptiúchán'; $labels'keyname' = 'Ainm'; $labels'fingerprint' = 'Méarlorg'; @@ -45,6 +44,9 @@ $labels'keysend' = 'Seol eochair phoiblí i dteachtaireacht'; $labels'keychpass' = 'Athraigh d\'fhocal faire'; $labels'newkeypass' = 'Pasfhocal'; +$labels'newkeypassconfirm' = 'Deimhnigh an focal faire'; +$labels'newkeysize' = 'Méid na heochrach'; +$labels'key2048' = '2048 beart - an réamhshocrú'; $labels'keygenerating' = 'Ag cruthú eochracha...'; $labels'encryptmsg' = 'Criptigh an teachtaireacht seo'; $labels'signmsg' = 'Sínigh an teachtaireacht seo go digiteach'; @@ -55,4 +57,5 @@ $messages'encrypterror' = 'Theip ar an gcriptiú.'; $messages'nokeysfound' = 'Níor aimsíodh aon eochair'; $messages'keynotfound' = 'Níor aimsíodh an eochair!'; +$messages'passwordsdiffer' = 'Ní hionann na focail fhaire!'; ?>
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/enigma/localization/gl_ES.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/enigma/localization/gl_ES.inc
Changed
@@ -2,19 +2,18 @@ /** +-----------------------------------------------------------------------+ - | plugins/enigma/localization/<lang>.inc | + | Localization file of the Roundcube Webmail Enigma plugin | | | - | Localization file of the Roundcube Webmail ACL plugin | - | Copyright (C) 2012-2016, The Roundcube Dev Team | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/roundcube/roundcube-webmail/plugin-enigma/ */ + $labels'keyname' = 'Nome'; $labels'subkeycreated' = 'Creado'; $labels'expiresnever' = 'nunca';
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/enigma/localization/he_IL.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/enigma/localization/he_IL.inc
Changed
@@ -2,19 +2,18 @@ /** +-----------------------------------------------------------------------+ - | plugins/enigma/localization/<lang>.inc | + | Localization file of the Roundcube Webmail Enigma plugin | | | - | Localization file of the Roundcube Webmail ACL plugin | - | Copyright (C) 2012-2016, The Roundcube Dev Team | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/roundcube/roundcube-webmail/plugin-enigma/ */ + $labels'encryption' = 'הצפנה'; $labels'enigmacerts' = 'תעודות מאושרות S/MIME'; $labels'enigmakeys' = 'מפתחות PGP';
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/enigma/localization/hi_IN.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/enigma/localization/hi_IN.inc
Changed
@@ -2,19 +2,18 @@ /** +-----------------------------------------------------------------------+ - | plugins/enigma/localization/<lang>.inc | + | Localization file of the Roundcube Webmail Enigma plugin | | | - | Localization file of the Roundcube Webmail ACL plugin | - | Copyright (C) 2012-2016, The Roundcube Dev Team | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/roundcube/roundcube-webmail/plugin-enigma/ */ + $labels'expiresnever' = 'कभी नहाीं'; $labels'unknown' = 'अज्ञात'; $labels'newkeypass' = 'पासवर्ड';
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/enigma/localization/hr_HR.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/enigma/localization/hr_HR.inc
Changed
@@ -2,23 +2,92 @@ /** +-----------------------------------------------------------------------+ - | plugins/enigma/localization/<lang>.inc | + | Localization file of the Roundcube Webmail Enigma plugin | | | - | Localization file of the Roundcube Webmail ACL plugin | - | Copyright (C) 2012-2016, The Roundcube Dev Team | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/roundcube/roundcube-webmail/plugin-enigma/ */ + +$labels'encryption' = 'Šifriranje'; +$labels'enigmacerts' = 'S/MIME certifikati'; +$labels'enigmakeys' = 'PGP ključevi'; +$labels'keysfromto' = 'Ključevi $from do $to od $count'; $labels'keyname' = 'Naziv'; +$labels'keyid' = 'ID ključa'; +$labels'keyuserid' = 'Korisnički ID'; +$labels'keytype' = 'Vrsta ključa'; +$labels'fingerprint' = 'Otisak prsta'; +$labels'subkeys' = 'Podključevi'; +$labels'keyprops' = 'Svojstva ključa'; +$labels'basicinfo' = 'Osnovne informacije'; +$labels'userids' = 'Dodatni korisnici'; +$labels'typepublickey' = 'javni ključ'; +$labels'keyattfound' = 'Ova poruka sadrži priložen(e) PGP ključ(eve).'; +$labels'keyattimport' = 'Uvezi ključ(eve)'; +$labels'typeencrypt' = 'Šifriraj'; +$labels'typeauth' = 'Utvrđivanje identiteta'; +$labels'subkeyid' = 'ID'; +$labels'subkeyalgo' = 'Algoritam'; $labels'subkeycreated' = 'Stvoreno'; +$labels'subkeyexpires' = 'Istječe'; +$labels'subkeyusage' = 'Uporaba'; $labels'expiresnever' = 'nikad'; $labels'unknown' = 'nepoznato'; +$labels'uservalid' = 'Vrijedi'; +$labels'userid' = 'ID'; +$labels'valid' = 'vrijedni'; +$labels'supportencryption' = 'Omogući šifriranje i potpisivanje poruke'; +$labels'supportsignatures' = 'Omogući potvrđivanje potpisa poruke'; +$labels'supportdecryption' = 'Omogući dešifriranje poruke'; +$labels'signdefault' = 'Zadano potpisuj sve poruke'; +$labels'encryptdefault' = 'Zadano šifriraj sve poruke'; +$labels'attachpubkeydefault' = 'Zadano priloži moj javni PGP ključ'; +$labels'nminutes' = '$m minut(a)'; +$labels'wholesession' = 'cijela sesija'; +$labels'importkeys' = 'Uvezi ključ(eve)'; +$labels'exportkeys' = 'Izvezi ključ(eve)'; +$labels'keyremove' = 'Ukloni'; +$labels'keydisable' = 'Onemogući'; +$labels'keyrevoke' = 'Opozovi'; +$labels'keysend' = 'Pošalji u poruci javni ključ'; $labels'keychpass' = 'Promjena zaporke'; +$labels'newkeyident' = 'Identitet'; $labels'newkeypass' = 'Lozinka'; +$labels'newkeypassconfirm' = 'Potvrdi lozinku'; +$labels'newkeysize' = 'Veličina ključa'; +$labels'key2048' = '2048 bitova - zadano'; +$labels'key4096' = '4096 bita - sigurnije'; +$labels'keygenerating' = 'Stvaranje ključeva...'; +$labels'encryptionoptions' = 'Mogućnosti šifriranja...'; +$labels'encryptmsg' = 'Šifriraj ovu poruku'; +$labels'signmsg' = 'Digitalno potpiši ovu poruku'; +$labels'sendunencrypted' = 'Pošalji nešifrirano'; +$labels'arialabelkeyexportoptions' = 'Mogućnosti izvoza ključeva'; +$labels'attachpubkeymsg' = 'Priloži moj javni ključ'; +$labels'keyexportprompt' = 'Želite li uključiti tajne ključeve iz datoteke OpenPGP ključeva?'; +$labels'onlypubkeys' = 'Izvezi samo javne ključeve'; +$labels'withprivkeys' = 'Izvezi tajne ključeve'; +$labels'keyimportlabel' = 'Uvezi iz datoteke'; +$labels'managekeys' = 'Upravljaj PGP ključevima'; +$messages'decryptok' = 'Poruka dešifrirana.'; +$messages'decrypterror' = 'Dešifriranje neuspješno.'; +$messages'decryptnokey' = 'Dešifriranje neuspješno. Nije pronađen privatni ključ. ID ključa: $keyid.'; +$messages'decryptbadpass' = 'Dešifriranje neuspješno. Netočna lozinka.'; +$messages'signerror' = 'Potpisivanje neuspješno.'; +$messages'signnokey' = 'Potpisivanje neuspješno. Privatni ključ nije pronađen.'; +$messages'signbadpass' = 'Potpisivanje neuspješno. Netočna lozinka.'; +$messages'encrypterror' = 'Šifriranje neuspješno.'; +$messages'nokeysfound' = 'Ključevi nisu pronađeni'; +$messages'keynotfound' = 'Ključ nije pronađen!'; +$messages'keyremoveconfirm' = 'Jeste li sigurni da želite obrisati označeni(e) ključ(eve)?'; +$messages'keyremovesuccess' = 'Ključ(evi) uspješno obrisani'; +$messages'keyremoveerror' = 'Označeni(e) ključ(eve) nije moguće obrisati.'; +$messages'formerror' = 'Molimo popunite obrazac. Sva su polja obvezna!'; +$messages'passwordsdiffer' = 'Lozinke se ne podudaraju!'; ?>
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/enigma/localization/hu_HU.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/enigma/localization/hu_HU.inc
Changed
@@ -2,19 +2,18 @@ /** +-----------------------------------------------------------------------+ - | plugins/enigma/localization/<lang>.inc | + | Localization file of the Roundcube Webmail Enigma plugin | | | - | Localization file of the Roundcube Webmail ACL plugin | - | Copyright (C) 2012-2016, The Roundcube Dev Team | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/roundcube/roundcube-webmail/plugin-enigma/ */ + $labels'encryption' = 'Titkosítás'; $labels'enigmacerts' = 'S/MIMI Tanusitványok'; $labels'enigmakeys' = 'PGP Kulcsok';
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/enigma/localization/hy_AM.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/enigma/localization/hy_AM.inc
Changed
@@ -2,19 +2,18 @@ /** +-----------------------------------------------------------------------+ - | plugins/enigma/localization/<lang>.inc | + | Localization file of the Roundcube Webmail Enigma plugin | | | - | Localization file of the Roundcube Webmail ACL plugin | - | Copyright (C) 2012-2016, The Roundcube Dev Team | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/roundcube/roundcube-webmail/plugin-enigma/ */ + $labels'keyname' = 'Անվանում'; $labels'subkeycreated' = 'Ստեղծված'; $labels'expiresnever' = 'երբեք';
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/enigma/localization/ia.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/enigma/localization/ia.inc
Changed
@@ -2,19 +2,18 @@ /** +-----------------------------------------------------------------------+ - | plugins/enigma/localization/<lang>.inc | + | Localization file of the Roundcube Webmail Enigma plugin | | | - | Localization file of the Roundcube Webmail ACL plugin | - | Copyright (C) 2012-2016, The Roundcube Dev Team | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/roundcube/roundcube-webmail/plugin-enigma/ */ + $labels'encryption' = 'Cryptographia'; $labels'enigmacerts' = 'Certificatos S/MIME'; $labels'enigmakeys' = 'Claves PGP';
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/enigma/localization/id_ID.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/enigma/localization/id_ID.inc
Changed
@@ -2,19 +2,18 @@ /** +-----------------------------------------------------------------------+ - | plugins/enigma/localization/<lang>.inc | + | Localization file of the Roundcube Webmail Enigma plugin | | | - | Localization file of the Roundcube Webmail ACL plugin | - | Copyright (C) 2012-2016, The Roundcube Dev Team | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/roundcube/roundcube-webmail/plugin-enigma/ */ + $labels'encryption' = 'Enkripsi'; $labels'enigmacerts' = 'Sertifikat S/MIME'; $labels'enigmakeys' = 'Kunci PGP';
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/enigma/localization/is_IS.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/enigma/localization/is_IS.inc
Changed
@@ -2,19 +2,18 @@ /** +-----------------------------------------------------------------------+ - | plugins/enigma/localization/<lang>.inc | + | Localization file of the Roundcube Webmail Enigma plugin | | | - | Localization file of the Roundcube Webmail ACL plugin | - | Copyright (C) 2012-2016, The Roundcube Dev Team | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/roundcube/roundcube-webmail/plugin-enigma/ */ + $labels'encryption' = 'Dulritun'; $labels'enigmacerts' = 'S/MIME skilríki'; $labels'enigmakeys' = 'PGP-lyklar';
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/enigma/localization/it_IT.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/enigma/localization/it_IT.inc
Changed
@@ -2,19 +2,18 @@ /** +-----------------------------------------------------------------------+ - | plugins/enigma/localization/<lang>.inc | + | Localization file of the Roundcube Webmail Enigma plugin | | | - | Localization file of the Roundcube Webmail ACL plugin | - | Copyright (C) 2012-2016, The Roundcube Dev Team | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/roundcube/roundcube-webmail/plugin-enigma/ */ + $labels'encryption' = 'Criptare'; $labels'enigmacerts' = 'Certificati S/MIME'; $labels'enigmakeys' = 'Chiavi PGP';
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/enigma/localization/ja_JP.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/enigma/localization/ja_JP.inc
Changed
@@ -2,19 +2,18 @@ /** +-----------------------------------------------------------------------+ - | plugins/enigma/localization/<lang>.inc | + | Localization file of the Roundcube Webmail Enigma plugin | | | - | Localization file of the Roundcube Webmail ACL plugin | - | Copyright (C) 2012-2016, The Roundcube Dev Team | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/roundcube/roundcube-webmail/plugin-enigma/ */ + $labels'encryption' = '暗号化'; $labels'enigmacerts' = 'S/MIME証明書'; $labels'enigmakeys' = 'PGPのキー';
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/enigma/localization/ka_GE.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/enigma/localization/ka_GE.inc
Changed
@@ -2,19 +2,18 @@ /** +-----------------------------------------------------------------------+ - | plugins/enigma/localization/<lang>.inc | + | Localization file of the Roundcube Webmail Enigma plugin | | | - | Localization file of the Roundcube Webmail ACL plugin | - | Copyright (C) 2012-2016, The Roundcube Dev Team | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/roundcube/roundcube-webmail/plugin-enigma/ */ + $labels'keyname' = 'სახელი'; $labels'expiresnever' = 'არასდროს'; $labels'unknown' = 'უცნობი';
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/enigma/localization/kab.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/enigma/localization/kab.inc
Changed
@@ -2,19 +2,18 @@ /** +-----------------------------------------------------------------------+ - | plugins/enigma/localization/<lang>.inc | + | Localization file of the Roundcube Webmail Enigma plugin | | | - | Localization file of the Roundcube Webmail ACL plugin | - | Copyright (C) 2012-2016, The Roundcube Dev Team | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/roundcube/roundcube-webmail/plugin-enigma/ */ + $labels'unknown' = 'arussin'; $labels'keychpass' = 'Beddel awal uffir'; ?>
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/enigma/localization/km_KH.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/enigma/localization/km_KH.inc
Changed
@@ -2,19 +2,18 @@ /** +-----------------------------------------------------------------------+ - | plugins/enigma/localization/<lang>.inc | + | Localization file of the Roundcube Webmail Enigma plugin | | | - | Localization file of the Roundcube Webmail ACL plugin | - | Copyright (C) 2012-2016, The Roundcube Dev Team | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/roundcube/roundcube-webmail/plugin-enigma/ */ + $labels'subkeycreated' = 'បានបង្កើត'; $labels'expiresnever' = 'មិនដែល'; $labels'unknown' = 'មិនស្គាល់';
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/enigma/localization/kn_IN.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/enigma/localization/kn_IN.inc
Changed
@@ -2,19 +2,18 @@ /** +-----------------------------------------------------------------------+ - | plugins/enigma/localization/<lang>.inc | + | Localization file of the Roundcube Webmail Enigma plugin | | | - | Localization file of the Roundcube Webmail ACL plugin | - | Copyright (C) 2012-2016, The Roundcube Dev Team | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/roundcube/roundcube-webmail/plugin-enigma/ */ + $labels'keyname' = 'ಹೆಸರು'; $labels'newkeypass' = 'ರಹಸ್ಯ ಪದ'; ?>
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/enigma/localization/ko_KR.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/enigma/localization/ko_KR.inc
Changed
@@ -2,19 +2,18 @@ /** +-----------------------------------------------------------------------+ - | plugins/enigma/localization/<lang>.inc | + | Localization file of the Roundcube Webmail Enigma plugin | | | - | Localization file of the Roundcube Webmail ACL plugin | - | Copyright (C) 2012-2016, The Roundcube Dev Team | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/roundcube/roundcube-webmail/plugin-enigma/ */ + $labels'encryption' = '암호화'; $labels'enigmacerts' = 'S/MIME 인증서'; $labels'enigmakeys' = 'PGP 키';
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/enigma/localization/ku.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/enigma/localization/ku.inc
Changed
@@ -2,19 +2,18 @@ /** +-----------------------------------------------------------------------+ - | plugins/enigma/localization/<lang>.inc | + | Localization file of the Roundcube Webmail Enigma plugin | | | - | Localization file of the Roundcube Webmail ACL plugin | - | Copyright (C) 2012-2016, The Roundcube Dev Team | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/roundcube/roundcube-webmail/plugin-enigma/ */ + $labels'keyname' = 'Nav'; $labels'subkeycreated' = 'Hat afirandin'; $labels'expiresnever' = 'qet';
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/enigma/localization/ku_IQ.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/enigma/localization/ku_IQ.inc
Changed
@@ -2,19 +2,18 @@ /** +-----------------------------------------------------------------------+ - | plugins/enigma/localization/<lang>.inc | + | Localization file of the Roundcube Webmail Enigma plugin | | | - | Localization file of the Roundcube Webmail ACL plugin | - | Copyright (C) 2012-2016, The Roundcube Dev Team | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/roundcube/roundcube-webmail/plugin-enigma/ */ + $labels'keyname' = 'ناو'; $labels'subkeycreated' = 'دروستکرا'; $labels'unknown' = 'نەناسراو';
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/enigma/localization/lb_LU.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/enigma/localization/lb_LU.inc
Changed
@@ -2,19 +2,18 @@ /** +-----------------------------------------------------------------------+ - | plugins/enigma/localization/<lang>.inc | + | Localization file of the Roundcube Webmail Enigma plugin | | | - | Localization file of the Roundcube Webmail ACL plugin | - | Copyright (C) 2012-2016, The Roundcube Dev Team | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/roundcube/roundcube-webmail/plugin-enigma/ */ + $labels'keyname' = 'Numm'; $labels'subkeycreated' = 'Erstallt'; $labels'expiresnever' = 'ni';
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/enigma/localization/lt_LT.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/enigma/localization/lt_LT.inc
Changed
@@ -2,19 +2,18 @@ /** +-----------------------------------------------------------------------+ - | plugins/enigma/localization/<lang>.inc | + | Localization file of the Roundcube Webmail Enigma plugin | | | - | Localization file of the Roundcube Webmail ACL plugin | - | Copyright (C) 2012-2016, The Roundcube Dev Team | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/roundcube/roundcube-webmail/plugin-enigma/ */ + $labels'encryption' = 'Šifravimas'; $labels'enigmacerts' = 'S/MIME liudijimai'; $labels'enigmakeys' = 'PGP raktai'; @@ -107,6 +106,7 @@ $messages'signnopass' = 'Nepavyko pasirašyti, reikalingas rakto slaptažodis.'; $messages'encrypterror' = 'Užšifruoti nepavyko.'; $messages'encryptnokey' = 'Užšifruoti nepavyko. Nerastas viešasis $email raktas.'; +$messages'encryptnoprivkey' = 'Šifravimas nepavyko. Nerastas privatusis raktas.'; $messages'nokeysfound' = 'Raktų nerasta'; $messages'keynotfound' = 'Raktas nerastas!'; $messages'keyopenerror' = 'Nepavyko gauti rakto duomenų! Įvyko vidinė klaida.';
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/enigma/localization/lv_LV.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/enigma/localization/lv_LV.inc
Changed
@@ -2,19 +2,18 @@ /** +-----------------------------------------------------------------------+ - | plugins/enigma/localization/<lang>.inc | + | Localization file of the Roundcube Webmail Enigma plugin | | | - | Localization file of the Roundcube Webmail ACL plugin | - | Copyright (C) 2012-2016, The Roundcube Dev Team | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/roundcube/roundcube-webmail/plugin-enigma/ */ + $labels'encryption' = 'Šifrēšana'; $labels'enigmacerts' = 'S/MIME sertifikāti'; $labels'enigmakeys' = 'PGP atslēgas';
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/enigma/localization/mk_MK.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/enigma/localization/mk_MK.inc
Changed
@@ -2,19 +2,18 @@ /** +-----------------------------------------------------------------------+ - | plugins/enigma/localization/<lang>.inc | + | Localization file of the Roundcube Webmail Enigma plugin | | | - | Localization file of the Roundcube Webmail ACL plugin | - | Copyright (C) 2012-2016, The Roundcube Dev Team | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/roundcube/roundcube-webmail/plugin-enigma/ */ + $labels'keyname' = 'Име '; $labels'keyid' = 'Клуч ID'; $labels'typeencrypt' = 'Енкриптирај ';
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/enigma/localization/ml_IN.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/enigma/localization/ml_IN.inc
Changed
@@ -2,19 +2,18 @@ /** +-----------------------------------------------------------------------+ - | plugins/enigma/localization/<lang>.inc | + | Localization file of the Roundcube Webmail Enigma plugin | | | - | Localization file of the Roundcube Webmail ACL plugin | - | Copyright (C) 2012-2016, The Roundcube Dev Team | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/roundcube/roundcube-webmail/plugin-enigma/ */ + $labels'subkeycreated' = 'നിര്മ്മിച്ചു'; $labels'expiresnever' = 'ഒരിക്കലുമില്ല'; $labels'unknown' = 'അറിയാത്ത';
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/enigma/localization/mn_MN.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/enigma/localization/mn_MN.inc
Changed
@@ -2,19 +2,18 @@ /** +-----------------------------------------------------------------------+ - | plugins/enigma/localization/<lang>.inc | + | Localization file of the Roundcube Webmail Enigma plugin | | | - | Localization file of the Roundcube Webmail ACL plugin | - | Copyright (C) 2012-2016, The Roundcube Dev Team | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/roundcube/roundcube-webmail/plugin-enigma/ */ + $labels'subkeycreated' = 'Үүссэн'; $labels'unknown' = 'мэдэгдэхгүй'; $labels'keychpass' = 'Нууц үг солих';
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/enigma/localization/mr_IN.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/enigma/localization/mr_IN.inc
Changed
@@ -2,19 +2,18 @@ /** +-----------------------------------------------------------------------+ - | plugins/enigma/localization/<lang>.inc | + | Localization file of the Roundcube Webmail Enigma plugin | | | - | Localization file of the Roundcube Webmail ACL plugin | - | Copyright (C) 2012-2016, The Roundcube Dev Team | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/roundcube/roundcube-webmail/plugin-enigma/ */ + $labels'subkeycreated' = 'निर्माण केलेले'; $labels'expiresnever' = 'कधीच नाही'; $labels'unknown' = 'माहित नसलेला';
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/enigma/localization/ms_MY.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/enigma/localization/ms_MY.inc
Changed
@@ -2,19 +2,18 @@ /** +-----------------------------------------------------------------------+ - | plugins/enigma/localization/<lang>.inc | + | Localization file of the Roundcube Webmail Enigma plugin | | | - | Localization file of the Roundcube Webmail ACL plugin | - | Copyright (C) 2012-2016, The Roundcube Dev Team | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/roundcube/roundcube-webmail/plugin-enigma/ */ + $labels'expiresnever' = 'tidak pernah'; $labels'unknown' = 'tidak diketahui'; $labels'newkeypass' = 'Katalaluan';
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/enigma/localization/nb_NO.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/enigma/localization/nb_NO.inc
Changed
@@ -2,22 +2,27 @@ /** +-----------------------------------------------------------------------+ - | plugins/enigma/localization/<lang>.inc | + | Localization file of the Roundcube Webmail Enigma plugin | | | - | Localization file of the Roundcube Webmail ACL plugin | - | Copyright (C) 2012-2016, The Roundcube Dev Team | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/roundcube/roundcube-webmail/plugin-enigma/ */ + +$labels'encryption' = 'Kryptering'; $labels'keyname' = 'Navn'; +$labels'keyid' = 'Nøkkel ID'; +$labels'typeencrypt' = 'Krypter'; $labels'subkeycreated' = 'Opprettet'; $labels'expiresnever' = 'Aldri'; $labels'unknown' = 'ukjent'; +$labels'createkeys' = 'Lag et nytt nøkkelpar'; +$labels'keychpass' = 'Bytt passord'; $labels'newkeypass' = 'Passord'; +$labels'keyimportlabel' = 'Importer fra fil'; ?>
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/enigma/localization/ne_NP.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/enigma/localization/ne_NP.inc
Changed
@@ -2,19 +2,18 @@ /** +-----------------------------------------------------------------------+ - | plugins/enigma/localization/<lang>.inc | + | Localization file of the Roundcube Webmail Enigma plugin | | | - | Localization file of the Roundcube Webmail ACL plugin | - | Copyright (C) 2012-2016, The Roundcube Dev Team | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/roundcube/roundcube-webmail/plugin-enigma/ */ + $labels'expiresnever' = 'काहिलै नहुने'; $labels'unknown' = 'अज्ञात'; $labels'newkeypass' = 'प्रवेश शब्द';
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/enigma/localization/nl_BE.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/enigma/localization/nl_BE.inc
Changed
@@ -2,19 +2,18 @@ /** +-----------------------------------------------------------------------+ - | plugins/enigma/localization/<lang>.inc | + | Localization file of the Roundcube Webmail Enigma plugin | | | - | Localization file of the Roundcube Webmail ACL plugin | - | Copyright (C) 2012-2016, The Roundcube Dev Team | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/roundcube/roundcube-webmail/plugin-enigma/ */ + $labels'keyname' = 'Naam'; $labels'subkeycreated' = 'Aangemaakt'; $labels'expiresnever' = 'nooit';
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/enigma/localization/nl_NL.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/enigma/localization/nl_NL.inc
Changed
@@ -2,19 +2,18 @@ /** +-----------------------------------------------------------------------+ - | plugins/enigma/localization/<lang>.inc | + | Localization file of the Roundcube Webmail Enigma plugin | | | - | Localization file of the Roundcube Webmail ACL plugin | - | Copyright (C) 2012-2016, The Roundcube Dev Team | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/roundcube/roundcube-webmail/plugin-enigma/ */ + $labels'encryption' = 'Versleuteling'; $labels'enigmacerts' = 'S/MIME-certificaten'; $labels'enigmakeys' = 'PGP-sleutels';
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/enigma/localization/nn_NO.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/enigma/localization/nn_NO.inc
Changed
@@ -2,19 +2,18 @@ /** +-----------------------------------------------------------------------+ - | plugins/enigma/localization/<lang>.inc | + | Localization file of the Roundcube Webmail Enigma plugin | | | - | Localization file of the Roundcube Webmail ACL plugin | - | Copyright (C) 2012-2016, The Roundcube Dev Team | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/roundcube/roundcube-webmail/plugin-enigma/ */ + $labels'subkeycreated' = 'Laga'; $labels'expiresnever' = 'aldri'; $labels'unknown' = 'ukjent';
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/enigma/localization/pl_PL.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/enigma/localization/pl_PL.inc
Changed
@@ -2,19 +2,18 @@ /** +-----------------------------------------------------------------------+ - | plugins/enigma/localization/<lang>.inc | + | Localization file of the Roundcube Webmail Enigma plugin | | | - | Localization file of the Roundcube Webmail ACL plugin | - | Copyright (C) 2012-2016, The Roundcube Dev Team | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/roundcube/roundcube-webmail/plugin-enigma/ */ + $labels'encryption' = 'Szyfrowanie'; $labels'enigmacerts' = 'Certyfikaty S/MIME'; $labels'enigmakeys' = 'Klucze PGP'; @@ -107,6 +106,7 @@ $messages'signnopass' = 'Błąd podpisywania. Wymagane hasło klucza.'; $messages'encrypterror' = 'Błąd szyfrowania.'; $messages'encryptnokey' = 'Błąd szyfrowania. Nie znaleziono klucza publicznego dla $email.'; +$messages'encryptnoprivkey' = 'Błąd szyfrowania. Nie znaleziono klucza prywatnego.'; $messages'nokeysfound' = 'Nie znaleziono kluczy'; $messages'keynotfound' = 'Nie znaleziono klucza!'; $messages'keyopenerror' = 'Nie można odczytać informacji o kluczu! Błąd wewnętrzny.';
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/enigma/localization/ps.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/enigma/localization/ps.inc
Changed
@@ -2,19 +2,18 @@ /** +-----------------------------------------------------------------------+ - | plugins/enigma/localization/<lang>.inc | + | Localization file of the Roundcube Webmail Enigma plugin | | | - | Localization file of the Roundcube Webmail ACL plugin | - | Copyright (C) 2012-2016, The Roundcube Dev Team | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/roundcube/roundcube-webmail/plugin-enigma/ */ + $labels'expiresnever' = 'هېڅ'; $labels'unknown' = 'نامعلوم'; $labels'newkeypass' = 'پټنوم';
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/enigma/localization/pt_BR.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/enigma/localization/pt_BR.inc
Changed
@@ -2,19 +2,18 @@ /** +-----------------------------------------------------------------------+ - | plugins/enigma/localization/<lang>.inc | + | Localization file of the Roundcube Webmail Enigma plugin | | | - | Localization file of the Roundcube Webmail ACL plugin | - | Copyright (C) 2012-2016, The Roundcube Dev Team | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/roundcube/roundcube-webmail/plugin-enigma/ */ + $labels'encryption' = 'Criptografação'; $labels'enigmacerts' = 'Certificados S/MIME'; $labels'enigmakeys' = 'Chaves PGP'; @@ -87,6 +86,7 @@ $labels'keyimportsearchlabel' = 'Procurar no(s) servidor(es) de chaves'; $labels'managekeys' = 'Gerenciar chaves PGP'; $labels'identitymatchingprivkeys' = 'Você tem $nr chaves PGP guardadas no chaveiro correspondente:'; +$labels'identitynoprivkeys' = 'A identidade deste emissor ainda não tem uma chave privada PGP armazenada em sua keyring.'; $messages'sigvalid' = 'Verificar assinatura de $sender.'; $messages'sigvalidpartial' = 'Verificar assinatura de $sender, mas parte do corpo não foi assinada.'; $messages'siginvalid' = 'Assinatura inválida de $sender.'; @@ -96,6 +96,7 @@ $messages'decryptok' = 'Mensagem descriptografada'; $messages'decrypterror' = 'Falha ao descriptografar.'; $messages'decryptnokey' = 'Falha ao descriptografar. Chave privada não encontrada. Chave de ID: $keyid.'; +$messages'decryptnomdc' = 'Descriptografia pulada. A integridade da mensagem não está protegida.'; $messages'decryptbadpass' = 'Descriptografia falhou. Senha inválida.'; $messages'decryptnopass' = 'Falha ao descriptografar. Senha chave requerida.'; $messages'decryptpartial' = 'Mensagem descriptografada, mas parte do corpo não foi encriptado.'; @@ -105,6 +106,7 @@ $messages'signnopass' = 'Assinatura falhou. Senha chave requerida.'; $messages'encrypterror' = 'Falha ao criptografar.'; $messages'encryptnokey' = 'Falha ao criptografar. Chave pública não encontrada para $email.'; +$messages'encryptnoprivkey' = 'Falha ao criptografar. Chave privada não encontrada.'; $messages'nokeysfound' = 'Nenhuma chave encontrada'; $messages'keynotfound' = 'Chave não encontrada!'; $messages'keyopenerror' = 'Não é possível obter informações da chave! Erro interno.';
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/enigma/localization/pt_PT.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/enigma/localization/pt_PT.inc
Changed
@@ -2,19 +2,18 @@ /** +-----------------------------------------------------------------------+ - | plugins/enigma/localization/<lang>.inc | + | Localization file of the Roundcube Webmail Enigma plugin | | | - | Localization file of the Roundcube Webmail ACL plugin | - | Copyright (C) 2012-2016, The Roundcube Dev Team | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/roundcube/roundcube-webmail/plugin-enigma/ */ + $labels'encryption' = 'Encriptação'; $labels'enigmacerts' = 'Certificados S/MIME'; $labels'enigmakeys' = 'Chaves PGP'; @@ -107,6 +106,7 @@ $messages'signnopass' = 'A assinatura falhou. Chave necessária.'; $messages'encrypterror' = 'A encriptação falhou.'; $messages'encryptnokey' = 'A encriptação falhou. Chave pública não encontrada para $email.'; +$messages'encryptnoprivkey' = 'A encriptação falhou. A chave privada não foi encontrada.'; $messages'nokeysfound' = 'Não foram encontradas chaves'; $messages'keynotfound' = 'Chave não encontrada!'; $messages'keyopenerror' = 'Não foi possível obter informações sobre a chave! Erro interno.';
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/enigma/localization/ro_RO.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/enigma/localization/ro_RO.inc
Changed
@@ -2,19 +2,18 @@ /** +-----------------------------------------------------------------------+ - | plugins/enigma/localization/<lang>.inc | + | Localization file of the Roundcube Webmail Enigma plugin | | | - | Localization file of the Roundcube Webmail ACL plugin | - | Copyright (C) 2012-2016, The Roundcube Dev Team | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/roundcube/roundcube-webmail/plugin-enigma/ */ + $labels'encryption' = 'Criptare'; $labels'enigmacerts' = 'Certificate S/MIME'; $labels'enigmakeys' = 'Chei PGP';
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/enigma/localization/ru_RU.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/enigma/localization/ru_RU.inc
Changed
@@ -2,19 +2,18 @@ /** +-----------------------------------------------------------------------+ - | plugins/enigma/localization/<lang>.inc | + | Localization file of the Roundcube Webmail Enigma plugin | | | - | Localization file of the Roundcube Webmail ACL plugin | - | Copyright (C) 2012-2016, The Roundcube Dev Team | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/roundcube/roundcube-webmail/plugin-enigma/ */ + $labels'encryption' = 'Шифрование'; $labels'enigmacerts' = 'Сертификаты S/MIME'; $labels'enigmakeys' = 'Ключи PGP';
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/enigma/localization/si_LK.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/enigma/localization/si_LK.inc
Changed
@@ -2,19 +2,18 @@ /** +-----------------------------------------------------------------------+ - | plugins/enigma/localization/<lang>.inc | + | Localization file of the Roundcube Webmail Enigma plugin | | | - | Localization file of the Roundcube Webmail ACL plugin | - | Copyright (C) 2012-2016, The Roundcube Dev Team | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/roundcube/roundcube-webmail/plugin-enigma/ */ + $labels'expiresnever' = 'කිසි විටෙකත් නැති'; $labels'unknown' = 'නොදනී'; $labels'newkeypass' = 'මුරපදය';
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/enigma/localization/sk_SK.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/enigma/localization/sk_SK.inc
Changed
@@ -2,19 +2,18 @@ /** +-----------------------------------------------------------------------+ - | plugins/enigma/localization/<lang>.inc | + | Localization file of the Roundcube Webmail Enigma plugin | | | - | Localization file of the Roundcube Webmail ACL plugin | - | Copyright (C) 2012-2016, The Roundcube Dev Team | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/roundcube/roundcube-webmail/plugin-enigma/ */ + $labels'encryption' = 'Šifrovanie'; $labels'enigmacerts' = 'Certifikáty S/MIME'; $labels'enigmakeys' = 'Kľúče PGP'; @@ -107,6 +106,7 @@ $messages'signnopass' = 'Vloženie podpisu nebolo úspešné. Vyžaduje sa kľúčové heslo.'; $messages'encrypterror' = 'Šifrovanie nebolo úspešné.'; $messages'encryptnokey' = 'Šifrovanie nebolo úspešné. Nenašiel sa verejný kľúč pre $email.'; +$messages'encryptnoprivkey' = 'Šifrovanie bolo neúspešné. Nenašiel sa súkromný kľúč.'; $messages'nokeysfound' = 'Nenašli sa žiadne kľúče'; $messages'keynotfound' = 'Kľúč sa nenašiel!'; $messages'keyopenerror' = 'Nemožno získať informácie o kľúči! Interná chyba.';
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/enigma/localization/sl_SI.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/enigma/localization/sl_SI.inc
Changed
@@ -2,25 +2,27 @@ /** +-----------------------------------------------------------------------+ - | plugins/enigma/localization/<lang>.inc | + | Localization file of the Roundcube Webmail Enigma plugin | | | - | Localization file of the Roundcube Webmail ACL plugin | - | Copyright (C) 2012-2016, The Roundcube Dev Team | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/roundcube/roundcube-webmail/plugin-enigma/ */ + +$labels'encryption' = 'Šifriranje'; $labels'keyname' = 'Ime'; $labels'keyid' = 'ID ključa'; $labels'typeencrypt' = 'Šifriraj'; $labels'subkeycreated' = 'Ustvarjen'; $labels'expiresnever' = 'nikoli'; $labels'unknown' = 'neznan'; +$labels'createkeys' = 'Ustvari nov par ključev'; $labels'keychpass' = 'Spremenjeno geslo'; $labels'newkeypass' = 'Geslo'; +$labels'keyimportlabel' = 'Uvozi iz dokumenta'; ?>
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/enigma/localization/sq_AL.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/enigma/localization/sq_AL.inc
Changed
@@ -2,19 +2,18 @@ /** +-----------------------------------------------------------------------+ - | plugins/enigma/localization/<lang>.inc | + | Localization file of the Roundcube Webmail Enigma plugin | | | - | Localization file of the Roundcube Webmail ACL plugin | - | Copyright (C) 2012-2016, The Roundcube Dev Team | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/roundcube/roundcube-webmail/plugin-enigma/ */ + $labels'encryption' = 'Fshehtëzim'; $labels'enigmacerts' = 'Dëshmi S/MIME'; $labels'enigmakeys' = 'Kyçe PGP'; @@ -107,6 +106,7 @@ $messages'signnopass' = 'Nënshkrimi dështoi. Lypset fjalëkalim kyçi.'; $messages'encrypterror' = 'Fshehtëzimi dështoi.'; $messages'encryptnokey' = 'Fshehtëzimi dështoi. S’u gjet kyç publik për $email'; +$messages'encryptnoprivkey' = 'Fshehtëzimi dështoi. S’u gjet kyç privat.'; $messages'nokeysfound' = 'S’u gjetën kyçe'; $messages'keynotfound' = 'S’u gjet kyç!'; $messages'keyopenerror' = 'S’arrihet të merren të dhëna kyçi! Gabim i brendshëm.'; @@ -121,7 +121,7 @@ $messages'keyimportsearchtext' = 'Për kyçe publikë mund të kërkoni sipas identifikuesi kyçi, emri përdoruesi ose adrese email dhe mandej t’i importoni ata drejtpërsëdrejti.'; $messages'formerror' = 'Ju lutemi, plotësoni formularin. Janë të domosdoshme krejt fushat!'; $messages'passwordsdiffer' = 'Fjalëkalimet nuk përputhen!'; -$messages'keygenerateerror' = 'Dështoi prodhimi i një çifti kyçesh'; +$messages'keygenerateerror' = 'S’u arrit të prodhohej një çift kyçesh'; $messages'keygeneratesuccess' = 'U prodhua dhe importua me sukses një çift kyçesh.'; $messages'keygennosupport' = 'Shfletuesi juaj nuk e mbulon kriptografinë. S’arrihet të prodhohet çift kyçesh!'; $messages'noidentselected' = 'Duhet të përzgjidhni të paktën një identitet për kyçin!';
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/enigma/localization/sr_CS.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/enigma/localization/sr_CS.inc
Changed
@@ -2,19 +2,18 @@ /** +-----------------------------------------------------------------------+ - | plugins/enigma/localization/<lang>.inc | + | Localization file of the Roundcube Webmail Enigma plugin | | | - | Localization file of the Roundcube Webmail ACL plugin | - | Copyright (C) 2012-2016, The Roundcube Dev Team | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/roundcube/roundcube-webmail/plugin-enigma/ */ + $labels'keyname' = 'Име'; $labels'keyid' = 'ИД кључа'; $labels'typeencrypt' = 'Шифруј';
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/enigma/localization/sv_SE.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/enigma/localization/sv_SE.inc
Changed
@@ -2,19 +2,18 @@ /** +-----------------------------------------------------------------------+ - | plugins/enigma/localization/<lang>.inc | + | Localization file of the Roundcube Webmail Enigma plugin | | | - | Localization file of the Roundcube Webmail ACL plugin | - | Copyright (C) 2012-2016, The Roundcube Dev Team | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/roundcube/roundcube-webmail/plugin-enigma/ */ + $labels'encryption' = 'Kryptering'; $labels'enigmacerts' = 'S/MIME-certifikat'; $labels'enigmakeys' = 'PGP-nycklar';
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/enigma/localization/ta_IN.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/enigma/localization/ta_IN.inc
Changed
@@ -2,19 +2,18 @@ /** +-----------------------------------------------------------------------+ - | plugins/enigma/localization/<lang>.inc | + | Localization file of the Roundcube Webmail Enigma plugin | | | - | Localization file of the Roundcube Webmail ACL plugin | - | Copyright (C) 2012-2016, The Roundcube Dev Team | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/roundcube/roundcube-webmail/plugin-enigma/ */ + $labels'expiresnever' = 'எப்போதுமில்லை'; $labels'unknown' = 'தெரியாத'; $labels'newkeypass' = 'கடவுச்சொல்';
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/enigma/localization/th_TH.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/enigma/localization/th_TH.inc
Changed
@@ -2,19 +2,18 @@ /** +-----------------------------------------------------------------------+ - | plugins/enigma/localization/<lang>.inc | + | Localization file of the Roundcube Webmail Enigma plugin | | | - | Localization file of the Roundcube Webmail ACL plugin | - | Copyright (C) 2012-2016, The Roundcube Dev Team | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/roundcube/roundcube-webmail/plugin-enigma/ */ + $labels'keyname' = 'ชื่อ'; $labels'keyid' = 'คีย์ไอดี'; $labels'typeencrypt' = 'เข้ารหัส';
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/enigma/localization/ti.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/enigma/localization/ti.inc
Changed
@@ -2,19 +2,18 @@ /** +-----------------------------------------------------------------------+ - | plugins/enigma/localization/<lang>.inc | + | Localization file of the Roundcube Webmail Enigma plugin | | | - | Localization file of the Roundcube Webmail ACL plugin | - | Copyright (C) 2012-2016, The Roundcube Dev Team | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/roundcube/roundcube-webmail/plugin-enigma/ */ + $labels'subkeycreated' = 'እዋን ፍጥረት'; $labels'newkeypass' = 'መሐለፊ ቃል'; ?>
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/enigma/localization/tr_TR.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/enigma/localization/tr_TR.inc
Changed
@@ -2,19 +2,18 @@ /** +-----------------------------------------------------------------------+ - | plugins/enigma/localization/<lang>.inc | + | Localization file of the Roundcube Webmail Enigma plugin | | | - | Localization file of the Roundcube Webmail ACL plugin | - | Copyright (C) 2012-2016, The Roundcube Dev Team | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/roundcube/roundcube-webmail/plugin-enigma/ */ + $labels'encryption' = 'Şifreleme'; $labels'enigmacerts' = 'S/MIME Sertifikaları'; $labels'enigmakeys' = 'PGP Anahtarları'; @@ -107,6 +106,7 @@ $messages'signnopass' = 'İmzalanamadı. Anahtar parola gerekli.'; $messages'encrypterror' = 'Şifrelenemedi.'; $messages'encryptnokey' = 'Şifrelenemedi. Genel anahtar $email içinde bulunamadı.'; +$messages'encryptnoprivkey' = 'Şifrelenemedi. Özel anahtar bulunamadı.'; $messages'nokeysfound' = 'Anahtarlar bulunamadı'; $messages'keynotfound' = 'Anahtar buunamadı!'; $messages'keyopenerror' = 'Sorun var! Anahtar bilgileri alınamıyor.';
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/enigma/localization/tzl.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/enigma/localization/tzl.inc
Changed
@@ -2,19 +2,18 @@ /** +-----------------------------------------------------------------------+ - | plugins/enigma/localization/<lang>.inc | + | Localization file of the Roundcube Webmail Enigma plugin | | | - | Localization file of the Roundcube Webmail ACL plugin | - | Copyright (C) 2012-2016, The Roundcube Dev Team | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/roundcube/roundcube-webmail/plugin-enigma/ */ + $labels'keyname' = 'Nómina'; $labels'unknown' = 'inschì'; $labels'newkeypass' = 'Teßera';
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/enigma/localization/uk_UA.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/enigma/localization/uk_UA.inc
Changed
@@ -2,19 +2,18 @@ /** +-----------------------------------------------------------------------+ - | plugins/enigma/localization/<lang>.inc | + | Localization file of the Roundcube Webmail Enigma plugin | | | - | Localization file of the Roundcube Webmail ACL plugin | - | Copyright (C) 2012-2016, The Roundcube Dev Team | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/roundcube/roundcube-webmail/plugin-enigma/ */ + $labels'encryption' = 'Шифрування'; $labels'enigmacerts' = 'Сертифікати S/MIME'; $labels'enigmakeys' = 'PGP-ключі';
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/enigma/localization/ur_PK.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/enigma/localization/ur_PK.inc
Changed
@@ -2,18 +2,18 @@ /** +-----------------------------------------------------------------------+ - | plugins/enigma/localization/<lang>.inc | + | Localization file of the Roundcube Webmail Enigma plugin | | | - | Localization file of the Roundcube Webmail ACL plugin | - | Copyright (C) 2012-2016, The Roundcube Dev Team | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/roundcube/roundcube-webmail/plugin-enigma/ */ + + $labels'newkeypass' = 'پاسورڈ'; ?>
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/enigma/localization/uz.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/enigma/localization/uz.inc
Changed
@@ -2,19 +2,18 @@ /** +-----------------------------------------------------------------------+ - | plugins/enigma/localization/<lang>.inc | + | Localization file of the Roundcube Webmail Enigma plugin | | | - | Localization file of the Roundcube Webmail ACL plugin | - | Copyright (C) 2012-2016, The Roundcube Dev Team | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/roundcube/roundcube-webmail/plugin-enigma/ */ + $labels'keyname' = 'Nomlanishi'; $labels'keyid' = 'Kalit ID si'; $labels'typeencrypt' = 'Shiffrlash';
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/enigma/localization/vi_VN.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/enigma/localization/vi_VN.inc
Changed
@@ -2,19 +2,18 @@ /** +-----------------------------------------------------------------------+ - | plugins/enigma/localization/<lang>.inc | + | Localization file of the Roundcube Webmail Enigma plugin | | | - | Localization file of the Roundcube Webmail ACL plugin | - | Copyright (C) 2012-2016, The Roundcube Dev Team | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/roundcube/roundcube-webmail/plugin-enigma/ */ + $labels'keyname' = 'Tên'; $labels'subkeycreated' = 'Được tạo'; $labels'expiresnever' = 'không bao giờ';
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/enigma/localization/zh_CN.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/enigma/localization/zh_CN.inc
Changed
@@ -2,19 +2,18 @@ /** +-----------------------------------------------------------------------+ - | plugins/enigma/localization/<lang>.inc | + | Localization file of the Roundcube Webmail Enigma plugin | | | - | Localization file of the Roundcube Webmail ACL plugin | - | Copyright (C) 2012-2016, The Roundcube Dev Team | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/roundcube/roundcube-webmail/plugin-enigma/ */ + $labels'encryption' = '加密'; $labels'enigmacerts' = 'S/MIME 证书'; $labels'enigmakeys' = 'PGP 密钥';
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/enigma/localization/zh_TW.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/enigma/localization/zh_TW.inc
Changed
@@ -2,19 +2,18 @@ /** +-----------------------------------------------------------------------+ - | plugins/enigma/localization/<lang>.inc | + | Localization file of the Roundcube Webmail Enigma plugin | | | - | Localization file of the Roundcube Webmail ACL plugin | - | Copyright (C) 2012-2016, The Roundcube Dev Team | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/roundcube/roundcube-webmail/plugin-enigma/ */ + $labels'encryption' = '加密'; $labels'enigmacerts' = 'S/MIME 憑證'; $labels'enigmakeys' = 'PGP 金鑰'; @@ -97,6 +96,7 @@ $messages'decryptok' = '郵件已解密'; $messages'decrypterror' = '解密失敗'; $messages'decryptnokey' = '解密失敗。找不到私密金鑰。金鑰 ID:$keyid'; +$messages'decryptnomdc' = '已略過解密。郵件的整全性並未受到保護。'; $messages'decryptbadpass' = '解密失敗。密碼無效'; $messages'decryptnopass' = '解密失敗。必需要金鑰的密碼'; $messages'decryptpartial' = '郵件已解密,但內文部分未有加密';
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/help/localization/ar.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/help/localization/ar.inc
Changed
@@ -2,19 +2,18 @@ /* +-----------------------------------------------------------------------+ - | plugins/help/localization/<lang>.inc | - | | | Localization file of the Roundcube Webmail Help plugin | - | Copyright (C) 2012-2013, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-help/ */ + $labels'help' = 'المساعدة'; $labels'about' = 'نبذة عن البرنامج'; $labels'license' = 'الترخيص';
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/help/localization/ar_SA.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/help/localization/ar_SA.inc
Changed
@@ -2,19 +2,18 @@ /* +-----------------------------------------------------------------------+ - | plugins/help/localization/<lang>.inc | - | | | Localization file of the Roundcube Webmail Help plugin | - | Copyright (C) 2012-2013, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-help/ */ + $labels'help' = 'مساعدة'; $labels'about' = 'حوْل'; $labels'license' = 'الرخصة';
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/help/localization/ast.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/help/localization/ast.inc
Changed
@@ -2,19 +2,18 @@ /* +-----------------------------------------------------------------------+ - | plugins/help/localization/<lang>.inc | - | | | Localization file of the Roundcube Webmail Help plugin | - | Copyright (C) 2012-2013, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-help/ */ + $labels'help' = 'Ayuda'; $labels'about' = 'Tocante a'; $labels'license' = 'Llicencia';
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/help/localization/az_AZ.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/help/localization/az_AZ.inc
Changed
@@ -2,19 +2,18 @@ /* +-----------------------------------------------------------------------+ - | plugins/help/localization/<lang>.inc | - | | | Localization file of the Roundcube Webmail Help plugin | - | Copyright (C) 2012-2013, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-help/ */ + $labels'help' = 'Kömək'; $labels'about' = 'Haqqında'; $labels'license' = 'Lisenziya';
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/help/localization/be_BE.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/help/localization/be_BE.inc
Changed
@@ -2,19 +2,18 @@ /* +-----------------------------------------------------------------------+ - | plugins/help/localization/<lang>.inc | - | | | Localization file of the Roundcube Webmail Help plugin | - | Copyright (C) 2012-2013, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-help/ */ + $labels'help' = 'Дапамога'; $labels'about' = 'Апісанне'; $labels'license' = 'Ліцэнзія';
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/help/localization/bg_BG.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/help/localization/bg_BG.inc
Changed
@@ -2,19 +2,18 @@ /* +-----------------------------------------------------------------------+ - | plugins/help/localization/<lang>.inc | - | | | Localization file of the Roundcube Webmail Help plugin | - | Copyright (C) 2012-2013, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-help/ */ + $labels'help' = 'Помощ'; $labels'about' = 'Относно'; $labels'license' = 'Лиценз';
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/help/localization/br.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/help/localization/br.inc
Changed
@@ -2,19 +2,18 @@ /* +-----------------------------------------------------------------------+ - | plugins/help/localization/<lang>.inc | - | | | Localization file of the Roundcube Webmail Help plugin | - | Copyright (C) 2012-2013, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-help/ */ + $labels'help' = 'Skoazell'; $labels'about' = 'Diwar-benn'; $labels'license' = 'Lañvaz';
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/help/localization/bs_BA.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/help/localization/bs_BA.inc
Changed
@@ -2,19 +2,18 @@ /* +-----------------------------------------------------------------------+ - | plugins/help/localization/<lang>.inc | - | | | Localization file of the Roundcube Webmail Help plugin | - | Copyright (C) 2012-2013, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-help/ */ + $labels'help' = 'Pomoć'; $labels'about' = 'O programu'; $labels'license' = 'Licenca';
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/help/localization/ca_ES.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/help/localization/ca_ES.inc
Changed
@@ -2,19 +2,18 @@ /* +-----------------------------------------------------------------------+ - | plugins/help/localization/<lang>.inc | - | | | Localization file of the Roundcube Webmail Help plugin | - | Copyright (C) 2012-2013, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-help/ */ + $labels'help' = 'Ajuda'; $labels'about' = 'Quant a'; $labels'license' = 'Llicència';
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/help/localization/cs_CZ.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/help/localization/cs_CZ.inc
Changed
@@ -2,19 +2,18 @@ /* +-----------------------------------------------------------------------+ - | plugins/help/localization/<lang>.inc | - | | | Localization file of the Roundcube Webmail Help plugin | - | Copyright (C) 2012-2013, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-help/ */ + $labels'help' = 'Nápověda'; $labels'about' = 'O aplikaci'; $labels'license' = 'Licence';
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/help/localization/cy_GB.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/help/localization/cy_GB.inc
Changed
@@ -2,19 +2,18 @@ /* +-----------------------------------------------------------------------+ - | plugins/help/localization/<lang>.inc | - | | | Localization file of the Roundcube Webmail Help plugin | - | Copyright (C) 2012-2013, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-help/ */ + $labels'help' = 'Cymorth'; $labels'about' = 'Amdan'; $labels'license' = 'Trwydded';
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/help/localization/da_DK.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/help/localization/da_DK.inc
Changed
@@ -2,19 +2,18 @@ /* +-----------------------------------------------------------------------+ - | plugins/help/localization/<lang>.inc | - | | | Localization file of the Roundcube Webmail Help plugin | - | Copyright (C) 2012-2013, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-help/ */ + $labels'help' = 'Hjælp'; $labels'about' = 'Om'; $labels'license' = 'Licens';
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/help/localization/de_CH.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/help/localization/de_CH.inc
Changed
@@ -2,19 +2,18 @@ /* +-----------------------------------------------------------------------+ - | plugins/help/localization/<lang>.inc | - | | | Localization file of the Roundcube Webmail Help plugin | - | Copyright (C) 2012-2013, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-help/ */ + $labels'help' = 'Hilfe'; $labels'about' = 'Über'; $labels'license' = 'Lizenz';
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/help/localization/de_DE.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/help/localization/de_DE.inc
Changed
@@ -2,21 +2,20 @@ /* +-----------------------------------------------------------------------+ - | plugins/help/localization/<lang>.inc | - | | | Localization file of the Roundcube Webmail Help plugin | - | Copyright (C) 2012-2013, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-help/ */ + $labels'help' = 'Hilfe'; $labels'about' = 'Über'; $labels'license' = 'Lizenz'; -$labels'csrfinfo' = 'Mehr über CSRF und wie wir Sie schützen lesen'; +$labels'csrfinfo' = 'Erfahren Sie mehr über CSRF und wie wir Sie schützen'; ?>
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/help/localization/el_GR.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/help/localization/el_GR.inc
Changed
@@ -2,19 +2,18 @@ /* +-----------------------------------------------------------------------+ - | plugins/help/localization/<lang>.inc | - | | | Localization file of the Roundcube Webmail Help plugin | - | Copyright (C) 2012-2013, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-help/ */ + $labels'help' = 'Βοήθεια'; $labels'about' = 'Σχετικά'; $labels'license' = 'Άδεια χρήσης';
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/help/localization/en_CA.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/help/localization/en_CA.inc
Changed
@@ -2,19 +2,18 @@ /* +-----------------------------------------------------------------------+ - | plugins/help/localization/<lang>.inc | - | | | Localization file of the Roundcube Webmail Help plugin | - | Copyright (C) 2012-2013, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-help/ */ + $labels'help' = 'Help'; $labels'about' = 'About'; $labels'license' = 'License';
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/help/localization/en_GB.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/help/localization/en_GB.inc
Changed
@@ -2,19 +2,18 @@ /* +-----------------------------------------------------------------------+ - | plugins/help/localization/<lang>.inc | - | | | Localization file of the Roundcube Webmail Help plugin | - | Copyright (C) 2012-2013, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-help/ */ + $labels'help' = 'Help'; $labels'about' = 'About'; $labels'license' = 'Licence';
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/help/localization/eo.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/help/localization/eo.inc
Changed
@@ -2,19 +2,18 @@ /* +-----------------------------------------------------------------------+ - | plugins/help/localization/<lang>.inc | - | | | Localization file of the Roundcube Webmail Help plugin | - | Copyright (C) 2012-2013, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-help/ */ + $labels'help' = 'Helpo'; $labels'about' = 'Pri'; $labels'license' = 'Permesilo';
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/help/localization/es_419.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/help/localization/es_419.inc
Changed
@@ -2,19 +2,18 @@ /* +-----------------------------------------------------------------------+ - | plugins/help/localization/<lang>.inc | - | | | Localization file of the Roundcube Webmail Help plugin | - | Copyright (C) 2012-2013, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-help/ */ + $labels'help' = 'Ayuda'; $labels'about' = 'Sobre'; $labels'license' = 'Licencia';
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/help/localization/es_AR.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/help/localization/es_AR.inc
Changed
@@ -2,19 +2,18 @@ /* +-----------------------------------------------------------------------+ - | plugins/help/localization/<lang>.inc | - | | | Localization file of the Roundcube Webmail Help plugin | - | Copyright (C) 2012-2013, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-help/ */ + $labels'help' = 'Ayuda'; $labels'about' = 'Acerca de'; $labels'license' = 'Licencia';
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/help/localization/es_ES.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/help/localization/es_ES.inc
Changed
@@ -2,19 +2,18 @@ /* +-----------------------------------------------------------------------+ - | plugins/help/localization/<lang>.inc | - | | | Localization file of the Roundcube Webmail Help plugin | - | Copyright (C) 2012-2013, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-help/ */ + $labels'help' = 'Ayuda'; $labels'about' = 'Acerca de'; $labels'license' = 'Licencia';
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/help/localization/et_EE.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/help/localization/et_EE.inc
Changed
@@ -2,19 +2,18 @@ /* +-----------------------------------------------------------------------+ - | plugins/help/localization/<lang>.inc | - | | | Localization file of the Roundcube Webmail Help plugin | - | Copyright (C) 2012-2013, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-help/ */ + $labels'help' = 'Abi'; $labels'about' = 'Roundcube info'; $labels'license' = 'Litsents';
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/help/localization/eu_ES.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/help/localization/eu_ES.inc
Changed
@@ -2,19 +2,18 @@ /* +-----------------------------------------------------------------------+ - | plugins/help/localization/<lang>.inc | - | | | Localization file of the Roundcube Webmail Help plugin | - | Copyright (C) 2012-2013, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-help/ */ + $labels'help' = 'Laguntza'; $labels'about' = 'Honi buruz'; $labels'license' = 'Lizentzia';
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/help/localization/fa_AF.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/help/localization/fa_AF.inc
Changed
@@ -2,19 +2,18 @@ /* +-----------------------------------------------------------------------+ - | plugins/help/localization/<lang>.inc | - | | | Localization file of the Roundcube Webmail Help plugin | - | Copyright (C) 2012-2013, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-help/ */ + $labels'help' = 'راهنما'; $labels'about' = 'درباره نرم افزار'; $labels'license' = 'حق نشر';
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/help/localization/fa_IR.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/help/localization/fa_IR.inc
Changed
@@ -2,19 +2,18 @@ /* +-----------------------------------------------------------------------+ - | plugins/help/localization/<lang>.inc | - | | | Localization file of the Roundcube Webmail Help plugin | - | Copyright (C) 2012-2013, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-help/ */ + $labels'help' = 'راهنما'; $labels'about' = 'درباره'; $labels'license' = 'گواهینامه';
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/help/localization/fi_FI.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/help/localization/fi_FI.inc
Changed
@@ -2,19 +2,18 @@ /* +-----------------------------------------------------------------------+ - | plugins/help/localization/<lang>.inc | - | | | Localization file of the Roundcube Webmail Help plugin | - | Copyright (C) 2012-2013, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-help/ */ + $labels'help' = 'Ohje'; $labels'about' = 'Tietoja'; $labels'license' = 'Lisenssi';
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/help/localization/fo_FO.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/help/localization/fo_FO.inc
Changed
@@ -2,19 +2,18 @@ /* +-----------------------------------------------------------------------+ - | plugins/help/localization/<lang>.inc | - | | | Localization file of the Roundcube Webmail Help plugin | - | Copyright (C) 2012-2013, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-help/ */ + $labels'help' = 'Hjálp'; $labels'about' = 'Um'; $labels'license' = 'Heimildarskjal';
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/help/localization/fr_FR.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/help/localization/fr_FR.inc
Changed
@@ -2,19 +2,18 @@ /* +-----------------------------------------------------------------------+ - | plugins/help/localization/<lang>.inc | - | | | Localization file of the Roundcube Webmail Help plugin | - | Copyright (C) 2012-2013, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-help/ */ + $labels'help' = 'Help'; $labels'about' = 'About'; $labels'license' = 'License';
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/help/localization/fy_NL.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/help/localization/fy_NL.inc
Changed
@@ -2,19 +2,18 @@ /* +-----------------------------------------------------------------------+ - | plugins/help/localization/<lang>.inc | - | | | Localization file of the Roundcube Webmail Help plugin | - | Copyright (C) 2012-2013, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-help/ */ + $labels'help' = 'Help'; $labels'about' = 'Oer'; $labels'license' = 'Lisinsje';
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/help/localization/ga_IE.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/help/localization/ga_IE.inc
Changed
@@ -2,20 +2,20 @@ /* +-----------------------------------------------------------------------+ - | plugins/help/localization/<lang>.inc | - | | | Localization file of the Roundcube Webmail Help plugin | - | Copyright (C) 2012-2013, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-help/ */ + $labels'help' = 'Cabhair'; $labels'about' = 'Maidir leis'; $labels'license' = 'Ceadúnas'; +$labels'csrfinfo' = 'Léigh tuilleadh faoi CSRF agus conas mar a chosnaítear thú'; ?>
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/help/localization/gl_ES.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/help/localization/gl_ES.inc
Changed
@@ -2,19 +2,18 @@ /* +-----------------------------------------------------------------------+ - | plugins/help/localization/<lang>.inc | - | | | Localization file of the Roundcube Webmail Help plugin | - | Copyright (C) 2012-2013, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-help/ */ + $labels'help' = 'Axuda'; $labels'about' = 'Acerca de'; $labels'license' = 'Licenza';
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/help/localization/he_IL.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/help/localization/he_IL.inc
Changed
@@ -2,19 +2,18 @@ /* +-----------------------------------------------------------------------+ - | plugins/help/localization/<lang>.inc | - | | | Localization file of the Roundcube Webmail Help plugin | - | Copyright (C) 2012-2013, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-help/ */ + $labels'help' = 'עזרה'; $labels'about' = 'אודות'; $labels'license' = 'רשיון';
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/help/localization/hr_HR.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/help/localization/hr_HR.inc
Changed
@@ -2,19 +2,18 @@ /* +-----------------------------------------------------------------------+ - | plugins/help/localization/<lang>.inc | - | | | Localization file of the Roundcube Webmail Help plugin | - | Copyright (C) 2012-2013, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-help/ */ + $labels'help' = 'Pomoć'; $labels'about' = 'O programu'; $labels'license' = 'Licenca';
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/help/localization/hu_HU.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/help/localization/hu_HU.inc
Changed
@@ -2,19 +2,18 @@ /* +-----------------------------------------------------------------------+ - | plugins/help/localization/<lang>.inc | - | | | Localization file of the Roundcube Webmail Help plugin | - | Copyright (C) 2012-2013, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-help/ */ + $labels'help' = 'Súgó'; $labels'about' = 'Névjegy'; $labels'license' = 'Licensz';
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/help/localization/hy_AM.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/help/localization/hy_AM.inc
Changed
@@ -2,19 +2,18 @@ /* +-----------------------------------------------------------------------+ - | plugins/help/localization/<lang>.inc | - | | | Localization file of the Roundcube Webmail Help plugin | - | Copyright (C) 2012-2013, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-help/ */ + $labels'help' = 'Օգնություն'; $labels'about' = 'Նկարագիր'; $labels'license' = 'Արտոնագիր';
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/help/localization/ia.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/help/localization/ia.inc
Changed
@@ -2,19 +2,18 @@ /* +-----------------------------------------------------------------------+ - | plugins/help/localization/<lang>.inc | - | | | Localization file of the Roundcube Webmail Help plugin | - | Copyright (C) 2012-2013, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-help/ */ + $labels'help' = 'Adjuta'; $labels'about' = 'A proposito'; $labels'license' = 'Licentia';
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/help/localization/id_ID.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/help/localization/id_ID.inc
Changed
@@ -2,19 +2,18 @@ /* +-----------------------------------------------------------------------+ - | plugins/help/localization/<lang>.inc | - | | | Localization file of the Roundcube Webmail Help plugin | - | Copyright (C) 2012-2013, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-help/ */ + $labels'help' = 'Bantuan'; $labels'about' = 'Tentang'; $labels'license' = 'Lisensi';
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/help/localization/is_IS.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/help/localization/is_IS.inc
Changed
@@ -2,19 +2,18 @@ /* +-----------------------------------------------------------------------+ - | plugins/help/localization/<lang>.inc | - | | | Localization file of the Roundcube Webmail Help plugin | - | Copyright (C) 2012-2013, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-help/ */ + $labels'help' = 'Hjálp'; $labels'about' = 'Um hugbúnaðinn'; $labels'license' = 'Notkunarleyfi';
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/help/localization/it_IT.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/help/localization/it_IT.inc
Changed
@@ -2,19 +2,18 @@ /* +-----------------------------------------------------------------------+ - | plugins/help/localization/<lang>.inc | - | | | Localization file of the Roundcube Webmail Help plugin | - | Copyright (C) 2012-2013, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-help/ */ + $labels'help' = 'Aiuto'; $labels'about' = 'Informazioni'; $labels'license' = 'Licenza';
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/help/localization/ja_JP.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/help/localization/ja_JP.inc
Changed
@@ -2,19 +2,18 @@ /* +-----------------------------------------------------------------------+ - | plugins/help/localization/<lang>.inc | - | | | Localization file of the Roundcube Webmail Help plugin | - | Copyright (C) 2012-2013, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-help/ */ + $labels'help' = 'ヘルプ'; $labels'about' = 'このプログラムについて'; $labels'license' = 'ライセンス';
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/help/localization/km_KH.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/help/localization/km_KH.inc
Changed
@@ -2,19 +2,18 @@ /* +-----------------------------------------------------------------------+ - | plugins/help/localization/<lang>.inc | - | | | Localization file of the Roundcube Webmail Help plugin | - | Copyright (C) 2012-2013, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-help/ */ + $labels'help' = 'ជំនួយ'; $labels'about' = 'អំពី'; $labels'license' = 'អាជ្ញាប័ណ្ណ';
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/help/localization/kn_IN.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/help/localization/kn_IN.inc
Changed
@@ -2,19 +2,18 @@ /* +-----------------------------------------------------------------------+ - | plugins/help/localization/<lang>.inc | - | | | Localization file of the Roundcube Webmail Help plugin | - | Copyright (C) 2012-2013, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-help/ */ + $labels'help' = 'ಸಹಾಯ'; $labels'license' = 'ಪರವಾನಗಿ'; ?>
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/help/localization/ko_KR.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/help/localization/ko_KR.inc
Changed
@@ -2,19 +2,18 @@ /* +-----------------------------------------------------------------------+ - | plugins/help/localization/<lang>.inc | - | | | Localization file of the Roundcube Webmail Help plugin | - | Copyright (C) 2012-2013, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-help/ */ + $labels'help' = '도움말'; $labels'about' = '정보'; $labels'license' = '라이선스';
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/help/localization/ku.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/help/localization/ku.inc
Changed
@@ -2,19 +2,18 @@ /* +-----------------------------------------------------------------------+ - | plugins/help/localization/<lang>.inc | - | | | Localization file of the Roundcube Webmail Help plugin | - | Copyright (C) 2012-2013, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-help/ */ + $labels'help' = 'Alîkarî'; $labels'about' = 'Dervar'; $labels'license' = 'Lîsans';
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/help/localization/ku_IQ.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/help/localization/ku_IQ.inc
Changed
@@ -2,19 +2,18 @@ /* +-----------------------------------------------------------------------+ - | plugins/help/localization/<lang>.inc | - | | | Localization file of the Roundcube Webmail Help plugin | - | Copyright (C) 2012-2013, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-help/ */ + $labels'help' = 'یارمەتی'; $labels'about' = 'دەربارە'; $labels'license' = 'مۆڵەت';
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/help/localization/lb_LU.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/help/localization/lb_LU.inc
Changed
@@ -2,19 +2,18 @@ /* +-----------------------------------------------------------------------+ - | plugins/help/localization/<lang>.inc | - | | | Localization file of the Roundcube Webmail Help plugin | - | Copyright (C) 2012-2013, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-help/ */ + $labels'help' = 'Hëllef'; $labels'about' = 'Iwwert'; $labels'license' = 'Lizenz';
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/help/localization/lt_LT.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/help/localization/lt_LT.inc
Changed
@@ -2,19 +2,18 @@ /* +-----------------------------------------------------------------------+ - | plugins/help/localization/<lang>.inc | - | | | Localization file of the Roundcube Webmail Help plugin | - | Copyright (C) 2012-2013, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-help/ */ + $labels'help' = 'Žinynas'; $labels'about' = 'Apie'; $labels'license' = 'Licencija';
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/help/localization/lv_LV.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/help/localization/lv_LV.inc
Changed
@@ -2,19 +2,18 @@ /* +-----------------------------------------------------------------------+ - | plugins/help/localization/<lang>.inc | - | | | Localization file of the Roundcube Webmail Help plugin | - | Copyright (C) 2012-2013, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-help/ */ + $labels'help' = 'Palīdzība'; $labels'about' = 'Par'; $labels'license' = 'Licence';
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/help/localization/mk_MK.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/help/localization/mk_MK.inc
Changed
@@ -2,19 +2,18 @@ /* +-----------------------------------------------------------------------+ - | plugins/help/localization/<lang>.inc | - | | | Localization file of the Roundcube Webmail Help plugin | - | Copyright (C) 2012-2013, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-help/ */ + $labels'help' = 'Помош'; $labels'about' = 'За'; $labels'license' = 'Лиценца';
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/help/localization/ml_IN.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/help/localization/ml_IN.inc
Changed
@@ -2,19 +2,18 @@ /* +-----------------------------------------------------------------------+ - | plugins/help/localization/<lang>.inc | - | | | Localization file of the Roundcube Webmail Help plugin | - | Copyright (C) 2012-2013, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-help/ */ + $labels'help' = 'സഹായം'; $labels'about' = 'വിവരം'; $labels'license' = 'അനുമതി';
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/help/localization/mn_MN.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/help/localization/mn_MN.inc
Changed
@@ -2,19 +2,18 @@ /* +-----------------------------------------------------------------------+ - | plugins/help/localization/<lang>.inc | - | | | Localization file of the Roundcube Webmail Help plugin | - | Copyright (C) 2012-2013, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-help/ */ + $labels'help' = 'Тусламж'; $labels'about' = 'Танилцуулга'; $labels'license' = 'Лиценз';
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/help/localization/mr_IN.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/help/localization/mr_IN.inc
Changed
@@ -2,18 +2,17 @@ /* +-----------------------------------------------------------------------+ - | plugins/help/localization/<lang>.inc | - | | | Localization file of the Roundcube Webmail Help plugin | - | Copyright (C) 2012-2013, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-help/ */ + $labels'about' = 'च्या विषयी'; ?>
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/help/localization/nb_NO.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/help/localization/nb_NO.inc
Changed
@@ -2,19 +2,18 @@ /* +-----------------------------------------------------------------------+ - | plugins/help/localization/<lang>.inc | - | | | Localization file of the Roundcube Webmail Help plugin | - | Copyright (C) 2012-2013, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-help/ */ + $labels'help' = 'Hjelp'; $labels'about' = 'Om'; $labels'license' = 'Lisensvilkår';
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/help/localization/nl_BE.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/help/localization/nl_BE.inc
Changed
@@ -2,19 +2,18 @@ /* +-----------------------------------------------------------------------+ - | plugins/help/localization/<lang>.inc | - | | | Localization file of the Roundcube Webmail Help plugin | - | Copyright (C) 2012-2013, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-help/ */ + $labels'help' = 'Help'; $labels'about' = 'Over'; $labels'license' = 'Licentie';
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/help/localization/nl_NL.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/help/localization/nl_NL.inc
Changed
@@ -2,19 +2,18 @@ /* +-----------------------------------------------------------------------+ - | plugins/help/localization/<lang>.inc | - | | | Localization file of the Roundcube Webmail Help plugin | - | Copyright (C) 2012-2013, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-help/ */ + $labels'help' = 'Help'; $labels'about' = 'Over'; $labels'license' = 'Licentie';
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/help/localization/nn_NO.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/help/localization/nn_NO.inc
Changed
@@ -2,19 +2,18 @@ /* +-----------------------------------------------------------------------+ - | plugins/help/localization/<lang>.inc | - | | | Localization file of the Roundcube Webmail Help plugin | - | Copyright (C) 2012-2013, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-help/ */ + $labels'help' = 'Hjelp'; $labels'about' = 'Om'; $labels'license' = 'Lisens';
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/help/localization/pl_PL.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/help/localization/pl_PL.inc
Changed
@@ -2,19 +2,18 @@ /* +-----------------------------------------------------------------------+ - | plugins/help/localization/<lang>.inc | - | | | Localization file of the Roundcube Webmail Help plugin | - | Copyright (C) 2012-2013, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-help/ */ + $labels'help' = 'Pomoc'; $labels'about' = 'O programie'; $labels'license' = 'Licencja';
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/help/localization/pt_BR.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/help/localization/pt_BR.inc
Changed
@@ -2,19 +2,18 @@ /* +-----------------------------------------------------------------------+ - | plugins/help/localization/<lang>.inc | - | | | Localization file of the Roundcube Webmail Help plugin | - | Copyright (C) 2012-2013, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-help/ */ + $labels'help' = 'Ajuda'; $labels'about' = 'Sobre'; $labels'license' = 'Licença';
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/help/localization/pt_PT.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/help/localization/pt_PT.inc
Changed
@@ -2,19 +2,18 @@ /* +-----------------------------------------------------------------------+ - | plugins/help/localization/<lang>.inc | - | | | Localization file of the Roundcube Webmail Help plugin | - | Copyright (C) 2012-2013, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-help/ */ + $labels'help' = 'Ajuda'; $labels'about' = 'Sobre...'; $labels'license' = 'Licença';
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/help/localization/ro_RO.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/help/localization/ro_RO.inc
Changed
@@ -2,19 +2,18 @@ /* +-----------------------------------------------------------------------+ - | plugins/help/localization/<lang>.inc | - | | | Localization file of the Roundcube Webmail Help plugin | - | Copyright (C) 2012-2013, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-help/ */ + $labels'help' = 'Ajutor'; $labels'about' = 'Despre'; $labels'license' = 'Licența';
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/help/localization/ru_RU.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/help/localization/ru_RU.inc
Changed
@@ -2,19 +2,18 @@ /* +-----------------------------------------------------------------------+ - | plugins/help/localization/<lang>.inc | - | | | Localization file of the Roundcube Webmail Help plugin | - | Copyright (C) 2012-2013, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-help/ */ + $labels'help' = 'Помощь'; $labels'about' = 'О программе'; $labels'license' = 'Лицензия';
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/help/localization/si_LK.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/help/localization/si_LK.inc
Changed
@@ -2,19 +2,18 @@ /* +-----------------------------------------------------------------------+ - | plugins/help/localization/<lang>.inc | - | | | Localization file of the Roundcube Webmail Help plugin | - | Copyright (C) 2012-2013, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-help/ */ + $labels'about' = 'පිළිබඳ'; $labels'license' = 'බලපත්රය'; ?>
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/help/localization/sk_SK.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/help/localization/sk_SK.inc
Changed
@@ -2,19 +2,18 @@ /* +-----------------------------------------------------------------------+ - | plugins/help/localization/<lang>.inc | - | | | Localization file of the Roundcube Webmail Help plugin | - | Copyright (C) 2012-2013, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-help/ */ + $labels'help' = 'Pomocník'; $labels'about' = 'O aplikácii'; $labels'license' = 'Licencia';
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/help/localization/sl_SI.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/help/localization/sl_SI.inc
Changed
@@ -2,19 +2,18 @@ /* +-----------------------------------------------------------------------+ - | plugins/help/localization/<lang>.inc | - | | | Localization file of the Roundcube Webmail Help plugin | - | Copyright (C) 2012-2013, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-help/ */ + $labels'help' = 'Pomoč'; $labels'about' = 'Vizitka'; $labels'license' = 'Licenca';
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/help/localization/sq_AL.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/help/localization/sq_AL.inc
Changed
@@ -2,19 +2,18 @@ /* +-----------------------------------------------------------------------+ - | plugins/help/localization/<lang>.inc | - | | | Localization file of the Roundcube Webmail Help plugin | - | Copyright (C) 2012-2013, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-help/ */ + $labels'help' = 'Ndihmë'; $labels'about' = 'Rreth'; $labels'license' = 'Licencë';
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/help/localization/sr_CS.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/help/localization/sr_CS.inc
Changed
@@ -2,19 +2,18 @@ /* +-----------------------------------------------------------------------+ - | plugins/help/localization/<lang>.inc | - | | | Localization file of the Roundcube Webmail Help plugin | - | Copyright (C) 2012-2013, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-help/ */ + $labels'help' = 'Помоћ'; $labels'about' = 'О програму'; $labels'license' = 'Лиценца';
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/help/localization/sv_SE.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/help/localization/sv_SE.inc
Changed
@@ -2,19 +2,18 @@ /* +-----------------------------------------------------------------------+ - | plugins/help/localization/<lang>.inc | - | | | Localization file of the Roundcube Webmail Help plugin | - | Copyright (C) 2012-2013, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-help/ */ + $labels'help' = 'Hjälp'; $labels'about' = 'Om'; $labels'license' = 'Licens';
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/help/localization/th_TH.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/help/localization/th_TH.inc
Changed
@@ -2,19 +2,18 @@ /* +-----------------------------------------------------------------------+ - | plugins/help/localization/<lang>.inc | - | | | Localization file of the Roundcube Webmail Help plugin | - | Copyright (C) 2012-2013, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-help/ */ + $labels'help' = 'ช่วยเหลือ'; $labels'about' = 'เกี่ยวกับ'; $labels'license' = 'ลิขสิทธิ์';
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/help/localization/ti.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/help/localization/ti.inc
Changed
@@ -2,19 +2,18 @@ /* +-----------------------------------------------------------------------+ - | plugins/help/localization/<lang>.inc | - | | | Localization file of the Roundcube Webmail Help plugin | - | Copyright (C) 2012-2013, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-help/ */ + $labels'help' = 'መምሃሪ'; $labels'about' = 'ብዛዕባ'; $labels'license' = 'ፍቓድ';
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/help/localization/tr_TR.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/help/localization/tr_TR.inc
Changed
@@ -2,19 +2,18 @@ /* +-----------------------------------------------------------------------+ - | plugins/help/localization/<lang>.inc | - | | | Localization file of the Roundcube Webmail Help plugin | - | Copyright (C) 2012-2013, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-help/ */ + $labels'help' = 'Yardım'; $labels'about' = 'Hakkında'; $labels'license' = 'Lisans';
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/help/localization/tzl.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/help/localization/tzl.inc
Changed
@@ -2,19 +2,18 @@ /* +-----------------------------------------------------------------------+ - | plugins/help/localization/<lang>.inc | - | | | Localization file of the Roundcube Webmail Help plugin | - | Copyright (C) 2012-2013, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-help/ */ + $labels'help' = 'Aßistançéu'; $labels'about' = 'Över'; ?>
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/help/localization/uk_UA.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/help/localization/uk_UA.inc
Changed
@@ -2,19 +2,18 @@ /* +-----------------------------------------------------------------------+ - | plugins/help/localization/<lang>.inc | - | | | Localization file of the Roundcube Webmail Help plugin | - | Copyright (C) 2012-2013, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-help/ */ + $labels'help' = 'Допомога'; $labels'about' = 'Про програму'; $labels'license' = 'Ліцензія';
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/help/localization/uz.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/help/localization/uz.inc
Changed
@@ -2,19 +2,18 @@ /* +-----------------------------------------------------------------------+ - | plugins/help/localization/<lang>.inc | - | | | Localization file of the Roundcube Webmail Help plugin | - | Copyright (C) 2012-2013, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-help/ */ + $labels'help' = 'Yordam'; $labels'about' = 'Biz haqimizda'; $labels'license' = 'Litsenziya';
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/help/localization/vi_VN.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/help/localization/vi_VN.inc
Changed
@@ -2,19 +2,18 @@ /* +-----------------------------------------------------------------------+ - | plugins/help/localization/<lang>.inc | - | | | Localization file of the Roundcube Webmail Help plugin | - | Copyright (C) 2012-2013, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-help/ */ + $labels'help' = 'Trợ giúp'; $labels'about' = 'Giới thiệu'; $labels'license' = 'Bản quyền';
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/help/localization/zh_CN.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/help/localization/zh_CN.inc
Changed
@@ -2,19 +2,18 @@ /* +-----------------------------------------------------------------------+ - | plugins/help/localization/<lang>.inc | - | | | Localization file of the Roundcube Webmail Help plugin | - | Copyright (C) 2012-2013, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-help/ */ + $labels'help' = '帮助'; $labels'about' = '关于'; $labels'license' = '许可协议';
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/help/localization/zh_TW.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/help/localization/zh_TW.inc
Changed
@@ -2,19 +2,18 @@ /* +-----------------------------------------------------------------------+ - | plugins/help/localization/<lang>.inc | - | | | Localization file of the Roundcube Webmail Help plugin | - | Copyright (C) 2012-2013, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-help/ */ + $labels'help' = '說明'; $labels'about' = '關於'; $labels'license' = '授權';
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/hide_blockquote/localization/ar.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/hide_blockquote/localization/ar.inc
Changed
@@ -2,20 +2,18 @@ /* +-----------------------------------------------------------------------+ - | plugins/hide_blockquote/localization/<lang>.inc | - | | | Localization file of the Roundcube Webmail Hide-Blockquote plugin | - | Copyright (C) 2012-2013, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-hide_blockquote/ */ + $labels'hide' = 'إخفاء'; $labels'show' = 'إظهار'; $labels'quotelimit' = 'إخفاء الإقتباس إذا كان عدد الأسطر أكبر مِن'; -?>
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/hide_blockquote/localization/ar_SA.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/hide_blockquote/localization/ar_SA.inc
Changed
@@ -2,20 +2,18 @@ /* +-----------------------------------------------------------------------+ - | plugins/hide_blockquote/localization/<lang>.inc | - | | | Localization file of the Roundcube Webmail Hide-Blockquote plugin | - | Copyright (C) 2012-2013, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-hide_blockquote/ */ + $labels'hide' = 'إخفاء'; $labels'show' = 'إظهار'; $labels'quotelimit' = 'اخف الاقتباس اذا كان عدد الاسطر اكبر من '; -?>
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/hide_blockquote/localization/ast.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/hide_blockquote/localization/ast.inc
Changed
@@ -2,20 +2,18 @@ /* +-----------------------------------------------------------------------+ - | plugins/hide_blockquote/localization/<lang>.inc | - | | | Localization file of the Roundcube Webmail Hide-Blockquote plugin | - | Copyright (C) 2012-2013, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-hide_blockquote/ */ + $labels'hide' = 'Anubrir'; $labels'show' = 'Amosar'; $labels'quotelimit' = 'Anubrir la citación cuando la cuenta de llinies seya mayor de'; -?>
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/hide_blockquote/localization/az_AZ.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/hide_blockquote/localization/az_AZ.inc
Changed
@@ -2,20 +2,18 @@ /* +-----------------------------------------------------------------------+ - | plugins/hide_blockquote/localization/<lang>.inc | - | | | Localization file of the Roundcube Webmail Hide-Blockquote plugin | - | Copyright (C) 2012-2013, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-hide_blockquote/ */ + $labels'hide' = 'Gizlət'; $labels'show' = 'Göstər'; $labels'quotelimit' = 'Sayğac xətti çoxdursa sitatı gizlə'; -?>
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/hide_blockquote/localization/be_BE.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/hide_blockquote/localization/be_BE.inc
Changed
@@ -2,20 +2,18 @@ /* +-----------------------------------------------------------------------+ - | plugins/hide_blockquote/localization/<lang>.inc | - | | | Localization file of the Roundcube Webmail Hide-Blockquote plugin | - | Copyright (C) 2012-2013, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-hide_blockquote/ */ + $labels'hide' = 'Схаваць'; $labels'show' = 'Паказаць'; $labels'quotelimit' = 'Хаваць цытаванне, калі колькасць радкоў пераўзыходзіць'; -?>
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/hide_blockquote/localization/bg_BG.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/hide_blockquote/localization/bg_BG.inc
Changed
@@ -2,20 +2,18 @@ /* +-----------------------------------------------------------------------+ - | plugins/hide_blockquote/localization/<lang>.inc | - | | | Localization file of the Roundcube Webmail Hide-Blockquote plugin | - | Copyright (C) 2012-2013, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-hide_blockquote/ */ + $labels'hide' = 'Скрий'; $labels'show' = 'Покажи'; $labels'quotelimit' = 'Скрива цитатите когато броя редове е по-голям от'; -?>
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/hide_blockquote/localization/bn_BD.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/hide_blockquote/localization/bn_BD.inc
Changed
@@ -2,18 +2,16 @@ /* +-----------------------------------------------------------------------+ - | plugins/hide_blockquote/localization/<lang>.inc | - | | | Localization file of the Roundcube Webmail Hide-Blockquote plugin | - | Copyright (C) 2012-2013, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-hide_blockquote/ */ + $labels'show' = 'দেখানো'; -?>
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/hide_blockquote/localization/br.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/hide_blockquote/localization/br.inc
Changed
@@ -2,20 +2,18 @@ /* +-----------------------------------------------------------------------+ - | plugins/hide_blockquote/localization/<lang>.inc | - | | | Localization file of the Roundcube Webmail Hide-Blockquote plugin | - | Copyright (C) 2012-2013, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-hide_blockquote/ */ + $labels'hide' = 'Kuzhat'; $labels'show' = 'Diskouez'; $labels'quotelimit' = 'Kuzhat ar meneg pa\'z\'eo re uhel niver a linennnoù eus'; -?>
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/hide_blockquote/localization/bs_BA.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/hide_blockquote/localization/bs_BA.inc
Changed
@@ -2,20 +2,18 @@ /* +-----------------------------------------------------------------------+ - | plugins/hide_blockquote/localization/<lang>.inc | - | | | Localization file of the Roundcube Webmail Hide-Blockquote plugin | - | Copyright (C) 2012-2013, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-hide_blockquote/ */ + $labels'hide' = 'Sakrij'; $labels'show' = 'Prikaži'; $labels'quotelimit' = 'Sakrij citate kada je broj linija veći od'; -?>
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/hide_blockquote/localization/ca_ES.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/hide_blockquote/localization/ca_ES.inc
Changed
@@ -2,20 +2,18 @@ /* +-----------------------------------------------------------------------+ - | plugins/hide_blockquote/localization/<lang>.inc | - | | | Localization file of the Roundcube Webmail Hide-Blockquote plugin | - | Copyright (C) 2012-2013, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-hide_blockquote/ */ + $labels'hide' = 'Amaga'; $labels'show' = 'Mostra'; $labels'quotelimit' = 'Amaga la cita quan el nombre de línies sigui més gran de'; -?>
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/hide_blockquote/localization/cs_CZ.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/hide_blockquote/localization/cs_CZ.inc
Changed
@@ -2,20 +2,18 @@ /* +-----------------------------------------------------------------------+ - | plugins/hide_blockquote/localization/<lang>.inc | - | | | Localization file of the Roundcube Webmail Hide-Blockquote plugin | - | Copyright (C) 2012-2013, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-hide_blockquote/ */ + $labels'hide' = 'Skrýt'; $labels'show' = 'Zobrazit'; $labels'quotelimit' = 'Skrýt citaci pokud je počet řádků větší než'; -?>
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/hide_blockquote/localization/cy_GB.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/hide_blockquote/localization/cy_GB.inc
Changed
@@ -2,20 +2,18 @@ /* +-----------------------------------------------------------------------+ - | plugins/hide_blockquote/localization/<lang>.inc | - | | | Localization file of the Roundcube Webmail Hide-Blockquote plugin | - | Copyright (C) 2012-2013, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-hide_blockquote/ */ + $labels'hide' = 'Cuddio'; $labels'show' = 'Dangos'; $labels'quotelimit' = 'Cuddio dyfynniad pan mae\'r nifer o linellau yn fwy na'; -?>
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/hide_blockquote/localization/da_DK.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/hide_blockquote/localization/da_DK.inc
Changed
@@ -2,20 +2,18 @@ /* +-----------------------------------------------------------------------+ - | plugins/hide_blockquote/localization/<lang>.inc | - | | | Localization file of the Roundcube Webmail Hide-Blockquote plugin | - | Copyright (C) 2012-2013, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-hide_blockquote/ */ + $labels'hide' = 'Skjul'; $labels'show' = 'Vis'; $labels'quotelimit' = 'Skjul citat når antallet af linjer er højere end'; -?>
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/hide_blockquote/localization/de_CH.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/hide_blockquote/localization/de_CH.inc
Changed
@@ -2,20 +2,18 @@ /* +-----------------------------------------------------------------------+ - | plugins/hide_blockquote/localization/<lang>.inc | - | | | Localization file of the Roundcube Webmail Hide-Blockquote plugin | - | Copyright (C) 2012-2013, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-hide_blockquote/ */ + $labels'hide' = 'ausblenden'; $labels'show' = 'einblenden'; $labels'quotelimit' = 'Zitate verbergen ab einer Zeilenlänge von'; -?>
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/hide_blockquote/localization/de_DE.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/hide_blockquote/localization/de_DE.inc
Changed
@@ -2,20 +2,18 @@ /* +-----------------------------------------------------------------------+ - | plugins/hide_blockquote/localization/<lang>.inc | - | | | Localization file of the Roundcube Webmail Hide-Blockquote plugin | - | Copyright (C) 2012-2013, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-hide_blockquote/ */ + $labels'hide' = 'ausblenden'; $labels'show' = 'einblenden'; $labels'quotelimit' = 'Zitate verbergen ab einer Zeilenlänge von'; -?>
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/hide_blockquote/localization/el_GR.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/hide_blockquote/localization/el_GR.inc
Changed
@@ -2,20 +2,18 @@ /* +-----------------------------------------------------------------------+ - | plugins/hide_blockquote/localization/<lang>.inc | - | | | Localization file of the Roundcube Webmail Hide-Blockquote plugin | - | Copyright (C) 2012-2013, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-hide_blockquote/ */ + $labels'hide' = 'Αποκρυψη'; $labels'show' = 'Εμφάνιση'; $labels'quotelimit' = 'Απόκρυψη παραπομπων όταν ο αριθμός γραμμών είναι μεγαλύτερος από'; -?>
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/hide_blockquote/localization/en_CA.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/hide_blockquote/localization/en_CA.inc
Changed
@@ -2,20 +2,18 @@ /* +-----------------------------------------------------------------------+ - | plugins/hide_blockquote/localization/<lang>.inc | - | | | Localization file of the Roundcube Webmail Hide-Blockquote plugin | - | Copyright (C) 2012-2013, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-hide_blockquote/ */ + $labels'hide' = 'Hide'; $labels'show' = 'Show'; $labels'quotelimit' = 'Hide citation when lines count is greater than'; -?>
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/hide_blockquote/localization/en_GB.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/hide_blockquote/localization/en_GB.inc
Changed
@@ -2,20 +2,18 @@ /* +-----------------------------------------------------------------------+ - | plugins/hide_blockquote/localization/<lang>.inc | - | | | Localization file of the Roundcube Webmail Hide-Blockquote plugin | - | Copyright (C) 2012-2013, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-hide_blockquote/ */ + $labels'hide' = 'Hide'; $labels'show' = 'Show'; $labels'quotelimit' = 'Hide citation when lines count is greater than'; -?>
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/hide_blockquote/localization/eo.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/hide_blockquote/localization/eo.inc
Changed
@@ -2,20 +2,18 @@ /* +-----------------------------------------------------------------------+ - | plugins/hide_blockquote/localization/<lang>.inc | - | | | Localization file of the Roundcube Webmail Hide-Blockquote plugin | - | Copyright (C) 2012-2013, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-hide_blockquote/ */ + $labels'hide' = 'Kaŝi'; $labels'show' = 'Montri'; $labels'quotelimit' = 'Kaŝi citaĵon kiam la nombro de linioj estas pligranda ol'; -?>
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/hide_blockquote/localization/es_419.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/hide_blockquote/localization/es_419.inc
Changed
@@ -2,20 +2,18 @@ /* +-----------------------------------------------------------------------+ - | plugins/hide_blockquote/localization/<lang>.inc | - | | | Localization file of the Roundcube Webmail Hide-Blockquote plugin | - | Copyright (C) 2012-2013, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-hide_blockquote/ */ + $labels'hide' = 'Ocultar'; $labels'show' = 'Mostrar'; $labels'quotelimit' = 'Ocultar la cita cuando el número de lineas sea mayor a '; -?>
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/hide_blockquote/localization/es_AR.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/hide_blockquote/localization/es_AR.inc
Changed
@@ -2,20 +2,18 @@ /* +-----------------------------------------------------------------------+ - | plugins/hide_blockquote/localization/<lang>.inc | - | | | Localization file of the Roundcube Webmail Hide-Blockquote plugin | - | Copyright (C) 2012-2013, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-hide_blockquote/ */ + $labels'hide' = 'Ocultar'; $labels'show' = 'Mostrar'; $labels'quotelimit' = 'Ocultar el mail citado cuando el número de líneas sea mayor que'; -?>
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/hide_blockquote/localization/es_ES.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/hide_blockquote/localization/es_ES.inc
Changed
@@ -2,20 +2,18 @@ /* +-----------------------------------------------------------------------+ - | plugins/hide_blockquote/localization/<lang>.inc | - | | | Localization file of the Roundcube Webmail Hide-Blockquote plugin | - | Copyright (C) 2012-2013, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-hide_blockquote/ */ + $labels'hide' = 'Ocultar'; $labels'show' = 'Mostrar'; $labels'quotelimit' = 'Ocultar la cita cuando el número de lineas es mayor que'; -?>
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/hide_blockquote/localization/et_EE.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/hide_blockquote/localization/et_EE.inc
Changed
@@ -2,20 +2,18 @@ /* +-----------------------------------------------------------------------+ - | plugins/hide_blockquote/localization/<lang>.inc | - | | | Localization file of the Roundcube Webmail Hide-Blockquote plugin | - | Copyright (C) 2012-2013, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-hide_blockquote/ */ + $labels'hide' = 'Peida'; $labels'show' = 'Näita'; $labels'quotelimit' = 'Peida tsitaat kui ridade arv on suurem kui'; -?>
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/hide_blockquote/localization/eu_ES.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/hide_blockquote/localization/eu_ES.inc
Changed
@@ -2,20 +2,18 @@ /* +-----------------------------------------------------------------------+ - | plugins/hide_blockquote/localization/<lang>.inc | - | | | Localization file of the Roundcube Webmail Hide-Blockquote plugin | - | Copyright (C) 2012-2013, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-hide_blockquote/ */ + $labels'hide' = 'Ezkutatu'; $labels'show' = 'Erakutsi'; $labels'quotelimit' = 'Ezkutatu aipamena lerroen kopurua hau baino handiagoa denean'; -?>
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/hide_blockquote/localization/fa_AF.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/hide_blockquote/localization/fa_AF.inc
Changed
@@ -2,18 +2,16 @@ /* +-----------------------------------------------------------------------+ - | plugins/hide_blockquote/localization/<lang>.inc | - | | | Localization file of the Roundcube Webmail Hide-Blockquote plugin | - | Copyright (C) 2012-2013, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-hide_blockquote/ */ + $labels'show' = 'نمایش'; -?>
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/hide_blockquote/localization/fa_IR.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/hide_blockquote/localization/fa_IR.inc
Changed
@@ -2,20 +2,18 @@ /* +-----------------------------------------------------------------------+ - | plugins/hide_blockquote/localization/<lang>.inc | - | | | Localization file of the Roundcube Webmail Hide-Blockquote plugin | - | Copyright (C) 2012-2013, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-hide_blockquote/ */ + $labels'hide' = 'مخفی کردن'; $labels'show' = 'نشان دادن'; $labels'quotelimit' = 'پنهان کردن نقلقول وقتی تعداد خطوط بیشتر است از'; -?>
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/hide_blockquote/localization/fi_FI.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/hide_blockquote/localization/fi_FI.inc
Changed
@@ -2,20 +2,18 @@ /* +-----------------------------------------------------------------------+ - | plugins/hide_blockquote/localization/<lang>.inc | - | | | Localization file of the Roundcube Webmail Hide-Blockquote plugin | - | Copyright (C) 2012-2013, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-hide_blockquote/ */ + $labels'hide' = 'Piilota'; $labels'show' = 'Näytä'; $labels'quotelimit' = 'Piilota lainaus rivejä ollessa enemmän kuin'; -?>
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/hide_blockquote/localization/fo_FO.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/hide_blockquote/localization/fo_FO.inc
Changed
@@ -2,20 +2,18 @@ /* +-----------------------------------------------------------------------+ - | plugins/hide_blockquote/localization/<lang>.inc | - | | | Localization file of the Roundcube Webmail Hide-Blockquote plugin | - | Copyright (C) 2012-2013, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-hide_blockquote/ */ + $labels'hide' = 'Goym'; $labels'show' = 'Vís'; $labels'quotelimit' = 'Goym stevning tá ið tað eru meiri reglur enn'; -?>
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/hide_blockquote/localization/fr_FR.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/hide_blockquote/localization/fr_FR.inc
Changed
@@ -2,20 +2,18 @@ /* +-----------------------------------------------------------------------+ - | plugins/hide_blockquote/localization/<lang>.inc | - | | | Localization file of the Roundcube Webmail Hide-Blockquote plugin | - | Copyright (C) 2012-2013, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-hide_blockquote/ */ + $labels'hide' = 'Masquer'; $labels'show' = 'Montrer'; $labels'quotelimit' = 'Masquer la citation quand le nombre de lignes est supérieur à'; -?>
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/hide_blockquote/localization/fy_NL.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/hide_blockquote/localization/fy_NL.inc
Changed
@@ -2,20 +2,18 @@ /* +-----------------------------------------------------------------------+ - | plugins/hide_blockquote/localization/<lang>.inc | - | | | Localization file of the Roundcube Webmail Hide-Blockquote plugin | - | Copyright (C) 2012-2013, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-hide_blockquote/ */ + $labels'hide' = 'Ferstopje'; $labels'show' = 'Fertoane'; $labels'quotelimit' = 'Sitaasje ferstopje at rigel telling grutter is as'; -?>
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/hide_blockquote/localization/ga_IE.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/hide_blockquote/localization/ga_IE.inc
Changed
@@ -2,19 +2,18 @@ /* +-----------------------------------------------------------------------+ - | plugins/hide_blockquote/localization/<lang>.inc | - | | | Localization file of the Roundcube Webmail Hide-Blockquote plugin | - | Copyright (C) 2012-2013, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-hide_blockquote/ */ + $labels'hide' = 'Folaigh'; $labels'show' = 'Taispeáin'; -?> +$labels'quotelimit' = 'Folaigh an lua nuair a bhíonn líon na línte níos mó ná';
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/hide_blockquote/localization/gl_ES.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/hide_blockquote/localization/gl_ES.inc
Changed
@@ -2,20 +2,18 @@ /* +-----------------------------------------------------------------------+ - | plugins/hide_blockquote/localization/<lang>.inc | - | | | Localization file of the Roundcube Webmail Hide-Blockquote plugin | - | Copyright (C) 2012-2013, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-hide_blockquote/ */ + $labels'hide' = 'Agochar'; $labels'show' = 'Amosar'; $labels'quotelimit' = 'Agochar mencións cando haxa demasiadas liñas'; -?>
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/hide_blockquote/localization/he_IL.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/hide_blockquote/localization/he_IL.inc
Changed
@@ -2,20 +2,18 @@ /* +-----------------------------------------------------------------------+ - | plugins/hide_blockquote/localization/<lang>.inc | - | | | Localization file of the Roundcube Webmail Hide-Blockquote plugin | - | Copyright (C) 2012-2013, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-hide_blockquote/ */ + $labels'hide' = 'הסתר'; $labels'show' = 'הצג'; $labels'quotelimit' = 'הסתר ציטוט כאשר מספר השורות גדול מ-'; -?>
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/hide_blockquote/localization/hr_HR.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/hide_blockquote/localization/hr_HR.inc
Changed
@@ -2,20 +2,18 @@ /* +-----------------------------------------------------------------------+ - | plugins/hide_blockquote/localization/<lang>.inc | - | | | Localization file of the Roundcube Webmail Hide-Blockquote plugin | - | Copyright (C) 2012-2013, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-hide_blockquote/ */ + $labels'hide' = 'Sakrij'; $labels'show' = 'Pokaži'; $labels'quotelimit' = 'Sakrij citat ako broj linija prelazi'; -?>
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/hide_blockquote/localization/hu_HU.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/hide_blockquote/localization/hu_HU.inc
Changed
@@ -2,20 +2,18 @@ /* +-----------------------------------------------------------------------+ - | plugins/hide_blockquote/localization/<lang>.inc | - | | | Localization file of the Roundcube Webmail Hide-Blockquote plugin | - | Copyright (C) 2012-2013, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-hide_blockquote/ */ + $labels'hide' = 'Elrejtés'; $labels'show' = 'Megjelenítés'; $labels'quotelimit' = 'Idézet elrejtése ha a sorok száma több mint'; -?>
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/hide_blockquote/localization/hy_AM.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/hide_blockquote/localization/hy_AM.inc
Changed
@@ -2,20 +2,18 @@ /* +-----------------------------------------------------------------------+ - | plugins/hide_blockquote/localization/<lang>.inc | - | | | Localization file of the Roundcube Webmail Hide-Blockquote plugin | - | Copyright (C) 2012-2013, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-hide_blockquote/ */ + $labels'hide' = 'Թաքցնել'; $labels'show' = 'Ցուցադրել'; $labels'quotelimit' = 'Թաքցնել ցիտումը երբ տողերի քանակը գերազանցում է'; -?>
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/hide_blockquote/localization/ia.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/hide_blockquote/localization/ia.inc
Changed
@@ -2,20 +2,18 @@ /* +-----------------------------------------------------------------------+ - | plugins/hide_blockquote/localization/<lang>.inc | - | | | Localization file of the Roundcube Webmail Hide-Blockquote plugin | - | Copyright (C) 2012-2013, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-hide_blockquote/ */ + $labels'hide' = 'Celar'; $labels'show' = 'Monstrar'; $labels'quotelimit' = 'Celar le citation quando le numero de lineas es superior a'; -?>
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/hide_blockquote/localization/id_ID.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/hide_blockquote/localization/id_ID.inc
Changed
@@ -2,20 +2,18 @@ /* +-----------------------------------------------------------------------+ - | plugins/hide_blockquote/localization/<lang>.inc | - | | | Localization file of the Roundcube Webmail Hide-Blockquote plugin | - | Copyright (C) 2012-2013, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-hide_blockquote/ */ + $labels'hide' = 'Sembunyi'; $labels'show' = 'Tampil'; $labels'quotelimit' = 'Sembunyikan kutipan ketika jumlah baris lebih besar dari'; -?>
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/hide_blockquote/localization/is_IS.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/hide_blockquote/localization/is_IS.inc
Changed
@@ -2,20 +2,18 @@ /* +-----------------------------------------------------------------------+ - | plugins/hide_blockquote/localization/<lang>.inc | - | | | Localization file of the Roundcube Webmail Hide-Blockquote plugin | - | Copyright (C) 2012-2013, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-hide_blockquote/ */ + $labels'hide' = 'Fela'; $labels'show' = 'Birta'; $labels'quotelimit' = 'Fela tilvitnun þegar fjöldi lína er meiri en'; -?>
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/hide_blockquote/localization/it_IT.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/hide_blockquote/localization/it_IT.inc
Changed
@@ -2,20 +2,18 @@ /* +-----------------------------------------------------------------------+ - | plugins/hide_blockquote/localization/<lang>.inc | - | | | Localization file of the Roundcube Webmail Hide-Blockquote plugin | - | Copyright (C) 2012-2013, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-hide_blockquote/ */ + $labels'hide' = 'Nascondi'; $labels'show' = 'Mostra'; $labels'quotelimit' = 'Nascondi la citazione quando il numero di righe è maggiore di'; -?>
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/hide_blockquote/localization/ja_JP.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/hide_blockquote/localization/ja_JP.inc
Changed
@@ -2,20 +2,18 @@ /* +-----------------------------------------------------------------------+ - | plugins/hide_blockquote/localization/<lang>.inc | - | | | Localization file of the Roundcube Webmail Hide-Blockquote plugin | - | Copyright (C) 2012-2013, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-hide_blockquote/ */ + $labels'hide' = '隠す'; $labels'show' = '表示'; $labels'quotelimit' = '次の行数より多い引用を非表示'; -?>
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/hide_blockquote/localization/ka_GE.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/hide_blockquote/localization/ka_GE.inc
Changed
@@ -2,18 +2,16 @@ /* +-----------------------------------------------------------------------+ - | plugins/hide_blockquote/localization/<lang>.inc | - | | | Localization file of the Roundcube Webmail Hide-Blockquote plugin | - | Copyright (C) 2012-2013, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-hide_blockquote/ */ + $labels'show' = 'ჩვენება'; -?>
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/hide_blockquote/localization/km_KH.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/hide_blockquote/localization/km_KH.inc
Changed
@@ -2,20 +2,18 @@ /* +-----------------------------------------------------------------------+ - | plugins/hide_blockquote/localization/<lang>.inc | - | | | Localization file of the Roundcube Webmail Hide-Blockquote plugin | - | Copyright (C) 2012-2013, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-hide_blockquote/ */ + $labels'hide' = 'លាក់'; $labels'show' = 'បង្ហាញ'; $labels'quotelimit' = 'លាក់អត្ថបទសម្រង់ពេលចំនួនជួរធំជាង'; -?>
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/hide_blockquote/localization/kn_IN.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/hide_blockquote/localization/kn_IN.inc
Changed
@@ -2,18 +2,16 @@ /* +-----------------------------------------------------------------------+ - | plugins/hide_blockquote/localization/<lang>.inc | - | | | Localization file of the Roundcube Webmail Hide-Blockquote plugin | - | Copyright (C) 2012-2013, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-hide_blockquote/ */ + $labels'show' = 'ತೋರಿಸು'; -?>
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/hide_blockquote/localization/ko_KR.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/hide_blockquote/localization/ko_KR.inc
Changed
@@ -2,20 +2,18 @@ /* +-----------------------------------------------------------------------+ - | plugins/hide_blockquote/localization/<lang>.inc | - | | | Localization file of the Roundcube Webmail Hide-Blockquote plugin | - | Copyright (C) 2012-2013, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-hide_blockquote/ */ + $labels'hide' = '숨기기'; $labels'show' = '표시'; $labels'quotelimit' = '행 개수가 다음보다 많을 때 인용구를 숨김:'; -?>
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/hide_blockquote/localization/ku.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/hide_blockquote/localization/ku.inc
Changed
@@ -2,20 +2,18 @@ /* +-----------------------------------------------------------------------+ - | plugins/hide_blockquote/localization/<lang>.inc | - | | | Localization file of the Roundcube Webmail Hide-Blockquote plugin | - | Copyright (C) 2012-2013, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-hide_blockquote/ */ + $labels'hide' = 'Veşêre'; $labels'show' = 'Nîşan bide'; $labels'quotelimit' = 'Jêgirtinê bigire dema ku hejmara rêzan zêdetir be ji'; -?>
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/hide_blockquote/localization/ku_IQ.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/hide_blockquote/localization/ku_IQ.inc
Changed
@@ -2,18 +2,16 @@ /* +-----------------------------------------------------------------------+ - | plugins/hide_blockquote/localization/<lang>.inc | - | | | Localization file of the Roundcube Webmail Hide-Blockquote plugin | - | Copyright (C) 2012-2013, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-hide_blockquote/ */ + $labels'show' = 'پیشاندان'; -?>
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/hide_blockquote/localization/lb_LU.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/hide_blockquote/localization/lb_LU.inc
Changed
@@ -2,20 +2,18 @@ /* +-----------------------------------------------------------------------+ - | plugins/hide_blockquote/localization/<lang>.inc | - | | | Localization file of the Roundcube Webmail Hide-Blockquote plugin | - | Copyright (C) 2012-2013, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-hide_blockquote/ */ + $labels'hide' = 'Verstoppen'; $labels'show' = 'Weisen'; $labels'quotelimit' = 'Zitat verstoppe wann d\'Zeilenunzuel méi grouss ass ewéi'; -?>
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/hide_blockquote/localization/lt_LT.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/hide_blockquote/localization/lt_LT.inc
Changed
@@ -2,20 +2,18 @@ /* +-----------------------------------------------------------------------+ - | plugins/hide_blockquote/localization/<lang>.inc | - | | | Localization file of the Roundcube Webmail Hide-Blockquote plugin | - | Copyright (C) 2012-2013, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-hide_blockquote/ */ + $labels'hide' = 'Paslėpti'; $labels'show' = 'Parodyti'; $labels'quotelimit' = 'Paslėpti citatą, kai joje eilučių daugiau negu'; -?>
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/hide_blockquote/localization/lv_LV.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/hide_blockquote/localization/lv_LV.inc
Changed
@@ -2,20 +2,18 @@ /* +-----------------------------------------------------------------------+ - | plugins/hide_blockquote/localization/<lang>.inc | - | | | Localization file of the Roundcube Webmail Hide-Blockquote plugin | - | Copyright (C) 2012-2013, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-hide_blockquote/ */ + $labels'hide' = 'Slēpt'; $labels'show' = 'Rādīt'; $labels'quotelimit' = 'Slēpt citātu kad līniju skaits ir lielāks kā'; -?>
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/hide_blockquote/localization/mk_MK.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/hide_blockquote/localization/mk_MK.inc
Changed
@@ -2,20 +2,18 @@ /* +-----------------------------------------------------------------------+ - | plugins/hide_blockquote/localization/<lang>.inc | - | | | Localization file of the Roundcube Webmail Hide-Blockquote plugin | - | Copyright (C) 2012-2013, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-hide_blockquote/ */ + $labels'hide' = 'Скриј '; $labels'show' = 'Покажи'; $labels'quotelimit' = 'Скриј цитат кога бројот на линии е поголем од'; -?>
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/hide_blockquote/localization/ml_IN.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/hide_blockquote/localization/ml_IN.inc
Changed
@@ -2,20 +2,18 @@ /* +-----------------------------------------------------------------------+ - | plugins/hide_blockquote/localization/<lang>.inc | - | | | Localization file of the Roundcube Webmail Hide-Blockquote plugin | - | Copyright (C) 2012-2013, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-hide_blockquote/ */ + $labels'hide' = 'മറയ്ക്കുക'; $labels'show' = 'പ്രദർശിപ്പിക്കുക'; $labels'quotelimit' = 'ഇതിലും കൂടുതലാണ് വരികളുടെ എണ്ണമെങ്കിൽ അവലംബം മറയ്ക്കുക'; -?>
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/hide_blockquote/localization/mn_MN.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/hide_blockquote/localization/mn_MN.inc
Changed
@@ -2,20 +2,18 @@ /* +-----------------------------------------------------------------------+ - | plugins/hide_blockquote/localization/<lang>.inc | - | | | Localization file of the Roundcube Webmail Hide-Blockquote plugin | - | Copyright (C) 2012-2013, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-hide_blockquote/ */ + $labels'hide' = 'Нуух'; $labels'show' = 'Харах'; $labels'quotelimit' = 'Хэрвээ мөрийн тоо дараахаас их бол ишлэлийг харуулахгүй:'; -?>
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/hide_blockquote/localization/nb_NO.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/hide_blockquote/localization/nb_NO.inc
Changed
@@ -2,20 +2,18 @@ /* +-----------------------------------------------------------------------+ - | plugins/hide_blockquote/localization/<lang>.inc | - | | | Localization file of the Roundcube Webmail Hide-Blockquote plugin | - | Copyright (C) 2012-2013, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-hide_blockquote/ */ + $labels'hide' = 'Skjul'; $labels'show' = 'Vis'; $labels'quotelimit' = 'Skjul sitat når antall linjer er flere enn'; -?>
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/hide_blockquote/localization/nl_BE.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/hide_blockquote/localization/nl_BE.inc
Changed
@@ -2,19 +2,17 @@ /* +-----------------------------------------------------------------------+ - | plugins/hide_blockquote/localization/<lang>.inc | - | | | Localization file of the Roundcube Webmail Hide-Blockquote plugin | - | Copyright (C) 2012-2013, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-hide_blockquote/ */ + $labels'hide' = 'Verberg'; $labels'show' = 'Weergeven'; -?>
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/hide_blockquote/localization/nl_NL.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/hide_blockquote/localization/nl_NL.inc
Changed
@@ -2,20 +2,18 @@ /* +-----------------------------------------------------------------------+ - | plugins/hide_blockquote/localization/<lang>.inc | - | | | Localization file of the Roundcube Webmail Hide-Blockquote plugin | - | Copyright (C) 2012-2013, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-hide_blockquote/ */ + $labels'hide' = 'Verbergen'; $labels'show' = 'Tonen'; $labels'quotelimit' = 'Verberg citaat wanneer aantal regels groter is dan'; -?>
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/hide_blockquote/localization/nn_NO.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/hide_blockquote/localization/nn_NO.inc
Changed
@@ -2,20 +2,18 @@ /* +-----------------------------------------------------------------------+ - | plugins/hide_blockquote/localization/<lang>.inc | - | | | Localization file of the Roundcube Webmail Hide-Blockquote plugin | - | Copyright (C) 2012-2013, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-hide_blockquote/ */ + $labels'hide' = 'Gøym'; $labels'show' = 'Vis'; $labels'quotelimit' = 'Gøym sitat når talet på linjer er større enn'; -?>
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/hide_blockquote/localization/pl_PL.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/hide_blockquote/localization/pl_PL.inc
Changed
@@ -2,20 +2,18 @@ /* +-----------------------------------------------------------------------+ - | plugins/hide_blockquote/localization/<lang>.inc | - | | | Localization file of the Roundcube Webmail Hide-Blockquote plugin | - | Copyright (C) 2012-2013, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-hide_blockquote/ */ + $labels'hide' = 'Ukryj'; $labels'show' = 'Pokaż'; $labels'quotelimit' = 'Ukryj blok cytatu gdy liczba linii jest większa od'; -?>
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/hide_blockquote/localization/pt_BR.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/hide_blockquote/localization/pt_BR.inc
Changed
@@ -2,20 +2,18 @@ /* +-----------------------------------------------------------------------+ - | plugins/hide_blockquote/localization/<lang>.inc | - | | | Localization file of the Roundcube Webmail Hide-Blockquote plugin | - | Copyright (C) 2012-2013, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-hide_blockquote/ */ + $labels'hide' = 'Ocultar'; $labels'show' = 'Exibir'; $labels'quotelimit' = 'Ocultar a citação quando o número de linhas for maior que'; -?>
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/hide_blockquote/localization/pt_PT.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/hide_blockquote/localization/pt_PT.inc
Changed
@@ -2,20 +2,18 @@ /* +-----------------------------------------------------------------------+ - | plugins/hide_blockquote/localization/<lang>.inc | - | | | Localization file of the Roundcube Webmail Hide-Blockquote plugin | - | Copyright (C) 2012-2013, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-hide_blockquote/ */ + $labels'hide' = 'Ocultar'; $labels'show' = 'Mostrar'; $labels'quotelimit' = 'Ocultar citação quando o número de linhas for maior que'; -?>
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/hide_blockquote/localization/ro_RO.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/hide_blockquote/localization/ro_RO.inc
Changed
@@ -2,20 +2,18 @@ /* +-----------------------------------------------------------------------+ - | plugins/hide_blockquote/localization/<lang>.inc | - | | | Localization file of the Roundcube Webmail Hide-Blockquote plugin | - | Copyright (C) 2012-2013, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-hide_blockquote/ */ + $labels'hide' = 'Ascunde'; $labels'show' = 'Afișează'; $labels'quotelimit' = 'Ascunde citațiile dacă numărul de linii este mai mare ca'; -?>
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/hide_blockquote/localization/ru_RU.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/hide_blockquote/localization/ru_RU.inc
Changed
@@ -2,20 +2,18 @@ /* +-----------------------------------------------------------------------+ - | plugins/hide_blockquote/localization/<lang>.inc | - | | | Localization file of the Roundcube Webmail Hide-Blockquote plugin | - | Copyright (C) 2012-2013, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-hide_blockquote/ */ + $labels'hide' = 'Скрыть'; $labels'show' = 'Показать'; $labels'quotelimit' = 'Скрыть цитату, если число строк более чем'; -?>
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/hide_blockquote/localization/sk_SK.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/hide_blockquote/localization/sk_SK.inc
Changed
@@ -2,20 +2,18 @@ /* +-----------------------------------------------------------------------+ - | plugins/hide_blockquote/localization/<lang>.inc | - | | | Localization file of the Roundcube Webmail Hide-Blockquote plugin | - | Copyright (C) 2012-2013, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-hide_blockquote/ */ + $labels'hide' = 'Skryť'; $labels'show' = 'Zobraziť'; $labels'quotelimit' = 'Skryť citovaný text, ak je počet riadkov väčší než'; -?>
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/hide_blockquote/localization/sl_SI.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/hide_blockquote/localization/sl_SI.inc
Changed
@@ -2,20 +2,18 @@ /* +-----------------------------------------------------------------------+ - | plugins/hide_blockquote/localization/<lang>.inc | - | | | Localization file of the Roundcube Webmail Hide-Blockquote plugin | - | Copyright (C) 2012-2013, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-hide_blockquote/ */ + $labels'hide' = 'Skrij'; $labels'show' = 'Prikaži'; $labels'quotelimit' = 'Skrij citiran tekst, ko je število vrstic večje od'; -?>
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/hide_blockquote/localization/sq_AL.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/hide_blockquote/localization/sq_AL.inc
Changed
@@ -2,20 +2,18 @@ /* +-----------------------------------------------------------------------+ - | plugins/hide_blockquote/localization/<lang>.inc | - | | | Localization file of the Roundcube Webmail Hide-Blockquote plugin | - | Copyright (C) 2012-2013, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-hide_blockquote/ */ + $labels'hide' = 'Fshihe'; $labels'show' = 'Shfaqe'; $labels'quotelimit' = 'Fshihe citimin kur numri i rreshtave është më i madh se'; -?>
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/hide_blockquote/localization/sr_CS.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/hide_blockquote/localization/sr_CS.inc
Changed
@@ -2,20 +2,18 @@ /* +-----------------------------------------------------------------------+ - | plugins/hide_blockquote/localization/<lang>.inc | - | | | Localization file of the Roundcube Webmail Hide-Blockquote plugin | - | Copyright (C) 2012-2013, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-hide_blockquote/ */ + $labels'hide' = 'Сакриј'; $labels'show' = 'Прикажи'; $labels'quotelimit' = 'Сакриј цитат када је број редова већи од'; -?>
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/hide_blockquote/localization/sv_SE.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/hide_blockquote/localization/sv_SE.inc
Changed
@@ -2,20 +2,18 @@ /* +-----------------------------------------------------------------------+ - | plugins/hide_blockquote/localization/<lang>.inc | - | | | Localization file of the Roundcube Webmail Hide-Blockquote plugin | - | Copyright (C) 2012-2013, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-hide_blockquote/ */ + $labels'hide' = 'Dölj'; $labels'show' = 'Visa'; $labels'quotelimit' = 'Dölj citat när antalet rader överstiger'; -?>
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/hide_blockquote/localization/th_TH.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/hide_blockquote/localization/th_TH.inc
Changed
@@ -2,20 +2,18 @@ /* +-----------------------------------------------------------------------+ - | plugins/hide_blockquote/localization/<lang>.inc | - | | | Localization file of the Roundcube Webmail Hide-Blockquote plugin | - | Copyright (C) 2012-2013, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-hide_blockquote/ */ + $labels'hide' = 'ซ่อน'; $labels'show' = 'แสดง'; $labels'quotelimit' = 'ซ่อนการอ้างอิงเมื่อการนับบรรทัดมีค่ามากกว่า'; -?>
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/hide_blockquote/localization/tr_TR.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/hide_blockquote/localization/tr_TR.inc
Changed
@@ -2,20 +2,18 @@ /* +-----------------------------------------------------------------------+ - | plugins/hide_blockquote/localization/<lang>.inc | - | | | Localization file of the Roundcube Webmail Hide-Blockquote plugin | - | Copyright (C) 2012-2013, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-hide_blockquote/ */ + $labels'hide' = 'Gizle'; $labels'show' = 'Görüntüle'; $labels'quotelimit' = 'Satır sayısı şundan fazla ise alıntılar gizlensin:'; -?>
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/hide_blockquote/localization/tzl.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/hide_blockquote/localization/tzl.inc
Changed
@@ -2,19 +2,17 @@ /* +-----------------------------------------------------------------------+ - | plugins/hide_blockquote/localization/<lang>.inc | - | | | Localization file of the Roundcube Webmail Hide-Blockquote plugin | - | Copyright (C) 2012-2013, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-hide_blockquote/ */ + $labels'hide' = 'Ascunçarh'; $labels'show' = 'Mostrarh'; -?>
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/hide_blockquote/localization/uk_UA.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/hide_blockquote/localization/uk_UA.inc
Changed
@@ -2,20 +2,18 @@ /* +-----------------------------------------------------------------------+ - | plugins/hide_blockquote/localization/<lang>.inc | - | | | Localization file of the Roundcube Webmail Hide-Blockquote plugin | - | Copyright (C) 2012-2013, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-hide_blockquote/ */ + $labels'hide' = 'Приховати'; $labels'show' = 'Показати'; $labels'quotelimit' = 'Приховати цитування, коли кількість рядків більша, ніж '; -?>
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/hide_blockquote/localization/ur_PK.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/hide_blockquote/localization/ur_PK.inc
Changed
@@ -2,18 +2,16 @@ /* +-----------------------------------------------------------------------+ - | plugins/hide_blockquote/localization/<lang>.inc | - | | | Localization file of the Roundcube Webmail Hide-Blockquote plugin | - | Copyright (C) 2012-2013, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-hide_blockquote/ */ + $labels'show' = 'دیکھایں'; -?>
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/hide_blockquote/localization/uz.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/hide_blockquote/localization/uz.inc
Changed
@@ -2,20 +2,18 @@ /* +-----------------------------------------------------------------------+ - | plugins/hide_blockquote/localization/<lang>.inc | - | | | Localization file of the Roundcube Webmail Hide-Blockquote plugin | - | Copyright (C) 2012-2013, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-hide_blockquote/ */ + $labels'hide' = 'Berkitish'; $labels'show' = 'Ko‘rsatish'; $labels'quotelimit' = 'Qatorlar soni ko‘proq bo‘lsa, sarlavhani yashirish'; -?>
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/hide_blockquote/localization/vi_VN.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/hide_blockquote/localization/vi_VN.inc
Changed
@@ -2,20 +2,18 @@ /* +-----------------------------------------------------------------------+ - | plugins/hide_blockquote/localization/<lang>.inc | - | | | Localization file of the Roundcube Webmail Hide-Blockquote plugin | - | Copyright (C) 2012-2013, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-hide_blockquote/ */ + $labels'hide' = 'Ẩn'; $labels'show' = 'Hiển thị'; $labels'quotelimit' = 'Ẩn trích dẫn khi tổng số dòng lớn hơn'; -?>
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/hide_blockquote/localization/zh_CN.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/hide_blockquote/localization/zh_CN.inc
Changed
@@ -2,20 +2,18 @@ /* +-----------------------------------------------------------------------+ - | plugins/hide_blockquote/localization/<lang>.inc | - | | | Localization file of the Roundcube Webmail Hide-Blockquote plugin | - | Copyright (C) 2012-2013, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-hide_blockquote/ */ + $labels'hide' = '隐藏'; $labels'show' = '显示'; $labels'quotelimit' = '隐藏引用当行数大于'; -?>
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/hide_blockquote/localization/zh_TW.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/hide_blockquote/localization/zh_TW.inc
Changed
@@ -2,20 +2,18 @@ /* +-----------------------------------------------------------------------+ - | plugins/hide_blockquote/localization/<lang>.inc | - | | | Localization file of the Roundcube Webmail Hide-Blockquote plugin | - | Copyright (C) 2012-2013, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-hide_blockquote/ */ + $labels'hide' = '隱藏'; $labels'show' = '顯示'; $labels'quotelimit' = '當行數大於此數目,就隱藏引文:'; -?>
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/http_authentication/http_authentication.php -> roundcubemail-1.4-rc1.167.tar.gz/plugins/http_authentication/http_authentication.php
Changed
@@ -85,6 +85,7 @@ if (!empty($_SERVER'PHP_AUTH_USER') && $args'user' == $_SERVER'PHP_AUTH_USER') { if ($url = rcmail::get_instance()->config->get('logout_url')) { header("Location: $url", true, 307); + exit; } } }
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/managesieve/composer.json -> roundcubemail-1.4-rc1.167.tar.gz/plugins/managesieve/composer.json
Changed
@@ -3,7 +3,7 @@ "type": "roundcube-plugin", "description": "Adds a possibility to manage Sieve scripts (incoming mail filters). It's clickable interface which operates on text scripts and communicates with server using managesieve protocol. Adds Filters tab in Settings.", "license": "GPLv3+", - "version": "8.7", + "version": "9.3", "authors": { "name": "Aleksander Machniak", @@ -15,15 +15,11 @@ { "type": "composer", "url": "https://plugins.roundcube.net" - }, - { - "type": "vcs", - "url": "https://github.com/roundcube/Net_Sieve.git" } , "require": { "php": ">=5.3.0", "roundcube/plugin-installer": ">=0.1.3", - "roundcube/net_sieve": "~1.5.0" + "pear/net_sieve": "~1.4.4" } }
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/managesieve/config.inc.php.dist -> roundcubemail-1.4-rc1.167.tar.gz/plugins/managesieve/config.inc.php.dist
Changed
@@ -41,7 +41,7 @@ // Note: These can be also specified as an array of options indexed by hostname $config'managesieve_conn_options' = null; -// default contents of filters script (eg. default spam filter) +// A file with default script content (eg. spam filter) $config'managesieve_default' = '/etc/dovecot/sieve/global'; // The name of the script which will be used when there's no user script
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/managesieve/lib/Roundcube/rcube_sieve_engine.php -> roundcubemail-1.4-rc1.167.tar.gz/plugins/managesieve/lib/Roundcube/rcube_sieve_engine.php
Changed
@@ -258,7 +258,7 @@ $script_name = 'roundcube'; } - if ($script_file && is_readable($script_file)) { + if ($script_file && is_readable($script_file) && !is_dir($script_file)) { $content = file_get_contents($script_file); }
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/managesieve/lib/Roundcube/rcube_sieve_vacation.php -> roundcubemail-1.4-rc1.167.tar.gz/plugins/managesieve/lib/Roundcube/rcube_sieve_vacation.php
Changed
@@ -498,7 +498,7 @@ $table->add('title', html::label('vacation_addresses', $this->plugin->gettext('vacation.addresses'))); $table->add(null, $addresses . $addresses_link->show($this->plugin->gettext('filladdresses'))); $table->add('title', html::label('vacation_interval', $this->plugin->gettext('vacation.interval'))); - $table->add('input-group', $interval_txt); + $table->add(null, html::span('input-group', $interval_txt)); if ($after) { $table->add('title', html::label('vacation_after', $this->plugin->gettext('vacation.after')));
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/managesieve/localization/ar.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/managesieve/localization/ar.inc
Changed
@@ -2,19 +2,19 @@ /* +-----------------------------------------------------------------------+ - | plugins/managesieve/localization/<lang>.inc | - | | | Localization file of the Roundcube Webmail Managesieve plugin | - | Copyright (C) 2012-2013, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-managesieve/ */ + + $labels'filters' = 'عوامل التصفية'; $labels'filtername' = 'إسم عامل التصفية'; $labels'newfilter' = 'عامل تصفية جديد'; @@ -60,6 +60,9 @@ $labels'hour' = 'ساعة'; $labels'minute' = 'دقيقة'; $labels'second' = 'ثانية'; +$labels'time' = 'الوقت (hh:mm:ss)'; +$labels'iso8601' = 'التاريخ (ISO8601)'; +$labels'std11' = 'التاريخ (RFC2822)'; $labels'advancedopts' = 'خيارات متقدّمة'; $labels'body' = 'هيكل الرسالة'; $labels'address' = 'العنوان'; @@ -69,4 +72,6 @@ $labels'vacation.advanced' = 'الإعدادات المتقدمة'; $labels'vacation.subject' = 'الموضوع'; $labels'vacation.body' = 'هيكل الرسالة'; -?> +$labels'vacation.saving' = 'جارٍ حفظ البيانات...'; +$labels'forward.status' = 'الحالة:'; +$labels'forward.saving' = 'جارٍ حفظ البيانات...';
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/managesieve/localization/ar_SA.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/managesieve/localization/ar_SA.inc
Changed
@@ -2,19 +2,19 @@ /* +-----------------------------------------------------------------------+ - | plugins/managesieve/localization/<lang>.inc | - | | | Localization file of the Roundcube Webmail Managesieve plugin | - | Copyright (C) 2012-2013, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-managesieve/ */ + + $labels'filters' = 'تصفية'; $labels'managefilters' = 'ادارة تصفية البريد الوارد'; $labels'filtername' = 'اسم التصفية'; @@ -63,14 +63,8 @@ $labels'seconds' = 'ثواني'; $labels'rulestop' = 'ايقاف تقييم القواعد'; $labels'enable' = 'تفعيل/تعطيل'; -$labels'filterset' = 'مجموعة مصفياة'; $labels'filtersets' = 'مجموعة تصفية'; -$labels'filtersetadd' = 'اضافة مجموعة تصفية'; -$labels'filtersetact' = 'تفعيل مجموعة التصفية الحالية '; -$labels'filtersetdeact' = 'تعطيل مجموعة التصفية الحالية '; $labels'filterdef' = 'تعريف التصفية '; -$labels'filtersetname' = 'اسم مجموعة التصفية'; -$labels'newfilterset' = 'مجموعة تصفية جديدة'; $labels'active' = 'نشط'; $labels'none' = 'لاشيء'; $labels'fromset' = 'من مجموعة'; @@ -168,15 +162,6 @@ $messages'forbiddenchars' = 'احرف محظورة في هذا الحقل.'; $messages'cannotbeempty' = 'لا يمكن ترك الحقل فارغاً'; $messages'ruleexist' = 'اسم هذة التصفية موجود مسبقاً'; -$messages'setactivateerror' = 'لا يمكن تفعيل مجموعة التصفية المحددة.خطا في الخادم.'; -$messages'setdeactivateerror' = 'لا يمكن تعطيل مجموعة التصفية المحددة.خطا في الخادم.'; -$messages'setdeleteerror' = 'لا يمكن حذف مجموعة التصفية المحددة.خطا في الخادم.'; -$messages'setactivated' = 'تم تفعيل مجموعة التصفية بنجاح.'; -$messages'setdeactivated' = 'تم تعطيل مجموعة التصفية بنجاح.'; -$messages'setdeleted' = 'تم حذف مجموعة التصفية بنجاح.'; -$messages'setdeleteconfirm' = 'هل تريد فعلاً حذف مجموعات التصفية المحددة؟'; -$messages'setcreateerror' = 'لا يمكن انشاء مجموعة تصفية.خطا في الخادم.'; -$messages'setcreated' = 'تم انشاء مجموعة التصفية بنجاح.'; $messages'activateerror' = 'لا يمكن تمكين التصفية(ـات) المحددة .خطا في الخادم.'; $messages'deactivateerror' = 'لا يمكن تعطيل التصفية(ـات) المحددة .خطا في الخادم.'; $messages'deactivated' = 'تم تعطيل المصفيـ(ـاة) بنجاح.'; @@ -188,4 +173,3 @@ $messages'nodata' = 'يجب تحديد موضع واحد على الأقل!'; $messages'invaliddateformat' = 'تاريخ غير صحيح او يوجد خطا في تنسق اجزاء التاريخ'; $messages'saveerror' = 'لا يمكن حفظ البيانات. خطا في الخادم.'; -?>
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/managesieve/localization/ast.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/managesieve/localization/ast.inc
Changed
@@ -2,19 +2,19 @@ /* +-----------------------------------------------------------------------+ - | plugins/managesieve/localization/<lang>.inc | - | | | Localization file of the Roundcube Webmail Managesieve plugin | - | Copyright (C) 2012-2013, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-managesieve/ */ + + $labels'filters' = 'Filtros'; $labels'managefilters' = 'Alministrar filtros de corréu entrante'; $labels'filtername' = 'Nome del filtru'; @@ -57,4 +57,3 @@ $labels'vacation.subject' = 'Asuntu'; $labels'vacation.body' = 'Cuerpu'; $labels'vacation.keep' = 'Caltener'; -?>
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/managesieve/localization/az_AZ.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/managesieve/localization/az_AZ.inc
Changed
@@ -2,19 +2,19 @@ /* +-----------------------------------------------------------------------+ - | plugins/managesieve/localization/<lang>.inc | - | | | Localization file of the Roundcube Webmail Managesieve plugin | - | Copyright (C) 2012-2013, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-managesieve/ */ + + $labels'filters' = 'Süzgəclər'; $labels'managefilters' = 'Gələn məktub üçün süzgəclərin idarəsi'; $labels'filtername' = 'Süzgəcin adı'; @@ -62,14 +62,8 @@ $labels'seconds' = 'saniyələr'; $labels'rulestop' = 'Yerinə yetirməyi dayandır'; $labels'enable' = 'Yandır/Söndür'; -$labels'filterset' = 'Süzgəc dəsti'; $labels'filtersets' = 'Süzgəc dəstləri'; -$labels'filtersetadd' = 'Süzgəc dəsti əlavə et'; -$labels'filtersetact' = 'İndiki sücgəc dəstini yandır'; -$labels'filtersetdeact' = 'İndiki süzgəc dəstini söndür'; $labels'filterdef' = 'Süzgəcin təsviri'; -$labels'filtersetname' = 'Süzgəc dəstinin adı'; -$labels'newfilterset' = 'Yeni süzgəc dəsti'; $labels'active' = 'aktiv'; $labels'none' = 'heç biri'; $labels'fromset' = 'dəstdən'; @@ -169,15 +163,6 @@ $messages'forbiddenchars' = 'Sahədə qadağan edilən işarələr.'; $messages'cannotbeempty' = 'Sahə boş ola bilməz.'; $messages'ruleexist' = 'Bu adla süzgəc artıq mövcuddur.'; -$messages'setactivateerror' = 'Seçilmiş süzgəcləri aktiv etmək mümkün deyil. Server xətası.'; -$messages'setdeactivateerror' = 'Seçilmiş süzgəcləri deaktiv mümkün deyil. Server xətası.'; -$messages'setdeleteerror' = 'Seçilmiş süzgəcləri silmək mümkün deyil. Server xətası.'; -$messages'setactivated' = 'Süzgəc dəsti yandırıldı.'; -$messages'setdeactivated' = 'Süzgəc dəsti söndürüldü.'; -$messages'setdeleted' = 'Süzgəc dəsti silindi.'; -$messages'setdeleteconfirm' = 'Bu süzgəc dəstini silməkdə əminsiniz?'; -$messages'setcreateerror' = 'Süzgəcləri yaratmaq mümkün deyil. Server xətası.'; -$messages'setcreated' = 'Süzgəc dəsti uğurla yaradıldı.'; $messages'activateerror' = 'Seçilmiş süzgəc(lər)i yandırmaq mümkün deyil. Server xətası.'; $messages'deactivateerror' = 'Seçilmiş süzgəc(lər)i söndürmək mümkün deyil. Server xətası.'; $messages'deactivated' = 'Süzgəc(lər) uğurla yandırıldı.'; @@ -189,4 +174,3 @@ $messages'setexist' = 'Dəst artıq mövcuddur.'; $messages'nodata' = 'Heç olmasa bir mövqe tutmaq lazımdır!'; $messages'invaliddateformat' = 'Tarix və ya tarix formatının bir hissəsi səhvdir'; -?>
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/managesieve/localization/be_BE.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/managesieve/localization/be_BE.inc
Changed
@@ -2,19 +2,19 @@ /* +-----------------------------------------------------------------------+ - | plugins/managesieve/localization/<lang>.inc | - | | | Localization file of the Roundcube Webmail Managesieve plugin | - | Copyright (C) 2012-2013, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-managesieve/ */ + + $labels'filters' = 'Фільтры'; $labels'managefilters' = 'Парадкаваць фільтры атрыманай пошты'; $labels'filtername' = 'Назва фільтра'; @@ -63,14 +63,8 @@ $labels'seconds' = 'секунд'; $labels'rulestop' = 'Перастаць выконваць праверку правілаў'; $labels'enable' = 'Уключыць/Выключыць'; -$labels'filterset' = 'Набор фільтраў'; $labels'filtersets' = 'Наборы фільтраў'; -$labels'filtersetadd' = 'Дадаць набор фільтраў'; -$labels'filtersetact' = 'Актываваць бягучы набор фільтраў'; -$labels'filtersetdeact' = 'Дэактываваць бягучы набор фільтраў'; $labels'filterdef' = 'Вызначэнне фільтра'; -$labels'filtersetname' = 'Назва набору фільтраў'; -$labels'newfilterset' = 'Новы набор фільтраў'; $labels'active' = 'актыўны'; $labels'none' = 'няма'; $labels'fromset' = 'з набору'; @@ -170,15 +164,6 @@ $messages'forbiddenchars' = 'Забароненыя знакі ў полі.'; $messages'cannotbeempty' = 'Поле не можа быць пустым.'; $messages'ruleexist' = 'Фільтр з гэтай назвай ужо існуе.'; -$messages'setactivateerror' = 'Не ўдалося ўключыць абраны набор фільтраў. Памылка на серверы.'; -$messages'setdeactivateerror' = 'Не ўдалося адключыць абраны набор фільтраў. Памылка на серверы.'; -$messages'setdeleteerror' = 'Не ўдалося выдаліць абраны набор фільтраў. Памылка на серверы.'; -$messages'setactivated' = 'Набор фільтраў актываваны.'; -$messages'setdeactivated' = 'Набор фільтраў дэактываваны.'; -$messages'setdeleted' = 'Набор фільтраў выдалены.'; -$messages'setdeleteconfirm' = 'Напраўду выдаліць абраны набор фільтраў?'; -$messages'setcreateerror' = 'Не ўдалося стварыць набор фільтраў. Памылка на серверы.'; -$messages'setcreated' = 'Набор фільтраў створаны.'; $messages'activateerror' = 'Не ўдалося ўключыць абраны(я) фільтры. Памылка на серверы.'; $messages'deactivateerror' = 'Не ўдалося адключыць абраны(я) фільтры. Памылка на серверы.'; $messages'deactivated' = 'Фільтр(ы) адключаны.'; @@ -190,4 +175,3 @@ $messages'setexist' = 'Набор ужо існуе.'; $messages'nodata' = 'Мінімум адна пазіцыя павінна быць вылучана!'; $messages'invaliddateformat' = 'Няслушная дата альбо фармат даты'; -?>
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/managesieve/localization/bg_BG.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/managesieve/localization/bg_BG.inc
Changed
@@ -2,30 +2,32 @@ /* +-----------------------------------------------------------------------+ - | plugins/managesieve/localization/<lang>.inc | - | | | Localization file of the Roundcube Webmail Managesieve plugin | - | Copyright (C) 2012-2013, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-managesieve/ */ + + $labels'filters' = 'Филтри'; $labels'managefilters' = 'Управление на филтри за входяща поща'; $labels'filtername' = 'Име на филтър'; $labels'newfilter' = 'Нов филтър'; $labels'filteradd' = 'Добавяне на филтър'; $labels'filterdel' = 'Изтриване на филтър'; +$labels'rules' = 'Условия'; +$labels'actions' = 'Действия'; $labels'scope' = 'Обхват'; $labels'moveup' = 'Преместване нагоре'; $labels'movedown' = 'Преместване надолу'; -$labels'filterallof' = 'която изпълнява всички условия'; -$labels'filteranyof' = 'която изпълнява някое от условията'; +$labels'filterallof' = 'при изпълнение на всички условия'; +$labels'filteranyof' = 'при изпълнение на някое от условията'; $labels'filterany' = 'за всички писма'; $labels'filtercontains' = 'съдържа'; $labels'filternotcontains' = 'не съдържа'; @@ -39,6 +41,14 @@ $labels'filternotregex' = 'не отговаря на регулярен израз'; $labels'filterunder' = 'под'; $labels'filterover' = 'над'; +$labels'mime' = 'MIME:'; +$labels'mimepart' = 'MIME част:'; +$labels'mime-message' = 'писмо'; +$labels'mime-anychild' = 'която и да е'; +$labels'mime-type' = 'тип'; +$labels'mime-subtype' = 'подтип'; +$labels'mime-contenttype' = 'тип на съдържанието'; +$labels'mime-param' = 'параметър'; $labels'addrule' = 'Ново условие'; $labels'delrule' = 'Изтриване на условие'; $labels'messagemoveto' = 'Премести писмото във'; @@ -48,8 +58,8 @@ $labels'messagereply' = 'Отговори с писмо'; $labels'messagedelete' = 'Изтрий писмото'; $labels'messagediscard' = 'Отхвърли с писмо'; -$labels'messagekeep' = 'Остави писмото във Вх. поща'; -$labels'messagesrules' = 'При получаване на поща...'; +$labels'messagekeep' = 'Остави писмото във Входящи'; +$labels'messagesrules' = 'При получаване на поща:'; $labels'messagesactions' = '...изпълни следните действия:'; $labels'add' = 'Добави'; $labels'del' = 'Изтрий'; @@ -58,19 +68,21 @@ $labels'vacationaddr' = 'Мои адреси на ел. поща:'; $labels'vacationdays' = 'Колко често да праща писма (в дни):'; $labels'vacationinterval' = 'Колко често да праща писма:'; -$labels'vacationreason' = 'Текст на писмото (причина за отпуск)'; +$labels'vacationreason' = 'Текст на писмото (причина за отпуск):'; $labels'vacationfrom' = 'Адрес за отговор на подателя:'; -$labels'vacationsubject' = 'Заглавие на писмото'; +$labels'vacationsubject' = 'Заглавие на писмото:'; $labels'days' = 'дни'; $labels'seconds' = 'секунди'; $labels'rulestop' = 'Спри проверка на други условия'; $labels'enable' = 'Включи/Изключи'; $labels'filterset' = 'Набор филтри'; $labels'filtersets' = 'Набори филтри'; -$labels'filtersetadd' = 'Нов набор филтри'; +$labels'filtersetadd' = 'Добавяне на набор филтри'; +$labels'filtersetdel' = 'Изтриване на набор филтри'; $labels'filtersetact' = 'Активиране на текущ набор филтри'; $labels'filtersetdeact' = 'Деактивиране на текущ набор филтри'; -$labels'filterseteditraw' = 'Редакция набор филтри'; +$labels'filterseteditraw' = 'Редакция на набор филтри'; +$labels'filtersetswitch' = 'Включи/Изключи набор филтри'; $labels'filterdef' = 'Дефиниране на филтър'; $labels'filtersetname' = 'Име на набор филтри'; $labels'newfilterset' = 'Нов набор филтри'; @@ -91,7 +103,7 @@ $labels'valueislessthanequal' = 'стойност е по-малка или равна на'; $labels'valueequals' = 'стойност е равна на'; $labels'valuenotequals' = 'стойност не е равна на'; -$labels'setflags' = 'Установи флагове на писмо'; +$labels'setflags' = 'Установи флагове на писмото'; $labels'addflags' = 'Добави флагове към писмо'; $labels'removeflags' = 'Премахни флагове от писмо'; $labels'flagread' = 'Прочетено'; @@ -99,6 +111,18 @@ $labels'flaganswered' = 'Отговорено'; $labels'flagflagged' = 'Отбелязано'; $labels'flagdraft' = 'Чернова'; +$labels'addheader' = 'Добави заглавен блок към писмо'; +$labels'deleteheader' = 'Премахни заглавен блок от писмо'; +$labels'headername' = 'Име на заглавен блок'; +$labels'headervalue' = 'Стойност на заглавен блок'; +$labels'headerpos' = 'Позиция на заглавен блок'; +$labels'headeratstart' = 'в началото'; +$labels'headeratend' = 'в края'; +$labels'headeroccurrence' = 'Поява/позиция на заглавен блок'; +$labels'headerfromstart' = 'от началото'; +$labels'headerfromend' = 'от края'; +$labels'headerpatterns' = 'Модели на стойността на заглавен блок'; +$labels'headermatchtype' = 'тип съвпадение:'; $labels'setvariable' = 'Установи променлива'; $labels'setvarname' = 'Име на променлива:'; $labels'setvarvalue' = 'Стойност на променлива:'; @@ -113,7 +137,7 @@ $labels'notifytarget' = 'Известие към:'; $labels'notifymessage' = 'Съдържание на известие (опционално):'; $labels'notifyoptions' = 'Опции на известие (опционално):'; -$labels'notifyfrom' = 'Известие от (опционално):'; +$labels'notifyfrom' = 'Подател на известието (опционално):'; $labels'notifyimportance' = 'Приоритет:'; $labels'notifyimportancelow' = 'нисък'; $labels'notifyimportancenormal' = 'нормален'; @@ -155,7 +179,7 @@ $labels'domain' = 'домейн'; $labels'localpart' = 'локална част'; $labels'user' = 'потребител'; -$labels'detail' = 'датайли'; +$labels'detail' = 'детайли'; $labels'comparator' = 'сравнител:'; $labels'default' = 'по подразбиране'; $labels'octet' = 'стриктно (октет)'; @@ -163,35 +187,43 @@ $labels'asciinumeric' = 'цифрово'; $labels'index' = 'индекс:'; $labels'indexlast' = 'наобратно'; +$labels'vacation' = 'Отпуск'; $labels'vacation.reply' = 'Писмо отговор'; $labels'vacation.advanced' = 'Разширени настройки'; $labels'vacation.from' = 'Адрес за отговор на подателя:'; $labels'vacation.subject' = 'Относно'; $labels'vacation.body' = 'Съдържание'; +$labels'vacation.start' = 'Начало'; +$labels'vacation.end' = 'Край'; $labels'vacation.status' = 'Статус'; $labels'vacation.on' = 'Вкл.'; $labels'vacation.off' = 'Изкл.'; $labels'vacation.addresses' = 'Мои адреси на ел. поща'; $labels'vacation.interval' = 'Интервал на отговор'; +$labels'vacation.after' = 'Постави правилото за отпуск след'; $labels'vacation.saving' = 'Запис на данни...'; $labels'vacation.action' = 'Действие при получаване на писмо'; -$labels'vacation.keep' = 'Задръж'; +$labels'vacation.keep' = 'Запази'; $labels'vacation.discard' = 'Изхвърли'; $labels'vacation.redirect' = 'Препрати на'; $labels'vacation.copy' = 'Прати копие на'; +$labels'forward' = 'Препращане'; $labels'forward.redirect' = 'Препрати на'; $labels'forward.copy' = 'Прати копие на'; $labels'forward.on' = 'Вкл.'; $labels'forward.off' = 'Изкл.'; +$labels'forward.status' = 'Статус:'; +$labels'forward.action' = 'При получаване на поща изпълни следното действие:'; $labels'forward.saving' = 'Запис на данни...'; $labels'filladdresses' = 'Попълни с всички мои адреси'; -$labels'arialabelfiltersetactions' = 'Действия на набор от филтри'; +$labels'arialabelfiltersetactions' = 'Действия за набор от филтри'; $labels'arialabelfilteractions' = 'Действия на филтър'; $labels'arialabelfilterform' = 'Свойства на филтър'; $labels'ariasummaryfilterslist' = 'Списък филтри'; $labels'ariasummaryfiltersetslist' = 'Списък набори от филтри'; -$labels'filterstitle' = 'Редакция на филтри вх. поща'; -$labels'vacationtitle' = 'Редакция на правило за извън офиса'; +$labels'filterstitle' = 'Редакция на филтри за входяща поща'; +$labels'vacationtitle' = 'Редакция на правило за отпуск (извън офиса)'; +$labels'forwardtitle' = 'Редактиране на правилото за препращане на поща'; $labels'message' = 'Писмо'; $labels'duplicate' = 'е дубликат'; $labels'notduplicate' = 'не е дубликат'; @@ -219,7 +251,7 @@ $messages'setactivated' = 'Наборът от филтри е активиран успешно.'; $messages'setdeactivated' = 'Наборът от филтри е деактивиран успешно.'; $messages'setdeleted' = 'Наборът от филтри е изтрит успешно.'; -$messages'setupdated' = 'Наборът филтри е променен успешно'; +$messages'setupdated' = 'Наборът от филтри е променен успешно.'; $messages'setdeleteconfirm' = 'Сигурни ли сте, че желаете да изтриете избрания набор от филтри?'; $messages'setcreateerror' = 'Невъзможно създаване на набор от филтри. Възникна сървърна грешка.'; $messages'setcreated' = 'Наборът от филтри е създаден успешно.'; @@ -235,6 +267,9 @@ $messages'nodata' = 'Поне една позиция трябва да е избрана!'; $messages'invaliddateformat' = 'невалидна дата или формат на част от дата'; $messages'saveerror' = 'Невъзможен запис на данни. Грешка при достъп до сървър.'; +$messages'vacationsaved' = 'Данните за отпуск са записани успешно.'; +$messages'forwardsaved' = 'Данните за препращане са записани успешно.'; $messages'emptyvacationbody' = 'Липсва текст на писмо при отпуск!'; $messages'duplicate.conflict.err' = 'Не е позволено едновременното използване на заглавен блок и уникален идентификатор.'; -?> +$messages'disabledaction' = 'Непозволенo действие.'; +$messages'lastindexempty' = 'Необходим е индекс, когато се брои от края';
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/managesieve/localization/bn_BD.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/managesieve/localization/bn_BD.inc
Changed
@@ -2,19 +2,19 @@ /* +-----------------------------------------------------------------------+ - | plugins/managesieve/localization/<lang>.inc | - | | | Localization file of the Roundcube Webmail Managesieve plugin | - | Copyright (C) 2012-2013, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-managesieve/ */ + + $labels'messagedelete' = 'মেইল/চিঠি ছিড়ে ফেলুন'; $labels'del' = 'ফেলে দিন'; $labels'sender' = 'প্রেরক'; @@ -24,4 +24,3 @@ $labels'datetest' = 'তারিখ'; $labels'advancedopts' = 'জটিল বিষয়'; $labels'vacation.subject' = 'বিষয়'; -?>
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/managesieve/localization/br.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/managesieve/localization/br.inc
Changed
@@ -2,19 +2,19 @@ /* +-----------------------------------------------------------------------+ - | plugins/managesieve/localization/<lang>.inc | - | | | Localization file of the Roundcube Webmail Managesieve plugin | - | Copyright (C) 2012-2013, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-managesieve/ */ + + $labels'filters' = 'Siloù'; $labels'managefilters' = 'Ardeiñ siloù ar posteloù o tont tre'; $labels'filtername' = 'Anv ar sil'; @@ -65,14 +65,8 @@ $labels'seconds' = 'eilenn'; $labels'rulestop' = 'Paouez da briziañ ar reolennoù'; $labels'enable' = '(Di)weredekaat'; -$labels'filterset' = 'Strollad siloù'; $labels'filtersets' = 'Strolladoù sil'; -$labels'filtersetadd' = 'Ouzhpennañ ur strollad siloù'; -$labels'filtersetact' = 'Gweredekaat ar strollad siloù bremanel'; -$labels'filtersetdeact' = 'Diweredekaat ar strollad siloù bremanel'; $labels'filterdef' = 'Despizadur ar sil'; -$labels'filtersetname' = 'Anv ar strollad siloù'; -$labels'newfilterset' = 'Strollad siloù nevez'; $labels'active' = 'gweredekaet'; $labels'none' = 'hini ebet'; $labels'fromset' = 'eus ar strollad'; @@ -211,15 +205,6 @@ $messages'forbiddenchars' = 'Arouezennoù difennet er vaezienn.'; $messages'cannotbeempty' = 'N\'hall ket ar vaezienn bezañ goullo.'; $messages'ruleexist' = 'Ur sil gant an anv erspizet an zo dioutañ endeo.'; -$messages'setactivateerror' = 'N\'haller ket gweredekaat ar siloù diuzet. Ur fazi dafariad a zo c\'hoarvezet.'; -$messages'setdeactivateerror' = 'N\'haller ket diweredekaat ar siloù diuzet. Ur fazi dafariad a zo c\'hoarvezet.'; -$messages'setdeleteerror' = 'N\'haller ket dilemel ar siloù diuzet. Ur fazi dafariad a zo c\'hoarvezet.'; -$messages'setactivated' = 'Strollad siloù gweredekaet gant berzh.'; -$messages'setdeactivated' = 'Strollad siloù diweredekaet gant berzh.'; -$messages'setdeleted' = 'Siloù dilamet gant berzh.'; -$messages'setdeleteconfirm' = 'Fellout a ra deoc\'h dilemel ar strollad siloù diuzet?'; -$messages'setcreateerror' = 'N\'haller ket krouiñ ar strollad siloù. Ur fazi dafariad a zo c\'hoarvezet.'; -$messages'setcreated' = 'Strollad siloù krouet gant berzh.'; $messages'activateerror' = 'N\'haller ket gweredekaat ar sil(où) diuzet. Ur fazi dafariad a zo c\'hoarvezet.'; $messages'deactivateerror' = 'N\'haller ket diweredekaat ar sil(où) diuzet. Ur fazi dafariad a zo c\'hoarvezet.'; $messages'deactivated' = 'Sil(où) diweredekaet gant berzh.'; @@ -234,4 +219,3 @@ $messages'saveerror' = 'N\'haller ket enrollañ ar roadennoù. Ur fazi dafariad a zo c\'hoarvezet.'; $messages'emptyvacationbody' = 'Dleet eo korf ar gemennadenn ezvezañs!'; $messages'duplicate.conflict.err' = 'Un talbenn hag un naoudi unel n\'int ket aotreet.'; -?>
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/managesieve/localization/bs_BA.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/managesieve/localization/bs_BA.inc
Changed
@@ -2,19 +2,19 @@ /* +-----------------------------------------------------------------------+ - | plugins/managesieve/localization/<lang>.inc | - | | | Localization file of the Roundcube Webmail Managesieve plugin | - | Copyright (C) 2012-2013, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-managesieve/ */ + + $labels'filters' = 'Filteri'; $labels'managefilters' = 'Upravljanje dolaznim email filterima'; $labels'filtername' = 'Naziv filtera'; @@ -64,14 +64,8 @@ $labels'seconds' = 'sekundi'; $labels'rulestop' = 'Prestani procjenjivati pravila'; $labels'enable' = 'Omogući/Onemogući'; -$labels'filterset' = 'Set filtera'; $labels'filtersets' = 'Setovi filtera'; -$labels'filtersetadd' = 'Dodaj set filtera'; -$labels'filtersetact' = 'Aktiviraj trenutni set filtera'; -$labels'filtersetdeact' = 'Deaktiviraj trenutni set filtera'; $labels'filterdef' = 'Definicija filtera'; -$labels'filtersetname' = 'Naziv seta filtera'; -$labels'newfilterset' = 'Novi set filtera'; $labels'active' = 'aktivno'; $labels'none' = 'ništa'; $labels'fromset' = 'iz seta'; @@ -201,15 +195,6 @@ $messages'forbiddenchars' = 'U polje su uneseni nedozvoljeni znakovi.'; $messages'cannotbeempty' = 'Polje ne može biti prazno.'; $messages'ruleexist' = 'Filter s tim imenom već postoji.'; -$messages'setactivateerror' = 'Nije moguće aktivirati označeni set filtera. Desila se serverska greška.'; -$messages'setdeactivateerror' = 'Nije moguće deaktivirati označeni set filtera. Desila se serverska greška.'; -$messages'setdeleteerror' = 'Nije moguće obrisati označeni set filtera. Desila se serverska greška.'; -$messages'setactivated' = 'Set filtera je uspješno aktiviran.'; -$messages'setdeactivated' = 'Set filtera je uspješno deaktiviran.'; -$messages'setdeleted' = 'Set filtera je uspješno obrisan.'; -$messages'setdeleteconfirm' = 'Jeste li sigurni da želite obrisati označeni set filtera?'; -$messages'setcreateerror' = 'Nije moguće kreirati set filtera. Desila se serverska greška.'; -$messages'setcreated' = 'Set filtera je uspješno kreiran.'; $messages'activateerror' = 'Nije moguće omogućiti označene filtere. Desila se serverska greška.'; $messages'deactivateerror' = 'Nije moguće onemogućiti označene filtere. Desila se serverska greška.'; $messages'deactivated' = 'Filteri su uspješno omogućeni.'; @@ -223,4 +208,3 @@ $messages'invaliddateformat' = 'Netačan datum ili dio formata datuma'; $messages'saveerror' = 'Nije moguće snimiti podatke. Desila se serverska greška.'; $messages'emptyvacationbody' = 'Tijelo poruke za odmor je neophodno!'; -?>
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/managesieve/localization/ca_ES.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/managesieve/localization/ca_ES.inc
Changed
@@ -2,19 +2,19 @@ /* +-----------------------------------------------------------------------+ - | plugins/managesieve/localization/<lang>.inc | - | | | Localization file of the Roundcube Webmail Managesieve plugin | - | Copyright (C) 2012-2013, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-managesieve/ */ + + $labels'filters' = 'Filtres'; $labels'managefilters' = 'Gestiona els filtres dels missatges d\'entrada'; $labels'filtername' = 'Nom del filtre'; @@ -75,17 +75,9 @@ $labels'seconds' = 'segons'; $labels'rulestop' = 'Deixa d\'avaluar regles'; $labels'enable' = 'Habilita/Deshabilita'; -$labels'filterset' = 'Conjunt de filtres'; $labels'filtersets' = 'Conjunts de filtres'; -$labels'filtersetadd' = 'Afegeix un conjunt de filtres'; -$labels'filtersetdel' = 'Suprimeix els filtres definits'; -$labels'filtersetact' = 'Activa el conjunt de filtres actual'; -$labels'filtersetdeact' = 'Desactiva el conjunt de filtres actual'; $labels'filterseteditraw' = 'Edita el conjunt de filtres'; -$labels'filtersetswitch' = 'Activa/desactiva els filtres definits'; $labels'filterdef' = 'Definició del filtre'; -$labels'filtersetname' = 'Nom del conjunt de filtres'; -$labels'newfilterset' = 'Nou conjunt de filtres'; $labels'active' = 'actiu'; $labels'none' = 'cap'; $labels'fromset' = 'des del conjunt'; @@ -245,16 +237,6 @@ $messages'forbiddenchars' = 'El camp conté caràcters prohibits.'; $messages'cannotbeempty' = 'El camp no pot estar buit.'; $messages'ruleexist' = 'Ja existeix un filtre amb aquest nom.'; -$messages'setactivateerror' = 'No s\'ha pogut activar el conjunt de filtres seleccionat. Hi ha hagut un error al servidor.'; -$messages'setdeactivateerror' = 'No s\'ha pogut desactivar el conjunt de filtres seleccionat. Hi ha hagut un error al servidor.'; -$messages'setdeleteerror' = 'No s\'ha pogut suprimir el conjunt de filtres seleccionat. Hi ha hagut un error al servidor.'; -$messages'setactivated' = 'El conjunt de filtres s\'ha activat correctament.'; -$messages'setdeactivated' = 'El conjunt de filtres s\'ha desactivat correctament.'; -$messages'setdeleted' = 'El conjunt de filtres s\'ha suprimit correctament.'; -$messages'setupdated' = 'El conjunt de filtres s\'ha actualitzat correctament.'; -$messages'setdeleteconfirm' = 'Esteu segurs que voleu suprimir el conjunt de filtres seleccionats?'; -$messages'setcreateerror' = 'No s\'ha pogut crear el conjunt de filtres. Hi ha hagut un error al servidor.'; -$messages'setcreated' = 'S\'ha creat correctament el conjunt de filtres.'; $messages'activateerror' = 'No s\'ha pogut habilitar el(s) filtre(s) seleccionat(s). Hi ha hagut un error al servidor.'; $messages'deactivateerror' = 'No s\'ha pogut deshabilitar el(s) filtre(s) seleccionat(s). Hi ha hagut un error al servidor.'; $messages'deactivated' = 'Filtre(s) deshabilitat(s) correctament.'; @@ -273,4 +255,3 @@ $messages'duplicate.conflict.err' = 'L\'encapçalament i l\'identificador únic a la vegada no estan permesos.'; $messages'disabledaction' = 'Acció no permesa.'; $messages'lastindexempty' = 'És necessari l\'índex quan es compta des del final'; -?>
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/managesieve/localization/cs_CZ.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/managesieve/localization/cs_CZ.inc
Changed
@@ -2,19 +2,19 @@ /* +-----------------------------------------------------------------------+ - | plugins/managesieve/localization/<lang>.inc | - | | | Localization file of the Roundcube Webmail Managesieve plugin | - | Copyright (C) 2012-2013, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-managesieve/ */ + + $labels'filters' = 'Filtry'; $labels'managefilters' = 'Nastavení filtrů'; $labels'filtername' = 'Název filtru'; @@ -84,7 +84,7 @@ $labels'filterseteditraw' = 'Upravit sadu pravidel'; $labels'filtersetswitch' = 'Zapnout/Vypnout sadu filtrů'; $labels'filterdef' = 'Definice filtru'; -$labels'filtersetname' = 'Nastavit název sady filtrů'; +$labels'filtersetname' = 'Název sady filtrů'; $labels'newfilterset' = 'Nová sada filtrů'; $labels'active' = 'aktivní'; $labels'none' = 'nic'; @@ -248,13 +248,13 @@ $messages'setactivateerror' = 'Nelze zapnout vybranou sadu filtrů. Došlo k chybě serveru.'; $messages'setdeactivateerror' = 'Nelze vypnout vybranou sadu filtrů. Došlo k chybě serveru.'; $messages'setdeleteerror' = 'Nelze odstranit vybranou sadu filtrů. Došlo k chybě serveru.'; -$messages'setactivated' = 'Sada filtrů zapnuta.'; -$messages'setdeactivated' = 'Sada filtrů vypnuta.'; -$messages'setdeleted' = 'Sada filtrů odstraněna.'; -$messages'setupdated' = 'Sada pravidel byla upravena.'; +$messages'setactivated' = 'Sada filtrů byla zapnuta.'; +$messages'setdeactivated' = 'Sada filtrů byla vypnuta.'; +$messages'setdeleted' = 'Sada filtrů byla odstraněna.'; +$messages'setupdated' = 'Sada filtrů byla upravena.'; $messages'setdeleteconfirm' = 'Opravdu si přejete odebrat vybranou sadu filtrů?'; $messages'setcreateerror' = 'Nelze vytvořit sadu filtrů. Došlo k chybě serveru.'; -$messages'setcreated' = 'Sada filtrů vytvořena.'; +$messages'setcreated' = 'Sada filtrů byla vytvořena.'; $messages'activateerror' = 'Nelze zapnout vybrané filtry. Došlo k chybě serveru.'; $messages'deactivateerror' = 'Nelze vypnout vybrané filtry. Došlo k chybě serveru.'; $messages'deactivated' = 'Filtry vypnuty.'; @@ -273,4 +273,3 @@ $messages'duplicate.conflict.err' = 'Hlavička a jedinečný identifikátor zároveň nejsou povoleny.'; $messages'disabledaction' = 'Akce není povolena'; $messages'lastindexempty' = 'Při počítání od zadu je vyžadován index.'; -?>
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/managesieve/localization/cy_GB.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/managesieve/localization/cy_GB.inc
Changed
@@ -2,19 +2,19 @@ /* +-----------------------------------------------------------------------+ - | plugins/managesieve/localization/<lang>.inc | - | | | Localization file of the Roundcube Webmail Managesieve plugin | - | Copyright (C) 2012-2013, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-managesieve/ */ + + $labels'filters' = 'Hidlyddion'; $labels'managefilters' = 'Rheoli hidlyddion ebost i fewn'; $labels'filtername' = 'Enw hidlydd'; @@ -75,17 +75,17 @@ $labels'seconds' = 'eiliadau'; $labels'rulestop' = 'Stopio gwerthuso rheolau'; $labels'enable' = 'Galluogi/Analluogi'; -$labels'filterset' = 'Set hidlyddion'; +$labels'filterset' = 'Set hidlo'; $labels'filtersets' = 'Setiau hidlyddion'; -$labels'filtersetadd' = 'Ychwanegu set hidlyddion'; -$labels'filtersetdel' = 'Dileu hidlyddion osodwyd'; -$labels'filtersetact' = 'Dileu set hidlyddion gweithredol'; -$labels'filtersetdeact' = 'Analluogi set hidlyddion cyfredol'; +$labels'filtersetadd' = 'Ychwanegu set hidlo'; +$labels'filtersetdel' = 'Dileu set hidlo'; +$labels'filtersetact' = 'Gweithredu set hidlo presennol'; +$labels'filtersetdeact' = 'Dadweithredu set hidlo presennol'; $labels'filterseteditraw' = 'Golygu set hidlo'; -$labels'filtersetswitch' = 'Galluogi/analluogi hidlyddion osodwyd'; +$labels'filtersetswitch' = 'Galluogi/analluogi set hidlo'; $labels'filterdef' = 'Diffiniad hidlydd'; -$labels'filtersetname' = 'Enw set hidlyddion'; -$labels'newfilterset' = 'Set hidlyddion newydd'; +$labels'filtersetname' = 'Enw set hidlo'; +$labels'newfilterset' = 'Set hidlo newydd'; $labels'active' = 'gweithredol'; $labels'none' = 'dim'; $labels'fromset' = 'o set'; @@ -245,16 +245,16 @@ $messages'forbiddenchars' = 'Llythrennau gwaharddedig yn y maes.'; $messages'cannotbeempty' = 'Ni all y maes fod yn wag.'; $messages'ruleexist' = 'Mae hidlydd gyda\'r enw yma yn bodoli\'n barod.'; -$messages'setactivateerror' = 'Methwyd galluogi y hidlyddion dewiswyd. Cafwyd gwall gweinydd.'; -$messages'setdeactivateerror' = 'Methwyd analluogi y hidlyddion dewiswyd. Cafwyd gwall gweinydd.'; -$messages'setdeleteerror' = 'Methwyd dileu y set hidlyddion ddewiswyd. Cafwyd gwall gweinydd.'; -$messages'setactivated' = 'Bywiogwyd y set hidlydd yn llwyddiannus.'; -$messages'setdeactivated' = 'Dadfywiogwyd y set hidlydd yn llwyddiannus.'; -$messages'setdeleted' = 'Dilëuwyd y set hidlydd yn llwyddiannus.'; +$messages'setactivateerror' = 'Methwyd gweithredu y set hidlo ddewiswyd. Cafwyd gwall gweinydd.'; +$messages'setdeactivateerror' = 'Methwyd dadweithredu y set hidlo ddewiswyd. Cafwyd gwall gweinydd.'; +$messages'setdeleteerror' = 'Methwyd dileu y set hidlo ddewiswyd. Cafwyd gwall gweinydd.'; +$messages'setactivated' = 'Gweithredwyd y set hidlo yn llwyddiannus.'; +$messages'setdeactivated' = 'Anweithredwyd y set hidlo yn llwyddiannus.'; +$messages'setdeleted' = 'Dileuwyd y set hidlo yn llwyddiannus.'; $messages'setupdated' = 'Diweddarwyd y set hidlo yn llwyddiannus.'; -$messages'setdeleteconfirm' = 'Ydych chi\'n siwr eich bod am ddileu\'r set hidlydd ddewiswyd?'; -$messages'setcreateerror' = 'Methwyd creu set hidlydd. Cafwyd gwall gweinydd.'; -$messages'setcreated' = 'Crëuwyd y set hidlydd yn llwyddiannus.'; +$messages'setdeleteconfirm' = 'Ydych chi\'n siwr eich bod am ddileu\'r set hidlo ddewiswyd?'; +$messages'setcreateerror' = 'Methwyd creu set hidlo. Cafwyd gwall gweinydd.'; +$messages'setcreated' = 'Creuwyd y set hidlo yn llwyddiannus.'; $messages'activateerror' = 'Methwyd galluogi y hidlydd(ion) dewiswyd. Cafwyd gwall gweinydd.'; $messages'deactivateerror' = 'Methwyd analluogi y hidlydd(ion) dewiswyd. Cafwyd gwall gweinydd.'; $messages'deactivated' = 'Galluogwyd y hidlydd(ion) yn llwyddiannus.'; @@ -273,4 +273,3 @@ $messages'duplicate.conflict.err' = 'Ni ganiateir defnyddio pennawd a dynodwr unigryw.'; $messages'disabledaction' = 'Ni ganiateir y weithred.'; $messages'lastindexempty' = 'Mae angen mynegai wrth gyfri o\'r diwedd'; -?>
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/managesieve/localization/da_DK.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/managesieve/localization/da_DK.inc
Changed
@@ -2,25 +2,27 @@ /* +-----------------------------------------------------------------------+ - | plugins/managesieve/localization/<lang>.inc | - | | | Localization file of the Roundcube Webmail Managesieve plugin | - | Copyright (C) 2012-2013, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-managesieve/ */ + + $labels'filters' = 'Filtre'; $labels'managefilters' = 'Ændre indgående mail filtreing'; $labels'filtername' = 'Filter navn'; $labels'newfilter' = 'Nyt filter'; $labels'filteradd' = 'Tilføj filter'; $labels'filterdel' = 'Slet filter'; +$labels'rules' = 'Regler'; +$labels'actions' = 'Handlinger'; $labels'scope' = 'Omfang'; $labels'moveup' = 'Flyt op'; $labels'movedown' = 'Flyt ned'; @@ -39,6 +41,14 @@ $labels'filternotregex' = 'matcher ikke regulært udtryk'; $labels'filterunder' = 'under'; $labels'filterover' = 'over'; +$labels'mime' = 'MIME:'; +$labels'mimepart' = 'MIME del:'; +$labels'mime-message' = 'besked'; +$labels'mime-anychild' = 'vilkårlig'; +$labels'mime-type' = 'type'; +$labels'mime-subtype' = 'undertype'; +$labels'mime-contenttype' = 'content-type'; +$labels'mime-param' = 'parameter'; $labels'addrule' = 'Tilføj regel'; $labels'delrule' = 'Slet regel'; $labels'messagemoveto' = 'Flyt besked til'; @@ -64,14 +74,17 @@ $labels'seconds' = 'sekunder'; $labels'rulestop' = 'Stop behandling af regler'; $labels'enable' = 'Aktivér/Deaktivér'; -$labels'filterset' = 'Filter sæt'; -$labels'filtersets' = 'Filtre sæt'; -$labels'filtersetadd' = 'Tilføj filter sæt'; -$labels'filtersetact' = 'Aktiver nuværende filter sæt'; -$labels'filtersetdeact' = 'Deaktiver nuværende filter sæt'; +$labels'filterset' = 'Filtersæt'; +$labels'filtersets' = 'Filtersæt'; +$labels'filtersetadd' = 'Tilføj filtersæt'; +$labels'filtersetdel' = 'Slet filtersæt'; +$labels'filtersetact' = 'Aktiver nuværende filtersæt'; +$labels'filtersetdeact' = 'Deaktiver nuværende filtersæt'; +$labels'filterseteditraw' = 'Rediger filtersæt'; +$labels'filtersetswitch' = 'Aktivér/Deaktivér filtersæt'; $labels'filterdef' = 'Filter definition'; -$labels'filtersetname' = 'Filter sæt navn'; -$labels'newfilterset' = 'Nyt filter sæt'; +$labels'filtersetname' = 'Filtersæt navn'; +$labels'newfilterset' = 'Nyt filtersæt'; $labels'active' = 'aktiv'; $labels'none' = 'ingen'; $labels'fromset' = 'fra sæt'; @@ -97,6 +110,13 @@ $labels'flaganswered' = 'Besvaret'; $labels'flagflagged' = 'Markeret'; $labels'flagdraft' = 'Kladde'; +$labels'addheader' = 'Tilføj header til beskeden'; +$labels'deleteheader' = 'Fjern header fra beskeden'; +$labels'headername' = 'Headernavn'; +$labels'headervalue' = 'Headerværdi'; +$labels'headerpos' = 'Headerposition'; +$labels'headeratstart' = 'i begyndelsen'; +$labels'headeratend' = 'i slutningen'; $labels'setvariable' = 'Skriv variablen'; $labels'setvarname' = 'Variabel navn:'; $labels'setvarvalue' = 'Variabel værdi:'; @@ -119,6 +139,7 @@ $labels'usedata' = 'Brug følgende data i filteret:'; $labels'nextstep' = 'Næste trin'; $labels'...' = '...'; +$labels'string' = 'Streng'; $labels'currdate' = 'Aktuel dato'; $labels'datetest' = 'Dato'; $labels'dateheader' = 'header:'; @@ -156,6 +177,7 @@ $labels'asciinumeric' = 'numerisk (ascii-numerisk)'; $labels'index' = 'indeks:'; $labels'indexlast' = 'baglends'; +$labels'vacation' = 'Ikke tilstede'; $labels'vacation.reply' = 'Svar besked'; $labels'vacation.advanced' = 'Avanceret indstillinger '; $labels'vacation.subject' = 'Emne'; @@ -169,6 +191,7 @@ $labels'forward.redirect' = 'Omdiriger til '; $labels'forward.copy' = 'Send kopi til'; $labels'forward.saving' = 'Gemmer data...'; +$labels'message' = 'Besked'; $labels'duplicate.header' = 'header:'; $messages'filterunknownerror' = 'Ukendt server fejl.'; $messages'filterconnerror' = 'Kan ikke forbinde til server.'; @@ -182,15 +205,6 @@ $messages'forbiddenchars' = 'Ulovlige tegn i feltet'; $messages'cannotbeempty' = 'Feltet kan ikke være tomt.'; $messages'ruleexist' = 'Filter med dette navn eksisterer allerede.'; -$messages'setactivateerror' = 'Kan ikke aktiverer valgt filter sæt. Server fejl.'; -$messages'setdeactivateerror' = 'Kan ikke deaktivere valgt filter sæt. Server fejl.'; -$messages'setdeleteerror' = 'Kan ikke slette valgt filter sæt. Server fejl.'; -$messages'setactivated' = 'Filter sæt aktiveret.'; -$messages'setdeactivated' = 'Filter sæt deaktiveret.'; -$messages'setdeleted' = 'Filter sæt slettet.'; -$messages'setdeleteconfirm' = 'Er du sikker på du vil slette valgt filter sæt?'; -$messages'setcreateerror' = 'Kan ikke oprette filter sæt. Server fejl.'; -$messages'setcreated' = 'Filter sæt oprettet.'; $messages'activateerror' = 'Kan ikke aktivere valgt filter sæt. Server fejl.'; $messages'deactivateerror' = 'Kan ikke deaktivere valgt filter sæt. Server fejl.'; $messages'deactivated' = 'Filter(filtre) aktiveret.'; @@ -203,4 +217,3 @@ $messages'nodata' = 'Mindst en position skal vælges!'; $messages'invaliddateformat' = 'Ugyldigt dato- eller tidsformat'; $messages'saveerror' = 'Kunne ikke gemme data. Server fejl'; -?>
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/managesieve/localization/de_CH.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/managesieve/localization/de_CH.inc
Changed
@@ -2,19 +2,19 @@ /* +-----------------------------------------------------------------------+ - | plugins/managesieve/localization/<lang>.inc | - | | | Localization file of the Roundcube Webmail Managesieve plugin | - | Copyright (C) 2012-2013, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-managesieve/ */ + + $labels'filters' = 'Filter'; $labels'managefilters' = 'Verwalte eingehende Nachrichtenfilter'; $labels'filtername' = 'Filtername'; @@ -75,17 +75,9 @@ $labels'seconds' = 'Sekunden'; $labels'rulestop' = 'Regelauswertung anhalten'; $labels'enable' = 'Aktivieren/Deaktivieren'; -$labels'filterset' = 'Filtersätze'; $labels'filtersets' = 'Filtersätze'; -$labels'filtersetadd' = 'Filtersatz anlegen'; -$labels'filtersetdel' = 'Filtersatz löschen'; -$labels'filtersetact' = 'Aktuellen Filtersatz aktivieren'; -$labels'filtersetdeact' = 'Aktuellen Filtersatz deaktivieren'; $labels'filterseteditraw' = 'Filtersatz bearbeiten'; -$labels'filtersetswitch' = 'Filtersatz aktivieren/deaktivieren'; $labels'filterdef' = 'Filterdefinition'; -$labels'filtersetname' = 'Filtersatzname'; -$labels'newfilterset' = 'Neuer Filtersatz'; $labels'active' = 'aktiv'; $labels'none' = 'keine'; $labels'fromset' = 'aus Filtersatz'; @@ -233,16 +225,6 @@ $messages'forbiddenchars' = 'Unerlaubte Zeichen im Feld'; $messages'cannotbeempty' = 'Feld darf nicht leer sein'; $messages'ruleexist' = 'Ein Filter mit dem angegebenen Namen existiert bereits.'; -$messages'setactivateerror' = 'Serverfehler beim Aktivieren des gewählten Filtersatzes.'; -$messages'setdeactivateerror' = 'Serverfehler beim Deaktivieren des gewählten Filtersatzes.'; -$messages'setdeleteerror' = 'Serverfehler beim Löschen des gewählten Filtersatzes.'; -$messages'setactivated' = 'Filtersatz erfolgreich aktiviert.'; -$messages'setdeactivated' = 'Filtersatz erfolgreich deaktiviert.'; -$messages'setdeleted' = 'Filtersatz erfolgreich gelöscht.'; -$messages'setupdated' = 'Filtersatz erfolgreich gespeichert.'; -$messages'setdeleteconfirm' = 'Sind Sie sicher, dass Sie den ausgewählten Filtersatz löschen möchten?'; -$messages'setcreateerror' = 'Serverfehler beim Erstellen des Filtersatzes.'; -$messages'setcreated' = 'Filter erfolgreich erstellt.'; $messages'activateerror' = 'Serverfehler beim Aktivieren des/der gewählten Filter(s).'; $messages'deactivateerror' = 'Serverfehler beim Deaktivieren des/der gewählten Filter(s).'; $messages'deactivated' = 'Filter erfolgreich aktiviert.'; @@ -260,4 +242,3 @@ $messages'emptyvacationbody' = 'Mitteilungstext ist erforderlich!'; $messages'duplicate.conflict.err' = 'Kopfzeile und eindeutiger Bezeichner sind nicht zusammen erlaubt.'; $messages'disabledaction' = 'Aktion nicht erlaubt.'; -?>
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/managesieve/localization/de_DE.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/managesieve/localization/de_DE.inc
Changed
@@ -2,19 +2,19 @@ /* +-----------------------------------------------------------------------+ - | plugins/managesieve/localization/<lang>.inc | - | | | Localization file of the Roundcube Webmail Managesieve plugin | - | Copyright (C) 2012-2013, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-managesieve/ */ + + $labels'filters' = 'Filter'; $labels'managefilters' = 'Filter für eingehende Nachrichten verwalten'; $labels'filtername' = 'Filtername'; @@ -75,7 +75,7 @@ $labels'seconds' = 'Sekunden'; $labels'rulestop' = 'Regelauswertung anhalten'; $labels'enable' = 'Aktivieren/Deaktivieren'; -$labels'filterset' = 'Filtersätze'; +$labels'filterset' = 'Filtersatz'; $labels'filtersets' = 'Filtersätze'; $labels'filtersetadd' = 'Filtersatz anlegen'; $labels'filtersetdel' = 'Filtersatz löschen'; @@ -248,13 +248,13 @@ $messages'setactivateerror' = 'Kann ausgewählten Filtersatz nicht aktivieren. Serverfehler'; $messages'setdeactivateerror' = 'Kann ausgewählten Filtersatz nicht deaktivieren. Serverfehler'; $messages'setdeleteerror' = 'Kann ausgewählten Filtersatz nicht löschen. Serverfehler'; -$messages'setactivated' = 'Filtersatz wurde erfolgreich aktiviert'; -$messages'setdeactivated' = 'Filtersatz wurde erfolgreich deaktiviert'; -$messages'setdeleted' = 'Filtersatz wurde erfolgreich gelöscht'; -$messages'setupdated' = 'Filtersatz wurde erfolgreich aktualisiert'; +$messages'setactivated' = 'Filtersatz erfolgreich aktiviert.'; +$messages'setdeactivated' = 'Filtersatz erfolgreich deaktiviert.'; +$messages'setdeleted' = 'Filtersatz erfolgreich gelöscht.'; +$messages'setupdated' = 'Filtersatz erfolgreich aktualisiert.'; $messages'setdeleteconfirm' = 'Sind Sie sicher, dass Sie den ausgewählten Filtersatz löschen möchten?'; -$messages'setcreateerror' = 'Erstellen von Filter Sätzen nicht möglich. Es ist ein Serverfehler aufgetreten.'; -$messages'setcreated' = 'Filtersatz wurde erfolgreich erstellt'; +$messages'setcreateerror' = 'Der Filtersatz kann nicht erstellt werden. Serverfehler aufgetreten.'; +$messages'setcreated' = 'Filtersatz erfolgreich erstellt.'; $messages'activateerror' = 'Filter kann nicht aktiviert werden. Serverfehler.'; $messages'deactivateerror' = 'Filter kann nicht deaktiviert werden. Serverfehler.'; $messages'deactivated' = 'Filter erfolgreich deaktiviert.'; @@ -273,4 +273,3 @@ $messages'duplicate.conflict.err' = 'Beides, Kopfzeilen und eindeutige Kennzeichner, sind nicht erlaubt.'; $messages'disabledaction' = 'Aktion nicht erlaubt.'; $messages'lastindexempty' = 'Indexierung nötig, wenn vom Ende gezählt wird'; -?>
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/managesieve/localization/el_GR.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/managesieve/localization/el_GR.inc
Changed
@@ -2,25 +2,27 @@ /* +-----------------------------------------------------------------------+ - | plugins/managesieve/localization/<lang>.inc | - | | | Localization file of the Roundcube Webmail Managesieve plugin | - | Copyright (C) 2012-2013, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-managesieve/ */ + + $labels'filters' = 'Φίλτρα'; $labels'managefilters' = 'Διαχείριση φίλτρων εισερχόμενων'; $labels'filtername' = 'Ονομασία φίλτρου'; $labels'newfilter' = 'Δημιουργία φίλτρου'; $labels'filteradd' = 'Προσθήκη φίλτρου'; $labels'filterdel' = 'Διαγραφή φίλτρου'; +$labels'rules' = 'Κανόνες'; +$labels'actions' = 'Ενέργειες'; $labels'scope' = 'Εύρος'; $labels'moveup' = 'Μετακίνηση πάνω'; $labels'movedown' = 'Μετακίνηση κάτω'; @@ -39,6 +41,9 @@ $labels'filternotregex' = 'δεν ταιριάζει με κανονική έκφραση'; $labels'filterunder' = 'κάτω'; $labels'filterover' = 'πάνω'; +$labels'mime' = 'MIME:'; +$labels'mimepart' = 'MIME part:'; +$labels'mime-message' = 'μήνυμα'; $labels'addrule' = 'Προσθήκη κανόνα'; $labels'delrule' = 'Διαγραφή κανόνα'; $labels'messagemoveto' = 'Μετακίνηση μηνύματος στο'; @@ -65,14 +70,8 @@ $labels'seconds' = 'δευτερόλεπτα'; $labels'rulestop' = 'Παύση επαλήθευσης κανόνων'; $labels'enable' = 'Ενεργοποίηση/Απενεργοποίηση'; -$labels'filterset' = 'Φίλτρα'; $labels'filtersets' = 'Φίλτρο'; -$labels'filtersetadd' = 'Προσθήκη φίλτρων'; -$labels'filtersetact' = 'Ενεργοποίηση φιλτρων'; -$labels'filtersetdeact' = 'Απενεργοποίηση φιλτρων'; $labels'filterdef' = 'Ορισμος φιλτρου'; -$labels'filtersetname' = 'Ονομασία φίλτρων'; -$labels'newfilterset' = 'Νεα φιλτρα'; $labels'active' = 'ενεργο'; $labels'none' = 'κανένα'; $labels'fromset' = 'από το σύνολο '; @@ -181,6 +180,7 @@ $labels'forward.copy' = 'Αποστολή αντιγράφου σε'; $labels'forward.on' = 'Ενεργό'; $labels'forward.off' = 'Ανενεργό'; +$labels'forward.status' = 'Κατάσταση:'; $labels'forward.saving' = 'Αποθήκευση δεδομένων...'; $labels'filladdresses' = 'Συμπλήρωση με όλες τις email διευθύνσεις μου'; $labels'arialabelfiltersetactions' = 'Ενέργειες ομάδας φίλτρων'; @@ -211,15 +211,6 @@ $messages'forbiddenchars' = 'Μη επιτρεπτοί χαρακτήρες στο πεδίο.'; $messages'cannotbeempty' = 'Το πεδίο δεν μπορεί να είναι κενό.'; $messages'ruleexist' = 'Φιλτρο με αυτο το όνομα υπάρχει ήδη. '; -$messages'setactivateerror' = 'Αδυναμία ενεργοποίησης επιλεγμένων ομάδων φίλτρων. Προέκυψε σφάλμα στον διακομιστή.'; -$messages'setdeactivateerror' = 'Αδυναμία απενεργοποίησης επιλεγμένων ομάδων φίλτρων. Προέκυψε σφάλμα στον διακομιστή.'; -$messages'setdeleteerror' = 'Αδυναμία διαγραφής των επιλεγμένων ομάδων φίλτρων. Προέκυψε σφάλμα στον διακομιστή'; -$messages'setactivated' = 'Τα φίλτρα ενεργοποιήθηκαν με επιτυχία.'; -$messages'setdeactivated' = 'Τα φίλτρα απενεργοποιήθηκαν με επιτυχία.'; -$messages'setdeleted' = 'Τα φίλτρα διαγράφηκαν επιτυχώς.'; -$messages'setdeleteconfirm' = 'Θέλετε όντως να διαγράψετε τα επιλεγμένα φιλτρα?'; -$messages'setcreateerror' = 'Αδυναμία δημιουργίας ομάδας φίλτρων. Προέκυψε σφάλμα στον διακομιστή.'; -$messages'setcreated' = 'Τα φιλτρα δημιουργηθηκαν επιτυχως.'; $messages'activateerror' = 'Αδυναμία ενεργοποίησης επιλεγμένου φίλτρου(ων). Προέκυψε σφάλμα στον διακομιστή.'; $messages'deactivateerror' = 'Αδυναμία απενεργοποίησης επιλεγμένου φίλτρου(ων). Προέκυψε σφάλμα στον διακομιστή.'; $messages'deactivated' = 'Το φιλτρο(α) απενεργοποιηθηκαν επιτυχως.'; @@ -234,4 +225,3 @@ $messages'saveerror' = 'Αδύνατη η αποθήκευση δεδομένων. Προέκυψε σφάλμα στον διακομιστή'; $messages'emptyvacationbody' = 'Απαιτείται κείμενο για το μήνυμα διακοπών!'; $messages'duplicate.conflict.err' = 'Το μοναδικό αναγνωριστικό και το αναγνωριστικό κεφαλίδας δεν επιτρέπονται.'; -?>
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/managesieve/localization/en_CA.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/managesieve/localization/en_CA.inc
Changed
@@ -2,19 +2,19 @@ /* +-----------------------------------------------------------------------+ - | plugins/managesieve/localization/<lang>.inc | - | | | Localization file of the Roundcube Webmail Managesieve plugin | - | Copyright (C) 2012-2013, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-managesieve/ */ + + $labels'filters' = 'Filters'; $labels'managefilters' = 'Manage incoming mail filters'; $labels'filtername' = 'Filter name'; @@ -63,14 +63,8 @@ $labels'seconds' = 'seconds'; $labels'rulestop' = 'Stop evaluating rules'; $labels'enable' = 'Enable/Disable'; -$labels'filterset' = 'Filters set'; $labels'filtersets' = 'Filter sets'; -$labels'filtersetadd' = 'Add filters set'; -$labels'filtersetact' = 'Activate current filters set'; -$labels'filtersetdeact' = 'Deactivate current filters set'; $labels'filterdef' = 'Filter definition'; -$labels'filtersetname' = 'Filters set name'; -$labels'newfilterset' = 'New filters set'; $labels'active' = 'active'; $labels'none' = 'none'; $labels'fromset' = 'from set'; @@ -185,15 +179,6 @@ $messages'forbiddenchars' = 'Forbidden characters in field.'; $messages'cannotbeempty' = 'Field cannot be empty.'; $messages'ruleexist' = 'Filter with specified name already exists.'; -$messages'setactivateerror' = 'Unable to activate selected filters set. Server error occurred.'; -$messages'setdeactivateerror' = 'Unable to deactivate selected filters set. Server error occurred.'; -$messages'setdeleteerror' = 'Unable to delete selected filters set. Server error occurred.'; -$messages'setactivated' = 'Filters set activated successfully.'; -$messages'setdeactivated' = 'Filters set deactivated successfully.'; -$messages'setdeleted' = 'Filters set deleted successfully.'; -$messages'setdeleteconfirm' = 'Are you sure, you want to delete selected filters set?'; -$messages'setcreateerror' = 'Unable to create filters set. Server error occurred.'; -$messages'setcreated' = 'Filters set created successfully.'; $messages'activateerror' = 'Unable to enable selected filter(s). Server error occurred.'; $messages'deactivateerror' = 'Unable to disable selected filter(s). Server error occurred.'; $messages'deactivated' = 'Filter(s) disabled successfully.'; @@ -206,4 +191,3 @@ $messages'nodata' = 'At least one position must be selected!'; $messages'invaliddateformat' = 'Invalid date or date part format'; $messages'saveerror' = 'Unable to save data. Server error occurred.'; -?>
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/managesieve/localization/en_GB.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/managesieve/localization/en_GB.inc
Changed
@@ -2,19 +2,19 @@ /* +-----------------------------------------------------------------------+ - | plugins/managesieve/localization/<lang>.inc | - | | | Localization file of the Roundcube Webmail Managesieve plugin | - | Copyright (C) 2012-2013, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-managesieve/ */ + + $labels'filters' = 'Filters'; $labels'managefilters' = 'Manage incoming mail filters'; $labels'filtername' = 'Filter name'; @@ -75,17 +75,17 @@ $labels'seconds' = 'seconds'; $labels'rulestop' = 'Stop evaluating rules'; $labels'enable' = 'Enable/Disable'; -$labels'filterset' = 'Filters set'; +$labels'filterset' = 'Filter set'; $labels'filtersets' = 'Filter sets'; -$labels'filtersetadd' = 'Add filters set'; -$labels'filtersetdel' = 'Delete filters set'; -$labels'filtersetact' = 'Activate current filters set'; -$labels'filtersetdeact' = 'Deactivate current filters set'; +$labels'filtersetadd' = 'Add filter set'; +$labels'filtersetdel' = 'Delete filter set'; +$labels'filtersetact' = 'Activate current filter set'; +$labels'filtersetdeact' = 'Deactivate current filter set'; $labels'filterseteditraw' = 'Edit filter set'; -$labels'filtersetswitch' = 'Enable/disable filters set'; +$labels'filtersetswitch' = 'Enable/disable filter set'; $labels'filterdef' = 'Filter definition'; -$labels'filtersetname' = 'Filters set name'; -$labels'newfilterset' = 'New filters set'; +$labels'filtersetname' = 'Filter set name'; +$labels'newfilterset' = 'New filter set'; $labels'active' = 'active'; $labels'none' = 'none'; $labels'fromset' = 'from set'; @@ -245,16 +245,16 @@ $messages'forbiddenchars' = 'Forbidden characters in field'; $messages'cannotbeempty' = 'Field cannot be empty'; $messages'ruleexist' = 'Filter with specified name already exists.'; -$messages'setactivateerror' = 'Unable to activate selected filters set. Server error occurred.'; -$messages'setdeactivateerror' = 'Unable to deactivate selected filters set. Server error occurred.'; -$messages'setdeleteerror' = 'Unable to delete selected filters set. Server error occurred.'; -$messages'setactivated' = 'Filters set activated successfully.'; -$messages'setdeactivated' = 'Filters set deactivated successfully.'; -$messages'setdeleted' = 'Filters set deleted successfully.'; -$messages'setupdated' = 'Filters set updated successfully.'; -$messages'setdeleteconfirm' = 'Are you sure, you want to delete selected filters set?'; -$messages'setcreateerror' = 'Unable to create filters set. Server error occurred.'; -$messages'setcreated' = 'Filters set created successfully.'; +$messages'setactivateerror' = 'Unable to activate selected filter set. Server error occurred.'; +$messages'setdeactivateerror' = 'Unable to deactivate selected filter set. Server error occurred.'; +$messages'setdeleteerror' = 'Unable to delete selected filter set. Server error occurred.'; +$messages'setactivated' = 'Filter set activated successfully.'; +$messages'setdeactivated' = 'Filter set deactivated successfully.'; +$messages'setdeleted' = 'Filter set deleted successfully.'; +$messages'setupdated' = 'Filter set updated successfully.'; +$messages'setdeleteconfirm' = 'Are you sure, you want to delete the selected filter set?'; +$messages'setcreateerror' = 'Unable to create filter set. Server error occurred.'; +$messages'setcreated' = 'Filter set created successfully.'; $messages'activateerror' = 'Unable to enable selected filter(s). Server error occurred.'; $messages'deactivateerror' = 'Unable to disable selected filter(s). Server error occurred.'; $messages'deactivated' = 'Filter(s) disabled successfully.'; @@ -273,4 +273,3 @@ $messages'duplicate.conflict.err' = 'Both header and unique identifier are not allowed.'; $messages'disabledaction' = 'Action not permitted.'; $messages'lastindexempty' = 'Index is required when counting from end'; -?>
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/managesieve/localization/eo.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/managesieve/localization/eo.inc
Changed
@@ -2,19 +2,19 @@ /* +-----------------------------------------------------------------------+ - | plugins/managesieve/localization/<lang>.inc | - | | | Localization file of the Roundcube Webmail Managesieve plugin | - | Copyright (C) 2012-2013, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-managesieve/ */ + + $labels'filters' = 'Filtriloj'; $labels'managefilters' = 'Mastrumi filtrilojn pri enirantaj mesaĝoj'; $labels'filtername' = 'Nomo de filtrilo'; @@ -56,4 +56,3 @@ $labels'datetest' = 'Dato'; $labels'vacation.subject' = 'Temo'; $labels'vacation.keep' = 'Manteni'; -?>
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/managesieve/localization/es_419.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/managesieve/localization/es_419.inc
Changed
@@ -2,19 +2,19 @@ /* +-----------------------------------------------------------------------+ - | plugins/managesieve/localization/<lang>.inc | - | | | Localization file of the Roundcube Webmail Managesieve plugin | - | Copyright (C) 2012-2013, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-managesieve/ */ + + $labels'filters' = 'Filtros'; $labels'managefilters' = 'Administrar filtros de correos entrantes'; $labels'filtername' = 'Nombre del filtro'; @@ -63,14 +63,8 @@ $labels'seconds' = 'segundos'; $labels'rulestop' = 'Detener la evaluación de reglas'; $labels'enable' = 'Habilitar/Deshabilitar'; -$labels'filterset' = 'Set de filtros'; $labels'filtersets' = 'Filtro acciona'; -$labels'filtersetadd' = 'Agregar set de filtros'; -$labels'filtersetact' = 'Activar set de filtros actual'; -$labels'filtersetdeact' = 'Desactivar set de filtros actual'; $labels'filterdef' = 'Definición del filtro'; -$labels'filtersetname' = 'Nombre del set de filtros'; -$labels'newfilterset' = 'Nuevo set de filtros'; $labels'active' = 'activo'; $labels'none' = 'ninguno'; $labels'fromset' = 'desde set'; @@ -198,15 +192,6 @@ $messages'forbiddenchars' = 'Carácteres ilegales en el campo.'; $messages'cannotbeempty' = 'El campo no puede estar vacio.'; $messages'ruleexist' = 'Ya existe un filtro con el nombre especificado.'; -$messages'setactivateerror' = 'No es posible activar el set de filtros seleccionado. Ha ocurrido un error de servidor.'; -$messages'setdeactivateerror' = 'No es posible desactivar el set de filtros selecciona. Ha ocurrido un error de servidor.'; -$messages'setdeleteerror' = 'No es posible eliminar el set de filtros seleccionado. Ha ocurrido un error de servidor.'; -$messages'setactivated' = 'Set de filtros activado exitosamente.'; -$messages'setdeactivated' = 'Set de filtros desactivado exitosamente.'; -$messages'setdeleted' = 'Set de filtroseliminado exitosamente.'; -$messages'setdeleteconfirm' = '¿Estas seguro que deseas eliminar el set de filtros seleccionado?'; -$messages'setcreateerror' = 'No es posible crear el set de filtros. Ha ocurrido un error de servidor.'; -$messages'setcreated' = 'Set de filtros creado exitosamente.'; $messages'activateerror' = 'No es posible habilitar los filtros seleccionados. Ha ocurrido un error de servidor.'; $messages'deactivateerror' = 'No es posible deshabilitar los filtros seleccionados. Ha ocurrido un error de servidor.'; $messages'deactivated' = 'Filtro(s) deshabilitado(s) exitosamente.'; @@ -220,4 +205,3 @@ $messages'invaliddateformat' = 'Fecha o parte del formato no válido'; $messages'saveerror' = 'No es posible guardar la información. Ha ocurrido un error de servidor.'; $messages'emptyvacationbody' = 'Cuerpo del mensaje de vacaciones es requerido!'; -?>
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/managesieve/localization/es_AR.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/managesieve/localization/es_AR.inc
Changed
@@ -2,19 +2,19 @@ /* +-----------------------------------------------------------------------+ - | plugins/managesieve/localization/<lang>.inc | - | | | Localization file of the Roundcube Webmail Managesieve plugin | - | Copyright (C) 2012-2013, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-managesieve/ */ + + $labels'filters' = 'Filtros'; $labels'managefilters' = 'Administrar filtros de correo entrante'; $labels'filtername' = 'Nombre del filtro'; @@ -63,14 +63,8 @@ $labels'seconds' = 'segundos'; $labels'rulestop' = 'Parar de evaluar reglas'; $labels'enable' = 'Habilitar/Deshabilitar'; -$labels'filterset' = 'Conjunto de filtros'; $labels'filtersets' = 'Filtro activa'; -$labels'filtersetadd' = 'Agregar conjunto de filtros'; -$labels'filtersetact' = 'Activar conjunto de filtros'; -$labels'filtersetdeact' = 'Deactivar conjunto de filtros'; $labels'filterdef' = 'Definicion del conjunto de filtros'; -$labels'filtersetname' = 'Nombre del conjunto de filtros'; -$labels'newfilterset' = 'Nuevo conjunto de filtros'; $labels'active' = 'Activar'; $labels'none' = 'none'; $labels'fromset' = 'desde conjunto'; @@ -198,15 +192,6 @@ $messages'forbiddenchars' = 'Caracteres prohibidos en el campo'; $messages'cannotbeempty' = 'El campo no puede estar vacío'; $messages'ruleexist' = 'El filtro con el nombre especificado ya existe.'; -$messages'setactivateerror' = 'Imposible activar el conjunto de filtros. Error en el servidor.'; -$messages'setdeactivateerror' = 'Imposible desactivar el conjunto de filtros. Error en el servidor.'; -$messages'setdeleteerror' = 'Imposible eliminar el conjunto de filtros. Error en el servidor.'; -$messages'setactivated' = 'Conjunto de filtros activados correctamente'; -$messages'setdeactivated' = 'Conjunto de filtros desactivados correctamente'; -$messages'setdeleted' = 'Conjunto de filtros eliminados correctamente'; -$messages'setdeleteconfirm' = '¿Esta seguro, que quiere eliminar el conjunto de filtros seleccionado?'; -$messages'setcreateerror' = 'Imposible crear el conjunto de filtros. Error en el servidor.'; -$messages'setcreated' = 'Conjunto de filtros creados correctamente'; $messages'activateerror' = 'Imposible activar el conjunto de filtros. Error en el servidor.'; $messages'deactivateerror' = 'Imposible desactivar el conjunto de filtros. Error en el servidor.'; $messages'deactivated' = 'Filtro deshabilitado satisfactoriamente'; @@ -220,4 +205,3 @@ $messages'invaliddateformat' = 'Fecha o formato de fecha inválido'; $messages'saveerror' = 'Imposible guardar la información. Ha ocurrido un error con el servidor.'; $messages'emptyvacationbody' = '¡Se requiere un cuerpo para el mensaje por vacaciones!'; -?>
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/managesieve/localization/es_ES.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/managesieve/localization/es_ES.inc
Changed
@@ -2,25 +2,26 @@ /* +-----------------------------------------------------------------------+ - | plugins/managesieve/localization/<lang>.inc | - | | | Localization file of the Roundcube Webmail Managesieve plugin | - | Copyright (C) 2012-2013, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-managesieve/ */ + + $labels'filters' = 'Filtros'; $labels'managefilters' = 'Administrar filtros de correo entrante'; $labels'filtername' = 'Nombre del filtro'; $labels'newfilter' = 'Nuevo filtro'; $labels'filteradd' = 'Añadir filtro'; $labels'filterdel' = 'Eliminar filtro'; +$labels'actions' = 'Acciones'; $labels'scope' = 'Ámbito'; $labels'moveup' = 'Mover arriba'; $labels'movedown' = 'Mover abajo'; @@ -65,15 +66,9 @@ $labels'seconds' = 'segundos'; $labels'rulestop' = 'Parar de evaluar reglas'; $labels'enable' = 'Habilitar/Deshabilitar'; -$labels'filterset' = 'Conjunto de filtros'; $labels'filtersets' = 'Conjuntos de filtros'; -$labels'filtersetadd' = 'Agregar conjunto de filtros'; -$labels'filtersetact' = 'Activar conjunto de filtros actual'; -$labels'filtersetdeact' = 'Desactivar conjunto de filtros actual'; $labels'filterseteditraw' = 'Editar conjunto de filtros'; $labels'filterdef' = 'Definición de filtros'; -$labels'filtersetname' = 'Nombre del conjunto de filtros'; -$labels'newfilterset' = 'Nuevo conjunto de filtros'; $labels'active' = 'activo'; $labels'none' = 'ninguno'; $labels'fromset' = 'de conjunto'; @@ -213,16 +208,6 @@ $messages'forbiddenchars' = 'Caracteres prohibidos en el campo.'; $messages'cannotbeempty' = 'El campo no puede estar vacío.'; $messages'ruleexist' = 'Ya existe un filtro con el nombre especificado.'; -$messages'setactivateerror' = 'No se pudo activar el conjunto de filtros seleccionado. Ha ocurrido un error en el servidor.'; -$messages'setdeactivateerror' = 'No se pudo desactivar el conjunto de filtros seleccionado. Ha ocurrido un error en el servidor.'; -$messages'setdeleteerror' = 'No se pudo borrar el conjunto de filtros seleccionado. Ha ocurrido un error en el servidor.'; -$messages'setactivated' = 'Conjunto de filtros activado correctamente.'; -$messages'setdeactivated' = 'Conjunto de filtros desactivado correctamente.'; -$messages'setdeleted' = 'Conjunto de filtros borrado correctamente.'; -$messages'setupdated' = 'El conjunto de filtros se ha actualizado correctamente.'; -$messages'setdeleteconfirm' = '¿Está seguro de que desea borrar el conjunto de filtros seleccionado?'; -$messages'setcreateerror' = 'No se ha podido crear el conjunto de filtros. Ha ocurrido un error en el servidor.'; -$messages'setcreated' = 'Conjunto de filtros creado correctamente.'; $messages'activateerror' = 'No se pudo habilitar filtro(s) seleccionado(s). Ha ocurrido un error en el servidor.'; $messages'deactivateerror' = 'No se pudo deshabilitar filtro(s) seleccionado(s). Ha ocurrido un error en el servidor.'; $messages'deactivated' = 'Filtro(s) deshabilitado(s) correctamente.'; @@ -237,4 +222,3 @@ $messages'saveerror' = 'No se pudo guardar los datos. Ha ocurrido un error en el servidor.'; $messages'emptyvacationbody' = '¡Hace falta un texto en el mensaje de vacaciones!'; $messages'duplicate.conflict.err' = 'Tanto el encabezameinto, como el identificador único no están permitidos.'; -?>
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/managesieve/localization/et_EE.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/managesieve/localization/et_EE.inc
Changed
@@ -2,19 +2,19 @@ /* +-----------------------------------------------------------------------+ - | plugins/managesieve/localization/<lang>.inc | - | | | Localization file of the Roundcube Webmail Managesieve plugin | - | Copyright (C) 2012-2013, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-managesieve/ */ + + $labels'filters' = 'Filtrid'; $labels'managefilters' = 'Halda sisenevate kirjade filtreid'; $labels'filtername' = 'Filtri nimi'; @@ -65,14 +65,8 @@ $labels'seconds' = 'sekundit'; $labels'rulestop' = 'Peata reeglite otsimine'; $labels'enable' = 'Luba/keela'; -$labels'filterset' = 'Filtrite kogum'; $labels'filtersets' = 'Filtri kogum'; -$labels'filtersetadd' = 'Lisa filtrite kogum'; -$labels'filtersetact' = 'Aktiveeri praegune filtrite kogum'; -$labels'filtersetdeact' = 'De-aktiveeri praegune filtrite kogum'; $labels'filterdef' = 'Filtri definitsioon'; -$labels'filtersetname' = 'Filtrite kogumi nimi'; -$labels'newfilterset' = 'Uus filtrite kogum'; $labels'active' = 'aktiivne'; $labels'none' = 'puudub'; $labels'fromset' = 'kogumist'; @@ -160,6 +154,7 @@ $labels'vacation.subject' = 'Pealkiri'; $labels'vacation.body' = 'Keha'; $labels'vacation.keep' = 'Säilita'; +$labels'vacation.discard' = 'Loobu'; $labels'duplicate.header' = 'päis:'; $messages'filterunknownerror' = 'Tundmatu serveri tõrge'; $messages'filterconnerror' = 'Managesieve serveriga ühendumine nurjus'; @@ -171,11 +166,6 @@ $messages'forbiddenchars' = 'Väljal on lubamatu märk'; $messages'cannotbeempty' = 'Väli ei või tühi olla'; $messages'ruleexist' = 'Määratud nimega filter on juba olemas'; -$messages'setactivated' = 'Filtrite kogumi aktiveerimine õnnestus.'; -$messages'setdeactivated' = 'Filtrite kogumi deaktiveerimine õnnestus.'; -$messages'setdeleted' = 'Filtrite kogumi kustutamine õnnestus.'; -$messages'setdeleteconfirm' = 'Oled kindel, et soovid valitud filtrite kogumi kustutada?'; -$messages'setcreated' = 'Filtrite kogumi loomine õnnestus.'; $messages'deactivated' = 'Filter edukalt lubatud.'; $messages'activated' = 'Filter edukalt keelatud.'; $messages'moved' = 'Filter edukalt liigutatud.'; @@ -184,4 +174,3 @@ $messages'setexist' = 'Kogum on juba olemas.'; $messages'nodata' = 'Valitud peab olema vähemalt üks asukoht!'; $messages'invaliddateformat' = 'Vigane kuupäev või kuupäeva formaat'; -?>
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/managesieve/localization/eu_ES.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/managesieve/localization/eu_ES.inc
Changed
@@ -2,19 +2,19 @@ /* +-----------------------------------------------------------------------+ - | plugins/managesieve/localization/<lang>.inc | - | | | Localization file of the Roundcube Webmail Managesieve plugin | - | Copyright (C) 2012-2013, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-managesieve/ */ + + $labels'filters' = 'Iragazkiak'; $labels'managefilters' = 'Kudeatu sarrerako posta-iragazkiak'; $labels'filtername' = 'Iragazkiaren izena'; @@ -65,15 +65,9 @@ $labels'seconds' = 'segundo'; $labels'rulestop' = 'Gelditu arauak ebaluatzen'; $labels'enable' = 'Gaitu/Ezgaitu'; -$labels'filterset' = 'Iragazki-paketea'; $labels'filtersets' = 'Iragazki-paketeak'; -$labels'filtersetadd' = 'Gehitu iragazki-paketea'; -$labels'filtersetact' = 'Gaitu uneko iragazki-paketea'; -$labels'filtersetdeact' = 'Ezgaitu uneko iragazki-paketea'; $labels'filterseteditraw' = 'Editatu iragazki multzoa'; $labels'filterdef' = 'Iragazkiaren definizioa'; -$labels'filtersetname' = 'Iragazki-paketearen izena'; -$labels'newfilterset' = 'Iragazki-pakete berria'; $labels'active' = 'aktiboa'; $labels'none' = 'Bat ere ez'; $labels'fromset' = 'paketetik'; @@ -213,16 +207,6 @@ $messages'forbiddenchars' = 'Debekatutako karaktereak eremuan.'; $messages'cannotbeempty' = 'Eremua ezin da hutsik egon.'; $messages'ruleexist' = 'Lehendik badago izen hori duen iragazki bat.'; -$messages'setactivateerror' = 'Ezin da aktibatu hautatutako iragazki paketea. Zerbitzarian errore bat gertatu da.'; -$messages'setdeactivateerror' = 'Ezin da ezgaitu hautatutako iragazki-paketea. Zerbitzarian errore bat gertatu da.'; -$messages'setdeleteerror' = 'Ezin da ezabatu hautatutako iragazki-paketea. Zerbitzarian errore bat gertatu da.'; -$messages'setactivated' = 'Iragazki paketea ongi aktibatu da.'; -$messages'setdeactivated' = 'Iragazki paketea ongi desaktibatu da.'; -$messages'setdeleted' = 'Iragazki paketea ongi ezabatu da.'; -$messages'setupdated' = 'Iragazkien multzoa ongi eguneratu da.'; -$messages'setdeleteconfirm' = 'Seguru zaude hautatutako iragazki paketea ezabatu nahi duzula?'; -$messages'setcreateerror' = 'Ezin da iragazki-paketea sortu. Zerbitzarian errore bat gertatu da.'; -$messages'setcreated' = 'Iragazki paketea ongi sortu da.'; $messages'activateerror' = 'Ezin da gaitu hautatutako iragazkia(k). Zerbitzarian errore bat gertatu da.'; $messages'deactivateerror' = 'Ezin da ezgaitu hautatutako iragazkia(k). Zerbitzarian errore bat gertatu da.'; $messages'deactivated' = 'Iragazkia(k) ongi ezgaitu da.'; @@ -237,4 +221,3 @@ $messages'saveerror' = 'Ezin dira datuak gorde. Errorea gertatu da zerbitzarian.'; $messages'emptyvacationbody' = 'Beharrezkoa da oporraldiko mezua jartzea!'; $messages'duplicate.conflict.err' = 'Goiburua eta identifikatzaile bakarra ez dira onartzen.'; -?>
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/managesieve/localization/fa_AF.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/managesieve/localization/fa_AF.inc
Changed
@@ -2,19 +2,19 @@ /* +-----------------------------------------------------------------------+ - | plugins/managesieve/localization/<lang>.inc | - | | | Localization file of the Roundcube Webmail Managesieve plugin | - | Copyright (C) 2012-2013, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-managesieve/ */ + + $labels'filters' = 'فیلترها'; $labels'filtername' = 'نام فیلتر'; $labels'newfilter' = 'فیلتر جدید'; @@ -35,7 +35,6 @@ $labels'days' = 'روز'; $labels'filtersets' = 'مجموعه فیلتر'; $labels'filterdef' = 'تعریف فیلتر'; -$labels'newfilterset' = 'مجموعه فیلترهای جدید'; $labels'active' = 'فعال'; $labels'none' = 'هیچ کدام'; $labels'flagread' = 'خواندن'; @@ -86,4 +85,3 @@ $messages'deactivated' = 'فیلتر(ها) با موفقیت غیر فعال شدند'; $messages'nametoolong' = 'نام بسیار بلند است.'; $messages'namereserved' = 'نام رزرو شده.'; -?>
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/managesieve/localization/fa_IR.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/managesieve/localization/fa_IR.inc
Changed
@@ -2,25 +2,26 @@ /* +-----------------------------------------------------------------------+ - | plugins/managesieve/localization/<lang>.inc | - | | | Localization file of the Roundcube Webmail Managesieve plugin | - | Copyright (C) 2012-2013, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-managesieve/ */ + + $labels'filters' = 'پالایهها'; $labels'managefilters' = 'مدیریت پالایههای نامه ورودی'; $labels'filtername' = 'نام پالایه'; $labels'newfilter' = 'پالایه جدید'; $labels'filteradd' = 'افزودن پالایه'; $labels'filterdel' = 'حذف پالایه'; +$labels'actions' = 'اقدامها'; $labels'scope' = 'حوزه'; $labels'moveup' = 'انتقال به بالا'; $labels'movedown' = 'انتقال به پایین'; @@ -63,14 +64,8 @@ $labels'seconds' = 'ثانیهها'; $labels'rulestop' = 'توقف قوانین ارزیابی'; $labels'enable' = 'فعال/غیرفعالسازی'; -$labels'filterset' = 'مجموعه پالایهها'; $labels'filtersets' = 'مجموعههای پالایهها'; -$labels'filtersetadd' = 'افزودن مجموعه پالایهها'; -$labels'filtersetact' = 'فعال کردن مجموعه پالایههای جاری'; -$labels'filtersetdeact' = 'غیرفعال کردن مجموعه پالایههای جاری'; $labels'filterdef' = 'تعریف پالایه'; -$labels'filtersetname' = 'نام مجموعه پالایهها'; -$labels'newfilterset' = 'مجموعه پالایههای جدید'; $labels'active' = 'فعال'; $labels'none' = 'هیچکدام'; $labels'fromset' = 'از مجموعه'; @@ -198,15 +193,6 @@ $messages'forbiddenchars' = 'حروف ممنوعه در فیلد.'; $messages'cannotbeempty' = 'فیلد نمی تواند خالی باشد.'; $messages'ruleexist' = 'پالایه با این نام مشخص وجود دارد.'; -$messages'setactivateerror' = 'ناتوان در فعال کردن مجموعه پالایهها انتخاب شده. خطای سرور رخ داد.'; -$messages'setdeactivateerror' = 'ناتوان در غیرفعال کردن مجموعه پالایهها انتخاب شده. خطای سرور رخ داد.'; -$messages'setdeleteerror' = 'ناتوان در حذف مجموعه پالایهها انتخاب شده. خطای سرور رخ داد.'; -$messages'setactivated' = 'مجموعه پالایهها با کامیابی فعال شد.'; -$messages'setdeactivated' = 'مجموعه پالایهها با کامیابی غیرفعال شد.'; -$messages'setdeleted' = 'مجموعه پالایهها با کامیابی حذف شد.'; -$messages'setdeleteconfirm' = 'آیا مطمئن هستید که میخواهید مجموعه پالایهها انتخاب شده را حذف کنید؟'; -$messages'setcreateerror' = 'ناتوانی در ایجاد مجموعه پالایهها. خطای سرور رخ داد.'; -$messages'setcreated' = 'مجموعه پالایهها با کامیابی ایجاد شد.'; $messages'activateerror' = 'ناتوانی در فعال کردن پالایه(های) انتخاب شده. خطای سرور رخ داد.'; $messages'deactivateerror' = 'ناتوانی در غیرفعال کردن پالایه(های) انتخاب شده. خطای سرور رخ داد.'; $messages'deactivated' = 'پالایه(ها) با کامیابی فعال شدند.'; @@ -220,4 +206,3 @@ $messages'invaliddateformat' = 'قالب تاریخ اشتباه'; $messages'saveerror' = 'ناتوانی در ذخیره اطلاعات. خطای سرور رخ داد.'; $messages'emptyvacationbody' = 'متن پیام تعطیلی لازم است!'; -?>
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/managesieve/localization/fi_FI.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/managesieve/localization/fi_FI.inc
Changed
@@ -2,19 +2,19 @@ /* +-----------------------------------------------------------------------+ - | plugins/managesieve/localization/<lang>.inc | - | | | Localization file of the Roundcube Webmail Managesieve plugin | - | Copyright (C) 2012-2013, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-managesieve/ */ + + $labels'filters' = 'Suodattimet'; $labels'managefilters' = 'Hallitse saapuvan sähköpostin suodattimia'; $labels'filtername' = 'Suodattimen nimi'; @@ -72,15 +72,9 @@ $labels'seconds' = 'sekuntia'; $labels'rulestop' = 'Lopeta sääntöjen arviointi'; $labels'enable' = 'Ota käyttöön/poista käytöstä'; -$labels'filterset' = 'Suodattimien asetus'; $labels'filtersets' = 'Suodattimen asetus'; -$labels'filtersetadd' = 'Lisää suodatinasetus'; -$labels'filtersetact' = 'Aktivoi nykyinen suodattimien asetus'; -$labels'filtersetdeact' = 'Poista käytöstä nykyinen suodattimien asetus'; $labels'filterseteditraw' = 'Muokkaa suodatinasetusta'; $labels'filterdef' = 'Suodattimen määrittely'; -$labels'filtersetname' = 'Suodattimien asetuksen nimi'; -$labels'newfilterset' = 'Uusi suodatinasetus'; $labels'active' = 'aktiivinen'; $labels'none' = 'Ei mikään'; $labels'fromset' = 'sarjasta'; @@ -219,16 +213,6 @@ $messages'forbiddenchars' = 'Virheellisiä merkkejä kentässä.'; $messages'cannotbeempty' = 'Kenttä ei voi olla tyhjä.'; $messages'ruleexist' = 'Suodatin samalla nimellä on jo olemassa.'; -$messages'setactivateerror' = 'Palvelinvirheestä johtuen suodatinasetuksia ei voitu tallentaa.'; -$messages'setdeactivateerror' = 'Palvelinvirheestä johtuen suodatinasetuksia ei voitu kytkeä pois päältä.'; -$messages'setdeleteerror' = 'Palvelinvirheestä johtuen suodatinasetuksia ei voitu poistaa.'; -$messages'setactivated' = 'Suodatinasetukset kytketty päälle.'; -$messages'setdeactivated' = 'Suodatinasetukset kytketty pois päältä.'; -$messages'setdeleted' = 'Suodatinasetukset poistettu.'; -$messages'setupdated' = 'Suodatinasetukset päivitetty.'; -$messages'setdeleteconfirm' = 'Oletko varma että haluat poistaa valitut suodatinasetukset?'; -$messages'setcreateerror' = 'Palvelinvirheestä johtuen suodatinasetuksia ei voitu luoda.'; -$messages'setcreated' = 'Suodatinasetukset luotiin onnistuneesti.'; $messages'activateerror' = 'Palvelinvirheestä johtuen valittuja suodattimia ei voitu ottaa käyttöön.'; $messages'deactivateerror' = 'Palvelinvirheestä johtuen valittuja suodattimia ei voitu kytkeä pois käytöstä.'; $messages'deactivated' = 'Suodattimet kytketty pois käytöstä.'; @@ -241,4 +225,3 @@ $messages'saveerror' = 'Tietojen tallennus epäonnistui palvelinvirheen vuoksi.'; $messages'emptyvacationbody' = 'Lomaviestin sisältö vaaditaan!'; $messages'disabledaction' = 'Toiminto ei ole sallittu.'; -?>
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/managesieve/localization/fo_FO.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/managesieve/localization/fo_FO.inc
Changed
@@ -2,19 +2,19 @@ /* +-----------------------------------------------------------------------+ - | plugins/managesieve/localization/<lang>.inc | - | | | Localization file of the Roundcube Webmail Managesieve plugin | - | Copyright (C) 2012-2013, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-managesieve/ */ + + $labels'filters' = 'Filtur'; $labels'managefilters' = 'Umsit mótakandi teldupost filtur'; $labels'filtername' = 'Navn á filtri'; @@ -65,14 +65,8 @@ $labels'seconds' = 'sekund'; $labels'rulestop' = 'Steðga við at eftirmeta reglur'; $labels'enable' = 'Tendra/Sløkk'; -$labels'filterset' = 'Sílu set'; $labels'filtersets' = 'Sílu sett'; -$labels'filtersetadd' = 'Stovna sílu sett'; -$labels'filtersetact' = 'Tendra verandi sílu sett'; -$labels'filtersetdeact' = 'Sløkk verandi sílu sett'; $labels'filterdef' = 'Sílu avmarking '; -$labels'filtersetname' = 'Navn á sílu sett'; -$labels'newfilterset' = 'Nýtt sílu sett'; $labels'active' = 'tendra'; $labels'none' = 'einki'; $labels'fromset' = 'frá sett'; @@ -203,15 +197,6 @@ $messages'forbiddenchars' = 'Óloyvd tekin í feltinum.'; $messages'cannotbeempty' = 'Felt kann ikki verða tómt'; $messages'ruleexist' = 'Síla við givna navni er longu til'; -$messages'setactivateerror' = 'Tað bar ikki til at tendra valdu sílu sett. Ambætara feilur kom fyri.'; -$messages'setdeactivateerror' = 'Tað bar ikki til at sløkkja valdu sílu sett. Ambætara feilur kom fyri'; -$messages'setdeleteerror' = 'Tað bar ikki til at strika valdu sílu sett. Ambætara feilur kom fyri.'; -$messages'setactivated' = 'Síiu sett tendra.'; -$messages'setdeactivated' = 'Sílu sett sløkt'; -$messages'setdeleted' = 'Sílu sett var strika'; -$messages'setdeleteconfirm' = 'Ert tú vísur í, at tú vilt strika valdu sílu sett?'; -$messages'setcreateerror' = 'Tað ber ikki til at stovna sílu sett. Ambætara feilur kom fyri.'; -$messages'setcreated' = 'Set av sílu stovna.'; $messages'activateerror' = 'Tað ber ikki til at tendra valdu sílur. Ambætara feilur kom fyri.'; $messages'deactivateerror' = 'Tað ber ikki til at sløkkja valdu sílur. Ambætara feilur kom fyri.'; $messages'deactivated' = 'Filtur sløkt'; @@ -225,4 +210,3 @@ $messages'invaliddateformat' = 'Ógildugt dato ella formulering av dato'; $messages'saveerror' = 'Tað bar ikki til at goyma dáta. Ambætara feilur kom fyri.'; $messages'emptyvacationbody' = 'Innihaldi í feriu boðinum er kraft!'; -?>
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/managesieve/localization/fr_FR.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/managesieve/localization/fr_FR.inc
Changed
@@ -2,19 +2,19 @@ /* +-----------------------------------------------------------------------+ - | plugins/managesieve/localization/<lang>.inc | - | | | Localization file of the Roundcube Webmail Managesieve plugin | - | Copyright (C) 2012-2013, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-managesieve/ */ + + $labels'filters' = 'Filtres'; $labels'managefilters' = 'Gérer les filtres de courriels entrants'; $labels'filtername' = 'Nom du filtre'; @@ -273,4 +273,3 @@ $messages'duplicate.conflict.err' = 'L’en-tête et l’identifiant unique ne sont pas permis.'; $messages'disabledaction' = 'L’action n’est pas permise.'; $messages'lastindexempty' = 'L’index est exigé en comptant de la fin'; -?>
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/managesieve/localization/fy_NL.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/managesieve/localization/fy_NL.inc
Changed
@@ -2,19 +2,19 @@ /* +-----------------------------------------------------------------------+ - | plugins/managesieve/localization/<lang>.inc | - | | | Localization file of the Roundcube Webmail Managesieve plugin | - | Copyright (C) 2012-2013, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-managesieve/ */ + + $labels'scope' = 'Berik'; $labels'messagedelete' = 'Berjocht fuortsmite'; $labels'add' = 'Tafoegje'; @@ -50,4 +50,3 @@ $labels'vacation.body' = 'Ynhâld'; $labels'vacation.status' = 'Status'; $labels'vacation.keep' = 'Hâlde'; -?>
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/managesieve/localization/ga_IE.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/managesieve/localization/ga_IE.inc
Changed
@@ -2,27 +2,28 @@ /* +-----------------------------------------------------------------------+ - | plugins/managesieve/localization/<lang>.inc | - | | | Localization file of the Roundcube Webmail Managesieve plugin | - | Copyright (C) 2012-2013, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-managesieve/ */ + + $labels'filters' = 'Scagairí'; $labels'managefilters' = 'Bainistigh na scagairí do theachtaireachtaí isteach'; $labels'filtername' = 'Ainm an scagaire'; $labels'newfilter' = 'Scagaire nua'; $labels'filteradd' = 'Cuir scagaire leis'; $labels'filterdel' = 'Scrios an scagaire'; +$labels'rules' = 'Rialacha'; $labels'actions' = 'Gníomhartha'; -$labels'scope' = 'Cuimse'; +$labels'scope' = 'Raon feidhme'; $labels'moveup' = 'Bog suas'; $labels'movedown' = 'Bog síos'; $labels'filterany' = 'gach teachtaireacht'; @@ -32,6 +33,11 @@ $labels'filterisnot' = 'níl sé cothrom le'; $labels'filterunder' = 'faoi'; $labels'filterover' = 'thar'; +$labels'mime-message' = 'teachtaireacht'; +$labels'mime-anychild' = 'ceann ar bith'; +$labels'mime-type' = 'cineál'; +$labels'mime-subtype' = 'fochineál'; +$labels'mime-param' = 'paraiméadar'; $labels'addrule' = 'Cuir rial leis'; $labels'delrule' = 'Scrios an rial'; $labels'messagemoveto' = 'Bog teachtaireacht chuig'; @@ -43,6 +49,7 @@ $labels'messagediscard' = 'Cuileáil leis an teachtaireacht'; $labels'messagekeep' = 'Coinnigh an teachtaireacht sa Bhosca Isteach'; $labels'messagesrules' = 'I gcomhair teachtaireachtaí isteach:'; +$labels'messagesactions' = '...rith na gníomhartha seo a leanas:'; $labels'add' = 'Cuir leis'; $labels'del' = 'Scrios'; $labels'sender' = 'Seoltóir'; @@ -55,9 +62,7 @@ $labels'days' = 'lá'; $labels'seconds' = 'soicind'; $labels'enable' = 'Cumasaigh/Díchumasaigh'; -$labels'filterset' = 'Tacair scagairí'; $labels'filtersets' = 'Tacair scagairí'; -$labels'filtersetadd' = 'Cuir scagairí socraithe leis'; $labels'filterdef' = 'Sainmhíniú an fhillteáin'; $labels'active' = 'gníomhach'; $labels'none' = 'dada'; @@ -74,12 +79,17 @@ $labels'flaganswered' = 'Freagartha'; $labels'flagflagged' = 'Bratach curtha leis'; $labels'flagdraft' = 'Cum teachtaireacht'; +$labels'headeratstart' = 'ag an tús'; +$labels'headeratend' = 'ag an deireadh'; +$labels'headerfromstart' = 'ón tús'; +$labels'headerfromend' = 'ón deireadh'; $labels'setvariable' = 'Socraigh athraitheach'; $labels'setvarmodifiers' = 'Mionathraitheoirí:'; $labels'varlower' = 'cás íochtar'; $labels'varupper' = 'cás uachtar'; $labels'varlength' = 'fad'; $labels'notify' = 'Seol fógra'; +$labels'notifytarget' = 'Sprioc an fhógra:'; $labels'notifyimportance' = 'Tábhacht:'; $labels'notifyimportancelow' = 'íseal'; $labels'notifyimportancenormal' = 'gnáth'; @@ -122,22 +132,28 @@ $labels'default' = 'réamhshocrú'; $labels'index' = 'Treorán:'; $labels'indexlast' = 'siar'; +$labels'vacation' = 'As Oifig'; $labels'vacation.reply' = 'Freagair an teachtaireacht'; $labels'vacation.advanced' = 'Ardsocruithe'; $labels'vacation.subject' = 'Ábhar'; $labels'vacation.body' = 'Corp'; +$labels'vacation.start' = 'Am tosaigh'; +$labels'vacation.end' = 'Am le críochnú'; $labels'vacation.status' = 'Treo'; $labels'vacation.on' = 'Ar siúl'; $labels'vacation.off' = 'As'; $labels'vacation.addresses' = 'Mo sheoltaí ríomhphoist'; +$labels'vacation.interval' = 'Eatramh an fhreagra'; $labels'vacation.keep' = 'Coinnigh'; $labels'vacation.discard' = 'Cuileáil'; $labels'vacation.redirect' = 'Atreoraigh chuig'; $labels'vacation.copy' = 'Seol macasamhail chuig'; +$labels'forward' = 'Cur ar aghaidh'; $labels'forward.redirect' = 'Atreoraigh chuig'; $labels'forward.copy' = 'Seol macasamhail chuig'; $labels'forward.on' = 'Ar siúl'; $labels'forward.off' = 'As'; +$labels'forward.status' = 'Treo:'; $labels'filladdresses' = 'Líon le mo sheoltaí uile'; $labels'arialabelfilteractions' = 'Gníomhartha an scagaire'; $labels'arialabelfilterform' = 'Airíonna an fhillteáin'; @@ -147,13 +163,14 @@ $labels'duplicate.uniqueid' = 'aitheantóir:'; $messages'filterdeleted' = 'Scriosadh an fillteán go ráthúil.'; $messages'filterdeleteconfirm' = 'An bhfuil tú cinnte gur mian leat an scagaire roghnaithe a scriosadh?'; +$messages'ruledeleteconfirm' = 'An bhfuil tú cinnte gur mian leat an riail roghnaithe sin a scriosadh?'; $messages'actiondeleteconfirm' = 'An bhfuil tú cinnte gur mian leat an gníomh roghnaithe a scriosadh?'; +$messages'forbiddenchars' = 'Tá carachtair neamhcheadaithe sa réimse.'; $messages'cannotbeempty' = 'Ní féidir leis an réimse bheith folamh.'; $messages'ruleexist' = 'Tá an scagaire leis an ainm sonraithe ann cheana.'; -$messages'setcreated' = 'Cruthaíodh tacair de scagairí go ráthúil.'; $messages'moved' = 'Bogadh an scagaire go ráthúil.'; $messages'nametoolong' = 'Tá an t-ainm rófhada.'; $messages'namereserved' = 'Ainm curtha in áirithe.'; $messages'setexist' = 'Tá an tacair sin ann cheana.'; $messages'nodata' = 'Caithfear ar a laghad suíomh amháin a roghnú!'; -?> +$messages'disabledaction' = 'Ní cheadaítear an gníomh sin.';
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/managesieve/localization/gl_ES.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/managesieve/localization/gl_ES.inc
Changed
@@ -2,19 +2,19 @@ /* +-----------------------------------------------------------------------+ - | plugins/managesieve/localization/<lang>.inc | - | | | Localization file of the Roundcube Webmail Managesieve plugin | - | Copyright (C) 2012-2013, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-managesieve/ */ + + $labels'filters' = 'Filtros'; $labels'managefilters' = 'Xestionar os filtros de correo entrante'; $labels'filtername' = 'Nome do filtro'; @@ -63,14 +63,8 @@ $labels'seconds' = 'segundos'; $labels'rulestop' = 'Parar de avaliar regras'; $labels'enable' = 'Activar/Desactivar'; -$labels'filterset' = 'Conxunto de filtros'; $labels'filtersets' = 'Conxunto de filtros'; -$labels'filtersetadd' = 'Engadir un conxunto de filtros'; -$labels'filtersetact' = 'Activar o conxunto de filtros actual'; -$labels'filtersetdeact' = 'Desactivar o conxunto de filtros actual'; $labels'filterdef' = 'Definición de filtros'; -$labels'filtersetname' = 'Nome do conxunto de filtros'; -$labels'newfilterset' = 'Novo conxunto de filtros'; $labels'active' = 'activo'; $labels'none' = 'ningún'; $labels'fromset' = 'de conxunto'; @@ -188,15 +182,6 @@ $messages'forbiddenchars' = 'Caracteres non permitidos no campo'; $messages'cannotbeempty' = 'O campo non pode estar baleiro'; $messages'ruleexist' = 'Xa existe un filtro co nome especificado.'; -$messages'setactivateerror' = 'Non se poden activar os filtros seleccionados. Produciuse un erro de servidor.'; -$messages'setdeactivateerror' = 'Non foi posíbel desactivar os filtros seleccionados. Produciuse un erro de servidor.'; -$messages'setdeleteerror' = 'Non é posíbel eliminar os filtros seleccionados. Produciuse un erro de servidor.'; -$messages'setactivated' = 'O conxunto de filtros activouse con éxito'; -$messages'setdeactivated' = 'O conxunto de filtros desactivouse con éxito'; -$messages'setdeleted' = 'O Conxunto de filtros borrouse con éxito'; -$messages'setdeleteconfirm' = 'Seguro que queres eliminar o conxunto de filtros seleccionado?'; -$messages'setcreateerror' = 'Non é posíbel crear filtros. Produciuse un erro de servidor.'; -$messages'setcreated' = 'Conxunto de filtros creado con éxito'; $messages'activateerror' = 'Non é posíbel activar o(s) filtro(s) seleccionado(s). Produciuse un erro de servidor.'; $messages'deactivateerror' = 'Incapaz de desactivar filtro(s) seleccionado(s). Produciuse un erro de servidor.'; $messages'deactivated' = 'Desactiváronse os filtros correctamente.'; @@ -208,4 +193,3 @@ $messages'setexist' = 'Xa existe o conxunto'; $messages'nodata' = 'É preciso seleccionar polo menos unha posición!'; $messages'invaliddateformat' = 'Formato de data ou parte dos datos non válidos'; -?>
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/managesieve/localization/he_IL.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/managesieve/localization/he_IL.inc
Changed
@@ -2,19 +2,19 @@ /* +-----------------------------------------------------------------------+ - | plugins/managesieve/localization/<lang>.inc | - | | | Localization file of the Roundcube Webmail Managesieve plugin | - | Copyright (C) 2012-2013, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-managesieve/ */ + + $labels'filters' = 'מסננים'; $labels'managefilters' = 'ניהול מסננים לדואר נכנס'; $labels'filtername' = 'שם המסנן'; @@ -75,17 +75,17 @@ $labels'seconds' = 'שניות'; $labels'rulestop' = 'עצירה של בחינת הכללים'; $labels'enable' = 'אפשור/ניטרול'; -$labels'filterset' = 'קבוצת מסננים'; +$labels'filterset' = 'ערכת מסננים'; $labels'filtersets' = 'קבוצות מסננים'; -$labels'filtersetadd' = 'הוספה של קבוצת מסננים'; -$labels'filtersetdel' = 'מחיקה של סט מסננים'; -$labels'filtersetact' = 'הפעלה של מסננים נוכחיים'; -$labels'filtersetdeact' = 'השבתה של מסננים נוכחיים'; +$labels'filtersetadd' = 'הוספה של ערכת מסננים'; +$labels'filtersetdel' = 'מחיקת של ערכת מסננים'; +$labels'filtersetact' = 'הפעלה של ערכת המסננים הנוכחית'; +$labels'filtersetdeact' = 'השבתה של ערכת מסננים נוכחית'; $labels'filterseteditraw' = 'עריכת סינון'; -$labels'filtersetswitch' = 'הפעלה/ביטול סט מסננים'; +$labels'filtersetswitch' = 'הפעלה/השבתה ערכת מסננים'; $labels'filterdef' = 'הגדרת מסנן'; -$labels'filtersetname' = 'שם של קבוצת מסננים'; -$labels'newfilterset' = 'קבוצת מסננים חדשה'; +$labels'filtersetname' = 'שם של ערכת מסננים'; +$labels'newfilterset' = 'ערכת מסננים חדשה'; $labels'active' = 'פעיל'; $labels'none' = 'אף אחד מאלה'; $labels'fromset' = 'מקבוצה'; @@ -245,14 +245,14 @@ $messages'forbiddenchars' = 'תווים אסורים בשדה.'; $messages'cannotbeempty' = 'השדה לא יכול להישאר ריק.'; $messages'ruleexist' = 'כבר קיים מסנן בשם כזה.'; -$messages'setactivateerror' = 'לא ניתן להפעיל את ערכת המסננים הנבחרת. אירעה שגיאה בצד השרת.'; -$messages'setdeactivateerror' = 'לא ניתן להשבית רשימת מסננים שנבחרה. שגיאת שרת.'; -$messages'setdeleteerror' = 'לא ניתן למחוק רשימת מסננים שנבחרה. שגיאת שרת.'; +$messages'setactivateerror' = 'לא ניתן להפעיל את ערכת המסננים שנבחרה. אירעה שגיאה בצד השרת.'; +$messages'setdeactivateerror' = 'לא ניתן להשבית את ערכת המסננים שנבחרה. אירעה שגיאה בצד השרת.'; +$messages'setdeleteerror' = 'לא ניתן למחוק את ערכת המסננים הנבחרת. אירעה שגיאה בצד השרת.'; $messages'setactivated' = 'ערכת המסננים הופעלה בהצלחה.'; -$messages'setdeactivated' = 'ערכת המסננים נוטרלה בהצלחה.'; +$messages'setdeactivated' = 'ערכת המסננים הושבתה בהצלחה.'; $messages'setdeleted' = 'ערכת המסננים נמחקה בהצלחה.'; -$messages'setupdated' = 'הסינון נשמר'; -$messages'setdeleteconfirm' = 'האם אכן ברצונך למחוק את ערכת המסננים הנבחרת?'; +$messages'setupdated' = 'ערכת המסננים עודכנה בהצלחה.'; +$messages'setdeleteconfirm' = 'האם אכן ברצונך למחוק את ערכת המסננים שנבחרה?'; $messages'setcreateerror' = 'לא ניתן ליצור ערכת מסננים. אירעה שגיאה בצד השרת.'; $messages'setcreated' = 'ערכת המסננים נוצרה בהצלחה.'; $messages'activateerror' = 'לא ניתן להפעיל את המסננים הנבחרים. אירעה שגיאה בצד השרת.'; @@ -273,4 +273,3 @@ $messages'duplicate.conflict.err' = 'לא ניתן להוסיף כותרת עם מזהה יחודי'; $messages'disabledaction' = 'פעולה אסורה'; $messages'lastindexempty' = 'נחוץ מצביע כאשר סופרים מהסוף'; -?>
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/managesieve/localization/hi_IN.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/managesieve/localization/hi_IN.inc
Changed
@@ -2,22 +2,21 @@ /* +-----------------------------------------------------------------------+ - | plugins/managesieve/localization/<lang>.inc | - | | | Localization file of the Roundcube Webmail Managesieve plugin | - | Copyright (C) 2012-2013, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-managesieve/ */ + + $labels'messagedelete' = 'रद्द करें'; $labels'del' = 'मिटा'; $labels'notifymethodmailto' = 'मेल'; $labels'datetest' = 'तारीख'; $labels'vacation.subject' = 'विशय'; -?>
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/managesieve/localization/hr_HR.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/managesieve/localization/hr_HR.inc
Changed
@@ -2,25 +2,28 @@ /* +-----------------------------------------------------------------------+ - | plugins/managesieve/localization/<lang>.inc | - | | | Localization file of the Roundcube Webmail Managesieve plugin | - | Copyright (C) 2012-2013, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-managesieve/ */ + + $labels'filters' = 'Filteri'; $labels'managefilters' = 'Uredi filtere za pristiglu poštu'; $labels'filtername' = 'Naziv filtera'; $labels'newfilter' = 'Novi filter'; $labels'filteradd' = 'Dodaj filter'; $labels'filterdel' = 'Obriši filter'; +$labels'rules' = 'Pravila'; +$labels'actions' = 'Radnje'; +$labels'scope' = 'Djelokrug'; $labels'moveup' = 'Pomakni gore'; $labels'movedown' = 'Pomakni dolje'; $labels'filterallof' = 'koje odgovaraju svim sljedećim pravilima'; @@ -38,6 +41,11 @@ $labels'filternotregex' = 'ne odgovara regularnom izrazu'; $labels'filterunder' = 'ispod'; $labels'filterover' = 'iznad'; +$labels'mime-message' = 'poruka'; +$labels'mime-anychild' = 'bilo koji'; +$labels'mime-type' = 'vrsta'; +$labels'mime-subtype' = 'podvrsta'; +$labels'mime-param' = 'parametar'; $labels'addrule' = 'Dodaj pravilo'; $labels'delrule' = 'Obriši pravilo'; $labels'messagemoveto' = 'Premjesti poruku u'; @@ -62,14 +70,8 @@ $labels'seconds' = 'sekundi'; $labels'rulestop' = 'Prekini izvođenje filtera'; $labels'enable' = 'Omogući/Onemogući'; -$labels'filterset' = 'Grupa filtera'; $labels'filtersets' = 'Filteri'; -$labels'filtersetadd' = 'Dodaj grupu filtera'; -$labels'filtersetact' = 'Aktiviraj odabranu grupu filtera'; -$labels'filtersetdeact' = 'Deaktiviraj odabranu grupu filtera'; $labels'filterdef' = 'Definicije filtera'; -$labels'filtersetname' = 'Naziv grupe filtera'; -$labels'newfilterset' = 'Nova grupa filtera'; $labels'active' = 'aktivan'; $labels'none' = 'nijedan'; $labels'fromset' = 'iz grupe'; @@ -173,15 +175,6 @@ $messages'forbiddenchars' = 'Nedozvoljeni znakovi u polju'; $messages'cannotbeempty' = 'Polje nesmije biti prazno'; $messages'ruleexist' = 'Filter sa zadanim imenom već postoji.'; -$messages'setactivateerror' = 'Nemoguće aktivirati odabranu grupu filtera. Greška na poslužitelju.'; -$messages'setdeactivateerror' = 'Nemoguće deaktivirati odabranu grupu filtera. Greška na poslužitelju.'; -$messages'setdeleteerror' = 'Nemoguće obrisati odabranu grupu filtera. Greška na poslužitelju.'; -$messages'setactivated' = 'Grupa filtera je uspješno aktivirana'; -$messages'setdeactivated' = 'Grupa filtera je uspješno deaktivirana'; -$messages'setdeleted' = 'Grupa filtera je uspješno obrisana'; -$messages'setdeleteconfirm' = 'Jeste li sigurni da želite obrisati odabranu grupu filtera?'; -$messages'setcreateerror' = 'Nemoguće stvoriti grupu filtera. Greška na poslužitelju.'; -$messages'setcreated' = 'Grupa filtera je uspješno stvorena'; $messages'activateerror' = 'Nije moguće omogućiti odabrani filter(e). Greška poslužitelja.'; $messages'deactivateerror' = 'Nije moguće onemogućiti odabrane filter(e). Greška poslužitelja.'; $messages'deactivated' = 'Filter(i) omogućen(i) uspješno.'; @@ -194,4 +187,3 @@ $messages'nodata' = 'Barem jedan pozicija mora biti odabrana!'; $messages'invaliddateformat' = 'Neispravan datum ili dio datuma'; $messages'saveerror' = 'Nemoguće spremiti podatke. Greška na poslužitelju.'; -?>
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/managesieve/localization/hu_HU.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/managesieve/localization/hu_HU.inc
Changed
@@ -2,19 +2,19 @@ /* +-----------------------------------------------------------------------+ - | plugins/managesieve/localization/<lang>.inc | - | | | Localization file of the Roundcube Webmail Managesieve plugin | - | Copyright (C) 2012-2013, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-managesieve/ */ + + $labels'filters' = 'Üzenetszűrők'; $labels'managefilters' = 'Bejövő üzenetek szűrői'; $labels'filtername' = 'Szűrő neve'; @@ -75,17 +75,17 @@ $labels'seconds' = 'másodpercek'; $labels'rulestop' = 'Műveletek végrehajtásának befejezése'; $labels'enable' = 'Bekapcsol/Kikapcsol'; -$labels'filterset' = 'Szűrök készlet'; +$labels'filterset' = 'Szűrő készlet'; $labels'filtersets' = 'Szűrő készletek'; -$labels'filtersetadd' = 'Szűrő hozzáadása a készlethez'; +$labels'filtersetadd' = 'Szűrőkészle hozzáadása'; $labels'filtersetdel' = 'Szűrőkészlet törlése'; -$labels'filtersetact' = 'Az aktuális szűrő készlet engedélyezése'; -$labels'filtersetdeact' = 'Az aktuális szűrő készlet tiltása'; +$labels'filtersetact' = 'Az aktuális szűrőkészlet aktiválása'; +$labels'filtersetdeact' = 'Az aktuális szűrőkészlet deaktiválása'; $labels'filterseteditraw' = 'Szűrőkészlet beállítás'; -$labels'filtersetswitch' = 'Engedélyezni/letíltani a szűrőkészletet'; +$labels'filtersetswitch' = 'Engedélyezni/letiltani szűrőkészletet'; $labels'filterdef' = 'Szűrő definíció'; -$labels'filtersetname' = 'Szűrő készlet neve'; -$labels'newfilterset' = 'Új szűrő készlet'; +$labels'filtersetname' = 'Szűrőkészlet neve'; +$labels'newfilterset' = 'Új szűrőkészlet'; $labels'active' = 'aktív'; $labels'none' = 'nincs'; $labels'fromset' = 'készletből'; @@ -245,16 +245,16 @@ $messages'forbiddenchars' = 'Érvénytelen karakter a mezőben'; $messages'cannotbeempty' = 'A mező nem lehet üres'; $messages'ruleexist' = 'Már van ilyen névvel elmentett szűrő.'; -$messages'setactivateerror' = 'A kiválasztott szűrő készletet nem sikerült engedélyezni. Szerver hiba történt.'; -$messages'setdeactivateerror' = 'A kiválasztott szűrő készletet nem sikerült tiltani. Szerver hiba történt.'; -$messages'setdeleteerror' = 'Nem sikerült a kiválasztott szűrő készletet törölni. Szerver hiba történt.'; -$messages'setactivated' = 'A filter készlet engedélyezése sikeresen végrehajtódott.'; -$messages'setdeactivated' = 'A filter készlet tiltása sikeresen végrehajtódott.'; -$messages'setdeleted' = 'A filter készlet törlése sikeresen végrehajtódott.'; -$messages'setupdated' = 'A szűrőkészlet sikeresen frissítve'; -$messages'setdeleteconfirm' = 'Biztosan törölni szeretnéd a kiválasztott szűrő készleteket?'; -$messages'setcreateerror' = 'Nem sikerült létrehozni a szűrő készletet. Szerver hiba történt.'; -$messages'setcreated' = 'A szűrő készlet sikeresen létrejött.'; +$messages'setactivateerror' = 'A szűrőkészlet aktiválása sikertelen. Szerver hiba történt.'; +$messages'setdeactivateerror' = 'A szűrőkészlet deaktiválása sikertelen. Szerver hiba történt.'; +$messages'setdeleteerror' = 'A szűrőkészlet törlése sikertelen. Szerver hiba történt.'; +$messages'setactivated' = 'A szűrőkészlet aktiválása sikeres.'; +$messages'setdeactivated' = 'A szűrőkészlet deaktiválása sikeres.'; +$messages'setdeleted' = 'A szűrőkészlet törlése sikeres.'; +$messages'setupdated' = 'A szűrőkészlet frissítése sikeres.'; +$messages'setdeleteconfirm' = 'Biztos, hogy törlöd a kiválasztott szűrőkészletet?'; +$messages'setcreateerror' = 'Nem sikerült létrehozni a szűrőkészletet. Szerver hiba történt.'; +$messages'setcreated' = 'Szűrőkészlet sikeresen létrejött.'; $messages'activateerror' = 'Nem sikerült engedélyezni a kiválasztott szűrö(k)et. Szerver hiba történt.'; $messages'deactivateerror' = 'Nem sikerült kikapcsolni a kiválasztott szűrő(ke)t. Szerver hiba történt.'; $messages'deactivated' = 'Szűrő(k) sikeresen bekapcsolva.'; @@ -273,4 +273,3 @@ $messages'duplicate.conflict.err' = 'Egyszerre fejléc és egyedi azonosító nem engedélyezett.'; $messages'disabledaction' = 'A művelet nem megengedett.'; $messages'lastindexempty' = 'Az index kötelező amikor a végétől számoljuk'; -?>
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/managesieve/localization/hy_AM.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/managesieve/localization/hy_AM.inc
Changed
@@ -2,19 +2,19 @@ /* +-----------------------------------------------------------------------+ - | plugins/managesieve/localization/<lang>.inc | - | | | Localization file of the Roundcube Webmail Managesieve plugin | - | Copyright (C) 2012-2013, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-managesieve/ */ + + $labels'filters' = 'Զտիչներ'; $labels'managefilters' = 'Կառավարել ստացվող նամակների զտիչները'; $labels'filtername' = 'Զտիչի անուն'; @@ -58,14 +58,8 @@ $labels'vacationsubject' = 'Հաղորդագրության վերնագիր`'; $labels'rulestop' = 'Դադարել պայմանների ստուգումը'; $labels'enable' = 'Միացնել/Անջատել'; -$labels'filterset' = 'Զտիչների համալիր'; $labels'filtersets' = 'Զտիչների համալիրներ'; -$labels'filtersetadd' = 'Ավելացնել զտիչների համալիր'; -$labels'filtersetact' = 'Միացնել առկա զտիչների համալիրը'; -$labels'filtersetdeact' = 'Անջատել առկա զտիչների համալիրը'; $labels'filterdef' = 'Զտիչի սահմանում'; -$labels'filtersetname' = 'Զտիչների համալիրի անուն'; -$labels'newfilterset' = 'Նոր զտիչների համալիր'; $labels'active' = 'ակտիվ'; $labels'none' = 'ոչ մեկը'; $labels'fromset' = 'համալիրից'; @@ -128,11 +122,6 @@ $messages'forbiddenchars' = 'Դաշտում առկա են արգելված նիշեր։'; $messages'cannotbeempty' = 'Դաշտը դատարկ չի կարող լինել։'; $messages'ruleexist' = 'Տրված անունով զտիչ արդեն գոյություն ունի։'; -$messages'setactivated' = 'Զտիչների համալիրը միացված է։'; -$messages'setdeactivated' = 'Զտիչների համալիրը անջատված է։'; -$messages'setdeleted' = 'Զտիչների համալիրը ջնջված է։'; -$messages'setdeleteconfirm' = 'Դուք իսկապե՞ս ցանկանում եք ջնջել նշված զտիչների համալիրը։'; -$messages'setcreated' = 'Զտիչների համալիրը ստեղծված է։'; $messages'deactivated' = 'Զտիչի միացված է։'; $messages'activated' = 'Զտիչի անջատված է։'; $messages'moved' = 'Զտիչի տեղափոխված է։'; @@ -140,4 +129,3 @@ $messages'namereserved' = 'Անթույլատրելի անուն։'; $messages'setexist' = 'Համալիրը արդեն գոյություն ունի։'; $messages'nodata' = 'Պահանջվում է նշել գոնե մեկ դիրք։'; -?>
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/managesieve/localization/ia.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/managesieve/localization/ia.inc
Changed
@@ -2,19 +2,19 @@ /* +-----------------------------------------------------------------------+ - | plugins/managesieve/localization/<lang>.inc | - | | | Localization file of the Roundcube Webmail Managesieve plugin | - | Copyright (C) 2012-2013, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-managesieve/ */ + + $labels'filters' = 'Filtros'; $labels'managefilters' = 'Gerer filtros de e-mail entrante'; $labels'filtername' = 'Nomine de filtro'; @@ -65,15 +65,9 @@ $labels'seconds' = 'secundas'; $labels'rulestop' = 'Cessar de evalutar regulas'; $labels'enable' = 'Activar/Disactivar'; -$labels'filterset' = 'Gruppo de filtros'; $labels'filtersets' = 'Gruppos de filtros'; -$labels'filtersetadd' = 'Adder gruppo de filtros'; -$labels'filtersetact' = 'Activar le gruppo de filtros actual'; -$labels'filtersetdeact' = 'Disactivar le gruppo de filtros actual'; $labels'filterseteditraw' = 'Modificar gruppo de filtros'; $labels'filterdef' = 'Definition del filtro'; -$labels'filtersetname' = 'Nomine del gruppo de filtros'; -$labels'newfilterset' = 'Nove gruppo de filtros'; $labels'active' = 'active'; $labels'none' = 'nulle'; $labels'fromset' = 'ab gruppo'; @@ -213,16 +207,6 @@ $messages'forbiddenchars' = 'Le campo contine characteres interdicte.'; $messages'cannotbeempty' = 'Le campo non pote esser vacue.'; $messages'ruleexist' = 'Un filtro con le nomine specificate jam existe.'; -$messages'setactivateerror' = 'Impossibile activar le gruppo de filtros seligite. Un error de servitor ha occurrite.'; -$messages'setdeactivateerror' = 'Impossibile disactivar le gruppo de filtros seligite. Un error de servitor ha occurrite.'; -$messages'setdeleteerror' = 'Impossibile deler le gruppo de filtros seligite. Un error de servitor ha occurrite.'; -$messages'setactivated' = 'Le gruppo de filtros ha essite activate.'; -$messages'setdeactivated' = 'Le gruppo de filtros ha essite disactivate.'; -$messages'setdeleted' = 'Le gruppo de filtros ha essite delite.'; -$messages'setupdated' = 'Le insimul de filtros ha essite actualisate.'; -$messages'setdeleteconfirm' = 'Es vos secur de voler deler le gruppo de filtros seligite?'; -$messages'setcreateerror' = 'Impossibile crear le gruppo de filtros. Un error de servitor ha occurrite.'; -$messages'setcreated' = 'Le gruppo de filtros ha essite create.'; $messages'activateerror' = 'Impossibile activar le filtro(s) seligite. Un error de servitor ha occurrite.'; $messages'deactivateerror' = 'Impossibile disactivar le filtro(s) seligite. Un error de servitor ha occurrite.'; $messages'deactivated' = 'Le filtro(s) ha essite disactivate.'; @@ -237,4 +221,3 @@ $messages'saveerror' = 'Impossibile salveguardar le datos. Un error de servitor ha occurrite.'; $messages'emptyvacationbody' = 'Le texto del message de vacantias es obligatori.'; $messages'duplicate.conflict.err' = 'Ambe le capite e le identificator unic non es permittite.'; -?>
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/managesieve/localization/id_ID.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/managesieve/localization/id_ID.inc
Changed
@@ -2,19 +2,19 @@ /* +-----------------------------------------------------------------------+ - | plugins/managesieve/localization/<lang>.inc | - | | | Localization file of the Roundcube Webmail Managesieve plugin | - | Copyright (C) 2012-2013, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-managesieve/ */ + + $labels'filters' = 'Filter'; $labels'managefilters' = 'Atur filter email masuk'; $labels'filtername' = 'Nama filter'; @@ -75,17 +75,9 @@ $labels'seconds' = 'detik'; $labels'rulestop' = 'Berhenti mengevaluasi aturan'; $labels'enable' = 'Aktifkan/Non-Aktifkan'; -$labels'filterset' = 'Himpunan filter'; $labels'filtersets' = 'Himpunan banyak filter'; -$labels'filtersetadd' = 'Tambahkan himpunan filter'; -$labels'filtersetdel' = 'Hapus set filter'; -$labels'filtersetact' = 'Aktifkan himpunan filter ayng sekarang'; -$labels'filtersetdeact' = 'Matikan himpunan filter ayng sekarang'; $labels'filterseteditraw' = 'Sunting set penyaring'; -$labels'filtersetswitch' = 'Hidupkan / matikan set filter'; $labels'filterdef' = 'Definisi filter'; -$labels'filtersetname' = 'Nama himpunan filter'; -$labels'newfilterset' = 'Himpunan filter baru'; $labels'active' = 'aktif'; $labels'none' = 'nihil'; $labels'fromset' = 'dari himpunan'; @@ -229,16 +221,6 @@ $messages'forbiddenchars' = 'Karakter terlarang pada isian.'; $messages'cannotbeempty' = 'Isian tidak bisa kosong.'; $messages'ruleexist' = 'Penyaringan dengan nama tersebut sudah ada.'; -$messages'setactivateerror' = 'Tidak dapat mengaktivkan kumpulan penyaringan terpilih. Terjadi kesalahan pada server.'; -$messages'setdeactivateerror' = 'Tidak bisa mematikan kumpulan penyaringan terpilih. Terjadi kesalahan pada server.'; -$messages'setdeleteerror' = 'Tidak dapat menghapus kumpulan penyaringan terpilih. Terjadi kesalahan pada server.'; -$messages'setactivated' = 'Kumpulan penyaringan berhasil dihidupkan.'; -$messages'setdeactivated' = 'Kumpulan penyaringan berhasil dimatikan.'; -$messages'setdeleted' = 'Kumpulan penyaringan berhasil dihapus.'; -$messages'setupdated' = 'Set penyaring sukses dimutakhirkan.'; -$messages'setdeleteconfirm' = 'Yakin ingin menghapus kumpulan penyaringan terpilih?'; -$messages'setcreateerror' = 'Tidak bisa membuat kumpulan penyaringan. Terjadi kesalahan pada server'; -$messages'setcreated' = 'Kumpulan penyaringan berhasul dibuat.'; $messages'activateerror' = 'Tidak dapat mengaktifkan penyaringan terpilih. Terjadi kesalahan pada server'; $messages'deactivateerror' = 'Tidak dapat mematikan penyaringan terpilih. Terjadi kesalahan pada server'; $messages'deactivated' = 'Berhasil menghidupkan penyaringan.'; @@ -255,4 +237,3 @@ $messages'emptyvacationbody' = 'Tubuh pesan liburan diperlukan!'; $messages'duplicate.conflict.err' = 'Header dan identifier unik keduanya tidak diijinkan.'; $messages'disabledaction' = 'Tindakan tidak di izinkan'; -?>
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/managesieve/localization/is_IS.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/managesieve/localization/is_IS.inc
Changed
@@ -2,19 +2,19 @@ /* +-----------------------------------------------------------------------+ - | plugins/managesieve/localization/<lang>.inc | - | | | Localization file of the Roundcube Webmail Managesieve plugin | - | Copyright (C) 2012-2013, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-managesieve/ */ + + $labels'filters' = 'Síur'; $labels'filtername' = 'Heiti síu'; $labels'newfilter' = 'Ný sía'; @@ -92,7 +92,4 @@ $labels'forward.off' = 'Slökkt'; $labels'forward.saving' = 'Vista gögn...'; $labels'message' = 'Skilaboð'; -$messages'setcreateerror' = 'Tókst ekki að útbúa sett af síum. Villa kom upp á þjóninum.'; -$messages'setcreated' = 'Tókst að búa til síusett.'; $messages'namereserved' = 'Nafn er frátekið.'; -?>
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/managesieve/localization/it_IT.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/managesieve/localization/it_IT.inc
Changed
@@ -2,19 +2,19 @@ /* +-----------------------------------------------------------------------+ - | plugins/managesieve/localization/<lang>.inc | - | | | Localization file of the Roundcube Webmail Managesieve plugin | - | Copyright (C) 2012-2013, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-managesieve/ */ + + $labels'filters' = 'Filtri'; $labels'managefilters' = 'Gestione dei filtri per la posta in arrivo'; $labels'filtername' = 'Nome del filtro'; @@ -77,12 +77,12 @@ $labels'enable' = 'Abilita/disabilita'; $labels'filterset' = 'Gruppo di filtri'; $labels'filtersets' = 'Gruppi di filtri'; -$labels'filtersetadd' = 'Aggiungi gruppo'; -$labels'filtersetdel' = 'Elimina gruppo'; -$labels'filtersetact' = 'Attiva gruppo selezionato'; -$labels'filtersetdeact' = 'Disattiva gruppo selezionato'; +$labels'filtersetadd' = 'Aggiungi gruppo di filtri'; +$labels'filtersetdel' = 'Elimina gruppo di filtri'; +$labels'filtersetact' = 'Attiva il gruppo di filtri corrente'; +$labels'filtersetdeact' = 'Disattiva il gruppo di filtri corrente'; $labels'filterseteditraw' = 'Modifica gruppo di filtri'; -$labels'filtersetswitch' = 'Abilita/disabilita gruppo'; +$labels'filtersetswitch' = 'Abilita/disabilita gruppo di filtri'; $labels'filterdef' = 'Definizione del filtro'; $labels'filtersetname' = 'Nome del gruppo di filtri'; $labels'newfilterset' = 'Nuovo gruppo di filtri'; @@ -111,6 +111,16 @@ $labels'flaganswered' = 'Risposto'; $labels'flagflagged' = 'Contrassegnato'; $labels'flagdraft' = 'Bozza'; +$labels'addheader' = 'Aggiungi intestazioni al messaggio'; +$labels'deleteheader' = 'Rimuovi intestazioni al messaggio'; +$labels'headername' = 'Nome dell\'intestazione'; +$labels'headervalue' = 'Valore dell\'intestazione'; +$labels'headerpos' = 'Posizione dell\'intestazione'; +$labels'headeratstart' = 'all\'inizio'; +$labels'headeratend' = 'alla fine'; +$labels'headeroccurrence' = 'Intestazione occorrenza/posizione'; +$labels'headerfromstart' = 'dall\'inizio'; +$labels'headerfromend' = 'dalla fine'; $labels'setvariable' = 'Imposta variabile'; $labels'setvarname' = 'Nome variabile:'; $labels'setvarvalue' = 'Valore variabile:'; @@ -175,16 +185,20 @@ $labels'asciinumeric' = 'numerico (ascii-numeric)'; $labels'index' = 'indice:'; $labels'indexlast' = 'indietro'; +$labels'vacation' = 'Fuori ufficio'; $labels'vacation.reply' = 'Messaggio di risposta'; $labels'vacation.advanced' = 'Impostazioni avanzate'; $labels'vacation.from' = 'Indirizzo di risposta del mittente:'; $labels'vacation.subject' = 'Oggetto'; $labels'vacation.body' = 'Testo'; +$labels'vacation.start' = 'Data di inizio'; +$labels'vacation.end' = 'Data di fine'; $labels'vacation.status' = 'Stato'; $labels'vacation.on' = 'Attivato'; $labels'vacation.off' = 'Disattivato'; $labels'vacation.addresses' = 'I miei indirizzi di posta'; $labels'vacation.interval' = 'Intervallo di risposta'; +$labels'vacation.after' = 'Inserisci la regola di vacanza dopo'; $labels'vacation.saving' = 'Salvataggio...'; $labels'vacation.action' = 'Azione messaggio in arrivo'; $labels'vacation.keep' = 'Mantieni'; @@ -251,8 +265,8 @@ $messages'nodata' = 'Selezionare almeno una posizione.'; $messages'invaliddateformat' = 'Formato della data non valido'; $messages'saveerror' = 'Impossibile salvare i dati. Errore del server.'; +$messages'vacationsaved' = 'Dati di vacanza salvati correttamente.'; $messages'forwardsaved' = 'Dati di inoltro salvati correttamente.'; $messages'emptyvacationbody' = 'Il testo del messaggio non puo\' essere vuoto!'; $messages'duplicate.conflict.err' = 'Non sono consentiti intestazione e identificatore univoci.'; $messages'disabledaction' = 'Azione non permessa.'; -?>
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/managesieve/localization/ja_JP.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/managesieve/localization/ja_JP.inc
Changed
@@ -2,19 +2,19 @@ /* +-----------------------------------------------------------------------+ - | plugins/managesieve/localization/<lang>.inc | - | | | Localization file of the Roundcube Webmail Managesieve plugin | - | Copyright (C) 2012-2013, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-managesieve/ */ + + $labels'filters' = 'フィルター'; $labels'managefilters' = '受信メールのフィルターを管理'; $labels'filtername' = 'フィルター名'; @@ -67,17 +67,9 @@ $labels'seconds' = '秒'; $labels'rulestop' = '規則の評価を停止'; $labels'enable' = '有効/無効'; -$labels'filterset' = 'フィルターセット'; $labels'filtersets' = 'フィルターセット'; -$labels'filtersetadd' = 'フィルターセットを追加'; -$labels'filtersetdel' = 'フィルターセットを削除'; -$labels'filtersetact' = '現在のフィルター セットを有効'; -$labels'filtersetdeact' = '現在のフィルター セットを無効'; $labels'filterseteditraw' = 'フィルターセットを編集'; -$labels'filtersetswitch' = 'フィルターセットを有効化・無効化'; $labels'filterdef' = 'フィルターの定義'; -$labels'filtersetname' = 'フィルターセットの名前'; -$labels'newfilterset' = '新しいフィルターセット'; $labels'active' = '有効'; $labels'none' = 'なし'; $labels'fromset' = 'セットから'; @@ -228,16 +220,6 @@ $messages'forbiddenchars' = '項目に禁止している文字が含まれています。'; $messages'cannotbeempty' = '項目は空欄にできません。'; $messages'ruleexist' = '指定した名前のフィルターが既に存在します。'; -$messages'setactivateerror' = '選択したフィルターセットを有効にできません。サーバーでエラーが発生しました。'; -$messages'setdeactivateerror' = '選択したフィルターセットを無効にできません。サーバーでエラーが発生しました。'; -$messages'setdeleteerror' = '選択したフィルターセットを削除できません。サーバーでエラーが発生しました。'; -$messages'setactivated' = 'フィルターセットを有効にしました。'; -$messages'setdeactivated' = 'フィルターセットを無効にしました。'; -$messages'setdeleted' = 'フィルターセットを削除しました。'; -$messages'setupdated' = 'フィルターセットを更新しました。'; -$messages'setdeleteconfirm' = '本当に選択したフィルターセットを削除しますか?'; -$messages'setcreateerror' = 'フィルターセットを作成できません。サーバーでエラーが発生しました。'; -$messages'setcreated' = 'フィルターセットを作成しました。'; $messages'activateerror' = '選択したフィルターを有効にできません。サーバーでエラーが発生しました。'; $messages'deactivateerror' = '選択したフィルターを無効にできません。サーバーでエラーが発生しました。'; $messages'deactivated' = 'フィルターを有効にしました。'; @@ -254,4 +236,3 @@ $messages'emptyvacationbody' = '休暇のメッセージの本文が必要です!'; $messages'duplicate.conflict.err' = 'ヘッダーと一意な識別子の両方は同時に使用できません。'; $messages'disabledaction' = '許可されていない動作です。'; -?>
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/managesieve/localization/ka_GE.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/managesieve/localization/ka_GE.inc
Changed
@@ -2,19 +2,19 @@ /* +-----------------------------------------------------------------------+ - | plugins/managesieve/localization/<lang>.inc | - | | | Localization file of the Roundcube Webmail Managesieve plugin | - | Copyright (C) 2012-2013, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-managesieve/ */ + + $labels'messagedelete' = 'წაშლა'; $labels'add' = 'დამატება'; $labels'del' = 'წაშლა'; @@ -29,4 +29,3 @@ $labels'body' = 'შეტყობინების ტექსტი'; $labels'vacation.subject' = 'სათაური'; $labels'vacation.body' = 'შეტყობინების ტექსტი'; -?>
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/managesieve/localization/kab.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/managesieve/localization/kab.inc
Changed
@@ -2,19 +2,18 @@ /* +-----------------------------------------------------------------------+ - | plugins/managesieve/localization/<lang>.inc | - | | | Localization file of the Roundcube Webmail Managesieve plugin | - | Copyright (C) 2012-2013, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-managesieve/ */ + + $labels'del' = 'Kkes'; $labels'flagread' = 'Ɣeṛ'; -?>
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/managesieve/localization/km_KH.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/managesieve/localization/km_KH.inc
Changed
@@ -2,19 +2,19 @@ /* +-----------------------------------------------------------------------+ - | plugins/managesieve/localization/<lang>.inc | - | | | Localization file of the Roundcube Webmail Managesieve plugin | - | Copyright (C) 2012-2013, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-managesieve/ */ + + $labels'filters' = 'តម្រង'; $labels'managefilters' = 'គ្រប់គ្រងតម្របសំបុត្រចូល'; $labels'filtername' = 'ឈ្មោះតម្រង'; @@ -119,4 +119,3 @@ $labels'vacation.body' = 'តួ'; $labels'vacation.keep' = 'រក្សា'; $labels'duplicate.header' = 'ក្បាល៖'; -?>
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/managesieve/localization/kn_IN.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/managesieve/localization/kn_IN.inc
Changed
@@ -2,23 +2,22 @@ /* +-----------------------------------------------------------------------+ - | plugins/managesieve/localization/<lang>.inc | - | | | Localization file of the Roundcube Webmail Managesieve plugin | - | Copyright (C) 2012-2013, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-managesieve/ */ + + $labels'messagedelete' = 'ಸಂದೇಶ ಅಳಿಸು'; $labels'add' = 'ಸೇರಿಸು'; $labels'notifymethodmailto' = 'ಇಮೇಲ್'; $labels'notifymethodtel' = 'ದೂರವಾಣಿ'; $labels'datetest' = 'ದಿನಾಂಕ '; $labels'vacation.subject' = 'ವಿಷಯ'; -?>
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/managesieve/localization/ko_KR.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/managesieve/localization/ko_KR.inc
Changed
@@ -2,19 +2,19 @@ /* +-----------------------------------------------------------------------+ - | plugins/managesieve/localization/<lang>.inc | - | | | Localization file of the Roundcube Webmail Managesieve plugin | - | Copyright (C) 2012-2013, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-managesieve/ */ + + $labels'filters' = '필터'; $labels'managefilters' = '수신 메일 필터 관리'; $labels'filtername' = '필터명'; @@ -65,15 +65,9 @@ $labels'seconds' = '초'; $labels'rulestop' = '규칙 평가를 중단'; $labels'enable' = '활성화/비활성화'; -$labels'filterset' = '필터 세트'; $labels'filtersets' = '필터 세트'; -$labels'filtersetadd' = '필터 세트 추가'; -$labels'filtersetact' = '현재 필터 세트 활성화'; -$labels'filtersetdeact' = '현재 필터 세트 비활성화'; $labels'filterseteditraw' = '필터 세트 편집'; $labels'filterdef' = '필터 정의'; -$labels'filtersetname' = '필터 세트명'; -$labels'newfilterset' = '새 필터 세트'; $labels'active' = '활성화됨'; $labels'none' = '없음'; $labels'fromset' = '세트로부터'; @@ -213,16 +207,6 @@ $messages'forbiddenchars' = '필드에 금지된 문자가 존재합니다.'; $messages'cannotbeempty' = '필드는 비어둘 수 없습니다.'; $messages'ruleexist' = '지정한 이름의 필터가 이미 존재합니다.'; -$messages'setactivateerror' = '선택한 필터 세트를 활성화할 수 없습니다. 서버 오류가 발생했습니다.'; -$messages'setdeactivateerror' = '선택한 필터 세트를 비활성화할 수 없습니다. 서버 오류가 발생했습니다.'; -$messages'setdeleteerror' = '선택한 필터 세트를 삭제할 수 없습니다. 서버 오류가 발생했습니다.'; -$messages'setactivated' = '필터 세트가 성공적으로 활성화되었습니다.'; -$messages'setdeactivated' = '필터 세트가 성공적으로 비활성화되었습니다.'; -$messages'setdeleted' = '필터 세트가 성공적으로 삭제되었습니다.'; -$messages'setupdated' = '필터 세트가 성공적으로 업데이트 됨.'; -$messages'setdeleteconfirm' = '정말로 선택한 필터 세트를 삭제하시겠습니까?'; -$messages'setcreateerror' = '선택한 필터 세트를 생성할 수 없습니다. 서버 오류가 발생했습니다.'; -$messages'setcreated' = '필터 세트가 성공적으로 생성되었습니다.'; $messages'activateerror' = '선택한 필터를 활성화할 수 없습니다. 서버 오류가 발생했습니다.'; $messages'deactivateerror' = '선택한 필터를 비활성화할 수 없습니다. 서버 오류가 발생했습니다.'; $messages'deactivated' = '필터가 성공적으로 비활성화되었습니다.'; @@ -237,4 +221,3 @@ $messages'saveerror' = '데이터를 저장할 수 없습니다.. 서버 오류가 발생했습니다.'; $messages'emptyvacationbody' = '휴가 메시지의 본문이 필요합니다!'; $messages'duplicate.conflict.err' = '머리글 및 유일 식별자가 허용되지 않음.'; -?>
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/managesieve/localization/ku.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/managesieve/localization/ku.inc
Changed
@@ -2,19 +2,19 @@ /* +-----------------------------------------------------------------------+ - | plugins/managesieve/localization/<lang>.inc | - | | | Localization file of the Roundcube Webmail Managesieve plugin | - | Copyright (C) 2012-2013, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-managesieve/ */ + + $labels'filterany' = 'hemû peyam'; $labels'filtercontains' = 'dihewîne'; $labels'filternotcontains' = 'nahebîne'; @@ -87,4 +87,3 @@ $labels'vacation.on' = 'Vekirî'; $labels'vacation.keep' = 'Bihêle'; $labels'forward.on' = 'Vekirî'; -?>
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/managesieve/localization/ku_IQ.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/managesieve/localization/ku_IQ.inc
Changed
@@ -2,21 +2,20 @@ /* +-----------------------------------------------------------------------+ - | plugins/managesieve/localization/<lang>.inc | - | | | Localization file of the Roundcube Webmail Managesieve plugin | - | Copyright (C) 2012-2013, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-managesieve/ */ + + $labels'del' = 'سڕینەوە'; $labels'notifymethodtel' = 'تەلەفۆن'; $labels'datetest' = 'بەروار'; $labels'vacation.subject' = 'ناونیشان'; -?>
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/managesieve/localization/lb_LU.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/managesieve/localization/lb_LU.inc
Changed
@@ -2,19 +2,19 @@ /* +-----------------------------------------------------------------------+ - | plugins/managesieve/localization/<lang>.inc | - | | | Localization file of the Roundcube Webmail Managesieve plugin | - | Copyright (C) 2012-2013, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-managesieve/ */ + + $labels'filters' = 'Filteren'; $labels'managefilters' = 'Filtere geréieren fir Mailen déi erakommen'; $labels'filtername' = 'Numm vum Filter'; @@ -58,4 +58,3 @@ $labels'vacation.subject' = 'Sujet'; $labels'vacation.body' = 'Kierper'; $labels'vacation.keep' = 'Halen'; -?>
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/managesieve/localization/lt_LT.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/managesieve/localization/lt_LT.inc
Changed
@@ -2,19 +2,19 @@ /* +-----------------------------------------------------------------------+ - | plugins/managesieve/localization/<lang>.inc | - | | | Localization file of the Roundcube Webmail Managesieve plugin | - | Copyright (C) 2012-2013, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-managesieve/ */ + + $labels'filters' = 'Filtrai'; $labels'managefilters' = 'Tvarkyti gaunamų laiškų filtrus'; $labels'filtername' = 'Filtro pavadinimas'; @@ -75,17 +75,9 @@ $labels'seconds' = 'sek.'; $labels'rulestop' = 'Nutraukti taisyklių vykdymą'; $labels'enable' = 'Įjungti / išjungti'; -$labels'filterset' = 'Filtrų rinkinys'; $labels'filtersets' = 'Filtrų rinkiniai'; -$labels'filtersetadd' = 'Pridėti filtrų rinkinį'; -$labels'filtersetdel' = 'Ištrinti filtrų rinkinį'; -$labels'filtersetact' = 'Įgalinti šį filtrų rinkinį'; -$labels'filtersetdeact' = 'Išjungti šį filtrų rinkinį'; $labels'filterseteditraw' = 'Taisyti filtrų rinkinį'; -$labels'filtersetswitch' = 'Įjungti/išjungti filtrų rinkinį'; $labels'filterdef' = 'Filtro aprašas'; -$labels'filtersetname' = 'Filtrų rinkinio pavadinimas'; -$labels'newfilterset' = 'Naujas filtrų rinkinys'; $labels'active' = 'aktyvus'; $labels'none' = 'joks'; $labels'fromset' = 'iš rinkinio'; @@ -245,16 +237,6 @@ $messages'forbiddenchars' = 'Laukelyje yra draudžiamų simbolių.'; $messages'cannotbeempty' = 'Laukelis negali būti tuščias'; $messages'ruleexist' = 'Filtras tokiu vardu jau yra.'; -$messages'setactivateerror' = 'Neįmanoma aktyvuoti pasirinkto filtrų rinkinio. Įvyko serverio klaida.'; -$messages'setdeactivateerror' = 'Neįmanoma išjungti pasirinkto filtrų rinkinio. Įvyko serverio klaida.'; -$messages'setdeleteerror' = 'Neįmanoma panaikinti pasirinkto filtrų rinkinio. Įvyko serverio klaida.'; -$messages'setactivated' = 'Filtrų rinkinys sėkmingai aktyvuotas.'; -$messages'setdeactivated' = 'Filtrų rinkinys sėkmingai deaktyvuotas.'; -$messages'setdeleted' = 'Filtrų rinkinys sėkmingai panaikintas.'; -$messages'setupdated' = 'Filtrų rinkinys sėkmingai atnaujintas.'; -$messages'setdeleteconfirm' = 'Ar jūs esate tikri, jog norite panaikinti pasirinktą filtrų rinkinį?'; -$messages'setcreateerror' = 'Neįmanoma sukurti filtrų rinkinio. Įvyko serverio klaida.'; -$messages'setcreated' = 'Filtrų rinkinys sėkmingai sukurtas.'; $messages'activateerror' = 'Neįmanoma įjungti pasirinktų filtrų(-o). Įvyko serverio klaida.'; $messages'deactivateerror' = 'Neįmanoma išjungti pasirinktų filtrų(-o). Įvyko serverio klaida.'; $messages'deactivated' = 'Filtras(-as) sėkmingai išjungti.'; @@ -273,4 +255,3 @@ $messages'duplicate.conflict.err' = 'Naudojimas antraštės ir identifikatoriaus kartu yra draudžiamas, negalimas.'; $messages'disabledaction' = 'Veiksmas neleistinas.'; $messages'lastindexempty' = 'Skaičiuojant nuo pabaigos yra reikalingas turinys'; -?>
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/managesieve/localization/lv_LV.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/managesieve/localization/lv_LV.inc
Changed
@@ -2,19 +2,19 @@ /* +-----------------------------------------------------------------------+ - | plugins/managesieve/localization/<lang>.inc | - | | | Localization file of the Roundcube Webmail Managesieve plugin | - | Copyright (C) 2012-2013, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-managesieve/ */ + + $labels'filters' = 'Vēstuļu filtri'; $labels'managefilters' = 'Pārvaldīt ienākošo vēstuļu filtrus'; $labels'filtername' = 'Filtra nosaukums'; @@ -75,17 +75,9 @@ $labels'seconds' = 'sekundes'; $labels'rulestop' = 'Apturēt nosacījumu pārbaudi'; $labels'enable' = 'Ieslēgt/Izslēgt'; -$labels'filterset' = 'Filtru kopa'; $labels'filtersets' = 'Filtru kopas'; -$labels'filtersetadd' = 'Pievienot filtru kopu'; -$labels'filtersetdel' = 'Dzēst filtru kopu'; -$labels'filtersetact' = 'Aktivizēt pašreizējo filtru kopu'; -$labels'filtersetdeact' = 'Deaktivizēt pašreizējo filtru kopu'; $labels'filterseteditraw' = 'Rediģēt filtru kopu'; -$labels'filtersetswitch' = 'Ieslēgt/izslēgt filtru kopu'; $labels'filterdef' = 'Filtra apraksts'; -$labels'filtersetname' = 'Filtru kopas nosaukums'; -$labels'newfilterset' = 'Jauna filtru kopa'; $labels'active' = 'aktīvs'; $labels'none' = 'nav'; $labels'fromset' = 'no kopas'; @@ -229,16 +221,6 @@ $messages'forbiddenchars' = 'Lauks satur aizliegtus simbolus.'; $messages'cannotbeempty' = 'Lauks nedrīkst būt tukšs.'; $messages'ruleexist' = 'Filtrs ar tādu nosaukumu jau pastāv.'; -$messages'setactivateerror' = 'Neizdevās aktivizēt atzīmēto filtru kopu - atgadījās servera iekšējā kļūda.'; -$messages'setdeactivateerror' = 'Neizdevās deaktivizēt atzīmēto filtru kopu - atgadījās servera iekšējā kļūda.'; -$messages'setdeleteerror' = 'Neizdevās izdzēst atzīmēto filtru kopu - atgadījās servera ieksējā kļūda.'; -$messages'setactivated' = 'Filtru kopa veiksmīgi aktivizēta.'; -$messages'setdeactivated' = 'Filtru kopa veiksmīgi deaktivizēta.'; -$messages'setdeleted' = 'Filtru kopa veiksmīgi izdzēsta.'; -$messages'setupdated' = 'Filtru kopa atjaunota veiksmīgi.'; -$messages'setdeleteconfirm' = 'Vai tiešām Jūs vēlaties dzēst atzīmēto filtru kopu?'; -$messages'setcreateerror' = 'Neizdevās izveidot filtru kopu - atgadījās servera iekšējā kļūda.'; -$messages'setcreated' = 'Filtru kopa veiksmīgi izveidota.'; $messages'activateerror' = 'Nav iespējams ieslēgt izvēlēto(s) filtru(s) - atgadījās servera iekšējā kļūda.'; $messages'deactivateerror' = 'Nav iespējams atslēgt izvēlēto(s) filtru(s) - atgadījās servera iekšējā kļūda.'; $messages'deactivated' = 'Filtrs(i) veiksmīgi atslēgts(i).'; @@ -255,4 +237,3 @@ $messages'emptyvacationbody' = 'Brīvdienu e-pastam obligāti jānorāda vēstules teksts!'; $messages'duplicate.conflict.err' = 'Gan galvenes, gan unikālais identifikators nav atļauts.'; $messages'disabledaction' = 'Darbība nav atļauta!'; -?>
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/managesieve/localization/mk_MK.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/managesieve/localization/mk_MK.inc
Changed
@@ -2,19 +2,19 @@ /* +-----------------------------------------------------------------------+ - | plugins/managesieve/localization/<lang>.inc | - | | | Localization file of the Roundcube Webmail Managesieve plugin | - | Copyright (C) 2012-2013, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-managesieve/ */ + + $labels'filters' = 'Филтри '; $labels'managefilters' = 'Управувај филтри за дојдовна пошта'; $labels'filtername' = 'Име на филтер '; @@ -65,15 +65,9 @@ $labels'seconds' = 'Секунди'; $labels'rulestop' = 'Престани да евалуираш правила '; $labels'enable' = 'Овозможи/Оневозможи'; -$labels'filterset' = 'Сет на филтер '; $labels'filtersets' = 'Сетови филтри'; -$labels'filtersetadd' = 'Постави сет на филтри'; -$labels'filtersetact' = 'Активирај го тековниот сет на филтри '; -$labels'filtersetdeact' = 'Деактивирај го тековниот сет на филтри '; $labels'filterseteditraw' = 'Уреди го филтер сетот '; $labels'filterdef' = 'Дефиниција на филтер '; -$labels'filtersetname' = 'Име на филтер сет '; -$labels'newfilterset' = 'Нов сет на филтри '; $labels'active' = 'Активен'; $labels'none' = 'Нема '; $labels'fromset' = 'од сет '; @@ -213,16 +207,6 @@ $messages'forbiddenchars' = 'Забранет карактер во полето.'; $messages'cannotbeempty' = 'Полето не може да биде празно.'; $messages'ruleexist' = 'Веќе постои филтер со избраното поле.'; -$messages'setactivateerror' = 'Не може да се активираат избраните филтер сетови. Настана грешка со серверот.'; -$messages'setdeactivateerror' = 'Не може да се деактивираат избраните филтер сетови. Настана грешка со серверот.'; -$messages'setdeleteerror' = 'Не може да се избришаат избраните филтер сетови. Настана грешка со серверот.'; -$messages'setactivated' = 'Филтер сетовите се успешно активирани.'; -$messages'setdeactivated' = 'Филтер сетовите се успешно деактивирани.'; -$messages'setdeleted' = 'Филтер сетовите се успешно избришани.'; -$messages'setupdated' = 'Филтер сетовите се успешно ажирирани.'; -$messages'setdeleteconfirm' = 'Дали сте сигурни дека сакате да ги избришате избраните филтер сетови?'; -$messages'setcreateerror' = 'Не мозе да се создадат филтер сетови. настана грешка со серверот.'; -$messages'setcreated' = 'Филтер сетовите се успешно креирани.'; $messages'activateerror' = 'Не може да се овозможи селектираниот филтер(и). настана грешка со серверот.'; $messages'deactivateerror' = 'Не може да се оневозможи избраниот филтер(и). Настана грешка со серверот.'; $messages'deactivated' = 'Филтер(и) е успешно оневозможен.'; @@ -237,4 +221,3 @@ $messages'saveerror' = 'Податокот не може да се зачува. Настана грешка со серверот.'; $messages'emptyvacationbody' = 'Потребно е тело на пораката за одмор!'; $messages'duplicate.conflict.err' = 'Заглавје и единствен идентификатор не се дозволени.'; -?>
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/managesieve/localization/ml_IN.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/managesieve/localization/ml_IN.inc
Changed
@@ -2,19 +2,19 @@ /* +-----------------------------------------------------------------------+ - | plugins/managesieve/localization/<lang>.inc | - | | | Localization file of the Roundcube Webmail Managesieve plugin | - | Copyright (C) 2012-2013, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-managesieve/ */ + + $labels'filters' = 'അരിപ്പകള്'; $labels'managefilters' = 'അകത്തോട്ടുള്ള ഇമെയില് അരിപ്പകള് ക്രമീകരിക്കുക'; $labels'filtername' = 'അരിപ്പയുടെ പേര്'; @@ -62,14 +62,8 @@ $labels'seconds' = 'സെക്കന്റുകൾ'; $labels'rulestop' = 'നിയമങ്ങള് വിലയിരുത്തുന്നത് നിര്ത്തുക'; $labels'enable' = 'പ്രവര്ത്തനസജ്ജം/രഹിതം'; -$labels'filterset' = 'അരിപ്പകളുടെ കൂട്ടം'; $labels'filtersets' = 'അരിപ്പകളുടെ കൂട്ടങ്ങള്'; -$labels'filtersetadd' = 'അരിപ്പകളുടെ കൂട്ടം ചേര്ക്കുക'; -$labels'filtersetact' = 'ഇപ്പോഴത്തെ അരിപ്പകളുടെ കൂട്ടം പ്രവര്ത്തിപ്പിക്കുക'; -$labels'filtersetdeact' = 'ഇപ്പോഴത്തെ അരിപ്പകളുടെ കൂട്ടം പ്രവര്ത്തനം അവസാനിപ്പിക്കുക'; $labels'filterdef' = 'അരിപ്പയുടെ നിര്വ്വചനം'; -$labels'filtersetname' = 'അരിപ്പകളുടെ കൂട്ടത്തിന്റെ പേര്'; -$labels'newfilterset' = 'പുതിയ അരിപ്പയുട കൂട്ടം'; $labels'active' = 'സജീവം'; $labels'none' = 'ഒന്നുമില്ല'; $labels'fromset' = 'സെറ്റില് നിന്ന്'; @@ -136,11 +130,6 @@ $messages'forbiddenchars' = 'ഫില്ഡില് സാധുവല്ലാത്ത അക്ഷരങ്ങള്.'; $messages'cannotbeempty' = 'ഫീല്ഡ് ശൂന്യമാകാന് പാടില്ല.'; $messages'ruleexist' = 'ഈ പേരിലുള്ള അരിപ്പ ഇപ്പോള് തന്നെ ഉണ്ട്.'; -$messages'setactivated' = 'അരിപ്പകളുടെ കൂട്ടത്തെ വിജയകരമായി പ്രവര്ത്തനസജ്ജമാക്കി.'; -$messages'setdeactivated' = 'അരിപ്പകളുടെ കൂട്ടത്തെ വിജയകരമായി പ്രവര്ത്തനരഹിതമാക്കി.'; -$messages'setdeleted' = 'അരിപ്പകളുടെ കൂട്ടത്തെ വിജയകരമായി മായ്ച്ചു.'; -$messages'setdeleteconfirm' = 'തെരഞ്ഞെടുത്ത അരിപ്പകളുടെ കൂട്ടത്തെ നീക്കം ചെയ്യണമെന്ന് ഉറപ്പാണോ?'; -$messages'setcreated' = 'അരിപ്പകളുടെ കൂട്ടത്തെ വിജയകരമായി നിര്മ്മിച്ചു.'; $messages'deactivated' = 'അരിപ്പ വിജകരമായി പ്രവര്ത്തനസജ്ജമാക്കി.'; $messages'activated' = 'അരിപ്പകള് നിര്വീര്യം ആക്കപ്പെട്ടിരിക്കുന്നു'; $messages'moved' = 'അരിപ്പ വിജകരമായി മാറ്റി.'; @@ -148,4 +137,3 @@ $messages'namereserved' = 'നീക്കിവെച്ച വാക്ക്.'; $messages'setexist' = 'കൂട്ടം നേരത്തെ തന്നെ ഉണ്ട്.'; $messages'nodata' = 'ഒരു സ്ഥാനമെങ്കിലും തെരഞ്ഞെടുക്കണം!'; -?>
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/managesieve/localization/mn_MN.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/managesieve/localization/mn_MN.inc
Changed
@@ -2,19 +2,19 @@ /* +-----------------------------------------------------------------------+ - | plugins/managesieve/localization/<lang>.inc | - | | | Localization file of the Roundcube Webmail Managesieve plugin | - | Copyright (C) 2012-2013, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-managesieve/ */ + + $labels'filters' = 'Шүүлтүүр'; $labels'managefilters' = 'Ирэх мэйлийн шүүлтүүр зохицуулах'; $labels'filtername' = 'Шүүх нэр'; @@ -50,4 +50,3 @@ $labels'flagread' = 'Унших'; $labels'datetest' = 'Огноо'; $labels'vacation.subject' = 'Гарчиг'; -?>
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/managesieve/localization/mr_IN.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/managesieve/localization/mr_IN.inc
Changed
@@ -2,19 +2,19 @@ /* +-----------------------------------------------------------------------+ - | plugins/managesieve/localization/<lang>.inc | - | | | Localization file of the Roundcube Webmail Managesieve plugin | - | Copyright (C) 2012-2013, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-managesieve/ */ + + $labels'filters' = 'चाळण्या'; $labels'moveup' = 'वर हलवा'; $labels'movedown' = 'खाली हलवा'; @@ -38,4 +38,3 @@ $labels'datetest' = 'दिनांक'; $labels'advancedopts' = 'अधिक पर्याय'; $labels'vacation.subject' = 'विषय'; -?>
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/managesieve/localization/ms_MY.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/managesieve/localization/ms_MY.inc
Changed
@@ -2,19 +2,19 @@ /* +-----------------------------------------------------------------------+ - | plugins/managesieve/localization/<lang>.inc | - | | | Localization file of the Roundcube Webmail Managesieve plugin | - | Copyright (C) 2012-2013, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-managesieve/ */ + + $labels'messagedelete' = 'Pindah mesej ke sampah'; $labels'del' = 'Padam'; $labels'flagdeleted' = 'Telah dipadam'; @@ -22,4 +22,3 @@ $labels'notifymethodmailto' = 'E-Mel'; $labels'datetest' = 'Tarikh'; $labels'vacation.subject' = 'Subjek'; -?>
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/managesieve/localization/nb_NO.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/managesieve/localization/nb_NO.inc
Changed
@@ -2,25 +2,26 @@ /* +-----------------------------------------------------------------------+ - | plugins/managesieve/localization/<lang>.inc | - | | | Localization file of the Roundcube Webmail Managesieve plugin | - | Copyright (C) 2012-2013, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-managesieve/ */ + + $labels'filters' = 'Filtre'; $labels'managefilters' = 'Rediger filter for innkommende e-post'; $labels'filtername' = 'Filternavn'; $labels'newfilter' = 'Nytt filter'; $labels'filteradd' = 'Legg til filter'; $labels'filterdel' = 'Slett filter'; +$labels'actions' = 'Handlinger'; $labels'scope' = 'Omfanget'; $labels'moveup' = 'Flytt opp'; $labels'movedown' = 'Flytt ned'; @@ -63,14 +64,8 @@ $labels'seconds' = 'sekunder'; $labels'rulestop' = 'Stopp evaluering av regler'; $labels'enable' = 'Aktiver/Deaktiver'; -$labels'filterset' = 'Filtersett'; $labels'filtersets' = 'Filtersett'; -$labels'filtersetadd' = 'Nytt filtersett'; -$labels'filtersetact' = 'Aktiver gjeldende filtersett'; -$labels'filtersetdeact' = 'Deaktiver gjeldende filtersett'; $labels'filterdef' = 'Filterdefinisjon'; -$labels'filtersetname' = 'Navn på filtersett'; -$labels'newfilterset' = 'Nytt filtersett'; $labels'active' = 'aktiv'; $labels'none' = 'ingen'; $labels'fromset' = 'fra sett'; @@ -157,6 +152,7 @@ $labels'vacation.subject' = 'Emne'; $labels'vacation.body' = 'Meldingstekst'; $labels'vacation.keep' = 'Behold'; +$labels'vacation.discard' = 'Forkast'; $labels'duplicate.header' = 'header:'; $messages'filterunknownerror' = 'Ukjent problem med tjener.'; $messages'filterconnerror' = 'Kunne ikke koble til tjeneren.'; @@ -170,15 +166,6 @@ $messages'forbiddenchars' = 'Ugyldige tegn i felt.'; $messages'cannotbeempty' = 'Feltet kan ikke stå tomt.'; $messages'ruleexist' = 'Det finnes allerede et filter med dette navnet.'; -$messages'setactivateerror' = 'Kunne ikke aktivere valgte filtersett. Fikk feilmelding fra server.'; -$messages'setdeactivateerror' = 'Kunne ikke deaktivere valgte filtersett. Fikk feilmelding fra server.'; -$messages'setdeleteerror' = 'Kunne ikke slette valgte filtersett. Fikk feilmelding fra server.'; -$messages'setactivated' = 'Filtersett aktivert.'; -$messages'setdeactivated' = 'Filtersett deaktivert.'; -$messages'setdeleted' = 'Filtersett slettet.'; -$messages'setdeleteconfirm' = 'Er du sikker på at du vil slette det valgte filtersettet?'; -$messages'setcreateerror' = 'Kunne ikke opprette filtersett. Fikk feilmelding fra server.'; -$messages'setcreated' = 'Filtersett opprettet.'; $messages'activateerror' = 'Kunne ikke aktivere valgte filter(e). Fikk feilmelding fra server.'; $messages'deactivateerror' = 'Kunne ikke deaktivere valgte filter(e). Fikk feilmelding fra server.'; $messages'deactivated' = 'Filter skrudd på.'; @@ -190,4 +177,3 @@ $messages'setexist' = 'Settet eksisterer allerede.'; $messages'nodata' = 'Du må velge minst én posisjon!'; $messages'invaliddateformat' = 'Ugyldig dato eller datoformat'; -?>
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/managesieve/localization/ne_NP.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/managesieve/localization/ne_NP.inc
Changed
@@ -2,22 +2,21 @@ /* +-----------------------------------------------------------------------+ - | plugins/managesieve/localization/<lang>.inc | - | | | Localization file of the Roundcube Webmail Managesieve plugin | - | Copyright (C) 2012-2013, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-managesieve/ */ + + $labels'messagedelete' = 'रद्दी टोकरीमा हाल्नुहोस'; $labels'del' = 'मेटाउनुहोस'; $labels'notifymethodmailto' = 'ई-मेल'; $labels'datetest' = 'तारिख'; $labels'vacation.subject' = 'विषय'; -?>
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/managesieve/localization/nl_BE.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/managesieve/localization/nl_BE.inc
Changed
@@ -2,19 +2,19 @@ /* +-----------------------------------------------------------------------+ - | plugins/managesieve/localization/<lang>.inc | - | | | Localization file of the Roundcube Webmail Managesieve plugin | - | Copyright (C) 2012-2013, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-managesieve/ */ + + $labels'messagedelete' = 'Dit bericht verwijderen'; $labels'add' = 'Toevoegen'; $labels'del' = 'Verwijderen'; @@ -26,4 +26,3 @@ $labels'datetest' = 'Datum'; $labels'advancedopts' = 'Geavanceerde opties'; $labels'vacation.subject' = 'Onderwerp'; -?>
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/managesieve/localization/nl_NL.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/managesieve/localization/nl_NL.inc
Changed
@@ -2,19 +2,19 @@ /* +-----------------------------------------------------------------------+ - | plugins/managesieve/localization/<lang>.inc | - | | | Localization file of the Roundcube Webmail Managesieve plugin | - | Copyright (C) 2012-2013, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-managesieve/ */ + + $labels'filters' = 'Filters'; $labels'managefilters' = 'Beheer filters voor inkomende e-mail'; $labels'filtername' = 'Filternaam'; @@ -75,17 +75,9 @@ $labels'seconds' = 'seconden'; $labels'rulestop' = 'Stop met regels uitvoeren'; $labels'enable' = 'In-/uitschakelen'; -$labels'filterset' = 'Filterset'; $labels'filtersets' = 'Filtersets'; -$labels'filtersetadd' = 'Nieuwe filterset'; -$labels'filtersetdel' = 'Filter-set verwijderen'; -$labels'filtersetact' = 'Huidige filterset activeren'; -$labels'filtersetdeact' = 'Huidige filterset uitschakelen'; $labels'filterseteditraw' = 'Filter-set bewerken'; -$labels'filtersetswitch' = 'Filter-set in/uitschakelen'; $labels'filterdef' = 'Filterdefinitie'; -$labels'filtersetname' = 'Filtersetnaam'; -$labels'newfilterset' = 'Nieuwe filterset'; $labels'active' = 'actief'; $labels'none' = 'geen'; $labels'fromset' = 'van set'; @@ -245,16 +237,6 @@ $messages'forbiddenchars' = 'Verboden karakters in het veld'; $messages'cannotbeempty' = 'Veld mag niet leeg zijn'; $messages'ruleexist' = 'Er bestaat al een filter met deze naam.'; -$messages'setactivateerror' = 'Filterset kon niet geactiveerd worden. Er trad een serverfout op.'; -$messages'setdeactivateerror' = 'Filterset kon niet gedeactiveerd worden. Er trad een serverfout op.'; -$messages'setdeleteerror' = 'Filterset kon niet verwijderd worden. Er trad een serverfout op.'; -$messages'setactivated' = 'Filterset succesvol geactiveerd.'; -$messages'setdeactivated' = 'Filterset succesvol gedeactiveerd.'; -$messages'setdeleted' = 'Filterset succesvol verwijderd.'; -$messages'setupdated' = 'Filter-set succesvol bijgewerkt.'; -$messages'setdeleteconfirm' = 'Weet u zeker dat u de geselecteerde filterset wilt verwijderen?'; -$messages'setcreateerror' = 'Filterset kon niet aangemaakt worden. Er trad een serverfout op.'; -$messages'setcreated' = 'Filterset succesvol aangemaakt.'; $messages'activateerror' = 'Geselecteerde filter(s) konden niet ingeschakeld worden. Er trad een serverfout op.'; $messages'deactivateerror' = 'Geselecteerde filter(s) konden niet uitgeschakeld worden. Er trad een serverfout op.'; $messages'deactivated' = 'Filter(s) succesvol ingeschakeld.'; @@ -273,4 +255,3 @@ $messages'duplicate.conflict.err' = 'Zowel header en unieke identificatie opgeven is niet toegestaan.'; $messages'disabledaction' = 'Actie is niet toegestaan.'; $messages'lastindexempty' = 'Gelieve een index op te geven.'; -?>
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/managesieve/localization/nn_NO.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/managesieve/localization/nn_NO.inc
Changed
@@ -2,19 +2,19 @@ /* +-----------------------------------------------------------------------+ - | plugins/managesieve/localization/<lang>.inc | - | | | Localization file of the Roundcube Webmail Managesieve plugin | - | Copyright (C) 2012-2013, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-managesieve/ */ + + $labels'filters' = 'Filter'; $labels'managefilters' = 'Rediger filter for innkommande e-post'; $labels'filtername' = 'Filternamn'; @@ -58,14 +58,8 @@ $labels'vacationsubject' = 'Meldingsemne:'; $labels'rulestop' = 'Stopp evaluering av regler'; $labels'enable' = 'Aktiver/Deaktiver'; -$labels'filterset' = 'Filtersett'; $labels'filtersets' = 'Filtersett'; -$labels'filtersetadd' = 'Nytt filtersett'; -$labels'filtersetact' = 'Aktiver gjeldande filtersett'; -$labels'filtersetdeact' = 'Deaktiver gjeldande filtersett'; $labels'filterdef' = 'Filterdefinisjon'; -$labels'filtersetname' = 'Namn på filtersett'; -$labels'newfilterset' = 'Nytt filtersett'; $labels'active' = 'aktiv'; $labels'none' = 'ingen'; $labels'fromset' = 'frå sett'; @@ -142,11 +136,6 @@ $messages'forbiddenchars' = 'Ugyldige teikn i felt.'; $messages'cannotbeempty' = 'Feltet kan ikkje stå tomt.'; $messages'ruleexist' = 'Det finst alt eit filter med dette namnet.'; -$messages'setactivated' = 'Filtersett aktivert.'; -$messages'setdeactivated' = 'Filtersett deaktivert.'; -$messages'setdeleted' = 'Filtersett sletta.'; -$messages'setdeleteconfirm' = 'Er du sikker på at du vil slette det valde filtersettet?'; -$messages'setcreated' = 'Filtersett oppretta.'; $messages'deactivated' = 'Filter skrudd på.'; $messages'activated' = 'Filter skrudd av.'; $messages'moved' = 'Filter vart flytta.'; @@ -154,4 +143,3 @@ $messages'namereserved' = 'Namnet er reservert.'; $messages'setexist' = 'Settet eksisterer alt.'; $messages'nodata' = 'Du må velje minst éin posisjon!'; -?>
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/managesieve/localization/pl_PL.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/managesieve/localization/pl_PL.inc
Changed
@@ -2,19 +2,19 @@ /* +-----------------------------------------------------------------------+ - | plugins/managesieve/localization/<lang>.inc | - | | | Localization file of the Roundcube Webmail Managesieve plugin | - | Copyright (C) 2012-2013, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-managesieve/ */ + + $labels'filters' = 'Filtry'; $labels'managefilters' = 'Zarządzanie filtrami poczty przychodzącej'; $labels'filtername' = 'Nazwa filtru'; @@ -75,7 +75,7 @@ $labels'seconds' = 'sekundy'; $labels'rulestop' = 'Przerwij przetwarzanie reguł'; $labels'enable' = 'Włącz/Wyłącz'; -$labels'filterset' = 'Zbiór filtrów'; +$labels'filterset' = 'Zbiory fitrów'; $labels'filtersets' = 'Zbiory fitrów'; $labels'filtersetadd' = 'Dodaj zbiór filtrów'; $labels'filtersetdel' = 'Usuń zbiór filtrów'; @@ -273,4 +273,3 @@ $messages'duplicate.conflict.err' = 'Nagłówek i identyfikator nie mogą być używane równocześnie.'; $messages'disabledaction' = 'Niedozwolona akcja'; $messages'lastindexempty' = 'Number pozycji jest wymagany przy odliczaniu od końca'; -?>
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/managesieve/localization/ps.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/managesieve/localization/ps.inc
Changed
@@ -2,19 +2,19 @@ /* +-----------------------------------------------------------------------+ - | plugins/managesieve/localization/<lang>.inc | - | | | Localization file of the Roundcube Webmail Managesieve plugin | - | Copyright (C) 2012-2013, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-managesieve/ */ + + $labels'messagedelete' = 'استوزه ړنګول'; $labels'del' = 'ړنګول'; $labels'flagflagged' = 'بې کاره'; @@ -22,4 +22,3 @@ $labels'datetest' = 'نېټه'; $labels'advancedopts' = 'پرمختللي لارې'; $labels'vacation.subject' = 'مضمون'; -?>
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/managesieve/localization/pt_BR.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/managesieve/localization/pt_BR.inc
Changed
@@ -2,19 +2,19 @@ /* +-----------------------------------------------------------------------+ - | plugins/managesieve/localization/<lang>.inc | - | | | Localization file of the Roundcube Webmail Managesieve plugin | - | Copyright (C) 2012-2013, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-managesieve/ */ + + $labels'filters' = 'Filtros'; $labels'managefilters' = 'Gerenciar filtros de entrada de e-mail'; $labels'filtername' = 'Nome do filtro'; @@ -75,17 +75,17 @@ $labels'seconds' = 'segundos'; $labels'rulestop' = 'Parar de avaliar regras'; $labels'enable' = 'Habilitar/Desabilitar'; -$labels'filterset' = 'Conjunto de filtros'; +$labels'filterset' = 'Conjunto de filtro'; $labels'filtersets' = 'Conjuntos de filtro'; -$labels'filtersetadd' = 'Adicionar conjunto de filtros'; -$labels'filtersetdel' = 'Excluir conjunto de filtros'; -$labels'filtersetact' = 'Ativar conjunto de filtros atual'; -$labels'filtersetdeact' = 'Desativar conjunto de filtros atual'; +$labels'filtersetadd' = 'Adicionar conjunto de filtro'; +$labels'filtersetdel' = 'Remover conjunto de filtro'; +$labels'filtersetact' = 'Ativar conjunto de filtro atual'; +$labels'filtersetdeact' = 'Desativar conjunto de filtro atual'; $labels'filterseteditraw' = 'Editar conjunto de filtros'; -$labels'filtersetswitch' = 'Habilitar/desabilitar conjunto de filtros'; +$labels'filtersetswitch' = 'Habilitar/desabilitar conjunto de filtro'; $labels'filterdef' = 'Definição de filtro'; -$labels'filtersetname' = 'Nome do conjunto de filtros'; -$labels'newfilterset' = 'Novo conjunto de filtros'; +$labels'filtersetname' = 'Nome do conjunto de filtro'; +$labels'newfilterset' = 'Novo conjunto de filtro'; $labels'active' = 'ativo'; $labels'none' = 'nenhum'; $labels'fromset' = 'Do conjunto'; @@ -111,6 +111,18 @@ $labels'flaganswered' = 'Respondida'; $labels'flagflagged' = 'Marcada'; $labels'flagdraft' = 'Rascunho'; +$labels'addheader' = 'Adicionar cabeçalho à mensagem'; +$labels'deleteheader' = 'Remover cabeçalho da mensagem'; +$labels'headername' = 'Nome do cabeçalho'; +$labels'headervalue' = 'Valor do cabeçalho'; +$labels'headerpos' = 'Posição do cabeçalho'; +$labels'headeratstart' = 'no início'; +$labels'headeratend' = 'no final'; +$labels'headeroccurrence' = 'Posição/ocorrência do cabeçalho'; +$labels'headerfromstart' = 'do início'; +$labels'headerfromend' = 'do final'; +$labels'headerpatterns' = 'Padrôes de valor do cabeçalho'; +$labels'headermatchtype' = 'tipo de combinação:'; $labels'setvariable' = 'Definir variável'; $labels'setvarname' = 'Nome da variável:'; $labels'setvarvalue' = 'Valor da variável:'; @@ -175,16 +187,20 @@ $labels'asciinumeric' = 'numérico (ascii-numeric)'; $labels'index' = 'índice:'; $labels'indexlast' = 'retroceder'; +$labels'vacation' = 'Fora do Escritório'; $labels'vacation.reply' = 'Responder mensagem'; $labels'vacation.advanced' = 'Opções avançadas'; $labels'vacation.from' = 'Responder endereço do remetente'; $labels'vacation.subject' = 'Assunto'; $labels'vacation.body' = 'Conteúdo'; +$labels'vacation.start' = 'Tempo de início'; +$labels'vacation.end' = 'Tempo final'; $labels'vacation.status' = 'Estado'; $labels'vacation.on' = 'Ligado'; $labels'vacation.off' = 'Desligado'; $labels'vacation.addresses' = 'Meus endereços de e-mail'; $labels'vacation.interval' = 'Intervalo de resposta'; +$labels'vacation.after' = 'Colocar a regra fora-de-escritório após'; $labels'vacation.saving' = 'Salvando dados...'; $labels'vacation.action' = 'Ações para mensagens recebidas'; $labels'vacation.keep' = 'Manter'; @@ -229,16 +245,16 @@ $messages'forbiddenchars' = 'Caracteres não permitidos no campo'; $messages'cannotbeempty' = 'Campo não pode ficar em branco'; $messages'ruleexist' = 'O filtro com o nome especificado já existe.'; -$messages'setactivateerror' = 'Impossível ativar o conjunto de filtros selecionados. Ocorreu um erro no servidor.'; -$messages'setdeactivateerror' = 'Impossível desativar o conjunto de filtros selecionados. Ocorreu um erro no servidor.'; -$messages'setdeleteerror' = 'Impossível excluir o conjunto de filtros selecionados. Ocorreu um erro no servidor.'; -$messages'setactivated' = 'Conjunto de filtros ativados com sucesso.'; -$messages'setdeactivated' = 'Conjunto de filtros desativados com sucesso.'; -$messages'setdeleted' = 'Conjunto de filtros excluídos com sucesso.'; -$messages'setupdated' = 'Conjunto de filtros atualizado com sucesso.'; -$messages'setdeleteconfirm' = 'Você está certo que deseja excluir o conjunto de filtros selecionados?'; -$messages'setcreateerror' = 'Impossível criar o conjunto de filtros. Ocorreu um erro no servidor.'; -$messages'setcreated' = 'Conjunto de filtros criado com sucesso.'; +$messages'setactivateerror' = 'Incapaz de ativar o conjunto de filtro selecionado. Erro de servidor ocorrido.'; +$messages'setdeactivateerror' = 'Incapaz de desativar o conjunto de filtro selecionado. Erro de servidor ocorrido.'; +$messages'setdeleteerror' = 'Incapaz de remover o conjunto de filtro selecionado. Erro de servidor ocorrido.'; +$messages'setactivated' = 'Conjunto de filtro ativo com sucesso.'; +$messages'setdeactivated' = 'Conjunto de filtro desativo com sucesso.'; +$messages'setdeleted' = 'Conjunto de filtro removido com sucesso.'; +$messages'setupdated' = 'Conjunto de filtro atualizado com sucesso.'; +$messages'setdeleteconfirm' = 'Você tem certeza que você quer remover o conjunto de filtro selecionado?'; +$messages'setcreateerror' = 'Incapaz de criar o conjunto de filtro. Erro de servidor ocorrido.'; +$messages'setcreated' = 'Conjunto de filtro criado com sucesso.'; $messages'activateerror' = 'Impossível habilitar o(s) filtro(s) selecionado(s). Ocorreu um erro no servidor.'; $messages'deactivateerror' = 'Impossível desabilitar o(s) filtro(s) selecionado(s). Ocorreu um erro no servidor.'; $messages'deactivated' = 'Filtro(s) habilitado(s) com sucesso.'; @@ -256,4 +272,4 @@ $messages'emptyvacationbody' = 'Conteúdo da mensagem de férias necessário!'; $messages'duplicate.conflict.err' = 'Ambos cabeçalho e identificador único não são permitidos.'; $messages'disabledaction' = 'Ação não permitida.'; -?> +$messages'lastindexempty' = 'Índice é requerido quando contagem do final';
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/managesieve/localization/pt_PT.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/managesieve/localization/pt_PT.inc
Changed
@@ -2,19 +2,19 @@ /* +-----------------------------------------------------------------------+ - | plugins/managesieve/localization/<lang>.inc | - | | | Localization file of the Roundcube Webmail Managesieve plugin | - | Copyright (C) 2012-2013, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-managesieve/ */ + + $labels'filters' = 'Filtros'; $labels'managefilters' = 'Gerir filtros'; $labels'filtername' = 'Nome do filtro'; @@ -75,17 +75,17 @@ $labels'seconds' = 'segundos'; $labels'rulestop' = 'Parar de avaliar regras'; $labels'enable' = 'Activar/Desactivar'; -$labels'filterset' = 'Filtros definidos'; +$labels'filterset' = 'Conjunto de filtros'; $labels'filtersets' = 'Filtros definidos'; -$labels'filtersetadd' = 'Adicionar definição de filtros'; +$labels'filtersetadd' = 'Adicionar conjunto de filtros'; $labels'filtersetdel' = 'Eliminar conjunto de filtros'; -$labels'filtersetact' = 'Activar definição de filtros actuais'; -$labels'filtersetdeact' = 'Desactivar definição de filtros actuais'; +$labels'filtersetact' = 'Ativar conjunto de filtros atuais'; +$labels'filtersetdeact' = 'Desativar conjunto de filtros atuais'; $labels'filterseteditraw' = 'Editar conjunto de filtros'; -$labels'filtersetswitch' = 'Ativar/desativar conjuntos de filtros'; +$labels'filtersetswitch' = 'Ativar/desativar conjunto de filtros'; $labels'filterdef' = 'Definição de filtros'; -$labels'filtersetname' = 'Nome da definição de filtros'; -$labels'newfilterset' = 'Nova definição de filtros'; +$labels'filtersetname' = 'Nome do conjunto de filtros'; +$labels'newfilterset' = 'Novo conjunto de filtros'; $labels'active' = 'activo'; $labels'none' = 'nehnum'; $labels'fromset' = 'definição de'; @@ -245,15 +245,15 @@ $messages'forbiddenchars' = 'Caracteres inválidos no campo.'; $messages'cannotbeempty' = 'Este campo não pode estar vazio.'; $messages'ruleexist' = 'Já existe um Filtro com o nome especificado.'; -$messages'setactivateerror' = 'Não foi possível ativar os filtros selecionados. Ocorreu um erro no servidor.'; -$messages'setdeactivateerror' = 'Não foi possível desativar os filtros selecionados. Ocorreu um erro no servidor.'; -$messages'setdeleteerror' = 'Não foi possível eliminar os filtros selecionados. Ocorreu um erro no servidor.'; -$messages'setactivated' = 'Filtros ativados com sucesso.'; -$messages'setdeactivated' = 'Filtros desativados com sucesso.'; -$messages'setdeleted' = 'Filtros eliminados com sucesso.'; -$messages'setupdated' = 'Conjunto de filtros actualizado com sucesso.'; -$messages'setdeleteconfirm' = 'Tem a certeza que pretende eliminar os filtros selecionados?'; -$messages'setcreateerror' = 'Não foi possível criar o conjunto de filtros. Ocorreu um erro no servidor.'; +$messages'setactivateerror' = 'Não foi possível ativar o conjunto de filtros selecionado. Erro do servidor.'; +$messages'setdeactivateerror' = 'Não foi possível desativar o conjunto de filtros selecionado. Erro do servidor.'; +$messages'setdeleteerror' = 'Não foi possível eliminar o conjunto de filtros selecionado. Erro do servidor.'; +$messages'setactivated' = 'Conjunto de filtros ativado com sucesso.'; +$messages'setdeactivated' = 'Conjunto de filtros desativado com sucesso.'; +$messages'setdeleted' = 'Conjunto de filtros eliminado com sucesso.'; +$messages'setupdated' = 'Conjunto de filtros atualizado com sucesso.'; +$messages'setdeleteconfirm' = 'Tem a certeza que pretende eliminar o conjunto de filtros selecionado?'; +$messages'setcreateerror' = 'Não foi possível criar o conjunto de filtros selecionado. Erro do servidor.'; $messages'setcreated' = 'Conjunto de filtros criado com sucesso.'; $messages'activateerror' = 'Não foi possível ativar os filtros selecionados. Ocorreu um erro no servidor.'; $messages'deactivateerror' = 'Não foi possível desativar os filtros selecionados. Ocorreu um erro no servidor.'; @@ -273,4 +273,3 @@ $messages'duplicate.conflict.err' = 'Ambos, cabeçalho e identificador único, não são permitidos.'; $messages'disabledaction' = 'Ação não permitida.'; $messages'lastindexempty' = 'É necessário o índice quando se conta a partir do fim'; -?>
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/managesieve/localization/ro_RO.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/managesieve/localization/ro_RO.inc
Changed
@@ -2,19 +2,19 @@ /* +-----------------------------------------------------------------------+ - | plugins/managesieve/localization/<lang>.inc | - | | | Localization file of the Roundcube Webmail Managesieve plugin | - | Copyright (C) 2012-2013, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-managesieve/ */ + + $labels'filters' = 'Filtre'; $labels'managefilters' = 'Administreaza filtrele pentru mesaje primite.'; $labels'filtername' = 'Nume filtru'; @@ -64,15 +64,9 @@ $labels'seconds' = 'secunde'; $labels'rulestop' = 'Nu mai evalua reguli'; $labels'enable' = 'Activeaza/Dezactiveaza'; -$labels'filterset' = 'Filtre setate'; $labels'filtersets' = 'Filtrul seteaza'; -$labels'filtersetadd' = 'Adauga set de filtre'; -$labels'filtersetact' = 'Activeaza setul curent de filtre'; -$labels'filtersetdeact' = 'Dezactiveaza setul curent de filtre'; $labels'filterseteditraw' = 'Modifică set filtre'; $labels'filterdef' = 'Definiţie filtru'; -$labels'filtersetname' = 'Nume set filtre'; -$labels'newfilterset' = 'Set filtre nou'; $labels'active' = 'activ'; $labels'none' = 'niciunul'; $labels'fromset' = 'din setul'; @@ -211,16 +205,6 @@ $messages'forbiddenchars' = 'Caractere nepermise în câmp.'; $messages'cannotbeempty' = 'Câmpul nu poate fi gol.'; $messages'ruleexist' = 'Filtrul cu numele specificat există deja.'; -$messages'setactivateerror' = 'Nu pot activa setul de filtre selectat. S-a produs o eroare la server.'; -$messages'setdeactivateerror' = 'Nu pot dezactiva setul de filtre selectat. S-a produs o eroare la server.'; -$messages'setdeleteerror' = 'Nu pot şterge setul de filtre selectat. S-a produs o eroare la server.'; -$messages'setactivated' = 'Setul de filtre activat cu succes.'; -$messages'setdeactivated' = 'Setul de filtre dezactivat cu succes.'; -$messages'setdeleted' = 'Setul de filtre şters cu succes.'; -$messages'setupdated' = 'Setul de filtre a fost actualizat cu succes'; -$messages'setdeleteconfirm' = 'Eşti sigur(ă) că vrei să ştergi setul de filtre selectat?'; -$messages'setcreateerror' = 'Nu am putut crea setul de filtre. S-a produs o eroare la server.'; -$messages'setcreated' = 'Setul de filtre creat cu succes.'; $messages'activateerror' = 'Nu am putut activa filtrul (filtrele) selectate. S-a produs o eroare la server.'; $messages'deactivateerror' = 'Nu am putut dezactiva filtrele (filtrele) selectate. S-a produs o eroare la server.'; $messages'deactivated' = 'Filtrele au fost activate cu succes.'; @@ -235,4 +219,3 @@ $messages'saveerror' = 'Nu am putut salva datele. A aparut o eroare de server.'; $messages'emptyvacationbody' = 'Corpul mesajului de vacanță este obligatoriu!'; $messages'duplicate.conflict.err' = 'Atât antetul, cât și identificatorul unic nu sunt permise.'; -?>
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/managesieve/localization/ru_RU.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/managesieve/localization/ru_RU.inc
Changed
@@ -2,19 +2,19 @@ /* +-----------------------------------------------------------------------+ - | plugins/managesieve/localization/<lang>.inc | - | | | Localization file of the Roundcube Webmail Managesieve plugin | - | Copyright (C) 2012-2013, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-managesieve/ */ + + $labels'filters' = 'Фильтры'; $labels'managefilters' = 'Управление фильтрами для входящей почты'; $labels'filtername' = 'Название фильтра'; @@ -273,4 +273,3 @@ $messages'duplicate.conflict.err' = 'Не разрешено использовать заголовок и уникальный идентификатор вместе.'; $messages'disabledaction' = 'Действие не разрешено.'; $messages'lastindexempty' = 'Индекс необходим при подсчете с конца'; -?>
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/managesieve/localization/si_LK.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/managesieve/localization/si_LK.inc
Changed
@@ -2,19 +2,19 @@ /* +-----------------------------------------------------------------------+ - | plugins/managesieve/localization/<lang>.inc | - | | | Localization file of the Roundcube Webmail Managesieve plugin | - | Copyright (C) 2012-2013, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-managesieve/ */ + + $labels'filters' = 'පෙරහණ'; $labels'moveup' = 'ඉහළට ගෙනයන්න'; $labels'movedown' = 'පහළට ගෙනයන්න'; @@ -43,4 +43,3 @@ $labels'allparts' = 'සියල්ල'; $labels'vacation.subject' = 'මාතෘකාව'; $messages'nametoolong' = 'නම දිග වැඩිය.'; -?>
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/managesieve/localization/sk_SK.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/managesieve/localization/sk_SK.inc
Changed
@@ -2,19 +2,19 @@ /* +-----------------------------------------------------------------------+ - | plugins/managesieve/localization/<lang>.inc | - | | | Localization file of the Roundcube Webmail Managesieve plugin | - | Copyright (C) 2012-2013, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-managesieve/ */ + + $labels'filters' = 'Filtre'; $labels'managefilters' = 'Správa filtrov prichádzajúcej pošty'; $labels'filtername' = 'Názov filtra'; @@ -273,4 +273,3 @@ $messages'duplicate.conflict.err' = 'Hlavička a aj unikátny identifikátor nie sú povolené.'; $messages'disabledaction' = 'Akcia nie je povolená.'; $messages'lastindexempty' = 'Index sa vyžaduje pri počítaní od konca'; -?>
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/managesieve/localization/sl_SI.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/managesieve/localization/sl_SI.inc
Changed
@@ -2,25 +2,27 @@ /* +-----------------------------------------------------------------------+ - | plugins/managesieve/localization/<lang>.inc | - | | | Localization file of the Roundcube Webmail Managesieve plugin | - | Copyright (C) 2012-2013, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-managesieve/ */ + + $labels'filters' = 'Filtri'; $labels'managefilters' = 'Uredi filtre za dohodno pošto'; $labels'filtername' = 'Ime filtra'; $labels'newfilter' = 'Nov filter'; $labels'filteradd' = 'Dodaj filter'; $labels'filterdel' = 'Izbriši filter'; +$labels'rules' = 'Pravila'; +$labels'actions' = 'Možnosti'; $labels'scope' = 'Obseg'; $labels'moveup' = 'Pomakni se navzgor'; $labels'movedown' = 'Pomakni se navzdol'; @@ -39,6 +41,14 @@ $labels'filternotregex' = 'ne ustreza regularnemu izrazu'; $labels'filterunder' = 'pod'; $labels'filterover' = 'nad'; +$labels'mime' = 'MIME:'; +$labels'mimepart' = 'Del MIME:'; +$labels'mime-message' = 'sporočilo'; +$labels'mime-anychild' = 'katerikoli'; +$labels'mime-type' = 'tip'; +$labels'mime-subtype' = 'podtip'; +$labels'mime-contenttype' = 'tip vsebine'; +$labels'mime-param' = 'parameter'; $labels'addrule' = 'Dodaj pravilo'; $labels'delrule' = 'Izbriši pravilo'; $labels'messagemoveto' = 'Premakni sporočilo v'; @@ -65,15 +75,9 @@ $labels'seconds' = 'sekund'; $labels'rulestop' = 'Prekini z izvajanjem pravil'; $labels'enable' = 'Omogoči/Onemogoči'; -$labels'filterset' = 'Nastavitev filtrov'; $labels'filtersets' = 'Nastavitve filtrov'; -$labels'filtersetadd' = 'Dodaj nastavitev filtrov'; -$labels'filtersetact' = 'Vključi trenutno nastavitev filtriranja'; -$labels'filtersetdeact' = 'Onemogoči trenutno nastavitev filtriranja'; $labels'filterseteditraw' = 'Uredi nabor filtrov'; $labels'filterdef' = 'Opis filtra'; -$labels'filtersetname' = 'Ime filtra'; -$labels'newfilterset' = 'Nov filter'; $labels'active' = 'aktiven'; $labels'none' = 'brez'; $labels'fromset' = 'iz nastavitve'; @@ -99,6 +103,14 @@ $labels'flaganswered' = 'Odgovorjeno'; $labels'flagflagged' = 'Označeno'; $labels'flagdraft' = 'Osnutek'; +$labels'addheader' = 'Dodaj glavo sporočilu'; +$labels'deleteheader' = 'Odstrani glavo iz sporočila'; +$labels'headername' = 'Ime glave sporočila'; +$labels'headervalue' = 'Vrednost glave sporočila'; +$labels'headeratstart' = 'na začetku'; +$labels'headeratend' = 'na koncu'; +$labels'headerfromstart' = 'od začetka'; +$labels'headerfromend' = 'od konca'; $labels'setvariable' = 'Nastavi spremenljivko'; $labels'setvarname' = 'Ime spremenljivke:'; $labels'setvarvalue' = 'Vrednost spremenljivke:'; @@ -163,11 +175,14 @@ $labels'asciinumeric' = 'numerično (ascii-numeric)'; $labels'index' = 'indeks:'; $labels'indexlast' = 'obraten vrstni red'; +$labels'vacation' = 'Sporočilo o odsotnosti'; $labels'vacation.reply' = 'Sporočilo za odgovor'; $labels'vacation.advanced' = 'Napredne nastavitve'; $labels'vacation.from' = 'Naslov za odgovor'; $labels'vacation.subject' = 'Zadeva'; $labels'vacation.body' = 'Vsebina'; +$labels'vacation.start' = 'Začetek'; +$labels'vacation.end' = 'Konec'; $labels'vacation.status' = 'Status'; $labels'vacation.on' = 'Vključeno'; $labels'vacation.off' = 'Izključeno'; @@ -179,10 +194,13 @@ $labels'vacation.discard' = 'Zavrži'; $labels'vacation.redirect' = 'Preusmeri na'; $labels'vacation.copy' = 'Pošlji kopijo na'; +$labels'forward' = 'Posredovanje'; $labels'forward.redirect' = 'Preusmeri na'; $labels'forward.copy' = 'Pošlji kopijo na'; $labels'forward.on' = 'Vključeno'; $labels'forward.off' = 'Izključeno'; +$labels'forward.status' = 'Status:'; +$labels'forward.action' = 'Za dohodna sporočila izvrši naslednje operacije'; $labels'forward.saving' = 'Shranjevanje podatkov...'; $labels'filladdresses' = 'Dopolni z mojimi naslovi'; $labels'arialabelfiltersetactions' = 'Nastavitve operacij filtrov'; @@ -192,6 +210,7 @@ $labels'ariasummaryfiltersetslist' = 'Seznam filtrov'; $labels'filterstitle' = 'Uredi filtre za dohodno pošto'; $labels'vacationtitle' = 'Uredi sporočilo o odsotnosti'; +$labels'forwardtitle' = 'Uredi pravilo posredovanja pošte'; $labels'message' = 'Sporočilo'; $labels'duplicate' = 'je podvojen'; $labels'notduplicate' = 'ni podvojen'; @@ -213,16 +232,6 @@ $messages'forbiddenchars' = 'V polju so neveljavni znaki'; $messages'cannotbeempty' = 'Polje ne sme biti prazno'; $messages'ruleexist' = 'Filer s tem imenom že obstaja'; -$messages'setactivateerror' = 'Izbranih filtrov ni bilo mogoče vključiti. Prišlo je do napake na strežniku.'; -$messages'setdeactivateerror' = 'Izbranih filtrov ni bilo mogoče izključiti. Prišlo je do napake na strežniku.'; -$messages'setdeleteerror' = 'Izbranih filtrov ni bilo mogoče izbrisati. Prišlo je do napake na strežniku.'; -$messages'setactivated' = 'Filter je bil uspešno vključen.'; -$messages'setdeactivated' = 'Filter je bil uspešno onemogočen.'; -$messages'setdeleted' = 'Filter je bil uspešno izbrisan.'; -$messages'setupdated' = 'Filtri so bili uspešno posodobljeni.'; -$messages'setdeleteconfirm' = 'Ste prepričani, da želite izbrisati ta filter?'; -$messages'setcreateerror' = 'Nabora filtrov ni bilo mogoče ustvariti. Prišlo je do napake na strežniku.'; -$messages'setcreated' = 'Filter je bil uspešno ustvarjen.'; $messages'activateerror' = 'Izbranega/ih filtra/ov ni bilo mogoče vključiti. Prišlo je do napake na strežniku.'; $messages'deactivateerror' = 'Izbranega/ih fitra/ov ni bilo mogoče izključiti. Prišlo je do napake na strežniku.'; $messages'deactivated' = 'Filtri so bili uspešno omogočeni.'; @@ -235,6 +244,8 @@ $messages'nodata' = 'Izbrana mora biti vsaj ena nastavitev!'; $messages'invaliddateformat' = 'Neveljaven datum ali oblika zapisa datuma'; $messages'saveerror' = 'Podatkov ni bilo mogoče shraniti. Prišlo je do napake na strežniku.'; +$messages'vacationsaved' = 'Sporočilo o odsotnosti je bilo uspešno shranjeno.'; +$messages'forwardsaved' = 'Posredovanje podatkov je bilo uspešno shranjeno.'; $messages'emptyvacationbody' = 'Zahtevana je vsebina sporočila o odsotnosti'; $messages'duplicate.conflict.err' = 'Tako glava sporočila kot enoličen označevalnik nista dovoljena.'; -?> +$messages'disabledaction' = 'Operacija ni dovoljena.';
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/managesieve/localization/sq_AL.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/managesieve/localization/sq_AL.inc
Changed
@@ -2,19 +2,19 @@ /* +-----------------------------------------------------------------------+ - | plugins/managesieve/localization/<lang>.inc | - | | | Localization file of the Roundcube Webmail Managesieve plugin | - | Copyright (C) 2012-2013, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-managesieve/ */ + + $labels'filters' = 'Filtra'; $labels'managefilters' = 'Administroni filtra për postë ardhëse'; $labels'filtername' = 'Emër filtri'; @@ -77,12 +77,12 @@ $labels'enable' = 'Aktivizoje/Çaktivizoje'; $labels'filterset' = 'Grup filtrash'; $labels'filtersets' = 'Grupe filtrash'; -$labels'filtersetadd' = 'Shto grup filtrash'; -$labels'filtersetdel' = 'Fshi grup filtrash'; +$labels'filtersetadd' = 'Shtoni grup filtrash'; +$labels'filtersetdel' = 'Fshije grupin e filtrave'; $labels'filtersetact' = 'Aktivizo grupin e tanishëm të filtrave'; $labels'filtersetdeact' = 'Çaktivizo grupin e tanishëm të filtrave'; $labels'filterseteditraw' = 'Përpunoni grup filtrash'; -$labels'filtersetswitch' = 'Aktivizo/çaktivizo grup filtrash'; +$labels'filtersetswitch' = 'Aktivizoni/çaktivizoni grup filtrash'; $labels'filterdef' = 'Përkufizim filtri'; $labels'filtersetname' = 'Emër grupi filtrash'; $labels'newfilterset' = 'Grup i ri filtrash'; @@ -272,4 +272,3 @@ $messages'duplicate.conflict.err' = 'S’lejohet përdorimi i njëkohshëm i kryes dhe identifikuesit unik.'; $messages'disabledaction' = 'Veprim jo i lejuar.'; $messages'lastindexempty' = 'Treguesi është i domosdoshëm kur numërohet nga fundi'; -?>
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/managesieve/localization/sr_CS.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/managesieve/localization/sr_CS.inc
Changed
@@ -2,19 +2,19 @@ /* +-----------------------------------------------------------------------+ - | plugins/managesieve/localization/<lang>.inc | - | | | Localization file of the Roundcube Webmail Managesieve plugin | - | Copyright (C) 2012-2013, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-managesieve/ */ + + $labels'filters' = 'Филтери'; $labels'managefilters' = 'Управљај филтерима долазне поште'; $labels'filtername' = 'Назив филтера'; @@ -66,4 +66,3 @@ $labels'vacation.keep' = 'Задржи'; $messages'filterunknownerror' = 'Непозната грешка сервера.'; $messages'filterconnerror' = 'Не могу да се повежем на сервер.'; -?>
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/managesieve/localization/sv_SE.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/managesieve/localization/sv_SE.inc
Changed
@@ -2,19 +2,19 @@ /* +-----------------------------------------------------------------------+ - | plugins/managesieve/localization/<lang>.inc | - | | | Localization file of the Roundcube Webmail Managesieve plugin | - | Copyright (C) 2012-2013, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-managesieve/ */ + + $labels'filters' = 'Filter'; $labels'managefilters' = 'Administrera filter'; $labels'filtername' = 'Filternamn'; @@ -245,16 +245,16 @@ $messages'forbiddenchars' = 'Otillåtet tecken i fältet'; $messages'cannotbeempty' = 'Fältet kan inte lämnas tomt'; $messages'ruleexist' = 'Ett filter med angivet namn finns redan.'; -$messages'setactivateerror' = 'Filtergruppen kunde inte aktiveras på grund av serverfel'; -$messages'setdeactivateerror' = 'Filtergruppen kunde inte deaktiveras på grund av serverfel'; -$messages'setdeleteerror' = 'Filtergruppen kunde inte tas bort på grund av serverfel'; -$messages'setactivated' = 'Filtergruppen är aktiverad'; -$messages'setdeactivated' = 'Filtergruppen är inaktiverad'; -$messages'setdeleted' = 'Filtergruppen är borttagen'; -$messages'setupdated' = 'Filtergruppen är ändrad'; +$messages'setactivateerror' = 'Filtergruppen kunde inte aktiveras på grund av serverfel.'; +$messages'setdeactivateerror' = 'Filtergruppen kunde inte deaktiveras på grund av serverfel.'; +$messages'setdeleteerror' = 'Filtergruppen kunde inte tas bort på grund av serverfel.'; +$messages'setactivated' = 'Filtergruppen är aktiverad.'; +$messages'setdeactivated' = 'Filtergruppen är inaktiverad.'; +$messages'setdeleted' = 'Filtergruppen är borttagen.'; +$messages'setupdated' = 'Filtergruppen är ändrad.'; $messages'setdeleteconfirm' = 'Vill du ta bort filtergruppen?'; -$messages'setcreateerror' = 'Filtergruppen kunde inte läggas till på grund av serverfel'; -$messages'setcreated' = 'Filtergruppen har lagts till'; +$messages'setcreateerror' = 'Filtergruppen kunde inte läggas till på grund av serverfel.'; +$messages'setcreated' = 'Filtergruppen har lagts till.'; $messages'activateerror' = 'Kunde inte aktivera filter på grund av serverfel.'; $messages'deactivateerror' = 'Kunde inte inaktivera filter på grund av serverfel.'; $messages'deactivated' = 'Filter inaktiverat.'; @@ -273,4 +273,3 @@ $messages'duplicate.conflict.err' = 'Både huvud och unik identifikation är inte tillåtet.'; $messages'disabledaction' = 'Otillåten åtgärd.'; $messages'lastindexempty' = 'Index är nödvändigt för att räkna från slutet'; -?>
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/managesieve/localization/ta_IN.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/managesieve/localization/ta_IN.inc
Changed
@@ -2,19 +2,19 @@ /* +-----------------------------------------------------------------------+ - | plugins/managesieve/localization/<lang>.inc | - | | | Localization file of the Roundcube Webmail Managesieve plugin | - | Copyright (C) 2012-2013, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-managesieve/ */ + + $labels'messagedelete' = 'செய்தியை நீக்கு'; $labels'del' = 'நீக்கு'; $labels'flagdeleted' = 'நீக்கியது'; @@ -23,4 +23,3 @@ $labels'datetest' = 'தேதி'; $labels'advancedopts' = 'மேம்பட்ட விருப்பங்கள்'; $labels'vacation.subject' = 'தலைப்பு'; -?>
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/managesieve/localization/th_TH.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/managesieve/localization/th_TH.inc
Changed
@@ -2,19 +2,19 @@ /* +-----------------------------------------------------------------------+ - | plugins/managesieve/localization/<lang>.inc | - | | | Localization file of the Roundcube Webmail Managesieve plugin | - | Copyright (C) 2012-2013, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-managesieve/ */ + + $labels'filters' = 'ตัวกรองข้อมูล'; $labels'managefilters' = 'จัดการตัวกรองอีเมลขาเข้า'; $labels'filtername' = 'ชื่อตัวกรองข้อมูล'; @@ -61,4 +61,3 @@ $labels'vacation.subject' = 'หัวจดหมาย'; $labels'vacation.body' = 'เนื้อหา'; $labels'vacation.keep' = 'เก็บ'; -?>
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/managesieve/localization/ti.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/managesieve/localization/ti.inc
Changed
@@ -2,23 +2,22 @@ /* +-----------------------------------------------------------------------+ - | plugins/managesieve/localization/<lang>.inc | - | | | Localization file of the Roundcube Webmail Managesieve plugin | - | Copyright (C) 2012-2013, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-managesieve/ */ + + $labels'del' = 'ይጥፋእ'; $labels'sender' = 'ልኣኺ(ት)'; $labels'flagread' = 'ከንብብ'; $labels'datetest' = 'ዕለት'; $labels'vacation.subject' = 'ዋኒን'; $labels'vacation.keep' = 'ይፅናሕ'; -?>
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/managesieve/localization/tr_TR.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/managesieve/localization/tr_TR.inc
Changed
@@ -2,19 +2,19 @@ /* +-----------------------------------------------------------------------+ - | plugins/managesieve/localization/<lang>.inc | - | | | Localization file of the Roundcube Webmail Managesieve plugin | - | Copyright (C) 2012-2013, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-managesieve/ */ + + $labels'filters' = 'Süzgeçler'; $labels'managefilters' = 'Gelen e-posta süzgeçleri yönetimi'; $labels'filtername' = 'Süzgeç adı'; @@ -247,13 +247,13 @@ $messages'ruleexist' = 'Aynı adlı bir süzgeç zaten var.'; $messages'setactivateerror' = 'Seçilmiş süzgeç kümesi etkinleştirilemedi. Sunucuda bir sorun çıktı.'; $messages'setdeactivateerror' = 'Seçilmiş süzgeç kümesi devre dışı bırakılamadı. Sunucuda bir sorun çıktı.'; -$messages'setdeleteerror' = 'Seçilmiş süzgeç kümeleri silinemedi. Sunucuda bir sorun çıktı.'; +$messages'setdeleteerror' = 'Seçilmiş süzgeç kümesi silinemedi. Sunucuda bir sorun çıktı.'; $messages'setactivated' = 'Süzgeç kümesi etkinleştirildi.'; $messages'setdeactivated' = 'Süzgeç kümesi devre dışı bırakıldı.'; $messages'setdeleted' = 'Süzgeç kümesi silindi.'; $messages'setupdated' = 'Süzgeç kümesi güncellendi.'; -$messages'setdeleteconfirm' = 'Seçilmiş süzgeç kümelerini silmek istediğinize emin misiniz?'; -$messages'setcreateerror' = 'Süzgeç kümeleri eklenemedi. Sunucuda bir sorun çıktı.'; +$messages'setdeleteconfirm' = 'Seçilmiş süzgeç kümesini silmek istediğinize emin misiniz?'; +$messages'setcreateerror' = 'Süzgeç kümesi eklenemedi. Sunucuda bir sorun çıktı.'; $messages'setcreated' = 'Süzgeç kümesi eklendi.'; $messages'activateerror' = 'Seçilmiş süzgeç(ler) etkinleştirilemedi. Sunucuda bir sorun çıktı.'; $messages'deactivateerror' = 'Seçilmiş süzgeç(ler) devre dışı bırakılamadı. Sunucuda bir sorun çıktı.'; @@ -273,4 +273,3 @@ $messages'duplicate.conflict.err' = 'Üst bilgi ve tekil belirteç aynı anda kullanılamaz.'; $messages'disabledaction' = 'İşleme izin verilmiyor!'; $messages'lastindexempty' = 'Sondan sayılırken dizin gereklidir'; -?>
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/managesieve/localization/tzl.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/managesieve/localization/tzl.inc
Changed
@@ -2,19 +2,19 @@ /* +-----------------------------------------------------------------------+ - | plugins/managesieve/localization/<lang>.inc | - | | | Localization file of the Roundcube Webmail Managesieve plugin | - | Copyright (C) 2012-2013, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-managesieve/ */ + + $labels'filters' = 'Strecureirs'; $labels'messagedelete' = 'Zeletarh el mensatx'; $labels'del' = 'Zeletarh'; @@ -38,4 +38,3 @@ $labels'domain' = 'bain'; $labels'user' = 'uçeir'; $labels'vacation.subject' = 'Subxhect'; -?>
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/managesieve/localization/uk_UA.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/managesieve/localization/uk_UA.inc
Changed
@@ -2,19 +2,19 @@ /* +-----------------------------------------------------------------------+ - | plugins/managesieve/localization/<lang>.inc | - | | | Localization file of the Roundcube Webmail Managesieve plugin | - | Copyright (C) 2012-2013, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-managesieve/ */ + + $labels'filters' = 'Фільтри'; $labels'managefilters' = 'Керування фільтрами вхідної пошти'; $labels'filtername' = 'Назва фільтру'; @@ -65,14 +65,8 @@ $labels'seconds' = 'секунд'; $labels'rulestop' = 'Зупинити перевірку правил'; $labels'enable' = 'Увімкнути/Вимкнути'; -$labels'filterset' = 'Набір фільтрів'; $labels'filtersets' = 'Набори фільтрів'; -$labels'filtersetadd' = 'Додати набір фільтрів'; -$labels'filtersetact' = 'Активувати поточний набір фільтрів'; -$labels'filtersetdeact' = 'Деактивувати поточний набір фільтрів'; $labels'filterdef' = 'Параметри фільтру'; -$labels'filtersetname' = 'Назва набору фільтрів'; -$labels'newfilterset' = 'Новий набір фільтрів'; $labels'active' = 'активний'; $labels'none' = 'нічого'; $labels'fromset' = 'з набору'; @@ -212,15 +206,6 @@ $messages'forbiddenchars' = 'Введено заборонені символи.'; $messages'cannotbeempty' = 'Поле не може бути пустим.'; $messages'ruleexist' = 'Фільтр з такою назвою вже існує.'; -$messages'setactivateerror' = 'Неможливо активувати обраний набір фільтрів. Помилка сервера.'; -$messages'setdeactivateerror' = 'Неможливо деактивувати обраний набір фільтрів. Помилка сервера.'; -$messages'setdeleteerror' = 'Неможливо вилучити обраний набір фільтрів. Помилка сервера.'; -$messages'setactivated' = 'Набір фільтрів активовано успішно'; -$messages'setdeactivated' = 'Набір фільтрів деактивовано успішно.'; -$messages'setdeleted' = 'Набір фільтрів видалено успішно'; -$messages'setdeleteconfirm' = 'Ви впевнені, що хочете видалити обраний набір?'; -$messages'setcreateerror' = 'Неможливо створити набір фільтрів. Сталася помилка сервера.'; -$messages'setcreated' = 'Набір фільтрів створено успішно'; $messages'activateerror' = 'Неможливо увімкнути обраний фільтр (фільтри). Помилка сервера.'; $messages'deactivateerror' = 'Неможливо вимкнути обраний фільтр (фільтр). Помилка сервера.'; $messages'deactivated' = 'Фільтр(и) успішно вимкнено.'; @@ -235,4 +220,3 @@ $messages'saveerror' = 'Неможливо зберегти дані. Сталася помилка сервера.'; $messages'emptyvacationbody' = 'Тіло повідомлення про відпустку обов\'язкове!'; $messages'duplicate.conflict.err' = 'Заголовок та унікальний ідентифікатор не допускаються разом.'; -?>
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/managesieve/localization/ur_PK.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/managesieve/localization/ur_PK.inc
Changed
@@ -2,21 +2,20 @@ /* +-----------------------------------------------------------------------+ - | plugins/managesieve/localization/<lang>.inc | - | | | Localization file of the Roundcube Webmail Managesieve plugin | - | Copyright (C) 2012-2013, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-managesieve/ */ + + $labels'sender' = 'بھیجنے والا'; $labels'flagdeleted' = 'ختم ہو گیا'; $labels'datetest' = 'تاریخ'; $labels'vacation.subject' = 'مضمون'; -?>
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/managesieve/localization/uz.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/managesieve/localization/uz.inc
Changed
@@ -2,19 +2,19 @@ /* +-----------------------------------------------------------------------+ - | plugins/managesieve/localization/<lang>.inc | - | | | Localization file of the Roundcube Webmail Managesieve plugin | - | Copyright (C) 2012-2013, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-managesieve/ */ + + $labels'scope' = 'Viloyat'; $labels'messagedelete' = 'Savatga'; $labels'add' = 'Qo`shish'; @@ -30,4 +30,3 @@ $labels'body' = 'Xat tarkibi'; $labels'vacation.subject' = 'Mavzu'; $labels'vacation.body' = 'Xat tarkibi'; -?>
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/managesieve/localization/vi_VN.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/managesieve/localization/vi_VN.inc
Changed
@@ -2,19 +2,19 @@ /* +-----------------------------------------------------------------------+ - | plugins/managesieve/localization/<lang>.inc | - | | | Localization file of the Roundcube Webmail Managesieve plugin | - | Copyright (C) 2012-2013, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-managesieve/ */ + + $labels'filters' = 'Bộ lọc'; $labels'managefilters' = 'Quản lý bộ lọc thư đến'; $labels'filtername' = 'Lọc tên'; @@ -63,14 +63,8 @@ $labels'seconds' = 'giây'; $labels'rulestop' = 'Ngừng đánh giá qui luật'; $labels'enable' = 'Kích hoạt/Không kích hoạt'; -$labels'filterset' = 'Đặt các bộ lọc'; $labels'filtersets' = 'Thiết lập bộ lọc'; -$labels'filtersetadd' = 'Thêm bộ lọc'; -$labels'filtersetact' = 'Kích hoạt bộ lọc hiện tại'; -$labels'filtersetdeact' = 'Ngừng kích hoạt bộ lọc hiện tai'; $labels'filterdef' = 'Định nghĩa bộ lọc'; -$labels'filtersetname' = 'Tên bộ lọc'; -$labels'newfilterset' = 'Thiết lập bộ lọc mới'; $labels'active' = 'Kích hoạt'; $labels'none' = 'Không có'; $labels'fromset' = 'Từ thiết lập'; @@ -185,15 +179,6 @@ $messages'forbiddenchars' = 'Ký tự bị cấm trong ô'; $messages'cannotbeempty' = 'Ô không thể bị bỏ trống'; $messages'ruleexist' = 'Đã tồn tại bộ lọc với tên cụ thế'; -$messages'setactivateerror' = 'Không thể kích hoạt bộ lọc được lựa chọn. Xuất hiện lỗi ở máy chủ'; -$messages'setdeactivateerror' = 'Không thể tắt bộ lọc được lựa chọn. Xuất hiện lỗi ở máy chủ'; -$messages'setdeleteerror' = 'Không thể xóa bộ lọc được lựa chọn. Xuất hiện lỗi ở máy chủ.'; -$messages'setactivated' = 'Bộ lọc được khởi động thành công'; -$messages'setdeactivated' = 'Ngừng kích hoạt bộ lọc thành công'; -$messages'setdeleted' = 'Xóa bộ lọc thành công'; -$messages'setdeleteconfirm' = 'Bạn có chắc bạn muốn xóa thiết lập bộ lọc được chọn?'; -$messages'setcreateerror' = 'Không thể tạo thiết lập bộ lọc. Có lỗi xuất hiện ở máy chủ'; -$messages'setcreated' = 'Thiết lập bộ lọc được tạo thành công'; $messages'activateerror' = 'Không thể khởi động (các) bộ lọc được chọn. Có lỗi xuất hiện ở máy chủ'; $messages'deactivateerror' = 'Không thể tắt (các) bộ lọc đã chọn. Có lỗi xuất hiện ở máy chủ'; $messages'deactivated' = 'Bộ lọc được khởi động thành công'; @@ -206,4 +191,3 @@ $messages'nodata' = 'Ít nhất một vị trí phải được chọn'; $messages'invaliddateformat' = 'Lỗi không đúng cú pháp ngày hoặc nhập ngày sai'; $messages'saveerror' = 'Không thể lưu trữ dữ liệu. Xuất hiện lỗi ở máy chủ.'; -?>
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/managesieve/localization/zh_CN.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/managesieve/localization/zh_CN.inc
Changed
@@ -2,19 +2,19 @@ /* +-----------------------------------------------------------------------+ - | plugins/managesieve/localization/<lang>.inc | - | | | Localization file of the Roundcube Webmail Managesieve plugin | - | Copyright (C) 2012-2013, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-managesieve/ */ + + $labels'filters' = '过滤器'; $labels'managefilters' = '管理邮件过滤规则'; $labels'filtername' = '过滤规则名称'; @@ -75,17 +75,9 @@ $labels'seconds' = '秒'; $labels'rulestop' = '停止评价规则'; $labels'enable' = '启用/禁用'; -$labels'filterset' = '过滤器设置'; $labels'filtersets' = '过滤器设置集'; -$labels'filtersetadd' = '增加过滤器设置集'; -$labels'filtersetdel' = '删除过滤器设置集'; -$labels'filtersetact' = '激活当前的过滤器设置集'; -$labels'filtersetdeact' = '停用当前的过滤器设置集'; $labels'filterseteditraw' = '编辑过滤器设置集'; -$labels'filtersetswitch' = '启用/禁用过滤器集'; $labels'filterdef' = '过滤器定义'; -$labels'filtersetname' = '过滤器集的名称'; -$labels'newfilterset' = '新的过滤器集'; $labels'active' = '启用'; $labels'none' = '无'; $labels'fromset' = '从设置集'; @@ -229,16 +221,6 @@ $messages'forbiddenchars' = '内容包含禁用字符'; $messages'cannotbeempty' = '内容不能为空'; $messages'ruleexist' = '指定过滤器名称已存在。'; -$messages'setactivateerror' = '无法激活选定过滤器集。发生服务器错误。'; -$messages'setdeactivateerror' = '无法取消激活选定过滤器集。发生服务器错误。'; -$messages'setdeleteerror' = '无法删除选定过滤器集。发生服务器错误。'; -$messages'setactivated' = '启用过滤器集成功。'; -$messages'setdeactivated' = '禁用过滤器集成功。'; -$messages'setdeleted' = '删除过滤器成功。'; -$messages'setupdated' = '过滤器设置更新成功。'; -$messages'setdeleteconfirm' = '您确定要删除指定的过滤器吗?'; -$messages'setcreateerror' = '无法创建过滤器集。发生服务器错误。'; -$messages'setcreated' = '过滤器成功创建。'; $messages'activateerror' = '无法启用选定过滤器。发生服务器错误。'; $messages'deactivateerror' = '无法禁用选定过滤器。发生服务器错误。'; $messages'deactivated' = '启用过滤器成功。'; @@ -255,4 +237,3 @@ $messages'emptyvacationbody' = '假期消息必须有正文!'; $messages'duplicate.conflict.err' = '不允许头和唯一标识符。'; $messages'disabledaction' = '不能执行此操作。'; -?>
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/managesieve/localization/zh_TW.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/managesieve/localization/zh_TW.inc
Changed
@@ -2,19 +2,19 @@ /* +-----------------------------------------------------------------------+ - | plugins/managesieve/localization/<lang>.inc | - | | | Localization file of the Roundcube Webmail Managesieve plugin | - | Copyright (C) 2012-2013, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-managesieve/ */ + + $labels'filters' = '篩選'; $labels'managefilters' = '設定篩選'; $labels'filtername' = '篩選名稱'; @@ -75,17 +75,17 @@ $labels'seconds' = '秒'; $labels'rulestop' = '停止評估規則'; $labels'enable' = '啟用/停用'; -$labels'filterset' = '篩選集合'; +$labels'filterset' = '篩選集'; $labels'filtersets' = '篩選集合'; -$labels'filtersetadd' = '加入篩選集合'; -$labels'filtersetdel' = '刪除篩選集合'; -$labels'filtersetact' = '啟用目前的篩選集合'; -$labels'filtersetdeact' = '停用目前的篩選集合'; +$labels'filtersetadd' = '加入篩選集'; +$labels'filtersetdel' = '刪除篩選集'; +$labels'filtersetact' = '啟用現有篩選集'; +$labels'filtersetdeact' = '停用現有篩選集'; $labels'filterseteditraw' = '編輯篩選集合'; -$labels'filtersetswitch' = '啟用/停用篩選集合'; +$labels'filtersetswitch' = '啟用/停用篩選集'; $labels'filterdef' = '篩選定義'; -$labels'filtersetname' = '篩選集合名稱'; -$labels'newfilterset' = '建立篩選集合'; +$labels'filtersetname' = '篩選集名稱'; +$labels'newfilterset' = '新篩選集'; $labels'active' = '啟用'; $labels'none' = '無'; $labels'fromset' = '從集合'; @@ -111,6 +111,18 @@ $labels'flaganswered' = '已經回覆'; $labels'flagflagged' = '已加旗標'; $labels'flagdraft' = '草稿'; +$labels'addheader' = '為郵件加入標頭'; +$labels'deleteheader' = '為郵件移除標頭'; +$labels'headername' = '標頭名稱'; +$labels'headervalue' = '標頭值'; +$labels'headerpos' = '標頭位置'; +$labels'headeratstart' = '開首'; +$labels'headeratend' = '結尾'; +$labels'headeroccurrence' = '標頭出現與否/位置'; +$labels'headerfromstart' = '由開首開始'; +$labels'headerfromend' = '由結尾開始'; +$labels'headerpatterns' = '標頭植樣式'; +$labels'headermatchtype' = '符合類型:'; $labels'setvariable' = '設定變數'; $labels'setvarname' = '變數名稱:'; $labels'setvarvalue' = '變數值:'; @@ -175,6 +187,7 @@ $labels'asciinumeric' = '數字類型 (ASCII-numeric)'; $labels'index' = '索引:'; $labels'indexlast' = '向後'; +$labels'vacation' = '不在辦公室'; $labels'vacation.reply' = '回覆郵件'; $labels'vacation.advanced' = '進階設定'; $labels'vacation.from' = '回覆寄件者位址'; @@ -187,6 +200,7 @@ $labels'vacation.off' = '關'; $labels'vacation.addresses' = '我的電子郵件位址'; $labels'vacation.interval' = '回覆間隔'; +$labels'vacation.after' = '在此項目之後放置「不在辦公室」規則:'; $labels'vacation.saving' = '正在儲存資料...'; $labels'vacation.action' = '對收到的郵件的動作'; $labels'vacation.keep' = '保留'; @@ -231,16 +245,16 @@ $messages'forbiddenchars' = '內容包含禁用字元'; $messages'cannotbeempty' = '內容不能為空白'; $messages'ruleexist' = '規則名稱重複'; -$messages'setactivateerror' = '無法啟用所選的篩選集合。伺服器出錯'; -$messages'setdeactivateerror' = '無法停用所選的篩選集合。伺服器出錯'; -$messages'setdeleteerror' = '無法刪除所選的篩選集合。伺服器出錯'; -$messages'setactivated' = '篩選器集合成功啟用'; -$messages'setdeactivated' = '篩選器集合成功停用'; -$messages'setdeleted' = '篩選器集合成功刪除'; -$messages'setupdated' = '篩選集合成功更新'; -$messages'setdeleteconfirm' = '確定要刪除所選的篩選集合嗎?'; -$messages'setcreateerror' = '無法建立篩選集合。伺服器出錯'; -$messages'setcreated' = '篩選器集合成功建立'; +$messages'setactivateerror' = '無法啟用所選的篩選集。伺服器出錯。'; +$messages'setdeactivateerror' = '無法停用所選的篩選集。伺服器出錯。'; +$messages'setdeleteerror' = '無法刪除所選的篩選集。伺服器出錯。'; +$messages'setactivated' = '已啟用篩選集。'; +$messages'setdeactivated' = '已停用篩選集。'; +$messages'setdeleted' = '已刪除篩選集。'; +$messages'setupdated' = '已更新篩選集。'; +$messages'setdeleteconfirm' = '確定要刪除所選的篩選集?'; +$messages'setcreateerror' = '無法建立篩選集。伺服器出錯。'; +$messages'setcreated' = '成功建立篩選集。'; $messages'activateerror' = '無法啟用所選的篩選。伺服器出錯'; $messages'deactivateerror' = '無法停用所選的篩選。伺服器出錯'; $messages'deactivated' = '篩選器已停用'; @@ -253,8 +267,9 @@ $messages'nodata' = '至少要選擇一個位置'; $messages'invaliddateformat' = '日期或時間部分格式無效'; $messages'saveerror' = '無法儲存資料。伺服器出錯'; +$messages'vacationsaved' = '成功儲存「不在辦公室」資料。'; $messages'forwardsaved' = '成功儲存轉寄資料。'; $messages'emptyvacationbody' = '休假郵件要有內容!'; $messages'duplicate.conflict.err' = '不允許標頭和識別碼都是獨一無二的'; $messages'disabledaction' = '不允許的動作。'; -?> +$messages'lastindexempty' = '若要由結尾開始計算,要先有索引';
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/markasjunk/localization/ar.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/markasjunk/localization/ar.inc
Changed
@@ -2,17 +2,17 @@ /* +-----------------------------------------------------------------------+ - | plugins/markasjunk/localization/<lang>.inc | - | | | Localization file of the Roundcube Webmail Mark-As-Junk plugin | - | Copyright (C) 2012-2018, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-markasjunk/ */ + + $messages'reportedasjunk' = 'تم الإبلاغ عنه كبريد غير مرغوب فيه بنجاح';
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/markasjunk/localization/ar_SA.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/markasjunk/localization/ar_SA.inc
Changed
@@ -2,17 +2,17 @@ /* +-----------------------------------------------------------------------+ - | plugins/markasjunk/localization/<lang>.inc | - | | | Localization file of the Roundcube Webmail Mark-As-Junk plugin | - | Copyright (C) 2012-2018, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-markasjunk/ */ + + $messages'reportedasjunk' = 'تمت الافادة كـ غير مرغوب فية بنجاح';
View file
roundcubemail-1.4-rc1.167.tar.gz/plugins/markasjunk/localization/bg_BG.inc
Added
@@ -0,0 +1,25 @@ +<?php + +/* + +-----------------------------------------------------------------------+ + | Localization file of the Roundcube Webmail Mark-As-Junk plugin | + | | + | Copyright (C) The Roundcube Dev Team | + | | + | Licensed under the GNU General Public License version 3 or | + | any later version with exceptions for skins & plugins. | + | See the README file for a full license statement. | + +-----------------------------------------------------------------------+ + + For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-markasjunk/ +*/ + +$labels'buttonjunk' = 'Това писмо е Спам'; +$labels'asjunk' = 'Като Спам'; +$labels'markasjunk' = 'Маркирай като Спам'; +$labels'buttonnotjunk' = 'Това писмо не е Спам'; +$labels'asnotjunk' = 'Като не Спам'; +$labels'markasnotjunk' = 'Маркирай като не Спам'; +$labels'notjunk' = 'Не е Спам'; +$messages'reportedasjunk' = 'Писмото е маркирано като Спам успешно'; +$messages'reportedasnotjunk' = 'Писмото е маркирано като не Спам успешно';
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/markasjunk/localization/cs_CZ.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/markasjunk/localization/cs_CZ.inc
Changed
@@ -2,19 +2,18 @@ /* +-----------------------------------------------------------------------+ - | plugins/markasjunk/localization/<lang>.inc | - | | | Localization file of the Roundcube Webmail Mark-As-Junk plugin | - | Copyright (C) 2012-2018, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-markasjunk/ */ + $labels'buttonjunk' = 'Tato zpráva je nevyžádaná'; $labels'asjunk' = 'Jako nevyžádanou poštu'; $labels'markasjunk' = 'Označit jako nevyžádanou poštu';
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/markasjunk/localization/cy_GB.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/markasjunk/localization/cy_GB.inc
Changed
@@ -2,19 +2,18 @@ /* +-----------------------------------------------------------------------+ - | plugins/markasjunk/localization/<lang>.inc | - | | | Localization file of the Roundcube Webmail Mark-As-Junk plugin | - | Copyright (C) 2012-2018, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-markasjunk/ */ + $labels'buttonjunk' = 'Mae\'r neges hwn yn sbwriel'; $labels'asjunk' = 'Fel sbwriel'; $labels'markasjunk' = 'Nodi fel sbwriel';
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/markasjunk/localization/de_DE.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/markasjunk/localization/de_DE.inc
Changed
@@ -2,19 +2,18 @@ /* +-----------------------------------------------------------------------+ - | plugins/markasjunk/localization/<lang>.inc | - | | | Localization file of the Roundcube Webmail Mark-As-Junk plugin | - | Copyright (C) 2012-2018, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-markasjunk/ */ + $labels'buttonjunk' = 'Diese Nachricht ist Spam'; $labels'asjunk' = 'Als Spam'; $labels'markasjunk' = 'als SPAM markieren';
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/markasjunk/localization/el_GR.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/markasjunk/localization/el_GR.inc
Changed
@@ -2,19 +2,18 @@ /* +-----------------------------------------------------------------------+ - | plugins/markasjunk/localization/<lang>.inc | - | | | Localization file of the Roundcube Webmail Mark-As-Junk plugin | - | Copyright (C) 2012-2018, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-markasjunk/ */ + $labels'buttonjunk' = 'Αυτό το μήνυμα είναι ανεπιθύμητο'; $labels'asjunk' = 'Ως ανεπιθύμητο'; $labels'markasjunk' = 'Σημείωση ως ανεπιθύμητο';
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/markasjunk/localization/en_GB.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/markasjunk/localization/en_GB.inc
Changed
@@ -2,19 +2,18 @@ /* +-----------------------------------------------------------------------+ - | plugins/markasjunk/localization/<lang>.inc | - | | | Localization file of the Roundcube Webmail Mark-As-Junk plugin | - | Copyright (C) 2012-2018, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-markasjunk/ */ + $labels'buttonjunk' = 'This message is spam'; $labels'asjunk' = 'As spam'; $labels'markasjunk' = 'Mark as spam';
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/markasjunk/localization/fr_FR.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/markasjunk/localization/fr_FR.inc
Changed
@@ -2,19 +2,18 @@ /* +-----------------------------------------------------------------------+ - | plugins/markasjunk/localization/<lang>.inc | - | | | Localization file of the Roundcube Webmail Mark-As-Junk plugin | - | Copyright (C) 2012-2018, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-markasjunk/ */ + $labels'buttonjunk' = 'Ce courriel est indésirable'; $labels'asjunk' = 'Comme indésirable'; $labels'markasjunk' = 'Marquer comme indésirable';
View file
roundcubemail-1.4-rc1.167.tar.gz/plugins/markasjunk/localization/ga_IE.inc
Added
@@ -0,0 +1,25 @@ +<?php + +/* + +-----------------------------------------------------------------------+ + | Localization file of the Roundcube Webmail Mark-As-Junk plugin | + | | + | Copyright (C) The Roundcube Dev Team | + | | + | Licensed under the GNU General Public License version 3 or | + | any later version with exceptions for skins & plugins. | + | See the README file for a full license statement. | + +-----------------------------------------------------------------------+ + + For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-markasjunk/ +*/ + +$labels'buttonjunk' = 'Is bruscar é an teachtaireacht sin'; +$labels'asjunk' = 'Mar bhruscar'; +$labels'markasjunk' = 'Rianaigh mar bhruscar í'; +$labels'buttonnotjunk' = 'Ní bruscar é an teachtaireacht sin'; +$labels'asnotjunk' = 'Nach bruscar é'; +$labels'markasnotjunk' = 'Rianaigh nach bruscar é'; +$labels'notjunk' = 'Ní bruscar í'; +$messages'reportedasjunk' = 'Tuairiscíodh go rathúil gur bruscar í'; +$messages'reportedasnotjunk' = 'Tuairiscíodh go rathúil nach bruscar í';
View file
roundcubemail-1.4-rc1.167.tar.gz/plugins/markasjunk/localization/he_IL.inc
Added
@@ -0,0 +1,25 @@ +<?php + +/* + +-----------------------------------------------------------------------+ + | Localization file of the Roundcube Webmail Mark-As-Junk plugin | + | | + | Copyright (C) The Roundcube Dev Team | + | | + | Licensed under the GNU General Public License version 3 or | + | any later version with exceptions for skins & plugins. | + | See the README file for a full license statement. | + +-----------------------------------------------------------------------+ + + For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-markasjunk/ +*/ + +$labels'buttonjunk' = 'הודעה זו היא דואר זבל'; +$labels'asjunk' = 'יש לתייג כזבל'; +$labels'markasjunk' = 'יש לסמן כזבל'; +$labels'buttonnotjunk' = 'הודעה זו אינה זבל'; +$labels'asnotjunk' = 'יש לתייג כהודעה שאינה זבל'; +$labels'markasnotjunk' = 'יש לסמן שאינה זבל'; +$labels'notjunk' = 'לא זבל'; +$messages'reportedasjunk' = 'סומנה בהצלחה כזבל'; +$messages'reportedasnotjunk' = 'סומנה בהצלחה שאינה זבל';
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/markasjunk/localization/hu_HU.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/markasjunk/localization/hu_HU.inc
Changed
@@ -2,19 +2,18 @@ /* +-----------------------------------------------------------------------+ - | plugins/markasjunk/localization/<lang>.inc | - | | | Localization file of the Roundcube Webmail Mark-As-Junk plugin | - | Copyright (C) 2012-2018, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-markasjunk/ */ + $labels'buttonjunk' = 'Ez az üzenet kéretlen'; $labels'asjunk' = 'Kéretlenként'; $labels'markasjunk' = 'Kéretlennek jelölés';
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/markasjunk/localization/is_IS.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/markasjunk/localization/is_IS.inc
Changed
@@ -2,19 +2,18 @@ /* +-----------------------------------------------------------------------+ - | plugins/markasjunk/localization/<lang>.inc | - | | | Localization file of the Roundcube Webmail Mark-As-Junk plugin | - | Copyright (C) 2012-2018, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-markasjunk/ */ + $labels'buttonjunk' = 'Þessi skilaboð eru ruslpóstur'; $labels'asjunk' = 'Sem ruslpóstur'; $labels'markasjunk' = 'Merkja sem ruslpóst';
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/markasjunk/localization/lt_LT.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/markasjunk/localization/lt_LT.inc
Changed
@@ -2,19 +2,18 @@ /* +-----------------------------------------------------------------------+ - | plugins/markasjunk/localization/<lang>.inc | - | | | Localization file of the Roundcube Webmail Mark-As-Junk plugin | - | Copyright (C) 2012-2018, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-markasjunk/ */ + $labels'buttonjunk' = 'Šis laiškas yra brukalas'; $labels'asjunk' = 'Kaip brukalą'; $labels'markasjunk' = 'Žymėti kaip brukalą';
View file
roundcubemail-1.4-rc1.167.tar.gz/plugins/markasjunk/localization/nb_NO.inc
Added
@@ -0,0 +1,20 @@ +<?php + +/* + +-----------------------------------------------------------------------+ + | Localization file of the Roundcube Webmail Mark-As-Junk plugin | + | | + | Copyright (C) The Roundcube Dev Team | + | | + | Licensed under the GNU General Public License version 3 or | + | any later version with exceptions for skins & plugins. | + | See the README file for a full license statement. | + +-----------------------------------------------------------------------+ + + For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-markasjunk/ +*/ + +$labels'buttonjunk' = 'Denne meldingen er søppelpost'; +$labels'asjunk' = 'Som søppelpost'; +$labels'markasjunk' = 'Merk som søppelpost'; +$labels'buttonnotjunk' = 'Denne meldingen er ikke søppelpost';
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/markasjunk/localization/nl_NL.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/markasjunk/localization/nl_NL.inc
Changed
@@ -2,19 +2,18 @@ /* +-----------------------------------------------------------------------+ - | plugins/markasjunk/localization/<lang>.inc | - | | | Localization file of the Roundcube Webmail Mark-As-Junk plugin | - | Copyright (C) 2012-2018, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-markasjunk/ */ + $labels'buttonjunk' = 'Dit bericht is spam'; $labels'asjunk' = 'Als spam'; $labels'markasjunk' = 'Markeer als spam';
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/markasjunk/localization/pl_PL.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/markasjunk/localization/pl_PL.inc
Changed
@@ -2,19 +2,18 @@ /* +-----------------------------------------------------------------------+ - | plugins/markasjunk/localization/<lang>.inc | - | | | Localization file of the Roundcube Webmail Mark-As-Junk plugin | - | Copyright (C) 2012-2018, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-markasjunk/ */ + $labels'buttonjunk' = 'Wiadomość jest spamem.'; $labels'asjunk' = 'Jako spam'; $labels'markasjunk' = 'Oznacz jako spam';
View file
roundcubemail-1.4-rc1.167.tar.gz/plugins/markasjunk/localization/pt_BR.inc
Added
@@ -0,0 +1,25 @@ +<?php + +/* + +-----------------------------------------------------------------------+ + | Localization file of the Roundcube Webmail Mark-As-Junk plugin | + | | + | Copyright (C) The Roundcube Dev Team | + | | + | Licensed under the GNU General Public License version 3 or | + | any later version with exceptions for skins & plugins. | + | See the README file for a full license statement. | + +-----------------------------------------------------------------------+ + + For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-markasjunk/ +*/ + +$labels'buttonjunk' = 'Esta mensagem é lixo'; +$labels'asjunk' = 'Como lixo'; +$labels'markasjunk' = 'Marcar como lixo'; +$labels'buttonnotjunk' = 'Esta mensagem não é lixo'; +$labels'asnotjunk' = 'Como não lixo'; +$labels'markasnotjunk' = 'Marcar como não lixo'; +$labels'notjunk' = 'Não é lixo'; +$messages'reportedasjunk' = 'Reportado como lixo com sucesso'; +$messages'reportedasnotjunk' = 'Reportado como não lixo com sucesso';
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/markasjunk/localization/pt_PT.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/markasjunk/localization/pt_PT.inc
Changed
@@ -2,19 +2,18 @@ /* +-----------------------------------------------------------------------+ - | plugins/markasjunk/localization/<lang>.inc | - | | | Localization file of the Roundcube Webmail Mark-As-Junk plugin | - | Copyright (C) 2012-2018, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-markasjunk/ */ + $labels'buttonjunk' = 'Esta mensagem é lixo'; $labels'asjunk' = 'Como lixo'; $labels'markasjunk' = 'Marcar como lixo';
View file
roundcubemail-1.4-rc1.167.tar.gz/plugins/markasjunk/localization/ru_RU.inc
Added
@@ -0,0 +1,25 @@ +<?php + +/* + +-----------------------------------------------------------------------+ + | Localization file of the Roundcube Webmail Mark-As-Junk plugin | + | | + | Copyright (C) The Roundcube Dev Team | + | | + | Licensed under the GNU General Public License version 3 or | + | any later version with exceptions for skins & plugins. | + | See the README file for a full license statement. | + +-----------------------------------------------------------------------+ + + For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-markasjunk/ +*/ + +$labels'buttonjunk' = 'Это сообщение спам'; +$labels'asjunk' = 'Как спам'; +$labels'markasjunk' = 'Пометить как спам'; +$labels'buttonnotjunk' = 'Это сообщение не спам'; +$labels'asnotjunk' = 'Как не спам'; +$labels'markasnotjunk' = 'Пометить как не спам'; +$labels'notjunk' = 'Не спам'; +$messages'reportedasjunk' = 'Успешно помечено как спам'; +$messages'reportedasnotjunk' = 'Успешно помечено как не спам';
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/markasjunk/localization/sk_SK.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/markasjunk/localization/sk_SK.inc
Changed
@@ -2,19 +2,18 @@ /* +-----------------------------------------------------------------------+ - | plugins/markasjunk/localization/<lang>.inc | - | | | Localization file of the Roundcube Webmail Mark-As-Junk plugin | - | Copyright (C) 2012-2018, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-markasjunk/ */ + $labels'buttonjunk' = 'Táto správa je nevyžiadaná'; $labels'asjunk' = 'Ako nevyžiadané'; $labels'markasjunk' = 'Označiť ako nevyžiadané';
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/markasjunk/localization/sq_AL.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/markasjunk/localization/sq_AL.inc
Changed
@@ -2,19 +2,18 @@ /* +-----------------------------------------------------------------------+ - | plugins/markasjunk/localization/<lang>.inc | - | | | Localization file of the Roundcube Webmail Mark-As-Junk plugin | - | Copyright (C) 2012-2018, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-markasjunk/ */ + $labels'buttonjunk' = 'Ky mesazh është hedhurinë'; $labels'asjunk' = 'Si hedhurinë'; $labels'markasjunk' = 'Vëri shenjë si hedhurinë';
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/markasjunk/localization/sv_SE.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/markasjunk/localization/sv_SE.inc
Changed
@@ -2,19 +2,18 @@ /* +-----------------------------------------------------------------------+ - | plugins/markasjunk/localization/<lang>.inc | - | | | Localization file of the Roundcube Webmail Mark-As-Junk plugin | - | Copyright (C) 2012-2018, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-markasjunk/ */ + $labels'buttonjunk' = 'Meddelandet är skräp'; $labels'asjunk' = 'Skräp'; $labels'markasjunk' = 'Märk som skräp';
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/markasjunk/localization/tr_TR.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/markasjunk/localization/tr_TR.inc
Changed
@@ -2,19 +2,18 @@ /* +-----------------------------------------------------------------------+ - | plugins/markasjunk/localization/<lang>.inc | - | | | Localization file of the Roundcube Webmail Mark-As-Junk plugin | - | Copyright (C) 2012-2018, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-markasjunk/ */ + $labels'buttonjunk' = 'Bu istenmeyen bir ileti'; $labels'asjunk' = 'İstenmeyen olarak'; $labels'markasjunk' = 'İstenmeyen olarak işaretle';
View file
roundcubemail-1.4-rc1.167.tar.gz/plugins/markasjunk/localization/zh_TW.inc
Added
@@ -0,0 +1,25 @@ +<?php + +/* + +-----------------------------------------------------------------------+ + | Localization file of the Roundcube Webmail Mark-As-Junk plugin | + | | + | Copyright (C) The Roundcube Dev Team | + | | + | Licensed under the GNU General Public License version 3 or | + | any later version with exceptions for skins & plugins. | + | See the README file for a full license statement. | + +-----------------------------------------------------------------------+ + + For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-markasjunk/ +*/ + +$labels'buttonjunk' = '這是垃圾郵件'; +$labels'asjunk' = '為垃圾郵件'; +$labels'markasjunk' = '標示為垃圾郵件'; +$labels'buttonnotjunk' = '這不是垃圾郵件'; +$labels'asnotjunk' = '為非垃圾郵件'; +$labels'markasnotjunk' = '標示為非垃圾郵件'; +$labels'notjunk' = '非垃圾郵件'; +$messages'reportedasjunk' = '已回報為垃圾郵件'; +$messages'reportedasnotjunk' = '已回報為非垃圾郵件';
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/new_user_dialog/localization/ar.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/new_user_dialog/localization/ar.inc
Changed
@@ -2,19 +2,17 @@ /* +-----------------------------------------------------------------------+ - | plugins/new_user_dialog/localization/<lang>.inc | - | | | Localization file of the Roundcube Webmail New User Dialog plugin | - | Copyright (C) 2012-2013, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-new_user_dialog/ */ + $labels'identitydialogtitle' = 'يرجى إكمال هوية المُرسِل الخاصة بك'; $labels'identitydialoghint' = 'يظهر هذا المربع مرة واحدة فقط عند تسجيل الدخول أول مرة .'; -?> \ No newline at end of file
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/new_user_dialog/localization/ar_SA.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/new_user_dialog/localization/ar_SA.inc
Changed
@@ -2,19 +2,17 @@ /* +-----------------------------------------------------------------------+ - | plugins/new_user_dialog/localization/<lang>.inc | - | | | Localization file of the Roundcube Webmail New User Dialog plugin | - | Copyright (C) 2012-2013, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-new_user_dialog/ */ + $labels'identitydialogtitle' = 'يرجى اكمال هوية المُرسل.'; $labels'identitydialoghint' = 'يظهر هذا المربع مرة واحدة فقط عند أول الدخول'; -?> \ No newline at end of file
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/new_user_dialog/localization/ast.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/new_user_dialog/localization/ast.inc
Changed
@@ -2,19 +2,17 @@ /* +-----------------------------------------------------------------------+ - | plugins/new_user_dialog/localization/<lang>.inc | - | | | Localization file of the Roundcube Webmail New User Dialog plugin | - | Copyright (C) 2012-2013, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-new_user_dialog/ */ + $labels'identitydialogtitle' = 'Por favor, completa la to identidá de remitente'; $labels'identitydialoghint' = 'Esta caxa namái apaecerá una vegada nel primer aniciu de sesión.'; -?> \ No newline at end of file
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/new_user_dialog/localization/az_AZ.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/new_user_dialog/localization/az_AZ.inc
Changed
@@ -2,19 +2,17 @@ /* +-----------------------------------------------------------------------+ - | plugins/new_user_dialog/localization/<lang>.inc | - | | | Localization file of the Roundcube Webmail New User Dialog plugin | - | Copyright (C) 2012-2013, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-new_user_dialog/ */ + $labels'identitydialogtitle' = 'Lütfən, adınızı yazın.'; $labels'identitydialoghint' = 'Bu məlumat yalnız ilk girişdə göstərilir.'; -?> \ No newline at end of file
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/new_user_dialog/localization/be_BE.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/new_user_dialog/localization/be_BE.inc
Changed
@@ -2,19 +2,17 @@ /* +-----------------------------------------------------------------------+ - | plugins/new_user_dialog/localization/<lang>.inc | - | | | Localization file of the Roundcube Webmail New User Dialog plugin | - | Copyright (C) 2012-2013, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-new_user_dialog/ */ + $labels'identitydialogtitle' = 'Калі ласка, запоўніце тоеснасць адпраўніка'; $labels'identitydialoghint' = 'Гэтае акно з\'яўляецца толькі аднойчы, у час першага ўваходу.'; -?> \ No newline at end of file
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/new_user_dialog/localization/bg_BG.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/new_user_dialog/localization/bg_BG.inc
Changed
@@ -2,19 +2,17 @@ /* +-----------------------------------------------------------------------+ - | plugins/new_user_dialog/localization/<lang>.inc | - | | | Localization file of the Roundcube Webmail New User Dialog plugin | - | Copyright (C) 2012-2013, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-new_user_dialog/ */ + $labels'identitydialogtitle' = 'Моля попълнете данни за Вашата самоличност като подател'; $labels'identitydialoghint' = 'Този диалог се появява само при първоначално регистриране.'; -?> \ No newline at end of file
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/new_user_dialog/localization/br.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/new_user_dialog/localization/br.inc
Changed
@@ -2,19 +2,17 @@ /* +-----------------------------------------------------------------------+ - | plugins/new_user_dialog/localization/<lang>.inc | - | | | Localization file of the Roundcube Webmail New User Dialog plugin | - | Copyright (C) 2012-2013, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-new_user_dialog/ */ + $labels'identitydialogtitle' = 'Bizskrivit hoc\'h anv kaser mar plij'; $labels'identitydialoghint' = 'Diskouezet eo ar boest e-pad ar c\'hentañ kennask.'; -?> \ No newline at end of file
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/new_user_dialog/localization/bs_BA.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/new_user_dialog/localization/bs_BA.inc
Changed
@@ -2,19 +2,17 @@ /* +-----------------------------------------------------------------------+ - | plugins/new_user_dialog/localization/<lang>.inc | - | | | Localization file of the Roundcube Webmail New User Dialog plugin | - | Copyright (C) 2012-2013, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-new_user_dialog/ */ + $labels'identitydialogtitle' = 'Molimo vas da kompletirate vaš identitet pošiljaoca'; $labels'identitydialoghint' = 'Ovaj okvir se pojavljuje samo jednom prilikom prve prijave.'; -?> \ No newline at end of file
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/new_user_dialog/localization/ca_ES.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/new_user_dialog/localization/ca_ES.inc
Changed
@@ -2,19 +2,17 @@ /* +-----------------------------------------------------------------------+ - | plugins/new_user_dialog/localization/<lang>.inc | - | | | Localization file of the Roundcube Webmail New User Dialog plugin | - | Copyright (C) 2012-2013, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-new_user_dialog/ */ + $labels'identitydialogtitle' = 'Si us plau, completeu la identitat del vostre remitent'; $labels'identitydialoghint' = 'Aquest quadre només apareix un cop a la primera entrada.'; -?> \ No newline at end of file
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/new_user_dialog/localization/cs_CZ.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/new_user_dialog/localization/cs_CZ.inc
Changed
@@ -2,19 +2,17 @@ /* +-----------------------------------------------------------------------+ - | plugins/new_user_dialog/localization/<lang>.inc | - | | | Localization file of the Roundcube Webmail New User Dialog plugin | - | Copyright (C) 2012-2013, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-new_user_dialog/ */ + $labels'identitydialogtitle' = 'Prosím doplňte své jméno a e-mail'; $labels'identitydialoghint' = 'Tento dialog se objeví pouze při prvním přihlášení.'; -?> \ No newline at end of file
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/new_user_dialog/localization/cy_GB.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/new_user_dialog/localization/cy_GB.inc
Changed
@@ -2,19 +2,17 @@ /* +-----------------------------------------------------------------------+ - | plugins/new_user_dialog/localization/<lang>.inc | - | | | Localization file of the Roundcube Webmail New User Dialog plugin | - | Copyright (C) 2012-2013, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-new_user_dialog/ */ + $labels'identitydialogtitle' = 'Cwblhewch eich enw danfonwr'; $labels'identitydialoghint' = 'Mae\'r bocs hwn yn ymddangos unwaith ar eich mewngofnodiad cyntaf.'; -?> \ No newline at end of file
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/new_user_dialog/localization/da_DK.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/new_user_dialog/localization/da_DK.inc
Changed
@@ -2,19 +2,17 @@ /* +-----------------------------------------------------------------------+ - | plugins/new_user_dialog/localization/<lang>.inc | - | | | Localization file of the Roundcube Webmail New User Dialog plugin | - | Copyright (C) 2012-2013, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-new_user_dialog/ */ + $labels'identitydialogtitle' = 'Udfyld din afsender identitet'; $labels'identitydialoghint' = 'Denne boks vises kun én gang ved første login'; -?> \ No newline at end of file
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/new_user_dialog/localization/de_CH.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/new_user_dialog/localization/de_CH.inc
Changed
@@ -2,19 +2,17 @@ /* +-----------------------------------------------------------------------+ - | plugins/new_user_dialog/localization/<lang>.inc | - | | | Localization file of the Roundcube Webmail New User Dialog plugin | - | Copyright (C) 2012-2013, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-new_user_dialog/ */ + $labels'identitydialogtitle' = 'Bitte vervollständigen Sie Ihre Absender-Informationen'; $labels'identitydialoghint' = 'Dieser Dialog erscheint nur einmal beim ersten Login.'; -?> \ No newline at end of file
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/new_user_dialog/localization/de_DE.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/new_user_dialog/localization/de_DE.inc
Changed
@@ -2,19 +2,17 @@ /* +-----------------------------------------------------------------------+ - | plugins/new_user_dialog/localization/<lang>.inc | - | | | Localization file of the Roundcube Webmail New User Dialog plugin | - | Copyright (C) 2012-2013, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-new_user_dialog/ */ + $labels'identitydialogtitle' = 'Bitte vervollständigen Sie Ihre Absenderkennung'; $labels'identitydialoghint' = 'Dieser Dialog erscheint nur einmal beim ersten Anmelden.'; -?> \ No newline at end of file
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/new_user_dialog/localization/el_GR.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/new_user_dialog/localization/el_GR.inc
Changed
@@ -2,19 +2,17 @@ /* +-----------------------------------------------------------------------+ - | plugins/new_user_dialog/localization/<lang>.inc | - | | | Localization file of the Roundcube Webmail New User Dialog plugin | - | Copyright (C) 2012-2013, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-new_user_dialog/ */ + $labels'identitydialogtitle' = 'Παρακαλώ συμπληρώστε την ταυτότητα του αποστολέα'; $labels'identitydialoghint' = 'Αυτό το πλαίσιο εμφανίζεται μια φορά κατά την πρώτη σύνδεση'; -?> \ No newline at end of file
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/new_user_dialog/localization/en_CA.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/new_user_dialog/localization/en_CA.inc
Changed
@@ -2,19 +2,17 @@ /* +-----------------------------------------------------------------------+ - | plugins/new_user_dialog/localization/<lang>.inc | - | | | Localization file of the Roundcube Webmail New User Dialog plugin | - | Copyright (C) 2012-2013, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-new_user_dialog/ */ + $labels'identitydialogtitle' = 'Please complete your sender identity'; $labels'identitydialoghint' = 'This box only appears once at the first login.'; -?> \ No newline at end of file
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/new_user_dialog/localization/en_GB.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/new_user_dialog/localization/en_GB.inc
Changed
@@ -2,19 +2,17 @@ /* +-----------------------------------------------------------------------+ - | plugins/new_user_dialog/localization/<lang>.inc | - | | | Localization file of the Roundcube Webmail New User Dialog plugin | - | Copyright (C) 2012-2013, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-new_user_dialog/ */ + $labels'identitydialogtitle' = 'Please complete your sender identity.'; $labels'identitydialoghint' = 'This box only appears once at the first login.'; -?> \ No newline at end of file
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/new_user_dialog/localization/eo.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/new_user_dialog/localization/eo.inc
Changed
@@ -2,19 +2,17 @@ /* +-----------------------------------------------------------------------+ - | plugins/new_user_dialog/localization/<lang>.inc | - | | | Localization file of the Roundcube Webmail New User Dialog plugin | - | Copyright (C) 2012-2013, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-new_user_dialog/ */ + $labels'identitydialogtitle' = 'Bonvole plenumu vian identon pri sendanto'; $labels'identitydialoghint' = 'Ĉi tiu kesto aperas nur unufoje je la unua ensaluto.'; -?> \ No newline at end of file
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/new_user_dialog/localization/es_419.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/new_user_dialog/localization/es_419.inc
Changed
@@ -2,19 +2,17 @@ /* +-----------------------------------------------------------------------+ - | plugins/new_user_dialog/localization/<lang>.inc | - | | | Localization file of the Roundcube Webmail New User Dialog plugin | - | Copyright (C) 2012-2013, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-new_user_dialog/ */ + $labels'identitydialogtitle' = 'Por favor completa tu información de remitente'; $labels'identitydialoghint' = 'Esta sección solo aparece un vez en el primer login.'; -?> \ No newline at end of file
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/new_user_dialog/localization/es_AR.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/new_user_dialog/localization/es_AR.inc
Changed
@@ -2,19 +2,17 @@ /* +-----------------------------------------------------------------------+ - | plugins/new_user_dialog/localization/<lang>.inc | - | | | Localization file of the Roundcube Webmail New User Dialog plugin | - | Copyright (C) 2012-2013, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-new_user_dialog/ */ + $labels'identitydialogtitle' = 'Por favor, seleccione una identidad para los mensajes salientes'; $labels'identitydialoghint' = 'Este diálogo aparecerá sólo una vez durante el primer ingreso'; -?> \ No newline at end of file
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/new_user_dialog/localization/es_ES.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/new_user_dialog/localization/es_ES.inc
Changed
@@ -2,19 +2,17 @@ /* +-----------------------------------------------------------------------+ - | plugins/new_user_dialog/localization/<lang>.inc | - | | | Localization file of the Roundcube Webmail New User Dialog plugin | - | Copyright (C) 2012-2013, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-new_user_dialog/ */ + $labels'identitydialogtitle' = 'Por favor, complete su identidad de remitente'; $labels'identitydialoghint' = 'Este diálogo sólo aparece la primera vez que inicia su sesión.'; -?> \ No newline at end of file
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/new_user_dialog/localization/et_EE.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/new_user_dialog/localization/et_EE.inc
Changed
@@ -2,19 +2,17 @@ /* +-----------------------------------------------------------------------+ - | plugins/new_user_dialog/localization/<lang>.inc | - | | | Localization file of the Roundcube Webmail New User Dialog plugin | - | Copyright (C) 2012-2013, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-new_user_dialog/ */ + $labels'identitydialogtitle' = 'Palun täida oma saatja identiteet'; $labels'identitydialoghint' = 'See kast ilmub ainult esmasel sisselogimisel.'; -?> \ No newline at end of file
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/new_user_dialog/localization/eu_ES.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/new_user_dialog/localization/eu_ES.inc
Changed
@@ -2,19 +2,17 @@ /* +-----------------------------------------------------------------------+ - | plugins/new_user_dialog/localization/<lang>.inc | - | | | Localization file of the Roundcube Webmail New User Dialog plugin | - | Copyright (C) 2012-2013, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-new_user_dialog/ */ + $labels'identitydialogtitle' = 'Osatu zure bidaltzaile-identitatea'; $labels'identitydialoghint' = 'Kutxa hau behin bakarri agertzen da lehenengoz sartzean.'; -?> \ No newline at end of file
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/new_user_dialog/localization/fa_AF.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/new_user_dialog/localization/fa_AF.inc
Changed
@@ -2,19 +2,17 @@ /* +-----------------------------------------------------------------------+ - | plugins/new_user_dialog/localization/<lang>.inc | - | | | Localization file of the Roundcube Webmail New User Dialog plugin | - | Copyright (C) 2012-2013, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-new_user_dialog/ */ + $labels'identitydialogtitle' = 'لطفا مشخصات فرستنده را کامل کنید'; $labels'identitydialoghint' = 'این متن تنها هنگام اولین ورود نمایش داده خواهد شد'; -?> \ No newline at end of file
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/new_user_dialog/localization/fa_IR.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/new_user_dialog/localization/fa_IR.inc
Changed
@@ -2,19 +2,17 @@ /* +-----------------------------------------------------------------------+ - | plugins/new_user_dialog/localization/<lang>.inc | - | | | Localization file of the Roundcube Webmail New User Dialog plugin | - | Copyright (C) 2012-2013, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-new_user_dialog/ */ + $labels'identitydialogtitle' = 'لطفا شناسه ارسالیتان را کامل کنید'; $labels'identitydialoghint' = 'این جعبه فقط یک بار در اولین ورود ظاهر میشود.'; -?> \ No newline at end of file
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/new_user_dialog/localization/fi_FI.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/new_user_dialog/localization/fi_FI.inc
Changed
@@ -2,19 +2,17 @@ /* +-----------------------------------------------------------------------+ - | plugins/new_user_dialog/localization/<lang>.inc | - | | | Localization file of the Roundcube Webmail New User Dialog plugin | - | Copyright (C) 2012-2013, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-new_user_dialog/ */ + $labels'identitydialogtitle' = 'Täydennä lähettäjätietosi'; $labels'identitydialoghint' = 'Tämä kohta näkyy vain ensimmäisellä kirjautumiskerralla.'; -?> \ No newline at end of file
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/new_user_dialog/localization/fo_FO.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/new_user_dialog/localization/fo_FO.inc
Changed
@@ -2,19 +2,17 @@ /* +-----------------------------------------------------------------------+ - | plugins/new_user_dialog/localization/<lang>.inc | - | | | Localization file of the Roundcube Webmail New User Dialog plugin | - | Copyright (C) 2012-2013, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-new_user_dialog/ */ + $labels'identitydialogtitle' = 'Vinarliga fill út tín sendara samleika'; $labels'identitydialoghint' = 'Hesin kassin sæðst einans á fyrstu innriting.'; -?> \ No newline at end of file
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/new_user_dialog/localization/fr_FR.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/new_user_dialog/localization/fr_FR.inc
Changed
@@ -2,19 +2,17 @@ /* +-----------------------------------------------------------------------+ - | plugins/new_user_dialog/localization/<lang>.inc | - | | | Localization file of the Roundcube Webmail New User Dialog plugin | - | Copyright (C) 2012-2013, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-new_user_dialog/ */ + $labels'identitydialogtitle' = 'Veuillez saisir votre identité d’expéditeur'; $labels'identitydialoghint' = 'Ce champ n’apparaît que lors de la première connexion.'; -?> \ No newline at end of file
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/new_user_dialog/localization/fy_NL.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/new_user_dialog/localization/fy_NL.inc
Changed
@@ -2,19 +2,17 @@ /* +-----------------------------------------------------------------------+ - | plugins/new_user_dialog/localization/<lang>.inc | - | | | Localization file of the Roundcube Webmail New User Dialog plugin | - | Copyright (C) 2012-2013, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-new_user_dialog/ */ + $labels'identitydialogtitle' = 'Foltôgje jo stjoerder identiteit'; $labels'identitydialoghint' = 'Dit fak ferskynt allinnich by de earste kear ynloggen.'; -?> \ No newline at end of file
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/new_user_dialog/localization/ga_IE.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/new_user_dialog/localization/ga_IE.inc
Changed
@@ -2,19 +2,17 @@ /* +-----------------------------------------------------------------------+ - | plugins/new_user_dialog/localization/<lang>.inc | - | | | Localization file of the Roundcube Webmail New User Dialog plugin | - | Copyright (C) 2012-2013, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-new_user_dialog/ */ + $labels'identitydialogtitle' = 'Críochnaigh do chéannacht seoltóra'; $labels'identitydialoghint' = 'Ní fheictear an bosca seo ach uair amháin nuair a cheanglaítear anseo den chéad uair.'; -?> \ No newline at end of file
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/new_user_dialog/localization/gl_ES.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/new_user_dialog/localization/gl_ES.inc
Changed
@@ -2,19 +2,17 @@ /* +-----------------------------------------------------------------------+ - | plugins/new_user_dialog/localization/<lang>.inc | - | | | Localization file of the Roundcube Webmail New User Dialog plugin | - | Copyright (C) 2012-2013, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-new_user_dialog/ */ + $labels'identitydialogtitle' = 'Por favor, completa os teus datos persoais'; $labels'identitydialoghint' = 'Este diálogo só aparecerá a primera vez que te conectes ao correo.'; -?> \ No newline at end of file
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/new_user_dialog/localization/he_IL.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/new_user_dialog/localization/he_IL.inc
Changed
@@ -2,19 +2,17 @@ /* +-----------------------------------------------------------------------+ - | plugins/new_user_dialog/localization/<lang>.inc | - | | | Localization file of the Roundcube Webmail New User Dialog plugin | - | Copyright (C) 2012-2013, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-new_user_dialog/ */ + $labels'identitydialogtitle' = 'נא להשלים את פרטי זהותך'; $labels'identitydialoghint' = 'תיבה זו מופיעה פעם אחת בזמן הכניסה הראשונה למערכת'; -?> \ No newline at end of file
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/new_user_dialog/localization/hr_HR.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/new_user_dialog/localization/hr_HR.inc
Changed
@@ -2,19 +2,17 @@ /* +-----------------------------------------------------------------------+ - | plugins/new_user_dialog/localization/<lang>.inc | - | | | Localization file of the Roundcube Webmail New User Dialog plugin | - | Copyright (C) 2012-2013, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-new_user_dialog/ */ + $labels'identitydialogtitle' = 'Molim dovršite vaš identitet za slanje poruka'; $labels'identitydialoghint' = 'Ova poruka će se pojaviti samo kod prve prijave.'; -?> \ No newline at end of file
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/new_user_dialog/localization/hu_HU.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/new_user_dialog/localization/hu_HU.inc
Changed
@@ -2,19 +2,17 @@ /* +-----------------------------------------------------------------------+ - | plugins/new_user_dialog/localization/<lang>.inc | - | | | Localization file of the Roundcube Webmail New User Dialog plugin | - | Copyright (C) 2012-2013, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-new_user_dialog/ */ + $labels'identitydialogtitle' = 'Kérem töltse ki a küldő azonosítóját'; $labels'identitydialoghint' = 'Ez az ablak csak az első belépéskor jelenik meg.'; -?> \ No newline at end of file
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/new_user_dialog/localization/hy_AM.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/new_user_dialog/localization/hy_AM.inc
Changed
@@ -2,19 +2,17 @@ /* +-----------------------------------------------------------------------+ - | plugins/new_user_dialog/localization/<lang>.inc | - | | | Localization file of the Roundcube Webmail New User Dialog plugin | - | Copyright (C) 2012-2013, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-new_user_dialog/ */ + $labels'identitydialogtitle' = 'Լրացրեք Ձեր ինքնությունը'; $labels'identitydialoghint' = 'Այս նշումը երևում է միայն առաջին մուտքի ժամանակ մեկ անգամ'; -?> \ No newline at end of file
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/new_user_dialog/localization/ia.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/new_user_dialog/localization/ia.inc
Changed
@@ -2,19 +2,17 @@ /* +-----------------------------------------------------------------------+ - | plugins/new_user_dialog/localization/<lang>.inc | - | | | Localization file of the Roundcube Webmail New User Dialog plugin | - | Copyright (C) 2012-2013, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-new_user_dialog/ */ + $labels'identitydialogtitle' = 'Per favor, completa vostre identitate de expeditor'; $labels'identitydialoghint' = 'Iste quadro solmente appare un vice al prime apertura de session.'; -?> \ No newline at end of file
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/new_user_dialog/localization/id_ID.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/new_user_dialog/localization/id_ID.inc
Changed
@@ -2,19 +2,17 @@ /* +-----------------------------------------------------------------------+ - | plugins/new_user_dialog/localization/<lang>.inc | - | | | Localization file of the Roundcube Webmail New User Dialog plugin | - | Copyright (C) 2012-2013, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-new_user_dialog/ */ + $labels'identitydialogtitle' = 'Tolong lengkapi identitas pengirim Anda'; $labels'identitydialoghint' = 'Kotak ini hanya muncul sekali saat masuk pertama kali.'; -?> \ No newline at end of file
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/new_user_dialog/localization/is_IS.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/new_user_dialog/localization/is_IS.inc
Changed
@@ -2,19 +2,17 @@ /* +-----------------------------------------------------------------------+ - | plugins/new_user_dialog/localization/<lang>.inc | - | | | Localization file of the Roundcube Webmail New User Dialog plugin | - | Copyright (C) 2012-2013, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-new_user_dialog/ */ + $labels'identitydialogtitle' = 'Fylltu út auðkenni þín fyrir sendingar'; $labels'identitydialoghint' = 'Þessi reitur birtist einungis við fyrstu innskráningu.'; -?> \ No newline at end of file
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/new_user_dialog/localization/it_IT.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/new_user_dialog/localization/it_IT.inc
Changed
@@ -2,19 +2,17 @@ /* +-----------------------------------------------------------------------+ - | plugins/new_user_dialog/localization/<lang>.inc | - | | | Localization file of the Roundcube Webmail New User Dialog plugin | - | Copyright (C) 2012-2013, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-new_user_dialog/ */ + $labels'identitydialogtitle' = 'Per favore completa le informazioni riguardo la tua identità'; $labels'identitydialoghint' = 'Questa finestra comparirà una volta sola al primo accesso'; -?> \ No newline at end of file
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/new_user_dialog/localization/ja_JP.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/new_user_dialog/localization/ja_JP.inc
Changed
@@ -2,19 +2,17 @@ /* +-----------------------------------------------------------------------+ - | plugins/new_user_dialog/localization/<lang>.inc | - | | | Localization file of the Roundcube Webmail New User Dialog plugin | - | Copyright (C) 2012-2013, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-new_user_dialog/ */ + $labels'identitydialogtitle' = '送信者情報の入力を完了してください。'; $labels'identitydialoghint' = 'このボックスは最初のログイン時に一度だけ表示されます。'; -?> \ No newline at end of file
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/new_user_dialog/localization/km_KH.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/new_user_dialog/localization/km_KH.inc
Changed
@@ -2,19 +2,17 @@ /* +-----------------------------------------------------------------------+ - | plugins/new_user_dialog/localization/<lang>.inc | - | | | Localization file of the Roundcube Webmail New User Dialog plugin | - | Copyright (C) 2012-2013, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-new_user_dialog/ */ + $labels'identitydialogtitle' = 'សូមបំពេញអត្តសញ្ញាណរបស់អ្នកផ្ញើរបស់អ្នក'; $labels'identitydialoghint' = 'ប្រអប់នេះបង្ហាញតែម្ដងនៅពេលចូលដំបូងប៉ុណ្ណោះ។'; -?> \ No newline at end of file
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/new_user_dialog/localization/ko_KR.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/new_user_dialog/localization/ko_KR.inc
Changed
@@ -2,19 +2,17 @@ /* +-----------------------------------------------------------------------+ - | plugins/new_user_dialog/localization/<lang>.inc | - | | | Localization file of the Roundcube Webmail New User Dialog plugin | - | Copyright (C) 2012-2013, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-new_user_dialog/ */ + $labels'identitydialogtitle' = '발송자의 신원을 완성해주세요.'; $labels'identitydialoghint' = '이 상자는 최초로 로그인할 때만 나타납니다.'; -?> \ No newline at end of file
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/new_user_dialog/localization/ku.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/new_user_dialog/localization/ku.inc
Changed
@@ -2,19 +2,17 @@ /* +-----------------------------------------------------------------------+ - | plugins/new_user_dialog/localization/<lang>.inc | - | | | Localization file of the Roundcube Webmail New User Dialog plugin | - | Copyright (C) 2012-2013, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-new_user_dialog/ */ + $labels'identitydialogtitle' = 'tkaya nawnişani nenar ba tawawi bnwsa'; $labels'identitydialoghint' = 'am qtwia wadiara yak jar la sarata krawatawa'; -?> \ No newline at end of file
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/new_user_dialog/localization/ku_IQ.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/new_user_dialog/localization/ku_IQ.inc
Changed
@@ -2,19 +2,17 @@ /* +-----------------------------------------------------------------------+ - | plugins/new_user_dialog/localization/<lang>.inc | - | | | Localization file of the Roundcube Webmail New User Dialog plugin | - | Copyright (C) 2012-2013, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-new_user_dialog/ */ + $labels'identitydialogtitle' = 'تکایە ناسنامەی نێرەری خۆت تەواوبکە'; $labels'identitydialoghint' = 'ئەم خانەیە تەنها لە یەکەم چوونەژوورەوە دەردەکەوێت.'; -?> \ No newline at end of file
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/new_user_dialog/localization/lb_LU.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/new_user_dialog/localization/lb_LU.inc
Changed
@@ -2,19 +2,17 @@ /* +-----------------------------------------------------------------------+ - | plugins/new_user_dialog/localization/<lang>.inc | - | | | Localization file of the Roundcube Webmail New User Dialog plugin | - | Copyright (C) 2012-2013, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-new_user_dialog/ */ + $labels'identitydialogtitle' = 'Vervollstänneg w.e.gl deng Sender-Identitéit'; $labels'identitydialoghint' = 'Dës Këscht erschéngt just beim éischte Login.'; -?> \ No newline at end of file
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/new_user_dialog/localization/lt_LT.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/new_user_dialog/localization/lt_LT.inc
Changed
@@ -2,19 +2,17 @@ /* +-----------------------------------------------------------------------+ - | plugins/new_user_dialog/localization/<lang>.inc | - | | | Localization file of the Roundcube Webmail New User Dialog plugin | - | Copyright (C) 2012-2013, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-new_user_dialog/ */ + $labels'identitydialogtitle' = 'Prašom užpildyti trūkstamą informaciją apie save'; $labels'identitydialoghint' = 'Šis langas rodomas tik prisijungus pirmąjį kartą.'; -?> \ No newline at end of file
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/new_user_dialog/localization/lv_LV.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/new_user_dialog/localization/lv_LV.inc
Changed
@@ -2,19 +2,17 @@ /* +-----------------------------------------------------------------------+ - | plugins/new_user_dialog/localization/<lang>.inc | - | | | Localization file of the Roundcube Webmail New User Dialog plugin | - | Copyright (C) 2012-2013, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-new_user_dialog/ */ + $labels'identitydialogtitle' = 'Lūdzu aizpildiet Jūsu, kā sūtītāja, identitātes informāciju'; $labels'identitydialoghint' = 'Šis logs parādīsies tikai pirmajā autorizācijas reizē.'; -?> \ No newline at end of file
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/new_user_dialog/localization/mk_MK.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/new_user_dialog/localization/mk_MK.inc
Changed
@@ -2,19 +2,17 @@ /* +-----------------------------------------------------------------------+ - | plugins/new_user_dialog/localization/<lang>.inc | - | | | Localization file of the Roundcube Webmail New User Dialog plugin | - | Copyright (C) 2012-2013, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-new_user_dialog/ */ + $labels'identitydialogtitle' = 'Ве молиме пополнете го идентитетот на испраќачот '; $labels'identitydialoghint' = 'Оваа кутија се појавува само еднаш на првото најавување '; -?> \ No newline at end of file
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/new_user_dialog/localization/ml_IN.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/new_user_dialog/localization/ml_IN.inc
Changed
@@ -2,19 +2,17 @@ /* +-----------------------------------------------------------------------+ - | plugins/new_user_dialog/localization/<lang>.inc | - | | | Localization file of the Roundcube Webmail New User Dialog plugin | - | Copyright (C) 2012-2013, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-new_user_dialog/ */ + $labels'identitydialogtitle' = 'സ്വീകര്ത്താവിന്റെ വ്യക്തിത്വം പൂര്ത്തീകരിക്കുക'; $labels'identitydialoghint' = 'ആദ്യത്തെ പ്രവേശനത്തില് മാത്രമേ ഈ പെട്ടി വരികയുള്ളു'; -?> \ No newline at end of file
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/new_user_dialog/localization/mn_MN.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/new_user_dialog/localization/mn_MN.inc
Changed
@@ -2,19 +2,17 @@ /* +-----------------------------------------------------------------------+ - | plugins/new_user_dialog/localization/<lang>.inc | - | | | Localization file of the Roundcube Webmail New User Dialog plugin | - | Copyright (C) 2012-2013, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-new_user_dialog/ */ + $labels'identitydialogtitle' = 'Илгээхэд харагдах мэдээллээ оруулна уу'; $labels'identitydialoghint' = 'Энэ хайрцаг анх нэвтрэх үед нэг л удаа харагдана.'; -?> \ No newline at end of file
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/new_user_dialog/localization/mr_IN.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/new_user_dialog/localization/mr_IN.inc
Changed
@@ -2,19 +2,17 @@ /* +-----------------------------------------------------------------------+ - | plugins/new_user_dialog/localization/<lang>.inc | - | | | Localization file of the Roundcube Webmail New User Dialog plugin | - | Copyright (C) 2012-2013, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-new_user_dialog/ */ + $labels'identitydialogtitle' = 'कृपया पाठवणा-याची ओळख पूर्ण करा'; $labels'identitydialoghint' = 'हा चौकोन पहिल्यांदा लॉगिन करताना एकदाच दिसेल.'; -?> \ No newline at end of file
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/new_user_dialog/localization/nb_NO.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/new_user_dialog/localization/nb_NO.inc
Changed
@@ -2,19 +2,17 @@ /* +-----------------------------------------------------------------------+ - | plugins/new_user_dialog/localization/<lang>.inc | - | | | Localization file of the Roundcube Webmail New User Dialog plugin | - | Copyright (C) 2012-2013, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-new_user_dialog/ */ + $labels'identitydialogtitle' = 'Vennligst fullfør din avvsender identitet.'; $labels'identitydialoghint' = 'Denne boksen kommer kun ved første pålogging.'; -?> \ No newline at end of file
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/new_user_dialog/localization/nl_BE.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/new_user_dialog/localization/nl_BE.inc
Changed
@@ -2,19 +2,17 @@ /* +-----------------------------------------------------------------------+ - | plugins/new_user_dialog/localization/<lang>.inc | - | | | Localization file of the Roundcube Webmail New User Dialog plugin | - | Copyright (C) 2012-2013, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-new_user_dialog/ */ + $labels'identitydialogtitle' = 'Gelieve uw verzend identiteit te vervolledigen'; $labels'identitydialoghint' = 'Dit scherm verschijnt enkel bij de eerste aanmelding.'; -?> \ No newline at end of file
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/new_user_dialog/localization/nl_NL.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/new_user_dialog/localization/nl_NL.inc
Changed
@@ -2,19 +2,17 @@ /* +-----------------------------------------------------------------------+ - | plugins/new_user_dialog/localization/<lang>.inc | - | | | Localization file of the Roundcube Webmail New User Dialog plugin | - | Copyright (C) 2012-2013, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-new_user_dialog/ */ + $labels'identitydialogtitle' = 'Vul alstublieft uw afzendergegevens in.'; $labels'identitydialoghint' = 'Dit scherm verschijnt eenmalig bij uw eerste aanmelding.'; -?> \ No newline at end of file
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/new_user_dialog/localization/nn_NO.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/new_user_dialog/localization/nn_NO.inc
Changed
@@ -2,19 +2,17 @@ /* +-----------------------------------------------------------------------+ - | plugins/new_user_dialog/localization/<lang>.inc | - | | | Localization file of the Roundcube Webmail New User Dialog plugin | - | Copyright (C) 2012-2013, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-new_user_dialog/ */ + $labels'identitydialogtitle' = 'Fullfør avsendaridentiteten din.'; $labels'identitydialoghint' = 'Denne boksen kjem berre fram ved første pålogging.'; -?> \ No newline at end of file
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/new_user_dialog/localization/pl_PL.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/new_user_dialog/localization/pl_PL.inc
Changed
@@ -2,19 +2,17 @@ /* +-----------------------------------------------------------------------+ - | plugins/new_user_dialog/localization/<lang>.inc | - | | | Localization file of the Roundcube Webmail New User Dialog plugin | - | Copyright (C) 2012-2013, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-new_user_dialog/ */ + $labels'identitydialogtitle' = 'Uzupełnij tożsamość nadawcy'; $labels'identitydialoghint' = 'To okno pojawia się tylko przy pierwszym logowaniu.'; -?> \ No newline at end of file
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/new_user_dialog/localization/pt_BR.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/new_user_dialog/localization/pt_BR.inc
Changed
@@ -2,19 +2,17 @@ /* +-----------------------------------------------------------------------+ - | plugins/new_user_dialog/localization/<lang>.inc | - | | | Localization file of the Roundcube Webmail New User Dialog plugin | - | Copyright (C) 2012-2013, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-new_user_dialog/ */ + $labels'identitydialogtitle' = 'Por favor complete a sua identidade'; $labels'identitydialoghint' = 'Esta tela aparece somente no primeiro acesso.'; -?> \ No newline at end of file
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/new_user_dialog/localization/pt_PT.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/new_user_dialog/localization/pt_PT.inc
Changed
@@ -2,19 +2,17 @@ /* +-----------------------------------------------------------------------+ - | plugins/new_user_dialog/localization/<lang>.inc | - | | | Localization file of the Roundcube Webmail New User Dialog plugin | - | Copyright (C) 2012-2013, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-new_user_dialog/ */ + $labels'identitydialogtitle' = 'Por favor, complete a sua identidade'; $labels'identitydialoghint' = 'Esta caixa aparece apenas uma vez no primeiro acesso.'; -?> \ No newline at end of file
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/new_user_dialog/localization/ro_RO.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/new_user_dialog/localization/ro_RO.inc
Changed
@@ -2,19 +2,17 @@ /* +-----------------------------------------------------------------------+ - | plugins/new_user_dialog/localization/<lang>.inc | - | | | Localization file of the Roundcube Webmail New User Dialog plugin | - | Copyright (C) 2012-2013, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-new_user_dialog/ */ + $labels'identitydialogtitle' = 'Te rog completează identitatea expeditorului.'; $labels'identitydialoghint' = 'Această căsuţă apare doar la prima autentificare.'; -?> \ No newline at end of file
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/new_user_dialog/localization/ru_RU.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/new_user_dialog/localization/ru_RU.inc
Changed
@@ -2,19 +2,17 @@ /* +-----------------------------------------------------------------------+ - | plugins/new_user_dialog/localization/<lang>.inc | - | | | Localization file of the Roundcube Webmail New User Dialog plugin | - | Copyright (C) 2012-2013, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-new_user_dialog/ */ + $labels'identitydialogtitle' = 'Пожалуйста, укажите Ваше имя.'; $labels'identitydialoghint' = 'Данное сообщение отображается только при первом входе.'; -?> \ No newline at end of file
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/new_user_dialog/localization/sk_SK.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/new_user_dialog/localization/sk_SK.inc
Changed
@@ -2,19 +2,17 @@ /* +-----------------------------------------------------------------------+ - | plugins/new_user_dialog/localization/<lang>.inc | - | | | Localization file of the Roundcube Webmail New User Dialog plugin | - | Copyright (C) 2012-2013, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-new_user_dialog/ */ + $labels'identitydialogtitle' = 'Doplňte prosím svoju identifikáciu odosielateľa'; $labels'identitydialoghint' = 'Toto okno sa zobrazí len raz, pri prvom prihlásení.'; -?> \ No newline at end of file
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/new_user_dialog/localization/sl_SI.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/new_user_dialog/localization/sl_SI.inc
Changed
@@ -2,19 +2,17 @@ /* +-----------------------------------------------------------------------+ - | plugins/new_user_dialog/localization/<lang>.inc | - | | | Localization file of the Roundcube Webmail New User Dialog plugin | - | Copyright (C) 2012-2013, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-new_user_dialog/ */ + $labels'identitydialogtitle' = 'Izberite identiteto za pošiljanje'; $labels'identitydialoghint' = 'To okno se prikaže le ob prvi prijavi v spletno pošto.'; -?> \ No newline at end of file
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/new_user_dialog/localization/sq_AL.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/new_user_dialog/localization/sq_AL.inc
Changed
@@ -2,19 +2,17 @@ /* +-----------------------------------------------------------------------+ - | plugins/new_user_dialog/localization/<lang>.inc | - | | | Localization file of the Roundcube Webmail New User Dialog plugin | - | Copyright (C) 2012-2013, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-new_user_dialog/ */ + $labels'identitydialogtitle' = 'Ju lutemi, plotësoni identitetin tuaj si dërgues'; $labels'identitydialoghint' = 'Kjo kuti shfaqet vetëm një herë gjatë hyrjes së parë.'; -?> \ No newline at end of file
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/new_user_dialog/localization/sr_CS.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/new_user_dialog/localization/sr_CS.inc
Changed
@@ -2,19 +2,17 @@ /* +-----------------------------------------------------------------------+ - | plugins/new_user_dialog/localization/<lang>.inc | - | | | Localization file of the Roundcube Webmail New User Dialog plugin | - | Copyright (C) 2012-2013, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-new_user_dialog/ */ + $labels'identitydialogtitle' = 'Попуните свој идентитет пошиљаоца'; $labels'identitydialoghint' = 'Ово се појављује само једном при првом пријављивању'; -?> \ No newline at end of file
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/new_user_dialog/localization/sv_SE.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/new_user_dialog/localization/sv_SE.inc
Changed
@@ -2,19 +2,17 @@ /* +-----------------------------------------------------------------------+ - | plugins/new_user_dialog/localization/<lang>.inc | - | | | Localization file of the Roundcube Webmail New User Dialog plugin | - | Copyright (C) 2012-2013, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-new_user_dialog/ */ + $labels'identitydialogtitle' = 'Fyll i namn och avsändaradress under personliga inställningar'; $labels'identitydialoghint' = 'Informationen visas endast vid första inloggningen.'; -?> \ No newline at end of file
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/new_user_dialog/localization/th_TH.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/new_user_dialog/localization/th_TH.inc
Changed
@@ -2,19 +2,17 @@ /* +-----------------------------------------------------------------------+ - | plugins/new_user_dialog/localization/<lang>.inc | - | | | Localization file of the Roundcube Webmail New User Dialog plugin | - | Copyright (C) 2012-2013, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-new_user_dialog/ */ + $labels'identitydialogtitle' = 'โปรดกรอกข้อมูลประจำตัวของผู้ส่ง'; $labels'identitydialoghint' = 'ช่องนี้จะปรากฏขึ้นเพียงครั้งเดียวในการเข้าสู่ระบบครั้งแรก'; -?> \ No newline at end of file
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/new_user_dialog/localization/tr_TR.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/new_user_dialog/localization/tr_TR.inc
Changed
@@ -2,19 +2,17 @@ /* +-----------------------------------------------------------------------+ - | plugins/new_user_dialog/localization/<lang>.inc | - | | | Localization file of the Roundcube Webmail New User Dialog plugin | - | Copyright (C) 2012-2013, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-new_user_dialog/ */ + $labels'identitydialogtitle' = 'Lütfen gönderici kimliğinizi tamamlayın'; $labels'identitydialoghint' = 'Bu ekran oturum ilk kez açıldığın bir kere görüntülenir.'; -?> \ No newline at end of file
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/new_user_dialog/localization/uk_UA.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/new_user_dialog/localization/uk_UA.inc
Changed
@@ -2,19 +2,17 @@ /* +-----------------------------------------------------------------------+ - | plugins/new_user_dialog/localization/<lang>.inc | - | | | Localization file of the Roundcube Webmail New User Dialog plugin | - | Copyright (C) 2012-2013, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-new_user_dialog/ */ + $labels'identitydialogtitle' = 'Будь ласка, вкажіть Ваше ім’я'; $labels'identitydialoghint' = 'Це повідомлення відображається тільки під час першого входження'; -?> \ No newline at end of file
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/new_user_dialog/localization/vi_VN.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/new_user_dialog/localization/vi_VN.inc
Changed
@@ -2,19 +2,17 @@ /* +-----------------------------------------------------------------------+ - | plugins/new_user_dialog/localization/<lang>.inc | - | | | Localization file of the Roundcube Webmail New User Dialog plugin | - | Copyright (C) 2012-2013, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-new_user_dialog/ */ + $labels'identitydialogtitle' = 'Xin điền nhận diện người gửi của bạn'; $labels'identitydialoghint' = 'Hộp này chỉ xuất hiện 1 lần khi đăng nhập lần đầu tiên'; -?> \ No newline at end of file
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/new_user_dialog/localization/zh_CN.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/new_user_dialog/localization/zh_CN.inc
Changed
@@ -2,19 +2,17 @@ /* +-----------------------------------------------------------------------+ - | plugins/new_user_dialog/localization/<lang>.inc | - | | | Localization file of the Roundcube Webmail New User Dialog plugin | - | Copyright (C) 2012-2013, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-new_user_dialog/ */ + $labels'identitydialogtitle' = '请填写发送人身份'; $labels'identitydialoghint' = '本提示仅在第一次登录时显示。'; -?> \ No newline at end of file
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/new_user_dialog/localization/zh_TW.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/new_user_dialog/localization/zh_TW.inc
Changed
@@ -2,19 +2,17 @@ /* +-----------------------------------------------------------------------+ - | plugins/new_user_dialog/localization/<lang>.inc | - | | | Localization file of the Roundcube Webmail New User Dialog plugin | - | Copyright (C) 2012-2013, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-new_user_dialog/ */ + $labels'identitydialogtitle' = '請完成填寫您的身份資訊'; $labels'identitydialoghint' = '此視窗只會於第一次登入時出現'; -?> \ No newline at end of file
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/newmail_notifier/localization/ar.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/newmail_notifier/localization/ar.inc
Changed
@@ -2,19 +2,18 @@ /* +-----------------------------------------------------------------------+ - | plugins/newmail_notifier/localization/<lang>.inc | - | | | Localization file of the Roundcube Webmail New Mail Notifier plugin | - | Copyright (C) 2012-2013, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-newmail_notifier/ */ + $labels'desktop' = 'إظهار إخطارات عند تلقي رسائل جديدة'; $labels'sound' = 'إصدار نغمة عند وصول رسالة جديدة'; $labels'test' = 'تجريب'; @@ -23,4 +22,3 @@ $labels'testbody' = 'هذا إخطار تجريبي.'; $labels'desktopunsupported' = 'إنَّ متصفحك لا يدعم الإخطارات المكتبية.'; $labels'desktoptimeout' = 'إغلاق إخطارات المكتب'; -?>
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/newmail_notifier/localization/ar_SA.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/newmail_notifier/localization/ar_SA.inc
Changed
@@ -2,19 +2,18 @@ /* +-----------------------------------------------------------------------+ - | plugins/newmail_notifier/localization/<lang>.inc | - | | | Localization file of the Roundcube Webmail New Mail Notifier plugin | - | Copyright (C) 2012-2013, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-newmail_notifier/ */ + $labels'basic' = 'إظهار رسالة تنبيه فى المتصفح عند وصول رسالة جديدة'; $labels'desktop' = 'إظهار رسالة تنبيه على سطح المكتب عند وصول رسالة جديدة'; $labels'sound' = 'التنبيه الصوتى عند وصول رسالة جديدة'; @@ -25,4 +24,3 @@ $labels'desktopdisabled' = 'رسائل التنبيه على سطح المكتب غير مفعلة فى متصفح الانترنت الخاص بك'; $labels'desktopunsupported' = 'المتصفح الخاص بك لا يدعم رسائل سطح المكتب'; $labels'desktoptimeout' = 'اغلاق تنبيهات سطح المكتب'; -?>
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/newmail_notifier/localization/ast.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/newmail_notifier/localization/ast.inc
Changed
@@ -2,19 +2,18 @@ /* +-----------------------------------------------------------------------+ - | plugins/newmail_notifier/localization/<lang>.inc | - | | | Localization file of the Roundcube Webmail New Mail Notifier plugin | - | Copyright (C) 2012-2013, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-newmail_notifier/ */ + $labels'basic' = 'Amosar notificaciones del restolador nun mensaxe nuevu'; $labels'desktop' = 'Amosar notificaciones d\'escritoriu nun mensaxe nuevu'; $labels'sound' = 'Reproducir el soníu nun mensaxe nuevu'; @@ -25,4 +24,3 @@ $labels'desktopdisabled' = 'Les notificaciones d\'escritoriu tán deshabilitaes nel to restolador.'; $labels'desktopunsupported' = 'El to restolador nun sofita notificaciones d\'escritoriu.'; $labels'desktoptimeout' = 'Zarrar notificación d\'escritoriu'; -?>
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/newmail_notifier/localization/az_AZ.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/newmail_notifier/localization/az_AZ.inc
Changed
@@ -2,19 +2,18 @@ /* +-----------------------------------------------------------------------+ - | plugins/newmail_notifier/localization/<lang>.inc | - | | | Localization file of the Roundcube Webmail New Mail Notifier plugin | - | Copyright (C) 2012-2013, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-newmail_notifier/ */ + $labels'basic' = 'Yeni məktubun gəlməsi haqda brauzerdə xəbər ver'; $labels'desktop' = 'Yeni məktubun gəlməsi haqda iş masasında xəbər ver'; $labels'sound' = 'Yeni məktubun gəlməsi haqda səs siqnalı ver'; @@ -25,4 +24,3 @@ $labels'desktopdisabled' = 'Sizin brauzerdə iş masasında bildiriş söndürülüb'; $labels'desktopunsupported' = 'Sizin brauzer iş masasında bildiriş funksiyasını dəstəkləmir'; $labels'desktoptimeout' = 'Masaüstü bildirişi bağla'; -?>
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/newmail_notifier/localization/be_BE.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/newmail_notifier/localization/be_BE.inc
Changed
@@ -2,19 +2,18 @@ /* +-----------------------------------------------------------------------+ - | plugins/newmail_notifier/localization/<lang>.inc | - | | | Localization file of the Roundcube Webmail New Mail Notifier plugin | - | Copyright (C) 2012-2013, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-newmail_notifier/ */ + $labels'basic' = 'Паказваць апавяшчэнні аб атрыманні новых паведамленняў у браўзеры'; $labels'desktop' = 'Паказваць апавяшчэнні аб атрыманні новых паведамленняў на працоўным стале'; $labels'sound' = 'Агучваць атрыманне новых паведамленняў'; @@ -25,4 +24,3 @@ $labels'desktopdisabled' = 'Апавяшчэнні на працоўным стале адключаныя ў браўзеры.'; $labels'desktopunsupported' = 'Ваш браўзер не падтрымлівае апавяшчэнні на працоўным стале.'; $labels'desktoptimeout' = 'Зачыніць апавяшчэнне на працоўным стале'; -?>
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/newmail_notifier/localization/bg_BG.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/newmail_notifier/localization/bg_BG.inc
Changed
@@ -2,19 +2,18 @@ /* +-----------------------------------------------------------------------+ - | plugins/newmail_notifier/localization/<lang>.inc | - | | | Localization file of the Roundcube Webmail New Mail Notifier plugin | - | Copyright (C) 2012-2013, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-newmail_notifier/ */ + $labels'basic' = 'Показва известия в браузъра при ново писмо'; $labels'desktop' = 'Показва известия на работния плот при ново писмо'; $labels'sound' = 'Възпроизведи звук при ново писмо'; @@ -25,4 +24,3 @@ $labels'desktopdisabled' = 'Известията на работния плот са изключени за Вашия браузър.'; $labels'desktopunsupported' = 'Вашият браузър не поддържа известия на работния плот.'; $labels'desktoptimeout' = 'Затваряне на известие на работния плот'; -?>
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/newmail_notifier/localization/br.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/newmail_notifier/localization/br.inc
Changed
@@ -2,19 +2,18 @@ /* +-----------------------------------------------------------------------+ - | plugins/newmail_notifier/localization/<lang>.inc | - | | | Localization file of the Roundcube Webmail New Mail Notifier plugin | - | Copyright (C) 2012-2013, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-newmail_notifier/ */ + $labels'basic' = 'Diskouez kemennoù ar merdeer evit kemennadennoù nevez'; $labels'desktop' = 'Diskouez kemennoù ar burev evit kemennadennoù nevez'; $labels'sound' = 'Seniñ ar son pa kemennadenn nevez'; @@ -25,4 +24,3 @@ $labels'desktopdisabled' = 'Diweredekaet eo kemennoù ar burev en ho merdeer.'; $labels'desktopunsupported' = 'N\'eo ket skoret kemennoù ar burev gant ho merdeer.'; $labels'desktoptimeout' = 'Serr burev kemen'; -?>
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/newmail_notifier/localization/bs_BA.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/newmail_notifier/localization/bs_BA.inc
Changed
@@ -2,19 +2,18 @@ /* +-----------------------------------------------------------------------+ - | plugins/newmail_notifier/localization/<lang>.inc | - | | | Localization file of the Roundcube Webmail New Mail Notifier plugin | - | Copyright (C) 2012-2013, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-newmail_notifier/ */ + $labels'basic' = 'Prikaži obavijesti za nove poruke u pregledniku'; $labels'desktop' = 'Prikaži obavijesti za nove poruke na desktopu'; $labels'sound' = 'Zvučni signal za novu poruku'; @@ -25,4 +24,3 @@ $labels'desktopdisabled' = 'Desktop obavijesti su onemogućene u vašem pregledniku.'; $labels'desktopunsupported' = 'Vaš preglednik ne podržava desktop obavijesti.'; $labels'desktoptimeout' = 'Zatvori desktop obavijesti'; -?>
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/newmail_notifier/localization/ca_ES.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/newmail_notifier/localization/ca_ES.inc
Changed
@@ -2,19 +2,18 @@ /* +-----------------------------------------------------------------------+ - | plugins/newmail_notifier/localization/<lang>.inc | - | | | Localization file of the Roundcube Webmail New Mail Notifier plugin | - | Copyright (C) 2012-2013, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-newmail_notifier/ */ + $labels'basic' = 'Mostra notificacions del navegador quan hi hagi un missatge nou'; $labels'desktop' = 'Mostra notificacions de l\'escriptori quan hi hagi un missatge nou'; $labels'sound' = 'Reprodueix el so quan hi hagi un missatge nou'; @@ -25,4 +24,3 @@ $labels'desktopdisabled' = 'Les notificacions d\'escriptori estan deshabilitades al vostre navegador.'; $labels'desktopunsupported' = 'El vostre navegador no permet les notificacions d\'escriptori.'; $labels'desktoptimeout' = 'Tanca la notificació de l\'escriptori'; -?>
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/newmail_notifier/localization/cs_CZ.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/newmail_notifier/localization/cs_CZ.inc
Changed
@@ -2,19 +2,18 @@ /* +-----------------------------------------------------------------------+ - | plugins/newmail_notifier/localization/<lang>.inc | - | | | Localization file of the Roundcube Webmail New Mail Notifier plugin | - | Copyright (C) 2012-2013, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-newmail_notifier/ */ + $labels'basic' = 'Zobrazit upozornění v prohlížeči při příchozí zprávě'; $labels'desktop' = 'Zobrazit upozornění na ploše při příchozí zprávě'; $labels'sound' = 'Přehrát zvuk při příchozí zprávě'; @@ -25,4 +24,3 @@ $labels'desktopdisabled' = 'Upozornění na ploše jsou ve vašem prohlížeči vypnuté.'; $labels'desktopunsupported' = 'Váš prohlížeč nepodporuje upozornění na ploše.'; $labels'desktoptimeout' = 'Zavřít upozornění na ploše'; -?>
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/newmail_notifier/localization/cy_GB.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/newmail_notifier/localization/cy_GB.inc
Changed
@@ -2,19 +2,18 @@ /* +-----------------------------------------------------------------------+ - | plugins/newmail_notifier/localization/<lang>.inc | - | | | Localization file of the Roundcube Webmail New Mail Notifier plugin | - | Copyright (C) 2012-2013, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-newmail_notifier/ */ + $labels'basic' = 'Dangos hysbysiadau porwr ar neges newydd'; $labels'desktop' = 'Dangos hysbysiadau penbwrdd ar neges newydd'; $labels'sound' = 'Chwarae sŵn ar neges newydd'; @@ -25,4 +24,3 @@ $labels'desktopdisabled' = 'Mae hysbysiadau penbwrdd wedi ei analluogi yn eich porwr'; $labels'desktopunsupported' = 'Nid yw eich porwr yn cefnogi hysbysiadau penbwrdd.'; $labels'desktoptimeout' = 'Cau hysbysiad penbwrdd'; -?>
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/newmail_notifier/localization/da_DK.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/newmail_notifier/localization/da_DK.inc
Changed
@@ -2,19 +2,18 @@ /* +-----------------------------------------------------------------------+ - | plugins/newmail_notifier/localization/<lang>.inc | - | | | Localization file of the Roundcube Webmail New Mail Notifier plugin | - | Copyright (C) 2012-2013, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-newmail_notifier/ */ + $labels'basic' = 'Vis browserbesked ved ny besked'; $labels'desktop' = 'Vis skrivebordsbesked ved ny besked'; $labels'sound' = 'Afspil en lyd ved ny besked'; @@ -25,4 +24,3 @@ $labels'desktopdisabled' = 'Skrivebordsbeskeder er deaktiveret i din browser.'; $labels'desktopunsupported' = 'Din browser understøtter ikke skrivebordsbeskeder.'; $labels'desktoptimeout' = 'Luk skrivebordsbesked'; -?>
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/newmail_notifier/localization/de_CH.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/newmail_notifier/localization/de_CH.inc
Changed
@@ -2,19 +2,18 @@ /* +-----------------------------------------------------------------------+ - | plugins/newmail_notifier/localization/<lang>.inc | - | | | Localization file of the Roundcube Webmail New Mail Notifier plugin | - | Copyright (C) 2012-2013, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-newmail_notifier/ */ + $labels'basic' = 'Anzeige im Browser bei neuer Nachricht'; $labels'desktop' = 'Desktop-Benachrichtigung bei neuer Nachricht'; $labels'sound' = 'Akustische Meldung bei neuer Nachricht'; @@ -25,4 +24,3 @@ $labels'desktopdisabled' = 'Desktop-Benachrichtigungen sind deaktiviert.'; $labels'desktopunsupported' = 'Ihr Browser unterstützt keine Desktop-Benachrichtigungen.'; $labels'desktoptimeout' = 'Anzeige im Browser schliessen'; -?>
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/newmail_notifier/localization/de_DE.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/newmail_notifier/localization/de_DE.inc
Changed
@@ -2,19 +2,18 @@ /* +-----------------------------------------------------------------------+ - | plugins/newmail_notifier/localization/<lang>.inc | - | | | Localization file of the Roundcube Webmail New Mail Notifier plugin | - | Copyright (C) 2012-2013, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-newmail_notifier/ */ + $labels'basic' = 'Benachrichtigung im Browser bei neuer Nachricht'; $labels'desktop' = 'Desktop-Benachrichtigung bei neuer Nachricht'; $labels'sound' = 'Akustische Meldung bei neuer Nachricht'; @@ -25,4 +24,3 @@ $labels'desktopdisabled' = 'Desktop-Benachrichtigungen sind deaktiviert.'; $labels'desktopunsupported' = 'Ihr Browser unterstützt keine Desktop-Benachrichtigungen.'; $labels'desktoptimeout' = 'Desktop-Benachrichtigung geschlossen.'; -?>
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/newmail_notifier/localization/el_GR.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/newmail_notifier/localization/el_GR.inc
Changed
@@ -2,19 +2,18 @@ /* +-----------------------------------------------------------------------+ - | plugins/newmail_notifier/localization/<lang>.inc | - | | | Localization file of the Roundcube Webmail New Mail Notifier plugin | - | Copyright (C) 2012-2013, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-newmail_notifier/ */ + $labels'basic' = 'Εμφανίση ειδοποιήσεων πρόγραμματος περιήγησης στο νέο μήνυμα'; $labels'desktop' = 'Εμφάνιση ειδοποιήσεων στην επιφάνεια εργασίας για νέο μήνυμα '; $labels'sound' = 'Ηχητική ειδοποίηση κατά την λήψη νέων μηνυμάτων'; @@ -25,4 +24,3 @@ $labels'desktopdisabled' = 'Οι ειδοποιήσεις στην επιφάνεια εργασίας ειναι απενεργοποιημένες στον περιηγητή σας.'; $labels'desktopunsupported' = 'Ο περιηγητής σας δεν υποστηρίζει ειδοποιήσεις στην επιφάνεια εργασίας.'; $labels'desktoptimeout' = 'Κλείσιμο ειδοποίησης επιφάνειας εργασίας'; -?>
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/newmail_notifier/localization/en_CA.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/newmail_notifier/localization/en_CA.inc
Changed
@@ -2,19 +2,18 @@ /* +-----------------------------------------------------------------------+ - | plugins/newmail_notifier/localization/<lang>.inc | - | | | Localization file of the Roundcube Webmail New Mail Notifier plugin | - | Copyright (C) 2012-2013, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-newmail_notifier/ */ + $labels'basic' = 'Display browser notifications on new message'; $labels'desktop' = 'Display desktop notifications on new message'; $labels'sound' = 'Play the sound on new message'; @@ -25,4 +24,3 @@ $labels'desktopdisabled' = 'Desktop notifications are disabled in your browser.'; $labels'desktopunsupported' = 'Your browser does not support desktop notifications.'; $labels'desktoptimeout' = 'Close desktop notification'; -?>
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/newmail_notifier/localization/en_GB.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/newmail_notifier/localization/en_GB.inc
Changed
@@ -2,19 +2,18 @@ /* +-----------------------------------------------------------------------+ - | plugins/newmail_notifier/localization/<lang>.inc | - | | | Localization file of the Roundcube Webmail New Mail Notifier plugin | - | Copyright (C) 2012-2013, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-newmail_notifier/ */ + $labels'basic' = 'Display browser notifications on new message'; $labels'desktop' = 'Display desktop notifications on new message'; $labels'sound' = 'Play sound on new message'; @@ -25,4 +24,3 @@ $labels'desktopdisabled' = 'Desktop notifications are disabled in your browser.'; $labels'desktopunsupported' = 'Your browser does not support desktop notifications.'; $labels'desktoptimeout' = 'Close desktop notification'; -?>
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/newmail_notifier/localization/eo.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/newmail_notifier/localization/eo.inc
Changed
@@ -2,19 +2,18 @@ /* +-----------------------------------------------------------------------+ - | plugins/newmail_notifier/localization/<lang>.inc | - | | | Localization file of the Roundcube Webmail New Mail Notifier plugin | - | Copyright (C) 2012-2013, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-newmail_notifier/ */ + $labels'basic' = 'Montri atentigojn de retumilo pri nova mesaĝo'; $labels'desktop' = 'Montri atentigojn de komputilo pri nova mesaĝo'; $labels'sound' = 'Ludi sonon por nova mesaĝo'; @@ -24,4 +23,3 @@ $labels'testbody' = 'Tio estas testo pri atentigo.'; $labels'desktopdisabled' = 'Atentigoj de komputilo estas malŝaltitaj en via retumilo.'; $labels'desktopunsupported' = 'Via retumilo ne subtenas atentigojn de komputilo.'; -?>
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/newmail_notifier/localization/es_419.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/newmail_notifier/localization/es_419.inc
Changed
@@ -2,19 +2,18 @@ /* +-----------------------------------------------------------------------+ - | plugins/newmail_notifier/localization/<lang>.inc | - | | | Localization file of the Roundcube Webmail New Mail Notifier plugin | - | Copyright (C) 2012-2013, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-newmail_notifier/ */ + $labels'basic' = 'Mostrar notificaciones del navegador en nuevos mensajes'; $labels'desktop' = 'Mostrar notificaciones de escritorio en nuevos mensajes'; $labels'sound' = 'Ejecutar sonido en nuevos mensajes'; @@ -25,4 +24,3 @@ $labels'desktopdisabled' = 'Notificaciones de escritorio está deshabilitado en tu navegador.'; $labels'desktopunsupported' = 'Tu navegador no soporta notificaciones de escritorio.'; $labels'desktoptimeout' = 'Cerrar notificaciones de escritorio'; -?>
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/newmail_notifier/localization/es_AR.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/newmail_notifier/localization/es_AR.inc
Changed
@@ -2,19 +2,18 @@ /* +-----------------------------------------------------------------------+ - | plugins/newmail_notifier/localization/<lang>.inc | - | | | Localization file of the Roundcube Webmail New Mail Notifier plugin | - | Copyright (C) 2012-2013, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-newmail_notifier/ */ + $labels'basic' = 'Mostrar notificación cuando haya nuevos mensajes'; $labels'desktop' = 'Mostrar notificación en escritorio cuando haya nuevos mensajes'; $labels'sound' = 'Reproducir sonido cuando haya nuevos mensajes'; @@ -25,4 +24,3 @@ $labels'desktopdisabled' = 'Las notificaciones en escritorio están deshabilitadas en tu navegador'; $labels'desktopunsupported' = 'Tu navegador no soporta notificaciones en escritorio'; $labels'desktoptimeout' = 'Cerrar notificación de escritorio'; -?>
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/newmail_notifier/localization/es_ES.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/newmail_notifier/localization/es_ES.inc
Changed
@@ -2,19 +2,18 @@ /* +-----------------------------------------------------------------------+ - | plugins/newmail_notifier/localization/<lang>.inc | - | | | Localization file of the Roundcube Webmail New Mail Notifier plugin | - | Copyright (C) 2012-2013, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-newmail_notifier/ */ + $labels'basic' = 'Mostrar notificaciones del navegador al recibir un nuevo mensaje'; $labels'desktop' = 'Mostrar notificaciones de escritorio al recibir un nuevo mensaje'; $labels'sound' = 'Reproducir sonido al recibir un nuevo mensaje'; @@ -25,4 +24,3 @@ $labels'desktopdisabled' = 'Las notificaciones de escritorio están deshabilitadas en su navegador.'; $labels'desktopunsupported' = 'Su navegador no soporta notificaciones de escritorio.'; $labels'desktoptimeout' = 'Cerrar notificación de escritorio'; -?>
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/newmail_notifier/localization/et_EE.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/newmail_notifier/localization/et_EE.inc
Changed
@@ -2,19 +2,18 @@ /* +-----------------------------------------------------------------------+ - | plugins/newmail_notifier/localization/<lang>.inc | - | | | Localization file of the Roundcube Webmail New Mail Notifier plugin | - | Copyright (C) 2012-2013, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-newmail_notifier/ */ + $labels'basic' = 'Uue kirja saabumisel näita lehitsejas teavitust'; $labels'desktop' = 'Uue kirja saabumisel näita töölaua teavitust'; $labels'sound' = 'Uue kirja saabumisel mängi heli'; @@ -25,4 +24,3 @@ $labels'desktopdisabled' = 'Töölaua märguanded on su veebilehitsejas keelatud.'; $labels'desktopunsupported' = 'Sinu veebilehitseja ei toeta töölaua märguandeid.'; $labels'desktoptimeout' = 'Sulge töölaua teavitus'; -?>
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/newmail_notifier/localization/eu_ES.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/newmail_notifier/localization/eu_ES.inc
Changed
@@ -2,19 +2,18 @@ /* +-----------------------------------------------------------------------+ - | plugins/newmail_notifier/localization/<lang>.inc | - | | | Localization file of the Roundcube Webmail New Mail Notifier plugin | - | Copyright (C) 2012-2013, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-newmail_notifier/ */ + $labels'basic' = 'Bistaratu nabigatzailearen jakinarazpenak mezu berrian'; $labels'desktop' = 'Bistaratu sistemaren jakinarazpenak mezu berrian'; $labels'sound' = 'Jo soinu bat mezu berriarekin'; @@ -25,4 +24,3 @@ $labels'desktopdisabled' = 'Sistemaren jakinarazpenak ezgaituak daude zure nabigatzailean'; $labels'desktopunsupported' = 'Zure nabigatzaileak ez ditu sistemaren jakinarazpenak onartzen.'; $labels'desktoptimeout' = 'Itxi mahaigaineko jakinarazpena'; -?>
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/newmail_notifier/localization/fa_IR.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/newmail_notifier/localization/fa_IR.inc
Changed
@@ -2,19 +2,18 @@ /* +-----------------------------------------------------------------------+ - | plugins/newmail_notifier/localization/<lang>.inc | - | | | Localization file of the Roundcube Webmail New Mail Notifier plugin | - | Copyright (C) 2012-2013, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-newmail_notifier/ */ + $labels'basic' = 'نمایش تذکرهای مرورگر برای پیام جدید'; $labels'desktop' = 'نمایش تذکرهای رومیزی برای پیام جدید'; $labels'sound' = 'پخش صدا برای پیام جدید'; @@ -25,4 +24,3 @@ $labels'desktopdisabled' = 'تذکرهای رومیزی در مرورگر شما غیرفعال شدهاند.'; $labels'desktopunsupported' = 'مرورگر شما تذکرهای رومیزی را پشتیبانی نمیکند.'; $labels'desktoptimeout' = 'بستن تذکر دسکتاپ'; -?>
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/newmail_notifier/localization/fi_FI.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/newmail_notifier/localization/fi_FI.inc
Changed
@@ -2,19 +2,18 @@ /* +-----------------------------------------------------------------------+ - | plugins/newmail_notifier/localization/<lang>.inc | - | | | Localization file of the Roundcube Webmail New Mail Notifier plugin | - | Copyright (C) 2012-2013, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-newmail_notifier/ */ + $labels'basic' = 'Näytä selainilmoitus uuden viestin saapuessa'; $labels'desktop' = 'Näytä työpöytäilmoitus uuden viestin saapuessa'; $labels'sound' = 'Toista ääni uuden viestin saapuessa'; @@ -25,4 +24,3 @@ $labels'desktopdisabled' = 'Työpöytäilmoitukset on estetty selaimessa.'; $labels'desktopunsupported' = 'Selaimesi ei tue työpöytäilmoituksia.'; $labels'desktoptimeout' = 'Sulje työpöytäilmoitus'; -?>
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/newmail_notifier/localization/fo_FO.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/newmail_notifier/localization/fo_FO.inc
Changed
@@ -2,19 +2,18 @@ /* +-----------------------------------------------------------------------+ - | plugins/newmail_notifier/localization/<lang>.inc | - | | | Localization file of the Roundcube Webmail New Mail Notifier plugin | - | Copyright (C) 2012-2013, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-newmail_notifier/ */ + $labels'basic' = 'Vís kaga kunngerðir tá ið nýtt boð verður stovna'; $labels'desktop' = 'Vís skrivaraborð kunngerðir tá ið nýtt boð er stovna'; $labels'sound' = 'Spæl ljóð tá ið nýtt boð verður móttikið'; @@ -25,4 +24,3 @@ $labels'desktopdisabled' = 'Skrivaraborð kunngerðir eru sløktar í tínum kaga.'; $labels'desktopunsupported' = 'Tín kagi studlar ikki skriviborða kunngerðir.'; $labels'desktoptimeout' = 'Sløkk skriviborða kunngerðir'; -?>
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/newmail_notifier/localization/fr_FR.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/newmail_notifier/localization/fr_FR.inc
Changed
@@ -2,19 +2,18 @@ /* +-----------------------------------------------------------------------+ - | plugins/newmail_notifier/localization/<lang>.inc | - | | | Localization file of the Roundcube Webmail New Mail Notifier plugin | - | Copyright (C) 2012-2013, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-newmail_notifier/ */ + $labels'basic' = 'Afficher les notifications du navigateur pour les nouveaux courriels'; $labels'desktop' = 'Afficher les notifications de bureau pour les nouveaux courriels '; $labels'sound' = 'Jouer le son pour les nouveaux courriels'; @@ -25,4 +24,3 @@ $labels'desktopdisabled' = 'Les notifications du bureau sont désactivées dans votre navigateur.'; $labels'desktopunsupported' = 'Votre navigateur ne prend pas en charge les notifications du bureau.'; $labels'desktoptimeout' = 'Fermer la notification du bureau'; -?>
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/newmail_notifier/localization/fy_NL.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/newmail_notifier/localization/fy_NL.inc
Changed
@@ -2,19 +2,18 @@ /* +-----------------------------------------------------------------------+ - | plugins/newmail_notifier/localization/<lang>.inc | - | | | Localization file of the Roundcube Webmail New Mail Notifier plugin | - | Copyright (C) 2012-2013, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-newmail_notifier/ */ + $labels'basic' = 'Toan browser notifikaasjes op nij berjocht'; $labels'desktop' = 'Toan desktop notifikaasjes op nij berjocht'; $labels'sound' = 'Spylje it lûd op nij berjocht'; @@ -25,4 +24,3 @@ $labels'desktopdisabled' = 'Desktop notifikaasjes binne útskeakele yn jo browser.'; $labels'desktopunsupported' = 'Jo browser stipet gjin desktop notifikaasjes.'; $labels'desktoptimeout' = 'Slút desktop notifikaasje'; -?>
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/newmail_notifier/localization/ga_IE.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/newmail_notifier/localization/ga_IE.inc
Changed
@@ -2,22 +2,25 @@ /* +-----------------------------------------------------------------------+ - | plugins/newmail_notifier/localization/<lang>.inc | - | | | Localization file of the Roundcube Webmail New Mail Notifier plugin | - | Copyright (C) 2012-2013, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-newmail_notifier/ */ + +$labels'basic' = 'Taispeáin fógraí sa líonléitheoir nuair a fhaightear teachtaireacht nua'; +$labels'desktop' = 'Taispeáin fógraí ar an deasc nuair a fhaightear teachtaireacht nua'; $labels'sound' = 'Seinn an fhuaim nuair a bhíonn teachtaireacht nua ann'; $labels'test' = 'Tástáil'; $labels'title' = 'Ríomhphost Nua!'; $labels'body' = 'Tá teachtaireacht nua agat.'; +$labels'testbody' = 'Níl sa rud seo ach fógra dearbhála.'; +$labels'desktopdisabled' = 'Tá fógraí deasca díchumasaithe i do líonléitheoir.'; +$labels'desktopunsupported' = 'Ní thacaíonn do líonléitheoir le fógraí deasca.'; $labels'desktoptimeout' = 'Dún an fógra ar an ndeasc'; -?>
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/newmail_notifier/localization/gl_ES.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/newmail_notifier/localization/gl_ES.inc
Changed
@@ -2,19 +2,18 @@ /* +-----------------------------------------------------------------------+ - | plugins/newmail_notifier/localization/<lang>.inc | - | | | Localization file of the Roundcube Webmail New Mail Notifier plugin | - | Copyright (C) 2012-2013, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-newmail_notifier/ */ + $labels'basic' = 'Amosar notificacións no navegador cando entre unha mensaxe nova'; $labels'desktop' = 'Amosar notificacións no escritorio cando chegue unha mensaxe nova'; $labels'sound' = 'Reproducir un son cando chegue unha nova mensaxe'; @@ -25,4 +24,3 @@ $labels'desktopdisabled' = 'As notificacións de escritorio están desactivadas no teu navegador'; $labels'desktopunsupported' = 'O teu navegador non soporta notificacións de escritorio.'; $labels'desktoptimeout' = 'Pechar notificación de escritorio'; -?>
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/newmail_notifier/localization/he_IL.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/newmail_notifier/localization/he_IL.inc
Changed
@@ -2,19 +2,18 @@ /* +-----------------------------------------------------------------------+ - | plugins/newmail_notifier/localization/<lang>.inc | - | | | Localization file of the Roundcube Webmail New Mail Notifier plugin | - | Copyright (C) 2012-2013, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-newmail_notifier/ */ + $labels'basic' = 'איתות מהדפדפן על הגעת הודעות חדשות'; $labels'desktop' = 'איתות משולחן העבודה על הגעת הודעות חדשות'; $labels'sound' = 'השמעת איתות קולי בעת הגעה של הודעה חדשה'; @@ -25,4 +24,3 @@ $labels'desktopdisabled' = 'איתותים משולחן העבודה אינם פעילים בדפדפן שלך'; $labels'desktopunsupported' = 'הדפדפן שלך אינו תומך באיתותים משולחן העבודה'; $labels'desktoptimeout' = 'ביטול איתות משולחן העבודה על הגעת הודעות חדשות'; -?>
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/newmail_notifier/localization/hr_HR.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/newmail_notifier/localization/hr_HR.inc
Changed
@@ -2,19 +2,18 @@ /* +-----------------------------------------------------------------------+ - | plugins/newmail_notifier/localization/<lang>.inc | - | | | Localization file of the Roundcube Webmail New Mail Notifier plugin | - | Copyright (C) 2012-2013, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-newmail_notifier/ */ + $labels'basic' = 'Prikaži dojave preglednika kada dođe nova poruka'; $labels'desktop' = 'Prikaži dojave na desktopu kada dođe nova poruka'; $labels'sound' = 'Pusti zvuk kada dođe nova poruka'; @@ -25,4 +24,3 @@ $labels'desktopdisabled' = 'Dojave na desktopu su onemogućene u vašem pregledniku.'; $labels'desktopunsupported' = 'Vaš preglednik ne podržava dojave na desktopu.'; $labels'desktoptimeout' = 'Zatvori dojavu na desktopu'; -?>
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/newmail_notifier/localization/hu_HU.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/newmail_notifier/localization/hu_HU.inc
Changed
@@ -2,19 +2,18 @@ /* +-----------------------------------------------------------------------+ - | plugins/newmail_notifier/localization/<lang>.inc | - | | | Localization file of the Roundcube Webmail New Mail Notifier plugin | - | Copyright (C) 2012-2013, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-newmail_notifier/ */ + $labels'basic' = 'Értesítés megjelenítése böngészőben amikor új üzenet érkezik'; $labels'desktop' = 'Értesítés megjelenítése az asztalon amikor új üzenet érkezik'; $labels'sound' = 'Hang lejátszása új üzenet érkezésekor'; @@ -25,4 +24,3 @@ $labels'desktopdisabled' = 'A böngészőben tiltva van az asztali értesítések megjelenítése.'; $labels'desktopunsupported' = 'A böngésző nem támogatja az asztali értesítések megjelenítését.'; $labels'desktoptimeout' = 'Az értesítés bezárása'; -?>
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/newmail_notifier/localization/hy_AM.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/newmail_notifier/localization/hy_AM.inc
Changed
@@ -2,19 +2,18 @@ /* +-----------------------------------------------------------------------+ - | plugins/newmail_notifier/localization/<lang>.inc | - | | | Localization file of the Roundcube Webmail New Mail Notifier plugin | - | Copyright (C) 2012-2013, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-newmail_notifier/ */ + $labels'basic' = 'Ցուցադրել զննարկչի ծանուցում նոր հաղորդագրություն ստանալիս'; $labels'desktop' = 'Ցուցադրել սեղանադրի ծանուցում նոր հաղորդագրություն ստանալիս'; $labels'sound' = 'Ձայն հանել նոր հաղորդագրություն ստանալիս'; @@ -25,4 +24,3 @@ $labels'desktopdisabled' = 'Սեղանադրի ծանուցումները Ձեր զննարկչում անջատված են'; $labels'desktopunsupported' = 'Ձեր զննարկիչը չունի սեղանադրի ծանուցումների հնարավորություն։'; $labels'desktoptimeout' = 'Փակել սեղանադրի ծանուցումը'; -?>
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/newmail_notifier/localization/ia.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/newmail_notifier/localization/ia.inc
Changed
@@ -2,19 +2,18 @@ /* +-----------------------------------------------------------------------+ - | plugins/newmail_notifier/localization/<lang>.inc | - | | | Localization file of the Roundcube Webmail New Mail Notifier plugin | - | Copyright (C) 2012-2013, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-newmail_notifier/ */ + $labels'basic' = 'Presentar notificationes de navigator quando un nove message arriva'; $labels'desktop' = 'Presentar notificationes de scriptorio quando un nove message arriva'; $labels'sound' = 'Facer sonar un sono quando un nove message arriva'; @@ -25,4 +24,3 @@ $labels'desktopdisabled' = 'Le notificationes de scriptorio ha essite disactivate in vostre navigator.'; $labels'desktopunsupported' = 'Vostre navigator non supporta le notificationes de scriptorio.'; $labels'desktoptimeout' = 'Clauder notification de scriptorio'; -?>
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/newmail_notifier/localization/id_ID.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/newmail_notifier/localization/id_ID.inc
Changed
@@ -2,19 +2,18 @@ /* +-----------------------------------------------------------------------+ - | plugins/newmail_notifier/localization/<lang>.inc | - | | | Localization file of the Roundcube Webmail New Mail Notifier plugin | - | Copyright (C) 2012-2013, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-newmail_notifier/ */ + $labels'basic' = 'Tampilkan pemberitahuan pada peramban saat ada pesan baru'; $labels'desktop' = 'Tampilkan pemberitahuan pada desktop saat ada pesan baru'; $labels'sound' = 'Mainkan suara saat ada pesan baru'; @@ -25,4 +24,3 @@ $labels'desktopdisabled' = 'Pemberitahuan di desktop dimatikan pada peramban Anda.'; $labels'desktopunsupported' = 'Peramban Anda tidak mendukung pemberitahuan pada desktop'; $labels'desktoptimeout' = 'Tutup pemberitahuan pada desktop'; -?>
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/newmail_notifier/localization/is_IS.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/newmail_notifier/localization/is_IS.inc
Changed
@@ -2,19 +2,18 @@ /* +-----------------------------------------------------------------------+ - | plugins/newmail_notifier/localization/<lang>.inc | - | | | Localization file of the Roundcube Webmail New Mail Notifier plugin | - | Copyright (C) 2012-2013, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-newmail_notifier/ */ + $labels'basic' = 'Birta tilkynningu í vafra þegar ný skilaboð berast'; $labels'desktop' = 'Birta tilkynningu á skjáborði þegar ný skilaboð berast'; $labels'sound' = 'Spila hljóðið þegar ný skilaboð berast'; @@ -25,4 +24,3 @@ $labels'desktopdisabled' = 'Tilkynningar á skjáborði eru ekki virkar í vafranum þínum.'; $labels'desktopunsupported' = 'Vafrinn þinn styður ekki tilkynningar á skjáborði.'; $labels'desktoptimeout' = 'Loka tilkynningu á skjáborði'; -?>
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/newmail_notifier/localization/it_IT.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/newmail_notifier/localization/it_IT.inc
Changed
@@ -2,19 +2,18 @@ /* +-----------------------------------------------------------------------+ - | plugins/newmail_notifier/localization/<lang>.inc | - | | | Localization file of the Roundcube Webmail New Mail Notifier plugin | - | Copyright (C) 2012-2013, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-newmail_notifier/ */ + $labels'basic' = 'visualizza notifica nel browser per nuovi messaggi'; $labels'desktop' = 'visualizza notifiche sul desktop per nuovi messaggi'; $labels'sound' = 'riproduci il suono per nuovi messaggi'; @@ -25,4 +24,3 @@ $labels'desktopdisabled' = 'Le notifiche sul desktop sono disabilitate nel tuo browser'; $labels'desktopunsupported' = 'il tuo browser non supporta le notifiche sul desktop'; $labels'desktoptimeout' = 'Chiudi la notifica visualizzata sul desktop'; -?>
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/newmail_notifier/localization/ja_JP.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/newmail_notifier/localization/ja_JP.inc
Changed
@@ -2,19 +2,18 @@ /* +-----------------------------------------------------------------------+ - | plugins/newmail_notifier/localization/<lang>.inc | - | | | Localization file of the Roundcube Webmail New Mail Notifier plugin | - | Copyright (C) 2012-2013, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-newmail_notifier/ */ + $labels'basic' = '新しいメッセージの通知をブラウザーに表示'; $labels'desktop' = '新しいメッセージの通知をデスクトップに表示'; $labels'sound' = '新しいメッセージが届くと音を再生'; @@ -25,4 +24,3 @@ $labels'desktopdisabled' = 'ブラウザーでデスクトップ通知が無効になっています。'; $labels'desktopunsupported' = 'ブラウザーがデスクトップ通知をサポートしていません。'; $labels'desktoptimeout' = 'デスクトップ通知を閉じる'; -?>
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/newmail_notifier/localization/km_KH.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/newmail_notifier/localization/km_KH.inc
Changed
@@ -2,19 +2,18 @@ /* +-----------------------------------------------------------------------+ - | plugins/newmail_notifier/localization/<lang>.inc | - | | | Localization file of the Roundcube Webmail New Mail Notifier plugin | - | Copyright (C) 2012-2013, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-newmail_notifier/ */ + $labels'basic' = 'បង្ហាញការជូនដំណឹងកម្មវិធីអ៊ីនធឺណិតពេលមានសារថ្មី'; $labels'desktop' = 'បង្ហាញការជូនដំណឹងផ្ទៃតុពេលមានសារថ្មី'; $labels'sound' = 'បន្លឺសំឡេងពេលមានសារថ្មី'; @@ -25,4 +24,3 @@ $labels'desktopdisabled' = 'ការជូនដំណឹងផ្ទៃតុត្រូវបានបិទនៅក្នុងកម្មវិធីអ៊ីនធឺណិតរបស់អ្នក។'; $labels'desktopunsupported' = 'កម្មវិធីអ៊ីនធឺណិតរបស់អ្នកមិនគាំទ្រការជូនដំណឹងផ្ទៃតុ។'; $labels'desktoptimeout' = 'បិទការជូនដំណឹងផ្ទៃតុ'; -?>
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/newmail_notifier/localization/ko_KR.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/newmail_notifier/localization/ko_KR.inc
Changed
@@ -2,19 +2,18 @@ /* +-----------------------------------------------------------------------+ - | plugins/newmail_notifier/localization/<lang>.inc | - | | | Localization file of the Roundcube Webmail New Mail Notifier plugin | - | Copyright (C) 2012-2013, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-newmail_notifier/ */ + $labels'basic' = '새로운 메시지가 도착하면 브라우저 알림 표시'; $labels'desktop' = '새로운 메시지가 도착하면 바탕화면 알림 표시'; $labels'sound' = '새로운 메시지가 도착하면 소리 재생'; @@ -25,4 +24,3 @@ $labels'desktopdisabled' = ' 브라우저에서 바탕화면 알림이 비활성화되었습니다.'; $labels'desktopunsupported' = '브라우저가 바탕화면 알림을 지원하지 않습니다.'; $labels'desktoptimeout' = '바탕화면 알림 닫기'; -?>
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/newmail_notifier/localization/ku.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/newmail_notifier/localization/ku.inc
Changed
@@ -2,19 +2,18 @@ /* +-----------------------------------------------------------------------+ - | plugins/newmail_notifier/localization/<lang>.inc | - | | | Localization file of the Roundcube Webmail New Mail Notifier plugin | - | Copyright (C) 2012-2013, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-newmail_notifier/ */ + $labels'basic' = 'Agahdariyên gerokê li ser peyama nû bide nîşan'; $labels'desktop' = 'Agahdariyên sermasê li ser peyama nû bide nîşan'; $labels'sound' = 'Deng li ser peyameke nû veke'; @@ -25,4 +24,3 @@ $labels'desktopdisabled' = 'Agahdariyên sermasê di geroka te de girtî ne. '; $labels'desktopunsupported' = 'Geroka te bi agahdariyên sermasê re ne ahengdar e.'; $labels'desktoptimeout' = 'Ahahadariya sermasê bigire'; -?>
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/newmail_notifier/localization/ku_IQ.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/newmail_notifier/localization/ku_IQ.inc
Changed
@@ -2,18 +2,16 @@ /* +-----------------------------------------------------------------------+ - | plugins/newmail_notifier/localization/<lang>.inc | - | | | Localization file of the Roundcube Webmail New Mail Notifier plugin | - | Copyright (C) 2012-2013, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-newmail_notifier/ */ + $labels'test' = 'تاقیکردنەوە'; -?>
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/newmail_notifier/localization/lb_LU.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/newmail_notifier/localization/lb_LU.inc
Changed
@@ -2,19 +2,18 @@ /* +-----------------------------------------------------------------------+ - | plugins/newmail_notifier/localization/<lang>.inc | - | | | Localization file of the Roundcube Webmail New Mail Notifier plugin | - | Copyright (C) 2012-2013, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-newmail_notifier/ */ + $labels'basic' = 'Browser-Notifikatioun bei neiem Message uweisen'; $labels'desktop' = 'Desktop-Notifikatioun bei neiem Message uweisen'; $labels'sound' = 'Dësen Toun bei neiem Message spillen'; @@ -25,4 +24,3 @@ $labels'desktopdisabled' = 'Desktop-Notifikatioune sinn an dengem Browser ausgeschalt.'; $labels'desktopunsupported' = 'Däi Browser ënnerstëtzt keng Desktop-Notifikatiounen.'; $labels'desktoptimeout' = 'Browser-Notifikatioun zoumaachen'; -?>
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/newmail_notifier/localization/lt_LT.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/newmail_notifier/localization/lt_LT.inc
Changed
@@ -2,19 +2,18 @@ /* +-----------------------------------------------------------------------+ - | plugins/newmail_notifier/localization/<lang>.inc | - | | | Localization file of the Roundcube Webmail New Mail Notifier plugin | - | Copyright (C) 2012-2013, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-newmail_notifier/ */ + $labels'basic' = 'Pranešti apie naujus laiškus naršyklėje'; $labels'desktop' = 'Pranešti apie naujus laiškus sistemos pranešimu'; $labels'sound' = 'Pranešti apie naujus laiškus garsu'; @@ -25,4 +24,3 @@ $labels'desktopdisabled' = 'Jūsų naršyklėje sistemos pranešimai išjungti.'; $labels'desktopunsupported' = 'Jūsų naršyklėje sistemos pranešimai nepalaikomi.'; $labels'desktoptimeout' = 'Užverti sistemos pranešimą'; -?>
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/newmail_notifier/localization/lv_LV.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/newmail_notifier/localization/lv_LV.inc
Changed
@@ -2,19 +2,18 @@ /* +-----------------------------------------------------------------------+ - | plugins/newmail_notifier/localization/<lang>.inc | - | | | Localization file of the Roundcube Webmail New Mail Notifier plugin | - | Copyright (C) 2012-2013, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-newmail_notifier/ */ + $labels'basic' = 'Saņemot jaunu vēstuli, parādīt paziņojumu'; $labels'desktop' = 'Saņemot jaunu vēstuli, parādīt darbavirsmas paziņojumu'; $labels'sound' = 'Saņemot jaunu vēstuli, atskaņot skaņas signālu'; @@ -25,4 +24,3 @@ $labels'desktopdisabled' = 'Darbavirsmas paziņojumi Jūsu pārlūkprogrammā ir atslēgti.'; $labels'desktopunsupported' = 'Jūsu pārlūkprogramma neatbalsta darbavirsmas paziņojumus.'; $labels'desktoptimeout' = 'Aizvērt darbavirsmas paziņojumu'; -?>
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/newmail_notifier/localization/mk_MK.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/newmail_notifier/localization/mk_MK.inc
Changed
@@ -2,19 +2,18 @@ /* +-----------------------------------------------------------------------+ - | plugins/newmail_notifier/localization/<lang>.inc | - | | | Localization file of the Roundcube Webmail New Mail Notifier plugin | - | Copyright (C) 2012-2013, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-newmail_notifier/ */ + $labels'basic' = 'Прикажи известувања на прелистувачот за нова порака '; $labels'desktop' = 'Прикажи известувања на работната површина за нова порака'; $labels'sound' = 'Пушти го звукот за нова порака '; @@ -25,4 +24,3 @@ $labels'desktopdisabled' = 'Известувањата на работната површина се исклучени во твојот прелистувач '; $labels'desktopunsupported' = 'Твојот прелистувач не подржува известувања на работната површина '; $labels'desktoptimeout' = 'Исклучи известувања на работната површина'; -?>
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/newmail_notifier/localization/ml_IN.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/newmail_notifier/localization/ml_IN.inc
Changed
@@ -2,19 +2,18 @@ /* +-----------------------------------------------------------------------+ - | plugins/newmail_notifier/localization/<lang>.inc | - | | | Localization file of the Roundcube Webmail New Mail Notifier plugin | - | Copyright (C) 2012-2013, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-newmail_notifier/ */ + $labels'basic' = 'ബ്രൌസര് അറിയിപ്പുകള് പുതിയ സന്ദേശത്തില് കാണിക്കുക'; $labels'desktop' = 'ഡെസ്ക്ക്ടോപ്പ് അറിയിപ്പുകള് പുതിയ സന്ദേശത്തില് കാണിക്കുക'; $labels'sound' = 'പുതിയ സന്ദേശത്തില് സബ്ദം കേള്പ്പിക്കുക'; @@ -25,4 +24,3 @@ $labels'desktopdisabled' = 'താങ്കളുടെ ബ്രൌസറില് ഡെസ്ക്ക്ടോപ്പ് നോട്ടിഫിക്കേഷന് പ്രവര്ത്തനരഹിതമാണ്.'; $labels'desktopunsupported' = 'താങ്കളുടെ ബ്രൌസ്സര് ഡെസ്ക്ടോപ്പ് അറിയിപ്പുകള് പിന്തുണയ്ക്കുന്നില്ല.'; $labels'desktoptimeout' = 'ഡെസ്ക്ടോപ്പ് അറിയിപ്പുകൾ അടയ്ക്കുക'; -?>
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/newmail_notifier/localization/mn_MN.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/newmail_notifier/localization/mn_MN.inc
Changed
@@ -2,19 +2,18 @@ /* +-----------------------------------------------------------------------+ - | plugins/newmail_notifier/localization/<lang>.inc | - | | | Localization file of the Roundcube Webmail New Mail Notifier plugin | - | Copyright (C) 2012-2013, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-newmail_notifier/ */ + $labels'basic' = 'Шинэ мессеж ирэхэд мэдэгдэл харуулах'; $labels'desktop' = 'Шинэ мэйл ирэх үед Дэлгэц дээр мэдэгдэл харуулах'; $labels'sound' = 'Шинэ мэйл ирэхэд дуугарч мэдэгдэх'; @@ -25,4 +24,3 @@ $labels'desktopdisabled' = 'Таны хөтчийн Дэлгэцийн мэдэгдэл идэвхгүй байна.'; $labels'desktopunsupported' = 'Таны вэб хөтөч дэлгэцийн мэдэгдэл зөвшөөрөхгүй байна.'; $labels'desktoptimeout' = 'Дэлгэцийн мэдэгдэл хаах'; -?>
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/newmail_notifier/localization/mr_IN.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/newmail_notifier/localization/mr_IN.inc
Changed
@@ -2,22 +2,20 @@ /* +-----------------------------------------------------------------------+ - | plugins/newmail_notifier/localization/<lang>.inc | - | | | Localization file of the Roundcube Webmail New Mail Notifier plugin | - | Copyright (C) 2012-2013, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-newmail_notifier/ */ + $labels'sound' = 'नवीन संदेश आल्यास नाद करा'; $labels'test' = 'चाचणी'; $labels'title' = 'नवीन ईमेल'; $labels'body' = 'तुमच्यासाठी नवीन संदेश आला आहे'; $labels'testbody' = 'हा एक चाचणी निर्देश आहे'; -?>
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/newmail_notifier/localization/nb_NO.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/newmail_notifier/localization/nb_NO.inc
Changed
@@ -2,19 +2,18 @@ /* +-----------------------------------------------------------------------+ - | plugins/newmail_notifier/localization/<lang>.inc | - | | | Localization file of the Roundcube Webmail New Mail Notifier plugin | - | Copyright (C) 2012-2013, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-newmail_notifier/ */ + $labels'basic' = 'Vis varsel i nettleseren ved ny melding'; $labels'desktop' = 'Vis varsel på skrivebordet ved ny melding'; $labels'sound' = 'Spill av lyd ved ny melding'; @@ -25,4 +24,3 @@ $labels'desktopdisabled' = 'Skrivebordsvarsel er slått av i din nettleser.'; $labels'desktopunsupported' = 'Din nettleser støtter ikke visning av varsel på skrivebordet.'; $labels'desktoptimeout' = 'Lukk skrivebordsvarsling'; -?>
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/newmail_notifier/localization/nl_BE.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/newmail_notifier/localization/nl_BE.inc
Changed
@@ -2,19 +2,18 @@ /* +-----------------------------------------------------------------------+ - | plugins/newmail_notifier/localization/<lang>.inc | - | | | Localization file of the Roundcube Webmail New Mail Notifier plugin | - | Copyright (C) 2012-2013, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-newmail_notifier/ */ + $labels'basic' = 'Geef browser melding weer bij een nieuw bericht'; $labels'desktop' = 'Geef desktop meldingen weer bij een nieuw bericht'; $labels'sound' = 'Speel het geluid af bij een nieuw bericht'; @@ -25,4 +24,3 @@ $labels'desktopdisabled' = 'Desktop meldingen zijn uitgeschakeld in uw browser.'; $labels'desktopunsupported' = 'Uw browser ondersteund geen desktop meldingen.'; $labels'desktoptimeout' = 'Sluit desktop melding'; -?>
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/newmail_notifier/localization/nl_NL.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/newmail_notifier/localization/nl_NL.inc
Changed
@@ -2,19 +2,18 @@ /* +-----------------------------------------------------------------------+ - | plugins/newmail_notifier/localization/<lang>.inc | - | | | Localization file of the Roundcube Webmail New Mail Notifier plugin | - | Copyright (C) 2012-2013, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-newmail_notifier/ */ + $labels'basic' = 'Toon melding in browser bij nieuw bericht'; $labels'desktop' = 'Toon melding op bureaublad bij nieuw bericht'; $labels'sound' = 'Geluid afspelen bij nieuw bericht'; @@ -25,4 +24,3 @@ $labels'desktopdisabled' = 'Bureaubladmeldingen zijn uitgeschakeld in uw browser.'; $labels'desktopunsupported' = 'Uw browser ondersteunt geen bureaubladmeldingen.'; $labels'desktoptimeout' = 'Sluit bureaubladmelding'; -?>
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/newmail_notifier/localization/nn_NO.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/newmail_notifier/localization/nn_NO.inc
Changed
@@ -2,19 +2,18 @@ /* +-----------------------------------------------------------------------+ - | plugins/newmail_notifier/localization/<lang>.inc | - | | | Localization file of the Roundcube Webmail New Mail Notifier plugin | - | Copyright (C) 2012-2013, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-newmail_notifier/ */ + $labels'basic' = 'Vis varsel i nettlesaren ved ny melding'; $labels'desktop' = 'Vis varsel på skrivebordet ved ny melding'; $labels'sound' = 'Spill av lyd ved ny melding'; @@ -24,4 +23,3 @@ $labels'testbody' = 'Dette er eit testvarsel.'; $labels'desktopdisabled' = 'Skrivebordsvarsel er slått av i din nettlesar.'; $labels'desktopunsupported' = 'Din nettlesar støttar ikkje vising av varsel på skrivebordet.'; -?>
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/newmail_notifier/localization/pl_PL.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/newmail_notifier/localization/pl_PL.inc
Changed
@@ -2,19 +2,18 @@ /* +-----------------------------------------------------------------------+ - | plugins/newmail_notifier/localization/<lang>.inc | - | | | Localization file of the Roundcube Webmail New Mail Notifier plugin | - | Copyright (C) 2012-2013, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-newmail_notifier/ */ + $labels'basic' = 'Wyświetlaj powiadomienia o nadejściu nowej wiadomości w przeglądarce'; $labels'desktop' = 'Wyświetlaj powiadomienia o nadejściu nowej wiadomości na pulpicie'; $labels'sound' = 'Odtwarzaj dźwięk o nadejściu nowej wiadomości'; @@ -25,4 +24,3 @@ $labels'desktopdisabled' = 'Powiadomienia na pulpicie zostały zablokowane w twojej przeglądarce.'; $labels'desktopunsupported' = 'Twoja przeglądarka nie obsługuje powiadomień na pulpicie.'; $labels'desktoptimeout' = 'Zamknij powiadomienie pulpitu'; -?>
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/newmail_notifier/localization/pt_BR.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/newmail_notifier/localization/pt_BR.inc
Changed
@@ -2,19 +2,18 @@ /* +-----------------------------------------------------------------------+ - | plugins/newmail_notifier/localization/<lang>.inc | - | | | Localization file of the Roundcube Webmail New Mail Notifier plugin | - | Copyright (C) 2012-2013, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-newmail_notifier/ */ + $labels'basic' = 'Exibir notificação quando uma nova mensagem chegar'; $labels'desktop' = 'Exibir notificação no desktop quando uma nova mensagem chegar'; $labels'sound' = 'Alerta sonoro quando uma nova mensagem chegar'; @@ -25,4 +24,3 @@ $labels'desktopdisabled' = 'As notificações no desktop estão desabilitadas no seu navegador.'; $labels'desktopunsupported' = 'Seu navegador não suporta notificações no desktop'; $labels'desktoptimeout' = 'Fechar notificação'; -?>
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/newmail_notifier/localization/pt_PT.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/newmail_notifier/localization/pt_PT.inc
Changed
@@ -2,19 +2,18 @@ /* +-----------------------------------------------------------------------+ - | plugins/newmail_notifier/localization/<lang>.inc | - | | | Localization file of the Roundcube Webmail New Mail Notifier plugin | - | Copyright (C) 2012-2013, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-newmail_notifier/ */ + $labels'basic' = 'Mostrar notificação quando uma nova mensagem chegar'; $labels'desktop' = 'Mostrar alerta no ambiente de trabalho de nova mensagem'; $labels'sound' = 'Alerta sonoro para nova mensagem'; @@ -25,4 +24,3 @@ $labels'desktopdisabled' = 'As notificações no ambiente de trabalho estão desactivadas no seu navegador.'; $labels'desktopunsupported' = 'O seu navegador não suporta notificações no ambiente de trabalho'; $labels'desktoptimeout' = 'Fechar notificação no ambiente de trabalho'; -?>
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/newmail_notifier/localization/ro_RO.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/newmail_notifier/localization/ro_RO.inc
Changed
@@ -2,19 +2,18 @@ /* +-----------------------------------------------------------------------+ - | plugins/newmail_notifier/localization/<lang>.inc | - | | | Localization file of the Roundcube Webmail New Mail Notifier plugin | - | Copyright (C) 2012-2013, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-newmail_notifier/ */ + $labels'basic' = 'Afişează notificări în browser la mesaj nou.'; $labels'desktop' = 'Afişează notificări desktop la mesaj nou.'; $labels'sound' = 'Redă un sunet la mesaj nou.'; @@ -25,4 +24,3 @@ $labels'desktopdisabled' = 'Notificările desktop sunt dezactivate în browser.'; $labels'desktopunsupported' = 'Browser-ul dumneavoastră nu suportă notificări desktop.'; $labels'desktoptimeout' = 'Închide notificarea de birou'; -?>
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/newmail_notifier/localization/ru_RU.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/newmail_notifier/localization/ru_RU.inc
Changed
@@ -2,19 +2,18 @@ /* +-----------------------------------------------------------------------+ - | plugins/newmail_notifier/localization/<lang>.inc | - | | | Localization file of the Roundcube Webmail New Mail Notifier plugin | - | Copyright (C) 2012-2013, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-newmail_notifier/ */ + $labels'basic' = 'Показывать в браузере уведомление о приходе нового сообщения'; $labels'desktop' = 'Показывать на рабочем столе уведомление о приходе нового сообщения'; $labels'sound' = 'Подавать звуковой сигнал о приходе нового сообщения'; @@ -25,4 +24,3 @@ $labels'desktopdisabled' = 'В Вашем браузере отключены уведомления на рабочем столе.'; $labels'desktopunsupported' = 'Ваш браузер не поддерживает уведомления на рабочем столе.'; $labels'desktoptimeout' = 'Закрыть уведомление на рабочем столе'; -?>
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/newmail_notifier/localization/si_LK.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/newmail_notifier/localization/si_LK.inc
Changed
@@ -2,18 +2,16 @@ /* +-----------------------------------------------------------------------+ - | plugins/newmail_notifier/localization/<lang>.inc | - | | | Localization file of the Roundcube Webmail New Mail Notifier plugin | - | Copyright (C) 2012-2013, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-newmail_notifier/ */ + $labels'test' = 'පිරික්සන්න'; -?>
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/newmail_notifier/localization/sk_SK.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/newmail_notifier/localization/sk_SK.inc
Changed
@@ -2,19 +2,18 @@ /* +-----------------------------------------------------------------------+ - | plugins/newmail_notifier/localization/<lang>.inc | - | | | Localization file of the Roundcube Webmail New Mail Notifier plugin | - | Copyright (C) 2012-2013, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-newmail_notifier/ */ + $labels'basic' = 'Zobraziť upozornenie v prehliadači pri novej správe'; $labels'desktop' = 'Zobraziť upozornenie na ploche pri novej správe'; $labels'sound' = 'Prehrať zvuk pri novej správe'; @@ -25,4 +24,3 @@ $labels'desktopdisabled' = 'Upozornenia na ploche sú vo vašom prehliadači vypnuté.'; $labels'desktopunsupported' = 'Váš prehliadač nepodporuje upozornenia na ploche.'; $labels'desktoptimeout' = 'Zatvoriť notifikáciu na ploche'; -?>
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/newmail_notifier/localization/sl_SI.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/newmail_notifier/localization/sl_SI.inc
Changed
@@ -2,19 +2,18 @@ /* +-----------------------------------------------------------------------+ - | plugins/newmail_notifier/localization/<lang>.inc | - | | | Localization file of the Roundcube Webmail New Mail Notifier plugin | - | Copyright (C) 2012-2013, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-newmail_notifier/ */ + $labels'basic' = 'Prikaži obvestilo za nova sporočila'; $labels'desktop' = 'Prikaži obvestila na namizju za vsa nova sporočila'; $labels'sound' = 'Ob novem sporočilu predvajaj zvok'; @@ -25,4 +24,3 @@ $labels'desktopdisabled' = 'Obvestila na namizju so v vašem brskalniku onemogočena.'; $labels'desktopunsupported' = 'Vaš brskalnik ne podpira izpis obvestil na namizju.'; $labels'desktoptimeout' = 'Zapri obvestila na namizju'; -?>
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/newmail_notifier/localization/sq_AL.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/newmail_notifier/localization/sq_AL.inc
Changed
@@ -2,19 +2,18 @@ /* +-----------------------------------------------------------------------+ - | plugins/newmail_notifier/localization/<lang>.inc | - | | | Localization file of the Roundcube Webmail New Mail Notifier plugin | - | Copyright (C) 2012-2013, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-newmail_notifier/ */ + $labels'basic' = 'Shfaqni njoftime shfletuesi kur ka mesazhe të rinj'; $labels'desktop' = 'Shfaqni njoftime për desktop kur ka mesazhe të rinj'; $labels'sound' = 'Kur ka mesazhe të rinj, luaj tingullin'; @@ -25,4 +24,3 @@ $labels'desktopdisabled' = 'Njoftimet për desktop janë të çaktivizuara te shfletuesi juaj.'; $labels'desktopunsupported' = 'Shfletuesi juaj nuk mbulon njoftime për desktop.'; $labels'desktoptimeout' = 'Mbylle njoftimin për desktop'; -?>
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/newmail_notifier/localization/sr_CS.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/newmail_notifier/localization/sr_CS.inc
Changed
@@ -2,19 +2,18 @@ /* +-----------------------------------------------------------------------+ - | plugins/newmail_notifier/localization/<lang>.inc | - | | | Localization file of the Roundcube Webmail New Mail Notifier plugin | - | Copyright (C) 2012-2013, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-newmail_notifier/ */ + $labels'basic' = 'Прикажи обавештења о новим порукама у прегледачу'; $labels'desktop' = 'Прикажи обавештења о новим порукама у систему'; $labels'sound' = 'Пусти звук при новој поруци'; @@ -25,4 +24,3 @@ $labels'desktopdisabled' = 'Обавештења у систему су искључена у вашем прегледачу.'; $labels'desktopunsupported' = 'Ваш прегледач не подржава обавештења у систему.'; $labels'desktoptimeout' = 'Затвори обавештења у систему'; -?>
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/newmail_notifier/localization/sv_SE.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/newmail_notifier/localization/sv_SE.inc
Changed
@@ -2,19 +2,18 @@ /* +-----------------------------------------------------------------------+ - | plugins/newmail_notifier/localization/<lang>.inc | - | | | Localization file of the Roundcube Webmail New Mail Notifier plugin | - | Copyright (C) 2012-2013, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-newmail_notifier/ */ + $labels'basic' = 'Avisera nytt meddelande i webbläsaren'; $labels'desktop' = 'Avisera nytt meddelande på skrivbordet'; $labels'sound' = 'Avisera nytt meddelande med ljudsignal'; @@ -25,4 +24,3 @@ $labels'desktopdisabled' = 'Avisering på skrivbordet är avstängt i webbläsaren.'; $labels'desktopunsupported' = 'Avisering på skrivbordet stöds inte av webbläsaren.'; $labels'desktoptimeout' = 'Stäng avisering på skrivbordet'; -?>
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/newmail_notifier/localization/th_TH.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/newmail_notifier/localization/th_TH.inc
Changed
@@ -2,19 +2,18 @@ /* +-----------------------------------------------------------------------+ - | plugins/newmail_notifier/localization/<lang>.inc | - | | | Localization file of the Roundcube Webmail New Mail Notifier plugin | - | Copyright (C) 2012-2013, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-newmail_notifier/ */ + $labels'basic' = 'แสดงการแจ้งเตือนของเบราเซอร์ในข้อความใหม่'; $labels'desktop' = 'แสดงการแจ้งเตือนบนเดสก์ท็อปในข้อความใหม่'; $labels'sound' = 'เล่นเสียงในข้อความใหม่'; @@ -25,4 +24,3 @@ $labels'desktopdisabled' = 'ปิดการแจ้งเตือนบนเดสก์ท็อปในเบราว์เซอร์ของคุณ'; $labels'desktopunsupported' = 'เบราว์เซอร์ของคุณไม่สนับสนุนการแจ้งเตือนบนเดสก์ท็อป'; $labels'desktoptimeout' = 'ปิดการแจ้งเตือนจากเดสก์ท็อป'; -?>
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/newmail_notifier/localization/ti.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/newmail_notifier/localization/ti.inc
Changed
@@ -2,19 +2,18 @@ /* +-----------------------------------------------------------------------+ - | plugins/newmail_notifier/localization/<lang>.inc | - | | | Localization file of the Roundcube Webmail New Mail Notifier plugin | - | Copyright (C) 2012-2013, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-newmail_notifier/ */ + $labels'basic' = 'ሓዱሽ መል እኽቲ ጠቆምቲ አብ ጎስጓሲ ይርአ'; $labels'desktop' = 'ሓዱሽ መል እኽቲ ጠቆምቲ ኣብ ደስክቶፕ ይርአ'; $labels'sound' = 'ሓዱሽ መል እኽቲ ምስዝመጽእ ድምጺ ይሰማዕ'; @@ -24,4 +23,3 @@ $labels'testbody' = 'እዚ ጥቆማ ንፈተን ዝተገብረ እዩ::'; $labels'desktopdisabled' = 'ናይ ደስክቶፕ ጠቆምቲ ተኸልኪሎማ አለዉ::'; $labels'desktopunsupported' = 'እዚ ጎስጓሲ ናይ ደስክቶፕ ጠቆምቲ ኣይተገጠመሉን::'; -?>
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/newmail_notifier/localization/tr_TR.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/newmail_notifier/localization/tr_TR.inc
Changed
@@ -2,19 +2,18 @@ /* +-----------------------------------------------------------------------+ - | plugins/newmail_notifier/localization/<lang>.inc | - | | | Localization file of the Roundcube Webmail New Mail Notifier plugin | - | Copyright (C) 2012-2013, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-newmail_notifier/ */ + $labels'basic' = 'Yeni iletiler web tarayıcıdan bildirilsin'; $labels'desktop' = 'Yeni iletiler Masaüstünden bildirilsin'; $labels'sound' = 'Yeni ileti geldiğinde ses çalınsın'; @@ -25,4 +24,3 @@ $labels'desktopdisabled' = 'Web tarayıcınızda masaüstü bildirimi devre dışı bırakıldı.'; $labels'desktopunsupported' = 'Web tarayıcınız masaüstü bildirimlerini desteklemiyor'; $labels'desktoptimeout' = 'Masaüstü bildirimini kapat'; -?>
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/newmail_notifier/localization/uk_UA.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/newmail_notifier/localization/uk_UA.inc
Changed
@@ -2,19 +2,18 @@ /* +-----------------------------------------------------------------------+ - | plugins/newmail_notifier/localization/<lang>.inc | - | | | Localization file of the Roundcube Webmail New Mail Notifier plugin | - | Copyright (C) 2012-2013, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-newmail_notifier/ */ + $labels'basic' = 'Показувати у браузері сповіщення про нові повідомлення'; $labels'desktop' = 'Показувати на робочому столі сповіщення про нові повідомлення'; $labels'sound' = 'Програвати звук при появленні нового повідомлення'; @@ -25,4 +24,3 @@ $labels'desktopdisabled' = 'Повідомлення на робочому столі відключені у вашому браузері.'; $labels'desktopunsupported' = 'Ваш браузер не підтримує повідомлення на робочому столі.'; $labels'desktoptimeout' = 'Закрити сповіщення робочого столу'; -?>
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/newmail_notifier/localization/uz.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/newmail_notifier/localization/uz.inc
Changed
@@ -2,19 +2,18 @@ /* +-----------------------------------------------------------------------+ - | plugins/newmail_notifier/localization/<lang>.inc | - | | | Localization file of the Roundcube Webmail New Mail Notifier plugin | - | Copyright (C) 2012-2013, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-newmail_notifier/ */ + $labels'basic' = 'Yangi xat kelganda brauzer eslatmalarini tasvirlash'; $labels'desktop' = 'Yangi xat kelganda ish stoli eslatmalarini tasvirlash'; $labels'sound' = 'Yangi xat kelganda ovoz xabari berish'; @@ -25,4 +24,3 @@ $labels'desktopdisabled' = 'Sizning brauzeringizda eslatmalar o‘chirilgan.'; $labels'desktopunsupported' = 'Sizning brauzeringiz ish stoli eslatmalarini qo‘llab-quvvatla olmaydi.'; $labels'desktoptimeout' = 'Ish stoli eslatmalarini yopish'; -?>
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/newmail_notifier/localization/vi_VN.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/newmail_notifier/localization/vi_VN.inc
Changed
@@ -2,19 +2,18 @@ /* +-----------------------------------------------------------------------+ - | plugins/newmail_notifier/localization/<lang>.inc | - | | | Localization file of the Roundcube Webmail New Mail Notifier plugin | - | Copyright (C) 2012-2013, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-newmail_notifier/ */ + $labels'basic' = 'Hiển thị thông báo trên trình duyệt khi có thư mới'; $labels'desktop' = 'Hiển thị thông báo trên màn hình khi có thư mới'; $labels'sound' = 'Thông báo bằng âm thanh khi có thư mới'; @@ -25,4 +24,3 @@ $labels'desktopdisabled' = 'Thông báo trên màn hình bị tắt ở trình duyệt của bạn'; $labels'desktopunsupported' = 'Trình duyệt của bạn không hỗ trợ thông báo trên màn hình.'; $labels'desktoptimeout' = 'Đóng hiển thị màn hình'; -?>
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/newmail_notifier/localization/zh_CN.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/newmail_notifier/localization/zh_CN.inc
Changed
@@ -2,19 +2,18 @@ /* +-----------------------------------------------------------------------+ - | plugins/newmail_notifier/localization/<lang>.inc | - | | | Localization file of the Roundcube Webmail New Mail Notifier plugin | - | Copyright (C) 2012-2013, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-newmail_notifier/ */ + $labels'basic' = '在浏览器中显示新邮件提醒'; $labels'desktop' = '在桌面显示新邮件提醒'; $labels'sound' = '收到新邮件时播放声音'; @@ -25,4 +24,3 @@ $labels'desktopdisabled' = '您的浏览器已禁止桌面提醒功能。'; $labels'desktopunsupported' = '您的浏览器不支持桌面提醒功能。'; $labels'desktoptimeout' = '关闭桌面通知'; -?>
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/newmail_notifier/localization/zh_TW.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/newmail_notifier/localization/zh_TW.inc
Changed
@@ -2,19 +2,18 @@ /* +-----------------------------------------------------------------------+ - | plugins/newmail_notifier/localization/<lang>.inc | - | | | Localization file of the Roundcube Webmail New Mail Notifier plugin | - | Copyright (C) 2012-2013, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-newmail_notifier/ */ + $labels'basic' = '當有新郵件,顯示瀏覽器通知'; $labels'desktop' = '當有新郵件,顯示桌面通知'; $labels'sound' = '當有新郵件,播放音效'; @@ -25,4 +24,3 @@ $labels'desktopdisabled' = '您的瀏覽器已停用桌面通知功能'; $labels'desktopunsupported' = '您的瀏覽器不支援桌面通知功能'; $labels'desktoptimeout' = '關閉桌面通知'; -?>
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/password/localization/ar.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/password/localization/ar.inc
Changed
@@ -2,19 +2,18 @@ /* +-----------------------------------------------------------------------+ - | plugins/password/localization/<lang>.inc | - | | | Localization file of the Roundcube Webmail Password plugin | - | Copyright (C) 2012-2013, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-password/ */ + $labels'changepasswd' = 'تغيير كلمة المرور'; $labels'curpasswd' = 'كلمة المرور الحالية:'; $labels'newpasswd' = 'كلمة المرور الجديدة:';
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/password/localization/ar_SA.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/password/localization/ar_SA.inc
Changed
@@ -2,19 +2,18 @@ /* +-----------------------------------------------------------------------+ - | plugins/password/localization/<lang>.inc | - | | | Localization file of the Roundcube Webmail Password plugin | - | Copyright (C) 2012-2013, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-password/ */ + $labels'curpasswd' = 'كلمة المرور الحالية'; $labels'newpasswd' = 'كلمة المرور الجديدة'; $labels'confpasswd' = 'تأكيد كلمة المرور الجديدة';
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/password/localization/ast.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/password/localization/ast.inc
Changed
@@ -2,19 +2,18 @@ /* +-----------------------------------------------------------------------+ - | plugins/password/localization/<lang>.inc | - | | | Localization file of the Roundcube Webmail Password plugin | - | Copyright (C) 2012-2013, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-password/ */ + $labels'curpasswd' = 'Contraseña actual:'; $labels'newpasswd' = 'Contraseña nueva:'; $labels'confpasswd' = 'Confirmar contraseña:';
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/password/localization/az_AZ.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/password/localization/az_AZ.inc
Changed
@@ -2,19 +2,18 @@ /* +-----------------------------------------------------------------------+ - | plugins/password/localization/<lang>.inc | - | | | Localization file of the Roundcube Webmail Password plugin | - | Copyright (C) 2012-2013, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-password/ */ + $labels'curpasswd' = 'Hal-hazırki şifrə:'; $labels'newpasswd' = 'Yeni şifrə:'; $labels'confpasswd' = 'Yeni şifrə: (təkrar)';
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/password/localization/be_BE.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/password/localization/be_BE.inc
Changed
@@ -2,19 +2,18 @@ /* +-----------------------------------------------------------------------+ - | plugins/password/localization/<lang>.inc | - | | | Localization file of the Roundcube Webmail Password plugin | - | Copyright (C) 2012-2013, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-password/ */ + $labels'changepasswd' = 'Змяніць пароль'; $labels'curpasswd' = 'Бягучы пароль:'; $labels'newpasswd' = 'Новы пароль:';
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/password/localization/bg_BG.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/password/localization/bg_BG.inc
Changed
@@ -2,19 +2,18 @@ /* +-----------------------------------------------------------------------+ - | plugins/password/localization/<lang>.inc | - | | | Localization file of the Roundcube Webmail Password plugin | - | Copyright (C) 2012-2013, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-password/ */ + $labels'changepasswd' = 'Промяна на парола'; $labels'curpasswd' = 'Текуща парола:'; $labels'newpasswd' = 'Нова парола:'; @@ -27,7 +26,10 @@ $messages'connecterror' = 'Невъзможна промяна на паролата. Грешка при свързване със сървър.'; $messages'internalerror' = 'Паролата не може да бъде променена.'; $messages'passwordshort' = 'Паролата трябва да е дълга поне $length знака.'; -$messages'passwordweak' = 'Паролата трябва да включва поне един цифра и поне един знак за пунктуация.'; +$messages'passwordweak' = 'Паролата трябва да включва поне една цифра и един препинателен знак.'; +$messages'passwordtooweak' = 'Паролата е твърде лесна.'; +$messages'passwordnoseq' = 'Паролата не трябва да бъде последователност като 123456 или QWERTY.'; +$messages'passwordnocommon' = 'Паролата не трябва да е често срещна дума или име.'; $messages'passwordforbidden' = 'Паролата съдържа непозволени символи.'; $messages'firstloginchange' = 'Влизате за първи път. Моля променете Вашата парола.'; $messages'disablednotice' = 'Системата е в режим на поддръжка и не е възможна промяна на паролата. Всичко би трябвало да се нормализира съвсем скоро. Извиняваме са за причиненото неудобство.'; @@ -35,3 +37,4 @@ $messages'samepasswd' = 'Новата парола трябва да е различна от старата парола.'; $messages'passwdexpirewarning' = 'Внимание! Срокът на Вашата парола изтича съвсем скоро и е препоръчително да я смените преди $expirationdatetime.'; $messages'passwdexpired' = 'Срокът на Вашата парола е изтекъл и трябва да я смените точно сега!'; +$messages'passwdconstraintviolation' = 'Нарушение на изискване за паролата. Вероятно паролата е твърде лесна.';
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/password/localization/br.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/password/localization/br.inc
Changed
@@ -2,19 +2,18 @@ /* +-----------------------------------------------------------------------+ - | plugins/password/localization/<lang>.inc | - | | | Localization file of the Roundcube Webmail Password plugin | - | Copyright (C) 2012-2013, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-password/ */ + $labels'changepasswd' = 'Kemmañ ar ger-tremen'; $labels'curpasswd' = 'Ger-tremen bremañ :'; $labels'newpasswd' = 'Ger-tremen nevez :';
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/password/localization/bs_BA.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/password/localization/bs_BA.inc
Changed
@@ -2,19 +2,18 @@ /* +-----------------------------------------------------------------------+ - | plugins/password/localization/<lang>.inc | - | | | Localization file of the Roundcube Webmail Password plugin | - | Copyright (C) 2012-2013, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-password/ */ + $labels'changepasswd' = 'Promijeni šifru'; $labels'curpasswd' = 'Trenutna šifra:'; $labels'newpasswd' = 'Nova šifra:';
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/password/localization/ca_ES.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/password/localization/ca_ES.inc
Changed
@@ -2,19 +2,18 @@ /* +-----------------------------------------------------------------------+ - | plugins/password/localization/<lang>.inc | - | | | Localization file of the Roundcube Webmail Password plugin | - | Copyright (C) 2012-2013, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-password/ */ + $labels'changepasswd' = 'Canvia la contrasenya'; $labels'curpasswd' = 'Contrasenya actual:'; $labels'newpasswd' = 'Nova contrasenya:';
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/password/localization/cs_CZ.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/password/localization/cs_CZ.inc
Changed
@@ -2,19 +2,18 @@ /* +-----------------------------------------------------------------------+ - | plugins/password/localization/<lang>.inc | - | | | Localization file of the Roundcube Webmail Password plugin | - | Copyright (C) 2012-2013, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-password/ */ + $labels'changepasswd' = 'Změna hesla'; $labels'curpasswd' = 'Aktuální heslo:'; $labels'newpasswd' = 'Nové heslo:';
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/password/localization/cy_GB.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/password/localization/cy_GB.inc
Changed
@@ -2,19 +2,18 @@ /* +-----------------------------------------------------------------------+ - | plugins/password/localization/<lang>.inc | - | | | Localization file of the Roundcube Webmail Password plugin | - | Copyright (C) 2012-2013, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-password/ */ + $labels'changepasswd' = 'Newid cyfrinair'; $labels'curpasswd' = 'Cyfrinair Presennol:'; $labels'newpasswd' = 'Cyfrinair Newydd:';
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/password/localization/da_DK.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/password/localization/da_DK.inc
Changed
@@ -2,19 +2,18 @@ /* +-----------------------------------------------------------------------+ - | plugins/password/localization/<lang>.inc | - | | | Localization file of the Roundcube Webmail Password plugin | - | Copyright (C) 2012-2013, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-password/ */ + $labels'changepasswd' = 'Ændre adgangskode '; $labels'curpasswd' = 'Nuværende adgangskode:'; $labels'newpasswd' = 'Ny adgangskode:'; @@ -28,6 +27,9 @@ $messages'internalerror' = 'Kunne ikke gemme den nye adgangskode.'; $messages'passwordshort' = 'Adgangskoden skal være mindst $length tegn lang.'; $messages'passwordweak' = 'Adgangskoden skal indeholde mindst et tal og et tegnsætningstegn (-.,)'; +$messages'passwordtooweak' = 'Adgangskoden er for svag'; +$messages'passwordnoseq' = 'Adgangskoden bør ikke være en række som 123456 eller QWERTY.'; +$messages'passwordnocommon' = 'Adgangskoden bør ikke være et almindeligt ord eller navn.'; $messages'passwordforbidden' = 'Adgangskoden indeholder forbudte tegn.'; $messages'firstloginchange' = 'Dette er første gang du logger ind, ændre venligst din adgangskode'; $messages'disablednotice' = 'Systemet vedligeholdes i øjeblikket og det er pt. ikke muligt at skifte kodeord. Alt burde være oppe igen om lidt. Vi beklager ulejligheden. ';
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/password/localization/de_CH.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/password/localization/de_CH.inc
Changed
@@ -2,19 +2,18 @@ /* +-----------------------------------------------------------------------+ - | plugins/password/localization/<lang>.inc | - | | | Localization file of the Roundcube Webmail Password plugin | - | Copyright (C) 2012-2013, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-password/ */ + $labels'changepasswd' = 'Passwort ändern'; $labels'curpasswd' = 'Aktuelles Passwort'; $labels'newpasswd' = 'Neues Passwort';
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/password/localization/de_DE.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/password/localization/de_DE.inc
Changed
@@ -2,19 +2,18 @@ /* +-----------------------------------------------------------------------+ - | plugins/password/localization/<lang>.inc | - | | | Localization file of the Roundcube Webmail Password plugin | - | Copyright (C) 2012-2013, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-password/ */ + $labels'changepasswd' = 'Passwort ändern'; $labels'curpasswd' = 'Aktuelles Passwort:'; $labels'newpasswd' = 'Neues Passwort:';
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/password/localization/el_GR.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/password/localization/el_GR.inc
Changed
@@ -2,19 +2,18 @@ /* +-----------------------------------------------------------------------+ - | plugins/password/localization/<lang>.inc | - | | | Localization file of the Roundcube Webmail Password plugin | - | Copyright (C) 2012-2013, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-password/ */ + $labels'changepasswd' = 'Αλλαγή κωδικού'; $labels'curpasswd' = 'Τρέχων κωδικός πρόσβασης:'; $labels'newpasswd' = 'Νέος κωδικός πρόσβασης:';
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/password/localization/en_CA.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/password/localization/en_CA.inc
Changed
@@ -2,19 +2,18 @@ /* +-----------------------------------------------------------------------+ - | plugins/password/localization/<lang>.inc | - | | | Localization file of the Roundcube Webmail Password plugin | - | Copyright (C) 2012-2013, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-password/ */ + $labels'curpasswd' = 'Current Password:'; $labels'newpasswd' = 'New Password:'; $labels'confpasswd' = 'Confirm New Password:';
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/password/localization/en_GB.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/password/localization/en_GB.inc
Changed
@@ -2,19 +2,18 @@ /* +-----------------------------------------------------------------------+ - | plugins/password/localization/<lang>.inc | - | | | Localization file of the Roundcube Webmail Password plugin | - | Copyright (C) 2012-2013, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-password/ */ + $labels'changepasswd' = 'Change password'; $labels'curpasswd' = 'Current Password:'; $labels'newpasswd' = 'New Password:';
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/password/localization/eo.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/password/localization/eo.inc
Changed
@@ -2,19 +2,18 @@ /* +-----------------------------------------------------------------------+ - | plugins/password/localization/<lang>.inc | - | | | Localization file of the Roundcube Webmail Password plugin | - | Copyright (C) 2012-2013, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-password/ */ + $labels'curpasswd' = 'Nuna pasvorto:'; $labels'newpasswd' = 'Nova pasvorto:'; $labels'confpasswd' = 'Konfirmi novan pasvorton:';
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/password/localization/es_419.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/password/localization/es_419.inc
Changed
@@ -2,19 +2,18 @@ /* +-----------------------------------------------------------------------+ - | plugins/password/localization/<lang>.inc | - | | | Localization file of the Roundcube Webmail Password plugin | - | Copyright (C) 2012-2013, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-password/ */ + $labels'changepasswd' = 'Cambiar contraseña'; $labels'curpasswd' = 'Contraseña actual: '; $labels'newpasswd' = 'Contraseña nueva:';
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/password/localization/es_AR.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/password/localization/es_AR.inc
Changed
@@ -2,19 +2,18 @@ /* +-----------------------------------------------------------------------+ - | plugins/password/localization/<lang>.inc | - | | | Localization file of the Roundcube Webmail Password plugin | - | Copyright (C) 2012-2013, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-password/ */ + $labels'changepasswd' = 'Cambiar contraseña'; $labels'curpasswd' = 'Contraseña Actual:'; $labels'newpasswd' = 'Contraseña Nueva:';
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/password/localization/es_ES.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/password/localization/es_ES.inc
Changed
@@ -2,19 +2,18 @@ /* +-----------------------------------------------------------------------+ - | plugins/password/localization/<lang>.inc | - | | | Localization file of the Roundcube Webmail Password plugin | - | Copyright (C) 2012-2013, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-password/ */ + $labels'changepasswd' = 'Cambiar contraseña'; $labels'curpasswd' = 'Contraseña actual:'; $labels'newpasswd' = 'Contraseña nueva:';
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/password/localization/et_EE.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/password/localization/et_EE.inc
Changed
@@ -2,19 +2,18 @@ /* +-----------------------------------------------------------------------+ - | plugins/password/localization/<lang>.inc | - | | | Localization file of the Roundcube Webmail Password plugin | - | Copyright (C) 2012-2013, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-password/ */ + $labels'changepasswd' = 'Muuda parooli'; $labels'curpasswd' = 'Vana parool:'; $labels'newpasswd' = 'Uus parool:';
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/password/localization/eu_ES.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/password/localization/eu_ES.inc
Changed
@@ -2,19 +2,18 @@ /* +-----------------------------------------------------------------------+ - | plugins/password/localization/<lang>.inc | - | | | Localization file of the Roundcube Webmail Password plugin | - | Copyright (C) 2012-2013, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-password/ */ + $labels'changepasswd' = 'Aldatu pasahitza'; $labels'curpasswd' = 'Oraingo pasahitza:'; $labels'newpasswd' = 'Pasahitz berria:';
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/password/localization/fa_AF.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/password/localization/fa_AF.inc
Changed
@@ -2,19 +2,18 @@ /* +-----------------------------------------------------------------------+ - | plugins/password/localization/<lang>.inc | - | | | Localization file of the Roundcube Webmail Password plugin | - | Copyright (C) 2012-2013, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-password/ */ + $labels'curpasswd' = 'رمز عبور کنونی'; $labels'newpasswd' = 'رمز عبور جدید'; $labels'confpasswd' = 'تایید رمز عبور جدید';
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/password/localization/fa_IR.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/password/localization/fa_IR.inc
Changed
@@ -2,19 +2,18 @@ /* +-----------------------------------------------------------------------+ - | plugins/password/localization/<lang>.inc | - | | | Localization file of the Roundcube Webmail Password plugin | - | Copyright (C) 2012-2013, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-password/ */ + $labels'changepasswd' = 'تغییر گذرواژه'; $labels'curpasswd' = 'گذرواژه فعلی:'; $labels'newpasswd' = 'گذرواژه جدید:';
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/password/localization/fi_FI.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/password/localization/fi_FI.inc
Changed
@@ -2,19 +2,18 @@ /* +-----------------------------------------------------------------------+ - | plugins/password/localization/<lang>.inc | - | | | Localization file of the Roundcube Webmail Password plugin | - | Copyright (C) 2012-2013, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-password/ */ + $labels'changepasswd' = 'Vaihda salasana'; $labels'curpasswd' = 'Nykyinen salasana:'; $labels'newpasswd' = 'Uusi salasana:';
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/password/localization/fo_FO.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/password/localization/fo_FO.inc
Changed
@@ -2,19 +2,18 @@ /* +-----------------------------------------------------------------------+ - | plugins/password/localization/<lang>.inc | - | | | Localization file of the Roundcube Webmail Password plugin | - | Copyright (C) 2012-2013, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-password/ */ + $labels'changepasswd' = 'Broyt loyniorð'; $labels'curpasswd' = 'Nú verandi loyniorð:'; $labels'newpasswd' = 'Nýtt loyniorð:';
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/password/localization/fr_FR.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/password/localization/fr_FR.inc
Changed
@@ -2,19 +2,18 @@ /* +-----------------------------------------------------------------------+ - | plugins/password/localization/<lang>.inc | - | | | Localization file of the Roundcube Webmail Password plugin | - | Copyright (C) 2012-2013, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-password/ */ + $labels'changepasswd' = 'Changer le mot de passe'; $labels'curpasswd' = 'Mot de passe actuel :'; $labels'newpasswd' = 'Nouveau mot de passe :';
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/password/localization/fy_NL.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/password/localization/fy_NL.inc
Changed
@@ -2,19 +2,18 @@ /* +-----------------------------------------------------------------------+ - | plugins/password/localization/<lang>.inc | - | | | Localization file of the Roundcube Webmail Password plugin | - | Copyright (C) 2012-2013, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-password/ */ + $labels'changepasswd' = 'Wachtwurd feroarje'; $labels'curpasswd' = 'Aktueel wachtwurd:'; $labels'newpasswd' = 'Nij wachtwurd:';
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/password/localization/ga_IE.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/password/localization/ga_IE.inc
Changed
@@ -2,19 +2,18 @@ /* +-----------------------------------------------------------------------+ - | plugins/password/localization/<lang>.inc | - | | | Localization file of the Roundcube Webmail Password plugin | - | Copyright (C) 2012-2013, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-password/ */ + $labels'changepasswd' = 'Athraigh an focal faire'; $labels'curpasswd' = 'An focal faire reatha:'; $labels'newpasswd' = 'An focal faire nua:';
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/password/localization/gl_ES.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/password/localization/gl_ES.inc
Changed
@@ -2,19 +2,18 @@ /* +-----------------------------------------------------------------------+ - | plugins/password/localization/<lang>.inc | - | | | Localization file of the Roundcube Webmail Password plugin | - | Copyright (C) 2012-2013, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-password/ */ + $labels'changepasswd' = 'Cambiar contrasinal'; $labels'curpasswd' = 'Contrasinal actual:'; $labels'newpasswd' = 'Contrasinal novo:';
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/password/localization/he_IL.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/password/localization/he_IL.inc
Changed
@@ -2,19 +2,18 @@ /* +-----------------------------------------------------------------------+ - | plugins/password/localization/<lang>.inc | - | | | Localization file of the Roundcube Webmail Password plugin | - | Copyright (C) 2012-2013, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-password/ */ + $labels'changepasswd' = 'שנה סיסמה'; $labels'curpasswd' = 'סיסמה נוכחית:'; $labels'newpasswd' = 'סיסמה חדשה:'; @@ -28,6 +27,9 @@ $messages'internalerror' = 'לא ניתן לשמור על הסיסמה החדשה.'; $messages'passwordshort' = 'הסיסמה צריכה להיות לפחות בעלת $length תווים'; $messages'passwordweak' = 'הסיסמה חייבת לכלול לפחות סיפרה אחת ולפחות סימן פיסוק אחד.'; +$messages'passwordtooweak' = 'הסיסמה חלשה מדי'; +$messages'passwordnoseq' = 'אסור שהסיסמה תהיה סדרה של תוים קשורים או בעלי משמעות כמו למשל 123456 או QUWERTY'; +$messages'passwordnocommon' = 'אסור שהסיסמה תהיה מילה נפוצה או שם/כינוי.'; $messages'passwordforbidden' = 'הסיסמה מכילה תווים אסורים.'; $messages'firstloginchange' = 'זוהי כניסתך הראשונה. אנא שנה את סיסמתך.'; $messages'disablednotice' = 'לא ניתן לשנות סיסמה כעת כי המערכת התחזוקה. המערכת תחזור בקרוב לפעולה רגילה. אנו מתנצלים על אי הנוחות.';
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/password/localization/hr_HR.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/password/localization/hr_HR.inc
Changed
@@ -2,19 +2,18 @@ /* +-----------------------------------------------------------------------+ - | plugins/password/localization/<lang>.inc | - | | | Localization file of the Roundcube Webmail Password plugin | - | Copyright (C) 2012-2013, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-password/ */ + $labels'changepasswd' = 'Promjena zaporke'; $labels'curpasswd' = 'Važeća zaporka:'; $labels'newpasswd' = 'Nova zaporka:'; @@ -28,6 +27,13 @@ $messages'internalerror' = 'Nemoguće promijeniti zaporku.'; $messages'passwordshort' = 'Zaporka mora sadržavati barem $length znakova.'; $messages'passwordweak' = 'Zaporka mora sadržavati barem jednu znamenku i jedan interpunkcijski znak.'; +$messages'passwordtooweak' = 'Preslaba zaporka.'; +$messages'passwordnoseq' = 'Zaporka ne smije biti niz poput 123456 ili QWERTZ'; +$messages'passwordnocommon' = 'Zaporka ne bi smjela biti uobičajena riječ ili ime.'; $messages'passwordforbidden' = 'Zaporka sadrži nedozvoljene znakove.'; $messages'firstloginchange' = 'Ovo je vaša prva prijava u sustav. Molimo promijenite vašu zaporku.'; $messages'disablednotice' = 'Sustav je trenutno u fazi održavanja i promjena zaporke trenutno nije moguća. Uskoro bi sve trebalo raditi ispravno. Ispričavamo se zbog neugodnosti.'; +$messages'passwinhistory' = 'Zaporka je bila prije u uporabi.'; +$messages'samepasswd' = 'Nova zaporka mora biti drukčija od stare.'; +$messages'passwdexpirewarning' = 'Upozorenje! Vaša će zaporka uskoro isteći, promijenite je prije $expirationdatetime.'; +$messages'passwdexpired' = 'Vaša je zaporka istekla, morate je odmah promijeniti!';
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/password/localization/hu_HU.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/password/localization/hu_HU.inc
Changed
@@ -2,19 +2,18 @@ /* +-----------------------------------------------------------------------+ - | plugins/password/localization/<lang>.inc | - | | | Localization file of the Roundcube Webmail Password plugin | - | Copyright (C) 2012-2013, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-password/ */ + $labels'changepasswd' = 'Jelszó módosítás'; $labels'curpasswd' = 'Jelenlegi jelszó:'; $labels'newpasswd' = 'Új jelszó:';
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/password/localization/hy_AM.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/password/localization/hy_AM.inc
Changed
@@ -2,19 +2,18 @@ /* +-----------------------------------------------------------------------+ - | plugins/password/localization/<lang>.inc | - | | | Localization file of the Roundcube Webmail Password plugin | - | Copyright (C) 2012-2013, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-password/ */ + $labels'changepasswd' = 'Փոխել գաղտնաբառը'; $labels'curpasswd' = 'Ներկա գաղտնաբառ`'; $labels'newpasswd' = 'Նոր գաղտնաբառ`';
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/password/localization/ia.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/password/localization/ia.inc
Changed
@@ -2,19 +2,18 @@ /* +-----------------------------------------------------------------------+ - | plugins/password/localization/<lang>.inc | - | | | Localization file of the Roundcube Webmail Password plugin | - | Copyright (C) 2012-2013, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-password/ */ + $labels'changepasswd' = 'Cambiar contrasigno'; $labels'curpasswd' = 'Contrasigno actual:'; $labels'newpasswd' = 'Nove contrasigno:';
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/password/localization/id_ID.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/password/localization/id_ID.inc
Changed
@@ -2,19 +2,18 @@ /* +-----------------------------------------------------------------------+ - | plugins/password/localization/<lang>.inc | - | | | Localization file of the Roundcube Webmail Password plugin | - | Copyright (C) 2012-2013, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-password/ */ + $labels'changepasswd' = 'Ubah sandi'; $labels'curpasswd' = 'Sandi saat ini:'; $labels'newpasswd' = 'Sandi Baru:';
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/password/localization/is_IS.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/password/localization/is_IS.inc
Changed
@@ -2,19 +2,18 @@ /* +-----------------------------------------------------------------------+ - | plugins/password/localization/<lang>.inc | - | | | Localization file of the Roundcube Webmail Password plugin | - | Copyright (C) 2012-2013, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-password/ */ + $labels'changepasswd' = 'Breyta lykilorði'; $labels'curpasswd' = 'Núverandi lykilorð:'; $labels'newpasswd' = 'Nýtt lykilorð:';
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/password/localization/it_IT.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/password/localization/it_IT.inc
Changed
@@ -2,19 +2,18 @@ /* +-----------------------------------------------------------------------+ - | plugins/password/localization/<lang>.inc | - | | | Localization file of the Roundcube Webmail Password plugin | - | Copyright (C) 2012-2013, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-password/ */ + $labels'changepasswd' = 'Modifica la Password'; $labels'curpasswd' = 'Password corrente:'; $labels'newpasswd' = 'Nuova password:'; @@ -28,6 +27,9 @@ $messages'internalerror' = 'Impossibile salvare la nuova password.'; $messages'passwordshort' = 'La password deve essere lunga almeno $length caratteri.'; $messages'passwordweak' = 'La password deve includere almeno una cifra decimale e un carattere di punteggiatura.'; +$messages'passwordtooweak' = 'La password è troppo debole.'; +$messages'passwordnoseq' = 'La password non deve essere una sequenza come 123456 o QWERTY.'; +$messages'passwordnocommon' = 'La password non deve contenere parole comuni o nomi.'; $messages'passwordforbidden' = 'La password contiene caratteri proibiti.'; $messages'firstloginchange' = 'Questo è il tuo primo accesso. Si prega di cambiare la propria password.'; $messages'disablednotice' = 'Il sistema è attualmente in manutenzione e pertanto al momento non è possibile effettuare il cambio della password. Presto tutto tornerà alla normalità. Ci scusiamo per il disagio.';
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/password/localization/ja_JP.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/password/localization/ja_JP.inc
Changed
@@ -2,19 +2,18 @@ /* +-----------------------------------------------------------------------+ - | plugins/password/localization/<lang>.inc | - | | | Localization file of the Roundcube Webmail Password plugin | - | Copyright (C) 2012-2013, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-password/ */ + $labels'changepasswd' = 'パスワードの変更'; $labels'curpasswd' = '現在のパスワード:'; $labels'newpasswd' = '新しいパスワード:';
View file
roundcubemail-1.4-rc1.167.tar.gz/plugins/password/localization/kab.inc
Added
@@ -0,0 +1,20 @@ +<?php + +/* + +-----------------------------------------------------------------------+ + | Localization file of the Roundcube Webmail Password plugin | + | | + | Copyright (C) The Roundcube Dev Team | + | | + | Licensed under the GNU General Public License version 3 or | + | any later version with exceptions for skins & plugins. | + | See the README file for a full license statement. | + +-----------------------------------------------------------------------+ + + For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-password/ +*/ + +$labels'changepasswd' = 'Beddel awal uffir'; +$labels'curpasswd' = 'Awal uffir amiran'; +$labels'newpasswd' = 'Awal uffir amaynut:'; +$labels'confpasswd' = 'Sentem awal uffir:';
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/password/localization/km_KH.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/password/localization/km_KH.inc
Changed
@@ -2,19 +2,18 @@ /* +-----------------------------------------------------------------------+ - | plugins/password/localization/<lang>.inc | - | | | Localization file of the Roundcube Webmail Password plugin | - | Copyright (C) 2012-2013, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-password/ */ + $labels'curpasswd' = 'ពាក្យសម្ងាត់បច្ចុប្បន្ន៖'; $labels'newpasswd' = 'ពាក្យសម្ងាត់ថ្មី៖'; $labels'confpasswd' = 'បញ្ជាក់ពាក្យសម្ងាត់ថ្មី៖';
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/password/localization/ko_KR.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/password/localization/ko_KR.inc
Changed
@@ -2,19 +2,18 @@ /* +-----------------------------------------------------------------------+ - | plugins/password/localization/<lang>.inc | - | | | Localization file of the Roundcube Webmail Password plugin | - | Copyright (C) 2012-2013, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-password/ */ + $labels'changepasswd' = '암호 변경'; $labels'curpasswd' = '현재 암호:'; $labels'newpasswd' = '새로운 암호:';
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/password/localization/ku.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/password/localization/ku.inc
Changed
@@ -2,19 +2,18 @@ /* +-----------------------------------------------------------------------+ - | plugins/password/localization/<lang>.inc | - | | | Localization file of the Roundcube Webmail Password plugin | - | Copyright (C) 2012-2013, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-password/ */ + $labels'changepasswd' = 'Şîfreyê biguherîne'; $labels'curpasswd' = 'Şîfreya niha:'; $labels'newpasswd' = 'Şîfreya nû:';
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/password/localization/ku_IQ.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/password/localization/ku_IQ.inc
Changed
@@ -2,19 +2,18 @@ /* +-----------------------------------------------------------------------+ - | plugins/password/localization/<lang>.inc | - | | | Localization file of the Roundcube Webmail Password plugin | - | Copyright (C) 2012-2013, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-password/ */ + $labels'changepasswd' = 'گۆڕینی تێپەڕەوشە'; $labels'curpasswd' = 'تێپەڕەوشەی ئێستا:'; $labels'newpasswd' = 'تێپەڕەوشەی نوێ:';
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/password/localization/lb_LU.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/password/localization/lb_LU.inc
Changed
@@ -2,19 +2,18 @@ /* +-----------------------------------------------------------------------+ - | plugins/password/localization/<lang>.inc | - | | | Localization file of the Roundcube Webmail Password plugin | - | Copyright (C) 2012-2013, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-password/ */ + $labels'curpasswd' = 'Aktuellt Passwuert:'; $labels'newpasswd' = 'Neit Passwuert:'; $labels'confpasswd' = 'Neit Passwuert bestätegen:';
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/password/localization/lt_LT.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/password/localization/lt_LT.inc
Changed
@@ -2,19 +2,18 @@ /* +-----------------------------------------------------------------------+ - | plugins/password/localization/<lang>.inc | - | | | Localization file of the Roundcube Webmail Password plugin | - | Copyright (C) 2012-2013, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-password/ */ + $labels'changepasswd' = 'Keisti slaptažodį'; $labels'curpasswd' = 'Dabartinis slaptažodis:'; $labels'newpasswd' = 'Naujasis slaptažodis:';
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/password/localization/lv_LV.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/password/localization/lv_LV.inc
Changed
@@ -2,19 +2,18 @@ /* +-----------------------------------------------------------------------+ - | plugins/password/localization/<lang>.inc | - | | | Localization file of the Roundcube Webmail Password plugin | - | Copyright (C) 2012-2013, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-password/ */ + $labels'changepasswd' = 'Mainīt paroli'; $labels'curpasswd' = 'Pašreizējā parole:'; $labels'newpasswd' = 'Jaunā parole:';
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/password/localization/mk_MK.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/password/localization/mk_MK.inc
Changed
@@ -2,19 +2,18 @@ /* +-----------------------------------------------------------------------+ - | plugins/password/localization/<lang>.inc | - | | | Localization file of the Roundcube Webmail Password plugin | - | Copyright (C) 2012-2013, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-password/ */ + $labels'changepasswd' = 'Променете лозинка'; $labels'curpasswd' = 'Сегашна лозинка'; $labels'newpasswd' = 'Нова лозинка';
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/password/localization/ml_IN.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/password/localization/ml_IN.inc
Changed
@@ -2,19 +2,18 @@ /* +-----------------------------------------------------------------------+ - | plugins/password/localization/<lang>.inc | - | | | Localization file of the Roundcube Webmail Password plugin | - | Copyright (C) 2012-2013, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-password/ */ + $labels'changepasswd' = 'രഹസ്യവാക്ക് മാറ്റുക'; $labels'curpasswd' = 'ഇപ്പോഴത്തെ രഹസ്യവാക്ക്'; $labels'newpasswd' = 'പുതിയ രഹസ്യവാക്ക്';
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/password/localization/mn_MN.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/password/localization/mn_MN.inc
Changed
@@ -2,19 +2,18 @@ /* +-----------------------------------------------------------------------+ - | plugins/password/localization/<lang>.inc | - | | | Localization file of the Roundcube Webmail Password plugin | - | Copyright (C) 2012-2013, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-password/ */ + $labels'changepasswd' = 'Нууц үг солих'; $labels'curpasswd' = 'Одоогийн нууц үг:'; $labels'newpasswd' = 'Шинэ нууц үг:';
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/password/localization/nb_NO.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/password/localization/nb_NO.inc
Changed
@@ -2,19 +2,19 @@ /* +-----------------------------------------------------------------------+ - | plugins/password/localization/<lang>.inc | - | | | Localization file of the Roundcube Webmail Password plugin | - | Copyright (C) 2012-2013, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-password/ */ + +$labels'changepasswd' = 'Bytt passord'; $labels'curpasswd' = 'Nåværende passord:'; $labels'newpasswd' = 'Nytt passord:'; $labels'confpasswd' = 'Bekreft nytt passord'; @@ -27,4 +27,14 @@ $messages'internalerror' = 'Kunne ikke lagre nytt passord'; $messages'passwordshort' = 'Passordet må minimum inneholde $length tegn.'; $messages'passwordweak' = 'Passordet må inneholde minst ett tall og ett tegnsettingssymbol.'; +$messages'passwordtooweak' = 'Passordet er for svakt.'; +$messages'passwordnoseq' = 'Passordet burde ikke være en setning slik som 123456 eller QWERTY.'; +$messages'passwordnocommon' = 'Passordet burde ikke være et ord eller navn.'; $messages'passwordforbidden' = 'Passordet inneholder forbudte tegn.'; +$messages'firstloginchange' = 'Dette er din første innlogging. Vennligst bytt ditt passord.'; +$messages'disablednotice' = 'Systemet er under vedlikehold og man kan ikke endre passord for øyeblikket. Alt skal være tilbake til normalt snart. Vi beklager de ulempene dette måtte medføre.'; +$messages'passwinhistory' = 'Dette passordet er benyttet tidligere.'; +$messages'samepasswd' = 'Det nye passordet må være anderledes fra det gamle.'; +$messages'passwdexpirewarning' = 'Advarsel! Ditt passord løper snart ut, bytt det før $expirationdatetime.'; +$messages'passwdexpired' = 'Ditt passord har løpt ut, du må bytte det nå!'; +$messages'passwdconstraintviolation' = 'Brudd på passordbegrensning. Passordet er sannsynligvis for svakt.';
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/password/localization/nl_BE.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/password/localization/nl_BE.inc
Changed
@@ -2,19 +2,18 @@ /* +-----------------------------------------------------------------------+ - | plugins/password/localization/<lang>.inc | - | | | Localization file of the Roundcube Webmail Password plugin | - | Copyright (C) 2012-2013, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-password/ */ + $labels'changepasswd' = 'Wijzig wachtwoord'; $labels'curpasswd' = 'Huidig wachtwoord:'; $labels'newpasswd' = 'Nieuw wachtwoord:';
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/password/localization/nl_NL.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/password/localization/nl_NL.inc
Changed
@@ -2,19 +2,18 @@ /* +-----------------------------------------------------------------------+ - | plugins/password/localization/<lang>.inc | - | | | Localization file of the Roundcube Webmail Password plugin | - | Copyright (C) 2012-2013, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-password/ */ + $labels'changepasswd' = 'Wijzig wachtwoord'; $labels'curpasswd' = 'Huidig wachtwoord:'; $labels'newpasswd' = 'Nieuw wachtwoord:';
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/password/localization/nn_NO.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/password/localization/nn_NO.inc
Changed
@@ -2,19 +2,18 @@ /* +-----------------------------------------------------------------------+ - | plugins/password/localization/<lang>.inc | - | | | Localization file of the Roundcube Webmail Password plugin | - | Copyright (C) 2012-2013, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-password/ */ + $labels'curpasswd' = 'Noverande passord:'; $labels'newpasswd' = 'Nytt passord:'; $labels'confpasswd' = 'Bekreft nytt passord';
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/password/localization/pl_PL.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/password/localization/pl_PL.inc
Changed
@@ -2,19 +2,18 @@ /* +-----------------------------------------------------------------------+ - | plugins/password/localization/<lang>.inc | - | | | Localization file of the Roundcube Webmail Password plugin | - | Copyright (C) 2012-2013, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-password/ */ + $labels'changepasswd' = 'Zmiana hasła'; $labels'curpasswd' = 'Aktualne hasło:'; $labels'newpasswd' = 'Nowe hasło:'; @@ -28,6 +27,7 @@ $messages'internalerror' = 'Nie udało się zapisać nowego hasła.'; $messages'passwordshort' = 'Hasło musi posiadać co najmniej $length znaków.'; $messages'passwordweak' = 'Hasło musi zawierać co najmniej jedną cyfrę i znak interpunkcyjny.'; +$messages'passwordtooweak' = 'Hasło jest zbyt słabe.'; $messages'passwordnoseq' = 'Hasło nie powinno być sekwencją typu 123456 albo QWERTY.'; $messages'passwordnocommon' = 'Hasło nie może być zwykłym słowem lub nazwą.'; $messages'passwordforbidden' = 'Hasło zawiera niedozwolone znaki.';
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/password/localization/pt_BR.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/password/localization/pt_BR.inc
Changed
@@ -2,19 +2,18 @@ /* +-----------------------------------------------------------------------+ - | plugins/password/localization/<lang>.inc | - | | | Localization file of the Roundcube Webmail Password plugin | - | Copyright (C) 2012-2013, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-password/ */ + $labels'changepasswd' = 'Alterar a senha'; $labels'curpasswd' = 'Senha atual:'; $labels'newpasswd' = 'Nova senha:'; @@ -28,6 +27,9 @@ $messages'internalerror' = 'Não foi possível gravar a nova senha.'; $messages'passwordshort' = 'A senha precisa ter ao menos $length caracteres.'; $messages'passwordweak' = 'A senha precisa conter ao menos um número e um caractere de pontuação.'; +$messages'passwordtooweak' = 'Senha fraca demais.'; +$messages'passwordnoseq' = 'Senha não deve ser uma sequência como 123456 ou QWERTY.'; +$messages'passwordnocommon' = 'Senha não deve ser uma palavra comum ou nome.'; $messages'passwordforbidden' = 'A senha contém caracteres proibidos.'; $messages'firstloginchange' = 'Este é o seu primeiro acesso. Por favor altere sua senha.'; $messages'disablednotice' = 'O sistema está em manutenção e a senha não pode ser alterada no momento. Tudo voltará ao normal em breve. Pedimos desculpas pelo inconveniente.';
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/password/localization/pt_PT.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/password/localization/pt_PT.inc
Changed
@@ -2,19 +2,18 @@ /* +-----------------------------------------------------------------------+ - | plugins/password/localization/<lang>.inc | - | | | Localization file of the Roundcube Webmail Password plugin | - | Copyright (C) 2012-2013, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-password/ */ + $labels'changepasswd' = 'Alterar palavra-passe'; $labels'curpasswd' = 'Palavra-passe actual:'; $labels'newpasswd' = 'Nova palavra-passe:';
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/password/localization/ro_RO.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/password/localization/ro_RO.inc
Changed
@@ -2,19 +2,18 @@ /* +-----------------------------------------------------------------------+ - | plugins/password/localization/<lang>.inc | - | | | Localization file of the Roundcube Webmail Password plugin | - | Copyright (C) 2012-2013, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-password/ */ + $labels'changepasswd' = 'Schimbă parola'; $labels'curpasswd' = 'Parola curentă:'; $labels'newpasswd' = 'Parola nouă:';
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/password/localization/ru_RU.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/password/localization/ru_RU.inc
Changed
@@ -2,19 +2,18 @@ /* +-----------------------------------------------------------------------+ - | plugins/password/localization/<lang>.inc | - | | | Localization file of the Roundcube Webmail Password plugin | - | Copyright (C) 2012-2013, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-password/ */ + $labels'changepasswd' = 'Изменить пароль'; $labels'curpasswd' = 'Текущий пароль:'; $labels'newpasswd' = 'Новый пароль:'; @@ -28,6 +27,7 @@ $messages'internalerror' = 'Не могу сохранить новый пароль.'; $messages'passwordshort' = 'Длина пароля должна быть как минимум $length символов.'; $messages'passwordweak' = 'Пароль должен включать в себя как минимум одну цифру и один знак пунктуации.'; +$messages'passwordtooweak' = 'Пароль слишком простой.'; $messages'passwordnoseq' = 'Пароль НЕ должен быть последовательностью, например,123456 или QWERTY.'; $messages'passwordnocommon' = 'Пароль не должен быть простым словом или именем.'; $messages'passwordforbidden' = 'Пароль содержит недопустимые символы.';
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/password/localization/sk_SK.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/password/localization/sk_SK.inc
Changed
@@ -2,19 +2,18 @@ /* +-----------------------------------------------------------------------+ - | plugins/password/localization/<lang>.inc | - | | | Localization file of the Roundcube Webmail Password plugin | - | Copyright (C) 2012-2013, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-password/ */ + $labels'changepasswd' = 'Zmeniť heslo'; $labels'curpasswd' = 'Aktuálne heslo:'; $labels'newpasswd' = 'Nové heslo:';
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/password/localization/sl_SI.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/password/localization/sl_SI.inc
Changed
@@ -2,19 +2,18 @@ /* +-----------------------------------------------------------------------+ - | plugins/password/localization/<lang>.inc | - | | | Localization file of the Roundcube Webmail Password plugin | - | Copyright (C) 2012-2013, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-password/ */ + $labels'changepasswd' = 'Spremenjeno geslo'; $labels'curpasswd' = 'Obstoječe geslo:'; $labels'newpasswd' = 'Novo geslo:';
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/password/localization/sq_AL.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/password/localization/sq_AL.inc
Changed
@@ -2,19 +2,18 @@ /* +-----------------------------------------------------------------------+ - | plugins/password/localization/<lang>.inc | - | | | Localization file of the Roundcube Webmail Password plugin | - | Copyright (C) 2012-2013, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-password/ */ + $labels'changepasswd' = 'Ndrysho fjalëkalimin'; $labels'curpasswd' = 'Fjalëkalimi i Tanishëm'; $labels'newpasswd' = 'Fjalëkalimi i Ri:';
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/password/localization/sr_CS.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/password/localization/sr_CS.inc
Changed
@@ -2,19 +2,18 @@ /* +-----------------------------------------------------------------------+ - | plugins/password/localization/<lang>.inc | - | | | Localization file of the Roundcube Webmail Password plugin | - | Copyright (C) 2012-2013, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-password/ */ + $labels'changepasswd' = 'Измени лозинку'; $labels'curpasswd' = 'Тренутна лозинка:'; $labels'newpasswd' = 'Нова лозинка:';
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/password/localization/sv_SE.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/password/localization/sv_SE.inc
Changed
@@ -2,19 +2,18 @@ /* +-----------------------------------------------------------------------+ - | plugins/password/localization/<lang>.inc | - | | | Localization file of the Roundcube Webmail Password plugin | - | Copyright (C) 2012-2013, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-password/ */ + $labels'changepasswd' = 'Ändra lösenord'; $labels'curpasswd' = 'Nuvarande lösenord'; $labels'newpasswd' = 'Nytt lösenord';
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/password/localization/th_TH.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/password/localization/th_TH.inc
Changed
@@ -2,19 +2,18 @@ /* +-----------------------------------------------------------------------+ - | plugins/password/localization/<lang>.inc | - | | | Localization file of the Roundcube Webmail Password plugin | - | Copyright (C) 2012-2013, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-password/ */ + $labels'changepasswd' = 'เปลี่ยนรหัสผ่าน'; $labels'curpasswd' = 'รหัสผ่านปัจจุบัน'; $labels'newpasswd' = 'รหัสผ่านใหม่';
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/password/localization/ti.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/password/localization/ti.inc
Changed
@@ -2,19 +2,18 @@ /* +-----------------------------------------------------------------------+ - | plugins/password/localization/<lang>.inc | - | | | Localization file of the Roundcube Webmail Password plugin | - | Copyright (C) 2012-2013, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-password/ */ + $labels'curpasswd' = 'ህልው መሕለፊ ቃል:'; $labels'newpasswd' = 'ሓዱሽ መሕለፊ ቃል:'; $labels'confpasswd' = 'መረጋገፂ ሓዱሽ መሕለፊ ቃል :';
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/password/localization/tr_TR.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/password/localization/tr_TR.inc
Changed
@@ -2,19 +2,18 @@ /* +-----------------------------------------------------------------------+ - | plugins/password/localization/<lang>.inc | - | | | Localization file of the Roundcube Webmail Password plugin | - | Copyright (C) 2012-2013, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-password/ */ + $labels'changepasswd' = 'Parola Değiştirme'; $labels'curpasswd' = 'Geçerli Parola:'; $labels'newpasswd' = 'Yeni Parola:';
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/password/localization/uk_UA.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/password/localization/uk_UA.inc
Changed
@@ -2,19 +2,18 @@ /* +-----------------------------------------------------------------------+ - | plugins/password/localization/<lang>.inc | - | | | Localization file of the Roundcube Webmail Password plugin | - | Copyright (C) 2012-2013, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-password/ */ + $labels'changepasswd' = 'Змінити пароль'; $labels'curpasswd' = 'Поточний пароль:'; $labels'newpasswd' = 'Новий пароль:';
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/password/localization/uz.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/password/localization/uz.inc
Changed
@@ -2,19 +2,18 @@ /* +-----------------------------------------------------------------------+ - | plugins/password/localization/<lang>.inc | - | | | Localization file of the Roundcube Webmail Password plugin | - | Copyright (C) 2012-2013, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-password/ */ + $labels'changepasswd' = 'Parolni almashtirish'; $labels'curpasswd' = 'Hozirgi parol'; $labels'newpasswd' = 'Yangi parol';
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/password/localization/vi_VN.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/password/localization/vi_VN.inc
Changed
@@ -2,19 +2,18 @@ /* +-----------------------------------------------------------------------+ - | plugins/password/localization/<lang>.inc | - | | | Localization file of the Roundcube Webmail Password plugin | - | Copyright (C) 2012-2013, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-password/ */ + $labels'curpasswd' = 'Mật khẩu hiện tại'; $labels'newpasswd' = 'Mật khẩu mới:'; $labels'confpasswd' = 'Xác nhận mật khẩu mới';
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/password/localization/zh_CN.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/password/localization/zh_CN.inc
Changed
@@ -2,19 +2,18 @@ /* +-----------------------------------------------------------------------+ - | plugins/password/localization/<lang>.inc | - | | | Localization file of the Roundcube Webmail Password plugin | - | Copyright (C) 2012-2013, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-password/ */ + $labels'changepasswd' = '修改密码'; $labels'curpasswd' = '当前密码:'; $labels'newpasswd' = '新密码:';
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/password/localization/zh_TW.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/password/localization/zh_TW.inc
Changed
@@ -2,19 +2,18 @@ /* +-----------------------------------------------------------------------+ - | plugins/password/localization/<lang>.inc | - | | | Localization file of the Roundcube Webmail Password plugin | - | Copyright (C) 2012-2013, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-password/ */ + $labels'changepasswd' = '更改密碼'; $labels'curpasswd' = '目前的密碼:'; $labels'newpasswd' = '新密碼'; @@ -28,6 +27,9 @@ $messages'internalerror' = '無法更新密碼'; $messages'passwordshort' = '密碼至少需 $length 個字元'; $messages'passwordweak' = '新密碼至少需含有一個數字與一個標點符號'; +$messages'passwordtooweak' = '密碼太差'; +$messages'passwordnoseq' = '密碼不應是連續的字串,例如 123456 或 QWERTY'; +$messages'passwordnocommon' = '密碼不應是常見的字詞或名稱'; $messages'passwordforbidden' = '密碼含有禁用字元'; $messages'firstloginchange' = '這是你第一次登入。請更改密碼。'; $messages'disablednotice' = '系統正在進行保養工作,故此無法更改密碼。系統很快會回復正常。抱歉!';
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/redundant_attachments/config.inc.php.dist -> roundcubemail-1.4-rc1.167.tar.gz/plugins/redundant_attachments/config.inc.php.dist
Changed
@@ -7,12 +7,10 @@ // WARNING: Remember to also set memcache_max_allowed_packet or redis_max_allowed_packet // in config to match with expected maximum attachment size. // ------------------------------------------------------------------------------------- -// This option can be set to 'memcache' or 'redis'. +// This option can be set to 'memcache', 'memcached' or 'redis'. // Don't forget to set redis_*/memcache_* options in Roundcube config file. $config'redundant_attachments_fallback' = false; // Attachment data expires after specified TTL time in seconds (max.2592000). // Default is 12 hours. $config'redundant_attachments_cache_ttl' = 12 * 60 * 60; - -?>
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/subscriptions_option/localization/ar.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/subscriptions_option/localization/ar.inc
Changed
@@ -2,18 +2,16 @@ /* +-----------------------------------------------------------------------+ - | plugins/subscriptions_option/localization/<lang>.inc | - | | | Localization file of the Roundcube Webmail Subscriptions plugin | - | Copyright (C) 2012-2013, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-subscriptions_option/ */ + $labels'useimapsubscriptions' = 'أستخدم الإشتراكات عبر IMAP'; -?>
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/subscriptions_option/localization/ar_SA.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/subscriptions_option/localization/ar_SA.inc
Changed
@@ -2,18 +2,16 @@ /* +-----------------------------------------------------------------------+ - | plugins/subscriptions_option/localization/<lang>.inc | - | | | Localization file of the Roundcube Webmail Subscriptions plugin | - | Copyright (C) 2012-2013, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-subscriptions_option/ */ + $labels'useimapsubscriptions' = 'استخدم اشتراكات IMAP'; -?>
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/subscriptions_option/localization/ast.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/subscriptions_option/localization/ast.inc
Changed
@@ -2,18 +2,16 @@ /* +-----------------------------------------------------------------------+ - | plugins/subscriptions_option/localization/<lang>.inc | - | | | Localization file of the Roundcube Webmail Subscriptions plugin | - | Copyright (C) 2012-2013, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-subscriptions_option/ */ + $labels'useimapsubscriptions' = 'Usar soscripciones IMAP'; -?>
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/subscriptions_option/localization/az_AZ.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/subscriptions_option/localization/az_AZ.inc
Changed
@@ -2,18 +2,16 @@ /* +-----------------------------------------------------------------------+ - | plugins/subscriptions_option/localization/<lang>.inc | - | | | Localization file of the Roundcube Webmail Subscriptions plugin | - | Copyright (C) 2012-2013, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-subscriptions_option/ */ + $labels'useimapsubscriptions' = 'IMAP göndərişi istifadə et'; -?>
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/subscriptions_option/localization/be_BE.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/subscriptions_option/localization/be_BE.inc
Changed
@@ -2,18 +2,16 @@ /* +-----------------------------------------------------------------------+ - | plugins/subscriptions_option/localization/<lang>.inc | - | | | Localization file of the Roundcube Webmail Subscriptions plugin | - | Copyright (C) 2012-2013, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-subscriptions_option/ */ + $labels'useimapsubscriptions' = 'Выкарыстоўваць IMAP-падпіскі'; -?>
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/subscriptions_option/localization/bg_BG.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/subscriptions_option/localization/bg_BG.inc
Changed
@@ -2,18 +2,16 @@ /* +-----------------------------------------------------------------------+ - | plugins/subscriptions_option/localization/<lang>.inc | - | | | Localization file of the Roundcube Webmail Subscriptions plugin | - | Copyright (C) 2012-2013, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-subscriptions_option/ */ + $labels'useimapsubscriptions' = 'Използвай IMAP абонаменти'; -?>
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/subscriptions_option/localization/br.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/subscriptions_option/localization/br.inc
Changed
@@ -2,18 +2,16 @@ /* +-----------------------------------------------------------------------+ - | plugins/subscriptions_option/localization/<lang>.inc | - | | | Localization file of the Roundcube Webmail Subscriptions plugin | - | Copyright (C) 2012-2013, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-subscriptions_option/ */ + $labels'useimapsubscriptions' = 'Arverañ koumanantoù IMAP'; -?>
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/subscriptions_option/localization/bs_BA.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/subscriptions_option/localization/bs_BA.inc
Changed
@@ -2,18 +2,16 @@ /* +-----------------------------------------------------------------------+ - | plugins/subscriptions_option/localization/<lang>.inc | - | | | Localization file of the Roundcube Webmail Subscriptions plugin | - | Copyright (C) 2012-2013, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-subscriptions_option/ */ + $labels'useimapsubscriptions' = 'Koristi IMAP pretplate'; -?>
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/subscriptions_option/localization/ca_ES.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/subscriptions_option/localization/ca_ES.inc
Changed
@@ -2,18 +2,16 @@ /* +-----------------------------------------------------------------------+ - | plugins/subscriptions_option/localization/<lang>.inc | - | | | Localization file of the Roundcube Webmail Subscriptions plugin | - | Copyright (C) 2012-2013, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-subscriptions_option/ */ + $labels'useimapsubscriptions' = 'Fes servir Subscripcions IMAP'; -?>
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/subscriptions_option/localization/cs_CZ.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/subscriptions_option/localization/cs_CZ.inc
Changed
@@ -2,18 +2,16 @@ /* +-----------------------------------------------------------------------+ - | plugins/subscriptions_option/localization/<lang>.inc | - | | | Localization file of the Roundcube Webmail Subscriptions plugin | - | Copyright (C) 2012-2013, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-subscriptions_option/ */ + $labels'useimapsubscriptions' = 'Používat odebírání IMAP složek'; -?>
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/subscriptions_option/localization/cy_GB.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/subscriptions_option/localization/cy_GB.inc
Changed
@@ -2,18 +2,16 @@ /* +-----------------------------------------------------------------------+ - | plugins/subscriptions_option/localization/<lang>.inc | - | | | Localization file of the Roundcube Webmail Subscriptions plugin | - | Copyright (C) 2012-2013, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-subscriptions_option/ */ + $labels'useimapsubscriptions' = 'Defnyddio tanysgrifiadau IMAP'; -?>
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/subscriptions_option/localization/da_DK.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/subscriptions_option/localization/da_DK.inc
Changed
@@ -2,18 +2,16 @@ /* +-----------------------------------------------------------------------+ - | plugins/subscriptions_option/localization/<lang>.inc | - | | | Localization file of the Roundcube Webmail Subscriptions plugin | - | Copyright (C) 2012-2013, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-subscriptions_option/ */ + $labels'useimapsubscriptions' = 'Brug IMAP abonnementer'; -?>
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/subscriptions_option/localization/de_CH.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/subscriptions_option/localization/de_CH.inc
Changed
@@ -2,18 +2,16 @@ /* +-----------------------------------------------------------------------+ - | plugins/subscriptions_option/localization/<lang>.inc | - | | | Localization file of the Roundcube Webmail Subscriptions plugin | - | Copyright (C) 2012-2013, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-subscriptions_option/ */ + $labels'useimapsubscriptions' = 'Nur abonnierte Ordner anzeigen'; -?>
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/subscriptions_option/localization/de_DE.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/subscriptions_option/localization/de_DE.inc
Changed
@@ -2,18 +2,16 @@ /* +-----------------------------------------------------------------------+ - | plugins/subscriptions_option/localization/<lang>.inc | - | | | Localization file of the Roundcube Webmail Subscriptions plugin | - | Copyright (C) 2012-2013, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-subscriptions_option/ */ + $labels'useimapsubscriptions' = 'Nur abonnierte Ordner anzeigen'; -?>
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/subscriptions_option/localization/el_GR.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/subscriptions_option/localization/el_GR.inc
Changed
@@ -2,18 +2,16 @@ /* +-----------------------------------------------------------------------+ - | plugins/subscriptions_option/localization/<lang>.inc | - | | | Localization file of the Roundcube Webmail Subscriptions plugin | - | Copyright (C) 2012-2013, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-subscriptions_option/ */ + $labels'useimapsubscriptions' = 'Χρησιμοποιήστε IMAP Συνδρομές'; -?>
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/subscriptions_option/localization/en_CA.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/subscriptions_option/localization/en_CA.inc
Changed
@@ -2,18 +2,16 @@ /* +-----------------------------------------------------------------------+ - | plugins/subscriptions_option/localization/<lang>.inc | - | | | Localization file of the Roundcube Webmail Subscriptions plugin | - | Copyright (C) 2012-2013, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-subscriptions_option/ */ + $labels'useimapsubscriptions' = 'Use IMAP Subscriptions'; -?>
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/subscriptions_option/localization/en_GB.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/subscriptions_option/localization/en_GB.inc
Changed
@@ -2,18 +2,16 @@ /* +-----------------------------------------------------------------------+ - | plugins/subscriptions_option/localization/<lang>.inc | - | | | Localization file of the Roundcube Webmail Subscriptions plugin | - | Copyright (C) 2012-2013, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-subscriptions_option/ */ + $labels'useimapsubscriptions' = 'Use IMAP Subscriptions'; -?>
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/subscriptions_option/localization/eo.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/subscriptions_option/localization/eo.inc
Changed
@@ -2,18 +2,16 @@ /* +-----------------------------------------------------------------------+ - | plugins/subscriptions_option/localization/<lang>.inc | - | | | Localization file of the Roundcube Webmail Subscriptions plugin | - | Copyright (C) 2012-2013, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-subscriptions_option/ */ + $labels'useimapsubscriptions' = 'Uzi IMAP-abonojn'; -?>
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/subscriptions_option/localization/es_419.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/subscriptions_option/localization/es_419.inc
Changed
@@ -2,18 +2,16 @@ /* +-----------------------------------------------------------------------+ - | plugins/subscriptions_option/localization/<lang>.inc | - | | | Localization file of the Roundcube Webmail Subscriptions plugin | - | Copyright (C) 2012-2013, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-subscriptions_option/ */ + $labels'useimapsubscriptions' = 'Usar subscripciones IMAP'; -?>
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/subscriptions_option/localization/es_AR.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/subscriptions_option/localization/es_AR.inc
Changed
@@ -2,18 +2,16 @@ /* +-----------------------------------------------------------------------+ - | plugins/subscriptions_option/localization/<lang>.inc | - | | | Localization file of the Roundcube Webmail Subscriptions plugin | - | Copyright (C) 2012-2013, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-subscriptions_option/ */ + $labels'useimapsubscriptions' = 'Usar suscripción a carpetas IMAP'; -?>
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/subscriptions_option/localization/es_ES.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/subscriptions_option/localization/es_ES.inc
Changed
@@ -2,18 +2,16 @@ /* +-----------------------------------------------------------------------+ - | plugins/subscriptions_option/localization/<lang>.inc | - | | | Localization file of the Roundcube Webmail Subscriptions plugin | - | Copyright (C) 2012-2013, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-subscriptions_option/ */ + $labels'useimapsubscriptions' = 'Usar suscripciones IMAP'; -?>
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/subscriptions_option/localization/et_EE.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/subscriptions_option/localization/et_EE.inc
Changed
@@ -2,18 +2,16 @@ /* +-----------------------------------------------------------------------+ - | plugins/subscriptions_option/localization/<lang>.inc | - | | | Localization file of the Roundcube Webmail Subscriptions plugin | - | Copyright (C) 2012-2013, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-subscriptions_option/ */ + $labels'useimapsubscriptions' = 'Kasuta IMAP tellimusi'; -?>
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/subscriptions_option/localization/eu_ES.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/subscriptions_option/localization/eu_ES.inc
Changed
@@ -2,18 +2,16 @@ /* +-----------------------------------------------------------------------+ - | plugins/subscriptions_option/localization/<lang>.inc | - | | | Localization file of the Roundcube Webmail Subscriptions plugin | - | Copyright (C) 2012-2013, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-subscriptions_option/ */ + $labels'useimapsubscriptions' = 'Erabili IMAP harpidetzak'; -?>
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/subscriptions_option/localization/fa_AF.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/subscriptions_option/localization/fa_AF.inc
Changed
@@ -2,18 +2,16 @@ /* +-----------------------------------------------------------------------+ - | plugins/subscriptions_option/localization/<lang>.inc | - | | | Localization file of the Roundcube Webmail Subscriptions plugin | - | Copyright (C) 2012-2013, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-subscriptions_option/ */ + $labels'useimapsubscriptions' = 'از ثبت نام های IMAP استفاده کنید'; -?>
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/subscriptions_option/localization/fa_IR.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/subscriptions_option/localization/fa_IR.inc
Changed
@@ -2,18 +2,16 @@ /* +-----------------------------------------------------------------------+ - | plugins/subscriptions_option/localization/<lang>.inc | - | | | Localization file of the Roundcube Webmail Subscriptions plugin | - | Copyright (C) 2012-2013, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-subscriptions_option/ */ + $labels'useimapsubscriptions' = 'استفاده از عضویت IMAP'; -?>
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/subscriptions_option/localization/fi_FI.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/subscriptions_option/localization/fi_FI.inc
Changed
@@ -2,18 +2,16 @@ /* +-----------------------------------------------------------------------+ - | plugins/subscriptions_option/localization/<lang>.inc | - | | | Localization file of the Roundcube Webmail Subscriptions plugin | - | Copyright (C) 2012-2013, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-subscriptions_option/ */ + $labels'useimapsubscriptions' = 'Käytä IMAP-tilauksia'; -?>
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/subscriptions_option/localization/fo_FO.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/subscriptions_option/localization/fo_FO.inc
Changed
@@ -2,18 +2,16 @@ /* +-----------------------------------------------------------------------+ - | plugins/subscriptions_option/localization/<lang>.inc | - | | | Localization file of the Roundcube Webmail Subscriptions plugin | - | Copyright (C) 2012-2013, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-subscriptions_option/ */ + $labels'useimapsubscriptions' = 'Brúka IMAP tekningar'; -?>
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/subscriptions_option/localization/fr_FR.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/subscriptions_option/localization/fr_FR.inc
Changed
@@ -2,18 +2,16 @@ /* +-----------------------------------------------------------------------+ - | plugins/subscriptions_option/localization/<lang>.inc | - | | | Localization file of the Roundcube Webmail Subscriptions plugin | - | Copyright (C) 2012-2013, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-subscriptions_option/ */ + $labels'useimapsubscriptions' = 'Utiliser les abonnements IMAP'; -?>
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/subscriptions_option/localization/fy_NL.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/subscriptions_option/localization/fy_NL.inc
Changed
@@ -2,18 +2,16 @@ /* +-----------------------------------------------------------------------+ - | plugins/subscriptions_option/localization/<lang>.inc | - | | | Localization file of the Roundcube Webmail Subscriptions plugin | - | Copyright (C) 2012-2013, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-subscriptions_option/ */ + $labels'useimapsubscriptions' = 'Brûk IMAP Ynskriuwing'; -?>
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/subscriptions_option/localization/ga_IE.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/subscriptions_option/localization/ga_IE.inc
Changed
@@ -2,18 +2,16 @@ /* +-----------------------------------------------------------------------+ - | plugins/subscriptions_option/localization/<lang>.inc | - | | | Localization file of the Roundcube Webmail Subscriptions plugin | - | Copyright (C) 2012-2013, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-subscriptions_option/ */ + $labels'useimapsubscriptions' = 'Bain feidhm as siúntais IMAP'; -?>
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/subscriptions_option/localization/gl_ES.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/subscriptions_option/localization/gl_ES.inc
Changed
@@ -2,18 +2,16 @@ /* +-----------------------------------------------------------------------+ - | plugins/subscriptions_option/localization/<lang>.inc | - | | | Localization file of the Roundcube Webmail Subscriptions plugin | - | Copyright (C) 2012-2013, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-subscriptions_option/ */ + $labels'useimapsubscriptions' = 'Usar subscricións IMAP'; -?>
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/subscriptions_option/localization/he_IL.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/subscriptions_option/localization/he_IL.inc
Changed
@@ -2,18 +2,16 @@ /* +-----------------------------------------------------------------------+ - | plugins/subscriptions_option/localization/<lang>.inc | - | | | Localization file of the Roundcube Webmail Subscriptions plugin | - | Copyright (C) 2012-2013, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-subscriptions_option/ */ + $labels'useimapsubscriptions' = 'שימוש ברישום לתיקיות IMAP'; -?>
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/subscriptions_option/localization/hr_HR.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/subscriptions_option/localization/hr_HR.inc
Changed
@@ -2,18 +2,16 @@ /* +-----------------------------------------------------------------------+ - | plugins/subscriptions_option/localization/<lang>.inc | - | | | Localization file of the Roundcube Webmail Subscriptions plugin | - | Copyright (C) 2012-2013, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-subscriptions_option/ */ + $labels'useimapsubscriptions' = 'Koristi IMAP pretplate'; -?>
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/subscriptions_option/localization/hu_HU.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/subscriptions_option/localization/hu_HU.inc
Changed
@@ -2,18 +2,16 @@ /* +-----------------------------------------------------------------------+ - | plugins/subscriptions_option/localization/<lang>.inc | - | | | Localization file of the Roundcube Webmail Subscriptions plugin | - | Copyright (C) 2012-2013, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-subscriptions_option/ */ + $labels'useimapsubscriptions' = 'IMAP előfizetések használata.'; -?>
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/subscriptions_option/localization/hy_AM.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/subscriptions_option/localization/hy_AM.inc
Changed
@@ -2,18 +2,16 @@ /* +-----------------------------------------------------------------------+ - | plugins/subscriptions_option/localization/<lang>.inc | - | | | Localization file of the Roundcube Webmail Subscriptions plugin | - | Copyright (C) 2012-2013, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-subscriptions_option/ */ + $labels'useimapsubscriptions' = 'Օգտագործել IMAP-ի բաժանորդագրությունները'; -?>
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/subscriptions_option/localization/ia.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/subscriptions_option/localization/ia.inc
Changed
@@ -2,18 +2,16 @@ /* +-----------------------------------------------------------------------+ - | plugins/subscriptions_option/localization/<lang>.inc | - | | | Localization file of the Roundcube Webmail Subscriptions plugin | - | Copyright (C) 2012-2013, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-subscriptions_option/ */ + $labels'useimapsubscriptions' = 'Usar subscriptiones IMAP'; -?>
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/subscriptions_option/localization/id_ID.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/subscriptions_option/localization/id_ID.inc
Changed
@@ -2,18 +2,16 @@ /* +-----------------------------------------------------------------------+ - | plugins/subscriptions_option/localization/<lang>.inc | - | | | Localization file of the Roundcube Webmail Subscriptions plugin | - | Copyright (C) 2012-2013, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-subscriptions_option/ */ + $labels'useimapsubscriptions' = 'Gunakan Langganan IMAP'; -?>
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/subscriptions_option/localization/is_IS.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/subscriptions_option/localization/is_IS.inc
Changed
@@ -2,18 +2,16 @@ /* +-----------------------------------------------------------------------+ - | plugins/subscriptions_option/localization/<lang>.inc | - | | | Localization file of the Roundcube Webmail Subscriptions plugin | - | Copyright (C) 2012-2013, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-subscriptions_option/ */ + $labels'useimapsubscriptions' = 'Nota IMAP-áskriftir'; -?>
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/subscriptions_option/localization/it_IT.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/subscriptions_option/localization/it_IT.inc
Changed
@@ -2,18 +2,16 @@ /* +-----------------------------------------------------------------------+ - | plugins/subscriptions_option/localization/<lang>.inc | - | | | Localization file of the Roundcube Webmail Subscriptions plugin | - | Copyright (C) 2012-2013, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-subscriptions_option/ */ + $labels'useimapsubscriptions' = 'Usa sottoscrizioni IMAP'; -?>
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/subscriptions_option/localization/ja_JP.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/subscriptions_option/localization/ja_JP.inc
Changed
@@ -2,18 +2,16 @@ /* +-----------------------------------------------------------------------+ - | plugins/subscriptions_option/localization/<lang>.inc | - | | | Localization file of the Roundcube Webmail Subscriptions plugin | - | Copyright (C) 2012-2013, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-subscriptions_option/ */ + $labels'useimapsubscriptions' = 'IMAP 購読リストを使う'; -?>
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/subscriptions_option/localization/km_KH.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/subscriptions_option/localization/km_KH.inc
Changed
@@ -2,18 +2,16 @@ /* +-----------------------------------------------------------------------+ - | plugins/subscriptions_option/localization/<lang>.inc | - | | | Localization file of the Roundcube Webmail Subscriptions plugin | - | Copyright (C) 2012-2013, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-subscriptions_option/ */ + $labels'useimapsubscriptions' = 'ប្រើការជាង IMAP'; -?>
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/subscriptions_option/localization/ko_KR.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/subscriptions_option/localization/ko_KR.inc
Changed
@@ -2,18 +2,16 @@ /* +-----------------------------------------------------------------------+ - | plugins/subscriptions_option/localization/<lang>.inc | - | | | Localization file of the Roundcube Webmail Subscriptions plugin | - | Copyright (C) 2012-2013, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-subscriptions_option/ */ + $labels'useimapsubscriptions' = 'IMAP 구독 사용'; -?>
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/subscriptions_option/localization/ku.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/subscriptions_option/localization/ku.inc
Changed
@@ -2,18 +2,16 @@ /* +-----------------------------------------------------------------------+ - | plugins/subscriptions_option/localization/<lang>.inc | - | | | Localization file of the Roundcube Webmail Subscriptions plugin | - | Copyright (C) 2012-2013, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-subscriptions_option/ */ + $labels'useimapsubscriptions' = 'Abonetiyên IMAPê bi kar bîne'; -?>
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/subscriptions_option/localization/lb_LU.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/subscriptions_option/localization/lb_LU.inc
Changed
@@ -2,18 +2,16 @@ /* +-----------------------------------------------------------------------+ - | plugins/subscriptions_option/localization/<lang>.inc | - | | | Localization file of the Roundcube Webmail Subscriptions plugin | - | Copyright (C) 2012-2013, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-subscriptions_option/ */ + $labels'useimapsubscriptions' = 'IMAP-Abonnementer benotzen'; -?>
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/subscriptions_option/localization/lt_LT.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/subscriptions_option/localization/lt_LT.inc
Changed
@@ -2,18 +2,16 @@ /* +-----------------------------------------------------------------------+ - | plugins/subscriptions_option/localization/<lang>.inc | - | | | Localization file of the Roundcube Webmail Subscriptions plugin | - | Copyright (C) 2012-2013, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-subscriptions_option/ */ + $labels'useimapsubscriptions' = 'Naudoti IMAP prenumeratas'; -?>
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/subscriptions_option/localization/lv_LV.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/subscriptions_option/localization/lv_LV.inc
Changed
@@ -2,18 +2,16 @@ /* +-----------------------------------------------------------------------+ - | plugins/subscriptions_option/localization/<lang>.inc | - | | | Localization file of the Roundcube Webmail Subscriptions plugin | - | Copyright (C) 2012-2013, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-subscriptions_option/ */ + $labels'useimapsubscriptions' = 'Izmantot IMAP abonēšanas iestatījumus'; -?>
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/subscriptions_option/localization/mk_MK.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/subscriptions_option/localization/mk_MK.inc
Changed
@@ -2,18 +2,16 @@ /* +-----------------------------------------------------------------------+ - | plugins/subscriptions_option/localization/<lang>.inc | - | | | Localization file of the Roundcube Webmail Subscriptions plugin | - | Copyright (C) 2012-2013, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-subscriptions_option/ */ + $labels'useimapsubscriptions' = 'Употреби IMAP претплата '; -?>
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/subscriptions_option/localization/ml_IN.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/subscriptions_option/localization/ml_IN.inc
Changed
@@ -2,18 +2,16 @@ /* +-----------------------------------------------------------------------+ - | plugins/subscriptions_option/localization/<lang>.inc | - | | | Localization file of the Roundcube Webmail Subscriptions plugin | - | Copyright (C) 2012-2013, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-subscriptions_option/ */ + $labels'useimapsubscriptions' = 'IMAP വരിസംഖ്യകൾ ഉപയോഗിക്കുക'; -?>
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/subscriptions_option/localization/mn_MN.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/subscriptions_option/localization/mn_MN.inc
Changed
@@ -2,18 +2,16 @@ /* +-----------------------------------------------------------------------+ - | plugins/subscriptions_option/localization/<lang>.inc | - | | | Localization file of the Roundcube Webmail Subscriptions plugin | - | Copyright (C) 2012-2013, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-subscriptions_option/ */ + $labels'useimapsubscriptions' = 'IMAP захиалга хэрэглэх'; -?>
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/subscriptions_option/localization/nb_NO.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/subscriptions_option/localization/nb_NO.inc
Changed
@@ -2,18 +2,16 @@ /* +-----------------------------------------------------------------------+ - | plugins/subscriptions_option/localization/<lang>.inc | - | | | Localization file of the Roundcube Webmail Subscriptions plugin | - | Copyright (C) 2012-2013, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-subscriptions_option/ */ + $labels'useimapsubscriptions' = 'Bruk IMAP-abonnementer'; -?>
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/subscriptions_option/localization/nl_NL.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/subscriptions_option/localization/nl_NL.inc
Changed
@@ -2,18 +2,16 @@ /* +-----------------------------------------------------------------------+ - | plugins/subscriptions_option/localization/<lang>.inc | - | | | Localization file of the Roundcube Webmail Subscriptions plugin | - | Copyright (C) 2012-2013, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-subscriptions_option/ */ + $labels'useimapsubscriptions' = 'Gebruik IMAP-abonneringen'; -?>
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/subscriptions_option/localization/nn_NO.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/subscriptions_option/localization/nn_NO.inc
Changed
@@ -2,18 +2,16 @@ /* +-----------------------------------------------------------------------+ - | plugins/subscriptions_option/localization/<lang>.inc | - | | | Localization file of the Roundcube Webmail Subscriptions plugin | - | Copyright (C) 2012-2013, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-subscriptions_option/ */ + $labels'useimapsubscriptions' = 'Bruk IMAP-abonnement'; -?>
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/subscriptions_option/localization/pl_PL.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/subscriptions_option/localization/pl_PL.inc
Changed
@@ -2,18 +2,16 @@ /* +-----------------------------------------------------------------------+ - | plugins/subscriptions_option/localization/<lang>.inc | - | | | Localization file of the Roundcube Webmail Subscriptions plugin | - | Copyright (C) 2012-2013, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-subscriptions_option/ */ + $labels'useimapsubscriptions' = 'Używaj subskrypcji IMAP'; -?>
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/subscriptions_option/localization/pt_BR.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/subscriptions_option/localization/pt_BR.inc
Changed
@@ -2,18 +2,16 @@ /* +-----------------------------------------------------------------------+ - | plugins/subscriptions_option/localization/<lang>.inc | - | | | Localization file of the Roundcube Webmail Subscriptions plugin | - | Copyright (C) 2012-2013, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-subscriptions_option/ */ + $labels'useimapsubscriptions' = 'Usar função de inscrição em pastas IMAP'; -?>
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/subscriptions_option/localization/pt_PT.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/subscriptions_option/localization/pt_PT.inc
Changed
@@ -2,18 +2,16 @@ /* +-----------------------------------------------------------------------+ - | plugins/subscriptions_option/localization/<lang>.inc | - | | | Localization file of the Roundcube Webmail Subscriptions plugin | - | Copyright (C) 2012-2013, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-subscriptions_option/ */ + $labels'useimapsubscriptions' = 'Use subscrições IMAP'; -?>
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/subscriptions_option/localization/ro_RO.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/subscriptions_option/localization/ro_RO.inc
Changed
@@ -2,18 +2,16 @@ /* +-----------------------------------------------------------------------+ - | plugins/subscriptions_option/localization/<lang>.inc | - | | | Localization file of the Roundcube Webmail Subscriptions plugin | - | Copyright (C) 2012-2013, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-subscriptions_option/ */ + $labels'useimapsubscriptions' = 'Utilizare abonări IMAP'; -?>
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/subscriptions_option/localization/ru_RU.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/subscriptions_option/localization/ru_RU.inc
Changed
@@ -2,18 +2,16 @@ /* +-----------------------------------------------------------------------+ - | plugins/subscriptions_option/localization/<lang>.inc | - | | | Localization file of the Roundcube Webmail Subscriptions plugin | - | Copyright (C) 2012-2013, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-subscriptions_option/ */ + $labels'useimapsubscriptions' = 'Использовать IMAP подписки'; -?>
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/subscriptions_option/localization/sk_SK.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/subscriptions_option/localization/sk_SK.inc
Changed
@@ -2,18 +2,16 @@ /* +-----------------------------------------------------------------------+ - | plugins/subscriptions_option/localization/<lang>.inc | - | | | Localization file of the Roundcube Webmail Subscriptions plugin | - | Copyright (C) 2012-2013, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-subscriptions_option/ */ + $labels'useimapsubscriptions' = 'Použiť prihlásenia IMAP'; -?>
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/subscriptions_option/localization/sl_SI.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/subscriptions_option/localization/sl_SI.inc
Changed
@@ -2,18 +2,16 @@ /* +-----------------------------------------------------------------------+ - | plugins/subscriptions_option/localization/<lang>.inc | - | | | Localization file of the Roundcube Webmail Subscriptions plugin | - | Copyright (C) 2012-2013, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-subscriptions_option/ */ + $labels'useimapsubscriptions' = 'Uporabi IMAP-naročnino'; -?>
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/subscriptions_option/localization/sq_AL.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/subscriptions_option/localization/sq_AL.inc
Changed
@@ -2,18 +2,16 @@ /* +-----------------------------------------------------------------------+ - | plugins/subscriptions_option/localization/<lang>.inc | - | | | Localization file of the Roundcube Webmail Subscriptions plugin | - | Copyright (C) 2012-2013, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-subscriptions_option/ */ + $labels'useimapsubscriptions' = 'Përdor Pajtime IMAP'; -?>
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/subscriptions_option/localization/sr_CS.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/subscriptions_option/localization/sr_CS.inc
Changed
@@ -2,18 +2,16 @@ /* +-----------------------------------------------------------------------+ - | plugins/subscriptions_option/localization/<lang>.inc | - | | | Localization file of the Roundcube Webmail Subscriptions plugin | - | Copyright (C) 2012-2013, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-subscriptions_option/ */ + $labels'useimapsubscriptions' = 'Користи ИМАП претплате'; -?>
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/subscriptions_option/localization/sv_SE.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/subscriptions_option/localization/sv_SE.inc
Changed
@@ -2,18 +2,16 @@ /* +-----------------------------------------------------------------------+ - | plugins/subscriptions_option/localization/<lang>.inc | - | | | Localization file of the Roundcube Webmail Subscriptions plugin | - | Copyright (C) 2012-2013, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-subscriptions_option/ */ + $labels'useimapsubscriptions' = 'Använd IMAP-prenumerationer'; -?>
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/subscriptions_option/localization/th_TH.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/subscriptions_option/localization/th_TH.inc
Changed
@@ -2,18 +2,16 @@ /* +-----------------------------------------------------------------------+ - | plugins/subscriptions_option/localization/<lang>.inc | - | | | Localization file of the Roundcube Webmail Subscriptions plugin | - | Copyright (C) 2012-2013, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-subscriptions_option/ */ + $labels'useimapsubscriptions' = 'ใช้ IMAP การสมัครสมาชิก'; -?>
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/subscriptions_option/localization/tr_TR.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/subscriptions_option/localization/tr_TR.inc
Changed
@@ -2,18 +2,16 @@ /* +-----------------------------------------------------------------------+ - | plugins/subscriptions_option/localization/<lang>.inc | - | | | Localization file of the Roundcube Webmail Subscriptions plugin | - | Copyright (C) 2012-2013, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-subscriptions_option/ */ + $labels'useimapsubscriptions' = 'IMAP Aboneliklerini kullan'; -?>
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/subscriptions_option/localization/uk_UA.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/subscriptions_option/localization/uk_UA.inc
Changed
@@ -2,18 +2,16 @@ /* +-----------------------------------------------------------------------+ - | plugins/subscriptions_option/localization/<lang>.inc | - | | | Localization file of the Roundcube Webmail Subscriptions plugin | - | Copyright (C) 2012-2013, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-subscriptions_option/ */ + $labels'useimapsubscriptions' = 'Використовувати IMAP Підписки'; -?>
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/subscriptions_option/localization/uz.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/subscriptions_option/localization/uz.inc
Changed
@@ -2,18 +2,16 @@ /* +-----------------------------------------------------------------------+ - | plugins/subscriptions_option/localization/<lang>.inc | - | | | Localization file of the Roundcube Webmail Subscriptions plugin | - | Copyright (C) 2012-2013, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-subscriptions_option/ */ + $labels'useimapsubscriptions' = 'IMAP obunadan foydalanish'; -?>
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/subscriptions_option/localization/vi_VN.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/subscriptions_option/localization/vi_VN.inc
Changed
@@ -2,18 +2,16 @@ /* +-----------------------------------------------------------------------+ - | plugins/subscriptions_option/localization/<lang>.inc | - | | | Localization file of the Roundcube Webmail Subscriptions plugin | - | Copyright (C) 2012-2013, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-subscriptions_option/ */ + $labels'useimapsubscriptions' = 'Đăng ký dùng cách thức IMAP'; -?>
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/subscriptions_option/localization/zh_CN.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/subscriptions_option/localization/zh_CN.inc
Changed
@@ -2,18 +2,16 @@ /* +-----------------------------------------------------------------------+ - | plugins/subscriptions_option/localization/<lang>.inc | - | | | Localization file of the Roundcube Webmail Subscriptions plugin | - | Copyright (C) 2012-2013, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-subscriptions_option/ */ + $labels'useimapsubscriptions' = '使用 IMAP 订阅'; -?>
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/subscriptions_option/localization/zh_TW.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/subscriptions_option/localization/zh_TW.inc
Changed
@@ -2,18 +2,16 @@ /* +-----------------------------------------------------------------------+ - | plugins/subscriptions_option/localization/<lang>.inc | - | | | Localization file of the Roundcube Webmail Subscriptions plugin | - | Copyright (C) 2012-2013, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-subscriptions_option/ */ + $labels'useimapsubscriptions' = '使用 IMAP 訂閱'; -?>
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/userinfo/localization/ar.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/userinfo/localization/ar.inc
Changed
@@ -2,21 +2,19 @@ /* +-----------------------------------------------------------------------+ - | plugins/userinfo/localization/<lang>.inc | - | | | Localization file of the Roundcube Webmail Userinfo plugin | - | Copyright (C) 2012-2013, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-userinfo/ */ + $labels'userinfo' = 'معلومات المستخدم'; $labels'created' = 'تم إنشاؤه'; $labels'lastlogin' = 'آخر تسجيلٍ للدخول'; $labels'defaultidentity' = 'الهوية الإفتراضية'; -?> \ No newline at end of file
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/userinfo/localization/ar_SA.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/userinfo/localization/ar_SA.inc
Changed
@@ -2,21 +2,19 @@ /* +-----------------------------------------------------------------------+ - | plugins/userinfo/localization/<lang>.inc | - | | | Localization file of the Roundcube Webmail Userinfo plugin | - | Copyright (C) 2012-2013, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-userinfo/ */ + $labels'userinfo' = 'معلومات المستخدم'; $labels'created' = 'أُنشئ في'; $labels'lastlogin' = 'آخر دخول'; $labels'defaultidentity' = 'الهوية الافتراضية'; -?> \ No newline at end of file
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/userinfo/localization/ast.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/userinfo/localization/ast.inc
Changed
@@ -2,21 +2,19 @@ /* +-----------------------------------------------------------------------+ - | plugins/userinfo/localization/<lang>.inc | - | | | Localization file of the Roundcube Webmail Userinfo plugin | - | Copyright (C) 2012-2013, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-userinfo/ */ + $labels'userinfo' = 'Información d\'usuariu'; $labels'created' = 'Creáu'; $labels'lastlogin' = 'Aniciu de sesión caberu'; $labels'defaultidentity' = 'Identidá por defeutu'; -?> \ No newline at end of file
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/userinfo/localization/az_AZ.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/userinfo/localization/az_AZ.inc
Changed
@@ -2,21 +2,19 @@ /* +-----------------------------------------------------------------------+ - | plugins/userinfo/localization/<lang>.inc | - | | | Localization file of the Roundcube Webmail Userinfo plugin | - | Copyright (C) 2012-2013, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-userinfo/ */ + $labels'userinfo' = 'Məlumat'; $labels'created' = 'Yaradılma tarixi'; $labels'lastlogin' = 'Sonuncu giriş'; $labels'defaultidentity' = 'Default profil'; -?> \ No newline at end of file
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/userinfo/localization/be_BE.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/userinfo/localization/be_BE.inc
Changed
@@ -2,21 +2,19 @@ /* +-----------------------------------------------------------------------+ - | plugins/userinfo/localization/<lang>.inc | - | | | Localization file of the Roundcube Webmail Userinfo plugin | - | Copyright (C) 2012-2013, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-userinfo/ */ + $labels'userinfo' = 'Асабістыя звесткі'; $labels'created' = 'Створаны'; $labels'lastlogin' = 'Апошні ўваход'; $labels'defaultidentity' = 'Стандартная тоеснасць'; -?> \ No newline at end of file
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/userinfo/localization/bg_BG.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/userinfo/localization/bg_BG.inc
Changed
@@ -2,21 +2,19 @@ /* +-----------------------------------------------------------------------+ - | plugins/userinfo/localization/<lang>.inc | - | | | Localization file of the Roundcube Webmail Userinfo plugin | - | Copyright (C) 2012-2013, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-userinfo/ */ + $labels'userinfo' = 'Потребителска информация'; $labels'created' = 'Създаден'; $labels'lastlogin' = 'Последен вход'; $labels'defaultidentity' = 'Самоличност по подразбиране'; -?> \ No newline at end of file
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/userinfo/localization/br.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/userinfo/localization/br.inc
Changed
@@ -2,21 +2,19 @@ /* +-----------------------------------------------------------------------+ - | plugins/userinfo/localization/<lang>.inc | - | | | Localization file of the Roundcube Webmail Userinfo plugin | - | Copyright (C) 2012-2013, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-userinfo/ */ + $labels'userinfo' = 'Titouroù an arveriad'; $labels'created' = 'Krouet'; $labels'lastlogin' = 'Kennask diwezhañ'; $labels'defaultidentity' = 'Identelezh dre ziouer'; -?> \ No newline at end of file
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/userinfo/localization/bs_BA.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/userinfo/localization/bs_BA.inc
Changed
@@ -2,21 +2,19 @@ /* +-----------------------------------------------------------------------+ - | plugins/userinfo/localization/<lang>.inc | - | | | Localization file of the Roundcube Webmail Userinfo plugin | - | Copyright (C) 2012-2013, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-userinfo/ */ + $labels'userinfo' = 'Korisničke informacije'; $labels'created' = 'Kreirano'; $labels'lastlogin' = 'Zadnja prijava'; $labels'defaultidentity' = 'Glavni identitet'; -?> \ No newline at end of file
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/userinfo/localization/ca_ES.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/userinfo/localization/ca_ES.inc
Changed
@@ -2,21 +2,19 @@ /* +-----------------------------------------------------------------------+ - | plugins/userinfo/localization/<lang>.inc | - | | | Localization file of the Roundcube Webmail Userinfo plugin | - | Copyright (C) 2012-2013, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-userinfo/ */ + $labels'userinfo' = 'Informació de l\'usuari'; $labels'created' = 'Creat'; $labels'lastlogin' = 'Última connexió'; $labels'defaultidentity' = 'Identitat per defecte'; -?> \ No newline at end of file
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/userinfo/localization/cs_CZ.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/userinfo/localization/cs_CZ.inc
Changed
@@ -2,21 +2,19 @@ /* +-----------------------------------------------------------------------+ - | plugins/userinfo/localization/<lang>.inc | - | | | Localization file of the Roundcube Webmail Userinfo plugin | - | Copyright (C) 2012-2013, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-userinfo/ */ + $labels'userinfo' = 'Uživatel'; $labels'created' = 'Vytvořen'; $labels'lastlogin' = 'Naspoledy přihlášen'; $labels'defaultidentity' = 'Výchozí identita'; -?> \ No newline at end of file
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/userinfo/localization/cy_GB.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/userinfo/localization/cy_GB.inc
Changed
@@ -2,21 +2,19 @@ /* +-----------------------------------------------------------------------+ - | plugins/userinfo/localization/<lang>.inc | - | | | Localization file of the Roundcube Webmail Userinfo plugin | - | Copyright (C) 2012-2013, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-userinfo/ */ + $labels'userinfo' = 'Gwybodaeth defnyddiwr'; $labels'created' = 'Crëwyd'; $labels'lastlogin' = 'Mewngofnodiad diwethaf'; $labels'defaultidentity' = 'Personoliaeth arferol'; -?> \ No newline at end of file
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/userinfo/localization/da_DK.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/userinfo/localization/da_DK.inc
Changed
@@ -2,21 +2,19 @@ /* +-----------------------------------------------------------------------+ - | plugins/userinfo/localization/<lang>.inc | - | | | Localization file of the Roundcube Webmail Userinfo plugin | - | Copyright (C) 2012-2013, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-userinfo/ */ + $labels'userinfo' = 'Brugerinfo'; $labels'created' = 'Oprettet'; $labels'lastlogin' = 'Sidste login'; $labels'defaultidentity' = 'Standardidentitet'; -?> \ No newline at end of file
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/userinfo/localization/de_CH.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/userinfo/localization/de_CH.inc
Changed
@@ -2,21 +2,19 @@ /* +-----------------------------------------------------------------------+ - | plugins/userinfo/localization/<lang>.inc | - | | | Localization file of the Roundcube Webmail Userinfo plugin | - | Copyright (C) 2012-2013, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-userinfo/ */ + $labels'userinfo' = 'Benutzerinfo'; $labels'created' = 'Erstellt'; $labels'lastlogin' = 'Letztes Login'; $labels'defaultidentity' = 'Standard-Absender'; -?> \ No newline at end of file
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/userinfo/localization/de_DE.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/userinfo/localization/de_DE.inc
Changed
@@ -2,21 +2,19 @@ /* +-----------------------------------------------------------------------+ - | plugins/userinfo/localization/<lang>.inc | - | | | Localization file of the Roundcube Webmail Userinfo plugin | - | Copyright (C) 2012-2013, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-userinfo/ */ + $labels'userinfo' = 'Benutzerinformation'; $labels'created' = 'Angelegt'; $labels'lastlogin' = 'Letzte Anmeldung'; $labels'defaultidentity' = 'Standardidentität'; -?> \ No newline at end of file
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/userinfo/localization/el_GR.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/userinfo/localization/el_GR.inc
Changed
@@ -2,21 +2,19 @@ /* +-----------------------------------------------------------------------+ - | plugins/userinfo/localization/<lang>.inc | - | | | Localization file of the Roundcube Webmail Userinfo plugin | - | Copyright (C) 2012-2013, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-userinfo/ */ + $labels'userinfo' = 'Πληροφορίες χρήστη '; $labels'created' = 'Δημιουργηθηκε'; $labels'lastlogin' = 'Τελευταια συνδεση'; $labels'defaultidentity' = 'Προκαθορισμένη ταυτότητα'; -?> \ No newline at end of file
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/userinfo/localization/en_CA.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/userinfo/localization/en_CA.inc
Changed
@@ -2,21 +2,19 @@ /* +-----------------------------------------------------------------------+ - | plugins/userinfo/localization/<lang>.inc | - | | | Localization file of the Roundcube Webmail Userinfo plugin | - | Copyright (C) 2012-2013, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-userinfo/ */ + $labels'userinfo' = 'User info'; $labels'created' = 'Created'; $labels'lastlogin' = 'Last Login'; $labels'defaultidentity' = 'Default Identity'; -?> \ No newline at end of file
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/userinfo/localization/en_GB.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/userinfo/localization/en_GB.inc
Changed
@@ -2,21 +2,19 @@ /* +-----------------------------------------------------------------------+ - | plugins/userinfo/localization/<lang>.inc | - | | | Localization file of the Roundcube Webmail Userinfo plugin | - | Copyright (C) 2012-2013, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-userinfo/ */ + $labels'userinfo' = 'User info'; $labels'created' = 'Created'; $labels'lastlogin' = 'Last Login'; $labels'defaultidentity' = 'Default Identity'; -?> \ No newline at end of file
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/userinfo/localization/eo.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/userinfo/localization/eo.inc
Changed
@@ -2,21 +2,19 @@ /* +-----------------------------------------------------------------------+ - | plugins/userinfo/localization/<lang>.inc | - | | | Localization file of the Roundcube Webmail Userinfo plugin | - | Copyright (C) 2012-2013, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-userinfo/ */ + $labels'userinfo' = 'Informoj pri uzanto'; $labels'created' = 'Kreita'; $labels'lastlogin' = 'Lasta ensaluto'; $labels'defaultidentity' = 'Apriora idento'; -?> \ No newline at end of file
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/userinfo/localization/es_419.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/userinfo/localization/es_419.inc
Changed
@@ -2,21 +2,19 @@ /* +-----------------------------------------------------------------------+ - | plugins/userinfo/localization/<lang>.inc | - | | | Localization file of the Roundcube Webmail Userinfo plugin | - | Copyright (C) 2012-2013, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-userinfo/ */ + $labels'userinfo' = 'Información de usuario'; $labels'created' = 'Creado'; $labels'lastlogin' = 'Último login'; $labels'defaultidentity' = 'Identidad predetermidada'; -?> \ No newline at end of file
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/userinfo/localization/es_AR.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/userinfo/localization/es_AR.inc
Changed
@@ -2,21 +2,19 @@ /* +-----------------------------------------------------------------------+ - | plugins/userinfo/localization/<lang>.inc | - | | | Localization file of the Roundcube Webmail Userinfo plugin | - | Copyright (C) 2012-2013, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-userinfo/ */ + $labels'userinfo' = 'Información de usuario'; $labels'created' = 'Creado'; $labels'lastlogin' = 'Ultimo ingreso'; $labels'defaultidentity' = 'Identidad por defecto'; -?> \ No newline at end of file
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/userinfo/localization/es_ES.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/userinfo/localization/es_ES.inc
Changed
@@ -2,21 +2,19 @@ /* +-----------------------------------------------------------------------+ - | plugins/userinfo/localization/<lang>.inc | - | | | Localization file of the Roundcube Webmail Userinfo plugin | - | Copyright (C) 2012-2013, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-userinfo/ */ + $labels'userinfo' = 'Información de usuario'; $labels'created' = 'Creado'; $labels'lastlogin' = 'Último Ingreso'; $labels'defaultidentity' = 'Identidad predeterminada'; -?> \ No newline at end of file
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/userinfo/localization/et_EE.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/userinfo/localization/et_EE.inc
Changed
@@ -2,21 +2,19 @@ /* +-----------------------------------------------------------------------+ - | plugins/userinfo/localization/<lang>.inc | - | | | Localization file of the Roundcube Webmail Userinfo plugin | - | Copyright (C) 2012-2013, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-userinfo/ */ + $labels'userinfo' = 'Kasutaja info'; $labels'created' = 'Loodud'; $labels'lastlogin' = 'Viimane logimine'; $labels'defaultidentity' = 'Vaikeidentiteet'; -?> \ No newline at end of file
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/userinfo/localization/eu_ES.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/userinfo/localization/eu_ES.inc
Changed
@@ -2,21 +2,19 @@ /* +-----------------------------------------------------------------------+ - | plugins/userinfo/localization/<lang>.inc | - | | | Localization file of the Roundcube Webmail Userinfo plugin | - | Copyright (C) 2012-2013, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-userinfo/ */ + $labels'userinfo' = 'Erabiltzailearen informazioa'; $labels'created' = 'Sortua'; $labels'lastlogin' = 'Azken saioa'; $labels'defaultidentity' = 'Lehenetsitako identitatea'; -?> \ No newline at end of file
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/userinfo/localization/fa_AF.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/userinfo/localization/fa_AF.inc
Changed
@@ -2,21 +2,19 @@ /* +-----------------------------------------------------------------------+ - | plugins/userinfo/localization/<lang>.inc | - | | | Localization file of the Roundcube Webmail Userinfo plugin | - | Copyright (C) 2012-2013, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-userinfo/ */ + $labels'userinfo' = 'اطلاعات کاربر'; $labels'created' = 'ایجاد شد'; $labels'lastlogin' = 'آخرین ورود'; $labels'defaultidentity' = 'هویت پیش فرض'; -?> \ No newline at end of file
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/userinfo/localization/fa_IR.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/userinfo/localization/fa_IR.inc
Changed
@@ -2,21 +2,19 @@ /* +-----------------------------------------------------------------------+ - | plugins/userinfo/localization/<lang>.inc | - | | | Localization file of the Roundcube Webmail Userinfo plugin | - | Copyright (C) 2012-2013, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-userinfo/ */ + $labels'userinfo' = 'اطلاعات کاربر'; $labels'created' = 'ایجاد شده'; $labels'lastlogin' = 'آخرین ورود'; $labels'defaultidentity' = 'شناسه پیشفرض'; -?> \ No newline at end of file
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/userinfo/localization/fi_FI.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/userinfo/localization/fi_FI.inc
Changed
@@ -2,21 +2,19 @@ /* +-----------------------------------------------------------------------+ - | plugins/userinfo/localization/<lang>.inc | - | | | Localization file of the Roundcube Webmail Userinfo plugin | - | Copyright (C) 2012-2013, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-userinfo/ */ + $labels'userinfo' = 'Käyttäjätiedot'; $labels'created' = 'Luotu'; $labels'lastlogin' = 'Viimeisin kirjautuminen'; $labels'defaultidentity' = 'Oletushenkilöys'; -?> \ No newline at end of file
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/userinfo/localization/fo_FO.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/userinfo/localization/fo_FO.inc
Changed
@@ -2,21 +2,19 @@ /* +-----------------------------------------------------------------------+ - | plugins/userinfo/localization/<lang>.inc | - | | | Localization file of the Roundcube Webmail Userinfo plugin | - | Copyright (C) 2012-2013, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-userinfo/ */ + $labels'userinfo' = 'Brúkara upplýsing'; $labels'created' = 'Stovnaður'; $labels'lastlogin' = 'Seinast innritaður'; $labels'defaultidentity' = 'Sjálvsett samleiki'; -?> \ No newline at end of file
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/userinfo/localization/fr_FR.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/userinfo/localization/fr_FR.inc
Changed
@@ -2,21 +2,19 @@ /* +-----------------------------------------------------------------------+ - | plugins/userinfo/localization/<lang>.inc | - | | | Localization file of the Roundcube Webmail Userinfo plugin | - | Copyright (C) 2012-2013, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-userinfo/ */ + $labels'userinfo' = 'Infos utilisateur'; $labels'created' = 'Créé'; $labels'lastlogin' = 'Dernière connexion'; $labels'defaultidentity' = 'Identité par défaut'; -?> \ No newline at end of file
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/userinfo/localization/fy_NL.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/userinfo/localization/fy_NL.inc
Changed
@@ -2,21 +2,19 @@ /* +-----------------------------------------------------------------------+ - | plugins/userinfo/localization/<lang>.inc | - | | | Localization file of the Roundcube Webmail Userinfo plugin | - | Copyright (C) 2012-2013, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-userinfo/ */ + $labels'userinfo' = 'Brûkersynformaasje'; $labels'created' = 'Oanmakke'; $labels'lastlogin' = 'Lêste kear ynlogge'; $labels'defaultidentity' = 'Standert Identiteit'; -?> \ No newline at end of file
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/userinfo/localization/ga_IE.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/userinfo/localization/ga_IE.inc
Changed
@@ -2,21 +2,19 @@ /* +-----------------------------------------------------------------------+ - | plugins/userinfo/localization/<lang>.inc | - | | | Localization file of the Roundcube Webmail Userinfo plugin | - | Copyright (C) 2012-2013, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-userinfo/ */ + $labels'userinfo' = 'Faisnéis an úsáideora'; $labels'created' = 'Cruthaithe'; $labels'lastlogin' = 'Ceangailte an uair dheireanach'; $labels'defaultidentity' = 'An chéannacht réamhshocraithe'; -?> \ No newline at end of file
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/userinfo/localization/gl_ES.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/userinfo/localization/gl_ES.inc
Changed
@@ -2,21 +2,19 @@ /* +-----------------------------------------------------------------------+ - | plugins/userinfo/localization/<lang>.inc | - | | | Localization file of the Roundcube Webmail Userinfo plugin | - | Copyright (C) 2012-2013, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-userinfo/ */ + $labels'userinfo' = 'Información de persoa usuaria'; $labels'created' = 'Creado'; $labels'lastlogin' = 'Última conexión'; $labels'defaultidentity' = 'Identidade predeterminada'; -?> \ No newline at end of file
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/userinfo/localization/he_IL.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/userinfo/localization/he_IL.inc
Changed
@@ -2,21 +2,19 @@ /* +-----------------------------------------------------------------------+ - | plugins/userinfo/localization/<lang>.inc | - | | | Localization file of the Roundcube Webmail Userinfo plugin | - | Copyright (C) 2012-2013, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-userinfo/ */ + $labels'userinfo' = 'פרטי המשתמש'; $labels'created' = 'נוצר'; $labels'lastlogin' = 'הכמיסה האחרונה למערכת'; $labels'defaultidentity' = 'זהות ברירת מחדל'; -?> \ No newline at end of file
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/userinfo/localization/hr_HR.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/userinfo/localization/hr_HR.inc
Changed
@@ -2,21 +2,19 @@ /* +-----------------------------------------------------------------------+ - | plugins/userinfo/localization/<lang>.inc | - | | | Localization file of the Roundcube Webmail Userinfo plugin | - | Copyright (C) 2012-2013, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-userinfo/ */ + $labels'userinfo' = 'Informacije o korisniku'; $labels'created' = 'Stvoreno'; $labels'lastlogin' = 'Zadnja prijava (login)'; $labels'defaultidentity' = 'Preddefinirani identitet'; -?> \ No newline at end of file
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/userinfo/localization/hu_HU.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/userinfo/localization/hu_HU.inc
Changed
@@ -2,21 +2,19 @@ /* +-----------------------------------------------------------------------+ - | plugins/userinfo/localization/<lang>.inc | - | | | Localization file of the Roundcube Webmail Userinfo plugin | - | Copyright (C) 2012-2013, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-userinfo/ */ + $labels'userinfo' = 'Felhasználói információ'; $labels'created' = 'Létrehozva'; $labels'lastlogin' = 'Utolsó bejelentkezés'; $labels'defaultidentity' = 'Alapértelmezett azonosító'; -?> \ No newline at end of file
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/userinfo/localization/hy_AM.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/userinfo/localization/hy_AM.inc
Changed
@@ -2,21 +2,19 @@ /* +-----------------------------------------------------------------------+ - | plugins/userinfo/localization/<lang>.inc | - | | | Localization file of the Roundcube Webmail Userinfo plugin | - | Copyright (C) 2012-2013, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-userinfo/ */ + $labels'userinfo' = 'Օգտվողի տվյալներ'; $labels'created' = 'Ստեղծված'; $labels'lastlogin' = 'Վերջին մուտքը`'; $labels'defaultidentity' = 'Լռելյալ ինքնությունն'; -?> \ No newline at end of file
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/userinfo/localization/ia.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/userinfo/localization/ia.inc
Changed
@@ -2,21 +2,19 @@ /* +-----------------------------------------------------------------------+ - | plugins/userinfo/localization/<lang>.inc | - | | | Localization file of the Roundcube Webmail Userinfo plugin | - | Copyright (C) 2012-2013, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-userinfo/ */ + $labels'userinfo' = 'Information de usator'; $labels'created' = 'Create'; $labels'lastlogin' = 'Ultime session'; $labels'defaultidentity' = 'Identitate predefinite'; -?> \ No newline at end of file
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/userinfo/localization/id_ID.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/userinfo/localization/id_ID.inc
Changed
@@ -2,21 +2,19 @@ /* +-----------------------------------------------------------------------+ - | plugins/userinfo/localization/<lang>.inc | - | | | Localization file of the Roundcube Webmail Userinfo plugin | - | Copyright (C) 2012-2013, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-userinfo/ */ + $labels'userinfo' = 'Informasi pengguna'; $labels'created' = 'Telah dibuat'; $labels'lastlogin' = 'Masuk Terakhir'; $labels'defaultidentity' = 'Identitas Standar'; -?> \ No newline at end of file
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/userinfo/localization/is_IS.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/userinfo/localization/is_IS.inc
Changed
@@ -2,21 +2,19 @@ /* +-----------------------------------------------------------------------+ - | plugins/userinfo/localization/<lang>.inc | - | | | Localization file of the Roundcube Webmail Userinfo plugin | - | Copyright (C) 2012-2013, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-userinfo/ */ + $labels'userinfo' = 'Notandaupplýsingar'; $labels'created' = 'Búið til'; $labels'lastlogin' = 'Síðasta innskráning'; $labels'defaultidentity' = 'Sjálfgefið auðkenni'; -?> \ No newline at end of file
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/userinfo/localization/it_IT.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/userinfo/localization/it_IT.inc
Changed
@@ -2,21 +2,19 @@ /* +-----------------------------------------------------------------------+ - | plugins/userinfo/localization/<lang>.inc | - | | | Localization file of the Roundcube Webmail Userinfo plugin | - | Copyright (C) 2012-2013, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-userinfo/ */ + $labels'userinfo' = 'Informazioni utente'; $labels'created' = 'Creato'; $labels'lastlogin' = 'Ultimo Login'; $labels'defaultidentity' = 'Identità predefinita'; -?> \ No newline at end of file
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/userinfo/localization/ja_JP.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/userinfo/localization/ja_JP.inc
Changed
@@ -2,21 +2,19 @@ /* +-----------------------------------------------------------------------+ - | plugins/userinfo/localization/<lang>.inc | - | | | Localization file of the Roundcube Webmail Userinfo plugin | - | Copyright (C) 2012-2013, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-userinfo/ */ + $labels'userinfo' = 'ユーザー情報'; $labels'created' = '作成日時'; $labels'lastlogin' = '最後のログイン'; $labels'defaultidentity' = '既定の識別情報'; -?> \ No newline at end of file
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/userinfo/localization/km_KH.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/userinfo/localization/km_KH.inc
Changed
@@ -2,21 +2,19 @@ /* +-----------------------------------------------------------------------+ - | plugins/userinfo/localization/<lang>.inc | - | | | Localization file of the Roundcube Webmail Userinfo plugin | - | Copyright (C) 2012-2013, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-userinfo/ */ + $labels'userinfo' = 'ព័ត៌មានអ្នកប្រើ'; $labels'created' = 'បានបង្កើត'; $labels'lastlogin' = 'ចូលចុងក្រោយ'; $labels'defaultidentity' = 'អត្តសញ្ញាណលំនាំដើម'; -?> \ No newline at end of file
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/userinfo/localization/ko_KR.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/userinfo/localization/ko_KR.inc
Changed
@@ -2,21 +2,19 @@ /* +-----------------------------------------------------------------------+ - | plugins/userinfo/localization/<lang>.inc | - | | | Localization file of the Roundcube Webmail Userinfo plugin | - | Copyright (C) 2012-2013, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-userinfo/ */ + $labels'userinfo' = '사용자 정보'; $labels'created' = '생성함'; $labels'lastlogin' = '마지막 로그인'; $labels'defaultidentity' = '기본 신원'; -?> \ No newline at end of file
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/userinfo/localization/ku.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/userinfo/localization/ku.inc
Changed
@@ -2,21 +2,19 @@ /* +-----------------------------------------------------------------------+ - | plugins/userinfo/localization/<lang>.inc | - | | | Localization file of the Roundcube Webmail Userinfo plugin | - | Copyright (C) 2012-2013, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-userinfo/ */ + $labels'userinfo' = 'nawnişani bakar henar'; $labels'created' = 'Hat afirandin'; $labels'lastlogin' = 'axrin hatna jurawa'; $labels'defaultidentity' = 'Nasnameya Pêşsalixbûyî'; -?> \ No newline at end of file
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/userinfo/localization/ku_IQ.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/userinfo/localization/ku_IQ.inc
Changed
@@ -2,21 +2,19 @@ /* +-----------------------------------------------------------------------+ - | plugins/userinfo/localization/<lang>.inc | - | | | Localization file of the Roundcube Webmail Userinfo plugin | - | Copyright (C) 2012-2013, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-userinfo/ */ + $labels'userinfo' = 'زانیاری بەکارهێنەر'; $labels'created' = 'دروستکرا'; $labels'lastlogin' = 'دوایین چوونەژوورەوە'; $labels'defaultidentity' = 'ناسنامەی بنەڕەتی'; -?> \ No newline at end of file
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/userinfo/localization/lb_LU.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/userinfo/localization/lb_LU.inc
Changed
@@ -2,21 +2,19 @@ /* +-----------------------------------------------------------------------+ - | plugins/userinfo/localization/<lang>.inc | - | | | Localization file of the Roundcube Webmail Userinfo plugin | - | Copyright (C) 2012-2013, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-userinfo/ */ + $labels'userinfo' = 'Benotzer-Info'; $labels'created' = 'Erstallt'; $labels'lastlogin' = 'Leschte Login'; $labels'defaultidentity' = 'Standard-Identitéit'; -?> \ No newline at end of file
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/userinfo/localization/lt_LT.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/userinfo/localization/lt_LT.inc
Changed
@@ -2,21 +2,19 @@ /* +-----------------------------------------------------------------------+ - | plugins/userinfo/localization/<lang>.inc | - | | | Localization file of the Roundcube Webmail Userinfo plugin | - | Copyright (C) 2012-2013, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-userinfo/ */ + $labels'userinfo' = 'Informacija apie naudotoją'; $labels'created' = 'Sukurtas'; $labels'lastlogin' = 'Paskutinį kartą prisijungė'; $labels'defaultidentity' = 'Numatytoji tapatybė'; -?> \ No newline at end of file
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/userinfo/localization/lv_LV.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/userinfo/localization/lv_LV.inc
Changed
@@ -2,21 +2,19 @@ /* +-----------------------------------------------------------------------+ - | plugins/userinfo/localization/<lang>.inc | - | | | Localization file of the Roundcube Webmail Userinfo plugin | - | Copyright (C) 2012-2013, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-userinfo/ */ + $labels'userinfo' = 'Informācija par lietotāju'; $labels'created' = 'Izveidots'; $labels'lastlogin' = 'Pēdējā pieteikšanās'; $labels'defaultidentity' = 'Noklusētā identitāte'; -?> \ No newline at end of file
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/userinfo/localization/mk_MK.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/userinfo/localization/mk_MK.inc
Changed
@@ -2,21 +2,19 @@ /* +-----------------------------------------------------------------------+ - | plugins/userinfo/localization/<lang>.inc | - | | | Localization file of the Roundcube Webmail Userinfo plugin | - | Copyright (C) 2012-2013, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-userinfo/ */ + $labels'userinfo' = 'Информации за корисникот '; $labels'created' = 'Создадени '; $labels'lastlogin' = 'Последно најавување '; $labels'defaultidentity' = 'Стандарден идентитет '; -?> \ No newline at end of file
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/userinfo/localization/ml_IN.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/userinfo/localization/ml_IN.inc
Changed
@@ -2,21 +2,19 @@ /* +-----------------------------------------------------------------------+ - | plugins/userinfo/localization/<lang>.inc | - | | | Localization file of the Roundcube Webmail Userinfo plugin | - | Copyright (C) 2012-2013, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-userinfo/ */ + $labels'userinfo' = 'ഉപയോക്താവിന്റെ വിവരം'; $labels'created' = 'നിര്മ്മിച്ചു'; $labels'lastlogin' = 'അവസാന പ്രവേശനം'; $labels'defaultidentity' = 'സാധാരണ വ്യക്തിത്വം'; -?> \ No newline at end of file
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/userinfo/localization/mn_MN.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/userinfo/localization/mn_MN.inc
Changed
@@ -2,21 +2,19 @@ /* +-----------------------------------------------------------------------+ - | plugins/userinfo/localization/<lang>.inc | - | | | Localization file of the Roundcube Webmail Userinfo plugin | - | Copyright (C) 2012-2013, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-userinfo/ */ + $labels'userinfo' = 'Хэрэглэгчийн мэдээлэл'; $labels'created' = 'Үүссэн'; $labels'lastlogin' = 'Сүүлчийн нэвтрэлт'; $labels'defaultidentity' = 'Үндсэн мэдээлэл'; -?> \ No newline at end of file
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/userinfo/localization/mr_IN.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/userinfo/localization/mr_IN.inc
Changed
@@ -2,19 +2,17 @@ /* +-----------------------------------------------------------------------+ - | plugins/userinfo/localization/<lang>.inc | - | | | Localization file of the Roundcube Webmail Userinfo plugin | - | Copyright (C) 2012-2013, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-userinfo/ */ + $labels'userinfo' = 'वापरकर्त्याची माहिती'; $labels'created' = 'निर्माण केलेले'; -?> \ No newline at end of file
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/userinfo/localization/nb_NO.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/userinfo/localization/nb_NO.inc
Changed
@@ -2,21 +2,19 @@ /* +-----------------------------------------------------------------------+ - | plugins/userinfo/localization/<lang>.inc | - | | | Localization file of the Roundcube Webmail Userinfo plugin | - | Copyright (C) 2012-2013, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-userinfo/ */ + $labels'userinfo' = 'Brukerinformasjon'; $labels'created' = 'Opprettet'; $labels'lastlogin' = 'Sist logget inn'; $labels'defaultidentity' = 'Standard identitet'; -?> \ No newline at end of file
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/userinfo/localization/nl_BE.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/userinfo/localization/nl_BE.inc
Changed
@@ -2,21 +2,19 @@ /* +-----------------------------------------------------------------------+ - | plugins/userinfo/localization/<lang>.inc | - | | | Localization file of the Roundcube Webmail Userinfo plugin | - | Copyright (C) 2012-2013, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-userinfo/ */ + $labels'userinfo' = 'Gebruikersinformatie'; $labels'created' = 'Aangemaakt'; $labels'lastlogin' = 'Laatste aanmelding'; $labels'defaultidentity' = 'Standaard identiteit'; -?> \ No newline at end of file
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/userinfo/localization/nl_NL.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/userinfo/localization/nl_NL.inc
Changed
@@ -2,21 +2,19 @@ /* +-----------------------------------------------------------------------+ - | plugins/userinfo/localization/<lang>.inc | - | | | Localization file of the Roundcube Webmail Userinfo plugin | - | Copyright (C) 2012-2013, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-userinfo/ */ + $labels'userinfo' = 'Gebruikersinformatie'; $labels'created' = 'Aangemaakt'; $labels'lastlogin' = 'Laatste aanmelding'; $labels'defaultidentity' = 'Standaardidentiteit'; -?> \ No newline at end of file
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/userinfo/localization/nn_NO.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/userinfo/localization/nn_NO.inc
Changed
@@ -2,21 +2,19 @@ /* +-----------------------------------------------------------------------+ - | plugins/userinfo/localization/<lang>.inc | - | | | Localization file of the Roundcube Webmail Userinfo plugin | - | Copyright (C) 2012-2013, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-userinfo/ */ + $labels'userinfo' = 'Brukarinfo'; $labels'created' = 'Laga'; $labels'lastlogin' = 'Sist logga inn'; $labels'defaultidentity' = 'Standardidentitet'; -?> \ No newline at end of file
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/userinfo/localization/pl_PL.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/userinfo/localization/pl_PL.inc
Changed
@@ -2,21 +2,19 @@ /* +-----------------------------------------------------------------------+ - | plugins/userinfo/localization/<lang>.inc | - | | | Localization file of the Roundcube Webmail Userinfo plugin | - | Copyright (C) 2012-2013, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-userinfo/ */ + $labels'userinfo' = 'Informacje'; $labels'created' = 'Utworzony'; $labels'lastlogin' = 'Ostatnie logowanie'; $labels'defaultidentity' = 'Domyślna tożsamość'; -?> \ No newline at end of file
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/userinfo/localization/pt_BR.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/userinfo/localization/pt_BR.inc
Changed
@@ -2,21 +2,19 @@ /* +-----------------------------------------------------------------------+ - | plugins/userinfo/localization/<lang>.inc | - | | | Localization file of the Roundcube Webmail Userinfo plugin | - | Copyright (C) 2012-2013, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-userinfo/ */ + $labels'userinfo' = 'Informações do usuário'; $labels'created' = 'Criado'; $labels'lastlogin' = 'Último Login'; $labels'defaultidentity' = 'Identidade Padrão'; -?> \ No newline at end of file
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/userinfo/localization/pt_PT.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/userinfo/localization/pt_PT.inc
Changed
@@ -2,21 +2,19 @@ /* +-----------------------------------------------------------------------+ - | plugins/userinfo/localization/<lang>.inc | - | | | Localization file of the Roundcube Webmail Userinfo plugin | - | Copyright (C) 2012-2013, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-userinfo/ */ + $labels'userinfo' = 'Informação do utilizador'; $labels'created' = 'Criado'; $labels'lastlogin' = 'Último acesso'; $labels'defaultidentity' = 'Identidade pré-definida'; -?> \ No newline at end of file
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/userinfo/localization/ro_RO.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/userinfo/localization/ro_RO.inc
Changed
@@ -2,21 +2,19 @@ /* +-----------------------------------------------------------------------+ - | plugins/userinfo/localization/<lang>.inc | - | | | Localization file of the Roundcube Webmail Userinfo plugin | - | Copyright (C) 2012-2013, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-userinfo/ */ + $labels'userinfo' = 'Informații utilizator'; $labels'created' = 'Data creării'; $labels'lastlogin' = 'Ultima autentificare'; $labels'defaultidentity' = 'Identitate principală'; -?> \ No newline at end of file
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/userinfo/localization/ru_RU.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/userinfo/localization/ru_RU.inc
Changed
@@ -2,21 +2,19 @@ /* +-----------------------------------------------------------------------+ - | plugins/userinfo/localization/<lang>.inc | - | | | Localization file of the Roundcube Webmail Userinfo plugin | - | Copyright (C) 2012-2013, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-userinfo/ */ + $labels'userinfo' = 'Информация'; $labels'created' = 'Создан'; $labels'lastlogin' = 'Последний вход'; $labels'defaultidentity' = 'Профиль по умолчанию'; -?> \ No newline at end of file
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/userinfo/localization/sk_SK.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/userinfo/localization/sk_SK.inc
Changed
@@ -2,21 +2,19 @@ /* +-----------------------------------------------------------------------+ - | plugins/userinfo/localization/<lang>.inc | - | | | Localization file of the Roundcube Webmail Userinfo plugin | - | Copyright (C) 2012-2013, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-userinfo/ */ + $labels'userinfo' = 'Informácie o používateľovi'; $labels'created' = 'Vytvorené'; $labels'lastlogin' = 'Posledné prihlásenie'; $labels'defaultidentity' = 'Predvolená identita'; -?> \ No newline at end of file
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/userinfo/localization/sl_SI.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/userinfo/localization/sl_SI.inc
Changed
@@ -2,21 +2,19 @@ /* +-----------------------------------------------------------------------+ - | plugins/userinfo/localization/<lang>.inc | - | | | Localization file of the Roundcube Webmail Userinfo plugin | - | Copyright (C) 2012-2013, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-userinfo/ */ + $labels'userinfo' = 'Podatki o uporabniku'; $labels'created' = 'Ustvarjen'; $labels'lastlogin' = 'Zadnja prijava'; $labels'defaultidentity' = 'Privzeta identiteta'; -?> \ No newline at end of file
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/userinfo/localization/sq_AL.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/userinfo/localization/sq_AL.inc
Changed
@@ -2,21 +2,19 @@ /* +-----------------------------------------------------------------------+ - | plugins/userinfo/localization/<lang>.inc | - | | | Localization file of the Roundcube Webmail Userinfo plugin | - | Copyright (C) 2012-2013, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-userinfo/ */ + $labels'userinfo' = 'Të dhëna Përdoruesi'; $labels'created' = 'Krijuar më'; $labels'lastlogin' = 'Hyrja e Fundit'; $labels'defaultidentity' = 'Identitet Parazgjedhje'; -?> \ No newline at end of file
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/userinfo/localization/sr_CS.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/userinfo/localization/sr_CS.inc
Changed
@@ -2,21 +2,19 @@ /* +-----------------------------------------------------------------------+ - | plugins/userinfo/localization/<lang>.inc | - | | | Localization file of the Roundcube Webmail Userinfo plugin | - | Copyright (C) 2012-2013, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-userinfo/ */ + $labels'userinfo' = 'Подаци о кориснику'; $labels'created' = 'Направљено'; $labels'lastlogin' = 'Последња пријава'; $labels'defaultidentity' = 'подразумевани идентитет'; -?> \ No newline at end of file
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/userinfo/localization/sv_SE.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/userinfo/localization/sv_SE.inc
Changed
@@ -2,21 +2,19 @@ /* +-----------------------------------------------------------------------+ - | plugins/userinfo/localization/<lang>.inc | - | | | Localization file of the Roundcube Webmail Userinfo plugin | - | Copyright (C) 2012-2013, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-userinfo/ */ + $labels'userinfo' = 'Användarinfo'; $labels'created' = 'Skapad'; $labels'lastlogin' = 'Senast inloggad'; $labels'defaultidentity' = 'Standardidentitet'; -?> \ No newline at end of file
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/userinfo/localization/th_TH.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/userinfo/localization/th_TH.inc
Changed
@@ -2,21 +2,19 @@ /* +-----------------------------------------------------------------------+ - | plugins/userinfo/localization/<lang>.inc | - | | | Localization file of the Roundcube Webmail Userinfo plugin | - | Copyright (C) 2012-2013, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-userinfo/ */ + $labels'userinfo' = 'ข้อมูลผู้ใช้'; $labels'created' = 'สร้าง'; $labels'lastlogin' = 'เข้าระบบล่าสุด'; $labels'defaultidentity' = 'รหัสประจำตัวเริ่มต้น'; -?> \ No newline at end of file
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/userinfo/localization/ti.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/userinfo/localization/ti.inc
Changed
@@ -2,21 +2,19 @@ /* +-----------------------------------------------------------------------+ - | plugins/userinfo/localization/<lang>.inc | - | | | Localization file of the Roundcube Webmail Userinfo plugin | - | Copyright (C) 2012-2013, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-userinfo/ */ + $labels'userinfo' = 'ሓብሬታ በዓል ዋና '; $labels'created' = 'እዋን ፍጥረት'; $labels'lastlogin' = 'እዋን እታው'; $labels'defaultidentity' = 'ዘይተለወጠ መለለይ መንነት'; -?> \ No newline at end of file
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/userinfo/localization/tr_TR.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/userinfo/localization/tr_TR.inc
Changed
@@ -2,21 +2,19 @@ /* +-----------------------------------------------------------------------+ - | plugins/userinfo/localization/<lang>.inc | - | | | Localization file of the Roundcube Webmail Userinfo plugin | - | Copyright (C) 2012-2013, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-userinfo/ */ + $labels'userinfo' = 'Kullanıcı bilgisi'; $labels'created' = 'Eklendi'; $labels'lastlogin' = 'Son Oturum Açma'; $labels'defaultidentity' = 'Varsayılan Kimlik'; -?> \ No newline at end of file
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/userinfo/localization/uk_UA.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/userinfo/localization/uk_UA.inc
Changed
@@ -2,21 +2,19 @@ /* +-----------------------------------------------------------------------+ - | plugins/userinfo/localization/<lang>.inc | - | | | Localization file of the Roundcube Webmail Userinfo plugin | - | Copyright (C) 2012-2013, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-userinfo/ */ + $labels'userinfo' = 'Інформація'; $labels'created' = 'Створено'; $labels'lastlogin' = 'Останнє входження'; $labels'defaultidentity' = 'Типовий профіль'; -?> \ No newline at end of file
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/userinfo/localization/uz.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/userinfo/localization/uz.inc
Changed
@@ -2,21 +2,19 @@ /* +-----------------------------------------------------------------------+ - | plugins/userinfo/localization/<lang>.inc | - | | | Localization file of the Roundcube Webmail Userinfo plugin | - | Copyright (C) 2012-2013, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-userinfo/ */ + $labels'userinfo' = 'Foydalanuvchi haqida axborot'; $labels'created' = 'Yaratildi'; $labels'lastlogin' = 'So‘nggi kirish'; $labels'defaultidentity' = 'Odatdagi identifikator'; -?> \ No newline at end of file
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/userinfo/localization/vi_VN.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/userinfo/localization/vi_VN.inc
Changed
@@ -2,21 +2,19 @@ /* +-----------------------------------------------------------------------+ - | plugins/userinfo/localization/<lang>.inc | - | | | Localization file of the Roundcube Webmail Userinfo plugin | - | Copyright (C) 2012-2013, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-userinfo/ */ + $labels'userinfo' = 'Thông tin người dùng'; $labels'created' = 'Được tạo'; $labels'lastlogin' = 'Lần đăng nhập cuối'; $labels'defaultidentity' = 'Nhận diện mặc định'; -?> \ No newline at end of file
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/userinfo/localization/zh_CN.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/userinfo/localization/zh_CN.inc
Changed
@@ -2,21 +2,19 @@ /* +-----------------------------------------------------------------------+ - | plugins/userinfo/localization/<lang>.inc | - | | | Localization file of the Roundcube Webmail Userinfo plugin | - | Copyright (C) 2012-2013, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-userinfo/ */ + $labels'userinfo' = '用户信息'; $labels'created' = '创建于'; $labels'lastlogin' = '最近登录'; $labels'defaultidentity' = '默认身份'; -?> \ No newline at end of file
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/userinfo/localization/zh_TW.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/userinfo/localization/zh_TW.inc
Changed
@@ -2,21 +2,19 @@ /* +-----------------------------------------------------------------------+ - | plugins/userinfo/localization/<lang>.inc | - | | | Localization file of the Roundcube Webmail Userinfo plugin | - | Copyright (C) 2012-2013, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-userinfo/ */ + $labels'userinfo' = '使用者資訊'; $labels'created' = '建立時間'; $labels'lastlogin' = '上次登入'; $labels'defaultidentity' = '預設身份'; -?> \ No newline at end of file
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/vcard_attachments/localization/ar.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/vcard_attachments/localization/ar.inc
Changed
@@ -2,23 +2,21 @@ /* +-----------------------------------------------------------------------+ - | plugins/vcard_attachments/localization/<lang>.inc | - | | | Localization file of the Roundcube Webmail Vcard Attachments plugin | - | Copyright (C) 2012-2013, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-vcard_attachments/ */ + $labels'addvcardmsg' = 'إضافة vCard إلى دفتر العناوين'; $labels'vcardsavefailed' = 'غير قادر على حفظ بصيغة vCard'; $labels'attachvcard' = 'إرفاق vCard'; $labels'vcardattached' = 'تم إرفاق ملف بطاقة vCard.'; $labels'vcard' = 'بطاقة vCard'; $labels'forwardvcard' = 'تحويل vCard'; -?> \ No newline at end of file
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/vcard_attachments/localization/ar_SA.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/vcard_attachments/localization/ar_SA.inc
Changed
@@ -2,19 +2,17 @@ /* +-----------------------------------------------------------------------+ - | plugins/vcard_attachments/localization/<lang>.inc | - | | | Localization file of the Roundcube Webmail Vcard Attachments plugin | - | Copyright (C) 2012-2013, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-vcard_attachments/ */ + $labels'addvcardmsg' = 'إضافة صيغة vCard إلى دفتر العناوين'; $labels'vcardsavefailed' = 'غير قادر على الحفظ بصيغة vCard'; -?> \ No newline at end of file
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/vcard_attachments/localization/ast.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/vcard_attachments/localization/ast.inc
Changed
@@ -2,19 +2,17 @@ /* +-----------------------------------------------------------------------+ - | plugins/vcard_attachments/localization/<lang>.inc | - | | | Localization file of the Roundcube Webmail Vcard Attachments plugin | - | Copyright (C) 2012-2013, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-vcard_attachments/ */ + $labels'addvcardmsg' = 'Amestar vCard a la llibreta de direiciones'; $labels'vcardsavefailed' = 'Nun pue guardase la vCard'; -?> \ No newline at end of file
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/vcard_attachments/localization/az_AZ.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/vcard_attachments/localization/az_AZ.inc
Changed
@@ -2,19 +2,17 @@ /* +-----------------------------------------------------------------------+ - | plugins/vcard_attachments/localization/<lang>.inc | - | | | Localization file of the Roundcube Webmail Vcard Attachments plugin | - | Copyright (C) 2012-2013, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-vcard_attachments/ */ + $labels'addvcardmsg' = 'vCard-ı kontakta daxil et'; $labels'vcardsavefailed' = 'vCard-ı saxlamaq alınmadı'; -?> \ No newline at end of file
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/vcard_attachments/localization/be_BE.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/vcard_attachments/localization/be_BE.inc
Changed
@@ -2,19 +2,17 @@ /* +-----------------------------------------------------------------------+ - | plugins/vcard_attachments/localization/<lang>.inc | - | | | Localization file of the Roundcube Webmail Vcard Attachments plugin | - | Copyright (C) 2012-2013, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-vcard_attachments/ */ + $labels'addvcardmsg' = 'Дадаць vCard у адрасную кнігу'; $labels'vcardsavefailed' = 'Немагчыма захаваць vCard'; -?> \ No newline at end of file
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/vcard_attachments/localization/bg_BG.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/vcard_attachments/localization/bg_BG.inc
Changed
@@ -2,19 +2,21 @@ /* +-----------------------------------------------------------------------+ - | plugins/vcard_attachments/localization/<lang>.inc | - | | | Localization file of the Roundcube Webmail Vcard Attachments plugin | - | Copyright (C) 2012-2013, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-vcard_attachments/ */ + $labels'addvcardmsg' = 'Добавяне на vCard към адресната книга'; $labels'vcardsavefailed' = 'Невъзможен запис на vCard'; -?> \ No newline at end of file +$labels'attachvcard' = 'Прикачване на визитка (vCard)'; +$labels'vcardattached' = 'Прикачен vCard файл.'; +$labels'vcard' = 'vCard'; +$labels'forwardvcard' = 'Препращане на vCard';
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/vcard_attachments/localization/br.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/vcard_attachments/localization/br.inc
Changed
@@ -2,19 +2,17 @@ /* +-----------------------------------------------------------------------+ - | plugins/vcard_attachments/localization/<lang>.inc | - | | | Localization file of the Roundcube Webmail Vcard Attachments plugin | - | Copyright (C) 2012-2013, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-vcard_attachments/ */ + $labels'addvcardmsg' = 'Ouzhpennañ ar vCard d\'ar c\'harned chomlec\'hioù'; $labels'vcardsavefailed' = 'N\'haller ket enrollañ ar vCard'; -?> \ No newline at end of file
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/vcard_attachments/localization/bs_BA.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/vcard_attachments/localization/bs_BA.inc
Changed
@@ -2,19 +2,17 @@ /* +-----------------------------------------------------------------------+ - | plugins/vcard_attachments/localization/<lang>.inc | - | | | Localization file of the Roundcube Webmail Vcard Attachments plugin | - | Copyright (C) 2012-2013, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-vcard_attachments/ */ + $labels'addvcardmsg' = 'Dodaj vCard u adresar'; $labels'vcardsavefailed' = 'Nije moguće sačuvati vCard'; -?> \ No newline at end of file
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/vcard_attachments/localization/ca_ES.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/vcard_attachments/localization/ca_ES.inc
Changed
@@ -2,23 +2,21 @@ /* +-----------------------------------------------------------------------+ - | plugins/vcard_attachments/localization/<lang>.inc | - | | | Localization file of the Roundcube Webmail Vcard Attachments plugin | - | Copyright (C) 2012-2013, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-vcard_attachments/ */ + $labels'addvcardmsg' = 'Afegeix la vCard a la llibreta d\'adreces'; $labels'vcardsavefailed' = 'No s\'ha pogut desar la vCard'; $labels'attachvcard' = 'Adjunta la vCard'; $labels'vcardattached' = 'Fitxer vCard adjunt.'; $labels'vcard' = 'vCard'; $labels'forwardvcard' = 'Reenvia vCard'; -?> \ No newline at end of file
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/vcard_attachments/localization/cs_CZ.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/vcard_attachments/localization/cs_CZ.inc
Changed
@@ -2,23 +2,21 @@ /* +-----------------------------------------------------------------------+ - | plugins/vcard_attachments/localization/<lang>.inc | - | | | Localization file of the Roundcube Webmail Vcard Attachments plugin | - | Copyright (C) 2012-2013, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-vcard_attachments/ */ + $labels'addvcardmsg' = 'Přidat vCard do adresáře'; $labels'vcardsavefailed' = 'Nelze uložit vCard'; $labels'attachvcard' = 'Připojit vCard'; $labels'vcardattached' = 'vCard soubor připojen.'; $labels'vcard' = 'vCard'; $labels'forwardvcard' = 'Přeposlat vCard'; -?> \ No newline at end of file
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/vcard_attachments/localization/cy_GB.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/vcard_attachments/localization/cy_GB.inc
Changed
@@ -2,23 +2,21 @@ /* +-----------------------------------------------------------------------+ - | plugins/vcard_attachments/localization/<lang>.inc | - | | | Localization file of the Roundcube Webmail Vcard Attachments plugin | - | Copyright (C) 2012-2013, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-vcard_attachments/ */ + $labels'addvcardmsg' = 'Ychwanegu vCard i\'r llyfr cyfeiriadau'; $labels'vcardsavefailed' = 'Methwyd cadw\'r vCard'; $labels'attachvcard' = 'Atodi vCard'; $labels'vcardattached' = 'Atodwyd ffeil vCard'; $labels'vcard' = 'vCard'; $labels'forwardvcard' = 'Danfon vCard ymlaen'; -?> \ No newline at end of file
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/vcard_attachments/localization/da_DK.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/vcard_attachments/localization/da_DK.inc
Changed
@@ -2,21 +2,19 @@ /* +-----------------------------------------------------------------------+ - | plugins/vcard_attachments/localization/<lang>.inc | - | | | Localization file of the Roundcube Webmail Vcard Attachments plugin | - | Copyright (C) 2012-2013, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-vcard_attachments/ */ + $labels'addvcardmsg' = 'Tilføj vCard til adressebogen'; $labels'vcardsavefailed' = 'Kan ikke gemme dette vCard'; $labels'attachvcard' = 'Tilføj vCard'; $labels'vcard' = 'vCard'; -?> \ No newline at end of file
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/vcard_attachments/localization/de_CH.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/vcard_attachments/localization/de_CH.inc
Changed
@@ -2,23 +2,21 @@ /* +-----------------------------------------------------------------------+ - | plugins/vcard_attachments/localization/<lang>.inc | - | | | Localization file of the Roundcube Webmail Vcard Attachments plugin | - | Copyright (C) 2012-2013, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-vcard_attachments/ */ + $labels'addvcardmsg' = 'Kontakt im Adressbuch speichern'; $labels'vcardsavefailed' = 'Der Kontakt konnte nicht gespeichert werden'; $labels'attachvcard' = 'Als vCard anhängen'; $labels'vcardattached' = 'vCard-Datei angehängt.'; $labels'vcard' = 'vCard'; $labels'forwardvcard' = 'Kontakt weiterleiten'; -?> \ No newline at end of file
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/vcard_attachments/localization/de_DE.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/vcard_attachments/localization/de_DE.inc
Changed
@@ -2,23 +2,21 @@ /* +-----------------------------------------------------------------------+ - | plugins/vcard_attachments/localization/<lang>.inc | - | | | Localization file of the Roundcube Webmail Vcard Attachments plugin | - | Copyright (C) 2012-2013, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-vcard_attachments/ */ + $labels'addvcardmsg' = 'Kontakt im Adressbuch speichern'; $labels'vcardsavefailed' = 'Der Kontakt konnte nicht gespeichert werden'; $labels'attachvcard' = 'vCard anhängen'; $labels'vcardattached' = 'vCard-Datei angehängt.'; $labels'vcard' = 'vCard'; $labels'forwardvcard' = 'vCard weiterleiten'; -?> \ No newline at end of file
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/vcard_attachments/localization/el_GR.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/vcard_attachments/localization/el_GR.inc
Changed
@@ -2,23 +2,21 @@ /* +-----------------------------------------------------------------------+ - | plugins/vcard_attachments/localization/<lang>.inc | - | | | Localization file of the Roundcube Webmail Vcard Attachments plugin | - | Copyright (C) 2012-2013, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-vcard_attachments/ */ + $labels'addvcardmsg' = 'Προσθήκη vCard στο βιβλίο διευθύνσεων'; $labels'vcardsavefailed' = 'Δεν είναι δυνατή η αποθήκευση του vCard'; $labels'attachvcard' = 'Επισύναψη vCard'; $labels'vcardattached' = 'Το αρχείο vCard επισυναφθηκε.'; $labels'vcard' = 'vCard'; $labels'forwardvcard' = 'Προώθηση vCard'; -?> \ No newline at end of file
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/vcard_attachments/localization/en_CA.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/vcard_attachments/localization/en_CA.inc
Changed
@@ -2,19 +2,17 @@ /* +-----------------------------------------------------------------------+ - | plugins/vcard_attachments/localization/<lang>.inc | - | | | Localization file of the Roundcube Webmail Vcard Attachments plugin | - | Copyright (C) 2012-2013, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-vcard_attachments/ */ + $labels'addvcardmsg' = 'Add vCard to addressbook'; $labels'vcardsavefailed' = 'Unable to save vCard'; -?> \ No newline at end of file
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/vcard_attachments/localization/en_GB.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/vcard_attachments/localization/en_GB.inc
Changed
@@ -2,23 +2,21 @@ /* +-----------------------------------------------------------------------+ - | plugins/vcard_attachments/localization/<lang>.inc | - | | | Localization file of the Roundcube Webmail Vcard Attachments plugin | - | Copyright (C) 2012-2013, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-vcard_attachments/ */ + $labels'addvcardmsg' = 'Add vCard to addressbook'; $labels'vcardsavefailed' = 'Unable to save vCard'; $labels'attachvcard' = 'Attach vCard'; $labels'vcardattached' = 'vCard file attached.'; $labels'vcard' = 'vCard'; $labels'forwardvcard' = 'Forward vCard'; -?> \ No newline at end of file
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/vcard_attachments/localization/eo.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/vcard_attachments/localization/eo.inc
Changed
@@ -2,19 +2,17 @@ /* +-----------------------------------------------------------------------+ - | plugins/vcard_attachments/localization/<lang>.inc | - | | | Localization file of the Roundcube Webmail Vcard Attachments plugin | - | Copyright (C) 2012-2013, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-vcard_attachments/ */ + $labels'addvcardmsg' = 'Aldoni vCard al adresaro'; $labels'vcardsavefailed' = 'vCard ne konserveblas'; -?> \ No newline at end of file
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/vcard_attachments/localization/es_419.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/vcard_attachments/localization/es_419.inc
Changed
@@ -2,19 +2,17 @@ /* +-----------------------------------------------------------------------+ - | plugins/vcard_attachments/localization/<lang>.inc | - | | | Localization file of the Roundcube Webmail Vcard Attachments plugin | - | Copyright (C) 2012-2013, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-vcard_attachments/ */ + $labels'addvcardmsg' = 'Agregar vCard a la libreta de direcciones'; $labels'vcardsavefailed' = 'No se puede guardar la vCard'; -?> \ No newline at end of file
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/vcard_attachments/localization/es_AR.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/vcard_attachments/localization/es_AR.inc
Changed
@@ -2,19 +2,17 @@ /* +-----------------------------------------------------------------------+ - | plugins/vcard_attachments/localization/<lang>.inc | - | | | Localization file of the Roundcube Webmail Vcard Attachments plugin | - | Copyright (C) 2012-2013, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-vcard_attachments/ */ + $labels'addvcardmsg' = 'Agregar vCard a la libreta de direcciones'; $labels'vcardsavefailed' = 'Imposible guardar vCard'; -?> \ No newline at end of file
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/vcard_attachments/localization/es_ES.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/vcard_attachments/localization/es_ES.inc
Changed
@@ -2,21 +2,19 @@ /* +-----------------------------------------------------------------------+ - | plugins/vcard_attachments/localization/<lang>.inc | - | | | Localization file of the Roundcube Webmail Vcard Attachments plugin | - | Copyright (C) 2012-2013, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-vcard_attachments/ */ + $labels'addvcardmsg' = 'Añadir tarjeta vCard a la libreta de direcciones'; $labels'vcardsavefailed' = 'No se pudo guardar la tarjeta vCard'; $labels'attachvcard' = 'Adjuntar vCard'; $labels'vcard' = 'vCard'; -?> \ No newline at end of file
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/vcard_attachments/localization/et_EE.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/vcard_attachments/localization/et_EE.inc
Changed
@@ -2,20 +2,18 @@ /* +-----------------------------------------------------------------------+ - | plugins/vcard_attachments/localization/<lang>.inc | - | | | Localization file of the Roundcube Webmail Vcard Attachments plugin | - | Copyright (C) 2012-2013, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-vcard_attachments/ */ + $labels'addvcardmsg' = 'Lisa vCard aadressiraamatusse'; $labels'vcardsavefailed' = 'vCard salvestamine nurjus'; $labels'vcard' = 'vCard'; -?> \ No newline at end of file
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/vcard_attachments/localization/eu_ES.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/vcard_attachments/localization/eu_ES.inc
Changed
@@ -2,23 +2,21 @@ /* +-----------------------------------------------------------------------+ - | plugins/vcard_attachments/localization/<lang>.inc | - | | | Localization file of the Roundcube Webmail Vcard Attachments plugin | - | Copyright (C) 2012-2013, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-vcard_attachments/ */ + $labels'addvcardmsg' = 'Gehitu vCard helbide-liburura'; $labels'vcardsavefailed' = 'Ezin da vCard gorde'; $labels'attachvcard' = 'Erantsi vCard'; $labels'vcardattached' = 'vCard fitxategia erantsia'; $labels'vcard' = 'vCard'; $labels'forwardvcard' = 'Birbidali vCard'; -?> \ No newline at end of file
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/vcard_attachments/localization/fa_IR.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/vcard_attachments/localization/fa_IR.inc
Changed
@@ -2,19 +2,17 @@ /* +-----------------------------------------------------------------------+ - | plugins/vcard_attachments/localization/<lang>.inc | - | | | Localization file of the Roundcube Webmail Vcard Attachments plugin | - | Copyright (C) 2012-2013, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-vcard_attachments/ */ + $labels'addvcardmsg' = 'افزودن vCard به دفترچه نشانی'; $labels'vcardsavefailed' = 'ناتوان در ذخیره vCard'; -?> \ No newline at end of file
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/vcard_attachments/localization/fi_FI.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/vcard_attachments/localization/fi_FI.inc
Changed
@@ -2,23 +2,21 @@ /* +-----------------------------------------------------------------------+ - | plugins/vcard_attachments/localization/<lang>.inc | - | | | Localization file of the Roundcube Webmail Vcard Attachments plugin | - | Copyright (C) 2012-2013, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-vcard_attachments/ */ + $labels'addvcardmsg' = 'Lisää vCard osoitekirjaan'; $labels'vcardsavefailed' = 'vCardin tallennus epäonnistui'; $labels'attachvcard' = 'Liitä vCard'; $labels'vcardattached' = 'vCard-tiedosto lisätty.'; $labels'vcard' = 'vCard'; $labels'forwardvcard' = 'Edelleenohjaa vCard'; -?> \ No newline at end of file
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/vcard_attachments/localization/fo_FO.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/vcard_attachments/localization/fo_FO.inc
Changed
@@ -2,19 +2,17 @@ /* +-----------------------------------------------------------------------+ - | plugins/vcard_attachments/localization/<lang>.inc | - | | | Localization file of the Roundcube Webmail Vcard Attachments plugin | - | Copyright (C) 2012-2013, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-vcard_attachments/ */ + $labels'addvcardmsg' = 'Legg vCard til búðstaðar savn'; $labels'vcardsavefailed' = 'Kann ikki goyma vCard'; -?> \ No newline at end of file
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/vcard_attachments/localization/fr_FR.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/vcard_attachments/localization/fr_FR.inc
Changed
@@ -2,23 +2,21 @@ /* +-----------------------------------------------------------------------+ - | plugins/vcard_attachments/localization/<lang>.inc | - | | | Localization file of the Roundcube Webmail Vcard Attachments plugin | - | Copyright (C) 2012-2013, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-vcard_attachments/ */ + $labels'addvcardmsg' = 'Ajouter la vCard au carnet d’adresses'; $labels'vcardsavefailed' = 'Impossible d’enregistrer la vCard'; $labels'attachvcard' = 'Joindre la vCard'; $labels'vcardattached' = 'Le fichier vCard a été joint.'; $labels'vcard' = 'vCard'; $labels'forwardvcard' = 'Transférer la vCard'; -?> \ No newline at end of file
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/vcard_attachments/localization/fy_NL.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/vcard_attachments/localization/fy_NL.inc
Changed
@@ -2,21 +2,19 @@ /* +-----------------------------------------------------------------------+ - | plugins/vcard_attachments/localization/<lang>.inc | - | | | Localization file of the Roundcube Webmail Vcard Attachments plugin | - | Copyright (C) 2012-2013, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-vcard_attachments/ */ + $labels'addvcardmsg' = 'vCard oan adresboek tafoegje'; $labels'vcardsavefailed' = 'Koe vCard net bewarje'; $labels'attachvcard' = 'vCard taheakje'; $labels'vcard' = 'vCard'; -?> \ No newline at end of file
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/vcard_attachments/localization/ga_IE.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/vcard_attachments/localization/ga_IE.inc
Changed
@@ -2,23 +2,21 @@ /* +-----------------------------------------------------------------------+ - | plugins/vcard_attachments/localization/<lang>.inc | - | | | Localization file of the Roundcube Webmail Vcard Attachments plugin | - | Copyright (C) 2012-2013, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-vcard_attachments/ */ + $labels'addvcardmsg' = 'Cuir vCard leis an leabhar seoltaí'; $labels'vcardsavefailed' = 'Ní féidir an vCard a chur i dtaisce'; $labels'attachvcard' = 'Ceangail vCard leis'; $labels'vcardattached' = 'Tá comhad vCard ceangailte leis.'; $labels'vcard' = 'vCárta'; $labels'forwardvcard' = 'Cuir vCard ar aghaidh'; -?> \ No newline at end of file
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/vcard_attachments/localization/gl_ES.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/vcard_attachments/localization/gl_ES.inc
Changed
@@ -2,19 +2,17 @@ /* +-----------------------------------------------------------------------+ - | plugins/vcard_attachments/localization/<lang>.inc | - | | | Localization file of the Roundcube Webmail Vcard Attachments plugin | - | Copyright (C) 2012-2013, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-vcard_attachments/ */ + $labels'addvcardmsg' = 'Engadir vCard á Axenda de enderezos'; $labels'vcardsavefailed' = 'Non foi posíbel gardar a vCard'; -?> \ No newline at end of file
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/vcard_attachments/localization/he_IL.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/vcard_attachments/localization/he_IL.inc
Changed
@@ -2,23 +2,21 @@ /* +-----------------------------------------------------------------------+ - | plugins/vcard_attachments/localization/<lang>.inc | - | | | Localization file of the Roundcube Webmail Vcard Attachments plugin | - | Copyright (C) 2012-2013, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-vcard_attachments/ */ + $labels'addvcardmsg' = 'הוספת כרטיס ביקור בפורמט vCard לספר הכתובות'; $labels'vcardsavefailed' = 'לא ניתן לשמור את כרטיס הביקור vCard'; $labels'attachvcard' = 'צרפ/י קובץ חתימה (vCard)'; $labels'vcardattached' = 'צורף קובץ vCard'; $labels'vcard' = 'קובץ חתימה (vCard)'; $labels'forwardvcard' = 'העברה של כרטיס ביקור'; -?> \ No newline at end of file
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/vcard_attachments/localization/hr_HR.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/vcard_attachments/localization/hr_HR.inc
Changed
@@ -2,19 +2,21 @@ /* +-----------------------------------------------------------------------+ - | plugins/vcard_attachments/localization/<lang>.inc | - | | | Localization file of the Roundcube Webmail Vcard Attachments plugin | - | Copyright (C) 2012-2013, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-vcard_attachments/ */ + $labels'addvcardmsg' = 'Dodaj vCard u imenik'; $labels'vcardsavefailed' = 'Ne mogu pohraniti vCard'; -?> \ No newline at end of file +$labels'attachvcard' = 'Priloži vCard'; +$labels'vcardattached' = 'vCard datoteka priložena.'; +$labels'vcard' = 'vCard'; +$labels'forwardvcard' = 'Proslijedi vCard';
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/vcard_attachments/localization/hu_HU.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/vcard_attachments/localization/hu_HU.inc
Changed
@@ -2,23 +2,21 @@ /* +-----------------------------------------------------------------------+ - | plugins/vcard_attachments/localization/<lang>.inc | - | | | Localization file of the Roundcube Webmail Vcard Attachments plugin | - | Copyright (C) 2012-2013, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-vcard_attachments/ */ + $labels'addvcardmsg' = 'vCard hozzáadása a címjegyzékhez'; $labels'vcardsavefailed' = 'Sikertelen a vCard mentése'; $labels'attachvcard' = 'vCard csatolása'; $labels'vcardattached' = 'vCard csatolva.'; $labels'vcard' = 'vCard'; $labels'forwardvcard' = 'vCard továbbítása'; -?> \ No newline at end of file
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/vcard_attachments/localization/hy_AM.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/vcard_attachments/localization/hy_AM.inc
Changed
@@ -2,19 +2,17 @@ /* +-----------------------------------------------------------------------+ - | plugins/vcard_attachments/localization/<lang>.inc | - | | | Localization file of the Roundcube Webmail Vcard Attachments plugin | - | Copyright (C) 2012-2013, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-vcard_attachments/ */ + $labels'addvcardmsg' = 'Ավելացնել vCard-ը հասցեագրքում'; $labels'vcardsavefailed' = 'vCard-ի պահպանումը ձախողվեց'; -?> \ No newline at end of file
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/vcard_attachments/localization/ia.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/vcard_attachments/localization/ia.inc
Changed
@@ -2,21 +2,19 @@ /* +-----------------------------------------------------------------------+ - | plugins/vcard_attachments/localization/<lang>.inc | - | | | Localization file of the Roundcube Webmail Vcard Attachments plugin | - | Copyright (C) 2012-2013, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-vcard_attachments/ */ + $labels'addvcardmsg' = 'Adder le vCard al adressario'; $labels'vcardsavefailed' = 'Impossibile salveguardar le vCard'; $labels'attachvcard' = 'Attachar vCard'; $labels'vcard' = 'vCard'; -?> \ No newline at end of file
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/vcard_attachments/localization/id_ID.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/vcard_attachments/localization/id_ID.inc
Changed
@@ -2,21 +2,19 @@ /* +-----------------------------------------------------------------------+ - | plugins/vcard_attachments/localization/<lang>.inc | - | | | Localization file of the Roundcube Webmail Vcard Attachments plugin | - | Copyright (C) 2012-2013, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-vcard_attachments/ */ + $labels'addvcardmsg' = 'Tambahkan vCard ke buku alamat'; $labels'vcardsavefailed' = 'Tidak dapat menyimpan vCard'; $labels'attachvcard' = 'Lampirkan vCard'; $labels'vcard' = 'vCard'; -?> \ No newline at end of file
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/vcard_attachments/localization/is_IS.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/vcard_attachments/localization/is_IS.inc
Changed
@@ -2,23 +2,21 @@ /* +-----------------------------------------------------------------------+ - | plugins/vcard_attachments/localization/<lang>.inc | - | | | Localization file of the Roundcube Webmail Vcard Attachments plugin | - | Copyright (C) 2012-2013, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-vcard_attachments/ */ + $labels'addvcardmsg' = 'Bæta vCard í nafnaskrá'; $labels'vcardsavefailed' = 'Tekst ekki að vista vCard'; $labels'attachvcard' = 'Hengja við vCard'; $labels'vcardattached' = 'vCard-skrá í viðhengi.'; $labels'vcard' = 'vCard'; $labels'forwardvcard' = 'Áframsenda vCard'; -?> \ No newline at end of file
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/vcard_attachments/localization/it_IT.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/vcard_attachments/localization/it_IT.inc
Changed
@@ -2,23 +2,21 @@ /* +-----------------------------------------------------------------------+ - | plugins/vcard_attachments/localization/<lang>.inc | - | | | Localization file of the Roundcube Webmail Vcard Attachments plugin | - | Copyright (C) 2012-2013, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-vcard_attachments/ */ + $labels'addvcardmsg' = 'Aggiungi vCard alla rubrica'; $labels'vcardsavefailed' = 'Impossibile salvare vCard'; $labels'attachvcard' = 'Allega vCard'; $labels'vcardattached' = 'File vCard allegato.'; $labels'vcard' = 'vCard'; $labels'forwardvcard' = 'Inoltra vCard'; -?> \ No newline at end of file
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/vcard_attachments/localization/ja_JP.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/vcard_attachments/localization/ja_JP.inc
Changed
@@ -2,23 +2,21 @@ /* +-----------------------------------------------------------------------+ - | plugins/vcard_attachments/localization/<lang>.inc | - | | | Localization file of the Roundcube Webmail Vcard Attachments plugin | - | Copyright (C) 2012-2013, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-vcard_attachments/ */ + $labels'addvcardmsg' = 'vCardをアドレス帳に追加'; $labels'vcardsavefailed' = 'vCardを保存できませんでした。'; $labels'attachvcard' = 'vCardを添付'; $labels'vcardattached' = 'vCardが添付。'; $labels'vcard' = 'vCard'; $labels'forwardvcard' = 'vCardを転送'; -?> \ No newline at end of file
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/vcard_attachments/localization/km_KH.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/vcard_attachments/localization/km_KH.inc
Changed
@@ -2,19 +2,17 @@ /* +-----------------------------------------------------------------------+ - | plugins/vcard_attachments/localization/<lang>.inc | - | | | Localization file of the Roundcube Webmail Vcard Attachments plugin | - | Copyright (C) 2012-2013, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-vcard_attachments/ */ + $labels'addvcardmsg' = 'បន្ថែម vCard ទៅសៀវភៅអាសយដ្ឋាន'; $labels'vcardsavefailed' = 'មិនអាចរក្សាទុក vCard'; -?> \ No newline at end of file
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/vcard_attachments/localization/ko_KR.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/vcard_attachments/localization/ko_KR.inc
Changed
@@ -2,21 +2,21 @@ /* +-----------------------------------------------------------------------+ - | plugins/vcard_attachments/localization/<lang>.inc | - | | | Localization file of the Roundcube Webmail Vcard Attachments plugin | - | Copyright (C) 2012-2013, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-vcard_attachments/ */ + $labels'addvcardmsg' = '주소록에 vCard 추가'; $labels'vcardsavefailed' = 'vCard를 저장할 수 없음'; $labels'attachvcard' = 'vCard 첨부'; +$labels'vcardattached' = 'vCard 파일을 첨부했습니다.'; $labels'vcard' = 'vCard'; -?> \ No newline at end of file +$labels'forwardvcard' = 'vCard 전달';
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/vcard_attachments/localization/ku.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/vcard_attachments/localization/ku.inc
Changed
@@ -2,19 +2,17 @@ /* +-----------------------------------------------------------------------+ - | plugins/vcard_attachments/localization/<lang>.inc | - | | | Localization file of the Roundcube Webmail Vcard Attachments plugin | - | Copyright (C) 2012-2013, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-vcard_attachments/ */ + $labels'addvcardmsg' = 'vCardê tevî deftera navnîşanan bike'; $labels'vcardsavefailed' = 'Tomarkirina vCard betal bike'; -?> \ No newline at end of file
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/vcard_attachments/localization/lb_LU.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/vcard_attachments/localization/lb_LU.inc
Changed
@@ -2,19 +2,17 @@ /* +-----------------------------------------------------------------------+ - | plugins/vcard_attachments/localization/<lang>.inc | - | | | Localization file of the Roundcube Webmail Vcard Attachments plugin | - | Copyright (C) 2012-2013, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-vcard_attachments/ */ + $labels'addvcardmsg' = 'vCard an d\'Adressbuch setzen'; $labels'vcardsavefailed' = 'vCard kann net gespäichert ginn'; -?> \ No newline at end of file
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/vcard_attachments/localization/lt_LT.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/vcard_attachments/localization/lt_LT.inc
Changed
@@ -2,23 +2,21 @@ /* +-----------------------------------------------------------------------+ - | plugins/vcard_attachments/localization/<lang>.inc | - | | | Localization file of the Roundcube Webmail Vcard Attachments plugin | - | Copyright (C) 2012-2013, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-vcard_attachments/ */ + $labels'addvcardmsg' = 'Įtraukti vizitinę kortelę į adresų knygą'; $labels'vcardsavefailed' = 'Įrašyti vizitinės kortelės nepavyko'; $labels'attachvcard' = 'Pridėti vCard'; $labels'vcardattached' = 'vCard failas pridėtas.'; $labels'vcard' = 'vCard'; $labels'forwardvcard' = 'Persiųsti vCard'; -?> \ No newline at end of file
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/vcard_attachments/localization/lv_LV.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/vcard_attachments/localization/lv_LV.inc
Changed
@@ -2,22 +2,20 @@ /* +-----------------------------------------------------------------------+ - | plugins/vcard_attachments/localization/<lang>.inc | - | | | Localization file of the Roundcube Webmail Vcard Attachments plugin | - | Copyright (C) 2012-2013, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-vcard_attachments/ */ + $labels'addvcardmsg' = 'Pievienot vizītkarti adrešu grāmatai'; $labels'vcardsavefailed' = 'Nevarēja saglabāt vizītkarti'; $labels'attachvcard' = 'Pievienot vCard'; $labels'vcardattached' = 'vCard fails pievienots.'; $labels'vcard' = 'vCard'; -?> \ No newline at end of file
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/vcard_attachments/localization/mk_MK.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/vcard_attachments/localization/mk_MK.inc
Changed
@@ -2,21 +2,19 @@ /* +-----------------------------------------------------------------------+ - | plugins/vcard_attachments/localization/<lang>.inc | - | | | Localization file of the Roundcube Webmail Vcard Attachments plugin | - | Copyright (C) 2012-2013, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-vcard_attachments/ */ + $labels'addvcardmsg' = 'Додади виртуелна бизнис картичка во адресната книга '; $labels'vcardsavefailed' = 'Не може да се сочува виртуелна бизнис картичка'; $labels'attachvcard' = 'Прикачи виртуелна бизнис картичка'; $labels'vcard' = 'Виртуелна бизнис картичка'; -?> \ No newline at end of file
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/vcard_attachments/localization/ml_IN.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/vcard_attachments/localization/ml_IN.inc
Changed
@@ -2,19 +2,17 @@ /* +-----------------------------------------------------------------------+ - | plugins/vcard_attachments/localization/<lang>.inc | - | | | Localization file of the Roundcube Webmail Vcard Attachments plugin | - | Copyright (C) 2012-2013, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-vcard_attachments/ */ + $labels'addvcardmsg' = 'വിലാസപുസ്തകത്തിലേക്ക് വികാര്ഡ് ചേര്ക്കുക'; $labels'vcardsavefailed' = 'വികാര്ഡ് ചേര്ക്കാന് പറ്റിയില്ല'; -?> \ No newline at end of file
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/vcard_attachments/localization/mn_MN.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/vcard_attachments/localization/mn_MN.inc
Changed
@@ -2,19 +2,17 @@ /* +-----------------------------------------------------------------------+ - | plugins/vcard_attachments/localization/<lang>.inc | - | | | Localization file of the Roundcube Webmail Vcard Attachments plugin | - | Copyright (C) 2012-2013, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-vcard_attachments/ */ + $labels'addvcardmsg' = 'Хаягийн дэвтэрт vCard нэмэх'; $labels'vcardsavefailed' = 'vCard хадгалж чадахгүй байна'; -?> \ No newline at end of file
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/vcard_attachments/localization/mr_IN.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/vcard_attachments/localization/mr_IN.inc
Changed
@@ -2,19 +2,17 @@ /* +-----------------------------------------------------------------------+ - | plugins/vcard_attachments/localization/<lang>.inc | - | | | Localization file of the Roundcube Webmail Vcard Attachments plugin | - | Copyright (C) 2012-2013, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-vcard_attachments/ */ + $labels'addvcardmsg' = 'व्हीकार्ड पत्ते नोंदवहीत समाविष्ट करा'; $labels'vcardsavefailed' = 'व्हीकार्ड जतन करण्यास असमर्थ'; -?> \ No newline at end of file
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/vcard_attachments/localization/nb_NO.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/vcard_attachments/localization/nb_NO.inc
Changed
@@ -2,19 +2,21 @@ /* +-----------------------------------------------------------------------+ - | plugins/vcard_attachments/localization/<lang>.inc | - | | | Localization file of the Roundcube Webmail Vcard Attachments plugin | - | Copyright (C) 2012-2013, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-vcard_attachments/ */ + $labels'addvcardmsg' = 'Legg til vCard i adresseboken'; $labels'vcardsavefailed' = 'Ikke i stand til å lagre vCard'; -?> \ No newline at end of file +$labels'attachvcard' = 'Legg til vCard'; +$labels'vcardattached' = 'vCard fil er vedlagt'; +$labels'vcard' = 'vCard'; +$labels'forwardvcard' = 'Videresend vCard';
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/vcard_attachments/localization/nl_NL.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/vcard_attachments/localization/nl_NL.inc
Changed
@@ -2,23 +2,21 @@ /* +-----------------------------------------------------------------------+ - | plugins/vcard_attachments/localization/<lang>.inc | - | | | Localization file of the Roundcube Webmail Vcard Attachments plugin | - | Copyright (C) 2012-2013, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-vcard_attachments/ */ + $labels'addvcardmsg' = 'Voeg vCard toe aan adresboek'; $labels'vcardsavefailed' = 'Kan vCard niet opslaan'; $labels'attachvcard' = 'vCard toevoegen'; $labels'vcardattached' = 'vCard bijgevoegd'; $labels'vcard' = 'vCard'; $labels'forwardvcard' = 'vCard doorsturen'; -?> \ No newline at end of file
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/vcard_attachments/localization/nn_NO.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/vcard_attachments/localization/nn_NO.inc
Changed
@@ -2,19 +2,17 @@ /* +-----------------------------------------------------------------------+ - | plugins/vcard_attachments/localization/<lang>.inc | - | | | Localization file of the Roundcube Webmail Vcard Attachments plugin | - | Copyright (C) 2012-2013, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-vcard_attachments/ */ + $labels'addvcardmsg' = 'Legg til vCard i adresseboka'; $labels'vcardsavefailed' = 'Klarte ikkje lagra vCard'; -?> \ No newline at end of file
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/vcard_attachments/localization/pl_PL.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/vcard_attachments/localization/pl_PL.inc
Changed
@@ -2,23 +2,21 @@ /* +-----------------------------------------------------------------------+ - | plugins/vcard_attachments/localization/<lang>.inc | - | | | Localization file of the Roundcube Webmail Vcard Attachments plugin | - | Copyright (C) 2012-2013, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-vcard_attachments/ */ + $labels'addvcardmsg' = 'Dodaj wizytówkę (vCard) do kontaktów'; $labels'vcardsavefailed' = 'Nie można zapisać wizytówki (vCard)'; $labels'attachvcard' = 'Dołącz plik vCard'; $labels'vcardattached' = 'Załączono plik vCard.'; $labels'vcard' = 'vCard'; $labels'forwardvcard' = 'Prześlij vCard.'; -?> \ No newline at end of file
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/vcard_attachments/localization/pt_BR.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/vcard_attachments/localization/pt_BR.inc
Changed
@@ -2,23 +2,21 @@ /* +-----------------------------------------------------------------------+ - | plugins/vcard_attachments/localization/<lang>.inc | - | | | Localization file of the Roundcube Webmail Vcard Attachments plugin | - | Copyright (C) 2012-2013, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-vcard_attachments/ */ + $labels'addvcardmsg' = 'Adicionar o vCard ao Catálogo de Endereços'; $labels'vcardsavefailed' = 'Impossível salvar o vCard'; $labels'attachvcard' = 'Anexar vCard'; $labels'vcardattached' = 'vCard anexado.'; $labels'vcard' = 'vCard'; $labels'forwardvcard' = 'Encaminhar vCard'; -?> \ No newline at end of file
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/vcard_attachments/localization/pt_PT.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/vcard_attachments/localization/pt_PT.inc
Changed
@@ -2,23 +2,21 @@ /* +-----------------------------------------------------------------------+ - | plugins/vcard_attachments/localization/<lang>.inc | - | | | Localization file of the Roundcube Webmail Vcard Attachments plugin | - | Copyright (C) 2012-2013, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-vcard_attachments/ */ + $labels'addvcardmsg' = 'Adicionar o vCard ao Livro de Endereços'; $labels'vcardsavefailed' = 'Não foi possível guardar o vCard'; $labels'attachvcard' = 'Anexar vCard'; $labels'vcardattached' = 'Ficheiro vCard anexado.'; $labels'vcard' = 'vCard'; $labels'forwardvcard' = 'Reencaminhar vCard'; -?> \ No newline at end of file
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/vcard_attachments/localization/ro_RO.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/vcard_attachments/localization/ro_RO.inc
Changed
@@ -2,21 +2,19 @@ /* +-----------------------------------------------------------------------+ - | plugins/vcard_attachments/localization/<lang>.inc | - | | | Localization file of the Roundcube Webmail Vcard Attachments plugin | - | Copyright (C) 2012-2013, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-vcard_attachments/ */ + $labels'addvcardmsg' = 'Adaugă vCard la agendă'; $labels'vcardsavefailed' = 'Nu pot salva vCard'; $labels'attachvcard' = 'Atașează vCard'; $labels'vcard' = 'vCard'; -?> \ No newline at end of file
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/vcard_attachments/localization/ru_RU.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/vcard_attachments/localization/ru_RU.inc
Changed
@@ -2,23 +2,21 @@ /* +-----------------------------------------------------------------------+ - | plugins/vcard_attachments/localization/<lang>.inc | - | | | Localization file of the Roundcube Webmail Vcard Attachments plugin | - | Copyright (C) 2012-2013, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-vcard_attachments/ */ + $labels'addvcardmsg' = 'Добавить в контакты'; $labels'vcardsavefailed' = 'Не удалось сохранить vCard'; $labels'attachvcard' = 'Вложить vCard'; $labels'vcardattached' = 'Вложенный vCard'; $labels'vcard' = 'vCard'; $labels'forwardvcard' = 'Переслать vCard'; -?> \ No newline at end of file
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/vcard_attachments/localization/si_LK.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/vcard_attachments/localization/si_LK.inc
Changed
@@ -2,19 +2,17 @@ /* +-----------------------------------------------------------------------+ - | plugins/vcard_attachments/localization/<lang>.inc | - | | | Localization file of the Roundcube Webmail Vcard Attachments plugin | - | Copyright (C) 2012-2013, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-vcard_attachments/ */ + $labels'addvcardmsg' = 'vCard පත ලිපින පොතට එක් කරන්න'; $labels'vcardsavefailed' = 'vCard පත සුරැකීම අසාර්ථකයි'; -?> \ No newline at end of file
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/vcard_attachments/localization/sk_SK.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/vcard_attachments/localization/sk_SK.inc
Changed
@@ -2,23 +2,21 @@ /* +-----------------------------------------------------------------------+ - | plugins/vcard_attachments/localization/<lang>.inc | - | | | Localization file of the Roundcube Webmail Vcard Attachments plugin | - | Copyright (C) 2012-2013, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-vcard_attachments/ */ + $labels'addvcardmsg' = 'Pridať vizitku vCard do adresára'; $labels'vcardsavefailed' = 'Vizitku vCard nemožno uložiť'; $labels'attachvcard' = 'Pripojiť vizitku vCard'; $labels'vcardattached' = 'Súbor vCard bol pripojený.'; $labels'vcard' = 'Vizitka vCard'; $labels'forwardvcard' = 'Preposlať vCard'; -?> \ No newline at end of file
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/vcard_attachments/localization/sl_SI.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/vcard_attachments/localization/sl_SI.inc
Changed
@@ -2,21 +2,19 @@ /* +-----------------------------------------------------------------------+ - | plugins/vcard_attachments/localization/<lang>.inc | - | | | Localization file of the Roundcube Webmail Vcard Attachments plugin | - | Copyright (C) 2012-2013, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-vcard_attachments/ */ + $labels'addvcardmsg' = 'Dodaj vCard med Stike.'; $labels'vcardsavefailed' = 'Stika vCard ni bilo mogoče shraniti.'; $labels'attachvcard' = 'Pripni vCard'; $labels'vcard' = 'vCard'; -?> \ No newline at end of file
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/vcard_attachments/localization/sq_AL.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/vcard_attachments/localization/sq_AL.inc
Changed
@@ -2,23 +2,21 @@ /* +-----------------------------------------------------------------------+ - | plugins/vcard_attachments/localization/<lang>.inc | - | | | Localization file of the Roundcube Webmail Vcard Attachments plugin | - | Copyright (C) 2012-2013, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-vcard_attachments/ */ + $labels'addvcardmsg' = 'Shtoje vCard-in te libër adresash'; $labels'vcardsavefailed' = 'S’arrihet të ruhet vCard-i'; $labels'attachvcard' = 'Bashkëngjitni vCard'; $labels'vcardattached' = 'Kartela vCard u bashkëngjit.'; $labels'vcard' = 'vCard'; $labels'forwardvcard' = 'Përcille vCard-in'; -?> \ No newline at end of file
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/vcard_attachments/localization/sr_CS.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/vcard_attachments/localization/sr_CS.inc
Changed
@@ -2,19 +2,17 @@ /* +-----------------------------------------------------------------------+ - | plugins/vcard_attachments/localization/<lang>.inc | - | | | Localization file of the Roundcube Webmail Vcard Attachments plugin | - | Copyright (C) 2012-2013, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-vcard_attachments/ */ + $labels'addvcardmsg' = 'Додај в-картицу у адресар'; $labels'vcardsavefailed' = 'Не могу да сачувам в-картицу'; -?> \ No newline at end of file
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/vcard_attachments/localization/sv_SE.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/vcard_attachments/localization/sv_SE.inc
Changed
@@ -2,23 +2,21 @@ /* +-----------------------------------------------------------------------+ - | plugins/vcard_attachments/localization/<lang>.inc | - | | | Localization file of the Roundcube Webmail Vcard Attachments plugin | - | Copyright (C) 2012-2013, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-vcard_attachments/ */ + $labels'addvcardmsg' = 'Lägg till vCard i adressbok'; $labels'vcardsavefailed' = 'Kunde inte spara vCard'; $labels'attachvcard' = 'Bifoga vCard'; $labels'vcardattached' = 'vCard-fil bifogad.'; $labels'vcard' = 'vCard'; $labels'forwardvcard' = 'Skicka vidare vCard'; -?> \ No newline at end of file
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/vcard_attachments/localization/th_TH.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/vcard_attachments/localization/th_TH.inc
Changed
@@ -2,21 +2,19 @@ /* +-----------------------------------------------------------------------+ - | plugins/vcard_attachments/localization/<lang>.inc | - | | | Localization file of the Roundcube Webmail Vcard Attachments plugin | - | Copyright (C) 2012-2013, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-vcard_attachments/ */ + $labels'addvcardmsg' = 'Add vCard to addressbook'; $labels'vcardsavefailed' = 'Unable to save vCard'; $labels'attachvcard' = 'Attach vCard'; $labels'vcard' = 'vCard'; -?> \ No newline at end of file
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/vcard_attachments/localization/tr_TR.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/vcard_attachments/localization/tr_TR.inc
Changed
@@ -2,23 +2,21 @@ /* +-----------------------------------------------------------------------+ - | plugins/vcard_attachments/localization/<lang>.inc | - | | | Localization file of the Roundcube Webmail Vcard Attachments plugin | - | Copyright (C) 2012-2013, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-vcard_attachments/ */ + $labels'addvcardmsg' = 'Adres defterine vCard ekle'; $labels'vcardsavefailed' = 'vCard kaydedilemedi'; $labels'attachvcard' = 'vCard Ekle'; $labels'vcardattached' = 'vCard dosyası eklendi.'; $labels'vcard' = 'vCard'; $labels'forwardvcard' = 'vCard Dosyasını İlet'; -?> \ No newline at end of file
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/vcard_attachments/localization/uk_UA.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/vcard_attachments/localization/uk_UA.inc
Changed
@@ -2,19 +2,17 @@ /* +-----------------------------------------------------------------------+ - | plugins/vcard_attachments/localization/<lang>.inc | - | | | Localization file of the Roundcube Webmail Vcard Attachments plugin | - | Copyright (C) 2012-2013, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-vcard_attachments/ */ + $labels'addvcardmsg' = 'Додати vCard до контактів'; $labels'vcardsavefailed' = 'Не вдалось зберегти vCard'; -?> \ No newline at end of file
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/vcard_attachments/localization/uz.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/vcard_attachments/localization/uz.inc
Changed
@@ -2,21 +2,19 @@ /* +-----------------------------------------------------------------------+ - | plugins/vcard_attachments/localization/<lang>.inc | - | | | Localization file of the Roundcube Webmail Vcard Attachments plugin | - | Copyright (C) 2012-2013, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-vcard_attachments/ */ + $labels'addvcardmsg' = 'vCardni manzillar kitobiga qo‘shing'; $labels'vcardsavefailed' = 'vCardni saqlash amalga oshirilmadi'; $labels'attachvcard' = 'vCard ni biriktirish'; $labels'vcard' = 'vCard'; -?> \ No newline at end of file
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/vcard_attachments/localization/vi_VN.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/vcard_attachments/localization/vi_VN.inc
Changed
@@ -2,19 +2,17 @@ /* +-----------------------------------------------------------------------+ - | plugins/vcard_attachments/localization/<lang>.inc | - | | | Localization file of the Roundcube Webmail Vcard Attachments plugin | - | Copyright (C) 2012-2013, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-vcard_attachments/ */ + $labels'addvcardmsg' = 'Thêm vCard vào sổ địa chỉ'; $labels'vcardsavefailed' = 'Không thể lưu vCard'; -?> \ No newline at end of file
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/vcard_attachments/localization/zh_CN.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/vcard_attachments/localization/zh_CN.inc
Changed
@@ -2,23 +2,21 @@ /* +-----------------------------------------------------------------------+ - | plugins/vcard_attachments/localization/<lang>.inc | - | | | Localization file of the Roundcube Webmail Vcard Attachments plugin | - | Copyright (C) 2012-2013, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-vcard_attachments/ */ + $labels'addvcardmsg' = '添加 vCard 至地址簿中'; $labels'vcardsavefailed' = '无法保存 vCard'; $labels'attachvcard' = '附加 vCard'; $labels'vcardattached' = '已附加 vCard 文件'; $labels'vcard' = 'vCard'; $labels'forwardvcard' = '转发 '; -?> \ No newline at end of file
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/vcard_attachments/localization/zh_TW.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/vcard_attachments/localization/zh_TW.inc
Changed
@@ -2,23 +2,21 @@ /* +-----------------------------------------------------------------------+ - | plugins/vcard_attachments/localization/<lang>.inc | - | | | Localization file of the Roundcube Webmail Vcard Attachments plugin | - | Copyright (C) 2012-2013, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-vcard_attachments/ */ + $labels'addvcardmsg' = '將 vCard 加入通訊錄'; $labels'vcardsavefailed' = '無法儲存 vCard'; $labels'attachvcard' = '附上 vCard'; $labels'vcardattached' = '已附上 vCard 檔案。'; $labels'vcard' = 'vCard'; $labels'forwardvcard' = '轉寄 vCard'; -?> \ No newline at end of file
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/zipdownload/localization/ar.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/zipdownload/localization/ar.inc
Changed
@@ -2,19 +2,18 @@ /* +-----------------------------------------------------------------------+ - | plugins/zipdownload/localization/<lang>.inc | - | | | Localization file of the Roundcube Webmail Zipdownload plugin | - | Copyright (C) 2012-2014, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-zipdownload/ */ + $labels'downloadall' = 'تنزيل كل المرفقات'; $labels'download' = 'التنزيل جار …'; $labels'downloadmbox' = 'نسق Mbox (.zip)';
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/zipdownload/localization/ar_SA.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/zipdownload/localization/ar_SA.inc
Changed
@@ -2,17 +2,16 @@ /* +-----------------------------------------------------------------------+ - | plugins/zipdownload/localization/<lang>.inc | - | | | Localization file of the Roundcube Webmail Zipdownload plugin | - | Copyright (C) 2012-2014, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-zipdownload/ */ + $labels'downloadall' = 'تحميل جميع المرفقات';
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/zipdownload/localization/ast.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/zipdownload/localization/ast.inc
Changed
@@ -2,19 +2,18 @@ /* +-----------------------------------------------------------------------+ - | plugins/zipdownload/localization/<lang>.inc | - | | | Localization file of the Roundcube Webmail Zipdownload plugin | - | Copyright (C) 2012-2014, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-zipdownload/ */ + $labels'downloadall' = 'Descargar tolos axuntos'; $labels'download' = 'Descargar...'; $labels'downloadmbox' = 'Formatu Mbox (.zip)';
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/zipdownload/localization/az_AZ.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/zipdownload/localization/az_AZ.inc
Changed
@@ -2,17 +2,16 @@ /* +-----------------------------------------------------------------------+ - | plugins/zipdownload/localization/<lang>.inc | - | | | Localization file of the Roundcube Webmail Zipdownload plugin | - | Copyright (C) 2012-2014, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-zipdownload/ */ + $labels'downloadall' = 'Bütün qoşmaları endir';
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/zipdownload/localization/be_BE.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/zipdownload/localization/be_BE.inc
Changed
@@ -2,19 +2,18 @@ /* +-----------------------------------------------------------------------+ - | plugins/zipdownload/localization/<lang>.inc | - | | | Localization file of the Roundcube Webmail Zipdownload plugin | - | Copyright (C) 2012-2014, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-zipdownload/ */ + $labels'downloadall' = 'Спампаваць усе далучэнні'; $labels'download' = 'Сцягнуць...'; $labels'downloadmbox' = 'Фармат mbox (.zip)';
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/zipdownload/localization/bg_BG.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/zipdownload/localization/bg_BG.inc
Changed
@@ -2,21 +2,21 @@ /* +-----------------------------------------------------------------------+ - | plugins/zipdownload/localization/<lang>.inc | - | | | Localization file of the Roundcube Webmail Zipdownload plugin | - | Copyright (C) 2012-2014, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-zipdownload/ */ + $labels'downloadall' = 'Изтегляне на всички прикачени файлове'; $labels'download' = 'Изтегляне...'; $labels'downloadmbox' = 'Mbox формат (.zip)'; $labels'downloadmaildir' = 'Maildir формат (.zip)'; -$labels'downloademl' = 'Outlook формат (.eml)'; +$labels'downloademl' = 'Изходен код (.eml)'; +$labels'sizelimiterror' = 'Общият размер на избраните писма надхвърля лимита от ($size)';
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/zipdownload/localization/br.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/zipdownload/localization/br.inc
Changed
@@ -2,19 +2,18 @@ /* +-----------------------------------------------------------------------+ - | plugins/zipdownload/localization/<lang>.inc | - | | | Localization file of the Roundcube Webmail Zipdownload plugin | - | Copyright (C) 2012-2014, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-zipdownload/ */ + $labels'downloadall' = 'Pellgargañ an holl stagadennoù'; $labels'download' = 'Pellgargañ…'; $labels'downloadmbox' = 'Mentrezh Mbox (.zip)';
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/zipdownload/localization/bs_BA.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/zipdownload/localization/bs_BA.inc
Changed
@@ -2,19 +2,18 @@ /* +-----------------------------------------------------------------------+ - | plugins/zipdownload/localization/<lang>.inc | - | | | Localization file of the Roundcube Webmail Zipdownload plugin | - | Copyright (C) 2012-2014, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-zipdownload/ */ + $labels'downloadall' = 'Preuzmi sve priloge'; $labels'download' = 'Preuzmi...'; $labels'downloadmbox' = 'Mbox format (.zip)';
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/zipdownload/localization/ca_ES.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/zipdownload/localization/ca_ES.inc
Changed
@@ -2,19 +2,18 @@ /* +-----------------------------------------------------------------------+ - | plugins/zipdownload/localization/<lang>.inc | - | | | Localization file of the Roundcube Webmail Zipdownload plugin | - | Copyright (C) 2012-2014, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-zipdownload/ */ + $labels'downloadall' = 'Descarrega tots els adjunts'; $labels'download' = 'Descarrega...'; $labels'downloadmbox' = 'Format mbox (.zip)';
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/zipdownload/localization/cs_CZ.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/zipdownload/localization/cs_CZ.inc
Changed
@@ -2,19 +2,18 @@ /* +-----------------------------------------------------------------------+ - | plugins/zipdownload/localization/<lang>.inc | - | | | Localization file of the Roundcube Webmail Zipdownload plugin | - | Copyright (C) 2012-2014, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-zipdownload/ */ + $labels'downloadall' = 'Stáhnout všechny přílohy'; $labels'download' = 'Stáhnout...'; $labels'downloadmbox' = 'Formát mbox (.zip)';
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/zipdownload/localization/cy_GB.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/zipdownload/localization/cy_GB.inc
Changed
@@ -2,19 +2,18 @@ /* +-----------------------------------------------------------------------+ - | plugins/zipdownload/localization/<lang>.inc | - | | | Localization file of the Roundcube Webmail Zipdownload plugin | - | Copyright (C) 2012-2014, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-zipdownload/ */ + $labels'downloadall' = 'Lawrlwytho\'r holl atodiadau'; $labels'download' = 'Lawrlwytho...'; $labels'downloadmbox' = 'Fformat mbox (.zip)';
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/zipdownload/localization/da_DK.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/zipdownload/localization/da_DK.inc
Changed
@@ -2,19 +2,18 @@ /* +-----------------------------------------------------------------------+ - | plugins/zipdownload/localization/<lang>.inc | - | | | Localization file of the Roundcube Webmail Zipdownload plugin | - | Copyright (C) 2012-2014, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-zipdownload/ */ + $labels'downloadall' = 'Download alle som .zip-fil'; $labels'download' = 'Download...'; $labels'downloadmbox' = 'Mbox format (.zip)';
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/zipdownload/localization/de_CH.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/zipdownload/localization/de_CH.inc
Changed
@@ -2,19 +2,18 @@ /* +-----------------------------------------------------------------------+ - | plugins/zipdownload/localization/<lang>.inc | - | | | Localization file of the Roundcube Webmail Zipdownload plugin | - | Copyright (C) 2012-2014, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-zipdownload/ */ + $labels'downloadall' = 'Alle Anhänge herunterladen'; $labels'download' = 'Download...'; $labels'downloadmbox' = 'Mbox Format (.zip)';
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/zipdownload/localization/de_DE.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/zipdownload/localization/de_DE.inc
Changed
@@ -2,19 +2,18 @@ /* +-----------------------------------------------------------------------+ - | plugins/zipdownload/localization/<lang>.inc | - | | | Localization file of the Roundcube Webmail Zipdownload plugin | - | Copyright (C) 2012-2014, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-zipdownload/ */ + $labels'downloadall' = 'Alle Anhänge herunterladen'; $labels'download' = 'Herunterladen...'; $labels'downloadmbox' = 'Mbox-Format (.zip)';
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/zipdownload/localization/el_GR.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/zipdownload/localization/el_GR.inc
Changed
@@ -2,19 +2,18 @@ /* +-----------------------------------------------------------------------+ - | plugins/zipdownload/localization/<lang>.inc | - | | | Localization file of the Roundcube Webmail Zipdownload plugin | - | Copyright (C) 2012-2014, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-zipdownload/ */ + $labels'downloadall' = 'Λήψη όλων των συνημμένων'; $labels'download' = 'Λήψη...'; $labels'downloadmbox' = 'Μορφή mbox (.zip)';
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/zipdownload/localization/en_CA.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/zipdownload/localization/en_CA.inc
Changed
@@ -2,19 +2,18 @@ /* +-----------------------------------------------------------------------+ - | plugins/zipdownload/localization/<lang>.inc | - | | | Localization file of the Roundcube Webmail Zipdownload plugin | - | Copyright (C) 2012-2014, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-zipdownload/ */ + $labels'downloadall' = 'Download all attachments'; $labels'download' = 'Download...'; $labels'downloadmbox' = 'Mbox format (.zip)';
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/zipdownload/localization/en_GB.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/zipdownload/localization/en_GB.inc
Changed
@@ -2,19 +2,18 @@ /* +-----------------------------------------------------------------------+ - | plugins/zipdownload/localization/<lang>.inc | - | | | Localization file of the Roundcube Webmail Zipdownload plugin | - | Copyright (C) 2012-2014, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-zipdownload/ */ + $labels'downloadall' = 'Download all attachments'; $labels'download' = 'Download...'; $labels'downloadmbox' = 'Mbox format (.zip)';
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/zipdownload/localization/eo.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/zipdownload/localization/eo.inc
Changed
@@ -2,17 +2,16 @@ /* +-----------------------------------------------------------------------+ - | plugins/zipdownload/localization/<lang>.inc | - | | | Localization file of the Roundcube Webmail Zipdownload plugin | - | Copyright (C) 2012-2014, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-zipdownload/ */ + $labels'downloadall' = 'Elŝuti ĉiujn kunsendaĵojn';
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/zipdownload/localization/es_419.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/zipdownload/localization/es_419.inc
Changed
@@ -2,19 +2,18 @@ /* +-----------------------------------------------------------------------+ - | plugins/zipdownload/localization/<lang>.inc | - | | | Localization file of the Roundcube Webmail Zipdownload plugin | - | Copyright (C) 2012-2014, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-zipdownload/ */ + $labels'downloadall' = 'Descargar todos los archivos adjuntos'; $labels'download' = 'Descargando...'; $labels'downloadmbox' = 'Formato mbox (.zip)';
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/zipdownload/localization/es_AR.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/zipdownload/localization/es_AR.inc
Changed
@@ -2,19 +2,18 @@ /* +-----------------------------------------------------------------------+ - | plugins/zipdownload/localization/<lang>.inc | - | | | Localization file of the Roundcube Webmail Zipdownload plugin | - | Copyright (C) 2012-2014, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-zipdownload/ */ + $labels'downloadall' = 'Descargar Todo'; $labels'download' = 'Descargar...'; $labels'downloadmbox' = 'Formato Mbox (.zip)';
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/zipdownload/localization/es_ES.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/zipdownload/localization/es_ES.inc
Changed
@@ -2,19 +2,18 @@ /* +-----------------------------------------------------------------------+ - | plugins/zipdownload/localization/<lang>.inc | - | | | Localization file of the Roundcube Webmail Zipdownload plugin | - | Copyright (C) 2012-2014, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-zipdownload/ */ + $labels'downloadall' = 'Descargar todos los adjuntos'; $labels'download' = 'Descargar...'; $labels'downloadmbox' = 'Formato mbox (.zip)';
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/zipdownload/localization/et_EE.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/zipdownload/localization/et_EE.inc
Changed
@@ -2,19 +2,18 @@ /* +-----------------------------------------------------------------------+ - | plugins/zipdownload/localization/<lang>.inc | - | | | Localization file of the Roundcube Webmail Zipdownload plugin | - | Copyright (C) 2012-2014, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-zipdownload/ */ + $labels'downloadall' = 'Laadi alla kõik manused'; $labels'download' = 'lae arvutisse'; $labels'downloadmbox' = 'Mbox vorming (.zip)';
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/zipdownload/localization/eu_ES.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/zipdownload/localization/eu_ES.inc
Changed
@@ -2,19 +2,18 @@ /* +-----------------------------------------------------------------------+ - | plugins/zipdownload/localization/<lang>.inc | - | | | Localization file of the Roundcube Webmail Zipdownload plugin | - | Copyright (C) 2012-2014, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-zipdownload/ */ + $labels'downloadall' = 'Deskargatu eranskin guztiak'; $labels'download' = 'Deskargatu...'; $labels'downloadmbox' = 'Mbox formatua (.zip)';
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/zipdownload/localization/fa_AF.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/zipdownload/localization/fa_AF.inc
Changed
@@ -2,17 +2,16 @@ /* +-----------------------------------------------------------------------+ - | plugins/zipdownload/localization/<lang>.inc | - | | | Localization file of the Roundcube Webmail Zipdownload plugin | - | Copyright (C) 2012-2014, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-zipdownload/ */ + $labels'downloadall' = 'بارگزاری همه ضمیمه ها';
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/zipdownload/localization/fa_IR.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/zipdownload/localization/fa_IR.inc
Changed
@@ -2,19 +2,18 @@ /* +-----------------------------------------------------------------------+ - | plugins/zipdownload/localization/<lang>.inc | - | | | Localization file of the Roundcube Webmail Zipdownload plugin | - | Copyright (C) 2012-2014, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-zipdownload/ */ + $labels'downloadall' = 'بارگیری همه پیوستها'; $labels'download' = 'بارگیری'; $labels'downloadmbox' = 'قالب Mbox (.zip)';
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/zipdownload/localization/fi_FI.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/zipdownload/localization/fi_FI.inc
Changed
@@ -2,19 +2,18 @@ /* +-----------------------------------------------------------------------+ - | plugins/zipdownload/localization/<lang>.inc | - | | | Localization file of the Roundcube Webmail Zipdownload plugin | - | Copyright (C) 2012-2014, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-zipdownload/ */ + $labels'downloadall' = 'Lataa kaikki liitteet'; $labels'download' = 'Lataa...'; $labels'downloadmbox' = 'Mbox-muoto (.zip)';
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/zipdownload/localization/fo_FO.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/zipdownload/localization/fo_FO.inc
Changed
@@ -2,19 +2,18 @@ /* +-----------------------------------------------------------------------+ - | plugins/zipdownload/localization/<lang>.inc | - | | | Localization file of the Roundcube Webmail Zipdownload plugin | - | Copyright (C) 2012-2014, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-zipdownload/ */ + $labels'downloadall' = 'Heinta allar viðheftingar'; $labels'download' = 'Heinta...'; $labels'downloadmbox' = 'Mbox týpa (.zip)';
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/zipdownload/localization/fr_FR.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/zipdownload/localization/fr_FR.inc
Changed
@@ -2,19 +2,18 @@ /* +-----------------------------------------------------------------------+ - | plugins/zipdownload/localization/<lang>.inc | - | | | Localization file of the Roundcube Webmail Zipdownload plugin | - | Copyright (C) 2012-2014, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-zipdownload/ */ + $labels'downloadall' = 'Télécharger toutes les pièces jointes'; $labels'download' = 'Télécharger...'; $labels'downloadmbox' = 'Format mbox (.zip)';
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/zipdownload/localization/fy_NL.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/zipdownload/localization/fy_NL.inc
Changed
@@ -2,19 +2,18 @@ /* +-----------------------------------------------------------------------+ - | plugins/zipdownload/localization/<lang>.inc | - | | | Localization file of the Roundcube Webmail Zipdownload plugin | - | Copyright (C) 2012-2014, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-zipdownload/ */ + $labels'downloadall' = 'Alle taheaksels ynlade'; $labels'download' = 'Ynlade...'; $labels'downloadmbox' = 'Mbox formaat (.zip)';
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/zipdownload/localization/ga_IE.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/zipdownload/localization/ga_IE.inc
Changed
@@ -2,19 +2,18 @@ /* +-----------------------------------------------------------------------+ - | plugins/zipdownload/localization/<lang>.inc | - | | | Localization file of the Roundcube Webmail Zipdownload plugin | - | Copyright (C) 2012-2014, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-zipdownload/ */ + $labels'downloadall' = 'Íosluchtaigh gach ceangaltán'; $labels'download' = 'Íosluchtaigh...'; $labels'downloadmbox' = 'Formáid Mbox (.zip)';
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/zipdownload/localization/gl_ES.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/zipdownload/localization/gl_ES.inc
Changed
@@ -2,19 +2,18 @@ /* +-----------------------------------------------------------------------+ - | plugins/zipdownload/localization/<lang>.inc | - | | | Localization file of the Roundcube Webmail Zipdownload plugin | - | Copyright (C) 2012-2014, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-zipdownload/ */ + $labels'downloadall' = 'Descargar todos os adxuntos'; $labels'download' = 'Descargar'; $labels'downloadmbox' = 'En formato mbox (.zip)';
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/zipdownload/localization/he_IL.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/zipdownload/localization/he_IL.inc
Changed
@@ -2,19 +2,18 @@ /* +-----------------------------------------------------------------------+ - | plugins/zipdownload/localization/<lang>.inc | - | | | Localization file of the Roundcube Webmail Zipdownload plugin | - | Copyright (C) 2012-2014, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-zipdownload/ */ + $labels'downloadall' = 'להוריד את כל הצרופות'; $labels'download' = 'מוריד כעת...'; $labels'downloadmbox' = 'פורמט Mbox ‏(zip.)';
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/zipdownload/localization/hr_HR.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/zipdownload/localization/hr_HR.inc
Changed
@@ -2,17 +2,17 @@ /* +-----------------------------------------------------------------------+ - | plugins/zipdownload/localization/<lang>.inc | - | | | Localization file of the Roundcube Webmail Zipdownload plugin | - | Copyright (C) 2012-2014, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-zipdownload/ */ + $labels'downloadall' = 'Preuzmi sve privitke'; +$labels'download' = 'Preuzmi...';
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/zipdownload/localization/hu_HU.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/zipdownload/localization/hu_HU.inc
Changed
@@ -2,19 +2,18 @@ /* +-----------------------------------------------------------------------+ - | plugins/zipdownload/localization/<lang>.inc | - | | | Localization file of the Roundcube Webmail Zipdownload plugin | - | Copyright (C) 2012-2014, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-zipdownload/ */ + $labels'downloadall' = 'Összes csatolmány letöltése'; $labels'download' = 'Letöltés...'; $labels'downloadmbox' = 'Mbox formátum (.zip)';
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/zipdownload/localization/hy_AM.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/zipdownload/localization/hy_AM.inc
Changed
@@ -2,17 +2,16 @@ /* +-----------------------------------------------------------------------+ - | plugins/zipdownload/localization/<lang>.inc | - | | | Localization file of the Roundcube Webmail Zipdownload plugin | - | Copyright (C) 2012-2014, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-zipdownload/ */ + $labels'downloadall' = 'Ներբեռնել բոլո կցված նիշքերը';
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/zipdownload/localization/ia.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/zipdownload/localization/ia.inc
Changed
@@ -2,19 +2,18 @@ /* +-----------------------------------------------------------------------+ - | plugins/zipdownload/localization/<lang>.inc | - | | | Localization file of the Roundcube Webmail Zipdownload plugin | - | Copyright (C) 2012-2014, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-zipdownload/ */ + $labels'downloadall' = 'Discargar tote le attachamentos'; $labels'download' = 'Discargar...'; $labels'downloadmbox' = 'Formato Mbox (.zip)';
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/zipdownload/localization/id_ID.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/zipdownload/localization/id_ID.inc
Changed
@@ -2,19 +2,18 @@ /* +-----------------------------------------------------------------------+ - | plugins/zipdownload/localization/<lang>.inc | - | | | Localization file of the Roundcube Webmail Zipdownload plugin | - | Copyright (C) 2012-2014, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-zipdownload/ */ + $labels'downloadall' = 'Unduh semua lampiran'; $labels'download' = 'Unduh...'; $labels'downloadmbox' = 'Format Mbox (.zip)';
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/zipdownload/localization/is_IS.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/zipdownload/localization/is_IS.inc
Changed
@@ -2,19 +2,18 @@ /* +-----------------------------------------------------------------------+ - | plugins/zipdownload/localization/<lang>.inc | - | | | Localization file of the Roundcube Webmail Zipdownload plugin | - | Copyright (C) 2012-2014, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-zipdownload/ */ + $labels'downloadall' = 'Niðurhala öllum viðhengjum'; $labels'download' = 'Hlaða niður...'; $labels'downloadmbox' = 'Mbox snið (.zip)';
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/zipdownload/localization/it_IT.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/zipdownload/localization/it_IT.inc
Changed
@@ -2,21 +2,21 @@ /* +-----------------------------------------------------------------------+ - | plugins/zipdownload/localization/<lang>.inc | - | | | Localization file of the Roundcube Webmail Zipdownload plugin | - | Copyright (C) 2012-2014, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-zipdownload/ */ + $labels'downloadall' = 'Scarica tutti gli allegati'; $labels'download' = 'Scarica...'; $labels'downloadmbox' = 'Formato mbox (.zip)'; $labels'downloadmaildir' = 'Formato maildir (.zip)'; $labels'downloademl' = 'Sorgente (.eml)'; +$labels'sizelimiterror' = 'La dimensione totale dei messaggi selezionati supera il limite ($size)';
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/zipdownload/localization/ja_JP.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/zipdownload/localization/ja_JP.inc
Changed
@@ -2,19 +2,18 @@ /* +-----------------------------------------------------------------------+ - | plugins/zipdownload/localization/<lang>.inc | - | | | Localization file of the Roundcube Webmail Zipdownload plugin | - | Copyright (C) 2012-2014, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-zipdownload/ */ + $labels'downloadall' = 'すべての添付ファイルをダウンロード'; $labels'download' = 'ダウンロード...'; $labels'downloadmbox' = 'mbox形式(.zip)';
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/zipdownload/localization/km_KH.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/zipdownload/localization/km_KH.inc
Changed
@@ -2,17 +2,16 @@ /* +-----------------------------------------------------------------------+ - | plugins/zipdownload/localization/<lang>.inc | - | | | Localization file of the Roundcube Webmail Zipdownload plugin | - | Copyright (C) 2012-2014, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-zipdownload/ */ + $labels'downloadall' = 'ទាញយកឯកសារភ្ជាប់ទាំងអស់';
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/zipdownload/localization/ko_KR.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/zipdownload/localization/ko_KR.inc
Changed
@@ -2,21 +2,21 @@ /* +-----------------------------------------------------------------------+ - | plugins/zipdownload/localization/<lang>.inc | - | | | Localization file of the Roundcube Webmail Zipdownload plugin | - | Copyright (C) 2012-2014, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-zipdownload/ */ + $labels'downloadall' = '모든 첨부파일을 다운로드'; $labels'download' = '다운로드...'; $labels'downloadmbox' = 'Mbox 형식(.zip)'; $labels'downloadmaildir' = 'Maildir 형식(.zip)'; $labels'downloademl' = '소스(.eml)'; +$labels'sizelimiterror' = '선택한 메시지의 전체 크기가 최대 크기인 ($size)을(를) 초과했습니다';
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/zipdownload/localization/ku.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/zipdownload/localization/ku.inc
Changed
@@ -2,19 +2,18 @@ /* +-----------------------------------------------------------------------+ - | plugins/zipdownload/localization/<lang>.inc | - | | | Localization file of the Roundcube Webmail Zipdownload plugin | - | Copyright (C) 2012-2014, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-zipdownload/ */ + $labels'downloadall' = 'Hemû pêvekan daxîne'; $labels'download' = 'Daxîne...'; $labels'downloadmbox' = 'Mbox format (.zip)';
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/zipdownload/localization/ku_IQ.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/zipdownload/localization/ku_IQ.inc
Changed
@@ -2,19 +2,18 @@ /* +-----------------------------------------------------------------------+ - | plugins/zipdownload/localization/<lang>.inc | - | | | Localization file of the Roundcube Webmail Zipdownload plugin | - | Copyright (C) 2012-2014, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-zipdownload/ */ + $labels'downloadall' = 'داگرتنی هەموو هاوپێچەکان'; $labels'download' = 'داگرتن...'; $labels'downloadmbox' = 'Mbox format (.zip)';
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/zipdownload/localization/lb_LU.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/zipdownload/localization/lb_LU.inc
Changed
@@ -2,19 +2,18 @@ /* +-----------------------------------------------------------------------+ - | plugins/zipdownload/localization/<lang>.inc | - | | | Localization file of the Roundcube Webmail Zipdownload plugin | - | Copyright (C) 2012-2014, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-zipdownload/ */ + $labels'downloadall' = 'All d\'Unhäng eroflueden'; $labels'download' = 'Eroflueden...'; $labels'downloadmbox' = 'Mbox-Format (.zip)';
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/zipdownload/localization/lt_LT.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/zipdownload/localization/lt_LT.inc
Changed
@@ -2,19 +2,18 @@ /* +-----------------------------------------------------------------------+ - | plugins/zipdownload/localization/<lang>.inc | - | | | Localization file of the Roundcube Webmail Zipdownload plugin | - | Copyright (C) 2012-2014, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-zipdownload/ */ + $labels'downloadall' = 'Atsisiųsti visus priedus'; $labels'download' = 'Parsisiųsti...'; $labels'downloadmbox' = 'Mbox formatas (.zip)';
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/zipdownload/localization/lv_LV.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/zipdownload/localization/lv_LV.inc
Changed
@@ -2,19 +2,18 @@ /* +-----------------------------------------------------------------------+ - | plugins/zipdownload/localization/<lang>.inc | - | | | Localization file of the Roundcube Webmail Zipdownload plugin | - | Copyright (C) 2012-2014, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-zipdownload/ */ + $labels'downloadall' = 'Lejupielādēt visus pielikumus'; $labels'download' = 'Lejupielādē...'; $labels'downloadmbox' = 'Mbox formāts(.zip)';
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/zipdownload/localization/mk_MK.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/zipdownload/localization/mk_MK.inc
Changed
@@ -2,19 +2,18 @@ /* +-----------------------------------------------------------------------+ - | plugins/zipdownload/localization/<lang>.inc | - | | | Localization file of the Roundcube Webmail Zipdownload plugin | - | Copyright (C) 2012-2014, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-zipdownload/ */ + $labels'downloadall' = 'Симни ги сите прикачувања '; $labels'download' = 'Симни...'; $labels'downloadmbox' = 'Mbox формат(.zip)';
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/zipdownload/localization/ml_IN.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/zipdownload/localization/ml_IN.inc
Changed
@@ -2,19 +2,18 @@ /* +-----------------------------------------------------------------------+ - | plugins/zipdownload/localization/<lang>.inc | - | | | Localization file of the Roundcube Webmail Zipdownload plugin | - | Copyright (C) 2012-2014, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-zipdownload/ */ + $labels'downloadall' = 'എല്ലാ അറ്റാച്ച്മെന്റുകളും ഡൗൺലോഡ് ചെയ്യുക'; $labels'download' = 'ഡൗൺലോഡ്...'; $labels'downloadmbox' = 'എംബോക്സ് രീതി (.zip)';
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/zipdownload/localization/mn_MN.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/zipdownload/localization/mn_MN.inc
Changed
@@ -2,19 +2,18 @@ /* +-----------------------------------------------------------------------+ - | plugins/zipdownload/localization/<lang>.inc | - | | | Localization file of the Roundcube Webmail Zipdownload plugin | - | Copyright (C) 2012-2014, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-zipdownload/ */ + $labels'downloadall' = 'Бүх хавсралтыг татах'; $labels'download' = 'Татаж авах...'; $labels'downloadmbox' = 'Хайрцагны формат (.zip)';
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/zipdownload/localization/nb_NO.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/zipdownload/localization/nb_NO.inc
Changed
@@ -2,21 +2,21 @@ /* +-----------------------------------------------------------------------+ - | plugins/zipdownload/localization/<lang>.inc | - | | | Localization file of the Roundcube Webmail Zipdownload plugin | - | Copyright (C) 2012-2014, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-zipdownload/ */ + $labels'downloadall' = 'Last ned alle vedlegg'; $labels'download' = 'Nedlaste...'; $labels'downloadmbox' = 'Mbox format (.zip)'; $labels'downloadmaildir' = 'Maildir format (.zip)'; $labels'downloademl' = 'Kildekode (.eml)'; +$labels'sizelimiterror' = 'Den totale størrelsen av de markerte meldingene overgår grensen ($size)';
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/zipdownload/localization/nl_NL.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/zipdownload/localization/nl_NL.inc
Changed
@@ -2,19 +2,18 @@ /* +-----------------------------------------------------------------------+ - | plugins/zipdownload/localization/<lang>.inc | - | | | Localization file of the Roundcube Webmail Zipdownload plugin | - | Copyright (C) 2012-2014, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-zipdownload/ */ + $labels'downloadall' = 'Alle bijlagen downloaden'; $labels'download' = 'Download...'; $labels'downloadmbox' = 'Mbox-formaat (.zip)';
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/zipdownload/localization/nn_NO.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/zipdownload/localization/nn_NO.inc
Changed
@@ -2,17 +2,16 @@ /* +-----------------------------------------------------------------------+ - | plugins/zipdownload/localization/<lang>.inc | - | | | Localization file of the Roundcube Webmail Zipdownload plugin | - | Copyright (C) 2012-2014, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-zipdownload/ */ + $labels'downloadall' = 'Last ned alle vedlegg';
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/zipdownload/localization/pl_PL.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/zipdownload/localization/pl_PL.inc
Changed
@@ -2,19 +2,18 @@ /* +-----------------------------------------------------------------------+ - | plugins/zipdownload/localization/<lang>.inc | - | | | Localization file of the Roundcube Webmail Zipdownload plugin | - | Copyright (C) 2012-2014, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-zipdownload/ */ + $labels'downloadall' = 'Pobierz wszystkie jako ZIP'; $labels'download' = 'Pobierz...'; $labels'downloadmbox' = 'Format mbox (.zip)';
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/zipdownload/localization/pt_BR.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/zipdownload/localization/pt_BR.inc
Changed
@@ -2,19 +2,18 @@ /* +-----------------------------------------------------------------------+ - | plugins/zipdownload/localization/<lang>.inc | - | | | Localization file of the Roundcube Webmail Zipdownload plugin | - | Copyright (C) 2012-2014, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-zipdownload/ */ + $labels'downloadall' = 'Baixar todos os anexos'; $labels'download' = 'Baixar...'; $labels'downloadmbox' = 'Formato mbox (.zip)';
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/zipdownload/localization/pt_PT.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/zipdownload/localization/pt_PT.inc
Changed
@@ -2,19 +2,18 @@ /* +-----------------------------------------------------------------------+ - | plugins/zipdownload/localization/<lang>.inc | - | | | Localization file of the Roundcube Webmail Zipdownload plugin | - | Copyright (C) 2012-2014, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-zipdownload/ */ + $labels'downloadall' = 'Transferir todos os anexos'; $labels'download' = 'Transferir...'; $labels'downloadmbox' = 'Formato Mbox (.zip)';
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/zipdownload/localization/ro_RO.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/zipdownload/localization/ro_RO.inc
Changed
@@ -2,19 +2,18 @@ /* +-----------------------------------------------------------------------+ - | plugins/zipdownload/localization/<lang>.inc | - | | | Localization file of the Roundcube Webmail Zipdownload plugin | - | Copyright (C) 2012-2014, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-zipdownload/ */ + $labels'downloadall' = 'Descarcă toate atașamentele'; $labels'download' = 'Descarcă...'; $labels'downloadmbox' = 'Format Mbox (.zip)';
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/zipdownload/localization/ru_RU.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/zipdownload/localization/ru_RU.inc
Changed
@@ -2,19 +2,18 @@ /* +-----------------------------------------------------------------------+ - | plugins/zipdownload/localization/<lang>.inc | - | | | Localization file of the Roundcube Webmail Zipdownload plugin | - | Copyright (C) 2012-2014, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-zipdownload/ */ + $labels'downloadall' = 'Загрузить все вложения'; $labels'download' = 'Загрузка...'; $labels'downloadmbox' = 'Формат Mbox (.zip)';
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/zipdownload/localization/sk_SK.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/zipdownload/localization/sk_SK.inc
Changed
@@ -2,19 +2,18 @@ /* +-----------------------------------------------------------------------+ - | plugins/zipdownload/localization/<lang>.inc | - | | | Localization file of the Roundcube Webmail Zipdownload plugin | - | Copyright (C) 2012-2014, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-zipdownload/ */ + $labels'downloadall' = 'Stiahnuť všetky prílohy'; $labels'download' = 'Stiahnuť...'; $labels'downloadmbox' = 'Formát Mbox (.zip)';
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/zipdownload/localization/sl_SI.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/zipdownload/localization/sl_SI.inc
Changed
@@ -2,19 +2,18 @@ /* +-----------------------------------------------------------------------+ - | plugins/zipdownload/localization/<lang>.inc | - | | | Localization file of the Roundcube Webmail Zipdownload plugin | - | Copyright (C) 2012-2014, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-zipdownload/ */ + $labels'downloadall' = 'Prenesi vse priponke'; $labels'download' = 'Prenesi...'; $labels'downloadmbox' = 'Mbox format (.zip)';
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/zipdownload/localization/sq_AL.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/zipdownload/localization/sq_AL.inc
Changed
@@ -2,19 +2,18 @@ /* +-----------------------------------------------------------------------+ - | plugins/zipdownload/localization/<lang>.inc | - | | | Localization file of the Roundcube Webmail Zipdownload plugin | - | Copyright (C) 2012-2014, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-zipdownload/ */ + $labels'downloadall' = 'Shkarkoji krejt bashkëngjitjet'; $labels'download' = 'Shkarkoni…'; $labels'downloadmbox' = 'Në format Mbox (.zip)';
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/zipdownload/localization/sr_CS.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/zipdownload/localization/sr_CS.inc
Changed
@@ -2,19 +2,18 @@ /* +-----------------------------------------------------------------------+ - | plugins/zipdownload/localization/<lang>.inc | - | | | Localization file of the Roundcube Webmail Zipdownload plugin | - | Copyright (C) 2012-2014, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-zipdownload/ */ + $labels'downloadall' = 'Преузми све прилоге'; $labels'download' = 'Преузимање...'; $labels'downloadmbox' = 'Mbox формат (.zip)';
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/zipdownload/localization/sv_SE.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/zipdownload/localization/sv_SE.inc
Changed
@@ -2,19 +2,18 @@ /* +-----------------------------------------------------------------------+ - | plugins/zipdownload/localization/<lang>.inc | - | | | Localization file of the Roundcube Webmail Zipdownload plugin | - | Copyright (C) 2012-2014, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-zipdownload/ */ + $labels'downloadall' = 'Ladda ner alla bifogade filer'; $labels'download' = 'Hämta...'; $labels'downloadmbox' = 'Format Mbox (.zip)';
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/zipdownload/localization/th_TH.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/zipdownload/localization/th_TH.inc
Changed
@@ -2,19 +2,18 @@ /* +-----------------------------------------------------------------------+ - | plugins/zipdownload/localization/<lang>.inc | - | | | Localization file of the Roundcube Webmail Zipdownload plugin | - | Copyright (C) 2012-2014, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-zipdownload/ */ + $labels'downloadall' = 'ดาวน์โหลดทุกไฟล์'; $labels'download' = 'ดาวน์โหลด...'; $labels'downloadmbox' = 'Mbox format (.zip)';
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/zipdownload/localization/tr_TR.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/zipdownload/localization/tr_TR.inc
Changed
@@ -2,19 +2,18 @@ /* +-----------------------------------------------------------------------+ - | plugins/zipdownload/localization/<lang>.inc | - | | | Localization file of the Roundcube Webmail Zipdownload plugin | - | Copyright (C) 2012-2014, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-zipdownload/ */ + $labels'downloadall' = 'Tüm ek dosyaları indir'; $labels'download' = 'İndir...'; $labels'downloadmbox' = 'Mbox biçimi (.zip)';
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/zipdownload/localization/uk_UA.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/zipdownload/localization/uk_UA.inc
Changed
@@ -2,19 +2,18 @@ /* +-----------------------------------------------------------------------+ - | plugins/zipdownload/localization/<lang>.inc | - | | | Localization file of the Roundcube Webmail Zipdownload plugin | - | Copyright (C) 2012-2014, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-zipdownload/ */ + $labels'downloadall' = 'Завантажити всі вкладення'; $labels'download' = 'Завантаження…'; $labels'downloadmbox' = 'Формат Mbox (.zip)';
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/zipdownload/localization/uz.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/zipdownload/localization/uz.inc
Changed
@@ -2,19 +2,18 @@ /* +-----------------------------------------------------------------------+ - | plugins/zipdownload/localization/<lang>.inc | - | | | Localization file of the Roundcube Webmail Zipdownload plugin | - | Copyright (C) 2012-2014, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-zipdownload/ */ + $labels'downloadall' = 'Barcha ilovalarni ko‘chirib olish'; $labels'download' = 'Ko‘chirish...'; $labels'downloadmbox' = 'Mbox formati (.zip)';
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/zipdownload/localization/vi_VN.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/zipdownload/localization/vi_VN.inc
Changed
@@ -2,19 +2,18 @@ /* +-----------------------------------------------------------------------+ - | plugins/zipdownload/localization/<lang>.inc | - | | | Localization file of the Roundcube Webmail Zipdownload plugin | - | Copyright (C) 2012-2014, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-zipdownload/ */ + $labels'downloadall' = 'Tải tất cả tệp tin đính kèm'; $labels'download' = 'Tải xuống...'; $labels'downloadmbox' = 'Định dạng mbox (.zip)';
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/zipdownload/localization/zh_CN.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/zipdownload/localization/zh_CN.inc
Changed
@@ -2,19 +2,18 @@ /* +-----------------------------------------------------------------------+ - | plugins/zipdownload/localization/<lang>.inc | - | | | Localization file of the Roundcube Webmail Zipdownload plugin | - | Copyright (C) 2012-2014, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-zipdownload/ */ + $labels'downloadall' = '下载全部附件'; $labels'download' = '下载...'; $labels'downloadmbox' = 'Mbox 格式 (.zip)';
View file
roundcubemail-1.4-rc1.133.tar.gz/plugins/zipdownload/localization/zh_TW.inc -> roundcubemail-1.4-rc1.167.tar.gz/plugins/zipdownload/localization/zh_TW.inc
Changed
@@ -2,19 +2,18 @@ /* +-----------------------------------------------------------------------+ - | plugins/zipdownload/localization/<lang>.inc | - | | | Localization file of the Roundcube Webmail Zipdownload plugin | - | Copyright (C) 2012-2014, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-zipdownload/ */ + $labels'downloadall' = '下載所有附件'; $labels'download' = '下載...'; $labels'downloadmbox' = 'Mbox 格式 (.zip)';
View file
roundcubemail-1.4-rc1.133.tar.gz/program/include/rcmail_output_html.php -> roundcubemail-1.4-rc1.167.tar.gz/program/include/rcmail_output_html.php
Changed
@@ -872,12 +872,21 @@ /** * Modify path by adding URL prefix if configured + * + * @param string $path Asset path + * @param bool $abs_url Pass to self::abs_url() first + * + * @return string Asset path */ - public function asset_url($path) + public function asset_url($path, $abs_url = false) { // iframe content can't be in a different domain // @TODO: check if assests are on a different domain + if ($abs_url) { + $path = $this->abs_url($path, true); + } + if (!$this->assets_path || in_array($path0, array('?', '/', '.')) || strpos($path, '://')) { return $path; }
View file
roundcubemail-1.4-rc1.133.tar.gz/program/include/rcmail_sendmail.php -> roundcubemail-1.4-rc1.167.tar.gz/program/include/rcmail_sendmail.php
Changed
@@ -363,6 +363,8 @@ * Message delivery, and setting Replied/Forwarded flag on success * * @param Mail_mime $message Message object + * + * @return bool True on success, False on failure */ public function deliver_message($message) { @@ -383,14 +385,16 @@ } if ($smtp_error && is_string($smtp_error)) { - return $this->options'error_handler'($smtp_error, 'error'); + $this->options'error_handler'($smtp_error, 'error'); } else if ($smtp_error && !empty($smtp_error'label')) { - return $this->options'error_handler'($smtp_error'label', 'error', $smtp_error'vars'); + $this->options'error_handler'($smtp_error'label', 'error', $smtp_error'vars'); } else { - return $this->options'error_handler'('sendingfailed', 'error'); + $this->options'error_handler'('sendingfailed', 'error'); } + + return false; } $message->mailbody_file = $mailbody_file; @@ -417,6 +421,8 @@ } } } + + return true; } /**
View file
roundcubemail-1.4-rc1.133.tar.gz/program/js/app.js -> roundcubemail-1.4-rc1.167.tar.gz/program/js/app.js
Changed
@@ -2285,12 +2285,12 @@ label = this.get_label('withattachment'); if (flags.attachmentClass) html = '<span class="'+flags.attachmentClass+'" title="'+label+'"></span>'; - else if (/application\/|multipart\/(m|signed)/.test(flags.ctype)) - html = '<span class="attachment" title="'+label+'"></span>'; - else if (/multipart\/report/.test(flags.ctype)) + else if (flags.ctype == 'multipart/report') html = '<span class="report"></span>'; else if (flags.ctype == 'multipart/encrypted' || flags.ctype == 'application/pkcs7-mime') html = '<span class="encrypted"></span>'; + else if (flags.hasattachment || (!flags.hasnoattachment && /application\/|multipart\/(m|signed)/.test(flags.ctype))) + html = '<span class="attachment" title="'+label+'"></span>'; else html = ' '; } @@ -8160,7 +8160,9 @@ }); // Don't propagate keyboard events to the UI below the dialog (#6055) - popup.parent().on('keydown keyup', function(e) { e.stopPropagation(); }); + dialog.on('keydown keyup', function(e) { e.stopPropagation(); }); + + this.triggerEvent('dialog-open', {obj: popup}); return popup; };
View file
roundcubemail-1.4-rc1.133.tar.gz/program/js/treelist.js -> roundcubemail-1.4-rc1.167.tar.gz/program/js/treelist.js
Changed
@@ -96,6 +96,7 @@ this.get_item = get_item; this.get_node = get_node; this.get_selection = get_selection; + this.in_selection = in_selection; this.get_next = get_next; this.get_prev = get_prev; this.get_single_selection = get_selection; @@ -296,6 +297,15 @@ } /** + * Check if given id is selected + * This is for consistency with rcube_list_widget + */ + function in_selection(id) + { + return selection == id; + } + + /** * Return the DOM element of the list item with the given ID */ function get_node(id)
View file
roundcubemail-1.4-rc1.167.tar.gz/program/lib/Roundcube/cache/memcached.php
Added
@@ -0,0 +1,219 @@ +<?php + +/** + +-----------------------------------------------------------------------+ + | This file is part of the Roundcube Webmail client | + | | + | Copyright (C) The Roundcube Dev Team | + | Copyright (C) Kolab Systems AG | + | | + | Licensed under the GNU General Public License version 3 or | + | any later version with exceptions for skins & plugins. | + | See the README file for a full license statement. | + | | + | PURPOSE: | + | Caching engine - Memcache | + +-----------------------------------------------------------------------+ + | Author: Thomas Bruederli <roundcube@gmail.com> | + | Author: Aleksander Machniak <alec@alec.pl> | + +-----------------------------------------------------------------------+ +*/ + +/** + * Interface class for accessing Memcached cache + * + * @package Framework + * @subpackage Cache + * @author Thomas Bruederli <roundcube@gmail.com> + * @author Aleksander Machniak <alec@alec.pl> + */ +class rcube_cache_memcached extends rcube_cache +{ + /** + * Instance of memcached handler + * + * @var Memcached + */ + protected static $memcache; + + + /** + * Object constructor. + * + * @param int $userid User identifier + * @param string $prefix Key name prefix + * @param string $ttl Expiration time of memcache/apc items + * @param bool $packed Enables/disabled data serialization. + * It's possible to disable data serialization if you're sure + * stored data will be always a safe string + */ + public function __construct($userid, $prefix = '', $ttl = 0, $packed = true) + { + parent::__construct($userid, $prefix, $ttl, $packed); + + $this->type = 'memcache'; + $this->debug = rcube::get_instance()->config->get('memcache_debug'); + + // Maximum TTL is 30 days, bigger values are treated by Memcached + // as unix timestamp which is not what we want + if ($this->ttl > 60*60*24*30) { + $this->ttl = 60*60*24*30; + } + + self::engine(); + } + + /** + * Get global handle for memcache access + * + * @return object Memcache + */ + public static function engine() + { + if (self::$memcache !== null) { + return self::$memcache; + } + + // no memcache support in PHP + if (!class_exists('Memcached')) { + self::$memcache = false; + + rcube::raise_error(array( + 'code' => 604, 'type' => 'memcache', 'line' => __LINE__, 'file' => __FILE__, + 'message' => "Failed to find Memcached. Make sure php-memcached is installed" + ), + true, true); + } + + // add all configured hosts to pool + $rcube = rcube::get_instance(); + $pconnect = $rcube->config->get('memcache_pconnect', true); + $timeout = $rcube->config->get('memcache_timeout', 1); + $retry_interval = $rcube->config->get('memcache_retry_interval', 15); + $hosts = $rcube->config->get('memcache_hosts'); + $persistent_id = $pconnect ? ('rc' . md5(serialize($hosts))) : null; + + self::$memcache = new Memcached($persistent_id); + + self::$memcache->setOptions(array( + Memcached::OPT_CONNECT_TIMEOUT => $timeout * 1000, + Memcached::OPT_RETRY_TIMEOUT => $timeout, + Memcached::OPT_DISTRIBUTION => Memcached::DISTRIBUTION_CONSISTENT, + Memcached::OPT_COMPRESSION => true, + )); + + if (!$pconnect || !count(self::$memcache->getServerList())) { + foreach ((array) $hosts as $host) { + if (substr($host, 0, 7) != 'unix://') { + list($host, $port) = explode(':', $host); + if (!$port) $port = 11211; + } + else { + $host = substr($host, 8); + $port = 0; + } + + self::$memcache->addServer($host, $port); + } + } + + // test connection + $result = self::$memcache->increment('__CONNECTIONTEST__'); + + if ($result === false && ($res_code = self::$memcache->getResultCode()) !== Memcached::RES_NOTFOUND) { + self::$memcache = false; + + rcube::raise_error(array( + 'code' => 604, 'type' => 'memcache', 'line' => __LINE__, 'file' => __FILE__, + 'message' => "Memcache connection failure (code: $res_code)." + ), + true, false); + } + + return self::$memcache; + } + + /** + * Remove cache records older than ttl + */ + public function expunge() + { + // No need for GC, entries are expunged automatically + } + + /** + * Remove expired records of all caches + */ + public static function gc() + { + // No need for GC, entries are expunged automatically + } + + /** + * Reads cache entry. + * + * @param string $key Cache internal key name + * + * @return mixed Cached value + */ + protected function get_item($key) + { + if (!self::$memcache) { + return false; + } + + $data = self::$memcache->get($key); + + if ($this->debug) { + $this->debug('get', $key, $data); + } + + return $data; + } + + /** + * Adds entry into the cache. + * + * @param string $key Cache internal key name + * @param mixed $data Serialized cache data + * + * @param boolean True on success, False on failure + */ + protected function add_item($key, $data) + { + if (!self::$memcache) { + return false; + } + + $result = self::$memcache->set($key, $data, $this->ttl); + + if ($this->debug) { + $this->debug('set', $key, $data, $result); + } + + return $result; + } + + /** + * Deletes entry from the cache + * + * @param string $key Cache internal key name + * + * @param boolean True on success, False on failure + */ + protected function delete_item($key) + { + if (!self::$memcache) { + return false; + } + + // #1488592: use 2nd argument + $result = self::$memcache->delete($key, 0); + + if ($this->debug) { + $this->debug('delete', $key, null, $result); + } + + return $result; + } +}
View file
roundcubemail-1.4-rc1.133.tar.gz/program/lib/Roundcube/cache/redis.php -> roundcubemail-1.4-rc1.167.tar.gz/program/lib/Roundcube/cache/redis.php
Changed
@@ -83,8 +83,8 @@ true, true); } - $rcube = rcube::get_instance(); - $hosts = $rcube->config->get('redis_hosts'); + $rcube = rcube::get_instance(); + $hosts = $rcube->config->get('redis_hosts'); // host config is wrong if (!is_array($hosts) || empty($hosts)) { @@ -116,54 +116,56 @@ // explode individual fields list($host, $port, $database, $password) = array_pad(explode(':', $redis_host, 4), 4, null); - $params = parse_url($redis_host); - if ($params'scheme' == 'redis') { - $host = (isset($params'host')) ? $params'host' : null; - $port = (isset($params'port')) ? $params'port' : null; - $database = (isset($params'database')) ? $params'database' : null; - $password = (isset($params'password')) ? $params'password' : null; + if (substr($redis_host, 0, 7) === 'unix://') { + $host = substr($port, 2); + $port = null; } - - // set default values if not set - $host = ($host !== null) ? $host : '127.0.0.1'; - $port = ($port !== null) ? $port : 6379; - $database = ($database !== null) ? $database : 0; - - if (self::$redis->connect($host, $port) === false) { - rcube::raise_error(array( - 'code' => 604, - 'type' => 'redis', - 'line' => __LINE__, - 'file' => __FILE__, - 'message' => "Could not connect to Redis server. Please check host and port" - ), - true, true); + else { + // set default values if not set + $host = $host ?: '127.0.0.1'; + $port = $port ?: 6379; } - if ($password != null && self::$redis->auth($password) === false) { - rcube::raise_error(array( - 'code' => 604, - 'type' => 'redis', - 'line' => __LINE__, - 'file' => __FILE__, - 'message' => "Could not authenticate with Redis server. Please check password." - ), - true, true); + try { + if (self::$redis->connect($host, $port) === false) { + rcube::raise_error(array( + 'code' => 604, + 'type' => 'redis', + 'line' => __LINE__, + 'file' => __FILE__, + 'message' => "Could not connect to Redis server. Please check host and port" + ), + true, true); + } + + if ($password !== null && self::$redis->auth($password) === false) { + rcube::raise_error(array( + 'code' => 604, + 'type' => 'redis', + 'line' => __LINE__, + 'file' => __FILE__, + 'message' => "Could not authenticate with Redis server. Please check password." + ), + true, true); + } + + if ($database !== null && self::$redis->select($database) === false) { + rcube::raise_error(array( + 'code' => 604, + 'type' => 'redis', + 'line' => __LINE__, + 'file' => __FILE__, + 'message' => "Could not select Redis database. Please check database setting." + ), + true, true); + } } - - if ($database != 0 && self::$redis->select($database) === false) { - rcube::raise_error(array( - 'code' => 604, - 'type' => 'redis', - 'line' => __LINE__, - 'file' => __FILE__, - 'message' => "Could not select Redis database. Please check database setting." - ), - true, true); + catch (Exception $e) { + rcube::raise_error($e, true, true); } } - if (self::$redis->ping() != "+PONG") { + if (self::$redis->ping() !== "+PONG") { self::$redis = false; }
View file
roundcubemail-1.4-rc1.133.tar.gz/program/lib/Roundcube/rcube.php -> roundcubemail-1.4-rc1.167.tar.gz/program/lib/Roundcube/rcube.php
Changed
@@ -68,6 +68,13 @@ public $memcache; /** + * Instance of Memcached class. + * + * @var Memcached + */ + public $memcached; + + /** * Instance of Redis class. * * @var Redis @@ -217,6 +224,20 @@ } /** + * Get global handle for memcached access + * + * @return object Memcached + */ + public function get_memcached() + { + if (!isset($this->memcached)) { + $this->memcached = rcube_cache_memcached::engine(); + } + + return $this->memcached; + } + + /** * Get global handle for redis access * * @return object Redis @@ -1089,8 +1110,10 @@ if ($this->memcache) { $this->memcache->close(); - // after close() need to re-init memcache - $this->memcache_init(); + } + + if ($this->memcached) { + $this->memcached->quit(); } if ($this->smtp) { @@ -1263,9 +1286,12 @@ $line = sprintf("%s: %s\n", $date, $line); // per-user logging is activated - if (self::$instance && self::$instance->config->get('per_user_logging') && self::$instance->get_user_id()) { + if (self::$instance && self::$instance->config->get('per_user_logging') + && self::$instance->get_user_id() + && !in_array($name, array('userlogins', 'sendmail')) + ) { $log_dir = self::$instance->get_user_log_dir(); - if (empty($log_dir) && !in_array($name, array('errors', 'userlogins', 'sendmail'))) { + if (empty($log_dir) && $name !== 'errors') { return false; } }
View file
roundcubemail-1.4-rc1.133.tar.gz/program/lib/Roundcube/rcube_html2text.php -> roundcubemail-1.4-rc1.167.tar.gz/program/lib/Roundcube/rcube_html2text.php
Changed
@@ -249,8 +249,6 @@ protected $callback_search = array( '/<(a) ^>*href=("|\')(^"\'+)\2^>*>(.*?)<\/a>/i', // <a href=""> '/<(h)123456( ^>*)?>(.*?)<\/h123456>/i', // h1 - h6 - '/<(b)( ^>*)?>(.*?)<\/b>/i', // <b> - '/<(strong)( ^>*)?>(.*?)<\/strong>/i', // <strong> '/<(th)( ^>*)?>(.*?)<\/th>/i', // <th> and </th> ); @@ -673,9 +671,6 @@ public function tags_preg_callback($matches) { switch (strtolower($matches1)) { - case 'b': - case 'strong': - return $this->_toupper($matches3); case 'th': return $this->_toupper("\t\t". $matches3 ."\n"); case 'h':
View file
roundcubemail-1.4-rc1.133.tar.gz/program/lib/Roundcube/rcube_imap_cache.php -> roundcubemail-1.4-rc1.167.tar.gz/program/lib/Roundcube/rcube_imap_cache.php
Changed
@@ -97,6 +97,8 @@ 8192 => 'LABEL3', 16384 => 'LABEL4', 32768 => 'LABEL5', + 65536 => 'HASATTACHMENT', + 131072 => 'HASNOATTACHMENT', );
View file
roundcubemail-1.4-rc1.133.tar.gz/program/lib/Roundcube/rcube_smtp.php -> roundcubemail-1.4-rc1.167.tar.gz/program/lib/Roundcube/rcube_smtp.php
Changed
@@ -173,7 +173,6 @@ $this->response = 'Authentication failure: ' . $result->getMessage() . ' (Code: ' . $result->getCode() . ')'; - $this->reset(); $this->disconnect(); return false;
View file
roundcubemail-1.4-rc1.133.tar.gz/program/lib/Roundcube/rcube_utils.php -> roundcubemail-1.4-rc1.167.tar.gz/program/lib/Roundcube/rcube_utils.php
Changed
@@ -574,13 +574,15 @@ // %n - host $n = self::server_name(); // %t - host name without first part, e.g. %n=mail.domain.tld, %t=domain.tld - $t = preg_replace('/^^\.+\./', '', $n); - // %d - domain name without first part - $d = preg_replace('/^^\.+\./', '', self::server_name('HTTP_HOST')); + // If %n=domain.tld then %t=domain.tld as well (remains valid) + $t = preg_replace('/^^.+\.(?!^.+$)/', '', $n); + // %d - domain name without first part (up to domain.tld) + $d = preg_replace('/^^.+\.(?!^.+$)/', '', self::server_name('HTTP_HOST')); // %h - IMAP host $h = $_SESSION'storage_host' ?: $host; // %z - IMAP domain without first part, e.g. %h=imap.domain.tld, %z=domain.tld - $z = preg_replace('/^^\.+\./', '', $h); + // If %h=domain.tld then %z=domain.tld as well (remains valid) + $z = preg_replace('/^^.+\.(?!^.+$)/', '', $h); // %s - domain name after the '@' from e-mail address provided at login screen. // Returns FALSE if an invalid email is provided if (strpos($name, '%s') !== false) {
View file
roundcubemail-1.4-rc1.133.tar.gz/program/lib/Roundcube/session/memcache.php -> roundcubemail-1.4-rc1.167.tar.gz/program/lib/Roundcube/session/memcache.php
Changed
@@ -12,7 +12,7 @@ | See the README file for a full license statement. | | | | PURPOSE: | - | Provide database supported session management | + | Provide memcache supported session management | +-----------------------------------------------------------------------+ | Author: Thomas Bruederli <roundcube@gmail.com> | | Author: Aleksander Machniak <alec@alec.pl> |
View file
roundcubemail-1.4-rc1.167.tar.gz/program/lib/Roundcube/session/memcached.php
Added
@@ -0,0 +1,197 @@ +<?php + +/** + +-----------------------------------------------------------------------+ + | This file is part of the Roundcube Webmail client | + | | + | Copyright (C) The Roundcube Dev Team | + | Copyright (C) Kolab Systems AG | + | | + | Licensed under the GNU General Public License version 3 or | + | any later version with exceptions for skins & plugins. | + | See the README file for a full license statement. | + | | + | PURPOSE: | + | Provide memcached supported session management | + +-----------------------------------------------------------------------+ + | Author: Thomas Bruederli <roundcube@gmail.com> | + | Author: Aleksander Machniak <alec@alec.pl> | + | Author: Cor Bosman <cor@roundcu.bet> | + +-----------------------------------------------------------------------+ +*/ + +/** + * Class to provide memcached session storage + * + * @package Framework + * @subpackage Core + * @author Thomas Bruederli <roundcube@gmail.com> + * @author Aleksander Machniak <alec@alec.pl> + * @author Cor Bosman <cor@roundcu.be> + */ +class rcube_session_memcached extends rcube_session +{ + private $memcache; + private $debug; + + /** + * Object constructor + * + * @param rcube_config $config Configuration + */ + public function __construct($config) + { + parent::__construct($config); + + $this->memcache = rcube::get_instance()->get_memcached(); + $this->debug = $config->get('memcache_debug'); + + if (!$this->memcache) { + rcube::raise_error(array( + 'code' => 604, 'type' => 'db', + 'line' => __LINE__, 'file' => __FILE__, + 'message' => "Failed to connect to memcached. Please check configuration"), + true, true); + } + + // register sessions handler + $this->register_session_handler(); + } + + /** + * Opens the session + * + * @param string $save_path Session save path + * @param string $session_name Session name + * + * @return bool True on success, False on failure + */ + public function open($save_path, $session_name) + { + return true; + } + + /** + * Close the session + * + * @return bool True on success, False on failure + */ + public function close() + { + return true; + } + + /** + * Destroy the session + * + * @param string $key Session identifier + * + * @return bool True on success, False on failure + */ + public function destroy($key) + { + if ($key) { + // #1488592: use 2nd argument + $result = $this->memcache->delete($key, 0); + + if ($this->debug) { + $this->debug('delete', $key, null, $result); + } + } + + return true; + } + + /** + * Read session data from memcache + * + * @param string $key Session identifier + * + * @return string Serialized data string + */ + public function read($key) + { + if ($arr = $this->memcache->get($key)) { + $this->changed = $arr'changed'; + $this->ip = $arr'ip'; + $this->vars = $arr'vars'; + $this->key = $key; + } + + if ($this->debug) { + $this->debug('get', $key, $arr ? serialize($arr) : ''); + } + + return $this->vars ?: ''; + } + + /** + * Write data to memcache storage + * + * @param string $key Session identifier + * @param string $vars Session data string + * + * @return bool True on success, False on failure + */ + public function write($key, $vars) + { + if ($this->ignore_write) { + return true; + } + + $data = array('changed' => time(), 'ip' => $this->ip, 'vars' => $vars); + $result = $this->memcache->set($key, $data, $this->lifetime + 60); + + if ($this->debug) { + $this->debug('set', $key, serialize($data), $result); + } + + return $result; + } + + /** + * Update memcache session data + * + * @param string $key Session identifier + * @param string $newvars New session data string + * @param string $oldvars Old session data string + * + * @return bool True on success, False on failure + */ + public function update($key, $newvars, $oldvars) + { + $ts = microtime(true); + + if ($newvars !== $oldvars || $ts - $this->changed > $this->lifetime / 3) { + $data = array('changed' => time(), 'ip' => $this->ip, 'vars' => $newvars); + $result = $this->memcache->set($key, $data, $this->lifetime + 60); + + if ($this->debug) { + $this->debug('set', $key, serialize($data), $result); + } + + return $result; + } + + return true; + } + + /** + * Write memcache debug info to the log + * + * @param string $type Operation type + * @param string $key Session identifier + * @param string $data Data to log + * @param bool $result Opearation result + */ + protected function debug($type, $key, $data = null, $result = null) + { + $line = strtoupper($type) . ' ' . $key; + + if ($data !== null) { + $line .= ' ' . $data; + } + + rcube::debug('memcache', $line, $result); + } +}
View file
roundcubemail-1.4-rc1.133.tar.gz/program/localization/ar/labels.inc -> roundcubemail-1.4-rc1.167.tar.gz/program/localization/ar/labels.inc
Changed
@@ -2,19 +2,19 @@ /* +-----------------------------------------------------------------------+ - | localization/<lang>/labels.inc | - | | | Localization file of the Roundcube Webmail client | - | Copyright (C) 2005-2015, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/labels/ */ + + $labels'welcome' = 'مرحباً بكم في $product'; $labels'username' = 'اسم المستخدم'; $labels'password' = 'كلمة المرور'; @@ -132,6 +132,8 @@ $labels'more' = 'المزيد'; $labels'back' = 'العودة'; $labels'options' = 'خيارات'; +$labels'composeoptions' = 'خيارات الكتابة'; +$labels'optionsandattachments' = 'الخيارات والمرفقات'; $labels'actions' = 'الإجراءات'; $labels'first' = 'الأول'; $labels'last' = 'الأخير'; @@ -240,6 +242,8 @@ $labels'alwaysshow' = 'دائماً أظهر الصّور القادمة من $sender'; $labels'isdraft' = 'هذه مسودّة رسالة'; $labels'andnmore' = '$nr المزيد ...'; +$labels'details' = 'التفاصيل'; +$labels'headers' = 'الرأسيات'; $labels'htmltoggle' = 'HTML'; $labels'plaintoggle' = 'نص مجرد'; $labels'savesentmessagein' = 'احفظ الرسالة المُرسلة في'; @@ -253,6 +257,7 @@ $labels'receiptread' = 'إيصال الاستلام )بالقراءة)'; $labels'yourmessage' = 'هذا إيصال بقراءة رسالتك'; $labels'receiptnote' = 'ملاحظة: يُعلمك هذا الإيصال بأن رسالتك قد ظهرت على جهاز المستقبِل. ليست هناك أية ضمانات أن المستقبل قد قرأ أو فهم محتويات الرسالة.'; +$labels'zoomin' = 'تقريب'; $labels'rotate' = 'تدوير'; $labels'increaseimage' = 'تكبير حجم الصورة'; $labels'decreaseimage' = 'تصغير حجم الصورة'; @@ -314,6 +319,7 @@ $labels'contactproperties' = 'خواص جهة الإتصال'; $labels'contactnameandorg' = 'الإسم و المنظمة'; $labels'personalinfo' = 'المعلومات الشخصية'; +$labels'contactphoto' = 'صورة المُراسِل'; $labels'edit' = 'تحرير'; $labels'cancel' = 'إلغاء'; $labels'save' = 'حفظ'; @@ -323,12 +329,15 @@ $labels'addphoto' = 'إضافة'; $labels'replacephoto' = 'استبدال'; $labels'uploadphoto' = 'ارفع صورة'; +$labels'choosefile' = 'اختر ملفا...'; +$labels'choosefiles' = 'اختر ملفات...'; $labels'deletecontact' = 'حذف المراسلين المحددين'; $labels'composeto' = 'إنشاء رسالة إليه'; $labels'contactsfromto' = 'المراسلون $from إلى $to من $count'; $labels'print' = 'طباعة'; $labels'export' = 'تصدير'; $labels'exportvcards' = 'صدّر المراسلين بنسق vCard'; +$labels'newgroup' = 'إنشاء فريق جديد'; $labels'grouprename' = 'تغيير اسم المجموعة'; $labels'groupdelete' = 'حذف المجموعة'; $labels'groupremoveselected' = 'حذف العنوان المختار من المجموعة'; @@ -456,15 +465,18 @@ $labels'personalfolder' = 'مجلد خاص'; $labels'otherfolder' = 'مجلد مستخدم آخر'; $labels'sharedfolder' = 'مجلد عام'; +$labels'findfolders' = 'البحث عن مجلدات'; $labels'findmail' = 'البحث عن رسائل إلكترونية'; $labels'namespace.other' = 'المستخدِمون الآخرون'; $labels'dualusemail' = 'الرسائل'; $labels'dualusefolder' = 'المجلدات'; $labels'generate' = 'توليد'; +$labels'encryptioncreatekey' = 'إنشاء زوج مِن المفاتيح'; $labels'sortby' = 'ترتيب بحسب'; $labels'sortasc' = 'ترتيب تصاعدي'; $labels'sortdesc' = 'ترتيب تنازلي'; $labels'undo' = 'تراجع'; +$labels'installedplugins' = 'الإضافات المثبّتة'; $labels'plugin' = 'إضافة'; $labels'version' = 'النسخة'; $labels'source' = 'المصدر'; @@ -498,6 +510,8 @@ $labels'japanese' = 'اليابانية'; $labels'korean' = 'الكورية'; $labels'chinese' = 'الصينية'; +$labels'arialabelmailpreviewframe' = 'معاينة الرسالة'; +$labels'arialabelmessagebody' = 'عرض الرسالة'; +$labels'arialabelmessageheaders' = 'رأسيات الرسالة'; $labels'arialabelmailtomenu' = 'خيارات عنوان البريد الإلكتروني'; $labels'arialabelimagetools' = 'الأدوات الخاصة بالصُوَر'; -?>
View file
roundcubemail-1.4-rc1.133.tar.gz/program/localization/ar/messages.inc -> roundcubemail-1.4-rc1.167.tar.gz/program/localization/ar/messages.inc
Changed
@@ -2,19 +2,18 @@ /* +-----------------------------------------------------------------------+ - | localization/<lang>/messages.inc | - | | | Localization file of the Roundcube Webmail client | - | Copyright (C) 2005-2015, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/messages/ */ + $messages'errortitle' = 'طرأ هناك خطأ !'; $messages'loginfailed' = 'فشل تسجيل الدخول'; $messages'cookiesdisabled' = 'المتصفح الخاص بك لا يقبل الكوكيز'; @@ -48,7 +47,6 @@ $messages'encryptedmessage' = 'هذه الرسالة مشفرة ولا يمكن عرضها. عذراً!'; $messages'nocontactsfound' = 'لم يعثر على أي مراسل'; $messages'contactnotfound' = 'تعذر العثور على المراسل المطلوب'; -$messages'contactsearchonly' = 'اكتب بعض كلمات البحث للعثور علىالمُراسلين'; $messages'sendingfailed' = 'فشل إرسال الرسالة'; $messages'senttooquickly' = 'رجاء انتظر $sec ثوان قبل إرسال هذه الرسالة'; $messages'errormoving' = 'تعذر نقل هذه الرسالة';
View file
roundcubemail-1.4-rc1.133.tar.gz/program/localization/ar/timezones.inc -> roundcubemail-1.4-rc1.167.tar.gz/program/localization/ar/timezones.inc
Changed
@@ -2,10 +2,9 @@ /* +-----------------------------------------------------------------------+ - | localization/<lang>/timezones.inc | - | | | Localization file of the Roundcube Webmail client | - | Copyright (C) 2005-2017, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. |
View file
roundcubemail-1.4-rc1.133.tar.gz/program/localization/ar_SA/labels.inc -> roundcubemail-1.4-rc1.167.tar.gz/program/localization/ar_SA/labels.inc
Changed
@@ -2,19 +2,19 @@ /* +-----------------------------------------------------------------------+ - | localization/<lang>/labels.inc | - | | | Localization file of the Roundcube Webmail client | - | Copyright (C) 2005-2015, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/labels/ */ + + $labels'welcome' = 'مرحباً بكم في $product'; $labels'username' = 'اسم المستخدم'; $labels'password' = 'كلمة المرور'; @@ -489,4 +489,3 @@ $labels'japanese' = 'اليابانية'; $labels'korean' = 'الكورية'; $labels'chinese' = 'الصينية'; -?>
View file
roundcubemail-1.4-rc1.133.tar.gz/program/localization/ar_SA/messages.inc -> roundcubemail-1.4-rc1.167.tar.gz/program/localization/ar_SA/messages.inc
Changed
@@ -2,19 +2,18 @@ /* +-----------------------------------------------------------------------+ - | localization/<lang>/messages.inc | - | | | Localization file of the Roundcube Webmail client | - | Copyright (C) 2005-2015, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/messages/ */ + $messages'errortitle' = 'حدث خطأ!'; $messages'loginfailed' = 'فشل تسجيل الدخول'; $messages'cookiesdisabled' = 'المتصفح الخاص بك لا يقبل الكوكيز'; @@ -55,11 +54,8 @@ $messages'blockedimages' = 'لحماية خصوصيتك، تم حجب الصور الغير مضمنة(البعيدة) في هذه الرسالة.'; $messages'encryptedmessage' = 'هذه الرسالة مشفرة ولا يمكن عرضها. عذراً!'; $messages'nopubkeyfor' = 'لم يتم العثور على مفتاح عام صالح لـ $email'; -$messages'keyservererror' = 'فشل الحصول على مفتاح من خادم المفاتيح'; -$messages'keyimportsuccess' = 'تم استيراد المفتاح العام $key بنجاح إلى حلقة مفاتيحك'; $messages'nocontactsfound' = 'لم يعثر على أي مراسل'; $messages'contactnotfound' = 'تعذر العثور على المراسل المطلوب'; -$messages'contactsearchonly' = 'اكتب بعض كلمات البحث للعثور علىالمُراسلين'; $messages'sendingfailed' = 'فشل إرسال الرسالة'; $messages'senttooquickly' = 'رجاء انتظر $sec ثوان قبل إرسال هذه الرسالة'; $messages'errorsavingsent' = 'حدث خطأ أثناء حفظ الرسالة المُرسلة.';
View file
roundcubemail-1.4-rc1.133.tar.gz/program/localization/ast/labels.inc -> roundcubemail-1.4-rc1.167.tar.gz/program/localization/ast/labels.inc
Changed
@@ -2,19 +2,19 @@ /* +-----------------------------------------------------------------------+ - | localization/<lang>/labels.inc | - | | | Localization file of the Roundcube Webmail client | - | Copyright (C) 2005-2015, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/labels/ */ + + $labels'welcome' = 'Bienllegáu a $product'; $labels'username' = 'Usuariu'; $labels'password' = 'Contraseña'; @@ -554,4 +554,3 @@ $labels'arialabelresonseeditfrom' = 'Formulariu d\'edición de rempuesta'; $labels'helplistnavigation' = 'Restolación de tecláu de llista'; $labels'helplistkeyboardnavcontacts' = "Enter: Abrir el contautu esbilláu/enfocáu."; -?>
View file
roundcubemail-1.4-rc1.133.tar.gz/program/localization/ast/messages.inc -> roundcubemail-1.4-rc1.167.tar.gz/program/localization/ast/messages.inc
Changed
@@ -2,19 +2,18 @@ /* +-----------------------------------------------------------------------+ - | localization/<lang>/messages.inc | - | | | Localization file of the Roundcube Webmail client | - | Copyright (C) 2005-2015, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/messages/ */ + $messages'errortitle' = '¡Hebo un fallu!'; $messages'loginfailed' = 'Contraseña o nome d\'usuariu incorreutu.'; $messages'cookiesdisabled' = 'El to restolador nun aceuta cookies.'; @@ -54,7 +53,6 @@ $messages'encryptedmessage' = 'Esti ye un mensaxe cifráu y nun soi a amosalu. ¡Sentímoslo!'; $messages'nocontactsfound' = 'Nun doi con dengún contautu'; $messages'contactnotfound' = 'Nun s\'atopa\'l contautu solicitáu.'; -$messages'contactsearchonly' = 'Introduz dalgún criteriu pa guetar contautos'; $messages'sendingfailed' = 'Falló l\'unviu del mensaxe'; $messages'senttooquickly' = 'Por favor espera $sec segundu/os enantes d\'unviar esti mensaxe.'; $messages'errorsavingsent' = 'Hebo un fallu al guardar el mensaxe unviáu.';
View file
roundcubemail-1.4-rc1.133.tar.gz/program/localization/az_AZ/labels.inc -> roundcubemail-1.4-rc1.167.tar.gz/program/localization/az_AZ/labels.inc
Changed
@@ -2,19 +2,19 @@ /* +-----------------------------------------------------------------------+ - | localization/<lang>/labels.inc | - | | | Localization file of the Roundcube Webmail client | - | Copyright (C) 2005-2015, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/labels/ */ + + $labels'welcome' = '$product-a xoş gəldiniz!'; $labels'username' = 'İstifadəçi adı'; $labels'password' = 'Şifrə'; @@ -523,4 +523,3 @@ $labels'japanese' = 'Yaponca'; $labels'korean' = 'Koreya'; $labels'chinese' = 'Çincə'; -?>
View file
roundcubemail-1.4-rc1.133.tar.gz/program/localization/az_AZ/messages.inc -> roundcubemail-1.4-rc1.167.tar.gz/program/localization/az_AZ/messages.inc
Changed
@@ -2,19 +2,18 @@ /* +-----------------------------------------------------------------------+ - | localization/<lang>/messages.inc | - | | | Localization file of the Roundcube Webmail client | - | Copyright (C) 2005-2015, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/messages/ */ + $messages'errortitle' = 'Xəta baş verdi!'; $messages'loginfailed' = 'Giriş uğursuz oldu.'; $messages'cookiesdisabled' = 'Sizin brauzer kukiləri qəbul etmir.'; @@ -52,7 +51,6 @@ $messages'encryptedmessage' = 'Məktub şifrələnib və göstərilə bilməz. Server inzibatçısına müraciət edin.'; $messages'nocontactsfound' = 'Ünvanlar tapılmadı'; $messages'contactnotfound' = 'Tələb olunan ünvan tapılmadı'; -$messages'contactsearchonly' = 'Kontaqların axtarışı üçün şərti daxil edin'; $messages'sendingfailed' = 'Məktub göndərilmədi'; $messages'senttooquickly' = 'Məktub göndərmək üçün $sec saniyə gözləmək gərəkir'; $messages'errorsavingsent' = 'Göndərilən məktubun saxlanılması zamanı xəta baş verdi.';
View file
roundcubemail-1.4-rc1.133.tar.gz/program/localization/be_BE/labels.inc -> roundcubemail-1.4-rc1.167.tar.gz/program/localization/be_BE/labels.inc
Changed
@@ -2,19 +2,19 @@ /* +-----------------------------------------------------------------------+ - | localization/<lang>/labels.inc | - | | | Localization file of the Roundcube Webmail client | - | Copyright (C) 2005-2015, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/labels/ */ + + $labels'welcome' = 'Вітаем у $product'; $labels'username' = 'Карыстальнік'; $labels'password' = 'Пароль'; @@ -510,4 +510,3 @@ $labels'japanese' = 'японская'; $labels'korean' = 'карэйская'; $labels'chinese' = 'кітайская'; -?>
View file
roundcubemail-1.4-rc1.133.tar.gz/program/localization/be_BE/messages.inc -> roundcubemail-1.4-rc1.167.tar.gz/program/localization/be_BE/messages.inc
Changed
@@ -2,19 +2,18 @@ /* +-----------------------------------------------------------------------+ - | localization/<lang>/messages.inc | - | | | Localization file of the Roundcube Webmail client | - | Copyright (C) 2005-2015, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/messages/ */ + $messages'errortitle' = 'Здарылася памылка!'; $messages'loginfailed' = 'Не ўдалося ўвайсці.'; $messages'cookiesdisabled' = 'Ваш браўзер не падтрымлівае кукіс.'; @@ -54,7 +53,6 @@ $messages'encryptedmessage' = 'Гэта зашыфраванае паведамленне. Яно не можа быць адлюстравана. Выбачайце!'; $messages'nocontactsfound' = 'Кантактаў не знойдзена.'; $messages'contactnotfound' = 'Запытаны кантакт не знойдзены.'; -$messages'contactsearchonly' = 'Задайце выраз для пошука кантактаў'; $messages'sendingfailed' = 'Не ўдалося адправіць паведамленне.'; $messages'senttooquickly' = 'Пачакайце $sec секунд(ы) перад адпраўкай гэтага паведамлення.'; $messages'errorsavingsent' = 'Не ўдалося захаваць адпраўленае паведамленне.';
View file
roundcubemail-1.4-rc1.133.tar.gz/program/localization/bg_BG/labels.inc -> roundcubemail-1.4-rc1.167.tar.gz/program/localization/bg_BG/labels.inc
Changed
@@ -2,29 +2,30 @@ /* +-----------------------------------------------------------------------+ - | localization/<lang>/labels.inc | - | | | Localization file of the Roundcube Webmail client | - | Copyright (C) 2005-2015, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/labels/ */ + + $labels'welcome' = 'Добре дошли в $product'; $labels'username' = 'Потребител'; $labels'password' = 'Парола'; $labels'server' = 'Сървър'; $labels'login' = 'Вход'; +$labels'menu' = 'Меню'; $labels'logout' = 'Изход'; $labels'mail' = 'Поща'; $labels'settings' = 'Настройки'; $labels'addressbook' = 'Адресна книга'; -$labels'inbox' = 'Вх. поща'; +$labels'inbox' = 'Входящи'; $labels'drafts' = 'Чернови'; $labels'sent' = 'Изпратени'; $labels'trash' = 'Кошче'; @@ -33,7 +34,7 @@ $labels'subject' = 'Заглавие'; $labels'from' = 'От'; $labels'sender' = 'Подател'; -$labels'to' = 'Получател'; +$labels'to' = 'До'; $labels'cc' = 'Копие до'; $labels'bcc' = 'Скрито копие до'; $labels'replyto' = 'Отговор до'; @@ -42,8 +43,9 @@ $labels'size' = 'Размер'; $labels'priority' = 'Приоритет'; $labels'organization' = 'Организация'; -$labels'readstatus' = 'Статут (прочетено/ново)'; +$labels'readstatus' = 'Статус (прочетено/ново)'; $labels'listoptions' = 'Настройки на списък...'; +$labels'listoptionstitle' = 'Настройки на списък'; $labels'mailboxlist' = 'Папки'; $labels'messagesfromto' = 'Писма $from до $to от $count'; $labels'threadsfromto' = 'Кореспонденции $from до $to от $count'; @@ -55,7 +57,7 @@ $labels'copyto' = 'Копирай във...'; $labels'download' = 'Изтегли'; $labels'open' = 'Отвори'; -$labels'showattachment' = 'Показване'; +$labels'showattachment' = 'Покажи'; $labels'showanyway' = 'Показване въпреки това'; $labels'filename' = 'Име на файла'; $labels'filesize' = 'Размер на файла'; @@ -105,13 +107,15 @@ $labels'writenewmessage' = 'Създай ново писмо'; $labels'reply' = 'Отговор'; $labels'replytomessage' = 'Отговори на подателя'; -$labels'replytoallmessage' = 'Отговори на подателя и всички получатели'; +$labels'replytoallmessage' = 'Отговори на списъка или на подателя и всички получатели'; $labels'replyall' = 'Отговор на всички'; $labels'replylist' = 'Отговор на списък'; $labels'forward' = 'Препрати'; -$labels'forwardinline' = 'Като цитат в писмото'; -$labels'forwardattachment' = 'Като прикачен файл'; +$labels'forwardinline' = 'Препрати като цитат в писмото'; +$labels'forwardattachment' = 'Препрати като прикачен файл'; $labels'forwardmessage' = 'Препрати писмото'; +$labels'bouncemsg' = 'Повторно изпращане (bounce)'; +$labels'bounce' = 'Повторно изпращане'; $labels'deletemessage' = 'Изтрий писмото'; $labels'movemessagetotrash' = 'Премести писмото в Кошче'; $labels'printmessage' = 'Печат на писмото'; @@ -120,7 +124,7 @@ $labels'nextmessage' = 'Следващо писмо'; $labels'lastmessage' = 'Последно писмо'; $labels'backtolist' = 'Обратно към списъка'; -$labels'viewsource' = 'Изходен код'; +$labels'viewsource' = 'Покажи изходния код'; $labels'mark' = 'Маркирай'; $labels'markmessages' = 'Маркирай писмата'; $labels'markread' = 'Като прочетени'; @@ -134,20 +138,24 @@ $labels'folders-all' = 'Всички папки'; $labels'more' = 'Още'; $labels'back' = 'Назад'; -$labels'options' = 'Опции'; +$labels'options' = 'Настройки'; +$labels'composeoptions' = 'Настройки за писане'; +$labels'optionsandattachments' = 'Настройки и прикачени файлове'; +$labels'actions' = 'Действия'; $labels'first' = 'Първо'; $labels'last' = 'Последно'; $labels'previous' = 'Предишно'; $labels'next' = 'Сладващо'; $labels'select' = 'Избери'; +$labels'selection' = 'Селекция'; $labels'all' = 'Всички'; $labels'none' = 'Остави без избор'; $labels'currpage' = 'Всички на страницата'; $labels'isread' = 'Прочетено'; -$labels'unread' = 'Само нови'; -$labels'flagged' = 'Само отбелязани'; +$labels'unread' = 'Нови'; +$labels'flagged' = 'Отбелязани'; $labels'unflagged' = 'Без флаг'; -$labels'unanswered' = 'Само без отговор'; +$labels'unanswered' = 'Без отговор'; $labels'withattachment' = 'С прикачен файл'; $labels'deleted' = 'Всички изтрити'; $labels'undeleted' = 'Които не са изтрити'; @@ -164,7 +172,7 @@ $labels'autoexpand_threads' = 'Разгъни кореспонденции'; $labels'do_expand' = 'всички кореспонденции'; $labels'expand_only_unread' = 'само с непрочетени писма'; -$labels'fromto' = 'От/Получател'; +$labels'fromto' = 'От/До'; $labels'flag' = 'Отбелязано'; $labels'attachment' = 'Прикачен файл'; $labels'nonesort' = 'Няма'; @@ -176,14 +184,20 @@ $labels'listsorting' = 'Подреди по колона'; $labels'listorder' = 'Посока на подреждане'; $labels'listmode' = 'Изглед на списък'; +$labels'lmode' = 'Режим на списък'; $labels'layout' = 'Оформление'; $labels'layoutwidescreen' = 'Широк екран'; $labels'layoutdesktop' = 'Настолен екран'; $labels'layoutlist' = 'Списък'; +$labels'layoutwidescreendesc' = 'Широк екран (изглед с 3 колони)'; +$labels'layoutdesktopdesc' = 'Настолен екран (широк списък и преглед на пощата по-долу)'; +$labels'layoutlistdesc' = 'Списък (без преглед на пощата)'; $labels'folderactions' = 'Действия за папки...'; $labels'compact' = 'Уплътни данни'; $labels'empty' = 'Изпразни'; $labels'importmessages' = 'Импорт на писма'; +$labels'mailimportdesc' = 'Можете да качвате поща като използвате файлове във формат <a href="https://en.wikipedia.org/wiki/Email#Message_format">MIME</a> или <a href="https://en.wikipedia.org/wiki/Mbox">Mbox</a>.'; +$labels'mailimportzip' = 'Няколко файла могат да бъдат компресирани в zip архиви.'; $labels'quota' = 'Използвано място'; $labels'unknown' = 'няма информация'; $labels'unlimited' = 'без ограничение'; @@ -192,7 +206,11 @@ $labels'quotaused' = 'Използвано'; $labels'quotastorage' = 'Дисково пространство'; $labels'quotamessage' = 'Брой писма'; +$labels'shortheaderdate' = 'На $date'; +$labels'shortheaderto' = 'До $to на $date'; +$labels'shortheaderfrom' = 'От $from на $date'; $labels'quicksearch' = 'Бързо търсене'; +$labels'searchplaceholder' = 'Търсене...'; $labels'resetsearch' = 'Изчисти филтър и покажи всичко'; $labels'searchmod' = 'Филтър по'; $labels'msgtext' = 'Цялото писмо'; @@ -210,13 +228,13 @@ $labels'searchinterval1M' = 'по-нови от месец'; $labels'searchinterval1Y' = 'по-нови от година'; $labels'openinextwin' = 'Отвори в нов прозорец'; -$labels'emlsave' = 'Изтегли като .eml'; +$labels'emlsave' = 'Изтегли (.eml)'; $labels'changeformattext' = 'Покажи в текстов формат'; $labels'changeformathtml' = 'Покажи в HTML формат'; $labels'editasnew' = 'Редактирай като ново'; $labels'send' = 'Изпрати'; $labels'sendmessage' = 'Изпрати писмото'; -$labels'savemessage' = 'Запиши в Чернови'; +$labels'savemessage' = 'Запиши като чернова'; $labels'addattachment' = 'Прикачване на файл'; $labels'charset' = 'Кодова таблица'; $labels'editortype' = 'Вид редактор'; @@ -233,13 +251,17 @@ $labels'encryptmessagemailvelope' = 'Криптирай писмо с Mailvelope'; $labels'importpubkeys' = 'Внасяне на публични ключове'; $labels'encryptedsendialog' = 'Изпращане на криптирано писмо'; -$labels'keyid' = 'Ключ ID'; +$labels'encryptandsign' = 'Криптиране и подписване'; +$labels'keyid' = 'ИН на ключ'; $labels'keylength' = 'Бита'; $labels'keyexpired' = 'Изтекъл'; -$labels'keyrevoked' = 'Отменено'; -$labels'bccinstead' = 'Използвай Bcc'; +$labels'keyrevoked' = 'Отменен'; +$labels'bccinstead' = 'Използвай Скрито копие до'; +$labels'addheader' = 'Добави получател (заглавен блок)'; $labels'insert' = 'Вмъкване'; +$labels'insertcontact' = 'Вмъкване на контакт(и)'; $labels'recipient' = 'Получател'; +$labels'recipientedit' = 'Редактиране на получател'; $labels'editidents' = 'Промени самоличности'; $labels'spellcheck' = 'Правопис'; $labels'checkspelling' = 'Проверка на правописа'; @@ -249,7 +271,7 @@ $labels'restoremessage' = 'Възстановяване на съобщението?'; $labels'ignore' = 'Игнорирай'; $labels'responses' = 'Отговори'; -$labels'insertresponse' = 'Вмъкване на отговори'; +$labels'insertresponse' = 'Вмъкване на отговор'; $labels'manageresponses' = 'Настройка на отговори'; $labels'newresponse' = 'Създай нов отговор'; $labels'addresponse' = 'Добавяне на отговор'; @@ -272,24 +294,37 @@ $labels'highest' = 'Най-висок'; $labels'nosubject' = '(няма заглавие)'; $labels'showimages' = 'Показвай изображения'; +$labels'allow' = 'Разреши'; $labels'alwaysshow' = 'Винаги показвай изображения от $sender'; -$labels'isdraft' = 'Това е чернова'; +$labels'alwaysallow' = 'Винаги разрешавай от $sender'; +$labels'isdraft' = 'Това писмо е чернова.'; $labels'andnmore' = 'още $nr...'; +$labels'details' = 'Детайли'; +$labels'headers' = 'Заглавни блокове'; +$labels'allheaders' = 'Всички заглавни блокове'; $labels'togglemoreheaders' = 'Покажи още заглавни блокове'; $labels'togglefullheaders' = 'Изходни заглавни блокове'; $labels'htmltoggle' = 'HTML'; $labels'plaintoggle' = 'Текстово'; -$labels'savesentmessagein' = 'Запази след изпращане в'; +$labels'savesentmessagein' = 'Запази изпратеното писмо в'; $labels'dontsave' = 'не запазвай'; $labels'maxuploadsize' = 'Максимален размер на файл е $size'; -$labels'addcc' = 'Копие до'; -$labels'addbcc' = 'Скрито копие до'; -$labels'addreplyto' = 'Отговор до'; -$labels'addfollowupto' = 'Препращане към'; +$labels'addcc' = 'Добави Копие до'; +$labels'addbcc' = 'Добави Скрито копие до'; +$labels'addreplyto' = 'Добави Отговор до'; +$labels'addfollowupto' = 'Добави Препращане към'; $labels'mdnrequest' = 'Подателят е поискал да бъде уведомен, че сте прочели това писмо. Желаете ли да изпратите обратна разписка?'; $labels'receiptread' = 'Обратна разписка (прочетено)'; $labels'yourmessage' = 'Това е обратна разписка относно писмото Ви'; $labels'receiptnote' = 'Забележка: Тази разписка потвърждава само, че писмото е било визуализирано на екрана на получателят. Няма никаква гаранция, че той е разбрал и/или дори прочел неговото съдържание.'; +$labels'zoomin' = 'Увеличаване'; +$labels'zoomout' = 'Намаляване'; +$labels'rotate' = 'Завъртане'; +$labels'increaseimage' = 'Увеличаване размера на изображението'; +$labels'decreaseimage' = 'Намаляване размера на изображението'; +$labels'rotateimage' = 'Завъртане на изображението'; +$labels'showtools' = 'Показване на инструменти за изображения'; +$labels'hidetools' = 'Скриване на инструменти за изображения'; $labels'name' = 'Екранно име'; $labels'firstname' = 'Име'; $labels'surname' = 'Фамилия'; @@ -312,7 +347,7 @@ $labels'birthday' = 'Рожден ден'; $labels'anniversary' = 'Дата годишнина'; $labels'website' = 'Сайт'; -$labels'instantmessenger' = 'Чат'; +$labels'instantmessenger' = 'Месинджър'; $labels'notes' = 'Бележки'; $labels'male' = 'мъж'; $labels'female' = 'жена'; @@ -326,6 +361,7 @@ $labels'advanced' = 'Търси'; $labels'other' = 'Други'; $labels'printcontact' = 'Печат на контакт'; +$labels'qrcode' = 'QR Код'; $labels'typehome' = 'Домашен'; $labels'typework' = 'Служебен'; $labels'typeother' = 'Друг'; @@ -340,12 +376,12 @@ $labels'typehomepage' = 'Личен'; $labels'typeblog' = 'Блог'; $labels'typeprofile' = 'Профил'; -$labels'addfield' = 'Друго поле...'; +$labels'addfield' = 'Добави поле...'; $labels'addcontact' = 'Добави контакт'; $labels'editcontact' = 'Редактирай контакт'; $labels'contacts' = 'Контакти'; $labels'contactproperties' = 'Данни на контакт'; -$labels'contactnameandorg' = 'Име и организация'; +$labels'contactnameandorg' = 'Име и Организация'; $labels'personalinfo' = 'Лична информация'; $labels'personal' = 'Лична'; $labels'contactphoto' = 'Снимка на контакт'; @@ -354,10 +390,15 @@ $labels'save' = 'Запис'; $labels'delete' = 'Изтрий'; $labels'discard' = 'Изхвърли'; +$labels'continue' = 'Продължи'; +$labels'ok' = 'ОК'; $labels'rename' = 'Преименувай'; $labels'addphoto' = 'Добави'; $labels'replacephoto' = 'Замени'; $labels'uploadphoto' = 'Качване на снимка'; +$labels'choosefile' = 'Изберете файл...'; +$labels'choosefiles' = 'Изберете файлове...'; +$labels'browse' = 'Преглед'; $labels'newcontact' = 'Създай нов контакт'; $labels'deletecontact' = 'Изтрий избраните контакти'; $labels'composeto' = 'Напиши писмо до'; @@ -371,6 +412,8 @@ $labels'addgroup' = 'Добави група'; $labels'grouprename' = 'Преименувай групата'; $labels'groupdelete' = 'Изтрий групата'; +$labels'groupassign' = 'Добави към група...'; +$labels'groupremove' = 'Премахни от групата'; $labels'groupremoveselected' = 'Премахни избраните контакти от групата'; $labels'uponelevel' = 'Нагоре едно ниво'; $labels'previouspage' = 'Предишна страница'; @@ -391,6 +434,7 @@ $labels'importgroups' = 'Импорт на задачи на група'; $labels'importgroupsall' = 'Всички (създава групи ако е необходимо)'; $labels'importgroupsexisting' = 'Само за съществуващите групи'; +$labels'importdesc' = 'Можете да качвате контакти от съществуваща адресна книга.<br/>В момента поддържаме импорт на адреси от формати <a href="https://en.wikipedia.org/wiki/VCard">vCard</a> или CSV (comma-separated).'; $labels'done' = 'Готово'; $labels'settingsfor' = 'Настройки за'; $labels'about' = 'Относно'; @@ -427,8 +471,8 @@ $labels'showemail' = 'Показва адрес на ел. поща с екранното име'; $labels'previewpane' = 'Показване на панел за преглед'; $labels'skin' = 'Изглед на потребителски интерфейс'; -$labels'logoutclear' = 'При изход изтрий всичко от Кошче'; -$labels'logoutcompact' = 'При изход уплътни данни във Вх. поща'; +$labels'logoutclear' = 'Изпразни Кошчето при изход'; +$labels'logoutcompact' = 'Уплътни данни във Входящи при изход'; $labels'uisettings' = 'Потребителски интерфейс'; $labels'serversettings' = 'Настройки на сървъра'; $labels'mailboxview' = 'Изглед на пощенска кутия'; @@ -438,12 +482,13 @@ $labels'autosendknown' = 'изпрати автоматично само на моите контакти, иначе задай въпрос'; $labels'autosendknownignore' = 'изпрати автоматично само на моите контакти, иначе отхвърли'; $labels'ignorerequest' = 'игнорирай искането'; -$labels'readwhendeleted' = 'Маркирай като прочетено при изтриване'; +$labels'readwhendeleted' = 'Маркирай писмото като прочетено при изтриване'; $labels'flagfordeletion' = 'Отбележи писмото за изтриване'; $labels'skipdeleted' = 'Не показвай изтритите писма'; $labels'deletealways' = 'При неуспешно местене на писмо в Кошче, изтрий директно'; $labels'deletejunk' = 'В папка Спам изтривай писмата без местене в Кошче'; $labels'showremoteimages' = 'Покажи вградени изображения'; +$labels'allowremoteresources' = 'Разрешаване на отдалечени ресурси (изображения, стилове)'; $labels'fromknownsenders' = 'от познати податели'; $labels'always' = 'винаги'; $labels'alwaysbutplain' = 'винаги, освен когато е отговор на текстов формат'; @@ -471,12 +516,13 @@ $labels'browseroptions' = 'Настройки на текущ браузър'; $labels'section' = 'Секция'; $labels'maintenance' = 'Поддръжка папки'; -$labels'newmessage' = 'Нови писма'; +$labels'newmessage' = 'Ново писмо'; $labels'signatureoptions' = 'Настройки на подпис'; $labels'whenreplying' = 'При отговор на писмо'; $labels'replyempty' = 'не цитирай оригиналното писмо'; -$labels'replytopposting' = 'започни новото писмо над цитата (top-posting)'; -$labels'replybottomposting' = 'започни новото писмо след цитата (bottom-posting)'; +$labels'replytopposting' = 'започни новото писмо над цитата'; +$labels'replytoppostingnoindent' = 'започни новото писмо над цитата (no indentation)'; +$labels'replybottomposting' = 'започни новото писмо след цитата'; $labels'replyremovesignature' = 'При отговор на писмо премахни предишния подпис'; $labels'autoaddsignature' = 'Автоматично добавяй подпис'; $labels'newmessageonly' = 'само на нови писма'; @@ -484,6 +530,7 @@ $labels'insertsignature' = 'Вмъкване на подпис'; $labels'sigbelow' = 'Постави подписа след цитираното съобщение'; $labels'sigseparator' = 'Използвай стандартен разделител в подписите'; +$labels'automarkread' = 'Маркиране на писмата като прочетени'; $labels'afternseconds' = 'след $n секунди'; $labels'reqmdn' = 'Винаги изисквай обратна разписка'; $labels'reqdsn' = 'Винаги изисквай статус доставка на писмото'; @@ -504,7 +551,7 @@ $labels'asattachment' = 'като прикачен файл'; $labels'replyallmode' = 'Действие по подразбиране на бутон Отговор на всички'; $labels'replyalldefault' = 'отговори на всички'; -$labels'replyalllist' = 'отговори на списъка само (ако има)'; +$labels'replyalllist' = 'отговори само на пощенския списък (ако има)'; $labels'folder' = 'Папка'; $labels'folders' = 'Папки'; $labels'foldername' = 'Име на папката'; @@ -526,20 +573,36 @@ $labels'otherfolder' = 'Папка на друг потребител'; $labels'sharedfolder' = 'Публична папка'; $labels'findfolders' = 'Търсене на папки'; +$labels'findcontacts' = 'Търсене на контакти'; +$labels'findmail' = 'Търсене на писма'; $labels'namespace.personal' = 'Лична'; $labels'namespace.other' = 'Други потребители'; $labels'namespace.shared' = 'Споделена'; +$labels'dualuselabel' = 'Може да съдържа само'; +$labels'dualusemail' = 'писма'; +$labels'dualusefolder' = 'папки'; +$labels'generate' = 'Генериране'; $labels'encryptioncreatekey' = 'Създай нова ключова двойка'; +$labels'openmailvelopesettings' = 'Отвори настройки на Mailvelope'; +$labels'encryptionprivkeysinmailvelope' = 'Имате $nr съвпадащи частни ключа, съхранени във вашия Mailvelope ключодържател:'; +$labels'encryptionnoprivkeysinmailvelope' = 'Тази самоличност на подателя все още няма частен PGP ключ, съхраняван във вашето Mailvelope разширение. Искате ли да създадете такъв, за да използвате криптирани писма?'; $labels'sortby' = 'Сортирай по'; $labels'sortasc' = 'Сортирай нарастващо'; $labels'sortdesc' = 'Сортирай намаляващо'; $labels'undo' = 'Отмени'; $labels'installedplugins' = 'Инсталирани добавки'; -$labels'plugin' = 'Добавки'; +$labels'plugin' = 'Добавка'; $labels'version' = 'Версия'; $labels'source' = 'Източник'; $labels'license' = 'Лиценз'; $labels'support' = 'Поддръжка'; +$labels'savedsearches' = 'Запазени търсения'; +$labels'dateformatY' = 'ГГГГ'; +$labels'dateformaty' = 'ГГ'; +$labels'dateformatm' = 'ММ'; +$labels'dateformatd' = 'ДД'; +$labels'dateformatj' = 'Д'; +$labels'dateformatn' = 'М'; $labels'B' = 'Б'; $labels'KB' = 'КБ'; $labels'MB' = 'МБ'; @@ -590,11 +653,14 @@ $labels'arialabelforwardingoptions' = 'Настройки за препращане'; $labels'arialabelreplyalloptions' = 'Настройки за отговор към всички'; $labels'arialabelmoremessageactions' = 'Още действия с писмо'; +$labels'arialabelmorecontactactions' = 'Още действия с контакт'; $labels'arialabelmarkmessagesas' = 'Маркирай избраните писма като...'; $labels'arialabelcomposeoptions' = 'Настройки за създаване'; $labels'arialabelresponsesmenu' = 'Меню с готови отговори'; -$labels'arialabelattachmentuploadform' = 'Форма за качване на прикрепени файлове'; -$labels'arialabelattachmentpreview' = 'Преглед на прикрепени файлове'; +$labels'arialabelattachmentuploadform' = 'Форма за качване на прикачени файлове'; +$labels'arialabelattachmentmenu' = 'Настройки на прикачени файлове'; +$labels'arialabelmailtomenu' = 'Настройки на адреса на ел. поща'; +$labels'arialabelattachmentpreview' = 'Преглед на прикачени файлове'; $labels'ariasummarycomposecontacts' = 'Списък с контакти и групи за избор като получатели'; $labels'arialabelcontactexportoptions' = 'Настройки за експорт на контакти'; $labels'arialabelabookgroupoptions' = 'Настройки на адресна книга/групи'; @@ -602,6 +668,9 @@ $labels'arialabelidentityeditfrom' = 'Форма редакция на самоличност'; $labels'arialabelresonseeditfrom' = 'Форма редакция на отговор'; $labels'arialabelsearchterms' = 'Търсене за'; +$labels'arialabeldropactionmenu' = 'Меню за действие Drag-n-Drop'; +$labels'arialabelheadersmenu' = 'Меню за Добавяне получател (заглавен блок)'; +$labels'arialabelimagetools' = 'Инструменти за изображения'; $labels'helplistnavigation' = 'Списък за клавиатурна навигация'; $labels'helplistkeyboardnavigation' = "Стрелки нагоре/надолу: Премества фокус/избран ред. Интервал: Избор на фокусиран ред. @@ -611,4 +680,3 @@ Enter: Отваряне на избраното/фокусираното писмо. Delete: Премества избраните писва в Кошче."; $labels'helplistkeyboardnavcontacts' = "Enter: Отваряне на избрания/фокусирания контакт."; -?>
View file
roundcubemail-1.4-rc1.133.tar.gz/program/localization/bg_BG/messages.inc -> roundcubemail-1.4-rc1.167.tar.gz/program/localization/bg_BG/messages.inc
Changed
@@ -2,23 +2,23 @@ /* +-----------------------------------------------------------------------+ - | localization/<lang>/messages.inc | - | | | Localization file of the Roundcube Webmail client | - | Copyright (C) 2005-2015, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/messages/ */ + $messages'errortitle' = 'Възникна грешка!'; $messages'loginfailed' = 'Неуспешно установяване на самоличност.'; $messages'cookiesdisabled' = 'Вашият браузър не приема cookies.'; $messages'sessionerror' = 'Невалидна или изтекла сесия.'; +$messages'cookiesmismatch' = 'Открито е несъответствие с „бисквитките“. Моля, изчистете „бисквитките“ на браузъра си.'; $messages'storageerror' = 'Неуспешно свързване към сървър с данни.'; $messages'servererror' = 'Сървърна грешка!'; $messages'servererrormsg' = 'Сървърна грешка: $msg'; @@ -34,6 +34,7 @@ $messages'invalidrequest' = 'Невалидна заявка! Данните не са съхранени.'; $messages'invalidhost' = 'Невалидно име на сървър.'; $messages'nomessagesfound' = 'Няма намерени писма в тази папка.'; +$messages'loggedout' = 'Сесията е прекратена успешно. Довиждане!'; $messages'mailboxempty' = 'Пощенската кутия е празна'; $messages'nomessages' = 'Няма писма'; $messages'refreshing' = 'Обновяване...'; @@ -50,10 +51,12 @@ $messages'successfullysaved' = 'Успешен запис.'; $messages'savingresponse' = 'Записване текст на отговор...'; $messages'deleteresponseconfirm' = 'Желаете ли да изтриете текст за отговор?'; +$messages'nocontactselected' = 'Все още не сте избрали контакт.'; $messages'addedsuccessfully' = 'Контактът е добавен в адресната книга.'; $messages'contactexists' = 'Вече съществува контакт с този адрес на ел. поща.'; $messages'contactnameexists' = 'Вече съществува контакт с това име.'; $messages'blockedimages' = 'С оглед на Вашата сигурност, изображенията в това писмо са блокирани.'; +$messages'blockedresources' = 'С оглед на Вашата сигурност, отдалечените ресурси са блокирани.'; $messages'encryptedmessage' = 'Това е кодирано писмо и не може да бъде показано. Съжаляваме!'; $messages'externalmessagedecryption' = 'Това е кодирано писмо и може да бъде декодирано с разширение на браузъра.'; $messages'nopubkeyfor' = 'Не е намерен валиден публичен ключ за $email'; @@ -61,11 +64,11 @@ $messages'encryptnoattachments' = 'Невъзможно кодиране на вече прикачени файлове. Моля качете ги отново през редактора за кодиране.'; $messages'searchpubkeyservers' = 'Желаете ли да потърсите на сървъри за публични ключове за липсващите ключове?'; $messages'encryptpubkeysfound' = 'Следващите публични ключове са намерени:'; -$messages'keyservererror' = 'Невъзможно получаване на ключ от сървъра'; -$messages'keyimportsuccess' = 'Публичният ключ $key е импортиран във Вашия key ring успешно'; +$messages'keyservererror' = 'Невъзможно получаване на ключ от сървъра.'; +$messages'keyimportsuccess' = 'Публичният ключ $key е импортиран във Вашия ключодържател успешно.'; $messages'nocontactsfound' = 'Няма намерени контакти.'; $messages'contactnotfound' = 'Търсеният контакт не е намерен.'; -$messages'contactsearchonly' = 'Използвайте полето за да търсите контакти'; +$messages'contactsearchonly' = 'Трябва да използвате формата за търсене, за да видите контактите от избраната адресна книга.'; $messages'sendingfailed' = 'Неуспешно изпращане на писмо.'; $messages'senttooquickly' = 'Моля изчакайте $sec секунди преди да изпратите писмото.'; $messages'errorsavingsent' = 'Възникна грешка при записване на изпратеното писмо.'; @@ -74,10 +77,13 @@ $messages'errorcopying' = 'Писмото не може да бъде копирано.'; $messages'errordeleting' = 'Писмото не може да бъде изтрито.'; $messages'errormarking' = 'Писмото не може да бъде маркирано.'; +$messages'alerttitle' = 'Внимание'; +$messages'confirmationtitle' = 'Сигурни ли сте...'; $messages'deletecontactconfirm' = 'Желаете ли да изтриете маркираните контакти?'; $messages'deletegroupconfirm' = 'Желаете ли да изтриете избраната група?'; $messages'deletemessagesconfirm' = 'Желаете ли да изтриете маркираните писма?'; $messages'deletefolderconfirm' = 'Желаете ли да изтриете тази папка?'; +$messages'movefolderconfirm' = 'Желаете ли да преместите тази папка?'; $messages'purgefolderconfirm' = 'Желаете ли да изтриете всички писма в тази папка?'; $messages'contactdeleting' = 'Изтриване на контакти...'; $messages'groupdeleting' = 'Изтриване на група...'; @@ -90,12 +96,14 @@ $messages'nonamewarning' = 'Моля въведете име.'; $messages'nopagesizewarning' = 'Въведете брой редове на страница.'; $messages'nosenderwarning' = 'Моля въведете валиден адрес на ел. поща на подателя.'; +$messages'recipientsadded' = 'Получателят е добавен успешно.'; $messages'norecipientwarning' = 'Моля въведете поне един получател.'; $messages'disclosedrecipwarning' = 'Всеки получател ще вижда адресите на ел. поща на останалите получатели. За да предотвратите това и за да се погрижите за тяхна конфиденциалност може да използвате поле Bcc.'; $messages'disclosedreciptitle' = 'Твърде много публични получатели'; $messages'nosubjectwarning' = 'Полето "Заглавие" е празно. Желаете ли да въведете заглавие сега?'; $messages'nosubjecttitle' = 'Няма Заглавие'; $messages'nobodywarning' = 'Изпрати това писмо без текст?'; +$messages'notsentwarning' = 'Писмото не е изпратено и съдържа незапазени промени. Желаете ли да бъде унищожено?'; $messages'restoresavedcomposedata' = 'Намерено е неизпратено писмо, което е било в процес на създаване.\n\nОтносно: $subject\nЗапазено на: $date\n\nЖелаете ли да възстановите писмото?'; $messages'nosearchname' = 'Моля въведете име на контакта или адрес на ел. поща.'; $messages'notuploadedwarning' = 'Все още не са качени всички прикачени файлове. Моля изчакайте или откажете качването.'; @@ -119,6 +127,7 @@ $messages'filesizeerror' = 'Прикаченият файл надвишава лимита от $size.'; $messages'filecounterror' = 'Можете да качите не повече от $count файла едновременно'; $messages'msgsizeerror' = 'Грешка при качване на прикачен файл. Макс. допустим размер на писмо от ($size) e надвишен.'; +$messages'msgsizeerrorfwd' = 'Максималният размер на съобщение ($size) е превишен. $num съобщения не са прикачени.'; $messages'copysuccess' = 'Успешно копирани $nr контакта.'; $messages'movesuccess' = 'Успешно преместени $nr контакта.'; $messages'copyerror' = 'Невъзможно копиране на контакти.'; @@ -158,6 +167,8 @@ $messages'smtpfromerror' = 'SMTP грешка ($code): Не може да бъде изпратено писмо от "$from" ($msg).'; $messages'smtptoerror' = 'SMTP грешка ($code): Не може да бъде изпратено писмо до "$to" ($msg).'; $messages'smtprecipientserror' = 'SMTP грешка: Не може да бъде обработен списъка с получатели.'; +$messages'smtputf8error' = 'SMTP грешка: Сървърът не поддържа Unicode в имейл адреса.'; +$messages'smtpsizeerror' = 'SMTP грешка: Размерът на писмото надвишава ограничението на сървъра ($limit)'; $messages'smtperror' = 'SMTP грешка: $msg'; $messages'emailformaterror' = 'Невалиден адрес на ел. поща: $email'; $messages'toomanyrecipients' = 'Прекалено много адреси за изпращане (максимум: $max).'; @@ -190,6 +201,7 @@ $messages'mispellingsfound' = 'В писмото са намерени правописни грешки.'; $messages'parentnotwritable' = 'Неуспешно създаването/преместването на папка в избраната основна папка. Няма права за достъп.'; $messages'messagetoobig' = 'Писмото е прекалено голямо, за да бъде обработено.'; +$messages'attachmentvalidationerror' = 'Прикаченият файл е подозрителен, защото типът му не съвпада с този, който е деклариран в писмото. Ако не се доверявате на подателя, не трябва да го отваряте в браузъра, защото може да съдържа зловредно съдържание.<br/><br/><em>Очакван тип: $expected; открит тип: $detected</em>'; $messages'noscriptwarning' = 'ВНИМАНИЕ! Тази пощенска услуга изисква JavaScript за да функционира коректно. Моля включете поддръжката на JavaScript в настройките на текущия браузър.'; $messages'messageissent' = 'Писмото беше изпратено, но все още не е запазено. Желаете ли да го запазите сега?'; $messages'errnotfound' = 'Файлът не е намерен'; @@ -197,10 +209,16 @@ $messages'errfailedrequest' = 'Грешка при обръщение'; $messages'errauthorizationfailed' = 'Грешка при установяване на права'; $messages'errunauthorizedexplain' = 'Невъзможно установяване на права за достъп до тази услуга!'; -$messages'errrequestcheckfailed' = 'Грешка при проверка на обръщение'; +$messages'errrequestcheckfailed' = 'Грешка при проверка на заявка'; $messages'errcsrfprotectionexplain' = "С цел повишаване нивото на сигурност достъпът да този ресурс е защитен против CSRF.\nАко виждате това съобщение, значи вероятно не сте излезли от системата преди да напуснете страницата на самото приложение.\n\nЗа да продължите по-нататък се изисква човешка намеса."; $messages'errcontactserveradmin' = 'Моля свържете се с администратор на сървъра.'; $messages'clicktoresumesession' = 'Щракнете тук за да възстановите предишната си сесия.'; $messages'errcomposesession' = 'Грешка при сесията за писане'; $messages'errcomposesessionexplain' = 'Заявената сесия за писане не е намерена.'; $messages'clicktocompose' = 'Натисни тук, за да започнеш ново писмо'; +$messages'nosupporterror' = 'Тази функция не се поддържа от уеб браузъра ви.'; +$messages'siginserted' = 'Подписът е вмъкнат успешно.'; +$messages'responseinserted' = 'Отговорът е вмъкнат успешно.'; +$messages'listempty' = 'Списъкът е празен.'; +$messages'listusebutton' = 'Използвайте бутона Създай, за да добавите нов запис.'; +$messages'keypaircreatesuccess' = 'Успешно е създадена нова двойка ключове за $identity.';
View file
roundcubemail-1.4-rc1.167.tar.gz/program/localization/bg_BG/timezones.inc
Added
@@ -0,0 +1,28 @@ +<?php + +/* + +-----------------------------------------------------------------------+ + | Localization file of the Roundcube Webmail client | + | | + | Copyright (C) The Roundcube Dev Team | + | | + | Licensed under the GNU General Public License version 3 or | + | any later version with exceptions for skins & plugins. | + | See the README file for a full license statement. | + +-----------------------------------------------------------------------+ + + For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/timezones/ +*/ + +$labels'tz:utc' = 'UTC'; +$labels'tz:africa' = 'Африка'; +$labels'tz:america' = 'Америка'; +$labels'tz:antarctica' = 'Антарктида'; +$labels'tz:arctic' = 'Арктика'; +$labels'tz:asia' = 'Азия'; +$labels'tz:atlantic' = 'Атлантическа'; +$labels'tz:australia' = 'Австралия'; +$labels'tz:europe' = 'Европа'; +$labels'tz:europe:sofia' = 'София'; +$labels'tz:indian' = 'Индийски океан'; +$labels'tz:pacific' = 'Тихоокеанска';
View file
roundcubemail-1.4-rc1.133.tar.gz/program/localization/bn_BD/labels.inc -> roundcubemail-1.4-rc1.167.tar.gz/program/localization/bn_BD/labels.inc
Changed
@@ -2,19 +2,19 @@ /* +-----------------------------------------------------------------------+ - | localization/<lang>/labels.inc | - | | | Localization file of the Roundcube Webmail client | - | Copyright (C) 2005-2015, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/labels/ */ + + $labels'welcome' = 'স্বাগতম'; $labels'username' = 'গ্রাহক নাম (username)'; $labels'password' = 'গোপোন শব্দ (password)'; @@ -256,4 +256,3 @@ $labels'KB' = 'কিলোবাইট'; $labels'MB' = 'মেগাবাইট'; $labels'GB' = 'গিগাবাইট'; -?>
View file
roundcubemail-1.4-rc1.133.tar.gz/program/localization/bn_BD/messages.inc -> roundcubemail-1.4-rc1.167.tar.gz/program/localization/bn_BD/messages.inc
Changed
@@ -2,19 +2,18 @@ /* +-----------------------------------------------------------------------+ - | localization/<lang>/messages.inc | - | | | Localization file of the Roundcube Webmail client | - | Copyright (C) 2005-2015, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/messages/ */ + $messages'loginfailed' = 'ঢোকা গেল না'; $messages'cookiesdisabled' = 'আপনার ব্রাউজার, কুকি গ্রহন করে না'; $messages'sessionerror' = 'আপনার সেশন শেষ';
View file
roundcubemail-1.4-rc1.133.tar.gz/program/localization/br/labels.inc -> roundcubemail-1.4-rc1.167.tar.gz/program/localization/br/labels.inc
Changed
@@ -2,19 +2,19 @@ /* +-----------------------------------------------------------------------+ - | localization/<lang>/labels.inc | - | | | Localization file of the Roundcube Webmail client | - | Copyright (C) 2005-2015, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/labels/ */ + + $labels'welcome' = 'Degemer mat war $product'; $labels'username' = 'Anv an arveriad'; $labels'password' = 'Ger-Tremen'; @@ -602,4 +602,3 @@ Enankañ: Digeriñ ar gemennadenn stiet/diuzet. Dilemel: Dilec'hiañ ar c'hemennadennoù diuzet d'ar c'hest."; $labels'helplistkeyboardnavcontacts' = "Enankañ: Digeriñ an darempred stiet/diuzet."; -?>
View file
roundcubemail-1.4-rc1.133.tar.gz/program/localization/br/messages.inc -> roundcubemail-1.4-rc1.167.tar.gz/program/localization/br/messages.inc
Changed
@@ -2,19 +2,18 @@ /* +-----------------------------------------------------------------------+ - | localization/<lang>/messages.inc | - | | | Localization file of the Roundcube Webmail client | - | Copyright (C) 2005-2015, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/messages/ */ + $messages'errortitle' = 'Degouezhet ez eus bet ur fazi !'; $messages'loginfailed' = 'Kennaskañ c\'hwitet'; $messages'cookiesdisabled' = 'Nac\'h a ra ho merdeer an toupinoù'; @@ -61,11 +60,8 @@ $messages'encryptnoattachments' = 'Ar c\'henstagadurioù pellgaset endeo n\'hallont ket bezañ enrineget. Ouzhpennit anezho en-dro en embanner enrinegañ.'; $messages'searchpubkeyservers' = 'Fellout a ra deoc\'h klask war lec\'h an alc\'hwezioù a vank en dafariadoù alc\'hwezioù foran?'; $messages'encryptpubkeysfound' = 'N\'eo ket bet kavet an alc\'hwezioù foran da-heul:'; -$messages'keyservererror' = 'N\'eo ket bet kavet an alc\'hwez war an dafariad'; -$messages'keyimportsuccess' = 'Enporzhiet eo bet an alc\'hwez foran $key en ho troñsell gant berzh'; $messages'nocontactsfound' = 'N\'eo ket bet kavet darempred ebet'; $messages'contactnotfound' = 'N\'eo ket bet kavet an darempred goulennet'; -$messages'contactsearchonly' = 'Enankit termenoù evit klask darempredoù'; $messages'sendingfailed' = 'C\'hwitadenn en ur gas ar gemennadenn'; $messages'senttooquickly' = 'Gortozit $sec eilenn a-raok kas ar gemennadenn-mañ.'; $messages'errorsavingsent' = 'Ur fazi a zo c\'hoarvezet en ur enrollañ ar gemennadenn kaset.'; @@ -199,3 +195,4 @@ $messages'errcomposesession' = 'Fazi e savidigezh an estez'; $messages'errcomposesessionexplain' = 'N\'eo ket bet kavet an estez azgoulennet'; $messages'clicktocompose' = 'Klikit aze evit skrivañ ur gemennadenn nevez'; +$messages'listempty' = 'Goullo eo ar roll.';
View file
roundcubemail-1.4-rc1.133.tar.gz/program/localization/bs_BA/labels.inc -> roundcubemail-1.4-rc1.167.tar.gz/program/localization/bs_BA/labels.inc
Changed
@@ -2,19 +2,19 @@ /* +-----------------------------------------------------------------------+ - | localization/<lang>/labels.inc | - | | | Localization file of the Roundcube Webmail client | - | Copyright (C) 2005-2015, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/labels/ */ + + $labels'welcome' = 'Dobrodošli u $product'; $labels'username' = 'Korisnik'; $labels'password' = 'Šifra'; @@ -582,4 +582,3 @@ Enter: Otvori odabranu/fokusiranu poruku. Delete: Premjesti odabranu poruku u Smeće."; $labels'helplistkeyboardnavcontacts' = "Enter: Otvora odabrani/fokusirani kontakt."; -?>
View file
roundcubemail-1.4-rc1.133.tar.gz/program/localization/bs_BA/messages.inc -> roundcubemail-1.4-rc1.167.tar.gz/program/localization/bs_BA/messages.inc
Changed
@@ -2,19 +2,18 @@ /* +-----------------------------------------------------------------------+ - | localization/<lang>/messages.inc | - | | | Localization file of the Roundcube Webmail client | - | Copyright (C) 2005-2015, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/messages/ */ + $messages'errortitle' = 'Desila se greška!'; $messages'loginfailed' = 'Prijava nije uspjela.'; $messages'cookiesdisabled' = 'Vaš preglednik ne prihvata kolačiće.'; @@ -54,7 +53,6 @@ $messages'encryptedmessage' = 'Ova poruka je šifrirana i nije je moguće prikazati. Žao nam je!'; $messages'nocontactsfound' = 'Adresar je prazan.'; $messages'contactnotfound' = 'Traženi kontakt nije pronađen.'; -$messages'contactsearchonly' = 'Unesite neki pojam za pretragu'; $messages'sendingfailed' = 'Greška pri slanju poruke.'; $messages'senttooquickly' = 'Molimo sačekajte $sec sekundi prije slanja ove poruke.'; $messages'errorsavingsent' = 'Desila se greška pri snimanju poslane poruke.';
View file
roundcubemail-1.4-rc1.133.tar.gz/program/localization/ca_ES/labels.inc -> roundcubemail-1.4-rc1.167.tar.gz/program/localization/ca_ES/labels.inc
Changed
@@ -2,19 +2,19 @@ /* +-----------------------------------------------------------------------+ - | localization/<lang>/labels.inc | - | | | Localization file of the Roundcube Webmail client | - | Copyright (C) 2005-2015, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/labels/ */ + + $labels'welcome' = 'Benvingut a $product'; $labels'username' = 'Nom d\'usuari'; $labels'password' = 'Contrasenya'; @@ -613,4 +613,3 @@ Retorn: Obre el missatge seleccionat/actiu. Suprimeix: Mou els missatges seleccionats a la Paperera."; $labels'helplistkeyboardnavcontacts' = "Retorn: Obre el contacte seleccionat/actiu"; -?>
View file
roundcubemail-1.4-rc1.133.tar.gz/program/localization/ca_ES/messages.inc -> roundcubemail-1.4-rc1.167.tar.gz/program/localization/ca_ES/messages.inc
Changed
@@ -2,19 +2,18 @@ /* +-----------------------------------------------------------------------+ - | localization/<lang>/messages.inc | - | | | Localization file of the Roundcube Webmail client | - | Copyright (C) 2005-2015, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/messages/ */ + $messages'errortitle' = 'Hi ha hagut un error!'; $messages'loginfailed' = 'L\'accés ha fallat.'; $messages'cookiesdisabled' = 'El vostre navegador no accepta cookies.'; @@ -64,11 +63,8 @@ $messages'encryptnoattachments' = 'No s\'han pogut encriptar els adjunts ja carregats. Si us plau, afegiu-los de nou a l\'editor d\'encriptació.'; $messages'searchpubkeyservers' = 'Voleu cercar en servidors de claus públiques les vostres claus no trobades?'; $messages'encryptpubkeysfound' = 'S\'han trobat les següents claus públiques:'; -$messages'keyservererror' = 'No s\'ha pogut obtenir la clau del servidor de claus'; -$messages'keyimportsuccess' = 'La clau pública $key s\'ha important correctament al vostre anell de claus local'; $messages'nocontactsfound' = 'No s\'ha trobat cap contacte.'; $messages'contactnotfound' = 'No s\'ha trobat el contacte sol·licitat.'; -$messages'contactsearchonly' = 'Introduïu termes de cerca per trobar contactes'; $messages'sendingfailed' = 'Error enviant el missatge.'; $messages'senttooquickly' = 'Si us plau, espereu $sec segon(s) abans d\'enviar aquest missatge.'; $messages'errorsavingsent' = 'S\'ha produït un error mentre es desava el missatge enviat.';
View file
roundcubemail-1.4-rc1.133.tar.gz/program/localization/ca_ES/timezones.inc -> roundcubemail-1.4-rc1.167.tar.gz/program/localization/ca_ES/timezones.inc
Changed
@@ -2,10 +2,9 @@ /* +-----------------------------------------------------------------------+ - | localization/<lang>/timezones.inc | - | | | Localization file of the Roundcube Webmail client | - | Copyright (C) 2005-2017, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. |
View file
roundcubemail-1.4-rc1.133.tar.gz/program/localization/cs_CZ/labels.inc -> roundcubemail-1.4-rc1.167.tar.gz/program/localization/cs_CZ/labels.inc
Changed
@@ -2,19 +2,19 @@ /* +-----------------------------------------------------------------------+ - | localization/<lang>/labels.inc | - | | | Localization file of the Roundcube Webmail client | - | Copyright (C) 2005-2015, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/labels/ */ + + $labels'welcome' = 'Vítejte v $product'; $labels'username' = 'Uživatel'; $labels'password' = 'Heslo'; @@ -396,6 +396,9 @@ $labels'addphoto' = 'Přidat'; $labels'replacephoto' = 'Nahradit'; $labels'uploadphoto' = 'Nahrát fotku'; +$labels'choosefile' = 'Vybrat soubor...'; +$labels'choosefiles' = 'Vybrat soubory...'; +$labels'browse' = 'Procházet'; $labels'newcontact' = 'Vytvořit nový kontakt'; $labels'deletecontact' = 'Smazat vybrané kontakty'; $labels'composeto' = 'Poslat e-mail'; @@ -677,4 +680,3 @@ Enter: Otevřít vybranou zprávu. Delete: Přesunout vybrané zprávy do Koše."; $labels'helplistkeyboardnavcontacts' = "Enter: Otevřít označený/vybraný kontakt."; -?>
View file
roundcubemail-1.4-rc1.133.tar.gz/program/localization/cs_CZ/messages.inc -> roundcubemail-1.4-rc1.167.tar.gz/program/localization/cs_CZ/messages.inc
Changed
@@ -2,23 +2,23 @@ /* +-----------------------------------------------------------------------+ - | localization/<lang>/messages.inc | - | | | Localization file of the Roundcube Webmail client | - | Copyright (C) 2005-2015, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/messages/ */ + $messages'errortitle' = 'Došlo k chybě!'; $messages'loginfailed' = 'Přihlášení selhalo.'; $messages'cookiesdisabled' = 'Váš prohlížeč nepodporuje cookies, které jsou pro přihlášení nezbytné.'; $messages'sessionerror' = 'Vaše přihlášení je neplatné nebo vypršelo.'; +$messages'cookiesmismatch' = 'Nalezena nekonzistentnost v cookies. Vymažte, prosím, cookies ve vašem prohlížeči.'; $messages'storageerror' = 'Připojení na IMAP server selhalo.'; $messages'servererror' = 'Chyba serveru!'; $messages'servererrormsg' = 'Chyba serveru: $msg'; @@ -64,11 +64,11 @@ $messages'encryptnoattachments' = 'Přílohy, které jste už uložili na server, není možné zašifrovat. Prosím, přidejte je znovu v editoru pro šifrování.'; $messages'searchpubkeyservers' = 'Přejete si prohledat servery s klíči k nalezení chybějících klíčů?'; $messages'encryptpubkeysfound' = 'Byly nalezeny následující veřejné klíče:'; -$messages'keyservererror' = 'Selhalo získávání klíče ze serveru s klíči'; -$messages'keyimportsuccess' = 'Veřejný klíč $key byl přidán do vašeho úložiště klíčů'; +$messages'keyservererror' = 'Nebylo možné získat klíč ze serveru s klíči.'; +$messages'keyimportsuccess' = 'Veřejný klíč $key byl vložen do vaší klíčenky.'; $messages'nocontactsfound' = 'Kontakty nebyly nalezeny.'; $messages'contactnotfound' = 'Požadovaný kontakt nebyl nalezen.'; -$messages'contactsearchonly' = 'Vyplňte některou z položek'; +$messages'contactsearchonly' = 'Pro zobrazení kontaktů ze zvoleného adresáře použijte vyhledávací formulář.'; $messages'sendingfailed' = 'Odesílání zprávy selhalo.'; $messages'senttooquickly' = 'Prosím počkejte $sec sekund před odesláním zprávy.'; $messages'errorsavingsent' = 'Nastala chyba při ukládání odeslané zprávy.'; @@ -127,6 +127,7 @@ $messages'filesizeerror' = 'Soubor přesáhl maximální velikost $size.'; $messages'filecounterror' = 'Můžete nahrát maximálně $count souborů najednou.'; $messages'msgsizeerror' = 'Selhalo připojení souboru. Byla překročena maximální velikost zprávy ($size).'; +$messages'msgsizeerrorfwd' = 'Překročena maximální délka zprávy ($size). Počet položek, které nebyly připojeny je $num.'; $messages'copysuccess' = 'Zkopírováno $nr kontaktů.'; $messages'movesuccess' = 'Přesunuto $nr kontaktů.'; $messages'copyerror' = 'Kontakty nelze kopírovat.';
View file
roundcubemail-1.4-rc1.133.tar.gz/program/localization/cs_CZ/timezones.inc -> roundcubemail-1.4-rc1.167.tar.gz/program/localization/cs_CZ/timezones.inc
Changed
@@ -2,10 +2,9 @@ /* +-----------------------------------------------------------------------+ - | localization/<lang>/timezones.inc | - | | | Localization file of the Roundcube Webmail client | - | Copyright (C) 2005-2017, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. |
View file
roundcubemail-1.4-rc1.133.tar.gz/program/localization/cy_GB/labels.inc -> roundcubemail-1.4-rc1.167.tar.gz/program/localization/cy_GB/labels.inc
Changed
@@ -2,19 +2,19 @@ /* +-----------------------------------------------------------------------+ - | localization/<lang>/labels.inc | - | | | Localization file of the Roundcube Webmail client | - | Copyright (C) 2005-2015, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/labels/ */ + + $labels'welcome' = 'Croeso i $product'; $labels'username' = 'Enw defnyddiwr'; $labels'password' = 'Cyfrinair'; @@ -396,6 +396,9 @@ $labels'addphoto' = 'Ychwanegu'; $labels'replacephoto' = 'Amnewid'; $labels'uploadphoto' = 'Lanlwytho llun'; +$labels'choosefile' = 'Dewis ffeil...'; +$labels'choosefiles' = 'Dewis ffeiliau...'; +$labels'browse' = 'Pori'; $labels'newcontact' = 'Creu cyswllt newydd'; $labels'deletecontact' = 'Dileu y cysylltiadau a ddewiswyd'; $labels'composeto' = 'Ysgrifennu neges at'; @@ -677,4 +680,3 @@ Enter: Agor y neges dewiswyd/dan sylw. Delete: Symud y negeseuon dewiswyd i'r Sbwriel."; $labels'helplistkeyboardnavcontacts' = "Enter: Agor y cyswllt dewiswyd/dan sylw."; -?>
View file
roundcubemail-1.4-rc1.133.tar.gz/program/localization/cy_GB/messages.inc -> roundcubemail-1.4-rc1.167.tar.gz/program/localization/cy_GB/messages.inc
Changed
@@ -2,23 +2,23 @@ /* +-----------------------------------------------------------------------+ - | localization/<lang>/messages.inc | - | | | Localization file of the Roundcube Webmail client | - | Copyright (C) 2005-2015, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/messages/ */ + $messages'errortitle' = 'Cafwyd gwall!'; $messages'loginfailed' = 'Methwyd mewngofnodi.'; $messages'cookiesdisabled' = 'Nid yw eich porwr yn derbyn cwcis.'; $messages'sessionerror' = 'Mae\'r sesiwn yn anghywir neu wedi dod i ben.'; +$messages'cookiesmismatch' = 'Gwelwyd camgymhariad cwci. Cliriwch y cwcis yn eich porwr os gwelwch yn dda.'; $messages'storageerror' = 'Methwyd cysylltu a\'r gweinydd storfa.'; $messages'servererror' = 'Gwall Gweinydd!'; $messages'servererrormsg' = 'Gwall Gweinydd: $msg'; @@ -64,11 +64,8 @@ $messages'encryptnoattachments' = 'Nid yw\'n bosib amgryptio atodiadau wedi uwchlwytho yn barod. Ychwanegwch nhw eto yn y golygydd amgryptio.'; $messages'searchpubkeyservers' = 'Hoffech chi chwilio y gweinyddwyr allweddi cyhoeddus ar gyfer yr allweddi sy ar goll?'; $messages'encryptpubkeysfound' = 'Cafwyd hyd i\'r allweddi cyhoeddus canlynol:'; -$messages'keyservererror' = 'Methwyd cael yr allwedd o\'r gweinydd allweddi'; -$messages'keyimportsuccess' = 'Mewnforiwyd allwedd cyhoeddus $key i\'ch cylch allweddi yn llwyddiannus'; $messages'nocontactsfound' = 'Ni gafwyd hyd i unrhyw gysylltiadau'; $messages'contactnotfound' = 'Ni gafwyd hyd i\'r cysylltiad gofynnwyd amdano'; -$messages'contactsearchonly' = 'Rhowch dermau chwilio i ganfod cysylltiadau'; $messages'sendingfailed' = 'Methwyd danfon y neges'; $messages'senttooquickly' = 'Arhoswch $sec eiliad cyn danfon y neges'; $messages'errorsavingsent' = 'Fe gafwyd gwall wrth gadw\'r neges ddanfonwyd.'; @@ -127,6 +124,7 @@ $messages'filesizeerror' = 'Mae\'r ffeil a lwythyd fyny yn fwy na\'r maint uchaf ganiateir o $size'; $messages'filecounterror' = 'Cewch chi ddim ond llwytho fyny $count files ar unwaith.'; $messages'msgsizeerror' = 'Methwyd atodi ffeil. Roedd maint y neges ($size) yn rhy fawr.'; +$messages'msgsizeerrorfwd' = 'Mae maint y neges wedi mynd yn fyw na\'r uchafswm ($size). Nid yw $num neges(euon) wedi ei atodi.'; $messages'copysuccess' = 'Copïwyd $nr cyswllt yn llwyddiannus'; $messages'movesuccess' = 'Symudwyd $nr cyswllt yn llwyddiannus.'; $messages'copyerror' = 'Methwyd copïo unrhyw gysylltiadau.';
View file
roundcubemail-1.4-rc1.133.tar.gz/program/localization/da_DK/labels.inc -> roundcubemail-1.4-rc1.167.tar.gz/program/localization/da_DK/labels.inc
Changed
@@ -2,19 +2,19 @@ /* +-----------------------------------------------------------------------+ - | localization/<lang>/labels.inc | - | | | Localization file of the Roundcube Webmail client | - | Copyright (C) 2005-2015, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/labels/ */ + + $labels'welcome' = 'Velkommen til $product'; $labels'username' = 'Brugernavn'; $labels'password' = 'Adgangskode'; @@ -42,10 +42,10 @@ $labels'date' = 'Dato'; $labels'size' = 'Størrelse'; $labels'priority' = 'Prioritet'; -$labels'organization' = 'Firma'; -$labels'readstatus' = 'Læst status'; -$labels'listoptions' = 'Listeindstillinger'; -$labels'listoptionstitle' = 'Vis muligheder'; +$labels'organization' = 'Organisation'; +$labels'readstatus' = 'Status for læsning'; +$labels'listoptions' = 'Listeindstillinger...'; +$labels'listoptionstitle' = 'Listeindstillinger'; $labels'mailboxlist' = 'Mapper'; $labels'messagesfromto' = 'Besked $from til $to af $count'; $labels'threadsfromto' = 'Tråd $from til $to af $count'; @@ -56,66 +56,68 @@ $labels'moveto' = 'Flyt til...'; $labels'copyto' = 'Kopier til...'; $labels'download' = 'Download'; -$labels'open' = 'Åben'; +$labels'open' = 'Åbn'; $labels'showattachment' = 'Vis'; $labels'showanyway' = 'Vis alligevel'; $labels'filename' = 'Filnavn'; $labels'filesize' = 'Filstørrelse'; -$labels'addtoaddressbook' = 'Tilføj til adressebog'; -$labels'sun' = 'Søn'; -$labels'mon' = 'Man'; -$labels'tue' = 'Tir'; -$labels'wed' = 'Ons'; -$labels'thu' = 'Tor'; -$labels'fri' = 'Fre'; -$labels'sat' = 'Lør'; -$labels'sunday' = 'Søndag'; -$labels'monday' = 'Mandag'; -$labels'tuesday' = 'Tirsdag'; -$labels'wednesday' = 'Onsdag'; -$labels'thursday' = 'Torsdag'; -$labels'friday' = 'Fredag'; -$labels'saturday' = 'Lørdag'; -$labels'jan' = 'Jan'; -$labels'feb' = 'Feb'; -$labels'mar' = 'Mar'; -$labels'apr' = 'Apr'; -$labels'may' = 'Maj'; -$labels'jun' = 'Jun'; -$labels'jul' = 'Jul'; -$labels'aug' = 'Aug'; -$labels'sep' = 'Sep'; -$labels'oct' = 'Okt'; -$labels'nov' = 'Nov'; -$labels'dec' = 'Dec'; -$labels'longjan' = 'Januar'; -$labels'longfeb' = 'Februar'; -$labels'longmar' = 'Marts'; -$labels'longapr' = 'April'; -$labels'longmay' = 'Maj'; -$labels'longjun' = 'Juni'; -$labels'longjul' = 'Juli'; -$labels'longaug' = 'August'; -$labels'longsep' = 'September'; -$labels'longoct' = 'Oktober'; -$labels'longnov' = 'November'; -$labels'longdec' = 'December'; +$labels'addtoaddressbook' = 'Føj til adressebog'; +$labels'sun' = 'søn'; +$labels'mon' = 'man'; +$labels'tue' = 'tir'; +$labels'wed' = 'ons'; +$labels'thu' = 'tor'; +$labels'fri' = 'fre'; +$labels'sat' = 'lør'; +$labels'sunday' = 'søndag'; +$labels'monday' = 'mandag'; +$labels'tuesday' = 'tirsdag'; +$labels'wednesday' = 'onsdag'; +$labels'thursday' = 'torsdag'; +$labels'friday' = 'fredag'; +$labels'saturday' = 'lørdag'; +$labels'jan' = 'jan'; +$labels'feb' = 'feb'; +$labels'mar' = 'mar'; +$labels'apr' = 'apr'; +$labels'may' = 'maj'; +$labels'jun' = 'jun'; +$labels'jul' = 'jul'; +$labels'aug' = 'aug'; +$labels'sep' = 'sep'; +$labels'oct' = 'okt'; +$labels'nov' = 'nov'; +$labels'dec' = 'dec'; +$labels'longjan' = 'januar'; +$labels'longfeb' = 'februar'; +$labels'longmar' = 'marts'; +$labels'longapr' = 'april'; +$labels'longmay' = 'maj'; +$labels'longjun' = 'juni'; +$labels'longjul' = 'juli'; +$labels'longaug' = 'august'; +$labels'longsep' = 'september'; +$labels'longoct' = 'oktober'; +$labels'longnov' = 'november'; +$labels'longdec' = 'december'; $labels'today' = 'I dag'; $labels'refresh' = 'Opdatér'; $labels'checkmail' = 'Se efter nye beskeder'; $labels'compose' = 'Ny besked'; $labels'writenewmessage' = 'Skriv en ny besked'; $labels'reply' = 'Svar'; -$labels'replytomessage' = 'Svar på denne besked'; -$labels'replytoallmessage' = 'Svar til alle modtagere'; +$labels'replytomessage' = 'Svar til afsender'; +$labels'replytoallmessage' = 'Svar til listen eller til afsender og alle modtagere'; $labels'replyall' = 'Svar alle'; $labels'replylist' = 'Svar til listen'; $labels'forward' = 'Videresend'; -$labels'forwardinline' = 'Videresend'; +$labels'forwardinline' = 'Videresend som del af teksten'; $labels'forwardattachment' = 'Videresend som vedhæftning'; -$labels'forwardmessage' = 'Videresend denne besked'; +$labels'forwardmessage' = 'Videresend beskeden'; +$labels'bouncemsg' = 'Gensend (bounce)'; +$labels'bounce' = 'Gensend'; $labels'deletemessage' = 'Slet besked'; -$labels'movemessagetotrash' = 'Flyt besked til skrald'; +$labels'movemessagetotrash' = 'Flyt besked til Papirkurv'; $labels'printmessage' = 'Udskriv denne besked'; $labels'previousmessage' = 'Vis forrige besked'; $labels'firstmessage' = 'Vis første besked'; @@ -131,17 +133,21 @@ $labels'markunflagged' = 'Som umarkeret'; $labels'moreactions' = 'Flere funktioner...'; $labels'markallread' = 'Marker alle som læst'; -$labels'folders-cur' = 'Du må kun vælge mapper'; -$labels'folders-sub' = 'Vælg mappe og dens undermapper'; +$labels'folders-cur' = 'Valgte mappe'; +$labels'folders-sub' = 'Valgte mappe og dens undermapper'; $labels'folders-all' = 'Alle mapper'; $labels'more' = 'Mere'; $labels'back' = 'Tilbage'; $labels'options' = 'Indstillinger'; +$labels'composeoptions' = 'Indstillinger for ny besked'; +$labels'optionsandattachments' = 'Indstillinger og vedhæftninger'; +$labels'actions' = 'Handlinger'; $labels'first' = 'Første'; $labels'last' = 'Sidste'; $labels'previous' = 'Forrige'; $labels'next' = 'Næste'; $labels'select' = 'Vælg'; +$labels'selection' = 'Valg'; $labels'all' = 'Alle'; $labels'none' = 'Ingen'; $labels'currpage' = 'Aktuel side'; @@ -177,10 +183,14 @@ $labels'listcolumns' = 'Vist kolonne'; $labels'listsorting' = 'Sorteringskolonne'; $labels'listorder' = 'Sorter efter'; -$labels'listmode' = 'Listevisningsmode'; +$labels'listmode' = 'Listevisningstilstand'; +$labels'lmode' = 'Listevisningsmode'; $labels'layout' = 'Layout'; +$labels'layoutwidescreen' = 'Bred skærm'; +$labels'layoutdesktop' = 'Desktop'; $labels'layoutlist' = 'Liste'; -$labels'layoutwidescreendesc' = 'Widescreen (3 kolonner)'; +$labels'layoutwidescreendesc' = 'Bred skærm (3 kolonner)'; +$labels'layoutdesktopdesc' = 'Stationær (bred liste og forhåndsvisning nedenunder)'; $labels'layoutlistdesc' = 'Liste (uden forhåndsvisning)'; $labels'folderactions' = 'Mappehandlinger...'; $labels'compact' = 'Ryd op'; @@ -194,6 +204,8 @@ $labels'quotaused' = 'Brugt'; $labels'quotastorage' = 'Disk plads'; $labels'quotamessage' = 'Beskeder'; +$labels'shortheaderdate' = 'På $date'; +$labels'shortheaderto' = 'Til $to den $date'; $labels'quicksearch' = 'Hurtigsøg'; $labels'searchplaceholder' = 'Søg...'; $labels'resetsearch' = 'Nulstil søgning'; @@ -215,7 +227,7 @@ $labels'openinextwin' = 'Åbn i nyt vindue'; $labels'emlsave' = 'Download (.eml)'; $labels'changeformattext' = 'Vis i ren tekst format'; -$labels'changeformathtml' = 'Vis i HTML format'; +$labels'changeformathtml' = 'Vis i HTML-format'; $labels'editasnew' = 'Redigér som ny'; $labels'send' = 'Send'; $labels'sendmessage' = 'Send besked'; @@ -236,13 +248,17 @@ $labels'encryptmessagemailvelope' = 'Krypter besked med Mailvelope'; $labels'importpubkeys' = 'Importer offentlige nøgler'; $labels'encryptedsendialog' = 'Sender krypteret besked'; +$labels'encryptandsign' = 'Krypter og underskriv'; $labels'keyid' = 'NøgleID'; $labels'keylength' = 'Bits'; $labels'keyexpired' = 'Udløbet'; $labels'keyrevoked' = 'Tilbagekaldt'; $labels'bccinstead' = 'Brug Bcc'; +$labels'addheader' = 'Tilføj modtager (header)'; $labels'insert' = 'Indsæt'; +$labels'insertcontact' = 'Indsæt kontakt(er)'; $labels'recipient' = 'Modtager'; +$labels'recipientedit' = 'Editér modtager'; $labels'editidents' = 'Ret identiteter'; $labels'spellcheck' = 'Stav'; $labels'checkspelling' = 'Stavekontrol'; @@ -275,11 +291,16 @@ $labels'highest' = 'Højest'; $labels'nosubject' = '(intet emne)'; $labels'showimages' = 'Vis billeder'; +$labels'allow' = 'Tillad'; $labels'alwaysshow' = 'Vis altid billeder fra $sender'; +$labels'alwaysallow' = 'Tillad altid fra $sender'; $labels'isdraft' = 'Dette er en kladde.'; $labels'andnmore' = '$nr yderligere...'; -$labels'togglemoreheaders' = 'Vis yderligere headers'; -$labels'togglefullheaders' = 'Ændre rå brevhoveder'; +$labels'details' = 'Detaljer'; +$labels'headers' = 'Brevhoveder'; +$labels'allheaders' = 'Alle brevhoveder...'; +$labels'togglemoreheaders' = 'Vis yderligere brevhoveder'; +$labels'togglefullheaders' = 'Vis eller skjul rå brevhoveder'; $labels'htmltoggle' = 'HTML'; $labels'plaintoggle' = 'Almindelig tekst'; $labels'savesentmessagein' = 'Gem afsendt besked i'; @@ -293,6 +314,14 @@ $labels'receiptread' = 'Send kvittering for læsning'; $labels'yourmessage' = 'Dette er en kvittering for at din besked er blevet vist'; $labels'receiptnote' = 'Bemærk: Denne kvittering bekræfter udelukkende at beskeden blev vist på modtagerens computer. Der er ingen garanti for at modtageren har læst eller forstået beskedens indhold.'; +$labels'zoomin' = 'Zoom ind'; +$labels'zoomout' = 'Zoom ud'; +$labels'rotate' = 'Rotér'; +$labels'increaseimage' = 'Forøg billedestørrelse'; +$labels'decreaseimage' = 'Formindst billedestørrelse'; +$labels'rotateimage' = 'Rotér billede'; +$labels'showtools' = 'Vis billedeværktøjer'; +$labels'hidetools' = 'Skjul billedeværktøjer'; $labels'name' = 'Vist navn'; $labels'firstname' = 'Fornavn'; $labels'surname' = 'Efternavn'; @@ -358,10 +387,15 @@ $labels'save' = 'Gem'; $labels'delete' = 'Slet'; $labels'discard' = 'Kasser'; +$labels'continue' = 'Fortsæt'; +$labels'ok' = 'OK'; $labels'rename' = 'Omdøb'; $labels'addphoto' = 'Tilføj'; $labels'replacephoto' = 'Erstat'; $labels'uploadphoto' = 'Overfør billede'; +$labels'choosefile' = 'Vælg fil...'; +$labels'choosefiles' = 'Vælg filer...'; +$labels'browse' = 'Gennemse'; $labels'newcontact' = 'Opret ny kontakt'; $labels'deletecontact' = 'Slet valgte kontakter'; $labels'composeto' = 'Skriv besked til'; @@ -375,6 +409,8 @@ $labels'addgroup' = 'Tilføj gruppe'; $labels'grouprename' = 'Omdøb gruppe'; $labels'groupdelete' = 'Slet gruppe'; +$labels'groupassign' = 'Tilføj til gruppe...'; +$labels'groupremove' = 'Fjern fra gruppe'; $labels'groupremoveselected' = 'Fjern markerede kontakter fra gruppen'; $labels'uponelevel' = 'Et niveau op'; $labels'previouspage' = 'Vis den forrige side'; @@ -406,6 +442,7 @@ $labels'newidentity' = 'Opret ny identitet '; $labels'addidentity' = 'Tilføj identitet'; $labels'editidentity' = 'Rediger identitet'; +$labels'identityencryption' = 'Kryptering'; $labels'preferhtml' = 'Vis HTML'; $labels'defaultcharset' = 'Standard tegnkodning'; $labels'htmlmessage' = 'HTML-besked'; @@ -421,20 +458,20 @@ $labels'pagesize' = 'Rækker pr. side'; $labels'signature' = 'Signatur'; $labels'dstactive' = 'Sommertid'; -$labels'showinextwin' = 'Åben besked i et nyt vindue'; +$labels'showinextwin' = 'Åbn besked i et nyt vindue'; $labels'composeextwin' = 'Opret besked i et nyt vindue'; $labels'htmleditor' = 'Skriv HTML-besked'; $labels'htmlonreply' = 'kun når jeg besvarer HTML-beskeder'; $labels'htmlonreplyandforward' = 'ved videresendelse eller besvarelse af HTML beskeder'; $labels'htmlsignature' = 'HTML-signatur'; $labels'showemail' = 'Vis email-adresse med vist navn'; -$labels'previewpane' = 'Forhåndsvisning'; +$labels'previewpane' = 'Vis forhåndsvisningsrude'; $labels'skin' = 'Brugerflade'; $labels'logoutclear' = 'Tøm Papirkurv når jeg logger af'; $labels'logoutcompact' = 'Komprimér Indbakke når jeg logger af'; $labels'uisettings' = 'Brugerflade'; $labels'serversettings' = 'Serverindstillinger'; -$labels'mailboxview' = 'Mailboxvisning'; +$labels'mailboxview' = 'Postkassevisning'; $labels'mdnrequests' = 'Kvitteringer'; $labels'askuser' = 'spørg mig'; $labels'autosend' = 'send automatisk'; @@ -444,7 +481,7 @@ $labels'readwhendeleted' = 'Markér beskeden som læst ved sletning'; $labels'flagfordeletion' = 'Markér beskeden til sletning istedet for at slette'; $labels'skipdeleted' = 'Skjul slettede beskeder'; -$labels'deletealways' = 'Slet besked, hvis det mislykkes at flytte den til skrald'; +$labels'deletealways' = 'Hvis det ikke lykkes at flytte beskeder til Papirkurv, så slet dem'; $labels'deletejunk' = 'Slet beskeder i Junk uden at flytte i skraldespand'; $labels'showremoteimages' = 'Vis eksterne indlejrede billeder'; $labels'fromknownsenders' = 'fra kendte afsendere'; @@ -456,8 +493,8 @@ $labels'refreshinterval' = 'Opdater (tjek for nye beskeder m.v.)'; $labels'never' = 'aldrig'; $labels'immediately' = 'straks'; -$labels'messagesdisplaying' = 'Viser beskeder'; -$labels'messagescomposition' = 'Skriver nye beskeder'; +$labels'messagesdisplaying' = 'Visning af beskeder'; +$labels'messagescomposition' = 'Skrivning af beskeder'; $labels'mimeparamfolding' = 'Navne på vedhæftninger'; $labels'2231folding' = 'Fuld RFC 2231 understøttelse (Thunderbird)'; $labels'miscfolding' = 'RFC 2047/2231 understøttelse (MS Outlook)'; @@ -466,7 +503,7 @@ $labels'savelocalstorage' = " "; $labels'advancedoptions' = 'Avancerede indstillinger'; $labels'toggleadvancedoptions' = 'Skift avancerede indstillinger'; -$labels'focusonnewmessage' = 'Fokusér browservindue når der kommer nye beskeder'; +$labels'focusonnewmessage' = 'Fokusér browservindue når der kommer en ny besked'; $labels'checkallfolders' = 'Tjek alle mapper for nye beskeder'; $labels'displaynext' = 'Efter slet/flyt besked, vis næste besked'; $labels'defaultfont' = 'Standard font ved HTML besked'; @@ -479,7 +516,7 @@ $labels'whenreplying' = 'Når der svares'; $labels'replyempty' = 'Citer ikke den originale besked'; $labels'replytopposting' = 'begynd svar over originalen'; -$labels'replytoppostingnoindent' = 'begynd svar over originalen'; +$labels'replytoppostingnoindent' = 'begynd svar over originalen (ingen indrykning)'; $labels'replybottomposting' = 'begynd svar under originalen'; $labels'replyremovesignature' = 'Fjern original signatur fra besked, når der svares'; $labels'autoaddsignature' = 'Indsæt automatisk signatur'; @@ -487,26 +524,28 @@ $labels'replyandforwardonly' = 'kun på svar og videresendelse af beskeder'; $labels'insertsignature' = 'Indsæt signatur'; $labels'sigbelow' = 'Placer signaturen under den citerede tekst'; +$labels'sigseparator' = 'Tving standart seperator i signaturer'; +$labels'automarkread' = 'Marker beskeder som læst'; $labels'afternseconds' = 'efter $n sekunder'; $labels'reqmdn' = 'Anmod altid om kvittering for læsning'; -$labels'reqdsn' = 'Anmod altid om at leveringsstatus'; +$labels'reqdsn' = 'Anmod altid om kvittering for levering'; $labels'replysamefolder' = 'Placer svar til en besked i samme mappe som beskeden der besvares'; -$labels'defaultabook' = 'Standard adressebog'; -$labels'autocompletesingle' = 'Undgå alternative emailadresser under autofuldførelse'; +$labels'defaultabook' = 'Standardadressebog'; +$labels'autocompletesingle' = 'Undgå alternative e-mailadresser ved autofuldførelse'; $labels'listnamedisplay' = 'Vis kontakter som'; -$labels'spellcheckbeforesend' = 'Tjek stavning inden beskeden sendes'; +$labels'spellcheckbeforesend' = 'Kontrollér stavning inden beskeden sendes'; $labels'spellcheckoptions' = 'Stavekontrolindstillinger'; $labels'spellcheckignoresyms' = 'Ignorer ord med symboler'; $labels'spellcheckignorenums' = 'Ignorer ord med tal'; -$labels'spellcheckignorecaps' = 'Ignorer ord hvor alle bogstaver er versaler'; -$labels'addtodict' = 'Tilføj til ordbog'; -$labels'mailtoprotohandler' = 'Registrer håndtering af \'mailto:\' links'; -$labels'standardwindows' = 'Behandl popups som standardvinduer'; -$labels'forwardmode' = 'Videresendelse af besked'; -$labels'inline' = 'inline'; +$labels'spellcheckignorecaps' = 'Ignorer ord med udelukkende store bogstaver'; +$labels'addtodict' = 'Føj til ordbog'; +$labels'mailtoprotohandler' = 'Registrer protokolhåndtering af \'mailto:\'-links'; +$labels'standardwindows' = 'Behandl pop op-vinduer som standardvinduer'; +$labels'forwardmode' = 'Videresendelse af beskeder'; +$labels'inline' = 'som del af teksten'; $labels'asattachment' = 'som vedhæftning'; -$labels'replyallmode' = 'Standardhandling til Svar alle-knap'; -$labels'replyalldefault' = 'Svar til alle'; +$labels'replyallmode' = 'Standardhandling for Svar alle-knap'; +$labels'replyalldefault' = 'svar til alle'; $labels'replyalllist' = 'svar kun til mail-liste (hvis fundet)'; $labels'folder' = 'Mappe'; $labels'folders' = 'Mapper'; @@ -522,7 +561,7 @@ $labels'parentfolder' = 'Mappe et niveau op'; $labels'location' = 'Placering'; $labels'info' = 'Information'; -$labels'getfoldersize' = 'Klik for at tjekke mappestørrelse'; +$labels'getfoldersize' = 'Klik for mappestørrelse'; $labels'changesubscription' = 'Klik for at ændre abonnement'; $labels'foldertype' = 'Mappetype'; $labels'personalfolder' = 'Privat mappe'; @@ -533,27 +572,41 @@ $labels'findmail' = 'Find beskeder'; $labels'namespace.personal' = 'Personlig'; $labels'namespace.other' = 'Andre brugere'; -$labels'namespace.shared' = 'Del'; +$labels'namespace.shared' = 'Delt'; +$labels'dualuselabel' = 'Kan kun indeholde'; +$labels'dualusemail' = 'beskeder'; +$labels'dualusefolder' = 'mapper'; +$labels'generate' = 'Opret'; +$labels'encryptioncreatekey' = 'Opret et nyt nøglepar'; +$labels'openmailvelopesettings' = 'Åbn Mailvelope-indstillinger'; +$labels'encryptionprivkeysinmailvelope' = 'Du har $nr matchende private nøgler gemt i din Mailvelope nøglering: '; +$labels'encryptionnoprivkeysinmailvelope' = 'Denne afsender identitet har ikke allerede en PGP privat nøgle gemt i din Mailvelope udvidelse. Vil du oprette en for at tillade krypterede beskeder?'; $labels'sortby' = 'Sortér efter'; $labels'sortasc' = 'Ældste først'; $labels'sortdesc' = 'Nyeste først'; $labels'undo' = 'Fortryd'; $labels'installedplugins' = 'Installerede udvidelser'; -$labels'plugin' = 'Plugin'; +$labels'plugin' = 'Udvidelse'; $labels'version' = 'Version'; $labels'source' = 'Kilde'; $labels'license' = 'Licens'; $labels'support' = 'Få support'; $labels'savedsearches' = 'Gemte søgninger'; +$labels'dateformatY' = 'ÅÅÅÅ'; +$labels'dateformaty' = 'ÅÅ'; +$labels'dateformatm' = 'MM'; +$labels'dateformatd' = 'DD'; +$labels'dateformatj' = 'D'; +$labels'dateformatn' = 'M'; $labels'B' = 'B'; -$labels'KB' = 'kB'; +$labels'KB' = 'KB'; $labels'MB' = 'MB'; $labels'GB' = 'GB'; $labels'unicode' = 'Unicode'; $labels'english' = 'Engelsk'; $labels'westerneuropean' = 'Vesteuropæisk'; $labels'easterneuropean' = 'Østeuropæisk'; -$labels'southeasterneuropean' = 'Syd-østlig europæisk'; +$labels'southeasterneuropean' = 'Sydøsteuropæisk'; $labels'baltic' = 'Baltisk'; $labels'cyrillic' = 'Kyrillisk'; $labels'arabic' = 'Arabisk'; @@ -567,26 +620,27 @@ $labels'japanese' = 'Japansk'; $labels'korean' = 'Koreansk'; $labels'chinese' = 'Kinesisk'; -$labels'arialabeltopnav' = 'Vindueskontrol'; -$labels'arialabeltasknav' = 'Application opgaver'; -$labels'arialabeltoolbar' = 'Program toolbar'; +$labels'arialabeltopnav' = 'Vinduesstyring'; +$labels'arialabeltasknav' = 'Programopgaver'; +$labels'arialabeltoolbar' = 'Programværktøjslinje'; $labels'arialabelactivetask' = 'Aktiv opgave'; -$labels'arialabelmessagessearchfilter' = 'E-mail filter'; -$labels'arialabelmailsearchform' = 'E-mail søgeform'; -$labels'arialabelcontactsearchform' = 'Kontakt søgeform'; -$labels'arialabelmailquicksearchbox' = 'E-mail søgeinput'; -$labels'arialabelquicksearchbox' = 'Søge input'; +$labels'arialabelmessagessearchfilter' = 'E-mail-filter'; +$labels'arialabelmailsearchform' = 'E-mail-søgeformular'; +$labels'arialabelcontactsearchform' = 'Kontakt-søgeformular'; +$labels'arialabelmailquicksearchbox' = 'E-mail-søgeinput'; +$labels'arialabelquicksearchbox' = 'Søgeinput'; $labels'arialabelfoldersearchfilter' = 'Mappevisningsfilter'; -$labels'arialabelfoldersearchform' = 'Mappe søgeform'; -$labels'arialabelfolderlist' = 'E-mail mappe valg'; -$labels'arialabelmessagelist' = 'E-mail Besked Visning'; -$labels'arialabelmailpreviewframe' = 'Beskedvisning'; -$labels'arialabelmailboxmenu' = 'Mappehandlingsmenu'; -$labels'arialabellistselectmenu' = 'Listevalgsmenu'; -$labels'arialabelmessagebody' = 'Besked indhold'; -$labels'arialabelmessageactions' = 'Beskedmuligheder'; -$labels'arialabelcontactquicksearch' = 'Kontakt søgeform'; -$labels'arialabelcontactsearchbox' = 'Kontakt søgeinput'; +$labels'arialabelfoldersearchform' = 'Mappesøgeformular'; +$labels'arialabelfolderlist' = 'E-mailmappevalg'; +$labels'arialabelmessagelist' = 'E-mailbeskedvisning'; +$labels'arialabelmailpreviewframe' = 'Forhåndsvisning af besked'; +$labels'arialabelmailboxmenu' = 'Menu for mappehandlinger'; +$labels'arialabellistselectmenu' = 'Menu for listevalg'; +$labels'arialabelthreadselectmenu' = 'Menu for trådvisning'; +$labels'arialabelmessagebody' = 'Beskedtekst'; +$labels'arialabelmessageactions' = 'Handlinger for besked'; +$labels'arialabelcontactquicksearch' = 'Kontaktsøgeformular'; +$labels'arialabelcontactsearchbox' = 'Kontaktsøgeinput'; $labels'arialabelmessageheaders' = 'Brevhoveder'; $labels'arialabelforwardingoptions' = 'Videresendelsesindstillinger'; $labels'arialabelreplyalloptions' = 'Svar-alle indstillinger'; @@ -595,6 +649,9 @@ $labels'arialabelcomposeoptions' = 'Kompositionsindstillinger'; $labels'arialabelresponsesmenu' = 'Forberedte-svar menu'; $labels'arialabelattachmentuploadform' = 'Vedhæftnings uploadform'; -$labels'arialabelattachmentpreview' = 'Vedhæftnings forhåndsvisning'; +$labels'arialabelattachmentpreview' = 'Forhåndsvisning af vedhæftning'; $labels'arialabelsearchterms' = 'Søgekriterier'; -?> +$labels'helplistkeyboardnavmessages' = "Piletaster højre/venstre: Udvid/sammenfold beskedtråd (kun i trådtilstand) +Enter: Åbn den valgte/fokuserede besked. +Delete: Flyt markerede beskeder til Papirkurv."; +$labels'helplistkeyboardnavcontacts' = "Enter: Åbn den valgte/fokuserede kontakt.";
View file
roundcubemail-1.4-rc1.133.tar.gz/program/localization/da_DK/messages.inc -> roundcubemail-1.4-rc1.167.tar.gz/program/localization/da_DK/messages.inc
Changed
@@ -2,38 +2,39 @@ /* +-----------------------------------------------------------------------+ - | localization/<lang>/messages.inc | - | | | Localization file of the Roundcube Webmail client | - | Copyright (C) 2005-2015, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/messages/ */ + $messages'errortitle' = 'Der opstod en fejl!'; $messages'loginfailed' = 'Det lykkedes ikke at logge på.'; $messages'cookiesdisabled' = 'Din browser accepterer ikke cookies.'; $messages'sessionerror' = 'Din session er ugyldig eller udløbet.'; +$messages'cookiesmismatch' = 'Cookie uoverensstemmelse fundet. Venligst tøm din browser\'s cookies.'; $messages'storageerror' = 'Forbindelse til e-mailserveren fejlede.'; -$messages'servererror' = 'Server fejl!'; -$messages'servererrormsg' = 'Server fejl: $msg'; +$messages'servererror' = 'Serverfejl!'; +$messages'servererrormsg' = 'Serverfejl: $msg'; $messages'accountlocked' = 'For mange mislykkede login-forsøg. Prøv igen senere.'; $messages'connerror' = 'Forbindelsesfejl (kunne ikke oprette forbindelse til server)!'; -$messages'dberror' = 'Database fejl!'; -$messages'windowopenerror' = 'Popup-vinduet blev blokeret!'; -$messages'requesttimedout' = 'Forespørgselstiden udløb'; +$messages'dberror' = 'Databasefejl!'; +$messages'windowopenerror' = 'Pop op-vinduet blev blokeret!'; +$messages'requesttimedout' = 'Forespørgslen tog for lang tid'; $messages'errorreadonly' = 'Kunne ikke udføre den ønskede handling. Mappen er skrivebeskyttet.'; -$messages'errornoperm' = 'Kunne ikke udføre den ønskede handling. Adgang nægtet.'; +$messages'errornoperm' = 'Kunne ikke udføre den ønskede handling. Tilladelse nægtet.'; $messages'erroroverquota' = 'Kan ikke udføre handlingen. Der er ikke nok ledig diskplads.'; -$messages'erroroverquotadelete' = 'Der er ikke nok ledig diskplads. Brug SHIFT+DEL til at slette en meddelelse.'; +$messages'erroroverquotadelete' = 'Der er ikke nok ledig diskplads. Brug Shift+Delete til at slette en meddelelse.'; $messages'invalidrequest' = 'Ugyldig forespørgsel! Ingen data blev gemt.'; $messages'invalidhost' = 'Ugyldigt servernavn.'; -$messages'nomessagesfound' = 'Der blev ikke fundet nogen beskeder i denne postkasse.'; +$messages'nomessagesfound' = 'Ingen beskeder fundet i denne postkasse.'; +$messages'loggedout' = 'Du har afsluttet sessionen. Farvel!'; $messages'mailboxempty' = 'Postkassen er tom.'; $messages'nomessages' = 'Ingen beskeder'; $messages'refreshing' = 'Opdaterer...'; @@ -44,73 +45,74 @@ $messages'loadingdata' = 'Indlæser data...'; $messages'checkingmail' = 'Tjekker for nye beskeder...'; $messages'sendingmessage' = 'Sender besked...'; -$messages'messagesent' = 'Beskeden blev afsendt succesfuldt.'; +$messages'messagesent' = 'Beskeden blev sendt.'; $messages'savingmessage' = 'Gemmer besked...'; -$messages'messagesaved' = 'Beskeden er gemt i kladdemappen.'; -$messages'successfullysaved' = 'Gemt succesfuldt'; +$messages'messagesaved' = 'Beskeden er gemt i Kladder.'; +$messages'successfullysaved' = 'Gemt.'; $messages'savingresponse' = 'Gemmer svartekst...'; -$messages'deleteresponseconfirm' = 'Er du sikker på, at du ønsker at slette svarteksten?'; +$messages'deleteresponseconfirm' = 'Er du sikker på, at du vil slette denne svartekst?'; +$messages'nocontactselected' = 'Du har ikke valgt en kontakt endnu.'; $messages'addedsuccessfully' = 'Kontakten blev tilføjet adressebogen.'; $messages'contactexists' = 'En kontakt med samme navn eksisterer allerede.'; $messages'contactnameexists' = 'En kontakt med samme navn eksisterer allerede.'; $messages'blockedimages' = 'For at beskytte dit privatliv er billeder fra eksterne internetservere blokeret.'; $messages'encryptedmessage' = 'Beskeden er krypteret og kan ikke vises. Beklager!'; $messages'externalmessagedecryption' = 'Dette er en krypteret meddelelse og kan dekrypteres med din browser-udvidelse.'; -$messages'encryptpubkeysfound' = 'Følgende offentlig nøgle er blevet fundet:'; -$messages'keyservererror' = 'Det var ikke muligt at få en nøgle fra nøgle serveren.'; -$messages'nocontactsfound' = 'Ingen kontakter blev fundet.'; -$messages'contactnotfound' = 'Den søgte kontakt blev ikke fundet.'; -$messages'contactsearchonly' = 'Indtast søgeord for at finde kontakter.'; -$messages'sendingfailed' = 'Beskeden kunne ikke sendes.'; +$messages'encryptpubkeysfound' = 'Følgende offentlige nøgler blev fundet:'; +$messages'nocontactsfound' = 'Ingen kontakter fundet.'; +$messages'contactnotfound' = 'Den ønskede kontakt blev ikke fundet.'; +$messages'sendingfailed' = 'Det lykkedes ikke at sende beskeden.'; $messages'senttooquickly' = 'Vent venligst $sec sekunder før du sender denne besked.'; -$messages'errorsavingsent' = 'Der opstod en fejl ved at gemme den sendte besked.'; -$messages'errorsaving' = 'Der opstod en fejl ved at gemme.'; -$messages'errormoving' = 'Beskeden kunne ikke flyttes.'; -$messages'errorcopying' = 'Beskeden kunne ikke kopieres.'; -$messages'errordeleting' = 'Beskeden kunne ikke slettes.'; -$messages'errormarking' = 'Beskeden kunne ikke markeres.'; +$messages'errorsavingsent' = 'Der opstod en fejl, da den sendte besked blev forsøgt gemt.'; +$messages'errorsaving' = 'Der opstod en fejl mens der blev gemt.'; +$messages'errormoving' = 'Beskeden/beskederne kunne ikke flyttes.'; +$messages'errorcopying' = 'Beskeden/beskederne kunne ikke kopieres.'; +$messages'errordeleting' = 'Beskeden/beskederne kunne ikke slettes.'; +$messages'errormarking' = 'Beskeden/beskederne kunne ikke markeres.'; $messages'deletecontactconfirm' = 'Vil du virkelig slette den/de valgte kontakt(er)?'; $messages'deletegroupconfirm' = 'Vil du virkelig slette den/de valgte gruppe(r)?'; $messages'deletemessagesconfirm' = 'Vil du virkelig slette den/de valgte besked(er)?'; -$messages'deletefolderconfirm' = 'Vil du virkelig slette den valgte mappe?'; +$messages'deletefolderconfirm' = 'Vil du virkelig slette denne mappe?'; $messages'purgefolderconfirm' = 'Vil du virkelig slette alle beskeder i denne mappe?'; $messages'contactdeleting' = 'Sletter kontakt(er)...'; $messages'groupdeleting' = 'Sletter gruppe...'; -$messages'folderdeleting' = 'Sletter mappen...'; +$messages'folderdeleting' = 'Sletter mappe...'; $messages'foldermoving' = 'Flytter mappen...'; -$messages'foldersubscribing' = 'Abonnere på mappen...'; +$messages'foldersubscribing' = 'Abonnerer på mappen...'; $messages'folderunsubscribing' = 'Fjerner abonnement på mappen...'; -$messages'formincomplete' = 'Formularen var ikke fuldstændig fyldt ud.'; +$messages'formincomplete' = 'Formularen var ikke fuldstændig udfyldt.'; $messages'noemailwarning' = 'Indtast venligst en gyldig e-mailadresse.'; $messages'nonamewarning' = 'Angiv venligst et navn.'; -$messages'nopagesizewarning' = 'Angiv sidestørrelsen.'; -$messages'nosenderwarning' = 'Indtast venligst afsenders e-mailadresse.'; -$messages'norecipientwarning' = 'Indtast mindst én modtager.'; -$messages'nosubjectwarning' = '\'Emne\'-feltet er tomt. Kunne du tænke dig at skrive et nu?'; +$messages'nopagesizewarning' = 'Angiv venligst en sidestørrelse.'; +$messages'nosenderwarning' = 'Indtast venligst e-mailadresse for afsender.'; +$messages'norecipientwarning' = 'Indtast venligst mindst én modtager.'; +$messages'disclosedreciptitle' = 'For mange offentlige modtagere'; +$messages'nosubjectwarning' = '\'Emne\'-feltet er tomt. Vil du skrive et emne nu?'; +$messages'nosubjecttitle' = 'Intet emne'; $messages'nobodywarning' = 'Send denne besked uden tekst?'; $messages'restoresavedcomposedata' = 'En tidligere skreven men usendt besked blev fundet.\n\nEmne: $subject\nGemt: $date\n\nØnsker du at gendanne denne besked?'; -$messages'nosearchname' = 'Indtast venligst en kontakts navn eller e-mailadresse.'; +$messages'nosearchname' = 'Indtast venligst et kontaktnavn eller en e-mailadresse.'; $messages'notuploadedwarning' = 'Ikke alle vedhæftede filer er blevet uploadet endnu. Vent venligst eller afbryd upload.'; -$messages'searchsuccessful' = 'Fandt $nr beskeder'; +$messages'searchsuccessful' = 'Fandt $nr beskeder.'; $messages'contactsearchsuccessful' = 'Fandt $nr kontakter.'; $messages'searchnomatch' = 'Søgningen fandt ingen beskeder.'; $messages'searching' = 'Søger...'; $messages'checking' = 'Tjekker...'; $messages'stillsearching' = 'Søger stadig...'; $messages'nospellerrors' = 'Ingen stavefejl fundet.'; -$messages'folderdeleted' = 'Mappen er slettet.'; +$messages'folderdeleted' = 'Mappen blev slettet.'; $messages'foldersubscribed' = 'Mappe-abonnement oprettet.'; $messages'folderunsubscribed' = 'Mappe-abonnement opsagt.'; -$messages'folderpurged' = 'Mappen er tømt.'; -$messages'folderexpunged' = 'Mappen er blevet optimeret.'; +$messages'folderpurged' = 'Mappen blev tømt.'; +$messages'folderexpunged' = 'Mappen blev optimeret.'; $messages'deletedsuccessfully' = 'Slettet.'; -$messages'converting' = 'Fjerner formatering fra besked...'; +$messages'converting' = 'Fjerner formatering...'; $messages'messageopenerror' = 'Beskeden kunne ikke hentes fra serveren.'; $messages'filelinkerror' = 'Vedhæftning af filen mislykkedes.'; $messages'fileuploaderror' = 'Upload mislykkedes.'; -$messages'filesizeerror' = 'Den indsatte fil fylder mere end det maksimale på $size.'; -$messages'msgsizeerror' = 'Filen kunne ikke vedhæftes. Max størrelsen på meddelelsen må ikke overstige ($size).'; -$messages'copysuccess' = '$nr blev kopieret.'; +$messages'filesizeerror' = 'Den uploadede fil overskrider den maksimalt tilladte størrelse på $size.'; +$messages'msgsizeerror' = 'Filen kunne ikke vedhæftes. Størrelsen på en meddelelse må ikke overstige $size.'; +$messages'copysuccess' = '$nr kontakter blev kopieret.'; $messages'movesuccess' = '$nr kontakter blev flyttet.'; $messages'copyerror' = 'Kunne ikke kopiere nogen kontakter.'; $messages'moveerror' = 'Kunne ikke flytte nogen kontakter.'; @@ -122,52 +124,52 @@ $messages'movingcontact' = 'Flytter kontakt(er)...'; $messages'deletingmessage' = 'Sletter besked(er)...'; $messages'markingmessage' = 'Markerer besked(er)...'; -$messages'addingmember' = 'Tilføjer kontakt(er) til gruppen...'; +$messages'addingmember' = 'Føjer kontakt(er) til gruppen...'; $messages'removingmember' = 'Fjerner kontakt(er) fra gruppen...'; -$messages'receiptsent' = 'Kvittering for læsning er sendt.'; +$messages'receiptsent' = 'Kvittering for læsning blev sendt.'; $messages'errorsendingreceipt' = 'Kvitteringen kunne ikke sendes.'; -$messages'deleteidentityconfirm' = 'Vil du slette denne identitet?'; +$messages'deleteidentityconfirm' = 'Vil du virkelig slette denne identitet?'; $messages'nodeletelastidentity' = 'Du kan ikke slette denne identitet, da det er den eneste der er tilbage.'; -$messages'forbiddencharacter' = 'Mappe-navnet indeholder ugyldige tegn.'; +$messages'forbiddencharacter' = 'Mappenavnet indeholder et ugyldigt tegn.'; $messages'selectimportfile' = 'Vælg venligst den fil der skal overføres.'; $messages'addresswriterror' = 'Der kan ikke skrives i den valgte adressebog.'; -$messages'contactaddedtogroup' = 'Succesfuldt tilføjet kontakten til denne gruppe'; -$messages'contactremovedfromgroup' = 'Kontakten fjernet fra denne gruppe'; +$messages'contactaddedtogroup' = 'Kontakterne blev tilføjet denne gruppe'; +$messages'contactremovedfromgroup' = 'Kontakterne blev fjernet fra denne gruppe'; $messages'nogroupassignmentschanged' = 'Ingen gruppetildelinger ændret.'; $messages'importwait' = 'Importerer, vent venligst...'; -$messages'importformaterror' = 'Importering mislykkedes! Den uploadede fil indeholder ikke gyldige data til importering.'; +$messages'importformaterror' = 'Importering mislykkedes! Den uploadede fil er ikke en gyldig import-datafil.'; $messages'importconfirm' = '<b>Importerede $inserted kontakter</b>'; $messages'importconfirmskipped' = '<b>Sprang over $skipped eksisterende kontakter</b>'; $messages'importmessagesuccess' = 'Importerede $nr beskeder'; -$messages'importmessageerror' = 'Import mislykkedes! Den uploadede fil er ikke en gyldig besked eller mailbox-fil'; -$messages'opnotpermitted' = 'Handlingen er ikke tilladt!'; -$messages'nofromaddress' = 'Der mangler emailadresse i den valgte identitet.'; -$messages'editorwarning' = 'Al formatering af teksten kan forsvinde, hvis der skiftes editor Vil du fortsætte?'; +$messages'importmessageerror' = 'Import mislykkedes! Den uploadede fil er ikke en gyldig besked- eller mailbox-fil.'; +$messages'opnotpermitted' = 'Handling ikke tilladt!'; +$messages'nofromaddress' = 'Der mangler en e-mailadresse i den valgte identitet.'; +$messages'editorwarning' = 'Al formatering af teksten kan forsvinde, hvis der skiftes editor. Vil du fortsætte?'; $messages'httpreceivedencrypterror' = 'Der er opstået en fatal konfigurationsfejl. Kontakt venligst din system-administrator med det samme. <b>Din besked kunne ikke afsendes.</b>'; -$messages'smtpconnerror' = 'SMTP fejl ($code): Forbindelsen til serveren afbrudt'; -$messages'smtpautherror' = 'SMTP fejl ($code): Autenticering fejlede'; -$messages'smtpfromerror' = 'SMTP fejl ($code): Kunne ikke afsende som "$from" ($msg)'; -$messages'smtptoerror' = 'SMTP fejl ($code): Kunne ikke tilføje modtageren "$to" ($msg)'; -$messages'smtprecipientserror' = 'SMTP fejl: Kan ikke fortolke listen af modtagere.'; -$messages'smtperror' = 'SMTP fejl: $msg'; +$messages'smtpconnerror' = 'SMTP-fejl ($code): Forbindelsen til serveren afbrudt'; +$messages'smtpautherror' = 'SMTP-fejl ($code): Autenticering fejlede'; +$messages'smtpfromerror' = 'SMTP-fejl ($code): Kunne ikke indstille afsender "$from" ($msg)'; +$messages'smtptoerror' = 'SMTP-fejl ($code): Kunne ikke tilføje modtageren "$to" ($msg)'; +$messages'smtprecipientserror' = 'SMTP-fejl: Kan ikke fortolke listen af modtagere.'; +$messages'smtperror' = 'SMTP-fejl: $msg'; $messages'emailformaterror' = 'Ugyldig e-mailadresse: $email'; $messages'toomanyrecipients' = 'For mange modtagere. Reducer antallet af modtagere til $max.'; -$messages'maxgroupmembersreached' = 'Antallet af gruppemedlemmer overstiger maksimum på $max.'; +$messages'maxgroupmembersreached' = 'Antallet af gruppemedlemmer overstiger det tilladte maksimum på $max.'; $messages'internalerror' = 'En intern fejl opstod. Prøv venligst igen.'; $messages'contactdelerror' = 'Kunne ikke slette kontakt(er).'; $messages'contactdeleted' = 'Kontakt(er) slettet.'; $messages'contactrestoreerror' = 'Kunne ikke gendanne slettede kontakt(er).'; $messages'contactrestored' = 'Kontakt(er) gendannet.'; -$messages'groupdeleted' = 'Gruppen er slettet.'; -$messages'grouprenamed' = 'Gruppen er omdøbt.'; -$messages'groupcreated' = 'Gruppen er oprettet.'; +$messages'groupdeleted' = 'Gruppen blev slettet.'; +$messages'grouprenamed' = 'Gruppen blev omdøbt.'; +$messages'groupcreated' = 'Gruppen blev oprettet.'; $messages'savedsearchdeleted' = 'Gemt søgning slettet.'; -$messages'savedsearchdeleteerror' = 'Kunne ikke slette Gemt søgning.'; +$messages'savedsearchdeleteerror' = 'Kunne ikke slette gemt søgning.'; $messages'savedsearchcreated' = 'Gemt søgning oprettet.'; -$messages'savedsearchcreateerror' = 'Kunne ikke oprette Gemt søgning.'; -$messages'messagedeleted' = 'Besked(er) slettet.'; -$messages'messagemoved' = 'Besked(er) flyttet.'; -$messages'messagemovedtotrash' = 'Meddelelser(ne) blev succesfuldt flyttet til skraldespanden.'; +$messages'savedsearchcreateerror' = 'Kunne ikke oprette gemt søgning.'; +$messages'messagedeleted' = 'Besked(er) blev slettet.'; +$messages'messagemoved' = 'Besked(er) blev flyttet.'; +$messages'messagemovedtotrash' = 'Meddelelser(ne) blev flyttet til skraldespanden.'; $messages'messagecopied' = 'Besked(er) kopieret.'; $messages'messagemarked' = 'Besked(er) markeret.'; $messages'autocompletechars' = 'Du skal indtaste mindst $min tegn for at benytte autoopslag.';
View file
roundcubemail-1.4-rc1.133.tar.gz/program/localization/da_DK/timezones.inc -> roundcubemail-1.4-rc1.167.tar.gz/program/localization/da_DK/timezones.inc
Changed
@@ -2,10 +2,9 @@ /* +-----------------------------------------------------------------------+ - | localization/<lang>/timezones.inc | - | | | Localization file of the Roundcube Webmail client | - | Copyright (C) 2005-2017, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. |
View file
roundcubemail-1.4-rc1.133.tar.gz/program/localization/de_CH/labels.inc -> roundcubemail-1.4-rc1.167.tar.gz/program/localization/de_CH/labels.inc
Changed
@@ -2,19 +2,19 @@ /* +-----------------------------------------------------------------------+ - | localization/<lang>/labels.inc | - | | | Localization file of the Roundcube Webmail client | - | Copyright (C) 2005-2015, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/labels/ */ + + $labels'welcome' = 'Willkommen bei $product'; $labels'username' = 'Benutzername'; $labels'password' = 'Passwort'; @@ -677,4 +677,3 @@ Eingabe: Ausgewählte/fokussierte Nachricht öffnen. Löschen: Ausgewählte Nachricht in den Papierkorb verschieben resp. löschen."; $labels'helplistkeyboardnavcontacts' = "Eingabe: Ausgewählten Kontakt öffnen."; -?>
View file
roundcubemail-1.4-rc1.133.tar.gz/program/localization/de_CH/messages.inc -> roundcubemail-1.4-rc1.167.tar.gz/program/localization/de_CH/messages.inc
Changed
@@ -2,19 +2,18 @@ /* +-----------------------------------------------------------------------+ - | localization/<lang>/messages.inc | - | | | Localization file of the Roundcube Webmail client | - | Copyright (C) 2005-2015, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/messages/ */ + $messages'errortitle' = 'Fehlermeldung'; $messages'loginfailed' = 'Login fehlgeschlagen'; $messages'cookiesdisabled' = 'Ihr Browser akzeptiert keine Cookies'; @@ -64,11 +63,8 @@ $messages'encryptnoattachments' = 'Bereits hochgeladene Anhänge können nicht nachträglich verschlüsselt werden. Bitte fügen Sie sie erneut im Verschlüsselungs-Editor hinzu.'; $messages'searchpubkeyservers' = 'Möchten Sie öffentliche Schlüsselserver nach den fehlenden Schlüsseln durchsuchen?'; $messages'encryptpubkeysfound' = 'Die folgenden öffentlichen Schlüssel wurden gefunden:'; -$messages'keyservererror' = 'Schlüssel konnte nicht vom Schlüsselserver geladen werden'; -$messages'keyimportsuccess' = 'Öffentlicher Schlüssel $key erfolgreich in Schlüselbund importiert'; $messages'nocontactsfound' = 'Keine Kontakte gefunden'; $messages'contactnotfound' = 'Die gewählte Adresse wurde nicht gefunden'; -$messages'contactsearchonly' = 'Geben Sie einen Suchbegriff ein, um Kontakte zu finden'; $messages'sendingfailed' = 'Versand der Nachricht fehlgeschlagen'; $messages'senttooquickly' = 'Bitte warten Sie $sec Sekunde(n) vor dem Senden dieser Nachricht'; $messages'errorsavingsent' = 'Beim Speichern der gesendeten Nachricht ist ein Fehler aufgetreten.';
View file
roundcubemail-1.4-rc1.133.tar.gz/program/localization/de_DE/labels.inc -> roundcubemail-1.4-rc1.167.tar.gz/program/localization/de_DE/labels.inc
Changed
@@ -2,19 +2,19 @@ /* +-----------------------------------------------------------------------+ - | localization/<lang>/labels.inc | - | | | Localization file of the Roundcube Webmail client | - | Copyright (C) 2005-2015, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/labels/ */ + + $labels'welcome' = 'Willkommen bei $product'; $labels'username' = 'Benutzername'; $labels'password' = 'Passwort'; @@ -396,6 +396,9 @@ $labels'addphoto' = 'Kontaktbild hinzufügen'; $labels'replacephoto' = 'Bild ändern'; $labels'uploadphoto' = 'Bild hochladen'; +$labels'choosefile' = 'Datei auswählen…'; +$labels'choosefiles' = 'Dateien auswählen…'; +$labels'browse' = 'Durchsuchen'; $labels'newcontact' = 'Neuen Kontakt erstellen'; $labels'deletecontact' = 'Gewählte Kontakte löschen'; $labels'composeto' = 'Nachricht verfassen'; @@ -677,4 +680,3 @@ Enter: Öffne die ausgewählte/fokussierte Nachricht Rücktaste: Verschiebe gewählte Nachricht in den Mülleimer"; $labels'helplistkeyboardnavcontacts' = "Enter: Ausgewählten Kontakt öffnen."; -?>
View file
roundcubemail-1.4-rc1.133.tar.gz/program/localization/de_DE/messages.inc -> roundcubemail-1.4-rc1.167.tar.gz/program/localization/de_DE/messages.inc
Changed
@@ -2,23 +2,23 @@ /* +-----------------------------------------------------------------------+ - | localization/<lang>/messages.inc | - | | | Localization file of the Roundcube Webmail client | - | Copyright (C) 2005-2015, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/messages/ */ + $messages'errortitle' = 'Ein Fehler ist aufgetreten!'; $messages'loginfailed' = 'Die Anmeldung ist fehlgeschlagen.'; $messages'cookiesdisabled' = 'Ihr Browser akzeptiert keine Cookies.'; $messages'sessionerror' = 'Ihre Sitzung ist ungültig oder abgelaufen.'; +$messages'cookiesmismatch' = 'Cookiefehler erkannt. Bitte die Browser Cookies löschen.'; $messages'storageerror' = 'Verbindung zum Speicherserver fehlgeschlagen.'; $messages'servererror' = 'Serverfehler!'; $messages'servererrormsg' = 'Serverfehler: $msg'; @@ -64,11 +64,11 @@ $messages'encryptnoattachments' = 'Bereits hochgeladene Anhänge können nicht verschlüsselt werden. Bitte fügen Sie sie erneut im Verschlüsselungseditor hinzu.'; $messages'searchpubkeyservers' = 'Möchten Sie öffentliche Schlüsselserver nach den fehlenden Schlüsseln durchsuchen?'; $messages'encryptpubkeysfound' = 'Die folgenden öffentlichen Schlüssel wurden gefunden:'; -$messages'keyservererror' = 'Fehler beim Holen des Schlüssels vom Schlüsselserver'; -$messages'keyimportsuccess' = 'Öffentlicher Schlüssel $key erfolgreich in Ihren Schlüsselbund importiert'; +$messages'keyservererror' = 'Fehler beim Holen des Schlüssels vom Schlüsselserver.'; +$messages'keyimportsuccess' = 'Öffentlicher Schlüssel $key erfolgreich in Ihren Schlüsselbund importiert.'; $messages'nocontactsfound' = 'Keine Kontakte gefunden.'; $messages'contactnotfound' = 'Der angeforderte Kontakt wurde nicht gefunden.'; -$messages'contactsearchonly' = 'Geben Sie einen Suchbegriff ein, um Kontakte zu finden.'; +$messages'contactsearchonly' = 'Du musst das Suchformular nutzen, um die Kontakte vom ausgewählten Adressbuch zu sehen.'; $messages'sendingfailed' = 'Versenden der Nachricht fehlgeschlagen.'; $messages'senttooquickly' = 'Bitte warten Sie $sec Sekunde(n) vor dem Senden dieser Nachricht.'; $messages'errorsavingsent' = 'Ein Fehler ist beim Speichern der gesendeten Nachricht aufgetreten.'; @@ -127,6 +127,7 @@ $messages'filesizeerror' = 'Die hochzuladende Datei überschreitet die Maximalgröße von $size.'; $messages'filecounterror' = 'Sie können maximal $count Dateien mit einmal hochladen.'; $messages'msgsizeerror' = 'Hinzufügen einer Datei fehlgeschlagen. Die maximale Größe einer Nachricht ($size) wurde überschritten.'; +$messages'msgsizeerrorfwd' = 'Maximalgröße einer Nachricht ($size) überschritten. $num Nachricht(en) wird/wurden nicht angehängt.'; $messages'copysuccess' = 'Erfolgreich kopiert $nr Kontakte.'; $messages'movesuccess' = 'Erfolgreich verschoben $nr Kontakte.'; $messages'copyerror' = 'Die Kontakte konnten nicht kopiert werden.';
View file
roundcubemail-1.4-rc1.133.tar.gz/program/localization/de_DE/timezones.inc -> roundcubemail-1.4-rc1.167.tar.gz/program/localization/de_DE/timezones.inc
Changed
@@ -2,10 +2,9 @@ /* +-----------------------------------------------------------------------+ - | localization/<lang>/timezones.inc | - | | | Localization file of the Roundcube Webmail client | - | Copyright (C) 2005-2017, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. |
View file
roundcubemail-1.4-rc1.133.tar.gz/program/localization/el_GR/labels.inc -> roundcubemail-1.4-rc1.167.tar.gz/program/localization/el_GR/labels.inc
Changed
@@ -2,24 +2,25 @@ /* +-----------------------------------------------------------------------+ - | localization/<lang>/labels.inc | - | | | Localization file of the Roundcube Webmail client | - | Copyright (C) 2005-2015, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/labels/ */ + + $labels'welcome' = 'Καλώς ήρθατε στο $product'; $labels'username' = 'Όνομα Χρήστη'; $labels'password' = 'Κωδικός Πρόσβασης'; $labels'server' = 'Εξυπηρετητής'; $labels'login' = 'Σύνδεση'; +$labels'menu' = 'Μενού'; $labels'logout' = 'Αποσύνδεση'; $labels'mail' = 'E-Mail'; $labels'settings' = 'Ρυθμίσεις'; @@ -133,11 +134,13 @@ $labels'more' = 'Περισσότερα'; $labels'back' = 'Επιστροφή'; $labels'options' = 'Επιλογές'; +$labels'actions' = 'Ενέργειες'; $labels'first' = 'Πρώτο'; $labels'last' = 'Τελευταίο'; $labels'previous' = 'Προηγούμενο'; $labels'next' = 'Επόμενο'; $labels'select' = 'Επιλέξτε'; +$labels'selection' = 'Επιλοή'; $labels'all' = 'Όλα'; $labels'none' = 'Κανένα'; $labels'currpage' = 'Τρέχουσα σελίδα'; @@ -174,6 +177,7 @@ $labels'listsorting' = 'Ταξινόμηση στηλών'; $labels'listorder' = 'Σειρά ταξινόμησης'; $labels'listmode' = 'Προβολή σε λίστα'; +$labels'layout' = 'Διάταξη'; $labels'layoutdesktop' = 'Επιφάνεια εργασίας'; $labels'layoutlist' = 'Λίστα'; $labels'folderactions' = 'Ενέργειες στους φακέλους'; @@ -188,7 +192,11 @@ $labels'quotaused' = 'Χρησιμοποιημένα'; $labels'quotastorage' = 'Χώρος στο δίσκο'; $labels'quotamessage' = 'Πλήθος μηνυμάτων'; +$labels'shortheaderdate' = 'Στις $date'; +$labels'shortheaderto' = 'Προς τον/ην $to στις $date'; +$labels'shortheaderfrom' = 'Από τον/ην $from στις $date'; $labels'quicksearch' = 'Γρήγορη Αναζήτηση'; +$labels'searchplaceholder' = 'Αναζήτηση...'; $labels'resetsearch' = 'Επαναφορά Αναζήτησης'; $labels'searchmod' = 'Aλλαγή αναζήτησης'; $labels'msgtext' = 'Σε όλο το μήνυμα'; @@ -269,6 +277,7 @@ $labels'alwaysshow' = 'Να προβάλλονται πάντα οι εικόνες που αποστέλλονται από τον $sender'; $labels'isdraft' = 'Αυτό το μήνυμα έχει σημανθεί σαν πρόχειρο'; $labels'andnmore' = '$nr περισσότερα...'; +$labels'details' = 'Λεπτομέρειες'; $labels'togglemoreheaders' = 'Εμφάνιση περισσότερων κεφαλίδων'; $labels'togglefullheaders' = 'Εμφάνιση ακατέργαστων κεφαλίδων μηνύματος'; $labels'htmltoggle' = 'HTML'; @@ -596,6 +605,7 @@ $labels'arialabelidentityeditfrom' = 'Φόρμα επεξεργασίας ταυτότητας'; $labels'arialabelresonseeditfrom' = 'Φόρμα επεξεργασίας απάντησης'; $labels'arialabelsearchterms' = 'Όροι αναζήτησης'; +$labels'arialabelimagetools' = 'Εργαλεία εικόνας'; $labels'helplistnavigation' = 'Εμφάνιση πλοήγησης πληκτρολογίου'; $labels'helplistkeyboardnavigation' = "Βέλη πάνω/κάτω: Μετακίνηση εστίασης/επιλογής γραμμής. Διάστημα: Επιλογή εστιασμένης γραμμής. @@ -605,4 +615,3 @@ Enter: Άνοιγμα επιλεγμένου/εστιασμένου μηνύματος. Διαγραφή: Μετακίνηση επιλεγμένων μηνυμάτων στα Διεγραμμένα."; $labels'helplistkeyboardnavcontacts' = "Enter: Άνοιγμα της επιλεγμένης/εστιασμένης επαφής."; -?>
View file
roundcubemail-1.4-rc1.133.tar.gz/program/localization/el_GR/messages.inc -> roundcubemail-1.4-rc1.167.tar.gz/program/localization/el_GR/messages.inc
Changed
@@ -2,19 +2,18 @@ /* +-----------------------------------------------------------------------+ - | localization/<lang>/messages.inc | - | | | Localization file of the Roundcube Webmail client | - | Copyright (C) 2005-2015, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/messages/ */ + $messages'errortitle' = 'Έχει προκύψει κάποιο σφάλμα!'; $messages'loginfailed' = 'Η είσοδος απέτυχε.'; $messages'cookiesdisabled' = 'Ο περιηγητής σας (browser) δεν αποδέχεται cookies.'; @@ -61,11 +60,8 @@ $messages'encryptnoattachments' = 'Τα ήδη ανεβασμένα συνημμένα δεν μπορούν να κρυπτογραφηθούν. Παρακαλώ προσθέστε τα ξανά στον επεξεργαστή κρυπτογράφησης.'; $messages'searchpubkeyservers' = 'Θέλετε να αναζητήσετε τους διακομιστές δημόσιου κλειδιού για τα κλειδιά που λείπουν;'; $messages'encryptpubkeysfound' = 'Βρέθηκαν τα ακόλουθα δημόσια κλειδιά:'; -$messages'keyservererror' = 'Απέτυχε η λήψη του κλειδιού από τον εξυπηρετητή κλειδιών'; -$messages'keyimportsuccess' = 'Το δημόσιο κλειδί $key ανακτήθηκε επιτυχώς στην ομάδα κλειδιών σας'; $messages'nocontactsfound' = 'Δε βρέθηκαν επαφές.'; $messages'contactnotfound' = 'Η ζητούμενη επαφή δεν βρέθηκε.'; -$messages'contactsearchonly' = 'Εισάγετε κάποιους όρους προς αναζήτηση επαφών'; $messages'sendingfailed' = 'Η αποστολή του μηνύματος απέτυχε.'; $messages'senttooquickly' = 'Παρακαλώ περιμένετε $sec δευτερόλεπτα πριν στείλετε το μήνυμα.'; $messages'errorsavingsent' = 'Προέκυψε σφάλμα κατά την αποθήκευση αποσταλμένου μηνύματος.';
View file
roundcubemail-1.4-rc1.167.tar.gz/program/localization/el_GR/timezones.inc
Added
@@ -0,0 +1,17 @@ +<?php + +/* + +-----------------------------------------------------------------------+ + | Localization file of the Roundcube Webmail client | + | | + | Copyright (C) The Roundcube Dev Team | + | | + | Licensed under the GNU General Public License version 3 or | + | any later version with exceptions for skins & plugins. | + | See the README file for a full license statement. | + +-----------------------------------------------------------------------+ + + For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/timezones/ +*/ + +$labels'tz:africa' = 'Αφρική';
View file
roundcubemail-1.4-rc1.133.tar.gz/program/localization/en_CA/labels.inc -> roundcubemail-1.4-rc1.167.tar.gz/program/localization/en_CA/labels.inc
Changed
@@ -2,19 +2,19 @@ /* +-----------------------------------------------------------------------+ - | localization/<lang>/labels.inc | - | | | Localization file of the Roundcube Webmail client | - | Copyright (C) 2005-2015, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/labels/ */ + + $labels'welcome' = 'Welcome to $product'; $labels'username' = 'Username'; $labels'password' = 'Password'; @@ -490,4 +490,3 @@ $labels'japanese' = 'Japanese'; $labels'korean' = 'Korean'; $labels'chinese' = 'Chinese'; -?>
View file
roundcubemail-1.4-rc1.133.tar.gz/program/localization/en_CA/messages.inc -> roundcubemail-1.4-rc1.167.tar.gz/program/localization/en_CA/messages.inc
Changed
@@ -2,19 +2,18 @@ /* +-----------------------------------------------------------------------+ - | localization/<lang>/messages.inc | - | | | Localization file of the Roundcube Webmail client | - | Copyright (C) 2005-2015, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/messages/ */ + $messages'errortitle' = 'An error occurred!'; $messages'loginfailed' = 'Login failed.'; $messages'cookiesdisabled' = 'Your browser does not accept cookies.'; @@ -53,7 +52,6 @@ $messages'encryptedmessage' = 'This is an encrypted message and can not be displayed. Sorry!'; $messages'nocontactsfound' = 'No contacts found.'; $messages'contactnotfound' = 'The requested contact was not found.'; -$messages'contactsearchonly' = 'Enter some search terms to find contacts'; $messages'sendingfailed' = 'Failed to send message.'; $messages'senttooquickly' = 'Please wait $sec sec(s). before sending this message.'; $messages'errorsavingsent' = 'An error occurred while saving sent message.';
View file
roundcubemail-1.4-rc1.133.tar.gz/program/localization/en_GB/labels.inc -> roundcubemail-1.4-rc1.167.tar.gz/program/localization/en_GB/labels.inc
Changed
@@ -2,19 +2,19 @@ /* +-----------------------------------------------------------------------+ - | localization/<lang>/labels.inc | - | | | Localization file of the Roundcube Webmail client | - | Copyright (C) 2005-2015, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/labels/ */ + + $labels'welcome' = 'Welcome to $product'; $labels'username' = 'Username'; $labels'password' = 'Password'; @@ -396,6 +396,9 @@ $labels'addphoto' = 'Add'; $labels'replacephoto' = 'Replace'; $labels'uploadphoto' = 'Upload photo'; +$labels'choosefile' = 'Select file...'; +$labels'choosefiles' = 'Select files...'; +$labels'browse' = 'Browse'; $labels'newcontact' = 'Create new contact'; $labels'deletecontact' = 'Delete selected contacts'; $labels'composeto' = 'Compose mail to'; @@ -677,4 +680,3 @@ Enter: Open the selected/focused message. Delete: Move selected messages to Trash."; $labels'helplistkeyboardnavcontacts' = "Enter: Open the selected/focused contact."; -?>
View file
roundcubemail-1.4-rc1.133.tar.gz/program/localization/en_GB/messages.inc -> roundcubemail-1.4-rc1.167.tar.gz/program/localization/en_GB/messages.inc
Changed
@@ -2,23 +2,23 @@ /* +-----------------------------------------------------------------------+ - | localization/<lang>/messages.inc | - | | | Localization file of the Roundcube Webmail client | - | Copyright (C) 2005-2015, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/messages/ */ + $messages'errortitle' = 'An error occurred.'; $messages'loginfailed' = 'Login failed.'; $messages'cookiesdisabled' = 'Your browser does not accept cookies.'; $messages'sessionerror' = 'Your session is invalid or has expired.'; +$messages'cookiesmismatch' = 'Cookie mismatch detected. Please clear your browser\'s cookies.'; $messages'storageerror' = 'Connection to IMAP server failed.'; $messages'servererror' = 'Server Error!'; $messages'servererrormsg' = 'Server Error: $msg'; @@ -64,11 +64,11 @@ $messages'encryptnoattachments' = 'Already uploaded attachments cannot be encrypted. Please re-add them in the encryption editor.'; $messages'searchpubkeyservers' = 'Do you want to search public key servers for the missing keys?'; $messages'encryptpubkeysfound' = 'The following public keys have been found:'; -$messages'keyservererror' = 'Failed to get key from keyserver'; -$messages'keyimportsuccess' = 'Public key $key successfully imported into your key ring'; +$messages'keyservererror' = 'Failed to get key from keyserver.'; +$messages'keyimportsuccess' = 'Public key $key successfully imported into your keyring.'; $messages'nocontactsfound' = 'No contacts found.'; $messages'contactnotfound' = 'The requested contact was not found.'; -$messages'contactsearchonly' = 'Enter some search terms to find contacts'; +$messages'contactsearchonly' = 'You must use a search form to see contacts from this addressbook.'; $messages'sendingfailed' = 'Failed to send message.'; $messages'senttooquickly' = 'Please wait $sec sec(s). before sending this message.'; $messages'errorsavingsent' = 'An error occurred while saving sent message.'; @@ -127,6 +127,7 @@ $messages'filesizeerror' = 'The uploaded file exceeds the maximum size of $size.'; $messages'filecounterror' = 'You can upload maximum $count files at once.'; $messages'msgsizeerror' = 'Failed to attach a file. Maximum size of a message ($size) exceeded.'; +$messages'msgsizeerrorfwd' = 'Maximum size of a message ($size) exceeded. $num message(s) have not been attached.'; $messages'copysuccess' = 'Successfully copied $nr contacts.'; $messages'movesuccess' = 'Successfully moved $nr contacts.'; $messages'copyerror' = 'Could not copy any contacts.'; @@ -186,7 +187,7 @@ $messages'savedsearchcreateerror' = 'Could not create saved search.'; $messages'messagedeleted' = 'Message(s) deleted successfully.'; $messages'messagemoved' = 'Message(s) moved successfully.'; -$messages'messagemovedtotrash' = 'Message(s) moved to the Rubbish Bin successfully.'; +$messages'messagemovedtotrash' = 'Message(s) moved to Deleted Items successfully.'; $messages'messagecopied' = 'Message(s) copied successfully.'; $messages'messagemarked' = 'Message(s) marked successfully.'; $messages'autocompletechars' = 'Enter at least $min characters for autocompletion.';
View file
roundcubemail-1.4-rc1.133.tar.gz/program/localization/en_GB/timezones.inc -> roundcubemail-1.4-rc1.167.tar.gz/program/localization/en_GB/timezones.inc
Changed
@@ -2,10 +2,9 @@ /* +-----------------------------------------------------------------------+ - | localization/<lang>/timezones.inc | - | | | Localization file of the Roundcube Webmail client | - | Copyright (C) 2005-2017, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. |
View file
roundcubemail-1.4-rc1.133.tar.gz/program/localization/eo/labels.inc -> roundcubemail-1.4-rc1.167.tar.gz/program/localization/eo/labels.inc
Changed
@@ -2,19 +2,19 @@ /* +-----------------------------------------------------------------------+ - | localization/<lang>/labels.inc | - | | | Localization file of the Roundcube Webmail client | - | Copyright (C) 2005-2015, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/labels/ */ + + $labels'welcome' = 'Bonvenon al $product'; $labels'username' = 'Uzantnomo'; $labels'password' = 'Pasvorto'; @@ -339,4 +339,3 @@ $labels'sortasc' = 'Ordigu kreskante'; $labels'sortdesc' = 'Ordigu malkreskante'; $labels'license' = 'Permesilo'; -?>
View file
roundcubemail-1.4-rc1.133.tar.gz/program/localization/eo/messages.inc -> roundcubemail-1.4-rc1.167.tar.gz/program/localization/eo/messages.inc
Changed
@@ -2,19 +2,18 @@ /* +-----------------------------------------------------------------------+ - | localization/<lang>/messages.inc | - | | | Localization file of the Roundcube Webmail client | - | Copyright (C) 2005-2015, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/messages/ */ + $messages'errortitle' = 'Eraro okazis!'; $messages'loginfailed' = 'Malsukcesis ensaluti'; $messages'cookiesdisabled' = 'Via foliumilo ne akceptas kuketojn';
View file
roundcubemail-1.4-rc1.133.tar.gz/program/localization/es_419/labels.inc -> roundcubemail-1.4-rc1.167.tar.gz/program/localization/es_419/labels.inc
Changed
@@ -2,19 +2,19 @@ /* +-----------------------------------------------------------------------+ - | localization/<lang>/labels.inc | - | | | Localization file of the Roundcube Webmail client | - | Copyright (C) 2005-2015, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/labels/ */ + + $labels'welcome' = 'Bienvenido a $product'; $labels'username' = 'Usuario'; $labels'password' = 'Contraseña'; @@ -578,4 +578,3 @@ Intro: Abrir el mensaje seleccionado/enfocado. Eliminar: Mover los mensajes seleccionados a la Papelera."; $labels'helplistkeyboardnavcontacts' = "Intro: Abrir el contacto seleccionado/enfocado."; -?>
View file
roundcubemail-1.4-rc1.133.tar.gz/program/localization/es_419/messages.inc -> roundcubemail-1.4-rc1.167.tar.gz/program/localization/es_419/messages.inc
Changed
@@ -2,19 +2,18 @@ /* +-----------------------------------------------------------------------+ - | localization/<lang>/messages.inc | - | | | Localization file of the Roundcube Webmail client | - | Copyright (C) 2005-2015, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/messages/ */ + $messages'errortitle' = '¡Ha ocurrido un error!'; $messages'loginfailed' = 'Falló el Login.'; $messages'cookiesdisabled' = 'Su navegador no acepta cookies.'; @@ -54,7 +53,6 @@ $messages'encryptedmessage' = 'Este es un mensaje encriptado y no se puede mostrar. ¡Lo lamento!'; $messages'nocontactsfound' = 'No se encontraron contactos.'; $messages'contactnotfound' = 'El contacto solicitado no fue encontrado.'; -$messages'contactsearchonly' = 'Ingresa algunos términos para encontrar contactos.'; $messages'sendingfailed' = 'Error al enviar mensaje.'; $messages'senttooquickly' = 'Por favor espera $sec seg(s). antes de enviar este mensaje.'; $messages'errorsavingsent' = 'Ha ocurrido un error grabando el mensaje enviado.';
View file
roundcubemail-1.4-rc1.133.tar.gz/program/localization/es_AR/labels.inc -> roundcubemail-1.4-rc1.167.tar.gz/program/localization/es_AR/labels.inc
Changed
@@ -2,19 +2,19 @@ /* +-----------------------------------------------------------------------+ - | localization/<lang>/labels.inc | - | | | Localization file of the Roundcube Webmail client | - | Copyright (C) 2005-2015, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/labels/ */ + + $labels'welcome' = 'Bienvenido a $product'; $labels'username' = 'Nombre de usuario'; $labels'password' = 'Contraseña'; @@ -579,4 +579,3 @@ Intro: Abre el mensaje seleccionado/en foco. Supr: Mueve el mensaje seleccionado a la Papelera."; $labels'helplistkeyboardnavcontacts' = "Intro: Abre el contacto seleccionado/en foco"; -?>
View file
roundcubemail-1.4-rc1.133.tar.gz/program/localization/es_AR/messages.inc -> roundcubemail-1.4-rc1.167.tar.gz/program/localization/es_AR/messages.inc
Changed
@@ -2,19 +2,18 @@ /* +-----------------------------------------------------------------------+ - | localization/<lang>/messages.inc | - | | | Localization file of the Roundcube Webmail client | - | Copyright (C) 2005-2015, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/messages/ */ + $messages'errortitle' = 'Ha ocurrido un error!'; $messages'loginfailed' = 'Contraseña o nombre de usuario incorrecto'; $messages'cookiesdisabled' = 'Su navegador no acepta cookies'; @@ -54,7 +53,6 @@ $messages'encryptedmessage' = 'Este es un mensaje cifrado y no puede ser mostrado. ¡Lo siento!'; $messages'nocontactsfound' = 'No hay contactos'; $messages'contactnotfound' = 'El contacto solicitado no existe'; -$messages'contactsearchonly' = 'Ingresá algún término de búsqueda para encontrar contactos'; $messages'sendingfailed' = 'Error al enviar mensaje'; $messages'senttooquickly' = 'Por favor, espere $sec segundo(s) antes de enviar este mensaje'; $messages'errorsavingsent' = 'Ocurrió un error al guardar el mensaje enviado';
View file
roundcubemail-1.4-rc1.133.tar.gz/program/localization/es_ES/labels.inc -> roundcubemail-1.4-rc1.167.tar.gz/program/localization/es_ES/labels.inc
Changed
@@ -2,24 +2,25 @@ /* +-----------------------------------------------------------------------+ - | localization/<lang>/labels.inc | - | | | Localization file of the Roundcube Webmail client | - | Copyright (C) 2005-2015, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/labels/ */ + + $labels'welcome' = 'Bienvenido a $product'; $labels'username' = 'Nombre de usuario'; $labels'password' = 'Contraseña'; $labels'server' = 'Servidor'; $labels'login' = 'Iniciar sesión'; +$labels'menu' = 'Menú'; $labels'logout' = 'Cerrar sesión'; $labels'mail' = 'Correo'; $labels'settings' = 'Configuración'; @@ -44,6 +45,7 @@ $labels'organization' = 'Organización'; $labels'readstatus' = 'Estado de lectura'; $labels'listoptions' = 'Opciones de listado...'; +$labels'listoptionstitle' = 'Lista de opciones'; $labels'mailboxlist' = 'Carpetas'; $labels'messagesfromto' = 'Mensajes $from a $to de $count'; $labels'threadsfromto' = 'Hilos $from a $to de $count'; @@ -112,6 +114,7 @@ $labels'forwardinline' = 'Reenviar entre-líneas'; $labels'forwardattachment' = 'Reenviar como adjunto'; $labels'forwardmessage' = 'Reenviar mensaje'; +$labels'bounce' = 'Reenviar'; $labels'deletemessage' = 'Eliminar mensaje'; $labels'movemessagetotrash' = 'Mover mensaje a la papelera'; $labels'printmessage' = 'Imprimir este mensaje'; @@ -135,11 +138,13 @@ $labels'more' = 'Más'; $labels'back' = 'Volver'; $labels'options' = 'Opciones'; +$labels'actions' = 'Acciones'; $labels'first' = 'Primero'; $labels'last' = 'Último'; $labels'previous' = 'Anterior'; $labels'next' = 'Siguiente'; $labels'select' = 'Seleccionar'; +$labels'selection' = 'Selección'; $labels'all' = 'Todos'; $labels'none' = 'Ninguno'; $labels'currpage' = 'Página actual'; @@ -196,6 +201,7 @@ $labels'quotastorage' = 'Espacio en disco'; $labels'quotamessage' = 'Número de mensajes'; $labels'quicksearch' = 'Búsqueda rápida'; +$labels'searchplaceholder' = 'Buscar...'; $labels'resetsearch' = 'Reiniciar la búsqueda'; $labels'searchmod' = 'Opciones de búsqueda'; $labels'msgtext' = 'Mensaje completo'; @@ -275,9 +281,11 @@ $labels'highest' = 'La más alta'; $labels'nosubject' = '(sin asunto)'; $labels'showimages' = 'Mostrar imágenes'; +$labels'allow' = 'Permitir'; $labels'alwaysshow' = 'Siempre mostrar imágenes de $sender'; $labels'isdraft' = 'Este es un mensaje de borrador.'; $labels'andnmore' = '$nr más…'; +$labels'details' = 'Detalles'; $labels'togglemoreheaders' = 'Mostrar más encabezados del mensaje'; $labels'togglefullheaders' = 'Desplegar u ocultar encabezados de mensajes'; $labels'htmltoggle' = 'HTML'; @@ -293,6 +301,10 @@ $labels'receiptread' = 'Devolver recibo de confirmación (lectura)'; $labels'yourmessage' = 'Esto es un acuse de recibo de su mensaje'; $labels'receiptnote' = 'Nota: Esta notificación sólo confirma que su mensaje fue abierto en el ordenador del destinatario. Eso no garantiza que el destinatario haya leído o entendido el contenido del mensaje.'; +$labels'rotate' = 'Girar'; +$labels'increaseimage' = 'Aumentar el tamaño de la imagen'; +$labels'decreaseimage' = 'Disminuir el tamaño de la imagen'; +$labels'rotateimage' = 'Girar imagen'; $labels'name' = 'Nombre de visualización'; $labels'firstname' = 'Nombre'; $labels'surname' = 'Apellido'; @@ -358,6 +370,7 @@ $labels'save' = 'Guardar'; $labels'delete' = 'Eliminar'; $labels'discard' = 'Descartar'; +$labels'continue' = 'Continuar'; $labels'rename' = 'Renombrar'; $labels'addphoto' = 'Añadir'; $labels'replacephoto' = 'Reemplazar'; @@ -424,7 +437,7 @@ $labels'dstactive' = 'Horario de verano'; $labels'showinextwin' = 'Abrir mensaje en una ventana nueva'; $labels'composeextwin' = 'Redactar en una ventana nueva'; -$labels'htmleditor' = 'Componer mensajes HTML'; +$labels'htmleditor' = 'Redactar mensajes HTML'; $labels'htmlonreply' = 'en respuesta a mensaje HTML'; $labels'htmlonreplyandforward' = 'en reenvío o respuesta a mensaje HTML'; $labels'htmlsignature' = 'Firma HTML'; @@ -534,6 +547,7 @@ $labels'namespace.personal' = 'Personal'; $labels'namespace.other' = 'Otros usuarios'; $labels'namespace.shared' = 'Compartido'; +$labels'dualusemail' = 'mensajes'; $labels'encryptioncreatekey' = 'Crear una nueva clave par'; $labels'sortby' = 'Ordenar por'; $labels'sortasc' = 'Orden ascendente'; @@ -607,6 +621,7 @@ $labels'arialabelidentityeditfrom' = 'Formulario de edición de identidad'; $labels'arialabelresonseeditfrom' = 'Formulario de edición de respuesta'; $labels'arialabelsearchterms' = 'Términos de búsqueda'; +$labels'arialabelimagetools' = 'Herramientas de imagen'; $labels'helplistnavigation' = 'Listar la navegación por teclado'; $labels'helplistkeyboardnavigation' = "Flechas arriba/abajo: Mover de fila el foco o selección. Espacio: Seleccionar la fila enfocada. @@ -616,4 +631,3 @@ Retorno: Abrir el mensaje seleccionado/enfocado. Borrar: Mover los mensajes seleccionado a la Papelera."; $labels'helplistkeyboardnavcontacts' = "Retorno: Abrir el contacto seleccionado"; -?>
View file
roundcubemail-1.4-rc1.133.tar.gz/program/localization/es_ES/messages.inc -> roundcubemail-1.4-rc1.167.tar.gz/program/localization/es_ES/messages.inc
Changed
@@ -2,19 +2,18 @@ /* +-----------------------------------------------------------------------+ - | localization/<lang>/messages.inc | - | | | Localization file of the Roundcube Webmail client | - | Copyright (C) 2005-2015, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/messages/ */ + $messages'errortitle' = '¡Ha ocurrido un error!'; $messages'loginfailed' = 'Contraseña o nombre de usuario incorrecto.'; $messages'cookiesdisabled' = 'Su navegador no acepta cookies.'; @@ -64,11 +63,9 @@ $messages'encryptnoattachments' = 'Todavía no se pueden cifrar los adjuntos subidos. Por favor, añádelos luego en el editor de cifrado.'; $messages'searchpubkeyservers' = '¿Quieres buscar servidores de clave pública para las claves que faltan?'; $messages'encryptpubkeysfound' = 'Se han encontrado las siguientes claves públicas:'; -$messages'keyservererror' = 'No se ha podido obtener la clave del servidor de claves'; -$messages'keyimportsuccess' = 'La clave pública ¢key se ha importado correctamente a tu anillo de claves'; $messages'nocontactsfound' = 'No se encontraron contactos.'; $messages'contactnotfound' = 'El contacto solicitado no existe.'; -$messages'contactsearchonly' = 'Ingrese algún criterio para buscar contactos'; +$messages'contactsearchonly' = 'Debes utilizar un formulario de búsqueda para ver los contactos de la libreta de direcciones seleccionada.'; $messages'sendingfailed' = 'Error al enviar mensaje.'; $messages'senttooquickly' = 'Por favor, espere $sec segundo(s) antes de enviar este mensaje.'; $messages'errorsavingsent' = 'Ha ocurrido un error al guardar el mensaje enviado.';
View file
roundcubemail-1.4-rc1.133.tar.gz/program/localization/es_ES/timezones.inc -> roundcubemail-1.4-rc1.167.tar.gz/program/localization/es_ES/timezones.inc
Changed
@@ -2,10 +2,9 @@ /* +-----------------------------------------------------------------------+ - | localization/<lang>/timezones.inc | - | | | Localization file of the Roundcube Webmail client | - | Copyright (C) 2005-2017, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | @@ -66,11 +65,14 @@ $labels'tz:america:managua' = 'Managua'; $labels'tz:america:matamoros' = 'Matamoros'; $labels'tz:america:merida' = 'Mérida'; +$labels'tz:america:mexico_city' = 'Ciudad de México'; $labels'tz:america:monterrey' = 'Monterrey'; $labels'tz:america:montevideo' = 'Montevideo'; +$labels'tz:america:new_york' = 'Nueva York'; $labels'tz:america:panama' = 'Panamá'; $labels'tz:america:paramaribo' = 'Paramaribo'; $labels'tz:america:phoenix' = 'Phoenix'; +$labels'tz:america:port_of_spain' = 'Puerto de España'; $labels'tz:america:puerto_rico' = 'Puerto Rico'; $labels'tz:america:santiago' = 'Santiago'; $labels'tz:america:santo_domingo' = 'Santo Domingo'; @@ -79,6 +81,7 @@ $labels'tz:america:tijuana' = 'Tijuana'; $labels'tz:america:toronto' = 'Toronto'; $labels'tz:asia' = 'Asia'; +$labels'tz:asia:dubai' = 'Dubái'; $labels'tz:asia:gaza' = 'Gaza'; $labels'tz:asia:hong_kong' = 'Hong Kong'; $labels'tz:asia:karachi' = 'Karachi'; @@ -118,4 +121,15 @@ $labels'tz:europe:kiev' = 'Kiev'; $labels'tz:europe:lisbon' = 'Lisboa'; $labels'tz:europe:london' = 'Londres'; +$labels'tz:europe:luxembourg' = 'Luxemburgo'; $labels'tz:europe:madrid' = 'Madrid'; +$labels'tz:europe:monaco' = 'Mónaco'; +$labels'tz:europe:moscow' = 'Moscú'; +$labels'tz:europe:oslo' = 'Oslo'; +$labels'tz:europe:paris' = 'París'; +$labels'tz:europe:prague' = 'Praga'; +$labels'tz:europe:rome' = 'Roma'; +$labels'tz:europe:san_marino' = 'San Marino'; +$labels'tz:europe:vatican' = 'Ciudad del Vaticano'; +$labels'tz:europe:vienna' = 'Viena'; +$labels'tz:europe:zurich' = 'Zúrich';
View file
roundcubemail-1.4-rc1.133.tar.gz/program/localization/et_EE/labels.inc -> roundcubemail-1.4-rc1.167.tar.gz/program/localization/et_EE/labels.inc
Changed
@@ -2,19 +2,19 @@ /* +-----------------------------------------------------------------------+ - | localization/<lang>/labels.inc | - | | | Localization file of the Roundcube Webmail client | - | Copyright (C) 2005-2015, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/labels/ */ + + $labels'welcome' = 'Tere tulemast! See on $product.'; $labels'username' = 'Kasutajanimi'; $labels'password' = 'Parool'; @@ -45,6 +45,7 @@ $labels'organization' = 'Organisatsioon'; $labels'readstatus' = 'Lugemise staatus'; $labels'listoptions' = 'Nimekirja valikud…'; +$labels'listoptionstitle' = 'Nimekirja valikud'; $labels'mailboxlist' = 'Kaustad'; $labels'messagesfromto' = 'Kirjed $from kuni $to, kokku $count'; $labels'threadsfromto' = 'Lõimed $from kuni $to, kokku $count'; @@ -136,12 +137,15 @@ $labels'more' = 'Rohkem'; $labels'back' = 'Tagasi'; $labels'options' = 'Valikud'; +$labels'composeoptions' = 'Koostamise valikud'; +$labels'optionsandattachments' = 'Valikud ja manused'; $labels'actions' = 'Tegevused'; $labels'first' = 'Esimene'; $labels'last' = 'Viimane'; $labels'previous' = 'Eelmine'; $labels'next' = 'Järgmine'; $labels'select' = 'Vali'; +$labels'selection' = 'Valik'; $labels'all' = 'kõik'; $labels'none' = 'Puudub'; $labels'currpage' = 'Praegune leht'; @@ -178,14 +182,20 @@ $labels'listsorting' = 'Järjestus veerg'; $labels'listorder' = 'Järjestus suund'; $labels'listmode' = 'Nimekirja vaatamise režiim'; +$labels'lmode' = 'Nimekirja režiim'; $labels'layout' = 'Paigutus'; $labels'layoutwidescreen' = 'Laiekraan'; $labels'layoutdesktop' = 'Lauaarvuti'; $labels'layoutlist' = 'Nimekiri'; +$labels'layoutwidescreendesc' = 'Laiekraan (3-paani vaade)'; +$labels'layoutdesktopdesc' = 'Töölaud (lai nimekiri ja kirja ülevaade allpool)'; +$labels'layoutlistdesc' = 'Nimekiri (kirja ülevaadet ei ole)'; $labels'folderactions' = 'Kausta tegevused...'; $labels'compact' = 'Tihenda'; $labels'empty' = 'Tühjenda'; $labels'importmessages' = 'Impordi kirju'; +$labels'mailimportdesc' = 'Saate ülesse laadida faile, mis on <a href="https://en.wikipedia.org/wiki/Email#Message_format">MIME</a> või <a href="https://en.wikipedia.org/wiki/Mbox">Mbox</a> formaadis.'; +$labels'mailimportzip' = 'Mitut faili on võimalik kokku pakkida zip arhiiviks.'; $labels'quota' = 'Kettakasutus'; $labels'unknown' = 'teadmata'; $labels'unlimited' = 'piiramatu'; @@ -195,6 +205,7 @@ $labels'quotastorage' = 'Ketta ruum'; $labels'quotamessage' = 'Kirjade arv'; $labels'quicksearch' = 'Kiirotsing'; +$labels'searchplaceholder' = 'Otsimine...'; $labels'resetsearch' = 'Lähtesta otsing'; $labels'searchmod' = 'Otsingu laiendid'; $labels'msgtext' = 'Kogu kirjast'; @@ -235,13 +246,17 @@ $labels'encryptmessagemailvelope' = 'Krüpteeri kiri kasutades Mailvelope'; $labels'importpubkeys' = 'Impordi avalikud võtmed'; $labels'encryptedsendialog' = 'Saadan krüptitud kirja'; +$labels'encryptandsign' = 'Krüpteeri ja allkirjasta'; $labels'keyid' = 'Võtme ID'; $labels'keylength' = 'Bitte'; $labels'keyexpired' = 'Aegunud'; $labels'keyrevoked' = 'Tühistatud'; $labels'bccinstead' = 'Kasuta Pimekoopiat'; +$labels'addheader' = 'Lisa saaja (päis)'; $labels'insert' = 'Lisa'; +$labels'insertcontact' = 'Lisa kontakt(id)'; $labels'recipient' = 'Saaja'; +$labels'recipientedit' = 'Saaja muutmine'; $labels'editidents' = 'Muuda Identiteete'; $labels'spellcheck' = 'Õigekiri'; $labels'checkspelling' = 'Kontrolli õigekirja'; @@ -273,9 +288,13 @@ $labels'highest' = 'Kõrgeim'; $labels'nosubject' = '(teema puudub)'; $labels'showimages' = 'Näita pilte'; +$labels'allow' = 'Luba'; $labels'alwaysshow' = 'Näita alati $sender saadetud pilte'; $labels'isdraft' = 'See on mustand.'; $labels'andnmore' = '$nr veel…'; +$labels'details' = 'Detailid'; +$labels'headers' = 'Päised'; +$labels'allheaders' = 'Kõik päised...'; $labels'togglemoreheaders' = 'Näita rohkem kirja päiseid'; $labels'togglefullheaders' = 'Näita/peida algseid päiseid'; $labels'htmltoggle' = 'HTML'; @@ -291,6 +310,14 @@ $labels'receiptread' = 'Kättesaamiskinnitus (leotud)'; $labels'yourmessage' = 'See on sinu saadetud kirja kättesaamiskinnitus'; $labels'receiptnote' = 'Märkus: Kättesaamiskinnituse saamine tähendab ainult seda, et saaja on kirja avanud. Pole mingit garantiid, et ta kirja tegelikult luges ja selle sisust aru sai.'; +$labels'zoomin' = 'Suurenda'; +$labels'zoomout' = 'Vähenda'; +$labels'rotate' = 'Keera'; +$labels'increaseimage' = 'Suurenda pildi suurust'; +$labels'decreaseimage' = 'Vähenda pildi suurust'; +$labels'rotateimage' = 'Keera pilti'; +$labels'showtools' = 'Kuva pildi tööriistad'; +$labels'hidetools' = 'Peida pildi tööriistad'; $labels'name' = 'Näidatav nimi'; $labels'firstname' = 'Eesnimi'; $labels'surname' = 'Perekonnanimi'; @@ -355,10 +382,16 @@ $labels'cancel' = 'Katkesta'; $labels'save' = 'Salvesta'; $labels'delete' = 'Kustuta'; +$labels'discard' = 'Loobu'; +$labels'continue' = 'Jätka'; +$labels'ok' = 'OK'; $labels'rename' = 'Nimeta ümber'; $labels'addphoto' = 'Lisa'; $labels'replacephoto' = 'Asenda'; $labels'uploadphoto' = 'Lisa foto'; +$labels'choosefile' = 'Vali fail...'; +$labels'choosefiles' = 'Vali failid...'; +$labels'browse' = 'Sirvi'; $labels'newcontact' = 'Loo uus kontakt'; $labels'deletecontact' = 'Kustuta märgistatud kontaktid'; $labels'composeto' = 'Kirjuta kiri'; @@ -372,6 +405,8 @@ $labels'addgroup' = 'Lisa grupp'; $labels'grouprename' = 'Nimeta grupp ümber'; $labels'groupdelete' = 'Kustuta grupp'; +$labels'groupassign' = 'Lisa gruppi'; +$labels'groupremove' = 'Eemalda grupist'; $labels'groupremoveselected' = 'Eemalda valitud kontaktid grupist'; $labels'uponelevel' = 'Üks tase kõrgemale'; $labels'previouspage' = 'Näita eelmist lehte'; @@ -392,6 +427,7 @@ $labels'importgroups' = 'Impordi grupi ülessanded'; $labels'importgroupsall' = 'Kõik (loo vajadusel grupid)'; $labels'importgroupsexisting' = 'Ainult olemasolevatele gruppidele'; +$labels'importdesc' = 'Saate ülesse laadida kontakte olemasolevast aadressi raamatust. <br/>Hetkel on toetatud aadresside importimine <a href="https://en.wikipedia.org/wiki/VCard">vCard</a>või CSV(komaga eraldatud) andmete formaadis. '; $labels'done' = 'Valmis'; $labels'settingsfor' = 'Kasutajaeelistused kontole'; $labels'about' = 'Programmist lähemalt'; @@ -483,6 +519,7 @@ $labels'newmessageonly' = 'ainult uutele'; $labels'replyandforwardonly' = 'ainult vastates ja edastades'; $labels'insertsignature' = 'Sisesta allkiri'; +$labels'automarkread' = 'Märgi sõnum loetuks'; $labels'afternseconds' = '$n sekundi pärast'; $labels'reqmdn' = 'Nõua alati kättesaamiskinnitust'; $labels'reqdsn' = 'Nõua alati kohalejõudmisteavitust'; @@ -525,9 +562,16 @@ $labels'otherfolder' = 'Teiste kasutajate kaust'; $labels'sharedfolder' = 'Avalik kaust'; $labels'findfolders' = 'Otsi kaustasi'; +$labels'findcontacts' = 'Otsi kontakte'; +$labels'findmail' = 'Otsi maile'; $labels'namespace.personal' = 'Isiklik'; $labels'namespace.other' = 'Teised kasutajad'; $labels'namespace.shared' = 'Jagatud'; +$labels'dualuselabel' = 'Võib sisaldada ainult'; +$labels'dualusemail' = 'sõnumid'; +$labels'dualusefolder' = 'Kataloogid'; +$labels'generate' = 'Genereeri'; +$labels'encryptioncreatekey' = 'Loo uus võtme paar'; $labels'sortby' = 'Järjesta'; $labels'sortasc' = 'Järjesta kasvavalt'; $labels'sortdesc' = 'Järjesta kahanevalt'; @@ -598,6 +642,7 @@ $labels'arialabelidentityeditfrom' = 'Identiteedi muutmis vorm'; $labels'arialabelresonseeditfrom' = 'Vastuse muutmis vorm'; $labels'arialabelsearchterms' = 'Otsingusõnad'; +$labels'arialabelimagetools' = 'Pildi tööriistad'; $labels'helplistnavigation' = 'Näita klaviatuuri navigatsiooni'; $labels'helplistkeyboardnavigation' = "Nooled üles/alla: Muuda rida fokuseeri/vali Tühik: Vali fokuseeritud rida @@ -607,4 +652,3 @@ Enter: Ava valitud/fokuseeritud kiri Delete: Liigutda valitud kiri prügikasti."; $labels'helplistkeyboardnavcontacts' = "Enter: Ava valitud/fokuseeritud kontakt"; -?>
View file
roundcubemail-1.4-rc1.133.tar.gz/program/localization/et_EE/messages.inc -> roundcubemail-1.4-rc1.167.tar.gz/program/localization/et_EE/messages.inc
Changed
@@ -2,19 +2,18 @@ /* +-----------------------------------------------------------------------+ - | localization/<lang>/messages.inc | - | | | Localization file of the Roundcube Webmail client | - | Copyright (C) 2005-2015, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/messages/ */ + $messages'errortitle' = 'Ilmnes tõrge!'; $messages'loginfailed' = 'Sisselogimine ebaõnnestus'; $messages'cookiesdisabled' = 'Sinu veebilehitseja ei võta präänikuid vastu'; @@ -54,7 +53,6 @@ $messages'encryptedmessage' = 'See on krüpteeritud kiri ja kahjuks pole seda võimalik näidata. Andestust!'; $messages'nocontactsfound' = 'Ei leitud ühtegi kontakti'; $messages'contactnotfound' = 'Otsitud kontakti ei leitud'; -$messages'contactsearchonly' = 'Sisesta otsingusõna kontaktide leidmiseks'; $messages'sendingfailed' = 'Kirja saatmine ebaõnnestus'; $messages'senttooquickly' = 'Palun oota enne selle kirja saatmist $sec sekundit.'; $messages'errorsavingsent' = 'Saadetud kirja salvestamisel ilmnes tõrge';
View file
roundcubemail-1.4-rc1.133.tar.gz/program/localization/et_EE/timezones.inc -> roundcubemail-1.4-rc1.167.tar.gz/program/localization/et_EE/timezones.inc
Changed
@@ -2,10 +2,9 @@ /* +-----------------------------------------------------------------------+ - | localization/<lang>/timezones.inc | - | | | Localization file of the Roundcube Webmail client | - | Copyright (C) 2005-2017, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. |
View file
roundcubemail-1.4-rc1.133.tar.gz/program/localization/eu_ES/labels.inc -> roundcubemail-1.4-rc1.167.tar.gz/program/localization/eu_ES/labels.inc
Changed
@@ -2,19 +2,19 @@ /* +-----------------------------------------------------------------------+ - | localization/<lang>/labels.inc | - | | | Localization file of the Roundcube Webmail client | - | Copyright (C) 2005-2015, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/labels/ */ + + $labels'welcome' = 'Ongi etorri $product-ra'; $labels'username' = 'Erabiltzaile-izena'; $labels'password' = 'Pasahitza'; @@ -631,4 +631,3 @@ Ezabatu: Eraman hautatutako mezuak zakarrontzira. "; $labels'helplistkeyboardnavcontacts' = "Sartu: Ireki hautatutako/fokatutako kontaktua."; -?>
View file
roundcubemail-1.4-rc1.133.tar.gz/program/localization/eu_ES/messages.inc -> roundcubemail-1.4-rc1.167.tar.gz/program/localization/eu_ES/messages.inc
Changed
@@ -2,19 +2,18 @@ /* +-----------------------------------------------------------------------+ - | localization/<lang>/messages.inc | - | | | Localization file of the Roundcube Webmail client | - | Copyright (C) 2005-2015, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/messages/ */ + $messages'errortitle' = 'Errore bat gertatu da!'; $messages'loginfailed' = 'Saio hasierak huts egin du.'; $messages'cookiesdisabled' = 'Zure nabigatzaileak ez ditu cookie-rik onartzen.'; @@ -64,11 +63,8 @@ $messages'encryptnoattachments' = 'Dagoeneko kargatutako eranskinak ezin dira zifratu. Gehitu itzazu berriro zifratze editorera.'; $messages'searchpubkeyservers' = 'Falta diren gakoak gako publikoen zerbitzarietan bilatzea nahi duzu?'; $messages'encryptpubkeysfound' = 'Hurrengo gako publikoak aurkitu dira:'; -$messages'keyservererror' = 'Huts egin du gako zerbitzaritik gakoa eskuratzen'; -$messages'keyimportsuccess' = '$key gako publikoa ongi inportatu da gako-gunetik'; $messages'nocontactsfound' = 'Ez da kontakturik aurkitu.'; $messages'contactnotfound' = 'Eskatutako kontaktua ez da aurkitu.'; -$messages'contactsearchonly' = 'Sartu kontaktua aurkitzeko bilaketa daturen bat.'; $messages'sendingfailed' = 'Huts mezua bidaltzerakoan.'; $messages'senttooquickly' = 'Itxaron $sec segundo mezua bidali aurretik, mesedez.'; $messages'errorsavingsent' = 'Errore bat gertatu da bidalitako mezua gordetzean.';
View file
roundcubemail-1.4-rc1.133.tar.gz/program/localization/eu_ES/timezones.inc -> roundcubemail-1.4-rc1.167.tar.gz/program/localization/eu_ES/timezones.inc
Changed
@@ -2,10 +2,9 @@ /* +-----------------------------------------------------------------------+ - | localization/<lang>/timezones.inc | - | | | Localization file of the Roundcube Webmail client | - | Copyright (C) 2005-2017, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. |
View file
roundcubemail-1.4-rc1.133.tar.gz/program/localization/fa_AF/labels.inc -> roundcubemail-1.4-rc1.167.tar.gz/program/localization/fa_AF/labels.inc
Changed
@@ -2,19 +2,19 @@ /* +-----------------------------------------------------------------------+ - | localization/<lang>/labels.inc | - | | | Localization file of the Roundcube Webmail client | - | Copyright (C) 2005-2015, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/labels/ */ + + $labels'welcome' = 'به اين پروژه خوش امديد'; $labels'username' = 'نام کاربر'; $labels'password' = 'شفر'; @@ -279,4 +279,3 @@ $labels'KB' = 'کیلو بایت'; $labels'MB' = 'میگا بایت'; $labels'GB' = 'گیگا بایت'; -?>
View file
roundcubemail-1.4-rc1.133.tar.gz/program/localization/fa_AF/messages.inc -> roundcubemail-1.4-rc1.167.tar.gz/program/localization/fa_AF/messages.inc
Changed
@@ -2,19 +2,18 @@ /* +-----------------------------------------------------------------------+ - | localization/<lang>/messages.inc | - | | | Localization file of the Roundcube Webmail client | - | Copyright (C) 2005-2015, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/messages/ */ + $messages'errortitle' = 'خطا رخ داد'; $messages'loginfailed' = 'ورود با شکست همراه بود'; $messages'cookiesdisabled' = 'جستجوگر شما cookies را قبول نميکند';
View file
roundcubemail-1.4-rc1.133.tar.gz/program/localization/fa_IR/labels.inc -> roundcubemail-1.4-rc1.167.tar.gz/program/localization/fa_IR/labels.inc
Changed
@@ -2,19 +2,19 @@ /* +-----------------------------------------------------------------------+ - | localization/<lang>/labels.inc | - | | | Localization file of the Roundcube Webmail client | - | Copyright (C) 2005-2015, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/labels/ */ + + $labels'welcome' = 'به $product خوش آمدید'; $labels'username' = 'نامکاربری'; $labels'password' = 'گذرواژه'; @@ -30,7 +30,7 @@ $labels'sent' = 'ارسال شده'; $labels'trash' = 'زبالهدان'; $labels'junk' = 'بنجل'; -$labels'show_real_foldernames' = 'نمایش نام واقعی برای پوشههای ویژه'; +$labels'show_real_foldernames' = 'نمایش نامهای واقعی برای پوشههای ویژه'; $labels'subject' = 'موضوع'; $labels'from' = 'از'; $labels'sender' = 'فرستنده'; @@ -114,6 +114,8 @@ $labels'forwardinline' = 'ارجاع خطی'; $labels'forwardattachment' = 'ارجاع به صورت پیوست'; $labels'forwardmessage' = 'ارجاع پیام'; +$labels'bouncemsg' = 'ارسال مجدد (پرش)'; +$labels'bounce' = 'ارسال مجدد'; $labels'deletemessage' = 'حذف پیغام'; $labels'movemessagetotrash' = 'انتقال پیغام به زبالهدان'; $labels'printmessage' = 'چاپ این پیغام'; @@ -130,15 +132,22 @@ $labels'markflagged' = 'به عنوان پرچمدار'; $labels'markunflagged' = 'به عنوان بدون پرچم'; $labels'moreactions' = 'کارهای دیگر...'; +$labels'markallread' = 'علامتگذاری همه به عنوان خواندهشده'; +$labels'folders-cur' = 'فقط پوشههای انتخابشده'; +$labels'folders-sub' = 'پوشهی انتخابشده و زیرپوشههای آن'; $labels'folders-all' = 'همه پوشهها'; $labels'more' = 'بيشتر'; $labels'back' = 'بازگشت'; $labels'options' = 'گزینهها'; +$labels'composeoptions' = 'تنظیمات نوشتن'; +$labels'optionsandattachments' = 'گزینهها و پیوستها'; +$labels'actions' = 'اقدامها'; $labels'first' = 'اول'; $labels'last' = 'آخر'; $labels'previous' = 'قبل'; $labels'next' = 'بعد'; $labels'select' = 'انتخاب'; +$labels'selection' = 'انتخاب'; $labels'all' = 'همه'; $labels'none' = 'هیچکدام'; $labels'currpage' = 'صفحه جاری'; @@ -175,10 +184,14 @@ $labels'listsorting' = 'ستون مرتبسازی'; $labels'listorder' = 'ترتیب مرتبسازی'; $labels'listmode' = 'نوع مشاهده فهرست'; +$labels'lmode' = 'حالت لیست'; $labels'layout' = 'چیدمان'; $labels'layoutwidescreen' = 'عریض'; $labels'layoutdesktop' = 'رومیزی'; $labels'layoutlist' = 'لیست'; +$labels'layoutwidescreendesc' = 'صفحهی عریض (نمایش ۳ ستونی)'; +$labels'layoutdesktopdesc' = 'رومیزی (لیست عریض و پیشنمایش ایمیل در زیر)'; +$labels'layoutlistdesc' = 'لیست (بدون پیشنمایش ایمیل)'; $labels'folderactions' = 'اعمال پوشه...'; $labels'compact' = 'فشرده'; $labels'empty' = 'خالی'; @@ -191,6 +204,9 @@ $labels'quotaused' = 'استفاده شده'; $labels'quotastorage' = 'فضای دیسک'; $labels'quotamessage' = 'تعداد پیغامها'; +$labels'shortheaderdate' = 'در $date'; +$labels'shortheaderto' = 'به $to در $date'; +$labels'shortheaderfrom' = 'از $from در $date'; $labels'quicksearch' = 'جستجوی سریع'; $labels'searchplaceholder' = 'جستجو...'; $labels'resetsearch' = 'جستجوی دوباره'; @@ -201,7 +217,14 @@ $labels'namex' = 'نام'; $labels'searchscope' = 'حوزه'; $labels'currentfolder' = 'پوشه جاری'; +$labels'subfolders' = 'این و زیرپوشهها'; $labels'allfolders' = 'همه پوشهها'; +$labels'searchinterval-1W' = 'قدیمیتر از یک هفته'; +$labels'searchinterval-1M' = 'قدیمیتر از یک ماه'; +$labels'searchinterval-1Y' = 'قدیمیتر از یک سال'; +$labels'searchinterval1W' = 'جدیدتر از یک هفته'; +$labels'searchinterval1M' = 'جدیدتر از یک ماه'; +$labels'searchinterval1Y' = 'جدیدتر از یک سال'; $labels'openinextwin' = 'باز کردن در پنجرهی جدید'; $labels'emlsave' = 'بارگیری (.eml)'; $labels'changeformattext' = 'نمایش در قالب متنی'; @@ -219,10 +242,12 @@ $labels'originalmessage' = 'پیام اصلی'; $labels'selectimage' = 'انتخاب تصویر'; $labels'addimage' = 'افزودن تصویر'; +$labels'selectmedia' = 'انتخاب فیلم'; $labels'addmedia' = 'افزودن رسانه'; $labels'encrypt' = 'رمزگذاری'; $labels'encryptmessage' = 'رمزگذاری پیغام'; $labels'keyid' = 'کلید شناسه'; +$labels'keylength' = 'بیتها'; $labels'keyexpired' = 'منقضی شده'; $labels'insert' = 'جاگذارى'; $labels'recipient' = 'گیرنده'; @@ -255,9 +280,12 @@ $labels'highest' = 'بیشترین'; $labels'nosubject' = '(بدون موضوع)'; $labels'showimages' = 'نمایش عکسها'; +$labels'allow' = 'اجازه دادن'; $labels'alwaysshow' = 'همیشه عکسهای دریافتی از $sender را نمایش داده شود'; $labels'isdraft' = 'این یک پیغام پیشنویس است.'; $labels'andnmore' = '$nr بیشتر...'; +$labels'details' = 'جزییات'; +$labels'headers' = 'سربرگها'; $labels'togglemoreheaders' = 'نمایش سربرگهای بیشتر پیام'; $labels'togglefullheaders' = 'تعویض سربرگهای پیام خام'; $labels'htmltoggle' = 'HTML'; @@ -336,10 +364,13 @@ $labels'save' = 'ذخیره'; $labels'delete' = 'حذف'; $labels'discard' = 'دور انداختن'; +$labels'continue' = 'ادامه'; +$labels'ok' = 'بسیارخوب'; $labels'rename' = 'تغییر نام'; $labels'addphoto' = 'افزودن'; $labels'replacephoto' = 'جایگزینی'; $labels'uploadphoto' = 'بارگذاری تصویر'; +$labels'browse' = 'مرور'; $labels'deletecontact' = 'حذف تماسهای انتخاب شده'; $labels'composeto' = 'نوشتن پست به'; $labels'contactsfromto' = 'تماسهای $from تا $to از $count'; @@ -559,4 +590,3 @@ $labels'arialabelidentityeditfrom' = 'فرم ویرایش هویت'; $labels'arialabelresonseeditfrom' = 'فرم ویرایش واکنشگرا'; $labels'arialabelsearchterms' = 'شرایط جستجو'; -?>
View file
roundcubemail-1.4-rc1.133.tar.gz/program/localization/fa_IR/messages.inc -> roundcubemail-1.4-rc1.167.tar.gz/program/localization/fa_IR/messages.inc
Changed
@@ -2,19 +2,18 @@ /* +-----------------------------------------------------------------------+ - | localization/<lang>/messages.inc | - | | | Localization file of the Roundcube Webmail client | - | Copyright (C) 2005-2015, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/messages/ */ + $messages'errortitle' = 'خطایی رخ داد!'; $messages'loginfailed' = 'ورود ناموفق بود.'; $messages'cookiesdisabled' = 'مرورگر شما کوکیها را قبول نمیکند.'; @@ -56,7 +55,6 @@ $messages'encryptedmessage' = 'این یک پیام رمزنگاری شده است و قابل نمایش نیست. با عرض پوزش!'; $messages'nocontactsfound' = 'مخاطبی پیدا نشد.'; $messages'contactnotfound' = 'مخاطب درخواست شده پیدا نشد.'; -$messages'contactsearchonly' = 'برای یافتن مخاطبها، عبارت جستجو را وارد کنید'; $messages'sendingfailed' = 'ارسال پیغام ناموفق بود.'; $messages'senttooquickly' = 'لطفا قبل از ارسال این پیام $sec ثانیه صبر کنید.'; $messages'errorsavingsent' = 'خطایی رخ داده است پیام ارسالی ذخیره می گردد.';
View file
roundcubemail-1.4-rc1.133.tar.gz/program/localization/fa_IR/timezones.inc -> roundcubemail-1.4-rc1.167.tar.gz/program/localization/fa_IR/timezones.inc
Changed
@@ -2,10 +2,9 @@ /* +-----------------------------------------------------------------------+ - | localization/<lang>/timezones.inc | - | | | Localization file of the Roundcube Webmail client | - | Copyright (C) 2005-2017, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. |
View file
roundcubemail-1.4-rc1.133.tar.gz/program/localization/fi_FI/labels.inc -> roundcubemail-1.4-rc1.167.tar.gz/program/localization/fi_FI/labels.inc
Changed
@@ -2,19 +2,19 @@ /* +-----------------------------------------------------------------------+ - | localization/<lang>/labels.inc | - | | | Localization file of the Roundcube Webmail client | - | Copyright (C) 2005-2015, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/labels/ */ + + $labels'welcome' = 'Tervetuloa $product -käyttäjäksi'; $labels'username' = 'Käyttäjätunnus'; $labels'password' = 'Salasana'; @@ -657,4 +657,3 @@ Entteri/rivinvaihto: Avaa valittu/kohdistettu viesti. Delete/poista: Siirrä valitut viestit roskakoriin."; $labels'helplistkeyboardnavcontacts' = "Enter: avaa valittu/kohdistettu yhteystieto."; -?>
View file
roundcubemail-1.4-rc1.133.tar.gz/program/localization/fi_FI/messages.inc -> roundcubemail-1.4-rc1.167.tar.gz/program/localization/fi_FI/messages.inc
Changed
@@ -2,19 +2,18 @@ /* +-----------------------------------------------------------------------+ - | localization/<lang>/messages.inc | - | | | Localization file of the Roundcube Webmail client | - | Copyright (C) 2005-2015, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/messages/ */ + $messages'errortitle' = 'Virhe havaittu.'; $messages'loginfailed' = 'Sisäänkirjautuminen epäonnistui'; $messages'cookiesdisabled' = 'Selaimesi ei hyväksy evästeitä'; @@ -63,11 +62,8 @@ $messages'encryptnoattachments' = 'Entuudestaan määritettyjä liitteitä ei voi salata. Lisää liitteet uudelleen salausmuokkaimen kautta.'; $messages'searchpubkeyservers' = 'Haluatko etsiä puuttuvia avaimia julkisten avainten palvelimilta?'; $messages'encryptpubkeysfound' = 'Seuraavat avaimet löydettiin:'; -$messages'keyservererror' = 'Avaimen noutaminen avainpalvelimelta epäonnistui'; -$messages'keyimportsuccess' = 'Julkinen avain $key tuotiin onnistuneesti avainnippuusi'; $messages'nocontactsfound' = 'Yhteystietoja ei löytynyt.'; $messages'contactnotfound' = 'Pyydettyä yhteystietoa ei löytynyt'; -$messages'contactsearchonly' = 'Anna hakusanoja, joilla yhteystietoja haetaan'; $messages'sendingfailed' = 'Viestin lähetys epäonnistui'; $messages'senttooquickly' = 'Odota $sec sekunti(a) ennen viestin lähettämistä'; $messages'errorsavingsent' = 'Virhe tallennettaessa lähetettyä viestiä.';
View file
roundcubemail-1.4-rc1.133.tar.gz/program/localization/fo_FO/labels.inc -> roundcubemail-1.4-rc1.167.tar.gz/program/localization/fo_FO/labels.inc
Changed
@@ -2,19 +2,19 @@ /* +-----------------------------------------------------------------------+ - | localization/<lang>/labels.inc | - | | | Localization file of the Roundcube Webmail client | - | Copyright (C) 2005-2015, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/labels/ */ + + $labels'welcome' = 'Vælkomin til $product'; $labels'username' = 'Brúkaranavn'; $labels'password' = 'Loyniorð'; @@ -602,4 +602,3 @@ Enter: Opna valdu boð Delete: Flyt valdu boð til skrelluspann."; $labels'helplistkeyboardnavcontacts' = "Enter: Opna verandi persón"; -?>
View file
roundcubemail-1.4-rc1.133.tar.gz/program/localization/fo_FO/messages.inc -> roundcubemail-1.4-rc1.167.tar.gz/program/localization/fo_FO/messages.inc
Changed
@@ -2,19 +2,18 @@ /* +-----------------------------------------------------------------------+ - | localization/<lang>/messages.inc | - | | | Localization file of the Roundcube Webmail client | - | Copyright (C) 2005-2015, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/messages/ */ + $messages'errortitle' = 'Ein feilur kom fyri!'; $messages'loginfailed' = 'Feilur í innriting.'; $messages'cookiesdisabled' = 'Kagi tín noktar cookies.'; @@ -61,11 +60,8 @@ $messages'encryptnoattachments' = 'Tær longu viðheftu fílirnir, kunnu ikki bronglast. Vinarliga set teir inn av nýggjum.'; $messages'searchpubkeyservers' = 'Vilt tú leita í almennum datagrunnum eftir manglandi lyklum?'; $messages'encryptpubkeysfound' = 'Teir fylgjandi almennalyklar vóru funnir:'; -$messages'keyservererror' = 'Feilur kom í tá roynt var at heinta lyklar frá lykla-ambætara'; -$messages'keyimportsuccess' = 'Almennalykilin $key er koyrdur í tín lyklaring'; $messages'nocontactsfound' = 'Eingir persónar funnir.'; $messages'contactnotfound' = 'Umbindni persónurin varð ikki funnin.'; -$messages'contactsearchonly' = 'Skriva onkur leiti orð fyri at finna persónar'; $messages'sendingfailed' = 'Riggaði ikki at senda boð.'; $messages'senttooquickly' = 'Vinarliga bíða $sec sekund(ir) áðrenn tú sendur hetta boð.'; $messages'errorsavingsent' = 'Ein feilur kom fyri tá ið roynt var at goyma send boð.';
View file
roundcubemail-1.4-rc1.133.tar.gz/program/localization/fr_FR/labels.inc -> roundcubemail-1.4-rc1.167.tar.gz/program/localization/fr_FR/labels.inc
Changed
@@ -2,19 +2,19 @@ /* +-----------------------------------------------------------------------+ - | localization/<lang>/labels.inc | - | | | Localization file of the Roundcube Webmail client | - | Copyright (C) 2005-2015, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/labels/ */ + + $labels'welcome' = 'Bienvenue à $product'; $labels'username' = 'Nom d’utilisateur'; $labels'password' = 'Mot de passe'; @@ -396,6 +396,9 @@ $labels'addphoto' = 'Ajouter'; $labels'replacephoto' = 'Remplacer'; $labels'uploadphoto' = 'Téléverser une photo'; +$labels'choosefile' = 'Choisir un fichier…'; +$labels'choosefiles' = 'Choisir des fichiers…'; +$labels'browse' = 'Parcourir'; $labels'newcontact' = 'Créer un nouveau contact'; $labels'deletecontact' = 'Supprimer les contacts sélectionnés'; $labels'composeto' = 'Rédiger un courriel à'; @@ -678,4 +681,3 @@ Entrée : ouvrir le courriel sélectionné/cible. Suppr : déplacer les courriels sélectionnés vers la corbeille."; $labels'helplistkeyboardnavcontacts' = "Entrée : ouvrir le contact sélectionné/cible."; -?>
View file
roundcubemail-1.4-rc1.133.tar.gz/program/localization/fr_FR/messages.inc -> roundcubemail-1.4-rc1.167.tar.gz/program/localization/fr_FR/messages.inc
Changed
@@ -2,23 +2,23 @@ /* +-----------------------------------------------------------------------+ - | localization/<lang>/messages.inc | - | | | Localization file of the Roundcube Webmail client | - | Copyright (C) 2005-2015, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/messages/ */ + $messages'errortitle' = 'Une erreur est survenue !'; $messages'loginfailed' = 'La connexion a échoué.'; -$messages'cookiesdisabled' = 'Votre navigateur n’accepte pas les fichiers témoins.'; +$messages'cookiesdisabled' = 'Votre navigateur n’accepte pas les témoins.'; $messages'sessionerror' = 'Votre session est invalide ou a expiré.'; +$messages'cookiesmismatch' = 'Une non-concordance de témoin a été détectée. Veuillez effacer les témoins de votre navigateur.'; $messages'storageerror' = 'Erreur de connexion au serveur de stockage.'; $messages'servererror' = 'Erreur de serveur !'; $messages'servererrormsg' = 'Erreur de serveur : $msg'; @@ -64,11 +64,11 @@ $messages'encryptnoattachments' = 'Les pièces jointes déjà téléversées ne peuvent pas être chiffrées. Veuillez les ajouter de nouveau dans l’éditeur de chiffrement.'; $messages'searchpubkeyservers' = 'Voulez-vous chercher les clés manquantes sur les serveurs de clés publiques ?'; $messages'encryptpubkeysfound' = 'Les clés publiques suivantes ont été trouvées :'; -$messages'keyservererror' = 'Échec d’obtention de la clé à partir du serveur de clés'; -$messages'keyimportsuccess' = 'La clé publique $key a été importée dans le trousseau avec succès'; +$messages'keyservererror' = 'Échec d’obtention de la clé sur le serveur de clés.'; +$messages'keyimportsuccess' = 'La clé publique $key a été importée dans le trousseau avec succès.'; $messages'nocontactsfound' = 'Aucun contact n’a été trouvé.'; $messages'contactnotfound' = 'Le contact demandé n’a pas été trouvé.'; -$messages'contactsearchonly' = 'Saisir des termes d’interrogation pour trouver des contacts.'; +$messages'contactsearchonly' = 'Vous devez utiliser un formulaire de recherche pour voir les contacts du carnet d’adresses sélectionné.'; $messages'sendingfailed' = 'Échec d’envoi du courriel.'; $messages'senttooquickly' = 'Veuillez patienter $sec s avant d’envoyer ce courriel.'; $messages'errorsavingsent' = 'Une erreur est survenue durant l’enregistrement du courriel envoyé.'; @@ -127,6 +127,7 @@ $messages'filesizeerror' = 'Le fichier téléversé dépasse la taille maximale de $size.'; $messages'filecounterror' = 'Vous pouvez téléverser un maximum de $count fichiers à la fois.'; $messages'msgsizeerror' = 'Échec d’ajout de fichier. La taille maximale d’un fichier ($size) a été dépassée.'; +$messages'msgsizeerrorfwd' = 'La taille maximale d’un message ($size) a été dépassée. $num message(s) n’ont pas été joints.'; $messages'copysuccess' = '$nr contacts copiés avec succès.'; $messages'movesuccess' = '$nr contacts déplacés avec succès.'; $messages'copyerror' = 'Aucun contact n’a pu être copié.';
View file
roundcubemail-1.4-rc1.133.tar.gz/program/localization/fr_FR/timezones.inc -> roundcubemail-1.4-rc1.167.tar.gz/program/localization/fr_FR/timezones.inc
Changed
@@ -2,10 +2,9 @@ /* +-----------------------------------------------------------------------+ - | localization/<lang>/timezones.inc | - | | | Localization file of the Roundcube Webmail client | - | Copyright (C) 2005-2017, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. |
View file
roundcubemail-1.4-rc1.133.tar.gz/program/localization/fy_NL/labels.inc -> roundcubemail-1.4-rc1.167.tar.gz/program/localization/fy_NL/labels.inc
Changed
@@ -2,19 +2,19 @@ /* +-----------------------------------------------------------------------+ - | localization/<lang>/labels.inc | - | | | Localization file of the Roundcube Webmail client | - | Copyright (C) 2005-2015, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/labels/ */ + + $labels'welcome' = 'Wolkom by $product'; $labels'username' = 'Brûkersnamme'; $labels'password' = 'Wachtwurd'; @@ -607,4 +607,3 @@ Enter: Iepenje it selektearre/fokuse berjocht. Delete: Ferpleats selektearre berjocht nei jiskefet."; $labels'helplistkeyboardnavcontacts' = "Enter: Iepenje it selektearre/fokuse kontakt."; -?>
View file
roundcubemail-1.4-rc1.133.tar.gz/program/localization/fy_NL/messages.inc -> roundcubemail-1.4-rc1.167.tar.gz/program/localization/fy_NL/messages.inc
Changed
@@ -2,19 +2,18 @@ /* +-----------------------------------------------------------------------+ - | localization/<lang>/messages.inc | - | | | Localization file of the Roundcube Webmail client | - | Copyright (C) 2005-2015, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/messages/ */ + $messages'errortitle' = 'Der is in flater bard!'; $messages'loginfailed' = 'Ynloggen mislearre.'; $messages'cookiesdisabled' = 'Jo browser akseptearret gjin koekjes.'; @@ -61,11 +60,8 @@ $messages'encryptnoattachments' = 'Al oanbeane taheaksels kinne net fersifere wurde. Asjebleaft op \'e nij taheakje yn de fersifering bewurker.'; $messages'searchpubkeyservers' = 'Wolle jo op publike kaai tsjinners sykje nei de missende kaaien?'; $messages'encryptpubkeysfound' = 'De folgjende publike kaaien binne fûn:'; -$messages'keyservererror' = 'Kaai kin net fan de kaai tsjinner helle wurde'; -$messages'keyimportsuccess' = 'Publike kaai $key suksesfol ymportearre yn jo kaai ring'; $messages'nocontactsfound' = 'Gjin kontakten fûn.'; $messages'contactnotfound' = 'De opfrege kontakt waard net fûn.'; -$messages'contactsearchonly' = 'Fier wat syktermen yn om kontakten te finen'; $messages'sendingfailed' = 'Berjocht koe net ferstjoerd wurde.'; $messages'senttooquickly' = 'Wachtsje $sec sekonde(n) foar it ferstjoeren fan dit berjocht.'; $messages'errorsavingsent' = 'Der barde in flater ûnder it bewarjen fan ferstjoerd berjocht.';
View file
roundcubemail-1.4-rc1.133.tar.gz/program/localization/ga_IE/labels.inc -> roundcubemail-1.4-rc1.167.tar.gz/program/localization/ga_IE/labels.inc
Changed
@@ -2,19 +2,19 @@ /* +-----------------------------------------------------------------------+ - | localization/<lang>/labels.inc | - | | | Localization file of the Roundcube Webmail client | - | Copyright (C) 2005-2015, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/labels/ */ + + $labels'welcome' = 'Fáilte go $product'; $labels'username' = 'Úsáideoir'; $labels'password' = 'Pasfhocal'; @@ -30,6 +30,7 @@ $labels'sent' = 'Amach'; $labels'trash' = 'Bosca bruscair'; $labels'junk' = 'Dramhaíl'; +$labels'show_real_foldernames' = 'Taispeáin fíorainmneacha i gcomhair fillteáin faoi leith'; $labels'subject' = 'Ábhair'; $labels'from' = 'Seolaí'; $labels'sender' = 'Seoltóir'; @@ -136,6 +137,7 @@ $labels'previous' = 'Roimhe'; $labels'next' = 'Ar aghaidh'; $labels'select' = 'Roghnaigh'; +$labels'selection' = 'Roghnúchán'; $labels'all' = 'Uile'; $labels'none' = 'Dada'; $labels'currpage' = 'An leathanach reatha'; @@ -182,6 +184,7 @@ $labels'quotastorage' = 'Slí ar an diosca'; $labels'quotamessage' = 'Líon na dteachtaireachtaí'; $labels'shortheaderdate' = 'Ar $date'; +$labels'shortheaderto' = 'Chuig $to ar $date'; $labels'shortheaderfrom' = 'Ó $from ar an $date'; $labels'quicksearch' = 'Mearcuardaigh'; $labels'searchplaceholder' = 'Cuardaigh...'; @@ -258,6 +261,10 @@ $labels'alwaysshow' = 'Taispeáin íomhánna ó $sender i gcónaí'; $labels'isdraft' = 'Seo dréachttheachtaireacht.'; $labels'andnmore' = '$nr eile...'; +$labels'details' = 'Mionsonraí'; +$labels'headers' = 'Ceannteidil'; +$labels'allheaders' = 'Gach ceannteideal...'; +$labels'togglemoreheaders' = 'Taispeáin tuilleadh ceannteidil theachtaireachtaí'; $labels'htmltoggle' = 'HTML'; $labels'plaintoggle' = 'Téacs amháin'; $labels'savesentmessagein' = 'Coimeád an teachtaireacht seolta i'; @@ -265,8 +272,14 @@ $labels'addcc' = 'Cuir Cc leis'; $labels'addbcc' = 'Cuir Bcc leis'; $labels'receiptread' = 'Admháil fillte (léite)'; +$labels'zoomin' = 'Gluais Isteach'; +$labels'zoomout' = 'Gluais Amach'; $labels'rotate' = 'Rothlaigh'; +$labels'increaseimage' = 'Méadaigh méid na híomhá'; +$labels'decreaseimage' = 'Laghdaigh méid na híomhá'; $labels'rotateimage' = 'Rothlaigh an íomhá'; +$labels'showtools' = 'Taispeáin uirlisí don íomhánna'; +$labels'hidetools' = 'Folaigh uirlisí don íomhá'; $labels'name' = 'Leasainm'; $labels'firstname' = 'Ainm baiste'; $labels'surname' = 'Sloinne'; @@ -303,6 +316,7 @@ $labels'advanced' = 'Ardroghanna'; $labels'other' = 'Eile'; $labels'printcontact' = 'Cuir an teagmháil i gcló'; +$labels'qrcode' = 'Cód QR'; $labels'typehome' = 'Baile'; $labels'typework' = 'Obair'; $labels'typeother' = 'Eile'; @@ -311,6 +325,7 @@ $labels'typehomefax' = 'Faics baile'; $labels'typeworkfax' = 'Faics oibre'; $labels'typecar' = 'Gluaisteán'; +$labels'typepager' = 'Glaoire'; $labels'typevideo' = 'Físeán'; $labels'typeassistant' = 'Cúntóir'; $labels'typehomepage' = 'Leathanach baile'; @@ -320,6 +335,7 @@ $labels'addcontact' = 'Cuir teagmháil leis'; $labels'editcontact' = 'Chuir chara in eagar'; $labels'contacts' = 'Teagmhálacha'; +$labels'contactproperties' = 'Airíonna na teagmhálaí'; $labels'contactnameandorg' = 'Ainm agus Eagraíocht'; $labels'personalinfo' = 'Faisnéis phearsanta'; $labels'personal' = 'Pearsanta'; @@ -358,6 +374,8 @@ $labels'searchdelete' = 'Scrios an cuardach'; $labels'import' = 'Tabhair isteach'; $labels'importfromfile' = 'Tabhair isteach ó chomhad'; +$labels'importtarget' = 'Cuir teagmhálaithe le'; +$labels'importreplace' = 'Ionadaigh an leabhar seoltaí iomlán'; $labels'done' = 'Déanta'; $labels'settingsfor' = 'Socruithe chun'; $labels'about' = 'Maidir le'; @@ -365,10 +383,15 @@ $labels'userpreferences' = 'Tosaíocht Pearsanta'; $labels'editpreferences' = 'Athraigh tosaíocht pearsanta'; $labels'identities' = 'Céannachtaí'; +$labels'addidentity' = 'Cuir céannacht leis'; +$labels'editidentity' = 'Cuir céannacht in eagar'; $labels'identityencryption' = 'Criptiúchán'; $labels'preferhtml' = 'Taispeáin an HTML'; $labels'htmlmessage' = 'Teachtaireacht HTML'; $labels'messagepart' = 'Cuid'; +$labels'digitalsig' = 'Síniú Digiteach'; +$labels'dateformat' = 'Leagan amach an dáta'; +$labels'timeformat' = 'Leagan amach an am'; $labels'prettydate' = 'Dátaí Dheas'; $labels'setdefault' = 'Socraigh an réamhshocraithe'; $labels'autodetect' = 'Uathoibríoch'; @@ -381,11 +404,18 @@ $labels'composeextwin' = 'Cum i bhfuinneog nua'; $labels'htmleditor' = 'Scríobh teachtaireachta HTML'; $labels'htmlsignature' = 'Mana clabhsúir HTML'; +$labels'showemail' = 'Taispeáin an seoladh ríomhphoist leis an ainm taispeána'; $labels'previewpane' = 'Taispeáin an pána réamhamharc'; $labels'skin' = 'Craiceann an comhéadain'; +$labels'logoutclear' = 'Glan Bruscar nuair a scoirtear'; +$labels'logoutcompact' = 'Comhbhrúigh an Bosca Isteach nuair a scoirtear'; $labels'uisettings' = 'Comhéadan'; +$labels'serversettings' = 'Socruithe an Fhreastalaithe'; +$labels'mailboxview' = 'Amharc Bosca Poist'; $labels'askuser' = 'iarr orm'; $labels'autosend' = 'seol admháil'; +$labels'ignorerequest' = 'Ná bac leis an iarratas'; +$labels'readwhendeleted' = 'Rianaigh an teachtaireacht mar léite nuair a scriostar í'; $labels'skipdeleted' = 'Ná taispeáin teachtaireachtaí scriosta'; $labels'fromknownsenders' = 'ó sheoltóirí a bhfuil aithne orthu'; $labels'always' = 'riamh'; @@ -397,10 +427,17 @@ $labels'immediately' = 'láithreach'; $labels'messagesdisplaying' = 'Ag taispeáint na teachtaireachtaí'; $labels'messagescomposition' = 'Ag cumadh na teachtaireachtaí'; +$labels'2231folding' = 'RFC 2231 iomlán (Thunderbird)'; +$labels'miscfolding' = 'RFC 2047/2231 (MS Outlook)'; $labels'2047folding' = 'RFC 2047 iomlán (eile)'; $labels'advancedoptions' = 'Ardroghanna'; +$labels'toggleadvancedoptions' = 'Scoránaigh na hardroghanna'; +$labels'focusonnewmessage' = 'Dírigh fuinneog an líonléitheora ar theachtaireacht nua'; +$labels'checkallfolders' = 'Dearbháil gach fillteán do theachtaireachtaí nua'; +$labels'displaynext' = 'Tar éis teachtaireacht a scriosadh/a bhogadh, taispeáin an chéad teachtaireacht eile'; $labels'mainoptions' = 'Príomhroghanna'; $labels'browseroptions' = 'Roghanna líonléitheora'; +$labels'section' = 'Roinn'; $labels'maintenance' = 'Cothabháil'; $labels'newmessage' = 'Teachtaireacht Nua'; $labels'signatureoptions' = 'Roghanna don Síniú'; @@ -438,12 +475,15 @@ $labels'personalfolder' = 'Fillteán príobháideach'; $labels'sharedfolder' = 'Fillteán poiblí'; $labels'findfolders' = 'Aimsigh fillteáin'; +$labels'findmail' = 'Aimsigh teachtaireachtaí poist'; $labels'namespace.personal' = 'Pearsanta'; $labels'namespace.other' = 'Daoine eile'; $labels'namespace.shared' = 'Comhroinnte'; +$labels'dualuselabel' = 'Ina bhfuil amháin'; $labels'dualusemail' = 'teachtaireachtaí'; $labels'dualusefolder' = 'fillteáin'; $labels'generate' = 'Cruthaigh'; +$labels'openmailvelopesettings' = 'Oscail Socruithe Mailvelope'; $labels'sortby' = 'Sórtáil trí'; $labels'sortasc' = 'Sórtáil in ord méadaitheach'; $labels'sortdesc' = 'Sórtáil in ord neartaitheach'; @@ -474,9 +514,14 @@ $labels'chinese' = 'Síneach'; $labels'arialabeltopnav' = 'Rialtán fuinneoige'; $labels'arialabelmailpreviewframe' = 'Réamhamharc ar an teachtaireacht'; +$labels'arialabelmessagebody' = 'Corp na Teachtaireachta'; $labels'arialabelmessageactions' = 'Gníomhartha na teachtaireachta'; $labels'arialabelmessageheaders' = 'Ceanntáisc na teachtaireachta'; $labels'arialabelforwardingoptions' = 'Roghanna cur ar aghaidh'; $labels'arialabelmarkmessagesas' = 'Rianaigh na teachtaireachtaí roghnaithe mar...'; +$labels'arialabelcomposeoptions' = 'Roghanna do chumadh teachtaireachta'; +$labels'arialabelattachmentmenu' = 'Roghanna do cheangaltáin'; +$labels'arialabelmailtomenu' = 'Roghanna do sheoltaí ríomhphoist'; $labels'arialabelattachmentpreview' = 'Réamhamharc ar cheangaltáin'; -?> +$labels'arialabelsearchterms' = 'Téarmaí cuardaigh'; +$labels'arialabelimagetools' = 'Uirlisí don íomhá';
View file
roundcubemail-1.4-rc1.133.tar.gz/program/localization/ga_IE/messages.inc -> roundcubemail-1.4-rc1.167.tar.gz/program/localization/ga_IE/messages.inc
Changed
@@ -2,19 +2,18 @@ /* +-----------------------------------------------------------------------+ - | localization/<lang>/messages.inc | - | | | Localization file of the Roundcube Webmail client | - | Copyright (C) 2005-2015, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/messages/ */ + $messages'errortitle' = 'Tharla botún!'; $messages'loginfailed' = 'Níor éirigh leis an síniú isteach.'; $messages'cookiesdisabled' = 'Ní ghlacann do líonléitheoir le fianáin.'; @@ -34,6 +33,7 @@ $messages'invalidrequest' = 'Iarratas neamhbhailí! Níor cuireadh sonraí i dtaisce.'; $messages'invalidhost' = 'Ainm freastalaithe neamhbhailí.'; $messages'nomessagesfound' = 'Níor aimsíodh aon teachtaireacht sa bhosca poist seo.'; +$messages'loggedout' = 'Chuir tú deireadh leis an dreas seo. Slán leat!'; $messages'mailboxempty' = 'Tá an bosca poist folamh'; $messages'nomessages' = 'Níl teachtaireachtaí ann'; $messages'refreshing' = 'Ag athnuaigh...'; @@ -60,10 +60,8 @@ $messages'externalmessagedecryption' = 'Is teachtaireacht chriptithe í seo agus is féidir í a dhíchriptiú le breiseán ar do líonléitheoir.'; $messages'nopubkeyfor' = 'Níor aimsíodh eochair phoiblí bhailí i gcomhair $email'; $messages'encryptpubkeysfound' = 'Aimsíodh na heochracha poiblí seo a leanas:'; -$messages'keyservererror' = 'Theip ar an eochair a fháil ón bhfreastalaí eochracha'; $messages'nocontactsfound' = 'Níor aimsíodh aon duine sa leabhar seoltaí.'; $messages'contactnotfound' = 'Níor aimsíodh an teagmhálaí atá á lorg agat.'; -$messages'contactsearchonly' = 'Cuir isteach roinnt téarmaí chun teagmhálacha a aimsiú'; $messages'sendingfailed' = 'Theip ar sheoladh na teachtaireachta.'; $messages'senttooquickly' = 'Fan $sec soic(indí) sula sheolann tú an teachtaireacht seo.'; $messages'errorsavingsent' = 'Tharla botún fad is a bhí an teachteachtaireacht a sheoladh á cur i dtaisce.'; @@ -131,6 +129,7 @@ $messages'deletingmessage' = 'Ag scriosadh teachtaireacht(aí)...'; $messages'markingmessage' = 'Ag cur rian ar theachtaireacht(aí)...'; $messages'addingmember' = 'Ag cur teagmhálacha leis an mbaicle...'; +$messages'removingmember' = 'Ag baint teagmhálaí (teagmhálaithe) ón mbaicle...'; $messages'receiptsent' = 'Seoladh admháil léite go rathúil.'; $messages'errorsendingreceipt' = 'Níorbh fhéidir an admháil a sheoladh.'; $messages'deleteidentityconfirm' = 'An bhfuil tú cinnte gur mian leat an t-aitheantas seo a scriosadh?'; @@ -139,6 +138,7 @@ $messages'selectimportfile' = 'Roghnaigh comhad le huasluchtú.'; $messages'addresswriterror' = 'Ní féidir scríobh sa leabhar seoltaí roghnaithe.'; $messages'contactaddedtogroup' = 'Cuireadh na teagmhálacha go rathúil leis an mbaicle seo.'; +$messages'contactremovedfromgroup' = 'Baineadh teagmhálaithe go rathúil on mbaicle.'; $messages'importwait' = 'Á tabhairt isteach, fan le do thoil...'; $messages'importmessagesuccess' = 'Tugadh $nr teachtaireacht isteach go rathúil'; $messages'importmessageerror' = 'Theip ar an tabhairt isteach! Ní comhad teachtaireachta nó comhad bosca poist bailí é an comhad uasluchtaithe '; @@ -157,6 +157,7 @@ $messages'groupdeleted' = 'Scriosadh an bhaicle.'; $messages'grouprenamed' = 'Athainmníodh an bhaicle.'; $messages'groupcreated' = 'Cruthaíodh an bhaicle.'; +$messages'savedsearchdeleteerror' = 'Níorbh fhéidir an cuardach atá i dtaisce a scriosadh.'; $messages'savedsearchcreateerror' = 'Níorbh fhéidir cuardach i dtaisce a chruthú.'; $messages'messagedeleted' = 'Scriosadh na teachtaireachtaí.'; $messages'messagemoved' = 'Bogadh na teachtaireachtaí go rathúil.'; @@ -182,3 +183,8 @@ $messages'clicktoresumesession' = 'Brúigh anseo chun leanúint ar aghaidh le do dhreas roimhe'; $messages'errcomposesession' = 'Botún i gcum teachtaireacht'; $messages'clicktocompose' = 'Brúigh anseo chun teachtaireacht nua a chumadh'; +$messages'nosupporterror' = 'Ní thacaíonn do líonléitheoir leis an ngné sin.'; +$messages'siginserted' = 'Cuireadh an síniú isteach go rathúil.'; +$messages'responseinserted' = 'Cuireadh an freagra isteach go rathúil.'; +$messages'listempty' = 'Tá an liosta folamh.'; +$messages'listusebutton' = 'Bain feidhm as an gcnaipe Cruthaigh chun taifead nua a chur leis.';
View file
roundcubemail-1.4-rc1.133.tar.gz/program/localization/ga_IE/timezones.inc -> roundcubemail-1.4-rc1.167.tar.gz/program/localization/ga_IE/timezones.inc
Changed
@@ -2,10 +2,9 @@ /* +-----------------------------------------------------------------------+ - | localization/<lang>/timezones.inc | - | | | Localization file of the Roundcube Webmail client | - | Copyright (C) 2005-2017, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | @@ -15,41 +14,442 @@ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/timezones/ */ -$labels'tz:utc' = 'UTC'; +$labels'tz:utc' = 'Am Uilíoch Lárnach'; $labels'tz:africa' = 'An Afraic'; -$labels'tz:africa:addis_ababa' = 'Addis Ababa'; -$labels'tz:africa:algiers' = 'Algiers'; +$labels'tz:africa:abidjan' = 'Abidjan'; +$labels'tz:africa:accra' = 'Accra'; +$labels'tz:africa:addis_ababa' = 'Ādis Ābeba'; +$labels'tz:africa:algiers' = 'Cathair na hAilgéire'; +$labels'tz:africa:asmara' = 'Asmara'; +$labels'tz:africa:bamako' = 'Bamako'; +$labels'tz:africa:bangui' = 'Bangui'; +$labels'tz:africa:banjul' = 'Banjul'; +$labels'tz:africa:bissau' = 'Bissau'; +$labels'tz:africa:blantyre' = 'Blantyre'; $labels'tz:africa:brazzaville' = 'Brazzaville'; +$labels'tz:africa:bujumbura' = 'Bujumbura'; $labels'tz:africa:cairo' = 'Caireo'; $labels'tz:africa:casablanca' = 'Casablanca'; +$labels'tz:africa:ceuta' = 'Ceuta'; +$labels'tz:africa:conakry' = 'Conacraí'; +$labels'tz:africa:dakar' = 'Dacár'; $labels'tz:africa:dar_es_salaam' = 'Dárasalám'; +$labels'tz:africa:djibouti' = 'Djibouti'; +$labels'tz:africa:douala' = 'Douala'; +$labels'tz:africa:el_aaiun' = 'El Aaiun'; +$labels'tz:africa:freetown' = 'Freetown'; +$labels'tz:africa:gaborone' = 'Gaborone'; +$labels'tz:africa:harare' = 'Harare'; +$labels'tz:africa:johannesburg' = 'Johannesburg'; +$labels'tz:africa:juba' = 'Juba'; +$labels'tz:africa:kampala' = 'Kampala'; $labels'tz:africa:khartoum' = 'Khartoum'; $labels'tz:africa:kigali' = 'Kigali'; +$labels'tz:africa:kinshasa' = 'Kinshasa'; +$labels'tz:africa:lagos' = 'Lagos'; +$labels'tz:africa:libreville' = 'Libreville'; +$labels'tz:africa:lome' = 'Lomé'; +$labels'tz:africa:luanda' = 'Luanda'; +$labels'tz:africa:lubumbashi' = 'Lubumbashi'; +$labels'tz:africa:lusaka' = 'Lusaka'; +$labels'tz:africa:malabo' = 'Malabo'; +$labels'tz:africa:maputo' = 'Mapútó'; +$labels'tz:africa:maseru' = 'Maseru'; +$labels'tz:africa:mbabane' = 'Mbabane'; +$labels'tz:africa:mogadishu' = 'Mogaidisiú'; +$labels'tz:africa:monrovia' = 'Monrovia'; +$labels'tz:africa:nairobi' = 'Nairobi'; +$labels'tz:africa:ndjamena' = 'Ndjamena'; +$labels'tz:africa:niamey' = 'Niamey'; +$labels'tz:africa:nouakchott' = 'Nouakchott'; +$labels'tz:africa:ouagadougou' = 'Ouagadougou'; +$labels'tz:africa:porto-novo' = 'Porto-Novo'; +$labels'tz:africa:sao_tome' = 'São Tomé'; +$labels'tz:africa:tripoli' = 'Tripilí'; +$labels'tz:africa:tunis' = 'Túinis'; +$labels'tz:africa:windhoek' = 'Windhoek'; +$labels'tz:america' = 'Meiriceá'; +$labels'tz:america:adak' = 'Adak'; +$labels'tz:america:anchorage' = 'Anchorage'; +$labels'tz:america:anguilla' = 'Anguilla'; +$labels'tz:america:antigua' = 'Antigua'; +$labels'tz:america:araguaina' = 'Araguaina'; $labels'tz:america:argentina' = 'An Airgintín'; $labels'tz:america:argentina:buenos_aires' = 'Buenos Aires'; +$labels'tz:america:argentina:catamarca' = 'Catamarca'; +$labels'tz:america:argentina:cordoba' = 'Cordoba'; +$labels'tz:america:argentina:jujuy' = 'Jujuy'; +$labels'tz:america:argentina:la_rioja' = 'La Rioja'; +$labels'tz:america:argentina:mendoza' = 'Mendoza'; +$labels'tz:america:argentina:rio_gallegos' = 'Rio Gallegos'; +$labels'tz:america:argentina:salta' = 'Salta'; +$labels'tz:america:argentina:san_juan' = 'San Juan'; +$labels'tz:america:argentina:san_luis' = 'San Luis'; +$labels'tz:america:argentina:tucuman' = 'Tucuman'; +$labels'tz:america:argentina:ushuaia' = 'Ushuaia'; +$labels'tz:america:aruba' = 'Arúba'; +$labels'tz:america:asuncion' = 'Asunción'; +$labels'tz:america:atikokan' = 'Atikokan'; +$labels'tz:america:bahia' = 'Bahia'; +$labels'tz:america:bahia_banderas' = 'Bahia Banderas'; +$labels'tz:america:barbados' = 'Barbadós'; +$labels'tz:america:belem' = 'Belem'; +$labels'tz:america:belize' = 'an Bheilís'; +$labels'tz:america:blanc-sablon' = 'Blanc-Sablon'; +$labels'tz:america:boa_vista' = 'Boa Vista'; +$labels'tz:america:bogota' = 'Bogotá'; +$labels'tz:america:boise' = 'Boise'; +$labels'tz:america:cambridge_bay' = 'Cambridge Bay'; +$labels'tz:america:campo_grande' = 'Campo Grande'; +$labels'tz:america:cancun' = 'Cancún'; +$labels'tz:america:caracas' = 'Caracas'; +$labels'tz:america:cayenne' = 'Cayenne'; +$labels'tz:america:cayman' = 'Cayman'; +$labels'tz:america:chicago' = 'Chicago'; +$labels'tz:america:chihuahua' = 'Chihuahua'; +$labels'tz:america:costa_rica' = 'Costa Rica'; +$labels'tz:america:creston' = 'Creston'; +$labels'tz:america:cuiaba' = 'Cuiaba'; +$labels'tz:america:curacao' = 'Curaçao'; +$labels'tz:america:danmarkshavn' = 'Danmarkshavn'; +$labels'tz:america:dawson' = 'Dawson'; +$labels'tz:america:dawson_creek' = 'Dawson Creek'; +$labels'tz:america:denver' = 'Denver'; +$labels'tz:america:detroit' = 'Detroit'; +$labels'tz:america:dominica' = 'Dominica'; +$labels'tz:america:edmonton' = 'Edmonton'; +$labels'tz:america:eirunepe' = 'Eirunepe'; +$labels'tz:america:el_salvador' = 'El Salvador'; +$labels'tz:america:fort_nelson' = 'Fort Nelson'; +$labels'tz:america:fortaleza' = 'Fortaleza'; +$labels'tz:america:glace_bay' = 'Glace Bay'; +$labels'tz:america:godthab' = 'Godthab'; +$labels'tz:america:goose_bay' = 'Goose Bay'; +$labels'tz:america:grand_turk' = 'Grand Turk'; +$labels'tz:america:grenada' = 'Greanáda'; +$labels'tz:america:guadeloupe' = 'Guadalúip'; +$labels'tz:america:guatemala' = 'Guatamala'; +$labels'tz:america:guayaquil' = 'Guayaquil'; +$labels'tz:america:guyana' = 'an Ghuáin'; +$labels'tz:america:halifax' = 'Halifax'; +$labels'tz:america:havana' = 'La Habana'; +$labels'tz:america:hermosillo' = 'Hermosillo'; +$labels'tz:america:indiana' = 'Indiana'; +$labels'tz:america:indiana:indianapolis' = 'Indianapolis'; +$labels'tz:america:indiana:knox' = 'Knox'; +$labels'tz:america:indiana:marengo' = 'Marengo'; +$labels'tz:america:indiana:petersburg' = 'Petersburg'; +$labels'tz:america:indiana:tell_city' = 'Tell City'; +$labels'tz:america:indiana:vevay' = 'Vevay'; +$labels'tz:america:indiana:vincennes' = 'Vincennes'; +$labels'tz:america:indiana:winamac' = 'Winamac'; +$labels'tz:america:inuvik' = 'Inuvik'; +$labels'tz:america:iqaluit' = 'Iqaluit'; +$labels'tz:america:jamaica' = 'Iamáice'; +$labels'tz:america:juneau' = 'Juneau'; +$labels'tz:america:kentucky' = 'Kentucky'; +$labels'tz:america:kentucky:louisville' = 'Louisville'; +$labels'tz:america:kentucky:monticello' = 'Monticello'; +$labels'tz:america:kralendijk' = 'Kralendijk'; +$labels'tz:america:la_paz' = 'La Paz'; +$labels'tz:america:lima' = 'Líoma'; $labels'tz:america:los_angeles' = 'Los Angeles'; +$labels'tz:america:lower_princes' = 'Lower Princes'; $labels'tz:america:maceio' = 'Maceio'; +$labels'tz:america:managua' = 'Managua'; +$labels'tz:america:manaus' = 'Manaus'; +$labels'tz:america:marigot' = 'Marigot'; +$labels'tz:america:martinique' = 'Martinique'; +$labels'tz:america:matamoros' = 'Matamoros'; +$labels'tz:america:mazatlan' = 'Mazatlan'; +$labels'tz:america:menominee' = 'Menominee'; +$labels'tz:america:merida' = 'Merida'; +$labels'tz:america:metlakatla' = 'Metlakatla'; $labels'tz:america:mexico_city' = 'Cathair Mheicsiceo'; +$labels'tz:america:miquelon' = 'Miquelon'; +$labels'tz:america:moncton' = 'Moncton'; +$labels'tz:america:monterrey' = 'Monterrey'; +$labels'tz:america:montevideo' = 'Montevideo'; +$labels'tz:america:montserrat' = 'Montserrat'; +$labels'tz:america:nassau' = 'Nassau'; $labels'tz:america:new_york' = 'Nua Eabhrac'; +$labels'tz:america:nipigon' = 'Nipigon'; +$labels'tz:america:nome' = 'Nome'; +$labels'tz:america:noronha' = 'Noronha'; +$labels'tz:america:north_dakota' = 'North Dakota'; +$labels'tz:america:north_dakota:beulah' = 'Beulah'; $labels'tz:america:north_dakota:center' = 'An Lár'; +$labels'tz:america:north_dakota:new_salem' = 'New Salem'; +$labels'tz:america:ojinaga' = 'Ojinaga'; $labels'tz:america:panama' = 'Panama'; +$labels'tz:america:pangnirtung' = 'Pangnirtung'; +$labels'tz:america:paramaribo' = 'Paramaribo'; +$labels'tz:america:phoenix' = 'Phoenix'; +$labels'tz:america:port-au-prince' = 'Port-au-Prince'; +$labels'tz:america:port_of_spain' = 'Port of Spain'; +$labels'tz:america:porto_velho' = 'Porto Velho'; +$labels'tz:america:puerto_rico' = 'Pórtó Ríce'; +$labels'tz:america:rainy_river' = 'Rainy River'; +$labels'tz:america:rankin_inlet' = 'Rankin Inlet'; +$labels'tz:america:recife' = 'Recife'; +$labels'tz:america:regina' = 'Regina'; +$labels'tz:america:resolute' = 'Resolute'; +$labels'tz:america:rio_branco' = 'Rio Branco'; +$labels'tz:america:santarem' = 'Santarem'; +$labels'tz:america:santiago' = 'Santiago'; +$labels'tz:america:santo_domingo' = 'Santo Domingo'; $labels'tz:america:sao_paulo' = 'Sao Paulo'; $labels'tz:america:scoresbysund' = 'Scoresbysund'; +$labels'tz:america:sitka' = 'Sitka'; +$labels'tz:america:st_barthelemy' = 'Saint Barthélemy'; +$labels'tz:america:st_johns' = "Saint John's"; +$labels'tz:america:st_kitts' = 'Saint Kitts'; +$labels'tz:america:st_lucia' = 'Saint Lucia'; +$labels'tz:america:st_thomas' = 'Saint Thomas'; +$labels'tz:america:st_vincent' = 'Saint Vincent'; +$labels'tz:america:swift_current' = 'Swift Current'; +$labels'tz:america:tegucigalpa' = 'Tegucigalpa'; +$labels'tz:america:thule' = 'Thule'; +$labels'tz:america:thunder_bay' = 'Thunder Bay'; +$labels'tz:america:tijuana' = 'Tijuana'; +$labels'tz:america:toronto' = 'Toronto'; +$labels'tz:america:tortola' = 'Tortola'; +$labels'tz:america:vancouver' = 'Vancouver'; +$labels'tz:america:whitehorse' = 'Whitehorse'; +$labels'tz:america:winnipeg' = 'Winnipeg'; +$labels'tz:america:yakutat' = 'Yakutat'; +$labels'tz:america:yellowknife' = 'Yellowknife'; $labels'tz:antarctica' = 'Antartaice'; +$labels'tz:antarctica:casey' = 'Casey'; +$labels'tz:antarctica:davis' = 'Davis'; +$labels'tz:antarctica:dumontdurville' = "Dumont d'Urville"; +$labels'tz:antarctica:macquarie' = 'Macquarie'; +$labels'tz:antarctica:mawson' = 'Mawson'; +$labels'tz:antarctica:mcmurdo' = 'McMurdo'; +$labels'tz:antarctica:palmer' = 'Palmer'; +$labels'tz:antarctica:rothera' = 'Rothera'; +$labels'tz:antarctica:syowa' = 'Syowa'; +$labels'tz:antarctica:troll' = 'Troll'; +$labels'tz:antarctica:vostok' = 'Vostok'; +$labels'tz:arctic' = 'Arctach'; +$labels'tz:arctic:longyearbyen' = 'Longyearbyen'; +$labels'tz:asia' = 'an Áise'; +$labels'tz:asia:aden' = 'Áidin'; +$labels'tz:asia:almaty' = 'Almaty'; +$labels'tz:asia:amman' = '‘Ammān'; +$labels'tz:asia:anadyr' = 'Anadyr'; +$labels'tz:asia:aqtau' = 'Aqtau'; +$labels'tz:asia:aqtobe' = 'Aqtobe'; +$labels'tz:asia:ashgabat' = 'Ashgabat'; +$labels'tz:asia:atyrau' = 'Atyrau'; +$labels'tz:asia:baghdad' = 'Bagdad'; +$labels'tz:asia:bahrain' = 'Bairéin'; +$labels'tz:asia:baku' = 'Baki'; $labels'tz:asia:bangkok' = 'Bangkok'; +$labels'tz:asia:barnaul' = 'Barnaul'; +$labels'tz:asia:beirut' = 'Béiriút'; +$labels'tz:asia:bishkek' = 'Bishkek'; +$labels'tz:asia:brunei' = 'Brúiné'; +$labels'tz:asia:chita' = 'Chita'; +$labels'tz:asia:choibalsan' = 'Choibalsan'; +$labels'tz:asia:colombo' = 'Colombo'; +$labels'tz:asia:damascus' = 'an Damaisc'; +$labels'tz:asia:dhaka' = 'Dhaka'; +$labels'tz:asia:dili' = 'Dili'; +$labels'tz:asia:dubai' = 'Dubai'; +$labels'tz:asia:dushanbe' = 'Dushanbe'; +$labels'tz:asia:famagusta' = 'Famagusta'; +$labels'tz:asia:gaza' = 'Gaza'; +$labels'tz:asia:hebron' = 'Heabrón'; +$labels'tz:asia:ho_chi_minh' = 'Ho Chi Minh'; +$labels'tz:asia:hong_kong' = 'Hong Cong'; +$labels'tz:asia:hovd' = 'Hovd'; +$labels'tz:asia:irkutsk' = 'Irkutsk'; +$labels'tz:asia:jakarta' = 'Iacárta'; +$labels'tz:asia:jayapura' = 'Jayapura'; +$labels'tz:asia:jerusalem' = 'Iarúsailéim'; +$labels'tz:asia:kabul' = 'Cabúl'; +$labels'tz:asia:kamchatka' = 'Kamchatka'; +$labels'tz:asia:karachi' = 'Karachi'; +$labels'tz:asia:kathmandu' = 'Katmandu'; +$labels'tz:asia:khandyga' = 'Khandyga'; +$labels'tz:asia:kolkata' = 'Kolkata'; +$labels'tz:asia:krasnoyarsk' = 'Krasnoyarsk'; +$labels'tz:asia:kuala_lumpur' = 'Kuala Lumpur'; +$labels'tz:asia:kuching' = 'Kuching'; +$labels'tz:asia:kuwait' = 'Cuáit'; +$labels'tz:asia:macau' = 'Macau'; +$labels'tz:asia:magadan' = 'Magadan'; +$labels'tz:asia:makassar' = 'Makassar'; +$labels'tz:asia:manila' = 'Mainile'; +$labels'tz:asia:muscat' = 'Muscáit'; +$labels'tz:asia:nicosia' = 'an Niocóis'; +$labels'tz:asia:novokuznetsk' = 'Novokuznetsk'; +$labels'tz:asia:novosibirsk' = 'Novosibirsk'; +$labels'tz:asia:omsk' = 'Omsk'; +$labels'tz:asia:oral' = 'Oral'; +$labels'tz:asia:phnom_penh' = 'Phnum Pénh'; +$labels'tz:asia:pontianak' = 'Pontianak'; +$labels'tz:asia:pyongyang' = 'P’yŏngyang'; +$labels'tz:asia:qatar' = 'Catar'; +$labels'tz:asia:qyzylorda' = 'Qyzylorda'; +$labels'tz:asia:riyadh' = 'Ar Riyād'; +$labels'tz:asia:sakhalin' = 'Sakhalin'; +$labels'tz:asia:samarkand' = 'Samarkand'; +$labels'tz:asia:seoul' = 'Súl'; +$labels'tz:asia:shanghai' = 'Shang-hai'; +$labels'tz:asia:singapore' = 'Singeapór'; +$labels'tz:asia:srednekolymsk' = 'Srednekolymsk'; +$labels'tz:asia:taipei' = 'Taipei'; +$labels'tz:asia:tashkent' = 'Tashkent'; +$labels'tz:asia:tbilisi' = 'Tbilisi'; +$labels'tz:asia:tehran' = 'Tehran'; +$labels'tz:asia:thimphu' = 'Thimphu'; +$labels'tz:asia:tokyo' = 'Tóiceo'; +$labels'tz:asia:tomsk' = 'Tomsk'; +$labels'tz:asia:ulaanbaatar' = 'Ulaanbaatar'; +$labels'tz:asia:urumqi' = 'Ürümqi'; +$labels'tz:asia:ust-nera' = 'Ust-Nera'; +$labels'tz:asia:vientiane' = 'Vientiane'; +$labels'tz:asia:vladivostok' = 'Vladivostok'; +$labels'tz:asia:yakutsk' = 'Yakutsk'; +$labels'tz:asia:yangon' = 'Yangon'; +$labels'tz:asia:yekaterinburg' = 'Yekaterinburg'; +$labels'tz:asia:yerevan' = 'Eireaván'; +$labels'tz:atlantic' = 'an tAtlantach'; +$labels'tz:atlantic:azores' = 'Na hAsóir'; +$labels'tz:atlantic:bermuda' = 'Beirmiúda'; +$labels'tz:atlantic:canary' = 'Na hOileáin Chanáracha'; +$labels'tz:atlantic:cape_verde' = 'Rinn Verde'; +$labels'tz:atlantic:faroe' = 'Na Scigirí'; +$labels'tz:atlantic:madeira' = 'Maidéara'; +$labels'tz:atlantic:reykjavik' = 'Réicivíc'; +$labels'tz:atlantic:south_georgia' = 'an tSeoirsia Theas'; +$labels'tz:atlantic:st_helena' = 'St Helena'; +$labels'tz:atlantic:stanley' = 'Stanley'; +$labels'tz:australia' = 'an Astráil'; +$labels'tz:australia:adelaide' = 'Adelaide'; +$labels'tz:australia:brisbane' = 'Brisbane'; +$labels'tz:australia:broken_hill' = 'Broken Hill'; +$labels'tz:australia:currie' = 'Currie'; +$labels'tz:australia:darwin' = 'Darwin'; +$labels'tz:australia:eucla' = 'Eucla'; +$labels'tz:australia:hobart' = 'Hobart'; +$labels'tz:australia:lindeman' = 'Lindeman'; +$labels'tz:australia:lord_howe' = 'Lord Howe'; +$labels'tz:australia:melbourne' = 'Melbourne'; +$labels'tz:australia:perth' = 'Perth'; +$labels'tz:australia:sydney' = 'Sydney'; $labels'tz:europe' = 'An Eoraip'; $labels'tz:europe:amsterdam' = 'Amstardam'; +$labels'tz:europe:andorra' = 'Andóra'; +$labels'tz:europe:astrakhan' = 'an Astracáin'; +$labels'tz:europe:athens' = 'an Aithin'; +$labels'tz:europe:belgrade' = 'Béalgrád'; $labels'tz:europe:berlin' = 'Beirlín'; +$labels'tz:europe:bratislava' = 'an Bhratasláiv'; $labels'tz:europe:brussels' = 'An Bhruiséil'; +$labels'tz:europe:bucharest' = 'Búcairist'; +$labels'tz:europe:budapest' = 'Búdaipeist'; +$labels'tz:europe:busingen' = 'Busingen'; +$labels'tz:europe:chisinau' = 'Císineá'; +$labels'tz:europe:copenhagen' = 'Cóbanhávan'; $labels'tz:europe:dublin' = 'Baile Átha Cliath'; +$labels'tz:europe:gibraltar' = 'Giobráltar'; +$labels'tz:europe:guernsey' = 'Geansaí'; $labels'tz:europe:helsinki' = 'Heilsincí'; +$labels'tz:europe:isle_of_man' = 'Oileán Mhanann'; +$labels'tz:europe:istanbul' = 'Iostanbúl'; +$labels'tz:europe:jersey' = 'Geirsí'; +$labels'tz:europe:kaliningrad' = 'Kaliningrad'; +$labels'tz:europe:kiev' = 'Cív'; +$labels'tz:europe:kirov' = 'Kirov'; $labels'tz:europe:lisbon' = 'Liospóin'; +$labels'tz:europe:ljubljana' = 'Liúibleána'; $labels'tz:europe:london' = 'Londain'; $labels'tz:europe:luxembourg' = 'Lucsamburg'; $labels'tz:europe:madrid' = 'Maidrid'; $labels'tz:europe:malta' = 'Málta'; +$labels'tz:europe:mariehamn' = 'Mariehamn'; +$labels'tz:europe:minsk' = 'Mionsc'; +$labels'tz:europe:monaco' = 'Monacó'; +$labels'tz:europe:moscow' = 'Moscó'; +$labels'tz:europe:oslo' = 'Osló'; $labels'tz:europe:paris' = 'Páras'; +$labels'tz:europe:podgorica' = 'Podgairítse'; $labels'tz:europe:prague' = 'Prág'; $labels'tz:europe:riga' = 'Rígea'; $labels'tz:europe:rome' = 'An Róimh'; +$labels'tz:europe:samara' = 'Samara'; +$labels'tz:europe:san_marino' = 'San Mairíne'; +$labels'tz:europe:sarajevo' = 'Sairéavó'; +$labels'tz:europe:saratov' = 'Saratov'; +$labels'tz:europe:simferopol' = 'Simferopol'; +$labels'tz:europe:skopje' = 'Scóipé'; +$labels'tz:europe:sofia' = 'Sóifia'; +$labels'tz:europe:stockholm' = 'Stócólm'; +$labels'tz:europe:tallinn' = 'Taillinn'; +$labels'tz:europe:tirane' = 'Tiorána'; +$labels'tz:europe:ulyanovsk' = 'Ulyanovsk'; +$labels'tz:europe:uzhgorod' = 'Uzhgorod'; +$labels'tz:europe:vaduz' = 'Vadús'; +$labels'tz:europe:vatican' = 'an Vatacáin'; +$labels'tz:europe:vienna' = 'Vín'; +$labels'tz:europe:vilnius' = 'Vilnias'; +$labels'tz:europe:volgograd' = 'Volgograd'; $labels'tz:europe:warsaw' = 'Vársá'; +$labels'tz:europe:zagreb' = 'Ságrab'; +$labels'tz:europe:zaporozhye' = 'Zaporozhye'; +$labels'tz:europe:zurich' = 'Zurich'; +$labels'tz:indian' = 'Indian'; +$labels'tz:indian:antananarivo' = 'Antananarivo'; +$labels'tz:indian:chagos' = 'Chagos'; +$labels'tz:indian:christmas' = 'Oileán na Nollag'; +$labels'tz:indian:cocos' = 'Oileáin Cocos'; +$labels'tz:indian:comoro' = 'Oileáin Chomóra'; +$labels'tz:indian:kerguelen' = 'Kerguelen'; +$labels'tz:indian:mahe' = 'Mahe'; +$labels'tz:indian:maldives' = 'Oileáin Mhaildíve'; +$labels'tz:indian:mauritius' = 'Oileán Mhuirís'; +$labels'tz:indian:mayotte' = 'Mayotte'; +$labels'tz:indian:reunion' = 'La Réunion'; +$labels'tz:pacific' = 'An tAigéan Ciúin'; +$labels'tz:pacific:apia' = 'Apia'; +$labels'tz:pacific:auckland' = 'Auckland'; +$labels'tz:pacific:bougainville' = 'Bougainville'; +$labels'tz:pacific:chatham' = 'Chatham'; +$labels'tz:pacific:chuuk' = 'Chuuk'; +$labels'tz:pacific:easter' = 'Oileán na Cásca'; +$labels'tz:pacific:efate' = 'Efate'; +$labels'tz:pacific:enderbury' = 'Enderbury'; +$labels'tz:pacific:fakaofo' = 'Fakaofo'; +$labels'tz:pacific:fiji' = 'Fidsí'; +$labels'tz:pacific:funafuti' = 'Funafuti'; +$labels'tz:pacific:galapagos' = 'Na hOileáin Galapagos'; +$labels'tz:pacific:gambier' = 'Gambier'; +$labels'tz:pacific:guadalcanal' = 'Guadalcanal'; +$labels'tz:pacific:guam' = 'Guam'; +$labels'tz:pacific:honolulu' = 'Honolulu'; +$labels'tz:pacific:johnston' = 'Johnston'; +$labels'tz:pacific:kiritimati' = 'Kiritimati'; +$labels'tz:pacific:kosrae' = 'Kosrae'; +$labels'tz:pacific:kwajalein' = 'Kwajalein'; +$labels'tz:pacific:majuro' = 'Majuro'; +$labels'tz:pacific:marquesas' = 'Marquesas'; +$labels'tz:pacific:midway' = 'Midway'; +$labels'tz:pacific:nauru' = 'Nárú'; +$labels'tz:pacific:niue' = 'Niue'; +$labels'tz:pacific:norfolk' = 'Norfolk'; +$labels'tz:pacific:noumea' = 'Noumea'; +$labels'tz:pacific:pago_pago' = 'Pago Pago'; +$labels'tz:pacific:palau' = 'Oileáin Palau'; +$labels'tz:pacific:pitcairn' = 'Pitcairn'; +$labels'tz:pacific:pohnpei' = 'Pohnpei'; +$labels'tz:pacific:port_moresby' = 'Port Moresby'; +$labels'tz:pacific:rarotonga' = 'Rarotonga'; +$labels'tz:pacific:saipan' = 'Saipan'; +$labels'tz:pacific:tahiti' = 'Taihítí'; +$labels'tz:pacific:tarawa' = 'Tarawa'; +$labels'tz:pacific:tongatapu' = 'Tongatapu'; +$labels'tz:pacific:wake' = 'Wake'; +$labels'tz:pacific:wallis' = 'Wallis';
View file
roundcubemail-1.4-rc1.133.tar.gz/program/localization/gl_ES/labels.inc -> roundcubemail-1.4-rc1.167.tar.gz/program/localization/gl_ES/labels.inc
Changed
@@ -2,19 +2,19 @@ /* +-----------------------------------------------------------------------+ - | localization/<lang>/labels.inc | - | | | Localization file of the Roundcube Webmail client | - | Copyright (C) 2005-2015, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/labels/ */ + + $labels'welcome' = 'Dámosche a benvida a $product'; $labels'username' = 'Nome de utente'; $labels'password' = 'Contrasinal'; @@ -551,4 +551,3 @@ $labels'arialabelresonseeditfrom' = 'Formulario de edición de resposta'; $labels'helplistnavigation' = 'Navegación pola lista con teclado'; $labels'helplistkeyboardnavcontacts' = "Enter: Abrir o contacto seleccionado."; -?>
View file
roundcubemail-1.4-rc1.133.tar.gz/program/localization/gl_ES/messages.inc -> roundcubemail-1.4-rc1.167.tar.gz/program/localization/gl_ES/messages.inc
Changed
@@ -2,19 +2,18 @@ /* +-----------------------------------------------------------------------+ - | localization/<lang>/messages.inc | - | | | Localization file of the Roundcube Webmail client | - | Copyright (C) 2005-2015, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/messages/ */ + $messages'errortitle' = 'Ocurreu un erro!'; $messages'loginfailed' = 'O contrasinal ou o nome de utente son incorrectos.'; $messages'cookiesdisabled' = 'O teu navegador non acepta cookies.'; @@ -54,7 +53,6 @@ $messages'encryptedmessage' = 'Sentímolo! Non se pode amosar a mensaxe porque está cifrada.'; $messages'nocontactsfound' = 'Non se atoparon contactos.'; $messages'contactnotfound' = 'Non se atopou o contacto solicitado.'; -$messages'contactsearchonly' = 'Introduce algún termo para atopar contactos'; $messages'sendingfailed' = 'Fallou o envío da mensaxe.'; $messages'senttooquickly' = 'Por favor, espera $sec segundos antes de enviar esta mensaxe.'; $messages'errorsavingsent' = 'Houbo un erro ao gardar a mensaxe enviada.';
View file
roundcubemail-1.4-rc1.133.tar.gz/program/localization/he_IL/labels.inc -> roundcubemail-1.4-rc1.167.tar.gz/program/localization/he_IL/labels.inc
Changed
@@ -2,19 +2,19 @@ /* +-----------------------------------------------------------------------+ - | localization/<lang>/labels.inc | - | | | Localization file of the Roundcube Webmail client | - | Copyright (C) 2005-2015, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/labels/ */ + + $labels'welcome' = 'ברוך בואך אל $product'; $labels'username' = 'שם משתמש'; $labels'password' = 'סיסמה'; @@ -259,6 +259,7 @@ $labels'bccinstead' = 'שימוש במכותבים נסתרים'; $labels'addheader' = 'הוספת נמען (כותרת)'; $labels'insert' = 'הוספה בין ערכים'; +$labels'insertcontact' = 'פה יש להוסיף איש קשר'; $labels'recipient' = 'הנמען'; $labels'recipientedit' = 'עריכת נמענים'; $labels'editidents' = 'עריכת זהויות'; @@ -395,6 +396,9 @@ $labels'addphoto' = 'הוספה'; $labels'replacephoto' = 'החלפה'; $labels'uploadphoto' = 'העלאת תמונה'; +$labels'choosefile' = 'יש לבחור קובץ...'; +$labels'choosefiles' = 'יש לבחור קבצים...'; +$labels'browse' = 'דפדוף'; $labels'newcontact' = 'צור איש קשר חדש'; $labels'deletecontact' = 'מחיקת אנשי קשר מסומנים'; $labels'composeto' = 'יצירת הודעה אל'; @@ -677,4 +681,3 @@ ENTER: פתיחה של ההודעה שנבחרה DELETE: העברה של ההודעה שנבחרה לפח האשפה"; $labels'helplistkeyboardnavcontacts' = "ENTER: פתיחה של איש הקשר שסומן "; -?>
View file
roundcubemail-1.4-rc1.133.tar.gz/program/localization/he_IL/messages.inc -> roundcubemail-1.4-rc1.167.tar.gz/program/localization/he_IL/messages.inc
Changed
@@ -2,19 +2,18 @@ /* +-----------------------------------------------------------------------+ - | localization/<lang>/messages.inc | - | | | Localization file of the Roundcube Webmail client | - | Copyright (C) 2005-2015, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/messages/ */ + $messages'errortitle' = 'אירעה שגיאה !'; $messages'loginfailed' = 'הכניסה נכשלה'; $messages'cookiesdisabled' = 'הדפדפן אינו מקבל עוגיות'; @@ -64,11 +63,8 @@ $messages'encryptnoattachments' = 'לא ניתן להצפין צרופות שכבר הועלו. נא להוסיפן מחדש בעורך ההצפנה.'; $messages'searchpubkeyservers' = 'האם ברצונך לחפש בשרתים של מפתחות ציבוריים אחר המפתחות החסרים?'; $messages'encryptpubkeysfound' = 'נמצאו המפתחות הציבוריים שלהלן'; -$messages'keyservererror' = 'נכשלה השגה של המפתח משרת המפתחות'; -$messages'keyimportsuccess' = 'מפתח ציבורי key$ יובא בהצלחה אל צרור המפתחות שלך'; $messages'nocontactsfound' = 'לא נמצאו אנשי קשר'; $messages'contactnotfound' = 'איש הקשר המבוקש לא נמצא'; -$messages'contactsearchonly' = 'יש להקיש מפתחות חיפוש כדי למצוא אנשי קשר'; $messages'sendingfailed' = 'שליחת ההודעה נכשלה'; $messages'senttooquickly' = 'נא להמתין $sec שניות לפני מסירת הודעה זו'; $messages'errorsavingsent' = 'אירעה שגיאה בזמן שמירת ההודעה שנשלחה'; @@ -127,6 +123,8 @@ $messages'filesizeerror' = 'הקובץ לטעינה גדול מהגודל המקסימלי שהוא $size'; $messages'filecounterror' = 'ניתן להעלות לכל היותר count$ קבצים בעת ובעונה אחת'; $messages'msgsizeerror' = 'הוספת צרופה נכשלה. גודלה יותר מהגודל (size$) המותר.'; +$messages'msgsizeerrorfwd' = 'גודל ההודעה (size$) דול מהמקסימום המותר. +num$ הודעות לא צורפו.'; $messages'copysuccess' = '$nr אנשי קשר הועתקו בהצלחה'; $messages'movesuccess' = '$nr אנשי קשר הועברו בהצלחה'; $messages'copyerror' = 'לא ניתן היה להעתיק אנשי קשר כלשהם';
View file
roundcubemail-1.4-rc1.133.tar.gz/program/localization/he_IL/timezones.inc -> roundcubemail-1.4-rc1.167.tar.gz/program/localization/he_IL/timezones.inc
Changed
@@ -2,10 +2,9 @@ /* +-----------------------------------------------------------------------+ - | localization/<lang>/timezones.inc | - | | | Localization file of the Roundcube Webmail client | - | Copyright (C) 2005-2017, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. |
View file
roundcubemail-1.4-rc1.133.tar.gz/program/localization/hi_IN/labels.inc -> roundcubemail-1.4-rc1.167.tar.gz/program/localization/hi_IN/labels.inc
Changed
@@ -2,19 +2,19 @@ /* +-----------------------------------------------------------------------+ - | localization/<lang>/labels.inc | - | | | Localization file of the Roundcube Webmail client | - | Copyright (C) 2005-2015, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/labels/ */ + + $labels'welcome' = '$product में स्वागत है'; $labels'username' = 'यूसरनाम'; $labels'password' = 'पासवर्ड'; @@ -182,4 +182,3 @@ $labels'sortby' = 'ऐसे तय करें'; $labels'sortasc' = 'पहले से आखीरी तय करें'; $labels'sortdesc' = 'आखीरी से पहले तय करें'; -?>
View file
roundcubemail-1.4-rc1.133.tar.gz/program/localization/hi_IN/messages.inc -> roundcubemail-1.4-rc1.167.tar.gz/program/localization/hi_IN/messages.inc
Changed
@@ -2,19 +2,18 @@ /* +-----------------------------------------------------------------------+ - | localization/<lang>/messages.inc | - | | | Localization file of the Roundcube Webmail client | - | Copyright (C) 2005-2015, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/messages/ */ + $messages'errortitle' = 'एक त्रुटि पाई गई !'; $messages'loginfailed' = 'लॉगिन नहीं हो पाया'; $messages'cookiesdisabled' = 'आपका ब्राऊसर कुकी स्वीकार नहीं कर रहा है';
View file
roundcubemail-1.4-rc1.133.tar.gz/program/localization/hr_HR/labels.inc -> roundcubemail-1.4-rc1.167.tar.gz/program/localization/hr_HR/labels.inc
Changed
@@ -2,19 +2,19 @@ /* +-----------------------------------------------------------------------+ - | localization/<lang>/labels.inc | - | | | Localization file of the Roundcube Webmail client | - | Copyright (C) 2005-2015, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/labels/ */ + + $labels'welcome' = 'Dobrodošli na $product'; $labels'username' = 'Korisničko ime'; $labels'password' = 'Lozinka'; @@ -132,6 +132,7 @@ $labels'more' = 'Više'; $labels'back' = 'Natrag'; $labels'options' = 'Postavke'; +$labels'actions' = 'Radnje'; $labels'select' = 'Odaberi'; $labels'all' = 'Sve'; $labels'none' = 'Ništa'; @@ -181,6 +182,7 @@ $labels'body' = 'Tijelo poruke'; $labels'type' = 'Tip'; $labels'namex' = 'Ime'; +$labels'searchscope' = 'Djelokrug'; $labels'currentfolder' = 'Trenutna mapa'; $labels'subfolders' = 'Ovo i podmape'; $labels'allfolders' = 'Sve mape'; @@ -199,6 +201,8 @@ $labels'dsn' = 'Obavijest o statusu isporuke'; $labels'mailreplyintro' = 'Dana $date, $sender je napisao(la):'; $labels'originalmessage' = 'Izvorna poruka'; +$labels'encrypt' = 'Šifriraj'; +$labels'keyid' = 'ID ključa'; $labels'insert' = 'Umetni'; $labels'recipient' = 'Primatelj'; $labels'editidents' = 'Uredi identitete'; @@ -329,6 +333,7 @@ $labels'searchdelete' = 'Obriši pretragu'; $labels'import' = 'Uvoz'; $labels'importcontacts' = 'Uvoz kontakta'; +$labels'importfromfile' = 'Uvezi iz datoteke'; $labels'importtarget' = 'Dodaj kontakte u'; $labels'importreplace' = 'Prepiši cijeli imenik'; $labels'importgroups' = 'Uvezi zadatke grupe'; @@ -341,6 +346,7 @@ $labels'userpreferences' = 'Korisničke postavke'; $labels'editpreferences' = 'Uredi korisničke postavke'; $labels'identities' = 'Identiteti'; +$labels'identityencryption' = 'Šifriranje'; $labels'preferhtml' = 'Prikaži HTML'; $labels'defaultcharset' = 'Zadana kodna stranica'; $labels'htmlmessage' = 'HTML format poruke'; @@ -489,4 +495,3 @@ $labels'japanese' = 'Japanski'; $labels'korean' = 'Korejski'; $labels'chinese' = 'Kineski'; -?>
View file
roundcubemail-1.4-rc1.133.tar.gz/program/localization/hr_HR/messages.inc -> roundcubemail-1.4-rc1.167.tar.gz/program/localization/hr_HR/messages.inc
Changed
@@ -2,28 +2,30 @@ /* +-----------------------------------------------------------------------+ - | localization/<lang>/messages.inc | - | | | Localization file of the Roundcube Webmail client | - | Copyright (C) 2005-2015, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/messages/ */ + $messages'errortitle' = 'Dogodila se greška!'; $messages'loginfailed' = 'Prijava neuspješna.'; $messages'cookiesdisabled' = 'Vaš preglednik ne prihvaća kolačiće.'; $messages'sessionerror' = 'Vaša sesija je nevaljala ili istekla.'; +$messages'cookiesmismatch' = 'Otkrivena je neusklađenost kolačića. Molimo očistite kolačiće preglednika.'; $messages'storageerror' = 'Neuspješno povezivanje na IMAP poslužitelj.'; $messages'servererror' = 'Greška poslužitelja!'; $messages'servererrormsg' = 'Greška poslužitelja: $msg'; +$messages'accountlocked' = 'Previše neuspjelih pokušaja prijave. Molimo pokušajte kasnije.'; $messages'connerror' = 'Neuspješna veza (Nemoguće doći do poslužitelja)!'; $messages'dberror' = 'Greška baze podataka!'; +$messages'windowopenerror' = 'Skočni prozor je blokiran!'; $messages'requesttimedout' = 'Zahtjev istekao'; $messages'errorreadonly' = 'Nemoguće izvršiti operaciju. Mapa je samo za čitanje.'; $messages'errornoperm' = 'Nemoguće izvršiti operaciju. Nije dozvoljen pristup.'; @@ -32,11 +34,14 @@ $messages'invalidrequest' = 'Neispravan zahtjev! Podaci nisu spremljeni.'; $messages'invalidhost' = 'Neispravno ime poslužitelja.'; $messages'nomessagesfound' = 'Nema poruka u ovom sandučiću.'; +$messages'loggedout' = 'Uspješno ste prekinuli sesiju. +Doviđenja!'; $messages'mailboxempty' = 'Sandučuć je prazan'; $messages'nomessages' = 'Nema poruka'; $messages'refreshing' = 'Osvježavanje...'; $messages'loading' = 'Učitavanje...'; $messages'uploading' = 'Postavljanje datoteke...'; +$messages'attaching' = 'Prilaganje datoteke...'; $messages'uploadingmany' = 'Postavljanje datoteka...'; $messages'loadingdata' = 'Učitavanje podataka...'; $messages'checkingmail' = 'Provjera novih poruka u tijeku...'; @@ -47,13 +52,18 @@ $messages'successfullysaved' = 'Uspješno spremljeno.'; $messages'savingresponse' = 'Spremanje teksta odgovora...'; $messages'deleteresponseconfirm' = 'Jeste li sigurni da želite obrisati tekst ovog odgovora?'; +$messages'nocontactselected' = 'Niste još označili kontakt.'; $messages'addedsuccessfully' = 'Kontakt uspješno dodan u imenik.'; +$messages'contactexists' = 'Kontakt s istom e-mail adresom već postoji.'; $messages'contactnameexists' = 'Kontakt istog imena već postoji.'; $messages'blockedimages' = 'Zbog zaštite privatnosti, slike sa interneta su blokirane u ovoj poruci.'; $messages'encryptedmessage' = 'Ova poruka je šifrirana i ne može se prikazati.'; +$messages'externalmessagedecryption' = 'Ovo je šifrirana poruka koja može biti dešifrirana uz pomoć proširenja preglednika.'; +$messages'nopubkeyfor' = 'Nije pronađen valjan javni ključ za $email '; +$messages'nopubkeyforsender' = 'Nije pronađen valjan javni ključ Vašeg identiteta pošiljatelja. Želite li šifrirati poruku samo za primatelje?'; +$messages'encryptpubkeysfound' = 'Pronađeni su sljedeći javni ključevi:'; $messages'nocontactsfound' = 'Imenik je prazan.'; $messages'contactnotfound' = 'Traženi kontakt nije pronađen.'; -$messages'contactsearchonly' = 'Upišite neke pojmove za pretragu imenika'; $messages'sendingfailed' = 'Slanje poruke nije uspjelo.'; $messages'senttooquickly' = 'Molimo sačekajte $sec sek. prije slanja ove poruke.'; $messages'errorsavingsent' = 'Greška pri spremanju poslane poruke.'; @@ -62,10 +72,13 @@ $messages'errorcopying' = 'Greška pri kopiranju poruke(a).'; $messages'errordeleting' = 'Greška pri brisanju poruke(a).'; $messages'errormarking' = 'Greška pri označavanju poruke(a).'; +$messages'alerttitle' = 'Upozorenje'; +$messages'confirmationtitle' = 'Jeste li sigurni...'; $messages'deletecontactconfirm' = 'Jeste li sigurni da želite obrisati odabrani kontakt(e)?'; $messages'deletegroupconfirm' = 'Jeste li sigurni da želite obrisati odabranu grupu?'; $messages'deletemessagesconfirm' = 'Jeste li sigurni da želite obrisati odabranu poruku(e)?'; $messages'deletefolderconfirm' = 'Jeste li sigurni da želite obrisati mapu?'; +$messages'movefolderconfirm' = 'Stvarno želite premjestiti ovu mapu?'; $messages'purgefolderconfirm' = 'Jeste li sigurni da želite obrisati sve poruke u mapi?'; $messages'contactdeleting' = 'Brisanje kontak(a)ta...'; $messages'groupdeleting' = 'Brisanje grupe...'; @@ -77,9 +90,14 @@ $messages'noemailwarning' = 'Unesite ispravnu e-mail adresu.'; $messages'nonamewarning' = 'Unesite ime.'; $messages'nopagesizewarning' = 'Unesite veličinu stranice.'; +$messages'nosenderwarning' = 'Molimo unesite e-mail adresu pošiljatelja.'; +$messages'recipientsadded' = 'Primatelj(i) dodan(i) uspješno.'; $messages'norecipientwarning' = 'Unesite barem jednog primatelja.'; +$messages'disclosedrecipwarning' = 'Svi će primatelji vidjeti druge adrese e-pošte. Da biste to spriječili i zaštitili njihovu privatnost možete rabiti polje Bcc.'; $messages'nosubjectwarning' = 'Polje \'Naslov\' je prazno. Želite li unijeti naslov?'; +$messages'nosubjecttitle' = 'Nema naslova'; $messages'nobodywarning' = 'Želite li poslati poruku bez teksta?'; +$messages'notsentwarning' = 'Poruka nije poslana a ima nespremljenih promjena. Želite li odbaciti Vaše promjene?'; $messages'restoresavedcomposedata' = 'Pronađena je započeta, ali neposlana poruka .\n\nNaslov: $subject\nSnimljeno: $date\n\nŽelite li je prikazati?'; $messages'nosearchname' = 'Unesite ime ili e-mail adresu.'; $messages'notuploadedwarning' = 'Svi privitci još nisu postavljeni na poslužitelj. Molim pričekajte ili zaustavite postavljanje.'; @@ -97,8 +115,12 @@ $messages'deletedsuccessfully' = 'Uspješno obrisano.'; $messages'converting' = 'Uklanjanje formatiranja poruke...'; $messages'messageopenerror' = 'Učitavanje poruke s poslužitelja nije uspjelo.'; +$messages'filelinkerror' = 'Prilaganje datoteke neuspješno.'; $messages'fileuploaderror' = 'Postavljanje datoteke nije uspjelo.'; $messages'filesizeerror' = 'Postavljena datoteka prelazi maksimalna veličinu od $size.'; +$messages'filecounterror' = 'Odjednom možete postaviti najviše $count datoteka.'; +$messages'msgsizeerror' = 'Postavljanje datoteke neuspješno. Prekoračena je najveća veličina datoteke ($size).'; +$messages'msgsizeerrorfwd' = 'Prekoračena je najveća veličina poruke ($size). $num poruka(e) nisu priložene.'; $messages'copysuccess' = 'Uspješno kopirano $n kontakata.'; $messages'movesuccess' = 'Uspješno premješteno $n kontakata.'; $messages'copyerror' = 'Kopiranje kontakata nije uspjelo.'; @@ -136,7 +158,10 @@ $messages'smtpfromerror' = 'SMTP greška ($code): Postavljanje pošiljatelja "$from" ($msg) nije uspjelo.'; $messages'smtptoerror' = 'SMTP greška ($code): Dodavanje primatelja "$to" ($msg) nije uspjelo.'; $messages'smtprecipientserror' = 'SMTP greška: Nije moguće pročitati listu primatelja.'; +$messages'smtputf8error' = 'SMTP greška: poslužitelj ne omogućava Unicode u adresama e-pošte.'; +$messages'smtpsizeerror' = 'SMTP greška: veličina poruke prekoračila je ograničenje poslužitelja ($limit)'; $messages'smtperror' = 'SMTP greška: $msg'; +$messages'emailformaterror' = 'Neispravna e-mail adresa: $email'; $messages'toomanyrecipients' = 'Previše primatelja. Smanjite broj primatelja na $max.'; $messages'maxgroupmembersreached' = 'Broj članova grupe prelazi maksimalni broj od $max.'; $messages'internalerror' = 'Dogodila se interna greška. Molimo pokušajte ponovno.'; @@ -153,12 +178,14 @@ $messages'savedsearchcreateerror' = 'Ne mogu stvoriti pohranjenu pretragu.'; $messages'messagedeleted' = 'Poruke uspješno obrisane.'; $messages'messagemoved' = 'Poruke uspješno premještene.'; +$messages'messagemovedtotrash' = 'Poruka(e) uspješno premještena(e) u smeće.'; $messages'messagecopied' = 'Poruke uspješno kopirane.'; $messages'messagemarked' = 'Poruke uspješno označene.'; $messages'autocompletechars' = 'Unesite barem $min znakova za auto-dopunjavanje.'; $messages'autocompletemore' = 'Više podudarajućih zapisa pronađeno. Molim upišite još znakova.'; $messages'namecannotbeempty' = 'Ime ne može biti prazno.'; $messages'nametoolong' = 'Ime je predugačko.'; +$messages'namedotforbidden' = 'Ime mape ne može početi točkom.'; $messages'folderupdated' = 'Mapa uspješno ažurirana.'; $messages'foldercreated' = 'Mapa uspješno stvorena.'; $messages'invalidimageformat' = 'Format slike nije ispravan.'; @@ -166,3 +193,8 @@ $messages'parentnotwritable' = 'Nije moguće stvoriti/pomaknuti mapu u odabranoj mapi. Nemate pravo pristupa.'; $messages'messagetoobig' = 'Dio poruke je prevelik za obradu.'; $messages'noscriptwarning' = 'UPOZORENJE: Ovaj webmail servis zahtijeva Javascript! Kako biste ga mogli koristiti, molimo omogućite Javascript u postavkama svog preglednika.'; +$messages'messageissent' = 'Poruka je poslana, ali nije spremljena. Želite li je spremiti sada?'; +$messages'errnotfound' = 'Datoteka nije pronađena'; +$messages'errfailedrequest' = 'Neuspješan zahtjev'; +$messages'errauthorizationfailed' = 'Neuspješna autorizacija'; +$messages'errcontactserveradmin' = 'Molimo kontaktirajte administratora poslužitelja.';
View file
roundcubemail-1.4-rc1.133.tar.gz/program/localization/hu_HU/labels.inc -> roundcubemail-1.4-rc1.167.tar.gz/program/localization/hu_HU/labels.inc
Changed
@@ -2,19 +2,19 @@ /* +-----------------------------------------------------------------------+ - | localization/<lang>/labels.inc | - | | | Localization file of the Roundcube Webmail client | - | Copyright (C) 2005-2015, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/labels/ */ + + $labels'welcome' = 'Üdvözli a $product'; $labels'username' = 'Felhasználónév'; $labels'password' = 'Jelszó'; @@ -396,6 +396,9 @@ $labels'addphoto' = 'Kép hozzáadása'; $labels'replacephoto' = 'Kép cseréje'; $labels'uploadphoto' = 'Fotó feltöltése'; +$labels'choosefile' = 'File kiválasztása...'; +$labels'choosefiles' = 'Fileok kiválasztása...'; +$labels'browse' = 'Böngészés'; $labels'newcontact' = 'Új kapcsolat létrehozása'; $labels'deletecontact' = 'Kijelölt kapcsolatok törlése'; $labels'composeto' = 'E-mail küldése erre a címre'; @@ -677,4 +680,3 @@ Enter: Kinyitja a kiválasztott/fókuszban levő üzenetet. Delete: A kiválaszott üzenet áthelyezése a Kukába."; $labels'helplistkeyboardnavcontacts' = "Enter: Megnyitja a kiválasztott/fókuszban levő kapcsolatot."; -?>
View file
roundcubemail-1.4-rc1.133.tar.gz/program/localization/hu_HU/messages.inc -> roundcubemail-1.4-rc1.167.tar.gz/program/localization/hu_HU/messages.inc
Changed
@@ -2,19 +2,18 @@ /* +-----------------------------------------------------------------------+ - | localization/<lang>/messages.inc | - | | | Localization file of the Roundcube Webmail client | - | Copyright (C) 2005-2015, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/messages/ */ + $messages'errortitle' = 'Hiba történt!'; $messages'loginfailed' = 'Sikertelen bejelentkezés.'; $messages'cookiesdisabled' = 'A böngésző nem támogatja a sütik használatát'; @@ -64,11 +63,8 @@ $messages'encryptnoattachments' = 'A már feltőltött csatolmányokat nem lehet titkosítani. Kérlek csatold újra azokat a titkosító szerkesztőben.'; $messages'searchpubkeyservers' = 'Szeretnéd megkeresni a hiányzó kulcsokat publius kulcs szervereken?'; $messages'encryptpubkeysfound' = 'A következő publikus kulcs lett megtalálva:'; -$messages'keyservererror' = 'Nem sikerült kulcsot kapni a kulcsszervertől'; -$messages'keyimportsuccess' = 'A $key publikus kulcsot sikeresen importáltuk a kulcskarikádra'; $messages'nocontactsfound' = 'Nem találhatóak kapcsolatok'; $messages'contactnotfound' = 'A kiválasztott kapcsolat nem található'; -$messages'contactsearchonly' = 'Adjon meg keresőkifejezéseket a kapcsolatok közti kereséshez'; $messages'sendingfailed' = 'Az üzenet elküldése nem sikerült'; $messages'senttooquickly' = 'Kérem várjon még $sec másodpercet az üzenet elküldése előtt'; $messages'errorsavingsent' = 'Hiba történt az elküldött üzenet mentése közben'; @@ -127,6 +123,7 @@ $messages'filesizeerror' = 'A feltöltött fájl mérete meghaladja a maximális $size méretet'; $messages'filecounterror' = 'Egyszerre csak $count filet tölthetsz fel.'; $messages'msgsizeerror' = 'Túl nagy a csatolmány mérete. Egy üzenet maximális mérete: ($size).'; +$messages'msgsizeerrorfwd' = 'Az üzenet elérte a maximális méretet($size). $num üzenet nem lett csatolva.'; $messages'copysuccess' = 'Sikeresen átmásolva $nr kapcsolat.'; $messages'movesuccess' = '$nr kapcsolat sikeresen áthelyezve.'; $messages'copyerror' = 'Nem lehet másolni a kapcsolatokat.';
View file
roundcubemail-1.4-rc1.133.tar.gz/program/localization/hu_HU/timezones.inc -> roundcubemail-1.4-rc1.167.tar.gz/program/localization/hu_HU/timezones.inc
Changed
@@ -2,10 +2,9 @@ /* +-----------------------------------------------------------------------+ - | localization/<lang>/timezones.inc | - | | | Localization file of the Roundcube Webmail client | - | Copyright (C) 2005-2017, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. |
View file
roundcubemail-1.4-rc1.133.tar.gz/program/localization/hy_AM/labels.inc -> roundcubemail-1.4-rc1.167.tar.gz/program/localization/hy_AM/labels.inc
Changed
@@ -2,19 +2,19 @@ /* +-----------------------------------------------------------------------+ - | localization/<lang>/labels.inc | - | | | Localization file of the Roundcube Webmail client | - | Copyright (C) 2005-2015, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/labels/ */ + + $labels'welcome' = 'Բարի գալուստ $product'; $labels'username' = 'Օգտվող'; $labels'password' = 'Գաղտնաբառ'; @@ -465,4 +465,3 @@ $labels'korean' = 'Կորեական'; $labels'chinese' = 'Չինական'; $labels'arialabelforwardingoptions' = 'Փոխանցելու ընտրանքներ'; -?>
View file
roundcubemail-1.4-rc1.133.tar.gz/program/localization/hy_AM/messages.inc -> roundcubemail-1.4-rc1.167.tar.gz/program/localization/hy_AM/messages.inc
Changed
@@ -2,19 +2,18 @@ /* +-----------------------------------------------------------------------+ - | localization/<lang>/messages.inc | - | | | Localization file of the Roundcube Webmail client | - | Copyright (C) 2005-2015, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/messages/ */ + $messages'errortitle' = 'Սխա՛լ'; $messages'loginfailed' = 'Մուտքը ձախողվեց'; $messages'cookiesdisabled' = 'Сookies–ների ապահովվումը բացակայում է'; @@ -44,7 +43,6 @@ $messages'encryptedmessage' = 'Ներողություն, այս նամակը կոդավորված է'; $messages'nocontactsfound' = 'Հասցեներ չկան'; $messages'contactnotfound' = 'Որոնվող հասցեն չգտնվեց'; -$messages'contactsearchonly' = 'Ներմուծեք տվյալներ անձանց որոնման համար'; $messages'sendingfailed' = 'Նամակի ուղարկումը ձախողվեց'; $messages'senttooquickly' = 'Խնդրում ենք սպասել $sec վարկյան մինչ այս նամակն ուղարկելը'; $messages'errormoving' = 'Նամակի տեղափոխման ձախողում';
View file
roundcubemail-1.4-rc1.133.tar.gz/program/localization/ia/labels.inc -> roundcubemail-1.4-rc1.167.tar.gz/program/localization/ia/labels.inc
Changed
@@ -2,19 +2,19 @@ /* +-----------------------------------------------------------------------+ - | localization/<lang>/labels.inc | - | | | Localization file of the Roundcube Webmail client | - | Copyright (C) 2005-2015, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/labels/ */ + + $labels'welcome' = 'Benvenite a $product'; $labels'username' = 'Nomine de usator'; $labels'password' = 'Contrasigno'; @@ -629,4 +629,3 @@ Enter: Aperir le message seligite/focalisate. Delete: Jectar le messages seligite in le corbe a papiro."; $labels'helplistkeyboardnavcontacts' = "Enter: Aperir le contacto seligite/focalisate."; -?>
View file
roundcubemail-1.4-rc1.133.tar.gz/program/localization/ia/messages.inc -> roundcubemail-1.4-rc1.167.tar.gz/program/localization/ia/messages.inc
Changed
@@ -2,19 +2,18 @@ /* +-----------------------------------------------------------------------+ - | localization/<lang>/messages.inc | - | | | Localization file of the Roundcube Webmail client | - | Copyright (C) 2005-2015, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/messages/ */ + $messages'errortitle' = 'Un error ha occurrite.'; $messages'loginfailed' = 'Apertura de session fallite.'; $messages'cookiesdisabled' = 'Vostre navigator non accepta cookies.'; @@ -61,11 +60,8 @@ $messages'encryptnoattachments' = 'Le attachamentos jam incargate non pote esser cryptate. Per favor re-adde los in le editor cryptographic.'; $messages'searchpubkeyservers' = 'Vole tu cercar le claves mancante in le servitores de claves public?'; $messages'encryptpubkeysfound' = 'Le sequente claves public ha essite trovate:'; -$messages'keyservererror' = 'Fallimento de obtener clave ab servitor de claves'; -$messages'keyimportsuccess' = 'Le clave public $key ha essite importate in tu portaclaves'; $messages'nocontactsfound' = 'Nulle contacto trovate.'; $messages'contactnotfound' = 'Le contacto requestate non ha essite trovate.'; -$messages'contactsearchonly' = 'Entra parolas a cercar in contactos'; $messages'sendingfailed' = 'Le invio del message ha fallite.'; $messages'senttooquickly' = 'Per favor, attende $sec secunda(s) ante inviar iste message.'; $messages'errorsavingsent' = 'Un error ha occurrite durante le salveguarda del message inviate.';
View file
roundcubemail-1.4-rc1.133.tar.gz/program/localization/id_ID/labels.inc -> roundcubemail-1.4-rc1.167.tar.gz/program/localization/id_ID/labels.inc
Changed
@@ -2,19 +2,19 @@ /* +-----------------------------------------------------------------------+ - | localization/<lang>/labels.inc | - | | | Localization file of the Roundcube Webmail client | - | Copyright (C) 2005-2015, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/labels/ */ + + $labels'welcome' = 'Selamat datang di $product'; $labels'username' = 'Username'; $labels'password' = 'Password'; @@ -613,4 +613,3 @@ Enter: Buka pesan yang dipilih/difokuskan. Delete: Pindahkan pesan yang dipilih ke Tong Sampah."; $labels'helplistkeyboardnavcontacts' = "Enter: Buka kontak yang dipilih/terfokus."; -?>
View file
roundcubemail-1.4-rc1.133.tar.gz/program/localization/id_ID/messages.inc -> roundcubemail-1.4-rc1.167.tar.gz/program/localization/id_ID/messages.inc
Changed
@@ -2,19 +2,18 @@ /* +-----------------------------------------------------------------------+ - | localization/<lang>/messages.inc | - | | | Localization file of the Roundcube Webmail client | - | Copyright (C) 2005-2015, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/messages/ */ + $messages'errortitle' = 'Terjadi error!'; $messages'loginfailed' = 'Login gagal.'; $messages'cookiesdisabled' = 'Browser Anda tidak menerima cookies.'; @@ -61,11 +60,8 @@ $messages'encryptnoattachments' = 'Lampiran yang telah diunggah tidak dapat dienkripsi. Harap tambahkan ulang lampiran dalam penyunting enkripsi.'; $messages'searchpubkeyservers' = 'Apakah Anda ingin mencari di server kunci publik untuk kunci yang kurang?'; $messages'encryptpubkeysfound' = 'Kunci publik berikut telah ditemukan:'; -$messages'keyservererror' = 'Gagal mendapat kunci dari server kunci'; -$messages'keyimportsuccess' = 'Kunci publik $key sukses diimpor ke dalam ring kunci Anda'; $messages'nocontactsfound' = 'Kontak tidak ditemukan'; $messages'contactnotfound' = 'Kontak yang diminta tidak ditemukan'; -$messages'contactsearchonly' = 'Masukkan jenis pencarian untuk mencari kontak'; $messages'sendingfailed' = 'Gagal mengirim pesan.'; $messages'senttooquickly' = 'Mohon tunggu $sec detik sebelum mengirim pesan ini.'; $messages'errorsavingsent' = 'Kesalahan ketika menyimpan pesan terkirim.'; @@ -74,6 +70,8 @@ $messages'errorcopying' = 'Pesan tidak dapat disalin'; $messages'errordeleting' = 'Pesan tidak bisa dihapus'; $messages'errormarking' = 'Tidak dapat menandai pesan'; +$messages'alerttitle' = 'Perhatian'; +$messages'confirmationtitle' = 'Apa Anda yakin...'; $messages'deletecontactconfirm' = 'Apakah anda yakin untuk menghapus kontak terpilih?'; $messages'deletegroupconfirm' = 'Yakinkah Anda ingin menhapus grup terpilih?'; $messages'deletemessagesconfirm' = 'Yakin menghapus pesan terpilih?'; @@ -90,6 +88,7 @@ $messages'nonamewarning' = 'Tolong masukkan nama'; $messages'nopagesizewarning' = 'Tolong masukkan ukuran halaman'; $messages'nosenderwarning' = 'Harap masukkan alamat email pengirim.'; +$messages'recipientsadded' = 'Penerima telah ditambahkan.'; $messages'norecipientwarning' = 'Tolong masukkan sedikitnya satu penerima'; $messages'disclosedrecipwarning' = 'Semua penerima akan saling tahu alamat surel pihak lain. Untuk mencegah hal ini dan melindungi privasi mereka Anda dapat memakai ruas Bcc.'; $messages'disclosedreciptitle' = 'Terlalu banyak penerima publik';
View file
roundcubemail-1.4-rc1.133.tar.gz/program/localization/id_ID/timezones.inc -> roundcubemail-1.4-rc1.167.tar.gz/program/localization/id_ID/timezones.inc
Changed
@@ -2,10 +2,9 @@ /* +-----------------------------------------------------------------------+ - | localization/<lang>/timezones.inc | - | | | Localization file of the Roundcube Webmail client | - | Copyright (C) 2005-2017, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | @@ -114,5 +113,56 @@ $labels'tz:america:curacao' = 'Curaçao'; $labels'tz:america:danmarkshavn' = 'Danmarkshavn'; $labels'tz:america:dawson' = 'Dawson'; +$labels'tz:america:denver' = 'Denver'; +$labels'tz:america:detroit' = 'Detroit'; +$labels'tz:america:el_salvador' = 'El Salvador'; +$labels'tz:america:grenada' = 'Grenada'; +$labels'tz:america:indiana' = 'Indiana'; +$labels'tz:america:indiana:indianapolis' = 'Indianapolis'; +$labels'tz:america:jamaica' = 'Jamaika'; +$labels'tz:america:new_york' = 'New York'; +$labels'tz:america:panama' = 'Panama'; +$labels'tz:america:port-au-prince' = 'Port-au-Prince'; +$labels'tz:america:puerto_rico' = 'Puerto Rico'; +$labels'tz:antarctica' = 'Antarktika'; +$labels'tz:asia' = 'Asia'; +$labels'tz:asia:bahrain' = 'Bahrain'; +$labels'tz:asia:bangkok' = 'Bangkok'; +$labels'tz:asia:beirut' = 'Beirut'; +$labels'tz:asia:brunei' = 'Brunei'; +$labels'tz:asia:damascus' = 'Damaskus'; +$labels'tz:asia:dili' = 'Dili'; +$labels'tz:asia:dubai' = 'Dubai'; +$labels'tz:asia:gaza' = 'Gaza'; +$labels'tz:asia:ho_chi_minh' = 'Ho Chi Minh'; +$labels'tz:asia:hong_kong' = 'Hong Kong'; +$labels'tz:asia:jakarta' = 'Jakarta'; +$labels'tz:asia:jayapura' = 'Jayapura'; +$labels'tz:asia:jerusalem' = 'Yerusalem'; +$labels'tz:asia:karachi' = 'Karachi'; +$labels'tz:asia:kathmandu' = 'Kathmandu'; +$labels'tz:asia:kolkata' = 'Kalkuta'; +$labels'tz:asia:kuala_lumpur' = 'Kuala Lumpur'; +$labels'tz:asia:kuching' = 'Kuching'; +$labels'tz:asia:kuwait' = 'Kuwait'; +$labels'tz:asia:macau' = 'Makau'; +$labels'tz:asia:makassar' = 'Makassar'; +$labels'tz:asia:manila' = 'Manila'; +$labels'tz:asia:pontianak' = 'Pontianak'; +$labels'tz:asia:pyongyang' = 'Pyongyang'; +$labels'tz:asia:shanghai' = 'Shanghai'; +$labels'tz:asia:singapore' = 'Singapura'; +$labels'tz:asia:taipei' = 'Taipei'; +$labels'tz:asia:tokyo' = 'Tokyo'; +$labels'tz:asia:yangon' = 'Yangon'; +$labels'tz:atlantic' = 'Atlantik'; +$labels'tz:atlantic:bermuda' = 'Bermuda'; +$labels'tz:australia' = 'Australia'; +$labels'tz:australia:adelaide' = 'Adelaide'; +$labels'tz:australia:brisbane' = 'Brisbane'; +$labels'tz:australia:darwin' = 'Darwin'; +$labels'tz:australia:melbourne' = 'Melbourne'; +$labels'tz:australia:perth' = 'Perth'; +$labels'tz:europe' = 'Eropa'; $labels'tz:pacific:wake' = 'Wake'; $labels'tz:pacific:wallis' = 'Wallis';
View file
roundcubemail-1.4-rc1.133.tar.gz/program/localization/index.inc -> roundcubemail-1.4-rc1.167.tar.gz/program/localization/index.inc
Changed
@@ -80,6 +80,7 @@ 'ms_MY' => 'Malay (Bahasa Melayu)', 'ml_IN' => 'Malayalam (മലയാളം)', 'mr_IN' => 'Marathi (मराठी)', + 'mn_MN' => 'Mongolic (Монгол)', 'ne_NP' => 'Nepali (नेपाली)', 'nb_NO' => 'Norwegian (Bokmål)', 'nn_NO' => 'Norwegian (Nynorsk)', @@ -124,6 +125,7 @@ 'da' => 'da_DK', 'de' => 'de_DE', 'ee' => 'et_EE', + 'es' => 'es_ES', 'et' => 'et_EE', 'el' => 'el_GR', 'en' => 'en_US', @@ -147,6 +149,7 @@ 'lb' => 'lb_LU', 'ne' => 'ne_NP', 'no' => 'nn_NO', + 'mn' => 'mn_MN', 'ms' => 'ms_MY', 'mr' => 'mr_IN', 'ml' => 'ml_IN',
View file
roundcubemail-1.4-rc1.133.tar.gz/program/localization/is_IS/labels.inc -> roundcubemail-1.4-rc1.167.tar.gz/program/localization/is_IS/labels.inc
Changed
@@ -2,19 +2,19 @@ /* +-----------------------------------------------------------------------+ - | localization/<lang>/labels.inc | - | | | Localization file of the Roundcube Webmail client | - | Copyright (C) 2005-2015, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/labels/ */ + + $labels'welcome' = 'Velkomin í $product'; $labels'username' = 'Netfang'; $labels'password' = 'Lykilorð'; @@ -259,6 +259,7 @@ $labels'bccinstead' = 'Nota BCC'; $labels'addheader' = 'Bæta við viðtakanda (haus)'; $labels'insert' = 'Setja inn'; +$labels'insertcontact' = 'Setja inn tengiliði'; $labels'recipient' = 'Viðtakandi'; $labels'recipientedit' = 'Breyting á viðtakanda'; $labels'editidents' = 'Breyta persónuauðkennum'; @@ -395,6 +396,9 @@ $labels'addphoto' = 'Bæta við'; $labels'replacephoto' = 'Skipta út'; $labels'uploadphoto' = 'Senda inn mynd'; +$labels'choosefile' = 'Veldu skrá...'; +$labels'choosefiles' = 'Veldu skrár...'; +$labels'browse' = 'Flakka'; $labels'newcontact' = 'Búa til nýjan tengilið'; $labels'deletecontact' = 'Eyða völdum tengiliðum'; $labels'composeto' = 'Skrifa tölvupóst til'; @@ -676,4 +680,3 @@ Enter: Opna valin/virk skilaboð. Del/Eyða: Færa valin skilaboð í ruslið."; $labels'helplistkeyboardnavcontacts' = "Enter: Opna valinn/virkan tengilið."; -?>
View file
roundcubemail-1.4-rc1.133.tar.gz/program/localization/is_IS/messages.inc -> roundcubemail-1.4-rc1.167.tar.gz/program/localization/is_IS/messages.inc
Changed
@@ -2,19 +2,18 @@ /* +-----------------------------------------------------------------------+ - | localization/<lang>/messages.inc | - | | | Localization file of the Roundcube Webmail client | - | Copyright (C) 2005-2015, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/messages/ */ + $messages'errortitle' = 'Villa kom upp!'; $messages'loginfailed' = 'Innskráning mistókst.'; $messages'cookiesdisabled' = 'Vafrinn þinn samþykkir ekki vefkökur.'; @@ -64,11 +63,8 @@ $messages'encryptnoattachments' = 'Viðhengi sem þegar er búið að senda inn er ekki hægt að dulrita. Bættu þeim við aftur í dulritunarritlinum.'; $messages'searchpubkeyservers' = 'Viltu leita að þeim lyklum sem vantar á opinberum lyklaþjónum?'; $messages'encryptpubkeysfound' = 'Eftirfarandi dreifilyklar fundust:'; -$messages'keyservererror' = 'Mistókst að nálgast lykil á lyklaþjóni'; -$messages'keyimportsuccess' = 'Það tókst að flytja $key dreifilykilinn inn í lyklakippuna þína'; $messages'nocontactsfound' = 'Engir tengiliðir fundust.'; $messages'contactnotfound' = 'Umbeðinn tengiliður fannst ekki.'; -$messages'contactsearchonly' = 'Settu inn leitartexta til að finna tengiliði'; $messages'sendingfailed' = 'Sending skilaboðanna misheppnaðist.'; $messages'senttooquickly' = 'Bíða í $sec sekúndu(r) áður en þessi skilaboð eru send.'; $messages'errorsavingsent' = 'Villa kom upp við vistun sendra skilaboða.'; @@ -127,6 +123,7 @@ $messages'filesizeerror' = 'Innsenda skráin er yfir $size leyfilegri stærð.'; $messages'filecounterror' = 'Þú getur í mesta lagi sent inn $count skrár í einu.'; $messages'msgsizeerror' = 'Mistókst að hengja við skrá. Fór yfir leyfilega hámarksstærð ($size) skilaboða.'; +$messages'msgsizeerrorfwd' = 'Hámarksstærð skilaboða ($size) náð. $num skilaboð hafa ekki verið hengd við.'; $messages'copysuccess' = 'Tókst að afrita $nr tengiliði'; $messages'movesuccess' = 'Tókst að færa $nr tengiliði'; $messages'copyerror' = 'Gat ekki afritað neina tengiliði.';
View file
roundcubemail-1.4-rc1.133.tar.gz/program/localization/is_IS/timezones.inc -> roundcubemail-1.4-rc1.167.tar.gz/program/localization/is_IS/timezones.inc
Changed
@@ -2,10 +2,9 @@ /* +-----------------------------------------------------------------------+ - | localization/<lang>/timezones.inc | - | | | Localization file of the Roundcube Webmail client | - | Copyright (C) 2005-2017, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. |
View file
roundcubemail-1.4-rc1.133.tar.gz/program/localization/it_IT/labels.inc -> roundcubemail-1.4-rc1.167.tar.gz/program/localization/it_IT/labels.inc
Changed
@@ -2,19 +2,19 @@ /* +-----------------------------------------------------------------------+ - | localization/<lang>/labels.inc | - | | | Localization file of the Roundcube Webmail client | - | Copyright (C) 2005-2015, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/labels/ */ + + $labels'welcome' = 'Benvenuto in $product'; $labels'username' = 'Nome Utente'; $labels'password' = 'Password'; @@ -114,6 +114,7 @@ $labels'forwardinline' = 'Inoltra come messaggio'; $labels'forwardattachment' = 'Inoltra come allegato'; $labels'forwardmessage' = 'Inoltra il messaggio'; +$labels'bounce' = 'Rinviare'; $labels'deletemessage' = 'Elimina il messaggio'; $labels'movemessagetotrash' = 'Sposta il messaggio nel cestino'; $labels'printmessage' = 'Stampa il messaggio'; @@ -145,6 +146,7 @@ $labels'previous' = 'Precedente'; $labels'next' = 'Successivo'; $labels'select' = 'Seleziona'; +$labels'selection' = 'Selezione'; $labels'all' = 'Tutti'; $labels'none' = 'Nessuno'; $labels'currpage' = 'Pagina corrente'; @@ -192,6 +194,8 @@ $labels'compact' = 'Compatta'; $labels'empty' = 'Svuota'; $labels'importmessages' = 'Importa messaggi'; +$labels'mailimportdesc' = 'Puoi importare file di e-mail in formato <a href="https://en.wikipedia.org/wiki/Email#Message_format">MIME</a> o <a href="https://en.wikipedia.org/wiki/Mbox">Mbox</a>.'; +$labels'mailimportzip' = 'Files multipli possono essere compressi in archivi zip.'; $labels'quota' = 'Spazio utilizzato'; $labels'unknown' = 'sconosciuto'; $labels'unlimited' = 'illimitato'; @@ -253,7 +257,9 @@ $labels'bccinstead' = 'Usa ccn'; $labels'addheader' = 'Aggiungi destinatario (intestazione)'; $labels'insert' = 'Inserisci'; +$labels'insertcontact' = 'Aggiungi contatti'; $labels'recipient' = 'Destinatario'; +$labels'recipientedit' = 'Modifica il destinatario'; $labels'editidents' = 'Modifica identità'; $labels'spellcheck' = 'Controllo ortografico'; $labels'checkspelling' = 'Controlla ortografia'; @@ -291,7 +297,9 @@ $labels'alwaysallow' = 'Permetti sempre da $sender'; $labels'isdraft' = 'Questa è una bozza.'; $labels'andnmore' = 'ancora $nr...'; +$labels'details' = 'Dettagli'; $labels'headers' = 'Intestazioni'; +$labels'allheaders' = 'Tutte le intestazioni...'; $labels'togglemoreheaders' = 'Mostra più intestazioni dei messaggi'; $labels'togglefullheaders' = 'Visualizza/nascondi intestazioni originali'; $labels'htmltoggle' = 'HTML'; @@ -384,6 +392,9 @@ $labels'addphoto' = 'Aggiungi'; $labels'replacephoto' = 'Sostituisci'; $labels'uploadphoto' = 'Carica foto'; +$labels'choosefile' = 'Seleziona il file...'; +$labels'choosefiles' = 'Seleziona i files...'; +$labels'browse' = 'Sfoglia'; $labels'newcontact' = 'Crea un nuovo contatto'; $labels'deletecontact' = 'Elimina i contatti selezionati'; $labels'composeto' = 'Invia messaggio a'; @@ -419,6 +430,7 @@ $labels'importgroups' = 'Importa le assegnazioni di gruppo'; $labels'importgroupsall' = 'Tutti (crea i gruppi se necessario)'; $labels'importgroupsexisting' = 'Solo per i gruppi esistenti'; +$labels'importdesc' = 'Puoi importare i contatti da una rubrica esistente.<br/>Attualmente è possibile l\'importazione di indirizzi in formato <a href="https://en.wikipedia.org/wiki/VCard">vCard</a> o CSV.'; $labels'done' = 'Fatto'; $labels'settingsfor' = 'Impostazioni per'; $labels'about' = 'Informazioni'; @@ -647,6 +659,7 @@ $labels'arialabelresonseeditfrom' = 'Modifica modulo ricezione'; $labels'arialabelsearchterms' = 'Ricerca termini'; $labels'arialabeldropactionmenu' = 'Menu azione con trascinamento'; +$labels'arialabelheadersmenu' = 'Aggiungi destinatario (intestazione) menu'; $labels'arialabelimagetools' = 'Strumenti immagine'; $labels'helplistnavigation' = 'Lista navigazione da tastiera'; $labels'helplistkeyboardnavigation' = "Frecce su/giù: Sposta le righe selezionate. @@ -657,4 +670,3 @@ Invio: apre il contatto selezionato. Canc: sposta il messaggio selezionato nel cestino."; $labels'helplistkeyboardnavcontacts' = "Invio: Aprire il contatto selezionato"; -?>
View file
roundcubemail-1.4-rc1.133.tar.gz/program/localization/it_IT/messages.inc -> roundcubemail-1.4-rc1.167.tar.gz/program/localization/it_IT/messages.inc
Changed
@@ -2,23 +2,23 @@ /* +-----------------------------------------------------------------------+ - | localization/<lang>/messages.inc | - | | | Localization file of the Roundcube Webmail client | - | Copyright (C) 2005-2015, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/messages/ */ + $messages'errortitle' = 'Si è verificato un errore!'; $messages'loginfailed' = 'Accesso non riuscito.'; $messages'cookiesdisabled' = 'Il tuo browser non accetta i cookies.'; $messages'sessionerror' = 'Sessione non valida o scaduta.'; +$messages'cookiesmismatch' = 'Rilevata una mancata corrispondenza dei cookies. Per favore, cancella i cookies del tuo browser.'; $messages'storageerror' = 'Impossibile connettersi al server IMAP'; $messages'servererror' = 'Errore del server!'; $messages'servererrormsg' = 'Errore del server: $msg'; @@ -34,6 +34,7 @@ $messages'invalidrequest' = 'Richiesta non valida! Nessun dato salvato.'; $messages'invalidhost' = 'Nome del server non valido.'; $messages'nomessagesfound' = 'Nessun messaggio trovato in questa cartella'; +$messages'loggedout' = 'Hai correttamente terminato la sessione. A presto!'; $messages'mailboxempty' = 'La casella di posta è vuota'; $messages'nomessages' = 'Non ci sono messaggi'; $messages'refreshing' = 'Aggiornamento...'; @@ -55,6 +56,7 @@ $messages'contactexists' = 'Esiste già un contatto con questo indirizzo email.'; $messages'contactnameexists' = 'Esiste già un contatto con questo nome'; $messages'blockedimages' = 'Per proteggere la tua privacy, le immagini remote di questo messaggio sono state bloccate.'; +$messages'blockedresources' = 'Per proteggere la tua privacy le risorse remote sono state bloccate.'; $messages'encryptedmessage' = 'Questo messaggio è cifrato e non può essere visualizzato. Spiacenti!'; $messages'externalmessagedecryption' = 'Questo messaggio è cifrato e può essere decifrato attraverso un\'estensione del browser.'; $messages'nopubkeyfor' = 'Non è stata trovata una chiave pubblica valida per l\'indirizzo $email'; @@ -62,11 +64,11 @@ $messages'encryptnoattachments' = 'Gli allegati già caricati non possono essere cifrati. Si prega di aggiungerli di nuovo all\'editor di cifratura.'; $messages'searchpubkeyservers' = 'Si desidera effettuare una ricerca di server di chiavi pubbliche per le chiavi mancanti?'; $messages'encryptpubkeysfound' = 'Sono state trovate le seguenti chiavi pubbliche:'; -$messages'keyservererror' = 'Non è stato possibile recuperare la chiave dal server delle chiavi.'; -$messages'keyimportsuccess' = 'La chiave pubblica $key è stata importata correttamente nel tuo portachiavi.'; +$messages'keyservererror' = 'Tentativo non riuscito di ottenere la chiave dal keyserver.'; +$messages'keyimportsuccess' = 'Chiave pubblica $key importata con successo nel tuo keyring.'; $messages'nocontactsfound' = 'Nessun contatto'; $messages'contactnotfound' = 'Il contatto richiesto non è stato trovato'; -$messages'contactsearchonly' = 'Inserisci dei termini per cercare i contatti'; +$messages'contactsearchonly' = 'Devi usare un modulo di ricerca per vedere i contatti dalla rubrica selezionata.'; $messages'sendingfailed' = 'Impossibile inviare il messaggio'; $messages'senttooquickly' = 'Per favore, attendi $sec secondi prima di inviare questo messaggio'; $messages'errorsavingsent' = 'Si è verificato un errore nel salvare il messaggio inviato.'; @@ -75,10 +77,13 @@ $messages'errorcopying' = 'Impossibile copiare il messaggio'; $messages'errordeleting' = 'Impossibile eliminare il messaggio'; $messages'errormarking' = 'Impossibile segnare il messaggio'; +$messages'alerttitle' = 'Attenzione'; +$messages'confirmationtitle' = 'Sei sicuro...'; $messages'deletecontactconfirm' = 'Sei sicuro di voler eliminare i contatti selezionati?'; $messages'deletegroupconfirm' = 'Sei sicuro di voler eliminare i gruppi selezionati?'; $messages'deletemessagesconfirm' = 'Sei sicuro di voler eliminare i messaggi selezionati?'; $messages'deletefolderconfirm' = 'Sei sicuro di voler eliminare la cartella selezionata?'; +$messages'movefolderconfirm' = 'Sei sicuro di voler spostare la cartella selezionata?'; $messages'purgefolderconfirm' = 'Sei sicuro di voler eliminare tutti i messaggi in questa cartella?'; $messages'contactdeleting' = 'Eliminazione contatti...'; $messages'groupdeleting' = 'Eliminazione gruppo...'; @@ -91,6 +96,7 @@ $messages'nonamewarning' = 'Per favore, immetti un nome'; $messages'nopagesizewarning' = 'Per favore, immetti il numero di righe per pagina'; $messages'nosenderwarning' = 'Per favore, inserisci l\'indirizzo email del mittente.'; +$messages'recipientsadded' = 'Destinatari/o aggiunto/i correttamente'; $messages'norecipientwarning' = 'Per favore, immetti almeno un destinatario'; $messages'disclosedrecipwarning' = 'Tutti i destinatari vedranno i rispettivi indirizzi di posta elettronica. Per evitare questo e proteggerne la riservatezza puoi usare il campo Ccn.'; $messages'disclosedreciptitle' = 'Troppi destinatari pubblici'; @@ -121,6 +127,7 @@ $messages'filesizeerror' = 'Il file da caricare supera il limite massimo di $size'; $messages'filecounterror' = 'È possibile caricare al massimo $count file alla volta.'; $messages'msgsizeerror' = 'Errore nell\'allegare un file. Dimensione massima di un messaggio ($size) superata. '; +$messages'msgsizeerrorfwd' = 'La dimensione massima del messaggio ($size) è stata superata. $num messaggi non sono stati allegati.'; $messages'copysuccess' = 'Copiati correttamente $nr contatti.'; $messages'movesuccess' = '$nr contatti spostati correttamente.'; $messages'copyerror' = 'Impossibile copiare i contatti.'; @@ -160,6 +167,8 @@ $messages'smtpfromerror' = 'Errore SMTP ($code): impostazione del mittente "$from" non riuscita ($msg)'; $messages'smtptoerror' = 'Errore SMTP ($code): inserimento del destinatario "$to" non riuscito ($msg)'; $messages'smtprecipientserror' = 'Errore SMTP: impossibile processare la lista dei destinatari'; +$messages'smtputf8error' = 'Errore SMTP: Il server non supporta i caratteri Unicode nell\'indirizzo email'; +$messages'smtpsizeerror' = 'Errore SMTP: La dimensione del messaggio supera il limite del server ($limit)'; $messages'smtperror' = 'Errore SMTP: $msg'; $messages'emailformaterror' = 'Indirizzo email non valido: $email'; $messages'toomanyrecipients' = 'Numero eccessivo di destinatari, ridurlo a $max'; @@ -192,6 +201,7 @@ $messages'mispellingsfound' = 'Sono stati riscontrati errori ortografici nel messaggio'; $messages'parentnotwritable' = 'Impossibile creare o muovere la cartella: accesso negato'; $messages'messagetoobig' = 'La parte del messaggio è troppo grande per essere processata.'; +$messages'attachmentvalidationerror' = 'Questo allegato è sospetto perché il tipo non corrisponde a quanto dichiarato nel messaggio. Se non ti fidi del mittente, non dovresti aprirlo nel browser perché potrebbe contenere contenuti malevoli.<br/><br/><em>Atteso: $expected; trovato: $detected</em>'; $messages'noscriptwarning' = 'Attenzione: questo servizio di webmail richiede Javascript! Per utilizzarlo abilita Javascript nelle impostazioni del tuo browser.'; $messages'messageissent' = 'Questo messaggio è stato già inviato, ma non ancora salvato. Vuoi salvarlo adesso?'; $messages'errnotfound' = 'File non trovato'; @@ -209,4 +219,6 @@ $messages'nosupporterror' = 'La funzione non è supportata dal browser.'; $messages'siginserted' = 'Firma inserita con successo.'; $messages'responseinserted' = 'Risposta inserita con successo.'; +$messages'listempty' = 'Questa lista è vuota'; +$messages'listusebutton' = 'Usa il tasto Crea per aggiungere una nuova voce'; $messages'keypaircreatesuccess' = 'Una nuova coppia di chiavi è stata creata con successo per $identity.';
View file
roundcubemail-1.4-rc1.133.tar.gz/program/localization/ja_JP/labels.inc -> roundcubemail-1.4-rc1.167.tar.gz/program/localization/ja_JP/labels.inc
Changed
@@ -2,19 +2,19 @@ /* +-----------------------------------------------------------------------+ - | localization/<lang>/labels.inc | - | | | Localization file of the Roundcube Webmail client | - | Copyright (C) 2005-2015, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/labels/ */ + + $labels'welcome' = '$productにようこそ'; $labels'username' = 'ユーザー名'; $labels'password' = 'パスワード'; @@ -674,4 +674,3 @@ 改行: 現在・選択しているメッセージを開きます。 削除: 選択しているメッセージをゴミ箱に移動します。"; $labels'helplistkeyboardnavcontacts' = "改行: 現在・選択中の連絡先を開きます。"; -?>
View file
roundcubemail-1.4-rc1.133.tar.gz/program/localization/ja_JP/messages.inc -> roundcubemail-1.4-rc1.167.tar.gz/program/localization/ja_JP/messages.inc
Changed
@@ -2,19 +2,18 @@ /* +-----------------------------------------------------------------------+ - | localization/<lang>/messages.inc | - | | | Localization file of the Roundcube Webmail client | - | Copyright (C) 2005-2015, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/messages/ */ + $messages'errortitle' = 'エラーが発生しました!'; $messages'loginfailed' = 'ログインできませんでした。'; $messages'cookiesdisabled' = 'ブラウザーがCookieを受け付けません。'; @@ -64,11 +63,8 @@ $messages'encryptnoattachments' = '既にアップロードした添付ファイルは暗号化できません。暗号化のエディター内で再度追加してください。'; $messages'searchpubkeyservers' = '欠けている鍵を公開なキーサーバーで検索しますか?'; $messages'encryptpubkeysfound' = '以下のキーサーバーが見つかりました:'; -$messages'keyservererror' = 'キーサーバーから鍵を取得できませんでした。'; -$messages'keyimportsuccess' = '$key という公開鍵をキーリングにインポートしました。'; $messages'nocontactsfound' = '連絡先がありません。'; $messages'contactnotfound' = '連絡先が見つかりません。'; -$messages'contactsearchonly' = '連絡先を探すための検索語を入力してください'; $messages'sendingfailed' = 'メッセージを送信できませんでした。'; $messages'senttooquickly' = 'このメッセージを送信するまで、$sec秒お待ちください。'; $messages'errorsavingsent' = '送信したメッセージの保存中にエラーが発生しました。';
View file
roundcubemail-1.4-rc1.133.tar.gz/program/localization/ja_JP/timezones.inc -> roundcubemail-1.4-rc1.167.tar.gz/program/localization/ja_JP/timezones.inc
Changed
@@ -2,10 +2,9 @@ /* +-----------------------------------------------------------------------+ - | localization/<lang>/timezones.inc | - | | | Localization file of the Roundcube Webmail client | - | Copyright (C) 2005-2017, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. |
View file
roundcubemail-1.4-rc1.133.tar.gz/program/localization/ka_GE/labels.inc -> roundcubemail-1.4-rc1.167.tar.gz/program/localization/ka_GE/labels.inc
Changed
@@ -2,19 +2,19 @@ /* +-----------------------------------------------------------------------+ - | localization/<lang>/labels.inc | - | | | Localization file of the Roundcube Webmail client | - | Copyright (C) 2005-2015, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/labels/ */ + + $labels'welcome' = 'მოგესალმებათ $product'; $labels'username' = 'მომხმარებელი'; $labels'password' = 'პაროლი'; @@ -422,4 +422,3 @@ $labels'japanese' = 'იაპონური'; $labels'korean' = 'კორეული'; $labels'chinese' = 'ჩინური'; -?>
View file
roundcubemail-1.4-rc1.133.tar.gz/program/localization/ka_GE/messages.inc -> roundcubemail-1.4-rc1.167.tar.gz/program/localization/ka_GE/messages.inc
Changed
@@ -2,19 +2,18 @@ /* +-----------------------------------------------------------------------+ - | localization/<lang>/messages.inc | - | | | Localization file of the Roundcube Webmail client | - | Copyright (C) 2005-2015, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/messages/ */ + $messages'errortitle' = 'დაფიქსირდა შეცდომა!'; $messages'loginfailed' = 'შესვლა შეუძლებელია'; $messages'cookiesdisabled' = 'თქვენი ბროუზერი კუკიებს არ პასუხობს';
View file
roundcubemail-1.4-rc1.133.tar.gz/program/localization/kab/labels.inc -> roundcubemail-1.4-rc1.167.tar.gz/program/localization/kab/labels.inc
Changed
@@ -2,23 +2,22 @@ /* +-----------------------------------------------------------------------+ - | localization/<lang>/labels.inc | - | | | Localization file of the Roundcube Webmail client | - | Copyright (C) 2005-2015, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/labels/ */ + + $labels'isread' = 'Ɣeṛ'; $labels'unknown' = 'arussin'; $labels'other' = 'Ayen-nniḍen'; $labels'typeother' = 'Ayen-nniḍen'; $labels'delete' = 'Kkes'; $labels'create' = 'Rnu'; -?>
View file
roundcubemail-1.4-rc1.133.tar.gz/program/localization/km_KH/labels.inc -> roundcubemail-1.4-rc1.167.tar.gz/program/localization/km_KH/labels.inc
Changed
@@ -2,19 +2,19 @@ /* +-----------------------------------------------------------------------+ - | localization/<lang>/labels.inc | - | | | Localization file of the Roundcube Webmail client | - | Copyright (C) 2005-2015, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/labels/ */ + + $labels'welcome' = '$product សូមស្វាគមន៍'; $labels'username' = 'ឈ្មោះអ្នកប្រើ'; $labels'password' = 'ពាក្យសំងាត់'; @@ -427,4 +427,3 @@ $labels'japanese' = 'ភាសាជប៉ុន'; $labels'korean' = 'ភាសាកូរ៉េ'; $labels'chinese' = 'ភាសាចិន'; -?>
View file
roundcubemail-1.4-rc1.133.tar.gz/program/localization/km_KH/messages.inc -> roundcubemail-1.4-rc1.167.tar.gz/program/localization/km_KH/messages.inc
Changed
@@ -2,19 +2,18 @@ /* +-----------------------------------------------------------------------+ - | localization/<lang>/messages.inc | - | | | Localization file of the Roundcube Webmail client | - | Copyright (C) 2005-2015, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/messages/ */ + $messages'errortitle' = 'មានបញ្ហាបានកើតឡើង!'; $messages'loginfailed' = 'បានបរាជ័យក្នុងការចូល។'; $messages'cookiesdisabled' = 'កម្មវិធីអ៊ីនធឺណិតរបស់អ្នកមិនទទួលខូគីទេ។'; @@ -46,7 +45,6 @@ $messages'encryptedmessage' = 'លោកអ្នកមិនអាចមើលសំបុត្រនេះបានទេពីព្រោះសំបុត្រនេះជាសំបុត្រសំងាត់'; $messages'nocontactsfound' = 'ពុំមានអាសយដ្ឋានទាក់ទងទេ'; $messages'contactnotfound' = 'អាសយដ្ឋានទាក់ទងដែលលោកអ្នកចង់រកពុំមានឡើយ'; -$messages'contactsearchonly' = 'បញ្ចូលពាក្យស្វែងរកមួយចំនួន ដើម្បីរកទំនាក់ទំនង'; $messages'sendingfailed' = 'មិនអាចផ្ញើសំបុត្របាន'; $messages'senttooquickly' = 'សូមរងចាំ $sec វិនាទីមុននឹងផ្ញើសំបុត្រនេះ'; $messages'errormoving' = 'មិនអាចផ្ទេរសំបុត្របាន';
View file
roundcubemail-1.4-rc1.133.tar.gz/program/localization/kn_IN/labels.inc -> roundcubemail-1.4-rc1.167.tar.gz/program/localization/kn_IN/labels.inc
Changed
@@ -2,19 +2,19 @@ /* +-----------------------------------------------------------------------+ - | localization/<lang>/labels.inc | - | | | Localization file of the Roundcube Webmail client | - | Copyright (C) 2005-2015, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/labels/ */ + + $labels'welcome' = '$product ಗೆ ಸ್ವಾಗತ '; $labels'password' = 'ರಹಸ್ಯ ಪದ'; $labels'addressbook' = 'ವಿಳಾಸ ಪುಸ್ತಕ'; @@ -164,4 +164,3 @@ $labels'english' = 'ಇಂಗ್ಲೀಷ್'; $labels'westerneuropean' = 'ಪಾಶ್ಚಾತ್ಯ ಯುರೋಪಿಯನ್'; $labels'easterneuropean' = 'ಪೂರ್ವ ಯುರೋಪಿಯನ್'; -?>
View file
roundcubemail-1.4-rc1.133.tar.gz/program/localization/kn_IN/messages.inc -> roundcubemail-1.4-rc1.167.tar.gz/program/localization/kn_IN/messages.inc
Changed
@@ -2,19 +2,18 @@ /* +-----------------------------------------------------------------------+ - | localization/<lang>/messages.inc | - | | | Localization file of the Roundcube Webmail client | - | Copyright (C) 2005-2015, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/messages/ */ + $messages'requesttimedout' = 'ವಿನಂತಿ ಸಮಯ ಮೀರಿತು'; $messages'checkingmail' = 'ಹೊಸ ಸಂದೇಶಗಳನ್ನು ಪರಿಶೀಲಿಸಲಾಗುತ್ತಿದೆ...'; $messages'sendingmessage' = 'ಸಂದೇಶ ಕಳುಹಿಸಲಾಗುತ್ತಿದೆ...'; @@ -24,7 +23,6 @@ $messages'contactnameexists' = 'ಅದೇ ಹೆಸರಿನ ಸಂಪರ್ಕ ಈಗಾಗಲೇ ಅಸ್ತಿತ್ವದಲ್ಲಿದೆ.'; $messages'nocontactsfound' = 'ಯಾವುದೇ ಸಂಪರ್ಕಗಳು ಕಂಡುಬಂದಿಲ್ಲ.'; $messages'contactnotfound' = 'ವಿನಂತಿಸಿದ ಸಂಪರ್ಕ ಕಂಡುಬಂದಿಲ್ಲ.'; -$messages'contactsearchonly' = 'ಸಂಪರ್ಕಗಳನ್ನು ಹುಡುಕಲು ಕೆಲವು ಹುಡುಕಾಟ ಪದಗಳನ್ನು ನಮೂದಿಸಿ'; $messages'sendingfailed' = 'ಸಂದೇಶವನ್ನು ಕಳುಹಿಸಲು ವಿಫಲವಾಗಿದೆ.'; $messages'senttooquickly' = 'ಈ ಸಂದೇಶವನ್ನು ಕಳುಹಿಸುವ ಮೊದಲು, $sec ಸೆಕೆಂಡು (ಗಳು) ನಿರೀಕ್ಷಿಸಿ'; $messages'deletecontactconfirm' = 'ನೀವು ನಿಜವಾಗಿಯೂ ಆಯ್ಕೆ ಸಂಪರ್ಕ (ಗಳನ್ನು) ಅಳಿಸಲು ಬಯಸುತ್ತೀರಾ?';
View file
roundcubemail-1.4-rc1.133.tar.gz/program/localization/ko_KR/labels.inc -> roundcubemail-1.4-rc1.167.tar.gz/program/localization/ko_KR/labels.inc
Changed
@@ -2,19 +2,19 @@ /* +-----------------------------------------------------------------------+ - | localization/<lang>/labels.inc | - | | | Localization file of the Roundcube Webmail client | - | Copyright (C) 2005-2015, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/labels/ */ + + $labels'welcome' = '$product에 오신 것을 환영합니다'; $labels'username' = '사용자명'; $labels'password' = '암호'; @@ -612,4 +612,3 @@ 엔터: 선택한/포커스된 메시지 열기 삭제: 선택한 메시지를 지운 편지함으로 이동"; $labels'helplistkeyboardnavcontacts' = "Enter: 선택한/포커스된 연락처 열기"; -?>
View file
roundcubemail-1.4-rc1.133.tar.gz/program/localization/ko_KR/messages.inc -> roundcubemail-1.4-rc1.167.tar.gz/program/localization/ko_KR/messages.inc
Changed
@@ -2,19 +2,18 @@ /* +-----------------------------------------------------------------------+ - | localization/<lang>/messages.inc | - | | | Localization file of the Roundcube Webmail client | - | Copyright (C) 2005-2015, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/messages/ */ + $messages'errortitle' = '오류가 발생했습니다!'; $messages'loginfailed' = '로그인이 실패했습니다.'; $messages'cookiesdisabled' = '브라우저가 쿠키를 허용하지 않습니다.'; @@ -34,6 +33,7 @@ $messages'invalidrequest' = '잘못된 요청입니다! 데이터가 저장되지 않았습니다.'; $messages'invalidhost' = '잘못된 서버 이름입니다.'; $messages'nomessagesfound' = '이 편지함에서 메시지를 발견하지 못했습니다.'; +$messages'loggedout' = '세션을 성공적으로 종료했습니다. 안녕히가세요!'; $messages'mailboxempty' = '편지함이 비어있음'; $messages'nomessages' = '메시지가 없음'; $messages'refreshing' = '새로 고치는 중 ...'; @@ -50,6 +50,7 @@ $messages'successfullysaved' = '성공적으로 저장함.'; $messages'savingresponse' = '응답 문구를 저장하는 중...'; $messages'deleteresponseconfirm' = '정말로 이 응답 문구를 삭제하시겠습니까?'; +$messages'nocontactselected' = '아직 연락처를 선택하지 않으셨습니다.'; $messages'addedsuccessfully' = '연락처가 주소록에 성공적으로 추가되었습니다.'; $messages'contactexists' = '동일한 이메일 주소의 연락처가 이미 존재합니다.'; $messages'contactnameexists' = '연락처에 동일한 이름이 이미 존재합니다.'; @@ -61,11 +62,8 @@ $messages'encryptnoattachments' = '이미 첨부파일을 업로드하여 암호화할 수 없음. 암호화 편집기에 다시 추가해주십시오.'; $messages'searchpubkeyservers' = '분실한 키에 대한 공개 키 서버를 검색하시겠습니까?'; $messages'encryptpubkeysfound' = '다음 공개 키가 발견되었습니다:'; -$messages'keyservererror' = '키 서버로부터 키를 가져오지 못함'; -$messages'keyimportsuccess' = '공개 키 $key을(를) 열쇠고리로 성공적으로 가져왔습니다.'; $messages'nocontactsfound' = '연락처를 발견하지 못했습니다.'; $messages'contactnotfound' = '요청한 연락처를 찾을 수 없습니다.'; -$messages'contactsearchonly' = '연락처를 찾기 위해 일부 검색용어를 입력하십시오.'; $messages'sendingfailed' = '메시지 발송을 실패했습니다.'; $messages'senttooquickly' = '이 메시지를 보내기 전에 $sec초 동안 기다려주십시오.'; $messages'errorsavingsent' = '보낸 메시지를 저장하는 도중 오류가 발생했습니다.'; @@ -74,10 +72,13 @@ $messages'errorcopying' = '메시지를 복사할 수 없었습니다.'; $messages'errordeleting' = '메시지를 삭제할 수 없었습니다.'; $messages'errormarking' = '메시지를 표시할 수 없었습니다.'; +$messages'alerttitle' = '주목'; +$messages'confirmationtitle' = '정말로...'; $messages'deletecontactconfirm' = '정말 선택한 연락처를 삭제하시겠습니까?'; $messages'deletegroupconfirm' = '정말로 선택한 그룹을 삭제하시겠습니까?'; $messages'deletemessagesconfirm' = '정말로 선택한 메시지를 삭제하시겠습니까?'; $messages'deletefolderconfirm' = '정말로 이 폴더를 삭제하시겠습니까?'; +$messages'movefolderconfirm' = '정말로 이 폴더를 이동하시겠습니까?'; $messages'purgefolderconfirm' = '정말로 이 폴더의 모든 메시지를 삭제하시겠습니까?'; $messages'contactdeleting' = '연락처를 삭제하는 중...'; $messages'groupdeleting' = '그룹을 삭제하는 중...'; @@ -90,6 +91,7 @@ $messages'nonamewarning' = '이름을 입력해주십시오.'; $messages'nopagesizewarning' = '페이지 크기를 입력해주십시오.'; $messages'nosenderwarning' = '보내는 사람의 이메일 주소를 입력해주세요.'; +$messages'recipientsadded' = '받는 사람을 성공적으로 추가했습니다.'; $messages'norecipientwarning' = '최소 하나의 수신자를 입력해주십시오.'; $messages'disclosedrecipwarning' = '모든 수신자가 서로의 이메일 주소를 볼 수 있습니다. 이것을 방지하고 개인 정보를 보호하려면 Bcc 필드를 사용할 수 있습니다.'; $messages'disclosedreciptitle' = '너무 많은 공개 수신자'; @@ -206,3 +208,6 @@ $messages'errcomposesession' = '세션 오류 작성'; $messages'errcomposesessionexplain' = '요청한 작성 세션을 찾을 수 없습니다.'; $messages'clicktocompose' = '새로운 메시지를 작성하려면 여기를 클릭하십시오'; +$messages'siginserted' = '서명을 성공적으로 삽입했습니다.'; +$messages'responseinserted' = '응답을 성공적으로 삽입했습니다.'; +$messages'listempty' = '목록이 비어있습니다.';
View file
roundcubemail-1.4-rc1.133.tar.gz/program/localization/ku/labels.inc -> roundcubemail-1.4-rc1.167.tar.gz/program/localization/ku/labels.inc
Changed
@@ -2,19 +2,19 @@ /* +-----------------------------------------------------------------------+ - | localization/<lang>/labels.inc | - | | | Localization file of the Roundcube Webmail client | - | Copyright (C) 2005-2015, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/labels/ */ + + $labels'welcome' = 'Bi xêr hatî $product\'ê'; $labels'username' = 'Bikarhêner'; $labels'password' = 'Nasnav'; @@ -362,4 +362,3 @@ $labels'sortasc' = 'Wekî zêde dibe'; $labels'sortdesc' = 'Wekî kêm dibe'; $labels'license' = 'Lîsans'; -?>
View file
roundcubemail-1.4-rc1.133.tar.gz/program/localization/ku/messages.inc -> roundcubemail-1.4-rc1.167.tar.gz/program/localization/ku/messages.inc
Changed
@@ -2,19 +2,18 @@ /* +-----------------------------------------------------------------------+ - | localization/<lang>/messages.inc | - | | | Localization file of the Roundcube Webmail client | - | Copyright (C) 2005-2015, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/messages/ */ + $messages'errortitle' = 'Çewtiyek pêk hat!'; $messages'loginfailed' = 'Têketin têk çû'; $messages'cookiesdisabled' = 'Geroka te destûrê nade çerezan'; @@ -53,7 +52,6 @@ $messages'encryptedmessage' = 'Ev peyamenek şîfrekirî ye, bibore, nayê vekirin!'; $messages'nocontactsfound' = 'Tu têkiliyek nehat dîtin'; $messages'contactnotfound' = 'Têkiliya dihat xwestin nehat dîtin'; -$messages'contactsearchonly' = 'Hin têgihan binivîse ji bo ku kesan bibînî.'; $messages'sendingfailed' = 'Peyam nehat şandin'; $messages'senttooquickly' = 'Ji kerema xwe, bo $ saniyek saniye(yan) bisekine beriya şandina vê peyamê.'; $messages'errorsavingsent' = 'Dema ku peyama şandî hat tomarkirin çewtiyek pêk hat.';
View file
roundcubemail-1.4-rc1.133.tar.gz/program/localization/ku_IQ/labels.inc -> roundcubemail-1.4-rc1.167.tar.gz/program/localization/ku_IQ/labels.inc
Changed
@@ -2,19 +2,19 @@ /* +-----------------------------------------------------------------------+ - | localization/<lang>/labels.inc | - | | | Localization file of the Roundcube Webmail client | - | Copyright (C) 2005-2015, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/labels/ */ + + $labels'welcome' = 'بەخێربێیت بۆ $product'; $labels'username' = 'ناوی بەکارهێنەر'; $labels'password' = 'تێپەڕەوشە'; @@ -100,4 +100,3 @@ $labels'folders' = 'بوخچەکان'; $labels'create' = 'دروستکردن'; $labels'license' = 'مۆڵەت'; -?>
View file
roundcubemail-1.4-rc1.133.tar.gz/program/localization/ku_IQ/messages.inc -> roundcubemail-1.4-rc1.167.tar.gz/program/localization/ku_IQ/messages.inc
Changed
@@ -2,18 +2,17 @@ /* +-----------------------------------------------------------------------+ - | localization/<lang>/messages.inc | - | | | Localization file of the Roundcube Webmail client | - | Copyright (C) 2005-2015, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/messages/ */ + $messages'errortitle' = 'هەڵەیەک ڕوویدا!'; $messages'loginfailed' = 'چوونەژوورەوە سەرکەوتوو نەبوو.';
View file
roundcubemail-1.4-rc1.133.tar.gz/program/localization/lb_LU/labels.inc -> roundcubemail-1.4-rc1.167.tar.gz/program/localization/lb_LU/labels.inc
Changed
@@ -2,19 +2,19 @@ /* +-----------------------------------------------------------------------+ - | localization/<lang>/labels.inc | - | | | Localization file of the Roundcube Webmail client | - | Copyright (C) 2005-2015, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/labels/ */ + + $labels'welcome' = 'Wëllkomm bei $product'; $labels'username' = 'Benotzernumm'; $labels'password' = 'Passwuert'; @@ -501,4 +501,3 @@ $labels'japanese' = 'Japanesch'; $labels'korean' = 'Koreanesch'; $labels'chinese' = 'Chinesesch'; -?>
View file
roundcubemail-1.4-rc1.133.tar.gz/program/localization/lb_LU/messages.inc -> roundcubemail-1.4-rc1.167.tar.gz/program/localization/lb_LU/messages.inc
Changed
@@ -2,19 +2,18 @@ /* +-----------------------------------------------------------------------+ - | localization/<lang>/messages.inc | - | | | Localization file of the Roundcube Webmail client | - | Copyright (C) 2005-2015, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/messages/ */ + $messages'errortitle' = 'Ee Feeler ass opgetrueden!'; $messages'loginfailed' = 'Login feelgeschloen.'; $messages'cookiesdisabled' = 'Däi Browser acceptéiert keng Cookien.'; @@ -55,7 +54,6 @@ $messages'encryptedmessage' = 'Dëst ass e verschlësselte Message a kann net ugewise ginn. Et deet eis Leed!'; $messages'nocontactsfound' = 'Keng Kontakter fonnt.'; $messages'contactnotfound' = 'Den ugefrotene Kontakt gouf net fonnt.'; -$messages'contactsearchonly' = 'Gëff e puer Sichbegrëffer a fir Kontakter ze fannen'; $messages'sendingfailed' = 'De Message konnt net verschéckt ginn.'; $messages'senttooquickly' = 'Waart wann ech gelift $sec Sekonn(en) bevir s du de Message verschécks. '; $messages'errorsavingsent' = 'Beim Späichere vum geschéckte Message ass e Feeler opgetruden.';
View file
roundcubemail-1.4-rc1.133.tar.gz/program/localization/lt_LT/labels.inc -> roundcubemail-1.4-rc1.167.tar.gz/program/localization/lt_LT/labels.inc
Changed
@@ -2,19 +2,19 @@ /* +-----------------------------------------------------------------------+ - | localization/<lang>/labels.inc | - | | | Localization file of the Roundcube Webmail client | - | Copyright (C) 2005-2015, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/labels/ */ + + $labels'welcome' = 'Sveiki! Čia $product'; $labels'username' = 'Naudotojo vardas'; $labels'password' = 'Slaptažodis'; @@ -396,6 +396,9 @@ $labels'addphoto' = 'Pridėti'; $labels'replacephoto' = 'Pakeisti'; $labels'uploadphoto' = 'Įkelti nuotrauką'; +$labels'choosefile' = 'Pasirinkti failą...'; +$labels'choosefiles' = 'Pasirinkti failus...'; +$labels'browse' = 'Naršyti'; $labels'newcontact' = 'Sukurti naują adresatą'; $labels'deletecontact' = 'Ištrinti pažymėtus adresatus'; $labels'composeto' = 'Rašyti laišką'; @@ -677,4 +680,3 @@ Įvesti: atverti pasirinktą / sufokusuotą laišką. Šalinti: perkelti pasirinktus laiškus į Šiukšlinę."; $labels'helplistkeyboardnavcontacts' = "Enter: Atidaryti pasirinktą adresatą"; -?>
View file
roundcubemail-1.4-rc1.133.tar.gz/program/localization/lt_LT/messages.inc -> roundcubemail-1.4-rc1.167.tar.gz/program/localization/lt_LT/messages.inc
Changed
@@ -2,23 +2,23 @@ /* +-----------------------------------------------------------------------+ - | localization/<lang>/messages.inc | - | | | Localization file of the Roundcube Webmail client | - | Copyright (C) 2005-2015, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/messages/ */ + $messages'errortitle' = 'Įvyko klaida!'; $messages'loginfailed' = 'Prisijungti nepavyko.'; $messages'cookiesdisabled' = 'Jūsų naršyklė nepriima slapukų.'; $messages'sessionerror' = 'Jūsų sesija negaliojanti.'; +$messages'cookiesmismatch' = 'Aptiktas slapukų neatitikimas. Prašome išvalyti savo naršyklės slapukus.'; $messages'storageerror' = 'Nepavyko prisijungti prie IMAP serverio.'; $messages'servererror' = 'Serverio klaida!'; $messages'servererrormsg' = 'Serverio klaida: $msg'; @@ -64,11 +64,11 @@ $messages'encryptnoattachments' = 'Jau įkeltų priedų užšifruoti negalima. Jei norite tai padaryti, įkelkite juos iš naujo šifravimo redaktoriuje.'; $messages'searchpubkeyservers' = 'Ar norite ieškoti trūkstamų raktų viešuosiuose raktų serveriuose?'; $messages'encryptpubkeysfound' = 'Aptikti šie viešieji raktai:'; -$messages'keyservererror' = 'Nepavyko gauti rakto iš raktų serverio'; -$messages'keyimportsuccess' = 'Viešasis raktas $key sėkmingai įtrauktas į jūsų raktinę'; +$messages'keyservererror' = 'Nepavyko gauti rakto iš raktų serverio.'; +$messages'keyimportsuccess' = 'Viešasis raktas $key sėkmingai įtrauktas į jūsų raktinę.'; $messages'nocontactsfound' = 'Adresatų nerasta.'; $messages'contactnotfound' = 'Ieškotas adresatas nerastas.'; -$messages'contactsearchonly' = 'Įveskite reikšminius žodžius adresatų paieškai'; +$messages'contactsearchonly' = 'Turite naudoti paieškos formą, norėdami pamatyti adresatus iš pasirinktos adresų knygos.'; $messages'sendingfailed' = 'Laiško išsiųsti nepavyko.'; $messages'senttooquickly' = 'Turite luktelėti $sec sek., kad galėtumėte išsiųsti laišką.'; $messages'errorsavingsent' = 'Įrašant išsiųstą laišką, įvyko klaida.'; @@ -127,6 +127,7 @@ $messages'filesizeerror' = 'Įkeltas failas viršija maksimalų leistiną dydį – $size.'; $messages'filecounterror' = 'Jūs daugiausiai vienu metu galite įkelti $count failų(-us).'; $messages'msgsizeerror' = 'Nepavyko pridėti failo. Viršytas maksimalus leistinas laiko dydis ($size).'; +$messages'msgsizeerrorfwd' = 'Viršytas maksimalus laiško dydis ($size). $num laiškai(-ų) nebuvo pridėti.'; $messages'copysuccess' = 'Nukopijuota adresatų: $nr.'; $messages'movesuccess' = 'Perkelta adresatų: $nr.'; $messages'copyerror' = 'Adresatų nukopijuoti nepavyko.';
View file
roundcubemail-1.4-rc1.133.tar.gz/program/localization/lt_LT/timezones.inc -> roundcubemail-1.4-rc1.167.tar.gz/program/localization/lt_LT/timezones.inc
Changed
@@ -2,10 +2,9 @@ /* +-----------------------------------------------------------------------+ - | localization/<lang>/timezones.inc | - | | | Localization file of the Roundcube Webmail client | - | Copyright (C) 2005-2017, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. |
View file
roundcubemail-1.4-rc1.133.tar.gz/program/localization/lv_LV/labels.inc -> roundcubemail-1.4-rc1.167.tar.gz/program/localization/lv_LV/labels.inc
Changed
@@ -2,19 +2,19 @@ /* +-----------------------------------------------------------------------+ - | localization/<lang>/labels.inc | - | | | Localization file of the Roundcube Webmail client | - | Copyright (C) 2005-2015, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/labels/ */ + + $labels'welcome' = 'Esiet laipni lūgti $product'; $labels'username' = 'Lietotājvārds'; $labels'password' = 'Parole'; @@ -652,4 +652,3 @@ Enter: Atvērt atzīmēto/izgaismoto vēstuli. Dzēst: Pārvietot atzīmēto vēstuli uz papīrgrozu."; $labels'helplistkeyboardnavcontacts' = "Enter: atvērt iezīmētos/izgaismotos kontaktus."; -?>
View file
roundcubemail-1.4-rc1.133.tar.gz/program/localization/lv_LV/messages.inc -> roundcubemail-1.4-rc1.167.tar.gz/program/localization/lv_LV/messages.inc
Changed
@@ -2,19 +2,18 @@ /* +-----------------------------------------------------------------------+ - | localization/<lang>/messages.inc | - | | | Localization file of the Roundcube Webmail client | - | Copyright (C) 2005-2015, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/messages/ */ + $messages'errortitle' = 'Radās kļūda!'; $messages'loginfailed' = 'Pieslēgties neizdevās'; $messages'cookiesdisabled' = 'Jūsu pārlūkprogramma neatbalsta sīkdatnes (cookies)'; @@ -63,11 +62,8 @@ $messages'encryptnoattachments' = 'Jau augšupielādētu pielikumu nav iespējams nošifrēt. Lūdzu pievienojiet to atkārtoti, izmantojot šifrēšanas redakrotu.'; $messages'searchpubkeyservers' = 'Vai Jūs gribat lai trūkstošās atslēgas tiek sameklēt publiskajos atslēgu serveros?'; $messages'encryptpubkeysfound' = 'Tika atrastas sekojošās publiskās atslēgas:'; -$messages'keyservererror' = 'Neizdevās iegūt atslēgu no atslēgu servera'; -$messages'keyimportsuccess' = 'Publiskā atslēga $key veiksmīgi tika ieimportēta.'; $messages'nocontactsfound' = 'Kontakti netika atrasti'; $messages'contactnotfound' = 'Pieprasītais kontakts nav atrasts'; -$messages'contactsearchonly' = 'Lai atrastu kontaktus, ievadiet meklēšanas kritērijus'; $messages'sendingfailed' = 'Vēstule netika nosūtīta'; $messages'senttooquickly' = 'Lūdzu uzgaidiet $sec sekundi(-es) pirms sūtiet šo vēstuli'; $messages'errorsavingsent' = 'Saglabājot nosūtīto vēstuli notika kļūda - vēstule netika saglabāta';
View file
roundcubemail-1.4-rc1.133.tar.gz/program/localization/lv_LV/timezones.inc -> roundcubemail-1.4-rc1.167.tar.gz/program/localization/lv_LV/timezones.inc
Changed
@@ -2,10 +2,9 @@ /* +-----------------------------------------------------------------------+ - | localization/<lang>/timezones.inc | - | | | Localization file of the Roundcube Webmail client | - | Copyright (C) 2005-2017, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. |
View file
roundcubemail-1.4-rc1.133.tar.gz/program/localization/mk_MK/labels.inc -> roundcubemail-1.4-rc1.167.tar.gz/program/localization/mk_MK/labels.inc
Changed
@@ -2,19 +2,19 @@ /* +-----------------------------------------------------------------------+ - | localization/<lang>/labels.inc | - | | | Localization file of the Roundcube Webmail client | - | Copyright (C) 2005-2015, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/labels/ */ + + $labels'welcome' = 'Добредојдовте во $product'; $labels'username' = 'Корисничко име'; $labels'password' = 'Лозинка'; @@ -610,4 +610,3 @@ Ентер: Отвори ја селектираната/фокусираната порака. Избриши: Премести ја селектираната порака во ѓубрето."; $labels'helplistkeyboardnavcontacts' = "Ентер: Отвори го селектираниот/фокусираниот контакт."; -?>
View file
roundcubemail-1.4-rc1.133.tar.gz/program/localization/mk_MK/messages.inc -> roundcubemail-1.4-rc1.167.tar.gz/program/localization/mk_MK/messages.inc
Changed
@@ -2,19 +2,18 @@ /* +-----------------------------------------------------------------------+ - | localization/<lang>/messages.inc | - | | | Localization file of the Roundcube Webmail client | - | Copyright (C) 2005-2015, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/messages/ */ + $messages'errortitle' = 'Настана грешка!'; $messages'loginfailed' = 'Најавата не успеа'; $messages'cookiesdisabled' = 'Вашиот прелистувач не прифаќа колачиња'; @@ -61,11 +60,8 @@ $messages'encryptnoattachments' = 'Веќе прикачени додатоци не може да се енкриптираат. Ве молиме додадете ги повторно во уредникот за енкрипција.'; $messages'searchpubkeyservers' = 'Дали сакате да ги пребарувате јавните клуч сервери за клучевите што недостасуваат?'; $messages'encryptpubkeysfound' = 'Следниот јавен клуч е пронајден:'; -$messages'keyservererror' = 'Неуспешно добивање на клучот од клучсерверот.'; -$messages'keyimportsuccess' = 'Јавен клуч $клуч успешно додаден во твојата клучалка'; $messages'nocontactsfound' = 'Нема пронајдено имиња.'; $messages'contactnotfound' = 'Бараното име не е пронајдено'; -$messages'contactsearchonly' = 'Внесете според што да се пребаруваат контактите.'; $messages'sendingfailed' = 'Не упеав да го испратам писмото'; $messages'senttooquickly' = 'Почекајте $sec секунда/и пред да го испратите писмото'; $messages'errorsavingsent' = 'Се случи грешка при снимањето на испратената порака.';
View file
roundcubemail-1.4-rc1.133.tar.gz/program/localization/mk_MK/timezones.inc -> roundcubemail-1.4-rc1.167.tar.gz/program/localization/mk_MK/timezones.inc
Changed
@@ -2,10 +2,9 @@ /* +-----------------------------------------------------------------------+ - | localization/<lang>/timezones.inc | - | | | Localization file of the Roundcube Webmail client | - | Copyright (C) 2005-2017, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. |
View file
roundcubemail-1.4-rc1.133.tar.gz/program/localization/ml_IN/labels.inc -> roundcubemail-1.4-rc1.167.tar.gz/program/localization/ml_IN/labels.inc
Changed
@@ -2,19 +2,19 @@ /* +-----------------------------------------------------------------------+ - | localization/<lang>/labels.inc | - | | | Localization file of the Roundcube Webmail client | - | Copyright (C) 2005-2015, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/labels/ */ + + $labels'welcome' = '$product ലേയ്ക്ക് സ്വാഗതം'; $labels'username' = 'ഉപയോക്തൃനാമം'; $labels'password' = 'രഹസ്യവാക്ക്'; @@ -278,4 +278,3 @@ $labels'japanese' = 'ജാപ്പനീസ്'; $labels'korean' = 'കൊറിയന്'; $labels'chinese' = 'ചൈനീസ്'; -?>
View file
roundcubemail-1.4-rc1.133.tar.gz/program/localization/ml_IN/messages.inc -> roundcubemail-1.4-rc1.167.tar.gz/program/localization/ml_IN/messages.inc
Changed
@@ -2,19 +2,18 @@ /* +-----------------------------------------------------------------------+ - | localization/<lang>/messages.inc | - | | | Localization file of the Roundcube Webmail client | - | Copyright (C) 2005-2015, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/messages/ */ + $messages'errortitle' = 'ഒരു പിഴവ് സംഭവിച്ചിരിക്കുന്നു'; $messages'loginfailed' = 'പ്രവേശനം പരാജയപ്പെട്ടിയിക്കുന്നു'; $messages'cookiesdisabled' = 'താങ്കളുടെ ബ്രൗസർ കുക്കികൾ സ്വീകരിക്കുന്നതല്ല';
View file
roundcubemail-1.4-rc1.133.tar.gz/program/localization/mn_MN/labels.inc -> roundcubemail-1.4-rc1.167.tar.gz/program/localization/mn_MN/labels.inc
Changed
@@ -2,19 +2,19 @@ /* +-----------------------------------------------------------------------+ - | localization/<lang>/labels.inc | - | | | Localization file of the Roundcube Webmail client | - | Copyright (C) 2005-2015, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/labels/ */ + + $labels'welcome' = '$product вэб майлд тавтай морилно уу'; $labels'username' = 'Хэрэглэгчийн нэр'; $labels'password' = 'Нууц үг'; @@ -55,4 +55,3 @@ $labels'about' = 'Танилцуулга'; $labels'folders' = 'Хавтас'; $labels'license' = 'Лиценз'; -?>
View file
roundcubemail-1.4-rc1.133.tar.gz/program/localization/mn_MN/messages.inc -> roundcubemail-1.4-rc1.167.tar.gz/program/localization/mn_MN/messages.inc
Changed
@@ -2,19 +2,18 @@ /* +-----------------------------------------------------------------------+ - | localization/<lang>/messages.inc | - | | | Localization file of the Roundcube Webmail client | - | Copyright (C) 2005-2015, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/messages/ */ + $messages'errortitle' = 'Алдаа гарлаа!'; $messages'loginfailed' = 'Нэвтрэлт амжилтгүй.'; $messages'cookiesdisabled' = 'Таны вэб хөтөч күүкүү зөвшөөрөхгүй байна.';
View file
roundcubemail-1.4-rc1.133.tar.gz/program/localization/mr_IN/labels.inc -> roundcubemail-1.4-rc1.167.tar.gz/program/localization/mr_IN/labels.inc
Changed
@@ -2,19 +2,19 @@ /* +-----------------------------------------------------------------------+ - | localization/<lang>/labels.inc | - | | | Localization file of the Roundcube Webmail client | - | Copyright (C) 2005-2015, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/labels/ */ + + $labels'welcome' = '$product वरती स्वागत आहे'; $labels'username' = 'वापरकर्त्याचे नाव(तुमचे इमेल)'; $labels'password' = 'परवलीचा शब्द'; @@ -371,4 +371,3 @@ $labels'japanese' = 'जपानी'; $labels'korean' = 'कोरियन'; $labels'chinese' = 'चिनी'; -?>
View file
roundcubemail-1.4-rc1.133.tar.gz/program/localization/mr_IN/messages.inc -> roundcubemail-1.4-rc1.167.tar.gz/program/localization/mr_IN/messages.inc
Changed
@@ -2,19 +2,18 @@ /* +-----------------------------------------------------------------------+ - | localization/<lang>/messages.inc | - | | | Localization file of the Roundcube Webmail client | - | Copyright (C) 2005-2015, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/messages/ */ + $messages'errortitle' = 'काहीतरी चूक झाली'; $messages'loginfailed' = 'प्रवेश करता आला नाही'; $messages'cookiesdisabled' = 'तुमचा ब्राऊझर कुकीज घेऊ शकत नाही';
View file
roundcubemail-1.4-rc1.133.tar.gz/program/localization/ms_MY/labels.inc -> roundcubemail-1.4-rc1.167.tar.gz/program/localization/ms_MY/labels.inc
Changed
@@ -2,19 +2,19 @@ /* +-----------------------------------------------------------------------+ - | localization/<lang>/labels.inc | - | | | Localization file of the Roundcube Webmail client | - | Copyright (C) 2005-2015, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/labels/ */ + + $labels'welcome' = 'Selamat datang ke $product'; $labels'username' = 'Nama Pengguna'; $labels'password' = 'Katalaluan'; @@ -271,4 +271,3 @@ $labels'sortby' = 'Susun dengan'; $labels'sortasc' = 'Susun menaik'; $labels'sortdesc' = 'Susun menurun'; -?>
View file
roundcubemail-1.4-rc1.133.tar.gz/program/localization/ms_MY/messages.inc -> roundcubemail-1.4-rc1.167.tar.gz/program/localization/ms_MY/messages.inc
Changed
@@ -2,19 +2,18 @@ /* +-----------------------------------------------------------------------+ - | localization/<lang>/messages.inc | - | | | Localization file of the Roundcube Webmail client | - | Copyright (C) 2005-2015, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/messages/ */ + $messages'loginfailed' = 'Log masuk gagal'; $messages'cookiesdisabled' = 'Pelayar anda tidak menerima cookies'; $messages'sessionerror' = 'Sesi anda tidak sah atau telah tamat';
View file
roundcubemail-1.4-rc1.133.tar.gz/program/localization/nb_NO/labels.inc -> roundcubemail-1.4-rc1.167.tar.gz/program/localization/nb_NO/labels.inc
Changed
@@ -2,24 +2,25 @@ /* +-----------------------------------------------------------------------+ - | localization/<lang>/labels.inc | - | | | Localization file of the Roundcube Webmail client | - | Copyright (C) 2005-2015, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/labels/ */ + + $labels'welcome' = 'Velkommen til $product'; $labels'username' = 'Brukernavn'; $labels'password' = 'Passord'; $labels'server' = 'Tjener'; $labels'login' = 'Logg inn'; +$labels'menu' = 'Meny'; $labels'logout' = 'Logg ut'; $labels'mail' = 'E-post'; $labels'settings' = 'Innstillinger'; @@ -44,6 +45,7 @@ $labels'organization' = 'Organisasjon'; $labels'readstatus' = 'Lese status'; $labels'listoptions' = 'List muligheter'; +$labels'listoptionstitle' = 'Listealternativer'; $labels'mailboxlist' = 'Mapper'; $labels'messagesfromto' = 'Meldinger $from til $to av $count'; $labels'threadsfromto' = 'Tråder $from til $to av $count'; @@ -112,6 +114,7 @@ $labels'forwardinline' = 'Videresend i melding'; $labels'forwardattachment' = 'Vidresend som vedlegg'; $labels'forwardmessage' = 'Videresend denne e-posten'; +$labels'bounce' = 'Send på nytt'; $labels'deletemessage' = 'Slett e-posten'; $labels'movemessagetotrash' = 'Flytt e-posten til søppel'; $labels'printmessage' = 'Skriv ut denne e-posten'; @@ -128,21 +131,35 @@ $labels'markflagged' = 'som flagget'; $labels'markunflagged' = 'som uflagget'; $labels'moreactions' = 'Flere handlinger …'; +$labels'markallread' = 'Merk alle som lest'; +$labels'folders-cur' = 'Kun markert mappe'; +$labels'folders-sub' = 'Markert mappe og dens undermapper'; $labels'folders-all' = 'Alle mapper'; $labels'more' = 'Mer'; $labels'back' = 'Tilbake'; $labels'options' = 'Alternativer'; +$labels'composeoptions' = 'Skrivealternativer'; +$labels'optionsandattachments' = 'Alternativer og vedlegg'; +$labels'actions' = 'Handlinger'; +$labels'first' = 'Første'; +$labels'last' = 'Siste'; +$labels'previous' = 'Forrige'; +$labels'next' = 'Neste'; $labels'select' = 'Velg'; +$labels'selection' = 'Valg'; $labels'all' = 'Alle'; $labels'none' = 'Ingen'; $labels'currpage' = 'Gjeldende side'; $labels'isread' = 'Lese'; $labels'unread' = 'Uleste'; $labels'flagged' = 'Flagget'; +$labels'unflagged' = 'Ikke flagget'; $labels'unanswered' = 'Ubesvarte'; $labels'withattachment' = 'Med vedlegg'; $labels'deleted' = 'Slettet'; $labels'undeleted' = 'Ikke slettet'; +$labels'replied' = 'Besvart'; +$labels'forwarded' = 'Videresendt'; $labels'invert' = 'Inverter'; $labels'filter' = 'Filter'; $labels'list' = 'Liste'; @@ -166,15 +183,32 @@ $labels'listsorting' = 'Sorteringskolonne'; $labels'listorder' = 'Sorteringsrekkefølge'; $labels'listmode' = 'Listevisningsmodus'; +$labels'lmode' = 'Listemodus'; +$labels'layout' = 'Oppsett'; +$labels'layoutwidescreen' = 'Bredskjerm'; +$labels'layoutdesktop' = 'Skrivebord'; $labels'layoutlist' = 'Liste'; +$labels'layoutwidescreendesc' = 'Bredskjerm (3 kolonner)'; +$labels'layoutdesktopdesc' = 'Skrivebord (bred liste og forhåndsvisning av melding under)'; +$labels'layoutlistdesc' = 'Liste (ingen epost forhåndsvisning)'; $labels'folderactions' = 'Mappehandlinger...'; $labels'compact' = 'Rydd opp'; $labels'empty' = 'Tøm'; $labels'importmessages' = 'Importer meldinger'; +$labels'mailimportdesc' = 'Du kan laste opp epost som filer i <a href="https://en.wikipedia.org/wiki/Email#Message_format">MIME</a> eller <a href="https://en.wikipedia.org/wiki/Mbox">Mbox</a> format.'; +$labels'mailimportzip' = 'Flere filer kan komprimeres til et zip-arkiv.'; $labels'quota' = 'Plassforbruk'; $labels'unknown' = 'ukjent'; $labels'unlimited' = 'ubegrenset'; +$labels'quotatype' = 'Kvotetype'; +$labels'quotaused' = 'Benyttet'; +$labels'quotastorage' = 'Lagringsplass'; +$labels'quotamessage' = 'Antall meldinger'; +$labels'shortheaderdate' = 'På den $date'; +$labels'shortheaderto' = 'Til $to på den $date'; +$labels'shortheaderfrom' = 'Fra $from på den $date'; $labels'quicksearch' = 'Hurtigsøk'; +$labels'searchplaceholder' = 'Søk...'; $labels'resetsearch' = 'Nullstill søk'; $labels'searchmod' = 'Søke felt'; $labels'msgtext' = 'Hele meldingen'; @@ -185,6 +219,9 @@ $labels'currentfolder' = 'Den nåværende mappen'; $labels'subfolders' = 'Dette og undermappene'; $labels'allfolders' = 'Alle mapper'; +$labels'searchinterval-1W' = 'eldre enn en uke'; +$labels'searchinterval-1M' = 'eldre enn en måned'; +$labels'searchinterval-1Y' = 'eldre enn ett år'; $labels'openinextwin' = 'Åpne i nytt vindu'; $labels'emlsave' = 'Last ned (.eml)'; $labels'changeformattext' = 'Vis i ren tekst'; @@ -200,8 +237,26 @@ $labels'dsn' = 'Leveringsstatus varsling'; $labels'mailreplyintro' = 'Den $date, skrev $sender:'; $labels'originalmessage' = 'Opprinnelig melding'; +$labels'selectimage' = 'Velg bilde'; +$labels'addimage' = 'Legg til bilde'; +$labels'selectmedia' = 'Velg film'; +$labels'addmedia' = 'Legg til film'; +$labels'encrypt' = 'Krypter'; +$labels'encryptmessage' = 'Krypter melding'; +$labels'encryptmessagemailvelope' = 'Krypter melding med Mailvelope'; +$labels'importpubkeys' = 'Importer offentlige nøkler'; +$labels'encryptedsendialog' = 'Sender kryptert melding'; +$labels'encryptandsign' = 'Krypter og signer'; +$labels'keyid' = 'Nøkkel ID'; +$labels'keylength' = 'Bits'; +$labels'keyexpired' = 'Utløpt'; +$labels'keyrevoked' = 'Tilbakekalt'; +$labels'bccinstead' = 'Bruk blindkopi'; +$labels'addheader' = 'Legg til mottaker (hode)'; $labels'insert' = 'Sett inn'; +$labels'insertcontact' = 'Sett inn kontakt(er)'; $labels'recipient' = 'Mottaker'; +$labels'recipientedit' = 'Rediger mottaker'; $labels'editidents' = 'Endre identiteter'; $labels'spellcheck' = 'Stavekontroll'; $labels'checkspelling' = 'Stavekontroll'; @@ -209,9 +264,12 @@ $labels'revertto' = 'Tilbake til'; $labels'restore' = 'Gjenopprett'; $labels'restoremessage' = 'Gjenopprett melding?'; +$labels'ignore' = 'Ignorer'; $labels'responses' = 'Svar'; $labels'insertresponse' = 'Sett inn et svar'; $labels'manageresponses' = 'Rediger svar'; +$labels'newresponse' = 'Opprett nytt svar'; +$labels'addresponse' = 'Legg til svar'; $labels'editresponse' = 'Rediger svar'; $labels'editresponses' = 'Rediger svar'; $labels'responsename' = 'Navn'; @@ -219,8 +277,10 @@ $labels'attach' = 'Legg ved'; $labels'attachments' = 'Vedlegg'; $labels'upload' = 'Last opp'; +$labels'uploadprogress' = '$percent ($current fra $total)'; $labels'close' = 'Lukk'; $labels'messageoptions' = 'Meldingsalternativer...'; +$labels'attachmentrename' = 'Endre navn på vedlegg'; $labels'low' = 'Lav'; $labels'lowest' = 'Lavest'; $labels'normal' = 'Normal'; @@ -228,9 +288,14 @@ $labels'highest' = 'Høyest'; $labels'nosubject' = '(intet emne)'; $labels'showimages' = 'Vis bilder'; +$labels'allow' = 'Tillat'; $labels'alwaysshow' = 'Vis alltid bilder fra $sender'; +$labels'alwaysallow' = 'Tillat alltid fra $sender'; $labels'isdraft' = 'Dette er en kladd.'; $labels'andnmore' = '$nr flere ...'; +$labels'details' = 'Detaljer'; +$labels'headers' = 'Hoder'; +$labels'allheaders' = 'Alle hoder...'; $labels'togglemoreheaders' = 'Vis flere meldings-headere'; $labels'togglefullheaders' = 'Veksle visning av meldingens headere i råformat'; $labels'htmltoggle' = 'HTML'; @@ -246,6 +311,14 @@ $labels'receiptread' = 'Kvittering (lest)'; $labels'yourmessage' = 'Dette er en kvittering for at din e-post er mottatt'; $labels'receiptnote' = 'Merknad: Denne kvitteringen bekrefter bare at e-posten ble vist hos mottakeren. Det er ingen garanti for at mottakeren har lest eller forstått innholdet i e-posten.'; +$labels'zoomin' = 'Zoom Inn'; +$labels'zoomout' = 'Zoom Ut'; +$labels'rotate' = 'Roter'; +$labels'increaseimage' = 'Forstørre bilde'; +$labels'decreaseimage' = 'Forminske bilde'; +$labels'rotateimage' = 'Roter bilde'; +$labels'showtools' = 'Vis bildeverktøy'; +$labels'hidetools' = 'Skjul bildeverktøy'; $labels'name' = 'Visningsnavn'; $labels'firstname' = 'Fornavn'; $labels'surname' = 'Etternavn'; @@ -277,9 +350,12 @@ $labels'spouse' = 'Ektefelle'; $labels'allfields' = 'Alle felter'; $labels'search' = 'Søk'; +$labels'searchresult' = 'Søkeresultat'; $labels'advsearch' = 'Avansert søk'; $labels'advanced' = 'Avansert'; $labels'other' = 'Annet'; +$labels'printcontact' = 'Skriv ut kontakt'; +$labels'qrcode' = 'QR Kode'; $labels'typehome' = 'Hjem'; $labels'typework' = 'Jobb'; $labels'typeother' = 'Annet'; @@ -295,18 +371,29 @@ $labels'typeblog' = 'Blogg'; $labels'typeprofile' = 'Profil'; $labels'addfield' = 'Legg til felt ...'; +$labels'addcontact' = 'Legg til kontakt'; $labels'editcontact' = 'Rediger kontakt'; $labels'contacts' = 'Kontakter'; $labels'contactproperties' = 'Egenskaper'; +$labels'contactnameandorg' = 'Navn og Organisasjon'; $labels'personalinfo' = 'Personlig informasjon'; +$labels'personal' = 'Personlig'; +$labels'contactphoto' = 'Kontakt bilde'; $labels'edit' = 'Rediger'; $labels'cancel' = 'Avbryt'; $labels'save' = 'Lagre'; $labels'delete' = 'Slett'; +$labels'discard' = 'Forkast'; +$labels'continue' = 'Fortsett'; +$labels'ok' = 'OK'; $labels'rename' = 'Gi nytt navn'; $labels'addphoto' = 'Legg til'; $labels'replacephoto' = 'Erstatt'; $labels'uploadphoto' = 'Last opp bilde'; +$labels'choosefile' = 'Velg fil...'; +$labels'choosefiles' = 'Velg filer...'; +$labels'browse' = 'Bla gjennom'; +$labels'newcontact' = 'Opprett ny kontakt'; $labels'deletecontact' = 'Slett valgte kontakter'; $labels'composeto' = 'Skriv e-post til'; $labels'contactsfromto' = 'Kontakter $from til $to av $count'; @@ -315,9 +402,13 @@ $labels'exportall' = 'Eksporter alle'; $labels'exportsel' = 'Eksporter valgte'; $labels'exportvcards' = 'Eksporter kontakter i vCard-format'; +$labels'newgroup' = 'Opprett ny gruppe'; +$labels'addgroup' = 'Legg til gruppe'; $labels'grouprename' = 'Endre navn på gruppe'; $labels'groupdelete' = 'Slett gruppe'; +$labels'groupremove' = 'Fjern fra gruppe'; $labels'groupremoveselected' = 'Fjern valgte kontakter fra gruppe'; +$labels'uponelevel' = 'Opp ett nivå'; $labels'previouspage' = 'Vis forrige sett'; $labels'firstpage' = 'Vis første sett'; $labels'nextpage' = 'Vis neste sett'; @@ -330,6 +421,7 @@ $labels'searchdelete' = 'Slett søk'; $labels'import' = 'Importer'; $labels'importcontacts' = 'Importer kontakter'; +$labels'importfromfile' = 'Importer fra fil'; $labels'importtarget' = 'Legg kontakter til'; $labels'importreplace' = 'Erstatt hele adresseboken'; $labels'importgroups' = 'Importer gruppetilordninger'; @@ -342,6 +434,11 @@ $labels'userpreferences' = 'Brukeroppsett'; $labels'editpreferences' = 'Rediger brukeroppsett'; $labels'identities' = 'Identiteter'; +$labels'manageidentities' = 'Behandle identiteter'; +$labels'newidentity' = 'Opprett ny identitet'; +$labels'addidentity' = 'Legg til identitet'; +$labels'editidentity' = 'Rediger identitet'; +$labels'identityencryption' = 'Kryptering'; $labels'preferhtml' = 'Foretrekk HTML'; $labels'defaultcharset' = 'Standard tegnsett'; $labels'htmlmessage' = 'HTML-melding'; @@ -376,14 +473,17 @@ $labels'autosend' = 'send automatisk'; $labels'autosendknown' = 'send kvittering til kontaktene mine, ellers spør meg'; $labels'autosendknownignore' = 'send kvittering til kontaktene mine, ellers ignorer'; +$labels'ignorerequest' = 'Ignorer forespørsel'; $labels'readwhendeleted' = 'Merk melding som lest ved sletting'; $labels'flagfordeletion' = 'Flagg meldingen for sletting i stedet for å slette'; $labels'skipdeleted' = 'Ikke vis slettede meldinger'; $labels'deletealways' = 'Hvis en melding ikke kan flyttes til Slettet, slett den'; $labels'deletejunk' = 'Slett meldinger i spam direkte'; $labels'showremoteimages' = 'Vis bilder fra eksterne servere i meldinger'; +$labels'allowremoteresources' = 'Tillatt ekstrerne ressurser (bilder, stiler)'; $labels'fromknownsenders' = 'fra kjente avsendere'; $labels'always' = 'alltid'; +$labels'alwaysbutplain' = 'Alltid, untatt når man svarer på ren tekst'; $labels'showinlineimages' = 'Vis vedlagte bilder nedenfor meldingen'; $labels'autosavedraft' = 'Autolagring av utkast'; $labels'everynminutes' = 'hvert $n minutt'; @@ -397,6 +497,7 @@ $labels'miscfolding' = 'RFC 2047/2231 (MS Outlook)'; $labels'2047folding' = 'Fullstendig RFC 2047 (andre)'; $labels'force7bit' = 'Bruk MIME-koding for 8-bit-tegn'; +$labels'savelocalstorage' = "Lagre i nettleserens lokale minne (midlertidig)"; $labels'advancedoptions' = 'Avanserte alternativer'; $labels'focusonnewmessage' = 'Gi nettleservindu fokus ved nye meldinger'; $labels'checkallfolders' = 'Kontroller alle mapper for nye meldinger'; @@ -411,12 +512,15 @@ $labels'whenreplying' = 'Ved svar på e-post'; $labels'replyempty' = 'Ikke siter den originale meldingen'; $labels'replytopposting' = 'start den nye meldingen over orginalmeldingen'; +$labels'replytoppostingnoindent' = 'start den nye meldingen over orginalmeldingen (ingen indentering)'; $labels'replybottomposting' = 'start den nye meldingen under orginalmeldingen'; $labels'replyremovesignature' = 'Fjern orginalsignaturen i svar på melding'; $labels'autoaddsignature' = 'Legg til signatur'; $labels'newmessageonly' = 'kun på nye meldinger'; $labels'replyandforwardonly' = 'kun i svar og videresendinger'; $labels'insertsignature' = 'Sett inn signatur'; +$labels'sigbelow' = 'Plasser signaturen under den siterte meldingen'; +$labels'automarkread' = 'Merk meldinger som lest'; $labels'afternseconds' = 'etter $n sekunder'; $labels'reqmdn' = 'Alltid be om svarkvittering'; $labels'reqdsn' = 'Alltid be om leveringsstatus'; @@ -458,6 +562,18 @@ $labels'personalfolder' = 'Privat mappe'; $labels'otherfolder' = 'Annen brukers mappe'; $labels'sharedfolder' = 'Offentlig mappe'; +$labels'findfolders' = 'Finn mapper'; +$labels'findcontacts' = 'Finn kontakter'; +$labels'findmail' = 'Finn epostmeldinger'; +$labels'namespace.personal' = 'Personlig'; +$labels'namespace.other' = 'Andre brukere'; +$labels'namespace.shared' = 'Delt'; +$labels'dualuselabel' = 'Kan kun inneholde'; +$labels'dualusemail' = 'meldinger'; +$labels'dualusefolder' = 'mapper'; +$labels'generate' = 'Generer'; +$labels'encryptioncreatekey' = 'Lag et nytt nøkkelpar'; +$labels'openmailvelopesettings' = 'Åpne Mailvelope Innstillinger'; $labels'sortby' = 'Sorter etter'; $labels'sortasc' = 'Eldste først'; $labels'sortdesc' = 'Nyeste først'; @@ -468,6 +584,13 @@ $labels'source' = 'Kildekode'; $labels'license' = 'Lisensvilkår'; $labels'support' = 'Få hjelp'; +$labels'savedsearches' = 'Lagrede søk'; +$labels'dateformatY' = 'YYYY'; +$labels'dateformaty' = 'YY'; +$labels'dateformatm' = 'MM'; +$labels'dateformatd' = 'DD'; +$labels'dateformatj' = 'D'; +$labels'dateformatn' = 'M'; $labels'B' = 'B'; $labels'KB' = 'KB'; $labels'MB' = 'MB'; @@ -490,4 +613,16 @@ $labels'japanese' = 'Japansk'; $labels'korean' = 'Koreansk'; $labels'chinese' = 'Kinesisk'; -?> +$labels'arialabeltopnav' = 'Vinduskontroll'; +$labels'arialabeltasknav' = 'Applikasjonsoppgave'; +$labels'arialabeltoolbar' = 'Applikasjonsverktøylinje'; +$labels'arialabelactivetask' = 'Aktiv oppgave'; +$labels'arialabelmailpreviewframe' = 'Meldingsforhåndsvisning'; +$labels'arialabelmessageheaders' = 'Meldingshoder'; +$labels'arialabelforwardingoptions' = 'Videresendingsalternativer'; +$labels'arialabelreplyalloptions' = '"Svar til alle"-alternativer'; +$labels'arialabelattachmentmenu' = 'Vedleggsalternativer'; +$labels'arialabelattachmentpreview' = 'Forhåndsvisning av vedlegg'; +$labels'ariasummarycomposecontacts' = 'Vis kontakter og grupper for å velge som mottakere'; +$labels'arialabelsearchterms' = 'Søketermer'; +$labels'arialabelimagetools' = 'Bildeverktøy';
View file
roundcubemail-1.4-rc1.133.tar.gz/program/localization/nb_NO/messages.inc -> roundcubemail-1.4-rc1.167.tar.gz/program/localization/nb_NO/messages.inc
Changed
@@ -2,19 +2,18 @@ /* +-----------------------------------------------------------------------+ - | localization/<lang>/messages.inc | - | | | Localization file of the Roundcube Webmail client | - | Copyright (C) 2005-2015, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/messages/ */ + $messages'errortitle' = 'Det oppsto en feil!'; $messages'loginfailed' = 'Pålogging mislyktes'; $messages'cookiesdisabled' = 'Nettleseren din tillater ikke informasjonskapsler (cookies)'; @@ -22,6 +21,7 @@ $messages'storageerror' = 'Tilkobling til IMAP-tjener mislyktes.'; $messages'servererror' = 'Tjenerfeil!'; $messages'servererrormsg' = 'Tjenerfeil: $msg'; +$messages'connerror' = 'Tilkoblingsfeil (Kunne ikke nå server)!'; $messages'dberror' = 'Databasefeil!'; $messages'requesttimedout' = 'Forespørselen har fått et tidsavbrudd'; $messages'errorreadonly' = 'Kunne ikke utføre handlingen. Mappen kan kun leses.'; @@ -36,6 +36,7 @@ $messages'refreshing' = 'Oppdaterer …'; $messages'loading' = 'Laster...'; $messages'uploading' = 'Laster opp fil...'; +$messages'attaching' = 'Legger til vedlegg...'; $messages'uploadingmany' = 'Laster opp filer ...'; $messages'loadingdata' = 'Laster data...'; $messages'checkingmail' = 'Sjekker for nye meldinger...'; @@ -46,13 +47,14 @@ $messages'successfullysaved' = 'Lagret'; $messages'savingresponse' = 'Lagrer svartekst...'; $messages'deleteresponseconfirm' = 'Vil du virkelig å slette denne svarteksten?'; +$messages'nocontactselected' = 'Du har ennå ikke markert en kontakt.'; $messages'addedsuccessfully' = 'Kontakten ble lagt til i adresseboken'; $messages'contactnameexists' = 'Det finnes allerede en kontakt med dette navnet'; $messages'blockedimages' = 'Av sikkerhetsgrunner er bilder lagret på eksterne servere blokkert fra denne e-postmeldingen'; $messages'encryptedmessage' = 'Dette er en kryptert melding som ikke kan vises. Beklager!'; +$messages'nopubkeyfor' = 'Ingen gyldig offentlig nøkkel ble funnet for $email'; $messages'nocontactsfound' = 'Ingen kontakter ble funnet'; $messages'contactnotfound' = 'Den ønskede kontakten ble ikke funnet'; -$messages'contactsearchonly' = 'Skriv inn noen søkeord for å finne kontakter.'; $messages'sendingfailed' = 'Kunne ikke sende e-posten'; $messages'senttooquickly' = 'Vennligst vent $sec sekund(er) før du sender denne meldingen'; $messages'errorsavingsent' = 'En feil oppsto under lagring av sendt melding.'; @@ -61,6 +63,7 @@ $messages'errorcopying' = 'Kunne ikke kopiere meldingen(e)'; $messages'errordeleting' = 'Kunne ikke slette meldingen(e)'; $messages'errormarking' = 'Kunne ikke markere meldingen(e)'; +$messages'confirmationtitle' = 'Er du sikker...'; $messages'deletecontactconfirm' = 'Vil du virkelig slette valgte kontakt(er)?'; $messages'deletegroupconfirm' = 'Vil du virkelig slette den valgte gruppa?'; $messages'deletemessagesconfirm' = 'Vil du virkelig slette de(n) valgte meldingen(e)?'; @@ -78,6 +81,7 @@ $messages'nopagesizewarning' = 'Angi sidestørrelsen'; $messages'norecipientwarning' = 'Skriv inn minst én mottaker'; $messages'nosubjectwarning' = 'Emnefeltet er tomt. Vil du skrive det inn nå?'; +$messages'nosubjecttitle' = 'Intet emne'; $messages'nobodywarning' = 'Send denne meldingen uten tekst?'; $messages'restoresavedcomposedata' = 'Et tidligere usendt svar ble funnet.\n\nEmne: $subject\nLagret: $date\n\nVil du gjenopprette denne meldingen?'; $messages'nosearchname' = 'Venligst skriv inn kontaktens navn eller e-postadresse'; @@ -87,6 +91,7 @@ $messages'searchnomatch' = 'Søket ga ingen resultater'; $messages'searching' = 'Søker …'; $messages'checking' = 'Sjekker …'; +$messages'stillsearching' = 'Søker fortsatt...'; $messages'nospellerrors' = 'Fant ingen skrivefeil.'; $messages'folderdeleted' = 'Mappe slettet.'; $messages'foldersubscribed' = 'Abonnerte på mappen.'; @@ -158,6 +163,7 @@ $messages'autocompletemore' = 'Flere like oppføring funnet. Vennligst skriv flere tegn.'; $messages'namecannotbeempty' = 'Navn kan ikke være tomt.'; $messages'nametoolong' = 'Navnet er for langt.'; +$messages'namedotforbidden' = 'Mappenavn kan ikke starte med punktum.'; $messages'folderupdated' = 'Mappen er oppdatert.'; $messages'foldercreated' = 'Mappe opprettet.'; $messages'invalidimageformat' = 'Ikke et gyldig bildeformat.'; @@ -165,3 +171,5 @@ $messages'parentnotwritable' = 'Kunne ikke opprette/flytte mappen i valgt overordnet mappe. Ingen tilgangsrettigheter.'; $messages'messagetoobig' = 'Meldingsdelen er for stor til at den kan prosesseres.'; $messages'noscriptwarning' = 'NB: Denne webmail-klienten krever Javascript! Skru på Javascript i nettleseren din for å kunne bruke den.'; +$messages'errnotfound' = 'Filen ble ikke funnet'; +$messages'listempty' = 'Listen er tom.';
View file
roundcubemail-1.4-rc1.167.tar.gz/program/localization/nb_NO/timezones.inc
Added
@@ -0,0 +1,19 @@ +<?php + +/* + +-----------------------------------------------------------------------+ + | Localization file of the Roundcube Webmail client | + | | + | Copyright (C) The Roundcube Dev Team | + | | + | Licensed under the GNU General Public License version 3 or | + | any later version with exceptions for skins & plugins. | + | See the README file for a full license statement. | + +-----------------------------------------------------------------------+ + + For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/timezones/ +*/ + +$labels'tz:utc' = 'UTC'; +$labels'tz:africa' = 'Afrika'; +$labels'tz:africa:cairo' = 'Kairo';
View file
roundcubemail-1.4-rc1.133.tar.gz/program/localization/ne_NP/labels.inc -> roundcubemail-1.4-rc1.167.tar.gz/program/localization/ne_NP/labels.inc
Changed
@@ -2,19 +2,19 @@ /* +-----------------------------------------------------------------------+ - | localization/<lang>/labels.inc | - | | | Localization file of the Roundcube Webmail client | - | Copyright (C) 2005-2015, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/labels/ */ + + $labels'welcome' = '$product मा स्वागत छ'; $labels'username' = 'प्रयोगकर्ताको नाम'; $labels'password' = 'प्रवेश शब्द'; @@ -201,4 +201,3 @@ $labels'sortby' = 'यसरी तय गर्नुहोस'; $labels'sortasc' = 'पहिलो देखि अन्तिम सम्म तय गर्नुहोस'; $labels'sortdesc' = 'अन्तिम देखि पहिलो सम्म तय गर्नुहोस'; -?>
View file
roundcubemail-1.4-rc1.133.tar.gz/program/localization/ne_NP/messages.inc -> roundcubemail-1.4-rc1.167.tar.gz/program/localization/ne_NP/messages.inc
Changed
@@ -2,19 +2,18 @@ /* +-----------------------------------------------------------------------+ - | localization/<lang>/messages.inc | - | | | Localization file of the Roundcube Webmail client | - | Copyright (C) 2005-2015, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/messages/ */ + $messages'loginfailed' = 'लागईन हुन पाएन'; $messages'cookiesdisabled' = 'तपाईको ब्राऊसरले कुकी स्वीकार गारिरहेको छैन'; $messages'sessionerror' = 'सत्र समाप्त वा अवैद्य';
View file
roundcubemail-1.4-rc1.133.tar.gz/program/localization/nl_BE/labels.inc -> roundcubemail-1.4-rc1.167.tar.gz/program/localization/nl_BE/labels.inc
Changed
@@ -2,19 +2,19 @@ /* +-----------------------------------------------------------------------+ - | localization/<lang>/labels.inc | - | | | Localization file of the Roundcube Webmail client | - | Copyright (C) 2005-2015, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/labels/ */ + + $labels'welcome' = 'Welkom bij $product'; $labels'username' = 'Gebruikersnaam'; $labels'password' = 'Wachtwoord'; @@ -438,4 +438,3 @@ $labels'japanese' = 'Japans'; $labels'korean' = 'Koreaans'; $labels'chinese' = 'Chinees'; -?>
View file
roundcubemail-1.4-rc1.133.tar.gz/program/localization/nl_BE/messages.inc -> roundcubemail-1.4-rc1.167.tar.gz/program/localization/nl_BE/messages.inc
Changed
@@ -2,19 +2,18 @@ /* +-----------------------------------------------------------------------+ - | localization/<lang>/messages.inc | - | | | Localization file of the Roundcube Webmail client | - | Copyright (C) 2005-2015, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/messages/ */ + $messages'errortitle' = 'Er is een fout opgetreden!'; $messages'loginfailed' = 'Aanmelden mislukt.'; $messages'cookiesdisabled' = 'Uw browser accepteert geen cookies.'; @@ -59,7 +58,6 @@ $messages'encryptpubkeysfound' = 'De volgende publieke sleutels werden gevonden:'; $messages'nocontactsfound' = 'Geen contactpersonen gevonden.'; $messages'contactnotfound' = 'De gevraagde contactpersoon was niet gevonden.'; -$messages'contactsearchonly' = 'Voer enkele zoektermen in om de contactpersonen te zoeken.'; $messages'sendingfailed' = 'Kon het bericht niet versturen.'; $messages'senttooquickly' = 'U moet $sec second(en) wachten om het bericht te versturen.'; $messages'errorsavingsent' = 'Er is een fout opgetreden tijdens het opslaan van het verzonden bericht.';
View file
roundcubemail-1.4-rc1.133.tar.gz/program/localization/nl_NL/labels.inc -> roundcubemail-1.4-rc1.167.tar.gz/program/localization/nl_NL/labels.inc
Changed
@@ -2,19 +2,19 @@ /* +-----------------------------------------------------------------------+ - | localization/<lang>/labels.inc | - | | | Localization file of the Roundcube Webmail client | - | Copyright (C) 2005-2015, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/labels/ */ + + $labels'welcome' = 'Welkom bij $product'; $labels'username' = 'Gebruikersnaam'; $labels'password' = 'Wachtwoord'; @@ -208,7 +208,7 @@ $labels'quotamessage' = 'Aantal berichten'; $labels'shortheaderdate' = 'Op $date'; $labels'shortheaderto' = 'Naar $to op $date'; -$labels'shortheaderfrom' = 'Van $to op $date'; +$labels'shortheaderfrom' = 'Van $from op $date'; $labels'quicksearch' = 'Snel zoeken'; $labels'searchplaceholder' = 'Zoeken...'; $labels'resetsearch' = 'Wis zoekopdracht'; @@ -676,4 +676,3 @@ Enter: Open geselecteerd of actief bericht. Delete: Verwijder geselecteerde berichten naar Prullenbak."; $labels'helplistkeyboardnavcontacts' = "Enter: Open geselecteerd of actief contact."; -?>
View file
roundcubemail-1.4-rc1.133.tar.gz/program/localization/nl_NL/messages.inc -> roundcubemail-1.4-rc1.167.tar.gz/program/localization/nl_NL/messages.inc
Changed
@@ -2,19 +2,18 @@ /* +-----------------------------------------------------------------------+ - | localization/<lang>/messages.inc | - | | | Localization file of the Roundcube Webmail client | - | Copyright (C) 2005-2015, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/messages/ */ + $messages'errortitle' = 'Er is een fout opgetreden!'; $messages'loginfailed' = 'Aanmelden mislukt.'; $messages'cookiesdisabled' = 'Uw browser accepteert geen cookies.'; @@ -64,11 +63,8 @@ $messages'encryptnoattachments' = 'Al geüploade bijlagen kunnen niet worden versleuteld. Voeg ze alstublieft opnieuw toe aan de versleutelingsbewerker.'; $messages'searchpubkeyservers' = 'Wilt u publieke sleutelservers doorzoeken voor de missende sleutels?'; $messages'encryptpubkeysfound' = 'The volgende publieke sleutels zijn gevonden:'; -$messages'keyservererror' = 'Sleutel van keyserver ophalen is mislukt'; -$messages'keyimportsuccess' = 'Publieke sleutel $key succesvol geïmporteerd in uw sleutelring'; $messages'nocontactsfound' = 'Geen contactpersonen gevonden.'; $messages'contactnotfound' = 'Opgevraagde contactpersoon niet gevonden.'; -$messages'contactsearchonly' = 'Voer enkele zoektermen in om contactpersonen te zoeken'; $messages'sendingfailed' = 'Verzenden van bericht is mislukt.'; $messages'senttooquickly' = 'Wacht alstublieft $sec seconde(n) voordat u dit bericht verstuurt.'; $messages'errorsavingsent' = 'Er is een fout opgetreden tijdens het opslaan van het verzonden bericht.'; @@ -127,6 +123,7 @@ $messages'filesizeerror' = 'Het bestand overschrijdt de maximale grootte van $size.'; $messages'filecounterror' = 'Je kan maximaal $count bestanden uploaden per keer.'; $messages'msgsizeerror' = 'Bestand toevoegen als bijlage mislukt. Maximale grootte van een bericht ($size) overschreden.'; +$messages'msgsizeerrorfwd' = 'De maximale grootte van een bericht ($size) is overschreden. $num bericht(en) zijn niet bijgevoegd. '; $messages'copysuccess' = '$nr contactpersonen succesvol gekopieerd.'; $messages'movesuccess' = '$nr contactpersonen succesvol verplaatst.'; $messages'copyerror' = 'Kon geen contactpersoon kopieren.';
View file
roundcubemail-1.4-rc1.133.tar.gz/program/localization/nn_NO/labels.inc -> roundcubemail-1.4-rc1.167.tar.gz/program/localization/nn_NO/labels.inc
Changed
@@ -2,19 +2,19 @@ /* +-----------------------------------------------------------------------+ - | localization/<lang>/labels.inc | - | | | Localization file of the Roundcube Webmail client | - | Copyright (C) 2005-2015, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/labels/ */ + + $labels'welcome' = 'Velkomen til $product'; $labels'username' = 'Brukarnamn'; $labels'password' = 'Passord'; @@ -457,4 +457,3 @@ $labels'japanese' = 'Japansk'; $labels'korean' = 'Koreansk'; $labels'chinese' = 'Kinesisk'; -?>
View file
roundcubemail-1.4-rc1.133.tar.gz/program/localization/nn_NO/messages.inc -> roundcubemail-1.4-rc1.167.tar.gz/program/localization/nn_NO/messages.inc
Changed
@@ -2,19 +2,18 @@ /* +-----------------------------------------------------------------------+ - | localization/<lang>/messages.inc | - | | | Localization file of the Roundcube Webmail client | - | Copyright (C) 2005-2015, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/messages/ */ + $messages'errortitle' = 'Noko gjekk feil.'; $messages'loginfailed' = 'Feil ved innlogging.'; $messages'cookiesdisabled' = 'Nettlesaren din tillet ikkje informasjonskapslar (cookies).'; @@ -46,7 +45,6 @@ $messages'encryptedmessage' = 'Dette er ei kryptert melding og kan ikkje visast. Orsak!'; $messages'nocontactsfound' = 'Fann ingen kontaktar.'; $messages'contactnotfound' = 'Fann ikkje kontakten du såg etter.'; -$messages'contactsearchonly' = 'Skriv søkeord for å finna kontaktar'; $messages'sendingfailed' = 'Klarte ikkje senda meldinga.'; $messages'senttooquickly' = 'Du må venta $sec sekund for å senda meldinga.'; $messages'errormoving' = 'Klarte ikkje flytte meldinga(r).';
View file
roundcubemail-1.4-rc1.133.tar.gz/program/localization/pl_PL/labels.inc -> roundcubemail-1.4-rc1.167.tar.gz/program/localization/pl_PL/labels.inc
Changed
@@ -2,19 +2,19 @@ /* +-----------------------------------------------------------------------+ - | localization/<lang>/labels.inc | - | | | Localization file of the Roundcube Webmail client | - | Copyright (C) 2005-2015, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/labels/ */ + + $labels'welcome' = 'Witamy w $product'; $labels'username' = 'Nazwa'; $labels'password' = 'Hasło'; @@ -259,6 +259,7 @@ $labels'bccinstead' = 'Użyj Bcc'; $labels'addheader' = 'Dodaj odbiorcę (nagłówek)'; $labels'insert' = 'Dodawanie'; +$labels'insertcontact' = 'Wstaw kontakt(y)'; $labels'recipient' = 'Odbiorca'; $labels'recipientedit' = 'Edycja odbiorcy'; $labels'editidents' = 'Edytuj tożsamości'; @@ -324,7 +325,7 @@ $labels'rotateimage' = 'Obróć obraz'; $labels'showtools' = 'Pokaż narzędzia obrazu'; $labels'hidetools' = 'Ukryj narzędzia obrazu'; -$labels'name' = 'Nazwa'; +$labels'name' = 'Nazwa wyświetlana'; $labels'firstname' = 'Imię'; $labels'surname' = 'Nazwisko'; $labels'middlename' = 'Drugie imię'; @@ -395,6 +396,9 @@ $labels'addphoto' = 'Dodaj'; $labels'replacephoto' = 'Zamień'; $labels'uploadphoto' = 'Wyślij zdjęcie'; +$labels'choosefile' = 'Wybierz plik...'; +$labels'choosefiles' = 'Wybierz pliki...'; +$labels'browse' = 'Przeglądaj'; $labels'newcontact' = 'Dodaj nowy kontakt'; $labels'deletecontact' = 'Usuń zaznaczone kontakty'; $labels'composeto' = 'Utwórz wiadomość do wybranych kontaktów'; @@ -487,7 +491,7 @@ $labels'allowremoteresources' = 'Zezwól na zdalne zasoby (obrazki, style)'; $labels'fromknownsenders' = 'od znanych nadawców'; $labels'always' = 'zawsze'; -$labels'alwaysbutplain' = 'Zawsze, za wyjątkiem odpowiedzi na zwykły tekst.'; +$labels'alwaysbutplain' = 'zawsze, za wyjątkiem odpowiedzi na zwykły tekst.'; $labels'showinlineimages' = 'Wyświetlaj załączone obrazki pod treścią wiadomości'; $labels'autosavedraft' = 'Automatycznie zapisuj tworzoną wiadomość'; $labels'everynminutes' = 'co $n minut(y)'; @@ -600,7 +604,7 @@ $labels'dateformatj' = 'D'; $labels'dateformatn' = 'M'; $labels'B' = 'B'; -$labels'KB' = 'KB'; +$labels'KB' = 'kB'; $labels'MB' = 'MB'; $labels'GB' = 'GB'; $labels'unicode' = 'uniwersalny'; @@ -676,4 +680,3 @@ ENTER: Otwarcie bieżącej wiadomości. DELETE: Usunięcie/Przeniesienie wiadomości do Kosza."; $labels'helplistkeyboardnavcontacts' = "ENTER: Otwarcie bieżącego kontaktu."; -?>
View file
roundcubemail-1.4-rc1.133.tar.gz/program/localization/pl_PL/messages.inc -> roundcubemail-1.4-rc1.167.tar.gz/program/localization/pl_PL/messages.inc
Changed
@@ -2,23 +2,23 @@ /* +-----------------------------------------------------------------------+ - | localization/<lang>/messages.inc | - | | | Localization file of the Roundcube Webmail client | - | Copyright (C) 2005-2015, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/messages/ */ + $messages'errortitle' = 'Wystąpił błąd!'; $messages'loginfailed' = 'Błąd logowania!'; $messages'cookiesdisabled' = 'Twoja przeglądarka nie obsługuje ciasteczek!'; $messages'sessionerror' = 'Błąd sesji bądź sesja wygasła!'; +$messages'cookiesmismatch' = 'Niezgodność ciasteczek. Proszę usunąć ciasteczka zapisane w przeglądarce.'; $messages'storageerror' = 'Błąd połączenia z serwerem!'; $messages'servererror' = 'Błąd serwera!'; $messages'servererrormsg' = 'Błąd serwera: $msg'; @@ -64,11 +64,11 @@ $messages'encryptnoattachments' = 'Załączniki, które zostały poprzednio przesłane na serwer nie mogą zostać zaszyfrowane. Należy przesłać je ponownie poprzez dodanie do edytora szyfrowania.'; $messages'searchpubkeyservers' = 'Czy wyszukać brakujące klucze na serwerach kluczy?'; $messages'encryptpubkeysfound' = 'Znaleziono następujące klucze:'; -$messages'keyservererror' = 'Pobieranie klucza z serwera nie powiodło się'; -$messages'keyimportsuccess' = 'Klucz $key został pomyślnie zaimportowany do bazy kluczy'; +$messages'keyservererror' = 'Pobieranie klucza z serwera nie powiodło się.'; +$messages'keyimportsuccess' = 'Klucz $key został pomyślnie zaimportowany do bazy kluczy.'; $messages'nocontactsfound' = 'Nie znaleziono kontaktu!'; $messages'contactnotfound' = 'Szukany kontakt nie został odnaleziony.'; -$messages'contactsearchonly' = 'Użyj wyszukiwarki aby wyświetlić kontakty.'; +$messages'contactsearchonly' = 'Dostęp do kontaktów z wybranej książki adresowej możliwy jedynie poprzez formularz wyszukiwania.'; $messages'sendingfailed' = 'Nie udało się wysłać wiadomości!'; $messages'senttooquickly' = 'Musisz poczekać $sec sek. aby móc wysłać tą wiadomość!'; $messages'errorsavingsent' = 'Wystąpił błąd podczas zapisu wysłanej wiadomości!'; @@ -127,6 +127,7 @@ $messages'filesizeerror' = 'Plik przekracza maksymalną wielkość $size.'; $messages'filecounterror' = 'Możesz wysłać tylko $count plików jednocześnie.'; $messages'msgsizeerror' = 'Załączanie pliku nie powiodło się. Przekroczony maksymalny rozmiar wiadomości ($size).'; +$messages'msgsizeerrorfwd' = 'Maksymalny rozmiar wiadomości ($size) został przekroczony. $num wiadomości nie zostało załączonych.'; $messages'copysuccess' = 'Pomyślnie skopiowano $nr kontaktów.'; $messages'movesuccess' = 'Pomyślnie przeniesiono $nr kontaktów.'; $messages'copyerror' = 'Nie udało się skopiować żadnego kontaktu.';
View file
roundcubemail-1.4-rc1.133.tar.gz/program/localization/pl_PL/timezones.inc -> roundcubemail-1.4-rc1.167.tar.gz/program/localization/pl_PL/timezones.inc
Changed
@@ -2,10 +2,9 @@ /* +-----------------------------------------------------------------------+ - | localization/<lang>/timezones.inc | - | | | Localization file of the Roundcube Webmail client | - | Copyright (C) 2005-2017, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. |
View file
roundcubemail-1.4-rc1.133.tar.gz/program/localization/ps/labels.inc -> roundcubemail-1.4-rc1.167.tar.gz/program/localization/ps/labels.inc
Changed
@@ -2,19 +2,19 @@ /* +-----------------------------------------------------------------------+ - | localization/<lang>/labels.inc | - | | | Localization file of the Roundcube Webmail client | - | Copyright (C) 2005-2015, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/labels/ */ + + $labels'welcome' = '$product ته ښه راغلاست'; $labels'username' = 'کارن نوم'; $labels'password' = 'پټنوم'; @@ -242,4 +242,3 @@ $labels'KB' = 'کي بي'; $labels'MB' = 'ام بي'; $labels'GB' = 'جي بي'; -?>
View file
roundcubemail-1.4-rc1.133.tar.gz/program/localization/ps/messages.inc -> roundcubemail-1.4-rc1.167.tar.gz/program/localization/ps/messages.inc
Changed
@@ -2,19 +2,18 @@ /* +-----------------------------------------------------------------------+ - | localization/<lang>/messages.inc | - | | | Localization file of the Roundcube Webmail client | - | Copyright (C) 2005-2015, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/messages/ */ + $messages'loginfailed' = 'ننوتنه په بري سره ترسره نه شوه'; $messages'cookiesdisabled' = 'ستاسو لټوني ککوړي ونه منل'; $messages'sessionerror' = 'ستاسې ناسته ناباوري يا له مينځه تللې ده';
View file
roundcubemail-1.4-rc1.133.tar.gz/program/localization/pt_BR/labels.inc -> roundcubemail-1.4-rc1.167.tar.gz/program/localization/pt_BR/labels.inc
Changed
@@ -2,19 +2,19 @@ /* +-----------------------------------------------------------------------+ - | localization/<lang>/labels.inc | - | | | Localization file of the Roundcube Webmail client | - | Copyright (C) 2005-2015, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/labels/ */ + + $labels'welcome' = 'Bem-vindo ao $product'; $labels'username' = 'Usuário'; $labels'password' = 'Senha'; @@ -147,6 +147,7 @@ $labels'previous' = 'Anterior'; $labels'next' = 'Próximo'; $labels'select' = 'Selecionar'; +$labels'selection' = 'Seleção'; $labels'all' = 'Todas'; $labels'none' = 'Nenhuma'; $labels'currpage' = 'Página atual'; @@ -195,6 +196,8 @@ $labels'compact' = 'Compactar'; $labels'empty' = 'Esvaziar'; $labels'importmessages' = 'Importar mensagens'; +$labels'mailimportdesc' = 'Você pode fazer upload de mail usando arquivos no formato <a href="https://en.wikipedia.org/wiki/Email#Message_format">MIME</a> ou <a href="https://en.wikipedia.org/wiki/Mbox">Mbox</a>.'; +$labels'mailimportzip' = 'Múltiplos arquivos podem ser comprimidos para arquivos zip.'; $labels'quota' = 'Uso de disco'; $labels'unknown' = 'desconhecido'; $labels'unlimited' = 'ilimitado'; @@ -256,7 +259,9 @@ $labels'bccinstead' = 'Usar Cco'; $labels'addheader' = 'Adicionar destinatário (cabeçalho)'; $labels'insert' = 'Inserir'; +$labels'insertcontact' = 'Inserir contato(s)'; $labels'recipient' = 'Destinatário'; +$labels'recipientedit' = 'Editar destinatário'; $labels'editidents' = 'Editar identidades'; $labels'spellcheck' = 'Revisar'; $labels'checkspelling' = 'Verificar ortografia'; @@ -294,7 +299,9 @@ $labels'alwaysallow' = 'Sempre permitir de $sender'; $labels'isdraft' = 'Esta é uma mensagem salva como rascunho.'; $labels'andnmore' = '$nr mais...'; +$labels'details' = 'Detalhes'; $labels'headers' = 'Cabeçalhos'; +$labels'allheaders' = 'Todos os cabeçalhos...'; $labels'togglemoreheaders' = 'Exibir informações adicionais da mensagem (cabeçalhos)'; $labels'togglefullheaders' = 'Exibir cabeçalho original da mensagem'; $labels'htmltoggle' = 'HTML'; @@ -389,6 +396,9 @@ $labels'addphoto' = 'Adicionar'; $labels'replacephoto' = 'Substituir'; $labels'uploadphoto' = 'Enviar foto'; +$labels'choosefile' = 'Escolher arquivo...'; +$labels'choosefiles' = 'Escolher arquivos...'; +$labels'browse' = 'Procurar'; $labels'newcontact' = 'Adicionar novo contato'; $labels'deletecontact' = 'Exclui os contatos selecionados'; $labels'composeto' = 'Compor mensagem para'; @@ -573,6 +583,9 @@ $labels'dualusefolder' = 'pastas'; $labels'generate' = 'Gerar'; $labels'encryptioncreatekey' = 'Criar novo par de chaves'; +$labels'openmailvelopesettings' = 'Abrir Configurações de Mailvelope'; +$labels'encryptionprivkeysinmailvelope' = 'Você tem $nr chaves privadas compatíveis armazanadas no keyring do seu Mailvelope:'; +$labels'encryptionnoprivkeysinmailvelope' = 'A identidade do remetente ainda não possui uma chave privada PGP armazanada em sua extensão do Mailvelope. Gostaria de criar uma para poder habilitar mensagem criptografada?'; $labels'sortby' = 'Ordenar por'; $labels'sortasc' = 'Ascendente'; $labels'sortdesc' = 'Descendente'; @@ -640,6 +653,7 @@ $labels'arialabelforwardingoptions' = 'Opções de encaminhamento'; $labels'arialabelreplyalloptions' = 'Opções de responder a todos'; $labels'arialabelmoremessageactions' = 'Mais ações para as mensagens'; +$labels'arialabelmorecontactactions' = 'Mais ações de contato'; $labels'arialabelmarkmessagesas' = 'Marcar a mensagem selecionada como...'; $labels'arialabelcomposeoptions' = 'Opções para compor a mensagem'; $labels'arialabelresponsesmenu' = 'Menu de respostas pré-configuradas'; @@ -666,4 +680,3 @@ Enter: Abre a mensagem selecionada/em foco. Delete: Move a mensagem selecionada para a Lixeira."; $labels'helplistkeyboardnavcontacts' = "Enter: Abre o contato selecionado"; -?>
View file
roundcubemail-1.4-rc1.133.tar.gz/program/localization/pt_BR/messages.inc -> roundcubemail-1.4-rc1.167.tar.gz/program/localization/pt_BR/messages.inc
Changed
@@ -2,23 +2,23 @@ /* +-----------------------------------------------------------------------+ - | localization/<lang>/messages.inc | - | | | Localization file of the Roundcube Webmail client | - | Copyright (C) 2005-2015, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/messages/ */ + $messages'errortitle' = 'Ocorreu um erro!'; $messages'loginfailed' = 'Falha no login'; $messages'cookiesdisabled' = 'Seu navegador não aceita cookies.'; $messages'sessionerror' = 'A sessão do seu navegador é inválida ou expirou'; +$messages'cookiesmismatch' = 'Cookie imcompatível detectado. Por favor, limpar os cookies de seu navegador.'; $messages'storageerror' = 'Falha na conexão com o servidor. Verifique se informou os dados corretamente.'; $messages'servererror' = 'Erro no Servidor!'; $messages'servererrormsg' = 'Erro no Servidor: $msg'; @@ -64,11 +64,11 @@ $messages'encryptnoattachments' = 'Anexos já carregados não podem ser criptografados. Adicione-os novamente no editor com criptografia.'; $messages'searchpubkeyservers' = 'Você deseja procurar as chaves faltantes nos servidores de chaves públicas?'; $messages'encryptpubkeysfound' = 'As seguintes chaves públicas foram localizadas:'; -$messages'keyservererror' = 'Falha em obter a chave do servidor'; -$messages'keyimportsuccess' = 'Chave pública $key importada com êxito em seu chaveiro'; +$messages'keyservererror' = 'Falha ao obter a chave de seu servidor de chaves.'; +$messages'keyimportsuccess' = 'Chave Pública $key importada com sucesso ao seu chaveiro.'; $messages'nocontactsfound' = 'Nenhum contato encontrado.'; $messages'contactnotfound' = 'O contato solicitado não foi encontrado.'; -$messages'contactsearchonly' = 'Informe os termos de pesquisa para localizar os contatos'; +$messages'contactsearchonly' = 'Você tem que usar o formulário de busca para ver os contatos do catálogo de endereço selecionado.'; $messages'sendingfailed' = 'Falha no envio da mensagem.'; $messages'senttooquickly' = 'Aguarde $sec s para enviar a mensagem.'; $messages'errorsavingsent' = 'Ocorreu um erro ao salvar a mensagem enviada.'; @@ -96,6 +96,7 @@ $messages'nonamewarning' = 'Por favor, informe o nome'; $messages'nopagesizewarning' = 'Por favor, informe o tamanho da página'; $messages'nosenderwarning' = 'Por favor, informe o e-mail do remetente'; +$messages'recipientsadded' = 'Destinatário(s) adicionado(s) com sucesso.'; $messages'norecipientwarning' = 'Por favor, informe pelo menos um destinatário'; $messages'disclosedrecipwarning' = 'Todos os destinatários verão os endereços de e-mail uns dos outros. Para prevenir isto e proteger a privacidade deles, você deve usar o campo Cópia Oculta (Cco).'; $messages'disclosedreciptitle' = 'Há muitos destinatários públicos'; @@ -126,6 +127,7 @@ $messages'filesizeerror' = 'O arquivo enviado excede o tamanho máximo de $size'; $messages'filecounterror' = 'Você pode enviar no máximo $count arquivos por vez.'; $messages'msgsizeerror' = 'Falha ao anexar o arquivo. Tamanho máximo da mensagem ($size) excedido.'; +$messages'msgsizeerrorfwd' = 'Tamanho máximo de uma mensagem ($size) excedido. $num mensagens não foram anexadas.'; $messages'copysuccess' = '$nr contato(s) copiado(s) com sucesso.'; $messages'movesuccess' = '$nr contato(s) movido(s) com sucesso.'; $messages'copyerror' = 'Não foi possível copiar os contatos.'; @@ -165,6 +167,7 @@ $messages'smtpfromerror' = 'Erro SMTP ($code): Falha ao definir o remetente "$from" ($msg).'; $messages'smtptoerror' = 'Erro SMTP ($code): Falha ao adicionar o destinatário "$to" ($msg).'; $messages'smtprecipientserror' = 'Erro SMTP: Não é possível processar a lista destinatários.'; +$messages'smtputf8error' = 'Erro de SMTP: Servidor não suporta Unicode em endereço de email.'; $messages'smtpsizeerror' = 'Erro de SMTP: Tamanho da mensagem excede o limite do servidor ($limit)'; $messages'smtperror' = 'Erro SMTP: $msg'; $messages'emailformaterror' = 'Endereço de e-mail inválido: $email'; @@ -213,3 +216,9 @@ $messages'errcomposesession' = 'Erro na sessão de composição'; $messages'errcomposesessionexplain' = 'A sessão de composição solicitada não foi encontrada.'; $messages'clicktocompose' = 'Clique aqui para compor uma nova mensagem'; +$messages'nosupporterror' = 'Esta característica não é suportada pelo seu navegador.'; +$messages'siginserted' = 'Assinatura inserida com sucesso.'; +$messages'responseinserted' = 'Resposta inserida com sucesso.'; +$messages'listempty' = 'A lista está vazia.'; +$messages'listusebutton' = 'Use o botão Criar para adicionar um novo registro.'; +$messages'keypaircreatesuccess' = 'Um novo par de chaves foi criado com sucesso para $identity.';
View file
roundcubemail-1.4-rc1.133.tar.gz/program/localization/pt_BR/timezones.inc -> roundcubemail-1.4-rc1.167.tar.gz/program/localization/pt_BR/timezones.inc
Changed
@@ -2,10 +2,9 @@ /* +-----------------------------------------------------------------------+ - | localization/<lang>/timezones.inc | - | | | Localization file of the Roundcube Webmail client | - | Copyright (C) 2005-2017, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. |
View file
roundcubemail-1.4-rc1.133.tar.gz/program/localization/pt_PT/labels.inc -> roundcubemail-1.4-rc1.167.tar.gz/program/localization/pt_PT/labels.inc
Changed
@@ -2,19 +2,19 @@ /* +-----------------------------------------------------------------------+ - | localization/<lang>/labels.inc | - | | | Localization file of the Roundcube Webmail client | - | Copyright (C) 2005-2015, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/labels/ */ + + $labels'welcome' = 'Bem-vindo ao $product'; $labels'username' = 'Utilizador'; $labels'password' = 'Palavra-passe'; @@ -397,6 +397,9 @@ $labels'addphoto' = 'Adicionar'; $labels'replacephoto' = 'Substituir'; $labels'uploadphoto' = 'Carregar foto'; +$labels'choosefile' = 'Escolher ficheiro...'; +$labels'choosefiles' = 'Escolher ficheiros...'; +$labels'browse' = 'Procurar'; $labels'newcontact' = 'Criar novo contacto'; $labels'deletecontact' = 'Eliminar contacto(s) selecionado(s)'; $labels'composeto' = 'Nova mensagem para'; @@ -678,4 +681,3 @@ Enter: Abre a mensagem selecionada/realçada. Delete: Move as mensagens selecionadas para a Reciclagem."; $labels'helplistkeyboardnavcontacts' = "Enter: Abre o contacto selecionado/realçado. "; -?>
View file
roundcubemail-1.4-rc1.133.tar.gz/program/localization/pt_PT/messages.inc -> roundcubemail-1.4-rc1.167.tar.gz/program/localization/pt_PT/messages.inc
Changed
@@ -2,31 +2,31 @@ /* +-----------------------------------------------------------------------+ - | localization/<lang>/messages.inc | - | | | Localization file of the Roundcube Webmail client | - | Copyright (C) 2005-2015, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/messages/ */ + $messages'errortitle' = 'Ocorreu um erro!'; $messages'loginfailed' = 'Falha na autenticação.'; -$messages'cookiesdisabled' = 'O seu navegador não suporta cookies'; +$messages'cookiesdisabled' = 'O seu navegador não está a aceitar cookies.'; $messages'sessionerror' = 'A sua sessão é inválida ou expirou.'; -$messages'storageerror' = 'A ligação ao servidor IMAP falhou'; -$messages'servererror' = 'Erro do Servidor!'; -$messages'servererrormsg' = 'Erro do Servidor: $msg'; -$messages'accountlocked' = 'Muitas tentativas de login falhadas. Tente novamente mais tarde.'; -$messages'connerror' = 'Erro de ligação (Não foi possível alcançar o servidor)!'; +$messages'cookiesmismatch' = 'Foram detetadas incongruências nos cookies. Por favor limpe os cookies no seu navegador.'; +$messages'storageerror' = 'A ligação ao servidor IMAP falhou.'; +$messages'servererror' = 'Erro do servidor!'; +$messages'servererrormsg' = 'Erro do servidor: $msg'; +$messages'accountlocked' = 'Foram feitas demasiadas tentativas de autenticação falhadas. Tente novamente mais tarde.'; +$messages'connerror' = 'Erro de ligação (não foi possível alcançar o servidor)!'; $messages'dberror' = 'Erro na base de dados!'; $messages'windowopenerror' = 'A janela pop-up foi bloqueada!'; -$messages'requesttimedout' = 'A solicitação expirou'; +$messages'requesttimedout' = 'Foi excedido o tempo limite de resposta'; $messages'errorreadonly' = 'Não foi possível efetuar a operação. A pasta é só de leitura.'; $messages'errornoperm' = 'Não tem permissões para efetuar esta operação.'; $messages'erroroverquota' = 'Não foi possível executar a operação. Não há espaço livre em disco.'; @@ -43,19 +43,19 @@ $messages'attaching' = 'A anexar ficheiro...'; $messages'uploadingmany' = 'A enviar ficheiros...'; $messages'loadingdata' = 'A carregar dados...'; -$messages'checkingmail' = 'A verificar existência de novas mensagens...'; +$messages'checkingmail' = 'A verificar se existem novas mensagens...'; $messages'sendingmessage' = 'A enviar mensagem...'; -$messages'messagesent' = 'Mensagem enviada com sucesso'; +$messages'messagesent' = 'Mensagem enviada com sucesso.'; $messages'savingmessage' = 'A guardar mensagem...'; -$messages'messagesaved' = 'Mensagem guardada como rascunho'; -$messages'successfullysaved' = 'Guardado com sucesso'; +$messages'messagesaved' = 'Mensagem guardada nos Rascunhos.'; +$messages'successfullysaved' = 'Guardado com sucesso.'; $messages'savingresponse' = 'A guardar texto de resposta...'; $messages'deleteresponseconfirm' = 'Deseja realmente apagar este texto de resposta?'; $messages'nocontactselected' = 'Ainda não selecionou um contacto.'; -$messages'addedsuccessfully' = 'Contacto adicionado com sucesso'; -$messages'contactexists' = 'Já existe um contacto com este e-mail'; +$messages'addedsuccessfully' = 'Contacto adicionado com sucesso no livro de endereços.'; +$messages'contactexists' = 'Já existe um contacto com este endereço de e-mail.'; $messages'contactnameexists' = 'Já existe um contacto com este nome.'; -$messages'blockedimages' = 'Para proteger a sua privacidade, as imagens desta mensagem foram bloqueadas'; +$messages'blockedimages' = 'Para proteger a sua privacidade, as imagens desta mensagem foram bloqueadas.'; $messages'blockedresources' = 'Para proteger a sua privacidade os recursos remotos foram bloqueados.'; $messages'encryptedmessage' = 'Esta mensagem está encriptada e não pode ser apresentada. Desculpe!'; $messages'externalmessagedecryption' = 'Isto é uma mensagem encriptada e pode ser desencriptada com uma extensão do seu navegador.'; @@ -64,40 +64,40 @@ $messages'encryptnoattachments' = 'Os anexos já enviados não podem ser encriptados. Por favor, adicione-os novamente no editor de criptografia.'; $messages'searchpubkeyservers' = 'Deseja procurar servidores de chaves públicas para as chaves em falta?'; $messages'encryptpubkeysfound' = 'Foram encontradas as seguintes chaves públicas:'; -$messages'keyservererror' = 'Falha ao obter a chave do servidor de chaves'; -$messages'keyimportsuccess' = 'Chave pública $key importada com sucesso para o seu anel de chaves'; -$messages'nocontactsfound' = 'Nenhum contacto encontrado'; -$messages'contactnotfound' = 'O contacto especificado não foi encontrado'; -$messages'contactsearchonly' = 'Insira os termos de pesquisa para localizar os contactos'; -$messages'sendingfailed' = 'Falha no envio da mensagem'; -$messages'senttooquickly' = 'Por favor espere $sec seg(s) antes de enviar esta mensagem'; +$messages'keyservererror' = 'Falha ao obter a chave do servidor de chaves.'; +$messages'keyimportsuccess' = 'Chave pública $key importada com sucesso para o seu chaveiro.'; +$messages'nocontactsfound' = 'Nenhum contacto encontrado.'; +$messages'contactnotfound' = 'O contacto especificado não foi encontrado.'; +$messages'contactsearchonly' = 'Tem de usar o formulário de pesquisa para ver contactos do livro de endereços selecionado.'; +$messages'sendingfailed' = 'Falha no envio da mensagem.'; +$messages'senttooquickly' = 'Por favor espere $sec segundos antes de enviar esta mensagem.'; $messages'errorsavingsent' = 'Ocorreu um erro ao gravar a mensagem enviada.'; $messages'errorsaving' = 'Ocorreu um erro ao gravar.'; -$messages'errormoving' = 'Não foi possível mover a mensagem'; -$messages'errorcopying' = 'Não foi possível copiar a mensagem'; -$messages'errordeleting' = 'Não foi possível eliminar a mensagem'; -$messages'errormarking' = 'Não foi possível marcar a mensagem.'; +$messages'errormoving' = 'Não foi possível mover as mensagens.'; +$messages'errorcopying' = 'Não foi possível copiar as mensagens.'; +$messages'errordeleting' = 'Não foi possível eliminar as mensagens.'; +$messages'errormarking' = 'Não foi possível marcar as mensagens.'; $messages'alerttitle' = 'Atenção'; $messages'confirmationtitle' = 'Tem a certeza...'; -$messages'deletecontactconfirm' = 'Tem a certeza que pretende eliminar o(s) contacto(s) selecionado(s)?'; +$messages'deletecontactconfirm' = 'Tem a certeza que pretende eliminar os contactos selecionados?'; $messages'deletegroupconfirm' = 'Tem a certeza que pretende eliminar o grupo selecionado?'; -$messages'deletemessagesconfirm' = 'Tem a certeza que pretende eliminar a(s) mensagem(ns) selecionada(s)?'; -$messages'deletefolderconfirm' = 'Deseja realmente eliminar esta pasta?'; -$messages'movefolderconfirm' = 'Pretende realmente mover esta pasta?'; -$messages'purgefolderconfirm' = 'Deseja realmente eliminar todas mensagens desta pasta?'; -$messages'contactdeleting' = 'A eliminar contacto(s)...'; +$messages'deletemessagesconfirm' = 'Tem a certeza que pretende eliminar as mensagens selecionadas?'; +$messages'deletefolderconfirm' = 'Quer mesmo eliminar esta pasta?'; +$messages'movefolderconfirm' = 'Quer mesmo mover esta pasta?'; +$messages'purgefolderconfirm' = 'Quer mesmo eliminar todas mensagens desta pasta?'; +$messages'contactdeleting' = 'A eliminar contactos...'; $messages'groupdeleting' = 'A eliminar grupo...'; $messages'folderdeleting' = 'A eliminar pasta...'; $messages'foldermoving' = 'A mover pasta...'; $messages'foldersubscribing' = 'A subscrever pasta...'; $messages'folderunsubscribing' = 'A cancelar subscrição da pasta...'; -$messages'formincomplete' = 'Os campos não foram completamente preenchidos'; +$messages'formincomplete' = 'Os campos não foram completamente preenchidos.'; $messages'noemailwarning' = 'Por favor, introduza um endereço de e-mail válido.'; $messages'nonamewarning' = 'Por favor, escreva um nome.'; -$messages'nopagesizewarning' = 'Por favor, escreva o tamanho da página'; -$messages'nosenderwarning' = 'Por favor, introduza o endereço de e-mail do remetente'; +$messages'nopagesizewarning' = 'Por favor introduza o tamanho da página.'; +$messages'nosenderwarning' = 'Por favor introduza o endereço de e-mail do remetente.'; $messages'recipientsadded' = 'Destinatário(s) adicionado(s) com sucesso.'; -$messages'norecipientwarning' = 'Por favor, insira pelo menos um destinatário'; +$messages'norecipientwarning' = 'Por favor, insira pelo menos um destinatário.'; $messages'disclosedrecipwarning' = 'Todos os destinatários verão os endereços de email uns dos outros. Para evitar esta situação e proteger a sua privacidade, pode usar o campo Bcc.'; $messages'disclosedreciptitle' = 'Demasiados destinatários públicos'; $messages'nosubjectwarning' = 'O campo "Assunto" não foi preenchido. Deseja incluí-lo agora?'; @@ -105,34 +105,35 @@ $messages'nobodywarning' = 'Enviar a mensagem sem texto?'; $messages'notsentwarning' = 'A mensagem não foi enviada e tem alterações por guardar. Deseja descartar essas alterações?'; $messages'restoresavedcomposedata' = 'Foi encontrada uma mensagem anteriormente composta mas não enviada.\n\nAssunto: $subject\nGuardada: $date\n\nDeseja restaurar esta mensagem?'; -$messages'nosearchname' = 'Por favor, insira o nome do contacto ou endereço de e-mail'; +$messages'nosearchname' = 'Por favor insira o nome do contacto ou endereço de e-mail.'; $messages'notuploadedwarning' = 'Nem todos os anexos foram ainda enviados. Por favor aguarde ou cancele o envio.'; -$messages'searchsuccessful' = '$nr mensagens encontradas'; +$messages'searchsuccessful' = '$nr mensagens encontradas.'; $messages'contactsearchsuccessful' = '$nr contactos encontrados.'; -$messages'searchnomatch' = 'A pesquisa não obteve resultados'; +$messages'searchnomatch' = 'A pesquisa não obteve resultados.'; $messages'searching' = 'A pesquisar...'; $messages'checking' = 'A verificar...'; $messages'stillsearching' = 'Ainda a procurar...'; -$messages'nospellerrors' = 'Não foi encontrado nenhum erro ortográfico'; -$messages'folderdeleted' = 'Pasta eliminada com sucesso'; +$messages'nospellerrors' = 'Não foi encontrado nenhum erro ortográfico.'; +$messages'folderdeleted' = 'Pasta eliminada com sucesso.'; $messages'foldersubscribed' = 'Subscrição da pasta concluída com sucesso'; -$messages'folderunsubscribed' = 'Subscrição da pasta cancelada com sucesso'; -$messages'folderpurged' = 'Pasta esvaziada com sucesso'; +$messages'folderunsubscribed' = 'Subscrição da pasta cancelada com sucesso.'; +$messages'folderpurged' = 'Pasta esvaziada com sucesso.'; $messages'folderexpunged' = 'Pasta compactada com sucesso.'; $messages'deletedsuccessfully' = 'Eliminado com sucesso.'; $messages'converting' = 'A remover a formatação...'; $messages'messageopenerror' = 'Não foi possível carregar a mensagem.'; $messages'filelinkerror' = 'Falha ao anexar o ficheiro.'; -$messages'fileuploaderror' = 'Falha ao carregar o ficheiro'; -$messages'filesizeerror' = 'O ficheiro excede o tamanho máximo permitido de $size'; +$messages'fileuploaderror' = 'Falha ao carregar o ficheiro.'; +$messages'filesizeerror' = 'O ficheiro excede o tamanho máximo permitido de $size.'; $messages'filecounterror' = 'Pode carregar, no máximo, $count ficheiro(s) de cada vez.'; $messages'msgsizeerror' = 'Falha ao anexar um ficheiro. O tamanho máximo da mensagem ($size) foi excedido.'; +$messages'msgsizeerrorfwd' = 'O tamanho máximo para uma mensagem ($size) foi excedido. $num mensagem(ns) não foi(ram) anexada(s).'; $messages'copysuccess' = '$nr contacto(s) copiado(s) com sucesso.'; $messages'movesuccess' = '$nr contacto(s) movido(s) com sucesso.'; $messages'copyerror' = 'Não foi possível copiar o(s) contacto(s).'; $messages'moveerror' = 'Não foi possível mover o(s) contacto(s).'; -$messages'sourceisreadonly' = 'Esta origem de endereços é só de leitura'; -$messages'errorsavingcontact' = 'Não foi possível guardar o endereço deste contacto'; +$messages'sourceisreadonly' = 'Esta origem de endereços é só de leitura.'; +$messages'errorsavingcontact' = 'Não foi possível guardar o endereço deste contacto.'; $messages'movingmessage' = 'A mover mensagem(ns)...'; $messages'copyingmessage' = 'A copiar mensagem(ns)...'; $messages'copyingcontact' = 'A copiar contacto(s)...'; @@ -141,11 +142,11 @@ $messages'markingmessage' = 'A marcar mensagem(ns)...'; $messages'addingmember' = 'A adicionar contacto(s) ao grupo...'; $messages'removingmember' = 'A remover contacto(s) do grupo...'; -$messages'receiptsent' = 'Recibo de leitura enviado com sucesso'; -$messages'errorsendingreceipt' = 'Não foi possível enviar o recibo'; +$messages'receiptsent' = 'Recibo de leitura enviado com sucesso.'; +$messages'errorsendingreceipt' = 'Não foi possível enviar o recibo.'; $messages'deleteidentityconfirm' = 'Pretende realmente eliminar esta identidade?'; $messages'nodeletelastidentity' = 'Esta é a sua última identidade, não é possível eliminá-la.'; -$messages'forbiddencharacter' = 'O nome da pasta contém um caractere inválido'; +$messages'forbiddencharacter' = 'O nome da pasta contém um caractere inválido.'; $messages'selectimportfile' = 'Por favor, selecione um ficheiro para enviar.'; $messages'addresswriterror' = 'Não é possível escrever no livro de endereços selecionado.'; $messages'contactaddedtogroup' = 'Contacto adicionado com sucesso a este grupo.'; @@ -153,11 +154,11 @@ $messages'nogroupassignmentschanged' = 'Não foi alterada nenhuma atribuição de grupo.'; $messages'importwait' = 'A importar, por favor aguarde...'; $messages'importformaterror' = 'A importação falhou! O ficheiro enviado não é um ficheiro de dados válido.'; -$messages'importconfirm' = '<b>$inserted contactos importados com sucesso, $skipped contactos já existentes foram ignorados</b>:<p><em>$names</em></p>'; -$messages'importconfirmskipped' = 'Ignoradas $skipped entradas já existentes.'; -$messages'importmessagesuccess' = '$nr mensagens importadas com sucesso'; +$messages'importconfirm' = '<b>Foram importados com sucesso $inserted contactos</b>'; +$messages'importconfirmskipped' = '<b>Ignoradas $skipped entradas já existentes</b>'; +$messages'importmessagesuccess' = 'Foram importadas com sucesso $nr mensagens'; $messages'importmessageerror' = 'A importação falhou! O ficheiro carregado não é um arquivo de caixa de correio ou ficheiro de mensagem válido.'; -$messages'opnotpermitted' = 'Operação não permitida'; +$messages'opnotpermitted' = 'Operação não permitida!'; $messages'nofromaddress' = 'Falta o endereço de e-mail na identidade selecionada.'; $messages'editorwarning' = 'Alterar o tipo de editor pode causar a perda da formatação do texto. Deseja continuar?'; $messages'httpreceivedencrypterror' = 'Ocorreu um erro fatal de configuração. Contacte o seu Administrador imediatamente. <b>A sua mensagem não pôde ser enviada.</b>';
View file
roundcubemail-1.4-rc1.133.tar.gz/program/localization/pt_PT/timezones.inc -> roundcubemail-1.4-rc1.167.tar.gz/program/localization/pt_PT/timezones.inc
Changed
@@ -2,10 +2,9 @@ /* +-----------------------------------------------------------------------+ - | localization/<lang>/timezones.inc | - | | | Localization file of the Roundcube Webmail client | - | Copyright (C) 2005-2017, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. |
View file
roundcubemail-1.4-rc1.133.tar.gz/program/localization/ro_RO/labels.inc -> roundcubemail-1.4-rc1.167.tar.gz/program/localization/ro_RO/labels.inc
Changed
@@ -2,19 +2,19 @@ /* +-----------------------------------------------------------------------+ - | localization/<lang>/labels.inc | - | | | Localization file of the Roundcube Webmail client | - | Copyright (C) 2005-2015, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/labels/ */ + + $labels'welcome' = 'Bine aţi venit la $product'; $labels'username' = 'Utilizator'; $labels'password' = 'Parolă'; @@ -597,4 +597,3 @@ $labels'arialabelresonseeditfrom' = 'Formular modificare răspuns'; $labels'arialabelsearchterms' = 'Termenii căutării'; $labels'arialabeldropactionmenu' = 'Meniu acțiune Drag-n-Drop'; -?>
View file
roundcubemail-1.4-rc1.133.tar.gz/program/localization/ro_RO/messages.inc -> roundcubemail-1.4-rc1.167.tar.gz/program/localization/ro_RO/messages.inc
Changed
@@ -2,19 +2,18 @@ /* +-----------------------------------------------------------------------+ - | localization/<lang>/messages.inc | - | | | Localization file of the Roundcube Webmail client | - | Copyright (C) 2005-2015, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/messages/ */ + $messages'errortitle' = 'A avut loc o EROARE!'; $messages'loginfailed' = 'Autentificare eşuată'; $messages'cookiesdisabled' = 'Browserul dumneavoastră nu acceptă cookies'; @@ -61,11 +60,8 @@ $messages'encryptnoattachments' = 'Atașamentele deja încărcate nu pot fi criptate. Vă rugăm re-adăugați-le în editorul de criptare.'; $messages'searchpubkeyservers' = 'Doriți să căutați în servere de chei publice pentru cheile care lipsesc?'; $messages'encryptpubkeysfound' = 'Au fost găsite următoarele chei publice:'; -$messages'keyservererror' = 'Nu s-a putut obține cheia de la server'; -$messages'keyimportsuccess' = 'Cheia publică $key a fost importată cu succes'; $messages'nocontactsfound' = 'Nu s-a găsit nici un contact'; $messages'contactnotfound' = 'Contactul solicitat nu a fost găsit.'; -$messages'contactsearchonly' = 'Introdu nişte termeni de căutare pentru a găsi contactele'; $messages'sendingfailed' = 'Nu s-a reuşit trimiterea mesajului'; $messages'senttooquickly' = 'Vă rugăm aşteptaţi $sec sec. înainte de a trimite acest mesaj'; $messages'errorsavingsent' = 'A intervenit o eroare în timp ce se efectua salvarea mesajului trimis.';
View file
roundcubemail-1.4-rc1.133.tar.gz/program/localization/ro_RO/timezones.inc -> roundcubemail-1.4-rc1.167.tar.gz/program/localization/ro_RO/timezones.inc
Changed
@@ -2,10 +2,9 @@ /* +-----------------------------------------------------------------------+ - | localization/<lang>/timezones.inc | - | | | Localization file of the Roundcube Webmail client | - | Copyright (C) 2005-2017, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. |
View file
roundcubemail-1.4-rc1.133.tar.gz/program/localization/ru_RU/labels.inc -> roundcubemail-1.4-rc1.167.tar.gz/program/localization/ru_RU/labels.inc
Changed
@@ -2,19 +2,19 @@ /* +-----------------------------------------------------------------------+ - | localization/<lang>/labels.inc | - | | | Localization file of the Roundcube Webmail client | - | Copyright (C) 2005-2015, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/labels/ */ + + $labels'welcome' = 'Добро пожаловать в $product!'; $labels'username' = 'Имя пользователя'; $labels'password' = 'Пароль'; @@ -396,6 +396,9 @@ $labels'addphoto' = 'Добавить'; $labels'replacephoto' = 'Заменить'; $labels'uploadphoto' = 'Загрузить фотографию'; +$labels'choosefile' = 'Выберите файл...'; +$labels'choosefiles' = 'Выберите файлы...'; +$labels'browse' = 'Обзор'; $labels'newcontact' = 'Создать новый контакт'; $labels'deletecontact' = 'Удалить выбранные контакты'; $labels'composeto' = 'Создать сообщение для выбранных контактов'; @@ -677,4 +680,3 @@ Enter: Открыть выделенное сообщение. Delete: Переместить выбранные сообщения в Корзину."; $labels'helplistkeyboardnavcontacts' = "Enter: Открыть выбранный контакт."; -?>
View file
roundcubemail-1.4-rc1.133.tar.gz/program/localization/ru_RU/messages.inc -> roundcubemail-1.4-rc1.167.tar.gz/program/localization/ru_RU/messages.inc
Changed
@@ -2,19 +2,18 @@ /* +-----------------------------------------------------------------------+ - | localization/<lang>/messages.inc | - | | | Localization file of the Roundcube Webmail client | - | Copyright (C) 2005-2015, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/messages/ */ + $messages'errortitle' = 'Произошла ошибка!'; $messages'loginfailed' = 'Неудачная попытка входа.'; $messages'cookiesdisabled' = 'Ваш браузер не принимает cookie.'; @@ -64,11 +63,8 @@ $messages'encryptnoattachments' = 'Уже загруженные вложения не могут быть зашифрованы. Пожалуйста, повторно добавьте их в редакторе шифрования.'; $messages'searchpubkeyservers' = 'Вы хотите выполнить поиск серверов открытых ключей для отсутствующих ключей?'; $messages'encryptpubkeysfound' = 'Следующие открытые ключи были найдены:'; -$messages'keyservererror' = 'Не удалось получить ключ от сервера ключей'; -$messages'keyimportsuccess' = 'Открытый ключ $key успешно импортирован в хранилище ключей'; $messages'nocontactsfound' = 'Контакты не найдены.'; $messages'contactnotfound' = 'Требуемый контакт не найден.'; -$messages'contactsearchonly' = 'Введите условия для поиска контактов'; $messages'sendingfailed' = 'Не удалось отправить сообщение.'; $messages'senttooquickly' = 'Вы должны подождать $sec сек. для отправки сообщения.'; $messages'errorsavingsent' = 'Произошла ошибка при сохранении отправленного сообщения.'; @@ -127,6 +123,7 @@ $messages'filesizeerror' = 'Загруженный файл больше максимального размера в $size.'; $messages'filecounterror' = 'Вы можете загрузить максимум $count файлов одновременно.'; $messages'msgsizeerror' = 'Не удалось прикрепить файл. Превышен максимальный размер сообщения: ($size).'; +$messages'msgsizeerrorfwd' = 'Превышен максимальный размер сообщения ($size). $num сообщение(й) не было(и) прикреплено(ы).'; $messages'copysuccess' = 'Успешно скопировано $nr контактов.'; $messages'movesuccess' = 'Успешно перемещено $nr контактов.'; $messages'copyerror' = 'Контакты не скопированы.';
View file
roundcubemail-1.4-rc1.133.tar.gz/program/localization/ru_RU/timezones.inc -> roundcubemail-1.4-rc1.167.tar.gz/program/localization/ru_RU/timezones.inc
Changed
@@ -2,10 +2,9 @@ /* +-----------------------------------------------------------------------+ - | localization/<lang>/timezones.inc | - | | | Localization file of the Roundcube Webmail client | - | Copyright (C) 2005-2017, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. |
View file
roundcubemail-1.4-rc1.133.tar.gz/program/localization/si_LK/labels.inc -> roundcubemail-1.4-rc1.167.tar.gz/program/localization/si_LK/labels.inc
Changed
@@ -2,19 +2,19 @@ /* +-----------------------------------------------------------------------+ - | localization/<lang>/labels.inc | - | | | Localization file of the Roundcube Webmail client | - | Copyright (C) 2005-2015, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/labels/ */ + + $labels'welcome' = '$product වෙත පිළිගනිමු'; $labels'username' = 'පරිශීලක නාමය'; $labels'password' = 'මුරපදය'; @@ -311,4 +311,3 @@ $labels'japanese' = 'ජපන්'; $labels'korean' = 'කොරියානු'; $labels'chinese' = 'චීන'; -?>
View file
roundcubemail-1.4-rc1.133.tar.gz/program/localization/si_LK/messages.inc -> roundcubemail-1.4-rc1.167.tar.gz/program/localization/si_LK/messages.inc
Changed
@@ -2,19 +2,18 @@ /* +-----------------------------------------------------------------------+ - | localization/<lang>/messages.inc | - | | | Localization file of the Roundcube Webmail client | - | Copyright (C) 2005-2015, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/messages/ */ + $messages'errortitle' = 'දෝෂයක් මතුවිය!'; $messages'loginfailed' = 'ඇතුල්වීම අසාර්ථකයි.'; $messages'cookiesdisabled' = 'ඔබේ බෞසරය කුකී බාර ගන්නේ නැත';
View file
roundcubemail-1.4-rc1.133.tar.gz/program/localization/sk_SK/labels.inc -> roundcubemail-1.4-rc1.167.tar.gz/program/localization/sk_SK/labels.inc
Changed
@@ -2,19 +2,19 @@ /* +-----------------------------------------------------------------------+ - | localization/<lang>/labels.inc | - | | | Localization file of the Roundcube Webmail client | - | Copyright (C) 2005-2015, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/labels/ */ + + $labels'welcome' = 'Vitajte v $product'; $labels'username' = 'Meno používateľa'; $labels'password' = 'Heslo'; @@ -396,6 +396,9 @@ $labels'addphoto' = 'Pridať fotografiu'; $labels'replacephoto' = 'Nahradiť fotografiu'; $labels'uploadphoto' = 'Nahrať fotografiu'; +$labels'choosefile' = 'Vybrať súbor...'; +$labels'choosefiles' = 'Vybrať súbory...'; +$labels'browse' = 'Prehľadávať'; $labels'newcontact' = 'Vytvoriť nový kontakt'; $labels'deletecontact' = 'Vymazať vybrané kontakty'; $labels'composeto' = 'Vytvoriť správu pre'; @@ -677,4 +680,3 @@ Enter: otvoriť vybranú/zvýraznenú správu. Delete: presunúť vybrané správy do koša."; $labels'helplistkeyboardnavcontacts' = "Enter: Otvoriť vybraný/zvýraznený kontakt."; -?>
View file
roundcubemail-1.4-rc1.133.tar.gz/program/localization/sk_SK/messages.inc -> roundcubemail-1.4-rc1.167.tar.gz/program/localization/sk_SK/messages.inc
Changed
@@ -2,23 +2,23 @@ /* +-----------------------------------------------------------------------+ - | localization/<lang>/messages.inc | - | | | Localization file of the Roundcube Webmail client | - | Copyright (C) 2005-2015, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/messages/ */ + $messages'errortitle' = 'Vyskytla sa chyba!'; $messages'loginfailed' = 'Prihlasovanie bolo neúspešné.'; $messages'cookiesdisabled' = 'Váš internetový prehliadač nepodporuje cookies, ktoré sú potrebné na prihlásenie.'; $messages'sessionerror' = 'Vaša relácia nie je platná alebo vypršala jej platnosť.'; +$messages'cookiesmismatch' = 'Bola zistená nezhoda cookie. Prosím vyčistite súbory cookies vo vašom prehliadači.'; $messages'storageerror' = 'Nepodarilo sa spojiť s úložným serverom.'; $messages'servererror' = 'Chyba servera!'; $messages'servererrormsg' = 'Chyba servera: $msg'; @@ -64,11 +64,11 @@ $messages'encryptnoattachments' = 'Prílohy, ktoré ste už uložili na server, nie je možné zašifrovať. Prosím pridajte ich znovu, v editore pre šifrovanie.'; $messages'searchpubkeyservers' = 'Chcete vyhľadať servery s verejným kľúčom pre chýbajúce kľúče?'; $messages'encryptpubkeysfound' = 'Našli sa nasledujúce verejné kľúče:'; -$messages'keyservererror' = 'Nepodarilo sa získať kľúč zo servera pre kľúče'; -$messages'keyimportsuccess' = 'Verejný kľúč $key bol úspešne importovaný do okruhu vašich kľúčov'; +$messages'keyservererror' = 'Nepodarilo sa získať kľúč zo servera pre kľúče.'; +$messages'keyimportsuccess' = 'Verejný kľúč $key bol úspešne importovaný do okruhu vašich kľúčov.'; $messages'nocontactsfound' = 'Nenašli sa žiadne kontakty.'; $messages'contactnotfound' = 'Požadovaný kontakt sa nenašiel.'; -$messages'contactsearchonly' = 'Zadajte nejaký výraz pre vyhľadanie kontaktov'; +$messages'contactsearchonly' = 'Ak chcete vidieť kontakty z vybraného adresára, musíte použiť vyhľadávací formulár.'; $messages'sendingfailed' = 'Nepodarilo sa odoslať správu.'; $messages'senttooquickly' = 'Počkajte $sec sekúnd pred odoslaním tejto správy.'; $messages'errorsavingsent' = 'Počas ukladania odoslanej správy sa vyskytla chyba.'; @@ -127,6 +127,7 @@ $messages'filesizeerror' = 'Nahraný súbor prekročil maximálnu veľkosť $size.'; $messages'filecounterror' = 'Naraz je možné vykonať upload max. $count súborov.'; $messages'msgsizeerror' = 'Nepodarilo sa pripojiť súbor. Bola prekročená max. veľkosť správy ($size).'; +$messages'msgsizeerrorfwd' = 'Došlo k prekročeniu maximálnej veľkosti správy ($size). Počet správ, ktoré neboli pripojené: $num.'; $messages'copysuccess' = 'Počet úspešne skopírovaných kontaktov: $nr.'; $messages'movesuccess' = 'Počet úspešne presunutých kontaktov: $nr.'; $messages'copyerror' = 'Kontakty nemožno kopírovať.';
View file
roundcubemail-1.4-rc1.133.tar.gz/program/localization/sk_SK/timezones.inc -> roundcubemail-1.4-rc1.167.tar.gz/program/localization/sk_SK/timezones.inc
Changed
@@ -2,10 +2,9 @@ /* +-----------------------------------------------------------------------+ - | localization/<lang>/timezones.inc | - | | | Localization file of the Roundcube Webmail client | - | Copyright (C) 2005-2017, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. |
View file
roundcubemail-1.4-rc1.133.tar.gz/program/localization/sl_SI/labels.inc -> roundcubemail-1.4-rc1.167.tar.gz/program/localization/sl_SI/labels.inc
Changed
@@ -2,19 +2,19 @@ /* +-----------------------------------------------------------------------+ - | localization/<lang>/labels.inc | - | | | Localization file of the Roundcube Webmail client | - | Copyright (C) 2005-2015, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/labels/ */ + + $labels'welcome' = 'Dobrodošli v $product'; $labels'username' = 'Uporabniško ime'; $labels'password' = 'Geslo'; @@ -139,11 +139,15 @@ $labels'more' = 'Več'; $labels'back' = 'Nazaj'; $labels'options' = 'Možnosti'; +$labels'composeoptions' = 'Možnosti sestavljanja sporočil'; +$labels'optionsandattachments' = 'Možnosti in priponke'; +$labels'actions' = 'Možnosti'; $labels'first' = 'Prvo'; $labels'last' = 'Zadnje'; $labels'previous' = 'Prejšnje'; $labels'next' = 'Naslednje'; $labels'select' = 'Izberi'; +$labels'selection' = 'Izbor'; $labels'all' = 'Vse'; $labels'none' = 'Brez'; $labels'currpage' = 'Trenutna stran'; @@ -180,6 +184,7 @@ $labels'listsorting' = 'Urejanje stolpcev'; $labels'listorder' = 'Vrstni red'; $labels'listmode' = 'Način prikaza seznama'; +$labels'lmode' = 'Način prikaza seznama'; $labels'layout' = 'Postavitev'; $labels'layoutwidescreen' = 'Širok zaslon'; $labels'layoutdesktop' = 'Namizje'; @@ -191,6 +196,8 @@ $labels'compact' = 'Stisni'; $labels'empty' = 'Izprazni'; $labels'importmessages' = 'Uvozi sporočila'; +$labels'mailimportdesc' = 'Naložite lahko sporočila v formatu <a href="https://en.wikipedia.org/wiki/Email#Message_format">MIME</a> ali <a href="https://en.wikipedia.org/wiki/Mbox">Mbox</a>.'; +$labels'mailimportzip' = 'Več dokumentov lahko skrčite v arhiv zip.'; $labels'quota' = 'Poraba prostora'; $labels'unknown' = 'neznana'; $labels'unlimited' = 'neomejena'; @@ -199,6 +206,9 @@ $labels'quotaused' = 'Porabljeno'; $labels'quotastorage' = 'Prostor na disku'; $labels'quotamessage' = 'Število sporočil'; +$labels'shortheaderdate' = 'Dne $date'; +$labels'shortheaderto' = 'Za $to dne $date'; +$labels'shortheaderfrom' = 'Od $from dne $date'; $labels'quicksearch' = 'Hitri iskalnik'; $labels'searchplaceholder' = 'Iskanje...'; $labels'resetsearch' = 'Prekliči iskanje'; @@ -241,13 +251,17 @@ $labels'encryptmessagemailvelope' = 'Šifriraj sporočilo z Mailvelope'; $labels'importpubkeys' = 'Uvozi javne ključe'; $labels'encryptedsendialog' = 'Pošilji šifrirano sporočilo'; +$labels'encryptandsign' = 'Šifriraj in podpiši'; $labels'keyid' = 'ID ključa'; $labels'keylength' = 'Bitov'; $labels'keyexpired' = 'Pretečen'; $labels'keyrevoked' = 'Preklican'; $labels'bccinstead' = 'Uporabi Skp'; +$labels'addheader' = 'Dodaj prejemnika (glava sporočila)'; $labels'insert' = 'Vstavi'; +$labels'insertcontact' = 'Vstavi stik(e)'; $labels'recipient' = 'Prejemnik'; +$labels'recipientedit' = 'Uredi prejemnika'; $labels'editidents' = 'Uredi identitete'; $labels'spellcheck' = 'Črkovanje'; $labels'checkspelling' = 'Preglej pravopis'; @@ -280,9 +294,14 @@ $labels'highest' = 'Najvišja'; $labels'nosubject' = '(brez naslova)'; $labels'showimages' = 'Prikaži slike'; +$labels'allow' = 'Dovoli'; $labels'alwaysshow' = 'Vedno prikaži slike od $sender'; +$labels'alwaysallow' = 'Vedno dovoli pošiljatelju $sender'; $labels'isdraft' = 'To je osnutek sporočila.'; $labels'andnmore' = '$nr več...'; +$labels'details' = 'Podrobnosti'; +$labels'headers' = 'Glave sporočil'; +$labels'allheaders' = 'Vse glave...'; $labels'togglemoreheaders' = 'Prikaži več glav sporočila'; $labels'togglefullheaders' = 'Preklopi na neobdelan zapis glave sporočila'; $labels'htmltoggle' = 'Obogateno besedilo (HTML)'; @@ -298,6 +317,14 @@ $labels'receiptread' = 'Potrdilo o branju'; $labels'yourmessage' = 'To je potrdilo o branju.'; $labels'receiptnote' = 'Pozor: to je samo potrdilo, da je bilo vaše sporočilo prikazano na prejemnikovem računalniku. To še ne pomeni, da je prejemnik prebral ali razumel vsebino vašega sporočila.'; +$labels'zoomin' = 'Povečaj'; +$labels'zoomout' = 'Pomanjšaj'; +$labels'rotate' = 'Zasukaj'; +$labels'increaseimage' = 'Povečaj velikost slike'; +$labels'decreaseimage' = 'Zmanjšaj velikost slike'; +$labels'rotateimage' = 'Zasukaj sliko'; +$labels'showtools' = 'Prikaži orodja za urejanje slik'; +$labels'hidetools' = 'Skrij orodja za urejanje slik'; $labels'name' = 'Ime za prikaz'; $labels'firstname' = 'Ime'; $labels'surname' = 'Priimek'; @@ -363,10 +390,15 @@ $labels'save' = 'Shrani'; $labels'delete' = 'Izbriši'; $labels'discard' = 'Zavrži'; +$labels'continue' = 'Nadaljuj'; +$labels'ok' = 'V redu'; $labels'rename' = 'Preimenuj'; $labels'addphoto' = 'Dodaj'; $labels'replacephoto' = 'Zamenjaj'; $labels'uploadphoto' = 'Naloži sliko'; +$labels'choosefile' = 'Izberi dokument...'; +$labels'choosefiles' = 'Izberi dokumente..'; +$labels'browse' = 'Prebrskaj'; $labels'newcontact' = 'Ustvari nov stik'; $labels'deletecontact' = 'Izbriši izbrane vizitke'; $labels'composeto' = 'Sestavi sporočilo za'; @@ -380,6 +412,8 @@ $labels'addgroup' = 'Dodaj skupino'; $labels'grouprename' = 'Preimenuj skupino'; $labels'groupdelete' = 'Izbriši skupino'; +$labels'groupassign' = 'Dodeli skupini'; +$labels'groupremove' = 'Odstrani iz skupine'; $labels'groupremoveselected' = 'Odstrani izbrane stike iz skupine'; $labels'uponelevel' = 'Nivo višje'; $labels'previouspage' = 'Prejšnja stran'; @@ -394,11 +428,13 @@ $labels'searchdelete' = 'Izbriši iskanje'; $labels'import' = 'Uvozi'; $labels'importcontacts' = 'Uvozi stike'; +$labels'importfromfile' = 'Uvozi iz dokumenta'; $labels'importtarget' = 'Dodaj stike v'; $labels'importreplace' = 'Zamenjaj celoten imenik'; $labels'importgroups' = 'Vnesi skupinske zadolžitve'; $labels'importgroupsall' = 'Vse (ustvari skupine, če je potrebno)'; $labels'importgroupsexisting' = 'Samo za obstoječe skupine'; +$labels'importdesc' = 'Stike lahko naložite iz obstoječega imenika. <br/>Trenutno je podprt uvoz stikov v zapisu <a href="https://en.wikipedia.org/wiki/VCard">vCard</a> ali v CSV (z vejico ločene vrednosti) zapisu. '; $labels'done' = 'Dokončano'; $labels'settingsfor' = 'Nastavitve za'; $labels'about' = 'Vizitka'; @@ -410,6 +446,7 @@ $labels'newidentity' = 'Ustvari novo identiteto'; $labels'addidentity' = 'Dodaj identiteto'; $labels'editidentity' = 'Uredi identiteto'; +$labels'identityencryption' = 'Šifriranje'; $labels'preferhtml' = 'Prednostno HTML'; $labels'defaultcharset' = 'Privzeto kodiranje znakov'; $labels'htmlmessage' = 'HTML sporočilo'; @@ -451,6 +488,7 @@ $labels'deletealways' = 'Če premikanje sporočil v Smeti spodleti, naj bodo izbrisana.'; $labels'deletejunk' = 'Neposredno izbriši sporočila v mapi Nezaželena sporočila'; $labels'showremoteimages' = 'Prikaži slike iz oddaljenih strežnikov'; +$labels'allowremoteresources' = 'Dovoli zunanje vire (slike, stile)'; $labels'fromknownsenders' = 'od znanih pošiljateljev'; $labels'always' = 'vedno'; $labels'alwaysbutplain' = 'vedno, razen ko odgovarjam v golem besedilu'; @@ -543,6 +581,11 @@ $labels'dualuselabel' = 'Vsebuje lahko samo'; $labels'dualusemail' = 'sporočila'; $labels'dualusefolder' = 'mape'; +$labels'generate' = 'Generiraj'; +$labels'encryptioncreatekey' = 'Ustvari nov par ključev'; +$labels'openmailvelopesettings' = 'Odpri nastavitve za Mailvelope'; +$labels'encryptionprivkeysinmailvelope' = 'V Mailvelope imate shranjenih $nr zasebnih ključev'; +$labels'encryptionnoprivkeysinmailvelope' = 'Ta identiteta pošiljatelja v Mailvelope še nima shranjenega zasebnega ključa GPG. Želite ključ ustvariti in s tem omogočiti pošiljanje šifriranih sporočil?'; $labels'sortby' = 'Uredi po'; $labels'sortasc' = 'Uredi naraščajoče'; $labels'sortdesc' = 'Uredi padajoče'; @@ -554,6 +597,12 @@ $labels'license' = 'Licenca'; $labels'support' = 'Podpora'; $labels'savedsearches' = 'Shranjena iskanja'; +$labels'dateformatY' = 'LLLL'; +$labels'dateformaty' = 'LL'; +$labels'dateformatm' = 'MM'; +$labels'dateformatd' = 'DD'; +$labels'dateformatj' = 'D'; +$labels'dateformatn' = 'M'; $labels'B' = 'B'; $labels'KB' = 'KB'; $labels'MB' = 'MB'; @@ -604,11 +653,13 @@ $labels'arialabelforwardingoptions' = 'Možnosti posredovanja'; $labels'arialabelreplyalloptions' = 'Možnost Odgovori vsem'; $labels'arialabelmoremessageactions' = 'Več opravil za sporočila'; +$labels'arialabelmorecontactactions' = 'Več možnosti za stike'; $labels'arialabelmarkmessagesas' = 'Označi izbrana sporočila kot ...'; $labels'arialabelcomposeoptions' = 'Možnosti sestavljanja sporočil'; $labels'arialabelresponsesmenu' = 'Meni v naprej pripravljenih odgovorov'; $labels'arialabelattachmentuploadform' = 'Priponka naložena iz'; $labels'arialabelattachmentmenu' = 'Možnosti za priponke'; +$labels'arialabelmailtomenu' = 'Možnosti za elektronske naslove'; $labels'arialabelattachmentpreview' = 'Predogled priponke'; $labels'ariasummarycomposecontacts' = 'Seznam stikov in skupin za izbor prejemnikov'; $labels'arialabelcontactexportoptions' = 'Možnosti izvoza stika'; @@ -618,6 +669,8 @@ $labels'arialabelresonseeditfrom' = 'Urejanje odgovora'; $labels'arialabelsearchterms' = 'Iskalni pogoji'; $labels'arialabeldropactionmenu' = 'Meni operacij povleci in spusti'; +$labels'arialabelheadersmenu' = 'Meni za dodajanje naslovnika (glava sporočila)'; +$labels'arialabelimagetools' = 'Orodja za slike'; $labels'helplistnavigation' = 'Izpiši možnosti krmarjenja s tipkovnico'; $labels'helplistkeyboardnavigation' = "Puščica gor/dol: Premakni fokus/izbor vrstice Presledek: Izberi označeno vrstico. @@ -627,4 +680,3 @@ Enter: Odpri izbrano sporočilo Delete: Premakni izbrana sporočila v Smeti."; $labels'helplistkeyboardnavcontacts' = "Odpri izbran stik."; -?>
View file
roundcubemail-1.4-rc1.133.tar.gz/program/localization/sl_SI/messages.inc -> roundcubemail-1.4-rc1.167.tar.gz/program/localization/sl_SI/messages.inc
Changed
@@ -2,19 +2,18 @@ /* +-----------------------------------------------------------------------+ - | localization/<lang>/messages.inc | - | | | Localization file of the Roundcube Webmail client | - | Copyright (C) 2005-2015, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/messages/ */ + $messages'errortitle' = 'Prišlo je do napake!'; $messages'loginfailed' = 'Prijava ni uspela'; $messages'cookiesdisabled' = 'Vaš spletni brskalnik ne sprejema piškotkov.'; @@ -61,11 +60,8 @@ $messages'encryptnoattachments' = 'Priponke, ki ste jih že naložili, ne morejo biti šifrirane. Dodajte jih znova v urejevalnik.'; $messages'searchpubkeyservers' = 'Ali želite manjkajoče javne ključe poiskati na javno dostopnih strežnikih?'; $messages'encryptpubkeysfound' = 'Najdeni so bili naslednji javni ključi:'; -$messages'keyservererror' = 'Na strežniku ključa ni bilo mogoče najti'; -$messages'keyimportsuccess' = 'Uspešno ste shranili svoj javni ključ $key'; $messages'nocontactsfound' = 'Ni stikov.'; $messages'contactnotfound' = 'Iskanega stika ni bilo mogoče najti.'; -$messages'contactsearchonly' = 'Vpišite iskalni parameter za iskanje stika'; $messages'sendingfailed' = 'Sporočila ni bilo mogoče poslati.'; $messages'senttooquickly' = 'Počakajte $sec sekund in nato znova poskusite s pošiljanjem sporočila.'; $messages'errorsavingsent' = 'Pri shranjevanju poslanega sporočila je prišlo do napake.';
View file
roundcubemail-1.4-rc1.133.tar.gz/program/localization/sl_SI/timezones.inc -> roundcubemail-1.4-rc1.167.tar.gz/program/localization/sl_SI/timezones.inc
Changed
@@ -2,10 +2,9 @@ /* +-----------------------------------------------------------------------+ - | localization/<lang>/timezones.inc | - | | | Localization file of the Roundcube Webmail client | - | Copyright (C) 2005-2017, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. |
View file
roundcubemail-1.4-rc1.133.tar.gz/program/localization/sq_AL/labels.inc -> roundcubemail-1.4-rc1.167.tar.gz/program/localization/sq_AL/labels.inc
Changed
@@ -2,19 +2,19 @@ /* +-----------------------------------------------------------------------+ - | localization/<lang>/labels.inc | - | | | Localization file of the Roundcube Webmail client | - | Copyright (C) 2005-2015, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/labels/ */ + + $labels'welcome' = 'Mirë se erdhët te $product'; $labels'username' = 'Emër përdoruesi'; $labels'password' = 'Fjalëkalimi'; @@ -396,6 +396,9 @@ $labels'addphoto' = 'Shtoni'; $labels'replacephoto' = 'Zëvendësoje'; $labels'uploadphoto' = 'Ngarkoni foto'; +$labels'choosefile' = 'Zgjidhni kartelë…'; +$labels'choosefiles' = 'Zgjidhni kartela…'; +$labels'browse' = 'Shfletoni'; $labels'newcontact' = 'Krijoni kontakt të ri'; $labels'deletecontact' = 'Fshiji kontaktet e përzgjedhur'; $labels'composeto' = 'Hartoni email për'; @@ -677,4 +680,3 @@ Enter: Hapni mesazhin e përzgjedhur/atë që ka fokusin. Delete: Shpjereni mesazhin e përzgjedhur te Hedhurinat."; $labels'helplistkeyboardnavcontacts' = "Enter: Hapni kontaktin e përzgjedhur/atë që ka fokusin."; -?>
View file
roundcubemail-1.4-rc1.133.tar.gz/program/localization/sq_AL/messages.inc -> roundcubemail-1.4-rc1.167.tar.gz/program/localization/sq_AL/messages.inc
Changed
@@ -2,28 +2,28 @@ /* +-----------------------------------------------------------------------+ - | localization/<lang>/messages.inc | - | | | Localization file of the Roundcube Webmail client | - | Copyright (C) 2005-2015, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/messages/ */ + $messages'errortitle' = 'Ndodhi një gabim!'; $messages'loginfailed' = 'Hyrja dështoi.'; $messages'cookiesdisabled' = 'Shfletuesi juaj s’i pranon cookie-t.'; $messages'sessionerror' = 'Sesioni juaj është i pavlefshëm ose ka skaduar.'; +$messages'cookiesmismatch' = 'U pikas ngatërrim cookie-sh. Ju lutemi, pastroni cookie-t prej shfletuesit tuaj.'; $messages'storageerror' = 'Lidhja me shërbyesin e depozitimit dështoi.'; $messages'servererror' = 'Gabim Shërbyesi!'; $messages'servererrormsg' = 'Gabim Shërbyesi: $msg'; -$messages'accountlocked' = 'Numër i madh përpjekjesh për hyrje. Riprovoni më vonë.'; -$messages'connerror' = 'Gabim Lidhjeje (Dështoi kapja e shërbyesit)!'; +$messages'accountlocked' = 'Numër i madh përpjekjesh të dështuara për hyrje. Riprovoni më vonë.'; +$messages'connerror' = 'Gabim Lidhjeje (S’u arrit të kapej shërbyesi)!'; $messages'dberror' = 'Gabim Baze të Dhënash!'; $messages'windowopenerror' = 'Dritarja flluskë u bllokua!'; $messages'requesttimedout' = 'Kërkesës i mbaroi koha'; @@ -64,11 +64,11 @@ $messages'encryptnoattachments' = 'Bashkëngjitjet tashmë të ngarkuara s’mund të fshehtëzohen. Ju lutemi, rishtojini te përpunuesi i fshehtëzimeve.'; $messages'searchpubkeyservers' = 'Doni të kërkohet në shërbyes publikë kyçesh për kyçin që mungon?'; $messages'encryptpubkeysfound' = 'U gjetën kyçet publikë vijues:'; -$messages'keyservererror' = 'Dështoi marrja e kyçit nga shërbyesi i kyçeve.'; -$messages'keyimportsuccess' = 'Kyçi publik $key u importua me sukses te vargu juaj i kyçeve'; +$messages'keyservererror' = 'S\'u arrit të merret kyç që nga shërbyesi i kyçeve.'; +$messages'keyimportsuccess' = 'Kyçi publik $key u importua me sukses te vargu juaj i kyçeve.'; $messages'nocontactsfound' = 'S’u gjetën kontakte.'; $messages'contactnotfound' = 'S’u gjet kontakti i kërkuar.'; -$messages'contactsearchonly' = 'Jepni ndonjë term kërkimi që të gjeni kontakte'; +$messages'contactsearchonly' = 'Duhet të përdorni një formular kërkimi që të shihni kontakte prej librit të përzgjedhur të adresave.'; $messages'sendingfailed' = 'Dërgimi i mesazhit dështoi.'; $messages'senttooquickly' = 'Ju lutemi, pritni $sec sekondë(a) përpara se të dërgohet ky mesazh.'; $messages'errorsavingsent' = 'Ndodhi një gabim teksa ruhej mesazhi i dërguar.'; @@ -127,6 +127,7 @@ $messages'filesizeerror' = 'Kartela e ngarkuar e tejkalon madhësinë maksimum prej $size.'; $messages'filecounterror' = 'Mund të ngarkoni e shumta $count kartela njëherësh.'; $messages'msgsizeerror' = 'Dështoi bashkëngjitja e një kartele. Tejkalohej madhësi maksimum e një mesazhi ($size).'; +$messages'msgsizeerrorfwd' = 'U tejkalua madhësia maksimum për mesazhet ($size). S’u bashkëngjit(ën) $num mesazh(e).'; $messages'copysuccess' = 'U kopjuan me sukses $nr kontakte.'; $messages'movesuccess' = 'U lëvizën me sukses $nr kontakte.'; $messages'copyerror' = 'S’u kopjua dot ndonjë kontakt.';
View file
roundcubemail-1.4-rc1.133.tar.gz/program/localization/sq_AL/timezones.inc -> roundcubemail-1.4-rc1.167.tar.gz/program/localization/sq_AL/timezones.inc
Changed
@@ -2,10 +2,9 @@ /* +-----------------------------------------------------------------------+ - | localization/<lang>/timezones.inc | - | | | Localization file of the Roundcube Webmail client | - | Copyright (C) 2005-2017, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. |
View file
roundcubemail-1.4-rc1.133.tar.gz/program/localization/sr_CS/labels.inc -> roundcubemail-1.4-rc1.167.tar.gz/program/localization/sr_CS/labels.inc
Changed
@@ -2,19 +2,19 @@ /* +-----------------------------------------------------------------------+ - | localization/<lang>/labels.inc | - | | | Localization file of the Roundcube Webmail client | - | Copyright (C) 2005-2015, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/labels/ */ + + $labels'welcome' = 'Добродошли на $product'; $labels'username' = 'Корисничко име'; $labels'password' = 'Лозинка'; @@ -555,4 +555,3 @@ $labels'helplistkeyboardnavmessages' = "Стрелице лево/десно: скупљају/шире нит порука (само у нитном режиму). Ентер: отвара означену поруку. Delete: премешта изабране поруке у смеће."; -?>
View file
roundcubemail-1.4-rc1.133.tar.gz/program/localization/sr_CS/messages.inc -> roundcubemail-1.4-rc1.167.tar.gz/program/localization/sr_CS/messages.inc
Changed
@@ -2,19 +2,18 @@ /* +-----------------------------------------------------------------------+ - | localization/<lang>/messages.inc | - | | | Localization file of the Roundcube Webmail client | - | Copyright (C) 2005-2015, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/messages/ */ + $messages'errortitle' = 'Дошло је до грешке!'; $messages'loginfailed' = 'Неуспешно пријављивање'; $messages'cookiesdisabled' = 'Ваш прегледач не прихвата колачиће.'; @@ -61,11 +60,8 @@ $messages'encryptnoattachments' = 'Већ одаслат прилог не може се шифровати. Додајте га поново у уређивач шифровања.'; $messages'searchpubkeyservers' = 'Желите ли да недостајуће кључеве потражите на серверима јавних кључева?'; $messages'encryptpubkeysfound' = 'Нађени су следећи јавни кључеви:'; -$messages'keyservererror' = 'Неуспело добављање кључева са сервера'; -$messages'keyimportsuccess' = 'Јавни кључ $key успешно је додат међу ваше кључеве'; $messages'nocontactsfound' = 'Нема контаката.'; $messages'contactnotfound' = 'Тражени контакт није нађен.'; -$messages'contactsearchonly' = 'Унесите термин за претрагу контаката'; $messages'sendingfailed' = 'Грешка при слању поруке.'; $messages'senttooquickly' = 'Сачекајте $sec сек. пре слања ове поруке.'; $messages'errorsavingsent' = 'Десила се грешка при упису послате поруке.';
View file
roundcubemail-1.4-rc1.133.tar.gz/program/localization/sv_SE/labels.inc -> roundcubemail-1.4-rc1.167.tar.gz/program/localization/sv_SE/labels.inc
Changed
@@ -2,19 +2,19 @@ /* +-----------------------------------------------------------------------+ - | localization/<lang>/labels.inc | - | | | Localization file of the Roundcube Webmail client | - | Copyright (C) 2005-2015, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/labels/ */ + + $labels'welcome' = 'Välkommen till $product'; $labels'username' = 'Användarnamn'; $labels'password' = 'Lösenord'; @@ -396,6 +396,9 @@ $labels'addphoto' = 'Lägg till'; $labels'replacephoto' = 'Ersätt'; $labels'uploadphoto' = 'Ladda upp foto'; +$labels'choosefile' = 'Välj fil...'; +$labels'choosefiles' = 'Välj filer...'; +$labels'browse' = 'Bläddra'; $labels'newcontact' = 'Ny kontakt'; $labels'deletecontact' = 'Ta bort vald kontakt'; $labels'composeto' = 'Nytt meddelande till'; @@ -677,4 +680,3 @@ Retur: Öppna markerat/fokuserat meddelande. Backsteg: Flytta markerat meddelande till Papperskorg."; $labels'helplistkeyboardnavcontacts' = "Retur: Öppna markerad/fokuserad kontakt."; -?>
View file
roundcubemail-1.4-rc1.133.tar.gz/program/localization/sv_SE/messages.inc -> roundcubemail-1.4-rc1.167.tar.gz/program/localization/sv_SE/messages.inc
Changed
@@ -2,23 +2,23 @@ /* +-----------------------------------------------------------------------+ - | localization/<lang>/messages.inc | - | | | Localization file of the Roundcube Webmail client | - | Copyright (C) 2005-2015, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/messages/ */ + $messages'errortitle' = 'Ett fel uppstod!'; $messages'loginfailed' = 'Inloggningen misslyckades'; $messages'cookiesdisabled' = 'Webbläsaren accepterar inte cookies.'; $messages'sessionerror' = 'Din inloggning är felaktig eller har gått ut'; +$messages'cookiesmismatch' = 'Något är fel med webbläsarens cookie. Rensa bort den för att kunna fortsätta.'; $messages'storageerror' = 'Anslutning till lagringsservern misslyckades.'; $messages'servererror' = 'Serverfel!'; $messages'servererrormsg' = 'Serverfel: $msg'; @@ -64,11 +64,8 @@ $messages'encryptnoattachments' = 'Redan uppladdade bilagor kan inte krypteras. Lägg till bilagorna i krypteringsredigeraren istället.'; $messages'searchpubkeyservers' = 'Ska saknade nycklar sökas i offentliga nyckelservrar?'; $messages'encryptpubkeysfound' = 'Följande offentliga nycklar hittades:'; -$messages'keyservererror' = 'Nyckeln kunde inte hämtas från nyckelservern'; -$messages'keyimportsuccess' = 'Offentlig nyckel $key är tillagd i din nyckelring'; $messages'nocontactsfound' = 'Inga kontakter hittades.'; $messages'contactnotfound' = 'Efterfrågad kontakt hittades inte.'; -$messages'contactsearchonly' = 'Ange sökord för att hitta kontakter'; $messages'sendingfailed' = 'Meddelandet kunde inte skickas.'; $messages'senttooquickly' = 'Vänta ytterligare $sec sekunder med att skicka meddelandet.'; $messages'errorsavingsent' = 'Det skickade meddelandet kunde inte sparas.'; @@ -127,6 +124,7 @@ $messages'filesizeerror' = 'Den uppladdade filens storlek överstiger högsta tillåtna $size.'; $messages'filecounterror' = 'Högst $count filer kan laddas upp samtidigt.'; $messages'msgsizeerror' = 'Filen kunde inte bifogas. Största tillåtna storlek ($size) överskreds.'; +$messages'msgsizeerrorfwd' = 'Tillåten storlek på meddelandet ($size) är överskriden. $num meddelanden har inte bifogats.'; $messages'copysuccess' = '$nr kontakter har kopierats.'; $messages'movesuccess' = '$nr kontakter har flyttats.'; $messages'copyerror' = 'Några kontakter kunde inte kopieras.';
View file
roundcubemail-1.4-rc1.133.tar.gz/program/localization/sv_SE/timezones.inc -> roundcubemail-1.4-rc1.167.tar.gz/program/localization/sv_SE/timezones.inc
Changed
@@ -2,10 +2,9 @@ /* +-----------------------------------------------------------------------+ - | localization/<lang>/timezones.inc | - | | | Localization file of the Roundcube Webmail client | - | Copyright (C) 2005-2017, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. |
View file
roundcubemail-1.4-rc1.133.tar.gz/program/localization/ta_IN/labels.inc -> roundcubemail-1.4-rc1.167.tar.gz/program/localization/ta_IN/labels.inc
Changed
@@ -2,19 +2,19 @@ /* +-----------------------------------------------------------------------+ - | localization/<lang>/labels.inc | - | | | Localization file of the Roundcube Webmail client | - | Copyright (C) 2005-2015, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/labels/ */ + + $labels'welcome' = 'நல்வரவு'; $labels'username' = 'பயனர்'; $labels'password' = 'கடவுச்சொல்'; @@ -262,4 +262,3 @@ $labels'KB' = 'KB'; $labels'MB' = 'MB'; $labels'GB' = 'GB'; -?>
View file
roundcubemail-1.4-rc1.133.tar.gz/program/localization/ta_IN/messages.inc -> roundcubemail-1.4-rc1.167.tar.gz/program/localization/ta_IN/messages.inc
Changed
@@ -2,19 +2,18 @@ /* +-----------------------------------------------------------------------+ - | localization/<lang>/messages.inc | - | | | Localization file of the Roundcube Webmail client | - | Copyright (C) 2005-2015, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/messages/ */ + $messages'errortitle' = 'பிழை ஏற்பட்டது!'; $messages'loginfailed' = 'நுழைவு தோல்வியடைந்தது'; $messages'cookiesdisabled' = 'உங்கள் உலாவி நினைவிகளை அனுமதிப்பதில்லை';
View file
roundcubemail-1.4-rc1.133.tar.gz/program/localization/th_TH/labels.inc -> roundcubemail-1.4-rc1.167.tar.gz/program/localization/th_TH/labels.inc
Changed
@@ -2,19 +2,19 @@ /* +-----------------------------------------------------------------------+ - | localization/<lang>/labels.inc | - | | | Localization file of the Roundcube Webmail client | - | Copyright (C) 2005-2015, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/labels/ */ + + $labels'welcome' = 'ยินดีต้อนรับสู่ $product'; $labels'username' = 'บัญชีผู้ใช้'; $labels'password' = 'รหัสผ่าน'; @@ -477,4 +477,3 @@ $labels'MB' = 'MB'; $labels'GB' = 'GB'; $labels'unicode' = 'Unicode'; -?>
View file
roundcubemail-1.4-rc1.133.tar.gz/program/localization/th_TH/messages.inc -> roundcubemail-1.4-rc1.167.tar.gz/program/localization/th_TH/messages.inc
Changed
@@ -2,19 +2,18 @@ /* +-----------------------------------------------------------------------+ - | localization/<lang>/messages.inc | - | | | Localization file of the Roundcube Webmail client | - | Copyright (C) 2005-2015, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/messages/ */ + $messages'errortitle' = 'เกิดข้อผิดพลาดบางประการ!'; $messages'loginfailed' = 'ไม่สามารถเข้าสู่ระบบได้'; $messages'cookiesdisabled' = 'Browser ของคุณไม่ได้เปิดการใช้งาน Cookie ไว้';
View file
roundcubemail-1.4-rc1.133.tar.gz/program/localization/ti/labels.inc -> roundcubemail-1.4-rc1.167.tar.gz/program/localization/ti/labels.inc
Changed
@@ -2,19 +2,19 @@ /* +-----------------------------------------------------------------------+ - | localization/<lang>/labels.inc | - | | | Localization file of the Roundcube Webmail client | - | Copyright (C) 2005-2015, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/labels/ */ + + $labels'welcome' = 'ሰናይ ምምጻእ ናብ $product'; $labels'username' = 'ሽምዓሙና'; $labels'password' = 'መሐለፊ ቃል'; @@ -68,4 +68,3 @@ $labels'folders' = 'ማህዸራት'; $labels'create' = 'ይፈጠር'; $labels'license' = 'ፍቓድ'; -?>
View file
roundcubemail-1.4-rc1.133.tar.gz/program/localization/ti/messages.inc -> roundcubemail-1.4-rc1.167.tar.gz/program/localization/ti/messages.inc
Changed
@@ -2,19 +2,18 @@ /* +-----------------------------------------------------------------------+ - | localization/<lang>/messages.inc | - | | | Localization file of the Roundcube Webmail client | - | Copyright (C) 2005-2015, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/messages/ */ + $messages'errortitle' = 'ተጓንፎ ጋዶ'; $messages'loginfailed' = 'ከይዲ ምእታዎ ፈሺሉ'; $messages'cookiesdisabled' = 'ጎስጓሲ ኢንተርኔት ዛላማላ አይቕበልን';
View file
roundcubemail-1.4-rc1.133.tar.gz/program/localization/tr_TR/labels.inc -> roundcubemail-1.4-rc1.167.tar.gz/program/localization/tr_TR/labels.inc
Changed
@@ -2,19 +2,19 @@ /* +-----------------------------------------------------------------------+ - | localization/<lang>/labels.inc | - | | | Localization file of the Roundcube Webmail client | - | Copyright (C) 2005-2015, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/labels/ */ + + $labels'welcome' = '$product E-Posta Sistemine Hoş Geldiniz'; $labels'username' = 'Kullanıcı Adı'; $labels'password' = 'Parola'; @@ -396,6 +396,9 @@ $labels'addphoto' = 'Ekle'; $labels'replacephoto' = 'Değiştir'; $labels'uploadphoto' = 'Fotoğraf Yükle'; +$labels'choosefile' = 'Dosyayı seçin...'; +$labels'choosefiles' = 'Dosyaları seçin...'; +$labels'browse' = 'Göz at'; $labels'newcontact' = 'Yeni Kişi Ekle'; $labels'deletecontact' = 'Seçilmiş Kişileri Sil'; $labels'composeto' = 'Şu Kişiye İleti Gönder'; @@ -677,4 +680,3 @@ Enter: Seçilmiş ya da odaklanılmış iletiyi açar. Delete: Seçilmiş iletiyi çöpe atar."; $labels'helplistkeyboardnavcontacts' = "Enter: Seçilmiş ya da odaklanılmış kişiyi açar."; -?>
View file
roundcubemail-1.4-rc1.133.tar.gz/program/localization/tr_TR/messages.inc -> roundcubemail-1.4-rc1.167.tar.gz/program/localization/tr_TR/messages.inc
Changed
@@ -2,23 +2,23 @@ /* +-----------------------------------------------------------------------+ - | localization/<lang>/messages.inc | - | | | Localization file of the Roundcube Webmail client | - | Copyright (C) 2005-2015, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/messages/ */ + $messages'errortitle' = 'Bir sorun çıktı!'; $messages'loginfailed' = 'Oturum açılamadı.'; $messages'cookiesdisabled' = 'Tarayıcınız çerezleri kabul etmiyor.'; $messages'sessionerror' = 'Oturumunuzun süresi geçmiş ya da geçersiz.'; +$messages'cookiesmismatch' = 'Çerez uyuşmazlığı sorunu. Lütfen web tarayıcınızın çerezlerini silin.'; $messages'storageerror' = 'IMAP sunucusuna bağlanılamadı'; $messages'servererror' = 'Sunucu Sorunu!'; $messages'servererrormsg' = 'Sunucu Sorunu: $msg'; @@ -64,11 +64,11 @@ $messages'encryptnoattachments' = 'Yüklediğiniz dosya ekleri şifrelenmemiş. Lütfen dosya eklerini yeniden şifreleme düzenleyicisine ekleyin.'; $messages'searchpubkeyservers' = 'Kayıp anahtarları anahtar sunucularında aramak ister misiniz?'; $messages'encryptpubkeysfound' = 'Aşağıdaki genel anahtarlar bulundu:'; -$messages'keyservererror' = 'Anahtar sunucudan alınamadı'; -$messages'keyimportsuccess' = ' $key genel anahtarı anahtarlığınıza alındı'; +$messages'keyservererror' = 'Anahtar, anahtar sunucusundan alınamadı.'; +$messages'keyimportsuccess' = '$key genel anahtarı, anahtarlığınızın içine aktarıldı.'; $messages'nocontactsfound' = 'Uygun bir kişi bulunamadı'; $messages'contactnotfound' = 'Aranan kişi bulunamadı'; -$messages'contactsearchonly' = 'Aranacak kişi ifadelerini yazın'; +$messages'contactsearchonly' = 'Seçilmiş adres defterindeki kişileri görüntülemek için bir arama formunu kullanmalısınız.'; $messages'sendingfailed' = 'İleti gönderilemedi.'; $messages'senttooquickly' = 'Lütfen bu iletiyi göndermeden önce $sec saniye bekleyin.'; $messages'errorsavingsent' = 'Gönderilen ileti kayıt edilirken bir sorun çıktı.'; @@ -127,6 +127,7 @@ $messages'filesizeerror' = 'Dosya izin verilen en büyük değer olan $size boyutundan büyük.'; $messages'filecounterror' = 'Bir kerede en fazla $count dosya yüklenebilir.'; $messages'msgsizeerror' = 'Dosya eklenemedi. İzin verilen en büyük değer olan $size boyutundan büyük.'; +$messages'msgsizeerrorfwd' = 'Bir ileti için belirlenmiş en büyük boyut değeri ($size) aşıldığından $num ileti eklenmedi.'; $messages'copysuccess' = '$nr kişi kopyalandı.'; $messages'movesuccess' = '$nr kişi taşındı.'; $messages'copyerror' = 'Herhangi bir kişi kopyalanamadı.';
View file
roundcubemail-1.4-rc1.133.tar.gz/program/localization/tr_TR/timezones.inc -> roundcubemail-1.4-rc1.167.tar.gz/program/localization/tr_TR/timezones.inc
Changed
@@ -2,10 +2,9 @@ /* +-----------------------------------------------------------------------+ - | localization/<lang>/timezones.inc | - | | | Localization file of the Roundcube Webmail client | - | Copyright (C) 2005-2017, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. |
View file
roundcubemail-1.4-rc1.133.tar.gz/program/localization/tzl/labels.inc -> roundcubemail-1.4-rc1.167.tar.gz/program/localization/tzl/labels.inc
Changed
@@ -2,19 +2,19 @@ /* +-----------------------------------------------------------------------+ - | localization/<lang>/labels.inc | - | | | Localization file of the Roundcube Webmail client | - | Copyright (C) 2005-2015, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/labels/ */ + + $labels'welcome' = 'Benvenescu à $product'; $labels'username' = 'Coda da sámband'; $labels'password' = 'Teßera'; @@ -116,4 +116,3 @@ $labels'GB' = 'Go'; $labels'unicode' = 'Unicode'; $labels'english' = 'Angleasca'; -?>
View file
roundcubemail-1.4-rc1.133.tar.gz/program/localization/tzl/messages.inc -> roundcubemail-1.4-rc1.167.tar.gz/program/localization/tzl/messages.inc
Changed
@@ -2,17 +2,16 @@ /* +-----------------------------------------------------------------------+ - | localization/<lang>/messages.inc | - | | | Localization file of the Roundcube Webmail client | - | Copyright (C) 2005-2015, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/messages/ */ + $messages'grouprenamed' = 'Rinominarh';
View file
roundcubemail-1.4-rc1.133.tar.gz/program/localization/uk_UA/labels.inc -> roundcubemail-1.4-rc1.167.tar.gz/program/localization/uk_UA/labels.inc
Changed
@@ -2,19 +2,19 @@ /* +-----------------------------------------------------------------------+ - | localization/<lang>/labels.inc | - | | | Localization file of the Roundcube Webmail client | - | Copyright (C) 2005-2015, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/labels/ */ + + $labels'welcome' = 'Ласкаво просимо до $product'; $labels'username' = 'Ім\'я користувача'; $labels'password' = 'Пароль'; @@ -608,4 +608,3 @@ Enter: Відкрити обране/підсвічене повідомлення. Delete: Перемістити обрані повідомлення у Кошик."; $labels'helplistkeyboardnavcontacts' = "Enter: Відкрити обраний/підсвічений контакт."; -?>
View file
roundcubemail-1.4-rc1.133.tar.gz/program/localization/uk_UA/messages.inc -> roundcubemail-1.4-rc1.167.tar.gz/program/localization/uk_UA/messages.inc
Changed
@@ -2,19 +2,18 @@ /* +-----------------------------------------------------------------------+ - | localization/<lang>/messages.inc | - | | | Localization file of the Roundcube Webmail client | - | Copyright (C) 2005-2015, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/messages/ */ + $messages'errortitle' = 'Виникла помилка!'; $messages'loginfailed' = 'Невдала спроба входу'; $messages'cookiesdisabled' = 'Ваш переглядач не приймає cookie'; @@ -61,11 +60,8 @@ $messages'encryptnoattachments' = 'Уже завантажені прикріплення не можна зашифрувати. Будь ласка, додайте їх заново у редакторі шифрування.'; $messages'searchpubkeyservers' = 'Хочете пошукати ключі, яких бракує, на серверах публічних ключів?'; $messages'encryptpubkeysfound' = 'Було знайдено такі публічні ключі: '; -$messages'keyservererror' = 'Не вдалося отримати ключ із сервера ключів'; -$messages'keyimportsuccess' = 'Публічний ключ $key успішно імпортовано у Ваше кільце ключів'; $messages'nocontactsfound' = 'Контакти не знайдені'; $messages'contactnotfound' = 'Запитаний контакт не знайдений'; -$messages'contactsearchonly' = 'Введіть деякі критерії пошуку, щоб знайти контакти'; $messages'sendingfailed' = 'Не вдалося відправити листа'; $messages'senttooquickly' = 'Будь ласка, зачекайте $sec секунд для відправки листа'; $messages'errorsavingsent' = 'Помилка при збереженні відправленого повідомлення.';
View file
roundcubemail-1.4-rc1.133.tar.gz/program/localization/ur_PK/labels.inc -> roundcubemail-1.4-rc1.167.tar.gz/program/localization/ur_PK/labels.inc
Changed
@@ -2,19 +2,19 @@ /* +-----------------------------------------------------------------------+ - | localization/<lang>/labels.inc | - | | | Localization file of the Roundcube Webmail client | - | Copyright (C) 2005-2015, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/labels/ */ + + $labels'welcome' = ' $product میں خوش آمدید'; $labels'username' = 'صارف'; $labels'password' = 'پاسورڈ'; @@ -107,4 +107,3 @@ $labels'nonesort' = 'کوئی نہیں'; $labels'layoutlist' = 'لِسٹ'; $labels'folders' = 'فولڈرز'; -?>
View file
roundcubemail-1.4-rc1.133.tar.gz/program/localization/uz/labels.inc -> roundcubemail-1.4-rc1.167.tar.gz/program/localization/uz/labels.inc
Changed
@@ -2,19 +2,19 @@ /* +-----------------------------------------------------------------------+ - | localization/<lang>/labels.inc | - | | | Localization file of the Roundcube Webmail client | - | Copyright (C) 2005-2015, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/labels/ */ + + $labels'welcome' = '$product ga xush kelibsiz!'; $labels'username' = 'Foydalanuvchi nomi'; $labels'password' = 'Parol'; @@ -624,4 +624,3 @@ Enter: Tanlangan xatlarni ochish. Delete: Tanlangan xatni Savatga solish."; $labels'helplistkeyboardnavcontacts' = "Enter: Tanlangan kontaktni ochish."; -?>
View file
roundcubemail-1.4-rc1.133.tar.gz/program/localization/uz/messages.inc -> roundcubemail-1.4-rc1.167.tar.gz/program/localization/uz/messages.inc
Changed
@@ -2,19 +2,18 @@ /* +-----------------------------------------------------------------------+ - | localization/<lang>/messages.inc | - | | | Localization file of the Roundcube Webmail client | - | Copyright (C) 2005-2015, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/messages/ */ + $messages'errortitle' = 'Xatolik yuzaga keldi!'; $messages'loginfailed' = 'Kirish amalga oshirilmadi.'; $messages'cookiesdisabled' = 'Brauzeringiz kukilarni qabul qilmayapti.'; @@ -61,11 +60,8 @@ $messages'encryptnoattachments' = 'Yuklab bo‘lingan ilovalarni shifrlab bo‘lmaydi. Iltimos ularni shifrash tahrirlovchisiga qayta yuklang'; $messages'searchpubkeyservers' = 'Mavjud bo‘lmagan kalitlar uchun ochiq kalitlar serverini qidirishni istaysizmi?'; $messages'encryptpubkeysfound' = 'Quyidagi ochiq kalitlar topildi:'; -$messages'keyservererror' = 'Kalitlar serveridan kalitni olish amalga oshirilmadi'; -$messages'keyimportsuccess' = '$key ochiq kalit kalitlar xotirasiga import qilindi'; $messages'nocontactsfound' = 'Kontaktlar topilmadi.'; $messages'contactnotfound' = 'Kerakli kontakt topilmadi.'; -$messages'contactsearchonly' = 'Kontaktlarni topish uchun izlash matnini kiriting'; $messages'sendingfailed' = 'Xatni jo`natish amalga oshirilmadi.'; $messages'senttooquickly' = 'Siz xat jo‘natishdan avval $sec sekund kutishingiz kerak.'; $messages'errorsavingsent' = 'Jo‘natilayotgan xatni saqlashda xatolik yuz berdi.';
View file
roundcubemail-1.4-rc1.133.tar.gz/program/localization/uz/timezones.inc -> roundcubemail-1.4-rc1.167.tar.gz/program/localization/uz/timezones.inc
Changed
@@ -2,10 +2,9 @@ /* +-----------------------------------------------------------------------+ - | localization/<lang>/timezones.inc | - | | | Localization file of the Roundcube Webmail client | - | Copyright (C) 2005-2017, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. |
View file
roundcubemail-1.4-rc1.133.tar.gz/program/localization/vi_VN/labels.inc -> roundcubemail-1.4-rc1.167.tar.gz/program/localization/vi_VN/labels.inc
Changed
@@ -2,19 +2,19 @@ /* +-----------------------------------------------------------------------+ - | localization/<lang>/labels.inc | - | | | Localization file of the Roundcube Webmail client | - | Copyright (C) 2005-2015, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/labels/ */ + + $labels'welcome' = 'Chào mừng bạn đã sử dụng $product'; $labels'username' = 'Tên đăng nhập'; $labels'password' = 'Mật khẩu'; @@ -529,4 +529,3 @@ $labels'arialabelreplyalloptions' = 'Các lựa chọn trả lời tất cả'; $labels'arialabelmarkmessagesas' = 'Đánh dấu thư đã chọn như...'; $labels'arialabelattachmentpreview' = 'Xem trước tệp tin đính kèm'; -?>
View file
roundcubemail-1.4-rc1.133.tar.gz/program/localization/vi_VN/messages.inc -> roundcubemail-1.4-rc1.167.tar.gz/program/localization/vi_VN/messages.inc
Changed
@@ -2,19 +2,18 @@ /* +-----------------------------------------------------------------------+ - | localization/<lang>/messages.inc | - | | | Localization file of the Roundcube Webmail client | - | Copyright (C) 2005-2015, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/messages/ */ + $messages'errortitle' = 'Có lỗi xảy ra.'; $messages'loginfailed' = 'Không đăng nhập được'; $messages'cookiesdisabled' = 'Trình duyệt không hỗ trợ cookies'; @@ -54,7 +53,6 @@ $messages'encryptedmessage' = 'Thư này được mã hóa, không thể xem. Rất tiếc!'; $messages'nocontactsfound' = 'Không tìm thấy liên hệ.'; $messages'contactnotfound' = 'Không tìm thấy liên lạc được yêu cầu'; -$messages'contactsearchonly' = 'Gõ một vài từ tìm kiếm để tìm liên hệ'; $messages'sendingfailed' = 'Không gửi được thư'; $messages'senttooquickly' = 'Xin đợi vài giây trước khi gửi thư này'; $messages'errorsavingsent' = 'Có lỗi xảy ra khi lưu lại thư đã gửi.';
View file
roundcubemail-1.4-rc1.133.tar.gz/program/localization/zh_CN/labels.inc -> roundcubemail-1.4-rc1.167.tar.gz/program/localization/zh_CN/labels.inc
Changed
@@ -2,19 +2,19 @@ /* +-----------------------------------------------------------------------+ - | localization/<lang>/labels.inc | - | | | Localization file of the Roundcube Webmail client | - | Copyright (C) 2005-2015, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/labels/ */ + + $labels'welcome' = '欢迎使用 $product'; $labels'username' = '用户名'; $labels'password' = '密码'; @@ -670,4 +670,3 @@ 回车键:打开选中/焦点所在消息。 删除键:移动选中消息到垃圾箱。"; $labels'helplistkeyboardnavcontacts' = "回车:打开选中的联系人"; -?>
View file
roundcubemail-1.4-rc1.133.tar.gz/program/localization/zh_CN/messages.inc -> roundcubemail-1.4-rc1.167.tar.gz/program/localization/zh_CN/messages.inc
Changed
@@ -2,19 +2,18 @@ /* +-----------------------------------------------------------------------+ - | localization/<lang>/messages.inc | - | | | Localization file of the Roundcube Webmail client | - | Copyright (C) 2005-2015, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/messages/ */ + $messages'errortitle' = '发生错误!'; $messages'loginfailed' = '登录失败。'; $messages'cookiesdisabled' = '您的浏览器不支持 Cookies。'; @@ -63,11 +62,8 @@ $messages'encryptnoattachments' = '已经上传的附件不能加密。请在加密编辑器中重新添加它们。'; $messages'searchpubkeyservers' = '您想在公钥服务器搜索缺失的密钥吗?'; $messages'encryptpubkeysfound' = '下列公钥已被找到:'; -$messages'keyservererror' = '从密钥服务器获取密钥失败'; -$messages'keyimportsuccess' = '公钥 $key 成功导入您的钥匙环'; $messages'nocontactsfound' = '未找到联系人。'; $messages'contactnotfound' = '未找到指定的联系人。'; -$messages'contactsearchonly' = '请输入联系人的搜索条件'; $messages'sendingfailed' = '发送失败。'; $messages'senttooquickly' = '您需要等待$sec秒才能发送邮件。'; $messages'errorsavingsent' = '保存已发送邮件时发生错误。';
View file
roundcubemail-1.4-rc1.133.tar.gz/program/localization/zh_TW/labels.inc -> roundcubemail-1.4-rc1.167.tar.gz/program/localization/zh_TW/labels.inc
Changed
@@ -2,19 +2,19 @@ /* +-----------------------------------------------------------------------+ - | localization/<lang>/labels.inc | - | | | Localization file of the Roundcube Webmail client | - | Copyright (C) 2005-2015, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/labels/ */ + + $labels'welcome' = '歡迎使用 $product'; $labels'username' = '使用者名稱'; $labels'password' = '使用者密碼'; @@ -147,6 +147,7 @@ $labels'previous' = '前一個'; $labels'next' = '後一個'; $labels'select' = '選取'; +$labels'selection' = '選取範圍'; $labels'all' = '全部郵件'; $labels'none' = '無'; $labels'currpage' = '目前頁面'; @@ -195,6 +196,8 @@ $labels'compact' = '壓緊'; $labels'empty' = '清空'; $labels'importmessages' = '匯入郵件'; +$labels'mailimportdesc' = '可以用 <a href="https://en.wikipedia.org/wiki/Email#Message_format">MIME</a> 或 <a href="https://en.wikipedia.org/wiki/Mbox">Mbox</a> 格式檔案上傳郵件。'; +$labels'mailimportzip' = '多個檔案可以壓縮為 ZIP 檔案。'; $labels'quota' = '磁碟使用量'; $labels'unknown' = '未知'; $labels'unlimited' = '無限制'; @@ -256,6 +259,7 @@ $labels'bccinstead' = '使用「密件副本」'; $labels'addheader' = '加入收件者 (標頭)'; $labels'insert' = '插入'; +$labels'insertcontact' = '插入聯絡人'; $labels'recipient' = '收件者'; $labels'recipientedit' = '收件者編輯'; $labels'editidents' = '編輯身份資訊'; @@ -297,6 +301,7 @@ $labels'andnmore' = '第$nr封或是更多...'; $labels'details' = '詳情'; $labels'headers' = '標頭'; +$labels'allheaders' = '所有標頭...'; $labels'togglemoreheaders' = '顯示更多的郵件標頭'; $labels'togglefullheaders' = '切換原始郵件標頭'; $labels'htmltoggle' = 'HTML'; @@ -391,6 +396,9 @@ $labels'addphoto' = '加入'; $labels'replacephoto' = '取代'; $labels'uploadphoto' = '上傳相片'; +$labels'choosefile' = '選擇檔案...'; +$labels'choosefiles' = '選擇檔案...'; +$labels'browse' = '瀏覽'; $labels'newcontact' = ' 新建聯絡人'; $labels'deletecontact' = '刪除所選擇的聯絡人'; $labels'composeto' = '寄信至所選擇的聯絡人'; @@ -426,6 +434,7 @@ $labels'importgroups' = '匯入群組'; $labels'importgroupsall' = '全部 (必要時新增群組)'; $labels'importgroupsexisting' = '僅限於既有群組'; +$labels'importdesc' = '可以上傳通訊錄的所有聯絡人。<br/>現時支援 <a href="https://en.wikipedia.org/wiki/VCard">vCard</a> 或 CSV 格式。'; $labels'done' = '完成'; $labels'settingsfor' = '設定'; $labels'about' = '關於'; @@ -671,4 +680,3 @@ Enter:開啟所選/焦點郵件 Del:將所選郵件移至垃圾桶"; $labels'helplistkeyboardnavcontacts' = "Enter:開啟所選/焦點聯絡人"; -?>
View file
roundcubemail-1.4-rc1.133.tar.gz/program/localization/zh_TW/messages.inc -> roundcubemail-1.4-rc1.167.tar.gz/program/localization/zh_TW/messages.inc
Changed
@@ -2,19 +2,18 @@ /* +-----------------------------------------------------------------------+ - | localization/<lang>/messages.inc | - | | | Localization file of the Roundcube Webmail client | - | Copyright (C) 2005-2015, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | - | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/messages/ */ + $messages'errortitle' = '發生錯誤!'; $messages'loginfailed' = '登入失敗'; $messages'cookiesdisabled' = '你的瀏覽器不接受 cookies'; @@ -64,11 +63,8 @@ $messages'encryptnoattachments' = '已上傳的附件無法加密。請在加密編輯器重新加入'; $messages'searchpubkeyservers' = '是否在公鑰伺服器搜尋缺少的金鑰?'; $messages'encryptpubkeysfound' = '找到以下公鑰:'; -$messages'keyservererror' = '在金鑰伺服器找不到金鑰'; -$messages'keyimportsuccess' = '公鑰 $key 已成功匯入你的鑰匙圈(key ring)'; $messages'nocontactsfound' = '找不到聯絡人'; $messages'contactnotfound' = '找不到要求的聯絡人'; -$messages'contactsearchonly' = '輸入關鍵字找尋連絡人'; $messages'sendingfailed' = '郵件寄出失敗'; $messages'senttooquickly' = '你寄出的郵件太過於頻繁,請稍候 $sec 秒後再試一次。'; $messages'errorsavingsent' = '儲存郵件到寄件備份時發生錯誤。'; @@ -127,6 +123,7 @@ $messages'filesizeerror' = '上傳的檔案超過了 $size 的大小限制。'; $messages'filecounterror' = '一次只能上傳最多 $count 個檔案'; $messages'msgsizeerror' = '未能附加檔案。因為超過了郵件的大小限制 ($size)'; +$messages'msgsizeerrorfwd' = '已超過郵件大小的 ($size) 上限。未能附上 $num 個郵件。'; $messages'copysuccess' = '複製了 $nr 個聯絡人。'; $messages'movesuccess' = '移動了 $nr 個聯絡人。'; $messages'copyerror' = '無法複製聯絡人。';
View file
roundcubemail-1.4-rc1.133.tar.gz/program/localization/zh_TW/timezones.inc -> roundcubemail-1.4-rc1.167.tar.gz/program/localization/zh_TW/timezones.inc
Changed
@@ -2,10 +2,9 @@ /* +-----------------------------------------------------------------------+ - | localization/<lang>/timezones.inc | - | | | Localization file of the Roundcube Webmail client | - | Copyright (C) 2005-2017, The Roundcube Dev Team | + | | + | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | @@ -17,101 +16,440 @@ $labels'tz:utc' = 'UTC'; $labels'tz:africa' = '非洲'; +$labels'tz:africa:abidjan' = '阿必尚'; +$labels'tz:africa:accra' = '阿克拉'; +$labels'tz:africa:addis_ababa' = '阿迪斯阿貝巴'; +$labels'tz:africa:algiers' = '阿爾及爾'; +$labels'tz:africa:asmara' = '阿斯馬拉'; +$labels'tz:africa:bamako' = '巴馬科'; +$labels'tz:africa:bangui' = '班基'; +$labels'tz:africa:banjul' = '班竹'; +$labels'tz:africa:bissau' = '比索'; +$labels'tz:africa:blantyre' = '布蘭岱'; +$labels'tz:africa:brazzaville' = '布拉薩市'; +$labels'tz:africa:bujumbura' = '布松布拉'; $labels'tz:africa:cairo' = '開羅'; +$labels'tz:africa:casablanca' = '卡薩布蘭卡'; +$labels'tz:africa:ceuta' = '休達'; +$labels'tz:africa:conakry' = '科奈克里'; +$labels'tz:africa:dakar' = '達卡'; +$labels'tz:africa:dar_es_salaam' = '三蘭港'; +$labels'tz:africa:djibouti' = '吉布地'; +$labels'tz:africa:douala' = '杜阿拉'; +$labels'tz:africa:el_aaiun' = '阿尤恩'; +$labels'tz:africa:freetown' = '自由城'; +$labels'tz:africa:gaborone' = '嘉柏隆里'; +$labels'tz:africa:harare' = '哈拉雷'; +$labels'tz:africa:johannesburg' = '約翰尼斯堡'; +$labels'tz:africa:juba' = '朱巴'; +$labels'tz:africa:kampala' = '坎帕拉'; +$labels'tz:africa:khartoum' = '喀土木'; +$labels'tz:africa:kigali' = '吉佳利'; +$labels'tz:africa:kinshasa' = '金夏沙'; +$labels'tz:africa:lagos' = '拉哥斯'; +$labels'tz:africa:libreville' = '自由市'; +$labels'tz:africa:lome' = '洛美'; +$labels'tz:africa:luanda' = '羅安達'; +$labels'tz:africa:lubumbashi' = '盧本巴希'; +$labels'tz:africa:lusaka' = '路沙卡'; +$labels'tz:africa:malabo' = '馬拉博'; +$labels'tz:africa:maputo' = '馬布多'; +$labels'tz:africa:maseru' = '馬塞盧'; +$labels'tz:africa:mbabane' = '墨巴本'; +$labels'tz:africa:mogadishu' = '摩加迪休'; +$labels'tz:africa:monrovia' = '蒙羅維亞'; +$labels'tz:africa:nairobi' = '奈洛比'; +$labels'tz:africa:ndjamena' = '恩將納'; +$labels'tz:africa:niamey' = '尼阿美'; +$labels'tz:africa:nouakchott' = '諾克少'; +$labels'tz:africa:ouagadougou' = '瓦加杜古'; +$labels'tz:africa:porto-novo' = '新港'; +$labels'tz:africa:sao_tome' = '聖多美'; +$labels'tz:africa:tripoli' = '的黎波里'; +$labels'tz:africa:tunis' = '突尼斯'; +$labels'tz:africa:windhoek' = '溫荷克'; $labels'tz:america' = '美洲'; +$labels'tz:america:adak' = '埃達克'; +$labels'tz:america:anchorage' = '安克拉治'; +$labels'tz:america:anguilla' = '安圭拉'; +$labels'tz:america:antigua' = '安地卡島'; +$labels'tz:america:araguaina' = '阿拉瓜伊納'; $labels'tz:america:argentina' = '阿根廷'; $labels'tz:america:argentina:buenos_aires' = '布宜諾斯艾利斯'; +$labels'tz:america:argentina:catamarca' = '卡塔馬卡'; +$labels'tz:america:argentina:cordoba' = '哥多華'; +$labels'tz:america:argentina:jujuy' = '胡胡伊'; +$labels'tz:america:argentina:la_rioja' = '拉里奧哈'; +$labels'tz:america:argentina:mendoza' = '門多薩'; +$labels'tz:america:argentina:rio_gallegos' = '里奧加耶戈斯'; +$labels'tz:america:argentina:salta' = '薩爾塔'; +$labels'tz:america:argentina:san_juan' = '聖胡安'; +$labels'tz:america:argentina:san_luis' = '聖路易'; +$labels'tz:america:argentina:tucuman' = '德圖庫曼'; +$labels'tz:america:argentina:ushuaia' = '烏蘇懷亞'; +$labels'tz:america:aruba' = '阿魯巴'; +$labels'tz:america:asuncion' = '亞松森'; +$labels'tz:america:atikokan' = '阿蒂科肯'; +$labels'tz:america:bahia' = '巴伊亞州'; +$labels'tz:america:bahia_banderas' = '班德拉斯灣'; +$labels'tz:america:barbados' = '巴貝多'; +$labels'tz:america:belem' = '貝倫區'; +$labels'tz:america:belize' = '貝里斯'; +$labels'tz:america:blanc-sablon' = '布朗薩布隆'; +$labels'tz:america:boa_vista' = '博阿維斯塔'; +$labels'tz:america:bogota' = '波哥大'; +$labels'tz:america:boise' = '波夕'; +$labels'tz:america:cambridge_bay' = '劍橋灣'; +$labels'tz:america:campo_grande' = '格蘭德營'; +$labels'tz:america:cancun' = '坎昆'; +$labels'tz:america:caracas' = '卡拉卡斯'; +$labels'tz:america:cayenne' = '開雲'; +$labels'tz:america:cayman' = '開曼群島'; $labels'tz:america:chicago' = '芝加哥'; +$labels'tz:america:chihuahua' = '契瓦瓦'; $labels'tz:america:costa_rica' = '哥斯大黎加'; -$labels'tz:america:denver' = '丹佛'; +$labels'tz:america:creston' = '克雷斯頓'; +$labels'tz:america:cuiaba' = '庫亞巴'; +$labels'tz:america:curacao' = '古拉索'; +$labels'tz:america:danmarkshavn' = '丹麥港'; +$labels'tz:america:dawson' = '道森市'; +$labels'tz:america:dawson_creek' = '道森河市'; +$labels'tz:america:denver' = '丹佛市'; $labels'tz:america:detroit' = '底特律'; $labels'tz:america:dominica' = '多米尼加'; +$labels'tz:america:edmonton' = '艾德蒙頓'; +$labels'tz:america:eirunepe' = '埃魯內佩'; $labels'tz:america:el_salvador' = '薩爾瓦多'; +$labels'tz:america:fort_nelson' = '納爾遜堡'; +$labels'tz:america:fortaleza' = '福塔萊薩'; +$labels'tz:america:glace_bay' = '格萊斯貝'; +$labels'tz:america:godthab' = '努克'; +$labels'tz:america:goose_bay' = '古斯貝'; +$labels'tz:america:grand_turk' = '大特克島'; $labels'tz:america:grenada' = '格瑞那達'; +$labels'tz:america:guadeloupe' = '瓜德羅普'; $labels'tz:america:guatemala' = '瓜地馬拉'; +$labels'tz:america:guayaquil' = '瓜亞基爾'; $labels'tz:america:guyana' = '蓋亞那'; +$labels'tz:america:halifax' = '哈里法克斯'; +$labels'tz:america:havana' = '夏灣拿'; +$labels'tz:america:hermosillo' = '埃莫西約'; $labels'tz:america:indiana' = '印第安納州'; +$labels'tz:america:indiana:indianapolis' = '印第安納波利斯'; +$labels'tz:america:indiana:knox' = '諾克斯'; +$labels'tz:america:indiana:marengo' = '馬倫哥'; +$labels'tz:america:indiana:petersburg' = '彼得斯堡'; +$labels'tz:america:indiana:tell_city' = '特爾城'; +$labels'tz:america:indiana:vevay' = '韋韋'; +$labels'tz:america:indiana:vincennes' = '文森'; +$labels'tz:america:indiana:winamac' = '威納馬克'; +$labels'tz:america:inuvik' = '因紐維克'; +$labels'tz:america:iqaluit' = '伊魁特'; $labels'tz:america:jamaica' = '牙買加'; +$labels'tz:america:juneau' = '朱諾'; $labels'tz:america:kentucky' = '肯塔基州'; +$labels'tz:america:kentucky:louisville' = '路易斯維爾'; +$labels'tz:america:kentucky:monticello' = '蒙蒂塞洛'; +$labels'tz:america:kralendijk' = '克拉倫代克'; +$labels'tz:america:la_paz' = '拉巴斯'; +$labels'tz:america:lima' = '利馬'; $labels'tz:america:los_angeles' = '洛杉磯'; +$labels'tz:america:lower_princes' = '下太子'; +$labels'tz:america:maceio' = '馬塞約'; +$labels'tz:america:managua' = '馬拿瓜'; +$labels'tz:america:manaus' = '瑪瑙斯'; +$labels'tz:america:marigot' = '馬里戈'; +$labels'tz:america:martinique' = '馬丁尼克'; +$labels'tz:america:matamoros' = '馬塔莫羅斯'; +$labels'tz:america:mazatlan' = '馬薩特蘭'; +$labels'tz:america:menominee' = '梅諾米尼'; +$labels'tz:america:merida' = '美利達'; +$labels'tz:america:metlakatla' = '梅特拉卡特拉'; $labels'tz:america:mexico_city' = '墨西哥城'; +$labels'tz:america:miquelon' = '密克隆'; +$labels'tz:america:moncton' = '蒙克頓'; +$labels'tz:america:monterrey' = '蒙特雷'; +$labels'tz:america:montevideo' = '蒙特維多'; +$labels'tz:america:montserrat' = '蒙哲臘'; +$labels'tz:america:nassau' = '拿索'; $labels'tz:america:new_york' = '紐約'; +$labels'tz:america:nipigon' = '尼皮貢'; +$labels'tz:america:nome' = '諾米'; +$labels'tz:america:noronha' = '羅尼亞'; +$labels'tz:america:north_dakota' = '北達科他'; +$labels'tz:america:north_dakota:beulah' = '比尤拉'; +$labels'tz:america:north_dakota:center' = '森特'; +$labels'tz:america:north_dakota:new_salem' = '新薩勒姆'; +$labels'tz:america:ojinaga' = '奧希納加'; +$labels'tz:america:panama' = '巴拿馬'; +$labels'tz:america:pangnirtung' = '龐納唐'; +$labels'tz:america:paramaribo' = '巴拉馬利波'; $labels'tz:america:phoenix' = '鳳凰城'; $labels'tz:america:port-au-prince' = '太子港'; $labels'tz:america:port_of_spain' = '西班牙港'; +$labels'tz:america:porto_velho' = '韋柳港'; $labels'tz:america:puerto_rico' = '波多黎各'; +$labels'tz:america:rainy_river' = '雷尼河'; +$labels'tz:america:rankin_inlet' = '蘭金因萊特'; +$labels'tz:america:recife' = '李斯腓'; +$labels'tz:america:regina' = '利載拿'; +$labels'tz:america:resolute' = '瑞瑟魯特'; $labels'tz:america:rio_branco' = '里約布蘭科'; +$labels'tz:america:santarem' = '聖塔倫'; $labels'tz:america:santiago' = '聖地亞哥'; $labels'tz:america:santo_domingo' = '聖多明哥'; $labels'tz:america:sao_paulo' = '聖保羅'; +$labels'tz:america:scoresbysund' = '斯科斯比松'; +$labels'tz:america:sitka' = '矽地卡'; +$labels'tz:america:st_barthelemy' = '聖巴泰勒米'; +$labels'tz:america:st_johns' = "聖約翰斯"; +$labels'tz:america:st_kitts' = '聖基茨島'; +$labels'tz:america:st_lucia' = '聖盧西亞'; +$labels'tz:america:st_thomas' = '聖湯瑪士'; +$labels'tz:america:st_vincent' = '聖文森'; +$labels'tz:america:swift_current' = '斯威夫特卡倫特'; +$labels'tz:america:tegucigalpa' = '特古西加爾巴'; +$labels'tz:america:thule' = '圖勒'; +$labels'tz:america:thunder_bay' = '雷霆灣'; +$labels'tz:america:tijuana' = '提華納'; $labels'tz:america:toronto' = '多倫多'; +$labels'tz:america:tortola' = '托爾托拉島'; $labels'tz:america:vancouver' = '溫哥華'; +$labels'tz:america:whitehorse' = '白馬市'; +$labels'tz:america:winnipeg' = '溫尼辟'; +$labels'tz:america:yakutat' = '溫尼辟'; +$labels'tz:america:yellowknife' = '黃刀鎮'; $labels'tz:antarctica' = '南極洲'; +$labels'tz:antarctica:casey' = '凱西站'; +$labels'tz:antarctica:davis' = '戴維斯站'; +$labels'tz:antarctica:dumontdurville' = "迪蒙·迪維爾站"; +$labels'tz:antarctica:macquarie' = '麥格理站'; +$labels'tz:antarctica:mawson' = '莫森站'; +$labels'tz:antarctica:mcmurdo' = '麥克默多站'; +$labels'tz:antarctica:palmer' = '帕爾默'; +$labels'tz:antarctica:rothera' = '羅瑟拉站'; +$labels'tz:antarctica:syowa' = '昭和基地'; +$labels'tz:antarctica:troll' = '特洛站'; +$labels'tz:antarctica:vostok' = '沃斯托克站'; +$labels'tz:arctic' = '北極'; +$labels'tz:arctic:longyearbyen' = '隆雅市'; $labels'tz:asia' = '亞洲'; +$labels'tz:asia:aden' = '亞丁'; +$labels'tz:asia:almaty' = '阿拉木圖'; +$labels'tz:asia:amman' = '安曼'; +$labels'tz:asia:anadyr' = '阿那底'; +$labels'tz:asia:aqtau' = '阿克套'; +$labels'tz:asia:aqtobe' = '阿克托比'; +$labels'tz:asia:ashgabat' = '阿什哈巴德'; +$labels'tz:asia:atyrau' = '阿特勞'; $labels'tz:asia:baghdad' = '巴格達'; +$labels'tz:asia:bahrain' = '巴林'; +$labels'tz:asia:baku' = '巴庫'; $labels'tz:asia:bangkok' = '曼谷'; +$labels'tz:asia:barnaul' = '巴爾瑙爾'; +$labels'tz:asia:beirut' = '貝魯特'; +$labels'tz:asia:bishkek' = '比什凱克'; $labels'tz:asia:brunei' = '汶萊'; +$labels'tz:asia:chita' = '赤塔'; +$labels'tz:asia:choibalsan' = '喬巴山'; $labels'tz:asia:colombo' = '科倫坡'; +$labels'tz:asia:damascus' = '大馬士革'; $labels'tz:asia:dhaka' = '達卡'; +$labels'tz:asia:dili' = '帝力'; $labels'tz:asia:dubai' = '杜拜'; +$labels'tz:asia:dushanbe' = '杜尚別'; +$labels'tz:asia:famagusta' = '法馬古斯塔'; $labels'tz:asia:gaza' = '加薩'; +$labels'tz:asia:hebron' = '希伯崙'; $labels'tz:asia:ho_chi_minh' = '胡志明市'; $labels'tz:asia:hong_kong' = '香港'; +$labels'tz:asia:hovd' = '科布多'; +$labels'tz:asia:irkutsk' = '伊爾庫次克'; $labels'tz:asia:jakarta' = '耶加達'; +$labels'tz:asia:jayapura' = '查亞普拉'; $labels'tz:asia:jerusalem' = '耶路撒冷'; +$labels'tz:asia:kabul' = '喀布爾'; +$labels'tz:asia:kamchatka' = '堪察加'; +$labels'tz:asia:karachi' = '卡拉奇'; +$labels'tz:asia:kathmandu' = '加德滿都'; +$labels'tz:asia:khandyga' = '肯德瓦'; +$labels'tz:asia:kolkata' = '加爾各答'; +$labels'tz:asia:krasnoyarsk' = '克拉斯諾雅斯克'; $labels'tz:asia:kuala_lumpur' = '吉隆坡'; +$labels'tz:asia:kuching' = '古晉'; $labels'tz:asia:kuwait' = '科威特'; $labels'tz:asia:macau' = '澳門'; +$labels'tz:asia:magadan' = '馬加丹'; +$labels'tz:asia:makassar' = '望加錫'; $labels'tz:asia:manila' = '馬尼拉'; +$labels'tz:asia:muscat' = '馬斯喀特'; +$labels'tz:asia:nicosia' = '尼科西亞'; +$labels'tz:asia:novokuznetsk' = '新庫斯內次'; +$labels'tz:asia:novosibirsk' = '新西伯利亞'; +$labels'tz:asia:omsk' = '鄂木斯克'; +$labels'tz:asia:oral' = '烏拉爾'; +$labels'tz:asia:phnom_penh' = '金邊'; +$labels'tz:asia:pontianak' = '坤甸'; $labels'tz:asia:pyongyang' = '平壤'; $labels'tz:asia:qatar' = '卡塔爾'; +$labels'tz:asia:qyzylorda' = '克孜勒奧爾達'; +$labels'tz:asia:riyadh' = '利雅得'; +$labels'tz:asia:sakhalin' = '庫頁島'; +$labels'tz:asia:samarkand' = '撒馬爾罕'; $labels'tz:asia:seoul' = '首爾'; $labels'tz:asia:shanghai' = '上海'; $labels'tz:asia:singapore' = '新加坡'; +$labels'tz:asia:srednekolymsk' = '中科雷姆斯克'; $labels'tz:asia:taipei' = '台北'; +$labels'tz:asia:tashkent' = '塔什干'; +$labels'tz:asia:tbilisi' = '第比利斯'; +$labels'tz:asia:tehran' = '德黑蘭'; +$labels'tz:asia:thimphu' = '廷布'; $labels'tz:asia:tokyo' = '東京'; +$labels'tz:asia:tomsk' = '托木斯克'; +$labels'tz:asia:ulaanbaatar' = '烏蘭巴托'; +$labels'tz:asia:urumqi' = '烏魯木齊'; +$labels'tz:asia:ust-nera' = '烏斯季涅拉'; +$labels'tz:asia:vientiane' = '永珍'; +$labels'tz:asia:vladivostok' = '海參崴'; +$labels'tz:asia:yakutsk' = '雅庫茨克'; +$labels'tz:asia:yangon' = '仰光'; +$labels'tz:asia:yekaterinburg' = '葉卡捷琳堡'; +$labels'tz:asia:yerevan' = '葉里溫'; $labels'tz:atlantic' = '大西洋'; +$labels'tz:atlantic:azores' = '亞速群島'; $labels'tz:atlantic:bermuda' = '百慕達'; +$labels'tz:atlantic:canary' = '加那利群島'; $labels'tz:atlantic:cape_verde' = '維德角'; +$labels'tz:atlantic:faroe' = '法羅群島'; +$labels'tz:atlantic:madeira' = '馬德拉'; +$labels'tz:atlantic:reykjavik' = '雷克雅未克'; +$labels'tz:atlantic:south_georgia' = '南喬治亞島'; +$labels'tz:atlantic:st_helena' = '聖赫倫那島'; +$labels'tz:atlantic:stanley' = '史坦利'; $labels'tz:australia' = '澳洲'; +$labels'tz:australia:adelaide' = '亞德萊德'; +$labels'tz:australia:brisbane' = '布里斯本'; +$labels'tz:australia:broken_hill' = '布羅肯希爾'; +$labels'tz:australia:currie' = '克黎'; $labels'tz:australia:darwin' = '達爾文'; +$labels'tz:australia:eucla' = '尤克拉'; +$labels'tz:australia:hobart' = '荷伯特'; +$labels'tz:australia:lindeman' = '利達民'; +$labels'tz:australia:lord_howe' = '豪勳爵島'; $labels'tz:australia:melbourne' = '墨爾本'; $labels'tz:australia:perth' = '珀斯'; $labels'tz:australia:sydney' = '雪梨'; $labels'tz:europe' = '歐洲'; $labels'tz:europe:amsterdam' = '阿姆斯特丹'; +$labels'tz:europe:andorra' = '安道爾'; +$labels'tz:europe:astrakhan' = '阿斯特拉罕'; $labels'tz:europe:athens' = '雅典'; +$labels'tz:europe:belgrade' = '貝爾格萊德'; $labels'tz:europe:berlin' = '柏林'; +$labels'tz:europe:bratislava' = '布拉迪斯拉發'; $labels'tz:europe:brussels' = '布魯塞爾'; +$labels'tz:europe:bucharest' = '布加勒斯特'; $labels'tz:europe:budapest' = '布達佩斯'; +$labels'tz:europe:busingen' = '布辛根'; +$labels'tz:europe:chisinau' = '基施紐'; $labels'tz:europe:copenhagen' = '哥本哈根'; $labels'tz:europe:dublin' = '都柏林'; $labels'tz:europe:gibraltar' = '直布羅陀'; +$labels'tz:europe:guernsey' = '耿西島'; $labels'tz:europe:helsinki' = '赫爾辛基'; $labels'tz:europe:isle_of_man' = '曼島'; $labels'tz:europe:istanbul' = '伊斯坦堡'; +$labels'tz:europe:jersey' = '耿西島'; +$labels'tz:europe:kaliningrad' = '加里寧格勒'; $labels'tz:europe:kiev' = '基輔'; +$labels'tz:europe:kirov' = '基洛夫'; $labels'tz:europe:lisbon' = '里斯本'; +$labels'tz:europe:ljubljana' = '盧布爾雅那'; $labels'tz:europe:london' = '倫敦'; $labels'tz:europe:luxembourg' = '盧森堡'; $labels'tz:europe:madrid' = '馬德里'; +$labels'tz:europe:malta' = '馬爾他'; +$labels'tz:europe:mariehamn' = '瑪麗港'; +$labels'tz:europe:minsk' = '明斯克'; $labels'tz:europe:monaco' = '摩納哥'; $labels'tz:europe:moscow' = '莫斯科'; $labels'tz:europe:oslo' = '奧斯陸'; $labels'tz:europe:paris' = '巴黎'; +$labels'tz:europe:podgorica' = '波德里查'; $labels'tz:europe:prague' = '布拉格'; +$labels'tz:europe:riga' = '里加'; $labels'tz:europe:rome' = '羅馬'; +$labels'tz:europe:samara' = '薩馬拉'; $labels'tz:europe:san_marino' = '聖馬力諾'; +$labels'tz:europe:sarajevo' = '薩拉熱窩'; +$labels'tz:europe:saratov' = '薩拉托夫'; +$labels'tz:europe:simferopol' = '辛菲洛普'; +$labels'tz:europe:skopje' = '史高比耶'; +$labels'tz:europe:sofia' = '索菲亞'; $labels'tz:europe:stockholm' = '斯德哥爾摩'; +$labels'tz:europe:tallinn' = '塔林'; +$labels'tz:europe:tirane' = '地拉那'; +$labels'tz:europe:ulyanovsk' = '烏里揚諾夫斯克'; +$labels'tz:europe:uzhgorod' = '烏日霍羅德'; +$labels'tz:europe:vaduz' = '華杜茲'; $labels'tz:europe:vatican' = '梵蒂岡'; $labels'tz:europe:vienna' = '維也納'; +$labels'tz:europe:vilnius' = '維爾紐斯'; +$labels'tz:europe:volgograd' = '伏爾加格勒'; $labels'tz:europe:warsaw' = '華沙'; +$labels'tz:europe:zagreb' = '薩格勒布'; +$labels'tz:europe:zaporozhye' = '札波羅結'; $labels'tz:europe:zurich' = '蘇黎世'; +$labels'tz:indian' = '印度洋'; +$labels'tz:indian:antananarivo' = '安塔那那列佛'; +$labels'tz:indian:chagos' = '查戈斯群島'; +$labels'tz:indian:christmas' = '聖誕節島'; +$labels'tz:indian:cocos' = '科科斯群島'; +$labels'tz:indian:comoro' = '葛摩'; +$labels'tz:indian:kerguelen' = '凱爾蓋朗群島'; +$labels'tz:indian:mahe' = '馬埃島'; $labels'tz:indian:maldives' = '馬爾地夫'; +$labels'tz:indian:mauritius' = '模里西斯'; +$labels'tz:indian:mayotte' = '馬約特'; +$labels'tz:indian:reunion' = '留尼旺'; $labels'tz:pacific' = '太平洋'; +$labels'tz:pacific:apia' = '阿皮亞'; $labels'tz:pacific:auckland' = '奧克蘭'; +$labels'tz:pacific:bougainville' = '布干維爾島'; +$labels'tz:pacific:chatham' = '查塔姆'; +$labels'tz:pacific:chuuk' = '楚克'; $labels'tz:pacific:easter' = '復活節島'; +$labels'tz:pacific:efate' = '埃法特島'; +$labels'tz:pacific:enderbury' = '恩德伯里島'; +$labels'tz:pacific:fakaofo' = '法考福環礁'; $labels'tz:pacific:fiji' = '斐濟'; +$labels'tz:pacific:funafuti' = '富納富提'; +$labels'tz:pacific:galapagos' = '科隆群島'; +$labels'tz:pacific:gambier' = '甘比爾群島'; +$labels'tz:pacific:guadalcanal' = '瓜達康納爾島'; +$labels'tz:pacific:guam' = '關島'; $labels'tz:pacific:honolulu' = '檀香山'; +$labels'tz:pacific:johnston' = '強斯頓環礁'; +$labels'tz:pacific:kiritimati' = '聖誕島'; +$labels'tz:pacific:kosrae' = '科斯雷'; +$labels'tz:pacific:kwajalein' = '瓜加林環礁'; +$labels'tz:pacific:majuro' = '馬久羅'; +$labels'tz:pacific:marquesas' = '馬克薩斯群島'; $labels'tz:pacific:midway' = '中途島'; +$labels'tz:pacific:nauru' = '瑙魯'; +$labels'tz:pacific:niue' = '紐埃'; +$labels'tz:pacific:norfolk' = '諾福克島'; +$labels'tz:pacific:noumea' = '諾美亞'; +$labels'tz:pacific:pago_pago' = '巴哥巴哥'; +$labels'tz:pacific:palau' = '帛琉'; +$labels'tz:pacific:pitcairn' = '皮特肯群島'; +$labels'tz:pacific:pohnpei' = '澎貝島'; +$labels'tz:pacific:port_moresby' = '莫爾茲比港'; +$labels'tz:pacific:rarotonga' = '拉羅湯加島'; $labels'tz:pacific:saipan' = '塞班島'; +$labels'tz:pacific:tahiti' = '大溪地'; +$labels'tz:pacific:tarawa' = '塔拉瓦環礁'; +$labels'tz:pacific:tongatapu' = '湯加塔布島'; +$labels'tz:pacific:wake' = '威克島'; +$labels'tz:pacific:wallis' = '沃利斯群島';
View file
roundcubemail-1.4-rc1.133.tar.gz/program/steps/addressbook/func.inc -> roundcubemail-1.4-rc1.167.tar.gz/program/steps/addressbook/func.inc
Changed
@@ -910,12 +910,16 @@ { global $SOURCE_ID, $CONTACTS, $CONTACT_COLTYPES, $RCMAIL; - if ($result = $CONTACTS->get_result()) + if ($result = $CONTACTS->get_result()) { $record = $result->first(); + } - $photo_img = $attrib'placeholder' ? $RCMAIL->output->abs_url($attrib'placeholder', true) : 'program/resources/blank.gif'; - if ($record'_type' == 'group' && $attrib'placeholdergroup') + if ($record'_type' == 'group' && $attrib'placeholdergroup') { $photo_img = $RCMAIL->output->abs_url($attrib'placeholdergroup', true); + } + else { + $photo_img = $attrib'placeholder' ? $RCMAIL->output->abs_url($attrib'placeholder', true) : 'program/resources/blank.gif'; + } $RCMAIL->output->set_env('photo_placeholder', $RCMAIL->output->asset_url($photo_img));
View file
roundcubemail-1.4-rc1.133.tar.gz/program/steps/mail/compose.inc -> roundcubemail-1.4-rc1.167.tar.gz/program/steps/mail/compose.inc
Changed
@@ -1208,7 +1208,7 @@ if (is_array($COMPOSE'attachments')) { if ($attrib'deleteicon') { $button = html::img(array( - 'src' => $RCMAIL->output->abs_url($attrib'deleteicon', true), + 'src' => $RCMAIL->output->asset_url($attrib'deleteicon', true), 'alt' => $RCMAIL->gettext('delete') )); } @@ -1255,13 +1255,13 @@ } if ($attrib'deleteicon') - $COMPOSE'deleteicon' = $RCMAIL->output->abs_url($attrib'deleteicon', true); + $COMPOSE'deleteicon' = $RCMAIL->output->asset_url($attrib'deleteicon', true); else if (rcube_utils::get_boolean($attrib'textbuttons')) $COMPOSE'textbuttons' = true; if ($attrib'cancelicon') - $OUTPUT->set_env('cancelicon', $RCMAIL->output->abs_url($attrib'cancelicon', true)); + $OUTPUT->set_env('cancelicon', $RCMAIL->output->asset_url($attrib'cancelicon', true)); if ($attrib'loadingicon') - $OUTPUT->set_env('loadingicon', $RCMAIL->output->abs_url($attrib'loadingicon', true)); + $OUTPUT->set_env('loadingicon', $RCMAIL->output->asset_url($attrib'loadingicon', true)); $OUTPUT->set_env('attachments', $jslist); $OUTPUT->add_gui_object('attachmentlist', $attrib'id');
View file
roundcubemail-1.4-rc1.133.tar.gz/program/steps/mail/func.inc -> roundcubemail-1.4-rc1.167.tar.gz/program/steps/mail/func.inc
Changed
@@ -664,7 +664,7 @@ $inner = $title = $RCMAIL->gettext($attrib'label' ?: 'listoptions'); if (is_string($attrib'optionsmenuicon') && $attrib'optionsmenuicon' != 'true') { - $inner = html::img(array('src' => $RCMAIL->output->abs_url($attrib'optionsmenuicon', true), 'alt' => $title)); + $inner = html::img(array('src' => $RCMAIL->output->asset_url($attrib'optionsmenuicon', true), 'alt' => $title)); } else if ($attrib'innerclass') { $inner = html::span($attrib'innerclass', $inner); @@ -1335,7 +1335,7 @@ if ($addicon && $_SESSION'writeable_abook') { $label = $RCMAIL->gettext('addtoaddressbook'); $icon = html::img(array( - 'src' => $RCMAIL->output->abs_url($addicon, true), + 'src' => $RCMAIL->output->asset_url($addicon, true), 'alt' => $label, 'class' => 'noselect', ));
View file
roundcubemail-1.4-rc1.133.tar.gz/skins/elastic/styles/variables.less -> roundcubemail-1.4-rc1.167.tar.gz/skins/elastic/styles/variables.less
Changed
@@ -24,18 +24,21 @@ @page-font-size: 14px; @page-min-width: 240px; -@layout-menu-width: 5.6rem; -@layout-menu-width-sm: 3rem; -@layout-header-height: 4.2rem; +// Note: we'll set some values in pixels instead of rem to eliminate +// Firefox sub-pixel rendering bug(s) + +@layout-menu-width: floor(5.6 * @page-font-size); +@layout-menu-width-sm: floor(3 * @page-font-size); +@layout-header-height: floor(4.2 * @page-font-size); @layout-footer-height: @layout-header-height; -@layout-footer-small-height: 2.5rem; +@layout-footer-small-height: floor(2.5 * @page-font-size); @layout-header-font-size: 1rem; -@layout-searchbar-height: 2.6rem; +@layout-searchbar-height: floor(2.6 * @page-font-size); @layout-touch-header-height: @layout-header-height; -@layout-touch-header-font-size: 1.2rem; -@layout-touch-menu-record-height: 3.4rem; -@layout-touch-menu-record-font-size: 1.2rem; +@layout-touch-header-font-size: floor(1.2 * @page-font-size); +@layout-touch-menu-record-height: floor(3.4 * @page-font-size); +@layout-touch-menu-record-font-size: floor(1.2 * @page-font-size); @layout-touch-icon-width: 2.2em; @layout-mobile-menu-width: (@screen-width-mini * .85); @@ -43,11 +46,11 @@ @layout-contact-icon-width: 112px; @layout-contact-icon-height: 135px; -@listing-line-height: 2.5rem; -@listing-touch-line-height: 3.4rem; -@listing-treetoggle-width: 1.5em; +@listing-line-height: floor(2.5 * @page-font-size); +@listing-touch-line-height: floor(3.4 * @page-font-size); +@listing-treetoggle-width: 1.5em; -@mail-header-photo-height: 4rem; +@mail-header-photo-height: 4rem; // Additional icons @icon-resize-corner: data-uri("image/svg+xml;charset=utf-8", "../images/corner-handle.svg"); // size: 512x512
View file
roundcubemail-1.4-rc1.133.tar.gz/skins/elastic/styles/widgets/forms.less -> roundcubemail-1.4-rc1.167.tar.gz/skins/elastic/styles/widgets/forms.less
Changed
@@ -452,7 +452,7 @@ html.layout-small &, html.layout-phone & { display: initial; - overflow: initial !important; + overflow-y: auto !important; .formcontent { overflow: initial !important; @@ -483,7 +483,7 @@ .form-control-plaintext, label.col-form-label { - padding: .375rem .375rem .375rem 0; + padding: floor(.375 * @page-font-size) floor(.375 * @page-font-size) floor(.375 * @page-font-size) 0; } .form-control-plaintext { @@ -602,7 +602,7 @@ /* Some common icons for "iconized inputs" */ .input-group .icon { text-decoration: none; - padding: .375rem .5rem; + padding: floor(.375 * @page-font-size) .5rem; &.input-group-text { min-width: 2.4rem; @@ -708,7 +708,7 @@ .custom-control-label { &:before, &:after { - margin: -.15rem 0 0 0; + margin: calc(floor(.15 * @page-font-size) * -1) 0 0 0; } } @@ -917,7 +917,7 @@ /*** Smart recipient input field ***/ -@recipient-input-margin-fix: .25rem; +@recipient-input-margin-fix: round(.25 * @page-font-size); .recipient-input { display: flex; @@ -955,7 +955,7 @@ flex-grow: 1; display: inline-block; line-height: 1.1; - padding: .25rem; + padding: floor(.25 * @page-font-size); vertical-align: middle; } @@ -1305,7 +1305,7 @@ &:before, &:after { border-radius: .6rem; - margin: .15rem 0; + margin: floor(.15 * @page-font-size) 0; html.touch & { border-radius: .8rem; @@ -1315,34 +1315,36 @@ &:before { left: 2px; - width: 2rem; - height: 1.2rem; + top: 4px; + width: floor(1.9 * @page-font-size); + height: floor(1.2 * @page-font-size); html.touch & { - top: .2rem; - width: 2.6rem; - height: 1.6rem; + top: floor(.2 * @page-font-size); + width: floor(2.5 * @page-font-size); + height: floor(1.6 * @page-font-size); } } &:after { left: 4px; - width: ~"calc(1.2rem - 4px)"; - height: ~"calc(1.2rem - 4px)"; + top: 6px; + width: floor(1.2 * @page-font-size) - 4; + height: floor(1.2 * @page-font-size) - 4; html.touch & { - top: ~"calc(.2rem + 2px)"; - height: ~"calc(1.6rem - 4px)"; - width: ~"calc(1.6rem - 4px)"; + top: floor(.2 * @page-font-size) + 2; + height: floor(1.6 * @page-font-size) - 4; + width: floor(1.6 * @page-font-size) - 4; } } } .custom-control-input:checked ~ .custom-control-label::after { - transform: translateX(.8rem); + transform: translateX(floor(1.2 * @page-font-size) - 6); html.touch & { - transform: translateX(1rem); + transform: translateX(floor(1.6 * @page-font-size) - 9); } } @@ -1364,7 +1366,7 @@ } & + .hint { - margin-top: .25rem; + margin-top: floor(.25 * @page-font-size); } }
View file
roundcubemail-1.4-rc1.133.tar.gz/skins/elastic/styles/widgets/jqueryui.less -> roundcubemail-1.4-rc1.167.tar.gz/skins/elastic/styles/widgets/jqueryui.less
Changed
@@ -85,7 +85,7 @@ top: 0; position: absolute; padding: .25rem .5rem; - margin: ((@layout-header-height - 2rem) / 2) .5rem; + margin: ((@layout-header-height - 2 * @page-font-size) / 2) .5rem; &:before { &:extend(.font-icon-class); @@ -110,7 +110,7 @@ button { .overflow-ellipsis; min-width: 5rem; - margin: .65rem .3rem; + margin: floor(.65 * @page-font-size) floor(.3 * @page-font-size); &:last-child { margin-right: 0;
View file
roundcubemail-1.4-rc1.133.tar.gz/skins/elastic/styles/widgets/lists.less -> roundcubemail-1.4-rc1.167.tar.gz/skins/elastic/styles/widgets/lists.less
Changed
@@ -484,7 +484,7 @@ right: 0; min-width: 2em; line-height: 1.4rem; - margin: (@listing-line-height - 1.4rem)/2; + margin: (@listing-line-height - 1.4 * @page-font-size) / 2; padding: 0 .3em; border-radius: .4em; background: @color-list-badge-background; @@ -494,7 +494,7 @@ html.touch & { line-height: 2rem; - margin: (@listing-touch-line-height - 2rem)/2; + margin: (@listing-touch-line-height - 2 * @page-font-size) / 2; } }
View file
roundcubemail-1.4-rc1.133.tar.gz/skins/elastic/styles/widgets/menu.less -> roundcubemail-1.4-rc1.167.tar.gz/skins/elastic/styles/widgets/menu.less
Changed
@@ -43,7 +43,8 @@ a { color: @color-toolbar-button; - display: inline-block; + display: block; + float: left; border: 0 !important; height: @layout-header-height; min-width: 3.2rem; @@ -77,11 +78,10 @@ } a.dropdown { - min-width: auto; padding: 0 .3rem; &:before { - line-height: 4.2; + line-height: @layout-header-height; } &:hover { @@ -97,14 +97,13 @@ } .dropbutton { - display: block; + display: inline-block; a.dropdown { font-size: 75%; - min-width: auto; + min-width: 0; html.ie11 &:before { - overflow: hidden; font-size: 80%; } @@ -772,6 +771,7 @@ #taskmenu { a { display: block; + float: none; } @media screen and (max-width: @screen-width-xs) {
View file
roundcubemail-1.4-rc1.133.tar.gz/skins/elastic/styles/widgets/messages.less -> roundcubemail-1.4-rc1.167.tar.gz/skins/elastic/styles/widgets/messages.less
Changed
@@ -121,6 +121,7 @@ &.boxinformation, &.boxwarning { padding: .5em; + border-radius: 0; i.icon { font-size: 1.5em !important; @@ -169,12 +170,12 @@ } div { - border-radius: .25rem; background-color: @color-message; color: #fff; @media screen and (max-width: @screen-width-xs) { margin: 0; + border-radius: 0; } &.voice {
View file
roundcubemail-1.4-rc1.133.tar.gz/skins/elastic/templates/includes/layout.html -> roundcubemail-1.4-rc1.167.tar.gz/skins/elastic/templates/includes/layout.html
Changed
@@ -30,7 +30,7 @@ <roundcube:link rel="stylesheet" href="/styles/print.css" condition="env:action == 'print'" /> <roundcube:endif /> </head> -<body class="task-<roundcube:exp expression="env:error_task ?: env:task ?: 'error'">"> +<body class="task-<roundcube:exp expression="env:error_task ?: env:task ?: 'error'"> action-<roundcube:exp expression="asciiwords(env:action, true, '-') ?: 'none'">"> <roundcube:if condition="!env:framed || env:extwin" /> <div id="<roundcube:exp expression="env:action == 'print' ? 'print-' : ''">layout"> <roundcube:endif />
View file
roundcubemail-1.4-rc1.133.tar.gz/skins/elastic/ui.js -> roundcubemail-1.4-rc1.167.tar.gz/skins/elastic/ui.js
Changed
@@ -1590,6 +1590,8 @@ screen_resize_headers(); /* // On iOS and Android the content frame height is never correct, fix it + // Actually I needed it for my iPad with iOS 9.3. We'll re-consider + // uncommenting that if we know more recent devices need it if (bw.webkit) { $('.iframe-wrapper').each(function() { var h = $(this).height(); @@ -3431,7 +3433,7 @@ var open_func = function(e) { var items = , dialog = select.closest('.ui-dialog')0, - max_height = $(document.body).height() - 75, + max_height = (document.documentElement.clientHeight || $(document.body).height()) - 75, max_width = $(document.body).width() - 20, min_width = Math.min(select.outerWidth(), max_width), value = select.val();
View file
roundcubemail-1.4-rc1.133.tar.gz/skins/larry/styles.css -> roundcubemail-1.4-rc1.167.tar.gz/skins/larry/styles.css
Changed
@@ -3062,11 +3062,11 @@ } /** Common TinyMCE fixes **/ -.mce-btn:not(.mce-active) { +.mce-btn-small:not(.mce-active) { background: transparent !important; } -.mce-btn:not(.mce-active):hover { +.mce-btn-small:not(.mce-active):hover { background: white !important; } @@ -3099,6 +3099,10 @@ outline: none; } +.mce-menu { + z-index: 65537 !important; +} + /** PGP Key import dialog **/ .pgpkeyimport div.key { position: relative;
View file
roundcubemail-1.4-rc1.133.tar.gz/tests/Framework/Html2text.php -> roundcubemail-1.4-rc1.167.tar.gz/tests/Framework/Html2text.php
Changed
@@ -27,19 +27,19 @@ 'out' => '"', ), 3 => array( - 'title' => 'HTML entity in STRONG tag', - 'in' => '<strong>ś</strong>', // ś - 'out' => 'Ś', // upper ś + 'title' => 'HTML entity in H1 tag', + 'in' => '<h1>ś</h1>', // ś + 'out' => "Ś\n\n", // upper ś ), 4 => array( - 'title' => 'STRONG tag to upper-case conversion', - 'in' => '<strong>ś</strong>', - 'out' => 'Ś', + 'title' => 'H1 tag to upper-case conversion', + 'in' => '<h1>ś</h1>', + 'out' => "Ś\n\n", ), 5 => array( - 'title' => 'STRONG inside B tag', - 'in' => '<b><strong>ś</strong></b>', - 'out' => 'Ś', + 'title' => 'H1 inside B tag', + 'in' => '<b><h1>ś</h1></b>', + 'out' => "Ś\n\n", ), 6 => array( 'title' => 'Don\'t remove non-printable chars', @@ -56,6 +56,21 @@ 'in' => '<div>eye: test<br /> tes: test</div>', 'out' => "eye: test\ntes: test", ), + 9 => array( + 'title' => 'HTML entity in STRONG tag', + 'in' => '<strong>ś</strong>', // ś + 'out' => 'ś', + ), + 10 => array( + 'title' => 'STRONG tag to upper-case conversion', + 'in' => '<strong>ś</strong>', + 'out' => 'ś', + ), + 11 => array( + 'title' => 'STRONG inside B tag', + 'in' => '<b><strong>ś</strong></b>', + 'out' => 'ś', + ), ); }
View file
roundcubemail-1.4-rc1.133.tar.gz/tests/Framework/Utils.php -> roundcubemail-1.4-rc1.167.tar.gz/tests/Framework/Utils.php
Changed
@@ -634,4 +634,27 @@ $this->assertEquals(rcube_utils::idn_to_ascii('H.S'), 'H.S'); $this->assertEquals(rcube_utils::idn_to_ascii('d.-h.lastname'), 'd.-h.lastname'); } + + /** + * Test-Cases for test_parse_host() + */ + function data_parse_host() + { + return array( + array('%z', 'hostname', 'hostname'), + array('%z', 'domain.tld', 'domain.tld'), + array('%z', 'host.domain.tld', 'domain.tld'), + array('%z', 'host1.host2.domain.tld', 'host2.domain.tld'), + ); + } + + /** + * Test parse_host() + * + * @dataProvider data_parse_host + */ + function test_parse_host($name, $host, $result) + { + $this->assertEquals(rcube_utils::parse_host($name, $host), $result); + } }
View file
roundcubemail.dsc
Changed
@@ -2,7 +2,7 @@ Source: roundcubemail Binary: roundcubemail Architecture: all -Version: 1:1.4-0~kolab243 +Version: 1:1.4-0~kolab246 Maintainer: Jeroen van Meeuwen (Kolab Systems) <vanmeeuwen@kolabsys.com> Uploaders: Jeroen van Meeuwen (Kolab Systems) <vanmeeuwen@kolabsys.com> Homepage: http://www.roundcube.net/ @@ -14,5 +14,5 @@ roundcubemail deb web extra roundcubemail-core deb web extra Files: - 00000000000000000000000000000000 0 roundcubemail-1.4-rc1.133.tar.gz + 00000000000000000000000000000000 0 roundcubemail-1.4-rc1.167.tar.gz 00000000000000000000000000000000 0 debian.tar.gz
Locations
Projects
Search
Status Monitor
Help
Open Build Service
OBS Manuals
API Documentation
OBS Portal
Reporting a Bug
Contact
Mailing List
Forums
Chat (IRC)
Twitter
Open Build Service (OBS)
is an
openSUSE project
.