mirror of
https://github.com/JanGross/quicknotes.git
synced 2025-12-01 15:47:17 +01:00
7 lines
144 B
PHP
7 lines
144 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'));
|