diff options
author | eric <eric> | 2004-06-19 16:36:22 +0200 |
---|---|---|
committer | eric <eric> | 2004-06-19 16:36:22 +0200 |
commit | 22e8556691d134c4bf778837d4a0c24e4504b8cf (patch) | |
tree | 6cbeaebbcf2ea34ceff74539b48f2fb1d3fb5edc /web/lang/submit_po.inc | |
parent | 74594e516d699a3a95a4e8112c914b9225853de7 (diff) | |
download | aur-22e8556691d134c4bf778837d4a0c24e4504b8cf.tar.gz aur-22e8556691d134c4bf778837d4a0c24e4504b8cf.tar.xz |
finished tweaking language selection
Diffstat (limited to 'web/lang/submit_po.inc')
-rw-r--r-- | web/lang/submit_po.inc | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/web/lang/submit_po.inc b/web/lang/submit_po.inc new file mode 100644 index 00000000..438f50df --- /dev/null +++ b/web/lang/submit_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"]["Under construction..."] = "Under construction..."; +# $_t["es"]["Under construction..."] = "--> Traducción española aquí. <--"; +# $_t["fr"]["Under construction..."] = "--> Traduction française ici. <--"; +# $_t["de"]["Under construction..."] = "--> Deutsche Übersetzung hier. <--"; + +?>
\ No newline at end of file |