diff options
Diffstat (limited to 'web/lang/template_po.inc')
-rw-r--r-- | web/lang/template_po.inc | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/web/lang/template_po.inc b/web/lang/template_po.inc new file mode 100644 index 0000000..0b5d1bc --- /dev/null +++ b/web/lang/template_po.inc @@ -0,0 +1,19 @@ +<? +# 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; + +$_t["en"]["Hi, this is worth reading!"] = "Hi, this is worth reading!"; +# $_t["es"]["Hi, this is worth reading!"] = "--> Traducción española aquí. <--"; +# $_t["fr"]["Hi, this is worth reading!"] = "--> Traduction française ici. <--"; +# $_t["de"]["Hi, this is worth reading!"] = "--> Deutsche Übersetzung hier. <--"; + +?>
\ No newline at end of file |