1
0
mirror of https://github.com/owncloud/bookmarks.git synced 2025-01-21 17:52:10 +01:00

9 lines
183 B
PHP
Raw Permalink Normal View History

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