diff options
Diffstat (limited to 'web/lang/common_po.inc')
-rw-r--r-- | web/lang/common_po.inc | 15 |
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 |