diff options
author | simo <simo> | 2005-06-10 21:30:49 +0200 |
---|---|---|
committer | simo <simo> | 2005-06-10 21:30:49 +0200 |
commit | 7044610e32b37c079e03cab8bf9cfa8a8f381ec9 (patch) | |
tree | 666a7c8c77a274b0c9cb0ba6b7fd20a535d418cf /web/lang/en/index_po.inc | |
parent | f1889a9e3d968f194e4b6955915f0e0c3c43622c (diff) | |
download | aur-7044610e32b37c079e03cab8bf9cfa8a8f381ec9.tar.gz aur-7044610e32b37c079e03cab8bf9cfa8a8f381ec9.tar.xz |
New Translation Structure
Diffstat (limited to 'web/lang/en/index_po.inc')
-rw-r--r-- | web/lang/en/index_po.inc | 48 |
1 files changed, 48 insertions, 0 deletions
diff --git a/web/lang/en/index_po.inc b/web/lang/en/index_po.inc new file mode 100644 index 00000000..051a3ae5 --- /dev/null +++ b/web/lang/en/index_po.inc @@ -0,0 +1,48 @@ +<? +# 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"]["You must supply a password."] = "You must supply a password."; + +$_t["en"]["You must supply a username."] = "You must supply a username."; + +$_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["en"]["Logged-in as: %h%s%h"] = "Logged-in as: %h%s%h"; + +$_t["en"]["Your account has been suspended."] = "Your account has been suspended."; + +$_t["en"]["Password:"] = "Password:"; + +$_t["en"]["Username:"] = "Username:"; + +$_t["en"]["Welcome to the AUR! If you're a newcomer, you may want to read the %hGuidelines%h."] = "Welcome to the AUR! If you're a newcomer, you may want to read the %hGuidelines%h."; + +$_t["en"]["This is where the intro text will go."] = "This is where the intro text will go."; + +$_t["en"]["Error trying to generate session id."] = "Error trying to generate session id."; + +$_t["en"]["For now, it's just a place holder."] = "For now, it's just a place holder."; + +$_t["en"]["It's more important to get the login functionality finished."] = "It's more important to get the login functionality finished."; + +$_t["en"]["Error looking up username, %s."] = "Error looking up username, %s."; + +$_t["en"]["Login"] = "Login"; + +$_t["en"]["Though we can't vouch for their contents, we provide a %hlist of user repositories%h for your convenience."] = "Though we can't vouch for their contents, we provide a %hlist of user repositories%h for your convenience."; + +$_t["en"]["If you have feedback about the AUR, please leave it in %hFlyspray%h."] = "If you have feedback about the AUR, please leave it in %hFlyspray%h."; + +$_t["en"]["Incorrect password for username, %s."] = "Incorrect password for username, %s."; + +?>
\ No newline at end of file |