-
Notifications
You must be signed in to change notification settings - Fork 0
/
tdomf.pot
5412 lines (4265 loc) · 133 KB
/
tdomf.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
# SOME DESCRIPTIVE TITLE.
# This file is put in the public domain.
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
#
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: http://wordpress.org/tag/tdo-mini-forms\n"
"POT-Creation-Date: 2009-11-18 13:53+0000\n"
"PO-Revision-Date: 2010-07-31 18:50+0100\n"
"Last-Translator: Christoph Bünte\n"
"Language-Team: LANGUAGE <[email protected]>\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"
#: admin/tdomf-edit-form.php:16
#: admin/tdomf-edit-post-panel.php:41
#: admin/tdomf-edit-post-panel.php:46
#: admin/tdomf-edit-post-panel.php:247
#: admin/tdomf-form-hacker.php:277
#: admin/tdomf-form-options.php:10
#: admin/tdomf-options.php:8
#: tdomf.php:635
msgid "TDO Mini Forms"
msgstr ""
#: admin/tdomf-edit-form.php:463
#, php-format
msgid "Form Arrangement for Form %d: \"%s\""
msgstr ""
#: admin/tdomf-edit-form.php:467
msgid "You can drag-drop, order and configure \"widgets\" for your form below. Most Widgets can be individually configured once you have dropped them on the form. Just click on the right-most icon on the Widget title. Widgets will be executed and displayed in order from top to bottom. If you wish to change the order they are displayed in but not executed in, please use the Form Hacker to do so."
msgstr ""
#: admin/tdomf-edit-form.php:470
msgid "The Form Hacker has been set for this form. This means that any changes to widgets will not appear on the form until you reset the Form Hacker. Only the backend processing of the form will be affected by these changes."
msgstr ""
#: admin/tdomf-edit-form.php:478
#: admin/tdomf-edit-form.php:541
msgid "Save Changes »"
msgstr ""
#: admin/tdomf-edit-form.php:494
msgid "Your form will be displayed using the default widget order. Dragging widgets into this box will replace the default with your customized form."
msgstr ""
#: admin/tdomf-edit-form.php:502
#: admin/tdomf-edit-form.php:518
msgid "Configure"
msgstr ""
#: admin/tdomf-edit-form.php:611
#, php-format
msgid "Saved Settings. <a href='%s'>See your form »</a>"
msgstr ""
#: admin/tdomf-edit-form.php:613
msgid "Saved Settings."
msgstr ""
#: admin/tdomf-edit-form.php:618
msgid "Please select a form to modify!"
msgstr ""
#: admin/tdomf-edit-post-panel.php:52
#: admin/tdomf-edit-post-panel.php:57
msgid "TDO Mini Forms Revisions"
msgstr ""
#: admin/tdomf-edit-post-panel.php:90
#: admin/tdomf-revision.php:241
#: admin/tdomf-revision.php:261
#: admin/tdomf-revision.php:339
msgid "d F, Y @ H:i"
msgstr ""
#: admin/tdomf-edit-post-panel.php:97
#: admin/tdomf-revision.php:266
msgid " [Pending]"
msgstr ""
#: admin/tdomf-edit-post-panel.php:99
#: admin/tdomf-revision.php:268
msgid " [Spam]"
msgstr " [Spam]"
#: admin/tdomf-edit-post-panel.php:103
msgid " by "
msgstr ""
#: admin/tdomf-edit-post-panel.php:104
#: admin/tdomf-edit-post-panel.php:108
#: admin/tdomf-edit-post-panel.php:124
#: admin/tdomf-manage.php:323
#: admin/tdomf-moderation.php:672
#: admin/tdomf-moderation.php:716
#: admin/tdomf-moderation.php:720
#: admin/tdomf-moderation.php:736
#: admin/tdomf-revision.php:273
#: admin/tdomf-revision.php:277
#: admin/tdomf-revision.php:294
msgid "N/A"
msgstr ""
#: admin/tdomf-edit-post-panel.php:131
msgid " using "
msgstr ""
#: admin/tdomf-edit-post-panel.php:132
#: admin/tdomf-moderation.php:747
#: admin/tdomf-revision.php:302
#, php-format
msgid "Form #%d: %s"
msgstr ""
#: admin/tdomf-edit-post-panel.php:202
msgid "AJAX error in looking up tdomf"
msgstr ""
#: admin/tdomf-edit-post-panel.php:254
msgid "Include in TDO Mini Forms Moderation"
msgstr ""
#: admin/tdomf-edit-post-panel.php:260
msgid "Disable Editing by TDO Mini Form Forms"
msgstr ""
#: admin/tdomf-edit-post-panel.php:265
msgid "The submitter of this post is set as the \"default user\"! Please correct!"
msgstr ""
#: admin/tdomf-edit-post-panel.php:271
msgid "Submitter is an existing user"
msgstr ""
#: admin/tdomf-edit-post-panel.php:283
msgid "(Default User)"
msgstr ""
#: admin/tdomf-edit-post-panel.php:283
msgid "(Banned User)"
msgstr ""
#: admin/tdomf-edit-post-panel.php:304
msgid "Submitter does not have a user account"
msgstr ""
#: admin/tdomf-edit-post-panel.php:311
#: admin/tdomf-edit-post-panel.php:315
#: widgets/tdomf-categories-widget.php:406
msgid "Name"
msgstr ""
#: admin/tdomf-edit-post-panel.php:324
#: admin/tdomf-edit-post-panel.php:328
#: include/tdomf-widget-classes.php:1852
msgid "Email"
msgstr ""
#: admin/tdomf-edit-post-panel.php:337
#: admin/tdomf-edit-post-panel.php:341
msgid "Webpage"
msgstr ""
#: admin/tdomf-edit-post-panel.php:348
msgid "Akismet thinks this submission is spam!"
msgstr ""
#: admin/tdomf-edit-post-panel.php:352
#, php-format
msgid "This post was submitted from IP %s."
msgstr ""
#: admin/tdomf-edit-post-panel.php:354
msgid "No IP was recorded when this post was submitted."
msgstr ""
#: admin/tdomf-edit-post-panel.php:357
#, php-format
msgid "Submitted from Form %d."
msgstr ""
#: admin/tdomf-edit-post-panel.php:360
msgid "Update »"
msgstr ""
#: admin/tdomf-edit-post-panel.php:392
#, php-format
msgid "TDOMF: Post %d is no longer managed by TDOMF!"
msgstr ""
#: admin/tdomf-edit-post-panel.php:401
#, php-format
msgid "TDOMF: The user %s is not a valid user and cannot be used for Submitter"
msgstr ""
#: admin/tdomf-edit-post-panel.php:407
#: admin/tdomf-edit-post-panel.php:421
#, php-format
msgid "TDOMF: TDO Mini Forms info for post %d updated"
msgstr ""
#: admin/tdomf-editor.php:12
msgid "Select type of files to edit:"
msgstr ""
#: admin/tdomf-editor.php:16
msgid "Form Style Sheet"
msgstr ""
#: admin/tdomf-editor.php:17
msgid "Widgets"
msgstr ""
#: admin/tdomf-editor.php:18
msgid "TDOMF Core Files"
msgstr ""
#: admin/tdomf-editor.php:22
msgid "Select »"
msgstr ""
#: admin/tdomf-export.php:90
#: admin/tdomf-export.php:96
#: admin/tdomf-export.php:101
msgid "Error importing form"
msgstr ""
#: admin/tdomf-export.php:127
msgid "Form import successful"
msgstr ""
#: admin/tdomf-export.php:131
msgid "Failed to unserialize form data: Form import failed"
msgstr ""
#: admin/tdomf-export.php:134
msgid "Form import failed"
msgstr ""
#: admin/tdomf-form-export.php:6
#: admin/tdomf-form-options.php:139
#, php-format
msgid "Form id %d does not exist!"
msgstr ""
#: admin/tdomf-form-export.php:11
#, php-format
msgid "Export and Import Form %d Configuration:\"%s\""
msgstr ""
#: admin/tdomf-form-export.php:19
#, php-format
msgid "To export the configuration of this file, just <a href=\"%s\">save this link</a>. To import, just use the form below to select a previousily exported file and click \"Import\""
msgstr ""
#: admin/tdomf-form-export.php:23
msgid "Form saved configuration to import: "
msgstr ""
#: admin/tdomf-form-export.php:27
msgid "Import"
msgstr ""
#: admin/tdomf-form-hacker.php:19
#: admin/tdomf-form-hacker.php:30
msgid "Current Unmodified Preview"
msgstr ""
#: admin/tdomf-form-hacker.php:22
#: admin/tdomf-form-hacker.php:33
msgid "Original Unmodified Preview"
msgstr ""
#: admin/tdomf-form-hacker.php:25
#: admin/tdomf-form-hacker.php:36
msgid "Hacked Preview"
msgstr ""
#: admin/tdomf-form-hacker.php:41
#: admin/tdomf-form-hacker.php:52
msgid "Current Unmodified Form"
msgstr ""
#: admin/tdomf-form-hacker.php:44
#: admin/tdomf-form-hacker.php:55
msgid "Original Unmodified Form"
msgstr ""
#: admin/tdomf-form-hacker.php:47
#: admin/tdomf-form-hacker.php:58
msgid "Hacked Form"
msgstr ""
#: admin/tdomf-form-hacker.php:64
#, php-format
msgid "Form Diff: %s versus %s"
msgstr ""
#: admin/tdomf-form-hacker.php:77
msgid "Render Type"
msgstr ""
#: admin/tdomf-form-hacker.php:83
#: admin/tdomf-revision.php:206
msgid "Wordpress"
msgstr ""
#: admin/tdomf-form-hacker.php:87
#: admin/tdomf-revision.php:207
msgid "Default"
msgstr ""
#: admin/tdomf-form-hacker.php:91
#: admin/tdomf-revision.php:208
msgid "Unified"
msgstr ""
#: admin/tdomf-form-hacker.php:95
#: admin/tdomf-revision.php:209
msgid "Inline"
msgstr ""
#: admin/tdomf-form-hacker.php:99
#: admin/tdomf-revision.php:210
msgid "Context"
msgstr ""
#: admin/tdomf-form-hacker.php:102
msgid "Go"
msgstr ""
#: admin/tdomf-form-hacker.php:108
#: admin/tdomf-form-hacker.php:124
#, php-format
msgid "%s is the same as %s!"
msgstr ""
#: admin/tdomf-form-hacker.php:111
msgid "Form code may contain lines that cannot be wrapped in a browser, so you may need to scroll a lot left to see the other form"
msgstr ""
#: admin/tdomf-form-hacker.php:183
#, php-format
msgid "No <code>%s</code> is included in one of your forms! Hacked form not saved."
msgstr ""
#: admin/tdomf-form-hacker.php:187
msgid "Hacked Form Saved."
msgstr ""
#: admin/tdomf-form-hacker.php:195
msgid "Reset Hacked Forms."
msgstr ""
#: admin/tdomf-form-hacker.php:228
msgid "Messages Updated."
msgstr ""
#: admin/tdomf-form-hacker.php:247
msgid "Messages Reset."
msgstr ""
#: admin/tdomf-form-hacker.php:264
msgid "Error Dismissed."
msgstr ""
#: admin/tdomf-form-hacker.php:331
#: tdomf.php:648
msgid "Form Hacker"
msgstr ""
#: admin/tdomf-form-hacker.php:334
#, php-format
msgid "Invalid Form ID %s specified!"
msgstr ""
#: admin/tdomf-form-hacker.php:336
msgid "No Form ID specified!"
msgstr ""
#: admin/tdomf-form-hacker.php:361
#, php-format
msgid "Form Hacker for Form %d: \"%s\""
msgstr ""
#: admin/tdomf-form-hacker.php:363
#, php-format
msgid "Message Hacker for Form %d: \"%s\""
msgstr ""
#: admin/tdomf-form-hacker.php:387
msgid "You can use this page to modify any messages outputed from TDOMF for your form. From here you can change the post published messages, post held in moderation, etc. etc."
msgstr ""
#: admin/tdomf-form-hacker.php:390
msgid "Enable Code Syntax Highlighting..."
msgstr ""
#: admin/tdomf-form-hacker.php:392
msgid "Disable Code Syntax Highlighting..."
msgstr ""
#: admin/tdomf-form-hacker.php:397
msgid "PHP code can be included in the hacked messages. Also TDOMF will automatically expand these macro strings:"
msgstr ""
#: admin/tdomf-form-hacker.php:399
#: admin/tdomf-form-hacker.php:541
#: widgets/tdomf-text-widget.php:114
#, php-format
msgid "<code>%s</code> - User name of the currently logged in user"
msgstr ""
#: admin/tdomf-form-hacker.php:400
#: admin/tdomf-form-hacker.php:542
#: widgets/tdomf-text-widget.php:115
#, php-format
msgid "<code>%s</code> - IP of the current visitor"
msgstr ""
#: admin/tdomf-form-hacker.php:401
#: admin/tdomf-form-hacker.php:545
#: widgets/tdomf-text-widget.php:116
#, php-format
msgid "<code>%s</code> - The ID of the current form (which is currently %d)"
msgstr ""
#: admin/tdomf-form-hacker.php:402
#: admin/tdomf-form-hacker.php:546
#: widgets/tdomf-text-widget.php:117
#, php-format
msgid "<code>%s</code> - Name of the Form (set in options)"
msgstr ""
#: admin/tdomf-form-hacker.php:403
#: admin/tdomf-form-hacker.php:547
#: widgets/tdomf-text-widget.php:118
#, php-format
msgid "<code>%s</code> - Form Description (set in options)"
msgstr ""
#: admin/tdomf-form-hacker.php:404
#, php-format
msgid "<code>%s</code> - Submission Errors"
msgstr ""
#: admin/tdomf-form-hacker.php:406
#, php-format
msgid "<code>%s</code> - URL of Post/Page being edited"
msgstr ""
#: admin/tdomf-form-hacker.php:407
#, php-format
msgid "<code>%s</code> - Original Submission Date"
msgstr ""
#: admin/tdomf-form-hacker.php:408
#, php-format
msgid "<code>%s</code> - Original Submission Time"
msgstr ""
#: admin/tdomf-form-hacker.php:409
#, php-format
msgid "<code>%s</code> - Title of Post/Page being edited"
msgstr ""
#: admin/tdomf-form-hacker.php:411
#, php-format
msgid "<code>%s</code> - URL of Submission"
msgstr ""
#: admin/tdomf-form-hacker.php:412
#, php-format
msgid "<code>%s</code> - Date of Submission"
msgstr ""
#: admin/tdomf-form-hacker.php:413
#, php-format
msgid "<code>%s</code> - Time of Submission"
msgstr ""
#: admin/tdomf-form-hacker.php:414
#, php-format
msgid "<code>%s</code> - Title of Submission"
msgstr ""
#: admin/tdomf-form-hacker.php:425
#: admin/tdomf-form-hacker.php:523
#: admin/tdomf-form-hacker.php:559
#: admin/tdomf-form-hacker.php:622
msgid "Save »"
msgstr ""
#: admin/tdomf-form-hacker.php:426
#: admin/tdomf-form-hacker.php:524
#: admin/tdomf-form-hacker.php:560
#: admin/tdomf-form-hacker.php:623
msgid "Reset »"
msgstr ""
#: admin/tdomf-form-hacker.php:430
msgid "Contribution Approved"
msgstr ""
#: admin/tdomf-form-hacker.php:430
msgid "Submission Published"
msgstr ""
#: admin/tdomf-form-hacker.php:436
msgid "Submission Queued"
msgstr ""
#: admin/tdomf-form-hacker.php:442
msgid "Contribution is Spam"
msgstr ""
#: admin/tdomf-form-hacker.php:442
msgid "Submission is Spam"
msgstr ""
#: admin/tdomf-form-hacker.php:448
msgid "Contribution awaiting Moderation"
msgstr ""
#: admin/tdomf-form-hacker.php:448
msgid "Submission awaiting Moderation"
msgstr ""
#: admin/tdomf-form-hacker.php:453
msgid "Contribution contains Errors"
msgstr ""
#: admin/tdomf-form-hacker.php:453
msgid "Submission contains Errors"
msgstr ""
#: admin/tdomf-form-hacker.php:457
msgid "Banned User"
msgstr ""
#: admin/tdomf-form-hacker.php:461
msgid "Banned IP"
msgstr ""
#: admin/tdomf-form-hacker.php:467
msgid "Throttled Submission"
msgstr ""
#: admin/tdomf-form-hacker.php:473
msgid "Denied User"
msgstr ""
#: admin/tdomf-form-hacker.php:479
msgid "Banned Unregistered User"
msgstr ""
#: admin/tdomf-form-hacker.php:488
msgid "'Edit Post' Link Text"
msgstr ""
#: admin/tdomf-form-hacker.php:494
msgid "Invalid Post for Form"
msgstr ""
#: admin/tdomf-form-hacker.php:498
msgid "Invalid Form for Post"
msgstr ""
#: admin/tdomf-form-hacker.php:502
msgid "Locked Post"
msgstr ""
#: admin/tdomf-form-hacker.php:508
msgid "Spam Edit on Post"
msgstr ""
#: admin/tdomf-form-hacker.php:514
msgid "Unapproved Edit on Post"
msgstr ""
#: admin/tdomf-form-hacker.php:533
msgid "You can use this page to hack the generated HTML code for your form without modifing the code of TDOMF. Please only do this if you know what you are doing. From here you can modify titles, default values, re-arrange fields, etc. etc."
msgstr ""
#: admin/tdomf-form-hacker.php:535
msgid "Do not modify or remove the \"name\" and \"id\" attributes of fields as this is what the widgets and TDOMF use to get input values for processing"
msgstr ""
#: admin/tdomf-form-hacker.php:537
#, php-format
msgid "Every time a form is generated, it creates a unique key. If you hack the form, make sure you keep <code>%s</code> (and also <code>%s</code>) within the form. TDOMF will replace this string with the unique key."
msgstr ""
#: admin/tdomf-form-hacker.php:539
msgid "PHP code can be included in the hacked form. Also TDOMF will automatically expand these macro strings:"
msgstr ""
#: admin/tdomf-form-hacker.php:543
#, php-format
msgid "<code>%s</code> - The form's unique key"
msgstr ""
#: admin/tdomf-form-hacker.php:544
#, php-format
msgid "<code>%s</code> - The current URL of the form"
msgstr ""
#: admin/tdomf-form-hacker.php:548
#, php-format
msgid "<code>%s</code> - Form Output (such as preview, errors, etc.). This is automatically encapsulated in a div called tdomf_form_message (and tdomf_form_preview for preview)"
msgstr ""
#: admin/tdomf-form-hacker.php:549
#, php-format
msgid "<code>%swidget-name%s</code> - Original, unmodified output from 'widget-name'"
msgstr ""
#: admin/tdomf-form-hacker.php:565
msgid "Core Form"
msgstr ""
#: admin/tdomf-form-hacker.php:575
msgid "You can diff the hacked form to see what you have changed"
msgstr ""
#: admin/tdomf-form-hacker.php:577
msgid "Diff Hacked Form with Current Form"
msgstr ""
#: admin/tdomf-form-hacker.php:580
msgid "Diff Hacked Form with Previous Form"
msgstr ""
#: admin/tdomf-form-hacker.php:581
msgid "Diff Current Form with Previous Form"
msgstr ""
#: admin/tdomf-form-hacker.php:592
msgid "Form Preview"
msgstr ""
#: admin/tdomf-form-hacker.php:600
msgid "You can diff the hacked preview to see what you have changed"
msgstr ""
#: admin/tdomf-form-hacker.php:602
msgid "Diff Hacked Preview with Current Preview"
msgstr ""
#: admin/tdomf-form-hacker.php:605
msgid "Diff Hacked Preview with Previous Preview"
msgstr ""
#: admin/tdomf-form-hacker.php:606
msgid "Diff Current Preview with Previous Preview"
msgstr ""
#: admin/tdomf-form-options.php:158
#, php-format
msgid "Form %d Options"
msgstr ""
#: admin/tdomf-form-options.php:168
msgid "Create a page with this form automatically »"
msgstr ""
#: admin/tdomf-form-options.php:172
#, php-format
msgid "Widgets for Form %d »"
msgstr ""
#: admin/tdomf-form-options.php:184
#: admin/tdomf-options.php:398
msgid "General"
msgstr ""
#: admin/tdomf-form-options.php:185
msgid "Access Control"
msgstr ""
#: admin/tdomf-form-options.php:186
msgid "Submitting"
msgstr ""
#: admin/tdomf-form-options.php:187
msgid "Editing"
msgstr ""
#: admin/tdomf-form-options.php:188
#: admin/tdomf-moderation.php:428
#: tdomf.php:667
#: tdomf.php:670
msgid "Moderation"
msgstr ""
#: admin/tdomf-form-options.php:189
msgid "Throttling"
msgstr ""
#: admin/tdomf-form-options.php:190
#: admin/tdomf-options.php:401
msgid "Spam Protection"
msgstr ""
#: admin/tdomf-form-options.php:198
msgid "Form Name:"
msgstr ""
#: admin/tdomf-form-options.php:206
msgid "Form Description"
msgstr ""
#: admin/tdomf-form-options.php:401
msgid "This form will be used to"
msgstr ""
#: admin/tdomf-form-options.php:402
msgid "submit new or"
msgstr ""
#: admin/tdomf-form-options.php:403
msgid "edit existing "
msgstr ""
#: admin/tdomf-form-options.php:404
msgid "Posts or"
msgstr ""
#: admin/tdomf-form-options.php:405
msgid "Pages"
msgstr ""
#: admin/tdomf-form-options.php:415
msgid "Enable Preview"
msgstr ""
#: admin/tdomf-form-options.php:423
msgid "Include on 'Your Submissions' page"
msgstr ""
#: admin/tdomf-form-options.php:431
msgid "Enable AJAX"
msgstr ""
#: admin/tdomf-form-options.php:438
msgid "'From Email' Address to use in notifications to users. Leave blank for Wordpress default."
msgstr ""
#: admin/tdomf-form-options.php:447
msgid "Number of multiple-instances Widgets to have on Form Widgets page:"
msgstr ""
#: admin/tdomf-form-options.php:456
msgid "You can control access to the form based on user roles, capabilities or by specific users. You can chose \"Unregistered Users\" if you want anyone to be able to access the form, including visitors to your site that do not have user accounts. The old behaviour of TDO Mini Forms allowed any user with the ability to publish posts automatic access to the form. This behaviour can now be turned off or on as required."
msgstr ""
#: admin/tdomf-form-options.php:565
msgid "Unregistered Users (i.e. everyone)"
msgstr ""
#: admin/tdomf-form-options.php:574
msgid "Original Submitter (registered users only)"
msgstr ""
#: admin/tdomf-form-options.php:586
msgid "Users with rights to publish posts."
msgstr ""
#: admin/tdomf-form-options.php:593
msgid "Roles"
msgstr ""
#: admin/tdomf-form-options.php:594
msgid "Capabilities"
msgstr ""
#: admin/tdomf-form-options.php:595
msgid "Specific Users"
msgstr ""
#: admin/tdomf-form-options.php:599
msgid "Select roles that can access the form. If you allow free user registration and pick the default role, this means that a user must just be logged in to access the form."
msgstr ""
#: admin/tdomf-form-options.php:612
msgid "(newly registered users)"
msgstr ""
#: admin/tdomf-form-options.php:638
#: admin/tdomf-form-options.php:639
#, php-format
msgid "%s (can publish posts)"
msgstr ""
#: admin/tdomf-form-options.php:646
msgid "Capabilities are specific access rights. Roles are groupings of capabilities. Individual users can be given individual capabilities outside their assigned Role using external plugins. You can optionally select additional capabilities that give access to the form."
msgstr ""
#: admin/tdomf-form-options.php:682
msgid "You can specify additional specific users who can access the form. Just list their login names seperated by spaces in the box provide"
msgstr ""
#: admin/tdomf-form-options.php:700
msgid "Allow post or page to be edited for "
msgstr ""
#: admin/tdomf-form-options.php:702
msgid " Seconds (1 hour = 3600 seconds) after post is published."
msgstr ""
#: admin/tdomf-form-options.php:714
msgid "Default Category of new submissions"
msgstr ""
#: admin/tdomf-form-options.php:731
msgid "You can set submissions from this form that are published/approved to be queued before appearing on the site. Just set the period of time between each post and TDOMF will schedule approved submissions from this form. A value of 0 or -1 disables this option. You can also choose to schedule posts after any post in the system or just TDOMF posts."
msgstr ""
#: admin/tdomf-form-options.php:737
msgid "Queue after all posts (i.e. not just posts submitted to TDOMF)"
msgstr ""
#: admin/tdomf-form-options.php:743
msgid "Seconds (1 day = 86400 seconds)"
msgstr ""
#: admin/tdomf-form-options.php:753
msgid "Restrict editing to posts or pages that were submitted by TDO Mini Forms"
msgstr ""
#: admin/tdomf-form-options.php:763
msgid "Allow editing of pages (or posts) that contain TDO-Mini-Form forms"
msgstr ""
#: admin/tdomf-form-options.php:769
msgid "Restrict editing to posts in these categories only:"
msgstr ""
#: admin/tdomf-form-options.php:770
msgid "(List category ids seperated by a comma)"
msgstr ""
#: admin/tdomf-form-options.php:778
msgid "Inline Editing (requires javascript in browser, will fall back to one of the options below)"
msgstr ""
#: admin/tdomf-form-options.php:787
msgid "Do not add a link to edit form at end of post"
msgstr ""
#: admin/tdomf-form-options.php:793
msgid "Add a link to Form on Your Submissions at end of post"
msgstr ""
#: admin/tdomf-form-options.php:800
msgid "Add a link to Page created for Form at end of post"
msgstr ""
#: admin/tdomf-form-options.php:807
msgid "Add a link to a Custom URL at the end of post"
msgstr ""
#: admin/tdomf-form-options.php:816
msgid "If your theme supports it, the edit link can be automatically updated to point to a TDOMF form instead of Wordpress' backend. But TDOMF cannot change the permissions under which it shows. I.e. This edit link will appear according to Wordpress access rules and not the rules you set here."
msgstr ""
#: admin/tdomf-form-options.php:825
msgid "Do not auto-modify 'Edit Post' link"
msgstr ""
#: admin/tdomf-form-options.php:831
msgid "Auto-modify 'Edit Post' link (if avaliable in theme) to point to Form on Your Submissions"
msgstr ""
#: admin/tdomf-form-options.php:838
msgid "Auto-modify 'Edit Post' link (if avaliable in theme) to point to Page created for Form"
msgstr ""
#: admin/tdomf-form-options.php:845
msgid "Auto-modify 'Edit Post' link (if avaliable in theme) to point to a custom URL"
msgstr ""
#: admin/tdomf-form-options.php:864
msgid "Enable Moderation"
msgstr ""
#: admin/tdomf-form-options.php:873
msgid "Users with publish rights will have their posts automatically published"
msgstr ""
#: admin/tdomf-form-options.php:879
msgid "If automatically published, redirect to Published Post"
msgstr ""
#: admin/tdomf-form-options.php:885
msgid "Send Moderation Email even for automatically Published Post"
msgstr ""
#: admin/tdomf-form-options.php:891
msgid "Send Moderation Email Notification to:"
msgstr ""
#: admin/tdomf-form-options.php:912
msgid "Specific Email Addresses (seperate with spaces)"
msgstr ""
#: admin/tdomf-form-options.php:923
msgid "You can add rules to throttle input based on registered user accounts and/or IP addresses. Make sure you save any form configuration changes to your form before adding or removing any throttling rules."
msgstr ""
#: admin/tdomf-form-options.php:926
#, php-format
msgid ""
"<table border=\"0\">\n"
" <tr><td>Only %s submissions/contributions per</td>\n"
" <td>%s</td>\n"
" <td>%s(optionally) per %s Seconds (1 hour = 3600 seconds)</td>\n"
" <td>%s</td>\n"
" </tr>\n"
" </table>"
msgstr ""
#: admin/tdomf-form-options.php:935
msgid "unapproved"
msgstr ""
#: admin/tdomf-form-options.php:936
msgid "any"
msgstr ""
#: admin/tdomf-form-options.php:938
msgid "registered user"
msgstr ""
#: admin/tdomf-form-options.php:939
#: admin/tdomf-manage.php:486
#: admin/tdomf-revision.php:227
msgid "IP"
msgstr ""
#: admin/tdomf-form-options.php:942
msgid "Add"
msgstr ""
#: admin/tdomf-form-options.php:947
msgid "Current Throttle Rules"
msgstr ""
#: admin/tdomf-form-options.php:952
#, php-format
msgid "per %s Seconds"
msgstr ""
#: admin/tdomf-form-options.php:956
#, php-format
msgid "(%d) Only %d %s submissions/contributions per %s %s"
msgstr ""
#: admin/tdomf-form-options.php:957
#: include/tdomf-widget-classes.php:3423
msgid "Remove"
msgstr ""
#: admin/tdomf-form-options.php:964
msgid "No Throttling Rules currently set."
msgstr ""
#: admin/tdomf-form-options.php:981
#: admin/tdomf-options.php:661
#: include/tdomf-widget-classes.php:344
msgid "Save"
msgstr ""
#: admin/tdomf-form-options.php:1011
#: admin/tdomf-form-options.php:1113
#, php-format
msgid "Form %d"
msgstr ""
#: admin/tdomf-form-options.php:1019
#: admin/tdomf-form-options.php:1021
#: admin/tdomf-form-options.php:1118
#: admin/tdomf-form-options.php:1120
msgid "New Form »"
msgstr ""
#: admin/tdomf-form-options.php:1028
#: admin/tdomf-form-options.php:1032
#: admin/tdomf-form-options.php:1081
#: admin/tdomf-form-options.php:1127
#: admin/tdomf-form-options.php:1131
#: admin/tdomf-moderation.php:629
#: admin/tdomf-moderation.php:780
#: admin/tdomf-revision.php:317
msgid "Delete"