]> git.mxchange.org Git - friendica-addons.git/blob - impressum/lang/fi-fi/strings.php
Array instead of a string
[friendica-addons.git] / impressum / lang / fi-fi / strings.php
1 <?php
2
3 if(! function_exists("string_plural_select_fi_fi")) {
4 function string_plural_select_fi_fi($n){
5         $n = intval($n);
6         return ($n != 1);;
7 }}
8 ;
9 $a->strings["Impressum"] = "Impressum";
10 $a->strings["Site Owner"] = "Sivuston omistaja";
11 $a->strings["Email Address"] = "Sähköpostiosoite";
12 $a->strings["Postal Address"] = "Postiosoite";
13 $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."] = "";
14 $a->strings["Settings updated."] = "Asetukset tallennettu";
15 $a->strings["Submit"] = "Lähetä";
16 $a->strings["The page operators name."] = "Sivuston ylläpitäjän nimi.";
17 $a->strings["Site Owners Profile"] = "Sivuston omistajan profiili";
18 $a->strings["Profile address of the operator."] = "Ylläpitäjän profiiliosoite.";
19 $a->strings["How to contact the operator via snail mail. You can use BBCode here."] = "";
20 $a->strings["Notes"] = "Muistiinpanot";
21 $a->strings["Additional notes that are displayed beneath the contact information. You can use BBCode here."] = "";
22 $a->strings["How to contact the operator via email. (will be displayed obfuscated)"] = "";
23 $a->strings["Footer note"] = "";
24 $a->strings["Text for the footer. You can use BBCode here."] = "";