22 lines
341 B
PHP
22 lines
341 B
PHP
<?
|
|
/*
|
|
* This is a dummy plug for gettext to know we have some translatable strings in the schema.
|
|
* This file is not otherwise used.
|
|
*/
|
|
|
|
# filters
|
|
|
|
__("Title");
|
|
__("Title or Content");
|
|
__("Link");
|
|
__("Content");
|
|
|
|
__("Filter article");
|
|
__("Mark as read");
|
|
__("Set starred");
|
|
__("Publish article");
|
|
__("Assign tags");
|
|
|
|
|
|
?>
|