14dc4b499Smatthiasgrimm<?php 2bc3b6aecSandi/** 3bc3b6aecSandi * english language file 4bc3b6aecSandi * 5bc3b6aecSandi * @license GPL 2 (http://www.gnu.org/licenses/gpl.html) 6bc3b6aecSandi * @author Andreas Gohr <andi@splitbrain.org> 7e965e37fSAnika Henke * @author Anika Henke <anika@selfthinker.org> 8753d5abfSMatthias Grimm * @author Matthias Grimm <matthiasgrimm@users.sourceforge.net> 9bc3b6aecSandi */ 10bc3b6aecSandi$lang['encoding'] = 'utf-8'; 11bc3b6aecSandi$lang['direction'] = 'ltr'; 1271b40da2SAnika Henke$lang['doublequoteopening'] = '“';//“ 1371b40da2SAnika Henke$lang['doublequoteclosing'] = '”';//” 1471b40da2SAnika Henke$lang['singlequoteopening'] = '‘';//‘ 1571b40da2SAnika Henke$lang['singlequoteclosing'] = '’';//’ 1657d757d1SAndreas Gohr$lang['apostrophe'] = '’';//’ 17bc3b6aecSandi 18bc3b6aecSandi$lang['btn_edit'] = 'Edit this page'; 19bc3b6aecSandi$lang['btn_source'] = 'Show pagesource'; 20bc3b6aecSandi$lang['btn_show'] = 'Show page'; 21bc3b6aecSandi$lang['btn_create'] = 'Create this page'; 22bc3b6aecSandi$lang['btn_search'] = 'Search'; 23bc3b6aecSandi$lang['btn_save'] = 'Save'; 24bc3b6aecSandi$lang['btn_preview']= 'Preview'; 25bc3b6aecSandi$lang['btn_top'] = 'Back to top'; 26bc3b6aecSandi$lang['btn_newer'] = '<< more recent'; 27bc3b6aecSandi$lang['btn_older'] = 'less recent >>'; 28bc3b6aecSandi$lang['btn_revs'] = 'Old revisions'; 29bc3b6aecSandi$lang['btn_recent'] = 'Recent changes'; 30bc3b6aecSandi$lang['btn_upload'] = 'Upload'; 31bc3b6aecSandi$lang['btn_cancel'] = 'Cancel'; 32bc3b6aecSandi$lang['btn_index'] = 'Index'; 33bc3b6aecSandi$lang['btn_secedit']= 'Edit'; 34bc3b6aecSandi$lang['btn_login'] = 'Login'; 35bc3b6aecSandi$lang['btn_logout'] = 'Logout'; 36bc3b6aecSandi$lang['btn_admin'] = 'Admin'; 37bc3b6aecSandi$lang['btn_update'] = 'Update'; 38bc3b6aecSandi$lang['btn_delete'] = 'Delete'; 39bc3b6aecSandi$lang['btn_back'] = 'Back'; 40f00151b4Schris$lang['btn_backlink'] = "Backlinks"; 41d67ca2c0Smatthiasgrimm$lang['btn_backtomedia'] = 'Back to Mediafile Selection'; 425b75cd1fSAdrian Lang$lang['btn_subscribe'] = 'Manage Subscriptions'; 438b06d178Schris$lang['btn_profile'] = 'Update Profile'; 448b06d178Schris$lang['btn_reset'] = 'Reset'; 45753d5abfSMatthias Grimm$lang['btn_resendpwd'] = 'Send new password'; 46ee4c4a1bSAndreas Gohr$lang['btn_draft'] = 'Edit draft'; 47ee4c4a1bSAndreas Gohr$lang['btn_recover'] = 'Recover draft'; 48ee4c4a1bSAndreas Gohr$lang['btn_draftdel'] = 'Delete draft'; 491246e016SAndreas Gohr$lang['btn_revert'] = 'Restore'; 50bc3b6aecSandi 51bc3b6aecSandi$lang['loggedinas'] = 'Logged in as'; 52bc3b6aecSandi$lang['user'] = 'Username'; 53bc3b6aecSandi$lang['pass'] = 'Password'; 548b06d178Schris$lang['newpass'] = 'New password'; 558b06d178Schris$lang['oldpass'] = 'Confirm current password'; 56d6c9c552Smatthiasgrimm$lang['passchk'] = 'once again'; 57bc3b6aecSandi$lang['remember'] = 'Remember me'; 583cd36d10SAndreas Gohr$lang['fullname'] = 'Real name'; 59bc3b6aecSandi$lang['email'] = 'E-Mail'; 60bc3b6aecSandi$lang['register'] = 'Register'; 618b06d178Schris$lang['profile'] = 'User Profile'; 62bc3b6aecSandi$lang['badlogin'] = 'Sorry, username or password was wrong.'; 63753d5abfSMatthias Grimm$lang['minoredit'] = 'Minor Changes'; 64ee4c4a1bSAndreas Gohr$lang['draftdate'] = 'Draft autosaved on'; // full dformat date will be added 657b3a6803SAndreas Gohr$lang['nosecedit'] = 'The page was changed in the meantime, section info was out of date loaded full page instead.'; 66bc3b6aecSandi 67bc3b6aecSandi$lang['regmissing'] = 'Sorry, you must fill in all fields.'; 68bc3b6aecSandi$lang['reguexists'] = 'Sorry, a user with this login already exists.'; 69bc3b6aecSandi$lang['regsuccess'] = 'The user has been created and the password was sent by email.'; 70bc3b6aecSandi$lang['regsuccess2']= 'The user has been created.'; 71bc3b6aecSandi$lang['regmailfail']= 'Looks like there was an error on sending the password mail. Please contact the admin!'; 72bc3b6aecSandi$lang['regbadmail'] = 'The given email address looks invalid - if you think this is an error, contact the admin'; 7311120ca9Schris$lang['regbadpass'] = 'The two given passwords are not identical, please try again.'; 74bc3b6aecSandi$lang['regpwmail'] = 'Your DokuWiki password'; 75bc3b6aecSandi$lang['reghere'] = 'You don\'t have an account yet? Just get one'; 76bc3b6aecSandi 778b06d178Schris$lang['profna'] = 'This wiki does not support profile modification'; 788b06d178Schris$lang['profnochange'] = 'No changes, nothing to do.'; 798b06d178Schris$lang['profnoempty'] = 'An empty name or email address is not allowed.'; 804e1578a0SAndreas Gohr$lang['profchanged'] = 'User profile successfully updated.'; 818b06d178Schris 82753d5abfSMatthias Grimm$lang['pwdforget'] = 'Forgotten your password? Get a new one'; 838b06d178Schris$lang['resendna'] = 'This wiki does not support password resending.'; 84753d5abfSMatthias Grimm$lang['resendpwd'] = 'Send new password for'; 858b06d178Schris$lang['resendpwdmissing'] = 'Sorry, you must fill in all fields.'; 868b06d178Schris$lang['resendpwdnouser'] = 'Sorry, we can\'t find this user in our database.'; 871d5856cfSAndreas Gohr$lang['resendpwdbadauth'] = 'Sorry, this auth code is not valid. Make sure you used the complete confirmation link.'; 881d5856cfSAndreas Gohr$lang['resendpwdconfirm'] = 'A confirmation link has been sent by email.'; 898b06d178Schris$lang['resendpwdsuccess'] = 'Your new password has been sent by email.'; 908b06d178Schris 91066fee30SAndreas Gohr$lang['license'] = 'Except where otherwise noted, content on this wiki is licensed under the following license:'; 92066fee30SAndreas Gohr$lang['licenseok'] = 'Note: By editing this page you agree to license your content under the following license:'; 93066fee30SAndreas Gohr 9456fe6664SAndreas Gohr$lang['searchmedia'] = 'Search file name:'; 9556fe6664SAndreas Gohr$lang['searchmedia_in'] = 'Search in %s'; 96bc3b6aecSandi$lang['txt_upload'] = 'Select file to upload'; 972411dd85SAndreas Gohr$lang['txt_filename'] = 'Upload as (optional)'; 98bc3b6aecSandi$lang['txt_overwrt'] = 'Overwrite existing file'; 99bc3b6aecSandi$lang['lockedby'] = 'Currently locked by'; 100bc3b6aecSandi$lang['lockexpire'] = 'Lock expires at'; 101bc3b6aecSandi$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.'; 102bc3b6aecSandi 10308478e65SAndreas Gohr$lang['notsavedyet'] = 'Unsaved changes will be lost.\nReally continue?'; 104c9db30f9SAndreas Gohr$lang['rssfailed'] = 'An error occurred while fetching this feed: '; 105bc3b6aecSandi$lang['nothingfound']= 'Nothing was found.'; 106bc3b6aecSandi 107cf6894dfSAndreas Gohr$lang['mediaselect'] = 'Media Files'; 108cf6894dfSAndreas Gohr$lang['fileupload'] = 'Media File Upload'; 109bc3b6aecSandi$lang['uploadsucc'] = 'Upload successful'; 110bc3b6aecSandi$lang['uploadfail'] = 'Upload failed. Maybe wrong permissions?'; 111bc3b6aecSandi$lang['uploadwrong'] = 'Upload denied. This file extension is forbidden!'; 112bc3b6aecSandi$lang['uploadexist'] = 'File already exists. Nothing done.'; 1138cb1eb01SAndreas Gohr$lang['uploadbadcontent'] = 'The uploaded content did not match the %s file extension.'; 11426ceae18SAndreas Gohr$lang['uploadspam'] = 'The upload was blocked by the spam blacklist.'; 11526ceae18SAndreas Gohr$lang['uploadxss'] = 'The upload was blocked for possibly malicious content.'; 116a93e6f85SAndreas Gohr$lang['uploadsize'] = 'The uploaded file was too big. (max. %s)'; 117b59a406bSmatthiasgrimm$lang['deletesucc'] = 'The file "%s" has been deleted.'; 1189ec7f428SJorge Barrera Grandon$lang['deletefail'] = '"%s" couldn\'t be deleted - check permissions.'; 119b59a406bSmatthiasgrimm$lang['mediainuse'] = 'The file "%s" hasn\'t been deleted - it is still in use.'; 120bc3b6aecSandi$lang['namespaces'] = 'Namespaces'; 121bc3b6aecSandi$lang['mediafiles'] = 'Available files in'; 122bc3b6aecSandi 123bf1f3ac4Ssarnowski$lang['js']['searchmedia'] = 'Search for files'; 1243df72098SAndreas Gohr$lang['js']['keepopen'] = 'Keep window open on selection'; 1258073bfb3SAndreas Gohr$lang['js']['hidedetails'] = 'Hide Details'; 12664c9cfd5SAndreas Gohr$lang['mediausage'] = 'Use the following syntax to reference this file:'; 127cf6894dfSAndreas Gohr$lang['mediaview'] = 'View original file'; 128256ca81eSAndreas Gohr$lang['mediaroot'] = 'root'; 12982599fb8SAndreas Gohr$lang['mediaupload'] = 'Upload a file to the current namespace here. To create subnamespaces, prepend them to your "Upload as" filename separated by colons.'; 13044409c3dSAndreas Gohr$lang['mediaextchange'] = 'Filextension changed from .%s to .%s!'; 1313df72098SAndreas Gohr 132d67ca2c0Smatthiasgrimm$lang['reference'] = 'References for'; 133d67ca2c0Smatthiasgrimm$lang['ref_inuse'] = 'The file can\'t be deleted, because it\'s still used by the following pages:'; 134d67ca2c0Smatthiasgrimm$lang['ref_hidden'] = 'Some references are on pages you don\'t have permission to read'; 135d67ca2c0Smatthiasgrimm 136bc3b6aecSandi$lang['hits'] = 'Hits'; 137bc3b6aecSandi$lang['quickhits'] = 'Matching pagenames'; 138bc3b6aecSandi$lang['toc'] = 'Table of Contents'; 139bc3b6aecSandi$lang['current'] = 'current'; 140bc3b6aecSandi$lang['yours'] = 'Your Version'; 14177707b04SAndreas Gohr$lang['diff'] = 'Show differences to current revisions'; 14277707b04SAndreas Gohr$lang['diff2'] = 'Show differences between selected revisions'; 143bc3b6aecSandi$lang['line'] = 'Line'; 144bc3b6aecSandi$lang['breadcrumb'] = 'Trace'; 14531e187f8SSean Coates$lang['youarehere'] = 'You are here'; 146bc3b6aecSandi$lang['lastmod'] = 'Last modified'; 147bc3b6aecSandi$lang['by'] = 'by'; 148bc3b6aecSandi$lang['deleted'] = 'removed'; 149bc3b6aecSandi$lang['created'] = 'created'; 150bc3b6aecSandi$lang['restored'] = 'old revision restored'; 1515aa52fafSBen Coburn$lang['external_edit'] = 'external edit'; 152bc3b6aecSandi$lang['summary'] = 'Edit summary'; 15307bf32b2SAndreas Gohr$lang['noflash'] = 'The <a href="http://www.adobe.com/products/flashplayer/">Adobe Flash Plugin</a> is needed to display this content.'; 1543d491f75SAndreas Gohr$lang['download'] = 'Download Snippet'; 155bc3b6aecSandi 156241f3a36Sandi$lang['mail_newpage'] = 'page added:'; 157241f3a36Sandi$lang['mail_changed'] = 'page changed:'; 1585b75cd1fSAdrian Lang$lang['mail_subscribe_list'] = 'pages changed in namespace:'; 15975030359SAndreas Gohr$lang['mail_new_user'] = 'new user:'; 16075030359SAndreas Gohr$lang['mail_upload'] = 'file uploaded:'; 161bc3b6aecSandi 1623b1290f5SMichael Klier$lang['js']['nosmblinks'] = "Linking to Windows shares only works in Microsoft Internet Explorer.\nYou still can copy and paste the link."; 163bc3b6aecSandi 164bc3b6aecSandi$lang['qb_bold'] = 'Bold Text'; 165bc3b6aecSandi$lang['qb_italic'] = 'Italic Text'; 166bc3b6aecSandi$lang['qb_underl'] = 'Underlined Text'; 167bc3b6aecSandi$lang['qb_code'] = 'Code Text'; 168bc3b6aecSandi$lang['qb_strike'] = 'Strike-through Text'; 169bc3b6aecSandi$lang['qb_h1'] = 'Level 1 Headline'; 170bc3b6aecSandi$lang['qb_h2'] = 'Level 2 Headline'; 171bc3b6aecSandi$lang['qb_h3'] = 'Level 3 Headline'; 172bc3b6aecSandi$lang['qb_h4'] = 'Level 4 Headline'; 173bc3b6aecSandi$lang['qb_h5'] = 'Level 5 Headline'; 174a2be6cd9SAndreas Gohr 175a2be6cd9SAndreas Gohr$lang['qb_h'] = 'Headline'; 176a2be6cd9SAndreas Gohr$lang['qb_hs'] = 'Select Headline'; 177a2be6cd9SAndreas Gohr$lang['qb_hplus'] = 'Higher Headline'; 178a2be6cd9SAndreas Gohr$lang['qb_hminus'] = 'Lower Headline'; 179a2be6cd9SAndreas Gohr$lang['qb_hequal'] = 'Same Level Headline'; 180a2be6cd9SAndreas Gohr 181bc3b6aecSandi$lang['qb_link'] = 'Internal Link'; 182bc3b6aecSandi$lang['qb_extlink'] = 'External Link'; 183bc3b6aecSandi$lang['qb_hr'] = 'Horizontal Rule'; 184bc3b6aecSandi$lang['qb_ol'] = 'Ordered List Item'; 185bc3b6aecSandi$lang['qb_ul'] = 'Unordered List Item'; 186bc3b6aecSandi$lang['qb_media'] = 'Add Images and other files'; 187bc3b6aecSandi$lang['qb_sig'] = 'Insert Signature'; 18820d062caSAndreas Gohr$lang['qb_smileys'] = 'Smileys'; 18920d062caSAndreas Gohr$lang['qb_chars'] = 'Special Chars'; 19020d062caSAndreas Gohr 1913c2d94a3SAndreas Gohr$lang['upperns'] = 'jump to parent namespace'; 1923e23cbfdSAndreas Gohr$lang['js']['linkwiz'] = 'Link Wizard'; 1933e23cbfdSAndreas Gohr$lang['js']['linkto'] = 'Link to:'; 1943e23cbfdSAndreas Gohr 1950071aa21SAndreas Gohr$lang['js']['del_confirm']= 'Really delete selected item(s)?'; 1962411dd85SAndreas Gohr$lang['admin_register']= 'Add new user'; 197bc3b6aecSandi 19836df6fa3SAndreas Gohr$lang['metaedit'] = 'Edit Metadata'; 19936df6fa3SAndreas Gohr$lang['metasaveerr'] = 'Writing metadata failed'; 20036df6fa3SAndreas Gohr$lang['metasaveok'] = 'Metadata saved'; 20155efc227SAndreas Gohr$lang['img_backto'] = 'Back to'; 20255efc227SAndreas Gohr$lang['img_title'] = 'Title'; 20355efc227SAndreas Gohr$lang['img_caption'] = 'Caption'; 20455efc227SAndreas Gohr$lang['img_date'] = 'Date'; 20555efc227SAndreas Gohr$lang['img_fname'] = 'Filename'; 20655efc227SAndreas Gohr$lang['img_fsize'] = 'Size'; 20755efc227SAndreas Gohr$lang['img_artist'] = 'Photographer'; 20855efc227SAndreas Gohr$lang['img_copyr'] = 'Copyright'; 20955efc227SAndreas Gohr$lang['img_format'] = 'Format'; 21055efc227SAndreas Gohr$lang['img_camera'] = 'Camera'; 21155efc227SAndreas Gohr$lang['img_keywords']= 'Keywords'; 21255efc227SAndreas Gohr 2135b75cd1fSAdrian Lang$lang['subscr_subscribe_success'] = 'Added %s to subscription list for %s'; 2145b75cd1fSAdrian Lang$lang['subscr_subscribe_error'] = 'Error adding %s to subscription list for %s'; 2155b75cd1fSAdrian Lang$lang['subscr_subscribe_noaddress']= 'There is no address associated with your login, you cannot be added to the subscription list'; 2165b75cd1fSAdrian Lang$lang['subscr_unsubscribe_success']= 'Removed %s from subscription list for %s'; 2175b75cd1fSAdrian Lang$lang['subscr_unsubscribe_error'] = 'Error removing %s from subscription list for %s'; 2185b75cd1fSAdrian Lang$lang['subscr_already_subscribed'] = '%s is already subscribed to %s'; 2195b75cd1fSAdrian Lang$lang['subscr_not_subscribed'] = '%s is not subscribed to %s'; 2205b75cd1fSAdrian Lang// Manage page for subscriptions 22115741132SAndreas Gohr$lang['subscr_m_not_subscribed'] = 'You are currently not subscribed to the current page or namespace.'; 2225b75cd1fSAdrian Lang$lang['subscr_m_new_header'] = 'Add subscription'; 22315741132SAndreas Gohr$lang['subscr_m_current_header'] = 'Current subscriptions'; 22415741132SAndreas Gohr$lang['subscr_m_unsubscribe'] = 'Unsubscribe'; 2255b75cd1fSAdrian Lang$lang['subscr_m_subscribe'] = 'Subscribe'; 22655efc227SAndreas Gohr 22715741132SAndreas Gohr$lang['subscr_style_every'] = 'email on every change'; 22815741132SAndreas Gohr$lang['subscr_style_digest'] = 'digest email of changes for each page'; 229*28c3346dSAdrian Lang$lang['subscr_style_list'] = 'list of changed pages since last email'; 23015741132SAndreas Gohr 23115741132SAndreas Gohr 232912a0cf3Sgb/* auth.class language support */ 233cd52f92dSchris$lang['authmodfailed'] = 'Bad user authentication configuration. Please inform your Wiki Admin.'; 234cd52f92dSchris$lang['authtempfail'] = 'User authentication is temporarily unavailable. If this situation persists, please inform your Wiki Admin.'; 2353ff230f7SMatthias Grimm 23647248316SAndreas Gohr/* installer strings */ 23747248316SAndreas Gohr$lang['i_chooselang'] = 'Choose your language'; 23847248316SAndreas Gohr$lang['i_installer'] = 'DokuWiki Installer'; 23947248316SAndreas Gohr$lang['i_wikiname'] = 'Wiki Name'; 24047248316SAndreas Gohr$lang['i_enableacl'] = 'Enable ACL (recommended)'; 24147248316SAndreas Gohr$lang['i_superuser'] = 'Superuser'; 2423545b2e0Schris$lang['i_problems'] = 'The installer found some problems, indicated below. You can not continue until you have fixed them.'; 24347248316SAndreas Gohr$lang['i_modified'] = 'For security reasons this script will only work with a new and unmodified Dokuwiki installation. 24447248316SAndreas Gohr You should either re-extract the files from the downloaded package or consult the complete 24566549c4aSAnika Henke <a href="http://dokuwiki.org/install">Dokuwiki installation instructions</a>'; 2468af2e4bbSAndreas Gohr$lang['i_funcna'] = 'PHP function <code>%s</code> is not available. Maybe your hosting provider disabled it for some reason?'; 2473afe5d1cSAndreas Gohr$lang['i_phpver'] = 'Your PHP version <code>%s</code> is lower than the needed <code>%s</code>. You need to upgrade your PHP install.'; 24847248316SAndreas Gohr$lang['i_permfail'] = '<code>%s</code> is not writable by DokuWiki. You need to fix the permission settings of this directory!'; 24947248316SAndreas Gohr$lang['i_confexists'] = '<code>%s</code> already exists'; 25047248316SAndreas Gohr$lang['i_writeerr'] = 'Unable to create <code>%s</code>. You will need to check directory/file permissions and create the file manually.'; 25147248316SAndreas Gohr$lang['i_badhash'] = 'unrecognised or modified dokuwiki.php (hash=<code>%s</code>)'; 25247248316SAndreas Gohr$lang['i_badval'] = '<code>%s</code> - illegal or empty value'; 25347248316SAndreas Gohr$lang['i_success'] = 'The configuration was finished successfully. You may delete the install.php file now. Continue to 25447248316SAndreas Gohr <a href="doku.php">your new DokuWiki</a>.'; 255c9db30f9SAndreas Gohr$lang['i_failure'] = 'Some errors occurred while writing the configuration files. You may need to fix them manually before 25647248316SAndreas Gohr you can use <a href="doku.php">your new DokuWiki</a>.'; 2578af2e4bbSAndreas Gohr$lang['i_policy'] = 'Initial ACL policy'; 2588af2e4bbSAndreas Gohr$lang['i_pol0'] = 'Open Wiki (read, write, upload for everyone)'; 2598af2e4bbSAndreas Gohr$lang['i_pol1'] = 'Public Wiki (read for everyone, write and upload for registered users)'; 2608af2e4bbSAndreas Gohr$lang['i_pol2'] = 'Closed Wiki (read, write, upload for registered users only)'; 26147248316SAndreas Gohr 26270a6aa16Schris$lang['i_retry'] = 'Retry'; 26347248316SAndreas Gohr 264d00ec455SAndreas Gohr$lang['mu_intro'] = 'Here you can upload multiple files at once. Click the browse button to add them to the queue. Press upload when done.'; 265d00ec455SAndreas Gohr$lang['js']['mu_btn'] = 'Upload multiple files at once'; 266d00ec455SAndreas Gohr$lang['mu_gridname'] = 'Filename'; 267d00ec455SAndreas Gohr$lang['mu_gridsize'] = 'Size'; 268d00ec455SAndreas Gohr$lang['mu_gridstat'] = 'Status'; 269d00ec455SAndreas Gohr$lang['mu_namespace'] = 'Namespace'; 270d00ec455SAndreas Gohr$lang['mu_browse'] = 'Browse'; 271d00ec455SAndreas Gohr$lang['mu_toobig'] = 'too big'; 272d00ec455SAndreas Gohr$lang['mu_ready'] = 'ready for upload'; 273d00ec455SAndreas Gohr$lang['mu_done'] = 'complete'; 274d00ec455SAndreas Gohr$lang['mu_fail'] = 'failed'; 275d00ec455SAndreas Gohr$lang['mu_authfail'] = 'session expired'; 276d00ec455SAndreas Gohr$lang['mu_progress'] = '@PCT@% uploaded'; 277d00ec455SAndreas Gohr$lang['mu_filetypes'] = 'Allowed Filetypes'; 27858b091deSAndreas Gohr$lang['mu_info'] = 'files uploaded.'; 27958b091deSAndreas Gohr$lang['mu_lasterr'] = 'Last error:'; 280d00ec455SAndreas Gohr 2814bf019deSGina Haeussge$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>.'; 282d00ec455SAndreas Gohr 283f2263577SAndreas Gohr$lang['years'] = '%d years ago'; 284f2263577SAndreas Gohr$lang['months'] = '%d months ago'; 285f2263577SAndreas Gohr$lang['weeks'] = '%d weeks ago'; 286f2263577SAndreas Gohr$lang['days'] = '%d days ago'; 287f2263577SAndreas Gohr$lang['hours'] = '%d hours ago'; 2889c731366SAndreas Gohr$lang['minutes'] = '%d minutes ago'; 289f2263577SAndreas Gohr$lang['seconds'] = '%d seconds ago'; 290c57e365eSAndreas Gohr 291bc3b6aecSandi//Setup VIM: ex: et ts=2 enc=utf-8 : 292