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> 623164e01SAndreas Gohr * @author Andreas Gohr <gohr@cosmocode.de> 7bc461538SMichael Große */ 8bc461538SMichael Große 9bc461538SMichael Große// menu entry for admin plugins 10632c5618SAndreas Gohr$lang['menu'] = 'Farming'; 11bc461538SMichael Große 12632c5618SAndreas Gohr// tabs 13632c5618SAndreas Gohr$lang['tab_setup'] = 'Farm Setup'; 1423164e01SAndreas Gohr$lang['tab_info'] = 'Info'; 15632c5618SAndreas Gohr$lang['tab_config'] = 'Configuration'; 16632c5618SAndreas Gohr$lang['tab_plugins'] = 'Manage Plugins'; 17632c5618SAndreas Gohr$lang['tab_new'] = 'Add new Animal'; 1824f27905SAndreas Gohr$lang['tab_delete'] = 'Delete Animal'; 19632c5618SAndreas Gohr 2023164e01SAndreas Gohr// setup 2123164e01SAndreas Gohr$lang['preloadPHPForm'] = 'Initialize Farming'; 2223164e01SAndreas Gohr$lang['farm dir'] = 'Animal directory'; 23c4c8e953SAndreas Gohr$lang['htaccess setup'] = 'Add farm code to .htaccess?'; 24fc6a7cc1SMichael Große$lang['submit'] = 'Submit'; 2523164e01SAndreas Gohr$lang['farmdir_missing'] = 'Please enter a directory where the Animals should be stored.'; 26f4bc36c6SAndreas Gohr$lang['farmdir_in_dokuwiki'] = 'The Animal directory (%s) must be outside of the Farm dokuwiki (%s).'; 27f4bc36c6SAndreas Gohr$lang['farmdir_uncreatable'] = 'The Animal directory (%s) could not be created. Are the permissions correct?'; 28f4bc36c6SAndreas Gohr$lang['farmdir_unwritable'] = 'Please make sure that the webserver has write access in the Animal directory (%s)!'; 29f4bc36c6SAndreas Gohr$lang['farmdir_notEmpty'] = 'The Animal directory (%s) must be empty.'; 3023164e01SAndreas Gohr$lang['preload creation success'] = 'Farming has been succesfully initialized.'; 3123164e01SAndreas Gohr$lang['preload creation error'] = 'There was an error during Farming initialization.'; 3223164e01SAndreas Gohr$lang['overwrite_preload'] = 'Warning: Your existing inc/preload.php will be overwritten when continuing here!'; 3349f2871cSAndreas Gohr 3423164e01SAndreas Gohr// info 3523164e01SAndreas Gohr$lang['animal'] = 'Animal Name / Domain'; 36d8c083b7SAndreas Gohr$lang['thisis'] = 'Instance is'; 37632c5618SAndreas Gohr$lang['thisis.farmer'] = 'The farmer!'; 384d6fc85bSAndreas Gohr$lang['thisis.animal'] = 'An Animal!'; 39632c5618SAndreas Gohr$lang['baseinstall'] = 'Farmer Install'; 40632c5618SAndreas Gohr$lang['animals'] = 'Animals'; 41d8c083b7SAndreas Gohr$lang['confdir'] = 'Instance Configuration Directory'; 42d8c083b7SAndreas Gohr$lang['savedir'] = 'Instance Data Directory'; 43af1c6dd8SAndreas Gohr$lang['plugins'] = 'Plugins active in this instance'; 44632c5618SAndreas Gohr 45da0ae2c0SAndreas Gohr// config 4623164e01SAndreas Gohr$lang['base'] = 'Base Configuration'; 4723164e01SAndreas Gohr$lang['farm host'] = 'Farmer Host Name'; 484d6fc85bSAndreas Gohr$lang['base domain'] = 'Base Domain for subdomain Animals'; 49da0ae2c0SAndreas Gohr$lang['conf_inherit'] = 'Farmer Settings Animals should inherit'; 50da0ae2c0SAndreas Gohr$lang['conf_inherit_main'] = 'Configuration Settings'; 51da0ae2c0SAndreas Gohr$lang['conf_inherit_acronyms'] = 'Acronym Definitions'; 52da0ae2c0SAndreas Gohr$lang['conf_inherit_entities'] = 'Entity Definitions'; 53da0ae2c0SAndreas Gohr$lang['conf_inherit_interwiki'] = 'Interwiki Definitions'; 54da0ae2c0SAndreas Gohr$lang['conf_inherit_license'] = 'License Definitions'; 55da0ae2c0SAndreas Gohr$lang['conf_inherit_mime'] = 'MIME Type Definitions'; 56da0ae2c0SAndreas Gohr$lang['conf_inherit_scheme'] = 'URL Scheme Definitions'; 57da0ae2c0SAndreas Gohr$lang['conf_inherit_smileys'] = 'Smiley Definitions'; 58da0ae2c0SAndreas Gohr$lang['conf_inherit_wordblock'] = 'Spam Blacklist Entries'; 59da0ae2c0SAndreas Gohr$lang['conf_inherit_userstyle'] = 'User Styles'; 60da0ae2c0SAndreas Gohr$lang['conf_inherit_userscript'] = 'User Scripts'; 61*3cee9885SAnna Dabrowska$lang['conf_inherit_styleini'] = 'Template style customizations'; 624d6fc85bSAndreas Gohr$lang['conf_inherit_users'] = 'Users (Plain Auth only)'; 63af1c6dd8SAndreas Gohr$lang['conf_inherit_plugins'] = 'Plugin State'; 649ea97f82SAndreas Gohr$lang['conf_inherit_yes'] = 'inherited from farmer'; 659ea97f82SAndreas Gohr$lang['conf_inherit_no'] = 'independent from farmer'; 66da0ae2c0SAndreas Gohr$lang['conf_notfound'] = 'Behavior on accessing nonexistent Animals'; 67da0ae2c0SAndreas Gohr$lang['conf_notfound_farmer'] = 'Show the farmer wiki'; 68da0ae2c0SAndreas Gohr$lang['conf_notfound_404'] = 'Show a 404 error page'; 69da0ae2c0SAndreas Gohr$lang['conf_notfound_list'] = 'Show a list of available animals'; 70da0ae2c0SAndreas Gohr$lang['conf_notfound_redirect'] = 'Redirect to the URL below'; 71da0ae2c0SAndreas Gohr$lang['conf_notfound_url'] = 'URL to redirect to if selected above'; 72da0ae2c0SAndreas Gohr$lang['save'] = 'Save'; 73da0ae2c0SAndreas Gohr 7423164e01SAndreas Gohr// new 754d6fc85bSAndreas Gohr$lang['animal template'] = 'Copy existing Animal'; 764d6fc85bSAndreas Gohr$lang['animal creation success'] = 'The Animal "%s" has been successfully created.'; 774d6fc85bSAndreas Gohr$lang['animal creation error'] = 'There was an error while creating the Animal.'; 784d6fc85bSAndreas Gohr$lang['animal configuration'] = 'Basic Animal configuration'; 796348ab5bSMichael Grosse$lang['inherit user registration'] = 'Inherit user registration setting from farmer'; 806348ab5bSMichael Grosse$lang['enable user registration'] = 'Allow users to register themselves'; 816348ab5bSMichael Grosse$lang['disable user registration'] = 'Disable user register'; 8223164e01SAndreas Gohr$lang['animal administrator'] = 'Animal administrator'; 83c247a7edSAndreas Gohr$lang['noUsers'] = 'Do not create any users'; 8423164e01SAndreas Gohr$lang['importUsers'] = 'Import all users of the Farmer to the new Animal'; 8523164e01SAndreas Gohr$lang['currentAdmin'] = 'Set the current user as admin'; 8623164e01SAndreas Gohr$lang['newAdmin'] = 'Create new admin user "admin"'; 8723164e01SAndreas Gohr$lang['admin password'] = 'Password for the new admin'; 884d6fc85bSAndreas Gohr$lang['animalname_missing'] = 'Please enter a name for the new Animal.'; 894d6fc85bSAndreas Gohr$lang['animalname_invalid'] = 'The Animal name may only contain alphanumeric characters and dots/hyphens (but not as first or last character).'; 904d6fc85bSAndreas Gohr$lang['animalname_preexisting'] = 'An Animal with that name already exists.'; 91fc6a7cc1SMichael Große$lang['adminPassword_empty'] = 'The password for the new admin account must not be empty.'; 92801ebaa1SAndreas Gohr$lang['animal template copy error'] = 'There was a problem copying %s from the existing Animal to the new one.'; 936348ab5bSMichael Grosse$lang['aclpolicy missing/bad'] = 'Please choose an initial ACL policy from the dropdown.'; 94ef6f20faSMichael Große 9523164e01SAndreas Gohr// plugins 964d6fc85bSAndreas Gohr$lang['bulkSingleSwitcher'] = 'Edit a single Animal or all at once?'; 974d6fc85bSAndreas Gohr$lang['bulkEdit'] = 'Bulk edit all Animals'; 984d6fc85bSAndreas Gohr$lang['singleEdit'] = 'Edit a single Animal'; 994d6fc85bSAndreas Gohr$lang['bulkEditForm'] = 'Activate or deactivate a plugin in all Animals'; 100511d09feSAndreas Gohr$lang['matrixEdit'] = 'Edit Animal/Plugin matrix'; 101af1c6dd8SAndreas Gohr$lang['default'] = 'Set to default'; 10223164e01SAndreas Gohr$lang['activate'] = 'Activate'; 10323164e01SAndreas Gohr$lang['deactivate'] = 'Deactivate'; 1044d6fc85bSAndreas Gohr$lang['singleEditForm'] = 'Edit the plugins of a specific Animal'; 105114a05a7SAndreas Gohr$lang['plugindone'] = 'Plugin states updated'; 106af1c6dd8SAndreas Gohr$lang['plugin'] = 'Plugin'; 107af1c6dd8SAndreas Gohr$lang['plugin_on'] = 'on'; 108af1c6dd8SAndreas Gohr$lang['plugin_off'] = 'off'; 109af1c6dd8SAndreas Gohr$lang['plugin_default'] = 'Default'; 110af1c6dd8SAndreas Gohr$lang['plugin_enabled'] = 'Enabled'; 111af1c6dd8SAndreas Gohr$lang['plugin_disabled'] = 'Disabled'; 11223164e01SAndreas Gohr$lang['js']['animalSelect'] = 'Select an animal'; 11323164e01SAndreas Gohr$lang['js']['pluginSelect'] = 'Select a plugin'; 1141413d607SAndreas Gohr$lang['disable_new_plugins'] = 'The plugin has been disabled by default. You can enable it here or in specific animals only.'; 1151413d607SAndreas Gohr 11623164e01SAndreas Gohr 11724f27905SAndreas Gohr// delete 11824f27905SAndreas Gohr$lang['delete_animal'] = 'Select Animal to delete'; 11924f27905SAndreas Gohr$lang['delete_confirm'] = 'Please type the Animal name to confirm'; 12024f27905SAndreas Gohr$lang['delete'] = 'Delete the Animal and all its data'; 12124f27905SAndreas Gohr 12224f27905SAndreas Gohr$lang['delete_noanimal'] = 'Please select an Animal to delete'; 12324f27905SAndreas Gohr$lang['delete_mismatch'] = 'Confirmation does not match Animal name. Not deleted.'; 12424f27905SAndreas Gohr$lang['delete_invalid'] = 'Invalid Animal name. Not deleted.'; 12524f27905SAndreas Gohr$lang['delete_success'] = 'Animal successfully deleted.'; 12624f27905SAndreas Gohr$lang['delete_fail'] = 'Some files could not be deleted, you should clean up manuallly.'; 12724f27905SAndreas Gohr 12823164e01SAndreas Gohr//Setup VIM: ex: et ts=4 : 129