-
Notifications
You must be signed in to change notification settings - Fork 0
/
main.po
executable file
·3941 lines (2711 loc) · 63.7 KB
/
main.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
# SOME DESCRIPTIVE TITLE.
# This file is put in the public domain.
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
#
msgid ""
msgstr ""
"Project-Id-Version: Dotclear 2\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2016-11-23 10:18+0100\n"
"PO-Revision-Date: 2016-07-18 15:46+0200\n"
"Last-Translator: Franck Paul <[email protected]>\n"
"Language-Team: \n"
"Language: en\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Poedit 1.8.8\n"
msgid "Dotclear has been upgraded."
msgstr ""
msgid "Password reset"
msgstr ""
msgid "Someone has requested to reset the password for the following site and username."
msgstr ""
msgid "Username:"
msgstr ""
msgid "To reset your password visit the following address, otherwise just ignore this email and nothing will happen."
msgstr ""
#, php-format
msgid "The e-mail was sent successfully to %s."
msgstr ""
msgid "Your new password"
msgstr ""
msgid "Password:"
msgstr ""
msgid "Your new password is in your mailbox."
msgstr ""
msgid "Passwords don't match"
msgstr ""
msgid "You didn't change your password."
msgstr ""
msgid "You have to change your password before you can login."
msgstr ""
msgid "In order to login, you have to change your password now."
msgstr ""
msgid "Safe Mode can only be used for super administrators."
msgstr ""
msgid "Insufficient permissions"
msgstr ""
msgid "Wrong username or password"
msgstr ""
msgid "Back to login screen"
msgstr ""
msgid "Request a new password"
msgstr ""
msgid "Email:"
msgstr ""
msgid "recover"
msgstr ""
msgid "Change your password"
msgstr ""
msgid "New password:"
msgstr ""
msgid "Confirm password:"
msgstr ""
msgid "change"
msgstr ""
msgid "Safe mode login"
msgstr ""
msgid "This mode allows you to login without activating any of your plugins. This may be useful to solve compatibility problems"
msgstr ""
msgid "Disable or delete any plugin suspected to cause trouble, then log out and log back in normally."
msgstr ""
msgid "Remember my ID on this device"
msgstr ""
msgid "log in"
msgstr ""
msgid "You must accept cookies in order to use the private area."
msgstr ""
msgid "Get back to normal authentication"
msgstr ""
msgid "Connection issue?"
msgstr ""
msgid "I forgot my password"
msgstr ""
msgid "I want to log in in safe mode"
msgstr ""
#, php-format
msgid "Blog \"%s\" successfully created"
msgstr ""
msgid "New blog"
msgstr ""
msgid "System"
msgstr ""
msgid "Blogs"
msgstr ""
msgid "Blog ID:"
msgstr ""
msgid "Required field"
msgstr ""
msgid "At least 2 characters using letters, numbers or symbols."
msgstr ""
msgid "Blog name:"
msgstr ""
msgid "Blog URL:"
msgstr ""
msgid "Blog description:"
msgstr ""
msgid "Create"
msgstr ""
msgid "No such blog ID"
msgstr ""
msgid "Password verification failed"
msgstr ""
#, php-format
msgid "Blog \"%s\" successfully deleted"
msgstr ""
msgid "Delete a blog"
msgstr ""
msgid "Warning"
msgstr ""
#, php-format
msgid "You are about to delete the blog %s. Every entry, comment and category will be deleted."
msgstr ""
msgid "Please give your password to confirm the blog deletion."
msgstr ""
msgid "Your password:"
msgstr ""
msgid "Delete this blog"
msgstr ""
msgid "No given blog id."
msgstr ""
msgid "No such blog."
msgstr ""
msgid "year/month/day/title"
msgstr ""
msgid "year/month/title"
msgstr ""
msgid "year/title"
msgstr ""
msgid "title"
msgstr ""
msgid "post id/title"
msgstr ""
msgid "post id"
msgstr ""
msgid "H4"
msgstr ""
msgid "H3"
msgstr ""
msgid "P"
msgstr ""
msgid "(none)"
msgstr ""
msgid "Title"
msgstr ""
msgid "Title, Date"
msgstr ""
msgid "Title, Country, Date"
msgstr ""
msgid "Title, City, Country, Date"
msgstr ""
msgid "original"
msgstr ""
msgid "None"
msgstr ""
msgid "Left"
msgstr ""
msgid "Right"
msgstr ""
msgid "Center"
msgstr ""
msgid "I would like search engines and archivers to index and archive my blog's content."
msgstr ""
msgid "I would like search engines and archivers to index but not archive my blog's content."
msgstr ""
msgid "I would like to prevent search engines and archivers from indexing or archiving my blog's content."
msgstr ""
msgid "Default"
msgstr ""
msgid "This blog ID is already used."
msgstr ""
msgid "Invalid language code"
msgstr ""
msgid "Blog has been successfully updated."
msgstr ""
msgid "Blog settings"
msgstr ""
msgid "Warning: except for special configurations, it is generally advised to have a trailing \"/\" in your blog URL in PATH_INFO mode."
msgstr ""
msgid "Warning: except for special configurations, it is generally advised to have a trailing \"?\" in your blog URL in QUERY_STRING mode."
msgstr ""
msgid "Blog has been successfully created."
msgstr ""
msgid "Parameters"
msgstr ""
msgid "Blog details"
msgstr ""
msgid "Please note that changing your blog ID may require changes in your public index.php file."
msgstr ""
msgid "URL scan method:"
msgstr ""
#, php-format
msgid "The URL of blog or the URL scan method might not be well set (<code>%s</code> return a <strong>%s</strong> status)."
msgstr ""
#, php-format
msgid "The URL of blog or the URL scan method might not be well set (<code>%s</code> does not return an ATOM feed)."
msgstr ""
msgid "Blog status:"
msgstr ""
msgid "Blog configuration"
msgstr ""
msgid "Blog editor name:"
msgstr ""
msgid "Default language:"
msgstr ""
msgid "Blog timezone:"
msgstr ""
msgid "Copyright notice:"
msgstr ""
msgid "New post URL format:"
msgstr ""
msgid "Dotclear"
msgstr ""
msgid "Sample:"
msgstr ""
msgid "HTML tag for the title of the notes on the blog:"
msgstr ""
msgid "Enable XML/RPC interface"
msgstr ""
msgid "XML/RPC interface allows you to edit your blog with an external client."
msgstr ""
msgid "XML/RPC interface is active. You should set the following parameters on your XML/RPC client:"
msgstr ""
msgid "Server URL:"
msgstr ""
msgid "Blogging system:"
msgstr ""
msgid "User name:"
msgstr ""
msgid "your password"
msgstr ""
msgid "Comments and trackbacks"
msgstr ""
msgid "Accept comments"
msgstr ""
msgid "Moderate comments"
msgstr ""
#, php-format
msgid "Leave comments open for %s days"
msgstr ""
msgid "No limit: leave blank."
msgstr ""
msgid "Wiki syntax for comments"
msgstr ""
msgid "Preview of comment before submit is not mandatory"
msgstr ""
msgid "Accept trackbacks"
msgstr ""
msgid "Moderate trackbacks"
msgstr ""
#, php-format
msgid "Leave trackbacks open for %s days"
msgstr ""
msgid "Add \"nofollow\" relation on comments and trackbacks links"
msgstr ""
msgid "Blog presentation"
msgstr ""
msgid "Date format:"
msgstr ""
msgid "Pattern of date"
msgstr ""
msgid "Time format:"
msgstr ""
msgid "Pattern of time"
msgstr ""
msgid "Display smilies on entries and comments"
msgstr ""
msgid "Disable internal search system"
msgstr ""
#, php-format
msgid "Display %s entries on home page"
msgstr ""
#, php-format
msgid "Display %s entries per page"
msgstr ""
#, php-format
msgid "Display %s entries per feed"
msgstr ""
#, php-format
msgid "Display %s comments per feed"
msgstr ""
msgid "Truncate feeds"
msgstr ""
msgid "Include sub-categories in category page and category posts feed"
msgstr ""
msgid "Media and images"
msgstr ""
msgid "Please note that if you change current settings bellow, they will now apply to all new images in the media manager."
msgstr ""
msgid "Be carefull if you share it with other blogs in your installation."
msgstr ""
msgid "Generated image sizes (max dimension in pixels)"
msgstr ""
msgid "Thumbnail"
msgstr ""
msgid "Small"
msgstr ""
msgid "Medium"
msgstr ""
msgid "Default size of the inserted video (in pixels)"
msgstr ""
msgid "Width"
msgstr ""
msgid "Height"
msgstr ""
msgid "Flash player"
msgstr ""
msgid "Insert Flash player fallback for video (mp4 or m4v) and audio (mp3) media"
msgstr ""
msgid "For flv video, the Flash player will be anyway inserted."
msgstr ""
msgid "Default image insertion attributes"
msgstr ""
msgid "Inserted image title"
msgstr ""
msgid "Use original media date if possible"
msgstr ""
msgid "Do not display date if alone in title"
msgstr ""
msgid "It is retrieved from the picture's metadata."
msgstr ""
msgid "Size of inserted image:"
msgstr ""
msgid "Image alignment:"
msgstr ""
msgid "Insert a link to the original image"
msgstr ""
msgid "Search engines robots policy"
msgstr ""
msgid "jQuery javascript library"
msgstr ""
msgid "jQuery version to be loaded for this blog:"
msgstr ""
msgid "Blog security"
msgstr ""
msgid "Protect the blog from Clickjacking (see <a href=\"https://en.wikipedia.org/wiki/Clickjacking\">Wikipedia</a>)"
msgstr ""
msgid "Save"
msgstr ""
msgid "The current blog cannot be deleted."
msgstr ""
msgid "Only superadmin can delete a blog."
msgstr ""
msgid "Users"
msgstr ""
msgid "Users on this blog"
msgstr ""
msgid "No users"
msgstr ""
msgid "Publications on this blog:"
msgstr ""
#, php-format
msgid "%1$s: %2$s"
msgstr ""
msgid "Permissions:"
msgstr ""
msgid "Super administrator"
msgstr ""
msgid "All rights on all blogs."
msgstr ""
#, php-format
msgid "[%s] (unreferenced permission)"
msgstr ""
msgid "All rights on this blog."
msgstr ""
msgid "Change permissions"
msgstr ""
msgid "Blog appearance"
msgstr ""
msgid "Theme configuration"
msgstr ""
msgid "Themes management"
msgstr ""
msgid "Update themes"
msgstr ""
#, php-format
msgid "There is one theme to update available from repository."
msgid_plural "There are %s themes to update available from repository."
msgstr[0] ""
msgstr[1] ""
#, php-format
msgid "Visit %s repository, the resources center for Dotclear."
msgstr ""
msgid "Installed themes"
msgstr ""
msgid "You can configure and manage installed themes from this list."
msgstr ""
msgid "Deactivated themes"
msgstr ""
msgid "Deactivated themes are installed but not usable. You can activate them from here."
msgstr ""
msgid "Add themes"
msgstr ""
msgid "Add themes from repository"
msgstr ""
msgid "Install or upgrade manually"
msgstr ""
msgid "Add themes from a package"
msgstr ""
msgid "You can install themes by uploading or downloading zip files."
msgstr ""
msgid "Some functions are disabled, please give write access to your themes directory to enable them."
msgstr ""
msgid "Last update"
msgstr ""
msgid "Blog name"
msgstr ""
msgid "Blog ID"
msgstr ""
msgid "Status"
msgstr ""
msgid "Descending"
msgstr ""
msgid "Ascending"
msgstr ""
msgid "List of blogs"
msgstr ""
msgid "Create a new blog"
msgstr ""
msgid "Show filters and display options"
msgstr ""
msgid "Filters"
msgstr ""
msgid "Search:"
msgstr ""
msgid "Status:"
msgstr ""
msgid "Display options"
msgstr ""
msgid "Order by:"
msgstr ""
msgid "Sort:"
msgstr ""
msgid "Show"
msgstr ""
msgid "blogs per page"
msgstr ""
msgid "Apply filters and display options"
msgstr ""
msgid "Selected blogs action:"
msgstr ""
msgid "Actions"
msgstr ""
msgid "ok"
msgstr ""
msgid "Please give your password to confirm blog(s) deletion:"
msgstr ""
msgid "This category does not exist."
msgstr ""
#, php-format
msgid "The category \"%s\" has been successfully deleted."
msgstr ""
msgid "Category where to move entries does not exist"
msgstr ""
#, php-format
msgid "The entries have been successfully moved to category \"%s\""
msgstr ""
msgid "Categories have been successfully reordered."
msgstr ""
msgid "Categories order has been successfully reset."
msgstr ""
msgid "Categories"
msgstr ""
msgid "The category has been successfully removed."
msgid_plural "The categories have been successfully removed."
msgstr[0] ""
msgstr[1] ""
msgid "Entries have been successfully moved to the category you choose."
msgstr ""
msgid "New category"
msgstr ""
msgid "No category so far."
msgstr ""
#, php-format
msgid "%d entries"
msgstr ""
#, php-format
msgid "%d entry"
msgstr ""
msgid "total:"
msgstr ""
msgid "URL:"
msgstr ""
msgid "Move entries to"
msgstr ""
msgid "OK"
msgstr ""
msgid "Delete category"
msgstr ""
msgid "To rearrange categories order, move items by drag and drop, then click on “Save categories order” button."
msgstr ""
msgid "Save categories order"
msgstr ""
msgid "Reorder all categories on the top level"
msgstr ""
msgid "Top level"
msgstr ""
msgid "The category has been successfully moved"
msgstr ""
msgid "The category has been successfully updated."
msgstr ""
#, php-format
msgid "The category \"%s\" has been successfully created."
msgstr ""
msgid "Category has been successfully updated."
msgstr ""
msgid "Category information"
msgstr ""
msgid "Name:"
msgstr ""
msgid "Parent:"
msgstr ""
msgid "Warning: If you set the URL manually, it may conflict with another category."
msgstr ""
msgid "Description:"
msgstr ""
msgid "Move this category"
msgstr ""
msgid "Category parent"
msgstr ""
msgid "Category sibling"
msgstr ""
msgid "Move current category"
msgstr ""
msgid "after"
msgstr ""
msgid "before"
msgstr ""
msgid "position: "
msgstr ""
msgid "Entry does not exist."
msgstr ""
msgid "Comment has been successfully created."
msgstr ""
msgid "No comments"
msgstr ""
msgid "Comment has been successfully updated."
msgstr ""
msgid "Comment has been successfully deleted."
msgstr ""
msgid "You can't edit this comment."
msgstr ""
msgid "Edit comment"
msgstr ""
#, php-format
msgid "Your comment on my blog %s"
msgstr ""
#, php-format
msgid ""
"Hi!\n"
"\n"
"You wrote a comment on:\n"
"%s\n"
"\n"
"\n"
msgstr ""
msgid "Send an e-mail"
msgstr ""
msgid "Information collected"
msgstr ""
msgid "IP address:"
msgstr ""
msgid "Date:"
msgstr ""
msgid "Comment submitted"
msgstr ""
msgid "Author:"
msgstr ""
msgid "Web site:"
msgstr ""
msgid "Comment:"
msgstr ""
msgid "Delete"
msgstr ""
msgid "Comment"
msgstr ""
msgid "Trackback"
msgstr ""
msgid "Date"
msgstr ""
msgid "Entry title"
msgstr ""
msgid "Entry date"
msgstr ""
msgid "Author"
msgstr ""
msgid "IP"
msgstr ""
msgid "Spam filter"
msgstr ""
msgid "Selected comments have been successfully updated."
msgstr ""
msgid "Selected comments have been successfully deleted."
msgstr ""
msgid "Spam comments have been successfully deleted."
msgstr ""
msgid "You have one spam comment."
msgstr ""
msgid "Show it."
msgstr ""
#, php-format
msgid "You have %s spam comments."
msgstr ""
msgid "Show them."
msgstr ""
msgid "Delete all spams"
msgstr ""
msgid "Type:"
msgstr ""
msgid "comments per page"
msgstr ""
msgid "Selected comments action:"
msgstr ""
msgid "Global help"
msgstr ""
#, php-format
msgid "An update is available"
msgid_plural "%s updates are available."
msgstr[0] ""
msgstr[1] ""
msgid "Dotclear news"
msgstr ""
msgid "%d %B %Y:"
msgstr ""
msgid "Documentation and support"
msgstr ""
msgid "Dashboard"
msgstr ""
#, php-format
msgid "Dotclear %s is available!"
msgstr ""
msgid "Upgrade now"
msgstr ""
msgid "Remind me later"
msgstr ""
msgid "Information about this version"
msgstr ""
msgid "Make this blog my default blog"
msgstr ""
msgid "This blog is offline"
msgstr ""
msgid "This blog is removed"
msgstr ""
#, php-format
msgid "%s is not defined, you should edit your configuration file."
msgstr ""
msgid "See <a href=\"http://dotclear.org/documentation/2.0/admin/config\">documentation</a> for more information."
msgstr ""
msgid "The cache directory does not exist or is not writable. You must create this directory with sufficient rights and affect this location to \"DC_TPL_CACHE\" in inc/config.php file."
msgstr ""
msgid "The cache directory does not exist or is not writable. You should contact your administrator."
msgstr ""
msgid "There is no writable directory /public/ at the location set in about:config \"public_path\". You must create this directory with sufficient rights (or change this setting)."
msgstr ""
msgid "There is no writable root directory for the media manager. You should contact your administrator."
msgstr ""
msgid "Error:"
msgstr ""
msgid "Following plugins have been installed:"
msgstr ""
msgid "Following plugins have not been installed:"
msgstr ""
msgid "Errors have occured with following plugins:"
msgstr ""
msgid "Quick entry"
msgstr ""
msgid "New entry"
msgstr ""
msgid "Title:"
msgstr ""
msgid "Content:"
msgstr ""
msgid "Category:"
msgstr ""