diff --git a/l10n/de.js b/l10n/de.js index 6d71fcdf050..8933e2acf67 100644 --- a/l10n/de.js +++ b/l10n/de.js @@ -176,6 +176,6 @@ OC.L10N.register( "Show rich workspaces" : "Umfangreiche Arbeitsbereiche anzeigen", "Source language" : "Ausgangssprache", "Target language" : "Zielsprache", - "e.g. php, javascript, json, ..." : "z. B. php, javascript, json, …" + "e.g. php, javascript, json, ..." : "z. B. php, javascript, json …" }, "nplurals=2; plural=(n != 1);"); diff --git a/l10n/de.json b/l10n/de.json index bd5d2af99c1..fabe94f61b7 100644 --- a/l10n/de.json +++ b/l10n/de.json @@ -174,6 +174,6 @@ "Show rich workspaces" : "Umfangreiche Arbeitsbereiche anzeigen", "Source language" : "Ausgangssprache", "Target language" : "Zielsprache", - "e.g. php, javascript, json, ..." : "z. B. php, javascript, json, …" + "e.g. php, javascript, json, ..." : "z. B. php, javascript, json …" },"pluralForm" :"nplurals=2; plural=(n != 1);" } \ No newline at end of file