mirror of
https://github.com/nextcloud/server.git
synced 2026-03-05 06:50:55 -05:00
8 lines
171 B
PHP
8 lines
171 B
PHP
<?php
|
|
$TRANSLATIONS = array(
|
|
"Error" => "Error",
|
|
"Password" => "Clave",
|
|
"Cancel" => "Cancelar",
|
|
"Username" => "Usuario"
|
|
);
|
|
$PLURAL_FORMS = "nplurals=2; plural=(n != 1);";
|