Merge branch 'improve-documentation' into 'master'
[atk.git] / po / it.po
blob2ff6c61d431018fff83cd802d58a65faa01657b8
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 # Claudio Arseni <claudio.arseni@ubuntu.com>, 2014.
7 msgid ""
8 msgstr ""
9 "Project-Id-Version: atk\n"
10 "Report-Msgid-Bugs-To: http://bugzilla.gnome.org/enter_bug.cgi?"
11 "product=atk&keywords=I18N+L10N&component=general\n"
12 "POT-Creation-Date: 2014-03-21 03:47+0000\n"
13 "PO-Revision-Date: 2014-03-21 11:30+0100\n"
14 "Last-Translator: Claudio Arseni <claudio.arseni@ubuntu.com>\n"
15 "Language-Team: Italian <tp@lists.linux.it>\n"
16 "Language: it\n"
17 "MIME-Version: 1.0\n"
18 "Content-Type: text/plain; charset=UTF-8\n"
19 "Content-Transfer-Encoding: 8bit\n"
20 "Plural-Forms: nplurals=2; plural=(n != 1);\n"
21 "X-Generator: Gtranslator 2.91.6\n"
23 #: ../atk/atkhyperlink.c:128
24 msgid "Selected Link"
25 msgstr "Collegamento selezionato"
27 #: ../atk/atkhyperlink.c:129
28 msgid "Specifies whether the AtkHyperlink object is selected"
29 msgstr "Specifica se l'oggetto AtkHyperlink è selezionato"
31 #: ../atk/atkhyperlink.c:135
32 msgid "Number of Anchors"
33 msgstr "Numero di anchor"
35 #: ../atk/atkhyperlink.c:136
36 msgid "The number of anchors associated with the AtkHyperlink object"
37 msgstr "Il numero di anchor associate all'oggetto AtkHyperlink"
39 #: ../atk/atkhyperlink.c:144
40 msgid "End index"
41 msgstr "Indice finale"
43 #: ../atk/atkhyperlink.c:145
44 msgid "The end index of the AtkHyperlink object"
45 msgstr "L'indice finale dell'oggetto AtkHyperlink"
47 #: ../atk/atkhyperlink.c:153
48 msgid "Start index"
49 msgstr "Indice iniziale"
51 #: ../atk/atkhyperlink.c:154
52 msgid "The start index of the AtkHyperlink object"
53 msgstr "L'indice iniziale dell'oggetto AtkHyperlink"
55 #  * AtkObject represents the minimum information all accessible objects
56 #  * return. This information includes accessible name, accessible
57 #  * description, role and state of the object, as well information about
58 #  * its parent and children. It is also possible to obtain more specific
59 #  * accessibility information about a component if it supports one or more
60 #  * of the following interfaces:
62 # @ATK_ROLE_INVALID: Invalid role
63 #: ../atk/atkobject.c:97
64 msgid "invalid"
65 msgstr "non valido"
67 # @ATK_ROLE_ACCEL_LABEL: A label which represents an accelerator
68 #: ../atk/atkobject.c:98
69 msgid "accelerator label"
70 msgstr "etichetta acceleratore"
72 # @ATK_ROLE_ALERT: An object which is an alert to the user
73 #: ../atk/atkobject.c:99
74 msgid "alert"
75 msgstr "allerta"
77 # @ATK_ROLE_ANIMATION: An object which is an animated image
78 #: ../atk/atkobject.c:100
79 msgid "animation"
80 msgstr "animazione"
82 # @ATK_ROLE_ARROW: An arrow in one of the four cardinal directions
83 #: ../atk/atkobject.c:101
84 msgid "arrow"
85 msgstr "freccia"
87 # @ATK_ROLE_CALENDAR:  An object that displays a calendar and allows the user to select a date
88 #: ../atk/atkobject.c:102
89 msgid "calendar"
90 msgstr "calendario"
92 # @ATK_ROLE_CANVAS: An object that can be drawn into and is used to trap events
93 #: ../atk/atkobject.c:103
94 msgid "canvas"
95 msgstr "tela"
97 # @ATK_ROLE_CHECK_BOX: A choice that can be checked or unchecked and provides a separate indicator for the current state
98 #: ../atk/atkobject.c:104
99 msgid "check box"
100 msgstr "casella di spunta"
102 # @ATK_ROLE_CHECK_MENU_ITEM: A menu item with a check box
103 #: ../atk/atkobject.c:105
104 msgid "check menu item"
105 msgstr "voce di menù di spunta"
107 # @ATK_ROLE_COLOR_CHOOSER: A specialized dialog that lets the user choose a color
108 #: ../atk/atkobject.c:106
109 msgid "color chooser"
110 msgstr "selettore colore"
112 # @ATK_ROLE_COLUMN_HEADER: The header for a column of data
113 #: ../atk/atkobject.c:107
114 msgid "column header"
115 msgstr "intestazione di colonna"
117 # @ATK_ROLE_COMBO_BOX: A list of choices the user can select from
118 #: ../atk/atkobject.c:108
119 msgid "combo box"
120 msgstr "casella combinata"
122 # @ATK_ROLE_DATE_EDITOR: An object whose purpose is to allow a user to edit a date
123 #: ../atk/atkobject.c:109
124 msgid "dateeditor"
125 msgstr "editor di date"
127 # @ATK_ROLE_DESKTOP_ICON: An inconifed internal frame within a DESKTOP_PANE
128 #: ../atk/atkobject.c:110
129 msgid "desktop icon"
130 msgstr "icona della scrivania"
132 # @ATK_ROLE_DESKTOP_FRAME: A pane that supports internal frames and iconified versions of those internal frames
133 #: ../atk/atkobject.c:111
134 msgid "desktop frame"
135 msgstr "cornice della scrivania"
137 # @ATK_ROLE_DIAL: An object whose purpose is to allow a user to set a value
139 # rotella, vista la spiegazione è totalmente fuori luogo... -Luca
140 #: ../atk/atkobject.c:112
141 msgid "dial"
142 msgstr "rotella"
144 # @ATK_ROLE_DIALOG: A top level window with title bar and a border
145 #: ../atk/atkobject.c:113
146 msgid "dialog"
147 msgstr "dialogo"
149 # @ATK_ROLE_DIRECTORY_PANE: A pane that allows the user to navigate through and select the contents of a directory
150 #: ../atk/atkobject.c:114
151 msgid "directory pane"
152 msgstr "riquadro directory"
154 # @ATK_ROLE_DRAWING_AREA: An object used for drawing custom user interface elements
155 #: ../atk/atkobject.c:115
156 msgid "drawing area"
157 msgstr "area di disegno"
159 # @ATK_ROLE_FILE_CHOOSER: A specialized dialog that lets the user choose a file
160 #: ../atk/atkobject.c:116
161 msgid "file chooser"
162 msgstr "selettore file"
164 # @ATK_ROLE_FILLER: A object that fills up space in a user interface
165 #: ../atk/atkobject.c:117
166 msgid "filler"
167 msgstr "riempitore"
169 # @ATK_ROLE_FONT_CHOOSER: A specialized dialog that lets the user choose a font
170 #. I know it looks wrong but that is what Java returns
171 #: ../atk/atkobject.c:119
172 msgid "fontchooser"
173 msgstr "selettore tipo di carattere"
175 # @ATK_ROLE_FRAME: A top level window with a title bar, border, menubar, etc.
176 #: ../atk/atkobject.c:120
177 msgid "frame"
178 msgstr "cornice"
180 # @ATK_ROLE_GLASS_PANE: A pane that is guaranteed to be painted on top of all panes beneath it
181 #: ../atk/atkobject.c:121
182 msgid "glass pane"
183 msgstr "riquardo trasparente"
185 # @ATK_ROLE_HTML_CONTAINER: A document container for HTML, whose children represent the document content
186 #: ../atk/atkobject.c:122
187 msgid "html container"
188 msgstr "contenitore html"
190 # @ATK_ROLE_ICON: A small fixed size picture, typically used to decorate components
191 #: ../atk/atkobject.c:123
192 msgid "icon"
193 msgstr "icona"
195 # @ATK_ROLE_IMAGE: An object whose primary purpose is to display an image
196 #: ../atk/atkobject.c:124
197 msgid "image"
198 msgstr "immagine"
200 # @ATK_ROLE_INTERNAL_FRAME: A frame-like object that is clipped by a desktop pane
201 #: ../atk/atkobject.c:125
202 msgid "internal frame"
203 msgstr "cornice interna"
205 # @ATK_ROLE_LABEL: An object used to present an icon or short string in an interface
206 #: ../atk/atkobject.c:126
207 msgid "label"
208 msgstr "etichetta"
210 # @ATK_ROLE_LAYERED_PANE: A specialized pane that allows its children to be drawn in layers, providing a form of stacking order
211 #: ../atk/atkobject.c:127
212 msgid "layered pane"
213 msgstr "riquadro a livelli"
215 # @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 
216 #: ../atk/atkobject.c:128
217 msgid "list"
218 msgstr "elenco"
220 # @ATK_ROLE_LIST_ITEM: An object that represents an element of a list 
221 #: ../atk/atkobject.c:129
222 msgid "list item"
223 msgstr "voce di elenco"
225 # @ATK_ROLE_MENU: An object usually found inside a menu bar that contains a list of actions the user can choose from
226 #: ../atk/atkobject.c:130
227 msgid "menu"
228 msgstr "menù"
230 # @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
231 #: ../atk/atkobject.c:131
232 msgid "menu bar"
233 msgstr "barra dei menù"
235 # @ATK_ROLE_MENU_ITEM: An object usually contained in a menu that presents an action the user can choose
236 #: ../atk/atkobject.c:132
237 msgid "menu item"
238 msgstr "voce di menù"
240 # *@ATK_ROLE_OPTION_PANE: A specialized pane whose primary use is inside a DIALOG
241 #: ../atk/atkobject.c:133
242 msgid "option pane"
243 msgstr "riquadro opzioni"
245 # @ATK_ROLE_PAGE_TAB: An object that is a child of a page tab list
246 #: ../atk/atkobject.c:134
247 msgid "page tab"
248 msgstr "scheda"
250 # @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 
251 #: ../atk/atkobject.c:135
252 msgid "page tab list"
253 msgstr "elenco di schede"
255 # @ATK_ROLE_PANEL: A generic container that is often used to group objects
256 #: ../atk/atkobject.c:136
257 msgid "panel"
258 msgstr "pannello"
260 # @ATK_ROLE_PASSWORD_TEXT: A text object uses for passwords, or other places where the text content is not shown visibly to the user
261 #: ../atk/atkobject.c:137
262 msgid "password text"
263 msgstr "testo password"
265 # @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
266 #: ../atk/atkobject.c:138
267 msgid "popup menu"
268 msgstr "menù a comparsa"
270 # @ATK_ROLE_PROGRESS_BAR: An object used to indicate how much of a task has been completed
271 #: ../atk/atkobject.c:139
272 msgid "progress bar"
273 msgstr "barra di avanzamento"
275 # @ATK_ROLE_PUSH_BUTTON: An object the user can manipulate to tell the application to do something
276 #: ../atk/atkobject.c:140
277 msgid "push button"
278 msgstr "pulsante"
280 # @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
281 #: ../atk/atkobject.c:141
282 msgid "radio button"
283 msgstr "pulsante radio"
285 # @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
286 #: ../atk/atkobject.c:142
287 msgid "radio menu item"
288 msgstr "voce di menù radio"
290 # @ATK_ROLE_ROOT_PANE: A specialized pane that has a glass pane and a layered pane as its children
291 #: ../atk/atkobject.c:143
292 msgid "root pane"
293 msgstr "riquadro radice"
295 # @ATK_ROLE_ROW_HEADER: The header for a row of data
296 #: ../atk/atkobject.c:144
297 msgid "row header"
298 msgstr "intestazione di riga"
300 # @ATK_ROLE_SCROLL_BAR: An object usually used to allow a user to incrementally view a large amount of data.
301 #: ../atk/atkobject.c:145
302 msgid "scroll bar"
303 msgstr "barra di scorrimento"
305 # @ATK_ROLE_SCROLL_PANE: An object that allows a user to incrementally view a large amount of information
306 #: ../atk/atkobject.c:146
307 msgid "scroll pane"
308 msgstr "riquadro a scorrimento"
310 # @ATK_ROLE_SEPARATOR: An object usually contained in a menu to provide a visible and logical separation of the contents in a menu
311 #: ../atk/atkobject.c:147
312 msgid "separator"
313 msgstr "separatore"
315 # @ATK_ROLE_SLIDER: An object that allows the user to select from a bounded range
316 #: ../atk/atkobject.c:148
317 msgid "slider"
318 msgstr "controllo scorrevole"
320 # @ATK_ROLE_SPLIT_PANE: A specialized panel that presents two other panels at the same time
321 #: ../atk/atkobject.c:149
322 msgid "split pane"
323 msgstr "riquadro diviso"
325 # @ATK_ROLE_SPIN_BUTTON: An object used to get an integer or floating point number from the user
326 #: ../atk/atkobject.c:150
327 msgid "spin button"
328 msgstr "controllo di selezione"
330 # @ATK_ROLE_STATUSBAR: An object which reports messages of minor importance to the user
331 #: ../atk/atkobject.c:151
332 msgid "statusbar"
333 msgstr "barra di stato"
335 # @ATK_ROLE_TABLE: An object used to represent information in terms of rows and columns
336 #: ../atk/atkobject.c:152
337 msgid "table"
338 msgstr "tabella"
340 # @ATK_ROLE_TABLE_CELL: A cell in a table
341 #: ../atk/atkobject.c:153
342 msgid "table cell"
343 msgstr "cella di tabella"
345 # @ATK_ROLE_TABLE_COLUMN_HEADER: The header for a column of a table
346 #: ../atk/atkobject.c:154
347 msgid "table column header"
348 msgstr "intestazione di colonna per tabella"
350 # @ATK_ROLE_TABLE_ROW_HEADER: The header for a row of a table
351 #: ../atk/atkobject.c:155
352 msgid "table row header"
353 msgstr "intestazione di riga per tabella"
355 # @ATK_ROLE_TEAR_OFF_MENU_ITEM: A menu item used to tear off and reattach its menu
356 #: ../atk/atkobject.c:156
357 msgid "tear off menu item"
358 msgstr "voce di menù staccabile"
360 # @ATK_ROLE_TERMINAL: An object that represents an accessible terminal
361 #: ../atk/atkobject.c:157
362 msgid "terminal"
363 msgstr "terminale"
365 # @ATK_ROLE_TEXT: An object that presents text to the user
366 #: ../atk/atkobject.c:158
367 msgid "text"
368 msgstr "testo"
370 # @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
371 #: ../atk/atkobject.c:159
372 msgid "toggle button"
373 msgstr "pulsante di commutazione"
375 # @ATK_ROLE_TOOL_BAR: A bar or palette usually composed of push buttons or toggle buttons
376 #: ../atk/atkobject.c:160
377 msgid "tool bar"
378 msgstr "barra degli strumenti"
380 # @ATK_ROLE_TOOL_TIP: An object that provides information about another object
381 #: ../atk/atkobject.c:161
382 msgid "tool tip"
383 msgstr "suggerimento"
385 # @ATK_ROLE_TREE: An object used to represent hierarchical information to the user
386 #: ../atk/atkobject.c:162
387 msgid "tree"
388 msgstr "albero"
390 # @ATK_ROLE_TREE_TABLE: An object capable of expanding and collapsing rows as well as showing multiple columns of data
391 #: ../atk/atkobject.c:163
392 msgid "tree table"
393 msgstr "tabella ad albero"
395 # @ATK_ROLE_UNKNOWN: The object contains some Accessible information, but its role is not known
396 #: ../atk/atkobject.c:164
397 msgid "unknown"
398 msgstr "sconosciuto"
400 # *@ATK_ROLE_VIEWPORT: An object usually used in a scroll pane
401 #: ../atk/atkobject.c:165
402 msgid "viewport"
403 msgstr "area visibile"
405 # @ATK_ROLE_WINDOW: A top level window with no title or border.
406 #: ../atk/atkobject.c:166
407 msgid "window"
408 msgstr "finestra"
410 # @ATK_ROLE_HEADER: An object that serves as a document header.
411 #: ../atk/atkobject.c:167
412 msgid "header"
413 msgstr "intestazione"
415 # @ATK_ROLE_FOOTER: An object that serves as a document footer.
416 #: ../atk/atkobject.c:168
417 msgid "footer"
418 msgstr "piè di pagina"
420 # @ATK_ROLE_PARAGRAPH: An object which is contains a paragraph of text content
421 #: ../atk/atkobject.c:169
422 msgid "paragraph"
423 msgstr "paragrafo"
425 # @ATK_ROLE_RULER: An object which describes margins and tab stops, etc. for text objects which it controls
426 #: ../atk/atkobject.c:170
427 msgid "ruler"
428 msgstr "righello"
430 # @ATK_ROLE_APPLICATION: The object is an application object, which may contain @ATK_ROLE_FRAME objects or other types of accessibles.
431 #: ../atk/atkobject.c:171
432 msgid "application"
433 msgstr "applicazione"
435 # @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.
436 #: ../atk/atkobject.c:172
437 msgid "autocomplete"
438 msgstr "completamento automatico"
440 # @ATK_ROLE_EDITBAR: The object is an editable text object in a toolbar
441 #: ../atk/atkobject.c:173
442 msgid "edit bar"
443 msgstr "barra di modifica"
445 # @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.
446 #: ../atk/atkobject.c:174
447 msgid "embedded component"
448 msgstr "componente incorporato"
450 # @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.
451 #: ../atk/atkobject.c:175
452 msgid "entry"
453 msgstr "campo inserimento"
455 # @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.
456 #: ../atk/atkobject.c:176
457 msgid "chart"
458 msgstr "diagramma"
460 # @ATK_ROLE_CAPTION: The object contains descriptive information, usually textual, about another user interface element such as a table, chart, or image.
461 #: ../atk/atkobject.c:177
462 msgid "caption"
463 msgstr "didascalia"
465 # @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.
466 #: ../atk/atkobject.c:178
467 msgid "document frame"
468 msgstr "cornice documento"
470 # @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.
471 #: ../atk/atkobject.c:179
472 msgid "heading"
473 msgstr "intestazione"
475 # @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.
476 #: ../atk/atkobject.c:180
477 msgid "page"
478 msgstr "pagina"
480 # @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.
481 #: ../atk/atkobject.c:181
482 msgid "section"
483 msgstr "sezione"
485 # @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.
486 #: ../atk/atkobject.c:182
487 msgid "redundant object"
488 msgstr "oggetto ridondante"
490 # @ATK_ROLE_FRAME: A top level window with a title bar, border, menubar, etc.
493 # Traduzione non ottimale, ma visto l'originale non penso si potesse
494 # fare molto altro -Luca
496 #: ../atk/atkobject.c:183
497 msgid "form"
498 msgstr "modulo"
500 # @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
501 #: ../atk/atkobject.c:184
502 msgid "link"
503 msgstr "collegamento"
505 # @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.
506 #: ../atk/atkobject.c:185
507 msgid "input method window"
508 msgstr "finestra metodo di input"
510 # @ATK_ROLE_TABLE_ROW_HEADER: The header for a row of a table
511 #: ../atk/atkobject.c:186
512 msgid "table row"
513 msgstr "riga di tabella"
515 # @ATK_ROLE_TREE_TABLE: An object capable of expanding and collapsing rows as well as showing multiple columns of data
516 #: ../atk/atkobject.c:187
517 msgid "tree item"
518 msgstr "elemento albero"
520 # @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.
521 #: ../atk/atkobject.c:188
522 msgid "document spreadsheet"
523 msgstr "documento foglio di calcolo"
525 # @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.
526 #: ../atk/atkobject.c:189
527 msgid "document presentation"
528 msgstr "documento presentazione"
530 # @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.
531 #: ../atk/atkobject.c:190
532 msgid "document text"
533 msgstr "documento testo"
535 # @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.
536 #: ../atk/atkobject.c:191
537 msgid "document web"
538 msgstr "documento web"
540 # @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.
541 #: ../atk/atkobject.c:192
542 msgid "document email"
543 msgstr "documento email"
545 #: ../atk/atkobject.c:193
546 msgid "comment"
547 msgstr "commento"
549 # @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 
550 #: ../atk/atkobject.c:194
551 msgid "list box"
552 msgstr "casella elenco"
554 #: ../atk/atkobject.c:195
555 msgid "grouping"
556 msgstr "raggruppamento"
558 # @ATK_ROLE_IMAGE: An object whose primary purpose is to display an image
559 #: ../atk/atkobject.c:196
560 msgid "image map"
561 msgstr "mappa immagine"
563 # @ATK_ROLE_ANIMATION: An object which is an animated image
564 #: ../atk/atkobject.c:197
565 msgid "notification"
566 msgstr "notifica"
568 # @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
569 #: ../atk/atkobject.c:198
570 msgid "info bar"
571 msgstr "barra delle informazioni"
573 # @ATK_ROLE_SCROLL_BAR: An object usually used to allow a user to incrementally view a large amount of data.
574 #: ../atk/atkobject.c:199
575 #| msgid "scroll bar"
576 msgid "level bar"
577 msgstr "barra di livello"
579 # @ATK_ROLE_TOOL_BAR: A bar or palette usually composed of push buttons or toggle buttons
580 #: ../atk/atkobject.c:200
581 #| msgid "tool bar"
582 msgid "title bar"
583 msgstr "barra del titolo"
585 #: ../atk/atkobject.c:201
586 msgid "block quote"
587 msgstr "block quote"
589 #: ../atk/atkobject.c:202
590 msgid "audio"
591 msgstr "audio"
593 #: ../atk/atkobject.c:203
594 msgid "video"
595 msgstr "video"
597 # @ATK_ROLE_ANIMATION: An object which is an animated image
598 #: ../atk/atkobject.c:204
599 #| msgid "animation"
600 msgid "definition"
601 msgstr "definizione"
603 #: ../atk/atkobject.c:205
604 msgid "article"
605 msgstr "articolo"
607 #: ../atk/atkobject.c:206
608 msgid "landmark"
609 msgstr "punto di riferimento"
611 # @ATK_ROLE_DIALOG: A top level window with title bar and a border
612 #: ../atk/atkobject.c:207
613 #| msgid "dialog"
614 msgid "log"
615 msgstr "registro"
617 #: ../atk/atkobject.c:208
618 msgid "marquee"
619 msgstr "marquee"
621 #: ../atk/atkobject.c:209
622 msgid "math"
623 msgstr "matematica"
625 #: ../atk/atkobject.c:210
626 msgid "rating"
627 msgstr "valutazione"
629 #: ../atk/atkobject.c:211
630 msgid "timer"
631 msgstr "timer"
633 #: ../atk/atkobject.c:212
634 msgid "description list"
635 msgstr "elenco descrizione"
637 #: ../atk/atkobject.c:213
638 msgid "description term"
639 msgstr "termine descrizione"
641 #: ../atk/atkobject.c:214
642 msgid "description value"
643 msgstr "valore descrizione"
645 #: ../atk/atkobject.c:372
646 msgid "Accessible Name"
647 msgstr "Nome accessibile"
649 #: ../atk/atkobject.c:373
650 msgid "Object instance’s name formatted for assistive technology access"
651 msgstr ""
652 "Il nome dell'istanza dell'oggetto formattato per l'accesso tramite "
653 "tecnologia assistiva"
655 #: ../atk/atkobject.c:379
656 msgid "Accessible Description"
657 msgstr "Descrizione accessibile"
659 #: ../atk/atkobject.c:380
660 msgid "Description of an object, formatted for assistive technology access"
661 msgstr ""
662 "Descrizione di un oggetto, formattata per l'accesso tramite tecnologia "
663 "assistiva"
665 #: ../atk/atkobject.c:386
666 msgid "Accessible Parent"
667 msgstr "Genitore accessibile"
669 #: ../atk/atkobject.c:387
670 msgid "Parent of the current accessible as returned by atk_object_get_parent()"
671 msgstr ""
672 "Genitore dell'attuale accessibile come restituito da atk_object_get_parent()"
674 #: ../atk/atkobject.c:403
675 msgid "Accessible Value"
676 msgstr "Valore accessibile"
678 #: ../atk/atkobject.c:404
679 msgid "Is used to notify that the value has changed"
680 msgstr "Usato per notificare che il valore è cambiato"
682 #: ../atk/atkobject.c:412
683 msgid "Accessible Role"
684 msgstr "Ruolo accessibile"
686 #: ../atk/atkobject.c:413
687 msgid "The accessible role of this object"
688 msgstr "Il ruolo accessibile di questo oggetto"
690 #: ../atk/atkobject.c:421
691 msgid "Accessible Layer"
692 msgstr "Livello accessibile"
694 #: ../atk/atkobject.c:422
695 msgid "The accessible layer of this object"
696 msgstr "Il livello accessibile di questo oggetto"
698 #: ../atk/atkobject.c:430
699 msgid "Accessible MDI Value"
700 msgstr "Valore MDI accessibile"
702 #: ../atk/atkobject.c:431
703 msgid "The accessible MDI value of this object"
704 msgstr "Il valore MDI accessibile di questo oggetto"
706 #: ../atk/atkobject.c:447
707 msgid "Accessible Table Caption"
708 msgstr "Didascalia accessibile della tabella"
710 #: ../atk/atkobject.c:448
711 msgid ""
712 "Is used to notify that the table caption has changed; this property should "
713 "not be used. accessible-table-caption-object should be used instead"
714 msgstr ""
715 "Usato per notificare che la descrizione della tabella è cambiata; questa "
716 "proprietà non dovrebbe essere usata. Dovrebbe essere usata accessible-table-"
717 "caption-object al suo posto."
719 #: ../atk/atkobject.c:462
720 msgid "Accessible Table Column Header"
721 msgstr "Intestazione accessibile della colonna della tabella"
723 #: ../atk/atkobject.c:463
724 msgid "Is used to notify that the table column header has changed"
725 msgstr ""
726 "Usato per notificare che l'intestazione della colonna della tabella è "
727 "cambiata"
729 #: ../atk/atkobject.c:478
730 msgid "Accessible Table Column Description"
731 msgstr "Descrizione accessibile della colonna della tabella"
733 #: ../atk/atkobject.c:479
734 msgid "Is used to notify that the table column description has changed"
735 msgstr ""
736 "Usata per notificare che la descrizione della colonna della tabella è "
737 "cambiata"
739 #: ../atk/atkobject.c:494
740 msgid "Accessible Table Row Header"
741 msgstr "Intestazione accessibile della riga della tabella"
743 #: ../atk/atkobject.c:495
744 msgid "Is used to notify that the table row header has changed"
745 msgstr ""
746 "Usato per notificare che l'intestazione della riga della tabella è cambiata"
748 #: ../atk/atkobject.c:509
749 msgid "Accessible Table Row Description"
750 msgstr "Descrizione accessibile della riga della tabella"
752 #: ../atk/atkobject.c:510
753 msgid "Is used to notify that the table row description has changed"
754 msgstr ""
755 "Usata per notificare che la descrizione della riga della tabella è cambiata"
757 #: ../atk/atkobject.c:516
758 msgid "Accessible Table Summary"
759 msgstr "Riassunto accessibile della tabella"
761 #: ../atk/atkobject.c:517
762 msgid "Is used to notify that the table summary has changed"
763 msgstr "Usato per notificare che il riassunto della tabella è cambiato"
765 #: ../atk/atkobject.c:523
766 msgid "Accessible Table Caption Object"
767 msgstr "Oggetto didascalia accessibile della tabella"
769 #: ../atk/atkobject.c:524
770 msgid "Is used to notify that the table caption has changed"
771 msgstr "Usato per notificare che la didascalia della tabella e cambiata"
773 #: ../atk/atkobject.c:530
774 msgid "Number of Accessible Hypertext Links"
775 msgstr "Numero di collegamenti accessibili nell'ipertesto"
777 #: ../atk/atkobject.c:531
778 msgid "The number of links which the current AtkHypertext has"
779 msgstr "Il numero di collegamenti presenti nell'AtkHypertext attuale"
781 #. Translators: This string describes a range within value-related
782 #. * widgets such as a password-strength meter. Note that what such a
783 #. * widget presents is controlled by application developers. Thus
784 #. * assistive technologies such as screen readers are expected to
785 #. * present this string alone or as a token in a list.
787 #: ../atk/atkvalue.c:194
788 msgid "very weak"
789 msgstr "molto debole"
791 #. Translators: This string describes a range within value-related
792 #. * widgets such as a password-strength meter. Note that what such a
793 #. * widget presents is controlled by application developers. Thus
794 #. * assistive technologies such as screen readers are expected to
795 #. * present this string alone or as a token in a list.
797 #: ../atk/atkvalue.c:201
798 msgid "weak"
799 msgstr "debole"
801 # @ATK_ROLE_TABLE: An object used to represent information in terms of rows and columns
802 #. Translators: This string describes a range within value-related
803 #. * widgets such as a password-strength meter. Note that what such a
804 #. * widget presents is controlled by application developers. Thus
805 #. * assistive technologies such as screen readers are expected to
806 #. * present this string alone or as a token in a list.
808 #: ../atk/atkvalue.c:208
809 #| msgid "table"
810 msgid "acceptable"
811 msgstr "accettabile"
813 #. Translators: This string describes a range within value-related
814 #. * widgets such as a password-strength meter. Note that what such a
815 #. * widget presents is controlled by application developers. Thus
816 #. * assistive technologies such as screen readers are expected to
817 #. * present this string alone or as a token in a list.
819 #: ../atk/atkvalue.c:215
820 msgid "strong"
821 msgstr "robusta"
823 #. Translators: This string describes a range within value-related
824 #. * widgets such as a password-strength meter. Note that what such a
825 #. * widget presents is controlled by application developers. Thus
826 #. * assistive technologies such as screen readers are expected to
827 #. * present this string alone or as a token in a list.
829 #: ../atk/atkvalue.c:222
830 msgid "very strong"
831 msgstr "molto robusta"
833 #. Translators: This string describes a range within value-related
834 #. * widgets such as a volume slider. Note that what such a widget
835 #. * presents (e.g. temperature, volume, price) is controlled by
836 #. * application developers. Thus assistive technologies such as screen
837 #. * readers are expected to present this string alone or as a token in
838 #. * a list.
840 #: ../atk/atkvalue.c:230
841 msgid "very low"
842 msgstr "molto fragile"
844 #. Translators: This string describes a range within value-related
845 #. * widgets such as a volume slider. Note that what such a widget
846 #. * presents (e.g. temperature, volume, price) is controlled by
847 #. * application developers. Thus assistive technologies such as screen
848 #. * readers are expected to present this string alone or as a token in
849 #. * a list.
851 #: ../atk/atkvalue.c:238
852 msgid "medium"
853 msgstr "media"
855 #. Translators: This string describes a range within value-related
856 #. * widgets such as a volume slider. Note that what such a widget
857 #. * presents (e.g. temperature, volume, price) is controlled by
858 #. * application developers. Thus assistive technologies such as screen
859 #. * readers are expected to present this string alone or as a token in
860 #. * a list.
862 #: ../atk/atkvalue.c:246
863 msgid "high"
864 msgstr "elevata"
866 #. Translators: This string describes a range within value-related
867 #. * widgets such as a volume slider. Note that what such a widget
868 #. * presents (e.g. temperature, volume, price) is controlled by
869 #. * application developers. Thus assistive technologies such as screen
870 #. * readers are expected to present this string alone or as a token in
871 #. * a list.
873 #: ../atk/atkvalue.c:254
874 msgid "very high"
875 msgstr "molto elevata"
877 #. Translators: This string describes a range within value-related
878 #. * widgets such as a hard drive usage. Note that what such a widget
879 #. * presents (e.g. hard drive usage, network traffic) is controlled by
880 #. * application developers. Thus assistive technologies such as screen
881 #. * readers are expected to present this string alone or as a token in
882 #. * a list.
884 #: ../atk/atkvalue.c:262
885 msgid "very bad"
886 msgstr "molto brutta"
888 #. Translators: This string describes a range within value-related
889 #. * widgets such as a hard drive usage. Note that what such a widget
890 #. * presents (e.g. hard drive usage, network traffic) is controlled by
891 #. * application developers. Thus assistive technologies such as screen
892 #. * readers are expected to present this string alone or as a token in
893 #. * a list.
895 #: ../atk/atkvalue.c:270
896 msgid "bad"
897 msgstr "brutta"
899 #. Translators: This string describes a range within value-related
900 #. * widgets such as a hard drive usage. Note that what such a widget
901 #. * presents (e.g. hard drive usage, network traffic) is controlled by
902 #. * application developers. Thus assistive technologies such as screen
903 #. * readers are expected to present this string alone or as a token in
904 #. * a list.
906 #: ../atk/atkvalue.c:278
907 msgid "good"
908 msgstr "buona"
910 #. Translators: This string describes a range within value-related
911 #. * widgets such as a hard drive usage. Note that what such a widget
912 #. * presents (e.g. hard drive usage, network traffic) is controlled by
913 #. * application developers. Thus assistive technologies such as screen
914 #. * readers are expected to present this string alone or as a token in
915 #. * a list.
917 #: ../atk/atkvalue.c:286
918 msgid "very good"
919 msgstr "molto buona"
921 #. Translators: This string describes a range within value-related
922 #. * widgets such as a hard drive usage. Note that what such a widget
923 #. * presents (e.g. hard drive usage, network traffic) is controlled by
924 #. * application developers. Thus assistive technologies such as screen
925 #. * readers are expected to present this string alone or as a token in
926 #. * a list.
928 #: ../atk/atkvalue.c:294
929 msgid "best"
930 msgstr "migliore"
932 #~ msgid "Is used to notify that the parent has changed"
933 #~ msgstr "Usato per notificare che il genitore è cambiato"