summaryrefslogtreecommitdiff
path: root/localized_schema.php
diff options
context:
space:
mode:
Diffstat (limited to 'localized_schema.php')
-rw-r--r--localized_schema.php21
1 files changed, 21 insertions, 0 deletions
diff --git a/localized_schema.php b/localized_schema.php
new file mode 100644
index 000000000..fbae9b14f
--- /dev/null
+++ b/localized_schema.php
@@ -0,0 +1,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");
+
+
+?>