Fixed XSS in login error messages. Resolves FS 7901.
[aur-xilon.git] / web / lang / aur_po.inc
blob9fca5ac3e160f8e751ca2fd6b2482598d95d1a5b
1 <?
2 # INSTRUCTIONS TO TRANSLATORS
4 # This file contains the i18n translations for a subset of the
5 # Arch Linux User-community Repository (AUR).  This is a PHP
6 # script, and as such, you MUST pay great attention to the syntax.
7 # If your text contains any double-quotes ("), you MUST escape
8 # them with the backslash character (\).
11 include_once("translator.inc");
12 global $_t;
14 include_once("en/aur_po.inc");
16 include_once("pl/aur_po.inc");
18 include_once("it/aur_po.inc");
20 include_once("ca/aur_po.inc");
22 include_once("pt/aur_po.inc");
24 include_once("es/aur_po.inc");
26 include_once("de/aur_po.inc");
28 include_once("ru/aur_po.inc");
30 include_once("fr/aur_po.inc");