~ubuntu-branches/debian/sid/python-django/sid

« back to all changes in this revision

Viewing changes to django/contrib/admindocs/locale/el/LC_MESSAGES/django.po

  • Committer: Package Import Robot
  • Author(s): Luke Faraone
  • Date: 2013-11-07 15:33:49 UTC
  • mfrom: (1.3.12)
  • Revision ID: package-import@ubuntu.com-20131107153349-e31sc149l2szs3jb
Tags: 1.6-1
* New upstream version. Closes: #557474, #724637.
* python-django now also suggests the installation of ipython,
  bpython, python-django-doc, and libgdal1.
  Closes: #636511, #686333, #704203
* Set package maintainer to Debian Python Modules Team.
* Bump standards version to 3.9.5, no changes needed.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
# This file is distributed under the same license as the Django package.
2
2
#
3
3
# Translators:
4
 
# Dimitris Glezos <glezos@indifex.com>, 2011.
5
 
# Jannis Leidel <jannis@leidel.info>, 2011.
6
 
# Yorgos Pagles <y.pagles@gmail.com>, 2011.
 
4
# Dimitris Glezos <glezos@transifex.com>, 2011
 
5
# Jannis Leidel <jannis@leidel.info>, 2011
 
6
# Yorgos Pagles <y.pagles@gmail.com>, 2011
7
7
msgid ""
8
8
msgstr ""
9
 
"Project-Id-Version: Django\n"
 
9
"Project-Id-Version: django-core\n"
10
10
"Report-Msgid-Bugs-To: \n"
11
 
"POT-Creation-Date: 2012-10-22 09:28+0200\n"
12
 
"PO-Revision-Date: 2012-10-22 08:46+0000\n"
13
 
"Last-Translator: Yorgos Pagles <y.pagles@gmail.com>\n"
 
11
"POT-Creation-Date: 2013-06-02 00:30-0400\n"
 
12
"PO-Revision-Date: 2013-08-17 08:36+0000\n"
 
13
"Last-Translator: Jannis Leidel <jannis@leidel.info>\n"
14
14
"Language-Team: Greek (http://www.transifex.com/projects/p/django/language/"
15
15
"el/)\n"
16
16
"MIME-Version: 1.0\n"
19
19
"Language: el\n"
20
20
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
21
21
 
22
 
#: views.py:58 views.py:60 views.py:62
 
22
#: views.py:59 views.py:61 views.py:63
23
23
msgid "tag:"
24
24
msgstr "ετικέτα:"
25
25
 
26
 
#: views.py:93 views.py:95 views.py:97
 
26
#: views.py:94 views.py:96 views.py:98
27
27
msgid "filter:"
28
28
msgstr "φίλτρο:"
29
29
 
30
 
#: views.py:156 views.py:158 views.py:160
 
30
#: views.py:157 views.py:159 views.py:161
31
31
msgid "view:"
32
32
msgstr "προβολή:"
33
33
 
34
 
#: views.py:188
 
34
#: views.py:189
35
35
#, python-format
36
36
msgid "App %r not found"
37
37
msgstr "Δε βρέθηκε η εφαρμογή %r"
38
38
 
39
 
#: views.py:195
 
39
#: views.py:196
40
40
#, python-format
41
41
msgid "Model %(model_name)r not found in app %(app_label)r"
42
42
msgstr ""
43
43
"Το μοντέλο %(model_name)r δεν μπορεί να βρεθεί στην εφαρμογή %(app_label)r"
44
44
 
45
 
#: views.py:207
 
45
#: views.py:208
46
46
#, python-format
47
47
msgid "the related `%(app_label)s.%(data_type)s` object"
48
48
msgstr "το συσχετισμένο `%(app_label)s.%(data_type)s`  αντικείμενο"
49
49
 
50
 
#: views.py:207 views.py:226 views.py:231 views.py:245 views.py:259
51
 
#: views.py:264
 
50
#: views.py:208 views.py:227 views.py:232 views.py:246 views.py:260
 
51
#: views.py:265
52
52
msgid "model:"
53
53
msgstr "μοντέλο:"
54
54
 
55
 
#: views.py:222 views.py:254
 
55
#: views.py:223 views.py:255
56
56
#, python-format
57
57
msgid "related `%(app_label)s.%(object_name)s` objects"
58
58
msgstr "συσχετισμένα `%(app_label)s.%(object_name)s` αντικείμενα"
59
59
 
60
 
#: views.py:226 views.py:259
 
60
#: views.py:227 views.py:260
61
61
#, python-format
62
62
msgid "all %s"
63
63
msgstr "όλα %s"
64
64
 
65
 
#: views.py:231 views.py:264
 
65
#: views.py:232 views.py:265
66
66
#, python-format
67
67
msgid "number of %s"
68
68
msgstr "πλήθος number of %s"
69
69
 
70
 
#: views.py:269
 
70
#. Translators: %s is an object type name
 
71
#: views.py:271
71
72
#, python-format
72
 
msgid "Fields on %s objects"
73
 
