From fdd1eee7e61466df6a1a221435a71eacdee7be9b Mon Sep 17 00:00:00 2001 From: moodler Date: Wed, 2 Jun 2004 12:44:04 +0000 Subject: [PATCH] Wiki language file (seems incomplete?) --- lang/en/wiki.php | 173 +++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 173 insertions(+) create mode 100644 lang/en/wiki.php diff --git a/lang/en/wiki.php b/lang/en/wiki.php new file mode 100644 index 0000000000..1dbd271dd0 --- /dev/null +++ b/lang/en/wiki.php @@ -0,0 +1,173 @@ +If you however empty a page first, it will get listed here too. Various other database diagnostics are made as well.'; +$string['removepagecheck'] = 'Are you sure that you want to delete these pages ?'; +$string['pagename'] = 'Page name'; +$string['errororreason'] = 'Error or reason'; +$string['listall'] = 'List all'; +$string['listcandidates'] = 'List candidates'; +$string['removeselectedpages'] = 'Remove selected pages'; +$string['disabledpage'] = 'Disabled page'; +$string['errorbinandtxt'] = 'Flag error: Page of type BIN and TXT'; +$string['errornotype'] = 'Flag error: Neither BIN nor TXT'; +$string['errorhtml'] = 'Page of type HTML'; +$string['readonly'] = 'Read only page'; +$string['errorroandwr'] = 'Flag error: Page is Writeable and Read only'; +$string['errorsize'] = 'Page size bigger than 64k'; +$string['emptypage'] = 'Empty page'; +$string['flags'] = 'Flags'; +$string['status'] = 'Status'; +$string['flagsset'] = 'Flags changed'; +$string['strippages'] = 'Strip pages'; +$string['strippagecheck'] = 'Are you sure that you want to strip old versions from these pages:'; +$string['nothingtostrip'] = 'There are no pages with more than one version.'; +$string['version'] = 'Version'; +$string['versions'] = 'Versions'; +$string['versions'] = 'Versions'; +$string['pagesstripped'] = 'Pages stripped.'; +$string['wrongversionrange'] = '$a is not a correct range!'; +$string['versionrangetoobig'] = 'You cannot delete all versions of a page! The last version should remain.'; +$string['linkok'] = 'OK'; +$string['linkdead'] = 'DEAD'; +$string['offline'] = 'OFFLINE'; +$string['nolinksfound'] = 'No links found on page.'; +$string['revertpages'] = 'Revert mass changes'; +$string['pagesreverted'] = 'Changes reverted'; +$string['revertpagescheck'] = 'Do you really want to revert the following changes:'; +$string['revertchanges'] = 'Revert changes'; +$string['versionstodelete'] = 'Version(s) to delete'; +$string['nochangestorevert'] = 'No changes to revert.'; +$string['authorfieldpattern'] = 'Author field pattern'; +$string['noregexp'] = 'This must be a fixed string (you cannot use * or regex), at best use the attackers` IP address or host name, but do not include the port number (because it increased with every http access).'; +$string['changesfield'] = 'Within how many hours from the last change'; +$string['howtooperate'] = 'How to operate'; +$string['authorfieldpatternerror'] = 'Please enter an author.'; +$string['deleteversionserror'] = 'Please enter a correct version count.'; +$string['changesfielderror'] = 'Please enter a correct hour count.'; +$string['revertlastonly'] = 'Only, if it was the last change'; +$string['revertallsince'] = 'Version diving, also delete changes made after'; +$string['revertthe'] = 'Version diving, but only purge the affected one'; +$string['deleteversions'] = 'Delete how many last versions'; +$string['deletepage'] = 'Delete page'; + +# Filter Name +$string['filtername'] = 'Wiki Page Auto-linking'; + + +# Flags, please be careful when translating +$string['flagtxt'] = 'TXT'; +$string['flagbin'] = 'BIN'; +$string['flagoff'] = 'OFF'; +$string['flaghtm'] = 'HTM'; +$string['flagro'] = 'RO'; +$string['flagwr'] = 'WR'; + +# This one has to be a WikiWord !!! +$string['deletemewikiword'] = 'DeleteMe'; +$string['deletemewikiwordfound'] = '$a found on page'; + +$string['submit'] = 'Submit'; + +# Initial contents: Name as the directory +$string['00empty']="Empty"; +$string['ewikidefault']="ErfurtWiki Default"; + +# Ewiki +$string['editform1']='Try not to worry too much about formatting, it can always be improved later.'; +$string['editform2']='Please write sensibly, and remember that all editing is logged.'; +$string['save']='Save'; +$string['preview']='Preview'; +$string['canceledit']='Cancel'; +$string['uploadpicturebutton']='Upload'; +$string['lastchanged']="Last changed on \$a"; +$string['hits'] = "\$a hits"; +$string['changes'] = "\$a changes"; +$string['upload0'] = 'Use this form to upload an arbitrary binary file into the wiki:'; +$string['uplnewnam'] = 'Save with different filename'; +$string['uplok'] = 'Your file was uploaded correctly.'; +$string['uplerror'] = 'We are sorry, but something went wrong during the file upload.'; +$string['dwnlnofiles'] = 'No files uploaded yet.'; +$string['file'] = 'File'; +$string['uploadedon'] = 'Uploaded on'; +$string['fileisoftype'] = 'File is of type'; +$string['downloadtimes'] = "Downloaded \$a times"; +$string['of'] = 'of'; +$string['comment'] = 'Comment'; +$string['dwnlsection'] = 'Download section'; +$string['infoaboutpage']='Information about the page'; +$string['thanksforcontribution']='Thank you for your contribution.'; +$string['disabledpage']='This page is currently not available.'; +$string['doesnotexist']='This page does not yet exist, please click on the edit Button if you would like to create it.'; +$string['errversionsave']='Sorry, while you edited this page someone else did already save a changed version. Please go back to the previous screen and copy your changes to your computers clipboard to insert it again after you reload the edit screen.'; +$string['forbidden']='You are not authorized to access this page.'; +$string['binimgtoolarge']='Image file is too large!'; +$string['binnoimg']='This is an inacceptable file format!'; +$string['browse']='Browse'; +$string['fetchback']='Fetch-back'; +$string['diff']='Diff'; +$string['author']='Author'; +$string['created']='Created'; +$string['lastmodified']='Last modification'; +$string['meta']='Meta data'; +$string['refs']='References'; +$string['contentsize']='Content size'; +$string['pageslinkingto']="Pages linking to this page"; +?> -- 2.39.5