You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
tt-rss/localized_schema.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");
?>