msgstr "Πεδία στα αντικείμενα %s"
 
73
msgid "Attributes on %s objects"
 
74
msgstr ""
74
75
 
75
 
#: views.py:361
 
76
#: views.py:363
76
77
#, python-format
77
78
msgid "%s does not appear to be a urlpattern object"
78
79
msgstr "Το %s δε φαίνεται να είναι ένα αντικείμενο urlpattern"
90
91
msgstr "Αρχική"
91
92
 
92
93
#: templates/admin_doc/bookmarklets.html:7 templates/admin_doc/index.html:7
 
94
#: templates/admin_doc/index.html.py:10 templates/admin_doc/index.html:14
93
95
#: templates/admin_doc/missing_docutils.html:7
 
96
#: templates/admin_doc/missing_docutils.html:14
94
97
#: templates/admin_doc/model_detail.html:15
95
98
#: templates/admin_doc/model_index.html:9
96
99
#: templates/admin_doc/template_detail.html:7
101
104
msgid "Documentation"
102
105
msgstr "Τεκμηρίωση"
103
106
 
104
 
#: templates/admin_doc/bookmarklets.html:8
 
107
#: templates/admin_doc/bookmarklets.html:8 templates/admin_doc/index.html:29
105
108
msgid "Bookmarklets"
106
109
msgstr "Σελιδοδείκτες"
107
110
 
173
176
msgstr ""
174
177
"Όπως και παραπάνω, αλλά άνοιγμα της σελίδας διαχείρισης σε νέο παράθυρο."
175
178
 
176
 
#: templates/admin_doc/model_detail.html:16
 
179
#: templates/admin_doc/index.html:17
 
180
#: templates/admin_doc/template_tag_index.html:9
 
181
msgid "Tags"
 
182
msgstr ""
 
183
 
 
184
#: templates/admin_doc/index.html:18
 
185
msgid "List of all the template tags and their functions."
 
186
msgstr ""
 
187
 
 
188
#: templates/admin_doc/index.html:20
 
189
#: templates/admin_doc/template_filter_index.html:9
 
190
msgid "Filters"
 
191
msgstr ""
 
192
 
 
193
#: templates/admin_doc/index.html:21
 
194
msgid ""
 
195
"Filters are actions which can be applied to variables in a template to alter "
 
196
"the output."
 
197
msgstr ""
 
198
 
 
199
#: templates/admin_doc/index.html:23 templates/admin_doc/model_detail.html:16
177
200
#: templates/admin_doc/model_index.html:10
 
201
#: templates/admin_doc/model_index.html:14
178
202
msgid "Models"
179
203
msgstr ""
180
204
 
 
205
#: templates/admin_doc/index.html:24
 
206
msgid ""
 
207
"Models are descriptions of all the objects in the system and their "
 
208
"associated fields. Each model has a list of fields which can be accessed as "
 
209
"template variables"
 
210
msgstr ""
 
211
 
 
212
#: templates/admin_doc/index.html:26 templates/admin_doc/view_detail.html:8
 
213
#: templates/admin_doc/view_index.html:9
 
214
#: templates/admin_doc/view_index.html:12
 
215
msgid "Views"
 
216
msgstr ""
 
217
 
 
218
#: templates/admin_doc/index.html:27
 
219
msgid ""
 
220
"Each page on the public site is generated by a view. The view defines which "
 
221
"template is used to generate the page and which objects are available to "
 
222
"that template."
 
223
msgstr ""
 
224
 
 
225
#: templates/admin_doc/index.html:30
 
226
msgid "Tools for your browser to quickly access admin functionality."
 
227
msgstr ""
 
228
 
 
229
#: templates/admin_doc/missing_docutils.html:10
 
230
msgid "Please install docutils"
 
231
msgstr ""
 
232
 
 
233
#: templates/admin_doc/missing_docutils.html:17
 
234
#, python-format
 
235
msgid ""
 
236
"The admin documentation system requires Python's <a href=\"%(link)s"
 
237
"\">docutils</a> library."
 
238
msgstr ""
 
239
 
 
240
#: templates/admin_doc/missing_docutils.html:19
 
241
#, python-format
 
242
msgid ""
 
243
"Please ask your administrators to install <a href=\"%(link)s\">docutils</a>."
 
244
msgstr ""
 
245
 
 
246
#: templates/admin_doc/model_detail.html:21
 
247
#, python-format
 
248
msgid "Model: %(name)s"
 
249
msgstr ""
 
250
 
 
251
#: templates/admin_doc/model_detail.html:35
 
252
msgid "Field"
 
253
msgstr ""
 
254
 
 
255
#: templates/admin_doc/model_detail.html:36
 
256
msgid "Type"
 
257
msgstr ""
 
258
 
 
259
#: templates/admin_doc/model_detail.html:37
 
260
msgid "Description"
 
261
msgstr ""
 
262
 
 
263
#: templates/admin_doc/model_detail.html:52
 
264
msgid "Back to Models Documentation"
 
