mirror of
https://git.friendi.ca/friendica/friendica-addons.git
synced 2025-10-09 00:12:59 +00:00
IS translation communityhome addon THX Sveinn í Felli
This commit is contained in:
parent
2e88375ec7
commit
cbde17c74b
2 changed files with 95 additions and 14 deletions
|
@ -1,14 +1,21 @@
|
|||
<?php
|
||||
|
||||
$a->strings["Login"] = "Innskrá";
|
||||
$a->strings["OpenID"] = "OpenID";
|
||||
$a->strings["Latest users"] = "";
|
||||
$a->strings["Most active users"] = "Ofvirkustu notendurnir";
|
||||
$a->strings["Latest photos"] = "";
|
||||
$a->strings["Contact Photos"] = "Myndir tengiliðs";
|
||||
$a->strings["Profile Photos"] = "Forsíðu myndir";
|
||||
$a->strings["Latest likes"] = "";
|
||||
$a->strings["event"] = "atburður";
|
||||
$a->strings["status"] = "staða";
|
||||
$a->strings["photo"] = "mynd";
|
||||
$a->strings["Welcome to %s"] = "Velkomin(n) til %s";
|
||||
<?php
|
||||
|
||||
if(! function_exists("string_plural_select_is")) {
|
||||
function string_plural_select_is($n){
|
||||
$n = intval($n);
|
||||
return ($n % 10 != 1 || $n % 100 == 11);;
|
||||
}}
|
||||
;
|
||||
$a->strings["Login"] = "Innskráning";
|
||||
$a->strings["OpenID"] = "";
|
||||
$a->strings["Latest users"] = "";
|
||||
$a->strings["Most active users"] = "";
|
||||
$a->strings["Latest photos"] = "";
|
||||
$a->strings["Contact Photos"] = "";
|
||||
$a->strings["Profile Photos"] = "";
|
||||
$a->strings["Latest likes"] = "";
|
||||
$a->strings["event"] = "";
|
||||
$a->strings["status"] = "";
|
||||
$a->strings["photo"] = "";
|
||||
$a->strings["%1\$s likes %2\$s's %3\$s"] = "";
|
||||
$a->strings["Welcome to %s"] = "";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue