Project

General

Profile

« Previous | Next » 

Revision 925

Added by doc over 15 years ago

Added option to perform pre-installation checks to test requirements of Add-Ons

View differences:

FI.php
33 33
// Set the language information
34 34
$language_code = 'FI';
35 35
$language_name = 'Suomi';
36
$language_version = '2.7';
37
$language_platform = '2.7.x';
36
$language_version = '2.8';
37
$language_platform = '2.8.x';
38 38
$language_author = 'Pekka Koskela';
39 39
$language_license = 'GNU General Public License';
40 40

  
......
120 120
$HEADING['ADD_GROUP'] = 'Lisää ryhmä';
121 121
$HEADING['MODIFY_GROUP'] = 'Muokkaa ryhmää';
122 122

  
123
$HEADING['ADDON_PRECHECK_FAILED'] = 'Add-On requirements not met';
124

  
123 125
// Other text
124 126
$TEXT['OPEN'] = 'Open';
125 127
$TEXT['ADD'] = 'Lisää';
......
426 428
$TEXT['HEADING_CSS_FILE'] = 'Actual module file: ';
427 429
$TEXT['TXT_EDIT_CSS_FILE'] = 'Edit the CSS definitions in the textarea below.';
428 430
$TEXT['CODE_SNIPPET'] = "Code-snippet";
431
$TEXT['REQUIREMENT'] = "Requirement";
432
$TEXT['INSTALLED'] = "installed";
433
$TEXT['NOT_INSTALLED'] = "not installed";
434
$TEXT['ADDON'] = "Add-On";
435
$TEXT['EXTENSION'] = "Extension";
429 436

  
430 437
// Success/error messages
431 438
$MESSAGE['FRONTEND']['SORRY_NO_VIEWING_PERMISSIONS'] = 'Oikeutesi eivät riitä...';
......
571 578
$MESSAGE['GENERIC']['PLEASE_CHECK_BACK_SOON'] = 'Tervetuluoa myöhemmin...';
572 579
$MESSAGE['GENERIC']['PLEASE_BE_PATIENT'] = 'Hetkinen...';
573 580
$MESSAGE['GENERIC']['ERROR_OPENING_FILE'] = 'Virhe tiedostoa avattaessa.';
581
$MESSAGE['GENERIC']['INVALID_ADDON_FILE'] = 'Invalid Website Baker installation file. Please check the *.zip format.';
582
$MESSAGE['GENERIC']['INVALID_LANGUAGE_FILE'] = 'Invalid Website Baker language file. Please check the text file.';
574 583

  
575 584
$MESSAGE['MOD_FORM']['REQUIRED_FIELDS'] = 'Täytä kentät';
576 585
$MESSAGE['MOD_FORM']['EXCESS_SUBMISSIONS'] = 'Rajoitus voimassa, yritä tunnin kuluttua uudelleen';
......
581 590
$MESSAGE['MOD_RELOAD']['TEMPLATES_RELOADED'] = 'Sivupohjan lataus onnistui';
582 591
$MESSAGE['MOD_RELOAD']['LANGUAGES_RELOADED'] = 'Kielen lataus onnistui';
583 592

  
593
$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.';
594

  
584 595
?>

Also available in: Unified diff