source: trunk/language/fi_FI/common.lang.php @ 12717

Last change on this file since 12717 was 12717, checked in by ddtddt, 12 years ago

[trunk] - language - Add - fi_FI – Finnish - Thanks to Jussi Sunnari - feature:2457

File size: 4.2 KB
Line 
1<?php
2// +-----------------------------------------------------------------------+
3// | Piwigo - a PHP based photo gallery                                    |
4// +-----------------------------------------------------------------------+
5// | Copyright(C) 2008-2011 Piwigo Team                  http://piwigo.org |
6// | Copyright(C) 2003-2008 PhpWebGallery Team    http://phpwebgallery.net |
7// | Copyright(C) 2002-2003 Pierrick LE GALL   http://le-gall.net/pierrick |
8// +-----------------------------------------------------------------------+
9// | This program is free software; you can redistribute it and/or modify  |
10// | it under the terms of the GNU General Public License as published by  |
11// | the Free Software Foundation                                          |
12// |                                                                       |
13// | This program is distributed in the hope that it will be useful, but   |
14// | WITHOUT ANY WARRANTY; without even the implied warranty of            |
15// | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU      |
16// | General Public License for more details.                              |
17// |                                                                       |
18// | You should have received a copy of the GNU General Public License     |
19// | along with this program; if not, write to the Free Software           |
20// | Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, |
21// | USA.                                                                  |
22// +-----------------------------------------------------------------------+
23/*
24Language Name: Finnish [FI]
25Version: 2.4.0
26Language URI: http://piwigo.org/ext/extension_view.php?eid=
27Author: Piwigo team
28Author URI: http://piwigo.org
29*/
30
31$lang_info['language_name'] = "Finnish";
32$lang_info['country'] = "Suomi";
33$lang_info['direction'] = "ltr";
34$lang_info['code'] = "fi";
35$lang_info['zero_plural'] = "1";
36
37$lang['%d album updated'] = '%d albumi päivitetty';
38$lang['%d albums updated'] = '%d albumit päivitetty';
39$lang['%d comment to validate'] = '%d kommentin vahvistus';
40$lang['%d comments to validate'] = '%d kommentien vahvistus';
41$lang['%d new comment'] = '%d uusi kommentti';
42$lang['%d new comments'] = '%d uudet kommentit';
43$lang['%d comment'] = '%d kommentti';
44$lang['%d comments'] = '%d kommentit';
45$lang['%d hit'] = '%d osuma';
46$lang['%d hits'] = '%d osumat';
47$lang['%d new photo'] = '%d uusi kuva';
48$lang['%d new photos'] = '%d uudet kuvat';
49$lang['%d new user'] = '%d uusi käyttäjä';
50$lang['%d new users'] = '%d uudet käyttäjät';
51$lang['About'] = 'About';
52$lang['All tags'] = 'Kaikki merkinnät';
53$lang['Any tag'] = 'Merkintä';
54$lang['At least one listed rule must be satisfied.'] = 'At least one listed criterion must be satisfied.';
55$lang['At least one tag must match'] = 'At least one tag must match';
56$lang['Author'] = 'Tekijä';
57$lang['Average rate'] = 'Keskiarvo pisteet';
58$lang['Albums'] = 'Albumit';
59$lang['Album'] = 'Albumi';
60$lang['Close this window'] = 'Sulje tämä ikkuna';
61$lang['Complete RSS feed (photos, comments)'] = 'Täydellinen RSS-syöte (kuvat, kommentit)';
62$lang['Confirm Password'] = 'Vahvista salasana';
63$lang['Connection settings'] = 'Yhteysasetukset';
64$lang['Login'] = 'Kirjaannu';
65$lang['Contact webmaster'] = 'Ota yhteys webmasteriin';
66$lang['Create a new account'] = 'Luo uusi tili';
67$lang['Created on'] = 'Luotu';
68$lang['Creation date'] = 'Luontipäivämäärä';
69$lang['Current password is wrong'] = 'Salasana on väärä';
70$lang['Dimensions'] = 'Mitat';
71$lang['Display'] = 'Näytä';
72$lang['Each listed rule must be satisfied.'] = 'Kaikkien kohtien on oltava oikein.';
73$lang['Email address'] = 'Sähköpostiosoite';
74$lang['Enter your personnal informations'] = 'Henkilökohtaiset tietosi';
75$lang['Error sending email'] = 'Virhe sähköpostin lähettämisessä';
76$lang['File name'] = 'Tiedostonimi';
77$lang['File'] = 'Tiedosto';
78$lang['Filesize'] = 'Tiedoston koko';
79$lang['Filter and display'] = 'Suodatin ja näyttö';
80$lang['Filter'] = 'Suodatin';
81$lang['Forgot your password?'] = 'Unohditko salasanasi?';
82$lang['Go through the gallery as a visitor'] = 'Selaa galleriaa vieraana';
83$lang['Help'] = 'Apua';
84$lang['Identification'] = 'Tunnistus';
85$lang['Photos only RSS feed'] = 'Kuvat ainoastaan RSS listauksena';
86$lang['Keyword'] = 'Avainsana';
87
88?>
Note: See TracBrowser for help on using the repository browser.