-
-
Notifications
You must be signed in to change notification settings - Fork 66
/
pluma.pot
6334 lines (4885 loc) · 141 KB
/
pluma.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.
# Copyright (C) YEAR MATE Desktop Environment team
# This file is distributed under the same license as the pluma package.
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
#
msgid ""
msgstr ""
"Project-Id-Version: pluma 1.26.0\n"
"Report-Msgid-Bugs-To: https://github.com/mate-desktop/pluma/issues\n"
"POT-Creation-Date: 2022-10-29 15:35+0200\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <[email protected]>\n"
"Language: \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"
#: data/org.mate.pluma.gschema.xml.in:15
msgid "Use Default Font"
msgstr ""
#: data/org.mate.pluma.gschema.xml.in:16
msgid ""
"Whether to use the system's default fixed width font for editing text "
"instead of a font specific to pluma. If this option is turned off, then the "
"font named in the \"Editor Font\" option will be used instead of the system "
"font."
msgstr ""
#: data/org.mate.pluma.gschema.xml.in:19
msgctxt "editor-font"
msgid "'Monospace 12'"
msgstr ""
#: data/org.mate.pluma.gschema.xml.in:20
msgid "Editor Font"
msgstr ""
#: data/org.mate.pluma.gschema.xml.in:21
msgid ""
"A custom font that will be used for the editing area. This will only take "
"effect if the \"Use Default Font\" option is turned off."
msgstr ""
#: data/org.mate.pluma.gschema.xml.in:25
msgid "Switch tabs with [ctrl] + [tab]"
msgstr ""
#: data/org.mate.pluma.gschema.xml.in:26
msgid ""
"If true, it enables the ability to switch tabs using [ctrl + tab] and [ctrl "
"+ shift + tab]."
msgstr ""
#: data/org.mate.pluma.gschema.xml.in:30
msgid "Show the first tab if there is only one tab"
msgstr ""
#: data/org.mate.pluma.gschema.xml.in:31
msgid "If false, it hides the first tab if there is only one tab."
msgstr ""
#: data/org.mate.pluma.gschema.xml.in:35
msgid "Style Scheme"
msgstr ""
#: data/org.mate.pluma.gschema.xml.in:36
msgid "The ID of a GtkSourceView Style Scheme used to color the text."
msgstr ""
#: data/org.mate.pluma.gschema.xml.in:40
msgid "Create Backup Copies"
msgstr ""
#: data/org.mate.pluma.gschema.xml.in:41
msgid ""
"Whether pluma should create backup copies for the files it saves. You can "
"set the backup file extension with the \"Backup Copy Extension\" option."
msgstr ""
#: data/org.mate.pluma.gschema.xml.in:45
msgid "Autosave"
msgstr ""
#: data/org.mate.pluma.gschema.xml.in:46
msgid ""
"Whether pluma should automatically save modified files after a time "
"interval. You can set the time interval with the \"Autosave Interval\" "
"option."
msgstr ""
#: data/org.mate.pluma.gschema.xml.in:50
msgid "Autosave Interval"
msgstr ""
#: data/org.mate.pluma.gschema.xml.in:51
msgid ""
"Number of minutes after which pluma will automatically save modified files. "
"This will only take effect if the \"Autosave\" option is turned on."
msgstr ""
#: data/org.mate.pluma.gschema.xml.in:55
msgid "Show save confirmation"
msgstr ""
#: data/org.mate.pluma.gschema.xml.in:56
msgid "Show save confirmation if the files have changes."
msgstr ""
#: data/org.mate.pluma.gschema.xml.in:60
msgid "Writable VFS schemes"
msgstr ""
#: data/org.mate.pluma.gschema.xml.in:61
msgid ""
"List of VFS schemes pluma supports in write mode. The 'file' scheme is "
"writable by default."
msgstr ""
#: data/org.mate.pluma.gschema.xml.in:65
msgid "Maximum Number of Undo Actions"
msgstr ""
#: data/org.mate.pluma.gschema.xml.in:66
msgid ""
"Maximum number of actions that pluma will be able to undo or redo. Use "
"\"-1\" for unlimited number of actions."
msgstr ""
#: data/org.mate.pluma.gschema.xml.in:70
msgid "Line Wrapping Mode"
msgstr ""
#: data/org.mate.pluma.gschema.xml.in:71
msgid ""
"Specifies how to wrap long lines in the editing area. Use \"GTK_WRAP_NONE\" "
"for no wrapping, \"GTK_WRAP_WORD\" for wrapping at word boundaries, and "
"\"GTK_WRAP_CHAR\" for wrapping at individual character boundaries. Note that "
"the values are case-sensitive, so make sure they appear exactly as mentioned "
"here."
msgstr ""
#: data/org.mate.pluma.gschema.xml.in:75
msgid "Tab Size"
msgstr ""
#: data/org.mate.pluma.gschema.xml.in:76
msgid ""
"Specifies the number of spaces that should be displayed instead of Tab "
"characters."
msgstr ""
#: data/org.mate.pluma.gschema.xml.in:80
msgid "Insert spaces"
msgstr ""
#: data/org.mate.pluma.gschema.xml.in:81
msgid "Whether pluma should insert spaces instead of tabs."
msgstr ""
#: data/org.mate.pluma.gschema.xml.in:85
msgid "Automatic indent"
msgstr ""
#: data/org.mate.pluma.gschema.xml.in:86
msgid "Whether pluma should enable automatic indentation."
msgstr ""
#: data/org.mate.pluma.gschema.xml.in:90
msgid "Display Line Numbers"
msgstr ""
#: data/org.mate.pluma.gschema.xml.in:91
msgid "Whether pluma should display line numbers in the editing area."
msgstr ""
#: data/org.mate.pluma.gschema.xml.in:95
msgid "Highlight Current Line"
msgstr ""
#: data/org.mate.pluma.gschema.xml.in:96
msgid "Whether pluma should highlight the current line."
msgstr ""
#: data/org.mate.pluma.gschema.xml.in:100
msgid "Highlight Matching Bracket"
msgstr ""
#: data/org.mate.pluma.gschema.xml.in:101
msgid "Whether pluma should highlight the bracket matching the selected one."
msgstr ""
#: data/org.mate.pluma.gschema.xml.in:105
msgid "Display Right Margin"
msgstr ""
#: data/org.mate.pluma.gschema.xml.in:106
msgid "Whether pluma should display the right margin in the editing area."
msgstr ""
#: data/org.mate.pluma.gschema.xml.in:110
msgid "Right Margin Position"
msgstr ""
#: data/org.mate.pluma.gschema.xml.in:111
msgid "Specifies the position of the right margin."
msgstr ""
#: data/org.mate.pluma.gschema.xml.in:115
msgid "Document background pattern type"
msgstr ""
#: data/org.mate.pluma.gschema.xml.in:116
msgid "Whether the document will get a background pattern painted."
msgstr ""
#: data/org.mate.pluma.gschema.xml.in:120
msgid "Display Overview Map"
msgstr ""
#: data/org.mate.pluma.gschema.xml.in:121
msgid "Whether pluma should display the overview map for the document."
msgstr ""
#: data/org.mate.pluma.gschema.xml.in:125
msgid "Smart Home End"
msgstr ""
#: data/org.mate.pluma.gschema.xml.in:126
msgid ""
"Specifies how the cursor moves when the HOME and END keys are pressed. Use "
"\"DISABLED\" to always move at the start/end of the line, \"AFTER\" to move "
"to the start/end of the line the first time the keys are pressed and to the "
"start/end of the text ignoring whitespaces the second time the keys are "
"pressed, \"BEFORE\" to move to the start/end of the text before moving to "
"the start/end of the line and \"ALWAYS\" to always move to the start/end of "
"the text instead of the start/end of the line."
msgstr ""
#: data/org.mate.pluma.gschema.xml.in:130
msgid "Restore Previous Cursor Position"
msgstr ""
#: data/org.mate.pluma.gschema.xml.in:131
msgid ""
"Whether pluma should restore the previous cursor position when a file is "
"loaded."
msgstr ""
#: data/org.mate.pluma.gschema.xml.in:135
msgid "Enable Search Highlighting"
msgstr ""
#: data/org.mate.pluma.gschema.xml.in:136
msgid ""
"Whether pluma should highlight all the occurrences of the searched text."
msgstr ""
#: data/org.mate.pluma.gschema.xml.in:140
msgid "Enable Syntax Highlighting"
msgstr ""
#: data/org.mate.pluma.gschema.xml.in:141
msgid "Whether pluma should enable syntax highlighting."
msgstr ""
#: data/org.mate.pluma.gschema.xml.in:145
msgid "Toolbar is Visible"
msgstr ""
#: data/org.mate.pluma.gschema.xml.in:146
msgid "Whether the toolbar should be visible in editing windows."
msgstr ""
#: data/org.mate.pluma.gschema.xml.in:150
msgid "Toolbar Buttons Style"
msgstr ""
#: data/org.mate.pluma.gschema.xml.in:151
msgid ""
"Style for the toolbar buttons. Possible values are \"PLUMA_TOOLBAR_SYSTEM\" "
"to use the system's default style, \"PLUMA_TOOLBAR_ICONS\" to display icons "
"only, \"PLUMA_TOOLBAR_ICONS_AND_TEXT\" to display both icons and text, and "
"\"PLUMA_TOOLBAR_ICONS_BOTH_HORIZ\" to display prioritized text beside icons. "
"Note that the values are case-sensitive, so make sure they appear exactly as "
"mentioned here."
msgstr ""
#: data/org.mate.pluma.gschema.xml.in:155
msgid "Status Bar is Visible"
msgstr ""
#: data/org.mate.pluma.gschema.xml.in:156
msgid ""
"Whether the status bar at the bottom of editing windows should be visible."
msgstr ""
#: data/org.mate.pluma.gschema.xml.in:160
msgid "Side Pane is Visible"
msgstr ""
#: data/org.mate.pluma.gschema.xml.in:161
msgid "Whether the side pane at the left of editing windows should be visible."
msgstr ""
#: data/org.mate.pluma.gschema.xml.in:165
msgid "Show tabs with side pane"
msgstr ""
#: data/org.mate.pluma.gschema.xml.in:166
msgid ""
"If false, pluma doesn't show tabs in the notebook with the side pane active."
msgstr ""
#: data/org.mate.pluma.gschema.xml.in:170
msgid "Bottom Panel is Visible"
msgstr ""
#: data/org.mate.pluma.gschema.xml.in:171
msgid ""
"Whether the bottom panel at the bottom of editing windows should be visible."
msgstr ""
#: data/org.mate.pluma.gschema.xml.in:175
msgid "Maximum Recent Files"
msgstr ""
#: data/org.mate.pluma.gschema.xml.in:176
msgid ""
"Specifies the maximum number of recently opened files that will be displayed "
"in the \"Recent Files\" submenu."
msgstr ""
#: data/org.mate.pluma.gschema.xml.in:180
msgid "Print Syntax Highlighting"
msgstr ""
#: data/org.mate.pluma.gschema.xml.in:181
msgid "Whether pluma should print syntax highlighting when printing documents."
msgstr ""
#: data/org.mate.pluma.gschema.xml.in:185
msgid "Print Header"
msgstr ""
#: data/org.mate.pluma.gschema.xml.in:186
msgid "Whether pluma should include a document header when printing documents."
msgstr ""
#: data/org.mate.pluma.gschema.xml.in:190
msgid "Printing Line Wrapping Mode"
msgstr ""
#: data/org.mate.pluma.gschema.xml.in:191
msgid ""
"Specifies how to wrap long lines for printing. Use \"GTK_WRAP_NONE\" for no "
"wrapping, \"GTK_WRAP_WORD\" for wrapping at word boundaries, and "
"\"GTK_WRAP_CHAR\" for wrapping at individual character boundaries. Note that "
"the values are case-sensitive, so make sure they appear exactly as mentioned "
"here."
msgstr ""
#: data/org.mate.pluma.gschema.xml.in:195
msgid "Print Line Numbers"
msgstr ""
#: data/org.mate.pluma.gschema.xml.in:196
msgid ""
"If this value is 0, then no line numbers will be inserted when printing a "
"document. Otherwise, pluma will print line numbers every such number of "
"lines."
msgstr ""
#: data/org.mate.pluma.gschema.xml.in:199
msgctxt "print-font-body-pango"
msgid "'Monospace 9'"
msgstr ""
#: data/org.mate.pluma.gschema.xml.in:200
msgid "Body Font for Printing"
msgstr ""
#: data/org.mate.pluma.gschema.xml.in:201
msgid ""
"Specifies the font to use for a document's body when printing documents."
msgstr ""
#: data/org.mate.pluma.gschema.xml.in:204
msgctxt "print-font-header-pango"
msgid "'Sans 11'"
msgstr ""
#: data/org.mate.pluma.gschema.xml.in:205
msgid "Header Font for Printing"
msgstr ""
#: data/org.mate.pluma.gschema.xml.in:206
msgid ""
"Specifies the font to use for page headers when printing a document. This "
"will only take effect if the \"Print Header\" option is turned on."
msgstr ""
#: data/org.mate.pluma.gschema.xml.in:209
msgctxt "print-font-numbers-pango"
msgid "'Sans 8'"
msgstr ""
#: data/org.mate.pluma.gschema.xml.in:210
msgid "Line Number Font for Printing"
msgstr ""
#: data/org.mate.pluma.gschema.xml.in:211
msgid ""
"Specifies the font to use for line numbers when printing. This will only "
"take effect if the \"Print Line Numbers\" option is non-zero."
msgstr ""
#: data/org.mate.pluma.gschema.xml.in:214
msgctxt "auto-detected"
msgid "[ 'UTF-8', 'GBK', 'CURRENT', 'ISO-8859-15', 'UTF-16' ]"
msgstr ""
#: data/org.mate.pluma.gschema.xml.in:215
msgid "Automatically Detected Encodings"
msgstr ""
#: data/org.mate.pluma.gschema.xml.in:216
msgid ""
"Sorted list of encodings used by pluma for automatically detecting the "
"encoding of a file. \"CURRENT\" represents the current locale encoding. Only "
"recognized encodings are used."
msgstr ""
#: data/org.mate.pluma.gschema.xml.in:219
msgctxt "shown-in-menu"
msgid "[ 'ISO-8859-15' ]"
msgstr ""
#: data/org.mate.pluma.gschema.xml.in:220
msgid "Encodings shown in menu"
msgstr ""
#: data/org.mate.pluma.gschema.xml.in:221
msgid ""
"List of encodings shown in the Character Encoding menu in open/save file "
"selector. Only recognized encodings are used."
msgstr ""
#: data/org.mate.pluma.gschema.xml.in:225
msgid "History for \"search for\" entries"
msgstr ""
#: data/org.mate.pluma.gschema.xml.in:226
msgid "List of entries in \"search for\" textbox."
msgstr ""
#: data/org.mate.pluma.gschema.xml.in:230
msgid "History for \"replace with\" entries"
msgstr ""
#: data/org.mate.pluma.gschema.xml.in:231
msgid "List of entries in \"replace with\" textbox."
msgstr ""
#: data/org.mate.pluma.gschema.xml.in:235
msgid "Active plugins"
msgstr ""
#: data/org.mate.pluma.gschema.xml.in:236
msgid ""
"List of active plugins. It contains the \"Location\" of the active plugins. "
"See the .pluma-plugin file for obtaining the \"Location\" of a given plugin."
msgstr ""
#: data/org.mate.pluma.gschema.xml.in:240
msgid "Show newline"
msgstr ""
#: data/org.mate.pluma.gschema.xml.in:241
msgid "Whether pluma should show newlines in the editor window."
msgstr ""
#: data/org.mate.pluma.gschema.xml.in:245
msgid "Show nbsp"
msgstr ""
#: data/org.mate.pluma.gschema.xml.in:246
msgid ""
"Whether pluma should show not breaking spaces in the editor window: 'show-"
"none' no showing; 'show-trailing' showing only trailing spaces; 'show-all' "
"showing all spaces."
msgstr ""
#: data/org.mate.pluma.gschema.xml.in:250
msgid "Show tabs"
msgstr ""
#: data/org.mate.pluma.gschema.xml.in:251
msgid ""
"Whether pluma should show tabs in the editor window: 'show-none' no showing; "
"'show-trailing' showing only trailing spaces; 'show-all' showing all spaces."
msgstr ""
#: data/org.mate.pluma.gschema.xml.in:255
msgid "Show spaces"
msgstr ""
#: data/org.mate.pluma.gschema.xml.in:256
msgid ""
"Whether pluma should show spaces in the editor window: 'show-none' no "
"showing; 'show-trailing' showing only trailing spaces; 'show-all' showing "
"all spaces."
msgstr ""
#: data/org.mate.pluma.gschema.xml.in:260
msgid "state"
msgstr ""
#: data/org.mate.pluma.gschema.xml.in:261
msgid "The pluma window state"
msgstr ""
#: data/org.mate.pluma.gschema.xml.in:265
msgid "size"
msgstr ""
#: data/org.mate.pluma.gschema.xml.in:266
msgid "The pluma window size"
msgstr ""
#: data/org.mate.pluma.gschema.xml.in:270
msgid "side-panel-size"
msgstr ""
#: data/org.mate.pluma.gschema.xml.in:271
msgid "The pluma side-panel-size"
msgstr ""
#: data/org.mate.pluma.gschema.xml.in:275
msgid "side-panel-active-page"
msgstr ""
#: data/org.mate.pluma.gschema.xml.in:276
msgid "The pluma side-panel-active-page"
msgstr ""
#: data/org.mate.pluma.gschema.xml.in:280
msgid "bottom-panel-size"
msgstr ""
#: data/org.mate.pluma.gschema.xml.in:281
msgid "The pluma bottom-panel-size"
msgstr ""
#: data/org.mate.pluma.gschema.xml.in:285
msgid "bottom-panel-active-page"
msgstr ""
#: data/org.mate.pluma.gschema.xml.in:286
msgid "The pluma bottom-panel-active-page"
msgstr ""
#: data/org.mate.pluma.gschema.xml.in:290
msgid "filter-id"
msgstr ""
#: data/org.mate.pluma.gschema.xml.in:291
msgid "The pluma filter-id"
msgstr ""
#: data/pluma.appdata.xml.in.in:7 data/pluma.desktop.in.in:3
msgid "Pluma"
msgstr ""
#: data/pluma.appdata.xml.in.in:8
msgid "A Text Editor for the MATE desktop environment"
msgstr ""
#: data/pluma.appdata.xml.in.in:10
msgid ""
"Pluma is a small, but powerful text editor designed specifically for the "
"MATE desktop. It has most standard text editor functions and fully supports "
"international text in Unicode. Advanced features include syntax highlighting "
"and automatic indentation of source code, printing and editing of multiple "
"documents in one window."
msgstr ""
#: data/pluma.appdata.xml.in.in:17
msgid ""
"Pluma is extensible through a plugin system, which currently includes "
"support for spell checking, comparing files, viewing CVS ChangeLogs, and "
"adjusting indentation levels."
msgstr ""
#: data/pluma.desktop.in.in:4 pluma/pluma-print-job.c:773
msgid "Text Editor"
msgstr ""
#: data/pluma.desktop.in.in:5
msgid "Edit text files"
msgstr ""
#. Translators: Search terms to find this application. Do NOT translate or localize the semicolons! The list MUST also end with a semicolon!
#: data/pluma.desktop.in.in:15
msgid "text;editor;MATE;tabs;highlighting;code;multiple;files;pluggable;"
msgstr ""
#: pluma/dialogs/pluma-close-confirmation-dialog.c:137
msgid "Log Out _without Saving"
msgstr ""
#: pluma/dialogs/pluma-close-confirmation-dialog.c:141
msgid "_Cancel Logout"
msgstr ""
#: pluma/dialogs/pluma-close-confirmation-dialog.c:148
msgid "Close _without Saving"
msgstr ""
#: pluma/dialogs/pluma-close-confirmation-dialog.c:152
#: pluma/dialogs/pluma-encodings-dialog.c:329
#: pluma/dialogs/pluma-encodings-dialog.ui:56
#: pluma/dialogs/pluma-preferences-dialog.c:849 pluma/pluma-commands-file.c:582
#: pluma/pluma-commands-file.c:1222 pluma/pluma-file-chooser-dialog.c:453
#: pluma/pluma-io-error-message-area.c:169
#: pluma/pluma-io-error-message-area.c:508
#: pluma/pluma-io-error-message-area.c:1198
#: pluma/pluma-progress-message-area.c:64
#: plugins/filebrowser/pluma-file-browser-utils.c:172
#: plugins/quickopen/quickopen/popup.py:37
#: plugins/snippets/snippets/Manager.py:796
#: plugins/snippets/snippets/Manager.py:882
#: plugins/snippets/snippets/Manager.py:921 plugins/sort/sort.ui:46
#: plugins/spell/pluma-spell-language-dialog.c:133
#: plugins/spell/languages-dialog.ui:56
#: plugins/spell/pluma-spell-setup-dialog.ui:55
#: plugins/time/pluma-time-dialog.ui:52
#: plugins/time/pluma-time-setup-dialog.ui:55
msgid "_Cancel"
msgstr ""
#: pluma/dialogs/pluma-close-confirmation-dialog.c:179
#: pluma/pluma-file-chooser-dialog.c:457 pluma/pluma-ui.h:81
#: plugins/snippets/snippets/Manager.py:883
#: plugins/snippets/snippets/Manager.py:922
msgid "_Save"
msgstr ""
#: pluma/dialogs/pluma-close-confirmation-dialog.c:184
msgid "Save _As"
msgstr ""
#: pluma/dialogs/pluma-close-confirmation-dialog.c:217
msgid "Question"
msgstr ""
#: pluma/dialogs/pluma-close-confirmation-dialog.c:415
#, c-format
msgid ""
"If you don't save, changes from the last %ld second will be permanently lost."
msgid_plural ""
"If you don't save, changes from the last %ld seconds will be permanently "
"lost."
msgstr[0] ""
msgstr[1] ""
#: pluma/dialogs/pluma-close-confirmation-dialog.c:424
msgid ""
"If you don't save, changes from the last minute will be permanently lost."
msgstr ""
#: pluma/dialogs/pluma-close-confirmation-dialog.c:430
#, c-format
msgid ""
"If you don't save, changes from the last minute and %ld second will be "
"permanently lost."
msgid_plural ""
"If you don't save, changes from the last minute and %ld seconds will be "
"permanently lost."
msgstr[0] ""
msgstr[1] ""
#: pluma/dialogs/pluma-close-confirmation-dialog.c:440
#, c-format
msgid ""
"If you don't save, changes from the last %ld minute will be permanently lost."
msgid_plural ""
"If you don't save, changes from the last %ld minutes will be permanently "
"lost."
msgstr[0] ""
msgstr[1] ""
#: pluma/dialogs/pluma-close-confirmation-dialog.c:455
msgid "If you don't save, changes from the last hour will be permanently lost."
msgstr ""
#: pluma/dialogs/pluma-close-confirmation-dialog.c:461
#, c-format
msgid ""
"If you don't save, changes from the last hour and %d minute will be "
"permanently lost."
msgid_plural ""
"If you don't save, changes from the last hour and %d minutes will be "
"permanently lost."
msgstr[0] ""
msgstr[1] ""
#: pluma/dialogs/pluma-close-confirmation-dialog.c:476
#, c-format
msgid ""
"If you don't save, changes from the last %d hour will be permanently lost."
msgid_plural ""
"If you don't save, changes from the last %d hours will be permanently lost."
msgstr[0] ""
msgstr[1] ""
#: pluma/dialogs/pluma-close-confirmation-dialog.c:522
#, c-format
msgid "Changes to document \"%s\" will be permanently lost."
msgstr ""
#: pluma/dialogs/pluma-close-confirmation-dialog.c:527
#, c-format
msgid "Save changes to document \"%s\" before closing?"
msgstr ""
#: pluma/dialogs/pluma-close-confirmation-dialog.c:541
#: pluma/dialogs/pluma-close-confirmation-dialog.c:766
msgid "Saving has been disabled by the system administrator."
msgstr ""
#: pluma/dialogs/pluma-close-confirmation-dialog.c:717
#, c-format
msgid "Changes to %d document will be permanently lost."
msgid_plural "Changes to %d documents will be permanently lost."
msgstr[0] ""
msgstr[1] ""
#: pluma/dialogs/pluma-close-confirmation-dialog.c:723
#, c-format
msgid "There is %d document with unsaved changes. Save changes before closing?"
msgid_plural ""
"There are %d documents with unsaved changes. Save changes before closing?"
msgstr[0] ""
msgstr[1] ""
#: pluma/dialogs/pluma-close-confirmation-dialog.c:741
msgid "Docum_ents with unsaved changes:"
msgstr ""
#: pluma/dialogs/pluma-close-confirmation-dialog.c:743
msgid "S_elect the documents you want to save:"
msgstr ""
#: pluma/dialogs/pluma-close-confirmation-dialog.c:768
msgid "If you don't save, all your changes will be permanently lost."
msgstr ""
#: pluma/dialogs/pluma-encodings-dialog.c:330
#: pluma/dialogs/pluma-encodings-dialog.ui:72
#: plugins/spell/pluma-spell-language-dialog.c:134
#: plugins/spell/languages-dialog.ui:72
#: plugins/spell/pluma-spell-setup-dialog.ui:71
#: plugins/time/pluma-time-plugin.c:889
#: plugins/time/pluma-time-setup-dialog.ui:71
msgid "_OK"
msgstr ""
#: pluma/dialogs/pluma-encodings-dialog.c:331
#: pluma/dialogs/pluma-encodings-dialog.ui:40
#: pluma/dialogs/pluma-preferences-dialog.c:1231
#: pluma/dialogs/pluma-preferences-dialog.ui:58 pluma/pluma-ui.h:54
#: plugins/sort/sort.ui:79 plugins/spell/pluma-spell-language-dialog.c:135
#: plugins/spell/languages-dialog.ui:40
#: plugins/spell/pluma-spell-setup-dialog.ui:39
#: plugins/time/pluma-time-dialog.ui:36
#: plugins/time/pluma-time-setup-dialog.ui:39
msgid "_Help"
msgstr ""
#: pluma/dialogs/pluma-encodings-dialog.c:333
msgid "Character Encodings"
msgstr ""
#: pluma/dialogs/pluma-encodings-dialog.c:394
#: pluma/dialogs/pluma-encodings-dialog.c:455
msgid "_Description"
msgstr ""
#: pluma/dialogs/pluma-encodings-dialog.c:403
#: pluma/dialogs/pluma-encodings-dialog.c:464
msgid "_Encoding"
msgstr ""
#: pluma/dialogs/pluma-encodings-dialog.ui:25
msgid "Character encodings"
msgstr ""
#: pluma/dialogs/pluma-encodings-dialog.ui:112
msgid "A_vailable encodings:"
msgstr ""
#: pluma/dialogs/pluma-encodings-dialog.ui:150
#: plugins/spell/pluma-automatic-spell-checker.c:515
msgid "_Add"
msgstr ""
#: pluma/dialogs/pluma-encodings-dialog.ui:190
msgid "E_ncodings shown in menu:"
msgstr ""
#: pluma/dialogs/pluma-encodings-dialog.ui:228
#: pluma/dialogs/pluma-preferences-dialog.ui:1007
msgid "_Remove"
msgstr ""
#: pluma/dialogs/pluma-preferences-dialog.c:603
msgid "Click on this button to select the font to be used by the editor"
msgstr ""
#: pluma/dialogs/pluma-preferences-dialog.c:618
#, c-format
msgid "_Use the system fixed width font (%s)"
msgstr ""
#: pluma/dialogs/pluma-preferences-dialog.c:812
msgid "The selected color scheme cannot be installed."
msgstr ""
#: pluma/dialogs/pluma-preferences-dialog.c:891
msgid "Add Scheme"
msgstr ""
#: pluma/dialogs/pluma-preferences-dialog.c:898
msgid "A_dd Scheme"
msgstr ""
#: pluma/dialogs/pluma-preferences-dialog.c:906
msgid "Color Scheme Files"
msgstr ""
#: pluma/dialogs/pluma-preferences-dialog.c:913
#: pluma/pluma-file-chooser-dialog.c:53
msgid "All Files"
msgstr ""
#: pluma/dialogs/pluma-preferences-dialog.c:958
#, c-format
msgid "Could not remove color scheme \"%s\"."
msgstr ""
#: pluma/dialogs/pluma-preferences-dialog.c:1230
#: pluma/dialogs/pluma-preferences-dialog.ui:74
#: pluma/dialogs/pluma-search-dialog.c:325
#: pluma/dialogs/pluma-search-dialog.ui:60 pluma/pluma-ui.h:152
#: plugins/docinfo/docinfo.ui:35 plugins/spell/spell-checker.ui:375
msgid "_Close"
msgstr ""
#: pluma/dialogs/pluma-preferences-dialog.c:1233
msgid "Pluma Preferences"
msgstr ""
#: pluma/dialogs/pluma-preferences-dialog.ui:42
msgid "Preferences"
msgstr ""
#: pluma/dialogs/pluma-preferences-dialog.ui:119
#: pluma/pluma-print-preferences.ui:195
msgid "Text Wrapping"
msgstr ""
#: pluma/dialogs/pluma-preferences-dialog.ui:139
#: pluma/pluma-print-preferences.ui:215
msgid "Enable text _wrapping"
msgstr ""
#: pluma/dialogs/pluma-preferences-dialog.ui:154
#: pluma/pluma-print-preferences.ui:235
msgid "Do not _split words over two lines"
msgstr ""
#: pluma/dialogs/pluma-preferences-dialog.ui:193
msgid "Highlighting"
msgstr ""
#: pluma/dialogs/pluma-preferences-dialog.ui:213
msgid "Highlight current _line"
msgstr ""
#: pluma/dialogs/pluma-preferences-dialog.ui:228
msgid "Highlight matching _bracket"
msgstr ""
#: pluma/dialogs/pluma-preferences-dialog.ui:266
msgid "Display"
msgstr ""
#: pluma/dialogs/pluma-preferences-dialog.ui:286 pluma/pluma-view.c:2274
msgid "_Display line numbers"
msgstr ""
#: pluma/dialogs/pluma-preferences-dialog.ui:306
msgid "Display right _margin at column"
msgstr ""
#: pluma/dialogs/pluma-preferences-dialog.ui:349
msgid "Display _grid pattern"
msgstr ""
#: pluma/dialogs/pluma-preferences-dialog.ui:364
msgid "Display _overview map"
msgstr ""
#: pluma/dialogs/pluma-preferences-dialog.ui:397
msgid "View"
msgstr ""
#: pluma/dialogs/pluma-preferences-dialog.ui:421
msgid "Tab Stops"
msgstr ""
#: pluma/dialogs/pluma-preferences-dialog.ui:448
msgid "_Tab width:"
msgstr ""
#: pluma/dialogs/pluma-preferences-dialog.ui:463
#: pluma/dialogs/pluma-preferences-dialog.ui:637
msgid "8"
msgstr ""
#: pluma/dialogs/pluma-preferences-dialog.ui:484
msgid "Insert _spaces instead of tabs"
msgstr ""
#: pluma/dialogs/pluma-preferences-dialog.ui:522
msgid "Automatic Indentation"
msgstr ""
#: pluma/dialogs/pluma-preferences-dialog.ui:542
msgid "_Enable automatic indentation"
msgstr ""
#: pluma/dialogs/pluma-preferences-dialog.ui:580
msgid "File Saving"
msgstr ""
#: pluma/dialogs/pluma-preferences-dialog.ui:600
msgid "Create a _backup copy of files before saving"
msgstr ""
#: pluma/dialogs/pluma-preferences-dialog.ui:620
msgid "_Autosave files every"
msgstr ""
#: pluma/dialogs/pluma-preferences-dialog.ui:653
msgid "_minutes"
msgstr ""
#: pluma/dialogs/pluma-preferences-dialog.ui:696
msgid "Show Spaces, Tabs, Newlines"
msgstr ""
#: pluma/dialogs/pluma-preferences-dialog.ui:717
msgid "Show _spaces"
msgstr ""
#: pluma/dialogs/pluma-preferences-dialog.ui:732
msgid "Show _trailing spaces only"
msgstr ""
#: pluma/dialogs/pluma-preferences-dialog.ui:748
msgid "Show _tabs"
msgstr ""
#: pluma/dialogs/pluma-preferences-dialog.ui:763
msgid "Show _trailing tabs only"
msgstr ""
#: pluma/dialogs/pluma-preferences-dialog.ui:779
msgid "Show _newlines"
msgstr ""
#: pluma/dialogs/pluma-preferences-dialog.ui:815
msgid "Editor"
msgstr ""
#: pluma/dialogs/pluma-preferences-dialog.ui:840
msgid "Font"
msgstr ""
#: pluma/dialogs/pluma-preferences-dialog.ui:883
msgid "Editor _font: "
msgstr ""
#: pluma/dialogs/pluma-preferences-dialog.ui:900
msgid "Pick the editor font"
msgstr ""