mirror of
https://git.friendi.ca/friendica/friendica-addons.git
synced 2025-07-10 18:38:49 +00:00
geonames NL translation THX Pascal
This commit is contained in:
parent
11f0fb449d
commit
0aabae1854
2 changed files with 10 additions and 8 deletions
|
@ -2,10 +2,11 @@
|
|||
|
||||
if(! function_exists("string_plural_select_nl")) {
|
||||
function string_plural_select_nl($n){
|
||||
$n = intval($n);
|
||||
return ($n != 1);;
|
||||
}}
|
||||
;
|
||||
$a->strings["Geonames settings updated."] = "Geonames instellingen bijgewerkt.";
|
||||
$a->strings["Geonames Settings"] = "";
|
||||
$a->strings["Enable Geonames Addon"] = "";
|
||||
$a->strings["Submit"] = "";
|
||||
$a->strings["Geonames Settings"] = "Geonames Instellingen";
|
||||
$a->strings["Enable Geonames Addon"] = "Activeer Geonames Addon";
|
||||
$a->strings["Submit"] = "Toepassen";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue