diff --git a/packages/main/src/i18n/messagebundle_ar.properties b/packages/main/src/i18n/messagebundle_ar.properties index 87bbda3bbde2..283d4e9f3cb4 100644 --- a/packages/main/src/i18n/messagebundle_ar.properties +++ b/packages/main/src/i18n/messagebundle_ar.properties @@ -341,3 +341,5 @@ DIALOG_HEADER_ARIA_DESCRIBEDBY_DRAGGABLE_RESIZABLE=استخدام مفاتيح LABEL_COLON=: TOOLBAR_OVERFLOW_BUTTON_ARIA_LABEL=خيارات إضافية + +COMBOBOX_AVAILABLE_OPTIONS=الخيارات المتوفرة diff --git a/packages/main/src/i18n/messagebundle_bg.properties b/packages/main/src/i18n/messagebundle_bg.properties index fe01ff0298a2..3836e71f9373 100644 --- a/packages/main/src/i18n/messagebundle_bg.properties +++ b/packages/main/src/i18n/messagebundle_bg.properties @@ -341,3 +341,5 @@ DIALOG_HEADER_ARIA_DESCRIBEDBY_DRAGGABLE_RESIZABLE=Придвижвайте се LABEL_COLON=: TOOLBAR_OVERFLOW_BUTTON_ARIA_LABEL=Допълнителни опции + +COMBOBOX_AVAILABLE_OPTIONS=Налични опции diff --git a/packages/main/src/i18n/messagebundle_ca.properties b/packages/main/src/i18n/messagebundle_ca.properties index e50a9a4c33d1..aae22fb48c0e 100644 --- a/packages/main/src/i18n/messagebundle_ca.properties +++ b/packages/main/src/i18n/messagebundle_ca.properties @@ -341,3 +341,5 @@ DIALOG_HEADER_ARIA_DESCRIBEDBY_DRAGGABLE_RESIZABLE=Utilitzeu les tecles de fletx LABEL_COLON=: TOOLBAR_OVERFLOW_BUTTON_ARIA_LABEL=Opcions addicionals + +COMBOBOX_AVAILABLE_OPTIONS=Opcions disponibles diff --git a/packages/main/src/i18n/messagebundle_cnr.properties b/packages/main/src/i18n/messagebundle_cnr.properties index 2ccf6eb6f4c7..9dff901819d4 100644 --- a/packages/main/src/i18n/messagebundle_cnr.properties +++ b/packages/main/src/i18n/messagebundle_cnr.properties @@ -341,3 +341,5 @@ DIALOG_HEADER_ARIA_DESCRIBEDBY_DRAGGABLE_RESIZABLE=Koristite strelice na tastatu LABEL_COLON=: TOOLBAR_OVERFLOW_BUTTON_ARIA_LABEL=Dodatne opcije + +COMBOBOX_AVAILABLE_OPTIONS=Dostupne opcije diff --git a/packages/main/src/i18n/messagebundle_cs.properties b/packages/main/src/i18n/messagebundle_cs.properties index 4a9c8c321ea6..d06a32a8bd27 100644 --- a/packages/main/src/i18n/messagebundle_cs.properties +++ b/packages/main/src/i18n/messagebundle_cs.properties @@ -341,3 +341,5 @@ DIALOG_HEADER_ARIA_DESCRIBEDBY_DRAGGABLE_RESIZABLE=Pro přesun použijte šipky, LABEL_COLON=: TOOLBAR_OVERFLOW_BUTTON_ARIA_LABEL=Další možnosti + +COMBOBOX_AVAILABLE_OPTIONS=Dostupné volby diff --git a/packages/main/src/i18n/messagebundle_cy.properties b/packages/main/src/i18n/messagebundle_cy.properties index 6185ab7fd4c5..c1591ebf3d5d 100644 --- a/packages/main/src/i18n/messagebundle_cy.properties +++ b/packages/main/src/i18n/messagebundle_cy.properties @@ -340,3 +340,5 @@ DIALOG_HEADER_ARIA_DESCRIBEDBY_DRAGGABLE_RESIZABLE=Defnyddiwch y bysellau Saeth LABEL_COLON=: TOOLBAR_OVERFLOW_BUTTON_ARIA_LABEL=Opsiynau Ychwanegol + +COMBOBOX_AVAILABLE_OPTIONS=Opsiynau sydd ar gael diff --git a/packages/main/src/i18n/messagebundle_da.properties b/packages/main/src/i18n/messagebundle_da.properties index 0fd419609b00..907c38f3575e 100644 --- a/packages/main/src/i18n/messagebundle_da.properties +++ b/packages/main/src/i18n/messagebundle_da.properties @@ -340,3 +340,5 @@ DIALOG_HEADER_ARIA_DESCRIBEDBY_DRAGGABLE_RESIZABLE=Brug piletaster til at flytte LABEL_COLON=: TOOLBAR_OVERFLOW_BUTTON_ARIA_LABEL=Yderligere valgmuligheder + +COMBOBOX_AVAILABLE_OPTIONS=Tilgængelige valgmuligheder diff --git a/packages/main/src/i18n/messagebundle_de.properties b/packages/main/src/i18n/messagebundle_de.properties index ec9ff601259a..4ef4f80f6660 100644 --- a/packages/main/src/i18n/messagebundle_de.properties +++ b/packages/main/src/i18n/messagebundle_de.properties @@ -341,3 +341,5 @@ DIALOG_HEADER_ARIA_DESCRIBEDBY_DRAGGABLE_RESIZABLE=Zum Verschieben verwenden Sie LABEL_COLON=: TOOLBAR_OVERFLOW_BUTTON_ARIA_LABEL=Zusätzliche Optionen + +COMBOBOX_AVAILABLE_OPTIONS=Verfügbare Optionen diff --git a/packages/main/src/i18n/messagebundle_el.properties b/packages/main/src/i18n/messagebundle_el.properties index a8ee193c22c7..9c6b7fe6a014 100644 --- a/packages/main/src/i18n/messagebundle_el.properties +++ b/packages/main/src/i18n/messagebundle_el.properties @@ -341,3 +341,5 @@ DIALOG_HEADER_ARIA_DESCRIBEDBY_DRAGGABLE_RESIZABLE=Πατήστε τα πλήκ LABEL_COLON=: TOOLBAR_OVERFLOW_BUTTON_ARIA_LABEL=Πρόσθετες Επιλογές + +COMBOBOX_AVAILABLE_OPTIONS=Διαθέσιμες Επιλογές diff --git a/packages/main/src/i18n/messagebundle_en.properties b/packages/main/src/i18n/messagebundle_en.properties index ab195e4501b3..ff532dda3c16 100644 --- a/packages/main/src/i18n/messagebundle_en.properties +++ b/packages/main/src/i18n/messagebundle_en.properties @@ -341,3 +341,5 @@ DIALOG_HEADER_ARIA_DESCRIBEDBY_DRAGGABLE_RESIZABLE=Use Arrow keys to move, Shift LABEL_COLON=: TOOLBAR_OVERFLOW_BUTTON_ARIA_LABEL=Additional Options + +COMBOBOX_AVAILABLE_OPTIONS=Available Options diff --git a/packages/main/src/i18n/messagebundle_en_GB.properties b/packages/main/src/i18n/messagebundle_en_GB.properties index 108b22fa2667..0c14613e1d53 100644 --- a/packages/main/src/i18n/messagebundle_en_GB.properties +++ b/packages/main/src/i18n/messagebundle_en_GB.properties @@ -340,3 +340,5 @@ DIALOG_HEADER_ARIA_DESCRIBEDBY_DRAGGABLE_RESIZABLE=Use Arrow keys to move, Shift LABEL_COLON=: TOOLBAR_OVERFLOW_BUTTON_ARIA_LABEL=Additional Options + +COMBOBOX_AVAILABLE_OPTIONS=Available Options diff --git a/packages/main/src/i18n/messagebundle_en_US_sappsd.properties b/packages/main/src/i18n/messagebundle_en_US_sappsd.properties index dd1c4033ce2c..1797a7e5fd2f 100644 --- a/packages/main/src/i18n/messagebundle_en_US_sappsd.properties +++ b/packages/main/src/i18n/messagebundle_en_US_sappsd.properties @@ -311,3 +311,5 @@ DIALOG_HEADER_ARIA_DESCRIBEDBY_DRAGGABLE_RESIZABLE=[[[Ůşē Āŗŗŏŵ ķēŷş LABEL_COLON=[[[:∙∙∙]]] TOOLBAR_OVERFLOW_BUTTON_ARIA_LABEL=[[[Āƌƌįţįŏŋąĺ Ŏρţįŏŋş∙∙∙∙∙∙]]] + +COMBOBOX_AVAILABLE_OPTIONS=[[[Āʋąįĺąƃĺē Ŏρţįŏŋş∙∙∙∙∙∙∙]]] diff --git a/packages/main/src/i18n/messagebundle_en_US_saprigi.properties b/packages/main/src/i18n/messagebundle_en_US_saprigi.properties index 1ca39c1ceb14..f63e5a609c16 100644 --- a/packages/main/src/i18n/messagebundle_en_US_saprigi.properties +++ b/packages/main/src/i18n/messagebundle_en_US_saprigi.properties @@ -341,3 +341,5 @@ DIALOG_HEADER_ARIA_DESCRIBEDBY_DRAGGABLE_RESIZABLE=‍‌​‌‌​ LABEL_COLON=‌​‌‌‍‌‍‌‌‌‌‍‌‌‌​‌​​​‌​​​‍​‍​‌‍​​‍‍‌‌‍​‌‌: TOOLBAR_OVERFLOW_BUTTON_ARIA_LABEL=‌​‌‌​‌​‌​‌‌​​​‌​​‍​​​‍‍‌‍‍‍‍​‍‍‌​‍‌‌​‍‌Additional Options + +COMBOBOX_AVAILABLE_OPTIONS=‍‌‍‌‍​‌‍​‌​​​‌​‌‌‌‌‌‍‌‌​‍‌‍‌‌‌‌​‌​​‌‍‌‍‌Available Options diff --git a/packages/main/src/i18n/messagebundle_en_US_saptrc.properties b/packages/main/src/i18n/messagebundle_en_US_saptrc.properties index 4e8d6f35ac84..0454d3da97ff 100644 --- a/packages/main/src/i18n/messagebundle_en_US_saptrc.properties +++ b/packages/main/src/i18n/messagebundle_en_US_saptrc.properties @@ -311,3 +311,5 @@ DIALOG_HEADER_ARIA_DESCRIBEDBY_DRAGGABLE_RESIZABLE=q+ceoQK0mmQleyv9Muggtw_Use Ar LABEL_COLON=YnyK+8F3ctaviIPs9ayscw_: TOOLBAR_OVERFLOW_BUTTON_ARIA_LABEL=mfiENOnEa6x9VcSVcS8U0A_Additional Options + +COMBOBOX_AVAILABLE_OPTIONS=wYgRqV76BGDpnVB05JP0fg_Available Options diff --git a/packages/main/src/i18n/messagebundle_es.properties b/packages/main/src/i18n/messagebundle_es.properties index 7129f07ff49c..81dd7e77849a 100644 --- a/packages/main/src/i18n/messagebundle_es.properties +++ b/packages/main/src/i18n/messagebundle_es.properties @@ -340,3 +340,5 @@ LABEL_COLON=: TOOLBAR_OVERFLOW_BUTTON_ARIA_LABEL=Opciones adicionales MENU_POPOVER_ACCESSIBLE_NAME=Seleccionar una opción del menú + +COMBOBOX_AVAILABLE_OPTIONS=Opciones disponibles diff --git a/packages/main/src/i18n/messagebundle_es_MX.properties b/packages/main/src/i18n/messagebundle_es_MX.properties index 4c1328680347..51f2f3ddca48 100644 --- a/packages/main/src/i18n/messagebundle_es_MX.properties +++ b/packages/main/src/i18n/messagebundle_es_MX.properties @@ -340,3 +340,5 @@ DIALOG_HEADER_ARIA_DESCRIBEDBY_DRAGGABLE_RESIZABLE=Utilizar las teclas de Flecha LABEL_COLON=: TOOLBAR_OVERFLOW_BUTTON_ARIA_LABEL=Opciones adicionales + +COMBOBOX_AVAILABLE_OPTIONS=Opciones disponibles diff --git a/packages/main/src/i18n/messagebundle_et.properties b/packages/main/src/i18n/messagebundle_et.properties index fe336b181bc9..45759f3f95a5 100644 --- a/packages/main/src/i18n/messagebundle_et.properties +++ b/packages/main/src/i18n/messagebundle_et.properties @@ -341,3 +341,5 @@ DIALOG_HEADER_ARIA_DESCRIBEDBY_DRAGGABLE_RESIZABLE=Teisaldamiseks vajutage noole LABEL_COLON=: TOOLBAR_OVERFLOW_BUTTON_ARIA_LABEL=Lisasuvandid + +COMBOBOX_AVAILABLE_OPTIONS=Saadaolevad suvandid diff --git a/packages/main/src/i18n/messagebundle_fi.properties b/packages/main/src/i18n/messagebundle_fi.properties index 81dc19ff5430..0db0eb07bfcb 100644 --- a/packages/main/src/i18n/messagebundle_fi.properties +++ b/packages/main/src/i18n/messagebundle_fi.properties @@ -341,3 +341,5 @@ DIALOG_HEADER_ARIA_DESCRIBEDBY_DRAGGABLE_RESIZABLE=Siirrä painamalla nuolinäpp LABEL_COLON=: TOOLBAR_OVERFLOW_BUTTON_ARIA_LABEL=Lisävaihtoehdot + +COMBOBOX_AVAILABLE_OPTIONS=Käytettävissä olevat vaihtoehdot diff --git a/packages/main/src/i18n/messagebundle_fr.properties b/packages/main/src/i18n/messagebundle_fr.properties index ffe9e856506f..4691b83c972f 100644 --- a/packages/main/src/i18n/messagebundle_fr.properties +++ b/packages/main/src/i18n/messagebundle_fr.properties @@ -341,3 +341,5 @@ DIALOG_HEADER_ARIA_DESCRIBEDBY_DRAGGABLE_RESIZABLE=Utiliser touches de direction LABEL_COLON= : TOOLBAR_OVERFLOW_BUTTON_ARIA_LABEL=Options supplémentaires + +COMBOBOX_AVAILABLE_OPTIONS=Options disponibles diff --git a/packages/main/src/i18n/messagebundle_fr_CA.properties b/packages/main/src/i18n/messagebundle_fr_CA.properties index c5b7ee694515..ecbe6753c7af 100644 --- a/packages/main/src/i18n/messagebundle_fr_CA.properties +++ b/packages/main/src/i18n/messagebundle_fr_CA.properties @@ -341,3 +341,5 @@ DIALOG_HEADER_ARIA_DESCRIBEDBY_DRAGGABLE_RESIZABLE=Utiliser les touches de direc LABEL_COLON=: TOOLBAR_OVERFLOW_BUTTON_ARIA_LABEL=Options supplémentaires + +COMBOBOX_AVAILABLE_OPTIONS=Options disponibles diff --git a/packages/main/src/i18n/messagebundle_hi.properties b/packages/main/src/i18n/messagebundle_hi.properties index 04954c8c3b6c..32126383d3dd 100644 --- a/packages/main/src/i18n/messagebundle_hi.properties +++ b/packages/main/src/i18n/messagebundle_hi.properties @@ -341,3 +341,5 @@ DIALOG_HEADER_ARIA_DESCRIBEDBY_DRAGGABLE_RESIZABLE=ले जाने के LABEL_COLON=: TOOLBAR_OVERFLOW_BUTTON_ARIA_LABEL=अतिरिक्त विकल्प + +COMBOBOX_AVAILABLE_OPTIONS=उपलब्ध विकल्प diff --git a/packages/main/src/i18n/messagebundle_hr.properties b/packages/main/src/i18n/messagebundle_hr.properties index c4889b0c7915..bfd08ed77af3 100644 --- a/packages/main/src/i18n/messagebundle_hr.properties +++ b/packages/main/src/i18n/messagebundle_hr.properties @@ -340,3 +340,5 @@ DIALOG_HEADER_ARIA_DESCRIBEDBY_DRAGGABLE_RESIZABLE=Za pomicanje upotrijebite tip LABEL_COLON=: TOOLBAR_OVERFLOW_BUTTON_ARIA_LABEL=Dodatne opcije + +COMBOBOX_AVAILABLE_OPTIONS=Raspoložive opcije diff --git a/packages/main/src/i18n/messagebundle_hu.properties b/packages/main/src/i18n/messagebundle_hu.properties index a96a029d3401..c64567067087 100644 --- a/packages/main/src/i18n/messagebundle_hu.properties +++ b/packages/main/src/i18n/messagebundle_hu.properties @@ -341,3 +341,5 @@ DIALOG_HEADER_ARIA_DESCRIBEDBY_DRAGGABLE_RESIZABLE=Áthelyezéshez használja a LABEL_COLON=: TOOLBAR_OVERFLOW_BUTTON_ARIA_LABEL=További beállítások + +COMBOBOX_AVAILABLE_OPTIONS=Elérhető beállítások diff --git a/packages/main/src/i18n/messagebundle_id.properties b/packages/main/src/i18n/messagebundle_id.properties index 47a883361ee5..cf38a0eb6a55 100644 --- a/packages/main/src/i18n/messagebundle_id.properties +++ b/packages/main/src/i18n/messagebundle_id.properties @@ -341,3 +341,5 @@ DIALOG_HEADER_ARIA_DESCRIBEDBY_DRAGGABLE_RESIZABLE=Gunakan tombol Panah untuk be LABEL_COLON=: TOOLBAR_OVERFLOW_BUTTON_ARIA_LABEL=Opsi Tambahan + +COMBOBOX_AVAILABLE_OPTIONS=Opsi yang Tersedia diff --git a/packages/main/src/i18n/messagebundle_it.properties b/packages/main/src/i18n/messagebundle_it.properties index 86d260ad805f..5e670b4b7faf 100644 --- a/packages/main/src/i18n/messagebundle_it.properties +++ b/packages/main/src/i18n/messagebundle_it.properties @@ -341,3 +341,5 @@ DIALOG_HEADER_ARIA_DESCRIBEDBY_DRAGGABLE_RESIZABLE=Utilizzare i tasti freccia pe LABEL_COLON=: TOOLBAR_OVERFLOW_BUTTON_ARIA_LABEL=Opzioni supplementari + +COMBOBOX_AVAILABLE_OPTIONS=Opzioni disponibili diff --git a/packages/main/src/i18n/messagebundle_iw.properties b/packages/main/src/i18n/messagebundle_iw.properties index 3b55c246f8b3..5bc75025dcd7 100644 --- a/packages/main/src/i18n/messagebundle_iw.properties +++ b/packages/main/src/i18n/messagebundle_iw.properties @@ -341,3 +341,5 @@ DIALOG_HEADER_ARIA_DESCRIBEDBY_DRAGGABLE_RESIZABLE=השתמש במקשי החצ LABEL_COLON=: TOOLBAR_OVERFLOW_BUTTON_ARIA_LABEL=אפשרויות נוספות + +COMBOBOX_AVAILABLE_OPTIONS=אפשרויות זמינות diff --git a/packages/main/src/i18n/messagebundle_ja.properties b/packages/main/src/i18n/messagebundle_ja.properties index b9da56887000..2b1652de9015 100644 --- a/packages/main/src/i18n/messagebundle_ja.properties +++ b/packages/main/src/i18n/messagebundle_ja.properties @@ -341,3 +341,5 @@ DIALOG_HEADER_ARIA_DESCRIBEDBY_DRAGGABLE_RESIZABLE=移動するには矢印キ LABEL_COLON=: TOOLBAR_OVERFLOW_BUTTON_ARIA_LABEL=追加オプション + +COMBOBOX_AVAILABLE_OPTIONS=利用可能なオプション diff --git a/packages/main/src/i18n/messagebundle_kk.properties b/packages/main/src/i18n/messagebundle_kk.properties index d5545a8bfc2c..1cc3243a8254 100644 --- a/packages/main/src/i18n/messagebundle_kk.properties +++ b/packages/main/src/i18n/messagebundle_kk.properties @@ -340,3 +340,5 @@ DIALOG_HEADER_ARIA_DESCRIBEDBY_DRAGGABLE_RESIZABLE=Жылжыту үшін кө LABEL_COLON=: TOOLBAR_OVERFLOW_BUTTON_ARIA_LABEL=Қосымша опциялар + +COMBOBOX_AVAILABLE_OPTIONS=Қолжетімді опциялар diff --git a/packages/main/src/i18n/messagebundle_ko.properties b/packages/main/src/i18n/messagebundle_ko.properties index 9f0dce62a569..0104fb01aaf8 100644 --- a/packages/main/src/i18n/messagebundle_ko.properties +++ b/packages/main/src/i18n/messagebundle_ko.properties @@ -341,3 +341,5 @@ DIALOG_HEADER_ARIA_DESCRIBEDBY_DRAGGABLE_RESIZABLE=이동하려면 화살표 키 LABEL_COLON=: TOOLBAR_OVERFLOW_BUTTON_ARIA_LABEL=추가 옵션 + +COMBOBOX_AVAILABLE_OPTIONS=사용 가능한 옵션 diff --git a/packages/main/src/i18n/messagebundle_lt.properties b/packages/main/src/i18n/messagebundle_lt.properties index 45baefab0ed1..d5dee81a8c05 100644 --- a/packages/main/src/i18n/messagebundle_lt.properties +++ b/packages/main/src/i18n/messagebundle_lt.properties @@ -341,3 +341,5 @@ DIALOG_HEADER_ARIA_DESCRIBEDBY_DRAGGABLE_RESIZABLE=Naudokite rodyklių klavišus LABEL_COLON=: TOOLBAR_OVERFLOW_BUTTON_ARIA_LABEL=Papildomos parinktys + +COMBOBOX_AVAILABLE_OPTIONS=Prieinamos parinktys diff --git a/packages/main/src/i18n/messagebundle_lv.properties b/packages/main/src/i18n/messagebundle_lv.properties index bc11dee18a48..1dcfa3d0d7e4 100644 --- a/packages/main/src/i18n/messagebundle_lv.properties +++ b/packages/main/src/i18n/messagebundle_lv.properties @@ -340,3 +340,5 @@ DIALOG_HEADER_ARIA_DESCRIBEDBY_DRAGGABLE_RESIZABLE=Lai pārvietotu, izmantojiet LABEL_COLON=: TOOLBAR_OVERFLOW_BUTTON_ARIA_LABEL=Papildu iespējas + +COMBOBOX_AVAILABLE_OPTIONS=Pieejamās iespējas diff --git a/packages/main/src/i18n/messagebundle_mk.properties b/packages/main/src/i18n/messagebundle_mk.properties index ae02729b3275..1810db885b1c 100644 --- a/packages/main/src/i18n/messagebundle_mk.properties +++ b/packages/main/src/i18n/messagebundle_mk.properties @@ -340,3 +340,5 @@ DIALOG_HEADER_ARIA_DESCRIBEDBY_DRAGGABLE_RESIZABLE=Користете ги ко LABEL_COLON=: TOOLBAR_OVERFLOW_BUTTON_ARIA_LABEL=Додатни опции + +COMBOBOX_AVAILABLE_OPTIONS=Достапни опции diff --git a/packages/main/src/i18n/messagebundle_ms.properties b/packages/main/src/i18n/messagebundle_ms.properties index 1d7967046527..f70570c874d8 100644 --- a/packages/main/src/i18n/messagebundle_ms.properties +++ b/packages/main/src/i18n/messagebundle_ms.properties @@ -341,3 +341,5 @@ DIALOG_HEADER_ARIA_DESCRIBEDBY_DRAGGABLE_RESIZABLE=Gunakan butang anak panah unt LABEL_COLON=: TOOLBAR_OVERFLOW_BUTTON_ARIA_LABEL=Pilihan Tambahan + +COMBOBOX_AVAILABLE_OPTIONS=Pilihan Tersedia diff --git a/packages/main/src/i18n/messagebundle_nl.properties b/packages/main/src/i18n/messagebundle_nl.properties index aa5424f9b922..6ddc7dce8d05 100644 --- a/packages/main/src/i18n/messagebundle_nl.properties +++ b/packages/main/src/i18n/messagebundle_nl.properties @@ -341,3 +341,5 @@ DIALOG_HEADER_ARIA_DESCRIBEDBY_DRAGGABLE_RESIZABLE=Gebruik de cursortoetsen om t LABEL_COLON=: TOOLBAR_OVERFLOW_BUTTON_ARIA_LABEL=Extra opties + +COMBOBOX_AVAILABLE_OPTIONS=Beschikbare opties diff --git a/packages/main/src/i18n/messagebundle_no.properties b/packages/main/src/i18n/messagebundle_no.properties index b169a81184fa..8a9388a9b7f7 100644 --- a/packages/main/src/i18n/messagebundle_no.properties +++ b/packages/main/src/i18n/messagebundle_no.properties @@ -341,3 +341,5 @@ DIALOG_HEADER_ARIA_DESCRIBEDBY_DRAGGABLE_RESIZABLE=Bruk piltastene for å flytte LABEL_COLON=: TOOLBAR_OVERFLOW_BUTTON_ARIA_LABEL=Ytterligere alternativer + +COMBOBOX_AVAILABLE_OPTIONS=Tilgjengelige alternativer diff --git a/packages/main/src/i18n/messagebundle_pl.properties b/packages/main/src/i18n/messagebundle_pl.properties index baed8bcc5556..2dfaee09b9cf 100644 --- a/packages/main/src/i18n/messagebundle_pl.properties +++ b/packages/main/src/i18n/messagebundle_pl.properties @@ -341,3 +341,5 @@ DIALOG_HEADER_ARIA_DESCRIBEDBY_DRAGGABLE_RESIZABLE=Aby przesunąć, użyj klawis LABEL_COLON=: TOOLBAR_OVERFLOW_BUTTON_ARIA_LABEL=Dodatkowe opcje + +COMBOBOX_AVAILABLE_OPTIONS=Dostępne opcje diff --git a/packages/main/src/i18n/messagebundle_pt.properties b/packages/main/src/i18n/messagebundle_pt.properties index c2d2f75264d5..ac76a800084c 100644 --- a/packages/main/src/i18n/messagebundle_pt.properties +++ b/packages/main/src/i18n/messagebundle_pt.properties @@ -341,3 +341,4 @@ LABEL_COLON=: TOOLBAR_OVERFLOW_BUTTON_ARIA_LABEL=Opções adicionais +COMBOBOX_AVAILABLE_OPTIONS=Opções disponíveis diff --git a/packages/main/src/i18n/messagebundle_pt_PT.properties b/packages/main/src/i18n/messagebundle_pt_PT.properties index 75f08c13c79d..c92758fd7a59 100644 --- a/packages/main/src/i18n/messagebundle_pt_PT.properties +++ b/packages/main/src/i18n/messagebundle_pt_PT.properties @@ -341,3 +341,5 @@ DIALOG_HEADER_ARIA_DESCRIBEDBY_DRAGGABLE_RESIZABLE=Utilize as teclas de seta par LABEL_COLON=: TOOLBAR_OVERFLOW_BUTTON_ARIA_LABEL=Opções adicionais + +COMBOBOX_AVAILABLE_OPTIONS=Opções disponíveis diff --git a/packages/main/src/i18n/messagebundle_ro.properties b/packages/main/src/i18n/messagebundle_ro.properties index 98c36a1d12b0..5f8c305883c5 100644 --- a/packages/main/src/i18n/messagebundle_ro.properties +++ b/packages/main/src/i18n/messagebundle_ro.properties @@ -341,3 +341,5 @@ DIALOG_HEADER_ARIA_DESCRIBEDBY_DRAGGABLE_RESIZABLE=Utilizați tastele săgeată LABEL_COLON=: TOOLBAR_OVERFLOW_BUTTON_ARIA_LABEL=Opțiuni suplimentare + +COMBOBOX_AVAILABLE_OPTIONS=Opţiuni disponibile diff --git a/packages/main/src/i18n/messagebundle_ru.properties b/packages/main/src/i18n/messagebundle_ru.properties index b03b68b74e04..0ba3e022ad10 100644 --- a/packages/main/src/i18n/messagebundle_ru.properties +++ b/packages/main/src/i18n/messagebundle_ru.properties @@ -341,3 +341,5 @@ DIALOG_HEADER_ARIA_DESCRIBEDBY_DRAGGABLE_RESIZABLE=Для перемещения LABEL_COLON=: TOOLBAR_OVERFLOW_BUTTON_ARIA_LABEL=Дополнительные опции + +COMBOBOX_AVAILABLE_OPTIONS=Доступные опции diff --git a/packages/main/src/i18n/messagebundle_sh.properties b/packages/main/src/i18n/messagebundle_sh.properties index fb5978b675aa..ab15ebecb8ba 100644 --- a/packages/main/src/i18n/messagebundle_sh.properties +++ b/packages/main/src/i18n/messagebundle_sh.properties @@ -340,3 +340,5 @@ DIALOG_HEADER_ARIA_DESCRIBEDBY_DRAGGABLE_RESIZABLE=Koristite strelice na tastatu LABEL_COLON=: TOOLBAR_OVERFLOW_BUTTON_ARIA_LABEL=Dodatne opcije + +COMBOBOX_AVAILABLE_OPTIONS=Dostupne opcije diff --git a/packages/main/src/i18n/messagebundle_sk.properties b/packages/main/src/i18n/messagebundle_sk.properties index 2f997a90fe34..e88a35f5d754 100644 --- a/packages/main/src/i18n/messagebundle_sk.properties +++ b/packages/main/src/i18n/messagebundle_sk.properties @@ -341,3 +341,5 @@ DIALOG_HEADER_ARIA_DESCRIBEDBY_DRAGGABLE_RESIZABLE=Na presunutie použite kurzor LABEL_COLON=: TOOLBAR_OVERFLOW_BUTTON_ARIA_LABEL=Ďalšie možnosti + +COMBOBOX_AVAILABLE_OPTIONS=Dostupné možnosti diff --git a/packages/main/src/i18n/messagebundle_sl.properties b/packages/main/src/i18n/messagebundle_sl.properties index 818de2b1ac1d..8f20b5fbb8c4 100644 --- a/packages/main/src/i18n/messagebundle_sl.properties +++ b/packages/main/src/i18n/messagebundle_sl.properties @@ -341,3 +341,5 @@ DIALOG_HEADER_ARIA_DESCRIBEDBY_DRAGGABLE_RESIZABLE=Za premik uporabite ustrezno LABEL_COLON=: TOOLBAR_OVERFLOW_BUTTON_ARIA_LABEL=Dodatne možnosti + +COMBOBOX_AVAILABLE_OPTIONS=Razpoložljive možnosti diff --git a/packages/main/src/i18n/messagebundle_sr.properties b/packages/main/src/i18n/messagebundle_sr.properties index 38081475f3d8..e9191ee61ea6 100644 --- a/packages/main/src/i18n/messagebundle_sr.properties +++ b/packages/main/src/i18n/messagebundle_sr.properties @@ -341,3 +341,5 @@ DIALOG_HEADER_ARIA_DESCRIBEDBY_DRAGGABLE_RESIZABLE=Користите стрел LABEL_COLON=: TOOLBAR_OVERFLOW_BUTTON_ARIA_LABEL=Додатне опције + +COMBOBOX_AVAILABLE_OPTIONS=Доступне опције diff --git a/packages/main/src/i18n/messagebundle_sv.properties b/packages/main/src/i18n/messagebundle_sv.properties index bcd666f964cb..d0990e8c535c 100644 --- a/packages/main/src/i18n/messagebundle_sv.properties +++ b/packages/main/src/i18n/messagebundle_sv.properties @@ -340,3 +340,5 @@ DIALOG_HEADER_ARIA_DESCRIBEDBY_DRAGGABLE_RESIZABLE=Använd piltangenterna för a LABEL_COLON=: TOOLBAR_OVERFLOW_BUTTON_ARIA_LABEL=Ytterligare alternativ + +COMBOBOX_AVAILABLE_OPTIONS=Tillgängliga alternativ diff --git a/packages/main/src/i18n/messagebundle_th.properties b/packages/main/src/i18n/messagebundle_th.properties index 83fcd46b3599..51f581608c94 100644 --- a/packages/main/src/i18n/messagebundle_th.properties +++ b/packages/main/src/i18n/messagebundle_th.properties @@ -341,3 +341,5 @@ DIALOG_HEADER_ARIA_DESCRIBEDBY_DRAGGABLE_RESIZABLE=ใช้แป้นลู LABEL_COLON=: TOOLBAR_OVERFLOW_BUTTON_ARIA_LABEL=ตัวเลือกเพิ่มเติม + +COMBOBOX_AVAILABLE_OPTIONS=ตัวเลือกที่มีอยู่ diff --git a/packages/main/src/i18n/messagebundle_tr.properties b/packages/main/src/i18n/messagebundle_tr.properties index 8e2e55f5b075..97cc00ff6d38 100644 --- a/packages/main/src/i18n/messagebundle_tr.properties +++ b/packages/main/src/i18n/messagebundle_tr.properties @@ -340,3 +340,5 @@ DIALOG_HEADER_ARIA_DESCRIBEDBY_DRAGGABLE_RESIZABLE=Taşımak için Ok tuşların LABEL_COLON=: TOOLBAR_OVERFLOW_BUTTON_ARIA_LABEL=Ek seçenekler + +COMBOBOX_AVAILABLE_OPTIONS=Kullanılabilir seçenekler diff --git a/packages/main/src/i18n/messagebundle_uk.properties b/packages/main/src/i18n/messagebundle_uk.properties index 05f56e551934..5618b98447e6 100644 --- a/packages/main/src/i18n/messagebundle_uk.properties +++ b/packages/main/src/i18n/messagebundle_uk.properties @@ -341,3 +341,5 @@ DIALOG_HEADER_ARIA_DESCRIBEDBY_DRAGGABLE_RESIZABLE=Використовуйте LABEL_COLON=: TOOLBAR_OVERFLOW_BUTTON_ARIA_LABEL=Додаткові опції + +COMBOBOX_AVAILABLE_OPTIONS=Доступні опції diff --git a/packages/main/src/i18n/messagebundle_vi.properties b/packages/main/src/i18n/messagebundle_vi.properties index ec904b3f3894..1654ae32f9ae 100644 --- a/packages/main/src/i18n/messagebundle_vi.properties +++ b/packages/main/src/i18n/messagebundle_vi.properties @@ -341,3 +341,5 @@ DIALOG_HEADER_ARIA_DESCRIBEDBY_DRAGGABLE_RESIZABLE=Sử dụng phím Mũi tê LABEL_COLON=: TOOLBAR_OVERFLOW_BUTTON_ARIA_LABEL=Tùy chọn bổ sung + +COMBOBOX_AVAILABLE_OPTIONS=Tùy chọn có sẵn diff --git a/packages/main/src/i18n/messagebundle_zh_CN.properties b/packages/main/src/i18n/messagebundle_zh_CN.properties index 7ae0a6e6d22f..21aeb58ad54e 100644 --- a/packages/main/src/i18n/messagebundle_zh_CN.properties +++ b/packages/main/src/i18n/messagebundle_zh_CN.properties @@ -340,3 +340,5 @@ DIALOG_HEADER_ARIA_DESCRIBEDBY_DRAGGABLE_RESIZABLE=使用箭头键进行移动 LABEL_COLON=: TOOLBAR_OVERFLOW_BUTTON_ARIA_LABEL=附加选项 + +COMBOBOX_AVAILABLE_OPTIONS=可用选项 diff --git a/packages/main/src/i18n/messagebundle_zh_TW.properties b/packages/main/src/i18n/messagebundle_zh_TW.properties index 372630fe3ddd..f8de2bf73134 100644 --- a/packages/main/src/i18n/messagebundle_zh_TW.properties +++ b/packages/main/src/i18n/messagebundle_zh_TW.properties @@ -341,3 +341,5 @@ DIALOG_HEADER_ARIA_DESCRIBEDBY_DRAGGABLE_RESIZABLE=使用箭頭鍵以移動, LABEL_COLON=: TOOLBAR_OVERFLOW_BUTTON_ARIA_LABEL=附加選項 + +COMBOBOX_AVAILABLE_OPTIONS=可用選項