]> git.mxchange.org Git - friendica-addons.git/blob - statusnet/lang/nl/strings.php
regenerated all strings.php files from the current translation strings (message.po)
[friendica-addons.git] / statusnet / 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 intval($n != 1);
7 }}
8 ;
9 $a->strings["Post to GNU Social"] = "Post naar GNU Social";
10 $a->strings["GNU Social settings updated."] = "GNU Social instellingen opgeslagen";
11 $a->strings["GNU Social Import/Export/Mirror"] = "GNU Social Import/Exporteren/Spiegelen";
12 $a->strings["Save Settings"] = "Instellingen opslaan";
13 $a->strings["Allow posting to GNU Social"] = "Plaatsen op GNU Social toestaan";
14 $a->strings["Send public postings to GNU Social by default"] = "Verzend publieke berichten naar GNU Social als standaard instellen";
15 $a->strings["Disabled"] = "Uitgeschakeld";