This repository was archived by the owner on Nov 13, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathmarianne.pot
1328 lines (1042 loc) · 26.9 KB
/
marianne.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
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: Marianne\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2021-09-18 18:43+0000\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: \n"
"Language: \n"
"Plural-Forms: nplurals=INTEGER; plural=EXPRESSION;\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"X-Generator: Loco https://localise.biz/\n"
"X-Loco-Version: 2.5.2; wp-5.7\n"
"X-Domain: marianne"
#. %d: comment count number.
#. %d: Comment count number.
#: comments.php:39 inc/template-tags.php:432
#, php-format
msgid "%d comment"
msgid_plural "%d comments"
msgstr[0] ""
msgstr[1] ""
#: comments.php:51
msgid "‹ Newer comments"
msgstr ""
#: inc/template-tags.php:470
msgid "‹ Previous page"
msgstr ""
#: inc/marianne-theme-page.php:343
msgid ""
"<a href=\"https://www.knotenpunkte.net/\" rel=\"external\" target=\"_blank\">"
"Dr. Matthias Kampmann</a>, whose suggestions allowed me to improve some "
"customization features of the theme."
msgstr ""
#: inc/marianne-theme-page.php:352
msgid ""
"<a href=\"https://www.peterpellenaars.nl/\" rel=\"external\" "
"target=\"_blank\">Peter Pellenaars</a>, who has been a great help in "
"reporting bugs, improving the text strings, and for its translation into "
"Dutch."
msgstr ""
#: inc/customizer.php:93
msgctxt "A font name"
msgid "Lato"
msgstr ""
#: inc/customizer.php:130
msgctxt "A font name"
msgid "Lora"
msgstr ""
#: inc/customizer.php:135
msgctxt "A font name"
msgid "Merriweather"
msgstr ""
#: inc/customizer.php:182
msgctxt "A font name"
msgid "Monospace (system)"
msgstr ""
#: inc/customizer.php:98
msgctxt "A font name"
msgid "Noto Sans"
msgstr ""
#: inc/customizer.php:140
msgctxt "A font name"
msgid "Noto Serif"
msgstr ""
#: inc/customizer.php:103
msgctxt "A font name"
msgid "Open Sans"
msgstr ""
#: inc/customizer.php:167
msgctxt "A font name"
msgid "PT Mono"
msgstr ""
#: inc/customizer.php:108
msgctxt "A font name"
msgid "PT Sans"
msgstr ""
#: inc/customizer.php:145
msgctxt "A font name"
msgid "PT Serif"
msgstr ""
#: inc/customizer.php:113
msgctxt "A font name"
msgid "Roboto"
msgstr ""
#: inc/customizer.php:172
msgctxt "A font name"
msgid "Roboto Mono"
msgstr ""
#: inc/customizer.php:150
msgctxt "A font name"
msgid "Roboto Slab"
msgstr ""
#: inc/customizer.php:123
msgctxt "A font name"
msgid "Sans Serif (system)"
msgstr ""
#: inc/customizer.php:160
msgctxt "A font name"
msgid "Serif (system)"
msgstr ""
#: inc/customizer.php:177
msgctxt "A font name"
msgid "Source Code Pro"
msgstr ""
#: inc/customizer.php:118
msgctxt "A font name"
msgid "Source Sans Pro"
msgstr ""
#: inc/customizer.php:155
msgctxt "A font name"
msgid "Source Serif Pro"
msgstr ""
#: inc/marianne-theme-page.php:40 inc/marianne-theme-page.php:41
#: inc/customizer.php:316
msgid "About Marianne"
msgstr ""
#: inc/marianne-theme-page.php:333
msgid "Acknowledgements"
msgstr ""
#: inc/customizer.php:799
msgid "Add a button to go back to the top of the page."
msgstr ""
#: inc/customizer.php:1036
msgid "Add a link to the RSS feed of your site."
msgstr ""
#: inc/customizer.php:658 inc/customizer.php:743
msgid "Add a prefix to the author's name."
msgstr ""
#: inc/customizer.php:607
msgid "Add a search button."
msgstr ""
#: inc/customizer.php:1070
msgid ""
"Adds the date the post or page was retrieved and a short link to access the "
"content. Default: checked."
msgstr ""
#. %s. The name of the social site.
#: inc/template-tags.php:677
#, php-format
msgctxt "Alternative text for social icon images"
msgid "%s icon"
msgstr ""
#: inc/customizer.php:1029
msgid "Any link you want to display."
msgstr ""
#. Description of the theme
msgid ""
"Are you looking for a simple theme to highlight your writings? Marianne is a "
"rare minimalistic theme in an ocean of maximalism. It gives a touch of old "
"school blogging to your site, refreshed, with customization options that "
"make it flexible. If you believe that less graphism complexity means less "
"distraction and more readability, this theme is made for you. Whether you "
"are a simple blogger, a writer, a journalist or an intellectual, Marianne "
"will delight you… and your readers."
msgstr ""
#: inc/marianne-theme-page.php:310
msgid ""
"As my native language is not English, you can also help me to improve all "
"the default text strings of the theme."
msgstr ""
#: inc/customizer.php:722
msgid "Author's info to display"
msgstr ""
#: inc/customizer.php:357
msgid "Auto"
msgstr ""
#: inc/customizer.php:726
msgid "Avatar"
msgstr ""
#: footer.php:72 footer.php:79
msgid "Back to top"
msgstr ""
#: inc/customizer.php:723
msgid ""
"Before displaying avatars, make sure that they are enabled in Settings > "
"Discussion."
msgstr ""
#: inc/customizer.php:368
msgid "Blue"
msgstr ""
#: inc/customizer.php:572
msgid "Bold"
msgstr ""
#: inc/customizer.php:573
msgid "Bolder"
msgstr ""
#: inc/customizer.php:714
msgid "Bottom of the post"
msgstr ""
#: inc/customizer.php:641
msgid ""
"Breaks some words in half so that they continue on another line rather than "
"moving them entirely to the next line. Especially useful when the text "
"alignment is set to \"justify\". Default: disabled."
msgstr ""
#. %s: The author's name.
#: inc/template-tags.php:316 inc/template-tags.php:329
#, php-format
msgid "By %s"
msgstr ""
#: inc/customizer.php:528
msgid ""
"By default, the browser automatically chooses whether or not to smooth the "
"fonts. By checking this box, you will ask it to smooth them. Default: "
"unckecked."
msgstr ""
#: inc/customizer.php:659
msgid "By John Doe. Default: unchecked."
msgstr ""
#: inc/customizer.php:1020
msgid "Call"
msgstr ""
#: inc/marianne-theme-page.php:238
msgid "Can I display social links with this theme?"
msgstr ""
#: inc/customizer.php:550 inc/customizer.php:630 inc/customizer.php:773
msgid "Center"
msgstr ""
#: inc/customizer.php:1046
msgid ""
"Check to hide comments when priting a post or page. In any case, the comment "
"form will be hidden. Default: checked."
msgstr ""
#: inc/customizer.php:1054
msgid ""
"Check to hide your widgets when priting a post or page. Default: checked."
msgstr ""
#: inc/classes/class-marianne-customizer-section-about.php:82
#: inc/classes/class-marianne-customizer-section-about.php:85
msgid "Close the Customizer and go to About Marianne page"
msgstr ""
#: inc/customizer.php:351
msgid "Color Scheme"
msgstr ""
#: inc/customizer.php:365
msgid "Color used for link and button hovering. Default: blue."
msgstr ""
#: inc/customizer.php:256
msgid "Content Formatting"
msgstr ""
#: inc/marianne-theme-page.php:274
msgid "Contribute"
msgstr ""
#: inc/customizer.php:356
msgid "Dark"
msgstr ""
#: inc/customizer.php:418
msgid "Default: 100px."
msgstr ""
#: inc/customizer.php:404
msgid "Default: 250px."
msgstr ""
#: inc/customizer.php:736
msgid "Default: checked."
msgstr ""
#: inc/customizer.php:808
msgid "Default: footer."
msgstr ""
#: inc/customizer.php:546 inc/customizer.php:769
msgid "Default: left."
msgstr ""
#: inc/customizer.php:595
msgid "Default: normal."
msgstr ""
#: inc/customizer.php:454
msgid "Default: Sans serif."
msgstr ""
#: inc/customizer.php:820
msgid "Default: square."
msgstr ""
#: inc/customizer.php:382 inc/customizer.php:651 inc/customizer.php:675
#: inc/customizer.php:703 inc/customizer.php:744 inc/customizer.php:760
msgid "Default: unchecked."
msgstr ""
#: inc/customizer.php:833 inc/customizer.php:1037
msgid "Default: unckecked."
msgstr ""
#: inc/marianne-theme-page.php:316
msgid "Development"
msgstr ""
#: functions.php:309 inc/customizer.php:864
msgid "Diaspora"
msgstr ""
#: inc/customizer.php:759
msgid "Display a link to the next and the previous post."
msgstr ""
#: inc/customizer.php:1069
msgid "Display information related to printing."
msgstr ""
#: inc/customizer.php:682
msgid "Display of the post content"
msgstr ""
#: inc/customizer.php:666 inc/customizer.php:735
msgid "Display the author's avatar."
msgstr ""
#: inc/customizer.php:751
msgid "Display the author's biographical info."
msgstr ""
#: inc/customizer.php:650
msgid "Display the author's name."
msgstr ""
#: inc/customizer.php:791
msgid "Display the default footer mention."
msgstr ""
#: inc/customizer.php:674 inc/customizer.php:702
msgid "Display the post published time after the date."
msgstr ""
#: inc/customizer.php:381
msgid "Display the title of the front page."
msgstr ""
#: inc/customizer.php:1061
msgid "Display URL of links."
msgstr ""
#: inc/marianne-theme-page.php:147 inc/marianne-theme-page.php:163
msgid "Donate Bitcoin"
msgstr ""
#: inc/marianne-theme-page.php:143
msgid "Donate ₿"
msgstr ""
#: functions.php:314 inc/customizer.php:976
msgid "Email"
msgstr ""
#: inc/customizer.php:640
msgid "Enable hyphenation."
msgstr ""
#: inc/customizer.php:535
msgid "Enable text shadow."
msgstr ""
#: inc/customizer.php:445
msgid "Expand featured images that are not wide enough."
msgstr ""
#: functions.php:319 functions.php:324 inc/customizer.php:856
msgid "Facebook"
msgstr ""
#: inc/marianne-theme-page.php:206
msgid "FAQ"
msgstr ""
#: inc/customizer.php:888
msgid "Flickr"
msgstr ""
#: inc/customizer.php:453
msgid "Font Family"
msgstr ""
#: inc/customizer.php:513
msgid "Font Size"
msgstr ""
#: inc/customizer.php:594
msgid "Font style of the site description"
msgstr ""
#: inc/customizer.php:581
msgid "Font weight of the site description"
msgstr ""
#: inc/customizer.php:567
msgid "Font weight of the site title"
msgstr ""
#: inc/customizer.php:812
msgid "Footer"
msgstr ""
#: inc/customizer.php:768
msgid "Footer Align"
msgstr ""
#: functions.php:58 footer.php:31
msgid "Footer Menu"
msgstr ""
#: inc/customizer.php:278
msgid "Footer Settings"
msgstr ""
#: inc/customizer.php:782
msgid "Footer Text"
msgstr ""
#: inc/customizer.php:694
msgid "For example, \"No comments\" or \"Write a comment\". Default: empty."
msgstr ""
#: inc/customizer.php:527
msgid "Force anti-aliasing."
msgstr ""
#: functions.php:329 inc/customizer.php:944
msgid "GitHub"
msgstr ""
#: inc/marianne-theme-page.php:183
msgid "GitHub Repository"
msgstr ""
#: functions.php:334 inc/customizer.php:952
msgid "GitLab"
msgstr ""
#: inc/customizer.php:536
msgid "Give some relief to your texts. Default: disabled."
msgstr ""
#: inc/customizer.php:242
msgid "Global Settings"
msgstr ""
#: inc/customizer.php:370
msgid "Green"
msgstr ""
#: inc/customizer.php:811
msgid "Header"
msgstr ""
#: inc/customizer.php:545
msgid "Header Align"
msgstr ""
#: inc/customizer.php:249
msgid "Header Settings"
msgstr ""
#: inc/customizer.php:1045
msgid "Hide comments."
msgstr ""
#: inc/customizer.php:1053
msgid "Hide widgets."
msgstr ""
#: inc/customizer.php:364
msgid "Hovered elements"
msgstr ""
#: inc/marianne-theme-page.php:223
msgid "How can I change fonts?"
msgstr ""
#: inc/marianne-theme-page.php:208
msgid "How can I set up a logo?"
msgstr ""
#: inc/customizer.php:819
msgid "How do you want to display your social links?"
msgstr ""
#. Author URI of the theme
msgid "https://chezteddy.fr/"
msgstr ""
#. URI of the theme
msgid "https://github.com/te2dy/marianne"
msgstr ""
#: footer.php:59
msgid "https://wordpress.org/"
msgstr ""
#: footer.php:60
msgid "https://wordpress.org/themes/marianne/"
msgstr ""
#: inc/marianne-theme-page.php:257
msgid "I have other questions."
msgstr ""
#: inc/marianne-theme-page.php:336
msgid "I would like to thank the following people for their contribution:"
msgstr ""
#: inc/customizer.php:432
msgid ""
"If you increase the width of the page, your featured images may become too "
"small. In this case, you should regenerate their thumbnails with a plugins "
"(recommended). Or you can enable the next option. Default: 480px."
msgstr ""
#: functions.php:339 inc/customizer.php:880
msgid "Instagram"
msgstr ""
#: inc/marianne-theme-page.php:276
msgid "Issues & Feature Requests"
msgstr ""
#: inc/customizer.php:626
msgid ""
"It does not prevent to choose a particular alignment in the text editor. "
"Default: left."
msgstr ""
#: template-parts/content-none.php:33
msgid "It looks like nothing was found at this location. Maybe try a search?"
msgstr ""
#: inc/customizer.php:608
msgid ""
"It will be added as a primary menu item if a menu is set. Default: unchecked."
msgstr ""
#: inc/customizer.php:599
msgid "Italic"
msgstr ""
#: inc/customizer.php:632
msgid "Justify"
msgstr ""
#. %s. The name of the social site.
#: inc/template-tags.php:670
#, php-format
msgctxt "Label for links to social sites."
msgid "Link to %s"
msgstr ""
#: inc/customizer.php:390
msgid "Layout"
msgstr ""
#: inc/customizer.php:549 inc/customizer.php:629 inc/customizer.php:772
msgid "Left"
msgstr ""
#: inc/customizer.php:355
msgid "Light"
msgstr ""
#: functions.php:344 inc/customizer.php:1028
msgid "Link"
msgstr ""
#: inc/template-tags.php:695
msgid "Link icon"
msgstr ""
#: inc/template-tags.php:692
msgid "Link to a custom URL"
msgstr ""
#: inc/marianne-theme-page.php:60
msgctxt "Link to Marianne on WordPress Theme Directory"
msgid "https://wordpress.org/themes/marianne/"
msgstr ""
#: inc/template-tags.php:828
msgctxt "Link to the next post."
msgid "Next"
msgstr ""
#: inc/template-tags.php:684
msgid "Link to the phone number"
msgstr ""
#: inc/template-tags.php:816
msgctxt "Link to the previous post."
msgid "Previous"
msgstr ""
#: inc/template-tags.php:700
msgid "Link to the RSS feed"
msgstr ""
#: functions.php:349 inc/customizer.php:936
msgid "LinkedIn"
msgstr ""
#: inc/marianne-theme-page.php:363
msgid "Made in France"
msgstr ""
#: inc/customizer.php:667
msgid ""
"Make sure avatars are enabled in Settings > Discussion. Default: unchecked."
msgstr ""
#: inc/customizer.php:559
msgid "Make the logo round."
msgstr ""
#. Name of the theme
msgid "Marianne"
msgstr ""
#: functions.php:354 inc/customizer.php:848
msgid "Mastodon"
msgstr ""
#: inc/template-tags.php:116
msgid "Menu"
msgstr ""
#: inc/marianne-theme-page.php:135
msgid "Menus"
msgstr ""
#: inc/customizer.php:504
msgid "Monospace Fonts"
msgstr ""
#: inc/customizer.php:459
msgid "Monospaced"
msgstr ""
#: inc/customizer.php:725
msgid "Name"
msgstr ""
#: inc/customizer.php:727
msgid "Name & avatar"
msgstr ""
#: inc/template-tags.php:476
msgid "Next page ›"
msgstr ""
#: inc/customizer.php:571 inc/customizer.php:586 inc/customizer.php:598
msgid "Normal"
msgstr ""
#: inc/customizer.php:712
msgid "Not displayed (default)"
msgstr ""
#: template-parts/content-none.php:16
msgid "Nothing here"
msgstr ""
#: comments.php:50
msgid "Older comments ›"
msgstr ""
#: inc/customizer.php:394
msgid "One column"
msgstr ""
#: inc/customizer.php:560
msgid ""
"Only applies if a logo is set (see the Site Identity section). Default: "
"unckecked."
msgstr ""
#: inc/customizer.php:752
msgid ""
"Only if this info is set on the profile of the author. Default: checked."
msgstr ""
#: inc/customizer.php:832
msgid "Open links in a new tab."
msgstr ""
#: functions.php:245
msgid "Open submenu"
msgstr ""
#. %s: The URL of the Theme Customizer.
#: inc/marianne-theme-page.php:230
#, php-format
msgid ""
"Open the <a href=\"%s\">Theme Customizer</a>. Then, go to Global Settings "
"and select your favorite font family. Do not forget to press Publish."
msgstr ""
#. %s: The URL of the Theme Customizer.
#: inc/marianne-theme-page.php:215
#, php-format
msgid ""
"Open the <a href=\"%s\">Theme Customizer</a>. Then, go to Site Identity and "
"select a logo. Do not forget to press Publish for the logo to go live."
msgstr ""
#: inc/template-tags.php:133 inc/template-tags.php:157
#: inc/template-tags.php:168
msgid "Open the search form"
msgstr ""
#: inc/customizer.php:371
msgid "Orange"
msgstr ""
#: inc/customizer.php:431
msgid "Page Width"
msgstr ""
#: functions.php:359 inc/customizer.php:1008
msgid "Phone"
msgstr ""
#: inc/template-tags.php:687
msgid "Phone icon"
msgstr ""
#. %1$s: The URL of the GitHub Issues page of the Marianne repository. %2$s: The URL of the support forum of the theme on WordPress.org
#: inc/marianne-theme-page.php:283
#, php-format
msgid ""
"Please report issues or make feature requests on <a href=\"%1$s\" "
"rel=\"external\" target=\"_blank\">GitHub</a> or, if you do not have an "
"account, on the <a href=\"%2$s\" target=\"_blank\">support forum</a>."
msgstr ""
#. %s: The URL of the support forum of the theme on WordPress.org
#: inc/marianne-theme-page.php:264
#, php-format
msgid ""
"Please visit the <a href=\"%s\" target=\"_blank\">support forum</a> and post "
"them."
msgstr ""
#: inc/customizer.php:710
msgid "Position of the author's identity"
msgstr ""
#: inc/template-tags.php:802
msgid "Post"
msgstr ""
#: inc/customizer.php:713
msgid "Post header"
msgstr ""
#: inc/customizer.php:264
msgid "Post List Settings"
msgstr ""
#: inc/template-tags.php:803
msgid "Post navigation"
msgstr ""
#: inc/customizer.php:271
msgid "Post Settings"
msgstr ""
#: inc/template-tags.php:465
msgid "Posts"
msgstr ""
#: inc/template-tags.php:466
msgid "Posts navigation"
msgstr ""
#: functions.php:57 inc/template-tags.php:115
msgid "Primary Menu"
msgstr ""
#: inc/customizer.php:292
msgid "Print Settings"
msgstr ""
#: inc/customizer.php:372
msgid "Purple"
msgstr ""
#: inc/marianne-theme-page.php:141
msgid "Rate this theme with ⭐"
msgstr ""
#: inc/customizer.php:369
msgid "Red"
msgstr ""
#: functions.php:364 inc/customizer.php:968
msgid "Reddit"
msgstr ""
#: inc/customizer.php:551 inc/customizer.php:631 inc/customizer.php:774
msgid "Right"
msgstr ""
#: inc/customizer.php:824
msgid "Round"
msgstr ""
#: functions.php:369
msgid "RSS Feed"
msgstr ""
#: inc/template-tags.php:703
msgid "RSS icon"
msgstr ""
#: inc/customizer.php:457
msgid "Sans serif"
msgstr ""
#: inc/customizer.php:476
msgid "Sans Serif Fonts"
msgstr ""
#: inc/marianne-theme-page.php:139
msgid "Say thank you 🙏"
msgstr ""
#: inc/customizer.php:615
msgid "Search button text"
msgstr ""
#. %s: search term.
#: search.php:22 search.php:64
#, php-format
msgid "Search for \"%s\""
msgstr ""
#. %d: the number of search results.
#: search.php:34
#, php-format
msgctxt "Search results"
msgid "%d result found:"
msgid_plural "%d results found:"
msgstr[0] ""
msgstr[1] ""
#: inc/template-tags.php:189
msgid "Search the site"
msgstr ""
#: inc/customizer.php:458
msgid "Serif"
msgstr ""
#: inc/customizer.php:490
msgid "Serif Fonts"
msgstr ""
#: inc/customizer.php:417
msgid "Sidebar Margin Width"
msgstr ""
#: inc/customizer.php:403
msgid "Sidebar Width"
msgstr ""
#: functions.php:374 inc/customizer.php:984
msgid "Signal"
msgstr ""
#. $1%s: WordPress. $2%s: Marianne.
#: footer.php:58
#, php-format
msgctxt "Site footer text"
msgid "Powered by %1$s and %2$s"
msgstr ""
#: header.php:42
msgid "Skip to content"
msgstr ""
#: inc/customizer.php:1021
msgid "SMS"
msgstr ""
#: inc/customizer.php:285
msgid "Social Links"
msgstr ""
#: inc/customizer.php:568
msgid "Some fonts do not support 'bolder'. Default: bolder."
msgstr ""
#: inc/customizer.php:582
msgid "Some fonts do not support 'Thin'. Default: normal."
msgstr ""
#: functions.php:379 inc/customizer.php:928
msgid "Spotify"
msgstr ""
#: inc/customizer.php:823
msgid "Square"
msgstr ""
#: template-parts/content-single.php:17 template-parts/content-loop.php:17
msgid "Sticky post"
msgstr ""
#: functions.php:240
msgid "Submenu opening icon"
msgstr ""
#: inc/customizer.php:477 inc/customizer.php:491 inc/customizer.php:505
msgid ""
"System fonts are faster to load, but their rendering may vary from one "
"device to another. Other fonts are retrieved from the Google Fonts service. "
"Default: System."
msgstr ""
#. Author of the theme
#: inc/marianne-theme-page.php:103
msgid "Teddy"
msgstr ""
#: functions.php:389 inc/customizer.php:992
msgid "Telegram"
msgstr ""
#: inc/customizer.php:625
msgid "Text Align"
msgstr ""
#: inc/customizer.php:693
msgid "Text of the comment link when there are no comments yet"
msgstr ""
#: inc/marianne-theme-page.php:91
msgid ""