Skip to content

Commit

Permalink
Release Candidate: Back In Time 1.5.1 (July 27, 2024)
Browse files Browse the repository at this point in the history
  • Loading branch information
buhtz authored Jul 27, 2024
1 parent 9f25fb2 commit a371d14
Show file tree
Hide file tree
Showing 13 changed files with 173 additions and 181 deletions.
12 changes: 6 additions & 6 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,12 +35,12 @@ before_install:
# install screen, and util-linux (provides flock) for test_sshtools
- sudo apt-get install -y sshfs screen util-linux libdbus-1-dev

jobs:
exclude:
- python: "3.9"
- python: "3.10"
- python: "3.11"
- python: "3.12"
# jobs:
# exclude:
# - python: "3.9"
# - python: "3.10"
# - python: "3.11"
# - python: "3.12"

install:
- pip install -U pip
Expand Down
5 changes: 4 additions & 1 deletion CHANGES
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
Back In Time
Version 1.5.1-dev (development of upcoming release)
Version 1.5.2-dev (development of upcoming release)
..

Version 1.5.1 (2024-07-27)
* Fix: Use correct port to ping SSH Proxy (#1815)

Version 1.5.0 (2024-07-26)
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.5.1-dev
1.5.1
6 changes: 3 additions & 3 deletions common/languages.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Generated at Mon Jul 22 21:50:46 2024 with help of package "babel" and "polib".
# Generated at Sat Jul 27 19:12:27 2024 with help of package "babel" and "polib".
# https://babel.pocoo.org
# https://github.com/python-babel/babel

Expand Down Expand Up @@ -2087,7 +2087,7 @@
'en': 100,
'eo': 100,
'es': 100,
'et': 32,
'et': 33,
'eu': 94,
'fa': 77,
'fi': 86,
Expand All @@ -2113,7 +2113,7 @@
'ru': 76,
'sk': 46,
'sl': 94,
'sr': 84,
'sr': 100,
'sv': 61,
'th': 63,
'tr': 99,
Expand Down
2 changes: 1 addition & 1 deletion common/man/C/backintime-askpass.1
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
.TH backintime-askpass 1 "July 2024" "version 1.5.1-dev" "USER COMMANDS"
.TH backintime-askpass 1 "July 2024" "version 1.5.1" "USER COMMANDS"
.SH NAME
backintime-askpass \- a simple backup tool for Linux.
.PP
Expand Down
2 changes: 1 addition & 1 deletion common/man/C/backintime-config.1
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
.TH backintime-config 1 "July 2024" "version 1.5.1-dev" "USER COMMANDS"
.TH backintime-config 1 "July 2024" "version 1.5.1" "USER COMMANDS"
.SH NAME
config \- BackInTime configuration files.
.SH SYNOPSIS
Expand Down
2 changes: 1 addition & 1 deletion common/man/C/backintime.1
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
.TH backintime 1 "July 2024" "version 1.5.1-dev" "USER COMMANDS"
.TH backintime 1 "July 2024" "version 1.5.1" "USER COMMANDS"
.SH NAME
backintime \- a simple backup tool for Linux.
.PP
Expand Down
22 changes: 11 additions & 11 deletions common/po/et.po
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@
msgid ""
msgstr ""
"Project-Id-Version: backintime\n"
"Report-Msgid-Bugs-To: https://github.com/bit-team/backintime\n"
"Report-Msgid-Bugs-To: c.buhtz@posteo.jp\n"
"POT-Creation-Date: 2024-07-22 21:49+0200\n"
"PO-Revision-Date: 2024-07-22 12:04+0000\n"
"Last-Translator: buhtz <buhtz@users.noreply.translate.codeberg.org>\n"
"PO-Revision-Date: 2024-07-27 06:38+0000\n"
"Last-Translator: Priit Jõerüüt <jrtcdbrg@users.noreply.translate.codeberg.org>\n"
"Language-Team: Estonian <https://translate.codeberg.org/projects/backintime/common/et/>\n"
"Language: et\n"
"MIME-Version: 1.0\n"
Expand Down Expand Up @@ -1039,39 +1039,39 @@ msgstr "Peamine profiil"

#: qt/settingsdialog.py:187
msgid "Edit"
msgstr "Muutmine"
msgstr "Muuda"

#: qt/settingsdialog.py:191 qt/settingsdialog.py:668
msgid "Add"
msgstr ""
msgstr "Lisa"

#: qt/settingsdialog.py:195 qt/settingsdialog.py:615 qt/settingsdialog.py:686
msgid "Remove"
msgstr ""
msgstr "Eemalda"

#: qt/settingsdialog.py:210
msgid "&General"
msgstr "Ü&ldine"

#: qt/settingsdialog.py:220 qt/settingsdialog.py:2629
msgid "Mode:"
msgstr ""
msgstr "Töörežiim:"

#: qt/settingsdialog.py:239 qt/settingsdialog.py:2161
msgid "Where to save snapshots"
msgstr "Kuhu salvestada tõmmis"
msgstr "Kuhu salvestame tõmmise"

#: qt/settingsdialog.py:255
msgid "Folder"
msgstr ""
msgstr "Kaust"

#: qt/settingsdialog.py:263
msgid "SSH Settings"
msgstr ""
msgstr "SSH seadistused"

#: qt/settingsdialog.py:290
msgid "Path:"
msgstr ""
msgstr "Asukoht:"

#: qt/settingsdialog.py:296
msgid "Cipher:"
Expand Down
6 changes: 3 additions & 3 deletions common/po/fr.po
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@
msgid ""
msgstr ""
"Project-Id-Version: Back In Time 0.8.8\n"
"Report-Msgid-Bugs-To: https://github.com/bit-team/backintime\n"
"Report-Msgid-Bugs-To: c.buhtz@posteo.jp\n"
"POT-Creation-Date: 2024-07-22 21:49+0200\n"
"PO-Revision-Date: 2024-07-22 07:07+0000\n"
"PO-Revision-Date: 2024-07-27 06:38+0000\n"
"Last-Translator: buhtz <buhtz@users.noreply.translate.codeberg.org>\n"
"Language-Team: French <https://translate.codeberg.org/projects/backintime/common/fr/>\n"
"Language: fr\n"
Expand Down Expand Up @@ -748,7 +748,7 @@ msgstr "Répertoires sauvegardés"

#: qt/app.py:1266
msgid "Snapshot Name"
msgstr "Nom du l'instantané"
msgstr "Nom de l'instantané"

#: qt/app.py:1313
msgid "Are you sure you want to remove this snapshot?"
Expand Down
8 changes: 4 additions & 4 deletions common/po/gl.po
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@
msgid ""
msgstr ""
"Project-Id-Version: backintime\n"
"Report-Msgid-Bugs-To: https://github.com/bit-team/backintime\n"
"Report-Msgid-Bugs-To: c.buhtz@posteo.jp\n"
"POT-Creation-Date: 2024-07-22 21:49+0200\n"
"PO-Revision-Date: 2024-07-17 11:41+0000\n"
"PO-Revision-Date: 2024-07-24 15:18+0000\n"
"Last-Translator: mbouzada <mbouzada@users.noreply.translate.codeberg.org>\n"
"Language-Team: Galician <https://translate.codeberg.org/projects/backintime/common/gl/>\n"
"Language: gl\n"
Expand Down Expand Up @@ -79,11 +79,11 @@ msgstr "Debe escoller polo menos un cartafol para a copia de seguranza!"

#: common/config.py:388
msgid "Backup folder cannot be included."
msgstr "Non foi posíbel incluír o cartafol de copias de seguranza."
msgstr "Non é posíbel incluír o cartafol de copias de seguranza."

#: common/config.py:400
msgid "Backup sub-folder cannot be included."
msgstr "Non foi posíbel pode incluír o subcartafol de copia de seguranza."
msgstr "Non é posíbel incluír o subcartafol de copia de seguranza."

#: common/config.py:447
#, python-brace-format
Expand Down
Loading

0 comments on commit a371d14

Please sign in to comment.