]> git.mxchange.org Git - friendica-addons.git/commitdiff
update to the FI translations THX kris
authorTobias Diekershoff <tobias.diekershoff@gmx.net>
Sun, 20 May 2018 17:16:32 +0000 (19:16 +0200)
committerTobias Diekershoff <tobias.diekershoff@gmx.net>
Sun, 20 May 2018 17:16:32 +0000 (19:16 +0200)
36 files changed:
curweather/lang/fi-fi/messages.po
curweather/lang/fi-fi/strings.php
diaspora/lang/fi-fi/messages.po
diaspora/lang/fi-fi/strings.php
forumdirectory/lang/fi-fi/messages.po
forumdirectory/lang/fi-fi/strings.php
fromgplus/lang/fi-fi/messages.po
fromgplus/lang/fi-fi/strings.php
impressum/lang/fi-fi/messages.po
impressum/lang/fi-fi/strings.php
irc/lang/fi-fi/messages.po
irc/lang/fi-fi/strings.php
jappixmini/lang/fi-fi/messages.po
jappixmini/lang/fi-fi/strings.php
js_upload/lang/fi-fi/messages.po
js_upload/lang/fi-fi/strings.php
libravatar/lang/fi-fi/messages.po
libravatar/lang/fi-fi/strings.php
notifyall/lang/fi-fi/messages.po
notifyall/lang/fi-fi/strings.php
nsfw/lang/fi-fi/messages.po
nsfw/lang/fi-fi/strings.php
numfriends/lang/fi-fi/messages.po
numfriends/lang/fi-fi/strings.php
openstreetmap/lang/fi-fi/messages.po
openstreetmap/lang/fi-fi/strings.php
public_server/lang/fi-fi/messages.po
public_server/lang/fi-fi/strings.php
twitter/lang/fi-fi/messages.po
twitter/lang/fi-fi/strings.php
viewsrc/lang/fi-fi/messages.po [new file with mode: 0644]
viewsrc/lang/fi-fi/strings.php [new file with mode: 0644]
windowsphonepush/lang/fi-fi/messages.po
windowsphonepush/lang/fi-fi/strings.php
wppost/lang/fi-fi/messages.po
wppost/lang/fi-fi/strings.php

index d8534ff91b71327f1f7d1a0202336efe84838f54..d3e1e8f6d494f08769da1720d5f8bc1b12ad764a 100644 (file)
@@ -11,7 +11,7 @@ msgstr ""
 "Project-Id-Version: friendica\n"
 "Report-Msgid-Bugs-To: \n"
 "POT-Creation-Date: 2016-09-25 17:17+0200\n"
-"PO-Revision-Date: 2018-04-18 14:58+0000\n"
+"PO-Revision-Date: 2018-05-12 12:42+0000\n"
 "Last-Translator: Kris\n"
 "Language-Team: Finnish (Finland) (http://www.transifex.com/Friendica/friendica/language/fi_FI/)\n"
 "MIME-Version: 1.0\n"
@@ -22,7 +22,7 @@ msgstr ""
 
 #: curweather.php:31
 msgid "Error fetching weather data.\\nError was: "
-msgstr ""
+msgstr "Säätietojen noutamisessa tapahtui virhe.\\nLisätietoja: "
 
 #: curweather.php:111 curweather.php:172
 msgid "Current Weather"
@@ -46,7 +46,7 @@ msgstr "Viimeksi päivitetty"
 
 #: curweather.php:122
 msgid "Data by"
-msgstr ""
+msgstr "Tiedot tuottaa"
 
 #: curweather.php:123
 msgid "Show on map"
@@ -66,7 +66,7 @@ msgstr "Sääasetukset päivitetty."
 
 #: curweather.php:161
 msgid "No APPID found, please contact your admin to obtain one."
-msgstr ""
+msgstr "APPID puuttuu, ota yhteyttä ylläpitäjään."
 
 #: curweather.php:171 curweather.php:200
 msgid "Save Settings"
@@ -88,7 +88,7 @@ msgstr "Sijaintisi"
 msgid ""
 "Identifier of your location (name or zip code), e.g. <em>Berlin,DE</em> or "
 "<em>14476,DE</em>."
-msgstr ""
+msgstr "Sijantisi (paikka tai postinumero), esim. <em>Helsinki,FI</em> tai <em>00100,FI</em>."
 
 #: curweather.php:176
 msgid "Units"
@@ -104,11 +104,11 @@ msgstr "Näytä säätiedot"
 
 #: curweather.php:190
 msgid "Curweather settings saved."
-msgstr ""
+msgstr "Curweather -asetukset tallennettu."
 
 #: curweather.php:201
 msgid "Caching Interval"
-msgstr ""
+msgstr "Välimuistin aikaväli"
 
 #: curweather.php:201
 msgid ""
@@ -118,7 +118,7 @@ msgstr ""
 
 #: curweather.php:201
 msgid "no cache"
-msgstr ""
+msgstr "Ei välimuistia"
 
 #: curweather.php:201
 msgid "minutes"
@@ -126,7 +126,7 @@ msgstr "minuuttia"
 
 #: curweather.php:202
 msgid "Your APPID"
-msgstr ""
+msgstr "Sinun APPID"
 
 #: curweather.php:202
 msgid "Your API key provided by OpenWeatherMap"
index 9eee94b21ba64c7076d8c677389639d41030386e..d942398d69d164c2719f7e3bc1b2e4302cbb59a8 100644 (file)
@@ -2,33 +2,34 @@
 
 if(! function_exists("string_plural_select_fi_fi")) {
 function string_plural_select_fi_fi($n){
+       $n = intval($n);
        return ($n != 1);;
 }}
 ;
-$a->strings["Error fetching weather data.\\nError was: "] = "";
+$a->strings["Error fetching weather data.\\nError was: "] = "Säätietojen noutamisessa tapahtui virhe.\\nLisätietoja: ";
 $a->strings["Current Weather"] = "Sää";
 $a->strings["Relative Humidity"] = "Suhteellinen kosteus";
 $a->strings["Pressure"] = "Ilmanpaine";
 $a->strings["Wind"] = "Tuuli";
 $a->strings["Last Updated"] = "Viimeksi päivitetty";
-$a->strings["Data by"] = "";
+$a->strings["Data by"] = "Tiedot tuottaa";
 $a->strings["Show on map"] = "Näytä kartalla";
 $a->strings["There was a problem accessing the weather data. But have a look"] = "Säätietohaussa tapahtui virhe. Voit kuitenkin katsoa";
 $a->strings["at OpenWeatherMap"] = "OpenWeatherMappiä";
 $a->strings["Current Weather settings updated."] = "Sääasetukset päivitetty.";
-$a->strings["No APPID found, please contact your admin to obtain one."] = "";
+$a->strings["No APPID found, please contact your admin to obtain one."] = "APPID puuttuu, ota yhteyttä ylläpitäjään.";
 $a->strings["Save Settings"] = "Tallenna asetukset";
 $a->strings["Settings"] = "Asetukset";
 $a->strings["Enter either the name of your location or the zip code."] = "Syötä sijaintisi nimi tai postinumero.";
 $a->strings["Your Location"] = "Sijaintisi";
-$a->strings["Identifier of your location (name or zip code), e.g. <em>Berlin,DE</em> or <em>14476,DE</em>."] = "";
+$a->strings["Identifier of your location (name or zip code), e.g. <em>Berlin,DE</em> or <em>14476,DE</em>."] = "Sijantisi (paikka tai postinumero), esim. <em>Helsinki,FI</em> tai <em>00100,FI</em>.";
 $a->strings["Units"] = "Yksiköt";
 $a->strings["select if the temperature should be displayed in &deg;C or &deg;F"] = "ota käyttöön Celsius-asteikko (&deg;C) tai Fahrenheit-asteikko (&deg;F)";
 $a->strings["Show weather data"] = "Näytä säätiedot";
-$a->strings["Curweather settings saved."] = "";
-$a->strings["Caching Interval"] = "";
+$a->strings["Curweather settings saved."] = "Curweather -asetukset tallennettu.";
+$a->strings["Caching Interval"] = "Välimuistin aikaväli";
 $a->strings["For how long should the weather data be cached? Choose according your OpenWeatherMap account type."] = "";
-$a->strings["no cache"] = "";
+$a->strings["no cache"] = "Ei välimuistia";
 $a->strings["minutes"] = "minuuttia";
-$a->strings["Your APPID"] = "";
+$a->strings["Your APPID"] = "Sinun APPID";
 $a->strings["Your API key provided by OpenWeatherMap"] = "API-avain OpenWeatherMapiltä";
index a460ab6be28b710ff3444bc23c7345fe1c1bb78c..fcbd43cfd0243529b5761c8ae56f7c8c90f673a3 100644 (file)
@@ -11,7 +11,7 @@ msgstr ""
 "Project-Id-Version: friendica\n"
 "Report-Msgid-Bugs-To: \n"
 "POT-Creation-Date: 2014-06-22 13:18+0200\n"
-"PO-Revision-Date: 2018-04-17 19:28+0000\n"
+"PO-Revision-Date: 2018-05-12 12:49+0000\n"
 "Last-Translator: Kris\n"
 "Language-Team: Finnish (Finland) (http://www.transifex.com/Friendica/friendica/language/fi_FI/)\n"
 "MIME-Version: 1.0\n"
@@ -28,7 +28,7 @@ msgstr "Lähetä Diasporaan"
 msgid ""
 "Can't login to your Diaspora account. Please check username and password and"
 " ensure you used the complete address (including http...)"
-msgstr ""
+msgstr "Kirjautuminen Diasporaan epäonnistui. Tarkista että käyttäjätunnus ja salasana ovat oikein ja varmista että kirjoitit täydellisen osoitteen (mukaan lukien http...)."
 
 #: diaspora.php:149 diaspora.php:153
 msgid "Diaspora Export"
@@ -60,4 +60,4 @@ msgstr "Tallenna asetukset"
 
 #: diaspora.php:324
 msgid "Diaspora post failed. Queued for retry."
-msgstr ""
+msgstr "Diaspora -julkaisu epäonnistui. Jonossa uudelleenyritykseen."
index 6907b1bd2da2ef8e1bc5bcdb92f3cfc32c25db98..8d14a70b18ffcf4116a67dc89b43e0c2bc3d7d9b 100644 (file)
@@ -2,11 +2,12 @@
 
 if(! function_exists("string_plural_select_fi_fi")) {
 function string_plural_select_fi_fi($n){
+       $n = intval($n);
        return ($n != 1);;
 }}
 ;
 $a->strings["Post to Diaspora"] = "Lähetä Diasporaan";
-$a->strings["Can't login to your Diaspora account. Please check username and password and ensure you used the complete address (including http...)"] = "";
+$a->strings["Can't login to your Diaspora account. Please check username and password and ensure you used the complete address (including http...)"] = "Kirjautuminen Diasporaan epäonnistui. Tarkista että käyttäjätunnus ja salasana ovat oikein ja varmista että kirjoitit täydellisen osoitteen (mukaan lukien http...).";
 $a->strings["Diaspora Export"] = "Diaspora Export";
 $a->strings["Enable Diaspora Post Addon"] = "Ota Diaspora-viestilisäosa käyttöön";
 $a->strings["Diaspora username"] = "Diaspora -käyttäjätunnus";
@@ -14,4 +15,4 @@ $a->strings["Diaspora password"] = "Diaspora -salasana";
 $a->strings["Diaspora site URL"] = "Diaspora -sivuston URL-osoite";
 $a->strings["Post to Diaspora by default"] = "Lähetä Diasporaan oletuksena";
 $a->strings["Save Settings"] = "Tallenna asetukset";
-$a->strings["Diaspora post failed. Queued for retry."] = "";
+$a->strings["Diaspora post failed. Queued for retry."] = "Diaspora -julkaisu epäonnistui. Jonossa uudelleenyritykseen.";
index 76ab16fd8887ac6a1ed270c7934ced3fd242370d..6c4f08c929fc59363a071dd4741cb26515097859 100644 (file)
@@ -11,7 +11,7 @@ msgstr ""
 "Project-Id-Version: friendica\n"
 "Report-Msgid-Bugs-To: \n"
 "POT-Creation-Date: 2013-02-27 05:01-0500\n"
-"PO-Revision-Date: 2018-04-08 15:43+0000\n"
+"PO-Revision-Date: 2018-05-12 12:50+0000\n"
 "Last-Translator: Kris\n"
 "Language-Team: Finnish (Finland) (http://www.transifex.com/Friendica/friendica/language/fi_FI/)\n"
 "MIME-Version: 1.0\n"
@@ -34,7 +34,7 @@ msgstr "Maailmanlaajuinen hakemisto"
 
 #: forumdirectory.php:79
 msgid "Find on this site"
-msgstr ""
+msgstr "Sivustohaku"
 
 #: forumdirectory.php:81
 msgid "Finding: "
@@ -42,7 +42,7 @@ msgstr ""
 
 #: forumdirectory.php:82
 msgid "Site Directory"
-msgstr ""
+msgstr "Sivustoluettelo"
 
 #: forumdirectory.php:83
 msgid "Find"
@@ -66,7 +66,7 @@ msgstr "Sukupuoli:"
 
 #: forumdirectory.php:160
 msgid "Status:"
-msgstr ""
+msgstr "Tila:"
 
 #: forumdirectory.php:162
 msgid "Homepage:"
@@ -78,4 +78,4 @@ msgstr "Lisätietoja:"
 
 #: forumdirectory.php:201
 msgid "No entries (some entries may be hidden)."
-msgstr ""
+msgstr "Ei kohteita (jotkut kohteet saattaa olla piilotettuja)."
index 34128035e9792d13b8a34324e8ed68515c0c7221..dfe4a7ece0a67ef3ae3a7bd4bc82c91aa517f492 100644 (file)
@@ -2,21 +2,22 @@
 
 if(! function_exists("string_plural_select_fi_fi")) {
 function string_plural_select_fi_fi($n){
+       $n = intval($n);
        return ($n != 1);;
 }}
 ;
 $a->strings["Forum Directory"] = "Foorumihakemisto";
 $a->strings["Public access denied."] = "Julkinen käyttö estetty.";
 $a->strings["Global Directory"] = "Maailmanlaajuinen hakemisto";
-$a->strings["Find on this site"] = "";
+$a->strings["Find on this site"] = "Sivustohaku";
 $a->strings["Finding: "] = "";
-$a->strings["Site Directory"] = "";
+$a->strings["Site Directory"] = "Sivustoluettelo";
 $a->strings["Find"] = "Etsi";
 $a->strings["Age: "] = "Ikä:";
 $a->strings["Gender: "] = "Sukupuoli:";
 $a->strings["Location:"] = "Sijainti:";
 $a->strings["Gender:"] = "Sukupuoli:";
-$a->strings["Status:"] = "";
+$a->strings["Status:"] = "Tila:";
 $a->strings["Homepage:"] = "Kotisivu:";
 $a->strings["About:"] = "Lisätietoja:";
-$a->strings["No entries (some entries may be hidden)."] = "";
+$a->strings["No entries (some entries may be hidden)."] = "Ei kohteita (jotkut kohteet saattaa olla piilotettuja).";
index f93bc227438b15bc788f9a4995fac4eb49273128..c3679ac612d4976197b1a22dded95cf3ec08e309 100644 (file)
@@ -11,7 +11,7 @@ msgstr ""
 "Project-Id-Version: friendica\n"
 "Report-Msgid-Bugs-To: \n"
 "POT-Creation-Date: 2018-04-01 11:14-0400\n"
-"PO-Revision-Date: 2018-04-16 16:24+0000\n"
+"PO-Revision-Date: 2018-05-12 12:52+0000\n"
 "Last-Translator: Kris\n"
 "Language-Team: Finnish (Finland) (http://www.transifex.com/Friendica/friendica/language/fi_FI/)\n"
 "MIME-Version: 1.0\n"
@@ -26,7 +26,7 @@ msgstr "Google+ peilaus"
 
 #: fromgplus.php:64
 msgid "Enable Google+ Import"
-msgstr ""
+msgstr "Ota Google+ tuonti käyttöön"
 
 #: fromgplus.php:67
 msgid "Google Account ID"
@@ -34,7 +34,7 @@ msgstr "Google -tilin tunnus"
 
 #: fromgplus.php:70
 msgid "Add keywords to post"
-msgstr ""
+msgstr "Lisää avainsanoja julkaisuun"
 
 #: fromgplus.php:75 fromgplus.php:105
 msgid "Save Settings"
@@ -42,7 +42,7 @@ msgstr "Tallenna asetukset"
 
 #: fromgplus.php:96
 msgid "Google+ Import Settings saved."
-msgstr ""
+msgstr "Google+ tuontiasetukset tallennettu."
 
 #: fromgplus.php:106
 msgid "Key"
index e2ab71e9be80ec36b5a4ec9d2b6de819d40b5b0a..a49ad46920974101fa9aebd742e7491b684971a0 100644 (file)
@@ -2,14 +2,15 @@
 
 if(! function_exists("string_plural_select_fi_fi")) {
 function string_plural_select_fi_fi($n){
+       $n = intval($n);
        return ($n != 1);;
 }}
 ;
 $a->strings["Google+ Mirror"] = "Google+ peilaus";
-$a->strings["Enable Google+ Import"] = "";
+$a->strings["Enable Google+ Import"] = "Ota Google+ tuonti käyttöön";
 $a->strings["Google Account ID"] = "Google -tilin tunnus";
-$a->strings["Add keywords to post"] = "";
+$a->strings["Add keywords to post"] = "Lisää avainsanoja julkaisuun";
 $a->strings["Save Settings"] = "Tallenna asetukset";
-$a->strings["Google+ Import Settings saved."] = "";
+$a->strings["Google+ Import Settings saved."] = "Google+ tuontiasetukset tallennettu.";
 $a->strings["Key"] = "Avain";
 $a->strings["Settings updated."] = "Asetukset päivitetty.";
index c3b3fe57d7c26aae7e9cda48c58612eba7e2989a..5b00dedc279f8c41d0928072b9cd9b9adf29fcdb 100644 (file)
@@ -11,7 +11,7 @@ msgstr ""
 "Project-Id-Version: friendica\n"
 "Report-Msgid-Bugs-To: \n"
 "POT-Creation-Date: 2013-02-27 05:01-0500\n"
-"PO-Revision-Date: 2018-04-21 00:16+0000\n"
+"PO-Revision-Date: 2018-05-12 12:55+0000\n"
 "Last-Translator: Kris\n"
 "Language-Team: Finnish (Finland) (http://www.transifex.com/Friendica/friendica/language/fi_FI/)\n"
 "MIME-Version: 1.0\n"
@@ -53,7 +53,7 @@ msgstr "Lähetä"
 
 #: impressum.php:84
 msgid "The page operators name."
-msgstr ""
+msgstr "Sivuston ylläpitäjän nimi."
 
 #: impressum.php:85
 msgid "Site Owners Profile"
@@ -61,7 +61,7 @@ msgstr "Sivuston omistajan profiili"
 
 #: impressum.php:85
 msgid "Profile address of the operator."
-msgstr ""
+msgstr "Ylläpitäjän profiiliosoite."
 
 #: impressum.php:86
 msgid "How to contact the operator via snail mail. You can use BBCode here."
index 94c94e1070e6b2dafeaae0174d5f1ef97f36a088..404f0f131fc1fb065974ade6498b126251d03651 100644 (file)
@@ -2,6 +2,7 @@
 
 if(! function_exists("string_plural_select_fi_fi")) {
 function string_plural_select_fi_fi($n){
+       $n = intval($n);
        return ($n != 1);;
 }}
 ;
@@ -12,9 +13,9 @@ $a->strings["Postal Address"] = "Postiosoite";
 $a->strings["The impressum addon needs to be configured!<br />Please add at least the <tt>owner</tt> variable to your config file. For other variables please refer to the README file of the addon."] = "";
 $a->strings["Settings updated."] = "Asetukset tallennettu";
 $a->strings["Submit"] = "Lähetä";
-$a->strings["The page operators name."] = "";
+$a->strings["The page operators name."] = "Sivuston ylläpitäjän nimi.";
 $a->strings["Site Owners Profile"] = "Sivuston omistajan profiili";
-$a->strings["Profile address of the operator."] = "";
+$a->strings["Profile address of the operator."] = "Ylläpitäjän profiiliosoite.";
 $a->strings["How to contact the operator via snail mail. You can use BBCode here."] = "";
 $a->strings["Notes"] = "Muistiinpanot";
 $a->strings["Additional notes that are displayed beneath the contact information. You can use BBCode here."] = "";
index 4ea18856c436cb3b5f327d0363e9d7952eb4d9f4..4090d209d7b553bfcf2731690d69f6cf49a1063e 100644 (file)
@@ -11,7 +11,7 @@ msgstr ""
 "Project-Id-Version: friendica\n"
 "Report-Msgid-Bugs-To: \n"
 "POT-Creation-Date: 2015-07-08 13:17+0200\n"
-"PO-Revision-Date: 2018-04-08 15:56+0000\n"
+"PO-Revision-Date: 2018-05-12 12:57+0000\n"
 "Last-Translator: Kris\n"
 "Language-Team: Finnish (Finland) (http://www.transifex.com/Friendica/friendica/language/fi_FI/)\n"
 "MIME-Version: 1.0\n"
@@ -37,13 +37,13 @@ msgstr "Tallenna asetukset"
 
 #: irc.php:40 irc.php:137
 msgid "Channel(s) to auto connect (comma separated)"
-msgstr ""
+msgstr "Kanavat jota yhdistetään automaattisesti (pilkuilla eroteltu luettelo)"
 
 #: irc.php:40 irc.php:137
 msgid ""
 "List of channels that shall automatically connected to when the app is "
 "launched."
-msgstr ""
+msgstr "Kanavat johon luodaan yhteys automaattisesti kun sovellus käynnistyy."
 
 #: irc.php:41 irc.php:138
 msgid "Popular Channels (comma separated)"
index 385f8ff4213a0662510d57c3b3586ec6307adc52..4c1c3e33181d9accb22f7fcaccfea52b135e8c88 100644 (file)
@@ -2,14 +2,15 @@
 
 if(! function_exists("string_plural_select_fi_fi")) {
 function string_plural_select_fi_fi($n){
+       $n = intval($n);
        return ($n != 1);;
 }}
 ;
 $a->strings["IRC Settings"] = "IRC-asetukset";
 $a->strings["Here you can change the system wide settings for the channels to automatically join and access via the side bar. Note the changes you do here, only effect the channel selection if you are logged in."] = "";
 $a->strings["Save Settings"] = "Tallenna asetukset";
-$a->strings["Channel(s) to auto connect (comma separated)"] = "";
-$a->strings["List of channels that shall automatically connected to when the app is launched."] = "";
+$a->strings["Channel(s) to auto connect (comma separated)"] = "Kanavat jota yhdistetään automaattisesti (pilkuilla eroteltu luettelo)";
+$a->strings["List of channels that shall automatically connected to when the app is launched."] = "Kanavat johon luodaan yhteys automaattisesti kun sovellus käynnistyy.";
 $a->strings["Popular Channels (comma separated)"] = "Suositut kanavat (pilkuilla eroteltu luettelo)";
 $a->strings["List of popular channels, will be displayed at the side and hotlinked for easy joining."] = "";
 $a->strings["IRC settings saved."] = "IRC-asetukset tallennettu.";
index 49e3d2e3323c8d4fd3baf2c53909bf1d7b3a525b..c1b0cd57b09c87d552dae1106d6f3dad1e6bc1e6 100644 (file)
@@ -11,7 +11,7 @@ msgstr ""
 "Project-Id-Version: friendica\n"
 "Report-Msgid-Bugs-To: \n"
 "POT-Creation-Date: 2013-02-27 05:01-0500\n"
-"PO-Revision-Date: 2018-04-17 19:41+0000\n"
+"PO-Revision-Date: 2018-05-12 12:59+0000\n"
 "Last-Translator: Kris\n"
 "Language-Team: Finnish (Finland) (http://www.transifex.com/Friendica/friendica/language/fi_FI/)\n"
 "MIME-Version: 1.0\n"
@@ -59,7 +59,7 @@ msgstr "Friendica -salasana"
 
 #: jappixmini.php:296
 msgid "Approve subscription requests from Friendica contacts automatically"
-msgstr ""
+msgstr "Hyväksy automaattisesti tilauspyynnöt Friendica -kontakteilta"
 
 #: jappixmini.php:299
 msgid "Subscribe to Friendica contacts automatically"
index 32f689ea12a86dec97a2a5a8b3cf13332c4e9052..f86fbc3c8262c2a1774ee2c1d722e3bb94a9c074 100644 (file)
@@ -2,6 +2,7 @@
 
 if(! function_exists("string_plural_select_fi_fi")) {
 function string_plural_select_fi_fi($n){
+       $n = intval($n);
        return ($n != 1);;
 }}
 ;
@@ -14,7 +15,7 @@ $a->strings["Jabber BOSH host"] = "Jabber BOSH-palvelin";
 $a->strings["Jabber password"] = "Jabber -salasana";
 $a->strings["Encrypt Jabber password with Friendica password (recommended)"] = "Salaa Jabber -salasana Friendica -salasanalla (suositeltava)";
 $a->strings["Friendica password"] = "Friendica -salasana";
-$a->strings["Approve subscription requests from Friendica contacts automatically"] = "";
+$a->strings["Approve subscription requests from Friendica contacts automatically"] = "Hyväksy automaattisesti tilauspyynnöt Friendica -kontakteilta";
 $a->strings["Subscribe to Friendica contacts automatically"] = "";
 $a->strings["Purge internal list of jabber addresses of contacts"] = "";
 $a->strings["Submit"] = "Lähetä";
index 523d12978e4a9b6a1585776159f0ca47ab9d15a2..ba7f228cb54d1c995e6b5c6bb43bb1504f4d8ef6 100644 (file)
@@ -11,7 +11,7 @@ msgstr ""
 "Project-Id-Version: friendica\n"
 "Report-Msgid-Bugs-To: \n"
 "POT-Creation-Date: 2013-02-27 05:01-0500\n"
-"PO-Revision-Date: 2018-04-16 16:21+0000\n"
+"PO-Revision-Date: 2018-05-12 13:00+0000\n"
 "Last-Translator: Kris\n"
 "Language-Team: Finnish (Finland) (http://www.transifex.com/Friendica/friendica/language/fi_FI/)\n"
 "MIME-Version: 1.0\n"
@@ -50,7 +50,7 @@ msgstr "Kuva ylittää kokorajoituksen "
 
 #: js_upload.php:332
 msgid "File has an invalid extension, it should be one of "
-msgstr ""
+msgstr "Tiedostopääte on virheellinen. Sallitut tiedostopäätteet:"
 
 #: js_upload.php:343
 msgid "Upload was cancelled, or server error encountered"
index 7cffc902fd92d488abb9f9743fa1dff95ae57030..25db34c5cbaea9740adc34767eef9a70b23f3685 100644 (file)
@@ -2,6 +2,7 @@
 
 if(! function_exists("string_plural_select_fi_fi")) {
 function string_plural_select_fi_fi($n){
+       $n = intval($n);
        return ($n != 1);;
 }}
 ;
@@ -12,5 +13,5 @@ $a->strings["Failed"] = "Epäonnistui";
 $a->strings["No files were uploaded."] = "Tiedostoja ei lähetetty.";
 $a->strings["Uploaded file is empty"] = "Lähetetty tiedosto on tyhjä";
 $a->strings["Image exceeds size limit of "] = "Kuva ylittää kokorajoituksen ";
