diff options
author | Thomas Bruederli <thomas@roundcube.net> | 2012-11-19 15:30:07 +0100 |
---|---|---|
committer | Thomas Bruederli <thomas@roundcube.net> | 2012-11-19 15:30:07 +0100 |
commit | 6199a72c8e11ca8fbfba631af552ddf53b9eebf7 (patch) | |
tree | b0151e286bf05b1a2703c5c05527323c029736d0 /plugins/newmail_notifier/localization | |
parent | 15eb32eee59c8a37160645320365f956caf15c95 (diff) |
Updated localization files from launchpad
Diffstat (limited to 'plugins/newmail_notifier/localization')
-rw-r--r-- | plugins/newmail_notifier/localization/ar_SA.inc | 26 | ||||
-rw-r--r-- | plugins/newmail_notifier/localization/az_AZ.inc | 26 | ||||
-rw-r--r-- | plugins/newmail_notifier/localization/km_KH.inc | 22 |
3 files changed, 74 insertions, 0 deletions
diff --git a/plugins/newmail_notifier/localization/ar_SA.inc b/plugins/newmail_notifier/localization/ar_SA.inc new file mode 100644 index 000000000..2273c1d99 --- /dev/null +++ b/plugins/newmail_notifier/localization/ar_SA.inc @@ -0,0 +1,26 @@ +<?php + +/* + +-----------------------------------------------------------------------+ + | localization/ar_SA/labels.inc | + | | + | Language file of the Roundcube Webmail client | + | Copyright (C) 2012, The Roundcube Dev Team | + | Licensed under the GNU General Public License | + | | + +-----------------------------------------------------------------------+ + | Author: Fifawe <hany.samir@gmail.com> | + +-----------------------------------------------------------------------+ +*/ + +$labels = array(); +$labels['basic'] = 'إظهار رسالة تنبيه فى المتصفح عند وصول رسالة جديدة'; +$labels['desktop'] = 'إظهار رسالة تنبيه على سطح المكتب عند وصول رسالة جديدة'; +$labels['sound'] = 'التنبيه الصوتى عند وصول رسالة جديدة'; +$labels['test'] = 'إختبار'; +$labels['title'] = 'رسالة جديدة'; +$labels['body'] = 'لديك رسالة جديدة'; +$labels['testbody'] = 'هذه رسالة تجربية'; +$labels['desktopdisabled'] = 'رسائل التنبيه على سطح المكتب غير مفعلة فى متصفح الانترنت الخاص بك'; +$labels['desktopunsupported'] = 'المتصفح الخاص بك لا يدعم رسائل سطح المكتب'; + diff --git a/plugins/newmail_notifier/localization/az_AZ.inc b/plugins/newmail_notifier/localization/az_AZ.inc new file mode 100644 index 000000000..ad776be03 --- /dev/null +++ b/plugins/newmail_notifier/localization/az_AZ.inc @@ -0,0 +1,26 @@ +<?php + +/* + +-----------------------------------------------------------------------+ + | localization/az_AZ/labels.inc | + | | + | Language file of the Roundcube Webmail client | + | Copyright (C) 2012, The Roundcube Dev Team | + | Licensed under the GNU General Public License | + | | + +-----------------------------------------------------------------------+ + | Author: Orkhan Guliyev <proger@box.az> | + +-----------------------------------------------------------------------+ +*/ + +$labels = array(); +$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'; +$labels['test'] = 'Sınaq'; +$labels['title'] = 'Yeni məktub!'; +$labels['body'] = 'Sizə məktub gəldi'; +$labels['testbody'] = 'Bu sınaq bildirişidir'; +$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'; + diff --git a/plugins/newmail_notifier/localization/km_KH.inc b/plugins/newmail_notifier/localization/km_KH.inc new file mode 100644 index 000000000..89d513293 --- /dev/null +++ b/plugins/newmail_notifier/localization/km_KH.inc @@ -0,0 +1,22 @@ +<?php + +/* + +-----------------------------------------------------------------------+ + | localization/km_KH/labels.inc | + | | + | Language file of the Roundcube Webmail client | + | Copyright (C) 2012, The Roundcube Dev Team | + | Licensed under the GNU General Public License | + | | + +-----------------------------------------------------------------------+ + | Author: samdyk | + +-----------------------------------------------------------------------+ +*/ + +$labels = array(); +$labels['sound'] = 'បន្លឹសម្កេងពេលមានសារថ្មី'; +$labels['test'] = 'សាកល្បង'; +$labels['title'] = 'មានសារថ្មី'; +$labels['body'] = 'អ្នកបានទទួលសារថ្មី'; +$labels['testbody'] = 'នេះជាការសាក្បងដំណឹង'; + |