Deltacms/core/module/translate/lang/en/lex_translate.php

33 lines
1.8 KiB
PHP

<?php
// Lexique du module du coeur Translate en anglais
$text['core_translate_view']['copy'][0] = 'Back';
$text['core_translate_view']['copy'][1] = 'Help';
$text['core_translate_view']['copy'][2] = 'Submit';
$text['core_translate_view']['copy'][3] = 'Site copy (written translations)';
$text['core_translate_view']['copy'][4] = 'Pages and modules of';
$text['core_translate_view']['copy'][5] = 'to';
$text['core_translate_view']['index'][0] = 'Back';
$text['core_translate_view']['index'][1] = 'Help';
$text['core_translate_view']['index'][2] = 'Copy utility';
$text['core_translate_view']['index'][3] = 'Submit';
$text['core_translate_view']['index'][4] = 'Language of administration';
$text['core_translate_view']['index'][5] = 'Original language of the site';
$text['core_translate_view']['index'][6] = 'Languages of origin and administration';
$text['core_translate_view']['index'][14] = 'Site translation and flag display';
$text['core_translate_view']['index'][15] = 'ISO code for Other language option';
$text['core_translate_view']['index'][16] = 'Enter the ISO language code consisting of 2 lower case letters';
$text['core_translate']['copy'][0] = 'Something went wrong, check the permissions.';
$text['core_translate']['copy'][1] = 'The languages must be different.';
$text['core_translate']['copy'][2] = 'Copy utility';
$text['core_translate']['copy'][3] = 'Data ';
$text['core_translate']['copy'][4] = ' copied to ';
$text['core_translate']['copy'][5] = 'Language of origin';
$text['core_translate']['index'][0] = 'Registered changes';
$text['core_translate']['index'][1] = 'Masked flag';
$text['core_translate']['index'][3] = 'Written translation';
$text['core_translate']['index'][4] = 'Delete translation';
$text['core_translate']['index'][5] = 'Flag displayed';
$text['core_translate']['index'][6] = 'Language management';
// Select
$i18nList = self::$i18nList_en;
?>