nextcloud/apps/files_external/l10n/af_ZA.php

9 lines
181 B
PHP

<?php
$TRANSLATIONS = array(
"Username" => "Gebruikersnaam",
"Password" => "Wagwoord",
"Share" => "Deel",
"Users" => "Gebruikers"
);
$PLURAL_FORMS = "nplurals=2; plural=(n != 1);";