source: trunk/language/fi_FI/install.lang.php @ 14163

Last change on this file since 14163 was 14163, checked in by TranslationTeam, 12 years ago

[trunk (install)] Update fi_FI, thanks to : streen

  • Property svn:executable set to *
File size: 3.1 KB
Line 
1<?php
2// +-----------------------------------------------------------------------+
3// | Piwigo - a PHP based photo gallery                                    |
4// +-----------------------------------------------------------------------+
5// | Copyright(C) 2008-2012 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$lang['Admin configuration'] = 'Pääkäyttäjän konfiguroiminen';
24$lang['Basic configuration'] = 'Perusasetukset';
25$lang['Can\'t connect to server'] = 'Ei pysty yhdistämään palvelimeen';
26$lang['Connection to server succeed, but it was impossible to connect to database'] = 'Yhteys palvelimeen onnistui, mutta yhteys tietokantaan on mahdotonta.';
27$lang['Database configuration'] = 'Tietokannan konfiguroiminen';
28$lang['Database name'] = 'Tietokannan nimi';
29$lang['Database table prefix'] = 'Tietokannan taulun etuliite';
30$lang['Default gallery language'] = 'Gallerian oletuskieli';
31$lang['Host'] = 'Host';
32$lang['Installation'] = 'Asennus';
33$lang['It will be shown to the visitors. It is necessary for website administration'] = 'Tullaan näyttämään vierailijoille. Olennainen sivuston hallintaa ajatellen';
34$lang['Password'] = 'Salasana';
35$lang['Start Install'] = 'Aloita asennus';
36$lang['User'] = 'Käyttäjä';
37$lang['Webmaster login'] = 'Webmaster -kirjatuminen';
38$lang['also given by your host provider'] = 'myöskin palveluntarjoajan määrittelemä';
39$lang['localhost, sql.multimania.com, toto.freesurf.fr'] = 'localhost, sql.multimania.com, toto.freesurf.fr';
40$lang['mail address must be like xxx@yyy.eee (example : jack@altern.org)'] = 'sähköpostin tulee olla muodossa xxx@yyy.eee (esim. jack@altern.org)';
41$lang['user login given by your host provider'] = 'käyttäjänimi, jonka palveluntarjoaja on määrittänyt';
42$lang['user password given by your host provider'] = 'käyttäjän salasana, jonka palveluntarjoaja on määrittänyt';
43?>
Note: See TracBrowser for help on using the repository browser.