-$a->strings["File has an invalid extension, it should be one of "] = "";
+$a->strings["File has an invalid extension, it should be one of "] = "Tiedostopääte on virheellinen. Sallitut tiedostopäätteet:";
 $a->strings["Upload was cancelled, or server error encountered"] = "Lataus peruutettu, tai palvelimessa tapahtui virhe.";
index 72c2798a4907dc9aeeb6da605b74931381d0e817..96e0e63d59832878ae438d0720f543e050a240f2 100644 (file)
@@ -11,7 +11,7 @@ msgstr ""
 "Project-Id-Version: friendica\n"
 "Report-Msgid-Bugs-To: \n"
 "POT-Creation-Date: 2013-02-27 05:01-0500\n"
-"PO-Revision-Date: 2018-04-18 15:14+0000\n"
+"PO-Revision-Date: 2018-05-12 13:04+0000\n"
 "Last-Translator: Kris\n"
 "Language-Team: Finnish (Finland) (http://www.transifex.com/Friendica/friendica/language/fi_FI/)\n"
 "MIME-Version: 1.0\n"
@@ -22,7 +22,7 @@ msgstr ""
 
 #: libravatar.php:14
 msgid "Could NOT install Libravatar successfully.<br>It requires PHP >= 5.3"
-msgstr ""
+msgstr "Libravataria ei voitu asentaa.<br>Vaatii PHP-version >=5.3"
 
 #: libravatar.php:73
 msgid "generic profile image"
@@ -55,7 +55,7 @@ msgstr "PHP-versiosi on %s. Friendica vaatii PHP >= 5.3."
 
 #: libravatar.php:84
 msgid "This addon is not functional on your server."
-msgstr ""
+msgstr "Tämä lisäosa ei toimi palvelimellasi."
 
 #: libravatar.php:93
 msgid "Information"
@@ -78,7 +78,7 @@ msgstr "Avatarin oletuskuva"
 
 #: libravatar.php:100
 msgid "Select default avatar image if none was found. See README"
-msgstr ""
+msgstr "Valitse oletusavatarikuva jos avatari puuttuu. Katso lisätietoja README:stä."
 
 #: libravatar.php:112
 msgid "Libravatar settings updated."
index a29b3ba8403d4d28032feba95f8087453282d0de..6be2f23fbab1b60f3677b67b426f96385805efbf 100644 (file)
@@ -2,10 +2,11 @@
 
 if(! function_exists("string_plural_select_fi_fi")) {
 function string_plural_select_fi_fi($n){
+       $n = intval($n);
        return ($n != 1);;
 }}
 ;
-$a->strings["Could NOT install Libravatar successfully.<br>It requires PHP >= 5.3"] = "";
+$a->strings["Could NOT install Libravatar successfully.<br>It requires PHP >= 5.3"] = "Libravataria ei voitu asentaa.<br>Vaatii PHP-version >=5.3";
 $a->strings["generic profile image"] = "Yleinen profiilikuva";
 $a->strings["random geometric pattern"] = "satunnainen geometrinen kuvio";
 $a->strings["monster face"] = "hirviö";
@@ -13,10 +14,10 @@ $a->strings["computer generated face"] = "tietokoneella tuotettut kasvot";
 $a->strings["retro arcade style face"] = "retro-videopeli kasvot";
 $a->strings["Warning"] = "Varoitus";
 $a->strings["Your PHP version %s is lower than the required PHP >= 5.3."] = "PHP-versiosi on %s. Friendica vaatii PHP >= 5.3.";
-$a->strings["This addon is not functional on your server."] = "";
+$a->strings["This addon is not functional on your server."] = "Tämä lisäosa ei toimi palvelimellasi.";
 $a->strings["Information"] = "Tietoja";
 $a->strings["Gravatar addon is installed. Please disable the Gravatar addon.<br>The Libravatar addon will fall back to Gravatar if nothing was found at Libravatar."] = "";
 $a->strings["Submit"] = "Lähetä";
 $a->strings["Default avatar image"] = "Avatarin oletuskuva";
-$a->strings["Select default avatar image if none was found. See README"] = "";
+$a->strings["Select default avatar image if none was found. See README"] = "Valitse oletusavatarikuva jos avatari puuttuu. Katso lisätietoja README:stä.";
 $a->strings["Libravatar settings updated."] = "Libravatar -asetukset päivitetty";
index 67bd99e15085bb005b428a8c3f241efa78937239..e985bea3ba241d7170a0824fa5c877757dd00fef 100644 (file)
@@ -34,7 +34,7 @@ msgstr "%1$s, %2$s-ylläpitäjä"
 
 #: notifyall.php:60
 msgid "No recipients found."
-msgstr ""
+msgstr "Vastaanottajaa ei löytynyt."
 
 #: notifyall.php:78
 msgid "Emails sent"
index e6119bfe817023b9d5f0ecf0f0d3f5e961c31bc7..1c467153a887c6dab7e703e738c685939485dee3 100644 (file)
@@ -2,13 +2,14 @@
 
 if(! function_exists("string_plural_select_fi_fi")) {
 function string_plural_select_fi_fi($n){
+       $n = intval($n);
        return ($n != 1);;
 }}
 ;
 $a->strings["Send email to all members"] = "Lähetä sähköposti kaikille jäsenille";
 $a->strings["%s Administrator"] = "%s-ylläpitäjä";
 $a->strings["%1\$s, %2\$s Administrator"] = "%1\$s, %2\$s-ylläpitäjä";
-$a->strings["No recipients found."] = "";
+$a->strings["No recipients found."] = "Vastaanottajaa ei löytynyt.";
 $a->strings["Emails sent"] = "Sähköpostit lähetetty";
 $a->strings["Send email to all members of this Friendica instance."] = "";
 $a->strings["Message subject"] = "Viestin aihe";
index 67ce0c1808fbea00173343fd6babaa1bb793d397..59833b95e2484b50d6e14785335eba183ee42a25 100644 (file)
@@ -11,7 +11,7 @@ msgstr ""
 "Project-Id-Version: friendica\n"
 "Report-Msgid-Bugs-To: \n"
 "POT-Creation-Date: 2018-04-01 11:11-0400\n"
-"PO-Revision-Date: 2018-04-16 16:12+0000\n"
+"PO-Revision-Date: 2018-05-12 13:38+0000\n"
 "Last-Translator: Kris\n"
 "Language-Team: Finnish (Finland) (http://www.transifex.com/Friendica/friendica/language/fi_FI/)\n"
 "MIME-Version: 1.0\n"
@@ -55,9 +55,9 @@ msgstr "NSFW-asetukset tallennettu."
 #: nsfw.php:162
 #, php-format
 msgid "Filtered tag: %s"
-msgstr ""
+msgstr "Suodatettu tunniste: %s"
 
 #: nsfw.php:164
 #, php-format
 msgid "Filtered word: %s"
-msgstr ""
+msgstr "Suodatettu sana: %s"
index 8e41f70605dae4f01a302bc94cb6f85250ff8b93..2afd44f496be7671994787cdad2eab4a54fb463a 100644 (file)
@@ -2,6 +2,7 @@
 
 if(! function_exists("string_plural_select_fi_fi")) {
 function string_plural_select_fi_fi($n){
+       $n = intval($n);
        return ($n != 1);;
 }}
 ;
@@ -12,5 +13,5 @@ $a->strings["Comma separated list of keywords to hide"] = "";
 $a->strings["Save Settings"] = "Tallenna asetukset";
 $a->strings["Use /expression/ to provide regular expressions"] = "";
 $a->strings["NSFW Settings saved."] = "NSFW-asetukset tallennettu.";
-$a->strings["Filtered tag: %s"] = "";
-$a->strings["Filtered word: %s"] = "";
+$a->strings["Filtered tag: %s"] = "Suodatettu tunniste: %s";
+$a->strings["Filtered word: %s"] = "Suodatettu sana: %s";
index 3052a2aea03559370e82acfd1651d67878b5c9b5..e6feaadc03ecb09707e81f9ee662baf6258457c4 100644 (file)
@@ -5,12 +5,13 @@
 # 
 # Translators:
 # Kris, 2018
+# Kris, 2018
 msgid ""
 msgstr ""
 "Project-Id-Version: friendica\n"
 "Report-Msgid-Bugs-To: \n"
 "POT-Creation-Date: 2013-02-27 05:01-0500\n"
-"PO-Revision-Date: 2018-04-03 18:57+0000\n"
+"PO-Revision-Date: 2018-05-12 13:36+0000\n"
 "Last-Translator: Kris\n"
 "Language-Team: Finnish (Finland) (http://www.transifex.com/Friendica/friendica/language/fi_FI/)\n"
 "MIME-Version: 1.0\n"
@@ -29,7 +30,7 @@ msgstr "Numfriends -asetukset"
 
 #: numfriends.php:79
 msgid "How many contacts to display on profile sidebar"
-msgstr ""
+msgstr "Kuinka monta kontaktia näytetään profiilin sivupalkissa"
 
 #: numfriends.php:85
 msgid "Submit"
index 9eb16aa635bd62c917e5bfe8747bf33e987968bf..029928a09f0ca50148d6ec6d28d6300a849a3974 100644 (file)
@@ -2,10 +2,11 @@
 
 if(! function_exists("string_plural_select_fi_fi")) {
 function string_plural_select_fi_fi($n){
+       $n = intval($n);
        return ($n != 1);;
 }}
 ;
 $a->strings["Numfriends settings updated."] = "Numfriends -asetukset päivitetty.";
 $a->strings["Numfriends Settings"] = "Numfriends -asetukset";
-$a->strings["How many contacts to display on profile sidebar"] = "";
+$a->strings["How many contacts to display on profile sidebar"] = "Kuinka monta kontaktia näytetään profiilin sivupalkissa";
 $a->strings["Submit"] = "Lähetä";
index 5247c0d64acac07bb4574b29e27250b28bfb58a9..4e108293a10c2cbefc95697296cf056cf892acd2 100644 (file)
@@ -5,12 +5,13 @@
 # 
 # Translators:
 # Kris, 2018
+# Kris, 2018
 msgid ""
 msgstr ""
 "Project-Id-Version: friendica\n"
 "Report-Msgid-Bugs-To: \n"
 "POT-Creation-Date: 2013-02-27 05:01-0500\n"
-"PO-Revision-Date: 2018-04-03 18:57+0000\n"
+"PO-Revision-Date: 2018-05-12 13:35+0000\n"
 "Last-Translator: Kris\n"
 "Language-Team: Finnish (Finland) (http://www.transifex.com/Friendica/friendica/language/fi_FI/)\n"
 "MIME-Version: 1.0\n"
@@ -35,11 +36,11 @@ msgstr ""
 
 #: openstreetmap.php:96
 msgid "Default zoom"
-msgstr ""
+msgstr "Oletuszoomaus"
 
 #: openstreetmap.php:96
 msgid "The default zoom level. (1:world, 18:highest)"
-msgstr ""
+msgstr "Oletuszoomaustaso (1: kaukaisin, 18: läheisin)"
 
 #: openstreetmap.php:104
 msgid "Settings updated."
index c5cc14c99d136f6070744fbcc515a56a33977b0c..62c6e54c374a18600e97b63b4ab7490b7121a360 100644 (file)
@@ -2,12 +2,13 @@
 
 if(! function_exists("string_plural_select_fi_fi")) {
 function string_plural_select_fi_fi($n){
+       $n = intval($n);
        return ($n != 1);;
 }}
 ;
 $a->strings["Submit"] = "Lähetä";
 $a->strings["Tile Server URL"] = "";
 $a->strings["A list of <a href=\"http://wiki.openstreetmap.org/wiki/TMS\" target=\"_blank\">public tile servers</a>"] = "";
-$a->strings["Default zoom"] = "";
-$a->strings["The default zoom level. (1:world, 18:highest)"] = "";
+$a->strings["Default zoom"] = "Oletuszoomaus";
+$a->strings["The default zoom level. (1:world, 18:highest)"] = "Oletuszoomaustaso (1: kaukaisin, 18: läheisin)";
 $a->strings["Settings updated."] = "Asetukset päivitetty";
index 79b7458dfe4689fdee1e4d06c3edc8d922f2053f..8150fabac0c74ea59f9deae0750d1ac39dc3a55d 100644 (file)
@@ -11,7 +11,7 @@ msgstr ""
 "Project-Id-Version: friendica\n"
 "Report-Msgid-Bugs-To: \n"
 "POT-Creation-Date: 2013-02-27 05:01-0500\n"
-"PO-Revision-Date: 2018-04-17 19:54+0000\n"
+"PO-Revision-Date: 2018-05-12 13:32+0000\n"
 "Last-Translator: Kris\n"
 "Language-Team: Finnish (Finland) (http://www.transifex.com/Friendica/friendica/language/fi_FI/)\n"
 "MIME-Version: 1.0\n"
@@ -31,7 +31,7 @@ msgstr "%s -tilisi vanhenee muutaman päivän kuluttua."
 
 #: public_server.php:127
 msgid "Your Friendica account is about to expire."
-msgstr ""
+msgstr "Friendica-tilisi umpeutuu kohta."
 
 #: public_server.php:128
 #, php-format
index 1d26a23e01396c4666ac516bde57b706d7d4a282..2d81c8839ec81018d5801666f1fd3cf9f069d3c6 100644 (file)
@@ -2,10 +2,11 @@
 
 if(! function_exists("string_plural_select_fi_fi")) {
 function string_plural_select_fi_fi($n){
+       $n = intval($n);
        return ($n != 1);;
 }}
 ;
 $a->strings["Administrator"] = "Ylläpitäjä";
 $a->strings["Your account on %s will expire in a few days."] = "%s -tilisi vanhenee muutaman päivän kuluttua.";
-$a->strings["Your Friendica account is about to expire."] = "";
+$a->strings["Your Friendica account is about to expire."] = "Friendica-tilisi umpeutuu kohta.";
 $a->strings["Hi %1\$s,\n\nYour account on %2\$s will expire in less than five days. You may keep your account by logging in at least once every 30 days"] = "";
