This repository has been archived by the owner on Oct 16, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 281
/
timeshift.pot
2563 lines (1985 loc) · 53.1 KB
/
timeshift.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 Tony George (teejeetech@gmail.com)
# This file is distributed under the same license as the timeshift package.
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
#
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: timeshift 18.2\n"
"Report-Msgid-Bugs-To: teejeetech@gmail.com\n"
"POT-Creation-Date: 2022-10-15 14:32+0530\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: \n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=CHARSET\n"
"Content-Transfer-Encoding: 8bit\n"
#: Console/AppConsole.vala:615
#, c-format
msgid ""
"\n"
"Press ENTER to continue..."
msgstr ""
#: Core/SnapshotRepo.vala:556
#, c-format
msgid "%d snapshots, %s free"
msgstr ""
#: Console/AppConsole.vala:916
#, c-format
msgid "'%s' will be on '%s'"
msgstr ""
#: Console/AppConsole.vala:913
#, c-format
msgid "'%s' will be on root device"
msgstr ""
#: Gtk/BootOptionsBox.vala:118
msgid "(Re)install GRUB2 on:"
msgstr ""
#: Core/Main.vala:367
msgid "** Uninstalled Timeshift BTRFS **"
msgstr ""
#: Core/Main.vala:3515
msgid "/ is mapped to device"
msgstr ""
#: Core/Main.vala:3537
msgid "/boot is mapped to device"
msgstr ""
#: Core/Main.vala:3548
msgid "/boot/efi is mapped to device"
msgstr ""
#: Core/Main.vala:3526
msgid "/home is mapped to device"
msgstr ""
#: Gtk/SnapshotListBox.vala:238
msgid "<b>Comments</b> (double-click to edit)"
msgstr ""
#: Gtk/ScheduleBox.vala:168
msgid ""
"A maintenance task runs once every hour and creates snapshots as needed."
msgstr ""
#: Console/AppConsole.vala:700 Console/AppConsole.vala:764
#: Console/AppConsole.vala:896 Console/AppConsole.vala:991
#: Console/AppConsole.vala:1036 Console/AppConsole.vala:1077
#: Console/AppConsole.vala:1095
msgid "Aborted."
msgstr ""
#: Gtk/MainWindow.vala:386
msgid "About"
msgstr ""
#: Gtk/RsyncLogBox.vala:472
msgid "Action"
msgstr ""
#: Gtk/ExcludeBox.vala:225
msgid "Add"
msgstr ""
#: Gtk/ExcludeBox.vala:242
msgid "Add Files"
msgstr ""
#: Gtk/ExcludeBox.vala:248
msgid "Add Folders"
msgstr ""
#: Gtk/ExcludeBox.vala:225
msgid "Add custom pattern"
msgstr ""
#: Gtk/ExcludeBox.vala:248
msgid "Add directories"
msgstr ""
#: Gtk/ExcludeBox.vala:242
msgid "Add files"
msgstr ""
#: Console/AppConsole.vala:361
msgid "Add tags to snapshot (default: O)"
msgstr ""
#: Utility/CronTab.vala:312
msgid "Added cron task"
msgstr ""
#: Gtk/AppGtk.vala:133
msgid "Admin Access Required"
msgstr ""
#: Gtk/AppGtk.vala:128
msgid "Admin access is required to backup and restore system files."
msgstr ""
#: Gtk/RsyncLogBox.vala:363
msgid "All Files"
msgstr ""
#: Gtk/SnapshotBackendBox.vala:197
msgid ""
"All files are copied when first snapshot is created. Subsequent snapshots "
"are incremental. Unchanged files will be hard-linked from the previous "
"snapshot if available."
msgstr ""
#: Gtk/ExcludeMessageWindow.vala:130
msgid "All other files and folders are excluded."
msgstr ""
#: Gtk/RestoreDeviceBox.vala:486
msgid ""
"An encrypted device is selected for root file system (/). The boot directory "
"(/boot) must be mounted on a non-encrypted device for the system to boot "
"successfully.\n"
"\n"
"Either select a non-encrypted device for boot directory or select a non-"
"encrypted device for root filesystem."
msgstr ""
#: Core/Main.vala:253
msgid "Another instance of Timeshift is creating a snapshot."
msgstr ""
#: Utility/AppLock.vala:49
msgid "Another instance of this application is running"
msgstr ""
#: Core/Main.vala:257
msgid "Another instance of timeshift is currently running!"
msgstr ""
#: Console/AppConsole.vala:377
msgid "Answer YES to all confirmation prompts"
msgstr ""
#: Core/Main.vala:3352
msgid "App config loaded"
msgstr ""
#: Core/Main.vala:3240
msgid "App config saved"
msgstr ""
#: Console/AppConsole.vala:102
msgid "Application needs admin access."
msgstr ""
#: Core/Main.vala:3692
msgid "Application will exit"
msgstr ""
#: Core/Main.vala:383
msgid "Application will exit."
msgstr ""
#: Utility/Gtk/AboutWindow.vala:437
msgid "Artists"
msgstr ""
#: Utility/Gtk/AboutWindow.vala:421
msgid "Authors"
msgstr ""
#: Gtk/MainWindow.vala:356
msgid "Available"
msgstr ""
#: Gtk/SnapshotBackendBox.vala:95
msgid "BTRFS"
msgstr ""
#: Gtk/SnapshotBackendBox.vala:174
msgid "BTRFS Snapshots"
msgstr ""
#: Core/Main.vala:2190 Core/Main.vala:2194
msgid "BTRFS device is not mounted"
msgstr ""
#: Gtk/BackupDeviceBox.vala:98
msgid ""
"BTRFS snapshots are saved on system partition. Other partitions are not "
"supported."
msgstr ""
#: Gtk/FinishBox.vala:92
msgid ""
"BTRFS snapshots are saved on the same disk from which it is created. If the "
"system disk fails, snapshots will be lost along with the system. Save "
"snapshots to an external non-system disk in RSYNC mode to guard against disk "
"failures."
msgstr ""
#: Utility/Gtk/AboutWindow.vala:353 Utility/Gtk/AboutWindow.vala:385
msgid "Back"
msgstr ""
#: Gtk/SetupWizardWindow.vala:94
msgid "Backend"
msgstr ""
#: Console/AppConsole.vala:357 Gtk/BackupWindow.vala:92
msgid "Backup"
msgstr ""
#: Core/Main.vala:2166
msgid "Backup Device"
msgstr ""
#: Core/Main.vala:2161
msgid "Backup device not specified!"
msgstr ""
#: Gtk/RestoreExcludeBox.vala:91
msgid "Bittorrent Clients"
msgstr ""
#: Gtk/ScheduleBox.vala:136 Gtk/SnapshotListBox.vala:246
msgid "Boot"
msgstr ""
#: Gtk/RestoreDeviceBox.vala:485
msgid "Boot device not selected"
msgstr ""
#: Core/Main.vala:1033
msgid "Boot snapshot failed!"
msgstr ""
#: Gtk/ScheduleBox.vala:169
msgid ""
"Boot snapshots are created with a delay of 10 minutes after system startup."
msgstr ""
#: Core/Main.vala:1014
msgid "Boot snapshots are enabled"
msgstr ""
#: Gtk/BootOptionsWindow.vala:49
msgid "Bootloader Options"
msgstr ""
#: Gtk/RestoreDeviceBox.vala:402
msgid "Bootloader Options (Advanced)"
msgstr ""
#: Gtk/MainWindow.vala:171
msgid "Browse"
msgstr ""
#: Gtk/SnapshotListBox.vala:284
msgid "Browse Files"
msgstr ""
#: Gtk/MainWindow.vala:172
msgid "Browse selected snapshot"
msgstr ""
#: Core/Main.vala:2656
msgid "Building file list..."
msgstr ""
#: Core/Main.vala:1393
msgid "Calculating disk space required..."
msgstr ""
#: Gtk/DeleteWindow.vala:190 Gtk/SetupWizardWindow.vala:220
#: Gtk/BackupWindow.vala:181 Gtk/RestoreWindow.vala:215
#: Gtk/RestoreWindow.vala:224 Utility/Gtk/CustomMessageDialog.vala:152
#: Utility/GtkHelper.vala:109
msgid "Cancel"
msgstr ""
#: Gtk/RestoreWindow.vala:230
msgid "Cancel restore?"
msgstr ""
#: Gtk/RestoreWindow.vala:232
msgid ""
"Cancelling the restore process will leave the target system in an "
"inconsistent state. The system may fail to boot or you may run into various "
"issues. After cancelling, you need to restore another snapshot, to bring the "
"system to a consistent state. Click Yes to confirm."
msgstr ""
#: Gtk/MainWindow.vala:558
msgid "Cannot Delete Live Snapshot"
msgstr ""
#: Gtk/RestoreBox.vala:125 Gtk/RsyncLogBox.vala:380 Gtk/RsyncLogBox.vala:383
#: Gtk/RsyncLogBox.vala:567 Gtk/RsyncLogBox.vala:588 Gtk/BackupBox.vala:90
msgid "Changed"
msgstr ""
#: Gtk/RestoreBox.vala:127 Gtk/BackupBox.vala:92
msgid "Changed items:"
msgstr ""
#: Gtk/RestoreWindow.vala:104
msgid "Checking Restore Actions (Dry Run)"
msgstr ""
#: Core/Main.vala:2889
msgid "Checking file systems for errors..."
msgstr ""
#: Gtk/RestoreBox.vala:130 Gtk/RsyncLogBox.vala:390 Gtk/BackupBox.vala:95
#, c-format
msgid "Checksum"
msgstr ""
#: Core/Main.vala:2537
msgid "Cleaning up..."
msgstr ""
#: Gtk/ExcludeBox.vala:84 Gtk/UsersBox.vala:89
msgid "Click to edit. Drag and drop to re-order."
msgstr ""
#: Gtk/ExcludeBox.vala:59
msgid "Click to edit. Drag-drop to re-order."
msgstr ""
#: Gtk/RestoreWindow.vala:69
msgid "Clone System"
msgstr ""
#: Gtk/RestoreFinishBox.vala:68
msgid "Cloning"
msgstr ""
#: Core/Main.vala:2939
msgid "Cloning system..."
msgstr ""
#: Gtk/BootOptionsWindow.vala:106 Gtk/DeleteWindow.vala:173
#: Gtk/RsyncLogBox.vala:266 Gtk/BackupWindow.vala:172
#: Gtk/RestoreWindow.vala:501 Utility/Gtk/DonationWindow.vala:94
#: Utility/Gtk/AboutWindow.vala:330
msgid "Close"
msgstr ""
#: Gtk/BackupFinishBox.vala:70 Gtk/DeleteFinishBox.vala:71
#: Gtk/FinishBox.vala:101 Gtk/RestoreFinishBox.vala:106
msgid "Close window to exit"
msgstr ""
#: Core/Main.vala:352
msgid "Commands listed below are not available on this system"
msgstr ""
#: Gtk/SnapshotListBox.vala:172
msgid "Comments (click to edit)"
msgstr ""
#: Core/Main.vala:2932 Gtk/RestoreBox.vala:74 Gtk/RestoreBox.vala:187
msgid "Comparing Files (Dry Run)..."
msgstr ""
#: Core/Main.vala:2698
msgid "Comparing files with rsync..."
msgstr ""
#: Gtk/BackupFinishBox.vala:50 Gtk/DeleteFinishBox.vala:50
#: Gtk/RestoreFinishBox.vala:50 Gtk/RestoreFinishBox.vala:75
msgid "Completed"
msgstr ""
#: Gtk/RestoreFinishBox.vala:78
msgid "Completed With Errors"
msgstr ""
#: Gtk/RsyncLogBox.vala:87 Gtk/RestoreWindow.vala:109
msgid "Confirm Actions"
msgstr ""
#: Console/AppConsole.vala:1070
#, c-format
msgid "Continue with restore? (y/n): "
msgstr ""
#: Utility/Gtk/AboutWindow.vala:429
msgid "Contributors"
msgstr ""
#: Console/AppConsole.vala:836 Console/AppConsole.vala:967
msgid "Could not find device"
msgstr ""
#: Utility/Device.vala:1308
#, c-format
msgid "Could not find file"
msgstr ""
#: Console/AppConsole.vala:733
msgid "Could not find snapshot"
msgstr ""
#: Core/Main.vala:3101
msgid "Could not find system subvolume"
msgstr ""
#: Core/Main.vala:3129
msgid "Could not find system subvolumes for creating pre-restore snapshot"
msgstr ""
#: Gtk/RsyncLogBox.vala:366 Gtk/RsyncLogBox.vala:571 Gtk/MainWindow.vala:141
#, c-format
msgid "Create"
msgstr ""
#: Gtk/BackupWindow.vala:62
msgid "Create Snapshot"
msgstr ""
#: Gtk/ScheduleBox.vala:136
msgid "Create one per boot"
msgstr ""
#: Gtk/ScheduleBox.vala:100
msgid "Create one per day"
msgstr ""
#: Gtk/ScheduleBox.vala:118
msgid "Create one per hour"
msgstr ""
#: Gtk/ScheduleBox.vala:64
msgid "Create one per month"
msgstr ""
#: Gtk/ScheduleBox.vala:82
msgid "Create one per week"
msgstr ""
#: Console/AppConsole.vala:359
msgid "Create snapshot (even if not scheduled)"
msgstr ""
#: Console/AppConsole.vala:358
msgid "Create snapshot if scheduled"
msgstr ""
#: Gtk/MainWindow.vala:142
msgid "Create snapshot of current system"
msgstr ""
#: Gtk/MainWindow.vala:1066
msgid ""
"Create snapshots manually or enable scheduled snapshots to protect your "
"system"
msgstr ""
#: Gtk/SnapshotBackendBox.vala:96
msgid "Create snapshots using BTRFS"
msgstr ""
#: Gtk/SnapshotBackendBox.vala:78
msgid "Create snapshots using RSYNC tool and hard-links"
msgstr ""
#: Gtk/RestoreBox.vala:123 Gtk/RsyncLogBox.vala:366 Gtk/RsyncLogBox.vala:571
#: Gtk/RsyncLogBox.vala:592 Gtk/BackupBox.vala:88
#, c-format
msgid "Created"
msgstr ""
#: Core/Snapshot.vala:430
msgid "Created control file"
msgstr ""
#: Utility/TeeJee.FileSystem.vala:268
msgid "Created directory"
msgstr ""
#: Core/Main.vala:3151
msgid "Created pre-restore snapshot"
msgstr ""
#: Core/Main.vala:1648
msgid "Created subvolume snapshot"
msgstr ""
#: Gtk/BackupBox.vala:71
msgid "Creating Snapshot..."
msgstr ""
#: Core/Main.vala:1586
msgid "Creating new backup..."
msgstr ""
#: Core/Main.vala:1432
msgid "Creating new snapshot..."
msgstr ""
#: Core/Main.vala:3079
msgid "Creating pre-restore snapshot from system subvolumes..."
msgstr ""
#: Utility/Gtk/AboutWindow.vala:325 Utility/Gtk/AboutWindow.vala:391
msgid "Credits"
msgstr ""
#: Core/Main.vala:3691
msgid "Critical Error"
msgstr ""
#: Utility/CronTab.vala:136
msgid "Cron job added"
msgstr ""
#: Utility/CronTab.vala:217
msgid "Cron job removed"
msgstr ""
#: Utility/CronTab.vala:304
msgid "Cron task exists"
msgstr ""
#: Gtk/MiscBox.vala:94
msgid "Custom"
msgstr ""
#: Gtk/ScheduleBox.vala:100 Gtk/SnapshotListBox.vala:248
msgid "Daily"
msgstr ""
#: Core/Main.vala:1095
msgid "Daily snapshot failed!"
msgstr ""
#: Core/Main.vala:1076
msgid "Daily snapshots are enabled"
msgstr ""
#: Core/Main.vala:2260
msgid "Data will be modified on following devices:"
msgstr ""
#: Gtk/MiscBox.vala:67
msgid "Date Format"
msgstr ""
#: Console/AppConsole.vala:371 Gtk/DeleteWindow.vala:98
#: Gtk/RsyncLogBox.vala:370 Gtk/RsyncLogBox.vala:575
#: Gtk/SnapshotListBox.vala:270 Gtk/MainWindow.vala:161
#, c-format
msgid "Delete"
msgstr ""
#: Gtk/DeleteWindow.vala:62
msgid "Delete Snapshots"
msgstr ""
#: Console/AppConsole.vala:373
msgid "Delete all snapshots"
msgstr ""
#: Gtk/MainWindow.vala:162
msgid "Delete selected snapshot"
msgstr ""
#: Console/AppConsole.vala:372
msgid "Delete snapshot"
msgstr ""
#: Gtk/RestoreBox.vala:124 Gtk/RsyncLogBox.vala:370 Gtk/RsyncLogBox.vala:575
#: Gtk/RsyncLogBox.vala:596 Gtk/BackupBox.vala:89
#, c-format
msgid "Deleted"
msgstr ""
#: Utility/TeeJee.FileSystem.vala:302
msgid "Deleted directory"
msgstr ""
#: Core/Subvolume.vala:167 Core/Main.vala:3058 Core/Main.vala:3062
#, c-format
msgid "Deleted subvolume"
msgstr ""
#: Gtk/DeleteBox.vala:58
msgid "Deleting Snapshots..."
msgstr ""
#: Core/Subvolume.vala:141
#, c-format
msgid "Deleting subvolume"
msgstr ""
#: Gtk/RestoreExcludeBox.vala:105
msgid "Deluge, Transmission"
msgstr ""
#: Console/AppConsole.vala:428 Console/AppConsole.vala:544
msgid "Description"
msgstr ""
#: Console/AppConsole.vala:456 Console/AppConsole.vala:495
#: Console/AppConsole.vala:543 Core/SnapshotRepo.vala:74
#: Core/SnapshotRepo.vala:599 Core/SnapshotRepo.vala:602 Core/Main.vala:2263
#: Core/Main.vala:2295 Gtk/RestoreDeviceBox.vala:97 Utility/Device.vala:1932
#: Utility/Device.vala:1942
#, c-format
msgid "Device"
msgstr ""
#: Utility/Device.vala:1390
msgid "Device is unlocked"
msgstr ""
#: Utility/Device.vala:1285 Utility/Device.vala:1347
msgid "Device name is empty!"
msgstr ""
#: Console/AppConsole.vala:665 Core/SnapshotRepo.vala:479 Core/Main.vala:3405
msgid "Device not found"
msgstr ""
#: Gtk/BackupDeviceBox.vala:97
#, c-format
msgid "Devices displayed above have BTRFS file systems."
msgstr ""
#: Gtk/BackupDeviceBox.vala:104
#, c-format
msgid "Devices displayed above have Linux file systems."
msgstr ""
#: Gtk/RestoreDeviceBox.vala:84
msgid "Devices from which snapshot was created are pre-selected."
msgstr ""
#: Console/AppConsole.vala:327
msgid "Devices with Linux file systems"
msgstr ""
#: Gtk/BackupDeviceBox.vala:105
msgid "Devices with Windows file systems are not supported (NTFS, FAT, etc)."
msgstr ""
#: Core/SnapshotRepo.vala:914
msgid "Directory not found"
msgstr ""
#: Core/Main.vala:2355 Gtk/RestoreSummaryBox.vala:64
msgid "Disclaimer"
msgstr ""
#: Gtk/BackupDeviceBox.vala:127
msgid "Disk"
msgstr ""
#: Core/Main.vala:230
msgid "Distribution"
msgstr ""
#: Utility/Gtk/AboutWindow.vala:453
msgid "Documentation"
msgstr ""
#: Gtk/MainWindow.vala:209 Gtk/MainWindow.vala:210
#: Utility/Gtk/DonationWindow.vala:42 Utility/Gtk/DonationWindow.vala:75
msgid "Donate"
msgstr ""
#: Utility/Gtk/AboutWindow.vala:469
msgid "Donations"
msgstr ""
#: Gtk/MainWindow.vala:1060
msgid "Enable scheduled snapshots to protect your system"
msgstr ""
#: Utility/Device.vala:1454
msgid "Encrypted Device"
msgstr ""
#: Gtk/UsersBox.vala:233
msgid "Encrypted Home Directory"
msgstr ""
#: Console/AppConsole.vala:886
#, c-format
msgid "Enter device name or number"
msgstr ""
#: Console/AppConsole.vala:684 Console/AppConsole.vala:1015
#, c-format
msgid "Enter device name or number (a=Abort)"
msgstr ""
#: Utility/Device.vala:1455
#, c-format
msgid "Enter passphrase to unlock '%s'"
msgstr ""
#: Console/AppConsole.vala:756
#, c-format
msgid "Enter snapshot number (a=Abort, p=Previous, n=Next)"
msgstr ""
#: Gtk/ExcludeBox.vala:231
msgid "Enter the pattern to exclude (Ex: *.mp3, *.bak)"
msgstr ""
#: Gtk/RestoreDeviceBox.vala:520
msgid "Error"
msgstr ""
#: Gtk/RestoreWindow.vala:481
msgid "Error running Rsync"
msgstr ""
#: Gtk/SetupWizardWindow.vala:99 Gtk/BackupWindow.vala:82
msgid "Estimate"
msgstr ""
#: Gtk/EstimateBox.vala:56
msgid "Estimating System Size..."
msgstr ""
#: Core/Main.vala:1428
msgid "Estimating system size..."
msgstr ""
#: Console/AppConsole.vala:387
msgid "Examples"
msgstr ""
#: Gtk/UsersBox.vala:133
msgid "Exclude All Files"
msgstr ""
#: Gtk/ExcludeAppsBox.vala:51 Gtk/RestoreExcludeBox.vala:55
msgid "Exclude Application Settings"
msgstr ""
#: Gtk/RestoreWindow.vala:99
msgid "Exclude Apps"
msgstr ""
#: Gtk/ExcludeMessageWindow.vala:70
msgid "Exclude List"
msgstr ""
#: Gtk/ExcludeListSummaryWindow.vala:49
msgid "Exclude List Summary"
msgstr ""
#: Gtk/ExcludeBox.vala:230
msgid "Exclude Pattern"
msgstr ""
#: Gtk/ExcludeMessageWindow.vala:56
msgid "Excluded Directories"
msgstr ""
#: Core/Main.vala:1716
msgid "Expected values: O, B, H, D, W, M"
msgstr ""
#: Utility/CronTab.vala:132
msgid "Failed to add cron job"
msgstr ""
#: Utility/TeeJee.FileSystem.vala:155
msgid "Failed to copy file"
msgstr ""
#: Utility/TeeJee.FileSystem.vala:271 Utility/TeeJee.FileSystem.vala:280
msgid "Failed to create directory"
msgstr ""
#: Core/Main.vala:1554
msgid "Failed to create new snapshot"
msgstr ""
#: Core/Main.vala:1308
msgid "Failed to create snapshot"
msgstr ""
#: Core/Main.vala:1644
msgid "Failed to create subvolume snapshot"
msgstr ""
#: Core/SnapshotRepo.vala:955
msgid "Failed to create symlinks"
msgstr ""
#: Utility/TeeJee.FileSystem.vala:305
msgid "Failed to delete directory"
msgstr ""
#: Utility/TeeJee.FileSystem.vala:86
msgid "Failed to delete file"
msgstr ""
#: Core/Subvolume.vala:153
msgid "Failed to delete snapshot nested subvolume"
msgstr ""
#: Core/Subvolume.vala:163
msgid "Failed to delete snapshot subvolume"
msgstr ""
#: Core/SnapshotRepo.vala:981
msgid "Failed to delete symlinks"
msgstr ""
#: Core/Main.vala:3906 Core/Main.vala:3912
msgid "Failed to estimate system size"
msgstr ""
#: Utility/CronTab.vala:257
msgid "Failed to export crontab file"
msgstr ""
#: Console/AppConsole.vala:699 Console/AppConsole.vala:763
#: Console/AppConsole.vala:895 Console/AppConsole.vala:990
#: Console/AppConsole.vala:1035 Console/AppConsole.vala:1076
msgid "Failed to get input from user in 3 attempts"
msgstr ""
#: Utility/Device.vala:724
msgid "Failed to get partition list"
msgstr ""
#: Core/Main.vala:3488
msgid "Failed to get partition list."
msgstr ""
#: Utility/CronTab.vala:240
msgid "Failed to install crontab file"
msgstr ""
#: Gtk/RestoreDeviceBox.vala:521
msgid "Failed to mount devices"
msgstr ""
#: Utility/TeeJee.FileSystem.vala:174
msgid "Failed to move file"
msgstr ""
#: Core/Main.vala:3116
msgid "Failed to move system subvolume to snapshot directory"
msgstr ""
#: Core/Main.vala:4011
msgid "Failed to query subvolume list"
msgstr ""
#: Utility/CronTab.vala:50
msgid "Failed to read cron tab"
msgstr ""
#: Utility/TeeJee.FileSystem.vala:112
msgid "Failed to read file"
msgstr ""
#: Core/SnapshotRepo.vala:901
msgid "Failed to remove"
msgstr ""
#: Utility/CronTab.vala:213
msgid "Failed to remove cron job"
msgstr ""
#: Core/Snapshot.vala:530 Core/Snapshot.vala:542 Core/Snapshot.vala:550
msgid "Failed to remove snapshot"
msgstr ""
#: Core/Subvolume.vala:200
msgid "Failed to restore system subvolume"
msgstr ""
#: Core/Main.vala:1504
msgid "Failed to save exclude list"
msgstr ""
#: Utility/Device.vala:1381 Utility/Device.vala:1435 Utility/Device.vala:1460
#: Utility/Device.vala:1481 Utility/Device.vala:1501
msgid "Failed to unlock device"
msgstr ""
#: Utility/Device.vala:1733
msgid "Failed to unmount"
msgstr ""
#: Core/Main.vala:3692
msgid "Failed to unmount device!"
msgstr ""
#: Utility/TeeJee.FileSystem.vala:139
msgid "Failed to write file"
msgstr ""
#: Gtk/RsyncLogBox.vala:122
msgid "File (snapshot)"
msgstr ""
#: Gtk/RsyncLogBox.vala:119
msgid "File (system)"
msgstr ""
#: Gtk/ExcludeMessageWindow.vala:98
msgid "File Pattern"
msgstr ""
#: Gtk/BackupBox.vala:83
msgid "File and directory counts:"
msgstr ""
#: Utility/CronTab.vala:225 Utility/RsyncTask.vala:298
#: Utility/TeeJee.FileSystem.vala:169
msgid "File not found"
msgstr ""
#: Gtk/ExcludeListSummaryWindow.vala:62
msgid ""
"Files & directories matching the patterns below will be excluded. "
"Patterns starting with a + will include the item instead of excluding."
msgstr ""
#: Gtk/SnapshotBackendBox.vala:201
msgid "Files and directories can be excluded to save disk space."
msgstr ""
#: Gtk/RestoreBox.vala:119
msgid "Files and directory counts:"
msgstr ""
#: Gtk/ExcludeMessageWindow.vala:76
msgid "Files matching the following patterns will be excluded"
msgstr ""
#: Utility/Device.vala:1950
#, c-format
msgid "Filesystem"
msgstr ""
#: Gtk/RsyncLogBox.vala:302
msgid "Filter by name or path"
msgstr ""
#: Gtk/SettingsWindow.vala:103
msgid "Filters"
msgstr ""
#: Gtk/DeleteWindow.vala:103 Gtk/SetupWizardWindow.vala:211
#: Gtk/BackupWindow.vala:97
msgid "Finish"
msgstr ""
#: Gtk/SetupWizardWindow.vala:120 Gtk/RestoreWindow.vala:130
msgid "Finished"
msgstr ""
#: Gtk/RestoreExcludeBox.vala:78
msgid "Firefox, Chromium, Chrome, Opera, Epiphany, Midori"
msgstr ""
#: Core/SnapshotRepo.vala:583
msgid "First snapshot requires:"
msgstr ""