-
-
Notifications
You must be signed in to change notification settings - Fork 260
Expand file tree
/
Copy pathcarbon.po
More file actions
379 lines (298 loc) · 9.92 KB
/
carbon.po
File metadata and controls
379 lines (298 loc) · 9.92 KB
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
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
# SOME DESCRIPTIVE TITLE.
# Copyright (C) 1990-2016, Python Software Foundation
# This file is distributed under the same license as the Python package.
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
#
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: Python 2.7\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2016-10-30 10:44+0100\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
#: ../Doc/library/carbon.rst:6
msgid "Mac OS Toolbox Modules"
msgstr ""
#: ../Doc/library/carbon.rst:8
msgid ""
"These are a set of modules that provide interfaces to various legacy Mac OS "
"toolboxes. If applicable the module will define a number of Python objects "
"for the various structures declared by the toolbox, and operations will be "
"implemented as methods of the object. Other operations will be implemented "
"as functions in the module. Not all operations possible in C will also be "
"possible in Python (callbacks are often a problem), and parameters will "
"occasionally be different in Python (input and output buffers, especially). "
"All methods and functions have a :attr:`__doc__` string describing their "
"arguments and return values, and for additional description you are referred "
"to `Inside Macintosh <http://developer.apple.com/legacy/mac/library/"
"#documentation/macos8/mac8.html>`_ or similar works."
msgstr ""
#: ../Doc/library/carbon.rst:19
msgid ""
"These modules all live in a package called :mod:`Carbon`. Despite that name "
"they are not all part of the Carbon framework: CF is really in the "
"CoreFoundation framework and Qt is in the QuickTime framework. The normal "
"use pattern is ::"
msgstr ""
#: ../Doc/library/carbon.rst:27
msgid ""
"Most of the OS X APIs that these modules use are deprecated or removed in "
"recent versions of OS X. Many are not available when Python is executing in "
"64-bit mode. The Carbon modules have been removed in Python 3. You should "
"avoid using them in Python 2."
msgstr ""
#: ../Doc/library/carbon.rst:34
msgid ":mod:`Carbon.AE` --- Apple Events"
msgstr ""
#: ../Doc/library/carbon.rst:44
msgid ":mod:`Carbon.AH` --- Apple Help"
msgstr ""
#: ../Doc/library/carbon.rst:54
msgid ":mod:`Carbon.App` --- Appearance Manager"
msgstr ""
#: ../Doc/library/carbon.rst:62
msgid ":mod:`Carbon.Appearance` --- Appearance Manager constants"
msgstr ""
#: ../Doc/library/carbon.rst:72
msgid ":mod:`Carbon.CF` --- Core Foundation"
msgstr ""
#: ../Doc/library/carbon.rst:80
msgid ""
"The ``CFBase``, ``CFArray``, ``CFData``, ``CFDictionary``, ``CFString`` and "
"``CFURL`` objects are supported, some only partially."
msgstr ""
#: ../Doc/library/carbon.rst:85
msgid ":mod:`Carbon.CG` --- Core Graphics"
msgstr ""
#: ../Doc/library/carbon.rst:95
msgid ":mod:`Carbon.CarbonEvt` --- Carbon Event Manager"
msgstr ""
#: ../Doc/library/carbon.rst:103
msgid ":mod:`Carbon.CarbonEvents` --- Carbon Event Manager constants"
msgstr ""
#: ../Doc/library/carbon.rst:113
msgid ":mod:`Carbon.Cm` --- Component Manager"
msgstr ""
#: ../Doc/library/carbon.rst:121
msgid ":mod:`Carbon.Components` --- Component Manager constants"
msgstr ""
#: ../Doc/library/carbon.rst:130
msgid ":mod:`Carbon.ControlAccessor` --- Control Manager accssors"
msgstr ""
#: ../Doc/library/carbon.rst:138
msgid ":mod:`Carbon.Controls` --- Control Manager constants"
msgstr ""
#: ../Doc/library/carbon.rst:146
msgid ":mod:`Carbon.CoreFounation` --- CoreFounation constants"
msgstr ""
#: ../Doc/library/carbon.rst:154
msgid ":mod:`Carbon.CoreGraphics` --- CoreGraphics constants"
msgstr ""
#: ../Doc/library/carbon.rst:162
msgid ":mod:`Carbon.Ctl` --- Control Manager"
msgstr ""
#: ../Doc/library/carbon.rst:170
msgid ":mod:`Carbon.Dialogs` --- Dialog Manager constants"
msgstr ""
#: ../Doc/library/carbon.rst:178
msgid ":mod:`Carbon.Dlg` --- Dialog Manager"
msgstr ""
#: ../Doc/library/carbon.rst:186
msgid ":mod:`Carbon.Drag` --- Drag and Drop Manager"
msgstr ""
#: ../Doc/library/carbon.rst:194
msgid ":mod:`Carbon.Dragconst` --- Drag and Drop Manager constants"
msgstr ""
#: ../Doc/library/carbon.rst:202
msgid ":mod:`Carbon.Events` --- Event Manager constants"
msgstr ""
#: ../Doc/library/carbon.rst:210
msgid ":mod:`Carbon.Evt` --- Event Manager"
msgstr ""
#: ../Doc/library/carbon.rst:218
msgid ":mod:`Carbon.File` --- File Manager"
msgstr ""
#: ../Doc/library/carbon.rst:226
msgid ":mod:`Carbon.Files` --- File Manager constants"
msgstr ""
#: ../Doc/library/carbon.rst:235
msgid ":mod:`Carbon.Fm` --- Font Manager"
msgstr ""
#: ../Doc/library/carbon.rst:245
msgid ":mod:`Carbon.Folder` --- Folder Manager"
msgstr ""
#: ../Doc/library/carbon.rst:253
msgid ":mod:`Carbon.Folders` --- Folder Manager constants"
msgstr ""
#: ../Doc/library/carbon.rst:262
msgid ":mod:`Carbon.Fonts` --- Font Manager constants"
msgstr ""
#: ../Doc/library/carbon.rst:272
msgid ":mod:`Carbon.Help` --- Help Manager"
msgstr ""
#: ../Doc/library/carbon.rst:280
msgid ":mod:`Carbon.IBCarbon` --- Carbon InterfaceBuilder"
msgstr ""
#: ../Doc/library/carbon.rst:288
msgid ":mod:`Carbon.IBCarbonRuntime` --- Carbon InterfaceBuilder constants"
msgstr ""
#: ../Doc/library/carbon.rst:296
msgid ":mod:`Carbon.Icn` --- Carbon Icon Manager"
msgstr ""
#: ../Doc/library/carbon.rst:304
msgid ":mod:`Carbon.Icons` --- Carbon Icon Manager constants"
msgstr ""
#: ../Doc/library/carbon.rst:312
msgid ":mod:`Carbon.Launch` --- Carbon Launch Services"
msgstr ""
#: ../Doc/library/carbon.rst:320
msgid ":mod:`Carbon.LaunchServices` --- Carbon Launch Services constants"
msgstr ""
#: ../Doc/library/carbon.rst:329
msgid ":mod:`Carbon.List` --- List Manager"
msgstr ""
#: ../Doc/library/carbon.rst:339
msgid ":mod:`Carbon.Lists` --- List Manager constants"
msgstr ""
#: ../Doc/library/carbon.rst:347
msgid ":mod:`Carbon.MacHelp` --- Help Manager constants"
msgstr ""
#: ../Doc/library/carbon.rst:355
msgid ""
":mod:`Carbon.MediaDescr` --- Parsers and generators for Quicktime Media "
"descriptors"
msgstr ""
#: ../Doc/library/carbon.rst:364
msgid ":mod:`Carbon.Menu` --- Menu Manager"
msgstr ""
#: ../Doc/library/carbon.rst:372
msgid ":mod:`Carbon.Menus` --- Menu Manager constants"
msgstr ""
#: ../Doc/library/carbon.rst:381
msgid ":mod:`Carbon.Mlte` --- MultiLingual Text Editor"
msgstr ""
#: ../Doc/library/carbon.rst:389
msgid ":mod:`Carbon.OSA` --- Carbon OSA Interface"
msgstr ""
#: ../Doc/library/carbon.rst:397
msgid ":mod:`Carbon.OSAconst` --- Carbon OSA Interface constants"
msgstr ""
#: ../Doc/library/carbon.rst:405
msgid ":mod:`Carbon.QDOffscreen` --- QuickDraw Offscreen constants"
msgstr ""
#: ../Doc/library/carbon.rst:414
msgid ":mod:`Carbon.Qd` --- QuickDraw"
msgstr ""
#: ../Doc/library/carbon.rst:424
msgid ":mod:`Carbon.Qdoffs` --- QuickDraw Offscreen"
msgstr ""
#: ../Doc/library/carbon.rst:434
msgid ":mod:`Carbon.Qt` --- QuickTime"
msgstr ""
#: ../Doc/library/carbon.rst:442
msgid ":mod:`Carbon.QuickDraw` --- QuickDraw constants"
msgstr ""
#: ../Doc/library/carbon.rst:450
msgid ":mod:`Carbon.QuickTime` --- QuickTime constants"
msgstr ""
#: ../Doc/library/carbon.rst:459
msgid ":mod:`Carbon.Res` --- Resource Manager and Handles"
msgstr ""
#: ../Doc/library/carbon.rst:467
msgid ":mod:`Carbon.Resources` --- Resource Manager and Handles constants"
msgstr ""
#: ../Doc/library/carbon.rst:476
msgid ":mod:`Carbon.Scrap` --- Scrap Manager"
msgstr ""
#: ../Doc/library/carbon.rst:485
msgid ""
"This module is only fully available on Mac OS 9 and earlier under classic "
"PPC MacPython. Very limited functionality is available under Carbon "
"MacPython."
msgstr ""
#: ../Doc/library/carbon.rst:490
msgid ""
"The Scrap Manager supports the simplest form of cut & paste operations on "
"the Macintosh. It can be use for both inter- and intra-application "
"clipboard operations."
msgstr ""
#: ../Doc/library/carbon.rst:494
msgid ""
"The :mod:`Scrap` module provides low-level access to the functions of the "
"Scrap Manager. It contains the following functions:"
msgstr ""
#: ../Doc/library/carbon.rst:500
msgid ""
"Return current information about the scrap. The information is encoded as a "
"tuple containing the fields ``(size, handle, count, state, path)``."
msgstr ""
#: ../Doc/library/carbon.rst:504
msgid "Field"
msgstr "Champ"
#: ../Doc/library/carbon.rst:504
msgid "Meaning"
msgstr "Signification"
#: ../Doc/library/carbon.rst:506
msgid "*size*"
msgstr ""
#: ../Doc/library/carbon.rst:506
msgid "Size of the scrap in bytes."
msgstr ""
#: ../Doc/library/carbon.rst:508
msgid "*handle*"
msgstr ""
#: ../Doc/library/carbon.rst:508
msgid "Resource object representing the scrap."
msgstr ""
#: ../Doc/library/carbon.rst:510
msgid "*count*"
msgstr ""
#: ../Doc/library/carbon.rst:510
msgid "Serial number of the scrap contents."
msgstr ""
#: ../Doc/library/carbon.rst:512
msgid "*state*"
msgstr ""
#: ../Doc/library/carbon.rst:512
msgid ""
"Integer; positive if in memory, ``0`` if on disk, negative if uninitialized."
msgstr ""
#: ../Doc/library/carbon.rst:515
msgid "*path*"
msgstr ""
#: ../Doc/library/carbon.rst:515
msgid "Filename of the scrap when stored on disk."
msgstr ""
#: ../Doc/library/carbon.rst:522
msgid ""
"`Scrap Manager <http://developer.apple.com/legacy/mac/library/documentation/"
"mac/MoreToolbox/MoreToolbox-109.html>`_"
msgstr ""
#: ../Doc/library/carbon.rst:522
msgid ""
"Apple's documentation for the Scrap Manager gives a lot of useful "
"information about using the Scrap Manager in applications."
msgstr ""
#: ../Doc/library/carbon.rst:528
msgid ":mod:`Carbon.Snd` --- Sound Manager"
msgstr ""
#: ../Doc/library/carbon.rst:536
msgid ":mod:`Carbon.Sound` --- Sound Manager constants"
msgstr ""
#: ../Doc/library/carbon.rst:545
msgid ":mod:`Carbon.TE` --- TextEdit"
msgstr ""
#: ../Doc/library/carbon.rst:553
msgid ":mod:`Carbon.TextEdit` --- TextEdit constants"
msgstr ""
#: ../Doc/library/carbon.rst:563
msgid ":mod:`Carbon.Win` --- Window Manager"
msgstr ""
#: ../Doc/library/carbon.rst:571
msgid ":mod:`Carbon.Windows` --- Window Manager constants"
msgstr ""