xref: /plugin/farmer/lang/en/lang.php (revision c4c8e953c2820a8d49bd83ac58883b01f220312b)
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';
22*c4c8e953SAndreas Gohr$lang['base'] = 'Base Configuration';
23632c5618SAndreas Gohr$lang['farm dir'] = 'Animal Directory';
249ea97f82SAndreas Gohr$lang['farm host'] = 'Farmer Host Name';
25*c4c8e953SAndreas 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';
29ef6f20faSMichael Große$lang['importUsers'] = 'Import all users of the master wiki to the new animal';
30fc6a7cc1SMichael Große$lang['currentAdmin'] = 'Set the current user as admin';
31fc6a7cc1SMichael Große$lang['newAdmin'] = 'Create new admin user "admin"';
32*c4c8e953SAndreas Gohr$lang['htaccess setup'] = 'Add farm code to .htaccess?';
33fc6a7cc1SMichael Große$lang['bulkSingleSwitcher'] = 'Edit a single animal or all at once?';
34ef6f20faSMichael Große$lang['bulkEdit'] = 'Bulk edit all animals';
35ef6f20faSMichael Große$lang['singleEdit'] = 'Edit a single animal';
36fc6a7cc1SMichael Große$lang['bulkEditForm'] = 'Activate or deactivate a plugin in all animals';
37fc6a7cc1SMichael Große$lang['activate'] = 'Activate';
38fc6a7cc1SMichael Große$lang['deactivate'] = 'Deactivate';
39ef6f20faSMichael Große$lang['singleEditForm'] = 'Edit the plugins of a specific animal';
40fc6a7cc1SMichael Große$lang['submit'] = 'Submit';
41fc6a7cc1SMichael Große$lang['reset'] = 'Reset';
429ed791b7SMichael Große$lang['js']['submit'] = $lang['submit'];
439ed791b7SMichael Große$lang['js']['reset'] = $lang['reset'];
4449f2871cSAndreas Gohr
4549f2871cSAndreas Gohr$lang['animal name'] = 'Animal Name / Domain';
4649f2871cSAndreas Gohr
47ccb1f637SMichael Große$lang['htaccess_basedir'] = 'Enter the path to the above-entered farm directory relativ to the server root:';
48bc461538SMichael Große
49632c5618SAndreas Gohr$lang['animal'] = 'Animal Name';
50d8c083b7SAndreas Gohr$lang['thisis'] = 'Instance is';
51632c5618SAndreas Gohr$lang['thisis.farmer'] = 'The farmer!';
52632c5618SAndreas Gohr$lang['thisis.animal'] = 'An animal!';
53632c5618SAndreas Gohr$lang['baseinstall'] = 'Farmer Install';
54632c5618SAndreas Gohr$lang['animals'] = 'Animals';
55d8c083b7SAndreas Gohr$lang['confdir'] = 'Instance Configuration Directory';
56d8c083b7SAndreas Gohr$lang['savedir'] = 'Instance Data Directory';
57632c5618SAndreas Gohr
58da0ae2c0SAndreas Gohr// config
59da0ae2c0SAndreas Gohr$lang['conf_inherit'] = 'Farmer Settings Animals should inherit';
60da0ae2c0SAndreas Gohr$lang['conf_inherit_main'] = 'Configuration Settings';
61da0ae2c0SAndreas Gohr$lang['conf_inherit_acronyms'] = 'Acronym Definitions';
62da0ae2c0SAndreas Gohr$lang['conf_inherit_entities'] = 'Entity Definitions';
63da0ae2c0SAndreas Gohr$lang['conf_inherit_interwiki'] = 'Interwiki Definitions';
64da0ae2c0SAndreas Gohr$lang['conf_inherit_license'] = 'License Definitions';
65da0ae2c0SAndreas Gohr$lang['conf_inherit_mime'] = 'MIME Type Definitions';
66da0ae2c0SAndreas Gohr$lang['conf_inherit_scheme'] = 'URL Scheme Definitions';
67da0ae2c0SAndreas Gohr$lang['conf_inherit_smileys'] = 'Smiley Definitions';
68da0ae2c0SAndreas Gohr$lang['conf_inherit_wordblock'] = 'Spam Blacklist Entries';
69da0ae2c0SAndreas Gohr$lang['conf_inherit_userstyle'] = 'User Styles';
70da0ae2c0SAndreas Gohr$lang['conf_inherit_userscript'] = 'User Scripts';
719ea97f82SAndreas Gohr$lang['conf_inherit_yes'] = 'inherited from farmer';
729ea97f82SAndreas Gohr$lang['conf_inherit_no'] = 'independent from farmer';
73da0ae2c0SAndreas Gohr
74da0ae2c0SAndreas Gohr$lang['conf_notfound'] = 'Behavior on accessing nonexistent Animals';
75da0ae2c0SAndreas Gohr$lang['conf_notfound_farmer'] = 'Show the farmer wiki';
76da0ae2c0SAndreas Gohr$lang['conf_notfound_404'] = 'Show a 404 error page';
77da0ae2c0SAndreas Gohr$lang['conf_notfound_list'] = 'Show a list of available animals';
78da0ae2c0SAndreas Gohr$lang['conf_notfound_redirect'] = 'Redirect to the URL below';
79da0ae2c0SAndreas Gohr$lang['conf_notfound_url'] = 'URL to redirect to if selected above';
80da0ae2c0SAndreas Gohr
81da0ae2c0SAndreas Gohr$lang['save'] = 'Save';
82da0ae2c0SAndreas Gohr
83fc6a7cc1SMichael Große// input placeholders
84fc6a7cc1SMichael Große$lang['js']['animalSelect'] = 'Select an animal';
85fc6a7cc1SMichael Große$lang['js']['pluginSelect'] = 'Select a plugin';
86ef6f20faSMichael Große$lang['animal name placeholder'] = 'Animal name';
87ed2508faSMichael Große$lang['animal subdomain placeholder'] = 'animal.wiki.example.com';
88ef6f20faSMichael Große$lang['admin password placeholder'] = 'Password';
89bc461538SMichael Große
9019368639SMichael Große// success messages
91d6737b72SMichael Große$lang['animal creation success'] = 'The animal "%s" has been successfully created.';
9229b841f5SMichael Große$lang['animal creation error'] = 'There was an error while creating the animal.';
93d6737b72SMichael Große$lang['preload creation success'] = 'inc/preload.php has been succesfully created.';
9429b841f5SMichael Große$lang['preload creation error'] = 'There was an error while creating inc/preload.php.';
95d6737b72SMichael Große$lang['js']['animal ajax success'] = 'Ajax request to the new animal was successful.';
96d6737b72SMichael Große$lang['js']['preload ajax success'] = 'Ajax request to a non-existing animal was correctly served by the farmer.';
9719368639SMichael Große
98d9ec4524SMichael Große// info messages
99632c5618SAndreas Gohr$lang['overwrite_preload'] = 'Warning: Your existing inc/preload.php will be overwritten when continuing here!';
100d9ec4524SMichael Große
101fc6a7cc1SMichael Große// error messages
1020495d2a2SMichael Große$lang['htaccess_basedir_missing'] = 'Please enter the <a href="https://www.dokuwiki.org/config:basedir">basedir</a>';
103fc6a7cc1SMichael Große$lang['animalname_missing'] = 'Please enter a name for the new animal.';
104fc6a7cc1SMichael Große$lang['animalname_invalid'] = 'The animalname may only contain alphanumeric characters and hyphens(but not as first or last character).';
10519368639SMichael Große$lang['animalname_preexisting'] = 'An animal with that name already exists.';
106fc6a7cc1SMichael Große$lang['adminsetup_missing'] = 'Choose an admin for the new animal.';
107fc6a7cc1SMichael Große$lang['adminPassword_empty'] = 'The password for the new admin account must not be empty.';
108fc6a7cc1SMichael Große$lang['serversetup_missing'] = 'Choose either a subdomain setup and enter a valid subdomain or choose a htaccess setup.';
109fc6a7cc1SMichael Große$lang['animalsubdomain_missing'] = 'Please enter a valid domain for the new animal.';
11029b841f5SMichael Große$lang['animalsubdomain_invalid'] = 'Please enter a valid subdomain (FQDN) without underscores.';
11119368639SMichael Große$lang['animalsubdomain_preexisting'] = 'An animal with that subdomain already exists.';
11219368639SMichael Große$lang['farmdir_missing'] = 'Please enter a directory where the animals should be stored.';
11319368639SMichael Große$lang['farmdir_in_dokuwiki'] = 'The farm directory must outside of the master dokuwiki.';
11419368639SMichael Große$lang['farmdir_uncreatable'] = 'The farm directory could not be created. Are the permissions correct?';
11519368639SMichael Große$lang['farmdir_unwritable'] = 'Please make sure that the webserver has write access in the farm directory';
116efa7af45SMichael Große$lang['farmdir_notEmpty'] = 'The farm directory must be empty.';
117ba663b1aSMichael 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.';
118ba663b1aSMichael Große$lang['js']['preload ajax failure'] = $lang['get request failure'];
119ba663b1aSMichael Große$lang['js']['animal ajax failure'] = $lang['get request failure'];
120bc461538SMichael Große//Setup VIM: ex: et ts=4 :
121ef6f20faSMichael Große
122