1
0
mirror of https://github.com/owncloudarchive/contacts.git synced 2025-01-20 09:52:17 +01:00

8 lines
144 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",
"Download" => "Descargar",
2014-02-08 01:16:07 -05:00
"Share" => "Compartir",
2013-12-17 16:39:30 -05:00
"Export" => "Exportar"
);