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
7d1e8b0f
Commit
7d1e8b0f
authored
9 months ago
by
Luis Guzmán
Browse files
Options
Downloads
Patches
Plain Diff
usb-creator: add german l10n update, thanks knife.
parent
3a4c59b3
No related branches found
No related tags found
1 merge request
!1367
usb-creator: add german l10n update, thanks knife.
Pipeline
#1269
passed
9 months ago
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
helpers/DATA/usb-creator/l10n/de_po_r202405.patch
+42
-0
42 additions, 0 deletions
helpers/DATA/usb-creator/l10n/de_po_r202405.patch
helpers/make-usb-creator
+2
-2
2 additions, 2 deletions
helpers/make-usb-creator
with
44 additions
and
2 deletions
helpers/DATA/usb-creator/l10n/de_po_r202405.patch
0 → 100644
+
42
−
0
View file @
7d1e8b0f
diff --git a/po/de.po b/po/de.po
index 3a7346e..6d2a97d 100644
--- a/po/de.po
+++ b/po/de.po
@@ -42,10 +42,10 @@
msgstr "Datenträger wird gelöscht"
#: .././gui/usbcreator-gtk.ui.h:6
msgid ""
-"Installation is complete. You may now run Trisquel on other computers by "
+"Installation is complete. You may now run your OS on other computers by "
"booting them with this drive inserted."
msgstr ""
-"Die Installation ist abgeschlossen. Sie können Trisquel nun auf anderen "
+"Die Installation ist abgeschlossen. Sie können das OS nun auf anderen "
"Rechnern ausführen, indem Sie diese mit diesem Datenträger starten."
#. set title of progress window (same as gtk frontend)
@@ -70,10 +70,10 @@
msgstr "Startmedium erstellen"
#: .././gui/usbcreator-gtk.ui.h:11
msgid ""
-"To try or install Trisquel from a removable disk, it needs to be set up as a "
+"To try or install your OS from a removable disk, it needs to be set up as a "
"startup disk."
msgstr ""
-"Um Trisquel von einem Wechseldatenträger aus auszuprobieren oder zu "
+"Um das OS von einem Wechseldatenträger aus auszuprobieren oder zu "
"installieren, müssen Sie diesen als Startlaufwerk einrichten."
#: .././gui/usbcreator-gtk.ui.h:12
@@ -203,9 +203,9 @@
msgstr "Fertig stellen …"
#: .././usbcreator/frontends/kde/frontend.py:487
msgid ""
"The installation is complete. You may now reboot your computer with this "
-"device inserted to try or install Trisquel."
+"device inserted to try or install your OS."
msgstr ""
-"Die Installation ist beendet. Um Trisquel auszuprobieren oder zu installieren, "
+"Die Installation ist beendet. Um das OS auszuprobieren oder zu installieren, "
"starten Sie den Rechner neu, während der Datenträger eingelegt ist."
#: .././usbcreator/frontends/kde/frontend.py:499
This diff is collapsed.
Click to expand it.
helpers/make-usb-creator
+
2
−
2
View file @
7d1e8b0f
...
...
@@ -17,7 +17,7 @@
# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
#
VERSION
=
2
VERSION
=
3
.
./config
...
...
@@ -44,7 +44,7 @@ sed -i "s|<https://launchpad.net/ubuntu/.*filebug>|<https://gitlab.trisquel.org/
# 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