~tempo-openerp/+junk/loewert-report-name

« back to all changes in this revision

Viewing changes to addons/base_import/i18n/ru.po

  • Committer: jbe at tempo-consulting
  • Date: 2013-08-21 08:48:11 UTC
  • Revision ID: jbe@tempo-consulting.fr-20130821084811-913uo4l7b5ayxq8m
[NEW] Création de la branche trunk Loewert

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# Russian translation for openobject-addons
 
2
# Copyright (c) 2012 Rosetta Contributors and Canonical Ltd 2012
 
3
# This file is distributed under the same license as the openobject-addons package.
 
4
# FIRST AUTHOR <EMAIL@ADDRESS>, 2012.
 
5
#
 
6
msgid ""
 
7
msgstr ""
 
8
"Project-Id-Version: openobject-addons\n"
 
9
"Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n"
 
10
"POT-Creation-Date: 2013-06-07 19:36+0000\n"
 
11
"PO-Revision-Date: 2012-12-26 08:56+0000\n"
 
12
"Last-Translator: Olga <chikiro.spam@gmail.com>\n"
 
13
"Language-Team: Russian <ru@li.org>\n"
 
14
"MIME-Version: 1.0\n"
 
15
"Content-Type: text/plain; charset=UTF-8\n"
 
16
"Content-Transfer-Encoding: 8bit\n"
 
17
"X-Launchpad-Export-Date: 2013-06-08 07:16+0000\n"
 
18
"X-Generator: Launchpad (build 16667)\n"
 
19
 
 
20
#. module: base_import
 
21
#. openerp-web
 
22
#: code:addons/base_import/static/src/js/import.js:451
 
23
#, python-format
 
24
msgid "Get all possible values"
 
25
msgstr "Получить все возможные значения"
 
26
 
 
27
#. module: base_import
 
28
#. openerp-web
 
29
#: code:addons/base_import/static/src/xml/import.xml:71
 
30
#, python-format
 
31
msgid "Need to import data from an other application?"
 
32
msgstr "Надо импортировать данные из другого приложения?"
 
33
 
 
34
#. module: base_import
 
35
#. openerp-web
 
36
#: code:addons/base_import/static/src/xml/import.xml:163
 
37
#, python-format
 
38
msgid ""
 
39
"When you use External IDs, you can import CSV files \n"
 
40
"                        with the \"External ID\" column to define the "
 
41
"External \n"
 
42
"                        ID of each record you import. Then, you will be able "
 
43
"\n"
 
44
"                        to make a reference to that record with columns like "
 
45
"\n"
 
46
"                        \"Field/External ID\". The following two CSV files "
 
47
"give \n"
 
48
"                        you an example for Products and their Categories."
 
49
msgstr ""
 
50
 
 
51
#. module: base_import
 
52
#. openerp-web
 
53
#: code:addons/base_import/static/src/xml/import.xml:271
 
54
#, python-format
 
55
msgid ""
 
56
"How to export/import different tables from an SQL \n"
 
57
"                        application to OpenERP?"
 
58
msgstr ""
 
59
 
 
60
#. module: base_import
 
61
#. openerp-web
 
62
#: code:addons/base_import/static/src/js/import.js:331
 
63
#, python-format
 
64
msgid "Relation Fields"
 
65
msgstr ""
 
66
 
 
67
#. module: base_import
 
68
#. openerp-web
 
69
#: code:addons/base_import/static/src/xml/import.xml:142
 
70
#, python-format
 
71
msgid ""
 
72
"Country/Database ID: the unique OpenERP ID for a \n"
 
73
"                        record, defined by the ID postgresql column"
 
74
msgstr ""
 
75
 
 
76
#. module: base_import
 
77
#. openerp-web
 
78
#: code:addons/base_import/static/src/xml/import.xml:155
 
79
#, python-format
 
80
msgid ""
 
81
"Use \n"
 
82
"                        Country/Database ID: You should rarely use this \n"
 
83
"                        notation. It's mostly used by developers as it's "
 
84
"main \n"
 
85
"                        advantage is to never have conflicts (you may have \n"
 
86
"                        several records with the same name, but they always "
 
87
"\n"
 
88
"                        have a unique Database ID)"
 
89
msgstr ""
 
90
 
 
91
#. module: base_import
 
92
#. openerp-web
 
93
#: code:addons/base_import/static/src/xml/import.xml:146
 
94
#, python-format
 
95
msgid ""
 
96
"For the country \n"
 
97
"                        Belgium, you can use one of these 3 ways to import:"
 
98
msgstr ""
 
99
 
 
100
#. module: base_import
 
101
#. openerp-web
 
102
#: code:addons/base_import/static/src/xml/import.xml:303
 
103
#, python-format
 
104
msgid "company_1,Bigees,True"
 
105
msgstr ""
 
106
 
 
107
#. module: base_import
 
108
#: model:ir.model,name:base_import.model_base_import_tests_models_m2o
 
109
msgid "base_import.tests.models.m2o"
 
110
msgstr ""
 
111
 
 
112
#. module: base_import
 
113
#. openerp-web
 
114
#: code:addons/base_import/static/src/xml/import.xml:297
 
115
#, python-format
 
116
msgid ""
 
117
"copy \n"
 
118
"                        (select 'company_'||id as \"External "
 
119
"ID\",company_name \n"
 
120
"                        as \"Name\",'True' as \"Is a Company\" from "
 
121
"companies) TO \n"
 
122
"                        '/tmp/company.csv' with CSV HEADER;"
 
123
msgstr ""
 
124
 
 
125
#. module: base_import
 
126
#. openerp-web
 
127
#: code:addons/base_import/static/src/xml/import.xml:206
 
128
#, python-format
 
129
msgid "CSV file for Manufacturer, Retailer"
 
130
msgstr ""
 
131
 
 
132
#. module: base_import
 
