mirror of
https://git.friendi.ca/friendica/friendica-addons.git
synced 2025-07-07 08:58:49 +00:00
added buffer NL translation
This commit is contained in:
parent
9d33ccac28
commit
53af2d2fde
2 changed files with 98 additions and 0 deletions
21
buffer/lang/nl/strings.php
Normal file
21
buffer/lang/nl/strings.php
Normal file
|
@ -0,0 +1,21 @@
|
|||
<?php
|
||||
|
||||
if(! function_exists("string_plural_select_nl")) {
|
||||
function string_plural_select_nl($n){
|
||||
return ($n != 1);;
|
||||
}}
|
||||
;
|
||||
$a->strings["Permission denied."] = "Toegang geweigerd.";
|
||||
$a->strings["Save Settings"] = "Instellingen opslaan";
|
||||
$a->strings["Client ID"] = "Cliënt ID";
|
||||
$a->strings["Client Secret"] = "Cliënt geheim";
|
||||
$a->strings["Error when registering buffer connection:"] = "Fout bij het registreren van de buffer verbinding:";
|
||||
$a->strings["You are now authenticated to buffer. "] = "Je bent nu aangemeld bij Buffer";
|
||||
$a->strings["return to the connector page"] = "ga terug naar de verbindingspagina";
|
||||
$a->strings["Post to Buffer"] = "Plaats bericht op Buffer";
|
||||
$a->strings["Buffer Export"] = "Buffer Exporteren";
|
||||
$a->strings["Authenticate your Buffer connection"] = "Verbinding met Buffer goedkeuren";
|
||||
$a->strings["Enable Buffer Post Addon"] = "Buffer Post Addon inschakelen";
|
||||
$a->strings["Post to Buffer by default"] = "Plaatsen op Buffer als standaard instellen";
|
||||
$a->strings["Check to delete this preset"] = "";
|
||||
$a->strings["Posts are going to all accounts that are enabled by default:"] = "";
|
Loading…
Add table
Add a link
Reference in a new issue