mirror of
https://github.com/JanGross/quicknotes.git
synced 2025-12-01 07:37:18 +01:00
11 lines
267 B
PHP
11 lines
267 B
PHP
<?php
|
|
/**
|
|
* This is a fake script just to translate the strings inside handlebars.
|
|
*/
|
|
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('Close')); |