14 lines
427 B
PHP
14 lines
427 B
PHP
<?php
|
|
/**
|
|
* 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/
|
|
*/
|
|
$labels['navtitle'] = 'Notas';
|
|
$labels['notes'] = 'Notas';
|
|
$labels['listname'] = 'Nome';
|
|
$labels['tabsharing'] = 'Compartilhamento';
|
|
$labels['foldersubscribe'] = 'Listar permanentemente';
|
|
$labels['savingdata'] = 'Salvando dados...';
|