From db8f68df8283eb72356efaf809aa99a0ab34977a Mon Sep 17 00:00:00 2001 From: Jonathan Wilkes <jon.w.wilkes@gmail.com> Date: Sun, 27 Nov 2016 16:45:52 -0500 Subject: [PATCH] fix #170: Empty field in preferences. Also add a bad German translation as a placeholder --- pd/nw/locales/de/translation.json | 2 ++ pd/nw/locales/en/translation.json | 2 ++ 2 files changed, 4 insertions(+) diff --git a/pd/nw/locales/de/translation.json b/pd/nw/locales/de/translation.json index 6e8998428..f53463998 100644 --- a/pd/nw/locales/de/translation.json +++ b/pd/nw/locales/de/translation.json @@ -364,6 +364,8 @@ "sr_tt": "Anzahl von Samples pro Sekunde", "advance": "Verzögerung", "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_tt": "Anzahl von Samples in einem Block, der an die Audio-API gesendet oder von dort empfangen wird", "channels": "Kanäle", diff --git a/pd/nw/locales/en/translation.json b/pd/nw/locales/en/translation.json index ea02b5377..2cce92194 100644 --- a/pd/nw/locales/en/translation.json +++ b/pd/nw/locales/en/translation.json @@ -366,6 +366,8 @@ "advance_tt": "delay", "blocksize": "blocksize", "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_tt": "number of channels for this device", "input_title": "Input Devices", -- GitLab