summaryrefslogtreecommitdiffstats
path: root/web/lang/search_po.inc
blob: 6714b85a1d543ce633c2fc4a7e2229ac406f3c5f (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
<?
# 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"]["You must be logged in before you can vote for packages."] = "You must be logged in before you can vote for packages.";
# $_t["es"]["You must be logged in before you can vote for packages."] = "--> Traducción española aquí. <--";
# $_t["fr"]["You must be logged in before you can vote for packages."] = "--> Traduction française ici. <--";
# $_t["de"]["You must be logged in before you can vote for packages."] = "--> Deutsche Übersetzung hier. <--";

$_t["en"]["You do not have access to disown packages."] = "You do not have access to disown packages.";
# $_t["es"]["You do not have access to disown packages."] = "--> Traducción española aquí. <--";
# $_t["fr"]["You do not have access to disown packages."] = "--> Traduction française ici. <--";
# $_t["de"]["You do not have access to disown packages."] = "--> Deutsche Übersetzung hier. <--";

$_t["en"]["You must be logged in before you can flag packages."] = "You must be logged in before you can flag packages.";
# $_t["es"]["You must be logged in before you can flag packages."] = "--> Traducción española aquí. <--";
# $_t["fr"]["You must be logged in before you can flag packages."] = "--> Traduction française ici. <--";
# $_t["de"]["You must be logged in before you can flag packages."] = "--> Deutsche Übersetzung hier. <--";

$_t["en"]["You do not have access to adopt packages."] = "You do not have access to adopt packages.";
# $_t["es"]["You do not have access to adopt packages."] = "--> Traducción española aquí. <--";
# $_t["fr"]["You do not have access to adopt packages."] = "--> Traduction française ici. <--";
# $_t["de"]["You do not have access to adopt packages."] = "--> Deutsche Übersetzung hier. <--";

$_t["en"]["You must be logged in before you can disown packages."] = "You must be logged in before you can disown packages.";
# $_t["es"]["You must be logged in before you can disown packages."] = "--> Traducción española aquí. <--";
# $_t["fr"]["You must be logged in before you can disown packages."] = "--> Traduction française ici. <--";
# $_t["de"]["You must be logged in before you can disown packages."] = "--> Deutsche Übersetzung hier. <--";

$_t["en"]["Error trying to retrieve package details."] = "Error trying to retrieve package details.";
# $_t["es"]["Error trying to retrieve package details."] = "--> Traducción española aquí. <--";
# $_t["fr"]["Error trying to retrieve package details."] = "--> Traduction française ici. <--";
# $_t["de"]["Error trying to retrieve package details."] = "--> Deutsche Übersetzung hier. <--";

$_t["en"]["You must be logged in before you can adopt packages."] = "You must be logged in before you can adopt packages.";
# $_t["es"]["You must be logged in before you can adopt packages."] = "--> Traducción española aquí. <--";
# $_t["fr"]["You must be logged in before you can adopt packages."] = "--> Traduction française ici. <--";
# $_t["de"]["You must be logged in before you can adopt packages."] = "--> Deutsche Übersetzung hier. <--";

?>