]> git.mxchange.org Git - friendica-addons.git/blob - appnet/lang/nl/strings.php
ba72e36437e32c85ee184c59acde5760b6b4640a
[friendica-addons.git] / appnet / lang / nl / strings.php
1 <?php
2
3 if(! function_exists("string_plural_select_nl")) {
4 function string_plural_select_nl($n){
5         return ($n != 1);;
6 }}
7 ;
8 $a->strings["Permission denied."] = "Toegang geweigerd";
9 $a->strings["You are now authenticated to app.net. "] = "Je bent nu aangemeld bij app.net.";
10 $a->strings["<p>Error fetching token. Please try again.</p>"] = "<p>Fout tijdens token fetching. Probeer het nogmaals.</p>";
11 $a->strings["return to the connector page"] = "ga terug naar de connector pagina";
12 $a->strings["Post to app.net"] = "Post naar app.net.";
13 $a->strings["App.net Export"] = "App.net Export";
14 $a->strings["Currently connected to: "] = "Momenteel verbonden met:";
15 $a->strings["Enable App.net Post Plugin"] = "App.net Post Plugin inschakelen";
16 $a->strings["Post to App.net by default"] = "Naar App.net posten als standaard instellen";
17 $a->strings["Import the remote timeline"] = "The tijdlijn op afstand importeren";
18 $a->strings["<p>Error fetching user profile. Please clear the configuration and try again.</p>"] = "<p>Fout tijdens het ophalen van gebruikersprofiel. Leeg de configuratie en probeer het opnieuw.</p>";
19 $a->strings["<p>You have two ways to connect to App.net.</p>"] = "<p>Er zijn twee manieren om met App.net te verbinden.</p>";
20 $a->strings["<p>First way: Register an application at <a href=\"https://account.app.net/developer/apps/\">https://account.app.net/developer/apps/</a> and enter Client ID and Client Secret. "] = "";
21 $a->strings["Use '%s' as Redirect URI<p>"] = "";
22 $a->strings["Client ID"] = "";
23 $a->strings["Client Secret"] = "";
24 $a->strings["<p>Second way: fetch a token at <a href=\"http://dev-lite.jonathonduerig.com/\">http://dev-lite.jonathonduerig.com/</a>. "] = "";
25 $a->strings["Set these scopes: 'Basic', 'Stream', 'Write Post', 'Public Messages', 'Messages'.</p>"] = "";
26 $a->strings["Token"] = "";
27 $a->strings["Sign in using App.net"] = "";
28 $a->strings["Clear OAuth configuration"] = "";
29 $a->strings["Save Settings"] = "";