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-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-01 12:03:05 +02:00
|
|
|
$labels['now'] = 'Now';
|
2014-04-02 14:43:56 +02:00
|
|
|
$labels['createlist'] = 'New Notebook';
|
|
|
|
$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-03-27 19:16:05 +01:00
|
|
|
|
|
|
|
$labels['savingdata'] = 'Saving data...';
|
|
|
|
$labels['recordnotfound'] = 'Record not 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.';
|
|
|
|
|