84ba834c9c638ba0852443004b6025f68a866ec0
[platform/upstream/atk.git] / po / it.po
1 # Italian translation of atk.
2 # Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc.
3 # Alessio Frusciante <algol@firenze.linux.it>, 2002, 2003, 2004.
4 # Luca Ferretti <lferrett@gnome.org>, 2005, 2006, 2007, 2008, 2009, 2010, 2011.
5 #
6 msgid ""
7 msgstr ""
8 "Project-Id-Version: atk\n"
9 "Report-Msgid-Bugs-To: http://bugzilla.gnome.org/enter_bug.cgi?"
10 "product=atk&keywords=I18N+L10N&component=general\n"
11 "POT-Creation-Date: 2011-08-31 05:06+0000\n"
12 "PO-Revision-Date: 2011-09-09 00:33+0200\n"
13 "Last-Translator: Luca Ferretti <lferrett@gnome.org>\n"
14 "Language-Team: Italian <tp@lists.linux.it>\n"
15 "MIME-Version: 1.0\n"
16 "Content-Type: text/plain; charset=UTF-8\n"
17 "Content-Transfer-Encoding: 8bit\n"
18 "Language: it\n"
19 "Plural-Forms: nplurals=2; plural=(n != 1)\n"
20
21 #: ../atk/atkhyperlink.c:103
22 msgid "Selected Link"
23 msgstr "Collegamento selezionato"
24
25 #: ../atk/atkhyperlink.c:104
26 msgid "Specifies whether the AtkHyperlink object is selected"
27 msgstr "Specifica se l'oggetto AtkHyperlink è selezionato"
28
29 #: ../atk/atkhyperlink.c:110
30 msgid "Number of Anchors"
31 msgstr "Numero di anchor"
32
33 #: ../atk/atkhyperlink.c:111
34 msgid "The number of anchors associated with the AtkHyperlink object"
35 msgstr "Il numero di anchor associate all'oggetto AtkHyperlink"
36
37 #: ../atk/atkhyperlink.c:119
38 msgid "End index"
39 msgstr "Indice finale"
40
41 #: ../atk/atkhyperlink.c:120
42 msgid "The end index of the AtkHyperlink object"
43 msgstr "L'indice finale dell'oggetto AtkHyperlink"
44
45 #: ../atk/atkhyperlink.c:128
46 msgid "Start index"
47 msgstr "Indice iniziale"
48
49 #: ../atk/atkhyperlink.c:129
50 msgid "The start index of the AtkHyperlink object"
51 msgstr "L'indice iniziale dell'oggetto AtkHyperlink"
52
53 #  * AtkObject represents the minimum information all accessible objects
54 #  * return. This information includes accessible name, accessible
55 #  * description, role and state of the object, as well information about
56 #  * its parent and children. It is also possible to obtain more specific
57 #  * accessibility information about a component if it supports one or more
58 #  * of the following interfaces:
59 #
60 # @ATK_ROLE_INVALID: Invalid role
61 #: ../atk/atkobject.c:74
62 msgid "invalid"
63 msgstr "non valido"
64
65 # @ATK_ROLE_ACCEL_LABEL: A label which represents an accelerator
66 #: ../atk/atkobject.c:75
67 msgid "accelerator label"
68 msgstr "etichetta acceleratore"
69
70 # @ATK_ROLE_ALERT: An object which is an alert to the user
71 #: ../atk/atkobject.c:76
72 msgid "alert"
73 msgstr "allerta"
74
75 # @ATK_ROLE_ANIMATION: An object which is an animated image
76 #: ../atk/atkobject.c:77
77 msgid "animation"
78 msgstr "animazione"
79
80 # @ATK_ROLE_ARROW: An arrow in one of the four cardinal directions
81 #: ../atk/atkobject.c:78
82 msgid "arrow"
83 msgstr "freccia"
84
85 # @ATK_ROLE_CALENDAR:  An object that displays a calendar and allows the user to select a date
86 #: ../atk/atkobject.c:79
87 msgid "calendar"
88 msgstr "calendario"
89
90 # @ATK_ROLE_CANVAS: An object that can be drawn into and is used to trap events
91 #: ../atk/atkobject.c:80
92 msgid "canvas"
93 msgstr "tela"
94
95 # @ATK_ROLE_CHECK_BOX: A choice that can be checked or unchecked and provides a separate indicator for the current state
96 #: ../atk/atkobject.c:81
97 msgid "check box"
98 msgstr "casella di spunta"
99
100 # @ATK_ROLE_CHECK_MENU_ITEM: A menu item with a check box
101 #: ../atk/atkobject.c:82
102 msgid "check menu item"
103 msgstr "voce di menù di spunta"
104
105 # @ATK_ROLE_COLOR_CHOOSER: A specialized dialog that lets the user choose a color
106 #: ../atk/atkobject.c:83
107 msgid "color chooser"
108 msgstr "selettore colore"
109
110 # @ATK_ROLE_COLUMN_HEADER: The header for a column of data
111 #: ../atk/atkobject.c:84
112 msgid "column header"
113 msgstr "intestazione di colonna"
114
115 # @ATK_ROLE_COMBO_BOX: A list of choices the user can select from
116 #: ../atk/atkobject.c:85
117 msgid "combo box"
118 msgstr "casella combinata"
119
120 # @ATK_ROLE_DATE_EDITOR: An object whose purpose is to allow a user to edit a date
121 #: ../atk/atkobject.c:86
122 msgid "dateeditor"
123 msgstr "editor di date"
124
125 # @ATK_ROLE_DESKTOP_ICON: An inconifed internal frame within a DESKTOP_PANE
126 #: ../atk/atkobject.c:87
127 msgid "desktop icon"
128 msgstr "icona della scrivania"
129
130 # @ATK_ROLE_DESKTOP_FRAME: A pane that supports internal frames and iconified versions of those internal frames
131 #: ../atk/atkobject.c:88
132 msgid "desktop frame"
133 msgstr "cornice della scrivania"
134
135 # @ATK_ROLE_DIAL: An object whose purpose is to allow a user to set a value
136 #
137 # rotella, vista la spiegazione è totalmente fuori luogo... -Luca
138 #: ../atk/atkobject.c:89
139 msgid "dial"
140 msgstr "rotella"
141
142 # @ATK_ROLE_DIALOG: A top level window with title bar and a border
143 #: ../atk/atkobject.c:90
144 msgid "dialog"
145 msgstr "dialogo"
146
147 # @ATK_ROLE_DIRECTORY_PANE: A pane that allows the user to navigate through and select the contents of a directory
148 #: ../atk/atkobject.c:91
149 msgid "directory pane"
150 msgstr "riquadro directory"
151
152 # @ATK_ROLE_DRAWING_AREA: An object used for drawing custom user interface elements
153 #: ../atk/atkobject.c:92
154 msgid "drawing area"
155 msgstr "area di disegno"
156
157 # @ATK_ROLE_FILE_CHOOSER: A specialized dialog that lets the user choose a file
158 #: ../atk/atkobject.c:93
159 msgid "file chooser"
160 msgstr "selettore file"
161
162 # @ATK_ROLE_FILLER: A object that fills up space in a user interface
163 #: ../atk/atkobject.c:94
164 msgid "filler"
165 msgstr "riempitore"
166
167 # @ATK_ROLE_FONT_CHOOSER: A specialized dialog that lets the user choose a font
168 #. I know it looks wrong but that is what Java returns
169 #: ../atk/atkobject.c:96
170 msgid "fontchooser"
171 msgstr "selettore tipo di carattere"
172
173 # @ATK_ROLE_FRAME: A top level window with a title bar, border, menubar, etc.
174 #: ../atk/atkobject.c:97
175 msgid "frame"
176 msgstr "cornice"
177
178 # @ATK_ROLE_GLASS_PANE: A pane that is guaranteed to be painted on top of all panes beneath it
179 #: ../atk/atkobject.c:98
180 msgid "glass pane"
181 msgstr "riquardo trasparente"
182
183 # @ATK_ROLE_HTML_CONTAINER: A document container for HTML, whose children represent the document content
184 #: ../atk/atkobject.c:99
185 msgid "html container"
186 msgstr "contenitore html"
187
188 # @ATK_ROLE_ICON: A small fixed size picture, typically used to decorate components
189 #: ../atk/atkobject.c:100
190 msgid "icon"
191 msgstr "icona"
192
193 # @ATK_ROLE_IMAGE: An object whose primary purpose is to display an image
194 #: ../atk/atkobject.c:101
195 msgid "image"
196 msgstr "immagine"
197
198 # @ATK_ROLE_INTERNAL_FRAME: A frame-like object that is clipped by a desktop pane
199 #: ../atk/atkobject.c:102
200 msgid "internal frame"
201 msgstr "cornice interna"
202
203 # @ATK_ROLE_LABEL: An object used to present an icon or short string in an interface
204 #: ../atk/atkobject.c:103
205 msgid "label"
206 msgstr "etichetta"
207
208 # @ATK_ROLE_LAYERED_PANE: A specialized pane that allows its children to be drawn in layers, providing a form of stacking order
209 #: ../atk/atkobject.c:104
210 msgid "layered pane"
211 msgstr "riquadro a livelli"
212
213 # @ATK_ROLE_LIST: An object that presents a list of objects to the user and allows the user to select one or more of them 
214 #: ../atk/atkobject.c:105
215 msgid "list"
216 msgstr "elenco"
217
218 # @ATK_ROLE_LIST_ITEM: An object that represents an element of a list 
219 #: ../atk/atkobject.c:106
220 msgid "list item"
221 msgstr "voce di elenco"
222
223 # @ATK_ROLE_MENU: An object usually found inside a menu bar that contains a list of actions the user can choose from
224 #: ../atk/atkobject.c:107
225 msgid "menu"
226 msgstr "menù"
227
228 # @ATK_ROLE_MENU_BAR: An object usually drawn at the top of the primary dialog box of an application that contains a list of menus the user can choose from
229 #: ../atk/atkobject.c:108
230 msgid "menu bar"
231 msgstr "barra dei menù"
232
233 # @ATK_ROLE_MENU_ITEM: An object usually contained in a menu that presents an action the user can choose
234 #: ../atk/atkobject.c:109
235 msgid "menu item"
236 msgstr "voce di menù"
237
238 # *@ATK_ROLE_OPTION_PANE: A specialized pane whose primary use is inside a DIALOG
239 #: ../atk/atkobject.c:110
240 msgid "option pane"
241 msgstr "riquadro opzioni"
242
243 # @ATK_ROLE_PAGE_TAB: An object that is a child of a page tab list
244 #: ../atk/atkobject.c:111
245 msgid "page tab"
246 msgstr "scheda"
247
248 # @ATK_ROLE_PAGE_TAB_LIST: An object that presents a series of panels (or page tabs), one at a time, through some mechanism provided by the object 
249 #: ../atk/atkobject.c:112
250 msgid "page tab list"
251 msgstr "elenco di schede"
252
253 # @ATK_ROLE_PANEL: A generic container that is often used to group objects
254 #: ../atk/atkobject.c:113
255 msgid "panel"
256 msgstr "pannello"
257
258 # @ATK_ROLE_PASSWORD_TEXT: A text object uses for passwords, or other places where the text content is not shown visibly to the user
259 #: ../atk/atkobject.c:114
260 msgid "password text"
261 msgstr "testo password"
262
263 # @ATK_ROLE_POPUP_MENU: A temporary window that is usually used to offer the user a list of choices, and then hides when the user selects one of those choices
264 #: ../atk/atkobject.c:115
265 msgid "popup menu"
266 msgstr "menù a comparsa"
267
268 # @ATK_ROLE_PROGRESS_BAR: An object used to indicate how much of a task has been completed
269 #: ../atk/atkobject.c:116
270 msgid "progress bar"
271 msgstr "barra di avanzamento"
272
273 # @ATK_ROLE_PUSH_BUTTON: An object the user can manipulate to tell the application to do something
274 #: ../atk/atkobject.c:117
275 msgid "push button"
276 msgstr "pulsante"
277
278 # @ATK_ROLE_RADIO_BUTTON: A specialized check box that will cause other radio buttons in the same group to become unchecked when this one is checked
279 #: ../atk/atkobject.c:118
280 msgid "radio button"
281 msgstr "pulsante radio"
282
283 # @ATK_ROLE_RADIO_MENU_ITEM: A check menu item which belongs to a group. At each instant exactly one of the radio menu items from a group is selected
284 #: ../atk/atkobject.c:119
285 msgid "radio menu item"
286 msgstr "voce di menù radio"
287
288 # @ATK_ROLE_ROOT_PANE: A specialized pane that has a glass pane and a layered pane as its children
289 #: ../atk/atkobject.c:120
290 msgid "root pane"
291 msgstr "riquadro radice"
292
293 # @ATK_ROLE_ROW_HEADER: The header for a row of data
294 #: ../atk/atkobject.c:121
295 msgid "row header"
296 msgstr "intestazione di riga"
297
298 # @ATK_ROLE_SCROLL_BAR: An object usually used to allow a user to incrementally view a large amount of data.
299 #: ../atk/atkobject.c:122
300 msgid "scroll bar"
301 msgstr "barra di scorrimento"
302
303 # @ATK_ROLE_SCROLL_PANE: An object that allows a user to incrementally view a large amount of information
304 #: ../atk/atkobject.c:123
305 msgid "scroll pane"
306 msgstr "riquadro a scorrimento"
307
308 # @ATK_ROLE_SEPARATOR: An object usually contained in a menu to provide a visible and logical separation of the contents in a menu
309 #: ../atk/atkobject.c:124
310 msgid "separator"
311 msgstr "separatore"
312
313 # @ATK_ROLE_SLIDER: An object that allows the user to select from a bounded range
314 #: ../atk/atkobject.c:125
315 msgid "slider"
316 msgstr "controllo scorrevole"
317
318 # @ATK_ROLE_SPLIT_PANE: A specialized panel that presents two other panels at the same time
319 #: ../atk/atkobject.c:126
320 msgid "split pane"
321 msgstr "riquadro diviso"
322
323 # @ATK_ROLE_SPIN_BUTTON: An object used to get an integer or floating point number from the user
324 #: ../atk/atkobject.c:127
325 msgid "spin button"
326 msgstr "controllo di selezione"
327
328 # @ATK_ROLE_STATUSBAR: An object which reports messages of minor importance to the user
329 #: ../atk/atkobject.c:128
330 msgid "statusbar"
331 msgstr "barra di stato"
332
333 # @ATK_ROLE_TABLE: An object used to represent information in terms of rows and columns
334 #: ../atk/atkobject.c:129
335 msgid "table"
336 msgstr "tabella"
337
338 # @ATK_ROLE_TABLE_CELL: A cell in a table
339 #: ../atk/atkobject.c:130
340 msgid "table cell"
341 msgstr "cella di tabella"
342
343 # @ATK_ROLE_TABLE_COLUMN_HEADER: The header for a column of a table
344 #: ../atk/atkobject.c:131
345 msgid "table column header"
346 msgstr "intestazione di colonna per tabella"
347
348 # @ATK_ROLE_TABLE_ROW_HEADER: The header for a row of a table
349 #: ../atk/atkobject.c:132
350 msgid "table row header"
351 msgstr "intestazione di riga per tabella"
352
353 # @ATK_ROLE_TEAR_OFF_MENU_ITEM: A menu item used to tear off and reattach its menu
354 #: ../atk/atkobject.c:133
355 msgid "tear off menu item"
356 msgstr "voce di menù staccabile"
357
358 # @ATK_ROLE_TERMINAL: An object that represents an accessible terminal
359 #: ../atk/atkobject.c:134
360 msgid "terminal"
361 msgstr "terminale"
362
363 # @ATK_ROLE_TEXT: An object that presents text to the user
364 #: ../atk/atkobject.c:135
365 msgid "text"
366 msgstr "testo"
367
368 # @ATK_ROLE_TOGGLE_BUTTON: A specialized push button that can be checked or unchecked, but does not provide a separate indicator for the current state
369 #: ../atk/atkobject.c:136
370 msgid "toggle button"
371 msgstr "pulsante di commutazione"
372
373 # @ATK_ROLE_TOOL_BAR: A bar or palette usually composed of push buttons or toggle buttons
374 #: ../atk/atkobject.c:137
375 msgid "tool bar"
376 msgstr "barra degli strumenti"
377
378 # @ATK_ROLE_TOOL_TIP: An object that provides information about another object
379 #: ../atk/atkobject.c:138
380 msgid "tool tip"
381 msgstr "suggerimento"
382
383 # @ATK_ROLE_TREE: An object used to represent hierarchical information to the user
384 #: ../atk/atkobject.c:139
385 msgid "tree"
386 msgstr "albero"
387
388 # @ATK_ROLE_TREE_TABLE: An object capable of expanding and collapsing rows as well as showing multiple columns of data
389 #: ../atk/atkobject.c:140
390 msgid "tree table"
391 msgstr "tabella ad albero"
392
393 # @ATK_ROLE_UNKNOWN: The object contains some Accessible information, but its role is not known
394 #: ../atk/atkobject.c:141
395 msgid "unknown"
396 msgstr "sconosciuto"
397
398 # *@ATK_ROLE_VIEWPORT: An object usually used in a scroll pane
399 #: ../atk/atkobject.c:142
400 msgid "viewport"
401 msgstr "area visibile"
402
403 # @ATK_ROLE_WINDOW: A top level window with no title or border.
404 #: ../atk/atkobject.c:143
405 msgid "window"
406 msgstr "finestra"
407
408 # @ATK_ROLE_HEADER: An object that serves as a document header.
409 #: ../atk/atkobject.c:144
410 msgid "header"
411 msgstr "intestazione"
412
413 # @ATK_ROLE_FOOTER: An object that serves as a document footer.
414 #: ../atk/atkobject.c:145
415 msgid "footer"
416 msgstr "piè di pagina"
417
418 # @ATK_ROLE_PARAGRAPH: An object which is contains a paragraph of text content
419 #: ../atk/atkobject.c:146
420 msgid "paragraph"
421 msgstr "paragrafo"
422
423 # @ATK_ROLE_RULER: An object which describes margins and tab stops, etc. for text objects which it controls
424 #: ../atk/atkobject.c:147
425 msgid "ruler"
426 msgstr "righello"
427
428 # @ATK_ROLE_APPLICATION: The object is an application object, which may contain @ATK_ROLE_FRAME objects or other types of accessibles.
429 #: ../atk/atkobject.c:148
430 msgid "application"
431 msgstr "applicazione"
432
433 # @ATK_ROLE_AUTOCOMPLETE: The object is a dialog or list containing items for insertion into an entry widget, for instance a list of words for completion of a text entry.
434 #: ../atk/atkobject.c:149
435 msgid "autocomplete"
436 msgstr "completamento automatico"
437
438 # @ATK_ROLE_EDITBAR: The object is an editable text object in a toolbar
439 #: ../atk/atkobject.c:150
440 msgid "edit bar"
441 msgstr "barra di modifica"
442
443 # @ATK_ROLE_EMBEDDED: The object is an embedded container within a document or panel.  This role is a grouping "hint" indicating that the contained objects share a context.
444 #: ../atk/atkobject.c:151
445 msgid "embedded component"
446 msgstr "componente incorporato"
447
448 # @ATK_ROLE_ENTRY: The object is a component whose textual content may be entered or modified by the user, provided @ATK_STATE_EDITABLE is present.
449 #: ../atk/atkobject.c:152
450 msgid "entry"
451 msgstr "campo inserimento"
452
453 # @ATK_ROLE_CHART: The object is a graphical depiction of quantitative data. It may contain multiple subelements whose attributes and/or description may be queried to obtain both the quantitative data and information about how the data is being presented. The LABELLED_BY relation is particularly important in interpreting objects of this type, as is the accessible-description property.
454 #: ../atk/atkobject.c:153
455 msgid "chart"
456 msgstr "diagramma"
457
458 # @ATK_ROLE_CAPTION: The object contains descriptive information, usually textual, about another user interface element such as a table, chart, or image.
459 #: ../atk/atkobject.c:154
460 msgid "caption"
461 msgstr "didascalia"
462
463 # @ATK_ROLE_DOCUMENT_FRAME: The object is a visual frame or container which contains a view of document content. Document frames may occur within another Document instance, in which case the second document may be said to be embedded in the containing instance. HTML frames are often ROLE_DOCUMENT_FRAME. Either this object, or a singleton descendant, should implement the Document interface.
464 #: ../atk/atkobject.c:155
465 msgid "document frame"
466 msgstr "cornice documento"
467
468 # @ATK_ROLE_HEADING: The object serves as a heading for content which follows it in a document. The 'heading level' of the heading, if availabe, may be obtained by querying the object's attributes.
469 #: ../atk/atkobject.c:156
470 msgid "heading"
471 msgstr "intestazione"
472
473 # @ATK_ROLE_PAGE: The object is a containing instance which encapsulates a page of information. @ATK_ROLE_PAGE is used in documents and content which support a paginated navigation model.
474 #: ../atk/atkobject.c:157
475 msgid "page"
476 msgstr "pagina"
477
478 # @ATK_ROLE_SECTION: The object is a containing instance of document content which constitutes a particular 'logical' section of the document. The type of content within a section, and the nature of the section division itself, may be obtained by querying the object's attributes. Sections may be nested.
479 #: ../atk/atkobject.c:158
480 msgid "section"
481 msgstr "sezione"
482
483 # @ATK_ROLE_REDUNDANT_OBJECT: The object is redundant with another object in the hierarchy, and is exposed for purely technical reasons.  Objects of this role should normally be ignored by clients.
484 #: ../atk/atkobject.c:159
485 msgid "redundant object"
486 msgstr "oggetto ridondante"
487
488 # @ATK_ROLE_FRAME: A top level window with a title bar, border, menubar, etc.
489 #
490 #
491 # Traduzione non ottimale, ma visto l'originale non penso si potesse
492 # fare molto altro -Luca
493 #
494 #: ../atk/atkobject.c:160
495 msgid "form"
496 msgstr "modulo"
497
498 # @ATK_ROLE_LINK - The object is a hypertext anchor, i.e. a "link" in a hypertext document. Such objects are distinct from 'inline' content which may also use the Hypertext/Hyperlink interfaces to indicate the range/location within a text object where an inline or embedded object lies
499 #: ../atk/atkobject.c:161
500 msgid "link"
501 msgstr "collegamento"
502
503 # @ATK_ROLE_INPUT_METHOD_WINDOW - The object is a window or similar viewport which is used to allow composition or input of a 'complex character', in other words it is an "input method window.
504 #: ../atk/atkobject.c:162
505 msgid "input method window"
506 msgstr "finestra metodo di input"
507
508 # @ATK_ROLE_TABLE_ROW_HEADER: The header for a row of a table
509 #: ../atk/atkobject.c:163
510 msgid "table row"
511 msgstr "riga di tabella"
512
513 # @ATK_ROLE_TREE_TABLE: An object capable of expanding and collapsing rows as well as showing multiple columns of data
514 #: ../atk/atkobject.c:164
515 msgid "tree item"
516 msgstr "elemento albero"
517
518 # @ATK_ROLE_DOCUMENT_FRAME: The object is a visual frame or container which contains a view of document content. Document frames may occur within another Document instance, in which case the second document may be said to be embedded in the containing instance. HTML frames are often ROLE_DOCUMENT_FRAME. Either this object, or a singleton descendant, should implement the Document interface.
519 #: ../atk/atkobject.c:165
520 msgid "document spreadsheet"
521 msgstr "documento foglio di calcolo"
522
523 # @ATK_ROLE_DOCUMENT_FRAME: The object is a visual frame or container which contains a view of document content. Document frames may occur within another Document instance, in which case the second document may be said to be embedded in the containing instance. HTML frames are often ROLE_DOCUMENT_FRAME. Either this object, or a singleton descendant, should implement the Document interface.
524 #: ../atk/atkobject.c:166
525 msgid "document presentation"
526 msgstr "documento presentazione"
527
528 # @ATK_ROLE_DOCUMENT_FRAME: The object is a visual frame or container which contains a view of document content. Document frames may occur within another Document instance, in which case the second document may be said to be embedded in the containing instance. HTML frames are often ROLE_DOCUMENT_FRAME. Either this object, or a singleton descendant, should implement the Document interface.
529 #: ../atk/atkobject.c:167
530 msgid "document text"
531 msgstr "documento testo"
532
533 # @ATK_ROLE_DOCUMENT_FRAME: The object is a visual frame or container which contains a view of document content. Document frames may occur within another Document instance, in which case the second document may be said to be embedded in the containing instance. HTML frames are often ROLE_DOCUMENT_FRAME. Either this object, or a singleton descendant, should implement the Document interface.
534 #: ../atk/atkobject.c:168
535 msgid "document web"
536 msgstr "documento web"
537
538 # @ATK_ROLE_DOCUMENT_FRAME: The object is a visual frame or container which contains a view of document content. Document frames may occur within another Document instance, in which case the second document may be said to be embedded in the containing instance. HTML frames are often ROLE_DOCUMENT_FRAME. Either this object, or a singleton descendant, should implement the Document interface.
539 #: ../atk/atkobject.c:169
540 msgid "document email"
541 msgstr "documento email"
542
543 #: ../atk/atkobject.c:170
544 msgid "comment"
545 msgstr "commento"
546
547 # @ATK_ROLE_LIST: An object that presents a list of objects to the user and allows the user to select one or more of them 
548 #: ../atk/atkobject.c:171
549 msgid "list box"
550 msgstr "casella elenco"
551
552 #: ../atk/atkobject.c:172
553 msgid "grouping"
554 msgstr "raggruppamento"
555
556 # @ATK_ROLE_IMAGE: An object whose primary purpose is to display an image
557 #: ../atk/atkobject.c:173
558 msgid "image map"
559 msgstr "mappa immagine"
560
561 # @ATK_ROLE_ANIMATION: An object which is an animated image
562 #: ../atk/atkobject.c:174
563 msgid "notification"
564 msgstr "notifica"
565
566 # @ATK_ROLE_MENU_BAR: An object usually drawn at the top of the primary dialog box of an application that contains a list of menus the user can choose from
567 #: ../atk/atkobject.c:175
568 msgid "info bar"
569 msgstr "barra informazioni"
570
571 #: ../atk/atkobject.c:514
572 msgid "Accessible Name"
573 msgstr "Nome accessibile"
574
575 #: ../atk/atkobject.c:515
576 msgid "Object instance's name formatted for assistive technology access"
577 msgstr ""
578 "Il nome dell'istanza dell'oggetto formattato per l'accesso tramite "
579 "tecnologia assistiva"
580
581 #: ../atk/atkobject.c:521
582 msgid "Accessible Description"
583 msgstr "Descrizione accessibile"
584
585 #: ../atk/atkobject.c:522
586 msgid "Description of an object, formatted for assistive technology access"
587 msgstr ""
588 "Descrizione di un oggetto, formattata per l'accesso tramite tecnologia "
589 "assistiva"
590
591 #: ../atk/atkobject.c:528
592 msgid "Accessible Parent"
593 msgstr "Genitore accessibile"
594
595 #: ../atk/atkobject.c:529
596 msgid "Is used to notify that the parent has changed"
597 msgstr "Usato per notificare che il genitore è cambiato"
598
599 #: ../atk/atkobject.c:535
600 msgid "Accessible Value"
601 msgstr "Valore accessibile"
602
603 #: ../atk/atkobject.c:536
604 msgid "Is used to notify that the value has changed"
605 msgstr "Usato per notificare che il valore è cambiato"
606
607 #: ../atk/atkobject.c:544
608 msgid "Accessible Role"
609 msgstr "Ruolo accessibile"
610
611 #: ../atk/atkobject.c:545
612 msgid "The accessible role of this object"
613 msgstr "Il ruolo accessibile di questo oggetto"
614
615 #: ../atk/atkobject.c:553
616 msgid "Accessible Layer"
617 msgstr "Livello accessibile"
618
619 #: ../atk/atkobject.c:554
620 msgid "The accessible layer of this object"
621 msgstr "Il livello accessibile di questo oggetto"
622
623 #: ../atk/atkobject.c:562
624 msgid "Accessible MDI Value"
625 msgstr "Valore MDI accessibile"
626
627 #: ../atk/atkobject.c:563
628 msgid "The accessible MDI value of this object"
629 msgstr "Il valore MDI accessibile di questo oggetto"
630
631 #: ../atk/atkobject.c:571
632 msgid "Accessible Table Caption"
633 msgstr "Didascalia accessibile della tabella"
634
635 #: ../atk/atkobject.c:572
636 msgid ""
637 "Is used to notify that the table caption has changed; this property should "
638 "not be used. accessible-table-caption-object should be used instead"
639 msgstr ""
640 "Usato per notificare che la descrizione della tabella è cambiata; questa "
641 "proprietà non dovrebbe essere usata. Dovrebbe essere usata accessible-table-"
642 "caption-object al suo posto."
643
644 #: ../atk/atkobject.c:578
645 msgid "Accessible Table Column Header"
646 msgstr "Intestazione accessibile della colonna della tabella"
647
648 #: ../atk/atkobject.c:579
649 msgid "Is used to notify that the table column header has changed"
650 msgstr ""
651 "Usato per notificare che l'intestazione della colonna della tabella è "
652 "cambiata"
653
654 #: ../atk/atkobject.c:585
655 msgid "Accessible Table Column Description"
656 msgstr "Descrizione accessibile della colonna della tabella"
657
658 #: ../atk/atkobject.c:586
659 msgid "Is used to notify that the table column description has changed"
660 msgstr ""
661 "Usata per notificare che la descrizione della colonna della tabella è "
662 "cambiata"
663
664 #: ../atk/atkobject.c:592
665 msgid "Accessible Table Row Header"
666 msgstr "Intestazione accessibile della riga della tabella"
667
668 #: ../atk/atkobject.c:593
669 msgid "Is used to notify that the table row header has changed"
670 msgstr ""
671 "Usato per notificare che l'intestazione della riga della tabella è cambiata"
672
673 #: ../atk/atkobject.c:599
674 msgid "Accessible Table Row Description"
675 msgstr "Descrizione accessibile della riga della tabella"
676
677 #: ../atk/atkobject.c:600
678 msgid "Is used to notify that the table row description has changed"
679 msgstr ""
680 "Usata per notificare che la descrizione della riga della tabella è cambiata"
681
682 #: ../atk/atkobject.c:606
683 msgid "Accessible Table Summary"
684 msgstr "Riassunto accessibile della tabella"
685
686 #: ../atk/atkobject.c:607
687 msgid "Is used to notify that the table summary has changed"
688 msgstr "Usato per notificare che il riassunto della tabella è cambiato"
689
690 #: ../atk/atkobject.c:613
691 msgid "Accessible Table Caption Object"
692 msgstr "Oggetto didascalia accessibile della tabella"
693
694 #: ../atk/atkobject.c:614
695 msgid "Is used to notify that the table caption has changed"
696 msgstr "Usato per notificare che la didascalia della tabella e cambiata"
697
698 #: ../atk/atkobject.c:620
699 msgid "Number of Accessible Hypertext Links"
700 msgstr "Numero di collegamenti accessibili nell'ipertesto"
701
702 #: ../atk/atkobject.c:621
703 msgid "The number of links which the current AtkHypertext has"
704 msgstr "Il numero di collegamenti presenti nell'AtkHypertext attuale"