source: extensions/Subscribe_to_comments/language/fi_FI/plugin.lang.php @ 20901

Last change on this file since 20901 was 20901, checked in by TranslationTeam, 11 years ago

[subscribe_to_comments] Update fi_FI, thanks to : Juhi24

  • Property svn:executable set to *
File size: 3.5 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['Unsubscribe from all email notifications'] = 'Poista tilaukset kaikista sähköposti-ilmoituksista';
24$lang['all pictures of this album'] = 'kaikkiin kuviin tässä albumissa';
25$lang['all pictures of the album <a href="%s">%s</a>'] = 'kaikkiin kuviin albumissa <a href="%s">%s</a>';
26$lang['all albums of the gallery'] = 'kaikkiin gallerian ablumeihin';
27$lang['You are currently subscribed to comments on'] = 'Olet tilannut ilmoitukset kommenteista';
28$lang['all pictures of the gallery'] = 'kaikkiin gallerian kuviin';
29$lang['Your subscribtion has been validated, thanks you.'] = 'Kiitos, tilauksesi on vahvistettu.';
30$lang['Want to edit your notifications options?'] = 'Haluatko muuttaa ilmoitusasetuksiasi?';
31$lang['Return to item page'] = 'Palaa kohteen sivulle';
32$lang['Notify me of followup comments'] = 'Ilmoita minulle uusista kommenteista';
33$lang['this picture'] = 'tämä kuva';
34$lang['this album'] = 'tämä albumi';
35$lang['Unsubscribe'] = 'Poista tilaus';
36$lang['Subject'] = 'Aihe';
37$lang['Not found.'] = 'Ei löydy.';
38$lang['New subscription on'] = 'Uusi tilaus kohteeseen';
39$lang['New comment on'] = 'Uusi kommentti kohteeseen';
40$lang['Manage my subscriptions'] = 'Hallitse tilauksia';
41$lang['Confirm your subscribtion to comments'] = 'Vahvista kommenttien tilaus';
42$lang['Confirm subscription'] = 'Vahvista tilaus';
43$lang['%s has subscribed to comments on'] = '%s on tilannut kommentit kohteeseen';
44$lang['You have been added to the list of subscribers.'] = 'Sinut on lisätty tilaajiin.';
45$lang['Comments notifications'] = 'Ilmoitukset kommenteista';
46$lang['Invalid email adress, your are not subscribed to comments.'] = 'Virheellinen sähköpostiosoite. Kommentteja ei tilattu.';
47$lang['Subscribe'] = 'Tilaa';
48$lang['Subscribe to comments on'] = 'Tilaa kommentit kohteesta';
49$lang['Subscribe to mail notifications'] = 'Tilaa sähköposti-ilmoitukset';
50$lang['You are not subscribed to any comment.'] = 'Ei voimassaolevia tilauksia kommenteista.';
51?>
Note: See TracBrowser for help on using the repository browser.