133
#. openerp-web
 
134
#: code:addons/base_import/static/src/xml/import.xml:160
 
135
#, python-format
 
136
msgid ""
 
137
"Use \n"
 
138
"                        Country/External ID: Use External ID when you import "
 
139
"\n"
 
140
"                        data from a third party application."
 
141
msgstr ""
 
142
 
 
143
#. module: base_import
 
144
#. openerp-web
 
145
#: code:addons/base_import/static/src/xml/import.xml:316
 
146
#, python-format
 
147
msgid "person_1,Fabien,False,company_1"
 
148
msgstr ""
 
149
 
 
150
#. module: base_import
 
151
#. openerp-web
 
152
#: code:addons/base_import/static/src/xml/import.xml:80
 
153
#, python-format
 
154
msgid "XXX/External ID"
 
155
msgstr ""
 
156
 
 
157
#. module: base_import
 
158
#. openerp-web
 
159
#: code:addons/base_import/static/src/xml/import.xml:351
 
160
#, python-format
 
161
msgid "Don't Import"
 
162
msgstr "Не импортировать"
 
163
 
 
164
#. module: base_import
 
165
#. openerp-web
 
166
#: code:addons/base_import/static/src/xml/import.xml:24
 
167
#, python-format
 
168
msgid "Select the"
 
169
msgstr ""
 
170
 
 
171
#. module: base_import
 
172
#. openerp-web
 
173
#: code:addons/base_import/static/src/xml/import.xml:100
 
174
#, python-format
 
175
msgid ""
 
176
"Note that if your CSV file \n"
 
177
"                        has a tabulation as separator, OpenERP will not \n"
 
178
"                        detect the separations. You will need to change the "
 
179
"\n"
 
180
"                        file format options in your spreadsheet application. "
 
181
"\n"
 
182
"                        See the following question."
 
183
msgstr ""
 
184
 
 
185
#. module: base_import
 
186
#. openerp-web
 
187
#: code:addons/base_import/static/src/xml/import.xml:141
 
188
#, python-format
 
189
msgid "Country: the name or code of the country"
 
190
msgstr "Страна: название или код страны"
 
191
 
 
192
#. module: base_import
 
193
#: model:ir.model,name:base_import.model_base_import_tests_models_o2m_child
 
194
msgid "base_import.tests.models.o2m.child"
 
195
msgstr ""
 
196
 
 
197
#. module: base_import
 
198
#. openerp-web
 
199
#: code:addons/base_import/static/src/xml/import.xml:239
 
200
#, python-format
 
201
msgid "Can I import several times the same record?"
 
202
msgstr ""
 
203
 
 
204
#. module: base_import
 
205
#. openerp-web
 
206
#: code:addons/base_import/static/src/xml/import.xml:15
 
207
#, python-format
 
208
msgid "Validate"
 
209
msgstr "Утвердить"
 
210
 
 
211
#. module: base_import
 
212
#. openerp-web
 
213
#: code:addons/base_import/static/src/xml/import.xml:55
 
214
#, python-format
 
215
msgid "Map your data to OpenERP"
 
216
msgstr ""
 
217
 
 
218
#. module: base_import
 
219
#. openerp-web
 
220
#: code:addons/base_import/static/src/xml/import.xml:153
 
221
#, python-format
 
222
msgid ""
 
223
"Use Country: This is \n"
 
224
"                        the easiest way when your data come from CSV files \n"
 
225
"                        that have been created manually."
 
226
msgstr ""
 
227
 
 
228
#. module: base_import
 
229
#. openerp-web
 
230
#: code:addons/base_import/static/src/xml/import.xml:127
 
231
#, python-format
 
232
msgid ""
 
233
"What's the difference between Database ID and \n"
 
234
"                        External ID?"
 
235
msgstr ""
 
236
 
 
237
#. module: base_import
 
238
#. openerp-web
 
239
#: code:addons/base_import/static/src/xml/import.xml:138
 
240
#, python-format
 
241
msgid ""
 
242
"For example, to \n"
 
243
"                        reference the country of a contact, OpenERP proposes "
 
244
"\n"
 
245
"                        you 3 different fields to import:"
 
246
msgstr ""
 
247
 
 
248
#. module: base_import
 
249
#. openerp-web
 
250
#: code:addons/base_import/static/src/xml/import.xml:175
 
251
#, python-format
 
252
msgid "What can I do if I have multiple matches for a field?"
 
253
msgstr ""
 
254
 
 
255
#. module: base_import
 
256
#. openerp-web
 
257
#: code:addons/base_import/static/src/xml/import.xml:302
 
258
#, python-format
 
259
msgid "External ID,Name,Is a Company"
 
260
msgstr ""
 
261
 
 
262
#. module: base_import
 
263
#: field:base_import.tests.models.preview,somevalue:0
 
264
msgid "Some Value"
 
265
msgstr ""
 
266
 
 
267
#. module: base_import
 
268
#. openerp-web
 
269
#: code:addons/base_import/static/src/xml/import.xml:109
 
270
#, python-format
 
271
msgid ""
 
272
"How can I change the CSV file format options when \n"
 
273
"                        saving in my spreadsheet application?"
 
274
msgstr ""
 
275
 
 
276
#. module: base_import
 
277
#. openerp-web
 
278
#: code:addons/base_import/static/src/xml/import.xml:320
 
279
#, python-format
 
280
msgid ""
 
281
"As you can see in this file, Fabien and Laurence \n"
 
282
"                        are working for the Bigees company (company_1) and \n"
 
283
"                        Eric is working for the Organi company. The relation "
 
284
"\n"
 
285
"                        between persons and companies is done using the \n"
 
286
"                        External ID of the companies. We had to prefix the \n"
 
287
"                        \"External ID\" by the name of the table to avoid a "
 
288
"\n"
 
289
"                        conflict of ID between persons and companies "
 
290
"(person_1 \n"
 
291
"                        and company_1 who shared the same ID 1 in the "
 
292
"orignial \n"
 
293
"                        database)."
 
294
msgstr ""
 
295
 
 
296
#. module: base_import
 
297
#. openerp-web
 
298
#: code:addons/base_import/static/src/xml/import.xml:308
 
299
#, python-format
 
300
msgid ""
 
301
"copy (select \n"
 
302
"                        'person_'||id as \"External ID\",person_name as \n"
 
303
"                        \"Name\",'False' as \"Is a "
 
304
"Company\",'company_'||company_id\n"
 
305
"                         as \"Related Company/External ID\" from persons) TO "
 
306
"\n"
 
307
"                        '/tmp/person.csv' with CSV"
 
308
msgstr ""
 
309
 
 
310
#. module: base_import
 
311
#. openerp-web
 
312
#: code:addons/base_import/static/src/xml/import.xml:148
 
313
#, python-format
 
314
msgid "Country: Belgium"
 
315
msgstr "Страна: Бельгия"
 
316
 
 
317
#. module: base_import
 
318
#: model:ir.model,name:base_import.model_base_import_tests_models_char_stillreadonly
 
319
msgid "base_import.tests.models.char.stillreadonly"
 
320
msgstr ""
 
321
 
 
322
#. module: base_import
 
323
#. openerp-web
 
324
#: code:addons/base_import/static/src/xml/import.xml:314
 
325
#, python-format
 
326
msgid ""
 
327
"External ID,Name,Is a \n"
 
328
"                        Company,Related Company/External ID"
 
329
msgstr ""
 
330
 
 
331
#. module: base_import
 
332
#. openerp-web
 
333
#: code:addons/base_import/static/src/js/import.js:174
 
334
#, python-format
 
335
msgid "Semicolon"
 
336
msgstr ""
 
337
 
 
338
#. module: base_import
 
339
#. openerp-web
 
340
#: code:addons/base_import/static/src/xml/import.xml:179
 
341
#, python-format
 
342
msgid ""
 
343
"If for example you have two product categories \n"
 
344
"                        with the child name \"Sellable\" (ie. \"Misc. \n"
 
345
"                        Products/Sellable\" & \"Other Products/Sellable\"),\n"
 
346
"                        your validation is halted but you may still import \n"
 
347
"                        your data. However, we recommend you do not import "
 
348
"the \n"
 
349
"                        data because they will all be linked to the first \n"
 
350
"                        'Sellable' category found in the Product Category "
 
351
"list \n"
 
352
"                        (\"Misc. Products/Sellable\"). We recommend you "
 
353
"modify \n"
 
354
"                        one of the duplicates' values or your product "
 
355
"category \n"
 
356
"                        hierarchy."
 
357
msgstr ""
 
358
 
 
359
#. module: base_import
 
360
#. openerp-web
 
361
#: code:addons/base_import/static/src/xml/import.xml:306
 
362
#, python-format
 
363
msgid ""
 
364
"To create the CSV file for persons, linked to \n"
 
365
"                        companies, we will use the following SQL command in "
 
366
"\n"
 
367
"                        PSQL:"
 
368
msgstr ""
 
369
 
 
370
#. module: base_import
 
371
#. openerp-web
 
372
#: code:addons/base_import/static/src/xml/import.xml:119
 
373
#, python-format
 
374
msgid ""
 
375
"Microsoft Excel will allow \n"
 
376
"                        you to modify only the encoding when saving \n"
 
377
"                        (in 'Save As' dialog box > click 'Tools' dropdown \n"
 
378
"                        list > Encoding tab)."
 
379
msgstr ""
 
380
 
 
381
#. module: base_import
 
382
#. openerp-web
 
383
#: code:addons/base_import/static/src/js/import.js:175
 
384
#, python-format
 
385
msgid "Tab"
 
386
msgstr ""
 
387
 
 
388
#. module: base_import
 
389
#: field:base_import.tests.models.preview,othervalue:0
 
390
msgid "Other Variable"
 
391
msgstr ""
 
392
 
 
393
#. module: base_import
 
394
#. openerp-web
 
395
#: code:addons/base_import/static/src/xml/import.xml:82
 
396
#, python-format
 
397
msgid ""
 
398
"will also be used to update the original\n"
 
399
"                        import if you need to re-import modified data\n"
 
400
"                        later, it's thus good practice to specify it\n"
 
401
"                        whenever possible"
 
402
msgstr ""
 
403
 
 
404
#. module: base_import
 
405
#. openerp-web
 
406
#: code:addons/base_import/static/src/xml/import.xml:26
 
407
#, python-format
 
408
msgid ""
 
409
"file to import. If you need a sample importable file, you\n"
 
410
"            can use the export tool to generate one."
 
411
msgstr ""
 
412
 
 
413
#. module: base_import
 
414
#. openerp-web
 
415
#: code:addons/base_import/static/src/xml/import.xml:148
 
416
#, python-format
 
417
msgid ""
 
418
"Country/Database \n"
 
419
"                        ID: 21"
 
420
msgstr ""
 
421
 
 
422
#. module: base_import
 
423
#: model:ir.model,name:base_import.model_base_import_tests_models_char
 
424
msgid "base_import.tests.models.char"
 
425
msgstr ""
 
426
 
 
427
#. module: base_import
 
428
#: help:base_import.import,file:0
 
429
msgid "File to check and/or import, raw binary (not base64)"
 
430
msgstr ""
 
431
 
 
432
#. module: base_import
 
433
#. openerp-web
 
434
#: code:addons/base_import/static/src/xml/import.xml:230
 
435
#, python-format
 
436
msgid "Purchase orders with their respective purchase order lines"
 
437
msgstr ""
 
438
 
 
439
#. module: base_import
 
