summaryrefslogtreecommitdiff
path: root/localized_schema.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2007-08-10 17:16:43 +0100
committerAndrew Dolgov <[email protected]>2007-08-10 17:16:43 +0100
commit89cb787edd1c9d3c2fa2616c98986b130fcaf930 (patch)
treebcae5e74fdbb138fe8546f4173dd06b269ebccab /localized_schema.php
parent2fbffcd9841c0275e22c4cfd5c0cc8ef258147c9 (diff)
more translation work
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");
+
+
+?>