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

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

[trunk_install] Update fi_FI, thanks to : Tome-

  • Property svn:executable set to *
File size: 4.6 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'] = 'Isäntäkone';
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'] = 'paikallinen isäntäkone';
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$lang['Congratulations, Piwigo installation is completed'] = 'Onnittelut, Piwigon asennus on onnistunut';
44$lang['Don\'t hesitate to consult our forums for any help : %s'] = 'Älä epäröi ottaa yhteyttä, kysy apua foorumiltamme: %s';
45$lang['It appears your webhost is currently running PHP %s.'] = 'Näyttää että palveluntarjoajasi käyttää PHP %s.';
46$lang['Need help ? Ask your question on <a href="%s">Piwigo message board</a>.'] = 'Tarvitsetko apua? Kysy asiasta <a href="%s">Piwigon keskustelupalstalla</a>';
47$lang['Note you can change your configuration by yourself and restart Piwigo after that.'] = 'Voit muokata asetuksia itse ja käynnistää Piwigon uudelleen tämän jälkeen.';
48$lang['PHP 5 is required'] = 'PHP 5 vaaditaan';
49$lang['Password ']['confirm'] = 'Salasana [hyväksy]';
50$lang['Try to configure PHP 5'] = 'Yritä määrittää PHP 5';
51$lang['Visitors will be able to contact site administrator with this mail'] = 'Vierailijat voivat ottaa yhteyttä sivuston ylläpitäjään tätä sähköpostiosoitetta käyttäen';
52$lang['Webmaster mail address'] = 'Ylläpitäjän sähköpostiosoite';
53$lang['Webmaster password'] = 'Ylläpitäjän salasana';
54$lang['Welcome to my photo gallery'] = 'Tervetuloa kuvagalleriaani';
55$lang['enter a login for webmaster'] = 'Lisää käyttäjätunnus ylläpitäjälle';
56$lang['please enter your password again'] = 'Salasana uudelleen';
57$lang['webmaster login can\'t contain characters \' or "'] = 'Ylläpitäjän käyttäjätunnus ei voi sisältää \' tai " merkkejä';
58?>
Note: See TracBrowser for help on using the repository browser.