X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=buffer%2Flang%2Ffi-fi%2Fstrings.php;h=a34021d9c0c6c3e2c87c35ec56e9fe4632a4f1b8;hb=7777f080475df3218c851bd48ab609bcc54a071d;hp=4d594f2fa08a9d64e95bc67267847f7ca93b67dd;hpb=14fbf9001c5cb63497731428b06e63e81ca88aff;p=friendica-addons.git diff --git a/buffer/lang/fi-fi/strings.php b/buffer/lang/fi-fi/strings.php index 4d594f2f..a34021d9 100644 --- a/buffer/lang/fi-fi/strings.php +++ b/buffer/lang/fi-fi/strings.php @@ -2,20 +2,16 @@ if(! function_exists("string_plural_select_fi_fi")) { function string_plural_select_fi_fi($n){ - return ($n != 1);; + $n = intval($n); + return intval($n != 1); }} ; $a->strings["Permission denied."] = "Lupa kielletty."; $a->strings["Save Settings"] = "Tallenna asetukset"; -$a->strings["Client ID"] = ""; -$a->strings["Client Secret"] = ""; -$a->strings["Error when registering buffer connection:"] = ""; -$a->strings["You are now authenticated to buffer. "] = ""; -$a->strings["return to the connector page"] = ""; -$a->strings["Post to Buffer"] = ""; -$a->strings["Buffer Export"] = ""; -$a->strings["Authenticate your Buffer connection"] = ""; +$a->strings["Error when registering buffer connection:"] = "Virhe Buffer-yhteyden rekisteröimisessä:"; +$a->strings["You are now authenticated to buffer. "] = "Buffer-yhteydesi on todennettu."; +$a->strings["Post to Buffer"] = "Julkaise Bufferiin"; +$a->strings["Buffer Export"] = "Buffer Export"; +$a->strings["Authenticate your Buffer connection"] = "Todenna Buffer-yhteydesi"; $a->strings["Enable Buffer Post Addon"] = "Ota Buffer-viestilisäosa käyttöön"; -$a->strings["Post to Buffer by default"] = ""; -$a->strings["Check to delete this preset"] = ""; -$a->strings["Posts are going to all accounts that are enabled by default:"] = ""; +$a->strings["Post to Buffer by default"] = "Julkaise Bufferiin oletuksena";