440
#. openerp-web
 
441
#: code:addons/base_import/static/src/xml/import.xml:60
 
442
#, python-format
 
443
msgid ""
 
444
"If the file contains\n"
 
445
"                the column names, OpenERP can try auto-detecting the\n"
 
446
"                field corresponding to the column. This makes imports\n"
 
447
"                simpler especially when the file has many columns."
 
448
msgstr ""
 
449
 
 
450
#. module: base_import
 
451
#. openerp-web
 
452
#: code:addons/base_import/static/src/xml/import.xml:26
 
453
#, python-format
 
454
msgid ".CSV"
 
455
msgstr ".CSV"
 
456
 
 
457
#. module: base_import
 
458
#. openerp-web
 
459
#: code:addons/base_import/static/src/xml/import.xml:360
 
460
#, python-format
 
461
msgid ""
 
462
". The issue is\n"
 
463
"            usually an incorrect file encoding."
 
464
msgstr ""
 
465
 
 
466
#. module: base_import
 
467
#: model:ir.model,name:base_import.model_base_import_tests_models_m2o_required
 
468
msgid "base_import.tests.models.m2o.required"
 
469
msgstr ""
 
470
 
 
471
#. module: base_import
 
472
#: model:ir.model,name:base_import.model_base_import_tests_models_char_noreadonly
 
473
msgid "base_import.tests.models.char.noreadonly"
 
474
msgstr ""
 
475
 
 
476
#. module: base_import
 
477
#. openerp-web
 
478
#: code:addons/base_import/static/src/xml/import.xml:113
 
479
#, python-format
 
480
msgid ""
 
481
"If you edit and save CSV files in speadsheet \n"
 
482
"                        applications, your computer's regional settings will "
 
483
"\n"
 
484
"                        be applied for the separator and delimiter. \n"
 
485
"                        We suggest you use OpenOffice or LibreOffice Calc \n"
 
486
"                        as they will allow you to modify all three options \n"
 
487
"                        (in 'Save As' dialog box > Check the box 'Edit "
 
488
"filter \n"
 
489
"                        settings' > Save)."
 
490
msgstr ""
 
491
 
 
492
#. module: base_import
 
493
#. openerp-web
 
494
#: code:addons/base_import/static/src/xml/import.xml:30
 
495
#, python-format
 
496
msgid "CSV File:"
 
497
msgstr ""
 
498
 
 
499
#. module: base_import
 
500
#: model:ir.model,name:base_import.model_base_import_tests_models_preview
 
501
msgid "base_import.tests.models.preview"
 
502
msgstr ""
 
503
 
 
504
#. module: base_import
 
505
#: model:ir.model,name:base_import.model_base_import_tests_models_char_required
 
506
msgid "base_import.tests.models.char.required"
 
507
msgstr ""
 
508
 
 
509
#. module: base_import
 
510
#: code:addons/base_import/models.py:112
 
511
#, python-format
 
512
msgid "Database ID"
 
513
msgstr ""
 
514
 
 
515
#. module: base_import
 
516
#. openerp-web
 
517
#: code:addons/base_import/static/src/xml/import.xml:313
 
518
#, python-format
 
519
msgid "It will produce the following CSV file:"
 
520
msgstr ""
 
521
 
 
522
#. module: base_import
 
523
#. openerp-web
 
524
#: code:addons/base_import/static/src/xml/import.xml:362
 
525
#, python-format
 
526
msgid "Here is the start of the file we could not import:"
 
527
msgstr ""
 
528
 
 
529
#. module: base_import
 
530
#: field:base_import.import,file_type:0
 
531
msgid "File Type"
 
532
msgstr ""
 
533
 
 
534
#. module: base_import
 
535
#: model:ir.model,name:base_import.model_base_import_import
 
536
msgid "base_import.import"
 
537
msgstr ""
 
538
 
 
539
#. module: base_import
 
540
#: model:ir.model,name:base_import.model_base_import_tests_models_o2m
 
541
msgid "base_import.tests.models.o2m"
 
542
msgstr ""
 
543
 
 
544
#. module: base_import
 
545
#. openerp-web
 
546
#: code:addons/base_import/static/src/xml/import.xml:360
 
547
#, python-format
 
548
msgid "Import preview failed due to:"
 
549
msgstr ""
 
550
 
 
551
#. module: base_import
 
552
#. openerp-web
 
553
#: code:addons/base_import/static/src/xml/import.xml:144
 
554
#, python-format
 
555
msgid ""
 
556
"Country/External ID: the ID of this record \n"
 
557
"                        referenced in another application (or the .XML file "
 
558
"\n"
 
559
"                        that imported it)"
 
560
msgstr ""
 
561
 
 
562
#. module: base_import
 
563
#. openerp-web
 
564
#: code:addons/base_import/static/src/xml/import.xml:35
 
565
#, python-format
 
566
msgid "Reload data to check changes."
 
567
msgstr ""
 
568
 
 
569
#. module: base_import
 
570
#. openerp-web
 
571
#: code:addons/base_import/static/src/xml/import.xml:233
 
572
#, python-format
 
573
msgid "Customers and their respective contacts"
 
574
msgstr ""
 
575
 
 
576
#. module: base_import
 
577
#. openerp-web
 
578
#: code:addons/base_import/static/src/xml/import.xml:131
 
579
#, python-format
 
580
msgid ""
 
581
"Some fields define a relationship with another \n"
 
582
"                        object. For example, the country of a contact is a \n"
 
583
"                        link to a record of the 'Country' object. When you \n"
 
584
"                        want to import such fields, OpenERP will have to \n"
 
585
"                        recreate links between the different records. \n"
 
586
"                        To help you import such fields, OpenERP provides 3 \n"
 
587
"                        mechanisms. You must use one and only one mechanism "
 
588
"\n"
 
589
"                        per field you want to import."
 
