1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
|
# translation of katebuild-plugin.po to Italian
# Copyright (C) YEAR This_file_is_part_of_KDE
# This file is distributed under the same license as the PACKAGE package.
#
# Nicola Ruggero <nicola@nxnt.org>, 2009, 2010, 2011, 2012, 2013.
# Federico Zenith <federico.zenith@member.fsf.org>, 2012.
msgid ""
msgstr ""
"Project-Id-Version: katebuild-plugin\n"
"Report-Msgid-Bugs-To: http://bugs.kde.org\n"
"POT-Creation-Date: 2012-11-06 02:49+0100\n"
"PO-Revision-Date: 2013-01-30 17:16+0100\n"
"Last-Translator: Nicola Ruggero <nicola@nxnt.org>\n"
"Language-Team: Italian <kde-i18n-it@kde.org>\n"
"Language: it\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"X-Generator: Lokalize 1.0\n"
"Plural-Forms: nplurals=2; plural=n != 1;\n"
msgctxt "NAME OF TRANSLATORS"
msgid "Your names"
msgstr "Nicola Ruggero"
msgctxt "EMAIL OF TRANSLATORS"
msgid "Your emails"
msgstr "nicola@nxnt.org"
#. i18n: ectx: attribute (title), widget (QWidget, errs)
#: build.ui:27
msgid "Errors && Warnings"
msgstr "Errori ed avvisi"
#. i18n: ectx: property (text), widget (QPushButton, showErrorsButton)
#: build.ui:35
msgid "Errors"
msgstr "Errori"
#. i18n: ectx: property (text), widget (QPushButton, showWarningsButton)
#: build.ui:48
msgid "Warnings"
msgstr "Warning"
#. i18n: ectx: property (text), widget (QPushButton, showOthersButton)
#: build.ui:61
msgid "Others"
msgstr "Altro"
#. i18n: ectx: property (text), widget (QTreeWidget, errTreeWidget)
#: build.ui:108
msgctxt "Header for the file name column"
msgid "File"
msgstr "File"
#. i18n: ectx: property (text), widget (QTreeWidget, errTreeWidget)
#: build.ui:113
msgctxt "Header for the line number column"
msgid "Line"
msgstr "Riga"
#. i18n: ectx: property (text), widget (QTreeWidget, errTreeWidget)
#: build.ui:118
msgctxt "Header for the error message column"
msgid "Message"
msgstr "Messaggio"
#. i18n: ectx: attribute (title), widget (QWidget, output)
#: build.ui:127
msgid "Output"
msgstr "Output"
#: plugin_katebuild.cpp:67 plugin_katebuild.cpp:69
msgid "Build Plugin"
msgstr "Estensione per compilare"
#: plugin_katebuild.cpp:98
msgid "Build Output"
msgstr "Output compilazione"
#: plugin_katebuild.cpp:110 plugin_katebuild.cpp:241 plugin_katebuild.cpp:838
#: targets.cpp:56
msgid "Build"
msgstr "Compila"
#: plugin_katebuild.cpp:114 targets.cpp:60
msgid "Clean"
msgstr "Pulisci"
#: plugin_katebuild.cpp:118
msgid "Quick Compile"
msgstr "Compilazione rapida"
#: plugin_katebuild.cpp:122
msgid "Stop"
msgstr "Ferma"
#: plugin_katebuild.cpp:126
msgid "Next Error"
msgstr "Errore successivo"
#: plugin_katebuild.cpp:131
msgid "Previous Error"
msgstr "Errore precedente"
#: plugin_katebuild.cpp:136
msgid "Targets"
msgstr "Destinazioni"
#: plugin_katebuild.cpp:140
msgid "Next Target"
msgstr "Destinazione successiva"
#: plugin_katebuild.cpp:146
msgctxt "Tab label"
msgid "Target Settings"
msgstr "Impostazioni destinazione"
#: plugin_katebuild.cpp:233 plugin_katebuild.cpp:830
msgid "Config"
msgstr "Configurazione"
#: plugin_katebuild.cpp:377
msgctxt "The same word as 'make' uses to mark an error."
msgid "error"
msgstr "error"
#: plugin_katebuild.cpp:379
msgctxt "The same word as 'ld' uses to mark an ..."
msgid "undefined reference"
msgstr "undefined reference"
#: plugin_katebuild.cpp:388
msgctxt "The same word as 'make' uses to mark a warning."
msgid "warning"
msgstr "warning"
#: plugin_katebuild.cpp:441
msgid "There is no file or directory specified for building."
msgstr "Non ci sono file o cartelle specificate per la compilazione."
#: plugin_katebuild.cpp:445
#, kde-format
msgid ""
"The file \"%1\" is not a local file. Non-local files cannot be compiled."
msgstr ""
"Il file «%1» non è un file locale. Impossibile compilare file non-locali."
#: plugin_katebuild.cpp:490
msgid "The custom command is empty."
msgstr "Il comando personalizzato è vuoto."
#: plugin_katebuild.cpp:536
#, kde-format
msgid "Failed to run \"%1\". exitStatus = %2"
msgstr "Impossibile avviare «%1». Stato di uscita = %2"
#: plugin_katebuild.cpp:573
#, kde-format
msgid "Found one error."
msgid_plural "Found %1 errors."
msgstr[0] "Trovato un errore."
msgstr[1] "Trovato %1 errori."
#: plugin_katebuild.cpp:576
#, kde-format
msgid "Found one warning."
msgid_plural "Found %1 warnings."
msgstr[0] "Trovato un avviso."
msgstr[1] "Trovato %1 avvisi."
#: plugin_katebuild.cpp:578 plugin_katebuild.cpp:581 plugin_katebuild.cpp:584
msgid "Make Results"
msgstr "Risultati di Make"
#: plugin_katebuild.cpp:581
msgid "Build failed."
msgstr "Compilazione non riuscita."
#: plugin_katebuild.cpp:584
msgid "Build completed without problems."
msgstr "Compilazione conclusa senza problemi."
#: plugin_katebuild.cpp:775 plugin_katebuild.cpp:794
#, kde-format
msgid "Target %1"
msgstr "Destinazione %1"
#: plugin_katebuild.cpp:991 plugin_katebuild.cpp:1016
msgid "Project Plugin Target"
msgstr "Target progetto estensioni"
#: targets.cpp:35
msgid "New"
msgstr "Nuovo"
#: targets.cpp:39
msgid "Copy"
msgstr "Copia"
#: targets.cpp:43
msgid "Delete"
msgstr "Elimina"
#: targets.cpp:49
msgid "Working directory"
msgstr "Cartella di lavoro"
#: targets.cpp:51
msgid "Leave empty to use the directory of the current document. "
msgstr "Lascia vuoto per usare la cartella del documento corrente."
#: targets.cpp:64
msgid "Quick compile"
msgstr "Compilazione rapida"
#: targets.cpp:66
#, c-format
msgid ""
"Use:\n"
"\"%f\" for current file\n"
"\"%d\" for directory of current file\n"
"\"%n\" for current file name without suffix"
msgstr ""
"Usa:\n"
"«%f» per il file attuale\n"
"«%d» per la cartella del file attuale\n"
"«%n» per il file attuale senza suffisso"
#. i18n: ectx: Menu (Build)
#: ui.rc:4
msgid "&Build"
msgstr "&Compila"
#~ msgid "Run make"
#~ msgstr "Avvia make"
#~ msgid "Build command:"
#~ msgstr "Comando di compilazione:"
#~ msgid "Clean command:"
#~ msgstr "Comando di pulizia:"
#~ msgid "Break"
#~ msgstr "Interrompi"
|