Welcome to mirror list, hosted at ThFree Co, Russian Federation.

af_ZA.php « l10n « settings - github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 90094e7855d7eb31f54d0eb64644508de29a040e (plain)
1
2
3
4
5
6
7
8
9
10
<?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);";