mirror of
https://git.friendi.ca/friendica/friendica-addons.git
synced 2025-07-11 02:48:48 +00:00
catavatar PL translation THX AgnesElisa
This commit is contained in:
parent
eaf1a2e618
commit
c6f4981cdf
2 changed files with 19 additions and 8 deletions
|
@ -2,6 +2,7 @@
|
|||
|
||||
if(! function_exists("string_plural_select_nl")) {
|
||||
function string_plural_select_nl($n){
|
||||
$n = intval($n);
|
||||
return ($n != 1);;
|
||||
}}
|
||||
;
|
||||
|
@ -9,5 +10,7 @@ $a->strings["Use Cat as Avatar"] = "Gebruik een kat als avatar";
|
|||
$a->strings["More Random Cat!"] = "Meer willekeurige kat!";
|
||||
$a->strings["Reset to email Cat"] = "Email kat opnieuw instellen.";
|
||||
$a->strings["Cat Avatar Settings"] = "Kat Avatar instellingen";
|
||||
$a->strings["The cat hadn't found itself."] = "Het katje kon zichzelf niet vinden.";
|
||||
$a->strings["There was an error, the cat ran away."] = "Er was een fout, de kat liep weg.";
|
||||
$a->strings["Profile Photos"] = "Profielfoto's";
|
||||
$a->strings["Meow!"] = "Miauw!";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue