From 63573c931224d9496ab92027e94543dd9f7d9d36 Mon Sep 17 00:00:00 2001 From: Aleksander Machniak Date: Thu, 10 Oct 2013 18:30:46 +0200 Subject: Added Urdu (ur_PK) language support --- program/localization/index.inc | 1 + program/localization/ur_PK/labels.inc | 42 +++++++++++++++++++++++++++++++++ program/localization/ur_PK/messages.inc | 20 ++++++++++++++++ 3 files changed, 63 insertions(+) create mode 100644 program/localization/ur_PK/labels.inc create mode 100644 program/localization/ur_PK/messages.inc (limited to 'program/localization') diff --git a/program/localization/index.inc b/program/localization/index.inc index 4b848dc49..616999514 100644 --- a/program/localization/index.inc +++ b/program/localization/index.inc @@ -96,6 +96,7 @@ $rcube_languages = array( 'th_TH' => 'Thai (ไทย)', 'tr_TR' => 'Turkish (Türkçe)', 'uk_UA' => 'Ukrainian (Українська)', + 'ur_PK' => 'Urdu (اُردو)', 'vi_VN' => 'Vietnamese (Tiếng Việt)', 'cy_GB' => 'Welsh (Cymraeg)', 'fy_NL' => 'West Frisian (Frysk)', diff --git a/program/localization/ur_PK/labels.inc b/program/localization/ur_PK/labels.inc new file mode 100644 index 000000000..f05f85109 --- /dev/null +++ b/program/localization/ur_PK/labels.inc @@ -0,0 +1,42 @@ +/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['server'] = 'سَروَر'; +$labels['mail'] = 'میل'; +$labels['settings'] = 'ترتیبات'; +$labels['download'] = 'ڈاؤن لوڈ'; +$labels['showanyway'] = 'جیسا بھی ہے ظاہر کر دیں'; +$labels['markread'] = 'جیسے پڑھ لیا ہو'; +$labels['markunread'] = 'جیسے ابھی نہ پڑھا ہو'; +$labels['more'] = 'مزید'; +$labels['back'] = 'واپس'; +$labels['select'] = 'مۃنتخب کریں'; +$labels['all'] = 'تمام'; +$labels['none'] = 'کوئی نہیں'; +$labels['currpage'] = 'موجودہ حفحہ'; +$labels['unread'] = 'نہیں پڑھا'; +$labels['deleted'] = 'ختم ہو گیا'; +$labels['undeleted'] = 'ختم نہیں ہُوا'; +$labels['invert'] = 'شکل تبدیل کریں'; +$labels['list'] = 'لِسٹ'; +$labels['expand-all'] = 'تمام کھولیں'; +$labels['attachment'] = 'مُنسلَک شُدہ'; +$labels['nonesort'] = 'کوئی نہیں'; +?> diff --git a/program/localization/ur_PK/messages.inc b/program/localization/ur_PK/messages.inc new file mode 100644 index 000000000..9a3c2babb --- /dev/null +++ b/program/localization/ur_PK/messages.inc @@ -0,0 +1,20 @@ +/messages.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/messages/ +*/ + + +?> -- cgit v1.2.3