forked from jimmo78/blendswap-i18n
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdefault.pot
3529 lines (2792 loc) · 74.6 KB
/
default.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
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
# LANGUAGE translation of CakePHP Application
# Copyright YEAR NAME <EMAIL@ADDRESS>
#
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: PROJECT VERSION\n"
"POT-Creation-Date: 2013-03-07 10:48-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"
#: Controller/AtomsController.php:31;83;109
msgid "Invalid atom"
msgstr ""
#: Controller/AtomsController.php:66;87
msgid "The atom has been saved"
msgstr ""
#: Controller/AtomsController.php:68;90
msgid "The atom could not be saved. Please, try again."
msgstr ""
#: Controller/AtomsController.php:112
msgid "Atom deleted"
msgstr ""
#: Controller/AtomsController.php:115
msgid "Atom was not deleted"
msgstr ""
#: Controller/BadgesController.php:35;76;107;133
msgid "Invalid badge"
msgstr ""
#: Controller/BadgesController.php:90;111
msgid "The badge has been saved"
msgstr ""
#: Controller/BadgesController.php:93;114
msgid "The badge could not be saved. Please, try again."
msgstr ""
#: Controller/BadgesController.php:136
msgid "Badge deleted"
msgstr ""
#: Controller/BadgesController.php:139
msgid "Badge was not deleted"
msgstr ""
#: Controller/BlendsController.php:174;1662;1686;1716
msgid "Invalid blend"
msgstr ""
#: Controller/BlendsController.php:483
msgid "Thank you! Your new blend was saved and is now publicly visible!"
msgstr ""
#: Controller/BlendsController.php:485
msgid "There was an error saving your blend as published, please report you saw this error!"
msgstr ""
#: Controller/BlendsController.php:489
msgid "Your new blend was saved and is now waiting moderation! Please be patient for an adminn to check your file."
msgstr ""
#: Controller/BlendsController.php:493
msgid "You blend was saved to the database, but one of the files failed to upload, please fix below the file type marked in red!"
msgstr ""
#: Controller/BlendsController.php:498
msgid "The blend could not be saved. Please ckeck any errors below and try again. Don't forget to re-select the files."
msgstr ""
#: Controller/BlendsController.php:567
msgid "The requested blend does not exist."
msgstr ""
#: Controller/BlendsController.php:604;1690
msgid "The blend has been saved"
msgstr ""
#: Controller/BlendsController.php:606
msgid "ERRORS! Please check any red messages below and try again."
msgstr ""
#: Controller/BlendsController.php:1085
msgid "The blend you requested does not exist"
msgstr ""
#: Controller/BlendsController.php:1118
msgid "Downloading"
msgstr ""
#: Controller/BlendsController.php:1120
msgid "This blend is licensed"
msgstr ""
#: Controller/BlendsController.php:1122
msgid "Do you agree with this license"
msgstr ""
#: Controller/BlendsController.php:1123
msgid "and the limitations imposed by the Fan Art marking"
msgstr ""
#: Controller/BlendsController.php:1128
msgid "I accept the license. Start file download, please"
msgstr ""
#: Controller/BlendsController.php:1128
msgid "Yes. Download now!"
msgstr ""
#: Controller/BlendsController.php:1129
msgid "Cancel download"
msgstr ""
#: Controller/BlendsController.php:1129
#: View/Blends/edit.ctp:91
msgid "Cancel"
msgstr ""
#: Controller/BlendsController.php:1139
msgid "You downloaded this blend less than 24 hours ago, if your first attempt failed you still have %d hours and %d minutes to retry without losing extra bandwidth"
msgstr ""
#: Controller/BlendsController.php:1143
msgid "If your download fails you have 24 hours to try again with no extra bandwidth subtracted from your monthly allocation!"
msgstr ""
#: Controller/BlendsController.php:1150
msgid "Looks like you are logged out, maybe your session expired"
msgstr ""
#: Controller/BlendsController.php:1151
msgid "Please %s and try again."
msgstr ""
#: Controller/BlendsController.php:1151
msgid "log in"
msgstr ""
#: Controller/BlendsController.php:1171;1172
msgid "Creative Commons Public Domain Mark 1.0"
msgstr ""
#: Controller/BlendsController.php:1173
msgid "which has no requirements:"
msgstr ""
#: Controller/BlendsController.php:1177;1178
msgid "Creative Commons Attribution 3.0"
msgstr ""
#: Controller/BlendsController.php:1179;1185;1191
msgid "which has the following requirements:"
msgstr ""
#: Controller/BlendsController.php:1183;1184
msgid "Creative Commons Attribution-ShareAlike 3.0"
msgstr ""
#: Controller/BlendsController.php:1189;1190
msgid "Creative Commons Attribution-NonCommercial 3.0"
msgstr ""
#: Controller/BlendsController.php:1204
msgid "Blend Swap recommends you give credit to the blend author, but there is no obligation to do so"
msgstr ""
#: Controller/BlendsController.php:1207
#: View/Helper/SingleBlendHelper.php:152
msgid "You must give credit to the author of this blend"
msgstr ""
#: Controller/BlendsController.php:1210
#: View/Helper/SingleBlendHelper.php:155
msgid "You must distribute any derivative works under the same license"
msgstr ""
#: Controller/BlendsController.php:1213
#: View/Helper/SingleBlendHelper.php:158
msgid "You can not use this blend commercially under any circumstance"
msgstr ""
#: Controller/BlendsController.php:1217
msgid "What's the deal with all this \"giving credits\" thing?"
msgstr ""
#: Controller/BlendsController.php:1695
msgid "The blend could not be saved. Please, try again."
msgstr ""
#: Controller/BlendsController.php:1719
msgid "Blend deleted"
msgstr ""
#: Controller/BlendsController.php:1722
msgid "Blend was not deleted"
msgstr ""
#: Controller/ChatsController.php:67;193;222
msgid "Invalid chat"
msgstr ""
#: Controller/ChatsController.php:197
msgid "The chat has been saved"
msgstr ""
#: Controller/ChatsController.php:200
msgid "The chat could not be saved. Please, try again."
msgstr ""
#: Controller/ChatsController.php:227
msgid "Chat deleted"
msgstr ""
#: Controller/ChatsController.php:230
msgid "Chat was not deleted"
msgstr ""
#: Controller/CollectionsController.php:146;278;335
msgid "Invalid collection"
msgstr ""
#: Controller/CollectionsController.php:309
msgid "The Collection was saved"
msgstr ""
#: Controller/CollectionsController.php:311
msgid "The Collection could not be saved. Please, try again."
msgstr ""
#: Controller/CollectionsController.php:340
msgid "Collection deleted"
msgstr ""
#: Controller/CollectionsController.php:342
msgid "Collection was not deleted"
msgstr ""
#: Controller/CommentsController.php:222
msgid "Your comment did not validate, is it empty? Please try again."
msgstr ""
#: Controller/CommentsController.php:261;275;301;376
msgid "Invalid comment"
msgstr ""
#: Controller/CommentsController.php:281;342
msgid "The comment has been saved"
msgstr ""
#: Controller/CommentsController.php:284;345
msgid "The comment could not be saved. Please, try again."
msgstr ""
#: Controller/CommentsController.php:379
msgid "Comment deleted"
msgstr ""
#: Controller/CommentsController.php:382
msgid "Comment was not deleted"
msgstr ""
#: Controller/ContactsController.php:82;152
msgid "The contact has been saved"
msgstr ""
#: Controller/ContactsController.php:84
msgid "The submission could not be saved correctly please correct any errors and try again."
msgstr ""
#: Controller/ContactsController.php:125;148;174
msgid "Invalid contact"
msgstr ""
#: Controller/ContactsController.php:155
msgid "The contact could not be saved. Please, try again."
msgstr ""
#: Controller/ContactsController.php:177
msgid "Contact deleted"
msgstr ""
#: Controller/ContactsController.php:180
msgid "Contact was not deleted"
msgstr ""
#: Controller/DownloadsController.php:40
msgid "Invalid download"
msgstr ""
#: Controller/FeaturesController.php:30;62;90
msgid "Invalid feature"
msgstr ""
#: Controller/FeaturesController.php:44;66
msgid "The feature has been saved"
msgstr ""
#: Controller/FeaturesController.php:47;69
msgid "The feature could not be saved. Please, try again."
msgstr ""
#: Controller/FeaturesController.php:93
msgid "Feature deleted"
msgstr ""
#: Controller/FeaturesController.php:96
msgid "Feature was not deleted"
msgstr ""
#: Controller/KeysController.php:37;68;94
msgid "Invalid key"
msgstr ""
#: Controller/KeysController.php:51;72
msgid "The key has been saved"
msgstr ""
#: Controller/KeysController.php:54;75
msgid "The key could not be saved. Please, try again."
msgstr ""
#: Controller/KeysController.php:97
msgid "Key deleted"
msgstr ""
#: Controller/KeysController.php:100
msgid "Key was not deleted"
msgstr ""
#: Controller/LimitsController.php:42;73;99
msgid "Invalid limit"
msgstr ""
#: Controller/LimitsController.php:56;77
msgid "The limit has been saved"
msgstr ""
#: Controller/LimitsController.php:59;80
msgid "The limit could not be saved. Please, try again."
msgstr ""
#: Controller/LimitsController.php:102
msgid "Limit deleted"
msgstr ""
#: Controller/LimitsController.php:105
msgid "Limit was not deleted"
msgstr ""
#: Controller/MembershipsController.php:61;107;135
msgid "Invalid membership"
msgstr ""
#: Controller/MembershipsController.php:86;111
msgid "The membership has been saved"
msgstr ""
#: Controller/MembershipsController.php:89;114
msgid "The membership could not be saved. Please, try again."
msgstr ""
#: Controller/MembershipsController.php:138
msgid "Membership deleted"
msgstr ""
#: Controller/MembershipsController.php:141
msgid "Membership was not deleted"
msgstr ""
#: Controller/MessagesController.php:47;253;282;307
msgid "Invalid message"
msgstr ""
#: Controller/MessagesController.php:204;260
msgid "The message could not be saved. Please, try again."
msgstr ""
#: Controller/MessagesController.php:257
msgid "The message has been saved"
msgstr ""
#: Controller/MessagesController.php:285;314
msgid "Message deleted"
msgstr ""
#: Controller/MessagesController.php:288;316
msgid "Message was not deleted"
msgstr ""
#: Controller/MetasController.php:32;63;89
msgid "Invalid meta"
msgstr ""
#: Controller/MetasController.php:46;67
msgid "The meta has been saved"
msgstr ""
#: Controller/MetasController.php:49;70
msgid "The meta could not be saved. Please, try again."
msgstr ""
#: Controller/MetasController.php:92
msgid "Meta deleted"
msgstr ""
#: Controller/MetasController.php:95
msgid "Meta was not deleted"
msgstr ""
#: Controller/NewsController.php:91;172;226
msgid "Invalid news"
msgstr ""
#: Controller/NewsController.php:152
msgid "The news has been saved"
msgstr ""
#: Controller/NewsController.php:155;202
msgid "The news could not be saved. Please, try again."
msgstr ""
#: Controller/NewsController.php:199
msgid "The news entry has been updated"
msgstr ""
#: Controller/NewsController.php:229
msgid "News deleted"
msgstr ""
#: Controller/NewsController.php:232
msgid "News was not deleted"
msgstr ""
#: Controller/OptionsController.php:69;104;130
msgid "Invalid option"
msgstr ""
#: Controller/OptionsController.php:87;108
msgid "The option has been saved"
msgstr ""
#: Controller/OptionsController.php:90
msgid "The option could not be saved. Please, try again."
msgstr ""
#: Controller/OptionsController.php:111
msgid "Error! The option could not be saved. Please, try again."
msgstr ""
#: Controller/OptionsController.php:133
msgid "Option deleted"
msgstr ""
#: Controller/OptionsController.php:136
msgid "Error! The option was not deleted"
msgstr ""
#: Controller/PagesController.php:119;125;130;181;212
msgid "Invalid page"
msgstr ""
#: Controller/PagesController.php:147;185
msgid "The page has been saved"
msgstr ""
#: Controller/PagesController.php:150;188
msgid "The page could not be saved. Please, try again."
msgstr ""
#: Controller/PagesController.php:215
msgid "Page deleted"
msgstr ""
#: Controller/PagesController.php:218
msgid "Page was not deleted"
msgstr ""
#: Controller/PaymentsController.php:59;332
msgid "Invalid payment"
msgstr ""
#: Controller/PaymentsController.php:335
msgid "Payment deleted"
msgstr ""
#: Controller/PaymentsController.php:338
msgid "Payment was not deleted"
msgstr ""
#: Controller/PlansController.php:33;64;90;118;149;175
msgid "Invalid plan"
msgstr ""
#: Controller/PlansController.php:47;68;132;153
msgid "The plan has been saved"
msgstr ""
#: Controller/PlansController.php:50;71;135;156
msgid "The plan could not be saved. Please, try again."
msgstr ""
#: Controller/PlansController.php:93;178
msgid "Plan deleted"
msgstr ""
#: Controller/PlansController.php:96;181
msgid "Plan was not deleted"
msgstr ""
#: Controller/ProfilesController.php:27;127;158;184
msgid "Invalid profile"
msgstr ""
#: Controller/ProfilesController.php:84;141;162
msgid "The profile has been saved"
msgstr ""
#: Controller/ProfilesController.php:86;144;165
msgid "The profile could not be saved. Please, try again."
msgstr ""
#: Controller/ProfilesController.php:187
msgid "Profile deleted"
msgstr ""
#: Controller/ProfilesController.php:190
msgid "Profile was not deleted"
msgstr ""
#: Controller/QuestionsController.php:80;189;263;295;323
msgid "Invalid question"
msgstr ""
#: Controller/QuestionsController.php:169;207;277;299
msgid "The question has been saved"
msgstr ""
#: Controller/QuestionsController.php:174;210;280;302
msgid "The question could not be saved. Please, try again."
msgstr ""
#: Controller/QuestionsController.php:326
msgid "Question deleted"
msgstr ""
#: Controller/QuestionsController.php:329
msgid "Question was not deleted"
msgstr ""
#: Controller/ReportsController.php:25;46
msgid "Invalid address"
msgstr ""
#: Controller/ReportsController.php:49;205;220;246
msgid "Invalid report"
msgstr ""
#: Controller/ReportsController.php:224
msgid "The report has been saved"
msgstr ""
#: Controller/ReportsController.php:227
msgid "The report could not be saved. Please, try again."
msgstr ""
#: Controller/ReportsController.php:249
msgid "Report deleted"
msgstr ""
#: Controller/ReportsController.php:252
msgid "Report was not deleted"
msgstr ""
#: Controller/RequestsController.php:73;217;267;310;548;582;623
msgid "Invalid request"
msgstr ""
#: Controller/RequestsController.php:184
msgid "The request has been saved. Now upload some concept arts!"
msgstr ""
#: Controller/RequestsController.php:189;237;565;590
msgid "The request could not be saved. Please, try again."
msgstr ""
#: Controller/RequestsController.php:234;562;587
msgid "The request has been saved"
msgstr ""
#: Controller/RequestsController.php:626
msgid "Request deleted"
msgstr ""
#: Controller/RequestsController.php:629
msgid "Request was not deleted"
msgstr ""
#: Controller/ResponsesController.php:34;69;100
msgid "Invalid response"
msgstr ""
#: Controller/ResponsesController.php:48;73
msgid "The response has been saved"
msgstr ""
#: Controller/ResponsesController.php:51;76
msgid "The response could not be saved. Please, try again."
msgstr ""
#: Controller/ResponsesController.php:103
msgid "Response deleted"
msgstr ""
#: Controller/ResponsesController.php:106
msgid "Response was not deleted"
msgstr ""
#: Controller/SubsController.php:40;71;97
msgid "Invalid sub"
msgstr ""
#: Controller/SubsController.php:54;75
msgid "The sub has been saved"
msgstr ""
#: Controller/SubsController.php:57;78
msgid "The sub could not be saved. Please, try again."
msgstr ""
#: Controller/SubsController.php:100
msgid "Sub deleted"
msgstr ""
#: Controller/SubsController.php:103
msgid "Sub was not deleted"
msgstr ""
#: Controller/SubsController.php:115
msgid "Subscription dispatch started, but not finished."
msgstr ""
#: Controller/SubsController.php:184
msgid "You are now following %s"
msgstr ""
#: Controller/SubsController.php:191
msgid "You are again following %s"
msgstr ""
#: Controller/SubsController.php:197
msgid "You are already following %s"
msgstr ""
#: Controller/SubsController.php:208
msgid "Hey! it doesn't seem you're following %s"
msgstr ""
#: Controller/SubsController.php:214
msgid "You are no longer following %s"
msgstr ""
#: Controller/SubsController.php:219
msgid "There was a problem processing your request, try again and report if the rror repeats."
msgstr ""
#: Controller/SubsController.php:226
msgid "You're not even following this entry, please let us know that you saw this message and we will try to fix this bug."
msgstr ""
#: Controller/SubsController.php:232
msgid "Looks like you're trying to follow yourself, but that's not allowed."
msgstr ""
#: Controller/TermsController.php:35
msgid "Blend Categories"
msgstr ""
#: Controller/TermsController.php:48;54
msgid "Invalid category name, these are the ones available."
msgstr ""
#: Controller/TermsController.php:108
msgid "Category: %s"
msgstr ""
#: Controller/TermsController.php:156
msgid "Tag: %s"
msgstr ""
#: Controller/UserbadgesController.php:29;60;86
msgid "Invalid userbadge"
msgstr ""
#: Controller/UserbadgesController.php:43;64
msgid "The userbadge has been saved"
msgstr ""
#: Controller/UserbadgesController.php:46;67
msgid "The userbadge could not be saved. Please, try again."
msgstr ""
#: Controller/UserbadgesController.php:89
msgid "Userbadge deleted"
msgstr ""
#: Controller/UserbadgesController.php:92
msgid "Userbadge was not deleted"
msgstr ""
#: Controller/UsersController.php:160;162
msgid "This user does not exist on Blend Swap."
msgstr ""
#: Controller/UsersController.php:320;1489;1521;1548
msgid "Invalid user"
msgstr ""
#: Controller/UsersController.php:344
msgid "Account and settings saved"
msgstr ""
#: Controller/UsersController.php:359
msgid "The setting could not be saved. Please review the rrors below and try again."
msgstr ""
#: Controller/UsersController.php:392
msgid "Your username was changed. you must use it to log in from now on."
msgstr ""
#: Controller/UsersController.php:399
msgid "The username you enteres is not valid, please check the rules again."
msgstr ""
#: Controller/UsersController.php:496;611
msgid "Captcha was incorrect please try again."
msgstr ""
#: Controller/UsersController.php:537
msgid "There was a problem sending your verification email. please contact the admins with your username and email so they can activate your account!"
msgstr ""
#: Controller/UsersController.php:557
msgid "The data entered did not validate, so the account was not created. Please correct the errors marked in red below, re-enter your password and try again."
msgstr ""
#: Controller/UsersController.php:1504;1526
msgid "The user has been saved"
msgstr ""
#: Controller/UsersController.php:1507;1529
msgid "The user could not be saved. Please, try again."
msgstr ""
#: Controller/UsersController.php:1551
msgid "User deleted"
msgstr ""
#: Controller/UsersController.php:1554
msgid "User was not deleted"
msgstr ""
#: Controller/VotesController.php:107;175;196
msgid "The vote has been saved"
msgstr ""
#: Controller/VotesController.php:110;178;199
msgid "The vote could not be saved. Please, try again."
msgstr ""
#: Controller/VotesController.php:161;192;218
msgid "Invalid vote"
msgstr ""
#: Controller/VotesController.php:221
msgid "Vote deleted"
msgstr ""
#: Controller/VotesController.php:224
msgid "Vote was not deleted"
msgstr ""
#: View/Answers/admin_add.ctp:4
msgid "Admin Add Response"
msgstr ""
#: View/Answers/admin_add.ctp:11
#: View/Answers/admin_edit.ctp:12
#: View/Blends/admin_add.ctp:27
#: View/Blends/admin_edit.ctp:60
#: View/Chats/add.ctp:11
#: View/Chats/edit.ctp:12
#: View/Comments/admin_edit.ctp:13
#: View/Contacts/add.ctp:93
#: View/Contacts/admin_edit.ctp:17
#: View/Elements/forms/commentForm.ctp:15
#: View/Feedbacks/add.ctp:21
#: View/Feedbacks/admin_edit.ctp:38
#: View/Keys/add.ctp:13
#: View/Keys/edit.ctp:14
#: View/Limits/admin_add.ctp:12
#: View/Limits/admin_edit.ctp:13
#: View/Messages/add.ctp:12
#: View/Messages/edit.ctp:13
#: View/Options/admin_add.ctp:13
#: View/Options/admin_edit.ctp:32
#: View/Pages/admin_add.ctp:15
#: View/Profiles/admin_add.ctp:22
#: View/Profiles/admin_edit.ctp:23
#: View/Profiles/edit.ctp:107
#: View/Questions/add.ctp:29
#: View/Questions/admin_add.ctp:11
#: View/Questions/admin_edit.ctp:12
#: View/Questions/edit.ctp:18
#: View/Reports/__add.ctp:11
#: View/Reports/admin_edit.ctp:12
#: View/Requests/add.ctp:82
#: View/Requests/admin_add.ctp:12
#: View/Requests/admin_edit.ctp:14
#: View/Requests/edit.ctp:42
#: View/Users/account.ctp:31
#: View/Users/admin_add.ctp:25
#: View/Users/admin_edit.ctp:26
msgid "Submit"
msgstr ""
#: View/Answers/admin_add.ctp:14
#: View/Answers/admin_edit.ctp:15
#: View/Answers/admin_index.ctp:11;50
#: View/Answers/admin_view.ctp:37
#: View/Blends/admin_add.ctp:30
#: View/Blends/admin_edit.ctp:64
#: View/Blends/admin_index.ctp:36
#: View/Blends/admin_view.ctp:117;158;205;254;303;341
#: View/Chats/add.ctp:14
#: View/Chats/edit.ctp:15
#: View/Chats/index.ctp:12
#: View/Comments/admin_edit.ctp:16
#: View/Comments/admin_index.ctp:30;90
#: View/Comments/admin_view.ctp:82
#: View/Contacts/admin_edit.ctp:20
#: View/Contacts/admin_index.ctp:20;62
#: View/Contacts/admin_view.ctp:87
#: View/Downloads/admin_index.ctp:11;46
#: View/Feedbacks/add.ctp:24
#: View/Feedbacks/admin_edit.ctp:43
#: View/Feedbacks/admin_index.ctp:20
#: View/Feedbacks/admin_view.ctp:87
#: View/Keys/add.ctp:16
#: View/Keys/edit.ctp:17
#: View/Keys/index.ctp:11;46
#: View/Keys/view.ctp:37
#: View/Limits/admin_add.ctp:15
#: View/Limits/admin_edit.ctp:16
#: View/Limits/admin_index.ctp:12;48
#: View/Limits/admin_view.ctp:42
#: View/Messages/add.ctp:15
#: View/Messages/edit.ctp:16
#: View/Messages/index.ctp:12;48
#: View/Messages/view.ctp:42
#: View/News/admin_index.ctp:22
#: View/Options/admin_add.ctp:16
#: View/Options/admin_edit.ctp:35
#: View/Options/admin_index.ctp:46
#: View/Options/admin_manage.ctp:9;42
#: View/Options/admin_view.ctp:27
#: View/Pages/admin_add.ctp:18
#: View/Pages/admin_edit.ctp:22
#: View/Pages/admin_index.ctp:8;40
#: View/Profiles/admin_add.ctp:25
#: View/Profiles/admin_edit.ctp:26
#: View/Profiles/admin_index.ctp:22;68
#: View/Profiles/admin_view.ctp:92
#: View/Questions/admin_add.ctp:14
#: View/Questions/admin_edit.ctp:15
#: View/Questions/admin_index.ctp:11;46
#: View/Questions/admin_view.ctp:37
#: View/Reports/__add.ctp:14
#: View/Reports/admin_edit.ctp:15
#: View/Reports/admin_index.ctp:22;60
#: View/Reports/admin_view.ctp:37
#: View/Reports/view.ctp:37
#: View/Requests/admin_add.ctp:15
#: View/Requests/admin_edit.ctp:17
#: View/Requests/admin_index.ctp:16;57
#: View/Requests/admin_view.ctp:42;65
#: View/Users/account.ctp:34
#: View/Users/admin_index.ctp:27;78
#: View/Users/admin_view.ctp:229
msgid "Actions"
msgstr ""
#: View/Answers/admin_edit.ctp:4
msgid "Admin Edit Response"
msgstr ""
#: View/Answers/admin_edit.ctp:18
#: View/Answers/admin_index.ctp:29
#: View/Blends/admin_index.ctp:57
#: View/Blends/admin_view.ctp:183;218;281;316;357
#: View/Chats/edit.ctp:18
#: View/Comments/admin_edit.ctp:19
#: View/Comments/admin_index.ctp:69
#: View/Contacts/admin_edit.ctp:23
#: View/Downloads/admin_index.ctp:25
#: View/Feedbacks/admin_edit.ctp:46
#: View/Feedbacks/admin_index.ctp:51
#: View/Keys/edit.ctp:20
#: View/Keys/index.ctp:25
#: View/Limits/admin_edit.ctp:19
#: View/Limits/admin_index.ctp:27
#: View/Messages/edit.ctp:19
#: View/Messages/index.ctp:27
#: View/News/admin_edit.ctp:3
#: View/News/admin_index.ctp:41
#: View/Options/admin_edit.ctp:38
#: View/Options/admin_index.ctp:22
#: View/Options/admin_manage.ctp:21
#: View/Pages/admin_index.ctp:20
#: View/Profiles/admin_edit.ctp:29
#: View/Profiles/admin_index.ctp:47
#: View/Questions/admin_edit.ctp:18
#: View/Questions/admin_index.ctp:25
#: View/Reports/admin_edit.ctp:18
#: View/Reports/admin_index.ctp:39
#: View/Requests/admin_edit.ctp:20
#: View/Requests/admin_index.ctp:36
#: View/Requests/admin_view.ctp:80
#: View/Users/account.ctp:37
#: View/Users/admin_index.ctp:57
msgid "Delete"
msgstr ""
#: View/Answers/admin_edit.ctp:18
#: View/Answers/admin_index.ctp:29
#: View/Answers/admin_view.ctp:40
#: View/Blends/admin_edit.ctp:67
#: View/Blends/admin_index.ctp:57
#: View/Blends/admin_view.ctp:120;183;218;281;316;357
#: View/Chats/edit.ctp:18
#: View/Comments/admin_edit.ctp:19
#: View/Comments/admin_index.ctp:69
#: View/Comments/admin_view.ctp:85
#: View/Contacts/admin_edit.ctp:23
#: View/Contacts/admin_index.ctp:41
#: View/Contacts/admin_view.ctp:90
#: View/Downloads/admin_index.ctp:25
#: View/Feedbacks/admin_edit.ctp:46
#: View/Feedbacks/admin_index.ctp:51
#: View/Feedbacks/admin_view.ctp:90
#: View/Keys/edit.ctp:20
#: View/Keys/index.ctp:25
#: View/Keys/view.ctp:40
#: View/Limits/admin_edit.ctp:19
#: View/Limits/admin_index.ctp:27
#: View/Limits/admin_view.ctp:45
#: View/Messages/edit.ctp:19
#: View/Messages/index.ctp:27
#: View/Messages/view.ctp:45
#: View/News/admin_edit.ctp:3
#: View/News/admin_index.ctp:41
#: View/Options/admin_edit.ctp:38
#: View/Options/admin_index.ctp:22
#: View/Options/admin_manage.ctp:21
#: View/Options/admin_view.ctp:30
#: View/Pages/admin_edit.ctp:24
#: View/Pages/admin_index.ctp:20
#: View/Profiles/admin_edit.ctp:29
#: View/Profiles/admin_index.ctp:47
#: View/Profiles/admin_view.ctp:95
#: View/Questions/admin_edit.ctp:18
#: View/Questions/admin_index.ctp:25
#: View/Questions/admin_view.ctp:40
#: View/Reports/admin_edit.ctp:18
#: View/Reports/admin_index.ctp:39
#: View/Reports/admin_view.ctp:40
#: View/Reports/view.ctp:40
#: View/Requests/admin_edit.ctp:20
#: View/Requests/admin_index.ctp:36
#: View/Requests/admin_view.ctp:45;80
#: View/Users/account.ctp:37
#: View/Users/admin_index.ctp:57
#: View/Users/admin_view.ctp:232
msgid "Are you sure you want to delete # %s?"
msgstr ""
#: View/Answers/admin_index.ctp:2
#: View/Requests/index.ctp:32
#: View/Requests/view.ctp:49
msgid "Responses"