<?
# 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. <--";

$_t["en"]["You must supply a password."] = "You must supply a password.";
# $_t["es"]["You must supply a password."] = "--> Traducci�n espa�ola aqu�. <--";
# $_t["fr"]["You must supply a password."] = "--> Traduction fran�aise ici. <--";
# $_t["de"]["You must supply a password."] = "--> Deutsche �bersetzung hier. <--";

$_t["en"]["You must supply a username."] = "You must supply a username.";
# $_t["es"]["You must supply a username."] = "--> Traducci�n espa�ola aqu�. <--";
# $_t["fr"]["You must supply a username."] = "--> Traduction fran�aise ici. <--";
# $_t["de"]["You must supply a username."] = "--> Deutsche �bersetzung hier. <--";

$_t["en"]["Incorrect password for username %s."] = "Incorrect password for username %s.";
# $_t["es"]["Incorrect password for username %s."] = "--> Traducci�n espa�ola aqu�. <--";
# $_t["fr"]["Incorrect password for username %s."] = "--> Traduction fran�aise ici. <--";
# $_t["de"]["Incorrect password for username %s."] = "--> Deutsche �bersetzung hier. <--";

$_t["en"]["After that, this can be filled in with more meaningful text."] = "After that, this can be filled in with more meaningful text.";
# $_t["es"]["After that, this can be filled in with more meaningful text."] = "--> Traducci�n espa�ola aqu�. <--";
# $_t["fr"]["After that, this can be filled in with more meaningful text."] = "--> Traduction fran�aise ici. <--";
# $_t["de"]["After that, this can be filled in with more meaningful text."] = "--> Deutsche �bersetzung hier. <--";

$_t["en"]["Your account has been suspended."] = "Your account has been suspended.";
# $_t["es"]["Your account has been suspended."] = "--> Traducci�n espa�ola aqu�. <--";
# $_t["fr"]["Your account has been suspended."] = "--> Traduction fran�aise ici. <--";
# $_t["de"]["Your account has been suspended."] = "--> Deutsche �bersetzung hier. <--";

$_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"]["Username:"] = "Username:";
# $_t["es"]["Username:"] = "--> Traducci�n espa�ola aqu�. <--";
# $_t["fr"]["Username:"] = "--> Traduction fran�aise ici. <--";
# $_t["de"]["Username:"] = "--> Deutsche �bersetzung hier. <--";

$_t["en"]["It's more important to get the login functionality finished."] = "It's more important to get the login functionality finished.";
# $_t["es"]["It's more important to get the login functionality finished."] = "--> Traducci�n espa�ola aqu�. <--";
# $_t["fr"]["It's more important to get the login functionality finished."] = "--> Traduction fran�aise ici. <--";
# $_t["de"]["It's more important to get the login functionality finished."] = "--> Deutsche �bersetzung hier. <--";

$_t["en"]["Currently logged in as: %h%s%h"] = "Currently logged in as: %h%s%h";
# $_t["es"]["Currently logged in as: %h%s%h"] = "--> Traducci�n espa�ola aqu�. <--";
# $_t["fr"]["Currently logged in as: %h%s%h"] = "--> Traduction fran�aise ici. <--";
# $_t["de"]["Currently logged in as: %h%s%h"] = "--> Deutsche �bersetzung hier. <--";

$_t["en"]["For now, it's just a place holder."] = "For now, it's just a place holder.";
# $_t["es"]["For now, it's just a place holder."] = "--> Traducci�n espa�ola aqu�. <--";
# $_t["fr"]["For now, it's just a place holder."] = "--> Traduction fran�aise ici. <--";
# $_t["de"]["For now, it's just a place holder."] = "--> Deutsche �bersetzung hier. <--";

$_t["en"]["This is where the intro text will go."] = "This is where the intro text will go.";
# $_t["es"]["This is where the intro text will go."] = "--> Traducci�n espa�ola aqu�. <--";
# $_t["fr"]["This is where the intro text will go."] = "--> Traduction fran�aise ici. <--";
# $_t["de"]["This is where the intro text will go."] = "--> Deutsche �bersetzung hier. <--";

$_t["en"]["Error trying to generate session id."] = "Error trying to generate session id.";
# $_t["es"]["Error trying to generate session id."] = "--> Traducci�n espa�ola aqu�. <--";
# $_t["fr"]["Error trying to generate session id."] = "--> Traduction fran�aise ici. <--";
# $_t["de"]["Error trying to generate session id."] = "--> Deutsche �bersetzung hier. <--";

$_t["en"]["Login"] = "Login";
# $_t["es"]["Login"] = "--> Traducci�n espa�ola aqu�. <--";
# $_t["fr"]["Login"] = "--> Traduction fran�aise ici. <--";
# $_t["de"]["Login"] = "--> 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"]["You must supply an email address."] = "You must supply an email address.";
# $_t["es"]["You must supply an email address."] = "--> Traducci�n espa�ola aqu�. <--";
# $_t["fr"]["You must supply an email address."] = "--> Traduction fran�aise ici. <--";
# $_t["de"]["You must supply an email address."] = "--> Deutsche �bersetzung hier. <--";

$_t["en"]["Incorrect password for email address, %s."] = "Incorrect password for email address, %s.";
# $_t["es"]["Incorrect password for email address, %s."] = "--> Traducci�n espa�ola aqu�. <--";
# $_t["fr"]["Incorrect password for email address, %s."] = "--> Traduction fran�aise ici. <--";
# $_t["de"]["Incorrect password for email address, %s."] = "--> Deutsche �bersetzung hier. <--";

?>