summaryrefslogtreecommitdiffstats
path: root/apps/files_external/l10n/es_CL.php
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);";