src/it/nb/uihandler/uihandler/org/netbeans/modules/uihandler/Bundle_it.properties
author Masaki Katakai <masaki@netbeans.org>
Mon, 26 Sep 2011 15:47:43 +0900
branchrelease71_beta
changeset 1677 f0d1d18f6806
parent 1672 134c2f55e612
permissions -rw-r--r--
for Beta
masaki@901
     1
# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
masaki@901
     2
#
masaki@969
     3
# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
masaki@969
     4
#
masaki@969
     5
# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
masaki@969
     6
# Other names may be trademarks of their respective owners.
masaki@901
     7
#
masaki@901
     8
# The contents of this file are subject to the terms of either the GNU
masaki@901
     9
# General Public License Version 2 only ("GPL") or the Common
masaki@901
    10
# Development and Distribution License("CDDL") (collectively, the
masaki@901
    11
# "License"). You may not use this file except in compliance with the
masaki@901
    12
# License. You can obtain a copy of the License at
masaki@901
    13
# http://www.netbeans.org/cddl-gplv2.html
masaki@901
    14
# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
masaki@901
    15
# specific language governing permissions and limitations under the
masaki@901
    16
# License.  When distributing the software, include this License Header
masaki@901
    17
# Notice in each file and include the License file at
masaki@969
    18
# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
masaki@901
    19
# particular file as subject to the "Classpath" exception as provided
masaki@969
    20
# by Oracle in the GPL Version 2 section of the License file that
masaki@901
    21
# accompanied this code. If applicable, add the following below the
masaki@901
    22
# License Header, with the fields enclosed by brackets [] replaced by
masaki@901
    23
# your own identifying information:
masaki@901
    24
# "Portions Copyrighted [year] [name of copyright owner]"
masaki@901
    25
#
masaki@901
    26
# Contributor(s):
masaki@901
    27
#
masaki@901
    28
# The Original Software is NetBeans. The Initial Developer of the Original
masaki@901
    29
# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
masaki@901
    30
# Microsystems, Inc. All Rights Reserved.
masaki@901
    31
#
masaki@901
    32
# If you wish your version of this file to be governed by only the CDDL
masaki@901
    33
# or only the GPL Version 2, indicate your decision by adding
masaki@901
    34
# "[Contributor] elects to include this software in this distribution
masaki@901
    35
# under the [CDDL or GPL Version 2] license." If you do not indicate a
masaki@901
    36
# single choice of license, a recipient has the option to distribute
masaki@901
    37
# your version of this file under either the CDDL, the GPL Version 2 or
masaki@901
    38
# to extend the choice of license to its licensees as provided above.
masaki@901
    39
# However, if you add GPL Version 2 code and therefore, elected the GPL
masaki@901
    40
# Version 2 license, then the option applies only if the new code is
masaki@901
    41
# made subject to such option by the copyright holder.
masaki@901
    42
masaki@901
    43
Actions/Window/org-netbeans-modules-exceptions-ReporterResultAction.instance=ReporterResult
masaki@901
    44
CTL_SubmitAction=Sottoponi il log della UI
masaki@901
    45
MSG_SubmitAction=Sottoponi {0} eventi registrati dalla UI per la valutazione...
masaki@901
    46
MSG_ShowHints=I log sono stati caricati sul server, controlla quali suggerimenti il server ha per te...
masaki@901
    47
OpenIDE-Module-Display-Category=Strumenti di test
masaki@901
    48
OpenIDE-Module-Long-Description=Questo modulo ha la capacit\u00e0 di collezionare varie informazioni sulle azioni dell'utente. Contiene elementi della UI che permettono l'ispezione e la sottomissione di questi dati al server che li raccoglie.
rebeccaliu@1547
    49
OpenIDE-Module-Name=Infrastruttura per il collettore delle gestioni UI
masaki@901
    50
masaki@901
    51
rebeccaliu@1547
    52
MSG_SubmitDialogTitle=Raccoglitore delle gestioni UI
masaki@901
    53
masaki@901
    54
# {0} = getFileName()
masaki@901
    55
# {1} = getClassName()
masaki@901
    56
# {2} = getMethodName()
masaki@901
    57
# {3} = getLineNumber()
masaki@901
    58
# {4} = getClassName() without package
masaki@1676
    59
#MSG_StackTraceElement={4}.{2}:{3}
masaki@901
    60
masaki@901
    61
# {0} number of log records
masaki@901
    62
# {1} date right now
rebeccaliu@1547
    63
MSG_RootDisplayName=Gestioni UI
masaki@901
    64
masaki@901
    65
MSG_DisplayNameParameters=Parametri del messaggio
masaki@901
    66
MSG_ParameterDisplayName=Param #{0}
masaki@901
    67
MSG_ParameterShortDescription=Mostra il valore del parametro del messaggio #{0}
masaki@901
    68
masaki@901
    69
MSG_DateDisplayName=Quando
masaki@901
    70
MSG_DateShortDescription=Momento in cui \u00e8 accaduto l'evento
masaki@901
    71
masaki@901
    72
MSG_LoggerDisplayName=Nome dello strumento di log
masaki@901
    73
MSG_LoggerShortDescription=Nome dello strumento di log che ha generato l'evento
masaki@901
    74
masaki@901
    75
MSG_MessageDisplayName=Messaggio
masaki@901
    76
MSG_MessageShortDescription=Il messaggio attuale dal log
masaki@901
    77
rebeccaliu@1547
    78
OpenIDE-Module-Short-Description=Raccoglie informazioni sulle gestioni UI
masaki@901
    79
masaki@901
    80
HTML_toolbar={0} (<i>Azione della barra degli strumenti</i>)
masaki@901
    81
HTML_menu={0} (<i>Azione del menu</i>)
masaki@901
    82
HTML_key={0} (<i>Azione della tastiera</i>)
masaki@901
    83
HTML_exception= {0} (<i>Eccezione</i>)
masaki@901
    84
masaki@901
    85
MSG_EnabledModules=Moduli abilitati
masaki@901
    86
MSG_DisabledModules=Moduli disabilitati
masaki@901
    87
rebeccaliu@1547
    88
Toolbars/UIGestures=Gestioni UI
masaki@901
    89
masaki@901
    90
masaki@901
    91
UI_USER_CONFIGURATION=Il sistema operativo \u00e8 {0}, la macchina vrtuale {1}, la versione di NetBeans {2} e il nome utente {3}.
masaki@901
    92
MSG_USER_CONFIGURATION=Configurazione utente
masaki@901
    93
masaki@901
    94
#
masaki@901
    95
# Module UI Logger
masaki@901
    96
#
masaki@901
    97
UI_DISABLED_MODULES=Lista dei moduli disabilitati {0} {1} {2} {3} {4} {5} {6} {7} {8} {9} ...
masaki@901
    98
UI_ENABLED_MODULES=Lista dei moduli abilitati {0} {1} {2} {3} {4} {5} {6} {7} {8} {9} ...
masaki@901
    99
masaki@901
   100
# messages on exit
masaki@901
   101
EXIT_URL=
masaki@901
   102
MSG_EXIT_URL_EXIT=Esci sen&za ottenere statistiche
masaki@901
   103
masaki@901
   104
# messages on startup
masaki@901
   105
INIT_URL=
masaki@901
   106
MSG_INIT_URL_EXIT=Ricorda pi\u00f9 &tardi
masaki@901
   107
masaki@901
   108
# URL to display to as a welcome text
masaki@969
   109
#WELCOME_URL=http://netbeans.org/nonav/uigestures/index3.html
masaki@901
   110
MSG_WELCOME_URL_EXIT=Annulla
masaki@901
   111
masaki@969
   112
#METRICS_URL=http://netbeans.org/nonav/uigestures/index4.html
masaki@901
   113
MSG_METRICS_URL_EXIT=Annulla
masaki@901
   114
masaki@901
   115
# URL to display to as a welcome text in case of error
masaki@969
   116
#ERROR_URL=http://netbeans.org/nonav/uigestures/error2.html
masaki@901
   117
MSG_ERROR_URL_EXIT=Annulla
masaki@901
   118
MSG_SubmitButton=&Rivedi e segnala il problema
masaki@901
   119
masaki@901
   120
#CHECKING_SERVER_URL=http://statistics.netbeans.org/analytics/authenticate?username={0}&secur_passwd={1}
masaki@901
   121
# {0} - host
masaki@901
   122
# {1} - url of upload
masaki@901
   123
MSG_ConnetionFailed=L''invio del log a {0} \u00e8 fallito!
masaki@901
   124
MSG_ConnetionFailedReport=Invio del log fallito, fai un rapporto del probelma originale direttamente su http://www.netbeans.org/community/issues.html e allega messages.log. Il file messages.log si trova nella cartella <HOME>/.netbeans/var/log.
masaki@901
   125
MSG_UploadProgressHandle=Invio in corso del file di log
masaki@901
   126
MSG_UploadConnecting=Mi sto collegando...
masaki@901
   127
MSG_UploadSending=Sto inviando i log...
masaki@901
   128
MSG_UploadReading=Sto leggendo la risposta...
masaki@901
   129
masaki@901
   130
# view data
masaki@901
   131
MSG_TabRaw=Strutturato
masaki@901
   132
MSG_Tab_Text=Grezzo
masaki@901
   133
masaki@901
   134
#exceptions solving
masaki@901
   135
ErrorDialogTitle=Mi sto collegando...
masaki@901
   136
masaki@901
   137
SubmitPanel.jLabel1.text=Mostra record\: 
masaki@901
   138
masaki@901
   139
SubmitPanel.jLabel1.text_1=Mostra record\:
masaki@901
   140
masaki@901
   141
Metrics_title=Statistiche d'uso
rebeccaliu@1547
   142
LBL_BottomText1=<html>Aiutaci a migliorare NetBeans IDE fornendo dati d'uso anonimi.</html>
masaki@901
   143
LBL_BottomText2=<html>Se accetti di partecipare, l'IDE mander\u00e0 informazioni anonime sulle funzionalit\u00e0 di alto livello che usi a un database presso netbeans.org.</html>
masaki@901
   144
LBL_BottomText3=<html>Le statistiche d'uso ci aiutano a capire meglio le richieste degli utenti ed a dare la priorit\u00e0 alle migliorie delle prossime release. Non investigheremo mai nei dati raccolti per individuare specifici dettagli dei tuoi progetti.</html>
masaki@901
   145
masaki@901
   146
LBL_MetricsEnable=Accetto
masaki@901
   147
ACSN_MetricsEnable=Attiva l'uso delle statistiche
masaki@901
   148
ACSD_MetricsEnable=Attiva l'uso delle statistiche
masaki@901
   149
masaki@901
   150
LBL_MetricsCancel=No, grazie
masaki@901
   151
ACSN_MetricsCancel=Disabilita l'uso delle statistiche
masaki@901
   152
ACSD_MetricsCancel=Disabilita l'uso delle statistiche
masaki@901
   153
masaki@901
   154
#NOI18N
masaki@1672
   155
#METRICS_INFO_URL=http://www.netbeans.org/about/usage-tracking.html
masaki@901
   156
masaki@901
   157
LBL_LearnMore=<html><font color="#0000FF" <u>Approfondisci</u></font></html>
masaki@901
   158
ACSN_LearnMore=Approfondisci
masaki@901
   159
ACSD_LearnMore=Approfondisci
masaki@901
   160
VIEW_DATA_TILTE=Data
masaki@901
   161
UI_TAB_TITLE=Log dell'UI
masaki@901
   162
IDE_LOG_TAB_TITLE=Log dell'IDE
masaki@901
   163
masaki@901
   164
masaki@969
   165
# Slowness Reporter
masaki@969
   166
LowPerformance=Lentezza rilevata
masaki@901
   167
# {0} time in ms
masaki@901
   168
# {1} time in s
masaki@969
   169
BlockedForLowPerformance=Non reattivo per {0,choice,0#{0} ms|5000#{1} s}.
masaki@1573
   170
GoToType=Vai al tipo \u00e8 stato lento
masaki@1573
   171
BlockedForGoToType=L'azione Vai al tipo ha richiesto {0,choice,0#{0} ms|5000#{1} s}.
masaki@1573
   172
CodeCompletion=Il completamento del codice \u00e8 stato lento
masaki@1573
   173
BlockedForCodeCompletion=Invocare il completamento del codice ha richiesto {0,choice,0#{0} ms|5000#{1} s}.
masaki@969
   174
masaki@969
   175
Report=Rivedi e riporta il problema.
masaki@901
   176
IDE_STARTUP=Avvio dell'IDE
masaki@901
   177
SubmitPanel.profileData.text=Mostra dati del proffler
masaki@1573
   178
SubmitPanel.heapDump.text=Mostra heapdump
masaki@901
   179
LOADING_TEXT=Sto caricando...
masaki@901
   180