nextcloud/settings/l10n/af_ZA.php

11 lines
284 B
PHP

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