]> git.wh0rd.org - tt-rss.git/blame - localized_schema.php
more translation work
[tt-rss.git] / localized_schema.php
CommitLineData
89cb787e
AD
1<?
2 /*
3 * This is a dummy plug for gettext to know we have some translatable strings in the schema.
4 * This file is not otherwise used.
5 */
6
7 # filters
8
9 __("Title");
10 __("Title or Content");
11 __("Link");
12 __("Content");
13
14 __("Filter article");
15 __("Mark as read");
16 __("Set starred");
17 __("Publish article");
18 __("Assign tags");
19
20
21?>