translation updates #602

Merged
tobiasd merged 4 commits from 20180520-msg into 2018.05-rc 2018-05-20 21:55:26 +02:00
50 changed files with 349 additions and 207 deletions

View 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"

View 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ä";

View 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."

View 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.";

View 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)."

View 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).";

View 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"

View 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.";

View 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."

View 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."] = "";

View 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)"

View 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.";

View 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"

View 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ä";

View 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"

View 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.";

View file

@ -4,13 +4,13 @@
#
#
# Translators:
# Albert, 2016
# Albert, 2016,2018
msgid ""
msgstr ""
"Project-Id-Version: friendica\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2015-09-22 15:18+0200\n"
"PO-Revision-Date: 2016-11-19 11:47+0000\n"
"POT-Creation-Date: 2018-04-01 11:11-0400\n"
"PO-Revision-Date: 2018-05-19 20:47+0000\n"
"Last-Translator: Albert\n"
"Language-Team: Spanish (http://www.transifex.com/Friendica/friendica/language/es/)\n"
"MIME-Version: 1.0\n"
@ -19,52 +19,62 @@ msgstr ""
"Language: es\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
#: langfilter.php:44
#: langfilter.php:58
msgid "Language Filter"
msgstr "Filtro de Idioma"
#: langfilter.php:45
#: langfilter.php:59
msgid ""
"This addon tries to identify the language of a postings. If it does not "
"match any language spoken by you (see below) the posting will be collapsed. "
"Remember detecting the language is not perfect, especially with short "
"postings."
msgstr "Este addon intenta identificar el idioma de las publicaciones. Si no encuentra ningún idioma hablado por usted (ver abajo) la entrada se colapsará. Recordar detectar el idioma no es perfecto, especialmente con entradas cortas."
"This addon tries to identify the language posts are writen in. If it does "
"not match any language specifed below, posts will be hidden by collapsing "
"them."
msgstr "Este complemento intenta identificar en qué idioma se han escrito las publicaciones. Si no coincide con el idioma especificado a continuación, las publicaciones se ocultarán al contraerlas."
#: langfilter.php:46
#: langfilter.php:60
msgid "Use the language filter"
msgstr "Usar el filtro de idioma"
#: langfilter.php:47
msgid "I speak"
msgstr "Yo hablo"
#: langfilter.php:61
msgid "Able to read"
msgstr "Capaz de leer"
#: langfilter.php:47
#: langfilter.php:61
msgid ""
"List of abbreviations (iso2 codes) for languages you speak, comma separated."
" For example \"de,it\"."
msgstr "Lista de abreviaciones (códigos iso2) para los idiomas que habla, separadas por comas. Por ejemplo \"de,it\"."
#: langfilter.php:48
#: langfilter.php:62
msgid "Minimum confidence in language detection"
msgstr "Mínima confianza en la detección de idioma"
#: langfilter.php:48
#: langfilter.php:62
msgid ""
"Minimum confidence in language detection being correct, from 0 to 100. Posts"
" will not be filtered when the confidence of language detection is below "
"this percent value."
msgstr "Mínima confianza en que la detección de idioma sea correcta, de 0 a 100. Las entradas no se filtrarán cuando la confianza de la detección del idioma es inferior a su valor de porcentaje."
#: langfilter.php:49
#: langfilter.php:63
msgid "Minimum length of message body"
msgstr "Longitud mínima del cuerpo del mensaje"
#: langfilter.php:63
msgid ""
"Minimum number of characters in message body for filter to be used. Posts "
"shorter than this will not be filtered. Note: Language detection is "
"unreliable for short content (<200 characters)."
msgstr "Número mínimo de caracteres en el cuerpo del mensaje para que se use el filtro. Las publicaciones más cortas que esto no serán filtradas. Nota: La detección de idioma no es fiable para contenido corto (<200 caracteres)."
#: langfilter.php:64
msgid "Save Settings"
msgstr "Guardar Ajustes"
#: langfilter.php:73
#: langfilter.php:105
msgid "Language Filter Settings saved."
msgstr "Ajustes de Filtro de Idioma guardados."
#: langfilter.php:123
#: langfilter.php:182
#, php-format
msgid "unspoken language %s - Click to open/close"
msgstr "Idioma sobreentendido %s - Click para abrir/cerrar"
msgid "Filtered language: %s"
msgstr "Idioma filtrado: %s"

View file

