aboutsummaryrefslogtreecommitdiffstats
path: root/view
diff options
context:
space:
mode:
authorTobias Diekershoff <tobias.diekershoff@gmx.net>2011-08-23 06:32:21 +0200
committerTobias Diekershoff <tobias.diekershoff@gmx.net>2011-08-23 06:32:21 +0200
commit9cd28af4e86c37dd553033a2f85881c17005a809 (patch)
tree93a474e4dda5a93a05999144b378d718264e6046 /view
parentb9e4668f68321bd767dfffb626be940e0b1be460 (diff)
downloadvolse-hubzilla-9cd28af4e86c37dd553033a2f85881c17005a809.tar.gz
volse-hubzilla-9cd28af4e86c37dd553033a2f85881c17005a809.tar.bz2
volse-hubzilla-9cd28af4e86c37dd553033a2f85881c17005a809.zip
fixed a missing string in DE
Diffstat (limited to 'view')
-rw-r--r--view/de/strings.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/view/de/strings.php b/view/de/strings.php
index db53b0784..56d54a6d3 100644
--- a/view/de/strings.php
+++ b/view/de/strings.php
@@ -380,8 +380,8 @@ $a->strings["View New Items"] = "Neue Einträge anzeigen";
$a->strings["View Any Items"] = "Alle Einträge anzeigen";
$a->strings["View Starred Items"] = "Gesternte Einträge anzeigen";
$a->strings["Warning: This group contains %s member from an insecure network."] = array(
- 0 => "",
- 1 => "",
+ 0 => "Warnung: Diese Gruppe beinhaltet %s Mitglied aus unsicheren Netzwerken.",
+ 1 => "Warnung: Diese Gruppe beinhaltet %s Mitglieder aus unsicheren Netzwerken.",
);
$a->strings["Private messages to this group are at risk of public disclosure."] = "Private Nachrichten an diese Gruppe könnten an die Öffentlichkeit geraten.";
$a->strings["No such group"] = "Es gibt keine solche Gruppe";