16e83cf69SAndreas Gohr<?php 26e83cf69SAndreas Gohr/** 36e83cf69SAndreas Gohr * kurdish language file 46e83cf69SAndreas Gohr * 56e83cf69SAndreas Gohr * @license GPL 2 (http://www.gnu.org/licenses/gpl.html) 66e83cf69SAndreas Gohr * @translator Erdal Ronahî <erdal.ronahi@gmail.com> 76e83cf69SAndreas Gohr */ 86e83cf69SAndreas Gohr$lang['encoding'] = 'utf-8'; 96e83cf69SAndreas Gohr$lang['direction'] = 'ltr'; 106e83cf69SAndreas Gohr 116e83cf69SAndreas Gohr$lang['btn_edit'] = 'Vê rûpelê biguherîne'; 126e83cf69SAndreas Gohr$lang['btn_source'] = 'Çavkaniya rûpelê nîşan bide'; 136e83cf69SAndreas Gohr$lang['btn_show'] = 'Rûpelê nîşan bide'; 146e83cf69SAndreas Gohr$lang['btn_create'] = 'Vê rûpelê biafirîne'; 156e83cf69SAndreas Gohr$lang['btn_search'] = 'Lêbigere'; 166e83cf69SAndreas Gohr$lang['btn_save'] = 'Tomar bike'; 176e83cf69SAndreas Gohr$lang['btn_preview']= 'Pêşdîtin'; 186e83cf69SAndreas Gohr$lang['btn_top'] = 'Biçe ser'; 196e83cf69SAndreas Gohr$lang['btn_newer'] = '<< nûtir'; 206e83cf69SAndreas Gohr$lang['btn_older'] = 'kevntir >>'; 216e83cf69SAndreas Gohr$lang['btn_revs'] = 'Revîziyonên kevn'; 226e83cf69SAndreas Gohr$lang['btn_recent'] = 'Guherandinên dawî'; 236e83cf69SAndreas Gohr$lang['btn_upload'] = 'Bar bike'; 246e83cf69SAndreas Gohr$lang['btn_cancel'] = 'Betal'; 256e83cf69SAndreas Gohr$lang['btn_index'] = 'Îndeks'; 266e83cf69SAndreas Gohr$lang['btn_secedit']= 'Biguherîne'; 276e83cf69SAndreas Gohr$lang['btn_login'] = 'Têkeve'; 286e83cf69SAndreas Gohr$lang['btn_logout'] = 'Derkeve'; 296e83cf69SAndreas Gohr$lang['btn_admin'] = 'Admin'; 306e83cf69SAndreas Gohr$lang['btn_update'] = 'Rojanekirin'; 316e83cf69SAndreas Gohr$lang['btn_delete'] = 'Jê bibe'; 326e83cf69SAndreas Gohr$lang['btn_back'] = 'Paş'; 336e83cf69SAndreas Gohr$lang['btn_backlink'] = "Girêdanên paş"; 346e83cf69SAndreas Gohr$lang['btn_backtomedia'] = 'Back to Mediafile Selection'; 356e83cf69SAndreas Gohr$lang['btn_subscribe'] = 'Subscribe Changes'; 366e83cf69SAndreas Gohr$lang['btn_unsubscribe'] = 'Unsubscribe Changes'; 37*bf413a4eSAnika Henke$lang['btn_register'] = 'Register'; 386e83cf69SAndreas Gohr 396e83cf69SAndreas Gohr$lang['loggedinas'] = 'Logged in as'; 406e83cf69SAndreas Gohr$lang['user'] = 'Username'; 416e83cf69SAndreas Gohr$lang['pass'] = 'Password'; 426e83cf69SAndreas Gohr$lang['passchk'] = 'once again'; 436e83cf69SAndreas Gohr$lang['remember'] = 'Remember me'; 446e83cf69SAndreas Gohr$lang['fullname'] = 'Full name'; 456e83cf69SAndreas Gohr$lang['email'] = 'E-Mail'; 466e83cf69SAndreas Gohr$lang['badlogin'] = 'Sorry, username or password was wrong.'; 476e83cf69SAndreas Gohr 486e83cf69SAndreas Gohr$lang['regmissing'] = 'Sorry, you must fill in all fields.'; 496e83cf69SAndreas Gohr$lang['reguexists'] = 'Sorry, a user with this login already exists.'; 506e83cf69SAndreas Gohr$lang['regsuccess'] = 'The user has been created and the password was sent by email.'; 516e83cf69SAndreas Gohr$lang['regsuccess2']= 'The user has been created.'; 526e83cf69SAndreas Gohr$lang['regmailfail']= 'Looks like there was an error on sending the password mail. Please contact the admin!'; 536e83cf69SAndreas Gohr$lang['regbadmail'] = 'The given email address looks invalid - if you think this is an error, contact the admin'; 546e83cf69SAndreas Gohr$lang['regbadpass'] = 'The two given passwords are not identically, please try again.'; 556e83cf69SAndreas Gohr$lang['regpwmail'] = 'Your DokuWiki password'; 566e83cf69SAndreas Gohr$lang['reghere'] = 'You don\'t have an account yet? Just get one'; 576e83cf69SAndreas Gohr 586e83cf69SAndreas Gohr$lang['txt_upload'] = 'Select file to upload'; 596e83cf69SAndreas Gohr$lang['txt_filename'] = 'Enter wikiname (optional)'; 606e83cf69SAndreas Gohr$lang['txt_overwrt'] = 'Overwrite existing file'; 616e83cf69SAndreas Gohr$lang['lockedby'] = 'Currently locked by'; 626e83cf69SAndreas Gohr$lang['lockexpire'] = 'Lock expires at'; 636e83cf69SAndreas Gohr$lang['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.'; 646e83cf69SAndreas Gohr 6526ee1edfSAdrian Lang$lang['js']['notsavedyet'] = "Unsaved changes will be lost.\nReally continue?"; 666e83cf69SAndreas Gohr 676e83cf69SAndreas Gohr$lang['rssfailed'] = 'An error occured while fetching this feed: '; 686e83cf69SAndreas Gohr$lang['nothingfound']= 'Tiştek nehat dîtin.'; 696e83cf69SAndreas Gohr 706e83cf69SAndreas Gohr$lang['mediaselect'] = 'Mediafile Selection'; 716e83cf69SAndreas Gohr$lang['fileupload'] = 'Mediafile Upload'; 726e83cf69SAndreas Gohr$lang['uploadsucc'] = 'Upload successful'; 736e83cf69SAndreas Gohr$lang['uploadfail'] = 'Upload failed. Maybe wrong permissions?'; 746e83cf69SAndreas Gohr$lang['uploadwrong'] = 'Upload denied. This file extension is forbidden!'; 756e83cf69SAndreas Gohr$lang['uploadexist'] = 'File already exists. Nothing done.'; 766e83cf69SAndreas Gohr$lang['deletesucc'] = 'The file "%s" has been deleted.'; 776e83cf69SAndreas Gohr$lang['deletefail'] = '"%s" couldn\'t be deleted - check permissions.'; 786e83cf69SAndreas Gohr$lang['mediainuse'] = 'The file "%s" hasn\'t been deleted - it is still in use.'; 796e83cf69SAndreas Gohr$lang['namespaces'] = 'Namespace'; 806e83cf69SAndreas Gohr$lang['mediafiles'] = 'Available files in'; 816e83cf69SAndreas Gohr 826e83cf69SAndreas Gohr$lang['reference'] = 'Referansa'; 836e83cf69SAndreas Gohr$lang['ref_inuse'] = 'The file can\'t be deleted, because it\'s still used by the following pages:'; 846e83cf69SAndreas Gohr$lang['ref_hidden'] = 'Some references are on pages you don\'t have permission to read'; 856e83cf69SAndreas Gohr 866e83cf69SAndreas Gohr$lang['hits'] = 'Hits'; 876e83cf69SAndreas Gohr$lang['quickhits'] = 'Matching pagenames'; 886e83cf69SAndreas Gohr$lang['toc'] = 'Tabloya Navêrokê'; 896e83cf69SAndreas Gohr$lang['current'] = 'current'; 906e83cf69SAndreas Gohr$lang['yours'] = 'Your Version'; 916e83cf69SAndreas Gohr$lang['diff'] = 'show differences to current version'; 926e83cf69SAndreas Gohr$lang['line'] = 'Rêz'; 936e83cf69SAndreas Gohr$lang['breadcrumb'] = 'Şop'; 946e83cf69SAndreas Gohr$lang['lastmod'] = 'Guherandina dawî'; 956e83cf69SAndreas Gohr$lang['by'] = 'by'; 966e83cf69SAndreas Gohr$lang['deleted'] = 'hat jê birin'; 976e83cf69SAndreas Gohr$lang['created'] = 'hat afirandin'; 986e83cf69SAndreas Gohr$lang['restored'] = 'old revision restored'; 996e83cf69SAndreas Gohr$lang['summary'] = 'Kurteya guhartinê'; 1006e83cf69SAndreas Gohr 1016e83cf69SAndreas Gohr$lang['mail_newpage'] = 'page added:'; 1026e83cf69SAndreas Gohr$lang['mail_changed'] = 'page changed:'; 1036e83cf69SAndreas Gohr 1043b1290f5SMichael Klier$lang['js']['nosmblinks'] = "Linking to Windows shares only works in Microsoft Internet Explorer.\nYou still can copy and paste the link."; 1056e83cf69SAndreas Gohr 1066e83cf69SAndreas Gohr$lang['qb_bold'] = 'Bold Text'; 1076e83cf69SAndreas Gohr$lang['qb_italic'] = 'Italic Text'; 1086e83cf69SAndreas Gohr$lang['qb_underl'] = 'Underlined Text'; 1096e83cf69SAndreas Gohr$lang['qb_code'] = 'Code Text'; 1106e83cf69SAndreas Gohr$lang['qb_strike'] = 'Strike-through Text'; 1116e83cf69SAndreas Gohr$lang['qb_h1'] = 'Level 1 Headline'; 1126e83cf69SAndreas Gohr$lang['qb_h2'] = 'Level 2 Headline'; 1136e83cf69SAndreas Gohr$lang['qb_h3'] = 'Level 3 Headline'; 1146e83cf69SAndreas Gohr$lang['qb_h4'] = 'Level 4 Headline'; 1156e83cf69SAndreas Gohr$lang['qb_h5'] = 'Level 5 Headline'; 1166e83cf69SAndreas Gohr$lang['qb_link'] = 'Internal Link'; 1176e83cf69SAndreas Gohr$lang['qb_extlink'] = 'External Link'; 1186e83cf69SAndreas Gohr$lang['qb_hr'] = 'Horizontal Rule'; 1196e83cf69SAndreas Gohr$lang['qb_ol'] = 'Ordered List Item'; 1206e83cf69SAndreas Gohr$lang['qb_ul'] = 'Unordered List Item'; 1216e83cf69SAndreas Gohr$lang['qb_media'] = 'Add Images and other files'; 1226e83cf69SAndreas Gohr$lang['qb_sig'] = 'Insert Signature'; 1236e83cf69SAndreas Gohr 1240071aa21SAndreas Gohr$lang['js']['del_confirm']= 'Delete this entry?'; 1256e83cf69SAndreas Gohr 1266e83cf69SAndreas Gohr$lang['admin_acl'] = 'Access Control List Management...'; 1276e83cf69SAndreas Gohr$lang['admin_register']= 'Add new user...'; 1286e83cf69SAndreas Gohr 1296e83cf69SAndreas Gohr$lang['acl_group'] = 'Group'; 1306e83cf69SAndreas Gohr$lang['acl_user'] = 'User'; 1316e83cf69SAndreas Gohr$lang['acl_perms'] = 'Permissions for'; 1326e83cf69SAndreas Gohr$lang['page'] = 'Rûpel'; 1336e83cf69SAndreas Gohr$lang['namespace'] = 'Namespace'; 1346e83cf69SAndreas Gohr 1356e83cf69SAndreas Gohr$lang['acl_perm1'] = 'Bixwîne'; 1366e83cf69SAndreas Gohr$lang['acl_perm2'] = 'Biguherîne'; 1376e83cf69SAndreas Gohr$lang['acl_perm4'] = 'Biafirîne'; 1386e83cf69SAndreas Gohr$lang['acl_perm8'] = 'Upload'; 1396e83cf69SAndreas Gohr$lang['acl_perm16'] = 'Jê bibe'; 1406e83cf69SAndreas Gohr$lang['acl_new'] = 'Add new Entry'; 1416e83cf69SAndreas Gohr 1426e83cf69SAndreas Gohr$lang['metaedit'] = 'Edit Metadata'; 1436e83cf69SAndreas Gohr$lang['metasaveerr'] = 'Writing metadata failed'; 1446e83cf69SAndreas Gohr$lang['metasaveok'] = 'Metadata saved'; 1456e83cf69SAndreas Gohr$lang['img_backto'] = 'Back to'; 1466e83cf69SAndreas Gohr$lang['img_title'] = 'Title'; 1476e83cf69SAndreas Gohr$lang['img_caption'] = 'Caption'; 1486e83cf69SAndreas Gohr$lang['img_date'] = 'Date'; 1496e83cf69SAndreas Gohr$lang['img_fname'] = 'Filename'; 1506e83cf69SAndreas Gohr$lang['img_fsize'] = 'Size'; 1516e83cf69SAndreas Gohr$lang['img_artist'] = 'Photographer'; 1526e83cf69SAndreas Gohr$lang['img_copyr'] = 'Copyright'; 1536e83cf69SAndreas Gohr$lang['img_format'] = 'Format'; 1546e83cf69SAndreas Gohr$lang['img_camera'] = 'Camera'; 1556e83cf69SAndreas Gohr$lang['img_keywords']= 'Keywords'; 1566e83cf69SAndreas Gohr 1576e83cf69SAndreas Gohr$lang['subscribe_success'] = 'Added %s to subscription list for %s'; 1586e83cf69SAndreas Gohr$lang['subscribe_error'] = 'Error adding %s to subscription list for %s'; 1596e83cf69SAndreas Gohr$lang['subscribe_noaddress']= 'There is no address associated with your login, you cannot be added to the subscription list'; 1606e83cf69SAndreas Gohr$lang['unsubscribe_success']= 'Removed %s from subscription list for %s'; 1616e83cf69SAndreas Gohr$lang['unsubscribe_error'] = 'Error removing %s from subscription list for %s'; 1626e83cf69SAndreas Gohr 163e3776c06SMichael Hamann//Setup VIM: ex: et ts=2 : 164