mirror of
https://github.com/nextcloud/server.git
synced 2026-03-07 16:01:08 -05:00
10 lines
284 B
PHP
10 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);";
|