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

es_CL.php « l10n « files_external « apps - github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: cd9a32fdd10e492d5367a5d7a77e9b2c852a6a8d (plain)
1
2
3
4
5
6
7
8
9
<?php
$TRANSLATIONS = array(
"Username" => "Usuario",
"Password" => "Clave",
"Share" => "Compartir",
"Personal" => "Personal",
"Folder name" => "Nombre del directorio"
);
$PLURAL_FORMS = "nplurals=2; plural=(n != 1);";