]> git.mxchange.org Git - friendica-addons.git/blob - pumpio/lang/nl/strings.php
Merge pull request #834 from M-arcus/addon/phpmailer
[friendica-addons.git] / pumpio / lang / nl / strings.php
1 <?php
2
3 if(! function_exists("string_plural_select_nl")) {
4 function string_plural_select_nl($n){
5         $n = intval($n);
6         return ($n != 1);;
7 }}
8 ;
9 $a->strings["Permission denied."] = "Toegang geweigerd.";
10 $a->strings["Unable to register the client at the pump.io server '%s'."] = "Niet mogelijk om uw client te registreren op pump.io server '%s'";
11 $a->strings["You are now authenticated to pumpio."] = "";
12 $a->strings["return to the connector page"] = "";
13 $a->strings["Post to pumpio"] = "";
14 $a->strings["Pump.io Import/Export/Mirror"] = "Pump.io Import/Exporteren/Spiegelen";
15 $a->strings["pump.io username (without the servername)"] = "";
16 $a->strings["pump.io servername (without \"http://\" or \"https://\" )"] = "";
17 $a->strings["Authenticate your pump.io connection"] = "";
18 $a->strings["Import the remote timeline"] = "";
19 $a->strings["Enable pump.io Post Addon"] = "Pump.io Post Addon inschakelen";
20 $a->strings["Post to pump.io by default"] = "Plaatsen op pump.io als standaard instellen ";
21 $a->strings["Should posts be public?"] = "";
22 $a->strings["Mirror all public posts"] = "";
23 $a->strings["Check to delete this preset"] = "";
24 $a->strings["Save Settings"] = "Instellingen opslaan";
25 $a->strings["Pump.io post failed. Queued for retry."] = "";
26 $a->strings["Pump.io like failed. Queued for retry."] = "";
27 $a->strings["status"] = "";
28 $a->strings["%1\$s likes %2\$s's %3\$s"] = "";