Project

General

Profile

1
<?php
2
/****************************************************************************************
3
 * extended language definition for WebsiteBaker                                        *
4
 * ACP-module  pages                                                                    *
5
 * english (GB)                                                                         *
6
 ****************************************************************************************/
7

    
8

    
9
$HEADING['CHANGE_TEMPLATE_NOTICE'] = 'Click <i>Advanced</i> to copy topical Backend-Theme!';
10
$HEADING['INSTALL_LANGUAGE'] = 'Install Language';
11
$HEADING['INSTALL_MODULE'] = 'Install Module';
12
$HEADING['INSTALL_TEMPLATE'] = 'Install Template';
13
$HEADING['INVOKE_LANGUAGE_FILES'] = 'Execute language files manually';
14
$HEADING['INVOKE_MODULE_FILES'] = 'Execute module files manually';
15
$HEADING['INVOKE_TEMPLATE_FILES'] = 'Execute template files manually';
16
$HEADING['LANGUAGE_DETAILS'] = 'Language Details';
17
$HEADING['MODULE_DETAILS'] = 'Module Details';
18
$HEADING['TEMPLATE_DETAILS'] = 'Template Details';
19
$HEADING['UNINSTALL_LANGUAGE'] = 'Uninstall Language';
20
$HEADING['UNINSTALL_MODULE'] = 'Uninstall Module';
21
$HEADING['UNINSTALL_TEMPLATE'] = 'Uninstall Template';
22
$HEADING['UPGRADE_LANGUAGE'] = 'Language register/upgrading';
23
$HEADING['UPLOAD_FILES'] = 'Upload File(s)';
24

    
25
$MENU['LANGUAGES'] = 'Languages';
26
$MENU['MODULES'] = 'Modules';
27
$MENU['TEMPLATES'] = 'Templates';
28

    
29
$MESSAGE['ADDON_ERROR_RELOAD'] = 'Error while updating the Add-On information.';
30
$MESSAGE['ADDON_LANGUAGES_RELOADED'] = 'Languages reloaded successfully';
31
$MESSAGE['ADDON_MANUAL_FTP_LANGUAGE'] = '<strong>ATTENTION!</strong> For safety reasons uploading languages files in the folder/languages/ only by FTP and use the Upgrade function for registering or updating.';
32
$MESSAGE['ADDON_MANUAL_FTP_WARNING'] = 'Warning: Existing module database entries will get lost. ';
33
$MESSAGE['ADDON_MANUAL_INSTALLATION'] = 'When modules are uploaded via FTP (not recommended), the module installation functions <tt>install</tt>, <tt>upgrade</tt> or <tt>uninstall</tt> will not be executed automatically. Those modules may not work correct or do not uninstall properly.<br /><br />You can execute the module functions manually for modules uploaded via FTP below.';
34
$MESSAGE['ADDON_MANUAL_INSTALLATION_WARNING'] = 'Warning: Existing module database entries will get lost. Only use this option if you experience problems with modules uploaded via FTP.';
35
$MESSAGE['ADDON_MANUAL_RELOAD_WARNING'] = 'Warning: Existing module database entries will get lost. ';
36
$MESSAGE['ADDON_MODULES_RELOADED'] = 'Modules reloaded successfully';
37
$MESSAGE['ADDON_OVERWRITE_NEWER_FILES'] = 'Overwrite newer Files';
38
$MESSAGE['ADDON_PRECHECK_FAILED'] = 'Add-on installation failed. Your system does not fulfill the requirements of this Add-on. To make this Add-on working on your system, please fix the issues summarized below.';
39
$MESSAGE['ADDON_RELOAD'] = 'Update database with information from Add-on files (e.g. after FTP upload).';
40
$MESSAGE['ADDON_TEMPLATES_RELOADED'] = 'Templates reloaded successfully';
41
$MESSAGE['ADMIN_INSUFFICIENT_PRIVELLIGES'] = 'Insufficient privelliges to be here';
42
$MESSAGE['GENERIC_ALREADY_INSTALLED'] = 'Already installed';
43
$MESSAGE['GENERIC_BAD_PERMISSIONS'] = 'Unable to write to the target directory';
44
$MESSAGE['GENERIC_CANNOT_UNINSTALL'] = 'Cannot uninstall';
45
$MESSAGE['GENERIC_CANNOT_UNINSTALL_IN_USE'] = 'Cannot Uninstall: the selected file is in use';
46
$MESSAGE['GENERIC_CANNOT_UNINSTALL_IN_USE_TMPL'] = '<br /><br />{{type}} <b>{{type_name}}</b> could not be uninstalled, because it is still in use on {{pages}}.<br /><br />';
47
$MESSAGE['GENERIC_CANNOT_UNINSTALL_IN_USE_TMPL_PAGES'] = 'this page;these pages';
48
$MESSAGE['GENERIC_CANNOT_UNINSTALL_IS_DEFAULT_TEMPLATE'] = 'Can\'t uninstall the template <b>{{name}}</b>, because it is the default template!';
49
$MESSAGE['GENERIC_CANNOT_UNINSTALL_IS_DEFAULT_THEME'] = 'Can\'t uninstall the template <b>{{name}}</b>, because it is the default backend theme!';
50
$MESSAGE['GENERIC_CANNOT_UNZIP'] = 'Cannot unzip file';
51
$MESSAGE['GENERIC_CANNOT_UPLOAD'] = 'Cannot upload file';
52
$MESSAGE['GENERIC_FORGOT_OPTIONS'] = 'You have selected no choice!';
53
$MESSAGE['GENERIC_INSTALLED'] = 'Installed successfully';
54
$MESSAGE['GENERIC_INVALID'] = 'The file you uploaded is invalid';
55
$MESSAGE['GENERIC_INVALID_ADDON_FILE'] = 'Invalid WebsiteBaker installation file. Please check the *.zip format.';
56
$MESSAGE['GENERIC_INVALID_LANGUAGE_FILE'] = 'Invalid WebsiteBaker language file. Please check the text file.';
57
$MESSAGE['GENERIC_INVALID_MODULE_FILE'] = 'Invalid WebsiteBaker module file. Please check the text file.';
58
$MESSAGE['GENERIC_INVALID_TEMPLATE_FILE'] = 'Invalid WebsiteBaker template file. Please check the text file.';
59
$MESSAGE['GENERIC_IN_USE'] = ' but used in ';
60
$MESSAGE['GENERIC_MISSING_ARCHIVE_FILE'] = 'Missing Archiv file!';
61
$MESSAGE['GENERIC_MODULE_VERSION_ERROR'] = 'The module is not installed properly!';
62
$MESSAGE['GENERIC_NOT_INSTALLED'] = 'Not installed';
63
$MESSAGE['GENERIC_NOT_UPGRADED'] = 'Actualization not possibly';
64
$MESSAGE['GENERIC_SECURITY_ACCESS'] = 'Security offense!! Access denied!';
65
$MESSAGE['GENERIC_SECURITY_OFFENSE'] = 'Security offense!! data storing was refused!!';
66
$MESSAGE['GENERIC_UNINSTALLED'] = 'Uninstalled successfully';
67
$MESSAGE['GENERIC_UPGRADED'] = 'Upgraded successfully';
68
$MESSAGE['MEDIA_CANNOT_DELETE_DIR'] = 'Cannot delete the selected folder';
69

    
70
$TEXT['ADVANCED'] = 'Advanced';
71
$TEXT['ARE_YOU_SURE'] = 'Are you sure?';
72
$TEXT['AUTHOR'] = 'Author';
73
$TEXT['BACK'] = 'Back';
74
$TEXT['CANCEL'] = 'Cancel';
75
$TEXT['CODE'] = 'Code';
76
$TEXT['COMMENT'] = 'Comment';
77
$TEXT['CURRENT_FOLDER'] = 'Current Folder';
78
$TEXT['DESCRIPTION'] = 'Description';
79
$TEXT['DESIGNED_FOR'] = 'Designed For';
80
$TEXT['EXECUTE'] = 'Execute';
81
$TEXT['FILE'] = 'File';
82
$TEXT['FUNCTION'] = 'Function';
83
$TEXT['INSTALL'] = 'Install';
84
$TEXT['LICENSE'] = 'License';
85
$TEXT['NAME'] = 'Name';
86
$TEXT['PLEASE_SELECT'] = 'Please select';
87
$TEXT['RESET'] = 'Reset';
88
$TEXT['SAVE'] = 'Save';
89
$TEXT['TEMPLATE'] = 'Template';
90
$TEXT['THEME'] = 'Backend-Theme';
91
$TEXT['TYPE'] = 'Art';
92
$TEXT['UNINSTALL'] = 'Uninstall';
93
$TEXT['VIEW_DETAILS'] = 'View Details';
94
$TEXT['VERSION'] = 'Version';
(2-2/2)