Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
P
package-helpers
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
trisquel
package-helpers
Commits
f6c8d0a1
Commit
f6c8d0a1
authored
9 months ago
by
Luis Guzmán
Browse files
Options
Downloads
Patches
Plain Diff
software-properties: update l10n german strings, thanks knife.
parent
59dce80f
No related branches found
No related tags found
1 merge request
!1362
software-properties: update l10n german strings, thanks knife.
Pipeline
#1264
passed
9 months ago
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
helpers/DATA/software-properties/l10n/de_po_r202405.po.patch
+17
-0
17 additions, 0 deletions
helpers/DATA/software-properties/l10n/de_po_r202405.po.patch
helpers/make-software-properties
+3
-3
3 additions, 3 deletions
helpers/make-software-properties
with
20 additions
and
3 deletions
helpers/DATA/software-properties/l10n/de_po_r202405.po.patch
0 → 100644
+
17
−
0
View file @
f6c8d0a1
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:"
This diff is collapsed.
Click to expand it.
helpers/make-software-properties
+
3
−
3
View file @
f6c8d0a1
#!/bin/sh
#
# Copyright (C) 202
3
Luis Guzman <ark@switnet.org>
# Copyright (C) 202
4
Luis Guzman <ark@switnet.org>
# Copyright (C) 2011-2022 Ruben Rodriguez <ruben@trisquel.info>
# Copyright (C) 2019 Mason Hock <mason@masonhock.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
#
VERSION
=
1
3
VERSION
=
1
4
.
./config
...
...
@@ -85,7 +85,7 @@ patch --no-backup-if-mismatch -p1 < $DATA/removal_of_snaps_other_packages_referr
# Trisquel l10n modifications using git patches.
for
patch
in
$(
ls
-v
${
DATA
}
/l10n/
*
.patch
)
do
echo
"> Applying
$
patch
"
echo
"> Applying
$
(
echo
$patch
|xargs
basename
)
"
patch
--no-backup-if-mismatch
-Np1
<
$patch
done
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment