2013-10-11 15:06:22 +02:00
|
|
|
<?php
|
2014-08-19 11:07:50 +02:00
|
|
|
/**
|
|
|
|
* 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';
|
2016-05-18 16:38:39 +02:00
|
|
|
$labels['folderinside'] = 'Inserte en el interior';
|
2013-10-11 15:06:22 +02:00
|
|
|
$labels['name'] = 'Nombre';
|
|
|
|
$labels['type'] = 'Tipo';
|
|
|
|
$labels['edit'] = 'Editar';
|
|
|
|
$labels['save'] = 'Guardar';
|
2016-06-13 18:10:59 +02:00
|
|
|
$labels['listpermanent'] = 'Lista Permanente';
|
|
|
|
$labels['select'] = 'Seleccionar';
|
|
|
|
$labels['participant'] = 'Participante';
|
|
|
|
$labels['status'] = 'Estado';
|
|
|
|
$labels['addparticipant'] = 'Añada participante';
|
|
|
|
$labels['invitationtextlabel'] = 'Añadir comentarios a la Invitación/notificación';
|
|
|
|
$labels['statusorganizer'] = 'Organizador';
|
|
|
|
$labels['removeparticipant'] = 'Eliminar';
|
|
|
|
$labels['comment'] = 'Comentario';
|