forked from teejee2008/timeshift
-
Notifications
You must be signed in to change notification settings - Fork 0
/
timeshift.pot
2636 lines (2043 loc) · 54.6 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 ([email protected])
# 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: [email protected]\n"
"POT-Creation-Date: 2018-08-26 21:07+0530\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=CHARSET\n"
"Content-Transfer-Encoding: 8bit\n"
#: Console/AppConsole.vala:614
#, c-format
msgid ""
"\n"
"Press ENTER to continue..."
msgstr ""
#: Core/SnapshotRepo.vala:641
#, c-format
msgid "%d snapshots, %s free"
msgstr ""
#: Console/AppConsole.vala:915
#, c-format
msgid "'%s' will be on '%s'"
msgstr ""
#: Console/AppConsole.vala:912
#, c-format
msgid "'%s' will be on root device"
msgstr ""
#: Gtk/BootOptionsBox.vala:118
msgid "(Re)install GRUB2 on:"
msgstr ""
#: Core/Main.vala:362
msgid "** Uninstalled Timeshift BTRFS **"
msgstr ""
#: Core/Main.vala:3342
msgid "/ is mapped to device"
msgstr ""
#: Core/Main.vala:3364
msgid "/boot is mapped to device"
msgstr ""
#: Core/Main.vala:3375
msgid "/boot/efi is mapped to device"
msgstr ""
#: Core/Main.vala:3353
msgid "/home is mapped to device"
msgstr ""
#: Gtk/SnapshotListBox.vala:290
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:699 Console/AppConsole.vala:763
#: Console/AppConsole.vala:895 Console/AppConsole.vala:990
#: Console/AppConsole.vala:1035 Console/AppConsole.vala:1076
#: Console/AppConsole.vala:1094
msgid "Aborted."
msgstr ""
#: Gtk/MainWindow.vala:393
msgid "About"
msgstr ""
#: Gtk/RsyncLogBox.vala:472
msgid "Action"
msgstr ""
#: Gtk/ExcludeBox.vala:219
msgid "Add"
msgstr ""
#: Gtk/ExcludeBox.vala:233
msgid "Add Files"
msgstr ""
#: Gtk/ExcludeBox.vala:239
msgid "Add Folders"
msgstr ""
#: Gtk/ExcludeBox.vala:219
msgid "Add custom pattern"
msgstr ""
#: Gtk/ExcludeBox.vala:239
msgid "Add directories"
msgstr ""
#: Gtk/ExcludeBox.vala:233
msgid "Add files"
msgstr ""
#: Console/AppConsole.vala:360
msgid "Add tags to snapshot (default: O)"
msgstr ""
#: Utility/CronTab.vala:312
msgid "Added cron task"
msgstr ""
#: Gtk/AppGtk.vala:131
msgid "Admin Access Required"
msgstr ""
#: Gtk/AppGtk.vala:126
msgid "Admin access is required to backup and restore system files."
msgstr ""
#: Gtk/RsyncLogBox.vala:363
msgid "All Files"
msgstr ""
#: Gtk/SnapshotBackendBox.vala:188
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:500
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:249
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:253
msgid "Another instance of timeshift is currently running!"
msgstr ""
#: Console/AppConsole.vala:376
msgid "Answer YES to all confirmation prompts"
msgstr ""
#: Core/Main.vala:3179
msgid "App config loaded"
msgstr ""
#: Core/Main.vala:3076
msgid "App config saved"
msgstr ""
#: Console/AppConsole.vala:102
msgid "Application needs admin access."
msgstr ""
#: Core/Main.vala:3519
msgid "Application will exit"
msgstr ""
#: Core/Main.vala:378
msgid "Application will exit."
msgstr ""
#: Utility/Gtk/AboutWindow.vala:433
msgid "Artists"
msgstr ""
#: Utility/Gtk/AboutWindow.vala:417
msgid "Authors"
msgstr ""
#: Gtk/MainWindow.vala:346
msgid "Available"
msgstr ""
#: Gtk/SnapshotBackendBox.vala:94
msgid "BTRFS"
msgstr ""
#: Gtk/SnapshotBackendBox.vala:165
msgid "BTRFS Snapshots"
msgstr ""
#: Gtk/SnapshotBackendBox.vala:119
msgid "BTRFS Tools Not Found"
msgstr ""
#: Core/Main.vala:2041 Core/Main.vala:2045
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:349 Utility/Gtk/AboutWindow.vala:381
msgid "Back"
msgstr ""
#: Gtk/SetupWizardWindow.vala:94
msgid "Backend"
msgstr ""
#: Console/AppConsole.vala:356 Gtk/BackupWindow.vala:91
msgid "Backup"
msgstr ""
#: Core/Main.vala:2017
msgid "Backup Device"
msgstr ""
#: Core/Main.vala:2012
msgid "Backup device not specified!"
msgstr ""
#: Utility/Gtk/DonationWindow.vala:89
msgid "Become a Patron"
msgstr ""
#: Gtk/RestoreExcludeBox.vala:91
msgid "Bittorrent Clients"
msgstr ""
#: Gtk/ScheduleBox.vala:136 Gtk/SnapshotListBox.vala:298
msgid "Boot"
msgstr ""
#: Gtk/RestoreDeviceBox.vala:499
msgid "Boot device not selected"
msgstr ""
#: Core/Main.vala:1017
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:998
msgid "Boot snapshots are enabled"
msgstr ""
#: Gtk/BootOptionsWindow.vala:49
msgid "Bootloader Options"
msgstr ""
#: Gtk/RestoreDeviceBox.vala:411
msgid "Bootloader Options (Advanced)"
msgstr ""
#: Gtk/MainWindow.vala:171
msgid "Browse"
msgstr ""
#: Gtk/SnapshotListBox.vala:336
msgid "Browse Files"
msgstr ""
#: Gtk/MainWindow.vala:172
msgid "Browse selected snapshot"
msgstr ""
#: Core/Main.vala:2499
msgid "Building file list..."
msgstr ""
#: Utility/GtkHelper.vala:122 Utility/Gtk/CustomMessageDialog.vala:172
#: Gtk/SetupWizardWindow.vala:214 Gtk/BackupWindow.vala:177
#: Gtk/DeleteWindow.vala:187 Gtk/RestoreWindow.vala:206
#: Gtk/RestoreWindow.vala:215
msgid "Cancel"
msgstr ""
#: Gtk/RestoreWindow.vala:221
msgid "Cancel restore?"
msgstr ""
#: Gtk/RestoreWindow.vala:223
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:563
msgid "Cannot Delete Live Snapshot"
msgstr ""
#: Gtk/RsyncLogBox.vala:380 Gtk/RsyncLogBox.vala:383 Gtk/RsyncLogBox.vala:567
#: Gtk/RsyncLogBox.vala:588 Gtk/RestoreBox.vala:125 Gtk/BackupBox.vala:87
msgid "Changed"
msgstr ""
#: Gtk/RestoreBox.vala:127 Gtk/BackupBox.vala:89
msgid "Changed items:"
msgstr ""
#: Gtk/RestoreWindow.vala:104
msgid "Checking Restore Actions (Dry Run)"
msgstr ""
#: Core/Main.vala:2732
msgid "Checking file systems for errors..."
msgstr ""
#: Gtk/RsyncLogBox.vala:390 Gtk/RestoreBox.vala:130 Gtk/BackupBox.vala:92
#, c-format
msgid "Checksum"
msgstr ""
#: Core/Main.vala:2388
msgid "Cleaning up..."
msgstr ""
#: Gtk/UsersBox.vala:92 Gtk/ExcludeBox.vala:84
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 ""
#: Console/AppConsole.vala:364
msgid "Clone current system"
msgstr ""
#: Gtk/RestoreFinishBox.vala:68
msgid "Cloning"
msgstr ""
#: Core/Main.vala:2782
msgid "Cloning system..."
msgstr ""
#: Utility/Gtk/AboutWindow.vala:326 Utility/Gtk/DonationWindow.vala:121
#: Gtk/RsyncLogBox.vala:266 Gtk/BackupWindow.vala:168
#: Gtk/BootOptionsWindow.vala:106 Gtk/DeleteWindow.vala:170
#: Gtk/RestoreWindow.vala:508
msgid "Close"
msgstr ""
#: Gtk/RestoreFinishBox.vala:106 Gtk/BackupFinishBox.vala:70
#: Gtk/FinishBox.vala:101 Gtk/DeleteFinishBox.vala:71
msgid "Close window to exit"
msgstr ""
#: Core/Main.vala:347
msgid "Commands listed below are not available on this system"
msgstr ""
#: Gtk/SnapshotListBox.vala:224
msgid "Comments"
msgstr ""
#: Core/Main.vala:2775 Gtk/RestoreBox.vala:74 Gtk/RestoreBox.vala:187
msgid "Comparing Files (Dry Run)..."
msgstr ""
#: Core/Main.vala:2541
msgid "Comparing files with rsync..."
msgstr ""
#: Gtk/RestoreFinishBox.vala:50 Gtk/RestoreFinishBox.vala:75
#: Gtk/BackupFinishBox.vala:50 Gtk/DeleteFinishBox.vala:50
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:1069
#, c-format
msgid "Continue with restore? (y/n): "
msgstr ""
#: Utility/Gtk/AboutWindow.vala:425
msgid "Contributors"
msgstr ""
#: Console/AppConsole.vala:835 Console/AppConsole.vala:966
msgid "Could not find device"
msgstr ""
#: Utility/Device.vala:1307
#, c-format
msgid "Could not find file"
msgstr ""
#: Console/AppConsole.vala:732
msgid "Could not find snapshot"
msgstr ""
#: Core/Main.vala:2946
msgid "Could not find system subvolume"
msgstr ""
#: Core/Main.vala:2974
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:61
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:358
msgid "Create snapshot (even if not scheduled)"
msgstr ""
#: Console/AppConsole.vala:357
msgid "Create snapshot if scheduled"
msgstr ""
#: Gtk/MainWindow.vala:142
msgid "Create snapshot of current system"
msgstr ""
#: Gtk/MainWindow.vala:1068
msgid ""
"Create snapshots manually or enable scheduled snapshots to protect your "
"system"
msgstr ""
#: Gtk/SnapshotBackendBox.vala:95
msgid "Create snapshots using BTRFS"
msgstr ""
#: Gtk/SnapshotBackendBox.vala:78
msgid "Create snapshots using RSYNC tool and hard-links"
msgstr ""
#: Gtk/RsyncLogBox.vala:366 Gtk/RsyncLogBox.vala:571 Gtk/RsyncLogBox.vala:592
#: Gtk/RestoreBox.vala:123 Gtk/BackupBox.vala:85
#, c-format
msgid "Created"
msgstr ""
#: Core/Snapshot.vala:430
msgid "Created control file"
msgstr ""
#: Utility/TeeJee.FileSystem.vala:351
msgid "Created directory"
msgstr ""
#: Core/Main.vala:2996
msgid "Created pre-restore snapshot"
msgstr ""
#: Core/Main.vala:1499
msgid "Created subvolume snapshot"
msgstr ""
#: Gtk/BackupBox.vala:71
msgid "Creating Snapshot..."
msgstr ""
#: Core/Main.vala:1437
msgid "Creating new backup..."
msgstr ""
#: Core/Main.vala:1283
msgid "Creating new snapshot..."
msgstr ""
#: Core/Main.vala:2924
msgid "Creating pre-restore snapshot from system subvolumes..."
msgstr ""
#: Utility/Gtk/AboutWindow.vala:321 Utility/Gtk/AboutWindow.vala:387
msgid "Credits"
msgstr ""
#: Core/Main.vala:3518
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/ScheduleBox.vala:100 Gtk/SnapshotListBox.vala:300
msgid "Daily"
msgstr ""
#: Core/Main.vala:1077
msgid "Daily snapshot failed!"
msgstr ""
#: Core/Main.vala:1058
msgid "Daily snapshots are enabled"
msgstr ""
#: Core/Main.vala:2111
msgid "Data will be modified on following devices:"
msgstr ""
#: Console/AppConsole.vala:370 Gtk/RsyncLogBox.vala:370
#: Gtk/RsyncLogBox.vala:575 Gtk/MainWindow.vala:161
#: Gtk/SnapshotListBox.vala:322 Gtk/DeleteWindow.vala:98
#, c-format
msgid "Delete"
msgstr ""
#: Gtk/DeleteWindow.vala:62
msgid "Delete Snapshots"
msgstr ""
#: Console/AppConsole.vala:372
msgid "Delete all snapshots"
msgstr ""
#: Gtk/MainWindow.vala:162
msgid "Delete selected snapshot"
msgstr ""
#: Console/AppConsole.vala:371
msgid "Delete snapshot"
msgstr ""
#: Gtk/RsyncLogBox.vala:370 Gtk/RsyncLogBox.vala:575 Gtk/RsyncLogBox.vala:596
#: Gtk/RestoreBox.vala:124 Gtk/BackupBox.vala:86
#, c-format
msgid "Deleted"
msgstr ""
#: Utility/TeeJee.FileSystem.vala:381
msgid "Deleted directory"
msgstr ""
#: Core/Subvolume.vala:154 Core/Main.vala:2903 Core/Main.vala:2907
#, 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:427 Console/AppConsole.vala:543
msgid "Description"
msgstr ""
#: Core/Subvolume.vala:168
#, c-format
msgid "Destroyed qgroup"
msgstr ""
#: Core/Subvolume.vala:158
#, c-format
msgid "Destroying qgroup"
msgstr ""
#: Utility/Device.vala:1930 Utility/Device.vala:1940
#: Console/AppConsole.vala:455 Console/AppConsole.vala:494
#: Console/AppConsole.vala:542 Core/SnapshotRepo.vala:76
#: Core/SnapshotRepo.vala:683 Core/SnapshotRepo.vala:686 Core/Main.vala:2114
#: Core/Main.vala:2146 Gtk/RestoreDeviceBox.vala:97
#, c-format
msgid "Device"
msgstr ""
#: Utility/Device.vala:1389
msgid "Device is unlocked"
msgstr ""
#: Utility/Device.vala:1284 Utility/Device.vala:1346
msgid "Device name is empty!"
msgstr ""
#: Console/AppConsole.vala:664 Core/SnapshotRepo.vala:560 Core/Main.vala:3232
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:326
msgid "Devices with Linux file systems"
msgstr ""
#: Gtk/BackupDeviceBox.vala:105
msgid "Devices with Windows file systems are not supported (NTFS, FAT, etc)."
msgstr ""
#: Utility/Gtk/DonationWindow.vala:61
msgid ""
"Did you find this software useful?\n"
"\n"
"You can buy me a coffee or make a donation via PayPal to show your support. "
"Or just drop me an email and say Hi. This application is completely free and "
"will continue to remain that way. Your contributions will help in keeping "
"this project alive and improving it further.\n"
"\n"
"Feel free to send me an email if you find any issues in this application or "
"if you need any changes. Suggestions and feedback are always welcome.\n"
"\n"
"Thanks,\n"
"Tony George\n"
msgstr ""
#: Utility/TeeJee.FileSystem.vala:518
msgid "Dir not found"
msgstr ""
#: Core/SnapshotRepo.vala:982
msgid "Directory not found"
msgstr ""
#: Core/Main.vala:2206 Gtk/RestoreSummaryBox.vala:64
msgid "Disclaimer"
msgstr ""
#: Gtk/BackupDeviceBox.vala:127
msgid "Disk"
msgstr ""
#: Core/Main.vala:226
msgid "Distribution"
msgstr ""
#: Utility/Gtk/AboutWindow.vala:449
msgid "Documentation"
msgstr ""
#: Utility/Gtk/DonationWindow.vala:42 Gtk/MainWindow.vala:388
msgid "Donate"
msgstr ""
#: Utility/Gtk/DonationWindow.vala:81
msgid "Donate with PayPal"
msgstr ""
#: Utility/Gtk/AboutWindow.vala:465
msgid "Donations"
msgstr ""
#: Gtk/UsersBox.vala:357
msgid "Enable BTRFS qgroups (recommended)"
msgstr ""
#: Gtk/MainWindow.vala:1062
msgid "Enable scheduled snapshots to protect your system"
msgstr ""
#: Core/Main.vala:4030 Core/Main.vala:4070
msgid "Enabled subvolume quota support"
msgstr ""
#: Utility/Device.vala:1453
msgid "Encrypted Device"
msgstr ""
#: Gtk/UsersBox.vala:236
msgid "Encrypted Home Directory"
msgstr ""
#: Console/AppConsole.vala:885
#, c-format
msgid "Enter device name or number"
msgstr ""
#: Console/AppConsole.vala:683 Console/AppConsole.vala:1014
#, c-format
msgid "Enter device name or number (a=Abort)"
msgstr ""
#: Utility/Device.vala:1454
#, c-format
msgid "Enter passphrase to unlock '%s'"
msgstr ""
#: Utility/GtkHelper.vala:805
msgid "Enter path or browse for directory"
msgstr ""
#: Console/AppConsole.vala:755
#, c-format
msgid "Enter snapshot number (a=Abort, p=Previous, n=Next)"
msgstr ""
#: Gtk/ExcludeBox.vala:225
msgid "Enter the pattern to exclude (Ex: *.mp3, *.bak)"
msgstr ""
#: Utility/GtkHelper.vala:18 Gtk/RestoreDeviceBox.vala:534
msgid "Error"
msgstr ""
#: Gtk/RestoreWindow.vala:488
msgid "Error running Rsync"
msgstr ""
#: Gtk/SetupWizardWindow.vala:99 Gtk/BackupWindow.vala:81
msgid "Estimate"
msgstr ""
#: Gtk/EstimateBox.vala:56
msgid "Estimating System Size..."
msgstr ""
#: Core/Main.vala:1279
msgid "Estimating system size..."
msgstr ""
#: Console/AppConsole.vala:386
msgid "Examples"
msgstr ""
#: Gtk/UsersBox.vala:136
msgid "Exclude All"
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:224
msgid "Exclude Pattern"
msgstr ""
#: Gtk/ExcludeMessageWindow.vala:56
msgid "Excluded Directories"
msgstr ""
#: Core/Main.vala:1567
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:191
msgid "Failed to copy file"
msgstr ""
#: Utility/TeeJee.FileSystem.vala:354 Utility/TeeJee.FileSystem.vala:362
msgid "Failed to create directory"
msgstr ""
#: Core/Main.vala:1405
msgid "Failed to create new snapshot"
msgstr ""
#: Core/Main.vala:1255
msgid "Failed to create snapshot"
msgstr ""
#: Core/Main.vala:1495
msgid "Failed to create subvolume snapshot"
msgstr ""
#: Core/SnapshotRepo.vala:1023
msgid "Failed to create symlinks"
msgstr ""
#: Utility/TeeJee.FileSystem.vala:384
msgid "Failed to delete directory"
msgstr ""
#: Utility/TeeJee.FileSystem.vala:100
msgid "Failed to delete file"
msgstr ""
#: Core/Subvolume.vala:150
msgid "Failed to delete snapshot subvolume"
msgstr ""
#: Core/SnapshotRepo.vala:1049
msgid "Failed to delete symlinks"
msgstr ""
#: Core/Subvolume.vala:164
msgid "Failed to destroy qgroup"
msgstr ""
#: Core/Main.vala:4055
msgid "Failed to enable subvolume quota"
msgstr ""
#: Core/Main.vala:3733 Core/Main.vala:3739
msgid "Failed to estimate system size"
msgstr ""
#: Utility/CronTab.vala:257
msgid "Failed to export crontab file"
msgstr ""
#: Console/AppConsole.vala:698 Console/AppConsole.vala:762
#: Console/AppConsole.vala:894 Console/AppConsole.vala:989
#: Console/AppConsole.vala:1034 Console/AppConsole.vala:1075
msgid "Failed to get input from user in 3 attempts"
msgstr ""
#: Utility/Device.vala:723
msgid "Failed to get partition list"
msgstr ""
#: Core/Main.vala:3315
msgid "Failed to get partition list."
msgstr ""
#: Utility/CronTab.vala:240
msgid "Failed to install crontab file"
msgstr ""
#: Gtk/RestoreDeviceBox.vala:535
msgid "Failed to mount devices"
msgstr ""
#: Utility/TeeJee.FileSystem.vala:210
msgid "Failed to move file"
msgstr ""
#: Core/Main.vala:2961
msgid "Failed to move system subvolume to snapshot directory"
msgstr ""
#: Core/Main.vala:3863
msgid "Failed to query subvolume list"
msgstr ""
#: Core/Main.vala:3947
msgid "Failed to query subvolume quota"
msgstr ""
#: Utility/CronTab.vala:50
msgid "Failed to read cron tab"
msgstr ""
#: Utility/TeeJee.FileSystem.vala:148
msgid "Failed to read file"
msgstr ""
#: Core/SnapshotRepo.vala:969
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/Main.vala:4094
msgid "Failed to rescan subvolume quota"
msgstr ""
#: Core/Subvolume.vala:202
msgid "Failed to restore system subvolume"
msgstr ""
#: Core/Main.vala:1355
msgid "Failed to save exclude list"
msgstr ""
#: Utility/Device.vala:1380 Utility/Device.vala:1434 Utility/Device.vala:1459
#: Utility/Device.vala:1480 Utility/Device.vala:1500
msgid "Failed to unlock device"
msgstr ""
#: Utility/Device.vala:1731
msgid "Failed to unmount"
msgstr ""
#: Core/Main.vala:3519
msgid "Failed to unmount device!"
msgstr ""
#: Utility/TeeJee.FileSystem.vala:175
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"