2014-03-27 19:16:05 +01:00
< ? php
2015-03-24 14:53:41 +01: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-03-27 19:16:05 +01:00
$labels = array ();
$labels [ 'navtitle' ] = 'Notes' ;
$labels [ 'tags' ] = 'Tags' ;
$labels [ 'lists' ] = 'Notebooks' ;
$labels [ 'notes' ] = 'Notes' ;
2014-04-01 16:29:48 +02:00
$labels [ 'create' ] = 'New Note' ;
2014-04-10 10:49:14 +02:00
$labels [ 'createnote' ] = 'Create a new note' ;
$labels [ 'send' ] = 'Send' ;
$labels [ 'sendnote' ] = 'Send note by email' ;
2014-03-27 19:16:05 +01:00
$labels [ 'newnote' ] = 'New Note' ;
$labels [ 'notags' ] = 'No tags' ;
$labels [ 'removetag' ] = 'Remove tag' ;
$labels [ 'created' ] = 'Created' ;
$labels [ 'changed' ] = 'Last Modified' ;
2014-04-09 18:56:13 +02:00
$labels [ 'title' ] = 'Title' ;
2014-04-01 12:03:05 +02:00
$labels [ 'now' ] = 'Now' ;
2014-04-09 19:46:05 +02:00
$labels [ 'sortby' ] = 'Sort by' ;
2014-06-18 11:55:47 +02:00
$labels [ 'newnotebook' ] = 'Create a new notebook' ;
$labels [ 'addnotebook' ] = 'Add notebook' ;
2014-04-02 14:43:56 +02:00
$labels [ 'editlist' ] = 'Edit Notebook' ;
$labels [ 'listname' ] = 'Name' ;
$labels [ 'tabsharing' ] = 'Sharing' ;
2014-04-02 16:58:14 +02:00
$labels [ 'discard' ] = 'Discard' ;
$labels [ 'abort' ] = 'Abort' ;
$labels [ 'unsavedchanges' ] = 'Unsaved Changes!' ;
2014-04-14 18:25:23 +02:00
$labels [ 'appendnote' ] = 'Add a Note' ;
$labels [ 'editnote' ] = 'Edit Note' ;
2014-04-12 21:43:44 +02:00
$labels [ 'savein' ] = 'Save in' ;
2014-06-23 10:37:56 +02:00
$labels [ 'foldersubscribe' ] = 'List permanently' ;
$labels [ 'findnotebooks' ] = 'Find notebooks...' ;
$labels [ 'listsearchresults' ] = 'Additional notebooks' ;
$labels [ 'nrnotebooksfound' ] = '$nr notebooks found' ;
$labels [ 'nonotebooksfound' ] = 'No notebooks found' ;
2014-09-11 15:54:15 +02:00
$labels [ 'removelist' ] = 'Remove from list' ;
2014-10-13 15:34:10 +02:00
$labels [ 'removelink' ] = 'Remove email reference' ;
2014-03-27 19:16:05 +01:00
$labels [ 'savingdata' ] = 'Saving data...' ;
$labels [ 'recordnotfound' ] = 'Record not found' ;
2014-06-20 17:02:51 +02:00
$labels [ 'norecordsfound' ] = 'No notes found' ;
2014-04-02 16:58:14 +02:00
$labels [ 'nochanges' ] = 'No changes to be saved' ;
2014-03-27 19:16:05 +01:00
$labels [ 'entertitle' ] = 'Please enter a title for this note!' ;
2014-03-31 19:03:29 +02:00
$labels [ 'deletenotesconfirm' ] = 'Do you really want to delete the selected notes?' ;
2014-04-02 14:43:56 +02:00
$labels [ 'deletenotebookconfirm' ] = 'Do you really want to delete this notebook with all its notes? This action cannot be undone.' ;
2014-04-02 16:58:14 +02:00
$labels [ 'discardunsavedchanges' ] = 'The current note has not yet been saved. Discard the changes?' ;
2014-04-02 14:43:56 +02:00
$labels [ 'invalidlistproperties' ] = 'Invalid notebook properties! Please set a valid name.' ;
2014-08-22 01:31:43 +02:00
$labels [ 'entertitle' ] = 'Please enter a title for this note!' ;
2014-04-02 14:43:56 +02:00
$labels [ 'aclnorights' ] = 'You do not have administrator rights for this notebook.' ;
2015-03-31 14:57:57 +02:00
// history dialog
$labels [ 'showhistory' ] = 'Show History' ;
$labels [ 'compare' ] = 'Compare' ;
$labels [ 'objectchangelog' ] = 'Change History' ;
$labels [ 'objectdiff' ] = 'Changes from $rev1 to $rev2' ;
$labels [ 'actionappend' ] = 'Saved' ;
$labels [ 'actionmove' ] = 'Moved' ;
$labels [ 'actiondelete' ] = 'Deleted' ;
$labels [ 'showrevision' ] = 'Show this version' ;
$labels [ 'restore' ] = 'Restore this version' ;
$labels [ 'objectnotfound' ] = 'Failed to load note data' ;
$labels [ 'objectchangelognotavailable' ] = 'Change history is not available for this note' ;
$labels [ 'objectdiffnotavailable' ] = 'No comparison possible for the selected revisions' ;
$labels [ 'revisionrestoreconfirm' ] = 'Do you really want to restore revision $rev of this note? This will replace the current note with the old version.' ;
$labels [ 'objectrestoresuccess' ] = 'Revision $rev successfully restored' ;
$labels [ 'objectrestoreerror' ] = 'Failed to restore the old revision' ;
// (hidden) titles and labels for accessibility annotations
2014-06-18 11:55:47 +02:00
$labels [ 'arialabelnoteslist' ] = 'List of notes' ;
$labels [ 'arialabelnotesearchform' ] = 'Notes search form' ;
$labels [ 'arialabelnotesquicksearchbox' ] = 'Notes search input' ;
$labels [ 'arialabelnotessortmenu' ] = 'Notes list sorting options' ;
$labels [ 'arialabelnotesoptionsmenu' ] = 'Notebook actions menu' ;
$labels [ 'arialabelnotebookform' ] = 'Notebook properties' ;
2014-06-20 17:02:51 +02:00
$labels [ 'arialabelmessagereferences' ] = 'Linked email messages' ;
2014-06-23 10:37:56 +02:00
$labels [ 'arialabelfolderearchform' ] = 'Notebooks search form' ;
2014-11-03 11:14:01 -05:00
$labels [ 'arialabelnoteform' ] = 'Note edit form' ;