nextcloud/settings/l10n/af_ZA.php

10 lines
246 B
PHP

<?php
$TRANSLATIONS = array(
"Security Warning" => "Sekuriteits waarskuwing",
"Password" => "Wagwoord",
"New password" => "Nuwe wagwoord",
"Cancel" => "Kanseleer",
"Username" => "Gebruikersnaam"
);
$PLURAL_FORMS = "nplurals=2; plural=(n != 1);";