xref: /dokuwiki/inc/lang/nan/lang.php (revision 0b1a77853a04c15b934328e791bee62974b9a41f)
1*0b1a7785SGHSRobert Ciang<?php
2*0b1a7785SGHSRobert Ciang/**
3*0b1a7785SGHSRobert Ciang * Minnan language file
4*0b1a7785SGHSRobert Ciang *
5*0b1a7785SGHSRobert Ciang * @license    GPL 2 (http://www.gnu.org/licenses/gpl.html)
6*0b1a7785SGHSRobert Ciang * @author GHSRobert Ciang <robertus0617@gmail.com>
7*0b1a7785SGHSRobert Ciang */
8*0b1a7785SGHSRobert Ciang$lang['encoding']              = 'utf-8';
9*0b1a7785SGHSRobert Ciang$lang['direction']             = 'ltr';
10*0b1a7785SGHSRobert Ciang$lang['doublequoteopening']    = '“'; //&ldquo;
11*0b1a7785SGHSRobert Ciang$lang['doublequoteclosing']    = '”'; //&rdquo;
12*0b1a7785SGHSRobert Ciang$lang['singlequoteopening']    = '‘'; //&lsquo;
13*0b1a7785SGHSRobert Ciang$lang['singlequoteclosing']    = '’'; //&rsquo;
14*0b1a7785SGHSRobert Ciang$lang['apostrophe']            = '’'; //&rsquo;
15*0b1a7785SGHSRobert Ciang
16*0b1a7785SGHSRobert Ciang$lang['btn_edit']              = '改即頁';
17*0b1a7785SGHSRobert Ciang$lang['btn_source']            = '顯示原始碼';
18*0b1a7785SGHSRobert Ciang$lang['btn_show']              = '顯示網頁';
19*0b1a7785SGHSRobert Ciang$lang['btn_create']            = '創即頁';
20*0b1a7785SGHSRobert Ciang$lang['btn_search']            = '搜揣';
21*0b1a7785SGHSRobert Ciang$lang['btn_save']              = '儲存';
22*0b1a7785SGHSRobert Ciang$lang['btn_preview']           = '先看覓仔';
23*0b1a7785SGHSRobert Ciang$lang['btn_top']               = '轉去面頂';
24*0b1a7785SGHSRobert Ciang$lang['btn_newer']             = '<< 較新个';
25*0b1a7785SGHSRobert Ciang$lang['btn_older']             = '較舊个 >>';
26*0b1a7785SGHSRobert Ciang$lang['btn_revs']              = '舊个版本';
27*0b1a7785SGHSRobert Ciang$lang['btn_recent']            = '最近改个';
28*0b1a7785SGHSRobert Ciang$lang['btn_upload']            = '傳去入';
29*0b1a7785SGHSRobert Ciang$lang['btn_cancel']            = '放棄';
30*0b1a7785SGHSRobert Ciang$lang['btn_index']             = '網站引得';
31*0b1a7785SGHSRobert Ciang$lang['btn_secedit']           = '改';
32*0b1a7785SGHSRobert Ciang$lang['btn_login']             = '簽入';
33*0b1a7785SGHSRobert Ciang$lang['btn_logout']            = '簽出';
34*0b1a7785SGHSRobert Ciang$lang['btn_admin']             = '管理';
35*0b1a7785SGHSRobert Ciang$lang['btn_update']            = '改新';
36*0b1a7785SGHSRobert Ciang$lang['btn_delete']            = '消去';
37*0b1a7785SGHSRobert Ciang$lang['btn_back']              = '轉去頭前';
38*0b1a7785SGHSRobert Ciang$lang['btn_backlink']          = '連過來个頁面';
39*0b1a7785SGHSRobert Ciang$lang['btn_subscribe']         = '管理收看个頁面';
40*0b1a7785SGHSRobert Ciang$lang['btn_profile']           = '共口座資料改新';
41*0b1a7785SGHSRobert Ciang$lang['btn_reset']             = '上開始个設定';
42*0b1a7785SGHSRobert Ciang$lang['btn_resendpwd']         = '設定新个 password'; //FIXME
43*0b1a7785SGHSRobert Ciang$lang['btn_draft']             = '改稿';
44*0b1a7785SGHSRobert Ciang$lang['btn_recover']           = '共稿救轉來';
45*0b1a7785SGHSRobert Ciang$lang['btn_draftdel']          = '共稿放捒去';
46*0b1a7785SGHSRobert Ciang$lang['btn_revert']            = '轉去舊版';
47*0b1a7785SGHSRobert Ciang$lang['btn_register']          = '登記';
48*0b1a7785SGHSRobert Ciang$lang['btn_apply']             = '用落';
49*0b1a7785SGHSRobert Ciang$lang['btn_media']             = '多媒體管理站';
50*0b1a7785SGHSRobert Ciang$lang['btn_deleteuser']        = '共我个口座擲挕捒';
51*0b1a7785SGHSRobert Ciang$lang['btn_img_backto']        = '轉去 %s';
52*0b1a7785SGHSRobert Ciang$lang['btn_mediaManager']      = '佇多媒體管理站面頂看';
53*0b1a7785SGHSRobert Ciang
54*0b1a7785SGHSRobert Ciang$lang['loggedinas']            = '簽入來个身分是:';
55*0b1a7785SGHSRobert Ciang$lang['user']                  = '口座名';
56*0b1a7785SGHSRobert Ciang$lang['pass']                  = 'Password'; //FIXME
57*0b1a7785SGHSRobert Ciang$lang['newpass']               = '新个 password'; //FIXME
58*0b1a7785SGHSRobert Ciang$lang['oldpass']               = 'Confirm current password';
59*0b1a7785SGHSRobert Ciang$lang['passchk']               = 'once again';
60*0b1a7785SGHSRobert Ciang$lang['remember']              = 'Remember me';
61*0b1a7785SGHSRobert Ciang$lang['fullname']              = 'Real name';
62*0b1a7785SGHSRobert Ciang$lang['email']                 = 'E-Mail';
63*0b1a7785SGHSRobert Ciang$lang['profile']               = 'User Profile';
64*0b1a7785SGHSRobert Ciang$lang['badlogin']              = 'Sorry, username or password was wrong.';
65*0b1a7785SGHSRobert Ciang$lang['badpassconfirm']        = 'Sorry, the password was wrong';
66*0b1a7785SGHSRobert Ciang$lang['minoredit']             = 'Minor Changes';
67*0b1a7785SGHSRobert Ciang$lang['draftdate']             = 'Draft autosaved on'; // full dformat date will be added
68*0b1a7785SGHSRobert Ciang$lang['nosecedit']             = 'The page was changed in the meantime, section info was out of date loaded full page instead.';
69*0b1a7785SGHSRobert Ciang$lang['searchcreatepage']      = 'If you didn\'t find what you were looking for, you can create or edit the page %s, named after your query.';
70*0b1a7785SGHSRobert Ciang
71*0b1a7785SGHSRobert Ciang$lang['search_fullresults']    = 'Fulltext results';
72*0b1a7785SGHSRobert Ciang$lang['js']['search_toggle_tools']   = 'Toggle Search Tools';
73*0b1a7785SGHSRobert Ciang$lang['search_exact_match']    = 'Exact match';
74*0b1a7785SGHSRobert Ciang$lang['search_starts_with']    = 'Starts with';
75*0b1a7785SGHSRobert Ciang$lang['search_ends_with']      = 'Ends with';
76*0b1a7785SGHSRobert Ciang$lang['search_contains']       = 'Contains';
77*0b1a7785SGHSRobert Ciang$lang['search_custom_match']   = 'Custom';
78*0b1a7785SGHSRobert Ciang$lang['search_any_ns']         = 'Any namespace';
79*0b1a7785SGHSRobert Ciang$lang['search_any_time']       = 'Any time';
80*0b1a7785SGHSRobert Ciang$lang['search_past_7_days']    = 'Past week';
81*0b1a7785SGHSRobert Ciang$lang['search_past_month']     = 'Past month';
82*0b1a7785SGHSRobert Ciang$lang['search_past_year']      = 'Past year';
83*0b1a7785SGHSRobert Ciang$lang['search_sort_by_hits']   = 'Sort by hits';
84*0b1a7785SGHSRobert Ciang$lang['search_sort_by_mtime']  = 'Sort by last modified';
85*0b1a7785SGHSRobert Ciang
86*0b1a7785SGHSRobert Ciang$lang['regmissing']            = 'Sorry, you must fill in all fields.';
87*0b1a7785SGHSRobert Ciang$lang['reguexists']            = 'Sorry, a user with this login already exists.';
88*0b1a7785SGHSRobert Ciang$lang['regsuccess']            = 'The user has been created and the password was sent by email.';
89*0b1a7785SGHSRobert Ciang$lang['regsuccess2']           = 'The user has been created.';
90*0b1a7785SGHSRobert Ciang$lang['regfail']               = 'The user could not be created.';
91*0b1a7785SGHSRobert Ciang$lang['regmailfail']           = 'Looks like there was an error on sending the password mail. Please contact the admin!';
92*0b1a7785SGHSRobert Ciang$lang['regbadmail']            = 'The given email address looks invalid - if you think this is an error, contact the admin';
93*0b1a7785SGHSRobert Ciang$lang['regbadpass']            = 'The two given passwords are not identical, please try again.';
94*0b1a7785SGHSRobert Ciang$lang['regpwmail']             = 'Your DokuWiki password';
95*0b1a7785SGHSRobert Ciang$lang['reghere']               = 'You don\'t have an account yet? Just get one';
96*0b1a7785SGHSRobert Ciang
97*0b1a7785SGHSRobert Ciang$lang['profna']                = 'This wiki does not support profile modification';
98*0b1a7785SGHSRobert Ciang$lang['profnochange']          = 'No changes, nothing to do.';
99*0b1a7785SGHSRobert Ciang$lang['profnoempty']           = 'An empty name or email address is not allowed.';
100*0b1a7785SGHSRobert Ciang$lang['profchanged']           = 'User profile successfully updated.';
101*0b1a7785SGHSRobert Ciang$lang['profnodelete']          = 'This wiki does not support deleting users';
102*0b1a7785SGHSRobert Ciang$lang['profdeleteuser']        = 'Delete Account';
103*0b1a7785SGHSRobert Ciang$lang['profdeleted']           = 'Your user account has been deleted from this wiki';
104*0b1a7785SGHSRobert Ciang$lang['profconfdelete']        = 'I wish to remove my account from this wiki. <br/> This action can not be undone.';
105*0b1a7785SGHSRobert Ciang$lang['profconfdeletemissing'] = 'Confirmation check box not ticked';
106*0b1a7785SGHSRobert Ciang$lang['proffail']              = 'User profile was not updated.';
107*0b1a7785SGHSRobert Ciang
108*0b1a7785SGHSRobert Ciang$lang['pwdforget']             = 'Forgotten your password? Get a new one';
109*0b1a7785SGHSRobert Ciang$lang['resendna']              = 'This wiki does not support password resending.';
110*0b1a7785SGHSRobert Ciang$lang['resendpwd']             = 'Set new password for';
111*0b1a7785SGHSRobert Ciang$lang['resendpwdmissing']      = 'Sorry, you must fill in all fields.';
112*0b1a7785SGHSRobert Ciang$lang['resendpwdnouser']       = 'Sorry, we can\'t find this user in our database.';
113*0b1a7785SGHSRobert Ciang$lang['resendpwdbadauth']      = 'Sorry, this auth code is not valid. Make sure you used the complete confirmation link.';
114*0b1a7785SGHSRobert Ciang$lang['resendpwdconfirm']      = 'A confirmation link has been sent by email.';
115*0b1a7785SGHSRobert Ciang$lang['resendpwdsuccess']      = 'Your new password has been sent by email.';
116*0b1a7785SGHSRobert Ciang
117*0b1a7785SGHSRobert Ciang$lang['license']               = 'Except where otherwise noted, content on this wiki is licensed under the following license:';
118*0b1a7785SGHSRobert Ciang$lang['licenseok']             = 'Note: By editing this page you agree to license your content under the following license:';
119*0b1a7785SGHSRobert Ciang
120*0b1a7785SGHSRobert Ciang$lang['searchmedia']           = 'Search file name:';
121*0b1a7785SGHSRobert Ciang$lang['searchmedia_in']        = 'Search in %s';
122*0b1a7785SGHSRobert Ciang$lang['txt_upload']            = 'Select file to upload:';
123*0b1a7785SGHSRobert Ciang$lang['txt_filename']          = 'Upload as (optional):';
124*0b1a7785SGHSRobert Ciang$lang['txt_overwrt']           = 'Overwrite existing file';
125*0b1a7785SGHSRobert Ciang$lang['maxuploadsize']         = 'Upload max. %s per file.';
126*0b1a7785SGHSRobert Ciang$lang['allowedmime']           = 'List of allowed file extensions';
127*0b1a7785SGHSRobert Ciang$lang['lockedby']              = 'Currently locked by:';
128*0b1a7785SGHSRobert Ciang$lang['lockexpire']            = 'Lock expires at:';
129*0b1a7785SGHSRobert Ciang
130*0b1a7785SGHSRobert Ciang$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.';
131*0b1a7785SGHSRobert Ciang$lang['js']['notsavedyet']     = 'Unsaved changes will be lost.';
132*0b1a7785SGHSRobert Ciang$lang['js']['searchmedia']     = 'Search for files';
133*0b1a7785SGHSRobert Ciang$lang['js']['keepopen']        = 'Keep window open on selection';
134*0b1a7785SGHSRobert Ciang$lang['js']['hidedetails']     = 'Hide Details';
135*0b1a7785SGHSRobert Ciang$lang['js']['mediatitle']      = 'Link settings';
136*0b1a7785SGHSRobert Ciang$lang['js']['mediadisplay']    = 'Link type';
137*0b1a7785SGHSRobert Ciang$lang['js']['mediaalign']      = 'Alignment';
138*0b1a7785SGHSRobert Ciang$lang['js']['mediasize']       = 'Image size';
139*0b1a7785SGHSRobert Ciang$lang['js']['mediatarget']     = 'Link target';
140*0b1a7785SGHSRobert Ciang$lang['js']['mediaclose']      = 'Close';
141*0b1a7785SGHSRobert Ciang$lang['js']['mediainsert']     = 'Insert';
142*0b1a7785SGHSRobert Ciang$lang['js']['mediadisplayimg'] = 'Show the image.';
143*0b1a7785SGHSRobert Ciang$lang['js']['mediadisplaylnk'] = 'Show only the link.';
144*0b1a7785SGHSRobert Ciang$lang['js']['mediasmall']      = 'Small version';
145*0b1a7785SGHSRobert Ciang$lang['js']['mediamedium']     = 'Medium version';
146*0b1a7785SGHSRobert Ciang$lang['js']['medialarge']      = 'Large version';
147*0b1a7785SGHSRobert Ciang$lang['js']['mediaoriginal']   = 'Original version';
148*0b1a7785SGHSRobert Ciang$lang['js']['medialnk']        = 'Link to detail page';
149*0b1a7785SGHSRobert Ciang$lang['js']['mediadirect']     = 'Direct link to original';
150*0b1a7785SGHSRobert Ciang$lang['js']['medianolnk']      = 'No link';
151*0b1a7785SGHSRobert Ciang$lang['js']['medianolink']     = 'Do not link the image';
152*0b1a7785SGHSRobert Ciang$lang['js']['medialeft']       = 'Align the image on the left.';
153*0b1a7785SGHSRobert Ciang$lang['js']['mediaright']      = 'Align the image on the right.';
154*0b1a7785SGHSRobert Ciang$lang['js']['mediacenter']     = 'Align the image in the middle.';
155*0b1a7785SGHSRobert Ciang$lang['js']['medianoalign']    = 'Use no align.';
156*0b1a7785SGHSRobert Ciang$lang['js']['nosmblinks']      = 'Linking to Windows shares only works in Microsoft Internet Explorer.\nYou still can copy and paste the link.';
157*0b1a7785SGHSRobert Ciang$lang['js']['linkwiz']         = 'Link Wizard';
158*0b1a7785SGHSRobert Ciang$lang['js']['linkto']          = 'Link to:';
159*0b1a7785SGHSRobert Ciang$lang['js']['del_confirm']     = 'Really delete selected item(s)?';
160*0b1a7785SGHSRobert Ciang$lang['js']['restore_confirm'] = 'Really restore this version?';
161*0b1a7785SGHSRobert Ciang$lang['js']['media_diff']          = 'View differences:';
162*0b1a7785SGHSRobert Ciang$lang['js']['media_diff_both']     = 'Side by Side';
163*0b1a7785SGHSRobert Ciang$lang['js']['media_diff_opacity']  = 'Shine-through';
164*0b1a7785SGHSRobert Ciang$lang['js']['media_diff_portions'] = 'Swipe';
165*0b1a7785SGHSRobert Ciang$lang['js']['media_select']        = 'Select files…';
166*0b1a7785SGHSRobert Ciang$lang['js']['media_upload_btn']    = 'Upload';
167*0b1a7785SGHSRobert Ciang$lang['js']['media_done_btn']      = 'Done';
168*0b1a7785SGHSRobert Ciang$lang['js']['media_drop']          = 'Drop files here to upload';
169*0b1a7785SGHSRobert Ciang$lang['js']['media_cancel']        = 'remove';
170*0b1a7785SGHSRobert Ciang$lang['js']['media_overwrt']       = 'Overwrite existing files';
171*0b1a7785SGHSRobert Ciang
172*0b1a7785SGHSRobert Ciang$lang['rssfailed']             = 'An error occurred while fetching this feed: ';
173*0b1a7785SGHSRobert Ciang$lang['nothingfound']          = 'Nothing was found.';
174*0b1a7785SGHSRobert Ciang
175*0b1a7785SGHSRobert Ciang$lang['mediaselect']           = 'Media Files';
176*0b1a7785SGHSRobert Ciang$lang['uploadsucc']            = 'Upload successful';
177*0b1a7785SGHSRobert Ciang$lang['uploadfail']            = 'Upload failed. Maybe wrong permissions?';
178*0b1a7785SGHSRobert Ciang$lang['uploadwrong']           = 'Upload denied. This file extension is forbidden!';
179*0b1a7785SGHSRobert Ciang$lang['uploadexist']           = 'File already exists. Nothing done.';
180*0b1a7785SGHSRobert Ciang$lang['uploadbadcontent']      = 'The uploaded content did not match the %s file extension.';
181*0b1a7785SGHSRobert Ciang$lang['uploadspam']            = 'The upload was blocked by the spam blacklist.';
182*0b1a7785SGHSRobert Ciang$lang['uploadxss']             = 'The upload was blocked for possibly malicious content.';
183*0b1a7785SGHSRobert Ciang$lang['uploadsize']            = 'The uploaded file was too big. (max. %s)';
184*0b1a7785SGHSRobert Ciang$lang['deletesucc']            = 'The file "%s" has been deleted.';
185*0b1a7785SGHSRobert Ciang$lang['deletefail']            = '"%s" couldn\'t be deleted - check permissions.';
186*0b1a7785SGHSRobert Ciang$lang['mediainuse']            = 'The file "%s" hasn\'t been deleted - it is still in use.';
187*0b1a7785SGHSRobert Ciang$lang['namespaces']            = 'Namespaces';
188*0b1a7785SGHSRobert Ciang$lang['mediafiles']            = 'Available files in';
189*0b1a7785SGHSRobert Ciang$lang['accessdenied']          = 'You are not allowed to view this page.';
190*0b1a7785SGHSRobert Ciang$lang['mediausage']            = 'Use the following syntax to reference this file:';
191*0b1a7785SGHSRobert Ciang$lang['mediaview']             = 'View original file';
192*0b1a7785SGHSRobert Ciang$lang['mediaroot']             = 'root';
193*0b1a7785SGHSRobert Ciang$lang['mediaupload']           = 'Upload a file to the current namespace here. To create subnamespaces, prepend them to your filename separated by colons after you selected the files. Files can also be selected by drag and drop.';
194*0b1a7785SGHSRobert Ciang$lang['mediaextchange']        = 'Filextension changed from .%s to .%s!';
195*0b1a7785SGHSRobert Ciang$lang['reference']             = 'References for';
196*0b1a7785SGHSRobert Ciang$lang['ref_inuse']             = 'The file can\'t be deleted, because it\'s still used by the following pages:';
197*0b1a7785SGHSRobert Ciang$lang['ref_hidden']            = 'Some references  are on pages you don\'t have permission to read';
198*0b1a7785SGHSRobert Ciang
199*0b1a7785SGHSRobert Ciang$lang['hits']                  = 'Hits';
200*0b1a7785SGHSRobert Ciang$lang['quickhits']             = 'Matching pagenames';
201*0b1a7785SGHSRobert Ciang$lang['toc']                   = 'Table of Contents';
202*0b1a7785SGHSRobert Ciang$lang['current']               = 'current';
203*0b1a7785SGHSRobert Ciang$lang['yours']                 = 'Your Version';
204*0b1a7785SGHSRobert Ciang$lang['diff']                  = 'Show differences to current revisions';
205*0b1a7785SGHSRobert Ciang$lang['diff2']                 = 'Show differences between selected revisions';
206*0b1a7785SGHSRobert Ciang$lang['difflink']              = 'Link to this comparison view';
207*0b1a7785SGHSRobert Ciang$lang['diff_type']             = 'View differences:';
208*0b1a7785SGHSRobert Ciang$lang['diff_inline']           = 'Inline';
209*0b1a7785SGHSRobert Ciang$lang['diff_side']             = 'Side by Side';
210*0b1a7785SGHSRobert Ciang$lang['diffprevrev']           = 'Previous revision';
211*0b1a7785SGHSRobert Ciang$lang['diffnextrev']           = 'Next revision';
212*0b1a7785SGHSRobert Ciang$lang['difflastrev']           = 'Last revision';
213*0b1a7785SGHSRobert Ciang$lang['diffbothprevrev']       = 'Both sides previous revision';
214*0b1a7785SGHSRobert Ciang$lang['diffbothnextrev']       = 'Both sides next revision';
215*0b1a7785SGHSRobert Ciang$lang['line']                  = 'Line';
216*0b1a7785SGHSRobert Ciang$lang['breadcrumb']            = 'Trace:';
217*0b1a7785SGHSRobert Ciang$lang['youarehere']            = 'You are here:';
218*0b1a7785SGHSRobert Ciang$lang['lastmod']               = 'Last modified:';
219*0b1a7785SGHSRobert Ciang$lang['by']                    = 'by';
220*0b1a7785SGHSRobert Ciang$lang['deleted']               = 'removed';
221*0b1a7785SGHSRobert Ciang$lang['created']               = 'created';
222*0b1a7785SGHSRobert Ciang$lang['restored']              = 'old revision restored (%s)';
223*0b1a7785SGHSRobert Ciang$lang['external_edit']         = 'external edit';
224*0b1a7785SGHSRobert Ciang$lang['summary']               = 'Edit summary';
225*0b1a7785SGHSRobert Ciang$lang['noflash']               = 'The <a href="http://get.adobe.com/flashplayer">Adobe Flash Plugin</a> is needed to display this content.';
226*0b1a7785SGHSRobert Ciang$lang['download']              = 'Download Snippet';
227*0b1a7785SGHSRobert Ciang$lang['tools']                 = 'Tools';
228*0b1a7785SGHSRobert Ciang$lang['user_tools']            = 'User Tools';
229*0b1a7785SGHSRobert Ciang$lang['site_tools']            = 'Site Tools';
230*0b1a7785SGHSRobert Ciang$lang['page_tools']            = 'Page Tools';
231*0b1a7785SGHSRobert Ciang$lang['skip_to_content']       = 'skip to content';
232*0b1a7785SGHSRobert Ciang$lang['sidebar']               = 'Sidebar';
233*0b1a7785SGHSRobert Ciang
234*0b1a7785SGHSRobert Ciang$lang['mail_newpage']          = 'page added:';
235*0b1a7785SGHSRobert Ciang$lang['mail_changed']          = 'page changed:';
236*0b1a7785SGHSRobert Ciang$lang['mail_subscribe_list']   = 'pages changed in namespace:';
237*0b1a7785SGHSRobert Ciang$lang['mail_new_user']         = 'new user:';
238*0b1a7785SGHSRobert Ciang$lang['mail_upload']           = 'file uploaded:';
239*0b1a7785SGHSRobert Ciang
240*0b1a7785SGHSRobert Ciang$lang['changes_type']          = 'View changes of';
241*0b1a7785SGHSRobert Ciang$lang['pages_changes']         = 'Pages';
242*0b1a7785SGHSRobert Ciang$lang['media_changes']         = 'Media files';
243*0b1a7785SGHSRobert Ciang$lang['both_changes']          = 'Both pages and media files';
244*0b1a7785SGHSRobert Ciang
245*0b1a7785SGHSRobert Ciang$lang['qb_bold']               = 'Bold Text';
246*0b1a7785SGHSRobert Ciang$lang['qb_italic']             = 'Italic Text';
247*0b1a7785SGHSRobert Ciang$lang['qb_underl']             = 'Underlined Text';
248*0b1a7785SGHSRobert Ciang$lang['qb_code']               = 'Monospaced Text';
249*0b1a7785SGHSRobert Ciang$lang['qb_strike']             = 'Strike-through Text';
250*0b1a7785SGHSRobert Ciang$lang['qb_h1']                 = 'Level 1 Headline';
251*0b1a7785SGHSRobert Ciang$lang['qb_h2']                 = 'Level 2 Headline';
252*0b1a7785SGHSRobert Ciang$lang['qb_h3']                 = 'Level 3 Headline';
253*0b1a7785SGHSRobert Ciang$lang['qb_h4']                 = 'Level 4 Headline';
254*0b1a7785SGHSRobert Ciang$lang['qb_h5']                 = 'Level 5 Headline';
255*0b1a7785SGHSRobert Ciang$lang['qb_h']                  = 'Headline';
256*0b1a7785SGHSRobert Ciang$lang['qb_hs']                 = 'Select Headline';
257*0b1a7785SGHSRobert Ciang$lang['qb_hplus']              = 'Higher Headline';
258*0b1a7785SGHSRobert Ciang$lang['qb_hminus']             = 'Lower Headline';
259*0b1a7785SGHSRobert Ciang$lang['qb_hequal']             = 'Same Level Headline';
260*0b1a7785SGHSRobert Ciang$lang['qb_link']               = 'Internal Link';
261*0b1a7785SGHSRobert Ciang$lang['qb_extlink']            = 'External Link';
262*0b1a7785SGHSRobert Ciang$lang['qb_hr']                 = 'Horizontal Rule';
263*0b1a7785SGHSRobert Ciang$lang['qb_ol']                 = 'Ordered List Item';
264*0b1a7785SGHSRobert Ciang$lang['qb_ul']                 = 'Unordered List Item';
265*0b1a7785SGHSRobert Ciang$lang['qb_media']              = 'Add Images and other files (opens in a new window)';
266*0b1a7785SGHSRobert Ciang$lang['qb_sig']                = 'Insert Signature';
267*0b1a7785SGHSRobert Ciang$lang['qb_smileys']            = 'Smileys';
268*0b1a7785SGHSRobert Ciang$lang['qb_chars']              = 'Special Chars';
269*0b1a7785SGHSRobert Ciang
270*0b1a7785SGHSRobert Ciang$lang['upperns']               = 'jump to parent namespace';
271*0b1a7785SGHSRobert Ciang
272*0b1a7785SGHSRobert Ciang$lang['metaedit']              = 'Edit Metadata';
273*0b1a7785SGHSRobert Ciang$lang['metasaveerr']           = 'Writing metadata failed';
274*0b1a7785SGHSRobert Ciang$lang['metasaveok']            = 'Metadata saved';
275*0b1a7785SGHSRobert Ciang$lang['img_title']             = 'Title:';
276*0b1a7785SGHSRobert Ciang$lang['img_caption']           = 'Caption:';
277*0b1a7785SGHSRobert Ciang$lang['img_date']              = 'Date:';
278*0b1a7785SGHSRobert Ciang$lang['img_fname']             = 'Filename:';
279*0b1a7785SGHSRobert Ciang$lang['img_fsize']             = 'Size:';
280*0b1a7785SGHSRobert Ciang$lang['img_artist']            = 'Photographer:';
281*0b1a7785SGHSRobert Ciang$lang['img_copyr']             = 'Copyright:';
282*0b1a7785SGHSRobert Ciang$lang['img_format']            = 'Format:';
283*0b1a7785SGHSRobert Ciang$lang['img_camera']            = 'Camera:';
284*0b1a7785SGHSRobert Ciang$lang['img_keywords']          = 'Keywords:';
285*0b1a7785SGHSRobert Ciang$lang['img_width']             = 'Width:';
286*0b1a7785SGHSRobert Ciang$lang['img_height']            = 'Height:';
287*0b1a7785SGHSRobert Ciang
288*0b1a7785SGHSRobert Ciang$lang['subscr_subscribe_success']   = 'Added %s to subscription list for %s';
289*0b1a7785SGHSRobert Ciang$lang['subscr_subscribe_error']     = 'Error adding %s to subscription list for %s';
290*0b1a7785SGHSRobert Ciang$lang['subscr_subscribe_noaddress'] = 'There is no address associated with your login, you cannot be added to the subscription list';
291*0b1a7785SGHSRobert Ciang$lang['subscr_unsubscribe_success'] = 'Removed %s from subscription list for %s';
292*0b1a7785SGHSRobert Ciang$lang['subscr_unsubscribe_error']   = 'Error removing %s from subscription list for %s';
293*0b1a7785SGHSRobert Ciang$lang['subscr_already_subscribed']  = '%s is already subscribed to %s';
294*0b1a7785SGHSRobert Ciang$lang['subscr_not_subscribed']      = '%s is not subscribed to %s';
295*0b1a7785SGHSRobert Ciang// Manage page for subscriptions
296*0b1a7785SGHSRobert Ciang$lang['subscr_m_not_subscribed']    = 'You are currently not subscribed to the current page or namespace.';
297*0b1a7785SGHSRobert Ciang$lang['subscr_m_new_header']        = 'Add subscription';
298*0b1a7785SGHSRobert Ciang$lang['subscr_m_current_header']    = 'Current subscriptions';
299*0b1a7785SGHSRobert Ciang$lang['subscr_m_unsubscribe']       = 'Unsubscribe';
300*0b1a7785SGHSRobert Ciang$lang['subscr_m_subscribe']         = 'Subscribe';
301*0b1a7785SGHSRobert Ciang$lang['subscr_m_receive']           = 'Receive';
302*0b1a7785SGHSRobert Ciang$lang['subscr_style_every']         = 'email on every change';
303*0b1a7785SGHSRobert Ciang$lang['subscr_style_digest']        = 'digest email of changes for each page (every %.2f days)';
304*0b1a7785SGHSRobert Ciang$lang['subscr_style_list']          = 'list of changed pages since last email (every %.2f days)';
305*0b1a7785SGHSRobert Ciang
306*0b1a7785SGHSRobert Ciang/* auth.class language support */
307*0b1a7785SGHSRobert Ciang$lang['authtempfail']          = 'User authentication is temporarily unavailable. If this situation persists, please inform your Wiki Admin.';
308*0b1a7785SGHSRobert Ciang
309*0b1a7785SGHSRobert Ciang/* installer strings */
310*0b1a7785SGHSRobert Ciang$lang['i_chooselang']          = 'Choose your language';
311*0b1a7785SGHSRobert Ciang$lang['i_installer']           = 'DokuWiki Installer';
312*0b1a7785SGHSRobert Ciang$lang['i_wikiname']            = 'Wiki Name';
313*0b1a7785SGHSRobert Ciang$lang['i_enableacl']           = 'Enable ACL (recommended)';
314*0b1a7785SGHSRobert Ciang$lang['i_superuser']           = 'Superuser';
315*0b1a7785SGHSRobert Ciang$lang['i_problems']            = 'The installer found some problems, indicated below. You can not continue until you have fixed them.';
316*0b1a7785SGHSRobert Ciang$lang['i_modified']            = 'For security reasons this script will only work with a new and unmodified Dokuwiki installation.
317*0b1a7785SGHSRobert Ciang                                  You should either re-extract the files from the downloaded package or consult the complete
318*0b1a7785SGHSRobert Ciang                                  <a href="https://www.dokuwiki.org/install">Dokuwiki installation instructions</a>';
319*0b1a7785SGHSRobert Ciang$lang['i_funcna']              = 'PHP function <code>%s</code> is not available. Maybe your hosting provider disabled it for some reason?';
320*0b1a7785SGHSRobert Ciang$lang['i_disabled']            =  'It has been disabled by your provider.';
321*0b1a7785SGHSRobert Ciang$lang['i_funcnmail']           = '<b>Note:</b> The PHP mail function is not available. %s' .
322*0b1a7785SGHSRobert Ciang                                 ' If it remains unavailable, you may install the <a href="https://www.dokuwiki.org/plugin:smtp">smtp plugin</a>.';
323*0b1a7785SGHSRobert Ciang$lang['i_phpver']              = 'Your PHP version <code>%s</code> is lower than the needed <code>%s</code>. You need to upgrade your PHP install.';
324*0b1a7785SGHSRobert Ciang$lang['i_mbfuncoverload']      = 'mbstring.func_overload must be disabled in php.ini to run DokuWiki.';
325*0b1a7785SGHSRobert Ciang$lang['i_urandom']             = 'DokuWiki cannot create cryptographically secure numbers for cookies. You may want to check your open_basedir settings in php.ini for proper <code>/dev/urandom</code> access.';
326*0b1a7785SGHSRobert Ciang$lang['i_permfail']            = '<code>%s</code> is not writable by DokuWiki. You need to fix the permission settings of this directory!';
327*0b1a7785SGHSRobert Ciang$lang['i_confexists']          = '<code>%s</code> already exists';
328*0b1a7785SGHSRobert Ciang$lang['i_writeerr']            = 'Unable to create <code>%s</code>. You will need to check directory/file permissions and create the file manually.';
329*0b1a7785SGHSRobert Ciang$lang['i_badhash']             = 'unrecognised or modified dokuwiki.php (hash=<code>%s</code>)';
330*0b1a7785SGHSRobert Ciang$lang['i_badval']              = '<code>%s</code> - illegal or empty value';
331*0b1a7785SGHSRobert Ciang$lang['i_success']             = 'The configuration was finished successfully. You may delete the install.php file now. Continue to
332*0b1a7785SGHSRobert Ciang                                 <a href="doku.php?id=wiki:welcome">your new DokuWiki</a>.';
333*0b1a7785SGHSRobert Ciang$lang['i_failure']             = 'Some errors occurred while writing the configuration files. You may need to fix them manually before
334*0b1a7785SGHSRobert Ciang                                  you can use <a href="doku.php?id=wiki:welcome">your new DokuWiki</a>.';
335*0b1a7785SGHSRobert Ciang$lang['i_policy']              = 'Initial ACL policy';
336*0b1a7785SGHSRobert Ciang$lang['i_pol0']                = 'Open Wiki (read, write, upload for everyone)';
337*0b1a7785SGHSRobert Ciang$lang['i_pol1']                = 'Public Wiki (read for everyone, write and upload for registered users)';
338*0b1a7785SGHSRobert Ciang$lang['i_pol2']                = 'Closed Wiki (read, write, upload for registered users only)';
339*0b1a7785SGHSRobert Ciang$lang['i_allowreg']            = 'Allow users to register themselves';
340*0b1a7785SGHSRobert Ciang$lang['i_retry']               = 'Retry';
341*0b1a7785SGHSRobert Ciang$lang['i_license']             = 'Please choose the license you want to put your content under:';
342*0b1a7785SGHSRobert Ciang$lang['i_license_none']        = 'Do not show any license information';
343*0b1a7785SGHSRobert Ciang$lang['i_pop_field']           = 'Please, help us to improve the DokuWiki experience:';
344*0b1a7785SGHSRobert Ciang$lang['i_pop_label']           = 'Once a month, send anonymous usage data to the DokuWiki developers';
345*0b1a7785SGHSRobert Ciang
346*0b1a7785SGHSRobert Ciang$lang['recent_global']         = 'You\'re currently watching the changes inside the <b>%s</b> namespace. You can also <a href="%s">view the recent changes of the whole wiki</a>.';
347*0b1a7785SGHSRobert Ciang$lang['years']                 = '%d years ago';
348*0b1a7785SGHSRobert Ciang$lang['months']                = '%d months ago';
349*0b1a7785SGHSRobert Ciang$lang['weeks']                 = '%d weeks ago';
350*0b1a7785SGHSRobert Ciang$lang['days']                  = '%d days ago';
351*0b1a7785SGHSRobert Ciang$lang['hours']                 = '%d hours ago';
352*0b1a7785SGHSRobert Ciang$lang['minutes']               = '%d minutes ago';
353*0b1a7785SGHSRobert Ciang$lang['seconds']               = '%d seconds ago';
354*0b1a7785SGHSRobert Ciang
355*0b1a7785SGHSRobert Ciang$lang['wordblock']             = 'Your change was not saved because it contains blocked text (spam).';
356*0b1a7785SGHSRobert Ciang
357*0b1a7785SGHSRobert Ciang$lang['media_uploadtab']       = 'Upload';
358*0b1a7785SGHSRobert Ciang$lang['media_searchtab']       = 'Search';
359*0b1a7785SGHSRobert Ciang$lang['media_file']            = 'File';
360*0b1a7785SGHSRobert Ciang$lang['media_viewtab']         = 'View';
361*0b1a7785SGHSRobert Ciang$lang['media_edittab']         = 'Edit';
362*0b1a7785SGHSRobert Ciang$lang['media_historytab']      = 'History';
363*0b1a7785SGHSRobert Ciang$lang['media_list_thumbs']     = 'Thumbnails';
364*0b1a7785SGHSRobert Ciang$lang['media_list_rows']       = 'Rows';
365*0b1a7785SGHSRobert Ciang$lang['media_sort_name']       = 'Name';
366*0b1a7785SGHSRobert Ciang$lang['media_sort_date']       = 'Date';
367*0b1a7785SGHSRobert Ciang$lang['media_namespaces']      = 'Choose namespace';
368*0b1a7785SGHSRobert Ciang$lang['media_files']           = 'Files in %s';
369*0b1a7785SGHSRobert Ciang$lang['media_upload']          = 'Upload to %s';
370*0b1a7785SGHSRobert Ciang$lang['media_search']          = 'Search in %s';
371*0b1a7785SGHSRobert Ciang$lang['media_view']            = '%s';
372*0b1a7785SGHSRobert Ciang$lang['media_viewold']         = '%s at %s';
373*0b1a7785SGHSRobert Ciang$lang['media_edit']            = 'Edit %s';
374*0b1a7785SGHSRobert Ciang$lang['media_history']         = 'History of %s';
375*0b1a7785SGHSRobert Ciang$lang['media_meta_edited']     = 'metadata edited';
376*0b1a7785SGHSRobert Ciang$lang['media_perm_read']       = 'Sorry, you don\'t have enough rights to read files.';
377*0b1a7785SGHSRobert Ciang$lang['media_perm_upload']     = 'Sorry, you don\'t have enough rights to upload files.';
378*0b1a7785SGHSRobert Ciang$lang['media_update']          = 'Upload new version';
379*0b1a7785SGHSRobert Ciang$lang['media_restore']         = 'Restore this version';
380*0b1a7785SGHSRobert Ciang$lang['media_acl_warning']     = 'This list might not be complete due to ACL restrictions and hidden pages.';
381*0b1a7785SGHSRobert Ciang
382*0b1a7785SGHSRobert Ciang$lang['email_fail']            = 'PHP mail() missing or disabled. The following email was not sent: ';
383*0b1a7785SGHSRobert Ciang$lang['currentns']             = 'Current namespace';
384*0b1a7785SGHSRobert Ciang$lang['searchresult']          = 'Search Result';
385*0b1a7785SGHSRobert Ciang$lang['plainhtml']             = 'Plain HTML';
386*0b1a7785SGHSRobert Ciang$lang['wikimarkup']            = 'Wiki Markup';
387*0b1a7785SGHSRobert Ciang$lang['page_nonexist_rev']     = 'Page did not exist at %s. It was subsequently created at <a href="%s">%s</a>.';
388*0b1a7785SGHSRobert Ciang$lang['unable_to_parse_date']  = 'Unable to parse at parameter "%s".';
389*0b1a7785SGHSRobert Ciang$lang['email_signature_text'] = 'This mail was generated by DokuWiki at
390*0b1a7785SGHSRobert Ciang@DOKUWIKIURL@';
391*0b1a7785SGHSRobert Ciang#$lang['email_signature_html'] = ''; # the empty default will copy the text signature, you can override it in a local lang file
392*0b1a7785SGHSRobert Ciang
393