Welcome to mirror list, hosted at ThFree Co, Russian Federation.

es_CL.php « l10n « settings - github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: bdf34e6297932f9b501245351fe89e42e48579d2 (plain)
1
2
3
4
5
6
7
8
<?php
$TRANSLATIONS = array(
"Error" => "Error",
"Password" => "Clave",
"Cancel" => "Cancelar",
"Username" => "Usuario"
);
$PLURAL_FORMS = "nplurals=2; plural=(n != 1);";