File: django.po

package info (click to toggle)
python-django 1%3A1.10.7-2%2Bdeb9u9
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 46,768 kB
  • sloc: python: 210,877; javascript: 18,032; xml: 201; makefile: 198; sh: 145
file content (128 lines) | stat: -rw-r--r-- 3,117 bytes parent folder | download
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
# This file is distributed under the same license as the Django package.
#
msgid ""
msgstr ""
"Project-Id-Version: Django\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2016-07-15 09:44+0200\n"
"PO-Revision-Date: 2015-01-18 20:56+0100\n"
"Last-Translator: Django team\n"
"Language-Team: English <en@li.org>\n"
"Language: en\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"

#: contrib/postgres/apps.py:12
msgid "PostgreSQL extensions"
msgstr ""

#: contrib/postgres/fields/array.py:19 contrib/postgres/forms/array.py:15
#: contrib/postgres/forms/array.py:145
#, python-format
msgid "Item %(nth)s in the array did not validate: "
msgstr ""

#: contrib/postgres/fields/array.py:20
msgid "Nested arrays must have the same length."
msgstr ""

#: contrib/postgres/fields/hstore.py:15
msgid "Map of strings to strings"
msgstr ""

#: contrib/postgres/fields/hstore.py:17
#, python-format
msgid "The value of \"%(key)s\" is not a string."
msgstr ""

#: contrib/postgres/fields/jsonb.py:15
msgid "A JSON object"
msgstr ""

#: contrib/postgres/fields/jsonb.py:17
msgid "Value must be valid JSON."
msgstr ""

#: contrib/postgres/forms/hstore.py:15
msgid "Could not load JSON data."
msgstr ""

#: contrib/postgres/forms/hstore.py:18
msgid "Input must be a JSON dictionary."
msgstr ""

#: contrib/postgres/forms/jsonb.py:16
#, python-format
msgid "'%(value)s' value must be valid JSON."
msgstr ""

#: contrib/postgres/forms/ranges.py:13
msgid "Enter two valid values."
msgstr ""

#: contrib/postgres/forms/ranges.py:14
msgid "The start of the range must not exceed the end of the range."
msgstr ""

#: contrib/postgres/forms/ranges.py:59
msgid "Enter two whole numbers."
msgstr ""

#: contrib/postgres/forms/ranges.py:65
msgid "Enter two numbers."
msgstr ""

#: contrib/postgres/forms/ranges.py:71
msgid "Enter two valid date/times."
msgstr ""

#: contrib/postgres/forms/ranges.py:77
msgid "Enter two valid dates."
msgstr ""

#: contrib/postgres/validators.py:14
#, python-format
msgid ""
"List contains %(show_value)d item, it should contain no more than "
"%(limit_value)d."
msgid_plural ""
"List contains %(show_value)d items, it should contain no more than "
"%(limit_value)d."
msgstr[0] ""
msgstr[1] ""

#: contrib/postgres/validators.py:21
#, python-format
msgid ""
"List contains %(show_value)d item, it should contain no fewer than "
"%(limit_value)d."
msgid_plural ""
"List contains %(show_value)d items, it should contain no fewer than "
"%(limit_value)d."
msgstr[0] ""
msgstr[1] ""

#: contrib/postgres/validators.py:31
#, python-format
msgid "Some keys were missing: %(keys)s"
msgstr ""

#: contrib/postgres/validators.py:32
#, python-format
msgid "Some unknown keys were provided: %(keys)s"
msgstr ""

#: contrib/postgres/validators.py:73
#, python-format
msgid ""
"Ensure that this range is completely less than or equal to %(limit_value)s."
msgstr ""

#: contrib/postgres/validators.py:78
#, python-format
msgid ""
"Ensure that this range is completely greater than or equal to "
"%(limit_value)s."
msgstr ""