2014-03-27 19:16:05 +01:00
|
|
|
<?php
|
|
|
|
|
|
|
|
$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-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-04-02 16:58:14 +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.';
|
|
|
|
|
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';
|