mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
update copyright year and version details
While the update to the copyright year really isn't required, it just looks better. By using the canonical instead of the git version in user visible strings we are creating more consistency in how we refer to the version. Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
7d751a8160
commit
ef35c3e8cb
38 changed files with 100 additions and 100 deletions
|
@ -31,9 +31,9 @@ void print_version()
|
||||||
if (version_printed)
|
if (version_printed)
|
||||||
return;
|
return;
|
||||||
#if defined(SUBSURFACE_DOWNLOADER)
|
#if defined(SUBSURFACE_DOWNLOADER)
|
||||||
printf("Subsurface-downloader v%s,\n", subsurface_git_version());
|
printf("Subsurface-downloader v%s,\n", subsurface_canonical_version());
|
||||||
#else
|
#else
|
||||||
printf("Subsurface v%s,\n", subsurface_git_version());
|
printf("Subsurface v%s,\n", subsurface_canonical_version());
|
||||||
#endif
|
#endif
|
||||||
printf("built with libdivecomputer v%s\n", dc_version(NULL));
|
printf("built with libdivecomputer v%s\n", dc_version(NULL));
|
||||||
print_qt_versions();
|
print_qt_versions();
|
||||||
|
|
|
@ -10,13 +10,13 @@ SubsurfaceAbout::SubsurfaceAbout(QWidget *parent) : QDialog(parent, QFlag(0))
|
||||||
ui.setupUi(this);
|
ui.setupUi(this);
|
||||||
|
|
||||||
setWindowModality(Qt::ApplicationModal);
|
setWindowModality(Qt::ApplicationModal);
|
||||||
QString versionString(subsurface_git_version());
|
QString versionString(subsurface_canonical_version());
|
||||||
|
|
||||||
ui.aboutLabel->setText(tr("<span style='font-size: 18pt; font-weight: bold;'>"
|
ui.aboutLabel->setText(tr("<span style='font-size: 18pt; font-weight: bold;'>"
|
||||||
"Subsurface %1 </span><br><br>"
|
"Subsurface %1 </span><br><br>"
|
||||||
"Multi-platform divelog software<br>"
|
"Multi-platform divelog software<br>"
|
||||||
"<span style='font-size: 8pt'>"
|
"<span style='font-size: 8pt'>"
|
||||||
"Linus Torvalds, Dirk Hohndel, Tomaz Canabrava, Berthold Stoeger, and others, 2011-2022"
|
"Linus Torvalds, Dirk Hohndel, Tomaz Canabrava, Berthold Stoeger, and others, 2011-2024"
|
||||||
"</span>").arg(versionString));
|
"</span>").arg(versionString));
|
||||||
|
|
||||||
QShortcut *close = new QShortcut(QKeySequence(Qt::CTRL | Qt::Key_W), this);
|
QShortcut *close = new QShortcut(QKeySequence(Qt::CTRL | Qt::Key_W), this);
|
||||||
|
|
|
@ -48,7 +48,7 @@ Kirigami.ScrollablePage {
|
||||||
}
|
}
|
||||||
|
|
||||||
Kirigami.Heading {
|
Kirigami.Heading {
|
||||||
text: qsTr("Version: %1\n\n© Subsurface developer team\n2011-2022").arg(manager.getVersion())
|
text: qsTr("Version: %1\n\n© Subsurface developer team\n2011-2024").arg(manager.getVersion())
|
||||||
level: 5
|
level: 5
|
||||||
color: subsurfaceTheme.textColor
|
color: subsurfaceTheme.textColor
|
||||||
font.pointSize: subsurfaceTheme.smallPointSize + 1
|
font.pointSize: subsurfaceTheme.smallPointSize + 1
|
||||||
|
|
|
@ -27,7 +27,7 @@
|
||||||
<key>NOTE</key>
|
<key>NOTE</key>
|
||||||
<string>Subsurface is open source software released under the GPLv2 -- and includes many other open source components like Qt, Kirigami, libdivecomputer, and others.</string>
|
<string>Subsurface is open source software released under the GPLv2 -- and includes many other open source components like Qt, Kirigami, libdivecomputer, and others.</string>
|
||||||
<key>NSHumanReadableCopyright</key>
|
<key>NSHumanReadableCopyright</key>
|
||||||
<string>Copyright © 2011-2022 Linus Torvalds, Dirk Hohndel, Tomaz Canabrava, Berthold Stoeger, and the Subsurface developer team</string>
|
<string>Copyright © 2011-2024 Linus Torvalds, Dirk Hohndel, Tomaz Canabrava, Berthold Stoeger, and the Subsurface developer team</string>
|
||||||
<key>NSMainNibFile</key>
|
<key>NSMainNibFile</key>
|
||||||
<string>SubsurfaceMobileLaunch</string>
|
<string>SubsurfaceMobileLaunch</string>
|
||||||
<key>UILaunchStoryboardName</key>
|
<key>UILaunchStoryboardName</key>
|
||||||
|
|
|
@ -2,7 +2,7 @@ Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
|
||||||
Source: <url://subsurface-divelog.org>
|
Source: <url://subsurface-divelog.org>
|
||||||
|
|
||||||
Files: *
|
Files: *
|
||||||
Copyright: 2011-2022 Dirk Hohndel, Linus Torvalds, Tomaz Canabrava, Berthold Stoeger, and others
|
Copyright: 2011-2024 Dirk Hohndel, Linus Torvalds, Tomaz Canabrava, Berthold Stoeger, and others
|
||||||
License: GPL-2.0
|
License: GPL-2.0
|
||||||
|
|
||||||
Files: debian/*
|
Files: debian/*
|
||||||
|
|
|
@ -24,11 +24,11 @@
|
||||||
<source>Version: %1
|
<source>Version: %1
|
||||||
|
|
||||||
© Subsurface developer team
|
© Subsurface developer team
|
||||||
2011-2022</source>
|
2011-2024</source>
|
||||||
<translation>Версия: %1
|
<translation>Версия: %1
|
||||||
|
|
||||||
© Subsurface екипа
|
© Subsurface екипа
|
||||||
2011-2022</translation>
|
2011-2024</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../mobile-widgets/qml/About.qml" line="65"/>
|
<location filename="../mobile-widgets/qml/About.qml" line="65"/>
|
||||||
|
@ -9395,8 +9395,8 @@ Files with inappropriate date/time</source>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../desktop-widgets/about.cpp" line="15"/>
|
<location filename="../desktop-widgets/about.cpp" line="15"/>
|
||||||
<source><span style='font-size: 18pt; font-weight: bold;'>Subsurface %1 </span><br><br>Multi-platform divelog software<br><span style='font-size: 8pt'>Linus Torvalds, Dirk Hohndel, Tomaz Canabrava, Berthold Stoeger, and others, 2011-2022</span></source>
|
<source><span style='font-size: 18pt; font-weight: bold;'>Subsurface %1 </span><br><br>Multi-platform divelog software<br><span style='font-size: 8pt'>Linus Torvalds, Dirk Hohndel, Tomaz Canabrava, Berthold Stoeger, and others, 2011-2024</span></source>
|
||||||
<translation><span style='font-size: 18pt; font-weight: bold;'>Subsurface %1 </span><br><br>мулти-платформен, гмуркачески регистър софтуер<br><span style='font-size: 8pt'>Линус Торвалдс, Дърк Хондел, Томаз Канабрава, Бертхолд Щогер и други, 2011-2022</span></translation>
|
<translation><span style='font-size: 18pt; font-weight: bold;'>Subsurface %1 </span><br><br>мулти-платформен, гмуркачески регистър софтуер<br><span style='font-size: 8pt'>Линус Торвалдс, Дърк Хондел, Томаз Канабрава, Бертхолд Щогер и други, 2011-2024</span></translation>
|
||||||
</message>
|
</message>
|
||||||
</context>
|
</context>
|
||||||
<context>
|
<context>
|
||||||
|
|
|
@ -24,11 +24,11 @@
|
||||||
<source>Version: %1
|
<source>Version: %1
|
||||||
|
|
||||||
© Subsurface developer team
|
© Subsurface developer team
|
||||||
2011-2022</source>
|
2011-2024</source>
|
||||||
<translation>Versió: %1
|
<translation>Versió: %1
|
||||||
|
|
||||||
© Equip de desenvolupament del Subsurface
|
© Equip de desenvolupament del Subsurface
|
||||||
2011-2022</translation>
|
2011-2024</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../mobile-widgets/qml/About.qml" line="65"/>
|
<location filename="../mobile-widgets/qml/About.qml" line="65"/>
|
||||||
|
@ -9399,8 +9399,8 @@ Fitxers amb una data/hora inapropiada</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../desktop-widgets/about.cpp" line="15"/>
|
<location filename="../desktop-widgets/about.cpp" line="15"/>
|
||||||
<source><span style='font-size: 18pt; font-weight: bold;'>Subsurface %1 </span><br><br>Multi-platform divelog software<br><span style='font-size: 8pt'>Linus Torvalds, Dirk Hohndel, Tomaz Canabrava, Berthold Stoeger, and others, 2011-2022</span></source>
|
<source><span style='font-size: 18pt; font-weight: bold;'>Subsurface %1 </span><br><br>Multi-platform divelog software<br><span style='font-size: 8pt'>Linus Torvalds, Dirk Hohndel, Tomaz Canabrava, Berthold Stoeger, and others, 2011-2024</span></source>
|
||||||
<translation><span style='font-size: 18pt; font-weight: bold;'>Subsurface %1 </span><br><br>Un programari multiplataforma per a enregistrar un diari de busseig<br><span style='font-size: 8pt'>Linus Torvalds, Dirk Hohndel, Tomaz Canabrava, Berthold Stoeger i altres, 2011-2022</span></translation>
|
<translation><span style='font-size: 18pt; font-weight: bold;'>Subsurface %1 </span><br><br>Un programari multiplataforma per a enregistrar un diari de busseig<br><span style='font-size: 8pt'>Linus Torvalds, Dirk Hohndel, Tomaz Canabrava, Berthold Stoeger i altres, 2011-2024</span></translation>
|
||||||
</message>
|
</message>
|
||||||
</context>
|
</context>
|
||||||
<context>
|
<context>
|
||||||
|
|
|
@ -24,7 +24,7 @@
|
||||||
<source>Version: %1
|
<source>Version: %1
|
||||||
|
|
||||||
© Subsurface developer team
|
© Subsurface developer team
|
||||||
2011-2022</source>
|
2011-2024</source>
|
||||||
<translation type="unfinished"/>
|
<translation type="unfinished"/>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
|
@ -9286,7 +9286,7 @@ Soubory se špatným datem/časem</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../desktop-widgets/about.cpp" line="15"/>
|
<location filename="../desktop-widgets/about.cpp" line="15"/>
|
||||||
<source><span style='font-size: 18pt; font-weight: bold;'>Subsurface %1 </span><br><br>Multi-platform divelog software<br><span style='font-size: 8pt'>Linus Torvalds, Dirk Hohndel, Tomaz Canabrava, Berthold Stoeger, and others, 2011-2022</span></source>
|
<source><span style='font-size: 18pt; font-weight: bold;'>Subsurface %1 </span><br><br>Multi-platform divelog software<br><span style='font-size: 8pt'>Linus Torvalds, Dirk Hohndel, Tomaz Canabrava, Berthold Stoeger, and others, 2011-2024</span></source>
|
||||||
<translation type="unfinished"/>
|
<translation type="unfinished"/>
|
||||||
</message>
|
</message>
|
||||||
</context>
|
</context>
|
||||||
|
|
|
@ -24,7 +24,7 @@
|
||||||
<source>Version: %1
|
<source>Version: %1
|
||||||
|
|
||||||
© Subsurface developer team
|
© Subsurface developer team
|
||||||
2011-2022</source>
|
2011-2024</source>
|
||||||
<translation type="unfinished"/>
|
<translation type="unfinished"/>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
|
@ -9233,7 +9233,7 @@ Files with inappropriate date/time</source>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../desktop-widgets/about.cpp" line="15"/>
|
<location filename="../desktop-widgets/about.cpp" line="15"/>
|
||||||
<source><span style='font-size: 18pt; font-weight: bold;'>Subsurface %1 </span><br><br>Multi-platform divelog software<br><span style='font-size: 8pt'>Linus Torvalds, Dirk Hohndel, Tomaz Canabrava, Berthold Stoeger, and others, 2011-2022</span></source>
|
<source><span style='font-size: 18pt; font-weight: bold;'>Subsurface %1 </span><br><br>Multi-platform divelog software<br><span style='font-size: 8pt'>Linus Torvalds, Dirk Hohndel, Tomaz Canabrava, Berthold Stoeger, and others, 2011-2024</span></source>
|
||||||
<translation type="unfinished"/>
|
<translation type="unfinished"/>
|
||||||
</message>
|
</message>
|
||||||
</context>
|
</context>
|
||||||
|
|
|
@ -23,11 +23,11 @@
|
||||||
<source>Version: %1
|
<source>Version: %1
|
||||||
|
|
||||||
© Subsurface developer team
|
© Subsurface developer team
|
||||||
2011-2022</source>
|
2011-2024</source>
|
||||||
<translation>Version: %1
|
<translation>Version: %1
|
||||||
|
|
||||||
© Subsurface Entwicklungsteam
|
© Subsurface Entwicklungsteam
|
||||||
2011-2022</translation>
|
2011-2024</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../mobile-widgets/qml/About.qml" line="65"/>
|
<location filename="../mobile-widgets/qml/About.qml" line="65"/>
|
||||||
|
@ -9256,7 +9256,7 @@ Dateien mit unpassendem Datum/Zeit</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../desktop-widgets/about.cpp" line="15"/>
|
<location filename="../desktop-widgets/about.cpp" line="15"/>
|
||||||
<source><span style='font-size: 18pt; font-weight: bold;'>Subsurface %1 </span><br><br>Multi-platform divelog software<br><span style='font-size: 8pt'>Linus Torvalds, Dirk Hohndel, Tomaz Canabrava, Berthold Stoeger, and others, 2011-2022</span></source>
|
<source><span style='font-size: 18pt; font-weight: bold;'>Subsurface %1 </span><br><br>Multi-platform divelog software<br><span style='font-size: 8pt'>Linus Torvalds, Dirk Hohndel, Tomaz Canabrava, Berthold Stoeger, and others, 2011-2024</span></source>
|
||||||
<translation type="unfinished"/>
|
<translation type="unfinished"/>
|
||||||
</message>
|
</message>
|
||||||
</context>
|
</context>
|
||||||
|
|
|
@ -24,11 +24,11 @@
|
||||||
<source>Version: %1
|
<source>Version: %1
|
||||||
|
|
||||||
© Subsurface developer team
|
© Subsurface developer team
|
||||||
2011-2022</source>
|
2011-2024</source>
|
||||||
<translation>Version: %1
|
<translation>Version: %1
|
||||||
|
|
||||||
© Subsurface Entwicklungsteam
|
© Subsurface Entwicklungsteam
|
||||||
2011-2022</translation>
|
2011-2024</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../mobile-widgets/qml/About.qml" line="65"/>
|
<location filename="../mobile-widgets/qml/About.qml" line="65"/>
|
||||||
|
@ -9392,8 +9392,8 @@ Dateien mit unpassendem Datum/Zeit</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../desktop-widgets/about.cpp" line="15"/>
|
<location filename="../desktop-widgets/about.cpp" line="15"/>
|
||||||
<source><span style='font-size: 18pt; font-weight: bold;'>Subsurface %1 </span><br><br>Multi-platform divelog software<br><span style='font-size: 8pt'>Linus Torvalds, Dirk Hohndel, Tomaz Canabrava, Berthold Stoeger, and others, 2011-2022</span></source>
|
<source><span style='font-size: 18pt; font-weight: bold;'>Subsurface %1 </span><br><br>Multi-platform divelog software<br><span style='font-size: 8pt'>Linus Torvalds, Dirk Hohndel, Tomaz Canabrava, Berthold Stoeger, and others, 2011-2024</span></source>
|
||||||
<translation><span style='font-size: 18pt; font-weight: bold;'>Subsurface %1 </span><br><br>Multiplattform-Tauchlogbuch-Software<br><span style='font-size: 8pt'>Linus Torvalds, Dirk Hohndel, Tomaz Canabrava, Berthold Stoeger, und andere, 2011-2022</span></translation>
|
<translation><span style='font-size: 18pt; font-weight: bold;'>Subsurface %1 </span><br><br>Multiplattform-Tauchlogbuch-Software<br><span style='font-size: 8pt'>Linus Torvalds, Dirk Hohndel, Tomaz Canabrava, Berthold Stoeger, und andere, 2011-2024</span></translation>
|
||||||
</message>
|
</message>
|
||||||
</context>
|
</context>
|
||||||
<context>
|
<context>
|
||||||
|
|
|
@ -23,7 +23,7 @@
|
||||||
<source>Version: %1
|
<source>Version: %1
|
||||||
|
|
||||||
© Subsurface developer team
|
© Subsurface developer team
|
||||||
2011-2022</source>
|
2011-2024</source>
|
||||||
<translation type="unfinished"/>
|
<translation type="unfinished"/>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
|
@ -9233,7 +9233,7 @@ Files with inappropriate date/time</source>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../desktop-widgets/about.cpp" line="15"/>
|
<location filename="../desktop-widgets/about.cpp" line="15"/>
|
||||||
<source><span style='font-size: 18pt; font-weight: bold;'>Subsurface %1 </span><br><br>Multi-platform divelog software<br><span style='font-size: 8pt'>Linus Torvalds, Dirk Hohndel, Tomaz Canabrava, Berthold Stoeger, and others, 2011-2022</span></source>
|
<source><span style='font-size: 18pt; font-weight: bold;'>Subsurface %1 </span><br><br>Multi-platform divelog software<br><span style='font-size: 8pt'>Linus Torvalds, Dirk Hohndel, Tomaz Canabrava, Berthold Stoeger, and others, 2011-2024</span></source>
|
||||||
<translation type="unfinished"/>
|
<translation type="unfinished"/>
|
||||||
</message>
|
</message>
|
||||||
</context>
|
</context>
|
||||||
|
|
|
@ -24,11 +24,11 @@
|
||||||
<source>Version: %1
|
<source>Version: %1
|
||||||
|
|
||||||
© Subsurface developer team
|
© Subsurface developer team
|
||||||
2011-2022</source>
|
2011-2024</source>
|
||||||
<translation>Version: %1
|
<translation>Version: %1
|
||||||
|
|
||||||
© Subsurface developer team
|
© Subsurface developer team
|
||||||
2011-2022</translation>
|
2011-2024</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../mobile-widgets/qml/About.qml" line="65"/>
|
<location filename="../mobile-widgets/qml/About.qml" line="65"/>
|
||||||
|
@ -9397,8 +9397,8 @@ Files with inappropriate date/time</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../desktop-widgets/about.cpp" line="15"/>
|
<location filename="../desktop-widgets/about.cpp" line="15"/>
|
||||||
<source><span style='font-size: 18pt; font-weight: bold;'>Subsurface %1 </span><br><br>Multi-platform divelog software<br><span style='font-size: 8pt'>Linus Torvalds, Dirk Hohndel, Tomaz Canabrava, Berthold Stoeger, and others, 2011-2022</span></source>
|
<source><span style='font-size: 18pt; font-weight: bold;'>Subsurface %1 </span><br><br>Multi-platform divelog software<br><span style='font-size: 8pt'>Linus Torvalds, Dirk Hohndel, Tomaz Canabrava, Berthold Stoeger, and others, 2011-2024</span></source>
|
||||||
<translation><span style='font-size: 18pt; font-weight: bold;'>Subsurface %1 </span><br><br>Multi-platform divelog software<br><span style='font-size: 8pt'>Linus Torvalds, Dirk Hohndel, Tomaz Canabrava, Berthold Stoeger, and others, 2011-2022</span></translation>
|
<translation><span style='font-size: 18pt; font-weight: bold;'>Subsurface %1 </span><br><br>Multi-platform divelog software<br><span style='font-size: 8pt'>Linus Torvalds, Dirk Hohndel, Tomaz Canabrava, Berthold Stoeger, and others, 2011-2024</span></translation>
|
||||||
</message>
|
</message>
|
||||||
</context>
|
</context>
|
||||||
<context>
|
<context>
|
||||||
|
|
|
@ -23,7 +23,7 @@
|
||||||
<source>Version: %1
|
<source>Version: %1
|
||||||
|
|
||||||
© Subsurface developer team
|
© Subsurface developer team
|
||||||
2011-2022</source>
|
2011-2024</source>
|
||||||
<translation type="unfinished"/>
|
<translation type="unfinished"/>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
|
@ -9225,7 +9225,7 @@ Files with inappropriate date/time</source>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../desktop-widgets/about.cpp" line="15"/>
|
<location filename="../desktop-widgets/about.cpp" line="15"/>
|
||||||
<source><span style='font-size: 18pt; font-weight: bold;'>Subsurface %1 </span><br><br>Multi-platform divelog software<br><span style='font-size: 8pt'>Linus Torvalds, Dirk Hohndel, Tomaz Canabrava, Berthold Stoeger, and others, 2011-2022</span></source>
|
<source><span style='font-size: 18pt; font-weight: bold;'>Subsurface %1 </span><br><br>Multi-platform divelog software<br><span style='font-size: 8pt'>Linus Torvalds, Dirk Hohndel, Tomaz Canabrava, Berthold Stoeger, and others, 2011-2024</span></source>
|
||||||
<translation type="unfinished"/>
|
<translation type="unfinished"/>
|
||||||
</message>
|
</message>
|
||||||
</context>
|
</context>
|
||||||
|
|
|
@ -24,11 +24,11 @@
|
||||||
<source>Version: %1
|
<source>Version: %1
|
||||||
|
|
||||||
© Subsurface developer team
|
© Subsurface developer team
|
||||||
2011-2022</source>
|
2011-2024</source>
|
||||||
<translation>Versión: %1
|
<translation>Versión: %1
|
||||||
|
|
||||||
© Equipo de desarrolladores de Subsurface
|
© Equipo de desarrolladores de Subsurface
|
||||||
2011-2022</translation>
|
2011-2024</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../mobile-widgets/qml/About.qml" line="65"/>
|
<location filename="../mobile-widgets/qml/About.qml" line="65"/>
|
||||||
|
@ -9400,8 +9400,8 @@ Archivos con fecha/hora incorrectas</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../desktop-widgets/about.cpp" line="15"/>
|
<location filename="../desktop-widgets/about.cpp" line="15"/>
|
||||||
<source><span style='font-size: 18pt; font-weight: bold;'>Subsurface %1 </span><br><br>Multi-platform divelog software<br><span style='font-size: 8pt'>Linus Torvalds, Dirk Hohndel, Tomaz Canabrava, Berthold Stoeger, and others, 2011-2022</span></source>
|
<source><span style='font-size: 18pt; font-weight: bold;'>Subsurface %1 </span><br><br>Multi-platform divelog software<br><span style='font-size: 8pt'>Linus Torvalds, Dirk Hohndel, Tomaz Canabrava, Berthold Stoeger, and others, 2011-2024</span></source>
|
||||||
<translation><span style='font-size: 18pt; font-weight: bold;'>Subsurface %1 </span><br><br>Software de registro de inmersiones multiplataforma <br><span style='font-size: 8pt'>Linus Torvalds, Dirk Hohndel, Tomaz Canabrava, Berthold Stoeger, and others, 2011-2022</span></translation>
|
<translation><span style='font-size: 18pt; font-weight: bold;'>Subsurface %1 </span><br><br>Software de registro de inmersiones multiplataforma <br><span style='font-size: 8pt'>Linus Torvalds, Dirk Hohndel, Tomaz Canabrava, Berthold Stoeger, and others, 2011-2024</span></translation>
|
||||||
</message>
|
</message>
|
||||||
</context>
|
</context>
|
||||||
<context>
|
<context>
|
||||||
|
|
|
@ -24,7 +24,7 @@
|
||||||
<source>Version: %1
|
<source>Version: %1
|
||||||
|
|
||||||
© Subsurface developer team
|
© Subsurface developer team
|
||||||
2011-2022</source>
|
2011-2024</source>
|
||||||
<translation type="unfinished"/>
|
<translation type="unfinished"/>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
|
@ -9238,7 +9238,7 @@ Files with inappropriate date/time</source>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../desktop-widgets/about.cpp" line="15"/>
|
<location filename="../desktop-widgets/about.cpp" line="15"/>
|
||||||
<source><span style='font-size: 18pt; font-weight: bold;'>Subsurface %1 </span><br><br>Multi-platform divelog software<br><span style='font-size: 8pt'>Linus Torvalds, Dirk Hohndel, Tomaz Canabrava, Berthold Stoeger, and others, 2011-2022</span></source>
|
<source><span style='font-size: 18pt; font-weight: bold;'>Subsurface %1 </span><br><br>Multi-platform divelog software<br><span style='font-size: 8pt'>Linus Torvalds, Dirk Hohndel, Tomaz Canabrava, Berthold Stoeger, and others, 2011-2024</span></source>
|
||||||
<translation type="unfinished"/>
|
<translation type="unfinished"/>
|
||||||
</message>
|
</message>
|
||||||
</context>
|
</context>
|
||||||
|
|
|
@ -24,11 +24,11 @@
|
||||||
<source>Version: %1
|
<source>Version: %1
|
||||||
|
|
||||||
© Subsurface developer team
|
© Subsurface developer team
|
||||||
2011-2022</source>
|
2011-2024</source>
|
||||||
<translation>Versio: %1
|
<translation>Versio: %1
|
||||||
|
|
||||||
© Subsurfacen kehitystiimi
|
© Subsurfacen kehitystiimi
|
||||||
2011-2022</translation>
|
2011-2024</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../mobile-widgets/qml/About.qml" line="65"/>
|
<location filename="../mobile-widgets/qml/About.qml" line="65"/>
|
||||||
|
@ -9376,8 +9376,8 @@ Files with inappropriate date/time</source>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../desktop-widgets/about.cpp" line="15"/>
|
<location filename="../desktop-widgets/about.cpp" line="15"/>
|
||||||
<source><span style='font-size: 18pt; font-weight: bold;'>Subsurface %1 </span><br><br>Multi-platform divelog software<br><span style='font-size: 8pt'>Linus Torvalds, Dirk Hohndel, Tomaz Canabrava, Berthold Stoeger, and others, 2011-2022</span></source>
|
<source><span style='font-size: 18pt; font-weight: bold;'>Subsurface %1 </span><br><br>Multi-platform divelog software<br><span style='font-size: 8pt'>Linus Torvalds, Dirk Hohndel, Tomaz Canabrava, Berthold Stoeger, and others, 2011-2024</span></source>
|
||||||
<translation><span style='font-size: 18pt; font-weight: bold;'>Subsurface %1 </span><br><br>Sukelluslokiohjelmisto useille käyttöjärjestelmille<br><span style='font-size: 8pt'>Linus Torvalds, Dirk Hohndel, Tomaz Canabrava, Berthold Stoeger ja tiimi, 2011-2022 </span></translation>
|
<translation><span style='font-size: 18pt; font-weight: bold;'>Subsurface %1 </span><br><br>Sukelluslokiohjelmisto useille käyttöjärjestelmille<br><span style='font-size: 8pt'>Linus Torvalds, Dirk Hohndel, Tomaz Canabrava, Berthold Stoeger ja tiimi, 2011-2024 </span></translation>
|
||||||
</message>
|
</message>
|
||||||
</context>
|
</context>
|
||||||
<context>
|
<context>
|
||||||
|
|
|
@ -24,11 +24,11 @@
|
||||||
<source>Version: %1
|
<source>Version: %1
|
||||||
|
|
||||||
© Subsurface developer team
|
© Subsurface developer team
|
||||||
2011-2022</source>
|
2011-2024</source>
|
||||||
<translation>Version: %1
|
<translation>Version: %1
|
||||||
|
|
||||||
© L'équipe de développeur de Subsurface
|
© L'équipe de développeur de Subsurface
|
||||||
2011-2022</translation>
|
2011-2024</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../mobile-widgets/qml/About.qml" line="65"/>
|
<location filename="../mobile-widgets/qml/About.qml" line="65"/>
|
||||||
|
@ -9293,8 +9293,8 @@ Fichiers avec dates/heures incorrectes</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../desktop-widgets/about.cpp" line="15"/>
|
<location filename="../desktop-widgets/about.cpp" line="15"/>
|
||||||
<source><span style='font-size: 18pt; font-weight: bold;'>Subsurface %1 </span><br><br>Multi-platform divelog software<br><span style='font-size: 8pt'>Linus Torvalds, Dirk Hohndel, Tomaz Canabrava, Berthold Stoeger, and others, 2011-2022</span></source>
|
<source><span style='font-size: 18pt; font-weight: bold;'>Subsurface %1 </span><br><br>Multi-platform divelog software<br><span style='font-size: 8pt'>Linus Torvalds, Dirk Hohndel, Tomaz Canabrava, Berthold Stoeger, and others, 2011-2024</span></source>
|
||||||
<translation><span style='font-size: 18pt; font-weight: bold;'>Subsurface %1 </span><br><br>Logiciel de carnet de plongées multiplateformes<br><span style='font-size: 8pt'>Linus Torvalds, Dirk Hohndel, Tomaz Canabrava, Berthold Stoeger, et autres, 2011-2022</span></translation>
|
<translation><span style='font-size: 18pt; font-weight: bold;'>Subsurface %1 </span><br><br>Logiciel de carnet de plongées multiplateformes<br><span style='font-size: 8pt'>Linus Torvalds, Dirk Hohndel, Tomaz Canabrava, Berthold Stoeger, et autres, 2011-2024</span></translation>
|
||||||
</message>
|
</message>
|
||||||
</context>
|
</context>
|
||||||
<context>
|
<context>
|
||||||
|
|
|
@ -24,7 +24,7 @@
|
||||||
<source>Version: %1
|
<source>Version: %1
|
||||||
|
|
||||||
© Subsurface developer team
|
© Subsurface developer team
|
||||||
2011-2022</source>
|
2011-2024</source>
|
||||||
<translation type="unfinished"/>
|
<translation type="unfinished"/>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
|
@ -9292,7 +9292,7 @@ Files with inappropriate date/time</source>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../desktop-widgets/about.cpp" line="15"/>
|
<location filename="../desktop-widgets/about.cpp" line="15"/>
|
||||||
<source><span style='font-size: 18pt; font-weight: bold;'>Subsurface %1 </span><br><br>Multi-platform divelog software<br><span style='font-size: 8pt'>Linus Torvalds, Dirk Hohndel, Tomaz Canabrava, Berthold Stoeger, and others, 2011-2022</span></source>
|
<source><span style='font-size: 18pt; font-weight: bold;'>Subsurface %1 </span><br><br>Multi-platform divelog software<br><span style='font-size: 8pt'>Linus Torvalds, Dirk Hohndel, Tomaz Canabrava, Berthold Stoeger, and others, 2011-2024</span></source>
|
||||||
<translation type="unfinished"/>
|
<translation type="unfinished"/>
|
||||||
</message>
|
</message>
|
||||||
</context>
|
</context>
|
||||||
|
|
|
@ -24,7 +24,7 @@
|
||||||
<source>Version: %1
|
<source>Version: %1
|
||||||
|
|
||||||
© Subsurface developer team
|
© Subsurface developer team
|
||||||
2011-2022</source>
|
2011-2024</source>
|
||||||
<translation type="unfinished"/>
|
<translation type="unfinished"/>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
|
@ -9237,7 +9237,7 @@ Files with inappropriate date/time</source>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../desktop-widgets/about.cpp" line="15"/>
|
<location filename="../desktop-widgets/about.cpp" line="15"/>
|
||||||
<source><span style='font-size: 18pt; font-weight: bold;'>Subsurface %1 </span><br><br>Multi-platform divelog software<br><span style='font-size: 8pt'>Linus Torvalds, Dirk Hohndel, Tomaz Canabrava, Berthold Stoeger, and others, 2011-2022</span></source>
|
<source><span style='font-size: 18pt; font-weight: bold;'>Subsurface %1 </span><br><br>Multi-platform divelog software<br><span style='font-size: 8pt'>Linus Torvalds, Dirk Hohndel, Tomaz Canabrava, Berthold Stoeger, and others, 2011-2024</span></source>
|
||||||
<translation type="unfinished"/>
|
<translation type="unfinished"/>
|
||||||
</message>
|
</message>
|
||||||
</context>
|
</context>
|
||||||
|
|
|
@ -24,7 +24,7 @@
|
||||||
<source>Version: %1
|
<source>Version: %1
|
||||||
|
|
||||||
© Subsurface developer team
|
© Subsurface developer team
|
||||||
2011-2022</source>
|
2011-2024</source>
|
||||||
<translation type="unfinished"/>
|
<translation type="unfinished"/>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
|
@ -9339,7 +9339,7 @@ Files with inappropriate date/time</source>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../desktop-widgets/about.cpp" line="15"/>
|
<location filename="../desktop-widgets/about.cpp" line="15"/>
|
||||||
<source><span style='font-size: 18pt; font-weight: bold;'>Subsurface %1 </span><br><br>Multi-platform divelog software<br><span style='font-size: 8pt'>Linus Torvalds, Dirk Hohndel, Tomaz Canabrava, Berthold Stoeger, and others, 2011-2022</span></source>
|
<source><span style='font-size: 18pt; font-weight: bold;'>Subsurface %1 </span><br><br>Multi-platform divelog software<br><span style='font-size: 8pt'>Linus Torvalds, Dirk Hohndel, Tomaz Canabrava, Berthold Stoeger, and others, 2011-2024</span></source>
|
||||||
<translation type="unfinished"/>
|
<translation type="unfinished"/>
|
||||||
</message>
|
</message>
|
||||||
</context>
|
</context>
|
||||||
|
|
|
@ -24,7 +24,7 @@
|
||||||
<source>Version: %1
|
<source>Version: %1
|
||||||
|
|
||||||
© Subsurface developer team
|
© Subsurface developer team
|
||||||
2011-2022</source>
|
2011-2024</source>
|
||||||
<translation type="unfinished"/>
|
<translation type="unfinished"/>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
|
@ -9338,7 +9338,7 @@ Files with inappropriate date/time</source>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../desktop-widgets/about.cpp" line="15"/>
|
<location filename="../desktop-widgets/about.cpp" line="15"/>
|
||||||
<source><span style='font-size: 18pt; font-weight: bold;'>Subsurface %1 </span><br><br>Multi-platform divelog software<br><span style='font-size: 8pt'>Linus Torvalds, Dirk Hohndel, Tomaz Canabrava, Berthold Stoeger, and others, 2011-2022</span></source>
|
<source><span style='font-size: 18pt; font-weight: bold;'>Subsurface %1 </span><br><br>Multi-platform divelog software<br><span style='font-size: 8pt'>Linus Torvalds, Dirk Hohndel, Tomaz Canabrava, Berthold Stoeger, and others, 2011-2024</span></source>
|
||||||
<translation type="unfinished"/>
|
<translation type="unfinished"/>
|
||||||
</message>
|
</message>
|
||||||
</context>
|
</context>
|
||||||
|
|
|
@ -24,11 +24,11 @@
|
||||||
<source>Version: %1
|
<source>Version: %1
|
||||||
|
|
||||||
© Subsurface developer team
|
© Subsurface developer team
|
||||||
2011-2022</source>
|
2011-2024</source>
|
||||||
<translation>Versione: %1
|
<translation>Versione: %1
|
||||||
|
|
||||||
© Subsurface developer team
|
© Subsurface developer team
|
||||||
2011-2022</translation>
|
2011-2024</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../mobile-widgets/qml/About.qml" line="65"/>
|
<location filename="../mobile-widgets/qml/About.qml" line="65"/>
|
||||||
|
@ -9297,8 +9297,8 @@ Files with inappropriate date/time</source>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../desktop-widgets/about.cpp" line="15"/>
|
<location filename="../desktop-widgets/about.cpp" line="15"/>
|
||||||
<source><span style='font-size: 18pt; font-weight: bold;'>Subsurface %1 </span><br><br>Multi-platform divelog software<br><span style='font-size: 8pt'>Linus Torvalds, Dirk Hohndel, Tomaz Canabrava, Berthold Stoeger, and others, 2011-2022</span></source>
|
<source><span style='font-size: 18pt; font-weight: bold;'>Subsurface %1 </span><br><br>Multi-platform divelog software<br><span style='font-size: 8pt'>Linus Torvalds, Dirk Hohndel, Tomaz Canabrava, Berthold Stoeger, and others, 2011-2024</span></source>
|
||||||
<translation><span style='font-size: 18pt; font-weight: bold;'>Subsurface %1 </span><br><br>Software multi-piattaforma per immersioni<br><span style='font-size: 8pt'>Linus Torvalds, Dirk Hohndel, Tomaz Canabrava, Berthold Stoeger e altri, 2011-2022</span></translation>
|
<translation><span style='font-size: 18pt; font-weight: bold;'>Subsurface %1 </span><br><br>Software multi-piattaforma per immersioni<br><span style='font-size: 8pt'>Linus Torvalds, Dirk Hohndel, Tomaz Canabrava, Berthold Stoeger e altri, 2011-2024</span></translation>
|
||||||
</message>
|
</message>
|
||||||
</context>
|
</context>
|
||||||
<context>
|
<context>
|
||||||
|
|
|
@ -24,7 +24,7 @@
|
||||||
<source>Version: %1
|
<source>Version: %1
|
||||||
|
|
||||||
© Subsurface developer team
|
© Subsurface developer team
|
||||||
2011-2022</source>
|
2011-2024</source>
|
||||||
<translation type="unfinished"/>
|
<translation type="unfinished"/>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
|
@ -9338,7 +9338,7 @@ Files with inappropriate date/time</source>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../desktop-widgets/about.cpp" line="15"/>
|
<location filename="../desktop-widgets/about.cpp" line="15"/>
|
||||||
<source><span style='font-size: 18pt; font-weight: bold;'>Subsurface %1 </span><br><br>Multi-platform divelog software<br><span style='font-size: 8pt'>Linus Torvalds, Dirk Hohndel, Tomaz Canabrava, Berthold Stoeger, and others, 2011-2022</span></source>
|
<source><span style='font-size: 18pt; font-weight: bold;'>Subsurface %1 </span><br><br>Multi-platform divelog software<br><span style='font-size: 8pt'>Linus Torvalds, Dirk Hohndel, Tomaz Canabrava, Berthold Stoeger, and others, 2011-2024</span></source>
|
||||||
<translation type="unfinished"/>
|
<translation type="unfinished"/>
|
||||||
</message>
|
</message>
|
||||||
</context>
|
</context>
|
||||||
|
|
|
@ -23,7 +23,7 @@
|
||||||
<source>Version: %1
|
<source>Version: %1
|
||||||
|
|
||||||
© Subsurface developer team
|
© Subsurface developer team
|
||||||
2011-2022</source>
|
2011-2024</source>
|
||||||
<translation type="unfinished"/>
|
<translation type="unfinished"/>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
|
@ -9338,7 +9338,7 @@ Files with inappropriate date/time</source>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../desktop-widgets/about.cpp" line="15"/>
|
<location filename="../desktop-widgets/about.cpp" line="15"/>
|
||||||
<source><span style='font-size: 18pt; font-weight: bold;'>Subsurface %1 </span><br><br>Multi-platform divelog software<br><span style='font-size: 8pt'>Linus Torvalds, Dirk Hohndel, Tomaz Canabrava, Berthold Stoeger, and others, 2011-2022</span></source>
|
<source><span style='font-size: 18pt; font-weight: bold;'>Subsurface %1 </span><br><br>Multi-platform divelog software<br><span style='font-size: 8pt'>Linus Torvalds, Dirk Hohndel, Tomaz Canabrava, Berthold Stoeger, and others, 2011-2024</span></source>
|
||||||
<translation type="unfinished"/>
|
<translation type="unfinished"/>
|
||||||
</message>
|
</message>
|
||||||
</context>
|
</context>
|
||||||
|
|
|
@ -23,8 +23,8 @@
|
||||||
<source>Version: %1
|
<source>Version: %1
|
||||||
|
|
||||||
© Subsurface developer team
|
© Subsurface developer team
|
||||||
2011-2022</source>
|
2011-2024</source>
|
||||||
<translation>Versjon: %1© Utviklerteamet til Subsurface 2011-2022</translation>
|
<translation>Versjon: %1© Utviklerteamet til Subsurface 2011-2024</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../mobile-widgets/qml/About.qml" line="65"/>
|
<location filename="../mobile-widgets/qml/About.qml" line="65"/>
|
||||||
|
@ -9284,7 +9284,7 @@ Filer med upassende dykkedato/-tid</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../desktop-widgets/about.cpp" line="15"/>
|
<location filename="../desktop-widgets/about.cpp" line="15"/>
|
||||||
<source><span style='font-size: 18pt; font-weight: bold;'>Subsurface %1 </span><br><br>Multi-platform divelog software<br><span style='font-size: 8pt'>Linus Torvalds, Dirk Hohndel, Tomaz Canabrava, Berthold Stoeger, and others, 2011-2022</span></source>
|
<source><span style='font-size: 18pt; font-weight: bold;'>Subsurface %1 </span><br><br>Multi-platform divelog software<br><span style='font-size: 8pt'>Linus Torvalds, Dirk Hohndel, Tomaz Canabrava, Berthold Stoeger, and others, 2011-2024</span></source>
|
||||||
<translation type="unfinished"/>
|
<translation type="unfinished"/>
|
||||||
</message>
|
</message>
|
||||||
</context>
|
</context>
|
||||||
|
|
|
@ -24,11 +24,11 @@
|
||||||
<source>Version: %1
|
<source>Version: %1
|
||||||
|
|
||||||
© Subsurface developer team
|
© Subsurface developer team
|
||||||
2011-2022</source>
|
2011-2024</source>
|
||||||
<translation>Versie: %1
|
<translation>Versie: %1
|
||||||
|
|
||||||
© Subsurface ontwikkelteam
|
© Subsurface ontwikkelteam
|
||||||
2011-2022</translation>
|
2011-2024</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../mobile-widgets/qml/About.qml" line="65"/>
|
<location filename="../mobile-widgets/qml/About.qml" line="65"/>
|
||||||
|
@ -9397,8 +9397,8 @@ Bestanden met onjuiste datum/tijd</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../desktop-widgets/about.cpp" line="15"/>
|
<location filename="../desktop-widgets/about.cpp" line="15"/>
|
||||||
<source><span style='font-size: 18pt; font-weight: bold;'>Subsurface %1 </span><br><br>Multi-platform divelog software<br><span style='font-size: 8pt'>Linus Torvalds, Dirk Hohndel, Tomaz Canabrava, Berthold Stoeger, and others, 2011-2022</span></source>
|
<source><span style='font-size: 18pt; font-weight: bold;'>Subsurface %1 </span><br><br>Multi-platform divelog software<br><span style='font-size: 8pt'>Linus Torvalds, Dirk Hohndel, Tomaz Canabrava, Berthold Stoeger, and others, 2011-2024</span></source>
|
||||||
<translation><span style='font-size: 18pt; font-weight: bold;'>Subsurface %1 </span><br><br>Multi-platform duiklog software<br><span style='font-size: 8pt'>Linus Torvalds, Dirk Hohndel, Tomaz Canabrava, Berthold Stoeger en anderen, 2011-2022</span></translation>
|
<translation><span style='font-size: 18pt; font-weight: bold;'>Subsurface %1 </span><br><br>Multi-platform duiklog software<br><span style='font-size: 8pt'>Linus Torvalds, Dirk Hohndel, Tomaz Canabrava, Berthold Stoeger en anderen, 2011-2024</span></translation>
|
||||||
</message>
|
</message>
|
||||||
</context>
|
</context>
|
||||||
<context>
|
<context>
|
||||||
|
|
|
@ -24,7 +24,7 @@
|
||||||
<source>Version: %1
|
<source>Version: %1
|
||||||
|
|
||||||
© Subsurface developer team
|
© Subsurface developer team
|
||||||
2011-2022</source>
|
2011-2024</source>
|
||||||
<translation type="unfinished"/>
|
<translation type="unfinished"/>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
|
@ -9288,7 +9288,7 @@ Pliki z niepasującą datą/czasem</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../desktop-widgets/about.cpp" line="15"/>
|
<location filename="../desktop-widgets/about.cpp" line="15"/>
|
||||||
<source><span style='font-size: 18pt; font-weight: bold;'>Subsurface %1 </span><br><br>Multi-platform divelog software<br><span style='font-size: 8pt'>Linus Torvalds, Dirk Hohndel, Tomaz Canabrava, Berthold Stoeger, and others, 2011-2022</span></source>
|
<source><span style='font-size: 18pt; font-weight: bold;'>Subsurface %1 </span><br><br>Multi-platform divelog software<br><span style='font-size: 8pt'>Linus Torvalds, Dirk Hohndel, Tomaz Canabrava, Berthold Stoeger, and others, 2011-2024</span></source>
|
||||||
<translation type="unfinished"/>
|
<translation type="unfinished"/>
|
||||||
</message>
|
</message>
|
||||||
</context>
|
</context>
|
||||||
|
|
|
@ -24,7 +24,7 @@
|
||||||
<source>Version: %1
|
<source>Version: %1
|
||||||
|
|
||||||
© Subsurface developer team
|
© Subsurface developer team
|
||||||
2011-2022</source>
|
2011-2024</source>
|
||||||
<translation type="unfinished"/>
|
<translation type="unfinished"/>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
|
@ -9280,7 +9280,7 @@ Arquivos com data/hora inapropriados</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../desktop-widgets/about.cpp" line="15"/>
|
<location filename="../desktop-widgets/about.cpp" line="15"/>
|
||||||
<source><span style='font-size: 18pt; font-weight: bold;'>Subsurface %1 </span><br><br>Multi-platform divelog software<br><span style='font-size: 8pt'>Linus Torvalds, Dirk Hohndel, Tomaz Canabrava, Berthold Stoeger, and others, 2011-2022</span></source>
|
<source><span style='font-size: 18pt; font-weight: bold;'>Subsurface %1 </span><br><br>Multi-platform divelog software<br><span style='font-size: 8pt'>Linus Torvalds, Dirk Hohndel, Tomaz Canabrava, Berthold Stoeger, and others, 2011-2024</span></source>
|
||||||
<translation type="unfinished"/>
|
<translation type="unfinished"/>
|
||||||
</message>
|
</message>
|
||||||
</context>
|
</context>
|
||||||
|
|
|
@ -24,11 +24,11 @@
|
||||||
<source>Version: %1
|
<source>Version: %1
|
||||||
|
|
||||||
© Subsurface developer team
|
© Subsurface developer team
|
||||||
2011-2022</source>
|
2011-2024</source>
|
||||||
<translation>Versão: %1
|
<translation>Versão: %1
|
||||||
|
|
||||||
© Subsurface developer team
|
© Subsurface developer team
|
||||||
2011-2022 </translation>
|
2011-2024 </translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../mobile-widgets/qml/About.qml" line="65"/>
|
<location filename="../mobile-widgets/qml/About.qml" line="65"/>
|
||||||
|
@ -9391,8 +9391,8 @@ Files with inappropriate date/time</source>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../desktop-widgets/about.cpp" line="15"/>
|
<location filename="../desktop-widgets/about.cpp" line="15"/>
|
||||||
<source><span style='font-size: 18pt; font-weight: bold;'>Subsurface %1 </span><br><br>Multi-platform divelog software<br><span style='font-size: 8pt'>Linus Torvalds, Dirk Hohndel, Tomaz Canabrava, Berthold Stoeger, and others, 2011-2022</span></source>
|
<source><span style='font-size: 18pt; font-weight: bold;'>Subsurface %1 </span><br><br>Multi-platform divelog software<br><span style='font-size: 8pt'>Linus Torvalds, Dirk Hohndel, Tomaz Canabrava, Berthold Stoeger, and others, 2011-2024</span></source>
|
||||||
<translation><span style='font-size: 18pt; font-weight: bold;'>Subsurface %1</span><br><br>Programa multi-plataforma para registo de mergulhos<br><span style='font-size: 8pt'> Linus Torvalds, Dirk Hohndel, Tomaz Canabrava, Berthold Stoeger e outros, 2011-2022</span></translation>
|
<translation><span style='font-size: 18pt; font-weight: bold;'>Subsurface %1</span><br><br>Programa multi-plataforma para registo de mergulhos<br><span style='font-size: 8pt'> Linus Torvalds, Dirk Hohndel, Tomaz Canabrava, Berthold Stoeger e outros, 2011-2024</span></translation>
|
||||||
</message>
|
</message>
|
||||||
</context>
|
</context>
|
||||||
<context>
|
<context>
|
||||||
|
|
|
@ -24,11 +24,11 @@
|
||||||
<source>Version: %1
|
<source>Version: %1
|
||||||
|
|
||||||
© Subsurface developer team
|
© Subsurface developer team
|
||||||
2011-2022</source>
|
2011-2024</source>
|
||||||
<translation>Versiunea: %1
|
<translation>Versiunea: %1
|
||||||
|
|
||||||
© Echipa Subsurface
|
© Echipa Subsurface
|
||||||
2011-2022</translation>
|
2011-2024</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../mobile-widgets/qml/About.qml" line="65"/>
|
<location filename="../mobile-widgets/qml/About.qml" line="65"/>
|
||||||
|
@ -9394,8 +9394,8 @@ Fisiere cu data/ora neconforme</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../desktop-widgets/about.cpp" line="15"/>
|
<location filename="../desktop-widgets/about.cpp" line="15"/>
|
||||||
<source><span style='font-size: 18pt; font-weight: bold;'>Subsurface %1 </span><br><br>Multi-platform divelog software<br><span style='font-size: 8pt'>Linus Torvalds, Dirk Hohndel, Tomaz Canabrava, Berthold Stoeger, and others, 2011-2022</span></source>
|
<source><span style='font-size: 18pt; font-weight: bold;'>Subsurface %1 </span><br><br>Multi-platform divelog software<br><span style='font-size: 8pt'>Linus Torvalds, Dirk Hohndel, Tomaz Canabrava, Berthold Stoeger, and others, 2011-2024</span></source>
|
||||||
<translation><span style='font-size: 18pt; font-weight: bold;'>Subsurface %1 </span><br><br>Software jurnal de scufundare multi platformă<br><span style='font-size: 8pt'>Linus Torvalds, Dirk Hohndel, Tomaz Canabrava, Berthold Stoeger, și alții, 2011-2022</span></translation>
|
<translation><span style='font-size: 18pt; font-weight: bold;'>Subsurface %1 </span><br><br>Software jurnal de scufundare multi platformă<br><span style='font-size: 8pt'>Linus Torvalds, Dirk Hohndel, Tomaz Canabrava, Berthold Stoeger, și alții, 2011-2024</span></translation>
|
||||||
</message>
|
</message>
|
||||||
</context>
|
</context>
|
||||||
<context>
|
<context>
|
||||||
|
|
|
@ -24,7 +24,7 @@
|
||||||
<source>Version: %1
|
<source>Version: %1
|
||||||
|
|
||||||
© Subsurface developer team
|
© Subsurface developer team
|
||||||
2011-2022</source>
|
2011-2024</source>
|
||||||
<translation type="unfinished"/>
|
<translation type="unfinished"/>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
|
@ -9238,7 +9238,7 @@ Files with inappropriate date/time</source>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../desktop-widgets/about.cpp" line="15"/>
|
<location filename="../desktop-widgets/about.cpp" line="15"/>
|
||||||
<source><span style='font-size: 18pt; font-weight: bold;'>Subsurface %1 </span><br><br>Multi-platform divelog software<br><span style='font-size: 8pt'>Linus Torvalds, Dirk Hohndel, Tomaz Canabrava, Berthold Stoeger, and others, 2011-2022</span></source>
|
<source><span style='font-size: 18pt; font-weight: bold;'>Subsurface %1 </span><br><br>Multi-platform divelog software<br><span style='font-size: 8pt'>Linus Torvalds, Dirk Hohndel, Tomaz Canabrava, Berthold Stoeger, and others, 2011-2024</span></source>
|
||||||
<translation type="unfinished"/>
|
<translation type="unfinished"/>
|
||||||
</message>
|
</message>
|
||||||
</context>
|
</context>
|
||||||
|
|
|
@ -23,7 +23,7 @@
|
||||||
<source>Version: %1
|
<source>Version: %1
|
||||||
|
|
||||||
© Subsurface developer team
|
© Subsurface developer team
|
||||||
2011-2022</source>
|
2011-2024</source>
|
||||||
<translation type="unfinished"/>
|
<translation type="unfinished"/>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
|
@ -9228,7 +9228,7 @@ Files with inappropriate date/time</source>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../desktop-widgets/about.cpp" line="15"/>
|
<location filename="../desktop-widgets/about.cpp" line="15"/>
|
||||||
<source><span style='font-size: 18pt; font-weight: bold;'>Subsurface %1 </span><br><br>Multi-platform divelog software<br><span style='font-size: 8pt'>Linus Torvalds, Dirk Hohndel, Tomaz Canabrava, Berthold Stoeger, and others, 2011-2022</span></source>
|
<source><span style='font-size: 18pt; font-weight: bold;'>Subsurface %1 </span><br><br>Multi-platform divelog software<br><span style='font-size: 8pt'>Linus Torvalds, Dirk Hohndel, Tomaz Canabrava, Berthold Stoeger, and others, 2011-2024</span></source>
|
||||||
<translation type="unfinished"/>
|
<translation type="unfinished"/>
|
||||||
</message>
|
</message>
|
||||||
</context>
|
</context>
|
||||||
|
|
|
@ -25,7 +25,7 @@
|
||||||
<source>Version: %1
|
<source>Version: %1
|
||||||
|
|
||||||
© Subsurface developer team
|
© Subsurface developer team
|
||||||
2011-2022</source>
|
2011-2024</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
|
@ -9448,7 +9448,7 @@ Files with inappropriate date/time</source>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../desktop-widgets/about.cpp" line="15"/>
|
<location filename="../desktop-widgets/about.cpp" line="15"/>
|
||||||
<source><span style='font-size: 18pt; font-weight: bold;'>Subsurface %1 </span><br><br>Multi-platform divelog software<br><span style='font-size: 8pt'>Linus Torvalds, Dirk Hohndel, Tomaz Canabrava, Berthold Stoeger, and others, 2011-2022</span></source>
|
<source><span style='font-size: 18pt; font-weight: bold;'>Subsurface %1 </span><br><br>Multi-platform divelog software<br><span style='font-size: 8pt'>Linus Torvalds, Dirk Hohndel, Tomaz Canabrava, Berthold Stoeger, and others, 2011-2024</span></source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
</context>
|
</context>
|
||||||
|
|
|
@ -24,11 +24,11 @@
|
||||||
<source>Version: %1
|
<source>Version: %1
|
||||||
|
|
||||||
© Subsurface developer team
|
© Subsurface developer team
|
||||||
2011-2022</source>
|
2011-2024</source>
|
||||||
<translation>Version: %1
|
<translation>Version: %1
|
||||||
|
|
||||||
© Subsurface utvecklingsteam
|
© Subsurface utvecklingsteam
|
||||||
2011-2022</translation>
|
2011-2024</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../mobile-widgets/qml/About.qml" line="65"/>
|
<location filename="../mobile-widgets/qml/About.qml" line="65"/>
|
||||||
|
@ -9295,8 +9295,8 @@ Filer med felaktig datum/tid</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../desktop-widgets/about.cpp" line="15"/>
|
<location filename="../desktop-widgets/about.cpp" line="15"/>
|
||||||
<source><span style='font-size: 18pt; font-weight: bold;'>Subsurface %1 </span><br><br>Multi-platform divelog software<br><span style='font-size: 8pt'>Linus Torvalds, Dirk Hohndel, Tomaz Canabrava, Berthold Stoeger, and others, 2011-2022</span></source>
|
<source><span style='font-size: 18pt; font-weight: bold;'>Subsurface %1 </span><br><br>Multi-platform divelog software<br><span style='font-size: 8pt'>Linus Torvalds, Dirk Hohndel, Tomaz Canabrava, Berthold Stoeger, and others, 2011-2024</span></source>
|
||||||
<translation><span style='font-size: 18pt; font-weight: bold;'>Subsurface %1 </span><br><br>Dykprogramvara med stöd för flera plattformar<br><span style='font-size: 8pt'>Linus Torvalds, Dirk Hohndel, Tomaz Canabrava, Berthold Stoeger, och andra, 2011-2022</span></translation>
|
<translation><span style='font-size: 18pt; font-weight: bold;'>Subsurface %1 </span><br><br>Dykprogramvara med stöd för flera plattformar<br><span style='font-size: 8pt'>Linus Torvalds, Dirk Hohndel, Tomaz Canabrava, Berthold Stoeger, och andra, 2011-2024</span></translation>
|
||||||
</message>
|
</message>
|
||||||
</context>
|
</context>
|
||||||
<context>
|
<context>
|
||||||
|
|
|
@ -24,11 +24,11 @@
|
||||||
<source>Version: %1
|
<source>Version: %1
|
||||||
|
|
||||||
© Subsurface developer team
|
© Subsurface developer team
|
||||||
2011-2022</source>
|
2011-2024</source>
|
||||||
<translation>Versiyon: %1
|
<translation>Versiyon: %1
|
||||||
|
|
||||||
© Subsurface geliştirme takımı
|
© Subsurface geliştirme takımı
|
||||||
2011-2022</translation>
|
2011-2024</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../mobile-widgets/qml/About.qml" line="65"/>
|
<location filename="../mobile-widgets/qml/About.qml" line="65"/>
|
||||||
|
@ -9342,7 +9342,7 @@ Files with inappropriate date/time</source>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../desktop-widgets/about.cpp" line="15"/>
|
<location filename="../desktop-widgets/about.cpp" line="15"/>
|
||||||
<source><span style='font-size: 18pt; font-weight: bold;'>Subsurface %1 </span><br><br>Multi-platform divelog software<br><span style='font-size: 8pt'>Linus Torvalds, Dirk Hohndel, Tomaz Canabrava, Berthold Stoeger, and others, 2011-2022</span></source>
|
<source><span style='font-size: 18pt; font-weight: bold;'>Subsurface %1 </span><br><br>Multi-platform divelog software<br><span style='font-size: 8pt'>Linus Torvalds, Dirk Hohndel, Tomaz Canabrava, Berthold Stoeger, and others, 2011-2024</span></source>
|
||||||
<translation type="unfinished"/>
|
<translation type="unfinished"/>
|
||||||
</message>
|
</message>
|
||||||
</context>
|
</context>
|
||||||
|
|
|
@ -23,7 +23,7 @@
|
||||||
<source>Version: %1
|
<source>Version: %1
|
||||||
|
|
||||||
© Subsurface developer team
|
© Subsurface developer team
|
||||||
2011-2022</source>
|
2011-2024</source>
|
||||||
<translation type="unfinished"/>
|
<translation type="unfinished"/>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
|
@ -9337,7 +9337,7 @@ Files with inappropriate date/time</source>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../desktop-widgets/about.cpp" line="15"/>
|
<location filename="../desktop-widgets/about.cpp" line="15"/>
|
||||||
<source><span style='font-size: 18pt; font-weight: bold;'>Subsurface %1 </span><br><br>Multi-platform divelog software<br><span style='font-size: 8pt'>Linus Torvalds, Dirk Hohndel, Tomaz Canabrava, Berthold Stoeger, and others, 2011-2022</span></source>
|
<source><span style='font-size: 18pt; font-weight: bold;'>Subsurface %1 </span><br><br>Multi-platform divelog software<br><span style='font-size: 8pt'>Linus Torvalds, Dirk Hohndel, Tomaz Canabrava, Berthold Stoeger, and others, 2011-2024</span></source>
|
||||||
<translation type="unfinished"/>
|
<translation type="unfinished"/>
|
||||||
</message>
|
</message>
|
||||||
</context>
|
</context>
|
||||||
|
|
|
@ -24,7 +24,7 @@
|
||||||
<source>Version: %1
|
<source>Version: %1
|
||||||
|
|
||||||
© Subsurface developer team
|
© Subsurface developer team
|
||||||
2011-2022</source>
|
2011-2024</source>
|
||||||
<translation type="unfinished"/>
|
<translation type="unfinished"/>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
|
@ -9289,7 +9289,7 @@ Files with inappropriate date/time</source>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../desktop-widgets/about.cpp" line="15"/>
|
<location filename="../desktop-widgets/about.cpp" line="15"/>
|
||||||
<source><span style='font-size: 18pt; font-weight: bold;'>Subsurface %1 </span><br><br>Multi-platform divelog software<br><span style='font-size: 8pt'>Linus Torvalds, Dirk Hohndel, Tomaz Canabrava, Berthold Stoeger, and others, 2011-2022</span></source>
|
<source><span style='font-size: 18pt; font-weight: bold;'>Subsurface %1 </span><br><br>Multi-platform divelog software<br><span style='font-size: 8pt'>Linus Torvalds, Dirk Hohndel, Tomaz Canabrava, Berthold Stoeger, and others, 2011-2024</span></source>
|
||||||
<translation type="unfinished"/>
|
<translation type="unfinished"/>
|
||||||
</message>
|
</message>
|
||||||
</context>
|
</context>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue