-
Notifications
You must be signed in to change notification settings - Fork 1
/
cake_dev.pot
1185 lines (908 loc) · 28.5 KB
/
cake_dev.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: CakePHP 2.4.4\n"
"POT-Creation-Date: 2014-01-30 20:38+0100\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"
#: View/Layouts/default.ctp:19
#: View/Layouts/error.ctp:19
msgid "CakePHP: the rapid development php framework"
msgstr ""
#: View/Pages/home.ctp:16
msgid "Release Notes for CakePHP %s."
msgstr ""
#: View/Pages/home.ctp:18
msgid "Read the changelog"
msgstr ""
#: View/Pages/home.ctp:29
msgid "URL rewriting is not properly configured on your server."
msgstr ""
#: View/Pages/home.ctp:40
msgid "Your version of PHP is 5.2.8 or higher."
msgstr ""
#: View/Pages/home.ctp:44
msgid "Your version of PHP is too low. You need PHP 5.2.8 or higher to use CakePHP."
msgstr ""
#: View/Pages/home.ctp:53
msgid "Your tmp directory is writable."
msgstr ""
#: View/Pages/home.ctp:57
msgid "Your tmp directory is NOT writable."
msgstr ""
#: View/Pages/home.ctp:67
msgid "The %s is being used for core caching. To change the config edit %s"
msgstr ""
#: View/Pages/home.ctp:71
msgid "Your cache is NOT working. Please check the settings in %s"
msgstr ""
#: View/Pages/home.ctp:81
msgid "Your database configuration file is present."
msgstr ""
#: View/Pages/home.ctp:86
msgid "Your database configuration file is NOT present."
msgstr ""
#: View/Pages/home.ctp:88
msgid "Rename %s to %s"
msgstr ""
#: View/Pages/home.ctp:113
msgid "CakePHP is able to connect to the database."
msgstr ""
#: View/Pages/home.ctp:117
msgid "CakePHP is NOT able to connect to the database."
msgstr ""
#: View/Pages/home.ctp:129
msgid "PCRE has not been compiled with Unicode support."
msgstr ""
#: View/Pages/home.ctp:131
msgid "Recompile PCRE with Unicode support by adding <code>--enable-unicode-properties</code> when configuring"
msgstr ""
#: View/Pages/home.ctp:140
msgid "DebugKit plugin is present"
msgstr ""
#: View/Pages/home.ctp:144
msgid "DebugKit is not installed. It will help you inspect and debug different aspects of your application."
msgstr ""
#: View/Pages/home.ctp:146
msgid "You can install it from %s"
msgstr ""
#: View/Pages/home.ctp:152
msgid "Editing this Page"
msgstr ""
#: View/Pages/home.ctp:155
msgid "To change the content of this page, edit: %s.<br />\nTo change its layout, edit: %s.<br />\nYou can also add some CSS styles for your pages at: %s."
msgstr ""
#: View/Pages/home.ctp:162
msgid "Getting Started"
msgstr ""
#: View/Pages/home.ctp:166
msgid "New"
msgstr ""
#: View/Pages/home.ctp:166
msgid "CakePHP 2.0 Docs"
msgstr ""
#: View/Pages/home.ctp:175
msgid "The 15 min Blog Tutorial"
msgstr ""
#: View/Pages/home.ctp:182
msgid "Official Plugins"
msgstr ""
#: View/Pages/home.ctp:187
msgid "provides a debugging toolbar and enhanced debugging tools for CakePHP applications."
msgstr ""
#: View/Pages/home.ctp:191
msgid "contains various localized validation classes and translations for specific countries"
msgstr ""
#: View/Pages/home.ctp:196
msgid "More about CakePHP"
msgstr ""
#: View/Pages/home.ctp:198
msgid "CakePHP is a rapid development framework for PHP which uses commonly known design patterns like Active Record, Association Data Mapping, Front Controller and MVC."
msgstr ""
#: View/Pages/home.ctp:201
msgid "Our primary goal is to provide a structured framework that enables PHP users at all levels to rapidly develop robust web applications, without any loss to flexibility."
msgstr ""
#: View/Pages/home.ctp:206
msgid "The Rapid Development Framework"
msgstr ""
#: View/Pages/home.ctp:207
msgid "CakePHP Documentation"
msgstr ""
#: View/Pages/home.ctp:208
msgid "Your Rapid Development Cookbook"
msgstr ""
#: View/Pages/home.ctp:209
msgid "CakePHP API"
msgstr ""
#: View/Pages/home.ctp:210
msgid "Quick API Reference"
msgstr ""
#: View/Pages/home.ctp:211
msgid "The Bakery"
msgstr ""
#: View/Pages/home.ctp:212
msgid "Everything CakePHP"
msgstr ""
#: View/Pages/home.ctp:213
msgid "CakePHP Plugins"
msgstr ""
#: View/Pages/home.ctp:214
msgid "A comprehensive list of all CakePHP plugins created by the community"
msgstr ""
#: View/Pages/home.ctp:215
msgid "CakePHP Community Center"
msgstr ""
#: View/Pages/home.ctp:216
msgid "Everything related to the CakePHP community in one place"
msgstr ""
#: View/Pages/home.ctp:217
msgid "CakePHP Google Group"
msgstr ""
#: View/Pages/home.ctp:218
msgid "Community mailing list"
msgstr ""
#: View/Pages/home.ctp:220
msgid "Live chat about CakePHP"
msgstr ""
#: View/Pages/home.ctp:221
msgid "CakePHP Code"
msgstr ""
#: View/Pages/home.ctp:222
msgid "Find the CakePHP code on GitHub and contribute to the framework"
msgstr ""
#: View/Pages/home.ctp:223;224
msgid "CakePHP Issues"
msgstr ""
#: View/Pages/home.ctp:225;226
msgid "CakePHP Roadmaps"
msgstr ""
#: View/Pages/home.ctp:227
msgid "Training"
msgstr ""
#: View/Pages/home.ctp:228
msgid "Join a live session and get skilled with the framework"
msgstr ""
#: View/Pages/home.ctp:229
msgid "CakeFest"
msgstr ""
#: View/Pages/home.ctp:230
msgid "Don't miss our annual CakePHP conference"
msgstr ""
#: View/Pages/home.ctp:231
msgid "Cake Software Foundation"
msgstr ""
#: View/Pages/home.ctp:232
msgid "Promoting development related to CakePHP"
msgstr ""
#: webroot/test.php:93
msgid "Debug setting does not allow access to this url."
msgstr ""
#: Cache/Cache.php:173
msgid "Cache engine %s is not available."
msgstr ""
#: Cache/Cache.php:177
msgid "Cache engines must use %s as a base class."
msgstr ""
#: Cache/Cache.php:181
msgid "Cache engine %s is not properly configured."
msgstr ""
#: Cache/Cache.php:318
msgid "%s cache was unable to write '%s' to %s cache"
msgstr ""
#: Cache/Cache.php:542
msgid "Invalid cache group %s"
msgstr ""
#: Cache/Engine/FileEngine.php:312
msgid "Files cannot be atomically decremented."
msgstr ""
#: Cache/Engine/FileEngine.php:324
msgid "Files cannot be atomically incremented."
msgstr ""
#: Cache/Engine/FileEngine.php:361
msgid "Could not apply permission mask \"%s\" on cache file \"%s\""
msgstr ""
#: Cache/Engine/FileEngine.php:384
msgid "%s is not writable"
msgstr ""
#: Cache/Engine/MemcacheEngine.php:165;182
msgid "Method %s not implemented for compressed cache in %s"
msgstr ""
#: Configure/IniReader.php:100
#: Configure/PhpReader.php:62
msgid "Cannot load configuration files with ../ in them."
msgstr ""
#: Configure/IniReader.php:105
#: Configure/PhpReader.php:67
msgid "Could not load configuration file: %s"
msgstr ""
#: Configure/PhpReader.php:72
msgid "No variable %s found in %s"
msgstr ""
#: Console/Command/TestShell.php:174
msgid "Please install PHPUnit framework <info>(http://www.phpunit.de)</info>"
msgstr ""
#: Console/Command/TestShell.php:370
msgid "Test case %s cannot be run via this shell"
msgstr ""
#: Console/Command/TestShell.php:383;400
msgid "Test case %s not found"
msgstr ""
#: Console/Command/Task/PluginTask.php:180
msgid "%s modified"
msgstr ""
#: Console/Command/Task/TestTask.php:322
msgid "Invalid object type."
msgstr ""
#: Console/Command/Task/TestTask.php:341
msgid "Invalid type name"
msgstr ""
#: Controller/Component/AclComponent.php:67
msgid "Could not find %s."
msgstr ""
#: Controller/Component/AclComponent.php:91
msgid "AclComponent adapters must implement AclInterface"
msgstr ""
#: Controller/Component/AclComponent.php:162;176
msgid "%s is deprecated, use %s instead"
msgstr ""
#: Controller/Component/AuthComponent.php:491
msgid "Authorization adapter \"%s\" was not found."
msgstr ""
#: Controller/Component/AuthComponent.php:494
msgid "Authorization objects must implement an %s method."
msgstr ""
#: Controller/Component/AuthComponent.php:780
msgid "Authentication adapter \"%s\" was not found."
msgstr ""
#: Controller/Component/AuthComponent.php:783
msgid "Authentication objects must implement an %s method."
msgstr ""
#: Controller/Component/CookieComponent.php:384
msgid "You must use cipher or rijndael for cookie encryption type"
msgstr ""
#: Controller/Component/RequestHandlerComponent.php:757
msgid "You must give a handler callback."
msgstr ""
#: Controller/Component/SecurityComponent.php:335;613
msgid "The request has been black-holed"
msgstr ""
#: Controller/Component/Acl/PhpAcl.php:100
msgid "\"roles\" section not found in configuration."
msgstr ""
#: Controller/Component/Acl/PhpAcl.php:104
msgid "Neither \"allow\" nor \"deny\" rules were provided in configuration."
msgstr ""
#: Controller/Component/Acl/PhpAcl.php:522
msgid "cycle detected when inheriting %s from %s. Path: %s"
msgstr ""
#: Controller/Component/Auth/BaseAuthenticate.php:154
msgid "Password hasher class \"%s\" was not found."
msgstr ""
#: Controller/Component/Auth/BaseAuthenticate.php:157
msgid "Password hasher must extend AbstractPasswordHasher class."
msgstr ""
#: Controller/Component/Auth/BaseAuthorize.php:97
msgid "$controller needs to be an instance of Controller"
msgstr ""
#: Controller/Component/Auth/ControllerAuthorize.php:51
msgid "$controller does not implement an %s method."
msgstr ""
#: Controller/Component/Auth/CrudAuthorize.php:85
msgid "CrudAuthorize::authorize() - Attempted access of un-mapped action \"%1$s\" in controller \"%2$s\""
msgstr ""
#: Core/Configure.php:73
msgid "Can't find application core file. Please create %s, and make sure it is readable by PHP."
msgstr ""
#: Core/Configure.php:93
msgid "Can't find application bootstrap file. Please create %s, and make sure it is readable by PHP."
msgstr ""
#: Core/Configure.php:340
msgid "There is no \"%s\" adapter."
msgstr ""
#: Core/Configure.php:343
msgid "The \"%s\" adapter, does not have a %s method."
msgstr ""
#: Event/CakeEventManager.php:104
msgid "The eventKey variable is required"
msgstr ""
#: I18n/I18n.php:164
msgid "You cannot use \"\" as a domain."
msgstr ""
#: I18n/I18n.php:202
msgid "Missing plural form translation for \"%s\" in \"%s\" domain, \"%s\" locale. Check your po file for correct plurals and valid Plural-Forms header."
msgstr ""
#: Log/CakeLog.php:190
msgid "Invalid key name"
msgstr ""
#: Log/CakeLog.php:193
msgid "Missing logger class name"
msgstr ""
#: Log/CakeLog.php:314;332;351
msgid "Stream %s not found"
msgstr ""
#: Log/LogEngineCollection.php:44
msgid "logger class %s does not implement a %s method."
msgstr ""
#: Log/LogEngineCollection.php:69
msgid "Could not load class %s"
msgstr ""
#: Log/Engine/FileLog.php:150
msgid "Could not apply permission mask \"%s\" on log file \"%s\""
msgstr ""
#: Model/AclNode.php:176
msgid "AclNode::node() - Couldn't find %s node identified by \"%s\""
msgstr ""
#: Model/BehaviorCollection.php:226
msgid "%s - Method %s not found in any attached behavior"
msgstr ""
#: Model/CakeSchema.php:615
msgid "Schema generation error: invalid column type %s for %s.%s does not exist in DBO"
msgstr ""
#: Model/Model.php:1381
msgid "(Model::getColumnTypes) Unable to build model field data. If you are using a model without a database table, try implementing schema()"
msgstr ""
#: Model/Model.php:3581
msgid "Invalid join model settings in %s. The association parameter has the wrong type, expecting a string or array, but was passed type: %s"
msgstr ""
#: Model/Permission.php:86
msgid "%s - Failed ARO/ACO node lookup in permissions check. Node references:\nAro: %s\nAco: %s"
msgstr ""
#: Model/Permission.php:97
msgid "%s - Failed ACO node lookup in permissions check. Node references:\nAro: %s\nAco: %s"
msgstr ""
#: Model/Permission.php:108
msgid "ACO permissions key %s does not exist in %s"
msgstr ""
#: Model/Permission.php:179
msgid "%s - Invalid node"
msgstr ""
#: Model/Permission.php:197
msgid "Invalid permission key \"%s\""
msgstr ""
#: Model/Behavior/AclBehavior.php:66
msgid "Callback %s not defined in %s"
msgstr ""
#: Model/Behavior/AclBehavior.php:83
msgid "AclBehavior is setup with more then one type, please specify type parameter for node()"
msgstr ""
#: Model/Behavior/ContainableBehavior.php:342
msgid "Model \"%s\" is not associated with model \"%s\""
msgstr ""
#: Model/Behavior/TranslateBehavior.php:71
msgid "Datasource %s for TranslateBehavior of model %s is not connected"
msgstr ""
#: Model/Behavior/TranslateBehavior.php:590
msgid "You cannot bind a translation named \"name\"."
msgstr ""
#: Model/Behavior/TranslateBehavior.php:612
msgid "Association %s is already bound to model %s"
msgstr ""
#: Model/Datasource/CakeSession.php:502
msgid "Unable to configure the session, setting %s failed."
msgstr ""
#: Model/Datasource/CakeSession.php:536
msgid "Could not load %s to handle the session."
msgstr ""
#: Model/Datasource/CakeSession.php:542
msgid "Chosen SessionHandler does not implement CakeSessionHandlerInterface it cannot be used with an engine key."
msgstr ""
#: Model/Datasource/DboSource.php:255
msgid "Selected driver is not enabled"
msgstr ""
#: Model/Datasource/DboSource.php:1189
msgid "Error in Model %s"
msgstr ""
#: Model/Datasource/DboSource.php:2966
msgid "Invalid schema object"
msgstr ""
#: Model/Datasource/DboSource.php:3076
#: Model/Datasource/Database/Sqlite.php:401
msgid "Column name or type not defined in schema"
msgstr ""
#: Model/Datasource/DboSource.php:3081
#: Model/Datasource/Database/Sqlite.php:406
msgid "Column type %s does not exist"
msgstr ""
#: Model/Datasource/Database/Mysql.php:333
#: Model/Datasource/Database/Sqlserver.php:216
msgid "Could not describe table for %s"
msgstr ""
#: Model/Validator/CakeValidationRule.php:281
msgid "Could not find validation handler %s for %s"
msgstr ""
#: Network/CakeRequest.php:449
msgid "Method %s does not exist"
msgstr ""
#: Network/CakeResponse.php:623
msgid "Unknown status code"
msgstr ""
#: Network/CakeResponse.php:667
msgid "Invalid status code"
msgstr ""
#: Network/CakeResponse.php:1267
msgid "The requested file %s was not found or not readable"
msgstr ""
#: Network/CakeSocket.php:304
msgid "Connection timed out"
msgstr ""
#: Network/CakeSocket.php:371
msgid "Invalid encryption scheme chosen"
msgstr ""
#: Network/CakeSocket.php:384
msgid "Unable to perform enableCrypto operation on CakeSocket"
msgstr ""
#: Network/Email/CakeEmail.php:368
msgid "From requires only 1 email address."
msgstr ""
#: Network/Email/CakeEmail.php:383
msgid "Sender requires only 1 email address."
msgstr ""
#: Network/Email/CakeEmail.php:398
msgid "Reply-To requires only 1 email address."
msgstr ""
#: Network/Email/CakeEmail.php:413
msgid "Disposition-Notification-To requires only 1 email address."
msgstr ""
#: Network/Email/CakeEmail.php:428
msgid "Return-Path requires only 1 email address."
msgstr ""
#: Network/Email/CakeEmail.php:562;576;616;630
msgid "Invalid email: \"%s\""
msgstr ""
#: Network/Email/CakeEmail.php:661;676
msgid "$headers should be an array."
msgstr ""
#: Network/Email/CakeEmail.php:881
msgid "Format not available."
msgstr ""
#: Network/Email/CakeEmail.php:916
msgid "Class \"%s\" not found."
msgstr ""
#: Network/Email/CakeEmail.php:918
msgid "The \"%s\" does not have a %s method."
msgstr ""
#: Network/Email/CakeEmail.php:939
msgid "Invalid format for Message-ID. The text should be something like \"<[email protected]>\""
msgstr ""
#: Network/Email/CakeEmail.php:1018
msgid "No file or data specified."
msgstr ""
#: Network/Email/CakeEmail.php:1021
msgid "No filename specified."
msgstr ""
#: Network/Email/CakeEmail.php:1027
msgid "File not found: \"%s\""
msgstr ""
#: Network/Email/CakeEmail.php:1110
msgid "From is not specified."
msgstr ""
#: Network/Email/CakeEmail.php:1113
msgid "You need to specify at least one destination for to, cc or bcc."
msgstr ""
#: Network/Email/CakeEmail.php:1188
msgid "%s not found."
msgstr ""
#: Network/Email/CakeEmail.php:1192
msgid "Unknown email configuration \"%s\"."
msgstr ""
#: Network/Email/MailTransport.php:70;74
msgid "Could not send email."
msgstr ""
#: Network/Email/SmtpTransport.php:100
msgid "Unable to connect to SMTP server."
msgstr ""
#: Network/Email/SmtpTransport.php:121
msgid "SMTP server did not accept the connection or trying to connect to non TLS SMTP server using TLS."
msgstr ""
#: Network/Email/SmtpTransport.php:126
msgid "SMTP server did not accept the connection."
msgstr ""
#: Network/Email/SmtpTransport.php:142
msgid "SMTP server did not accept the username."
msgstr ""
#: Network/Email/SmtpTransport.php:145
msgid "SMTP server did not accept the password."
msgstr ""
#: Network/Email/SmtpTransport.php:148
msgid "SMTP authentication method not allowed, check if SMTP server requires TLS"
msgstr ""
#: Network/Email/SmtpTransport.php:150
msgid "SMTP does not require authentication."
msgstr ""
#: Network/Email/SmtpTransport.php:242
msgid "SMTP timeout."
msgstr ""
#: Network/Email/SmtpTransport.php:253
msgid "SMTP Error: %s"
msgstr ""
#: Network/Http/HttpResponse.php:21
msgid "HttpResponse is deprecated due to naming conflicts. Use HttpSocketResponse instead."
msgstr ""
#: Network/Http/HttpSocket.php:244
msgid "Invalid resource."
msgstr ""
#: Network/Http/HttpSocket.php:404
msgid "Class %s not found."
msgstr ""
#: Network/Http/HttpSocket.php:602
msgid "Unknown authentication method."
msgstr ""
#: Network/Http/HttpSocket.php:605
msgid "The %s does not support authentication."
msgstr ""
#: Network/Http/HttpSocket.php:631
msgid "Unknown authentication method for proxy."
msgstr ""
#: Network/Http/HttpSocket.php:634
msgid "The %s does not support proxy authentication."
msgstr ""
#: Network/Http/HttpSocket.php:886
msgid "HttpSocket::_buildRequestLine - Passed an invalid request line string. Activate quirks mode to do this."
msgstr ""
#: Network/Http/HttpSocket.php:904
msgid "HttpSocket::_buildRequestLine - The \"*\" asterisk character is only allowed for the following methods: %s. Activate quirks mode to work outside of HTTP/1.1 specs."
msgstr ""
#: Network/Http/HttpSocketResponse.php:151
msgid "Invalid response."
msgstr ""
#: Network/Http/HttpSocketResponse.php:155
msgid "Invalid HTTP response."
msgstr ""
#: Network/Http/HttpSocketResponse.php:223
msgid "HttpSocket::_decodeChunkedBody - Could not parse malformed chunk."
msgstr ""
#: Routing/Router.php:203
msgid "Route class not found, or route class is not a subclass of CakeRoute"
msgstr ""
#: Utility/CakeNumber.php:163
msgid "No unit type."
msgstr ""
#: Utility/ClassRegistry.php:116
msgid "(ClassRegistry::init() Attempted to create instance of a class with a numeric name"
msgstr ""
#: Utility/ClassRegistry.php:148
msgid "Cannot create instance of %s, as it is abstract or is an interface"
msgstr ""
#: Utility/ClassRegistry.php:189
msgid "(ClassRegistry::init() could not create instance of %s"
msgstr ""
#: Utility/Debugger.php:631
msgid "Invalid Debugger output format."
msgstr ""
#: Utility/Debugger.php:847
msgid "Please change the value of %s in %s to a salt value specific to your application."
msgstr ""
#: Utility/Debugger.php:851
msgid "Please change the value of %s in %s to a numeric (digits only) seed value specific to your application."
msgstr ""
#: Utility/Folder.php:385;408
msgid "%s changed to %s"
msgstr ""
#: Utility/Folder.php:389;410
msgid "%s NOT changed to %s"
msgstr ""
#: Utility/Folder.php:506
msgid "%s is a file"
msgstr ""
#: Utility/Folder.php:517;695
msgid "%s created"
msgstr ""
#: Utility/Folder.php:521
msgid "%s NOT created"
msgstr ""
#: Utility/Folder.php:593;601;613
msgid "%s removed"
msgstr ""
#: Utility/Folder.php:595;603;615
msgid "%s NOT removed"
msgstr ""
#: Utility/Folder.php:653
msgid "%s not found"
msgstr ""
#: Utility/Folder.php:662
msgid "%s not writable"
msgstr ""
#: Utility/Folder.php:678
msgid "%s copied to %s"
msgstr ""
#: Utility/Folder.php:680
msgid "%s NOT copied to %s"
msgstr ""
#: Utility/Folder.php:699
msgid "%s not created"
msgstr ""
#: Utility/Hash.php:355
msgid "Hash::combine() needs an equal number of keys + values."
msgstr ""
#: Utility/ObjectCollection.php:128
msgid "Cannot use modParams with indexes that do not exist."
msgstr ""
#: Utility/Security.php:159
msgid "Invalid value, cost must be between %s and %s"
msgstr ""
#: Utility/Security.php:186;219
msgid "You cannot use an empty key for %s"
msgstr ""
#: Utility/Security.php:223
msgid "You must specify the operation for Security::rijndael(), either encrypt or decrypt"
msgstr ""
#: Utility/Security.php:227
msgid "You must use a key larger than 32 bytes for Security::rijndael()"
msgstr ""
#: Utility/Security.php:281
msgid "Invalid salt: %s for %s Please visit http://www.php.net/crypt and read the appropriate section for building %s salts."
msgstr ""
#: Utility/Validation.php:257
msgid "You must define the $operator parameter for %s"
msgstr ""
#: Utility/Validation.php:275
msgid "You must define a regular expression for %s"
msgstr ""
#: Utility/Validation.php:831
msgid "Could not find %s class, unable to complete validation."
msgstr ""
#: Utility/Validation.php:835
msgid "Method %s does not exist on %s unable to complete validation."
msgstr ""
#: Utility/Validation.php:929
msgid "Can not determine the mimetype."
msgstr ""
#: Utility/Xml.php:108;112;117
msgid "XML cannot be read."
msgstr ""
#: Utility/Xml.php:115;194
msgid "Invalid input."
msgstr ""
#: Utility/Xml.php:149
msgid "Xml cannot be read."
msgstr ""
#: Utility/Xml.php:198
msgid "The key of input must be alphanumeric"
msgstr ""
#: Utility/Xml.php:275;288
msgid "Invalid array"
msgstr ""
#: Utility/Xml.php:339
msgid "The input is not instance of SimpleXMLElement, DOMDocument or DOMNode."
msgstr ""
#: View/Helper.php:191
msgid "Method %1$s::%2$s does not exist"
msgstr ""
#: View/View.php:413
msgid "Element Not Found: %s"
msgstr ""
#: View/View.php:708
msgid "You cannot extend an element which does not exist (%s)."
msgstr ""
#: View/View.php:724
msgid "You cannot have views extend themselves."
msgstr ""
#: View/View.php:727
msgid "You cannot have views extend in a loop."
msgstr ""
#: View/View.php:910
msgid "The \"%s\" block was left open. Blocks are not allowed to cross files."
msgstr ""
#: View/Elements/sql_dump.ctp:81
msgid "Encountered unexpected %s. Cannot generate SQL log."
msgstr ""
#: View/Errors/fatal_error.ctp:20
msgid "Fatal Error"
msgstr ""
#: View/Errors/fatal_error.ctp:22
#: View/Errors/missing_action.ctp:21;25
#: View/Errors/missing_behavior.ctp:23;27
#: View/Errors/missing_component.ctp:23;27
#: View/Errors/missing_connection.ctp:21;32
#: View/Errors/missing_controller.ctp:23;27
#: View/Errors/missing_database.ctp:21;25
#: View/Errors/missing_datasource.ctp:23
#: View/Errors/missing_datasource_config.ctp:21
#: View/Errors/missing_helper.ctp:23;27
#: View/Errors/missing_layout.ctp:21;25
#: View/Errors/missing_plugin.ctp:21;25
#: View/Errors/missing_table.ctp:21
#: View/Errors/missing_view.ctp:21;25
#: View/Errors/pdo_error.ctp:21
#: View/Errors/private_action.ctp:21
#: View/Errors/scaffold_error.ctp:21
msgid "Error"
msgstr ""
#: View/Errors/fatal_error.ctp:26
msgid "File"
msgstr ""
#: View/Errors/fatal_error.ctp:30
msgid "Line"
msgstr ""
#: View/Errors/fatal_error.ctp:34
#: View/Errors/missing_action.ctp:40
#: View/Errors/missing_behavior.ctp:37
#: View/Errors/missing_component.ctp:37
#: View/Errors/missing_connection.ctp:37
#: View/Errors/missing_controller.ctp:37
#: View/Errors/missing_database.ctp:29
#: View/Errors/missing_datasource.ctp:30
#: View/Errors/missing_datasource_config.ctp:25
#: View/Errors/missing_helper.ctp:37
#: View/Errors/missing_layout.ctp:29
#: View/Errors/missing_plugin.ctp:41
#: View/Errors/missing_table.ctp:25
#: View/Errors/missing_view.ctp:29
#: View/Errors/pdo_error.ctp:35
#: View/Errors/private_action.ctp:25
#: View/Errors/scaffold_error.ctp:25
msgid "Notice"
msgstr ""
#: View/Errors/fatal_error.ctp:35
#: View/Errors/missing_action.ctp:41
#: View/Errors/missing_behavior.ctp:38
#: View/Errors/missing_component.ctp:38
#: View/Errors/missing_connection.ctp:38
#: View/Errors/missing_controller.ctp:38
#: View/Errors/missing_database.ctp:30
#: View/Errors/missing_datasource.ctp:31
#: View/Errors/missing_datasource_config.ctp:26
#: View/Errors/missing_helper.ctp:38
#: View/Errors/missing_layout.ctp:30
#: View/Errors/missing_plugin.ctp:42
#: View/Errors/missing_table.ctp:26
#: View/Errors/missing_view.ctp:30
#: View/Errors/pdo_error.ctp:36
#: View/Errors/private_action.ctp:26
#: View/Errors/scaffold_error.ctp:26
msgid "If you want to customize this error message, create %s"
msgstr ""
#: View/Errors/missing_action.ctp:20
msgid "Missing Method in %s"
msgstr ""
#: View/Errors/missing_action.ctp:22
msgid "The action %1$s is not defined in controller %2$s"