Skip to content
This repository has been archived by the owner on Apr 22, 2022. It is now read-only.

Commit

Permalink
Update ext-locale-de.js
Browse files Browse the repository at this point in the history
I corrected the grammar.
  • Loading branch information
Hauwertlhaufn committed Aug 28, 2016
1 parent 1ec9d30 commit 69e8302
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions ext/packages/ext-locale/overrides/de/ext-locale-de.js
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ Ext.define("Ext.locale.de.toolbar.Paging", {
nextText: "nächste Seite",
lastText: "letzte Seite",
refreshText: "Aktualisieren",
displayMsg: "Anzeige Eintrag {0} - {1} von {2}",
displayMsg: "Eintrag anzeigen {0} - {1} von {2}",
emptyMsg: "Keine Daten vorhanden"
});

Expand Down Expand Up @@ -168,8 +168,8 @@ Ext.define("Ext.locale.de.form.field.VTypes", {
override: "Ext.form.field.VTypes",
emailText: 'Dieses Feld sollte eine E-Mail-Adresse enthalten. Format: "user@example.com"',
urlText: 'Dieses Feld sollte eine URL enthalten. Format: "http:/' + '/www.example.com"',
alphaText: 'Dieses Feld darf nur Buchstaben enthalten und _',
alphanumText: 'Dieses Feld darf nur Buchstaben und Zahlen enthalten und _'
alphaText: 'Dieses Feld darf nur Buchstaben und _ enthalten',
alphanumText: 'Dieses Feld darf nur Buchstaben, Zahlen und _ enthalten'
});

Ext.define("Ext.locale.de.form.field.HtmlEditor", {
Expand Down Expand Up @@ -235,7 +235,7 @@ Ext.define("Ext.locale.de.form.field.HtmlEditor", {
},
insertorderedlist: {
title: 'Numerierte Liste',
text: 'Beginnt eine numerierte Liste.',
text: 'Beginnt eine nummerierte Liste.',
cls: Ext.baseCSSPrefix + 'html-editor-tip'
},
createlink: {
Expand Down

0 comments on commit 69e8302

Please sign in to comment.