1
0
mirror of https://github.com/owncloud/bookmarks.git synced 2024-11-29 04:24:11 +01:00
OwncloudBookmarksOfficial/l10n/es_CL.php

9 lines
183 B
PHP
Raw Normal View History

2014-10-27 21:18:24 +01:00
<?php
$TRANSLATIONS = array(
2014-01-30 08:11:12 +01:00
"Cancel" => "Cancelar",
2013-12-17 22:43:31 +01:00
"Settings" => "Configuración",
2014-04-25 08:10:25 +02:00
"Export" => "Exportar",
"Import" => "Importar"
2013-12-17 22:43:31 +01:00
);
2014-10-27 21:18:24 +01:00
$PLURAL_FORMS = "nplurals=2; plural=(n != 1);";