Deltacms/core/lang/en/lex_core.php

42 lines
1.7 KiB
PHP

<?php
// Lexique du module du coeur core.php et core.js.php en anglais
$text['core']['addRequiredInputNotices'][0] = 'Mandatory';
$text['core']['showmenu'][0] = 'Manage files';
$text['core']['showmenu'][1] = 'Manage my account';
$text['core']['showmenu'][2] = 'Logout';
$text['core']['showNotification'][0] = 'Unable to submit the form as it contains errors';
$text['core']['showNotification'][1] = 'Missing data, restoration of ';
$text['core']['showBar'][0] = 'Choose a page';
$text['core']['showBar'][1] = 'Orphan pages';
$text['core']['showBar'][2] = 'Menu pages';
$text['core']['showBar'][3] = 'Side bars';
$text['core']['showBar'][4] = 'Creating a page<br>or a sidebar';
$text['core']['showBar'][5] = 'Modify the page';
$text['core']['showBar'][6] = 'Configuring the module';
$text['core']['showBar'][7] = 'Duplicate the page';
$text['core']['showBar'][8] = 'Erase the page';
$text['core']['showBar'][9] = 'Managing files';
$text['core']['showBar'][10] = 'Customise themes';
$text['core']['showBar'][11] = 'Manage modules';
$text['core']['showBar'][12] = 'Language management';
$text['core']['showBar'][13] = 'Configuring the site';
$text['core']['showBar'][14] = 'Setting up users';
$text['core']['showBar'][15] = 'Updating DeltaCMS ';
$text['core']['showBar'][16] = 'Set up my account';
$text['core']['showBar'][17] = 'Logout';
// core.js.php
$text['core_js'][0] = "Updating ?";
// Select File
$text['core_js'][1] = "Select a file";
// Logout
$text['core_js'][2] = "Logout ?";
// Check adresse email
$text['core_js'][3] = "Incorrect format";
// Page delete
$text['core_js'][4] = "Are you sure you want to delete this page ?";
$text['core_js'][5] = 'Yes';
$text['core_js'][6] = 'No';
?>