diff --git a/lang/lang.fi.php b/lang/lang.fi.php new file mode 100644 index 0000000..d8b5f33 --- /dev/null +++ b/lang/lang.fi.php @@ -0,0 +1,54 @@ + 'Finnish', + 'author' => array( + 'name' => 'Leo Nikkilä', + 'email' => 'leo.nikkila@gmail.com', + 'website' => '' + ), + 'release-date' => '2013-06-23' + ); + + /** + * Export Ensemble + */ + $dictionary = array( + + 'Export Ensemble will not be able to download ZIP archives, since the "ZipArchive" class is not available. To enable ZIP downloads, compile PHP with the --enable-zip flag.' => + 'Vie Ensemble ei voi kirjoittaa ZIP-tiedostoja, koska "ZipArchive" luokkaa ei ole saatavilla. Ladataksesi ZIP-tiedostoja käännä PHP käyttäen --enable-zip-valitsinta.', + + 'Export Ensemble is not able to download ZIP archives, since the "ZipArchive" class is not available. To enable ZIP downloads, compile PHP with the --enable-zip flag. Try saving your install files instead and follow the README instructions.' => + 'Vie Ensemble ei voi kirjoittaa ZIP-tiedostoja, koska "ZipArchive" luokkaa ei ole saatavilla. Ladataksesi ZIP-tiedostoja käännä PHP käyttäen --enable-zip-valitsinta.', + + 'Export Ensemble' => + 'Vie Ensemble', + + 'Save Install Files' => + 'Tallenna asennustiedostot', + + 'Warning: It appears you do not have the "ZipArchive" class available. To enable ZIP download, ensure that PHP is compiled with --enable-zip' => + 'Varoitus: "ZipArchive"-luokkaa ei ole saatavilla. Ladataksesi ZIP-tiedostoja varmista, että PHP on käännetty käyttäen --enable-zip-ilmaisinta', + + 'Download ZIP' => + 'Lataa ZIP', + + 'Save (overwrite) install files or package entire site as a .zip archive for download.' => + 'Tallenna (ylikirjoita) asennustiedostot tai lataa koko sivusto .zip-tiedostossa.', + + 'An error occurred while trying to write the install.sql file. Check the file permissions.' => + 'install.sql-tiedostoa kirjoitettaessa tapahtui virhe. Tarkista tiedoston kirjoitusoikeudet.', + + 'An error occurred while trying to write the config_default.php file. Check the file permissions.' => + 'config_default.php-tiedostoa kirjoitettaessa tapahtui virhe. Tarkista tiedoston kirjoitusoikeudet.', + + 'An error occurred while trying to write the workspace/install.sql file. Check the file permissions.' => + 'workspace/install.sql-tiedostoa kirjoitettaessa tapahtui virhe. Tarkista tiedoston kirjoitusoikeudet.', + + 'The install files were successfully saved.' => + 'Asennustiedostot tallennettiin onnistuneesti', + + 'Check permissions for the /manifest/tmp directory.' => + 'Tarkista kansion /manifest/tmp kirjoitusoikeudet.', + + );