added FI translations to many addons THX Kris

This commit is contained in:
Tobias Diekershoff 2018-04-06 13:58:38 +02:00
parent c4bd245a1a
commit 85815a8810
118 changed files with 5110 additions and 0 deletions

View file

@ -0,0 +1,89 @@
# ADDON impressum
# Copyright (C)
# This file is distributed under the same license as the Friendica impressum addon package.
#
#
# Translators:
# Kris, 2018
msgid ""
msgstr ""
"Project-Id-Version: friendica\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2013-02-27 05:01-0500\n"
"PO-Revision-Date: 2018-04-03 18:45+0000\n"
"Last-Translator: Kris\n"
"Language-Team: Finnish (Finland) (http://www.transifex.com/Friendica/friendica/language/fi_FI/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Language: fi_FI\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
#: impressum.php:37
msgid "Impressum"
msgstr ""
#: impressum.php:50 impressum.php:52 impressum.php:84
msgid "Site Owner"
msgstr "Sivuston omistaja"
#: impressum.php:50 impressum.php:88
msgid "Email Address"
msgstr "Sähköpostiosoite"
#: impressum.php:55 impressum.php:86
msgid "Postal Address"
msgstr "Postiosoite"
#: impressum.php:61
msgid ""
"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."
msgstr ""
#: impressum.php:78
msgid "Settings updated."
msgstr "Asetukset tallennettu"
#: impressum.php:83
msgid "Submit"
msgstr "Lähetä"
#: impressum.php:84
msgid "The page operators name."
msgstr ""
#: impressum.php:85
msgid "Site Owners Profile"
msgstr ""
#: impressum.php:85
msgid "Profile address of the operator."
msgstr ""
#: impressum.php:86
msgid "How to contact the operator via snail mail. You can use BBCode here."
msgstr ""
#: impressum.php:87
msgid "Notes"
msgstr "Muistiinpanot"
#: impressum.php:87
msgid ""
"Additional notes that are displayed beneath the contact information. You can"
" use BBCode here."
msgstr ""
#: impressum.php:88
msgid "How to contact the operator via email. (will be displayed obfuscated)"
msgstr ""
#: impressum.php:89
msgid "Footer note"
msgstr ""
#: impressum.php:89
msgid "Text for the footer. You can use BBCode here."
msgstr ""

View file

@ -0,0 +1,23 @@
<?php
if(! function_exists("string_plural_select_fi_fi")) {
function string_plural_select_fi_fi($n){
return ($n != 1);;
}}
;
$a->strings["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["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."] = "";