roundcubemail-plugins-kolab/plugins/kolab_files/localization/es_ES.inc

16 lines
367 B
PHP
Raw Normal View History

2013-10-11 15:06:22 +02:00
<?php
/**
* Localizations for the Kolab Files plugin
*
* Copyright (C) 2014, Kolab Systems AG
*
* For translation see https://www.transifex.com/projects/p/kolab/resource/kolab_files/
*/
2013-10-11 15:06:22 +02:00
$labels['save'] = 'Guardar';
$labels['cancel'] = 'Cancelar';
$labels['name'] = 'Nombre';
$labels['type'] = 'Tipo';
$labels['edit'] = 'Editar';
$labels['save'] = 'Guardar';
?>