@openui5/sap.ui.table 1.71.60 → 1.71.62
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/package.json +3 -3
- package/src/sap/ui/table/.library +2 -2
- package/src/sap/ui/table/AnalyticalColumn.js +2 -2
- package/src/sap/ui/table/AnalyticalColumnMenu.js +2 -2
- package/src/sap/ui/table/AnalyticalColumnMenuRenderer.js +1 -1
- package/src/sap/ui/table/AnalyticalTable.js +2 -2
- package/src/sap/ui/table/AnalyticalTableRenderer.js +1 -1
- package/src/sap/ui/table/Column.js +2 -2
- package/src/sap/ui/table/ColumnMenu.js +2 -2
- package/src/sap/ui/table/ColumnMenuRenderer.js +1 -1
- package/src/sap/ui/table/CreationRow.js +2 -2
- package/src/sap/ui/table/CreationRowRenderer.js +1 -1
- package/src/sap/ui/table/Row.js +2 -2
- package/src/sap/ui/table/RowAction.js +2 -2
- package/src/sap/ui/table/RowActionItem.js +2 -2
- package/src/sap/ui/table/RowActionRenderer.js +1 -1
- package/src/sap/ui/table/RowSettings.js +2 -2
- package/src/sap/ui/table/Table.js +2 -2
- package/src/sap/ui/table/TableAccExtension.js +7 -7
- package/src/sap/ui/table/TableAccRenderExtension.js +3 -3
- package/src/sap/ui/table/TableBindingUtils.js +2 -2
- package/src/sap/ui/table/TableColumnUtils.js +2 -2
- package/src/sap/ui/table/TableDragAndDropExtension.js +2 -2
- package/src/sap/ui/table/TableExtension.js +2 -2
- package/src/sap/ui/table/TableGrouping.js +2 -2
- package/src/sap/ui/table/TableKeyboardDelegate2.js +2 -2
- package/src/sap/ui/table/TableKeyboardExtension.js +2 -2
- package/src/sap/ui/table/TableMenuUtils.js +2 -2
- package/src/sap/ui/table/TablePersoController.js +2 -2
- package/src/sap/ui/table/TablePointerExtension.js +2 -2
- package/src/sap/ui/table/TableRenderer.js +1 -1
- package/src/sap/ui/table/TableScrollExtension.js +2 -2
- package/src/sap/ui/table/TableSyncExtension.js +2 -2
- package/src/sap/ui/table/TableUtils.js +2 -2
- package/src/sap/ui/table/TreeTable.js +2 -2
- package/src/sap/ui/table/TreeTableRenderer.js +1 -1
- package/src/sap/ui/table/designtime/AnalyticalTable.designtime.js +1 -1
- package/src/sap/ui/table/designtime/Table.designtime.js +1 -1
- package/src/sap/ui/table/designtime/library.designtime.js +1 -1
- package/src/sap/ui/table/library.js +11 -11
- package/src/sap/ui/table/library.support.js +1 -1
- package/src/sap/ui/table/messagebundle_ar.properties +0 -72
- package/src/sap/ui/table/messagebundle_bg.properties +0 -72
- package/src/sap/ui/table/messagebundle_ca.properties +0 -72
- package/src/sap/ui/table/messagebundle_cs.properties +0 -72
- package/src/sap/ui/table/messagebundle_da.properties +0 -72
- package/src/sap/ui/table/messagebundle_de.properties +0 -72
- package/src/sap/ui/table/messagebundle_el.properties +0 -72
- package/src/sap/ui/table/messagebundle_en.properties +0 -72
- package/src/sap/ui/table/messagebundle_es.properties +0 -72
- package/src/sap/ui/table/messagebundle_et.properties +0 -72
- package/src/sap/ui/table/messagebundle_fi.properties +0 -72
- package/src/sap/ui/table/messagebundle_fr.properties +0 -72
- package/src/sap/ui/table/messagebundle_hi.properties +0 -72
- package/src/sap/ui/table/messagebundle_hr.properties +0 -72
- package/src/sap/ui/table/messagebundle_hu.properties +0 -72
- package/src/sap/ui/table/messagebundle_it.properties +0 -72
- package/src/sap/ui/table/messagebundle_iw.properties +0 -72
- package/src/sap/ui/table/messagebundle_ja.properties +0 -72
- package/src/sap/ui/table/messagebundle_kk.properties +0 -72
- package/src/sap/ui/table/messagebundle_ko.properties +0 -72
- package/src/sap/ui/table/messagebundle_lt.properties +0 -72
- package/src/sap/ui/table/messagebundle_lv.properties +0 -72
- package/src/sap/ui/table/messagebundle_ms.properties +0 -72
- package/src/sap/ui/table/messagebundle_nl.properties +0 -72
- package/src/sap/ui/table/messagebundle_no.properties +0 -72
- package/src/sap/ui/table/messagebundle_pl.properties +0 -72
- package/src/sap/ui/table/messagebundle_pt.properties +0 -72
- package/src/sap/ui/table/messagebundle_ro.properties +0 -72
- package/src/sap/ui/table/messagebundle_ru.properties +0 -72
- package/src/sap/ui/table/messagebundle_sh.properties +0 -72
- package/src/sap/ui/table/messagebundle_sk.properties +0 -72
- package/src/sap/ui/table/messagebundle_sl.properties +0 -72
- package/src/sap/ui/table/messagebundle_sr.properties +0 -72
- package/src/sap/ui/table/messagebundle_sv.properties +0 -72
- package/src/sap/ui/table/messagebundle_th.properties +0 -72
- package/src/sap/ui/table/messagebundle_tr.properties +0 -72
- package/src/sap/ui/table/messagebundle_uk.properties +0 -72
- package/src/sap/ui/table/messagebundle_vi.properties +0 -72
- package/src/sap/ui/table/messagebundle_zh_CN.properties +0 -72
- package/src/sap/ui/table/messagebundle_zh_TW.properties +0 -72
- package/src/sap/ui/table/plugins/BindingSelectionPlugin.js +2 -2
- package/src/sap/ui/table/plugins/MultiSelectionPlugin.js +1 -1
- package/src/sap/ui/table/plugins/SelectionModelPlugin.js +2 -2
- package/src/sap/ui/table/plugins/SelectionPlugin.js +2 -2
- package/src/sap/ui/table/rowmodes/AutoRowMode.js +3 -3
- package/src/sap/ui/table/rowmodes/FixedRowMode.js +2 -2
- package/src/sap/ui/table/rowmodes/InteractiveRowMode.js +2 -2
- package/src/sap/ui/table/rowmodes/RowMode.js +2 -2
- package/src/sap/ui/table/rowmodes/VariableRowMode.js +2 -2
- package/src/sap/ui/table/rules/TableHelper.support.js +1 -1
- package/src/sap/ui/table/themes/base/library.source.less +1 -1
- package/src/sap/ui/table/themes/sap_hcb/library.source.less +1 -1
|
@@ -1,188 +1,116 @@
|
|
|
1
|
-
#This is the resource bundle for the sap.ui.table library
|
|
2
|
-
#
|
|
3
1
|
|
|
4
|
-
#XMIT: Menuitem to filter
|
|
5
2
|
TBL_FILTER=Filter
|
|
6
|
-
#XMIT: Menuitem to e.g. open a filter dialog
|
|
7
3
|
TBL_FILTER_ITEM=Filtern...
|
|
8
|
-
#XMIT: Menuitem to sort descending
|
|
9
4
|
TBL_SORT_ASC=Aufsteigend sortieren
|
|
10
|
-
#XMIT: Menuitem to sort descending
|
|
11
5
|
TBL_SORT_DESC=Absteigend sortieren
|
|
12
|
-
#XMIT: Menuitem to group the column by its values
|
|
13
6
|
TBL_GROUP=Gruppe
|
|
14
|
-
#XMIT: Menuitem to ungroup the column
|
|
15
7
|
TBL_UNGROUP=Gruppierung aufheben
|
|
16
|
-
#XMIT: Menuitem to ungroup all columns
|
|
17
8
|
TBL_UNGROUP_ALL=Alle Gruppierungen aufheben
|
|
18
|
-
#XMIT: Menuitem to show the column visibility menu
|
|
19
9
|
TBL_COLUMNS=Spalten
|
|
20
|
-
#XMIT: Menuitem to freeze the columns till the current one
|
|
21
10
|
TBL_FREEZE=Fixieren
|
|
22
|
-
#XMIT: Menuitem to unfreeze the columns
|
|
23
11
|
TBL_UNFREEZE=Fixierung aufheben
|
|
24
|
-
#XMIT: Menuitem to move a group up one level
|
|
25
12
|
TBL_MOVE_UP=Nach oben
|
|
26
|
-
#XMIT: Menuitem to move a group down one level
|
|
27
13
|
TBL_MOVE_DOWN=Nach unten
|
|
28
|
-
#XMIT: Menuitem to expand all groups in a specific level
|
|
29
14
|
TBL_EXPAND_LEVEL=Ebene expandieren
|
|
30
|
-
#XMIT: Menuitem to collapse all groups in a specific level
|
|
31
15
|
TBL_COLLAPSE_LEVEL=Ebene komprimieren
|
|
32
|
-
#XMIT: Menuitem to expand all groups
|
|
33
16
|
TBL_EXPAND_ALL=Alles expandieren
|
|
34
|
-
#XMIT: Menuitem to collapse all open groups
|
|
35
17
|
TBL_COLLAPSE_ALL=Alles komprimieren
|
|
36
|
-
#XMIT: Menuitem to set grouped column visible
|
|
37
18
|
TBL_SHOW_COLUMN=Einblenden
|
|
38
|
-
#XMIT: Menuitem to hide grouped column
|
|
39
19
|
TBL_HIDE_COLUMN=Ausblenden
|
|
40
|
-
#XMIT: Menuitem in column visibility menu to set column visible
|
|
41
20
|
TBL_COL_VISBILITY_MENUITEM_SHOW=Spalte einblenden
|
|
42
|
-
#XMIT: Menuitem in column visibility menu to hide column
|
|
43
21
|
TBL_COL_VISBILITY_MENUITEM_HIDE=Spalte ausblenden
|
|
44
22
|
|
|
45
|
-
#XTOL: tooltip for row selection
|
|
46
23
|
TBL_ROW_SELECT=Zum Ausw\u00E4hlen klicken
|
|
47
|
-
#XTOL: tooltip for row deselection
|
|
48
24
|
TBL_ROW_DESELECT=Klicken, um die Auswahl aufzuheben
|
|
49
|
-
#XTOL: tooltip for row selection in multi toggle selection mode
|
|
50
25
|
TBL_ROW_SELECT_MULTI_TOGGLE=Klicken Sie, um die Zeile zu markieren, oder klicken Sie mit UMSCHALT, um mehrere Zeilen zu markieren
|
|
51
26
|
|
|
52
|
-
#XACT: accessibilty description for a table with enabled mutli-selection for rows (for the ScreenReader)
|
|
53
27
|
TBL_TABLE_SELECTION_MULTI=Tabelle mit aktivierter Mehrfachauswahl
|
|
54
|
-
#XACT: accessibilty description for a table with enabled single-selection for rows (for the ScreenReader)
|
|
55
28
|
TBL_TABLE_SELECTION_SINGLE=Tabelle mit aktivierter Einzelauswahl
|
|
56
29
|
|
|
57
|
-
#XACT: accessibilty description for an invalid table (for the ScreenReader)
|
|
58
30
|
TBL_TABLE_INVALID=Ung\u00FCltige Tabelle
|
|
59
31
|
|
|
60
|
-
#XACT: accessibilty description for count of rows and columns
|
|
61
32
|
TBL_DATA_ROWS_COLS=Tabelle enth\u00E4lt {0} Zeilen und {1} Spalten
|
|
62
33
|
|
|
63
|
-
#XACT: accessibilty description for row selection via keyboard
|
|
64
34
|
TBL_ROW_SELECT_KEY=Um Zeile auszuw\u00E4hlen, Leertaste dr\u00FCcken
|
|
65
|
-
#XACT: accessibilty description for row deselection via keyboard
|
|
66
35
|
TBL_ROW_DESELECT_KEY=Um Auswahl aufzuheben, Leertaste dr\u00FCcken
|
|
67
36
|
|
|
68
|
-
#XMSG: Table content text when no controls are rendered
|
|
69
37
|
TBL_NO_DATA=Keine Daten
|
|
70
38
|
|
|
71
|
-
#XTOL: Tooltip for the select all row header
|
|
72
39
|
TBL_SELECT_ALL=Alle markieren
|
|
73
|
-
#XTOL: Tooltip for the select all row header
|
|
74
40
|
TBL_DESELECT_ALL=Alle Markierungen l\u00F6schen
|
|
75
41
|
|
|
76
|
-
#XACT: accessibilty description for toggling the edit mode on a cell via keyboard
|
|
77
42
|
TBL_TOGGLE_EDIT_KEY=Um in eine Tabellenzelle zu springen, F2 dr\u00FCcken
|
|
78
43
|
|
|
79
|
-
#XTOL: Expand a tree table node
|
|
80
44
|
TBL_EXPAND=Knoten expandieren
|
|
81
45
|
|
|
82
|
-
#XTOL: Collapse a tree table node
|
|
83
46
|
TBL_COLLAPSE=Knoten komprimieren
|
|
84
47
|
|
|
85
|
-
#XTOL: Tree Leaf Node
|
|
86
48
|
TBL_LEAF=Knoten
|
|
87
49
|
|
|
88
|
-
#XMIT: Menuitem to sum
|
|
89
50
|
TBL_TOTAL=Gesamt
|
|
90
51
|
|
|
91
|
-
#XACT: accessability description for table grand total row
|
|
92
52
|
TBL_GRAND_TOTAL_ROW=Gesamtsumme
|
|
93
53
|
|
|
94
|
-
#XACT: accessability description for group totals
|
|
95
54
|
TBL_GROUP_TOTAL_ROW=Summe f\u00FCr Gruppe
|
|
96
55
|
|
|
97
|
-
#XACT: accessibilty description fixed columns
|
|
98
56
|
TBL_FIXED_COLUMN=Festspalte
|
|
99
57
|
|
|
100
|
-
#XACT: accessibility description for focused row count
|
|
101
58
|
TBL_ROW_ROWCOUNT=Zeile {0} von {1}
|
|
102
59
|
|
|
103
|
-
#XACT: accessibility description for focused column count
|
|
104
60
|
TBL_COL_COLCOUNT=Spalte {0} von {1}
|
|
105
61
|
|
|
106
|
-
#XACT: accessibility label for a row header cell
|
|
107
62
|
TBL_ROW_HEADER_LABEL=Zeilen-Header
|
|
108
63
|
|
|
109
|
-
#XACT: accessibility label for a column row header cell (cell on the top left of the table)
|
|
110
64
|
TBL_ROW_COL_HEADER_LABEL=Header-Zeile f\u00FCr Spalten
|
|
111
65
|
|
|
112
|
-
#XACT: accessibility label for a grouping row
|
|
113
66
|
TBL_ROW_GROUP_LABEL=Gruppenzeile
|
|
114
67
|
|
|
115
|
-
#XACT: accessibility description for a selected row
|
|
116
68
|
TBL_ROW_DESC_SELECTED=Ausgew\u00E4hlte Zeile
|
|
117
69
|
|
|
118
|
-
#XACT: accessibility description for a column when menu is available
|
|
119
70
|
TBL_COL_DESC_MENU=Men\u00FC vorhanden
|
|
120
71
|
|
|
121
|
-
#XACT: accessibility description for a filtered column
|
|
122
72
|
TBL_COL_DESC_FILTERED=Gefiltert
|
|
123
73
|
|
|
124
|
-
#XACT: accessibility description for a sorted column
|
|
125
74
|
TBL_COL_DESC_SORTED_ASC=Aufsteigend sortiert
|
|
126
75
|
|
|
127
|
-
#XACT: accessibility description for a sorted column
|
|
128
76
|
TBL_COL_DESC_SORTED_DES=Absteigend sortiert
|
|
129
77
|
|
|
130
|
-
#XACT: accessibility description of how many columns are spanned by a column header
|
|
131
78
|
TBL_COL_DESC_SPAN=Umfasst {0} Spalten
|
|
132
79
|
|
|
133
|
-
#XACT: state which should be announced by screenreaders if the element in a table cell is disabled
|
|
134
80
|
TBL_CTRL_STATE_DISABLED=Deaktiviert
|
|
135
81
|
|
|
136
|
-
#XACT: state which should be announced by screenreaders if the element in a table cell is readonly
|
|
137
82
|
TBL_CTRL_STATE_READONLY=Schreibgesch\u00FCtzt
|
|
138
83
|
|
|
139
|
-
#XTIT: Title of the Row Action Column
|
|
140
84
|
TBL_ROW_ACTION_COLUMN_LABEL=Zeilenaktionen
|
|
141
85
|
|
|
142
|
-
#XACT: Screenreader should announce when no actions are available
|
|
143
86
|
TBL_ROW_ACTION_NO_ACTION=Keine Aktionen verf\u00FCgbar
|
|
144
87
|
|
|
145
|
-
#XACT: Screenreader should announce when a action is available
|
|
146
88
|
TBL_ROW_ACTION_SINGLE_ACTION=1 Aktion verf\u00FCgbar
|
|
147
89
|
|
|
148
|
-
#XACT: Screenreader should announce when several actions are available
|
|
149
90
|
TBL_ROW_ACTION_MULTIPLE_ACTION={0} verf\u00FCgbare Aktionen
|
|
150
91
|
|
|
151
|
-
#XTOL: Tooltip for Navigation Action Icon in Table Row
|
|
152
92
|
TBL_ROW_ACTION_NAVIGATE=Details
|
|
153
93
|
|
|
154
|
-
#XTOL: Tooltip for Delete Action Icon in Table Row
|
|
155
94
|
TBL_ROW_ACTION_DELETE=L\u00F6schen
|
|
156
95
|
|
|
157
|
-
#XTOL: Tooltip for More Actions Icon in Table Row
|
|
158
96
|
TBL_ROW_ACTION_MORE=Mehr
|
|
159
97
|
|
|
160
|
-
#XACT: ARIA announcement for the information state of the table row
|
|
161
98
|
TBL_ROW_STATE_INFORMATION=Information
|
|
162
99
|
|
|
163
|
-
#XACT: ARIA announcement for the error state of the table row
|
|
164
100
|
TBL_ROW_STATE_ERROR=Fehler
|
|
165
101
|
|
|
166
|
-
#XACT: ARIA announcement for the warning state of the table row
|
|
167
102
|
TBL_ROW_STATE_WARNING=Warnung
|
|
168
103
|
|
|
169
|
-
#XACT: ARIA announcement for the success state of the table row
|
|
170
104
|
TBL_ROW_STATE_SUCCESS=Erfolg
|
|
171
105
|
|
|
172
|
-
#XACT: accessibilty description for expanding the table row via keyboard
|
|
173
106
|
TBL_ROW_EXPAND_KEY=Zum Expandieren einer Zeile dr\u00FCcken Sie die Leertaste.
|
|
174
107
|
|
|
175
|
-
#XACT: accessibilty description for collapsing the table row via keyboard
|
|
176
108
|
TBL_ROW_COLLAPSE_KEY=Zum Komprimieren einer Zeile dr\u00FCcken Sie die Leertaste.
|
|
177
109
|
|
|
178
|
-
#XBUT: Text of the apply button to save the data entered in the "creation row", a form in the table for creating new rows.
|
|
179
110
|
TBL_CREATIONROW_APPLY=Anwenden
|
|
180
111
|
|
|
181
|
-
#XACT: Accessibilty label for the table creation row
|
|
182
112
|
TBL_CREATEROW_LABEL=Neuen Tabelleneintrag anlegen
|
|
183
113
|
|
|
184
|
-
#XTIT: Title of the message popover on the last selected item, when the selection was limited
|
|
185
114
|
TBL_SELECT_LIMIT_TITLE=Selektionsgrenze
|
|
186
115
|
|
|
187
|
-
#XMSG: Message popover on the last selected item, when the selection was limited
|
|
188
116
|
TBL_SELECT_LIMIT=Sie k\u00F6nnen in dieser Tabelle Ihrer Auswahl nicht mehr als {0} Elemente auf einmal hinzuf\u00FCgen.\n\nSie k\u00F6nnen nacheinander beliebige Male Ihrer Auswahl Elemente hinzuf\u00FCgen, aber f\u00FCr jeweils eine Auswahl k\u00F6nnen nur {0} Element hinzugef\u00FCgt werden.
|
|
@@ -1,188 +1,116 @@
|
|
|
1
|
-
#This is the resource bundle for the sap.ui.table library
|
|
2
|
-
#
|
|
3
1
|
|
|
4
|
-
#XMIT: Menuitem to filter
|
|
5
2
|
TBL_FILTER=\u03A6\u03AF\u03BB\u03C4\u03C1\u03BF
|
|
6
|
-
#XMIT: Menuitem to e.g. open a filter dialog
|
|
7
3
|
TBL_FILTER_ITEM=\u03A6\u03AF\u03BB\u03C4\u03C1\u03BF...
|
|
8
|
-
#XMIT: Menuitem to sort descending
|
|
9
4
|
TBL_SORT_ASC=\u03A4\u03B1\u03BE\u03B9\u03BD\u03CC\u03BC\u03B7\u03C3\u03B7 \u03C3\u03B5 \u0391\u03CD\u03BE\u03BF\u03C5\u03C3\u03B1 \u03A3\u03B5\u03B9\u03C1\u03AC
|
|
10
|
-
#XMIT: Menuitem to sort descending
|
|
11
5
|
TBL_SORT_DESC=\u03A4\u03B1\u03BE\u03B9\u03BD\u03CC\u03BC\u03B7\u03C3\u03B7 \u03C3\u03B5 \u03A6\u03B8\u03AF\u03BD\u03BF\u03C5\u03C3\u03B1 \u03A3\u03B5\u03B9\u03C1\u03AC
|
|
12
|
-
#XMIT: Menuitem to group the column by its values
|
|
13
6
|
TBL_GROUP=\u039F\u03BC\u03AC\u03B4\u03B1
|
|
14
|
-
#XMIT: Menuitem to ungroup the column
|
|
15
7
|
TBL_UNGROUP=\u039A\u03B1\u03C4\u03AC\u03C1\u03B3\u03B7\u03C3\u03B7 \u03BF\u03BC\u03B1\u03B4\u03BF\u03C0\u03BF\u03AF\u03B7\u03C3\u03B7\u03C2
|
|
16
|
-
#XMIT: Menuitem to ungroup all columns
|
|
17
8
|
TBL_UNGROUP_ALL=\u039A\u03B1\u03C4\u03AC\u03C1\u03B3\u03B7\u03C3\u03B7 \u039F\u03BB\u03C9\u03BD \u03C4\u03C9\u03BD \u039F\u03BC\u03B1\u03B4\u03BF\u03C0\u03BF\u03B9\u03AE\u03C3\u03B5\u03C9\u03BD
|
|
18
|
-
#XMIT: Menuitem to show the column visibility menu
|
|
19
9
|
TBL_COLUMNS=\u03A3\u03C4\u03AE\u03BB\u03B5\u03C2
|
|
20
|
-
#XMIT: Menuitem to freeze the columns till the current one
|
|
21
10
|
TBL_FREEZE=\u0394\u03AD\u03C3\u03BC.
|
|
22
|
-
#XMIT: Menuitem to unfreeze the columns
|
|
23
11
|
TBL_UNFREEZE=\u0391\u03C0\u03BF\u03B4\u03AD\u03C3\u03BC.
|
|
24
|
-
#XMIT: Menuitem to move a group up one level
|
|
25
12
|
TBL_MOVE_UP=\u039C\u03B5\u03C4\u03B1\u03BA\u03AF\u03BD\u03B7\u03C3\u03B7 \u03A0\u03AC\u03BD\u03C9
|
|
26
|
-
#XMIT: Menuitem to move a group down one level
|
|
27
13
|
TBL_MOVE_DOWN=\u039C\u03B5\u03C4\u03B1\u03BA\u03AF\u03BD\u03B7\u03C3\u03B7 \u039A\u03AC\u03C4\u03C9
|
|
28
|
-
#XMIT: Menuitem to expand all groups in a specific level
|
|
29
14
|
TBL_EXPAND_LEVEL=\u0395\u03C0\u03AD\u03BA\u03C4\u03B1\u03C3\u03B7 \u0395\u03C0\u03B9\u03C0\u03AD\u03B4\u03BF\u03C5
|
|
30
|
-
#XMIT: Menuitem to collapse all groups in a specific level
|
|
31
15
|
TBL_COLLAPSE_LEVEL=\u03A3\u03CD\u03BC\u03C0\u03C4\u03C5\u03BE\u03B7 \u0395\u03C0\u03B9\u03C0\u03AD\u03B4\u03BF\u03C5
|
|
32
|
-
#XMIT: Menuitem to expand all groups
|
|
33
16
|
TBL_EXPAND_ALL=\u0395\u03C0\u03AD\u03BA\u03C4\u03B1\u03C3\u03B7 \u039F\u03BB\u03C9\u03BD
|
|
34
|
-
#XMIT: Menuitem to collapse all open groups
|
|
35
17
|
TBL_COLLAPSE_ALL=\u03A3\u03CD\u03BC\u03C0\u03C4\u03C5\u03BE\u03B7 \u039F\u03BB\u03C9\u03BD
|
|
36
|
-
#XMIT: Menuitem to set grouped column visible
|
|
37
18
|
TBL_SHOW_COLUMN=\u0395\u03BC\u03C6\u03AC\u03BD\u03B9\u03C3\u03B7
|
|
38
|
-
#XMIT: Menuitem to hide grouped column
|
|
39
19
|
TBL_HIDE_COLUMN=\u0391\u03C0\u03CC\u03BA\u03C1\u03C5\u03C8\u03B7
|
|
40
|
-
#XMIT: Menuitem in column visibility menu to set column visible
|
|
41
20
|
TBL_COL_VISBILITY_MENUITEM_SHOW=\u0395\u03BC\u03C6\u03AC\u03BD\u03B9\u03C3\u03B7 \u03A3\u03C4\u03AE\u03BB\u03B7\u03C2
|
|
42
|
-
#XMIT: Menuitem in column visibility menu to hide column
|
|
43
21
|
TBL_COL_VISBILITY_MENUITEM_HIDE=\u0391\u03C0\u03CC\u03BA\u03C1\u03C5\u03C8\u03B7 \u03A3\u03C4\u03AE\u03BB\u03B7\u03C2
|
|
44
22
|
|
|
45
|
-
#XTOL: tooltip for row selection
|
|
46
23
|
TBL_ROW_SELECT=\u039A\u03AC\u03BD\u03C4\u03B5 \u039A\u03BB\u03B9\u03BA \u03B3\u03B9\u03B1 \u0395\u03C0\u03B9\u03BB\u03BF\u03B3\u03AE
|
|
47
|
-
#XTOL: tooltip for row deselection
|
|
48
24
|
TBL_ROW_DESELECT=\u039A\u03AC\u03BD\u03C4\u03B5 \u039A\u03BB\u03B9\u03BA \u03B3\u03B9\u03B1 \u0391\u03C0\u03BF\u03B5\u03C0\u03B9\u03BB\u03BF\u03B3\u03AE
|
|
49
|
-
#XTOL: tooltip for row selection in multi toggle selection mode
|
|
50
25
|
TBL_ROW_SELECT_MULTI_TOGGLE=\u039A\u03BB\u03B9\u03BA \u03B3\u03B9\u03B1 \u03B5\u03C0\u03B9\u03BB\u03BF\u03B3\u03AE \u03AE \u03C0\u03B9\u03AD\u03C3\u03C4\u03B5 SHIFT \u03BA\u03B1\u03B9 \u03BA\u03AC\u03BD\u03C4\u03B5 \u03BA\u03BB\u03B9\u03BA \u03B3\u03B9\u03B1 \u03B5\u03C0\u03B9\u03BB\u03BF\u03B3\u03AE \u03B5\u03CD\u03C1\u03BF\u03C5\u03C2
|
|
51
26
|
|
|
52
|
-
#XACT: accessibilty description for a table with enabled mutli-selection for rows (for the ScreenReader)
|
|
53
27
|
TBL_TABLE_SELECTION_MULTI=\u03A0\u03AF\u03BD\u03B1\u03BA\u03B1\u03C2 \u03A0\u03BF\u03BB\u03BB\u03B1\u03C0\u03BB\u03CE\u03BD \u0395\u03C0\u03B9\u03BB\u03BF\u03B3\u03CE\u03BD
|
|
54
|
-
#XACT: accessibilty description for a table with enabled single-selection for rows (for the ScreenReader)
|
|
55
28
|
TBL_TABLE_SELECTION_SINGLE=\u03A0\u03AF\u03BD\u03B1\u03BA\u03B1\u03C2 \u039C\u03B5\u03BC\u03BF\u03BD\u03C9\u03BC\u03AD\u03BD\u03C9\u03BD \u0395\u03C0\u03B9\u03BB\u03BF\u03B3\u03CE\u03BD
|
|
56
29
|
|
|
57
|
-
#XACT: accessibilty description for an invalid table (for the ScreenReader)
|
|
58
30
|
TBL_TABLE_INVALID=\u0391\u03BA\u03C5\u03C1\u03BF\u03C2 \u03A0\u03AF\u03BD\u03B1\u03BA\u03B1\u03C2
|
|
59
31
|
|
|
60
|
-
#XACT: accessibilty description for count of rows and columns
|
|
61
32
|
TBL_DATA_ROWS_COLS=\u03A0\u03AF\u03BD\u03B1\u03BA\u03B1\u03C2 \u03C0\u03B5\u03C1\u03B9\u03AD\u03C7\u03B5\u03B9 {0} \u03C3\u03B5\u03B9\u03C1\u03AD\u03C2 \u03BA\u03B1\u03B9 {1} \u03C3\u03C4\u03AE\u03BB\u03B5\u03C2
|
|
62
33
|
|
|
63
|
-
#XACT: accessibilty description for row selection via keyboard
|
|
64
34
|
TBL_ROW_SELECT_KEY=\u0393\u03B9\u03B1 \u03B5\u03C0\u03B9\u03BB\u03BF\u03B3\u03AE, \u03C0\u03B1\u03C4\u03AE\u03C3\u03C4\u03B5 SPACEBAR
|
|
65
|
-
#XACT: accessibilty description for row deselection via keyboard
|
|
66
35
|
TBL_ROW_DESELECT_KEY=\u0393\u03B9\u03B1 \u03B1\u03C0\u03BF\u03B5\u03C0\u03B9\u03BB\u03BF\u03B3\u03AE, \u03C0\u03B1\u03C4\u03AE\u03C3\u03C4\u03B5 SPACEBAR
|
|
67
36
|
|
|
68
|
-
#XMSG: Table content text when no controls are rendered
|
|
69
37
|
TBL_NO_DATA=\u03A7\u03C9\u03C1.\u03B4\u03B5\u03B4\u03BF\u03BC\u03AD\u03BD\u03B1
|
|
70
38
|
|
|
71
|
-
#XTOL: Tooltip for the select all row header
|
|
72
39
|
TBL_SELECT_ALL=\u0395\u03C0\u03B9\u03BB\u03BF\u03B3\u03AE \u039F\u03BB\u03C9\u03BD
|
|
73
|
-
#XTOL: Tooltip for the select all row header
|
|
74
40
|
TBL_DESELECT_ALL=\u0391\u03C0\u03BF\u03B5\u03C0\u03B9\u03BB\u03BF\u03B3\u03AE \u039F\u03BB\u03C9\u03BD
|
|
75
41
|
|
|
76
|
-
#XACT: accessibilty description for toggling the edit mode on a cell via keyboard
|
|
77
42
|
TBL_TOGGLE_EDIT_KEY=\u0393\u03B9\u03B1 \u03B5\u03B9\u03C3\u03B1\u03B3\u03C9\u03B3\u03AE \u03BA\u03B5\u03BB\u03B9\u03BF\u03CD \u03C0\u03AF\u03BD\u03B1\u03BA\u03B1, \u03C0\u03B1\u03C4\u03AE\u03C3\u03C4\u03B5 F2
|
|
78
43
|
|
|
79
|
-
#XTOL: Expand a tree table node
|
|
80
44
|
TBL_EXPAND=\u0395\u03C0\u03AD\u03BA\u03C4\u03B1\u03C3\u03B7 \u039A\u03CC\u03BC\u03B2\u03BF\u03C5
|
|
81
45
|
|
|
82
|
-
#XTOL: Collapse a tree table node
|
|
83
46
|
TBL_COLLAPSE=\u03A3\u03CD\u03BC\u03C0\u03C4\u03B7\u03BE\u03B7 \u039A\u03CC\u03BC\u03B2\u03BF\u03C5
|
|
84
47
|
|
|
85
|
-
#XTOL: Tree Leaf Node
|
|
86
48
|
TBL_LEAF=\u039A\u03CC\u03BC\u03B2\u03BF\u03C2
|
|
87
49
|
|
|
88
|
-
#XMIT: Menuitem to sum
|
|
89
50
|
TBL_TOTAL=\u03A3\u03CD\u03BD\u03BF\u03BB\u03BF
|
|
90
51
|
|
|
91
|
-
#XACT: accessability description for table grand total row
|
|
92
52
|
TBL_GRAND_TOTAL_ROW=\u03A3\u03C5\u03BD\u03BF\u03BB\u03B9\u03BA\u03CC \u03A0\u03BF\u03C3\u03CC
|
|
93
53
|
|
|
94
|
-
#XACT: accessability description for group totals
|
|
95
54
|
TBL_GROUP_TOTAL_ROW=\u03A3\u03CD\u03BD\u03BF\u03BB\u03B1 \u03B3\u03B9\u03B1 \u039F\u03BC\u03AC\u03B4\u03B1
|
|
96
55
|
|
|
97
|
-
#XACT: accessibilty description fixed columns
|
|
98
56
|
TBL_FIXED_COLUMN=\u03A0\u03AC\u03B3\u03B9\u03B1 \u03A3\u03C4\u03AE\u03BB\u03B7
|
|
99
57
|
|
|
100
|
-
#XACT: accessibility description for focused row count
|
|
101
58
|
TBL_ROW_ROWCOUNT=\u03A3\u03B5\u03B9\u03C1\u03AC{0} \u03C4\u03BF\u03C5 {1}
|
|
102
59
|
|
|
103
|
-
#XACT: accessibility description for focused column count
|
|
104
60
|
TBL_COL_COLCOUNT=\u03A3\u03C4\u03AE\u03BB\u03B7 {0} \u03C4\u03BF\u03C5 {1}
|
|
105
61
|
|
|
106
|
-
#XACT: accessibility label for a row header cell
|
|
107
62
|
TBL_ROW_HEADER_LABEL=\u039A\u03B5\u03C6\u03B1\u03BB\u03AF\u03B4\u03B1 \u03A3\u03B5\u03B9\u03C1\u03AC\u03C2
|
|
108
63
|
|
|
109
|
-
#XACT: accessibility label for a column row header cell (cell on the top left of the table)
|
|
110
64
|
TBL_ROW_COL_HEADER_LABEL=\u039A\u03B5\u03C6\u03B1\u03BB\u03AF\u03B4\u03B1 \u03A3\u03B5\u03B9\u03C1\u03AC\u03C2 \u03A3\u03C4\u03AE\u03BB\u03B7\u03C2
|
|
111
65
|
|
|
112
|
-
#XACT: accessibility label for a grouping row
|
|
113
66
|
TBL_ROW_GROUP_LABEL=\u03A3\u03B5\u03B9\u03C1\u03AC \u039F\u03BC\u03AC\u03B4\u03B1\u03C2
|
|
114
67
|
|
|
115
|
-
#XACT: accessibility description for a selected row
|
|
116
68
|
TBL_ROW_DESC_SELECTED=\u03A3\u03B5\u03B9\u03C1\u03AC \u0395\u03C0\u03B9\u03BB\u03AD\u03C7\u03B8\u03B7\u03BA\u03B5
|
|
117
69
|
|
|
118
|
-
#XACT: accessibility description for a column when menu is available
|
|
119
70
|
TBL_COL_DESC_MENU=\u0394\u03B9\u03B1\u03B8\u03AD\u03C3\u03B9\u03BC\u03BF \u039C\u03B5\u03BD\u03BF\u03CD
|
|
120
71
|
|
|
121
|
-
#XACT: accessibility description for a filtered column
|
|
122
72
|
TBL_COL_DESC_FILTERED=\u03A6\u03B9\u03BB\u03C4\u03C1\u03B1\u03C1\u03AF\u03C3\u03C4\u03B7\u03BA\u03B5
|
|
123
73
|
|
|
124
|
-
#XACT: accessibility description for a sorted column
|
|
125
74
|
TBL_COL_DESC_SORTED_ASC=\u0391\u03CD\u03BE\u03BF\u03C5\u03C3\u03B1 \u03A4\u03B1\u03BE\u03B9\u03BD\u03CC\u03BC\u03B7\u03C3\u03B7
|
|
126
75
|
|
|
127
|
-
#XACT: accessibility description for a sorted column
|
|
128
76
|
TBL_COL_DESC_SORTED_DES=\u03A6\u03B8\u03AF\u03BD\u03BF\u03C5\u03C3\u03B1 \u03A4\u03B1\u03BE\u03B9\u03BD\u03CC\u03BC\u03B7\u03C3\u03B7
|
|
129
77
|
|
|
130
|
-
#XACT: accessibility description of how many columns are spanned by a column header
|
|
131
78
|
TBL_COL_DESC_SPAN=\u0394\u03B9\u03B1\u03C3\u03C4\u03AE\u03BC\u03B1\u03C4\u03B1 {0} \u03C3\u03C4\u03B7\u03BB\u03CE\u03BD
|
|
132
79
|
|
|
133
|
-
#XACT: state which should be announced by screenreaders if the element in a table cell is disabled
|
|
134
80
|
TBL_CTRL_STATE_DISABLED=\u0391\u03C0\u03B5\u03BD\u03B5\u03C1\u03B3\u03BF\u03C0\u03BF\u03B9\u03B7\u03BC\u03AD\u03BD\u03BF
|
|
135
81
|
|
|
136
|
-
#XACT: state which should be announced by screenreaders if the element in a table cell is readonly
|
|
137
82
|
TBL_CTRL_STATE_READONLY=\u0391\u03BD\u03AC\u03B3\u03BD\u03C9\u03C3\u03B7 \u039C\u03CC\u03BD\u03BF
|
|
138
83
|
|
|
139
|
-
#XTIT: Title of the Row Action Column
|
|
140
84
|
TBL_ROW_ACTION_COLUMN_LABEL=\u0395\u03BD\u03AD\u03C1\u03B3\u03B5\u03B9\u03B5\u03C2 \u03A3\u03B5\u03B9\u03C1\u03AC\u03C2
|
|
141
85
|
|
|
142
|
-
#XACT: Screenreader should announce when no actions are available
|
|
143
86
|
TBL_ROW_ACTION_NO_ACTION=\u039C\u03B7 \u03B4\u03B9\u03B1\u03B8\u03AD\u03C3\u03B9\u03BC\u03B5\u03C2 \u03B5\u03BD\u03AD\u03C1\u03B3\u03B5\u03B9\u03B5\u03C2
|
|
144
87
|
|
|
145
|
-
#XACT: Screenreader should announce when a action is available
|
|
146
88
|
TBL_ROW_ACTION_SINGLE_ACTION=1 \u03B5\u03BD\u03AD\u03C1\u03B3\u03B5\u03B9\u03B1 \u03B4\u03B9\u03B1\u03B8\u03AD\u03C3\u03B9\u03BC\u03B7
|
|
147
89
|
|
|
148
|
-
#XACT: Screenreader should announce when several actions are available
|
|
149
90
|
TBL_ROW_ACTION_MULTIPLE_ACTION={0} \u03B5\u03BD\u03AD\u03C1\u03B3\u03B5\u03B9\u03B5\u03C2 \u03B4\u03B9\u03B1\u03B8\u03AD\u03C3\u03B9\u03BC\u03B5\u03C2
|
|
150
91
|
|
|
151
|
-
#XTOL: Tooltip for Navigation Action Icon in Table Row
|
|
152
92
|
TBL_ROW_ACTION_NAVIGATE=\u039B\u03B5\u03C0\u03C4\u03BF\u03BC\u03AD\u03C1\u03B5\u03B9\u03B5\u03C2
|
|
153
93
|
|
|
154
|
-
#XTOL: Tooltip for Delete Action Icon in Table Row
|
|
155
94
|
TBL_ROW_ACTION_DELETE=\u0394\u03B9\u03B1\u03B3\u03C1\u03B1\u03C6\u03AE
|
|
156
95
|
|
|
157
|
-
#XTOL: Tooltip for More Actions Icon in Table Row
|
|
158
96
|
TBL_ROW_ACTION_MORE=\u03A0\u03B5\u03C1\u03B9\u03C3\u03C3\u03CC\u03C4\u03B5\u03C1\u03B1
|
|
159
97
|
|
|
160
|
-
#XACT: ARIA announcement for the information state of the table row
|
|
161
98
|
TBL_ROW_STATE_INFORMATION=\u03A0\u03BB\u03B7\u03C1\u03BF\u03C6\u03BF\u03C1\u03AF\u03B5\u03C2
|
|
162
99
|
|
|
163
|
-
#XACT: ARIA announcement for the error state of the table row
|
|
164
100
|
TBL_ROW_STATE_ERROR=\u03A3\u03C6\u03AC\u03BB\u03BC\u03B1
|
|
165
101
|
|
|
166
|
-
#XACT: ARIA announcement for the warning state of the table row
|
|
167
102
|
TBL_ROW_STATE_WARNING=\u03A0\u03C1\u03BF\u03B5\u03B9\u03B4\u03BF\u03C0\u03BF\u03AF\u03B7\u03C3\u03B7
|
|
168
103
|
|
|
169
|
-
#XACT: ARIA announcement for the success state of the table row
|
|
170
104
|
TBL_ROW_STATE_SUCCESS=\u0395\u03C0\u03B9\u03C4\u03C5\u03C7\u03AF\u03B1
|
|
171
105
|
|
|
172
|
-
#XACT: accessibilty description for expanding the table row via keyboard
|
|
173
106
|
TBL_ROW_EXPAND_KEY=\u0393\u03B9\u03B1 \u03BD\u03B1 \u03B5\u03C0\u03B5\u03BA\u03C4\u03B5\u03AF\u03BD\u03B5\u03C4\u03B5 \u03BC\u03B9\u03B1 \u03C3\u03B5\u03B9\u03C1\u03AC, \u03C0\u03B1\u03C4\u03AE\u03C3\u03C4\u03B5 \u03C4\u03BF \u03C0\u03BB\u03AE\u03BA\u03C4\u03C1\u03BF \u03B4\u03B9\u03B1\u03C3\u03C4\u03AE\u03BC\u03B1\u03C4\u03BF\u03C2
|
|
174
107
|
|
|
175
|
-
#XACT: accessibilty description for collapsing the table row via keyboard
|
|
176
108
|
TBL_ROW_COLLAPSE_KEY=\u0393\u03B9\u03B1 \u03BD\u03B1 \u03C3\u03C5\u03BC\u03C0\u03C4\u03CD\u03BE\u03B5\u03C4\u03B5 \u03BC\u03B9\u03B1 \u03C3\u03B5\u03B9\u03C1\u03AC, \u03C0\u03B1\u03C4\u03AE\u03C3\u03C4\u03B5 \u03C4\u03BF \u03C0\u03BB\u03AE\u03BA\u03C4\u03C1\u03BF \u03B4\u03B9\u03B1\u03C3\u03C4\u03AE\u03BC\u03B1\u03C4\u03BF\u03C2
|
|
177
109
|
|
|
178
|
-
#XBUT: Text of the apply button to save the data entered in the "creation row", a form in the table for creating new rows.
|
|
179
110
|
TBL_CREATIONROW_APPLY=\u0395\u03C6\u03B1\u03C1\u03BC\u03BF\u03B3\u03AE
|
|
180
111
|
|
|
181
|
-
#XACT: Accessibilty label for the table creation row
|
|
182
112
|
TBL_CREATEROW_LABEL=\u0394\u03B7\u03BC\u03B9\u03BF\u03C5\u03C1\u03B3\u03AF\u03B1 \u03BD\u03AD\u03B1\u03C2 \u03BA\u03B1\u03C4\u03B1\u03C7\u03CE\u03C1\u03B9\u03C3\u03B7\u03C2 \u03C0\u03AF\u03BD\u03B1\u03BA\u03B1
|
|
183
113
|
|
|
184
|
-
#XTIT: Title of the message popover on the last selected item, when the selection was limited
|
|
185
114
|
TBL_SELECT_LIMIT_TITLE=\u039F\u03C1\u03B9\u03BF \u0395\u03C0\u03B9\u03BB\u03BF\u03B3\u03AE\u03C2
|
|
186
115
|
|
|
187
|
-
#XMSG: Message popover on the last selected item, when the selection was limited
|
|
188
116
|
TBL_SELECT_LIMIT=\u03A3\u03B5 \u03B1\u03C5\u03C4\u03BF\u03BD \u03C4\u03BF\u03BD \u03C0\u03AF\u03BD\u03B1\u03BA\u03B1, \u03B4\u03B5\u03BD \u03BC\u03C0\u03BF\u03C1\u03B5\u03AF\u03C4\u03B5 \u03BD\u03B1 \u03C0\u03C1\u03BF\u03C3\u03B8\u03AD\u03C3\u03B5\u03C4\u03B5 \u03C0\u03B5\u03C1\u03B9\u03C3\u03C3\u03CC\u03C4\u03B5\u03C1\u03B1 \u03B1\u03C0\u03CC {0} \u03B5\u03AF\u03B4\u03B7 \u03C3\u03C4\u03B7\u03BD \u03B5\u03C0\u03B9\u03BB\u03BF\u03B3\u03AE \u03C3\u03B1\u03C2 \u03BA\u03AC\u03B8\u03B5 \u03C6\u03BF\u03C1\u03AC.\n\n\u039C\u03C0\u03BF\u03C1\u03B5\u03AF\u03C4\u03B5 \u03BD\u03B1 \u03C3\u03C5\u03BD\u03B5\u03C7\u03AF\u03C3\u03B5\u03C4\u03B5 \u03BD\u03B1 \u03C0\u03C1\u03BF\u03C3\u03B8\u03AD\u03C4\u03B5\u03C4\u03B5 \u03C3\u03C4\u03B7\u03BD \u03B5\u03C0\u03B9\u03BB\u03BF\u03B3\u03AE \u03C3\u03B1\u03C2 \u03CC\u03C3\u03BF \u03C3\u03C5\u03C7\u03BD\u03AC \u03B8\u03AD\u03BB\u03B5\u03C4\u03B5, \u03B1\u03BB\u03BB\u03AC \u03BC\u03CC\u03BD\u03BF {0} \u03B5\u03AF\u03B4\u03B7 \u03BC\u03C0\u03BF\u03C1\u03BF\u03CD\u03BD \u03BD\u03B1 \u03B5\u03C0\u03B9\u03BB\u03B5\u03C7\u03C4\u03BF\u03CD\u03BD \u03BA\u03AC\u03B8\u03B5 \u03C6\u03BF\u03C1\u03AC.
|
|
@@ -1,188 +1,116 @@
|
|
|
1
|
-
#This is the resource bundle for the sap.ui.table library
|
|
2
|
-
#
|
|
3
1
|
|
|
4
|
-
#XMIT: Menuitem to filter
|
|
5
2
|
TBL_FILTER=Filter
|
|
6
|
-
#XMIT: Menuitem to e.g. open a filter dialog
|
|
7
3
|
TBL_FILTER_ITEM=Filter...
|
|
8
|
-
#XMIT: Menuitem to sort descending
|
|
9
4
|
TBL_SORT_ASC=Sort Ascending
|
|
10
|
-
#XMIT: Menuitem to sort descending
|
|
11
5
|
TBL_SORT_DESC=Sort Descending
|
|
12
|
-
#XMIT: Menuitem to group the column by its values
|
|
13
6
|
TBL_GROUP=Group
|
|
14
|
-
#XMIT: Menuitem to ungroup the column
|
|
15
7
|
TBL_UNGROUP=Ungroup
|
|
16
|
-
#XMIT: Menuitem to ungroup all columns
|
|
17
8
|
TBL_UNGROUP_ALL=Ungroup All
|
|
18
|
-
#XMIT: Menuitem to show the column visibility menu
|
|
19
9
|
TBL_COLUMNS=Columns
|
|
20
|
-
#XMIT: Menuitem to freeze the columns till the current one
|
|
21
10
|
TBL_FREEZE=Freeze
|
|
22
|
-
#XMIT: Menuitem to unfreeze the columns
|
|
23
11
|
TBL_UNFREEZE=Unfreeze
|
|
24
|
-
#XMIT: Menuitem to move a group up one level
|
|
25
12
|
TBL_MOVE_UP=Move Up
|
|
26
|
-
#XMIT: Menuitem to move a group down one level
|
|
27
13
|
TBL_MOVE_DOWN=Move Down
|
|
28
|
-
#XMIT: Menuitem to expand all groups in a specific level
|
|
29
14
|
TBL_EXPAND_LEVEL=Expand Level
|
|
30
|
-
#XMIT: Menuitem to collapse all groups in a specific level
|
|
31
15
|
TBL_COLLAPSE_LEVEL=Collapse Level
|
|
32
|
-
#XMIT: Menuitem to expand all groups
|
|
33
16
|
TBL_EXPAND_ALL=Expand All
|
|
34
|
-
#XMIT: Menuitem to collapse all open groups
|
|
35
17
|
TBL_COLLAPSE_ALL=Collapse All
|
|
36
|
-
#XMIT: Menuitem to set grouped column visible
|
|
37
18
|
TBL_SHOW_COLUMN=Show
|
|
38
|
-
#XMIT: Menuitem to hide grouped column
|
|
39
19
|
TBL_HIDE_COLUMN=Hide
|
|
40
|
-
#XMIT: Menuitem in column visibility menu to set column visible
|
|
41
20
|
TBL_COL_VISBILITY_MENUITEM_SHOW=Show Column
|
|
42
|
-
#XMIT: Menuitem in column visibility menu to hide column
|
|
43
21
|
TBL_COL_VISBILITY_MENUITEM_HIDE=Hide Column
|
|
44
22
|
|
|
45
|
-
#XTOL: tooltip for row selection
|
|
46
23
|
TBL_ROW_SELECT=Click to Select
|
|
47
|
-
#XTOL: tooltip for row deselection
|
|
48
24
|
TBL_ROW_DESELECT=Click to Deselect
|
|
49
|
-
#XTOL: tooltip for row selection in multi toggle selection mode
|
|
50
25
|
TBL_ROW_SELECT_MULTI_TOGGLE=Click to select or press SHIFT and click to select a range
|
|
51
26
|
|
|
52
|
-
#XACT: accessibilty description for a table with enabled mutli-selection for rows (for the ScreenReader)
|
|
53
27
|
TBL_TABLE_SELECTION_MULTI=Multi-Selection Table
|
|
54
|
-
#XACT: accessibilty description for a table with enabled single-selection for rows (for the ScreenReader)
|
|
55
28
|
TBL_TABLE_SELECTION_SINGLE=Single-Selection Table
|
|
56
29
|
|
|
57
|
-
#XACT: accessibilty description for an invalid table (for the ScreenReader)
|
|
58
30
|
TBL_TABLE_INVALID=Invalid Table
|
|
59
31
|
|
|
60
|
-
#XACT: accessibilty description for count of rows and columns
|
|
61
32
|
TBL_DATA_ROWS_COLS=Table contains {0} rows and {1} columns
|
|
62
33
|
|
|
63
|
-
#XACT: accessibilty description for row selection via keyboard
|
|
64
34
|
TBL_ROW_SELECT_KEY=To select row, press SPACEBAR
|
|
65
|
-
#XACT: accessibilty description for row deselection via keyboard
|
|
66
35
|
TBL_ROW_DESELECT_KEY=To deselect row, press SPACEBAR
|
|
67
36
|
|
|
68
|
-
#XMSG: Table content text when no controls are rendered
|
|
69
37
|
TBL_NO_DATA=No data
|
|
70
38
|
|
|
71
|
-
#XTOL: Tooltip for the select all row header
|
|
72
39
|
TBL_SELECT_ALL=Select All
|
|
73
|
-
#XTOL: Tooltip for the select all row header
|
|
74
40
|
TBL_DESELECT_ALL=Deselect All
|
|
75
41
|
|
|
76
|
-
#XACT: accessibilty description for toggling the edit mode on a cell via keyboard
|
|
77
42
|
TBL_TOGGLE_EDIT_KEY=To enter a table cell, press F2
|
|
78
43
|
|
|
79
|
-
#XTOL: Expand a tree table node
|
|
80
44
|
TBL_EXPAND=Expand Node
|
|
81
45
|
|
|
82
|
-
#XTOL: Collapse a tree table node
|
|
83
46
|
TBL_COLLAPSE=Collapse Node
|
|
84
47
|
|
|
85
|
-
#XTOL: Tree Leaf Node
|
|
86
48
|
TBL_LEAF=Node
|
|
87
49
|
|
|
88
|
-
#XMIT: Menuitem to sum
|
|
89
50
|
TBL_TOTAL=Total
|
|
90
51
|
|
|
91
|
-
#XACT: accessability description for table grand total row
|
|
92
52
|
TBL_GRAND_TOTAL_ROW=Total Sum
|
|
93
53
|
|
|
94
|
-
#XACT: accessability description for group totals
|
|
95
54
|
TBL_GROUP_TOTAL_ROW=Totals for Group
|
|
96
55
|
|
|
97
|
-
#XACT: accessibilty description fixed columns
|
|
98
56
|
TBL_FIXED_COLUMN=Fixed Column
|
|
99
57
|
|
|
100
|
-
#XACT: accessibility description for focused row count
|
|
101
58
|
TBL_ROW_ROWCOUNT=Row {0} of {1}
|
|
102
59
|
|
|
103
|
-
#XACT: accessibility description for focused column count
|
|
104
60
|
TBL_COL_COLCOUNT=Column {0} of {1}
|
|
105
61
|
|
|
106
|
-
#XACT: accessibility label for a row header cell
|
|
107
62
|
TBL_ROW_HEADER_LABEL=Row Header
|
|
108
63
|
|
|
109
|
-
#XACT: accessibility label for a column row header cell (cell on the top left of the table)
|
|
110
64
|
TBL_ROW_COL_HEADER_LABEL=Column Row Header
|
|
111
65
|
|
|
112
|
-
#XACT: accessibility label for a grouping row
|
|
113
66
|
TBL_ROW_GROUP_LABEL=Group Row
|
|
114
67
|
|
|
115
|
-
#XACT: accessibility description for a selected row
|
|
116
68
|
TBL_ROW_DESC_SELECTED=Row Selected
|
|
117
69
|
|
|
118
|
-
#XACT: accessibility description for a column when menu is available
|
|
119
70
|
TBL_COL_DESC_MENU=Menu Available
|
|
120
71
|
|
|
121
|
-
#XACT: accessibility description for a filtered column
|
|
122
72
|
TBL_COL_DESC_FILTERED=Filtered
|
|
123
73
|
|
|
124
|
-
#XACT: accessibility description for a sorted column
|
|
125
74
|
TBL_COL_DESC_SORTED_ASC=Sorted Ascending
|
|
126
75
|
|
|
127
|
-
#XACT: accessibility description for a sorted column
|
|
128
76
|
TBL_COL_DESC_SORTED_DES=Sorted Descending
|
|
129
77
|
|
|
130
|
-
#XACT: accessibility description of how many columns are spanned by a column header
|
|
131
78
|
TBL_COL_DESC_SPAN=Spans {0} columns
|
|
132
79
|
|
|
133
|
-
#XACT: state which should be announced by screenreaders if the element in a table cell is disabled
|
|
134
80
|
TBL_CTRL_STATE_DISABLED=Disabled
|
|
135
81
|
|
|
136
|
-
#XACT: state which should be announced by screenreaders if the element in a table cell is readonly
|
|
137
82
|
TBL_CTRL_STATE_READONLY=Read Only
|
|
138
83
|
|
|
139
|
-
#XTIT: Title of the Row Action Column
|
|
140
84
|
TBL_ROW_ACTION_COLUMN_LABEL=Row Actions
|
|
141
85
|
|
|
142
|
-
#XACT: Screenreader should announce when no actions are available
|
|
143
86
|
TBL_ROW_ACTION_NO_ACTION=No actions available
|
|
144
87
|
|
|
145
|
-
#XACT: Screenreader should announce when a action is available
|
|
146
88
|
TBL_ROW_ACTION_SINGLE_ACTION=1 action available
|
|
147
89
|
|
|
148
|
-
#XACT: Screenreader should announce when several actions are available
|
|
149
90
|
TBL_ROW_ACTION_MULTIPLE_ACTION={0} actions available
|
|
150
91
|
|
|
151
|
-
#XTOL: Tooltip for Navigation Action Icon in Table Row
|
|
152
92
|
TBL_ROW_ACTION_NAVIGATE=Details
|
|
153
93
|
|
|
154
|
-
#XTOL: Tooltip for Delete Action Icon in Table Row
|
|
155
94
|
TBL_ROW_ACTION_DELETE=Delete
|
|
156
95
|
|
|
157
|
-
#XTOL: Tooltip for More Actions Icon in Table Row
|
|
158
96
|
TBL_ROW_ACTION_MORE=More
|
|
159
97
|
|
|
160
|
-
#XACT: ARIA announcement for the information state of the table row
|
|
161
98
|
TBL_ROW_STATE_INFORMATION=Information
|
|
162
99
|
|
|
163
|
-
#XACT: ARIA announcement for the error state of the table row
|
|
164
100
|
TBL_ROW_STATE_ERROR=Error
|
|
165
101
|
|
|
166
|
-
#XACT: ARIA announcement for the warning state of the table row
|
|
167
102
|
TBL_ROW_STATE_WARNING=Warning
|
|
168
103
|
|
|
169
|
-
#XACT: ARIA announcement for the success state of the table row
|
|
170
104
|
TBL_ROW_STATE_SUCCESS=Success
|
|
171
105
|
|
|
172
|
-
#XACT: accessibilty description for expanding the table row via keyboard
|
|
173
106
|
TBL_ROW_EXPAND_KEY=To expand a row, press the spacebar
|
|
174
107
|
|
|
175
|
-
#XACT: accessibilty description for collapsing the table row via keyboard
|
|
176
108
|
TBL_ROW_COLLAPSE_KEY=To collapse a row, press the spacebar
|
|
177
109
|
|
|
178
|
-
#XBUT: Text of the apply button to save the data entered in the "creation row", a form in the table for creating new rows.
|
|
179
110
|
TBL_CREATIONROW_APPLY=Apply
|
|
180
111
|
|
|
181
|
-
#XACT: Accessibilty label for the table creation row
|
|
182
112
|
TBL_CREATEROW_LABEL=Create new table entry
|
|
183
113
|
|
|
184
|
-
#XTIT: Title of the message popover on the last selected item, when the selection was limited
|
|
185
114
|
TBL_SELECT_LIMIT_TITLE=Selection Limit
|
|
186
115
|
|
|
187
|
-
#XMSG: Message popover on the last selected item, when the selection was limited
|
|
188
116
|
TBL_SELECT_LIMIT=In this table, you cannot add more than {0} items to your selection at a time.\n\nYou can continue to add to your selection as often as you like, but only {0} items can be selected at a time.
|