summaryrefslogtreecommitdiffstats
path: root/web/lang/submit_po.inc
blob: fcab03c86c83aa5df94fd4c74748113f4de13f1f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
<?
# 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"]["Under construction..."] = "Under construction...";
# $_t["es"]["Under construction..."] = "--> Traducci�n espa�ola aqu�. <--";
# $_t["fr"]["Under construction..."] = "--> Traduction fran�aise ici. <--";
# $_t["de"]["Under construction..."] = "--> Deutsche �bersetzung hier. <--";

$_t["en"]["Sorry, uploads are not permitted by this server."] = "Sorry, uploads are not permitted by this server.";
# $_t["es"]["Sorry, uploads are not permitted by this server."] = "--> Traducci�n espa�ola aqu�. <--";
# $_t["fr"]["Sorry, uploads are not permitted by this server."] = "--> Traduction fran�aise ici. <--";
# $_t["de"]["Sorry, uploads are not permitted by this server."] = "--> Deutsche �bersetzung hier. <--";

$_t["en"]["You must create an account before you can upload packages."] = "You must create an account before you can upload packages.";
# $_t["es"]["You must create an account before you can upload packages."] = "--> Traducci�n espa�ola aqu�. <--";
# $_t["fr"]["You must create an account before you can upload packages."] = "--> Traduction fran�aise ici. <--";
# $_t["de"]["You must create an account before you can upload packages."] = "--> Deutsche �bersetzung hier. <--";

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

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

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

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

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

$_t["en"]["Overwrite existing package?"] = "Overwrite existing package?";
# $_t["es"]["Overwrite existing package?"] = "--> Traducci�n espa�ola aqu�. <--";
# $_t["fr"]["Overwrite existing package?"] = "--> Traduction fran�aise ici. <--";
# $_t["de"]["Overwrite existing package?"] = "--> Deutsche �bersetzung hier. <--";

?>