mirror of
https://github.com/owncloudarchive/contacts.git
synced 2024-12-01 13:24:10 +01:00
8 lines
140 B
PHP
8 lines
140 B
PHP
<?php $TRANSLATIONS = array(
|
|
"Cancel" => "Cancelar",
|
|
"OK" => "OK",
|
|
"Error" => "Error",
|
|
"Download" => "Descargar",
|
|
"Export" => "Exportar"
|
|
);
|