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-03-27 19:16:05 +01:00
|
|
|
|
|
|
|
$labels['savingdata'] = 'Saving data...';
|
|
|
|
$labels['recordnotfound'] = 'Record not found';
|
|
|
|
$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?';
|