<? # 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"]["Password"] = "Password"; # $_t["es"]["Password"] = "--> Traducci�n espa�ola aqu�. <--"; # $_t["fr"]["Password"] = "--> Traduction fran�aise ici. <--"; # $_t["de"]["Password"] = "--> Deutsche �bersetzung hier. <--"; $_t["en"]["Clear"] = "Clear"; # $_t["es"]["Clear"] = "--> Traducci�n espa�ola aqu�. <--"; # $_t["fr"]["Clear"] = "--> Traduction fran�aise ici. <--"; # $_t["de"]["Clear"] = "--> Deutsche �bersetzung hier. <--"; $_t["en"]["required"] = "required"; # $_t["es"]["required"] = "--> Traducci�n espa�ola aqu�. <--"; # $_t["fr"]["required"] = "--> Traduction fran�aise ici. <--"; # $_t["de"]["required"] = "--> Deutsche �bersetzung hier. <--"; $_t["en"]["Email Address"] = "Email Address"; # $_t["es"]["Email Address"] = "--> Traducci�n espa�ola aqu�. <--"; # $_t["fr"]["Email Address"] = "--> Traduction fran�aise ici. <--"; # $_t["de"]["Email Address"] = "--> Deutsche �bersetzung hier. <--"; $_t["en"]["Submit"] = "Submit"; # $_t["es"]["Submit"] = "--> Traducci�n espa�ola aqu�. <--"; # $_t["fr"]["Submit"] = "--> Traduction fran�aise ici. <--"; # $_t["de"]["Submit"] = "--> Deutsche �bersetzung hier. <--"; $_t["en"]["Reset"] = "Reset"; # $_t["es"]["Reset"] = "--> Traducci�n espa�ola aqu�. <--"; # $_t["fr"]["Reset"] = "--> Traduction fran�aise ici. <--"; # $_t["de"]["Reset"] = "--> Deutsche �bersetzung hier. <--"; $_t["en"]["Create"] = "Create"; # $_t["es"]["Create"] = "--> Traducci�n espa�ola aqu�. <--"; # $_t["fr"]["Create"] = "--> Traduction fran�aise ici. <--"; # $_t["de"]["Create"] = "--> Deutsche �bersetzung hier. <--"; $_t["en"]["Update"] = "Update"; # $_t["es"]["Update"] = "--> Traducci�n espa�ola aqu�. <--"; # $_t["fr"]["Update"] = "--> Traduction fran�aise ici. <--"; # $_t["de"]["Update"] = "--> Deutsche �bersetzung hier. <--"; $_t["en"]["Less"] = "Less"; # $_t["es"]["Less"] = "--> Traducci�n espa�ola aqu�. <--"; # $_t["fr"]["Less"] = "--> Traduction fran�aise ici. <--"; # $_t["de"]["Less"] = "--> Deutsche �bersetzung hier. <--"; $_t["en"]["More"] = "More"; # $_t["es"]["More"] = "--> Traducci�n espa�ola aqu�. <--"; # $_t["fr"]["More"] = "--> Traduction fran�aise ici. <--"; # $_t["de"]["More"] = "--> Deutsche �bersetzung hier. <--"; $_t["en"]["Username"] = "Username"; # $_t["es"]["Username"] = "--> Traducci�n espa�ola aqu�. <--"; # $_t["fr"]["Username"] = "--> Traduction fran�aise ici. <--"; # $_t["de"]["Username"] = "--> Deutsche �bersetzung hier. <--"; ?>