mirror of
https://git.friendi.ca/friendica/friendica-addons.git
synced 2025-07-11 10:58:48 +00:00
update to the FI translations THX kris
This commit is contained in:
parent
a2203e3d09
commit
ca50db103a
36 changed files with 163 additions and 112 deletions
|
@ -11,7 +11,7 @@ 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-08 15:43+0000\n"
|
||||
"PO-Revision-Date: 2018-05-12 12:50+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"
|
||||
|
@ -34,7 +34,7 @@ msgstr "Maailmanlaajuinen hakemisto"
|
|||
|
||||
#: forumdirectory.php:79
|
||||
msgid "Find on this site"
|
||||
msgstr ""
|
||||
msgstr "Sivustohaku"
|
||||
|
||||
#: forumdirectory.php:81
|
||||
msgid "Finding: "
|
||||
|
@ -42,7 +42,7 @@ msgstr ""
|
|||
|
||||
#: forumdirectory.php:82
|
||||
msgid "Site Directory"
|
||||
msgstr ""
|
||||
msgstr "Sivustoluettelo"
|
||||
|
||||
#: forumdirectory.php:83
|
||||
msgid "Find"
|
||||
|
@ -66,7 +66,7 @@ msgstr "Sukupuoli:"
|
|||
|
||||
#: forumdirectory.php:160
|
||||
msgid "Status:"
|
||||
msgstr ""
|
||||
msgstr "Tila:"
|
||||
|
||||
#: forumdirectory.php:162
|
||||
msgid "Homepage:"
|
||||
|
@ -78,4 +78,4 @@ msgstr "Lisätietoja:"
|
|||
|
||||
#: forumdirectory.php:201
|
||||
msgid "No entries (some entries may be hidden)."
|
||||
msgstr ""
|
||||
msgstr "Ei kohteita (jotkut kohteet saattaa olla piilotettuja)."
|
||||
|
|
|
@ -2,21 +2,22 @@
|
|||
|
||||
if(! function_exists("string_plural_select_fi_fi")) {
|
||||
function string_plural_select_fi_fi($n){
|
||||
$n = intval($n);
|
||||
return ($n != 1);;
|
||||
}}
|
||||
;
|
||||
$a->strings["Forum Directory"] = "Foorumihakemisto";
|
||||
$a->strings["Public access denied."] = "Julkinen käyttö estetty.";
|
||||
$a->strings["Global Directory"] = "Maailmanlaajuinen hakemisto";
|
||||
$a->strings["Find on this site"] = "";
|
||||
$a->strings["Find on this site"] = "Sivustohaku";
|
||||
$a->strings["Finding: "] = "";
|
||||
$a->strings["Site Directory"] = "";
|
||||
$a->strings["Site Directory"] = "Sivustoluettelo";
|
||||
$a->strings["Find"] = "Etsi";
|
||||
$a->strings["Age: "] = "Ikä:";
|
||||
$a->strings["Gender: "] = "Sukupuoli:";
|
||||
$a->strings["Location:"] = "Sijainti:";
|
||||
$a->strings["Gender:"] = "Sukupuoli:";
|
||||
$a->strings["Status:"] = "";
|
||||
$a->strings["Status:"] = "Tila:";
|
||||
$a->strings["Homepage:"] = "Kotisivu:";
|
||||
$a->strings["About:"] = "Lisätietoja:";
|
||||
$a->strings["No entries (some entries may be hidden)."] = "";
|
||||
$a->strings["No entries (some entries may be hidden)."] = "Ei kohteita (jotkut kohteet saattaa olla piilotettuja).";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue