1 | <?php |
---|
2 | // +-----------------------------------------------------------------------+ |
---|
3 | // | Piwigo - a PHP based photo gallery | |
---|
4 | // +-----------------------------------------------------------------------+ |
---|
5 | // | Copyright(C) 2008-2013 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['This section is reserved for the webmaster'] = 'Tämä osio on varattu ylläpitäjille'; |
---|
24 | $lang['help'] = 'Tuki'; |
---|
25 | $lang['pfi_actu'] = 'Nykyinen favicon (paikallisessa sijainnissa)'; |
---|
26 | $lang['pfi_actu2'] = 'VAROITUS: Uuden faviconin lisääminen ylikirjoittaa nykyisen.'; |
---|
27 | $lang['pfi_aide1'] = 'Tiedosto jonka siirrät nimetään automaattisesti olemaan "favicon.ico" ja se korvaa vastaavalla nimellä esiintyvän tiedoston paikallisessa hakemistossasi. <br><br>Enimmäis koko on 5kB.<br><br>Riippuen selaimestasi, sinun saattaa tarvita tyhjentää välimuisti ja sulkea näkymä (välilehti tai ikkuna) nähdäksesi uuden kuvakkeen.'; |
---|
28 | $lang['pfi_aide1T'] = 'Lisäys lomake'; |
---|
29 | $lang['pfi_aide2'] = 'Jos siirrät faviconin FTP:tä käyttäen eri nimellä kuin "favicon.ico", voit lisätä sen paikalliseen asetustiedostoon<br><pre>$conf[\'PersoFavicon\'] = \'tiedostonnimi.pääte\';</pre>'; |
---|
30 | $lang['pfi_aide2T'] = '$conf[\'PersoFavicon\']'; |
---|
31 | $lang['pfi_ajout'] = 'Lisää ikoni'; |
---|
32 | $lang['pfi_envoie'] = 'Siirrä palvelimelle paikalliseen hakemistoon'; |
---|
33 | $lang['pfi_erreur_exist'] = 'Tämä tiedosto on korvattu'; |
---|
34 | $lang['pfi_erreur_ext'] = 'Siirrettävän tiedoston päätteen täytyy olla .ico'; |
---|
35 | $lang['pfi_erreur_mouve'] = 'Tiedoston kopiointi paikalliseen hakemistoon epäonnistui'; |
---|
36 | $lang['pfi_erreur_nom'] = 'Virheellinen tiedoston nimi'; |
---|
37 | $lang['pfi_erreur_taille'] = 'Tiedoston enimmäis koko on 5kB'; |
---|
38 | $lang['pfi_erreur_vide'] = 'Tiedostoa ei löydy'; |
---|
39 | $lang['pfi_h2'] = 'Perso Favicon laajennus'; |
---|
40 | $lang['pfi_ok'] = 'Tiedosto on siirretty onnistuneesti'; |
---|
41 | $lang['pfi_select'] = 'Valitse ikoni tiedostosi (.ico pääte, enintään 5kB)'; |
---|
42 | $lang['pfi_validdef'] = 'Varmista tiedoston siirto. Jos favicon-tiedosto on jo olemassa, uusi korvaa sen.'; |
---|
43 | ?> |
---|