diff options
Diffstat (limited to '')
-rwxr-xr-x | language/fi_FI/install.lang.php | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/language/fi_FI/install.lang.php b/language/fi_FI/install.lang.php index ed2f248bd..786782407 100755 --- a/language/fi_FI/install.lang.php +++ b/language/fi_FI/install.lang.php @@ -55,4 +55,18 @@ $lang['Welcome to my photo gallery'] = 'Tervetuloa kuvagalleriaani'; $lang['enter a login for webmaster'] = 'Lisää käyttäjätunnus ylläpitäjälle'; $lang['please enter your password again'] = 'Salasana uudelleen'; $lang['webmaster login can\'t contain characters \' or "'] = 'Ylläpitäjän käyttäjätunnus ei voi sisältää \' tai " merkkejä'; +$lang['An alternate solution is to copy the text in the box above and paste it into the file "local/config/database.inc.php" (Warning : database.inc.php must only contain what is in the textarea, no line return or space character)'] = 'Vaihtoehtoinen tapa on kopioida teksti ylläolevasta laatikosta ja liittää se tiedostoon "local/config/database.inc.php"(Varoitus: tiedoston database.inc.php tulee sisältää vain tekstiosuus, ei välejä eikä tyhjiä rivejä) '; +$lang['Creation of config file local/config/database.inc.php failed.'] = 'Konfigurointitiedoston local/config/database.inc.php luominen epäonnistui.'; +$lang['Download the config file'] = 'Lataa konfigurointitiedosto'; +$lang['Hope to see you back soon.'] = 'Toivottavasti näemme pian'; +$lang['Just another Piwigo gallery'] = 'Yksi Piwigo -galleria lisää'; +$lang['Keep it confidential, it enables you to access administration panel'] = 'Pidä salassa, se mahdollistaa pääsyn pääkäyttäjän paneeliin'; +$lang['Piwigo may try to switch your configuration to PHP 5 by creating or modifying a .htaccess file.'] = 'Piwigo voi yrittää vaihtaa konfiguraation PHP 5 :seen luomalla tai muuttamalla .htaccess -tiedostoa.'; +$lang['Piwigo was not able to configure PHP 5.'] = 'Piwigo ei pystynyt konfiguroimaan PHP5 :sta.'; +$lang['Sorry!'] = 'Anteeksi!'; +$lang['Welcome to your new installation of Piwigo!'] = 'Tervetuloa uuteen Piwigo -asennukseesi!'; +$lang['You can download the config file and upload it to local/config directory of your installation.'] = 'Voit ladata konfiguraatiotiedoston ja siirtää sen asennuksesi local/config -hakemistoon. '; +$lang['You may referer to your hosting provider\'s support and see how you could switch to PHP 5 by yourself.'] = 'Sinun tulee kääntyä hosting -palveluntarjoajasi puoleen ja kysyä kuinka voit vaihtaa PHP 5:seen itse.'; +$lang['database tables names will be prefixed with it (enables you to manage better your tables)'] = 'se tulee tietokannan taulun nimen etuliitteeksi (mahdollistaa taulujen helpomman hallinnan)'; +$lang['verification'] = 'vahvistus'; ?>
\ No newline at end of file |