-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathwp-downloadmanager-zh_CN.po
1291 lines (1036 loc) · 32.2 KB
/
wp-downloadmanager-zh_CN.po
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
msgid ""
msgstr ""
"Project-Id-Version: WP-DownloadManager 1.40\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2008-12-13 04:13+0800\n"
"PO-Revision-Date: 2008-12-13 04:13+0800\n"
"Last-Translator: Lester Chan <lesterchan@gmail.com>\n"
"Language-Team: minibird.net <minibird@gmail.com>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"X-Poedit-Language: Chinese\n"
"X-Poedit-Country: CHINA\n"
"X-Poedit-KeywordsList: __;_e;__ngettext:1,2\n"
"X-Poedit-Basepath: .\n"
"X-Poedit-SourceCharset: utf-8\n"
"X-Poedit-SearchPath-0: .\n"
#: download-add.php:38
#: download-add.php:181
#: wp-downloadmanager.php:51
msgid "Add File"
msgstr "添加文件"
#: download-add.php:48
#: download-manager.php:142
#, php-format
msgid "File Size Too Large. Maximum Size Is %s"
msgstr "文件太大。最大限制是 %s"
#: download-add.php:62
#: download-add.php:66
#: download-manager.php:156
#: download-manager.php:160
msgid "Error In Uploading File"
msgstr "上传文件错误"
#: download-add.php:96
#, php-format
msgid "Error In Adding File '%s (%s)'"
msgstr "添加文件错误:'%s (%s)'"
#: download-add.php:98
#, php-format
msgid "File '%s (%s)' Added Successfully"
msgstr "文件'%s (%s)'添加成功"
#: download-add.php:110
msgid "Add A File"
msgstr "添加一个文件"
#: download-add.php:113
#: download-manager.php:280
#: download-manager.php:386
msgid "File:"
msgstr "文件:"
#: download-add.php:116
#: download-manager.php:286
msgid "Browse File:"
msgstr "浏览文件:"
#: download-add.php:120
#: download-manager.php:290
#, php-format
msgid "Please upload the file to '%s' directory first."
msgstr "请先上传文件到 ‘%s’目录。"
#: download-add.php:123
#: download-manager.php:293
msgid "Upload File:"
msgstr "上传文件:"
#: download-add.php:124
#: download-manager.php:294
msgid "to"
msgstr "到"
#: download-add.php:128
#: download-manager.php:298
#, php-format
msgid "Maximum file size is %s."
msgstr "最大大小是%s。"
#: download-add.php:131
#: download-manager.php:301
msgid "Remote File:"
msgstr "远程文件:"
#: download-add.php:133
#: download-manager.php:303
msgid "Please include http:// or ftp:// in front."
msgstr "请在前面包含http:// 或 ftp://"
#: download-add.php:137
#: download-manager.php:307
#: download-manager.php:390
msgid "File Name:"
msgstr "文件名称:"
#: download-add.php:141
#: download-manager.php:311
#: download-manager.php:394
msgid "File Description:"
msgstr "文件介绍:"
#: download-add.php:145
#: download-manager.php:315
#: download-manager.php:398
msgid "File Category:"
msgstr "文件类别:"
#: download-add.php:159
#: download-manager.php:333
#: download-manager.php:402
msgid "File Size:"
msgstr "文件大小:"
#: download-add.php:160
#: download-manager.php:334
#: wp-downloadmanager.php:287
msgid "bytes"
msgstr ""
#: download-add.php:160
msgid "Leave blank for auto detection. Auto detection sometimes will not work for Remote File."
msgstr ""
#: download-add.php:163
#: download-manager.php:341
msgid "File Date:"
msgstr "文件日期:"
#: download-add.php:167
msgid "Starting File Hits:"
msgstr "文件点击:"
#: download-add.php:171
#: download-manager.php:353
#: download-manager.php:422
msgid "Allowed To Download:"
msgstr "允许下载:"
#: download-add.php:174
#: download-manager.php:356
#: download-manager.php:426
#: download-manager.php:523
msgid "Hidden"
msgstr ""
#: download-add.php:175
#: download-manager.php:357
#: download-manager.php:428
#: download-manager.php:525
msgid "Everyone"
msgstr "所有人"
#: download-add.php:176
#: download-manager.php:358
#: download-manager.php:430
msgid "Registered Users Only"
msgstr "只有注册用户"
#: download-add.php:181
#: download-manager.php:363
#: download-manager.php:441
msgid "Cancel"
msgstr "取消"
#: download-manager.php:58
#: download-manager.php:620
#: download-options.php:159
msgid "File ID"
msgstr "文件ID"
#: download-manager.php:62
#: download-manager.php:496
#: download-manager.php:621
#: download-options.php:160
msgid "File"
msgstr "文件"
#: download-manager.php:66
#: download-manager.php:626
#: download-options.php:162
msgid "File Size"
msgstr "文件大小"
#: download-manager.php:70
#: download-manager.php:627
msgid "File Category"
msgstr "文件类别"
#: download-manager.php:74
#: download-manager.php:406
#: download-manager.php:628
#: download-options.php:164
msgid "File Hits"
msgstr "文件点击"
#: download-manager.php:78
#: download-manager.php:629
msgid "File Permission"
msgstr "文件权限"
#: download-manager.php:82
#: download-manager.php:410
#: download-manager.php:623
#: download-options.php:163
msgid "File Date"
msgstr "文件日期"
#: download-manager.php:86
#: download-manager.php:624
#, fuzzy
msgid "File Updated Date"
msgstr "文件日期"
#: download-manager.php:90
#: download-manager.php:625
#, fuzzy
msgid "File Last Downloaded Date"
msgstr "最多下载模板"
#: download-manager.php:95
#: download-manager.php:622
#: download-options.php:161
msgid "File Name"
msgstr "文件名称"
#: download-manager.php:103
#: download-manager.php:634
#: download-options.php:173
msgid "Descending"
msgstr "降序"
#: download-manager.php:108
#: download-manager.php:633
#: download-options.php:172
msgid "Ascending"
msgstr "升序"
#: download-manager.php:117
#: download-manager.php:363
msgid "Edit File"
msgstr "编辑文件"
#: download-manager.php:205
#, php-format
msgid "Error In Editing File '%s (%s)'"
msgstr "编辑文件'%s (%s)'时发生错误"
#: download-manager.php:207
#, php-format
msgid "File '%s (%s)' Edited Successfully"
msgstr "文件'%s (%s)'编辑成功"
#: download-manager.php:211
#: download-manager.php:441
msgid "Delete File"
msgstr "删除文件"
#: download-manager.php:218
#, php-format
msgid "Error In Deleting File '%s (%s)' From Server"
msgstr "从服务器上删除文件'%s (%s)'时发生错误"
#: download-manager.php:220
#, php-format
msgid "File '%s (%s)' Deleted From Server Successfully"
msgstr "从服务器上删除文件'%s (%s)'成功"
#: download-manager.php:225
#, php-format
msgid "Error In Deleting File '%s (%s)'"
msgstr "删除文件'%s (%s)'时发生错误"
#: download-manager.php:227
#, php-format
msgid "File '%s (%s)' Deleted Successfully"
msgstr "文件'%s (%s)'删除成功"
#: download-manager.php:277
msgid "Edit A File"
msgstr "编辑一个文件"
#: download-manager.php:283
msgid "Current File:"
msgstr "当前文件:"
#: download-manager.php:334
msgid "Auto Detection Of File Size"
msgstr ""
#: download-manager.php:337
msgid "File Hits:"
msgstr "文件点击:"
#: download-manager.php:338
#, fuzzy, php-format
msgid "%s hit"
msgid_plural "%s hits"
msgstr[0] "点击"
msgstr[1] "点击"
#: download-manager.php:338
msgid "Reset File Hits"
msgstr "重置文件点击"
#: download-manager.php:342
msgid "Existing Timestamp:"
msgstr "生成时间戳:"
#: download-manager.php:342
msgid "Edit Timestamp"
msgstr "编辑时间戳"
#: download-manager.php:342
msgid "Use Today's Date"
msgstr "使用今天的日期"
#: download-manager.php:345
#: download-manager.php:414
#, fuzzy
msgid "File Updated Date:"
msgstr "文件日期:"
#: download-manager.php:349
#: download-manager.php:418
#, fuzzy
msgid "File Last Downloaded Date:"
msgstr "最多下载模板"
#: download-manager.php:382
msgid "Delete A File"
msgstr "删除一个文件"
#: download-manager.php:407
#: download-templates.php:121
#: download-templates.php:124
#: download-templates.php:127
#: download-templates.php:130
#: download-templates.php:136
#: download-templates.php:139
#: wp-downloadmanager.php:1230
#: wp-downloadmanager.php:1231
#: wp-downloadmanager.php:1232
msgid "hits"
msgstr "点击"
#: download-manager.php:437
msgid "Delete File From Server?"
msgstr "从服务器上删除文件吗?"
#: download-manager.php:452
#: download-manager.php:453
#: wp-downloadmanager.php:203
#: wp-downloadmanager.php:269
#: wp-downloadmanager.php:289
msgid "unknown"
msgstr "未知"
#: download-manager.php:488
#: wp-downloadmanager.php:50
msgid "Manage Downloads"
msgstr "管理下载"
#: download-manager.php:489
#: wp-downloadmanager.php:47
msgid "Downloads"
msgstr "下载"
#: download-manager.php:490
#, fuzzy, php-format
msgid "Displaying <strong>%s</strong> To <strong>%s</strong> Of <strong>%s</strong> Files"
msgstr "显示从第 <strong>%s</strong>到第<strong>%s</strong>个 ,总计 <strong>%s</strong> 个。"
#: download-manager.php:491
#, php-format
msgid "Sorted By <strong>%s</strong> In <strong>%s</strong> Order"
msgstr "以 <strong>%s</strong> 为依据按<strong>%s</strong> 排序"
#: download-manager.php:495
msgid "ID"
msgstr "编号"
#: download-manager.php:497
msgid "Size"
msgstr "大小"
#: download-manager.php:498
msgid "Hits"
msgstr "点击"
#: download-manager.php:499
msgid "Permission"
msgstr "权限"
#: download-manager.php:500
msgid "Category"
msgstr "类别"
#: download-manager.php:501
#, fuzzy
msgid "Date/Time Added"
msgstr "添加时间"
#: download-manager.php:502
msgid "Action"
msgstr "动作"
#: download-manager.php:527
msgid "Registered"
msgstr "已注册"
#: download-manager.php:537
#, php-format
msgid "Last Updated: %s, %s"
msgstr ""
#: download-manager.php:537
#, fuzzy, php-format
msgid "Last Downloaded: %s, %s"
msgstr "最多下载"
#: download-manager.php:543
msgid "Edit"
msgstr "编辑"
#: download-manager.php:544
msgid "Delete"
msgstr "删除"
#: download-manager.php:549
msgid "No Files Found"
msgstr "未发现文件"
#: download-manager.php:563
msgid "Previous Page"
msgstr "前一页"
#: download-manager.php:572
msgid "Next Page"
msgstr "后一页"
#: download-manager.php:581
msgid "Pages"
msgstr "页"
#: download-manager.php:584
msgid "Go to First Page"
msgstr "到第一页"
#: download-manager.php:584
msgid "First"
msgstr "最先"
#: download-manager.php:587
#: download-manager.php:599
msgid "Go to Page"
msgstr "到页"
#: download-manager.php:594
msgid "Page"
msgstr "页"
#: download-manager.php:602
msgid "Go to Last Page"
msgstr "到最后页"
#: download-manager.php:602
msgid "Last"
msgstr "最后"
#: download-manager.php:618
msgid "Sort Options:"
msgstr "排序设置:"
#: download-manager.php:641
#: download-manager.php:643
msgid "Per Page"
msgstr "每页"
#: download-manager.php:648
msgid "Sort"
msgstr "排序"
#: download-manager.php:658
msgid "Download Stats"
msgstr "下载状态"
#: download-manager.php:662
msgid "Total Files:"
msgstr "文件数:"
#: download-manager.php:666
msgid "Total Size:"
msgstr "总大小:"
#: download-manager.php:670
msgid "Total Hits:"
msgstr "总点击:"
#: download-manager.php:674
msgid "Total Bandwidth:"
msgstr "总带宽:"
#: download-options.php:62
msgid "Download Path"
msgstr "下载路径"
#: download-options.php:63
msgid "Download Path URL"
msgstr "下载路径URL"
#: download-options.php:64
msgid "Download Page URL"
msgstr "下载页面URL"
#: download-options.php:65
#, fuzzy
msgid "Download Nice Permalink"
msgstr "下载序列"
#: download-options.php:66
msgid "Download Method"
msgstr "下载方式"
#: download-options.php:67
msgid "Download Categories"
msgstr "下载类类别"
#: download-options.php:68
msgid "Download Sorting"
msgstr "下载序列"
#: download-options.php:73
#: download-templates.php:78
msgid "Updated"
msgstr "已更新"
#: download-options.php:78
#: download-templates.php:83
msgid "No Download Option Updated"
msgstr "下载设置没有更新"
#: download-options.php:105
#: download-options.php:106
#: wp-downloadmanager.php:52
msgid "Download Options"
msgstr "下载设置"
#: download-options.php:109
msgid "Download Path:"
msgstr "下载路径:"
#: download-options.php:110
msgid "The absolute path to the directory where all the files are stored (without trailing slash)."
msgstr "所有文件存储目录的绝对路径(尾部不要带斜线)。"
#: download-options.php:113
msgid "Download Path URL:"
msgstr "下载路径URL:"
#: download-options.php:114
msgid "The url to the directory where all the files are stored (without trailing slash)."
msgstr "所有文件存储目录的URL(尾部不要带斜线)。"
#: download-options.php:117
msgid "Download Page URL:"
msgstr "下载页面URL:"
#: download-options.php:118
msgid "The url to the downloads page (without trailing slash)."
msgstr "下载页面的URL(尾部不要带斜线)。"
#: download-options.php:121
#, fuzzy
msgid "Download Nice Permalink:"
msgstr "下载列表:"
#: download-options.php:123
#: download-uninstall.php:145
#: wp-downloadmanager-widget.php:110
#: wp-downloadmanager-widget.php:151
msgid "Yes"
msgstr "是的"
#: download-options.php:125
#: wp-downloadmanager-widget.php:105
#: wp-downloadmanager-widget.php:146
#, fuzzy
msgid "No"
msgstr "没有"
#: download-options.php:127
#, fuzzy
msgid "Change it to <strong>No</strong> when you encounter 404 error."
msgstr "当大文件出现问题时,改为<strong>重定向文件</strong>。"
#: download-options.php:131
msgid "Download Method:"
msgstr "下载方式:"
#: download-options.php:134
msgid "Output File"
msgstr "输出文件"
#: download-options.php:135
msgid "Redirect To File"
msgstr "重定向文件"
#: download-options.php:137
msgid "Change it to <strong>Redirect To File</strong> when you have problem with large files."
msgstr "当大文件出现问题时,改为<strong>重定向文件</strong>。"
#: download-options.php:142
msgid "Download Categories:"
msgstr "下载类别:"
#: download-options.php:143
msgid "Start each entry on a new line."
msgstr "另起一行开始每项内容。"
#: download-options.php:144
msgid "The <strong>first line</strong> will have a category id of <strong>1</strong>."
msgstr " <strong>第1行</strong> 类别编号为<strong>1</strong>。"
#: download-options.php:145
msgid "The <strong>2nd line</strong> will have a category id of <strong>2</strong>."
msgstr " <strong>第2行</strong> 类别编号为<strong>2</strong>。"
#: download-options.php:146
msgid "And so on and so forth."
msgstr "以此类推。"
#: download-options.php:153
msgid "Download Listing Options"
msgstr "下载列表配置"
#: download-options.php:156
msgid "Sort Downloads By:"
msgstr "下载归类依据:"
#: download-options.php:169
msgid "Sort Order Of Downloads:"
msgstr "下载归类排序:"
#: download-options.php:178
msgid "No. Of Downloads Per Page:"
msgstr "每页下载数量:"
#: download-options.php:182
msgid "Group By:"
msgstr "分组依据:"
#: download-options.php:185
msgid "None"
msgstr "没有"
#: download-options.php:186
msgid "Categories"
msgstr "类别"
#: download-options.php:192
#: download-templates.php:526
msgid "Save Changes"
msgstr ""
#: download-templates.php:63
#, fuzzy
msgid "Download Page Header Template"
msgstr "下载类别顶部模板"
#: download-templates.php:64
#, fuzzy
msgid "Download Page Footer Template"
msgstr "下载类别底部模板"
#: download-templates.php:65
#, fuzzy
msgid "Download Page Paging Header Template"
msgstr "下载类别顶部模板"
#: download-templates.php:66
#, fuzzy
msgid "Download Page Paging Footer Template"
msgstr "下载类别底部模板"
#: download-templates.php:67
#, fuzzy
msgid "No Files Found Template"
msgstr "未发现文件"
#: download-templates.php:68
msgid "Download Category Header Template"
msgstr "下载类别顶部模板"
#: download-templates.php:69
msgid "Download Category Footer Template"
msgstr "下载类别底部模板"
#: download-templates.php:70
msgid "Download Listing Template"
msgstr "下载列表木板"
#: download-templates.php:71
msgid "Download Embedded Template"
msgstr "下载附件模板"
#: download-templates.php:72
#: download-templates.php:453
#, fuzzy
msgid "Download Page Link Template"
msgstr "下载页面模板。"
#: download-templates.php:73
msgid "Most Downloaded Template"
msgstr "最多下载模板"
#: download-templates.php:100
#: wp-downloadmanager.php:1226
msgid "There are <strong>%TOTAL_FILES_COUNT% files</strong>, weighing <strong>%TOTAL_SIZE%</strong> with <strong>%TOTAL_HITS% hits</strong> in <strong>%FILE_CATEGORY_NAME%</strong>.</p><p>Displaying <strong>%RECORD_START%</strong> to <strong>%RECORD_END%</strong> of <strong>%TOTAL_FILES_COUNT%</strong> files."
msgstr "分类<strong>%FILE_CATEGORY_NAME%</strong>中总共有 <strong>%TOTAL_FILES_COUNT% 个文件</strong>, 总容量 <strong>%TOTAL_SIZE%</strong> ,共点击 <strong>%TOTAL_HITS% 次</strong>。</p><p>在 <strong>%TOTAL_FILES_COUNT%</strong>个文件中从 <strong>%RECORD_START%</strong>到 <strong>%RECORD_END%</strong>进行 显示。"
#: download-templates.php:103
#: wp-downloadmanager.php:1227
msgid "Search"
msgstr ""
#: download-templates.php:112
#: wp-downloadmanager.php:1245
#, fuzzy
msgid "No Files Found."
msgstr "未发现文件"
#: download-templates.php:115
#: wp-downloadmanager.php:1228
msgid "View all downloads in %FILE_CATEGORY_NAME%"
msgstr "查看%FILE_CATEGORY_NAME%中的所有下载"
#: download-templates.php:124
#: download-templates.php:130
#: download-templates.php:136
#: download-templates.php:139
#: wp-downloadmanager.php:1231
#: wp-downloadmanager.php:1232
msgid ","
msgstr ""
#: download-templates.php:127
#: download-templates.php:130
#: download-templates.php:139
#: wp-downloadmanager.php:213
#: wp-downloadmanager.php:1230
#: wp-downloadmanager.php:1231
#: wp-downloadmanager.php:1232
msgid "You need to be a registered user to download this file."
msgstr "您必须注册才能下载此文件。"
#: download-templates.php:133
#: wp-downloadmanager.php:1244
#, fuzzy
msgid "Downloads Page"
msgstr "下载页面URL"
#: download-templates.php:148
#: wp-downloadmanager.php:53
msgid "Download Templates"
msgstr "下载模板"
#: download-templates.php:150
msgid "Template Variables"
msgstr "模板变量"
#: download-templates.php:155
msgid "Display the file's ID."
msgstr "显示文件编号。"
#: download-templates.php:159
msgid "Display the file's filename."
msgstr "显示文件名"
#: download-templates.php:163
msgid "Display the total number of files in the category."
msgstr "显示此类别中的文件总数。"
#: download-templates.php:167
msgid "Display the total number of files."
msgstr "显示文件总数。"
#: download-templates.php:171
msgid "Display the start number of the record."
msgstr "显示记录的开始序号。"
#: download-templates.php:177
msgid "Display the file's name."
msgstr "显示文件名。"
#: download-templates.php:181
msgid "Display the file's description."
msgstr "显示文件描述。"
#: download-templates.php:185
msgid "Display the total number of file hits in the category."
msgstr "显示此类别的总点击数。"
#: download-templates.php:189
msgid "Displays the total file hits."
msgstr "显示总点击数。"
#: download-templates.php:193
msgid "Display the end number of the record."
msgstr "显示此记录的结束序号。"
#: download-templates.php:199
msgid "Display the file's size in bytes/KB/MB/GB/TB."
msgstr "以bytes/KB/MB/GB/TB为单位显示文件大小。"
#: download-templates.php:203
msgid "Display the files's category name."
msgstr "显示文件的类别名。"
#: download-templates.php:207
msgid "Display the total size of all the files in the category."
msgstr "显示此类别中的总文件大小。"
#: download-templates.php:211
msgid "Display the total file size."
msgstr "显示总文件大小。"
#: download-templates.php:215
msgid "Display the number of times the file has been downloaded."
msgstr "显示此文件被下载的次数。"
#: download-templates.php:221
msgid "Displays the file's date."
msgstr "显示此文件的日期。"
#: download-templates.php:225
msgid "Displays the file's time."
msgstr "显示此文件的时间。"
#: download-templates.php:229
msgid "Displays the url to the category."
msgstr "显示此类别的URL。"
#: download-templates.php:233
msgid "Displays the file's download url."
msgstr "显示此文件的的下载URL。"
#: download-templates.php:237
#, fuzzy
msgid "Display the category ID."
msgstr "显示文件的类别名。"
#: download-templates.php:243
#, fuzzy
msgid "Displays the file's extension icon."
msgstr "显示文件描述。"
#: download-templates.php:247
#, fuzzy
msgid "Displays the URL to the download page."
msgstr "显示此文件的的下载URL。"
#: download-templates.php:251
#, fuzzy
msgid "Displays the file's last updated date."
msgstr "显示此文件的日期。"
#: download-templates.php:255
#, fuzzy
msgid "Displays the file's last updated time."
msgstr "显示此文件的日期。"
#: download-templates.php:259
#, fuzzy
msgid "Displays the file search key word."
msgstr "显示此文件的日期。"
#: download-templates.php:263
msgid "Download Page Templates"
msgstr "下载页面模板。"
#: download-templates.php:267
msgid "Download Page Header:"
msgstr "下载页面顶部:"
#: download-templates.php:268
#: download-templates.php:285
#: download-templates.php:300
#: download-templates.php:309
#: download-templates.php:321
#: download-templates.php:333
#: download-templates.php:347
#: download-templates.php:365
#: download-templates.php:387
#: download-templates.php:412
#: download-templates.php:434
#: download-templates.php:458
#: download-templates.php:476
#: download-templates.php:506
msgid "Allowed Variables:"
msgstr "允许的变量:"
#: download-templates.php:278
#: download-templates.php:293
#: download-templates.php:302
#: download-templates.php:311
#: download-templates.php:323
#: download-templates.php:340
#: download-templates.php:354
#: download-templates.php:379
#: download-templates.php:401
#: download-templates.php:426
#: download-templates.php:448
#: download-templates.php:460
#: download-templates.php:490
#: download-templates.php:520
msgid "Restore Default Template"
msgstr "恢复默认模板"
#: download-templates.php:284
msgid "Download Page Footer:"
msgstr "下载页面底部:"
#: download-templates.php:299
#, fuzzy
msgid "Download Page Paging Header:"
msgstr "下载页面顶部:"
#: download-templates.php:308
#, fuzzy
msgid "Download Page Paging Footer:"
msgstr "下载页面底部:"
#: download-templates.php:316
#, fuzzy
msgid "No Files Found Templates"
msgstr "未发现文件"
#: download-templates.php:320
#, fuzzy
msgid "No Files Found:"
msgstr "未发现文件"
#: download-templates.php:328
msgid "Download Category Templates"
msgstr "下载类别模板"
#: download-templates.php:332
msgid "Download Category Header:"
msgstr "下载类别顶部:"
#: download-templates.php:346
msgid "Download Category Footer:"
msgstr "下载类别底部:"
#: download-templates.php:359
msgid "Download Templates (With Permission)"
msgstr "下载模板(有权限时)"
#: download-templates.php:363
#: download-templates.php:410
msgid "Download Listing:"
msgstr "下载列表:"
#: download-templates.php:364
msgid "Displayed when listing files in the downloads page and users have permission to download the file."
msgstr "当在下载页面中列出且用户有权限下载此文件时显示。"
#: download-templates.php:385
#: download-templates.php:432
msgid "Download Embedded File"
msgstr "下载附件文件"
#: download-templates.php:386
msgid "Displayed when you embedded a file within a post or a page and users have permission to download the file."
msgstr "当在一篇文章或页面中有附件且用户有权限下载此文件时显示。"
#: download-templates.php:406
msgid "Download Templates (Without Permission)"
msgstr "下载模板(无权限时)"
#: download-templates.php:411
msgid "Displayed when listing files in the downloads page and users <strong>DO NOT</strong> have permission to download the file."
msgstr "当在下载页面中列出且用户<strong>没有权限</strong>下载此文件时显示。"
#: download-templates.php:433
msgid "Displayed when you embedded a file within a post or a page and users <strong>DO NOT</strong> have permission to download the file."
msgstr "当在一篇文章或页面中有附件且用户<strong>没有权限</strong>下载此文件时显示。"
#: download-templates.php:457
msgid "This template is used to style the link to the Download Page, if you choose to display the Download Page Link in the Most Downloaded and Recent Downloads widget."
msgstr ""
#: download-templates.php:465
msgid "Download Stats Templates (With Permission)"
msgstr "下载状态模板(有权限时)"