| Index | index by Group | index by Distribution | index by Vendor | index by creation date | index by Name | Mirrors | Help | Search |
| Name: timeshift-lang | Distribution: openSUSE Tumbleweed |
| Version: 25.12.4 | Vendor: openSUSE |
| Release: 1.1 | Build date: Wed Mar 4 15:37:30 2026 |
| Group: System/Localization | Build host: reproducible |
| Size: 2907621 | Source RPM: timeshift-25.12.4-1.1.src.rpm |
| Packager: https://bugs.opensuse.org | |
| Url: https://github.com/linuxmint/timeshift | |
| Summary: Translations for package timeshift | |
Provides translations for the "timeshift" package.
GPL-3.0-only
* Wed Mar 04 2026 malcolmlewis@opensuse.org
- Updated to version 25.12.4:
* l10n: Update translations.
- Changes from version 25.12.3:
* Update AppConsole.vala, (gh#linuxmint/timeshift#490)
* Main.vala: Fix a warning and don't update config file when
exiting early due to an error.
- Changes from version 25.12.2:
* TeeJee.FileSystem.vala: Remove any existing destination file
before attempting to write.
- Changes from version 25.12.1:
* l10n: Update translations.
- Changes from version 25.12.0:
* Improve issue template, (gh#linuxmint/timeshift#478).
* Trigger backup hooks after rsync snapshots,
(gh#linuxmint/timeshift#470).
* Subvolume: Enhance nested subvolume deletion verification
process, (gh#linuxmint/timeshift#467).
* Update Main.vala function restore_current_system check that
dst_root is not null, (gh#linuxmint/timeshift#386).
* Improve retrieving of session related environment variables,
(gh#linuxmint/timeshift#460).
* Do not fail all subvolumes if one failed to remove a qgroup;
only sync if qgroups are going to be deleted,
(gh#linuxmint/timeshift#458).
* Add button to pause rsync snapshots,
(gh#linuxmint/timeshift#469).
* Remove dependency to which, chmod and chown.
* Remove unused code; fix compiler warnings; only update control
file if changed.
* Simplify `AsyncTask` code and use `RsyncTask` to estimate
Snapshot size, (gh#linuxmint/timeshift#428).
* Fix about links, (gh#linuxmint/timeshift#459).
* Fix notify, (gh#linuxmint/timeshift#475).
* Fix: replace XWayland backend with Wayland in Wayland sessions,
(gh#linuxmint/timeshift#414 and gh#linuxmint/timeshift#387).
* timeshift-launcher: Remove wayland check, rename copy_env() to
setup_env().
* Add lvm-on-luks partition to crypttab,
(gh#linuxmint/timeshift#398).
* Check if qgroup exists before attempting to destroy it,
(gh#linuxmint/timeshift#484).
* Fix: the continue loop error in the device selection logic,
(gh#linuxmint/timeshift#456).
* l10n: Update POT.
* Sat Sep 06 2025 malcolmlewis@opensuse.org
- Updated to version 25.07.7:
* l10n: Update translations.
- Changes from version 25.07.6:
* Add startup check of btrfs-progs version to determine
capabilities.
* Main.vala: Improve readability of btrfs-progs version check.
- Changes from version 25.07.5:
* Error if both lsb_release n os_release are missing,
(gh#linuxmint/timeshift#431).
- Changes from version 25.07.4:
* TeeJee.Process.vala: Use GLib read_link instead of Posix
readlink.
- Changes from version 25.07.3:
* l10n: Update translations.
- Changes from version 25.07.2:
* Don't flag new log messages for translations.
* l10n: Update POT.
- Changes from version 25.07.1:
* Subvolume.vala: (btrfs) Wait for async file operations to
complete.
* Btrfs: support default subvolid!=0,
(gh#linuxmint/timeshift#334).
* Allow explicitly setting ondemand tag from CLI,
(gh#linuxmint/timeshift#399).
* AppStream metadata fixes, (gh#linuxmint/timeshift#391).
* Remove dependencies to external binarys,
(gh#linuxmint/timeshift#333).
* Add user settings before defaults,
(gh#linuxmint/timeshift#342).
* Query the correct root path on btrfs,
(gh#linuxmint/timeshift#377).
* Add "timeshift" to the tempdir names,
(gh#linuxmint/timeshift#395).
* Refactor LinuxDistro (gh#linuxmint/timeshift#376).
* Main.vala: Don't check for distro name on every device.
* BTRFS custom hooks, (gh#linuxmint/timeshift#381).
* Specify the environment variables named DISPLAY and XAUTHORITY,
(gh#linuxmint/timeshift#384).
* Always delete brfs volumes recursively,
(gh#linuxmint/timeshift#423).
* Only kill a task if its pid is set,
(gh#linuxmint/timeshift#427).
* Add full non-interactive mode, (gh#linuxmint/timeshift#388).
* l10n: Update POT.
- Change metainfo to com.linuxmint.timeshift.
* Tue Jan 07 2025 ming li <mli@suse.com>
- Updated to version 24.06.6:
* l10n: Update translations
* Fri Dec 06 2024 malcolmlewis@opensuse.org
- Updated to version 24.06.5:
* l10n: Translation updates.
- Changes from version 24.06.4:
* Always have a config object, (gh#linuxmint/timeshift#371).
* Update timeshift.appdata.xml, (gh#linuxmint/timeshift#356).
- Changes from version 24.06.3:
* l10n: Translation updates.
- Changes from version 24.06.2:
* l10n: Translation updates.
- Drop deprecated %%suse_update_desktop_file and build requires on
update-desktop-files from spec file.
* Sat Jun 08 2024 malcolmlewis@opensuse.org
- Update to 24.06.1:
* l10n: Update translations.
- Fix duplicate file warning with fdupes in spec file.
* Sat Jan 27 2024 Dirk Müller <dmueller@suse.com>
- update to 24.01.1:
* l10n: Update translations
* Mon Jan 01 2024 malcolmlewis@opensuse.org
- Updated to version 23.12.2:
* Fix RAID handling in device lookup,
(gh#linuxmint/timeshift#252).
* Check /proc/cmdline for the live-session check.
- Changes from version 23.12.1:
* Docs/man/meson.build: Use -N for help2man to avoid texinfo
section, (gh#linuxmint/timeshift#217).
* Docs/development.md: Fix meson setup command,
(gh#linuxmint/timeshift#224).
* Translation updates.
* Mon Sep 04 2023 ecsos <ecsos@opensuse.org>
- Update to 23.07.1:
* build: allow installing default.json to sysconfdir (#208)
* treewide: use /usr/bin/env bash for shebang (#209)
* Update translations
- Changes from 23.06.2:
* Fix the desktop file name + project license in appdata (#204)
* Update translations
- Changes from 23.06.1:
* Update Device.vala
* Update URLs to HTTPS
* README.md: fix a typo
* Added extra constraints to BTRFS mode in Supported System Configurations (#103)
* src/Utility: fix deprecated Thread.create usage (#151)
* AsyncTask: Use a mutex to guard access to AsyncTask.status_line.
* Fix printf format warnings (#162)
* Don't use deprecated from_timeval_utc function
* Fix deprecated Thread.create usage
* Fix segmentation fault (#169)
* Added missing documentation regarding tags abbrevation which was difficult to find (#168)
* Console: add --version option (#175)
* Development documentation for easier accessibility (#170)
* Remove timeshift-uninstall binary (#176)
* Debian clean up (#180)
* Console: add --version option description to the help massages (#181)
* src/makefile: remove VTE_291_OLD and VTE_291 symbols (#183)
* Fix project's license (#189)
* Use help2man utility to create a man page. (#178)
* meson support (#173)
* Fix deprecated Gtk.Widget.margin_left and Gtk.Widget.margin_right properties
* Use get_hadjustment via casting TreeView to Gtk.Scrollable
* meson: add project's license definition
* Don't use the deprecated Gtk.TreeView.rules_hint feature (#201)
* docs: automatically generate timeshift-gtk manpage (#194)
* Use an unsafe cast (#200)
* l10n: Update POT
* Tue Jan 17 2023 Dirk Müller <dmueller@suse.com>
- update to 22.11.2:
* Main.vala: Turn the initial btrfs quota error into a message if we think we
know what the error is.
* Sat Dec 03 2022 Dirk Müller <dmueller@suse.com>
- update to 22.11.1:
* Update README.md to include build dependencies and instructions
* Changes man page to GROFF format (#73)
* Add github workflow.
* Clean up debian/control, appdata, build file.
* debian/control: Restore newline.
* #939, #937: Fix crash on ArchLinux and Ubuntu 22.10 Kinetic
* Don't show message when unmounting temporary mount points
* Remove some unused code and functions
* Use -Os for compilation instead of -O3
* Update timeshift-gtk.desktop
* Fix typo in timeshift-gtk.desktop
* Fix some file permissions.
* Delete the empty 'timeshift-wiki' folder
* Remove mention of installer in README; Remove config file for installer
* Remove config file for old GitHub pages site
* Remove empty NOTES file
* Remove BUILD_CONFIG
* Restore btrfs qgroups size & unshared size columns
* Main.vala: Don't continue to try to get btrfs quota info if it fails the
first time.
/usr/share/locale/ar/LC_MESSAGES/timeshift.mo /usr/share/locale/az/LC_MESSAGES/timeshift.mo /usr/share/locale/be/LC_MESSAGES/timeshift.mo /usr/share/locale/bg/LC_MESSAGES/timeshift.mo /usr/share/locale/br/LC_MESSAGES/timeshift.mo /usr/share/locale/ca/LC_MESSAGES/timeshift.mo /usr/share/locale/ca@valencia/LC_MESSAGES/timeshift.mo /usr/share/locale/cs/LC_MESSAGES/timeshift.mo /usr/share/locale/cy/LC_MESSAGES/timeshift.mo /usr/share/locale/da/LC_MESSAGES/timeshift.mo /usr/share/locale/de/LC_MESSAGES/timeshift.mo /usr/share/locale/el/LC_MESSAGES/timeshift.mo /usr/share/locale/en_GB/LC_MESSAGES/timeshift.mo /usr/share/locale/eo/LC_MESSAGES/timeshift.mo /usr/share/locale/es/LC_MESSAGES/timeshift.mo /usr/share/locale/et/LC_MESSAGES/timeshift.mo /usr/share/locale/eu/LC_MESSAGES/timeshift.mo /usr/share/locale/fa/LC_MESSAGES/timeshift.mo /usr/share/locale/fi/LC_MESSAGES/timeshift.mo /usr/share/locale/fr/LC_MESSAGES/timeshift.mo /usr/share/locale/fr_CA/LC_MESSAGES/timeshift.mo /usr/share/locale/he/LC_MESSAGES/timeshift.mo /usr/share/locale/hi/LC_MESSAGES/timeshift.mo /usr/share/locale/hr/LC_MESSAGES/timeshift.mo /usr/share/locale/hu/LC_MESSAGES/timeshift.mo /usr/share/locale/ia/LC_MESSAGES/timeshift.mo /usr/share/locale/id/LC_MESSAGES/timeshift.mo /usr/share/locale/is/LC_MESSAGES/timeshift.mo /usr/share/locale/it/LC_MESSAGES/timeshift.mo /usr/share/locale/ja/LC_MESSAGES/timeshift.mo /usr/share/locale/ka/LC_MESSAGES/timeshift.mo /usr/share/locale/ko/LC_MESSAGES/timeshift.mo /usr/share/locale/lt/LC_MESSAGES/timeshift.mo /usr/share/locale/lv/LC_MESSAGES/timeshift.mo /usr/share/locale/mk/LC_MESSAGES/timeshift.mo /usr/share/locale/nb/LC_MESSAGES/timeshift.mo /usr/share/locale/ne/LC_MESSAGES/timeshift.mo /usr/share/locale/nl/LC_MESSAGES/timeshift.mo /usr/share/locale/nn/LC_MESSAGES/timeshift.mo /usr/share/locale/oc/LC_MESSAGES/timeshift.mo /usr/share/locale/pl/LC_MESSAGES/timeshift.mo /usr/share/locale/pt/LC_MESSAGES/timeshift.mo /usr/share/locale/pt_BR/LC_MESSAGES/timeshift.mo /usr/share/locale/ro/LC_MESSAGES/timeshift.mo /usr/share/locale/ru/LC_MESSAGES/timeshift.mo /usr/share/locale/sk/LC_MESSAGES/timeshift.mo /usr/share/locale/sl/LC_MESSAGES/timeshift.mo /usr/share/locale/sq/LC_MESSAGES/timeshift.mo /usr/share/locale/sr/LC_MESSAGES/timeshift.mo /usr/share/locale/sr@latin/LC_MESSAGES/timeshift.mo /usr/share/locale/sv/LC_MESSAGES/timeshift.mo /usr/share/locale/te/LC_MESSAGES/timeshift.mo /usr/share/locale/th/LC_MESSAGES/timeshift.mo /usr/share/locale/tr/LC_MESSAGES/timeshift.mo /usr/share/locale/uk/LC_MESSAGES/timeshift.mo /usr/share/locale/vi/LC_MESSAGES/timeshift.mo /usr/share/locale/zh_CN/LC_MESSAGES/timeshift.mo /usr/share/locale/zh_TW/LC_MESSAGES/timeshift.mo
Generated by rpm2html 1.8.1
Fabrice Bellet, Fri Jul 24 16:18:25 2026