diff --git a/addons/account_test/i18n/sv.po b/addons/account_test/i18n/sv.po new file mode 100644 index 00000000000..78dea50f511 --- /dev/null +++ b/addons/account_test/i18n/sv.po @@ -0,0 +1,266 @@ +# Swedish translation for openobject-addons +# Copyright (c) 2014 Rosetta Contributors and Canonical Ltd 2014 +# This file is distributed under the same license as the openobject-addons package. +# FIRST AUTHOR , 2014. +# +msgid "" +msgstr "" +"Project-Id-Version: openobject-addons\n" +"Report-Msgid-Bugs-To: FULL NAME \n" +"POT-Creation-Date: 2012-12-21 17:05+0000\n" +"PO-Revision-Date: 2014-03-31 21:13+0000\n" +"Last-Translator: FULL NAME \n" +"Language-Team: Swedish \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Launchpad-Export-Date: 2014-04-01 05:39+0000\n" +"X-Generator: Launchpad (build 16967)\n" + +#. module: account_test +#: view:accounting.assert.test:0 +msgid "" +"Code should always set a variable named `result` with the result of your " +"test, that can be a list or\n" +"a dictionary. If `result` is an empty list, it means that the test was " +"succesful. Otherwise it will\n" +"try to translate and print what is inside `result`.\n" +"\n" +"If the result of your test is a dictionary, you can set a variable named " +"`column_order` to choose in\n" +"what order you want to print `result`'s content.\n" +"\n" +"Should you need them, you can also use the following variables into your " +"code:\n" +" * cr: cursor to the database\n" +" * uid: ID of the current user\n" +"\n" +"In any ways, the code must be legal python statements with correct " +"indentation (if needed).\n" +"\n" +"Example: \n" +" sql = '''SELECT id, name, ref, date\n" +" FROM account_move_line \n" +" WHERE account_id IN (SELECT id FROM account_account WHERE type " +"= 'view')\n" +" '''\n" +" cr.execute(sql)\n" +" result = cr.dictfetchall()" +msgstr "" +"Kod ska alltid ställa en variabel med namnet `resultat` med resultatet av " +"ditt test, kan det vara en lista eller\n" +"en ordbok. Om `resultat` är en tom lista, betyder det att testet var lyckat. " +"Annars kommer\n" +"försöka översätta och skriva ut vad som finns i `resultat`.\n" +"\n" +"Om resultatet av testet är en ordbok kan du ställa in en variabel med namnet " +"`column_order` för att välja in\n" +"vilken ordning du vill skriva ut `resultat` s innehåll.\n" +"\n" +"Om du behöver dem, kan du även använda följande variabler i koden:\n" +" * Cr: markören till databasen\n" +" * Uid: ID för den aktuella användaren\n" +"\n" +"På något sätt måste koden vara lagliga python uttalanden med rätt indrag (om " +"det behövs).\n" +"\n" +"Exempel:\n" +" sql ='' 'SELECT id, namn, ref, datum\n" +" FRÅN account_move_line\n" +" VAR konto-IN (SELECT id FROM account_account WHERE typ = " +"\"Visa\")\n" +" '' '\n" +" cr.execute (SQL)\n" +" resultat = cr.dictfetchall ()" + +#. module: account_test +#: model:accounting.assert.test,name:account_test.account_test_02 +msgid "Test 2: Opening a fiscal year" +msgstr "" + +#. module: account_test +#: model:accounting.assert.test,desc:account_test.account_test_05 +msgid "" +"Check that reconciled invoice for Sales/Purchases has reconciled entries for " +"Payable and Receivable Accounts" +msgstr "" + +#. module: account_test +#: model:accounting.assert.test,desc:account_test.account_test_03 +msgid "" +"Check if movement lines are balanced and have the same date and period" +msgstr "" + +#. module: account_test +#: field:accounting.assert.test,name:0 +msgid "Test Name" +msgstr "Testnamn" + +#. module: account_test +#: report:account.test.assert.print:0 +msgid "Accouting tests on" +msgstr "" + +#. module: account_test +#: model:accounting.assert.test,name:account_test.account_test_01 +msgid "Test 1: General balance" +msgstr "" + +#. module: account_test +#: model:accounting.assert.test,desc:account_test.account_test_06 +msgid "Check that paid/reconciled invoices are not in 'Open' state" +msgstr "" + +#. module: account_test +#: model:accounting.assert.test,desc:account_test.account_test_05_2 +msgid "" +"Check that reconciled account moves, that define Payable and Receivable " +"accounts, are belonging to reconciled invoices" +msgstr "" + +#. module: account_test +#: view:accounting.assert.test:0 +msgid "Tests" +msgstr "Tester" + +#. module: account_test +#: field:accounting.assert.test,desc:0 +msgid "Test Description" +msgstr "" + +#. module: account_test +#: view:accounting.assert.test:0 +msgid "Description" +msgstr "" + +#. module: account_test +#: model:accounting.assert.test,desc:account_test.account_test_06_1 +msgid "Check that there's no move for any account with « View » account type" +msgstr "" + +#. module: account_test +#: model:accounting.assert.test,name:account_test.account_test_08 +msgid "Test 9 : Accounts and partners on account moves" +msgstr "" + +#. module: account_test +#: model:ir.actions.act_window,name:account_test.action_accounting_assert +#: model:ir.actions.report.xml,name:account_test.account_assert_test_report +#: model:ir.ui.menu,name:account_test.menu_action_license +msgid "Accounting Tests" +msgstr "" + +#. module: account_test +#: code:addons/account_test/report/account_test_report.py:74 +#, python-format +msgid "The test was passed successfully" +msgstr "" + +#. module: account_test +#: field:accounting.assert.test,active:0 +msgid "Active" +msgstr "" + +#. module: account_test +#: model:accounting.assert.test,name:account_test.account_test_06 +msgid "Test 6 : Invoices status" +msgstr "" + +#. module: account_test +#: model:ir.model,name:account_test.model_accounting_assert_test +msgid "accounting.assert.test" +msgstr "" + +#. module: account_test +#: model:accounting.assert.test,name:account_test.account_test_05 +msgid "" +"Test 5.1 : Payable and Receivable accountant lines of reconciled invoices" +msgstr "" + +#. module: account_test +#: field:accounting.assert.test,code_exec:0 +msgid "Python code" +msgstr "" + +#. module: account_test +#: model:accounting.assert.test,desc:account_test.account_test_07 +msgid "" +"Check on bank statement that the Closing Balance = Starting Balance + sum of " +"statement lines" +msgstr "" + +#. module: account_test +#: model:accounting.assert.test,name:account_test.account_test_07 +msgid "Test 8 : Closing balance on bank statements" +msgstr "" + +#. module: account_test +#: model:accounting.assert.test,name:account_test.account_test_03 +msgid "Test 3: Movement lines" +msgstr "" + +#. module: account_test +#: model:accounting.assert.test,name:account_test.account_test_05_2 +msgid "Test 5.2 : Reconcilied invoices and Payable/Receivable accounts" +msgstr "" + +#. module: account_test +#: view:accounting.assert.test:0 +msgid "Expression" +msgstr "" + +#. module: account_test +#: model:accounting.assert.test,name:account_test.account_test_04 +msgid "Test 4: Totally reconciled mouvements" +msgstr "" + +#. module: account_test +#: model:accounting.assert.test,desc:account_test.account_test_04 +msgid "Check if the totally reconciled movements are balanced" +msgstr "" + +#. module: account_test +#: field:accounting.assert.test,sequence:0 +msgid "Sequence" +msgstr "" + +#. module: account_test +#: model:accounting.assert.test,desc:account_test.account_test_02 +msgid "" +"Check if the balance of the new opened fiscal year matches with last year's " +"balance" +msgstr "" + +#. module: account_test +#: view:accounting.assert.test:0 +msgid "Python Code" +msgstr "" + +#. module: account_test +#: model:ir.actions.act_window,help:account_test.action_accounting_assert +msgid "" +"

\n" +" Click to create Accounting Test.\n" +"

\n" +" " +msgstr "" + +#. module: account_test +#: model:accounting.assert.test,desc:account_test.account_test_01 +msgid "Check the balance: Debit sum = Credit sum" +msgstr "" + +#. module: account_test +#: model:accounting.assert.test,desc:account_test.account_test_08 +msgid "Check that general accounts and partners on account moves are active" +msgstr "" + +#. module: account_test +#: model:accounting.assert.test,name:account_test.account_test_06_1 +msgid "Test 7: « View  » account type" +msgstr "" + +#. module: account_test +#: view:accounting.assert.test:0 +msgid "Code Help" +msgstr "" diff --git a/addons/analytic_contract_hr_expense/i18n/sv.po b/addons/analytic_contract_hr_expense/i18n/sv.po new file mode 100644 index 00000000000..acad6977b6a --- /dev/null +++ b/addons/analytic_contract_hr_expense/i18n/sv.po @@ -0,0 +1,72 @@ +# Swedish translation for openobject-addons +# Copyright (c) 2014 Rosetta Contributors and Canonical Ltd 2014 +# This file is distributed under the same license as the openobject-addons package. +# FIRST AUTHOR , 2014. +# +msgid "" +msgstr "" +"Project-Id-Version: openobject-addons\n" +"Report-Msgid-Bugs-To: FULL NAME \n" +"POT-Creation-Date: 2012-12-21 17:05+0000\n" +"PO-Revision-Date: 2014-03-31 21:25+0000\n" +"Last-Translator: FULL NAME \n" +"Language-Team: Swedish \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Launchpad-Export-Date: 2014-04-01 05:39+0000\n" +"X-Generator: Launchpad (build 16967)\n" + +#. module: analytic_contract_hr_expense +#: view:account.analytic.account:0 +msgid "or view" +msgstr "eller visa" + +#. module: analytic_contract_hr_expense +#: view:account.analytic.account:0 +msgid "Nothing to invoice, create" +msgstr "Inget att fakturera, skapa" + +#. module: analytic_contract_hr_expense +#: view:account.analytic.account:0 +msgid "expenses" +msgstr "utlägg" + +#. module: analytic_contract_hr_expense +#: model:ir.model,name:analytic_contract_hr_expense.model_account_analytic_account +msgid "Analytic Account" +msgstr "Objektkonto" + +#. module: analytic_contract_hr_expense +#: code:addons/analytic_contract_hr_expense/analytic_contract_hr_expense.py:144 +#, python-format +msgid "Expenses to Invoice of %s" +msgstr "Utlägg att fakturera av %s" + +#. module: analytic_contract_hr_expense +#: code:addons/analytic_contract_hr_expense/analytic_contract_hr_expense.py:136 +#, python-format +msgid "Expenses of %s" +msgstr "Utlägg av %s" + +#. module: analytic_contract_hr_expense +#: field:account.analytic.account,expense_invoiced:0 +#: field:account.analytic.account,expense_to_invoice:0 +#: field:account.analytic.account,remaining_expense:0 +msgid "unknown" +msgstr "okänd" + +#. module: analytic_contract_hr_expense +#: field:account.analytic.account,est_expenses:0 +msgid "Estimation of Expenses to Invoice" +msgstr "Uppskattning av utlägg att fakturera" + +#. module: analytic_contract_hr_expense +#: field:account.analytic.account,charge_expenses:0 +msgid "Charge Expenses" +msgstr "Debitera utläggen" + +#. module: analytic_contract_hr_expense +#: view:account.analytic.account:0 +msgid "⇒ Invoice" +msgstr "⇒ Faktura" diff --git a/addons/base_gengo/i18n/sv.po b/addons/base_gengo/i18n/sv.po new file mode 100644 index 00000000000..79d7d7dd96c --- /dev/null +++ b/addons/base_gengo/i18n/sv.po @@ -0,0 +1,249 @@ +# Swedish translation for openobject-addons +# Copyright (c) 2014 Rosetta Contributors and Canonical Ltd 2014 +# This file is distributed under the same license as the openobject-addons package. +# FIRST AUTHOR , 2014. +# +msgid "" +msgstr "" +"Project-Id-Version: openobject-addons\n" +"Report-Msgid-Bugs-To: FULL NAME \n" +"POT-Creation-Date: 2012-12-21 17:05+0000\n" +"PO-Revision-Date: 2014-03-31 16:36+0000\n" +"Last-Translator: FULL NAME \n" +"Language-Team: Swedish \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Launchpad-Export-Date: 2014-04-01 05:39+0000\n" +"X-Generator: Launchpad (build 16967)\n" + +#. module: base_gengo +#: view:res.company:0 +msgid "Comments for Translator" +msgstr "" + +#. module: base_gengo +#: field:ir.translation,job_id:0 +msgid "Gengo Job ID" +msgstr "" + +#. module: base_gengo +#: code:addons/base_gengo/wizard/base_gengo_translations.py:114 +#, python-format +msgid "This language is not supported by the Gengo translation services." +msgstr "" + +#. module: base_gengo +#: field:res.company,gengo_comment:0 +msgid "Comments" +msgstr "Kommentarer" + +#. module: base_gengo +#: field:res.company,gengo_private_key:0 +msgid "Gengo Private Key" +msgstr "" + +#. module: base_gengo +#: model:ir.model,name:base_gengo.model_base_gengo_translations +msgid "base.gengo.translations" +msgstr "base.gengo.translations" + +#. module: base_gengo +#: help:res.company,gengo_auto_approve:0 +msgid "Jobs are Automatically Approved by Gengo." +msgstr "" + +#. module: base_gengo +#: field:base.gengo.translations,lang_id:0 +msgid "Language" +msgstr "" + +#. module: base_gengo +#: field:ir.translation,gengo_comment:0 +msgid "Comments & Activity Linked to Gengo" +msgstr "" + +#. module: base_gengo +#: code:addons/base_gengo/wizard/base_gengo_translations.py:124 +#, python-format +msgid "Gengo Sync Translation (Response)" +msgstr "" + +#. module: base_gengo +#: code:addons/base_gengo/wizard/base_gengo_translations.py:72 +#, python-format +msgid "" +"Gengo `Public Key` or `Private Key` are missing. Enter your Gengo " +"authentication parameters under `Settings > Companies > Gengo Parameters`." +msgstr "" + +#. module: base_gengo +#: selection:ir.translation,gengo_translation:0 +msgid "Translation By Machine" +msgstr "" + +#. module: base_gengo +#: code:addons/base_gengo/wizard/base_gengo_translations.py:155 +#, python-format +msgid "" +"%s\n" +"\n" +"--\n" +" Commented on %s by %s." +msgstr "" + +#. module: base_gengo +#: field:ir.translation,gengo_translation:0 +msgid "Gengo Translation Service Level" +msgstr "" + +#. module: base_gengo +#: constraint:ir.translation:0 +msgid "" +"The Gengo translation service selected is not supported for this language." +msgstr "" + +#. module: base_gengo +#: selection:ir.translation,gengo_translation:0 +msgid "Standard" +msgstr "" + +#. module: base_gengo +#: help:ir.translation,gengo_translation:0 +msgid "" +"You can select here the service level you want for an automatic translation " +"using Gengo." +msgstr "" + +#. module: base_gengo +#: field:base.gengo.translations,restart_send_job:0 +msgid "Restart Sending Job" +msgstr "" + +#. module: base_gengo +#: view:ir.translation:0 +msgid "To Approve In Gengo" +msgstr "" + +#. module: base_gengo +#: view:res.company:0 +msgid "Private Key" +msgstr "" + +#. module: base_gengo +#: view:res.company:0 +msgid "Public Key" +msgstr "" + +#. module: base_gengo +#: field:res.company,gengo_public_key:0 +msgid "Gengo Public Key" +msgstr "" + +#. module: base_gengo +#: code:addons/base_gengo/wizard/base_gengo_translations.py:123 +#, python-format +msgid "Gengo Sync Translation (Request)" +msgstr "" + +#. module: base_gengo +#: view:ir.translation:0 +msgid "Translations" +msgstr "" + +#. module: base_gengo +#: field:res.company,gengo_auto_approve:0 +msgid "Auto Approve Translation ?" +msgstr "" + +#. module: base_gengo +#: model:ir.actions.act_window,name:base_gengo.action_wizard_base_gengo_translations +#: model:ir.ui.menu,name:base_gengo.menu_action_wizard_base_gengo_translations +msgid "Gengo: Manual Request of Translation" +msgstr "" + +#. module: base_gengo +#: code:addons/base_gengo/ir_translation.py:62 +#: code:addons/base_gengo/wizard/base_gengo_translations.py:109 +#, python-format +msgid "Gengo Authentication Error" +msgstr "" + +#. module: base_gengo +#: model:ir.model,name:base_gengo.model_res_company +msgid "Companies" +msgstr "" + +#. module: base_gengo +#: view:ir.translation:0 +msgid "" +"Note: If the translation state is 'In Progress', it means that the " +"translation has to be approved to be uploaded in this system. You are " +"supposed to do that directly by using your Gengo Account" +msgstr "" + +#. module: base_gengo +#: code:addons/base_gengo/wizard/base_gengo_translations.py:82 +#, python-format +msgid "" +"Gengo connection failed with this message:\n" +"``%s``" +msgstr "" + +#. module: base_gengo +#: view:res.company:0 +msgid "Gengo Parameters" +msgstr "" + +#. module: base_gengo +#: view:base.gengo.translations:0 +msgid "Send" +msgstr "" + +#. module: base_gengo +#: selection:ir.translation,gengo_translation:0 +msgid "Ultra" +msgstr "" + +#. module: base_gengo +#: model:ir.model,name:base_gengo.model_ir_translation +msgid "ir.translation" +msgstr "" + +#. module: base_gengo +#: view:ir.translation:0 +msgid "Gengo Translation Service" +msgstr "" + +#. module: base_gengo +#: selection:ir.translation,gengo_translation:0 +msgid "Pro" +msgstr "" + +#. module: base_gengo +#: view:base.gengo.translations:0 +msgid "Gengo Request Form" +msgstr "" + +#. module: base_gengo +#: code:addons/base_gengo/wizard/base_gengo_translations.py:114 +#, python-format +msgid "Warning" +msgstr "" + +#. module: base_gengo +#: help:res.company,gengo_comment:0 +msgid "" +"This comment will be automatically be enclosed in each an every request sent " +"to Gengo" +msgstr "" + +#. module: base_gengo +#: view:base.gengo.translations:0 +msgid "Cancel" +msgstr "" + +#. module: base_gengo +#: view:base.gengo.translations:0 +msgid "or" +msgstr "" diff --git a/addons/base_import/i18n/sv.po b/addons/base_import/i18n/sv.po new file mode 100644 index 00000000000..7c609d7fc84 --- /dev/null +++ b/addons/base_import/i18n/sv.po @@ -0,0 +1,1164 @@ +# Swedish translation for openobject-addons +# Copyright (c) 2014 Rosetta Contributors and Canonical Ltd 2014 +# This file is distributed under the same license as the openobject-addons package. +# FIRST AUTHOR , 2014. +# +msgid "" +msgstr "" +"Project-Id-Version: openobject-addons\n" +"Report-Msgid-Bugs-To: FULL NAME \n" +"POT-Creation-Date: 2012-12-21 17:05+0000\n" +"PO-Revision-Date: 2014-03-31 16:37+0000\n" +"Last-Translator: FULL NAME \n" +"Language-Team: Swedish \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Launchpad-Export-Date: 2014-04-01 05:39+0000\n" +"X-Generator: Launchpad (build 16967)\n" + +#. module: base_import +#. openerp-web +#: code:addons/base_import/static/src/js/import.js:451 +#, python-format +msgid "Get all possible values" +msgstr "Hämta samtliga värden" + +#. module: base_import +#. openerp-web +#: code:addons/base_import/static/src/xml/import.xml:71 +#, python-format +msgid "Need to import data from an other application?" +msgstr "" + +#. module: base_import +#. openerp-web +#: code:addons/base_import/static/src/xml/import.xml:163 +#, python-format +msgid "" +"When you use External IDs, you can import CSV files \n" +" with the \"External ID\" column to define the " +"External \n" +" ID of each record you import. Then, you will be able " +"\n" +" to make a reference to that record with columns like " +"\n" +" \"Field/External ID\". The following two CSV files " +"give \n" +" you an example for Products and their Categories." +msgstr "" + +#. module: base_import +#. openerp-web +#: code:addons/base_import/static/src/xml/import.xml:271 +#, python-format +msgid "" +"How to export/import different tables from an SQL \n" +" application to OpenERP?" +msgstr "" + +#. module: base_import +#. openerp-web +#: code:addons/base_import/static/src/js/import.js:331 +#, python-format +msgid "Relation Fields" +msgstr "Relationsfält" + +#. module: base_import +#. openerp-web +#: code:addons/base_import/static/src/xml/import.xml:142 +#, python-format +msgid "" +"Country/Database ID: the unique OpenERP ID for a \n" +" record, defined by the ID postgresql column" +msgstr "" + +#. module: base_import +#. openerp-web +#: code:addons/base_import/static/src/xml/import.xml:155 +#, python-format +msgid "" +"Use \n" +" Country/Database ID: You should rarely use this \n" +" notation. It's mostly used by developers as it's " +"main \n" +" advantage is to never have conflicts (you may have \n" +" several records with the same name, but they always " +"\n" +" have a unique Database ID)" +msgstr "" + +#. module: base_import +#. openerp-web +#: code:addons/base_import/static/src/xml/import.xml:146 +#, python-format +msgid "" +"For the country \n" +" Belgium, you can use one of these 3 ways to import:" +msgstr "" + +#. module: base_import +#. openerp-web +#: code:addons/base_import/static/src/xml/import.xml:303 +#, python-format +msgid "company_1,Bigees,True" +msgstr "" + +#. module: base_import +#: model:ir.model,name:base_import.model_base_import_tests_models_m2o +msgid "base_import.tests.models.m2o" +msgstr "" + +#. module: base_import +#. openerp-web +#: code:addons/base_import/static/src/xml/import.xml:297 +#, python-format +msgid "" +"copy \n" +" (select 'company_'||id as \"External " +"ID\",company_name \n" +" as \"Name\",'True' as \"Is a Company\" from " +"companies) TO \n" +" '/tmp/company.csv' with CSV HEADER;" +msgstr "" + +#. module: base_import +#. openerp-web +#: code:addons/base_import/static/src/xml/import.xml:206 +#, python-format +msgid "CSV file for Manufacturer, Retailer" +msgstr "" + +#. module: base_import +#. openerp-web +#: code:addons/base_import/static/src/xml/import.xml:160 +#, python-format +msgid "" +"Use \n" +" Country/External ID: Use External ID when you import " +"\n" +" data from a third party application." +msgstr "" + +#. module: base_import +#. openerp-web +#: code:addons/base_import/static/src/xml/import.xml:316 +#, python-format +msgid "person_1,Fabien,False,company_1" +msgstr "" + +#. module: base_import +#. openerp-web +#: code:addons/base_import/static/src/xml/import.xml:80 +#, python-format +msgid "XXX/External ID" +msgstr "" + +#. module: base_import +#. openerp-web +#: code:addons/base_import/static/src/xml/import.xml:351 +#, python-format +msgid "Don't Import" +msgstr "" + +#. module: base_import +#. openerp-web +#: code:addons/base_import/static/src/xml/import.xml:24 +#, python-format +msgid "Select the" +msgstr "" + +#. module: base_import +#. openerp-web +#: code:addons/base_import/static/src/xml/import.xml:100 +#, python-format +msgid "" +"Note that if your CSV file \n" +" has a tabulation as separator, OpenERP will not \n" +" detect the separations. You will need to change the " +"\n" +" file format options in your spreadsheet application. " +"\n" +" See the following question." +msgstr "" + +#. module: base_import +#. openerp-web +#: code:addons/base_import/static/src/xml/import.xml:141 +#, python-format +msgid "Country: the name or code of the country" +msgstr "" + +#. module: base_import +#: model:ir.model,name:base_import.model_base_import_tests_models_o2m_child +msgid "base_import.tests.models.o2m.child" +msgstr "" + +#. module: base_import +#. openerp-web +#: code:addons/base_import/static/src/xml/import.xml:239 +#, python-format +msgid "Can I import several times the same record?" +msgstr "" + +#. module: base_import +#. openerp-web +#: code:addons/base_import/static/src/xml/import.xml:15 +#, python-format +msgid "Validate" +msgstr "" + +#. module: base_import +#. openerp-web +#: code:addons/base_import/static/src/xml/import.xml:55 +#, python-format +msgid "Map your data to OpenERP" +msgstr "" + +#. module: base_import +#. openerp-web +#: code:addons/base_import/static/src/xml/import.xml:153 +#, python-format +msgid "" +"Use Country: This is \n" +" the easiest way when your data come from CSV files \n" +" that have been created manually." +msgstr "" + +#. module: base_import +#. openerp-web +#: code:addons/base_import/static/src/xml/import.xml:127 +#, python-format +msgid "" +"What's the difference between Database ID and \n" +" External ID?" +msgstr "" + +#. module: base_import +#. openerp-web +#: code:addons/base_import/static/src/xml/import.xml:138 +#, python-format +msgid "" +"For example, to \n" +" reference the country of a contact, OpenERP proposes " +"\n" +" you 3 different fields to import:" +msgstr "" + +#. module: base_import +#. openerp-web +#: code:addons/base_import/static/src/xml/import.xml:175 +#, python-format +msgid "What can I do if I have multiple matches for a field?" +msgstr "" + +#. module: base_import +#. openerp-web +#: code:addons/base_import/static/src/xml/import.xml:302 +#, python-format +msgid "External ID,Name,Is a Company" +msgstr "" + +#. module: base_import +#: field:base_import.tests.models.preview,somevalue:0 +msgid "Some Value" +msgstr "" + +#. module: base_import +#. openerp-web +#: code:addons/base_import/static/src/xml/import.xml:231 +#, python-format +msgid "" +"The following CSV file shows how to import \n" +" suppliers and their respective contacts" +msgstr "" + +#. module: base_import +#. openerp-web +#: code:addons/base_import/static/src/xml/import.xml:109 +#, python-format +msgid "" +"How can I change the CSV file format options when \n" +" saving in my spreadsheet application?" +msgstr "" + +#. module: base_import +#. openerp-web +#: code:addons/base_import/static/src/xml/import.xml:320 +#, python-format +msgid "" +"As you can see in this file, Fabien and Laurence \n" +" are working for the Bigees company (company_1) and \n" +" Eric is working for the Organi company. The relation " +"\n" +" between persons and companies is done using the \n" +" External ID of the companies. We had to prefix the \n" +" \"External ID\" by the name of the table to avoid a " +"\n" +" conflict of ID between persons and companies " +"(person_1 \n" +" and company_1 who shared the same ID 1 in the " +"orignial \n" +" database)." +msgstr "" + +#. module: base_import +#. openerp-web +#: code:addons/base_import/static/src/xml/import.xml:308 +#, python-format +msgid "" +"copy (select \n" +" 'person_'||id as \"External ID\",person_name as \n" +" \"Name\",'False' as \"Is a " +"Company\",'company_'||company_id\n" +" as \"Related Company/External ID\" from persons) TO " +"\n" +" '/tmp/person.csv' with CSV" +msgstr "" + +#. module: base_import +#. openerp-web +#: code:addons/base_import/static/src/xml/import.xml:148 +#, python-format +msgid "Country: Belgium" +msgstr "" + +#. module: base_import +#: model:ir.model,name:base_import.model_base_import_tests_models_char_stillreadonly +msgid "base_import.tests.models.char.stillreadonly" +msgstr "" + +#. module: base_import +#. openerp-web +#: code:addons/base_import/static/src/xml/import.xml:314 +#, python-format +msgid "" +"External ID,Name,Is a \n" +" Company,Related Company/External ID" +msgstr "" + +#. module: base_import +#. openerp-web +#: code:addons/base_import/static/src/xml/import.xml:233 +#, python-format +msgid "Suppliers and their respective contacts" +msgstr "" + +#. module: base_import +#. openerp-web +#: code:addons/base_import/static/src/xml/import.xml:179 +#, python-format +msgid "" +"If for example you have two product categories \n" +" with the child name \"Sellable\" (ie. \"Misc. \n" +" Products/Sellable\" & \"Other Products/Sellable\"),\n" +" your validation is halted but you may still import \n" +" your data. However, we recommend you do not import " +"the \n" +" data because they will all be linked to the first \n" +" 'Sellable' category found in the Product Category " +"list \n" +" (\"Misc. Products/Sellable\"). We recommend you " +"modify \n" +" one of the duplicates' values or your product " +"category \n" +" hierarchy." +msgstr "" + +#. module: base_import +#. openerp-web +#: code:addons/base_import/static/src/xml/import.xml:306 +#, python-format +msgid "" +"To create the CSV file for persons, linked to \n" +" companies, we will use the following SQL command in " +"\n" +" PSQL:" +msgstr "" + +#. module: base_import +#. openerp-web +#: code:addons/base_import/static/src/xml/import.xml:119 +#, python-format +msgid "" +"Microsoft Excel will allow \n" +" you to modify only the encoding when saving \n" +" (in 'Save As' dialog box > click 'Tools' dropdown \n" +" list > Encoding tab)." +msgstr "" + +#. module: base_import +#: field:base_import.tests.models.preview,othervalue:0 +msgid "Other Variable" +msgstr "" + +#. module: base_import +#. openerp-web +#: code:addons/base_import/static/src/xml/import.xml:82 +#, python-format +msgid "" +"will also be used to update the original\n" +" import if you need to re-import modified data\n" +" later, it's thus good practice to specify it\n" +" whenever possible" +msgstr "" + +#. module: base_import +#. openerp-web +#: code:addons/base_import/static/src/xml/import.xml:26 +#, python-format +msgid "" +"file to import. If you need a sample importable file, you\n" +" can use the export tool to generate one." +msgstr "" + +#. module: base_import +#. openerp-web +#: code:addons/base_import/static/src/xml/import.xml:148 +#, python-format +msgid "" +"Country/Database \n" +" ID: 21" +msgstr "" + +#. module: base_import +#: model:ir.model,name:base_import.model_base_import_tests_models_char +msgid "base_import.tests.models.char" +msgstr "" + +#. module: base_import +#: help:base_import.import,file:0 +msgid "File to check and/or import, raw binary (not base64)" +msgstr "" + +#. module: base_import +#. openerp-web +#: code:addons/base_import/static/src/xml/import.xml:230 +#, python-format +msgid "Purchase orders with their respective purchase order lines" +msgstr "" + +#. module: base_import +#. openerp-web +#: code:addons/base_import/static/src/xml/import.xml:60 +#, python-format +msgid "" +"If the file contains\n" +" the column names, OpenERP can try auto-detecting the\n" +" field corresponding to the column. This makes imports\n" +" simpler especially when the file has many columns." +msgstr "" + +#. module: base_import +#. openerp-web +#: code:addons/base_import/static/src/xml/import.xml:26 +#, python-format +msgid ".CSV" +msgstr "" + +#. module: base_import +#. openerp-web +#: code:addons/base_import/static/src/xml/import.xml:360 +#, python-format +msgid "" +". The issue is\n" +" usually an incorrect file encoding." +msgstr "" + +#. module: base_import +#: model:ir.model,name:base_import.model_base_import_tests_models_m2o_required +msgid "base_import.tests.models.m2o.required" +msgstr "" + +#. module: base_import +#: model:ir.model,name:base_import.model_base_import_tests_models_char_noreadonly +msgid "base_import.tests.models.char.noreadonly" +msgstr "" + +#. module: base_import +#. openerp-web +#: code:addons/base_import/static/src/xml/import.xml:113 +#, python-format +msgid "" +"If you edit and save CSV files in speadsheet \n" +" applications, your computer's regional settings will " +"\n" +" be applied for the separator and delimiter. \n" +" We suggest you use OpenOffice or LibreOffice Calc \n" +" as they will allow you to modify all three options \n" +" (in 'Save As' dialog box > Check the box 'Edit " +"filter \n" +" settings' > Save)." +msgstr "" + +#. module: base_import +#. openerp-web +#: code:addons/base_import/static/src/xml/import.xml:30 +#, python-format +msgid "CSV File:" +msgstr "" + +#. module: base_import +#: model:ir.model,name:base_import.model_base_import_tests_models_preview +msgid "base_import.tests.models.preview" +msgstr "" + +#. module: base_import +#: model:ir.model,name:base_import.model_base_import_tests_models_char_required +msgid "base_import.tests.models.char.required" +msgstr "" + +#. module: base_import +#: code:addons/base_import/models.py:112 +#, python-format +msgid "Database ID" +msgstr "" + +#. module: base_import +#. openerp-web +#: code:addons/base_import/static/src/xml/import.xml:313 +#, python-format +msgid "It will produce the following CSV file:" +msgstr "" + +#. module: base_import +#. openerp-web +#: code:addons/base_import/static/src/xml/import.xml:362 +#, python-format +msgid "Here is the start of the file we could not import:" +msgstr "" + +#. module: base_import +#: field:base_import.import,file_type:0 +msgid "File Type" +msgstr "" + +#. module: base_import +#: model:ir.model,name:base_import.model_base_import_import +msgid "base_import.import" +msgstr "" + +#. module: base_import +#: model:ir.model,name:base_import.model_base_import_tests_models_o2m +msgid "base_import.tests.models.o2m" +msgstr "" + +#. module: base_import +#. openerp-web +#: code:addons/base_import/static/src/xml/import.xml:360 +#, python-format +msgid "Import preview failed due to:" +msgstr "" + +#. module: base_import +#. openerp-web +#: code:addons/base_import/static/src/xml/import.xml:144 +#, python-format +msgid "" +"Country/External ID: the ID of this record \n" +" referenced in another application (or the .XML file " +"\n" +" that imported it)" +msgstr "" + +#. module: base_import +#. openerp-web +#: code:addons/base_import/static/src/xml/import.xml:35 +#, python-format +msgid "Reload data to check changes." +msgstr "" + +#. module: base_import +#: model:ir.model,name:base_import.model_base_import_tests_models_char_readonly +msgid "base_import.tests.models.char.readonly" +msgstr "" + +#. module: base_import +#. openerp-web +#: code:addons/base_import/static/src/xml/import.xml:131 +#, python-format +msgid "" +"Some fields define a relationship with another \n" +" object. For example, the country of a contact is a \n" +" link to a record of the 'Country' object. When you \n" +" want to import such fields, OpenERP will have to \n" +" recreate links between the different records. \n" +" To help you import such fields, OpenERP provides 3 \n" +" mechanisms. You must use one and only one mechanism " +"\n" +" per field you want to import." +msgstr "" + +#. module: base_import +#. openerp-web +#: code:addons/base_import/static/src/xml/import.xml:201 +#, python-format +msgid "" +"The tags should be separated by a comma without any \n" +" spacing. For example, if you want you customer to be " +"\n" +" lined to both tags 'Manufacturer' and 'Retailer' \n" +" then you will encode it as follow \"Manufacturer,\n" +" Retailer\" in the same column of your CSV file." +msgstr "" + +#. module: base_import +#: code:addons/base_import/models.py:264 +#, python-format +msgid "You must configure at least one field to import" +msgstr "" + +#. module: base_import +#. openerp-web +#: code:addons/base_import/static/src/xml/import.xml:304 +#, python-format +msgid "company_2,Organi,True" +msgstr "" + +#. module: base_import +#. openerp-web +#: code:addons/base_import/static/src/xml/import.xml:58 +#, python-format +msgid "" +"The first row of the\n" +" file contains the label of the column" +msgstr "" + +#. module: base_import +#: model:ir.model,name:base_import.model_base_import_tests_models_char_states +msgid "base_import.tests.models.char.states" +msgstr "" + +#. module: base_import +#. openerp-web +#: code:addons/base_import/static/src/xml/import.xml:7 +#, python-format +msgid "Import a CSV File" +msgstr "" + +#. module: base_import +#. openerp-web +#: code:addons/base_import/static/src/js/import.js:74 +#, python-format +msgid "Quoting:" +msgstr "" + +#. module: base_import +#: model:ir.model,name:base_import.model_base_import_tests_models_m2o_required_related +msgid "base_import.tests.models.m2o.required.related" +msgstr "" + +#. module: base_import +#. openerp-web +#: code:addons/base_import/static/src/xml/import.xml:293 +#, python-format +msgid ")." +msgstr "" + +#. module: base_import +#. openerp-web +#: code:addons/base_import/static/src/xml/import.xml:18 +#: code:addons/base_import/static/src/xml/import.xml:396 +#, python-format +msgid "Import" +msgstr "" + +#. module: base_import +#. openerp-web +#: code:addons/base_import/static/src/js/import.js:438 +#, python-format +msgid "Here are the possible values:" +msgstr "" + +#. module: base_import +#. openerp-web +#: code:addons/base_import/static/src/xml/import.xml:82 +#, python-format +msgid "The" +msgstr "" + +#. module: base_import +#. openerp-web +#: code:addons/base_import/static/src/js/import.js:248 +#, python-format +msgid "" +"A single column was found in the file, this often means the file separator " +"is incorrect" +msgstr "" + +#. module: base_import +#. openerp-web +#: code:addons/base_import/static/src/xml/import.xml:293 +#, python-format +msgid "dump of such a PostgreSQL database" +msgstr "" + +#. module: base_import +#. openerp-web +#: code:addons/base_import/static/src/xml/import.xml:301 +#, python-format +msgid "This SQL command will create the following CSV file:" +msgstr "" + +#. module: base_import +#. openerp-web +#: code:addons/base_import/static/src/xml/import.xml:228 +#, python-format +msgid "" +"The following CSV file shows how to import purchase \n" +" orders with their respective purchase order lines:" +msgstr "" + +#. module: base_import +#. openerp-web +#: code:addons/base_import/static/src/xml/import.xml:91 +#, python-format +msgid "" +"What can I do when the Import preview table isn't \n" +" displayed correctly?" +msgstr "" + +#. module: base_import +#: field:base_import.tests.models.char,value:0 +#: field:base_import.tests.models.char.noreadonly,value:0 +#: field:base_import.tests.models.char.readonly,value:0 +#: field:base_import.tests.models.char.required,value:0 +#: field:base_import.tests.models.char.states,value:0 +#: field:base_import.tests.models.char.stillreadonly,value:0 +#: field:base_import.tests.models.m2o,value:0 +#: field:base_import.tests.models.m2o.related,value:0 +#: field:base_import.tests.models.m2o.required,value:0 +#: field:base_import.tests.models.m2o.required.related,value:0 +#: field:base_import.tests.models.o2m,value:0 +#: field:base_import.tests.models.o2m.child,parent_id:0 +#: field:base_import.tests.models.o2m.child,value:0 +msgid "unknown" +msgstr "" + +#. module: base_import +#. openerp-web +#: code:addons/base_import/static/src/xml/import.xml:317 +#, python-format +msgid "person_2,Laurence,False,company_1" +msgstr "" + +#. module: base_import +#. openerp-web +#: code:addons/base_import/static/src/xml/import.xml:149 +#, python-format +msgid "Country/External ID: base.be" +msgstr "" + +#. module: base_import +#. openerp-web +#: code:addons/base_import/static/src/xml/import.xml:288 +#, python-format +msgid "" +"As an example, suppose you have a SQL database \n" +" with two tables you want to import: companies and \n" +" persons. Each person belong to one company, so you \n" +" will have to recreate the link between a person and " +"\n" +" the company he work for. (If you want to test this \n" +" example, here is a" +msgstr "" + +#. module: base_import +#. openerp-web +#: code:addons/base_import/static/src/js/import.js:427 +#, python-format +msgid "(%d more)" +msgstr "" + +#. module: base_import +#. openerp-web +#: code:addons/base_import/static/src/xml/import.xml:227 +#, python-format +msgid "File for some Quotations" +msgstr "" + +#. module: base_import +#. openerp-web +#: code:addons/base_import/static/src/js/import.js:72 +#, python-format +msgid "Encoding:" +msgstr "" + +#. module: base_import +#. openerp-web +#: code:addons/base_import/static/src/xml/import.xml:280 +#, python-format +msgid "" +"To manage relations between tables, \n" +" you can use the \"External ID\" facilities of " +"OpenERP. \n" +" The \"External ID\" of a record is the unique " +"identifier \n" +" of this record in another application. This " +"\"External \n" +" ID\" must be unique accoss all the records of all \n" +" objects, so it's a good practice to prefix this \n" +" \"External ID\" with the name of the application or " +"\n" +" table. (like 'company_1', 'person_1' instead of '1')" +msgstr "" + +#. module: base_import +#. openerp-web +#: code:addons/base_import/static/src/xml/import.xml:295 +#, python-format +msgid "" +"We will first export all companies and their \n" +" \"External ID\". In PSQL, write the following " +"command:" +msgstr "" + +#. module: base_import +#. openerp-web +#: code:addons/base_import/static/src/xml/import.xml:212 +#, python-format +msgid "" +"How can I import a one2many relationship (e.g. several \n" +" Order Lines of a Sales Order)?" +msgstr "" + +#. module: base_import +#. openerp-web +#: code:addons/base_import/static/src/js/import.js:404 +#, python-format +msgid "Everything seems valid." +msgstr "" + +#. module: base_import +#. openerp-web +#: code:addons/base_import/static/src/xml/import.xml:188 +#, python-format +msgid "" +"However if you do not wish to change your \n" +" configuration of product categories, we recommend " +"you \n" +" use make use of the external ID for this field \n" +" 'Category'." +msgstr "" + +#. module: base_import +#. openerp-web +#: code:addons/base_import/static/src/js/import.js:421 +#, python-format +msgid "at row %d" +msgstr "" + +#. module: base_import +#. openerp-web +#: code:addons/base_import/static/src/xml/import.xml:197 +#, python-format +msgid "" +"How can I import a many2many relationship field \n" +" (e.g. a customer that has multiple tags)?" +msgstr "" + +#. module: base_import +#. openerp-web +#: code:addons/base_import/static/src/xml/import.xml:80 +#, python-format +msgid "XXX/ID" +msgstr "" + +#. module: base_import +#. openerp-web +#: code:addons/base_import/static/src/xml/import.xml:275 +#, python-format +msgid "" +"If you need to import data from different tables, \n" +" you will have to recreate relations between records " +"\n" +" belonging to different tables. (e.g. if you import \n" +" companies and persons, you will have to recreate the " +"\n" +" link between each person and the company they work \n" +" for)." +msgstr "" + +#. module: base_import +#. openerp-web +#: code:addons/base_import/static/src/xml/import.xml:150 +#, python-format +msgid "" +"According to your need, you should use \n" +" one of these 3 ways to reference records in " +"relations. \n" +" Here is when you should use one or the other, \n" +" according to your need:" +msgstr "" + +#. module: base_import +#. openerp-web +#: code:addons/base_import/static/src/xml/import.xml:319 +#, python-format +msgid "person_4,Ramsy,False,company_3" +msgstr "" + +#. module: base_import +#. openerp-web +#: code:addons/base_import/static/src/xml/import.xml:261 +#, python-format +msgid "" +"If you do not set all fields in your CSV file, \n" +" OpenERP will assign the default value for every non " +"\n" +" defined fields. But if you\n" +" set fields with empty values in your CSV file, " +"OpenERP \n" +" will set the EMPTY value in the field, instead of \n" +" assigning the default value." +msgstr "" + +#. module: base_import +#. openerp-web +#: code:addons/base_import/static/src/xml/import.xml:20 +#, python-format +msgid "Cancel" +msgstr "" + +#. module: base_import +#. openerp-web +#: code:addons/base_import/static/src/xml/import.xml:257 +#, python-format +msgid "" +"What happens if I do not provide a value for a \n" +" specific field?" +msgstr "" + +#. module: base_import +#. openerp-web +#: code:addons/base_import/static/src/xml/import.xml:68 +#, python-format +msgid "Frequently Asked Questions" +msgstr "" + +#. module: base_import +#. openerp-web +#: code:addons/base_import/static/src/xml/import.xml:305 +#, python-format +msgid "company_3,Boum,True" +msgstr "" + +#. module: base_import +#. openerp-web +#: code:addons/base_import/static/src/xml/import.xml:249 +#, python-format +msgid "" +"This feature \n" +" allows you to use the Import/Export tool of OpenERP " +"to \n" +" modify a batch of records in your favorite " +"spreadsheet \n" +" application." +msgstr "" + +#. module: base_import +#. openerp-web +#: code:addons/base_import/static/src/xml/import.xml:77 +#, python-format +msgid "" +"column in OpenERP. When you\n" +" import an other record that links to the first\n" +" one, use" +msgstr "" + +#. module: base_import +#. openerp-web +#: code:addons/base_import/static/src/xml/import.xml:242 +#, python-format +msgid "" +"If you import a file that contains one of the \n" +" column \"External ID\" or \"Database ID\", records " +"that \n" +" have already been imported will be modified instead " +"of \n" +" being created. This is very usefull as it allows you " +"\n" +" to import several times the same CSV file while " +"having \n" +" made some changes in between two imports. OpenERP " +"will \n" +" take care of creating or modifying each record \n" +" depending if it's new or not." +msgstr "" + +#. module: base_import +#. openerp-web +#: code:addons/base_import/static/src/xml/import.xml:169 +#, python-format +msgid "CSV file for categories" +msgstr "" + +#. module: base_import +#. openerp-web +#: code:addons/base_import/static/src/js/import.js:330 +#, python-format +msgid "Normal Fields" +msgstr "" + +#. module: base_import +#. openerp-web +#: code:addons/base_import/static/src/xml/import.xml:74 +#, python-format +msgid "" +"In order to re-create relationships between\n" +" different records, you should use the unique\n" +" identifier from the original application and\n" +" map it to the" +msgstr "" + +#. module: base_import +#. openerp-web +#: code:addons/base_import/static/src/xml/import.xml:170 +#, python-format +msgid "CSV file for Products" +msgstr "" + +#. module: base_import +#. openerp-web +#: code:addons/base_import/static/src/xml/import.xml:216 +#, python-format +msgid "" +"If you want to import sales order having several \n" +" order lines; for each order line, you need to " +"reserve \n" +" a specific row in the CSV file. The first order line " +"\n" +" will be imported on the same row as the information " +"\n" +" relative to order. Any additional lines will need an " +"\n" +" addtional row that does not have any information in " +"\n" +" the fields relative to the order." +msgstr "" + +#. module: base_import +#: model:ir.model,name:base_import.model_base_import_tests_models_m2o_related +msgid "base_import.tests.models.m2o.related" +msgstr "" + +#. module: base_import +#: field:base_import.tests.models.preview,name:0 +msgid "Name" +msgstr "" + +#. module: base_import +#. openerp-web +#: code:addons/base_import/static/src/xml/import.xml:80 +#, python-format +msgid "to the original unique identifier." +msgstr "" + +#. module: base_import +#. openerp-web +#: code:addons/base_import/static/src/xml/import.xml:318 +#, python-format +msgid "person_3,Eric,False,company_2" +msgstr "" + +#. module: base_import +#: field:base_import.import,res_model:0 +msgid "Model" +msgstr "" + +#. module: base_import +#. openerp-web +#: code:addons/base_import/static/src/xml/import.xml:77 +#: code:addons/base_import/static/src/xml/import.xml:82 +#, python-format +msgid "ID" +msgstr "" + +#. module: base_import +#. openerp-web +#: code:addons/base_import/static/src/xml/import.xml:329 +#, python-format +msgid "" +"The two files produced are ready to be imported in \n" +" OpenERP without any modifications. After having \n" +" imported these two CSV files, you will have 4 " +"contacts \n" +" and 3 companies. (the firsts two contacts are linked " +"\n" +" to the first company). You must first import the \n" +" companies and then the persons." +msgstr "" + +#. module: base_import +#. openerp-web +#: code:addons/base_import/static/src/xml/import.xml:95 +#, python-format +msgid "" +"By default the Import preview is set on commas as \n" +" field separators and quotation marks as text \n" +" delimiters. If your csv file does not have these \n" +" settings, you can modify the File Format Options \n" +" (displayed under the Browse CSV file bar after you \n" +" select your file)." +msgstr "" + +#. module: base_import +#. openerp-web +#: code:addons/base_import/static/src/js/import.js:73 +#, python-format +msgid "Separator:" +msgstr "" + +#. module: base_import +#: field:base_import.import,file_name:0 +msgid "File Name" +msgstr "" + +#. module: base_import +#. openerp-web +#: code:addons/base_import/models.py:80 +#: code:addons/base_import/models.py:111 +#: code:addons/base_import/static/src/xml/import.xml:77 +#: code:addons/base_import/static/src/xml/import.xml:82 +#, python-format +msgid "External ID" +msgstr "" + +#. module: base_import +#. openerp-web +#: code:addons/base_import/static/src/xml/import.xml:39 +#, python-format +msgid "File Format Options…" +msgstr "" + +#. module: base_import +#. openerp-web +#: code:addons/base_import/static/src/js/import.js:423 +#, python-format +msgid "between rows %d and %d" +msgstr "" + +#. module: base_import +#. openerp-web +#: code:addons/base_import/static/src/xml/import.xml:19 +#, python-format +msgid "or" +msgstr "" + +#. module: base_import +#. openerp-web +#: code:addons/base_import/static/src/xml/import.xml:223 +#, python-format +msgid "" +"As an example, here is \n" +" purchase.order_functional_error_line_cant_adpat.CSV " +"\n" +" file of some quotations you can import, based on " +"demo \n" +" data." +msgstr "" + +#. module: base_import +#: field:base_import.import,file:0 +msgid "File" +msgstr "" diff --git a/addons/event_sale/i18n/sv.po b/addons/event_sale/i18n/sv.po new file mode 100644 index 00000000000..f3b2e19a78c --- /dev/null +++ b/addons/event_sale/i18n/sv.po @@ -0,0 +1,90 @@ +# Swedish translation for openobject-addons +# Copyright (c) 2014 Rosetta Contributors and Canonical Ltd 2014 +# This file is distributed under the same license as the openobject-addons package. +# FIRST AUTHOR , 2014. +# +msgid "" +msgstr "" +"Project-Id-Version: openobject-addons\n" +"Report-Msgid-Bugs-To: FULL NAME \n" +"POT-Creation-Date: 2012-12-21 17:05+0000\n" +"PO-Revision-Date: 2014-03-31 20:56+0000\n" +"Last-Translator: FULL NAME \n" +"Language-Team: Swedish \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Launchpad-Export-Date: 2014-04-01 05:39+0000\n" +"X-Generator: Launchpad (build 16967)\n" + +#. module: event_sale +#: model:ir.model,name:event_sale.model_product_product +msgid "Product" +msgstr "Produkt" + +#. module: event_sale +#: help:product.product,event_ok:0 +msgid "" +"Determine if a product needs to create automatically an event registration " +"at the confirmation of a sales order line." +msgstr "" + +#. module: event_sale +#: help:sale.order.line,event_id:0 +msgid "" +"Choose an event and it will automatically create a registration for this " +"event." +msgstr "" + +#. module: event_sale +#: model:event.event,name:event_sale.event_technical_training +msgid "Technical training in Grand-Rosiere" +msgstr "" + +#. module: event_sale +#: help:product.product,event_type_id:0 +msgid "" +"Select event types so when we use this product in sales order lines, it will " +"filter events of this type only." +msgstr "" + +#. module: event_sale +#: field:product.product,event_type_id:0 +msgid "Type of Event" +msgstr "Evenemangstyp" + +#. module: event_sale +#: field:sale.order.line,event_ok:0 +msgid "event_ok" +msgstr "event_ok" + +#. module: event_sale +#: field:product.product,event_ok:0 +msgid "Event Subscription" +msgstr "" + +#. module: event_sale +#: field:sale.order.line,event_type_id:0 +msgid "Event Type" +msgstr "Evenemangstyp" + +#. module: event_sale +#: model:product.template,name:event_sale.event_product_product_template +msgid "Technical Training" +msgstr "" + +#. module: event_sale +#: code:addons/event_sale/event_sale.py:88 +#, python-format +msgid "The registration %s has been created from the Sales Order %s." +msgstr "" + +#. module: event_sale +#: field:sale.order.line,event_id:0 +msgid "Event" +msgstr "Händelse" + +#. module: event_sale +#: model:ir.model,name:event_sale.model_sale_order_line +msgid "Sales Order Line" +msgstr "Orderrad" diff --git a/addons/web/i18n/ar.po b/addons/web/i18n/ar.po index db34b4ff088..5e5a8ce1a37 100644 --- a/addons/web/i18n/ar.po +++ b/addons/web/i18n/ar.po @@ -14,7 +14,7 @@ msgstr "" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-03-24 06:08+0000\n" +"X-Launchpad-Export-Date: 2014-04-01 06:06+0000\n" "X-Generator: Launchpad (build 16967)\n" #. module: web @@ -1849,7 +1849,7 @@ msgstr "الافتراضي" #: code:addons/web/static/src/xml/base.xml:468 #, python-format msgid "OpenERP" -msgstr "كروز" +msgstr "OpenERP" #. module: web #. openerp-web @@ -2213,7 +2213,7 @@ msgstr "زر" #: code:addons/web/static/src/xml/base.xml:440 #, python-format msgid "OpenERP is a trademark of the" -msgstr "كروز علامة تجارية ملك" +msgstr "OpenERP علامة تجارية ملك" #. module: web #. openerp-web @@ -2241,7 +2241,7 @@ msgstr "False" #: code:addons/web/static/src/xml/base.xml:426 #, python-format msgid "About OpenERP" -msgstr "حول كروز" +msgstr "حول OpenERP" #. module: web #. openerp-web diff --git a/addons/web/i18n/bg.po b/addons/web/i18n/bg.po index 423e372cb8a..61f70d3d28c 100644 --- a/addons/web/i18n/bg.po +++ b/addons/web/i18n/bg.po @@ -14,7 +14,7 @@ msgstr "" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-03-24 06:08+0000\n" +"X-Launchpad-Export-Date: 2014-04-01 06:06+0000\n" "X-Generator: Launchpad (build 16967)\n" #. module: web diff --git a/addons/web/i18n/bn.po b/addons/web/i18n/bn.po index 76df35e4e41..90d942a69bf 100644 --- a/addons/web/i18n/bn.po +++ b/addons/web/i18n/bn.po @@ -14,7 +14,7 @@ msgstr "" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-03-24 06:08+0000\n" +"X-Launchpad-Export-Date: 2014-04-01 06:06+0000\n" "X-Generator: Launchpad (build 16967)\n" #. module: web diff --git a/addons/web/i18n/bs.po b/addons/web/i18n/bs.po index 9c1a9d1022f..e3a9041fd9b 100644 --- a/addons/web/i18n/bs.po +++ b/addons/web/i18n/bs.po @@ -14,7 +14,7 @@ msgstr "" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-03-24 06:08+0000\n" +"X-Launchpad-Export-Date: 2014-04-01 06:06+0000\n" "X-Generator: Launchpad (build 16967)\n" #. module: web diff --git a/addons/web/i18n/ca.po b/addons/web/i18n/ca.po index 7a1b4d7c461..8e87e57e26b 100644 --- a/addons/web/i18n/ca.po +++ b/addons/web/i18n/ca.po @@ -14,7 +14,7 @@ msgstr "" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-03-24 06:08+0000\n" +"X-Launchpad-Export-Date: 2014-04-01 06:06+0000\n" "X-Generator: Launchpad (build 16967)\n" #. module: web diff --git a/addons/web/i18n/cs.po b/addons/web/i18n/cs.po index 095c53828f0..b3fdfe441eb 100644 --- a/addons/web/i18n/cs.po +++ b/addons/web/i18n/cs.po @@ -14,7 +14,7 @@ msgstr "" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-03-24 06:08+0000\n" +"X-Launchpad-Export-Date: 2014-04-01 06:06+0000\n" "X-Generator: Launchpad (build 16967)\n" "X-Poedit-Language: Czech\n" diff --git a/addons/web/i18n/da.po b/addons/web/i18n/da.po index 548cadd8e03..517a7a50fec 100644 --- a/addons/web/i18n/da.po +++ b/addons/web/i18n/da.po @@ -14,7 +14,7 @@ msgstr "" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-03-24 06:08+0000\n" +"X-Launchpad-Export-Date: 2014-04-01 06:07+0000\n" "X-Generator: Launchpad (build 16967)\n" #. module: web diff --git a/addons/web/i18n/de.po b/addons/web/i18n/de.po index 819dd1dda10..c62ed6c6002 100644 --- a/addons/web/i18n/de.po +++ b/addons/web/i18n/de.po @@ -14,7 +14,7 @@ msgstr "" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-03-24 06:08+0000\n" +"X-Launchpad-Export-Date: 2014-04-01 06:07+0000\n" "X-Generator: Launchpad (build 16967)\n" #. module: web diff --git a/addons/web/i18n/en_AU.po b/addons/web/i18n/en_AU.po index eda8146e2b3..5b2cd646c26 100644 --- a/addons/web/i18n/en_AU.po +++ b/addons/web/i18n/en_AU.po @@ -14,7 +14,7 @@ msgstr "" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-03-24 06:10+0000\n" +"X-Launchpad-Export-Date: 2014-04-01 06:08+0000\n" "X-Generator: Launchpad (build 16967)\n" #. module: web diff --git a/addons/web/i18n/en_GB.po b/addons/web/i18n/en_GB.po index bd0b3398fd4..c501a89d053 100644 --- a/addons/web/i18n/en_GB.po +++ b/addons/web/i18n/en_GB.po @@ -14,7 +14,7 @@ msgstr "" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-03-24 06:10+0000\n" +"X-Launchpad-Export-Date: 2014-04-01 06:08+0000\n" "X-Generator: Launchpad (build 16967)\n" #. module: web diff --git a/addons/web/i18n/es.po b/addons/web/i18n/es.po index 4c02281544e..007e5d4a0aa 100644 --- a/addons/web/i18n/es.po +++ b/addons/web/i18n/es.po @@ -14,7 +14,7 @@ msgstr "" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-03-24 06:10+0000\n" +"X-Launchpad-Export-Date: 2014-04-01 06:08+0000\n" "X-Generator: Launchpad (build 16967)\n" #. module: web diff --git a/addons/web/i18n/es_CL.po b/addons/web/i18n/es_CL.po index c64879982dc..629a8471cb9 100644 --- a/addons/web/i18n/es_CL.po +++ b/addons/web/i18n/es_CL.po @@ -14,7 +14,7 @@ msgstr "" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-03-24 06:10+0000\n" +"X-Launchpad-Export-Date: 2014-04-01 06:08+0000\n" "X-Generator: Launchpad (build 16967)\n" #. module: web diff --git a/addons/web/i18n/es_CR.po b/addons/web/i18n/es_CR.po index 53d4bfac330..b36c5ac297a 100644 --- a/addons/web/i18n/es_CR.po +++ b/addons/web/i18n/es_CR.po @@ -14,7 +14,7 @@ msgstr "" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-03-24 06:11+0000\n" +"X-Launchpad-Export-Date: 2014-04-01 06:08+0000\n" "X-Generator: Launchpad (build 16967)\n" "Language: es\n" diff --git a/addons/web/i18n/es_DO.po b/addons/web/i18n/es_DO.po index 41a5ebdea78..63c8f8016fa 100644 --- a/addons/web/i18n/es_DO.po +++ b/addons/web/i18n/es_DO.po @@ -14,7 +14,7 @@ msgstr "" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-03-24 06:10+0000\n" +"X-Launchpad-Export-Date: 2014-04-01 06:08+0000\n" "X-Generator: Launchpad (build 16967)\n" #. module: web diff --git a/addons/web/i18n/es_EC.po b/addons/web/i18n/es_EC.po index 0f0034fa0ad..e67b8a8fabc 100644 --- a/addons/web/i18n/es_EC.po +++ b/addons/web/i18n/es_EC.po @@ -14,7 +14,7 @@ msgstr "" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-03-24 06:11+0000\n" +"X-Launchpad-Export-Date: 2014-04-01 06:09+0000\n" "X-Generator: Launchpad (build 16967)\n" #. module: web diff --git a/addons/web/i18n/es_MX.po b/addons/web/i18n/es_MX.po index 2437e467ff4..687127766c6 100644 --- a/addons/web/i18n/es_MX.po +++ b/addons/web/i18n/es_MX.po @@ -14,7 +14,7 @@ msgstr "" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-03-24 06:11+0000\n" +"X-Launchpad-Export-Date: 2014-04-01 06:09+0000\n" "X-Generator: Launchpad (build 16967)\n" #. module: web diff --git a/addons/web/i18n/es_PE.po b/addons/web/i18n/es_PE.po index 7f2c94bc45b..eb800a4325d 100644 --- a/addons/web/i18n/es_PE.po +++ b/addons/web/i18n/es_PE.po @@ -14,7 +14,7 @@ msgstr "" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-03-24 06:11+0000\n" +"X-Launchpad-Export-Date: 2014-04-01 06:09+0000\n" "X-Generator: Launchpad (build 16967)\n" #. module: web diff --git a/addons/web/i18n/et.po b/addons/web/i18n/et.po index 22c95f85d36..4ea1790dea8 100644 --- a/addons/web/i18n/et.po +++ b/addons/web/i18n/et.po @@ -14,7 +14,7 @@ msgstr "" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-03-24 06:08+0000\n" +"X-Launchpad-Export-Date: 2014-04-01 06:07+0000\n" "X-Generator: Launchpad (build 16967)\n" #. module: web diff --git a/addons/web/i18n/eu.po b/addons/web/i18n/eu.po index 146e189f42e..2669aa49232 100644 --- a/addons/web/i18n/eu.po +++ b/addons/web/i18n/eu.po @@ -14,7 +14,7 @@ msgstr "" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-03-24 06:08+0000\n" +"X-Launchpad-Export-Date: 2014-04-01 06:06+0000\n" "X-Generator: Launchpad (build 16967)\n" #. module: web diff --git a/addons/web/i18n/fa.po b/addons/web/i18n/fa.po index a0881fccb62..cb38ee33a87 100644 --- a/addons/web/i18n/fa.po +++ b/addons/web/i18n/fa.po @@ -14,7 +14,7 @@ msgstr "" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-03-24 06:09+0000\n" +"X-Launchpad-Export-Date: 2014-04-01 06:07+0000\n" "X-Generator: Launchpad (build 16967)\n" #. module: web diff --git a/addons/web/i18n/fi.po b/addons/web/i18n/fi.po index c8c03c42b83..a204fbd5123 100644 --- a/addons/web/i18n/fi.po +++ b/addons/web/i18n/fi.po @@ -14,7 +14,7 @@ msgstr "" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-03-24 06:08+0000\n" +"X-Launchpad-Export-Date: 2014-04-01 06:07+0000\n" "X-Generator: Launchpad (build 16967)\n" #. module: web diff --git a/addons/web/i18n/fr.po b/addons/web/i18n/fr.po index 63e1d7641b7..4931b2b8d98 100644 --- a/addons/web/i18n/fr.po +++ b/addons/web/i18n/fr.po @@ -14,7 +14,7 @@ msgstr "" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-03-24 06:08+0000\n" +"X-Launchpad-Export-Date: 2014-04-01 06:07+0000\n" "X-Generator: Launchpad (build 16967)\n" #. module: web diff --git a/addons/web/i18n/fr_CA.po b/addons/web/i18n/fr_CA.po index 8db5cbc378f..4404d67ca83 100644 --- a/addons/web/i18n/fr_CA.po +++ b/addons/web/i18n/fr_CA.po @@ -14,7 +14,7 @@ msgstr "" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-03-24 06:10+0000\n" +"X-Launchpad-Export-Date: 2014-04-01 06:08+0000\n" "X-Generator: Launchpad (build 16967)\n" #. module: web diff --git a/addons/web/i18n/gl.po b/addons/web/i18n/gl.po index 429ed7d8410..6e5575e6e11 100644 --- a/addons/web/i18n/gl.po +++ b/addons/web/i18n/gl.po @@ -14,7 +14,7 @@ msgstr "" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-03-24 06:08+0000\n" +"X-Launchpad-Export-Date: 2014-04-01 06:07+0000\n" "X-Generator: Launchpad (build 16967)\n" #. module: web diff --git a/addons/web/i18n/gu.po b/addons/web/i18n/gu.po index 54316a9182b..a35db11020e 100644 --- a/addons/web/i18n/gu.po +++ b/addons/web/i18n/gu.po @@ -14,7 +14,7 @@ msgstr "" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-03-24 06:08+0000\n" +"X-Launchpad-Export-Date: 2014-04-01 06:07+0000\n" "X-Generator: Launchpad (build 16967)\n" #. module: web diff --git a/addons/web/i18n/he.po b/addons/web/i18n/he.po index 48773ec1299..20543b55edb 100644 --- a/addons/web/i18n/he.po +++ b/addons/web/i18n/he.po @@ -14,7 +14,7 @@ msgstr "" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-03-24 06:08+0000\n" +"X-Launchpad-Export-Date: 2014-04-01 06:07+0000\n" "X-Generator: Launchpad (build 16967)\n" #. module: web diff --git a/addons/web/i18n/hi.po b/addons/web/i18n/hi.po index 212c50f7c53..b3e01ff20de 100644 --- a/addons/web/i18n/hi.po +++ b/addons/web/i18n/hi.po @@ -14,7 +14,7 @@ msgstr "" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-03-24 06:09+0000\n" +"X-Launchpad-Export-Date: 2014-04-01 06:07+0000\n" "X-Generator: Launchpad (build 16967)\n" #. module: web diff --git a/addons/web/i18n/hr.po b/addons/web/i18n/hr.po index c9f970acf8e..37290aae865 100644 --- a/addons/web/i18n/hr.po +++ b/addons/web/i18n/hr.po @@ -14,7 +14,7 @@ msgstr "" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-03-24 06:10+0000\n" +"X-Launchpad-Export-Date: 2014-04-01 06:08+0000\n" "X-Generator: Launchpad (build 16967)\n" #. module: web diff --git a/addons/web/i18n/hu.po b/addons/web/i18n/hu.po index c0fcb1f3238..8742722d942 100644 --- a/addons/web/i18n/hu.po +++ b/addons/web/i18n/hu.po @@ -14,7 +14,7 @@ msgstr "" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-03-24 06:09+0000\n" +"X-Launchpad-Export-Date: 2014-04-01 06:07+0000\n" "X-Generator: Launchpad (build 16967)\n" #. module: web diff --git a/addons/web/i18n/id.po b/addons/web/i18n/id.po index e60a0546190..02004635c53 100644 --- a/addons/web/i18n/id.po +++ b/addons/web/i18n/id.po @@ -14,7 +14,7 @@ msgstr "" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-03-24 06:09+0000\n" +"X-Launchpad-Export-Date: 2014-04-01 06:07+0000\n" "X-Generator: Launchpad (build 16967)\n" #. module: web diff --git a/addons/web/i18n/it.po b/addons/web/i18n/it.po index b73f9f24fc5..b434c89622f 100644 --- a/addons/web/i18n/it.po +++ b/addons/web/i18n/it.po @@ -14,7 +14,7 @@ msgstr "" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-03-24 06:09+0000\n" +"X-Launchpad-Export-Date: 2014-04-01 06:07+0000\n" "X-Generator: Launchpad (build 16967)\n" #. module: web diff --git a/addons/web/i18n/ja.po b/addons/web/i18n/ja.po index 5805f935695..a511b55d48d 100644 --- a/addons/web/i18n/ja.po +++ b/addons/web/i18n/ja.po @@ -14,7 +14,7 @@ msgstr "" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-03-24 06:09+0000\n" +"X-Launchpad-Export-Date: 2014-04-01 06:07+0000\n" "X-Generator: Launchpad (build 16967)\n" #. module: web diff --git a/addons/web/i18n/ka.po b/addons/web/i18n/ka.po index fc232fb2dd0..6dd7bc6944a 100644 --- a/addons/web/i18n/ka.po +++ b/addons/web/i18n/ka.po @@ -14,7 +14,7 @@ msgstr "" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-03-24 06:08+0000\n" +"X-Launchpad-Export-Date: 2014-04-01 06:07+0000\n" "X-Generator: Launchpad (build 16967)\n" #. module: web diff --git a/addons/web/i18n/ko.po b/addons/web/i18n/ko.po index da4357fc60b..f57bebe41c9 100644 --- a/addons/web/i18n/ko.po +++ b/addons/web/i18n/ko.po @@ -14,7 +14,7 @@ msgstr "" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-03-24 06:09+0000\n" +"X-Launchpad-Export-Date: 2014-04-01 06:07+0000\n" "X-Generator: Launchpad (build 16967)\n" #. module: web diff --git a/addons/web/i18n/lo.po b/addons/web/i18n/lo.po index eda66545fa6..846531700ce 100644 --- a/addons/web/i18n/lo.po +++ b/addons/web/i18n/lo.po @@ -14,7 +14,7 @@ msgstr "" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-03-24 06:09+0000\n" +"X-Launchpad-Export-Date: 2014-04-01 06:07+0000\n" "X-Generator: Launchpad (build 16967)\n" #. module: web diff --git a/addons/web/i18n/lt.po b/addons/web/i18n/lt.po index e2a842ef239..6c01b2b2419 100644 --- a/addons/web/i18n/lt.po +++ b/addons/web/i18n/lt.po @@ -14,7 +14,7 @@ msgstr "" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-03-24 06:09+0000\n" +"X-Launchpad-Export-Date: 2014-04-01 06:07+0000\n" "X-Generator: Launchpad (build 16967)\n" #. module: web diff --git a/addons/web/i18n/lv.po b/addons/web/i18n/lv.po index fde422c8c73..8110776c2b1 100644 --- a/addons/web/i18n/lv.po +++ b/addons/web/i18n/lv.po @@ -14,7 +14,7 @@ msgstr "" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-03-24 06:09+0000\n" +"X-Launchpad-Export-Date: 2014-04-01 06:07+0000\n" "X-Generator: Launchpad (build 16967)\n" #. module: web diff --git a/addons/web/i18n/mk.po b/addons/web/i18n/mk.po index fb202b527c7..62931213284 100644 --- a/addons/web/i18n/mk.po +++ b/addons/web/i18n/mk.po @@ -14,7 +14,7 @@ msgstr "" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-03-24 06:09+0000\n" +"X-Launchpad-Export-Date: 2014-04-01 06:07+0000\n" "X-Generator: Launchpad (build 16967)\n" #. module: web diff --git a/addons/web/i18n/mn.po b/addons/web/i18n/mn.po index a3faf28c9ef..f174e802b48 100644 --- a/addons/web/i18n/mn.po +++ b/addons/web/i18n/mn.po @@ -14,7 +14,7 @@ msgstr "" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-03-24 06:09+0000\n" +"X-Launchpad-Export-Date: 2014-04-01 06:07+0000\n" "X-Generator: Launchpad (build 16967)\n" #. module: web @@ -2334,7 +2334,7 @@ msgstr "'%s' нь хөрвүүлэх боломжгүй огноо, огнооц #: code:addons/web/static/src/xml/base.xml:325 #, python-format msgid "Duplicate" -msgstr "Хувилах" +msgstr "Хуулбарлан үүсгэх" #. module: web #. openerp-web diff --git a/addons/web/i18n/nb.po b/addons/web/i18n/nb.po index 9cfbd2abb39..6fb11986ced 100644 --- a/addons/web/i18n/nb.po +++ b/addons/web/i18n/nb.po @@ -14,7 +14,7 @@ msgstr "" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-03-24 06:09+0000\n" +"X-Launchpad-Export-Date: 2014-04-01 06:07+0000\n" "X-Generator: Launchpad (build 16967)\n" #. module: web diff --git a/addons/web/i18n/nl.po b/addons/web/i18n/nl.po index df579aae021..097da74a70b 100644 --- a/addons/web/i18n/nl.po +++ b/addons/web/i18n/nl.po @@ -14,7 +14,7 @@ msgstr "" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-03-24 06:08+0000\n" +"X-Launchpad-Export-Date: 2014-04-01 06:07+0000\n" "X-Generator: Launchpad (build 16967)\n" #. module: web diff --git a/addons/web/i18n/nl_BE.po b/addons/web/i18n/nl_BE.po index 1e4825c91cf..8c1b69be4a5 100644 --- a/addons/web/i18n/nl_BE.po +++ b/addons/web/i18n/nl_BE.po @@ -14,7 +14,7 @@ msgstr "" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-03-24 06:10+0000\n" +"X-Launchpad-Export-Date: 2014-04-01 06:08+0000\n" "X-Generator: Launchpad (build 16967)\n" #. module: web diff --git a/addons/web/i18n/pl.po b/addons/web/i18n/pl.po index e46855162b3..91944a71228 100644 --- a/addons/web/i18n/pl.po +++ b/addons/web/i18n/pl.po @@ -14,7 +14,7 @@ msgstr "" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-03-24 06:09+0000\n" +"X-Launchpad-Export-Date: 2014-04-01 06:08+0000\n" "X-Generator: Launchpad (build 16967)\n" #. module: web diff --git a/addons/web/i18n/pt.po b/addons/web/i18n/pt.po index e37c4848313..7f297795c26 100644 --- a/addons/web/i18n/pt.po +++ b/addons/web/i18n/pt.po @@ -14,7 +14,7 @@ msgstr "" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-03-24 06:09+0000\n" +"X-Launchpad-Export-Date: 2014-04-01 06:08+0000\n" "X-Generator: Launchpad (build 16967)\n" #. module: web diff --git a/addons/web/i18n/pt_BR.po b/addons/web/i18n/pt_BR.po index 212785b4165..c8d7b8529df 100644 --- a/addons/web/i18n/pt_BR.po +++ b/addons/web/i18n/pt_BR.po @@ -15,7 +15,7 @@ msgstr "" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-03-24 06:10+0000\n" +"X-Launchpad-Export-Date: 2014-04-01 06:08+0000\n" "X-Generator: Launchpad (build 16967)\n" #. module: web diff --git a/addons/web/i18n/ro.po b/addons/web/i18n/ro.po index f056d09a3e3..4fc6cdc68e1 100644 --- a/addons/web/i18n/ro.po +++ b/addons/web/i18n/ro.po @@ -14,7 +14,7 @@ msgstr "" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-03-24 06:09+0000\n" +"X-Launchpad-Export-Date: 2014-04-01 06:08+0000\n" "X-Generator: Launchpad (build 16967)\n" #. module: web diff --git a/addons/web/i18n/ru.po b/addons/web/i18n/ru.po index 237acd3e0f6..36a5ed7405e 100644 --- a/addons/web/i18n/ru.po +++ b/addons/web/i18n/ru.po @@ -14,7 +14,7 @@ msgstr "" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-03-24 06:09+0000\n" +"X-Launchpad-Export-Date: 2014-04-01 06:08+0000\n" "X-Generator: Launchpad (build 16967)\n" #. module: web diff --git a/addons/web/i18n/sk.po b/addons/web/i18n/sk.po index d909efec36c..6f099967ac8 100644 --- a/addons/web/i18n/sk.po +++ b/addons/web/i18n/sk.po @@ -14,7 +14,7 @@ msgstr "" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-03-24 06:10+0000\n" +"X-Launchpad-Export-Date: 2014-04-01 06:08+0000\n" "X-Generator: Launchpad (build 16967)\n" #. module: web diff --git a/addons/web/i18n/sl.po b/addons/web/i18n/sl.po index a88bbf7daf1..06dfea9c0d6 100644 --- a/addons/web/i18n/sl.po +++ b/addons/web/i18n/sl.po @@ -14,7 +14,7 @@ msgstr "" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-03-24 06:10+0000\n" +"X-Launchpad-Export-Date: 2014-04-01 06:08+0000\n" "X-Generator: Launchpad (build 16967)\n" #. module: web diff --git a/addons/web/i18n/sq.po b/addons/web/i18n/sq.po index 3d6fda95236..779a6da4f83 100644 --- a/addons/web/i18n/sq.po +++ b/addons/web/i18n/sq.po @@ -14,7 +14,7 @@ msgstr "" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-03-24 06:07+0000\n" +"X-Launchpad-Export-Date: 2014-04-01 06:06+0000\n" "X-Generator: Launchpad (build 16967)\n" #. module: web diff --git a/addons/web/i18n/sr@latin.po b/addons/web/i18n/sr@latin.po index 5b34291ded2..9e13eea02e6 100644 --- a/addons/web/i18n/sr@latin.po +++ b/addons/web/i18n/sr@latin.po @@ -14,7 +14,7 @@ msgstr "" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-03-24 06:11+0000\n" +"X-Launchpad-Export-Date: 2014-04-01 06:09+0000\n" "X-Generator: Launchpad (build 16967)\n" #. module: web diff --git a/addons/web/i18n/sv.po b/addons/web/i18n/sv.po index 6ff6fae0ecb..a1db4aa24d3 100644 --- a/addons/web/i18n/sv.po +++ b/addons/web/i18n/sv.po @@ -14,7 +14,7 @@ msgstr "" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-03-24 06:10+0000\n" +"X-Launchpad-Export-Date: 2014-04-01 06:08+0000\n" "X-Generator: Launchpad (build 16967)\n" #. module: web diff --git a/addons/web/i18n/th.po b/addons/web/i18n/th.po index 2dd297df24b..760deabbc6f 100644 --- a/addons/web/i18n/th.po +++ b/addons/web/i18n/th.po @@ -14,7 +14,7 @@ msgstr "" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-03-24 06:10+0000\n" +"X-Launchpad-Export-Date: 2014-04-01 06:08+0000\n" "X-Generator: Launchpad (build 16967)\n" #. module: web diff --git a/addons/web/i18n/tr.po b/addons/web/i18n/tr.po index 769ee2bf353..268fba0b4e3 100644 --- a/addons/web/i18n/tr.po +++ b/addons/web/i18n/tr.po @@ -14,7 +14,7 @@ msgstr "" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-03-24 06:10+0000\n" +"X-Launchpad-Export-Date: 2014-04-01 06:08+0000\n" "X-Generator: Launchpad (build 16967)\n" #. module: web diff --git a/addons/web/i18n/uk.po b/addons/web/i18n/uk.po index 4fd02130ca9..6cf0c338d64 100644 --- a/addons/web/i18n/uk.po +++ b/addons/web/i18n/uk.po @@ -14,7 +14,7 @@ msgstr "" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-03-24 06:10+0000\n" +"X-Launchpad-Export-Date: 2014-04-01 06:08+0000\n" "X-Generator: Launchpad (build 16967)\n" #. module: web diff --git a/addons/web/i18n/vi.po b/addons/web/i18n/vi.po index bca4db09747..9bf365fad54 100644 --- a/addons/web/i18n/vi.po +++ b/addons/web/i18n/vi.po @@ -14,7 +14,7 @@ msgstr "" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-03-24 06:10+0000\n" +"X-Launchpad-Export-Date: 2014-04-01 06:08+0000\n" "X-Generator: Launchpad (build 16967)\n" #. module: web diff --git a/addons/web/i18n/zh_CN.po b/addons/web/i18n/zh_CN.po index 7e884a20c60..cea73c2cfbe 100644 --- a/addons/web/i18n/zh_CN.po +++ b/addons/web/i18n/zh_CN.po @@ -14,7 +14,7 @@ msgstr "" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-03-24 06:11+0000\n" +"X-Launchpad-Export-Date: 2014-04-01 06:08+0000\n" "X-Generator: Launchpad (build 16967)\n" #. module: web diff --git a/addons/web/i18n/zh_TW.po b/addons/web/i18n/zh_TW.po index 2b68332b537..7de6b0f0af6 100644 --- a/addons/web/i18n/zh_TW.po +++ b/addons/web/i18n/zh_TW.po @@ -14,7 +14,7 @@ msgstr "" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-03-24 06:11+0000\n" +"X-Launchpad-Export-Date: 2014-04-01 06:08+0000\n" "X-Generator: Launchpad (build 16967)\n" #. module: web diff --git a/addons/web_calendar/i18n/ar.po b/addons/web_calendar/i18n/ar.po index 2a1126241c4..444302c28e3 100644 --- a/addons/web_calendar/i18n/ar.po +++ b/addons/web_calendar/i18n/ar.po @@ -14,7 +14,7 @@ msgstr "" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-03-24 06:11+0000\n" +"X-Launchpad-Export-Date: 2014-04-01 06:09+0000\n" "X-Generator: Launchpad (build 16967)\n" #. module: web_calendar diff --git a/addons/web_calendar/i18n/bg.po b/addons/web_calendar/i18n/bg.po index 7f674160b96..be0b0fb963a 100644 --- a/addons/web_calendar/i18n/bg.po +++ b/addons/web_calendar/i18n/bg.po @@ -14,7 +14,7 @@ msgstr "" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-03-24 06:11+0000\n" +"X-Launchpad-Export-Date: 2014-04-01 06:09+0000\n" "X-Generator: Launchpad (build 16967)\n" #. module: web_calendar diff --git a/addons/web_calendar/i18n/bn.po b/addons/web_calendar/i18n/bn.po index 1b0ac8c5915..f244d5c5ed3 100644 --- a/addons/web_calendar/i18n/bn.po +++ b/addons/web_calendar/i18n/bn.po @@ -14,7 +14,7 @@ msgstr "" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-03-24 06:11+0000\n" +"X-Launchpad-Export-Date: 2014-04-01 06:09+0000\n" "X-Generator: Launchpad (build 16967)\n" #. module: web_calendar diff --git a/addons/web_calendar/i18n/bs.po b/addons/web_calendar/i18n/bs.po index 8b56d58c08d..1e4ec693881 100644 --- a/addons/web_calendar/i18n/bs.po +++ b/addons/web_calendar/i18n/bs.po @@ -14,7 +14,7 @@ msgstr "" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-03-24 06:11+0000\n" +"X-Launchpad-Export-Date: 2014-04-01 06:09+0000\n" "X-Generator: Launchpad (build 16967)\n" #. module: web_calendar diff --git a/addons/web_calendar/i18n/ca.po b/addons/web_calendar/i18n/ca.po index f63046045fe..22b357ac29f 100644 --- a/addons/web_calendar/i18n/ca.po +++ b/addons/web_calendar/i18n/ca.po @@ -14,7 +14,7 @@ msgstr "" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-03-24 06:11+0000\n" +"X-Launchpad-Export-Date: 2014-04-01 06:09+0000\n" "X-Generator: Launchpad (build 16967)\n" #. module: web_calendar diff --git a/addons/web_calendar/i18n/cs.po b/addons/web_calendar/i18n/cs.po index 94e20cfe0b0..2e356e147c7 100644 --- a/addons/web_calendar/i18n/cs.po +++ b/addons/web_calendar/i18n/cs.po @@ -14,7 +14,7 @@ msgstr "" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-03-24 06:11+0000\n" +"X-Launchpad-Export-Date: 2014-04-01 06:09+0000\n" "X-Generator: Launchpad (build 16967)\n" "X-Poedit-Language: Czech\n" diff --git a/addons/web_calendar/i18n/da.po b/addons/web_calendar/i18n/da.po index 71022d574f5..f126de09a10 100644 --- a/addons/web_calendar/i18n/da.po +++ b/addons/web_calendar/i18n/da.po @@ -14,7 +14,7 @@ msgstr "" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-03-24 06:11+0000\n" +"X-Launchpad-Export-Date: 2014-04-01 06:09+0000\n" "X-Generator: Launchpad (build 16967)\n" #. module: web_calendar diff --git a/addons/web_calendar/i18n/de.po b/addons/web_calendar/i18n/de.po index 0521f713f55..5db297056cb 100644 --- a/addons/web_calendar/i18n/de.po +++ b/addons/web_calendar/i18n/de.po @@ -14,7 +14,7 @@ msgstr "" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-03-24 06:11+0000\n" +"X-Launchpad-Export-Date: 2014-04-01 06:09+0000\n" "X-Generator: Launchpad (build 16967)\n" #. module: web_calendar diff --git a/addons/web_calendar/i18n/en_AU.po b/addons/web_calendar/i18n/en_AU.po index beb223d1df0..34330e1137d 100644 --- a/addons/web_calendar/i18n/en_AU.po +++ b/addons/web_calendar/i18n/en_AU.po @@ -14,7 +14,7 @@ msgstr "" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-03-24 06:11+0000\n" +"X-Launchpad-Export-Date: 2014-04-01 06:09+0000\n" "X-Generator: Launchpad (build 16967)\n" #. module: web_calendar diff --git a/addons/web_calendar/i18n/en_GB.po b/addons/web_calendar/i18n/en_GB.po index f63d8ed3671..d614872ef40 100644 --- a/addons/web_calendar/i18n/en_GB.po +++ b/addons/web_calendar/i18n/en_GB.po @@ -14,7 +14,7 @@ msgstr "" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-03-24 06:11+0000\n" +"X-Launchpad-Export-Date: 2014-04-01 06:09+0000\n" "X-Generator: Launchpad (build 16967)\n" #. module: web_calendar diff --git a/addons/web_calendar/i18n/es.po b/addons/web_calendar/i18n/es.po index 96bfe3b711c..ff24c37ce86 100644 --- a/addons/web_calendar/i18n/es.po +++ b/addons/web_calendar/i18n/es.po @@ -14,7 +14,7 @@ msgstr "" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-03-24 06:11+0000\n" +"X-Launchpad-Export-Date: 2014-04-01 06:09+0000\n" "X-Generator: Launchpad (build 16967)\n" #. module: web_calendar diff --git a/addons/web_calendar/i18n/es_CL.po b/addons/web_calendar/i18n/es_CL.po index 5ee2b5ccd03..e6112742371 100644 --- a/addons/web_calendar/i18n/es_CL.po +++ b/addons/web_calendar/i18n/es_CL.po @@ -14,7 +14,7 @@ msgstr "" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-03-24 06:11+0000\n" +"X-Launchpad-Export-Date: 2014-04-01 06:09+0000\n" "X-Generator: Launchpad (build 16967)\n" #. module: web_calendar diff --git a/addons/web_calendar/i18n/es_CR.po b/addons/web_calendar/i18n/es_CR.po index 0dbd0fac0bd..0009bb82fbd 100644 --- a/addons/web_calendar/i18n/es_CR.po +++ b/addons/web_calendar/i18n/es_CR.po @@ -15,7 +15,7 @@ msgstr "" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-03-24 06:11+0000\n" +"X-Launchpad-Export-Date: 2014-04-01 06:09+0000\n" "X-Generator: Launchpad (build 16967)\n" "Language: es\n" diff --git a/addons/web_calendar/i18n/es_DO.po b/addons/web_calendar/i18n/es_DO.po index 8c2e7b8c524..36e6450e2fb 100644 --- a/addons/web_calendar/i18n/es_DO.po +++ b/addons/web_calendar/i18n/es_DO.po @@ -14,7 +14,7 @@ msgstr "" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-03-24 06:11+0000\n" +"X-Launchpad-Export-Date: 2014-04-01 06:09+0000\n" "X-Generator: Launchpad (build 16967)\n" #. module: web_calendar diff --git a/addons/web_calendar/i18n/es_EC.po b/addons/web_calendar/i18n/es_EC.po index acdcc3cf9bb..fa7d25f0222 100644 --- a/addons/web_calendar/i18n/es_EC.po +++ b/addons/web_calendar/i18n/es_EC.po @@ -14,7 +14,7 @@ msgstr "" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-03-24 06:11+0000\n" +"X-Launchpad-Export-Date: 2014-04-01 06:09+0000\n" "X-Generator: Launchpad (build 16967)\n" #. module: web_calendar diff --git a/addons/web_calendar/i18n/es_MX.po b/addons/web_calendar/i18n/es_MX.po index 2e86894358d..293a512e0dd 100644 --- a/addons/web_calendar/i18n/es_MX.po +++ b/addons/web_calendar/i18n/es_MX.po @@ -14,7 +14,7 @@ msgstr "" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-03-24 06:11+0000\n" +"X-Launchpad-Export-Date: 2014-04-01 06:09+0000\n" "X-Generator: Launchpad (build 16967)\n" #. module: web_calendar diff --git a/addons/web_calendar/i18n/es_PE.po b/addons/web_calendar/i18n/es_PE.po index 60bf4506a5d..c2eb8b970d8 100644 --- a/addons/web_calendar/i18n/es_PE.po +++ b/addons/web_calendar/i18n/es_PE.po @@ -14,7 +14,7 @@ msgstr "" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-03-24 06:11+0000\n" +"X-Launchpad-Export-Date: 2014-04-01 06:09+0000\n" "X-Generator: Launchpad (build 16967)\n" #. module: web_calendar diff --git a/addons/web_calendar/i18n/et.po b/addons/web_calendar/i18n/et.po index 9d1aa4ad26d..f1a4bdf5699 100644 --- a/addons/web_calendar/i18n/et.po +++ b/addons/web_calendar/i18n/et.po @@ -14,7 +14,7 @@ msgstr "" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-03-24 06:11+0000\n" +"X-Launchpad-Export-Date: 2014-04-01 06:09+0000\n" "X-Generator: Launchpad (build 16967)\n" #. module: web_calendar diff --git a/addons/web_calendar/i18n/eu.po b/addons/web_calendar/i18n/eu.po index 55c6df2c474..f21559cee88 100644 --- a/addons/web_calendar/i18n/eu.po +++ b/addons/web_calendar/i18n/eu.po @@ -14,7 +14,7 @@ msgstr "" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-03-24 06:11+0000\n" +"X-Launchpad-Export-Date: 2014-04-01 06:09+0000\n" "X-Generator: Launchpad (build 16967)\n" #. module: web_calendar diff --git a/addons/web_calendar/i18n/fa.po b/addons/web_calendar/i18n/fa.po index 59372603140..33f96c636df 100644 --- a/addons/web_calendar/i18n/fa.po +++ b/addons/web_calendar/i18n/fa.po @@ -14,7 +14,7 @@ msgstr "" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-03-24 06:11+0000\n" +"X-Launchpad-Export-Date: 2014-04-01 06:09+0000\n" "X-Generator: Launchpad (build 16967)\n" #. module: web_calendar diff --git a/addons/web_calendar/i18n/fi.po b/addons/web_calendar/i18n/fi.po index b3708cc142b..0afbdf92cfd 100644 --- a/addons/web_calendar/i18n/fi.po +++ b/addons/web_calendar/i18n/fi.po @@ -14,7 +14,7 @@ msgstr "" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-03-24 06:11+0000\n" +"X-Launchpad-Export-Date: 2014-04-01 06:09+0000\n" "X-Generator: Launchpad (build 16967)\n" #. module: web_calendar diff --git a/addons/web_calendar/i18n/fr.po b/addons/web_calendar/i18n/fr.po index 3c34351a53f..764cbcc40c2 100644 --- a/addons/web_calendar/i18n/fr.po +++ b/addons/web_calendar/i18n/fr.po @@ -14,7 +14,7 @@ msgstr "" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-03-24 06:11+0000\n" +"X-Launchpad-Export-Date: 2014-04-01 06:09+0000\n" "X-Generator: Launchpad (build 16967)\n" #. module: web_calendar diff --git a/addons/web_calendar/i18n/fr_CA.po b/addons/web_calendar/i18n/fr_CA.po index 78c6e06cd35..55ea380b361 100644 --- a/addons/web_calendar/i18n/fr_CA.po +++ b/addons/web_calendar/i18n/fr_CA.po @@ -14,7 +14,7 @@ msgstr "" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-03-24 06:11+0000\n" +"X-Launchpad-Export-Date: 2014-04-01 06:09+0000\n" "X-Generator: Launchpad (build 16967)\n" #. module: web_calendar diff --git a/addons/web_calendar/i18n/gl.po b/addons/web_calendar/i18n/gl.po index f4a16c6b1ae..08a6628014f 100644 --- a/addons/web_calendar/i18n/gl.po +++ b/addons/web_calendar/i18n/gl.po @@ -14,7 +14,7 @@ msgstr "" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-03-24 06:11+0000\n" +"X-Launchpad-Export-Date: 2014-04-01 06:09+0000\n" "X-Generator: Launchpad (build 16967)\n" #. module: web_calendar diff --git a/addons/web_calendar/i18n/gu.po b/addons/web_calendar/i18n/gu.po index 7c6b2e6c4ed..ff8f7674ea5 100644 --- a/addons/web_calendar/i18n/gu.po +++ b/addons/web_calendar/i18n/gu.po @@ -14,7 +14,7 @@ msgstr "" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-03-24 06:11+0000\n" +"X-Launchpad-Export-Date: 2014-04-01 06:09+0000\n" "X-Generator: Launchpad (build 16967)\n" #. module: web_calendar diff --git a/addons/web_calendar/i18n/hr.po b/addons/web_calendar/i18n/hr.po index 03bfdc5d1bb..1918c5eba36 100644 --- a/addons/web_calendar/i18n/hr.po +++ b/addons/web_calendar/i18n/hr.po @@ -14,7 +14,7 @@ msgstr "" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-03-24 06:11+0000\n" +"X-Launchpad-Export-Date: 2014-04-01 06:09+0000\n" "X-Generator: Launchpad (build 16967)\n" #. module: web_calendar diff --git a/addons/web_calendar/i18n/hu.po b/addons/web_calendar/i18n/hu.po index 610ebd4401d..44d9125003b 100644 --- a/addons/web_calendar/i18n/hu.po +++ b/addons/web_calendar/i18n/hu.po @@ -14,7 +14,7 @@ msgstr "" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-03-24 06:11+0000\n" +"X-Launchpad-Export-Date: 2014-04-01 06:09+0000\n" "X-Generator: Launchpad (build 16967)\n" #. module: web_calendar diff --git a/addons/web_calendar/i18n/id.po b/addons/web_calendar/i18n/id.po index a621a0be619..60522f29926 100644 --- a/addons/web_calendar/i18n/id.po +++ b/addons/web_calendar/i18n/id.po @@ -14,7 +14,7 @@ msgstr "" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-03-24 06:11+0000\n" +"X-Launchpad-Export-Date: 2014-04-01 06:09+0000\n" "X-Generator: Launchpad (build 16967)\n" #. module: web_calendar diff --git a/addons/web_calendar/i18n/it.po b/addons/web_calendar/i18n/it.po index b9bb194165d..de40f418ea1 100644 --- a/addons/web_calendar/i18n/it.po +++ b/addons/web_calendar/i18n/it.po @@ -14,7 +14,7 @@ msgstr "" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-03-24 06:11+0000\n" +"X-Launchpad-Export-Date: 2014-04-01 06:09+0000\n" "X-Generator: Launchpad (build 16967)\n" #. module: web_calendar diff --git a/addons/web_calendar/i18n/ja.po b/addons/web_calendar/i18n/ja.po index 6362a2d86c8..4ea0376b876 100644 --- a/addons/web_calendar/i18n/ja.po +++ b/addons/web_calendar/i18n/ja.po @@ -14,7 +14,7 @@ msgstr "" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-03-24 06:11+0000\n" +"X-Launchpad-Export-Date: 2014-04-01 06:09+0000\n" "X-Generator: Launchpad (build 16967)\n" #. module: web_calendar diff --git a/addons/web_calendar/i18n/ka.po b/addons/web_calendar/i18n/ka.po index 9feadc15e90..3b00dd69657 100644 --- a/addons/web_calendar/i18n/ka.po +++ b/addons/web_calendar/i18n/ka.po @@ -14,7 +14,7 @@ msgstr "" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-03-24 06:11+0000\n" +"X-Launchpad-Export-Date: 2014-04-01 06:09+0000\n" "X-Generator: Launchpad (build 16967)\n" #. module: web_calendar diff --git a/addons/web_calendar/i18n/ko.po b/addons/web_calendar/i18n/ko.po index 897c8edfa93..866733f5a6e 100644 --- a/addons/web_calendar/i18n/ko.po +++ b/addons/web_calendar/i18n/ko.po @@ -14,7 +14,7 @@ msgstr "" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-03-24 06:11+0000\n" +"X-Launchpad-Export-Date: 2014-04-01 06:09+0000\n" "X-Generator: Launchpad (build 16967)\n" #. module: web_calendar diff --git a/addons/web_calendar/i18n/lt.po b/addons/web_calendar/i18n/lt.po index 668bce969e0..941797a9777 100644 --- a/addons/web_calendar/i18n/lt.po +++ b/addons/web_calendar/i18n/lt.po @@ -14,7 +14,7 @@ msgstr "" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-03-24 06:11+0000\n" +"X-Launchpad-Export-Date: 2014-04-01 06:09+0000\n" "X-Generator: Launchpad (build 16967)\n" #. module: web_calendar diff --git a/addons/web_calendar/i18n/mk.po b/addons/web_calendar/i18n/mk.po index cf8ba130090..b0215f045fc 100644 --- a/addons/web_calendar/i18n/mk.po +++ b/addons/web_calendar/i18n/mk.po @@ -14,7 +14,7 @@ msgstr "" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-03-24 06:11+0000\n" +"X-Launchpad-Export-Date: 2014-04-01 06:09+0000\n" "X-Generator: Launchpad (build 16967)\n" #. module: web_calendar diff --git a/addons/web_calendar/i18n/mn.po b/addons/web_calendar/i18n/mn.po index 647b54fcaf7..da091261e62 100644 --- a/addons/web_calendar/i18n/mn.po +++ b/addons/web_calendar/i18n/mn.po @@ -14,7 +14,7 @@ msgstr "" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-03-24 06:11+0000\n" +"X-Launchpad-Export-Date: 2014-04-01 06:09+0000\n" "X-Generator: Launchpad (build 16967)\n" #. module: web_calendar diff --git a/addons/web_calendar/i18n/nb.po b/addons/web_calendar/i18n/nb.po index 574ee6efd0c..93a5ac948c2 100644 --- a/addons/web_calendar/i18n/nb.po +++ b/addons/web_calendar/i18n/nb.po @@ -14,7 +14,7 @@ msgstr "" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-03-24 06:11+0000\n" +"X-Launchpad-Export-Date: 2014-04-01 06:09+0000\n" "X-Generator: Launchpad (build 16967)\n" #. module: web_calendar diff --git a/addons/web_calendar/i18n/nl.po b/addons/web_calendar/i18n/nl.po index ad12dcdb556..4061bd26bce 100644 --- a/addons/web_calendar/i18n/nl.po +++ b/addons/web_calendar/i18n/nl.po @@ -14,7 +14,7 @@ msgstr "" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-03-24 06:11+0000\n" +"X-Launchpad-Export-Date: 2014-04-01 06:09+0000\n" "X-Generator: Launchpad (build 16967)\n" #. module: web_calendar diff --git a/addons/web_calendar/i18n/nl_BE.po b/addons/web_calendar/i18n/nl_BE.po index cf19c101110..651c60f7eed 100644 --- a/addons/web_calendar/i18n/nl_BE.po +++ b/addons/web_calendar/i18n/nl_BE.po @@ -14,7 +14,7 @@ msgstr "" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-03-24 06:11+0000\n" +"X-Launchpad-Export-Date: 2014-04-01 06:09+0000\n" "X-Generator: Launchpad (build 16967)\n" #. module: web_calendar diff --git a/addons/web_calendar/i18n/pl.po b/addons/web_calendar/i18n/pl.po index 7c45861b1d0..047d633b353 100644 --- a/addons/web_calendar/i18n/pl.po +++ b/addons/web_calendar/i18n/pl.po @@ -14,7 +14,7 @@ msgstr "" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-03-24 06:11+0000\n" +"X-Launchpad-Export-Date: 2014-04-01 06:09+0000\n" "X-Generator: Launchpad (build 16967)\n" #. module: web_calendar diff --git a/addons/web_calendar/i18n/pt.po b/addons/web_calendar/i18n/pt.po index 2c16e43be41..05ae849b580 100644 --- a/addons/web_calendar/i18n/pt.po +++ b/addons/web_calendar/i18n/pt.po @@ -14,7 +14,7 @@ msgstr "" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-03-24 06:11+0000\n" +"X-Launchpad-Export-Date: 2014-04-01 06:09+0000\n" "X-Generator: Launchpad (build 16967)\n" #. module: web_calendar diff --git a/addons/web_calendar/i18n/pt_BR.po b/addons/web_calendar/i18n/pt_BR.po index 4176491c244..7656e2ff030 100644 --- a/addons/web_calendar/i18n/pt_BR.po +++ b/addons/web_calendar/i18n/pt_BR.po @@ -14,7 +14,7 @@ msgstr "" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-03-24 06:11+0000\n" +"X-Launchpad-Export-Date: 2014-04-01 06:09+0000\n" "X-Generator: Launchpad (build 16967)\n" #. module: web_calendar diff --git a/addons/web_calendar/i18n/ro.po b/addons/web_calendar/i18n/ro.po index 2f9abee4a2d..86e0f8ecce6 100644 --- a/addons/web_calendar/i18n/ro.po +++ b/addons/web_calendar/i18n/ro.po @@ -14,7 +14,7 @@ msgstr "" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-03-24 06:11+0000\n" +"X-Launchpad-Export-Date: 2014-04-01 06:09+0000\n" "X-Generator: Launchpad (build 16967)\n" #. module: web_calendar diff --git a/addons/web_calendar/i18n/ru.po b/addons/web_calendar/i18n/ru.po index 09b5a802e9f..fcbbc8b0ee8 100644 --- a/addons/web_calendar/i18n/ru.po +++ b/addons/web_calendar/i18n/ru.po @@ -14,7 +14,7 @@ msgstr "" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-03-24 06:11+0000\n" +"X-Launchpad-Export-Date: 2014-04-01 06:09+0000\n" "X-Generator: Launchpad (build 16967)\n" #. module: web_calendar diff --git a/addons/web_calendar/i18n/sk.po b/addons/web_calendar/i18n/sk.po index f515131bc1a..8ba2f3a516f 100644 --- a/addons/web_calendar/i18n/sk.po +++ b/addons/web_calendar/i18n/sk.po @@ -14,7 +14,7 @@ msgstr "" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-03-24 06:11+0000\n" +"X-Launchpad-Export-Date: 2014-04-01 06:09+0000\n" "X-Generator: Launchpad (build 16967)\n" #. module: web_calendar diff --git a/addons/web_calendar/i18n/sl.po b/addons/web_calendar/i18n/sl.po index 3c2c215a775..2534fb2cdac 100644 --- a/addons/web_calendar/i18n/sl.po +++ b/addons/web_calendar/i18n/sl.po @@ -14,7 +14,7 @@ msgstr "" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-03-24 06:11+0000\n" +"X-Launchpad-Export-Date: 2014-04-01 06:09+0000\n" "X-Generator: Launchpad (build 16967)\n" #. module: web_calendar diff --git a/addons/web_calendar/i18n/sq.po b/addons/web_calendar/i18n/sq.po index 8926978c2b0..414a2d6b931 100644 --- a/addons/web_calendar/i18n/sq.po +++ b/addons/web_calendar/i18n/sq.po @@ -14,7 +14,7 @@ msgstr "" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-03-24 06:11+0000\n" +"X-Launchpad-Export-Date: 2014-04-01 06:09+0000\n" "X-Generator: Launchpad (build 16967)\n" #. module: web_calendar diff --git a/addons/web_calendar/i18n/sr@latin.po b/addons/web_calendar/i18n/sr@latin.po index 2e572ac7397..0807b96380b 100644 --- a/addons/web_calendar/i18n/sr@latin.po +++ b/addons/web_calendar/i18n/sr@latin.po @@ -14,7 +14,7 @@ msgstr "" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-03-24 06:11+0000\n" +"X-Launchpad-Export-Date: 2014-04-01 06:09+0000\n" "X-Generator: Launchpad (build 16967)\n" #. module: web_calendar diff --git a/addons/web_calendar/i18n/sv.po b/addons/web_calendar/i18n/sv.po index d25574bffcc..0122415610d 100644 --- a/addons/web_calendar/i18n/sv.po +++ b/addons/web_calendar/i18n/sv.po @@ -14,7 +14,7 @@ msgstr "" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-03-24 06:11+0000\n" +"X-Launchpad-Export-Date: 2014-04-01 06:09+0000\n" "X-Generator: Launchpad (build 16967)\n" #. module: web_calendar diff --git a/addons/web_calendar/i18n/th.po b/addons/web_calendar/i18n/th.po index 0046ce5d971..964838d89a0 100644 --- a/addons/web_calendar/i18n/th.po +++ b/addons/web_calendar/i18n/th.po @@ -14,7 +14,7 @@ msgstr "" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-03-24 06:11+0000\n" +"X-Launchpad-Export-Date: 2014-04-01 06:09+0000\n" "X-Generator: Launchpad (build 16967)\n" #. module: web_calendar diff --git a/addons/web_calendar/i18n/tr.po b/addons/web_calendar/i18n/tr.po index 15b7b4ae636..a239dc0021e 100644 --- a/addons/web_calendar/i18n/tr.po +++ b/addons/web_calendar/i18n/tr.po @@ -14,7 +14,7 @@ msgstr "" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-03-24 06:11+0000\n" +"X-Launchpad-Export-Date: 2014-04-01 06:09+0000\n" "X-Generator: Launchpad (build 16967)\n" #. module: web_calendar diff --git a/addons/web_calendar/i18n/uk.po b/addons/web_calendar/i18n/uk.po index b34c7b0a6e6..03038e53f6c 100644 --- a/addons/web_calendar/i18n/uk.po +++ b/addons/web_calendar/i18n/uk.po @@ -14,7 +14,7 @@ msgstr "" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-03-24 06:11+0000\n" +"X-Launchpad-Export-Date: 2014-04-01 06:09+0000\n" "X-Generator: Launchpad (build 16967)\n" #. module: web_calendar diff --git a/addons/web_calendar/i18n/zh_CN.po b/addons/web_calendar/i18n/zh_CN.po index e2c4e6b98e1..2b08088d07c 100644 --- a/addons/web_calendar/i18n/zh_CN.po +++ b/addons/web_calendar/i18n/zh_CN.po @@ -14,7 +14,7 @@ msgstr "" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-03-24 06:11+0000\n" +"X-Launchpad-Export-Date: 2014-04-01 06:09+0000\n" "X-Generator: Launchpad (build 16967)\n" #. module: web_calendar diff --git a/addons/web_calendar/i18n/zh_TW.po b/addons/web_calendar/i18n/zh_TW.po index 59d50162de0..3822d1f2f99 100644 --- a/addons/web_calendar/i18n/zh_TW.po +++ b/addons/web_calendar/i18n/zh_TW.po @@ -14,7 +14,7 @@ msgstr "" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-03-24 06:11+0000\n" +"X-Launchpad-Export-Date: 2014-04-01 06:09+0000\n" "X-Generator: Launchpad (build 16967)\n" #. module: web_calendar diff --git a/addons/web_diagram/i18n/ar.po b/addons/web_diagram/i18n/ar.po index 66504dbaef7..b9323ef8a02 100644 --- a/addons/web_diagram/i18n/ar.po +++ b/addons/web_diagram/i18n/ar.po @@ -14,7 +14,7 @@ msgstr "" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-03-24 06:11+0000\n" +"X-Launchpad-Export-Date: 2014-04-01 06:09+0000\n" "X-Generator: Launchpad (build 16967)\n" #. module: web_diagram diff --git a/addons/web_diagram/i18n/bg.po b/addons/web_diagram/i18n/bg.po index 68c0c881521..b455d03b909 100644 --- a/addons/web_diagram/i18n/bg.po +++ b/addons/web_diagram/i18n/bg.po @@ -14,7 +14,7 @@ msgstr "" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-03-24 06:11+0000\n" +"X-Launchpad-Export-Date: 2014-04-01 06:09+0000\n" "X-Generator: Launchpad (build 16967)\n" #. module: web_diagram diff --git a/addons/web_diagram/i18n/bn.po b/addons/web_diagram/i18n/bn.po index 2376abb01d4..8a6799b692f 100644 --- a/addons/web_diagram/i18n/bn.po +++ b/addons/web_diagram/i18n/bn.po @@ -14,7 +14,7 @@ msgstr "" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-03-24 06:11+0000\n" +"X-Launchpad-Export-Date: 2014-04-01 06:09+0000\n" "X-Generator: Launchpad (build 16967)\n" #. module: web_diagram diff --git a/addons/web_diagram/i18n/bs.po b/addons/web_diagram/i18n/bs.po index fe58dfc3e5b..878baecf533 100644 --- a/addons/web_diagram/i18n/bs.po +++ b/addons/web_diagram/i18n/bs.po @@ -14,7 +14,7 @@ msgstr "" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-03-24 06:11+0000\n" +"X-Launchpad-Export-Date: 2014-04-01 06:09+0000\n" "X-Generator: Launchpad (build 16967)\n" #. module: web_diagram diff --git a/addons/web_diagram/i18n/ca.po b/addons/web_diagram/i18n/ca.po index b0dc3bcf13e..5db9322591e 100644 --- a/addons/web_diagram/i18n/ca.po +++ b/addons/web_diagram/i18n/ca.po @@ -14,7 +14,7 @@ msgstr "" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-03-24 06:11+0000\n" +"X-Launchpad-Export-Date: 2014-04-01 06:09+0000\n" "X-Generator: Launchpad (build 16967)\n" #. module: web_diagram diff --git a/addons/web_diagram/i18n/cs.po b/addons/web_diagram/i18n/cs.po index a49312fb676..4ee0606c14b 100644 --- a/addons/web_diagram/i18n/cs.po +++ b/addons/web_diagram/i18n/cs.po @@ -14,7 +14,7 @@ msgstr "" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-03-24 06:11+0000\n" +"X-Launchpad-Export-Date: 2014-04-01 06:09+0000\n" "X-Generator: Launchpad (build 16967)\n" "X-Poedit-Language: Czech\n" diff --git a/addons/web_diagram/i18n/da.po b/addons/web_diagram/i18n/da.po index 03aef599865..488316d3ecc 100644 --- a/addons/web_diagram/i18n/da.po +++ b/addons/web_diagram/i18n/da.po @@ -14,7 +14,7 @@ msgstr "" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-03-24 06:11+0000\n" +"X-Launchpad-Export-Date: 2014-04-01 06:09+0000\n" "X-Generator: Launchpad (build 16967)\n" #. module: web_diagram diff --git a/addons/web_diagram/i18n/de.po b/addons/web_diagram/i18n/de.po index 0fbe2431cae..9590db67db1 100644 --- a/addons/web_diagram/i18n/de.po +++ b/addons/web_diagram/i18n/de.po @@ -14,7 +14,7 @@ msgstr "" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-03-24 06:11+0000\n" +"X-Launchpad-Export-Date: 2014-04-01 06:09+0000\n" "X-Generator: Launchpad (build 16967)\n" #. module: web_diagram diff --git a/addons/web_diagram/i18n/en_AU.po b/addons/web_diagram/i18n/en_AU.po index e3e001333e2..7de0485a340 100644 --- a/addons/web_diagram/i18n/en_AU.po +++ b/addons/web_diagram/i18n/en_AU.po @@ -14,7 +14,7 @@ msgstr "" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-03-24 06:11+0000\n" +"X-Launchpad-Export-Date: 2014-04-01 06:09+0000\n" "X-Generator: Launchpad (build 16967)\n" #. module: web_diagram diff --git a/addons/web_diagram/i18n/en_GB.po b/addons/web_diagram/i18n/en_GB.po index f24793fd00e..c5ca6c71f05 100644 --- a/addons/web_diagram/i18n/en_GB.po +++ b/addons/web_diagram/i18n/en_GB.po @@ -14,7 +14,7 @@ msgstr "" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-03-24 06:11+0000\n" +"X-Launchpad-Export-Date: 2014-04-01 06:09+0000\n" "X-Generator: Launchpad (build 16967)\n" #. module: web_diagram diff --git a/addons/web_diagram/i18n/es.po b/addons/web_diagram/i18n/es.po index ac7e8ea2bb3..06e3279b558 100644 --- a/addons/web_diagram/i18n/es.po +++ b/addons/web_diagram/i18n/es.po @@ -14,7 +14,7 @@ msgstr "" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-03-24 06:11+0000\n" +"X-Launchpad-Export-Date: 2014-04-01 06:09+0000\n" "X-Generator: Launchpad (build 16967)\n" #. module: web_diagram diff --git a/addons/web_diagram/i18n/es_CL.po b/addons/web_diagram/i18n/es_CL.po index a68fd465d70..810043917e7 100644 --- a/addons/web_diagram/i18n/es_CL.po +++ b/addons/web_diagram/i18n/es_CL.po @@ -14,7 +14,7 @@ msgstr "" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-03-24 06:11+0000\n" +"X-Launchpad-Export-Date: 2014-04-01 06:09+0000\n" "X-Generator: Launchpad (build 16967)\n" #. module: web_diagram diff --git a/addons/web_diagram/i18n/es_CR.po b/addons/web_diagram/i18n/es_CR.po index 3f44fdcc696..a375624dd61 100644 --- a/addons/web_diagram/i18n/es_CR.po +++ b/addons/web_diagram/i18n/es_CR.po @@ -15,7 +15,7 @@ msgstr "" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-03-24 06:11+0000\n" +"X-Launchpad-Export-Date: 2014-04-01 06:09+0000\n" "X-Generator: Launchpad (build 16967)\n" "Language: es\n" diff --git a/addons/web_diagram/i18n/es_DO.po b/addons/web_diagram/i18n/es_DO.po index b6efc0c996e..2aa811105d6 100644 --- a/addons/web_diagram/i18n/es_DO.po +++ b/addons/web_diagram/i18n/es_DO.po @@ -14,7 +14,7 @@ msgstr "" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-03-24 06:11+0000\n" +"X-Launchpad-Export-Date: 2014-04-01 06:09+0000\n" "X-Generator: Launchpad (build 16967)\n" #. module: web_diagram diff --git a/addons/web_diagram/i18n/es_EC.po b/addons/web_diagram/i18n/es_EC.po index c324833f13b..8b0124cc1cf 100644 --- a/addons/web_diagram/i18n/es_EC.po +++ b/addons/web_diagram/i18n/es_EC.po @@ -14,7 +14,7 @@ msgstr "" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-03-24 06:11+0000\n" +"X-Launchpad-Export-Date: 2014-04-01 06:09+0000\n" "X-Generator: Launchpad (build 16967)\n" #. module: web_diagram diff --git a/addons/web_diagram/i18n/es_MX.po b/addons/web_diagram/i18n/es_MX.po index f8611aeba43..8ee76fa00ea 100644 --- a/addons/web_diagram/i18n/es_MX.po +++ b/addons/web_diagram/i18n/es_MX.po @@ -14,7 +14,7 @@ msgstr "" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-03-24 06:11+0000\n" +"X-Launchpad-Export-Date: 2014-04-01 06:09+0000\n" "X-Generator: Launchpad (build 16967)\n" #. module: web_diagram diff --git a/addons/web_diagram/i18n/es_PE.po b/addons/web_diagram/i18n/es_PE.po index 9f20f9d4ecd..7ca6c8c2626 100644 --- a/addons/web_diagram/i18n/es_PE.po +++ b/addons/web_diagram/i18n/es_PE.po @@ -14,7 +14,7 @@ msgstr "" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-03-24 06:11+0000\n" +"X-Launchpad-Export-Date: 2014-04-01 06:09+0000\n" "X-Generator: Launchpad (build 16967)\n" #. module: web_diagram diff --git a/addons/web_diagram/i18n/et.po b/addons/web_diagram/i18n/et.po index fa14afe260b..c273ad2faf8 100644 --- a/addons/web_diagram/i18n/et.po +++ b/addons/web_diagram/i18n/et.po @@ -14,7 +14,7 @@ msgstr "" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-03-24 06:11+0000\n" +"X-Launchpad-Export-Date: 2014-04-01 06:09+0000\n" "X-Generator: Launchpad (build 16967)\n" #. module: web_diagram diff --git a/addons/web_diagram/i18n/fa.po b/addons/web_diagram/i18n/fa.po index c0f2c7c28b9..2327f4bdbec 100644 --- a/addons/web_diagram/i18n/fa.po +++ b/addons/web_diagram/i18n/fa.po @@ -14,7 +14,7 @@ msgstr "" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-03-24 06:11+0000\n" +"X-Launchpad-Export-Date: 2014-04-01 06:09+0000\n" "X-Generator: Launchpad (build 16967)\n" #. module: web_diagram diff --git a/addons/web_diagram/i18n/fi.po b/addons/web_diagram/i18n/fi.po index cdbe1b20f03..c51087f4d50 100644 --- a/addons/web_diagram/i18n/fi.po +++ b/addons/web_diagram/i18n/fi.po @@ -14,7 +14,7 @@ msgstr "" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-03-24 06:11+0000\n" +"X-Launchpad-Export-Date: 2014-04-01 06:09+0000\n" "X-Generator: Launchpad (build 16967)\n" #. module: web_diagram diff --git a/addons/web_diagram/i18n/fr.po b/addons/web_diagram/i18n/fr.po index 59d900c021a..7bfaf91b12d 100644 --- a/addons/web_diagram/i18n/fr.po +++ b/addons/web_diagram/i18n/fr.po @@ -14,7 +14,7 @@ msgstr "" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-03-24 06:11+0000\n" +"X-Launchpad-Export-Date: 2014-04-01 06:09+0000\n" "X-Generator: Launchpad (build 16967)\n" #. module: web_diagram diff --git a/addons/web_diagram/i18n/gl.po b/addons/web_diagram/i18n/gl.po index 20852976de4..03e945881c3 100644 --- a/addons/web_diagram/i18n/gl.po +++ b/addons/web_diagram/i18n/gl.po @@ -14,7 +14,7 @@ msgstr "" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-03-24 06:11+0000\n" +"X-Launchpad-Export-Date: 2014-04-01 06:09+0000\n" "X-Generator: Launchpad (build 16967)\n" #. module: web_diagram diff --git a/addons/web_diagram/i18n/gu.po b/addons/web_diagram/i18n/gu.po index f934ee2f9a4..d58701f3a8e 100644 --- a/addons/web_diagram/i18n/gu.po +++ b/addons/web_diagram/i18n/gu.po @@ -14,7 +14,7 @@ msgstr "" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-03-24 06:11+0000\n" +"X-Launchpad-Export-Date: 2014-04-01 06:09+0000\n" "X-Generator: Launchpad (build 16967)\n" #. module: web_diagram diff --git a/addons/web_diagram/i18n/hr.po b/addons/web_diagram/i18n/hr.po index 4b75ffabdd2..11f576a276f 100644 --- a/addons/web_diagram/i18n/hr.po +++ b/addons/web_diagram/i18n/hr.po @@ -14,7 +14,7 @@ msgstr "" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-03-24 06:11+0000\n" +"X-Launchpad-Export-Date: 2014-04-01 06:09+0000\n" "X-Generator: Launchpad (build 16967)\n" #. module: web_diagram diff --git a/addons/web_diagram/i18n/hu.po b/addons/web_diagram/i18n/hu.po index 67a029a5eb2..37e3ddcfa9e 100644 --- a/addons/web_diagram/i18n/hu.po +++ b/addons/web_diagram/i18n/hu.po @@ -14,7 +14,7 @@ msgstr "" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-03-24 06:11+0000\n" +"X-Launchpad-Export-Date: 2014-04-01 06:09+0000\n" "X-Generator: Launchpad (build 16967)\n" #. module: web_diagram diff --git a/addons/web_diagram/i18n/id.po b/addons/web_diagram/i18n/id.po index 708e10f6277..2122043c1bc 100644 --- a/addons/web_diagram/i18n/id.po +++ b/addons/web_diagram/i18n/id.po @@ -14,7 +14,7 @@ msgstr "" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-03-24 06:11+0000\n" +"X-Launchpad-Export-Date: 2014-04-01 06:09+0000\n" "X-Generator: Launchpad (build 16967)\n" #. module: web_diagram diff --git a/addons/web_diagram/i18n/it.po b/addons/web_diagram/i18n/it.po index 6717a9d2f53..a486318da47 100644 --- a/addons/web_diagram/i18n/it.po +++ b/addons/web_diagram/i18n/it.po @@ -14,7 +14,7 @@ msgstr "" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-03-24 06:11+0000\n" +"X-Launchpad-Export-Date: 2014-04-01 06:09+0000\n" "X-Generator: Launchpad (build 16967)\n" #. module: web_diagram diff --git a/addons/web_diagram/i18n/ja.po b/addons/web_diagram/i18n/ja.po index dd40d26dbbd..fd8612a1dc8 100644 --- a/addons/web_diagram/i18n/ja.po +++ b/addons/web_diagram/i18n/ja.po @@ -14,7 +14,7 @@ msgstr "" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-03-24 06:11+0000\n" +"X-Launchpad-Export-Date: 2014-04-01 06:09+0000\n" "X-Generator: Launchpad (build 16967)\n" #. module: web_diagram diff --git a/addons/web_diagram/i18n/ka.po b/addons/web_diagram/i18n/ka.po index a47ca356942..542644dcbd7 100644 --- a/addons/web_diagram/i18n/ka.po +++ b/addons/web_diagram/i18n/ka.po @@ -14,7 +14,7 @@ msgstr "" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-03-24 06:11+0000\n" +"X-Launchpad-Export-Date: 2014-04-01 06:09+0000\n" "X-Generator: Launchpad (build 16967)\n" #. module: web_diagram diff --git a/addons/web_diagram/i18n/ko.po b/addons/web_diagram/i18n/ko.po index 10f76af9433..72e1cf23cbd 100644 --- a/addons/web_diagram/i18n/ko.po +++ b/addons/web_diagram/i18n/ko.po @@ -14,7 +14,7 @@ msgstr "" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-03-24 06:11+0000\n" +"X-Launchpad-Export-Date: 2014-04-01 06:09+0000\n" "X-Generator: Launchpad (build 16967)\n" #. module: web_diagram diff --git a/addons/web_diagram/i18n/lt.po b/addons/web_diagram/i18n/lt.po index cc2952b1b57..50cf7d92411 100644 --- a/addons/web_diagram/i18n/lt.po +++ b/addons/web_diagram/i18n/lt.po @@ -14,7 +14,7 @@ msgstr "" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-03-24 06:11+0000\n" +"X-Launchpad-Export-Date: 2014-04-01 06:09+0000\n" "X-Generator: Launchpad (build 16967)\n" #. module: web_diagram diff --git a/addons/web_diagram/i18n/mk.po b/addons/web_diagram/i18n/mk.po index 94c01b7d88e..104cf232017 100644 --- a/addons/web_diagram/i18n/mk.po +++ b/addons/web_diagram/i18n/mk.po @@ -14,7 +14,7 @@ msgstr "" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-03-24 06:11+0000\n" +"X-Launchpad-Export-Date: 2014-04-01 06:09+0000\n" "X-Generator: Launchpad (build 16967)\n" #. module: web_diagram diff --git a/addons/web_diagram/i18n/mn.po b/addons/web_diagram/i18n/mn.po index bf400702982..414ca640b06 100644 --- a/addons/web_diagram/i18n/mn.po +++ b/addons/web_diagram/i18n/mn.po @@ -14,7 +14,7 @@ msgstr "" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-03-24 06:11+0000\n" +"X-Launchpad-Export-Date: 2014-04-01 06:09+0000\n" "X-Generator: Launchpad (build 16967)\n" #. module: web_diagram diff --git a/addons/web_diagram/i18n/nb.po b/addons/web_diagram/i18n/nb.po index 482b838cc61..c77bf82fd50 100644 --- a/addons/web_diagram/i18n/nb.po +++ b/addons/web_diagram/i18n/nb.po @@ -14,7 +14,7 @@ msgstr "" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-03-24 06:11+0000\n" +"X-Launchpad-Export-Date: 2014-04-01 06:09+0000\n" "X-Generator: Launchpad (build 16967)\n" #. module: web_diagram diff --git a/addons/web_diagram/i18n/nl.po b/addons/web_diagram/i18n/nl.po index 7c48c6000b4..15ec86b93a4 100644 --- a/addons/web_diagram/i18n/nl.po +++ b/addons/web_diagram/i18n/nl.po @@ -14,7 +14,7 @@ msgstr "" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-03-24 06:11+0000\n" +"X-Launchpad-Export-Date: 2014-04-01 06:09+0000\n" "X-Generator: Launchpad (build 16967)\n" #. module: web_diagram diff --git a/addons/web_diagram/i18n/nl_BE.po b/addons/web_diagram/i18n/nl_BE.po index 60804e13248..737dfe4e1ac 100644 --- a/addons/web_diagram/i18n/nl_BE.po +++ b/addons/web_diagram/i18n/nl_BE.po @@ -14,7 +14,7 @@ msgstr "" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-03-24 06:11+0000\n" +"X-Launchpad-Export-Date: 2014-04-01 06:09+0000\n" "X-Generator: Launchpad (build 16967)\n" #. module: web_diagram diff --git a/addons/web_diagram/i18n/pl.po b/addons/web_diagram/i18n/pl.po index bb601a83f18..69e157c1738 100644 --- a/addons/web_diagram/i18n/pl.po +++ b/addons/web_diagram/i18n/pl.po @@ -14,7 +14,7 @@ msgstr "" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-03-24 06:11+0000\n" +"X-Launchpad-Export-Date: 2014-04-01 06:09+0000\n" "X-Generator: Launchpad (build 16967)\n" #. module: web_diagram diff --git a/addons/web_diagram/i18n/pt.po b/addons/web_diagram/i18n/pt.po index 040b48547ee..b684e58add8 100644 --- a/addons/web_diagram/i18n/pt.po +++ b/addons/web_diagram/i18n/pt.po @@ -14,7 +14,7 @@ msgstr "" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-03-24 06:11+0000\n" +"X-Launchpad-Export-Date: 2014-04-01 06:09+0000\n" "X-Generator: Launchpad (build 16967)\n" #. module: web_diagram diff --git a/addons/web_diagram/i18n/pt_BR.po b/addons/web_diagram/i18n/pt_BR.po index 94cd8dfd285..f119a9e2474 100644 --- a/addons/web_diagram/i18n/pt_BR.po +++ b/addons/web_diagram/i18n/pt_BR.po @@ -14,7 +14,7 @@ msgstr "" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-03-24 06:11+0000\n" +"X-Launchpad-Export-Date: 2014-04-01 06:09+0000\n" "X-Generator: Launchpad (build 16967)\n" #. module: web_diagram diff --git a/addons/web_diagram/i18n/ro.po b/addons/web_diagram/i18n/ro.po index 1369ed2a7a4..30033b0e7a9 100644 --- a/addons/web_diagram/i18n/ro.po +++ b/addons/web_diagram/i18n/ro.po @@ -14,7 +14,7 @@ msgstr "" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-03-24 06:11+0000\n" +"X-Launchpad-Export-Date: 2014-04-01 06:09+0000\n" "X-Generator: Launchpad (build 16967)\n" #. module: web_diagram diff --git a/addons/web_diagram/i18n/ru.po b/addons/web_diagram/i18n/ru.po index 70dcff97f43..9a8d9d5547c 100644 --- a/addons/web_diagram/i18n/ru.po +++ b/addons/web_diagram/i18n/ru.po @@ -14,7 +14,7 @@ msgstr "" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-03-24 06:11+0000\n" +"X-Launchpad-Export-Date: 2014-04-01 06:09+0000\n" "X-Generator: Launchpad (build 16967)\n" #. module: web_diagram diff --git a/addons/web_diagram/i18n/sl.po b/addons/web_diagram/i18n/sl.po index 208616d62d5..f3356e57794 100644 --- a/addons/web_diagram/i18n/sl.po +++ b/addons/web_diagram/i18n/sl.po @@ -14,7 +14,7 @@ msgstr "" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-03-24 06:11+0000\n" +"X-Launchpad-Export-Date: 2014-04-01 06:09+0000\n" "X-Generator: Launchpad (build 16967)\n" #. module: web_diagram diff --git a/addons/web_diagram/i18n/sq.po b/addons/web_diagram/i18n/sq.po index 180c948a7cc..677ce34a2b1 100644 --- a/addons/web_diagram/i18n/sq.po +++ b/addons/web_diagram/i18n/sq.po @@ -14,7 +14,7 @@ msgstr "" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-03-24 06:11+0000\n" +"X-Launchpad-Export-Date: 2014-04-01 06:09+0000\n" "X-Generator: Launchpad (build 16967)\n" #. module: web_diagram diff --git a/addons/web_diagram/i18n/sr@latin.po b/addons/web_diagram/i18n/sr@latin.po index 1b16941be0e..a7ddfcecc7b 100644 --- a/addons/web_diagram/i18n/sr@latin.po +++ b/addons/web_diagram/i18n/sr@latin.po @@ -14,7 +14,7 @@ msgstr "" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-03-24 06:11+0000\n" +"X-Launchpad-Export-Date: 2014-04-01 06:09+0000\n" "X-Generator: Launchpad (build 16967)\n" #. module: web_diagram diff --git a/addons/web_diagram/i18n/sv.po b/addons/web_diagram/i18n/sv.po index e9f182d9fe0..cb1fd85da9e 100644 --- a/addons/web_diagram/i18n/sv.po +++ b/addons/web_diagram/i18n/sv.po @@ -14,7 +14,7 @@ msgstr "" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-03-24 06:11+0000\n" +"X-Launchpad-Export-Date: 2014-04-01 06:09+0000\n" "X-Generator: Launchpad (build 16967)\n" #. module: web_diagram diff --git a/addons/web_diagram/i18n/th.po b/addons/web_diagram/i18n/th.po index d43b1a7068e..da55d519e07 100644 --- a/addons/web_diagram/i18n/th.po +++ b/addons/web_diagram/i18n/th.po @@ -14,7 +14,7 @@ msgstr "" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-03-24 06:11+0000\n" +"X-Launchpad-Export-Date: 2014-04-01 06:09+0000\n" "X-Generator: Launchpad (build 16967)\n" #. module: web_diagram diff --git a/addons/web_diagram/i18n/tr.po b/addons/web_diagram/i18n/tr.po index c0bbefa1610..ccae4617590 100644 --- a/addons/web_diagram/i18n/tr.po +++ b/addons/web_diagram/i18n/tr.po @@ -14,7 +14,7 @@ msgstr "" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-03-24 06:11+0000\n" +"X-Launchpad-Export-Date: 2014-04-01 06:09+0000\n" "X-Generator: Launchpad (build 16967)\n" #. module: web_diagram diff --git a/addons/web_diagram/i18n/zh_CN.po b/addons/web_diagram/i18n/zh_CN.po index 7a6f6e8edb6..3d31da71274 100644 --- a/addons/web_diagram/i18n/zh_CN.po +++ b/addons/web_diagram/i18n/zh_CN.po @@ -14,7 +14,7 @@ msgstr "" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-03-24 06:11+0000\n" +"X-Launchpad-Export-Date: 2014-04-01 06:09+0000\n" "X-Generator: Launchpad (build 16967)\n" #. module: web_diagram diff --git a/addons/web_diagram/i18n/zh_TW.po b/addons/web_diagram/i18n/zh_TW.po index 814508f5cbd..127a4220ede 100644 --- a/addons/web_diagram/i18n/zh_TW.po +++ b/addons/web_diagram/i18n/zh_TW.po @@ -14,7 +14,7 @@ msgstr "" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-03-24 06:11+0000\n" +"X-Launchpad-Export-Date: 2014-04-01 06:09+0000\n" "X-Generator: Launchpad (build 16967)\n" #. module: web_diagram diff --git a/addons/web_gantt/i18n/ar.po b/addons/web_gantt/i18n/ar.po index c1819fd9312..009d597ddf1 100644 --- a/addons/web_gantt/i18n/ar.po +++ b/addons/web_gantt/i18n/ar.po @@ -14,7 +14,7 @@ msgstr "" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-03-24 06:11+0000\n" +"X-Launchpad-Export-Date: 2014-04-01 06:09+0000\n" "X-Generator: Launchpad (build 16967)\n" #. module: web_gantt diff --git a/addons/web_gantt/i18n/bg.po b/addons/web_gantt/i18n/bg.po index 858396c6ef2..c10bee8535f 100644 --- a/addons/web_gantt/i18n/bg.po +++ b/addons/web_gantt/i18n/bg.po @@ -14,7 +14,7 @@ msgstr "" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-03-24 06:11+0000\n" +"X-Launchpad-Export-Date: 2014-04-01 06:09+0000\n" "X-Generator: Launchpad (build 16967)\n" #. module: web_gantt diff --git a/addons/web_gantt/i18n/bn.po b/addons/web_gantt/i18n/bn.po index eb505818149..6453dfd1541 100644 --- a/addons/web_gantt/i18n/bn.po +++ b/addons/web_gantt/i18n/bn.po @@ -14,7 +14,7 @@ msgstr "" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-03-24 06:11+0000\n" +"X-Launchpad-Export-Date: 2014-04-01 06:09+0000\n" "X-Generator: Launchpad (build 16967)\n" #. module: web_gantt diff --git a/addons/web_gantt/i18n/bs.po b/addons/web_gantt/i18n/bs.po index a9189aaf751..1604bd0653a 100644 --- a/addons/web_gantt/i18n/bs.po +++ b/addons/web_gantt/i18n/bs.po @@ -14,7 +14,7 @@ msgstr "" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-03-24 06:11+0000\n" +"X-Launchpad-Export-Date: 2014-04-01 06:09+0000\n" "X-Generator: Launchpad (build 16967)\n" #. module: web_gantt diff --git a/addons/web_gantt/i18n/ca.po b/addons/web_gantt/i18n/ca.po index c97cba3177f..6d43825f0ac 100644 --- a/addons/web_gantt/i18n/ca.po +++ b/addons/web_gantt/i18n/ca.po @@ -14,7 +14,7 @@ msgstr "" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-03-24 06:11+0000\n" +"X-Launchpad-Export-Date: 2014-04-01 06:09+0000\n" "X-Generator: Launchpad (build 16967)\n" #. module: web_gantt diff --git a/addons/web_gantt/i18n/cs.po b/addons/web_gantt/i18n/cs.po index 3032499da07..1e30184f045 100644 --- a/addons/web_gantt/i18n/cs.po +++ b/addons/web_gantt/i18n/cs.po @@ -14,7 +14,7 @@ msgstr "" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-03-24 06:11+0000\n" +"X-Launchpad-Export-Date: 2014-04-01 06:09+0000\n" "X-Generator: Launchpad (build 16967)\n" "X-Poedit-Language: Czech\n" diff --git a/addons/web_gantt/i18n/da.po b/addons/web_gantt/i18n/da.po index 801161ba6ce..9bc7608f87b 100644 --- a/addons/web_gantt/i18n/da.po +++ b/addons/web_gantt/i18n/da.po @@ -14,7 +14,7 @@ msgstr "" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-03-24 06:11+0000\n" +"X-Launchpad-Export-Date: 2014-04-01 06:09+0000\n" "X-Generator: Launchpad (build 16967)\n" #. module: web_gantt diff --git a/addons/web_gantt/i18n/de.po b/addons/web_gantt/i18n/de.po index 26b25cfe793..ea66724c5c1 100644 --- a/addons/web_gantt/i18n/de.po +++ b/addons/web_gantt/i18n/de.po @@ -14,7 +14,7 @@ msgstr "" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-03-24 06:11+0000\n" +"X-Launchpad-Export-Date: 2014-04-01 06:09+0000\n" "X-Generator: Launchpad (build 16967)\n" #. module: web_gantt diff --git a/addons/web_gantt/i18n/en_AU.po b/addons/web_gantt/i18n/en_AU.po index a6c6618bc7f..c4b8b6f485f 100644 --- a/addons/web_gantt/i18n/en_AU.po +++ b/addons/web_gantt/i18n/en_AU.po @@ -14,7 +14,7 @@ msgstr "" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-03-24 06:11+0000\n" +"X-Launchpad-Export-Date: 2014-04-01 06:09+0000\n" "X-Generator: Launchpad (build 16967)\n" #. module: web_gantt diff --git a/addons/web_gantt/i18n/en_GB.po b/addons/web_gantt/i18n/en_GB.po index de4033411e2..7b6baeff816 100644 --- a/addons/web_gantt/i18n/en_GB.po +++ b/addons/web_gantt/i18n/en_GB.po @@ -14,7 +14,7 @@ msgstr "" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-03-24 06:11+0000\n" +"X-Launchpad-Export-Date: 2014-04-01 06:09+0000\n" "X-Generator: Launchpad (build 16967)\n" #. module: web_gantt diff --git a/addons/web_gantt/i18n/es.po b/addons/web_gantt/i18n/es.po index 3f22647de89..d7b475ece2f 100644 --- a/addons/web_gantt/i18n/es.po +++ b/addons/web_gantt/i18n/es.po @@ -14,7 +14,7 @@ msgstr "" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-03-24 06:11+0000\n" +"X-Launchpad-Export-Date: 2014-04-01 06:09+0000\n" "X-Generator: Launchpad (build 16967)\n" #. module: web_gantt diff --git a/addons/web_gantt/i18n/es_CL.po b/addons/web_gantt/i18n/es_CL.po index 7cba911bc73..62037fcbaa2 100644 --- a/addons/web_gantt/i18n/es_CL.po +++ b/addons/web_gantt/i18n/es_CL.po @@ -14,7 +14,7 @@ msgstr "" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-03-24 06:11+0000\n" +"X-Launchpad-Export-Date: 2014-04-01 06:09+0000\n" "X-Generator: Launchpad (build 16967)\n" #. module: web_gantt diff --git a/addons/web_gantt/i18n/es_CR.po b/addons/web_gantt/i18n/es_CR.po index 112905427fb..a84e20e31e7 100644 --- a/addons/web_gantt/i18n/es_CR.po +++ b/addons/web_gantt/i18n/es_CR.po @@ -14,7 +14,7 @@ msgstr "" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-03-24 06:11+0000\n" +"X-Launchpad-Export-Date: 2014-04-01 06:09+0000\n" "X-Generator: Launchpad (build 16967)\n" #. module: web_gantt diff --git a/addons/web_gantt/i18n/es_DO.po b/addons/web_gantt/i18n/es_DO.po index 645a8519413..01c8a863fb4 100644 --- a/addons/web_gantt/i18n/es_DO.po +++ b/addons/web_gantt/i18n/es_DO.po @@ -14,7 +14,7 @@ msgstr "" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-03-24 06:11+0000\n" +"X-Launchpad-Export-Date: 2014-04-01 06:09+0000\n" "X-Generator: Launchpad (build 16967)\n" #. module: web_gantt diff --git a/addons/web_gantt/i18n/es_EC.po b/addons/web_gantt/i18n/es_EC.po index 2fdd1cccf12..cbf7c67b117 100644 --- a/addons/web_gantt/i18n/es_EC.po +++ b/addons/web_gantt/i18n/es_EC.po @@ -14,7 +14,7 @@ msgstr "" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-03-24 06:11+0000\n" +"X-Launchpad-Export-Date: 2014-04-01 06:09+0000\n" "X-Generator: Launchpad (build 16967)\n" #. module: web_gantt diff --git a/addons/web_gantt/i18n/es_MX.po b/addons/web_gantt/i18n/es_MX.po index a81e32eeb69..25118475285 100644 --- a/addons/web_gantt/i18n/es_MX.po +++ b/addons/web_gantt/i18n/es_MX.po @@ -14,7 +14,7 @@ msgstr "" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-03-24 06:11+0000\n" +"X-Launchpad-Export-Date: 2014-04-01 06:09+0000\n" "X-Generator: Launchpad (build 16967)\n" #. module: web_gantt diff --git a/addons/web_gantt/i18n/et.po b/addons/web_gantt/i18n/et.po index 8a02d94a2a5..af1a4e66a80 100644 --- a/addons/web_gantt/i18n/et.po +++ b/addons/web_gantt/i18n/et.po @@ -14,7 +14,7 @@ msgstr "" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-03-24 06:11+0000\n" +"X-Launchpad-Export-Date: 2014-04-01 06:09+0000\n" "X-Generator: Launchpad (build 16967)\n" #. module: web_gantt diff --git a/addons/web_gantt/i18n/fa.po b/addons/web_gantt/i18n/fa.po index 55d53860a42..5e5325afc88 100644 --- a/addons/web_gantt/i18n/fa.po +++ b/addons/web_gantt/i18n/fa.po @@ -14,7 +14,7 @@ msgstr "" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-03-24 06:11+0000\n" +"X-Launchpad-Export-Date: 2014-04-01 06:09+0000\n" "X-Generator: Launchpad (build 16967)\n" #. module: web_gantt diff --git a/addons/web_gantt/i18n/fi.po b/addons/web_gantt/i18n/fi.po index 0d521545140..3b4583e3e67 100644 --- a/addons/web_gantt/i18n/fi.po +++ b/addons/web_gantt/i18n/fi.po @@ -14,7 +14,7 @@ msgstr "" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-03-24 06:11+0000\n" +"X-Launchpad-Export-Date: 2014-04-01 06:09+0000\n" "X-Generator: Launchpad (build 16967)\n" #. module: web_gantt diff --git a/addons/web_gantt/i18n/fr.po b/addons/web_gantt/i18n/fr.po index cfa8d3f6bf6..614f4cc60ca 100644 --- a/addons/web_gantt/i18n/fr.po +++ b/addons/web_gantt/i18n/fr.po @@ -14,7 +14,7 @@ msgstr "" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-03-24 06:11+0000\n" +"X-Launchpad-Export-Date: 2014-04-01 06:09+0000\n" "X-Generator: Launchpad (build 16967)\n" #. module: web_gantt diff --git a/addons/web_gantt/i18n/gl.po b/addons/web_gantt/i18n/gl.po index d5a1d09543d..e2a6244540f 100644 --- a/addons/web_gantt/i18n/gl.po +++ b/addons/web_gantt/i18n/gl.po @@ -14,7 +14,7 @@ msgstr "" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-03-24 06:11+0000\n" +"X-Launchpad-Export-Date: 2014-04-01 06:09+0000\n" "X-Generator: Launchpad (build 16967)\n" #. module: web_gantt diff --git a/addons/web_gantt/i18n/gu.po b/addons/web_gantt/i18n/gu.po index 14d2ba47f84..804542f55de 100644 --- a/addons/web_gantt/i18n/gu.po +++ b/addons/web_gantt/i18n/gu.po @@ -14,7 +14,7 @@ msgstr "" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-03-24 06:11+0000\n" +"X-Launchpad-Export-Date: 2014-04-01 06:09+0000\n" "X-Generator: Launchpad (build 16967)\n" #. module: web_gantt diff --git a/addons/web_gantt/i18n/he.po b/addons/web_gantt/i18n/he.po index 6286c54c248..970d4a08dfc 100644 --- a/addons/web_gantt/i18n/he.po +++ b/addons/web_gantt/i18n/he.po @@ -14,7 +14,7 @@ msgstr "" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-03-24 06:11+0000\n" +"X-Launchpad-Export-Date: 2014-04-01 06:09+0000\n" "X-Generator: Launchpad (build 16967)\n" #. module: web_gantt diff --git a/addons/web_gantt/i18n/hr.po b/addons/web_gantt/i18n/hr.po index 1f71d86fadb..bdd2fe369b0 100644 --- a/addons/web_gantt/i18n/hr.po +++ b/addons/web_gantt/i18n/hr.po @@ -14,7 +14,7 @@ msgstr "" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-03-24 06:11+0000\n" +"X-Launchpad-Export-Date: 2014-04-01 06:09+0000\n" "X-Generator: Launchpad (build 16967)\n" #. module: web_gantt diff --git a/addons/web_gantt/i18n/hu.po b/addons/web_gantt/i18n/hu.po index 625ed00db64..d6bd9216f1f 100644 --- a/addons/web_gantt/i18n/hu.po +++ b/addons/web_gantt/i18n/hu.po @@ -14,7 +14,7 @@ msgstr "" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-03-24 06:11+0000\n" +"X-Launchpad-Export-Date: 2014-04-01 06:09+0000\n" "X-Generator: Launchpad (build 16967)\n" #. module: web_gantt diff --git a/addons/web_gantt/i18n/it.po b/addons/web_gantt/i18n/it.po index 0f41984286e..999c8b8f842 100644 --- a/addons/web_gantt/i18n/it.po +++ b/addons/web_gantt/i18n/it.po @@ -14,7 +14,7 @@ msgstr "" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-03-24 06:11+0000\n" +"X-Launchpad-Export-Date: 2014-04-01 06:09+0000\n" "X-Generator: Launchpad (build 16967)\n" #. module: web_gantt diff --git a/addons/web_gantt/i18n/ja.po b/addons/web_gantt/i18n/ja.po index d0c4c199e42..6a32829fa0a 100644 --- a/addons/web_gantt/i18n/ja.po +++ b/addons/web_gantt/i18n/ja.po @@ -14,7 +14,7 @@ msgstr "" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-03-24 06:11+0000\n" +"X-Launchpad-Export-Date: 2014-04-01 06:09+0000\n" "X-Generator: Launchpad (build 16967)\n" #. module: web_gantt diff --git a/addons/web_gantt/i18n/ka.po b/addons/web_gantt/i18n/ka.po index 8c549cd30d7..0e05924ce8d 100644 --- a/addons/web_gantt/i18n/ka.po +++ b/addons/web_gantt/i18n/ka.po @@ -14,7 +14,7 @@ msgstr "" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-03-24 06:11+0000\n" +"X-Launchpad-Export-Date: 2014-04-01 06:09+0000\n" "X-Generator: Launchpad (build 16967)\n" #. module: web_gantt diff --git a/addons/web_gantt/i18n/ko.po b/addons/web_gantt/i18n/ko.po index 66c48faddce..eab87179b08 100644 --- a/addons/web_gantt/i18n/ko.po +++ b/addons/web_gantt/i18n/ko.po @@ -14,7 +14,7 @@ msgstr "" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-03-24 06:11+0000\n" +"X-Launchpad-Export-Date: 2014-04-01 06:09+0000\n" "X-Generator: Launchpad (build 16967)\n" #. module: web_gantt diff --git a/addons/web_gantt/i18n/lo.po b/addons/web_gantt/i18n/lo.po index 8c14ebf3692..bccc5a13983 100644 --- a/addons/web_gantt/i18n/lo.po +++ b/addons/web_gantt/i18n/lo.po @@ -14,7 +14,7 @@ msgstr "" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-03-24 06:11+0000\n" +"X-Launchpad-Export-Date: 2014-04-01 06:09+0000\n" "X-Generator: Launchpad (build 16967)\n" #. module: web_gantt diff --git a/addons/web_gantt/i18n/lt.po b/addons/web_gantt/i18n/lt.po index 273f5167df7..e08b505f722 100644 --- a/addons/web_gantt/i18n/lt.po +++ b/addons/web_gantt/i18n/lt.po @@ -14,7 +14,7 @@ msgstr "" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-03-24 06:11+0000\n" +"X-Launchpad-Export-Date: 2014-04-01 06:09+0000\n" "X-Generator: Launchpad (build 16967)\n" #. module: web_gantt diff --git a/addons/web_gantt/i18n/mk.po b/addons/web_gantt/i18n/mk.po index bb1f75e3f92..28c5f84f1b1 100644 --- a/addons/web_gantt/i18n/mk.po +++ b/addons/web_gantt/i18n/mk.po @@ -14,7 +14,7 @@ msgstr "" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-03-24 06:11+0000\n" +"X-Launchpad-Export-Date: 2014-04-01 06:09+0000\n" "X-Generator: Launchpad (build 16967)\n" #. module: web_gantt diff --git a/addons/web_gantt/i18n/mn.po b/addons/web_gantt/i18n/mn.po index dd744686f0e..1bc517644da 100644 --- a/addons/web_gantt/i18n/mn.po +++ b/addons/web_gantt/i18n/mn.po @@ -14,7 +14,7 @@ msgstr "" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-03-24 06:11+0000\n" +"X-Launchpad-Export-Date: 2014-04-01 06:09+0000\n" "X-Generator: Launchpad (build 16967)\n" #. module: web_gantt diff --git a/addons/web_gantt/i18n/nb.po b/addons/web_gantt/i18n/nb.po index 34af45efe75..b90c83078b6 100644 --- a/addons/web_gantt/i18n/nb.po +++ b/addons/web_gantt/i18n/nb.po @@ -14,7 +14,7 @@ msgstr "" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-03-24 06:11+0000\n" +"X-Launchpad-Export-Date: 2014-04-01 06:09+0000\n" "X-Generator: Launchpad (build 16967)\n" #. module: web_gantt diff --git a/addons/web_gantt/i18n/nl.po b/addons/web_gantt/i18n/nl.po index f236b06b842..e24f21028a4 100644 --- a/addons/web_gantt/i18n/nl.po +++ b/addons/web_gantt/i18n/nl.po @@ -14,7 +14,7 @@ msgstr "" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-03-24 06:11+0000\n" +"X-Launchpad-Export-Date: 2014-04-01 06:09+0000\n" "X-Generator: Launchpad (build 16967)\n" #. module: web_gantt diff --git a/addons/web_gantt/i18n/nl_BE.po b/addons/web_gantt/i18n/nl_BE.po index d926426b83d..4c03f6ab118 100644 --- a/addons/web_gantt/i18n/nl_BE.po +++ b/addons/web_gantt/i18n/nl_BE.po @@ -14,7 +14,7 @@ msgstr "" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-03-24 06:11+0000\n" +"X-Launchpad-Export-Date: 2014-04-01 06:09+0000\n" "X-Generator: Launchpad (build 16967)\n" #. module: web_gantt diff --git a/addons/web_gantt/i18n/pl.po b/addons/web_gantt/i18n/pl.po index 87b581e028b..13f8f5c5476 100644 --- a/addons/web_gantt/i18n/pl.po +++ b/addons/web_gantt/i18n/pl.po @@ -14,7 +14,7 @@ msgstr "" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-03-24 06:11+0000\n" +"X-Launchpad-Export-Date: 2014-04-01 06:09+0000\n" "X-Generator: Launchpad (build 16967)\n" #. module: web_gantt diff --git a/addons/web_gantt/i18n/pt.po b/addons/web_gantt/i18n/pt.po index bc187fe4c75..ba5903ebe72 100644 --- a/addons/web_gantt/i18n/pt.po +++ b/addons/web_gantt/i18n/pt.po @@ -14,7 +14,7 @@ msgstr "" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-03-24 06:11+0000\n" +"X-Launchpad-Export-Date: 2014-04-01 06:09+0000\n" "X-Generator: Launchpad (build 16967)\n" #. module: web_gantt diff --git a/addons/web_gantt/i18n/pt_BR.po b/addons/web_gantt/i18n/pt_BR.po index 87ccbe39fe6..4631fa52aa0 100644 --- a/addons/web_gantt/i18n/pt_BR.po +++ b/addons/web_gantt/i18n/pt_BR.po @@ -15,7 +15,7 @@ msgstr "" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-03-24 06:11+0000\n" +"X-Launchpad-Export-Date: 2014-04-01 06:09+0000\n" "X-Generator: Launchpad (build 16967)\n" #. module: web_gantt diff --git a/addons/web_gantt/i18n/ro.po b/addons/web_gantt/i18n/ro.po index 1355d106966..2303af8b6fb 100644 --- a/addons/web_gantt/i18n/ro.po +++ b/addons/web_gantt/i18n/ro.po @@ -14,7 +14,7 @@ msgstr "" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-03-24 06:11+0000\n" +"X-Launchpad-Export-Date: 2014-04-01 06:09+0000\n" "X-Generator: Launchpad (build 16967)\n" #. module: web_gantt diff --git a/addons/web_gantt/i18n/ru.po b/addons/web_gantt/i18n/ru.po index 9ac82fcbb80..03101e8f647 100644 --- a/addons/web_gantt/i18n/ru.po +++ b/addons/web_gantt/i18n/ru.po @@ -14,7 +14,7 @@ msgstr "" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-03-24 06:11+0000\n" +"X-Launchpad-Export-Date: 2014-04-01 06:09+0000\n" "X-Generator: Launchpad (build 16967)\n" #. module: web_gantt diff --git a/addons/web_gantt/i18n/sl.po b/addons/web_gantt/i18n/sl.po index 4cf47f25f25..ec3ed0a9738 100644 --- a/addons/web_gantt/i18n/sl.po +++ b/addons/web_gantt/i18n/sl.po @@ -14,7 +14,7 @@ msgstr "" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-03-24 06:11+0000\n" +"X-Launchpad-Export-Date: 2014-04-01 06:09+0000\n" "X-Generator: Launchpad (build 16967)\n" #. module: web_gantt diff --git a/addons/web_gantt/i18n/sq.po b/addons/web_gantt/i18n/sq.po index d1b89687b22..47d95ac47d7 100644 --- a/addons/web_gantt/i18n/sq.po +++ b/addons/web_gantt/i18n/sq.po @@ -14,7 +14,7 @@ msgstr "" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-03-24 06:11+0000\n" +"X-Launchpad-Export-Date: 2014-04-01 06:09+0000\n" "X-Generator: Launchpad (build 16967)\n" #. module: web_gantt diff --git a/addons/web_gantt/i18n/sr@latin.po b/addons/web_gantt/i18n/sr@latin.po index 4c4dc4d92bc..00de27f7822 100644 --- a/addons/web_gantt/i18n/sr@latin.po +++ b/addons/web_gantt/i18n/sr@latin.po @@ -14,7 +14,7 @@ msgstr "" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-03-24 06:12+0000\n" +"X-Launchpad-Export-Date: 2014-04-01 06:09+0000\n" "X-Generator: Launchpad (build 16967)\n" #. module: web_gantt diff --git a/addons/web_gantt/i18n/sv.po b/addons/web_gantt/i18n/sv.po index b8d111a6ac4..d54f01eac4c 100644 --- a/addons/web_gantt/i18n/sv.po +++ b/addons/web_gantt/i18n/sv.po @@ -14,7 +14,7 @@ msgstr "" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-03-24 06:11+0000\n" +"X-Launchpad-Export-Date: 2014-04-01 06:09+0000\n" "X-Generator: Launchpad (build 16967)\n" #. module: web_gantt diff --git a/addons/web_gantt/i18n/th.po b/addons/web_gantt/i18n/th.po index 96560487170..d2a9732482e 100644 --- a/addons/web_gantt/i18n/th.po +++ b/addons/web_gantt/i18n/th.po @@ -14,7 +14,7 @@ msgstr "" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-03-24 06:11+0000\n" +"X-Launchpad-Export-Date: 2014-04-01 06:09+0000\n" "X-Generator: Launchpad (build 16967)\n" #. module: web_gantt diff --git a/addons/web_gantt/i18n/tr.po b/addons/web_gantt/i18n/tr.po index bdce3271fd1..a8a5b1daa92 100644 --- a/addons/web_gantt/i18n/tr.po +++ b/addons/web_gantt/i18n/tr.po @@ -14,7 +14,7 @@ msgstr "" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-03-24 06:11+0000\n" +"X-Launchpad-Export-Date: 2014-04-01 06:09+0000\n" "X-Generator: Launchpad (build 16967)\n" #. module: web_gantt diff --git a/addons/web_gantt/i18n/zh_CN.po b/addons/web_gantt/i18n/zh_CN.po index 8d4ddf6b76d..3aae1e5e0f9 100644 --- a/addons/web_gantt/i18n/zh_CN.po +++ b/addons/web_gantt/i18n/zh_CN.po @@ -14,7 +14,7 @@ msgstr "" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-03-24 06:11+0000\n" +"X-Launchpad-Export-Date: 2014-04-01 06:09+0000\n" "X-Generator: Launchpad (build 16967)\n" #. module: web_gantt diff --git a/addons/web_graph/i18n/ar.po b/addons/web_graph/i18n/ar.po index e06f8670910..2a38f320ae8 100644 --- a/addons/web_graph/i18n/ar.po +++ b/addons/web_graph/i18n/ar.po @@ -14,7 +14,7 @@ msgstr "" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-03-24 06:12+0000\n" +"X-Launchpad-Export-Date: 2014-04-01 06:09+0000\n" "X-Generator: Launchpad (build 16967)\n" #. module: web_graph diff --git a/addons/web_graph/i18n/bg.po b/addons/web_graph/i18n/bg.po index 79ffc0357eb..7bdcf04c9bc 100644 --- a/addons/web_graph/i18n/bg.po +++ b/addons/web_graph/i18n/bg.po @@ -14,7 +14,7 @@ msgstr "" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-03-24 06:12+0000\n" +"X-Launchpad-Export-Date: 2014-04-01 06:09+0000\n" "X-Generator: Launchpad (build 16967)\n" #. module: web_graph diff --git a/addons/web_graph/i18n/bn.po b/addons/web_graph/i18n/bn.po index e867d8b990b..15a8d1a6d7b 100644 --- a/addons/web_graph/i18n/bn.po +++ b/addons/web_graph/i18n/bn.po @@ -14,7 +14,7 @@ msgstr "" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-03-24 06:12+0000\n" +"X-Launchpad-Export-Date: 2014-04-01 06:09+0000\n" "X-Generator: Launchpad (build 16967)\n" #. module: web_graph diff --git a/addons/web_graph/i18n/bs.po b/addons/web_graph/i18n/bs.po index e9a4ff34198..86576b3882f 100644 --- a/addons/web_graph/i18n/bs.po +++ b/addons/web_graph/i18n/bs.po @@ -14,7 +14,7 @@ msgstr "" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-03-24 06:12+0000\n" +"X-Launchpad-Export-Date: 2014-04-01 06:09+0000\n" "X-Generator: Launchpad (build 16967)\n" #. module: web_graph diff --git a/addons/web_graph/i18n/ca.po b/addons/web_graph/i18n/ca.po index 47bcf83ec61..84f70832fe0 100644 --- a/addons/web_graph/i18n/ca.po +++ b/addons/web_graph/i18n/ca.po @@ -14,7 +14,7 @@ msgstr "" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-03-24 06:12+0000\n" +"X-Launchpad-Export-Date: 2014-04-01 06:09+0000\n" "X-Generator: Launchpad (build 16967)\n" #. module: web_graph diff --git a/addons/web_graph/i18n/cs.po b/addons/web_graph/i18n/cs.po index 7d2058ffa2e..40e3efe3c30 100644 --- a/addons/web_graph/i18n/cs.po +++ b/addons/web_graph/i18n/cs.po @@ -14,7 +14,7 @@ msgstr "" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-03-24 06:12+0000\n" +"X-Launchpad-Export-Date: 2014-04-01 06:09+0000\n" "X-Generator: Launchpad (build 16967)\n" #. module: web_graph diff --git a/addons/web_graph/i18n/da.po b/addons/web_graph/i18n/da.po index 70e3e26d21b..1f7ad0abcc9 100644 --- a/addons/web_graph/i18n/da.po +++ b/addons/web_graph/i18n/da.po @@ -14,7 +14,7 @@ msgstr "" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-03-24 06:12+0000\n" +"X-Launchpad-Export-Date: 2014-04-01 06:09+0000\n" "X-Generator: Launchpad (build 16967)\n" #. module: web_graph diff --git a/addons/web_graph/i18n/de.po b/addons/web_graph/i18n/de.po index 8383d040045..df1e4a5d0c4 100644 --- a/addons/web_graph/i18n/de.po +++ b/addons/web_graph/i18n/de.po @@ -14,7 +14,7 @@ msgstr "" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-03-24 06:12+0000\n" +"X-Launchpad-Export-Date: 2014-04-01 06:09+0000\n" "X-Generator: Launchpad (build 16967)\n" #. module: web_graph diff --git a/addons/web_graph/i18n/en_AU.po b/addons/web_graph/i18n/en_AU.po index ea0c3e6612c..f5926f121a2 100644 --- a/addons/web_graph/i18n/en_AU.po +++ b/addons/web_graph/i18n/en_AU.po @@ -14,7 +14,7 @@ msgstr "" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-03-24 06:12+0000\n" +"X-Launchpad-Export-Date: 2014-04-01 06:09+0000\n" "X-Generator: Launchpad (build 16967)\n" #. module: web_graph diff --git a/addons/web_graph/i18n/en_GB.po b/addons/web_graph/i18n/en_GB.po index 37de54e136a..f126d42e575 100644 --- a/addons/web_graph/i18n/en_GB.po +++ b/addons/web_graph/i18n/en_GB.po @@ -14,7 +14,7 @@ msgstr "" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-03-24 06:12+0000\n" +"X-Launchpad-Export-Date: 2014-04-01 06:09+0000\n" "X-Generator: Launchpad (build 16967)\n" #. module: web_graph diff --git a/addons/web_graph/i18n/es.po b/addons/web_graph/i18n/es.po index c511fd2a829..2f7c767c0fb 100644 --- a/addons/web_graph/i18n/es.po +++ b/addons/web_graph/i18n/es.po @@ -14,7 +14,7 @@ msgstr "" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-03-24 06:12+0000\n" +"X-Launchpad-Export-Date: 2014-04-01 06:09+0000\n" "X-Generator: Launchpad (build 16967)\n" #. module: web_graph diff --git a/addons/web_graph/i18n/es_CL.po b/addons/web_graph/i18n/es_CL.po index 2f8e2f31daa..6903a3084bf 100644 --- a/addons/web_graph/i18n/es_CL.po +++ b/addons/web_graph/i18n/es_CL.po @@ -14,7 +14,7 @@ msgstr "" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-03-24 06:12+0000\n" +"X-Launchpad-Export-Date: 2014-04-01 06:09+0000\n" "X-Generator: Launchpad (build 16967)\n" #. module: web_graph diff --git a/addons/web_graph/i18n/es_CR.po b/addons/web_graph/i18n/es_CR.po index c2914238c32..da976a66e50 100644 --- a/addons/web_graph/i18n/es_CR.po +++ b/addons/web_graph/i18n/es_CR.po @@ -14,7 +14,7 @@ msgstr "" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-03-24 06:12+0000\n" +"X-Launchpad-Export-Date: 2014-04-01 06:09+0000\n" "X-Generator: Launchpad (build 16967)\n" #. module: web_graph diff --git a/addons/web_graph/i18n/es_DO.po b/addons/web_graph/i18n/es_DO.po index 2e7c50577a6..e8b8284550b 100644 --- a/addons/web_graph/i18n/es_DO.po +++ b/addons/web_graph/i18n/es_DO.po @@ -14,7 +14,7 @@ msgstr "" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-03-24 06:12+0000\n" +"X-Launchpad-Export-Date: 2014-04-01 06:09+0000\n" "X-Generator: Launchpad (build 16967)\n" #. module: web_graph diff --git a/addons/web_graph/i18n/es_EC.po b/addons/web_graph/i18n/es_EC.po index 8cd945df302..bdf68464a2a 100644 --- a/addons/web_graph/i18n/es_EC.po +++ b/addons/web_graph/i18n/es_EC.po @@ -14,7 +14,7 @@ msgstr "" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-03-24 06:12+0000\n" +"X-Launchpad-Export-Date: 2014-04-01 06:09+0000\n" "X-Generator: Launchpad (build 16967)\n" #. module: web_graph diff --git a/addons/web_graph/i18n/es_MX.po b/addons/web_graph/i18n/es_MX.po index 2c7d42b5603..91a8a4f4e47 100644 --- a/addons/web_graph/i18n/es_MX.po +++ b/addons/web_graph/i18n/es_MX.po @@ -14,7 +14,7 @@ msgstr "" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-03-24 06:12+0000\n" +"X-Launchpad-Export-Date: 2014-04-01 06:09+0000\n" "X-Generator: Launchpad (build 16967)\n" #. module: web_graph diff --git a/addons/web_graph/i18n/et.po b/addons/web_graph/i18n/et.po index 64fa7ea906e..50c502bf280 100644 --- a/addons/web_graph/i18n/et.po +++ b/addons/web_graph/i18n/et.po @@ -14,7 +14,7 @@ msgstr "" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-03-24 06:12+0000\n" +"X-Launchpad-Export-Date: 2014-04-01 06:09+0000\n" "X-Generator: Launchpad (build 16967)\n" #. module: web_graph diff --git a/addons/web_graph/i18n/fa.po b/addons/web_graph/i18n/fa.po index fe1f65498fa..f00e38cb5cf 100644 --- a/addons/web_graph/i18n/fa.po +++ b/addons/web_graph/i18n/fa.po @@ -14,7 +14,7 @@ msgstr "" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-03-24 06:12+0000\n" +"X-Launchpad-Export-Date: 2014-04-01 06:09+0000\n" "X-Generator: Launchpad (build 16967)\n" #. module: web_graph diff --git a/addons/web_graph/i18n/fi.po b/addons/web_graph/i18n/fi.po index b174daac94d..c7be05ccef2 100644 --- a/addons/web_graph/i18n/fi.po +++ b/addons/web_graph/i18n/fi.po @@ -14,7 +14,7 @@ msgstr "" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-03-24 06:12+0000\n" +"X-Launchpad-Export-Date: 2014-04-01 06:09+0000\n" "X-Generator: Launchpad (build 16967)\n" #. module: web_graph diff --git a/addons/web_graph/i18n/fr.po b/addons/web_graph/i18n/fr.po index 114d005bdcb..a97d0566061 100644 --- a/addons/web_graph/i18n/fr.po +++ b/addons/web_graph/i18n/fr.po @@ -15,7 +15,7 @@ msgstr "" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-03-24 06:12+0000\n" +"X-Launchpad-Export-Date: 2014-04-01 06:09+0000\n" "X-Generator: Launchpad (build 16967)\n" #. module: web_graph diff --git a/addons/web_graph/i18n/fr_CA.po b/addons/web_graph/i18n/fr_CA.po index 7728f3e2ab3..b0e95a30536 100644 --- a/addons/web_graph/i18n/fr_CA.po +++ b/addons/web_graph/i18n/fr_CA.po @@ -14,7 +14,7 @@ msgstr "" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-03-24 06:12+0000\n" +"X-Launchpad-Export-Date: 2014-04-01 06:09+0000\n" "X-Generator: Launchpad (build 16967)\n" #. module: web_graph diff --git a/addons/web_graph/i18n/gl.po b/addons/web_graph/i18n/gl.po index 4d9e452afa3..b1bdf4ba9af 100644 --- a/addons/web_graph/i18n/gl.po +++ b/addons/web_graph/i18n/gl.po @@ -14,7 +14,7 @@ msgstr "" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-03-24 06:12+0000\n" +"X-Launchpad-Export-Date: 2014-04-01 06:09+0000\n" "X-Generator: Launchpad (build 16967)\n" #. module: web_graph diff --git a/addons/web_graph/i18n/gu.po b/addons/web_graph/i18n/gu.po index 8fb44f41cc9..0aabd4d8328 100644 --- a/addons/web_graph/i18n/gu.po +++ b/addons/web_graph/i18n/gu.po @@ -14,7 +14,7 @@ msgstr "" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-03-24 06:12+0000\n" +"X-Launchpad-Export-Date: 2014-04-01 06:09+0000\n" "X-Generator: Launchpad (build 16967)\n" #. module: web_graph diff --git a/addons/web_graph/i18n/he.po b/addons/web_graph/i18n/he.po index 19c8fcb38de..c869ec43770 100644 --- a/addons/web_graph/i18n/he.po +++ b/addons/web_graph/i18n/he.po @@ -14,7 +14,7 @@ msgstr "" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-03-24 06:12+0000\n" +"X-Launchpad-Export-Date: 2014-04-01 06:09+0000\n" "X-Generator: Launchpad (build 16967)\n" #. module: web_graph diff --git a/addons/web_graph/i18n/hr.po b/addons/web_graph/i18n/hr.po index 1e90f85467e..7d0067f73fb 100644 --- a/addons/web_graph/i18n/hr.po +++ b/addons/web_graph/i18n/hr.po @@ -14,7 +14,7 @@ msgstr "" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-03-24 06:12+0000\n" +"X-Launchpad-Export-Date: 2014-04-01 06:09+0000\n" "X-Generator: Launchpad (build 16967)\n" #. module: web_graph diff --git a/addons/web_graph/i18n/hu.po b/addons/web_graph/i18n/hu.po index ce252289c36..7920bb7d935 100644 --- a/addons/web_graph/i18n/hu.po +++ b/addons/web_graph/i18n/hu.po @@ -14,7 +14,7 @@ msgstr "" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-03-24 06:12+0000\n" +"X-Launchpad-Export-Date: 2014-04-01 06:09+0000\n" "X-Generator: Launchpad (build 16967)\n" #. module: web_graph diff --git a/addons/web_graph/i18n/it.po b/addons/web_graph/i18n/it.po index b0490f08337..1d61a0665b9 100644 --- a/addons/web_graph/i18n/it.po +++ b/addons/web_graph/i18n/it.po @@ -14,7 +14,7 @@ msgstr "" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-03-24 06:12+0000\n" +"X-Launchpad-Export-Date: 2014-04-01 06:09+0000\n" "X-Generator: Launchpad (build 16967)\n" #. module: web_graph diff --git a/addons/web_graph/i18n/ja.po b/addons/web_graph/i18n/ja.po index 9606820099d..6cfe0d27d06 100644 --- a/addons/web_graph/i18n/ja.po +++ b/addons/web_graph/i18n/ja.po @@ -14,7 +14,7 @@ msgstr "" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-03-24 06:12+0000\n" +"X-Launchpad-Export-Date: 2014-04-01 06:09+0000\n" "X-Generator: Launchpad (build 16967)\n" #. module: web_graph diff --git a/addons/web_graph/i18n/ka.po b/addons/web_graph/i18n/ka.po index ac4890b53f4..c0b3931349f 100644 --- a/addons/web_graph/i18n/ka.po +++ b/addons/web_graph/i18n/ka.po @@ -14,7 +14,7 @@ msgstr "" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-03-24 06:12+0000\n" +"X-Launchpad-Export-Date: 2014-04-01 06:09+0000\n" "X-Generator: Launchpad (build 16967)\n" #. module: web_graph diff --git a/addons/web_graph/i18n/ko.po b/addons/web_graph/i18n/ko.po index d728710a9dc..97c1a43c884 100644 --- a/addons/web_graph/i18n/ko.po +++ b/addons/web_graph/i18n/ko.po @@ -14,7 +14,7 @@ msgstr "" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-03-24 06:12+0000\n" +"X-Launchpad-Export-Date: 2014-04-01 06:09+0000\n" "X-Generator: Launchpad (build 16967)\n" #. module: web_graph diff --git a/addons/web_graph/i18n/lt.po b/addons/web_graph/i18n/lt.po index 727e22172cd..cf64eb89850 100644 --- a/addons/web_graph/i18n/lt.po +++ b/addons/web_graph/i18n/lt.po @@ -14,7 +14,7 @@ msgstr "" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-03-24 06:12+0000\n" +"X-Launchpad-Export-Date: 2014-04-01 06:09+0000\n" "X-Generator: Launchpad (build 16967)\n" #. module: web_graph diff --git a/addons/web_graph/i18n/mk.po b/addons/web_graph/i18n/mk.po index 9f04bc62420..ab7bcdd68a0 100644 --- a/addons/web_graph/i18n/mk.po +++ b/addons/web_graph/i18n/mk.po @@ -14,7 +14,7 @@ msgstr "" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-03-24 06:12+0000\n" +"X-Launchpad-Export-Date: 2014-04-01 06:09+0000\n" "X-Generator: Launchpad (build 16967)\n" #. module: web_graph diff --git a/addons/web_graph/i18n/mn.po b/addons/web_graph/i18n/mn.po index 8187e0a547e..2c782697061 100644 --- a/addons/web_graph/i18n/mn.po +++ b/addons/web_graph/i18n/mn.po @@ -14,7 +14,7 @@ msgstr "" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-03-24 06:12+0000\n" +"X-Launchpad-Export-Date: 2014-04-01 06:09+0000\n" "X-Generator: Launchpad (build 16967)\n" #. module: web_graph diff --git a/addons/web_graph/i18n/nb.po b/addons/web_graph/i18n/nb.po index e4e8515fb4e..ae1470def22 100644 --- a/addons/web_graph/i18n/nb.po +++ b/addons/web_graph/i18n/nb.po @@ -14,7 +14,7 @@ msgstr "" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-03-24 06:12+0000\n" +"X-Launchpad-Export-Date: 2014-04-01 06:09+0000\n" "X-Generator: Launchpad (build 16967)\n" #. module: web_graph diff --git a/addons/web_graph/i18n/nl.po b/addons/web_graph/i18n/nl.po index 1ea4e955555..1a95a560207 100644 --- a/addons/web_graph/i18n/nl.po +++ b/addons/web_graph/i18n/nl.po @@ -14,7 +14,7 @@ msgstr "" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-03-24 06:12+0000\n" +"X-Launchpad-Export-Date: 2014-04-01 06:09+0000\n" "X-Generator: Launchpad (build 16967)\n" #. module: web_graph diff --git a/addons/web_graph/i18n/nl_BE.po b/addons/web_graph/i18n/nl_BE.po index 8939c158a7d..27fb477ab3f 100644 --- a/addons/web_graph/i18n/nl_BE.po +++ b/addons/web_graph/i18n/nl_BE.po @@ -14,7 +14,7 @@ msgstr "" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-03-24 06:12+0000\n" +"X-Launchpad-Export-Date: 2014-04-01 06:09+0000\n" "X-Generator: Launchpad (build 16967)\n" #. module: web_graph diff --git a/addons/web_graph/i18n/pl.po b/addons/web_graph/i18n/pl.po index c492abf37b4..845ab85246c 100644 --- a/addons/web_graph/i18n/pl.po +++ b/addons/web_graph/i18n/pl.po @@ -14,7 +14,7 @@ msgstr "" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-03-24 06:12+0000\n" +"X-Launchpad-Export-Date: 2014-04-01 06:09+0000\n" "X-Generator: Launchpad (build 16967)\n" #. module: web_graph diff --git a/addons/web_graph/i18n/pt.po b/addons/web_graph/i18n/pt.po index 481ca6a8e8e..f6f8853ac89 100644 --- a/addons/web_graph/i18n/pt.po +++ b/addons/web_graph/i18n/pt.po @@ -14,7 +14,7 @@ msgstr "" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-03-24 06:12+0000\n" +"X-Launchpad-Export-Date: 2014-04-01 06:09+0000\n" "X-Generator: Launchpad (build 16967)\n" #. module: web_graph diff --git a/addons/web_graph/i18n/pt_BR.po b/addons/web_graph/i18n/pt_BR.po index 70fd3d3ea58..6b4489a9fe8 100644 --- a/addons/web_graph/i18n/pt_BR.po +++ b/addons/web_graph/i18n/pt_BR.po @@ -14,7 +14,7 @@ msgstr "" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-03-24 06:12+0000\n" +"X-Launchpad-Export-Date: 2014-04-01 06:09+0000\n" "X-Generator: Launchpad (build 16967)\n" #. module: web_graph diff --git a/addons/web_graph/i18n/ro.po b/addons/web_graph/i18n/ro.po index 03578488ee3..ef4f2740eff 100644 --- a/addons/web_graph/i18n/ro.po +++ b/addons/web_graph/i18n/ro.po @@ -14,7 +14,7 @@ msgstr "" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-03-24 06:12+0000\n" +"X-Launchpad-Export-Date: 2014-04-01 06:09+0000\n" "X-Generator: Launchpad (build 16967)\n" #. module: web_graph diff --git a/addons/web_graph/i18n/ru.po b/addons/web_graph/i18n/ru.po index 7024e6fd413..2f358f4aaa9 100644 --- a/addons/web_graph/i18n/ru.po +++ b/addons/web_graph/i18n/ru.po @@ -14,7 +14,7 @@ msgstr "" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-03-24 06:12+0000\n" +"X-Launchpad-Export-Date: 2014-04-01 06:09+0000\n" "X-Generator: Launchpad (build 16967)\n" #. module: web_graph diff --git a/addons/web_graph/i18n/sl.po b/addons/web_graph/i18n/sl.po index aad89f618c7..3297974dacb 100644 --- a/addons/web_graph/i18n/sl.po +++ b/addons/web_graph/i18n/sl.po @@ -14,7 +14,7 @@ msgstr "" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-03-24 06:12+0000\n" +"X-Launchpad-Export-Date: 2014-04-01 06:09+0000\n" "X-Generator: Launchpad (build 16967)\n" #. module: web_graph diff --git a/addons/web_graph/i18n/sq.po b/addons/web_graph/i18n/sq.po index 14b8e1ef864..8268cd413d2 100644 --- a/addons/web_graph/i18n/sq.po +++ b/addons/web_graph/i18n/sq.po @@ -14,7 +14,7 @@ msgstr "" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-03-24 06:12+0000\n" +"X-Launchpad-Export-Date: 2014-04-01 06:09+0000\n" "X-Generator: Launchpad (build 16967)\n" #. module: web_graph diff --git a/addons/web_graph/i18n/sr@latin.po b/addons/web_graph/i18n/sr@latin.po index bcf6312498c..ba8c680e02a 100644 --- a/addons/web_graph/i18n/sr@latin.po +++ b/addons/web_graph/i18n/sr@latin.po @@ -14,7 +14,7 @@ msgstr "" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-03-24 06:12+0000\n" +"X-Launchpad-Export-Date: 2014-04-01 06:09+0000\n" "X-Generator: Launchpad (build 16967)\n" #. module: web_graph diff --git a/addons/web_graph/i18n/sv.po b/addons/web_graph/i18n/sv.po index 4c52888dee0..f0bae83cace 100644 --- a/addons/web_graph/i18n/sv.po +++ b/addons/web_graph/i18n/sv.po @@ -14,7 +14,7 @@ msgstr "" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-03-24 06:12+0000\n" +"X-Launchpad-Export-Date: 2014-04-01 06:09+0000\n" "X-Generator: Launchpad (build 16967)\n" #. module: web_graph diff --git a/addons/web_graph/i18n/th.po b/addons/web_graph/i18n/th.po index e4f2cd04cf8..06cf9a71345 100644 --- a/addons/web_graph/i18n/th.po +++ b/addons/web_graph/i18n/th.po @@ -14,7 +14,7 @@ msgstr "" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-03-24 06:12+0000\n" +"X-Launchpad-Export-Date: 2014-04-01 06:09+0000\n" "X-Generator: Launchpad (build 16967)\n" #. module: web_graph diff --git a/addons/web_graph/i18n/tr.po b/addons/web_graph/i18n/tr.po index 175d83a882b..275544fd3aa 100644 --- a/addons/web_graph/i18n/tr.po +++ b/addons/web_graph/i18n/tr.po @@ -14,7 +14,7 @@ msgstr "" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-03-24 06:12+0000\n" +"X-Launchpad-Export-Date: 2014-04-01 06:09+0000\n" "X-Generator: Launchpad (build 16967)\n" #. module: web_graph diff --git a/addons/web_graph/i18n/zh_CN.po b/addons/web_graph/i18n/zh_CN.po index 02730e9daa7..b20a93513d4 100644 --- a/addons/web_graph/i18n/zh_CN.po +++ b/addons/web_graph/i18n/zh_CN.po @@ -14,7 +14,7 @@ msgstr "" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-03-24 06:12+0000\n" +"X-Launchpad-Export-Date: 2014-04-01 06:09+0000\n" "X-Generator: Launchpad (build 16967)\n" #. module: web_graph diff --git a/addons/web_kanban/i18n/ar.po b/addons/web_kanban/i18n/ar.po index 6f10261f355..3bbd88d6e74 100644 --- a/addons/web_kanban/i18n/ar.po +++ b/addons/web_kanban/i18n/ar.po @@ -14,7 +14,7 @@ msgstr "" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-03-24 06:12+0000\n" +"X-Launchpad-Export-Date: 2014-04-01 06:09+0000\n" "X-Generator: Launchpad (build 16967)\n" #. module: web_kanban diff --git a/addons/web_kanban/i18n/bg.po b/addons/web_kanban/i18n/bg.po index 3ee68120ae9..c9c999d8697 100644 --- a/addons/web_kanban/i18n/bg.po +++ b/addons/web_kanban/i18n/bg.po @@ -14,7 +14,7 @@ msgstr "" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-03-24 06:12+0000\n" +"X-Launchpad-Export-Date: 2014-04-01 06:09+0000\n" "X-Generator: Launchpad (build 16967)\n" #. module: web_kanban diff --git a/addons/web_kanban/i18n/bn.po b/addons/web_kanban/i18n/bn.po index 41c450a4598..b097f28321c 100644 --- a/addons/web_kanban/i18n/bn.po +++ b/addons/web_kanban/i18n/bn.po @@ -14,7 +14,7 @@ msgstr "" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-03-24 06:12+0000\n" +"X-Launchpad-Export-Date: 2014-04-01 06:09+0000\n" "X-Generator: Launchpad (build 16967)\n" #. module: web_kanban diff --git a/addons/web_kanban/i18n/bs.po b/addons/web_kanban/i18n/bs.po index fdb23344f81..27a435c0a22 100644 --- a/addons/web_kanban/i18n/bs.po +++ b/addons/web_kanban/i18n/bs.po @@ -14,7 +14,7 @@ msgstr "" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-03-24 06:12+0000\n" +"X-Launchpad-Export-Date: 2014-04-01 06:09+0000\n" "X-Generator: Launchpad (build 16967)\n" #. module: web_kanban diff --git a/addons/web_kanban/i18n/ca.po b/addons/web_kanban/i18n/ca.po index 55f0ff2cde2..e3dee0eae08 100644 --- a/addons/web_kanban/i18n/ca.po +++ b/addons/web_kanban/i18n/ca.po @@ -14,7 +14,7 @@ msgstr "" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-03-24 06:12+0000\n" +"X-Launchpad-Export-Date: 2014-04-01 06:09+0000\n" "X-Generator: Launchpad (build 16967)\n" #. module: web_kanban diff --git a/addons/web_kanban/i18n/cs.po b/addons/web_kanban/i18n/cs.po index f9e0dc4dfbe..1968900d058 100644 --- a/addons/web_kanban/i18n/cs.po +++ b/addons/web_kanban/i18n/cs.po @@ -14,7 +14,7 @@ msgstr "" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-03-24 06:12+0000\n" +"X-Launchpad-Export-Date: 2014-04-01 06:09+0000\n" "X-Generator: Launchpad (build 16967)\n" "X-Poedit-Language: Czech\n" diff --git a/addons/web_kanban/i18n/da.po b/addons/web_kanban/i18n/da.po index 808ef71ab5a..bff504ae32d 100644 --- a/addons/web_kanban/i18n/da.po +++ b/addons/web_kanban/i18n/da.po @@ -14,7 +14,7 @@ msgstr "" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-03-24 06:12+0000\n" +"X-Launchpad-Export-Date: 2014-04-01 06:09+0000\n" "X-Generator: Launchpad (build 16967)\n" #. module: web_kanban diff --git a/addons/web_kanban/i18n/de.po b/addons/web_kanban/i18n/de.po index 3bb1d412d66..39e6e065931 100644 --- a/addons/web_kanban/i18n/de.po +++ b/addons/web_kanban/i18n/de.po @@ -14,7 +14,7 @@ msgstr "" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-03-24 06:12+0000\n" +"X-Launchpad-Export-Date: 2014-04-01 06:09+0000\n" "X-Generator: Launchpad (build 16967)\n" #. module: web_kanban diff --git a/addons/web_kanban/i18n/en_AU.po b/addons/web_kanban/i18n/en_AU.po index f1beaebbcba..4c7f8efda7b 100644 --- a/addons/web_kanban/i18n/en_AU.po +++ b/addons/web_kanban/i18n/en_AU.po @@ -14,7 +14,7 @@ msgstr "" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-03-24 06:12+0000\n" +"X-Launchpad-Export-Date: 2014-04-01 06:10+0000\n" "X-Generator: Launchpad (build 16967)\n" #. module: web_kanban diff --git a/addons/web_kanban/i18n/en_GB.po b/addons/web_kanban/i18n/en_GB.po index 2c0146ef2da..265a3f9c36c 100644 --- a/addons/web_kanban/i18n/en_GB.po +++ b/addons/web_kanban/i18n/en_GB.po @@ -14,7 +14,7 @@ msgstr "" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-03-24 06:12+0000\n" +"X-Launchpad-Export-Date: 2014-04-01 06:10+0000\n" "X-Generator: Launchpad (build 16967)\n" #. module: web_kanban diff --git a/addons/web_kanban/i18n/es.po b/addons/web_kanban/i18n/es.po index 8358167f33c..66d17628318 100644 --- a/addons/web_kanban/i18n/es.po +++ b/addons/web_kanban/i18n/es.po @@ -14,7 +14,7 @@ msgstr "" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-03-24 06:12+0000\n" +"X-Launchpad-Export-Date: 2014-04-01 06:09+0000\n" "X-Generator: Launchpad (build 16967)\n" #. module: web_kanban diff --git a/addons/web_kanban/i18n/es_CL.po b/addons/web_kanban/i18n/es_CL.po index 682f5edc490..78eaac6d408 100644 --- a/addons/web_kanban/i18n/es_CL.po +++ b/addons/web_kanban/i18n/es_CL.po @@ -14,7 +14,7 @@ msgstr "" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-03-24 06:12+0000\n" +"X-Launchpad-Export-Date: 2014-04-01 06:10+0000\n" "X-Generator: Launchpad (build 16967)\n" #. module: web_kanban diff --git a/addons/web_kanban/i18n/es_CR.po b/addons/web_kanban/i18n/es_CR.po index f008bb2fda4..bd303de30f8 100644 --- a/addons/web_kanban/i18n/es_CR.po +++ b/addons/web_kanban/i18n/es_CR.po @@ -14,7 +14,7 @@ msgstr "" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-03-24 06:12+0000\n" +"X-Launchpad-Export-Date: 2014-04-01 06:10+0000\n" "X-Generator: Launchpad (build 16967)\n" #. module: web_kanban diff --git a/addons/web_kanban/i18n/es_DO.po b/addons/web_kanban/i18n/es_DO.po index ef06078389e..2b6f41f53b3 100644 --- a/addons/web_kanban/i18n/es_DO.po +++ b/addons/web_kanban/i18n/es_DO.po @@ -14,7 +14,7 @@ msgstr "" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-03-24 06:12+0000\n" +"X-Launchpad-Export-Date: 2014-04-01 06:10+0000\n" "X-Generator: Launchpad (build 16967)\n" #. module: web_kanban diff --git a/addons/web_kanban/i18n/es_EC.po b/addons/web_kanban/i18n/es_EC.po index ad4c506577e..f19c9ca7e51 100644 --- a/addons/web_kanban/i18n/es_EC.po +++ b/addons/web_kanban/i18n/es_EC.po @@ -14,7 +14,7 @@ msgstr "" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-03-24 06:12+0000\n" +"X-Launchpad-Export-Date: 2014-04-01 06:10+0000\n" "X-Generator: Launchpad (build 16967)\n" #. module: web_kanban diff --git a/addons/web_kanban/i18n/es_MX.po b/addons/web_kanban/i18n/es_MX.po index 93936ed0710..5005938fa35 100644 --- a/addons/web_kanban/i18n/es_MX.po +++ b/addons/web_kanban/i18n/es_MX.po @@ -14,7 +14,7 @@ msgstr "" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-03-24 06:12+0000\n" +"X-Launchpad-Export-Date: 2014-04-01 06:10+0000\n" "X-Generator: Launchpad (build 16967)\n" #. module: web_kanban diff --git a/addons/web_kanban/i18n/et.po b/addons/web_kanban/i18n/et.po index d09688d4ff3..3eafcf5a603 100644 --- a/addons/web_kanban/i18n/et.po +++ b/addons/web_kanban/i18n/et.po @@ -14,7 +14,7 @@ msgstr "" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-03-24 06:12+0000\n" +"X-Launchpad-Export-Date: 2014-04-01 06:09+0000\n" "X-Generator: Launchpad (build 16967)\n" #. module: web_kanban diff --git a/addons/web_kanban/i18n/fa.po b/addons/web_kanban/i18n/fa.po index 47e108d07ff..1411baee5cf 100644 --- a/addons/web_kanban/i18n/fa.po +++ b/addons/web_kanban/i18n/fa.po @@ -14,7 +14,7 @@ msgstr "" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-03-24 06:12+0000\n" +"X-Launchpad-Export-Date: 2014-04-01 06:09+0000\n" "X-Generator: Launchpad (build 16967)\n" #. module: web_kanban diff --git a/addons/web_kanban/i18n/fi.po b/addons/web_kanban/i18n/fi.po index 9ff75df6135..2d2dc5bae2d 100644 --- a/addons/web_kanban/i18n/fi.po +++ b/addons/web_kanban/i18n/fi.po @@ -14,7 +14,7 @@ msgstr "" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-03-24 06:12+0000\n" +"X-Launchpad-Export-Date: 2014-04-01 06:09+0000\n" "X-Generator: Launchpad (build 16967)\n" #. module: web_kanban diff --git a/addons/web_kanban/i18n/fr.po b/addons/web_kanban/i18n/fr.po index 3bcbbd12a5d..fb37b21b012 100644 --- a/addons/web_kanban/i18n/fr.po +++ b/addons/web_kanban/i18n/fr.po @@ -14,7 +14,7 @@ msgstr "" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-03-24 06:12+0000\n" +"X-Launchpad-Export-Date: 2014-04-01 06:09+0000\n" "X-Generator: Launchpad (build 16967)\n" #. module: web_kanban diff --git a/addons/web_kanban/i18n/fr_CA.po b/addons/web_kanban/i18n/fr_CA.po index a78ed77d91e..f4f049a21f0 100644 --- a/addons/web_kanban/i18n/fr_CA.po +++ b/addons/web_kanban/i18n/fr_CA.po @@ -14,7 +14,7 @@ msgstr "" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-03-24 06:12+0000\n" +"X-Launchpad-Export-Date: 2014-04-01 06:10+0000\n" "X-Generator: Launchpad (build 16967)\n" #. module: web_kanban diff --git a/addons/web_kanban/i18n/gl.po b/addons/web_kanban/i18n/gl.po index 4b38abcaf2c..695b83f918c 100644 --- a/addons/web_kanban/i18n/gl.po +++ b/addons/web_kanban/i18n/gl.po @@ -14,7 +14,7 @@ msgstr "" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-03-24 06:12+0000\n" +"X-Launchpad-Export-Date: 2014-04-01 06:09+0000\n" "X-Generator: Launchpad (build 16967)\n" #. module: web_kanban diff --git a/addons/web_kanban/i18n/gu.po b/addons/web_kanban/i18n/gu.po index a8f9c612f0d..34a248f4b17 100644 --- a/addons/web_kanban/i18n/gu.po +++ b/addons/web_kanban/i18n/gu.po @@ -14,7 +14,7 @@ msgstr "" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-03-24 06:12+0000\n" +"X-Launchpad-Export-Date: 2014-04-01 06:09+0000\n" "X-Generator: Launchpad (build 16967)\n" #. module: web_kanban diff --git a/addons/web_kanban/i18n/he.po b/addons/web_kanban/i18n/he.po index 4d2c362b226..69e4fe06a2b 100644 --- a/addons/web_kanban/i18n/he.po +++ b/addons/web_kanban/i18n/he.po @@ -14,7 +14,7 @@ msgstr "" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-03-24 06:12+0000\n" +"X-Launchpad-Export-Date: 2014-04-01 06:09+0000\n" "X-Generator: Launchpad (build 16967)\n" #. module: web_kanban diff --git a/addons/web_kanban/i18n/hr.po b/addons/web_kanban/i18n/hr.po index 7fdf34205a2..72dc1153f9a 100644 --- a/addons/web_kanban/i18n/hr.po +++ b/addons/web_kanban/i18n/hr.po @@ -14,7 +14,7 @@ msgstr "" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-03-24 06:12+0000\n" +"X-Launchpad-Export-Date: 2014-04-01 06:09+0000\n" "X-Generator: Launchpad (build 16967)\n" #. module: web_kanban diff --git a/addons/web_kanban/i18n/hu.po b/addons/web_kanban/i18n/hu.po index e1bdcab55f9..3a39093640b 100644 --- a/addons/web_kanban/i18n/hu.po +++ b/addons/web_kanban/i18n/hu.po @@ -14,7 +14,7 @@ msgstr "" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-03-24 06:12+0000\n" +"X-Launchpad-Export-Date: 2014-04-01 06:09+0000\n" "X-Generator: Launchpad (build 16967)\n" #. module: web_kanban diff --git a/addons/web_kanban/i18n/it.po b/addons/web_kanban/i18n/it.po index be9187281bc..0ff658b8749 100644 --- a/addons/web_kanban/i18n/it.po +++ b/addons/web_kanban/i18n/it.po @@ -14,7 +14,7 @@ msgstr "" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-03-24 06:12+0000\n" +"X-Launchpad-Export-Date: 2014-04-01 06:09+0000\n" "X-Generator: Launchpad (build 16967)\n" #. module: web_kanban diff --git a/addons/web_kanban/i18n/ja.po b/addons/web_kanban/i18n/ja.po index 0fd74786530..b7bfce549fc 100644 --- a/addons/web_kanban/i18n/ja.po +++ b/addons/web_kanban/i18n/ja.po @@ -14,7 +14,7 @@ msgstr "" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-03-24 06:12+0000\n" +"X-Launchpad-Export-Date: 2014-04-01 06:09+0000\n" "X-Generator: Launchpad (build 16967)\n" #. module: web_kanban diff --git a/addons/web_kanban/i18n/ka.po b/addons/web_kanban/i18n/ka.po index b781da52763..bb7ae51e2f7 100644 --- a/addons/web_kanban/i18n/ka.po +++ b/addons/web_kanban/i18n/ka.po @@ -14,7 +14,7 @@ msgstr "" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-03-24 06:12+0000\n" +"X-Launchpad-Export-Date: 2014-04-01 06:09+0000\n" "X-Generator: Launchpad (build 16967)\n" #. module: web_kanban diff --git a/addons/web_kanban/i18n/ko.po b/addons/web_kanban/i18n/ko.po index 9d25e0807d4..1894782f284 100644 --- a/addons/web_kanban/i18n/ko.po +++ b/addons/web_kanban/i18n/ko.po @@ -14,7 +14,7 @@ msgstr "" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-03-24 06:12+0000\n" +"X-Launchpad-Export-Date: 2014-04-01 06:09+0000\n" "X-Generator: Launchpad (build 16967)\n" #. module: web_kanban diff --git a/addons/web_kanban/i18n/lt.po b/addons/web_kanban/i18n/lt.po index 165242d50b7..ed590b08964 100644 --- a/addons/web_kanban/i18n/lt.po +++ b/addons/web_kanban/i18n/lt.po @@ -14,7 +14,7 @@ msgstr "" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-03-24 06:12+0000\n" +"X-Launchpad-Export-Date: 2014-04-01 06:09+0000\n" "X-Generator: Launchpad (build 16967)\n" #. module: web_kanban diff --git a/addons/web_kanban/i18n/mk.po b/addons/web_kanban/i18n/mk.po index f3d54e078c3..417991ebc53 100644 --- a/addons/web_kanban/i18n/mk.po +++ b/addons/web_kanban/i18n/mk.po @@ -14,7 +14,7 @@ msgstr "" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-03-24 06:12+0000\n" +"X-Launchpad-Export-Date: 2014-04-01 06:09+0000\n" "X-Generator: Launchpad (build 16967)\n" #. module: web_kanban diff --git a/addons/web_kanban/i18n/mn.po b/addons/web_kanban/i18n/mn.po index a5ff8731584..0045a439800 100644 --- a/addons/web_kanban/i18n/mn.po +++ b/addons/web_kanban/i18n/mn.po @@ -14,7 +14,7 @@ msgstr "" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-03-24 06:12+0000\n" +"X-Launchpad-Export-Date: 2014-04-01 06:09+0000\n" "X-Generator: Launchpad (build 16967)\n" #. module: web_kanban diff --git a/addons/web_kanban/i18n/nb.po b/addons/web_kanban/i18n/nb.po index 15361af5a80..78e4451786a 100644 --- a/addons/web_kanban/i18n/nb.po +++ b/addons/web_kanban/i18n/nb.po @@ -14,7 +14,7 @@ msgstr "" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-03-24 06:12+0000\n" +"X-Launchpad-Export-Date: 2014-04-01 06:09+0000\n" "X-Generator: Launchpad (build 16967)\n" #. module: web_kanban diff --git a/addons/web_kanban/i18n/nl.po b/addons/web_kanban/i18n/nl.po index 44b1ef00e9a..fec6624d4b1 100644 --- a/addons/web_kanban/i18n/nl.po +++ b/addons/web_kanban/i18n/nl.po @@ -14,7 +14,7 @@ msgstr "" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-03-24 06:12+0000\n" +"X-Launchpad-Export-Date: 2014-04-01 06:09+0000\n" "X-Generator: Launchpad (build 16967)\n" #. module: web_kanban diff --git a/addons/web_kanban/i18n/nl_BE.po b/addons/web_kanban/i18n/nl_BE.po index d3be0c5efb6..28bd443e515 100644 --- a/addons/web_kanban/i18n/nl_BE.po +++ b/addons/web_kanban/i18n/nl_BE.po @@ -14,7 +14,7 @@ msgstr "" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-03-24 06:12+0000\n" +"X-Launchpad-Export-Date: 2014-04-01 06:10+0000\n" "X-Generator: Launchpad (build 16967)\n" #. module: web_kanban diff --git a/addons/web_kanban/i18n/pl.po b/addons/web_kanban/i18n/pl.po index a65eba05264..bd117df57de 100644 --- a/addons/web_kanban/i18n/pl.po +++ b/addons/web_kanban/i18n/pl.po @@ -14,7 +14,7 @@ msgstr "" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-03-24 06:12+0000\n" +"X-Launchpad-Export-Date: 2014-04-01 06:09+0000\n" "X-Generator: Launchpad (build 16967)\n" #. module: web_kanban diff --git a/addons/web_kanban/i18n/pt.po b/addons/web_kanban/i18n/pt.po index e0ea59dd5fd..fa128e641be 100644 --- a/addons/web_kanban/i18n/pt.po +++ b/addons/web_kanban/i18n/pt.po @@ -14,7 +14,7 @@ msgstr "" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-03-24 06:12+0000\n" +"X-Launchpad-Export-Date: 2014-04-01 06:09+0000\n" "X-Generator: Launchpad (build 16967)\n" #. module: web_kanban diff --git a/addons/web_kanban/i18n/pt_BR.po b/addons/web_kanban/i18n/pt_BR.po index 810035c8954..1fea9826281 100644 --- a/addons/web_kanban/i18n/pt_BR.po +++ b/addons/web_kanban/i18n/pt_BR.po @@ -14,7 +14,7 @@ msgstr "" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-03-24 06:12+0000\n" +"X-Launchpad-Export-Date: 2014-04-01 06:10+0000\n" "X-Generator: Launchpad (build 16967)\n" #. module: web_kanban diff --git a/addons/web_kanban/i18n/ro.po b/addons/web_kanban/i18n/ro.po index c5757a20c15..3ed3162777e 100644 --- a/addons/web_kanban/i18n/ro.po +++ b/addons/web_kanban/i18n/ro.po @@ -14,7 +14,7 @@ msgstr "" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-03-24 06:12+0000\n" +"X-Launchpad-Export-Date: 2014-04-01 06:09+0000\n" "X-Generator: Launchpad (build 16967)\n" #. module: web_kanban diff --git a/addons/web_kanban/i18n/ru.po b/addons/web_kanban/i18n/ru.po index fdbfb6bec0e..4dc62ee1ba3 100644 --- a/addons/web_kanban/i18n/ru.po +++ b/addons/web_kanban/i18n/ru.po @@ -14,7 +14,7 @@ msgstr "" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-03-24 06:12+0000\n" +"X-Launchpad-Export-Date: 2014-04-01 06:09+0000\n" "X-Generator: Launchpad (build 16967)\n" #. module: web_kanban diff --git a/addons/web_kanban/i18n/sl.po b/addons/web_kanban/i18n/sl.po index 38d201689a7..8f813c9ab7e 100644 --- a/addons/web_kanban/i18n/sl.po +++ b/addons/web_kanban/i18n/sl.po @@ -14,7 +14,7 @@ msgstr "" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-03-24 06:12+0000\n" +"X-Launchpad-Export-Date: 2014-04-01 06:09+0000\n" "X-Generator: Launchpad (build 16967)\n" #. module: web_kanban diff --git a/addons/web_kanban/i18n/sr@latin.po b/addons/web_kanban/i18n/sr@latin.po index b958b04374a..e7d16579b84 100644 --- a/addons/web_kanban/i18n/sr@latin.po +++ b/addons/web_kanban/i18n/sr@latin.po @@ -14,7 +14,7 @@ msgstr "" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-03-24 06:12+0000\n" +"X-Launchpad-Export-Date: 2014-04-01 06:10+0000\n" "X-Generator: Launchpad (build 16967)\n" #. module: web_kanban diff --git a/addons/web_kanban/i18n/sv.po b/addons/web_kanban/i18n/sv.po index 48a3a18e33e..2653ac5ca13 100644 --- a/addons/web_kanban/i18n/sv.po +++ b/addons/web_kanban/i18n/sv.po @@ -14,7 +14,7 @@ msgstr "" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-03-24 06:12+0000\n" +"X-Launchpad-Export-Date: 2014-04-01 06:09+0000\n" "X-Generator: Launchpad (build 16967)\n" #. module: web_kanban diff --git a/addons/web_kanban/i18n/th.po b/addons/web_kanban/i18n/th.po index 1e3e3f0db85..dd29bfd9e7f 100644 --- a/addons/web_kanban/i18n/th.po +++ b/addons/web_kanban/i18n/th.po @@ -14,7 +14,7 @@ msgstr "" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-03-24 06:12+0000\n" +"X-Launchpad-Export-Date: 2014-04-01 06:10+0000\n" "X-Generator: Launchpad (build 16967)\n" #. module: web_kanban diff --git a/addons/web_kanban/i18n/tr.po b/addons/web_kanban/i18n/tr.po index 5da1b8d5289..a557bc84f62 100644 --- a/addons/web_kanban/i18n/tr.po +++ b/addons/web_kanban/i18n/tr.po @@ -14,7 +14,7 @@ msgstr "" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-03-24 06:12+0000\n" +"X-Launchpad-Export-Date: 2014-04-01 06:10+0000\n" "X-Generator: Launchpad (build 16967)\n" #. module: web_kanban diff --git a/addons/web_kanban/i18n/zh_CN.po b/addons/web_kanban/i18n/zh_CN.po index a35a133e4e5..376d5ddcc13 100644 --- a/addons/web_kanban/i18n/zh_CN.po +++ b/addons/web_kanban/i18n/zh_CN.po @@ -14,7 +14,7 @@ msgstr "" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-03-24 06:12+0000\n" +"X-Launchpad-Export-Date: 2014-04-01 06:10+0000\n" "X-Generator: Launchpad (build 16967)\n" #. module: web_kanban diff --git a/addons/web_kanban/i18n/zh_TW.po b/addons/web_kanban/i18n/zh_TW.po index 8052ec3b1b1..c360c843c80 100644 --- a/addons/web_kanban/i18n/zh_TW.po +++ b/addons/web_kanban/i18n/zh_TW.po @@ -14,7 +14,7 @@ msgstr "" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-03-24 06:12+0000\n" +"X-Launchpad-Export-Date: 2014-04-01 06:10+0000\n" "X-Generator: Launchpad (build 16967)\n" #. module: web_kanban diff --git a/addons/web_linkedin/i18n/sv.po b/addons/web_linkedin/i18n/sv.po new file mode 100644 index 00000000000..0ef76be17b2 --- /dev/null +++ b/addons/web_linkedin/i18n/sv.po @@ -0,0 +1,139 @@ +# Swedish translation for openobject-addons +# Copyright (c) 2014 Rosetta Contributors and Canonical Ltd 2014 +# This file is distributed under the same license as the openobject-addons package. +# FIRST AUTHOR , 2014. +# +msgid "" +msgstr "" +"Project-Id-Version: openobject-addons\n" +"Report-Msgid-Bugs-To: FULL NAME \n" +"POT-Creation-Date: 2012-12-21 17:06+0000\n" +"PO-Revision-Date: 2014-03-31 20:14+0000\n" +"Last-Translator: FULL NAME \n" +"Language-Team: Swedish \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Launchpad-Export-Date: 2014-04-01 05:39+0000\n" +"X-Generator: Launchpad (build 16967)\n" + +#. module: web_linkedin +#: view:sale.config.settings:0 +msgid "here:" +msgstr "här:" + +#. module: web_linkedin +#: field:sale.config.settings,api_key:0 +msgid "API Key" +msgstr "API-nyckel" + +#. module: web_linkedin +#. openerp-web +#: code:addons/web_linkedin/static/src/js/linkedin.js:331 +#, python-format +msgid "No results found" +msgstr "Inga resultat hittades" + +#. module: web_linkedin +#. openerp-web +#: code:addons/web_linkedin/static/src/js/linkedin.js:62 +#, python-format +msgid "Ok" +msgstr "Ok" + +#. module: web_linkedin +#: view:sale.config.settings:0 +msgid "Log into LinkedIn." +msgstr "Logga in på LinkedIn" + +#. module: web_linkedin +#. openerp-web +#: code:addons/web_linkedin/static/src/xml/linkedin.xml:13 +#, python-format +msgid "People" +msgstr "Personer" + +#. module: web_linkedin +#: model:ir.model,name:web_linkedin.model_sale_config_settings +msgid "sale.config.settings" +msgstr "sale.config.settings" + +#. module: web_linkedin +#: field:sale.config.settings,server_domain:0 +msgid "unknown" +msgstr "okänd" + +#. module: web_linkedin +#: view:sale.config.settings:0 +msgid "https://www.linkedin.com/secure/developer" +msgstr "https://www.linkedin.com/secure/developer" + +#. module: web_linkedin +#. openerp-web +#: code:addons/web_linkedin/static/src/xml/linkedin.xml:15 +#, python-format +msgid "Companies" +msgstr "Bolag" + +#. module: web_linkedin +#: view:sale.config.settings:0 +msgid "API key" +msgstr "API nyckel" + +#. module: web_linkedin +#: view:sale.config.settings:0 +msgid "Copy the" +msgstr "Kopiera" + +#. module: web_linkedin +#. openerp-web +#: code:addons/web_linkedin/static/src/js/linkedin.js:263 +#, python-format +msgid "LinkedIn search" +msgstr "Linkedinsökning" + +#. module: web_linkedin +#. openerp-web +#: code:addons/web_linkedin/static/src/xml/linkedin.xml:31 +#, python-format +msgid "" +"LinkedIn access was not enabled on this server.\n" +" Please ask your administrator to configure it in Settings > " +"Configuration > Sales > Social Network Integration." +msgstr "" + +#. module: web_linkedin +#: view:sale.config.settings:0 +msgid "" +"To use the LinkedIn module with this database, an API Key is required. " +"Please follow this procedure:" +msgstr "" +"För att använda Linkedin-modulen med denna databas krävs en API-nyckel. Följ " +"denna procedur:" + +#. module: web_linkedin +#. openerp-web +#: code:addons/web_linkedin/static/src/js/linkedin.js:60 +#, python-format +msgid "LinkedIn is not enabled" +msgstr "LinkedIn är inte aktiverad" + +#. module: web_linkedin +#: view:sale.config.settings:0 +msgid "Add a new application and fill the form:" +msgstr "" + +#. module: web_linkedin +#: view:sale.config.settings:0 +msgid "Go to this URL:" +msgstr "Gå till denna URL:" + +#. module: web_linkedin +#: view:sale.config.settings:0 +msgid "The programming tool is Javascript" +msgstr "Programmeringshjälpmedlet är Javascript" + +#. module: web_linkedin +#: view:sale.config.settings:0 +msgid "JavaScript API Domain:" +msgstr "JavaScript API Domän:" diff --git a/addons/web_view_editor/i18n/ar.po b/addons/web_view_editor/i18n/ar.po index 5b38893e838..bb7a62ed515 100644 --- a/addons/web_view_editor/i18n/ar.po +++ b/addons/web_view_editor/i18n/ar.po @@ -14,7 +14,7 @@ msgstr "" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-03-24 06:12+0000\n" +"X-Launchpad-Export-Date: 2014-04-01 06:10+0000\n" "X-Generator: Launchpad (build 16967)\n" #. module: web_view_editor diff --git a/addons/web_view_editor/i18n/bs.po b/addons/web_view_editor/i18n/bs.po index 02ab4ed27e1..078fe66ebce 100644 --- a/addons/web_view_editor/i18n/bs.po +++ b/addons/web_view_editor/i18n/bs.po @@ -14,7 +14,7 @@ msgstr "" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-03-24 06:12+0000\n" +"X-Launchpad-Export-Date: 2014-04-01 06:10+0000\n" "X-Generator: Launchpad (build 16967)\n" #. module: web_view_editor diff --git a/addons/web_view_editor/i18n/cs.po b/addons/web_view_editor/i18n/cs.po index 46edd149e81..332ac5a34e3 100644 --- a/addons/web_view_editor/i18n/cs.po +++ b/addons/web_view_editor/i18n/cs.po @@ -14,7 +14,7 @@ msgstr "" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-03-24 06:12+0000\n" +"X-Launchpad-Export-Date: 2014-04-01 06:10+0000\n" "X-Generator: Launchpad (build 16967)\n" #. module: web_view_editor diff --git a/addons/web_view_editor/i18n/da.po b/addons/web_view_editor/i18n/da.po index 7450fe6f97e..8e4b111289e 100644 --- a/addons/web_view_editor/i18n/da.po +++ b/addons/web_view_editor/i18n/da.po @@ -14,7 +14,7 @@ msgstr "" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-03-24 06:12+0000\n" +"X-Launchpad-Export-Date: 2014-04-01 06:10+0000\n" "X-Generator: Launchpad (build 16967)\n" #. module: web_view_editor diff --git a/addons/web_view_editor/i18n/de.po b/addons/web_view_editor/i18n/de.po index 4a673c82549..8b973e7a454 100644 --- a/addons/web_view_editor/i18n/de.po +++ b/addons/web_view_editor/i18n/de.po @@ -14,7 +14,7 @@ msgstr "" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-03-24 06:12+0000\n" +"X-Launchpad-Export-Date: 2014-04-01 06:10+0000\n" "X-Generator: Launchpad (build 16967)\n" #. module: web_view_editor diff --git a/addons/web_view_editor/i18n/en_AU.po b/addons/web_view_editor/i18n/en_AU.po index 2adbcf80a03..63a88fc05e3 100644 --- a/addons/web_view_editor/i18n/en_AU.po +++ b/addons/web_view_editor/i18n/en_AU.po @@ -14,7 +14,7 @@ msgstr "" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-03-24 06:12+0000\n" +"X-Launchpad-Export-Date: 2014-04-01 06:10+0000\n" "X-Generator: Launchpad (build 16967)\n" #. module: web_view_editor diff --git a/addons/web_view_editor/i18n/en_GB.po b/addons/web_view_editor/i18n/en_GB.po index 3c4ad84127a..11421bf2af2 100644 --- a/addons/web_view_editor/i18n/en_GB.po +++ b/addons/web_view_editor/i18n/en_GB.po @@ -14,7 +14,7 @@ msgstr "" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-03-24 06:12+0000\n" +"X-Launchpad-Export-Date: 2014-04-01 06:10+0000\n" "X-Generator: Launchpad (build 16967)\n" #. module: web_view_editor diff --git a/addons/web_view_editor/i18n/es.po b/addons/web_view_editor/i18n/es.po index 810d558de7f..028ea74259a 100644 --- a/addons/web_view_editor/i18n/es.po +++ b/addons/web_view_editor/i18n/es.po @@ -14,7 +14,7 @@ msgstr "" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-03-24 06:12+0000\n" +"X-Launchpad-Export-Date: 2014-04-01 06:10+0000\n" "X-Generator: Launchpad (build 16967)\n" #. module: web_view_editor diff --git a/addons/web_view_editor/i18n/es_DO.po b/addons/web_view_editor/i18n/es_DO.po index 0861515e630..d2d974bd92a 100644 --- a/addons/web_view_editor/i18n/es_DO.po +++ b/addons/web_view_editor/i18n/es_DO.po @@ -14,7 +14,7 @@ msgstr "" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-03-24 06:12+0000\n" +"X-Launchpad-Export-Date: 2014-04-01 06:10+0000\n" "X-Generator: Launchpad (build 16967)\n" #. module: web_view_editor diff --git a/addons/web_view_editor/i18n/es_EC.po b/addons/web_view_editor/i18n/es_EC.po index aeb0c799d54..e916ce84f68 100644 --- a/addons/web_view_editor/i18n/es_EC.po +++ b/addons/web_view_editor/i18n/es_EC.po @@ -14,7 +14,7 @@ msgstr "" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-03-24 06:12+0000\n" +"X-Launchpad-Export-Date: 2014-04-01 06:10+0000\n" "X-Generator: Launchpad (build 16967)\n" #. module: web_view_editor diff --git a/addons/web_view_editor/i18n/es_MX.po b/addons/web_view_editor/i18n/es_MX.po index 220ffe1ed14..7ce5475e291 100644 --- a/addons/web_view_editor/i18n/es_MX.po +++ b/addons/web_view_editor/i18n/es_MX.po @@ -14,7 +14,7 @@ msgstr "" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-03-24 06:12+0000\n" +"X-Launchpad-Export-Date: 2014-04-01 06:10+0000\n" "X-Generator: Launchpad (build 16967)\n" #. module: web_view_editor diff --git a/addons/web_view_editor/i18n/et.po b/addons/web_view_editor/i18n/et.po index faa0468fec1..01d9904bd28 100644 --- a/addons/web_view_editor/i18n/et.po +++ b/addons/web_view_editor/i18n/et.po @@ -14,7 +14,7 @@ msgstr "" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-03-24 06:12+0000\n" +"X-Launchpad-Export-Date: 2014-04-01 06:10+0000\n" "X-Generator: Launchpad (build 16967)\n" #. module: web_view_editor diff --git a/addons/web_view_editor/i18n/fa.po b/addons/web_view_editor/i18n/fa.po index a55045ff61b..bae0d5e7fdd 100644 --- a/addons/web_view_editor/i18n/fa.po +++ b/addons/web_view_editor/i18n/fa.po @@ -14,7 +14,7 @@ msgstr "" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-03-24 06:12+0000\n" +"X-Launchpad-Export-Date: 2014-04-01 06:10+0000\n" "X-Generator: Launchpad (build 16967)\n" #. module: web_view_editor diff --git a/addons/web_view_editor/i18n/fi.po b/addons/web_view_editor/i18n/fi.po index da559045627..909ccf0e63f 100644 --- a/addons/web_view_editor/i18n/fi.po +++ b/addons/web_view_editor/i18n/fi.po @@ -14,7 +14,7 @@ msgstr "" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-03-24 06:12+0000\n" +"X-Launchpad-Export-Date: 2014-04-01 06:10+0000\n" "X-Generator: Launchpad (build 16967)\n" #. module: web_view_editor diff --git a/addons/web_view_editor/i18n/fr.po b/addons/web_view_editor/i18n/fr.po index 1b78a3c99d6..7212059a8c7 100644 --- a/addons/web_view_editor/i18n/fr.po +++ b/addons/web_view_editor/i18n/fr.po @@ -14,7 +14,7 @@ msgstr "" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-03-24 06:12+0000\n" +"X-Launchpad-Export-Date: 2014-04-01 06:10+0000\n" "X-Generator: Launchpad (build 16967)\n" #. module: web_view_editor diff --git a/addons/web_view_editor/i18n/he.po b/addons/web_view_editor/i18n/he.po index e44560f600a..63b79f86300 100644 --- a/addons/web_view_editor/i18n/he.po +++ b/addons/web_view_editor/i18n/he.po @@ -14,7 +14,7 @@ msgstr "" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-03-24 06:12+0000\n" +"X-Launchpad-Export-Date: 2014-04-01 06:10+0000\n" "X-Generator: Launchpad (build 16967)\n" #. module: web_view_editor diff --git a/addons/web_view_editor/i18n/hr.po b/addons/web_view_editor/i18n/hr.po index 6432578262d..b655644860c 100644 --- a/addons/web_view_editor/i18n/hr.po +++ b/addons/web_view_editor/i18n/hr.po @@ -14,7 +14,7 @@ msgstr "" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-03-24 06:12+0000\n" +"X-Launchpad-Export-Date: 2014-04-01 06:10+0000\n" "X-Generator: Launchpad (build 16967)\n" #. module: web_view_editor diff --git a/addons/web_view_editor/i18n/hu.po b/addons/web_view_editor/i18n/hu.po index 8b443dfaca6..175f7e3bbf0 100644 --- a/addons/web_view_editor/i18n/hu.po +++ b/addons/web_view_editor/i18n/hu.po @@ -14,7 +14,7 @@ msgstr "" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-03-24 06:12+0000\n" +"X-Launchpad-Export-Date: 2014-04-01 06:10+0000\n" "X-Generator: Launchpad (build 16967)\n" #. module: web_view_editor diff --git a/addons/web_view_editor/i18n/it.po b/addons/web_view_editor/i18n/it.po index 02736dd99f4..d5dabe9a0be 100644 --- a/addons/web_view_editor/i18n/it.po +++ b/addons/web_view_editor/i18n/it.po @@ -14,7 +14,7 @@ msgstr "" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-03-24 06:12+0000\n" +"X-Launchpad-Export-Date: 2014-04-01 06:10+0000\n" "X-Generator: Launchpad (build 16967)\n" #. module: web_view_editor diff --git a/addons/web_view_editor/i18n/ko.po b/addons/web_view_editor/i18n/ko.po index c881af4d32d..0bd86e770a0 100644 --- a/addons/web_view_editor/i18n/ko.po +++ b/addons/web_view_editor/i18n/ko.po @@ -14,7 +14,7 @@ msgstr "" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-03-24 06:12+0000\n" +"X-Launchpad-Export-Date: 2014-04-01 06:10+0000\n" "X-Generator: Launchpad (build 16967)\n" #. module: web_view_editor diff --git a/addons/web_view_editor/i18n/lt.po b/addons/web_view_editor/i18n/lt.po index 9cb139098f4..752b08af322 100644 --- a/addons/web_view_editor/i18n/lt.po +++ b/addons/web_view_editor/i18n/lt.po @@ -14,7 +14,7 @@ msgstr "" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-03-24 06:12+0000\n" +"X-Launchpad-Export-Date: 2014-04-01 06:10+0000\n" "X-Generator: Launchpad (build 16967)\n" #. module: web_view_editor diff --git a/addons/web_view_editor/i18n/lv.po b/addons/web_view_editor/i18n/lv.po index 1a68ecb8771..139248b843e 100644 --- a/addons/web_view_editor/i18n/lv.po +++ b/addons/web_view_editor/i18n/lv.po @@ -14,7 +14,7 @@ msgstr "" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-03-24 06:12+0000\n" +"X-Launchpad-Export-Date: 2014-04-01 06:10+0000\n" "X-Generator: Launchpad (build 16967)\n" #. module: web_view_editor diff --git a/addons/web_view_editor/i18n/mk.po b/addons/web_view_editor/i18n/mk.po index ef25aed2cf0..84b75a1ae9a 100644 --- a/addons/web_view_editor/i18n/mk.po +++ b/addons/web_view_editor/i18n/mk.po @@ -14,7 +14,7 @@ msgstr "" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-03-24 06:12+0000\n" +"X-Launchpad-Export-Date: 2014-04-01 06:10+0000\n" "X-Generator: Launchpad (build 16967)\n" #. module: web_view_editor diff --git a/addons/web_view_editor/i18n/mn.po b/addons/web_view_editor/i18n/mn.po index f09e7a75e6c..f573867d654 100644 --- a/addons/web_view_editor/i18n/mn.po +++ b/addons/web_view_editor/i18n/mn.po @@ -14,7 +14,7 @@ msgstr "" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-03-24 06:12+0000\n" +"X-Launchpad-Export-Date: 2014-04-01 06:10+0000\n" "X-Generator: Launchpad (build 16967)\n" #. module: web_view_editor diff --git a/addons/web_view_editor/i18n/nb.po b/addons/web_view_editor/i18n/nb.po index 43282668a53..919c9e867af 100644 --- a/addons/web_view_editor/i18n/nb.po +++ b/addons/web_view_editor/i18n/nb.po @@ -14,7 +14,7 @@ msgstr "" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-03-24 06:12+0000\n" +"X-Launchpad-Export-Date: 2014-04-01 06:10+0000\n" "X-Generator: Launchpad (build 16967)\n" #. module: web_view_editor diff --git a/addons/web_view_editor/i18n/nl.po b/addons/web_view_editor/i18n/nl.po index e1e7ca27a64..ddb63801e5b 100644 --- a/addons/web_view_editor/i18n/nl.po +++ b/addons/web_view_editor/i18n/nl.po @@ -14,7 +14,7 @@ msgstr "" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-03-24 06:12+0000\n" +"X-Launchpad-Export-Date: 2014-04-01 06:10+0000\n" "X-Generator: Launchpad (build 16967)\n" #. module: web_view_editor diff --git a/addons/web_view_editor/i18n/nl_BE.po b/addons/web_view_editor/i18n/nl_BE.po index f70990729d1..b0e1dc9a397 100644 --- a/addons/web_view_editor/i18n/nl_BE.po +++ b/addons/web_view_editor/i18n/nl_BE.po @@ -14,7 +14,7 @@ msgstr "" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-03-24 06:12+0000\n" +"X-Launchpad-Export-Date: 2014-04-01 06:10+0000\n" "X-Generator: Launchpad (build 16967)\n" #. module: web_view_editor diff --git a/addons/web_view_editor/i18n/pl.po b/addons/web_view_editor/i18n/pl.po index 8bda2a99d76..b799ae02248 100644 --- a/addons/web_view_editor/i18n/pl.po +++ b/addons/web_view_editor/i18n/pl.po @@ -14,7 +14,7 @@ msgstr "" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-03-24 06:12+0000\n" +"X-Launchpad-Export-Date: 2014-04-01 06:10+0000\n" "X-Generator: Launchpad (build 16967)\n" #. module: web_view_editor diff --git a/addons/web_view_editor/i18n/pt.po b/addons/web_view_editor/i18n/pt.po index f4dd181a203..76eab045173 100644 --- a/addons/web_view_editor/i18n/pt.po +++ b/addons/web_view_editor/i18n/pt.po @@ -14,7 +14,7 @@ msgstr "" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-03-24 06:12+0000\n" +"X-Launchpad-Export-Date: 2014-04-01 06:10+0000\n" "X-Generator: Launchpad (build 16967)\n" #. module: web_view_editor diff --git a/addons/web_view_editor/i18n/pt_BR.po b/addons/web_view_editor/i18n/pt_BR.po index 6f51ef81c0e..898bbdc9330 100644 --- a/addons/web_view_editor/i18n/pt_BR.po +++ b/addons/web_view_editor/i18n/pt_BR.po @@ -14,7 +14,7 @@ msgstr "" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-03-24 06:12+0000\n" +"X-Launchpad-Export-Date: 2014-04-01 06:10+0000\n" "X-Generator: Launchpad (build 16967)\n" #. module: web_view_editor diff --git a/addons/web_view_editor/i18n/ro.po b/addons/web_view_editor/i18n/ro.po index bc96c937e81..fc4181a34c5 100644 --- a/addons/web_view_editor/i18n/ro.po +++ b/addons/web_view_editor/i18n/ro.po @@ -14,7 +14,7 @@ msgstr "" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-03-24 06:12+0000\n" +"X-Launchpad-Export-Date: 2014-04-01 06:10+0000\n" "X-Generator: Launchpad (build 16967)\n" #. module: web_view_editor diff --git a/addons/web_view_editor/i18n/ru.po b/addons/web_view_editor/i18n/ru.po index 9835a64386c..2cb97b53dde 100644 --- a/addons/web_view_editor/i18n/ru.po +++ b/addons/web_view_editor/i18n/ru.po @@ -14,7 +14,7 @@ msgstr "" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-03-24 06:12+0000\n" +"X-Launchpad-Export-Date: 2014-04-01 06:10+0000\n" "X-Generator: Launchpad (build 16967)\n" #. module: web_view_editor diff --git a/addons/web_view_editor/i18n/sl.po b/addons/web_view_editor/i18n/sl.po index 798be3d7901..929a09c3452 100644 --- a/addons/web_view_editor/i18n/sl.po +++ b/addons/web_view_editor/i18n/sl.po @@ -14,7 +14,7 @@ msgstr "" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-03-24 06:12+0000\n" +"X-Launchpad-Export-Date: 2014-04-01 06:10+0000\n" "X-Generator: Launchpad (build 16967)\n" #. module: web_view_editor diff --git a/addons/web_view_editor/i18n/sv.po b/addons/web_view_editor/i18n/sv.po index 5731d629cc6..d6f0c98d588 100644 --- a/addons/web_view_editor/i18n/sv.po +++ b/addons/web_view_editor/i18n/sv.po @@ -14,7 +14,7 @@ msgstr "" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-03-24 06:12+0000\n" +"X-Launchpad-Export-Date: 2014-04-01 06:10+0000\n" "X-Generator: Launchpad (build 16967)\n" #. module: web_view_editor diff --git a/addons/web_view_editor/i18n/th.po b/addons/web_view_editor/i18n/th.po index 181904dbd29..338181c19c5 100644 --- a/addons/web_view_editor/i18n/th.po +++ b/addons/web_view_editor/i18n/th.po @@ -14,7 +14,7 @@ msgstr "" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-03-24 06:12+0000\n" +"X-Launchpad-Export-Date: 2014-04-01 06:10+0000\n" "X-Generator: Launchpad (build 16967)\n" #. module: web_view_editor diff --git a/addons/web_view_editor/i18n/tr.po b/addons/web_view_editor/i18n/tr.po index 800180fb465..85091e82280 100644 --- a/addons/web_view_editor/i18n/tr.po +++ b/addons/web_view_editor/i18n/tr.po @@ -14,7 +14,7 @@ msgstr "" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-03-24 06:12+0000\n" +"X-Launchpad-Export-Date: 2014-04-01 06:10+0000\n" "X-Generator: Launchpad (build 16967)\n" #. module: web_view_editor diff --git a/addons/web_view_editor/i18n/zh_CN.po b/addons/web_view_editor/i18n/zh_CN.po index 72d74adb842..e3466ba4984 100644 --- a/addons/web_view_editor/i18n/zh_CN.po +++ b/addons/web_view_editor/i18n/zh_CN.po @@ -14,7 +14,7 @@ msgstr "" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-03-24 06:12+0000\n" +"X-Launchpad-Export-Date: 2014-04-01 06:10+0000\n" "X-Generator: Launchpad (build 16967)\n" #. module: web_view_editor