mirror of
https://git.friendi.ca/friendica/friendica-addons.git
synced 2025-07-07 00:48:55 +00:00
update to the FI translations THX kris
This commit is contained in:
parent
a2203e3d09
commit
ca50db103a
36 changed files with 163 additions and 112 deletions
|
@ -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"
|
||||
|
|
|
@ -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.";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue