mirror of
https://github.com/nextcloud/server.git
synced 2025-10-26 19:21:34 +00:00
7 lines
127 B
PHP
7 lines
127 B
PHP
<?php
|
|
$TRANSLATIONS = array(
|
|
"Password" => "Clave",
|
|
"Username" => "Usuario"
|
|
);
|
|
$PLURAL_FORMS = "nplurals=2; plural=(n != 1);";
|