mirror of
https://github.com/nextcloud/server.git
synced 2026-03-10 10:21:38 -04:00
7 lines
172 B
PHP
7 lines
172 B
PHP
<?php
|
|
$TRANSLATIONS = array(
|
|
"Password" => "Wagwoord",
|
|
"New password" => "Nuwe wagwoord",
|
|
"Username" => "Gebruikersnaam"
|
|
);
|
|
$PLURAL_FORMS = "nplurals=2; plural=(n != 1);";
|