diff options
author | Piwigo-TranslationTeam <translate-github@piwigo.org> | 2013-01-16 05:41:31 +0000 |
---|---|---|
committer | Piwigo-TranslationTeam <translate-github@piwigo.org> | 2013-01-16 05:41:31 +0000 |
commit | 7c857567632f6b69948db13b851c938f150bbf54 (patch) | |
tree | 38f580d8fd7284168f4881e1acef5c34b6043847 /plugins/LocalFilesEditor/language/fi_FI/plugin.lang.php | |
parent | 4b35add8305d3bbe88cf2930cde8732f61914579 (diff) |
[localfileseditor] Add fi_FI, thanks to : Juhi24
git-svn-id: http://piwigo.org/svn/trunk@20184 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'plugins/LocalFilesEditor/language/fi_FI/plugin.lang.php')
-rwxr-xr-x | plugins/LocalFilesEditor/language/fi_FI/plugin.lang.php | 53 |
1 files changed, 53 insertions, 0 deletions
diff --git a/plugins/LocalFilesEditor/language/fi_FI/plugin.lang.php b/plugins/LocalFilesEditor/language/fi_FI/plugin.lang.php new file mode 100755 index 000000000..93dff909b --- /dev/null +++ b/plugins/LocalFilesEditor/language/fi_FI/plugin.lang.php @@ -0,0 +1,53 @@ +<?php +// +-----------------------------------------------------------------------+
+// | Piwigo - a PHP based photo gallery |
+// +-----------------------------------------------------------------------+
+// | Copyright(C) 2008-2013 Piwigo Team http://piwigo.org |
+// | Copyright(C) 2003-2008 PhpWebGallery Team http://phpwebgallery.net |
+// | Copyright(C) 2002-2003 Pierrick LE GALL http://le-gall.net/pierrick |
+// +-----------------------------------------------------------------------+
+// | This program is free software; you can redistribute it and/or modify |
+// | it under the terms of the GNU General Public License as published by |
+// | the Free Software Foundation |
+// | |
+// | This program is distributed in the hope that it will be useful, but |
+// | WITHOUT ANY WARRANTY; without even the implied warranty of |
+// | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU |
+// | General Public License for more details. |
+// | |
+// | You should have received a copy of the GNU General Public License |
+// | along with this program; if not, write to the Free Software |
+// | Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, |
+// | USA. |
+// +-----------------------------------------------------------------------+ +$lang['locfiledit_bak_loaded1'] = 'Varmuuskopiotiedosto ladattu.'; +$lang['locfiledit_bak_loaded2'] = 'Sinun on tallennettava tiedosto palauttaaksesi sen.'; +$lang['locfiledit_cant_save'] = 'Nykyiseen tiedostoon ei voida kirjoittaa. Tarkista, onko hakemistoon "local/" kirjoitusoikeudet (chmod).'; +$lang['locfiledit_choose_file'] = 'Valitse muokattava tiedosto'; +$lang['locfiledit_edit'] = 'Muokkaa'; +$lang['locfiledit_empty_filename'] = 'Sinun on annettava tiedostonimi.'; +$lang['locfiledit_empty_page'] = 'Tyhjä sivu'; +$lang['locfiledit_file_already_exists'] = 'Tiedosto on jo olemassa.'; +$lang['locfiledit_filename_error'] = 'Tiedostonimi sisältää kiellettyjä merkkejä.'; +$lang['locfiledit_model'] = 'Malli'; +$lang['locfiledit_model_error'] = 'Sinun on valittava malli.'; +$lang['locfiledit_new_filename'] = 'Tiedostonimi'; +$lang['locfiledit_new_tpl'] = 'Luo uusi tiedosto'; +$lang['locfiledit_newfile'] = 'Tiedostoa ei ole, joten se luodaan LocalFiles Editorilla'; +$lang['locfiledit_onglet_css'] = 'CSS'; +$lang['locfiledit_onglet_lang'] = 'Kielet'; +$lang['locfiledit_onglet_localconf'] = 'Paikallinen konfiguraatio'; +$lang['locfiledit_onglet_plug'] = 'Henkilökohtainen lisäosa'; +$lang['locfiledit_onglet_tpl'] = 'Mallineet'; +$lang['locfiledit_parent_directory'] = 'Ylähakemisto'; +$lang['locfiledit_restore'] = 'Palauta varmuuskopio'; +$lang['locfiledit_restore_confirm'] = 'Vahvistetaanko? +Palautus astuu voimaan vasta seuraavan tallennuksen yhteydessä.'; +$lang['locfiledit_save_bak'] = 'Varmuuskopio luodaan seuraavan tallennuksen yhteydessä.'; +$lang['locfiledit_save_config'] = 'Tiedosto kirjoitettu onnistuneesti.'; +$lang['locfiledit_save_file'] = 'Tallenna tiedosto'; +$lang['locfiledit_saved_bak'] = 'Varmuuskopio luotu (%s)'; +$lang['locfiledit_show_default'] = 'Näytä referenssitiedosto:'; +$lang['locfiledit_syntax_error'] = 'Syntaksivirhe! Tiedostoa ei voida tallentaa.'; +$lang['locfiledit_webmaster_only'] = 'Vain webmasterit voivat luoda ja muuttaa paikallisia tiedostoja.'; +?>
\ No newline at end of file |