~ubuntu-branches/ubuntu/saucy/lazarus/saucy

« back to all changes in this revision

Viewing changes to components/education/languages/eduoptions.it.po

  • Committer: Package Import Robot
  • Author(s): Paul Gevers, Abou Al Montacir, Bart Martens, Paul Gevers
  • Date: 2013-06-08 14:12:17 UTC
  • mfrom: (1.1.9)
  • Revision ID: package-import@ubuntu.com-20130608141217-7k0cy9id8ifcnutc
Tags: 1.0.8+dfsg-1
[ Abou Al Montacir ]
* New upstream major release and multiple maintenace release offering many
  fixes and new features marking a new milestone for the Lazarus development
  and its stability level.
  - The detailed list of changes can be found here:
    http://wiki.lazarus.freepascal.org/Lazarus_1.0_release_notes
    http://wiki.lazarus.freepascal.org/Lazarus_1.0_fixes_branch
* LCL changes:
  - LCL is now a normal package.
      + Platform independent parts of the LCL are now in the package LCLBase
      + LCL is automatically recompiled when switching the target platform,
        unless pre-compiled binaries for this target are already installed.
      + No impact on existing projects.
      + Linker options needed by LCL are no more added to projects that do
        not use the LCL package.
  - Minor changes in LCL basic classes behaviour
      + TCustomForm.Create raises an exception if a form resource is not
        found.
      + TNotebook and TPage: a new implementation of these classes was added.
      + TDBNavigator: It is now possible to have focusable buttons by setting
        Options = [navFocusableButtons] and TabStop = True, useful for
        accessibility and for devices with neither mouse nor touch screen.
      + Names of TControlBorderSpacing.GetSideSpace and GetSpace were swapped
        and are now consistent. GetSideSpace = Around + GetSpace.
      + TForm.WindowState=wsFullscreen was added
      + TCanvas.TextFitInfo was added to calculate how many characters will
        fit into a specified Width. Useful for word-wrapping calculations.
      + TControl.GetColorResolvingParent and
        TControl.GetRGBColorResolvingParent were added, simplifying the work
        to obtain the final color of the control while resolving clDefault
        and the ParentColor.
      + LCLIntf.GetTextExtentExPoint now has a good default implementation
        which works in any platform not providing a specific implementation.
        However, Widgetset specific implementation is better, when available.
      + TTabControl was reorganized. Now it has the correct class hierarchy
        and inherits from TCustomTabControl as it should.
  - New unit in the LCL:
      + lazdialogs.pas: adds non-native versions of various native dialogs,
        for example TLazOpenDialog, TLazSaveDialog, TLazSelectDirectoryDialog.
        It is used by widgetsets which either do not have a native dialog, or
        do not wish to use it because it is limited. These dialogs can also be
        used by user applications directly.
      + lazdeviceapis.pas: offers an interface to more hardware devices such
        as the accelerometer, GPS, etc. See LazDeviceAPIs
      + lazcanvas.pas: provides a TFPImageCanvas descendent implementing
        drawing in a LCL-compatible way, but 100% in Pascal.
      + lazregions.pas. LazRegions is a wholly Pascal implementation of
        regions for canvas clipping, event clipping, finding in which control
        of a region tree one an event should reach, for drawing polygons, etc.
      + customdrawncontrols.pas, customdrawndrawers.pas,
        customdrawn_common.pas, customdrawn_android.pas and
        customdrawn_winxp.pas: are the Lazarus Custom Drawn Controls -controls
        which imitate the standard LCL ones, but with the difference that they
        are non-native and support skinning.
  - New APIs added to the LCL to improve support of accessibility software
    such as screen readers.
* IDE changes:
  - Many improvments.
  - The detailed list of changes can be found here:
    http://wiki.lazarus.freepascal.org/New_IDE_features_since#v1.0_.282012-08-29.29
    http://wiki.lazarus.freepascal.org/Lazarus_1.0_release_notes#IDE_Changes
* Debugger / Editor changes:
  - Added pascal sources and breakpoints to the disassembler
  - Added threads dialog.
