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

es_CL.php « l10n - github.com/nextcloud/bookmarks.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: b3f5b789e7348f594936d5aeea77e361fbd6b18c (plain)
1
2
3
4
5
6
7
8
<?php
$TRANSLATIONS = array(
"Cancel" => "Cancelar",
"Settings" => "Configuración",
"Export" => "Exportar",
"Import" => "Importar"
);
$PLURAL_FORMS = "nplurals=2; plural=(n != 1);";