mirror of
https://git.friendi.ca/friendica/friendica-addons.git
synced 2025-07-09 18:08:49 +00:00
added NL translation for catavatar and geonames addon THX Karel
This commit is contained in:
parent
2e2e885819
commit
5e4528d50a
4 changed files with 103 additions and 0 deletions
11
geonames/lang/nl/strings.php
Normal file
11
geonames/lang/nl/strings.php
Normal file
|
@ -0,0 +1,11 @@
|
|||
<?php
|
||||
|
||||
if(! function_exists("string_plural_select_nl")) {
|
||||
function string_plural_select_nl($n){
|
||||
return ($n != 1);;
|
||||
}}
|
||||
;
|
||||
$a->strings["Geonames settings updated."] = "Geonames instellingen bijgewerkt.";
|
||||
$a->strings["Geonames Settings"] = "";
|
||||
$a->strings["Enable Geonames Addon"] = "";
|
||||
$a->strings["Submit"] = "";
|
Loading…
Add table
Add a link
Reference in a new issue