* Components changes:
  - TAChart: many fixes and new features
  - CodeTool: support Delphi style generics and new syntax extensions.
  - AggPas: removed to honor free licencing. (Closes: Bug#708695)
[Bart Martens]
* New debian/watch file fixing issues with upstream RC release.
[Abou Al Montacir]
* Avoid changing files in .pc hidden directory, these are used by quilt for
  internal purpose and could lead to surprises during build.
[Paul Gevers]
* Updated get-orig-source target and it compinion script orig-tar.sh so that they
  repack the source file, allowing bug 708695 to be fixed.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# Massimo Soricetti <notturno@quipo.it>, 2011.
 
2
msgid ""
 
3
msgstr ""
 
4
"PO-Revision-Date: 2011-04-18 11:28+0200\n"
 
5
"Last-Translator: Massimo Soricetti <notturno@quipo.it>\n"
 
6
"Language-Team: PincoPallo Team\n"
 
7
"Language: it\n"
 
8
"Content-Type: text/plain; charset=UTF-8\n"
 
9
"Content-Transfer-Encoding: 8bit\n"
 
10
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
 
11
"X-Generator: Virtaal 0.5.1\n"
 
12
 
 
13
#: eduoptions.edurseducation
 
14
msgid "Education"
 
15
msgstr "Didattica"
 
16
 
 
17
#: eduoptions.ersaddanentrytothenewdialogtocreateanewprogram
 
18
msgid "Add an entry to the %sNew ...%s dialog to create a new program"
 
19
msgstr "Aggiungi una voce alla dialog %sNuovo...%s che crea un nuovo programma"
 
20
 
 
21
#: eduoptions.ersaddanidemenuitemtocreateanewprogram
 
22
msgid "Add an IDE menu item to create a new program"
 
23
msgstr ""
 
24
 
 
25
#: eduoptions.ersaddaspeedbuttontotheidetoolbartocreateanewprogram
 
26
msgid "Add a speed button to the IDE toolbar to create a new program"
 
27
msgstr "Aggiungi alla toolbar IDE un pulsante veloce che crea un nuovo programma"
 
28
 
 
29
#: eduoptions.ersaddicon
 
30
msgid "Add icon"
 
31
msgstr "Aggiungi icona"
 
32
 
 
33
#: eduoptions.ersaddmenuitem
 
34
msgid "Add menu item"
 
35
msgstr "Aggiungi voce di menu"
 
36
 
 
37
#: eduoptions.ersaddtonewdialog
 
38
msgid "Add to %sNew ...%s dialog"
 
39
msgstr "Aggiungi alla dialog %sNuovo...%s"
 
40
 
 
41
#: eduoptions.ersasimpleprogramonlyonefileiscreatedandaddedtothecur
 
42
msgid "A simple program. Only one file is created and added to the current project."
 
43
msgstr "Un semplice programma. Viene creato un solo file, che viene aggiunto al progetto corrente."
 
44
 
 
45
#: eduoptions.erseducomppalettetitle
 
46
msgid "Component palette"
 
47
msgstr "Tavolozza dei componenti"
 
48
 
 
49
#: eduoptions.erseduenvoptsframetitle
 
50
msgid "General"
 
51
msgstr "Generale"
 
52
 
 
53
#: eduoptions.ersedumenutitle
 
54
msgid "Menus"
 
55
msgstr "Menu"
 
56
 
 
57
#: eduoptions.ersedunewprogramtitle
 
58
msgctxt "eduoptions.ersedunewprogramtitle"
 
59
msgid "New program"
 
60
msgstr "Nuovo programma"
 
61
 
 
62
#: eduoptions.erseduoipages
 
63
msgid "Object Inspector"
 
64
msgstr "Analizzatore oggetti"
 
65
 
 
66
#: eduoptions.ersedupropseventstitle
 
67
#, fuzzy
 
68
#| msgid "Properties & Events"
 
69
msgid "Properties and Events"
 
70
msgstr "Proprietà ed eventi"
 
71
 
 
72
#: eduoptions.ersedusbtitle
 
73
msgid "Speed Buttons"
 
74
msgstr "Pulsanti veloci"
 
75
 
 
76
#: eduoptions.ersenableeducheckboxcaption
 
77
msgid "Enable education settings"
 
78
msgstr "Abilita impostazioni didattiche"
 
79
 
 
80
#: eduoptions.ersgrpboxeventsext
 
81
msgid "Events: Extended Configuration"
 
82
msgstr "Eventi: configurazione estesa"
 
83
 
 
84
#: eduoptions.ersgrpboxeventsfull
 
85
msgid "Events: Full Configuration"
 
86
msgstr "Eventi: configurazione completa"
 
87
 
 
88
#: eduoptions.ersgrpboxeventsmin
 
89
msgid "Events: Minimal Configuration"
 
90
msgstr "Eventi: configurazione minima"
 
91
 
 
92
#: eduoptions.ersgrpboxpropsext
 
93
msgid "Properties: Extended Configuration"
 
94
msgstr "Proprietà: configurazione estesa"
 
95
 
 
96
#: eduoptions.ersgrpboxpropsfull
 
97
msgid "Properties: Full Configuration"
 
98
msgstr "Proprietà: configurazione completa"
 
99
 
 
100
#: eduoptions.ersgrpboxpropsmin
 
101
msgid "Properties: Minimal Configuration"
 
102
msgstr "Proprietà: configurazione minima"
 
103
 
 
104
#: eduoptions.ershideall
 
105
msgid "Hide all"
 
106
msgstr "Nascondi tutto"
 
107
 
 
108
#: eduoptions.ersidemenuitems
 
109
msgid "IDE menu items"
 
110
msgstr "Voci di menu dell'IDE"
 
111
 
 
112
#: eduoptions.ersloaddefaultcode
 
113
msgid "Load default code?"
 
114
msgstr "Carico codice di default?"
 
115
 
 
116
#: eduoptions.ersloadsourcefromfile
 
117
msgid "Load source from file"
 
118
msgstr "Carica sorgente da file"
 
119
 
 
120
#: eduoptions.ersnewprogram
 
121
msgctxt "eduoptions.ersnewprogram"
 
122
msgid "New program"
 
123
msgstr "Nuovo programma"
 
124
 
 
125
#: eduoptions.ersnewsinglefileeducationprogram
 
126
msgid "New single file education program"
 
127
msgstr "Nuovo programma didattico in singolo file"
 
128
 
 
129
#: eduoptions.ersnewsinglefileprogram
 
130
msgid "New single file program"
 
131
msgstr "Nuovo programma in file singolo"
 
132
 
 
133
#: eduoptions.ersrdbtnfull
 
134
msgid "Show All"
 
135
msgstr "Mostra tutto"
 
136
 
 
137
#: eduoptions.ersrdgrpeventscaption
 
138
msgid "Events"
 
139
msgstr "Eventi"
 
140
 
 
141
#: eduoptions.ersrdgrppropscaption
 
142
msgid "Properties"
 
143
msgstr "Proprietà"
 
144
 
 
145
#: eduoptions.ersreplacecurrentsourcewithdefaultsourcecode
 
146
msgid "Replace current source with default source code"
 
147
msgstr "Sostituisci sorgente attuale con sorgente di default"
 
148
 
 
149
#: eduoptions.ersreplacecurrentwithdefaultsourcecode
 
150
msgid "Replace current with default source code?"
 
151
msgstr "Sostituisci sorgente attuale con il default?"
 
152
 
 
153
#: eduoptions.ersshowall
 
154
msgid "Show all"
 
155
msgstr "Mostra tutto"
 
156
 
 
157
#: eduoptions.ersshowallchilds
 
158
msgid "Show all children"
 
159
msgstr "Mostra tutti i figli"
 
160
 
 
161
#: eduoptions.ersshowextended
 
162
msgid "Show Extended"
 
163
msgstr "Mostra estese"
 
164
 
 
165
#: eduoptions.ersshowminimal
 
166
msgid "Show Minimal"
 
167
msgstr "Mostra minime"
 
168
 
 
169
#: eduoptions.ersshowoipages
 
170
msgid "Show Object Inspector Pages"
 
171
msgstr "Mostra pagine dell'analizzatore oggetti"
 
172
 
 
173
#: eduoptions.ersshowselection
 
174
msgid "Show Selection"
 
175
msgstr "Mostra selezione"
 
176
 
 
177
#: eduoptions.erssinglefileprogram
 
178
msgid "Single file program"
 
179
msgstr "Programma a file singolo"
 
180
 
 
181
#: eduoptions.erssource
 
182
msgid "Source"
 
183
msgstr "Sorgente"
 
184
 
 
185
#: eduoptions.erssttexteventsext
 
186
msgid "OnClick, OnChange, OnMouseMove, OnDblClick, OnCreate, OnKeyPress, OnFormCreate"
 
187
msgstr ""
 
188
 
 
189
#: eduoptions.erssttexteventsfull
 
190
msgid "All Events available"
 
191
msgstr "Tutti gli eventi disponibili"
 
192
 
 
193
#: eduoptions.erssttexteventsmin
 
194
msgid "OnClick, OnChange, OnMouseMove"
 
195
msgstr ""
 
196
 
 
197
#: eduoptions.erssttextpropsext
 
198
msgid "Align, Left, Top, Hint, ShowHint, ParentFont, TabOrder, ParentShowHint, WordWrap, FixedCols, FixedRows, DefaultColWidth, DefaultRowHeight, ColCount, RowCount, Borderstyle, Glyph, State, Interval, DataSource, DataField + DB-Properties"
 
199
msgstr ""
 
200
 
 
201
#: eduoptions.erssttextpropsfull
 
202
msgid "All Properties available"
 
203
msgstr "Tutte le proprietà disponibili"
 
204
 
 
205
#: eduoptions.erssttextpropsmin
 
206
msgid "Name, Caption, Visible, Text, Checked, Items, Font, Color, Enabled, Height, Width, MaxLength, Picture, Columns"
 
207
msgstr ""
 
208
 
 
209
#: eduoptions.ersvisiblecomponents
 
210
msgid "Visible components"
 
211
msgstr "Componenti visibili"
 
212
 
 
213
#: eduoptions.ersvisiblespeedbuttons
 
214
msgid "Visible SpeedButtons"
 
215
msgstr "Pulsanti veloci visibili"
 
216