forked from croogo/locale
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcroogo.pot
3853 lines (3068 loc) · 98.8 KB
/
croogo.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: 2.2.0\n"
"POT-Creation-Date: 2012-07-08 17:30+0700\n"
"PO-Revision-Date: 2015-04-25 09:26+0000\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"
#: Acl/Config/admin_menu.php:4
#: Acl/Controller/AclPermissionsController.php:58
#: Acl/Controller/Component/RowLevelAclComponent.php:67
#: Acl/View/AclActions/admin_form.ctp:7
#: Acl/View/AclActions/admin_index.ctp:11
#: Acl/View/AclPermissions/admin_index.ctp:10
msgid "Permissions"
msgstr ""
#: Acl/Config/admin_menu.php:15
msgid "Access Control"
msgstr ""
#: Acl/Console/Command/ExtrasShell.php:93
msgid "Plugin to process"
msgstr ""
#: Acl/Console/Command/ExtrasShell.php:96
msgid "Better manage, and easily synchronize you application's ACO tree"
msgstr ""
#: Acl/Console/Command/ExtrasShell.php:101
msgid "Add new ACOs for new controllers and actions. Does not remove nodes from the ACO table."
msgstr ""
#: Acl/Console/Command/ExtrasShell.php:107
msgid "Perform a full sync on the ACO table.Will create new ACOs or missing controllers and actions.Will also remove orphaned entries that no longer have a matching controller/action"
msgstr ""
#: Acl/Console/Command/ExtrasShell.php:112
msgid "Perform a full content sync on the ACO table.Will create new ACOs or missing contents.Will also remove orphaned entries that no longer have a matching contents"
msgstr ""
#: Acl/Console/Command/ExtrasShell.php:119
msgid "The content model name "
msgstr ""
#: Acl/Console/Command/ExtrasShell.php:125
msgid "Verify the tree structure of either your Aco or Aro Trees"
msgstr ""
#: Acl/Console/Command/ExtrasShell.php:130
msgid "The type of tree to verify"
msgstr ""
#: Acl/Console/Command/ExtrasShell.php:137
msgid "Recover a corrupted Tree"
msgstr ""
#: Acl/Console/Command/ExtrasShell.php:142
msgid "The type of tree to recover"
msgstr ""
#: Acl/Controller/AclActionsController.php:47
#: Acl/View/AclActions/admin_form.ctp:8
#: Acl/View/AclActions/admin_index.ctp:14;72
#: Blocks/View/Blocks/admin_index.ctp:24
#: Comments/View/Comments/admin_index.ctp:48
#: Contacts/View/Messages/admin_index.ctp:65
#: Croogo/View/Common/admin_index.ctp:62
#: Dashboards/View/DashboardsDashboards/admin_index.ctp:20
#: Extensions/View/ExtensionsLocales/admin_edit.ctp:39
#: Extensions/View/ExtensionsLocales/admin_index.ctp:21
#: Extensions/View/ExtensionsPlugins/admin_index.ctp:30
#: FileManager/View/Attachments/admin_browse.ctp:26
#: FileManager/View/Attachments/admin_index.ctp:15
#: FileManager/View/FileManager/admin_browse.ctp:47
#: Menus/View/Links/admin_index.ctp:42
#: Menus/View/Menus/admin_index.ctp:17
#: Nodes/View/Nodes/admin_translations.ctp:27
#: Settings/View/Languages/admin_index.ctp:20
#: Settings/View/Settings/admin_index.ctp:22
#: Taxonomy/View/Terms/admin_index.ctp:29
#: Taxonomy/View/Vocabularies/admin_index.ctp:17
#: Translate/View/Translate/admin_index.ctp:81
msgid "Actions"
msgstr ""
#: Acl/Controller/AclActionsController.php:64
msgid "Add Action"
msgstr ""
#: Acl/Controller/AclActionsController.php:78
msgid "The %s has been saved"
msgstr ""
#: Acl/Controller/AclActionsController.php:81
msgid "The %s could not be saved. Please, try again."
msgstr ""
#: Acl/Controller/AclActionsController.php:95
msgid "Edit Action"
msgstr ""
#: Acl/Controller/AclActionsController.php:98
msgid "Invalid Action"
msgstr ""
#: Acl/Controller/AclActionsController.php:103
msgid "The Action has been saved"
msgstr ""
#: Acl/Controller/AclActionsController.php:106
msgid "The Action could not be saved. Please, try again."
msgstr ""
#: Acl/Controller/AclActionsController.php:124;142
msgid "Invalid id for Action"
msgstr ""
#: Acl/Controller/AclActionsController.php:128
msgid "Action deleted"
msgstr ""
#: Acl/Controller/AclActionsController.php:147
msgid "Action moved up"
msgstr ""
#: Acl/Controller/AclActionsController.php:152
msgid "Action moved down"
msgstr ""
#: Acl/Controller/AclActionsController.php:174
msgid "Created %d new permissions"
msgstr ""
#: Acl/Controller/AclPermissionsController.php:168
msgid "ACL database has been upgraded successfully"
msgstr ""
#: Acl/Controller/Component/AclAccessComponent.php:52
msgid "Parent Role"
msgstr ""
#: Acl/Controller/Component/AclFilterComponent.php:82
msgid "\"AutoLogin\" (Remember Me) disabled since mcrypt_encrypt is not available"
msgstr ""
#: Acl/Controller/Component/Auth/AclCachedAuthorize.php:223
msgid "_authorizeByContent() - Access of un-mapped action \"%1$s\" in controller \"%2$s\""
msgstr ""
#: Acl/Lib/AclExtras.php:149
msgid "Model %s cannot be found."
msgstr ""
#: Acl/Lib/AclExtras.php:172
msgid "Created Aco node: %s"
msgstr ""
#: Acl/Lib/AclExtras.php:192
msgid "<error>Plugin %s not found or not activated</error>"
msgstr ""
#: Acl/Lib/AclExtras.php:208
msgid "<success>Aco Sync Complete</success>"
msgstr ""
#: Acl/Lib/AclExtras.php:210
msgid "<success>Aco Update Complete</success>"
msgstr ""
#: Acl/Lib/AclExtras.php:241
msgid "Skipped Aco node: <warning>%s</warning>"
msgstr ""
#: Acl/Lib/AclExtras.php:261
msgid "Deleted %s and all children"
msgstr ""
#: Acl/Lib/AclExtras.php:291;366
msgid "Created Aco node: <success>%s</success>"
msgstr ""
#: Acl/Lib/AclExtras.php:307;438
msgid "Deleted Aco node: <warning>%s</warning>"
msgstr ""
#: Acl/Lib/AclExtras.php:457
msgid "<success>Tree is valid and strong</success>"
msgstr ""
#: Acl/Lib/AclExtras.php:475
msgid "Tree has been recovered, or tree did not need recovery."
msgstr ""
#: Acl/Lib/AclExtras.php:477
msgid "<error>Tree recovery failed.</error>"
msgstr ""
#: Acl/Lib/AclUpgrade.php:67
msgid "No root node found"
msgstr ""
#: Acl/Lib/AclUpgrade.php:75
msgid "<warning>ACL Database seems to have already been upgraded</warning>"
msgstr ""
#: Acl/Lib/AclUpgrade.php:115
msgid "%s not found"
msgstr ""
#: Acl/Lib/AclUpgrade.php:139
msgid "Role: Public not found"
msgstr ""
#: Acl/Lib/AclUpgrade.php:145
msgid "Role: Registered not found"
msgstr ""
#: Acl/Lib/AclUpgrade.php:151
msgid "Role: Admin not found"
msgstr ""
#: Acl/Model/AclAco.php:173
msgid "API"
msgstr ""
#: Acl/View/AclActions/admin_form.ctp:6
#: Acl/View/AclActions/admin_index.ctp:10
#: Acl/View/AclPermissions/admin_index.ctp:9
#: Users/Config/admin_menu.php:5;15
#: Users/Controller/UsersController.php:108;302
#: Users/View/Roles/admin_form.ctp:7
#: Users/View/Roles/admin_index.ctp:6
#: Users/View/Users/admin_form.ctp:7
#: Users/View/Users/admin_index.ctp:6
#: Users/View/Users/admin_reset_password.ctp:7
msgid "Users"
msgstr ""
#: Acl/View/AclActions/admin_form.ctp:15
#: Blocks/View/Blocks/admin_form.ctp:13
#: Blocks/View/Regions/admin_form.ctp:20
#: Contacts/View/Contacts/admin_form.ctp:14
#: Croogo/View/Common/admin_edit.ctp:12
#: Menus/View/Links/admin_form.ctp:17
#: Menus/View/Menus/admin_form.ctp:14
#: Settings/View/Languages/admin_form.ctp:15
#: Settings/View/Settings/admin_form.ctp:18
#: Taxonomy/View/Terms/admin_form.ctp:21
#: Taxonomy/View/Types/admin_form.ctp:14
#: Taxonomy/View/Vocabularies/admin_form.ctp:18
#: Users/View/Roles/admin_form.ctp:15
#: Users/View/Users/admin_form.ctp:20
msgid "Add"
msgstr ""
#: Acl/View/AclActions/admin_form.ctp:23
msgid "Action"
msgstr ""
#: Acl/View/AclActions/admin_form.ctp:34
#: Menus/View/Links/admin_form.ctp:66
#: Nodes/View/Nodes/admin_form.ctp:63
#: Taxonomy/View/Terms/admin_form.ctp:39
msgid "Parent"
msgstr ""
#: Acl/View/AclActions/admin_form.ctp:35
msgid "Choose none if the Aco is a controller."
msgstr ""
#: Acl/View/AclActions/admin_form.ctp:38
#: Acl/View/AclActions/admin_index.ctp:71
#: Acl/View/Elements/admin/acl_permissions_table.ctp:8
#: Blocks/View/Blocks/admin_form.ctp:37
#: Blocks/View/Blocks/admin_index.ctp:21
#: Blocks/View/Regions/admin_form.ctp:38
#: Contacts/View/Contacts/admin_form.ctp:34
#: Extensions/View/ExtensionsPlugins/admin_index.ctp:26
#: Menus/View/Menus/admin_form.ctp:33
#: Menus/View/Menus/admin_index.ctp:14
#: Settings/View/Languages/admin_form.ctp:41
#: Settings/View/Languages/admin_index.ctp:18
#: Taxonomy/View/Types/admin_form.ctp:35
#: Taxonomy/View/Vocabularies/admin_form.ctp:40
#: Taxonomy/View/Vocabularies/admin_index.ctp:15
#: Users/View/Roles/admin_form.ctp:32
msgid "Alias"
msgstr ""
#: Acl/View/AclActions/admin_form.ctp:46
#: Blocks/View/Blocks/admin_form.ctp:78
#: Blocks/View/Regions/admin_form.ctp:46
#: Comments/View/Comments/admin_form.ctp:35
#: Contacts/View/Contacts/admin_form.ctp:103
#: Contacts/View/Messages/admin_form.ctp:49
#: Croogo/View/Common/admin_edit.ctp:115
#: Extensions/View/ExtensionsLocales/admin_add.ctp:36
#: Extensions/View/ExtensionsPlugins/admin_add.ctp:37
#: Extensions/View/ExtensionsThemes/admin_add.ctp:36
#: FileManager/View/Attachments/admin_add.ctp:41
#: FileManager/View/Attachments/admin_edit.ctp:51
#: FileManager/View/FileManager/admin_create_directory.ctp:50
#: FileManager/View/FileManager/admin_create_file.ctp:49
#: FileManager/View/FileManager/admin_editfile.ctp:49
#: FileManager/View/FileManager/admin_rename.ctp:49
#: FileManager/View/FileManager/admin_upload.ctp:48
#: Menus/View/Links/admin_form.ctp:117
#: Menus/View/Menus/admin_form.ctp:51
#: Nodes/View/Nodes/admin_form.ctp:106
#: Settings/View/Languages/admin_form.ctp:52
#: Settings/View/Settings/admin_form.ctp:65
#: Taxonomy/View/Terms/admin_form.ctp:60
#: Taxonomy/View/Types/admin_form.ctp:100
#: Taxonomy/View/Vocabularies/admin_form.ctp:67
#: Translate/View/Translate/admin_edit.ctp:49
#: Users/View/Roles/admin_form.ctp:40
#: Users/View/Users/admin_form.ctp:70
#: Users/View/Users/admin_reset_password.ctp:45
msgid "Publishing"
msgstr ""
#: Acl/View/AclActions/admin_form.ctp:47
#: Blocks/View/Blocks/admin_form.ctp:79
#: Blocks/View/Regions/admin_form.ctp:47
#: Contacts/View/Contacts/admin_form.ctp:104
#: FileManager/View/Attachments/admin_edit.ctp:52
#: Menus/View/Links/admin_form.ctp:118
#: Menus/View/Menus/admin_form.ctp:52
#: Nodes/View/Nodes/admin_form.ctp:107
#: Taxonomy/View/Terms/admin_form.ctp:61
#: Taxonomy/View/Types/admin_form.ctp:101
#: Taxonomy/View/Vocabularies/admin_form.ctp:68
#: Translate/View/Translate/admin_edit.ctp:50
#: Users/View/Roles/admin_form.ctp:41
#: Users/View/Users/admin_form.ctp:71
msgid "Apply"
msgstr ""
#: Acl/View/AclActions/admin_form.ctp:48
#: Blocks/View/Blocks/admin_form.ctp:80
#: Blocks/View/Regions/admin_form.ctp:48
#: Comments/View/Comments/admin_form.ctp:36
#: Contacts/View/Contacts/admin_form.ctp:105
#: Contacts/View/Messages/admin_form.ctp:50
#: Croogo/View/Common/admin_edit.ctp:116
#: Extensions/View/ExtensionsLocales/admin_edit.ctp:40
#: FileManager/View/Attachments/admin_edit.ctp:53
#: FileManager/View/FileManager/admin_create_file.ctp:50
#: FileManager/View/FileManager/admin_editfile.ctp:50
#: FileManager/View/FileManager/admin_rename.ctp:50
#: FileManager/View/FileManager/admin_upload.ctp:49
#: Install/View/Install/adminuser.ctp:36
#: Menus/View/Links/admin_form.ctp:119
#: Menus/View/Menus/admin_form.ctp:53
#: Nodes/View/Nodes/admin_form.ctp:108
#: Settings/View/Languages/admin_form.ctp:53
#: Settings/View/Settings/admin_form.ctp:66
#: Settings/View/Settings/admin_prefix.ctp:54
#: Taxonomy/View/Terms/admin_form.ctp:62
#: Taxonomy/View/Types/admin_form.ctp:102
#: Taxonomy/View/Vocabularies/admin_form.ctp:69
#: Translate/View/Translate/admin_edit.ctp:51
#: Users/View/Roles/admin_form.ctp:42
#: Users/View/Users/admin_form.ctp:72
msgid "Save"
msgstr ""
#: Acl/View/AclActions/admin_form.ctp:49
#: Blocks/View/Blocks/admin_form.ctp:81
#: Blocks/View/Regions/admin_form.ctp:49
#: Comments/View/Comments/admin_form.ctp:37
#: Contacts/View/Contacts/admin_form.ctp:107
#: Contacts/View/Messages/admin_form.ctp:52
#: Croogo/View/Common/admin_edit.ctp:117
#: Extensions/View/ExtensionsLocales/admin_add.ctp:38
#: Extensions/View/ExtensionsLocales/admin_edit.ctp:41
#: Extensions/View/ExtensionsPlugins/admin_add.ctp:39
#: Extensions/View/ExtensionsThemes/admin_add.ctp:38
#: FileManager/View/Attachments/admin_add.ctp:43
#: FileManager/View/Attachments/admin_edit.ctp:55
#: FileManager/View/FileManager/admin_create_directory.ctp:52
#: FileManager/View/FileManager/admin_create_file.ctp:51
#: FileManager/View/FileManager/admin_editfile.ctp:51
#: FileManager/View/FileManager/admin_rename.ctp:51
#: FileManager/View/FileManager/admin_upload.ctp:50
#: Install/View/Install/adminuser.ctp:37
#: Menus/View/Links/admin_form.ctp:120
#: Menus/View/Menus/admin_form.ctp:54
#: Nodes/View/Nodes/admin_form.ctp:109
#: Settings/View/Languages/admin_form.ctp:55
#: Settings/View/Settings/admin_form.ctp:67
#: Settings/View/Settings/admin_prefix.ctp:55
#: Taxonomy/View/Terms/admin_form.ctp:64
#: Taxonomy/View/Types/admin_form.ctp:104
#: Taxonomy/View/Vocabularies/admin_form.ctp:71
#: Translate/View/Translate/admin_edit.ctp:52
#: Users/View/Roles/admin_form.ctp:44
#: Users/View/Users/admin_form.ctp:74
#: Users/View/Users/admin_reset_password.ctp:48
msgid "Cancel"
msgstr ""
#: Acl/View/AclActions/admin_index.ctp:18
#: Acl/View/AclPermissions/admin_index.ctp:19
msgid "Tools"
msgstr ""
#: Acl/View/AclActions/admin_index.ctp:33
#: Acl/View/AclPermissions/admin_index.ctp:34
msgid "Generate"
msgstr ""
#: Acl/View/AclActions/admin_index.ctp:40
#: Acl/View/AclPermissions/admin_index.ctp:41
msgid "Create new actions (no removal)"
msgstr ""
#: Acl/View/AclActions/admin_index.ctp:45
#: Acl/View/AclPermissions/admin_index.ctp:46
msgid "Synchronize"
msgstr ""
#: Acl/View/AclActions/admin_index.ctp:52
#: Acl/View/AclPermissions/admin_index.ctp:53
msgid "Create new & remove orphaned actions"
msgstr ""
#: Acl/View/AclActions/admin_index.ctp:62
#: Acl/View/AclPermissions/admin_index.ctp:62
msgid "Edit Actions"
msgstr ""
#: Acl/View/AclActions/admin_index.ctp:70
#: Acl/View/Elements/admin/acl_permissions_table.ctp:7
#: Blocks/View/Blocks/admin_index.ctp:19
#: Comments/View/Comments/admin_index.ctp:42
#: Contacts/View/Messages/admin_index.ctp:60
#: FileManager/View/Attachments/admin_browse.ctp:21
#: FileManager/View/Attachments/admin_chooser.ctp:5
#: FileManager/View/Attachments/admin_index.ctp:11
#: Menus/View/Links/admin_index.ctp:39
#: Menus/View/Menus/admin_index.ctp:12
#: Nodes/View/Nodes/admin_chooser.ctp:5
#: Nodes/View/Nodes/admin_hierarchy.ctp:36
#: Nodes/View/Nodes/admin_index.ctp:31
#: Settings/View/Languages/admin_index.ctp:15
#: Settings/View/Settings/admin_index.ctp:18
#: Settings/View/Settings/admin_view.ctp:4
#: Taxonomy/View/Terms/admin_chooser.ctp:5
#: Taxonomy/View/Terms/admin_index.ctp:26
#: Taxonomy/View/Vocabularies/admin_index.ctp:13
msgid "Id"
msgstr ""
#: Acl/View/AclActions/admin_index.ctp:104
#: Acl/View/AclPermissions/json/admin_index.ctp:7
#: Blocks/View/Blocks/admin_index.ctp:35
#: Dashboards/View/DashboardsDashboards/admin_index.ctp:56
#: Extensions/View/ExtensionsPlugins/admin_index.ctp:61
#: Menus/View/Links/admin_index.ctp:56
#: Nodes/View/Nodes/admin_hierarchy.ctp:95
#: Settings/View/Languages/admin_index.ctp:34
#: Settings/View/Settings/admin_index.ctp:33
#: Taxonomy/View/Terms/admin_index.ctp:42
#: Taxonomy/View/Vocabularies/admin_index.ctp:34
msgid "Move up"
msgstr ""
#: Acl/View/AclActions/admin_index.ctp:108
#: Acl/View/AclPermissions/json/admin_index.ctp:11
#: Blocks/View/Blocks/admin_index.ctp:39
#: Dashboards/View/DashboardsDashboards/admin_index.ctp:63
#: Extensions/View/ExtensionsPlugins/admin_index.ctp:67
#: Menus/View/Links/admin_index.ctp:62
#: Nodes/View/Nodes/admin_hierarchy.ctp:99
#: Settings/View/Languages/admin_index.ctp:38
#: Settings/View/Settings/admin_index.ctp:37
#: Taxonomy/View/Terms/admin_index.ctp:46
#: Taxonomy/View/Vocabularies/admin_index.ctp:38
msgid "Move down"
msgstr ""
#: Acl/View/AclActions/admin_index.ctp:113
#: Acl/View/AclPermissions/json/admin_index.ctp:15
#: Blocks/View/Blocks/admin_index.ctp:45
#: Comments/View/Comments/admin_index.ctp:60
#: Contacts/View/Messages/admin_index.ctp:78
#: Croogo/View/Common/admin_index.ctp:83
#: Extensions/View/ExtensionsLocales/admin_index.ctp:37
#: FileManager/View/Attachments/admin_index.ctp:27
#: Menus/View/Links/admin_index.ctp:68
#: Menus/View/Menus/admin_index.ctp:35
#: Nodes/View/Nodes/admin_hierarchy.ctp:103
#: Nodes/View/Nodes/admin_index.ctp:96
#: Settings/View/Languages/admin_index.ctp:42
#: Settings/View/Settings/admin_index.ctp:41
#: Taxonomy/View/Terms/admin_index.ctp:50
#: Taxonomy/View/Vocabularies/admin_index.ctp:43
#: Translate/View/Translate/admin_index.ctp:97
msgid "Edit this item"
msgstr ""
#: Acl/View/AclActions/admin_index.ctp:119
#: Acl/View/AclPermissions/json/admin_index.ctp:19
#: Blocks/View/Blocks/admin_index.ctp:58
#: Comments/View/Comments/admin_index.ctp:67
#: Contacts/View/Messages/admin_index.ctp:85
#: Croogo/View/Common/admin_index.ctp:93
#: Extensions/View/ExtensionsLocales/admin_index.ctp:41
#: FileManager/View/Attachments/admin_index.ctp:31
#: Menus/View/Menus/admin_index.ctp:40
#: Nodes/View/Nodes/admin_hierarchy.ctp:110
#: Nodes/View/Nodes/admin_index.ctp:111
#: Settings/View/Languages/admin_index.ctp:46
#: Settings/View/Settings/admin_index.ctp:46
#: Taxonomy/View/Terms/admin_index.ctp:54
#: Taxonomy/View/Vocabularies/admin_index.ctp:47
#: Translate/View/Translate/admin_index.ctp:106
msgid "Remove this item"
msgstr ""
#: Acl/View/AclActions/admin_index.ctp:123
#: Acl/View/AclPermissions/json/admin_index.ctp:20
#: Blocks/View/Blocks/admin_index.ctp:59
#: Comments/View/Comments/admin_index.ctp:70
#: Contacts/View/Messages/admin_index.ctp:88
#: Croogo/View/Common/admin_index.ctp:95
#: Extensions/View/ExtensionsLocales/admin_index.ctp:42
#: Extensions/View/ExtensionsPlugins/admin_index.ctp:54;62;68;76
#: Extensions/View/ExtensionsThemes/admin_index.ctp:129
#: FileManager/View/Attachments/admin_browse.ctp:42
#: FileManager/View/Attachments/admin_index.ctp:32
#: FileManager/View/Helper/FileManagerHelper.php:154
#: Menus/View/Links/admin_index.ctp:88
#: Menus/View/Menus/admin_index.ctp:41
#: Nodes/View/Nodes/admin_hierarchy.ctp:113
#: Nodes/View/Nodes/admin_index.ctp:114
#: Nodes/View/Nodes/admin_translations.ctp:34
#: Settings/View/Languages/admin_index.ctp:47
#: Settings/View/Settings/admin_index.ctp:47
#: Taxonomy/View/Terms/admin_index.ctp:55
#: Taxonomy/View/Vocabularies/admin_index.ctp:48
#: Translate/View/Translate/admin_index.ctp:107
msgid "Are you sure?"
msgstr ""
#: Acl/View/AclPermissions/admin_toggle.ctp:19
msgid "error"
msgstr ""
#: Acl/View/Elements/admin/parent_role.ctp:4
msgid "When set, permissions from parent role are inherited"
msgstr ""
#: Acl/View/Elements/admin/row_acl.ctp:4
msgid "Edit Permissions"
msgstr ""
#: Acl/View/Helper/AclHelper.php:62
msgid "Upgrade Acl database"
msgstr ""
#: Blocks/Config/admin_menu.php:5;15
#: Blocks/Controller/BlocksController.php:99
#: Blocks/View/Blocks/admin_form.ctp:7
#: Blocks/View/Blocks/admin_index.ctp:9
#: Blocks/View/Regions/admin_form.ctp:7
#: Blocks/View/Regions/admin_index.ctp:5
msgid "Blocks"
msgstr ""
#: Blocks/Config/admin_menu.php:24
#: Blocks/View/Regions/admin_form.ctp:9
#: Blocks/View/Regions/admin_index.ctp:6
msgid "Regions"
msgstr ""
#: Blocks/Controller/BlocksController.php:122
msgid "Add Block"
msgstr ""
#: Blocks/Controller/BlocksController.php:129;158
msgid "The Block has been saved"
msgstr ""
#: Blocks/Controller/BlocksController.php:132;161
msgid "The Block could not be saved. Please, try again."
msgstr ""
#: Blocks/Controller/BlocksController.php:148
msgid "Edit Block"
msgstr ""
#: Blocks/Controller/BlocksController.php:151
msgid "Invalid Block"
msgstr ""
#: Blocks/Controller/BlocksController.php:186
msgid "Invalid id for Block"
msgstr ""
#: Blocks/Controller/BlocksController.php:190
msgid "Block deleted"
msgstr ""
#: Blocks/Controller/BlocksController.php:205
#: Dashboards/Controller/DashboardsDashboardsController.php:126
#: Menus/Controller/LinksController.php:273
#: Nodes/Controller/NodesController.php:197
#: Settings/Controller/LanguagesController.php:122
#: Settings/Controller/SettingsController.php:199
#: Taxonomy/Controller/VocabulariesController.php:132
msgid "Moved up successfully"
msgstr ""
#: Blocks/Controller/BlocksController.php:207
#: Dashboards/Controller/DashboardsDashboardsController.php:128
#: Menus/Controller/LinksController.php:275
#: Nodes/Controller/NodesController.php:199
#: Settings/Controller/LanguagesController.php:124
#: Settings/Controller/SettingsController.php:201
#: Taxonomy/Controller/VocabulariesController.php:134
msgid "Could not move up"
msgstr ""
#: Blocks/Controller/BlocksController.php:223
#: Dashboards/Controller/DashboardsDashboardsController.php:142
#: Menus/Controller/LinksController.php:305
#: Nodes/Controller/NodesController.php:212
#: Settings/Controller/LanguagesController.php:140
#: Settings/Controller/SettingsController.php:225
#: Taxonomy/Controller/VocabulariesController.php:150
msgid "Moved down successfully"
msgstr ""
#: Blocks/Controller/BlocksController.php:225
#: Dashboards/Controller/DashboardsDashboardsController.php:144
#: Menus/Controller/LinksController.php:307
#: Nodes/Controller/NodesController.php:214
#: Settings/Controller/LanguagesController.php:142
#: Settings/Controller/SettingsController.php:227
#: Taxonomy/Controller/VocabulariesController.php:152
msgid "Could not move down"
msgstr ""
#: Blocks/Controller/BlocksController.php:243
msgid "Blocks deleted"
msgstr ""
#: Blocks/Controller/BlocksController.php:244
msgid "Blocks published"
msgstr ""
#: Blocks/Controller/BlocksController.php:245
msgid "Blocks unpublished"
msgstr ""
#: Blocks/Controller/BlocksController.php:246
msgid "Blocks copied"
msgstr ""
#: Blocks/Controller/RegionsController.php:66
#: Blocks/View/Blocks/admin_form.ctp:41
#: Blocks/View/Blocks/admin_index.ctp:22
#: Blocks/View/Regions/admin_form.ctp:26
msgid "Region"
msgstr ""
#: Blocks/Controller/RegionsController.php:85
msgid "Add Region"
msgstr ""
#: Blocks/Controller/RegionsController.php:90;114
msgid "The Region has been saved"
msgstr ""
#: Blocks/Controller/RegionsController.php:93;117
msgid "The Region could not be saved. Please, try again."
msgstr ""
#: Blocks/Controller/RegionsController.php:106
msgid "Edit Region"
msgstr ""
#: Blocks/Controller/RegionsController.php:109
msgid "Invalid Region"
msgstr ""
#: Blocks/Controller/RegionsController.php:134
msgid "Invalid id for Region"
msgstr ""
#: Blocks/Controller/RegionsController.php:138
msgid "Region deleted"
msgstr ""
#: Blocks/View/Blocks/admin_form.ctp:22
msgid "Block"
msgstr ""
#: Blocks/View/Blocks/admin_form.ctp:23
#: Menus/View/Links/admin_form.ctp:52
#: Nodes/View/Nodes/admin_form.ctp:55
msgid "Access"
msgstr ""
#: Blocks/View/Blocks/admin_form.ctp:24
msgid "Visibilities"
msgstr ""
#: Blocks/View/Blocks/admin_form.ctp:25;70
#: Menus/View/Links/admin_form.ctp:108
#: Menus/View/Menus/admin_form.ctp:42
#: Settings/View/Settings/admin_form.ctp:57
#: Settings/View/Settings/admin_view.ctp:34
#: Taxonomy/View/Types/admin_form.ctp:23;91
msgid "Params"
msgstr ""
#: Blocks/View/Blocks/admin_form.ctp:34
#: Blocks/View/Blocks/admin_index.ctp:20
#: Blocks/View/Regions/admin_form.ctp:35
#: Comments/View/Comments/admin_form.ctp:23
#: Contacts/View/Contacts/admin_form.ctp:31
#: Contacts/View/Messages/admin_form.ctp:32
#: Contacts/View/Messages/admin_index.ctp:64
#: FileManager/View/Attachments/admin_browse.ctp:23
#: FileManager/View/Attachments/admin_chooser.ctp:6
#: FileManager/View/Attachments/admin_edit.ctp:26
#: FileManager/View/Attachments/admin_index.ctp:13
#: Menus/View/Links/admin_form.ctp:71
#: Menus/View/Links/admin_index.ctp:40
#: Menus/View/Menus/admin_form.ctp:30
#: Menus/View/Menus/admin_index.ctp:13
#: Nodes/View/Nodes/admin_chooser.ctp:6
#: Nodes/View/Nodes/admin_form.ctp:76
#: Nodes/View/Nodes/admin_hierarchy.ctp:37
#: Nodes/View/Nodes/admin_index.ctp:32
#: Nodes/View/Nodes/admin_translations.ctp:25
#: Settings/View/Languages/admin_form.ctp:35
#: Settings/View/Languages/admin_index.ctp:16
#: Settings/View/Settings/admin_form.ctp:44
#: Taxonomy/View/Terms/admin_chooser.ctp:6
#: Taxonomy/View/Terms/admin_form.ctp:44
#: Taxonomy/View/Terms/admin_index.ctp:27
#: Taxonomy/View/Types/admin_form.ctp:32
#: Taxonomy/View/Vocabularies/admin_form.ctp:36
#: Taxonomy/View/Vocabularies/admin_index.ctp:14
#: Translate/View/Translate/admin_index.ctp:79
#: Users/View/Roles/admin_form.ctp:29
msgid "Title"
msgstr ""
#: Blocks/View/Blocks/admin_form.ctp:38
msgid "unique name for your block"
msgstr ""
#: Blocks/View/Blocks/admin_form.ctp:42
msgid "if you are not sure, choose 'none'"
msgstr ""
#: Blocks/View/Blocks/admin_form.ctp:45
#: Comments/View/Comments/admin_form.ctp:26
#: Contacts/View/Contacts/admin_form.ctp:40
#: Contacts/View/Messages/admin_form.ctp:35
#: Nodes/View/Nodes/admin_form.ctp:86
msgid "Body"
msgstr ""
#: Blocks/View/Blocks/admin_form.ctp:48
#: Menus/View/Links/admin_form.ctp:95
msgid "Class"
msgstr ""
#: Blocks/View/Blocks/admin_form.ctp:51
msgid "Element"
msgstr ""
#: Blocks/View/Blocks/admin_form.ctp:57
#: Menus/View/Links/admin_form.ctp:89
#: Nodes/View/Nodes/admin_form.ctp:93
#: Users/View/Roles/admin_form.ctp:21
#: Users/View/Users/admin_form.ctp:45
msgid "Role"
msgstr ""
#: Blocks/View/Blocks/admin_form.ctp:63
msgid "Visibility Paths"
msgstr ""
#: Blocks/View/Blocks/admin_form.ctp:64
msgid "Enter one URL per line. Leave blank if you want this Block to appear in all pages."
msgstr ""
#: Blocks/View/Blocks/admin_form.ctp:90
msgid "Show title ?"
msgstr ""
#: Blocks/View/Blocks/admin_form.ctp:94
#: Menus/View/Links/admin_form.ctp:129
#: Menus/View/Menus/admin_form.ctp:63
#: Nodes/View/Nodes/admin_form.ctp:140
msgid "Publish Start"
msgstr ""
#: Blocks/View/Blocks/admin_form.ctp:98
#: Menus/View/Links/admin_form.ctp:133
#: Menus/View/Menus/admin_form.ctp:67
#: Nodes/View/Nodes/admin_form.ctp:144
msgid "Publish End"
msgstr ""
#: Blocks/View/Blocks/admin_index.ctp:23
#: Croogo/Console/Command/ExtShell.php:236;262
#: FileManager/View/Attachments/admin_chooser.ctp:45
#: FileManager/View/Elements/admin/attachments_search.ctp:40
#: Menus/View/Links/admin_index.ctp:41
#: Menus/View/Menus/admin_index.ctp:16
#: Nodes/View/Elements/admin/nodes_search.ctp:39
#: Nodes/View/Nodes/admin_chooser.ctp:54
#: Nodes/View/Nodes/admin_hierarchy.ctp:40
#: Nodes/View/Nodes/admin_index.ctp:35
#: Settings/View/Languages/admin_form.ctp:60
#: Settings/View/Languages/admin_index.ctp:19
#: Users/View/Users/admin_form.ctp:86
msgid "Status"
msgstr ""
#: Blocks/View/Blocks/admin_index.ctp:51
#: Menus/View/Links/admin_index.ctp:75
#: Nodes/View/Nodes/admin_index.ctp:102
msgid "Create a copy"
msgstr ""
#: Blocks/View/Blocks/admin_index.ctp:54
msgid "Create a copy of this Block?"
msgstr ""
#: Blocks/View/Blocks/admin_index.ctp:65
#: Croogo/View/Common/admin_index.ctp:75
msgid "Choose"
msgstr ""
#: Blocks/View/Blocks/admin_index.ctp:84
#: Menus/View/Links/admin_index.ctp:93
#: Menus/View/Menus/admin_index.ctp:53
#: Nodes/View/Nodes/admin_hierarchy.ctp:71
#: Nodes/View/Nodes/admin_index.ctp:66
msgid "preview"
msgstr ""
#: Blocks/View/Blocks/admin_index.ctp:114
#: Comments/View/Comments/admin_index.ctp:109
#: Menus/View/Links/admin_index.ctp:119
#: Nodes/View/Nodes/admin_hierarchy.ctp:129
#: Nodes/View/Nodes/admin_index.ctp:130
msgid "Publish"
msgstr ""
#: Blocks/View/Blocks/admin_index.ctp:115
#: Comments/View/Comments/admin_index.ctp:110
#: Menus/View/Links/admin_index.ctp:120
#: Nodes/View/Nodes/admin_hierarchy.ctp:130
#: Nodes/View/Nodes/admin_index.ctp:131
msgid "Unpublish"
msgstr ""
#: Blocks/View/Blocks/admin_index.ctp:116
#: Comments/View/Comments/admin_index.ctp:111
#: Contacts/View/Messages/admin_index.ctp:122
#: Extensions/View/ExtensionsPlugins/admin_index.ctp:53
#: Extensions/View/ExtensionsThemes/admin_index.ctp:121
#: FileManager/View/Attachments/admin_browse.ctp:42
#: FileManager/View/FileManager/admin_browse.ctp:61;106
#: Menus/View/Links/admin_index.ctp:121
#: Nodes/View/Nodes/admin_hierarchy.ctp:133
#: Nodes/View/Nodes/admin_index.ctp:134
#: Nodes/View/Nodes/admin_translations.ctp:34
msgid "Delete"
msgstr ""
#: Blocks/View/Blocks/admin_index.ctp:117
#: Menus/View/Links/admin_index.ctp:124
#: Nodes/View/Nodes/admin_hierarchy.ctp:136
#: Nodes/View/Nodes/admin_index.ctp:137
msgid "Copy"
msgstr ""
#: Blocks/View/Blocks/admin_index.ctp:121
#: Comments/View/Comments/admin_index.ctp:115
#: Contacts/View/Messages/admin_index.ctp:126
#: Menus/View/Links/admin_index.ctp:130
#: Nodes/View/Nodes/admin_hierarchy.ctp:144
#: Nodes/View/Nodes/admin_index.ctp:145
#: Users/View/Users/forgot.ctp:9
msgid "Submit"
msgstr ""
#: Comments/Config/admin_menu.php:4
#: Comments/Controller/CommentsController.php:81;171
#: Comments/View/Comments/admin_form.ctp:7
#: Comments/View/Comments/admin_index.ctp:10
#: Comments/View/Elements/comments.ctp:7
#: Comments/View/Helper/CommentsHelper.php:34
#: Nodes/View/Elements/node_more_info.ctp:33
#: Taxonomy/View/Types/admin_form.ctp:22
msgid "Comments"
msgstr ""
#: Comments/Config/admin_menu.php:13
#: Comments/View/Comments/admin_form.ctp:39
#: Comments/View/Comments/admin_index.ctp:14;29
#: Contacts/View/Contacts/admin_form.ctp:112
#: Croogo/Lib/CroogoStatus.php:40
#: FileManager/View/Elements/admin/attachments_search.ctp:37
#: Nodes/View/Elements/admin/nodes_search.ctp:36
msgid "Published"
msgstr ""
#: Comments/Config/admin_menu.php:25
#: Comments/View/Comments/admin_index.ctp:17;33
msgid "Approval"
msgstr ""
#: Comments/Controller/CommentsController.php:107
msgid "Edit Comment"
msgstr ""
#: Comments/Controller/CommentsController.php:110
msgid "Invalid Comment"
msgstr ""
#: Comments/Controller/CommentsController.php:115
msgid "The Comment has been saved"
msgstr ""
#: Comments/Controller/CommentsController.php:118
msgid "The Comment could not be saved. Please, try again."
msgstr ""
#: Comments/Controller/CommentsController.php:135
msgid "Invalid id for Comment"
msgstr ""
#: Comments/Controller/CommentsController.php:139
msgid "Comment deleted"
msgstr ""
#: Comments/Controller/CommentsController.php:156
msgid "Comments deleted"
msgstr ""
#: Comments/Controller/CommentsController.php:157
msgid "Comments published"
msgstr ""
#: Comments/Controller/CommentsController.php:158
msgid "Comments unpublished"
msgstr ""
#: Comments/Controller/CommentsController.php:198
msgid "Invalid id"
msgstr ""
#: Comments/Controller/CommentsController.php:223
msgid "Maximum level reached. You cannot reply to that comment."
msgstr ""
#: Comments/Controller/CommentsController.php:238
msgid "Comments are not allowed."
msgstr ""
#: Comments/Controller/CommentsController.php:262
msgid "Your comment has been added successfully."
msgstr ""
#: Comments/Controller/CommentsController.php:264
msgid "Your comment will appear after moderation."
msgstr ""
#: Comments/Controller/CommentsController.php:299
msgid "Sorry, the comment appears to be spam."
msgstr ""
#: Comments/Controller/CommentsController.php:321
#: Contacts/Controller/ContactsController.php:246
msgid "Invalid captcha entry"
msgstr ""
#: Comments/Controller/CommentsController.php:343
msgid "New comment posted under"