[ Index ]
 

Code source de DokuWiki 2006-11-06

Accédez au Source d'autres logiciels libresSoutenez Angelica Josefina !

title

Body

[fermer]

/inc/lang/en/ -> lang.php (source)

   1  <?php
   2  /**
   3   * english language file
   4   *
   5   * @license    GPL 2 (http://www.gnu.org/licenses/gpl.html)
   6   * @author     Andreas Gohr <andi@splitbrain.org>
   7   * @author     Anika Henke <henke@cosmocode.de>
   8   * @author     Matthias Grimm <matthiasgrimm@users.sourceforge.net>
   9   */
  10  $lang['encoding']   = 'utf-8';
  11  $lang['direction']  = 'ltr';
  12  
  13  $lang['btn_edit']   = 'Edit this page';
  14  $lang['btn_source'] = 'Show pagesource';
  15  $lang['btn_show']   = 'Show page';
  16  $lang['btn_create'] = 'Create this page';
  17  $lang['btn_search'] = 'Search';
  18  $lang['btn_save']   = 'Save';
  19  $lang['btn_preview']= 'Preview';
  20  $lang['btn_top']    = 'Back to top';
  21  $lang['btn_newer']  = '<< more recent';
  22  $lang['btn_older']  = 'less recent >>';
  23  $lang['btn_revs']   = 'Old revisions';
  24  $lang['btn_recent'] = 'Recent changes';
  25  $lang['btn_upload'] = 'Upload';
  26  $lang['btn_cancel'] = 'Cancel';
  27  $lang['btn_index']  = 'Index';
  28  $lang['btn_secedit']= 'Edit';
  29  $lang['btn_login']  = 'Login';
  30  $lang['btn_logout'] = 'Logout';
  31  $lang['btn_admin']  = 'Admin';
  32  $lang['btn_update'] = 'Update';
  33  $lang['btn_delete'] = 'Delete';
  34  $lang['btn_back']   = 'Back';
  35  $lang['btn_backlink']    = "Backlinks";
  36  $lang['btn_backtomedia'] = 'Back to Mediafile Selection';
  37  $lang['btn_subscribe']   = 'Subscribe Changes';
  38  $lang['btn_unsubscribe'] = 'Unsubscribe Changes';
  39  $lang['btn_profile']     = 'Update Profile';
  40  $lang['btn_reset']       = 'Reset';
  41  $lang['btn_resendpwd']   = 'Send new password';
  42  $lang['btn_draft']    = 'Edit draft';
  43  $lang['btn_recover']  = 'Recover draft';
  44  $lang['btn_draftdel'] = 'Delete draft';
  45  
  46  $lang['loggedinas'] = 'Logged in as';
  47  $lang['user']       = 'Username';
  48  $lang['pass']       = 'Password';
  49  $lang['newpass']    = 'New password';
  50  $lang['oldpass']    = 'Confirm current password';
  51  $lang['passchk']    = 'once again';
  52  $lang['remember']   = 'Remember me';
  53  $lang['fullname']   = 'Full name';
  54  $lang['email']      = 'E-Mail';
  55  $lang['register']   = 'Register';
  56  $lang['profile']    = 'User Profile';
  57  $lang['badlogin']   = 'Sorry, username or password was wrong.';
  58  $lang['minoredit']  = 'Minor Changes';
  59  $lang['draftdate']  = 'Draft autosaved on'; // full dformat date will be added
  60  
  61  $lang['regmissing'] = 'Sorry, you must fill in all fields.';
  62  $lang['reguexists'] = 'Sorry, a user with this login already exists.';
  63  $lang['regsuccess'] = 'The user has been created and the password was sent by email.';
  64  $lang['regsuccess2']= 'The user has been created.';
  65  $lang['regmailfail']= 'Looks like there was an error on sending the password mail. Please contact the admin!';
  66  $lang['regbadmail'] = 'The given email address looks invalid - if you think this is an error, contact the admin';
  67  $lang['regbadpass'] = 'The two given passwords are not identical, please try again.';
  68  $lang['regpwmail']  = 'Your DokuWiki password';
  69  $lang['reghere']    = 'You don\'t have an account yet? Just get one';
  70  
  71  $lang['profna']       = 'This wiki does not support profile modification';
  72  $lang['profnochange'] = 'No changes, nothing to do.';
  73  $lang['profnoempty']  = 'An empty name or email address is not allowed.';
  74  $lang['profchanged']  = 'User profile sucessfully updated.';
  75  
  76  $lang['pwdforget'] = 'Forgotten your password? Get a new one';
  77  $lang['resendna']  = 'This wiki does not support password resending.';
  78  $lang['resendpwd'] = 'Send new password for';
  79  $lang['resendpwdmissing'] = 'Sorry, you must fill in all fields.';
  80  $lang['resendpwdnouser']  = 'Sorry, we can\'t find this user in our database.';
  81  $lang['resendpwdbadauth'] = 'Sorry, this auth code is not valid. Make sure you used the complete confirmation link.';
  82  $lang['resendpwdconfirm'] = 'A confirmation link has been sent by email.';
  83  $lang['resendpwdsuccess'] = 'Your new password has been sent by email.';
  84  
  85  $lang['txt_upload']   = 'Select file to upload';
  86  $lang['txt_filename'] = 'Upload as (optional)';
  87  $lang['txt_overwrt']  = 'Overwrite existing file';
  88  $lang['lockedby']     = 'Currently locked by';
  89  $lang['lockexpire']   = 'Lock expires at';
  90  $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.';
  91  
  92  $lang['notsavedyet'] = 'Unsaved changes will be lost.\nReally continue?';
  93  $lang['rssfailed']   = 'An error occured while fetching this feed: ';
  94  $lang['nothingfound']= 'Nothing was found.';
  95  
  96  $lang['mediaselect'] = 'Media Files';
  97  $lang['fileupload']  = 'Media File Upload';
  98  $lang['uploadsucc']  = 'Upload successful';
  99  $lang['uploadfail']  = 'Upload failed. Maybe wrong permissions?';
 100  $lang['uploadwrong'] = 'Upload denied. This file extension is forbidden!';
 101  $lang['uploadexist'] = 'File already exists. Nothing done.';
 102  $lang['deletesucc']  = 'The file "%s" has been deleted.';
 103  $lang['deletefail']  = '"%s" couldn\'t be deleted - check permissions.';
 104  $lang['mediainuse']  = 'The file "%s" hasn\'t been deleted - it is still in use.';
 105  $lang['namespaces']  = 'Namespaces';
 106  $lang['mediafiles']  = 'Available files in';
 107  
 108  $lang['js']['keepopen']    = 'Keep window open on selection';
 109  $lang['js']['hidedetails'] = 'Hide Details';
 110  $lang['mediausage']  = 'Use the following syntax to reference this file:';
 111  $lang['mediaview']   = 'View original file';
 112  $lang['mediaroot']   = 'root';
 113  $lang['mediaupload'] = 'Upload a file to the current namespace here. To create subnamespaces, prepend them to your "Upload as" filename separated by colons.';
 114  $lang['mediaextchange'] = 'Filextension changed from .%s to .%s!';
 115  
 116  $lang['reference']   = 'References for';
 117  $lang['ref_inuse']   = 'The file can\'t be deleted, because it\'s still used by the following pages:';
 118  $lang['ref_hidden']  = 'Some references  are on pages you don\'t have permission to read';
 119  
 120  $lang['hits']       = 'Hits';
 121  $lang['quickhits']  = 'Matching pagenames';
 122  $lang['toc']        = 'Table of Contents';
 123  $lang['current']    = 'current';
 124  $lang['yours']      = 'Your Version';
 125  $lang['diff']       = 'show differences to current version';
 126  $lang['line']       = 'Line';
 127  $lang['breadcrumb'] = 'Trace';
 128  $lang['youarehere'] = 'You are here';
 129  $lang['lastmod']    = 'Last modified';
 130  $lang['by']         = 'by';
 131  $lang['deleted']    = 'removed';
 132  $lang['created']    = 'created';
 133  $lang['restored']   = 'old revision restored';
 134  $lang['summary']    = 'Edit summary';
 135  
 136  $lang['mail_newpage'] = 'page added:';
 137  $lang['mail_changed'] = 'page changed:';
 138  $lang['mail_new_user'] = 'New user:';
 139  
 140  $lang['nosmblinks'] = 'Linking to Windows shares only works in Microsoft Internet Explorer.\nYou still can copy and paste the link.';
 141  
 142  $lang['qb_alert']   = 'Please enter the text you want to format.\nIt will be appended to the end of the document.';
 143  $lang['qb_bold']    = 'Bold Text';
 144  $lang['qb_italic']  = 'Italic Text';
 145  $lang['qb_underl']  = 'Underlined Text';
 146  $lang['qb_code']    = 'Code Text';
 147  $lang['qb_strike']  = 'Strike-through Text';
 148  $lang['qb_h1']      = 'Level 1 Headline';
 149  $lang['qb_h2']      = 'Level 2 Headline';
 150  $lang['qb_h3']      = 'Level 3 Headline';
 151  $lang['qb_h4']      = 'Level 4 Headline';
 152  $lang['qb_h5']      = 'Level 5 Headline';
 153  $lang['qb_link']    = 'Internal Link';
 154  $lang['qb_extlink'] = 'External Link';
 155  $lang['qb_hr']      = 'Horizontal Rule';
 156  $lang['qb_ol']      = 'Ordered List Item';
 157  $lang['qb_ul']      = 'Unordered List Item';
 158  $lang['qb_media']   = 'Add Images and other files';
 159  $lang['qb_sig']     = 'Insert Signature';
 160  $lang['qb_smileys'] = 'Smileys';
 161  $lang['qb_chars']   = 'Special Chars';
 162  
 163  $lang['del_confirm']= 'Really delete selected item(s)?';
 164  $lang['admin_register']= 'Add new user';
 165  
 166  $lang['spell_start'] = 'Check Spelling';
 167  $lang['spell_stop']  = 'Resume Editing';
 168  $lang['spell_wait']  = 'Please wait...';
 169  $lang['spell_noerr'] = 'No Mistakes found';
 170  $lang['spell_nosug'] = 'No Suggestions';
 171  $lang['spell_change']= 'Change';
 172  
 173  $lang['metaedit']    = 'Edit Metadata';
 174  $lang['metasaveerr'] = 'Writing metadata failed';
 175  $lang['metasaveok']  = 'Metadata saved';
 176  $lang['img_backto']  = 'Back to';
 177  $lang['img_title']   = 'Title';
 178  $lang['img_caption'] = 'Caption';
 179  $lang['img_date']    = 'Date';
 180  $lang['img_fname']   = 'Filename';
 181  $lang['img_fsize']   = 'Size';
 182  $lang['img_artist']  = 'Photographer';
 183  $lang['img_copyr']   = 'Copyright';
 184  $lang['img_format']  = 'Format';
 185  $lang['img_camera']  = 'Camera';
 186  $lang['img_keywords']= 'Keywords';
 187  
 188  $lang['subscribe_success']  = 'Added %s to subscription list for %s';
 189  $lang['subscribe_error']    = 'Error adding %s to subscription list for %s';
 190  $lang['subscribe_noaddress']= 'There is no address associated with your login, you cannot be added to the subscription list';
 191  $lang['unsubscribe_success']= 'Removed %s from subscription list for %s';
 192  $lang['unsubscribe_error']  = 'Error removing %s from subscription list for %s';
 193  
 194  /* auth.class language support */
 195  $lang['authmodfailed']   = 'Bad user authentication configuration. Please inform your Wiki Admin.';
 196  $lang['authtempfail']    = 'User authentication is temporarily unavailable. If this situation persists, please inform your Wiki Admin.';
 197  
 198  /* installer strings */
 199  $lang['i_chooselang'] = 'Choose your language';
 200  $lang['i_installer']  = 'DokuWiki Installer';
 201  $lang['i_wikiname']   = 'Wiki Name';
 202  $lang['i_enableacl']  = 'Enable ACL (recommended)';
 203  $lang['i_superuser']  = 'Superuser';
 204  $lang['i_problems']   = 'The installer found some problems, indicated below. You can not continue until you have fixed them.';
 205  $lang['i_modified']   = 'For security reasons this script will only work with a new and unmodified Dokuwiki installation.
 206                           You should either re-extract the files from the downloaded package or consult the complete
 207                           <a href="http://wiki.splitbrain.org/wiki:install">Dokuwiki installation instructions</a>';
 208  $lang['i_funcna']     = 'PHP function <code>%s</code> is not available. Maybe your hosting provider disabled it for some reason?';
 209  $lang['i_phpver']     = 'Your PHP version <code>%s</code> is lower than the needed <code>%s</code>. You need to upgrade your PHP install.';
 210  $lang['i_permfail']   = '<code>%s</code> is not writable by DokuWiki. You need to fix the permission settings of this directory!';
 211  $lang['i_confexists'] = '<code>%s</code> already exists';
 212  $lang['i_writeerr']   = 'Unable to create <code>%s</code>. You will need to check directory/file permissions and create the file manually.';
 213  $lang['i_badhash']    = 'unrecognised or modified dokuwiki.php (hash=<code>%s</code>)';
 214  $lang['i_badval']     = '<code>%s</code> - illegal or empty value';
 215  $lang['i_success']    = 'The configuration was finished successfully. You may delete the install.php file now. Continue to
 216                          <a href="doku.php">your new DokuWiki</a>.';
 217  $lang['i_failure']    = 'Some errors occured while writing the configuration files. You may need to fix them manually before
 218                           you can use <a href="doku.php">your new DokuWiki</a>.';
 219  $lang['i_policy']     = 'Initial ACL policy';
 220  $lang['i_pol0']       = 'Open Wiki (read, write, upload for everyone)';
 221  $lang['i_pol1']       = 'Public Wiki (read for everyone, write and upload for registered users)';
 222  $lang['i_pol2']       = 'Closed Wiki (read, write, upload for registered users only)';
 223  
 224  $lang['i_retry']      = 'Retry';
 225  
 226  //Setup VIM: ex: et ts=2 enc=utf-8 :


Généré le : Tue Apr 3 20:47:31 2007 par Balluche grâce à PHPXref 0.7