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