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