@ -2,16 +2,19 @@
if(! function_exists("string_plural_select_es")) {
function string_plural_select_es($n){
$n = intval($n);
return ($n != 1);;
}}
;
$a->strings["Language Filter"] = "Filtro de Idioma";
$a->strings["This addon tries to identify the language of a postings. If it does not match any language spoken by you (see below) the posting will be collapsed. Remember detecting the language is not perfect, especially with short postings."] = "Este addon intenta identificar el idioma de las publicaciones. Si no encuentra ningún idioma hablado por usted (ver abajo) la entrada se colapsará. Recordar detectar el idioma no es perfecto, especialmente con entradas cortas.";
$a->strings["This addon tries to identify the language posts are writen in. If it does not match any language specifed below, posts will be hidden by collapsing them."] = "Este complemento intenta identificar en qué idioma se han escrito las publicaciones. Si no coincide con el idioma especificado a continuación, las publicaciones se ocultarán al contraerlas.";
$a->strings["Use the language filter"] = "Usar el filtro de idioma";
$a->strings["I speak"] = "Yo hablo";
$a->strings["Able to read"] = "Capaz de leer";
$a->strings["List of abbreviations (iso2 codes) for languages you speak, comma separated. For example \"de,it\"."] = "Lista de abreviaciones (códigos iso2) para los idiomas que habla, separadas por comas. Por ejemplo \"de,it\".";
$a->strings["Minimum confidence in language detection"] = "Mínima confianza en la detección de idioma";
$a->strings["Minimum confidence in language detection being correct, from 0 to 100. Posts will not be filtered when the confidence of language detection is below this percent value."] = "Mínima confianza en que la detección de idioma sea correcta, de 0 a 100. Las entradas no se filtrarán cuando la confianza de la detección del idioma es inferior a su valor de porcentaje.";
$a->strings["Minimum length of message body"] = "Longitud mínima del cuerpo del mensaje";
$a->strings["Minimum number of characters in message body for filter to be used. Posts shorter than this will not be filtered. Note: Language detection is unreliable for short content (<200 characters)."] = "Número mínimo de caracteres en el cuerpo del mensaje para que se use el filtro. Las publicaciones más cortas que esto no serán filtradas. Nota: La detección de idioma no es fiable para contenido corto (<200 caracteres).";
$a->strings["Save Settings"] = "Guardar Ajustes";
$a->strings["Language Filter Settings saved."] = "Ajustes de Filtro de Idioma guardados.";
$a->strings["unspoken language %s - Click to open/close"] = "Idioma sobreentendido %s - Click para abrir/cerrar";
$a->strings["Filtered language: %s"] = "Idioma filtrado: %s";

View file

