summaryrefslogtreecommitdiffstats
path: root/web/lang/en/acctfuncs_po.inc
diff options
context:
space:
mode:
authorLoui Chang <louipc.ist@gmail.com>2008-12-03 10:07:44 +0100
committerLoui Chang <louipc.ist@gmail.com>2008-12-17 18:58:17 +0100
commit96c332cc157b066e9271f97402b58000cffff326 (patch)
treedfcc89d2d71d9a863b90b0d5435a7d00e5c8aeae /web/lang/en/acctfuncs_po.inc
parent368d48358ef6b561458f18314043762f3cf7d3d3 (diff)
downloadaur-96c332cc157b066e9271f97402b58000cffff326.tar.gz
aur-96c332cc157b066e9271f97402b58000cffff326.tar.xz
Remove obsolete English translation files.
Signed-off-by: Loui Chang <louipc.ist@gmail.com>
Diffstat (limited to 'web/lang/en/acctfuncs_po.inc')
-rw-r--r--web/lang/en/acctfuncs_po.inc92
1 files changed, 0 insertions, 92 deletions
diff --git a/web/lang/en/acctfuncs_po.inc b/web/lang/en/acctfuncs_po.inc
deleted file mode 100644
index 75502341..00000000
--- a/web/lang/en/acctfuncs_po.inc
+++ /dev/null
@@ -1,92 +0,0 @@
-<?php
-# 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"]["Missing a required field."] = "Missing a required field.";
-
-$_t["en"]["Search"] = "Search";
-
-$_t["en"]["The account, %h%s%h, has been successfully created."] = "The account, %h%s%h, has been successfully created.";
-
-$_t["en"]["Error trying to modify account, %h%s%h: %s."] = "Error trying to modify account, %h%s%h: %s.";
-
-$_t["en"]["The email address is invalid."] = "The email address is invalid.";
-
-$_t["en"]["Error trying to create account, %h%s%h: %s."] = "Error trying to create account, %h%s%h: %s.";
-
-$_t["en"]["The username, %h%s%h, is already in use."] = "The username, %h%s%h, is already in use.";
-
-$_t["en"]["Account Type"] = "Account Type";
-
-$_t["en"]["The account, %h%s%h, has been successfully modified."] = "The account, %h%s%h, has been successfully modified.";
-
-$_t["en"]["Account Suspended"] = "Account Suspended";
-
-$_t["en"]["Status"] = "Status";
-
-$_t["en"]["New Package Notify"] = "New Package Notify";
-
-$_t["en"]["IRC Nick"] = "IRC Nick";
-
-$_t["en"]["Trusted user"] = "Trusted user";
-
-$_t["en"]["No results matched your search criteria."] = "No results matched your search criteria.";
-
-$_t["en"]["Normal user"] = "Normal user";
-
-$_t["en"]["Never"] = "Never";
-
-$_t["en"]["User"] = "User";
-
-$_t["en"]["Active"] = "Active";
-
-$_t["en"]["Last Voted"] = "Last Voted";
-
-$_t["en"]["Real Name"] = "Real Name";
-
-$_t["en"]["Edit Account"] = "Edit Account";
-
-$_t["en"]["Password fields do not match."] = "Password fields do not match.";
-
-$_t["en"]["Language"] = "Language";
-
-$_t["en"]["A Trusted User cannot assign Developer status."] = "A Trusted User cannot assign Developer status.";
-
-$_t["en"]["The address, %h%s%h, is already in use."] = "The address, %h%s%h, is already in use.";
-
-$_t["en"]["No more results to display."] = "No more results to display.";
-
-$_t["en"]["Type"] = "Type";
-
-$_t["en"]["Click on the Home link above to login."] = "Click on the Home link above to login.";
-
-$_t["en"]["Sort by"] = "Sort by";
-
-$_t["en"]["Re-type password"] = "Re-type password";
-
-$_t["en"]["Language is not currently supported."] = "Language is not currently supported.";
-
-$_t["en"]["Any type"] = "Any type";
-
-$_t["en"]["Last vote"] = "Last vote";
-
-$_t["en"]["Suspended"] = "Suspended";
-
-$_t["en"]["Trusted User"] = "Trusted User";
-
-$_t["en"]["Missing User ID"] = "Missing User ID";
-
-$_t["en"]["Developer"] = "Developer";
-
-$_t["en"]["View this user's packages"] = "View this user's packages";
-
-?>