Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/roundcube/roundcubemail.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAleksander Machniak <alec@alec.pl>2016-12-15 11:42:17 +0300
committerAleksander Machniak <alec@alec.pl>2016-12-15 11:42:17 +0300
commit692cb9c63b9223ee20a32b19e970106ce8a852a4 (patch)
tree4a89e6520f05f9c5a0ce306c5acbf3e1e6c22465 /plugins/help/localization
parent930c921bed471ee6ab3d92ba86468fa0ccc2a701 (diff)
Update localization
Diffstat (limited to 'plugins/help/localization')
-rw-r--r--plugins/help/localization/is_IS.inc22
-rw-r--r--plugins/help/localization/sl_SI.inc1
-rw-r--r--plugins/help/localization/sq_AL.inc4
-rw-r--r--plugins/help/localization/tr_TR.inc2
4 files changed, 27 insertions, 2 deletions
diff --git a/plugins/help/localization/is_IS.inc b/plugins/help/localization/is_IS.inc
new file mode 100644
index 000000000..98271c1cd
--- /dev/null
+++ b/plugins/help/localization/is_IS.inc
@@ -0,0 +1,22 @@
+<?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'] = 'Hjálp';
+$labels['about'] = 'Um hugbúnaðinn';
+$labels['license'] = 'Notkunarleyfi';
+$labels['csrfinfo'] = 'Lestumeira uF og hvernig við verjum þig';
+?>
diff --git a/plugins/help/localization/sl_SI.inc b/plugins/help/localization/sl_SI.inc
index 509e66749..c0942b464 100644
--- a/plugins/help/localization/sl_SI.inc
+++ b/plugins/help/localization/sl_SI.inc
@@ -18,4 +18,5 @@
$labels['help'] = 'Pomoč';
$labels['about'] = 'Vizitka';
$labels['license'] = 'Licenca';
+$labels['csrfinfo'] = 'Preberite več o CSRF in kako ste zaščiteni';
?>
diff --git a/plugins/help/localization/sq_AL.inc b/plugins/help/localization/sq_AL.inc
index 8d6dcc1f9..8812e3c61 100644
--- a/plugins/help/localization/sq_AL.inc
+++ b/plugins/help/localization/sq_AL.inc
@@ -16,5 +16,7 @@
For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-help/
*/
$labels['help'] = 'Ndihmë';
-$labels['license'] = 'Licenca';
+$labels['about'] = 'Rreth';
+$labels['license'] = 'Licencë';
+$labels['csrfinfo'] = 'Lexoni më teprë rreth CSRF-së dhe se si ju mbrojmë';
?>
diff --git a/plugins/help/localization/tr_TR.inc b/plugins/help/localization/tr_TR.inc
index 6a79b4824..7b00ae873 100644
--- a/plugins/help/localization/tr_TR.inc
+++ b/plugins/help/localization/tr_TR.inc
@@ -18,5 +18,5 @@
$labels['help'] = 'Yardım';
$labels['about'] = 'Hakkında';
$labels['license'] = 'Lisans';
-$labels['csrfinfo'] = 'Sizi koruma ve CSRF hakkında daha fazla bilgi.';
+$labels['csrfinfo'] = 'Korunmanız ve CSRF hakkında ayrıntılı bilgi.';
?>