Mercurial > hg > rc2
comparison program/localization/ku_IQ/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['login'] = 'چوونەژوورەوە'; | |
22 $labels['logout'] = 'دەرچوون'; | |
23 $labels['settings'] = 'ڕێکخستنەکان'; | |
24 $labels['inbox'] = 'هاتوو'; | |
25 $labels['sent'] = 'نێردراو'; | |
26 $labels['subject'] = 'ناونیشان'; | |
27 $labels['from'] = 'لە'; | |
28 $labels['to'] = 'بۆ'; | |
29 $labels['date'] = 'بەروار'; | |
30 $labels['size'] = 'قەبارە'; | |
31 $labels['readstatus'] = 'ڕەوشی خوێندنەوە'; | |
32 $labels['listoptions'] = 'لیستی هەڵبژاردەکان'; | |
33 $labels['mailboxlist'] = 'بوخچەکان'; | |
34 $labels['copy'] = 'لەبەرگرتنەوە'; | |
35 $labels['move'] = 'گواستنەوە'; | |
36 $labels['moveto'] = 'گواستنەوە بۆ'; | |
37 $labels['copyto'] = 'گواستنەوە بۆ...'; | |
38 $labels['download'] = 'داگرتن'; | |
39 $labels['open'] = 'کردنەوە'; | |
40 $labels['showattachment'] = 'پیشاندان'; | |
41 $labels['filename'] = 'ناوی پەڕگە'; | |
42 $labels['filesize'] = 'قەبارەی پەڕگە'; | |
43 $labels['reply'] = 'وەڵامدانەوە'; | |
44 $labels['options'] = 'هەڵبژاردەکان'; | |
45 $labels['first'] = 'یەکەم'; | |
46 $labels['last'] = 'کۆتایی'; | |
47 $labels['previous'] = 'پێشتر'; | |
48 $labels['next'] = 'دواتر'; | |
49 $labels['select'] = 'هەڵبژاردن'; | |
50 $labels['all'] = 'هەمووی'; | |
51 $labels['none'] = 'هیچ'; | |
52 $labels['currpage'] = 'پەڕی ئێستا'; | |
53 $labels['list'] = 'لیست'; | |
54 $labels['fromto'] = 'لە/بۆ'; | |
55 $labels['attachment'] = 'هاوپێچ'; | |
56 $labels['nonesort'] = 'هیچ'; | |
57 $labels['sentdate'] = 'بەرواری ناردن'; | |
58 $labels['arrival'] = 'بەرواری گەیشتن'; | |
59 $labels['empty'] = 'بەتاڵ'; | |
60 $labels['unknown'] = 'نەناسراو'; | |
61 $labels['unlimited'] = 'بێ سنوور'; | |
62 $labels['quotatotal'] = 'سنوور'; | |
63 $labels['quotaused'] = 'بەکارهاتوو'; | |
64 $labels['allfolders'] = 'هەموو بوخچەکان'; | |
65 $labels['send'] = 'ناردن'; | |
66 $labels['responsename'] = 'ناو'; | |
67 $labels['attach'] = 'هاوپێچ'; | |
68 $labels['attachments'] = 'هاوپێچەکان'; | |
69 $labels['upload'] = 'بارکردن'; | |
70 $labels['close'] = 'داخستن'; | |
71 $labels['nickname'] = 'نازناو'; | |
72 $labels['jobtitle'] = 'ناونیشانی کار'; | |
73 $labels['department'] = 'بەش'; | |
74 $labels['gender'] = 'ڕەگەز'; | |
75 $labels['phone'] = 'تەلەفۆن'; | |
76 $labels['address'] = 'ناونیشان'; | |
77 $labels['street'] = 'شەقام'; | |
78 $labels['locality'] = 'شار'; | |
79 $labels['country'] = 'وڵات'; | |
80 $labels['birthday'] = 'ڕۆژی لەدایکبوون'; | |
81 $labels['website'] = 'ماڵپەڕ'; | |
82 $labels['notes'] = 'تێبینییەکان'; | |
83 $labels['male'] = 'نێر'; | |
84 $labels['female'] = 'مێ'; | |
85 $labels['manager'] = 'بەڕێوەبەر'; | |
86 $labels['allfields'] = 'هەموو خانەکان'; | |
87 $labels['search'] = 'گەڕان'; | |
88 $labels['searchresult'] = 'ئەنجامی گەڕان'; | |
89 $labels['advsearch'] = 'گەڕانی پێشکەوتوو'; | |
90 $labels['advanced'] = 'پێشکەوتوو'; | |
91 $labels['typehome'] = 'ماڵ'; | |
92 $labels['typework'] = 'کار'; | |
93 $labels['typemobile'] = 'مۆبایل'; | |
94 $labels['typemain'] = 'سەرەکی'; | |
95 ?> |