Files
quicknotes/templates/fake.php
2022-05-20 20:39:04 -03:00

16 lines
450 B
PHP

<?php
/**
* This is a fake script just to translate the strings inside handlebars.
*/
p($l->t('Title'));
p($l->t('Delete attachment'));
p($l->t('Attach file'));
p($l->t('Shared'));
p($l->t('Shared with others'));
p($l->t('Shared with you'));
p($l->t('Share note'));
p($l->t('Leave this shared note'));
p($l->t('Close'));
p($l->t('Default color for new notes'));
p($l->t('When editing notes, show Save and Cancel buttons to save them explicitly'));