1bc461538SMichael Große<?php 2bc461538SMichael Große/** 3bc461538SMichael Große * English language file for farmer plugin 4bc461538SMichael Große * 5bc461538SMichael Große * @author Michael Große <grosse@cosmocode.de> 6bc461538SMichael Große */ 7bc461538SMichael Große 8bc461538SMichael Große// menu entry for admin plugins 9632c5618SAndreas Gohr$lang['menu'] = 'Farming'; 10bc461538SMichael Große 1168253499SMichael Große$lang['subdomain_helptext_injection'] = 'If you are using the subdomain based approach you need to enter the subdomain under which the new subwiki will be reachable'; 1268253499SMichael Große 13632c5618SAndreas Gohr// tabs 14632c5618SAndreas Gohr$lang['tab_info'] = 'Info'; 15632c5618SAndreas Gohr$lang['tab_setup'] = 'Farm Setup'; 16632c5618SAndreas Gohr$lang['tab_config'] = 'Configuration'; 17632c5618SAndreas Gohr$lang['tab_plugins'] = 'Manage Plugins'; 18632c5618SAndreas Gohr$lang['tab_new'] = 'Add new Animal'; 19632c5618SAndreas Gohr 20fc6a7cc1SMichael Große//labels 21ef6f20faSMichael Große$lang['preloadPHPForm'] = 'Create a new preload.php'; 22c4c8e953SAndreas Gohr$lang['base'] = 'Base Configuration'; 23632c5618SAndreas Gohr$lang['farm dir'] = 'Animal Directory'; 249ea97f82SAndreas Gohr$lang['farm host'] = 'Farmer Host Name'; 25c4c8e953SAndreas Gohr$lang['base domain'] = 'Base Domain for subdomain animals'; 26ef6f20faSMichael Große$lang['animal configuration'] = 'Basic animal configuration'; 27fc6a7cc1SMichael Große$lang['admin password'] = 'Password for the new admin'; 28ef6f20faSMichael Große$lang['animal administrator'] = 'Animal administrator'; 29*1272da0cSAndreas Gohr$lang['noUsers'] = 'Do not create any users (rely on user inherit config only)'; 30*1272da0cSAndreas Gohr$lang['importUsers'] = 'Import all users of the Farmer to the new Animal'; 31fc6a7cc1SMichael Große$lang['currentAdmin'] = 'Set the current user as admin'; 32fc6a7cc1SMichael Große$lang['newAdmin'] = 'Create new admin user "admin"'; 33c4c8e953SAndreas Gohr$lang['htaccess setup'] = 'Add farm code to .htaccess?'; 34fc6a7cc1SMichael Große$lang['bulkSingleSwitcher'] = 'Edit a single animal or all at once?'; 35ef6f20faSMichael Große$lang['bulkEdit'] = 'Bulk edit all animals'; 36ef6f20faSMichael Große$lang['singleEdit'] = 'Edit a single animal'; 37fc6a7cc1SMichael Große$lang['bulkEditForm'] = 'Activate or deactivate a plugin in all animals'; 38fc6a7cc1SMichael Große$lang['activate'] = 'Activate'; 39fc6a7cc1SMichael Große$lang['deactivate'] = 'Deactivate'; 40ef6f20faSMichael Große$lang['singleEditForm'] = 'Edit the plugins of a specific animal'; 41fc6a7cc1SMichael Große$lang['submit'] = 'Submit'; 42fc6a7cc1SMichael Große$lang['reset'] = 'Reset'; 439ed791b7SMichael Große$lang['js']['submit'] = $lang['submit']; 449ed791b7SMichael Große$lang['js']['reset'] = $lang['reset']; 4549f2871cSAndreas Gohr 4649f2871cSAndreas Gohr$lang['animal name'] = 'Animal Name / Domain'; 4749f2871cSAndreas Gohr 48ccb1f637SMichael Große$lang['htaccess_basedir'] = 'Enter the path to the above-entered farm directory relativ to the server root:'; 49bc461538SMichael Große 50632c5618SAndreas Gohr$lang['animal'] = 'Animal Name'; 51d8c083b7SAndreas Gohr$lang['thisis'] = 'Instance is'; 52632c5618SAndreas Gohr$lang['thisis.farmer'] = 'The farmer!'; 53632c5618SAndreas Gohr$lang['thisis.animal'] = 'An animal!'; 54632c5618SAndreas Gohr$lang['baseinstall'] = 'Farmer Install'; 55632c5618SAndreas Gohr$lang['animals'] = 'Animals'; 56d8c083b7SAndreas Gohr$lang['confdir'] = 'Instance Configuration Directory'; 57d8c083b7SAndreas Gohr$lang['savedir'] = 'Instance Data Directory'; 58632c5618SAndreas Gohr 59da0ae2c0SAndreas Gohr// config 60da0ae2c0SAndreas Gohr$lang['conf_inherit'] = 'Farmer Settings Animals should inherit'; 61da0ae2c0SAndreas Gohr$lang['conf_inherit_main'] = 'Configuration Settings'; 62da0ae2c0SAndreas Gohr$lang['conf_inherit_acronyms'] = 'Acronym Definitions'; 63da0ae2c0SAndreas Gohr$lang['conf_inherit_entities'] = 'Entity Definitions'; 64da0ae2c0SAndreas Gohr$lang['conf_inherit_interwiki'] = 'Interwiki Definitions'; 65da0ae2c0SAndreas Gohr$lang['conf_inherit_license'] = 'License Definitions'; 66da0ae2c0SAndreas Gohr$lang['conf_inherit_mime'] = 'MIME Type Definitions'; 67da0ae2c0SAndreas Gohr$lang['conf_inherit_scheme'] = 'URL Scheme Definitions'; 68da0ae2c0SAndreas Gohr$lang['conf_inherit_smileys'] = 'Smiley Definitions'; 69da0ae2c0SAndreas Gohr$lang['conf_inherit_wordblock'] = 'Spam Blacklist Entries'; 70da0ae2c0SAndreas Gohr$lang['conf_inherit_userstyle'] = 'User Styles'; 71*1272da0cSAndreas Gohr$lang['conf_inherit_users'] = 'Users (Plain Auth only)'; 72da0ae2c0SAndreas Gohr$lang['conf_inherit_userscript'] = 'User Scripts'; 739ea97f82SAndreas Gohr$lang['conf_inherit_yes'] = 'inherited from farmer'; 749ea97f82SAndreas Gohr$lang['conf_inherit_no'] = 'independent from farmer'; 75da0ae2c0SAndreas Gohr 76da0ae2c0SAndreas Gohr$lang['conf_notfound'] = 'Behavior on accessing nonexistent Animals'; 77da0ae2c0SAndreas Gohr$lang['conf_notfound_farmer'] = 'Show the farmer wiki'; 78da0ae2c0SAndreas Gohr$lang['conf_notfound_404'] = 'Show a 404 error page'; 79da0ae2c0SAndreas Gohr$lang['conf_notfound_list'] = 'Show a list of available animals'; 80da0ae2c0SAndreas Gohr$lang['conf_notfound_redirect'] = 'Redirect to the URL below'; 81da0ae2c0SAndreas Gohr$lang['conf_notfound_url'] = 'URL to redirect to if selected above'; 82da0ae2c0SAndreas Gohr 83da0ae2c0SAndreas Gohr$lang['save'] = 'Save'; 84da0ae2c0SAndreas Gohr 85fc6a7cc1SMichael Große// input placeholders 86fc6a7cc1SMichael Große$lang['js']['animalSelect'] = 'Select an animal'; 87fc6a7cc1SMichael Große$lang['js']['pluginSelect'] = 'Select a plugin'; 88ef6f20faSMichael Große$lang['animal name placeholder'] = 'Animal name'; 89ed2508faSMichael Große$lang['animal subdomain placeholder'] = 'animal.wiki.example.com'; 90ef6f20faSMichael Große$lang['admin password placeholder'] = 'Password'; 91bc461538SMichael Große 9219368639SMichael Große// success messages 93d6737b72SMichael Große$lang['animal creation success'] = 'The animal "%s" has been successfully created.'; 9429b841f5SMichael Große$lang['animal creation error'] = 'There was an error while creating the animal.'; 95d6737b72SMichael Große$lang['preload creation success'] = 'inc/preload.php has been succesfully created.'; 9629b841f5SMichael Große$lang['preload creation error'] = 'There was an error while creating inc/preload.php.'; 97d6737b72SMichael Große$lang['js']['animal ajax success'] = 'Ajax request to the new animal was successful.'; 98d6737b72SMichael Große$lang['js']['preload ajax success'] = 'Ajax request to a non-existing animal was correctly served by the farmer.'; 9919368639SMichael Große 100d9ec4524SMichael Große// info messages 101632c5618SAndreas Gohr$lang['overwrite_preload'] = 'Warning: Your existing inc/preload.php will be overwritten when continuing here!'; 102d9ec4524SMichael Große 103fc6a7cc1SMichael Große// error messages 1040495d2a2SMichael Große$lang['htaccess_basedir_missing'] = 'Please enter the <a href="https://www.dokuwiki.org/config:basedir">basedir</a>'; 105fc6a7cc1SMichael Große$lang['animalname_missing'] = 'Please enter a name for the new animal.'; 106fc6a7cc1SMichael Große$lang['animalname_invalid'] = 'The animalname may only contain alphanumeric characters and hyphens(but not as first or last character).'; 10719368639SMichael Große$lang['animalname_preexisting'] = 'An animal with that name already exists.'; 108fc6a7cc1SMichael Große$lang['adminsetup_missing'] = 'Choose an admin for the new animal.'; 109fc6a7cc1SMichael Große$lang['adminPassword_empty'] = 'The password for the new admin account must not be empty.'; 110fc6a7cc1SMichael Große$lang['serversetup_missing'] = 'Choose either a subdomain setup and enter a valid subdomain or choose a htaccess setup.'; 111fc6a7cc1SMichael Große$lang['animalsubdomain_missing'] = 'Please enter a valid domain for the new animal.'; 11229b841f5SMichael Große$lang['animalsubdomain_invalid'] = 'Please enter a valid subdomain (FQDN) without underscores.'; 11319368639SMichael Große$lang['animalsubdomain_preexisting'] = 'An animal with that subdomain already exists.'; 11419368639SMichael Große$lang['farmdir_missing'] = 'Please enter a directory where the animals should be stored.'; 11519368639SMichael Große$lang['farmdir_in_dokuwiki'] = 'The farm directory must outside of the master dokuwiki.'; 11619368639SMichael Große$lang['farmdir_uncreatable'] = 'The farm directory could not be created. Are the permissions correct?'; 11719368639SMichael Große$lang['farmdir_unwritable'] = 'Please make sure that the webserver has write access in the farm directory'; 118efa7af45SMichael Große$lang['farmdir_notEmpty'] = 'The farm directory must be empty.'; 119ba663b1aSMichael Große$lang['get request failure'] = 'The specified domain name could not be verified to be part of this farm setup. This is most probably a DNS or web server misconfiguration. Please refer to the farm plugin documentation on how to setup (sub-)domain farms.'; 120ba663b1aSMichael Große$lang['js']['preload ajax failure'] = $lang['get request failure']; 121ba663b1aSMichael Große$lang['js']['animal ajax failure'] = $lang['get request failure']; 122bc461538SMichael Große//Setup VIM: ex: et ts=4 : 123ef6f20faSMichael Große 124