mirror of
https://git.friendi.ca/friendica/friendica-addons.git
synced 2025-10-08 07:52:59 +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
|
@ -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