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