@ -4,56 +4,78 @@
#
#
# Translators:
# Nicola Spanti <translations@nicola-spanti.info>, 2015
# RyDroid <inactive+RyDroid@transifex.com>, 2015
# Vincent Vindarel <vindarel@mailz.org>, 2018
msgid ""
msgstr ""
"Project-Id-Version: friendica\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2015-07-24 19:11+0200\n"
"PO-Revision-Date: 2015-07-27 18:20+0000\n"
"Last-Translator: Nicola Spanti <translations@nicola-spanti.info>\n"
"Language-Team: French (http://www.transifex.com/projects/p/friendica/language/fr/)\n"
"POT-Creation-Date: 2018-04-01 11:11-0400\n"
"PO-Revision-Date: 2018-05-14 09:47+0000\n"
"Last-Translator: Vincent Vindarel <vindarel@mailz.org>\n"
"Language-Team: French (http://www.transifex.com/Friendica/friendica/language/fr/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Language: fr\n"
"Plural-Forms: nplurals=2; plural=(n > 1);\n"
#: langfilter.php:43
#: langfilter.php:58
msgid "Language Filter"
msgstr "Filtre de langues"
#: langfilter.php:44
#: langfilter.php:59
msgid ""
"This addon tries to identify the language of a postings. If it does not "
"match any language spoken by you (see below) the posting will be collapsed. "
"Remember detecting the language is not perfect, especially with short "
"postings."
msgstr ""
"This addon tries to identify the language posts are writen in. If it does "
"not match any language specifed below, posts will be hidden by collapsing "
"them."
msgstr "Cette extension essaie de reconnaître la langue dans laquelle les publications sont écrites. Si elle ne correspond à aucune de la liste donnée plus bas, les publications seront réduites."
#: langfilter.php:45
#: langfilter.php:60
msgid "Use the language filter"
msgstr "Utiliser le filtre de langues"
#: langfilter.php:46
msgid "I speak"
msgstr "Je parle"
#: langfilter.php:61
msgid "Able to read"
msgstr "Peut lire"
#: langfilter.php:46
#: langfilter.php:61
msgid ""
"List of abbreviations for languages you speak, comma seperated. For excample"
" \"de,it\"."
msgstr "Liste dabréviation des langues que vous maîtrisez, séparés par des virgules. Par exemple \"en,fr\"."
"List of abbreviations (iso2 codes) for languages you speak, comma separated."
" For example \"de,it\"."
msgstr "Liste d'abréviations (codes iso2) pour les langues que vous parlez, séparées par des virgules. Par exemple, \"fr,it\"."
#: langfilter.php:47
#: langfilter.php:62
msgid "Minimum confidence in language detection"
msgstr "Confiance minimale dans la détection de langues"
#: langfilter.php:62
msgid ""
"Minimum confidence in language detection being correct, from 0 to 100. Posts"
" will not be filtered when the confidence of language detection is below "
"this percent value."
msgstr "Seuil de confiance minimal pour la détection des langues, de 0 à 100. Une publication ne sera pas filtrée si elle est détectée avec une confiance moindre."
#: langfilter.php:63
msgid "Minimum length of message body"
msgstr "Longueur minimale du corps de message."
#: langfilter.php:63
msgid ""
"Minimum number of characters in message body for filter to be used. Posts "
"shorter than this will not be filtered. Note: Language detection is "
"unreliable for short content (<200 characters)."
msgstr "Nombre minimal de signes dans le corps de message pour déclencher le filtre. Une publication plus courte ne sera pas filtrée. Remarque: la détection de langue n'est pas fiable pour du contenu court (<200 signes)."
#: langfilter.php:64
msgid "Save Settings"
msgstr "Sauvegarder les paramètres"
#: langfilter.php:66
#: langfilter.php:105
msgid "Language Filter Settings saved."
msgstr "Paramètres du filtre de langues sauvegardés."
#: langfilter.php:105
#: langfilter.php:182
#, php-format
msgid "unspoken language %s - Click to open/close"
msgstr "Langue %s non parlé - Cliquez pour ouvrir/fermer"
msgid "Filtered language: %s"
msgstr "Langues filtrées: %s"

View file

@ -2,6 +2,7 @@
if(! function_exists("string_plural_select_fr")) {
function string_plural_select_fr($n){
$n = intval($n);
return ($n > 1);;
}}
;

View 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."

View 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";

View 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"

View 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";

View 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"

View 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";

View 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"

View 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ä";

View 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."

View 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";

View file

@ -0,0 +1,43 @@
# ADDON pageheader
# Copyright (C)
# This file is distributed under the same license as the Friendica pageheader addon package.
#
#
# Translators:
# StefOfficiel <pichard.stephane@free.fr>, 2015
# Vincent Vindarel <vindarel@mailz.org>, 2018
msgid ""
msgstr ""
"Project-Id-Version: friendica\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2018-03-11 18:52+0100\n"
"PO-Revision-Date: 2018-05-14 09:54+0000\n"
"Last-Translator: Vincent Vindarel <vindarel@mailz.org>\n"
"Language-Team: French (http://www.transifex.com/Friendica/friendica/language/fr/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Language: fr\n"
"Plural-Forms: nplurals=2; plural=(n > 1);\n"
#: pageheader.php:53
msgid "\"pageheader\" Settings"
msgstr "Paramètres de la page d'en-tête"
#: pageheader.php:54
msgid "Message"
msgstr "Message"
#: pageheader.php:54
msgid ""
"Message to display on every page on this server (or put a pageheader.html "
"file in your docroot)"
msgstr "Message à publier sur toutes les pages de ce serveur (ou bien mettez un fichier pageheader.html dans votre docroot)"
#: pageheader.php:55
msgid "Save Settings"
msgstr "Sauvegarder les paramètres"
#: pageheader.php:69
msgid "pageheader Settings saved."
msgstr "Paramètres sauvegardés"

View file

