summaryrefslogtreecommitdiffstats
path: root/web/lang/pkgs_po.inc
blob: 432ee283bf25b07796970de60652004af27acfd1 (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"]["Category"] = "Category";
# $_t["es"]["Category"] = "--> Traducción española aquí. <--";
# $_t["fr"]["Category"] = "--> Traduction française ici. <--";
# $_t["de"]["Category"] = "--> Deutsche Übersetzung hier. <--";

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

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

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

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

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

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

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

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

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

?>