From 4431d6fc2c8167bbe129a7e324309fac643ed1bb Mon Sep 17 00:00:00 2001 From: Sven Rissmann Date: Mon, 18 Aug 2014 10:47:34 +0200 Subject: [PATCH] German translation for Privacy! (index) Signed-off-by: Sven Rissmann --- german/index.german.php | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/german/index.german.php b/german/index.german.php index 193e3a3..af1f8af 100644 --- a/german/index.german.php +++ b/german/index.german.php @@ -20,6 +20,9 @@ $txt['time_format'] = '%@ %B %Y, %H:%M Uhr'; $txt['time_format_this_year'] = '%@ %B um %H:%M Uhr'; +// Some languages need punctuation before a colon. +$txt[':'] = ':'; + // %@ is a special format that adds a suffix to a day (1-31), e.g. 1st, 2nd... // If your language doesn't have any prefixes/suffixes it could use, just set it to $txt['day_suffix'] = '%s'; $txt['day_suffix'] = array( @@ -631,6 +634,9 @@ $txt['privacy_list'] = 'Kontakte'; $txt['privacy_author'] = 'Nur ich'; +$txt['privacy_bubble'] = 'Sichtbar für: {PRIVACY}.'; +$txt['privacy_can_edit'] = 'Bitte anklicken, um die Privatsphäre-Einstellungen zu ändern.'; + // Do not use double quotes in the form_* text strings. (Why would you?) $txt['form_submit'] = 'Abschicken'; $txt['form_cancel'] = 'Verwerfen';