Synchronized localizations with Transifex
parent
2196f50437
commit
c973f003e5
@ -0,0 +1,31 @@
|
|||||||
|
<?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['username'] = 'المستخدم :';
|
||||||
|
$labels['add'] = 'إضافة';
|
||||||
|
$labels['acld'] = 'حذف الرسائل';
|
||||||
|
$labels['aclt'] = 'حذف الرسائل';
|
||||||
|
$labels['aclx'] = 'حذف المجلد';
|
||||||
|
$labels['aclother'] = 'آخر';
|
||||||
|
$labels['acldelete'] = 'حذف';
|
||||||
|
$labels['shortaclc'] = 'أنشئ';
|
||||||
|
$labels['shortaclk'] = 'أنشئ';
|
||||||
|
$labels['shortacld'] = 'حذف';
|
||||||
|
$labels['shortaclt'] = 'حذف';
|
||||||
|
$labels['shortaclother'] = 'آخر';
|
||||||
|
$labels['shortacldelete'] = 'حذف';
|
||||||
|
?>
|
@ -0,0 +1,27 @@
|
|||||||
|
<?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['aclread'] = 'পড়';
|
||||||
|
$labels['acldelete'] = 'ফেলে দিন';
|
||||||
|
$labels['shortaclr'] = 'পড়';
|
||||||
|
$labels['shortaclc'] = 'প্রস্তুত করুন';
|
||||||
|
$labels['shortaclk'] = 'প্রস্তুত করুন';
|
||||||
|
$labels['shortacld'] = 'ফেলে দিন';
|
||||||
|
$labels['shortaclt'] = 'ফেলে দিন';
|
||||||
|
$labels['shortaclread'] = 'পড়';
|
||||||
|
$labels['shortacldelete'] = 'ফেলে দিন';
|
||||||
|
?>
|
@ -0,0 +1,24 @@
|
|||||||
|
<?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['acldelete'] = 'मिटा';
|
||||||
|
$labels['shortaclc'] = 'बनाऐं';
|
||||||
|
$labels['shortaclk'] = 'बनाऐं';
|
||||||
|
$labels['shortacld'] = 'मिटा';
|
||||||
|
$labels['shortaclt'] = 'मिटा';
|
||||||
|
$labels['shortacldelete'] = 'मिटा';
|
||||||
|
?>
|
@ -0,0 +1,21 @@
|
|||||||
|
<?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['add'] = 'ಸೇರಿಸು';
|
||||||
|
$labels['shortaclc'] = 'ರಚಿಸು';
|
||||||
|
$labels['shortaclk'] = 'ರಚಿಸು';
|
||||||
|
?>
|
@ -0,0 +1,28 @@
|
|||||||
|
<?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['add'] = 'ചേര്ക്കു';
|
||||||
|
$labels['aclother'] = 'മറ്റുള്ളത്';
|
||||||
|
$labels['aclread'] = 'വായിച്ചവ';
|
||||||
|
$labels['acldelete'] = 'നീക്കം ചെയ്യുക';
|
||||||
|
$labels['shortaclr'] = 'വായിച്ചവ';
|
||||||
|
$labels['shortacld'] = 'നീക്കം ചെയ്യുക';
|
||||||
|
$labels['shortaclt'] = 'നീക്കം ചെയ്യുക';
|
||||||
|
$labels['shortaclother'] = 'മറ്റുള്ളത്';
|
||||||
|
$labels['shortaclread'] = 'വായിച്ചവ';
|
||||||
|
$labels['shortacldelete'] = 'നീക്കം ചെയ്യുക';
|
||||||
|
?>
|
@ -0,0 +1,27 @@
|
|||||||
|
<?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['add'] = 'समावेश करा';
|
||||||
|
$labels['aclother'] = 'इतर';
|
||||||
|
$labels['acldelete'] = 'नष्ट करा';
|
||||||
|
$labels['shortaclc'] = 'तयार करा';
|
||||||
|
$labels['shortaclk'] = 'तयार करा';
|
||||||
|
$labels['shortacld'] = 'नष्ट करा';
|
||||||
|
$labels['shortaclt'] = 'नष्ट करा';
|
||||||
|
$labels['shortaclother'] = 'इतर';
|
||||||
|
$labels['shortacldelete'] = 'नष्ट करा';
|
||||||
|
?>
|
@ -0,0 +1,24 @@
|
|||||||
|
<?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['acldelete'] = 'Padam';
|
||||||
|
$labels['shortaclc'] = 'Cipta';
|
||||||
|
$labels['shortaclk'] = 'Cipta';
|
||||||
|
$labels['shortacld'] = 'Padam';
|
||||||
|
$labels['shortaclt'] = 'Padam';
|
||||||
|
$labels['shortacldelete'] = 'Padam';
|
||||||
|
?>
|
@ -0,0 +1,24 @@
|
|||||||
|
<?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['acldelete'] = 'मेटाउनुहोस';
|
||||||
|
$labels['shortaclc'] = 'बनाउनुहोस';
|
||||||
|
$labels['shortaclk'] = 'बनाउनुहोस';
|
||||||
|
$labels['shortacld'] = 'मेटाउनुहोस';
|
||||||
|
$labels['shortaclt'] = 'मेटाउनुहोस';
|
||||||
|
$labels['shortacldelete'] = 'मेटाउनुहोस';
|
||||||
|
?>
|
@ -0,0 +1,24 @@
|
|||||||
|
<?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['acldelete'] = 'ړنګول';
|
||||||
|
$labels['shortaclc'] = 'جوړول، رامنځ ته کول';
|
||||||
|
$labels['shortaclk'] = 'جوړول، رامنځ ته کول';
|
||||||
|
$labels['shortacld'] = 'ړنګول';
|
||||||
|
$labels['shortaclt'] = 'ړنګول';
|
||||||
|
$labels['shortacldelete'] = 'ړنګول';
|
||||||
|
?>
|
@ -0,0 +1,30 @@
|
|||||||
|
<?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['add'] = 'එක් කරන්න';
|
||||||
|
$labels['aclother'] = 'වෙනත්';
|
||||||
|
$labels['aclread'] = 'කියවන්න';
|
||||||
|
$labels['acldelete'] = 'මකන්න';
|
||||||
|
$labels['shortaclr'] = 'කියවන්න';
|
||||||
|
$labels['shortaclc'] = 'තනන්න';
|
||||||
|
$labels['shortaclk'] = 'තනන්න';
|
||||||
|
$labels['shortacld'] = 'මකන්න';
|
||||||
|
$labels['shortaclt'] = 'මකන්න';
|
||||||
|
$labels['shortaclother'] = 'වෙනත්';
|
||||||
|
$labels['shortaclread'] = 'කියවන්න';
|
||||||
|
$labels['shortacldelete'] = 'මකන්න';
|
||||||
|
?>
|
@ -0,0 +1,24 @@
|
|||||||
|
<?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['acldelete'] = 'நீக்கு';
|
||||||
|
$labels['shortaclc'] = 'உருவாக்கு';
|
||||||
|
$labels['shortaclk'] = 'உருவாக்கு';
|
||||||
|
$labels['shortacld'] = 'நீக்கு';
|
||||||
|
$labels['shortaclt'] = 'நீக்கு';
|
||||||
|
$labels['shortacldelete'] = 'நீக்கு';
|
||||||
|
?>
|
@ -0,0 +1,26 @@
|
|||||||
|
<?php
|
||||||
|
|
||||||
|
/*
|
||||||
|
+-----------------------------------------------------------------------+
|
||||||
|
| plugins/archive/localization/<lang>.inc |
|
||||||
|
| |
|
||||||
|
| Localization file of the Roundcube Webmail Archive plugin |
|
||||||
|
| Copyright (C) 2016, The Roundcube Dev Team |
|
||||||
|
| |
|
||||||
|
| Licensed under the GNU General Public License version 3 or |
|
||||||
|
| any later version with exceptions for 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'] = 'تم أرشفة الرسالة بنجاح';
|
||||||
|
$labels['archivefolder'] = 'أرشفة';
|
||||||
|
$labels['settingstitle'] = 'أرشفة';
|
||||||
|
$labels['archivetype'] = 'تقسيم الأرشيف بحسب';
|
||||||
|
$labels['archivetypefolder'] = 'المجلد الأصلي';
|
||||||
|
$labels['unkownsender'] = 'مجهول';
|
||||||
|
?>
|
@ -0,0 +1,19 @@
|
|||||||
|
<?php
|
||||||
|
|
||||||
|
/*
|
||||||
|
+-----------------------------------------------------------------------+
|
||||||
|
| plugins/archive/localization/<lang>.inc |
|
||||||
|
| |
|
||||||
|
| Localization file of the Roundcube Webmail Archive plugin |
|
||||||
|
| Copyright (C) 2016, The Roundcube Dev Team |
|
||||||
|
| |
|
||||||
|
| Licensed under the GNU General Public License version 3 or |
|
||||||
|
| any later version with exceptions for 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'] = 'অজানা';
|
||||||
|
?>
|
@ -0,0 +1,19 @@
|
|||||||
|
<?php
|
||||||
|
|
||||||
|
/*
|
||||||
|
+-----------------------------------------------------------------------+
|
||||||
|
| plugins/archive/localization/<lang>.inc |
|
||||||
|
| |
|
||||||
|
| Localization file of the Roundcube Webmail Archive plugin |
|
||||||
|
| Copyright (C) 2016, The Roundcube Dev Team |
|
||||||
|
| |
|
||||||
|
| Licensed under the GNU General Public License version 3 or |
|
||||||
|
| any later version with exceptions for 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'] = 'अज्ञात';
|
||||||
|
?>
|
@ -0,0 +1,19 @@
|
|||||||
|
<?php
|
||||||
|
|
||||||
|
/*
|
||||||
|
+-----------------------------------------------------------------------+
|
||||||
|
| plugins/archive/localization/<lang>.inc |
|
||||||
|
| |
|
||||||
|
| Localization file of the Roundcube Webmail Archive plugin |
|
||||||
|
| Copyright (C) 2016, The Roundcube Dev Team |
|
||||||
|
| |
|
||||||
|
| Licensed under the GNU General Public License version 3 or |
|
||||||
|
| any later version with exceptions for 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';
|
||||||
|
?>
|
@ -0,0 +1,19 @@
|
|||||||
|
<?php
|
||||||
|
|
||||||
|
/*
|
||||||
|
+-----------------------------------------------------------------------+
|
||||||
|
| plugins/archive/localization/<lang>.inc |
|
||||||
|
| |
|
||||||
|
| Localization file of the Roundcube Webmail Archive plugin |
|
||||||
|
| Copyright (C) 2016, The Roundcube Dev Team |
|
||||||
|
| |
|
||||||
|
| Licensed under the GNU General Public License version 3 or |
|
||||||
|
| any later version with exceptions for 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'] = 'अज्ञात';
|
||||||
|
?>
|
@ -0,0 +1,19 @@
|
|||||||
|
<?php
|
||||||
|
|
||||||
|
/*
|
||||||
|
+-----------------------------------------------------------------------+
|
||||||
|
| plugins/archive/localization/<lang>.inc |
|
||||||
|
| |
|
||||||
|
| Localization file of the Roundcube Webmail Archive plugin |
|
||||||
|
| Copyright (C) 2016, The Roundcube Dev Team |
|
||||||
|
| |
|
||||||
|
| Licensed under the GNU General Public License version 3 or |
|
||||||
|
| any later version with exceptions for 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'] = 'نامعلوم';
|
||||||
|
?>
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in New Issue