mirror of
https://git.friendi.ca/friendica/friendica-addons.git
synced 2025-07-09 18:08:49 +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
|
@ -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