summaryrefslogtreecommitdiffstats
path: root/web/lang/common_po.inc
blob: acaf9d2e1d036206c1177f29dffb9ef32fb3db9c (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
60
61
62
63
64
65
66
67
68
69
<?
# 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. <--";

?>