forked from jimmo78/blendswap-i18n
-
Notifications
You must be signed in to change notification settings - Fork 0
/
model_validation.pot
executable file
·338 lines (260 loc) · 9.9 KB
/
model_validation.pot
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
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
# LANGUAGE translation of CakePHP Application
# Copyright YEAR NAME <EMAIL@ADDRESS>
#
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: PROJECT VERSION\n"
"POT-Creation-Date: 2015-02-24 19:14-0600\n"
"PO-Revision-Date: YYYY-mm-DD HH:MM+ZZZZ\n"
"Last-Translator: NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <EMAIL@ADDRESS>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=INTEGER; plural=EXPRESSION;\n"
#: Model/Blend.php:validation for field title
msgid "Your blend must have a name!"
msgstr ""
#: Model/Blend.php:validation for field title
msgid "The Blend Name must be between 2 and 140 chars long!"
msgstr ""
#: Model/Blend.php:validation for field title;validation for field body;validation for field three_dee;validation for field tags
#: Model/Collection.php:validation for field name;validation for field description
#: Model/Comment.php:validation for field body
#: Model/Profile.php:validation for field description
#: Model/Question.php:validation for field body;validation for field title;validation for field tags
#: Model/Request.php:validation for field title;validation for field body
#: Model/User.php:validation for field username;validation for field bio;validation for field first_name;validation for field last_name
msgid "This field contains an email, please remove it and try again"
msgstr ""
#: Model/Blend.php:validation for field body
msgid "Your blend must have a description!"
msgstr ""
#: Model/Blend.php:validation for field body
msgid "The description must be between 40 and 5000 chars long!"
msgstr ""
#: Model/Blend.php:validation for field three_dee
msgid "That is not a url!"
msgstr ""
#: Model/Blend.php:validation for field three_dee
msgid "That is not a supported viewer."
msgstr ""
#: Model/Blend.php:validation for field blend_license
msgid "Please choose a license for your blend."
msgstr ""
#: Model/Blend.php:validation for field blend_license
msgid "Invalid value for Blend License!"
msgstr ""
#: Model/Blend.php:validation for field blender_version
msgid "Please choose the version of blender you used to make this blend."
msgstr ""
#: Model/Blend.php:validation for field blender_version
msgid "Invalid value type for Blender version"
msgstr ""
#: Model/Blend.php:validation for field tags
msgid "Use at least two tags and don't forget the commas!"
msgstr ""
#: Model/Blend.php:validation for field tags
msgid "Those are not tags, enter two or more tags separated by commas."
msgstr ""
#: Model/Blend.php:validation for field categories
#: Model/Request.php:validation for field requirements
msgid "Pick one to four categories."
msgstr ""
#: Model/Blend.php:validation for field categories
msgid "Invalid taxonomiy input."
msgstr ""
#: Model/Blend.php:validation for field change_log
msgid "Please tell us what you changed in the data or the files."
msgstr ""
#: Model/Blend.php:validation for field is_fan_art
#: Model/Report.php:validation for field reason
msgid "You must choose an option."
msgstr ""
#: Model/Blend.php:validation for field status
#: Model/News.php:validation for field status
#: Model/Sub.php:validation for field status
msgid "Invalid status"
msgstr ""
#: Model/Collection.php:validation for field name
msgid "The collection Must have a name"
msgstr ""
#: Model/Collection.php:validation for field visibility
msgid "Choose a visibility setting"
msgstr ""
#: Model/Collection.php:validation for field visibility
msgid "Invalid visibility value!!!"
msgstr ""
#: Model/Comment.php:validation for field body
msgid "The comment cannot be empty!"
msgstr ""
#: Model/Comment.php:validation for field body
msgid "The comment must be between 2 and 2048 characters long."
msgstr ""
#: Model/Comment.php:validation for field user_id;validation for field parent_id;validation for field object_id
msgid "Invalid ID value"
msgstr ""
#: Model/Contact.php:validation for field name;validation for field email;validation for field body
msgid "This field is required."
msgstr ""
#: Model/Contact.php:validation for field name
msgid "This field contains invalid characters..."
msgstr ""
#: Model/Contact.php:validation for field email
msgid "This doesn't look like an email..."
msgstr ""
#: Model/Contact.php:validation for field subject
msgid "Please select the subject."
msgstr ""
#: Model/Contact.php:validation for field subject
msgid "An error happened, try again."
msgstr ""
#: Model/Contact.php:validation for field website
msgid "This is not a url"
msgstr ""
#: Model/Conversation.php:validation for field user_id;validation for field to_user_id
#: Model/Report.php:validation for field user_id
msgid "Invalid user id"
msgstr ""
#: Model/Conversation.php:validation for field status
msgid "Wrong value for conversation status"
msgstr ""
#: Model/Email.php:validation for field name
msgid "this email must have a name"
msgstr ""
#: Model/Email.php:validation for field pointer
msgid "emails must have a call key so they can be called from inside the app."
msgstr ""
#: Model/Email.php:validation for field pointer
msgid "Only letters and underscores are allowed"
msgstr ""
#: Model/Event.php:validation for field object_class
#: Model/Media.php:validation for field object_class
msgid "Invalid object class"
msgstr ""
#: Model/Event.php:validation for field object_name;validation for field body
#: Model/Revision.php:validation for field user_id;validation for field object_id;validation for field object_class;validation for field object_data;validation for field log
#: Model/Term.php:validation for field slug
msgid "notEmpty"
msgstr ""
#: Model/Follow.php:validation for field object_class;validation for field status
msgid "Invalid object_class value"
msgstr ""
#: Model/Media.php:validation for field status
msgid "Invalid status string"
msgstr ""
#: Model/Message.php:validation for field body
msgid "Empty messages are not allowed."
msgstr ""
#: Model/Message.php:validation for field body
msgid "Your message must be between 2 and 2048 characters"
msgstr ""
#: Model/Message.php:validation for field status
msgid "allowedStatuses"
msgstr ""
#: Model/News.php:validation for field title
msgid "Title must be between 2 and 256 characters long"
msgstr ""
#: Model/Profile.php:validation for field website;validation for field deviantart;validation for field bartists;validation for field flickr;validation for field facebook;validation for field youtube;validation for field vimeo;validation for field twitter;validation for field github;validation for field pinterest;validation for field behance;validation for field linkedin
msgid "This does not look like an URL"
msgstr ""
#: Model/Profile.php:validation for field hello
msgid "empty"
msgstr ""
#: Model/Profile.php:validation for field description
msgid "The bio must be between 2 and 512 characters long"
msgstr ""
#: Model/Question.php:validation for field body
msgid "Your question needs a body with details."
msgstr ""
#: Model/Question.php:validation for field body
msgid "Your question body must be between 40 and 2000 characters long."
msgstr ""
#: Model/Question.php:validation for field title
msgid "Your question needs a title."
msgstr ""
#: Model/Question.php:validation for field title
msgid "Your question title must be between 10 and 256 characters long."
msgstr ""
#: Model/Question.php:validation for field tags
msgid "Tags help other users to find your question. You must use at least one tag."
msgstr ""
#: Model/Question.php:validation for field status
msgid "Invalid status."
msgstr ""
#: Model/Report.php:validation for field reason
msgid "The reason contains invalid characters"
msgstr ""
#: Model/Report.php:validation for field body
msgid "You must provide links and/or notes for us to be able to take care of your report"
msgstr ""
#: Model/Report.php:validation for field object_class
msgid "This object cannot be reported"
msgstr ""
#: Model/Report.php:validation for field object_id
msgid "Invalid object id"
msgstr ""
#: Model/Request.php:validation for field title
msgid "Your request must have a title"
msgstr ""
#: Model/Request.php:validation for field body
msgid "You must provide notes and details about the request."
msgstr ""
#: Model/Revision.php:validation for field user_id;validation for field object_id
msgid "numeric"
msgstr ""
#: Model/Revision.php:validation for field object_class
msgid "alphanumeric"
msgstr ""
#: Model/Term.php:validation for field slug
msgid "unique"
msgstr ""
#: Model/Term.php:validation for field slug
msgid "validChars"
msgstr ""
#: Model/Term.php:validation for field slug
msgid "between"
msgstr ""
#: Model/Termrel.php:validation for field term_id
msgid "value"
msgstr ""
#: Model/User.php:validation for field username
msgid "Only letters and numbers please."
msgstr ""
#: Model/User.php:validation for field username
msgid "The username must be between 2 and 32 characters long!"
msgstr ""
#: Model/User.php:validation for field username
msgid "Can not be empty"
msgstr ""
#: Model/User.php:validation for field username
msgid "This username is already taken."
msgstr ""
#: Model/User.php:validation for field email;validation for field password
msgid "Can not be left empty"
msgstr ""
#: Model/User.php:validation for field email
msgid "Does not look like an email"
msgstr ""
#: Model/User.php:validation for field email
msgid "That email is already in use, maybe you signed up with tha email before?"
msgstr ""
#: Model/User.php:validation for field email
msgid "This email is not allowed because Blend Swap's automated emails are not received by this domain/server."
msgstr ""
#: Model/User.php:validation for field password
msgid "Must be between 8 and 1024 characters long"
msgstr ""
#: Model/User.php:validation for field first_name;validation for field last_name
msgid "Must be 2 letters or more."
msgstr ""
#: Model/User.php:validation for field accept_terms
msgid "You must accept the Terms Of Use!"
msgstr ""
#: Model/User.php:validation for field bpp
msgid "Invalid value type"
msgstr ""
#: Model/Vote.php:validation for field vote
msgid "Invalid vote value"
msgstr ""