roundcubemail-plugins-kolab/plugins/kolab_notes/localization/ca_ES.inc

19 lines
563 B
PHP
Raw Normal View History

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-11-28 13:24:53 +13:00
$labels['navtitle'] = 'Notes';
2014-09-06 22:59:13 +02:00
$labels['tags'] = 'Etiquetes';
2014-11-28 13:24:53 +13:00
$labels['notes'] = 'Notes';
2014-09-06 22:59:13 +02:00
$labels['created'] = 'Creat';
$labels['changed'] = 'Darrera modificació';
$labels['title'] = 'Títol';
2014-08-22 01:31:43 +02:00
$labels['listname'] = 'Nom';
2014-09-06 22:59:13 +02:00
$labels['tabsharing'] = 'Compartit';
$labels['foldersubscribe'] = 'Llista permanentment';
$labels['savingdata'] = 'S\'estan desant les dades...';