590
msgstr ""
 
591
 
 
592
#. module: base_import
 
593
#. openerp-web
 
594
#: code:addons/base_import/static/src/xml/import.xml:201
 
595
#, python-format
 
596
msgid ""
 
597
"The tags should be separated by a comma without any \n"
 
598
"                        spacing. For example, if you want you customer to be "
 
599
"\n"
 
600
"                        lined to both tags 'Manufacturer' and 'Retailer' \n"
 
601
"                        then you will encode it as follow \"Manufacturer,\n"
 
602
"                        Retailer\" in the same column of your CSV file."
 
603
msgstr ""
 
604
 
 
605
#. module: base_import
 
606
#: code:addons/base_import/models.py:264
 
607
#, python-format
 
608
msgid "You must configure at least one field to import"
 
609
msgstr ""
 
610
 
 
611
#. module: base_import
 
612
#. openerp-web
 
613
#: code:addons/base_import/static/src/xml/import.xml:304
 
614
#, python-format
 
615
msgid "company_2,Organi,True"
 
616
msgstr ""
 
617
 
 
618
#. module: base_import
 
619
#. openerp-web
 
620
#: code:addons/base_import/static/src/xml/import.xml:58
 
621
#, python-format
 
622
msgid ""
 
623
"The first row of the\n"
 
624
"                file contains the label of the column"
 
625
msgstr ""
 
626
 
 
627
#. module: base_import
 
628
#: model:ir.model,name:base_import.model_base_import_tests_models_char_states
 
629
msgid "base_import.tests.models.char.states"
 
630
msgstr ""
 
631
 
 
632
#. module: base_import
 
633
#. openerp-web
 
634
#: code:addons/base_import/static/src/xml/import.xml:7
 
635
#, python-format
 
636
msgid "Import a CSV File"
 
637
msgstr ""
 
638
 
 
639
#. module: base_import
 
640
#. openerp-web
 
641
#: code:addons/base_import/static/src/js/import.js:74
 
642
#, python-format
 
643
msgid "Quoting:"
 
644
msgstr ""
 
645
 
 
646
#. module: base_import
 
647
#: model:ir.model,name:base_import.model_base_import_tests_models_m2o_required_related
 
648
msgid "base_import.tests.models.m2o.required.related"
 
649
msgstr ""
 
650
 
 
651
#. module: base_import
 
652
#. openerp-web
 
653
#: code:addons/base_import/static/src/xml/import.xml:293
 
654
#, python-format
 
655
msgid ")."
 
656
msgstr ""
 
657
 
 
658
#. module: base_import
 
659
#. openerp-web
 
660
#: code:addons/base_import/static/src/xml/import.xml:18
 
661
#: code:addons/base_import/static/src/xml/import.xml:396
 
662
#, python-format
 
663
msgid "Import"
 
664
msgstr ""
 
665
 
 
666
#. module: base_import
 
667
#. openerp-web
 
668
#: code:addons/base_import/static/src/js/import.js:438
 
669
#, python-format
 
670
msgid "Here are the possible values:"
 
671
msgstr ""
 
672
 
 
673
#. module: base_import
 
674
#. openerp-web
 
675
#: code:addons/base_import/static/src/xml/import.xml:82
 
676
#, python-format
 
677
msgid "The"
 
678
msgstr ""
 
679
 
 
680
#. module: base_import
 
681
#. openerp-web
 
682
#: code:addons/base_import/static/src/js/import.js:248
 
683
#, python-format
 
684
msgid ""
 
685
"A single column was found in the file, this often means the file separator "
 
686
"is incorrect"
 
687
msgstr ""
 
688
 
 
689
#. module: base_import
 
690
#. openerp-web
 
691
#: code:addons/base_import/static/src/xml/import.xml:293
 
692
#, python-format
 
693
msgid "dump of such a PostgreSQL database"
 
694
msgstr ""
 
695
 
 
696
#. module: base_import
 
697
#. openerp-web
 
698
#: code:addons/base_import/static/src/xml/import.xml:301
 
699
#, python-format
 
700
msgid "This SQL command will create the following CSV file:"
 
701
msgstr "Данная SQL-команда создаст следующий CSV файл:"
 
702
 
 
703
#. module: base_import
 
704
#. openerp-web
 
705
#: code:addons/base_import/static/src/xml/import.xml:228
 
706
#, python-format
 
707
msgid ""
 
708
"The following CSV file shows how to import purchase \n"
 
709
"                        orders with their respective purchase order lines:"
 
710
msgstr ""
 
711
 
 
712
#. module: base_import
 
713
#. openerp-web
 
714
#: code:addons/base_import/static/src/xml/import.xml:91
 
715
#, python-format
 
716
msgid ""
 
717
"What can I do when the Import preview table isn't \n"
 
718
"                        displayed correctly?"
 
719
msgstr ""
 
720
 
 
721
#. module: base_import
 
722
#: field:base_import.tests.models.char,value:0
 
723
#: field:base_import.tests.models.char.noreadonly,value:0
 
724
#: field:base_import.tests.models.char.readonly,value:0
 
725
#: field:base_import.tests.models.char.required,value:0
 
726
#: field:base_import.tests.models.char.states,value:0
 
727
#: field:base_import.tests.models.char.stillreadonly,value:0
 
728
#: field:base_import.tests.models.m2o,value:0
 
729
#: field:base_import.tests.models.m2o.related,value:0
 
730
#: field:base_import.tests.models.m2o.required,value:0
 
731
#: field:base_import.tests.models.m2o.required.related,value:0
 
732
#: field:base_import.tests.models.o2m,value:0
 
733
#: field:base_import.tests.models.o2m.child,parent_id:0
 
734
#: field:base_import.tests.models.o2m.child,value:0
 
735
msgid "unknown"
 
736
msgstr ""
 
