1
0
mirror of https://github.com/owncloudarchive/contacts.git synced 2025-01-19 08:52:22 +01:00

9 lines
164 B
PHP
Raw Normal View History

2013-12-17 16:39:30 -05:00
<?php $TRANSLATIONS = array(
2014-01-30 00:49:23 -05:00
"Cancel" => "Cancelar",
"OK" => "OK",
"Error" => "Error",
"Download" => "Descargar",
2014-02-08 01:16:07 -05:00
"Share" => "Compartir",
2013-12-17 16:39:30 -05:00
"Export" => "Exportar"
);