From c6ffdc6b7d86836fce06e19e3991fc20aaab158c Mon Sep 17 00:00:00 2001 From: Clement Lefebvre Date: Tue, 24 May 2022 13:33:28 +0100 Subject: [PATCH] l10n: Update makepot Go back to Launchpad for translations. -> No PRs on po/ and the pot file. -> makepot updates the pot file which is then uploaded to LP. -> LP translations overwrite what's in po/ -> mo files are generated during the build. --- makefile | 3 - makepot | 2 +- merge-launchpad-translations.sh | 35 - src/makefile | 19 +- timeshift.pot | 1332 ++++++++++++++++--------------- 5 files changed, 685 insertions(+), 706 deletions(-) delete mode 100755 merge-launchpad-translations.sh diff --git a/makefile b/makefile index 05074ad..9597f4b 100644 --- a/makefile +++ b/makefile @@ -7,9 +7,6 @@ app-gtk: app-console: cd src; make app-console -pot: - cd src; make pot - manpage: cd src; make manpage diff --git a/makepot b/makepot index 9396419..01a8e93 100755 --- a/makepot +++ b/makepot @@ -1,6 +1,6 @@ find . -name "*.vala" > POTFILES -xgettext --language=Vala --keyword=_ --output=timeshift.pot --files-from=POTFILES +xgettext --language=C --keyword=_ --output=timeshift.pot --files-from=POTFILES --sort-output xgettext --output=timeshift.pot --join-existing src/share/polkit-1/actions/*.policy rm POTFILES diff --git a/merge-launchpad-translations.sh b/merge-launchpad-translations.sh deleted file mode 100755 index 26c5ed4..0000000 --- a/merge-launchpad-translations.sh +++ /dev/null @@ -1,35 +0,0 @@ -#!/bin/bash - -backup=`pwd` -DIR="$( cd "$( dirname "$0" )" && pwd )" -cd "$DIR" - -. ./BUILD_CONFIG - -languages="am ar az bg ca cs da de el en_GB es et eu fi fr he hi hr hu ia id is it ko lt nb ne nl pl pt pt_BR ro ru sk sr sv tr uk vi zh_CN" - -echo "" -echo "==========================================================================" -echo " Update PO files in po/ with downloaded translations placed in po-lp/" -echo "==========================================================================" -echo "" - -for lang in $languages; do - # remove headers in po-lp/*.po so that msgcat does not create malformed headers - sed -i '/^#/d' po-lp/${app_name}-$lang.po - msgcat -o po/${app_name}-$lang.po po-lp/${app_name}-$lang.po po/${app_name}-$lang.po - sed -i '/#-#-#-#-#/d' po/${app_name}-$lang.po - sed -i '/#, fuzzy/d' po/${app_name}-$lang.po -done - -echo "" -echo "==========================================================================" -echo " Update PO files in po/ with latest POT file" -echo "==========================================================================" -echo "" - -for lang in $languages; do - msgmerge --update -v po/${app_name}-$lang.po ${app_name}.pot -done - -cd "$backup" diff --git a/src/makefile b/src/makefile index dd847e5..d2a8383 100644 --- a/src/makefile +++ b/src/makefile @@ -45,7 +45,7 @@ endif symbols=$(shell echo "${vte_symbol} ${gtk3_symbol} ${xapp_symbol}") -all: app-gtk app-console pot +all: app-gtk app-console app-gtk: @@ -72,24 +72,7 @@ app-console: manpage: ./${app_name} --help > ../man/${app_name}.1 gzip -f ../man/${app_name}.1 - -pot: - # update translation template - find . -iname "*.vala" | xargs xgettext \ - --from-code=UTF-8 --language=C --keyword=_ \ - --copyright-holder='Tony George (teejeetech@gmail.com)' \ - --package-name="${app_name}" \ - --package-version='18.2' \ - --msgid-bugs-address='teejeetech@gmail.com' \ - --escape --sort-output \ - -o ../${app_name}.pot - - # translations - for lang in am ar az bg ca cs da de el en_GB es et eu fi fr he hi hr hu ia id is it ja ko lt nb ne nl pl pt pt_BR ro ru sk sr sv tr uk vi zh_CN zh_TW; do \ - msgmerge --update -v ../po/${app_name}-$$lang.po ../${app_name}.pot ; \ - done - clean: rm -rfv ../release/{source,i386,amd64,armel,armhf} rm -rfv ../release/*.{run,deb} diff --git a/timeshift.pot b/timeshift.pot index e1e727a..9b9be78 100644 --- a/timeshift.pot +++ b/timeshift.pot @@ -1,14 +1,14 @@ # SOME DESCRIPTIVE TITLE. -# Copyright (C) YEAR Tony George (teejeetech@gmail.com) -# This file is distributed under the same license as the timeshift package. +# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER +# This file is distributed under the same license as the PACKAGE package. # FIRST AUTHOR , YEAR. # #, fuzzy msgid "" msgstr "" -"Project-Id-Version: timeshift 18.2\n" -"Report-Msgid-Bugs-To: teejeetech@gmail.com\n" -"POT-Creation-Date: 2022-04-24 11:06+0530\n" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2022-05-24 13:31+0100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -17,132 +17,132 @@ msgstr "" "Content-Type: text/plain; charset=CHARSET\n" "Content-Transfer-Encoding: 8bit\n" -#: Console/AppConsole.vala:615 +#: src/Console/AppConsole.vala:615 #, c-format msgid "" "\n" "Press ENTER to continue..." msgstr "" -#: Core/SnapshotRepo.vala:613 +#: src/Core/SnapshotRepo.vala:613 #, c-format msgid "%d snapshots, %s free" msgstr "" -#: Console/AppConsole.vala:916 +#: src/Console/AppConsole.vala:916 #, c-format msgid "'%s' will be on '%s'" msgstr "" -#: Console/AppConsole.vala:913 +#: src/Console/AppConsole.vala:913 #, c-format msgid "'%s' will be on root device" msgstr "" -#: Gtk/BootOptionsBox.vala:118 +#: src/Gtk/BootOptionsBox.vala:118 msgid "(Re)install GRUB2 on:" msgstr "" -#: Core/Main.vala:367 +#: src/Core/Main.vala:367 msgid "** Uninstalled Timeshift BTRFS **" msgstr "" -#: Core/Main.vala:3375 +#: src/Core/Main.vala:3383 msgid "/ is mapped to device" msgstr "" -#: Core/Main.vala:3397 +#: src/Core/Main.vala:3405 msgid "/boot is mapped to device" msgstr "" -#: Core/Main.vala:3408 +#: src/Core/Main.vala:3416 msgid "/boot/efi is mapped to device" msgstr "" -#: Core/Main.vala:3386 +#: src/Core/Main.vala:3394 msgid "/home is mapped to device" msgstr "" -#: Gtk/SnapshotListBox.vala:290 +#: src/Gtk/SnapshotListBox.vala:290 msgid "Comments (double-click to edit)" msgstr "" -#: Gtk/ScheduleBox.vala:168 +#: src/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 +#: src/Console/AppConsole.vala:700 src/Console/AppConsole.vala:764 +#: src/Console/AppConsole.vala:896 src/Console/AppConsole.vala:991 +#: src/Console/AppConsole.vala:1036 src/Console/AppConsole.vala:1077 +#: src/Console/AppConsole.vala:1095 msgid "Aborted." msgstr "" -#: Gtk/MainWindow.vala:386 +#: src/Gtk/MainWindow.vala:381 msgid "About" msgstr "" -#: Gtk/RsyncLogBox.vala:472 +#: src/Gtk/RsyncLogBox.vala:472 msgid "Action" msgstr "" -#: Gtk/ExcludeBox.vala:225 +#: src/Gtk/ExcludeBox.vala:225 msgid "Add" msgstr "" -#: Gtk/ExcludeBox.vala:242 +#: src/Gtk/ExcludeBox.vala:242 msgid "Add Files" msgstr "" -#: Gtk/ExcludeBox.vala:248 +#: src/Gtk/ExcludeBox.vala:248 msgid "Add Folders" msgstr "" -#: Gtk/ExcludeBox.vala:225 +#: src/Gtk/ExcludeBox.vala:225 msgid "Add custom pattern" msgstr "" -#: Gtk/ExcludeBox.vala:248 +#: src/Gtk/ExcludeBox.vala:248 msgid "Add directories" msgstr "" -#: Gtk/ExcludeBox.vala:242 +#: src/Gtk/ExcludeBox.vala:242 msgid "Add files" msgstr "" -#: Console/AppConsole.vala:361 +#: src/Console/AppConsole.vala:361 msgid "Add tags to snapshot (default: O)" msgstr "" -#: Utility/CronTab.vala:312 +#: src/Utility/CronTab.vala:312 msgid "Added cron task" msgstr "" -#: Gtk/AppGtk.vala:133 +#: src/Gtk/AppGtk.vala:133 msgid "Admin Access Required" msgstr "" -#: Gtk/AppGtk.vala:128 +#: src/Gtk/AppGtk.vala:128 msgid "Admin access is required to backup and restore system files." msgstr "" -#: Gtk/RsyncLogBox.vala:363 +#: src/Gtk/RsyncLogBox.vala:363 msgid "All Files" msgstr "" -#: Gtk/SnapshotBackendBox.vala:189 +#: src/Gtk/SnapshotBackendBox.vala:189 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 +#: src/Gtk/ExcludeMessageWindow.vala:130 msgid "All other files and folders are excluded." msgstr "" -#: Gtk/RestoreDeviceBox.vala:500 +#: src/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 " @@ -152,77 +152,77 @@ msgid "" "encrypted device for root filesystem." msgstr "" -#: Core/Main.vala:253 +#: src/Core/Main.vala:253 msgid "Another instance of Timeshift is creating a snapshot." msgstr "" -#: Utility/AppLock.vala:49 +#: src/Utility/AppLock.vala:49 msgid "Another instance of this application is running" msgstr "" -#: Core/Main.vala:257 +#: src/Core/Main.vala:257 msgid "Another instance of timeshift is currently running!" msgstr "" -#: Console/AppConsole.vala:377 +#: src/Console/AppConsole.vala:377 msgid "Answer YES to all confirmation prompts" msgstr "" -#: Core/Main.vala:3212 +#: src/Core/Main.vala:3220 msgid "App config loaded" msgstr "" -#: Core/Main.vala:3099 +#: src/Core/Main.vala:3107 msgid "App config saved" msgstr "" -#: Console/AppConsole.vala:102 +#: src/Console/AppConsole.vala:102 msgid "Application needs admin access." msgstr "" -#: Core/Main.vala:3552 +#: src/Core/Main.vala:3560 msgid "Application will exit" msgstr "" -#: Core/Main.vala:383 +#: src/Core/Main.vala:383 msgid "Application will exit." msgstr "" -#: Utility/Gtk/AboutWindow.vala:437 +#: src/Utility/Gtk/AboutWindow.vala:437 msgid "Artists" msgstr "" -#: Utility/Gtk/AboutWindow.vala:421 +#: src/Utility/Gtk/AboutWindow.vala:421 msgid "Authors" msgstr "" -#: Gtk/MainWindow.vala:356 +#: src/Gtk/MainWindow.vala:346 msgid "Available" msgstr "" -#: Gtk/SnapshotBackendBox.vala:95 +#: src/Gtk/SnapshotBackendBox.vala:95 msgid "BTRFS" msgstr "" -#: Gtk/SnapshotBackendBox.vala:166 +#: src/Gtk/SnapshotBackendBox.vala:166 msgid "BTRFS Snapshots" msgstr "" -#: Gtk/SnapshotBackendBox.vala:120 +#: src/Gtk/SnapshotBackendBox.vala:120 msgid "BTRFS Tools Not Found" msgstr "" -#: Core/Main.vala:2062 Core/Main.vala:2066 +#: src/Core/Main.vala:2062 src/Core/Main.vala:2066 msgid "BTRFS device is not mounted" msgstr "" -#: Gtk/BackupDeviceBox.vala:98 +#: src/Gtk/BackupDeviceBox.vala:98 msgid "" "BTRFS snapshots are saved on system partition. Other partitions are not " "supported." msgstr "" -#: Gtk/FinishBox.vala:92 +#: src/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 " @@ -230,87 +230,87 @@ msgid "" "failures." msgstr "" -#: Utility/Gtk/AboutWindow.vala:353 Utility/Gtk/AboutWindow.vala:385 +#: src/Utility/Gtk/AboutWindow.vala:353 src/Utility/Gtk/AboutWindow.vala:385 msgid "Back" msgstr "" -#: Gtk/SetupWizardWindow.vala:94 +#: src/Gtk/SetupWizardWindow.vala:94 msgid "Backend" msgstr "" -#: Console/AppConsole.vala:357 Gtk/BackupWindow.vala:92 +#: src/Console/AppConsole.vala:357 src/Gtk/BackupWindow.vala:92 msgid "Backup" msgstr "" -#: Core/Main.vala:2038 +#: src/Core/Main.vala:2038 msgid "Backup Device" msgstr "" -#: Core/Main.vala:2033 +#: src/Core/Main.vala:2033 msgid "Backup device not specified!" msgstr "" -#: Gtk/RestoreExcludeBox.vala:91 +#: src/Gtk/RestoreExcludeBox.vala:91 msgid "Bittorrent Clients" msgstr "" -#: Gtk/ScheduleBox.vala:136 Gtk/SnapshotListBox.vala:298 +#: src/Gtk/SnapshotListBox.vala:298 src/Gtk/ScheduleBox.vala:136 msgid "Boot" msgstr "" -#: Gtk/RestoreDeviceBox.vala:499 +#: src/Gtk/RestoreDeviceBox.vala:499 msgid "Boot device not selected" msgstr "" -#: Core/Main.vala:1033 +#: src/Core/Main.vala:1033 msgid "Boot snapshot failed!" msgstr "" -#: Gtk/ScheduleBox.vala:169 +#: src/Gtk/ScheduleBox.vala:169 msgid "" "Boot snapshots are created with a delay of 10 minutes after system startup." msgstr "" -#: Core/Main.vala:1014 +#: src/Core/Main.vala:1014 msgid "Boot snapshots are enabled" msgstr "" -#: Gtk/BootOptionsWindow.vala:49 +#: src/Gtk/BootOptionsWindow.vala:49 msgid "Bootloader Options" msgstr "" -#: Gtk/RestoreDeviceBox.vala:411 +#: src/Gtk/RestoreDeviceBox.vala:411 msgid "Bootloader Options (Advanced)" msgstr "" -#: Gtk/MainWindow.vala:171 +#: src/Gtk/MainWindow.vala:171 msgid "Browse" msgstr "" -#: Gtk/SnapshotListBox.vala:336 +#: src/Gtk/SnapshotListBox.vala:336 msgid "Browse Files" msgstr "" -#: Gtk/MainWindow.vala:172 +#: src/Gtk/MainWindow.vala:172 msgid "Browse selected snapshot" msgstr "" -#: Core/Main.vala:2520 +#: src/Core/Main.vala:2528 msgid "Building file list..." msgstr "" -#: Gtk/BackupWindow.vala:181 Gtk/DeleteWindow.vala:190 -#: Gtk/RestoreWindow.vala:209 Gtk/RestoreWindow.vala:218 -#: Gtk/SetupWizardWindow.vala:220 Utility/Gtk/CustomMessageDialog.vala:149 -#: Utility/GtkHelper.vala:119 +#: src/Utility/Gtk/CustomMessageDialog.vala:149 src/Utility/GtkHelper.vala:119 +#: src/Gtk/RestoreWindow.vala:209 src/Gtk/RestoreWindow.vala:218 +#: src/Gtk/BackupWindow.vala:181 src/Gtk/SetupWizardWindow.vala:220 +#: src/Gtk/DeleteWindow.vala:190 msgid "Cancel" msgstr "" -#: Gtk/RestoreWindow.vala:224 +#: src/Gtk/RestoreWindow.vala:224 msgid "Cancel restore?" msgstr "" -#: Gtk/RestoreWindow.vala:226 +#: src/Gtk/RestoreWindow.vala:226 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 " @@ -318,1440 +318,1456 @@ msgid "" "system to a consistent state. Click Yes to confirm." msgstr "" -#: Gtk/MainWindow.vala:556 +#: src/Gtk/MainWindow.vala:551 msgid "Cannot Delete Live Snapshot" msgstr "" -#: Gtk/BackupBox.vala:87 Gtk/RestoreBox.vala:125 Gtk/RsyncLogBox.vala:380 -#: Gtk/RsyncLogBox.vala:383 Gtk/RsyncLogBox.vala:567 Gtk/RsyncLogBox.vala:588 +#: src/Gtk/BackupBox.vala:87 src/Gtk/RestoreBox.vala:125 +#: src/Gtk/RsyncLogBox.vala:380 src/Gtk/RsyncLogBox.vala:383 +#: src/Gtk/RsyncLogBox.vala:567 src/Gtk/RsyncLogBox.vala:588 msgid "Changed" msgstr "" -#: Gtk/BackupBox.vala:89 Gtk/RestoreBox.vala:127 +#: src/Gtk/BackupBox.vala:89 src/Gtk/RestoreBox.vala:127 msgid "Changed items:" msgstr "" -#: Gtk/RestoreWindow.vala:104 +#: src/Gtk/RestoreWindow.vala:104 msgid "Checking Restore Actions (Dry Run)" msgstr "" -#: Core/Main.vala:2753 +#: src/Core/Main.vala:2761 msgid "Checking file systems for errors..." msgstr "" -#: Gtk/BackupBox.vala:92 Gtk/RestoreBox.vala:130 Gtk/RsyncLogBox.vala:390 +#: src/Gtk/BackupBox.vala:92 src/Gtk/RestoreBox.vala:130 +#: src/Gtk/RsyncLogBox.vala:390 #, c-format msgid "Checksum" msgstr "" -#: Core/Main.vala:2409 +#: src/Core/Main.vala:2409 msgid "Cleaning up..." msgstr "" -#: Gtk/ExcludeBox.vala:84 Gtk/UsersBox.vala:92 +#: src/Gtk/ExcludeBox.vala:84 src/Gtk/UsersBox.vala:92 msgid "Click to edit. Drag and drop to re-order." msgstr "" -#: Gtk/ExcludeBox.vala:59 +#: src/Gtk/ExcludeBox.vala:59 msgid "Click to edit. Drag-drop to re-order." msgstr "" -#: Gtk/RestoreWindow.vala:69 +#: src/Gtk/RestoreWindow.vala:69 msgid "Clone System" msgstr "" -#: Console/AppConsole.vala:365 +#: src/Console/AppConsole.vala:365 msgid "Clone current system" msgstr "" -#: Gtk/RestoreFinishBox.vala:68 +#: src/Gtk/RestoreFinishBox.vala:68 msgid "Cloning" msgstr "" -#: Core/Main.vala:2803 +#: src/Core/Main.vala:2811 msgid "Cloning system..." msgstr "" -#: Gtk/BackupWindow.vala:172 Gtk/BootOptionsWindow.vala:106 -#: Gtk/DeleteWindow.vala:173 Gtk/RestoreWindow.vala:495 -#: Gtk/RsyncLogBox.vala:266 Utility/Gtk/AboutWindow.vala:330 -#: Utility/Gtk/DonationWindow.vala:104 +#: src/Utility/Gtk/DonationWindow.vala:104 src/Utility/Gtk/AboutWindow.vala:330 +#: src/Gtk/BootOptionsWindow.vala:106 src/Gtk/RestoreWindow.vala:495 +#: src/Gtk/BackupWindow.vala:172 src/Gtk/RsyncLogBox.vala:266 +#: src/Gtk/DeleteWindow.vala:173 msgid "Close" msgstr "" -#: Gtk/BackupFinishBox.vala:70 Gtk/DeleteFinishBox.vala:71 -#: Gtk/FinishBox.vala:101 Gtk/RestoreFinishBox.vala:106 +#: src/Gtk/FinishBox.vala:101 src/Gtk/DeleteFinishBox.vala:71 +#: src/Gtk/RestoreFinishBox.vala:106 src/Gtk/BackupFinishBox.vala:70 msgid "Close window to exit" msgstr "" -#: Core/Main.vala:352 +#: src/Core/Main.vala:352 msgid "Commands listed below are not available on this system" msgstr "" -#: Gtk/SnapshotListBox.vala:224 +#: src/Gtk/SnapshotListBox.vala:224 msgid "Comments (click to edit)" msgstr "" -#: Core/Main.vala:2796 Gtk/RestoreBox.vala:74 Gtk/RestoreBox.vala:187 +#: src/Core/Main.vala:2804 src/Gtk/RestoreBox.vala:74 +#: src/Gtk/RestoreBox.vala:187 msgid "Comparing Files (Dry Run)..." msgstr "" -#: Core/Main.vala:2562 +#: src/Core/Main.vala:2570 msgid "Comparing files with rsync..." msgstr "" -#: Gtk/BackupFinishBox.vala:50 Gtk/DeleteFinishBox.vala:50 -#: Gtk/RestoreFinishBox.vala:50 Gtk/RestoreFinishBox.vala:75 +#: src/Gtk/DeleteFinishBox.vala:50 src/Gtk/RestoreFinishBox.vala:50 +#: src/Gtk/RestoreFinishBox.vala:75 src/Gtk/BackupFinishBox.vala:50 msgid "Completed" msgstr "" -#: Gtk/RestoreFinishBox.vala:78 +#: src/Gtk/RestoreFinishBox.vala:78 msgid "Completed With Errors" msgstr "" -#: Gtk/RestoreWindow.vala:109 Gtk/RsyncLogBox.vala:87 +#: src/Gtk/RestoreWindow.vala:109 src/Gtk/RsyncLogBox.vala:87 msgid "Confirm Actions" msgstr "" -#: Console/AppConsole.vala:1070 +#: src/Console/AppConsole.vala:1070 #, c-format msgid "Continue with restore? (y/n): " msgstr "" -#: Utility/Gtk/AboutWindow.vala:429 +#: src/Utility/Gtk/AboutWindow.vala:429 msgid "Contributors" msgstr "" -#: Console/AppConsole.vala:836 Console/AppConsole.vala:967 +#: src/Console/AppConsole.vala:836 src/Console/AppConsole.vala:967 msgid "Could not find device" msgstr "" -#: Utility/Device.vala:1308 +#: src/Utility/Device.vala:1308 #, c-format msgid "Could not find file" msgstr "" -#: Console/AppConsole.vala:733 +#: src/Console/AppConsole.vala:733 msgid "Could not find snapshot" msgstr "" -#: Core/Main.vala:2967 +#: src/Core/Main.vala:2975 msgid "Could not find system subvolume" msgstr "" -#: Core/Main.vala:2995 +#: src/Core/Main.vala:3003 msgid "Could not find system subvolumes for creating pre-restore snapshot" msgstr "" -#: Gtk/MainWindow.vala:141 Gtk/RsyncLogBox.vala:366 Gtk/RsyncLogBox.vala:571 +#: src/Gtk/MainWindow.vala:141 src/Gtk/RsyncLogBox.vala:366 +#: src/Gtk/RsyncLogBox.vala:571 #, c-format msgid "Create" msgstr "" -#: Gtk/BackupWindow.vala:62 +#: src/Gtk/BackupWindow.vala:62 msgid "Create Snapshot" msgstr "" -#: Gtk/ScheduleBox.vala:136 +#: src/Gtk/ScheduleBox.vala:136 msgid "Create one per boot" msgstr "" -#: Gtk/ScheduleBox.vala:100 +#: src/Gtk/ScheduleBox.vala:100 msgid "Create one per day" msgstr "" -#: Gtk/ScheduleBox.vala:118 +#: src/Gtk/ScheduleBox.vala:118 msgid "Create one per hour" msgstr "" -#: Gtk/ScheduleBox.vala:64 +#: src/Gtk/ScheduleBox.vala:64 msgid "Create one per month" msgstr "" -#: Gtk/ScheduleBox.vala:82 +#: src/Gtk/ScheduleBox.vala:82 msgid "Create one per week" msgstr "" -#: Console/AppConsole.vala:359 +#: src/Console/AppConsole.vala:359 msgid "Create snapshot (even if not scheduled)" msgstr "" -#: Console/AppConsole.vala:358 +#: src/Console/AppConsole.vala:358 msgid "Create snapshot if scheduled" msgstr "" -#: Gtk/MainWindow.vala:142 +#: src/Gtk/MainWindow.vala:142 msgid "Create snapshot of current system" msgstr "" -#: Gtk/MainWindow.vala:1064 +#: src/Gtk/MainWindow.vala:1059 msgid "" "Create snapshots manually or enable scheduled snapshots to protect your " "system" msgstr "" -#: Gtk/SnapshotBackendBox.vala:96 +#: src/Gtk/SnapshotBackendBox.vala:96 msgid "Create snapshots using BTRFS" msgstr "" -#: Gtk/SnapshotBackendBox.vala:78 +#: src/Gtk/SnapshotBackendBox.vala:78 msgid "Create snapshots using RSYNC tool and hard-links" msgstr "" -#: Gtk/BackupBox.vala:85 Gtk/RestoreBox.vala:123 Gtk/RsyncLogBox.vala:366 -#: Gtk/RsyncLogBox.vala:571 Gtk/RsyncLogBox.vala:592 +#: src/Gtk/BackupBox.vala:85 src/Gtk/RestoreBox.vala:123 +#: src/Gtk/RsyncLogBox.vala:366 src/Gtk/RsyncLogBox.vala:571 +#: src/Gtk/RsyncLogBox.vala:592 #, c-format msgid "Created" msgstr "" -#: Core/Snapshot.vala:430 +#: src/Core/Snapshot.vala:430 msgid "Created control file" msgstr "" -#: Utility/TeeJee.FileSystem.vala:332 +#: src/Utility/TeeJee.FileSystem.vala:332 msgid "Created directory" msgstr "" -#: Core/Main.vala:3017 +#: src/Core/Main.vala:3025 msgid "Created pre-restore snapshot" msgstr "" -#: Core/Main.vala:1520 +#: src/Core/Main.vala:1520 msgid "Created subvolume snapshot" msgstr "" -#: Gtk/BackupBox.vala:71 +#: src/Gtk/BackupBox.vala:71 msgid "Creating Snapshot..." msgstr "" -#: Core/Main.vala:1458 +#: src/Core/Main.vala:1458 msgid "Creating new backup..." msgstr "" -#: Core/Main.vala:1304 +#: src/Core/Main.vala:1304 msgid "Creating new snapshot..." msgstr "" -#: Core/Main.vala:2945 +#: src/Core/Main.vala:2953 msgid "Creating pre-restore snapshot from system subvolumes..." msgstr "" -#: Utility/Gtk/AboutWindow.vala:325 Utility/Gtk/AboutWindow.vala:391 +#: src/Utility/Gtk/AboutWindow.vala:325 src/Utility/Gtk/AboutWindow.vala:391 msgid "Credits" msgstr "" -#: Core/Main.vala:3551 +#: src/Core/Main.vala:3559 msgid "Critical Error" msgstr "" -#: Utility/CronTab.vala:136 +#: src/Utility/CronTab.vala:136 msgid "Cron job added" msgstr "" -#: Utility/CronTab.vala:217 +#: src/Utility/CronTab.vala:217 msgid "Cron job removed" msgstr "" -#: Utility/CronTab.vala:304 +#: src/Utility/CronTab.vala:304 msgid "Cron task exists" msgstr "" -#: Gtk/MiscBox.vala:98 +#: src/Gtk/MiscBox.vala:98 msgid "Custom" msgstr "" -#: Gtk/ScheduleBox.vala:100 Gtk/SnapshotListBox.vala:300 +#: src/Gtk/SnapshotListBox.vala:300 src/Gtk/ScheduleBox.vala:100 msgid "Daily" msgstr "" -#: Core/Main.vala:1095 +#: src/Core/Main.vala:1095 msgid "Daily snapshot failed!" msgstr "" -#: Core/Main.vala:1076 +#: src/Core/Main.vala:1076 msgid "Daily snapshots are enabled" msgstr "" -#: Core/Main.vala:2132 +#: src/Core/Main.vala:2132 msgid "Data will be modified on following devices:" msgstr "" -#: Gtk/MiscBox.vala:71 +#: src/Gtk/MiscBox.vala:71 msgid "Date Format" msgstr "" -#: Console/AppConsole.vala:371 Gtk/DeleteWindow.vala:98 Gtk/MainWindow.vala:161 -#: Gtk/RsyncLogBox.vala:370 Gtk/RsyncLogBox.vala:575 -#: Gtk/SnapshotListBox.vala:322 +#: src/Console/AppConsole.vala:371 src/Gtk/SnapshotListBox.vala:322 +#: src/Gtk/MainWindow.vala:161 src/Gtk/RsyncLogBox.vala:370 +#: src/Gtk/RsyncLogBox.vala:575 src/Gtk/DeleteWindow.vala:98 #, c-format msgid "Delete" msgstr "" -#: Gtk/DeleteWindow.vala:62 +#: src/Gtk/DeleteWindow.vala:62 msgid "Delete Snapshots" msgstr "" -#: Console/AppConsole.vala:373 +#: src/Console/AppConsole.vala:373 msgid "Delete all snapshots" msgstr "" -#: Gtk/MainWindow.vala:162 +#: src/Gtk/MainWindow.vala:162 msgid "Delete selected snapshot" msgstr "" -#: Console/AppConsole.vala:372 +#: src/Console/AppConsole.vala:372 msgid "Delete snapshot" msgstr "" -#: Gtk/BackupBox.vala:86 Gtk/RestoreBox.vala:124 Gtk/RsyncLogBox.vala:370 -#: Gtk/RsyncLogBox.vala:575 Gtk/RsyncLogBox.vala:596 +#: src/Gtk/BackupBox.vala:86 src/Gtk/RestoreBox.vala:124 +#: src/Gtk/RsyncLogBox.vala:370 src/Gtk/RsyncLogBox.vala:575 +#: src/Gtk/RsyncLogBox.vala:596 #, c-format msgid "Deleted" msgstr "" -#: Utility/TeeJee.FileSystem.vala:366 +#: src/Utility/TeeJee.FileSystem.vala:366 msgid "Deleted directory" msgstr "" -#: Core/Main.vala:2924 Core/Main.vala:2928 Core/Subvolume.vala:167 +#: src/Core/Main.vala:2932 src/Core/Main.vala:2936 src/Core/Subvolume.vala:167 #, c-format msgid "Deleted subvolume" msgstr "" -#: Gtk/DeleteBox.vala:58 +#: src/Gtk/DeleteBox.vala:58 msgid "Deleting Snapshots..." msgstr "" -#: Core/Subvolume.vala:141 +#: src/Core/Subvolume.vala:141 #, c-format msgid "Deleting subvolume" msgstr "" -#: Gtk/RestoreExcludeBox.vala:105 +#: src/Gtk/RestoreExcludeBox.vala:105 msgid "Deluge, Transmission" msgstr "" -#: Console/AppConsole.vala:428 Console/AppConsole.vala:544 +#: src/Console/AppConsole.vala:428 src/Console/AppConsole.vala:544 msgid "Description" msgstr "" -#: Core/Subvolume.vala:181 +#: src/Core/Subvolume.vala:181 #, c-format msgid "Destroyed qgroup" msgstr "" -#: Core/Subvolume.vala:171 +#: src/Core/Subvolume.vala:171 #, c-format msgid "Destroying qgroup" msgstr "" -#: Console/AppConsole.vala:456 Console/AppConsole.vala:495 -#: Console/AppConsole.vala:543 Core/Main.vala:2135 Core/Main.vala:2167 -#: Core/SnapshotRepo.vala:76 Core/SnapshotRepo.vala:655 -#: Core/SnapshotRepo.vala:658 Gtk/RestoreDeviceBox.vala:97 -#: Utility/Device.vala:1932 Utility/Device.vala:1942 +#: src/Core/Main.vala:2135 src/Core/Main.vala:2167 +#: src/Core/SnapshotRepo.vala:76 src/Core/SnapshotRepo.vala:655 +#: src/Core/SnapshotRepo.vala:658 src/Utility/Device.vala:1932 +#: src/Utility/Device.vala:1942 src/Console/AppConsole.vala:456 +#: src/Console/AppConsole.vala:495 src/Console/AppConsole.vala:543 +#: src/Gtk/RestoreDeviceBox.vala:97 #, c-format msgid "Device" msgstr "" -#: Utility/Device.vala:1390 +#: src/Utility/Device.vala:1390 msgid "Device is unlocked" msgstr "" -#: Utility/Device.vala:1285 Utility/Device.vala:1347 +#: src/Utility/Device.vala:1285 src/Utility/Device.vala:1347 msgid "Device name is empty!" msgstr "" -#: Console/AppConsole.vala:665 Core/Main.vala:3265 Core/SnapshotRepo.vala:532 +#: src/Core/Main.vala:3273 src/Core/SnapshotRepo.vala:532 +#: src/Console/AppConsole.vala:665 msgid "Device not found" msgstr "" -#: Gtk/BackupDeviceBox.vala:97 +#: src/Gtk/BackupDeviceBox.vala:97 #, c-format msgid "Devices displayed above have BTRFS file systems." msgstr "" -#: Gtk/BackupDeviceBox.vala:104 +#: src/Gtk/BackupDeviceBox.vala:104 #, c-format msgid "Devices displayed above have Linux file systems." msgstr "" -#: Gtk/RestoreDeviceBox.vala:84 +#: src/Gtk/RestoreDeviceBox.vala:84 msgid "Devices from which snapshot was created are pre-selected." msgstr "" -#: Console/AppConsole.vala:327 +#: src/Console/AppConsole.vala:327 msgid "Devices with Linux file systems" msgstr "" -#: Gtk/BackupDeviceBox.vala:105 +#: src/Gtk/BackupDeviceBox.vala:105 msgid "Devices with Windows file systems are not supported (NTFS, FAT, etc)." msgstr "" -#: Core/SnapshotRepo.vala:970 +#: src/Core/SnapshotRepo.vala:970 msgid "Directory not found" msgstr "" -#: Core/Main.vala:2227 Gtk/RestoreSummaryBox.vala:64 +#: src/Core/Main.vala:2227 src/Gtk/RestoreSummaryBox.vala:64 msgid "Disclaimer" msgstr "" -#: Gtk/BackupDeviceBox.vala:127 +#: src/Gtk/BackupDeviceBox.vala:127 msgid "Disk" msgstr "" -#: Core/Main.vala:230 +#: src/Core/Main.vala:230 msgid "Distribution" msgstr "" -#: Utility/Gtk/AboutWindow.vala:453 +#: src/Utility/Gtk/AboutWindow.vala:453 msgid "Documentation" msgstr "" -#: Gtk/MainWindow.vala:209 Gtk/MainWindow.vala:210 -#: Utility/Gtk/DonationWindow.vala:43 Utility/Gtk/DonationWindow.vala:76 +#: src/Utility/Gtk/DonationWindow.vala:43 +#: src/Utility/Gtk/DonationWindow.vala:76 src/Gtk/MainWindow.vala:376 msgid "Donate" msgstr "" -#: Utility/Gtk/AboutWindow.vala:469 +#: src/Utility/Gtk/AboutWindow.vala:469 msgid "Donations" msgstr "" -#: Gtk/UsersBox.vala:357 +#: src/Gtk/UsersBox.vala:357 msgid "Enable BTRFS qgroups (recommended)" msgstr "" -#: Gtk/MainWindow.vala:1058 +#: src/Gtk/MainWindow.vala:1053 msgid "Enable scheduled snapshots to protect your system" msgstr "" -#: Core/Main.vala:4063 Core/Main.vala:4103 +#: src/Core/Main.vala:4071 src/Core/Main.vala:4111 msgid "Enabled subvolume quota support" msgstr "" -#: Utility/Device.vala:1454 +#: src/Utility/Device.vala:1454 msgid "Encrypted Device" msgstr "" -#: Gtk/UsersBox.vala:236 +#: src/Gtk/UsersBox.vala:236 msgid "Encrypted Home Directory" msgstr "" -#: Console/AppConsole.vala:886 +#: src/Console/AppConsole.vala:886 #, c-format msgid "Enter device name or number" msgstr "" -#: Console/AppConsole.vala:684 Console/AppConsole.vala:1015 +#: src/Console/AppConsole.vala:684 src/Console/AppConsole.vala:1015 #, c-format msgid "Enter device name or number (a=Abort)" msgstr "" -#: Utility/Device.vala:1455 +#: src/Utility/Device.vala:1455 #, c-format msgid "Enter passphrase to unlock '%s'" msgstr "" -#: Console/AppConsole.vala:756 +#: src/Console/AppConsole.vala:756 #, c-format msgid "Enter snapshot number (a=Abort, p=Previous, n=Next)" msgstr "" -#: Gtk/ExcludeBox.vala:231 +#: src/Gtk/ExcludeBox.vala:231 msgid "Enter the pattern to exclude (Ex: *.mp3, *.bak)" msgstr "" -#: Gtk/RestoreDeviceBox.vala:534 Utility/GtkHelper.vala:18 +#: src/Utility/GtkHelper.vala:18 src/Gtk/RestoreDeviceBox.vala:534 msgid "Error" msgstr "" -#: Gtk/RestoreWindow.vala:475 +#: src/Gtk/RestoreWindow.vala:475 msgid "Error running Rsync" msgstr "" -#: Gtk/BackupWindow.vala:82 Gtk/SetupWizardWindow.vala:99 +#: src/Gtk/BackupWindow.vala:82 src/Gtk/SetupWizardWindow.vala:99 msgid "Estimate" msgstr "" -#: Gtk/EstimateBox.vala:56 +#: src/Gtk/EstimateBox.vala:56 msgid "Estimating System Size..." msgstr "" -#: Core/Main.vala:1300 +#: src/Core/Main.vala:1300 msgid "Estimating system size..." msgstr "" -#: Console/AppConsole.vala:387 +#: src/Console/AppConsole.vala:387 msgid "Examples" msgstr "" -#: Gtk/UsersBox.vala:136 +#: src/Gtk/UsersBox.vala:136 msgid "Exclude All Files" msgstr "" -#: Gtk/ExcludeAppsBox.vala:51 Gtk/RestoreExcludeBox.vala:55 +#: src/Gtk/RestoreExcludeBox.vala:55 src/Gtk/ExcludeAppsBox.vala:51 msgid "Exclude Application Settings" msgstr "" -#: Gtk/RestoreWindow.vala:99 +#: src/Gtk/RestoreWindow.vala:99 msgid "Exclude Apps" msgstr "" -#: Gtk/ExcludeMessageWindow.vala:70 +#: src/Gtk/ExcludeMessageWindow.vala:70 msgid "Exclude List" msgstr "" -#: Gtk/ExcludeListSummaryWindow.vala:49 +#: src/Gtk/ExcludeListSummaryWindow.vala:49 msgid "Exclude List Summary" msgstr "" -#: Gtk/ExcludeBox.vala:230 +#: src/Gtk/ExcludeBox.vala:230 msgid "Exclude Pattern" msgstr "" -#: Gtk/ExcludeMessageWindow.vala:56 +#: src/Gtk/ExcludeMessageWindow.vala:56 msgid "Excluded Directories" msgstr "" -#: Core/Main.vala:1588 +#: src/Core/Main.vala:1588 msgid "Expected values: O, B, H, D, W, M" msgstr "" -#: Utility/CronTab.vala:132 +#: src/Utility/CronTab.vala:132 msgid "Failed to add cron job" msgstr "" -#: Utility/TeeJee.FileSystem.vala:169 +#: src/Utility/TeeJee.FileSystem.vala:169 msgid "Failed to copy file" msgstr "" -#: Utility/TeeJee.FileSystem.vala:335 Utility/TeeJee.FileSystem.vala:344 +#: src/Utility/TeeJee.FileSystem.vala:335 +#: src/Utility/TeeJee.FileSystem.vala:344 msgid "Failed to create directory" msgstr "" -#: Core/Main.vala:1426 +#: src/Core/Main.vala:1426 msgid "Failed to create new snapshot" msgstr "" -#: Core/Main.vala:1276 +#: src/Core/Main.vala:1276 msgid "Failed to create snapshot" msgstr "" -#: Core/Main.vala:1516 +#: src/Core/Main.vala:1516 msgid "Failed to create subvolume snapshot" msgstr "" -#: Core/SnapshotRepo.vala:1011 +#: src/Core/SnapshotRepo.vala:1011 msgid "Failed to create symlinks" msgstr "" -#: Utility/TeeJee.FileSystem.vala:369 +#: src/Utility/TeeJee.FileSystem.vala:369 msgid "Failed to delete directory" msgstr "" -#: Utility/TeeJee.FileSystem.vala:100 +#: src/Utility/TeeJee.FileSystem.vala:100 msgid "Failed to delete file" msgstr "" -#: Core/Subvolume.vala:153 +#: src/Core/Subvolume.vala:153 msgid "Failed to delete snapshot nested subvolume" msgstr "" -#: Core/Subvolume.vala:163 +#: src/Core/Subvolume.vala:163 msgid "Failed to delete snapshot subvolume" msgstr "" -#: Core/SnapshotRepo.vala:1037 +#: src/Core/SnapshotRepo.vala:1037 msgid "Failed to delete symlinks" msgstr "" -#: Core/Subvolume.vala:177 +#: src/Core/Subvolume.vala:177 msgid "Failed to destroy qgroup" msgstr "" -#: Core/Main.vala:4088 +#: src/Core/Main.vala:4096 msgid "Failed to enable subvolume quota" msgstr "" -#: Core/Main.vala:3766 Core/Main.vala:3772 +#: src/Core/Main.vala:3774 src/Core/Main.vala:3780 msgid "Failed to estimate system size" msgstr "" -#: Utility/CronTab.vala:257 +#: src/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 +#: src/Console/AppConsole.vala:699 src/Console/AppConsole.vala:763 +#: src/Console/AppConsole.vala:895 src/Console/AppConsole.vala:990 +#: src/Console/AppConsole.vala:1035 src/Console/AppConsole.vala:1076 msgid "Failed to get input from user in 3 attempts" msgstr "" -#: Utility/Device.vala:724 +#: src/Utility/Device.vala:724 msgid "Failed to get partition list" msgstr "" -#: Core/Main.vala:3348 +#: src/Core/Main.vala:3356 msgid "Failed to get partition list." msgstr "" -#: Utility/CronTab.vala:240 +#: src/Utility/CronTab.vala:240 msgid "Failed to install crontab file" msgstr "" -#: Gtk/RestoreDeviceBox.vala:535 +#: src/Gtk/RestoreDeviceBox.vala:535 msgid "Failed to mount devices" msgstr "" -#: Utility/TeeJee.FileSystem.vala:188 +#: src/Utility/TeeJee.FileSystem.vala:188 msgid "Failed to move file" msgstr "" -#: Core/Main.vala:2982 +#: src/Core/Main.vala:2990 msgid "Failed to move system subvolume to snapshot directory" msgstr "" -#: Core/Main.vala:3896 +#: src/Core/Main.vala:3904 msgid "Failed to query subvolume list" msgstr "" -#: Core/Main.vala:3980 +#: src/Core/Main.vala:3988 msgid "Failed to query subvolume quota" msgstr "" -#: Utility/CronTab.vala:50 +#: src/Utility/CronTab.vala:50 msgid "Failed to read cron tab" msgstr "" -#: Utility/TeeJee.FileSystem.vala:126 +#: src/Utility/TeeJee.FileSystem.vala:126 msgid "Failed to read file" msgstr "" -#: Core/SnapshotRepo.vala:957 +#: src/Core/SnapshotRepo.vala:957 msgid "Failed to remove" msgstr "" -#: Utility/CronTab.vala:213 +#: src/Utility/CronTab.vala:213 msgid "Failed to remove cron job" msgstr "" -#: Core/Snapshot.vala:530 Core/Snapshot.vala:542 Core/Snapshot.vala:550 +#: src/Core/Snapshot.vala:530 src/Core/Snapshot.vala:542 +#: src/Core/Snapshot.vala:550 msgid "Failed to remove snapshot" msgstr "" -#: Core/Main.vala:4127 +#: src/Core/Main.vala:4135 msgid "Failed to rescan subvolume quota" msgstr "" -#: Core/Subvolume.vala:215 +#: src/Core/Subvolume.vala:215 msgid "Failed to restore system subvolume" msgstr "" -#: Core/Main.vala:1376 +#: src/Core/Main.vala:1376 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 +#: src/Utility/Device.vala:1381 src/Utility/Device.vala:1435 +#: src/Utility/Device.vala:1460 src/Utility/Device.vala:1481 +#: src/Utility/Device.vala:1501 msgid "Failed to unlock device" msgstr "" -#: Utility/Device.vala:1733 +#: src/Utility/Device.vala:1733 msgid "Failed to unmount" msgstr "" -#: Core/Main.vala:3552 +#: src/Core/Main.vala:3560 msgid "Failed to unmount device!" msgstr "" -#: Utility/TeeJee.FileSystem.vala:153 +#: src/Utility/TeeJee.FileSystem.vala:153 msgid "Failed to write file" msgstr "" -#: Gtk/RsyncLogBox.vala:122 +#: src/Gtk/RsyncLogBox.vala:122 msgid "File (snapshot)" msgstr "" -#: Gtk/RsyncLogBox.vala:119 +#: src/Gtk/RsyncLogBox.vala:119 msgid "File (system)" msgstr "" -#: Gtk/ExcludeMessageWindow.vala:98 +#: src/Gtk/ExcludeMessageWindow.vala:98 msgid "File Pattern" msgstr "" -#: Gtk/BackupBox.vala:80 +#: src/Gtk/BackupBox.vala:80 msgid "File and directory counts:" msgstr "" -#: Utility/CronTab.vala:225 Utility/RsyncTask.vala:298 -#: Utility/TeeJee.FileSystem.vala:183 +#: src/Utility/CronTab.vala:225 src/Utility/RsyncTask.vala:298 +#: src/Utility/TeeJee.FileSystem.vala:183 msgid "File not found" msgstr "" -#: Gtk/ExcludeListSummaryWindow.vala:62 +#: src/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:193 +#: src/Gtk/SnapshotBackendBox.vala:193 msgid "Files and directories can be excluded to save disk space." msgstr "" -#: Gtk/RestoreBox.vala:119 +#: src/Gtk/RestoreBox.vala:119 msgid "Files and directory counts:" msgstr "" -#: Gtk/ExcludeMessageWindow.vala:76 +#: src/Gtk/ExcludeMessageWindow.vala:76 msgid "Files matching the following patterns will be excluded" msgstr "" -#: Utility/Device.vala:1950 +#: src/Utility/Device.vala:1950 #, c-format msgid "Filesystem" msgstr "" -#: Gtk/RsyncLogBox.vala:302 +#: src/Gtk/RsyncLogBox.vala:302 msgid "Filter by name or path" msgstr "" -#: Gtk/SettingsWindow.vala:103 +#: src/Gtk/SettingsWindow.vala:103 msgid "Filters" msgstr "" -#: Gtk/BackupWindow.vala:97 Gtk/DeleteWindow.vala:103 -#: Gtk/SetupWizardWindow.vala:211 +#: src/Gtk/BackupWindow.vala:97 src/Gtk/SetupWizardWindow.vala:211 +#: src/Gtk/DeleteWindow.vala:103 msgid "Finish" msgstr "" -#: Gtk/RestoreWindow.vala:130 Gtk/SetupWizardWindow.vala:120 +#: src/Gtk/RestoreWindow.vala:130 src/Gtk/SetupWizardWindow.vala:120 msgid "Finished" msgstr "" -#: Gtk/RestoreExcludeBox.vala:78 +#: src/Gtk/RestoreExcludeBox.vala:78 msgid "Firefox, Chromium, Chrome, Opera, Epiphany, Midori" msgstr "" -#: Core/SnapshotRepo.vala:639 +#: src/Core/SnapshotRepo.vala:639 msgid "First snapshot requires:" msgstr "" -#: Core/Main.vala:2915 +#: src/Core/Main.vala:2923 msgid "Found existing pre-restore snapshot" msgstr "" -#: Gtk/BackupDeviceBox.vala:215 +#: src/Gtk/BackupDeviceBox.vala:215 msgid "Free" msgstr "" -#: Core/SnapshotRepo.vala:77 Core/SnapshotRepo.vala:147 +#: src/Core/SnapshotRepo.vala:77 src/Core/SnapshotRepo.vala:147 msgid "Free space" msgstr "" -#: Console/AppConsole.vala:1044 +#: src/Console/AppConsole.vala:1044 msgid "GRUB Device" msgstr "" -#: Gtk/RestoreDeviceBox.vala:511 +#: src/Gtk/RestoreDeviceBox.vala:511 msgid "GRUB device not selected" msgstr "" -#: Console/AppConsole.vala:1049 +#: src/Console/AppConsole.vala:1049 msgid "GRUB will NOT be reinstalled" msgstr "" -#: Core/Main.vala:2369 +#: src/Core/Main.vala:2369 msgid "Generating initramfs..." msgstr "" -#: Utility/Gtk/DonationWindow.vala:87 +#: src/Utility/Gtk/DonationWindow.vala:87 msgid "GitHub" msgstr "" -#: Console/AppConsole.vala:375 +#: src/Console/AppConsole.vala:375 msgid "Global" msgstr "" -#: Gtk/BackupBox.vala:97 Gtk/RestoreBox.vala:135 Gtk/RsyncLogBox.vala:400 +#: src/Gtk/BackupBox.vala:97 src/Gtk/RestoreBox.vala:135 +#: src/Gtk/RsyncLogBox.vala:400 #, c-format msgid "Group" msgstr "" -#: Gtk/SnapshotBackendBox.vala:133 +#: src/Gtk/SnapshotBackendBox.vala:133 msgid "Help" msgstr "" -#: Gtk/ExcludeMessageWindow.vala:129 +#: src/Gtk/ExcludeMessageWindow.vala:129 msgid "" "Hidden files and folders are included by default since they contain user-" "specific configuration files." msgstr "" -#: Gtk/DeleteWindow.vala:181 +#: src/Gtk/DeleteWindow.vala:181 msgid "Hide" msgstr "" -#: Console/AppConsole.vala:382 +#: src/Console/AppConsole.vala:382 msgid "Hide rsync output" msgstr "" -#: Gtk/DeleteWindow.vala:182 +#: src/Gtk/DeleteWindow.vala:182 msgid "Hide this window (files will be deleted in background)" msgstr "" -#: Gtk/UsersBox.vala:120 +#: src/Gtk/UsersBox.vala:120 msgid "Home" msgstr "" -#: Gtk/ExcludeMessageWindow.vala:116 +#: src/Gtk/ExcludeMessageWindow.vala:116 msgid "Home Directory" msgstr "" -#: Gtk/ScheduleBox.vala:118 Gtk/SnapshotListBox.vala:299 +#: src/Gtk/SnapshotListBox.vala:299 src/Gtk/ScheduleBox.vala:118 msgid "Hourly" msgstr "" -#: Core/Main.vala:1064 +#: src/Core/Main.vala:1064 msgid "Hourly snapshot failed!" msgstr "" -#: Core/Main.vala:1045 +#: src/Core/Main.vala:1045 msgid "Hourly snapshots are enabled" msgstr "" -#: Gtk/RestoreFinishBox.vala:102 +#: src/Gtk/RestoreFinishBox.vala:102 msgid "" "If the restored system fails to boot, then boot from the Live CD/USB, " "install Timeshift, and try restoring another snapshot." msgstr "" -#: Core/Main.vala:2233 +#: src/Core/Main.vala:2233 msgid "" "If these terms are not acceptable to you, please do not proceed beyond this " "point!" msgstr "" -#: Gtk/ExcludeBox.vala:54 +#: src/Gtk/ExcludeBox.vala:54 msgid "Include / Exclude Patterns" msgstr "" -#: Gtk/UsersBox.vala:340 +#: src/Gtk/UsersBox.vala:340 msgid "Include @home subvolume in backups" msgstr "" -#: Gtk/UsersBox.vala:266 +#: src/Gtk/UsersBox.vala:266 msgid "Include All Files" msgstr "" -#: Gtk/UsersBox.vala:194 +#: src/Gtk/UsersBox.vala:194 msgid "Include Only Hidden Files" msgstr "" -#: Core/Main.vala:2047 +#: src/Core/Main.vala:2047 msgid "Invalid Snapshot" msgstr "" -#: Console/AppConsole.vala:252 +#: src/Console/AppConsole.vala:252 #, c-format msgid "Invalid command line arguments" msgstr "" -#: Gtk/MainWindow.vala:823 +#: src/Gtk/MainWindow.vala:818 msgid "Invalid snapshot" msgstr "" -#: Gtk/ExcludeBox.vala:282 +#: src/Gtk/ExcludeBox.vala:282 msgid "Items Not Selected" msgstr "" -#: Gtk/ScheduleBox.vala:283 +#: src/Gtk/ScheduleBox.vala:283 msgid "Keep" msgstr "" -#: Gtk/RestoreExcludeBox.vala:112 +#: src/Gtk/RestoreExcludeBox.vala:112 msgid "" "Keep configuration files for bittorrent clients like Deluge, Transmission, " "etc. If un-checked, previous configuration files will be restored from " "snapshot." msgstr "" -#: Gtk/RestoreExcludeBox.vala:85 +#: src/Gtk/RestoreExcludeBox.vala:85 msgid "" "Keep configuration files for web browsers like Firefox and Chrome. If un-" "checked, previous configuration files will be restored from snapshot" msgstr "" -#: Gtk/RestoreDeviceBox.vala:244 +#: src/Gtk/RestoreDeviceBox.vala:244 msgid "Keep on Root Device" msgstr "" -#: Gtk/RestoreDeviceBox.vala:229 +#: src/Gtk/RestoreDeviceBox.vala:229 msgid "Keep this mount path on the root filesystem" msgstr "" -#: Gtk/SnapshotListBox.vala:519 +#: src/Gtk/SnapshotListBox.vala:519 msgid "LIVE" msgstr "" -#: Console/AppConsole.vala:460 Console/AppConsole.vala:499 -#: Gtk/BackupDeviceBox.vala:254 Utility/Device.vala:1951 +#: src/Utility/Device.vala:1951 src/Console/AppConsole.vala:460 +#: src/Console/AppConsole.vala:499 src/Gtk/BackupDeviceBox.vala:254 #, c-format msgid "Label" msgstr "" -#: Core/Main.vala:1026 +#: src/Core/Main.vala:1026 #, c-format msgid "Last boot snapshot is %d hours old" msgstr "" -#: Core/Main.vala:1021 +#: src/Core/Main.vala:1021 msgid "Last boot snapshot is older than system start time" msgstr "" -#: Core/Main.vala:1017 +#: src/Core/Main.vala:1017 msgid "Last boot snapshot not found" msgstr "" -#: Core/Main.vala:1088 +#: src/Core/Main.vala:1088 #, c-format msgid "Last daily snapshot is %d hours old" msgstr "" -#: Core/Main.vala:1083 +#: src/Core/Main.vala:1083 msgid "Last daily snapshot is more than 1 day old" msgstr "" -#: Core/Main.vala:1079 +#: src/Core/Main.vala:1079 msgid "Last daily snapshot not found" msgstr "" -#: Core/Main.vala:1057 +#: src/Core/Main.vala:1057 #, c-format msgid "Last hourly snapshot is %d minutes old" msgstr "" -#: Core/Main.vala:1052 +#: src/Core/Main.vala:1052 msgid "Last hourly snapshot is more than 1 hour old" msgstr "" -#: Core/Main.vala:1048 +#: src/Core/Main.vala:1048 msgid "Last hourly snapshot not found" msgstr "" -#: Core/Main.vala:1150 +#: src/Core/Main.vala:1150 #, c-format msgid "Last monthly snapshot is %d days old" msgstr "" -#: Core/Main.vala:1145 +#: src/Core/Main.vala:1145 msgid "Last monthly snapshot is more than 1 month old" msgstr "" -#: Core/Main.vala:1141 +#: src/Core/Main.vala:1141 msgid "Last monthly snapshot not found" msgstr "" -#: Core/Main.vala:1119 +#: src/Core/Main.vala:1119 #, c-format msgid "Last weekly snapshot is %d days old" msgstr "" -#: Core/Main.vala:1114 +#: src/Core/Main.vala:1114 msgid "Last weekly snapshot is more than 1 week old" msgstr "" -#: Core/Main.vala:1110 +#: src/Core/Main.vala:1110 msgid "Last weekly snapshot not found" msgstr "" -#: Gtk/MainWindow.vala:1039 +#: src/Gtk/MainWindow.vala:1034 #, c-format msgid "Latest snapshot" msgstr "" -#: Utility/Gtk/AboutWindow.vala:320 Utility/Gtk/AboutWindow.vala:360 +#: src/Utility/Gtk/AboutWindow.vala:320 src/Utility/Gtk/AboutWindow.vala:360 msgid "License" msgstr "" -#: Core/Main.vala:1365 +#: src/Core/Main.vala:1365 #, c-format msgid "Linking from snapshot" msgstr "" -#: Console/AppConsole.vala:353 +#: src/Console/AppConsole.vala:353 msgid "List" msgstr "" -#: Console/AppConsole.vala:355 +#: src/Console/AppConsole.vala:355 msgid "List devices" msgstr "" -#: Console/AppConsole.vala:354 +#: src/Console/AppConsole.vala:354 msgid "List snapshots" msgstr "" -#: Gtk/MainWindow.vala:990 +#: src/Gtk/MainWindow.vala:985 msgid "Live USB Mode (Restore Only)" msgstr "" -#: Gtk/BackupWindow.vala:87 Gtk/SettingsWindow.vala:90 -#: Gtk/SetupWizardWindow.vala:104 +#: src/Gtk/SettingsWindow.vala:90 src/Gtk/BackupWindow.vala:87 +#: src/Gtk/SetupWizardWindow.vala:104 msgid "Location" msgstr "" -#: Gtk/MainWindow.vala:452 +#: src/Gtk/MainWindow.vala:447 msgid "Main window closed by user" msgstr "" -#: Gtk/SnapshotListBox.vala:329 +#: src/Gtk/SnapshotListBox.vala:329 msgid "Mark/Unmark for Deletion" msgstr "" -#: Core/SnapshotRepo.vala:684 Core/SnapshotRepo.vala:727 +#: src/Core/SnapshotRepo.vala:684 src/Core/SnapshotRepo.vala:727 msgid "Maximum backups exceeded for backup level" msgstr "" -#: Gtk/MainWindow.vala:218 +#: src/Gtk/MainWindow.vala:208 msgid "Menu" msgstr "" -#: Gtk/SettingsWindow.vala:105 +#: src/Gtk/SettingsWindow.vala:105 msgid "Misc" msgstr "" -#: Gtk/UsersBox.vala:354 +#: src/Gtk/UsersBox.vala:354 msgid "Miscellaneous" msgstr "" -#: Core/Main.vala:239 +#: src/Core/Main.vala:239 msgid "Missing Dependencies" msgstr "" -#: Core/SnapshotRepo.vala:661 +#: src/Core/SnapshotRepo.vala:661 #, c-format msgid "Mode" msgstr "" -#: Utility/Device.vala:1934 +#: src/Utility/Device.vala:1934 #, c-format msgid "Model" msgstr "" -#: Gtk/ScheduleBox.vala:64 Gtk/SnapshotListBox.vala:302 +#: src/Gtk/SnapshotListBox.vala:302 src/Gtk/ScheduleBox.vala:64 msgid "Monthly" msgstr "" -#: Core/Main.vala:1138 +#: src/Core/Main.vala:1138 msgid "Monthly snapshot are enabled" msgstr "" -#: Core/Main.vala:1157 +#: src/Core/Main.vala:1157 msgid "Monthly snapshot failed!" msgstr "" -#: Utility/Gtk/DonationWindow.vala:102 +#: src/Utility/Gtk/DonationWindow.vala:102 msgid "More Apps" msgstr "" -#: Core/Main.vala:2134 Core/Main.vala:2167 +#: src/Core/Main.vala:2134 src/Core/Main.vala:2167 msgid "Mount" msgstr "" -#: Core/Main.vala:2989 +#: src/Core/Main.vala:2997 msgid "Moved system subvolume to snapshot directory" msgstr "" -#: Gtk/MainWindow.vala:799 +#: src/Gtk/MainWindow.vala:794 msgid "Multiple snapshots selected" msgstr "" -#: Console/AppConsole.vala:426 Gtk/BackupDeviceBox.vala:235 -#: Gtk/RsyncLogBox.vala:492 +#: src/Console/AppConsole.vala:426 src/Gtk/BackupDeviceBox.vala:235 +#: src/Gtk/RsyncLogBox.vala:492 msgid "Name" msgstr "" -#: Gtk/BackupWindow.vala:164 Gtk/DeleteWindow.vala:165 -#: Gtk/RestoreWindow.vala:201 Gtk/SetupWizardWindow.vala:203 +#: src/Gtk/RestoreWindow.vala:201 src/Gtk/BackupWindow.vala:164 +#: src/Gtk/SetupWizardWindow.vala:203 src/Gtk/DeleteWindow.vala:165 msgid "Next" msgstr "" -#: Utility/Gtk/CustomMessageDialog.vala:154 +#: src/Utility/Gtk/CustomMessageDialog.vala:154 msgid "No" msgstr "" -#: Gtk/BackupBox.vala:84 Gtk/RestoreBox.vala:122 +#: src/Gtk/BackupBox.vala:84 src/Gtk/RestoreBox.vala:122 msgid "No Change" msgstr "" -#: Gtk/DeleteWindow.vala:335 Gtk/MainWindow.vala:608 +#: src/Gtk/MainWindow.vala:603 src/Gtk/DeleteWindow.vala:335 msgid "No Snapshots Selected" msgstr "" -#: Gtk/MainWindow.vala:1063 +#: src/Gtk/MainWindow.vala:1058 msgid "No snapshots available" msgstr "" -#: Console/AppConsole.vala:321 Core/SnapshotRepo.vala:886 -#: Gtk/MainWindow.vala:1007 +#: src/Core/SnapshotRepo.vala:886 src/Console/AppConsole.vala:321 +#: src/Gtk/MainWindow.vala:1002 msgid "No snapshots found" msgstr "" -#: Console/AppConsole.vala:742 +#: src/Console/AppConsole.vala:742 msgid "No snapshots found on device" msgstr "" -#: Gtk/MainWindow.vala:546 +#: src/Gtk/MainWindow.vala:541 msgid "No snapshots on device" msgstr "" -#: Core/SnapshotRepo.vala:637 +#: src/Core/SnapshotRepo.vala:637 msgid "No snapshots on this device" msgstr "" -#: Gtk/MainWindow.vala:792 +#: src/Gtk/MainWindow.vala:787 msgid "No snapshots selected" msgstr "" -#: Gtk/MainWindow.vala:1040 Gtk/MainWindow.vala:1042 +#: src/Gtk/MainWindow.vala:1035 src/Gtk/MainWindow.vala:1037 msgid "None" msgstr "" -#: Core/Subvolume.vala:197 +#: src/Core/Subvolume.vala:197 #, c-format msgid "Not Found" msgstr "" -#: Core/SnapshotRepo.vala:655 +#: src/Core/SnapshotRepo.vala:655 msgid "Not Selected" msgstr "" -#: Core/Main.vala:384 +#: src/Core/Main.vala:384 msgid "Not Supported" msgstr "" -#: Core/SnapshotRepo.vala:601 Core/SnapshotRepo.vala:628 +#: src/Core/SnapshotRepo.vala:601 src/Core/SnapshotRepo.vala:628 msgid "Not enough disk space" msgstr "" -#: Console/AppConsole.vala:398 Gtk/FinishBox.vala:55 +#: src/Console/AppConsole.vala:398 src/Gtk/FinishBox.vala:55 msgid "Notes" msgstr "" -#: Core/Main.vala:1168 +#: src/Core/Main.vala:1168 msgid "Nothing to do!" msgstr "" -#: Console/AppConsole.vala:424 Console/AppConsole.vala:454 -#: Console/AppConsole.vala:493 Console/AppConsole.vala:541 +#: src/Console/AppConsole.vala:424 src/Console/AppConsole.vala:454 +#: src/Console/AppConsole.vala:493 src/Console/AppConsole.vala:541 msgid "Num" msgstr "" -#: Gtk/ScheduleBox.vala:282 +#: src/Gtk/ScheduleBox.vala:282 msgid "" "Number of snapshots to keep.\n" "Older snapshots will be removed once this limit is exceeded." msgstr "" -#: Core/SnapshotRepo.vala:611 Gtk/ExcludeListSummaryWindow.vala:84 -#: Gtk/SettingsWindow.vala:123 Utility/Gtk/CustomMessageDialog.vala:144 -#: Utility/Gtk/CustomMessageDialog.vala:148 Utility/GtkHelper.vala:118 +#: src/Core/SnapshotRepo.vala:611 src/Utility/Gtk/CustomMessageDialog.vala:144 +#: src/Utility/Gtk/CustomMessageDialog.vala:148 src/Utility/GtkHelper.vala:118 +#: src/Gtk/SettingsWindow.vala:123 src/Gtk/ExcludeListSummaryWindow.vala:84 msgid "OK" msgstr "" -#: Gtk/SnapshotBackendBox.vala:180 +#: src/Gtk/SnapshotBackendBox.vala:180 msgid "" "OS must be installed on a BTRFS partition with Ubuntu-type subvolume layout " "(@ and @home subvolumes). Other layouts are not supported." msgstr "" -#: Core/Main.vala:4234 +#: src/Core/Main.vala:4242 msgid "Older log files removed" msgstr "" -#: Gtk/MainWindow.vala:1041 +#: src/Gtk/MainWindow.vala:1036 msgid "Oldest snapshot" msgstr "" -#: Gtk/SnapshotListBox.vala:297 +#: src/Gtk/SnapshotListBox.vala:297 msgid "On demand (manual)" msgstr "" -#: Core/Main.vala:382 Core/Main.vala:3465 Gtk/RestoreDeviceBox.vala:525 +#: src/Core/Main.vala:382 src/Core/Main.vala:3473 +#: src/Gtk/RestoreDeviceBox.vala:525 msgid "" "Only ubuntu-type layouts with @ and @home subvolumes are currently supported." msgstr "" -#: Gtk/MainWindow.vala:219 +#: src/Gtk/MainWindow.vala:209 msgid "Open Menu" msgstr "" -#: Core/Main.vala:3247 +#: src/Core/Main.vala:3255 msgid "" "Option --snapshot-device should not be specified for creating snapshots in " "BTRFS mode" msgstr "" -#: Console/AppConsole.vala:351 Gtk/AppGtk.vala:115 +#: src/Console/AppConsole.vala:351 src/Gtk/AppGtk.vala:115 msgid "Options" msgstr "" -#: Gtk/RestoreExcludeBox.vala:118 +#: src/Gtk/RestoreExcludeBox.vala:118 msgid "Other applications (next page)" msgstr "" -#: Gtk/BackupBox.vala:96 Gtk/RestoreBox.vala:134 Gtk/RsyncLogBox.vala:398 +#: src/Gtk/BackupBox.vala:96 src/Gtk/RestoreBox.vala:134 +#: src/Gtk/RsyncLogBox.vala:398 #, c-format msgid "Owner" msgstr "" -#: Utility/Device.vala:1946 +#: src/Utility/Device.vala:1946 #, c-format msgid "Parent Device" msgstr "" -#: Core/Main.vala:2490 Core/Main.vala:2581 Gtk/RsyncLogBox.vala:222 +#: src/Core/Main.vala:2498 src/Core/Main.vala:2589 src/Gtk/RsyncLogBox.vala:222 msgid "Parsing log file..." msgstr "" -#: Gtk/RestoreDeviceBox.vala:524 +#: src/Gtk/RestoreDeviceBox.vala:524 msgid "Partition has an unsupported subvolume layout." msgstr "" -#: Core/SnapshotRepo.vala:660 Gtk/RestoreDeviceBox.vala:93 +#: src/Core/SnapshotRepo.vala:660 src/Gtk/RestoreDeviceBox.vala:93 #, c-format msgid "Path" msgstr "" -#: Gtk/ExcludeBox.vala:166 +#: src/Gtk/ExcludeBox.vala:166 msgid "Pattern" msgstr "" -#: Gtk/BackupBox.vala:95 Gtk/RestoreBox.vala:133 Gtk/RsyncLogBox.vala:396 +#: src/Gtk/BackupBox.vala:95 src/Gtk/RestoreBox.vala:133 +#: src/Gtk/RsyncLogBox.vala:396 #, c-format msgid "Permissions" msgstr "" -#: Core/Main.vala:258 +#: src/Core/Main.vala:258 msgid "Please check if you have multiple windows open." msgstr "" -#: Core/Main.vala:2265 +#: src/Core/Main.vala:2265 msgid "Please do not interrupt the restore process!" msgstr "" -#: Core/Main.vala:353 +#: src/Core/Main.vala:353 msgid "Please install required packages and try running TimeShift again" msgstr "" -#: Gtk/AppGtk.vala:129 +#: src/Gtk/AppGtk.vala:129 msgid "Please re-run the application as admin (using 'sudo' or 'su')" msgstr "" -#: Console/AppConsole.vala:103 +#: src/Console/AppConsole.vala:103 msgid "Please run the application as admin (using 'sudo' or 'su')" msgstr "" -#: Core/Main.vala:2215 +#: src/Core/Main.vala:2215 msgid "Please save your work and close all applications." msgstr "" -#: Gtk/MainWindow.vala:694 +#: src/Gtk/MainWindow.vala:689 msgid "Please select a snapshot to view the log!" msgstr "" -#: Gtk/RestoreDeviceBox.vala:512 +#: src/Gtk/RestoreDeviceBox.vala:512 msgid "Please select the GRUB device" msgstr "" -#: Core/Main.vala:254 +#: src/Core/Main.vala:254 msgid "Please wait a few minutes and try again." msgstr "" -#: Gtk/MainWindow.vala:761 +#: src/Gtk/MainWindow.vala:756 msgid "Please wait for snapshots to be deleted." msgstr "" -#: Gtk/EstimateBox.vala:66 +#: src/Gtk/EstimateBox.vala:66 msgid "Please wait..." msgstr "" -#: Gtk/RsyncLogBox.vala:188 +#: src/Gtk/RsyncLogBox.vala:188 msgid "Populating list..." msgstr "" -#: Core/Main.vala:1600 Gtk/BackupBox.vala:114 Gtk/DeleteBox.vala:68 -#: Gtk/RestoreBox.vala:88 Gtk/RsyncLogBox.vala:232 +#: src/Core/Main.vala:1600 src/Gtk/BackupBox.vala:114 +#: src/Gtk/RestoreBox.vala:88 src/Gtk/DeleteBox.vala:68 +#: src/Gtk/RsyncLogBox.vala:232 msgid "Preparing..." msgstr "" -#: Gtk/BackupWindow.vala:156 Gtk/DeleteWindow.vala:157 -#: Gtk/RestoreWindow.vala:193 Gtk/SetupWizardWindow.vala:195 +#: src/Gtk/RestoreWindow.vala:193 src/Gtk/BackupWindow.vala:156 +#: src/Gtk/SetupWizardWindow.vala:195 src/Gtk/DeleteWindow.vala:157 msgid "Previous" msgstr "" -#: Gtk/AppGtk.vala:117 +#: src/Gtk/AppGtk.vala:117 msgid "Print debug information" msgstr "" -#: Core/Main.vala:3827 +#: src/Core/Main.vala:3835 msgid "Query completed" msgstr "" -#: Core/Main.vala:3810 +#: src/Core/Main.vala:3818 msgid "Querying subvolume info..." msgstr "" -#: Gtk/SnapshotBackendBox.vala:77 +#: src/Gtk/SnapshotBackendBox.vala:77 msgid "RSYNC" msgstr "" -#: Gtk/SnapshotBackendBox.vala:185 +#: src/Gtk/SnapshotBackendBox.vala:185 msgid "RSYNC Snapshots" msgstr "" -#: Gtk/BootOptionsBox.vala:137 +#: src/Gtk/BootOptionsBox.vala:137 msgid "" "Re-generates initramfs for all installed kernels. This is generally not " "needed. Select this only if the restored system fails to boot." msgstr "" -#: Console/AppConsole.vala:984 +#: src/Console/AppConsole.vala:984 #, c-format msgid "Re-install GRUB2 bootloader?" msgstr "" -#: Core/Main.vala:2328 +#: src/Core/Main.vala:2328 msgid "Re-installing GRUB2 bootloader..." msgstr "" -#: Gtk/BootOptionsBox.vala:120 +#: src/Gtk/BootOptionsBox.vala:120 msgid "Re-installs the GRUB2 bootloader on the selected device." msgstr "" -#: Gtk/RsyncLogBox.vala:181 +#: src/Gtk/RsyncLogBox.vala:181 #, c-format msgid "Read %'d of %'d lines..." msgstr "" -#: Core/Main.vala:2421 +#: src/Core/Main.vala:2428 msgid "Rebooting system..." msgstr "" -#: Gtk/RestoreExcludeBox.vala:61 Gtk/RestoreExcludeBox.vala:91 +#: src/Gtk/RestoreExcludeBox.vala:61 src/Gtk/RestoreExcludeBox.vala:91 #, c-format msgid "Recommended" msgstr "" -#: Gtk/BackupDeviceBox.vala:65 Gtk/RestoreDeviceBox.vala:70 +#: src/Gtk/BackupDeviceBox.vala:65 src/Gtk/RestoreDeviceBox.vala:70 msgid "Refresh" msgstr "" -#: Gtk/BackupDeviceBox.vala:106 +#: src/Gtk/BackupDeviceBox.vala:106 msgid "Remote and network locations are not supported." msgstr "" -#: Gtk/ExcludeBox.vala:262 +#: src/Gtk/ExcludeBox.vala:262 msgid "Remove" msgstr "" -#: Core/Main.vala:1638 Core/Main.vala:1649 Core/Main.vala:4230 -#: Core/Snapshot.vala:509 Core/SnapshotRepo.vala:963 +#: src/Core/Snapshot.vala:509 src/Core/Main.vala:1638 src/Core/Main.vala:1649 +#: src/Core/Main.vala:4238 src/Core/SnapshotRepo.vala:963 #, c-format msgid "Removed" msgstr "" -#: Utility/CronTab.vala:340 +#: src/Utility/CronTab.vala:340 msgid "Removed cron task" msgstr "" -#: Core/Main.vala:3615 +#: src/Core/Main.vala:3623 #, c-format msgid "Removed mount directory: '%s'" msgstr "" -#: Core/Snapshot.vala:555 +#: src/Core/Snapshot.vala:555 msgid "Removed snapshot" msgstr "" -#: Core/Snapshot.vala:484 +#: src/Core/Snapshot.vala:484 msgid "Removing" msgstr "" -#: Core/Snapshot.vala:521 +#: src/Core/Snapshot.vala:521 msgid "Removing snapshot" msgstr "" -#: Core/SnapshotRepo.vala:819 Core/SnapshotRepo.vala:838 -#: Core/SnapshotRepo.vala:856 Core/SnapshotRepo.vala:870 +#: src/Core/SnapshotRepo.vala:819 src/Core/SnapshotRepo.vala:838 +#: src/Core/SnapshotRepo.vala:856 src/Core/SnapshotRepo.vala:870 #, c-format msgid "Removing snapshots" msgstr "" -#: Gtk/UsersBox.vala:360 +#: src/Gtk/UsersBox.vala:360 msgid "" "Required for displaying shared and unshared size for snapshots in the main " "window" msgstr "" -#: Console/AppConsole.vala:363 Gtk/MainWindow.vala:151 -#: Gtk/RestoreFinishBox.vala:71 Gtk/RestoreWindow.vala:125 -#: Gtk/RsyncLogBox.vala:377 Gtk/RsyncLogBox.vala:567 +#: src/Console/AppConsole.vala:363 src/Gtk/MainWindow.vala:151 +#: src/Gtk/RestoreWindow.vala:125 src/Gtk/RsyncLogBox.vala:377 +#: src/Gtk/RsyncLogBox.vala:567 src/Gtk/RestoreFinishBox.vala:71 msgid "Restore" msgstr "" -#: Gtk/UsersBox.vala:329 +#: src/Gtk/UsersBox.vala:329 msgid "Restore @home subvolume" msgstr "" -#: Gtk/RestoreWindow.vala:89 +#: src/Gtk/RestoreWindow.vala:89 msgid "Restore Device" msgstr "" -#: Gtk/RestoreWindow.vala:94 +#: src/Gtk/RestoreWindow.vala:94 msgid "Restore Exclude" msgstr "" -#: Gtk/RestoreWindow.vala:69 +#: src/Gtk/RestoreWindow.vala:69 msgid "Restore Snapshot" msgstr "" -#: Core/Main.vala:2830 Core/Main.vala:2872 +#: src/Core/Main.vala:2838 src/Core/Main.vala:2880 msgid "Restore completed" msgstr "" -#: Gtk/MainWindow.vala:152 +#: src/Gtk/MainWindow.vala:152 msgid "Restore selected snapshot" msgstr "" -#: Console/AppConsole.vala:364 +#: src/Console/AppConsole.vala:364 msgid "Restore snapshot" msgstr "" -#: Gtk/RestoreFinishBox.vala:96 +#: src/Gtk/RestoreFinishBox.vala:96 msgid "Restored subvolumes will become active after system is restarted." msgstr "" -#: Core/Subvolume.vala:219 +#: src/Core/Subvolume.vala:219 msgid "Restored system subvolume" msgstr "" -#: Gtk/RestoreBox.vala:77 Gtk/RestoreBox.vala:190 +#: src/Gtk/RestoreBox.vala:77 src/Gtk/RestoreBox.vala:190 msgid "Restoring Snapshot..." msgstr "" -#: Gtk/FinishBox.vala:85 +#: src/Gtk/FinishBox.vala:85 msgid "" "Restoring a snapshot will replace system subvolumes, and system subvolumes " "currently in use will be preserved as a new snapshot. If required, this " "snapshot can be restored later to 'undo' the restore." msgstr "" -#: Core/Main.vala:2799 +#: src/Core/Main.vala:2807 msgid "Restoring snapshot..." msgstr "" -#: Gtk/FinishBox.vala:88 +#: src/Gtk/FinishBox.vala:88 msgid "" "Restoring snapshots only replaces system files and settings. Non-hidden " "files and directories in user home directories will not be touched. This " @@ -1760,39 +1776,39 @@ msgid "" "is restored." msgstr "" -#: Utility/Device.vala:1936 +#: src/Utility/Device.vala:1936 #, c-format msgid "Revision" msgstr "" -#: Gtk/RestoreDeviceBox.vala:452 +#: src/Gtk/RestoreDeviceBox.vala:452 msgid "Root device not selected" msgstr "" -#: Gtk/RsyncLogWindow.vala:49 +#: src/Gtk/RsyncLogWindow.vala:49 msgid "Rsync Log Viewer" msgstr "" -#: Gtk/AppGtk.vala:120 +#: src/Gtk/AppGtk.vala:120 #, c-format msgid "Run 'timeshift' for the command-line version of this tool" msgstr "" -#: Console/AppConsole.vala:383 +#: src/Console/AppConsole.vala:383 msgid "Run in non-interactive mode" msgstr "" -#: Core/Main.vala:190 +#: src/Core/Main.vala:190 msgid "Running" msgstr "" -#: Gtk/FinishBox.vala:95 +#: src/Gtk/FinishBox.vala:95 msgid "" "Save snapshots to an external disk instead of the system disk to guard " "against drive failures." msgstr "" -#: Gtk/FinishBox.vala:97 +#: src/Gtk/FinishBox.vala:97 msgid "" "Saving snapshots to a non-system disk allows you to format and re-install " "the OS on the system disk without losing snapshots stored on it. You can " @@ -1800,250 +1816,253 @@ msgid "" "distribution by restoring a snapshot." msgstr "" -#: Core/Main.vala:1306 Core/Main.vala:1460 Core/Main.vala:1462 +#: src/Core/Main.vala:1306 src/Core/Main.vala:1460 src/Core/Main.vala:1462 msgid "Saving to device" msgstr "" -#: Gtk/SettingsWindow.vala:93 Gtk/SetupWizardWindow.vala:109 +#: src/Gtk/SettingsWindow.vala:93 src/Gtk/SetupWizardWindow.vala:109 msgid "Schedule" msgstr "" -#: Core/Main.vala:261 +#: src/Core/Main.vala:261 msgid "Scheduled snapshot in progress..." msgstr "" -#: Core/Main.vala:1168 Gtk/MainWindow.vala:1057 Gtk/ScheduleBox.vala:312 +#: src/Core/Main.vala:1168 src/Gtk/MainWindow.vala:1052 +#: src/Gtk/ScheduleBox.vala:312 msgid "Scheduled snapshots are disabled" msgstr "" -#: Gtk/FinishBox.vala:78 +#: src/Gtk/FinishBox.vala:78 msgid "Scheduled snapshots are disabled. It's recommended to enable it." msgstr "" -#: Gtk/ScheduleBox.vala:305 +#: src/Gtk/ScheduleBox.vala:305 msgid "Scheduled snapshots are enabled" msgstr "" -#: Gtk/FinishBox.vala:75 +#: src/Gtk/FinishBox.vala:75 msgid "" "Scheduled snapshots are enabled. Snapshots will be created automatically for " "selected levels." msgstr "" -#: Console/AppConsole.vala:872 +#: src/Console/AppConsole.vala:872 #, c-format msgid "Select '%s' device (default = %s)" msgstr "" -#: Console/AppConsole.vala:691 Core/SnapshotRepo.vala:565 +#: src/Core/SnapshotRepo.vala:565 src/Console/AppConsole.vala:691 msgid "Select BTRFS system disk with root subvolume (@)" msgstr "" -#: Console/AppConsole.vala:1000 +#: src/Console/AppConsole.vala:1000 msgid "Select GRUB device" msgstr "" -#: Gtk/MainWindow.vala:693 +#: src/Gtk/MainWindow.vala:688 msgid "Select Snapshot" msgstr "" -#: Gtk/ScheduleBox.vala:57 +#: src/Gtk/ScheduleBox.vala:57 msgid "Select Snapshot Levels" msgstr "" -#: Gtk/BackupDeviceBox.vala:56 +#: src/Gtk/BackupDeviceBox.vala:56 msgid "Select Snapshot Location" msgstr "" -#: Gtk/SnapshotBackendBox.vala:62 +#: src/Gtk/SnapshotBackendBox.vala:62 msgid "Select Snapshot Type" msgstr "" -#: Gtk/DeleteWindow.vala:85 +#: src/Gtk/DeleteWindow.vala:85 msgid "Select Snapshots" msgstr "" -#: Gtk/RestoreDeviceBox.vala:61 +#: src/Gtk/RestoreDeviceBox.vala:61 msgid "Select Target Device" msgstr "" -#: Gtk/BackupDeviceBox.vala:410 +#: src/Gtk/BackupDeviceBox.vala:410 #, c-format msgid "Select a partition on this disk" msgstr "" -#: Gtk/MainWindow.vala:800 +#: src/Gtk/MainWindow.vala:795 msgid "Select a single snapshot to restore" msgstr "" -#: Gtk/RestoreDeviceBox.vala:481 +#: src/Gtk/RestoreDeviceBox.vala:481 msgid "Select another device for root file system (/)" msgstr "" -#: Core/SnapshotRepo.vala:604 Core/SnapshotRepo.vala:631 +#: src/Core/SnapshotRepo.vala:604 src/Core/SnapshotRepo.vala:631 msgid "Select another device or free up some space" msgstr "" -#: Gtk/MainWindow.vala:540 Gtk/MainWindow.vala:547 +#: src/Gtk/MainWindow.vala:535 src/Gtk/MainWindow.vala:542 msgid "Select another device to delete snasphots" msgstr "" -#: Gtk/MainWindow.vala:474 +#: src/Gtk/MainWindow.vala:469 msgid "Select another device?" msgstr "" -#: Gtk/RestoreExcludeBox.vala:57 +#: src/Gtk/RestoreExcludeBox.vala:57 msgid "Select applications to exclude from restore" msgstr "" -#: Console/AppConsole.vala:674 +#: src/Console/AppConsole.vala:674 msgid "Select backup device" msgstr "" -#: Gtk/ExcludeBox.vala:443 +#: src/Gtk/ExcludeBox.vala:443 msgid "Select directory" msgstr "" -#: Gtk/ExcludeBox.vala:416 +#: src/Gtk/ExcludeBox.vala:416 msgid "Select file(s)" msgstr "" -#: Console/AppConsole.vala:748 +#: src/Console/AppConsole.vala:748 msgid "Select snapshot" msgstr "" -#: Gtk/DeleteWindow.vala:336 +#: src/Gtk/DeleteWindow.vala:336 msgid "Select snapshots to delete" msgstr "" -#: Gtk/RestoreDeviceBox.vala:453 +#: src/Gtk/RestoreDeviceBox.vala:453 msgid "Select the device for root file system (/)" msgstr "" -#: Gtk/RestoreDeviceBox.vala:83 +#: src/Gtk/RestoreDeviceBox.vala:83 msgid "Select the devices where files will be restored." msgstr "" -#: Gtk/ScheduleBox.vala:313 +#: src/Gtk/ScheduleBox.vala:313 msgid "Select the intervals for creating snapshots" msgstr "" -#: Gtk/ExcludeBox.vala:283 +#: src/Gtk/ExcludeBox.vala:283 msgid "Select the items to be removed from the list" msgstr "" -#: Core/SnapshotRepo.vala:525 +#: src/Core/SnapshotRepo.vala:525 msgid "Select the snapshot device" msgstr "" -#: Gtk/MainWindow.vala:793 +#: src/Gtk/MainWindow.vala:788 msgid "Select the snapshot to restore" msgstr "" -#: Gtk/DeleteWindow.vala:87 +#: src/Gtk/DeleteWindow.vala:87 msgid "Select the snapshots to be deleted" msgstr "" -#: Gtk/MainWindow.vala:609 +#: src/Gtk/MainWindow.vala:604 msgid "Select the snapshots to mark for deletion" msgstr "" -#: Gtk/RestoreDeviceBox.vala:79 +#: src/Gtk/RestoreDeviceBox.vala:79 msgid "Select the target devices where system will be cloned." msgstr "" -#: Core/Main.vala:3275 +#: src/Core/Main.vala:3283 msgid "Selected default snapshot device" msgstr "" -#: Core/Main.vala:3226 Core/Main.vala:3230 +#: src/Core/Main.vala:3234 src/Core/Main.vala:3238 msgid "Selected default snapshot type" msgstr "" -#: Gtk/BackupDeviceBox.vala:388 +#: src/Gtk/BackupDeviceBox.vala:388 msgid "Selected device does not have BTRFS partition" msgstr "" -#: Gtk/BackupDeviceBox.vala:385 +#: src/Gtk/BackupDeviceBox.vala:385 msgid "Selected device does not have Linux partition" msgstr "" -#: Core/SnapshotRepo.vala:146 +#: src/Core/SnapshotRepo.vala:146 msgid "Selected snapshot device" msgstr "" -#: Console/AppConsole.vala:690 Core/SnapshotRepo.vala:564 +#: src/Core/SnapshotRepo.vala:564 src/Console/AppConsole.vala:690 msgid "Selected snapshot device is not a system disk" msgstr "" -#: Core/Main.vala:2048 +#: src/Core/Main.vala:2048 msgid "Selected snapshot is marked for deletion" msgstr "" -#: Gtk/MainWindow.vala:824 +#: src/Gtk/MainWindow.vala:819 msgid "Selected snapshot is marked for deletion and cannot be restored" msgstr "" -#: Gtk/UsersBox.vala:238 +#: src/Gtk/UsersBox.vala:238 msgid "" "Selected user has an encrypted home directory. It's not possible to include " "only hidden files." msgstr "" -#: Utility/Device.vala:1935 +#: src/Utility/Device.vala:1935 #, c-format msgid "Serial" msgstr "" -#: Core/Main.vala:218 +#: src/Core/Main.vala:218 msgid "Session log file" msgstr "" -#: Console/AppConsole.vala:360 +#: src/Console/AppConsole.vala:360 msgid "Set snapshot description" msgstr "" -#: Gtk/MainWindow.vala:181 Gtk/MainWindow.vala:182 Gtk/SettingsWindow.vala:56 +#: src/Gtk/MainWindow.vala:181 src/Gtk/MainWindow.vala:182 +#: src/Gtk/SettingsWindow.vala:56 msgid "Settings" msgstr "" -#: Gtk/MainWindow.vala:192 +#: src/Gtk/MainWindow.vala:192 msgid "Settings wizard" msgstr "" -#: Gtk/FinishBox.vala:58 +#: src/Gtk/FinishBox.vala:58 msgid "Setup Complete" msgstr "" -#: Gtk/SetupWizardWindow.vala:64 +#: src/Gtk/SetupWizardWindow.vala:64 msgid "Setup Wizard" msgstr "" -#: Console/AppConsole.vala:380 +#: src/Console/AppConsole.vala:380 msgid "Show additional debug messages" msgstr "" -#: Console/AppConsole.vala:384 Gtk/AppGtk.vala:118 +#: src/Console/AppConsole.vala:384 src/Gtk/AppGtk.vala:118 msgid "Show all options" msgstr "" -#: Gtk/RestoreExcludeBox.vala:121 +#: src/Gtk/RestoreExcludeBox.vala:121 msgid "Show more applications to exclude on the next page" msgstr "" -#: Console/AppConsole.vala:381 +#: src/Console/AppConsole.vala:381 msgid "Show rsync output (default)" msgstr "" -#: Console/AppConsole.vala:458 Console/AppConsole.vala:497 -#: Gtk/BackupBox.vala:93 Gtk/BackupDeviceBox.vala:202 Gtk/RestoreBox.vala:131 -#: Gtk/RsyncLogBox.vala:392 Gtk/SnapshotListBox.vala:174 -#: Utility/Device.vala:1938 Utility/Device.vala:1953 +#: src/Utility/Device.vala:1938 src/Utility/Device.vala:1953 +#: src/Console/AppConsole.vala:458 src/Console/AppConsole.vala:497 +#: src/Gtk/SnapshotListBox.vala:174 src/Gtk/BackupBox.vala:93 +#: src/Gtk/BackupDeviceBox.vala:202 src/Gtk/RestoreBox.vala:131 +#: src/Gtk/RsyncLogBox.vala:392 #, c-format msgid "Size" msgstr "" -#: Gtk/SnapshotBackendBox.vala:178 +#: src/Gtk/SnapshotBackendBox.vala:178 msgid "" "Size of BTRFS snapshots are initially zero. As system files gradually change " "with time, data gets written to new data blocks which take up disk space " @@ -2051,580 +2070,595 @@ msgid "" "blocks." msgstr "" -#: Console/AppConsole.vala:369 +#: src/Console/AppConsole.vala:369 msgid "Skip GRUB2 reinstall" msgstr "" -#: Core/Main.vala:2053 Core/SnapshotRepo.vala:687 Core/SnapshotRepo.vala:740 -#: Gtk/SnapshotListBox.vala:95 +#: src/Core/Main.vala:2053 src/Core/SnapshotRepo.vala:687 +#: src/Core/SnapshotRepo.vala:740 src/Gtk/SnapshotListBox.vala:95 #, c-format msgid "Snapshot" msgstr "" -#: Gtk/MainWindow.vala:557 +#: src/Gtk/MainWindow.vala:552 #, c-format msgid "" "Snapshot '%s' is being used by the system and cannot be deleted. Restart the " "system to activate the restored snapshot." msgstr "" -#: Gtk/BackupFinishBox.vala:60 +#: src/Gtk/BackupFinishBox.vala:60 msgid "Snapshot Created" msgstr "" -#: Gtk/SnapshotListBox.vala:296 +#: src/Gtk/SnapshotListBox.vala:296 #, c-format msgid "Snapshot Levels" msgstr "" -#: Gtk/MainWindow.vala:760 +#: src/Gtk/MainWindow.vala:755 msgid "Snapshot deletion in progress..." msgstr "" -#: Core/SnapshotRepo.vala:442 +#: src/Core/SnapshotRepo.vala:442 #, c-format msgid "Snapshot device" msgstr "" -#: Console/AppConsole.vala:664 Core/SnapshotRepo.vala:531 +#: src/Core/SnapshotRepo.vala:531 src/Console/AppConsole.vala:664 msgid "Snapshot device not available" msgstr "" -#: Console/AppConsole.vala:660 Core/SnapshotRepo.vala:524 +#: src/Core/SnapshotRepo.vala:524 src/Console/AppConsole.vala:660 msgid "Snapshot device not selected" msgstr "" -#: Core/SnapshotRepo.vala:446 +#: src/Core/SnapshotRepo.vala:446 #, c-format msgid "Snapshot location" msgstr "" -#: Core/Main.vala:1273 +#: src/Core/Main.vala:1273 msgid "Snapshot saved successfully" msgstr "" -#: Core/Main.vala:2043 +#: src/Core/Main.vala:2043 msgid "Snapshot to restore not specified!" msgstr "" -#: Core/Main.vala:2876 +#: src/Core/Main.vala:2884 msgid "Snapshot will become active after system is rebooted." msgstr "" -#: Gtk/DeleteFinishBox.vala:60 +#: src/Gtk/DeleteFinishBox.vala:60 msgid "Snapshot(s) Deleted" msgstr "" -#: Gtk/DeleteWindow.vala:89 Gtk/MainWindow.vala:320 +#: src/Gtk/MainWindow.vala:310 src/Gtk/DeleteWindow.vala:89 msgid "Snapshots" msgstr "" -#: Gtk/SnapshotBackendBox.vala:170 +#: src/Gtk/SnapshotBackendBox.vala:170 msgid "" "Snapshots are created and restored instantly. Snapshot creation is an atomic " "transaction at the file system level." msgstr "" -#: Gtk/SnapshotBackendBox.vala:187 +#: src/Gtk/SnapshotBackendBox.vala:187 msgid "" "Snapshots are created by creating copies of system files using rsync, and " "hard-linking unchanged files from previous snapshot." msgstr "" -#: Gtk/SnapshotBackendBox.vala:168 +#: src/Gtk/SnapshotBackendBox.vala:168 msgid "" "Snapshots are created using the built-in features of the BTRFS file system." msgstr "" -#: Gtk/ScheduleBox.vala:167 +#: src/Gtk/ScheduleBox.vala:167 #, c-format msgid "Snapshots are not scheduled at fixed times." msgstr "" -#: Gtk/SnapshotBackendBox.vala:174 +#: src/Gtk/SnapshotBackendBox.vala:174 msgid "" "Snapshots are perfect, byte-for-byte copies of the system. Nothing is " "excluded." msgstr "" -#: Gtk/SnapshotBackendBox.vala:172 +#: src/Gtk/SnapshotBackendBox.vala:172 msgid "" "Snapshots are restored by replacing system subvolumes. Since files are never " "copied, deleted or overwritten, there is no risk of data loss. The existing " "system is preserved as a new snapshot after restore." msgstr "" -#: Gtk/SnapshotBackendBox.vala:176 +#: src/Gtk/SnapshotBackendBox.vala:176 msgid "" "Snapshots are saved on the same disk from which they are created (system " "disk). Storage on other disks is not supported. If system disk fails then " "snapshots stored on it will be lost along with the system." msgstr "" -#: Gtk/BackupDeviceBox.vala:107 +#: src/Gtk/BackupDeviceBox.vala:107 msgid "" "Snapshots are saved to /timeshift on selected partition. Other locations are " "not supported." msgstr "" -#: Gtk/BackupDeviceBox.vala:99 +#: src/Gtk/BackupDeviceBox.vala:99 msgid "" "Snapshots are saved to /timeshift-btrfs on selected partition. Other " "locations are not supported." msgstr "" -#: Gtk/MainWindow.vala:1002 +#: src/Gtk/MainWindow.vala:997 msgid "Snapshots available for restore" msgstr "" -#: Gtk/SnapshotBackendBox.vala:191 +#: src/Gtk/SnapshotBackendBox.vala:191 msgid "" "Snapshots can be saved to any disk formatted with a Linux file system. " "Saving snapshots to non-system or external disk allows the system to be " "restored even if system disk is damaged or re-formatted." msgstr "" -#: Console/AppConsole.vala:284 +#: src/Console/AppConsole.vala:284 msgid "Snapshots cannot be created in Live CD mode" msgstr "" -#: Gtk/MainWindow.vala:1049 +#: src/Gtk/MainWindow.vala:1044 msgid "Snapshots will be created at selected intervals" msgstr "" -#: Gtk/ScheduleBox.vala:306 +#: src/Gtk/ScheduleBox.vala:306 msgid "" "Snapshots will be created at selected intervals if snapshot disk has enough " "space (> 1 GB)" msgstr "" -#: Console/AppConsole.vala:376 +#: src/Console/AppConsole.vala:376 msgid "Specify backup device (default: config)" msgstr "" -#: Console/AppConsole.vala:368 +#: src/Console/AppConsole.vala:368 msgid "Specify device for installing GRUB2 bootloader" msgstr "" -#: Console/AppConsole.vala:366 +#: src/Console/AppConsole.vala:366 msgid "Specify snapshot to restore" msgstr "" -#: Console/AppConsole.vala:367 +#: src/Console/AppConsole.vala:367 msgid "Specify target device" msgstr "" -#: Core/SnapshotRepo.vala:452 Core/SnapshotRepo.vala:662 -#: Gtk/RsyncLogBox.vala:472 +#: src/Core/SnapshotRepo.vala:452 src/Core/SnapshotRepo.vala:662 +#: src/Gtk/RsyncLogBox.vala:472 #, c-format msgid "Status" msgstr "" -#: Gtk/ScheduleBox.vala:154 +#: src/Gtk/ScheduleBox.vala:154 msgid "Stop cron emails for scheduled tasks" msgstr "" -#: Utility/TeeJee.Process.vala:486 +#: src/Utility/TeeJee.Process.vala:486 msgid "Stopped" msgstr "" -#: Core/Subvolume.vala:202 +#: src/Core/Subvolume.vala:202 #, c-format msgid "Subvolume exists at destination" msgstr "" -#: Gtk/SnapshotListBox.vala:275 +#: src/Gtk/SnapshotListBox.vala:275 #, c-format msgid "Subvolumes" msgstr "" -#: Gtk/ExcludeAppsBox.vala:135 Gtk/ExcludeBox.vala:267 -#: Gtk/RestoreWindow.vala:120 +#: src/Gtk/ExcludeBox.vala:267 src/Gtk/RestoreWindow.vala:120 +#: src/Gtk/ExcludeAppsBox.vala:135 msgid "Summary" msgstr "" -#: Console/AppConsole.vala:378 +#: src/Console/AppConsole.vala:378 msgid "Switch to BTRFS mode (default: config)" msgstr "" -#: Console/AppConsole.vala:379 +#: src/Console/AppConsole.vala:379 msgid "Switch to RSYNC mode (default: config)" msgstr "" -#: Core/SnapshotRepo.vala:1017 +#: src/Core/SnapshotRepo.vala:1017 msgid "Symlinks updated" msgstr "" -#: Core/Main.vala:2403 +#: src/Core/Main.vala:2403 msgid "Synching file systems..." msgstr "" -#: Core/Main.vala:1382 Core/Main.vala:2565 Core/Main.vala:2806 +#: src/Core/Main.vala:1382 src/Core/Main.vala:2573 src/Core/Main.vala:2814 msgid "Synching files with rsync..." msgstr "" -#: Gtk/AppGtk.vala:113 +#: src/Gtk/AppGtk.vala:113 msgid "Syntax" msgstr "" -#: Gtk/SnapshotListBox.vala:127 Utility/Device.vala:1959 +#: src/Utility/Device.vala:1959 src/Gtk/SnapshotListBox.vala:127 #, c-format msgid "System" msgstr "" -#: Gtk/MainWindow.vala:947 +#: src/Gtk/MainWindow.vala:942 msgid "System Restore Utility" msgstr "" -#: Gtk/FinishBox.vala:82 +#: src/Gtk/FinishBox.vala:82 msgid "System can be rolled-back to a previous date by restoring a snapshot." msgstr "" -#: Core/Main.vala:2266 +#: src/Core/Main.vala:2266 msgid "System will reboot after files are restored" msgstr "" -#: Core/Main.vala:2216 +#: src/Core/Main.vala:2216 msgid "System will reboot after files are restored." msgstr "" -#: Core/Main.vala:1242 Core/Main.vala:1283 +#: src/Core/Main.vala:1242 src/Core/Main.vala:1283 msgid "Tagged snapshot" msgstr "" -#: Console/AppConsole.vala:427 Gtk/SnapshotListBox.vala:151 +#: src/Console/AppConsole.vala:427 src/Gtk/SnapshotListBox.vala:151 msgid "Tags" msgstr "" -#: Core/Main.vala:2078 +#: src/Core/Main.vala:2078 msgid "Target device is not mounted" msgstr "" -#: Gtk/RestoreDeviceBox.vala:480 +#: src/Gtk/RestoreDeviceBox.vala:480 msgid "Target device is same as system device" msgstr "" -#: Core/Main.vala:2072 +#: src/Core/Main.vala:2072 msgid "Target device not specified!" msgstr "" -#: Gtk/SnapshotBackendBox.vala:119 +#: src/Gtk/SnapshotBackendBox.vala:119 msgid "" "The 'btrfs' command is not available on your system. Install the 'btrfs-" "tools' package and try again." msgstr "" -#: Gtk/ScheduleBox.vala:156 +#: src/Gtk/ScheduleBox.vala:156 msgid "" "The cron service sends the output of scheduled tasks as an email to the " "current user. Select this option to suppress the emails for cron tasks " "created by Timeshift." msgstr "" -#: Core/Main.vala:381 +#: src/Core/Main.vala:381 msgid "The system partition has an unsupported subvolume layout." msgstr "" -#: Core/Main.vala:3464 +#: src/Core/Main.vala:3472 msgid "The target partition has an unsupported subvolume layout." msgstr "" -#: Gtk/BackupDeviceBox.vala:512 +#: src/Gtk/BackupDeviceBox.vala:512 #, c-format msgid "There are no snapshots on this device" msgstr "" -#: Utility/Device.vala:1380 +#: src/Utility/Device.vala:1380 msgid "This device is not encrypted" msgstr "" -#: Core/Main.vala:2232 +#: src/Core/Main.vala:2232 msgid "" "This software comes without absolutely NO warranty and the author takes no " "responsibility for any damage arising from the use of this program." msgstr "" -#: Utility/Gtk/DonationWindow.vala:66 +#: src/Utility/Gtk/DonationWindow.vala:66 msgid "" "This software is free for personal and commercial use. It is distributed in " "the hope that it is useful but without any warranty or support. See the GNU " "General Public License v2 or later for more information" msgstr "" -#: Utility/Gtk/DonationWindow.vala:70 +#: src/Utility/Gtk/DonationWindow.vala:70 msgid "" "This software is updated once a year due to lack of time, developers, and " "funds. You can support this project by making a donation with PayPal." msgstr "" -#: Gtk/MainWindow.vala:1037 Gtk/MainWindow.vala:1048 +#: src/Gtk/MainWindow.vala:1032 src/Gtk/MainWindow.vala:1043 msgid "Timeshift is active" msgstr "" -#: Gtk/BackupBox.vala:94 Gtk/RestoreBox.vala:132 Gtk/RsyncLogBox.vala:394 +#: src/Gtk/BackupBox.vala:94 src/Gtk/RestoreBox.vala:132 +#: src/Gtk/RsyncLogBox.vala:394 #, c-format msgid "Timestamp" msgstr "" -#: Console/AppConsole.vala:613 +#: src/Console/AppConsole.vala:613 #, c-format msgid "To restore with default options, press the ENTER key for all prompts!" msgstr "" -#: Utility/Gtk/AboutWindow.vala:461 +#: src/Utility/Gtk/AboutWindow.vala:461 msgid "Tools" msgstr "" -#: Utility/Gtk/AboutWindow.vala:445 +#: src/Utility/Gtk/AboutWindow.vala:445 msgid "Translations" msgstr "" -#: Console/AppConsole.vala:459 Console/AppConsole.vala:498 -#: Gtk/BackupDeviceBox.vala:190 Gtk/SettingsWindow.vala:87 -#: Utility/Device.vala:1949 +#: src/Utility/Device.vala:1949 src/Console/AppConsole.vala:459 +#: src/Console/AppConsole.vala:498 src/Gtk/BackupDeviceBox.vala:190 +#: src/Gtk/SettingsWindow.vala:87 #, c-format msgid "Type" msgstr "" -#: Utility/Device.vala:1948 +#: src/Utility/Device.vala:1948 #, c-format msgid "UUID" msgstr "" -#: Gtk/AppGtk.vala:99 +#: src/Gtk/AppGtk.vala:99 msgid "Unknown option" msgstr "" -#: Core/Main.vala:1224 +#: src/Core/Main.vala:1224 msgid "Unknown snapshot type" msgstr "" -#: Core/Main.vala:1587 +#: src/Core/Main.vala:1587 msgid "Unknown value specified for option --tags" msgstr "" -#: Utility/Device.vala:1391 Utility/Device.vala:1507 +#: src/Utility/Device.vala:1391 src/Utility/Device.vala:1507 #, c-format msgid "Unlocked device is mapped to '%s'" msgstr "" -#: Utility/Device.vala:1506 +#: src/Utility/Device.vala:1506 msgid "Unlocked successfully" msgstr "" -#: Utility/Device.vala:1722 +#: src/Utility/Device.vala:1722 msgid "Unmounting from" msgstr "" -#: Gtk/SnapshotListBox.vala:199 +#: src/Gtk/SnapshotListBox.vala:199 msgid "Unshared" msgstr "" -#: Core/Main.vala:3468 Gtk/RestoreDeviceBox.vala:522 +#: src/Core/Main.vala:3476 src/Gtk/RestoreDeviceBox.vala:522 msgid "Unsupported Subvolume Layout" msgstr "" -#: Gtk/BootOptionsBox.vala:150 +#: src/Gtk/BootOptionsBox.vala:150 msgid "Update GRUB menu" msgstr "" -#: Gtk/BootOptionsBox.vala:135 +#: src/Gtk/BootOptionsBox.vala:135 msgid "Update initramfs" msgstr "" -#: Core/Main.vala:2745 +#: src/Core/Main.vala:2753 msgid "Updated /etc/crypttab on target device" msgstr "" -#: Core/Main.vala:2665 +#: src/Core/Main.vala:2673 msgid "Updated /etc/fstab on target device" msgstr "" -#: Gtk/BootOptionsBox.vala:152 +#: src/Gtk/BootOptionsBox.vala:152 msgid "" "Updates the GRUB menu entries (recommended). This is safe to run and should " "be left selected." msgstr "" -#: Core/Main.vala:2386 +#: src/Core/Main.vala:2386 msgid "Updating GRUB menu..." msgstr "" -#: Core/Main.vala:2589 +#: src/Core/Main.vala:2597 msgid "Updating bootloader configuration..." msgstr "" -#: Utility/Gtk/DonationWindow.vala:81 +#: src/Utility/Gtk/DonationWindow.vala:81 msgid "" "Use the GitHub issue tracker for reporting issues, or post your questions on " "the Linux Mint forums. Please avoid reporting issues by email." msgstr "" -#: Utility/Device.vala:1956 +#: src/Utility/Device.vala:1956 #, c-format msgid "Used" msgstr "" -#: Gtk/SetupWizardWindow.vala:114 Gtk/UsersBox.vala:105 +#: src/Gtk/SetupWizardWindow.vala:114 src/Gtk/UsersBox.vala:105 msgid "User" msgstr "" -#: Gtk/UsersBox.vala:63 +#: src/Gtk/UsersBox.vala:63 msgid "User Home Directories" msgstr "" -#: Utility/Device.vala:1461 +#: src/Utility/Device.vala:1461 msgid "User cancelled the password prompt" msgstr "" -#: Gtk/UsersBox.vala:67 +#: src/Gtk/UsersBox.vala:67 msgid "" "User home directories are excluded by default unless you enable them here" msgstr "" -#: Gtk/SettingsWindow.vala:101 +#: src/Gtk/SettingsWindow.vala:101 msgid "Users" msgstr "" -#: Gtk/RestoreWindow.vala:114 +#: src/Gtk/RestoreWindow.vala:114 msgid "Users Home" msgstr "" -#: Utility/Device.vala:1933 +#: src/Utility/Device.vala:1933 #, c-format msgid "Vendor" msgstr "" -#: Gtk/SnapshotListBox.vala:343 +#: src/Gtk/SnapshotListBox.vala:343 msgid "View Rsync Log for Create" msgstr "" -#: Gtk/SnapshotListBox.vala:350 +#: src/Gtk/SnapshotListBox.vala:350 msgid "View Rsync Log for Restore" msgstr "" -#: Gtk/MainWindow.vala:380 +#: src/Gtk/MainWindow.vala:370 msgid "View TimeShift Logs" msgstr "" -#: Utility/Gtk/DonationWindow.vala:100 +#: src/Utility/Gtk/DonationWindow.vala:100 msgid "Visit Website" msgstr "" -#: Gtk/RestoreDeviceBox.vala:101 +#: src/Gtk/RestoreDeviceBox.vala:101 msgid "Volume" msgstr "" -#: Core/Main.vala:2127 Gtk/RestoreSummaryBox.vala:53 +#: src/Core/Main.vala:2127 src/Gtk/RestoreSummaryBox.vala:53 msgid "Warning" msgstr "" -#: Gtk/RestoreExcludeBox.vala:61 +#: src/Gtk/RestoreExcludeBox.vala:61 msgid "Web Browsers" msgstr "" -#: Gtk/ScheduleBox.vala:82 Gtk/SnapshotListBox.vala:301 +#: src/Gtk/SnapshotListBox.vala:301 src/Gtk/ScheduleBox.vala:82 msgid "Weekly" msgstr "" -#: Core/Main.vala:1126 +#: src/Core/Main.vala:1126 msgid "Weekly snapshot failed!" msgstr "" -#: Core/Main.vala:1107 +#: src/Core/Main.vala:1107 msgid "Weekly snapshots are enabled" msgstr "" -#: Utility/Gtk/DonationWindow.vala:90 +#: src/Utility/Gtk/DonationWindow.vala:90 msgid "Wiki" msgstr "" -#: Gtk/BackupFinishBox.vala:63 Gtk/DeleteFinishBox.vala:63 +#: src/Gtk/DeleteFinishBox.vala:63 src/Gtk/BackupFinishBox.vala:63 msgid "With Errors" msgstr "" -#: Gtk/MainWindow.vala:191 +#: src/Gtk/MainWindow.vala:191 msgid "Wizard" msgstr "" -#: Utility/Device.vala:1434 Utility/Device.vala:1480 +#: src/Utility/Device.vala:1434 src/Utility/Device.vala:1480 msgid "Wrong password" msgstr "" -#: Utility/Gtk/CustomMessageDialog.vala:153 +#: src/Utility/Gtk/CustomMessageDialog.vala:153 msgid "Yes" msgstr "" -#: Gtk/RestoreFinishBox.vala:98 +#: src/Gtk/RestoreFinishBox.vala:98 msgid "" "You can continue working on the current system. After restart, the current " "system will be visible as a new snapshot. This snapshot can be restored " "later if required, to 'undo' the restore." msgstr "" -#: Gtk/RestoreDeviceBox.vala:413 +#: src/Gtk/RestoreDeviceBox.vala:413 msgid "" "[Advanced Users Only] Change these settings only if the restored system " "fails to boot." msgstr "" -#: Console/AppConsole.vala:1012 +#: src/Console/AppConsole.vala:1012 #, c-format msgid "[ENTER = Default (%s), a = Abort]" msgstr "" -#: Console/AppConsole.vala:883 +#: src/Console/AppConsole.vala:883 #, c-format msgid "[ENTER = Default (%s), r = Root device, a = Abort]" msgstr "" -#: Utility/AppLock.vala:54 +#: src/Utility/AppLock.vala:54 msgid "[Warning] Deleted invalid lock" msgstr "" -#: Core/SnapshotRepo.vala:870 +#: src/Core/SnapshotRepo.vala:870 msgid "all" msgstr "" -#: Core/Main.vala:1515 Core/Main.vala:3895 Core/Main.vala:3979 -#: Core/Main.vala:4087 Core/Main.vala:4126 Core/Subvolume.vala:214 +#: src/Core/Main.vala:1515 src/Core/Main.vala:3903 src/Core/Main.vala:3987 +#: src/Core/Main.vala:4095 src/Core/Main.vala:4134 src/Core/Subvolume.vala:214 msgid "btrfs returned an error" msgstr "" -#: Core/Main.vala:1414 Core/Snapshot.vala:500 +#: src/Core/Snapshot.vala:500 src/Core/Main.vala:1414 msgid "complete" msgstr "" -#: Utility/CronTab.vala:261 +#: src/Utility/CronTab.vala:261 msgid "crontab file exported" msgstr "" -#: Utility/CronTab.vala:244 +#: src/Utility/CronTab.vala:244 msgid "crontab file installed" msgstr "" -#: Core/SnapshotRepo.vala:856 +#: src/Core/SnapshotRepo.vala:856 msgid "incomplete" msgstr "" -#: Core/SnapshotRepo.vala:838 +#: src/Core/SnapshotRepo.vala:838 msgid "marked for deletion" msgstr "" -#: Core/Main.vala:1306 Core/Main.vala:1460 Core/Main.vala:1462 +#: src/Core/Main.vala:1306 src/Core/Main.vala:1460 src/Core/Main.vala:1462 msgid "mounted at path" msgstr "" -#: Core/Main.vala:1414 Core/Snapshot.vala:501 Gtk/BackupBox.vala:234 -#: Gtk/DeleteBox.vala:149 Gtk/RestoreBox.vala:237 +#: src/Core/Snapshot.vala:501 src/Core/Main.vala:1414 +#: src/Gtk/BackupBox.vala:234 src/Gtk/RestoreBox.vala:237 +#: src/Gtk/DeleteBox.vala:149 msgid "remaining" msgstr "" -#: Core/Main.vala:1425 +#: src/Core/Main.vala:1425 msgid "rsync returned an error" msgstr "" -#: Core/SnapshotRepo.vala:687 Core/SnapshotRepo.vala:740 -#: Core/SnapshotRepo.vala:819 +#: src/Core/SnapshotRepo.vala:687 src/Core/SnapshotRepo.vala:740 +#: src/Core/SnapshotRepo.vala:819 msgid "un-tagged" msgstr "" + +#: src/share/polkit-1/actions/in.teejeetech.pkexec.timeshift.policy:9 +msgid "Timeshift" +msgstr "" + +#: src/share/polkit-1/actions/in.teejeetech.pkexec.timeshift.policy:10 +#: src/share/polkit-1/actions/in.teejeetech.pkexec.timeshift.policy:22 +msgid "Run Timeshift as Administrator" +msgstr "" + +#: src/share/polkit-1/actions/in.teejeetech.pkexec.timeshift.policy:21 +msgid "Authentication is required to run Timeshift as Administrator" +msgstr ""