Projects
Kolab:3.4
roundcubemail
Log In
Username
Password
We truncated the diff of some files because they were too big. If you want to see the full diff for every file,
click here
.
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
Expand all
Collapse all
Changes of Revision 61
View file
roundcubemail.spec
Changed
@@ -43,7 +43,7 @@ Name: roundcubemail Version: 1.1 -Release: 0.5.dev20141012.git94791f6fd%{?dist} +Release: 0.6.dev20141111.git01bc27536%{?dist} Summary: Round Cube Webmail is a browser-based multilingual IMAP client @@ -51,7 +51,7 @@ License: GPLv2 URL: http://www.roundcube.net -# From GIT 94791f6fd5a0e742cda92c73bfb16fda00761850 +# From GIT 01bc27536a7a78a74ce7b316fed102150b5dbcc3 Source0: roundcubemail-1.1.tar.gz Source1: comm.py
View file
roundcubemail-1.1-collated.patch
Changed
@@ -1,6 +1,6 @@ diff -ur roundcubemail-1.1.orig/config/defaults.inc.php roundcubemail-1.1/config/defaults.inc.php ---- roundcubemail-1.1.orig/config/defaults.inc.php 2014-11-04 15:28:27.000000000 +0100 -+++ roundcubemail-1.1/config/defaults.inc.php 2014-11-05 12:46:36.186520550 +0100 +--- roundcubemail-1.1.orig/config/defaults.inc.php 2014-11-10 17:12:45.000000000 +0100 ++++ roundcubemail-1.1/config/defaults.inc.php 2014-11-14 14:07:29.184969453 +0100 @@ -430,7 +430,7 @@ // Password charset. // Use it if your authentication backend doesn't support UTF-8. @@ -10,7 +10,7 @@ // How many seconds must pass between emails sent by a user $config['sendmail_delay'] = 0; -@@ -532,6 +532,23 @@ +@@ -532,6 +532,28 @@ // Note: useful when SMTP server stores sent mail in user mailbox $config['no_save_sent_messages'] = false; @@ -31,10 +31,15 @@ +// </FilesMatch> +$config['assets_path'] = '/roundcubemail/assets/'; + ++// While assets_path is for the browser, assets_dir informs ++// PHP code about the location of asset files in filesystem ++$config['assets_dir'] = '/usr/share/roundcubemail/public_html/assets/'; ++ ++ // ---------------------------------- // PLUGINS // ---------------------------------- -@@ -625,7 +642,7 @@ +@@ -625,7 +647,7 @@ // Since Google shut down their public spell checking service, the default settings // connect to http://spell.roundcube.net which is a hosted service provided by Roundcube. // You can connect to any other googie-compliant service by setting 'spellcheck_uri' accordingly. @@ -43,7 +48,7 @@ // For locally installed Nox Spell Server or After the Deadline services, // please specify the URI to call it. -@@ -1008,7 +1025,7 @@ +@@ -1008,7 +1030,7 @@ $config['display_next'] = true; // Default messages listing mode. One of 'threads' or 'list'. @@ -54,8 +59,8 @@ // 1 - Expand all threads automatically Only in roundcubemail-1.1/config: defaults.inc.php.orig diff -ur roundcubemail-1.1.orig/.htaccess roundcubemail-1.1/.htaccess ---- roundcubemail-1.1.orig/.htaccess 2014-11-04 15:28:27.000000000 +0100 -+++ roundcubemail-1.1/.htaccess 2014-11-05 12:46:36.166520529 +0100 +--- roundcubemail-1.1.orig/.htaccess 2014-11-10 17:12:45.000000000 +0100 ++++ roundcubemail-1.1/.htaccess 2014-11-14 14:07:29.183969452 +0100 @@ -30,7 +30,7 @@ # security rules: # - deny access to files not containing a dot or starting with a dot @@ -66,8 +71,8 @@ RewriteRule ^/?(\.git|\.tx|SQL|bin|config|logs|temp|tests|program\/(include|lib|localization|steps)) - [F] # - deny access to some documentation files diff -ur roundcubemail-1.1.orig/index.php roundcubemail-1.1/index.php ---- roundcubemail-1.1.orig/index.php 2014-11-04 15:28:27.000000000 +0100 -+++ roundcubemail-1.1/index.php 2014-11-05 12:46:36.167520530 +0100 +--- roundcubemail-1.1.orig/index.php 2014-11-10 17:12:45.000000000 +0100 ++++ roundcubemail-1.1/index.php 2014-11-14 14:07:29.184969453 +0100 @@ -90,9 +90,9 @@ // try to log in @@ -140,8 +145,8 @@ // check access to disabled actions $disabled_actions = (array) $RCMAIL->config->get('disabled_actions'); diff -ur roundcubemail-1.1.orig/plugins/acl/acl.js roundcubemail-1.1/plugins/acl/acl.js ---- roundcubemail-1.1.orig/plugins/acl/acl.js 2014-11-04 15:28:27.000000000 +0100 -+++ roundcubemail-1.1/plugins/acl/acl.js 2014-11-05 12:46:36.168520531 +0100 +--- roundcubemail-1.1.orig/plugins/acl/acl.js 2014-11-10 17:12:45.000000000 +0100 ++++ roundcubemail-1.1/plugins/acl/acl.js 2014-11-14 14:07:29.185969454 +0100 @@ -58,8 +58,11 @@ var users = this.acl_get_usernames(); @@ -191,8 +196,8 @@ // Cancel/Hide form diff -ur roundcubemail-1.1.orig/plugins/acl/acl.php roundcubemail-1.1/plugins/acl/acl.php ---- roundcubemail-1.1.orig/plugins/acl/acl.php 2014-11-04 15:28:27.000000000 +0100 -+++ roundcubemail-1.1/plugins/acl/acl.php 2014-11-05 12:46:36.169520532 +0100 +--- roundcubemail-1.1.orig/plugins/acl/acl.php 2014-11-10 17:12:45.000000000 +0100 ++++ roundcubemail-1.1/plugins/acl/acl.php 2014-11-14 14:07:29.185969454 +0100 @@ -454,10 +454,10 @@ */ private function action_save() @@ -219,9 +224,21 @@ $user = explode(',', $user); +diff -ur roundcubemail-1.1.orig/plugins/legacy_browser/js/iehacks.js roundcubemail-1.1/plugins/legacy_browser/js/iehacks.js +--- roundcubemail-1.1.orig/plugins/legacy_browser/js/iehacks.js 2014-11-10 17:12:45.000000000 +0100 ++++ roundcubemail-1.1/plugins/legacy_browser/js/iehacks.js 2014-11-14 14:07:29.185969454 +0100 +@@ -102,7 +102,7 @@ + rcube_webmail.prototype.async_upload_form_frame = function(name) + { + document.body.insertAdjacentHTML('BeforeEnd', '<iframe name="' + name + '"' +- + ' src="program/resources/blank.gif" style="width:0; height:0; visibility:hidden"></iframe>'); ++ + ' src="' + rcmail.assets_path('program/resources/blank.gif') + '" style="width:0; height:0; visibility:hidden"></iframe>'); + + return $('iframe[name="' + name + '"]'); + }; diff -ur roundcubemail-1.1.orig/plugins/managesieve/lib/Roundcube/rcube_sieve_engine.php roundcubemail-1.1/plugins/managesieve/lib/Roundcube/rcube_sieve_engine.php ---- roundcubemail-1.1.orig/plugins/managesieve/lib/Roundcube/rcube_sieve_engine.php 2014-11-04 15:28:27.000000000 +0100 -+++ roundcubemail-1.1/plugins/managesieve/lib/Roundcube/rcube_sieve_engine.php 2014-11-05 12:46:36.171520534 +0100 +--- roundcubemail-1.1.orig/plugins/managesieve/lib/Roundcube/rcube_sieve_engine.php 2014-11-10 17:12:45.000000000 +0100 ++++ roundcubemail-1.1/plugins/managesieve/lib/Roundcube/rcube_sieve_engine.php 2014-11-14 14:07:29.186969456 +0100 @@ -349,7 +349,7 @@ } } @@ -267,26 +284,27 @@ $content = $this->action_div($fid, $id, false); diff -ur roundcubemail-1.1.orig/program/include/rcmail_output_html.php roundcubemail-1.1/program/include/rcmail_output_html.php ---- roundcubemail-1.1.orig/program/include/rcmail_output_html.php 2014-11-04 15:28:27.000000000 +0100 -+++ roundcubemail-1.1/program/include/rcmail_output_html.php 2014-11-05 13:56:12.263999725 +0100 -@@ -45,6 +45,7 @@ +--- roundcubemail-1.1.orig/program/include/rcmail_output_html.php 2014-11-10 17:12:45.000000000 +0100 ++++ roundcubemail-1.1/program/include/rcmail_output_html.php 2014-11-14 14:07:29.188969458 +0100 +@@ -45,6 +45,8 @@ protected $footer = ''; protected $body = ''; protected $base_path = ''; + protected $assets_path; ++ protected $assets_dir = RCUBE_INSTALL_PATH; protected $devel_mode = false; // deprecated names of templates used before 0.5 -@@ -80,6 +81,8 @@ +@@ -80,6 +82,8 @@ $this->set_skin($skin); $this->set_env('skin', $skin); -+ $this->set_assets_path($this->config->get('assets_path')); ++ $this->set_assets_path($this->config->get('assets_path'), $this->config->get('assets_dir')); + if (!empty($_REQUEST['_extwin'])) $this->set_env('extwin', 1); if ($this->framed || $framed) -@@ -145,6 +148,51 @@ +@@ -145,6 +149,55 @@ } /** @@ -294,7 +312,7 @@ + * + * @param string Assets path (relative or absolute URL) + */ -+ public function set_assets_path($path) ++ public function set_assets_path($path, $fs_dir = null) + { + if (empty($path)) { + return; @@ -302,32 +320,36 @@ + + $path = rtrim($path, '/') . '/'; + -+ // convert to absolute URL -+ if (!preg_match('|^https?://|', $path)) { -+ if ($path[0] != '/') { -+ $base = preg_replace('/[?#&].*$/', '', $_SERVER['REQUEST_URI']); -+ $base = rtrim($base, '/'); -+ } ++ // handle relative assets path ++ if (!preg_match('|^https?://|', $path) && $path[0] != '/') { ++ // save the path to search for asset files later ++ $this->assets_dir = $path; ++ ++ $base = preg_replace('/[?#&].*$/', '', $_SERVER['REQUEST_URI']); ++ $base = rtrim($base, '/'); + + // remove url token if exists + if ($len = intval($this->config->get('use_secure_urls'))) { + $_base = explode('/', $base); ++ $last = count($_base) - 1; + $length = $len > 1 ? $len : 16; // as in rcube::get_secure_url_token() + + // we can't use real token here because it + // does not exists in unauthenticated state, + // hope this will not produce false-positive matches -+ foreach ($_base as $idx => $token) { -+ if (preg_match('/^[a-f0-9]{' . $length . '}$/', $token)) { -+ unset($_base[$idx]); -+ break; -+ } ++ if ($last > -1 && preg_match('/^[a-f0-9]{' . $length . '}$/', $_base[$last])) { ++ $path = '../' . $path; + } ++ } ++ } + -+ $base = implode('/', $_base); ++ // set filesystem path for assets ++ if ($fs_dir) { ++ if ($fs_dir[0] != '/') { ++ $fs_dir = realpath(RCUBE_INSTALL_PATH . $fs_dir); + } -+ $path = (rcube_utils::https_check() ? 'https' : 'http') . '://'
View file
roundcubemail-1.1-csrf.patch
Changed
@@ -1,7 +1,21 @@ -diff -ur roundcubemail-1.1.orig/config/defaults.inc.php roundcubemail-1.1/config/defaults.inc.php ---- roundcubemail-1.1.orig/config/defaults.inc.php 2014-11-04 15:28:27.000000000 +0100 -+++ roundcubemail-1.1/config/defaults.inc.php 2014-11-05 13:58:01.126092293 +0100 -@@ -532,6 +532,23 @@ +diff --git a/.htaccess b/.htaccess +index a9cc5c3..32c47f0 100644 +--- a/.htaccess ++++ b/.htaccess +@@ -30,7 +30,7 @@ RewriteRule ^favicon\.ico$ skins/larry/images/favicon.ico + # security rules: + # - deny access to files not containing a dot or starting with a dot + # in all locations except installer directory +-RewriteRule ^(?!installer)(\.?[^\.]+)$ - [F] ++RewriteRule ^(?!installer|[a-f0-9]{16})(\.?[^\.]+)$ - [F] + # - deny access to some locations + RewriteRule ^/?(\.git|\.tx|SQL|bin|config|logs|temp|tests|program\/(include|lib|localization|steps)) - [F] + # - deny access to some documentation files +diff --git a/config/defaults.inc.php b/config/defaults.inc.php +index ee836e6..9d04b6e 100644 +--- a/config/defaults.inc.php ++++ b/config/defaults.inc.php +@@ -532,6 +532,28 @@ $config['email_dns_check'] = false; // Note: useful when SMTP server stores sent mail in user mailbox $config['no_save_sent_messages'] = false; @@ -22,25 +36,19 @@ +// </FilesMatch> +$config['assets_path'] = '/roundcubemail/assets/'; + ++// While assets_path is for the browser, assets_dir informs ++// PHP code about the location of asset files in filesystem ++$config['assets_dir'] = '/usr/share/roundcubemail/public_html/assets/'; ++ ++ // ---------------------------------- // PLUGINS // ---------------------------------- -diff -ur roundcubemail-1.1.orig/.htaccess roundcubemail-1.1/.htaccess ---- roundcubemail-1.1.orig/.htaccess 2014-11-04 15:28:27.000000000 +0100 -+++ roundcubemail-1.1/.htaccess 2014-11-05 13:58:01.121092288 +0100 -@@ -30,7 +30,7 @@ - # security rules: - # - deny access to files not containing a dot or starting with a dot - # in all locations except installer directory --RewriteRule ^(?!installer)(\.?[^\.]+)$ - [F] -+RewriteRule ^(?!installer|[a-f0-9]{16})(\.?[^\.]+)$ - [F] - # - deny access to some locations - RewriteRule ^/?(\.git|\.tx|SQL|bin|config|logs|temp|tests|program\/(include|lib|localization|steps)) - [F] - # - deny access to some documentation files -diff -ur roundcubemail-1.1.orig/index.php roundcubemail-1.1/index.php ---- roundcubemail-1.1.orig/index.php 2014-11-04 15:28:27.000000000 +0100 -+++ roundcubemail-1.1/index.php 2014-11-05 13:58:01.121092288 +0100 -@@ -90,9 +90,9 @@ +diff --git a/index.php b/index.php +index 5ca2af6..e19d81a 100644 +--- a/index.php ++++ b/index.php +@@ -90,9 +90,9 @@ $RCMAIL->action = $startup['action']; // try to log in if ($RCMAIL->task == 'login' && $RCMAIL->action == 'login') { @@ -52,7 +60,7 @@ $RCMAIL->kill_session(); $auth = $RCMAIL->plugins->exec_hook('authenticate', array( -@@ -140,7 +140,7 @@ +@@ -140,7 +140,7 @@ if ($RCMAIL->task == 'login' && $RCMAIL->action == 'login') { unset($redir['abort'], $redir['_err']); // send redirect @@ -61,7 +69,7 @@ } else { if (!$auth['valid']) { -@@ -171,10 +171,10 @@ +@@ -171,10 +171,10 @@ if ($RCMAIL->task == 'login' && $RCMAIL->action == 'login') { } } @@ -76,7 +84,7 @@ $userdata = array( 'user' => $_SESSION['username'], 'host' => $_SESSION['storage_host'], -@@ -234,32 +234,9 @@ +@@ -234,32 +234,9 @@ if (empty($RCMAIL->user->ID)) { $OUTPUT->send($plugin['task']); } @@ -111,10 +119,11 @@ // check access to disabled actions $disabled_actions = (array) $RCMAIL->config->get('disabled_actions'); -diff -ur roundcubemail-1.1.orig/plugins/acl/acl.js roundcubemail-1.1/plugins/acl/acl.js ---- roundcubemail-1.1.orig/plugins/acl/acl.js 2014-11-04 15:28:27.000000000 +0100 -+++ roundcubemail-1.1/plugins/acl/acl.js 2014-11-05 13:58:01.121092288 +0100 -@@ -58,8 +58,11 @@ +diff --git a/plugins/acl/acl.js b/plugins/acl/acl.js +index e59ac72..1463453 100644 +--- a/plugins/acl/acl.js ++++ b/plugins/acl/acl.js +@@ -58,8 +58,11 @@ rcube_webmail.prototype.acl_delete = function() var users = this.acl_get_usernames(); if (users && users.length && confirm(this.get_label('acl.deleteconfirm'))) { @@ -128,7 +137,7 @@ this.set_busy(true, 'acl.deleting')); } } -@@ -67,7 +70,7 @@ +@@ -67,7 +70,7 @@ rcube_webmail.prototype.acl_delete = function() // Save ACL data rcube_webmail.prototype.acl_save = function() { @@ -137,7 +146,7 @@ $((this.env.acl_advanced ? '#advancedrights :checkbox' : '#simplerights :checkbox'), this.acl_form).map(function() { if (this.checked) -@@ -88,12 +91,18 @@ +@@ -88,12 +91,18 @@ rcube_webmail.prototype.acl_save = function() return; } @@ -162,10 +171,11 @@ } // Cancel/Hide form -diff -ur roundcubemail-1.1.orig/plugins/acl/acl.php roundcubemail-1.1/plugins/acl/acl.php ---- roundcubemail-1.1.orig/plugins/acl/acl.php 2014-11-04 15:28:27.000000000 +0100 -+++ roundcubemail-1.1/plugins/acl/acl.php 2014-11-05 13:58:01.121092288 +0100 -@@ -454,10 +454,10 @@ +diff --git a/plugins/acl/acl.php b/plugins/acl/acl.php +index 349f7e5..35a92bb 100644 +--- a/plugins/acl/acl.php ++++ b/plugins/acl/acl.php +@@ -454,10 +454,10 @@ class acl extends rcube_plugin */ private function action_save() { @@ -180,7 +190,7 @@ $acl = array_intersect(str_split($acl), $this->rights_supported()); $users = $oldid ? array($user) : explode(',', $user); -@@ -510,8 +510,8 @@ +@@ -510,8 +510,8 @@ class acl extends rcube_plugin */ private function action_delete() { @@ -191,10 +201,24 @@ $user = explode(',', $user); -diff -ur roundcubemail-1.1.orig/plugins/managesieve/lib/Roundcube/rcube_sieve_engine.php roundcubemail-1.1/plugins/managesieve/lib/Roundcube/rcube_sieve_engine.php ---- roundcubemail-1.1.orig/plugins/managesieve/lib/Roundcube/rcube_sieve_engine.php 2014-11-04 15:28:27.000000000 +0100 -+++ roundcubemail-1.1/plugins/managesieve/lib/Roundcube/rcube_sieve_engine.php 2014-11-05 13:58:01.122092289 +0100 -@@ -349,7 +349,7 @@ +diff --git a/plugins/legacy_browser/js/iehacks.js b/plugins/legacy_browser/js/iehacks.js +index 8f88e6f..105b7da 100644 +--- a/plugins/legacy_browser/js/iehacks.js ++++ b/plugins/legacy_browser/js/iehacks.js +@@ -102,7 +102,7 @@ rcube_webmail.prototype.get_input_selection = function(obj) + rcube_webmail.prototype.async_upload_form_frame = function(name) + { + document.body.insertAdjacentHTML('BeforeEnd', '<iframe name="' + name + '"' +- + ' src="program/resources/blank.gif" style="width:0; height:0; visibility:hidden"></iframe>'); ++ + ' src="' + rcmail.assets_path('program/resources/blank.gif') + '" style="width:0; height:0; visibility:hidden"></iframe>'); + + return $('iframe[name="' + name + '"]'); + }; +diff --git a/plugins/managesieve/lib/Roundcube/rcube_sieve_engine.php b/plugins/managesieve/lib/Roundcube/rcube_sieve_engine.php +index fb2f64e..0df31b8 100644 +--- a/plugins/managesieve/lib/Roundcube/rcube_sieve_engine.php ++++ b/plugins/managesieve/lib/Roundcube/rcube_sieve_engine.php +@@ -349,7 +349,7 @@ class rcube_sieve_engine } } else if ($action == 'setact' && !$error) { @@ -203,7 +227,7 @@ $result = $this->activate_script($script_name); $kep14 = $this->rc->config->get('managesieve_kolab_master'); -@@ -363,7 +363,7 @@ +@@ -363,7 +363,7 @@ class rcube_sieve_engine } } else if ($action == 'deact' && !$error) { @@ -212,7 +236,7 @@ $result = $this->deactivate_script($script_name); if ($result === true) { -@@ -376,7 +376,7 @@ +@@ -376,7 +376,7 @@ class rcube_sieve_engine } } else if ($action == 'setdel' && !$error) { @@ -221,7 +245,7 @@ $result = $this->remove_script($script_name); if ($result === true) { -@@ -419,14 +419,14 @@
View file
debian.changelog
Changed
@@ -1,3 +1,15 @@ +roundcubemail (1:1.1~dev20141111-0~kolab2) unstable; urgency=low + + * Refresh patches + + -- Jeroen van Meeuwen (Kolab Systems) <vanmeeuwen@kolabsys.com> Fri, 14 Nov 2014 07:14:39 +0200 + +roundcubemail (1:1.1~dev20141111-0~kolab1) unstable; urgency=low + + * New GIT snapshot (01bc27536a7a78a74ce7b316fed102150b5dbcc3) + + -- Jeroen van Meeuwen (Kolab Systems) <vanmeeuwen@kolabsys.com> Tue, 11 Nov 2014 07:14:39 +0200 + roundcubemail (1:1.1~dev20141105-0~kolab1) unstable; urgency=low * New GIT snapshot (2883fcba2bf3fcff286a70c3629016a0c53a6803)
View file
roundcubemail-1.1.tar.gz/CHANGELOG
Changed
@@ -52,6 +52,7 @@ - Don't remove links when html signature is converted to text (#1489621) - Fix page title when using search filter (#1490023) - Fix mbox files import +- Fix some character sets detection (#1490135) - Fix so attachment charset is set in headers of forward/draft message (#1490109) - Fix bug where wrong charset could be used for text attachment preview page (#1490106) - Fix setting flags on servers with no PERMANENTFLAGS response (#1490087)
View file
roundcubemail-1.1.tar.gz/INSTALL
Changed
@@ -39,7 +39,7 @@ or SQLite support in PHP * One of the above databases with permission to create tables * An SMTP server (recommended) or PHP configured for mail delivery -* Composer installed either locally or globally +* Composer installed either locally or globally (https://getcomposer.org) INSTALLATION @@ -49,7 +49,7 @@ 2. Install dependencies using composer: - get composer from https://getcomposer.org/download/ - rename the composer.json-dist file into composer.json - - run `php composer.phar install` + - run `php composer.phar install --no-dev` 3. Make sure that the following directories (and the files within) are writable by the webserver - /temp
View file
roundcubemail-1.1.tar.gz/UPGRADING
Changed
@@ -40,15 +40,18 @@ directory into the target folder: ./skins/ ./plugins/ -4. Run ./bin/update.sh from the commandline OR + ./vendor/ +4. Run `./bin/update.sh` from the commandline OR open http://url-to-roundcube/installer/ in a browser and choose "3 Test config". To enable the latter one, you have to temporary set 'enable_installer' to true in your local config/config.inc.php file. WARNING: See SQLite database upgrade below. 5. Let the update script/installer check your configuration and update your config files and database schema as suggested by the updater. -6. Make sure 'enable_installer' is set to false again. -7. See Post-Upgrade Activities section. +5. If you previously installed plugins through composer, update dependencies + by running `php composer.phar update --no-dev` +7. Make sure 'enable_installer' is set to false again. +8. See Post-Upgrade Activities section. Post-Upgrade Activities
View file
roundcubemail-1.1.tar.gz/bin/installto.sh
Changed
@@ -5,7 +5,7 @@ | bin/installto.sh | | | | This file is part of the Roundcube Webmail client | - | Copyright (C) 2012, The Roundcube Dev Team | + | Copyright (C) 2014, The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | @@ -50,7 +50,7 @@ break; } } - foreach (array('index.php','.htaccess','config/defaults.inc.php','CHANGELOG','README.md','UPGRADING','LICENSE') as $file) { + foreach (array('index.php','.htaccess','config/defaults.inc.php','composer.json-dist','CHANGELOG','README.md','UPGRADING','LICENSE') as $file) { if (!system("rsync -av " . INSTALL_PATH . "$file $target_dir/$file")) { $err = true; break;
View file
roundcubemail-1.1.tar.gz/bin/update.sh
Changed
@@ -5,7 +5,7 @@ | bin/update.sh | | | | This file is part of the Roundcube Webmail client | - | Copyright (C) 2010-2013, The Roundcube Dev Team | + | Copyright (C) 2010-2014, The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | @@ -162,6 +162,60 @@ $success = !$res; } + // update composer dependencies + if (is_file(INSTALL_PATH . 'composer.json') && is_readable(INSTALL_PATH . 'composer.json-dist')) { + $composer_data = json_decode(file_get_contents(INSTALL_PATH . 'composer.json'), true); + $composer_template = json_decode(file_get_contents(INSTALL_PATH . 'composer.json-dist'), true); + $comsposer_json = null; + + // update the require section with the new dependencies + if (is_array($composer_data['require']) && is_array($composer_template['require'])) { + $composer_data['require'] = array_merge($composer_data['require'], $composer_template['require']); + /* TO BE ADDED LATER + $old_packages = array(); + for ($old_packages as $pkg) { + if (array_key_exists($composer_data['require'], $pkg)) { + unset($composer_data['require'][$pkg]); + } + } + */ + } + + // use the JSON encoder from the Composer package + if (is_file('composer.phar')) { + include 'phar://composer.phar/src/Composer/Json/JsonFile.php'; + $comsposer_json = \Composer\Json\JsonFile::encode($composer_data); + } + // PHP 5.4's json_encode() does the job, too + else if (defined('JSON_PRETTY_PRINT')) { + $comsposer_json = json_encode($composer_data, JSON_PRETTY_PRINT & JSON_UNESCAPED_SLASHES); + } + else { + $success = false; + $comsposer_json = null; + } + + // write updated composer.json back to disk + if (0&&$comsposer_json && is_writeable(INSTALL_PATH . 'composer.json')) { + $success &= (bool)file_put_contents(INSTALL_PATH . 'composer.json', $comsposer_json); + } + else { + echo "WARNING: unable to update composer.json!\n"; + echo "Please replace the 'require' section in your composer.json with the following:\n"; + + $require_json = ''; + foreach ($composer_data['require'] as $pkg => $ver) { + $require_json .= sprintf(' "%s": "%s",'."\n", $pkg, $ver); + } + + echo ' "require": {'."\n"; + echo rtrim($require_json, ",\n"); + echo "\n }\n\n"; + } + + echo "NOTE: Update dependencies by running `php composer.phar update --no-dev`\n"; + } + // index contacts for fulltext searching if ($opts['version'] && version_compare(version_parse($opts['version']), '0.6.0', '<')) { system("php " . INSTALL_PATH . 'bin/indexcontacts.sh');
View file
roundcubemail-1.1.tar.gz/composer.json-dist
Changed
@@ -30,7 +30,7 @@ ], "require": { "php": ">=5.3.7", - "roundcube/plugin-installer": ">=0.1.3", + "roundcube/plugin-installer": ">=0.1.5", "pear/mail_mime": ">=1.8.9", "pear/mail_mime-decode": ">=1.5.5", "pear/net_smtp": "dev-master",
View file
roundcubemail-1.1.tar.gz/plugins/acl/localization/fa_AF.inc
Added
@@ -0,0 +1,26 @@ +<?php + +/* + +-----------------------------------------------------------------------+ + | plugins/acl/localization/<lang>.inc | + | | + | Localization file of the Roundcube Webmail ACL plugin | + | Copyright (C) 2012-2013, The Roundcube Dev Team | + | | + | Licensed under the GNU General Public License version 3 or | + | any later version with exceptions for 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['newuser'] = 'افزودن مدخل'; +$labels['aclw'] = 'نوشتن نشانه ها'; +$labels['aclp'] = 'ارسال'; +$labels['acla'] = 'مدیر'; +$labels['aclfull'] = 'کنترل کامل'; +$labels['aclother'] = 'دیگر'; +?>
View file
roundcubemail-1.1.tar.gz/plugins/acl/localization/ku.inc
Added
@@ -0,0 +1,83 @@ +<?php + +/* + +-----------------------------------------------------------------------+ + | plugins/acl/localization/<lang>.inc | + | | + | Localization file of the Roundcube Webmail ACL plugin | + | Copyright (C) 2012-2013, The Roundcube Dev Team | + | | + | Licensed under the GNU General Public License version 3 or | + | any later version with exceptions for 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:'; +$labels['advanced'] = 'Moda pêşketî'; +$labels['newuser'] = 'Têketinek zêde bike'; +$labels['editperms'] = 'Destûrdayînan Sererast Bike'; +$labels['actions'] = 'Digihîje tevgerên çê..'; +$labels['anyone'] = 'Hemû bikarhêner (her kes)'; +$labels['anonymous'] = 'Mêvan (gelêrî)'; +$labels['identifier'] = 'Danasîner'; +$labels['acll'] = 'Lê bigere'; +$labels['aclr'] = 'Peyaman bixwîne'; +$labels['aclw'] = 'Alayan binivîse'; +$labels['aclp'] = 'Şandî'; +$labels['aclc'] = 'Bindosyeyan çêke'; +$labels['aclk'] = 'Bindosyeyan çêke'; +$labels['acld'] = 'Peyaman binivîse'; +$labels['aclt'] = 'Peyaman jê bibe'; +$labels['acle'] = 'Jê derxîne'; +$labels['aclx'] = 'Dosyeyê jê bibe'; +$labels['acla'] = 'Birêvebir'; +$labels['acln'] = 'Bi nîşeyan peyaman rave bike'; +$labels['aclfull'] = 'Tam venêrîn'; +$labels['aclother'] = 'Ên din'; +$labels['aclread'] = 'Bixwîne'; +$labels['aclwrite'] = 'Binivîse'; +$labels['acldelete'] = 'Jê bibe'; +$labels['shortacll'] = 'Lê bigere'; +$labels['shortaclr'] = 'Bixwîne'; +$labels['shortacls'] = 'Bihêle'; +$labels['shortaclw'] = 'Binivîse'; +$labels['shortacli'] = 'Tev bike'; +$labels['shortaclp'] = 'Şandî'; +$labels['shortaclc'] = 'Çêke'; +$labels['shortaclk'] = 'Çêke'; +$labels['shortacld'] = 'Jê bibe'; +$labels['shortaclt'] = 'Jê bibe'; +$labels['shortacle'] = 'Jê derxîne'; +$labels['shortaclx'] = 'Dosye-jêbirin'; +$labels['shortacla'] = 'Bikarhêner'; +$labels['shortacln'] = 'Bi nîşeyan rave bike'; +$labels['shortaclother'] = 'Ên din'; +$labels['shortaclread'] = 'Bixwîne'; +$labels['shortaclwrite'] = 'Binivîse'; +$labels['shortacldelete'] = 'Jê bibe'; +$labels['longaclr'] = 'Dosye ji bo xwendinê dikare bê vekirin'; +$labels['longacls'] = 'Alaya peyamên Dîtî dikare bête guhartin'; +$labels['longaclread'] = 'Dosye ji bo xwendinê dikare bê vekirin'; +$labels['longaclwrite'] = 'Peyam dikarin kopiyî dosyeyê bên kirin, nîşankirin, nivîsandin.'; +$labels['longacldelete'] = 'Hêmî peyam dikarin werin jêbirin'; +$labels['longaclother'] = 'Mafên din ên têketinê'; +$labels['ariasummaryacltable'] = 'Lîsteya mafên têketinê'; +$labels['arialabelaclactions'] = 'Tevgeran liste bike'; +$labels['arialabelaclform'] = 'Forma mafên têketinê'; +$messages['deleting'] = 'Mafên têketinê tên jêbirin...'; +$messages['saving'] = 'Mafên têketinê tên tomarkirin...'; +$messages['updatesuccess'] = 'Mafên têketinê bi serkeftin hatin guhartin'; +$messages['deletesuccess'] = 'Mafên têketinê bi serkeftin hatin jêbirin'; +$messages['createsuccess'] = 'Mafên têketinê bi serkeftin hatin tevkirin'; +$messages['updateerror'] = 'Nûkirina mafên têketinê bigire'; +$messages['deleteerror'] = 'Jêbirina mafên têketinê bigire'; +$messages['createerror'] = 'Tevkirina mafên têketinê bigire'; +$messages['deleteconfirm'] = 'Tu ewle yî, dixwazî mafên têketinê yên bikarhênerê(n) bijartî rakî?'; +$messages['norights'] = 'Tu maf nehat diyarkirin!'; +$messages['nouser'] = 'Tu bikarhêner nehat diyarkirin!'; +?>
View file
roundcubemail-1.1.tar.gz/plugins/acl/localization/ku_IQ.inc
Added
@@ -0,0 +1,26 @@ +<?php + +/* + +-----------------------------------------------------------------------+ + | plugins/acl/localization/<lang>.inc | + | | + | Localization file of the Roundcube Webmail ACL plugin | + | Copyright (C) 2012-2013, The Roundcube Dev Team | + | | + | Licensed under the GNU General Public License version 3 or | + | any later version with exceptions for 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'] = 'شێوازی پێشکەوتوو'; +$labels['shortaclc'] = 'دروستکردن'; +$labels['shortaclk'] = 'دروستکردن'; +$labels['shortacld'] = 'سڕینەوە'; +$labels['shortaclt'] = 'سڕینەوە'; +$labels['shortaclx'] = 'سڕینەوەی بوخچە'; +?>
View file
roundcubemail-1.1.tar.gz/plugins/acl/localization/pt_PT.inc
Changed
@@ -75,7 +75,7 @@ $labels['longacle'] = 'As mensagens podem ser purgadas'; $labels['longaclx'] = 'A pasta pode ser eliminada ou renomeada'; $labels['longacla'] = 'As permissões de acesso da pasta podem ser alteradas'; -$labels['longacln'] = 'Mensagens partilhadas de metadados (anotações) podem ser alteradas'; +$labels['longacln'] = 'Mensagens de metadados (anotações) partilhadas podem ser alteradas'; $labels['longaclfull'] = 'Controlo total incluindo administração de pastas'; $labels['longaclread'] = 'A pasta pode ser aberta para leitura'; $labels['longaclwrite'] = 'As mensagens podem ser marcadas, guardadas ou copiadas para a pasta';
View file
roundcubemail-1.1.tar.gz/plugins/archive/localization/ku_IQ.inc
Added
@@ -0,0 +1,22 @@ +<?php + +/* + +-----------------------------------------------------------------------+ + | plugins/archive/localization/<lang>.inc | + | | + | Localization file of the Roundcube Webmail Archive plugin | + | Copyright (C) 2013, The Roundcube Dev Team | + | | + | Licensed under the GNU General Public License version 3 or | + | any later version with exceptions for 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'] = 'ئەرشیف'; +$labels['unkownsender'] = 'نەناسراو'; +?>
View file
roundcubemail-1.1.tar.gz/plugins/archive/localization/tr_TR.inc
Changed
@@ -22,7 +22,7 @@ $labels['archiveerror'] = 'Bazı mesajlar arşivlenemedi.'; $labels['archivefolder'] = 'Arşiv'; $labels['settingstitle'] = 'Arşiv'; -$labels['archivetype'] = 'Arşivi bunla böl'; +$labels['archivetype'] = 'Arşivi bununla böl'; $labels['archivetypeyear'] = 'Yıl (Arşiv/2012)'; $labels['archivetypemonth'] = 'Ay(Arşiv/2012/06)'; $labels['archivetypefolder'] = 'Özgün dosya';
View file
roundcubemail-1.1.tar.gz/plugins/attachment_reminder/localization/ku.inc
Added
@@ -0,0 +1,20 @@ +<?php + +/* + +-----------------------------------------------------------------------+ + | plugins/attachment_reminder/localization/<lang>.inc | + | | + | Localization file of the Roundcube Webmail Archive plugin | + | Copyright (C) 2013, The Roundcube Dev Team | + | | + | Licensed under the GNU General Public License version 3 or | + | any later version with exceptions for 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.1.tar.gz/plugins/attachment_reminder/localization/ku_IQ.inc
Added
@@ -0,0 +1,20 @@ +<?php + +/* + +-----------------------------------------------------------------------+ + | plugins/attachment_reminder/localization/<lang>.inc | + | | + | Localization file of the Roundcube Webmail Archive plugin | + | Copyright (C) 2013, The Roundcube Dev Team | + | | + | Licensed under the GNU General Public License version 3 or | + | any later version with exceptions for 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.1.tar.gz/plugins/help/localization/ku.inc
Added
@@ -0,0 +1,21 @@ +<?php + +/* + +-----------------------------------------------------------------------+ + | plugins/help/localization/<lang>.inc | + | | + | Localization file of the Roundcube Webmail Help plugin | + | Copyright (C) 2012-2013, The Roundcube Dev Team | + | | + | Licensed under the GNU General Public License version 3 or | + | any later version with exceptions for 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.1.tar.gz/plugins/help/localization/ku_IQ.inc
Added
@@ -0,0 +1,21 @@ +<?php + +/* + +-----------------------------------------------------------------------+ + | plugins/help/localization/<lang>.inc | + | | + | Localization file of the Roundcube Webmail Help plugin | + | Copyright (C) 2012-2013, The Roundcube Dev Team | + | | + | Licensed under the GNU General Public License version 3 or | + | any later version with exceptions for 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.1.tar.gz/plugins/hide_blockquote/localization/ku.inc
Added
@@ -0,0 +1,21 @@ +<?php + +/* + +-----------------------------------------------------------------------+ + | plugins/hide_blockquote/localization/<lang>.inc | + | | + | Localization file of the Roundcube Webmail Hide-Blockquote plugin | + | Copyright (C) 2012-2013, The Roundcube Dev Team | + | | + | Licensed under the GNU General Public License version 3 or | + | any later version with exceptions for 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.1.tar.gz/plugins/managesieve/localization/fa_AF.inc
Added
@@ -0,0 +1,85 @@ +<?php + +/* + +-----------------------------------------------------------------------+ + | plugins/managesieve/localization/<lang>.inc | + | | + | Localization file of the Roundcube Webmail Managesieve plugin | + | Copyright (C) 2012-2013, The Roundcube Dev Team | + | | + | Licensed under the GNU General Public License version 3 or | + | any later version with exceptions for 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'] = 'فیلتر جدید'; +$labels['filteranyof'] = 'تطبیق با هر کدام از رول های زیر'; +$labels['filterany'] = 'تمام پیام ها'; +$labels['filtercontains'] = 'شامل'; +$labels['filteris'] = 'مساوی با'; +$labels['filterunder'] = 'زیر'; +$labels['filterover'] = 'بالای'; +$labels['addrule'] = 'افزودن نقش'; +$labels['delrule'] = 'حذف نقش'; +$labels['messagereply'] = 'پاسخ توسط پیام'; +$labels['messagedelete'] = 'حذف پیام'; +$labels['add'] = 'افزودن'; +$labels['del'] = 'حذف'; +$labels['sender'] = 'فرستنده'; +$labels['recipient'] = 'گیرنده'; +$labels['days'] = 'روز'; +$labels['filtersets'] = 'مجموعه فیلتر'; +$labels['filterdef'] = 'تعریف فیلتر'; +$labels['newfilterset'] = 'مجموعه فیلترهای جدید'; +$labels['active'] = 'فعال'; +$labels['none'] = 'هیچ کدام'; +$labels['flagread'] = 'خواندن'; +$labels['flagdeleted'] = 'حذف شد'; +$labels['flagflagged'] = 'نشانه گذاری شده'; +$labels['flagdraft'] = 'پیش نویس'; +$labels['varlength'] = 'طول'; +$labels['notifyimportancenormal'] = 'عادی'; +$labels['notifymethodmailto'] = 'ایمیل'; +$labels['nextstep'] = 'مرحله بعدی'; +$labels['...'] = '...'; +$labels['currdate'] = 'تاریخ کنونی'; +$labels['datetest'] = 'تاریخ'; +$labels['dateheader'] = 'سرایند:'; +$labels['year'] = 'سال'; +$labels['month'] = 'ماه'; +$labels['day'] = 'روز'; +$labels['second'] = 'ثانیه'; +$labels['address'] = 'آدرس'; +$labels['envelope'] = 'پاکت نامه'; +$labels['modifier'] = 'ویرایش کننده:'; +$labels['text'] = 'متن'; +$labels['contenttype'] = 'نوع محتوا'; +$labels['allparts'] = 'همه'; +$labels['domain'] = 'دامنه'; +$labels['localpart'] = 'جز محلی'; +$labels['user'] = 'کاربر'; +$labels['detail'] = 'جزئیات'; +$labels['comparator'] = 'مقایسه کننده:'; +$labels['default'] = 'پیش فرض'; +$labels['index'] = 'اندیس'; +$labels['vacation'] = 'تعطیلات'; +$labels['vacation.reply'] = 'پیام پاسخ'; +$labels['vacation.advanced'] = 'تنظیمات پیشرفته'; +$labels['vacation.subject'] = 'موضوع'; +$labels['vacation.body'] = 'متن پیام'; +$labels['vacation.status'] = 'وضعیت'; +$labels['vacation.on'] = 'فعال'; +$labels['vacation.off'] = 'غیرفعال'; +$labels['arialabelfilterform'] = 'خصوصیات فیلترها'; +$labels['ariasummaryfilterslist'] = 'لیست فیلترها'; +$messages['filterdeleted'] = 'فیلتر با موفقیت حذف شد.'; +$messages['filtersaved'] = 'فیلتر با موفقیت ذخیره شد.'; +$messages['deactivated'] = 'فیلتر(ها) با موفقیت غیر فعال شدند'; +$messages['nametoolong'] = 'نام بسیار بلند است.'; +$messages['namereserved'] = 'نام رزرو شده.'; +?>
View file
roundcubemail-1.1.tar.gz/plugins/managesieve/localization/ku.inc
Added
@@ -0,0 +1,90 @@ +<?php + +/* + +-----------------------------------------------------------------------+ + | plugins/managesieve/localization/<lang>.inc | + | | + | Localization file of the Roundcube Webmail Managesieve plugin | + | Copyright (C) 2012-2013, The Roundcube Dev Team | + | | + | Licensed under the GNU General Public License version 3 or | + | any later version with exceptions for 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'; +$labels['filteris'] = 'weke'; +$labels['filterisnot'] = 'ne weke'; +$labels['filterexists'] = 'heye'; +$labels['filternotexists'] = 'tune ye'; +$labels['filterunder'] = 'bin'; +$labels['filterover'] = 'ser'; +$labels['messagemoveto'] = 'Peyamê bibe '; +$labels['messageredirect'] = 'Peyamê vegerîne'; +$labels['messagereply'] = 'Bi peyamekê bibersivîne'; +$labels['messagedelete'] = 'Peyamê jê bibe'; +$labels['add'] = 'Tev bike'; +$labels['del'] = 'Jê bibe'; +$labels['sender'] = 'Şandyar'; +$labels['vacationaddr'] = 'Navnîşanên e-mailên min ên din:'; +$labels['vacationsubject'] = 'Mijara peyamê:'; +$labels['days'] = 'roj'; +$labels['seconds'] = 'saniye'; +$labels['enable'] = 'Veke/Bigire'; +$labels['active'] = 'çalak'; +$labels['none'] = 'qet'; +$labels['fromfile'] = 'ji dosyeyê'; +$labels['filterdisabled'] = 'Parzing girtî ye'; +$labels['countisgreaterthan'] = 'hejmar mezintir e ji'; +$labels['countisgreaterthanequal'] = 'hejmar weke an jî mezintir e ji'; +$labels['countislessthan'] = 'hejmar kêmtir e ji'; +$labels['countequals'] = 'hejmar weke '; +$labels['countnotequals'] = 'hejmar ne weke'; +$labels['flagread'] = 'Xwendî'; +$labels['flagdeleted'] = 'Jêbirî'; +$labels['flaganswered'] = 'Nebersivandî'; +$labels['flagflagged'] = 'Bialakirî'; +$labels['varlength'] = 'Dirêjahî'; +$labels['notify'] = 'Agahiyê bişîne'; +$labels['notifyimportance'] = 'Girîng:'; +$labels['notifyimportancelow'] = 'nizm'; +$labels['notifyimportancehigh'] = 'bilind'; +$labels['notifymethodmailto'] = 'Email'; +$labels['notifymethodtel'] = 'Telefon'; +$labels['notifymethodsms'] = 'SMS'; +$labels['filtercreate'] = 'Parzingek çêke'; +$labels['nextstep'] = 'Gava pêşde'; +$labels['...'] = '...'; +$labels['currdate'] = 'Dîroka niha'; +$labels['datetest'] = 'Dîrok'; +$labels['year'] = 'sal'; +$labels['month'] = 'meh'; +$labels['day'] = 'roj'; +$labels['date'] = 'dîrok (ssss-mm--rr)'; +$labels['julian'] = 'dîrok (julian)'; +$labels['hour'] = 'saet'; +$labels['minute'] = 'deqîqe'; +$labels['second'] = 'saniye'; +$labels['time'] = 'dem (ss:dd:ss)'; +$labels['iso8601'] = 'dem (ISO8601)'; +$labels['zone'] = 'qada demê'; +$labels['weekday'] = 'rojên hefteyê (0-6)'; +$labels['address'] = 'navnîşan'; +$labels['text'] = 'nivîs'; +$labels['contenttype'] = 'cûreya naverokê'; +$labels['modtype'] = 'cûre'; +$labels['allparts'] = 'hemû'; +$labels['user'] = 'bikarhêner'; +$labels['detail'] = 'detay'; +$labels['vacation.reply'] = 'Peyamê bibersivîne'; +$labels['vacation.advanced'] = 'Mihengên pêşketî'; +$labels['vacation.subject'] = 'Mijar'; +$labels['vacation.status'] = 'Rewş'; +$labels['vacation.on'] = 'Vekirî'; +$labels['vacation.addresses'] = 'Navnîşanên min ên din'; +?>
View file
roundcubemail-1.1.tar.gz/plugins/markasjunk/localization/fa_AF.inc
Added
@@ -0,0 +1,21 @@ +<?php + +/* + +-----------------------------------------------------------------------+ + | plugins/markasjunk/localization/<lang>.inc | + | | + | Localization file of the Roundcube Webmail Mark-As-Junk plugin | + | Copyright (C) 2012-2013, The Roundcube Dev Team | + | | + | Licensed under the GNU General Public License version 3 or | + | any later version with exceptions for 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['buttontext'] = 'هرزنامه'; +$labels['buttontitle'] = 'نشانه گذاری به عنوان هرزنامه'; +$labels['reportedasjunk'] = 'با موفقبت به عنوان هرزنامه گزارش شد'; +?> \ No newline at end of file
View file
roundcubemail-1.1.tar.gz/plugins/markasjunk/localization/ku.inc
Deleted
@@ -1,20 +0,0 @@ -<?php - -/* - +-----------------------------------------------------------------------+ - | plugins/markasjunk/localization/<lang>.inc | - | | - | Localization file of the Roundcube Webmail Mark-As-Junk plugin | - | Copyright (C) 2012-2013, The Roundcube Dev Team | - | | - | Licensed under the GNU General Public License version 3 or | - | any later version with exceptions for 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['buttontitle'] = 'nawnişani bka ba şkaw'; -$labels['reportedasjunk'] = 'ba gşti raport kra'; -?> \ No newline at end of file
View file
roundcubemail-1.1.tar.gz/plugins/new_user_dialog/localization/br.inc
Added
@@ -0,0 +1,20 @@ +<?php + +/* + +-----------------------------------------------------------------------+ + | 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 | + | | + | Licensed under the GNU General Public License version 3 or | + | any later version with exceptions for 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.1.tar.gz/plugins/newmail_notifier/localization/ku.inc
Added
@@ -0,0 +1,28 @@ +<?php + +/* + +-----------------------------------------------------------------------+ + | plugins/newmail_notifier/localization/<lang>.inc | + | | + | Localization file of the Roundcube Webmail New Mail Notifier plugin | + | Copyright (C) 2012-2013, The Roundcube Dev Team | + | | + | Licensed under the GNU General Public License version 3 or | + | any later version with exceptions for 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'; +$labels['test'] = 'Test'; +$labels['title'] = 'Emaila Nû!'; +$labels['body'] = 'Peyameke te ya nû heye.'; +$labels['testbody'] = 'Ev agahdariyeke testê ye.'; +$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.1.tar.gz/plugins/newmail_notifier/localization/ku_IQ.inc
Added
@@ -0,0 +1,19 @@ +<?php + +/* + +-----------------------------------------------------------------------+ + | plugins/newmail_notifier/localization/<lang>.inc | + | | + | Localization file of the Roundcube Webmail New Mail Notifier plugin | + | Copyright (C) 2012-2013, The Roundcube Dev Team | + | | + | Licensed under the GNU General Public License version 3 or | + | any later version with exceptions for 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.1.tar.gz/plugins/newmail_notifier/localization/tr_TR.inc
Changed
@@ -17,12 +17,12 @@ */ $labels['basic'] = 'Yeni mesajlarda web tarayıcı bildirimlerini göster'; $labels['desktop'] = 'Yeni mesajlarda masa üstü bildirimlerini göster'; -$labels['sound'] = 'Yeni mesajlarda muzik çal'; +$labels['sound'] = 'Yeni mesajlarda müzik çal'; $labels['test'] = 'Deneme'; $labels['title'] = 'Yeni E-posta!'; $labels['body'] = 'Yeni bir mesaj aldınız'; $labels['testbody'] = 'Bu bir test bildirimidir.'; -$labels['desktopdisabled'] = 'Web tarayıcınızda masa üstü bildirimi iptal edildi'; -$labels['desktopunsupported'] = 'Web tarayıcınız masa üstü bildidrimleri desteklemiyor'; +$labels['desktopdisabled'] = 'Web tarayıcınızda masaüstü bildirimi iptal edildi'; +$labels['desktopunsupported'] = 'Web tarayıcınız masaüstü bildirimleri desteklemiyor'; $labels['desktoptimeout'] = 'Masaüstü bildirimini kapat'; ?>
View file
roundcubemail-1.1.tar.gz/plugins/password/localization/ku.inc
Added
@@ -0,0 +1,33 @@ +<?php + +/* + +-----------------------------------------------------------------------+ + | plugins/password/localization/<lang>.inc | + | | + | Localization file of the Roundcube Webmail Password plugin | + | Copyright (C) 2012-2013, The Roundcube Dev Team | + | | + | Licensed under the GNU General Public License version 3 or | + | any later version with exceptions for 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û:'; +$labels['confpasswd'] = 'Şîfreya nû bipejirîne:'; +$messages['nopassword'] = 'Şîfreya nû binivîse.'; +$messages['nocurpassword'] = 'Şîfreya niha binivîse.'; +$messages['passwordincorrect'] = 'Şîfreya niha xelet e.'; +$messages['passwordinconsistency'] = 'Şîfre hevdu nagirin, dîsa biceribîne.'; +$messages['crypterror'] = 'Şîfreya nû nehat tomarkirin. Fonksiyona şîfrekirinê hat jibîrkirin.'; +$messages['connecterror'] = 'Şîfreya nû nehat tomarkirin. Çewtiya girêdanê.'; +$messages['internalerror'] = 'Şîfre nehat tomarkirin.'; +$messages['passwordshort'] = 'Divê şîfre ji $length karakteran kêmtir nebe.'; +$messages['passwordweak'] = 'Divê di şîfreyê de herî kêm hejmarek û karakterekî xalbendiyê hebe.'; +$messages['passwordforbidden'] = 'Şîfre karakterên qedexe dihewîne.'; +$messages['firstloginchange'] = 'Ev têketina te ya yekemîn e. Ji kerema xwe şîfreya xwe biguherîne.'; +?>
View file
roundcubemail-1.1.tar.gz/plugins/password/localization/ku_IQ.inc
Added
@@ -0,0 +1,30 @@ +<?php + +/* + +-----------------------------------------------------------------------+ + | plugins/password/localization/<lang>.inc | + | | + | Localization file of the Roundcube Webmail Password plugin | + | Copyright (C) 2012-2013, The Roundcube Dev Team | + | | + | Licensed under the GNU General Public License version 3 or | + | any later version with exceptions for 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'] = 'تێپەڕەوشەی نوێ:'; +$labels['confpasswd'] = 'پشتڕاستکردنەوەی تێپەڕەوشەی نوێ:'; +$messages['nopassword'] = 'تکایە تێپەڕەوشەی نوێ بنووسە.'; +$messages['nocurpassword'] = 'تکایە تێپەڕەوشەی ئێستا بنووسە.'; +$messages['passwordincorrect'] = 'تێپەڕەوشەی ئێستا نادروستە.'; +$messages['passwordinconsistency'] = 'تێپەڕەوشەکان هاویەک نین، تکایە دووبارە هەوڵبدەوە.'; +$messages['connecterror'] = 'نەتوانرا تێپەڕەوشەی نوێ پاشەکەوت بکرێت. هەڵەی پەیوەندیکردن.'; +$messages['internalerror'] = 'نەتوانرا تێپەڕەوشەی نوێ پاشەکەوت بکرێت.'; +$messages['passwordforbidden'] = 'تێپەڕەوشە نووسەی ڕێپێنەدراوی تێدایە.'; +$messages['firstloginchange'] = 'ئەمە یەکەم چوونەژوورەوەتە. تکایە تێپەڕەوشەکەت بگۆڕە.'; +?>
View file
roundcubemail-1.1.tar.gz/plugins/subscriptions_option/localization/ku.inc
Added
@@ -0,0 +1,19 @@ +<?php + +/* + +-----------------------------------------------------------------------+ + | plugins/subscriptions_option/localization/<lang>.inc | + | | + | Localization file of the Roundcube Webmail Subscriptions plugin | + | Copyright (C) 2012-2013, The Roundcube Dev Team | + | | + | Licensed under the GNU General Public License version 3 or | + | any later version with exceptions for 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.1.tar.gz/plugins/userinfo/localization/ku_IQ.inc
Added
@@ -0,0 +1,22 @@ +<?php + +/* + +-----------------------------------------------------------------------+ + | plugins/userinfo/localization/<lang>.inc | + | | + | Localization file of the Roundcube Webmail Userinfo plugin | + | Copyright (C) 2012-2013, The Roundcube Dev Team | + | | + | Licensed under the GNU General Public License version 3 or | + | any later version with exceptions for 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.1.tar.gz/plugins/vcard_attachments/localization/br.inc
Added
@@ -0,0 +1,20 @@ +<?php + +/* + +-----------------------------------------------------------------------+ + | plugins/vcard_attachments/localization/<lang>.inc | + | | + | Localization file of the Roundcube Webmail Vcard Attachments plugin | + | Copyright (C) 2012-2013, The Roundcube Dev Team | + | | + | Licensed under the GNU General Public License version 3 or | + | any later version with exceptions for 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.1.tar.gz/plugins/vcard_attachments/localization/ku.inc
Added
@@ -0,0 +1,20 @@ +<?php + +/* + +-----------------------------------------------------------------------+ + | plugins/vcard_attachments/localization/<lang>.inc | + | | + | Localization file of the Roundcube Webmail Vcard Attachments plugin | + | Copyright (C) 2012-2013, The Roundcube Dev Team | + | | + | Licensed under the GNU General Public License version 3 or | + | any later version with exceptions for 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.1.tar.gz/plugins/zipdownload/localization/ku.inc
Added
@@ -0,0 +1,22 @@ +<?php + +/* + +-----------------------------------------------------------------------+ + | plugins/zipdownload/localization/<lang>.inc | + | | + | Localization file of the Roundcube Webmail Zipdownload plugin | + | Copyright (C) 2012-2014, The Roundcube Dev Team | + | | + | Licensed under the GNU General Public License version 3 or | + | any later version with exceptions for 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)'; +$labels['downloadmaildir'] = 'Maildir format (.zip)'; +$labels['downloademl'] = 'Çavkanî (.eml)';
View file
roundcubemail-1.1.tar.gz/plugins/zipdownload/localization/ku_IQ.inc
Added
@@ -0,0 +1,22 @@ +<?php + +/* + +-----------------------------------------------------------------------+ + | plugins/zipdownload/localization/<lang>.inc | + | | + | Localization file of the Roundcube Webmail Zipdownload plugin | + | Copyright (C) 2012-2014, The Roundcube Dev Team | + | | + | Licensed under the GNU General Public License version 3 or | + | any later version with exceptions for 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)'; +$labels['downloadmaildir'] = 'Maildir format (.zip)'; +$labels['downloademl'] = 'Source (.eml)';
View file
roundcubemail-1.1.tar.gz/program/lib/Roundcube/rcube_charset.php
Changed
@@ -654,36 +654,47 @@ if ($string[0] == "\0" && $string[1] != "\0" && $string[2] == "\0" && $string[3] != "\0") return 'UTF-16BE'; if ($string[0] != "\0" && $string[1] == "\0" && $string[2] != "\0" && $string[3] == "\0") return 'UTF-16LE'; - if (function_exists('mb_detect_encoding')) { - if (empty($language)) { - $rcube = rcube::get_instance(); - $language = $rcube->get_user_language(); - } + if (empty($language)) { + $rcube = rcube::get_instance(); + $language = $rcube->get_user_language(); + } - // Prioritize charsets according to current language (#1485669) - switch ($language) { - case 'ja_JP': - $prio = array('ISO-2022-JP', 'JIS', 'UTF-8', 'EUC-JP', 'eucJP-win', 'SJIS', 'SJIS-win'); - break; + // Prioritize charsets according to current language (#1485669) + switch ($language) { + case 'ja_JP': + $prio = array('ISO-2022-JP', 'JIS', 'UTF-8', 'EUC-JP', 'eucJP-win', 'SJIS', 'SJIS-win'); + break; - case 'zh_CN': - case 'zh_TW': - $prio = array('UTF-8', 'BIG-5', 'GB2312', 'EUC-TW'); - break; + case 'zh_CN': + case 'zh_TW': + $prio = array('UTF-8', 'BIG-5', 'GB2312', 'EUC-TW'); + break; - case 'ko_KR': - $prio = array('UTF-8', 'EUC-KR', 'ISO-2022-KR'); - break; + case 'ko_KR': + $prio = array('UTF-8', 'EUC-KR', 'ISO-2022-KR'); + break; - case 'ru_RU': - $prio = array('UTF-8', 'WINDOWS-1251', 'KOI8-R'); - break; + case 'ru_RU': + $prio = array('UTF-8', 'WINDOWS-1251', 'KOI8-R'); + break; + + case 'tr_TR': + $prio = array('UTF-8', 'ISO-8859-9', 'WINDOWS-1254'); + break; + } - case 'tr_TR': - $prio = array('UTF-8', 'ISO-8859-9', 'WINDOWS-1254'); - break; + // mb_detect_encoding() is not reliable for some charsets (#1490135) + // use mb_check_encoding() to make charset priority lists really working + if ($prio && function_exists('mb_check_encoding')) { + foreach ($prio as $encoding) { + if (mb_check_encoding($string, $encoding)) { + return $encoding; + } + } + } - default: + if (function_exists('mb_detect_encoding')) { + if (!$prio) { $prio = array('UTF-8', 'SJIS', 'GB2312', 'ISO-8859-1', 'ISO-8859-2', 'ISO-8859-3', 'ISO-8859-4', 'ISO-8859-5', 'ISO-8859-6', 'ISO-8859-7', 'ISO-8859-8', 'ISO-8859-9', @@ -695,7 +706,9 @@ $encodings = array_unique(array_merge($prio, mb_list_encodings())); - return mb_detect_encoding($string, $encodings); + if ($encoding = mb_detect_encoding($string, $encodings)) { + return $encoding; + } } // No match, check for UTF-8
View file
roundcubemail-1.1.tar.gz/program/localization/ku/messages.inc
Changed
@@ -15,13 +15,19 @@ 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'; $messages['sessionerror'] = 'Danişîna te çewt e an jî bi dawî bûye'; $messages['storageerror'] = 'Girêdana pêşkêşkara IMAP têk çû'; $messages['nomessagesfound'] = 'Di vê peyamdankê de tu peyam nehat dîtin'; $messages['loggedout'] = 'Te danişînî bi dawî anî. Oxir be!'; +$messages['mailboxempty'] = 'Cihê peyamên hatî vala ye'; +$messages['nomessages'] = 'Peyam nîn in'; +$messages['refreshing'] = 'Tê tezekirin...'; $messages['loading'] = 'Tê barkirin...'; +$messages['uploading'] = 'Pel tê barkirin...'; +$messages['uploadingmany'] = 'Pel tên barkirin...'; $messages['loadingdata'] = 'Dane tên barkirin...'; $messages['checkingmail'] = 'Li peyamên nû vedinihêre...'; $messages['sendingmessage'] = 'Peyamê dişîne...'; @@ -29,6 +35,8 @@ $messages['savingmessage'] = 'Peyam tê hilanîn...'; $messages['messagesaved'] = 'Peyam di Hilanînî de hat hilanîn'; $messages['successfullysaved'] = 'Hat hilanîn'; +$messages['savingresponse'] = 'Bersiva nivîsê tê tomarkirin...'; +$messages['deleteresponseconfirm'] = 'Tu bi rastî dixwazî vê nivîsa bersivê jê bibî?'; $messages['addedsuccessfully'] = 'Têkilî li navnîşanan hat zêdekirin'; $messages['contactexists'] = 'Têkiliyeke bi vê navnîşanê jixwe heye'; $messages['blockedimages'] = 'Ji bo ewlekariya te wêneyên cuda yên vê peyamê hatin astenkirin.'; @@ -36,12 +44,17 @@ $messages['nocontactsfound'] = 'Tu têkiliyek nehat dîtin'; $messages['contactnotfound'] = 'Têkiliya dihat xwestin nehat dîtin'; $messages['sendingfailed'] = 'Peyam nehat şandin'; +$messages['senttooquickly'] = 'Ji kerema xwe, bo $ saniyek saniye(yan) bisekine beriya şandina vê peyamê.'; +$messages['errorsaving'] = 'Wextê tomarkirinê çewtiyek çêbû. '; $messages['errormoving'] = 'Ciyê peyamê nehat guherandin'; $messages['errordeleting'] = 'Peyam nehat jêbirin'; $messages['deletecontactconfirm'] = 'Ji dil dixwazî têkiliya/ên nîşankirî jê bibî?'; $messages['deletemessagesconfirm'] = 'Ji dil dixwazî peya/ên nîşankirî jê bibî?'; $messages['deletefolderconfirm'] = 'Ji dil dixwazî vê peldankê jê bibî?'; $messages['purgefolderconfirm'] = 'Ji dil dixwazî hemû peyamên di vê peldankê de jê bibî?'; +$messages['groupdeleting'] = 'Kom tê rakirin...'; +$messages['folderdeleting'] = 'Dosye tê rakirin...'; +$messages['foldermoving'] = 'Dosye tê kêşandin...'; $messages['formincomplete'] = 'Form bi temamî nehat tijekirin'; $messages['noemailwarning'] = 'Tika ye, navnîşaneke rast têkevê'; $messages['nonamewarning'] = 'Tika ye, navekî têkevê'; @@ -56,8 +69,10 @@ $messages['searchnomatch'] = 'Di lêgerînê de tu tişt nehat dîtin'; $messages['searching'] = 'Digere...'; $messages['checking'] = 'Vedinihêre...'; +$messages['stillsearching'] = 'Hin lê digere...'; $messages['nospellerrors'] = 'Tu şaşiyeke rastnivîsê nehat dîtin'; $messages['folderdeleted'] = 'Peldank hat jêbirin'; +$messages['folderpurged'] = 'Dosye bi serkeftin hat valakirin.'; $messages['deletedsuccessfully'] = 'Hat jêbirin'; $messages['converting'] = 'Formatkirin ji peyamê tê birin...'; $messages['messageopenerror'] = 'Peyam ji pêşkêşkar nehat barkirin'; @@ -66,7 +81,10 @@ $messages['sourceisreadonly'] = 'Çavkaniya vê navnîşanê tenê-xwendin e'; $messages['errorsavingcontact'] = 'Navnîşana têkiliyê nehat barkirin'; $messages['movingmessage'] = 'Ciyê peyamê tê guhertin...'; +$messages['copyingmessage'] = 'Peyam(gel) tên kopîkirin... '; +$messages['deletingmessage'] = 'Peyam(gel) tê jêbirin...'; $messages['receiptsent'] = 'Rapora şandina serkeftî'; $messages['errorsendingreceipt'] = 'Rapor nehat şandin'; $messages['nodeletelastidentity'] = 'Nikarî vê nasnameyê jê bibî. Ew ya dawî ye.'; +$messages['groupcreated'] = 'Kom bi serkeftin hat afirandin.'; ?>
View file
roundcubemail-1.1.tar.gz/program/localization/ku_IQ
Added
+(directory)
View file
roundcubemail-1.1.tar.gz/program/localization/ku_IQ/labels.inc
Added
@@ -0,0 +1,99 @@ +<?php + +/* + +-----------------------------------------------------------------------+ + | localization/<lang>/labels.inc | + | | + | Localization file of the Roundcube Webmail client | + | Copyright (C) 2005-2013, The Roundcube Dev Team | + | | + | Licensed under the GNU General Public License version 3 or | + | any later version with exceptions 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['login'] = 'چوونەژوورەوە'; +$labels['logout'] = 'دەرچوون'; +$labels['settings'] = 'ڕێکخستنەکان'; +$labels['inbox'] = 'هاتوو'; +$labels['sent'] = 'نێردراو'; +$labels['subject'] = 'ناونیشان'; +$labels['from'] = 'لە'; +$labels['to'] = 'بۆ'; +$labels['date'] = 'بەروار'; +$labels['size'] = 'قەبارە'; +$labels['readstatus'] = 'ڕەوشی خوێندنەوە'; +$labels['listoptions'] = 'لیستی هەڵبژاردەکان'; +$labels['mailboxlist'] = 'بوخچەکان'; +$labels['copy'] = 'لەبەرگرتنەوە'; +$labels['move'] = 'گواستنەوە'; +$labels['moveto'] = 'گواستنەوە بۆ'; +$labels['copyto'] = 'گواستنەوە بۆ...'; +$labels['download'] = 'داگرتن'; +$labels['open'] = 'کردنەوە'; +$labels['showattachment'] = 'پیشاندان'; +$labels['filename'] = 'ناوی پەڕگە'; +$labels['filesize'] = 'قەبارەی پەڕگە'; +$labels['reply'] = 'وەڵامدانەوە'; +$labels['options'] = 'هەڵبژاردەکان'; +$labels['first'] = 'یەکەم'; +$labels['last'] = 'کۆتایی'; +$labels['previous'] = 'پێشتر'; +$labels['next'] = 'دواتر'; +$labels['select'] = 'هەڵبژاردن'; +$labels['all'] = 'هەمووی'; +$labels['none'] = 'هیچ'; +$labels['currpage'] = 'پەڕی ئێستا'; +$labels['list'] = 'لیست'; +$labels['fromto'] = 'لە/بۆ'; +$labels['attachment'] = 'هاوپێچ'; +$labels['nonesort'] = 'هیچ'; +$labels['sentdate'] = 'بەرواری ناردن'; +$labels['arrival'] = 'بەرواری گەیشتن'; +$labels['empty'] = 'بەتاڵ'; +$labels['unknown'] = 'نەناسراو'; +$labels['unlimited'] = 'بێ سنوور'; +$labels['quotatotal'] = 'سنوور'; +$labels['quotaused'] = 'بەکارهاتوو'; +$labels['allfolders'] = 'هەموو بوخچەکان'; +$labels['send'] = 'ناردن'; +$labels['responsename'] = 'ناو'; +$labels['attach'] = 'هاوپێچ'; +$labels['attachments'] = 'هاوپێچەکان'; +$labels['upload'] = 'بارکردن'; +$labels['close'] = 'داخستن'; +$labels['nickname'] = 'نازناو'; +$labels['jobtitle'] = 'ناونیشانی کار'; +$labels['department'] = 'بەش'; +$labels['gender'] = 'ڕەگەز'; +$labels['phone'] = 'تەلەفۆن'; +$labels['address'] = 'ناونیشان'; +$labels['street'] = 'شەقام'; +$labels['locality'] = 'شار'; +$labels['country'] = 'وڵات'; +$labels['birthday'] = 'ڕۆژی لەدایکبوون'; +$labels['website'] = 'ماڵپەڕ'; +$labels['notes'] = 'تێبینییەکان'; +$labels['male'] = 'نێر'; +$labels['female'] = 'مێ'; +$labels['manager'] = 'بەڕێوەبەر'; +$labels['allfields'] = 'هەموو خانەکان'; +$labels['search'] = 'گەڕان'; +$labels['searchresult'] = 'ئەنجامی گەڕان'; +$labels['advsearch'] = 'گەڕانی پێشکەوتوو'; +$labels['advanced'] = 'پێشکەوتوو'; +$labels['typehome'] = 'ماڵ'; +$labels['typework'] = 'کار'; +$labels['typemobile'] = 'مۆبایل'; +$labels['typemain'] = 'سەرەکی'; +$labels['savelocalstorage'] = ""; +$labels['helplistkeyboardnavigation'] = ""; +$labels['helplistkeyboardnavmessages'] = ""; +$labels['helplistkeyboardnavcontacts'] = ""; +?>
View file
roundcubemail-1.1.tar.gz/program/localization/ku_IQ/messages.inc
Added
@@ -0,0 +1,20 @@ +<?php + +/* + +-----------------------------------------------------------------------+ + | localization/<lang>/messages.inc | + | | + | Localization file of the Roundcube Webmail client | + | Copyright (C) 2005-2014, The Roundcube Dev Team | + | | + | Licensed under the GNU General Public License version 3 or | + | any later version with exceptions 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.1.tar.gz/program/localization/ru_RU/csv2vcard.inc
Added
@@ -0,0 +1,45 @@ +<?php + +/* + +-----------------------------------------------------------------------+ + | localization/ru_RU/csv2vcard.inc | + | | + | Language file of the Roundcube Webmail client | + | Copyright (C) 2005-2014, The Roundcube Dev Team | + | | + | Licensed under the GNU General Public License version 3 or | + | any later version with exceptions for skins & plugins. | + | See the README file for a full license statement. | + | | + +-----------------------------------------------------------------------+ + | Author: Aleksander Machniak <alec@alec.pl> | + +-----------------------------------------------------------------------+ +*/ +$map['birth_day'] = "День рождения"; +$map['birth_month'] = "Месяц рождения"; +$map['birth_year'] = "Год рождения"; +$map['display_name'] = "Отображаемое имя"; +$map['fax_number'] = "Номер факса"; +$map['home_address'] = "Адрес"; +$map['home_city_short'] = "Город"; +$map['home_state_short'] = "Штат"; +$map['home_country'] = "Страна"; +$map['home_zipcode'] = "Почтовый индекс"; +$map['mobile_number'] = "Номер сотового телефона"; +$map['nickname'] = "Псевдоним"; +$map['organization'] = "Организация"; +$map['pager_number'] = "Номер пейджера"; +$map['primary_email'] = "Адрес электронной почты"; +$map['secondary_email'] = "Альтернативный адрес электронной почты"; +$map['web_page_1'] = "Веб-страница 1"; +$map['web_page_2'] = "Веб-страница 2"; +$map['web_page'] = "Веб-страница"; +$map['notes'] = "Заметки"; +$map['work_phone'] = "Рабочий телефон"; +$map['work_address'] = "Адрес (раб.)"; +$map['work_country'] = "Страна (раб.)"; +$map['work_zipcode'] = "Почтовый индекс (раб.)"; +$map['last'] = "Фамилия"; +$map['first'] = "Имя"; +$map['work_city'] = "Город (раб.)"; +$map['work_state_short'] = "Штат (раб.)";
View file
roundcubemail-1.1.tar.gz/program/steps/mail/sendmail.inc
Changed
@@ -428,8 +428,7 @@ $attachment = $RCMAIL->plugins->exec_hook('attachment_get', $attachment); if ($isHtml) { - $dispurl = '/\s(poster|src)\s*=\s*[\'"]*\S+display-attachment\S+file=rcmfile' - . preg_quote($attachment['id']) . '[\s\'"]*/'; + $dispurl = '/[\'"]\S+display-attachment\S+file=rcmfile' . preg_quote($attachment['id']) . '[\'"]/'; $message_body = $MAIL_MIME->getHTMLBody(); $is_inline = preg_match($dispurl, $message_body); } @@ -449,7 +448,7 @@ $cid .= '@localhost'; } - $message_body = preg_replace($dispurl, ' \\1="cid:' . $cid . '" ', $message_body); + $message_body = preg_replace($dispurl, '"cid:' . $cid . '"', $message_body); $MAIL_MIME->setHTMLBody($message_body);
View file
roundcubemail-1.1.tar.gz/skins/larry/mail.css
Changed
@@ -992,6 +992,7 @@ #messagebody p.image-attachment { position: relative; padding: 1em; + margin-bottom: 0; border-top: 1px solid #ccc; }
View file
roundcubemail.dsc
Changed
@@ -2,7 +2,7 @@ Source: roundcubemail Binary: roundcubemail Architecture: all -Version: 1:1.1~dev20141105-0~kolab1 +Version: 1:1.1~dev20141111-0~kolab1 Maintainer: Debian Roundcube Maintainers <pkg-roundcube-maintainers@lists.alioth.debian.org> Uploaders: Vincent Bernat <bernat@debian.org>, Romain Beauxis <toots@rastageeks.org>, Jeroen van Meeuwen (Kolab Systems) <vanmeeuwen@kolabsys.com>, Paul Klos <kolab@klos2day.nl> Homepage: http://www.roundcube.net/
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
.