-
Notifications
You must be signed in to change notification settings - Fork 742
/
cinnamon.pot
8482 lines (6659 loc) · 255 KB
/
cinnamon.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 THE PACKAGE'S COPYRIGHT HOLDER
# This file is distributed under the same license as the PACKAGE package.
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
#
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2024-06-13 13:10+0100\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"
#: src/cinnamon-app.c:374 src/cinnamon-app.c:383
#: js/ui/notificationDaemon.js:583
#: files/usr/share/cinnamon/applets/[email protected]/applet.js:66
#: files/usr/share/cinnamon/applets/[email protected]/applet.js:95
#: files/usr/share/cinnamon/cinnamon-settings/modules/cs_sound.py:797
msgid "Unknown"
msgstr ""
#: src/cinnamon-app.c:660
#, c-format
msgid "Failed to launch '%s'"
msgstr ""
#: src/cinnamon-polkit-authentication-agent.c:343
msgid "Authentication dialog was dismissed by the user"
msgstr ""
#: src/cinnamon-util.c:93
msgid "Home"
msgstr ""
#: src/cinnamon-util.c:103
msgid "File System"
msgstr ""
#: src/cinnamon-util.c:256
#: files/usr/share/cinnamon/cinnamon-settings/cinnamon-settings.py:299
#: files/usr/share/cinnamon/cinnamon-settings/bin/ExtensionCore.py:445
#: files/usr/share/cinnamon/cinnamon-settings/bin/ExtensionCore.py:851
#: files/usr/share/cinnamon/cinnamon-settings/modules/cs_keyboard.py:191
msgid "Search"
msgstr ""
#: src/cinnamon-util.c:306
#, c-format
msgid "%1$s: %2$s"
msgstr ""
#: src/main.c:284
msgid "Print version"
msgstr ""
#. Display name ID Show it? Always False
#. to start Icon
#. [email protected]>settings-schema.json->panel-appear->title
#. [email protected]>settings-schema.json->section1->description
#: files/usr/share/cinnamon/cinnamon-settings/themes.ui.h:1
#: files/usr/share/cinnamon/cinnamon-settings/cinnamon-settings.py:58
msgid "Appearance"
msgstr ""
#. [email protected]>settings-schema.json->tree->columns->title
#: files/usr/share/cinnamon/cinnamon-settings/themes.ui.h:2
#: files/usr/share/cinnamon/cinnamon-settings/cinnamon-settings.py:67
msgid "Color"
msgstr ""
#: files/usr/share/cinnamon/cinnamon-settings/themes.ui.h:3
msgid ""
"In mixed mode most applications are light. Some desktop elements are dark to"
" create contrast."
msgstr ""
#: files/usr/share/cinnamon/cinnamon-settings/themes.ui.h:4
msgid "Mixed"
msgstr ""
#: files/usr/share/cinnamon/cinnamon-settings/themes.ui.h:5
msgid "Dark"
msgstr ""
#: files/usr/share/cinnamon/cinnamon-settings/themes.ui.h:6
msgid "Light"
msgstr ""
#: files/usr/share/cinnamon/cinnamon-settings/themes.ui.h:7
msgid "Advanced settings..."
msgstr ""
#: files/usr/share/cinnamon/cinnamon-settings/themes.ui.h:8
msgid "Style"
msgstr ""
#: files/usr/share/cinnamon/cinnamon-desktop-editor/launcher-editor.ui.h:1
msgid "Launcher Properties"
msgstr ""
#: files/usr/share/cinnamon/cinnamon-desktop-editor/launcher-editor.ui.h:2
#: files/usr/share/cinnamon/cinnamon-desktop-editor/directory-editor.ui.h:2
#: files/usr/share/cinnamon/desklets/[email protected]/editorDialog.ui.h:3
#: files/usr/share/cinnamon/cinnamon-settings/modules/cs_keyboard.py:1279
msgid "Name:"
msgstr ""
#: files/usr/share/cinnamon/cinnamon-desktop-editor/launcher-editor.ui.h:3
#: files/usr/share/cinnamon/cinnamon-settings/modules/cs_keyboard.py:1280
msgid "Command:"
msgstr ""
#: files/usr/share/cinnamon/cinnamon-desktop-editor/launcher-editor.ui.h:4
#: files/usr/share/cinnamon/cinnamon-desktop-editor/directory-editor.ui.h:3
msgid "Comment:"
msgstr ""
#: files/usr/share/cinnamon/cinnamon-desktop-editor/launcher-editor.ui.h:5
msgid "Browse"
msgstr ""
#: files/usr/share/cinnamon/cinnamon-desktop-editor/launcher-editor.ui.h:6
msgid "Launch in Terminal?"
msgstr ""
#: files/usr/share/cinnamon/cinnamon-desktop-editor/launcher-editor.ui.h:7
msgid "Use dedicated GPU if available"
msgstr ""
#: files/usr/share/cinnamon/cinnamon-desktop-editor/directory-editor.ui.h:1
msgid "Directory Properties"
msgstr ""
#: files/usr/share/cinnamon/cinnamon-menu-editor/cinnamon-menu-editor.ui.h:1
msgid "Main Menu"
msgstr ""
#: files/usr/share/cinnamon/cinnamon-menu-editor/cinnamon-menu-editor.ui.h:2
msgid "Restore System Configuration"
msgstr ""
#: files/usr/share/cinnamon/cinnamon-menu-editor/cinnamon-menu-editor.ui.h:3
msgid "Restore the default menu layout"
msgstr ""
#: files/usr/share/cinnamon/cinnamon-menu-editor/cinnamon-menu-editor.ui.h:4
#: js/ui/workspace.js:1168
#: files/usr/share/cinnamon/applets/[email protected]/menus.js:361
#: files/usr/share/cinnamon/applets/[email protected]/applet.js:978
#: files/usr/share/cinnamon/cinnamon-settings/modules/cs_default.py:463
msgid "Close"
msgstr ""
#: files/usr/share/cinnamon/cinnamon-menu-editor/cinnamon-menu-editor.ui.h:5
msgid "_New Menu"
msgstr ""
#: files/usr/share/cinnamon/cinnamon-menu-editor/cinnamon-menu-editor.ui.h:6
msgid "Ne_w Item"
msgstr ""
#: files/usr/share/cinnamon/cinnamon-menu-editor/cinnamon-menu-editor.ui.h:7
msgid "Cut"
msgstr ""
#: files/usr/share/cinnamon/cinnamon-menu-editor/cinnamon-menu-editor.ui.h:8
#: js/ui/cinnamonEntry.js:31
msgid "Copy"
msgstr ""
#: files/usr/share/cinnamon/cinnamon-menu-editor/cinnamon-menu-editor.ui.h:9
#: js/ui/cinnamonEntry.js:36
msgid "Paste"
msgstr ""
#: files/usr/share/cinnamon/cinnamon-menu-editor/cinnamon-menu-editor.ui.h:10
#: files/usr/share/cinnamon/cinnamon-settings-users/cinnamon-settings-users.ui.h:2
msgid "Delete"
msgstr ""
#: files/usr/share/cinnamon/cinnamon-menu-editor/cinnamon-menu-editor.ui.h:11
#: files/usr/share/cinnamon/applets/[email protected]/applet.js:477
msgid "Properties"
msgstr ""
#: files/usr/share/cinnamon/cinnamon-menu-editor/cinnamon-menu-editor.ui.h:12
msgid "Edit Desktop File"
msgstr ""
#: files/usr/share/cinnamon/cinnamon-settings-users/cinnamon-settings-users.ui.h:1
#: files/usr/share/cinnamon/applets/[email protected]/applet.js:55
#: files/usr/share/cinnamon/cinnamon-settings-users/cinnamon-settings-users.py:389
#: files/usr/share/cinnamon/cinnamon-settings/modules/cs_applets.py:54
#: files/usr/share/cinnamon/cinnamon-settings/modules/cs_desklets.py:79
#: files/usr/share/cinnamon/cinnamon-settings/modules/cs_keyboard.py:1270
#: files/usr/share/cinnamon/cinnamon-settings/modules/cs_startup.py:425
#: files/usr/share/cinnamon/cinnamon-settings/modules/cs_startup.py:775
msgid "Add"
msgstr ""
#: files/usr/share/cinnamon/cinnamon-settings-users/cinnamon-settings-users.ui.h:3
#: files/usr/share/cinnamon/applets/[email protected]/applet.js:59
#: files/usr/share/cinnamon/cinnamon-settings/modules/cs_startup.py:431
msgid "Edit"
msgstr ""
#: files/usr/share/cinnamon/desklets/[email protected]/editorDialog.ui.h:1
msgid "Add/Edit Launcher"
msgstr ""
#: files/usr/share/cinnamon/desklets/[email protected]/editorDialog.ui.h:2
#: files/usr/share/cinnamon/cinnamon-settings/modules/cs_default.py:486
msgid "Type:"
msgstr ""
#: files/usr/share/cinnamon/desklets/[email protected]/editorDialog.ui.h:4
msgid "Title:"
msgstr ""
#: files/usr/share/cinnamon/desklets/[email protected]/editorDialog.ui.h:5
msgid "Program:"
msgstr ""
#: files/usr/share/cinnamon/desklets/[email protected]/editorDialog.ui.h:6
msgid "Icon Name"
msgstr ""
#: files/usr/share/cinnamon/desklets/[email protected]/editorDialog.ui.h:7
msgid "Application"
msgstr ""
#: files/usr/share/cinnamon/desklets/[email protected]/editorDialog.ui.h:8
msgid "Custom Application"
msgstr ""
#: js/misc/util.js:254
#, javascript-format
msgid "Execution of '%s' failed:"
msgstr ""
#: js/ui/applet.js:571 js/ui/desklet.js:246
#, javascript-format
msgid "Are you sure you want to remove '%s'?"
msgstr ""
#: js/ui/applet.js:584
#: files/usr/share/cinnamon/applets/[email protected]/menus.js:167
#: files/usr/share/cinnamon/applets/[email protected]/applet.js:80
#, javascript-format
msgid "Remove '%s'"
msgstr ""
#: js/ui/applet.js:592 js/ui/desklet.js:230
#: files/usr/share/cinnamon/applets/[email protected]/menus.js:159
#: files/usr/share/cinnamon/applets/[email protected]/applet.js:72
#: files/usr/share/cinnamon/applets/[email protected]/applet.js:906
msgid "About..."
msgstr ""
#: js/ui/applet.js:609 js/ui/desklet.js:235
#: files/usr/share/cinnamon/applets/[email protected]/menus.js:163
#: files/usr/share/cinnamon/applets/[email protected]/applet.js:76
#: files/usr/share/cinnamon/applets/[email protected]/applet.js:910
msgid "Configure..."
msgstr ""
#: js/ui/appletManager.js:447
msgid ""
"This applet does not support panels of that type. This can cause visual "
"glitches in the panel."
msgstr ""
#: js/ui/appletManager.js:448
msgid ""
"Would you like to continue using it anyway, remove it from the panel, or try"
" to move it to a different panel?"
msgstr ""
#: js/ui/appletManager.js:457
msgid "Leave it"
msgstr ""
#: js/ui/appletManager.js:464
msgid "Remove it"
msgstr ""
#: js/ui/appletManager.js:471
msgid "Move to another panel"
msgstr ""
#: js/ui/appletManager.js:530
msgid ""
"A suitable panel could not be found. The applet has been removed instead."
msgstr ""
#: js/ui/appletManager.js:807
msgid ""
"Certain applets do not allow multiple instances or were at their max number "
"of instances so were not copied"
msgstr ""
#: js/ui/cinnamonEntry.js:86
msgid "Show Text"
msgstr ""
#: js/ui/cinnamonEntry.js:88
msgid "Hide Text"
msgstr ""
#: js/ui/desklet.js:240
msgid "Remove this desklet"
msgstr ""
#: js/ui/expoThumbnail.js:945
#: files/usr/share/cinnamon/applets/[email protected]/applet.js:29
#, javascript-format
msgid ""
"Are you sure you want to remove workspace \"%s\"?\n"
"\n"
msgstr ""
#: js/ui/extension.js:525
msgid "Initializing"
msgstr ""
#: js/ui/extension.js:527
msgid "Loaded"
msgstr ""
#: js/ui/extension.js:529
msgid "Error"
msgstr ""
#: js/ui/extension.js:531
msgid "Out of date"
msgstr ""
#: js/ui/extension.js:533
msgid "Not compatible with Wayland"
msgstr ""
#: js/ui/hotCorner.js:331
msgid "Invalid overview options: Incorrect number of corners"
msgstr ""
#: js/ui/lookingGlass.js:621
msgid "Execution time (ms): "
msgstr ""
#: js/ui/lookingGlass.js:704
msgid "Loaded successfully"
msgstr ""
#: js/ui/main.js:531
msgid "Check your video drivers"
msgstr ""
#: js/ui/main.js:532
msgid "Your system is currently running without video hardware acceleration."
msgstr ""
#: js/ui/main.js:534
msgid "You may experience poor performance and high CPU usage."
msgstr ""
#: js/ui/main.js:538
msgid "Launch Driver Manager"
msgstr ""
#: js/ui/main.js:547
msgid "Problems during Cinnamon startup"
msgstr ""
#: js/ui/main.js:548
msgid ""
"Cinnamon started successfully, but one or more applets, desklets or extensions failed to load.\n"
"\n"
msgstr ""
#: js/ui/main.js:549
msgid ""
"Check your system log and the Cinnamon LookingGlass log for any issues. "
msgstr ""
#: js/ui/main.js:550
msgid ""
"You can disable the offending extension(s) in Cinnamon Settings to prevent "
"this message from recurring. "
msgstr ""
#: js/ui/main.js:551
msgid "Please contact the developer."
msgstr ""
#: js/ui/main.js:601
msgid "Workspace"
msgstr ""
#: js/ui/main.js:1559
msgid "Restarting Cinnamon..."
msgstr ""
#: js/ui/messageTray.js:1134
msgid "System Information"
msgstr ""
#: js/ui/modalDialog.js:459
msgid "Confirm"
msgstr ""
#: js/ui/modalDialog.js:467 files/usr/bin/cinnamon-launcher:131
msgid "No"
msgstr ""
#: js/ui/modalDialog.js:471 files/usr/bin/cinnamon-launcher:132
msgid "Yes"
msgstr ""
#: js/ui/modalDialog.js:510
#: files/usr/share/cinnamon/cinnamon-settings-users/cinnamon-settings-users.py:78
#: files/usr/share/cinnamon/cinnamon-settings-users/cinnamon-settings-users.py:455
msgid "OK"
msgstr ""
#: js/ui/monitorLabeler.js:24
msgid "Mirrored Displays"
msgstr ""
#: js/ui/panel.js:410
msgid "Select position of new panel. Esc to cancel."
msgstr ""
#: js/ui/panel.js:411
msgid "Select new position of panel. Esc to cancel."
msgstr ""
#: js/ui/panel.js:1020
msgid ""
"You don't have any panels added.\n"
"Do you want to open panel settings?"
msgstr ""
#. [email protected]>settings-schema.json->section1->title
#: js/ui/panel.js:1714
msgid "Panel settings"
msgstr ""
#: js/ui/panel.js:1717
#: files/usr/share/cinnamon/cinnamon-settings/modules/cs_applets.py:33
msgid "Applets"
msgstr ""
#: js/ui/panel.js:1726
#: files/usr/share/cinnamon/cinnamon-settings/modules/cs_panel.py:210
msgid "Panel edit mode"
msgstr ""
#: js/ui/panel.js:1742
#: files/usr/share/cinnamon/cinnamon-settings/modules/cs_effects.py:54
msgid "Move"
msgstr ""
#: js/ui/panel.js:1749
#: files/usr/share/cinnamon/applets/[email protected]/applet.js:63
#: files/usr/share/cinnamon/cinnamon-settings/modules/cs_applets.py:55
#: files/usr/share/cinnamon/cinnamon-settings/modules/cs_desklets.py:80
#: files/usr/share/cinnamon/cinnamon-settings/modules/cs_startup.py:438
msgid "Remove"
msgstr ""
#: js/ui/panel.js:1751
msgid "Are you sure you want to remove this panel?"
msgstr ""
#: js/ui/panel.js:1759
msgid "Add a new panel"
msgstr ""
#: js/ui/panel.js:1801
msgid "Troubleshoot"
msgstr ""
#: js/ui/panel.js:1802
#: files/usr/share/cinnamon/cinnamon-settings/modules/cs_keyboard.py:162
msgid "Restart Cinnamon"
msgstr ""
#: js/ui/panel.js:1806
msgid "Looking Glass"
msgstr ""
#: js/ui/panel.js:1810
msgid "Restore all settings to default"
msgstr ""
#: js/ui/panel.js:1811
msgid ""
"Are you sure you want to restore all settings to default?\n"
"\n"
msgstr ""
#. i18n for menu item
#. set up larger components.
#: js/ui/panel.js:1822
#: files/usr/share/cinnamon/applets/[email protected]/applet.js:72
#: generate_additional_files.py:24
#: files/usr/share/cinnamon/cinnamon-settings/cinnamon-settings.py:35
#: files/usr/share/cinnamon/cinnamon-settings/cinnamon-settings.py:386
#: files/usr/share/cinnamon/cinnamon-settings/cinnamon-settings.py:777
msgid "System Settings"
msgstr ""
#: js/ui/placesManager.js:168
msgid "Retry"
msgstr ""
#: js/ui/placesManager.js:192
#, javascript-format
msgid "%s (%s) has just been stopped."
msgstr ""
#: js/ui/placesManager.js:193
#, javascript-format
msgid "Device %s can be turned off, if necessary."
msgstr ""
#: js/ui/placesManager.js:199 js/ui/placesManager.js:232
#: js/ui/placesManager.js:279
#, javascript-format
msgid "Device %s is busy, please wait."
msgstr ""
#: js/ui/placesManager.js:200 js/ui/placesManager.js:280
msgid "Do not disconnect or data loss may occur."
msgstr ""
#: js/ui/placesManager.js:207
#, javascript-format
msgid "Unable to stop the drive %s (%s)"
msgstr ""
#: js/ui/placesManager.js:223
#, javascript-format
msgid "%s (%s) can be safely unplugged."
msgstr ""
#: js/ui/placesManager.js:224
#, javascript-format
msgid "Device %s can be removed."
msgstr ""
#: js/ui/placesManager.js:226
#, javascript-format
msgid "%s (%s) has just been ejected."
msgstr ""
#: js/ui/placesManager.js:233
msgid "Do not remove or data loss may occur."
msgstr ""
#: js/ui/placesManager.js:240
#, javascript-format
msgid "Unable to eject the drive %s (%s)"
msgstr ""
#: js/ui/placesManager.js:249
#, javascript-format
msgid "Successfully unmounted %s (%s)"
msgstr ""
#: js/ui/placesManager.js:287
#, javascript-format
msgid "Failed to unmount %s (%s)"
msgstr ""
#: js/ui/polkitAuthenticationAgent.js:64
msgid "Authentication Required"
msgstr ""
#: js/ui/polkitAuthenticationAgent.js:98
#: files/usr/share/cinnamon/cinnamon-settings-users/cinnamon-settings-users.py:366
#: files/usr/share/cinnamon/cinnamon-settings-users/cinnamon-settings-users.py:566
msgid "Administrator"
msgstr ""
#: js/ui/polkitAuthenticationAgent.js:166
#: files/usr/share/cinnamon/cinnamon-settings-users/cinnamon-settings-users.py:78
#: files/usr/share/cinnamon/cinnamon-settings-users/cinnamon-settings-users.py:239
#: files/usr/share/cinnamon/cinnamon-settings-users/cinnamon-settings-users.py:389
#: files/usr/share/cinnamon/cinnamon-settings-users/cinnamon-settings-users.py:455
#: files/usr/share/cinnamon/cinnamon-settings-users/cinnamon-settings-users.py:660
#: files/usr/share/cinnamon/cinnamon-settings/bin/KeybindingWidgets.py:318
#: files/usr/share/cinnamon/cinnamon-settings/modules/cs_keyboard.py:1275
#: files/usr/share/cinnamon/cinnamon-settings/modules/cs_startup.py:771
msgid "Cancel"
msgstr ""
#: js/ui/polkitAuthenticationAgent.js:170
msgid "Authenticate"
msgstr ""
#. Translators: "that didn't work" refers to the fact that the
#. * requested authentication was not gained; this can happen
#. * because of an authentication error (like invalid password),
#. * for instance.
#: js/ui/polkitAuthenticationAgent.js:251
msgid "Sorry, that didn't work. Please try again."
msgstr ""
#: js/ui/polkitAuthenticationAgent.js:263
msgid "Password:"
msgstr ""
#: js/ui/runDialog.js:168
#: files/usr/share/cinnamon/cinnamon-settings/modules/cs_gestures.py:423
msgid "Enter a command"
msgstr ""
#: js/ui/runDialog.js:186 js/ui/runDialog.js:464
msgid "Press ESC to close"
msgstr ""
#. Translators: If a language-specific mnemonic doesn't make sense, add one
#. after the label itself:
#. i.e. <translated>(_n). See
#. https://github.com/linuxmint/muffin/blob/b9a6f3fe43e/po .po files
#: js/ui/windowMenu.js:195
msgid "Mi_nimize"
msgstr ""
#. Translators: If a language-specific mnemonic doesn't make sense, add one
#. after the label itself:
#. i.e. <translated>(_n). See
#. https://github.com/linuxmint/muffin/blob/b9a6f3fe43e/po .po files
#: js/ui/windowMenu.js:206
msgid "Unma_ximize"
msgstr ""
#. Translators: If a language-specific mnemonic doesn't make sense, add one
#. after the label itself:
#. i.e. <translated>(_n). See
#. https://github.com/linuxmint/muffin/blob/b9a6f3fe43e/po .po files
#: js/ui/windowMenu.js:212
msgid "Ma_ximize"
msgstr ""
#. Translators: If a language-specific mnemonic doesn't make sense, add one
#. after the label itself:
#. i.e. <translated>(_n). See
#. https://github.com/linuxmint/muffin/blob/b9a6f3fe43e/po .po files
#: js/ui/windowMenu.js:222
msgid "_Move"
msgstr ""
#. Translators: If a language-specific mnemonic doesn't make sense, add one
#. after the label itself:
#. i.e. <translated>(_n). See
#. https://github.com/linuxmint/muffin/blob/b9a6f3fe43e/po .po files
#: js/ui/windowMenu.js:230
msgid "_Resize"
msgstr ""
#. Translators: If a language-specific mnemonic doesn't make sense, add one
#. after the label itself:
#. i.e. <translated>(_n). See
#. https://github.com/linuxmint/muffin/blob/b9a6f3fe43e/po .po files
#: js/ui/windowMenu.js:239
msgid "Move Titlebar Onscreen"
msgstr ""
#. Translators: If a language-specific mnemonic doesn't make sense, add one
#. after the label itself:
#. i.e. <translated>(_n). See
#. https://github.com/linuxmint/muffin/blob/b9a6f3fe43e/po .po files
#: js/ui/windowMenu.js:248
msgid "Always on _Top"
msgstr ""
#. Translators: If a language-specific mnemonic doesn't make sense, add one
#. after the label itself:
#. i.e. <translated>(_n). See
#. https://github.com/linuxmint/muffin/blob/b9a6f3fe43e/po .po files
#: js/ui/windowMenu.js:270
msgid "_Always on Visible Workspace"
msgstr ""
#. Translators: If a language-specific mnemonic doesn't make sense, add one
#. after the label itself:
#. i.e. <translated>(_n). See
#. https://github.com/linuxmint/muffin/blob/b9a6f3fe43e/po .po files
#: js/ui/windowMenu.js:275
msgid "_Only on This Workspace"
msgstr ""
#. Translators: If a language-specific mnemonic doesn't make sense, add one
#. after the label itself:
#. i.e. <translated>(_n). See
#. https://github.com/linuxmint/muffin/blob/b9a6f3fe43e/po .po files
#: js/ui/windowMenu.js:288
msgid "Move to Another _Workspace"
msgstr ""
#. Translators: If a language-specific mnemonic doesn't make sense, add one
#. after the label itself:
#. i.e. <translated>(_n). See
#. https://github.com/linuxmint/muffin/blob/b9a6f3fe43e/po .po files
#: js/ui/windowMenu.js:338
#: files/usr/share/cinnamon/cinnamon-settings/modules/cs_startup.py:948
msgid "_Close"
msgstr ""
#: js/ui/workspace.js:536
#: files/usr/share/cinnamon/applets/[email protected]/applet.js:141
msgid "No open windows"
msgstr ""
#: js/ui/workspace.js:1172
#: files/usr/share/cinnamon/applets/[email protected]/menus.js:308
#: files/usr/share/cinnamon/applets/[email protected]/applet.js:952
msgid "Restore"
msgstr ""
#: js/ui/workspace.js:1174
#: files/usr/share/cinnamon/applets/[email protected]/menus.js:313
#: files/usr/share/cinnamon/applets/[email protected]/applet.js:957
#: files/usr/share/cinnamon/cinnamon-settings/modules/cs_windows.py:56
msgid "Minimize"
msgstr ""
#: js/ui/workspace.js:1177 js/ui/workspace.js:1251
#: files/usr/share/cinnamon/applets/[email protected]/menus.js:326
#: files/usr/share/cinnamon/applets/[email protected]/applet.js:970
msgid "Maximize"
msgstr ""
#: js/ui/workspace.js:1180
msgid "Move to left workspace"
msgstr ""
#: js/ui/workspace.js:1183
msgid "Move to right workspace"
msgstr ""
#: js/ui/workspace.js:1186 js/ui/workspace.js:1236
#: files/usr/share/cinnamon/applets/[email protected]/menus.js:121
#: files/usr/share/cinnamon/applets/[email protected]/applet.js:874
msgid "Visible on all workspaces"
msgstr ""
#: js/ui/workspace.js:1189
msgid "Move to a new workspace"
msgstr ""
#: js/ui/workspace.js:1199
#: files/usr/share/cinnamon/applets/[email protected]/applet.js:857
#, javascript-format
msgid "Move to monitor %d"
msgstr ""
#: js/ui/workspace.js:1234
#: files/usr/share/cinnamon/applets/[email protected]/menus.js:111
#: files/usr/share/cinnamon/applets/[email protected]/applet.js:868
msgid "Only on this workspace"
msgstr ""
#: js/ui/workspace.js:1249
#: files/usr/share/cinnamon/applets/[email protected]/menus.js:319
#: files/usr/share/cinnamon/applets/[email protected]/applet.js:965
msgid "Unmaximize"
msgstr ""
#. [email protected]>metadata.json->name
#: files/usr/share/cinnamon/applets/[email protected]/applet.js:45
#: files/usr/share/cinnamon/applets/[email protected]/applet.js:149
#: files/usr/share/cinnamon/cinnamon-settings/modules/cs_accessibility.py:31
#: files/usr/share/cinnamon/cinnamon-settings/modules/cs_default.py:38
msgid "Accessibility"
msgstr ""
#: files/usr/share/cinnamon/applets/[email protected]/applet.js:54
#: files/usr/share/cinnamon/cinnamon-settings/modules/cs_backgrounds.py:38
msgid "Zoom"
msgstr ""
#: files/usr/share/cinnamon/applets/[email protected]/applet.js:62
msgid "Screen Reader"
msgstr ""
#: files/usr/share/cinnamon/applets/[email protected]/applet.js:67
msgid "Screen Keyboard"
msgstr ""
#: files/usr/share/cinnamon/applets/[email protected]/applet.js:73
msgid "Sticky Keys"
msgstr ""
#: files/usr/share/cinnamon/applets/[email protected]/applet.js:76
msgid "Slow Keys"
msgstr ""
#: files/usr/share/cinnamon/applets/[email protected]/applet.js:79
msgid "Bounce Keys"
msgstr ""
#: files/usr/share/cinnamon/applets/[email protected]/applet.js:84
msgid "Mouse Keys"
msgstr ""
#. Secondary click
#: files/usr/share/cinnamon/applets/[email protected]/applet.js:87
#: files/usr/share/cinnamon/cinnamon-settings/modules/cs_accessibility.py:373
msgid "Simulated secondary click"
msgstr ""
#. Hover Click
#: files/usr/share/cinnamon/applets/[email protected]/applet.js:90
#: files/usr/share/cinnamon/cinnamon-settings/modules/cs_accessibility.py:392
#: files/usr/bin/cinnamon-hover-click:29
msgid "Hover click"
msgstr ""
#: files/usr/share/cinnamon/applets/[email protected]/applet.js:94
msgid "Universal Access Settings"
msgstr ""
#: files/usr/share/cinnamon/applets/[email protected]/applet.js:186
msgid "High Contrast"
msgstr ""
#: files/usr/share/cinnamon/applets/[email protected]/applet.js:231
msgid "Large Text"
msgstr ""
#: files/usr/share/cinnamon/applets/[email protected]/applet.js:18
msgid "%B %-e, %Y"
msgstr ""
#. Translators: This is the date which appears in the calendar
#. applet, as a tooltip and as a title header inside the applet.
#. The format uses the strftime syntax.
#. %A, %B %-e, %Y is the American Date format (Saturday, January 4, 2020):
#. %A is the name of the day, %B is the name of the month
#. %-e is the non-padded day number, %Y is the year.
#. for info on the strftime format visit: http://man7.org/linux/man-
#. pages/man3/strftime.3.html
#. for info on international date formats visit:
#. http://www.localeplanet.com/compare/date-pattern.html?pat=FULL
#: files/usr/share/cinnamon/applets/[email protected]/applet.js:19
#: files/usr/share/cinnamon/applets/[email protected]/eventView.js:27
#: files/usr/share/cinnamon/cinnamon-settings/bin/ChooserButtonWidgets.py:279
msgid "%A, %B %-e, %Y"
msgstr ""
#: files/usr/share/cinnamon/applets/[email protected]/applet.js:130
#: files/usr/share/cinnamon/desklets/[email protected]/desklet.js:24
msgid "Date and Time Settings"
msgstr ""
#: files/usr/share/cinnamon/applets/[email protected]/eventView.js:67
msgid "Starting in a few minutes"
msgstr ""
#: files/usr/share/cinnamon/applets/[email protected]/eventView.js:71
#, javascript-format
msgid "Starting in %d minutes"
msgstr ""
#: files/usr/share/cinnamon/applets/[email protected]/eventView.js:81
msgid "This evening"
msgstr ""
#: files/usr/share/cinnamon/applets/[email protected]/eventView.js:84
msgid "Starting later today"
msgstr ""
#: files/usr/share/cinnamon/applets/[email protected]/eventView.js:87
#, javascript-format
msgid "In %d hour"
msgid_plural "In %d hours"
msgstr[0] ""
msgstr[1] ""
#: files/usr/share/cinnamon/applets/[email protected]/eventView.js:695
msgid "No Events"
msgstr ""
#: files/usr/share/cinnamon/applets/[email protected]/eventView.js:968
msgid "In progress"
msgstr ""
#: files/usr/share/cinnamon/applets/[email protected]/eventView.js:989
msgid "All day"
msgstr ""
#: files/usr/share/cinnamon/applets/[email protected]/eventView.js:1016
#: files/usr/share/cinnamon/applets/[email protected]/eventView.js:1039
#: files/usr/share/cinnamon/applets/[email protected]/eventView.js:1077
#: files/usr/share/cinnamon/applets/[email protected]/eventView.js:1099
#: files/usr/share/cinnamon/cinnamon-settings/bin/ChooserButtonWidgets.py:225
msgid "Today"
msgstr ""
#. Scale
#. [email protected]>settings-schema.json->click-action->options
#. [email protected]>settings-schema.json->middle-click-action->options
#. [email protected]>settings-schema.json->shift-click-action->options
#. [email protected]>settings-schema.json->shift-middle-click-
#. action->options
#: files/usr/share/cinnamon/applets/[email protected]/applet.js:59
#: files/usr/share/cinnamon/applets/[email protected]/applet.js:75
#: files/usr/share/cinnamon/cinnamon-settings/modules/cs_hotcorner.py:194
msgid "Show the desktop"
msgstr ""
#. [email protected]>settings-schema.json->click-action->options
#. [email protected]>settings-schema.json->middle-click-action->options
#. [email protected]>settings-schema.json->shift-click-action->options
#. [email protected]>settings-schema.json->shift-middle-click-
#. action->options
#: files/usr/share/cinnamon/applets/[email protected]/applet.js:62
#: files/usr/share/cinnamon/applets/[email protected]/applet.js:77
msgid "Show the desklets"
msgstr ""
#. ["WORKSPACE_UP", _("Switch to the workspace above"), "none", ""],
#. ["WORKSPACE_DOWN", _("Switch to the workspace below"), "none", ""],
#. [email protected]>settings-schema.json->click-action->options
#. [email protected]>settings-schema.json->middle-click-action->options
#. [email protected]>settings-schema.json->shift-click-action->options
#. [email protected]>settings-schema.json->shift-middle-click-
#. action->options
#: files/usr/share/cinnamon/applets/[email protected]/applet.js:65
#: files/usr/share/cinnamon/applets/[email protected]/applet.js:79
#: files/usr/share/cinnamon/cinnamon-settings/modules/cs_gestures.py:26
msgid "Show the workspace selector (Expo)"
msgstr ""
#. [email protected]>settings-schema.json->click-action->options
#. [email protected]>settings-schema.json->middle-click-action->options
#. [email protected]>settings-schema.json->shift-click-action->options
#. [email protected]>settings-schema.json->shift-middle-click-
#. action->options
#: files/usr/share/cinnamon/applets/[email protected]/applet.js:68
#: files/usr/share/cinnamon/applets/[email protected]/applet.js:81
#: files/usr/share/cinnamon/cinnamon-settings/modules/cs_gestures.py:27
msgid "Show the window selector (Scale)"
msgstr ""
#. [email protected]>metadata.json->name
#: files/usr/share/cinnamon/applets/[email protected]/applet.js:12
msgid "Expo"
msgstr ""
#. [email protected]>metadata.json->name
#: files/usr/share/cinnamon/applets/[email protected]/applet.js:46
#: files/usr/share/cinnamon/applets/[email protected]/applet.js:2523
msgid "Favorites"
msgstr ""
#: files/usr/share/cinnamon/applets/[email protected]/menus.js:101
#: files/usr/share/cinnamon/applets/[email protected]/applet.js:847
msgid "Move to the other monitor"
msgstr ""
#: files/usr/share/cinnamon/applets/[email protected]/menus.js:102
msgid "Move to monitor "
msgstr ""
#: files/usr/share/cinnamon/applets/[email protected]/menus.js:128
#: files/usr/share/cinnamon/applets/[email protected]/applet.js:880
msgid "Move to another workspace"
msgstr ""
#: files/usr/share/cinnamon/applets/[email protected]/menus.js:156
#: files/usr/share/cinnamon/applets/[email protected]/applet.js:69
#: files/usr/share/cinnamon/applets/[email protected]/applet.js:903
msgid "Applet preferences"
msgstr ""
#. [email protected]>metadata.json->name
#: files/usr/share/cinnamon/applets/[email protected]/menus.js:167
msgid "Grouped window list"
msgstr ""
#: files/usr/share/cinnamon/applets/[email protected]/menus.js:176
#: files/usr/share/cinnamon/applets/[email protected]/applet.js:2415
msgid "Places"
msgstr ""
#: files/usr/share/cinnamon/applets/[email protected]/menus.js:208
msgid "Recent"
msgstr ""