Blame view
sources/apps/external/l10n/nl.php
206 Bytes
|
6d9380f96
|
1 2 |
<?php $TRANSLATIONS = array( |
|
d1bafeea1
|
3 4 5 6 7 8 |
"External Sites" => "Externe sites", "Name" => "Naam", "URL" => "URL", "Remove site" => "Verwijder site", "Add" => "Voeg toe" ); |
|
6d9380f96
|
9 |
$PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; |