Skip to content
Snippets Groups Projects
Commit db8f68df authored by Jonathan Wilkes's avatar Jonathan Wilkes
Browse files

fix #170: Empty field in preferences. Also add a bad German translation as a placeholder

parent 67aa92cf
No related branches found
No related tags found
No related merge requests found
...@@ -364,6 +364,8 @@ ...@@ -364,6 +364,8 @@
"sr_tt": "Anzahl von Samples pro Sekunde", "sr_tt": "Anzahl von Samples pro Sekunde",
"advance": "Verzögerung", "advance": "Verzögerung",
"advance_tt": "Verzögerung (msec)", "advance_tt": "Verzögerung (msec)",
"callback": "callback dinge",
"callback_tt": "benutzen der callback API von Pd für diesen Audio-Backend",
"blocksize": "Blockgröße", "blocksize": "Blockgröße",
"blocksize_tt": "Anzahl von Samples in einem Block, der an die Audio-API gesendet oder von dort empfangen wird", "blocksize_tt": "Anzahl von Samples in einem Block, der an die Audio-API gesendet oder von dort empfangen wird",
"channels": "Kanäle", "channels": "Kanäle",
......
...@@ -366,6 +366,8 @@ ...@@ -366,6 +366,8 @@
"advance_tt": "delay", "advance_tt": "delay",
"blocksize": "blocksize", "blocksize": "blocksize",
"blocksize_tt": "number of samples in a block to be delivered to or received from the audio api", "blocksize_tt": "number of samples in a block to be delivered to or received from the audio api",
"callback": "use callbacks",
"callback_tt": "use Pd's callback interface for this API",
"channels": "channels", "channels": "channels",
"channels_tt": "number of channels for this device", "channels_tt": "number of channels for this device",
"input_title": "Input Devices", "input_title": "Input Devices",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment