mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-28 13:01:29 +00:00
dojo: remove uncompressed files
This commit is contained in:
@@ -1,40 +0,0 @@
|
||||
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
|
||||
});
|
||||
@@ -1,43 +0,0 @@
|
||||
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
|
||||
});
|
||||
@@ -1,8 +0,0 @@
|
||||
define(
|
||||
"dijit/form/nls/ar/ComboBox", //begin v1.x content
|
||||
({
|
||||
previousMessage: "الاختيارات السابقة",
|
||||
nextMessage: "مزيد من الاختيارات"
|
||||
})
|
||||
//end v1.x content
|
||||
);
|
||||
@@ -1,10 +0,0 @@
|
||||
define(
|
||||
"dijit/form/nls/ar/Textarea", //begin v1.x content
|
||||
({
|
||||
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
|
||||
})
|
||||
//end v1.x content
|
||||
);
|
||||
@@ -1,9 +0,0 @@
|
||||
define(
|
||||
"dijit/form/nls/ar/validate", //begin v1.x content
|
||||
({
|
||||
invalidMessage: "القيمة التي تم ادخالها غير صحيحة.",
|
||||
missingMessage: "يجب ادخال هذه القيمة.",
|
||||
rangeMessage: "هذه القيمة ليس بالمدى الصحيح."
|
||||
})
|
||||
//end v1.x content
|
||||
);
|
||||
@@ -1,8 +0,0 @@
|
||||
define(
|
||||
"dijit/form/nls/az/ComboBox", //begin v1.x content
|
||||
({
|
||||
"previousMessage" : "Əvvəlki variantlar",
|
||||
"nextMessage" : "Başqa variantlar"
|
||||
})
|
||||
//end v1.x content
|
||||
);
|
||||
@@ -1,8 +0,0 @@
|
||||
define(
|
||||
"dijit/form/nls/az/Textarea", //begin v1.x content
|
||||
({
|
||||
"iframeEditTitle" : "Redaktə sahəsi",
|
||||
"iframeFocusTitle" : "Redaktə sahəsi çərçivəsi"
|
||||
})
|
||||
//end v1.x content
|
||||
);
|
||||
@@ -1,9 +0,0 @@
|
||||
define(
|
||||
"dijit/form/nls/az/validate", //begin v1.x content
|
||||
({
|
||||
"rangeMessage" : "Bu dəyər aralıq xaricində.",
|
||||
"invalidMessage" : "Girilən dəyər keçərli deyil.",
|
||||
"missingMessage" : "Bu deyər lazımlı."
|
||||
})
|
||||
//end v1.x content
|
||||
);
|
||||
@@ -1,9 +0,0 @@
|
||||
define(
|
||||
"dijit/form/nls/ca/ComboBox", //begin v1.x content
|
||||
({
|
||||
previousMessage: "Opcions anteriors",
|
||||
nextMessage: "Més opcions"
|
||||
})
|
||||
|
||||
//end v1.x content
|
||||
);
|
||||
@@ -1,12 +0,0 @@
|
||||
define(
|
||||
"dijit/form/nls/ca/Textarea", //begin v1.x content
|
||||
/* 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
|
||||
})
|
||||
|
||||
//end v1.x content
|
||||
);
|
||||
@@ -1,10 +0,0 @@
|
||||
define(
|
||||
"dijit/form/nls/ca/validate", //begin v1.x content
|
||||
({
|
||||
invalidMessage: "El valor introduït no és vàlid",
|
||||
missingMessage: "Aquest valor és necessari",
|
||||
rangeMessage: "Aquest valor és fora de l'interval"
|
||||
})
|
||||
|
||||
//end v1.x content
|
||||
);
|
||||
@@ -1,8 +0,0 @@
|
||||
define(
|
||||
"dijit/form/nls/cs/ComboBox", //begin v1.x content
|
||||
({
|
||||
previousMessage: "Předchozí volby",
|
||||
nextMessage: "Další volby"
|
||||
})
|
||||
//end v1.x content
|
||||
);
|
||||
@@ -1,10 +0,0 @@
|
||||
define(
|
||||
"dijit/form/nls/cs/Textarea", //begin v1.x content
|
||||
({
|
||||
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
|
||||
})
|
||||
//end v1.x content
|
||||
);
|
||||
@@ -1,9 +0,0 @@
|
||||
define(
|
||||
"dijit/form/nls/cs/validate", //begin v1.x content
|
||||
({
|
||||
invalidMessage: "Zadaná hodnota není platná.",
|
||||
missingMessage: "Tato hodnota je vyžadována.",
|
||||
rangeMessage: "Tato hodnota je mimo rozsah."
|
||||
})
|
||||
//end v1.x content
|
||||
);
|
||||
@@ -1,8 +0,0 @@
|
||||
define(
|
||||
"dijit/form/nls/da/ComboBox", //begin v1.x content
|
||||
({
|
||||
previousMessage: "Forrige valg",
|
||||
nextMessage: "Flere valg"
|
||||
})
|
||||
//end v1.x content
|
||||
);
|
||||
@@ -1,10 +0,0 @@
|
||||
define(
|
||||
"dijit/form/nls/da/Textarea", //begin v1.x content
|
||||
({
|
||||
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
|
||||
})
|
||||
//end v1.x content
|
||||
);
|
||||
@@ -1,9 +0,0 @@
|
||||
define(
|
||||
"dijit/form/nls/da/validate", //begin v1.x content
|
||||
({
|
||||
invalidMessage: "Den angivne værdi er ikke gyldig.",
|
||||
missingMessage: "Værdien er påkrævet.",
|
||||
rangeMessage: "Værdien er uden for intervallet."
|
||||
})
|
||||
//end v1.x content
|
||||
);
|
||||
@@ -1,8 +0,0 @@
|
||||
define(
|
||||
"dijit/form/nls/de/ComboBox", //begin v1.x content
|
||||
({
|
||||
previousMessage: "Vorherige Auswahl",
|
||||
nextMessage: "Weitere Auswahlmöglichkeiten"
|
||||
})
|
||||
//end v1.x content
|
||||
);
|
||||
@@ -1,11 +0,0 @@
|
||||
define(
|
||||
"dijit/form/nls/de/Textarea", //begin v1.x content
|
||||
/* 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
|
||||
})
|
||||
//end v1.x content
|
||||
);
|
||||
@@ -1,9 +0,0 @@
|
||||
define(
|
||||
"dijit/form/nls/de/validate", //begin v1.x content
|
||||
({
|
||||
invalidMessage: "Der eingegebene Wert ist ungültig. ",
|
||||
missingMessage: "Dieser Wert ist erforderlich.",
|
||||
rangeMessage: "Dieser Wert liegt außerhalb des gültigen Bereichs. "
|
||||
})
|
||||
//end v1.x content
|
||||
);
|
||||
@@ -1,8 +0,0 @@
|
||||
define(
|
||||
"dijit/form/nls/el/ComboBox", //begin v1.x content
|
||||
({
|
||||
previousMessage: "Προηγούμενες επιλογές",
|
||||
nextMessage: "Περισσότερες επιλογές"
|
||||
})
|
||||
//end v1.x content
|
||||
);
|
||||
@@ -1,10 +0,0 @@
|
||||
define(
|
||||
"dijit/form/nls/el/Textarea", //begin v1.x content
|
||||
({
|
||||
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
|
||||
})
|
||||
//end v1.x content
|
||||
);
|
||||
@@ -1,9 +0,0 @@
|
||||
define(
|
||||
"dijit/form/nls/el/validate", //begin v1.x content
|
||||
({
|
||||
invalidMessage: "Η τιμή που καταχωρήσατε δεν είναι έγκυρη.",
|
||||
missingMessage: "Η τιμή αυτή πρέπει απαραίτητα να καθοριστεί.",
|
||||
rangeMessage: "Η τιμή αυτή δεν ανήκει στο εύρος έγκυρων τιμών."
|
||||
})
|
||||
//end v1.x content
|
||||
);
|
||||
@@ -1,8 +0,0 @@
|
||||
define(
|
||||
"dijit/form/nls/es/ComboBox", //begin v1.x content
|
||||
({
|
||||
previousMessage: "Opciones anteriores",
|
||||
nextMessage: "Más opciones"
|
||||
})
|
||||
//end v1.x content
|
||||
);
|
||||
@@ -1,10 +0,0 @@
|
||||
define(
|
||||
"dijit/form/nls/es/Textarea", //begin v1.x content
|
||||
({
|
||||
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
|
||||
})
|
||||
//end v1.x content
|
||||
);
|
||||
@@ -1,9 +0,0 @@
|
||||
define(
|
||||
"dijit/form/nls/es/validate", //begin v1.x content
|
||||
({
|
||||
invalidMessage: "El valor especificado no es válido.",
|
||||
missingMessage: "Este valor es necesario.",
|
||||
rangeMessage: "Este valor está fuera del intervalo."
|
||||
})
|
||||
//end v1.x content
|
||||
);
|
||||
@@ -1,8 +0,0 @@
|
||||
define(
|
||||
"dijit/form/nls/fi/ComboBox", //begin v1.x content
|
||||
({
|
||||
previousMessage: "Edelliset valinnat",
|
||||
nextMessage: "Lisää valintoja"
|
||||
})
|
||||
//end v1.x content
|
||||
);
|
||||
@@ -1,10 +0,0 @@
|
||||
define(
|
||||
"dijit/form/nls/fi/Textarea", //begin v1.x content
|
||||
({
|
||||
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
|
||||
})
|
||||
//end v1.x content
|
||||
);
|
||||
@@ -1,9 +0,0 @@
|
||||
define(
|
||||
"dijit/form/nls/fi/validate", //begin v1.x content
|
||||
({
|
||||
invalidMessage: "Annettu arvo ei kelpaa.",
|
||||
missingMessage: "Tämä arvo on pakollinen.",
|
||||
rangeMessage: "Tämä arvo on sallitun alueen ulkopuolella."
|
||||
})
|
||||
//end v1.x content
|
||||
);
|
||||
@@ -1,8 +0,0 @@
|
||||
define(
|
||||
"dijit/form/nls/fr/ComboBox", //begin v1.x content
|
||||
({
|
||||
previousMessage: "Choix précédents",
|
||||
nextMessage: "Plus de choix"
|
||||
})
|
||||
//end v1.x content
|
||||
);
|
||||
@@ -1,10 +0,0 @@
|
||||
define(
|
||||
"dijit/form/nls/fr/Textarea", //begin v1.x content
|
||||
({
|
||||
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
|
||||
})
|
||||
//end v1.x content
|
||||
);
|
||||
@@ -1,9 +0,0 @@
|
||||
define(
|
||||
"dijit/form/nls/fr/validate", //begin v1.x content
|
||||
({
|
||||
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."
|
||||
})
|
||||
//end v1.x content
|
||||
);
|
||||
@@ -1,8 +0,0 @@
|
||||
define(
|
||||
"dijit/form/nls/he/ComboBox", //begin v1.x content
|
||||
({
|
||||
previousMessage: "האפשרויות הקודמות",
|
||||
nextMessage: "אפשרויות נוספות"
|
||||
})
|
||||
//end v1.x content
|
||||
);
|
||||
@@ -1,10 +0,0 @@
|
||||
define(
|
||||
"dijit/form/nls/he/Textarea", //begin v1.x content
|
||||
({
|
||||
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
|
||||
})
|
||||
//end v1.x content
|
||||
);
|
||||
@@ -1,9 +0,0 @@
|
||||
define(
|
||||
"dijit/form/nls/he/validate", //begin v1.x content
|
||||
({
|
||||
invalidMessage: "הערך שצוין אינו חוקי.",
|
||||
missingMessage: "זהו ערך דרוש.",
|
||||
rangeMessage: "הערך מחוץ לטווח."
|
||||
})
|
||||
//end v1.x content
|
||||
);
|
||||
@@ -1,6 +0,0 @@
|
||||
define(
|
||||
"dijit/form/nls/hr/ComboBox", ({
|
||||
previousMessage: "Prethodni izbori",
|
||||
nextMessage: "Više izbora"
|
||||
})
|
||||
);
|
||||
@@ -1,9 +0,0 @@
|
||||
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
|
||||
})
|
||||
);
|
||||
@@ -1,7 +0,0 @@
|
||||
define(
|
||||
"dijit/form/nls/hr/validate", ({
|
||||
invalidMessage: "Unesena vrijednost nije važeća.",
|
||||
missingMessage: "Potrebna je ova vrijednost.",
|
||||
rangeMessage: "Ova vrijednost je izvan raspona."
|
||||
})
|
||||
);
|
||||
@@ -1,8 +0,0 @@
|
||||
define(
|
||||
"dijit/form/nls/hu/ComboBox", //begin v1.x content
|
||||
({
|
||||
previousMessage: "Előző menüpontok",
|
||||
nextMessage: "További menüpontok"
|
||||
})
|
||||
//end v1.x content
|
||||
);
|
||||
@@ -1,10 +0,0 @@
|
||||
define(
|
||||
"dijit/form/nls/hu/Textarea", //begin v1.x content
|
||||
({
|
||||
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
|
||||
})
|
||||
//end v1.x content
|
||||
);
|
||||
@@ -1,9 +0,0 @@
|
||||
define(
|
||||
"dijit/form/nls/hu/validate", //begin v1.x content
|
||||
({
|
||||
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."
|
||||
})
|
||||
//end v1.x content
|
||||
);
|
||||
@@ -1,8 +0,0 @@
|
||||
define(
|
||||
"dijit/form/nls/it/ComboBox", //begin v1.x content
|
||||
({
|
||||
previousMessage: "Scelte precedenti",
|
||||
nextMessage: "Altre scelte"
|
||||
})
|
||||
//end v1.x content
|
||||
);
|
||||
@@ -1,10 +0,0 @@
|
||||
define(
|
||||
"dijit/form/nls/it/Textarea", //begin v1.x content
|
||||
({
|
||||
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
|
||||
})
|
||||
//end v1.x content
|
||||
);
|
||||
@@ -1,9 +0,0 @@
|
||||
define(
|
||||
"dijit/form/nls/it/validate", //begin v1.x content
|
||||
({
|
||||
invalidMessage: "Il valore immesso non è valido.",
|
||||
missingMessage: "Questo valore è obbligatorio.",
|
||||
rangeMessage: "Questo valore non è compreso nell'intervallo."
|
||||
})
|
||||
//end v1.x content
|
||||
);
|
||||
@@ -1,8 +0,0 @@
|
||||
define(
|
||||
"dijit/form/nls/ja/ComboBox", //begin v1.x content
|
||||
({
|
||||
previousMessage: "以前の選択項目",
|
||||
nextMessage: "追加の選択項目"
|
||||
})
|
||||
//end v1.x content
|
||||
);
|
||||
@@ -1,10 +0,0 @@
|
||||
define(
|
||||
"dijit/form/nls/ja/Textarea", //begin v1.x content
|
||||
({
|
||||
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
|
||||
})
|
||||
//end v1.x content
|
||||
);
|
||||
@@ -1,9 +0,0 @@
|
||||
define(
|
||||
"dijit/form/nls/ja/validate", //begin v1.x content
|
||||
({
|
||||
invalidMessage: "入力した値は無効です。",
|
||||
missingMessage: "この値は必須です。",
|
||||
rangeMessage: "この値は範囲外です。"
|
||||
})
|
||||
//end v1.x content
|
||||
);
|
||||
@@ -1,9 +0,0 @@
|
||||
define(
|
||||
"dijit/form/nls/kk/ComboBox", //begin v1.x content
|
||||
({
|
||||
previousMessage: "Алдыңғы нұсқалар",
|
||||
nextMessage: "Басқа нұсқалар"
|
||||
})
|
||||
//end v1.x content
|
||||
);
|
||||
|
||||
@@ -1,12 +0,0 @@
|
||||
define(
|
||||
"dijit/form/nls/kk/Textarea", //begin v1.x content
|
||||
/* 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
|
||||
})
|
||||
//end v1.x content
|
||||
);
|
||||
|
||||
@@ -1,10 +0,0 @@
|
||||
define(
|
||||
"dijit/form/nls/kk/validate", //begin v1.x content
|
||||
({
|
||||
invalidMessage: "Енгізілген мән жарамды емес.",
|
||||
missingMessage: "Бұл мән міндетті.",
|
||||
rangeMessage: "Бұл мән ауқымнан тыс."
|
||||
})
|
||||
//end v1.x content
|
||||
);
|
||||
|
||||
@@ -1,8 +0,0 @@
|
||||
define(
|
||||
"dijit/form/nls/ko/ComboBox", //begin v1.x content
|
||||
({
|
||||
previousMessage: "이전 선택사항",
|
||||
nextMessage: "기타 선택사항"
|
||||
})
|
||||
//end v1.x content
|
||||
);
|
||||
@@ -1,10 +0,0 @@
|
||||
define(
|
||||
"dijit/form/nls/ko/Textarea", //begin v1.x content
|
||||
({
|
||||
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
|
||||
})
|
||||
//end v1.x content
|
||||
);
|
||||
@@ -1,9 +0,0 @@
|
||||
define(
|
||||
"dijit/form/nls/ko/validate", //begin v1.x content
|
||||
({
|
||||
invalidMessage: "입력된 값이 올바르지 않습니다.",
|
||||
missingMessage: "이 값은 필수입니다.",
|
||||
rangeMessage: "이 값은 범위를 벗어납니다."
|
||||
})
|
||||
//end v1.x content
|
||||
);
|
||||
@@ -1,8 +0,0 @@
|
||||
define(
|
||||
"dijit/form/nls/nb/ComboBox", //begin v1.x content
|
||||
({
|
||||
previousMessage: "Tidligere valg",
|
||||
nextMessage: "Flere valg"
|
||||
})
|
||||
//end v1.x content
|
||||
);
|
||||
@@ -1,10 +0,0 @@
|
||||
define(
|
||||
"dijit/form/nls/nb/Textarea", //begin v1.x content
|
||||
({
|
||||
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
|
||||
})
|
||||
//end v1.x content
|
||||
);
|
||||
@@ -1,9 +0,0 @@
|
||||
define(
|
||||
"dijit/form/nls/nb/validate", //begin v1.x content
|
||||
({
|
||||
invalidMessage: "Den angitte verdien er ikke gyldig.",
|
||||
missingMessage: "Denne verdien er obligatorisk.",
|
||||
rangeMessage: "Denne verdien er utenfor gyldig område."
|
||||
})
|
||||
//end v1.x content
|
||||
);
|
||||
@@ -1,8 +0,0 @@
|
||||
define(
|
||||
"dijit/form/nls/nl/ComboBox", //begin v1.x content
|
||||
({
|
||||
previousMessage: "Eerdere opties",
|
||||
nextMessage: "Meer opties"
|
||||
})
|
||||
//end v1.x content
|
||||
);
|
||||
@@ -1,10 +0,0 @@
|
||||
define(
|
||||
"dijit/form/nls/nl/Textarea", //begin v1.x content
|
||||
({
|
||||
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
|
||||
})
|
||||
//end v1.x content
|
||||
);
|
||||
@@ -1,9 +0,0 @@
|
||||
define(
|
||||
"dijit/form/nls/nl/validate", //begin v1.x content
|
||||
({
|
||||
invalidMessage: "De opgegeven waarde is ongeldig.",
|
||||
missingMessage: "Deze waarde is verplicht.",
|
||||
rangeMessage: "Deze waarde is niet toegestaan."
|
||||
})
|
||||
//end v1.x content
|
||||
);
|
||||
@@ -1,8 +0,0 @@
|
||||
define(
|
||||
"dijit/form/nls/pl/ComboBox", //begin v1.x content
|
||||
({
|
||||
previousMessage: "Poprzednie wybory",
|
||||
nextMessage: "Więcej wyborów"
|
||||
})
|
||||
//end v1.x content
|
||||
);
|
||||
@@ -1,10 +0,0 @@
|
||||
define(
|
||||
"dijit/form/nls/pl/Textarea", //begin v1.x content
|
||||
({
|
||||
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
|
||||
})
|
||||
//end v1.x content
|
||||
);
|
||||
@@ -1,9 +0,0 @@
|
||||
define(
|
||||
"dijit/form/nls/pl/validate", //begin v1.x content
|
||||
({
|
||||
invalidMessage: "Wprowadzona wartość jest niepoprawna.",
|
||||
missingMessage: "Ta wartość jest wymagana.",
|
||||
rangeMessage: "Ta wartość jest spoza zakresu."
|
||||
})
|
||||
//end v1.x content
|
||||
);
|
||||
@@ -1,8 +0,0 @@
|
||||
define(
|
||||
"dijit/form/nls/pt-pt/ComboBox", //begin v1.x content
|
||||
({
|
||||
previousMessage: "Opções anteriores",
|
||||
nextMessage: "Mais opções"
|
||||
})
|
||||
//end v1.x content
|
||||
);
|
||||
@@ -1,10 +0,0 @@
|
||||
define(
|
||||
"dijit/form/nls/pt-pt/Textarea", //begin v1.x content
|
||||
({
|
||||
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
|
||||
})
|
||||
//end v1.x content
|
||||
);
|
||||
@@ -1,9 +0,0 @@
|
||||
define(
|
||||
"dijit/form/nls/pt-pt/validate", //begin v1.x content
|
||||
({
|
||||
invalidMessage: "O valor introduzido não é válido.",
|
||||
missingMessage: "Este valor é requerido.",
|
||||
rangeMessage: "Este valor encontra-se fora do intervalo."
|
||||
})
|
||||
//end v1.x content
|
||||
);
|
||||
@@ -1,8 +0,0 @@
|
||||
define(
|
||||
"dijit/form/nls/pt/ComboBox", //begin v1.x content
|
||||
({
|
||||
previousMessage: "Opções anteriores",
|
||||
nextMessage: "Mais opções"
|
||||
})
|
||||
//end v1.x content
|
||||
);
|
||||
@@ -1,10 +0,0 @@
|
||||
define(
|
||||
"dijit/form/nls/pt/Textarea", //begin v1.x content
|
||||
({
|
||||
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
|
||||
})
|
||||
//end v1.x content
|
||||
);
|
||||
@@ -1,9 +0,0 @@
|
||||
define(
|
||||
"dijit/form/nls/pt/validate", //begin v1.x content
|
||||
({
|
||||
invalidMessage: "O valor inserido não é válido.",
|
||||
missingMessage: "Este valor é necessário.",
|
||||
rangeMessage: "Este valor está fora do intervalo. "
|
||||
})
|
||||
//end v1.x content
|
||||
);
|
||||
@@ -1,9 +0,0 @@
|
||||
define(
|
||||
"dijit/form/nls/ro/ComboBox", //begin v1.x content
|
||||
({
|
||||
previousMessage: "Alegeri anterioare",
|
||||
nextMessage: "Mai multe alegeri"
|
||||
})
|
||||
|
||||
//end v1.x content
|
||||
);
|
||||
@@ -1,12 +0,0 @@
|
||||
define(
|
||||
"dijit/form/nls/ro/Textarea", //begin v1.x content
|
||||
/* 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
|
||||
})
|
||||
|
||||
//end v1.x content
|
||||
);
|
||||
@@ -1,10 +0,0 @@
|
||||
define(
|
||||
"dijit/form/nls/ro/validate", //begin v1.x content
|
||||
({
|
||||
invalidMessage: "Valoarea introdusă nu este validă.",
|
||||
missingMessage: "Această valoare este necesară.",
|
||||
rangeMessage: "Această valoare este în afara intervalului. "
|
||||
})
|
||||
|
||||
//end v1.x content
|
||||
);
|
||||
@@ -1,8 +0,0 @@
|
||||
define(
|
||||
"dijit/form/nls/ru/ComboBox", //begin v1.x content
|
||||
({
|
||||
previousMessage: "Предыдущие варианты",
|
||||
nextMessage: "Следующие варианты"
|
||||
})
|
||||
//end v1.x content
|
||||
);
|
||||
@@ -1,10 +0,0 @@
|
||||
define(
|
||||
"dijit/form/nls/ru/Textarea", //begin v1.x content
|
||||
({
|
||||
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
|
||||
})
|
||||
//end v1.x content
|
||||
);
|
||||
@@ -1,9 +0,0 @@
|
||||
define(
|
||||
"dijit/form/nls/ru/validate", //begin v1.x content
|
||||
({
|
||||
invalidMessage: "Указано недопустимое значение.",
|
||||
missingMessage: "Это обязательное значение.",
|
||||
rangeMessage: "Это значение вне диапазона."
|
||||
})
|
||||
//end v1.x content
|
||||
);
|
||||
@@ -1,9 +0,0 @@
|
||||
define(
|
||||
"dijit/form/nls/sk/ComboBox", //begin v1.x content
|
||||
({
|
||||
previousMessage: "Predchádzajúce voľby",
|
||||
nextMessage: "Ďalšie voľby"
|
||||
})
|
||||
|
||||
//end v1.x content
|
||||
);
|
||||
@@ -1,12 +0,0 @@
|
||||
define(
|
||||
"dijit/form/nls/sk/Textarea", //begin v1.x content
|
||||
/* 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ám 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
|
||||
})
|
||||
|
||||
//end v1.x content
|
||||
);
|
||||
@@ -1,10 +0,0 @@
|
||||
define(
|
||||
"dijit/form/nls/sk/validate", //begin v1.x content
|
||||
({
|
||||
invalidMessage: "Zadaná hodnota nie je platná.",
|
||||
missingMessage: "Táto hodnota je vyžadovaná.",
|
||||
rangeMessage: "Táto hodnota je mimo rozsah."
|
||||
})
|
||||
|
||||
//end v1.x content
|
||||
);
|
||||
@@ -1,9 +0,0 @@
|
||||
define(
|
||||
"dijit/form/nls/sl/ComboBox", //begin v1.x content
|
||||
({
|
||||
previousMessage: "Prejšnje izbire",
|
||||
nextMessage: "Dodatne izbire"
|
||||
})
|
||||
|
||||
//end v1.x content
|
||||
);
|
||||
@@ -1,12 +0,0 @@
|
||||
define(
|
||||
"dijit/form/nls/sl/Textarea", //begin v1.x content
|
||||
/* 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
|
||||
})
|
||||
|
||||
//end v1.x content
|
||||
);
|
||||
@@ -1,10 +0,0 @@
|
||||
define(
|
||||
"dijit/form/nls/sl/validate", //begin v1.x content
|
||||
({
|
||||
invalidMessage: "Vnesena vrednost ni veljavna.",
|
||||
missingMessage: "Ta vrednost je zahtevana.",
|
||||
rangeMessage: "Ta vrednost je izven območja."
|
||||
})
|
||||
|
||||
//end v1.x content
|
||||
);
|
||||
@@ -1,8 +0,0 @@
|
||||
define(
|
||||
"dijit/form/nls/sv/ComboBox", //begin v1.x content
|
||||
({
|
||||
previousMessage: "Föregående alternativ",
|
||||
nextMessage: "Fler alternativ"
|
||||
})
|
||||
//end v1.x content
|
||||
);
|
||||
@@ -1,10 +0,0 @@
|
||||
define(
|
||||
"dijit/form/nls/sv/Textarea", //begin v1.x content
|
||||
({
|
||||
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
|
||||
})
|
||||
//end v1.x content
|
||||
);
|
||||
@@ -1,9 +0,0 @@
|
||||
define(
|
||||
"dijit/form/nls/sv/validate", //begin v1.x content
|
||||
({
|
||||
invalidMessage: "Det angivna värdet är ogiltigt.",
|
||||
missingMessage: "Värdet är obligatoriskt.",
|
||||
rangeMessage: "Värdet är utanför intervallet."
|
||||
})
|
||||
//end v1.x content
|
||||
);
|
||||
@@ -1,9 +0,0 @@
|
||||
define(
|
||||
"dijit/form/nls/th/ComboBox", //begin v1.x content
|
||||
({
|
||||
previousMessage: "การเลือกก่อนหน้า",
|
||||
nextMessage: "การเลือกเพิ่มเติม"
|
||||
})
|
||||
|
||||
//end v1.x content
|
||||
);
|
||||
@@ -1,12 +0,0 @@
|
||||
define(
|
||||
"dijit/form/nls/th/Textarea", //begin v1.x content
|
||||
/* 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
|
||||
})
|
||||
|
||||
//end v1.x content
|
||||
);
|
||||
@@ -1,10 +0,0 @@
|
||||
define(
|
||||
"dijit/form/nls/th/validate", //begin v1.x content
|
||||
({
|
||||
invalidMessage: "ค่าที่ป้อนไม่ถูกต้อง",
|
||||
missingMessage: "จำเป็นต้องมีค่านี้",
|
||||
rangeMessage: "ค่านี้เกินช่วง"
|
||||
})
|
||||
|
||||
//end v1.x content
|
||||
);
|
||||
@@ -1,8 +0,0 @@
|
||||
define(
|
||||
"dijit/form/nls/tr/ComboBox", //begin v1.x content
|
||||
({
|
||||
previousMessage: "Önceki seçenekler",
|
||||
nextMessage: "Diğer seçenekler"
|
||||
})
|
||||
//end v1.x content
|
||||
);
|
||||
@@ -1,10 +0,0 @@
|
||||
define(
|
||||
"dijit/form/nls/tr/Textarea", //begin v1.x content
|
||||
({
|
||||
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
|
||||
})
|
||||
//end v1.x content
|
||||
);
|
||||
@@ -1,9 +0,0 @@
|
||||
define(
|
||||
"dijit/form/nls/tr/validate", //begin v1.x content
|
||||
({
|
||||
invalidMessage: "Girilen değer geçersiz.",
|
||||
missingMessage: "Bu değer gerekli.",
|
||||
rangeMessage: "Bu değer aralık dışında."
|
||||
})
|
||||
//end v1.x content
|
||||
);
|
||||
@@ -1,41 +0,0 @@
|
||||
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
|
||||
});
|
||||
@@ -1,8 +0,0 @@
|
||||
define(
|
||||
"dijit/form/nls/zh-tw/ComboBox", //begin v1.x content
|
||||
({
|
||||
previousMessage: "前一個選擇項",
|
||||
nextMessage: "其他選擇項"
|
||||
})
|
||||
//end v1.x content
|
||||
);
|
||||
@@ -1,10 +0,0 @@
|
||||
define(
|
||||
"dijit/form/nls/zh-tw/Textarea", //begin v1.x content
|
||||
({
|
||||
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
|
||||
})
|
||||
//end v1.x content
|
||||
);
|
||||
@@ -1,9 +0,0 @@
|
||||
define(
|
||||
"dijit/form/nls/zh-tw/validate", //begin v1.x content
|
||||
({
|
||||
invalidMessage: "輸入的值無效。",
|
||||
missingMessage: "必須提供此值。",
|
||||
rangeMessage: "此值超出範圍。"
|
||||
})
|
||||
//end v1.x content
|
||||
);
|
||||
@@ -1,8 +0,0 @@
|
||||
define(
|
||||
"dijit/form/nls/zh/ComboBox", //begin v1.x content
|
||||
({
|
||||
previousMessage: "先前选项",
|
||||
nextMessage: "更多选项"
|
||||
})
|
||||
//end v1.x content
|
||||
);
|
||||
@@ -1,10 +0,0 @@
|
||||
define(
|
||||
"dijit/form/nls/zh/Textarea", //begin v1.x content
|
||||
({
|
||||
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
|
||||
})
|
||||
//end v1.x content
|
||||
);
|
||||
@@ -1,9 +0,0 @@
|
||||
define(
|
||||
"dijit/form/nls/zh/validate", //begin v1.x content
|
||||
({
|
||||
invalidMessage: "输入的值无效。",
|
||||
missingMessage: "此值是必需值。",
|
||||
rangeMessage: "此值超出范围。"
|
||||
})
|
||||
//end v1.x content
|
||||
);
|
||||
Reference in New Issue
Block a user