index 6c0ee4c7f3e22c7c53a618248c5d3326d003f409..5c06e97f13b4bf5bccdab9b597ddbaddd526c76c 100644 (file)
@@ -11,7 +11,7 @@ msgstr ""
 "Project-Id-Version: friendica\n"
 "Report-Msgid-Bugs-To: \n"
 "POT-Creation-Date: 2018-02-08 07:07+0100\n"
-"PO-Revision-Date: 2018-04-17 20:04+0000\n"
+"PO-Revision-Date: 2018-05-12 13:21+0000\n"
 "Last-Translator: Kris\n"
 "Language-Team: Finnish (Finland) (http://www.transifex.com/Friendica/friendica/language/fi_FI/)\n"
 "MIME-Version: 1.0\n"
@@ -36,13 +36,13 @@ msgstr "Twitter -asetukset päivitetty."
 
 #: twitter.php:291 twitter.php:295
 msgid "Twitter Import/Export/Mirror"
-msgstr ""
+msgstr "Twitter tuonti/vienti/peili"
 
 #: twitter.php:302
 msgid ""
 "No consumer key pair for Twitter found. Please contact your site "
 "administrator."
-msgstr ""
+msgstr "Twitter -kuluttajan avainparia ei löytynyt. Ota yhteyttä sivuston ylläpitäjään."
 
 #: twitter.php:314
 msgid ""
@@ -94,15 +94,15 @@ msgstr ""
 
 #: twitter.php:351
 msgid "Send public postings to Twitter by default"
-msgstr ""
+msgstr "Lähetä oletuksena kaikki julkiset julkaisut Twitteriin"
 
 #: twitter.php:354
 msgid "Mirror all posts from twitter that are no replies"
-msgstr ""
+msgstr "Peilaa kaikki julkaisut Twitteristä jotka eivät ole vastauksia"
 
 #: twitter.php:357
 msgid "Import the remote timeline"
-msgstr ""
+msgstr "Tuo etäaikajana"
 
 #: twitter.php:360
 msgid "Automatically create contacts"
@@ -110,7 +110,7 @@ msgstr "Luo kontaktit automaattisesti"
 
 #: twitter.php:619
 msgid "Twitter post failed. Queued for retry."
-msgstr ""
+msgstr "Twitter -julkaisu epäonnistui. Jonossa uudelleenyritykseen."
 
 #: twitter.php:634
 msgid "Settings updated."
@@ -118,8 +118,8 @@ msgstr "Asetukset päivitetty."
 
 #: twitter.php:644
 msgid "Consumer key"
-msgstr ""
+msgstr "Kuluttajan avain"
 
 #: twitter.php:645
 msgid "Consumer secret"
-msgstr ""
+msgstr "Kuluttajasalaisuus"
index fdbaba2ae40cf879f148a90fee58a261c1394788..d8b9fab203ae23d74b1497524917e99441a20b2a 100644 (file)
@@ -2,14 +2,15 @@
 
 if(! function_exists("string_plural_select_fi_fi")) {
 function string_plural_select_fi_fi($n){
+       $n = intval($n);
        return ($n != 1);;
 }}
 ;
 $a->strings["Post to Twitter"] = "Lähetä Twitteriin";
 $a->strings["You submitted an empty PIN, please Sign In with Twitter again to get a new one."] = "";
 $a->strings["Twitter settings updated."] = "Twitter -asetukset päivitetty.";
-$a->strings["Twitter Import/Export/Mirror"] = "";
-$a->strings["No consumer key pair for Twitter found. Please contact your site administrator."] = "";
+$a->strings["Twitter Import/Export/Mirror"] = "Twitter tuonti/vienti/peili";
+$a->strings["No consumer key pair for Twitter found. Please contact your site administrator."] = "Twitter -kuluttajan avainparia ei löytynyt. Ota yhteyttä sivuston ylläpitäjään.";
 $a->strings["At this Friendica instance the Twitter addon was enabled but you have not yet connected your account to your Twitter account. To do so click the button below to get a PIN from Twitter which you have to copy into the input box below and submit the form. Only your <strong>public</strong> posts will be posted to Twitter."] = "";
 $a->strings["Log in with Twitter"] = "Kirjaudu sisään Twitterillä";
 $a->strings["Copy the PIN from Twitter here"] = "";
@@ -19,11 +20,11 @@ $a->strings["Disconnect"] = "Katkaise yhteys";
 $a->strings["Allow posting to Twitter"] = "Salli julkaisu Twitteriin";
 $a->strings["If enabled all your <strong>public</strong> postings can be posted to the associated Twitter account. You can choose to do so by default (here) or for every posting separately in the posting options when writing the entry."] = "";
 $a->strings["<strong>Note</strong>: Due to your privacy settings (<em>Hide your profile details from unknown viewers?</em>) the link potentially included in public postings relayed to Twitter will lead the visitor to a blank page informing the visitor that the access to your profile has been restricted."] = "";
-$a->strings["Send public postings to Twitter by default"] = "";
-$a->strings["Mirror all posts from twitter that are no replies"] = "";
-$a->strings["Import the remote timeline"] = "";
+$a->strings["Send public postings to Twitter by default"] = "Lähetä oletuksena kaikki julkiset julkaisut Twitteriin";
+$a->strings["Mirror all posts from twitter that are no replies"] = "Peilaa kaikki julkaisut Twitteristä jotka eivät ole vastauksia";
+$a->strings["Import the remote timeline"] = "Tuo etäaikajana";
 $a->strings["Automatically create contacts"] = "Luo kontaktit automaattisesti";
-$a->strings["Twitter post failed. Queued for retry."] = "";
+$a->strings["Twitter post failed. Queued for retry."] = "Twitter -julkaisu epäonnistui. Jonossa uudelleenyritykseen.";
 $a->strings["Settings updated."] = "Asetukset päivitetty.";
-$a->strings["Consumer key"] = "";
-$a->strings["Consumer secret"] = "";
+$a->strings["Consumer key"] = "Kuluttajan avain";
+$a->strings["Consumer secret"] = "Kuluttajasalaisuus";
diff --git a/viewsrc/lang/fi-fi/messages.po b/viewsrc/lang/fi-fi/messages.po
new file mode 100644 (file)
index 0000000..49adf2e
--- /dev/null
@@ -0,0 +1,23 @@
+# ADDON viewsrc
+# Copyright (C)
+# This file is distributed under the same license as the Friendica viewsrc addon package.
+# 
+# 
+#, fuzzy
+msgid ""
+msgstr ""
+"Project-Id-Version: \n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2013-02-27 05:01-0500\n"
+"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
+"Last-Translator: Kris, 2018\n"
+"Language-Team: Finnish (Finland) (https://www.transifex.com/Friendica/teams/12172/fi_FI/)\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Language: fi_FI\n"
+"Plural-Forms: nplurals=2; plural=(n != 1);\n"
+
+#: viewsrc.php:39
+msgid "View Source"
+msgstr "Näytä lähde"
diff --git a/viewsrc/lang/fi-fi/strings.php b/viewsrc/lang/fi-fi/strings.php
new file mode 100644 (file)
index 0000000..67f25b1
--- /dev/null
@@ -0,0 +1,9 @@
+<?php
+
+if(! function_exists("string_plural_select_fi_fi")) {
+function string_plural_select_fi_fi($n){
+       $n = intval($n);
+       return ($n != 1);;
+}}
+;
+$a->strings["View Source"] = "Näytä lähde";
index c46373efa3da5639aa32247f0fe77cf902d0b174..4906a46ce5da300f656c9f630d2154ca9f2ffa4f 100644 (file)
@@ -11,7 +11,7 @@ msgstr ""
 "Project-Id-Version: friendica\n"
 "Report-Msgid-Bugs-To: \n"
 "POT-Creation-Date: 2014-10-26 15:02+0100\n"
