mirror of
https://github.com/subsurface/subsurface.git
synced 2024-11-28 05:00:20 +00:00
Update German and Swiss-German translations for latest strings
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
9166dab702
commit
f50ae3a689
3 changed files with 8 additions and 7 deletions
3
gps.c
3
gps.c
|
@ -203,7 +203,6 @@ void show_map(OsmGpsMap *map, GtkWidget **window, struct dive *dive, void (*call
|
|||
*window = gtk_window_new(GTK_WINDOW_TOPLEVEL);
|
||||
gtk_window_set_position(GTK_WINDOW(*window), GTK_WIN_POS_MOUSE);
|
||||
gtk_window_set_default_size(GTK_WINDOW(*window), 560, 360);
|
||||
gtk_window_set_title(GTK_WINDOW(*window), _("Dive locations"));
|
||||
gtk_container_set_border_width(GTK_CONTAINER(*window), 5);
|
||||
gtk_window_set_resizable(GTK_WINDOW(*window), TRUE);
|
||||
gtk_container_add(GTK_CONTAINER(*window), GTK_WIDGET(map));
|
||||
|
@ -216,6 +215,8 @@ void show_map(OsmGpsMap *map, GtkWidget **window, struct dive *dive, void (*call
|
|||
if (callback) {
|
||||
g_signal_connect(G_OBJECT(map), "button-press-event", G_CALLBACK(button_cb), callback);
|
||||
gtk_window_set_title(GTK_WINDOW(*window), _("Use right click to mark dive location at cursor"));
|
||||
} else {
|
||||
gtk_window_set_title(GTK_WINDOW(*window), _("Dive locations"));
|
||||
}
|
||||
gtk_widget_show_all(*window);
|
||||
if (callback)
|
||||
|
|
|
@ -10,7 +10,7 @@ msgstr ""
|
|||
"Project-Id-Version: 2.9\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2013-02-11 19:54-0800\n"
|
||||
"PO-Revision-Date: 2013-02-09 10:51-0800\n"
|
||||
"PO-Revision-Date: 2013-02-11 20:18-0800\n"
|
||||
"Last-Translator: Dirk Hohndel <dirk@hohndel.org>\n"
|
||||
"Language-Team: German\n"
|
||||
"Language: de\n"
|
||||
|
@ -416,7 +416,7 @@ msgstr "Ø Dauer"
|
|||
#: profile.c:410
|
||||
#, c-format
|
||||
msgid "Bailing out to OC"
|
||||
msgstr ""
|
||||
msgstr "Notausstieg mittels offenem System"
|
||||
|
||||
#: gtk-gui.c:638
|
||||
msgid "Bar"
|
||||
|
@ -497,7 +497,7 @@ msgstr "T:%.1f %s"
|
|||
|
||||
#: planner.c:1209
|
||||
msgid "DISCLAIMER / WARNING: THIS IS A NEW IMPLEMENTATION OF THE BUHLMANN ALGORITHM AND A DIVE PLANNER IMPLEMENTION BASED ON THAT WHICH HAS RECEIVED ONLY A LIMITED AMOUNT OF TESTING. WE STRONGLY RECOMMEND NOT TO PLAN DIVES SIMPLY BASED ON THE RESULTS GIVEN HERE."
|
||||
msgstr ""
|
||||
msgstr "HAFTUNGSAUSSCHLUSS / WARNUNG: DIES IST EINE NEUE IMPLEMENTIERUNG DES BÜHLMANN ALGORITHMUS UND EINES DARAF BASIERENDEN TAUCHPLANNERS, DIE NUR EINGESCHRÄNKT GETESTET WURDE. WIR RATEN DRINGENST, KEINE TAUCHGÄNGE DURCHZUFÜHREN, DIE NUR AUF DEN HIER ERSTELLTEN DATEN BERUHEN."
|
||||
|
||||
#: divelist.c:1424 print.c:486 statistics.c:830
|
||||
msgid "Date"
|
||||
|
@ -1617,7 +1617,7 @@ msgstr "Einheiten"
|
|||
|
||||
#: gps.c:218
|
||||
msgid "Use right click to mark dive location at cursor"
|
||||
msgstr ""
|
||||
msgstr "Der Tauchplatz kann mittels rechter Maustaste an der Mausposition markiert werden"
|
||||
|
||||
#: webservice.c:230
|
||||
msgid "User Identifier"
|
||||
|
|
|
@ -9,7 +9,7 @@ msgstr ""
|
|||
"Project-Id-Version: 2.9\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2013-02-11 19:54-0800\n"
|
||||
"PO-Revision-Date: 2013-02-09 10:44-0800\n"
|
||||
"PO-Revision-Date: 2013-02-11 20:16-0800\n"
|
||||
"Last-Translator: Dirk Hohndel <dirk@hohndel.org>\n"
|
||||
"Language-Team: German\n"
|
||||
"Language: de\n"
|
||||
|
@ -1616,7 +1616,7 @@ msgstr "Einheiten"
|
|||
|
||||
#: gps.c:218
|
||||
msgid "Use right click to mark dive location at cursor"
|
||||
msgstr ""
|
||||
msgstr "Der Tauchplatz kann mittels rechter Maustaste an der Mausposition markiert werden"
|
||||
|
||||
#: webservice.c:230
|
||||
msgid "User Identifier"
|
||||
|
|
Loading…
Reference in a new issue