nextcloud/apps/files_external/l10n/es_CL.php

9 lines
193 B
PHP
Raw Normal View History

2014-04-25 07:56:28 +02:00
<?php
$TRANSLATIONS = array(
2014-04-30 07:57:53 +02:00
"Username" => "Usuario",
"Password" => "Clave",
"Share" => "Compartir",
2014-04-25 07:56:28 +02:00
"Folder name" => "Nombre del directorio"
);
$PLURAL_FORMS = "nplurals=2; plural=(n != 1);";