]> git.mxchange.org Git - friendica-addons.git/blobdiff - impressum/lang/fi-fi/strings.php
Merge pull request #1138 from nupplaphil/feat/phpmailer
[friendica-addons.git] / impressum / lang / fi-fi / strings.php
index 540f4fd25789b8c4858407b52a5c9a818e3431e7..75eaedc296234df3c50fddfe3f60e2e87b5bf1d5 100644 (file)
@@ -2,22 +2,17 @@
 
 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["Impressum"] = "";
+$a->strings["Impressum"] = "Impressum";
 $a->strings["Site Owner"] = "Sivuston omistaja";
 $a->strings["Email Address"] = "Sähköpostiosoite";
 $a->strings["Postal Address"] = "Postiosoite";
-$a->strings["The impressum addon needs to be configured!<br />Please add at least the <tt>owner</tt> variable to your config file. For other variables please refer to the README file of the addon."] = "";
 $a->strings["Settings updated."] = "Asetukset tallennettu";
 $a->strings["Submit"] = "Lähetä";
-$a->strings["The page operators name."] = "";
-$a->strings["Site Owners Profile"] = "";
-$a->strings["Profile address of the operator."] = "";
-$a->strings["How to contact the operator via snail mail. You can use BBCode here."] = "";
+$a->strings["The page operators name."] = "Sivuston ylläpitäjän nimi.";
+$a->strings["Site Owners Profile"] = "Sivuston omistajan profiili";
+$a->strings["Profile address of the operator."] = "Ylläpitäjän profiiliosoite.";
 $a->strings["Notes"] = "Muistiinpanot";
-$a->strings["Additional notes that are displayed beneath the contact information. You can use BBCode here."] = "";
-$a->strings["How to contact the operator via email. (will be displayed obfuscated)"] = "";
-$a->strings["Footer note"] = "";
-$a->strings["Text for the footer. You can use BBCode here."] = "";