@ -1,5 +1,13 @@
<?php
$a->strings["\"pageheader\" Settings"] = "Réglages de pageheader";
$a->strings["Submit"] = "Envoyer";
$a->strings["pageheader Settings saved."] = "Réglages pageheader sauvés.";
<?php
if(! function_exists("string_plural_select_fr")) {
function string_plural_select_fr($n){
$n = intval($n);
return ($n > 1);;
}}
;
$a->strings["\"pageheader\" Settings"] = "Paramètres de la page d'en-tête";
$a->strings["Message"] = "Message";
$a->strings["Message to display on every page on this server (or put a pageheader.html file in your docroot)"] = "Message à publier sur toutes les pages de ce serveur (ou bien mettez un fichier pageheader.html dans votre docroot)";
$a->strings["Save Settings"] = "Sauvegarder les paramètres";
$a->strings["pageheader Settings saved."] = "Paramètres sauvegardés";

View 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

View 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"] = "";

View file

@ -11,7 +11,7 @@ msgstr ""
"Project-Id-Version: friendica\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2014-06-23 14:45+0200\n"
"PO-Revision-Date: 2018-04-16 16:07+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"
@ -59,7 +59,7 @@ msgstr ""
#: pumpio.php:250
msgid "Import the remote timeline"
msgstr ""
msgstr "Tuo etäaikajana"
#: pumpio.php:255
msgid "Enable pump.io Post Addon"
@ -75,7 +75,7 @@ msgstr ""
#: pumpio.php:270
msgid "Mirror all public posts"
msgstr ""
msgstr "Peilaa kaikki julkiset julkaisut"
#: pumpio.php:275
msgid "Check to delete this preset"
@ -87,11 +87,11 @@ msgstr "Tallenna asetukset"
#: pumpio.php:515
msgid "Pump.io post failed. Queued for retry."
msgstr ""
msgstr "Pump.io -julkaisu epäonnistui. Jonossa uudelleenyritykseen."
#: pumpio.php:587
msgid "Pump.io like failed. Queued for retry."
msgstr ""
msgstr "Pump.io -tykkäys epäonnistui. Jonossa uudelleenyritykseen."
#: pumpio.php:875
msgid "status"

View 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,14 +15,14 @@ $a->strings["Pump.io Import/Export/Mirror"] = "";
$a->strings["pump.io username (without the servername)"] = "pump.io käyttäjätunnus (ilman palvelinnimeä)";
$a->strings["pump.io servername (without \"http://\" or \"https://\" )"] = "pump.io palvelinnimi (ilman \"http://\" tai \"https://\" )";
$a->strings["Authenticate your pump.io connection"] = "";
$a->strings["Import the remote timeline"] = "";
$a->strings["Import the remote timeline"] = "Tuo etäaikajana";
$a->strings["Enable pump.io Post Addon"] = "Ota pump.io -viestilisäosa käyttöön";
$a->strings["Post to pump.io by default"] = "Lähetä pump.iohon oletuksena";
$a->strings["Should posts be public?"] = "";
$a->strings["Mirror all public posts"] = "";
$a->strings["Mirror all public posts"] = "Peilaa kaikki julkiset julkaisut";
$a->strings["Check to delete this preset"] = "";
$a->strings["Save Settings"] = "Tallenna asetukset";
$a->strings["Pump.io post failed. Queued for retry."] = "";
$a->strings["Pump.io like failed. Queued for retry."] = "";
$a->strings["Pump.io post failed. Queued for retry."] = "Pump.io -julkaisu epäonnistui. Jonossa uudelleenyritykseen.";
$a->strings["Pump.io like failed. Queued for retry."] = "Pump.io -tykkäys epäonnistui. Jonossa uudelleenyritykseen.";
$a->strings["status"] = "tila";
$a->strings["%1\$s likes %2\$s's %3\$s"] = "";

View file

@ -11,7 +11,7 @@ msgstr ""
"Project-Id-Version: friendica\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2015-07-27 07:21+0200\n"
"PO-Revision-Date: 2018-04-17 19:59+0000\n"
"PO-Revision-Date: 2018-05-12 13:29+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ä GNU Socialiin"
msgid ""
"Please contact your site administrator.<br />The provided API URL is not "
"valid."
msgstr ""
msgstr "Ota yhteyttä sivuston ylläpitäjään.<br />API URL-osoite on virheellinen."
#: statusnet.php:225
msgid "We could not contact the GNU Social API with the Path you entered."
@ -40,7 +40,7 @@ msgstr "GNU Social -asetukset päivitetty."
#: statusnet.php:294 statusnet.php:298
msgid "GNU Social Import/Export/Mirror"
msgstr ""
msgstr "GNU social tuonti/vienti/peili"
#: statusnet.php:313
msgid "Globally Available GNU Social OAuthKeys"
@ -73,11 +73,11 @@ msgstr ""
#: statusnet.php:325
msgid "OAuth Consumer Key"
msgstr ""
msgstr "OAuth kuluttajan avain"
#: statusnet.php:328
msgid "OAuth Consumer Secret"
msgstr ""
msgstr "OAuth kuluttajasalaisuus"
#: statusnet.php:331 statusnet.php:679 statusnet.php:691
msgid "Base API Path (remember the trailing /)"
@ -136,16 +136,16 @@ msgstr "Salli julkaisut GNU socialiin"
#: statusnet.php:388
msgid "Send public postings to GNU Social by default"
msgstr ""
msgstr "Lähetä oletuksena kaikki julkiset julkaisut GNU socialiin"
#: statusnet.php:392
msgid ""
"Mirror all posts from GNU Social that are no replies or repeated messages"
msgstr ""
msgstr "Peilaa kaikki julkaisut GNU socialista jotka eivät ole vastauksia tai toistettuja viestejä"
#: statusnet.php:398
msgid "Import the remote timeline"
msgstr ""
msgstr "Tuo etäaikajana"
#: statusnet.php:402
msgid "Disabled"
@ -153,7 +153,7 @@ msgstr "Poistettu käytöstä"
#: statusnet.php:403
msgid "Full Timeline"
msgstr ""
msgstr "Koko aikajana"
#: statusnet.php:404
msgid "Only Mentions"
@ -169,8 +169,8 @@ msgstr "Sivuston nimi"
#: statusnet.php:692
msgid "Consumer Secret"
msgstr ""
msgstr "Kuluttajasalaisuus"
#: statusnet.php:693
msgid "Consumer Key"
msgstr ""
msgstr "Kuluttajan avain"

View 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["Post to GNU Social"] = "Lähetä GNU Socialiin";
$a->strings["Please contact your site administrator.<br />The provided API URL is not valid."] = "";
$a->strings["Please contact your site administrator.<br />The provided API URL is not valid."] = "Ota yhteyttä sivuston ylläpitäjään.<br />API URL-osoite on virheellinen.";
$a->strings["We could not contact the GNU Social API with the Path you entered."] = "";
$a->strings["GNU Social settings updated."] = "GNU Social -asetukset päivitetty.";
$a->strings["GNU Social Import/Export/Mirror"] = "";
$a->strings["GNU Social Import/Export/Mirror"] = "GNU social tuonti/vienti/peili";
$a->strings["Globally Available GNU Social OAuthKeys"] = "";
$a->strings["There are preconfigured OAuth key pairs for some GNU Social servers available. If you are using one of them, please use these credentials. If not feel free to connect to any other GNU Social instance (see below)."] = "";
$a->strings["Save Settings"] = "Tallenna asetukset";
$a->strings["Provide your own OAuth Credentials"] = "";
$a->strings["No consumer key pair for GNU Social found. Register your Friendica Account as an desktop client on your GNU Social account, copy the consumer key pair here and enter the API base root.<br />Before you register your own OAuth key pair ask the administrator if there is already a key pair for this Friendica installation at your favorited GNU Social installation."] = "";
$a->strings["OAuth Consumer Key"] = "";
$a->strings["OAuth Consumer Secret"] = "";
$a->strings["OAuth Consumer Key"] = "OAuth kuluttajan avain";
$a->strings["OAuth Consumer Secret"] = "OAuth kuluttajasalaisuus";
$a->strings["Base API Path (remember the trailing /)"] = "";
$a->strings["To connect to your GNU Social account click the button below to get a security code from GNU Social which you have to copy into the input box below and submit the form. Only your <strong>public</strong> posts will be posted to GNU Social."] = "";
$a->strings["Log in with GNU Social"] = "Kirjaudu sisään GNU socialilla";
@ -28,13 +29,13 @@ $a->strings["Currently connected to: "] = "";
$a->strings["If enabled all your <strong>public</strong> postings can be posted to the associated GNU Social 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 your privacy settings (<em>Hide your profile details from unknown viewers?</em>) the link potentially included in public postings relayed to GNU Social will lead the visitor to a blank page informing the visitor that the access to your profile has been restricted."] = "";
$a->strings["Allow posting to GNU Social"] = "Salli julkaisut GNU socialiin";
$a->strings["Send public postings to GNU Social by default"] = "";
$a->strings["Mirror all posts from GNU Social that are no replies or repeated messages"] = "";
$a->strings["Import the remote timeline"] = "";
$a->strings["Send public postings to GNU Social by default"] = "Lähetä oletuksena kaikki julkiset julkaisut GNU socialiin";
$a->strings["Mirror all posts from GNU Social that are no replies or repeated messages"] = "Peilaa kaikki julkaisut GNU socialista jotka eivät ole vastauksia tai toistettuja viestejä";
$a->strings["Import the remote timeline"] = "Tuo etäaikajana";
$a->strings["Disabled"] = "Poistettu käytöstä";
$a->strings["Full Timeline"] = "";
$a->strings["Full Timeline"] = "Koko aikajana";
$a->strings["Only Mentions"] = "";
$a->strings["Clear OAuth configuration"] = "";
$a->strings["Site name"] = "Sivuston nimi";
$a->strings["Consumer Secret"] = "";
$a->strings["Consumer Key"] = "";
$a->strings["Consumer Secret"] = "Kuluttajasalaisuus";
$a->strings["Consumer Key"] = "Kuluttajan avain";

