aboutsummaryrefslogtreecommitdiffstats
path: root/view/de/strings.php
diff options
context:
space:
mode:
Diffstat (limited to 'view/de/strings.php')
-rw-r--r--view/de/strings.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/view/de/strings.php b/view/de/strings.php
index 611eff282..443b2ec0c 100644
--- a/view/de/strings.php
+++ b/view/de/strings.php
@@ -1,8 +1,9 @@
<?php
+if(! function_exists("string_plural_select_de")) {
function string_plural_select_de($n){
return ($n != 1);;
-}
+}}
;
$a->strings["Categories"] = "Kategorien";
$a->strings["Connect"] = "Verbinden";