xref: /dokuwiki/inc/lang/ku/lang.php (revision f4664c4a8a3a2f20afc25899bcd30e22d8402b6f)
1<?php
2/**
3 * kurdish language file
4 *
5 * @license    GPL 2 (http://www.gnu.org/licenses/gpl.html)
6 * @translator Erdal Ronahî <erdal.ronahi@gmail.com>
7 */
8$lang['encoding']   = 'utf-8';
9$lang['direction']  = 'ltr';
10
11$lang['btn_edit']   = 'Vê rûpelê biguherîne';
12$lang['btn_source'] = 'Çavkaniya rûpelê nîşan bide';
13$lang['btn_show']   = 'Rûpelê nîşan bide';
14$lang['btn_create'] = 'Vê rûpelê biafirîne';
15$lang['btn_search'] = 'Lêbigere';
16$lang['btn_save']   = 'Tomar bike';
17$lang['btn_preview']= 'Pêşdîtin';
18$lang['btn_top']    = 'Biçe ser';
19$lang['btn_newer']  = '<< nûtir';
20$lang['btn_older']  = 'kevntir >>';
21$lang['btn_revs']   = 'Revîziyonên kevn';
22$lang['btn_recent'] = 'Guherandinên dawî';
23$lang['btn_upload'] = 'Bar bike';
24$lang['btn_cancel'] = 'Betal';
25$lang['btn_index']  = 'Îndeks';
26$lang['btn_secedit']= 'Biguherîne';
27$lang['btn_login']  = 'Têkeve';
28$lang['btn_logout'] = 'Derkeve';
29$lang['btn_admin']  = 'Admin';
30$lang['btn_update'] = 'Rojanekirin';
31$lang['btn_delete'] = 'Jê bibe';
32$lang['btn_back']   = 'Paş';
33$lang['btn_backlink']    = 'Girêdanên paş';
34$lang['btn_backtomedia'] = 'Back to Mediafile Selection';
35$lang['btn_subscribe']   = 'Subscribe Changes';
36$lang['btn_register'] = 'Register';
37
38$lang['loggedinas'] = 'Logged in as';
39$lang['user']       = 'Username';
40$lang['pass']       = 'Password';
41$lang['passchk']    = 'once again';
42$lang['remember']   = 'Remember me';
43$lang['fullname']   = 'Full name';
44$lang['email']      = 'E-Mail';
45$lang['badlogin']   = 'Sorry, username or password was wrong.';
46
47$lang['regmissing'] = 'Sorry, you must fill in all fields.';
48$lang['reguexists'] = 'Sorry, a user with this login already exists.';
49$lang['regsuccess'] = 'The user has been created and the password was sent by email.';
50$lang['regsuccess2']= 'The user has been created.';
51$lang['regmailfail']= 'Looks like there was an error on sending the password mail. Please contact the admin!';
52$lang['regbadmail'] = 'The given email address looks invalid - if you think this is an error, contact the admin';
53$lang['regbadpass'] = 'The two given passwords are not identically, please try again.';
54$lang['regpwmail']  = 'Your DokuWiki password';
55$lang['reghere']    = 'You don\'t have an account yet? Just get one';
56
57$lang['txt_upload']   = 'Select file to upload';
58$lang['txt_filename'] = 'Enter wikiname (optional)';
59$lang['txt_overwrt']  = 'Overwrite existing file';
60$lang['lockedby']     = 'Currently locked by';
61$lang['lockexpire']   = 'Lock expires at';
62$lang['js']['willexpire']   = 'Your lock for editing this page is about to expire in a minute.\nTo avoid conflicts use the preview button to reset the locktimer.';
63
64$lang['js']['notsavedyet'] = 'Unsaved changes will be lost.\nReally continue?';
65
66$lang['rssfailed']   = 'An error occured while fetching this feed: ';
67$lang['nothingfound']= 'Tiştek nehat dîtin.';
68
69$lang['mediaselect'] = 'Mediafile Selection';
70$lang['fileupload']  = 'Mediafile Upload';
71$lang['uploadsucc']  = 'Upload successful';
72$lang['uploadfail']  = 'Upload failed. Maybe wrong permissions?';
73$lang['uploadwrong'] = 'Upload denied. This file extension is forbidden!';
74$lang['uploadexist'] = 'File already exists. Nothing done.';
75$lang['deletesucc']  = 'The file "%s" has been deleted.';
76$lang['deletefail']  = '"%s" couldn\'t be deleted - check permissions.';
77$lang['mediainuse']  = 'The file "%s" hasn\'t been deleted - it is still in use.';
78$lang['namespaces']  = 'Namespace';
79$lang['mediafiles']  = 'Available files in';
80
81$lang['reference']   = 'Referansa';
82$lang['ref_inuse']   = 'The file can\'t be deleted, because it\'s still used by the following pages:';
83$lang['ref_hidden']  = 'Some references  are on pages you don\'t have permission to read';
84
85$lang['hits']       = 'Hits';
86$lang['quickhits']  = 'Matching pagenames';
87$lang['toc']        = 'Tabloya Navêrokê';
88$lang['current']    = 'current';
89$lang['yours']      = 'Your Version';
90$lang['diff']       = 'show differences to current version';
91$lang['line']       = 'Rêz';
92$lang['breadcrumb'] = 'Şop';
93$lang['lastmod']    = 'Guherandina dawî';
94$lang['by']         = 'by';
95$lang['deleted']    = 'hat jê birin';
96$lang['created']    = 'hat afirandin';
97$lang['restored']   = 'old revision restored (%s)';
98$lang['summary']    = 'Kurteya guhartinê';
99
100$lang['mail_newpage'] = 'page added:';
101$lang['mail_changed'] = 'page changed:';
102
103$lang['js']['nosmblinks'] = 'Linking to Windows shares only works in Microsoft Internet Explorer.\nYou still can copy and paste the link.';
104
105$lang['qb_bold']    = 'Bold Text';
106$lang['qb_italic']  = 'Italic Text';
107$lang['qb_underl']  = 'Underlined Text';
108$lang['qb_code']    = 'Code Text';
109$lang['qb_strike']  = 'Strike-through Text';
110$lang['qb_h1']      = 'Level 1 Headline';
111$lang['qb_h2']      = 'Level 2 Headline';
112$lang['qb_h3']      = 'Level 3 Headline';
113$lang['qb_h4']      = 'Level 4 Headline';
114$lang['qb_h5']      = 'Level 5 Headline';
115$lang['qb_link']    = 'Internal Link';
116$lang['qb_extlink'] = 'External Link';
117$lang['qb_hr']      = 'Horizontal Rule';
118$lang['qb_ol']      = 'Ordered List Item';
119$lang['qb_ul']      = 'Unordered List Item';
120$lang['qb_media']   = 'Add Images and other files';
121$lang['qb_sig']     = 'Insert Signature';
122
123$lang['js']['del_confirm']= 'Delete this entry?';
124
125$lang['admin_register']= 'Add new user...';
126
127$lang['metaedit']    = 'Edit Metadata';
128$lang['metasaveerr'] = 'Writing metadata failed';
129$lang['metasaveok']  = 'Metadata saved';
130$lang['btn_img_backto']  = 'Back to %s';
131$lang['img_title']   = 'Title';
132$lang['img_caption'] = 'Caption';
133$lang['img_date']    = 'Date';
134$lang['img_fname']   = 'Filename';
135$lang['img_fsize']   = 'Size';
136$lang['img_artist']  = 'Photographer';
137$lang['img_copyr']   = 'Copyright';
138$lang['img_format']  = 'Format';
139$lang['img_camera']  = 'Camera';
140$lang['img_keywords']= 'Keywords';
141
142//Setup VIM: ex: et ts=2 :
143