Project

General

Profile

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

    
8

    
9
$HEADING['CHANGE_TEMPLATE_NOTICE'] = 'Click <i>Advanced</i> to copy topical Backend-Theme!';
10
$HEADING['INSTALL_LANGUAGE'] = 'Asenna kieli';
11
$HEADING['INSTALL_MODULE'] = 'Asenna moduuli';
12
$HEADING['INSTALL_TEMPLATE'] = 'Asenna sivupohja';
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'] = 'Kielen tiedot';
17
$HEADING['MODULE_DETAILS'] = 'Moduulin tietoja';
18
$HEADING['TEMPLATE_DETAILS'] = 'Sivupohjan info';
19
$HEADING['UNINSTALL_LANGUAGE'] = 'Poista kieli';
20
$HEADING['UNINSTALL_MODULE'] = 'Poista moduuli';
21
$HEADING['UNINSTALL_TEMPLATE'] = 'Poista sivupohja';
22
$HEADING['UPGRADE_LANGUAGE'] = 'Language register/upgrading';
23
$HEADING['UPLOAD_FILES'] = 'Lataa palvelimelle';
24

    
25
$MENU['LANGUAGES'] = 'Kielet';
26
$MENU['MODULES'] = 'Moduulit';
27
$MENU['TEMPLATES'] = 'Sivupohjat';
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'] = 'Oikeutesi eivät riitä...';
42
$MESSAGE['GENERIC_ALREADY_INSTALLED'] = 'Asennettu, uudelleen asennus ei onnistu';
43
$MESSAGE['GENERIC_BAD_PERMISSIONS'] = 'Kohdekansioon ei voi kirjoittaa';
44
$MESSAGE['GENERIC_CANNOT_UNINSTALL'] = 'Ei voi poistaa';
45
$MESSAGE['GENERIC_CANNOT_UNINSTALL_IN_USE'] = 'Tiedosto käytössä, tiedostoa ei voi poistaa';
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'] = 'Zip-tiedostoa ei voi purkaa';
51
$MESSAGE['GENERIC_CANNOT_UPLOAD'] = 'Lataus ei onnistu';
52
$MESSAGE['GENERIC_FORGOT_OPTIONS'] = 'You have selected no choice!';
53
$MESSAGE['GENERIC_INSTALLED'] = 'Asennettu';
54
$MESSAGE['GENERIC_INVALID'] = 'Ladatussa tiedostossa virhe';
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'] = 'Ei ole asennettu';
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'] = 'Poistettu';
67
$MESSAGE['GENERIC_UPGRADED'] = 'Päivitetty';
68
$MESSAGE['MEDIA_CANNOT_DELETE_DIR'] = 'Kansion poistamienen ei onnistu';
69

    
70
$TEXT['ADVANCED'] = 'Lisäasetukset';
71
$TEXT['ARE_YOU_SURE'] = 'Oletko varma?';
72
$TEXT['AUTHOR'] = 'Luonut';
73
$TEXT['BACK'] = 'Paluu';
74
$TEXT['CANCEL'] = 'Peruuta';
75
$TEXT['CODE'] = 'Koodi';
76
$TEXT['COMMENT'] = 'Kommentti';
77
$TEXT['CURRENT_FOLDER'] = 'Nykyinen kansio';
78
$TEXT['DESCRIPTION'] = 'Kuvaus';
79
$TEXT['DESIGNED_FOR'] = 'Suunniteltu';
80
$TEXT['EXECUTE'] = 'Suorita';
81
$TEXT['FILE'] = 'Tiedosto';
82
$TEXT['FUNCTION'] = 'Function';
83
$TEXT['INSTALL'] = 'Asenna';
84
$TEXT['LICENSE'] = 'License';
85
$TEXT['NAME'] = 'Nimi';
86
$TEXT['PLEASE_SELECT'] = 'Valitset';
87
$TEXT['RESET'] = 'Peruuta';
88
$TEXT['SAVE'] = 'Talleta';
89
$TEXT['TEMPLATE'] = 'Sivupohja';
90
$TEXT['THEME'] = 'Backend-Theme';
91
$TEXT['TYPE'] = 'Tyyppi';
92
$TEXT['UNINSTALL'] = 'Poista';
93
$TEXT['VIEW_DETAILS'] = 'Näytä tiedot';
94
$TEXT['VERSION'] = 'Versio';
(9-9/22)