265
msgstr ""
 
266
 
 
267
#: templates/admin_doc/model_index.html:18
 
268
msgid "Model documentation"
 
269
msgstr ""
 
270
 
 
271
#: templates/admin_doc/model_index.html:43
 
272
msgid "Model groups"
 
273
msgstr ""
 
274
 
181
275
#: templates/admin_doc/template_detail.html:8
182
276
msgid "Templates"
183
277
msgstr ""
184
278
 
185
 
#: templates/admin_doc/template_filter_index.html:9
186
 
msgid "Filters"
187
 
msgstr ""
188
 
 
189
 
#: templates/admin_doc/template_tag_index.html:9
190
 
msgid "Tags"
191
 
msgstr ""
192
 
 
193
 
#: templates/admin_doc/view_detail.html:8
194
 
#: templates/admin_doc/view_index.html:9
195
 
msgid "Views"
196
 
msgstr ""
197
 
 
198
 
#: tests/__init__.py:23
 
279
#: templates/admin_doc/template_detail.html:13
 
280
#, python-format
 
281
msgid "Template: %(name)s"
 
282
msgstr ""
 
283
 
 
284
#: templates/admin_doc/template_detail.html:16
 
285
#, python-format
 
286
msgid "Template: \"%(name)s\""
 
287
msgstr ""
 
288
 
 
289
#: templates/admin_doc/template_detail.html:20
 
290
#, python-format
 
291
msgid "Search path for template \"%(name)s\" on %(grouper)s:"
 
292
msgstr ""
 
293
 
 
294
#: templates/admin_doc/template_detail.html:23
 
295
msgid "(does not exist)"
 
296
msgstr ""
 
297
 
 
298
#: templates/admin_doc/template_detail.html:28
 
299
msgid "Back to Documentation"
 
300
msgstr ""
 
301
 
 
302
#: templates/admin_doc/template_filter_index.html:12
 
303
msgid "Template filters"
 
304
msgstr ""
 
305
 
 
306
#: templates/admin_doc/template_filter_index.html:16
 
307
msgid "Template filter documentation"
 
308
msgstr ""
 
309
 
 
310
#: templates/admin_doc/template_filter_index.html:22
 
311
#: templates/admin_doc/template_filter_index.html:43
 
312
msgid "Built-in filters"
 
313
msgstr ""
 
314
 
 
315
#: templates/admin_doc/template_filter_index.html:23
 
316
#, python-format
 
317
msgid ""
 
318
"To use these filters, put <code>%(code)s</code> in your template before "
 
319
"using the filter."
 
320
msgstr ""
 
321
 
 
322
#: templates/admin_doc/template_tag_index.html:12
 
323
msgid "Template tags"
 
324
msgstr ""
 
325
 
 
326
#: templates/admin_doc/template_tag_index.html:16
 
327
msgid "Template tag documentation"
 
328
msgstr ""
 
329
 
 
330
#: templates/admin_doc/template_tag_index.html:22
 
331
#: templates/admin_doc/template_tag_index.html:43
 
332
msgid "Built-in tags"
 
333
msgstr ""
 
334
 
 
335
#: templates/admin_doc/template_tag_index.html:23
 
336
#, python-format
 
337
msgid ""
 
338
"To use these tags, put <code>%(code)s</code> in your template before using "
 
339
"the tag."
 
340
msgstr ""
 
341
 
 
342
#: templates/admin_doc/view_detail.html:12
 
343
#, python-format
 
344
msgid "View: %(name)s"
 
345
msgstr ""
 
346
 
 
347
#: templates/admin_doc/view_detail.html:23
 
348
msgid "Context:"
 
349
msgstr ""
 
350
 
 
351
#: templates/admin_doc/view_detail.html:28
 
352
msgid "Templates:"
 
353
msgstr ""
 
354
 
 
355
#: templates/admin_doc/view_detail.html:32
 
356
msgid "Back to Views Documentation"
 
357
msgstr ""
 
358
 
 
359
#: templates/admin_doc/view_index.html:16
 
360
msgid "View documentation"
 
361
msgstr ""
 
362
 
 
363
#: templates/admin_doc/view_index.html:22
 
364
msgid "Jump to site"
 
365
msgstr ""
 
366
 
 
367
#: templates/admin_doc/view_index.html:35
 
368
#, python-format
 
369
msgid "Views by URL on %(name)s"
 
370
msgstr ""
 
371
 
 
372
#: templates/admin_doc/view_index.html:40
 
373
#, python-format
 
374
msgid "View function: %(name)s"
 
375
msgstr ""
 
376
 
 
377
#: tests/test_fields.py:29
199
378
msgid "Boolean (Either True or False)"
200
379
msgstr "Boolean (Είτε Αληθές ή Ψευδές)"
201
380
 
202
 
#: tests/__init__.py:33
 
381
#: tests/test_fields.py:39
203
382
#, python-format
204
383
msgid "Field of type: %(field_type)s"
205
384
msgstr "Είδος πεδίου: %(field_type)s"