737
 
 
738
#. module: base_import
 
739
#. openerp-web
 
740
#: code:addons/base_import/static/src/xml/import.xml:317
 
741
#, python-format
 
742
msgid "person_2,Laurence,False,company_1"
 
743
msgstr ""
 
744
 
 
745
#. module: base_import
 
746
#. openerp-web
 
747
#: code:addons/base_import/static/src/xml/import.xml:149
 
748
#, python-format
 
749
msgid "Country/External ID: base.be"
 
750
msgstr ""
 
751
 
 
752
#. module: base_import
 
753
#. openerp-web
 
754
#: code:addons/base_import/static/src/xml/import.xml:288
 
755
#, python-format
 
756
msgid ""
 
757
"As an example, suppose you have a SQL database \n"
 
758
"                        with two tables you want to import: companies and \n"
 
759
"                        persons. Each person belong to one company, so you \n"
 
760
"                        will have to recreate the link between a person and "
 
761
"\n"
 
762
"                        the company he work for. (If you want to test this \n"
 
763
"                        example, here is a"
 
764
msgstr ""
 
765
 
 
766
#. module: base_import
 
767
#. openerp-web
 
768
#: code:addons/base_import/static/src/js/import.js:427
 
769
#, python-format
 
770
msgid "(%d more)"
 
771
msgstr ""
 
772
 
 
773
#. module: base_import
 
774
#. openerp-web
 
775
#: code:addons/base_import/static/src/xml/import.xml:227
 
776
#, python-format
 
777
msgid "File for some Quotations"
 
778
msgstr ""
 
779
 
 
780
#. module: base_import
 
781
#. openerp-web
 
782
#: code:addons/base_import/static/src/js/import.js:72
 
783
#, python-format
 
784
msgid "Encoding:"
 
785
msgstr "Кодировка:"
 
786
 
 
787
#. module: base_import
 
788
#. openerp-web
 
789
#: code:addons/base_import/static/src/xml/import.xml:280
 
790
#, python-format
 
791
msgid ""
 
792
"To manage relations between tables, \n"
 
793
"                        you can use the \"External ID\" facilities of "
 
794
"OpenERP. \n"
 
795
"                        The \"External ID\" of a record is the unique "
 
796
"identifier \n"
 
797
"                        of this record in another application. This "
 
798
"\"External \n"
 
799
"                        ID\" must be unique accoss all the records of all \n"
 
800
"                        objects, so it's a good practice to prefix this \n"
 
801
"                        \"External ID\" with the name of the application or "
 
802
"\n"
 
803
"                        table. (like 'company_1', 'person_1' instead of '1')"
 
804
msgstr ""
 
805
 
 
806
#. module: base_import
 
807
#. openerp-web
 
808
#: code:addons/base_import/static/src/xml/import.xml:295
 
809
#, python-format
 
810
msgid ""
 
811
"We will first export all companies and their \n"
 
812
"                        \"External ID\". In PSQL, write the following "
 
813
"command:"
 
814
msgstr ""
 
815
 
 
816
#. module: base_import
 
817
#. openerp-web
 
818
#: code:addons/base_import/static/src/xml/import.xml:212
 
819
#, python-format
 
820
msgid ""
 
821
"How can I import a one2many relationship (e.g. several \n"
 
822
"                        Order Lines of a Sales Order)?"
 
823
msgstr ""
 
824
 
 
825
#. module: base_import
 
826
#. openerp-web
 
827
#: code:addons/base_import/static/src/js/import.js:404
 
828
#, python-format
 
829
msgid "Everything seems valid."
 
830
msgstr ""
 
831
 
 
832
#. module: base_import
 
833
#. openerp-web
 
834
#: code:addons/base_import/static/src/xml/import.xml:188
 
835
#, python-format
 
836
msgid ""
 
837
"However if you do not wish to change your \n"
 
838
"                        configuration of product categories, we recommend "
 
839
"you \n"
 
840
"                        use make use of the external ID for this field \n"
 
841
"                        'Category'."
 
842
msgstr ""
 
843
 
 
844
#. module: base_import
 
845
#. openerp-web
 
846
#: code:addons/base_import/static/src/js/import.js:421
 
847
#, python-format
 
848
msgid "at row %d"
 
849
msgstr ""
 
850
 
 
851
#. module: base_import
 
852
#. openerp-web
 
853
#: code:addons/base_import/static/src/xml/import.xml:197
 
854
#, python-format
 
855
msgid ""
 
856
"How can I import a many2many relationship field \n"
 
857
"                        (e.g. a customer that has multiple tags)?"
 
858
msgstr ""
 
859
 
 
860
#. module: base_import
 
861
#. openerp-web
 
862
#: code:addons/base_import/static/src/xml/import.xml:80
 
863
#, python-format
 
864
msgid "XXX/ID"
 
865
msgstr ""
 
866
 
 
867
#. module: base_import
 
868
#. openerp-web
 
869
#: code:addons/base_import/static/src/xml/import.xml:231
 
870
#, python-format
 
871
msgid ""
 
872
"The following CSV file shows how to import \n"
 
873
"                        customers and their respective contacts"
 
874
msgstr ""
 
875
 
 
876
#. module: base_import
 
877
#. openerp-web
 
878
#: code:addons/base_import/static/src/xml/import.xml:275
 
879
#, python-format
 
880
msgid ""
 
881
"If you need to import data from different tables, \n"
 
882
"                        you will have to recreate relations between records "
 
883
"\n"
 
884
"                        belonging to different tables. (e.g. if you import \n"
 
885
"                        companies and persons, you will have to recreate the "
 
886
"\n"
 
887
"                        link between each person and the company they work \n"
 
888
"                        for)."
 
889
msgstr ""
 
890
 
 
891
#. module: base_import
 
892
#. openerp-web
 
893
#: code:addons/base_import/static/src/xml/import.xml:150
 
