2014-08-22 01:31:43 +02:00
|
|
|
<?php
|
2016-05-18 16:38:39 +02:00
|
|
|
/**
|
|
|
|
* Localizations for the Kolab Folders plugin
|
|
|
|
*
|
|
|
|
* Copyright (C) 2015, Kolab Systems AG
|
|
|
|
*
|
|
|
|
* For translation see https://www.transifex.com/projects/p/kolab/resource/kolab_notes/
|
|
|
|
*/
|
2014-08-22 01:31:43 +02:00
|
|
|
$labels['tags'] = 'Etiquetas';
|
|
|
|
$labels['notes'] = 'Notas';
|
2017-06-12 10:57:06 +02:00
|
|
|
$labels['created'] = 'Criado';
|
|
|
|
$labels['changed'] = 'Última modificação';
|
2014-08-22 01:31:43 +02:00
|
|
|
$labels['title'] = 'Título';
|
|
|
|
$labels['listname'] = 'Nome';
|
|
|
|
$labels['tabsharing'] = 'Compartilhamento';
|
|
|
|
$labels['abort'] = 'Abortar';
|
|
|
|
$labels['foldersubscribe'] = 'Listar permanentemente';
|
2017-06-12 10:57:06 +02:00
|
|
|
$labels['removelist'] = 'Remover da lista';
|
|
|
|
$labels['removelink'] = 'Remover referência do email';
|
2014-08-22 01:31:43 +02:00
|
|
|
$labels['savingdata'] = 'Salvando dados...';
|