1
0
mirror of https://tt-rss.org/git/tt-rss.git synced 2024-06-28 12:10:52 +02:00
ttrss/localized_schema.php
2007-08-10 17:16:43 +01:00

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");
?>