Mercurial > hg > rc2
comparison program/localization/ur_PK/labels.inc @ 0:4681f974d28b
vanilla 1.3.3 distro, I hope
author | Charlie Root |
---|---|
date | Thu, 04 Jan 2018 15:52:31 -0500 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
-1:000000000000 | 0:4681f974d28b |
---|---|
1 <?php | |
2 | |
3 /* | |
4 +-----------------------------------------------------------------------+ | |
5 | localization/<lang>/labels.inc | | |
6 | | | |
7 | Localization file of the Roundcube Webmail client | | |
8 | Copyright (C) 2005-2015, The Roundcube Dev Team | | |
9 | | | |
10 | Licensed under the GNU General Public License version 3 or | | |
11 | any later version with exceptions for skins & plugins. | | |
12 | See the README file for a full license statement. | | |
13 | | | |
14 +-----------------------------------------------------------------------+ | |
15 | |
16 For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/labels/ | |
17 */ | |
18 $labels['welcome'] = ' $product میں خوش آمدید'; | |
19 $labels['username'] = 'صارف'; | |
20 $labels['password'] = 'پاسورڈ'; | |
21 $labels['server'] = 'سَروَر'; | |
22 $labels['logout'] = 'لاگ آؤٹ'; | |
23 $labels['mail'] = 'میل'; | |
24 $labels['settings'] = 'ترتیبات'; | |
25 $labels['addressbook'] = 'ایڈریس بک'; | |
26 $labels['inbox'] = 'ان باکس'; | |
27 $labels['drafts'] = 'ڈرافٹ'; | |
28 $labels['subject'] = 'مضمون'; | |
29 $labels['from'] = 'از'; | |
30 $labels['sender'] = 'بھیجنے والا'; | |
31 $labels['download'] = 'ڈاؤن لوڈ'; | |
32 $labels['showanyway'] = 'جیسا بھی ہے ظاہر کر دیں'; | |
33 $labels['markread'] = 'جیسے پڑھ لیا ہو'; | |
34 $labels['markunread'] = 'جیسے ابھی نہ پڑھا ہو'; | |
35 $labels['more'] = 'مزید'; | |
36 $labels['back'] = 'واپس'; | |
37 $labels['select'] = 'مۃنتخب کریں'; | |
38 $labels['all'] = 'تمام'; | |
39 $labels['none'] = 'کوئی نہیں'; | |
40 $labels['currpage'] = 'موجودہ حفحہ'; | |
41 $labels['unread'] = 'نہیں پڑھا'; | |
42 $labels['deleted'] = 'ختم ہو گیا'; | |
43 $labels['undeleted'] = 'ختم نہیں ہُوا'; | |
44 $labels['invert'] = 'شکل تبدیل کریں'; | |
45 $labels['list'] = 'لِسٹ'; | |
46 $labels['expand-all'] = 'تمام کھولیں'; | |
47 $labels['attachment'] = 'مُنسلَک شُدہ'; | |
48 $labels['nonesort'] = 'کوئی نہیں'; | |
49 ?> |