mirror of
https://git.friendi.ca/friendica/friendica-addons.git
synced 2025-07-12 03:18:48 +00:00
yourls: added NL translation THX Karel Vandecandelaere
This commit is contained in:
parent
1d32d790fa
commit
f0ca59e4ee
2 changed files with 62 additions and 0 deletions
14
yourls/lang/nl/strings.php
Normal file
14
yourls/lang/nl/strings.php
Normal file
|
@ -0,0 +1,14 @@
|
|||
<?php
|
||||
|
||||
if(! function_exists("string_plural_select_nl")) {
|
||||
function string_plural_select_nl($n){
|
||||
return ($n != 1);;
|
||||
}}
|
||||
;
|
||||
$a->strings["YourLS Settings"] = "YourLS-instellingen";
|
||||
$a->strings["URL: http://"] = "URL: http://";
|
||||
$a->strings["Username:"] = "Gebruikersnaam:";
|
||||
$a->strings["Password:"] = "Wachtwoord:";
|
||||
$a->strings["Use SSL "] = "Gebruik SSL";
|
||||
$a->strings["Submit"] = "Toepassen";
|
||||
$a->strings["yourls Settings saved."] = "YourLS-instellingen bijgewerkt.";
|
Loading…
Add table
Add a link
Reference in a new issue