]> git.mxchange.org Git - friendica-addons.git/blob - impressum/lang/fi-fi/strings.php
Merge pull request #573 from fabrixxm/catavatar
[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         return ($n != 1);;
6 }}
7 ;
8 $a->strings["Impressum"] = "";
9 $a->strings["Site Owner"] = "Sivuston omistaja";
10 $a->strings["Email Address"] = "Sähköpostiosoite";
11 $a->strings["Postal Address"] = "Postiosoite";
12 $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."] = "";
13 $a->strings["Settings updated."] = "Asetukset tallennettu";
14 $a->strings["Submit"] = "Lähetä";
15 $a->strings["The page operators name."] = "";
16 $a->strings["Site Owners Profile"] = "";
17 $a->strings["Profile address of the operator."] = "";
18 $a->strings["How to contact the operator via snail mail. You can use BBCode here."] = "";
19 $a->strings["Notes"] = "Muistiinpanot";
20 $a->strings["Additional notes that are displayed beneath the contact information. You can use BBCode here."] = "";
21 $a->strings["How to contact the operator via email. (will be displayed obfuscated)"] = "";
22 $a->strings["Footer note"] = "";
23 $a->strings["Text for the footer. You can use BBCode here."] = "";