X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=buffer%2Flang%2Ffi-fi%2Fstrings.php;h=a34021d9c0c6c3e2c87c35ec56e9fe4632a4f1b8;hb=7777f080475df3218c851bd48ab609bcc54a071d;hp=53be70e0988359154212487cf7d861249f3a8b04;hpb=b0dba96b0d731eb5ac41f8ef414145a994300c0f;p=friendica-addons.git diff --git a/buffer/lang/fi-fi/strings.php b/buffer/lang/fi-fi/strings.php index 53be70e0..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:"] = "Virhe Buffer-yhteyden rekisteröimisessä:"; $a->strings["You are now authenticated to buffer. "] = "Buffer-yhteydesi on todennettu."; -$a->strings["return to the connector page"] = ""; $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"] = "Julkaise Bufferiin oletuksena"; -$a->strings["Check to delete this preset"] = ""; -$a->strings["Posts are going to all accounts that are enabled by default:"] = "";