mirror of
https://git.friendi.ca/friendica/friendica-addons.git
synced 2025-07-12 11:28:49 +00:00
update to the FI translations
This commit is contained in:
parent
04a5fc700f
commit
eb5eb5986d
92 changed files with 620 additions and 522 deletions
|
@ -5,12 +5,13 @@
|
|||
#
|
||||
# Translators:
|
||||
# Kris, 2018
|
||||
# Kris, 2018
|
||||
msgid ""
|
||||
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-03 19:01+0000\n"
|
||||
"PO-Revision-Date: 2018-04-08 16: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"
|
||||
|
@ -21,7 +22,7 @@ msgstr ""
|
|||
|
||||
#: pumpio.php:38
|
||||
msgid "Permission denied."
|
||||
msgstr ""
|
||||
msgstr "Lupa kielletty."
|
||||
|
||||
#: pumpio.php:124
|
||||
#, php-format
|
||||
|
@ -38,7 +39,7 @@ msgstr ""
|
|||
|
||||
#: pumpio.php:183
|
||||
msgid "Post to pumpio"
|
||||
msgstr ""
|
||||
msgstr "Lähetä pump.ioon"
|
||||
|
||||
#: pumpio.php:221 pumpio.php:225
|
||||
msgid "Pump.io Import/Export/Mirror"
|
||||
|
@ -62,11 +63,11 @@ msgstr ""
|
|||
|
||||
#: pumpio.php:255
|
||||
msgid "Enable pump.io Post Addon"
|
||||
msgstr ""
|
||||
msgstr "Ota pump.io -viestilisäosa käyttöön"
|
||||
|
||||
#: pumpio.php:260
|
||||
msgid "Post to pump.io by default"
|
||||
msgstr ""
|
||||
msgstr "Lähetä pump.iohon oletuksena"
|
||||
|
||||
#: pumpio.php:265
|
||||
msgid "Should posts be public?"
|
||||
|
@ -94,7 +95,7 @@ msgstr ""
|
|||
|
||||
#: pumpio.php:875
|
||||
msgid "status"
|
||||
msgstr ""
|
||||
msgstr "tila"
|
||||
|
||||
#: pumpio.php:879
|
||||
#, php-format
|
||||
|
|
|
@ -5,23 +5,23 @@ function string_plural_select_fi_fi($n){
|
|||
return ($n != 1);;
|
||||
}}
|
||||
;
|
||||
$a->strings["Permission denied."] = "";
|
||||
$a->strings["Permission denied."] = "Lupa kielletty.";
|
||||
$a->strings["Unable to register the client at the pump.io server '%s'."] = "";
|
||||
$a->strings["You are now authenticated to pumpio."] = "";
|
||||
$a->strings["return to the connector page"] = "";
|
||||
$a->strings["Post to pumpio"] = "";
|
||||
$a->strings["Post to pumpio"] = "Lähetä pump.ioon";
|
||||
$a->strings["Pump.io Import/Export/Mirror"] = "";
|
||||
$a->strings["pump.io username (without the servername)"] = "";
|
||||
$a->strings["pump.io servername (without \"http://\" or \"https://\" )"] = "";
|
||||
$a->strings["Authenticate your pump.io connection"] = "";
|
||||
$a->strings["Import the remote timeline"] = "";
|
||||
$a->strings["Enable pump.io Post Addon"] = "";
|
||||
$a->strings["Post to pump.io by default"] = "";
|
||||
$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["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["status"] = "";
|
||||
$a->strings["status"] = "tila";
|
||||
$a->strings["%1\$s likes %2\$s's %3\$s"] = "";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue