# Italian translation of Orca # Copyright (C) 2005 Sun Microsystems Inc. # This file is distributed under the same license as the Orca package. # Aldo "Xoen" Giambelluca , 2005. # Luca Ferretti , 2006,2007. # msgid "" msgstr "" "Project-Id-Version: Orca\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2007-09-16 16:42+0200\n" "PO-Revision-Date: 2007-09-16 17:31+0200\n" "Last-Translator: Luca Ferretti \n" "Language-Team: Italian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1)\n" #: ../orca.desktop.in.h:1 msgid "Orca Screen Reader and Magnifier" msgstr "Orca - Lettore schermo e ingranditore" #: ../orca.desktop.in.h:2 msgid "" "Present on-screen information as speech or braille, or magnify the screen" msgstr "" "Presenta le informazioni a schermo come parlato o braille oppure ingrandisce " "lo schermo" #: ../src/orca/app_gui_prefs.py:89 #, python-format msgid "Orca Preferences for %s" msgstr "Preferenze di Orca per %s" #: ../src/orca/app_gui_prefs.py:210 msgid "No application has focus." msgstr "Nessuna applicazione ha il focus." #. Translators: Orca Preferences in this case, is a configuration GUI #. for allowing users to set application specific settings from within #. Orca for the application that currently has focus. #. #: ../src/orca/app_gui_prefs.py:225 #, python-format msgid "Starting Orca Preferences for %s. This may take a while." msgstr "" "Avvio delle preferenze di Orca per %s. Potrebbe richiedere un po' di tempo." #. Translators: this announces that a bookmark has been entered. #. Orca allows users to tell it to remember a particular spot in an #. application window and provides keystrokes for the user to jump to #. those spots. These spots are known as 'bookmarks'. #. #: ../src/orca/bookmarks.py:72 msgid "bookmark entered" msgstr "segnalibro inserito" #. Translators: this announces that the current object is the same #. object pointed to by the bookmark. #. #: ../src/orca/bookmarks.py:94 ../src/orca/Gecko.py:1300 msgid "bookmark is current object" msgstr "il segnalibro è l'oggetto corrente" #. Translators: this announces that the current object's parent and #. the parent of the object pointed to by the bookmark are the same. #. #: ../src/orca/bookmarks.py:101 ../src/orca/Gecko.py:1307 msgid "bookmark and current object have same parent" msgstr "il segnalibro e l'oggetto corrente hanno lo stesso genitore" #. Translators: this announces that the bookmark and the current #. object share a common ancestor #. #: ../src/orca/bookmarks.py:118 ../src/orca/Gecko.py:1324 #, python-format msgid "shared ancestor %s" msgstr "antenato condiviso %s" #. Translators: This announces that a comparison between the bookmark #. and the current object can not be determined. #. #: ../src/orca/bookmarks.py:125 ../src/orca/Gecko.py:1331 msgid "comparison unknown" msgstr "comparazione sconosciuta" #. Translators: this announces that a bookmark has been saved to #. disk #. #: ../src/orca/bookmarks.py:134 ../src/orca/Gecko.py:1346 msgid "bookmarks saved" msgstr "segnalibri salvati" #. Translators: this announces that a bookmark could not be saved to #. disk #. #: ../src/orca/bookmarks.py:139 ../src/orca/Gecko.py:1351 msgid "bookmarks could not be saved" msgstr "impossibile salvare i segnalibri" # parafrasi, in originale riferito allo stato dei widget -Luca #. Translators: this represents an item on the screen that has #. been set insensitive (or grayed out). #. #: ../src/orca/braillegenerator.py:204 ../src/orca/speechgenerator.py:202 msgid "grayed" msgstr "non disponibile" #. Translators: this represents the state of a node in a tree. #. 'expanded' means the children are showing. #. 'collapsed' means the children are not showing. #. #: ../src/orca/braillegenerator.py:1187 ../src/orca/J2SE-access-bridge.py:73 #: ../src/orca/speechgenerator.py:1308 ../src/orca/where_am_I.py:566 msgid "expanded" msgstr "espanso" #. Translators: this represents the state of a node in a tree. #. 'expanded' means the children are showing. #. 'collapsed' means the children are not showing. #. #: ../src/orca/braillegenerator.py:1193 ../src/orca/J2SE-access-bridge.py:80 #: ../src/orca/speechgenerator.py:1327 ../src/orca/where_am_I.py:572 msgid "collapsed" msgstr "contratto" #. Translators: this represents the depth of a node in a tree #. view (i.e., how many ancestors a node has). #. #: ../src/orca/braillegenerator.py:1200 #, python-format msgid "TREE LEVEL %d" msgstr "LIVELLO ALBERO %d" #. Translators: this is a command for a button on a refreshable braille #. display (an external hardware device used by people who are blind). #. When pressing the button, the display scrolls to the left. #. #: ../src/orca/braille.py:168 msgid "Line Left" msgstr "Riga a sinistra" #. Translators: this is a command for a button on a refreshable braille #. display (an external hardware device used by people who are blind). #. When pressing the button, the display scrolls to the right. #. #: ../src/orca/braille.py:174 msgid "Line Right" msgstr "Riga a destra" #. Translators: this is a command for a button on a refreshable braille #. display (an external hardware device used by people who are blind). #. When pressing the button, the display scrolls up. #. #: ../src/orca/braille.py:180 msgid "Line Up" msgstr "Riga sopra" #. Translators: this is a command for a button on a refreshable braille #. display (an external hardware device used by people who are blind). #. When pressing the button, the display scrolls down. #. #: ../src/orca/braille.py:186 msgid "Line Down" msgstr "Riga sotto" #. Translators: this is a command for a button on a refreshable braille #. display (an external hardware device used by people who are blind). #. When pressing the button, the display scrolls to the top left of the #. window. #. #: ../src/orca/braille.py:193 msgid "Top Left" msgstr "Superiore sinistro" #. Translators: this is a command for a button on a refreshable braille #. display (an external hardware device used by people who are blind). #. When pressing the button, the display scrolls to the bottom right of #. the window. #. #: ../src/orca/braille.py:200 msgid "Bottom Right" msgstr "Inferiore destro" #. Translators: this is a command for a button on a refreshable braille #. display (an external hardware device used by people who are blind). #. When pressing the button, the display scrolls to position containing #. the cursor. #. #: ../src/orca/braille.py:207 msgid "Cursor Position" msgstr "Posizione cursore" #. Translators: this is the spoken word for the space character #. #: ../src/orca/chnames.py:38 ../src/orca/default.py:5502 msgid "space" msgstr "spazio" #. Translators: this is the spoken word for the newline character #. #: ../src/orca/chnames.py:42 msgid "newline" msgstr "a capo" #. Translators: this is the spoken word for the tab character #. #: ../src/orca/chnames.py:46 msgid "tab" msgstr "tabulazione" #. Translators: this is the spoken word for the character '!' (U+0021) #. #: ../src/orca/chnames.py:50 msgid "exclaim" msgstr "punto esclamativo" #. Translators: this is the spoken word for the character '"' (U+0022) #. #: ../src/orca/chnames.py:54 msgid "quote" msgstr "virgolette" # o cancelletto ????? # # in inglese # è usato come numero, non in italiano... # # #. Translators: this is the spoken word for the character '#' (U+0023) #. #: ../src/orca/chnames.py:58 msgid "number" msgstr "numero" #. Translators: this is the spoken word for the character '$' (U+0024) #. #: ../src/orca/chnames.py:62 msgid "dollar" msgstr "dollaro" # termine comune per il carattere UTF-8 "%" #. Translators: this is the spoken word for the character '%' (U+0025) #. #: ../src/orca/chnames.py:66 msgid "percent" msgstr "percentuale" #. Translators: this is the spoken word for the character '&' (U+0026) #. #: ../src/orca/chnames.py:70 msgid "and" msgstr "e commerciale" #. Translators: this is the spoken word for the character ''' (U+0027) #. #: ../src/orca/chnames.py:74 msgid "apostrophe" msgstr "apostrofo" #. Translators: this is the spoken word for the character '(' (U+0028) #. #: ../src/orca/chnames.py:78 msgid "left paren" msgstr "parentesi sinistra" #. Translators: this is the spoken word for the character ')' (U+0029) #. #: ../src/orca/chnames.py:82 msgid "right paren" msgstr "parentesi destra" #. Translators: this is the spoken word for the character '*' (U+002a) #. #: ../src/orca/chnames.py:86 msgid "star" msgstr "asterisco" #. Translators: this is the spoken word for the character '+' (U+002b) #. #: ../src/orca/chnames.py:90 msgid "plus" msgstr "più" #. Translators: this is the spoken word for the character ',' (U+002c) #. #: ../src/orca/chnames.py:94 msgid "comma" msgstr "virgola" #. Translators: this is the spoken word for the character '-' (U+002d) #. #: ../src/orca/chnames.py:98 msgid "dash" msgstr "trattino" #. Translators: this is the spoken word for the character '.' (U+002e) #. #: ../src/orca/chnames.py:102 msgid "dot" msgstr "punto" #. Translators: this is the spoken word for the character '/' (U+002f) #. #: ../src/orca/chnames.py:106 msgid "slash" msgstr "slash" #. Translators: this is the spoken word for the character ':' (U+003a) #. #: ../src/orca/chnames.py:110 msgid "colon" msgstr "due punti" #. Translators: this is the spoken word for the character ';' (U+003b) #. #: ../src/orca/chnames.py:114 msgid "semicolon" msgstr "punto e virgola" #. Translators: this is the spoken word for the character '< ' (U+003c) #. #: ../src/orca/chnames.py:118 msgid "less" msgstr "minore" #. Translators: this is the spoken word for the character '=' (U+003d) #. #: ../src/orca/chnames.py:122 msgid "equals" msgstr "uguale" #. Translators: this is the spoken word for the character '> ' (U+003e) #. #: ../src/orca/chnames.py:126 msgid "greater" msgstr "maggiore" #. Translators: this is the spoken word for the character '?' (U+003f) #. #: ../src/orca/chnames.py:130 msgid "question" msgstr "punto interrogativo" # chiocciolina? a commerciale? at? -Luca # # #. Translators: this is the spoken word for the character '@' (U+0040) #. #: ../src/orca/chnames.py:134 msgid "at" msgstr "chiocciola" #. Translators: this is the spoken word for the character '[' (U+005b) #. #: ../src/orca/chnames.py:138 msgid "left bracket" msgstr "parentesi quadra sinistra" #. Translators: this is the spoken word for the character '\' (U+005c) #. #: ../src/orca/chnames.py:142 msgid "backslash" msgstr "slash inversa" #. Translators: this is the spoken word for the character ']' (U+005d) #. #: ../src/orca/chnames.py:146 msgid "right bracket" msgstr "parentesi quadra destra" # # Traduzione da GarzantiLinguistica.it # #. Translators: this is the spoken word for the character '^' (U+005e) #. #: ../src/orca/chnames.py:150 msgid "caret" msgstr "segno di omissione" #. Translators: this is the spoken word for the character '_' (U+005f) #. #: ../src/orca/chnames.py:154 msgid "underline" msgstr "sottolineatura" #. Translators: this is the spoken word for the character '`' (U+0060) #. #: ../src/orca/chnames.py:158 msgid "grave" msgstr "accento grave" #. Translators: this is the spoken word for the character '{' (U+007b) #. #: ../src/orca/chnames.py:162 msgid "left brace" msgstr "parentesi graffa sinistra" #. Translators: this is the spoken word for the character '|' (U+007c) #. #: ../src/orca/chnames.py:166 msgid "vertical bar" msgstr "barra verticale" #. Translators: this is the spoken word for the character '}' (U+007d) #. #: ../src/orca/chnames.py:170 msgid "right brace" msgstr "parentesi graffa destra" #. Translators: this is the spoken word for the character '~' (U+007e) #. #: ../src/orca/chnames.py:174 msgid "tilde" msgstr "tilde" #. Translators: this is the spoken word for the character '¡' (U+00a1) #. #: ../src/orca/chnames.py:178 msgid "inverted exclamation point" msgstr "punto esclamativo invertito" #. Translators: this is the spoken word for the character '¢' (U+00a2) #. #: ../src/orca/chnames.py:182 msgid "cents" msgstr "cent" #. Translators: this is the spoken word for the character '£' (U+00a3) #. #: ../src/orca/chnames.py:186 msgid "pounds" msgstr "sterline" #. Translators: this is the spoken word for the character '¤' (U+00a4) #. #: ../src/orca/chnames.py:190 msgid "currency sign" msgstr "segno di valuta" #. Translators: this is the spoken word for the character '¥' (U+00a5) #. #: ../src/orca/chnames.py:194 msgid "yen" msgstr "yen" # preso (questo e altri a seguire) da # # http://www.liberliber.it/biblioteca/w/world_wide_web_consortium/specifiche_html40/html/sgml/entities.html #. Translators: this is the spoken word for the character '¦' (U+00a6) #. #: ../src/orca/chnames.py:198 msgid "broken bar" msgstr "barra spezzata" #. Translators: this is the spoken word for the character '§' (U+00a7) #. #. Translators: spoken words for the rolename of a section (e.g., in html). #. #: ../src/orca/chnames.py:202 ../src/orca/rolenames.py:860 msgid "section" msgstr "sezione" # nota: umlaut anche in italiano per garzantilinguistica.it # ma io so che è dieresi #. Translators: this is the spoken word for the character '¨' (U+00a8) #. #: ../src/orca/chnames.py:206 msgid "umlaut" msgstr "dieresi" #. Translators: this is the spoken word for the character '©' (U+00a9) #. #: ../src/orca/chnames.py:210 msgid "copyright" msgstr "simbolo di diritto d'autore" #. Translators: this is the spoken word for the character 'ª' (U+00aa) #. #: ../src/orca/chnames.py:214 msgid "superscript a" msgstr "indicatore ordinale femminile" # o caporale ??? #. Translators: this is the spoken word for the character '«' (U+00ab) #. #: ../src/orca/chnames.py:218 msgid "left double angle bracket" msgstr "parentesi angolare doppia sinistra" #. Translators: this is the spoken word for the character '¬' (U+00ac) #. #: ../src/orca/chnames.py:222 msgid "logical not" msgstr "no logico" #. Translators: this is the spoken word for the character '­' (U+00ad) #. #: ../src/orca/chnames.py:226 msgid "soft hyphen" msgstr "trattino" #. Translators: this is the spoken word for the character '®' (U+00ae) #. #: ../src/orca/chnames.py:230 msgid "registered" msgstr "simbolo di marchio registrato" #. Translators: this is the spoken word for the character '¯' (U+00af) #. #: ../src/orca/chnames.py:234 msgid "macron" msgstr "segno di vocale lunga" #. Translators: this is the spoken word for the character '°' (U+00b0) #. #. Translators: this is the spoken word for the character 'º' (U+00ba) #. #: ../src/orca/chnames.py:238 ../src/orca/chnames.py:278 msgid "degrees" msgstr "gradi" #. Translators: this is the spoken word for the character '±' (U+00b1) #. #: ../src/orca/chnames.py:242 msgid "plus or minus" msgstr "più o meno" #. Translators: this is the spoken word for the character '²' (U+00b2) #. #: ../src/orca/chnames.py:246 msgid "superscript 2" msgstr "esponente 2" #. Translators: this is the spoken word for the character '³' (U+00b3) #. #: ../src/orca/chnames.py:250 msgid "superscript 3" msgstr "esponente 3" #. Translators: this is the spoken word for the character '´' (U+00b4) #. #: ../src/orca/chnames.py:254 msgid "acute accent" msgstr "accento acuto" #. Translators: this is the spoken word for the character 'µ' (U+00b5) #. #: ../src/orca/chnames.py:258 msgid "mu" msgstr "mi" #. Translators: this is the spoken word for the character '¶' (U+00b6) #. #: ../src/orca/chnames.py:262 msgid "paragraph marker" msgstr "simbolo di paragrafo" #. Translators: this is the spoken word for the character '·' (U+00b7) #. #: ../src/orca/chnames.py:266 msgid "middle dot" msgstr "punto centrale" #. Translators: this is the spoken word for the character '¸' (U+00b8) #. #: ../src/orca/chnames.py:270 msgid "cedilla" msgstr "cediglia" #. Translators: this is the spoken word for the character '¹' (U+00b9) #. #: ../src/orca/chnames.py:274 msgid "superscript 1" msgstr "esponente 1" #. Translators: this is the spoken word for the character '»' (U+00bb) #. #: ../src/orca/chnames.py:282 msgid "right double angle bracket" msgstr "virgoletta angolare doppia destra" #. Translators: this is the spoken word for the character '¼' (U+00bc) #. #: ../src/orca/chnames.py:286 msgid "one fourth" msgstr "frazione un quarto" #. Translators: this is the spoken word for the character '½' (U+00bd) #. #: ../src/orca/chnames.py:290 msgid "one half" msgstr "frazione un mezzo" #. Translators: this is the spoken word for the character '¾' (U+00be) #. #: ../src/orca/chnames.py:294 msgid "three fourths" msgstr "frazione tre quarti" #. Translators: this is the spoken word for the character '¿' (U+00bf) #. #: ../src/orca/chnames.py:298 msgid "inverted question mark" msgstr "punto interrogativo capovolto" #. Translators: this is the spoken word for the character 'á' (U+00e1) #. #: ../src/orca/chnames.py:302 msgid "a acute" msgstr "a latina minuscola con accento acuto" #. Translators: this is the spoken word for the character 'À' (U+00c0) #. #: ../src/orca/chnames.py:306 msgid "A GRAVE" msgstr "A latina maiuscola con accento grave" #. Translators: this is the spoken word for the character 'Á' (U+00c1) #. #: ../src/orca/chnames.py:310 msgid "A ACUTE" msgstr "A latina maiuscola con accento acuto" #. Translators: this is the spoken word for the character 'Â' (U+00c2) #. #: ../src/orca/chnames.py:314 msgid "A CIRCUMFLEX" msgstr "A latina maiuscola con accento circonflesso" #. Translators: this is the spoken word for the character 'Ã' (U+00c3) #. #: ../src/orca/chnames.py:318 msgid "A TILDE" msgstr "A latina maiuscola con tilde" #. Translators: this is the spoken word for the character 'Ä' (U+00c4) #. #: ../src/orca/chnames.py:322 msgid "A UMLAUT" msgstr "A latina maiuscola con dieresi" #. Translators: this is the spoken word for the character 'Å' (U+00c5) #. #: ../src/orca/chnames.py:326 msgid "A RING" msgstr "A latina maiuscola con anello sopra" #. Translators: this is the spoken word for the character 'Æ' (U+00c6) #. #: ../src/orca/chnames.py:330 msgid "A E" msgstr "AE latina maiuscola" #. Translators: this is the spoken word for the character 'Ç' (U+00c7) #. #: ../src/orca/chnames.py:334 msgid "C CEDILLA" msgstr "C latina maiuscola con cediglia" #. Translators: this is the spoken word for the character 'È' (U+00c8) #. #: ../src/orca/chnames.py:338 msgid "E GRAVE" msgstr "E latina maiuscola con accento grave" #. Translators: this is the spoken word for the character 'É' (U+00c9) #. #: ../src/orca/chnames.py:342 msgid "E ACUTE" msgstr "E latina maiuscola con accento acuto" #. Translators: this is the spoken word for the character 'Ê' (U+00ca) #. #: ../src/orca/chnames.py:346 msgid "E CIRCUMFLEX" msgstr "E latina maiuscola con accento circonflesso" #. Translators: this is the spoken word for the character 'Ë' (U+00cb) #. #: ../src/orca/chnames.py:350 msgid "E UMLAUT" msgstr "E latina maiuscola con dieresi" #. Translators: this is the spoken word for the character 'Ì' (U+00cc) #. #: ../src/orca/chnames.py:354 msgid "I GRAVE" msgstr "I latina maiuscola con accento grave" #. Translators: this is the spoken word for the character 'Í' (U+00cd) #. #: ../src/orca/chnames.py:358 msgid "I ACUTE" msgstr "I latina maiuscola con accento acuto" #. Translators: this is the spoken word for the character 'Î' (U+00ce) #. #: ../src/orca/chnames.py:362 msgid "I CIRCUMFLEX" msgstr "I latina maiuscola con accento circonflesso" #. Translators: this is the spoken word for the character 'Ï' (U+00cf) #. #: ../src/orca/chnames.py:366 msgid "I UMLAUT" msgstr "I latina maiuscola con dieresi" #. Translators: this is the spoken word for the character 'Ð' (U+00d0) #. #: ../src/orca/chnames.py:370 msgid "ETH" msgstr "ETH latina maiuscola" #. Translators: this is the spoken word for the character 'Ñ' (U+00d1) #. #: ../src/orca/chnames.py:374 msgid "N TILDE" msgstr "N latina maiuscola con tilde" #. Translators: this is the spoken word for the character 'Ò' (U+00d2) #. #: ../src/orca/chnames.py:378 msgid "O GRAVE" msgstr "O latina maiuscola con accento grave" #. Translators: this is the spoken word for the character 'Ó' (U+00d3) #. #: ../src/orca/chnames.py:382 msgid "O ACUTE" msgstr "O latina maiuscola con acento acuto" #. Translators: this is the spoken word for the character 'Ô' (U+00d4) #. #: ../src/orca/chnames.py:386 msgid "O CIRCUMFLEX" msgstr "O latina maiuscola con accento circonflesso" #. Translators: this is the spoken word for the character 'Õ' (U+00d5) #. #: ../src/orca/chnames.py:390 msgid "O TILDE" msgstr "O latina maiuscola con tilde" #. Translators: this is the spoken word for the character 'Ö' (U+00d6) #. #: ../src/orca/chnames.py:394 msgid "O UMLAUT" msgstr "O latina maiuscola con dieresi" #. Translators: this is the spoken word for the character '×' (U+00d7) #. #: ../src/orca/chnames.py:398 msgid "times" msgstr "segno di moltiplicazione" #. Translators: this is the spoken word for the character 'Ø' (U+00d8) #. #: ../src/orca/chnames.py:402 msgid "O STROKE" msgstr "O latina maiuscola sbarrata" #. Translators: this is the spoken word for the character 'Ù' (U+00d9) #. #: ../src/orca/chnames.py:406 msgid "U GRAVE" msgstr "U latina maiuscola con accento grave" #. Translators: this is the spoken word for the character 'Ú' (U+00da) #. #: ../src/orca/chnames.py:410 msgid "U ACUTE" msgstr "U latina maiuscola con accento acuto" #. Translators: this is the spoken word for the character 'Û' (U+00db) #. #: ../src/orca/chnames.py:414 msgid "U CIRCUMFLEX" msgstr "U latina maiuscola con accento circonflesso" #. Translators: this is the spoken word for the character 'Ü' (U+00dc) #. #: ../src/orca/chnames.py:418 msgid "U UMLAUT" msgstr "U latina maiuscola con dieresi" #. Translators: this is the spoken word for the character 'Ý' (U+00dd) #. #: ../src/orca/chnames.py:422 msgid "Y ACUTE" msgstr "Y latina maiuscola con accento acuto" #. Translators: this is the spoken word for the character 'Þ' (U+00de) #. #: ../src/orca/chnames.py:426 msgid "THORN" msgstr "THORN latina maiuscola" #. Translators: this is the spoken word for the character 'ß' (U+00df) #. #: ../src/orca/chnames.py:430 msgid "s sharp" msgstr "" #. Translators: this is the spoken word for the character 'à' (U+00e0) #. #: ../src/orca/chnames.py:434 msgid "a grave" msgstr "a latina minuscola con accento grave" #. Translators: this is the spoken word for the character 'â' (U+00e2) #. #: ../src/orca/chnames.py:438 msgid "a circumflex" msgstr "a latina minuscola con accento circonflesso" #. Translators: this is the spoken word for the character 'ã' (U+00e3) #. #: ../src/orca/chnames.py:442 msgid "a tilde" msgstr "a latina minuscola con accento grave" #. Translators: this is the spoken word for the character 'ä' (U+00e4) #. #: ../src/orca/chnames.py:446 msgid "a umlaut" msgstr "a latina minuscola con dieresi" #. Translators: this is the spoken word for the character 'å' (U+00e5) #. #: ../src/orca/chnames.py:450 msgid "a ring" msgstr "a latina minuscola con anello sopra" #. Translators: this is the spoken word for the character 'æ' (U+00e6) #. #: ../src/orca/chnames.py:454 msgid "a e" msgstr "ae latina minuscola" #. Translators: this is the spoken word for the character 'ç' (U+00e7) #. #: ../src/orca/chnames.py:458 msgid "c cedilla" msgstr "c latina minuscola con cediglia" #. Translators: this is the spoken word for the character 'è' (U+00e8) #. #: ../src/orca/chnames.py:462 msgid "e grave" msgstr "e latina minuscola con accento grave" #. Translators: this is the spoken word for the character 'é' (U+00e9) #. #: ../src/orca/chnames.py:466 msgid "e acute" msgstr "e latina minuscola con accento acuto" #. Translators: this is the spoken word for the character 'ê' (U+00ea) #. #: ../src/orca/chnames.py:470 msgid "e circumflex" msgstr "e latina minuscola con accento circonflesso" #. Translators: this is the spoken word for the character 'ë' (U+00eb) #. #: ../src/orca/chnames.py:474 msgid "e umlaut" msgstr "e latina minuscola con dieresi" #. Translators: this is the spoken word for the character 'ì' (U+00ec) #. #: ../src/orca/chnames.py:478 msgid "i grave" msgstr "i latina minuscola con accento grave" #. Translators: this is the spoken word for the character 'í' (U+00ed) #. #: ../src/orca/chnames.py:482 msgid "i acute" msgstr "i latina minuscola con accento acuto" #. Translators: this is the spoken word for the character 'î' (U+00ee) #. #: ../src/orca/chnames.py:486 msgid "i circumflex" msgstr "i latina minuscola con accento circonflesso" #. Translators: this is the spoken word for the character 'ï' (U+00ef) #. #: ../src/orca/chnames.py:490 msgid "i umlaut" msgstr "i latina minuscola con dieresi" #. Translators: this is the spoken word for the character 'ð' (U+00f0) #. #: ../src/orca/chnames.py:494 msgid "eth" msgstr "eth latina minuscola" #. Translators: this is the spoken word for the character 'ñ' (U+00f1) #. #: ../src/orca/chnames.py:498 msgid "n tilde" msgstr "n latina minuscola con tilde" #. Translators: this is the spoken word for the character 'ò' (U+00f2) #. #: ../src/orca/chnames.py:502 msgid "o grave" msgstr "o latina minuscola con accento grave" #. Translators: this is the spoken word for the character 'ó' (U+00f3) #. #: ../src/orca/chnames.py:506 msgid "o acute" msgstr "o latina minuscola con accento acuto" #. Translators: this is the spoken word for the character 'ô' (U+00f4) #. #: ../src/orca/chnames.py:510 msgid "o circumflex" msgstr "o latina minuscola con accento circonflesso" #. Translators: this is the spoken word for the character 'õ' (U+00f5) #. #: ../src/orca/chnames.py:514 msgid "o tilde" msgstr "o latina minuscola con tilde" #. Translators: this is the spoken word for the character 'ö' (U+00f6) #. #: ../src/orca/chnames.py:518 msgid "o umlaut" msgstr "o latina minuscola con dieresi" #. Translators: this is the spoken word for the character '÷' (U+00f7) #. #: ../src/orca/chnames.py:522 msgid "divided by" msgstr "segno di divisione" #. Translators: this is the spoken word for the character 'ø' (U+00f8) #. #: ../src/orca/chnames.py:526 msgid "o stroke" msgstr "o latina minuscola barrata" #. Translators: this is the spoken word for the character 'þ' (U+00fe) #. #: ../src/orca/chnames.py:530 msgid "thorn" msgstr "thorn latino minuscolo" #. Translators: this is the spoken word for the character 'ú' (U+00fa) #. #: ../src/orca/chnames.py:534 msgid "u acute" msgstr "u latina minuscola non accento acuto" #. Translators: this is the spoken word for the character 'ù' (U+00f9) #. #: ../src/orca/chnames.py:538 msgid "u grave" msgstr "u latina minuscola con accento grave" #. Translators: this is the spoken word for the character 'û' (U+00fb) #. #: ../src/orca/chnames.py:542 msgid "u circumflex" msgstr "u latina minuscola con accento circonflesso" #. Translators: this is the spoken word for the character 'ü' (U+00fc) #. #: ../src/orca/chnames.py:546 msgid "u umlaut" msgstr "u latina minuscola con dieresi" #. Translators: this is the spoken word for the character 'ý' (U+00fd) #. #: ../src/orca/chnames.py:550 msgid "y acute" msgstr "y latina minuscola con accento acuto" #. Translators: this is the spoken word for the character 'ÿ' (U+00ff) #. #: ../src/orca/chnames.py:554 msgid "y umlaut" msgstr "y latina minuscola con dieresi" #. Translators: this is the spoken word for the character 'Ÿ' (U+0178) #. #: ../src/orca/chnames.py:558 msgid "Y UMLAUT" msgstr "Y latina maiuscola con dieresi" #. Translators: this is the spoken word for the character 'ƒ' (U+0192) #. #: ../src/orca/chnames.py:562 msgid "florin" msgstr "f minuscola latina con gancio" #. Translators: this is the spoken word for the character '–' (U+2013) #. #: ../src/orca/chnames.py:566 msgid "en dash" msgstr "en dash (linea)" #. Translators: this is the spoken word for the left single quote: ‘ #. (U+2018) #. #: ../src/orca/chnames.py:571 msgid "left single quote" msgstr "virgoletta singola sinistra" #. Translators: this is the spoken word for the right single quote: ’ #. (U+2019) #. #: ../src/orca/chnames.py:576 msgid "right single quote" msgstr "virgoletta singola destra" #. Translators: this is the spoken word for the character '“' (U+201c) #. #: ../src/orca/chnames.py:580 msgid "left double quote" msgstr "virgolette doppie sinistra" #. Translators: this is the spoken word for the character '”' (U+201d) #. #: ../src/orca/chnames.py:584 msgid "right double quote" msgstr "virgolette doppie destra" #. Translators: this is the spoken word for the character '†' (U+2020) #. #: ../src/orca/chnames.py:588 msgid "dagger" msgstr "spada" #. Translators: this is the spoken word for the character '‡' (U+2021) #. #: ../src/orca/chnames.py:592 msgid "double dagger" msgstr "doppia spada" #. Translators: this is the spoken word for the character '•' (U+2022) #. #: ../src/orca/chnames.py:596 msgid "bullet" msgstr "bullet" #. Translators: this is the spoken word for the character '‣' (U+2023) #. #: ../src/orca/chnames.py:600 msgid "triangular bullet" msgstr "bullet triangolare" #. Translators: this is the spoken word for the character '‰' (U+2030) #. #: ../src/orca/chnames.py:604 msgid "per mille" msgstr "segno per mille" #. Translators: this is the spoken word for the character '′' (U+2032) #. #: ../src/orca/chnames.py:608 msgid "prime" msgstr "primo (minuti)" #. Translators: this is the spoken word for the character '″' (U+2033) #. #: ../src/orca/chnames.py:612 msgid "double prime" msgstr "doppio primo (secondi)" #. Translators: this is the spoken word for the character '⁃' (U+2043) #. #: ../src/orca/chnames.py:616 msgid "hyphen bullet" msgstr "bullet trattino" #. Translators: this is the spoken word for the character '€' (U+20ac) #. #: ../src/orca/chnames.py:620 msgid "euro" msgstr "euro" #. Translators: this is the spoken word for the character '™' (U+2122) #. #: ../src/orca/chnames.py:624 msgid "trademark" msgstr "segno marchio registrato" #. Translators: this is the spoken word for the character '≈' (U+2248) #. #: ../src/orca/chnames.py:628 msgid "almost equal to" msgstr "quasi uguale a" #. Translators: this is the spoken word for the character '≠' (U+2260) #. #: ../src/orca/chnames.py:632 msgid "not equal to" msgstr "diverso da" #. Translators: this is the spoken word for the character '≤' (U+2264) #. #: ../src/orca/chnames.py:636 msgid "less than or equal to" msgstr "minore di o uguale a" # termine comune per il carattere UTF-8 ">" #. Translators: this is the spoken word for the character '≥' (U+2265) #. #: ../src/orca/chnames.py:640 msgid "greater than or equal to" msgstr "maggiore di o uguale a" #. Translators: this is the spoken word for the character '√' (U+221a) #. #: ../src/orca/chnames.py:644 msgid "square root" msgstr "radice quadrata" #. Translators: this is the spoken word for the character '∛' (U+221b) #. #: ../src/orca/chnames.py:648 msgid "cube root" msgstr "radice cubica" #. Translators: this is the spoken word for the character '∞' (U+221e) #. #: ../src/orca/chnames.py:652 msgid "infinity" msgstr "infinito" #. Translators: this is the spoken word for the character '■' (U+25a0) #. It can be used as a bullet in a list. #. #. Translators: StarOffice/OOo includes private-use unicode character U+E00A #. as a bullet which looks like the black square: ■ (U+25A0). Therefore, #. please use the same translation for this character. #. #: ../src/orca/chnames.py:657 ../src/orca/chnames.py:720 msgid "black square" msgstr "quadrato nero" #. Translators: this is the spoken word for the character '□' (U+25a1) #. It can be used as a bullet in a list. #. #: ../src/orca/chnames.py:662 msgid "white square" msgstr "quadrato bianco" #. Translators: this is the spoken word for the character '◆' (U+25c6) #. It can be used as a bullet in a list. #. #. Translators: StarOffice/OOo includes private-use unicode character U+E00C #. as a bullet which looks like the black diamond: ◆ (U+25C6). Therefore, #. please use the same translation for this character. #. #: ../src/orca/chnames.py:667 ../src/orca/chnames.py:726 msgid "black diamond" msgstr "rombo nero" #. Translators: this is the spoken word for the character '○' (U+25cb) #. It can be used as a bullet in a list. #. #: ../src/orca/chnames.py:672 msgid "white circle" msgstr "cerchio bianco" #. Translators: this is the spoken word for the character '●' (U+25cf) #. It can be used as a bullet in a list. #. #: ../src/orca/chnames.py:677 msgid "black circle" msgstr "cerchio nero" #. Translators: this is the spoken word for the character '◦' (U+25e6) #. #: ../src/orca/chnames.py:681 msgid "white bullet" msgstr "bullet bianco" #. Translators: this is the spoken word for the character '✓' (U+2713) #. It can be used as a bullet in a list. #. #: ../src/orca/chnames.py:686 msgid "check mark" msgstr "" #. Translators: this is the spoken word for the character '✔' (U+2714) #. It can be used as a bullet in a list. #. #: ../src/orca/chnames.py:691 msgid "heavy check mark" msgstr "" #. Translators: this is the spoken word for the character 'x' (U+2717) #. This symbol is included here because it can be used as a bullet in #. an OOo list. The goal is to inform the user of the appearance of #. the bullet, while making it clear that it is a bullet and not simply #. the typed letter 'x'. "Ballot x" might confuse the user. Hence the #. use of "x-shaped bullet". #. #: ../src/orca/chnames.py:700 msgid "x-shaped bullet" msgstr "bullet a forma di x" #. Translators: this is the spoken word for the character '➔' (U+2794) #. This symbol is included here because it can be used as a bullet in #. an OOo list. The goal is to inform the user of the appearance of #. the bullet without too much verbiage, hence simply "right-pointing arrow". #. #: ../src/orca/chnames.py:707 msgid "right-pointing arrow" msgstr "freccia che punta a destra" #. Translators: this is the spoken word for the character '➢' (U+27a2) #. This symbol is included here because it can be used as a bullet in an #. OOo list. The goal is to inform the user of the appearance of the bullet #. without too much verbiage, hence simply "right-pointing arrowhead". #. #: ../src/orca/chnames.py:714 msgid "right-pointing arrowhead" msgstr "punta di freccia che punta a destra" #. Translators: the 'flat review' feature of Orca #. allows the blind user to explore the text in a #. window in a 2D fashion. That is, Orca treats all #. the text from all objects in a window (e.g., #. buttons, labels, etc.) as a sequence of words in a #. sequence of lines. The flat review feature allows #. the user to explore this text by the {previous,next} #. {line,word,character}. A left click means to generate #. a left mouse button click on the current item. #. #: ../src/orca/default.py:133 msgid "Performs left click on current flat review item." msgstr "Esegue un clic sinistro sull'attuale elemento in revisione piatta." #. Translators: the 'flat review' feature of Orca #. allows the blind user to explore the text in a #. window in a 2D fashion. That is, Orca treats all #. the text from all objects in a window (e.g., #. buttons, labels, etc.) as a sequence of words in a #. sequence of lines. The flat review feature allows #. the user to explore this text by the {previous,next} #. {line,word,character}. A right click means to generate #. a right mouse button click on the current item. #. #: ../src/orca/default.py:148 msgid "Performs right click on current flat review item." msgstr "Esegue un clic destro sull'attuale elemento in revisione piatta." #. Translators: the Orca "SayAll" command allows the #. user to press a key and have the entire document in #. a window be automatically spoken to the user. If #. the user presses any key during a SayAll operation, #. the speech will be interrupted and the cursor will #. be positioned at the point where the speech was #. interrupted. #. #: ../src/orca/default.py:161 ../src/orca/Gecko.py:2009 #: ../src/orca/scripts/acroread.py:113 ../src/orca/scripts/Evolution.py:306 msgid "Speaks entire document." msgstr "Legge l'intero documento." #. Translators: the "Where am I" feature of Orca allows #. a user to press a key and then have information #. about their current context spoken and brailled to #. them. For example, the information may include the #. name of the current pushbutton with focus as well as #. its mnemonic. #. #: ../src/orca/default.py:173 msgid "Performs the where am I operation." msgstr "Esegue l'operazione \"dove mi trovo\"." #. Translators: the Orca "Find" dialog allows a user to #. search for text in a window and then move focus to #. that text. For example, they may want to find the #. "OK" button. #. #: ../src/orca/default.py:183 msgid "Opens the Orca Find dialog." msgstr "Apre il dialogo Trova con Orca." #. Translators: the Orca "Find" dialog allows a user to #. search for text in a window and then move focus to #. that text. For example, they may want to find the #. "OK" button. This string is used for finding the #. next occurence of a string. #. #: ../src/orca/default.py:194 msgid "Searches for the next instance of a string." msgstr "Cerca l'istanza successiva di una stringa." #. Translators: the Orca "Find" dialog allows a user to #. search for text in a window and then move focus to #. that text. For example, they may want to find the #. "OK" button. This string is used for finding the #. previous occurence of a string. #. #: ../src/orca/default.py:205 msgid "Searches for the previous instance of a string." msgstr "Cerca l'istanza precedente di una stringa." #. Translators: the 'flat review' feature of Orca #. allows the blind user to explore the text in a #. window in a 2D fashion. That is, Orca treats all #. the text from all objects in a window (e.g., #. buttons, labels, etc.) as a sequence of words in a #. sequence of lines. The flat review feature allows #. the user to explore this text by the {previous,next} #. {line,word,character}. #. #: ../src/orca/default.py:224 msgid "Enters and exits flat review mode." msgstr "Entra e esce dalla modalità revisione piatta." #. Translators: the 'flat review' feature of Orca #. allows the blind user to explore the text in a #. window in a 2D fashion. That is, Orca treats all #. the text from all objects in a window (e.g., #. buttons, labels, etc.) as a sequence of words in a #. sequence of lines. The flat review feature allows #. the user to explore this text by the {previous,next} #. {line,word,character}. #. #: ../src/orca/default.py:238 msgid "Moves flat review to the beginning of the previous line." msgstr "Sposta la revisione piatta all'inizio della riga precedente." #. Translators: the 'flat review' feature of Orca #. allows the blind user to explore the text in a #. window in a 2D fashion. That is, Orca treats all #. the text from all objects in a window (e.g., #. buttons, labels, etc.) as a sequence of words in a #. sequence of lines. The flat review feature allows #. the user to explore this text by the {previous,next} #. {line,word,character}. The home position is the #. beginning of the content in the window. #. #: ../src/orca/default.py:253 msgid "Moves flat review to the home position." msgstr "Sposta la revisione piatta alla posizione home." #. Translators: the 'flat review' feature of Orca #. allows the blind user to explore the text in a #. window in a 2D fashion. That is, Orca treats all #. the text from all objects in a window (e.g., #. buttons, labels, etc.) as a sequence of words in a #. sequence of lines. The flat review feature allows #. the user to explore this text by the {previous,next} #. {line,word,character}. #. #: ../src/orca/default.py:267 msgid "Speaks the current flat review line." msgstr "Legge l'attuale riga in revisione piatta" #. Translators: the 'flat review' feature of Orca #. allows the blind user to explore the text in a #. window in a 2D fashion. That is, Orca treats all #. the text from all objects in a window (e.g., #. buttons, labels, etc.) as a sequence of words in a #. sequence of lines. The flat review feature allows #. the user to explore this text by the {previous,next} #. {line,word,character}. #. #: ../src/orca/default.py:281 msgid "Moves flat review to the beginning of the next line." msgstr "Sposta la revisione piatta all'inizio della riga successiva." #. Translators: the 'flat review' feature of Orca #. allows the blind user to explore the text in a #. window in a 2D fashion. That is, Orca treats all #. the text from all objects in a window (e.g., #. buttons, labels, etc.) as a sequence of words in a #. sequence of lines. The flat review feature allows #. the user to explore this text by the {previous,next} #. {line,word,character}. The end position is the last #. bit of information in the window. #. #: ../src/orca/default.py:296 msgid "Moves flat review to the end position." msgstr "Sposta la revisione piatta alla posizione fine." #. Translators: the 'flat review' feature of Orca #. allows the blind user to explore the text in a #. window in a 2D fashion. That is, Orca treats all #. the text from all objects in a window (e.g., #. buttons, labels, etc.) as a sequence of words in a #. sequence of lines. The flat review feature allows #. the user to explore this text by the {previous,next} #. {line,word,character}. Previous will go backwards #. in the window until you reach the top (i.e., it will #. wrap across lines if necessary). #. #: ../src/orca/default.py:312 msgid "Moves flat review to the previous item or word." msgstr "Sposta la revisione piatta alla voce o parola precedente." #. Translators: the 'flat review' feature of Orca #. allows the blind user to explore the text in a #. window in a 2D fashion. That is, Orca treats all #. the text from all objects in a window (e.g., #. buttons, labels, etc.) as a sequence of words in a #. sequence of lines. The flat review feature allows #. the user to explore this text by the {previous,next} #. {line,word,character}. Above in this case means #. geographically above, as if you drew a vertical line #. in the window. #. #: ../src/orca/default.py:328 msgid "Moves flat review to the word above the current word." msgstr "Sposta la revisione piatta alla parola sopra l'attuale parola." # credo che spell sia fare lo spelling, ma dovrei controllare -Luca #. Translators: the 'flat review' feature of Orca #. allows the blind user to explore the text in a #. window in a 2D fashion. That is, Orca treats all #. the text from all objects in a window (e.g., #. buttons, labels, etc.) as a sequence of words in a #. sequence of lines. The flat review feature allows #. the user to explore this text by the {previous,next} #. {line,word,character}. The 'speaks' means it will #. speak the word. The 'spells' means it will spell #. out a word letter by letter. #. #: ../src/orca/default.py:344 msgid "Speaks or spells the current flat review item or word." msgstr "" "Legge per intero o lettera per lettera l'attuale voce o parola in revisione " "piatta." #. Translators: the 'flat review' feature of Orca #. allows the blind user to explore the text in a #. window in a 2D fashion. That is, Orca treats all #. the text from all objects in a window (e.g., #. buttons, labels, etc.) as a sequence of words in a #. sequence of lines. The flat review feature allows #. the user to explore this text by the {previous,next} #. {line,word,character}. The flat review object is #. typically something like a pushbutton, a label, or #. some other GUI widget. The 'speaks' means it will #. speak the text associated with the object. #. #: ../src/orca/default.py:361 msgid "Speaks the current flat review object." msgstr "Legge l'attuale oggetto in revisione piatta." #. Translators: the 'flat review' feature of Orca #. allows the blind user to explore the text in a #. window in a 2D fashion. That is, Orca treats all #. the text from all objects in a window (e.g., #. buttons, labels, etc.) as a sequence of words in a #. sequence of lines. The flat review feature allows #. the user to explore this text by the {previous,next} #. {line,word,character}. Next will go forwards #. in the window until you reach the end (i.e., it will #. wrap across lines if necessary). #. #: ../src/orca/default.py:377 msgid "Moves flat review to the next item or word." msgstr "Sposta la revisione piatta alla voce o parola successiva." #. Translators: the 'flat review' feature of Orca #. allows the blind user to explore the text in a #. window in a 2D fashion. That is, Orca treats all #. the text from all objects in a window (e.g., #. buttons, labels, etc.) as a sequence of words in a #. sequence of lines. The flat review feature allows #. the user to explore this text by the {previous,next} #. {line,word,character}. Below in this case means #. geographically below, as if you drew a vertical line #. downward on the screen. #. #: ../src/orca/default.py:393 msgid "Moves flat review to the word below the current word." msgstr "Sposta la revisione piatta alla parola sotto l'attuale parola." #. Translators: the 'flat review' feature of Orca #. allows the blind user to explore the text in a #. window in a 2D fashion. That is, Orca treats all #. the text from all objects in a window (e.g., #. buttons, labels, etc.) as a sequence of words in a #. sequence of lines. The flat review feature allows #. the user to explore this text by the {previous,next} #. {line,word,character}. Previous will go backwards #. in the window until you reach the top (i.e., it will #. wrap across lines if necessary). #. #: ../src/orca/default.py:409 msgid "Moves flat review to the previous character." msgstr "Sposta la revisione piatta al carattere precedente." #. Translators: the 'flat review' feature of Orca #. allows the blind user to explore the text in a #. window in a 2D fashion. That is, Orca treats all #. the text from all objects in a window (e.g., #. buttons, labels, etc.) as a sequence of words in a #. sequence of lines. The flat review feature allows #. the user to explore this text by the {previous,next} #. {line,word,character}. #. #: ../src/orca/default.py:423 msgid "Moves flat review to the end of the line." msgstr "Sposta la revisione piatta al termine della riga." #. Translators: the 'flat review' feature of Orca #. allows the blind user to explore the text in a #. window in a 2D fashion. That is, Orca treats all #. the text from all objects in a window (e.g., #. buttons, labels, etc.) as a sequence of words in a #. sequence of lines. The flat review feature allows #. the user to explore this text by the {previous,next} #. {line,word,character}. Previous will go backwards #. in the window until you reach the top (i.e., it will #. wrap across lines if necessary). The 'speaks' in #. this case will be the spoken language form of the #. character currently being reviewed. #. #: ../src/orca/default.py:441 msgid "Speaks the current flat review character." msgstr "Legge l'attuale carattere in revisione piatta." #. Translators: the 'flat review' feature of Orca #. allows the blind user to explore the text in a #. window in a 2D fashion. That is, Orca treats all #. the text from all objects in a window (e.g., #. buttons, labels, etc.) as a sequence of words in a #. sequence of lines. The flat review feature allows #. the user to explore this text by the {previous,next} #. {line,word,character}. Next will go forwards #. in the window until you reach the end (i.e., it will #. wrap across lines if necessary). #. #: ../src/orca/default.py:457 msgid "Moves flat review to the next character." msgstr "Sposta la revisione piatta al carattere successivo." #. Translators: when users are navigating a table, they #. sometimes want the entire row of a table read, or #. they just want the current cell to be presented to them. #. #: ../src/orca/default.py:466 msgid "Toggles whether to read just the current table cell or the whole row." msgstr "" "Passa dalla lettura della cella di tabella corrente a quella della intera " "riga e viceversa." #. Translators: the attributes being presented are the #. text attributes, such as bold, italic, font name, #. font size, etc. #. #: ../src/orca/default.py:475 msgid "Reads the attributes associated with the current text character." msgstr "Legge gli attributi associati con il carattere di testo attuale." #. Translators: a refreshable braille display is an #. external hardware device that presents braille #. character to the user. There are a limited number #. of cells on the display (typically 40 cells). Orca #. provides the feature to build up a longer logical #. line and allow the user to press buttons on the #. braille display so they can pan left and right over #. this line. #. #: ../src/orca/default.py:494 msgid "Pans the braille display to the left." msgstr "Scorre il monitor braille verso sinistra." #. Translators: a refreshable braille display is an #. external hardware device that presents braille #. character to the user. There are a limited number #. of cells on the display (typically 40 cells). Orca #. provides the feature to build up a longer logical #. line and allow the user to press buttons on the #. braille display so they can pan left and right over #. this line. #. #: ../src/orca/default.py:509 msgid "Pans the braille display to the right." msgstr "Scorre il monitor braille verso destra." #. Translators: the 'flat review' feature of Orca #. allows the blind user to explore the text in a #. window in a 2D fashion. That is, Orca treats all #. the text from all objects in a window (e.g., #. buttons, labels, etc.) as a sequence of words in a #. sequence of lines. The flat review feature allows #. the user to explore this text by the {previous,next} #. {line,word,character}. The bottom left is the bottom #. left of the window currently being reviewed. #. #: ../src/orca/default.py:525 msgid "Moves flat review to the bottom left." msgstr "Sposta la revisione piatta in basso a sinistra." #. Translators: the 'flat review' feature of Orca #. allows the blind user to explore the text in a #. window in a 2D fashion. That is, Orca treats all #. the text from all objects in a window (e.g., #. buttons, labels, etc.) as a sequence of words in a #. sequence of lines. The flat review feature allows #. the user to explore this text by the {previous,next} #. {line,word,character}. Flat review is modal, and #. the user can be exploring the window without changing #. which object in the window which has focus. The #. feature used here will return the flat review to the #. object with focus. #. #: ../src/orca/default.py:543 msgid "Returns to object with keyboard focus." msgstr "Ritorna all'oggetto avente il focus da tastiera." #. Translators: Orca has a "Learn Mode" that will allow #. the user to type any key on the keyboard and hear what #. the effects of that key would be. The effects might #. be what Orca would do if it had a handler for the #. particular key combination, or they might just be to #. echo the name of the key if Orca doesn't have a handler. #. #: ../src/orca/default.py:555 msgid "Enters learn mode. Press escape to exit learn mode." msgstr "" "Entra nella modalità apprendimento. Premere ESC per uscire dalla modalità " "apprendimento." #. Translators: Orca has a "Learn Mode" that will allow #. the user to type any key on the keyboard and hear what #. the effects of that key would be. The effects might #. be what Orca would do if it had a handler for the #. particular key combination, or they might just be to #. echo the name of the key if Orca doesn't have a handler. #. #: ../src/orca/default.py:567 msgid "Exits learn mode." msgstr "Esce dalla modalità apprendimento." #. Translators: the speech rate is how fast the speech #. synthesis engine will generate speech. #. #: ../src/orca/default.py:575 msgid "Decreases the speech rate." msgstr "Decrementa la velocità di lettura." #. Translators: the speech rate is how fast the speech #. synthesis engine will generate speech. #. #: ../src/orca/default.py:583 msgid "Increases the speech rate." msgstr "Incrementa la velocità di lettura." #. Translators: the speech pitch is how high or low in #. pitch/frequency the speech synthesis engine will #. generate speech. #. #: ../src/orca/default.py:592 msgid "Decreases the speech pitch." msgstr "Decrementa la tonalità di lettura." #. Translators: the speech pitch is how high or low in #. pitch/frequency the speech synthesis engine will #. generate speech. #. #: ../src/orca/default.py:601 msgid "Increases the speech pitch." msgstr "Incrementa la tonalità di lettura." #: ../src/orca/default.py:606 msgid "Quits Orca" msgstr "Esce da Orca" #. Translators: the preferences configuration dialog is #. the dialog that allows users to set their preferences #. for Orca. #. #: ../src/orca/default.py:620 msgid "Displays the preferences configuration dialog." msgstr "Mostra il dialogo di configurazione delle preferenze." #. Translators: the application preferences configuration #. dialog is the dialog that allows users to set their #. preferences for a specific application within Orca. #. #: ../src/orca/default.py:629 msgid "Displays the application preferences configuration dialog." msgstr "" "Mostra il dialogo di configurazione delle preferenze dell'applicazione." #. Translators: Orca allows the user to turn speech synthesis #. on or off. We call it 'silencing'. #. #: ../src/orca/default.py:637 msgid "Toggles the silencing of speech." msgstr "Commuta il silenzio del parlato." #. Translators: this command announces information regarding #. the relationship of the given bookmark to the current #. position #. #: ../src/orca/default.py:676 msgid "Bookmark where am I with respect to current position." msgstr "" #. Translators: this command moves the current position to the #. location stored at the bookmark. #. #: ../src/orca/default.py:684 msgid "Go to bookmark." msgstr "Va al segnalibro." #. Translators: this event handler binds an in-page accessible #. object location to the given input key command. #. #: ../src/orca/default.py:692 msgid "Add bookmark." msgstr "Aggiunge un segnalibro." #. Translators: this event handler saves all bookmarks for the #. current application to disk. #. #: ../src/orca/default.py:700 msgid "Save bookmarks." msgstr "Salva i segnalibri." #. Translators: this event handler cycles through the registered #. bookmarks and takes the user to the next bookmark location. #. #: ../src/orca/default.py:708 msgid "Go to next bookmark location." msgstr "Va alla successiva posizione nei segnalibri." #. Translators: this event handler cycles through the registered #. bookmarks and takes the user to the previous bookmark location. #. #: ../src/orca/default.py:716 msgid "Go to previous bookmark location." msgstr "Va alla precedente posizione nei segnalibri." #. Translators: "blank" is a short word to mean the #. user has navigated to an empty line. #. #. Translators: this indicates an empty (blank) spread #. sheet cell. #. #. Translators: "blank" is a short word to mean the #. user has navigated to an empty line. #. #: ../src/orca/default.py:1675 ../src/orca/default.py:1908 #: ../src/orca/default.py:3721 ../src/orca/default.py:3862 #: ../src/orca/default.py:3870 ../src/orca/default.py:3969 #: ../src/orca/default.py:3977 ../src/orca/Gecko.py:6616 #: ../src/orca/Gecko.py:7811 ../src/orca/scripts/Evolution.py:720 #: ../src/orca/scripts/Evolution.py:1242 ../src/orca/scripts/StarOffice.py:620 #: ../src/orca/scripts/StarOffice.py:2236 #: ../src/orca/scripts/StarOffice.py:2248 ../src/orca/where_am_I.py:1205 msgid "blank" msgstr "vuoto" #. Translators: this is the number of space characters on a line #. of text. #. #: ../src/orca/default.py:1756 #, python-format msgid "%d space" msgid_plural "%d spaces" msgstr[0] "%d spazio" msgstr[1] "%d spazi" #. Translators: this is the number of tab characters on a line #. of text. #. #: ../src/orca/default.py:1763 #, python-format msgid "%d tab" msgid_plural "%d tabs" msgstr[0] "%d tabulazione" msgstr[1] "%d tabulazioni" #. Translators: this is an index value #. so that we can tell which progress bar #. we are referring to. #. #: ../src/orca/default.py:2074 #, python-format msgid "Progress bar %d." msgstr "Barra di avanzamento %d." #. Translators: this is the percentage value of a #. progress bar. #. #. Translators: this is the percentage value of a slider, progress bar #. or other component that displays a value as a percentage. #. #. Translators: this is the percentage value of a progress bar. #. #: ../src/orca/default.py:2082 ../src/orca/flat_review.py:400 #: ../src/orca/speechgenerator.py:929 #, python-format msgid "%d percent." msgstr "%d percento." #. Translators: this represents the depth of a node in a tree #. view (i.e., how many ancestors a node has). #. #: ../src/orca/default.py:2272 ../src/orca/where_am_I.py:580 #, python-format msgid "tree level %d" msgstr "livello albero %d" # o "selezionato intero documento" come notifica a seguito di # Edit -> Select All # ? #. Translators: this means the user has selected #. all the text in a document (e.g., Ctrl+a in gedit). #. #: ../src/orca/default.py:2692 msgid "entire document selected" msgstr "intero documento selezionato" #. Translators: when the user selects (highlights) text in #. a document, Orca lets them know this. #. #. ONLY TRANSLATE THE PART AFTER THE PIPE CHARACTER | #. #: ../src/orca/default.py:3173 ../src/orca/default.py:6041 #: ../src/orca/scripts/StarOffice.py:142 ../src/orca/where_am_I.py:490 msgid "text|selected" msgstr "selezionato" #. Translators: when users are navigating a table, they #. sometimes want the entire row of a table read, or #. they just want the current cell to be presented to them. #. #: ../src/orca/default.py:3225 msgid "Speak row" msgstr "Leggi riga" #. Translators: when users are navigating a table, they #. sometimes want the entire row of a table read, or #. they just want the current cell to be presented to them. #. #: ../src/orca/default.py:3231 msgid "Speak cell" msgstr "Leggi cella" #. Translators: bold as in the font sense. #. #: ../src/orca/default.py:3281 ../src/orca/where_am_I.py:1258 msgid "bold" msgstr "grassetto" #. Translators: these represent the number of pixels #. for the left or right margins in a document. We #. are hesitant to interpret the values -- they are #. given to us in some unknown form by the #. application, so we leave things in plural form #. here. #. #: ../src/orca/default.py:3298 #, python-format msgid "%s %s pixels" msgstr "%s %s pixel" #. Translators: Orca has a "Learn Mode" that will allow #. the user to type any key on the keyboard and hear what #. the effects of that key would be. The effects might #. be what Orca would do if it had a handler for the #. particular key combination, or they might just be to #. echo the name of the key if Orca doesn't have a handler. #. This text here is what is spoken to the user. #. #: ../src/orca/default.py:3421 msgid "" "Entering learn mode. Press any key to hear its function. To exit learn " "mode, press the escape key." msgstr "" "Avvio della modalità apprendimento. Premere un tasto qualsiasi per ascoltare " "la descrizione del suo funzionamento. Per terminare la modalità " "apprendimento premere il tasto Esc." #. Translators: Orca has a "Learn Mode" that will allow #. the user to type any key on the keyboard and hear what #. the effects of that key would be. The effects might #. be what Orca would do if it had a handler for the #. particular key combination, or they might just be to #. echo the name of the key if Orca doesn't have a handler. #. This text here is what is to be presented on the braille #. display. #. #: ../src/orca/default.py:3432 msgid "Learn mode. Press escape to exit." msgstr "Modalità apprendimento. Premere ESC per uscire." #. Translators: Orca has a "Learn Mode" that will allow #. the user to type any key on the keyboard and hear what #. the effects of that key would be. The effects might #. be what Orca would do if it had a handler for the #. particular key combination, or they might just be to #. echo the name of the key if Orca doesn't have a handler. #. Exiting learn mode puts the user back in normal operating #. mode. #. #: ../src/orca/default.py:3453 msgid "Exiting learn mode." msgstr "Uscito dalla modalità apprendimento." #. Translators: "white space" is a short phrase to mean the #. user has navigated to a line with only whitespace on it. #. #: ../src/orca/default.py:3726 ../src/orca/default.py:3875 msgid "white space" msgstr "spazio bianco" #. Translators: the Orca "Find" dialog allows a user to #. search for text in a window and then move focus to #. that text. For example, they may want to find the #. "OK" button. This message lets them know a string #. they were searching for was not found. #. #: ../src/orca/default.py:4100 msgid "string not found" msgstr "stringa non trovata" #. Translators: Orca will provide more compelling output of #. the spell checking dialog in some applications. The first #. thing it does is let them know what the misspelled word #. is. #. #: ../src/orca/default.py:4943 #, python-format msgid "Misspelled word: %s" msgstr "Parola scritta male: %s" #: ../src/orca/default.py:4951 #, python-format msgid "Context is %s" msgstr " Il contesto è %s" #. Translators: Orca will tell you how many characters #. are repeated on a line of text. For example: "22 #. space characters". The %d is the number and the %s #. is the spoken word for the character. #. #: ../src/orca/default.py:5088 #, python-format msgid "%d %s character" msgid_plural "%d %s characters" msgstr[0] " %d carattere %s" msgstr[1] " %d caratteri %s" #. Translators: when the user selects (highlights) text in #. a document, Orca will speak information about what they #. have selected. #. #: ../src/orca/default.py:5958 msgid "page selected from cursor position" msgstr "pagina selezionata dalla posizione del cursore" #. Translators: when the user selects (highlights) text in #. a document, Orca will speak information about what they #. have selected. #. #: ../src/orca/default.py:5966 msgid "page selected to cursor position" msgstr "pagina selezionata alla posizione del cursore" # o verso il basso ? -Luca #. Translators: when the user selects (highlights) text in #. a document, Orca will speak information about what they #. have selected. #. #: ../src/orca/default.py:5974 msgid "line selected down from cursor position" msgstr "riga selezionata giù dalla posizione del cursore" # o verso l'alto ? -Luca #. Translators: when the user selects (highlights) text in #. a document, Orca will speak information about what they #. have selected. #. #: ../src/orca/default.py:5982 msgid "line selected up from cursor position" msgstr "riga selezionata su dalla posizione del cursore" #. Translators: when the user selects (highlights) text in #. a document, Orca will speak information about what they #. have selected. #. #: ../src/orca/default.py:5990 msgid "document selected to cursor position" msgstr "documento selezionato alla posizione del cursore" #. Translators: when the user selects (highlights) text in #. a document, Orca will speak information about what they #. have selected. #. #: ../src/orca/default.py:5998 msgid "document selected from cursor position" msgstr "documento selezionato dalla posizione del cursore" #. Translators: when the user unselects #. (unhighlights) text in a document, Orca lets #. them know this. #. #. ONLY TRANSLATE THE PART AFTER THE PIPE CHARACTER | #. #: ../src/orca/default.py:6055 msgid "text|unselected" msgstr "non selezionato" #. Translators: this refers to the speech synthesis services #. provided by the separate emacspeak utility available at #. http://emacspeak.sourceforge.net/. #. #: ../src/orca/espeechfactory.py:98 msgid "Emacspeak Speech Services" msgstr "Servizi sintesi vocale di Emacspeak" #. Translators: the Orca "Find" dialog #. allows a user to search for text in a #. window and then move focus to that text. #. For example, they may want to find the #. "OK" button. This message indicates #. that a find operation in the reverse #. direction is wrapping from the top of #. the window down to the bottom. #. #: ../src/orca/find.py:256 msgid "Wrapping to Bottom" msgstr "Ricominciato dal fondo" #. Translators: the Orca "Find" dialog #. allows a user to search for text in a #. window and then move focus to that text. #. For example, they may want to find the #. "OK" button. This message indicates #. that a find operation in the forward #. direction is wrapping from the bottom of #. the window up to the top. #. #: ../src/orca/find.py:271 msgid "Wrapping to Top" msgstr "Ricominciato dall'inizio" #. Translators: this represents the state of a checkbox. #. #. Translators: this represents the state of a checked menu item. #. #. Translators: this represents the state of a checkbox. #. #: ../src/orca/flat_review.py:305 ../src/orca/Gecko.py:1000 #: ../src/orca/speechgenerator.py:381 ../src/orca/speechgenerator.py:810 #: ../src/orca/where_am_I.py:167 ../src/orca/where_am_I.py:368 msgid "checked" msgstr "spuntato" #. Translators: this represents the state of a checkbox. #. #: ../src/orca/flat_review.py:309 ../src/orca/Gecko.py:1004 #: ../src/orca/speechgenerator.py:385 ../src/orca/where_am_I.py:171 #: ../src/orca/where_am_I.py:372 msgid "not checked" msgstr "non spuntato" #. Translators: the state of a toggle button. #. #: ../src/orca/flat_review.py:316 ../src/orca/scripts/planner.py:141 #: ../src/orca/scripts/planner.py:149 ../src/orca/scripts/planner.py:175 #: ../src/orca/scripts/planner.py:183 ../src/orca/speechgenerator.py:1511 msgid "pressed" msgstr "premuto" #. Translators: the state of a toggle button. #. #: ../src/orca/flat_review.py:320 ../src/orca/scripts/planner.py:143 #: ../src/orca/scripts/planner.py:151 ../src/orca/scripts/planner.py:177 #: ../src/orca/scripts/planner.py:185 ../src/orca/speechgenerator.py:1515 msgid "not pressed" msgstr "non premuto" #. Translators: this is in reference to a radio button being #. selected or not. #. #. ONLY TRANSLATE THE PART AFTER THE PIPE CHARACTER | #. #: ../src/orca/flat_review.py:330 ../src/orca/Gecko.py:949 #: ../src/orca/speechgenerator.py:987 ../src/orca/where_am_I.py:207 msgid "radiobutton|selected" msgstr "selezionato" #. Translators: this is in reference to a radio button being #. selected or not. #. #. ONLY TRANSLATE THE PART AFTER THE PIPE CHARACTER | #. #: ../src/orca/flat_review.py:337 ../src/orca/Gecko.py:956 #: ../src/orca/speechgenerator.py:994 ../src/orca/where_am_I.py:214 msgid "radiobutton|not selected" msgstr "non selezionato" #. Translators: The component orientation is horizontal. #. #: ../src/orca/flat_review.py:375 msgid "horizontal" msgstr "orizzontale" # termine comune per il carattere UTF-8 "|" #. Translators: The component orientation is vertical. #. #: ../src/orca/flat_review.py:382 msgid "vertical" msgstr "verticale" #. Translators: this is intended to be a short phrase to #. speak and braille to tell the user that no component #. has keyboard focus. #. #: ../src/orca/focus_tracking_presenter.py:876 msgid "No focus" msgstr "Nessun focus" #. Translators: "multi-select" refers to a web form list #. in which more than one item can be selected at a time. #. #: ../src/orca/Gecko.py:805 msgid "multi-select" msgstr "selezione multipla" #. Translators: Announces the number of headings in the #. web page that is currently being displayed. #. #: ../src/orca/Gecko.py:1195 #, python-format msgid "%d heading" msgid_plural "%d headings" msgstr[0] "%d intestazione" msgstr[1] "%d intestazioni" #. Translators: Announces the number of forms in the #. web page that is currently being displayed. #. #: ../src/orca/Gecko.py:1201 #, python-format msgid "%d form" msgid_plural "%d forms" msgstr[0] "%d modulo" msgstr[1] "%d moduli" #. Translators: Announces the number of non-layout tables in the #. web page that is currently being displayed. #. #: ../src/orca/Gecko.py:1207 #, python-format msgid "%d table" msgid_plural "%d tables" msgstr[0] "%d tabella" msgstr[1] "%d tabelle" #. Translators: Announces the number of visited links in the #. web page that is currently being displayed. #. #: ../src/orca/Gecko.py:1213 #, python-format msgid "%d visited link" msgid_plural "%d visited links" msgstr[0] "%d collegamento visitato" msgstr[1] "%d collegamenti visitati" #. Translators: Announces the number of unvisited links in the #. web page that is currently being displayed. #. #: ../src/orca/Gecko.py:1219 #, python-format msgid "%d unvisited link" msgid_plural "%d unvisited links" msgstr[0] "%d collegamento non visitato" msgstr[1] "%d collegamenti non visitati" #. Translators: Announces the percentage of the document that has #. been read. This is calculated by knowing the index of the #. current position divided by the total number of objects on the #. page. #. #: ../src/orca/Gecko.py:1226 #, python-format msgid "%d percent of document read" msgstr "documento letto al %d per cento" #. Translators: this announces that a bookmark has been entered #. #: ../src/orca/Gecko.py:1254 msgid "entered bookmark" msgstr "segnalibro inserito" #. Translators: this is for navigating HTML content one #. character at a time. #. #: ../src/orca/Gecko.py:1646 msgid "Goes to next character." msgstr "Va al carattere successivo." #. Translators: this is for navigating HTML content one #. character at a time. #. #: ../src/orca/Gecko.py:1654 msgid "Goes to previous character." msgstr "Va al carattere precedente." #. Translators: this is for navigating HTML content one #. word at a time. #. #: ../src/orca/Gecko.py:1662 msgid "Goes to next word." msgstr "Va alla parola successiva." #. Translators: this is for navigating HTML content one #. word at a time. #. #: ../src/orca/Gecko.py:1670 msgid "Goes to previous word." msgstr "Va alla parola precedente." #. Translators: this is for navigating HTML content one #. line at a time. #. #: ../src/orca/Gecko.py:1678 msgid "Goes to next line." msgstr "Va alla riga successiva." #. Translators: this is for navigating HTML content one #. line at a time. #. #: ../src/orca/Gecko.py:1686 msgid "Goes to previous line." msgstr "Va alla riga precedente." #. Translators: this is for causing a collapsed combo box #. which was reached by Orca's caret navigation to be expanded. #. #: ../src/orca/Gecko.py:1694 msgid "Causes the current combo box to be expanded." msgstr "Causa l'espansione della casella combinata corrente." #. Translators: this is for navigating inside HTML tables. #. #: ../src/orca/Gecko.py:1701 msgid "Goes left one cell." msgstr "Va una cella a sinistra." #. Translators: this is for navigating inside HTML tables. #. #: ../src/orca/Gecko.py:1708 msgid "Goes right one cell." msgstr "Va una cella a destra." #. Translators: this is for navigating inside HTML tables. #. #: ../src/orca/Gecko.py:1715 msgid "Goes down one cell." msgstr "Va una cella in basso." #. Translators: this is for navigating inside HTML tables. #. #: ../src/orca/Gecko.py:1722 msgid "Goes up one cell." msgstr "Va una cella in alto." #. Translators: this is for navigating inside HTML tables. #. #: ../src/orca/Gecko.py:1729 msgid "Goes to the first cell in a table." msgstr "Va alla prima cella in una tabella." #. Translators: this is for navigating inside HTML tables. #. #: ../src/orca/Gecko.py:1736 msgid "Goes to the last cell in a table." msgstr "Va all'ultima cella in una tabella." #. Translators: this is for navigating HTML by headers #. (e.g.,

). #. #: ../src/orca/Gecko.py:1744 msgid "Goes to previous heading." msgstr "Va all'intestazione precedente." #. Translators: this is for navigating HTML by headers #. (e.g.,

). #. #: ../src/orca/Gecko.py:1752 msgid "Goes to next heading." msgstr "Va all'intestazione successiva." #. Translators: this is for navigating HTML by headers #. (e.g.,

). #. #: ../src/orca/Gecko.py:1760 msgid "Goes to previous heading at level 1." msgstr "Va all'intestazione precedente di livello 1." #. Translators: this is for navigating HTML by headers #. (e.g.,

). #. #: ../src/orca/Gecko.py:1768 msgid "Goes to next heading at level 1." msgstr "Va all'intestazione successiva di livello 1." #. Translators: this is for navigating HTML by headers #. (e.g.,

). #. #: ../src/orca/Gecko.py:1776 msgid "Goes to previous heading at level 2." msgstr "Va all'intestazione precedente di livello 2." #. Translators: this is for navigating HTML by headers #. (e.g.,

). #. #: ../src/orca/Gecko.py:1784 msgid "Goes to next heading at level 2." msgstr "Va all'intestazione successiva di livello 2." #. Translators: this is for navigating HTML by headers #. (e.g.,

). #. #: ../src/orca/Gecko.py:1792 msgid "Goes to previous heading at level 3." msgstr "Va all'intestazione precedente di livello 3." #. Translators: this is for navigating HTML by headers #. (e.g.,

). #. #: ../src/orca/Gecko.py:1800 msgid "Goes to next heading at level 3." msgstr "Va all'intestazione successiva di livello 3." #. Translators: this is for navigating HTML by headers #. (e.g.,

). #. #: ../src/orca/Gecko.py:1808 msgid "Goes to previous heading at level 4." msgstr "Va all'intestazione precedente di livello 4." #. Translators: this is for navigating HTML by headers #. (e.g.,

). #. #: ../src/orca/Gecko.py:1816 msgid "Goes to next heading at level 4." msgstr "Va all'intestazione successiva di livello 4." #. Translators: this is for navigating HTML by headers #. (e.g.,

). #. #: ../src/orca/Gecko.py:1824 msgid "Goes to previous heading at level 5." msgstr "Va all'intestazione precedente di livello 5." #. Translators: this is for navigating HTML by headers #. (e.g.,
). #. #: ../src/orca/Gecko.py:1832 msgid "Goes to next heading at level 5." msgstr "Va all'intestazione successiva di livello 5." #. Translators: this is for navigating HTML by headers #. (e.g.,
). #. #: ../src/orca/Gecko.py:1840 msgid "Goes to previous heading at level 6." msgstr "Va all'intestazione precedente di livello 6." #. Translators: this is for navigating HTML by headers #. (e.g.,
). #. #: ../src/orca/Gecko.py:1848 msgid "Goes to next heading at level 6." msgstr "Va all'intestazione successiva di livello 6." #. Translators: this is for navigating HTML in a structural #. manner, where a 'large object' is a logical chunk of #. text, such as a paragraph, a list, a table, etc. #. #: ../src/orca/Gecko.py:1857 msgid "Goes to previous large object." msgstr "Va all'oggetto esteso precedente." #. Translators: this is for navigating HTML in a structural #. manner, where a 'large object' is a logical chunk of #. text, such as a paragraph, a list, a table, etc. #. #: ../src/orca/Gecko.py:1866 msgid "Goes to next large object." msgstr "Va all'oggetto esteso successivo." #. Translators: this is for navigating between bulleted/numbered #. lists in HTML #. #: ../src/orca/Gecko.py:1874 msgid "Goes to previous list." msgstr "Va all'elenco precedente." #. Translators: this is for navigating between bulleted/numbered #. lists in HTML #. #: ../src/orca/Gecko.py:1882 msgid "Goes to next list." msgstr "Va all'elenco successivo." #. Translators: this is for navigating between bulleted/numbered #. list items in HTML #. #: ../src/orca/Gecko.py:1890 msgid "Goes to previous list item." msgstr "Va alla voce di elenco precedente." #. Translators: this is for navigating between bulleted/numbered #. list items in HTML #. #: ../src/orca/Gecko.py:1898 msgid "Goes to next list item." msgstr "Va alla voce di elenco successiva." #. Translators: this is for navigating between links in HTML #. #: ../src/orca/Gecko.py:1905 msgid "Goes to previous unvisited link." msgstr "Va al precedente collegamento non visitato." #. Translators: this is for navigating between links in HTML #. #: ../src/orca/Gecko.py:1912 msgid "Goes to next unvisited link." msgstr "Va al successivo collegamento non visitato." #. Translators: this is for navigating between links in HTML #. #: ../src/orca/Gecko.py:1919 msgid "Goes to previous visited link." msgstr "Va al precedente collegamento visitato." #. Translators: this is for navigating between links in HTML #. #: ../src/orca/Gecko.py:1926 msgid "Goes to next visited link." msgstr "Va al successivo collegamento visitato." #. Translators: this is for navigating between form fields in #. HTML #. #: ../src/orca/Gecko.py:1934 msgid "Goes to previous form field." msgstr "Va al campo modulo precedente." #. Translators: this is for navigating between form fields in #. HTML #. #: ../src/orca/Gecko.py:1942 msgid "Goes to next form field." msgstr "Va al campo modulo successivo." #. Translators: this is for navigating among blockquotes in #. HTML #. #: ../src/orca/Gecko.py:1950 msgid "Goes to previous blockquote." msgstr "Va al precedente blocco di citazione." #. Translators: this is for navigating among blockquotes in #. HTML #. #: ../src/orca/Gecko.py:1958 msgid "Goes to next blockquote." msgstr "Va al successivo blocco di citazione." #. Translators: this is for navigating between tables in HTML #. #: ../src/orca/Gecko.py:1965 msgid "Goes to previous table." msgstr "Va alla tabella precedente." #. Translators: this is for navigating between tables in HTML #. #: ../src/orca/Gecko.py:1972 msgid "Goes to next table." msgstr "Va alla tabella successiva." #. Translators: Gecko native caret navigation is where #. Firefox itself controls how the arrow keys move the caret #. around HTML content. It's often broken, so Orca needs #. to provide its own support. As such, Orca offers the user #. the ability to switch between the Firefox mode and the #. Orca mode. #. #: ../src/orca/Gecko.py:1984 msgid "Switches between Gecko native and Orca caret navigation." msgstr "Commuta tra la navigazione nativa di Gecko e quella con cursore di inserimento testo di Orca." #. Translators: the structural navigation keys are designed #. to move the caret around the HTML content by object type. #. Thus H moves you to the next heading, Shift H to the #. previous heading, T to the next table, and so on. Some #. users prefer to turn this off to use Firefox's search #. when typing feature. #. #: ../src/orca/Gecko.py:1996 msgid "Toggles structural navigation keys." msgstr "Commuta i tasti di navigazione per stuttura." #. Translators: Gecko native caret navigation is where #. Firefox itself controls how the arrow keys move the caret #. around HTML content. It's often broken, so Orca needs #. to provide its own support. As such, Orca offers the user #. the ability to switch between the Firefox mode and the #. Orca mode. #. #: ../src/orca/Gecko.py:2517 msgid "Use _Orca Caret Navigation" msgstr "Usare navigazione con cursore di inserimento testo di _Orca" #. Translators: Orca provides keystrokes to navigate HTML content #. in a structural manner: go to previous/next header, list item, #. table, etc. #. #: ../src/orca/Gecko.py:2530 msgid "Use Orca _Structural Navigation" msgstr "Usare navigazione per _struttura di Orca" #. Translators: when the user arrows up and down in HTML content, #. it is some times beneficial to always position the cursor at the #. beginning of the line rather than guessing the position directly #. above the current cursor position. This option allows the user #. to decide the behavior they want. #. #: ../src/orca/Gecko.py:2544 msgid "_Position cursor at start of line when navigating vertically" msgstr "_Posizionare il cursore all'inizio della riga quando si naviga verticalmente" #. Translators: when the user loads a new page in Firefox, they #. can optionally tell Orca to automatically start reading a #. page from beginning to end. #. #: ../src/orca/Gecko.py:2556 msgid "Automatically start speaking a page when it is first _loaded" msgstr "Avviare automaticamente la _lettura di una pagina al primo caricamento" #. Translators: this is the title of a panel holding options for #. how to navigate HTML content (e.g., Orca caret navigation, #. positioning of caret, etc.). #. #: ../src/orca/Gecko.py:2568 msgid "Page Navigation" msgstr "Navigazione di pagina" #. Translators: this is an option to tell Orca whether or not it #. should speak table cell coordinates in HTML content. #. #: ../src/orca/Gecko.py:2591 msgid "Speak _cell coordinates" msgstr "Leggere le coordinate di _cella" #. Translators: this is an option to tell Orca whether or not it #. should speak the span size of a table cell (e.g., how many #. rows and columns a particular table cell spans in a table). #. #: ../src/orca/Gecko.py:2603 msgid "Speak _multiple cell spans" msgstr "Leggere le occupazioni di celle _multiple" #. Translators: this is an option for whether or not to speak #. the header of a table cell in HTML content. #. #: ../src/orca/Gecko.py:2614 msgid "Announce cell _header" msgstr "Annunciare le _intestazioni di cella" #. Translators: this is an option to allow users to skip over #. empty/blank cells when navigating tables in HTML content. #. #: ../src/orca/Gecko.py:2625 msgid "Skip _blank cells" msgstr "Omettere le celle _vuote" #. Translators: this is the title of a panel containing options #. for specifying how to navigate tables in HTML content. #. #: ../src/orca/Gecko.py:2636 msgid "Table Navigation" msgstr "Navigazione di tabella" #. Translators: this is an option to allow users to have Orca #. automatically speak the line that contains the match while #. the user is still in Firefox's Find toolbar. #. #: ../src/orca/Gecko.py:2660 msgid "Speak results during _find" msgstr "Leggere i _risultati durante la ricerca" # FIXME, non mi pare molto chiaro a giudicare dal commento... #. Translators: this is an option which dictates whether the line #. that contains the match from the Find toolbar should always #. be spoken, or only spoken if it is a different line than the #. line which contained the last match. #. #: ../src/orca/Gecko.py:2673 msgid "Onl_y speak changed lines during find" msgstr "Leggere _solo le righe cambiate durante la ricerca" #. Translators: this option allows the user to specify the number #. of matched characters that must be present before Orca speaks #. the line that contains the results from the Find toolbar. #. #: ../src/orca/Gecko.py:2690 msgid "Minimum length of matched text:" msgstr "Lunghezza minima del testo corrispondente:" #. Translators: this is the title of a panel containing options #. for using Firefox's Find toolbar. #. #: ../src/orca/Gecko.py:2714 msgid "Find Options" msgstr "Opzioni di ricerca" #. Translators: this is in reference to loading a web page. #. #: ../src/orca/Gecko.py:3564 msgid "Loading. Please wait." msgstr "Caricamento. Attendere." #. Translators: this is in reference to loading a web page. #. #: ../src/orca/Gecko.py:3569 #, python-format msgid "Finished loading %s." msgstr "Caricamento di %s completato." #. Translators: this is in reference to loading a web page. #. #: ../src/orca/Gecko.py:3575 msgid "Finished loading." msgstr "Caricamento completato" #. Translators: the 'h' below represents a heading level #. attribute for content that you might find in something #. such as HTML content (e.g.,

). The translated form #. is meant to be a single character followed by a numeric #. heading level, where the single character is to indicate #. 'heading'. #. #: ../src/orca/Gecko.py:3960 #, python-format msgid "h%d" msgstr "h%d" #. Translators: The cell here refers to a cell within an HTML #. table. We need to announce when the cell occupies or "spans" #. more than a single row and/or column. #. #: ../src/orca/Gecko.py:4886 #, python-format msgid "Cell spans %d rows and %d columns" msgstr "La cella occupa %d righe e %d colonne" #. Translators: The cell here refers to a cell within an HTML #. table. We need to announce when the cell occupies or "spans" #. more than a single row and/or column. #. #: ../src/orca/Gecko.py:4893 #, python-format msgid "Cell spans %d columns" msgstr "La cella occupa %d colonne" #. Translators: The cell here refers to a cell within an HTML #. table. We need to announce when the cell occupies or "spans" #. more than a single row and/or column. #. #: ../src/orca/Gecko.py:4899 #, python-format msgid "Cell spans %d rows" msgstr "La cella occupa %d righe" #. Translators: this is in reference to a heading level #. in HTML (e.g., For