View file

@ -11,7 +11,7 @@ msgstr ""
"Project-Id-Version: friendica\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2015-08-23 17:30+0200\n"
"PO-Revision-Date: 2018-04-17 20:00+0000\n"
"PO-Revision-Date: 2018-05-12 13:24+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."
#: testdrive.php:95
msgid "Your Friendica test account is about to expire."
msgstr ""
msgstr "Koetilisi Friendicassa umpeutuu kohta."
#: testdrive.php:96
#, php-format

View 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 test account is about to expire."] = "";
$a->strings["Your Friendica test account is about to expire."] = "Koetilisi Friendicassa umpeutuu kohta.";
$a->strings["Hi %1\$s,\n\nYour test account on %2\$s will expire in less than five days. We hope you enjoyed this test drive and use this opportunity to find a permanent Friendica website for your integrated social communications. A list of public sites is available at %s/siteinfo - and for more information on setting up your own Friendica server please see the Friendica project website at http://friendica.com."] = "";

View 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"

View 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";

View file

@ -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"

View file

@ -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";

View file

@ -11,7 +11,7 @@ msgstr ""
"Project-Id-Version: friendica\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2014-06-23 14:45+0200\n"
"PO-Revision-Date: 2018-04-08 16:26+0000\n"
"PO-Revision-Date: 2018-05-12 13:15+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"
@ -30,13 +30,13 @@ msgstr "Tallenna asetukset"
#: webrtc.php:27
msgid "WebRTC Base URL"
msgstr ""
msgstr "WebRTC perus-URL-osoite"
#: webrtc.php:27
msgid ""
"Page your users will create a WebRTC chat room on. For example you could use"
" https://live.mayfirst.org ."
msgstr ""
msgstr "Sivusto jolla käyttäjäsi luo WebRTC -chattihuoneen. Esim. https://live.mayfirst.org"
#: webrtc.php:33
msgid "Settings updated."
@ -57,4 +57,4 @@ msgstr ""
msgid ""
"Please contact your friendica admin and send a reminder to configure the "
"WebRTC addon."
msgstr ""
msgstr "Ota yhteyttä Friendica -ylläpitäjääsi ja pyydä heitä asentamaan WebRTC -lisäosan."

View 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["WebRTC Videochat"] = "WebRTC videokeskustelu";
$a->strings["Save Settings"] = "Tallenna asetukset";
$a->strings["WebRTC Base URL"] = "";
$a->strings["Page your users will create a WebRTC chat room on. For example you could use https://live.mayfirst.org ."] = "";
$a->strings["WebRTC Base URL"] = "WebRTC perus-URL-osoite";
$a->strings["Page your users will create a WebRTC chat room on. For example you could use https://live.mayfirst.org ."] = "Sivusto jolla käyttäjäsi luo WebRTC -chattihuoneen. Esim. https://live.mayfirst.org";
$a->strings["Settings updated."] = "Asetukset päivitetty.";
$a->strings["Video Chat"] = "Videokeskustelu";
$a->strings["WebRTC is a video and audio conferencing tool that works with Firefox (version 21 and above) and Chrome/Chromium (version 25 and above). Just create a new chat room and send the link to someone you want to chat with."] = "";
$a->strings["Please contact your friendica admin and send a reminder to configure the WebRTC addon."] = "";
$a->strings["Please contact your friendica admin and send a reminder to configure the WebRTC addon."] = "Ota yhteyttä Friendica -ylläpitäjääsi ja pyydä heitä asentamaan WebRTC -lisäosan.";

View 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"

View 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";

View 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"

View 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";