diff options
author | eric <eric> | 2004-07-11 19:04:32 +0200 |
---|---|---|
committer | eric <eric> | 2004-07-11 19:04:32 +0200 |
commit | 7b9956f225cd885c861db0cb145b16b3b8441ca7 (patch) | |
tree | 5edd915ae3ff7f148ba4d82238fea76d5ae69e13 /web/lang | |
parent | d17e406ac61094a0ad6d433c8e24be9b8b140959 (diff) | |
download | aur-7b9956f225cd885c861db0cb145b16b3b8441ca7.tar.gz aur-7b9956f225cd885c861db0cb145b16b3b8441ca7.tar.xz |
cleaned up physical scripts
Diffstat (limited to 'web/lang')
-rw-r--r-- | web/lang/vote_po.inc | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/web/lang/vote_po.inc b/web/lang/vote_po.inc deleted file mode 100644 index 438f50df..00000000 --- a/web/lang/vote_po.inc +++ /dev/null @@ -1,19 +0,0 @@ -<? -# 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 |