diff options
Diffstat (limited to 'lib/l10n')
-rw-r--r-- | lib/l10n/cs.js | 1 | ||||
-rw-r--r-- | lib/l10n/cs.json | 1 | ||||
-rw-r--r-- | lib/l10n/de.js | 1 | ||||
-rw-r--r-- | lib/l10n/de.json | 1 |
4 files changed, 4 insertions, 0 deletions
diff --git a/lib/l10n/cs.js b/lib/l10n/cs.js index 7c08e08c896..d950f6b1969 100644 --- a/lib/l10n/cs.js +++ b/lib/l10n/cs.js @@ -114,6 +114,7 @@ OC.L10N.register( "Address" : "Adresa", "Profile picture" : "Profilový obrázek", "About" : "O uživateli", + "Display name" : "Zobrazované jméno", "Headline" : "Nadpis", "Organisation" : "Organizace", "Role" : "Role", diff --git a/lib/l10n/cs.json b/lib/l10n/cs.json index 7cbddca4bc2..13a6b4fdef8 100644 --- a/lib/l10n/cs.json +++ b/lib/l10n/cs.json @@ -112,6 +112,7 @@ "Address" : "Adresa", "Profile picture" : "Profilový obrázek", "About" : "O uživateli", + "Display name" : "Zobrazované jméno", "Headline" : "Nadpis", "Organisation" : "Organizace", "Role" : "Role", diff --git a/lib/l10n/de.js b/lib/l10n/de.js index 991e483e0db..283af683d7b 100644 --- a/lib/l10n/de.js +++ b/lib/l10n/de.js @@ -114,6 +114,7 @@ OC.L10N.register( "Address" : "Adresse", "Profile picture" : "Profilbild", "About" : "Über", + "Display name" : "Anzeigename", "Headline" : "Überschrift", "Organisation" : "Organisation", "Role" : "Funktion", diff --git a/lib/l10n/de.json b/lib/l10n/de.json index e2b785b0288..74a7799fec6 100644 --- a/lib/l10n/de.json +++ b/lib/l10n/de.json @@ -112,6 +112,7 @@ "Address" : "Adresse", "Profile picture" : "Profilbild", "About" : "Über", + "Display name" : "Anzeigename", "Headline" : "Überschrift", "Organisation" : "Organisation", "Role" : "Funktion", |