Revved to 1.19.3 for GNOME 2.19.3. Remove gnome-doc-utils dependence.
[atk.git] / po / it.po
blob2a8869fa6dd1e089016afb691783fa4b6b914051
1 # Italian translation of atk.
2 # Copyright (C) 2002 Free Software Foundation, Inc.
3 # Alessio Frusciante <algol@firenze.linux.it>, 2002-2004.
4 # Luca Ferretti <elle.uca@libero.it>, 2005-2006.
6 msgid ""
7 msgstr ""
8 "Project-Id-Version: atk\n"
9 "Report-Msgid-Bugs-To: \n"
10 "POT-Creation-Date: 2007-06-04 22:19+0800\n"
11 "PO-Revision-Date: 2006-09-12 10:07+0200\n"
12 "Last-Translator: Luca Ferretti <elle.uca@libero.it>\n"
13 "Language-Team: Italian <tp@lists.linux.it>\n"
14 "MIME-Version: 1.0\n"
15 "Content-Type: text/plain; charset=UTF-8\n"
16 "Content-Transfer-Encoding: 8bit\n"
18 #: atk/atkhyperlink.c:103
19 msgid "Selected Link"
20 msgstr "Collegamento selezionato"
22 #: atk/atkhyperlink.c:104
23 msgid "Specifies whether the AtkHyperlink object is selected"
24 msgstr "Specifica se l'oggetto AtkHyperlink è selezionato"
26 #: atk/atkhyperlink.c:110
27 msgid "Number of Anchors"
28 msgstr "Numero di anchor"
30 #: atk/atkhyperlink.c:111
31 msgid "The number of anchors associated with the AtkHyperlink object"
32 msgstr "Il numero di anchor associate all'oggetto AtkHyperlink"
34 #: atk/atkhyperlink.c:119
35 msgid "End index"
36 msgstr "Indice finale"
38 #: atk/atkhyperlink.c:120
39 msgid "The end index of the AtkHyperlink object"
40 msgstr "L'indice finale dell'oggetto AtkHyperlink"
42 #: atk/atkhyperlink.c:128
43 msgid "Start index"
44 msgstr "Indice iniziale"
46 #: atk/atkhyperlink.c:129
47 msgid "The start index of the AtkHyperlink object"
48 msgstr "L'indice iniziale dell'oggetto AtkHyperlink"
50 #  * AtkObject represents the minimum information all accessible objects
51 #  * return. This information includes accessible name, accessible
52 #  * description, role and state of the object, as well information about
53 #  * its parent and children. It is also possible to obtain more specific
54 #  * accessibility information about a component if it supports one or more
55 #  * of the following interfaces:
57 # @ATK_ROLE_INVALID: Invalid role
58 #: atk/atkobject.c:82
59 msgid "invalid"
60 msgstr "non valido"
62 # @ATK_ROLE_ACCEL_LABEL: A label which represents an accelerator
63 #: atk/atkobject.c:83
64 msgid "accelerator label"
65 msgstr "etichetta acceleratore"
67 # @ATK_ROLE_ALERT: An object which is an alert to the user
68 #: atk/atkobject.c:84
69 msgid "alert"
70 msgstr "allerta"
72 # @ATK_ROLE_ANIMATION: An object which is an animated image
73 #: atk/atkobject.c:85
74 msgid "animation"
75 msgstr "animazione"
77 # @ATK_ROLE_ARROW: An arrow in one of the four cardinal directions
78 #: atk/atkobject.c:86
79 msgid "arrow"
80 msgstr "freccia"
82 # @ATK_ROLE_CALENDAR:  An object that displays a calendar and allows the user to select a date
83 #: atk/atkobject.c:87
84 msgid "calendar"
85 msgstr "calendario"
87 # @ATK_ROLE_CANVAS: An object that can be drawn into and is used to trap events
88 #: atk/atkobject.c:88
89 msgid "canvas"
90 msgstr "tela"
92 # @ATK_ROLE_CHECK_BOX: A choice that can be checked or unchecked and provides a separate indicator for the current state
93 #: atk/atkobject.c:89
94 msgid "check box"
95 msgstr "casella di spunta"
97 # @ATK_ROLE_CHECK_MENU_ITEM: A menu item with a check box
98 #: atk/atkobject.c:90
99 msgid "check menu item"
100 msgstr "voce di menù di spunta"
102 # @ATK_ROLE_COLOR_CHOOSER: A specialized dialog that lets the user choose a color
103 #: atk/atkobject.c:91
104 msgid "color chooser"
105 msgstr "selettore colore"
107 # @ATK_ROLE_COLUMN_HEADER: The header for a column of data
108 #: atk/atkobject.c:92
109 msgid "column header"
110 msgstr "intestazione di colonna"
112 # @ATK_ROLE_COMBO_BOX: A list of choices the user can select from
113 #: atk/atkobject.c:93
114 msgid "combo box"
115 msgstr "casella combinata"
117 # @ATK_ROLE_DATE_EDITOR: An object whose purpose is to allow a user to edit a date
118 #: atk/atkobject.c:94
119 msgid "dateeditor"
120 msgstr "editor di date"
122 # @ATK_ROLE_DESKTOP_ICON: An inconifed internal frame within a DESKTOP_PANE
123 #: atk/atkobject.c:95
124 msgid "desktop icon"
125 msgstr "icona della scrivania"
127 # @ATK_ROLE_DESKTOP_FRAME: A pane that supports internal frames and iconified versions of those internal frames
128 #: atk/atkobject.c:96
129 msgid "desktop frame"
130 msgstr "cornice della scrivania"
132 # @ATK_ROLE_DIAL: An object whose purpose is to allow a user to set a value
134 # rotella, vista la spiegazione è totalmente fuori luogo... -Luca
135 #: atk/atkobject.c:97
136 msgid "dial"
137 msgstr "rotella"
139 # @ATK_ROLE_DIALOG: A top level window with title bar and a border
140 #: atk/atkobject.c:98
141 msgid "dialog"
142 msgstr "dialogo"
144 # @ATK_ROLE_DIRECTORY_PANE: A pane that allows the user to navigate through and select the contents of a directory
145 #: atk/atkobject.c:99
146 msgid "directory pane"
147 msgstr "riquadro directory"
149 # @ATK_ROLE_DRAWING_AREA: An object used for drawing custom user interface elements
150 #: atk/atkobject.c:100
151 msgid "drawing area"
152 msgstr "area di disegno"
154 # @ATK_ROLE_FILE_CHOOSER: A specialized dialog that lets the user choose a file
155 #: atk/atkobject.c:101
156 msgid "file chooser"
157 msgstr "selettore file"
159 # @ATK_ROLE_FILLER: A object that fills up space in a user interface
160 #: atk/atkobject.c:102
161 msgid "filler"
162 msgstr "riempitore"
164 # @ATK_ROLE_FONT_CHOOSER: A specialized dialog that lets the user choose a font
165 #. I know it looks wrong but that is what Java returns
166 #: atk/atkobject.c:104
167 msgid "fontchooser"
168 msgstr "selettore tipo di carattere"
170 # @ATK_ROLE_FRAME: A top level window with a title bar, border, menubar, etc.
171 #: atk/atkobject.c:105
172 msgid "frame"
173 msgstr "cornice"
175 # @ATK_ROLE_GLASS_PANE: A pane that is guaranteed to be painted on top of all panes beneath it
176 #: atk/atkobject.c:106
177 msgid "glass pane"
178 msgstr "riquardo trasparente"
180 # @ATK_ROLE_HTML_CONTAINER: A document container for HTML, whose children represent the document content
181 #: atk/atkobject.c:107
182 msgid "html container"
183 msgstr "contenitore html"
185 # @ATK_ROLE_ICON: A small fixed size picture, typically used to decorate components
186 #: atk/atkobject.c:108
187 msgid "icon"
188 msgstr "icona"
190 # @ATK_ROLE_IMAGE: An object whose primary purpose is to display an image
191 #: atk/atkobject.c:109
192 msgid "image"
193 msgstr "immagine"
195 # @ATK_ROLE_INTERNAL_FRAME: A frame-like object that is clipped by a desktop pane
196 #: atk/atkobject.c:110
197 msgid "internal frame"
198 msgstr "cornice interna"
200 # @ATK_ROLE_LABEL: An object used to present an icon or short string in an interface
201 #: atk/atkobject.c:111
202 msgid "label"
203 msgstr "etichetta"
205 # @ATK_ROLE_LAYERED_PANE: A specialized pane that allows its children to be drawn in layers, providing a form of stacking order
206 #: atk/atkobject.c:112
207 msgid "layered pane"
208 msgstr "riquadro a livelli"
210 # @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 
211 #: atk/atkobject.c:113
212 msgid "list"
213 msgstr "elenco"
215 # @ATK_ROLE_LIST_ITEM: An object that represents an element of a list 
216 #: atk/atkobject.c:114
217 msgid "list item"
218 msgstr "voce di elenco"
220 # @ATK_ROLE_MENU: An object usually found inside a menu bar that contains a list of actions the user can choose from
221 #: atk/atkobject.c:115
222 msgid "menu"
223 msgstr "menù"
225 # @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
226 #: atk/atkobject.c:116
227 msgid "menu bar"
228 msgstr "barra dei menù"
230 # @ATK_ROLE_MENU_ITEM: An object usually contained in a menu that presents an action the user can choose
231 #: atk/atkobject.c:117
232 msgid "menu item"
233 msgstr "voce di menù"
235 # *@ATK_ROLE_OPTION_PANE: A specialized pane whose primary use is inside a DIALOG
236 #: atk/atkobject.c:118
237 msgid "option pane"
238 msgstr "riquadro opzioni"
240 # @ATK_ROLE_PAGE_TAB: An object that is a child of a page tab list
241 #: atk/atkobject.c:119
242 msgid "page tab"
243 msgstr "scheda"
245 # @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 
246 #: atk/atkobject.c:120
247 msgid "page tab list"
248 msgstr "elenco di schede"
250 # @ATK_ROLE_PANEL: A generic container that is often used to group objects
251 #: atk/atkobject.c:121
252 msgid "panel"
253 msgstr "pannello"
255 # @ATK_ROLE_PASSWORD_TEXT: A text object uses for passwords, or other places where the text content is not shown visibly to the user
256 #: atk/atkobject.c:122
257 msgid "password text"
258 msgstr "testo password"
260 # @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
261 #: atk/atkobject.c:123
262 msgid "popup menu"
263 msgstr "menù a comparsa"
265 # @ATK_ROLE_PROGRESS_BAR: An object used to indicate how much of a task has been completed
266 #: atk/atkobject.c:124
267 msgid "progress bar"
268 msgstr "barra di avanzamento"
270 # @ATK_ROLE_PUSH_BUTTON: An object the user can manipulate to tell the application to do something
271 #: atk/atkobject.c:125
272 msgid "push button"
273 msgstr "pulsante"
275 # @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
276 #: atk/atkobject.c:126
277 msgid "radio button"
278 msgstr "pulsante radio"
280 # @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
281 #: atk/atkobject.c:127
282 msgid "radio menu item"
283 msgstr "voce di menù radio"
285 # @ATK_ROLE_ROOT_PANE: A specialized pane that has a glass pane and a layered pane as its children
286 #: atk/atkobject.c:128
287 msgid "root pane"
288 msgstr "riquadro radice"
290 # @ATK_ROLE_ROW_HEADER: The header for a row of data
291 #: atk/atkobject.c:129
292 msgid "row header"
293 msgstr "intestazione di riga"
295 # @ATK_ROLE_SCROLL_BAR: An object usually used to allow a user to incrementally view a large amount of data.
296 #: atk/atkobject.c:130
297 msgid "scroll bar"
298 msgstr "barra di scorrimento"
300 # @ATK_ROLE_SCROLL_PANE: An object that allows a user to incrementally view a large amount of information
301 #: atk/atkobject.c:131
302 msgid "scroll pane"
303 msgstr "riquadro a scorrimento"
305 # @ATK_ROLE_SEPARATOR: An object usually contained in a menu to provide a visible and logical separation of the contents in a menu
306 #: atk/atkobject.c:132
307 msgid "separator"
308 msgstr "separatore"
310 # @ATK_ROLE_SLIDER: An object that allows the user to select from a bounded range
311 #: atk/atkobject.c:133
312 msgid "slider"
313 msgstr "controllo scorrevole"
315 # @ATK_ROLE_SPLIT_PANE: A specialized panel that presents two other panels at the same time
316 #: atk/atkobject.c:134
317 msgid "split pane"
318 msgstr "riquadro diviso"
320 # @ATK_ROLE_SPIN_BUTTON: An object used to get an integer or floating point number from the user
321 #: atk/atkobject.c:135
322 msgid "spin button"
323 msgstr "controllo di selezione"
325 # @ATK_ROLE_STATUSBAR: An object which reports messages of minor importance to the user
326 #: atk/atkobject.c:136
327 msgid "statusbar"
328 msgstr "barra di stato"
330 # @ATK_ROLE_TABLE: An object used to represent information in terms of rows and columns
331 #: atk/atkobject.c:137
332 msgid "table"
333 msgstr "tabella"
335 # @ATK_ROLE_TABLE_CELL: A cell in a table
336 #: atk/atkobject.c:138
337 msgid "table cell"
338 msgstr "cella di tabella"
340 # @ATK_ROLE_TABLE_COLUMN_HEADER: The header for a column of a table
341 #: atk/atkobject.c:139
342 msgid "table column header"
343 msgstr "intestazione di colonna per tabella"
345 # @ATK_ROLE_TABLE_ROW_HEADER: The header for a row of a table
346 #: atk/atkobject.c:140
347 msgid "table row header"
348 msgstr "intestazione di riga per tabella"
350 # @ATK_ROLE_TEAR_OFF_MENU_ITEM: A menu item used to tear off and reattach its menu
351 #: atk/atkobject.c:141
352 msgid "tear off menu item"
353 msgstr "voce di menù staccabile"
355 # @ATK_ROLE_TERMINAL: An object that represents an accessible terminal
356 #: atk/atkobject.c:142
357 msgid "terminal"
358 msgstr "terminale"
360 # @ATK_ROLE_TEXT: An object that presents text to the user
361 #: atk/atkobject.c:143
362 msgid "text"
363 msgstr "testo"
365 # @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
366 #: atk/atkobject.c:144
367 msgid "toggle button"
368 msgstr "pulsante di commutazione"
370 # @ATK_ROLE_TOOL_BAR: A bar or palette usually composed of push buttons or toggle buttons
371 #: atk/atkobject.c:145
372 msgid "tool bar"
373 msgstr "barra degli strumenti"
375 # @ATK_ROLE_TOOL_TIP: An object that provides information about another object
376 #: atk/atkobject.c:146
377 msgid "tool tip"
378 msgstr "suggerimento"
380 # @ATK_ROLE_TREE: An object used to represent hierarchical information to the user
381 #: atk/atkobject.c:147
382 msgid "tree"
383 msgstr "albero"
385 # @ATK_ROLE_TREE_TABLE: An object capable of expanding and collapsing rows as well as showing multiple columns of data
386 #: atk/atkobject.c:148
387 msgid "tree table"
388 msgstr "tabella ad albero"
390 # @ATK_ROLE_UNKNOWN: The object contains some Accessible information, but its role is not known
391 #: atk/atkobject.c:149
392 msgid "unknown"
393 msgstr "sconosciuto"
395 # *@ATK_ROLE_VIEWPORT: An object usually used in a scroll pane
396 #: atk/atkobject.c:150
397 msgid "viewport"
398 msgstr "area visibile"
400 # @ATK_ROLE_WINDOW: A top level window with no title or border.
401 #: atk/atkobject.c:151
402 msgid "window"
403 msgstr "finestra"
405 # @ATK_ROLE_HEADER: An object that serves as a document header.
406 #: atk/atkobject.c:152
407 msgid "header"
408 msgstr "intestazione"
410 # @ATK_ROLE_FOOTER: An object that serves as a document footer.
411 #: atk/atkobject.c:153
412 msgid "footer"
413 msgstr "piè di pagina"
415 # @ATK_ROLE_PARAGRAPH: An object which is contains a paragraph of text content
416 #: atk/atkobject.c:154
417 msgid "paragraph"
418 msgstr "paragrafo"
420 # @ATK_ROLE_APPLICATION: The object is an application object, which may contain @ATK_ROLE_FRAME objects or other types of accessibles.
421 #: atk/atkobject.c:155
422 msgid "application"
423 msgstr "applicazione"
425 # @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.
426 #: atk/atkobject.c:156
427 msgid "autocomplete"
428 msgstr "completamento automatico"
430 # @ATK_ROLE_EDITBAR: The object is an editable text object in a toolbar
431 #: atk/atkobject.c:157
432 msgid "edit bar"
433 msgstr "barra di modifica"
435 # @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.
436 #: atk/atkobject.c:158
437 msgid "embedded component"
438 msgstr "componente incorporato"
440 # @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.
441 #: atk/atkobject.c:159
442 msgid "entry"
443 msgstr "campo inserimento"
445 # @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.
446 #: atk/atkobject.c:160
447 msgid "chart"
448 msgstr "diagramma"
450 # @ATK_ROLE_CAPTION: The object contains descriptive information, usually textual, about another user interface element such as a table, chart, or image.
451 #: atk/atkobject.c:161
452 msgid "caption"
453 msgstr "didascalia"
455 # @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.
456 #: atk/atkobject.c:162
457 msgid "document frame"
458 msgstr "cornice documento"
460 # @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.
461 #: atk/atkobject.c:163
462 msgid "heading"
463 msgstr "intestazione"
465 # @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.
466 #: atk/atkobject.c:164
467 msgid "page"
468 msgstr "pagina"
470 # @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.
471 #: atk/atkobject.c:165
472 msgid "section"
473 msgstr "sezione"
475 # @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.
476 #: atk/atkobject.c:166
477 msgid "redundant object"
478 msgstr "oggetto ridondante"
480 # @ATK_ROLE_FRAME: A top level window with a title bar, border, menubar, etc.
483 # Traduzione non ottimale, ma visto l'originale non penso si potesse
484 # fare molto altro -Luca
486 #: atk/atkobject.c:167
487 msgid "form"
488 msgstr "modulo"
490 #: atk/atkobject.c:356
491 msgid "Accessible Name"
492 msgstr "Nome accessibile"
494 #: atk/atkobject.c:357
495 msgid "Object instance's name formatted for assistive technology access"
496 msgstr ""
497 "Il nome dell'istanza dell'oggetto formattato per l'accesso tramite "
498 "tecnologia assistiva"
500 #: atk/atkobject.c:363
501 msgid "Accessible Description"
502 msgstr "Descrizione accessibile"
504 #: atk/atkobject.c:364
505 msgid "Description of an object, formatted for assistive technology access"
506 msgstr ""
507 "Descrizione di un oggetto, formattata per l'accesso tramite tecnologia "
508 "assistiva"
510 #: atk/atkobject.c:370
511 msgid "Accessible Parent"
512 msgstr "Genitore accessibile"
514 #: atk/atkobject.c:371
515 msgid "Is used to notify that the parent has changed"
516 msgstr "Usato per notificare che il genitore è cambiato"
518 #: atk/atkobject.c:377
519 msgid "Accessible Value"
520 msgstr "Valore accessibile"
522 #: atk/atkobject.c:378
523 msgid "Is used to notify that the value has changed"
524 msgstr "Usato per notificare che il valore è cambiato"
526 #: atk/atkobject.c:386
527 msgid "Accessible Role"
528 msgstr "Ruolo accessibile"
530 #: atk/atkobject.c:387
531 msgid "The accessible role of this object"
532 msgstr "Il ruolo accessibile di questo oggetto"
534 #: atk/atkobject.c:395
535 msgid "Accessible Layer"
536 msgstr "Livello accessibile"
538 #: atk/atkobject.c:396
539 msgid "The accessible layer of this object"
540 msgstr "Il livello accessibile di questo oggetto"
542 #: atk/atkobject.c:404
543 msgid "Accessible MDI Value"
544 msgstr "Valore MDI accessibile"
546 #: atk/atkobject.c:405
547 msgid "The accessible MDI value of this object"
548 msgstr "Il valore MDI accessibile di questo oggetto"
550 #: atk/atkobject.c:413
551 msgid "Accessible Table Caption"
552 msgstr "Didascalia accessibile della tabella"
554 #: atk/atkobject.c:414
555 msgid ""
556 "Is used to notify that the table caption has changed; this property should "
557 "not be used. accessible-table-caption-object should be used instead"
558 msgstr ""
559 "Usato per notificare che la descrizione della tabella è cambiata; questa "
560 "proprietà non dovrebbe essere usata. Dovrebbe essere usata accessible-table-"
561 "caption-object al suo posto."
563 #: atk/atkobject.c:420
564 msgid "Accessible Table Column Header"
565 msgstr "Intestazione accessibile della colonna della tabella"
567 #: atk/atkobject.c:421
568 msgid "Is used to notify that the table column header has changed"
569 msgstr ""
570 "Usato per notificare che l'intestazione della colonna della tabella è "
571 "cambiata"
573 #: atk/atkobject.c:427
574 msgid "Accessible Table Column Description"
575 msgstr "Descrizione accessibile della colonna della tabella"
577 #: atk/atkobject.c:428
578 msgid "Is used to notify that the table column description has changed"
579 msgstr ""
580 "Usata per notificare che la descrizione della colonna della tabella è "
581 "cambiata"
583 #: atk/atkobject.c:434
584 msgid "Accessible Table Row Header"
585 msgstr "Intestazione accessibile della riga della tabella"
587 #: atk/atkobject.c:435
588 msgid "Is used to notify that the table row header has changed"
589 msgstr ""
590 "Usato per notificare che l'intestazione della riga della tabella è cambiata"
592 #: atk/atkobject.c:441
593 msgid "Accessible Table Row Description"
594 msgstr "Descrizione accessibile della riga della tabella"
596 #: atk/atkobject.c:442
597 msgid "Is used to notify that the table row description has changed"
598 msgstr ""
599 "Usata per notificare che la descrizione della riga della tabella è cambiata"
601 #: atk/atkobject.c:448
602 msgid "Accessible Table Summary"
603 msgstr "Riassunto accessibile della tabella"
605 #: atk/atkobject.c:449
606 msgid "Is used to notify that the table summary has changed"
607 msgstr "Usato per notificare che il riassunto della tabella è cambiato"
609 #: atk/atkobject.c:455
610 msgid "Accessible Table Caption Object"
611 msgstr "Oggetto didascalia accessibile della tabella"
613 #: atk/atkobject.c:456
614 msgid "Is used to notify that the table caption has changed"
615 msgstr "Usato per notificare che la didascalia della tabella e cambiata"
617 #: atk/atkobject.c:462
618 msgid "Number of Accessible Hypertext Links"
619 msgstr "Numero di collegamenti accessibili nell'ipertesto"
621 #: atk/atkobject.c:463
622 msgid "The number of links which the current AtkHypertext has"
623 msgstr "Il numero di collegamenti presenti nell'AtkHypertext attuale"