summaryrefslogtreecommitdiff
path: root/localized_schema.php
blob: fbae9b14f067c1fbea14ef778724811f5c14c864 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<?
	/* 
	 * 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");


?>