summaryrefslogtreecommitdiffstats
path: root/web/lang/aur_po.inc
blob: 5f4ca983198b757e3d21682781185658219dc57a (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
<?
# 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"]["ArchLinux User-community Repository"] = "ArchLinux User-community Repository";
# $_t["es"]["ArchLinux User-community Repository"] = "--> Traducci�n espa�ola aqu�. <--";
# $_t["fr"]["ArchLinux User-community Repository"] = "--> Traduction fran�aise ici. <--";
# $_t["de"]["ArchLinux User-community Repository"] = "--> Deutsche �bersetzung hier. <--";

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

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

$_t["en"]["Manage"] = "Manage";
# $_t["es"]["Manage"] = "--> Traducci�n espa�ola aqu�. <--";
# $_t["fr"]["Manage"] = "--> Traduction fran�aise ici. <--";
# $_t["de"]["Manage"] = "--> 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"]["%s: An ArchLinux project"] = "%s: An ArchLinux project";
# $_t["es"]["%s: An ArchLinux project"] = "--> Traducci�n espa�ola aqu�. <--";
# $_t["fr"]["%s: An ArchLinux project"] = "--> Traduction fran�aise ici. <--";
# $_t["de"]["%s: An ArchLinux project"] = "--> Deutsche �bersetzung hier. <--";

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

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

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

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

?>