summaryrefslogtreecommitdiffstats
path: root/web/lang/common_po.inc
diff options
context:
space:
mode:
authoreric <eric>2004-06-18 18:23:14 +0200
committereric <eric>2004-06-18 18:23:14 +0200
commit1e35dc01cf94ba1ec4923b8f040e49b4dc399860 (patch)
tree15404a70070fe01c1bcf432fba6befbdb2f2f097 /web/lang/common_po.inc
parent79f64a059254bbbae93cf7c2f9dfa512aa5f9f7e (diff)
downloadaur-1e35dc01cf94ba1ec4923b8f040e49b4dc399860.tar.gz
aur-1e35dc01cf94ba1ec4923b8f040e49b4dc399860.tar.xz
finishing touches on genpopo, started playing with _real_ PHP code and svn keywords
Diffstat (limited to 'web/lang/common_po.inc')
-rw-r--r--web/lang/common_po.inc15
1 files changed, 12 insertions, 3 deletions
diff --git a/web/lang/common_po.inc b/web/lang/common_po.inc
index c3148760..6c04677c 100644
--- a/web/lang/common_po.inc
+++ b/web/lang/common_po.inc
@@ -1,5 +1,14 @@
<?
-# INSTRUCTIONS TO TRANSLATORS:
-# blah blah blah....
-
+# INSTRUCTIONS TO TRANSLATORS
+#
+# This file contains the i18n translations for a subset of the
+# Arch Linux User-community Repository (AUR). This is a PHP
+# script, and as such, you MUST pay great attention to the syntax.
+# If your text contains any double-quotes ("), you MUST escape
+# them with the backslash character (\).
+#
+
+include_once("translator.inc");
+global $_t;
+
?> \ No newline at end of file