software-properties: update l10n german strings, thanks knife.

This commit is contained in:
Luis Guzmán 2024-05-18 03:27:34 +00:00
parent 59dce80f42
commit f6c8d0a1f7
2 changed files with 20 additions and 3 deletions

View file

@ -0,0 +1,17 @@
diff --git a/po/de.po b/po/de.po
index f851b42..291b247 100644
--- a/po/de.po
+++ b/po/de.po
@@ -2077,3 +2077,12 @@ msgstr "Besten Server au_swählen"
#~ "Für folgende Pakete sind neue Versionen verfügbar. Die Aktualisierung "
#~ "kann durch einen Klick auf die Schaltfläche »Installieren« vorgenommen "
#~ "werden."
+
+msgid "Notify me of a new Trisquel version:"
+msgstr "Mich benachrichtigen, wenn eine neue Version von Trisquel verfügbar ist:"
+
+msgid "This system has:"
+msgstr "Aktuelle Version des Systems:"
+
+msgid "Automatically check for updates:"
+msgstr "Automatisch nach Aktualisierungen suchen:"

View file

@ -1,6 +1,6 @@
#!/bin/sh #!/bin/sh
# #
# Copyright (C) 2023 Luis Guzman <ark@switnet.org> # Copyright (C) 2024 Luis Guzman <ark@switnet.org>
# Copyright (C) 2011-2022 Ruben Rodriguez <ruben@trisquel.info> # Copyright (C) 2011-2022 Ruben Rodriguez <ruben@trisquel.info>
# Copyright (C) 2019 Mason Hock <mason@masonhock.com> # Copyright (C) 2019 Mason Hock <mason@masonhock.com>
# Copyright (C) 2011 Carlos Pais <freemind@lavabit.com> # Copyright (C) 2011 Carlos Pais <freemind@lavabit.com>
@ -20,7 +20,7 @@
# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA # Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
# #
VERSION=13 VERSION=14
. ./config . ./config
@ -85,7 +85,7 @@ patch --no-backup-if-mismatch -p1 < $DATA/removal_of_snaps_other_packages_referr
# Trisquel l10n modifications using git patches. # Trisquel l10n modifications using git patches.
for patch in $(ls -v ${DATA}/l10n/*.patch) for patch in $(ls -v ${DATA}/l10n/*.patch)
do do
echo "> Applying $patch" echo "> Applying $(echo $patch|xargs basename)"
patch --no-backup-if-mismatch -Np1 < $patch patch --no-backup-if-mismatch -Np1 < $patch
done done