@openui5/sap.ui.integration 1.147.1 → 1.149.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/THIRDPARTY.txt +3 -3
- package/package.json +6 -6
- package/src/sap/ui/integration/.library +1 -1
- package/src/sap/ui/integration/ActionDefinition.js +1 -1
- package/src/sap/ui/integration/Designtime.js +1 -1
- package/src/sap/ui/integration/Extension.js +1 -1
- package/src/sap/ui/integration/Host.js +1 -1
- package/src/sap/ui/integration/cards/AdaptiveContent.js +1 -3
- package/src/sap/ui/integration/cards/AnalyticalContent.js +1 -4
- package/src/sap/ui/integration/cards/AnalyticsCloudContent.js +1 -9
- package/src/sap/ui/integration/cards/BaseContent.js +2 -9
- package/src/sap/ui/integration/cards/BaseListContent.js +1 -85
- package/src/sap/ui/integration/cards/CalendarContent.js +7 -10
- package/src/sap/ui/integration/cards/ComponentContent.js +10 -7
- package/src/sap/ui/integration/cards/Footer.js +11 -2
- package/src/sap/ui/integration/cards/Header.js +2 -9
- package/src/sap/ui/integration/cards/ListContent.js +1 -12
- package/src/sap/ui/integration/cards/NumericHeader.js +2 -8
- package/src/sap/ui/integration/cards/ObjectContent.js +1 -7
- package/src/sap/ui/integration/cards/TableContent.js +1 -21
- package/src/sap/ui/integration/cards/TimelineContent.js +1 -14
- package/src/sap/ui/integration/cards/WebPageContent.js +1 -4
- package/src/sap/ui/integration/cards/actions/CardActions.js +36 -191
- package/src/sap/ui/integration/cards/actions/NavigationAction.js +0 -4
- package/src/sap/ui/integration/cards/actions/SubmitAction.js +1 -2
- package/src/sap/ui/integration/cards/adaptivecards/elements/UI5InputChoiceSet.js +1 -1
- package/src/sap/ui/integration/cards/adaptivecards/elements/UI5InputDate.js +1 -1
- package/src/sap/ui/integration/cards/adaptivecards/elements/UI5InputNumber.js +1 -1
- package/src/sap/ui/integration/cards/adaptivecards/elements/UI5InputText.js +1 -1
- package/src/sap/ui/integration/cards/adaptivecards/elements/UI5InputToggle.js +1 -1
- package/src/sap/ui/integration/cards/filters/BaseFilter.js +2 -2
- package/src/sap/ui/integration/cards/filters/ComboBoxFilter.js +1 -1
- package/src/sap/ui/integration/cards/filters/DateRangeFilter.js +1 -1
- package/src/sap/ui/integration/cards/filters/FilterBar.js +1 -1
- package/src/sap/ui/integration/cards/filters/FilterBarFactory.js +1 -1
- package/src/sap/ui/integration/cards/filters/SearchFilter.js +1 -1
- package/src/sap/ui/integration/cards/filters/SelectFilter.js +1 -1
- package/src/sap/ui/integration/cards/list/MicrochartsResizeHelper.js +1 -1
- package/src/sap/ui/integration/controls/ActionsStrip.js +5 -8
- package/src/sap/ui/integration/controls/ActionsToolbar.js +1 -1
- package/src/sap/ui/integration/controls/BlockingMessage.js +1 -1
- package/src/sap/ui/integration/controls/ComboBox.js +1 -1
- package/src/sap/ui/integration/controls/HeaderInfoSectionColumn.js +1 -1
- package/src/sap/ui/integration/controls/HeaderInfoSectionRow.js +1 -1
- package/src/sap/ui/integration/controls/ImageWithOverlay.js +1 -1
- package/src/sap/ui/integration/controls/ListContentItem.js +1 -1
- package/src/sap/ui/integration/controls/Microchart.js +1 -1
- package/src/sap/ui/integration/controls/MicrochartLegend.js +1 -1
- package/src/sap/ui/integration/controls/ObjectStatus.js +1 -1
- package/src/sap/ui/integration/delegate/OverflowHandler.js +1 -1
- package/src/sap/ui/integration/delegate/Paginator.js +1 -1
- package/src/sap/ui/integration/delegate/PreventKeyboardScrolling.js +1 -1
- package/src/sap/ui/integration/designtime/baseEditor/BaseEditor.js +1 -1
- package/src/sap/ui/integration/designtime/baseEditor/PropertyEditor.js +1 -1
- package/src/sap/ui/integration/designtime/baseEditor/PropertyEditors.js +1 -1
- package/src/sap/ui/integration/designtime/baseEditor/i18n/i18n_fr_CA.properties +2 -2
- package/src/sap/ui/integration/designtime/baseEditor/propertyEditor/BasePropertyEditor.js +1 -1
- package/src/sap/ui/integration/designtime/baseEditor/propertyEditor/PropertyEditorFactory.js +1 -1
- package/src/sap/ui/integration/designtime/baseEditor/propertyEditor/arrayEditor/ArrayEditor.js +1 -1
- package/src/sap/ui/integration/designtime/baseEditor/propertyEditor/booleanEditor/BooleanEditor.js +1 -1
- package/src/sap/ui/integration/designtime/baseEditor/propertyEditor/codeEditor/CodeEditor.js +1 -1
- package/src/sap/ui/integration/designtime/baseEditor/propertyEditor/dateEditor/DateEditor.js +1 -1
- package/src/sap/ui/integration/designtime/baseEditor/propertyEditor/dateTimeEditor/DateTimeEditor.js +1 -1
- package/src/sap/ui/integration/designtime/baseEditor/propertyEditor/enumStringEditor/EnumStringEditor.js +1 -1
- package/src/sap/ui/integration/designtime/baseEditor/propertyEditor/groupEditor/GroupEditor.js +1 -1
- package/src/sap/ui/integration/designtime/baseEditor/propertyEditor/iconEditor/IconEditor.js +1 -1
- package/src/sap/ui/integration/designtime/baseEditor/propertyEditor/iconEditor/IsInIconPool.validator.js +1 -1
- package/src/sap/ui/integration/designtime/baseEditor/propertyEditor/integerEditor/IntegerEditor.js +1 -1
- package/src/sap/ui/integration/designtime/baseEditor/propertyEditor/jsonEditor/JsonEditor.js +1 -1
- package/src/sap/ui/integration/designtime/baseEditor/propertyEditor/listEditor/ListEditor.js +1 -1
- package/src/sap/ui/integration/designtime/baseEditor/propertyEditor/mapEditor/MapEditor.js +1 -1
- package/src/sap/ui/integration/designtime/baseEditor/propertyEditor/multiSelectEditor/MultiSelectEditor.js +1 -1
- package/src/sap/ui/integration/designtime/baseEditor/propertyEditor/numberEditor/NumberEditor.js +1 -1
- package/src/sap/ui/integration/designtime/baseEditor/propertyEditor/objectArrayEditor/ObjectArrayEditor.js +1 -1
- package/src/sap/ui/integration/designtime/baseEditor/propertyEditor/selectEditor/SelectEditor.js +1 -1
- package/src/sap/ui/integration/designtime/baseEditor/propertyEditor/separatorEditor/SeparatorEditor.js +1 -1
- package/src/sap/ui/integration/designtime/baseEditor/propertyEditor/stringEditor/StringEditor.js +1 -1
- package/src/sap/ui/integration/designtime/baseEditor/propertyEditor/textAreaEditor/TextAreaEditor.js +1 -1
- package/src/sap/ui/integration/designtime/baseEditor/util/binding/ObjectBinding.js +1 -1
- package/src/sap/ui/integration/designtime/baseEditor/util/unset.js +1 -1
- package/src/sap/ui/integration/designtime/baseEditor/validator/IsBoolean.js +1 -1
- package/src/sap/ui/integration/designtime/baseEditor/validator/IsDate.js +1 -1
- package/src/sap/ui/integration/designtime/baseEditor/validator/IsInteger.js +1 -1
- package/src/sap/ui/integration/designtime/baseEditor/validator/IsNumber.js +1 -1
- package/src/sap/ui/integration/designtime/baseEditor/validator/IsSelectedKey.js +1 -1
- package/src/sap/ui/integration/designtime/baseEditor/validator/IsStringList.js +1 -1
- package/src/sap/ui/integration/designtime/baseEditor/validator/IsUniqueKey.js +1 -1
- package/src/sap/ui/integration/designtime/baseEditor/validator/IsUniqueList.js +1 -1
- package/src/sap/ui/integration/designtime/baseEditor/validator/IsValidBinding.js +1 -1
- package/src/sap/ui/integration/designtime/baseEditor/validator/MaxLength.js +1 -1
- package/src/sap/ui/integration/designtime/baseEditor/validator/NotABinding.js +1 -1
- package/src/sap/ui/integration/designtime/baseEditor/validator/ValidatorRegistry.js +1 -1
- package/src/sap/ui/integration/designtime/cardEditor/config/generateActionConfig.js +0 -6
- package/src/sap/ui/integration/designtime/cardEditor/config/generateDataConfig.js +0 -14
- package/src/sap/ui/integration/designtime/cardEditor/i18n/i18n.properties +0 -9
- package/src/sap/ui/integration/designtime/cardEditor/i18n/i18n_ar.properties +30 -6
- package/src/sap/ui/integration/designtime/cardEditor/i18n/i18n_bg.properties +30 -6
- package/src/sap/ui/integration/designtime/cardEditor/i18n/i18n_ca.properties +30 -6
- package/src/sap/ui/integration/designtime/cardEditor/i18n/i18n_cnr.properties +30 -6
- package/src/sap/ui/integration/designtime/cardEditor/i18n/i18n_cs.properties +30 -6
- package/src/sap/ui/integration/designtime/cardEditor/i18n/i18n_cy.properties +30 -6
- package/src/sap/ui/integration/designtime/cardEditor/i18n/i18n_da.properties +30 -6
- package/src/sap/ui/integration/designtime/cardEditor/i18n/i18n_de.properties +30 -6
- package/src/sap/ui/integration/designtime/cardEditor/i18n/i18n_el.properties +30 -6
- package/src/sap/ui/integration/designtime/cardEditor/i18n/i18n_en.properties +30 -6
- package/src/sap/ui/integration/designtime/cardEditor/i18n/i18n_en_GB.properties +30 -6
- package/src/sap/ui/integration/designtime/cardEditor/i18n/i18n_en_US_saprigi.properties +30 -6
- package/src/sap/ui/integration/designtime/cardEditor/i18n/i18n_es.properties +32 -8
- package/src/sap/ui/integration/designtime/cardEditor/i18n/i18n_es_MX.properties +32 -8
- package/src/sap/ui/integration/designtime/cardEditor/i18n/i18n_et.properties +30 -6
- package/src/sap/ui/integration/designtime/cardEditor/i18n/i18n_fi.properties +30 -6
- package/src/sap/ui/integration/designtime/cardEditor/i18n/i18n_fr.properties +30 -6
- package/src/sap/ui/integration/designtime/cardEditor/i18n/i18n_fr_CA.properties +32 -8
- package/src/sap/ui/integration/designtime/cardEditor/i18n/i18n_hi.properties +30 -6
- package/src/sap/ui/integration/designtime/cardEditor/i18n/i18n_hr.properties +30 -6
- package/src/sap/ui/integration/designtime/cardEditor/i18n/i18n_hu.properties +30 -6
- package/src/sap/ui/integration/designtime/cardEditor/i18n/i18n_id.properties +30 -6
- package/src/sap/ui/integration/designtime/cardEditor/i18n/i18n_it.properties +31 -7
- package/src/sap/ui/integration/designtime/cardEditor/i18n/i18n_iw.properties +30 -6
- package/src/sap/ui/integration/designtime/cardEditor/i18n/i18n_ja.properties +30 -6
- package/src/sap/ui/integration/designtime/cardEditor/i18n/i18n_kk.properties +32 -8
- package/src/sap/ui/integration/designtime/cardEditor/i18n/i18n_ko.properties +30 -6
- package/src/sap/ui/integration/designtime/cardEditor/i18n/i18n_lt.properties +30 -6
- package/src/sap/ui/integration/designtime/cardEditor/i18n/i18n_lv.properties +30 -6
- package/src/sap/ui/integration/designtime/cardEditor/i18n/i18n_mk.properties +30 -6
- package/src/sap/ui/integration/designtime/cardEditor/i18n/i18n_ms.properties +30 -6
- package/src/sap/ui/integration/designtime/cardEditor/i18n/i18n_nl.properties +30 -6
- package/src/sap/ui/integration/designtime/cardEditor/i18n/i18n_no.properties +30 -6
- package/src/sap/ui/integration/designtime/cardEditor/i18n/i18n_pl.properties +30 -6
- package/src/sap/ui/integration/designtime/cardEditor/i18n/i18n_pt.properties +30 -6
- package/src/sap/ui/integration/designtime/cardEditor/i18n/i18n_pt_PT.properties +30 -6
- package/src/sap/ui/integration/designtime/cardEditor/i18n/i18n_ro.properties +30 -6
- package/src/sap/ui/integration/designtime/cardEditor/i18n/i18n_ru.properties +30 -6
- package/src/sap/ui/integration/designtime/cardEditor/i18n/i18n_sh.properties +30 -6
- package/src/sap/ui/integration/designtime/cardEditor/i18n/i18n_sk.properties +30 -6
- package/src/sap/ui/integration/designtime/cardEditor/i18n/i18n_sl.properties +30 -6
- package/src/sap/ui/integration/designtime/cardEditor/i18n/i18n_sr.properties +30 -6
- package/src/sap/ui/integration/designtime/cardEditor/i18n/i18n_sv.properties +30 -6
- package/src/sap/ui/integration/designtime/cardEditor/i18n/i18n_th.properties +30 -6
- package/src/sap/ui/integration/designtime/cardEditor/i18n/i18n_tr.properties +30 -6
- package/src/sap/ui/integration/designtime/cardEditor/i18n/i18n_uk.properties +32 -8
- package/src/sap/ui/integration/designtime/cardEditor/i18n/i18n_vi.properties +30 -6
- package/src/sap/ui/integration/designtime/cardEditor/i18n/i18n_zh_CN.properties +30 -6
- package/src/sap/ui/integration/designtime/cardEditor/i18n/i18n_zh_TW.properties +30 -6
- package/src/sap/ui/integration/designtime/cardEditor/propertyEditor/complexMapEditor/ComplexMapEditor.js +1 -1
- package/src/sap/ui/integration/designtime/cardEditor/propertyEditor/destinationsEditor/DestinationsEditor.js +1 -1
- package/src/sap/ui/integration/designtime/cardEditor/propertyEditor/filtersEditor/FiltersEditor.js +1 -1
- package/src/sap/ui/integration/designtime/cardEditor/propertyEditor/iconEditor/IconEditor.js +1 -1
- package/src/sap/ui/integration/designtime/cardEditor/propertyEditor/parametersEditor/ParametersEditor.js +1 -1
- package/src/sap/ui/integration/designtime/editor/Card.js +1 -1
- package/src/sap/ui/integration/designtime/editor/CardEditor.js +20 -6
- package/src/sap/ui/integration/designtime/editor/CardPreview.js +3 -1
- package/src/sap/ui/integration/editor/Editor.js +23 -12
- package/src/sap/ui/integration/editor/EditorResourceBundles.js +1 -1
- package/src/sap/ui/integration/editor/Extension.js +1 -1
- package/src/sap/ui/integration/editor/Manifest.js +1 -1
- package/src/sap/ui/integration/editor/Settings.js +1 -1
- package/src/sap/ui/integration/editor/css/Editor.css +2 -2
- package/src/sap/ui/integration/editor/fields/BaseField.js +1 -1
- package/src/sap/ui/integration/editor/fields/BooleanField.js +1 -1
- package/src/sap/ui/integration/editor/fields/DateField.js +1 -1
- package/src/sap/ui/integration/editor/fields/DateTimeField.js +1 -1
- package/src/sap/ui/integration/editor/fields/DestinationField.js +1 -1
- package/src/sap/ui/integration/editor/fields/GroupField.js +1 -1
- package/src/sap/ui/integration/editor/fields/IntegerField.js +1 -1
- package/src/sap/ui/integration/editor/fields/NumberField.js +1 -1
- package/src/sap/ui/integration/editor/fields/ObjectField.js +1 -1
- package/src/sap/ui/integration/editor/fields/ObjectListField.js +1 -1
- package/src/sap/ui/integration/editor/fields/StringField.js +1 -1
- package/src/sap/ui/integration/editor/fields/StringListField.js +1 -1
- package/src/sap/ui/integration/editor/fields/fragment/Controller.js +1 -1
- package/src/sap/ui/integration/editor/fields/viz/ColorSelect.js +1 -1
- package/src/sap/ui/integration/editor/fields/viz/IconSelect.js +1 -1
- package/src/sap/ui/integration/editor/fields/viz/ImageSelect.js +1 -1
- package/src/sap/ui/integration/editor/fields/viz/ShapeSelect.js +1 -1
- package/src/sap/ui/integration/editor/fields/viz/VizBase.js +1 -1
- package/src/sap/ui/integration/extensions/OAuth3LO.js +1 -1
- package/src/sap/ui/integration/formatters/IconFormatter.js +8 -0
- package/src/sap/ui/integration/library-bootstrap.js +6 -9
- package/src/sap/ui/integration/library.js +2 -17
- package/src/sap/ui/integration/model/ContextModel.js +1 -1
- package/src/sap/ui/integration/model/ObservableModel.js +1 -1
- package/src/sap/ui/integration/schemas/sap-card.json +20 -31
- package/src/sap/ui/integration/themes/base/Footer.less +4 -0
- package/src/sap/ui/integration/util/AnalyticsCloudHelper.js +1 -1
- package/src/sap/ui/integration/util/BaseFactory.js +1 -1
- package/src/sap/ui/integration/util/BindingHelper.js +1 -1
- package/src/sap/ui/integration/util/BindingResolver.js +1 -1
- package/src/sap/ui/integration/util/CardObserver.js +1 -1
- package/src/sap/ui/integration/util/ComboBoxHelper.js +1 -1
- package/src/sap/ui/integration/util/ContentFactory.js +1 -2
- package/src/sap/ui/integration/util/CsrfTokenHandler.js +1 -1
- package/src/sap/ui/integration/util/DataProvider.js +1 -2
- package/src/sap/ui/integration/util/DataProviderFactory.js +3 -13
- package/src/sap/ui/integration/util/Destinations.js +1 -1
- package/src/sap/ui/integration/util/DisplayVariants.js +1 -1
- package/src/sap/ui/integration/util/ErrorHandler.js +1 -1
- package/src/sap/ui/integration/util/ExtensionDataProvider.js +1 -1
- package/src/sap/ui/integration/util/Form.js +1 -1
- package/src/sap/ui/integration/util/HeaderFactory.js +1 -6
- package/src/sap/ui/integration/util/JSONBindingHelper.js +1 -1
- package/src/sap/ui/integration/util/LoadingProvider.js +1 -1
- package/src/sap/ui/integration/util/Manifest.js +1 -1
- package/src/sap/ui/integration/util/OAuth3LOHelper.js +1 -1
- package/src/sap/ui/integration/util/ObjectStatusFactory.js +1 -1
- package/src/sap/ui/integration/util/RadioButtonHelper.js +1 -1
- package/src/sap/ui/integration/util/RequestDataProvider.js +1 -1
- package/src/sap/ui/integration/util/SkeletonCard.js +1 -1
- package/src/sap/ui/integration/util/SorterHelper.js +1 -1
- package/src/sap/ui/integration/util/Utils.js +1 -1
- package/src/sap/ui/integration/util/Validators.js +1 -1
- package/src/sap/ui/integration/widgets/Card.js +5 -33
- package/src/sap/ui/integration/services/Data.js +0 -55
- package/src/sap/ui/integration/services/Navigation.js +0 -47
- package/src/sap/ui/integration/services/Service.js +0 -49
- package/src/sap/ui/integration/util/ServiceDataProvider.js +0 -117
- package/src/sap/ui/integration/util/ServiceManager.js +0 -173
|
@@ -81,8 +81,6 @@ CARD_EDITOR.ACTION.ARIAHASPOPUP=Aria mempunyai Timbul
|
|
|
81
81
|
|
|
82
82
|
CARD_EDITOR.ACTION.VISIBLE=Boleh Dilihat
|
|
83
83
|
|
|
84
|
-
CARD_EDITOR.ACTION.SERVICE=Perkhidmatan
|
|
85
|
-
|
|
86
84
|
CARD_EDITOR.ACTION.ENABLED=Didayakan
|
|
87
85
|
|
|
88
86
|
CARD_EDITOR.LABEL.URL=URL
|
|
@@ -93,6 +91,8 @@ CARD_EDITOR.TARGET.BLANK=Buka dalam Tetingkap Baru
|
|
|
93
91
|
|
|
94
92
|
CARD_EDITOR.TARGET.SELF=Buka dalam Tetingkap Sama
|
|
95
93
|
|
|
94
|
+
CARD_EDITOR.ACTION.NAVIGATION_ARROW=Anak Panah Navigasi
|
|
95
|
+
|
|
96
96
|
CARD_EDITOR.UOM=Unit Ukuran
|
|
97
97
|
|
|
98
98
|
CARD_EDITOR.SIDE_INDICATOR=Penunjuk Sisi
|
|
@@ -141,10 +141,6 @@ CARD_EDITOR.DATA.PATH=Laluan Data untuk Punca JSON
|
|
|
141
141
|
|
|
142
142
|
CARD_EDITOR.DATA.JSON=Data JSON
|
|
143
143
|
|
|
144
|
-
CARD_EDITOR.DATA.SERVICE.NAME=Nama Perkhidmatan Data
|
|
145
|
-
|
|
146
|
-
CARD_EDITOR.DATA.SERVICE.PARAMETERS=Parameter Perkhidmatan Data
|
|
147
|
-
|
|
148
144
|
CARD_EDITOR.DATA.UPDATEINTERVAL=Selang Kemas Kini Data
|
|
149
145
|
|
|
150
146
|
CARD_EDITOR.LIST_ITEM.DESCRIPTION=Perihalan Item
|
|
@@ -201,6 +197,34 @@ CARD_EDITOR.TABLE.ROW.COLUMN.PROGRESSINDICATOR.PERCENT=Peratusan Kemajuan
|
|
|
201
197
|
|
|
202
198
|
CARD_EDITOR.TABLE.ROW.COLUMN.PROGRESSINDICATOR.TEXT=Teks Kemajuan
|
|
203
199
|
|
|
200
|
+
CARD_EDITOR.TABLE.ROW.COLUMN.IMPORTANCE=Kepentingan
|
|
201
|
+
|
|
202
|
+
CARD_EDITOR.TABLE.ROW.COLUMN.MINSCREENWIDTH=Lebar Skrin Minimum
|
|
203
|
+
|
|
204
|
+
CARD_EDITOR.TABLE.ROW.COLUMN.DEMANDPOPIN=Masuk Permintaan
|
|
205
|
+
|
|
206
|
+
CARD_EDITOR.TABLE.ROW.COLUMN.AUTOPOPINWIDTH=Lebar Masuk Automatik
|
|
207
|
+
|
|
208
|
+
CARD_EDITOR.TABLE.AUTOPOPINMODE=Mod Masuk Automatik
|
|
209
|
+
|
|
210
|
+
CARD_EDITOR.TABLE.HIDDENINPOPIN=Tersembunyi dalam Masuk
|
|
211
|
+
|
|
212
|
+
CARD_EDITOR.TABLE.POPINLAYOUT=Tataletak Masuk
|
|
213
|
+
|
|
214
|
+
CARD_EDITOR.TABLE.POPINLAYOUT.BLOCK=Sekatan
|
|
215
|
+
|
|
216
|
+
CARD_EDITOR.TABLE.POPINLAYOUT.GRIDSMALL=Grid Kecil
|
|
217
|
+
|
|
218
|
+
CARD_EDITOR.TABLE.POPINLAYOUT.GRIDLARGE=Grid Besar
|
|
219
|
+
|
|
220
|
+
CARD_EDITOR.IMPORTANCE.HIGH=Tinggi
|
|
221
|
+
|
|
222
|
+
CARD_EDITOR.IMPORTANCE.MEDIUM=Sederhana
|
|
223
|
+
|
|
224
|
+
CARD_EDITOR.IMPORTANCE.LOW=Rendah
|
|
225
|
+
|
|
226
|
+
CARD_EDITOR.IMPORTANCE.NONE=Tiada
|
|
227
|
+
|
|
204
228
|
CARD_EDITOR.PARAMETERS=Parameter
|
|
205
229
|
|
|
206
230
|
CARD_EDITOR.LABEL=Label
|
|
@@ -81,8 +81,6 @@ CARD_EDITOR.ACTION.ARIAHASPOPUP=Aria heeft pop-up
|
|
|
81
81
|
|
|
82
82
|
CARD_EDITOR.ACTION.VISIBLE=Zichtbaar
|
|
83
83
|
|
|
84
|
-
CARD_EDITOR.ACTION.SERVICE=Service
|
|
85
|
-
|
|
86
84
|
CARD_EDITOR.ACTION.ENABLED=Geactiveerd
|
|
87
85
|
|
|
88
86
|
CARD_EDITOR.LABEL.URL=URL
|
|
@@ -93,6 +91,8 @@ CARD_EDITOR.TARGET.BLANK=In nieuw venster openen
|
|
|
93
91
|
|
|
94
92
|
CARD_EDITOR.TARGET.SELF=In hetzelfde venster openen
|
|
95
93
|
|
|
94
|
+
CARD_EDITOR.ACTION.NAVIGATION_ARROW=Navigatiepijl
|
|
95
|
+
|
|
96
96
|
CARD_EDITOR.UOM=Maateenheid
|
|
97
97
|
|
|
98
98
|
CARD_EDITOR.SIDE_INDICATOR=Zij-indicator
|
|
@@ -141,10 +141,6 @@ CARD_EDITOR.DATA.PATH=Gegevenspad voor JSON-hoofdobject
|
|
|
141
141
|
|
|
142
142
|
CARD_EDITOR.DATA.JSON=JSON-gegevens
|
|
143
143
|
|
|
144
|
-
CARD_EDITOR.DATA.SERVICE.NAME=Naam gegevensservice
|
|
145
|
-
|
|
146
|
-
CARD_EDITOR.DATA.SERVICE.PARAMETERS=Parameters gegevensservice
|
|
147
|
-
|
|
148
144
|
CARD_EDITOR.DATA.UPDATEINTERVAL=Gegevensupdate-interval
|
|
149
145
|
|
|
150
146
|
CARD_EDITOR.LIST_ITEM.DESCRIPTION=Elementomschrijving
|
|
@@ -201,6 +197,34 @@ CARD_EDITOR.TABLE.ROW.COLUMN.PROGRESSINDICATOR.PERCENT=Voortgangspercentage
|
|
|
201
197
|
|
|
202
198
|
CARD_EDITOR.TABLE.ROW.COLUMN.PROGRESSINDICATOR.TEXT=Voortgangstekst
|
|
203
199
|
|
|
200
|
+
CARD_EDITOR.TABLE.ROW.COLUMN.IMPORTANCE=Belang
|
|
201
|
+
|
|
202
|
+
CARD_EDITOR.TABLE.ROW.COLUMN.MINSCREENWIDTH=Minimale schermbreedte
|
|
203
|
+
|
|
204
|
+
CARD_EDITOR.TABLE.ROW.COLUMN.DEMANDPOPIN=Behoeftepop-in
|
|
205
|
+
|
|
206
|
+
CARD_EDITOR.TABLE.ROW.COLUMN.AUTOPOPINWIDTH=Breedte automatische pop-in
|
|
207
|
+
|
|
208
|
+
CARD_EDITOR.TABLE.AUTOPOPINMODE=Modus automatische pop-in
|
|
209
|
+
|
|
210
|
+
CARD_EDITOR.TABLE.HIDDENINPOPIN=Verborgen in pop-in
|
|
211
|
+
|
|
212
|
+
CARD_EDITOR.TABLE.POPINLAYOUT=Lay-out pop-in
|
|
213
|
+
|
|
214
|
+
CARD_EDITOR.TABLE.POPINLAYOUT.BLOCK=Blok
|
|
215
|
+
|
|
216
|
+
CARD_EDITOR.TABLE.POPINLAYOUT.GRIDSMALL=Raster klein
|
|
217
|
+
|
|
218
|
+
CARD_EDITOR.TABLE.POPINLAYOUT.GRIDLARGE=Raster groot
|
|
219
|
+
|
|
220
|
+
CARD_EDITOR.IMPORTANCE.HIGH=Hoog
|
|
221
|
+
|
|
222
|
+
CARD_EDITOR.IMPORTANCE.MEDIUM=Gemiddeld
|
|
223
|
+
|
|
224
|
+
CARD_EDITOR.IMPORTANCE.LOW=Laag
|
|
225
|
+
|
|
226
|
+
CARD_EDITOR.IMPORTANCE.NONE=Geen
|
|
227
|
+
|
|
204
228
|
CARD_EDITOR.PARAMETERS=Parameters
|
|
205
229
|
|
|
206
230
|
CARD_EDITOR.LABEL=Label
|
|
@@ -81,8 +81,6 @@ CARD_EDITOR.ACTION.ARIAHASPOPUP=Aria har popup
|
|
|
81
81
|
|
|
82
82
|
CARD_EDITOR.ACTION.VISIBLE=Synlig
|
|
83
83
|
|
|
84
|
-
CARD_EDITOR.ACTION.SERVICE=Tjeneste
|
|
85
|
-
|
|
86
84
|
CARD_EDITOR.ACTION.ENABLED=Aktivert
|
|
87
85
|
|
|
88
86
|
CARD_EDITOR.LABEL.URL=URL
|
|
@@ -93,6 +91,8 @@ CARD_EDITOR.TARGET.BLANK=\u00C5pne i nytt vindu
|
|
|
93
91
|
|
|
94
92
|
CARD_EDITOR.TARGET.SELF=\u00C5pne i samme vindu
|
|
95
93
|
|
|
94
|
+
CARD_EDITOR.ACTION.NAVIGATION_ARROW=Navigeringspil
|
|
95
|
+
|
|
96
96
|
CARD_EDITOR.UOM=M\u00E5leenhet
|
|
97
97
|
|
|
98
98
|
CARD_EDITOR.SIDE_INDICATOR=Sideindikator
|
|
@@ -141,10 +141,6 @@ CARD_EDITOR.DATA.PATH=Databane for JSON-rot
|
|
|
141
141
|
|
|
142
142
|
CARD_EDITOR.DATA.JSON=JSON-data
|
|
143
143
|
|
|
144
|
-
CARD_EDITOR.DATA.SERVICE.NAME=Navn p\u00E5 datatjeneste
|
|
145
|
-
|
|
146
|
-
CARD_EDITOR.DATA.SERVICE.PARAMETERS=Parametere for datatjeneste
|
|
147
|
-
|
|
148
144
|
CARD_EDITOR.DATA.UPDATEINTERVAL=Intervall for dataoppdatering
|
|
149
145
|
|
|
150
146
|
CARD_EDITOR.LIST_ITEM.DESCRIPTION=Beskrivelse av element
|
|
@@ -201,6 +197,34 @@ CARD_EDITOR.TABLE.ROW.COLUMN.PROGRESSINDICATOR.PERCENT=Fremdriftsprosent
|
|
|
201
197
|
|
|
202
198
|
CARD_EDITOR.TABLE.ROW.COLUMN.PROGRESSINDICATOR.TEXT=Fremdriftstekst
|
|
203
199
|
|
|
200
|
+
CARD_EDITOR.TABLE.ROW.COLUMN.IMPORTANCE=Viktighet
|
|
201
|
+
|
|
202
|
+
CARD_EDITOR.TABLE.ROW.COLUMN.MINSCREENWIDTH=Minste skjermbildebredde
|
|
203
|
+
|
|
204
|
+
CARD_EDITOR.TABLE.ROW.COLUMN.DEMANDPOPIN=Behovspopin
|
|
205
|
+
|
|
206
|
+
CARD_EDITOR.TABLE.ROW.COLUMN.AUTOPOPINWIDTH=Automatisk popin-bredde
|
|
207
|
+
|
|
208
|
+
CARD_EDITOR.TABLE.AUTOPOPINMODE=Automatisk popin-modus
|
|
209
|
+
|
|
210
|
+
CARD_EDITOR.TABLE.HIDDENINPOPIN=Skjult i popin
|
|
211
|
+
|
|
212
|
+
CARD_EDITOR.TABLE.POPINLAYOUT=Oppsett for popin
|
|
213
|
+
|
|
214
|
+
CARD_EDITOR.TABLE.POPINLAYOUT.BLOCK=Blokk
|
|
215
|
+
|
|
216
|
+
CARD_EDITOR.TABLE.POPINLAYOUT.GRIDSMALL=Lite rutenett
|
|
217
|
+
|
|
218
|
+
CARD_EDITOR.TABLE.POPINLAYOUT.GRIDLARGE=Stort rutenett
|
|
219
|
+
|
|
220
|
+
CARD_EDITOR.IMPORTANCE.HIGH=H\u00F8y
|
|
221
|
+
|
|
222
|
+
CARD_EDITOR.IMPORTANCE.MEDIUM=Middels
|
|
223
|
+
|
|
224
|
+
CARD_EDITOR.IMPORTANCE.LOW=Lav
|
|
225
|
+
|
|
226
|
+
CARD_EDITOR.IMPORTANCE.NONE=Ingen
|
|
227
|
+
|
|
204
228
|
CARD_EDITOR.PARAMETERS=Parametere
|
|
205
229
|
|
|
206
230
|
CARD_EDITOR.LABEL=Etikett
|
|
@@ -81,8 +81,6 @@ CARD_EDITOR.ACTION.ARIAHASPOPUP=Aria ma wyskakuj\u0105ce okienko
|
|
|
81
81
|
|
|
82
82
|
CARD_EDITOR.ACTION.VISIBLE=Widoczne
|
|
83
83
|
|
|
84
|
-
CARD_EDITOR.ACTION.SERVICE=Us\u0142uga
|
|
85
|
-
|
|
86
84
|
CARD_EDITOR.ACTION.ENABLED=Aktywne
|
|
87
85
|
|
|
88
86
|
CARD_EDITOR.LABEL.URL=URL
|
|
@@ -93,6 +91,8 @@ CARD_EDITOR.TARGET.BLANK=Otw\u00F3rz w nowym oknie
|
|
|
93
91
|
|
|
94
92
|
CARD_EDITOR.TARGET.SELF=Otw\u00F3rz w tym samym oknie
|
|
95
93
|
|
|
94
|
+
CARD_EDITOR.ACTION.NAVIGATION_ARROW=Strza\u0142ka nawigacji
|
|
95
|
+
|
|
96
96
|
CARD_EDITOR.UOM=Jednostka miary
|
|
97
97
|
|
|
98
98
|
CARD_EDITOR.SIDE_INDICATOR=Wska\u017Anik boczny
|
|
@@ -141,10 +141,6 @@ CARD_EDITOR.DATA.PATH=\u015Acie\u017Cka danych dla elementu g\u0142\u00F3wnego J
|
|
|
141
141
|
|
|
142
142
|
CARD_EDITOR.DATA.JSON=Dane JSON
|
|
143
143
|
|
|
144
|
-
CARD_EDITOR.DATA.SERVICE.NAME=Nazwa us\u0142ugi danych
|
|
145
|
-
|
|
146
|
-
CARD_EDITOR.DATA.SERVICE.PARAMETERS=Parametry us\u0142ugi danych
|
|
147
|
-
|
|
148
144
|
CARD_EDITOR.DATA.UPDATEINTERVAL=Przedzia\u0142 aktualizacji danych
|
|
149
145
|
|
|
150
146
|
CARD_EDITOR.LIST_ITEM.DESCRIPTION=Opis pozycji
|
|
@@ -201,6 +197,34 @@ CARD_EDITOR.TABLE.ROW.COLUMN.PROGRESSINDICATOR.PERCENT=Procent post\u0119pu
|
|
|
201
197
|
|
|
202
198
|
CARD_EDITOR.TABLE.ROW.COLUMN.PROGRESSINDICATOR.TEXT=Tekst post\u0119pu
|
|
203
199
|
|
|
200
|
+
CARD_EDITOR.TABLE.ROW.COLUMN.IMPORTANCE=Istotno\u015B\u0107
|
|
201
|
+
|
|
202
|
+
CARD_EDITOR.TABLE.ROW.COLUMN.MINSCREENWIDTH=Minimalna szeroko\u015B\u0107 ekranu
|
|
203
|
+
|
|
204
|
+
CARD_EDITOR.TABLE.ROW.COLUMN.DEMANDPOPIN=Osadzone okno dialogowe zapotrzebowania
|
|
205
|
+
|
|
206
|
+
CARD_EDITOR.TABLE.ROW.COLUMN.AUTOPOPINWIDTH=Szeroko\u015B\u0107 automatycznego osadzonego okna dialogowego
|
|
207
|
+
|
|
208
|
+
CARD_EDITOR.TABLE.AUTOPOPINMODE=Tryb automatycznego osadzonego okna dialogowego
|
|
209
|
+
|
|
210
|
+
CARD_EDITOR.TABLE.HIDDENINPOPIN=Ukryte w osadzonym oknie dialogowym
|
|
211
|
+
|
|
212
|
+
CARD_EDITOR.TABLE.POPINLAYOUT=Uk\u0142ad osadzonego okna dialogowego
|
|
213
|
+
|
|
214
|
+
CARD_EDITOR.TABLE.POPINLAYOUT.BLOCK=Blok
|
|
215
|
+
|
|
216
|
+
CARD_EDITOR.TABLE.POPINLAYOUT.GRIDSMALL=Siatka ma\u0142a
|
|
217
|
+
|
|
218
|
+
CARD_EDITOR.TABLE.POPINLAYOUT.GRIDLARGE=Siatka du\u017Ca
|
|
219
|
+
|
|
220
|
+
CARD_EDITOR.IMPORTANCE.HIGH=Wysoki
|
|
221
|
+
|
|
222
|
+
CARD_EDITOR.IMPORTANCE.MEDIUM=\u015Aredni
|
|
223
|
+
|
|
224
|
+
CARD_EDITOR.IMPORTANCE.LOW=Niski
|
|
225
|
+
|
|
226
|
+
CARD_EDITOR.IMPORTANCE.NONE=Brak
|
|
227
|
+
|
|
204
228
|
CARD_EDITOR.PARAMETERS=Parametry
|
|
205
229
|
|
|
206
230
|
CARD_EDITOR.LABEL=Etykieta
|
|
@@ -81,8 +81,6 @@ CARD_EDITOR.ACTION.ARIAHASPOPUP=Aria tem popup
|
|
|
81
81
|
|
|
82
82
|
CARD_EDITOR.ACTION.VISIBLE=Vis\u00EDvel
|
|
83
83
|
|
|
84
|
-
CARD_EDITOR.ACTION.SERVICE=Servi\u00E7o
|
|
85
|
-
|
|
86
84
|
CARD_EDITOR.ACTION.ENABLED=Ativado
|
|
87
85
|
|
|
88
86
|
CARD_EDITOR.LABEL.URL=URL
|
|
@@ -93,6 +91,8 @@ CARD_EDITOR.TARGET.BLANK=Abrir em nova janela
|
|
|
93
91
|
|
|
94
92
|
CARD_EDITOR.TARGET.SELF=Abrir na mesma janela
|
|
95
93
|
|
|
94
|
+
CARD_EDITOR.ACTION.NAVIGATION_ARROW=Seta de navega\u00E7\u00E3o
|
|
95
|
+
|
|
96
96
|
CARD_EDITOR.UOM=Unidade de medida
|
|
97
97
|
|
|
98
98
|
CARD_EDITOR.SIDE_INDICATOR=Indicador lateral
|
|
@@ -141,10 +141,6 @@ CARD_EDITOR.DATA.PATH=Caminho de dados para raiz JSON
|
|
|
141
141
|
|
|
142
142
|
CARD_EDITOR.DATA.JSON=Dados JSON
|
|
143
143
|
|
|
144
|
-
CARD_EDITOR.DATA.SERVICE.NAME=Nome de servi\u00E7o de dados
|
|
145
|
-
|
|
146
|
-
CARD_EDITOR.DATA.SERVICE.PARAMETERS=Par\u00E2metros de servi\u00E7o de dados
|
|
147
|
-
|
|
148
144
|
CARD_EDITOR.DATA.UPDATEINTERVAL=Intervalo de atualiza\u00E7\u00E3o de dados
|
|
149
145
|
|
|
150
146
|
CARD_EDITOR.LIST_ITEM.DESCRIPTION=Descri\u00E7\u00E3o do item
|
|
@@ -201,6 +197,34 @@ CARD_EDITOR.TABLE.ROW.COLUMN.PROGRESSINDICATOR.PERCENT=Percentagem de progresso
|
|
|
201
197
|
|
|
202
198
|
CARD_EDITOR.TABLE.ROW.COLUMN.PROGRESSINDICATOR.TEXT=Texto de progresso
|
|
203
199
|
|
|
200
|
+
CARD_EDITOR.TABLE.ROW.COLUMN.IMPORTANCE=Import\u00E2ncia
|
|
201
|
+
|
|
202
|
+
CARD_EDITOR.TABLE.ROW.COLUMN.MINSCREENWIDTH=Largura m\u00EDnima da tela
|
|
203
|
+
|
|
204
|
+
CARD_EDITOR.TABLE.ROW.COLUMN.DEMANDPOPIN=Popin de demanda
|
|
205
|
+
|
|
206
|
+
CARD_EDITOR.TABLE.ROW.COLUMN.AUTOPOPINWIDTH=Largura de popin autom\u00E1tica
|
|
207
|
+
|
|
208
|
+
CARD_EDITOR.TABLE.AUTOPOPINMODE=Modo de popin autom\u00E1tico
|
|
209
|
+
|
|
210
|
+
CARD_EDITOR.TABLE.HIDDENINPOPIN=Oculto em popin
|
|
211
|
+
|
|
212
|
+
CARD_EDITOR.TABLE.POPINLAYOUT=Layout de popin
|
|
213
|
+
|
|
214
|
+
CARD_EDITOR.TABLE.POPINLAYOUT.BLOCK=Bloquear
|
|
215
|
+
|
|
216
|
+
CARD_EDITOR.TABLE.POPINLAYOUT.GRIDSMALL=Grade pequena
|
|
217
|
+
|
|
218
|
+
CARD_EDITOR.TABLE.POPINLAYOUT.GRIDLARGE=Grade grande
|
|
219
|
+
|
|
220
|
+
CARD_EDITOR.IMPORTANCE.HIGH=Alta
|
|
221
|
+
|
|
222
|
+
CARD_EDITOR.IMPORTANCE.MEDIUM=M\u00E9dia
|
|
223
|
+
|
|
224
|
+
CARD_EDITOR.IMPORTANCE.LOW=Baixa
|
|
225
|
+
|
|
226
|
+
CARD_EDITOR.IMPORTANCE.NONE=Nenhum
|
|
227
|
+
|
|
204
228
|
CARD_EDITOR.PARAMETERS=Par\u00E2metros
|
|
205
229
|
|
|
206
230
|
CARD_EDITOR.LABEL=Etiqueta
|
|
@@ -81,8 +81,6 @@ CARD_EDITOR.ACTION.ARIAHASPOPUP=A Aria tem pop-up
|
|
|
81
81
|
|
|
82
82
|
CARD_EDITOR.ACTION.VISIBLE=Vis\u00EDvel
|
|
83
83
|
|
|
84
|
-
CARD_EDITOR.ACTION.SERVICE=Servi\u00E7o
|
|
85
|
-
|
|
86
84
|
CARD_EDITOR.ACTION.ENABLED=Ativado
|
|
87
85
|
|
|
88
86
|
CARD_EDITOR.LABEL.URL=URL
|
|
@@ -93,6 +91,8 @@ CARD_EDITOR.TARGET.BLANK=Abrir numa nova janela
|
|
|
93
91
|
|
|
94
92
|
CARD_EDITOR.TARGET.SELF=Abrir na mesma janela
|
|
95
93
|
|
|
94
|
+
CARD_EDITOR.ACTION.NAVIGATION_ARROW=Seta de navega\u00E7\u00E3o
|
|
95
|
+
|
|
96
96
|
CARD_EDITOR.UOM=Unidade de medida
|
|
97
97
|
|
|
98
98
|
CARD_EDITOR.SIDE_INDICATOR=Indicador secund\u00E1rio
|
|
@@ -141,10 +141,6 @@ CARD_EDITOR.DATA.PATH=Caminho de dados para raiz JSON
|
|
|
141
141
|
|
|
142
142
|
CARD_EDITOR.DATA.JSON=Dados JSON
|
|
143
143
|
|
|
144
|
-
CARD_EDITOR.DATA.SERVICE.NAME=Nome do servi\u00E7o de dados
|
|
145
|
-
|
|
146
|
-
CARD_EDITOR.DATA.SERVICE.PARAMETERS=Par\u00E2metros do servi\u00E7o de dados
|
|
147
|
-
|
|
148
144
|
CARD_EDITOR.DATA.UPDATEINTERVAL=Intervalo de atualiza\u00E7\u00E3o de dados
|
|
149
145
|
|
|
150
146
|
CARD_EDITOR.LIST_ITEM.DESCRIPTION=Descri\u00E7\u00E3o do item
|
|
@@ -201,6 +197,34 @@ CARD_EDITOR.TABLE.ROW.COLUMN.PROGRESSINDICATOR.PERCENT=Percentagem de progresso
|
|
|
201
197
|
|
|
202
198
|
CARD_EDITOR.TABLE.ROW.COLUMN.PROGRESSINDICATOR.TEXT=Texto de progresso
|
|
203
199
|
|
|
200
|
+
CARD_EDITOR.TABLE.ROW.COLUMN.IMPORTANCE=Import\u00E2ncia
|
|
201
|
+
|
|
202
|
+
CARD_EDITOR.TABLE.ROW.COLUMN.MINSCREENWIDTH=Largura m\u00EDnima do ecr\u00E3
|
|
203
|
+
|
|
204
|
+
CARD_EDITOR.TABLE.ROW.COLUMN.DEMANDPOPIN=Popin de demanda
|
|
205
|
+
|
|
206
|
+
CARD_EDITOR.TABLE.ROW.COLUMN.AUTOPOPINWIDTH=Largura autom\u00E1tica do popin
|
|
207
|
+
|
|
208
|
+
CARD_EDITOR.TABLE.AUTOPOPINMODE=Modo autom\u00E1tico do popin
|
|
209
|
+
|
|
210
|
+
CARD_EDITOR.TABLE.HIDDENINPOPIN=Ocultado no popin
|
|
211
|
+
|
|
212
|
+
CARD_EDITOR.TABLE.POPINLAYOUT=Esquema do popin
|
|
213
|
+
|
|
214
|
+
CARD_EDITOR.TABLE.POPINLAYOUT.BLOCK=Bloqueio
|
|
215
|
+
|
|
216
|
+
CARD_EDITOR.TABLE.POPINLAYOUT.GRIDSMALL=Grelha pequena
|
|
217
|
+
|
|
218
|
+
CARD_EDITOR.TABLE.POPINLAYOUT.GRIDLARGE=Grelha grande
|
|
219
|
+
|
|
220
|
+
CARD_EDITOR.IMPORTANCE.HIGH=Alta
|
|
221
|
+
|
|
222
|
+
CARD_EDITOR.IMPORTANCE.MEDIUM=M\u00E9dia
|
|
223
|
+
|
|
224
|
+
CARD_EDITOR.IMPORTANCE.LOW=Baixa
|
|
225
|
+
|
|
226
|
+
CARD_EDITOR.IMPORTANCE.NONE=Nenhum
|
|
227
|
+
|
|
204
228
|
CARD_EDITOR.PARAMETERS=Par\u00E2metros
|
|
205
229
|
|
|
206
230
|
CARD_EDITOR.LABEL=Etiqueta
|
|
@@ -81,8 +81,6 @@ CARD_EDITOR.ACTION.ARIAHASPOPUP=Aria are popup
|
|
|
81
81
|
|
|
82
82
|
CARD_EDITOR.ACTION.VISIBLE=Vizibil
|
|
83
83
|
|
|
84
|
-
CARD_EDITOR.ACTION.SERVICE=Serviciu
|
|
85
|
-
|
|
86
84
|
CARD_EDITOR.ACTION.ENABLED=Activat
|
|
87
85
|
|
|
88
86
|
CARD_EDITOR.LABEL.URL=URL
|
|
@@ -93,6 +91,8 @@ CARD_EDITOR.TARGET.BLANK=Deschidere \u00EEn fereastr\u0103 nou\u0103
|
|
|
93
91
|
|
|
94
92
|
CARD_EDITOR.TARGET.SELF=Deschidere \u00EEn aceea\u0219i fereastr\u0103
|
|
95
93
|
|
|
94
|
+
CARD_EDITOR.ACTION.NAVIGATION_ARROW=S\u0103geat\u0103 de navigare
|
|
95
|
+
|
|
96
96
|
CARD_EDITOR.UOM=Unitate de m\u0103sur\u0103
|
|
97
97
|
|
|
98
98
|
CARD_EDITOR.SIDE_INDICATOR=Indicator lateral
|
|
@@ -141,10 +141,6 @@ CARD_EDITOR.DATA.PATH=Cale date pentru r\u0103d\u0103cin\u0103 JSON
|
|
|
141
141
|
|
|
142
142
|
CARD_EDITOR.DATA.JSON=Date JSON
|
|
143
143
|
|
|
144
|
-
CARD_EDITOR.DATA.SERVICE.NAME=Nume serviciu de date
|
|
145
|
-
|
|
146
|
-
CARD_EDITOR.DATA.SERVICE.PARAMETERS=Parametri serviciu de date
|
|
147
|
-
|
|
148
144
|
CARD_EDITOR.DATA.UPDATEINTERVAL=Interval actualizare date
|
|
149
145
|
|
|
150
146
|
CARD_EDITOR.LIST_ITEM.DESCRIPTION=Descriere pozi\u021Bie
|
|
@@ -201,6 +197,34 @@ CARD_EDITOR.TABLE.ROW.COLUMN.PROGRESSINDICATOR.PERCENT=Procent progres
|
|
|
201
197
|
|
|
202
198
|
CARD_EDITOR.TABLE.ROW.COLUMN.PROGRESSINDICATOR.TEXT=Text progres
|
|
203
199
|
|
|
200
|
+
CARD_EDITOR.TABLE.ROW.COLUMN.IMPORTANCE=Importan\u021B\u0103
|
|
201
|
+
|
|
202
|
+
CARD_EDITOR.TABLE.ROW.COLUMN.MINSCREENWIDTH=L\u0103\u021Bime minim\u0103 ecran
|
|
203
|
+
|
|
204
|
+
CARD_EDITOR.TABLE.ROW.COLUMN.DEMANDPOPIN=Popin cerere
|
|
205
|
+
|
|
206
|
+
CARD_EDITOR.TABLE.ROW.COLUMN.AUTOPOPINWIDTH=L\u0103\u021Bime popin automat
|
|
207
|
+
|
|
208
|
+
CARD_EDITOR.TABLE.AUTOPOPINMODE=Mod popin automat
|
|
209
|
+
|
|
210
|
+
CARD_EDITOR.TABLE.HIDDENINPOPIN=Mascat \u00EEn popin
|
|
211
|
+
|
|
212
|
+
CARD_EDITOR.TABLE.POPINLAYOUT=Layout popin
|
|
213
|
+
|
|
214
|
+
CARD_EDITOR.TABLE.POPINLAYOUT.BLOCK=Blocare
|
|
215
|
+
|
|
216
|
+
CARD_EDITOR.TABLE.POPINLAYOUT.GRIDSMALL=Gril\u0103 mic\u0103
|
|
217
|
+
|
|
218
|
+
CARD_EDITOR.TABLE.POPINLAYOUT.GRIDLARGE=Gril\u0103 mare
|
|
219
|
+
|
|
220
|
+
CARD_EDITOR.IMPORTANCE.HIGH=Ridicat\u0103
|
|
221
|
+
|
|
222
|
+
CARD_EDITOR.IMPORTANCE.MEDIUM=Medie
|
|
223
|
+
|
|
224
|
+
CARD_EDITOR.IMPORTANCE.LOW=Sc\u0103zut\u0103
|
|
225
|
+
|
|
226
|
+
CARD_EDITOR.IMPORTANCE.NONE=Niciuna
|
|
227
|
+
|
|
204
228
|
CARD_EDITOR.PARAMETERS=Parametri
|
|
205
229
|
|
|
206
230
|
CARD_EDITOR.LABEL=Etichet\u0103
|
|
@@ -81,8 +81,6 @@ CARD_EDITOR.ACTION.ARIAHASPOPUP=\u0412\u0441\u043F\u043B\u044B\u0432\u0430\u044E
|
|
|
81
81
|
|
|
82
82
|
CARD_EDITOR.ACTION.VISIBLE=\u041E\u0442\u043E\u0431\u0440\u0430\u0436\u0430\u0435\u0442\u0441\u044F
|
|
83
83
|
|
|
84
|
-
CARD_EDITOR.ACTION.SERVICE=\u0421\u0435\u0440\u0432\u0438\u0441
|
|
85
|
-
|
|
86
84
|
CARD_EDITOR.ACTION.ENABLED=\u0410\u043A\u0442\u0438\u0432\u0438\u0440\u043E\u0432\u0430\u043D\u043E
|
|
87
85
|
|
|
88
86
|
CARD_EDITOR.LABEL.URL=URL
|
|
@@ -93,6 +91,8 @@ CARD_EDITOR.TARGET.BLANK=\u041E\u0442\u043A\u0440\u044B\u0442\u044C \u0432 \u043
|
|
|
93
91
|
|
|
94
92
|
CARD_EDITOR.TARGET.SELF=\u041E\u0442\u043A\u0440\u044B\u0442\u044C \u0432 \u0442\u043E\u043C \u0436\u0435 \u043E\u043A\u043D\u0435
|
|
95
93
|
|
|
94
|
+
CARD_EDITOR.ACTION.NAVIGATION_ARROW=\u0421\u0442\u0440\u0435\u043B\u043A\u0430 \u043D\u0430\u0432\u0438\u0433\u0430\u0446\u0438\u0438
|
|
95
|
+
|
|
96
96
|
CARD_EDITOR.UOM=\u0415\u0434\u0438\u043D\u0438\u0446\u0430 \u0438\u0437\u043C\u0435\u0440\u0435\u043D\u0438\u044F
|
|
97
97
|
|
|
98
98
|
CARD_EDITOR.SIDE_INDICATOR=\u0411\u043E\u043A\u043E\u0432\u043E\u0439 \u0438\u043D\u0434\u0438\u043A\u0430\u0442\u043E\u0440
|
|
@@ -141,10 +141,6 @@ CARD_EDITOR.DATA.PATH=\u041F\u0443\u0442\u044C \u043A \u0434\u0430\u043D\u043D\u
|
|
|
141
141
|
|
|
142
142
|
CARD_EDITOR.DATA.JSON=\u0414\u0430\u043D\u043D\u044B\u0435 JSON
|
|
143
143
|
|
|
144
|
-
CARD_EDITOR.DATA.SERVICE.NAME=\u0418\u043C\u044F \u0441\u0435\u0440\u0432\u0438\u0441\u0430 \u0434\u0430\u043D\u043D\u044B\u0445
|
|
145
|
-
|
|
146
|
-
CARD_EDITOR.DATA.SERVICE.PARAMETERS=\u041F\u0430\u0440\u0430\u043C\u0435\u0442\u0440\u044B \u0441\u0435\u0440\u0432\u0438\u0441\u0430 \u0434\u0430\u043D\u043D\u044B\u0445
|
|
147
|
-
|
|
148
144
|
CARD_EDITOR.DATA.UPDATEINTERVAL=\u0418\u043D\u0442\u0435\u0440\u0432\u0430\u043B \u043E\u0431\u043D\u043E\u0432\u043B\u0435\u043D\u0438\u044F \u0434\u0430\u043D\u043D\u044B\u0445
|
|
149
145
|
|
|
150
146
|
CARD_EDITOR.LIST_ITEM.DESCRIPTION=\u041E\u043F\u0438\u0441\u0430\u043D\u0438\u0435 \u044D\u043B\u0435\u043C\u0435\u043D\u0442\u0430
|
|
@@ -201,6 +197,34 @@ CARD_EDITOR.TABLE.ROW.COLUMN.PROGRESSINDICATOR.PERCENT=\u041F\u0440\u043E\u0446\
|
|
|
201
197
|
|
|
202
198
|
CARD_EDITOR.TABLE.ROW.COLUMN.PROGRESSINDICATOR.TEXT=\u0422\u0435\u043A\u0441\u0442 \u0432\u044B\u043F\u043E\u043B\u043D\u0435\u043D\u0438\u044F
|
|
203
199
|
|
|
200
|
+
CARD_EDITOR.TABLE.ROW.COLUMN.IMPORTANCE=\u0412\u0430\u0436\u043D\u043E\u0441\u0442\u044C
|
|
201
|
+
|
|
202
|
+
CARD_EDITOR.TABLE.ROW.COLUMN.MINSCREENWIDTH=\u041C\u0438\u043D\u0438\u043C\u0430\u043B\u044C\u043D\u0430\u044F \u0448\u0438\u0440\u0438\u043D\u0430 \u044D\u043A\u0440\u0430\u043D\u0430
|
|
203
|
+
|
|
204
|
+
CARD_EDITOR.TABLE.ROW.COLUMN.DEMANDPOPIN=\u0412\u0441\u043F\u043B\u044B\u0432\u0430\u044E\u0449\u0435\u0435 \u043E\u043A\u043D\u043E \u043F\u043E\u0442\u0440\u0435\u0431\u043D\u043E\u0441\u0442\u0438
|
|
205
|
+
|
|
206
|
+
CARD_EDITOR.TABLE.ROW.COLUMN.AUTOPOPINWIDTH=\u0410\u0432\u0442\u043E\u043C\u0430\u0442\u0438\u0447\u0435\u0441\u043A\u0430\u044F \u0448\u0438\u0440\u0438\u043D\u0430 \u0432\u0441\u043F\u043B\u044B\u0432\u0430\u044E\u0449\u0435\u0433\u043E \u043E\u043A\u043D\u0430
|
|
207
|
+
|
|
208
|
+
CARD_EDITOR.TABLE.AUTOPOPINMODE=\u0410\u0432\u0442\u043E\u043C\u0430\u0442\u0438\u0447\u0435\u0441\u043A\u0438\u0439 \u0440\u0435\u0436\u0438\u043C \u0432\u0441\u043F\u043B\u044B\u0432\u0430\u044E\u0449\u0435\u0433\u043E \u043E\u043A\u043D\u0430
|
|
209
|
+
|
|
210
|
+
CARD_EDITOR.TABLE.HIDDENINPOPIN=\u0421\u043A\u0440\u044B\u0442\u043E \u0432\u043E \u0432\u0441\u043F\u043B\u044B\u0432\u0430\u044E\u0449\u0435\u043C \u043E\u043A\u043D\u0435
|
|
211
|
+
|
|
212
|
+
CARD_EDITOR.TABLE.POPINLAYOUT=\u0424\u043E\u0440\u043C\u0430\u0442 \u0432\u0441\u043F\u043B\u044B\u0432\u0430\u044E\u0449\u0435\u0433\u043E \u043E\u043A\u043D\u0430
|
|
213
|
+
|
|
214
|
+
CARD_EDITOR.TABLE.POPINLAYOUT.BLOCK=\u0411\u043B\u043E\u043A
|
|
215
|
+
|
|
216
|
+
CARD_EDITOR.TABLE.POPINLAYOUT.GRIDSMALL=\u041C\u0430\u043B\u0435\u043D\u044C\u043A\u0430\u044F \u0441\u0435\u0442\u043A\u0430
|
|
217
|
+
|
|
218
|
+
CARD_EDITOR.TABLE.POPINLAYOUT.GRIDLARGE=\u0411\u043E\u043B\u044C\u0448\u0430\u044F \u0441\u0435\u0442\u043A\u0430
|
|
219
|
+
|
|
220
|
+
CARD_EDITOR.IMPORTANCE.HIGH=\u0412\u044B\u0441\u043E\u043A\u0438\u0439
|
|
221
|
+
|
|
222
|
+
CARD_EDITOR.IMPORTANCE.MEDIUM=\u0421\u0440\u0435\u0434\u043D\u0438\u0439
|
|
223
|
+
|
|
224
|
+
CARD_EDITOR.IMPORTANCE.LOW=\u041D\u0438\u0437\u043A\u0438\u0439
|
|
225
|
+
|
|
226
|
+
CARD_EDITOR.IMPORTANCE.NONE=\u041D\u0435\u0442
|
|
227
|
+
|
|
204
228
|
CARD_EDITOR.PARAMETERS=\u041F\u0430\u0440\u0430\u043C\u0435\u0442\u0440\u044B
|
|
205
229
|
|
|
206
230
|
CARD_EDITOR.LABEL=\u041C\u0435\u0442\u043A\u0430
|
|
@@ -81,8 +81,6 @@ CARD_EDITOR.ACTION.ARIAHASPOPUP=Aria ima popup
|
|
|
81
81
|
|
|
82
82
|
CARD_EDITOR.ACTION.VISIBLE=Vidljivo
|
|
83
83
|
|
|
84
|
-
CARD_EDITOR.ACTION.SERVICE=Usluga
|
|
85
|
-
|
|
86
84
|
CARD_EDITOR.ACTION.ENABLED=Aktivirano
|
|
87
85
|
|
|
88
86
|
CARD_EDITOR.LABEL.URL=URL
|
|
@@ -93,6 +91,8 @@ CARD_EDITOR.TARGET.BLANK=Otvori u novom prozoru
|
|
|
93
91
|
|
|
94
92
|
CARD_EDITOR.TARGET.SELF=Otvori u istom prozoru
|
|
95
93
|
|
|
94
|
+
CARD_EDITOR.ACTION.NAVIGATION_ARROW=Strelica za usmeravanje
|
|
95
|
+
|
|
96
96
|
CARD_EDITOR.UOM=Jedinica mere
|
|
97
97
|
|
|
98
98
|
CARD_EDITOR.SIDE_INDICATOR=Sporedni pokazatelj
|
|
@@ -141,10 +141,6 @@ CARD_EDITOR.DATA.PATH=Put podataka za JSON koren
|
|
|
141
141
|
|
|
142
142
|
CARD_EDITOR.DATA.JSON=JSON podaci
|
|
143
143
|
|
|
144
|
-
CARD_EDITOR.DATA.SERVICE.NAME=Naziv usluge podataka
|
|
145
|
-
|
|
146
|
-
CARD_EDITOR.DATA.SERVICE.PARAMETERS=Parametri usluge podataka
|
|
147
|
-
|
|
148
144
|
CARD_EDITOR.DATA.UPDATEINTERVAL=Interval a\u017Euriranja podataka
|
|
149
145
|
|
|
150
146
|
CARD_EDITOR.LIST_ITEM.DESCRIPTION=Opis stavke
|
|
@@ -201,6 +197,34 @@ CARD_EDITOR.TABLE.ROW.COLUMN.PROGRESSINDICATOR.PERCENT=Procenat napretka
|
|
|
201
197
|
|
|
202
198
|
CARD_EDITOR.TABLE.ROW.COLUMN.PROGRESSINDICATOR.TEXT=Tekst napretka
|
|
203
199
|
|
|
200
|
+
CARD_EDITOR.TABLE.ROW.COLUMN.IMPORTANCE=Va\u017Enost
|
|
201
|
+
|
|
202
|
+
CARD_EDITOR.TABLE.ROW.COLUMN.MINSCREENWIDTH=Minimalna \u0161irina ekrana
|
|
203
|
+
|
|
204
|
+
CARD_EDITOR.TABLE.ROW.COLUMN.DEMANDPOPIN=Zatra\u017Ei pop-in
|
|
205
|
+
|
|
206
|
+
CARD_EDITOR.TABLE.ROW.COLUMN.AUTOPOPINWIDTH=\u0160irina automatskog pop-in-a
|
|
207
|
+
|
|
208
|
+
CARD_EDITOR.TABLE.AUTOPOPINMODE=Na\u010Din automatskog pop-in-a
|
|
209
|
+
|
|
210
|
+
CARD_EDITOR.TABLE.HIDDENINPOPIN=Skriveno u pop-in-u
|
|
211
|
+
|
|
212
|
+
CARD_EDITOR.TABLE.POPINLAYOUT=Izgled pop-in-a
|
|
213
|
+
|
|
214
|
+
CARD_EDITOR.TABLE.POPINLAYOUT.BLOCK=Blokiraj
|
|
215
|
+
|
|
216
|
+
CARD_EDITOR.TABLE.POPINLAYOUT.GRIDSMALL=Mre\u017Ea \u2013 mala
|
|
217
|
+
|
|
218
|
+
CARD_EDITOR.TABLE.POPINLAYOUT.GRIDLARGE=Mre\u017Ea \u2013 velika
|
|
219
|
+
|
|
220
|
+
CARD_EDITOR.IMPORTANCE.HIGH=Visoko
|
|
221
|
+
|
|
222
|
+
CARD_EDITOR.IMPORTANCE.MEDIUM=Srednje
|
|
223
|
+
|
|
224
|
+
CARD_EDITOR.IMPORTANCE.LOW=Nisko
|
|
225
|
+
|
|
226
|
+
CARD_EDITOR.IMPORTANCE.NONE=Ni\u0161ta
|
|
227
|
+
|
|
204
228
|
CARD_EDITOR.PARAMETERS=Parametri
|
|
205
229
|
|
|
206
230
|
CARD_EDITOR.LABEL=Oznaka
|
|
@@ -81,8 +81,6 @@ CARD_EDITOR.ACTION.ARIAHASPOPUP=Aria m\u00E1 dial\u00F3gov\u00E9 okno
|
|
|
81
81
|
|
|
82
82
|
CARD_EDITOR.ACTION.VISIBLE=Vidite\u013En\u00E9
|
|
83
83
|
|
|
84
|
-
CARD_EDITOR.ACTION.SERVICE=Slu\u017Eba
|
|
85
|
-
|
|
86
84
|
CARD_EDITOR.ACTION.ENABLED=Aktivovan\u00E9
|
|
87
85
|
|
|
88
86
|
CARD_EDITOR.LABEL.URL=URL
|
|
@@ -93,6 +91,8 @@ CARD_EDITOR.TARGET.BLANK=Otvori\u0165 v novom okne
|
|
|
93
91
|
|
|
94
92
|
CARD_EDITOR.TARGET.SELF=Otvori\u0165 v tom istom okne
|
|
95
93
|
|
|
94
|
+
CARD_EDITOR.ACTION.NAVIGATION_ARROW=\u0160\u00EDpka navig\u00E1cie
|
|
95
|
+
|
|
96
96
|
CARD_EDITOR.UOM=Mern\u00E1 jednotka
|
|
97
97
|
|
|
98
98
|
CARD_EDITOR.SIDE_INDICATOR=Postrann\u00FD indik\u00E1tor
|
|
@@ -141,10 +141,6 @@ CARD_EDITOR.DATA.PATH=D\u00E1tov\u00E1 cesta pre kore\u0148 JSON
|
|
|
141
141
|
|
|
142
142
|
CARD_EDITOR.DATA.JSON=D\u00E1ta JSON
|
|
143
143
|
|
|
144
|
-
CARD_EDITOR.DATA.SERVICE.NAME=N\u00E1zov d\u00E1tovej slu\u017Eby
|
|
145
|
-
|
|
146
|
-
CARD_EDITOR.DATA.SERVICE.PARAMETERS=Parametre d\u00E1tovej slu\u017Eby
|
|
147
|
-
|
|
148
144
|
CARD_EDITOR.DATA.UPDATEINTERVAL=Interval aktualiz\u00E1cie d\u00E1t
|
|
149
145
|
|
|
150
146
|
CARD_EDITOR.LIST_ITEM.DESCRIPTION=Popis polo\u017Eky
|
|
@@ -201,6 +197,34 @@ CARD_EDITOR.TABLE.ROW.COLUMN.PROGRESSINDICATOR.PERCENT=Percento priebehu
|
|
|
201
197
|
|
|
202
198
|
CARD_EDITOR.TABLE.ROW.COLUMN.PROGRESSINDICATOR.TEXT=Text priebehu
|
|
203
199
|
|
|
200
|
+
CARD_EDITOR.TABLE.ROW.COLUMN.IMPORTANCE=D\u00F4le\u017Eitos\u0165
|
|
201
|
+
|
|
202
|
+
CARD_EDITOR.TABLE.ROW.COLUMN.MINSCREENWIDTH=Minim\u00E1lna \u0161\u00EDrka obrazovky
|
|
203
|
+
|
|
204
|
+
CARD_EDITOR.TABLE.ROW.COLUMN.DEMANDPOPIN=Vyskakovacie okno popin potreby
|
|
205
|
+
|
|
206
|
+
CARD_EDITOR.TABLE.ROW.COLUMN.AUTOPOPINWIDTH=Automatick\u00E1 \u0161\u00EDrka popin
|
|
207
|
+
|
|
208
|
+
CARD_EDITOR.TABLE.AUTOPOPINMODE=Re\u017Eim automatick\u00E9ho vyskakovania
|
|
209
|
+
|
|
210
|
+
CARD_EDITOR.TABLE.HIDDENINPOPIN=Skryt\u00E9 vo vyskakovacom okne popin
|
|
211
|
+
|
|
212
|
+
CARD_EDITOR.TABLE.POPINLAYOUT=Layout popin
|
|
213
|
+
|
|
214
|
+
CARD_EDITOR.TABLE.POPINLAYOUT.BLOCK=Blokova\u0165
|
|
215
|
+
|
|
216
|
+
CARD_EDITOR.TABLE.POPINLAYOUT.GRIDSMALL=Mal\u00E1 mrie\u017Eka
|
|
217
|
+
|
|
218
|
+
CARD_EDITOR.TABLE.POPINLAYOUT.GRIDLARGE=Ve\u013Ek\u00E1 mrie\u017Eka
|
|
219
|
+
|
|
220
|
+
CARD_EDITOR.IMPORTANCE.HIGH=Vysok\u00E1
|
|
221
|
+
|
|
222
|
+
CARD_EDITOR.IMPORTANCE.MEDIUM=Stredn\u00E1
|
|
223
|
+
|
|
224
|
+
CARD_EDITOR.IMPORTANCE.LOW=N\u00EDzka
|
|
225
|
+
|
|
226
|
+
CARD_EDITOR.IMPORTANCE.NONE=\u017Diadne
|
|
227
|
+
|
|
204
228
|
CARD_EDITOR.PARAMETERS=Parametre
|
|
205
229
|
|
|
206
230
|
CARD_EDITOR.LABEL=Ozna\u010Denie
|
|
@@ -81,8 +81,6 @@ CARD_EDITOR.ACTION.ARIAHASPOPUP=Aria ima pojavno okno
|
|
|
81
81
|
|
|
82
82
|
CARD_EDITOR.ACTION.VISIBLE=Vidno
|
|
83
83
|
|
|
84
|
-
CARD_EDITOR.ACTION.SERVICE=Storitev
|
|
85
|
-
|
|
86
84
|
CARD_EDITOR.ACTION.ENABLED=Omogo\u010Deno
|
|
87
85
|
|
|
88
86
|
CARD_EDITOR.LABEL.URL=URL
|
|
@@ -93,6 +91,8 @@ CARD_EDITOR.TARGET.BLANK=Odpiranje v novem oknu
|
|
|
93
91
|
|
|
94
92
|
CARD_EDITOR.TARGET.SELF=Odpiranje v istem oknu
|
|
95
93
|
|
|
94
|
+
CARD_EDITOR.ACTION.NAVIGATION_ARROW=Pu\u0161\u010Dica za pomikanje
|
|
95
|
+
|
|
96
96
|
CARD_EDITOR.UOM=Merska enota
|
|
97
97
|
|
|
98
98
|
CARD_EDITOR.SIDE_INDICATOR=Oznaka strani
|
|
@@ -141,10 +141,6 @@ CARD_EDITOR.DATA.PATH=Pot podatkov za JSON-koren
|
|
|
141
141
|
|
|
142
142
|
CARD_EDITOR.DATA.JSON=JSON-podatki
|
|
143
143
|
|
|
144
|
-
CARD_EDITOR.DATA.SERVICE.NAME=Ime storitve podatkov
|
|
145
|
-
|
|
146
|
-
CARD_EDITOR.DATA.SERVICE.PARAMETERS=Parametri storitve podatkov
|
|
147
|
-
|
|
148
144
|
CARD_EDITOR.DATA.UPDATEINTERVAL=Interval posodobitve podatkov
|
|
149
145
|
|
|
150
146
|
CARD_EDITOR.LIST_ITEM.DESCRIPTION=Opis postavke
|
|
@@ -201,6 +197,34 @@ CARD_EDITOR.TABLE.ROW.COLUMN.PROGRESSINDICATOR.PERCENT=Odstotek napredka
|
|
|
201
197
|
|
|
202
198
|
CARD_EDITOR.TABLE.ROW.COLUMN.PROGRESSINDICATOR.TEXT=Tekst napredka
|
|
203
199
|
|
|
200
|
+
CARD_EDITOR.TABLE.ROW.COLUMN.IMPORTANCE=Pomembnost
|
|
201
|
+
|
|
202
|
+
CARD_EDITOR.TABLE.ROW.COLUMN.MINSCREENWIDTH=Najve\u010Dja \u0161irina zaslona
|
|
203
|
+
|
|
204
|
+
CARD_EDITOR.TABLE.ROW.COLUMN.DEMANDPOPIN=Pojavno okno potrebe
|
|
205
|
+
|
|
206
|
+
CARD_EDITOR.TABLE.ROW.COLUMN.AUTOPOPINWIDTH=\u0160irina samodejnega pojavnega okna
|
|
207
|
+
|
|
208
|
+
CARD_EDITOR.TABLE.AUTOPOPINMODE=Na\u010Din samodejnega pojavnega okna
|
|
209
|
+
|
|
210
|
+
CARD_EDITOR.TABLE.HIDDENINPOPIN=Skrito v pojavnem oknu
|
|
211
|
+
|
|
212
|
+
CARD_EDITOR.TABLE.POPINLAYOUT=Postavitev pojavnega okna
|
|
213
|
+
|
|
214
|
+
CARD_EDITOR.TABLE.POPINLAYOUT.BLOCK=Blok
|
|
215
|
+
|
|
216
|
+
CARD_EDITOR.TABLE.POPINLAYOUT.GRIDSMALL=Majhna mre\u017Ea
|
|
217
|
+
|
|
218
|
+
CARD_EDITOR.TABLE.POPINLAYOUT.GRIDLARGE=Velika mre\u017Ea
|
|
219
|
+
|
|
220
|
+
CARD_EDITOR.IMPORTANCE.HIGH=Visoko
|
|
221
|
+
|
|
222
|
+
CARD_EDITOR.IMPORTANCE.MEDIUM=Srednje
|
|
223
|
+
|
|
224
|
+
CARD_EDITOR.IMPORTANCE.LOW=Nizko
|
|
225
|
+
|
|
226
|
+
CARD_EDITOR.IMPORTANCE.NONE=Brez
|
|
227
|
+
|
|
204
228
|
CARD_EDITOR.PARAMETERS=Parametri
|
|
205
229
|
|
|
206
230
|
CARD_EDITOR.LABEL=Oznaka
|