-"PO-Revision-Date: 2018-04-08 16:26+0000\n"
+"PO-Revision-Date: 2018-05-12 13:13+0000\n"
 "Last-Translator: Kris\n"
 "Language-Team: Finnish (Finland) (http://www.transifex.com/Friendica/friendica/language/fi_FI/)\n"
 "MIME-Version: 1.0\n"
@@ -34,7 +34,7 @@ msgstr "Ota WindowsPhonePush -lisäosa käyttöön"
 
 #: windowsphonepush.php:122
 msgid "Push text of new item"
-msgstr ""
+msgstr "Uuden kohteen Push -teksti"
 
 #: windowsphonepush.php:127
 msgid "Save Settings"
index 3fb68c9b7df89095462d1eeb8ec5670305930d3f..3383a021c628bbe09508eac418266d4dd2a714d7 100644 (file)
@@ -2,11 +2,12 @@
 
 if(! function_exists("string_plural_select_fi_fi")) {
 function string_plural_select_fi_fi($n){
+       $n = intval($n);
        return ($n != 1);;
 }}
 ;
 $a->strings["WindowsPhonePush settings updated."] = "WindowsPhonePush -asetuket päivitetty.";
 $a->strings["WindowsPhonePush Settings"] = "WindowsPhonePush -asetukset";
 $a->strings["Enable WindowsPhonePush Addon"] = "Ota WindowsPhonePush -lisäosa käyttöön";
-$a->strings["Push text of new item"] = "";
+$a->strings["Push text of new item"] = "Uuden kohteen Push -teksti";
 $a->strings["Save Settings"] = "Tallenna asetukset";
index 5709fb961f669b8edf97b8a237eec7c84ed79ed2..c289e91f1e8fb2ded000c6a2f2a3aa62214fe088 100644 (file)
@@ -11,7 +11,7 @@ msgstr ""
 "Project-Id-Version: friendica\n"
 "Report-Msgid-Bugs-To: \n"
 "POT-Creation-Date: 2017-01-24 21:06+0100\n"
-"PO-Revision-Date: 2018-04-08 16:28+0000\n"
+"PO-Revision-Date: 2018-05-12 13:12+0000\n"
 "Last-Translator: Kris\n"
 "Language-Team: Finnish (Finland) (http://www.transifex.com/Friendica/friendica/language/fi_FI/)\n"
 "MIME-Version: 1.0\n"
@@ -22,11 +22,11 @@ msgstr ""
 
 #: wppost.php:42
 msgid "Post to Wordpress"
-msgstr "Lähetä Wordpressiin"
+msgstr "Lähetä WordPressiin"
 
 #: wppost.php:80 wppost.php:84
 msgid "Wordpress Export"
-msgstr ""
+msgstr "WordPress vienti"
 
 #: wppost.php:87
 msgid "Enable WordPress Post Addon"
@@ -50,17 +50,17 @@ msgstr "Lähetä WordPressiin oletuksena"
 
 #: wppost.php:112
 msgid "Provide a backlink to the Friendica post"
-msgstr ""
+msgstr "Lisää backlinkki alkuperäiseen Friendica -julkaisuun"
 
 #: wppost.php:116
 msgid ""
 "Text for the backlink, e.g. Read the original post and comment stream on "
 "Friendica."
-msgstr ""
+msgstr "Backlinkin teksti, esim. Katso alkuperäinen julkaisu ja kommentit Friendicassa."
 
 #: wppost.php:121
 msgid "Don't post messages that are too short"
-msgstr ""
+msgstr "Älä julkaise lyhyitä viestejä"
 
 #: wppost.php:127
 msgid "Save Settings"
@@ -68,7 +68,7 @@ msgstr "Tallenna asetukset"
 
 #: wppost.php:206
 msgid "Read the orig­i­nal post and com­ment stream on Friendica"
-msgstr ""
+msgstr "Katso alkuperäinen julkaisu ja kommentit Friendicassa"
 
 #: wppost.php:269
 msgid "Post from Friendica"
index 7a3a4be22bd122d9913987e6ce337b1e25996544..0d1353d8d8bac0878ced3bff8f1ec6ca3ae6bf87 100644 (file)
@@ -2,19 +2,20 @@
 
 if(! function_exists("string_plural_select_fi_fi")) {
 function string_plural_select_fi_fi($n){
+       $n = intval($n);
        return ($n != 1);;
 }}
 ;
-$a->strings["Post to Wordpress"] = "Lähetä Wordpressiin";
-$a->strings["Wordpress Export"] = "";
+$a->strings["Post to Wordpress"] = "Lähetä WordPressiin";
+$a->strings["Wordpress Export"] = "WordPress vienti";
 $a->strings["Enable WordPress Post Addon"] = "Ota WordPress -viestilisäosa käyttöön";
 $a->strings["WordPress username"] = "WordPress -käyttäjätunnus";
 $a->strings["WordPress password"] = "WordPress -salasana";
 $a->strings["WordPress API URL"] = "WordPress API URL-osoite";
 $a->strings["Post to WordPress by default"] = "Lähetä WordPressiin oletuksena";
-$a->strings["Provide a backlink to the Friendica post"] = "";
-$a->strings["Text for the backlink, e.g. Read the original post and comment stream on Friendica."] = "";
-$a->strings["Don't post messages that are too short"] = "";
+$a->strings["Provide a backlink to the Friendica post"] = "Lisää backlinkki alkuperäiseen Friendica -julkaisuun";
+$a->strings["Text for the backlink, e.g. Read the original post and comment stream on Friendica."] = "Backlinkin teksti, esim. Katso alkuperäinen julkaisu ja kommentit Friendicassa.";
+$a->strings["Don't post messages that are too short"] = "Älä julkaise lyhyitä viestejä";
 $a->strings["Save Settings"] = "Tallenna asetukset";
-$a->strings["Read the orig­i­nal post and com­ment stream on Friendica"] = "";
+$a->strings["Read the orig­i­nal post and com­ment stream on Friendica"] = "Katso alkuperäinen julkaisu ja kommentit Friendicassa";
 $a->strings["Post from Friendica"] = "Lähetä Friendicasta";