894
#, python-format
 
895
msgid ""
 
896
"According to your need, you should use \n"
 
897
"                        one of these 3 ways to reference records in "
 
898
"relations. \n"
 
899
"                        Here is when you should use one or the other, \n"
 
900
"                        according to your need:"
 
901
msgstr ""
 
902
 
 
903
#. module: base_import
 
904
#. openerp-web
 
905
#: code:addons/base_import/static/src/xml/import.xml:319
 
906
#, python-format
 
907
msgid "person_4,Ramsy,False,company_3"
 
908
msgstr ""
 
909
 
 
910
#. module: base_import
 
911
#. openerp-web
 
912
#: code:addons/base_import/static/src/xml/import.xml:261
 
913
#, python-format
 
914
msgid ""
 
915
"If you do not set all fields in your CSV file, \n"
 
916
"                        OpenERP will assign the default value for every non "
 
917
"\n"
 
918
"                        defined fields. But if you\n"
 
919
"                        set fields with empty values in your CSV file, "
 
920
"OpenERP \n"
 
921
"                        will set the EMPTY value in the field, instead of \n"
 
922
"                        assigning the default value."
 
923
msgstr ""
 
924
 
 
925
#. module: base_import
 
926
#. openerp-web
 
927
#: code:addons/base_import/static/src/xml/import.xml:20
 
928
#, python-format
 
929
msgid "Cancel"
 
930
msgstr "Отмена"
 
931
 
 
932
#. module: base_import
 
933
#. openerp-web
 
934
#: code:addons/base_import/static/src/xml/import.xml:257
 
935
#, python-format
 
936
msgid ""
 
937
"What happens if I do not provide a value for a \n"
 
938
"                        specific field?"
 
939
msgstr ""
 
940
 
 
941
#. module: base_import
 
942
#. openerp-web
 
943
#: code:addons/base_import/static/src/xml/import.xml:68
 
944
#, python-format
 
945
msgid "Frequently Asked Questions"
 
946
msgstr "Часто задаваемые вопросы"
 
947
 
 
948
#. module: base_import
 
949
#. openerp-web
 
950
#: code:addons/base_import/static/src/xml/import.xml:305
 
951
#, python-format
 
952
msgid "company_3,Boum,True"
 
953
msgstr ""
 
954
 
 
955
#. module: base_import
 
956
#. openerp-web
 
957
#: code:addons/base_import/static/src/js/import.js:176
 
958
#, python-format
 
959
msgid "Space"
 
960
msgstr ""
 
961
 
 
962
#. module: base_import
 
963
#. openerp-web
 
964
#: code:addons/base_import/static/src/xml/import.xml:249
 
965
#, python-format
 
966
msgid ""
 
967
"This feature \n"
 
968
"                        allows you to use the Import/Export tool of OpenERP "
 
969
"to \n"
 
970
"                        modify a batch of records in your favorite "
 
971
"spreadsheet \n"
 
972
"                        application."
 
973
msgstr ""
 
974
 
 
975
#. module: base_import
 
976
#. openerp-web
 
977
#: code:addons/base_import/static/src/xml/import.xml:77
 
978
#, python-format
 
979
msgid ""
 
980
"column in OpenERP. When you\n"
 
981
"                        import an other record that links to the first\n"
 
982
"                        one, use"
 
983
msgstr ""
 
984
 
 
985
#. module: base_import
 
986
#. openerp-web
 
987
#: code:addons/base_import/static/src/xml/import.xml:242
 
988
#, python-format
 
989
msgid ""
 
990
"If you import a file that contains one of the \n"
 
991
"                        column \"External ID\" or \"Database ID\", records "
 
992
"that \n"
 
993
"                        have already been imported will be modified instead "
 
994
"of \n"
 
995
"                        being created. This is very usefull as it allows you "
 
996
"\n"
 
997
"                        to import several times the same CSV file while "
 
998
"having \n"
 
999
"                        made some changes in between two imports. OpenERP "
 
1000
"will \n"
 
1001
"                        take care of creating or modifying each record \n"
 
1002
"                        depending if it's new or not."
 
1003
msgstr ""
 
1004
 
 
1005
#. module: base_import
 
1006
#: model:ir.model,name:base_import.model_base_import_tests_models_char_readonly
 
1007
msgid "base_import.tests.models.char.readonly"
 
1008
msgstr ""
 
1009
 
 
1010
#. module: base_import
 
1011
#. openerp-web
 
1012
#: code:addons/base_import/static/src/xml/import.xml:169
 
1013
#, python-format
 
1014
msgid "CSV file for categories"
 
1015
msgstr ""
 
1016
 
 
1017
#. module: base_import
 
1018
#. openerp-web
 
1019
#: code:addons/base_import/static/src/js/import.js:330
 
1020
#, python-format
 
1021
msgid "Normal Fields"
 
1022
msgstr ""
 
1023
 
 
1024
#. module: base_import
 
1025
#. openerp-web
 
1026
#: code:addons/base_import/static/src/xml/import.xml:74
 
1027
#, python-format
 
1028
msgid ""
 
1029
"In order to re-create relationships between\n"
 
1030
"                        different records, you should use the unique\n"
 
1031
"                        identifier from the original application and\n"
 
1032
"                        map it to the"
 
1033
msgstr ""
 
1034
 
 
1035
#. module: base_import
 
1036
#. openerp-web
 
1037
#: code:addons/base_import/static/src/xml/import.xml:170
 
1038
#, python-format
 
1039
msgid "CSV file for Products"
 
1040
msgstr ""
 
1041
 
 
1042
#. module: base_import
 
1043
#. openerp-web
 
1044
#: code:addons/base_import/static/src/xml/import.xml:216
 
1045
#, python-format
 
1046
msgid ""
 
1047
"If you want to import sales order having several \n"
 
