diff options
author | Nomis101 <[email protected]> | 2019-08-29 00:45:19 +0200 |
---|---|---|
committer | Damiano Galassi <[email protected]> | 2019-08-29 09:18:52 +0200 |
commit | aa4c030d83dbc42722facefc00165f063648d1a9 (patch) | |
tree | cb6eb3eced82316cf825224119037d477387369b /macosx/de.lproj | |
parent | 67bf399b8360c255ffc3130cc9857a7c803664c1 (diff) |
Update MacGUI with german mixdown strings
Diffstat (limited to 'macosx/de.lproj')
-rw-r--r-- | macosx/de.lproj/HBQueueTableViewController.strings | 2 | ||||
-rw-r--r-- | macosx/de.lproj/Localizable.strings | 23 |
2 files changed, 22 insertions, 3 deletions
diff --git a/macosx/de.lproj/HBQueueTableViewController.strings b/macosx/de.lproj/HBQueueTableViewController.strings index 8efafa8e3..e6febaa09 100644 --- a/macosx/de.lproj/HBQueueTableViewController.strings +++ b/macosx/de.lproj/HBQueueTableViewController.strings @@ -5,7 +5,7 @@ "5Rl-P0-bhc.title" = "Table View Cell"; /* Class = "NSMenuItem"; title = "Show Destination in Finder"; ObjectID = "c1Z-ZC-b8b"; */ -"c1Z-ZC-b8b.title" = "Ziel im Finder zeigen"; +"c1Z-ZC-b8b.title" = "Ziel im Finder anzeigen"; /* Class = "NSMenuItem"; title = "Edit Job Settings"; ObjectID = "DTF-om-j0l"; */ "DTF-om-j0l.title" = "Aufgabeneinstellungen bearbeiten"; diff --git a/macosx/de.lproj/Localizable.strings b/macosx/de.lproj/Localizable.strings index b9d0be63d..c81b7f92c 100644 --- a/macosx/de.lproj/Localizable.strings +++ b/macosx/de.lproj/Localizable.strings @@ -123,10 +123,17 @@ /* Touch bar */ "Done" = "Fertig"; +/* HBQueueItemView -> Encode state accessibility label */ +"Encode canceled" = "Encodierung abgebrochen"; + /* Queue status */ "Encode Canceled." = "Encodierung abgebrochen."; -/* Queue done notification failed message */ +/* HBQueueItemView -> Encode state accessibility label */ +"Encode complete" = "Encodierung abgeschlossen"; + +/* HBQueueItemView -> Encode state accessibility label + Queue done notification failed message */ "Encode failed" = "Encodierung fehlgeschlagen"; /* Queue status */ @@ -135,6 +142,12 @@ /* Queue status */ "Encode Finished." = "Encodierung beendet."; +/* HBQueueItemView -> Encode state accessibility label */ +"Encode ready" = "Bereit zum Encodieren"; + +/* HBQueueItemView -> Encode state accessibility label */ +"Encode working" = "Encodierung in Arbeit"; + /* No comment provided by engineer. */ "Encoding %@\n%@" = "Encodiere %1$@\n%2$@"; @@ -279,6 +292,9 @@ /* Touch bar */ "Remaining Time" = "Verbleibende Zeit"; +/* HBQueueItemView -> Remove button accessibility label */ +"Remove job" = "Aufgabe entfernen"; + /* Queue undo action name */ "Remove Job From Queue" = "Aufgabe aus der Warteschlange entfernen"; @@ -292,6 +308,9 @@ Toolbar Pause Item */ "Resume Encoding" = "Encodierung fortsetzen"; +/* HBQueueItemView -> Reveal button accessibility label */ +"Reveal destination in Finder" = "Ziel im Finder anzeigen"; + /* Job statistics */ "Run time:" = "Bearbeitung:"; @@ -300,7 +319,7 @@ "Scale To Screen" = "An Bildschirm anpassen"; /* Queue Alert -> cancel rip informative text */ -"Select Continue Encoding to dismiss this dialog without making changes." = "Encodierung fortsetzen wählen um diesen Dialog ohne weitere Änderungen zu schließen."; +"Select Continue Encoding to dismiss this dialog without making changes." = "'Encodierung fortsetzen' wählen um diesen Dialog ohne weitere Änderungen zu schließen."; /* Preferences -> send to app destination open panel */ "Select the desired external application" = "Die gewünschte externe Anwendung auswählen"; |