, the level is 3). #. #: ../src/orca/Gecko.py:6589 #, python-format msgid "level %d" msgstr "livello %d" #. Translators: when the user is attempting to locate a #. particular object and the top of the web page has been #. reached without that object being found, we "wrap" to #. the bottom of the page and continuing looking upwards. #. We need to inform the user when this is taking place. #. #: ../src/orca/Gecko.py:7070 ../src/orca/Gecko.py:7131 #: ../src/orca/Gecko.py:7226 ../src/orca/Gecko.py:7291 #: ../src/orca/Gecko.py:7414 ../src/orca/Gecko.py:7498 #: ../src/orca/Gecko.py:7574 ../src/orca/Gecko.py:7654 #: ../src/orca/Gecko.py:7739 ../src/orca/Gecko.py:7833 msgid "Wrapping to bottom." msgstr "Ricominciato dal fondo." #. Translators: this is in reference to navigating HTML content #. by heading (e.g.,

). #. #: ../src/orca/Gecko.py:7081 ../src/orca/Gecko.py:7104 msgid "No more headings." msgstr "Nessun altra intestazione." #. Translators: when the user is attempting to locate a #. particular object and the bottom of the web page has been #. reached without that object being found, we "wrap" to the #. top of the page and continuing looking downwards. We need #. to inform the user when this is taking place. #. #: ../src/orca/Gecko.py:7093 ../src/orca/Gecko.py:7167 #: ../src/orca/Gecko.py:7250 ../src/orca/Gecko.py:7352 #: ../src/orca/Gecko.py:7455 ../src/orca/Gecko.py:7532 #: ../src/orca/Gecko.py:7609 ../src/orca/Gecko.py:7689 #: ../src/orca/Gecko.py:7785 ../src/orca/Gecko.py:7882 msgid "Wrapping to top." msgstr "Ricominciato dall'inizio." #. Translators: this is in reference to navigating HTML content #. by heading (e.g.,

). #. #: ../src/orca/Gecko.py:7142 ../src/orca/Gecko.py:7178 #, python-format msgid "No more headings at level %d." msgstr "Nessun altra intestazione di livello %d." #. Translators: this is for navigating HTML in a structural #. manner, where a 'large object' is a logical chunk of #. text, such as a paragraph, a list, a table, etc. #. #: ../src/orca/Gecko.py:7238 ../src/orca/Gecko.py:7262 msgid "No more large objects." msgstr "Nessun altro oggetto esteso." #. Translators: this represents a list in HTML. #. #: ../src/orca/Gecko.py:7299 ../src/orca/Gecko.py:7360 #, python-format msgid "List with %d item" msgid_plural "List with %d items" msgstr[0] "Elenco con %d voce" msgstr[1] "Elenco con %d voci" #. Translators: this represents a list item in HTML. #. The nesting level is how 'deep' the item is (e.g., #. a level of 2 represents a list item inside a list #. that's inside another list). #. #: ../src/orca/Gecko.py:7314 ../src/orca/Gecko.py:7375 #, python-format msgid "Nesting level %d" msgstr "Livello di annidamento %d" #. Translators: this is for navigating HTML content by moving #. from bulleted/numbered list to bulleted/numbered list. #. #: ../src/orca/Gecko.py:7324 ../src/orca/Gecko.py:7385 msgid "No more lists." msgstr "Nessun altro elenco." #. Translators: this is for navigating HTML content by #. moving from bulleted/numbered list item to #. bulleted/numbered list item. #. #: ../src/orca/Gecko.py:7426 ../src/orca/Gecko.py:7467 msgid "No more list items." msgstr "Nessun altra voce di elenco." #. Translators: this is for navigating HTML content by #. moving from link to link. #. #: ../src/orca/Gecko.py:7509 ../src/orca/Gecko.py:7543 msgid "No more unvisited links." msgstr "Nessun altro collegamento non visitato." #. Translators: this is for navigating HTML content by #. moving from link to link. #. #: ../src/orca/Gecko.py:7585 ../src/orca/Gecko.py:7620 msgid "No more visited links." msgstr "Nessun altro collegamento visitato." #. Translators: this is for navigating HTML content by #. moving from blockquote to blockquote. #. #: ../src/orca/Gecko.py:7665 ../src/orca/Gecko.py:7700 msgid "No more blockquotes." msgstr "Nessun altro blocco di citazione." #. Translators: this is for navigating HTML content by #. moving from form field to form field. #. #: ../src/orca/Gecko.py:7750 ../src/orca/Gecko.py:7796 msgid "No more form fields." msgstr "Nessun altro campo di modulo." #. Translators: this represents the (row, col) position of #. a cell in a table. #. #: ../src/orca/Gecko.py:7818 #, python-format msgid "Row %d, column %d." msgstr "Riga %d, colonna %d." #. Translators: a uniform table is one in which each table #. cell occupies one row and one column (i.e. a perfect grid) #. In contrast, a non-uniform table is one in which at least #. one table cell occupies more than one row and/or column. #. #: ../src/orca/Gecko.py:7847 ../src/orca/Gecko.py:7896 msgid "Non-uniform" msgstr "Non uniforme" #. Translators: this represents the number of rows in an HTML table. #. #: ../src/orca/Gecko.py:7852 ../src/orca/Gecko.py:7901 #, python-format msgid "Table with %d row" msgid_plural "Table with %d rows" msgstr[0] "Tabella con %d riga" msgstr[1] "Tabella con %d righe" #. Translators: this represents the number of cols in an HTML table. #. #: ../src/orca/Gecko.py:7857 ../src/orca/Gecko.py:7906 #, python-format msgid "%d column" msgid_plural "%d columns" msgstr[0] "%d colonna" msgstr[1] "%d colonne" #. Translators: this is for navigating HTML content by #. moving from table to table. #. #: ../src/orca/Gecko.py:7870 ../src/orca/Gecko.py:7918 msgid "No more tables." msgstr "Nessun altra tabella." #. Translators: this is for navigating HTML content by #. moving from table cell to table cell. #. #: ../src/orca/Gecko.py:7961 msgid "Beginning of row." msgstr "Inizio della riga." #. Translators: this is for navigating HTML content by #. moving from table cell to table cell. #. #: ../src/orca/Gecko.py:7966 ../src/orca/Gecko.py:8018 #: ../src/orca/Gecko.py:8066 ../src/orca/Gecko.py:8118 #: ../src/orca/Gecko.py:8133 ../src/orca/Gecko.py:8150 msgid "Not in a table." msgstr "Non in una tabella." #. Translators: this is for navigating HTML content by #. moving from table cell to table cell. #. #: ../src/orca/Gecko.py:8013 msgid "End of row." msgstr "Fine della riga." #. Translators: this is for navigating HTML content by #. moving from table cell to table cell. #. #: ../src/orca/Gecko.py:8061 #, fuzzy msgid "Top of column." msgstr "Inizio della colonna." #. Translators: this is for navigating HTML content by #. moving from table cell to table cell. #. #: ../src/orca/Gecko.py:8113 #, fuzzy msgid "Bottom of column." msgstr "Fine della colonna." #. Translators: Gecko native caret navigation is where #. Firefox itself controls how the arrow keys move the caret #. around HTML content. It's often broken, so Orca needs #. to provide its own support. As such, Orca offers the user #. the ability to switch between the Firefox mode and the #. Orca mode. #. #: ../src/orca/Gecko.py:8168 msgid "Gecko is controlling the caret." msgstr "Il cursore di inserimento testo è controllato da Gecko." #. Translators: Gecko native caret navigation is where #. Firefox itself controls how the arrow keys move the caret #. around HTML content. It's often broken, so Orca needs #. to provide its own support. As such, Orca offers the user #. the ability to switch between the Firefox mode and the #. Orca mode. #. #: ../src/orca/Gecko.py:8180 msgid "Orca is controlling the caret." msgstr "Il cursore di inserimento testo è controllato da Orca." #. Translators: the structural navigation keys are designed #. to move the caret around the HTML content by object type. #. Thus H moves you to the next heading, Shift H to the #. previous heading, T to the next table, and so on. Some #. users prefer to turn this off to use Firefox's search #. when typing feature. This message is sent to both the #. braille display and the speech synthesizer when the user #. toggles the structural navigation feature of Orca. #. It should be a brief informative message. #. #: ../src/orca/Gecko.py:8204 msgid "Structural navigation keys on." msgstr "Tasti di navigazione per struttura attivi." #. Translators: the structural navigation keys are designed #. to move the caret around the HTML content by object type. #. Thus H moves you to the next heading, Shift H to the #. previous heading, T to the next table, and so on. Some #. users prefer to turn this off to use Firefox's search #. when typing feature. This message is sent to both the #. braille display and the speech synthesizer when the user #. toggles the structural navigation feature of Orca. #. It should be a brief informative message. #. #: ../src/orca/Gecko.py:8216 msgid "Structural navigation keys off." msgstr "Tasti di navigazione per struttura non attivi." #: ../src/orca/gnomespeechfactory.py:165 msgid "GNOME Speech Services" msgstr "Servizi sintesi vocale di GNOME" #. Translators: we replace the ellipses (both manual and UTF-8) #. with a spoken string. The extra space you see at the beginning #. is because we need the speech synthesis engine to speak the #. new string well. For example, "Open..." turns into #. "Open dot dot dot". #. #: ../src/orca/gnomespeechfactory.py:685 ../src/orca/gnomespeechfactory.py:686 msgid " dot dot dot" msgstr " puntini di sospensione" #. Translators: this is to be sent to a speech synthesis #. engine to prefix a negative number (e.g., "-56" turns #. into "minus 56". We cannot always be sure of the type #. of the number (floating point, integer, mixed with other #. odd characters, etc.), so we need to unfortunately #. build up the utterance in this manner. #. #: ../src/orca/gnomespeechfactory.py:757 msgid "minus" msgstr "meno" #. Translators: this is a short string saying that the speech #. synthesis engine is now speaking in a higher pitch. #. #: ../src/orca/gnomespeechfactory.py:907 #: ../src/orca/speechdispatcherfactory.py:287 msgid "higher." msgstr "più alto." #. Translators: this is a short string saying that the speech #. synthesis engine is now speaking in a lower pitch. #. #. Translators: This string announces speech pitch change. #: ../src/orca/gnomespeechfactory.py:938 #: ../src/orca/speechdispatcherfactory.py:287 msgid "lower." msgstr "più basso." #. Translators: this is a short string saying that the speech #. synthesis engine is now speaking at a faster rate (words #. per minute). #. #: ../src/orca/gnomespeechfactory.py:967 #: ../src/orca/speechdispatcherfactory.py:277 msgid "faster." msgstr "più veloce." #. Translators: this is a short string saying that the speech #. synthesis engine is now speaking at a slower rate (words #. per minute). #. #. Translators: This string announces speech rate change. #: ../src/orca/gnomespeechfactory.py:1001 #: ../src/orca/speechdispatcherfactory.py:277 msgid "slower." msgstr "più lento." #. Translators: this represents the state of a node in a tree #. or list. #. #. ONLY TRANSLATE THE PART AFTER THE PIPE CHARACTER | #: ../src/orca/J2SE-access-bridge.py:86 msgid "listitem|selected" msgstr "selezionata" #. Translators: this represents the state of a node in a tree #. or list. #. #. ONLY TRANSLATE THE PART AFTER THE PIPE CHARACTER | #: ../src/orca/J2SE-access-bridge.py:94 msgid "listitem|unselected" msgstr "non selezionata" #: ../src/orca/keybindings.py:152 ../src/orca/orca_gui_prefs.py:1594 #: ../src/orca/orca_gui_prefs.py:1686 msgid "Orca" msgstr "Orca" #. Translators: this is presented in a GUI to represent the #. "right alt" modifier. #. #: ../src/orca/keybindings.py:159 msgid "Alt_R" msgstr "Alt_D" #. Translators: this is presented in a GUI to represent the #. "super" modifier. #. #: ../src/orca/keybindings.py:164 msgid "Super" msgstr "Super" #. Translators: this is presented in a GUI to represent the #. "meta 2" modifier. #. #: ../src/orca/keybindings.py:169 msgid "Meta2" msgstr "Meta2" #. Translators: this is presented in a GUI to represent the #. "left alt" modifier. #. #: ../src/orca/keybindings.py:176 msgid "Alt_L" msgstr "Alt_S" #. Translators: this is presented in a GUI to represent the #. "control" modifier. #. #: ../src/orca/keybindings.py:181 msgid "Ctrl" msgstr "Ctrl" #. Translators: this is presented in a GUI to represent the #. "caps lock" modifier. #. #: ../src/orca/keybindings.py:186 msgid "Caps_Lock" msgstr "Bloc_Maiusc" #. Translators: this is presented in a GUI to represent the #. "shift " modifier. #. #: ../src/orca/keybindings.py:191 msgid "Shift" msgstr "Maiusc" #. Translators: this is how someone would speak the name of the left shift key #. #: ../src/orca/keynames.py:41 msgid "left shift" msgstr "maiuscolo sinistro" #. Translators: this is how someone would speak the name of the left alt key #. #: ../src/orca/keynames.py:45 msgid "left alt" msgstr "alt sinistro" #. Translators: this is how someone would speak the name of the left ctrl key #. #: ../src/orca/keynames.py:49 msgid "left control" msgstr "control sinistro" #. Translators: this is how someone would speak the name of the right shift key #. #: ../src/orca/keynames.py:53 msgid "right shift" msgstr "maiuscolo destro" #. Translators: this is how someone would speak the name of the right alt key #. #: ../src/orca/keynames.py:57 msgid "right alt" msgstr "alt destro" #. Translators: this is how someone would speak the name of the right ctrl key #. #: ../src/orca/keynames.py:61 msgid "right control" msgstr "control destro" #. Translators: this is how someone would speak the name of the left meta key #. #: ../src/orca/keynames.py:65 msgid "left meta" msgstr "meta sinistro" #. Translators: this is how someone would speak the name of the right meta key #. #: ../src/orca/keynames.py:69 msgid "right meta" msgstr "meta destro" #. Translators: this is how someone would speak the name of the num lock key #. #: ../src/orca/keynames.py:73 msgid "num lock" msgstr "blocca num" #. Translators: this is how someone would speak the name of the caps lock key #. #: ../src/orca/keynames.py:77 msgid "caps lock" msgstr "blocca maiuscole" #. Translators: this is how someone would speak the name of the scroll lock key #. #: ../src/orca/keynames.py:81 msgid "scroll lock" msgstr "blocca scorrimento" #. Translators: this is how someone would speak the name of the page up key #. #: ../src/orca/keynames.py:85 msgid "page up" msgstr "pagina su" #. Translators: this is how someone would speak the name of the page down key #. #: ../src/orca/keynames.py:89 msgid "page down" msgstr "pagina giù" #. Translators: this is how someone would speak the name of the left tab key #. #: ../src/orca/keynames.py:93 msgid "left tab" msgstr "tab sinistro" #. Translators: this is how someone would speak the name of the F11 key #. #: ../src/orca/keynames.py:97 msgid "F 11" msgstr "F 11" #. Translators: this is how someone would speak the name of the F12 key #. #: ../src/orca/keynames.py:101 msgid "F 12" msgstr "F 12" #. Translators: this is a regular expression that is intended to match #. a positive 'yes' response from a user at the command line. The expression #. as given means - does it begin with (that's the '^' character) any of #. the characters in the '[' ']'? In this case, we've chosen 'Y', 'y', and #. '1' to mean positive answers, so any string beginning with 'Y', 'y', or #. '1' will match. For an example of translation, assume your language has #. the words 'posolutely' and 'absitively' as common words that mean the #. equivalent of 'yes'. You might make the expression match the upper and #. lower case forms: "^[aApP1]". If the 'yes' and 'no' words for your #. locale begin with the same character, the regular expression should be #. modified to use words. For example: "^(yes|Yes)" (note the change from #. using '[' and ']' to '(' and ')'). #. #. Finally, this expression should match what you've chosen for the #. translation of the "Enter y or n:" strings for this file. #. #: ../src/orca/orca_console_prefs.py:69 msgid "^[Yy1]" msgstr "^[SsYy1]" #. Translators: this means speech synthesis (i.e., the machine #. speaks to you from its speakers) is not installed or working. #. #: ../src/orca/orca_console_prefs.py:136 ../src/orca/orca_console_prefs.py:155 msgid "Speech is unavailable." msgstr "La sintesi vocale non è disponibile." #: ../src/orca/orca_console_prefs.py:140 msgid "Welcome to Orca setup." msgstr "Benvenuto nelle impostazioni di Orca." #. Translators: the speech system represents what general #. speech wrapper is going to be used. For example, #. gnome-speech is a speech system, speech dispatcher is #. another, emacspeak is another. These all then provide #. wrappers around specific speech servers (engines). #. #: ../src/orca/orca_console_prefs.py:164 msgid "Select desired speech system:" msgstr "Selezionare il sistema di sintesi vocale desiderato:" #. Translators: this is prompting for a numerical choice. #. #: ../src/orca/orca_console_prefs.py:175 ../src/orca/orca_console_prefs.py:207 #: ../src/orca/orca_console_prefs.py:254 ../src/orca/orca_console_prefs.py:400 msgid "Enter choice: " msgstr "Inserire la scelta: " #. Translators: this means speech synthesis will not be used. #. #: ../src/orca/orca_console_prefs.py:179 ../src/orca/orca_console_prefs.py:190 #: ../src/orca/orca_console_prefs.py:211 ../src/orca/orca_console_prefs.py:227 #: ../src/orca/orca_console_prefs.py:261 msgid "Speech will not be used.\n" msgstr "La sintesi vocale non verrà usata.\n" #. Translators: this means no working speech servers (speech #. synthesis engines) can be found. #. #: ../src/orca/orca_console_prefs.py:189 msgid "No servers available.\n" msgstr "Nessun server disponibile.\n" #. Translators: this is prompting for a numerical choice from a list #. of available speech synthesis engines. #. #: ../src/orca/orca_console_prefs.py:196 msgid "Select desired speech server." msgstr "Selezionare il server di sintesi vocale desiderato." #. Translators: this means the speech server (speech synthesis #. engine) is not working properly and no voices (e.g., male, #. female, child) are available. #. #: ../src/orca/orca_console_prefs.py:223 msgid "No voices available.\n" msgstr "Nessuna voce disponibile.\n" #. Translators: this is prompting for a numerical value from a #. list of choices of speech synthesis voices (e.g., male, #. female, child). #. #: ../src/orca/orca_console_prefs.py:234 msgid "Select desired voice:" msgstr "Selezionare la voce desiderata:" #. Translators: the word echo feature of Orca will speak the word #. prior to the caret when the user types a word delimiter. #. #: ../src/orca/orca_console_prefs.py:295 msgid "Enable echo by word? Enter y or n: " msgstr "Abilitare l'eco sulla parola? Inserire sì o no: " #. Translators: if key echo is enabled, Orca will speak the name of a key #. as the user types on the keyboard. If the user wants key echo, they #. will then be prompted for which classes of keys they want echoed. #. #: ../src/orca/orca_console_prefs.py:306 msgid "Enable key echo? Enter y or n: " msgstr "Abilitare l'eco sui tasti? Inserire sì o no: " #. Translators: this is in reference to key echo for #. normal text entry keys. #. #: ../src/orca/orca_console_prefs.py:317 msgid "Enable alphanumeric and punctuation keys? Enter y or n: " msgstr "Abilitare i tasti di punteggiatura e alfanumerici? Inserire sì o no: " #. Translators: this is in reference to key echo for #. CTRL, ALT, Shift, Insert, and "Fn" on laptops. #. #: ../src/orca/orca_console_prefs.py:327 msgid "Enable modifier keys? Enter y or n: " msgstr "Abilitare i tasti modificatori? Inserire sì o no: " # di commutazione --> Come nelle preferenze della tastiera --Luca #. Translators: this is in reference to key echo for #. Caps Lock, Num Lock, Scroll Lock, etc. #. #: ../src/orca/orca_console_prefs.py:337 msgid "Enable locking keys? Enter y or n: " msgstr "Abilitare i tasti di commutazione? Inserire sì o no: " #. Translators: this is in reference to key echo for #. the keys at the top of the keyboard. #. #: ../src/orca/orca_console_prefs.py:347 msgid "Enable function keys? Enter y or n: " msgstr "Abilitare i tasti funzione? Inserire sì o no: " #. Translators: this is in reference to key echo for #. space, enter, escape, tab, backspace, delete, arrow #. keys, page up, page down, etc. #. #: ../src/orca/orca_console_prefs.py:358 msgid "Enable action keys? Enter y or n: " msgstr "Abilitare i tasti di azione? Inserire sì o no: " #. Translators: we allow the user to choose between the desktop (i.e., #. has a numeric keypad) and laptop (i.e., small and compact) keyboard #. layouts for how they might control Orca. #. #: ../src/orca/orca_console_prefs.py:377 msgid "Select desired keyboard layout." msgstr "Selezionare la disposizione della tastiera desiderata." #. Translators: we allow the user to choose between the desktop (i.e., #. has a numeric keypad) and laptop (i.e., small and compact) keyboard #. layouts for how they might control Orca. #. #: ../src/orca/orca_console_prefs.py:389 msgid "1. Desktop" msgstr "1. Desktop" #. Translators: we allow the user to choose between the desktop (i.e., #. has a numeric keypad) and laptop (i.e., small and compact) keyboard #. layouts for how they might control Orca. #. #: ../src/orca/orca_console_prefs.py:395 msgid "2. Laptop" msgstr "2. Laptop" #: ../src/orca/orca_console_prefs.py:410 msgid "Invalid choice. Selecting desktop keyboard layout.\n" msgstr "Scelta non valida. Selezionata la disposizione di tastiera desktop.\n" #. Translators: this is prompting for whether the user wants to use a #. refreshable braille display (an external hardware device) or not. #. #: ../src/orca/orca_console_prefs.py:442 msgid "Enable Braille? Enter y or n: " msgstr "Abilitare il braille? Inserire sì o no: " #. Translators: the braille monitor is a graphical display on the screen #. that is used for debugging and demoing purposes. It presents what #. would be (or is being) shown on the external refreshable braille #. display. #. #: ../src/orca/orca_console_prefs.py:454 msgid "Enable Braille Monitor? Enter y or n: " msgstr "Abilitare il monitor braille? Inserire sì o no: " #: ../src/orca/orca_console_prefs.py:463 ../src/orca/orca_gui_prefs.py:322 msgid "Accessibility support for GNOME has just been enabled." msgstr "È stato abilitato il supporto all'accessibilità per GNOME." #: ../src/orca/orca_console_prefs.py:468 ../src/orca/orca_gui_prefs.py:323 msgid "You need to log out and log back in for the change to take effect." msgstr "" "È necessario terminare la sessione e riavviarne una nuova affinché il " "cambiamento abbia effetto." #: ../src/orca/orca_console_prefs.py:475 msgid "Do you want to logout now? Enter y or n: " msgstr "Terminare la sessione immediatamente? Inserire sì o no: " #: ../src/orca/orca_console_prefs.py:481 msgid "Setup complete. Logging out now." msgstr "Impostazione completata. Termine della sessione in corso." #: ../src/orca/orca_console_prefs.py:495 msgid "Setup complete. Press Return to continue." msgstr "Impostazione completata. Premere Invio per continuare." #: ../src/orca/orca-find.glade.h:1 msgid "Start from:" msgstr "Inizia da:" #: ../src/orca/orca-find.glade.h:2 ../src/orca/orca_gui_find.py:127 msgid "C_urrent location" msgstr "Posizione att_uale" #: ../src/orca/orca-find.glade.h:3 msgid "Close" msgstr "Chiudi" #. Translators: this is used to tell us if the focus is on the #. "Find" button in gedit's Find dialog. It must match what #. gedit is using. We hate keying off stuff like this, but #. we're forced to do so in this case. #. #. Check to see if we have just had an "object:state-changed:showing" #. event for the Find button. If the name is "Find", and one of its #. states is VISIBLE and we are currently searching, that means we #. have just stopped a search. Inform the user that the search is #. complete and tell them how many files were found. #. #. Translators: the "Find" string must match what gnome-search-tool #. is using. We hate keying off stuff like this, but we're forced #. to do so in this case. #. #: ../src/orca/orca-find.glade.h:4 ../src/orca/scripts/gedit.py:350 #: ../src/orca/scripts/gedit.py:352 #: ../src/orca/scripts/gnome-search-tool.py:160 msgid "Find" msgstr "Trova" #: ../src/orca/orca-find.glade.h:5 msgid "Match _entire word only" msgstr "Corrispondenza solo su _parola intera" #: ../src/orca/orca-find.glade.h:6 msgid "Orca Find Dialog" msgstr "Dialogo Trova con Orca" #: ../src/orca/orca-find.glade.h:7 msgid "Search _backwards" msgstr "Cerca all'in_dietro" #: ../src/orca/orca-find.glade.h:8 msgid "Search for:" msgstr "Ricerca:" #: ../src/orca/orca-find.glade.h:9 msgid "Start from:" msgstr "Iniziare da:" #: ../src/orca/orca-find.glade.h:10 msgid "Top of window" msgstr "Inizio della finestra" #: ../src/orca/orca-find.glade.h:11 msgid "_Match case" msgstr "Corrispondenza _MAIUSCOLO/minuscolo" #: ../src/orca/orca-find.glade.h:12 msgid "_Search for:" msgstr "Ric_erca:" #: ../src/orca/orca-find.glade.h:13 msgid "_Top of window" msgstr "Inizio della _finestra" #: ../src/orca/orca-find.glade.h:14 msgid "_Wrap around" msgstr "Alla fine _ricomincia" #. Translators: Function is a table column header where the #. cells in the column are a sentence that briefly describes #. what action Orca will take when the user invokes an Orca-specific #. keyboard command. #. #: ../src/orca/orca_gui_prefs.py:118 msgid "Function" msgstr "Funzione" #. Translators: Key Binding is a table column header where #. the cells in the column represent keyboard combinations #. the user can press to invoke Orca commands. #. #: ../src/orca/orca_gui_prefs.py:169 msgid "Key Binding" msgstr "Associazione tasti" #. Translators: Alternate is a table column header where #. the cells in the column represent keyboard combinations #. the user can press to invoke Orca commands. These #. represent alternative key bindings that are used in #. addition to the key bindings in the "Key Bindings" #. column. #. #: ../src/orca/orca_gui_prefs.py:223 msgid "Alternate" msgstr "Alternativo" #. Translators: Modified is a table column header where the #. cells represent whether a key binding has been modified #. from the default key binding. #. #: ../src/orca/orca_gui_prefs.py:257 msgid "Modified" msgstr "Modificato" #. Translators: this refers to the speech synthesis voice that Orca #. will use most of the time. #. #: ../src/orca/orca_gui_prefs.py:296 ../src/orca/orca_gui_prefs.py:342 msgid "Default" msgstr "Predefinite" #. Translators: this refers to the speech synthesis voice that Orca #. will use to speak capitalized words and letters. #. #: ../src/orca/orca_gui_prefs.py:302 ../src/orca/orca_gui_prefs.py:348 msgid "Uppercase" msgstr "Lettere maiuscole" #. Translators: this refers to the speech synthesis voice that Orca #. will use to speak text associated with hyperlinks in HTML content. #. #: ../src/orca/orca_gui_prefs.py:308 ../src/orca/orca_gui_prefs.py:358 msgid "Hyperlink" msgstr "Collegamento ipertestuale" #. Attribute Name column (NAME). #. #. Translators: Attribute here refers to text attributes such #. as bold, underline, family-name, etc. #. #: ../src/orca/orca_gui_prefs.py:938 msgid "Attribute Name" msgstr "Nome attributo" #. Attribute Speak column (IS_SPOKEN). #. #. Translators: the "Speak" column consists of a single checkbox #. for each text attribute. If the checkbox is checked, Orca #. will speak that attribute, if it is present, when the user #. presses Orca_Modifier+F. #. #: ../src/orca/orca_gui_prefs.py:953 msgid "Speak" msgstr "Leggere" #. Attribute Mark in Braille column (IS_BRAILLED). #. #. Translators: The "Mark in braille" column consists of a single #. checkbox for each text attribute. If the checkbox is checked, #. Orca will "underline" that attribute, if it is present, on #. the refreshable braille display. #. #: ../src/orca/orca_gui_prefs.py:971 msgid "Mark in braille" msgstr "Contrassegnare in braille" #. Attribute Value column (VALUE) #. #. Translators: "Present Unless" is a column header of the text #. attributes pane of the Orca preferences dialog. On this pane, #. the user can select a set of text attributes that they would like #. spoken and/or indicated in braille. Because the list of attributes #. could get quite lengthy, we provide the option to always speak/ #. braille a text attribute *unless* its value is equal to the value #. given by the user in this column of the list. For example, given #. the text attribute "underline" and a present unless value of "none", #. the user is stating that he/she would like to have underlined text #. announced for all cases (single, double, low, etc.) except when the #. value of underline is none (i.e. when it's not underlined). #. "Present" here is being used as a verb. #. #: ../src/orca/orca_gui_prefs.py:997 msgid "Present Unless" msgstr "" #. Pronunciation Dictionary actual string (word) column (ACTUAL). #. #. Translators: "Actual String" here refers to a text string as it #. actually appears in a text document. This might be an abbreviation #. or a particular word that is pronounced differently then the way #. that it looks. #. #: ../src/orca/orca_gui_prefs.py:1096 msgid "Actual String" msgstr "Stringa reale" #. Pronunciation Dictionary replacement string column (REPLACEMENT) #. #. Translators: "Replacement String" here refers to the text string #. that will actually be used to speak it's matching "actual string". #. For example: if the actual string was "MHz", then the replacement #. (spoken) string would be "megahertz". #. #: ../src/orca/orca_gui_prefs.py:1113 msgid "Replacement String" msgstr "Stringa sostituita" #. Translators: this is an algorithm for magnifying pixels #. on the screen. #. #: ../src/orca/orca_gui_prefs.py:1324 ../src/orca/orca_gui_prefs.py:1335 #: ../src/orca/orca_gui_prefs.py:2462 msgid "Bilinear" msgstr "Bilineare" #. Translators: this is an algorithm for tracking the mouse #. with the magnifier. None means that Orca does nothing to #. track the mouse. #. #: ../src/orca/orca_gui_prefs.py:1330 ../src/orca/orca_gui_prefs.py:1350 #: ../src/orca/orca_gui_prefs.py:2464 ../src/orca/orca_gui_prefs.py:2507 msgid "None" msgstr "Nessuno" #. Translators: this is an algorithm for tracking the mouse #. with the magnifier. Centered means that Orca attempts to #. keep the mouse in the center of the magnified window. #. #: ../src/orca/orca_gui_prefs.py:1348 ../src/orca/orca_gui_prefs.py:1373 #: ../src/orca/orca_gui_prefs.py:2485 msgid "Centered" msgstr "Centrato" #. Translators: this is an algorithm for tracking the mouse #. with the magnifier. Proportional means that Orca attempts #. to position the mouse in the magnifier window in a way #. such that it helps represent where on the desktop the mouse #. is. For example, if the mouse is 25% from the left edge of #. the desktop, Orca positions the mouse 25% from the left edge #. of the magnified region. #. #: ../src/orca/orca_gui_prefs.py:1360 ../src/orca/orca_gui_prefs.py:2504 msgid "Proportional" msgstr "Proporzionale" #. Translators: this is an algorithm for tracking the mouse #. with the magnifier. Push means that Orca will not move #. the magnified region until the mouse hits an edge of the #. magnified region. #. #: ../src/orca/orca_gui_prefs.py:1367 ../src/orca/orca_gui_prefs.py:2493 msgid "Push" msgstr "Spinta" #. Translators: an external braille device has buttons on it that #. permit the user to create input gestures from the braille device. #. The braille bindings are what determine the actions Orca will #. take when the user presses these buttons. #. #: ../src/orca/orca_gui_prefs.py:1633 ../src/orca/orca_gui_prefs.py:1710 msgid "Braille Bindings" msgstr "Associazioni Braille" #. Translators: A single braille cell on a refreshable #. braille display consists of 8 dots. If the user #. chooses this setting, the dot in the bottom left #. corner will be used to 'underline' text of interest. #. #: ../src/orca/orca_gui_prefs.py:2035 ../src/orca/orca_gui_prefs.py:2075 #: ../src/orca/orca-setup.glade.h:27 msgid "Dot _7" msgstr "Dot _7" #. Translators: If the user chooses this setting, the #. dot in the bottom right corner of the braille cell #. will be used to 'underline' text of interest. #. #: ../src/orca/orca_gui_prefs.py:2042 ../src/orca/orca_gui_prefs.py:2082 #: ../src/orca/orca-setup.glade.h:28 msgid "Dot _8" msgstr "Dot _8" #. Translators: If the user chooses this setting, the #. two dots at the bottom of the braille cell will be #. used to 'underline' text of interest. #. #: ../src/orca/orca_gui_prefs.py:2049 ../src/orca/orca_gui_prefs.py:2089 #: ../src/orca/orca-setup.glade.h:29 msgid "Dots 7 an_d 8" msgstr "_Dot 7 e 8" #. Translators: If this setting is chosen, no punctuation #. symbols will be spoken as a user reads a document. #. #: ../src/orca/orca_gui_prefs.py:2112 ../src/orca/orca-setup.glade.h:99 msgid "_None" msgstr "_Nessuno" #. Translators: If this setting is chosen, common punctuation #. symbols (like comma, period, question mark) will not be #. spoken as a user reads a document, but less common symbols #. (such as #, @, $) will. #. #: ../src/orca/orca_gui_prefs.py:2120 ../src/orca/orca-setup.glade.h:75 msgid "So_me" msgstr "_Qualcuno" #. Translators: If this setting is chosen, the majority of #. punctuation symbols will be spoken as a user reads a #. document. #. #: ../src/orca/orca_gui_prefs.py:2127 ../src/orca/orca-setup.glade.h:50 msgid "M_ost" msgstr "_Parecchi" #. Translators: If this setting is chosen and the user is reading #. over an entire document, Orca will pause at the end of each #. line. #. #: ../src/orca/orca_gui_prefs.py:2148 msgid "Line" msgstr "Riga" #. Translators: If this setting is chosen and the user is reading #. over an entire document, Orca will pause at the end of each #. sentence. #. #: ../src/orca/orca_gui_prefs.py:2154 msgid "Sentence" msgstr "Sentenza" #. Translators: This refers to the amount of information #. Orca provides about a particular object that receives #. focus. #. #: ../src/orca/orca_gui_prefs.py:2174 ../src/orca/orca_gui_prefs.py:2262 #: ../src/orca/orca-setup.glade.h:16 msgid "Brie_f" msgstr "C_onciso" #. Translators: when users are navigating a table, they #. sometimes want the entire row of a table read, or #. they just want the current cell to be presented to them. #. #: ../src/orca/orca_gui_prefs.py:2198 ../src/orca/orca-setup.glade.h:79 msgid "Speak current _cell" msgstr "Leggere la _cella corrente" #. Translators: this is a spoken prompt asking the user to press #. a new key combination (e.g., Alt+Ctrl+g) to create a new #. key bindings. #. #: ../src/orca/orca_gui_prefs.py:2541 msgid "enter new key" msgstr "inserire il nuovo tasto" #. Translators: this is a spoken prompt confirming the key #. combination (e.g., Ctrl+Alt+f) the user just typed when #. creating a new key binding. #. #: ../src/orca/orca_gui_prefs.py:2570 #, python-format msgid "The new key is: %s" msgstr "Il nuovo tasto è: %s" #. Translators: this is a spoken prompt letting the user #. know that the key combination (e.g., Ctrl+Alt+f) they #. just entered for defining a new key binding was already #. defined. #. #: ../src/orca/orca_gui_prefs.py:2578 msgid "The key entered is the same. Nothing changed." msgstr "Il tasto inserito è lo stesso. Nessun cambiamento." #. Translators: this refers to the keyboard layout (desktop #. or laptop). #. #: ../src/orca/orca_gui_prefs.py:2678 ../src/orca/orca-setup.glade.h:94 msgid "_Desktop" msgstr "_Desktop" #. Translators: Orca Preferences is the configuration GUI for Orca. #. #: ../src/orca/orca_gui_prefs.py:2950 msgid "Starting Orca Preferences. This may take a while." msgstr "Avvio delle preferenze di Orca. Potrebbe richiedere un po' di tempo." #: ../src/orca/orca-mainwin.glade.h:1 msgid "Orca Screen Reader / Magnifier" msgstr "Orca - Lettore schermo e ingranditore" #: ../src/orca/orca-mainwin.glade.h:2 msgid "Preferences" msgstr "Preferenze" #: ../src/orca/orca-mainwin.glade.h:3 msgid "Quit" msgstr "Esci" #. Translators: this is what Orca speaks and brailles when it quits. #. #: ../src/orca/orca.py:236 ../src/orca/orca.py:1202 ../src/orca/orca.py:1203 msgid "Goodbye." msgstr "Arrivederci." #. Translators: this is a spoken prompt letting the user know #. Orca has recorded a new key combination (e.g., Alt+Ctrl+g) #. based upon their input. #. #: ../src/orca/orca.py:656 #, python-format msgid "Key captured: %s. Press enter to confirm." msgstr "Tasto catturato: %s. Premere invio per confermare." #. Translators: this is a spoken prompt letting the user know #. that speech synthesis has been turned back on. #. #: ../src/orca/orca.py:854 msgid "Speech enabled." msgstr "Sintesi vocale abilitata." #. Translators: this is a spoken prompt letting the user know #. that speech synthesis has been temporarily turned off. #. #: ../src/orca/orca.py:859 msgid "Speech disabled." msgstr "Sintesi vocale disabilitata." #. Translators: there is a keystroke to reload the user #. preferences. This is a spoken prompt to let the user #. know when the preferences has been reloaded. #. #: ../src/orca/orca.py:911 msgid "Orca user settings reloaded." msgstr "Impostazioni utente di Orca ricaricate." #: ../src/orca/orca.py:1465 msgid "Welcome to Orca." msgstr "Benvenuti in Orca." #: ../src/orca/orca-quit.glade.h:1 msgid "" "Quit Orca?\n" "\n" "This will stop all speech output and screen magnification.\n" "\n" msgstr "" "Terminare Orca?\n" "\n" "Così facendo verrà interrota sia la sintetizzazione vocale\n" "che l'ingrandimento dello schermo.\n" "\n" #: ../src/orca/orca-setup.glade.h:1 msgid "" "Adjust selected\n" "attributes" msgstr "" "Regola attributi\n" "selezionati" #: ../src/orca/orca-setup.glade.h:3 msgid "Braille Indicator" msgstr "Indicatore braille" #: ../src/orca/orca-setup.glade.h:4 msgid "Cross-hair Settings" msgstr "Impostazioni del mirino" #: ../src/orca/orca-setup.glade.h:5 msgid "Cursor Settings" msgstr "Impostazioni del cursore" #: ../src/orca/orca-setup.glade.h:6 msgid "Keyboard Layout" msgstr "Disposizione tastiera" #: ../src/orca/orca-setup.glade.h:7 msgid "Pronunciation Dictionary" msgstr "Dizionari di pronuncia" #: ../src/orca/orca-setup.glade.h:8 msgid "Punctuation Level" msgstr "Livello punteggiatura" #: ../src/orca/orca-setup.glade.h:9 msgid "Selection Indicator" msgstr "Indicatore di selezione" #: ../src/orca/orca-setup.glade.h:10 msgid "Table Row Speech" msgstr "Sintesi righe in tabella" #: ../src/orca/orca-setup.glade.h:11 msgid "Text attributes" msgstr "Attributi di testo" #: ../src/orca/orca-setup.glade.h:12 msgid "Verbosity" msgstr "Prolissità" # Nota: per distinguere magnifier e zoomer ho usato # magnifier --> ingranditore (il programma) # zoomer --> ingrandimento (la porzione di schermo ingrandita) # # -Luca #: ../src/orca/orca-setup.glade.h:13 msgid "Zoomer Position" msgstr "Posizione ingrandimento" #: ../src/orca/orca-setup.glade.h:14 msgid "Zoomer Settings" msgstr "Impostazioni ingrandimento" #: ../src/orca/orca-setup.glade.h:15 msgid "Braille" msgstr "Braille" #: ../src/orca/orca-setup.glade.h:17 msgid "" "Centered\n" "None\n" "Proportional\n" "Push" msgstr "" "Centrato\n" "Nessuno\n" "Proporzionale\n" "Spinta" #: ../src/orca/orca-setup.glade.h:21 msgid "Color:" msgstr "Colore:" #: ../src/orca/orca-setup.glade.h:22 msgid "Custom siz_e" msgstr "Dimen_sione personalizzata" #: ../src/orca/orca-setup.glade.h:23 msgid "" "Default\n" "Uppercase\n" "Hyperlink" msgstr "" "Predefinite\n" "Lettere maiuscole\n" "Collegamenti ipertestuali" # da rivedere... --Luca #: ../src/orca/orca-setup.glade.h:26 msgid "Disable gksu _keyboard grab" msgstr "Disabilitare la cattura della _tastiera con gksu" #: ../src/orca/orca-setup.glade.h:30 msgid "Enable Braille _monitor" msgstr "Abilitare il _monitor Braille" #: ../src/orca/orca-setup.glade.h:31 msgid "Enable Braille _support" msgstr "Abilitare il _supporto Braille" #: ../src/orca/orca-setup.glade.h:32 msgid "Enable _alphanumeric and punctuation keys" msgstr "Abilitare i tasti di punteggiatura e _alfanumerici" #: ../src/orca/orca-setup.glade.h:33 msgid "Enable _function keys" msgstr "Abilitare i tasti _funzione" #: ../src/orca/orca-setup.glade.h:34 msgid "Enable _key echo" msgstr "Abilitare l'eco sui _tasti" #: ../src/orca/orca-setup.glade.h:35 msgid "Enable _magnifier" msgstr "_Abilitare l'ingranditore" #: ../src/orca/orca-setup.glade.h:36 msgid "Enable _modifier keys" msgstr "Abilitare i tasti _modificatori" #: ../src/orca/orca-setup.glade.h:37 msgid "Enable ac_tion keys" msgstr "Abilitare i tasti di a_zione" #: ../src/orca/orca-setup.glade.h:38 msgid "Enable c_ursor" msgstr "Abilitare il c_ursore" #: ../src/orca/orca-setup.glade.h:39 msgid "Enable cross-h_air" msgstr "Abilitare il _mirino" #: ../src/orca/orca-setup.glade.h:40 msgid "Enable cross-hair cli_p" msgstr "" #: ../src/orca/orca-setup.glade.h:41 msgid "Enable echo by _word" msgstr "Abilitare l'_eco sulla parola" #: ../src/orca/orca-setup.glade.h:42 msgid "Enable lockin_g keys" msgstr "Abilitare i tasti di _commutazione" #: ../src/orca/orca-setup.glade.h:43 msgid "General" msgstr "Generali" #: ../src/orca/orca-setup.glade.h:44 msgid "In_vert colors" msgstr "Colori in_vertiti" #: ../src/orca/orca-setup.glade.h:45 msgid "Key Binding List" msgstr "Elenco associazioni tasti" #: ../src/orca/orca-setup.glade.h:46 msgid "Key Bindings" msgstr "Associazioni di tasti" #: ../src/orca/orca-setup.glade.h:47 msgid "Key Echo" msgstr "Eco dei tasti" #: ../src/orca/orca-setup.glade.h:48 msgid "" "Line\n" "Sentence" msgstr "" "Riga\n" "Sentenza" #: ../src/orca/orca-setup.glade.h:51 msgid "Magnifier" msgstr "Ingranditore" #: ../src/orca/orca-setup.glade.h:52 msgid "Mouse trac_king mode:" msgstr "Modalità t_racciamento del mouse:" #. Translators: This label is on a button on the Text Attributes pane of the Orca Preferences dialog. On that pane there is a long list of possible text attributes. The user can select one and then, by using the Move _down one button, move that attribute down one line in the list. The ordering in the list is important as Orca will speak the selected text attributes in the given order. #: ../src/orca/orca-setup.glade.h:54 msgid "Move _down one" msgstr "" #. Translators: This label is on a button on the Text Attributes pane of the Orca Preferences dialog. On that pane there is a long list of possible text attributes. The user can select one and then, by using the Move _up one button, move that attribute up one line in the list. The ordering in the list is important as Orca will speak the selected text attributes in the given order. #: ../src/orca/orca-setup.glade.h:56 msgid "Move _up one" msgstr "" #. Translators: This label is on a button on the Text Attributes pane of the Orca Preferences dialog. On that pane there is a long list of possible text attributes. The user can select one and then, by using the Move to _bottom button, move that attribute to the bottom of the list. The ordering in the list is important as Orca will speak the selected text attributes in the given order. #: ../src/orca/orca-setup.glade.h:58 msgid "Move to _bottom" msgstr "" #. Translators: This label is on a button on the Text Attributes pane of the Orca Preferences dialog. On that pane there is a long list of possible text attributes. The user can select one and then, by using the Move to _top button, move that attribute to the top of the list. The ordering in the list is important as Orca will speak the selected text attributes in the given order. #: ../src/orca/orca-setup.glade.h:60 msgid "Move to _top" msgstr "" #: ../src/orca/orca-setup.glade.h:61 msgid "" "None\n" "Bilinear" msgstr "" "Nessuno\n" "Bilineare" #: ../src/orca/orca-setup.glade.h:63 msgid "Orca Modifier Keys" msgstr "Tasti modificatori di Orca" #: ../src/orca/orca-setup.glade.h:64 msgid "Orca Preferences" msgstr "Preferenze di Orca" #: ../src/orca/orca-setup.glade.h:65 msgid "Orca _Modifier Key(s):" msgstr "Tasti _modificatori di Orca:" #: ../src/orca/orca-setup.glade.h:66 msgid "Pi_tch:" msgstr "_Tonalità:" #: ../src/orca/orca-setup.glade.h:67 msgid "Pronunciation" msgstr "Pronuncia" #: ../src/orca/orca-setup.glade.h:68 msgid "Quit Orca _without confirmation" msgstr "Terminare Orca senza con_ferma" #: ../src/orca/orca-setup.glade.h:69 msgid "S_ource display:" msgstr "Display d'_origine:" #. Translators: Say all by refers to the way that Orca will say (speak) an amount of text -- in particular, where Orca where insert pauses. There are currently two choices (supplied by a combo box to the right of this label): say all by sentence and say all by line. If Orca were speaking a work of fiction, it's probably best to do say all by sentence so it sound more natural. If Orca were speaking something like a page of computer commands, doing a say all by line would work better. #: ../src/orca/orca-setup.glade.h:71 msgid "Say All B_y:" msgstr "" #: ../src/orca/orca-setup.glade.h:72 msgid "Scale _factor:" msgstr "_Fattore di scala:" #: ../src/orca/orca-setup.glade.h:73 msgid "Show Orca _main window" msgstr "_Mostrare la finestra principale di Orca" #: ../src/orca/orca-setup.glade.h:74 msgid "Si_ze:" msgstr "Dimensi_one:" #: ../src/orca/orca-setup.glade.h:76 msgid "Speak _indentation and justification" msgstr "Le_ggere i rientri e la giustificazione" #: ../src/orca/orca-setup.glade.h:77 msgid "Speak _none" msgstr "" #: ../src/orca/orca-setup.glade.h:78 msgid "Speak blank lines" msgstr "Leggere le righe in bianco" #: ../src/orca/orca-setup.glade.h:80 msgid "Speak current ro_w" msgstr "Leggere la _riga corrente" #: ../src/orca/orca-setup.glade.h:81 msgid "Speak progress bar _updates" msgstr "Leggere aggiornamenti di barra di a_vanzamento" #: ../src/orca/orca-setup.glade.h:82 msgid "Speech" msgstr "Sintesi vocale" #: ../src/orca/orca-setup.glade.h:83 msgid "Speech _system:" msgstr "_Sistema di sintesi vocale:" #: ../src/orca/orca-setup.glade.h:84 msgid "Speech synthesi_zer:" msgstr "Sinteti_zzatore di sintesi vocale:" #: ../src/orca/orca-setup.glade.h:85 msgid "Tar_get display:" msgstr "Display di _destinazione:" #: ../src/orca/orca-setup.glade.h:86 msgid "Text Attributes" msgstr "Attributi di testo" #: ../src/orca/orca-setup.glade.h:87 msgid "Update interval:" msgstr "Intervallo di aggiornamento:" #: ../src/orca/orca-setup.glade.h:88 msgid "Ver_bose" msgstr "P_rolisso" #: ../src/orca/orca-setup.glade.h:89 msgid "Vo_lume:" msgstr "Vo_lume:" # Ad esempio dial invece di dialogo e così via. # Ciò significa anche che i nomi abbreviati definiti altrove debbono # essere univoci :-| -Luca #: ../src/orca/orca-setup.glade.h:90 msgid "_Abbreviated role names" msgstr "Nomi di ruolo abbre_viati" #: ../src/orca/orca-setup.glade.h:91 msgid "_All" msgstr "_Tutti" #: ../src/orca/orca-setup.glade.h:92 msgid "_Bottom:" msgstr "In_feriore:" #: ../src/orca/orca-setup.glade.h:93 msgid "_Delete" msgstr "Eli_mina" #: ../src/orca/orca-setup.glade.h:95 msgid "_Enable speech" msgstr "Abilitar_e sintesi vocale" #: ../src/orca/orca-setup.glade.h:96 msgid "_Laptop" msgstr "_Laptop" #: ../src/orca/orca-setup.glade.h:97 msgid "_Left:" msgstr "_Sinistro:" #: ../src/orca/orca-setup.glade.h:98 msgid "_New entry" msgstr "_Nuova voce" #: ../src/orca/orca-setup.glade.h:100 msgid "_Person:" msgstr "_Persona:" #: ../src/orca/orca-setup.glade.h:101 msgid "_Present tooltips" msgstr "P_resentare i suggerimenti" #: ../src/orca/orca-setup.glade.h:102 msgid "_Rate:" msgstr "_Velocità:" #: ../src/orca/orca-setup.glade.h:103 msgid "_Reset" msgstr "A_zzera" #: ../src/orca/orca-setup.glade.h:104 msgid "_Right:" msgstr "_Destro:" #: ../src/orca/orca-setup.glade.h:105 msgid "_Smoothing:" msgstr "_Smussatura:" #: ../src/orca/orca-setup.glade.h:106 msgid "_Speak all" msgstr "_Leggere tutto" #: ../src/orca/orca-setup.glade.h:107 msgid "_Top:" msgstr "S_uperiore:" #: ../src/orca/orca-setup.glade.h:108 msgid "_Voice settings:" msgstr "Impostazioni della _voce:" #: ../src/orca/orca-setup.glade.h:109 msgid "_Width:" msgstr "_Larghezza:" #: ../src/orca/orca-setup.glade.h:110 msgid "pixels" msgstr "pixel" #: ../src/orca/orca-setup.glade.h:111 msgid "seconds" msgstr "secondi" #. for gettext support #. Translators: this is a structure to assist in the generation of #. spoken military-style spelling. For example, 'abc' becomes 'alpha #. bravo charlie'. #. #. It is a simple structure that consists of pairs of #. #. letter : word(s) #. #. where the letter and word(s) are separate by colons and each #. pair is separated by commas. For example, we see: #. #. a : alpha, b : bravo, c : charlie, #. #. And so on. The complete set should consist of all the letters from #. the alphabet for your language paired with the common #. military/phonetic word(s) used to describe that letter. #. #. The Wikipedia entry #. http://en.wikipedia.org/wiki/NATO_phonetic_alphabet has a few #. interesting tidbits about local conventions in the sections #. "Additions in German, Danish and Norwegian" and "Variants". #. #: ../src/orca/phonnames.py:53 msgid "" "a : alpha, b : bravo, c : charlie, d : delta, e : echo, f : foxtrot, g : " "golf, h : hotel, i : india, j : juliet, k : kilo, l : lima, m : mike, n : " "november, o : oscar, p : papa, q : quebec, r : romeo, s : sierra, t : tango, " "u : uniform, v : victor, w : whiskey, x : xray, y : yankee, z : zulu" msgstr "a : Ancona, b : Bari, c : Catania, d : Domodossola, e : Empoli, f : Firenze, g : Genova, h : hotel, i : Imola, j : jolly, k : kursaal, l : Livorno, m : Milano, n : Napoli, o : Otranto, p : Palermo, q : Quarto, r : Roma, s : Savona, t : Torino, u : Udina, V : Venezia, w : Washington, x : xilofono, y : yogurt: z : Zara" #. Translators: short braille for the rolename of an invalid GUI object. #. We strive to keep it under three characters to preserve real estate. #. #: ../src/orca/rolenames.py:160 msgid "???" msgstr "???" #. Translators: long braille for the rolename of an invalid object. #. We typically make these 'camel' case. #. #: ../src/orca/rolenames.py:164 msgid "Invalid" msgstr "Non valido" #. Translators: spoken words for the rolename of an invalid object. #. #: ../src/orca/rolenames.py:167 msgid "invalid" msgstr "non valido" #. Translators: short braille for an accelerator (what you see in a menu). #. We strive to keep it under three characters to preserve real estate. #. #: ../src/orca/rolenames.py:174 msgid "acc" msgstr "acc" #. Translators: long braille for an accelerator (what you see in a menu). #. We typically make these 'camel' case. #. #: ../src/orca/rolenames.py:178 msgid "Accelerator" msgstr "Acceleratore" #. Translators: spoken words for an accelerator (what you see in a menu). #. #: ../src/orca/rolenames.py:181 msgid "accelerator" msgstr "acceleratore" #. Translators: short braille for the rolename of an alert dialog. #. NOTE for all the short braille words: they we strive to keep them #. around three characters to preserve real estate on the braille #. display. The letters are chosen to make them unique across all #. other rolenames, and they typically act like an abbreviation. #. #: ../src/orca/rolenames.py:191 msgid "alrt" msgstr "" #. Translators: long braille for the rolename of an alert dialog. #. NOTE for all the long braille words: we typically make them #. 'camel' case -- multiple words are bunched together with no #. spaces between them and the first letter of each word is #. capitalized. #. #: ../src/orca/rolenames.py:198 msgid "Alert" msgstr "Allerta" #. Translators: spoken words for the rolename of an alert dialog. #. NOTE for all the spoken words: these are the words one would use #. when speaking. #. #: ../src/orca/rolenames.py:203 msgid "alert" msgstr "alert" #. Translators: short braille for the rolename of an animation widget. #. #: ../src/orca/rolenames.py:209 msgid "anim" msgstr "" #. Translators: long braille for the rolename of an animation widget. #. #: ../src/orca/rolenames.py:212 msgid "Animation" msgstr "Animazione" #. Translators: spoken words for the rolename of an animation widget. #. #: ../src/orca/rolenames.py:215 msgid "animation" msgstr "animazione" #. Translators: short braille for the rolename of an arrow widget. #. #: ../src/orca/rolenames.py:221 msgid "arw" msgstr "" #. Translators: long braille for the rolename of an animation widget. #. #: ../src/orca/rolenames.py:224 msgid "Arrow" msgstr "Freccia" #. Translators: spoken words for the rolename of an animation widget. #. #: ../src/orca/rolenames.py:227 msgid "arrow" msgstr "freccia" #. Translators: short braille for the rolename of a calendar widget. #. #: ../src/orca/rolenames.py:233 msgid "cal" msgstr "cal" #. Translators: long braille for the rolename of a calendar widget. #. #: ../src/orca/rolenames.py:236 msgid "Calendar" msgstr "Calendario" #. Translators: spoken words for the rolename of a calendar widget. #. #: ../src/orca/rolenames.py:239 msgid "calendar" msgstr "calendario" # abbastanza breve in italiano da non necessitare abbreviazione #. Translators: short braille for the rolename of a canvas widget. #. #: ../src/orca/rolenames.py:245 msgid "cnv" msgstr "tela" #. Translators: long braille for the rolename of a canvas widget. #. #: ../src/orca/rolenames.py:248 msgid "Canvas" msgstr "Tela" #. Translators: spoken words for the rolename of a canvas widget. #. #: ../src/orca/rolenames.py:251 msgid "canvas" msgstr "tela" #. Translators: short braille for the rolename of a caption (e.g., #. table caption). #. #: ../src/orca/rolenames.py:258 msgid "cptn" msgstr "" #. Translators: long braille for the rolename of a caption (e.g., #. table caption). #. #: ../src/orca/rolenames.py:262 msgid "Caption" msgstr "" #. Translators: spoken words for the rolename of a caption (e.g., #. table caption). #. #: ../src/orca/rolenames.py:266 msgid "caption" msgstr "" #. Translators: short braille for the rolename of a checkbox. #. #. Translators: short braille for the rolename of a check menu item. #. #: ../src/orca/rolenames.py:272 ../src/orca/rolenames.py:284 msgid "chk" msgstr "spu" #. Translators: long braille for the rolename of a checkbox. #. #: ../src/orca/rolenames.py:275 msgid "CheckBox" msgstr "CasellaSpunta" #. Translators: spoken words for the rolename of a checkbox. #. #: ../src/orca/rolenames.py:278 msgid "check box" msgstr "casella di spunta" #. Translators: long braille for the rolename of a check menu item. #. #: ../src/orca/rolenames.py:287 msgid "CheckItem" msgstr "VoceSpunta" #. Translators: spoken words for the rolename of a check menu item. #. #: ../src/orca/rolenames.py:290 msgid "check item" msgstr "voce di spunta" #. Translators: short braille for the rolename of a check menu (i.e., #. a bizarre construct where the menu item is also a menu). #. #: ../src/orca/rolenames.py:297 msgid "ckm" msgstr "" #. Translators: long braille for the rolename of a check menu (i.e., #. a bizarre construct where the menu item is also a menu). #. #: ../src/orca/rolenames.py:301 msgid "CheckMenu" msgstr "" #. Translators: spoken words for the rolename of a check menu (i.e., #. a bizarre construct where the menu item is also a menu). #. #: ../src/orca/rolenames.py:305 msgid "check menu" msgstr "" #. Translators: short braille for the rolename of a color chooser. #. #: ../src/orca/rolenames.py:311 msgid "clrchsr" msgstr "selcol" #. Translators: long braille for the rolename of a color chooser. #. #: ../src/orca/rolenames.py:314 msgid "ColorChooser" msgstr "SelettoreColore" #. Translators: spoken words for the rolename of a color chooser. #. #: ../src/orca/rolenames.py:317 msgid "color chooser" msgstr "selettore colore" #. Translators: short braille for the rolename of a column header. #. #. Translators: short braille for the rolename of a table column header. #. #: ../src/orca/rolenames.py:323 ../src/orca/rolenames.py:950 msgid "colhdr" msgstr "intcol" #. Translators: long braille for the rolename of a column header. #. #. Translators: long braille for the rolename of a table column header. #. #: ../src/orca/rolenames.py:326 ../src/orca/rolenames.py:953 msgid "ColumnHeader" msgstr "IntestazioneColonna" #. Translators: spoken words for the rolename of a column header. #. #. Translators: spoken words for the rolename of a table column header. #. #: ../src/orca/rolenames.py:329 ../src/orca/rolenames.py:956 msgid "column header" msgstr "intestazione colonna" #. Translators: short braille for the rolename of a combo box. #. #: ../src/orca/rolenames.py:335 msgid "cbo" msgstr "cmb" #. Translators: long braille for the rolename of a combo box. #. #: ../src/orca/rolenames.py:338 msgid "Combo" msgstr "Combinata" #. Translators: spoken words for the rolename of a combo box. #. #: ../src/orca/rolenames.py:341 msgid "combo box" msgstr "casella combinata" #. Translators: short braille for the rolename of a date editor. #. #: ../src/orca/rolenames.py:347 msgid "dat" msgstr "dat" #. Translators: long braille for the rolename of a date editor. #. #: ../src/orca/rolenames.py:350 msgid "DateEditor" msgstr "EditorData" #. Translators: spoken words for the rolename of a date editor. #. #: ../src/orca/rolenames.py:353 msgid "date editor" msgstr "editor di data" #. Translators: short braille for the rolename of a desktop icon. #. #. Translators: short braille for the rolename of a icon. #. #: ../src/orca/rolenames.py:359 ../src/orca/rolenames.py:539 msgid "icn" msgstr "" #. Translators: long braille for the rolename of a desktop icon. #. #: ../src/orca/rolenames.py:362 msgid "DesktopIcon" msgstr "IconaScrivania" #. Translators: spoken words for the rolename of a desktop icon. #. #: ../src/orca/rolenames.py:365 msgid "desktop icon" msgstr "icona di scrivania" #. Translators: short braille for the rolename of a desktop frame. #. #. Translators: short braille for the rolename of a frame. #. #: ../src/orca/rolenames.py:371 ../src/orca/rolenames.py:491 msgid "frm" msgstr "" #. Translators: long braille for the rolename of a desktop frame. #. #: ../src/orca/rolenames.py:374 msgid "DesktopFrame" msgstr "CorniceScrivania" #. Translators: spoken words for the rolename of a desktop frame. #. #: ../src/orca/rolenames.py:377 msgid "desktop frame" msgstr "cornice di scrivania" #. Translators: short braille for the rolename of a dial. #. #. Translators: spoken words for the rolename of a dial. #. #: ../src/orca/rolenames.py:383 ../src/orca/rolenames.py:389 msgid "dial" msgstr "" #. Translators: long braille for the rolename of a dial. #. #: ../src/orca/rolenames.py:386 msgid "Dial" msgstr "" #. Translators: short braille for the rolename of a dialog. #. #: ../src/orca/rolenames.py:395 msgid "dlg" msgstr "dlg" #. Translators: long braille for the rolename of a dialog. #. #: ../src/orca/rolenames.py:398 msgid "Dialog" msgstr "Dialogo" #. Translators: spoken words for the rolename of a dialog. #. #: ../src/orca/rolenames.py:401 msgid "dialog" msgstr "dialogo" #. Translators: short braille for the rolename of a directory pane. #. #: ../src/orca/rolenames.py:407 msgid "dip" msgstr "" #. Translators: long braille for the rolename of a directory pane. #. #: ../src/orca/rolenames.py:410 msgid "DirectoryPane" msgstr "" #. Translators: spoken words for the rolename of a directory pane. #. #: ../src/orca/rolenames.py:413 msgid "directory pane" msgstr "" #. Translators: short braille for the rolename of an HTML document frame. #. #. Translators: short braille for the rolename of an html container. #. #: ../src/orca/rolenames.py:419 ../src/orca/rolenames.py:527 msgid "html" msgstr "html" #. Translators: long braille for the rolename of an HTML document frame. #. #: ../src/orca/rolenames.py:422 msgid "HtmlPane" msgstr "" #. Translators: spoken words for the rolename of an HTML document frame. #. #: ../src/orca/rolenames.py:425 msgid "html content" msgstr "" #. Translators: short braille for the rolename of a drawing area. #. #: ../src/orca/rolenames.py:431 msgid "draw" msgstr "" #. Translators: long braille for the rolename of a drawing area. #. #: ../src/orca/rolenames.py:434 msgid "DrawingArea" msgstr "AreaDisengo" #. Translators: spoken words for the rolename of a drawing area. #. #: ../src/orca/rolenames.py:437 msgid "drawing area" msgstr "area disegno" #. Translators: short braille for the rolename of a file chooser. #. #: ../src/orca/rolenames.py:443 msgid "fchsr" msgstr "selfile" #. Translators: long braille for the rolename of a file chooser. #. #: ../src/orca/rolenames.py:446 msgid "FileChooser" msgstr "SelettoreFile" #. Translators: spoken words for the rolename of a file chooser. #. #: ../src/orca/rolenames.py:449 msgid "file chooser" msgstr "selettore file" #. Translators: short braille for the rolename of a filler. #. #: ../src/orca/rolenames.py:455 msgid "flr" msgstr "" #. Translators: long braille for the rolename of a filler. #. #: ../src/orca/rolenames.py:458 msgid "Filler" msgstr "" #. Translators: spoken words for the rolename of a filler. #. #: ../src/orca/rolenames.py:461 msgid "filler" msgstr "" #. Translators: short braille for the rolename of a font chooser. #. #: ../src/orca/rolenames.py:467 msgid "fnt" msgstr "carat" #. Translators: long braille for the rolename of a font chooser. #. #: ../src/orca/rolenames.py:470 msgid "FontChooser" msgstr "SelettoreCarattere" #. Translators: spoken words for the rolename of a font chooser. #. #: ../src/orca/rolenames.py:473 msgid "font chooser" msgstr "selettore carattere" #. Translators: short braille for the rolename of a form. #. #. Translators: spoken words for the rolename of a form. #. #: ../src/orca/rolenames.py:479 ../src/orca/rolenames.py:485 msgid "form" msgstr "" #. Translators: long braille for the rolename of a form. #. #: ../src/orca/rolenames.py:482 msgid "Form" msgstr "" #. Translators: long braille for the rolename of a frame. #. #: ../src/orca/rolenames.py:494 msgid "Frame" msgstr "" #. Translators: spoken words for the rolename of a frame. #. #: ../src/orca/rolenames.py:497 msgid "frame" msgstr "cornice" #. Translators: short braille for the rolename of a glass pane. #. #: ../src/orca/rolenames.py:503 msgid "gpn" msgstr "" #. Translators: long braille for the rolename of a glass pane. #. #: ../src/orca/rolenames.py:506 msgid "GlassPane" msgstr "" #. Translators: spoken words for the rolename of a glass pane. #. #: ../src/orca/rolenames.py:509 msgid "glass pane" msgstr "" #. Translators: short braille for the rolename of a heading. #. #: ../src/orca/rolenames.py:515 msgid "hdng" msgstr "" #. Translators: long braille for the rolename of a heading. #. #: ../src/orca/rolenames.py:518 msgid "Heading" msgstr "Intestazione" #. Translators: spoken words for the rolename of a heading. #. #: ../src/orca/rolenames.py:521 msgid "heading" msgstr "intestazione" #. Translators: long braille for the rolename of an html container. #. #: ../src/orca/rolenames.py:530 msgid "HtmlContainer" msgstr "ContenitoreHtml" #. Translators: spoken words for the rolename of an html container. #. #: ../src/orca/rolenames.py:533 msgid "h t m l container" msgstr "contenitore h t m l" #. Translators: long braille for the rolename of a icon. #. #: ../src/orca/rolenames.py:542 msgid "Icon" msgstr "Icona" #. Translators: spoken words for the rolename of a icon. #. #: ../src/orca/rolenames.py:545 msgid "icon" msgstr "icona" #. Translators: short braille for the rolename of a image. #. #: ../src/orca/rolenames.py:551 msgid "img" msgstr "img" #. Translators: long braille for the rolename of a image. #. #: ../src/orca/rolenames.py:554 msgid "Image" msgstr "Immagine" #. Translators: spoken words for the rolename of a image. #. #: ../src/orca/rolenames.py:557 msgid "image" msgstr "immagine" #. Translators: short braille for the rolename of an internal frame. #. #: ../src/orca/rolenames.py:563 msgid "ifrm" msgstr "" #. Translators: long braille for the rolename of an internal frame. #. #: ../src/orca/rolenames.py:566 msgid "InternalFrame" msgstr "" #. Translators: spoken words for the rolename of an internal frame. #. #: ../src/orca/rolenames.py:569 msgid "internal frame" msgstr "" #. Translators: short braille for the rolename of a label. #. #: ../src/orca/rolenames.py:575 msgid "lbl" msgstr "etic" #. Translators: long braille for the rolename of a label. #. #: ../src/orca/rolenames.py:578 msgid "Label" msgstr "Etichetta" #. Translators: spoken words for the rolename of a label. #. #: ../src/orca/rolenames.py:581 msgid "label" msgstr "etichetta" #. Translators: short braille for the rolename of a layered pane. #. #: ../src/orca/rolenames.py:587 msgid "lyrdpn" msgstr "" #. Translators: long braille for the rolename of a layered pane. #. #: ../src/orca/rolenames.py:590 msgid "LayeredPane" msgstr "" #. Translators: spoken words for the rolename of a layered pane. #. #: ../src/orca/rolenames.py:593 msgid "layered pane" msgstr "" #. Translators: short braille for the rolename of a link. #. #: ../src/orca/rolenames.py:599 msgid "lnk" msgstr "" #. Translators: long braille for the rolename of a link. #. #: ../src/orca/rolenames.py:602 msgid "Link" msgstr "Collegamento" #. Translators: spoken words for the rolename of a link. #. #: ../src/orca/rolenames.py:605 ../src/orca/scripts/StarOffice.py:1466 msgid "link" msgstr "collegamento" #. Translators: short braille for the rolename of a list. #. #: ../src/orca/rolenames.py:611 msgid "lst" msgstr "eln" #. Translators: long braille for the rolename of a list. #. #: ../src/orca/rolenames.py:614 msgid "List" msgstr "Elenco" #. Translators: spoken words for the rolename of a list. #. #: ../src/orca/rolenames.py:617 msgid "list" msgstr "elenco" #. Translators: short braille for the rolename of a list item. #. #: ../src/orca/rolenames.py:623 msgid "lstitm" msgstr "voceln" #. Translators: long braille for the rolename of a list item. #. #: ../src/orca/rolenames.py:626 msgid "ListItem" msgstr "VoceElenco" #. Translators: spoken words for the rolename of a list item. #. #: ../src/orca/rolenames.py:629 msgid "list item" msgstr "voce elenco" #. Translators: short braille for the rolename of a menu. #. #: ../src/orca/rolenames.py:635 msgid "mnu" msgstr "mnu" #. Translators: long braille for the rolename of a menu. #. #: ../src/orca/rolenames.py:638 msgid "Menu" msgstr "Menu" #. Translators: spoken words for the rolename of a menu. #. #: ../src/orca/rolenames.py:641 msgid "menu" msgstr "menù" #. Translators: short braille for the rolename of a menu bar. #. #: ../src/orca/rolenames.py:647 msgid "mnubr" msgstr "barmnu" #. Translators: long braille for the rolename of a menu bar. #. #: ../src/orca/rolenames.py:650 msgid "MenuBar" msgstr "BarraMenu" #. Translators: spoken words for the rolename of a menu bar. #. #: ../src/orca/rolenames.py:653 msgid "menu bar" msgstr "barra dei menù" #. Translators: short braille for the rolename of a menu item. #. #: ../src/orca/rolenames.py:659 msgid "mnuitm" msgstr "vocmnu" #. Translators: long braille for the rolename of a menu item. #. #: ../src/orca/rolenames.py:662 msgid "MenuItem" msgstr "VoceMenu" #. Translators: spoken words for the rolename of a menu item. #. #: ../src/orca/rolenames.py:665 msgid "menu item" msgstr "voce di menù" #. Translators: short braille for the rolename of an option pane. #. #: ../src/orca/rolenames.py:671 msgid "optnpn" msgstr "" #. Translators: long braille for the rolename of an option pane. #. #: ../src/orca/rolenames.py:674 msgid "OptionPane" msgstr "" #. Translators: spoken words for the rolename of an option pane. #. #: ../src/orca/rolenames.py:677 msgid "option pane" msgstr "" #. Translators: short braille for the rolename of a page tab. #. #: ../src/orca/rolenames.py:683 msgid "pgt" msgstr "" #. Translators: long braille for the rolename of a page tab. #. #: ../src/orca/rolenames.py:686 msgid "Page" msgstr "Pagina" #. Translators: spoken words for the rolename of a page tab. #. #: ../src/orca/rolenames.py:689 msgid "page" msgstr "pagina" #. Translators: short braille for the rolename of a page tab list. #. #: ../src/orca/rolenames.py:695 msgid "tblst" msgstr "" #. Translators: long braille for the rolename of a page tab list. #. #: ../src/orca/rolenames.py:698 msgid "TabList" msgstr "" #. Translators: spoken words for the rolename of a page tab list. #. #: ../src/orca/rolenames.py:701 msgid "tab list" msgstr "" #. Translators: short braille for the rolename of a panel. #. #: ../src/orca/rolenames.py:707 msgid "pnl" msgstr "pnl" #. Translators: long braille for the rolename of a panel. #. #: ../src/orca/rolenames.py:710 msgid "Panel" msgstr "Pannello" #. Translators: spoken words for the rolename of a panel. #. #: ../src/orca/rolenames.py:713 msgid "panel" msgstr "pannell" #. Translators: short braille for the rolename of a password field. #. #: ../src/orca/rolenames.py:719 msgid "pwd" msgstr "pwd" #. Translators: long braille for the rolename of a password field. #. #: ../src/orca/rolenames.py:722 msgid "Password" msgstr "Password" #. Translators: spoken words for the rolename of a password field. #. #: ../src/orca/rolenames.py:725 msgid "password" msgstr "password" #. Translators: short braille for the rolename of a popup menu. #. #: ../src/orca/rolenames.py:731 msgid "popmnu" msgstr "mencomp" #. Translators: long braille for the rolename of a popup menu. #. #: ../src/orca/rolenames.py:734 msgid "PopupMenu" msgstr "MenuComparsa" #. Translators: spoken words for the rolename of a popup menu. #. #: ../src/orca/rolenames.py:737 msgid "popup menu" msgstr "menù a comparsa" #. Translators: short braille for the rolename of a progress bar. #. #: ../src/orca/rolenames.py:743 msgid "pgbar" msgstr "barava" #. Translators: long braille for the rolename of a progress bar. #. #: ../src/orca/rolenames.py:746 msgid "Progress" msgstr "Avanzamento" #. Translators: spoken words for the rolename of a progress bar. #. #: ../src/orca/rolenames.py:749 msgid "progress bar" msgstr "barra di avanzamento" #. Translators: short braille for the rolename of a push button. #. #: ../src/orca/rolenames.py:755 msgid "btn" msgstr "pls" #. Translators: long braille for the rolename of a push button. #. #: ../src/orca/rolenames.py:758 msgid "Button" msgstr "Pulsante" #. Translators: spoken words for the rolename of a push button. #. #: ../src/orca/rolenames.py:761 msgid "button" msgstr "pulsante" #. Translators: short braille for the rolename of a radio button. #. #: ../src/orca/rolenames.py:767 msgid "radio" msgstr "radio" #. Translators: long braille for the rolename of a radio button. #. #: ../src/orca/rolenames.py:770 msgid "RadioButton" msgstr "PulsanteRadio" #. Translators: spoken words for the rolename of a radio button. #. #: ../src/orca/rolenames.py:773 msgid "radio button" msgstr "pulsante radio" #. Translators: short braille for the rolename of a radio menu item. #. #: ../src/orca/rolenames.py:779 msgid "rdmnuitm" msgstr "" #. Translators: long braille for the rolename of a radio menu item. #. #: ../src/orca/rolenames.py:782 msgid "RadioItem" msgstr "" #. Translators: spoken words for the rolename of a radio menu item. #. #: ../src/orca/rolenames.py:785 msgid "radio menu item" msgstr "" #. Translators: short braille for the rolename of a radio menu, which #. is a bizarre construct where the menu item is also a menu. #. #: ../src/orca/rolenames.py:792 msgid "rdmnu" msgstr "" #. Translators: long braille for the rolename of a radio_menu, which #. is a bizarre construct where the menu item is also a menu. #. #: ../src/orca/rolenames.py:796 msgid "RadioMenu" msgstr "" #. Translators: spoken words for the rolename of a radio_menu, which #. is a bizarre construct where the menu item is also a menu. #. #: ../src/orca/rolenames.py:800 msgid "radio menu" msgstr "" #. Translators: short braille for the rolename of a root pane. #. #: ../src/orca/rolenames.py:806 msgid "rtpn" msgstr "" #. Translators: long braille for the rolename of a root pane. #. #: ../src/orca/rolenames.py:809 msgid "RootPane" msgstr "" #. Translators: spoken words for the rolename of a root pane. #. #: ../src/orca/rolenames.py:812 msgid "root pane" msgstr "" #. Translators: short braille for the rolename of a row header. #. #. Translators: short braille for the rolename of a table row header. #. #: ../src/orca/rolenames.py:818 ../src/orca/rolenames.py:962 msgid "rwhdr" msgstr "" #. Translators: long braille for the rolename of a row header. #. #. Translators: long braille for the rolename of a table row header. #. #: ../src/orca/rolenames.py:821 ../src/orca/rolenames.py:965 msgid "RowHeader" msgstr "" #. Translators: spoken words for the rolename of a row header. #. #. Translators: spoken words for the rolename of a table row header. #. #: ../src/orca/rolenames.py:824 ../src/orca/rolenames.py:968 msgid "row header" msgstr "" #. Translators: short braille for the rolename of a scroll bar. #. #: ../src/orca/rolenames.py:830 msgid "scbr" msgstr "" #. Translators: long braille for the rolename of a scroll bar. #. #: ../src/orca/rolenames.py:833 msgid "ScrollBar" msgstr "" #. Translators: spoken words for the rolename of a scroll bar. #. #: ../src/orca/rolenames.py:836 msgid "scroll bar" msgstr "" #. Translators: short braille for the rolename of a scroll pane. #. #: ../src/orca/rolenames.py:842 msgid "scpn" msgstr "" #. Translators: long braille for the rolename of a scroll pane. #. #: ../src/orca/rolenames.py:845 msgid "ScrollPane" msgstr "" #. Translators: spoken words for the rolename of a scroll pane. #. #: ../src/orca/rolenames.py:848 msgid "scroll pane" msgstr "" #. Translators: short braille for the rolename of a section (e.g., in html). #. #: ../src/orca/rolenames.py:854 msgid "sctn" msgstr "" #. Translators: long braille for the rolename of a section (e.g., in html). #. #: ../src/orca/rolenames.py:857 msgid "Section" msgstr "Sezione" #. Translators: short braille for the rolename of a separator. #. #: ../src/orca/rolenames.py:866 msgid "seprtr" msgstr "seprtr" #. Translators: long braille for the rolename of a separator. #. #: ../src/orca/rolenames.py:869 msgid "Separator" msgstr "Separatore" #. Translators: spoken words for the rolename of a separator. #. #: ../src/orca/rolenames.py:872 msgid "separator" msgstr "separatore" #. Translators: short braille for the rolename of a slider. #. #: ../src/orca/rolenames.py:878 msgid "sldr" msgstr "" #. Translators: long braille for the rolename of a slider. #. #: ../src/orca/rolenames.py:881 msgid "Slider" msgstr "" #. Translators: spoken words for the rolename of a slider. #. #: ../src/orca/rolenames.py:884 msgid "slider" msgstr "" #. Translators: short braille for the rolename of a split pane. #. #: ../src/orca/rolenames.py:890 msgid "spltpn" msgstr "" #. Translators: long braille for the rolename of a split pane. #. #: ../src/orca/rolenames.py:893 msgid "SplitPane" msgstr "" #. Translators: spoken words for the rolename of a split pane. #. #: ../src/orca/rolenames.py:896 msgid "split pane" msgstr "" #. Translators: short braille for the rolename of a spin button. #. #: ../src/orca/rolenames.py:902 msgid "spin" msgstr "" #. Translators: long braille for the rolename of a spin button. #. #: ../src/orca/rolenames.py:905 msgid "SpinButton" msgstr "" #. Translators: spoken words for the rolename of a spin button. #. #: ../src/orca/rolenames.py:908 msgid "spin button" msgstr "" #. Translators: short braille for the rolename of a statusbar. #. #: ../src/orca/rolenames.py:914 msgid "statbr" msgstr "barsta" #. Translators: long braille for the rolename of a statusbar. #. #: ../src/orca/rolenames.py:917 msgid "StatusBar" msgstr "BarraStato" #. Translators: spoken words for the rolename of a statusbar. #. #: ../src/orca/rolenames.py:920 msgid "status bar" msgstr "barra di stato" #. Translators: short braille for the rolename of a table. #. #: ../src/orca/rolenames.py:926 msgid "tbl" msgstr "tbl" #. Translators: long braille for the rolename of a table. #. #: ../src/orca/rolenames.py:929 msgid "Table" msgstr "Tabella" #. Translators: spoken words for the rolename of a table. #. #: ../src/orca/rolenames.py:932 msgid "table" msgstr "tabella" #. Translators: short braille for the rolename of a table cell. #. #: ../src/orca/rolenames.py:938 msgid "cll" msgstr "" #. Translators: long braille for the rolename of a table cell. #. #: ../src/orca/rolenames.py:941 msgid "Cell" msgstr "Cella" #. Translators: spoken words for the rolename of a table cell. #. #: ../src/orca/rolenames.py:944 ../src/orca/scripts/StarOffice.py:90 #: ../src/orca/scripts/StarOffice.py:128 msgid "cell" msgstr "cella" #. Translators: short braille for the rolename of a tear off menu item. #. #: ../src/orca/rolenames.py:974 msgid "tomnuitm" msgstr "" #. Translators: long braille for the rolename of a tear off menu item. #. #: ../src/orca/rolenames.py:977 msgid "TearOffMenuItem" msgstr "" #. Translators: spoken words for the rolename of a tear off menu item. #. #: ../src/orca/rolenames.py:980 msgid "tear off menu item" msgstr "" #. Translators: short braille for the rolename of a terminal. #. #: ../src/orca/rolenames.py:986 msgid "term" msgstr "term" #. Translators: long braille for the rolename of a terminal. #. #: ../src/orca/rolenames.py:989 msgid "Terminal" msgstr "Terminale" #. Translators: spoken words for the rolename of a terminal. #. #: ../src/orca/rolenames.py:992 msgid "terminal" msgstr "terminale" #. Translators: short braille for the rolename of a text entry field. #. #: ../src/orca/rolenames.py:998 msgid "txt" msgstr "tst" #. Translators: long braille for the rolename of a text entry field. #. #: ../src/orca/rolenames.py:1001 msgid "Text" msgstr "Testo" #. Translators: spoken words for the rolename of a text entry field. #. #: ../src/orca/rolenames.py:1004 msgid "text" msgstr "testo" #. Translators: short braille for the rolename of a toggle button. #. #: ../src/orca/rolenames.py:1012 msgid "tglbtn" msgstr "" #. Translators: long braille for the rolename of a toggle button. #. #: ../src/orca/rolenames.py:1015 msgid "ToggleButton" msgstr "" #. Translators: spoken words for the rolename of a toggle button. #. #: ../src/orca/rolenames.py:1018 msgid "toggle button" msgstr "" #. Translators: short braille for the rolename of a toolbar. #. #: ../src/orca/rolenames.py:1024 msgid "tbar" msgstr "barstr" #. Translators: long braille for the rolename of a toolbar. #. #: ../src/orca/rolenames.py:1027 msgid "ToolBar" msgstr "BarraStrumenti" #. Translators: spoken words for the rolename of a toolbar. #. #: ../src/orca/rolenames.py:1030 msgid "tool bar" msgstr "barra degli strumenti" #. Translators: short braille for the rolename of a tooltip. #. #: ../src/orca/rolenames.py:1036 msgid "tip" msgstr "sugg" #. Translators: long braille for the rolename of a tooltip. #. #: ../src/orca/rolenames.py:1039 msgid "ToolTip" msgstr "Suggerimento" #. Translators: spoken words for the rolename of a tooltip. #. #: ../src/orca/rolenames.py:1042 msgid "tool tip" msgstr "suggerimento" #. Translators: short braille for the rolename of a tree. #. #: ../src/orca/rolenames.py:1048 msgid "tre" msgstr "" #. Translators: long braille for the rolename of a tree. #. #: ../src/orca/rolenames.py:1051 msgid "Tree" msgstr "Albero" #. Translators: spoken words for the rolename of a tree. #. #: ../src/orca/rolenames.py:1054 msgid "tree" msgstr "Albero" #. Translators: short braille for the rolename of a tree table. #. #: ../src/orca/rolenames.py:1060 msgid "trtbl" msgstr "tabalb" #. Translators: long braille for the rolename of a tree table. #. #: ../src/orca/rolenames.py:1063 msgid "TreeTable" msgstr "TabellaAlbero" #. Translators: spoken words for the rolename of a tree table. #. #: ../src/orca/rolenames.py:1066 msgid "tree table" msgstr "tabella albero" #. Translators: short braille for when the rolename of an object is unknown. #. #: ../src/orca/rolenames.py:1072 msgid "unk" msgstr "scon" #. Translators: long braille for when the rolename of an object is unknown. #. #: ../src/orca/rolenames.py:1075 msgid "Unknown" msgstr "Sconosciuto" #. Translators: spoken words for when the rolename of an object is unknown. #. #: ../src/orca/rolenames.py:1078 msgid "unknown" msgstr "sconosciuto" #. Translators: short braille for the rolename of a viewport. #. #: ../src/orca/rolenames.py:1084 msgid "vwprt" msgstr "" #. Translators: long braille for the rolename of a viewport. #. #: ../src/orca/rolenames.py:1087 msgid "Viewport" msgstr "" #. Translators: spoken words for the rolename of a viewport. #. #: ../src/orca/rolenames.py:1090 msgid "viewport" msgstr "" #. Translators: short braille for the rolename of a window. #. #: ../src/orca/rolenames.py:1096 msgid "wnd" msgstr "fin" #. Translators: long braille for the rolename of a window. #. #: ../src/orca/rolenames.py:1099 msgid "Window" msgstr "Finestra" #. Translators: spoken words for the rolename of a window. #. #: ../src/orca/rolenames.py:1102 msgid "window" msgstr "finestra" #. Translators: short braille for the rolename of a header. #. #: ../src/orca/rolenames.py:1108 msgid "hdr" msgstr "int" #. Translators: long braille for the rolename of a header. #. #: ../src/orca/rolenames.py:1111 msgid "Header" msgstr "Intestazione" #. Translators: spoken words for the rolename of a header. #. #: ../src/orca/rolenames.py:1114 msgid "header" msgstr "intestazione" #. Translators: short braille for the rolename of a footer. #. #: ../src/orca/rolenames.py:1120 msgid "ftr" msgstr "pie" #. Translators: long braille for the rolename of a footer. #. #: ../src/orca/rolenames.py:1123 msgid "Footer" msgstr "PiePagina" # mi pare che fosse con l'accento e non con l'apostrofo, da controllare... -Luca #. Translators: spoken words for the rolename of a footer. #. #: ../src/orca/rolenames.py:1126 msgid "footer" msgstr "piè di pagina" #. Translators: short braille for the rolename of a paragraph. #. #: ../src/orca/rolenames.py:1132 msgid "para" msgstr "para" #. Translators: long braille for the rolename of a paragraph. #. #: ../src/orca/rolenames.py:1135 msgid "Paragraph" msgstr "Paragrafo" #. Translators: spoken words for the rolename of a paragraph. #. #: ../src/orca/rolenames.py:1138 msgid "paragraph" msgstr "paragrafo" #. Translators: short braille for the rolename of a application. #. #: ../src/orca/rolenames.py:1144 msgid "app" msgstr "app" #. Translators: long braille for the rolename of a application. #. #: ../src/orca/rolenames.py:1147 msgid "Application" msgstr "Applicazione" #. Translators: spoken words for the rolename of a application. #. #: ../src/orca/rolenames.py:1150 msgid "application" msgstr "applicazione" #. Translators: short braille for the rolename of a autocomplete. #. #: ../src/orca/rolenames.py:1156 msgid "auto" msgstr "auto" #. Translators: long braille for the rolename of a autocomplete. #. #: ../src/orca/rolenames.py:1159 msgid "AutoComplete" msgstr "CompletamentoAutomatico" #. Translators: spoken words for the rolename of a autocomplete. #. #: ../src/orca/rolenames.py:1162 msgid "autocomplete" msgstr "completamento automatico" #. Translators: short braille for the rolename of an editbar. #. #: ../src/orca/rolenames.py:1168 msgid "edtbr" msgstr "barmod" #. Translators: long braille for the rolename of an editbar. #. #: ../src/orca/rolenames.py:1171 msgid "EditBar" msgstr "BarraModifica" #. Translators: spoken words for the rolename of an editbar. #. #: ../src/orca/rolenames.py:1174 msgid "edit bar" msgstr "barra di modifica" #. Translators: short braille for the rolename of an embedded component. #. #: ../src/orca/rolenames.py:1180 msgid "emb" msgstr "incor" #. Translators: long braille for the rolename of an embedded component. #. #: ../src/orca/rolenames.py:1183 msgid "EmbeddedComponent" msgstr "ComponenteIncorporato" #. Translators: spoken words for the rolename of an embedded component. #. #: ../src/orca/rolenames.py:1186 msgid "embedded component" msgstr "componente incorporato" #. Translators: short braille for the #. rolename of a document. #. #: ../src/orca/scripts/acroread.py:70 msgid "doc" msgstr "doc" #. Translators: long braille for the #. rolename of a document. #. #: ../src/orca/scripts/acroread.py:74 msgid "Document" msgstr "Documento" #. Translators: spoken words for the #. rolename of a document. #. #: ../src/orca/scripts/acroread.py:78 msgid "document" msgstr "documento" #. We've entered a table. Announce the dimensions. #. #: ../src/orca/scripts/acroread.py:263 ../src/orca/scripts/StarOffice.py:1161 #, python-format msgid "table with %d rows and %d columns." msgstr "tabella con %d righe e %d colonne." #. We've left a table. Announce this fact. #. #: ../src/orca/scripts/acroread.py:270 ../src/orca/scripts/StarOffice.py:1166 msgid "leaving table." msgstr "uscito dalla tabella." #. Translators: this represents the row and column we're #. on in a table. #. #: ../src/orca/scripts/acroread.py:288 #, python-format msgid "row %d, column %d" msgstr "riga %d, colonna %d" #. Translators: this represents the column we're #. on in a table. #. #: ../src/orca/scripts/acroread.py:294 ../src/orca/scripts/StarOffice.py:97 #, python-format msgid "column %d" msgstr "colonna %d" #. Translators: this in reference to an e-mail message status of #. having been read or unread. #. #: ../src/orca/scripts/Evolution.py:81 msgid "Read" msgstr "Leggi" #. Translators: short braille for the rolename of a calendar view. #. #: ../src/orca/scripts/Evolution.py:267 msgid "calv" msgstr "vcal" #. Translators: long braille for the rolename of a calendar view. #. #: ../src/orca/scripts/Evolution.py:270 msgid "CalendarView" msgstr "VistaCalendario" #. Translators: spoken words for the rolename of a calendar view. #. #: ../src/orca/scripts/Evolution.py:273 msgid "calendar view" msgstr "vista calendario" #. Translators: short braille for the rolename of a calendar event. #. #: ../src/orca/scripts/Evolution.py:281 msgid "cale" msgstr "ecal" #. Translators: long braille for the rolename of a calendar event. #. #: ../src/orca/scripts/Evolution.py:284 msgid "CalendarEvent" msgstr "EventoCalendario" #. Translators: spoken words for the rolename of a calendar event. #. #: ../src/orca/scripts/Evolution.py:287 msgid "calendar event" msgstr "evento di calendario" #. Translators: this tells Orca to act like 'biff', or let #. the user know when new mail has arrived, even if Evolution #. doesn't have focus. #. #: ../src/orca/scripts/Evolution.py:315 msgid "Toggle whether we present new mail if we are not the active script." msgstr "" "Commuta la possibilità di indicare la presenza di nuova posta se non si è " "nello script attivo." #. Translators: this tells Orca to act like 'biff', or let #. the user know when new mail has arrived, even if Evolution #. doesn't have focus. #. #: ../src/orca/scripts/Evolution.py:349 msgid "present new mail if this script is not active." msgstr "presenta nuova posta se questo script non è attivo." #. Translators: this tells Orca to act like 'biff', or let #. the user know when new mail has arrived, even if Evolution #. doesn't have focus. #. #: ../src/orca/scripts/Evolution.py:356 msgid "do not present new mail if this script is not active." msgstr "non presenta nuova posta se questo script non è attivo." #. Translators: this is the name of a setup #. assistant window/screen in Evolution. #. #: ../src/orca/scripts/Evolution.py:406 #, python-format msgid "%s screen" msgstr "schermo %s" #. Most of the Setup Assistant screens have a useful piece #. of text starting with the word "Please". We want to speak #. these. For the first screen, the useful piece of text #. starts with "Welcome". For the last screen, it starts #. with "Congratulations". Speak those too. #. #. Translators: we regret having to do this, but the #. translated string here has to match what the translated #. string is for Evolution. #. #: ../src/orca/scripts/Evolution.py:439 msgid "Please" msgstr "Prego" #: ../src/orca/scripts/Evolution.py:440 msgid "Welcome" msgstr "Benvenuti" #: ../src/orca/scripts/Evolution.py:441 msgid "Congratulations" msgstr "Congratulazioni" #. Translators: this is the name of the #. status column header in the message #. list in Evolution. The name needs to #. match what Evolution is using. #. #: ../src/orca/scripts/Evolution.py:897 ../src/orca/scripts/Evolution.py:949 msgid "Status" msgstr "Stato" #. Translators: we present this to the user to #. indicate that an email message has not been #. marked as having been read. #. #: ../src/orca/scripts/Evolution.py:954 msgid "unread" msgstr "non letta" #. Translators: this is the name of the #. attachment column header in the message #. list in Evolution. The name needs to #. match what Evolution is using. #. #: ../src/orca/scripts/Evolution.py:963 msgid "Attachment" msgstr "Allegato" #. Translators: this means there are no scheduled entries #. in the calendar. #. #: ../src/orca/scripts/Evolution.py:1127 msgid "No appointments" msgstr "Nessun appuntamento" #. Translators: this is the unlabelled arrow button near the #. top of the mail view Insert Attachment dialog in Evolution. #. We give it a name. #. #: ../src/orca/scripts/Evolution.py:1205 msgid "Directories button" msgstr "Pulsante directory" #. Translators: this is the ending of the name of the #. Evolution Setup Assistant window. The translated #. form has to match what Evolution is using. We hate #. keying off stuff like this, but we're forced to do #. so in this case. #. #: ../src/orca/scripts/Evolution.py:1361 ../src/orca/scripts/Evolution.py:1485 msgid "Assistant" msgstr "Assistente" #: ../src/orca/scripts/gaim.py:152 msgid "" "Toggle whether we prefix chat room messages with the name of the chat room." msgstr "" "Controlla se mettere oppure no il nome della chat room come prefisso dei " "messaggi dalla chat room stessa." #: ../src/orca/scripts/gaim.py:160 msgid "Speak and braille a previous chat room message." msgstr "Leggi e metti su braille un precedente messaggio della chat room." #. Translators: If this checkbox is checked, then Orca will speak #. the name of the chat room. #. #: ../src/orca/scripts/gaim.py:207 msgid "Speak Chat Room name" msgstr "Leggere il nome della chat room" #: ../src/orca/scripts/gaim.py:268 msgid "speak chat room name." msgstr "leggere il nome della chat room." #: ../src/orca/scripts/gaim.py:271 msgid "Do not speak chat room name." msgstr "Non leggere il nome della chat room." #: ../src/orca/scripts/gaim.py:291 #, python-format msgid "Message from chat room %s" msgstr "Messaggio dalla chat room %s" #. Translators: these are labels from the gedit spell checking #. dialog and must be the same strings gedit uses. We hate #. keying off stuff like this, but we're forced to do so in #. in this case. #. #: ../src/orca/scripts/gedit.py:265 msgid "Change to:" msgstr "Cambia in:" #: ../src/orca/scripts/gedit.py:266 msgid "Misspelled word:" msgstr "Parola scritta male:" #. The indication that spell checking is complete is when the #. "misspelt" word is set to "Completed spell checking". Ugh! #. Try to detect this and let the user know. #. #. Translators: this string must be the same that is used by #. gedit. We hate keying off stuff like this, but we're #. forced to do so in this case. #. #: ../src/orca/scripts/gedit.py:299 msgid "Completed spell checking" msgstr "Controllo ortografico completato" #: ../src/orca/scripts/gedit.py:300 msgid "Spell checking is complete." msgstr "Il controllo ortografico è stato completato." #: ../src/orca/scripts/gedit.py:302 msgid "Press Tab and Return to terminate." msgstr "Premere Tab e Invio per terminare." #. Translators: this is the name of the "Check Spelling" window #. in gedit and must be the same as what gedit uses. We hate #. keying off stuff like this, but we're forced to do so in this #. case. #. #: ../src/orca/scripts/gedit.py:426 ../src/orca/scripts/gedit.py:485 msgid "Check Spelling" msgstr "Controllo ortografico" #. Fall-thru to process the event with the default handler. #. 2) find dialog - phrase not found. #. #. If we've received an "object:property-change:accessible-name" for #. the status bar and the current locus of focus is on the Find #. button on the Find dialog or the combo box in the Find dialog #. and the last input event was a Return and the name for the current #. event source is "Phrase not found", then speak it. #. #. [[[TODO: richb - "Phrase not found" is spoken twice because we #. apparently get two identical "object:property-change:accessible-name" #. events.]]] #. Translators: the "Phrase not found" is the result of a failed #. find command. It must be the same as what gedit uses. We hate #. keying off stuff like this, but we're forced to do so in this #. case. #. #: ../src/orca/scripts/gedit.py:512 msgid "Phrase not found" msgstr "Frase non trovata" #. Translators: this indicates a find command succeeded in #. finding something. #. #: ../src/orca/scripts/gedit.py:578 msgid "Phrase found." msgstr "Frase trovata." #: ../src/orca/scripts/gnome-search-tool.py:94 msgid "Searching." msgstr "Ricerca in corso." #. Check to see if we have just had an "object:state-changed:showing" #. event for the Stop button. If the name is "Stop", and one of its #. states is VISIBLE, that means we have started a search. As the #. search progresses, regularly inform the user of this by speaking #. "Searching" (assuming the search tool has focus). #. #. Translators: the "Stop" string must match what gnome-search-tool #. is using. We hate keying off stuff like this, but we're forced #. to do so in this case. #. #: ../src/orca/scripts/gnome-search-tool.py:132 msgid "Stop" msgstr "Ferma" #: ../src/orca/scripts/gnome-search-tool.py:166 msgid "Search complete." msgstr "Ricerca completata." #: ../src/orca/scripts/gnome-search-tool.py:171 #, python-format msgid "%d file found" msgid_plural "%d files found" msgstr[0] "%d file trovato" msgstr[1] "%d file trovati" #: ../src/orca/scripts/gnome-search-tool.py:176 msgid "No files found." msgstr "Nessun file trovato." #: ../src/orca/scripts/liferea.py:122 msgid "Work online / offline" msgstr "Lavora in rete / fuori rete" #. Translators: the "Workspace " and "Desk " strings are #. the prefix of what metacity shows when you press #. Ctrl+Alt and the left or right arrow keys to switch #. between workspaces. The goal here is to find a match #. with that prefix. #. #: ../src/orca/scripts/metacity.py:85 msgid "Workspace " msgstr "Area di lavoro " #: ../src/orca/scripts/metacity.py:85 msgid "Desk " msgstr "Area di lavoro " #. Translators: inaccessible means that the application cannot #. be read by Orca. This usually means the application is not #. friendly to the assistive technology infrastructure. #. #: ../src/orca/scripts/metacity.py:92 msgid "inaccessible" msgstr "inaccessibile" #. Translators: this is the number of items in a layered #. pane or table. #. #: ../src/orca/scripts/nautilus.py:103 ../src/orca/speechgenerator.py:1318 #, python-format msgid "%d item" msgid_plural "%d items" msgstr[0] "%d elemento" msgstr[1] "%d elementi" #. Translators: This denotes a notification to the user of some sort. #. #: ../src/orca/scripts/notification-daemon.py:66 #, python-format msgid "Notification %s" msgstr "Notifica %s" #: ../src/orca/scripts/planner.py:76 ../src/orca/scripts/planner.py:137 msgid "Display more options" msgstr "Mostra maggiori opzioni" #. Translators: this represents the row number of a table. #. #: ../src/orca/scripts/StarOffice.py:102 #, python-format msgid "row %d" msgstr "riga %d" #. Translators: this indicates that there are zero items in #. a layered pane or table. #. #. Translators: this is the number of items in a layered pane #. or table. #. #: ../src/orca/scripts/StarOffice.py:487 ../src/orca/speechgenerator.py:714 #: ../src/orca/speechgenerator.py:1215 msgid "0 items" msgstr "0 elementi" #. Translators: this represents the state of a check box #. #. Translators: this represents the state of a locking modifier #. key (e.g., Caps Lock) #. #: ../src/orca/scripts/StarOffice.py:664 ../src/orca/scripts/StarOffice.py:695 #: ../src/orca/speechserver.py:206 ../src/orca/speech.py:186 msgid "on" msgstr "attivo" #. Translators: this represents the state of a check box #. #. Translators: this represents the state of a locking modifier #. key (e.g., Caps Lock) #. #: ../src/orca/scripts/StarOffice.py:668 ../src/orca/scripts/StarOffice.py:699 #: ../src/orca/speechserver.py:211 ../src/orca/speech.py:191 msgid "off" msgstr "disattivo" #. Translators: this is the input line of a spreadsheet #. (i.e., the place where enter formulas) #. #: ../src/orca/scripts/StarOffice.py:832 msgid "Speaks the contents of the input line." msgstr "Legge il contenuto della riga di input." # spero che sia giusta.... #. Translators: Orca allows you to dynamically define which #. row of a spreadsheet or table counts as column headers. #. #: ../src/orca/scripts/StarOffice.py:840 msgid "Set the row to use as dynamic column headers when speaking calc cells." msgstr "" "Imposta la riga da usare come intestazioni di colonna dinamiche durante la " "lettura delle celle di calcolo." # spero che sia giusta... #. Translators: Orca allows you to dynamically define which #. column of a spreadsheet or table counts as row headers. #. #: ../src/orca/scripts/StarOffice.py:848 msgid "" "Set the column to use as dynamic row headers to use when speaking calc cells." msgstr "" "Imposta la colonna da usare come intestazioni di riga dinamiche durante la " "lettura delle celle di calcolo." #. Checkbox for "Speak spread sheet cell coordinates". #. #. Translators: If checked, then Orca will speak the coordinates #. of the current spread sheet cell. Coordinates are the row and #. column position within the spread sheet (i.e. A1, B1, C2 ...) #. #: ../src/orca/scripts/StarOffice.py:899 msgid "Speak spread sheet cell coordinates" msgstr "" #. Translators: this represents a match on a window title. #. We're looking for frame that ends in "Calc", representing #. an OpenOffice or StarOffice spreadsheet window. We #. really try to avoid doing this kind of thing, but sometimes #. it is necessary and we apologize. #. #: ../src/orca/scripts/StarOffice.py:1123 msgid "Calc" msgstr "Calc" # riferita a cella di foglio di calcolo -Luca #. Translators: this is used to announce that the #. current input line in a spreadsheet is blank/empty. #. #: ../src/orca/scripts/StarOffice.py:1191 msgid "empty" msgstr "vuota" #. Translators: Orca allows you to dynamically define which #. row of a spreadsheet or table counts as column headers. #. #: ../src/orca/scripts/StarOffice.py:1261 msgid "Dynamic column header cleared." msgstr "Intestazione di colonna dinamica pulita." #. Translators: Orca allows you to dynamically define which #. row of a spreadsheet or table counts as column headers. #. #: ../src/orca/scripts/StarOffice.py:1271 msgid "Dynamic column header set for row " msgstr "Intestazione di colonna dinamica impostata per la riga" #. Translators: Orca allows you to dynamically define which #. column of a spreadsheet or table counts as row headers. #. #: ../src/orca/scripts/StarOffice.py:1328 msgid "Dynamic row header cleared." msgstr "Impostazione di riga dinamica pulita." #. Translators: Orca allows you to dynamically define which #. column of a spreadsheet or table counts as row headers. #. #: ../src/orca/scripts/StarOffice.py:1338 #, python-format msgid "Dynamic row header set for column %s" msgstr "Intestazione di riga dinamica impostata per la colonna %s" #. Translators: this is the title of the window that #. you get when starting StarOffice. The translated #. form has to match what StarOffice/OpenOffice is #. using. We hate keying off stuff like this, but #. we're forced to do so in this case. #. #: ../src/orca/scripts/StarOffice.py:1490 msgid "Welcome to StarOffice" msgstr "Benvenuti in StarOffice" #. Translators: this is the name of the menu item people #. use in StarOffice to create a new text document. It's #. at File->New->Text Document. The translated form has to #. match what StarOffice/OpenOffice is using. We hate #. keying off stuff like this, but we're forced to do so in #. this case. #. #: ../src/orca/scripts/StarOffice.py:1593 msgid "Text Document" msgstr "Documento di testo" #. Translators: this is what the name of spell checking #. window in StarOffice begins with. The translated form #. has to match what StarOffice/OpenOffice is using. We #. hate keying off stuff like this, but we're forced to do #. so in this case. #. #: ../src/orca/scripts/StarOffice.py:1659 #: ../src/orca/scripts/StarOffice.py:1895 msgid "Spellcheck:" msgstr "Controllo ortografico:" #: ../src/orca/scripts/StarOffice.py:1687 msgid "Note that the Scroll Down button has to be pressed numerous times." msgstr "Notare che il pulsante Scorri Giù deve essere premuto molte volte." #: ../src/orca/scripts/StarOffice.py:1701 msgid "License Agreement Accept button now has focus." msgstr "Il pulsante per accettare l'accordo di licenza ha il focus." #. Translators: this is the name of the field in the StarOffice #. setup dialog that is asking for the first name of the user. #. The translated form has to match what StarOffice/OpenOffice #. is using. We hate keying off stuff like this, but we're #. forced to in this case. #. #: ../src/orca/scripts/StarOffice.py:1730 msgid "First name" msgstr "Nome" #. Translators: this is our made up name for the nameless field #. in StarOffice/OpenOffice calc that allows you to type in a #. cell coordinate (e.g., A4) and then move to it. #. #: ../src/orca/scripts/StarOffice.py:1804 msgid "Move to cell" msgstr "Sposta alla cella" #. Translators: this is the title of the window that #. you get when using StarOffice Writer. The #. translated form has to match what #. StarOffice/OpenOffice is using. We hate keying off #. stuff like this, but we're forced to do so in this #. case. #. #: ../src/orca/scripts/StarOffice.py:1958 msgid "Writer" msgstr "Writer" #. Translators: this means a particular #. cell in a spreadsheet has a formula #. (e.g., "=sum(a1:d1)") #. #: ../src/orca/scripts/StarOffice.py:2121 msgid "has formula" msgstr "contiene una formula" #. Translators: this is the name of a cell in a spreadsheet. #. #: ../src/orca/scripts/StarOffice.py:2169 #, python-format msgid "Cell %s" msgstr "Cella %s" #. Translators: this is the name of a panel in Thunderbird. #. #: ../src/orca/scripts/Thunderbird.py:215 #: ../src/orca/scripts/Thunderbird.py:232 #, python-format msgid "%s panel" msgstr "riquadro %s" #. Translators: the regular expression here represents a string to #. match in the localized application name as seen by at-poke. For #. most cases, the application name is the name of the binary used to #. start the application, but this is an unreliable assumption. The #. only reliable way to do the translation is by running the #. application and then viewing its name in the main window of at-poke. #. I wish the AT-SPI spec'd this out as machine readable (unlocalized) #. names, but it's what we're stuck with (unfortunately). #. #: ../src/orca/settings.py:678 msgid "[\\S\\s]*StarOffice[\\s\\S]*" msgstr "[\\S\\s]*StarOffice[\\s\\S]*" #. Translators: see the regular expression note above. This is for #. OpenOffice and StarOffice. #. #: ../src/orca/settings.py:683 msgid "soffice.bin" msgstr "soffice.bin" #. Translators: see the regular expression note above. This is for #. OpenOffice and StarOffice. #. #: ../src/orca/settings.py:688 msgid "soffice" msgstr "soffice" #. Translators: see the regular expression note above. This is for the #. Evolution mail application. #. #: ../src/orca/settings.py:693 msgid "[Ee]volution" msgstr "[Ee]volution" #. Translators: see the regular expression note above. This is for the #. help application (yelp). #. #: ../src/orca/settings.py:698 msgid "yelp" msgstr "yelp" #. Translators: see the regular expression note above. This is for a #. version of Mozilla Firefox, which chooses to create strange names #. for itself at the drop of a hat. #. #: ../src/orca/settings.py:704 msgid "Deer Park" msgstr "Deer Park" #. Translators: see the regular expression note above. This is for a #. version of Mozilla Firefox, which chooses to create strange names #. for itself at the drop of a hat. #. #: ../src/orca/settings.py:710 msgid "Bon Echo" msgstr "Bon Echo" #. Translators: see the regular expression note above. This is for a #. version of Mozilla Firefox, which chooses to create strange names #. for itself at the drop of a hat. #. #: ../src/orca/settings.py:716 msgid "Minefield" msgstr "Minefield" #. Translators: see the regular expression note above. This is for #. the Thunderbird e-mail application. #. #: ../src/orca/settings.py:721 msgid "Mail/News" msgstr "Posta/Notizie" #. Translators: see the regular expression note above. This is for #. gnome_segv2, which calls itself bug-buddy in at-poke. #. #: ../src/orca/settings.py:726 msgid "bug-buddy" msgstr "bug-buddy" #. Translators: see the regular expression note above. This is for #. the underlying terminal support in gnome-terminal. #. #: ../src/orca/settings.py:731 msgid "vte" msgstr "vte" #. Translators: see the regular expression note above. This is for #. supporting pidgin, which is the new name for gaim. #. #: ../src/orca/settings.py:736 msgid "pidgin" msgstr "pidgin" #. Translators: "Default Synthesizer" will appear in the list of available #. speech engines as a special item. It refers to the default engine #. configured within the speech subsystem. Apart from this item, the user #. will have a chance to select a particular speech engine by its real #. name, such as Festival, IBMTTS, etc. #. #: ../src/orca/speechdispatcherfactory.py:71 msgid "Default Synthesizer" msgstr "" #. Translators: this is the name of a speech synthesis system #. called "Speech Dispatcher". #. #: ../src/orca/speechdispatcherfactory.py:84 msgid "Speech Dispatcher" msgstr "" #. Translators: This string will appear in the list of #. available voices for the current speech engine. %s will be #. replaced by the name of the current speech engine, such as #. "Festival default voice" or "IBMTTS default voice". It #. refers to the default voice configured for given speech #. engine within the speech subsystem. Apart from this item, #. the list will contain the names of all available "real" #. voices provided by the speech engine. #. #: ../src/orca/speechdispatcherfactory.py:163 #, python-format msgid "%s default voice" msgstr "Voce predefinita per %s" #. Translators: brief spoken words for the rolename of a tear off #. menu item. #. #: ../src/orca/speechgenerator.py:1461 msgid "tear off" msgstr "staccato" #. Translators: this is the percentage value of a slider. #. #: ../src/orca/where_am_I.py:331 #, python-format msgid "%s percent" msgstr "%s percento" #. Translators: this is in reference to a radio button being #. selected or not. #. #: ../src/orca/where_am_I.py:380 msgid "selected" msgstr "selezionato" #. Translators: this is in reference to a radio button being #. selected or not. #. #: ../src/orca/where_am_I.py:385 msgid "not selected" msgstr "non selezionato" #. Translators: "page" is the word for a page tab in a tab list. #. #: ../src/orca/where_am_I.py:426 #, python-format msgid "%s page" msgstr "pagina %s" #. Translators: this in reference to a row in a table. #. #: ../src/orca/where_am_I.py:535 ../src/orca/where_am_I.py:557 #, python-format msgid "row %d of %d" msgstr "riga %d di %d" #: ../src/orca/where_am_I.py:605 msgid "Icon panel" msgstr "" #. Translators: this is a count of the number of selected icons #. and the count of the total number of icons within an icon panel. #. An example of an icon panel is the Nautilus folder view. #. #: ../src/orca/where_am_I.py:621 #, python-format msgid "%d of %d item selected" msgid_plural "%d of %d items selected" msgstr[0] "%d oggetto su %d selezionato" msgstr[1] "%d oggetti su %d selezionati" #. initialize our three outputs. Output may change below for some #. protocols. #. Translators: this is the protocol of a link eg. http, mailto. #. #: ../src/orca/where_am_I.py:663 #, python-format msgid "%s link" msgstr "collegamento %s" #: ../src/orca/where_am_I.py:673 #, python-format msgid "%s link to %s" msgstr "collegamento %s a %s" #. Translators: this is the domain relationship of a given #. link to the current page. eg. same page, same site. #: ../src/orca/where_am_I.py:683 msgid "same page" msgstr "stessa pagina" #: ../src/orca/where_am_I.py:685 ../src/orca/where_am_I.py:693 msgid "same site" msgstr "stesso sito" #: ../src/orca/where_am_I.py:695 msgid "different site" msgstr "differente sito" #. Translators: This is the size of a file in bytes #. #: ../src/orca/where_am_I.py:723 #, python-format msgid "%d byte" msgid_plural "%d bytes" msgstr[0] "%d byte" msgstr[1] "%d byte" #. Translators: This is the size of a file in kilobytes #. #: ../src/orca/where_am_I.py:727 #, python-format msgid "%.2f kilobytes" msgstr "%.2f kilobyte" #. Translators: This is the size of a file in megabytes #. #: ../src/orca/where_am_I.py:731 #, python-format msgid "%.2f megabytes" msgstr "%.2f megabyte" #. Translators: this is an item in a list. #. #: ../src/orca/where_am_I.py:846 ../src/orca/where_am_I.py:878 #, python-format msgid "item %d of %d" msgstr "voce %d di %d" #. Translators: The "default" button in a dialog box is the button #. that gets activated when Enter is pressed anywhere within that #. dialog box. #. #: ../src/orca/where_am_I.py:1464 #, python-format msgid "Default button is %s" msgstr "Il pulsante predefinito è %s" #~ msgid "Accessibility support for GNOME has just been enabled. " #~ msgstr "Il supporto per l'accessibilità di GNOME è stato abilitato. " #~ msgid "You need to log out and log back in for the change to take effect. " #~ msgstr "" #~ "È necessario terminare la sessione e avviarne una nuova affinché i " #~ "cambiamenti abbiano effetto."