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

Last change on this file since 26141 was 26141, checked in by mistic100, 10 years ago

update language files

  • Property svn:executable set to *
File size: 5.7 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 subscription 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 subscription 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 address, 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$lang['Followed on'] = 'Seurataan liittyen';
52$lang['You are currently subscribed to comments on %s.'] = 'Olet tilaajana %s:n kommenteissa.';
53$lang['You requested to subscribe by email to comments on %s.'] = 'Olet pyytänyt %s:n kommenttien tilausta sähköpostitse';
54$lang['comments on a picture'] = 'Kuvan kommentit';
55$lang['comments on all pictures of an album'] = 'Albumin kaikkien kuvien kommentit';
56$lang['comments on an album'] = 'Albumin kommentit';
57$lang['the album <a href="%s">%s</a>'] = 'albumi <a href="%s">%s</a>';
58$lang['the picture <a href="%s">%s</a>'] = 'kuva <a href="%s">%s</a>';
59$lang['%s has subscribed to comments on %s.'] = '%s on tilannut kommentit %s:sta.';
60$lang['&#9733; : registered users'] = '&#9733; : rekisteröitynyttä käyttäjää';
61$lang['All album photos'] = 'Kaikki albumin kuvat';
62$lang['Allow users to subscribe to global notifications'] = 'Salli käyttäjän tilata järjestelmän laajuiset huomautukset';
63$lang['Already validated.'] = 'Varmistettu';
64$lang['First subscription'] = 'Ensimmäinen tilaus';
65$lang['Global subscriptions'] = 'Järjestelmän laajuiset tilaukset';
66$lang['Last subscription'] = 'Viimeisin tilaus';
67$lang['New comment on %s'] = 'Uusi kommentti: %s';
68$lang['New subscription on %s'] = 'Uusi tilaus: %s';
69$lang['No result'] = 'Ei tuloksia';
70$lang['Notify administrators when a user take a new subscription'] = 'Ilmoita ylläpitäjille kun käyttäjä tekee uuden tilauksen';
71$lang['Please check your email in-box to confirm your subscription.'] = 'Ole hyvä ja tarkista sähköpostisi varmistaaksesi tilauksesi';
72$lang['Stop receiving notifications'] = 'Lopeta ilmoitusten vastaanottaminen';
73$lang['Subscribe to comments on %s'] = 'Tilaa kommentit liittyen %s:n';
74$lang['Subscriptions of %s'] = '%s:n tilaukset';
75$lang['Successfully unsubscribed your email address from receiving notifications.'] = 'Sinut on onnistuneesti poistettu huomatusten vastaanottajista';
76$lang['To activate, click the confirm button. If you believe this is an error, please just ignore this message.'] = 'Aktivoidaksesi, klikkaa varmista-nappia. Jos uskot tämän olevan virhe, ole hyvä ja jätä tämä viesti huomiotta.';
77$lang['Validate'] = 'Varmista';
78?>
Note: See TracBrowser for help on using the repository browser.