summaryrefslogtreecommitdiffstats
path: root/web/lang/en/pkgfuncs_po.inc
blob: dcd46f4f3029f11dbef7a1ca2b0443654cac3234 (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
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
<?php
# 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["en"]["Votes"] = "Votes";

$_t["en"]["Comment by: %h%s%h on %h%s%h"] = "Comment by: %h%s%h on %h%s%h";

$_t["en"]["Location"] = "Location";

$_t["en"]["Delete comment"] = "Delete comment";

$_t["en"]["Go"] = "Go";

$_t["en"]["Unflag Out-of-date"] = "Unflag Out-of-date";

$_t["en"]["Go back to %hpackage details view%h."] = "Go back to %hpackage details view%h.";

$_t["en"]["Error retrieving package details."] = "Error retrieving package details.";

$_t["en"]["Description"] = "Description";

$_t["en"]["My Packages"] = "My Pkgs";

$_t["en"]["Keywords"] = "Keywords";

$_t["en"]["Dependencies"] = "Dependencies";

$_t["en"]["Disown Packages"] = "Disown Packages";

$_t["en"]["Package details could not be found."] = "Package details could not be found.";

$_t["en"]["Package Details"] = "Package Details";

$_t["en"]["Error retrieving package list."] = "Error retrieving package list.";

$_t["en"]["Files"] = "Files";

$_t["en"]["None"] = "None";

$_t["en"]["Name"] = "Name";

$_t["en"]["Per page"] = "Per page";

$_t["en"]["Go back to %hsearch results%h."] = "Go back to %hsearch results%h.";

$_t["en"]["No packages matched your search criteria."] = "No packages matched your search criteria.";

$_t["en"]["O%hrphan"] = "O%hrphan";

$_t["en"]["orphan"] = "orphan";

$_t["en"]["Un-Vote"] = "Un-Vote";

$_t["en"]["change category"] = "change category";

$_t["en"]["UnNotify"] = "UnNotify";

$_t["en"]["Delete Packages"] = "Delete Packages";

$_t["en"]["Maintainer"] = "Maintainer";

$_t["en"]["Add Comment"] = "Add Comment";

$_t["en"]["Tarball"] = "Tarball";

$_t["en"]["Flag Out-of-date"] = "Flag Out-of-date";

$_t["en"]["Manage"] = "Manage";

$_t["en"]["Sort by"] = "Sort by";

$_t["en"]["Sort order"] = "Sort order";

$_t["en"]["Ascending"] = "Ascending";

$_t["en"]["Descending"] = "Descending";

$_t["en"]["Actions"] = "Actions";

$_t["en"]["Sources"] = "Sources";

$_t["en"]["Search Criteria"] = "Search Criteria";

$_t["en"]["Notify"] = "Notify";

$_t["en"]["O%hut-of-Date"] = "O%hut-of-Date";

$_t["en"]["Vote"] = "Vote";

$_t["en"]["Adopt Packages"] = "Adopt Packages";

$_t["en"]["Yes"] = "Yes";

$_t["en"]["Package Listing"] = "Package Listing";

$_t["en"]["Orphans"] = "Orphans";

$_t["en"]["Any"] = "Any";

$_t["en"]["Voted"] = "Voted";

$_t["en"]["No New Comment Notification"] = "No New Comment Notification";

$_t["en"]["New Comment Notification"] = "New Comment Notification";

$_t["en"]["Comments"] = "Comments";

$_t["en"]["The above files have been verified (by %s) and are safe to use."] = "The above files have been verified (by %s) and are safe to use.";

$_t["en"]["Be careful! The above files may contain malicious code that can damage your system."] = "Be careful! The above files may contain malicious code that can damage your system.";

$_t["en"]["Flag Safe"] = "Flag Safe";

$_t["en"]["Flag Package Safe To Use"] = "Flag Package Safe To Use";

$_t["en"]["Unflag Safe"] = "Unflag Safe";

$_t["en"]["Unflag Package Safe To Use"] = "Unflag Package Safe To Use";

$_t["en"]["Safe"] = "Safe";

$_t["en"]["Age"] = "Age";

$_t["en"]["First Submitted"] = "First Submitted";

$_t["en"]["Last Updated"] = "Last Updated";

$_t["en"]["Search by"] = "Search by";

$_t["en"]["Submitter"] = "Submitter";

$_t["en"]["All"] = "All";

$_t["en"]["Unsafe"] = "Unsafe";

$_t["en"]["Status"] = "Status";

$_t["en"]["License"] = "License";

$_t["en"]["unknown"] = "unknown";

?>