1<?php
2
3/**
4 * @license    GPL 2 (http://www.gnu.org/licenses/gpl.html)
5 *
6 * @author Schplurtz le Déboulonné <schplurtz@laposte.net>
7 */
8$lang['menu']                  = 'Configuration File Manager';
9$lang['welcomehead']           = 'Configuration File Manager';
10$lang['welcome']               = 'The Configuration File Manager allows you to edit various configuration files from DokuWiki and its plug-ins.';
11$lang['save']                  = 'Save';
12$lang['select_config']         = 'Select a configuration file';
13$lang['please_select']         = '--- Please select an entry ---';
14$lang['edit']                  = 'Edit';
15$lang['delete_action']         = 'delete';
16$lang['delete_action_tooltip'] = 'Click here to delete this entry';
17$lang['disable_action']        = 'disable';
18$lang['disable_action_tooltip'] = 'Click here to disable this entry';
19$lang['disable_action_tooltip_disabled'] = 'The default value is already disabled by a user defined value.';
20$lang['default_value_tooltip'] = 'This is a default value that cannot be changed';
21$lang['edit_icon_action']      = 'edit icon';
22$lang['edit_icon_action_disabled'] = 'cannot edit icon';
23$lang['edit_icon_action_tooltip'] = 'Click here to choose another icon';
24$lang['edit_icon_action_tooltip_disabled'] = 'Cannot change default icons';
25$lang['disabledbylocal']       = 'Disabled by a user defined value.';
26$lang['modifiedbylocal']       = 'Overridden by a user defined value.';
27$lang['disablesdefault']       = 'Disables a default value.';
28$lang['modifiesdefault']       = 'Overrides a default value.';
29$lang['toggle_description']    = 'Toggle description on/off';
30$lang['toggle_defaults']       = 'Toggle display of default values on/off';
31$lang['defaults_description']  = 'Please note: default values define the basic behavior of DokuWiki and cannot be changed.';
32$lang['no_script_title']       = 'JavaScript is disabled!';
33$lang['no_script_message']     = 'As long as JavaScript is disabled, confmanager offers only basic functionality. To benefit from convenience functions like collapsing sections, quick actions on items, etc. turn on your JavaScript. We won\'t hurt you. Promise.';
34$lang['file_upload_prompt']    = 'Please select an image file to upload';
35$lang['upload']                = 'Upload';
36$lang['cancel']                = 'Cancel';
37$lang['uploading']             = 'Uploading file...';
38$lang['upload_success']        = 'The upload was successful';
39$lang['upload_error']          = 'The upload has failed';
40$lang['continue']              = 'Continue';
41$lang['delete_icon_action']    = 'delete icon';
42$lang['delete_icon_action_tooltip'] = 'Click here to delete the icon';
43$lang['delete_icon_action_disabled'] = 'cannot delete icon';
44$lang['delete_icon_action_tooltip_disabled'] = 'Cannot delete the icon';
45$lang['key']                   = 'Key';
46$lang['value']                 = 'Value';
47$lang['actions']               = 'Actions';
48$lang['user_defined_values']   = 'User defined values';
49$lang['default_values']        = 'Default values';
50$lang['URL Schemes']           = 'URL Schemes';
51$lang['Blacklisting']          = 'Blacklisting';
52$lang['Acronyms']              = 'Abbreviations and Acronyms';
53$lang['Entity replacements']   = 'Entity replacements';
54$lang['MIME configuration']    = 'MIME configuration';
55$lang['InterWiki Links']       = 'InterWiki Links';
56$lang['Smileys']               = 'Smileys';
57$lang['invalid request csrf']  = 'Warning: cross site scripting attempt detected';
58$lang['invalid save arguments'] = 'An error occured while saving the config file';
59$lang['changes applied']       = 'Changes have been applied successfully';
60$lang['cannot apply changes']  = 'Could not apply changes';
61$lang['no local file given']   = 'Error loading config file: no path specified';
62$lang['upload_errNoAdmin']     = 'This operation requires administrator rights';
63$lang['upload_errNoConfig']    = 'No config was specified';
64$lang['upload_errNoFileSend']  = 'No file submitted';
65$lang['upload_errNoConfigKeySend'] = 'Missing key parameter';
66$lang['upload_errCannotOverwriteDefaultKey'] = 'Cannot overwrite default icon';
67$lang['upload_errUploadError'] = 'Error while uploading';
68$lang['upload_errNoFileExtension'] = 'Missing file extension';
69$lang['upload_errWrongFileExtension'] = 'Wrong file extension specified';
70$lang['upload_errCannotMoveUploadedFileToFolder'] = 'Uploaded file could not be moved into images folder. This could be due to a lack of permissions';
71$lang['iconDelete_error']      = 'Error deleting the icon. This could be due to a lack of permissions';
72$lang['error:saving failed not writable'] = 'Applying the changes failed. The configuration file is not writable.';
73$lang['error:saving failed']              = 'Applying the changes failed.';
74$lang['warning:not writable']             = 'The configuration file is not writable. Changes will not be saved.';
75