File: django.po

package info (click to toggle)
django-sitetree 1.17.3%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 856 kB
  • sloc: python: 2,453; makefile: 126; sh: 6
file content (274 lines) | stat: -rw-r--r-- 5,475 bytes parent folder | download | duplicates (4)
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
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
# SOME DESCRIPTIVE TITLE.
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
# This file is distributed under the same license as the PACKAGE package.
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
#
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2013-09-25 22:11+0700\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: en\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"

#: admin.py:81
msgid "Basic settings"
msgstr ""

#: admin.py:84
msgid "Access settings"
msgstr ""

#: admin.py:88
msgid "Display settings"
msgstr ""

#: admin.py:92
msgid "Additional settings"
msgstr ""

#: admin.py:153
msgid ""
"You are seeing this warning because \"URL as Pattern\" option is active and "
"pattern entered above seems to be invalid. Currently registered URL pattern "
"names and parameters: "
msgstr ""

#: admin.py:230
msgid "Item's parent left unchanged. Item couldn't be parent to itself."
msgstr ""

#: models.py:31 models.py:56 templates/admin/sitetree/tree/change_form.html:41
msgid "Title"
msgstr ""

#: models.py:31
msgid "Site tree title for presentational purposes."
msgstr ""

#: models.py:32 models.py:62
msgid "Alias"
msgstr ""

#: models.py:32
msgid ""
"Short name to address site tree from templates.<br /><b>Note:</b> change "
"with care."
msgstr ""

#: models.py:36 models.py:60
msgid "Site Tree"
msgstr ""

#: models.py:37
msgid "Site Trees"
msgstr ""

#: models.py:52
msgid "Any"
msgstr ""

#: models.py:53
msgid "All"
msgstr ""

#: models.py:56
msgid ""
"Site tree item title. Can contain template variables E.g.: {{ mytitle }}."
msgstr ""

#: models.py:57
msgid "Hint"
msgstr ""

#: models.py:57
msgid "Some additional information about this item that is used as a hint."
msgstr ""

#: models.py:58 templates/admin/sitetree/tree/change_form.html:42
msgid "URL"
msgstr ""

#: models.py:58
msgid "Exact URL or URL pattern (see \"Additional settings\") for this item."
msgstr ""

#: models.py:59
msgid "URL as Pattern"
msgstr ""

#: models.py:59
msgid ""
"Whether the given URL should be treated as a pattern.<br /><b>Note:</b> "
"Refer to Django \"URL dispatcher\" documentation (e.g. \"Naming URL patterns"
"\" part)."
msgstr ""

#: models.py:60
msgid "Site tree this item belongs to."
msgstr ""

#: models.py:61 templates/admin/sitetree/tree/change_form.html:34
msgid "Hidden"
msgstr ""

#: models.py:61
msgid "Whether to show this item in navigation."
msgstr ""

#: models.py:62
#, python-format
msgid ""
"Short name to address site tree item from a template.<br /><b>Reserved "
"aliases:</b> \"%s\"."
msgstr ""

#: models.py:63
msgid "Description"
msgstr ""

#: models.py:63
msgid "Additional comments on this item."
msgstr ""

#: models.py:64
msgid "Show in menu"
msgstr ""

#: models.py:64
msgid "Whether to show this item in a menu."
msgstr ""

#: models.py:65
msgid "Show in breadcrumb path"
msgstr ""

#: models.py:65
msgid "Whether to show this item in a breadcrumb path."
msgstr ""

#: models.py:66
msgid "Show in site tree"
msgstr ""

#: models.py:66
msgid "Whether to show this item in a site tree."
msgstr ""

#: models.py:67
msgid "Logged in only"
msgstr ""

#: models.py:67
msgid "Check it to grant access to this item to authenticated users only."
msgstr ""

#: models.py:68 templates/admin/sitetree/tree/change_form.html:40
msgid "Guests only"
msgstr ""

#: models.py:68
msgid "Check it to grant access to this item to guests only."
msgstr ""

#: models.py:69
msgid "Restrict access to permissions"
msgstr ""

#: models.py:69
msgid ""
"Check it to restrict user access to this item, using Django permissions "
"system."
msgstr ""

#: models.py:70
msgid "Permissions granting access"
msgstr ""

#: models.py:71
msgid "Permissions interpretation"
msgstr ""

#: models.py:71
msgid ""
"<b>Any</b> &mdash; user should have any of chosen permissions. <b>All</b> "
"&mdash; user should have all chosen permissions."
msgstr ""

#: models.py:74
msgid "Parent"
msgstr ""

#: models.py:74
msgid "Parent site tree item."
msgstr ""

#: models.py:75 templates/admin/sitetree/tree/change_form.html:43
msgid "Sort order"
msgstr ""

#: models.py:75
msgid "Item position among other site tree items under the same parent."
msgstr ""

#: models.py:89
msgid "Site Tree Item"
msgstr ""

#: models.py:90 templates/admin/sitetree/tree/change_form.html:17
msgid "Site Tree Items"
msgstr ""

#: templates/admin/sitetree/tree/change_form.html:24
msgid "Add Site Tree item"
msgstr ""

#: templates/admin/sitetree/tree/change_form.html:35
msgid "Menu"
msgstr ""

#: templates/admin/sitetree/tree/change_form.html:36
msgid "Breadcrumbs"
msgstr ""

#: templates/admin/sitetree/tree/change_form.html:37
msgid "Tree"
msgstr ""

#: templates/admin/sitetree/tree/change_form.html:38
msgid "Restricted"
msgstr ""

#: templates/admin/sitetree/tree/change_form.html:39
msgid "Users only"
msgstr ""

#: templates/admin/sitetree/tree/tree.html:23
msgid "Move up"
msgstr ""

#: templates/admin/sitetree/tree/tree.html:25
msgid "Move down"
msgstr ""

#: templates/admin/sitetree/treeitem/breadcrumbs.html:5
msgid "Home"
msgstr ""

#: templates/admin/sitetree/treeitem/breadcrumbs.html:11
msgid "Delete"
msgstr ""

#: templates/admin/sitetree/treeitem/breadcrumbs.html:15
msgid "History"
msgstr ""

#: templates/admin/sitetree/treeitem/breadcrumbs.html:17
msgid "Add"
msgstr ""