-
Notifications
You must be signed in to change notification settings - Fork 3
/
core.pot
2497 lines (1906 loc) · 55 KB
/
core.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: 2011-10-29 10:47+0200\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"
#: /cake.php:329
msgid "Error: Class %s could not be loaded."
msgstr ""
#: /cake.php:381
msgid "Error: Unknown %1$s command %2$s."
msgstr ""
#: /cake.php:382
msgid "For usage try `cake %s help`"
msgstr ""
#: /error.php:80
#: /view/errors/error404.ctp:23
msgid "The requested address %s was not found on this server."
msgstr ""
#: /error.php:94
msgid "Missing Controller '%s'"
msgstr ""
#: /error.php:106
msgid "Missing Method '%s' in '%s'"
msgstr ""
#: /error.php:118
msgid "Trying to access private method '%s' in '%s'"
msgstr ""
#: /error.php:130
msgid "Missing database table '%s' for model '%s'"
msgstr ""
#: /error.php:141
msgid "Missing Database"
msgstr ""
#: /error.php:153
msgid "Missing View '%s' for '%s' in '%s'"
msgstr ""
#: /error.php:165
msgid "Missing Layout '%s'"
msgstr ""
#: /error.php:177
msgid "Missing Database Connection. Try 'cake bake'"
msgstr ""
#: /error.php:189
msgid "Missing Helper file '%s' for '%s'"
msgstr ""
#: /error.php:201
msgid "Missing Helper class '%s' in '%s'"
msgstr ""
#: /error.php:213
msgid "Missing Component file '%s' for '%s'"
msgstr ""
#: /error.php:225
msgid "Missing Component class '%s' in '%s'"
msgstr ""
#: /error.php:237
msgid "Missing model '%s'"
msgstr ""
#: /libs/acl.php:76
msgid "Error: Your current Cake configuration is set to"
msgstr ""
#: /libs/acl.php:77
msgid "an ACL implementation other than DB. Please change"
msgstr ""
#: /libs/acl.php:78
msgid "your core config to reflect your decision to use"
msgstr ""
#: /libs/acl.php:79
msgid "DbAcl before attempting to use this script"
msgstr ""
#: /libs/acl.php:81
msgid "Current ACL Classname: %s"
msgstr ""
#: /libs/acl.php:89
#: /libs/bake.php:83
#: /libs/i18n.php:58
msgid "Your database configuration was not found. Take a moment to create one."
msgstr ""
#: /libs/acl.php:109
msgid "Available ACL commands:"
msgstr ""
#: /libs/acl.php:121
msgid "For help, run the 'help' command. For help on a specific command, run 'help <command>'"
msgstr ""
#: /libs/acl.php:148
msgid "/ can not be used as an alias!"
msgstr ""
#: /libs/acl.php:148
msgid "\t/ is the root, please supply a sub alias"
msgstr ""
#: /libs/acl.php:154
msgid "New %s '%s' created.\n"
msgstr ""
#: /libs/acl.php:156
msgid "There was a problem creating a new %s '%s'."
msgstr ""
#: /libs/acl.php:174
msgid "Node Not Deleted"
msgstr ""
#: /libs/acl.php:174
msgid "There was an error deleting the %s. Check that the node exists"
msgstr ""
#: /libs/acl.php:176
msgid "%s deleted"
msgstr ""
#: /libs/acl.php:199
msgid "Error in setting new parent. Please make sure the parent node exists, and is not a descendant of the node specified."
msgstr ""
#: /libs/acl.php:201
msgid "Node parent set to %s"
msgstr ""
#: /libs/acl.php:221
msgid "Supplied Node '%s' not found"
msgstr ""
#: /libs/acl.php:222;345;347;514
msgid "No tree returned."
msgstr ""
#: /libs/acl.php:225
msgid "Path:"
msgstr ""
#: /libs/acl.php:261
msgid "%s is allowed."
msgstr ""
#: /libs/acl.php:263
msgid "%s is not allowed."
msgstr ""
#: /libs/acl.php:277
msgid "Permission granted."
msgstr ""
#: /libs/acl.php:279
msgid "Permission was not granted."
msgstr ""
#: /libs/acl.php:293
msgid "Permission denied."
msgstr ""
#: /libs/acl.php:295
msgid "Permission was not denied."
msgstr ""
#: /libs/acl.php:309
msgid "Permission inherited."
msgstr ""
#: /libs/acl.php:311
msgid "Permission was not inherited."
msgstr ""
#: /libs/acl.php:345;347;514
#: /libs/api.php:92
#: /libs/testsuite.php:232
#: /folder.php:629
msgid "%s not found"
msgstr ""
#: /libs/acl.php:394
msgid "Usage: cake acl <command> <arg1> <arg2>..."
msgstr ""
#: /libs/acl.php:396
#: /libs/tasks/extract.php:209
msgid "Commands:"
msgstr ""
#: /libs/acl.php:400
msgid "Creates a new ACL object <node> under the parent"
msgstr ""
#: /libs/acl.php:401
msgid "specified by <parent>, an id/alias."
msgstr ""
#: /libs/acl.php:402
msgid "The <parent> and <node> references can be"
msgstr ""
#: /libs/acl.php:403
msgid "in one of the following formats:"
msgstr ""
#: /libs/acl.php:404
msgid "<model>.<id> - The node will be bound to a"
msgstr ""
#: /libs/acl.php:405
msgid "specific record of the given model."
msgstr ""
#: /libs/acl.php:406
msgid "<alias> - The node will be given a string alias,"
msgstr ""
#: /libs/acl.php:407
msgid " (or path, in the case of <parent>)"
msgstr ""
#: /libs/acl.php:408
msgid "i.e. 'John'. When used with <parent>,"
msgstr ""
#: /libs/acl.php:409
msgid "this takes the form of an alias path,"
msgstr ""
#: /libs/acl.php:410
msgid "i.e. <group>/<subgroup>/<parent>."
msgstr ""
#: /libs/acl.php:411
msgid "To add a node at the root level,"
msgstr ""
#: /libs/acl.php:412
msgid "enter 'root' or '/' as the <parent> parameter."
msgstr ""
#: /libs/acl.php:415
msgid "Deletes the ACL object with the given <node> reference"
msgstr ""
#: /libs/acl.php:416;422;429;434;441;448;454;461
msgid "For more detailed parameter usage info,"
msgstr ""
#: /libs/acl.php:417;423;430;435;442;449;455;462
msgid "see help for the 'create' command."
msgstr ""
#: /libs/acl.php:420
msgid "Moves the ACL object specified by <node> beneath"
msgstr ""
#: /libs/acl.php:421
msgid "the parent ACL object specified by <parent>."
msgstr ""
#: /libs/acl.php:426
msgid "Returns the path to the ACL object specified by <node>. This command"
msgstr ""
#: /libs/acl.php:427
msgid "is useful in determining the inhertiance of permissions for a certain"
msgstr ""
#: /libs/acl.php:428
msgid "object in the tree."
msgstr ""
#: /libs/acl.php:432;437;444;451
msgid "or"
msgstr ""
#: /libs/acl.php:433
msgid "Use this command to check ACL permissions."
msgstr ""
#: /libs/acl.php:438
msgid "Use this command to grant ACL permissions. Once executed, the ARO"
msgstr ""
#: /libs/acl.php:439
msgid "specified (and its children, if any) will have ALLOW access to the"
msgstr ""
#: /libs/acl.php:440;447
msgid "specified ACO action (and the ACO's children, if any)."
msgstr ""
#: /libs/acl.php:445
msgid "Use this command to deny ACL permissions. Once executed, the ARO"
msgstr ""
#: /libs/acl.php:446
msgid "specified (and its children, if any) will have DENY access to the"
msgstr ""
#: /libs/acl.php:452
msgid "Use this command to force a child ARO object to inherit its"
msgstr ""
#: /libs/acl.php:453
msgid "permissions settings from its parent."
msgstr ""
#: /libs/acl.php:458
msgid "The view command will return the ARO or ACO tree."
msgstr ""
#: /libs/acl.php:459
msgid "The optional node parameter allows you to return"
msgstr ""
#: /libs/acl.php:460
msgid "only a portion of the requested tree."
msgstr ""
#: /libs/acl.php:465
msgid "Uses this command : cake schema run create DbAcl"
msgstr ""
#: /libs/acl.php:468
msgid "Displays this help message, or a message on a specific command."
msgstr ""
#: /libs/acl.php:479
msgid "Command '%s' not found"
msgstr ""
#: /libs/acl.php:493
msgid "Missing/Unknown node type: '%s'"
msgstr ""
#: /libs/acl.php:493
msgid "Please specify which ACL object type you wish to create. Either \"aro\" or \"aco\""
msgstr ""
#: /libs/acl.php:550
msgid "Could not find node using reference \"%s\""
msgstr ""
#: /libs/api.php:101
msgid "%s::%s() could not be found"
msgstr ""
#: /libs/api.php:118
msgid "Select a number to see the more information about a specific method. q to quit. l to list."
msgstr ""
#: /libs/api.php:120
msgid "Done"
msgstr ""
#: /libs/api.php:191
msgid "%s could not be found"
msgstr ""
#: /libs/bake.php:98
msgid "What would you like to Bake?"
msgstr ""
#: /libs/bake.php:125
msgid "You have made an invalid selection. Please choose a type of class to Bake by entering D, M, V, F, T, or C."
msgstr ""
#: /libs/bake.php:172
msgid "%s Model was baked."
msgstr ""
#: /libs/bake.php:183
msgid "%s Controller was baked."
msgstr ""
#: /libs/bake.php:191
msgid "%s Views were baked."
msgstr ""
#: /libs/bake.php:193
msgid "Bake All complete"
msgstr ""
#: /libs/bake.php:196
msgid "Bake All could not continue without a valid model"
msgstr ""
#: /libs/i18n.php:70
msgid "I18n Shell"
msgstr ""
#: /libs/i18n.php:72
msgid "[E]xtract POT file from sources"
msgstr ""
#: /libs/i18n.php:73
msgid "[I]nitialize i18n database table"
msgstr ""
#: /libs/i18n.php:74
msgid "[H]elp"
msgstr ""
#: /libs/i18n.php:75
msgid "[Q]uit"
msgstr ""
#: /libs/i18n.php:77
msgid "What would you like to do?"
msgstr ""
#: /libs/i18n.php:92
msgid "You have made an invalid selection. Please choose a command to execute by entering E, I, H, or Q."
msgstr ""
#: /libs/i18n.php:115
msgid "I18n Shell:"
msgstr ""
#: /libs/i18n.php:117
msgid "I18n Shell initializes i18n database table for your application"
msgstr ""
#: /libs/i18n.php:118
msgid "and generates .pot file(s) with translations."
msgstr ""
#: /libs/i18n.php:120
msgid "usage:"
msgstr ""
#: /libs/schema.php:122
msgid "Schema file (%s) could not be found."
msgstr ""
#: /libs/schema.php:134
msgid "Generating Schema..."
msgstr ""
#: /libs/schema.php:193;196
msgid "Schema file: %s generated"
msgstr ""
#: /libs/schema.php:214
msgid "Schema could not be loaded"
msgstr ""
#: /libs/schema.php:239
msgid "SQL dump file created in %s"
msgstr ""
#: /libs/schema.php:242
msgid "SQL dump could not be created"
msgstr ""
#: /libs/schema.php:286
msgid "Performing a dry run."
msgstr ""
#: /libs/schema.php:298
msgid "%s could not be loaded"
msgstr ""
#: /libs/schema.php:329;379
msgid "Schema is up to date."
msgstr ""
#: /libs/schema.php:333
msgid "The following table(s) will be dropped."
msgstr ""
#: /libs/schema.php:336
msgid "Are you sure you want to drop the table(s)?"
msgstr ""
#: /libs/schema.php:337
msgid "Dropping table(s)."
msgstr ""
#: /libs/schema.php:341
msgid "The following table(s) will be created."
msgstr ""
#: /libs/schema.php:344
msgid "Are you sure you want to create the table(s)?"
msgstr ""
#: /libs/schema.php:345
msgid "Creating table(s)."
msgstr ""
#: /libs/schema.php:348
msgid "End create."
msgstr ""
#: /libs/schema.php:360
msgid "Comparing Database to Schema..."
msgstr ""
#: /libs/schema.php:383
msgid "The following statements will run."
msgstr ""
#: /libs/schema.php:385
msgid "Are you sure you want to alter the tables?"
msgstr ""
#: /libs/schema.php:387
msgid "Updating Database..."
msgstr ""
#: /libs/schema.php:391
msgid "End update."
msgstr ""
#: /libs/schema.php:401
msgid "Sql could not be run"
msgstr ""
#: /libs/schema.php:409
msgid "%s is up to date."
msgstr ""
#: /libs/schema.php:412
msgid "Dry run for %s :"
msgstr ""
#: /libs/schema.php:428
msgid "%s updated."
msgstr ""
#: /libs/shell.php:420
msgid "Error: %s"
msgstr ""
#: /libs/shell.php:460
msgid "Creating file %s"
msgstr ""
#: /libs/shell.php:463
msgid "File `%s` exists, overwrite?"
msgstr ""
#: /libs/shell.php:467
msgid "Quitting."
msgstr ""
#: /libs/shell.php:470
msgid "Skip `%s`"
msgstr ""
#: /libs/shell.php:481
msgid "Wrote `%s`"
msgstr ""
#: /libs/shell.php:484
msgid "Could not write to `%s`."
msgstr ""
#: /libs/testsuite.php:152
msgid "CakePHP Test Shell"
msgstr ""
#: /libs/testsuite.php:156
msgid "Sorry, you did not pass any arguments!"
msgstr ""
#: /libs/testsuite.php:160
msgid "Running %s %s %s"
msgstr ""
#: /libs/testsuite.php:169
msgid "Sorry, the tests could not be found."
msgstr ""
#: /libs/testsuite.php:223
msgid "%s is an invalid test category (either \"app\", \"core\" or name of a plugin)"
msgstr ""
#: /libs/testsuite.php:237
msgid "%s is invalid. Should be case, group or all"
msgstr ""
#: /libs/testsuite.php:247
msgid "%s %s %s is an invalid test identifier"
msgstr ""
#: /libs/testsuite.php:273
msgid "You must install Xdebug to use the CakePHP(tm) Code Coverage Analyzation. Download it from http://www.xdebug.org/docs/install"
msgstr ""
#: /libs/testsuite.php:366
msgid "Sorry, Simpletest could not be found. Download it from http://simpletest.org and install it to your vendors directory."
msgstr ""
#: /libs/tasks/controller.php:77
msgid "Baking basic crud methods for "
msgstr ""
#: /libs/tasks/controller.php:82;90
msgid "Adding %s methods"
msgstr ""
#: /libs/tasks/controller.php:134
msgid "Bake Controller\nPath: %s"
msgstr ""
#: /libs/tasks/controller.php:143
msgid "Baking %sController"
msgstr ""
#: /libs/tasks/controller.php:155
msgid "Would you like to build your controller interactively?"
msgstr ""
#: /libs/tasks/controller.php:157
msgid "Warning: Choosing no will overwrite the %sController."
msgstr ""
#: /libs/tasks/controller.php:164
msgid "Would you like to use dynamic scaffolding?"
msgstr ""
#: /libs/tasks/controller.php:177
msgid "Would you like to use Session flash messages?"
msgstr ""
#: /libs/tasks/controller.php:195
#: /libs/tasks/model.php:241
#: /libs/tasks/plugin.php:134
#: /libs/tasks/project.php:152
#: /libs/tasks/view.php:348
msgid "Look okay?"
msgstr ""
#: /libs/tasks/controller.php:220
msgid "The following controller will be created:"
msgstr ""
#: /libs/tasks/controller.php:222
msgid "Controller Name:\n\t%s"
msgstr ""
#: /libs/tasks/controller.php:229
msgid "Helpers:"
msgstr ""
#: /libs/tasks/controller.php:230
msgid "Components:"
msgstr ""
#: /libs/tasks/controller.php:257
msgid "Would you like to create some basic class methods \n(index(), add(), view(), edit())?"
msgstr ""
#: /libs/tasks/controller.php:261
msgid "Would you like to create the basic class methods for admin routing?"
msgstr ""
#: /libs/tasks/controller.php:283
msgid "You must have a model for this class to build basic methods. Please try again."
msgstr ""
#: /libs/tasks/controller.php:347
msgid "Would you like this controller to use other helpers\nbesides HtmlHelper and FormHelper?"
msgstr ""
#: /libs/tasks/controller.php:348
msgid "Please provide a comma separated list of the other\nhelper names you'd like to use.\nExample: 'Ajax, Javascript, Time'"
msgstr ""
#: /libs/tasks/controller.php:359
msgid "Would you like this controller to use any components?"
msgstr ""
#: /libs/tasks/controller.php:360
msgid "Please provide a comma separated list of the component names you'd like to use.\nExample: 'Acl, Security, RequestHandler'"
msgstr ""
#: /libs/tasks/controller.php:397
msgid "Possible Controllers based on your current database:"
msgstr ""
#: /libs/tasks/controller.php:421
msgid "Enter a number from the list above,\ntype in the name of another controller, or 'q' to exit"
msgstr ""
#: /libs/tasks/controller.php:424
#: /libs/tasks/model.php:872
msgid "Exit"
msgstr ""
#: /libs/tasks/controller.php:429
msgid "The Controller name you supplied was empty,\nor the number you selected was not an option. Please try again."
msgstr ""
#: /libs/tasks/db_config.php:364
msgid "Use Database Config"
msgstr ""
#: /libs/tasks/extract.php:107
msgid "What is the full path you would like to extract?\nExample: %s\n[Q]uit [D]one"
msgstr ""
#: /libs/tasks/extract.php:111;133
msgid "Extract Aborted"
msgstr ""
#: /libs/tasks/extract.php:120;139
msgid "The directory path you supplied was not found. Please try again."
msgstr ""
#: /libs/tasks/extract.php:129
msgid "What is the full path you would like to output?\nExample: %s\n[Q]uit"
msgstr ""
#: /libs/tasks/extract.php:149
msgid "Would you like to merge all domains strings into the default.pot file?"
msgstr ""
#: /libs/tasks/extract.php:168
msgid "Extracting..."
msgstr ""
#: /libs/tasks/extract.php:170
msgid "Paths:"
msgstr ""
#: /libs/tasks/extract.php:174
msgid "Output Directory: "
msgstr ""
#: /libs/tasks/extract.php:182
msgid "Done."
msgstr ""
#: /libs/tasks/extract.php:192
msgid "CakePHP Language String Extraction:"
msgstr ""
#: /libs/tasks/extract.php:194
msgid "The Extract script generates .pot file(s) with translations"
msgstr ""
#: /libs/tasks/extract.php:195
msgid "By default the .pot file(s) will be place in the locale directory of -app"
msgstr ""
#: /libs/tasks/extract.php:196
msgid "By default -app is ROOT/app"
msgstr ""
#: /libs/tasks/extract.php:198
msgid "Usage: cake i18n extract <command> <param1> <param2>..."
msgstr ""
#: /libs/tasks/extract.php:200
msgid "Params:"
msgstr ""
#: /libs/tasks/extract.php:201
msgid " -app [path...]: directory where your application is located"
msgstr ""
#: /libs/tasks/extract.php:202
msgid " -root [path...]: path to install"
msgstr ""
#: /libs/tasks/extract.php:203
msgid " -core [path...]: path to cake directory"
msgstr ""
#: /libs/tasks/extract.php:204
msgid " -paths [comma separated list of paths, full path is needed]"
msgstr ""
#: /libs/tasks/extract.php:205
msgid " -merge [yes|no]: Merge all domains strings into the default.pot file"
msgstr ""
#: /libs/tasks/extract.php:206
msgid " -output [path...]: Full path to output directory"
msgstr ""
#: /libs/tasks/extract.php:207
msgid " -files: [comma separated list of files, full path to file is needed]"
msgstr ""
#: /libs/tasks/extract.php:210
msgid " cake i18n extract help: Shows this help message."
msgstr ""
#: /libs/tasks/extract.php:223
msgid "Processing %s..."
msgstr ""
#: /libs/tasks/extract.php:406
msgid "Error: %s already exists in this location. Overwrite? [Y]es, [N]o, [A]ll"
msgstr ""
#: /libs/tasks/extract.php:410
msgid "What would you like to name this file?\nExample: %s"
msgstr ""
#: /libs/tasks/extract.php:478
msgid "Invalid marker content in %s:%s\n* %s("
msgstr ""
#: /libs/tasks/fixture.php:133
msgid "Would you like to import schema for this fixture?"
msgstr ""
#: /libs/tasks/fixture.php:137
msgid "Would you like to use record importing for this fixture?"
msgstr ""
#: /libs/tasks/fixture.php:142
msgid "Would you like to build this fixture with data from %s's table?"
msgstr ""
#: /libs/tasks/fixture.php:367
msgid "Please provide a SQL fragment to use as conditions\nExample: WHERE 1=1 LIMIT 10"
msgstr ""
#: /libs/tasks/model.php:115
msgid "Baking %s"
msgstr ""
#: /libs/tasks/model.php:154
msgid "Make a selection from the choices above"
msgstr ""
#: /libs/tasks/model.php:193
msgid "Table %s does not exist, cannot bake a model without a table."
msgstr ""
#: /libs/tasks/model.php:202
msgid "Would you like to supply validation criteria \nfor the fields in your model?"
msgstr ""
#: /libs/tasks/model.php:208
msgid "Would you like to define model associations\n(hasMany, hasOne, belongsTo, etc.)?"
msgstr ""
#: /libs/tasks/model.php:216
msgid "The following Model will be created:"
msgstr ""
#: /libs/tasks/model.php:221
msgid "DB Config: %s"
msgstr ""
#: /libs/tasks/model.php:224
msgid "DB Table: %s"
msgstr ""
#: /libs/tasks/model.php:227
msgid "Primary Key: %s"
msgstr ""
#: /libs/tasks/model.php:230
msgid "Validation: %s"
msgstr ""
#: /libs/tasks/model.php:233
msgid "Associations:"
msgstr ""
#: /libs/tasks/model.php:288
msgid "What is the primaryKey?"
msgstr ""
#: /libs/tasks/model.php:299
msgid "A displayField could not be automatically detected\nwould you like to choose one?"
msgstr ""
#: /libs/tasks/model.php:304
msgid "Choose a field from the options above:"
msgstr ""
#: /libs/tasks/model.php:376
msgid "Field: %s"
msgstr ""
#: /libs/tasks/model.php:377
msgid "Type: %s"
msgstr ""
#: /libs/tasks/model.php:379
msgid "Please select one of the following validation options:"
msgstr ""
#: /libs/tasks/model.php:387
msgid "%s - Do not do any validation on this field.\n"
msgstr ""
#: /libs/tasks/model.php:388
msgid "... or enter in a valid regex validation string.\n"
msgstr ""
#: /libs/tasks/model.php:413
msgid "You have already chosen that validation rule,\nplease choose again"
msgstr ""
#: /libs/tasks/model.php:417
msgid "Please make a valid selection."
msgstr ""
#: /libs/tasks/model.php:439
msgid "Would you like to add another validation rule?"
msgstr ""
#: /libs/tasks/model.php:459
msgid "One moment while the associations are detected."
msgstr ""
#: /libs/tasks/model.php:487
msgid "None found."
msgstr ""
#: /libs/tasks/model.php:489
msgid "Please confirm the following associations:"
msgstr ""
#: /libs/tasks/model.php:646
msgid "Would you like to define some additional model associations?"
msgstr ""
#: /libs/tasks/model.php:651
msgid "What is the association type?"
msgstr ""
#: /libs/tasks/model.php:652
msgid "Enter a number"
msgstr ""
#: /libs/tasks/model.php:654
msgid "For the following options be very careful to match your setup exactly.\nAny spelling mistakes will cause errors."
msgstr ""
#: /libs/tasks/model.php:657
msgid "What is the alias for this association?"
msgstr ""
#: /libs/tasks/model.php:658
msgid "What className will %s use?"
msgstr ""
#: /libs/tasks/model.php:673
msgid "What is the table for this model?"
msgstr ""
#: /libs/tasks/model.php:679
msgid "A helpful List of possible keys"
msgstr ""
#: /libs/tasks/model.php:680
msgid "What is the foreignKey?"
msgstr ""
#: /libs/tasks/model.php:684
msgid "What is the foreignKey? Specify your own."
msgstr ""
#: /libs/tasks/model.php:687
msgid "What is the associationForeignKey?"
msgstr ""
#: /libs/tasks/model.php:688
msgid "What is the joinTable?"
msgstr ""