Skip to content

Commit

Permalink
Fixing broken lines.
Browse files Browse the repository at this point in the history
  • Loading branch information
randriova committed Jun 3, 2021
1 parent 825fe98 commit 357fff8
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion src/js/modules/i18n/infragistics.ui.combo-hu.js
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
placeHolder: 'kiválasztás…',
notSuported: 'A művelet nem támogatott.',
errorNoSupportedTextsType: "Más szöveges szűrőt kell megadni. Olyan értéket adjon meg, amely vagy karakterlánc, vagy karakterlánc-tömb.",
errorUnrecognizedHighlightMatchesMode: "Más kiemelési módot kell kiválasztani a találatok kiemelésére. Válasszon egyet a 'multi', 'contains', 'startsWith', 'full' és "null" közül.",
errorUnrecognizedHighlightMatchesMode: "Más kiemelési módot kell kiválasztani a találatok kiemelésére. Válasszon egyet a 'multi', 'contains', 'startsWith', 'full' és 'null' közül.",
errorIncorrectGroupingKey: "A csoportosítási kulcs nem megfelelő."
};

Expand Down
2 changes: 1 addition & 1 deletion src/js/modules/i18n/infragistics.ui.combo-pl.js
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
placeHolder: 'wybierz...',
notSuported: 'Operacja nie jest obsługiwana.',
errorNoSupportedTextsType: "Wymagany jest inny tekst filtrowania. Podaj wartość, która jest ciągiem lub tablicą ciągów.",
errorUnrecognizedHighlightMatchesMode: "Wymagany jest inny tryb podświetlenia dopasowań. Wybierz wartość spośród 'multi', 'contains', 'startsWith', 'full' i "null".",
errorUnrecognizedHighlightMatchesMode: "Wymagany jest inny tryb podświetlenia dopasowań. Wybierz wartość spośród 'multi', 'contains', 'startsWith', 'full' i 'null'.",
errorIncorrectGroupingKey: "Klucz grupowania jest nieprawidłowy."
};

Expand Down
2 changes: 1 addition & 1 deletion src/js/modules/i18n/infragistics.ui.combo-ro.js
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
placeHolder: 'Selectați...',
notSuported: 'Operația nu este acceptată.',
errorNoSupportedTextsType: "Este necesar un text de filtrare diferit. Furnizați o valoare care este fie un șir, fie o matrice de șiruri.",
errorUnrecognizedHighlightMatchesMode: "Este necesar un mod diferit de potrivire a evidențierii. Alegeți o valoare între 'multi', 'contains', 'startsWith', 'full' și "null".",
errorUnrecognizedHighlightMatchesMode: "Este necesar un mod diferit de potrivire a evidențierii. Alegeți o valoare între 'multi', 'contains', 'startsWith', 'full' și 'null'.",
errorIncorrectGroupingKey: "Cheia de grupare nu este corectă."
};

Expand Down
2 changes: 1 addition & 1 deletion src/js/modules/i18n/infragistics.ui.editors-nl.js
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
maxValExceededWrappedAroundErrMsg: "Invoer overschreed de maximale waarde van {0} en werd ingesteld op de minimaal toegestane waarde",
minValExceededWrappedAroundErrMsg: "Invoer was lager dan de minimumwaarde van {0} en is ingesteld op de maximaal toegestane waarde",
btnValueNotSupported: 'Een andere knopwaarde is vereist. Kies een waarde tussen "dropdown", "clear" en "spin".',
scientificFormatErrMsg: 'Een ander wetenschappelijk formaat is vereist. Kies een waarde tussen "E", "e", "E +" en "e +".',
scientificFormatErrMsg: 'Een ander wetenschappelijk formaat is vereist. Kies een waarde tussen "E", "e", "E+" en "e+".',
spinDeltaIsOfTypeNumber: "Een ander type spinDelta is vereist. Er moet een positief getal worden ingevoerd.",
spinDeltaIsOfTypeNumberForPeriod: "Een ander type spinDelta is vereist voor de {0}. Er moet een positief getal tussen {1} en {2} worden ingevoerd.",
spinDeltaIsOfTypeNumberOrObject: "Een ander type spinDelta is vereist. Een positief getal of een object dat verschillende delta's voor de tijdsperiode definieert, moet worden ingevoerd.",
Expand Down
2 changes: 1 addition & 1 deletion src/js/modules/i18n/infragistics.ui.editors-pl.js
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
ariaCalendarButton: 'Kalendarz',
datePickerButtonTitle: 'Pokaż kalendarz',
updateModeUnsupportedValue: 'Właściwość updateMode wymaga innej konfiguracji. Wybierz wartość "onChange" lub "immediate".',
updateModeNotSupported: 'W przypadku rozszerzeń igMaskEditor, igDateEditor i igDatePicker właściwość updateMode obsługuje wyłącznie tryb 'onchange'.',
updateModeNotSupported: 'W przypadku rozszerzeń igMaskEditor, igDateEditor i igDatePicker właściwość updateMode obsługuje wyłącznie tryb "onchange".',
renderErrMsg: "Nie można bezpośrednio utworzyć wystąpienia edytora podstawowego. Spróbuj użyć edytora tekstu, liczb, daty lub innego edytora.",
multilineErrMsg: 'Właściwość textArea wymaga innej konfiguracji. Właściwość TextMode należy ustawić na "multiline".',
targetNotSupported: "Ten element docelowy nie jest obsługiwany.",
Expand Down
2 changes: 1 addition & 1 deletion src/js/modules/i18n/infragistics.ui.notifier-ro.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
warningMsg: "Avertizare",
infoMsg: "Informație",
notSupportedState: "Stare de notificare neacceptată! Utilizați una dintre stările acceptate 'success', 'info', 'warning', 'error'.",
notSupportedMode: "Mod de notificare neacceptat! Utilizați unul dintre modurile acceptate "auto", "popover", "inline"."
notSupportedMode: "Mod de notificare neacceptat! Utilizați unul dintre modurile acceptate 'auto', 'popover', 'inline'."
};

$.ig.Notifier.locale = $.ig.Notifier.locale || $.ig.locale.ro.Notifier;
Expand Down
2 changes: 1 addition & 1 deletion src/js/modules/i18n/infragistics.ui.videoplayer-nl.js
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
adMessageNoDuration: 'Advertentie: video wordt hervat na de reclame.',
adNewWindowTip: 'Advertentie: klik om advertentie-inhoud in een nieuw venster te openen.',
nonDivException: 'De Infragistics HTML5-videospeler kan alleen worden geïnstantieerd op een DIV-tag.',
relatedVideos: 'VERWANTE VIDEO'S',
relatedVideos: 'VERWANTE VIDEO\'S',
replayButton: 'Opnieuw afspelen',
replayTooltip: 'Klik om de laatste video af te spelen.',
noCommercials: 'Browserbediening ondersteunt geen reclame'
Expand Down

0 comments on commit 357fff8

Please sign in to comment.