mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2026-02-10 16:01:33 +00:00
upgrade dojo to 1.8.3 (refs #570)
This commit is contained in:
@@ -0,0 +1,40 @@
|
||||
define("dijit/form/nls/ComboBox", { root:
|
||||
//begin v1.x content
|
||||
({
|
||||
previousMessage: "Previous choices",
|
||||
nextMessage: "More choices"
|
||||
})
|
||||
//end v1.x content
|
||||
,
|
||||
"zh": true,
|
||||
"zh-tw": true,
|
||||
"tr": true,
|
||||
"th": true,
|
||||
"sv": true,
|
||||
"sl": true,
|
||||
"sk": true,
|
||||
"ru": true,
|
||||
"ro": true,
|
||||
"pt": true,
|
||||
"pt-pt": true,
|
||||
"pl": true,
|
||||
"nl": true,
|
||||
"nb": true,
|
||||
"ko": true,
|
||||
"kk": true,
|
||||
"ja": true,
|
||||
"it": true,
|
||||
"hu": true,
|
||||
"hr": true,
|
||||
"he": true,
|
||||
"fr": true,
|
||||
"fi": true,
|
||||
"es": true,
|
||||
"el": true,
|
||||
"de": true,
|
||||
"da": true,
|
||||
"cs": true,
|
||||
"ca": true,
|
||||
"az": true,
|
||||
"ar": true
|
||||
});
|
||||
@@ -0,0 +1,43 @@
|
||||
define("dijit/form/nls/Textarea", { root:
|
||||
//begin v1.x content
|
||||
// used by both the editor and textarea widgets to provide information to screen reader users
|
||||
({
|
||||
iframeEditTitle: 'edit area', // primary title for editable IFRAME, for screen readers when focus is in the editing area
|
||||
iframeFocusTitle: 'edit area frame' // secondary title for editable IFRAME when focus is on outer container
|
||||
// to let user know that focus has moved out of editing area and to the
|
||||
// parent element of the editing area
|
||||
})
|
||||
//end v1.x content
|
||||
,
|
||||
"zh": true,
|
||||
"zh-tw": true,
|
||||
"tr": true,
|
||||
"th": true,
|
||||
"sv": true,
|
||||
"sl": true,
|
||||
"sk": true,
|
||||
"ru": true,
|
||||
"ro": true,
|
||||
"pt": true,
|
||||
"pt-pt": true,
|
||||
"pl": true,
|
||||
"nl": true,
|
||||
"nb": true,
|
||||
"ko": true,
|
||||
"kk": true,
|
||||
"ja": true,
|
||||
"it": true,
|
||||
"hu": true,
|
||||
"hr": true,
|
||||
"he": true,
|
||||
"fr": true,
|
||||
"fi": true,
|
||||
"es": true,
|
||||
"el": true,
|
||||
"de": true,
|
||||
"da": true,
|
||||
"cs": true,
|
||||
"ca": true,
|
||||
"az": true,
|
||||
"ar": true
|
||||
});
|
||||
@@ -0,0 +1,6 @@
|
||||
define(
|
||||
"dijit/form/nls/ar/ComboBox", ({
|
||||
previousMessage: "الاختيارات السابقة",
|
||||
nextMessage: "مزيد من الاختيارات"
|
||||
})
|
||||
);
|
||||
@@ -0,0 +1,9 @@
|
||||
define(
|
||||
"dijit/form/nls/ar/Textarea", // used by both the editor and textarea widgets to provide information to screen reader users
|
||||
({
|
||||
iframeEditTitle: 'مساحة التحرير', // primary title for editable IFRAME, for screen readers when focus is in the editing area
|
||||
iframeFocusTitle: 'اطار مساحة التحرير' // secondary title for editable IFRAME when focus is on outer container
|
||||
// to let user know that focus has moved out of editing area and to the
|
||||
// parent element of the editing area
|
||||
})
|
||||
);
|
||||
@@ -0,0 +1,7 @@
|
||||
define(
|
||||
"dijit/form/nls/ar/validate", ({
|
||||
invalidMessage: "القيمة التي تم ادخالها غير صحيحة.",
|
||||
missingMessage: "يجب ادخال هذه القيمة.",
|
||||
rangeMessage: "هذه القيمة ليس بالمدى الصحيح."
|
||||
})
|
||||
);
|
||||
@@ -0,0 +1,6 @@
|
||||
define(
|
||||
"dijit/form/nls/az/ComboBox", ({
|
||||
"previousMessage" : "Əvvəlki variantlar",
|
||||
"nextMessage" : "Başqa variantlar"
|
||||
})
|
||||
);
|
||||
@@ -0,0 +1,7 @@
|
||||
define(
|
||||
"dijit/form/nls/az/Textarea", // used by both the editor and textarea widgets to provide information to screen reader users
|
||||
({
|
||||
"iframeEditTitle" : "Redaktə sahəsi",
|
||||
"iframeFocusTitle" : "Redaktə sahəsi çərçivəsi"
|
||||
})
|
||||
);
|
||||
@@ -0,0 +1,7 @@
|
||||
define(
|
||||
"dijit/form/nls/az/validate", ({
|
||||
"rangeMessage" : "Bu dəyər aralıq xaricində.",
|
||||
"invalidMessage" : "Girilən dəyər keçərli deyil.",
|
||||
"missingMessage" : "Bu deyər lazımlı."
|
||||
})
|
||||
);
|
||||
@@ -0,0 +1,6 @@
|
||||
define(
|
||||
"dijit/form/nls/ca/ComboBox", ({
|
||||
previousMessage: "Opcions anteriors",
|
||||
nextMessage: "Més opcions"
|
||||
})
|
||||
);
|
||||
@@ -0,0 +1,9 @@
|
||||
define(
|
||||
"dijit/form/nls/ca/Textarea", // used by both the editor and textarea widgets to provide information to screen reader users
|
||||
({
|
||||
iframeEditTitle: 'àrea d\'edició', // primary title for editable IFRAME, for screen readers when focus is in the editing area
|
||||
iframeFocusTitle: 'Marc de l\'àrea d\'edició' // secondary title for editable IFRAME when focus is on outer container
|
||||
// to let user know that focus has moved out of editing area and to the
|
||||
// parent element of the editing area
|
||||
})
|
||||
);
|
||||
@@ -0,0 +1,7 @@
|
||||
define(
|
||||
"dijit/form/nls/ca/validate", ({
|
||||
invalidMessage: "El valor introduït no és vàlid",
|
||||
missingMessage: "Aquest valor és necessari",
|
||||
rangeMessage: "Aquest valor és fora de l'interval"
|
||||
})
|
||||
);
|
||||
@@ -0,0 +1,6 @@
|
||||
define(
|
||||
"dijit/form/nls/cs/ComboBox", ({
|
||||
previousMessage: "Předchozí volby",
|
||||
nextMessage: "Další volby"
|
||||
})
|
||||
);
|
||||
@@ -0,0 +1,9 @@
|
||||
define(
|
||||
"dijit/form/nls/cs/Textarea", // used by both the editor and textarea widgets to provide information to screen reader users
|
||||
({
|
||||
iframeEditTitle: 'oblast úprav', // primary title for editable IFRAME, for screen readers when focus is in the editing area
|
||||
iframeFocusTitle: 'rámec oblasti úprav' // secondary title for editable IFRAME when focus is on outer container
|
||||
// to let user know that focus has moved out of editing area and to the
|
||||
// parent element of the editing area
|
||||
})
|
||||
);
|
||||
@@ -0,0 +1,7 @@
|
||||
define(
|
||||
"dijit/form/nls/cs/validate", ({
|
||||
invalidMessage: "Zadaná hodnota není platná.",
|
||||
missingMessage: "Tato hodnota je vyžadována.",
|
||||
rangeMessage: "Tato hodnota je mimo rozsah."
|
||||
})
|
||||
);
|
||||
@@ -0,0 +1,6 @@
|
||||
define(
|
||||
"dijit/form/nls/da/ComboBox", ({
|
||||
previousMessage: "Forrige valg",
|
||||
nextMessage: "Flere valg"
|
||||
})
|
||||
);
|
||||
@@ -0,0 +1,9 @@
|
||||
define(
|
||||
"dijit/form/nls/da/Textarea", // used by both the editor and textarea widgets to provide information to screen reader users
|
||||
({
|
||||
iframeEditTitle: 'redigeringsområde', // primary title for editable IFRAME, for screen readers when focus is in the editing area
|
||||
iframeFocusTitle: 'ramme om redigeringsområde' // secondary title for editable IFRAME when focus is on outer container
|
||||
// to let user know that focus has moved out of editing area and to the
|
||||
// parent element of the editing area
|
||||
})
|
||||
);
|
||||
@@ -1,2 +1,2 @@
|
||||
//>>built
|
||||
define("dijit/form/nls/da/validate",({invalidMessage:"Den angivne værdi er ikke gyldig.",missingMessage:"Værdien er påkrævet.",rangeMessage:"Værdien er uden for intervallet."}));
|
||||
define("dijit/form/nls/da/validate",({invalidMessage:"Den angivne værdi er ugyldig.",missingMessage:"Værdien er påkrævet.",rangeMessage:"Værdien er uden for intervallet."}));
|
||||
@@ -0,0 +1,7 @@
|
||||
define(
|
||||
"dijit/form/nls/da/validate", ({
|
||||
invalidMessage: "Den angivne værdi er ugyldig.",
|
||||
missingMessage: "Værdien er påkrævet.",
|
||||
rangeMessage: "Værdien er uden for intervallet."
|
||||
})
|
||||
);
|
||||
@@ -0,0 +1,6 @@
|
||||
define(
|
||||
"dijit/form/nls/de/ComboBox", ({
|
||||
previousMessage: "Vorherige Auswahl",
|
||||
nextMessage: "Weitere Auswahlmöglichkeiten"
|
||||
})
|
||||
);
|
||||
@@ -0,0 +1,9 @@
|
||||
define(
|
||||
"dijit/form/nls/de/Textarea", // used by both the editor and textarea widgets to provide information to screen reader users
|
||||
({
|
||||
iframeEditTitle: 'Editierbereich', // primary title for editable IFRAME, for screen readers when focus is in the editing area
|
||||
iframeFocusTitle: 'Rahmen für Editierbereich' // secondary title for editable IFRAME when focus is on outer container
|
||||
// to let user know that focus has moved out of editing area and to the
|
||||
// parent element of the editing area
|
||||
})
|
||||
);
|
||||
@@ -0,0 +1,7 @@
|
||||
define(
|
||||
"dijit/form/nls/de/validate", ({
|
||||
invalidMessage: "Der eingegebene Wert ist ungültig. ",
|
||||
missingMessage: "Dieser Wert ist erforderlich.",
|
||||
rangeMessage: "Dieser Wert liegt außerhalb des gültigen Bereichs. "
|
||||
})
|
||||
);
|
||||
@@ -0,0 +1,6 @@
|
||||
define(
|
||||
"dijit/form/nls/el/ComboBox", ({
|
||||
previousMessage: "Προηγούμενες επιλογές",
|
||||
nextMessage: "Περισσότερες επιλογές"
|
||||
})
|
||||
);
|
||||
@@ -0,0 +1,9 @@
|
||||
define(
|
||||
"dijit/form/nls/el/Textarea", // used by both the editor and textarea widgets to provide information to screen reader users
|
||||
({
|
||||
iframeEditTitle: 'περιοχή επεξεργασίας', // primary title for editable IFRAME, for screen readers when focus is in the editing area
|
||||
iframeFocusTitle: 'πλαίσιο περιοχής επεξεργασίας' // secondary title for editable IFRAME when focus is on outer container
|
||||
// to let user know that focus has moved out of editing area and to the
|
||||
// parent element of the editing area
|
||||
})
|
||||
);
|
||||
@@ -0,0 +1,7 @@
|
||||
define(
|
||||
"dijit/form/nls/el/validate", ({
|
||||
invalidMessage: "Η τιμή που καταχωρήσατε δεν είναι έγκυρη.",
|
||||
missingMessage: "Η τιμή αυτή πρέπει απαραίτητα να καθοριστεί.",
|
||||
rangeMessage: "Η τιμή αυτή δεν ανήκει στο εύρος έγκυρων τιμών."
|
||||
})
|
||||
);
|
||||
@@ -0,0 +1,6 @@
|
||||
define(
|
||||
"dijit/form/nls/es/ComboBox", ({
|
||||
previousMessage: "Opciones anteriores",
|
||||
nextMessage: "Más opciones"
|
||||
})
|
||||
);
|
||||
@@ -0,0 +1,9 @@
|
||||
define(
|
||||
"dijit/form/nls/es/Textarea", // used by both the editor and textarea widgets to provide information to screen reader users
|
||||
({
|
||||
iframeEditTitle: 'área de edición', // primary title for editable IFRAME, for screen readers when focus is in the editing area
|
||||
iframeFocusTitle: 'marco del área de edición' // secondary title for editable IFRAME when focus is on outer container
|
||||
// to let user know that focus has moved out of editing area and to the
|
||||
// parent element of the editing area
|
||||
})
|
||||
);
|
||||
@@ -0,0 +1,7 @@
|
||||
define(
|
||||
"dijit/form/nls/es/validate", ({
|
||||
invalidMessage: "El valor especificado no es válido.",
|
||||
missingMessage: "Este valor es necesario.",
|
||||
rangeMessage: "Este valor está fuera del intervalo."
|
||||
})
|
||||
);
|
||||
@@ -0,0 +1,6 @@
|
||||
define(
|
||||
"dijit/form/nls/fi/ComboBox", ({
|
||||
previousMessage: "Edelliset valinnat",
|
||||
nextMessage: "Lisää valintoja"
|
||||
})
|
||||
);
|
||||
@@ -0,0 +1,9 @@
|
||||
define(
|
||||
"dijit/form/nls/fi/Textarea", // used by both the editor and textarea widgets to provide information to screen reader users
|
||||
({
|
||||
iframeEditTitle: 'muokkausalue', // primary title for editable IFRAME, for screen readers when focus is in the editing area
|
||||
iframeFocusTitle: 'muokkausalueen kehys' // secondary title for editable IFRAME when focus is on outer container
|
||||
// to let user know that focus has moved out of editing area and to the
|
||||
// parent element of the editing area
|
||||
})
|
||||
);
|
||||
@@ -0,0 +1,7 @@
|
||||
define(
|
||||
"dijit/form/nls/fi/validate", ({
|
||||
invalidMessage: "Annettu arvo ei kelpaa.",
|
||||
missingMessage: "Tämä arvo on pakollinen.",
|
||||
rangeMessage: "Tämä arvo on sallitun alueen ulkopuolella."
|
||||
})
|
||||
);
|
||||
@@ -0,0 +1,6 @@
|
||||
define(
|
||||
"dijit/form/nls/fr/ComboBox", ({
|
||||
previousMessage: "Choix précédents",
|
||||
nextMessage: "Plus de choix"
|
||||
})
|
||||
);
|
||||
@@ -0,0 +1,9 @@
|
||||
define(
|
||||
"dijit/form/nls/fr/Textarea", // used by both the editor and textarea widgets to provide information to screen reader users
|
||||
({
|
||||
iframeEditTitle: 'zone d\'édition', // primary title for editable IFRAME, for screen readers when focus is in the editing area
|
||||
iframeFocusTitle: 'cadre de la zone d\'édition' // secondary title for editable IFRAME when focus is on outer container
|
||||
// to let user know that focus has moved out of editing area and to the
|
||||
// parent element of the editing area
|
||||
})
|
||||
);
|
||||
@@ -0,0 +1,7 @@
|
||||
define(
|
||||
"dijit/form/nls/fr/validate", ({
|
||||
invalidMessage: "La valeur indiquée n'est pas correcte.",
|
||||
missingMessage: "Cette valeur est requise.",
|
||||
rangeMessage: "Cette valeur n'est pas comprise dans la plage autorisée."
|
||||
})
|
||||
);
|
||||
@@ -0,0 +1,6 @@
|
||||
define(
|
||||
"dijit/form/nls/he/ComboBox", ({
|
||||
previousMessage: "האפשרויות הקודמות",
|
||||
nextMessage: "אפשרויות נוספות"
|
||||
})
|
||||
);
|
||||
@@ -0,0 +1,9 @@
|
||||
define(
|
||||
"dijit/form/nls/he/Textarea", // used by both the editor and textarea widgets to provide information to screen reader users
|
||||
({
|
||||
iframeEditTitle: 'אזור עריכה', // primary title for editable IFRAME, for screen readers when focus is in the editing area
|
||||
iframeFocusTitle: 'מסגרת אזור עריכה' // secondary title for editable IFRAME when focus is on outer container
|
||||
// to let user know that focus has moved out of editing area and to the
|
||||
// parent element of the editing area
|
||||
})
|
||||
);
|
||||
@@ -0,0 +1,7 @@
|
||||
define(
|
||||
"dijit/form/nls/he/validate", ({
|
||||
invalidMessage: "הערך שצוין אינו חוקי.",
|
||||
missingMessage: "זהו ערך דרוש.",
|
||||
rangeMessage: "הערך מחוץ לטווח."
|
||||
})
|
||||
);
|
||||
@@ -0,0 +1,6 @@
|
||||
define(
|
||||
"dijit/form/nls/hr/ComboBox", ({
|
||||
previousMessage: "Prethodni izbori",
|
||||
nextMessage: "Više izbora"
|
||||
})
|
||||
);
|
||||
@@ -0,0 +1,9 @@
|
||||
define(
|
||||
"dijit/form/nls/hr/Textarea", // used by both the editor and textarea widgets to provide information to screen reader users
|
||||
({
|
||||
iframeEditTitle: 'područje uređivanja', // primary title for editable IFRAME, for screen readers when focus is in the editing area
|
||||
iframeFocusTitle: 'okvir područja uređivanja' // secondary title for editable IFRAME when focus is on outer container
|
||||
// to let user know that focus has moved out of editing area and to the
|
||||
// parent element of the editing area
|
||||
})
|
||||
);
|
||||
@@ -0,0 +1,7 @@
|
||||
define(
|
||||
"dijit/form/nls/hr/validate", ({
|
||||
invalidMessage: "Unesena vrijednost nije važeća.",
|
||||
missingMessage: "Potrebna je ova vrijednost.",
|
||||
rangeMessage: "Ova vrijednost je izvan raspona."
|
||||
})
|
||||
);
|
||||
@@ -0,0 +1,6 @@
|
||||
define(
|
||||
"dijit/form/nls/hu/ComboBox", ({
|
||||
previousMessage: "Előző menüpontok",
|
||||
nextMessage: "További menüpontok"
|
||||
})
|
||||
);
|
||||
@@ -0,0 +1,9 @@
|
||||
define(
|
||||
"dijit/form/nls/hu/Textarea", // used by both the editor and textarea widgets to provide information to screen reader users
|
||||
({
|
||||
iframeEditTitle: 'szerkesztési terület', // primary title for editable IFRAME, for screen readers when focus is in the editing area
|
||||
iframeFocusTitle: 'szerkesztési terület keret' // secondary title for editable IFRAME when focus is on outer container
|
||||
// to let user know that focus has moved out of editing area and to the
|
||||
// parent element of the editing area
|
||||
})
|
||||
);
|
||||
@@ -0,0 +1,7 @@
|
||||
define(
|
||||
"dijit/form/nls/hu/validate", ({
|
||||
invalidMessage: "A megadott érték érvénytelen.",
|
||||
missingMessage: "Meg kell adni egy értéket.",
|
||||
rangeMessage: "Az érték kívül van a megengedett tartományon."
|
||||
})
|
||||
);
|
||||
@@ -1,2 +1,2 @@
|
||||
//>>built
|
||||
define("dijit/form/nls/it/ComboBox",({previousMessage:"Scelte precedenti",nextMessage:"Altre scelte"}));
|
||||
define("dijit/form/nls/it/ComboBox",({previousMessage:"Scelte precedenti",nextMessage:"Scelte successive"}));
|
||||
@@ -0,0 +1,6 @@
|
||||
define(
|
||||
"dijit/form/nls/it/ComboBox", ({
|
||||
previousMessage: "Scelte precedenti",
|
||||
nextMessage: "Scelte successive"
|
||||
})
|
||||
);
|
||||
@@ -0,0 +1,9 @@
|
||||
define(
|
||||
"dijit/form/nls/it/Textarea", // used by both the editor and textarea widgets to provide information to screen reader users
|
||||
({
|
||||
iframeEditTitle: 'modifica area', // primary title for editable IFRAME, for screen readers when focus is in the editing area
|
||||
iframeFocusTitle: 'modifica frame area' // secondary title for editable IFRAME when focus is on outer container
|
||||
// to let user know that focus has moved out of editing area and to the
|
||||
// parent element of the editing area
|
||||
})
|
||||
);
|
||||
@@ -1,2 +1,2 @@
|
||||
//>>built
|
||||
define("dijit/form/nls/it/validate",({invalidMessage:"Il valore immesso non è valido.",missingMessage:"Questo valore è obbligatorio.",rangeMessage:"Questo valore non è compreso nell'intervallo."}));
|
||||
define("dijit/form/nls/it/validate",({invalidMessage:"Il valore immesso non è valido.",missingMessage:"Questo valore è obbligatorio.",rangeMessage:"Questo valore è fuori dall'intervallo consentito."}));
|
||||
@@ -0,0 +1,7 @@
|
||||
define(
|
||||
"dijit/form/nls/it/validate", ({
|
||||
invalidMessage: "Il valore immesso non è valido.",
|
||||
missingMessage: "Questo valore è obbligatorio.",
|
||||
rangeMessage: "Questo valore è fuori dall'intervallo consentito."
|
||||
})
|
||||
);
|
||||
@@ -0,0 +1,6 @@
|
||||
define(
|
||||
"dijit/form/nls/ja/ComboBox", ({
|
||||
previousMessage: "以前の選択項目",
|
||||
nextMessage: "追加の選択項目"
|
||||
})
|
||||
);
|
||||
@@ -0,0 +1,9 @@
|
||||
define(
|
||||
"dijit/form/nls/ja/Textarea", // used by both the editor and textarea widgets to provide information to screen reader users
|
||||
({
|
||||
iframeEditTitle: '編集域', // primary title for editable IFRAME, for screen readers when focus is in the editing area
|
||||
iframeFocusTitle: '編集域フレーム' // secondary title for editable IFRAME when focus is on outer container
|
||||
// to let user know that focus has moved out of editing area and to the
|
||||
// parent element of the editing area
|
||||
})
|
||||
);
|
||||
@@ -0,0 +1,7 @@
|
||||
define(
|
||||
"dijit/form/nls/ja/validate", ({
|
||||
invalidMessage: "入力した値は無効です。",
|
||||
missingMessage: "この値は必須です。",
|
||||
rangeMessage: "この値は範囲外です。"
|
||||
})
|
||||
);
|
||||
@@ -0,0 +1,6 @@
|
||||
define(
|
||||
"dijit/form/nls/kk/ComboBox", ({
|
||||
previousMessage: "Алдыңғы нұсқалар",
|
||||
nextMessage: "Басқа нұсқалар"
|
||||
})
|
||||
);
|
||||
@@ -0,0 +1,9 @@
|
||||
define(
|
||||
"dijit/form/nls/kk/Textarea", // used by both the editor and textarea widgets to provide information to screen reader users
|
||||
({
|
||||
iframeEditTitle: 'өңдеу аумағы', // primary title for editable IFRAME, for screen readers when focus is in the editing area
|
||||
iframeFocusTitle: 'өңдеу аумағының жақтауы' // secondary title for editable IFRAME when focus is on outer container
|
||||
// to let user know that focus has moved out of editing area and to the
|
||||
// parent element of the editing area
|
||||
})
|
||||
);
|
||||
@@ -0,0 +1,7 @@
|
||||
define(
|
||||
"dijit/form/nls/kk/validate", ({
|
||||
invalidMessage: "Енгізілген мән жарамды емес.",
|
||||
missingMessage: "Бұл мән міндетті.",
|
||||
rangeMessage: "Бұл мән ауқымнан тыс."
|
||||
})
|
||||
);
|
||||
@@ -0,0 +1,6 @@
|
||||
define(
|
||||
"dijit/form/nls/ko/ComboBox", ({
|
||||
previousMessage: "이전 선택사항",
|
||||
nextMessage: "기타 선택사항"
|
||||
})
|
||||
);
|
||||
@@ -0,0 +1,9 @@
|
||||
define(
|
||||
"dijit/form/nls/ko/Textarea", // used by both the editor and textarea widgets to provide information to screen reader users
|
||||
({
|
||||
iframeEditTitle: '편집 영역', // primary title for editable IFRAME, for screen readers when focus is in the editing area
|
||||
iframeFocusTitle: '편집 영역 프레임' // secondary title for editable IFRAME when focus is on outer container
|
||||
// to let user know that focus has moved out of editing area and to the
|
||||
// parent element of the editing area
|
||||
})
|
||||
);
|
||||
@@ -0,0 +1,7 @@
|
||||
define(
|
||||
"dijit/form/nls/ko/validate", ({
|
||||
invalidMessage: "입력된 값이 올바르지 않습니다.",
|
||||
missingMessage: "이 값은 필수입니다.",
|
||||
rangeMessage: "이 값은 범위를 벗어납니다."
|
||||
})
|
||||
);
|
||||
@@ -0,0 +1,6 @@
|
||||
define(
|
||||
"dijit/form/nls/nb/ComboBox", ({
|
||||
previousMessage: "Tidligere valg",
|
||||
nextMessage: "Flere valg"
|
||||
})
|
||||
);
|
||||
@@ -0,0 +1,9 @@
|
||||
define(
|
||||
"dijit/form/nls/nb/Textarea", // used by both the editor and textarea widgets to provide information to screen reader users
|
||||
({
|
||||
iframeEditTitle: 'redigeringsområde', // primary title for editable IFRAME, for screen readers when focus is in the editing area
|
||||
iframeFocusTitle: 'ramme for redigeringsområde' // secondary title for editable IFRAME when focus is on outer container
|
||||
// to let user know that focus has moved out of editing area and to the
|
||||
// parent element of the editing area
|
||||
})
|
||||
);
|
||||
@@ -0,0 +1,7 @@
|
||||
define(
|
||||
"dijit/form/nls/nb/validate", ({
|
||||
invalidMessage: "Den angitte verdien er ikke gyldig.",
|
||||
missingMessage: "Denne verdien er obligatorisk.",
|
||||
rangeMessage: "Denne verdien er utenfor gyldig område."
|
||||
})
|
||||
);
|
||||
@@ -0,0 +1,6 @@
|
||||
define(
|
||||
"dijit/form/nls/nl/ComboBox", ({
|
||||
previousMessage: "Eerdere opties",
|
||||
nextMessage: "Meer opties"
|
||||
})
|
||||
);
|
||||
@@ -0,0 +1,9 @@
|
||||
define(
|
||||
"dijit/form/nls/nl/Textarea", // used by both the editor and textarea widgets to provide information to screen reader users
|
||||
({
|
||||
iframeEditTitle: 'veld bewerken', // primary title for editable IFRAME, for screen readers when focus is in the editing area
|
||||
iframeFocusTitle: 'veldkader bewerken' // secondary title for editable IFRAME when focus is on outer container
|
||||
// to let user know that focus has moved out of editing area and to the
|
||||
// parent element of the editing area
|
||||
})
|
||||
);
|
||||
@@ -0,0 +1,7 @@
|
||||
define(
|
||||
"dijit/form/nls/nl/validate", ({
|
||||
invalidMessage: "De opgegeven waarde is ongeldig.",
|
||||
missingMessage: "Deze waarde is verplicht.",
|
||||
rangeMessage: "Deze waarde is niet toegestaan."
|
||||
})
|
||||
);
|
||||
@@ -0,0 +1,6 @@
|
||||
define(
|
||||
"dijit/form/nls/pl/ComboBox", ({
|
||||
previousMessage: "Poprzednie wybory",
|
||||
nextMessage: "Więcej wyborów"
|
||||
})
|
||||
);
|
||||
@@ -0,0 +1,9 @@
|
||||
define(
|
||||
"dijit/form/nls/pl/Textarea", // used by both the editor and textarea widgets to provide information to screen reader users
|
||||
({
|
||||
iframeEditTitle: 'edycja obszaru', // primary title for editable IFRAME, for screen readers when focus is in the editing area
|
||||
iframeFocusTitle: 'edycja ramki obszaru' // secondary title for editable IFRAME when focus is on outer container
|
||||
// to let user know that focus has moved out of editing area and to the
|
||||
// parent element of the editing area
|
||||
})
|
||||
);
|
||||
@@ -1,2 +1,2 @@
|
||||
//>>built
|
||||
define("dijit/form/nls/pl/validate",({invalidMessage:"Wprowadzona wartość jest niepoprawna.",missingMessage:"Ta wartość jest wymagana.",rangeMessage:"Ta wartość jest spoza zakresu."}));
|
||||
define("dijit/form/nls/pl/validate",({invalidMessage:"Wprowadzona wartość jest nieprawidłowa.",missingMessage:"Ta wartość jest wymagana.",rangeMessage:"Ta wartość jest spoza zakresu."}));
|
||||
@@ -0,0 +1,7 @@
|
||||
define(
|
||||
"dijit/form/nls/pl/validate", ({
|
||||
invalidMessage: "Wprowadzona wartość jest nieprawidłowa.",
|
||||
missingMessage: "Ta wartość jest wymagana.",
|
||||
rangeMessage: "Ta wartość jest spoza zakresu."
|
||||
})
|
||||
);
|
||||
@@ -0,0 +1,6 @@
|
||||
define(
|
||||
"dijit/form/nls/pt-pt/ComboBox", ({
|
||||
previousMessage: "Opções anteriores",
|
||||
nextMessage: "Mais opções"
|
||||
})
|
||||
);
|
||||
@@ -0,0 +1,9 @@
|
||||
define(
|
||||
"dijit/form/nls/pt-pt/Textarea", // used by both the editor and textarea widgets to provide information to screen reader users
|
||||
({
|
||||
iframeEditTitle: 'área de edição', // primary title for editable IFRAME, for screen readers when focus is in the editing area
|
||||
iframeFocusTitle: 'painel da área de edição' // secondary title for editable IFRAME when focus is on outer container
|
||||
// to let user know that focus has moved out of editing area and to the
|
||||
// parent element of the editing area
|
||||
})
|
||||
);
|
||||
@@ -0,0 +1,7 @@
|
||||
define(
|
||||
"dijit/form/nls/pt-pt/validate", ({
|
||||
invalidMessage: "O valor introduzido não é válido.",
|
||||
missingMessage: "Este valor é requerido.",
|
||||
rangeMessage: "Este valor encontra-se fora do intervalo."
|
||||
})
|
||||
);
|
||||
@@ -0,0 +1,6 @@
|
||||
define(
|
||||
"dijit/form/nls/pt/ComboBox", ({
|
||||
previousMessage: "Opções anteriores",
|
||||
nextMessage: "Mais opções"
|
||||
})
|
||||
);
|
||||
@@ -0,0 +1,9 @@
|
||||
define(
|
||||
"dijit/form/nls/pt/Textarea", // used by both the editor and textarea widgets to provide information to screen reader users
|
||||
({
|
||||
iframeEditTitle: 'editar área', // primary title for editable IFRAME, for screen readers when focus is in the editing area
|
||||
iframeFocusTitle: 'editar quadro da área' // secondary title for editable IFRAME when focus is on outer container
|
||||
// to let user know that focus has moved out of editing area and to the
|
||||
// parent element of the editing area
|
||||
})
|
||||
);
|
||||
@@ -0,0 +1,7 @@
|
||||
define(
|
||||
"dijit/form/nls/pt/validate", ({
|
||||
invalidMessage: "O valor inserido não é válido.",
|
||||
missingMessage: "Este valor é necessário.",
|
||||
rangeMessage: "Este valor está fora do intervalo. "
|
||||
})
|
||||
);
|
||||
@@ -0,0 +1,6 @@
|
||||
define(
|
||||
"dijit/form/nls/ro/ComboBox", ({
|
||||
previousMessage: "Alegeri anterioare",
|
||||
nextMessage: "Mai multe alegeri"
|
||||
})
|
||||
);
|
||||
@@ -0,0 +1,9 @@
|
||||
define(
|
||||
"dijit/form/nls/ro/Textarea", // used by both the editor and textarea widgets to provide information to screen reader users
|
||||
({
|
||||
iframeEditTitle: 'zonă de editare', // primary title for editable IFRAME, for screen readers when focus is in the editing area
|
||||
iframeFocusTitle: 'cadru zonă de editare' // secondary title for editable IFRAME when focus is on outer container
|
||||
// to let user know that focus has moved out of editing area and to the
|
||||
// parent element of the editing area
|
||||
})
|
||||
);
|
||||
@@ -0,0 +1,7 @@
|
||||
define(
|
||||
"dijit/form/nls/ro/validate", ({
|
||||
invalidMessage: "Valoarea introdusă nu este validă.",
|
||||
missingMessage: "Această valoare este necesară.",
|
||||
rangeMessage: "Această valoare este în afara intervalului. "
|
||||
})
|
||||
);
|
||||
@@ -0,0 +1,6 @@
|
||||
define(
|
||||
"dijit/form/nls/ru/ComboBox", ({
|
||||
previousMessage: "Предыдущие варианты",
|
||||
nextMessage: "Следующие варианты"
|
||||
})
|
||||
);
|
||||
@@ -0,0 +1,9 @@
|
||||
define(
|
||||
"dijit/form/nls/ru/Textarea", // used by both the editor and textarea widgets to provide information to screen reader users
|
||||
({
|
||||
iframeEditTitle: 'область редактирования', // primary title for editable IFRAME, for screen readers when focus is in the editing area
|
||||
iframeFocusTitle: 'фрейм области редактирования' // secondary title for editable IFRAME when focus is on outer container
|
||||
// to let user know that focus has moved out of editing area and to the
|
||||
// parent element of the editing area
|
||||
})
|
||||
);
|
||||
@@ -0,0 +1,7 @@
|
||||
define(
|
||||
"dijit/form/nls/ru/validate", ({
|
||||
invalidMessage: "Указано недопустимое значение.",
|
||||
missingMessage: "Это обязательное значение.",
|
||||
rangeMessage: "Это значение вне диапазона."
|
||||
})
|
||||
);
|
||||
@@ -1,2 +1,2 @@
|
||||
//>>built
|
||||
define("dijit/form/nls/sk/ComboBox",({previousMessage:"Predchádzajúce voľby",nextMessage:"Ďalšie voľby"}));
|
||||
define("dijit/form/nls/sk/ComboBox",({previousMessage:"Predchádzajúce možnosti",nextMessage:"Viac možností"}));
|
||||
@@ -0,0 +1,6 @@
|
||||
define(
|
||||
"dijit/form/nls/sk/ComboBox", ({
|
||||
previousMessage: "Predchádzajúce možnosti",
|
||||
nextMessage: "Viac možností"
|
||||
})
|
||||
);
|
||||
@@ -1,2 +1,2 @@
|
||||
//>>built
|
||||
define("dijit/form/nls/sk/Textarea",({iframeEditTitle:"upraviť oblasť",iframeFocusTitle:"upraviť rám oblasti"}));
|
||||
define("dijit/form/nls/sk/Textarea",({iframeEditTitle:"upraviť oblasť",iframeFocusTitle:"upraviť rámec oblasti"}));
|
||||
@@ -0,0 +1,9 @@
|
||||
define(
|
||||
"dijit/form/nls/sk/Textarea", // used by both the editor and textarea widgets to provide information to screen reader users
|
||||
({
|
||||
iframeEditTitle: 'upraviť oblasť', // primary title for editable IFRAME, for screen readers when focus is in the editing area
|
||||
iframeFocusTitle: 'upraviť rámec oblasti' // secondary title for editable IFRAME when focus is on outer container
|
||||
// to let user know that focus has moved out of editing area and to the
|
||||
// parent element of the editing area
|
||||
})
|
||||
);
|
||||
@@ -1,2 +1,2 @@
|
||||
//>>built
|
||||
define("dijit/form/nls/sk/validate",({invalidMessage:"Zadaná hodnota nie je platná.",missingMessage:"Táto hodnota je vyžadovaná.",rangeMessage:"Táto hodnota je mimo rozsah."}));
|
||||
define("dijit/form/nls/sk/validate",({invalidMessage:"Zadaná hodnota nie je platná.",missingMessage:"Táto hodnota je povinná.",rangeMessage:"Táto hodnota je mimo rozsah."}));
|
||||
@@ -0,0 +1,7 @@
|
||||
define(
|
||||
"dijit/form/nls/sk/validate", ({
|
||||
invalidMessage: "Zadaná hodnota nie je platná.",
|
||||
missingMessage: "Táto hodnota je povinná.",
|
||||
rangeMessage: "Táto hodnota je mimo rozsah."
|
||||
})
|
||||
);
|
||||
@@ -0,0 +1,6 @@
|
||||
define(
|
||||
"dijit/form/nls/sl/ComboBox", ({
|
||||
previousMessage: "Prejšnje izbire",
|
||||
nextMessage: "Dodatne izbire"
|
||||
})
|
||||
);
|
||||
@@ -0,0 +1,9 @@
|
||||
define(
|
||||
"dijit/form/nls/sl/Textarea", // used by both the editor and textarea widgets to provide information to screen reader users
|
||||
({
|
||||
iframeEditTitle: 'urejevalno področje', // primary title for editable IFRAME, for screen readers when focus is in the editing area
|
||||
iframeFocusTitle: 'okvir urejevalnega področja' // secondary title for editable IFRAME when focus is on outer container
|
||||
// to let user know that focus has moved out of editing area and to the
|
||||
// parent element of the editing area
|
||||
})
|
||||
);
|
||||
@@ -0,0 +1,7 @@
|
||||
define(
|
||||
"dijit/form/nls/sl/validate", ({
|
||||
invalidMessage: "Vnesena vrednost ni veljavna.",
|
||||
missingMessage: "Ta vrednost je zahtevana.",
|
||||
rangeMessage: "Ta vrednost je izven območja."
|
||||
})
|
||||
);
|
||||
@@ -1,2 +1,2 @@
|
||||
//>>built
|
||||
define("dijit/form/nls/sv/ComboBox",({previousMessage:"Föregående alternativ",nextMessage:"Fler alternativ"}));
|
||||
define("dijit/form/nls/sv/ComboBox",({previousMessage:"Tidigare val",nextMessage:"Fler val"}));
|
||||
@@ -0,0 +1,6 @@
|
||||
define(
|
||||
"dijit/form/nls/sv/ComboBox", ({
|
||||
previousMessage: "Tidigare val",
|
||||
nextMessage: "Fler val"
|
||||
})
|
||||
);
|
||||
@@ -0,0 +1,9 @@
|
||||
define(
|
||||
"dijit/form/nls/sv/Textarea", // used by both the editor and textarea widgets to provide information to screen reader users
|
||||
({
|
||||
iframeEditTitle: 'redigeringsområde', // primary title for editable IFRAME, for screen readers when focus is in the editing area
|
||||
iframeFocusTitle: 'redigeringsområdesram' // secondary title for editable IFRAME when focus is on outer container
|
||||
// to let user know that focus has moved out of editing area and to the
|
||||
// parent element of the editing area
|
||||
})
|
||||
);
|
||||
@@ -1,2 +1,2 @@
|
||||
//>>built
|
||||
define("dijit/form/nls/sv/validate",({invalidMessage:"Det angivna värdet är ogiltigt.",missingMessage:"Värdet är obligatoriskt.",rangeMessage:"Värdet är utanför intervallet."}));
|
||||
define("dijit/form/nls/sv/validate",({invalidMessage:"Angivet värde är inte giltigt.",missingMessage:"Värdet krävs.",rangeMessage:"Värdet ligger utanför intervallet."}));
|
||||
@@ -0,0 +1,7 @@
|
||||
define(
|
||||
"dijit/form/nls/sv/validate", ({
|
||||
invalidMessage: "Angivet värde är inte giltigt.",
|
||||
missingMessage: "Värdet krävs.",
|
||||
rangeMessage: "Värdet ligger utanför intervallet."
|
||||
})
|
||||
);
|
||||
@@ -0,0 +1,6 @@
|
||||
define(
|
||||
"dijit/form/nls/th/ComboBox", ({
|
||||
previousMessage: "การเลือกก่อนหน้า",
|
||||
nextMessage: "การเลือกเพิ่มเติม"
|
||||
})
|
||||
);
|
||||
@@ -1,2 +1,2 @@
|
||||
//>>built
|
||||
define("dijit/form/nls/th/Textarea",({iframeEditTitle:"แก้ไขพื้นที่",iframeFocusTitle:"แก้ไขกรอบพื้นที่"}));
|
||||
define("dijit/form/nls/th/Textarea",({iframeEditTitle:"พื้นที่แก้ไข",iframeFocusTitle:"กรอบพื้นที่แก้ไข"}));
|
||||
@@ -0,0 +1,9 @@
|
||||
define(
|
||||
"dijit/form/nls/th/Textarea", // used by both the editor and textarea widgets to provide information to screen reader users
|
||||
({
|
||||
iframeEditTitle: 'พื้นที่แก้ไข', // primary title for editable IFRAME, for screen readers when focus is in the editing area
|
||||
iframeFocusTitle: 'กรอบพื้นที่แก้ไข' // secondary title for editable IFRAME when focus is on outer container
|
||||
// to let user know that focus has moved out of editing area and to the
|
||||
// parent element of the editing area
|
||||
})
|
||||
);
|
||||
@@ -0,0 +1,7 @@
|
||||
define(
|
||||
"dijit/form/nls/th/validate", ({
|
||||
invalidMessage: "ค่าที่ป้อนไม่ถูกต้อง",
|
||||
missingMessage: "จำเป็นต้องมีค่านี้",
|
||||
rangeMessage: "ค่านี้เกินช่วง"
|
||||
})
|
||||
);
|
||||
@@ -0,0 +1,6 @@
|
||||
define(
|
||||
"dijit/form/nls/tr/ComboBox", ({
|
||||
previousMessage: "Önceki seçenekler",
|
||||
nextMessage: "Diğer seçenekler"
|
||||
})
|
||||
);
|
||||
@@ -0,0 +1,9 @@
|
||||
define(
|
||||
"dijit/form/nls/tr/Textarea", // used by both the editor and textarea widgets to provide information to screen reader users
|
||||
({
|
||||
iframeEditTitle: 'düzenleme alanı', // primary title for editable IFRAME, for screen readers when focus is in the editing area
|
||||
iframeFocusTitle: 'düzenleme alanı çerçevesi' // secondary title for editable IFRAME when focus is on outer container
|
||||
// to let user know that focus has moved out of editing area and to the
|
||||
// parent element of the editing area
|
||||
})
|
||||
);
|
||||
@@ -0,0 +1,7 @@
|
||||
define(
|
||||
"dijit/form/nls/tr/validate", ({
|
||||
invalidMessage: "Girilen değer geçersiz.",
|
||||
missingMessage: "Bu değer gerekli.",
|
||||
rangeMessage: "Bu değer aralık dışında."
|
||||
})
|
||||
);
|
||||
@@ -0,0 +1,41 @@
|
||||
define("dijit/form/nls/validate", { root:
|
||||
//begin v1.x content
|
||||
({
|
||||
invalidMessage: "The value entered is not valid.",
|
||||
missingMessage: "This value is required.",
|
||||
rangeMessage: "This value is out of range."
|
||||
})
|
||||
//end v1.x content
|
||||
,
|
||||
"zh": true,
|
||||
"zh-tw": true,
|
||||
"tr": true,
|
||||
"th": true,
|
||||
"sv": true,
|
||||
"sl": true,
|
||||
"sk": true,
|
||||
"ru": true,
|
||||
"ro": true,
|
||||
"pt": true,
|
||||
"pt-pt": true,
|
||||
"pl": true,
|
||||
"nl": true,
|
||||
"nb": true,
|
||||
"ko": true,
|
||||
"kk": true,
|
||||
"ja": true,
|
||||
"it": true,
|
||||
"hu": true,
|
||||
"hr": true,
|
||||
"he": true,
|
||||
"fr": true,
|
||||
"fi": true,
|
||||
"es": true,
|
||||
"el": true,
|
||||
"de": true,
|
||||
"da": true,
|
||||
"cs": true,
|
||||
"ca": true,
|
||||
"az": true,
|
||||
"ar": true
|
||||
});
|
||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user