20 lines
645 B
PHP
20 lines
645 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'] = 'Note';
|
|
$labels['tags'] = 'Etichette';
|
|
$labels['notes'] = 'Note';
|
|
$labels['created'] = 'Creato';
|
|
$labels['changed'] = 'Ultima modifica';
|
|
$labels['title'] = 'Titolo';
|
|
$labels['listname'] = 'Nome';
|
|
$labels['tabsharing'] = 'Condivisione';
|
|
$labels['foldersubscribe'] = 'Elenca sempre';
|
|
$labels['removelist'] = 'Rimuovi dalla lista';
|
|
$labels['removelink'] = 'Rimuovi riferimento email';
|
|
$labels['savingdata'] = 'Salvataggio dati...';
|