diff options
author | Damiano Galassi <[email protected]> | 2018-07-12 17:05:21 +0200 |
---|---|---|
committer | Damiano Galassi <[email protected]> | 2018-07-12 17:05:21 +0200 |
commit | 1952a935f8a6fc7d9983b1b74285993a90888ee6 (patch) | |
tree | 5c409857abca1f11a3fff2cb6ed0209cf61662c8 /macosx/de.lproj/Presets.strings | |
parent | cd26253e5adcaa0a0c7ee7d9067f6d2d1d2f4112 (diff) |
MacGui: add German localisation by Nomis101.
Diffstat (limited to 'macosx/de.lproj/Presets.strings')
-rw-r--r-- | macosx/de.lproj/Presets.strings | 51 |
1 files changed, 51 insertions, 0 deletions
diff --git a/macosx/de.lproj/Presets.strings b/macosx/de.lproj/Presets.strings new file mode 100644 index 000000000..3a3c291b7 --- /dev/null +++ b/macosx/de.lproj/Presets.strings @@ -0,0 +1,51 @@ +/* Class = "NSTextFieldCell"; title = "Text Cell"; ObjectID = "4tC-UE-40G"; */ +"4tC-UE-40G.title" = "Text Cell"; + +/* Class = "NSButton"; ibExternalAccessibilityDescription = "Delete Preset"; ObjectID = "b3V-8w-euU"; */ +"b3V-8w-euU.ibExternalAccessibilityDescription" = "Voreinstellung löschen"; + +/* Class = "NSButton"; ibShadowedToolTip = "Delete the selected preset."; ObjectID = "b3V-8w-euU"; */ +"b3V-8w-euU.ibShadowedToolTip" = "Lösche die ausgewählte Voreinstellung."; + +/* Class = "NSMenuItem"; title = "Reset Official Presets"; ObjectID = "cm5-Kl-dB3"; */ +"cm5-Kl-dB3.title" = "Offizielle Voreinstellungen zurücksetzen"; + +/* Class = "NSMenuItem"; title = "Make Default"; ObjectID = "D2t-YG-Frn"; */ +"D2t-YG-Frn.title" = "Zum Standard machen"; + +/* Class = "NSMenuItem"; title = "New Category"; ObjectID = "Io0-Vm-Qez"; */ +"Io0-Vm-Qez.title" = "Neue Kategorie"; + +/* Class = "NSButton"; ibExternalAccessibilityDescription = "New Preset"; ObjectID = "kfi-wq-mgV"; */ +"kfi-wq-mgV.ibExternalAccessibilityDescription" = "Neue Voreinstellung"; + +/* Class = "NSButton"; ibShadowedToolTip = "Create a new custom preset based on the currently selected settings."; ObjectID = "kfi-wq-mgV"; */ +"kfi-wq-mgV.ibShadowedToolTip" = "Erstellt neue benutzerdefinierte Voreinstellungen basierend auf den momentanen Einstellungen."; + +/* Class = "NSMenu"; title = "Presets Action Menu"; ObjectID = "LQk-kD-5sj"; */ +"LQk-kD-5sj.title" = "Voreinstellungsmenüoptionen"; + +/* Class = "NSMenuItem"; title = "Import…"; ObjectID = "LUl-ag-Iu6"; */ +"LUl-ag-Iu6.title" = "Importieren…"; + +/* Class = "NSTextFieldCell"; title = "Table View Cell"; ObjectID = "oBC-Nh-TwB"; */ +"oBC-Nh-TwB.title" = "Table View Cell"; + +/* Class = "NSTextFieldCell"; title = "Presets"; ObjectID = "r4V-6L-SO8"; */ +"r4V-6L-SO8.title" = "Voreinstellungen"; + +/* Class = "NSScrollView"; ibExternalAccessibilityDescription = "Presets"; ObjectID = "uad-bt-uKD"; */ +"uad-bt-uKD.ibExternalAccessibilityDescription" = "Voreinstellungen"; + +/* Class = "NSScrollView"; ibShadowedToolTip = "Presets are groups of encode settings tailored for specific scenarios. Select the one closest matching your intent.\n\nOverrides all encode settings. Settings may be further adjusted after selecting a preset."; ObjectID = "uad-bt-uKD"; */ +"uad-bt-uKD.ibShadowedToolTip" = "Voreinstellungen sind eine Gruppe con Enkodiereinstellungen, zugeschnitten auf ein bestimmtes Szenario. Es ist die Voreinstellung auszuwählen, die am besten zu den jeweiligen Bedürfnissen passt.\n\nOverrides all encode settings. Settings may be further adjusted after selecting a preset."; + +/* Class = "NSMenuItem"; title = "Export…"; ObjectID = "xEQ-Un-J0n"; */ +"xEQ-Un-J0n.title" = "Exportieren…"; + +/* Class = "NSPopUpButton"; ibExternalAccessibilityDescription = "Additional Options"; ObjectID = "Ybq-Zt-sta"; */ +"Ybq-Zt-sta.ibExternalAccessibilityDescription" = "Zusätzliche Optionen"; + +/* Class = "NSPopUpButton"; ibShadowedToolTip = "Show additional options."; ObjectID = "Ybq-Zt-sta"; */ +"Ybq-Zt-sta.ibShadowedToolTip" = "Zeige zusätzliche Optionen."; + |