1048
"                        order lines; for each order line, you need to "
 
1049
"reserve \n"
 
1050
"                        a specific row in the CSV file. The first order line "
 
1051
"\n"
 
1052
"                        will be imported on the same row as the information "
 
1053
"\n"
 
1054
"                        relative to order. Any additional lines will need an "
 
1055
"\n"
 
1056
"                        addtional row that does not have any information in "
 
1057
"\n"
 
1058
"                        the fields relative to the order."
 
1059
msgstr ""
 
1060
 
 
1061
#. module: base_import
 
1062
#. openerp-web
 
1063
#: code:addons/base_import/static/src/js/import.js:173
 
1064
#: code:addons/base_import/static/src/js/import.js:184
 
1065
#, python-format
 
1066
msgid "Comma"
 
1067
msgstr ""
 
1068
 
 
1069
#. module: base_import
 
1070
#: model:ir.model,name:base_import.model_base_import_tests_models_m2o_related
 
1071
msgid "base_import.tests.models.m2o.related"
 
1072
msgstr ""
 
1073
 
 
1074
#. module: base_import
 
1075
#: field:base_import.tests.models.preview,name:0
 
1076
msgid "Name"
 
1077
msgstr ""
 
1078
 
 
1079
#. module: base_import
 
1080
#. openerp-web
 
1081
#: code:addons/base_import/static/src/xml/import.xml:80
 
1082
#, python-format
 
1083
msgid "to the original unique identifier."
 
1084
msgstr ""
 
1085
 
 
1086
#. module: base_import
 
1087
#. openerp-web
 
1088
#: code:addons/base_import/static/src/xml/import.xml:318
 
1089
#, python-format
 
1090
msgid "person_3,Eric,False,company_2"
 
1091
msgstr ""
 
1092
 
 
1093
#. module: base_import
 
1094
#: field:base_import.import,res_model:0
 
1095
msgid "Model"
 
1096
msgstr "Модель"
 
1097
 
 
1098
#. module: base_import
 
1099
#. openerp-web
 
1100
#: code:addons/base_import/static/src/xml/import.xml:77
 
1101
#: code:addons/base_import/static/src/xml/import.xml:82
 
1102
#, python-format
 
1103
msgid "ID"
 
1104
msgstr "ID"
 
1105
 
 
1106
#. module: base_import
 
1107
#. openerp-web
 
1108
#: code:addons/base_import/static/src/xml/import.xml:329
 
1109
#, python-format
 
1110
msgid ""
 
1111
"The two files produced are ready to be imported in \n"
 
1112
"                        OpenERP without any modifications. After having \n"
 
1113
"                        imported these two CSV files, you will have 4 "
 
1114
"contacts \n"
 
1115
"                        and 3 companies. (the firsts two contacts are linked "
 
1116
"\n"
 
1117
"                        to the first company). You must first import the \n"
 
1118
"                        companies and then the persons."
 
1119
msgstr ""
 
1120
 
 
1121
#. module: base_import
 
1122
#. openerp-web
 
1123
#: code:addons/base_import/static/src/xml/import.xml:95
 
1124
#, python-format
 
1125
msgid ""
 
1126
"By default the Import preview is set on commas as \n"
 
1127
"                        field separators and quotation marks as text \n"
 
1128
"                        delimiters. If your csv file does not have these \n"
 
1129
"                        settings, you can modify the File Format Options \n"
 
1130
"                        (displayed under the Browse CSV file bar after you \n"
 
1131
"                        select your file)."
 
1132
msgstr ""
 
1133
 
 
1134
#. module: base_import
 
1135
#. openerp-web
 
1136
#: code:addons/base_import/static/src/js/import.js:73
 
1137
#, python-format
 
1138
msgid "Separator:"
 
1139
msgstr "Разделитель:"
 
1140
 
 
1141
#. module: base_import
 
1142
#: field:base_import.import,file_name:0
 
1143
msgid "File Name"
 
1144
msgstr "Имя файла"
 
1145
 
 
1146
#. module: base_import
 
1147
#. openerp-web
 
1148
#: code:addons/base_import/models.py:80
 
1149
#: code:addons/base_import/models.py:111
 
1150
#: code:addons/base_import/static/src/xml/import.xml:77
 
1151
#: code:addons/base_import/static/src/xml/import.xml:82
 
1152
#, python-format
 
1153
msgid "External ID"
 
1154
msgstr "Внешний ID"
 
1155
 
 
1156
#. module: base_import
 
1157
#. openerp-web
 
1158
#: code:addons/base_import/static/src/xml/import.xml:39
 
1159
#, python-format
 
1160
msgid "File Format Options…"
 
1161
msgstr ""
 
1162
 
 
1163
#. module: base_import
 
1164
#. openerp-web
 
1165
#: code:addons/base_import/static/src/js/import.js:423
 
1166
#, python-format
 
1167
msgid "between rows %d and %d"
 
1168
msgstr ""
 
1169
 
 
1170
#. module: base_import
 
1171
#. openerp-web
 
1172
#: code:addons/base_import/static/src/xml/import.xml:19
 
1173
#, python-format
 
1174
msgid "or"
 
1175
msgstr ""
 
1176
 
 
1177
#. module: base_import
 
1178
#. openerp-web
 
1179
#: code:addons/base_import/static/src/xml/import.xml:223
 
1180
#, python-format
 
1181
msgid ""
 
1182
"As an example, here is \n"
 
1183
"                        purchase.order_functional_error_line_cant_adpat.CSV "
 
1184
"\n"
 
1185
"                        file of some quotations you can import, based on "
 
1186
"demo \n"
 
1187
"                        data."
 
1188
msgstr ""
 
1189
 
 
1190
#. module: base_import
 
1191
#: field:base_import.import,file:0
 
1192
msgid "File"
 
1193
msgstr "Файл"