forked from friendica/deprecated-addons
deprecated the BUFFER addon
This commit is contained in:
parent
e0cd6b99a1
commit
12274063bb
38 changed files with 2250 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){
|
||||
$n = intval($n);
|
||||
return intval($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'] = 'Vink aan om deze vooraf ingestelde opties te verwijderen ';
|
||||
$a->strings['Posts are going to all accounts that are enabled by default:'] = 'Berichten gaan naar alle accounts die als standaard zijn ingeschakeld: ';
|
Loading…
Add table
Add a link
Reference in a new issue