← Back to team overview

openerp-dev-web team mailing list archive

[Merge] lp:~openerp-dev/openobject-client-web/6.0-opw-4311-sma into lp:openobject-client-web

 

Sananaz (Open ERP) has proposed merging lp:~openerp-dev/openobject-client-web/6.0-opw-4311-sma into lp:openobject-client-web.

Requested reviews:
  OpenERP SA's Web Client R&D (openerp-dev-web)
Related bugs:
  Bug #726491 in OpenERP Web Client: "Wizards do not respect the existing OSV.OSV record and gets called disregard to the record exists or not."
  https://bugs.launchpad.net/openobject-client-web/+bug/726491

For more details, see:
https://code.launchpad.net/~openerp-dev/openobject-client-web/6.0-opw-4311-sma/+merge/53439

Hello,

Please check with the sidebar actions:

Go to Product list > Click on `New` (Don't Save) > Click Procurement Request (Actions at sidebar) 
It gives traceback.
So just give the message (`You must save this record to perform the action !`) same as GTK client if form is not saved don't perform any action.

Thank you.

-- 
https://code.launchpad.net/~openerp-dev/openobject-client-web/6.0-opw-4311-sma/+merge/53439
Your team OpenERP SA's Web Client R&D is requested to review the proposed merge of lp:~openerp-dev/openobject-client-web/6.0-opw-4311-sma into lp:openobject-client-web.
=== modified file 'addons/openerp/controllers/preferences.py'
--- addons/openerp/controllers/preferences.py	2011-02-10 16:09:23 +0000
+++ addons/openerp/controllers/preferences.py	2011-03-15 13:37:09 +0000
@@ -34,7 +34,7 @@
     action = "/openerp/pref/password"
     string = _('Change your password')
 
-int_pattern = re.compile(r'\d+')
+int_pattern = re.compile(r'^-{0,1}\d+$')
 class Preferences(Form):
 
     _cp_path = "/openerp/pref"

=== added file 'addons/openerp/po/javascript/ar.po.OTHER'
--- addons/openerp/po/javascript/ar.po.OTHER	1970-01-01 00:00:00 +0000
+++ addons/openerp/po/javascript/ar.po.OTHER	2011-03-15 13:37:09 +0000
@@ -0,0 +1,95 @@
+# Arabic translation for openobject-client-web
+# Copyright (c) 2011 Rosetta Contributors and Canonical Ltd 2011
+# This file is distributed under the same license as the openobject-client-web package.
+# FIRST AUTHOR <EMAIL@ADDRESS>, 2011.
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: openobject-client-web\n"
+"Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n"
+"POT-Creation-Date: 2011-01-17 13:09+0100\n"
+"PO-Revision-Date: 2011-02-16 16:50+0000\n"
+"Last-Translator: kifcaliph <kifcaliph@xxxxxxxxxxx>\n"
+"Language-Team: Arabic <ar@xxxxxx>\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"X-Launchpad-Export-Date: 2011-03-12 06:13+0000\n"
+"X-Generator: Launchpad (build 12559)\n"
+
+#: static/javascript/form.js:92
+#, python-format
+msgid "You selected to open %(tabs)s tabs - do you want to continue?"
+msgstr "لقد اخترت فتح المبوبة  %(tabs)s - هل تريد الإكمال؟"
+
+#: static/javascript/form.js:169
+msgid "Invalid form, correct red fields."
+msgstr "نموذج خاطئ، رجاء تصحيح الحقول الحمراء."
+
+#: static/javascript/form.js:204
+msgid "Do you really want to delete this record?"
+msgstr "هل تريد حذف هذا السجل؟"
+
+#: static/javascript/form.js:953
+msgid "You must select one or several records !"
+msgstr "يجب ان تختار سجل او مجموعة من السجلات !"
+
+#: static/javascript/form.js:1116
+msgid "Do you really want to delete the attachment"
+msgstr "هل تريد حذف المرفقات"
+
+#: static/javascript/form.js:1150
+msgid "No record selected ! You can only attach to existing record."
+msgstr "لم يتم إختيار سجل ! يمكنك الإرفاق من خلال سجل."
+
+#: static/javascript/form.js:1209
+msgid "OpenERP - Error"
+msgstr "خطأ بالبرنامج - OpenERP"
+
+#: static/javascript/form.js:1280
+msgid ""
+"Warning, the record has been modified,\n"
+"your changes will be discarded."
+msgstr ""
+"تحذير، قد تم تعديل السجل،\n"
+"لم تُحفظ التعديلات."
+
+#: static/javascript/listgrid.js:499 static/javascript/o2m.js:95
+msgid "To edit Record, please first save it."
+msgstr "لتحرير السجل، رجاء احفظه."
+
+#: static/javascript/listgrid.js:607
+msgid "Do you really want to delete selected record(s) ?"
+msgstr "هل تريد حذف السجل/السجلات؟"
+
+#: static/javascript/m2o.js:506
+msgid "error in display::"
+msgstr "خطأ في العرض::"
+
+#: static/javascript/o2m.js:54
+msgid "Do you really want to delete record ?"
+msgstr "هل تريد حذف السجل؟"
+
+#: static/javascript/viewed.js:63
+msgid "Do you really want to remove this node?"
+msgstr "هل تريد إزالة هذا الطرف؟"
+
+#: static/javascript/viewed.js:329
+msgid "Do you really wants to create an inherited view here?"
+msgstr "هل تريد إنشاء عرض من الموروث هنا؟"
+
+#: static/javascript/openerp/openerp.base.js:127
+msgid "doLoadingSuccess: Cannot parse JSON"
+msgstr "تم التحميل بنجاح: و لكن لا يمكن قراءة الـ JSON"
+
+#: static/javascript/openerp/openerp.base.js:326
+msgid "Loading"
+msgstr "جاري التحميل"
+
+#: static/javascript/openerp/openerp.ui.tips.js:51
+msgid "Object"
+msgstr "كائن"
+
+#: static/javascript/openerp/openerp.ui.tips.js:52
+msgid "Field"
+msgstr "حقل"

=== added file 'addons/openerp/po/javascript/bg.po.OTHER'
--- addons/openerp/po/javascript/bg.po.OTHER	1970-01-01 00:00:00 +0000
+++ addons/openerp/po/javascript/bg.po.OTHER	2011-03-15 13:37:09 +0000
@@ -0,0 +1,95 @@
+# Bulgarian translation for openobject-client-web
+# Copyright (c) 2011 Rosetta Contributors and Canonical Ltd 2011
+# This file is distributed under the same license as the openobject-client-web package.
+# FIRST AUTHOR <EMAIL@ADDRESS>, 2011.
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: openobject-client-web\n"
+"Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n"
+"POT-Creation-Date: 2011-01-17 13:09+0100\n"
+"PO-Revision-Date: 2011-02-27 09:25+0000\n"
+"Last-Translator: Dimitar Markov <dimitar.markov@xxxxxxxxx>\n"
+"Language-Team: Bulgarian <bg@xxxxxx>\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"X-Launchpad-Export-Date: 2011-03-12 06:13+0000\n"
+"X-Generator: Launchpad (build 12559)\n"
+
+#: static/javascript/form.js:92
+#, python-format
+msgid "You selected to open %(tabs)s tabs - do you want to continue?"
+msgstr "Избрахте да отворите %(tabs)s - искате ли да продължите?"
+
+#: static/javascript/form.js:169
+msgid "Invalid form, correct red fields."
+msgstr "Невалидна форма, корегирайте червените полета."
+
+#: static/javascript/form.js:204
+msgid "Do you really want to delete this record?"
+msgstr "Наистина ли желаете да изтриете този запис"
+
+#: static/javascript/form.js:953
+msgid "You must select one or several records !"
+msgstr "Вие трябва да изберете един или няколко записа !"
+
+#: static/javascript/form.js:1116
+msgid "Do you really want to delete the attachment"
+msgstr "Наистина ли желаете да изтриете прикрепения файл"
+
+#: static/javascript/form.js:1150
+msgid "No record selected ! You can only attach to existing record."
+msgstr "Няма запис избрани! Можете да прикачите към съществуващ запис."
+
+#: static/javascript/form.js:1209
+msgid "OpenERP - Error"
+msgstr "OpenERP - Грешка"
+
+#: static/javascript/form.js:1280
+msgid ""
+"Warning, the record has been modified,\n"
+"your changes will be discarded."
+msgstr ""
+"Внимание, записът е бил променен,\n"
+"Промените ще бъдат отхвърлени."
+
+#: static/javascript/listgrid.js:499 static/javascript/o2m.js:95
+msgid "To edit Record, please first save it."
+msgstr "За да редактирате запис, моля първо да го запазете."
+
+#: static/javascript/listgrid.js:607
+msgid "Do you really want to delete selected record(s) ?"
+msgstr "Наистина ли искате да изтриете избрания запис(и)?"
+
+#: static/javascript/m2o.js:506
+msgid "error in display::"
+msgstr "грешка при показване::"
+
+#: static/javascript/o2m.js:54
+msgid "Do you really want to delete record ?"
+msgstr "Наистина ли искате да изтриете запис?"
+
+#: static/javascript/viewed.js:63
+msgid "Do you really want to remove this node?"
+msgstr "Наистина ли искате да премахнете този възел?"
+
+#: static/javascript/viewed.js:329
+msgid "Do you really wants to create an inherited view here?"
+msgstr "Наистина ли иска да създаде наследенн изглед тук?"
+
+#: static/javascript/openerp/openerp.base.js:127
+msgid "doLoadingSuccess: Cannot parse JSON"
+msgstr "doLoadingSuccess: Cannot parse JSON"
+
+#: static/javascript/openerp/openerp.base.js:326
+msgid "Loading"
+msgstr "Зареждане"
+
+#: static/javascript/openerp/openerp.ui.tips.js:51
+msgid "Object"
+msgstr "Обект"
+
+#: static/javascript/openerp/openerp.ui.tips.js:52
+msgid "Field"
+msgstr "Поле"

=== modified file 'addons/openerp/po/javascript/ca.po'
--- addons/openerp/po/javascript/ca.po	2011-03-11 04:48:47 +0000
+++ addons/openerp/po/javascript/ca.po	2011-03-15 13:37:09 +0000
@@ -14,8 +14,13 @@
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
+<<<<<<< TREE
 "X-Launchpad-Export-Date: 2011-03-11 04:45+0000\n"
 "X-Generator: Launchpad (build 12559)\n"
+=======
+"X-Launchpad-Export-Date: 2011-03-12 06:13+0000\n"
+"X-Generator: Launchpad (build 12559)\n"
+>>>>>>> MERGE-SOURCE
 
 #: static/javascript/form.js:92
 #, python-format

=== modified file 'addons/openerp/po/javascript/de.po'
--- addons/openerp/po/javascript/de.po	2011-03-11 04:48:47 +0000
+++ addons/openerp/po/javascript/de.po	2011-03-15 13:37:09 +0000
@@ -14,8 +14,13 @@
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=utf-8\n"
 "Content-Transfer-Encoding: 8bit\n"
+<<<<<<< TREE
 "X-Launchpad-Export-Date: 2011-03-11 04:45+0000\n"
 "X-Generator: Launchpad (build 12559)\n"
+=======
+"X-Launchpad-Export-Date: 2011-03-12 06:13+0000\n"
+"X-Generator: Launchpad (build 12559)\n"
+>>>>>>> MERGE-SOURCE
 "Generated-By: Babel None\n"
 
 #: static/javascript/form.js:92

=== modified file 'addons/openerp/po/javascript/es.po'
--- addons/openerp/po/javascript/es.po	2011-03-11 04:48:47 +0000
+++ addons/openerp/po/javascript/es.po	2011-03-15 13:37:09 +0000
@@ -15,8 +15,13 @@
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=utf-8\n"
 "Content-Transfer-Encoding: 8bit\n"
+<<<<<<< TREE
 "X-Launchpad-Export-Date: 2011-03-11 04:46+0000\n"
 "X-Generator: Launchpad (build 12559)\n"
+=======
+"X-Launchpad-Export-Date: 2011-03-12 06:13+0000\n"
+"X-Generator: Launchpad (build 12559)\n"
+>>>>>>> MERGE-SOURCE
 "Generated-By: Babel None\n"
 
 #: static/javascript/form.js:92

=== modified file 'addons/openerp/po/javascript/eu.po'
--- addons/openerp/po/javascript/eu.po	2011-03-11 04:48:47 +0000
+++ addons/openerp/po/javascript/eu.po	2011-03-15 13:37:09 +0000
@@ -14,8 +14,13 @@
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
+<<<<<<< TREE
 "X-Launchpad-Export-Date: 2011-03-11 04:45+0000\n"
 "X-Generator: Launchpad (build 12559)\n"
+=======
+"X-Launchpad-Export-Date: 2011-03-12 06:13+0000\n"
+"X-Generator: Launchpad (build 12559)\n"
+>>>>>>> MERGE-SOURCE
 
 #: static/javascript/form.js:92
 #, python-format

=== added file 'addons/openerp/po/javascript/fi.po.OTHER'
--- addons/openerp/po/javascript/fi.po.OTHER	1970-01-01 00:00:00 +0000
+++ addons/openerp/po/javascript/fi.po.OTHER	2011-03-15 13:37:09 +0000
@@ -0,0 +1,93 @@
+# Finnish translation for openobject-client-web
+# Copyright (c) 2011 Rosetta Contributors and Canonical Ltd 2011
+# This file is distributed under the same license as the openobject-client-web package.
+# FIRST AUTHOR <EMAIL@ADDRESS>, 2011.
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: openobject-client-web\n"
+"Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n"
+"POT-Creation-Date: 2011-01-17 13:09+0100\n"
+"PO-Revision-Date: 2011-02-20 22:04+0000\n"
+"Last-Translator: Harri Luuppala <Unknown>\n"
+"Language-Team: Finnish <fi@xxxxxx>\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"X-Launchpad-Export-Date: 2011-03-12 06:13+0000\n"
+"X-Generator: Launchpad (build 12559)\n"
+
+#: static/javascript/form.js:92
+#, python-format
+msgid "You selected to open %(tabs)s tabs - do you want to continue?"
+msgstr "Valitsit avattavaksi %(tabs)s välilehdet - haluatko jatkaa?"
+
+#: static/javascript/form.js:169
+msgid "Invalid form, correct red fields."
+msgstr "Puutteellisesti täytetty lomake. Korjaa punaisella merkityt kentät."
+
+#: static/javascript/form.js:204
+msgid "Do you really want to delete this record?"
+msgstr "Haluatko poistaa tämän tietueen?"
+
+#: static/javascript/form.js:953
+msgid "You must select one or several records !"
+msgstr "Valitse vähintään yksi tietue!"
+
+#: static/javascript/form.js:1116
+msgid "Do you really want to delete the attachment"
+msgstr "Haluatko poistaa valitun liitteen?"
+
+#: static/javascript/form.js:1150
+msgid "No record selected ! You can only attach to existing record."
+msgstr "Tietuetta ei ole valittu! Voit liittää vai valittuun tietueeseen."
+
+#: static/javascript/form.js:1209
+msgid "OpenERP - Error"
+msgstr "OpenERP - Virhe"
+
+#: static/javascript/form.js:1280
+msgid ""
+"Warning, the record has been modified,\n"
+"your changes will be discarded."
+msgstr "Varoitus: tietuetta on muutettu."
+
+#: static/javascript/listgrid.js:499 static/javascript/o2m.js:95
+msgid "To edit Record, please first save it."
+msgstr ""
+
+#: static/javascript/listgrid.js:607
+msgid "Do you really want to delete selected record(s) ?"
+msgstr "Haluako poistaa valitut tietueet?"
+
+#: static/javascript/m2o.js:506
+msgid "error in display::"
+msgstr "virhe ikkunassa::"
+
+#: static/javascript/o2m.js:54
+msgid "Do you really want to delete record ?"
+msgstr "Haluatko poistaa tietueen?"
+
+#: static/javascript/viewed.js:63
+msgid "Do you really want to remove this node?"
+msgstr "Haluatko poistaa tämän liitoksen?"
+
+#: static/javascript/viewed.js:329
+msgid "Do you really wants to create an inherited view here?"
+msgstr "Haluatko luoda periytyvän näkymän?"
+
+#: static/javascript/openerp/openerp.base.js:127
+msgid "doLoadingSuccess: Cannot parse JSON"
+msgstr "doLoadingSuccess: Cannot parse JSON"
+
+#: static/javascript/openerp/openerp.base.js:326
+msgid "Loading"
+msgstr "Lataa"
+
+#: static/javascript/openerp/openerp.ui.tips.js:51
+msgid "Object"
+msgstr "Objekti"
+
+#: static/javascript/openerp/openerp.ui.tips.js:52
+msgid "Field"
+msgstr "Kenttä"

=== modified file 'addons/openerp/po/javascript/fr.po'
--- addons/openerp/po/javascript/fr.po	2011-03-11 04:48:47 +0000
+++ addons/openerp/po/javascript/fr.po	2011-03-15 13:37:09 +0000
@@ -14,8 +14,13 @@
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=utf-8\n"
 "Content-Transfer-Encoding: 8bit\n"
+<<<<<<< TREE
 "X-Launchpad-Export-Date: 2011-03-11 04:45+0000\n"
 "X-Generator: Launchpad (build 12559)\n"
+=======
+"X-Launchpad-Export-Date: 2011-03-12 06:13+0000\n"
+"X-Generator: Launchpad (build 12559)\n"
+>>>>>>> MERGE-SOURCE
 "Generated-By: Babel None\n"
 
 #: static/javascript/form.js:92

=== modified file 'addons/openerp/po/javascript/gl.po'
--- addons/openerp/po/javascript/gl.po	2011-03-11 04:48:47 +0000
+++ addons/openerp/po/javascript/gl.po	2011-03-15 13:37:09 +0000
@@ -14,8 +14,13 @@
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
+<<<<<<< TREE
 "X-Launchpad-Export-Date: 2011-03-11 04:45+0000\n"
 "X-Generator: Launchpad (build 12559)\n"
+=======
+"X-Launchpad-Export-Date: 2011-03-12 06:13+0000\n"
+"X-Generator: Launchpad (build 12559)\n"
+>>>>>>> MERGE-SOURCE
 
 #: static/javascript/form.js:92
 #, python-format

=== modified file 'addons/openerp/po/javascript/hr.po'
--- addons/openerp/po/javascript/hr.po	2011-03-11 04:48:47 +0000
+++ addons/openerp/po/javascript/hr.po	2011-03-15 13:37:09 +0000
@@ -14,8 +14,13 @@
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
+<<<<<<< TREE
 "X-Launchpad-Export-Date: 2011-03-11 04:46+0000\n"
 "X-Generator: Launchpad (build 12559)\n"
+=======
+"X-Launchpad-Export-Date: 2011-03-12 06:13+0000\n"
+"X-Generator: Launchpad (build 12559)\n"
+>>>>>>> MERGE-SOURCE
 
 #: static/javascript/form.js:92
 #, python-format

=== modified file 'addons/openerp/po/javascript/hu.po'
--- addons/openerp/po/javascript/hu.po	2011-03-11 04:48:47 +0000
+++ addons/openerp/po/javascript/hu.po	2011-03-15 13:37:09 +0000
@@ -14,8 +14,13 @@
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
+<<<<<<< TREE
 "X-Launchpad-Export-Date: 2011-03-11 04:45+0000\n"
 "X-Generator: Launchpad (build 12559)\n"
+=======
+"X-Launchpad-Export-Date: 2011-03-12 06:13+0000\n"
+"X-Generator: Launchpad (build 12559)\n"
+>>>>>>> MERGE-SOURCE
 
 #: static/javascript/form.js:92
 #, python-format

=== added file 'addons/openerp/po/javascript/id.po.OTHER'
--- addons/openerp/po/javascript/id.po.OTHER	1970-01-01 00:00:00 +0000
+++ addons/openerp/po/javascript/id.po.OTHER	2011-03-15 13:37:09 +0000
@@ -0,0 +1,93 @@
+# Indonesian translation for openobject-client-web
+# Copyright (c) 2011 Rosetta Contributors and Canonical Ltd 2011
+# This file is distributed under the same license as the openobject-client-web package.
+# FIRST AUTHOR <EMAIL@ADDRESS>, 2011.
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: openobject-client-web\n"
+"Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n"
+"POT-Creation-Date: 2011-01-17 13:09+0100\n"
+"PO-Revision-Date: 2011-02-16 02:59+0000\n"
+"Last-Translator: Homa Posniroha Harahap <Unknown>\n"
+"Language-Team: Indonesian <id@xxxxxx>\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"X-Launchpad-Export-Date: 2011-03-12 06:13+0000\n"
+"X-Generator: Launchpad (build 12559)\n"
+
+#: static/javascript/form.js:92
+#, python-format
+msgid "You selected to open %(tabs)s tabs - do you want to continue?"
+msgstr ""
+
+#: static/javascript/form.js:169
+msgid "Invalid form, correct red fields."
+msgstr ""
+
+#: static/javascript/form.js:204
+msgid "Do you really want to delete this record?"
+msgstr ""
+
+#: static/javascript/form.js:953
+msgid "You must select one or several records !"
+msgstr ""
+
+#: static/javascript/form.js:1116
+msgid "Do you really want to delete the attachment"
+msgstr ""
+
+#: static/javascript/form.js:1150
+msgid "No record selected ! You can only attach to existing record."
+msgstr ""
+
+#: static/javascript/form.js:1209
+msgid "OpenERP - Error"
+msgstr ""
+
+#: static/javascript/form.js:1280
+msgid ""
+"Warning, the record has been modified,\n"
+"your changes will be discarded."
+msgstr ""
+
+#: static/javascript/listgrid.js:499 static/javascript/o2m.js:95
+msgid "To edit Record, please first save it."
+msgstr ""
+
+#: static/javascript/listgrid.js:607
+msgid "Do you really want to delete selected record(s) ?"
+msgstr ""
+
+#: static/javascript/m2o.js:506
+msgid "error in display::"
+msgstr ""
+
+#: static/javascript/o2m.js:54
+msgid "Do you really want to delete record ?"
+msgstr "Apakah Anda yakin untuk menghapus data?"
+
+#: static/javascript/viewed.js:63
+msgid "Do you really want to remove this node?"
+msgstr "Apakah Anda yakin untuk memindahkan node ini?"
+
+#: static/javascript/viewed.js:329
+msgid "Do you really wants to create an inherited view here?"
+msgstr "Apakah Anda yakin untuk membuat sebuah tampilan penerima disini?"
+
+#: static/javascript/openerp/openerp.base.js:127
+msgid "doLoadingSuccess: Cannot parse JSON"
+msgstr "doLoadingSuccess: JSON tidak dapat dijelaskan"
+
+#: static/javascript/openerp/openerp.base.js:326
+msgid "Loading"
+msgstr "Proses pemuatan"
+
+#: static/javascript/openerp/openerp.ui.tips.js:51
+msgid "Object"
+msgstr ""
+
+#: static/javascript/openerp/openerp.ui.tips.js:52
+msgid "Field"
+msgstr ""

=== modified file 'addons/openerp/po/javascript/it.po'
--- addons/openerp/po/javascript/it.po	2011-03-11 04:48:47 +0000
+++ addons/openerp/po/javascript/it.po	2011-03-15 13:37:09 +0000
@@ -14,8 +14,13 @@
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=utf-8\n"
 "Content-Transfer-Encoding: 8bit\n"
+<<<<<<< TREE
 "X-Launchpad-Export-Date: 2011-03-11 04:45+0000\n"
 "X-Generator: Launchpad (build 12559)\n"
+=======
+"X-Launchpad-Export-Date: 2011-03-12 06:13+0000\n"
+"X-Generator: Launchpad (build 12559)\n"
+>>>>>>> MERGE-SOURCE
 "Generated-By: Babel None\n"
 
 #: static/javascript/form.js:92

=== modified file 'addons/openerp/po/javascript/lt.po'
--- addons/openerp/po/javascript/lt.po	2011-03-11 04:48:47 +0000
+++ addons/openerp/po/javascript/lt.po	2011-03-15 13:37:09 +0000
@@ -14,8 +14,13 @@
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
+<<<<<<< TREE
 "X-Launchpad-Export-Date: 2011-03-11 04:45+0000\n"
 "X-Generator: Launchpad (build 12559)\n"
+=======
+"X-Launchpad-Export-Date: 2011-03-12 06:13+0000\n"
+"X-Generator: Launchpad (build 12559)\n"
+>>>>>>> MERGE-SOURCE
 
 #: static/javascript/form.js:92
 #, python-format

=== modified file 'addons/openerp/po/javascript/lv.po'
--- addons/openerp/po/javascript/lv.po	2011-03-11 04:48:47 +0000
+++ addons/openerp/po/javascript/lv.po	2011-03-15 13:37:09 +0000
@@ -14,8 +14,13 @@
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
+<<<<<<< TREE
 "X-Launchpad-Export-Date: 2011-03-11 04:45+0000\n"
 "X-Generator: Launchpad (build 12559)\n"
+=======
+"X-Launchpad-Export-Date: 2011-03-12 06:13+0000\n"
+"X-Generator: Launchpad (build 12559)\n"
+>>>>>>> MERGE-SOURCE
 
 #: static/javascript/form.js:92
 #, python-format

=== modified file 'addons/openerp/po/javascript/mn.po'
--- addons/openerp/po/javascript/mn.po	2011-03-11 04:48:47 +0000
+++ addons/openerp/po/javascript/mn.po	2011-03-15 13:37:09 +0000
@@ -14,8 +14,14 @@
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
+<<<<<<< TREE
 "X-Launchpad-Export-Date: 2011-03-11 04:46+0000\n"
 "X-Generator: Launchpad (build 12559)\n"
+=======
+"X-Launchpad-Export-Date: 2011-03-12 06:13+0000\n"
+"X-Generator: Launchpad (build 12559)\n"
+"Generated-By: Babel None\n"
+>>>>>>> MERGE-SOURCE
 
 #: static/javascript/form.js:92
 #, python-format

=== modified file 'addons/openerp/po/javascript/nl.po'
--- addons/openerp/po/javascript/nl.po	2011-03-11 04:48:47 +0000
+++ addons/openerp/po/javascript/nl.po	2011-03-15 13:37:09 +0000
@@ -14,8 +14,13 @@
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=utf-8\n"
 "Content-Transfer-Encoding: 8bit\n"
+<<<<<<< TREE
 "X-Launchpad-Export-Date: 2011-03-11 04:45+0000\n"
 "X-Generator: Launchpad (build 12559)\n"
+=======
+"X-Launchpad-Export-Date: 2011-03-12 06:13+0000\n"
+"X-Generator: Launchpad (build 12559)\n"
+>>>>>>> MERGE-SOURCE
 "Generated-By: Babel None\n"
 
 #: static/javascript/form.js:92

=== modified file 'addons/openerp/po/javascript/pl.po'
--- addons/openerp/po/javascript/pl.po	2011-03-11 04:48:47 +0000
+++ addons/openerp/po/javascript/pl.po	2011-03-15 13:37:09 +0000
@@ -14,8 +14,13 @@
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=utf-8\n"
 "Content-Transfer-Encoding: 8bit\n"
+<<<<<<< TREE
 "X-Launchpad-Export-Date: 2011-03-11 04:46+0000\n"
 "X-Generator: Launchpad (build 12559)\n"
+=======
+"X-Launchpad-Export-Date: 2011-03-12 06:13+0000\n"
+"X-Generator: Launchpad (build 12559)\n"
+>>>>>>> MERGE-SOURCE
 "Generated-By: Babel None\n"
 
 #: static/javascript/form.js:92

=== modified file 'addons/openerp/po/javascript/pt.po'
--- addons/openerp/po/javascript/pt.po	2011-03-11 04:48:47 +0000
+++ addons/openerp/po/javascript/pt.po	2011-03-15 13:37:09 +0000
@@ -14,8 +14,13 @@
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
+<<<<<<< TREE
 "X-Launchpad-Export-Date: 2011-03-11 04:46+0000\n"
 "X-Generator: Launchpad (build 12559)\n"
+=======
+"X-Launchpad-Export-Date: 2011-03-12 06:13+0000\n"
+"X-Generator: Launchpad (build 12559)\n"
+>>>>>>> MERGE-SOURCE
 
 #: static/javascript/form.js:92
 #, python-format

=== modified file 'addons/openerp/po/javascript/pt_BR.po'
--- addons/openerp/po/javascript/pt_BR.po	2011-03-11 04:48:47 +0000
+++ addons/openerp/po/javascript/pt_BR.po	2011-03-15 13:37:09 +0000
@@ -14,8 +14,13 @@
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=utf-8\n"
 "Content-Transfer-Encoding: 8bit\n"
+<<<<<<< TREE
 "X-Launchpad-Export-Date: 2011-03-11 04:46+0000\n"
 "X-Generator: Launchpad (build 12559)\n"
+=======
+"X-Launchpad-Export-Date: 2011-03-12 06:13+0000\n"
+"X-Generator: Launchpad (build 12559)\n"
+>>>>>>> MERGE-SOURCE
 "Generated-By: Babel None\n"
 
 #: static/javascript/form.js:92

=== modified file 'addons/openerp/po/javascript/ru.po'
--- addons/openerp/po/javascript/ru.po	2011-03-11 04:48:47 +0000
+++ addons/openerp/po/javascript/ru.po	2011-03-15 13:37:09 +0000
@@ -14,8 +14,13 @@
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
+<<<<<<< TREE
 "X-Launchpad-Export-Date: 2011-03-11 04:46+0000\n"
 "X-Generator: Launchpad (build 12559)\n"
+=======
+"X-Launchpad-Export-Date: 2011-03-12 06:13+0000\n"
+"X-Generator: Launchpad (build 12559)\n"
+>>>>>>> MERGE-SOURCE
 
 #: static/javascript/form.js:92
 #, python-format

=== modified file 'addons/openerp/po/javascript/sk.po'
--- addons/openerp/po/javascript/sk.po	2011-03-11 04:48:47 +0000
+++ addons/openerp/po/javascript/sk.po	2011-03-15 13:37:09 +0000
@@ -14,8 +14,13 @@
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
+<<<<<<< TREE
 "X-Launchpad-Export-Date: 2011-03-11 04:46+0000\n"
 "X-Generator: Launchpad (build 12559)\n"
+=======
+"X-Launchpad-Export-Date: 2011-03-12 06:13+0000\n"
+"X-Generator: Launchpad (build 12559)\n"
+>>>>>>> MERGE-SOURCE
 
 #: static/javascript/form.js:92
 #, python-format

=== modified file 'addons/openerp/po/javascript/sr.po'
--- addons/openerp/po/javascript/sr.po	2011-03-11 04:48:47 +0000
+++ addons/openerp/po/javascript/sr.po	2011-03-15 13:37:09 +0000
@@ -14,8 +14,13 @@
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=utf-8\n"
 "Content-Transfer-Encoding: 8bit\n"
+<<<<<<< TREE
 "X-Launchpad-Export-Date: 2011-03-11 04:46+0000\n"
 "X-Generator: Launchpad (build 12559)\n"
+=======
+"X-Launchpad-Export-Date: 2011-03-12 06:13+0000\n"
+"X-Generator: Launchpad (build 12559)\n"
+>>>>>>> MERGE-SOURCE
 "Generated-By: Babel None\n"
 
 #: static/javascript/form.js:92

=== modified file 'addons/openerp/po/javascript/sr@xxxxxxxx'
--- addons/openerp/po/javascript/sr@xxxxxxxx	2011-03-11 04:48:47 +0000
+++ addons/openerp/po/javascript/sr@xxxxxxxx	2011-03-15 13:37:09 +0000
@@ -14,8 +14,13 @@
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
+<<<<<<< TREE
 "X-Launchpad-Export-Date: 2011-03-11 04:46+0000\n"
 "X-Generator: Launchpad (build 12559)\n"
+=======
+"X-Launchpad-Export-Date: 2011-03-12 06:13+0000\n"
+"X-Generator: Launchpad (build 12559)\n"
+>>>>>>> MERGE-SOURCE
 
 #: static/javascript/form.js:92
 #, python-format

=== modified file 'addons/openerp/po/javascript/sv.po'
--- addons/openerp/po/javascript/sv.po	2011-03-11 04:48:47 +0000
+++ addons/openerp/po/javascript/sv.po	2011-03-15 13:37:09 +0000
@@ -14,8 +14,13 @@
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=utf-8\n"
 "Content-Transfer-Encoding: 8bit\n"
+<<<<<<< TREE
 "X-Launchpad-Export-Date: 2011-03-11 04:46+0000\n"
 "X-Generator: Launchpad (build 12559)\n"
+=======
+"X-Launchpad-Export-Date: 2011-03-12 06:13+0000\n"
+"X-Generator: Launchpad (build 12559)\n"
+>>>>>>> MERGE-SOURCE
 "Generated-By: Babel None\n"
 
 #: static/javascript/form.js:92

=== modified file 'addons/openerp/po/javascript/tr.po'
--- addons/openerp/po/javascript/tr.po	2011-03-11 04:48:47 +0000
+++ addons/openerp/po/javascript/tr.po	2011-03-15 13:37:09 +0000
@@ -14,8 +14,13 @@
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
+<<<<<<< TREE
 "X-Launchpad-Export-Date: 2011-03-11 04:46+0000\n"
 "X-Generator: Launchpad (build 12559)\n"
+=======
+"X-Launchpad-Export-Date: 2011-03-12 06:13+0000\n"
+"X-Generator: Launchpad (build 12559)\n"
+>>>>>>> MERGE-SOURCE
 
 #: static/javascript/form.js:92
 #, python-format

=== modified file 'addons/openerp/po/javascript/uk.po'
--- addons/openerp/po/javascript/uk.po	2011-03-11 04:48:47 +0000
+++ addons/openerp/po/javascript/uk.po	2011-03-15 13:37:09 +0000
@@ -14,8 +14,13 @@
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
+<<<<<<< TREE
 "X-Launchpad-Export-Date: 2011-03-11 04:46+0000\n"
 "X-Generator: Launchpad (build 12559)\n"
+=======
+"X-Launchpad-Export-Date: 2011-03-12 06:13+0000\n"
+"X-Generator: Launchpad (build 12559)\n"
+>>>>>>> MERGE-SOURCE
 
 #: static/javascript/form.js:92
 #, python-format

=== modified file 'addons/openerp/po/javascript/zh_CN.po'
--- addons/openerp/po/javascript/zh_CN.po	2011-03-11 04:48:47 +0000
+++ addons/openerp/po/javascript/zh_CN.po	2011-03-15 13:37:09 +0000
@@ -14,8 +14,13 @@
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
+<<<<<<< TREE
 "X-Launchpad-Export-Date: 2011-03-11 04:46+0000\n"
 "X-Generator: Launchpad (build 12559)\n"
+=======
+"X-Launchpad-Export-Date: 2011-03-12 06:13+0000\n"
+"X-Generator: Launchpad (build 12559)\n"
+>>>>>>> MERGE-SOURCE
 
 #: static/javascript/form.js:92
 #, python-format

=== added file 'addons/openerp/po/messages/ar.po.OTHER'
--- addons/openerp/po/messages/ar.po.OTHER	1970-01-01 00:00:00 +0000
+++ addons/openerp/po/messages/ar.po.OTHER	2011-03-15 13:37:09 +0000
@@ -0,0 +1,1651 @@
+# Arabic translation for openobject-client-web
+# Copyright (c) 2011 Rosetta Contributors and Canonical Ltd 2011
+# This file is distributed under the same license as the openobject-client-web package.
+# FIRST AUTHOR <EMAIL@ADDRESS>, 2011.
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: openobject-client-web\n"
+"Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n"
+"POT-Creation-Date: 2011-01-17 13:09+0100\n"
+"PO-Revision-Date: 2011-02-28 12:02+0000\n"
+"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
+"Language-Team: Arabic <ar@xxxxxx>\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"X-Launchpad-Export-Date: 2011-03-12 06:14+0000\n"
+"X-Generator: Launchpad (build 12559)\n"
+
+#: validators.py:75
+msgid "Invalid literal for float"
+msgstr "قيمة خاطئة لمتغير من نوع float"
+
+#: validators.py:114 validators.py:119 validators.py:262
+msgid "Invalid datetime format"
+msgstr "خطأ في هيئة التاريخ"
+
+#: validators.py:166
+msgid "Please select a file."
+msgstr "اختر ملف"
+
+#: validators.py:247
+msgid "Please enter an email address"
+msgstr "ادخل عنوان البريد الإلكتروني"
+
+#: validators.py:248
+msgid "An email address must contain a single @"
+msgstr "لابد ان يشتمل العنوان الرمز @"
+
+#: validators.py:249
+#, python-format
+msgid ""
+"The username portion of the email address is invalid (the portion before the "
+"@: %(username)s)"
+msgstr "يوجد خطأ في عنوان البريد، قيمة خاطئة في: %(username)s"
+
+#: validators.py:250
+#, python-format
+msgid ""
+"The domain portion of the email address is invalid (the portion after the @: "
+"%(domain)s)"
+msgstr "يوجد خطأ في عنوان البريد، قيمة خاطئة في: %(domain)s"
+
+#: validators.py:254
+msgid "You must start your URL with http://, https://, etc"
+msgstr "ابدأ العنوان بــ http://, https://";
+
+#: validators.py:255
+msgid "That is not a valid URL"
+msgstr "عنوان خاطئ"
+
+#: validators.py:256
+#, python-format
+msgid "You must provide a full domain name (like %(domain)s.com)"
+msgstr "ادخل العنوان بالكامل مثل %(domain)s.com"
+
+#: validators.py:260
+msgid "Please enter an integer value"
+msgstr "رجاء إدخال قيمة رقمية (Integer)"
+
+#: validators.py:261
+msgid "Please enter a number"
+msgstr "أدخل رقم"
+
+#: controllers/actions.py:91
+msgid "Invalid View"
+msgstr "عرض خاطئ"
+
+#: controllers/actions.py:124
+msgid "Error no report"
+msgstr "خطأ، لا تقرير"
+
+#: controllers/actions.py:150
+msgid "Nothing to print"
+msgstr "لا يوجد شئ للطباعة"
+
+#: controllers/actions.py:170
+msgid "Printing aborted, too long delay"
+msgstr "توقفت الطباعة، بسبب التأخر"
+
+#: controllers/actions.py:377
+msgid "Relative URLs are not supported"
+msgstr "العناوين المتعلقة غير ملائمة"
+
+#: controllers/actions.py:405
+msgid "Action not found"
+msgstr "لا يوجد أمر"
+
+#: controllers/actions.py:454
+msgid "No action defined"
+msgstr "أمر غير معرف"
+
+#: controllers/attachment.py:54
+msgid "No record selected, You can only attach to existing record..."
+msgstr "لم يتم إخيار سجل، بإمكانك الإرفاق في حالة وجود سجل فقط..."
+
+#: controllers/database.py:64
+msgid "Create database"
+msgstr "إنشاء قاعدة بيانات"
+
+#: controllers/database.py:66 controllers/templates/database.mako:52
+#: controllers/templates/search.mako:145
+msgid "Create"
+msgstr "إنشاء"
+
+#: controllers/database.py:69
+msgid "Super admin password:"
+msgstr "كلمة السر للمشرف العام:"
+
+#: controllers/database.py:69
+msgid ""
+"This is the password of the user that have the rights to administer "
+"databases. This is not a OpenERP user, just a super administrator. If you "
+"did not changed it, the password is 'admin' after installation."
+msgstr ""
+"هذه هي كلمة السر للمستخدم الذي لديه حق الإشراف علي قواعد البيانات، و ليس "
+"للمستخدم العادي بل للمشرف العام. إذا لم تقم بتغييرها أثنا تهيئة البرنامج، "
+"فكلمة السر تكون 'admin'"
+
+#: controllers/database.py:70 controllers/database.py:102
+msgid "New database name:"
+msgstr "اسم قاعدة البيانات الجديدة:"
+
+#: controllers/database.py:70
+msgid ""
+"Choose the name of the database that will be created. The name must not "
+"contain any special character. Exemple: 'terp'."
+msgstr ""
+"اختر اسم لقاعدة البيانات التي سيتم إنشاءها. علي ألا يحتوي الاسم رمز خاص او "
+"كلمة محجوزة. مثل 'terp'."
+
+#: controllers/database.py:71
+msgid "Load Demonstration data:"
+msgstr "تحميل البيانات الوهمية:"
+
+#: controllers/database.py:71
+msgid ""
+"Check this box if you want demonstration data to be installed on your new "
+"database. These data will help you to understand OpenERP, with predefined "
+"products, partners, etc."
+msgstr ""
+"قم بالتعليم علي هذا المربع إذا أردت تحميل البيانات الوهمية لقاعدة البيانات "
+"الجديدة. تساعدك البيانات الوهمية إلي فهم البرنامج، مثل إضافة منتجات و شركاء."
+
+#: controllers/database.py:72
+msgid "Default Language:"
+msgstr "اللغة الفتراضية:"
+
+#: controllers/database.py:72
+msgid ""
+"Choose the default language that will be installed for this database. You "
+"will be able to install new languages after installation through the "
+"administration menu."
+msgstr ""
+"اختر اللغة الافتراضية التي ستنزل مع قاعدة البيانات. يمكنك إضافة لغات أخري "
+"لاحقاً من خلال قائمة المشرف او administration"
+
+#: controllers/database.py:73
+msgid "Administrator password:"
+msgstr "كلمة مرور المشرف:"
+
+#: controllers/database.py:73
+msgid ""
+"This is the password of the 'admin' user that will be created in your new "
+"database."
+msgstr "هذه كلمة مرور المشرف 'admin' و التي ستستخدم بقاعدة البيانات الجديدة"
+
+#: controllers/database.py:74
+msgid "Confirm password:"
+msgstr "تأكيد كلمة المرور:"
+
+#: controllers/database.py:74
+msgid ""
+"This is the password of the 'admin' user that will be created in your new "
+"database. It has to be the same than the above field."
+msgstr ""
+"هذه كلمة المرور لحساب الـ 'admin' و التي ستنشأ بقاعدة البيانات الجديدة، يجب "
+"ان تكون مماثلة كما في الحقل السابق."
+
+#: controllers/database.py:80
+msgid "Drop database"
+msgstr "إزالة قاعدة البيانات"
+
+#: controllers/database.py:82 controllers/templates/database.mako:54
+msgid "Drop"
+msgstr "إزالة"
+
+#: controllers/database.py:84 controllers/database.py:92
+#: controllers/templates/login.mako:39
+msgid "Database:"
+msgstr "قاعدة البيانات:"
+
+#: controllers/database.py:85 controllers/database.py:93
+#: controllers/database.py:101 controllers/templates/login.mako:57
+#: controllers/templates/login_ajax.mako:78
+#: controllers/templates/login_ajax.mako:98
+msgid "Password:"
+msgstr "كلمة المرور:"
+
+#: controllers/database.py:89
+msgid "Backup database"
+msgstr "نسخة إحتياطية لقاعدة البيانات"
+
+#: controllers/database.py:91 controllers/templates/database.mako:56
+msgid "Backup"
+msgstr "نسخة إحتياطية"
+
+#: controllers/database.py:97
+msgid "Restore database"
+msgstr "إستعادة قاعدة البيانات"
+
+#: controllers/database.py:99 controllers/templates/database.mako:58
+msgid "Restore"
+msgstr "استعادة"
+
+#: controllers/database.py:100
+msgid "File:"
+msgstr "ملف:"
+
+#: controllers/database.py:106
+msgid "Change Administrator Password"
+msgstr "غيّر كلمة مرور المشرف العام"
+
+#: controllers/database.py:108 controllers/templates/preferences/index.mako:37
+msgid "Change Password"
+msgstr "غيّر كلمة المرور"
+
+#: controllers/database.py:109
+msgid "Old Password:"
+msgstr "كلمة المرور القديمة:"
+
+#: controllers/database.py:110
+msgid "New Password:"
+msgstr "كلمة المرور الجديدة:"
+
+#: controllers/database.py:111
+msgid "Confirm Password:"
+msgstr "تأكيد كلمة المرور:"
+
+#: controllers/database.py:174
+msgid "You must avoid all accents, space or special characters."
+msgstr "تجنب إستخدام المسافات، و الرموز."
+
+#: controllers/database.py:175
+msgid "Bad database name"
+msgstr "اسم غير لائق لقاعدة البيانات"
+
+#: controllers/database.py:195
+msgid ""
+"The server crashed during installation.\n"
+"We suggest you to drop this database."
+msgstr ""
+"تعطل الخادم أثناء التنصيب.\n"
+"يبدو انه عليك إسقاط قاعة البيانات هذه."
+
+#: controllers/database.py:196
+msgid "Error during database creation"
+msgstr "خطأ أثناء إشاء قاعدة البيانات"
+
+#: controllers/database.py:199 controllers/database.py:226
+#: controllers/database.py:272 controllers/database.py:295
+msgid "Bad super admin password"
+msgstr "كلمة مرور للـ super admin غير لائقة"
+
+#: controllers/database.py:203
+msgid "Could not create database."
+msgstr "لا يمكن أنشاء قاعدة البيانات."
+
+#: controllers/database.py:229
+msgid "Could not drop database"
+msgstr "لا يمكن إسقاط قاعدة البيانات"
+
+#: controllers/database.py:252
+msgid "Could not create backup."
+msgstr "لا يمكن إنشاء النسخة الإحتياطية."
+
+#: controllers/database.py:276
+msgid "Could not restore database"
+msgstr "لا يمكن إستعادة قاعدة البيانات"
+
+#: controllers/database.py:299
+msgid "Error, password not changed."
+msgstr "خطأ، لم يتم تغيير كلمة المرور."
+
+#: controllers/error_page.py:78
+msgid ""
+"Your problem has been sent to the quality team\n"
+"We will recontact you after analysing the problem."
+msgstr ""
+"تم إرسال الخطأ لفريق الجودة\n"
+"سنراسلك بعد الإطلاع علي المشكلة."
+
+#: controllers/error_page.py:80
+#, python-format
+msgid ""
+"Your problem could not be sent to the quality team\n"
+"Please report this error manually at %s"
+msgstr ""
+"لم يتم إرسال المشكلة إلل فريق الجودة\n"
+"رجاء إرسالها يدوياً علي %s"
+
+#: controllers/form.py:553
+#, python-format
+msgid "Invalid button type \"%s\""
+msgstr "نوع زر خاطئ \"%s\""
+
+#: controllers/form.py:891 controllers/tree.py:233
+msgid "No record selected"
+msgstr "لم يتم إختيار سجل"
+
+#: controllers/form.py:896
+msgid "Print Screen"
+msgstr "اطبع الشاشة"
+
+#: controllers/form.py:965 utils/rpc.py:122 utils/rpc.py:133 utils/rpc.py:136
+#: widgets/listgrid.py:289 widgets/listgrid.py:353 widgets/form/_form.py:904
+msgid "Application Error"
+msgstr "خطأ في البرنامج"
+
+#: controllers/form.py:965
+#, python-format
+msgid "Wrong on_change trigger: %s"
+msgstr "خطأ في كود on_change : %s"
+
+#: controllers/form.py:1073
+msgid "Open resource"
+msgstr "مصدر مفتوح"
+
+#: controllers/form.py:1076
+msgid "Set to default value"
+msgstr "تعيين إلى القيمة الافتراضية"
+
+#: controllers/form.py:1077
+msgid "Set as default"
+msgstr "تعيين كقيمة إفتراضية"
+
+#: controllers/form.py:1084
+msgid "Action"
+msgstr "إجراء"
+
+#: controllers/form.py:1085
+msgid "Report"
+msgstr "تقرير"
+
+#: controllers/impex.py:66
+msgid ""
+"Operation failed\n"
+"I/O error"
+msgstr ""
+"فشلت العملية\n"
+"خطأ في الإدخال و الإخراج I/O"
+
+#: controllers/impex.py:373
+msgid "Export Error"
+msgstr "خطأ في الإصدار"
+
+#: controllers/impex.py:444
+msgid "Database ID"
+msgstr "معرف قاعدة البيانات (Database ID)"
+
+#: controllers/impex.py:451
+msgid "Error opening .CSV file"
+msgstr "خطأ في فتح الملف .CSV"
+
+#: controllers/impex.py:451
+msgid "Input Error."
+msgstr "خطأ في الإدخال"
+
+#: controllers/impex.py:473
+#, python-format
+msgid "You cannot import the field '%s', because we cannot auto-detect it"
+msgstr "لا يمكن إستقبال الحقل  '%s', لأنه لا يمكن الكشف التلقائي عنه"
+
+#: controllers/impex.py:476
+#, python-format
+msgid "Error processing the first line of the file. Field \"%s\" is unknown"
+msgstr "خطأ في معالجة السطر الأول من الملف. الحقل \"%s\" غير معرف"
+
+#: controllers/impex.py:476
+msgid "Import Error."
+msgstr "خطأ في الإستيراد."
+
+#: controllers/impex.py:515
+msgid "XML-RPC error"
+msgstr "خطأ في بيانات XML-RPC"
+
+#: controllers/impex.py:520
+#, python-format
+msgid "Imported %d objects"
+msgstr "الكائنات المستوردة %d"
+
+#: controllers/impex.py:525
+#, python-format
+msgid "Error trying to import this record:%s. ErrorMessage:%s %s"
+msgstr "خطأ في إستيراد هذا السجل:%s. رسالة الخطأ:%s %s"
+
+#: controllers/impex.py:526
+msgid "ImportationError"
+msgstr "خطأ في الإستيراد"
+
+#: controllers/listgrid.py:51
+msgid "Parent record doesn't exists..."
+msgstr "لا يوجد سجل أساسي..."
+
+#: controllers/preferences.py:34
+msgid "Change your password"
+msgstr "غيّر كلمة السر"
+
+#: controllers/preferences.py:64 controllers/templates/header.mako:59
+msgid "Preferences"
+msgstr "التفضيلات"
+
+#: controllers/preferences.py:91
+msgid "All passwords have to be filled."
+msgstr "يجب إملاء جميع كلمات المرور"
+
+#: controllers/preferences.py:93
+msgid "The new password and its confirmation must be identical."
+msgstr "كلمة المرور الجديدة و حقل تأكيدها يجب ان تكون متطابقة"
+
+#: controllers/preferences.py:102
+msgid "Could not change your password."
+msgstr "لم يتمكن من تغيير كلمة المرور"
+
+#: controllers/preferences.py:104
+msgid "Original password incorrect, your password was not changed."
+msgstr "كلمة المرور الأصلية خاطئة، فلم تتغير كلمة المرور"
+
+#: controllers/root.py:170
+#, python-format
+msgid "Version %s"
+msgstr "الإصدارة %s"
+
+#: controllers/translator.py:132
+msgid "You need to save the resource before adding translations."
+msgstr "يجب حفظ المصدر قبل إضافة الترجمة."
+
+#: controllers/tree.py:264
+msgid "No resource selected"
+msgstr "لم يتم إختيار مصدر"
+
+#: controllers/utils.py:44
+msgid "Could not connect to server"
+msgstr "تعذر الإتصال بالخادم"
+
+#: controllers/utils.py:131 controllers/templates/login_ajax.mako:111
+msgid "Bad username or password"
+msgstr "اسم مستخدم او كلمة مرور خاطئة"
+
+#: controllers/view_log.py:32
+msgid "ID"
+msgstr "المعرّف"
+
+#: controllers/view_log.py:33
+msgid "Creation User"
+msgstr "إنشاء مستخدم"
+
+#: controllers/view_log.py:34
+msgid "Creation Date"
+msgstr "تاريخ الإنشاء"
+
+#: controllers/view_log.py:35
+msgid "Latest Modification by"
+msgstr "آخر تعديل بواسطة"
+
+#: controllers/view_log.py:36
+msgid "Latest Modification Date"
+msgstr "آخر تعديل بتاريخ"
+
+#: controllers/view_log.py:37
+msgid "Owner"
+msgstr "المالك"
+
+#: controllers/view_log.py:38
+msgid "Group Owner"
+msgstr "مالك المجموعة"
+
+#: controllers/view_log.py:39
+msgid "Access Level"
+msgstr "مستوي السماح"
+
+#: controllers/view_log.py:40
+msgid "Internal module data ID"
+msgstr "معرف الــ Internal module data"
+
+#: controllers/viewed.py:220
+msgid "Invalid view id."
+msgstr "خطأ في عرض المعرف"
+
+#: controllers/viewed.py:498
+msgid "Unable to create inherited view."
+msgstr "لم يتمكن من إنشاء عرض موروث"
+
+#: controllers/viewed.py:500
+msgid "Can't create inherited view here."
+msgstr "لا يمكن من إنشاء عرض موروث هنا"
+
+#: controllers/viewed.py:503
+msgid "Not implemented yet!"
+msgstr "لم تنفذ حتي الأن!"
+
+#: controllers/viewed.py:608
+msgid "Unable to update the view."
+msgstr "لم يتمكن من تحديث العرض"
+
+#: controllers/viewed.py:859
+msgid "New Window"
+msgstr "نافذة جديدة"
+
+#: controllers/viewed.py:871
+msgid "Save Button"
+msgstr "زر الحفظ"
+
+#: controllers/viewed.py:871
+msgid "Cancel Button"
+msgstr "زر الإلغاء"
+
+#: controllers/viewed.py:871
+msgid "Open Button"
+msgstr "زر الفتح"
+
+#: controllers/viewed.py:877
+msgid "Left"
+msgstr "يسار"
+
+#: controllers/viewed.py:877
+msgid "Center"
+msgstr "وسط"
+
+#: controllers/viewed.py:877
+msgid "Right"
+msgstr "يمين"
+
+#: controllers/templates/about.mako:4
+msgid "About the OpenERP Web"
+msgstr "عن تطبيق OpenERP"
+
+#: controllers/templates/about.mako:27
+msgid "OpenERP Web"
+msgstr "OpenERP عبر الإنترنت"
+
+#: controllers/templates/about.mako:30
+msgid "Copyright &copy; 2006-TODAY OpenERP SA. All Rights Reserved."
+msgstr "حقوق الطبع &copy; OpenERP SA . جميع الحقوق محفوظة"
+
+#: controllers/templates/about.mako:31
+msgid "OpenERP is a trademark of the OpenERP SA Company."
+msgstr "OpenERP هي علامة مسجلة لشركة OpenERP SA."
+
+#: controllers/templates/about.mako:33
+#, python-format
+msgid "%(ooweb)s is jointly developed by %(tiny)s and %(axelor)s."
+msgstr "%(ooweb)s تم التصميم بواسطة %(tiny)s و %(axelor)s."
+
+#: controllers/templates/about.mako:39
+#, python-format
+msgid "Licenced under the terms of %(license)s"
+msgstr "مرخص تحت شروط %(license)s"
+
+#: controllers/templates/about.mako:42
+msgid "About OpenERP"
+msgstr "عن OpenERP"
+
+#: controllers/templates/about.mako:44
+#, python-format
+msgid ""
+"%(openobject)s is a free enterprise-scale software system that is designed "
+"to boost\n"
+"                    productivity and profit through data integration. It "
+"connects, improves and\n"
+"                    manages business processes in areas such as sales, "
+"finance, supply chain,\n"
+"                    project management, production, services, CRM, etc..\n"
+"                    "
+msgstr ""
+"%(openobject)s هو برنامج مجاني للشركات و المنشآت و ليساعدهما علي \n"
+"                        الأنتاجية و الربح من خلال تكامل البيانات. هذا "
+"بالإضافة إلي انه يربط، و يدعم،\n"
+"\t\t\tو ينظم العمليات للأعمال التجارية في مجالات مثل المبيعات، المالية، "
+"المخزون،\n"
+"                        إدارةالمشروعات، الإنتاج، الخدمات، CRM، إلخ..\n"
+"                    "
+
+#: controllers/templates/about.mako:51
+msgid ""
+"The system is platform-independent, and can be installed on Windows, Mac OS "
+"X,\n"
+"                    and various Linux and other Unix-based distributions. "
+"Its architecture enables\n"
+"                    new functionality to be rapidly created, modifications "
+"to be made to a\n"
+"                    production system and migration to a new version to be "
+"straightforward."
+msgstr ""
+"يعتبر نظام البرنامج مستقل عن الأنظمة التي يعمل عليها، فيمكن تنصيبه علي أنظمة "
+"الماك و الويندوز\n"
+"                    و العديد من أنظمة اللينوكس بالإضافة إلي توزيعات اليونكس. "
+"فتصميم البرنامج يسمح\n"
+"                    بالإضافات الجديدة أن تنشأ بسهولة و بالتعديلات التي تتم "
+"بأن تضاف بسرعة و ذلك من\n"
+"                   أجل تفعيل إنتاجية النظام و سهولة إنتقالها في الإصدارات "
+"الجديدة مباشرة."
+
+#: controllers/templates/about.mako:57
+msgid ""
+"Depending on your needs, OpenERP is available through a web or application "
+"client."
+msgstr "يمكن تهئة البرنامج حسب إحتياجك."
+
+#: controllers/templates/database.mako:50 controllers/templates/login.mako:4
+#: controllers/templates/login.mako:67 controllers/templates/login_ajax.mako:85
+#: controllers/templates/login_ajax.mako:104
+msgid "Login"
+msgstr "تسجيل الدخول"
+
+#: controllers/templates/database.mako:60
+msgid "Password"
+msgstr "كلمة المرور"
+
+#: controllers/templates/error_page.mako:77
+#, python-format
+msgid "An %(error_type)s has been reported."
+msgstr "حدوث خطأ في %(error_type)s تم تسجيله."
+
+#: controllers/templates/error_page.mako:79
+msgid "Let me fix it"
+msgstr "اجعلني اصلحه"
+
+#: controllers/templates/error_page.mako:85
+msgid "Fix it for me"
+msgstr "اصلحه من أجلي"
+
+#: controllers/templates/error_page.mako:90
+msgid "You do not have a valid OpenERP publisher warranty contract !"
+msgstr "لا يوجد لديك عقد ضمان صحيح من الناشر للـ OpenERP"
+
+#: controllers/templates/error_page.mako:91
+msgid ""
+"If you are using OpenERP in production, it is recommended to have\n"
+"a publisher warranty program.\n"
+"\n"
+"The OpenERP publisher warranty contract provides you with bug fix guarantees "
+"and an\n"
+"automatic migration system so that we can start working on your problems "
+"within a few\n"
+"hours.\n"
+"\n"
+"With a publisher warranty contract, errors such as this one can be sent "
+"directly to the OpenERP\n"
+"team for review and evaluation.\n"
+"\n"
+"The publisher warranty program offers you:\n"
+"* Automatic migrations on new versions,\n"
+"* A bugfix guarantee,\n"
+"* Monthly announces of potential bugs and their fixes,\n"
+"* Security alerts by email and automatic migration,\n"
+"* Access to the customer portal.\n"
+msgstr ""
+"إذا كنت تستخدم OpenERP للإنتاج، فإنه من المفضل الحصول\n"
+"علي عقد ضمان من الناشر.\n"
+"\n"
+"يتضمن عقد الضمان من الناشر توفير حلول لمشاكل النظام و نقل\n"
+"تلقائي للنظام و ذلك للبدء في حل مشاكلك في ساعات قليلة.\n"
+"\n"
+"مع عقد الضمان، مثل هذه الأخطاء يتم إرسالها مباشرة إلي فريق عمل\n"
+"OpenERP للنظر فيها و التحليل.\n"
+"\n"
+"إن عقد الضمان يتيح لك:\n"
+"* النقل التلقائي للإصدارات الجديدة.\n"
+"* ضمان تصحيح أخطاء البرنامج.\n"
+"* سلامة أمن النظام\n"
+"* الدع م الفني اللازم\n"
+
+#: controllers/templates/error_page.mako:113
+msgid ""
+"Your publisher warranty contract does not cover all modules installed in "
+"your system !\n"
+"If you are using OpenERP in production, it is highly suggested to upgrade "
+"your\n"
+"contract.\n"
+"\n"
+"If you have developed your own modules or installed third party module, we\n"
+"can provide you an additional publisher warranty contract for these modules. "
+"After\n"
+"having reviewed your modules, our quality team will ensure they will "
+"migrate\n"
+"automatically for all future stable versions of OpenERP at no extra cost.\n"
+"\n"
+"Here is the list of modules not covered by your publisher warranty contract:"
+msgstr ""
+"لا يشمل عقد الضمان جميع الأكواد التي تم تنصيبها علي النظام!\n"
+"إذا كنت تستخدم OpenERP للإنتاج، فإنه من الأفضل لك تحديث\n"
+"عقد الضمان.\n"
+"\n"
+"إذا قمت بتطوير أكواد خاصة لك أو إستخدمت أكواد من شركات أخري غير OpenERP، "
+"فنحن\n"
+"يمكننا أيضاً تقديم عقد ضمان نشر إضافي لهذه الأكواد ايضاً، و ذلك بعد\n"
+"ان يتم إستعراض هذه الأكواد، ليقوم فريق الجودة لتأكيد و لدعم النقل\n"
+"التلقائي لكل الإصدارات الحديثة لنظام OpenERP و ذلك دون أي تكلفة\n"
+"\n"
+"هذه قائمة بـ بجميع الأكواد التي لا تشتمل علي ضمان الناشر:"
+
+#: controllers/templates/error_page.mako:135
+msgid "Publisher warranty contract."
+msgstr "عقد الضمان للناشر"
+
+#: controllers/templates/error_page.mako:136
+msgid ""
+"Your request will be sent to OpenERP and publisher warranty team will reply "
+"you shortly."
+msgstr "سيتم إرسال طلبك إلي فريق OpenERP و الناشر و ذلك للإجابة الفورية."
+
+#: controllers/templates/error_page.mako:140
+msgid "Summary of the problem:"
+msgstr "ملخص المشكلة:"
+
+#: controllers/templates/error_page.mako:147
+msgid "Explain what you did:"
+msgstr "إشرح ما فعلت:"
+
+#: controllers/templates/error_page.mako:156
+msgid "Other Comments:"
+msgstr "تعليقات أخري:"
+
+#: controllers/templates/error_page.mako:168
+msgid "Send to Publisher Warranty Team"
+msgstr "إرسال إلي فريق الضمان و النشر"
+
+#: controllers/templates/error_page.mako:195
+msgid "Write concurrency warning :"
+msgstr "اكتب تحذير تزامني:"
+
+#: controllers/templates/error_page.mako:200
+msgid ""
+"This document has been modified while you were editing it.\n"
+"Choose:\n"
+"\n"
+"    - \"Cancel\" to cancel saving.\n"
+"    - \"Write anyway\" to save your current version."
+msgstr ""
+"هذا الملف قد تم تعديله بينما كنت انت تحرره.\n"
+"اخر:\n"
+"\n"
+"    - \"إلغاء\" و ذلك لإلغاء الحفظ.\n"
+"    - \"إضافة التحرير\" و ذلك لحفظ النسخة الحالية."
+
+#: controllers/templates/error_page.mako:214 controllers/templates/exp.mako:244
+#: controllers/templates/form.mako:140 controllers/templates/openo2m.mako:41
+#: controllers/templates/selection.mako:43
+#: controllers/templates/viewlist.mako:160
+#: controllers/templates/preferences/index.mako:38
+#: widgets/templates/listgrid/listgrid.mako:33
+msgid "Cancel"
+msgstr "إلغاء"
+
+#: controllers/templates/error_page.mako:215
+msgid "Write Anyway"
+msgstr "الكتابة على أية حال"
+
+#: controllers/templates/exp.mako:151
+msgid "Export Data"
+msgstr "تصدير البيانات"
+
+#: controllers/templates/exp.mako:166
+msgid "Export Type:"
+msgstr "نوع التصدير:"
+
+#: controllers/templates/exp.mako:169
+msgid "Import Compatible Export"
+msgstr "إستيراد بيانات ملائمة للتصدير"
+
+#: controllers/templates/exp.mako:172
+msgid "Export all Data"
+msgstr "تصدير جميع البيانات"
+
+#: controllers/templates/exp.mako:183
+msgid "Available fields"
+msgstr "الحقول المتوفرة"
+
+#: controllers/templates/exp.mako:185
+msgid "Fields to export"
+msgstr "حقول للتصدير"
+
+#: controllers/templates/exp.mako:187
+msgid "Save fields list"
+msgstr "حفظ قائمة الحقول"
+
+#: controllers/templates/exp.mako:189
+msgid "Save as:"
+msgstr "حفظ باسم:"
+
+#: controllers/templates/exp.mako:191 controllers/templates/fieldpref.mako:102
+#: controllers/templates/selection.mako:45
+msgid "OK"
+msgstr "موافق"
+
+#: controllers/templates/exp.mako:195
+msgid "Saved exports:"
+msgstr "مُصدرة محفوظة:"
+
+#: controllers/templates/exp.mako:204 controllers/templates/form.mako:135
+#: controllers/templates/image.mako:67 widgets/form/templates/one2many.mako:22
+#: widgets/templates/sidebar.mako:67
+#: widgets/templates/listgrid/listgrid.mako:105
+#: widgets/templates/listgrid/listgrid.mako:109
+#: widgets/templates/listgrid/listgrid.mako:173
+#: widgets/templates/listgrid/listgrid.mako:178
+#: widgets/templates/listgrid/listgroup.mako:131
+#: widgets/templates/listgrid/multiple_group.mako:81
+msgid "Delete"
+msgstr "حذف"
+
+#: controllers/templates/exp.mako:217 widgets/templates/sidebar.mako:56
+#: widgets/templates/listgrid/listgrid.mako:135
+msgid "Add"
+msgstr "إضافة"
+
+#: controllers/templates/exp.mako:222 controllers/templates/viewlist.mako:125
+msgid "Remove"
+msgstr "إزالة"
+
+#: controllers/templates/exp.mako:227
+msgid "Remove All"
+msgstr "إزالة الكل"
+
+#: controllers/templates/exp.mako:245
+msgid "Export to File"
+msgstr "تصدير لملف"
+
+#: controllers/templates/fieldpref.mako:4
+#: controllers/templates/fieldpref.mako:29
+msgid "Field Preferences"
+msgstr "التفضيلات للحقول"
+
+#: controllers/templates/fieldpref.mako:39
+msgid "Field Name:"
+msgstr "اسم الحقل:"
+
+#: controllers/templates/fieldpref.mako:43
+msgid "Domain:"
+msgstr "النطاق:"
+
+#: controllers/templates/fieldpref.mako:47
+msgid "Default Value:"
+msgstr "القيمة الإفتراضية:"
+
+#: controllers/templates/fieldpref.mako:57
+msgid "Value applicable for:"
+msgstr "القيمة الملائمة لـ:"
+
+#: controllers/templates/fieldpref.mako:63
+msgid "Only for you"
+msgstr "لك فقط"
+
+#: controllers/templates/fieldpref.mako:67
+msgid "For all"
+msgstr "للكل"
+
+#: controllers/templates/fieldpref.mako:76
+msgid "Value applicable if:"
+msgstr "القيمة ملائمة لو:"
+
+#: controllers/templates/fieldpref.mako:79
+msgid "Always applicable!"
+msgstr "دائماً!"
+
+#: controllers/templates/fieldpref.mako:99 controllers/templates/image.mako:70
+#: controllers/templates/imp.mako:205 controllers/templates/index.mako:198
+#: controllers/templates/openm2.mako:52
+#: controllers/templates/save_filter.mako:42
+#: controllers/templates/search.mako:129
+#: controllers/templates/translator.mako:41
+#: controllers/templates/translator.mako:108
+#: controllers/templates/viewed.mako:37
+#: controllers/templates/viewed_new.mako:49
+#: controllers/templates/viewed_new_model.mako:42
+#: controllers/templates/viewed_preview.mako:28
+#: controllers/templates/viewlist.mako:129 widgets/templates/sidebar.mako:67
+#: widgets/templates/viewform.mako:37
+msgid "Close"
+msgstr "إغلاق"
+
+#: controllers/templates/footer.mako:3
+#, python-format
+msgid "&copy; 2008-2010 %(ooweb)s  SA. All Rights Reserved "
+msgstr "&copy; 2008-2010 %(ooweb)s  SA. جميع الحقوق محفوظة "
+
+#: controllers/templates/footer.mako:6
+msgid "Significant contributions to the web client have been made by"
+msgstr "تمت المساهمة الأكبر للويب من قبل بواسطة kifcaliph و"
+
+#: controllers/templates/form.mako:63
+msgid "Disable all Tips"
+msgstr "ألغ النصائح"
+
+#: controllers/templates/form.mako:64
+msgid "Hide this Tip"
+msgstr "أخف هذه النصيحة"
+
+#: controllers/templates/form.mako:82
+msgid "Add / Remove Shortcut..."
+msgstr "إضافة / إزالة مختَصَر"
+
+#: controllers/templates/form.mako:86
+#, python-format
+msgid "Search: %s"
+msgstr "بحث: %s"
+
+#: controllers/templates/form.mako:93
+msgid "Corporate Intelligence..."
+msgstr "الاستخبارات التنافسية..."
+
+#: controllers/templates/form.mako:99
+msgid "Show Logs..."
+msgstr "عرض السجلات..."
+
+#: controllers/templates/form.mako:111
+msgid "Create a new resource"
+msgstr "إنشاء مصدر جديد"
+
+#: controllers/templates/form.mako:112 controllers/templates/search.mako:128
+#: controllers/templates/viewed_new_model.mako:36
+#: controllers/templates/viewlist.mako:119 widgets/form/_o2m.py:73
+#: widgets/form/templates/one2many.mako:20
+#: widgets/templates/listgrid/listgrid.mako:140
+#: widgets/templates/listgrid/listgrid.mako:144
+#: widgets/templates/listgrid/listgroup.mako:20
+msgid "New"
+msgstr "جديد"
+
+#: controllers/templates/form.mako:116
+msgid "Edit this resource"
+msgstr "حرر هذا المصدر"
+
+#: controllers/templates/form.mako:117 controllers/templates/viewlist.mako:122
+#: widgets/templates/listgrid/listgrid.mako:75
+#: widgets/templates/listgrid/listgrid.mako:79
+#: widgets/templates/listgrid/listgroup.mako:112
+#: widgets/templates/listgrid/multiple_group.mako:63
+msgid "Edit"
+msgstr "تحرير"
+
+#: controllers/templates/form.mako:121
+msgid "Save this resource"
+msgstr "حفظ هذا المظهر"
+
+#: controllers/templates/form.mako:122 controllers/templates/image.mako:65
+#: controllers/templates/openm2.mako:48
+#: controllers/templates/save_filter.mako:41
+#: controllers/templates/translator.mako:39
+#: controllers/templates/translator.mako:106
+#: controllers/templates/viewed_new.mako:46
+#: controllers/templates/viewed_new_model.mako:39
+#: controllers/templates/viewlist.mako:157
+#: controllers/templates/preferences/index.mako:39
+msgid "Save"
+msgstr "حفـظ"
+
+#: controllers/templates/form.mako:124
+msgid "Save & Edit this resource"
+msgstr "حفظ و تحرير هذا المصدر"
+
+#: controllers/templates/form.mako:125
+msgid "Save & Edit"
+msgstr "حفظ و تحرير"
+
+#: controllers/templates/form.mako:129
+msgid "Duplicate this resource"
+msgstr "تكرار هذا المصدر"
+
+#: controllers/templates/form.mako:130
+msgid "Duplicate"
+msgstr "تكرار"
+
+#: controllers/templates/form.mako:134
+msgid "Delete this resource"
+msgstr "حذف هذا المصدر"
+
+#: controllers/templates/form.mako:139
+msgid "Cancel editing the current resource"
+msgstr "إلغاء تحرير المصدر الحالي"
+
+#: controllers/templates/form.mako:144
+msgid "Create new node"
+msgstr "إنشاء طرف جديد"
+
+#: controllers/templates/form.mako:145
+msgid "New Node"
+msgstr "طرف جديد"
+
+#: controllers/templates/form.mako:149
+msgid "Show grid in workflow canvas"
+msgstr "إظهار الشبكية لخلفية مسار العمل"
+
+#: controllers/templates/form.mako:150
+msgid "Show grid"
+msgstr "إظهار الشبكية"
+
+#: controllers/templates/header.mako:33
+#, python-format
+msgid "%(company)s"
+msgstr "%(company)s"
+
+#: controllers/templates/header.mako:34 controllers/templates/index.mako:218
+#, python-format
+msgid "%(user)s"
+msgstr "%(user)s"
+
+#: controllers/templates/header.mako:45 controllers/templates/header.mako:47
+msgid "Home"
+msgstr "الصفحة الرئيسية"
+
+#: controllers/templates/header.mako:53
+msgid "Requests"
+msgstr "طلبات"
+
+#: controllers/templates/header.mako:62
+msgid "Edit Preferences"
+msgstr "تحرير التفضيلات"
+
+#: controllers/templates/header.mako:66 controllers/templates/header.mako:69
+msgid "About"
+msgstr "عن"
+
+#: controllers/templates/header.mako:73 controllers/templates/header.mako:75
+msgid "Help"
+msgstr "مساعدة"
+
+#: controllers/templates/header.mako:81 controllers/templates/header.mako:84
+msgid "Clear Cache"
+msgstr "مسح الذاكرة المخبئة"
+
+#: controllers/templates/header.mako:89
+msgid "Logout"
+msgstr "تسجيل الخروج"
+
+#: controllers/templates/image.mako:4 controllers/templates/image.mako:39
+msgid "Image"
+msgstr "صوره"
+
+#: controllers/templates/image.mako:55
+msgid "Add Resource:"
+msgstr "إضافة مصدر:"
+
+#: controllers/templates/image.mako:66 widgets/form/templates/binary.mako:28
+msgid "Save As"
+msgstr "حفظ كـ"
+
+#: controllers/templates/imp.mako:80
+msgid "Import Data"
+msgstr "استيراد البيانات"
+
+#: controllers/templates/imp.mako:90
+msgid "1. Import a .CSV file"
+msgstr "إستيراد ملف .CSV"
+
+#: controllers/templates/imp.mako:106
+msgid "CSV File:"
+msgstr "ملف CSV :"
+
+#: controllers/templates/imp.mako:124
+msgid "2. Check your file format"
+msgstr "تأكد من إمتداد الملف"
+
+#: controllers/templates/imp.mako:131
+#, python-format
+msgid "The import failed due to: %(message)s"
+msgstr "عملية الإستيراد فشلت لسبب: %(message)s"
+
+#: controllers/templates/imp.mako:133
+msgid "Here is a preview of the file we could not import:"
+msgstr "هذه معاينة لملف لم يتمكن من إستيراده:"
+
+#: controllers/templates/imp.mako:158
+msgid "CSV Options"
+msgstr "خيارات الــ CSV"
+
+#: controllers/templates/imp.mako:161
+msgid "Separator:"
+msgstr "فاصل :"
+
+#: controllers/templates/imp.mako:163
+msgid "Delimiter:"
+msgstr "محدد:"
+
+#: controllers/templates/imp.mako:167
+msgid "Encoding:"
+msgstr "ترميز:"
+
+#: controllers/templates/imp.mako:174
+msgid "Lines to skip:"
+msgstr "الخطوط للتخطي:"
+
+#: controllers/templates/imp.mako:188
+msgid "3. File imported"
+msgstr "الملفات المستوردة"
+
+#: controllers/templates/imp.mako:206
+msgid "Import File"
+msgstr "إستيراد ملف"
+
+#: controllers/templates/index.mako:164
+msgid "System Logs"
+msgstr "سجلات النظام"
+
+#: controllers/templates/index.mako:189
+msgid "More"
+msgstr "مزيد"
+
+#: controllers/templates/index.mako:190
+msgid "Widgets"
+msgstr "عناصر مرئية"
+
+#: controllers/templates/index.mako:221 controllers/templates/index.mako:226
+#, python-format
+msgid "Powered by %(openerp)s "
+msgstr "مدعوم بـ %(openerp)s و kifcaliph "
+
+#: controllers/templates/login.mako:53 controllers/templates/login_ajax.mako:72
+#: controllers/templates/login_ajax.mako:94
+msgid "User:"
+msgstr "المستخدم:"
+
+#: controllers/templates/login.mako:64
+msgid "Databases"
+msgstr "قواعد البيانات"
+
+#: controllers/templates/login.mako:84
+msgid "Top Contributor:"
+msgstr "الأكثر إسهاماً:"
+
+#: controllers/templates/login.mako:94
+msgid ""
+"We think that daily job activities can be more intuitive, efficient, "
+"automated, .. and even fun."
+msgstr "نؤمن بأن نشاط العمل اليومي يمكن أن يكون بديهي، فعال، سريع و ممتع"
+
+#: controllers/templates/login.mako:95
+msgid "OpenERP's vision to be:"
+msgstr "رؤي برنامج OpenERP هي:"
+
+#: controllers/templates/login.mako:103
+msgid "Full featured"
+msgstr "كامل الأوصاف"
+
+#: controllers/templates/login.mako:104
+msgid ""
+"Today's enterprise challenges are multiple. We provide one module for each "
+"need."
+msgstr ""
+"تتعدد تحديات المنشآت اليوم، و لذلك نوفر العديد من وحدات الأكواد لكل إحتياج."
+
+#: controllers/templates/login.mako:112
+msgid "Open Source"
+msgstr "مفتوح المصدر"
+
+#: controllers/templates/login.mako:113
+msgid ""
+"To Build a great product, we rely on the knowledge of thousands of "
+"contributors."
+msgstr "لبناء منتج قوي، نحن نعتمد علي معرفة ألاف المساهمين."
+
+#: controllers/templates/login.mako:121
+msgid "User Friendly"
+msgstr "سهلة الإستخدام"
+
+#: controllers/templates/login.mako:122
+msgid ""
+"In order to be productive, people need clean and easy to use interface."
+msgstr "تتمثل الإنتاجية في حاجة الأفراد إليإستخدام واجهة سهلة و لائقة."
+
+#: controllers/templates/modules.mako:4
+msgid "Module Management"
+msgstr "إدارة وحدات الأكواد"
+
+#: controllers/templates/modules.mako:17
+msgid "Web Modules"
+msgstr "وحدة كود للإنترنت"
+
+#: controllers/templates/openo2m.mako:34
+msgid "Save & Close"
+msgstr "حفظ و إغلاق"
+
+#: controllers/templates/openo2m.mako:37
+msgid "Save & New"
+msgstr "حفظ و جديد"
+
+#: controllers/templates/save_filter.mako:18
+msgid "Save as Filter"
+msgstr "حفظ كمرشح"
+
+#: controllers/templates/save_filter.mako:30
+msgid "Filter Name"
+msgstr "اسم مرشح"
+
+#: controllers/templates/search.mako:110
+#, python-format
+msgid "Search %(name)s"
+msgstr "بحث %(name)s"
+
+#: controllers/templates/search.mako:125 widgets/form/templates/datetime.mako:8
+msgid "Select"
+msgstr "اختر"
+
+#: controllers/templates/search.mako:127 widgets/_views.py:83
+#: widgets/form/templates/many2one.mako:22
+#: widgets/form/templates/reference.mako:27 widgets/templates/viewform.mako:26
+msgid "Search"
+msgstr "بحث"
+
+#: controllers/templates/search.mako:143
+#, python-format
+msgid "No record found : '%(searched_string)s'."
+msgstr "لم يتم العثور علي السجل: '%(searched_string)s'."
+
+#: controllers/templates/selection.mako:4
+msgid "Select action"
+msgstr "اختر إجراء"
+
+#: controllers/templates/selection.mako:23
+msgid "Select your action"
+msgstr "اختر إجراءك"
+
+#: controllers/templates/server_log.mako:4
+msgid "Server Actions..."
+msgstr "إجراءات الخادم..."
+
+#: controllers/templates/server_log.mako:14
+msgid "Server Actions"
+msgstr "إجراءات الخادم"
+
+#: controllers/templates/translator.mako:4
+msgid "Add Translations"
+msgstr "أضف ترجمات"
+
+#: controllers/templates/translator.mako:17
+msgid "Add Translation"
+msgstr "إضافة ترجمة"
+
+#: controllers/templates/translator.mako:27
+msgid "Add Translation for:"
+msgstr "أضف ترجمة لــ"
+
+#: controllers/templates/translator.mako:31
+msgid "Fields"
+msgstr "حقول"
+
+#: controllers/templates/translator.mako:32
+msgid "Labels"
+msgstr "تسميات"
+
+#: controllers/templates/translator.mako:33
+msgid "Relates"
+msgstr "متعلقات"
+
+#: controllers/templates/translator.mako:34
+msgid "View"
+msgstr "عرض"
+
+#: controllers/templates/translator.mako:53
+msgid "Field"
+msgstr "حقل"
+
+#: controllers/templates/view_log.mako:4 controllers/templates/view_log.mako:12
+#: utils/common.py:47
+msgid "Information"
+msgstr "معلومات"
+
+#: controllers/templates/viewed.mako:17
+#, python-format
+msgid "View Editor %s - %s"
+msgstr "عرض المحرر %s - %s"
+
+#: controllers/templates/viewed.mako:31
+msgid "Create a new inherited view"
+msgstr "إنشاء عرض موروث جديد"
+
+#: controllers/templates/viewed.mako:31
+msgid "Inherited View"
+msgstr "عرض موروث"
+
+#: controllers/templates/viewed.mako:34
+msgid "Preview"
+msgstr "معاينة"
+
+#: controllers/templates/viewed_add.mako:6
+msgid "Node Type:"
+msgstr "نوع الطرف:"
+
+#: controllers/templates/viewed_add.mako:23
+msgid "New Field"
+msgstr "حقل جديد"
+
+#: controllers/templates/viewed_add.mako:27
+msgid "Position:"
+msgstr "موضع"
+
+#: controllers/templates/viewlist.mako:4
+#: controllers/templates/viewlist.mako:108
+#, python-format
+msgid "Manage Views (%s)"
+msgstr "إدارة عروض (%s)"
+
+#: controllers/templates/viewlist.mako:146
+#, python-format
+msgid "Create a view (%s)"
+msgstr "إنشاء عرض (%s)"
+
+#: controllers/templates/viewlist.mako:174
+msgid "View Name:"
+msgstr "اسم العرض:"
+
+#: controllers/templates/viewlist.mako:178
+msgid "View Type:"
+msgstr "نوع العرض:"
+
+#: controllers/templates/viewlist.mako:189
+msgid "Priority:"
+msgstr "الأولوية:"
+
+#: utils/common.py:37 utils/common.py:66
+msgid "Error"
+msgstr "خطأ"
+
+#: utils/common.py:42 utils/common.py:69
+msgid "Warning"
+msgstr "تحذير"
+
+#: utils/rpc.py:131
+msgid "Access Denied"
+msgstr "السماح مرفوض"
+
+#: utils/rpc.py:238
+msgid "Unsupported protocol."
+msgstr "بروتوكول غير مدعم"
+
+#: utils/rpc.py:342
+msgid ""
+"You select a timezone but OpenERP could not find pytz library!\n"
+"The timezone functionality will be disable."
+msgstr ""
+"لقد اخترت المنطقة الزمنية و لكن البرنامج لم يتمكن من إيجاد مكتبة pytz\n"
+"سيتم إيقاف وظيفة المنطقة الزمنية."
+
+#: utils/rpc.py:355
+msgid "Not logged..."
+msgstr "لم يتم الدخول..."
+
+#: utils/rpc.py:355
+msgid "Authorization Error"
+msgstr "خطأ في التخويل"
+
+#: utils/rpc.py:437
+msgid "== Access Denied =="
+msgstr "== مرفوض السماح =="
+
+#: widgets/_views.py:52
+msgid "Form"
+msgstr "نموذج"
+
+#: widgets/_views.py:53
+msgid "Form view..."
+msgstr "عرض النموذج..."
+
+#: widgets/_views.py:84
+msgid "Search view..."
+msgstr "عرض البحث..."
+
+#: widgets/listgrid.py:289
+msgid "Wrong on_change trigger"
+msgstr "خطأ بكود on_change"
+
+#: widgets/listgrid.py:353 widgets/form/_form.py:904
+#, python-format
+msgid "Invalid view, duplicate field: %s"
+msgstr "عرض خاطئ، حقول متكررة: %s"
+
+#: widgets/pager.py:56
+#, python-format
+msgid "%s"
+msgstr "%s"
+
+#: widgets/pager.py:68
+#, python-format
+msgid "%s - %s"
+msgstr "%s - %s"
+
+#: widgets/search.py:282
+msgid "contains"
+msgstr "يحتوى على"
+
+#: widgets/search.py:282
+msgid "doesn't contain"
+msgstr "لا يحتوي علي"
+
+#: widgets/search.py:283
+msgid "is equal to"
+msgstr "مساوٍ لـ"
+
+#: widgets/search.py:283
+msgid "is not equal to"
+msgstr "ليس مساويًا لـ"
+
+#: widgets/search.py:284
+msgid "greater than"
+msgstr "أكبر من"
+
+#: widgets/search.py:284
+msgid "less than"
+msgstr "أقل من"
+
+#: widgets/search.py:285
+msgid "in"
+msgstr "في"
+
+#: widgets/search.py:285
+msgid "not in"
+msgstr "ليس في"
+
+#: widgets/search.py:392
+msgid "Yes"
+msgstr "نعم"
+
+#: widgets/search.py:392
+msgid "No"
+msgstr "ï»»"
+
+#: widgets/form/_action.py:46
+msgid "Action not found!"
+msgstr "لم يتم العثور علي الإجراء!"
+
+#: widgets/form/_o2m.py:73 widgets/templates/listgrid/listgrid.mako:138
+#: widgets/templates/listgrid/listgrid.mako:144
+#: widgets/templates/listgrid/listgroup.mako:20
+msgid "Create new record."
+msgstr "إنشاء سجل جديد"
+
+#: widgets/form/_o2m.py:86
+msgid "Save/New"
+msgstr "حفظ/جديد"
+
+#: widgets/form/_o2m.py:86
+msgid "Save parent record."
+msgstr "حفظ السجل الرئيسي."
+
+#: widgets/form/_o2m.py:216
+#, python-format
+msgid "%d of %d"
+msgstr "%d من %d"
+
+#: widgets/form/_o2m.py:218
+#, python-format
+msgid "- of %d"
+msgstr "- من %d"
+
+#: widgets/form/templates/binary.mako:31
+msgid "add attachment"
+msgstr "إضافة مرفقة"
+
+#: widgets/form/templates/image.mako:7 widgets/form/templates/image.mako:39
+msgid "Click here to add new image."
+msgstr "إضغط لإضافة صورة جديدة"
+
+#: widgets/form/templates/many2one.mako:2
+#: widgets/form/templates/reference.mako:30
+msgid "Open"
+msgstr "فتح"
+
+#: widgets/form/templates/many2one.mako:2
+#: widgets/form/templates/reference.mako:30
+msgid "Open a resource"
+msgstr "فتح مصدر"
+
+#: widgets/form/templates/one2many.mako:20
+msgid "Create new record..."
+msgstr "إنشاء سجل جديد..."
+
+#: widgets/form/templates/one2many.mako:22
+msgid "Delete record..."
+msgstr "حذف سجل..."
+
+#: widgets/form/templates/one2many.mako:28
+msgid "Translate me."
+msgstr "ترجمني."
+
+#: widgets/form/templates/one2many.mako:47
+msgid "Previous record..."
+msgstr "سجل سابق..."
+
+#: widgets/form/templates/one2many.mako:49
+msgid "Next record..."
+msgstr "سجل تالي..."
+
+#: widgets/templates/logs.mako:22
+msgid "More..."
+msgstr "المزيد..."
+
+#: widgets/templates/logs.mako:35
+msgid "Less..."
+msgstr "تقليل..."
+
+#: widgets/templates/pager.mako:9
+msgid "<< First"
+msgstr "الأول >>"
+
+#: widgets/templates/pager.mako:14
+msgid "< Previous"
+msgstr "السابق >"
+
+#: widgets/templates/pager.mako:19
+msgid "of"
+msgstr "من"
+
+#: widgets/templates/pager.mako:24
+msgid "Next >"
+msgstr "التالي >"
+
+#: widgets/templates/pager.mako:29
+msgid "Last >>"
+msgstr "الأخير >>"
+
+#: widgets/templates/pager.mako:37
+msgid "Change Limit:"
+msgstr "تغيير المسموح:"
+
+#: widgets/templates/sidebar.mako:37
+msgid "Reports"
+msgstr "تقارير"
+
+#: widgets/templates/sidebar.mako:41 widgets/templates/viewform.mako:51
+msgid "Actions"
+msgstr "إجراءات"
+
+#: widgets/templates/sidebar.mako:45
+msgid "Links"
+msgstr "روابط"
+
+#: widgets/templates/sidebar.mako:49
+msgid "Submenu"
+msgstr "قائمة فرعية"
+
+#: widgets/templates/sidebar.mako:54
+msgid "Attachments"
+msgstr "مرفقات"
+
+#: widgets/templates/sidebar.mako:74
+msgid "File"
+msgstr "ملف"
+
+#: widgets/templates/sidebar.mako:83
+msgid "Customize"
+msgstr "تخصيص"
+
+#: widgets/templates/sidebar.mako:87
+msgid "Manage views of the current object"
+msgstr "ترتيب عروض الكائن الحالي"
+
+#: widgets/templates/sidebar.mako:89
+msgid "Manage Views"
+msgstr "ترتيب العروض"
+
+#: widgets/templates/sidebar.mako:93
+msgid "Edit workflow of the current object"
+msgstr "حرر مسار العمل للكائن الحالي"
+
+#: widgets/templates/sidebar.mako:94
+msgid "Edit Workflow"
+msgstr "حرر مسار العمل"
+
+#: widgets/templates/sidebar.mako:98
+msgid "Customize current object or create a new object"
+msgstr "تعديل هيئة الكائن الحالي او عمل كائن جديد"
+
+#: widgets/templates/sidebar.mako:100
+msgid "Customize Object"
+msgstr "تعديل هيئة الكائن"
+
+#: widgets/templates/sidebar.mako:106
+msgid "Other Options"
+msgstr "خيارات أخرى"
+
+#: widgets/templates/sidebar.mako:111
+msgid "Import"
+msgstr "إستيراد"
+
+#: widgets/templates/sidebar.mako:114
+msgid "Export"
+msgstr "تصدير"
+
+#: widgets/templates/sidebar.mako:118
+msgid "Translate"
+msgstr "ترجم"
+
+#: widgets/templates/sidebar.mako:123
+msgid "View Log"
+msgstr "عرض السجل"
+
+#: widgets/templates/viewform.mako:25
+msgid "Filter records."
+msgstr "ترشيح السجلات"
+
+#: widgets/templates/viewform.mako:33
+msgid "Clear all."
+msgstr "مسح الكل."
+
+#: widgets/templates/viewform.mako:35
+msgid "Clear"
+msgstr "مسح"
+
+#: widgets/templates/viewform.mako:43
+msgid "Filters"
+msgstr "مرشحات الفرز"
+
+#: widgets/templates/viewform.mako:45
+msgid "Saved Filters"
+msgstr "مرشحات محفوظة"
+
+#: widgets/templates/viewform.mako:52
+msgid "New Filter"
+msgstr "مرشح جديدة"
+
+#: widgets/templates/viewform.mako:53
+msgid "Save Filter"
+msgstr "حفظ المرشح"
+
+#: widgets/templates/viewform.mako:54
+msgid "Manage Filters"
+msgstr "إدارة المرشحات"
+
+#: widgets/templates/listgrid/listgrid.mako:19
+msgid "Update"
+msgstr "تحديث"
+
+#: widgets/templates/listgrid/listgrid.mako:134
+msgid "Add records..."
+msgstr "إضافة سجل..."
+
+#: widgets/templates/listgrid/listgrid.mako:172
+#: widgets/templates/listgrid/listgrid.mako:176
+msgid "Delete record(s)."
+msgstr "حذف السجل او السجلات."

=== modified file 'addons/openerp/po/messages/ca.po'
--- addons/openerp/po/messages/ca.po	2011-03-11 04:48:47 +0000
+++ addons/openerp/po/messages/ca.po	2011-03-15 13:37:09 +0000
@@ -14,8 +14,13 @@
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
+<<<<<<< TREE
 "X-Launchpad-Export-Date: 2011-03-11 04:47+0000\n"
 "X-Generator: Launchpad (build 12559)\n"
+=======
+"X-Launchpad-Export-Date: 2011-03-12 06:14+0000\n"
+"X-Generator: Launchpad (build 12559)\n"
+>>>>>>> MERGE-SOURCE
 
 #: validators.py:75
 msgid "Invalid literal for float"

=== added file 'addons/openerp/po/messages/da.po'
--- addons/openerp/po/messages/da.po	1970-01-01 00:00:00 +0000
+++ addons/openerp/po/messages/da.po	2011-03-15 13:37:09 +0000
@@ -0,0 +1,1584 @@
+# Danish translation for openobject-client-web
+# Copyright (c) 2011 Rosetta Contributors and Canonical Ltd 2011
+# This file is distributed under the same license as the openobject-client-web package.
+# FIRST AUTHOR <EMAIL@ADDRESS>, 2011.
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: openobject-client-web\n"
+"Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n"
+"POT-Creation-Date: 2011-01-17 13:09+0100\n"
+"PO-Revision-Date: 2011-03-12 18:06+0000\n"
+"Last-Translator: Lars Dige <Unknown>\n"
+"Language-Team: Danish <da@xxxxxx>\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"X-Launchpad-Export-Date: 2011-03-13 06:14+0000\n"
+"X-Generator: Launchpad (build 12559)\n"
+
+#: validators.py:75
+msgid "Invalid literal for float"
+msgstr ""
+
+#: validators.py:114 validators.py:119 validators.py:262
+msgid "Invalid datetime format"
+msgstr "Forkert dato/tid format"
+
+#: validators.py:166
+msgid "Please select a file."
+msgstr "Vælg en fil."
+
+#: validators.py:247
+msgid "Please enter an email address"
+msgstr "Indtast email adresse"
+
+#: validators.py:248
+msgid "An email address must contain a single @"
+msgstr ""
+
+#: validators.py:249
+#, python-format
+msgid ""
+"The username portion of the email address is invalid (the portion before the "
+"@: %(username)s)"
+msgstr ""
+
+#: validators.py:250
+#, python-format
+msgid ""
+"The domain portion of the email address is invalid (the portion after the @: "
+"%(domain)s)"
+msgstr ""
+
+#: validators.py:254
+msgid "You must start your URL with http://, https://, etc"
+msgstr ""
+
+#: validators.py:255
+msgid "That is not a valid URL"
+msgstr ""
+
+#: validators.py:256
+#, python-format
+msgid "You must provide a full domain name (like %(domain)s.com)"
+msgstr ""
+
+#: validators.py:260
+msgid "Please enter an integer value"
+msgstr ""
+
+#: validators.py:261
+msgid "Please enter a number"
+msgstr ""
+
+#: controllers/actions.py:91
+msgid "Invalid View"
+msgstr ""
+
+#: controllers/actions.py:124
+msgid "Error no report"
+msgstr ""
+
+#: controllers/actions.py:150
+msgid "Nothing to print"
+msgstr ""
+
+#: controllers/actions.py:170
+msgid "Printing aborted, too long delay"
+msgstr ""
+
+#: controllers/actions.py:377
+msgid "Relative URLs are not supported"
+msgstr ""
+
+#: controllers/actions.py:405
+msgid "Action not found"
+msgstr ""
+
+#: controllers/actions.py:454
+msgid "No action defined"
+msgstr ""
+
+#: controllers/attachment.py:54
+msgid "No record selected, You can only attach to existing record..."
+msgstr ""
+
+#: controllers/database.py:64
+msgid "Create database"
+msgstr ""
+
+#: controllers/database.py:66 controllers/templates/database.mako:52
+#: controllers/templates/search.mako:145
+msgid "Create"
+msgstr ""
+
+#: controllers/database.py:69
+msgid "Super admin password:"
+msgstr ""
+
+#: controllers/database.py:69
+msgid ""
+"This is the password of the user that have the rights to administer "
+"databases. This is not a OpenERP user, just a super administrator. If you "
+"did not changed it, the password is 'admin' after installation."
+msgstr ""
+
+#: controllers/database.py:70 controllers/database.py:102
+msgid "New database name:"
+msgstr ""
+
+#: controllers/database.py:70
+msgid ""
+"Choose the name of the database that will be created. The name must not "
+"contain any special character. Exemple: 'terp'."
+msgstr ""
+
+#: controllers/database.py:71
+msgid "Load Demonstration data:"
+msgstr ""
+
+#: controllers/database.py:71
+msgid ""
+"Check this box if you want demonstration data to be installed on your new "
+"database. These data will help you to understand OpenERP, with predefined "
+"products, partners, etc."
+msgstr ""
+
+#: controllers/database.py:72
+msgid "Default Language:"
+msgstr ""
+
+#: controllers/database.py:72
+msgid ""
+"Choose the default language that will be installed for this database. You "
+"will be able to install new languages after installation through the "
+"administration menu."
+msgstr ""
+
+#: controllers/database.py:73
+msgid "Administrator password:"
+msgstr ""
+
+#: controllers/database.py:73
+msgid ""
+"This is the password of the 'admin' user that will be created in your new "
+"database."
+msgstr ""
+
+#: controllers/database.py:74
+msgid "Confirm password:"
+msgstr ""
+
+#: controllers/database.py:74
+msgid ""
+"This is the password of the 'admin' user that will be created in your new "
+"database. It has to be the same than the above field."
+msgstr ""
+
+#: controllers/database.py:80
+msgid "Drop database"
+msgstr ""
+
+#: controllers/database.py:82 controllers/templates/database.mako:54
+msgid "Drop"
+msgstr ""
+
+#: controllers/database.py:84 controllers/database.py:92
+#: controllers/templates/login.mako:39
+msgid "Database:"
+msgstr ""
+
+#: controllers/database.py:85 controllers/database.py:93
+#: controllers/database.py:101 controllers/templates/login.mako:57
+#: controllers/templates/login_ajax.mako:78
+#: controllers/templates/login_ajax.mako:98
+msgid "Password:"
+msgstr ""
+
+#: controllers/database.py:89
+msgid "Backup database"
+msgstr ""
+
+#: controllers/database.py:91 controllers/templates/database.mako:56
+msgid "Backup"
+msgstr ""
+
+#: controllers/database.py:97
+msgid "Restore database"
+msgstr ""
+
+#: controllers/database.py:99 controllers/templates/database.mako:58
+msgid "Restore"
+msgstr ""
+
+#: controllers/database.py:100
+msgid "File:"
+msgstr ""
+
+#: controllers/database.py:106
+msgid "Change Administrator Password"
+msgstr ""
+
+#: controllers/database.py:108 controllers/templates/preferences/index.mako:37
+msgid "Change Password"
+msgstr ""
+
+#: controllers/database.py:109
+msgid "Old Password:"
+msgstr ""
+
+#: controllers/database.py:110
+msgid "New Password:"
+msgstr ""
+
+#: controllers/database.py:111
+msgid "Confirm Password:"
+msgstr ""
+
+#: controllers/database.py:174
+msgid "You must avoid all accents, space or special characters."
+msgstr ""
+
+#: controllers/database.py:175
+msgid "Bad database name"
+msgstr ""
+
+#: controllers/database.py:195
+msgid ""
+"The server crashed during installation.\n"
+"We suggest you to drop this database."
+msgstr ""
+
+#: controllers/database.py:196
+msgid "Error during database creation"
+msgstr ""
+
+#: controllers/database.py:199 controllers/database.py:226
+#: controllers/database.py:272 controllers/database.py:295
+msgid "Bad super admin password"
+msgstr ""
+
+#: controllers/database.py:203
+msgid "Could not create database."
+msgstr ""
+
+#: controllers/database.py:229
+msgid "Could not drop database"
+msgstr ""
+
+#: controllers/database.py:252
+msgid "Could not create backup."
+msgstr ""
+
+#: controllers/database.py:276
+msgid "Could not restore database"
+msgstr ""
+
+#: controllers/database.py:299
+msgid "Error, password not changed."
+msgstr ""
+
+#: controllers/error_page.py:78
+msgid ""
+"Your problem has been sent to the quality team\n"
+"We will recontact you after analysing the problem."
+msgstr ""
+
+#: controllers/error_page.py:80
+#, python-format
+msgid ""
+"Your problem could not be sent to the quality team\n"
+"Please report this error manually at %s"
+msgstr ""
+
+#: controllers/form.py:553
+#, python-format
+msgid "Invalid button type \"%s\""
+msgstr ""
+
+#: controllers/form.py:891 controllers/tree.py:233
+msgid "No record selected"
+msgstr ""
+
+#: controllers/form.py:896
+msgid "Print Screen"
+msgstr ""
+
+#: controllers/form.py:965 utils/rpc.py:122 utils/rpc.py:133 utils/rpc.py:136
+#: widgets/listgrid.py:289 widgets/listgrid.py:353 widgets/form/_form.py:904
+msgid "Application Error"
+msgstr ""
+
+#: controllers/form.py:965
+#, python-format
+msgid "Wrong on_change trigger: %s"
+msgstr ""
+
+#: controllers/form.py:1073
+msgid "Open resource"
+msgstr ""
+
+#: controllers/form.py:1076
+msgid "Set to default value"
+msgstr ""
+
+#: controllers/form.py:1077
+msgid "Set as default"
+msgstr ""
+
+#: controllers/form.py:1084
+msgid "Action"
+msgstr ""
+
+#: controllers/form.py:1085
+msgid "Report"
+msgstr ""
+
+#: controllers/impex.py:66
+msgid ""
+"Operation failed\n"
+"I/O error"
+msgstr ""
+
+#: controllers/impex.py:373
+msgid "Export Error"
+msgstr ""
+
+#: controllers/impex.py:444
+msgid "Database ID"
+msgstr ""
+
+#: controllers/impex.py:451
+msgid "Error opening .CSV file"
+msgstr ""
+
+#: controllers/impex.py:451
+msgid "Input Error."
+msgstr ""
+
+#: controllers/impex.py:473
+#, python-format
+msgid "You cannot import the field '%s', because we cannot auto-detect it"
+msgstr ""
+
+#: controllers/impex.py:476
+#, python-format
+msgid "Error processing the first line of the file. Field \"%s\" is unknown"
+msgstr ""
+
+#: controllers/impex.py:476
+msgid "Import Error."
+msgstr ""
+
+#: controllers/impex.py:515
+msgid "XML-RPC error"
+msgstr ""
+
+#: controllers/impex.py:520
+#, python-format
+msgid "Imported %d objects"
+msgstr ""
+
+#: controllers/impex.py:525
+#, python-format
+msgid "Error trying to import this record:%s. ErrorMessage:%s %s"
+msgstr ""
+
+#: controllers/impex.py:526
+msgid "ImportationError"
+msgstr ""
+
+#: controllers/listgrid.py:51
+msgid "Parent record doesn't exists..."
+msgstr ""
+
+#: controllers/preferences.py:34
+msgid "Change your password"
+msgstr ""
+
+#: controllers/preferences.py:64 controllers/templates/header.mako:59
+msgid "Preferences"
+msgstr ""
+
+#: controllers/preferences.py:91
+msgid "All passwords have to be filled."
+msgstr ""
+
+#: controllers/preferences.py:93
+msgid "The new password and its confirmation must be identical."
+msgstr ""
+
+#: controllers/preferences.py:102
+msgid "Could not change your password."
+msgstr ""
+
+#: controllers/preferences.py:104
+msgid "Original password incorrect, your password was not changed."
+msgstr ""
+
+#: controllers/root.py:170
+#, python-format
+msgid "Version %s"
+msgstr ""
+
+#: controllers/translator.py:132
+msgid "You need to save the resource before adding translations."
+msgstr ""
+
+#: controllers/tree.py:264
+msgid "No resource selected"
+msgstr ""
+
+#: controllers/utils.py:44
+msgid "Could not connect to server"
+msgstr ""
+
+#: controllers/utils.py:131 controllers/templates/login_ajax.mako:111
+msgid "Bad username or password"
+msgstr ""
+
+#: controllers/view_log.py:32
+msgid "ID"
+msgstr ""
+
+#: controllers/view_log.py:33
+msgid "Creation User"
+msgstr ""
+
+#: controllers/view_log.py:34
+msgid "Creation Date"
+msgstr ""
+
+#: controllers/view_log.py:35
+msgid "Latest Modification by"
+msgstr ""
+
+#: controllers/view_log.py:36
+msgid "Latest Modification Date"
+msgstr ""
+
+#: controllers/view_log.py:37
+msgid "Owner"
+msgstr ""
+
+#: controllers/view_log.py:38
+msgid "Group Owner"
+msgstr ""
+
+#: controllers/view_log.py:39
+msgid "Access Level"
+msgstr ""
+
+#: controllers/view_log.py:40
+msgid "Internal module data ID"
+msgstr ""
+
+#: controllers/viewed.py:220
+msgid "Invalid view id."
+msgstr ""
+
+#: controllers/viewed.py:498
+msgid "Unable to create inherited view."
+msgstr ""
+
+#: controllers/viewed.py:500
+msgid "Can't create inherited view here."
+msgstr ""
+
+#: controllers/viewed.py:503
+msgid "Not implemented yet!"
+msgstr ""
+
+#: controllers/viewed.py:608
+msgid "Unable to update the view."
+msgstr ""
+
+#: controllers/viewed.py:859
+msgid "New Window"
+msgstr ""
+
+#: controllers/viewed.py:871
+msgid "Save Button"
+msgstr ""
+
+#: controllers/viewed.py:871
+msgid "Cancel Button"
+msgstr ""
+
+#: controllers/viewed.py:871
+msgid "Open Button"
+msgstr ""
+
+#: controllers/viewed.py:877
+msgid "Left"
+msgstr ""
+
+#: controllers/viewed.py:877
+msgid "Center"
+msgstr ""
+
+#: controllers/viewed.py:877
+msgid "Right"
+msgstr ""
+
+#: controllers/templates/about.mako:4
+msgid "About the OpenERP Web"
+msgstr ""
+
+#: controllers/templates/about.mako:27
+msgid "OpenERP Web"
+msgstr ""
+
+#: controllers/templates/about.mako:30
+msgid "Copyright &copy; 2006-TODAY OpenERP SA. All Rights Reserved."
+msgstr ""
+
+#: controllers/templates/about.mako:31
+msgid "OpenERP is a trademark of the OpenERP SA Company."
+msgstr ""
+
+#: controllers/templates/about.mako:33
+#, python-format
+msgid "%(ooweb)s is jointly developed by %(tiny)s and %(axelor)s."
+msgstr ""
+
+#: controllers/templates/about.mako:39
+#, python-format
+msgid "Licenced under the terms of %(license)s"
+msgstr ""
+
+#: controllers/templates/about.mako:42
+msgid "About OpenERP"
+msgstr ""
+
+#: controllers/templates/about.mako:44
+#, python-format
+msgid ""
+"%(openobject)s is a free enterprise-scale software system that is designed "
+"to boost\n"
+"                    productivity and profit through data integration. It "
+"connects, improves and\n"
+"                    manages business processes in areas such as sales, "
+"finance, supply chain,\n"
+"                    project management, production, services, CRM, etc..\n"
+"                    "
+msgstr ""
+
+#: controllers/templates/about.mako:51
+msgid ""
+"The system is platform-independent, and can be installed on Windows, Mac OS "
+"X,\n"
+"                    and various Linux and other Unix-based distributions. "
+"Its architecture enables\n"
+"                    new functionality to be rapidly created, modifications "
+"to be made to a\n"
+"                    production system and migration to a new version to be "
+"straightforward."
+msgstr ""
+
+#: controllers/templates/about.mako:57
+msgid ""
+"Depending on your needs, OpenERP is available through a web or application "
+"client."
+msgstr ""
+
+#: controllers/templates/database.mako:50 controllers/templates/login.mako:4
+#: controllers/templates/login.mako:67 controllers/templates/login_ajax.mako:85
+#: controllers/templates/login_ajax.mako:104
+msgid "Login"
+msgstr ""
+
+#: controllers/templates/database.mako:60
+msgid "Password"
+msgstr ""
+
+#: controllers/templates/error_page.mako:77
+#, python-format
+msgid "An %(error_type)s has been reported."
+msgstr ""
+
+#: controllers/templates/error_page.mako:79
+msgid "Let me fix it"
+msgstr ""
+
+#: controllers/templates/error_page.mako:85
+msgid "Fix it for me"
+msgstr ""
+
+#: controllers/templates/error_page.mako:90
+msgid "You do not have a valid OpenERP publisher warranty contract !"
+msgstr ""
+
+#: controllers/templates/error_page.mako:91
+msgid ""
+"If you are using OpenERP in production, it is recommended to have\n"
+"a publisher warranty program.\n"
+"\n"
+"The OpenERP publisher warranty contract provides you with bug fix guarantees "
+"and an\n"
+"automatic migration system so that we can start working on your problems "
+"within a few\n"
+"hours.\n"
+"\n"
+"With a publisher warranty contract, errors such as this one can be sent "
+"directly to the OpenERP\n"
+"team for review and evaluation.\n"
+"\n"
+"The publisher warranty program offers you:\n"
+"* Automatic migrations on new versions,\n"
+"* A bugfix guarantee,\n"
+"* Monthly announces of potential bugs and their fixes,\n"
+"* Security alerts by email and automatic migration,\n"
+"* Access to the customer portal.\n"
+msgstr ""
+
+#: controllers/templates/error_page.mako:113
+msgid ""
+"Your publisher warranty contract does not cover all modules installed in "
+"your system !\n"
+"If you are using OpenERP in production, it is highly suggested to upgrade "
+"your\n"
+"contract.\n"
+"\n"
+"If you have developed your own modules or installed third party module, we\n"
+"can provide you an additional publisher warranty contract for these modules. "
+"After\n"
+"having reviewed your modules, our quality team will ensure they will "
+"migrate\n"
+"automatically for all future stable versions of OpenERP at no extra cost.\n"
+"\n"
+"Here is the list of modules not covered by your publisher warranty contract:"
+msgstr ""
+
+#: controllers/templates/error_page.mako:135
+msgid "Publisher warranty contract."
+msgstr ""
+
+#: controllers/templates/error_page.mako:136
+msgid ""
+"Your request will be sent to OpenERP and publisher warranty team will reply "
+"you shortly."
+msgstr ""
+
+#: controllers/templates/error_page.mako:140
+msgid "Summary of the problem:"
+msgstr ""
+
+#: controllers/templates/error_page.mako:147
+msgid "Explain what you did:"
+msgstr ""
+
+#: controllers/templates/error_page.mako:156
+msgid "Other Comments:"
+msgstr ""
+
+#: controllers/templates/error_page.mako:168
+msgid "Send to Publisher Warranty Team"
+msgstr ""
+
+#: controllers/templates/error_page.mako:195
+msgid "Write concurrency warning :"
+msgstr ""
+
+#: controllers/templates/error_page.mako:200
+msgid ""
+"This document has been modified while you were editing it.\n"
+"Choose:\n"
+"\n"
+"    - \"Cancel\" to cancel saving.\n"
+"    - \"Write anyway\" to save your current version."
+msgstr ""
+
+#: controllers/templates/error_page.mako:214 controllers/templates/exp.mako:244
+#: controllers/templates/form.mako:140 controllers/templates/openo2m.mako:41
+#: controllers/templates/selection.mako:43
+#: controllers/templates/viewlist.mako:160
+#: controllers/templates/preferences/index.mako:38
+#: widgets/templates/listgrid/listgrid.mako:33
+msgid "Cancel"
+msgstr ""
+
+#: controllers/templates/error_page.mako:215
+msgid "Write Anyway"
+msgstr ""
+
+#: controllers/templates/exp.mako:151
+msgid "Export Data"
+msgstr ""
+
+#: controllers/templates/exp.mako:166
+msgid "Export Type:"
+msgstr ""
+
+#: controllers/templates/exp.mako:169
+msgid "Import Compatible Export"
+msgstr ""
+
+#: controllers/templates/exp.mako:172
+msgid "Export all Data"
+msgstr ""
+
+#: controllers/templates/exp.mako:183
+msgid "Available fields"
+msgstr ""
+
+#: controllers/templates/exp.mako:185
+msgid "Fields to export"
+msgstr ""
+
+#: controllers/templates/exp.mako:187
+msgid "Save fields list"
+msgstr ""
+
+#: controllers/templates/exp.mako:189
+msgid "Save as:"
+msgstr ""
+
+#: controllers/templates/exp.mako:191 controllers/templates/fieldpref.mako:102
+#: controllers/templates/selection.mako:45
+msgid "OK"
+msgstr ""
+
+#: controllers/templates/exp.mako:195
+msgid "Saved exports:"
+msgstr ""
+
+#: controllers/templates/exp.mako:204 controllers/templates/form.mako:135
+#: controllers/templates/image.mako:67 widgets/form/templates/one2many.mako:22
+#: widgets/templates/sidebar.mako:67
+#: widgets/templates/listgrid/listgrid.mako:105
+#: widgets/templates/listgrid/listgrid.mako:109
+#: widgets/templates/listgrid/listgrid.mako:173
+#: widgets/templates/listgrid/listgrid.mako:178
+#: widgets/templates/listgrid/listgroup.mako:131
+#: widgets/templates/listgrid/multiple_group.mako:81
+msgid "Delete"
+msgstr ""
+
+#: controllers/templates/exp.mako:217 widgets/templates/sidebar.mako:56
+#: widgets/templates/listgrid/listgrid.mako:135
+msgid "Add"
+msgstr ""
+
+#: controllers/templates/exp.mako:222 controllers/templates/viewlist.mako:125
+msgid "Remove"
+msgstr ""
+
+#: controllers/templates/exp.mako:227
+msgid "Remove All"
+msgstr ""
+
+#: controllers/templates/exp.mako:245
+msgid "Export to File"
+msgstr ""
+
+#: controllers/templates/fieldpref.mako:4
+#: controllers/templates/fieldpref.mako:29
+msgid "Field Preferences"
+msgstr ""
+
+#: controllers/templates/fieldpref.mako:39
+msgid "Field Name:"
+msgstr ""
+
+#: controllers/templates/fieldpref.mako:43
+msgid "Domain:"
+msgstr ""
+
+#: controllers/templates/fieldpref.mako:47
+msgid "Default Value:"
+msgstr ""
+
+#: controllers/templates/fieldpref.mako:57
+msgid "Value applicable for:"
+msgstr ""
+
+#: controllers/templates/fieldpref.mako:63
+msgid "Only for you"
+msgstr ""
+
+#: controllers/templates/fieldpref.mako:67
+msgid "For all"
+msgstr ""
+
+#: controllers/templates/fieldpref.mako:76
+msgid "Value applicable if:"
+msgstr ""
+
+#: controllers/templates/fieldpref.mako:79
+msgid "Always applicable!"
+msgstr ""
+
+#: controllers/templates/fieldpref.mako:99 controllers/templates/image.mako:70
+#: controllers/templates/imp.mako:205 controllers/templates/index.mako:198
+#: controllers/templates/openm2.mako:52
+#: controllers/templates/save_filter.mako:42
+#: controllers/templates/search.mako:129
+#: controllers/templates/translator.mako:41
+#: controllers/templates/translator.mako:108
+#: controllers/templates/viewed.mako:37
+#: controllers/templates/viewed_new.mako:49
+#: controllers/templates/viewed_new_model.mako:42
+#: controllers/templates/viewed_preview.mako:28
+#: controllers/templates/viewlist.mako:129 widgets/templates/sidebar.mako:67
+#: widgets/templates/viewform.mako:37
+msgid "Close"
+msgstr ""
+
+#: controllers/templates/footer.mako:3
+#, python-format
+msgid "&copy; 2008-2010 %(ooweb)s  SA. All Rights Reserved "
+msgstr ""
+
+#: controllers/templates/footer.mako:6
+msgid "Significant contributions to the web client have been made by"
+msgstr ""
+
+#: controllers/templates/form.mako:63
+msgid "Disable all Tips"
+msgstr ""
+
+#: controllers/templates/form.mako:64
+msgid "Hide this Tip"
+msgstr ""
+
+#: controllers/templates/form.mako:82
+msgid "Add / Remove Shortcut..."
+msgstr ""
+
+#: controllers/templates/form.mako:86
+#, python-format
+msgid "Search: %s"
+msgstr ""
+
+#: controllers/templates/form.mako:93
+msgid "Corporate Intelligence..."
+msgstr ""
+
+#: controllers/templates/form.mako:99
+msgid "Show Logs..."
+msgstr ""
+
+#: controllers/templates/form.mako:111
+msgid "Create a new resource"
+msgstr ""
+
+#: controllers/templates/form.mako:112 controllers/templates/search.mako:128
+#: controllers/templates/viewed_new_model.mako:36
+#: controllers/templates/viewlist.mako:119 widgets/form/_o2m.py:73
+#: widgets/form/templates/one2many.mako:20
+#: widgets/templates/listgrid/listgrid.mako:140
+#: widgets/templates/listgrid/listgrid.mako:144
+#: widgets/templates/listgrid/listgroup.mako:20
+msgid "New"
+msgstr ""
+
+#: controllers/templates/form.mako:116
+msgid "Edit this resource"
+msgstr ""
+
+#: controllers/templates/form.mako:117 controllers/templates/viewlist.mako:122
+#: widgets/templates/listgrid/listgrid.mako:75
+#: widgets/templates/listgrid/listgrid.mako:79
+#: widgets/templates/listgrid/listgroup.mako:112
+#: widgets/templates/listgrid/multiple_group.mako:63
+msgid "Edit"
+msgstr ""
+
+#: controllers/templates/form.mako:121
+msgid "Save this resource"
+msgstr ""
+
+#: controllers/templates/form.mako:122 controllers/templates/image.mako:65
+#: controllers/templates/openm2.mako:48
+#: controllers/templates/save_filter.mako:41
+#: controllers/templates/translator.mako:39
+#: controllers/templates/translator.mako:106
+#: controllers/templates/viewed_new.mako:46
+#: controllers/templates/viewed_new_model.mako:39
+#: controllers/templates/viewlist.mako:157
+#: controllers/templates/preferences/index.mako:39
+msgid "Save"
+msgstr ""
+
+#: controllers/templates/form.mako:124
+msgid "Save & Edit this resource"
+msgstr ""
+
+#: controllers/templates/form.mako:125
+msgid "Save & Edit"
+msgstr ""
+
+#: controllers/templates/form.mako:129
+msgid "Duplicate this resource"
+msgstr ""
+
+#: controllers/templates/form.mako:130
+msgid "Duplicate"
+msgstr ""
+
+#: controllers/templates/form.mako:134
+msgid "Delete this resource"
+msgstr ""
+
+#: controllers/templates/form.mako:139
+msgid "Cancel editing the current resource"
+msgstr ""
+
+#: controllers/templates/form.mako:144
+msgid "Create new node"
+msgstr ""
+
+#: controllers/templates/form.mako:145
+msgid "New Node"
+msgstr ""
+
+#: controllers/templates/form.mako:149
+msgid "Show grid in workflow canvas"
+msgstr ""
+
+#: controllers/templates/form.mako:150
+msgid "Show grid"
+msgstr ""
+
+#: controllers/templates/header.mako:33
+#, python-format
+msgid "%(company)s"
+msgstr ""
+
+#: controllers/templates/header.mako:34 controllers/templates/index.mako:218
+#, python-format
+msgid "%(user)s"
+msgstr ""
+
+#: controllers/templates/header.mako:45 controllers/templates/header.mako:47
+msgid "Home"
+msgstr ""
+
+#: controllers/templates/header.mako:53
+msgid "Requests"
+msgstr ""
+
+#: controllers/templates/header.mako:62
+msgid "Edit Preferences"
+msgstr ""
+
+#: controllers/templates/header.mako:66 controllers/templates/header.mako:69
+msgid "About"
+msgstr ""
+
+#: controllers/templates/header.mako:73 controllers/templates/header.mako:75
+msgid "Help"
+msgstr ""
+
+#: controllers/templates/header.mako:81 controllers/templates/header.mako:84
+msgid "Clear Cache"
+msgstr ""
+
+#: controllers/templates/header.mako:89
+msgid "Logout"
+msgstr ""
+
+#: controllers/templates/image.mako:4 controllers/templates/image.mako:39
+msgid "Image"
+msgstr ""
+
+#: controllers/templates/image.mako:55
+msgid "Add Resource:"
+msgstr ""
+
+#: controllers/templates/image.mako:66 widgets/form/templates/binary.mako:28
+msgid "Save As"
+msgstr ""
+
+#: controllers/templates/imp.mako:80
+msgid "Import Data"
+msgstr ""
+
+#: controllers/templates/imp.mako:90
+msgid "1. Import a .CSV file"
+msgstr ""
+
+#: controllers/templates/imp.mako:106
+msgid "CSV File:"
+msgstr ""
+
+#: controllers/templates/imp.mako:124
+msgid "2. Check your file format"
+msgstr ""
+
+#: controllers/templates/imp.mako:131
+#, python-format
+msgid "The import failed due to: %(message)s"
+msgstr ""
+
+#: controllers/templates/imp.mako:133
+msgid "Here is a preview of the file we could not import:"
+msgstr ""
+
+#: controllers/templates/imp.mako:158
+msgid "CSV Options"
+msgstr ""
+
+#: controllers/templates/imp.mako:161
+msgid "Separator:"
+msgstr ""
+
+#: controllers/templates/imp.mako:163
+msgid "Delimiter:"
+msgstr ""
+
+#: controllers/templates/imp.mako:167
+msgid "Encoding:"
+msgstr ""
+
+#: controllers/templates/imp.mako:174
+msgid "Lines to skip:"
+msgstr ""
+
+#: controllers/templates/imp.mako:188
+msgid "3. File imported"
+msgstr ""
+
+#: controllers/templates/imp.mako:206
+msgid "Import File"
+msgstr ""
+
+#: controllers/templates/index.mako:164
+msgid "System Logs"
+msgstr ""
+
+#: controllers/templates/index.mako:189
+msgid "More"
+msgstr ""
+
+#: controllers/templates/index.mako:190
+msgid "Widgets"
+msgstr ""
+
+#: controllers/templates/index.mako:221 controllers/templates/index.mako:226
+#, python-format
+msgid "Powered by %(openerp)s "
+msgstr ""
+
+#: controllers/templates/login.mako:53 controllers/templates/login_ajax.mako:72
+#: controllers/templates/login_ajax.mako:94
+msgid "User:"
+msgstr ""
+
+#: controllers/templates/login.mako:64
+msgid "Databases"
+msgstr ""
+
+#: controllers/templates/login.mako:84
+msgid "Top Contributor:"
+msgstr ""
+
+#: controllers/templates/login.mako:94
+msgid ""
+"We think that daily job activities can be more intuitive, efficient, "
+"automated, .. and even fun."
+msgstr ""
+
+#: controllers/templates/login.mako:95
+msgid "OpenERP's vision to be:"
+msgstr ""
+
+#: controllers/templates/login.mako:103
+msgid "Full featured"
+msgstr ""
+
+#: controllers/templates/login.mako:104
+msgid ""
+"Today's enterprise challenges are multiple. We provide one module for each "
+"need."
+msgstr ""
+
+#: controllers/templates/login.mako:112
+msgid "Open Source"
+msgstr ""
+
+#: controllers/templates/login.mako:113
+msgid ""
+"To Build a great product, we rely on the knowledge of thousands of "
+"contributors."
+msgstr ""
+
+#: controllers/templates/login.mako:121
+msgid "User Friendly"
+msgstr ""
+
+#: controllers/templates/login.mako:122
+msgid ""
+"In order to be productive, people need clean and easy to use interface."
+msgstr ""
+
+#: controllers/templates/modules.mako:4
+msgid "Module Management"
+msgstr ""
+
+#: controllers/templates/modules.mako:17
+msgid "Web Modules"
+msgstr ""
+
+#: controllers/templates/openo2m.mako:34
+msgid "Save & Close"
+msgstr ""
+
+#: controllers/templates/openo2m.mako:37
+msgid "Save & New"
+msgstr ""
+
+#: controllers/templates/save_filter.mako:18
+msgid "Save as Filter"
+msgstr ""
+
+#: controllers/templates/save_filter.mako:30
+msgid "Filter Name"
+msgstr ""
+
+#: controllers/templates/search.mako:110
+#, python-format
+msgid "Search %(name)s"
+msgstr ""
+
+#: controllers/templates/search.mako:125 widgets/form/templates/datetime.mako:8
+msgid "Select"
+msgstr ""
+
+#: controllers/templates/search.mako:127 widgets/_views.py:83
+#: widgets/form/templates/many2one.mako:22
+#: widgets/form/templates/reference.mako:27 widgets/templates/viewform.mako:26
+msgid "Search"
+msgstr ""
+
+#: controllers/templates/search.mako:143
+#, python-format
+msgid "No record found : '%(searched_string)s'."
+msgstr ""
+
+#: controllers/templates/selection.mako:4
+msgid "Select action"
+msgstr ""
+
+#: controllers/templates/selection.mako:23
+msgid "Select your action"
+msgstr ""
+
+#: controllers/templates/server_log.mako:4
+msgid "Server Actions..."
+msgstr ""
+
+#: controllers/templates/server_log.mako:14
+msgid "Server Actions"
+msgstr ""
+
+#: controllers/templates/translator.mako:4
+msgid "Add Translations"
+msgstr ""
+
+#: controllers/templates/translator.mako:17
+msgid "Add Translation"
+msgstr ""
+
+#: controllers/templates/translator.mako:27
+msgid "Add Translation for:"
+msgstr ""
+
+#: controllers/templates/translator.mako:31
+msgid "Fields"
+msgstr ""
+
+#: controllers/templates/translator.mako:32
+msgid "Labels"
+msgstr ""
+
+#: controllers/templates/translator.mako:33
+msgid "Relates"
+msgstr ""
+
+#: controllers/templates/translator.mako:34
+msgid "View"
+msgstr ""
+
+#: controllers/templates/translator.mako:53
+msgid "Field"
+msgstr ""
+
+#: controllers/templates/view_log.mako:4 controllers/templates/view_log.mako:12
+#: utils/common.py:47
+msgid "Information"
+msgstr ""
+
+#: controllers/templates/viewed.mako:17
+#, python-format
+msgid "View Editor %s - %s"
+msgstr ""
+
+#: controllers/templates/viewed.mako:31
+msgid "Create a new inherited view"
+msgstr ""
+
+#: controllers/templates/viewed.mako:31
+msgid "Inherited View"
+msgstr ""
+
+#: controllers/templates/viewed.mako:34
+msgid "Preview"
+msgstr ""
+
+#: controllers/templates/viewed_add.mako:6
+msgid "Node Type:"
+msgstr ""
+
+#: controllers/templates/viewed_add.mako:23
+msgid "New Field"
+msgstr ""
+
+#: controllers/templates/viewed_add.mako:27
+msgid "Position:"
+msgstr ""
+
+#: controllers/templates/viewlist.mako:4
+#: controllers/templates/viewlist.mako:108
+#, python-format
+msgid "Manage Views (%s)"
+msgstr ""
+
+#: controllers/templates/viewlist.mako:146
+#, python-format
+msgid "Create a view (%s)"
+msgstr ""
+
+#: controllers/templates/viewlist.mako:174
+msgid "View Name:"
+msgstr ""
+
+#: controllers/templates/viewlist.mako:178
+msgid "View Type:"
+msgstr ""
+
+#: controllers/templates/viewlist.mako:189
+msgid "Priority:"
+msgstr ""
+
+#: utils/common.py:37 utils/common.py:66
+msgid "Error"
+msgstr ""
+
+#: utils/common.py:42 utils/common.py:69
+msgid "Warning"
+msgstr ""
+
+#: utils/rpc.py:131
+msgid "Access Denied"
+msgstr ""
+
+#: utils/rpc.py:238
+msgid "Unsupported protocol."
+msgstr ""
+
+#: utils/rpc.py:342
+msgid ""
+"You select a timezone but OpenERP could not find pytz library!\n"
+"The timezone functionality will be disable."
+msgstr ""
+
+#: utils/rpc.py:355
+msgid "Not logged..."
+msgstr ""
+
+#: utils/rpc.py:355
+msgid "Authorization Error"
+msgstr ""
+
+#: utils/rpc.py:437
+msgid "== Access Denied =="
+msgstr ""
+
+#: widgets/_views.py:52
+msgid "Form"
+msgstr ""
+
+#: widgets/_views.py:53
+msgid "Form view..."
+msgstr ""
+
+#: widgets/_views.py:84
+msgid "Search view..."
+msgstr ""
+
+#: widgets/listgrid.py:289
+msgid "Wrong on_change trigger"
+msgstr ""
+
+#: widgets/listgrid.py:353 widgets/form/_form.py:904
+#, python-format
+msgid "Invalid view, duplicate field: %s"
+msgstr ""
+
+#: widgets/pager.py:56
+#, python-format
+msgid "%s"
+msgstr ""
+
+#: widgets/pager.py:68
+#, python-format
+msgid "%s - %s"
+msgstr ""
+
+#: widgets/search.py:282
+msgid "contains"
+msgstr ""
+
+#: widgets/search.py:282
+msgid "doesn't contain"
+msgstr ""
+
+#: widgets/search.py:283
+msgid "is equal to"
+msgstr ""
+
+#: widgets/search.py:283
+msgid "is not equal to"
+msgstr ""
+
+#: widgets/search.py:284
+msgid "greater than"
+msgstr ""
+
+#: widgets/search.py:284
+msgid "less than"
+msgstr ""
+
+#: widgets/search.py:285
+msgid "in"
+msgstr ""
+
+#: widgets/search.py:285
+msgid "not in"
+msgstr ""
+
+#: widgets/search.py:392
+msgid "Yes"
+msgstr ""
+
+#: widgets/search.py:392
+msgid "No"
+msgstr ""
+
+#: widgets/form/_action.py:46
+msgid "Action not found!"
+msgstr ""
+
+#: widgets/form/_o2m.py:73 widgets/templates/listgrid/listgrid.mako:138
+#: widgets/templates/listgrid/listgrid.mako:144
+#: widgets/templates/listgrid/listgroup.mako:20
+msgid "Create new record."
+msgstr ""
+
+#: widgets/form/_o2m.py:86
+msgid "Save/New"
+msgstr ""
+
+#: widgets/form/_o2m.py:86
+msgid "Save parent record."
+msgstr ""
+
+#: widgets/form/_o2m.py:216
+#, python-format
+msgid "%d of %d"
+msgstr ""
+
+#: widgets/form/_o2m.py:218
+#, python-format
+msgid "- of %d"
+msgstr ""
+
+#: widgets/form/templates/binary.mako:31
+msgid "add attachment"
+msgstr ""
+
+#: widgets/form/templates/image.mako:7 widgets/form/templates/image.mako:39
+msgid "Click here to add new image."
+msgstr ""
+
+#: widgets/form/templates/many2one.mako:2
+#: widgets/form/templates/reference.mako:30
+msgid "Open"
+msgstr ""
+
+#: widgets/form/templates/many2one.mako:2
+#: widgets/form/templates/reference.mako:30
+msgid "Open a resource"
+msgstr ""
+
+#: widgets/form/templates/one2many.mako:20
+msgid "Create new record..."
+msgstr ""
+
+#: widgets/form/templates/one2many.mako:22
+msgid "Delete record..."
+msgstr ""
+
+#: widgets/form/templates/one2many.mako:28
+msgid "Translate me."
+msgstr ""
+
+#: widgets/form/templates/one2many.mako:47
+msgid "Previous record..."
+msgstr ""
+
+#: widgets/form/templates/one2many.mako:49
+msgid "Next record..."
+msgstr ""
+
+#: widgets/templates/logs.mako:22
+msgid "More..."
+msgstr ""
+
+#: widgets/templates/logs.mako:35
+msgid "Less..."
+msgstr ""
+
+#: widgets/templates/pager.mako:9
+msgid "<< First"
+msgstr ""
+
+#: widgets/templates/pager.mako:14
+msgid "< Previous"
+msgstr ""
+
+#: widgets/templates/pager.mako:19
+msgid "of"
+msgstr ""
+
+#: widgets/templates/pager.mako:24
+msgid "Next >"
+msgstr ""
+
+#: widgets/templates/pager.mako:29
+msgid "Last >>"
+msgstr ""
+
+#: widgets/templates/pager.mako:37
+msgid "Change Limit:"
+msgstr ""
+
+#: widgets/templates/sidebar.mako:37
+msgid "Reports"
+msgstr ""
+
+#: widgets/templates/sidebar.mako:41 widgets/templates/viewform.mako:51
+msgid "Actions"
+msgstr ""
+
+#: widgets/templates/sidebar.mako:45
+msgid "Links"
+msgstr ""
+
+#: widgets/templates/sidebar.mako:49
+msgid "Submenu"
+msgstr ""
+
+#: widgets/templates/sidebar.mako:54
+msgid "Attachments"
+msgstr ""
+
+#: widgets/templates/sidebar.mako:74
+msgid "File"
+msgstr ""
+
+#: widgets/templates/sidebar.mako:83
+msgid "Customize"
+msgstr ""
+
+#: widgets/templates/sidebar.mako:87
+msgid "Manage views of the current object"
+msgstr ""
+
+#: widgets/templates/sidebar.mako:89
+msgid "Manage Views"
+msgstr ""
+
+#: widgets/templates/sidebar.mako:93
+msgid "Edit workflow of the current object"
+msgstr ""
+
+#: widgets/templates/sidebar.mako:94
+msgid "Edit Workflow"
+msgstr ""
+
+#: widgets/templates/sidebar.mako:98
+msgid "Customize current object or create a new object"
+msgstr ""
+
+#: widgets/templates/sidebar.mako:100
+msgid "Customize Object"
+msgstr ""
+
+#: widgets/templates/sidebar.mako:106
+msgid "Other Options"
+msgstr ""
+
+#: widgets/templates/sidebar.mako:111
+msgid "Import"
+msgstr ""
+
+#: widgets/templates/sidebar.mako:114
+msgid "Export"
+msgstr ""
+
+#: widgets/templates/sidebar.mako:118
+msgid "Translate"
+msgstr ""
+
+#: widgets/templates/sidebar.mako:123
+msgid "View Log"
+msgstr ""
+
+#: widgets/templates/viewform.mako:25
+msgid "Filter records."
+msgstr ""
+
+#: widgets/templates/viewform.mako:33
+msgid "Clear all."
+msgstr ""
+
+#: widgets/templates/viewform.mako:35
+msgid "Clear"
+msgstr ""
+
+#: widgets/templates/viewform.mako:43
+msgid "Filters"
+msgstr ""
+
+#: widgets/templates/viewform.mako:45
+msgid "Saved Filters"
+msgstr ""
+
+#: widgets/templates/viewform.mako:52
+msgid "New Filter"
+msgstr ""
+
+#: widgets/templates/viewform.mako:53
+msgid "Save Filter"
+msgstr ""
+
+#: widgets/templates/viewform.mako:54
+msgid "Manage Filters"
+msgstr ""
+
+#: widgets/templates/listgrid/listgrid.mako:19
+msgid "Update"
+msgstr ""
+
+#: widgets/templates/listgrid/listgrid.mako:134
+msgid "Add records..."
+msgstr ""
+
+#: widgets/templates/listgrid/listgrid.mako:172
+#: widgets/templates/listgrid/listgrid.mako:176
+msgid "Delete record(s)."
+msgstr ""

=== renamed file 'addons/openerp/po/messages/da.po' => 'addons/openerp/po/messages/da.po.moved'
=== modified file 'addons/openerp/po/messages/de.po'
--- addons/openerp/po/messages/de.po	2011-03-11 04:48:47 +0000
+++ addons/openerp/po/messages/de.po	2011-03-15 13:37:09 +0000
@@ -14,8 +14,13 @@
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=utf-8\n"
 "Content-Transfer-Encoding: 8bit\n"
+<<<<<<< TREE
 "X-Launchpad-Export-Date: 2011-03-11 04:47+0000\n"
 "X-Generator: Launchpad (build 12559)\n"
+=======
+"X-Launchpad-Export-Date: 2011-03-12 06:14+0000\n"
+"X-Generator: Launchpad (build 12559)\n"
+>>>>>>> MERGE-SOURCE
 "Generated-By: Babel None\n"
 
 #: validators.py:75

=== added file 'addons/openerp/po/messages/en_CA.po.OTHER'
--- addons/openerp/po/messages/en_CA.po.OTHER	1970-01-01 00:00:00 +0000
+++ addons/openerp/po/messages/en_CA.po.OTHER	2011-03-15 13:37:09 +0000
@@ -0,0 +1,1678 @@
+# English (Canada) translation for openobject-client-web
+# Copyright (c) 2011 Rosetta Contributors and Canonical Ltd 2011
+# This file is distributed under the same license as the openobject-client-web package.
+# FIRST AUTHOR <EMAIL@ADDRESS>, 2011.
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: openobject-client-web\n"
+"Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n"
+"POT-Creation-Date: 2011-01-17 13:09+0100\n"
+"PO-Revision-Date: 2011-02-28 12:02+0000\n"
+"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
+"Language-Team: English (Canada) <en_CA@xxxxxx>\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"X-Launchpad-Export-Date: 2011-03-12 06:15+0000\n"
+"X-Generator: Launchpad (build 12559)\n"
+
+#: validators.py:75
+msgid "Invalid literal for float"
+msgstr "Invalid literal for float"
+
+#: validators.py:114 validators.py:119 validators.py:262
+msgid "Invalid datetime format"
+msgstr "Invalid datetime format"
+
+#: validators.py:166
+msgid "Please select a file."
+msgstr "Please select a file."
+
+#: validators.py:247
+msgid "Please enter an email address"
+msgstr "Please enter an email address"
+
+#: validators.py:248
+msgid "An email address must contain a single @"
+msgstr "An email address must contain a single @"
+
+#: validators.py:249
+#, python-format
+msgid ""
+"The username portion of the email address is invalid (the portion before the "
+"@: %(username)s)"
+msgstr ""
+"The username portion of the email address is invalid (the portion before the "
+"@: %(username)s)"
+
+#: validators.py:250
+#, python-format
+msgid ""
+"The domain portion of the email address is invalid (the portion after the @: "
+"%(domain)s)"
+msgstr ""
+"The domain portion of the email address is invalid (the portion after the @: "
+"%(domain)s)"
+
+#: validators.py:254
+msgid "You must start your URL with http://, https://, etc"
+msgstr "You must start your URL with http://, https://, etc."
+
+#: validators.py:255
+msgid "That is not a valid URL"
+msgstr "That is not a valid URL"
+
+#: validators.py:256
+#, python-format
+msgid "You must provide a full domain name (like %(domain)s.com)"
+msgstr "You must provide a full domain name (like %(domain)s.com)"
+
+#: validators.py:260
+msgid "Please enter an integer value"
+msgstr "Please enter an integer value"
+
+#: validators.py:261
+msgid "Please enter a number"
+msgstr "Please enter a number"
+
+#: controllers/actions.py:91
+msgid "Invalid View"
+msgstr "Invalid View"
+
+#: controllers/actions.py:124
+msgid "Error no report"
+msgstr "Error no report"
+
+#: controllers/actions.py:150
+msgid "Nothing to print"
+msgstr "Nothing to print"
+
+#: controllers/actions.py:170
+msgid "Printing aborted, too long delay"
+msgstr "Printing aborted, too long delay"
+
+#: controllers/actions.py:377
+msgid "Relative URLs are not supported"
+msgstr "Relative URLs are not supported"
+
+#: controllers/actions.py:405
+msgid "Action not found"
+msgstr "Action not found"
+
+#: controllers/actions.py:454
+msgid "No action defined"
+msgstr "No action defined"
+
+#: controllers/attachment.py:54
+msgid "No record selected, You can only attach to existing record..."
+msgstr "No record selected, You can only attach to existing record..."
+
+#: controllers/database.py:64
+msgid "Create database"
+msgstr "Create database"
+
+#: controllers/database.py:66 controllers/templates/database.mako:52
+#: controllers/templates/search.mako:145
+msgid "Create"
+msgstr "Create"
+
+#: controllers/database.py:69
+msgid "Super admin password:"
+msgstr "Super admin password:"
+
+#: controllers/database.py:69
+msgid ""
+"This is the password of the user that have the rights to administer "
+"databases. This is not a OpenERP user, just a super administrator. If you "
+"did not changed it, the password is 'admin' after installation."
+msgstr ""
+"This is the password of the user that has the rights to administer "
+"databases. This is not an OpenERP user, just a super administrator. If you "
+"did not change it, the password is 'admin' after installation."
+
+#: controllers/database.py:70 controllers/database.py:102
+msgid "New database name:"
+msgstr "New database name:"
+
+#: controllers/database.py:70
+msgid ""
+"Choose the name of the database that will be created. The name must not "
+"contain any special character. Exemple: 'terp'."
+msgstr ""
+"Choose the name of the database that will be created. The name must not "
+"contain any special characters. Example: 'terp'."
+
+#: controllers/database.py:71
+msgid "Load Demonstration data:"
+msgstr "Load Demonstration data:"
+
+#: controllers/database.py:71
+msgid ""
+"Check this box if you want demonstration data to be installed on your new "
+"database. These data will help you to understand OpenERP, with predefined "
+"products, partners, etc."
+msgstr ""
+"Check this box if you want demonstration data to be installed on your new "
+"database. These data will help you to understand OpenERP with predefined "
+"products, partners, etc."
+
+#: controllers/database.py:72
+msgid "Default Language:"
+msgstr "Default Language:"
+
+#: controllers/database.py:72
+msgid ""
+"Choose the default language that will be installed for this database. You "
+"will be able to install new languages after installation through the "
+"administration menu."
+msgstr ""
+"Choose the default language that will be installed for this database. You "
+"will be able to install new languages after installation through the "
+"administration menu."
+
+#: controllers/database.py:73
+msgid "Administrator password:"
+msgstr "Administrator password:"
+
+#: controllers/database.py:73
+msgid ""
+"This is the password of the 'admin' user that will be created in your new "
+"database."
+msgstr ""
+"This is the password of the 'admin' user that will be created in your new "
+"database."
+
+#: controllers/database.py:74
+msgid "Confirm password:"
+msgstr "Confirm password:"
+
+#: controllers/database.py:74
+msgid ""
+"This is the password of the 'admin' user that will be created in your new "
+"database. It has to be the same than the above field."
+msgstr ""
+"This is the password of the 'admin' user that will be created in your new "
+"database. It has to be the same than the above field."
+
+#: controllers/database.py:80
+msgid "Drop database"
+msgstr "Drop database"
+
+#: controllers/database.py:82 controllers/templates/database.mako:54
+msgid "Drop"
+msgstr "Drop"
+
+#: controllers/database.py:84 controllers/database.py:92
+#: controllers/templates/login.mako:39
+msgid "Database:"
+msgstr "Database:"
+
+#: controllers/database.py:85 controllers/database.py:93
+#: controllers/database.py:101 controllers/templates/login.mako:57
+#: controllers/templates/login_ajax.mako:78
+#: controllers/templates/login_ajax.mako:98
+msgid "Password:"
+msgstr "Password:"
+
+#: controllers/database.py:89
+msgid "Backup database"
+msgstr "Backup database"
+
+#: controllers/database.py:91 controllers/templates/database.mako:56
+msgid "Backup"
+msgstr "Backup"
+
+#: controllers/database.py:97
+msgid "Restore database"
+msgstr "Restore database"
+
+#: controllers/database.py:99 controllers/templates/database.mako:58
+msgid "Restore"
+msgstr "Restore"
+
+#: controllers/database.py:100
+msgid "File:"
+msgstr "File:"
+
+#: controllers/database.py:106
+msgid "Change Administrator Password"
+msgstr "Change Administrator Password"
+
+#: controllers/database.py:108 controllers/templates/preferences/index.mako:37
+msgid "Change Password"
+msgstr "Change Password"
+
+#: controllers/database.py:109
+msgid "Old Password:"
+msgstr "Old Password:"
+
+#: controllers/database.py:110
+msgid "New Password:"
+msgstr "New Password:"
+
+#: controllers/database.py:111
+msgid "Confirm Password:"
+msgstr "Confirm Password:"
+
+#: controllers/database.py:174
+msgid "You must avoid all accents, space or special characters."
+msgstr "You must avoid all accents, spaces or special characters."
+
+#: controllers/database.py:175
+msgid "Bad database name"
+msgstr "Bad database name"
+
+#: controllers/database.py:195
+msgid ""
+"The server crashed during installation.\n"
+"We suggest you to drop this database."
+msgstr ""
+"The server crashed during installation.\n"
+"We suggest you drop this database."
+
+#: controllers/database.py:196
+msgid "Error during database creation"
+msgstr "Error during database creation"
+
+#: controllers/database.py:199 controllers/database.py:226
+#: controllers/database.py:272 controllers/database.py:295
+msgid "Bad super admin password"
+msgstr "Bad super admin password"
+
+#: controllers/database.py:203
+msgid "Could not create database."
+msgstr "Could not create database."
+
+#: controllers/database.py:229
+msgid "Could not drop database"
+msgstr "Could not drop database"
+
+#: controllers/database.py:252
+msgid "Could not create backup."
+msgstr "Could not create backup."
+
+#: controllers/database.py:276
+msgid "Could not restore database"
+msgstr "Could not restore database"
+
+#: controllers/database.py:299
+msgid "Error, password not changed."
+msgstr "Error, password not changed."
+
+#: controllers/error_page.py:78
+msgid ""
+"Your problem has been sent to the quality team\n"
+"We will recontact you after analysing the problem."
+msgstr ""
+"Your problem has been sent to the quality team\n"
+"We will recontact you after analysing the problem."
+
+#: controllers/error_page.py:80
+#, python-format
+msgid ""
+"Your problem could not be sent to the quality team\n"
+"Please report this error manually at %s"
+msgstr ""
+"Your problem could not be sent to the quality team\n"
+"Please report this error manually at %s"
+
+#: controllers/form.py:553
+#, python-format
+msgid "Invalid button type \"%s\""
+msgstr "Invalid button type \"%s\""
+
+#: controllers/form.py:891 controllers/tree.py:233
+msgid "No record selected"
+msgstr "No record selected"
+
+#: controllers/form.py:896
+msgid "Print Screen"
+msgstr "Print Screen"
+
+#: controllers/form.py:965 utils/rpc.py:122 utils/rpc.py:133 utils/rpc.py:136
+#: widgets/listgrid.py:289 widgets/listgrid.py:353 widgets/form/_form.py:904
+msgid "Application Error"
+msgstr "Application Error"
+
+#: controllers/form.py:965
+#, python-format
+msgid "Wrong on_change trigger: %s"
+msgstr "Wrong on_change trigger: %s"
+
+#: controllers/form.py:1073
+msgid "Open resource"
+msgstr "Open resource"
+
+#: controllers/form.py:1076
+msgid "Set to default value"
+msgstr "Set to default value"
+
+#: controllers/form.py:1077
+msgid "Set as default"
+msgstr "Set as default"
+
+#: controllers/form.py:1084
+msgid "Action"
+msgstr "Action"
+
+#: controllers/form.py:1085
+msgid "Report"
+msgstr "Report"
+
+#: controllers/impex.py:66
+msgid ""
+"Operation failed\n"
+"I/O error"
+msgstr ""
+"Operation failed\n"
+"I/O error"
+
+#: controllers/impex.py:373
+msgid "Export Error"
+msgstr "Export Error"
+
+#: controllers/impex.py:444
+msgid "Database ID"
+msgstr "Database ID"
+
+#: controllers/impex.py:451
+msgid "Error opening .CSV file"
+msgstr "Error opening .CSV file"
+
+#: controllers/impex.py:451
+msgid "Input Error."
+msgstr "Input Error."
+
+#: controllers/impex.py:473
+#, python-format
+msgid "You cannot import the field '%s', because we cannot auto-detect it"
+msgstr "You cannot import the field '%s', because we cannot auto-detect it"
+
+#: controllers/impex.py:476
+#, python-format
+msgid "Error processing the first line of the file. Field \"%s\" is unknown"
+msgstr "Error processing the first line of the file. Field \"%s\" is unknown"
+
+#: controllers/impex.py:476
+msgid "Import Error."
+msgstr "Import Error."
+
+#: controllers/impex.py:515
+msgid "XML-RPC error"
+msgstr "XML-RPC error"
+
+#: controllers/impex.py:520
+#, python-format
+msgid "Imported %d objects"
+msgstr "Imported %d objects"
+
+#: controllers/impex.py:525
+#, python-format
+msgid "Error trying to import this record:%s. ErrorMessage:%s %s"
+msgstr "Error trying to import this record:%s. ErrorMessage:%s %s"
+
+#: controllers/impex.py:526
+msgid "ImportationError"
+msgstr "ImportationError"
+
+#: controllers/listgrid.py:51
+msgid "Parent record doesn't exists..."
+msgstr "Parent record doesn't exist..."
+
+#: controllers/preferences.py:34
+msgid "Change your password"
+msgstr "Change your password"
+
+#: controllers/preferences.py:64 controllers/templates/header.mako:59
+msgid "Preferences"
+msgstr "Preferences"
+
+#: controllers/preferences.py:91
+msgid "All passwords have to be filled."
+msgstr "All passwords have to be filled."
+
+#: controllers/preferences.py:93
+msgid "The new password and its confirmation must be identical."
+msgstr "The new password and its confirmation must be identical."
+
+#: controllers/preferences.py:102
+msgid "Could not change your password."
+msgstr "Could not change your password."
+
+#: controllers/preferences.py:104
+msgid "Original password incorrect, your password was not changed."
+msgstr "Original password incorrect, your password was not changed."
+
+#: controllers/root.py:170
+#, python-format
+msgid "Version %s"
+msgstr "Version %s"
+
+#: controllers/translator.py:132
+msgid "You need to save the resource before adding translations."
+msgstr "You need to save the resource before adding translations."
+
+#: controllers/tree.py:264
+msgid "No resource selected"
+msgstr "No resource selected"
+
+#: controllers/utils.py:44
+msgid "Could not connect to server"
+msgstr "Could not connect to server"
+
+#: controllers/utils.py:131 controllers/templates/login_ajax.mako:111
+msgid "Bad username or password"
+msgstr "Bad username or password"
+
+#: controllers/view_log.py:32
+msgid "ID"
+msgstr "ID"
+
+#: controllers/view_log.py:33
+msgid "Creation User"
+msgstr "Creation User"
+
+#: controllers/view_log.py:34
+msgid "Creation Date"
+msgstr "Creation Date"
+
+#: controllers/view_log.py:35
+msgid "Latest Modification by"
+msgstr "Latest Modification by"
+
+#: controllers/view_log.py:36
+msgid "Latest Modification Date"
+msgstr "Latest Modification Date"
+
+#: controllers/view_log.py:37
+msgid "Owner"
+msgstr "Owner"
+
+#: controllers/view_log.py:38
+msgid "Group Owner"
+msgstr "Group Owner"
+
+#: controllers/view_log.py:39
+msgid "Access Level"
+msgstr "Access Level"
+
+#: controllers/view_log.py:40
+msgid "Internal module data ID"
+msgstr "Internal module data ID"
+
+#: controllers/viewed.py:220
+msgid "Invalid view id."
+msgstr "Invalid view id."
+
+#: controllers/viewed.py:498
+msgid "Unable to create inherited view."
+msgstr "Unable to create inherited view."
+
+#: controllers/viewed.py:500
+msgid "Can't create inherited view here."
+msgstr "Can't create inherited view here."
+
+#: controllers/viewed.py:503
+msgid "Not implemented yet!"
+msgstr "Not implemented yet!"
+
+#: controllers/viewed.py:608
+msgid "Unable to update the view."
+msgstr "Unable to update the view."
+
+#: controllers/viewed.py:859
+msgid "New Window"
+msgstr "New Window"
+
+#: controllers/viewed.py:871
+msgid "Save Button"
+msgstr "Save Button"
+
+#: controllers/viewed.py:871
+msgid "Cancel Button"
+msgstr "Cancel Button"
+
+#: controllers/viewed.py:871
+msgid "Open Button"
+msgstr "Open Button"
+
+#: controllers/viewed.py:877
+msgid "Left"
+msgstr "Left"
+
+#: controllers/viewed.py:877
+msgid "Center"
+msgstr "Center"
+
+#: controllers/viewed.py:877
+msgid "Right"
+msgstr "Right"
+
+#: controllers/templates/about.mako:4
+msgid "About the OpenERP Web"
+msgstr "About the OpenERP Web"
+
+#: controllers/templates/about.mako:27
+msgid "OpenERP Web"
+msgstr "OpenERP Web"
+
+#: controllers/templates/about.mako:30
+msgid "Copyright &copy; 2006-TODAY OpenERP SA. All Rights Reserved."
+msgstr "Copyright &copy; 2006-TODAY OpenERP SA. All Rights Reserved."
+
+#: controllers/templates/about.mako:31
+msgid "OpenERP is a trademark of the OpenERP SA Company."
+msgstr "OpenERP is a trademark of the OpenERP SA Company."
+
+#: controllers/templates/about.mako:33
+#, python-format
+msgid "%(ooweb)s is jointly developed by %(tiny)s and %(axelor)s."
+msgstr "%(ooweb)s is jointly developed by %(tiny)s and %(axelor)s."
+
+#: controllers/templates/about.mako:39
+#, python-format
+msgid "Licenced under the terms of %(license)s"
+msgstr "Licenced under the terms of %(license)s"
+
+#: controllers/templates/about.mako:42
+msgid "About OpenERP"
+msgstr "About OpenERP"
+
+#: controllers/templates/about.mako:44
+#, python-format
+msgid ""
+"%(openobject)s is a free enterprise-scale software system that is designed "
+"to boost\n"
+"                    productivity and profit through data integration. It "
+"connects, improves and\n"
+"                    manages business processes in areas such as sales, "
+"finance, supply chain,\n"
+"                    project management, production, services, CRM, etc..\n"
+"                    "
+msgstr ""
+"%(openobject)s is a free enterprise-scale software system that is designed "
+"to boost\n"
+"                    productivity and profit through data integration. It "
+"connects, improves and\n"
+"                    manages business processes in areas such as sales, "
+"finance, supply chain,\n"
+"                    project management, production, services, CRM, etc..\n"
+"                    "
+
+#: controllers/templates/about.mako:51
+msgid ""
+"The system is platform-independent, and can be installed on Windows, Mac OS "
+"X,\n"
+"                    and various Linux and other Unix-based distributions. "
+"Its architecture enables\n"
+"                    new functionality to be rapidly created, modifications "
+"to be made to a\n"
+"                    production system and migration to a new version to be "
+"straightforward."
+msgstr ""
+"The system is platform-independent, and can be installed on Windows, Mac OS "
+"X,\n"
+"                    and various Linux and other Unix-based distributions. "
+"Its architecture enables\n"
+"                    new functionality to be rapidly created, modifications "
+"to be made to a\n"
+"                    production system and migration to a new version to be "
+"straightforward."
+
+#: controllers/templates/about.mako:57
+msgid ""
+"Depending on your needs, OpenERP is available through a web or application "
+"client."
+msgstr ""
+"Depending on your needs, OpenERP is available through a web or application "
+"client."
+
+#: controllers/templates/database.mako:50 controllers/templates/login.mako:4
+#: controllers/templates/login.mako:67 controllers/templates/login_ajax.mako:85
+#: controllers/templates/login_ajax.mako:104
+msgid "Login"
+msgstr "Log in"
+
+#: controllers/templates/database.mako:60
+msgid "Password"
+msgstr "Password"
+
+#: controllers/templates/error_page.mako:77
+#, python-format
+msgid "An %(error_type)s has been reported."
+msgstr "An %(error_type)s has been reported."
+
+#: controllers/templates/error_page.mako:79
+msgid "Let me fix it"
+msgstr "Let me fix it"
+
+#: controllers/templates/error_page.mako:85
+msgid "Fix it for me"
+msgstr "Fix it for me"
+
+#: controllers/templates/error_page.mako:90
+msgid "You do not have a valid OpenERP publisher warranty contract !"
+msgstr "You do not have a valid OpenERP publisher warranty contract !"
+
+#: controllers/templates/error_page.mako:91
+msgid ""
+"If you are using OpenERP in production, it is recommended to have\n"
+"a publisher warranty program.\n"
+"\n"
+"The OpenERP publisher warranty contract provides you with bug fix guarantees "
+"and an\n"
+"automatic migration system so that we can start working on your problems "
+"within a few\n"
+"hours.\n"
+"\n"
+"With a publisher warranty contract, errors such as this one can be sent "
+"directly to the OpenERP\n"
+"team for review and evaluation.\n"
+"\n"
+"The publisher warranty program offers you:\n"
+"* Automatic migrations on new versions,\n"
+"* A bugfix guarantee,\n"
+"* Monthly announces of potential bugs and their fixes,\n"
+"* Security alerts by email and automatic migration,\n"
+"* Access to the customer portal.\n"
+msgstr ""
+"If you are using OpenERP in production, it is recommended to have\n"
+"a publisher warranty program.\n"
+"\n"
+"The OpenERP publisher warranty contract provides you with bug fix guarantees "
+"and an\n"
+"automatic migration system so that we can start working on your problems "
+"within a few\n"
+"hours.\n"
+"\n"
+"With a publisher warranty contract, errors such as this one can be sent "
+"directly to the OpenERP\n"
+"team for review and evaluation.\n"
+"\n"
+"The publisher warranty program offers you:\n"
+"* Automatic migrations on new versions,\n"
+"* A bug fix guarantee,\n"
+"* Monthly announcements of potential bugs and their fixes,\n"
+"* Security alerts by email and automatic migration,\n"
+"* Access to the customer portal.\n"
+
+#: controllers/templates/error_page.mako:113
+msgid ""
+"Your publisher warranty contract does not cover all modules installed in "
+"your system !\n"
+"If you are using OpenERP in production, it is highly suggested to upgrade "
+"your\n"
+"contract.\n"
+"\n"
+"If you have developed your own modules or installed third party module, we\n"
+"can provide you an additional publisher warranty contract for these modules. "
+"After\n"
+"having reviewed your modules, our quality team will ensure they will "
+"migrate\n"
+"automatically for all future stable versions of OpenERP at no extra cost.\n"
+"\n"
+"Here is the list of modules not covered by your publisher warranty contract:"
+msgstr ""
+"Your publisher warranty contract does not cover all modules installed in "
+"your system !\n"
+"If you are using OpenERP in production, it is highly suggested to upgrade "
+"your\n"
+"contract.\n"
+"\n"
+"If you have developed your own modules or installed third party modules, we\n"
+"can provide you an additional publisher warranty contract for these modules. "
+"After\n"
+"having reviewed your modules, our quality team will ensure they will "
+"migrate\n"
+"automatically for all future stable versions of OpenERP at no extra cost.\n"
+"\n"
+"Here is the list of modules not covered by your publisher warranty contract:"
+
+#: controllers/templates/error_page.mako:135
+msgid "Publisher warranty contract."
+msgstr "Publisher warranty contract."
+
+#: controllers/templates/error_page.mako:136
+msgid ""
+"Your request will be sent to OpenERP and publisher warranty team will reply "
+"you shortly."
+msgstr ""
+"Your request will be sent to OpenERP and the publisher warranty team will "
+"reply to you shortly."
+
+#: controllers/templates/error_page.mako:140
+msgid "Summary of the problem:"
+msgstr "Summary of the problem:"
+
+#: controllers/templates/error_page.mako:147
+msgid "Explain what you did:"
+msgstr "Explain what you did:"
+
+#: controllers/templates/error_page.mako:156
+msgid "Other Comments:"
+msgstr "Other Comments:"
+
+#: controllers/templates/error_page.mako:168
+msgid "Send to Publisher Warranty Team"
+msgstr "Send to the Publisher Warranty Team"
+
+#: controllers/templates/error_page.mako:195
+msgid "Write concurrency warning :"
+msgstr "Write concurrency warning :"
+
+#: controllers/templates/error_page.mako:200
+msgid ""
+"This document has been modified while you were editing it.\n"
+"Choose:\n"
+"\n"
+"    - \"Cancel\" to cancel saving.\n"
+"    - \"Write anyway\" to save your current version."
+msgstr ""
+"This document has been modified while you were editing it.\n"
+"Choose:\n"
+"\n"
+"    - \"Cancel\" to cancel saving.\n"
+"    - \"Write anyway\" to save your current version."
+
+#: controllers/templates/error_page.mako:214 controllers/templates/exp.mako:244
+#: controllers/templates/form.mako:140 controllers/templates/openo2m.mako:41
+#: controllers/templates/selection.mako:43
+#: controllers/templates/viewlist.mako:160
+#: controllers/templates/preferences/index.mako:38
+#: widgets/templates/listgrid/listgrid.mako:33
+msgid "Cancel"
+msgstr "Cancel"
+
+#: controllers/templates/error_page.mako:215
+msgid "Write Anyway"
+msgstr "Write Anyway"
+
+#: controllers/templates/exp.mako:151
+msgid "Export Data"
+msgstr "Export Data"
+
+#: controllers/templates/exp.mako:166
+msgid "Export Type:"
+msgstr "Export Type:"
+
+#: controllers/templates/exp.mako:169
+msgid "Import Compatible Export"
+msgstr "Import Compatible Export"
+
+#: controllers/templates/exp.mako:172
+msgid "Export all Data"
+msgstr ""
+
+#: controllers/templates/exp.mako:183
+msgid "Available fields"
+msgstr "Available fields"
+
+#: controllers/templates/exp.mako:185
+msgid "Fields to export"
+msgstr "Fields to export"
+
+#: controllers/templates/exp.mako:187
+msgid "Save fields list"
+msgstr "Save fields list"
+
+#: controllers/templates/exp.mako:189
+msgid "Save as:"
+msgstr "Save as:"
+
+#: controllers/templates/exp.mako:191 controllers/templates/fieldpref.mako:102
+#: controllers/templates/selection.mako:45
+msgid "OK"
+msgstr "OK"
+
+#: controllers/templates/exp.mako:195
+msgid "Saved exports:"
+msgstr "Saved exports:"
+
+#: controllers/templates/exp.mako:204 controllers/templates/form.mako:135
+#: controllers/templates/image.mako:67 widgets/form/templates/one2many.mako:22
+#: widgets/templates/sidebar.mako:67
+#: widgets/templates/listgrid/listgrid.mako:105
+#: widgets/templates/listgrid/listgrid.mako:109
+#: widgets/templates/listgrid/listgrid.mako:173
+#: widgets/templates/listgrid/listgrid.mako:178
+#: widgets/templates/listgrid/listgroup.mako:131
+#: widgets/templates/listgrid/multiple_group.mako:81
+msgid "Delete"
+msgstr "Delete"
+
+#: controllers/templates/exp.mako:217 widgets/templates/sidebar.mako:56
+#: widgets/templates/listgrid/listgrid.mako:135
+msgid "Add"
+msgstr "Add"
+
+#: controllers/templates/exp.mako:222 controllers/templates/viewlist.mako:125
+msgid "Remove"
+msgstr "Remove"
+
+#: controllers/templates/exp.mako:227
+msgid "Remove All"
+msgstr "Remove All"
+
+#: controllers/templates/exp.mako:245
+msgid "Export to File"
+msgstr "Export to File"
+
+#: controllers/templates/fieldpref.mako:4
+#: controllers/templates/fieldpref.mako:29
+msgid "Field Preferences"
+msgstr "Field Preferences"
+
+#: controllers/templates/fieldpref.mako:39
+msgid "Field Name:"
+msgstr "Field Name:"
+
+#: controllers/templates/fieldpref.mako:43
+msgid "Domain:"
+msgstr "Domain:"
+
+#: controllers/templates/fieldpref.mako:47
+msgid "Default Value:"
+msgstr "Default Value:"
+
+#: controllers/templates/fieldpref.mako:57
+msgid "Value applicable for:"
+msgstr "Value applicable for:"
+
+#: controllers/templates/fieldpref.mako:63
+msgid "Only for you"
+msgstr "Only for you"
+
+#: controllers/templates/fieldpref.mako:67
+msgid "For all"
+msgstr "For all"
+
+#: controllers/templates/fieldpref.mako:76
+msgid "Value applicable if:"
+msgstr "Value applicable if:"
+
+#: controllers/templates/fieldpref.mako:79
+msgid "Always applicable!"
+msgstr "Always applicable!"
+
+#: controllers/templates/fieldpref.mako:99 controllers/templates/image.mako:70
+#: controllers/templates/imp.mako:205 controllers/templates/index.mako:198
+#: controllers/templates/openm2.mako:52
+#: controllers/templates/save_filter.mako:42
+#: controllers/templates/search.mako:129
+#: controllers/templates/translator.mako:41
+#: controllers/templates/translator.mako:108
+#: controllers/templates/viewed.mako:37
+#: controllers/templates/viewed_new.mako:49
+#: controllers/templates/viewed_new_model.mako:42
+#: controllers/templates/viewed_preview.mako:28
+#: controllers/templates/viewlist.mako:129 widgets/templates/sidebar.mako:67
+#: widgets/templates/viewform.mako:37
+msgid "Close"
+msgstr "Close"
+
+#: controllers/templates/footer.mako:3
+#, python-format
+msgid "&copy; 2008-2010 %(ooweb)s  SA. All Rights Reserved "
+msgstr "&copy; 2008-2010 %(ooweb)s  SA. All Rights Reserved "
+
+#: controllers/templates/footer.mako:6
+msgid "Significant contributions to the web client have been made by"
+msgstr "Significant contributions to the web client have been made by"
+
+#: controllers/templates/form.mako:63
+msgid "Disable all Tips"
+msgstr "Disable all Tips"
+
+#: controllers/templates/form.mako:64
+msgid "Hide this Tip"
+msgstr "Hide this Tip"
+
+#: controllers/templates/form.mako:82
+msgid "Add / Remove Shortcut..."
+msgstr "Add / Remove Shortcut..."
+
+#: controllers/templates/form.mako:86
+#, python-format
+msgid "Search: %s"
+msgstr "Search: %s"
+
+#: controllers/templates/form.mako:93
+msgid "Corporate Intelligence..."
+msgstr "Corporate Intelligence..."
+
+#: controllers/templates/form.mako:99
+msgid "Show Logs..."
+msgstr "Show Logs..."
+
+#: controllers/templates/form.mako:111
+msgid "Create a new resource"
+msgstr "Create a new resource"
+
+#: controllers/templates/form.mako:112 controllers/templates/search.mako:128
+#: controllers/templates/viewed_new_model.mako:36
+#: controllers/templates/viewlist.mako:119 widgets/form/_o2m.py:73
+#: widgets/form/templates/one2many.mako:20
+#: widgets/templates/listgrid/listgrid.mako:140
+#: widgets/templates/listgrid/listgrid.mako:144
+#: widgets/templates/listgrid/listgroup.mako:20
+msgid "New"
+msgstr "New"
+
+#: controllers/templates/form.mako:116
+msgid "Edit this resource"
+msgstr "Edit this resource"
+
+#: controllers/templates/form.mako:117 controllers/templates/viewlist.mako:122
+#: widgets/templates/listgrid/listgrid.mako:75
+#: widgets/templates/listgrid/listgrid.mako:79
+#: widgets/templates/listgrid/listgroup.mako:112
+#: widgets/templates/listgrid/multiple_group.mako:63
+msgid "Edit"
+msgstr "Edit"
+
+#: controllers/templates/form.mako:121
+msgid "Save this resource"
+msgstr "Save this resource"
+
+#: controllers/templates/form.mako:122 controllers/templates/image.mako:65
+#: controllers/templates/openm2.mako:48
+#: controllers/templates/save_filter.mako:41
+#: controllers/templates/translator.mako:39
+#: controllers/templates/translator.mako:106
+#: controllers/templates/viewed_new.mako:46
+#: controllers/templates/viewed_new_model.mako:39
+#: controllers/templates/viewlist.mako:157
+#: controllers/templates/preferences/index.mako:39
+msgid "Save"
+msgstr "Save"
+
+#: controllers/templates/form.mako:124
+msgid "Save & Edit this resource"
+msgstr "Save & Edit this resource"
+
+#: controllers/templates/form.mako:125
+msgid "Save & Edit"
+msgstr "Save & Edit"
+
+#: controllers/templates/form.mako:129
+msgid "Duplicate this resource"
+msgstr "Duplicate this resource"
+
+#: controllers/templates/form.mako:130
+msgid "Duplicate"
+msgstr "Duplicate"
+
+#: controllers/templates/form.mako:134
+msgid "Delete this resource"
+msgstr "Delete this resource"
+
+#: controllers/templates/form.mako:139
+msgid "Cancel editing the current resource"
+msgstr "Cancel editing the current resource"
+
+#: controllers/templates/form.mako:144
+msgid "Create new node"
+msgstr "Create new node"
+
+#: controllers/templates/form.mako:145
+msgid "New Node"
+msgstr "New Node"
+
+#: controllers/templates/form.mako:149
+msgid "Show grid in workflow canvas"
+msgstr "Show grid in workflow canvas"
+
+#: controllers/templates/form.mako:150
+msgid "Show grid"
+msgstr "Show grid"
+
+#: controllers/templates/header.mako:33
+#, python-format
+msgid "%(company)s"
+msgstr "%(company)s"
+
+#: controllers/templates/header.mako:34 controllers/templates/index.mako:218
+#, python-format
+msgid "%(user)s"
+msgstr "%(user)s"
+
+#: controllers/templates/header.mako:45 controllers/templates/header.mako:47
+msgid "Home"
+msgstr "Home"
+
+#: controllers/templates/header.mako:53
+msgid "Requests"
+msgstr "Requests"
+
+#: controllers/templates/header.mako:62
+msgid "Edit Preferences"
+msgstr "Edit Preferences"
+
+#: controllers/templates/header.mako:66 controllers/templates/header.mako:69
+msgid "About"
+msgstr "About"
+
+#: controllers/templates/header.mako:73 controllers/templates/header.mako:75
+msgid "Help"
+msgstr "Help"
+
+#: controllers/templates/header.mako:81 controllers/templates/header.mako:84
+msgid "Clear Cache"
+msgstr "Clear Cache"
+
+#: controllers/templates/header.mako:89
+msgid "Logout"
+msgstr "Log out"
+
+#: controllers/templates/image.mako:4 controllers/templates/image.mako:39
+msgid "Image"
+msgstr "Image"
+
+#: controllers/templates/image.mako:55
+msgid "Add Resource:"
+msgstr "Add Resource:"
+
+#: controllers/templates/image.mako:66 widgets/form/templates/binary.mako:28
+msgid "Save As"
+msgstr "Save As"
+
+#: controllers/templates/imp.mako:80
+msgid "Import Data"
+msgstr "Import Data"
+
+#: controllers/templates/imp.mako:90
+msgid "1. Import a .CSV file"
+msgstr "1. Import a .CSV file"
+
+#: controllers/templates/imp.mako:106
+msgid "CSV File:"
+msgstr "CSV File:"
+
+#: controllers/templates/imp.mako:124
+msgid "2. Check your file format"
+msgstr "2. Check your file format"
+
+#: controllers/templates/imp.mako:131
+#, python-format
+msgid "The import failed due to: %(message)s"
+msgstr "The import failed due to: %(message)s"
+
+#: controllers/templates/imp.mako:133
+msgid "Here is a preview of the file we could not import:"
+msgstr "Here is a preview of the file we could not import:"
+
+#: controllers/templates/imp.mako:158
+msgid "CSV Options"
+msgstr "CSV Options"
+
+#: controllers/templates/imp.mako:161
+msgid "Separator:"
+msgstr "Separator:"
+
+#: controllers/templates/imp.mako:163
+msgid "Delimiter:"
+msgstr "Delimiter:"
+
+#: controllers/templates/imp.mako:167
+msgid "Encoding:"
+msgstr "Encoding:"
+
+#: controllers/templates/imp.mako:174
+msgid "Lines to skip:"
+msgstr "Lines to skip:"
+
+#: controllers/templates/imp.mako:188
+msgid "3. File imported"
+msgstr "3. File imported"
+
+#: controllers/templates/imp.mako:206
+msgid "Import File"
+msgstr "Import File"
+
+#: controllers/templates/index.mako:164
+msgid "System Logs"
+msgstr "System Logs"
+
+#: controllers/templates/index.mako:189
+msgid "More"
+msgstr "More"
+
+#: controllers/templates/index.mako:190
+msgid "Widgets"
+msgstr "Widgets"
+
+#: controllers/templates/index.mako:221 controllers/templates/index.mako:226
+#, python-format
+msgid "Powered by %(openerp)s "
+msgstr "Powered by %(openerp)s "
+
+#: controllers/templates/login.mako:53 controllers/templates/login_ajax.mako:72
+#: controllers/templates/login_ajax.mako:94
+msgid "User:"
+msgstr "User:"
+
+#: controllers/templates/login.mako:64
+msgid "Databases"
+msgstr "Databases"
+
+#: controllers/templates/login.mako:84
+msgid "Top Contributor:"
+msgstr "Top Contributor:"
+
+#: controllers/templates/login.mako:94
+msgid ""
+"We think that daily job activities can be more intuitive, efficient, "
+"automated, .. and even fun."
+msgstr ""
+"We think that daily job activities can be more intuitive, efficient, "
+"automated...and even fun."
+
+#: controllers/templates/login.mako:95
+msgid "OpenERP's vision to be:"
+msgstr "OpenERP's vision to be:"
+
+#: controllers/templates/login.mako:103
+msgid "Full featured"
+msgstr "Full featured"
+
+#: controllers/templates/login.mako:104
+msgid ""
+"Today's enterprise challenges are multiple. We provide one module for each "
+"need."
+msgstr ""
+"Today's enterprise challenges are multiple. We provide a module for each "
+"need."
+
+#: controllers/templates/login.mako:112
+msgid "Open Source"
+msgstr "Open Source"
+
+#: controllers/templates/login.mako:113
+msgid ""
+"To Build a great product, we rely on the knowledge of thousands of "
+"contributors."
+msgstr ""
+"To Build a great product, we rely on the knowledge of thousands of "
+"contributors."
+
+#: controllers/templates/login.mako:121
+msgid "User Friendly"
+msgstr "User Friendly"
+
+#: controllers/templates/login.mako:122
+msgid ""
+"In order to be productive, people need clean and easy to use interface."
+msgstr ""
+"In order to be productive, people need a clean and easy to use interface."
+
+#: controllers/templates/modules.mako:4
+msgid "Module Management"
+msgstr "Module Management"
+
+#: controllers/templates/modules.mako:17
+msgid "Web Modules"
+msgstr "Web Modules"
+
+#: controllers/templates/openo2m.mako:34
+msgid "Save & Close"
+msgstr "Save & Close"
+
+#: controllers/templates/openo2m.mako:37
+msgid "Save & New"
+msgstr "Save & New"
+
+#: controllers/templates/save_filter.mako:18
+msgid "Save as Filter"
+msgstr "Save as Filter"
+
+#: controllers/templates/save_filter.mako:30
+msgid "Filter Name"
+msgstr "Filter Name"
+
+#: controllers/templates/search.mako:110
+#, python-format
+msgid "Search %(name)s"
+msgstr "Search %(name)s"
+
+#: controllers/templates/search.mako:125 widgets/form/templates/datetime.mako:8
+msgid "Select"
+msgstr "Select"
+
+#: controllers/templates/search.mako:127 widgets/_views.py:83
+#: widgets/form/templates/many2one.mako:22
+#: widgets/form/templates/reference.mako:27 widgets/templates/viewform.mako:26
+msgid "Search"
+msgstr "Search"
+
+#: controllers/templates/search.mako:143
+#, python-format
+msgid "No record found : '%(searched_string)s'."
+msgstr "No record found : '%(searched_string)s'."
+
+#: controllers/templates/selection.mako:4
+msgid "Select action"
+msgstr "Select action"
+
+#: controllers/templates/selection.mako:23
+msgid "Select your action"
+msgstr "Select your action"
+
+#: controllers/templates/server_log.mako:4
+msgid "Server Actions..."
+msgstr "Server Actions..."
+
+#: controllers/templates/server_log.mako:14
+msgid "Server Actions"
+msgstr "Server Actions"
+
+#: controllers/templates/translator.mako:4
+msgid "Add Translations"
+msgstr "Add Translations"
+
+#: controllers/templates/translator.mako:17
+msgid "Add Translation"
+msgstr "Add Translation"
+
+#: controllers/templates/translator.mako:27
+msgid "Add Translation for:"
+msgstr "Add Translation for:"
+
+#: controllers/templates/translator.mako:31
+msgid "Fields"
+msgstr "Fields"
+
+#: controllers/templates/translator.mako:32
+msgid "Labels"
+msgstr "Labels"
+
+#: controllers/templates/translator.mako:33
+msgid "Relates"
+msgstr "Relates"
+
+#: controllers/templates/translator.mako:34
+msgid "View"
+msgstr "View"
+
+#: controllers/templates/translator.mako:53
+msgid "Field"
+msgstr "Field"
+
+#: controllers/templates/view_log.mako:4 controllers/templates/view_log.mako:12
+#: utils/common.py:47
+msgid "Information"
+msgstr "Information"
+
+#: controllers/templates/viewed.mako:17
+#, python-format
+msgid "View Editor %s - %s"
+msgstr "View Editor %s - %s"
+
+#: controllers/templates/viewed.mako:31
+msgid "Create a new inherited view"
+msgstr "Create a new inherited view"
+
+#: controllers/templates/viewed.mako:31
+msgid "Inherited View"
+msgstr "Inherited View"
+
+#: controllers/templates/viewed.mako:34
+msgid "Preview"
+msgstr "Preview"
+
+#: controllers/templates/viewed_add.mako:6
+msgid "Node Type:"
+msgstr "Node Type:"
+
+#: controllers/templates/viewed_add.mako:23
+msgid "New Field"
+msgstr "New Field"
+
+#: controllers/templates/viewed_add.mako:27
+msgid "Position:"
+msgstr "Position:"
+
+#: controllers/templates/viewlist.mako:4
+#: controllers/templates/viewlist.mako:108
+#, python-format
+msgid "Manage Views (%s)"
+msgstr "Manage Views (%s)"
+
+#: controllers/templates/viewlist.mako:146
+#, python-format
+msgid "Create a view (%s)"
+msgstr "Create a view (%s)"
+
+#: controllers/templates/viewlist.mako:174
+msgid "View Name:"
+msgstr "View Name:"
+
+#: controllers/templates/viewlist.mako:178
+msgid "View Type:"
+msgstr "View Type:"
+
+#: controllers/templates/viewlist.mako:189
+msgid "Priority:"
+msgstr "Priority:"
+
+#: utils/common.py:37 utils/common.py:66
+msgid "Error"
+msgstr "Error"
+
+#: utils/common.py:42 utils/common.py:69
+msgid "Warning"
+msgstr "Warning"
+
+#: utils/rpc.py:131
+msgid "Access Denied"
+msgstr "Access Denied"
+
+#: utils/rpc.py:238
+msgid "Unsupported protocol."
+msgstr "Unsupported protocol."
+
+#: utils/rpc.py:342
+msgid ""
+"You select a timezone but OpenERP could not find pytz library!\n"
+"The timezone functionality will be disable."
+msgstr ""
+"You select a timezone but OpenERP could not find pytz library!\n"
+"The timezone functionality will be disabled."
+
+#: utils/rpc.py:355
+msgid "Not logged..."
+msgstr "Not logged..."
+
+#: utils/rpc.py:355
+msgid "Authorization Error"
+msgstr "Authorization Error"
+
+#: utils/rpc.py:437
+msgid "== Access Denied =="
+msgstr "== Access Denied =="
+
+#: widgets/_views.py:52
+msgid "Form"
+msgstr "Form"
+
+#: widgets/_views.py:53
+msgid "Form view..."
+msgstr "Form view..."
+
+#: widgets/_views.py:84
+msgid "Search view..."
+msgstr "Search view..."
+
+#: widgets/listgrid.py:289
+msgid "Wrong on_change trigger"
+msgstr "Wrong on_change trigger"
+
+#: widgets/listgrid.py:353 widgets/form/_form.py:904
+#, python-format
+msgid "Invalid view, duplicate field: %s"
+msgstr "Invalid view, duplicate field: %s"
+
+#: widgets/pager.py:56
+#, python-format
+msgid "%s"
+msgstr "%s"
+
+#: widgets/pager.py:68
+#, python-format
+msgid "%s - %s"
+msgstr "%s - %s"
+
+#: widgets/search.py:282
+msgid "contains"
+msgstr "contains"
+
+#: widgets/search.py:282
+msgid "doesn't contain"
+msgstr "doesn't contain"
+
+#: widgets/search.py:283
+msgid "is equal to"
+msgstr "is equal to"
+
+#: widgets/search.py:283
+msgid "is not equal to"
+msgstr "is not equal to"
+
+#: widgets/search.py:284
+msgid "greater than"
+msgstr "greater than"
+
+#: widgets/search.py:284
+msgid "less than"
+msgstr "less than"
+
+#: widgets/search.py:285
+msgid "in"
+msgstr "in"
+
+#: widgets/search.py:285
+msgid "not in"
+msgstr "not in"
+
+#: widgets/search.py:392
+msgid "Yes"
+msgstr "Yes"
+
+#: widgets/search.py:392
+msgid "No"
+msgstr "No"
+
+#: widgets/form/_action.py:46
+msgid "Action not found!"
+msgstr "Action not found!"
+
+#: widgets/form/_o2m.py:73 widgets/templates/listgrid/listgrid.mako:138
+#: widgets/templates/listgrid/listgrid.mako:144
+#: widgets/templates/listgrid/listgroup.mako:20
+msgid "Create new record."
+msgstr "Create new record."
+
+#: widgets/form/_o2m.py:86
+msgid "Save/New"
+msgstr "Save/New"
+
+#: widgets/form/_o2m.py:86
+msgid "Save parent record."
+msgstr "Save parent record."
+
+#: widgets/form/_o2m.py:216
+#, python-format
+msgid "%d of %d"
+msgstr "%d of %d"
+
+#: widgets/form/_o2m.py:218
+#, python-format
+msgid "- of %d"
+msgstr "- of %d"
+
+#: widgets/form/templates/binary.mako:31
+msgid "add attachment"
+msgstr "add attachment"
+
+#: widgets/form/templates/image.mako:7 widgets/form/templates/image.mako:39
+msgid "Click here to add new image."
+msgstr "Click here to add new image."
+
+#: widgets/form/templates/many2one.mako:2
+#: widgets/form/templates/reference.mako:30
+msgid "Open"
+msgstr "Open"
+
+#: widgets/form/templates/many2one.mako:2
+#: widgets/form/templates/reference.mako:30
+msgid "Open a resource"
+msgstr "Open a resource"
+
+#: widgets/form/templates/one2many.mako:20
+msgid "Create new record..."
+msgstr "Create new record..."
+
+#: widgets/form/templates/one2many.mako:22
+msgid "Delete record..."
+msgstr "Delete record..."
+
+#: widgets/form/templates/one2many.mako:28
+msgid "Translate me."
+msgstr "Translate me."
+
+#: widgets/form/templates/one2many.mako:47
+msgid "Previous record..."
+msgstr "Previous record..."
+
+#: widgets/form/templates/one2many.mako:49
+msgid "Next record..."
+msgstr "Next record..."
+
+#: widgets/templates/logs.mako:22
+msgid "More..."
+msgstr "More..."
+
+#: widgets/templates/logs.mako:35
+msgid "Less..."
+msgstr "Less..."
+
+#: widgets/templates/pager.mako:9
+msgid "<< First"
+msgstr "<< First"
+
+#: widgets/templates/pager.mako:14
+msgid "< Previous"
+msgstr "< Previous"
+
+#: widgets/templates/pager.mako:19
+msgid "of"
+msgstr "of"
+
+#: widgets/templates/pager.mako:24
+msgid "Next >"
+msgstr "Next >"
+
+#: widgets/templates/pager.mako:29
+msgid "Last >>"
+msgstr "Last >>"
+
+#: widgets/templates/pager.mako:37
+msgid "Change Limit:"
+msgstr "Change Limit:"
+
+#: widgets/templates/sidebar.mako:37
+msgid "Reports"
+msgstr "Reports"
+
+#: widgets/templates/sidebar.mako:41 widgets/templates/viewform.mako:51
+msgid "Actions"
+msgstr "Actions"
+
+#: widgets/templates/sidebar.mako:45
+msgid "Links"
+msgstr "Links"
+
+#: widgets/templates/sidebar.mako:49
+msgid "Submenu"
+msgstr "Submenu"
+
+#: widgets/templates/sidebar.mako:54
+msgid "Attachments"
+msgstr "Attachments"
+
+#: widgets/templates/sidebar.mako:74
+msgid "File"
+msgstr "File"
+
+#: widgets/templates/sidebar.mako:83
+msgid "Customize"
+msgstr "Customise"
+
+#: widgets/templates/sidebar.mako:87
+msgid "Manage views of the current object"
+msgstr "Manage views of the current object"
+
+#: widgets/templates/sidebar.mako:89
+msgid "Manage Views"
+msgstr "Manage Views"
+
+#: widgets/templates/sidebar.mako:93
+msgid "Edit workflow of the current object"
+msgstr "Edit workflow of the current object"
+
+#: widgets/templates/sidebar.mako:94
+msgid "Edit Workflow"
+msgstr "Edit Workflow"
+
+#: widgets/templates/sidebar.mako:98
+msgid "Customize current object or create a new object"
+msgstr "Customise current object or create a new object"
+
+#: widgets/templates/sidebar.mako:100
+msgid "Customize Object"
+msgstr "Customise Object"
+
+#: widgets/templates/sidebar.mako:106
+msgid "Other Options"
+msgstr "Other Options"
+
+#: widgets/templates/sidebar.mako:111
+msgid "Import"
+msgstr "Import"
+
+#: widgets/templates/sidebar.mako:114
+msgid "Export"
+msgstr "Export"
+
+#: widgets/templates/sidebar.mako:118
+msgid "Translate"
+msgstr "Translate"
+
+#: widgets/templates/sidebar.mako:123
+msgid "View Log"
+msgstr "View Log"
+
+#: widgets/templates/viewform.mako:25
+msgid "Filter records."
+msgstr "Filter records."
+
+#: widgets/templates/viewform.mako:33
+msgid "Clear all."
+msgstr "Clear all."
+
+#: widgets/templates/viewform.mako:35
+msgid "Clear"
+msgstr "Clear"
+
+#: widgets/templates/viewform.mako:43
+msgid "Filters"
+msgstr "Filters"
+
+#: widgets/templates/viewform.mako:45
+msgid "Saved Filters"
+msgstr "Saved Filters"
+
+#: widgets/templates/viewform.mako:52
+msgid "New Filter"
+msgstr "New Filter"
+
+#: widgets/templates/viewform.mako:53
+msgid "Save Filter"
+msgstr "Save Filter"
+
+#: widgets/templates/viewform.mako:54
+msgid "Manage Filters"
+msgstr "Manage Filters"
+
+#: widgets/templates/listgrid/listgrid.mako:19
+msgid "Update"
+msgstr "Update"
+
+#: widgets/templates/listgrid/listgrid.mako:134
+msgid "Add records..."
+msgstr "Add records..."
+
+#: widgets/templates/listgrid/listgrid.mako:172
+#: widgets/templates/listgrid/listgrid.mako:176
+msgid "Delete record(s)."
+msgstr "Delete record(s)."

=== modified file 'addons/openerp/po/messages/es.po'
--- addons/openerp/po/messages/es.po	2011-03-11 04:48:47 +0000
+++ addons/openerp/po/messages/es.po	2011-03-15 13:37:09 +0000
@@ -14,8 +14,13 @@
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=utf-8\n"
 "Content-Transfer-Encoding: 8bit\n"
+<<<<<<< TREE
 "X-Launchpad-Export-Date: 2011-03-11 04:48+0000\n"
 "X-Generator: Launchpad (build 12559)\n"
+=======
+"X-Launchpad-Export-Date: 2011-03-12 06:14+0000\n"
+"X-Generator: Launchpad (build 12559)\n"
+>>>>>>> MERGE-SOURCE
 "Generated-By: Babel None\n"
 
 #: validators.py:75

=== modified file 'addons/openerp/po/messages/es_CL.po'
--- addons/openerp/po/messages/es_CL.po	2011-03-11 04:48:47 +0000
+++ addons/openerp/po/messages/es_CL.po	2011-03-15 13:37:09 +0000
@@ -15,9 +15,14 @@
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=utf-8\n"
 "Content-Transfer-Encoding: 8bit\n"
+<<<<<<< TREE
 "X-Launchpad-Export-Date: 2011-03-11 04:48+0000\n"
 "X-Generator: Launchpad (build 12559)\n"
 "Generated-By: Babel None\n"
+=======
+"X-Launchpad-Export-Date: 2011-03-12 06:14+0000\n"
+"X-Generator: Launchpad (build 12559)\n"
+>>>>>>> MERGE-SOURCE
 
 #: validators.py:75
 msgid "Invalid literal for float"

=== modified file 'addons/openerp/po/messages/et.po'
--- addons/openerp/po/messages/et.po	2011-03-11 04:48:47 +0000
+++ addons/openerp/po/messages/et.po	2011-03-15 13:37:09 +0000
@@ -14,8 +14,13 @@
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
+<<<<<<< TREE
 "X-Launchpad-Export-Date: 2011-03-11 04:47+0000\n"
 "X-Generator: Launchpad (build 12559)\n"
+=======
+"X-Launchpad-Export-Date: 2011-03-12 06:14+0000\n"
+"X-Generator: Launchpad (build 12559)\n"
+>>>>>>> MERGE-SOURCE
 
 #: validators.py:75
 msgid "Invalid literal for float"

=== modified file 'addons/openerp/po/messages/eu.po'
--- addons/openerp/po/messages/eu.po	2011-03-11 04:48:47 +0000
+++ addons/openerp/po/messages/eu.po	2011-03-15 13:37:09 +0000
@@ -14,8 +14,13 @@
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
+<<<<<<< TREE
 "X-Launchpad-Export-Date: 2011-03-11 04:47+0000\n"
 "X-Generator: Launchpad (build 12559)\n"
+=======
+"X-Launchpad-Export-Date: 2011-03-12 06:14+0000\n"
+"X-Generator: Launchpad (build 12559)\n"
+>>>>>>> MERGE-SOURCE
 
 #: validators.py:75
 msgid "Invalid literal for float"

=== added file 'addons/openerp/po/messages/fi.po.OTHER'
--- addons/openerp/po/messages/fi.po.OTHER	1970-01-01 00:00:00 +0000
+++ addons/openerp/po/messages/fi.po.OTHER	2011-03-15 13:37:09 +0000
@@ -0,0 +1,1590 @@
+# Finnish translation for openobject-client-web
+# Copyright (c) 2011 Rosetta Contributors and Canonical Ltd 2011
+# This file is distributed under the same license as the openobject-client-web package.
+# FIRST AUTHOR <EMAIL@ADDRESS>, 2011.
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: openobject-client-web\n"
+"Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n"
+"POT-Creation-Date: 2011-01-17 13:09+0100\n"
+"PO-Revision-Date: 2011-03-01 09:28+0000\n"
+"Last-Translator: Jussi Mikkola <Unknown>\n"
+"Language-Team: Finnish <fi@xxxxxx>\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"X-Launchpad-Export-Date: 2011-03-12 06:14+0000\n"
+"X-Generator: Launchpad (build 12559)\n"
+
+#: validators.py:75
+msgid "Invalid literal for float"
+msgstr ""
+
+#: validators.py:114 validators.py:119 validators.py:262
+msgid "Invalid datetime format"
+msgstr ""
+
+#: validators.py:166
+msgid "Please select a file."
+msgstr "Valitse tiedosto."
+
+#: validators.py:247
+msgid "Please enter an email address"
+msgstr ""
+
+#: validators.py:248
+msgid "An email address must contain a single @"
+msgstr ""
+
+#: validators.py:249
+#, python-format
+msgid ""
+"The username portion of the email address is invalid (the portion before the "
+"@: %(username)s)"
+msgstr ""
+
+#: validators.py:250
+#, python-format
+msgid ""
+"The domain portion of the email address is invalid (the portion after the @: "
+"%(domain)s)"
+msgstr ""
+
+#: validators.py:254
+msgid "You must start your URL with http://, https://, etc"
+msgstr ""
+
+#: validators.py:255
+msgid "That is not a valid URL"
+msgstr ""
+
+#: validators.py:256
+#, python-format
+msgid "You must provide a full domain name (like %(domain)s.com)"
+msgstr ""
+
+#: validators.py:260
+msgid "Please enter an integer value"
+msgstr ""
+
+#: validators.py:261
+msgid "Please enter a number"
+msgstr ""
+
+#: controllers/actions.py:91
+msgid "Invalid View"
+msgstr ""
+
+#: controllers/actions.py:124
+msgid "Error no report"
+msgstr ""
+
+#: controllers/actions.py:150
+msgid "Nothing to print"
+msgstr "Ei tulostettavaa"
+
+#: controllers/actions.py:170
+msgid "Printing aborted, too long delay"
+msgstr ""
+
+#: controllers/actions.py:377
+msgid "Relative URLs are not supported"
+msgstr ""
+
+#: controllers/actions.py:405
+msgid "Action not found"
+msgstr ""
+
+#: controllers/actions.py:454
+msgid "No action defined"
+msgstr ""
+
+#: controllers/attachment.py:54
+msgid "No record selected, You can only attach to existing record..."
+msgstr ""
+
+#: controllers/database.py:64
+msgid "Create database"
+msgstr ""
+
+#: controllers/database.py:66 controllers/templates/database.mako:52
+#: controllers/templates/search.mako:145
+msgid "Create"
+msgstr "Luo"
+
+#: controllers/database.py:69
+msgid "Super admin password:"
+msgstr ""
+
+#: controllers/database.py:69
+msgid ""
+"This is the password of the user that have the rights to administer "
+"databases. This is not a OpenERP user, just a super administrator. If you "
+"did not changed it, the password is 'admin' after installation."
+msgstr ""
+
+#: controllers/database.py:70 controllers/database.py:102
+msgid "New database name:"
+msgstr "Uuden tietokannan nimi:"
+
+#: controllers/database.py:70
+msgid ""
+"Choose the name of the database that will be created. The name must not "
+"contain any special character. Exemple: 'terp'."
+msgstr ""
+"Valitse tietokannan nimi, joka luodaan. Nimi ei saa sisältää "
+"erikoismerkkejä. Esimerkiksi: 'terp'."
+
+#: controllers/database.py:71
+msgid "Load Demonstration data:"
+msgstr ""
+
+#: controllers/database.py:71
+msgid ""
+"Check this box if you want demonstration data to be installed on your new "
+"database. These data will help you to understand OpenERP, with predefined "
+"products, partners, etc."
+msgstr ""
+
+#: controllers/database.py:72
+msgid "Default Language:"
+msgstr ""
+
+#: controllers/database.py:72
+msgid ""
+"Choose the default language that will be installed for this database. You "
+"will be able to install new languages after installation through the "
+"administration menu."
+msgstr ""
+"Valitse oletuskieli joka asennetaan tähän tietokantaan. Voit asentaa lisää "
+"kieliä asennuksen jälkeen ylläpitäjän valikosta."
+
+#: controllers/database.py:73
+msgid "Administrator password:"
+msgstr "Ylläpitäjän salasana:"
+
+#: controllers/database.py:73
+msgid ""
+"This is the password of the 'admin' user that will be created in your new "
+"database."
+msgstr ""
+
+#: controllers/database.py:74
+msgid "Confirm password:"
+msgstr "Vahvista salasana:"
+
+#: controllers/database.py:74
+msgid ""
+"This is the password of the 'admin' user that will be created in your new "
+"database. It has to be the same than the above field."
+msgstr ""
+
+#: controllers/database.py:80
+msgid "Drop database"
+msgstr ""
+
+#: controllers/database.py:82 controllers/templates/database.mako:54
+msgid "Drop"
+msgstr "Poista"
+
+#: controllers/database.py:84 controllers/database.py:92
+#: controllers/templates/login.mako:39
+msgid "Database:"
+msgstr "Tietokanta:"
+
+#: controllers/database.py:85 controllers/database.py:93
+#: controllers/database.py:101 controllers/templates/login.mako:57
+#: controllers/templates/login_ajax.mako:78
+#: controllers/templates/login_ajax.mako:98
+msgid "Password:"
+msgstr "Salasana:"
+
+#: controllers/database.py:89
+msgid "Backup database"
+msgstr ""
+
+#: controllers/database.py:91 controllers/templates/database.mako:56
+msgid "Backup"
+msgstr ""
+
+#: controllers/database.py:97
+msgid "Restore database"
+msgstr ""
+
+#: controllers/database.py:99 controllers/templates/database.mako:58
+msgid "Restore"
+msgstr "Palauta"
+
+#: controllers/database.py:100
+msgid "File:"
+msgstr "Tiedosto:"
+
+#: controllers/database.py:106
+msgid "Change Administrator Password"
+msgstr ""
+
+#: controllers/database.py:108 controllers/templates/preferences/index.mako:37
+msgid "Change Password"
+msgstr "Vaihda salasana"
+
+#: controllers/database.py:109
+msgid "Old Password:"
+msgstr ""
+
+#: controllers/database.py:110
+msgid "New Password:"
+msgstr "Uusi salasana:"
+
+#: controllers/database.py:111
+msgid "Confirm Password:"
+msgstr "Vahvista salasana:"
+
+#: controllers/database.py:174
+msgid "You must avoid all accents, space or special characters."
+msgstr ""
+
+#: controllers/database.py:175
+msgid "Bad database name"
+msgstr ""
+
+#: controllers/database.py:195
+msgid ""
+"The server crashed during installation.\n"
+"We suggest you to drop this database."
+msgstr ""
+"Palvelin sammui virheen vuoksi asennuksen aikana.\n"
+"Suosittelemme poistamaan tietokannan."
+
+#: controllers/database.py:196
+msgid "Error during database creation"
+msgstr "Virhe luotaessa tietokantaa"
+
+#: controllers/database.py:199 controllers/database.py:226
+#: controllers/database.py:272 controllers/database.py:295
+msgid "Bad super admin password"
+msgstr ""
+
+#: controllers/database.py:203
+msgid "Could not create database."
+msgstr "Tietokannan luominen epäonnistui."
+
+#: controllers/database.py:229
+msgid "Could not drop database"
+msgstr ""
+
+#: controllers/database.py:252
+msgid "Could not create backup."
+msgstr ""
+
+#: controllers/database.py:276
+msgid "Could not restore database"
+msgstr ""
+
+#: controllers/database.py:299
+msgid "Error, password not changed."
+msgstr "Virhe! Salasanaa ei vaihdettu."
+
+#: controllers/error_page.py:78
+msgid ""
+"Your problem has been sent to the quality team\n"
+"We will recontact you after analysing the problem."
+msgstr ""
+
+#: controllers/error_page.py:80
+#, python-format
+msgid ""
+"Your problem could not be sent to the quality team\n"
+"Please report this error manually at %s"
+msgstr ""
+
+#: controllers/form.py:553
+#, python-format
+msgid "Invalid button type \"%s\""
+msgstr ""
+
+#: controllers/form.py:891 controllers/tree.py:233
+msgid "No record selected"
+msgstr ""
+
+#: controllers/form.py:896
+msgid "Print Screen"
+msgstr ""
+
+#: controllers/form.py:965 utils/rpc.py:122 utils/rpc.py:133 utils/rpc.py:136
+#: widgets/listgrid.py:289 widgets/listgrid.py:353 widgets/form/_form.py:904
+msgid "Application Error"
+msgstr ""
+
+#: controllers/form.py:965
+#, python-format
+msgid "Wrong on_change trigger: %s"
+msgstr ""
+
+#: controllers/form.py:1073
+msgid "Open resource"
+msgstr ""
+
+#: controllers/form.py:1076
+msgid "Set to default value"
+msgstr ""
+
+#: controllers/form.py:1077
+msgid "Set as default"
+msgstr ""
+
+#: controllers/form.py:1084
+msgid "Action"
+msgstr ""
+
+#: controllers/form.py:1085
+msgid "Report"
+msgstr ""
+
+#: controllers/impex.py:66
+msgid ""
+"Operation failed\n"
+"I/O error"
+msgstr ""
+
+#: controllers/impex.py:373
+msgid "Export Error"
+msgstr ""
+
+#: controllers/impex.py:444
+msgid "Database ID"
+msgstr ""
+
+#: controllers/impex.py:451
+msgid "Error opening .CSV file"
+msgstr ""
+
+#: controllers/impex.py:451
+msgid "Input Error."
+msgstr ""
+
+#: controllers/impex.py:473
+#, python-format
+msgid "You cannot import the field '%s', because we cannot auto-detect it"
+msgstr ""
+
+#: controllers/impex.py:476
+#, python-format
+msgid "Error processing the first line of the file. Field \"%s\" is unknown"
+msgstr ""
+
+#: controllers/impex.py:476
+msgid "Import Error."
+msgstr ""
+
+#: controllers/impex.py:515
+msgid "XML-RPC error"
+msgstr ""
+
+#: controllers/impex.py:520
+#, python-format
+msgid "Imported %d objects"
+msgstr ""
+
+#: controllers/impex.py:525
+#, python-format
+msgid "Error trying to import this record:%s. ErrorMessage:%s %s"
+msgstr ""
+
+#: controllers/impex.py:526
+msgid "ImportationError"
+msgstr ""
+
+#: controllers/listgrid.py:51
+msgid "Parent record doesn't exists..."
+msgstr ""
+
+#: controllers/preferences.py:34
+msgid "Change your password"
+msgstr ""
+
+#: controllers/preferences.py:64 controllers/templates/header.mako:59
+msgid "Preferences"
+msgstr ""
+
+#: controllers/preferences.py:91
+msgid "All passwords have to be filled."
+msgstr ""
+
+#: controllers/preferences.py:93
+msgid "The new password and its confirmation must be identical."
+msgstr ""
+
+#: controllers/preferences.py:102
+msgid "Could not change your password."
+msgstr ""
+
+#: controllers/preferences.py:104
+msgid "Original password incorrect, your password was not changed."
+msgstr ""
+
+#: controllers/root.py:170
+#, python-format
+msgid "Version %s"
+msgstr ""
+
+#: controllers/translator.py:132
+msgid "You need to save the resource before adding translations."
+msgstr ""
+
+#: controllers/tree.py:264
+msgid "No resource selected"
+msgstr ""
+
+#: controllers/utils.py:44
+msgid "Could not connect to server"
+msgstr ""
+
+#: controllers/utils.py:131 controllers/templates/login_ajax.mako:111
+msgid "Bad username or password"
+msgstr ""
+
+#: controllers/view_log.py:32
+msgid "ID"
+msgstr ""
+
+#: controllers/view_log.py:33
+msgid "Creation User"
+msgstr ""
+
+#: controllers/view_log.py:34
+msgid "Creation Date"
+msgstr ""
+
+#: controllers/view_log.py:35
+msgid "Latest Modification by"
+msgstr ""
+
+#: controllers/view_log.py:36
+msgid "Latest Modification Date"
+msgstr ""
+
+#: controllers/view_log.py:37
+msgid "Owner"
+msgstr ""
+
+#: controllers/view_log.py:38
+msgid "Group Owner"
+msgstr ""
+
+#: controllers/view_log.py:39
+msgid "Access Level"
+msgstr ""
+
+#: controllers/view_log.py:40
+msgid "Internal module data ID"
+msgstr ""
+
+#: controllers/viewed.py:220
+msgid "Invalid view id."
+msgstr ""
+
+#: controllers/viewed.py:498
+msgid "Unable to create inherited view."
+msgstr ""
+
+#: controllers/viewed.py:500
+msgid "Can't create inherited view here."
+msgstr ""
+
+#: controllers/viewed.py:503
+msgid "Not implemented yet!"
+msgstr ""
+
+#: controllers/viewed.py:608
+msgid "Unable to update the view."
+msgstr ""
+
+#: controllers/viewed.py:859
+msgid "New Window"
+msgstr ""
+
+#: controllers/viewed.py:871
+msgid "Save Button"
+msgstr ""
+
+#: controllers/viewed.py:871
+msgid "Cancel Button"
+msgstr ""
+
+#: controllers/viewed.py:871
+msgid "Open Button"
+msgstr ""
+
+#: controllers/viewed.py:877
+msgid "Left"
+msgstr ""
+
+#: controllers/viewed.py:877
+msgid "Center"
+msgstr ""
+
+#: controllers/viewed.py:877
+msgid "Right"
+msgstr ""
+
+#: controllers/templates/about.mako:4
+msgid "About the OpenERP Web"
+msgstr ""
+
+#: controllers/templates/about.mako:27
+msgid "OpenERP Web"
+msgstr ""
+
+#: controllers/templates/about.mako:30
+msgid "Copyright &copy; 2006-TODAY OpenERP SA. All Rights Reserved."
+msgstr ""
+
+#: controllers/templates/about.mako:31
+msgid "OpenERP is a trademark of the OpenERP SA Company."
+msgstr ""
+
+#: controllers/templates/about.mako:33
+#, python-format
+msgid "%(ooweb)s is jointly developed by %(tiny)s and %(axelor)s."
+msgstr ""
+
+#: controllers/templates/about.mako:39
+#, python-format
+msgid "Licenced under the terms of %(license)s"
+msgstr ""
+
+#: controllers/templates/about.mako:42
+msgid "About OpenERP"
+msgstr ""
+
+#: controllers/templates/about.mako:44
+#, python-format
+msgid ""
+"%(openobject)s is a free enterprise-scale software system that is designed "
+"to boost\n"
+"                    productivity and profit through data integration. It "
+"connects, improves and\n"
+"                    manages business processes in areas such as sales, "
+"finance, supply chain,\n"
+"                    project management, production, services, CRM, etc..\n"
+"                    "
+msgstr ""
+
+#: controllers/templates/about.mako:51
+msgid ""
+"The system is platform-independent, and can be installed on Windows, Mac OS "
+"X,\n"
+"                    and various Linux and other Unix-based distributions. "
+"Its architecture enables\n"
+"                    new functionality to be rapidly created, modifications "
+"to be made to a\n"
+"                    production system and migration to a new version to be "
+"straightforward."
+msgstr ""
+
+#: controllers/templates/about.mako:57
+msgid ""
+"Depending on your needs, OpenERP is available through a web or application "
+"client."
+msgstr ""
+
+#: controllers/templates/database.mako:50 controllers/templates/login.mako:4
+#: controllers/templates/login.mako:67 controllers/templates/login_ajax.mako:85
+#: controllers/templates/login_ajax.mako:104
+msgid "Login"
+msgstr ""
+
+#: controllers/templates/database.mako:60
+msgid "Password"
+msgstr ""
+
+#: controllers/templates/error_page.mako:77
+#, python-format
+msgid "An %(error_type)s has been reported."
+msgstr ""
+
+#: controllers/templates/error_page.mako:79
+msgid "Let me fix it"
+msgstr ""
+
+#: controllers/templates/error_page.mako:85
+msgid "Fix it for me"
+msgstr ""
+
+#: controllers/templates/error_page.mako:90
+msgid "You do not have a valid OpenERP publisher warranty contract !"
+msgstr ""
+
+#: controllers/templates/error_page.mako:91
+msgid ""
+"If you are using OpenERP in production, it is recommended to have\n"
+"a publisher warranty program.\n"
+"\n"
+"The OpenERP publisher warranty contract provides you with bug fix guarantees "
+"and an\n"
+"automatic migration system so that we can start working on your problems "
+"within a few\n"
+"hours.\n"
+"\n"
+"With a publisher warranty contract, errors such as this one can be sent "
+"directly to the OpenERP\n"
+"team for review and evaluation.\n"
+"\n"
+"The publisher warranty program offers you:\n"
+"* Automatic migrations on new versions,\n"
+"* A bugfix guarantee,\n"
+"* Monthly announces of potential bugs and their fixes,\n"
+"* Security alerts by email and automatic migration,\n"
+"* Access to the customer portal.\n"
+msgstr ""
+
+#: controllers/templates/error_page.mako:113
+msgid ""
+"Your publisher warranty contract does not cover all modules installed in "
+"your system !\n"
+"If you are using OpenERP in production, it is highly suggested to upgrade "
+"your\n"
+"contract.\n"
+"\n"
+"If you have developed your own modules or installed third party module, we\n"
+"can provide you an additional publisher warranty contract for these modules. "
+"After\n"
+"having reviewed your modules, our quality team will ensure they will "
+"migrate\n"
+"automatically for all future stable versions of OpenERP at no extra cost.\n"
+"\n"
+"Here is the list of modules not covered by your publisher warranty contract:"
+msgstr ""
+
+#: controllers/templates/error_page.mako:135
+msgid "Publisher warranty contract."
+msgstr ""
+
+#: controllers/templates/error_page.mako:136
+msgid ""
+"Your request will be sent to OpenERP and publisher warranty team will reply "
+"you shortly."
+msgstr ""
+
+#: controllers/templates/error_page.mako:140
+msgid "Summary of the problem:"
+msgstr ""
+
+#: controllers/templates/error_page.mako:147
+msgid "Explain what you did:"
+msgstr ""
+
+#: controllers/templates/error_page.mako:156
+msgid "Other Comments:"
+msgstr ""
+
+#: controllers/templates/error_page.mako:168
+msgid "Send to Publisher Warranty Team"
+msgstr ""
+
+#: controllers/templates/error_page.mako:195
+msgid "Write concurrency warning :"
+msgstr ""
+
+#: controllers/templates/error_page.mako:200
+msgid ""
+"This document has been modified while you were editing it.\n"
+"Choose:\n"
+"\n"
+"    - \"Cancel\" to cancel saving.\n"
+"    - \"Write anyway\" to save your current version."
+msgstr ""
+
+#: controllers/templates/error_page.mako:214 controllers/templates/exp.mako:244
+#: controllers/templates/form.mako:140 controllers/templates/openo2m.mako:41
+#: controllers/templates/selection.mako:43
+#: controllers/templates/viewlist.mako:160
+#: controllers/templates/preferences/index.mako:38
+#: widgets/templates/listgrid/listgrid.mako:33
+msgid "Cancel"
+msgstr ""
+
+#: controllers/templates/error_page.mako:215
+msgid "Write Anyway"
+msgstr ""
+
+#: controllers/templates/exp.mako:151
+msgid "Export Data"
+msgstr ""
+
+#: controllers/templates/exp.mako:166
+msgid "Export Type:"
+msgstr ""
+
+#: controllers/templates/exp.mako:169
+msgid "Import Compatible Export"
+msgstr ""
+
+#: controllers/templates/exp.mako:172
+msgid "Export all Data"
+msgstr ""
+
+#: controllers/templates/exp.mako:183
+msgid "Available fields"
+msgstr ""
+
+#: controllers/templates/exp.mako:185
+msgid "Fields to export"
+msgstr ""
+
+#: controllers/templates/exp.mako:187
+msgid "Save fields list"
+msgstr ""
+
+#: controllers/templates/exp.mako:189
+msgid "Save as:"
+msgstr ""
+
+#: controllers/templates/exp.mako:191 controllers/templates/fieldpref.mako:102
+#: controllers/templates/selection.mako:45
+msgid "OK"
+msgstr ""
+
+#: controllers/templates/exp.mako:195
+msgid "Saved exports:"
+msgstr ""
+
+#: controllers/templates/exp.mako:204 controllers/templates/form.mako:135
+#: controllers/templates/image.mako:67 widgets/form/templates/one2many.mako:22
+#: widgets/templates/sidebar.mako:67
+#: widgets/templates/listgrid/listgrid.mako:105
+#: widgets/templates/listgrid/listgrid.mako:109
+#: widgets/templates/listgrid/listgrid.mako:173
+#: widgets/templates/listgrid/listgrid.mako:178
+#: widgets/templates/listgrid/listgroup.mako:131
+#: widgets/templates/listgrid/multiple_group.mako:81
+msgid "Delete"
+msgstr ""
+
+#: controllers/templates/exp.mako:217 widgets/templates/sidebar.mako:56
+#: widgets/templates/listgrid/listgrid.mako:135
+msgid "Add"
+msgstr ""
+
+#: controllers/templates/exp.mako:222 controllers/templates/viewlist.mako:125
+msgid "Remove"
+msgstr ""
+
+#: controllers/templates/exp.mako:227
+msgid "Remove All"
+msgstr ""
+
+#: controllers/templates/exp.mako:245
+msgid "Export to File"
+msgstr ""
+
+#: controllers/templates/fieldpref.mako:4
+#: controllers/templates/fieldpref.mako:29
+msgid "Field Preferences"
+msgstr ""
+
+#: controllers/templates/fieldpref.mako:39
+msgid "Field Name:"
+msgstr ""
+
+#: controllers/templates/fieldpref.mako:43
+msgid "Domain:"
+msgstr ""
+
+#: controllers/templates/fieldpref.mako:47
+msgid "Default Value:"
+msgstr ""
+
+#: controllers/templates/fieldpref.mako:57
+msgid "Value applicable for:"
+msgstr ""
+
+#: controllers/templates/fieldpref.mako:63
+msgid "Only for you"
+msgstr ""
+
+#: controllers/templates/fieldpref.mako:67
+msgid "For all"
+msgstr ""
+
+#: controllers/templates/fieldpref.mako:76
+msgid "Value applicable if:"
+msgstr ""
+
+#: controllers/templates/fieldpref.mako:79
+msgid "Always applicable!"
+msgstr ""
+
+#: controllers/templates/fieldpref.mako:99 controllers/templates/image.mako:70
+#: controllers/templates/imp.mako:205 controllers/templates/index.mako:198
+#: controllers/templates/openm2.mako:52
+#: controllers/templates/save_filter.mako:42
+#: controllers/templates/search.mako:129
+#: controllers/templates/translator.mako:41
+#: controllers/templates/translator.mako:108
+#: controllers/templates/viewed.mako:37
+#: controllers/templates/viewed_new.mako:49
+#: controllers/templates/viewed_new_model.mako:42
+#: controllers/templates/viewed_preview.mako:28
+#: controllers/templates/viewlist.mako:129 widgets/templates/sidebar.mako:67
+#: widgets/templates/viewform.mako:37
+msgid "Close"
+msgstr ""
+
+#: controllers/templates/footer.mako:3
+#, python-format
+msgid "&copy; 2008-2010 %(ooweb)s  SA. All Rights Reserved "
+msgstr ""
+
+#: controllers/templates/footer.mako:6
+msgid "Significant contributions to the web client have been made by"
+msgstr ""
+
+#: controllers/templates/form.mako:63
+msgid "Disable all Tips"
+msgstr ""
+
+#: controllers/templates/form.mako:64
+msgid "Hide this Tip"
+msgstr ""
+
+#: controllers/templates/form.mako:82
+msgid "Add / Remove Shortcut..."
+msgstr ""
+
+#: controllers/templates/form.mako:86
+#, python-format
+msgid "Search: %s"
+msgstr ""
+
+#: controllers/templates/form.mako:93
+msgid "Corporate Intelligence..."
+msgstr ""
+
+#: controllers/templates/form.mako:99
+msgid "Show Logs..."
+msgstr ""
+
+#: controllers/templates/form.mako:111
+msgid "Create a new resource"
+msgstr ""
+
+#: controllers/templates/form.mako:112 controllers/templates/search.mako:128
+#: controllers/templates/viewed_new_model.mako:36
+#: controllers/templates/viewlist.mako:119 widgets/form/_o2m.py:73
+#: widgets/form/templates/one2many.mako:20
+#: widgets/templates/listgrid/listgrid.mako:140
+#: widgets/templates/listgrid/listgrid.mako:144
+#: widgets/templates/listgrid/listgroup.mako:20
+msgid "New"
+msgstr ""
+
+#: controllers/templates/form.mako:116
+msgid "Edit this resource"
+msgstr ""
+
+#: controllers/templates/form.mako:117 controllers/templates/viewlist.mako:122
+#: widgets/templates/listgrid/listgrid.mako:75
+#: widgets/templates/listgrid/listgrid.mako:79
+#: widgets/templates/listgrid/listgroup.mako:112
+#: widgets/templates/listgrid/multiple_group.mako:63
+msgid "Edit"
+msgstr ""
+
+#: controllers/templates/form.mako:121
+msgid "Save this resource"
+msgstr ""
+
+#: controllers/templates/form.mako:122 controllers/templates/image.mako:65
+#: controllers/templates/openm2.mako:48
+#: controllers/templates/save_filter.mako:41
+#: controllers/templates/translator.mako:39
+#: controllers/templates/translator.mako:106
+#: controllers/templates/viewed_new.mako:46
+#: controllers/templates/viewed_new_model.mako:39
+#: controllers/templates/viewlist.mako:157
+#: controllers/templates/preferences/index.mako:39
+msgid "Save"
+msgstr ""
+
+#: controllers/templates/form.mako:124
+msgid "Save & Edit this resource"
+msgstr ""
+
+#: controllers/templates/form.mako:125
+msgid "Save & Edit"
+msgstr ""
+
+#: controllers/templates/form.mako:129
+msgid "Duplicate this resource"
+msgstr ""
+
+#: controllers/templates/form.mako:130
+msgid "Duplicate"
+msgstr ""
+
+#: controllers/templates/form.mako:134
+msgid "Delete this resource"
+msgstr ""
+
+#: controllers/templates/form.mako:139
+msgid "Cancel editing the current resource"
+msgstr ""
+
+#: controllers/templates/form.mako:144
+msgid "Create new node"
+msgstr ""
+
+#: controllers/templates/form.mako:145
+msgid "New Node"
+msgstr ""
+
+#: controllers/templates/form.mako:149
+msgid "Show grid in workflow canvas"
+msgstr ""
+
+#: controllers/templates/form.mako:150
+msgid "Show grid"
+msgstr ""
+
+#: controllers/templates/header.mako:33
+#, python-format
+msgid "%(company)s"
+msgstr ""
+
+#: controllers/templates/header.mako:34 controllers/templates/index.mako:218
+#, python-format
+msgid "%(user)s"
+msgstr ""
+
+#: controllers/templates/header.mako:45 controllers/templates/header.mako:47
+msgid "Home"
+msgstr ""
+
+#: controllers/templates/header.mako:53
+msgid "Requests"
+msgstr ""
+
+#: controllers/templates/header.mako:62
+msgid "Edit Preferences"
+msgstr ""
+
+#: controllers/templates/header.mako:66 controllers/templates/header.mako:69
+msgid "About"
+msgstr ""
+
+#: controllers/templates/header.mako:73 controllers/templates/header.mako:75
+msgid "Help"
+msgstr ""
+
+#: controllers/templates/header.mako:81 controllers/templates/header.mako:84
+msgid "Clear Cache"
+msgstr ""
+
+#: controllers/templates/header.mako:89
+msgid "Logout"
+msgstr ""
+
+#: controllers/templates/image.mako:4 controllers/templates/image.mako:39
+msgid "Image"
+msgstr ""
+
+#: controllers/templates/image.mako:55
+msgid "Add Resource:"
+msgstr ""
+
+#: controllers/templates/image.mako:66 widgets/form/templates/binary.mako:28
+msgid "Save As"
+msgstr ""
+
+#: controllers/templates/imp.mako:80
+msgid "Import Data"
+msgstr ""
+
+#: controllers/templates/imp.mako:90
+msgid "1. Import a .CSV file"
+msgstr ""
+
+#: controllers/templates/imp.mako:106
+msgid "CSV File:"
+msgstr ""
+
+#: controllers/templates/imp.mako:124
+msgid "2. Check your file format"
+msgstr ""
+
+#: controllers/templates/imp.mako:131
+#, python-format
+msgid "The import failed due to: %(message)s"
+msgstr ""
+
+#: controllers/templates/imp.mako:133
+msgid "Here is a preview of the file we could not import:"
+msgstr ""
+
+#: controllers/templates/imp.mako:158
+msgid "CSV Options"
+msgstr ""
+
+#: controllers/templates/imp.mako:161
+msgid "Separator:"
+msgstr ""
+
+#: controllers/templates/imp.mako:163
+msgid "Delimiter:"
+msgstr ""
+
+#: controllers/templates/imp.mako:167
+msgid "Encoding:"
+msgstr ""
+
+#: controllers/templates/imp.mako:174
+msgid "Lines to skip:"
+msgstr ""
+
+#: controllers/templates/imp.mako:188
+msgid "3. File imported"
+msgstr ""
+
+#: controllers/templates/imp.mako:206
+msgid "Import File"
+msgstr ""
+
+#: controllers/templates/index.mako:164
+msgid "System Logs"
+msgstr ""
+
+#: controllers/templates/index.mako:189
+msgid "More"
+msgstr ""
+
+#: controllers/templates/index.mako:190
+msgid "Widgets"
+msgstr ""
+
+#: controllers/templates/index.mako:221 controllers/templates/index.mako:226
+#, python-format
+msgid "Powered by %(openerp)s "
+msgstr ""
+
+#: controllers/templates/login.mako:53 controllers/templates/login_ajax.mako:72
+#: controllers/templates/login_ajax.mako:94
+msgid "User:"
+msgstr ""
+
+#: controllers/templates/login.mako:64
+msgid "Databases"
+msgstr ""
+
+#: controllers/templates/login.mako:84
+msgid "Top Contributor:"
+msgstr ""
+
+#: controllers/templates/login.mako:94
+msgid ""
+"We think that daily job activities can be more intuitive, efficient, "
+"automated, .. and even fun."
+msgstr ""
+
+#: controllers/templates/login.mako:95
+msgid "OpenERP's vision to be:"
+msgstr ""
+
+#: controllers/templates/login.mako:103
+msgid "Full featured"
+msgstr ""
+
+#: controllers/templates/login.mako:104
+msgid ""
+"Today's enterprise challenges are multiple. We provide one module for each "
+"need."
+msgstr ""
+
+#: controllers/templates/login.mako:112
+msgid "Open Source"
+msgstr ""
+
+#: controllers/templates/login.mako:113
+msgid ""
+"To Build a great product, we rely on the knowledge of thousands of "
+"contributors."
+msgstr ""
+
+#: controllers/templates/login.mako:121
+msgid "User Friendly"
+msgstr ""
+
+#: controllers/templates/login.mako:122
+msgid ""
+"In order to be productive, people need clean and easy to use interface."
+msgstr ""
+
+#: controllers/templates/modules.mako:4
+msgid "Module Management"
+msgstr ""
+
+#: controllers/templates/modules.mako:17
+msgid "Web Modules"
+msgstr ""
+
+#: controllers/templates/openo2m.mako:34
+msgid "Save & Close"
+msgstr ""
+
+#: controllers/templates/openo2m.mako:37
+msgid "Save & New"
+msgstr ""
+
+#: controllers/templates/save_filter.mako:18
+msgid "Save as Filter"
+msgstr ""
+
+#: controllers/templates/save_filter.mako:30
+msgid "Filter Name"
+msgstr ""
+
+#: controllers/templates/search.mako:110
+#, python-format
+msgid "Search %(name)s"
+msgstr ""
+
+#: controllers/templates/search.mako:125 widgets/form/templates/datetime.mako:8
+msgid "Select"
+msgstr ""
+
+#: controllers/templates/search.mako:127 widgets/_views.py:83
+#: widgets/form/templates/many2one.mako:22
+#: widgets/form/templates/reference.mako:27 widgets/templates/viewform.mako:26
+msgid "Search"
+msgstr ""
+
+#: controllers/templates/search.mako:143
+#, python-format
+msgid "No record found : '%(searched_string)s'."
+msgstr ""
+
+#: controllers/templates/selection.mako:4
+msgid "Select action"
+msgstr ""
+
+#: controllers/templates/selection.mako:23
+msgid "Select your action"
+msgstr ""
+
+#: controllers/templates/server_log.mako:4
+msgid "Server Actions..."
+msgstr ""
+
+#: controllers/templates/server_log.mako:14
+msgid "Server Actions"
+msgstr ""
+
+#: controllers/templates/translator.mako:4
+msgid "Add Translations"
+msgstr ""
+
+#: controllers/templates/translator.mako:17
+msgid "Add Translation"
+msgstr ""
+
+#: controllers/templates/translator.mako:27
+msgid "Add Translation for:"
+msgstr ""
+
+#: controllers/templates/translator.mako:31
+msgid "Fields"
+msgstr ""
+
+#: controllers/templates/translator.mako:32
+msgid "Labels"
+msgstr ""
+
+#: controllers/templates/translator.mako:33
+msgid "Relates"
+msgstr ""
+
+#: controllers/templates/translator.mako:34
+msgid "View"
+msgstr ""
+
+#: controllers/templates/translator.mako:53
+msgid "Field"
+msgstr ""
+
+#: controllers/templates/view_log.mako:4 controllers/templates/view_log.mako:12
+#: utils/common.py:47
+msgid "Information"
+msgstr ""
+
+#: controllers/templates/viewed.mako:17
+#, python-format
+msgid "View Editor %s - %s"
+msgstr ""
+
+#: controllers/templates/viewed.mako:31
+msgid "Create a new inherited view"
+msgstr ""
+
+#: controllers/templates/viewed.mako:31
+msgid "Inherited View"
+msgstr ""
+
+#: controllers/templates/viewed.mako:34
+msgid "Preview"
+msgstr ""
+
+#: controllers/templates/viewed_add.mako:6
+msgid "Node Type:"
+msgstr ""
+
+#: controllers/templates/viewed_add.mako:23
+msgid "New Field"
+msgstr ""
+
+#: controllers/templates/viewed_add.mako:27
+msgid "Position:"
+msgstr ""
+
+#: controllers/templates/viewlist.mako:4
+#: controllers/templates/viewlist.mako:108
+#, python-format
+msgid "Manage Views (%s)"
+msgstr ""
+
+#: controllers/templates/viewlist.mako:146
+#, python-format
+msgid "Create a view (%s)"
+msgstr ""
+
+#: controllers/templates/viewlist.mako:174
+msgid "View Name:"
+msgstr ""
+
+#: controllers/templates/viewlist.mako:178
+msgid "View Type:"
+msgstr ""
+
+#: controllers/templates/viewlist.mako:189
+msgid "Priority:"
+msgstr ""
+
+#: utils/common.py:37 utils/common.py:66
+msgid "Error"
+msgstr ""
+
+#: utils/common.py:42 utils/common.py:69
+msgid "Warning"
+msgstr ""
+
+#: utils/rpc.py:131
+msgid "Access Denied"
+msgstr ""
+
+#: utils/rpc.py:238
+msgid "Unsupported protocol."
+msgstr ""
+
+#: utils/rpc.py:342
+msgid ""
+"You select a timezone but OpenERP could not find pytz library!\n"
+"The timezone functionality will be disable."
+msgstr ""
+
+#: utils/rpc.py:355
+msgid "Not logged..."
+msgstr ""
+
+#: utils/rpc.py:355
+msgid "Authorization Error"
+msgstr ""
+
+#: utils/rpc.py:437
+msgid "== Access Denied =="
+msgstr ""
+
+#: widgets/_views.py:52
+msgid "Form"
+msgstr ""
+
+#: widgets/_views.py:53
+msgid "Form view..."
+msgstr ""
+
+#: widgets/_views.py:84
+msgid "Search view..."
+msgstr ""
+
+#: widgets/listgrid.py:289
+msgid "Wrong on_change trigger"
+msgstr ""
+
+#: widgets/listgrid.py:353 widgets/form/_form.py:904
+#, python-format
+msgid "Invalid view, duplicate field: %s"
+msgstr ""
+
+#: widgets/pager.py:56
+#, python-format
+msgid "%s"
+msgstr ""
+
+#: widgets/pager.py:68
+#, python-format
+msgid "%s - %s"
+msgstr ""
+
+#: widgets/search.py:282
+msgid "contains"
+msgstr ""
+
+#: widgets/search.py:282
+msgid "doesn't contain"
+msgstr ""
+
+#: widgets/search.py:283
+msgid "is equal to"
+msgstr ""
+
+#: widgets/search.py:283
+msgid "is not equal to"
+msgstr ""
+
+#: widgets/search.py:284
+msgid "greater than"
+msgstr ""
+
+#: widgets/search.py:284
+msgid "less than"
+msgstr ""
+
+#: widgets/search.py:285
+msgid "in"
+msgstr ""
+
+#: widgets/search.py:285
+msgid "not in"
+msgstr ""
+
+#: widgets/search.py:392
+msgid "Yes"
+msgstr ""
+
+#: widgets/search.py:392
+msgid "No"
+msgstr ""
+
+#: widgets/form/_action.py:46
+msgid "Action not found!"
+msgstr ""
+
+#: widgets/form/_o2m.py:73 widgets/templates/listgrid/listgrid.mako:138
+#: widgets/templates/listgrid/listgrid.mako:144
+#: widgets/templates/listgrid/listgroup.mako:20
+msgid "Create new record."
+msgstr ""
+
+#: widgets/form/_o2m.py:86
+msgid "Save/New"
+msgstr ""
+
+#: widgets/form/_o2m.py:86
+msgid "Save parent record."
+msgstr ""
+
+#: widgets/form/_o2m.py:216
+#, python-format
+msgid "%d of %d"
+msgstr ""
+
+#: widgets/form/_o2m.py:218
+#, python-format
+msgid "- of %d"
+msgstr ""
+
+#: widgets/form/templates/binary.mako:31
+msgid "add attachment"
+msgstr ""
+
+#: widgets/form/templates/image.mako:7 widgets/form/templates/image.mako:39
+msgid "Click here to add new image."
+msgstr ""
+
+#: widgets/form/templates/many2one.mako:2
+#: widgets/form/templates/reference.mako:30
+msgid "Open"
+msgstr ""
+
+#: widgets/form/templates/many2one.mako:2
+#: widgets/form/templates/reference.mako:30
+msgid "Open a resource"
+msgstr ""
+
+#: widgets/form/templates/one2many.mako:20
+msgid "Create new record..."
+msgstr ""
+
+#: widgets/form/templates/one2many.mako:22
+msgid "Delete record..."
+msgstr ""
+
+#: widgets/form/templates/one2many.mako:28
+msgid "Translate me."
+msgstr ""
+
+#: widgets/form/templates/one2many.mako:47
+msgid "Previous record..."
+msgstr ""
+
+#: widgets/form/templates/one2many.mako:49
+msgid "Next record..."
+msgstr ""
+
+#: widgets/templates/logs.mako:22
+msgid "More..."
+msgstr ""
+
+#: widgets/templates/logs.mako:35
+msgid "Less..."
+msgstr ""
+
+#: widgets/templates/pager.mako:9
+msgid "<< First"
+msgstr ""
+
+#: widgets/templates/pager.mako:14
+msgid "< Previous"
+msgstr ""
+
+#: widgets/templates/pager.mako:19
+msgid "of"
+msgstr ""
+
+#: widgets/templates/pager.mako:24
+msgid "Next >"
+msgstr ""
+
+#: widgets/templates/pager.mako:29
+msgid "Last >>"
+msgstr ""
+
+#: widgets/templates/pager.mako:37
+msgid "Change Limit:"
+msgstr ""
+
+#: widgets/templates/sidebar.mako:37
+msgid "Reports"
+msgstr ""
+
+#: widgets/templates/sidebar.mako:41 widgets/templates/viewform.mako:51
+msgid "Actions"
+msgstr ""
+
+#: widgets/templates/sidebar.mako:45
+msgid "Links"
+msgstr ""
+
+#: widgets/templates/sidebar.mako:49
+msgid "Submenu"
+msgstr ""
+
+#: widgets/templates/sidebar.mako:54
+msgid "Attachments"
+msgstr ""
+
+#: widgets/templates/sidebar.mako:74
+msgid "File"
+msgstr ""
+
+#: widgets/templates/sidebar.mako:83
+msgid "Customize"
+msgstr ""
+
+#: widgets/templates/sidebar.mako:87
+msgid "Manage views of the current object"
+msgstr ""
+
+#: widgets/templates/sidebar.mako:89
+msgid "Manage Views"
+msgstr ""
+
+#: widgets/templates/sidebar.mako:93
+msgid "Edit workflow of the current object"
+msgstr ""
+
+#: widgets/templates/sidebar.mako:94
+msgid "Edit Workflow"
+msgstr ""
+
+#: widgets/templates/sidebar.mako:98
+msgid "Customize current object or create a new object"
+msgstr ""
+
+#: widgets/templates/sidebar.mako:100
+msgid "Customize Object"
+msgstr ""
+
+#: widgets/templates/sidebar.mako:106
+msgid "Other Options"
+msgstr ""
+
+#: widgets/templates/sidebar.mako:111
+msgid "Import"
+msgstr ""
+
+#: widgets/templates/sidebar.mako:114
+msgid "Export"
+msgstr ""
+
+#: widgets/templates/sidebar.mako:118
+msgid "Translate"
+msgstr ""
+
+#: widgets/templates/sidebar.mako:123
+msgid "View Log"
+msgstr ""
+
+#: widgets/templates/viewform.mako:25
+msgid "Filter records."
+msgstr ""
+
+#: widgets/templates/viewform.mako:33
+msgid "Clear all."
+msgstr ""
+
+#: widgets/templates/viewform.mako:35
+msgid "Clear"
+msgstr ""
+
+#: widgets/templates/viewform.mako:43
+msgid "Filters"
+msgstr ""
+
+#: widgets/templates/viewform.mako:45
+msgid "Saved Filters"
+msgstr ""
+
+#: widgets/templates/viewform.mako:52
+msgid "New Filter"
+msgstr ""
+
+#: widgets/templates/viewform.mako:53
+msgid "Save Filter"
+msgstr ""
+
+#: widgets/templates/viewform.mako:54
+msgid "Manage Filters"
+msgstr ""
+
+#: widgets/templates/listgrid/listgrid.mako:19
+msgid "Update"
+msgstr ""
+
+#: widgets/templates/listgrid/listgrid.mako:134
+msgid "Add records..."
+msgstr ""
+
+#: widgets/templates/listgrid/listgrid.mako:172
+#: widgets/templates/listgrid/listgrid.mako:176
+msgid "Delete record(s)."
+msgstr ""

=== modified file 'addons/openerp/po/messages/fr.po'
--- addons/openerp/po/messages/fr.po	2011-03-11 04:48:47 +0000
+++ addons/openerp/po/messages/fr.po	2011-03-15 13:37:09 +0000
@@ -14,8 +14,13 @@
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=utf-8\n"
 "Content-Transfer-Encoding: 8bit\n"
+<<<<<<< TREE
 "X-Launchpad-Export-Date: 2011-03-11 04:47+0000\n"
 "X-Generator: Launchpad (build 12559)\n"
+=======
+"X-Launchpad-Export-Date: 2011-03-12 06:14+0000\n"
+"X-Generator: Launchpad (build 12559)\n"
+>>>>>>> MERGE-SOURCE
 "Generated-By: Babel None\n"
 
 #: validators.py:75

=== modified file 'addons/openerp/po/messages/gl.po'
--- addons/openerp/po/messages/gl.po	2011-03-11 04:48:47 +0000
+++ addons/openerp/po/messages/gl.po	2011-03-15 13:37:09 +0000
@@ -14,8 +14,13 @@
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
+<<<<<<< TREE
 "X-Launchpad-Export-Date: 2011-03-11 04:47+0000\n"
 "X-Generator: Launchpad (build 12559)\n"
+=======
+"X-Launchpad-Export-Date: 2011-03-12 06:14+0000\n"
+"X-Generator: Launchpad (build 12559)\n"
+>>>>>>> MERGE-SOURCE
 
 #: validators.py:75
 msgid "Invalid literal for float"

=== modified file 'addons/openerp/po/messages/he.po'
--- addons/openerp/po/messages/he.po	2011-03-11 04:48:47 +0000
+++ addons/openerp/po/messages/he.po	2011-03-15 13:37:09 +0000
@@ -14,8 +14,13 @@
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
+<<<<<<< TREE
 "X-Launchpad-Export-Date: 2011-03-11 04:47+0000\n"
 "X-Generator: Launchpad (build 12559)\n"
+=======
+"X-Launchpad-Export-Date: 2011-03-12 06:14+0000\n"
+"X-Generator: Launchpad (build 12559)\n"
+>>>>>>> MERGE-SOURCE
 
 #: validators.py:75
 msgid "Invalid literal for float"

=== modified file 'addons/openerp/po/messages/hr.po'
--- addons/openerp/po/messages/hr.po	2011-03-11 04:48:47 +0000
+++ addons/openerp/po/messages/hr.po	2011-03-15 13:37:09 +0000
@@ -14,8 +14,13 @@
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
+<<<<<<< TREE
 "X-Launchpad-Export-Date: 2011-03-11 04:47+0000\n"
 "X-Generator: Launchpad (build 12559)\n"
+=======
+"X-Launchpad-Export-Date: 2011-03-12 06:14+0000\n"
+"X-Generator: Launchpad (build 12559)\n"
+>>>>>>> MERGE-SOURCE
 
 #: validators.py:75
 msgid "Invalid literal for float"

=== modified file 'addons/openerp/po/messages/hu.po'
--- addons/openerp/po/messages/hu.po	2011-03-11 04:48:47 +0000
+++ addons/openerp/po/messages/hu.po	2011-03-15 13:37:09 +0000
@@ -14,8 +14,13 @@
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
+<<<<<<< TREE
 "X-Launchpad-Export-Date: 2011-03-11 04:47+0000\n"
 "X-Generator: Launchpad (build 12559)\n"
+=======
+"X-Launchpad-Export-Date: 2011-03-12 06:14+0000\n"
+"X-Generator: Launchpad (build 12559)\n"
+>>>>>>> MERGE-SOURCE
 
 #: validators.py:75
 msgid "Invalid literal for float"

=== modified file 'addons/openerp/po/messages/it.po'
--- addons/openerp/po/messages/it.po	2011-03-11 04:48:47 +0000
+++ addons/openerp/po/messages/it.po	2011-03-15 13:37:09 +0000
@@ -15,8 +15,13 @@
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=utf-8\n"
 "Content-Transfer-Encoding: 8bit\n"
+<<<<<<< TREE
 "X-Launchpad-Export-Date: 2011-03-11 04:47+0000\n"
 "X-Generator: Launchpad (build 12559)\n"
+=======
+"X-Launchpad-Export-Date: 2011-03-12 06:14+0000\n"
+"X-Generator: Launchpad (build 12559)\n"
+>>>>>>> MERGE-SOURCE
 "Generated-By: Babel None\n"
 
 #: validators.py:75

=== modified file 'addons/openerp/po/messages/lt.po'
--- addons/openerp/po/messages/lt.po	2011-03-11 04:48:47 +0000
+++ addons/openerp/po/messages/lt.po	2011-03-15 13:37:09 +0000
@@ -14,8 +14,13 @@
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
+<<<<<<< TREE
 "X-Launchpad-Export-Date: 2011-03-11 04:47+0000\n"
 "X-Generator: Launchpad (build 12559)\n"
+=======
+"X-Launchpad-Export-Date: 2011-03-12 06:14+0000\n"
+"X-Generator: Launchpad (build 12559)\n"
+>>>>>>> MERGE-SOURCE
 
 #: validators.py:75
 msgid "Invalid literal for float"

=== modified file 'addons/openerp/po/messages/lv.po'
--- addons/openerp/po/messages/lv.po	2011-03-11 04:48:47 +0000
+++ addons/openerp/po/messages/lv.po	2011-03-15 13:37:09 +0000
@@ -14,8 +14,13 @@
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
+<<<<<<< TREE
 "X-Launchpad-Export-Date: 2011-03-11 04:47+0000\n"
 "X-Generator: Launchpad (build 12559)\n"
+=======
+"X-Launchpad-Export-Date: 2011-03-12 06:14+0000\n"
+"X-Generator: Launchpad (build 12559)\n"
+>>>>>>> MERGE-SOURCE
 
 #: validators.py:75
 msgid "Invalid literal for float"

=== modified file 'addons/openerp/po/messages/mn.po'
--- addons/openerp/po/messages/mn.po	2011-03-11 04:48:47 +0000
+++ addons/openerp/po/messages/mn.po	2011-03-15 13:37:09 +0000
@@ -14,8 +14,13 @@
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=utf-8\n"
 "Content-Transfer-Encoding: 8bit\n"
+<<<<<<< TREE
 "X-Launchpad-Export-Date: 2011-03-11 04:47+0000\n"
 "X-Generator: Launchpad (build 12559)\n"
+=======
+"X-Launchpad-Export-Date: 2011-03-12 06:14+0000\n"
+"X-Generator: Launchpad (build 12559)\n"
+>>>>>>> MERGE-SOURCE
 "Generated-By: Babel None\n"
 
 #: validators.py:75

=== modified file 'addons/openerp/po/messages/nl.po'
--- addons/openerp/po/messages/nl.po	2011-03-11 04:48:47 +0000
+++ addons/openerp/po/messages/nl.po	2011-03-15 13:37:09 +0000
@@ -14,8 +14,13 @@
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=utf-8\n"
 "Content-Transfer-Encoding: 8bit\n"
+<<<<<<< TREE
 "X-Launchpad-Export-Date: 2011-03-11 04:47+0000\n"
 "X-Generator: Launchpad (build 12559)\n"
+=======
+"X-Launchpad-Export-Date: 2011-03-12 06:14+0000\n"
+"X-Generator: Launchpad (build 12559)\n"
+>>>>>>> MERGE-SOURCE
 "Generated-By: Babel None\n"
 
 #: validators.py:75

=== modified file 'addons/openerp/po/messages/pl.po'
--- addons/openerp/po/messages/pl.po	2011-03-11 04:48:47 +0000
+++ addons/openerp/po/messages/pl.po	2011-03-15 13:37:09 +0000
@@ -14,8 +14,13 @@
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=utf-8\n"
 "Content-Transfer-Encoding: 8bit\n"
+<<<<<<< TREE
 "X-Launchpad-Export-Date: 2011-03-11 04:47+0000\n"
 "X-Generator: Launchpad (build 12559)\n"
+=======
+"X-Launchpad-Export-Date: 2011-03-12 06:14+0000\n"
+"X-Generator: Launchpad (build 12559)\n"
+>>>>>>> MERGE-SOURCE
 "Generated-By: Babel None\n"
 
 #: validators.py:75

=== modified file 'addons/openerp/po/messages/pt.po'
--- addons/openerp/po/messages/pt.po	2011-03-11 04:48:47 +0000
+++ addons/openerp/po/messages/pt.po	2011-03-15 13:37:09 +0000
@@ -14,8 +14,13 @@
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
+<<<<<<< TREE
 "X-Launchpad-Export-Date: 2011-03-11 04:47+0000\n"
 "X-Generator: Launchpad (build 12559)\n"
+=======
+"X-Launchpad-Export-Date: 2011-03-12 06:14+0000\n"
+"X-Generator: Launchpad (build 12559)\n"
+>>>>>>> MERGE-SOURCE
 
 #: validators.py:75
 msgid "Invalid literal for float"

=== modified file 'addons/openerp/po/messages/pt_BR.po'
--- addons/openerp/po/messages/pt_BR.po	2011-03-11 04:48:47 +0000
+++ addons/openerp/po/messages/pt_BR.po	2011-03-15 13:37:09 +0000
@@ -14,8 +14,13 @@
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=utf-8\n"
 "Content-Transfer-Encoding: 8bit\n"
+<<<<<<< TREE
 "X-Launchpad-Export-Date: 2011-03-11 04:48+0000\n"
 "X-Generator: Launchpad (build 12559)\n"
+=======
+"X-Launchpad-Export-Date: 2011-03-12 06:14+0000\n"
+"X-Generator: Launchpad (build 12559)\n"
+>>>>>>> MERGE-SOURCE
 "Generated-By: Babel None\n"
 
 #: validators.py:75

=== modified file 'addons/openerp/po/messages/ru.po'
--- addons/openerp/po/messages/ru.po	2011-03-11 04:48:47 +0000
+++ addons/openerp/po/messages/ru.po	2011-03-15 13:37:09 +0000
@@ -14,8 +14,13 @@
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
+<<<<<<< TREE
 "X-Launchpad-Export-Date: 2011-03-11 04:47+0000\n"
 "X-Generator: Launchpad (build 12559)\n"
+=======
+"X-Launchpad-Export-Date: 2011-03-12 06:14+0000\n"
+"X-Generator: Launchpad (build 12559)\n"
+>>>>>>> MERGE-SOURCE
 
 #: validators.py:75
 msgid "Invalid literal for float"

=== modified file 'addons/openerp/po/messages/sk.po'
--- addons/openerp/po/messages/sk.po	2011-03-11 04:48:47 +0000
+++ addons/openerp/po/messages/sk.po	2011-03-15 13:37:09 +0000
@@ -14,8 +14,13 @@
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
+<<<<<<< TREE
 "X-Launchpad-Export-Date: 2011-03-11 04:48+0000\n"
 "X-Generator: Launchpad (build 12559)\n"
+=======
+"X-Launchpad-Export-Date: 2011-03-12 06:14+0000\n"
+"X-Generator: Launchpad (build 12559)\n"
+>>>>>>> MERGE-SOURCE
 
 #: validators.py:75
 msgid "Invalid literal for float"

=== modified file 'addons/openerp/po/messages/sr.po'
--- addons/openerp/po/messages/sr.po	2011-03-11 04:48:47 +0000
+++ addons/openerp/po/messages/sr.po	2011-03-15 13:37:09 +0000
@@ -14,8 +14,13 @@
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=utf-8\n"
 "Content-Transfer-Encoding: 8bit\n"
+<<<<<<< TREE
 "X-Launchpad-Export-Date: 2011-03-11 04:47+0000\n"
 "X-Generator: Launchpad (build 12559)\n"
+=======
+"X-Launchpad-Export-Date: 2011-03-12 06:14+0000\n"
+"X-Generator: Launchpad (build 12559)\n"
+>>>>>>> MERGE-SOURCE
 "Generated-By: Babel None\n"
 
 #: validators.py:75

=== modified file 'addons/openerp/po/messages/sr@xxxxxxxx'
--- addons/openerp/po/messages/sr@xxxxxxxx	2011-03-11 04:48:47 +0000
+++ addons/openerp/po/messages/sr@xxxxxxxx	2011-03-15 13:37:09 +0000
@@ -14,8 +14,13 @@
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
+<<<<<<< TREE
 "X-Launchpad-Export-Date: 2011-03-11 04:48+0000\n"
 "X-Generator: Launchpad (build 12559)\n"
+=======
+"X-Launchpad-Export-Date: 2011-03-12 06:15+0000\n"
+"X-Generator: Launchpad (build 12559)\n"
+>>>>>>> MERGE-SOURCE
 
 #: validators.py:75
 msgid "Invalid literal for float"

=== modified file 'addons/openerp/po/messages/sv.po'
--- addons/openerp/po/messages/sv.po	2011-03-11 04:48:47 +0000
+++ addons/openerp/po/messages/sv.po	2011-03-15 13:37:09 +0000
@@ -14,8 +14,13 @@
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=utf-8\n"
 "Content-Transfer-Encoding: 8bit\n"
+<<<<<<< TREE
 "X-Launchpad-Export-Date: 2011-03-11 04:48+0000\n"
 "X-Generator: Launchpad (build 12559)\n"
+=======
+"X-Launchpad-Export-Date: 2011-03-12 06:14+0000\n"
+"X-Generator: Launchpad (build 12559)\n"
+>>>>>>> MERGE-SOURCE
 "Generated-By: Babel None\n"
 
 #: validators.py:75

=== modified file 'addons/openerp/po/messages/tr.po'
--- addons/openerp/po/messages/tr.po	2011-03-11 04:48:47 +0000
+++ addons/openerp/po/messages/tr.po	2011-03-15 13:37:09 +0000
@@ -14,8 +14,13 @@
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
+<<<<<<< TREE
 "X-Launchpad-Export-Date: 2011-03-11 04:48+0000\n"
 "X-Generator: Launchpad (build 12559)\n"
+=======
+"X-Launchpad-Export-Date: 2011-03-12 06:14+0000\n"
+"X-Generator: Launchpad (build 12559)\n"
+>>>>>>> MERGE-SOURCE
 
 #: validators.py:75
 msgid "Invalid literal for float"

=== added file 'addons/openerp/po/messages/uk.po.OTHER'
--- addons/openerp/po/messages/uk.po.OTHER	1970-01-01 00:00:00 +0000
+++ addons/openerp/po/messages/uk.po.OTHER	2011-03-15 13:37:09 +0000
@@ -0,0 +1,1637 @@
+# Ukrainian translation for openobject-client-web
+# Copyright (c) 2011 Rosetta Contributors and Canonical Ltd 2011
+# This file is distributed under the same license as the openobject-client-web package.
+# FIRST AUTHOR <EMAIL@ADDRESS>, 2011.
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: openobject-client-web\n"
+"Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n"
+"POT-Creation-Date: 2011-01-17 13:09+0100\n"
+"PO-Revision-Date: 2011-02-28 12:02+0000\n"
+"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
+"Language-Team: Ukrainian <uk@xxxxxx>\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"X-Launchpad-Export-Date: 2011-03-12 06:14+0000\n"
+"X-Generator: Launchpad (build 12559)\n"
+
+#: validators.py:75
+msgid "Invalid literal for float"
+msgstr "Невірний літерал для дробового числа"
+
+#: validators.py:114 validators.py:119 validators.py:262
+msgid "Invalid datetime format"
+msgstr "Невірний формат дати та часу"
+
+#: validators.py:166
+msgid "Please select a file."
+msgstr "Будь ласка, оберіть файл."
+
+#: validators.py:247
+msgid "Please enter an email address"
+msgstr "Будь ласка введіть адресу електронної пошти"
+
+#: validators.py:248
+msgid "An email address must contain a single @"
+msgstr "Адреса електронної пошти повинна містити одну @"
+
+#: validators.py:249
+#, python-format
+msgid ""
+"The username portion of the email address is invalid (the portion before the "
+"@: %(username)s)"
+msgstr ""
+"Ім’я користувача у адресі електронної пошти не дійсно (частина перед "
+"@:%(username)s)"
+
+#: validators.py:250
+#, python-format
+msgid ""
+"The domain portion of the email address is invalid (the portion after the @: "
+"%(domain)s)"
+msgstr ""
+"Частина адреси електронної пошти - домен, не вірна (частина після "
+"@:%(domain)s)"
+
+#: validators.py:254
+msgid "You must start your URL with http://, https://, etc"
+msgstr "Ви повинні використовувати на початку URL http://, https://, и тд."
+
+#: validators.py:255
+msgid "That is not a valid URL"
+msgstr "Це невірний URL"
+
+#: validators.py:256
+#, python-format
+msgid "You must provide a full domain name (like %(domain)s.com)"
+msgstr "Вы повинні вказати повне доменне им’я (детально %(domain)s.com)"
+
+#: validators.py:260
+msgid "Please enter an integer value"
+msgstr "Будь ласка, введіть ціле число"
+
+#: validators.py:261
+msgid "Please enter a number"
+msgstr "Будь ласка, введіть число"
+
+#: controllers/actions.py:91
+msgid "Invalid View"
+msgstr "Невірний вигляд"
+
+#: controllers/actions.py:124
+msgid "Error no report"
+msgstr "Помилка не звітована"
+
+#: controllers/actions.py:150
+msgid "Nothing to print"
+msgstr "Немає документів для друку"
+
+#: controllers/actions.py:170
+msgid "Printing aborted, too long delay"
+msgstr "Друк перервано, надто довга затримка"
+
+#: controllers/actions.py:377
+msgid "Relative URLs are not supported"
+msgstr "Відносні URL не підтримуються"
+
+#: controllers/actions.py:405
+msgid "Action not found"
+msgstr "Не можу знайти дію"
+
+#: controllers/actions.py:454
+msgid "No action defined"
+msgstr "Дія не визначена"
+
+#: controllers/attachment.py:54
+msgid "No record selected, You can only attach to existing record..."
+msgstr "Не обрано запис, ви можете прикріпити тільки до існуючого запису..."
+
+#: controllers/database.py:64
+msgid "Create database"
+msgstr "Створити базу даних"
+
+#: controllers/database.py:66 controllers/templates/database.mako:52
+#: controllers/templates/search.mako:145
+msgid "Create"
+msgstr "Створити"
+
+#: controllers/database.py:69
+msgid "Super admin password:"
+msgstr "Пароль супер адміністратора:"
+
+#: controllers/database.py:69
+msgid ""
+"This is the password of the user that have the rights to administer "
+"databases. This is not a OpenERP user, just a super administrator. If you "
+"did not changed it, the password is 'admin' after installation."
+msgstr ""
+"Це пароль користувача, що має право адмініструвати базу даних. Це не "
+"користувач OpenERP, а просто супер адміністратор. Якщо Ви не змінювали його, "
+"користуйтеся паролем 'admin' після встановлення."
+
+#: controllers/database.py:70 controllers/database.py:102
+msgid "New database name:"
+msgstr "Ім'я нової бази даних:"
+
+#: controllers/database.py:70
+msgid ""
+"Choose the name of the database that will be created. The name must not "
+"contain any special character. Exemple: 'terp'."
+msgstr ""
+"Оберіть ім'я бази даних, яка буде створена. Ім'я не повинно містити "
+"спецсимволів. Приклад: 'terp'."
+
+#: controllers/database.py:71
+msgid "Load Demonstration data:"
+msgstr "Завантажити демонстраційні дані:"
+
+#: controllers/database.py:71
+msgid ""
+"Check this box if you want demonstration data to be installed on your new "
+"database. These data will help you to understand OpenERP, with predefined "
+"products, partners, etc."
+msgstr ""
+"Відмітьте це поле, якщо ви бажаєте встановити демонстраційні дані у нову "
+"базу даних. Ці дані допоможуть зрозуміти OpenERP з попередньо налаштованими "
+"продуктами, партнерами і т.п."
+
+#: controllers/database.py:72
+msgid "Default Language:"
+msgstr "Мова за замовчанням:"
+
+#: controllers/database.py:72
+msgid ""
+"Choose the default language that will be installed for this database. You "
+"will be able to install new languages after installation through the "
+"administration menu."
+msgstr ""
+"Оберіть типову мову, яка буде встановлена для цієї бази даних. Ви будете "
+"мати можливість встановлювати нові мови пізніше, через адміністративне меню."
+
+#: controllers/database.py:73
+msgid "Administrator password:"
+msgstr "Пароль адміністратора:"
+
+#: controllers/database.py:73
+msgid ""
+"This is the password of the 'admin' user that will be created in your new "
+"database."
+msgstr ""
+"Це пароль користувача 'admin', якого буде створено у у Вашій новій базі "
+"даних."
+
+#: controllers/database.py:74
+msgid "Confirm password:"
+msgstr "Підтвердіть пароль:"
+
+#: controllers/database.py:74
+msgid ""
+"This is the password of the 'admin' user that will be created in your new "
+"database. It has to be the same than the above field."
+msgstr ""
+"Це пароль користувача 'admin', якого буде створено у у Вашій новій базі "
+"даних. Він повинен співпадати за паролем у полі вище."
+
+#: controllers/database.py:80
+msgid "Drop database"
+msgstr "Видалити базу даних"
+
+#: controllers/database.py:82 controllers/templates/database.mako:54
+msgid "Drop"
+msgstr "Знищити"
+
+#: controllers/database.py:84 controllers/database.py:92
+#: controllers/templates/login.mako:39
+msgid "Database:"
+msgstr "База даних:"
+
+#: controllers/database.py:85 controllers/database.py:93
+#: controllers/database.py:101 controllers/templates/login.mako:57
+#: controllers/templates/login_ajax.mako:78
+#: controllers/templates/login_ajax.mako:98
+msgid "Password:"
+msgstr "Пароль:"
+
+#: controllers/database.py:89
+msgid "Backup database"
+msgstr "Створити резервну копію бази даних"
+
+#: controllers/database.py:91 controllers/templates/database.mako:56
+msgid "Backup"
+msgstr "Резервна копія"
+
+#: controllers/database.py:97
+msgid "Restore database"
+msgstr "Відновити базу даних з резервної копії"
+
+#: controllers/database.py:99 controllers/templates/database.mako:58
+msgid "Restore"
+msgstr "Відновити"
+
+#: controllers/database.py:100
+msgid "File:"
+msgstr "Файл:"
+
+#: controllers/database.py:106
+msgid "Change Administrator Password"
+msgstr "Змінити пароль адміністратора"
+
+#: controllers/database.py:108 controllers/templates/preferences/index.mako:37
+msgid "Change Password"
+msgstr "Змінити пароль"
+
+#: controllers/database.py:109
+msgid "Old Password:"
+msgstr "Старий пароль:"
+
+#: controllers/database.py:110
+msgid "New Password:"
+msgstr "Новий пароль:"
+
+#: controllers/database.py:111
+msgid "Confirm Password:"
+msgstr "Підтвердьте пароль:"
+
+#: controllers/database.py:174
+msgid "You must avoid all accents, space or special characters."
+msgstr "Ви повинні уникати всі акценти, пробіл або спеціальні символи."
+
+#: controllers/database.py:175
+msgid "Bad database name"
+msgstr "Не вірне ім’я бази даних"
+
+#: controllers/database.py:195
+msgid ""
+"The server crashed during installation.\n"
+"We suggest you to drop this database."
+msgstr ""
+"Виникла помилка сервера під час інсталяції.\n"
+"Ми радимо Вам видалити цю базу даних."
+
+#: controllers/database.py:196
+msgid "Error during database creation"
+msgstr "Помилка при створенні бази даних"
+
+#: controllers/database.py:199 controllers/database.py:226
+#: controllers/database.py:272 controllers/database.py:295
+msgid "Bad super admin password"
+msgstr "Не вірний пароль супер адміністратора"
+
+#: controllers/database.py:203
+msgid "Could not create database."
+msgstr "Не можу створити базу даних."
+
+#: controllers/database.py:229
+msgid "Could not drop database"
+msgstr "Не можу видалити базу даних"
+
+#: controllers/database.py:252
+msgid "Could not create backup."
+msgstr "Не можу створити резервну копію."
+
+#: controllers/database.py:276
+msgid "Could not restore database"
+msgstr "Не можу відновити базу даних"
+
+#: controllers/database.py:299
+msgid "Error, password not changed."
+msgstr "Помилка, пароль не змінено."
+
+#: controllers/error_page.py:78
+msgid ""
+"Your problem has been sent to the quality team\n"
+"We will recontact you after analysing the problem."
+msgstr ""
+"Ваша проблема відправлена до команди контролю якості.\n"
+"Ми зв’яжемося з вами після аналізу  проблеми."
+
+#: controllers/error_page.py:80
+#, python-format
+msgid ""
+"Your problem could not be sent to the quality team\n"
+"Please report this error manually at %s"
+msgstr ""
+"Ваша проблема не може бути відправлена\n"
+"до команди контролю якості.\n"
+"Будь ласка повідомте про проблему самостійно на %s"
+
+#: controllers/form.py:553
+#, python-format
+msgid "Invalid button type \"%s\""
+msgstr "Не вірний тип кнопки \"%s\""
+
+#: controllers/form.py:891 controllers/tree.py:233
+msgid "No record selected"
+msgstr "Не обрано жодного запису"
+
+#: controllers/form.py:896
+msgid "Print Screen"
+msgstr "Друк екрану"
+
+#: controllers/form.py:965 utils/rpc.py:122 utils/rpc.py:133 utils/rpc.py:136
+#: widgets/listgrid.py:289 widgets/listgrid.py:353 widgets/form/_form.py:904
+msgid "Application Error"
+msgstr "Помилка Програми"
+
+#: controllers/form.py:965
+#, python-format
+msgid "Wrong on_change trigger: %s"
+msgstr "Не вірний on_change триггер: %s"
+
+#: controllers/form.py:1073
+msgid "Open resource"
+msgstr "Відкрити ресурс"
+
+#: controllers/form.py:1076
+msgid "Set to default value"
+msgstr "Встановити типове значення"
+
+#: controllers/form.py:1077
+msgid "Set as default"
+msgstr "Встановити як типове"
+
+#: controllers/form.py:1084
+msgid "Action"
+msgstr "Дія"
+
+#: controllers/form.py:1085
+msgid "Report"
+msgstr "Звіт"
+
+#: controllers/impex.py:66
+msgid ""
+"Operation failed\n"
+"I/O error"
+msgstr ""
+"Невдала операція,\n"
+"помила вводу/виводу"
+
+#: controllers/impex.py:373
+msgid "Export Error"
+msgstr "Помилка експортування"
+
+#: controllers/impex.py:444
+msgid "Database ID"
+msgstr "Идентифікатор бази даних"
+
+#: controllers/impex.py:451
+msgid "Error opening .CSV file"
+msgstr "Помилка відкриття .CSV файлу"
+
+#: controllers/impex.py:451
+msgid "Input Error."
+msgstr "Помилка вводу."
+
+#: controllers/impex.py:473
+#, python-format
+msgid "You cannot import the field '%s', because we cannot auto-detect it"
+msgstr ""
+"Ви не можете імпортувати поле '%s', тому що його не можливо виявити "
+"автоматично"
+
+#: controllers/impex.py:476
+#, python-format
+msgid "Error processing the first line of the file. Field \"%s\" is unknown"
+msgstr "Помилка обробки першої строки файлу. Поле \"%s\" не відоме"
+
+#: controllers/impex.py:476
+msgid "Import Error."
+msgstr "Помилка імпорту"
+
+#: controllers/impex.py:515
+msgid "XML-RPC error"
+msgstr "Помилка XML-RPC"
+
+#: controllers/impex.py:520
+#, python-format
+msgid "Imported %d objects"
+msgstr "Імпортовано %d об’єктів"
+
+#: controllers/impex.py:525
+#, python-format
+msgid "Error trying to import this record:%s. ErrorMessage:%s %s"
+msgstr "Помилка при спробі імпортувати запис: %s. Помилка: %s %s"
+
+#: controllers/impex.py:526
+msgid "ImportationError"
+msgstr "Помилка імпорту"
+
+#: controllers/listgrid.py:51
+msgid "Parent record doesn't exists..."
+msgstr "Батьківський запис не існує ..."
+
+#: controllers/preferences.py:34
+msgid "Change your password"
+msgstr "Змініть ваш пароль"
+
+#: controllers/preferences.py:64 controllers/templates/header.mako:59
+msgid "Preferences"
+msgstr "Налаштування"
+
+#: controllers/preferences.py:91
+msgid "All passwords have to be filled."
+msgstr "Усі паролі повинні бути заповнені."
+
+#: controllers/preferences.py:93
+msgid "The new password and its confirmation must be identical."
+msgstr "Новый пароль та його підтверження повинні співпадати."
+
+#: controllers/preferences.py:102
+msgid "Could not change your password."
+msgstr "Невдача при зміні паролю."
+
+#: controllers/preferences.py:104
+msgid "Original password incorrect, your password was not changed."
+msgstr "Оригінальний пароль введено не вірно, пароль не змінено."
+
+#: controllers/root.py:170
+#, python-format
+msgid "Version %s"
+msgstr "Версія %s"
+
+#: controllers/translator.py:132
+msgid "You need to save the resource before adding translations."
+msgstr "Вам необхідно зберегти ресурс перед додаванням перекладів."
+
+#: controllers/tree.py:264
+msgid "No resource selected"
+msgstr "Не обрано жодного ресурсу"
+
+#: controllers/utils.py:44
+msgid "Could not connect to server"
+msgstr "Не вдається з'єднатись з сервером"
+
+#: controllers/utils.py:131 controllers/templates/login_ajax.mako:111
+msgid "Bad username or password"
+msgstr "Невірне ім’я користувача або пароль"
+
+#: controllers/view_log.py:32
+msgid "ID"
+msgstr "ID"
+
+#: controllers/view_log.py:33
+msgid "Creation User"
+msgstr "Створив Користувач"
+
+#: controllers/view_log.py:34
+msgid "Creation Date"
+msgstr "Дата створення"
+
+#: controllers/view_log.py:35
+msgid "Latest Modification by"
+msgstr "Останнім змінив"
+
+#: controllers/view_log.py:36
+msgid "Latest Modification Date"
+msgstr "Дата останньої зміни"
+
+#: controllers/view_log.py:37
+msgid "Owner"
+msgstr "Власник"
+
+#: controllers/view_log.py:38
+msgid "Group Owner"
+msgstr "Власник групы"
+
+#: controllers/view_log.py:39
+msgid "Access Level"
+msgstr "Рівень доступу"
+
+#: controllers/view_log.py:40
+msgid "Internal module data ID"
+msgstr "Внутрішній ідентификатор даних модуля"
+
+#: controllers/viewed.py:220
+msgid "Invalid view id."
+msgstr "Невірний ідентифікатор перегляду"
+
+#: controllers/viewed.py:498
+msgid "Unable to create inherited view."
+msgstr "Неможливо створити успадкований вигляд"
+
+#: controllers/viewed.py:500
+msgid "Can't create inherited view here."
+msgstr "Неможливо створити успадкований вигляд тут"
+
+#: controllers/viewed.py:503
+msgid "Not implemented yet!"
+msgstr "Ще не реалізовано!"
+
+#: controllers/viewed.py:608
+msgid "Unable to update the view."
+msgstr "Неможливо оновити вигляд"
+
+#: controllers/viewed.py:859
+msgid "New Window"
+msgstr "Нове вікно"
+
+#: controllers/viewed.py:871
+msgid "Save Button"
+msgstr "Кнопка збереження"
+
+#: controllers/viewed.py:871
+msgid "Cancel Button"
+msgstr "Кнопка скасування"
+
+#: controllers/viewed.py:871
+msgid "Open Button"
+msgstr "Кнопка відкриття"
+
+#: controllers/viewed.py:877
+msgid "Left"
+msgstr "Ліворуч"
+
+#: controllers/viewed.py:877
+msgid "Center"
+msgstr "У центрі"
+
+#: controllers/viewed.py:877
+msgid "Right"
+msgstr "Праворуч"
+
+#: controllers/templates/about.mako:4
+msgid "About the OpenERP Web"
+msgstr "Про OpenERP Web"
+
+#: controllers/templates/about.mako:27
+msgid "OpenERP Web"
+msgstr "OpenERP Web"
+
+#: controllers/templates/about.mako:30
+msgid "Copyright &copy; 2006-TODAY OpenERP SA. All Rights Reserved."
+msgstr "Авторські права &copy; 2006-TODAY OpenERP SA. Усі права захищено."
+
+#: controllers/templates/about.mako:31
+msgid "OpenERP is a trademark of the OpenERP SA Company."
+msgstr "OpenERP - торгова марка компанії OpenERP SA."
+
+#: controllers/templates/about.mako:33
+#, python-format
+msgid "%(ooweb)s is jointly developed by %(tiny)s and %(axelor)s."
+msgstr "%(ooweb)s розроблені  %(tiny)s та %(axelor)s."
+
+#: controllers/templates/about.mako:39
+#, python-format
+msgid "Licenced under the terms of %(license)s"
+msgstr "Ліцензовано згідно з умов %(license)s"
+
+#: controllers/templates/about.mako:42
+msgid "About OpenERP"
+msgstr "Про OpenERP"
+
+#: controllers/templates/about.mako:44
+#, python-format
+msgid ""
+"%(openobject)s is a free enterprise-scale software system that is designed "
+"to boost\n"
+"                    productivity and profit through data integration. It "
+"connects, improves and\n"
+"                    manages business processes in areas such as sales, "
+"finance, supply chain,\n"
+"                    project management, production, services, CRM, etc..\n"
+"                    "
+msgstr ""
+"%(openobject)s - це безкоштовна програмна система рівня підприємства, яка "
+"призначена для того, щоб підвищити\n"
+"                    продуктивність та прибуток завдяки інтеграції даних. "
+"Вона зв’язує, удосконалює та\n"
+"                    керує бізнес-процесами у таких областях як продаж, "
+"фінанси, логістика,\n"
+"                    керування проектами, виробництво, послуги, CRM та інше\n"
+"                    "
+
+#: controllers/templates/about.mako:51
+msgid ""
+"The system is platform-independent, and can be installed on Windows, Mac OS "
+"X,\n"
+"                    and various Linux and other Unix-based distributions. "
+"Its architecture enables\n"
+"                    new functionality to be rapidly created, modifications "
+"to be made to a\n"
+"                    production system and migration to a new version to be "
+"straightforward."
+msgstr ""
+
+#: controllers/templates/about.mako:57
+msgid ""
+"Depending on your needs, OpenERP is available through a web or application "
+"client."
+msgstr ""
+
+#: controllers/templates/database.mako:50 controllers/templates/login.mako:4
+#: controllers/templates/login.mako:67 controllers/templates/login_ajax.mako:85
+#: controllers/templates/login_ajax.mako:104
+msgid "Login"
+msgstr "Логін"
+
+#: controllers/templates/database.mako:60
+msgid "Password"
+msgstr "Пароль"
+
+#: controllers/templates/error_page.mako:77
+#, python-format
+msgid "An %(error_type)s has been reported."
+msgstr "Виникла помилка %(error_type)s."
+
+#: controllers/templates/error_page.mako:79
+msgid "Let me fix it"
+msgstr "Дозвольте виправити це"
+
+#: controllers/templates/error_page.mako:85
+msgid "Fix it for me"
+msgstr "Виправити це"
+
+#: controllers/templates/error_page.mako:90
+msgid "You do not have a valid OpenERP publisher warranty contract !"
+msgstr "Ви не маєте дійсного контракту з видавцем OpenERP !"
+
+#: controllers/templates/error_page.mako:91
+msgid ""
+"If you are using OpenERP in production, it is recommended to have\n"
+"a publisher warranty program.\n"
+"\n"
+"The OpenERP publisher warranty contract provides you with bug fix guarantees "
+"and an\n"
+"automatic migration system so that we can start working on your problems "
+"within a few\n"
+"hours.\n"
+"\n"
+"With a publisher warranty contract, errors such as this one can be sent "
+"directly to the OpenERP\n"
+"team for review and evaluation.\n"
+"\n"
+"The publisher warranty program offers you:\n"
+"* Automatic migrations on new versions,\n"
+"* A bugfix guarantee,\n"
+"* Monthly announces of potential bugs and their fixes,\n"
+"* Security alerts by email and automatic migration,\n"
+"* Access to the customer portal.\n"
+msgstr ""
+
+#: controllers/templates/error_page.mako:113
+msgid ""
+"Your publisher warranty contract does not cover all modules installed in "
+"your system !\n"
+"If you are using OpenERP in production, it is highly suggested to upgrade "
+"your\n"
+"contract.\n"
+"\n"
+"If you have developed your own modules or installed third party module, we\n"
+"can provide you an additional publisher warranty contract for these modules. "
+"After\n"
+"having reviewed your modules, our quality team will ensure they will "
+"migrate\n"
+"automatically for all future stable versions of OpenERP at no extra cost.\n"
+"\n"
+"Here is the list of modules not covered by your publisher warranty contract:"
+msgstr ""
+
+#: controllers/templates/error_page.mako:135
+msgid "Publisher warranty contract."
+msgstr "Гарантійний контракт видавця"
+
+#: controllers/templates/error_page.mako:136
+msgid ""
+"Your request will be sent to OpenERP and publisher warranty team will reply "
+"you shortly."
+msgstr ""
+"Ваш запит буде відправлено до OpenERP та команда видавця гарантує відповідь "
+"у найближчий час."
+
+#: controllers/templates/error_page.mako:140
+msgid "Summary of the problem:"
+msgstr "Резюме проблеми:"
+
+#: controllers/templates/error_page.mako:147
+msgid "Explain what you did:"
+msgstr "Поясніть, що ви робили:"
+
+#: controllers/templates/error_page.mako:156
+msgid "Other Comments:"
+msgstr "Інші коментарі:"
+
+#: controllers/templates/error_page.mako:168
+msgid "Send to Publisher Warranty Team"
+msgstr "Відправити до служби гарантійної підтримки"
+
+#: controllers/templates/error_page.mako:195
+msgid "Write concurrency warning :"
+msgstr "Попередження про одночасний запис."
+
+#: controllers/templates/error_page.mako:200
+msgid ""
+"This document has been modified while you were editing it.\n"
+"Choose:\n"
+"\n"
+"    - \"Cancel\" to cancel saving.\n"
+"    - \"Write anyway\" to save your current version."
+msgstr ""
+"Документ було змінено іншим користувачем під час редагування.\n"
+"Оберіть:\n"
+"\n"
+"    - \"Відмінити\" для того, щоб не зберігати ваші зміни.\n"
+"    - \"Зберегти у будь-якому випадку\" для того, щоб зберегти ваші зміни."
+
+#: controllers/templates/error_page.mako:214 controllers/templates/exp.mako:244
+#: controllers/templates/form.mako:140 controllers/templates/openo2m.mako:41
+#: controllers/templates/selection.mako:43
+#: controllers/templates/viewlist.mako:160
+#: controllers/templates/preferences/index.mako:38
+#: widgets/templates/listgrid/listgrid.mako:33
+msgid "Cancel"
+msgstr "Відмінити"
+
+#: controllers/templates/error_page.mako:215
+msgid "Write Anyway"
+msgstr "Зберегти у будь-якому випадку"
+
+#: controllers/templates/exp.mako:151
+msgid "Export Data"
+msgstr "Експорт даних"
+
+#: controllers/templates/exp.mako:166
+msgid "Export Type:"
+msgstr "Тип експорту:"
+
+#: controllers/templates/exp.mako:169
+msgid "Import Compatible Export"
+msgstr "Сумісність імпорту з експортом"
+
+#: controllers/templates/exp.mako:172
+msgid "Export all Data"
+msgstr "Експортувати усі дані"
+
+#: controllers/templates/exp.mako:183
+msgid "Available fields"
+msgstr "Наявні поля"
+
+#: controllers/templates/exp.mako:185
+msgid "Fields to export"
+msgstr "Поля для експорту"
+
+#: controllers/templates/exp.mako:187
+msgid "Save fields list"
+msgstr "Зберегти список полів"
+
+#: controllers/templates/exp.mako:189
+msgid "Save as:"
+msgstr "Зберегти як:"
+
+#: controllers/templates/exp.mako:191 controllers/templates/fieldpref.mako:102
+#: controllers/templates/selection.mako:45
+msgid "OK"
+msgstr "Так"
+
+#: controllers/templates/exp.mako:195
+msgid "Saved exports:"
+msgstr "Збережені експорти:"
+
+#: controllers/templates/exp.mako:204 controllers/templates/form.mako:135
+#: controllers/templates/image.mako:67 widgets/form/templates/one2many.mako:22
+#: widgets/templates/sidebar.mako:67
+#: widgets/templates/listgrid/listgrid.mako:105
+#: widgets/templates/listgrid/listgrid.mako:109
+#: widgets/templates/listgrid/listgrid.mako:173
+#: widgets/templates/listgrid/listgrid.mako:178
+#: widgets/templates/listgrid/listgroup.mako:131
+#: widgets/templates/listgrid/multiple_group.mako:81
+msgid "Delete"
+msgstr "Видалити"
+
+#: controllers/templates/exp.mako:217 widgets/templates/sidebar.mako:56
+#: widgets/templates/listgrid/listgrid.mako:135
+msgid "Add"
+msgstr "Додати"
+
+#: controllers/templates/exp.mako:222 controllers/templates/viewlist.mako:125
+msgid "Remove"
+msgstr "Вилучити"
+
+#: controllers/templates/exp.mako:227
+msgid "Remove All"
+msgstr "Вилучити всі"
+
+#: controllers/templates/exp.mako:245
+msgid "Export to File"
+msgstr "Экспортувати у файл"
+
+#: controllers/templates/fieldpref.mako:4
+#: controllers/templates/fieldpref.mako:29
+msgid "Field Preferences"
+msgstr "Властивості поля"
+
+#: controllers/templates/fieldpref.mako:39
+msgid "Field Name:"
+msgstr "Назва поля:"
+
+#: controllers/templates/fieldpref.mako:43
+msgid "Domain:"
+msgstr "Домен:"
+
+#: controllers/templates/fieldpref.mako:47
+msgid "Default Value:"
+msgstr "Типове значення:"
+
+#: controllers/templates/fieldpref.mako:57
+msgid "Value applicable for:"
+msgstr "Значення використовується для:"
+
+#: controllers/templates/fieldpref.mako:63
+msgid "Only for you"
+msgstr "Тільки для вас"
+
+#: controllers/templates/fieldpref.mako:67
+msgid "For all"
+msgstr "Для усіх"
+
+#: controllers/templates/fieldpref.mako:76
+msgid "Value applicable if:"
+msgstr "Значення використовується якщо:"
+
+#: controllers/templates/fieldpref.mako:79
+msgid "Always applicable!"
+msgstr "Використовується завжди!"
+
+#: controllers/templates/fieldpref.mako:99 controllers/templates/image.mako:70
+#: controllers/templates/imp.mako:205 controllers/templates/index.mako:198
+#: controllers/templates/openm2.mako:52
+#: controllers/templates/save_filter.mako:42
+#: controllers/templates/search.mako:129
+#: controllers/templates/translator.mako:41
+#: controllers/templates/translator.mako:108
+#: controllers/templates/viewed.mako:37
+#: controllers/templates/viewed_new.mako:49
+#: controllers/templates/viewed_new_model.mako:42
+#: controllers/templates/viewed_preview.mako:28
+#: controllers/templates/viewlist.mako:129 widgets/templates/sidebar.mako:67
+#: widgets/templates/viewform.mako:37
+msgid "Close"
+msgstr "Закрити"
+
+#: controllers/templates/footer.mako:3
+#, python-format
+msgid "&copy; 2008-2010 %(ooweb)s  SA. All Rights Reserved "
+msgstr "&copy; 2008-2010 %(ooweb)s  SA. Усі права захищені "
+
+#: controllers/templates/footer.mako:6
+msgid "Significant contributions to the web client have been made by"
+msgstr "Значний внесок у web-клиент був зроблен"
+
+#: controllers/templates/form.mako:63
+msgid "Disable all Tips"
+msgstr "Відключити усі підказки"
+
+#: controllers/templates/form.mako:64
+msgid "Hide this Tip"
+msgstr "Сховати цю підказку"
+
+#: controllers/templates/form.mako:82
+msgid "Add / Remove Shortcut..."
+msgstr "Додати / Видалити ярлик..."
+
+#: controllers/templates/form.mako:86
+#, python-format
+msgid "Search: %s"
+msgstr "Пошук: %s"
+
+#: controllers/templates/form.mako:93
+msgid "Corporate Intelligence..."
+msgstr "Корпоративний інтелект ..."
+
+#: controllers/templates/form.mako:99
+msgid "Show Logs..."
+msgstr "Показати журнали..."
+
+#: controllers/templates/form.mako:111
+msgid "Create a new resource"
+msgstr "Створити новий ресурс"
+
+#: controllers/templates/form.mako:112 controllers/templates/search.mako:128
+#: controllers/templates/viewed_new_model.mako:36
+#: controllers/templates/viewlist.mako:119 widgets/form/_o2m.py:73
+#: widgets/form/templates/one2many.mako:20
+#: widgets/templates/listgrid/listgrid.mako:140
+#: widgets/templates/listgrid/listgrid.mako:144
+#: widgets/templates/listgrid/listgroup.mako:20
+msgid "New"
+msgstr "Новий"
+
+#: controllers/templates/form.mako:116
+msgid "Edit this resource"
+msgstr "Редагувати цей ресурс"
+
+#: controllers/templates/form.mako:117 controllers/templates/viewlist.mako:122
+#: widgets/templates/listgrid/listgrid.mako:75
+#: widgets/templates/listgrid/listgrid.mako:79
+#: widgets/templates/listgrid/listgroup.mako:112
+#: widgets/templates/listgrid/multiple_group.mako:63
+msgid "Edit"
+msgstr "Редагувати"
+
+#: controllers/templates/form.mako:121
+msgid "Save this resource"
+msgstr "Зберегти цей ресурс"
+
+#: controllers/templates/form.mako:122 controllers/templates/image.mako:65
+#: controllers/templates/openm2.mako:48
+#: controllers/templates/save_filter.mako:41
+#: controllers/templates/translator.mako:39
+#: controllers/templates/translator.mako:106
+#: controllers/templates/viewed_new.mako:46
+#: controllers/templates/viewed_new_model.mako:39
+#: controllers/templates/viewlist.mako:157
+#: controllers/templates/preferences/index.mako:39
+msgid "Save"
+msgstr "Зберегти"
+
+#: controllers/templates/form.mako:124
+msgid "Save & Edit this resource"
+msgstr "Зберегти та редагувати цей ресурс"
+
+#: controllers/templates/form.mako:125
+msgid "Save & Edit"
+msgstr "Зберегти та редагувати"
+
+#: controllers/templates/form.mako:129
+msgid "Duplicate this resource"
+msgstr "Дублювати цей ресурс"
+
+#: controllers/templates/form.mako:130
+msgid "Duplicate"
+msgstr "Дублювати"
+
+#: controllers/templates/form.mako:134
+msgid "Delete this resource"
+msgstr "Видалити цей ресурс"
+
+#: controllers/templates/form.mako:139
+msgid "Cancel editing the current resource"
+msgstr "Відмінти редагування цього ресурсу"
+
+#: controllers/templates/form.mako:144
+msgid "Create new node"
+msgstr "Створити новий вузел"
+
+#: controllers/templates/form.mako:145
+msgid "New Node"
+msgstr "Новий вузел"
+
+#: controllers/templates/form.mako:149
+msgid "Show grid in workflow canvas"
+msgstr "Відображати грід на тлі робочого процессу"
+
+#: controllers/templates/form.mako:150
+msgid "Show grid"
+msgstr "Відображати грід"
+
+#: controllers/templates/header.mako:33
+#, python-format
+msgid "%(company)s"
+msgstr "%(company)s"
+
+#: controllers/templates/header.mako:34 controllers/templates/index.mako:218
+#, python-format
+msgid "%(user)s"
+msgstr "%(user)s"
+
+#: controllers/templates/header.mako:45 controllers/templates/header.mako:47
+msgid "Home"
+msgstr "Домівіка"
+
+#: controllers/templates/header.mako:53
+msgid "Requests"
+msgstr "Запити"
+
+#: controllers/templates/header.mako:62
+msgid "Edit Preferences"
+msgstr "Редагувати налаштування"
+
+#: controllers/templates/header.mako:66 controllers/templates/header.mako:69
+msgid "About"
+msgstr "Про програму"
+
+#: controllers/templates/header.mako:73 controllers/templates/header.mako:75
+msgid "Help"
+msgstr "Довідка"
+
+#: controllers/templates/header.mako:81 controllers/templates/header.mako:84
+msgid "Clear Cache"
+msgstr "Очистити кеш"
+
+#: controllers/templates/header.mako:89
+msgid "Logout"
+msgstr "Вихід"
+
+#: controllers/templates/image.mako:4 controllers/templates/image.mako:39
+msgid "Image"
+msgstr "Зображення"
+
+#: controllers/templates/image.mako:55
+msgid "Add Resource:"
+msgstr "Додати ресурс"
+
+#: controllers/templates/image.mako:66 widgets/form/templates/binary.mako:28
+msgid "Save As"
+msgstr "Зберегти як"
+
+#: controllers/templates/imp.mako:80
+msgid "Import Data"
+msgstr "Імпортувати дані"
+
+#: controllers/templates/imp.mako:90
+msgid "1. Import a .CSV file"
+msgstr "Імпортувати з файлу .CSV"
+
+#: controllers/templates/imp.mako:106
+msgid "CSV File:"
+msgstr "Файл CSV:"
+
+#: controllers/templates/imp.mako:124
+msgid "2. Check your file format"
+msgstr "Перевірте формат файлу"
+
+#: controllers/templates/imp.mako:131
+#, python-format
+msgid "The import failed due to: %(message)s"
+msgstr "Помилка імпорту у зв'язку з: %(message)s"
+
+#: controllers/templates/imp.mako:133
+msgid "Here is a preview of the file we could not import:"
+msgstr "Тут ви можете переглянути файл, який ми не можемо імпортувати:"
+
+#: controllers/templates/imp.mako:158
+msgid "CSV Options"
+msgstr "Параметри CSV"
+
+#: controllers/templates/imp.mako:161
+msgid "Separator:"
+msgstr "Сепаратор:"
+
+#: controllers/templates/imp.mako:163
+msgid "Delimiter:"
+msgstr "Роздільник:"
+
+#: controllers/templates/imp.mako:167
+msgid "Encoding:"
+msgstr "Кодування:"
+
+#: controllers/templates/imp.mako:174
+msgid "Lines to skip:"
+msgstr "Пропустити строк:"
+
+#: controllers/templates/imp.mako:188
+msgid "3. File imported"
+msgstr "Файл імпортовано"
+
+#: controllers/templates/imp.mako:206
+msgid "Import File"
+msgstr "Імпортувати файл"
+
+#: controllers/templates/index.mako:164
+msgid "System Logs"
+msgstr "Системні журнали"
+
+#: controllers/templates/index.mako:189
+msgid "More"
+msgstr "Ще"
+
+#: controllers/templates/index.mako:190
+msgid "Widgets"
+msgstr "Віджети"
+
+#: controllers/templates/index.mako:221 controllers/templates/index.mako:226
+#, python-format
+msgid "Powered by %(openerp)s "
+msgstr "Розроблено %(openerp)s "
+
+#: controllers/templates/login.mako:53 controllers/templates/login_ajax.mako:72
+#: controllers/templates/login_ajax.mako:94
+msgid "User:"
+msgstr "Користувач:"
+
+#: controllers/templates/login.mako:64
+msgid "Databases"
+msgstr "Бази даних"
+
+#: controllers/templates/login.mako:84
+msgid "Top Contributor:"
+msgstr "Провідний автор:"
+
+#: controllers/templates/login.mako:94
+msgid ""
+"We think that daily job activities can be more intuitive, efficient, "
+"automated, .. and even fun."
+msgstr ""
+"Ми вважаємо, що повсякденна робота може бути більш простою, ефективною, "
+"автоматизованою, .. та навіть веселою."
+
+#: controllers/templates/login.mako:95
+msgid "OpenERP's vision to be:"
+msgstr "бачення OpenERP:"
+
+#: controllers/templates/login.mako:103
+msgid "Full featured"
+msgstr "Повнофункціональний"
+
+#: controllers/templates/login.mako:104
+msgid ""
+"Today's enterprise challenges are multiple. We provide one module for each "
+"need."
+msgstr ""
+"Сьогоденні проблеми підприємства - роздробленні. Ми надаємо один модуль для "
+"кожної потреби."
+
+#: controllers/templates/login.mako:112
+msgid "Open Source"
+msgstr "Open Source"
+
+#: controllers/templates/login.mako:113
+msgid ""
+"To Build a great product, we rely on the knowledge of thousands of "
+"contributors."
+msgstr ""
+"При побудові великого продукту, ми спираємося на знання тисяч учасників."
+
+#: controllers/templates/login.mako:121
+msgid "User Friendly"
+msgstr "Дружній"
+
+#: controllers/templates/login.mako:122
+msgid ""
+"In order to be productive, people need clean and easy to use interface."
+msgstr ""
+"Для того, щоб працювати продуктивно, люди потребують зручний та простий у "
+"використанні інтерфейс."
+
+#: controllers/templates/modules.mako:4
+msgid "Module Management"
+msgstr "Керування модулями"
+
+#: controllers/templates/modules.mako:17
+msgid "Web Modules"
+msgstr "Веб-модулі"
+
+#: controllers/templates/openo2m.mako:34
+msgid "Save & Close"
+msgstr "Зберегти та закрити"
+
+#: controllers/templates/openo2m.mako:37
+msgid "Save & New"
+msgstr "Зберегти та створити новий"
+
+#: controllers/templates/save_filter.mako:18
+msgid "Save as Filter"
+msgstr "Зберегти як фільтр"
+
+#: controllers/templates/save_filter.mako:30
+msgid "Filter Name"
+msgstr "Назва Фільтра"
+
+#: controllers/templates/search.mako:110
+#, python-format
+msgid "Search %(name)s"
+msgstr "Пошук %(name)s"
+
+#: controllers/templates/search.mako:125 widgets/form/templates/datetime.mako:8
+msgid "Select"
+msgstr "Вибрати"
+
+#: controllers/templates/search.mako:127 widgets/_views.py:83
+#: widgets/form/templates/many2one.mako:22
+#: widgets/form/templates/reference.mako:27 widgets/templates/viewform.mako:26
+msgid "Search"
+msgstr "Знайти"
+
+#: controllers/templates/search.mako:143
+#, python-format
+msgid "No record found : '%(searched_string)s'."
+msgstr "Запис не знайдено: '%(searched_string)s'."
+
+#: controllers/templates/selection.mako:4
+msgid "Select action"
+msgstr "Оберіть дію"
+
+#: controllers/templates/selection.mako:23
+msgid "Select your action"
+msgstr "Оберіть вашу дію"
+
+#: controllers/templates/server_log.mako:4
+msgid "Server Actions..."
+msgstr "Дії сервера..."
+
+#: controllers/templates/server_log.mako:14
+msgid "Server Actions"
+msgstr "Дії сервера"
+
+#: controllers/templates/translator.mako:4
+msgid "Add Translations"
+msgstr "Додати переклади"
+
+#: controllers/templates/translator.mako:17
+msgid "Add Translation"
+msgstr "Додати переклад"
+
+#: controllers/templates/translator.mako:27
+msgid "Add Translation for:"
+msgstr "Додати переклад для:"
+
+#: controllers/templates/translator.mako:31
+msgid "Fields"
+msgstr "Поля"
+
+#: controllers/templates/translator.mako:32
+msgid "Labels"
+msgstr "Мітки"
+
+#: controllers/templates/translator.mako:33
+msgid "Relates"
+msgstr "Відносини"
+
+#: controllers/templates/translator.mako:34
+msgid "View"
+msgstr "Вигляд"
+
+#: controllers/templates/translator.mako:53
+msgid "Field"
+msgstr "Поле"
+
+#: controllers/templates/view_log.mako:4 controllers/templates/view_log.mako:12
+#: utils/common.py:47
+msgid "Information"
+msgstr "Інформація"
+
+#: controllers/templates/viewed.mako:17
+#, python-format
+msgid "View Editor %s - %s"
+msgstr "Редактор виду %s - %s"
+
+#: controllers/templates/viewed.mako:31
+msgid "Create a new inherited view"
+msgstr "Створити успадкований вид"
+
+#: controllers/templates/viewed.mako:31
+msgid "Inherited View"
+msgstr "Успадкований вид"
+
+#: controllers/templates/viewed.mako:34
+msgid "Preview"
+msgstr "Попередній перегляд"
+
+#: controllers/templates/viewed_add.mako:6
+msgid "Node Type:"
+msgstr "Тип вузла:"
+
+#: controllers/templates/viewed_add.mako:23
+msgid "New Field"
+msgstr "Нове поле"
+
+#: controllers/templates/viewed_add.mako:27
+msgid "Position:"
+msgstr "Позиція:"
+
+#: controllers/templates/viewlist.mako:4
+#: controllers/templates/viewlist.mako:108
+#, python-format
+msgid "Manage Views (%s)"
+msgstr "Керування видами (%s)"
+
+#: controllers/templates/viewlist.mako:146
+#, python-format
+msgid "Create a view (%s)"
+msgstr "Створити вид (%s)"
+
+#: controllers/templates/viewlist.mako:174
+msgid "View Name:"
+msgstr "Назва виду:"
+
+#: controllers/templates/viewlist.mako:178
+msgid "View Type:"
+msgstr "Тип виду:"
+
+#: controllers/templates/viewlist.mako:189
+msgid "Priority:"
+msgstr "Пріоритет:"
+
+#: utils/common.py:37 utils/common.py:66
+msgid "Error"
+msgstr "Помилка"
+
+#: utils/common.py:42 utils/common.py:69
+msgid "Warning"
+msgstr "Попередження"
+
+#: utils/rpc.py:131
+msgid "Access Denied"
+msgstr "Доступ заборонено"
+
+#: utils/rpc.py:238
+msgid "Unsupported protocol."
+msgstr "Протокол не підтримується"
+
+#: utils/rpc.py:342
+msgid ""
+"You select a timezone but OpenERP could not find pytz library!\n"
+"The timezone functionality will be disable."
+msgstr ""
+"Ви обрали часовий пояс, але OpenERP не може знайти бібліотеку pytz!\n"
+"Функції, пов’язані з часовими поясами, будуть відключені."
+
+#: utils/rpc.py:355
+msgid "Not logged..."
+msgstr "Не зареєстрован..."
+
+#: utils/rpc.py:355
+msgid "Authorization Error"
+msgstr "Помилка авторизації"
+
+#: utils/rpc.py:437
+msgid "== Access Denied =="
+msgstr "== У доступі відмовлено =="
+
+#: widgets/_views.py:52
+msgid "Form"
+msgstr "Форма"
+
+#: widgets/_views.py:53
+msgid "Form view..."
+msgstr "Обзор у вигляді форми"
+
+#: widgets/_views.py:84
+msgid "Search view..."
+msgstr "Вид для пошуку"
+
+#: widgets/listgrid.py:289
+msgid "Wrong on_change trigger"
+msgstr "Не вірний тригер on_change"
+
+#: widgets/listgrid.py:353 widgets/form/_form.py:904
+#, python-format
+msgid "Invalid view, duplicate field: %s"
+msgstr "Не вірний вид, поле дублюється: %s"
+
+#: widgets/pager.py:56
+#, python-format
+msgid "%s"
+msgstr "%s"
+
+#: widgets/pager.py:68
+#, python-format
+msgid "%s - %s"
+msgstr "%s - %s"
+
+#: widgets/search.py:282
+msgid "contains"
+msgstr "містить"
+
+#: widgets/search.py:282
+msgid "doesn't contain"
+msgstr "не містить"
+
+#: widgets/search.py:283
+msgid "is equal to"
+msgstr "співпадає з"
+
+#: widgets/search.py:283
+msgid "is not equal to"
+msgstr "не співпадає з"
+
+#: widgets/search.py:284
+msgid "greater than"
+msgstr "більше ніж"
+
+#: widgets/search.py:284
+msgid "less than"
+msgstr "менше ніж"
+
+#: widgets/search.py:285
+msgid "in"
+msgstr "у"
+
+#: widgets/search.py:285
+msgid "not in"
+msgstr "не в"
+
+#: widgets/search.py:392
+msgid "Yes"
+msgstr "Так"
+
+#: widgets/search.py:392
+msgid "No"
+msgstr "Ні"
+
+#: widgets/form/_action.py:46
+msgid "Action not found!"
+msgstr "Дію не знайдено!"
+
+#: widgets/form/_o2m.py:73 widgets/templates/listgrid/listgrid.mako:138
+#: widgets/templates/listgrid/listgrid.mako:144
+#: widgets/templates/listgrid/listgroup.mako:20
+msgid "Create new record."
+msgstr "Створити новий запис."
+
+#: widgets/form/_o2m.py:86
+msgid "Save/New"
+msgstr "Зберегти/Новий"
+
+#: widgets/form/_o2m.py:86
+msgid "Save parent record."
+msgstr "Зберегти батьківський запис."
+
+#: widgets/form/_o2m.py:216
+#, python-format
+msgid "%d of %d"
+msgstr "%d з %d"
+
+#: widgets/form/_o2m.py:218
+#, python-format
+msgid "- of %d"
+msgstr "- з %d"
+
+#: widgets/form/templates/binary.mako:31
+msgid "add attachment"
+msgstr "додати вкладення"
+
+#: widgets/form/templates/image.mako:7 widgets/form/templates/image.mako:39
+msgid "Click here to add new image."
+msgstr "Натисніть тут для того, щоб додати нову картинку."
+
+#: widgets/form/templates/many2one.mako:2
+#: widgets/form/templates/reference.mako:30
+msgid "Open"
+msgstr "Відкрити"
+
+#: widgets/form/templates/many2one.mako:2
+#: widgets/form/templates/reference.mako:30
+msgid "Open a resource"
+msgstr "Відкрити ресурс"
+
+#: widgets/form/templates/one2many.mako:20
+msgid "Create new record..."
+msgstr "Створити новий запис..."
+
+#: widgets/form/templates/one2many.mako:22
+msgid "Delete record..."
+msgstr "Видалити запис..."
+
+#: widgets/form/templates/one2many.mako:28
+msgid "Translate me."
+msgstr "Перекласти мене."
+
+#: widgets/form/templates/one2many.mako:47
+msgid "Previous record..."
+msgstr "Попередній запис..."
+
+#: widgets/form/templates/one2many.mako:49
+msgid "Next record..."
+msgstr "Наступний запис..."
+
+#: widgets/templates/logs.mako:22
+msgid "More..."
+msgstr "Більше..."
+
+#: widgets/templates/logs.mako:35
+msgid "Less..."
+msgstr "Менше..."
+
+#: widgets/templates/pager.mako:9
+msgid "<< First"
+msgstr "<< Перша"
+
+#: widgets/templates/pager.mako:14
+msgid "< Previous"
+msgstr "< Попередня"
+
+#: widgets/templates/pager.mako:19
+msgid "of"
+msgstr "з"
+
+#: widgets/templates/pager.mako:24
+msgid "Next >"
+msgstr "Наступне >"
+
+#: widgets/templates/pager.mako:29
+msgid "Last >>"
+msgstr "Остання >>"
+
+#: widgets/templates/pager.mako:37
+msgid "Change Limit:"
+msgstr "Змінити обмеження"
+
+#: widgets/templates/sidebar.mako:37
+msgid "Reports"
+msgstr "Звіти"
+
+#: widgets/templates/sidebar.mako:41 widgets/templates/viewform.mako:51
+msgid "Actions"
+msgstr "Дії"
+
+#: widgets/templates/sidebar.mako:45
+msgid "Links"
+msgstr "Посилання"
+
+#: widgets/templates/sidebar.mako:49
+msgid "Submenu"
+msgstr "Підменю"
+
+#: widgets/templates/sidebar.mako:54
+msgid "Attachments"
+msgstr "Долучення"
+
+#: widgets/templates/sidebar.mako:74
+msgid "File"
+msgstr "Файл"
+
+#: widgets/templates/sidebar.mako:83
+msgid "Customize"
+msgstr "Нетипові параметри"
+
+#: widgets/templates/sidebar.mako:87
+msgid "Manage views of the current object"
+msgstr "Керувати видом поточного об'єкту"
+
+#: widgets/templates/sidebar.mako:89
+msgid "Manage Views"
+msgstr "Керувати видами"
+
+#: widgets/templates/sidebar.mako:93
+msgid "Edit workflow of the current object"
+msgstr "Редагувати робочий процес поточного об’єкту"
+
+#: widgets/templates/sidebar.mako:94
+msgid "Edit Workflow"
+msgstr "Редагувати робочий процес"
+
+#: widgets/templates/sidebar.mako:98
+msgid "Customize current object or create a new object"
+msgstr "Налаштування об’єкту або створення нового об’єкту"
+
+#: widgets/templates/sidebar.mako:100
+msgid "Customize Object"
+msgstr "Налаштування об’єкту"
+
+#: widgets/templates/sidebar.mako:106
+msgid "Other Options"
+msgstr "Інші параметри"
+
+#: widgets/templates/sidebar.mako:111
+msgid "Import"
+msgstr "Імпортувати"
+
+#: widgets/templates/sidebar.mako:114
+msgid "Export"
+msgstr "Експортувати"
+
+#: widgets/templates/sidebar.mako:118
+msgid "Translate"
+msgstr "Перекласти"
+
+#: widgets/templates/sidebar.mako:123
+msgid "View Log"
+msgstr "Переглянути журнал"
+
+#: widgets/templates/viewform.mako:25
+msgid "Filter records."
+msgstr "Фільтр записів"
+
+#: widgets/templates/viewform.mako:33
+msgid "Clear all."
+msgstr "Очистити все."
+
+#: widgets/templates/viewform.mako:35
+msgid "Clear"
+msgstr "Очистити"
+
+#: widgets/templates/viewform.mako:43
+msgid "Filters"
+msgstr "Фільтри"
+
+#: widgets/templates/viewform.mako:45
+msgid "Saved Filters"
+msgstr "Збережені фільтри"
+
+#: widgets/templates/viewform.mako:52
+msgid "New Filter"
+msgstr "Новий фільтр"
+
+#: widgets/templates/viewform.mako:53
+msgid "Save Filter"
+msgstr "Зберегти фільтр"
+
+#: widgets/templates/viewform.mako:54
+msgid "Manage Filters"
+msgstr "Керування фільтрами"
+
+#: widgets/templates/listgrid/listgrid.mako:19
+msgid "Update"
+msgstr "Оновити"
+
+#: widgets/templates/listgrid/listgrid.mako:134
+msgid "Add records..."
+msgstr "Додати запис..."
+
+#: widgets/templates/listgrid/listgrid.mako:172
+#: widgets/templates/listgrid/listgrid.mako:176
+msgid "Delete record(s)."
+msgstr "Видалити запис(и)."

=== modified file 'addons/openerp/po/messages/vi.po'
--- addons/openerp/po/messages/vi.po	2011-03-11 04:48:47 +0000
+++ addons/openerp/po/messages/vi.po	2011-03-15 13:37:09 +0000
@@ -14,8 +14,13 @@
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
+<<<<<<< TREE
 "X-Launchpad-Export-Date: 2011-03-11 04:48+0000\n"
 "X-Generator: Launchpad (build 12559)\n"
+=======
+"X-Launchpad-Export-Date: 2011-03-12 06:14+0000\n"
+"X-Generator: Launchpad (build 12559)\n"
+>>>>>>> MERGE-SOURCE
 
 #: validators.py:75
 msgid "Invalid literal for float"

=== modified file 'addons/openerp/po/messages/zh_CN.po'
--- addons/openerp/po/messages/zh_CN.po	2011-03-11 04:48:47 +0000
+++ addons/openerp/po/messages/zh_CN.po	2011-03-15 13:37:09 +0000
@@ -14,8 +14,13 @@
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=utf-8\n"
 "Content-Transfer-Encoding: 8bit\n"
+<<<<<<< TREE
 "X-Launchpad-Export-Date: 2011-03-11 04:48+0000\n"
 "X-Generator: Launchpad (build 12559)\n"
+=======
+"X-Launchpad-Export-Date: 2011-03-12 06:15+0000\n"
+"X-Generator: Launchpad (build 12559)\n"
+>>>>>>> MERGE-SOURCE
 "Generated-By: Babel None\n"
 
 #: validators.py:75

=== modified file 'addons/openerp/static/javascript/form.js'
--- addons/openerp/static/javascript/form.js	2011-02-16 08:57:33 +0000
+++ addons/openerp/static/javascript/form.js	2011-03-15 13:37:09 +0000
@@ -991,6 +991,10 @@
         var id = eval(params['_terp_selection'])[0]
     } else {
         var id = jQuery('[id="'+field+'"]').val();
+        if (id == 'False') {
+        	error_display(_("You must save this record to perform the action !"))
+        return;
+        }
     }
 
     var action_id = $src.attr('action_id') || null;

=== added file 'addons/view_calendar/po/javascript/ar.po.OTHER'
--- addons/view_calendar/po/javascript/ar.po.OTHER	1970-01-01 00:00:00 +0000
+++ addons/view_calendar/po/javascript/ar.po.OTHER	2011-03-15 13:37:09 +0000
@@ -0,0 +1,66 @@
+# Arabic translation for openobject-client-web
+# Copyright (c) 2011 Rosetta Contributors and Canonical Ltd 2011
+# This file is distributed under the same license as the openobject-client-web package.
+# FIRST AUTHOR <EMAIL@ADDRESS>, 2011.
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: openobject-client-web\n"
+"Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n"
+"POT-Creation-Date: 2011-01-17 13:09+0100\n"
+"PO-Revision-Date: 2011-02-16 16:47+0000\n"
+"Last-Translator: kifcaliph <kifcaliph@xxxxxxxxxxx>\n"
+"Language-Team: Arabic <ar@xxxxxx>\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"X-Launchpad-Export-Date: 2011-03-12 06:13+0000\n"
+"X-Generator: Launchpad (build 12559)\n"
+
+#: static/javascript/calendar_box.js:50
+msgid "Cancel"
+msgstr "إلغاء"
+
+#: static/javascript/calendar_box.js:51
+msgid "Edit"
+msgstr "تحرير"
+
+#: static/javascript/calendar_box.js:52
+msgid "Duplicate"
+msgstr "تكرار"
+
+#: static/javascript/calendar_box.js:53
+msgid "Delete"
+msgstr "حذف"
+
+#: static/javascript/calendar_box.js:80
+msgid "Creation User: "
+msgstr "إنشاء حساب: "
+
+#: static/javascript/calendar_box.js:81
+msgid "Creation Date: "
+msgstr "تاريخ الإنشاء: "
+
+#: static/javascript/calendar_box.js:82
+msgid "Latest Modification by: "
+msgstr "آخر تعديل بواسطة: "
+
+#: static/javascript/calendar_box.js:83
+msgid "Latest Modification Date: "
+msgstr "آخر تاريخ للتعديل: "
+
+#: static/javascript/calendar_box.js:167
+msgid "Do you really want to delete this record?"
+msgstr "هل تريد حذف هذا السجل؟"
+
+#: static/javascript/calendar_gantt.js:258
+#: static/javascript/calendar_month.js:412
+#: static/javascript/calendar_week.js:269
+#: static/javascript/calendar_week.js:672
+msgid "This calendar object can no longer be moved !"
+msgstr "لا تستطيع تعديل كائن التقويم هذا بعد الأن !"
+
+#: static/javascript/calendar_gantt.js:320
+#: static/javascript/calendar_week.js:96
+msgid "This calendar object can no longer be resized !"
+msgstr "لا تستطيع تعديل حجم الكائن للتقويم !"

=== added file 'addons/view_calendar/po/javascript/bg.po.OTHER'
--- addons/view_calendar/po/javascript/bg.po.OTHER	1970-01-01 00:00:00 +0000
+++ addons/view_calendar/po/javascript/bg.po.OTHER	2011-03-15 13:37:09 +0000
@@ -0,0 +1,66 @@
+# Bulgarian translation for openobject-client-web
+# Copyright (c) 2011 Rosetta Contributors and Canonical Ltd 2011
+# This file is distributed under the same license as the openobject-client-web package.
+# FIRST AUTHOR <EMAIL@ADDRESS>, 2011.
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: openobject-client-web\n"
+"Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n"
+"POT-Creation-Date: 2011-01-17 13:09+0100\n"
+"PO-Revision-Date: 2011-02-27 09:23+0000\n"
+"Last-Translator: Dimitar Markov <dimitar.markov@xxxxxxxxx>\n"
+"Language-Team: Bulgarian <bg@xxxxxx>\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"X-Launchpad-Export-Date: 2011-03-12 06:13+0000\n"
+"X-Generator: Launchpad (build 12559)\n"
+
+#: static/javascript/calendar_box.js:50
+msgid "Cancel"
+msgstr "Отказ"
+
+#: static/javascript/calendar_box.js:51
+msgid "Edit"
+msgstr "Редактирай"
+
+#: static/javascript/calendar_box.js:52
+msgid "Duplicate"
+msgstr "Дублиране"
+
+#: static/javascript/calendar_box.js:53
+msgid "Delete"
+msgstr "Изтриване"
+
+#: static/javascript/calendar_box.js:80
+msgid "Creation User: "
+msgstr ""
+
+#: static/javascript/calendar_box.js:81
+msgid "Creation Date: "
+msgstr "Дата на създаване: "
+
+#: static/javascript/calendar_box.js:82
+msgid "Latest Modification by: "
+msgstr "Последна промяна от: "
+
+#: static/javascript/calendar_box.js:83
+msgid "Latest Modification Date: "
+msgstr "Последна дата на промяна: "
+
+#: static/javascript/calendar_box.js:167
+msgid "Do you really want to delete this record?"
+msgstr "Наистина ли желаете да изтриете този запис"
+
+#: static/javascript/calendar_gantt.js:258
+#: static/javascript/calendar_month.js:412
+#: static/javascript/calendar_week.js:269
+#: static/javascript/calendar_week.js:672
+msgid "This calendar object can no longer be moved !"
+msgstr "Този обект в календара не може вече да бъде местен!"
+
+#: static/javascript/calendar_gantt.js:320
+#: static/javascript/calendar_week.js:96
+msgid "This calendar object can no longer be resized !"
+msgstr "Този обект в календара не вече не може да му бъде променян размера!"

=== added file 'addons/view_calendar/po/javascript/ca.po.OTHER'
--- addons/view_calendar/po/javascript/ca.po.OTHER	1970-01-01 00:00:00 +0000
+++ addons/view_calendar/po/javascript/ca.po.OTHER	2011-03-15 13:37:09 +0000
@@ -0,0 +1,67 @@
+# Catalan translation for openobject-client-web
+# Copyright (c) 2011 Rosetta Contributors and Canonical Ltd 2011
+# This file is distributed under the same license as the openobject-client-web package.
+# FIRST AUTHOR <EMAIL@ADDRESS>, 2011.
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: openobject-client-web\n"
+"Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n"
+"POT-Creation-Date: 2011-01-17 13:09+0100\n"
+"PO-Revision-Date: 2011-02-24 17:03+0000\n"
+"Last-Translator: Jordi Esteve (www.zikzakmedia.com) "
+"<jesteve@xxxxxxxxxxxxxxx>\n"
+"Language-Team: Catalan <ca@xxxxxx>\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"X-Launchpad-Export-Date: 2011-03-12 06:13+0000\n"
+"X-Generator: Launchpad (build 12559)\n"
+
+#: static/javascript/calendar_box.js:50
+msgid "Cancel"
+msgstr "Cancel·la"
+
+#: static/javascript/calendar_box.js:51
+msgid "Edit"
+msgstr "Edita"
+
+#: static/javascript/calendar_box.js:52
+msgid "Duplicate"
+msgstr "Duplica"
+
+#: static/javascript/calendar_box.js:53
+msgid "Delete"
+msgstr "Elimina"
+
+#: static/javascript/calendar_box.js:80
+msgid "Creation User: "
+msgstr "Creat per l'usuari: "
+
+#: static/javascript/calendar_box.js:81
+msgid "Creation Date: "
+msgstr "Data de creació: "
+
+#: static/javascript/calendar_box.js:82
+msgid "Latest Modification by: "
+msgstr "Última modificació per: "
+
+#: static/javascript/calendar_box.js:83
+msgid "Latest Modification Date: "
+msgstr "Data última modificació: "
+
+#: static/javascript/calendar_box.js:167
+msgid "Do you really want to delete this record?"
+msgstr "Realment voleu eliminar aquest registre?"
+
+#: static/javascript/calendar_gantt.js:258
+#: static/javascript/calendar_month.js:412
+#: static/javascript/calendar_week.js:269
+#: static/javascript/calendar_week.js:672
+msgid "This calendar object can no longer be moved !"
+msgstr "No es pot moure més aquest objecte calendari!"
+
+#: static/javascript/calendar_gantt.js:320
+#: static/javascript/calendar_week.js:96
+msgid "This calendar object can no longer be resized !"
+msgstr "No es pot canviar més la grandaria d'aquest objecte calendari!"

=== modified file 'addons/view_calendar/po/javascript/de.po'
--- addons/view_calendar/po/javascript/de.po	2011-03-11 04:48:47 +0000
+++ addons/view_calendar/po/javascript/de.po	2011-03-15 13:37:09 +0000
@@ -15,8 +15,13 @@
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=utf-8\n"
 "Content-Transfer-Encoding: 8bit\n"
+<<<<<<< TREE
 "X-Launchpad-Export-Date: 2011-03-11 04:46+0000\n"
 "X-Generator: Launchpad (build 12559)\n"
+=======
+"X-Launchpad-Export-Date: 2011-03-12 06:13+0000\n"
+"X-Generator: Launchpad (build 12559)\n"
+>>>>>>> MERGE-SOURCE
 "Generated-By: Babel None\n"
 
 #: static/javascript/calendar_box.js:50

=== modified file 'addons/view_calendar/po/javascript/es.po'
--- addons/view_calendar/po/javascript/es.po	2011-03-11 04:48:47 +0000
+++ addons/view_calendar/po/javascript/es.po	2011-03-15 13:37:09 +0000
@@ -15,8 +15,13 @@
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
+<<<<<<< TREE
 "X-Launchpad-Export-Date: 2011-03-11 04:46+0000\n"
 "X-Generator: Launchpad (build 12559)\n"
+=======
+"X-Launchpad-Export-Date: 2011-03-12 06:13+0000\n"
+"X-Generator: Launchpad (build 12559)\n"
+>>>>>>> MERGE-SOURCE
 
 #: static/javascript/calendar_box.js:50
 msgid "Cancel"

=== modified file 'addons/view_calendar/po/javascript/eu.po'
--- addons/view_calendar/po/javascript/eu.po	2011-03-11 04:48:47 +0000
+++ addons/view_calendar/po/javascript/eu.po	2011-03-15 13:37:09 +0000
@@ -14,8 +14,13 @@
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
+<<<<<<< TREE
 "X-Launchpad-Export-Date: 2011-03-11 04:46+0000\n"
 "X-Generator: Launchpad (build 12559)\n"
+=======
+"X-Launchpad-Export-Date: 2011-03-12 06:13+0000\n"
+"X-Generator: Launchpad (build 12559)\n"
+>>>>>>> MERGE-SOURCE
 
 #: static/javascript/calendar_box.js:50
 msgid "Cancel"

=== added file 'addons/view_calendar/po/javascript/fi.po.OTHER'
--- addons/view_calendar/po/javascript/fi.po.OTHER	1970-01-01 00:00:00 +0000
+++ addons/view_calendar/po/javascript/fi.po.OTHER	2011-03-15 13:37:09 +0000
@@ -0,0 +1,66 @@
+# Finnish translation for openobject-client-web
+# Copyright (c) 2011 Rosetta Contributors and Canonical Ltd 2011
+# This file is distributed under the same license as the openobject-client-web package.
+# FIRST AUTHOR <EMAIL@ADDRESS>, 2011.
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: openobject-client-web\n"
+"Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n"
+"POT-Creation-Date: 2011-01-17 13:09+0100\n"
+"PO-Revision-Date: 2011-02-20 22:08+0000\n"
+"Last-Translator: Harri Luuppala <Unknown>\n"
+"Language-Team: Finnish <fi@xxxxxx>\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"X-Launchpad-Export-Date: 2011-03-12 06:13+0000\n"
+"X-Generator: Launchpad (build 12559)\n"
+
+#: static/javascript/calendar_box.js:50
+msgid "Cancel"
+msgstr "Keskeytä"
+
+#: static/javascript/calendar_box.js:51
+msgid "Edit"
+msgstr "Muokkaa"
+
+#: static/javascript/calendar_box.js:52
+msgid "Duplicate"
+msgstr "Kopioi"
+
+#: static/javascript/calendar_box.js:53
+msgid "Delete"
+msgstr "Poista"
+
+#: static/javascript/calendar_box.js:80
+msgid "Creation User: "
+msgstr "Luoja: "
+
+#: static/javascript/calendar_box.js:81
+msgid "Creation Date: "
+msgstr "Luontipäivä: "
+
+#: static/javascript/calendar_box.js:82
+msgid "Latest Modification by: "
+msgstr "Viimeksi muokkasi: "
+
+#: static/javascript/calendar_box.js:83
+msgid "Latest Modification Date: "
+msgstr "Viimeinen muokkauspäivä: "
+
+#: static/javascript/calendar_box.js:167
+msgid "Do you really want to delete this record?"
+msgstr "Haluatko poistaa tämän tietueen?"
+
+#: static/javascript/calendar_gantt.js:258
+#: static/javascript/calendar_month.js:412
+#: static/javascript/calendar_week.js:269
+#: static/javascript/calendar_week.js:672
+msgid "This calendar object can no longer be moved !"
+msgstr "Kalenterin objektia ei voi poistaa!"
+
+#: static/javascript/calendar_gantt.js:320
+#: static/javascript/calendar_week.js:96
+msgid "This calendar object can no longer be resized !"
+msgstr "Kalenterin objektin kokoa ei voi enää muuttaa!"

=== modified file 'addons/view_calendar/po/javascript/fr.po'
--- addons/view_calendar/po/javascript/fr.po	2011-03-11 04:48:47 +0000
+++ addons/view_calendar/po/javascript/fr.po	2011-03-15 13:37:09 +0000
@@ -14,8 +14,13 @@
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=utf-8\n"
 "Content-Transfer-Encoding: 8bit\n"
+<<<<<<< TREE
 "X-Launchpad-Export-Date: 2011-03-11 04:46+0000\n"
 "X-Generator: Launchpad (build 12559)\n"
+=======
+"X-Launchpad-Export-Date: 2011-03-12 06:13+0000\n"
+"X-Generator: Launchpad (build 12559)\n"
+>>>>>>> MERGE-SOURCE
 "Generated-By: Babel None\n"
 
 #: static/javascript/calendar_box.js:50

=== modified file 'addons/view_calendar/po/javascript/gl.po'
--- addons/view_calendar/po/javascript/gl.po	2011-03-11 04:48:47 +0000
+++ addons/view_calendar/po/javascript/gl.po	2011-03-15 13:37:09 +0000
@@ -14,8 +14,13 @@
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
+<<<<<<< TREE
 "X-Launchpad-Export-Date: 2011-03-11 04:46+0000\n"
 "X-Generator: Launchpad (build 12559)\n"
+=======
+"X-Launchpad-Export-Date: 2011-03-12 06:13+0000\n"
+"X-Generator: Launchpad (build 12559)\n"
+>>>>>>> MERGE-SOURCE
 
 #: static/javascript/calendar_box.js:50
 msgid "Cancel"

=== modified file 'addons/view_calendar/po/javascript/hr.po'
--- addons/view_calendar/po/javascript/hr.po	2011-03-11 04:48:47 +0000
+++ addons/view_calendar/po/javascript/hr.po	2011-03-15 13:37:09 +0000
@@ -14,8 +14,13 @@
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
+<<<<<<< TREE
 "X-Launchpad-Export-Date: 2011-03-11 04:46+0000\n"
 "X-Generator: Launchpad (build 12559)\n"
+=======
+"X-Launchpad-Export-Date: 2011-03-12 06:13+0000\n"
+"X-Generator: Launchpad (build 12559)\n"
+>>>>>>> MERGE-SOURCE
 
 #: static/javascript/calendar_box.js:50
 msgid "Cancel"

=== modified file 'addons/view_calendar/po/javascript/hu.po'
--- addons/view_calendar/po/javascript/hu.po	2011-03-11 04:48:47 +0000
+++ addons/view_calendar/po/javascript/hu.po	2011-03-15 13:37:09 +0000
@@ -14,8 +14,13 @@
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
+<<<<<<< TREE
 "X-Launchpad-Export-Date: 2011-03-11 04:46+0000\n"
 "X-Generator: Launchpad (build 12559)\n"
+=======
+"X-Launchpad-Export-Date: 2011-03-12 06:13+0000\n"
+"X-Generator: Launchpad (build 12559)\n"
+>>>>>>> MERGE-SOURCE
 
 #: static/javascript/calendar_box.js:50
 msgid "Cancel"

=== modified file 'addons/view_calendar/po/javascript/it.po'
--- addons/view_calendar/po/javascript/it.po	2011-03-11 04:48:47 +0000
+++ addons/view_calendar/po/javascript/it.po	2011-03-15 13:37:09 +0000
@@ -14,8 +14,13 @@
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=utf-8\n"
 "Content-Transfer-Encoding: 8bit\n"
+<<<<<<< TREE
 "X-Launchpad-Export-Date: 2011-03-11 04:46+0000\n"
 "X-Generator: Launchpad (build 12559)\n"
+=======
+"X-Launchpad-Export-Date: 2011-03-12 06:13+0000\n"
+"X-Generator: Launchpad (build 12559)\n"
+>>>>>>> MERGE-SOURCE
 "Generated-By: Babel None\n"
 
 #: static/javascript/calendar_box.js:50

=== modified file 'addons/view_calendar/po/javascript/lt.po'
--- addons/view_calendar/po/javascript/lt.po	2011-03-11 04:48:47 +0000
+++ addons/view_calendar/po/javascript/lt.po	2011-03-15 13:37:09 +0000
@@ -14,8 +14,13 @@
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
+<<<<<<< TREE
 "X-Launchpad-Export-Date: 2011-03-11 04:46+0000\n"
 "X-Generator: Launchpad (build 12559)\n"
+=======
+"X-Launchpad-Export-Date: 2011-03-12 06:13+0000\n"
+"X-Generator: Launchpad (build 12559)\n"
+>>>>>>> MERGE-SOURCE
 
 #: static/javascript/calendar_box.js:50
 msgid "Cancel"

=== modified file 'addons/view_calendar/po/javascript/lv.po'
--- addons/view_calendar/po/javascript/lv.po	2011-03-11 04:48:47 +0000
+++ addons/view_calendar/po/javascript/lv.po	2011-03-15 13:37:09 +0000
@@ -14,8 +14,13 @@
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
+<<<<<<< TREE
 "X-Launchpad-Export-Date: 2011-03-11 04:46+0000\n"
 "X-Generator: Launchpad (build 12559)\n"
+=======
+"X-Launchpad-Export-Date: 2011-03-12 06:13+0000\n"
+"X-Generator: Launchpad (build 12559)\n"
+>>>>>>> MERGE-SOURCE
 
 #: static/javascript/calendar_box.js:50
 msgid "Cancel"

=== modified file 'addons/view_calendar/po/javascript/nl.po'
--- addons/view_calendar/po/javascript/nl.po	2011-03-11 04:48:47 +0000
+++ addons/view_calendar/po/javascript/nl.po	2011-03-15 13:37:09 +0000
@@ -14,8 +14,13 @@
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=utf-8\n"
 "Content-Transfer-Encoding: 8bit\n"
+<<<<<<< TREE
 "X-Launchpad-Export-Date: 2011-03-11 04:46+0000\n"
 "X-Generator: Launchpad (build 12559)\n"
+=======
+"X-Launchpad-Export-Date: 2011-03-12 06:13+0000\n"
+"X-Generator: Launchpad (build 12559)\n"
+>>>>>>> MERGE-SOURCE
 "Generated-By: Babel None\n"
 
 #: static/javascript/calendar_box.js:50

=== modified file 'addons/view_calendar/po/javascript/pl.po'
--- addons/view_calendar/po/javascript/pl.po	2011-03-11 04:48:47 +0000
+++ addons/view_calendar/po/javascript/pl.po	2011-03-15 13:37:09 +0000
@@ -14,8 +14,13 @@
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
+<<<<<<< TREE
 "X-Launchpad-Export-Date: 2011-03-11 04:46+0000\n"
 "X-Generator: Launchpad (build 12559)\n"
+=======
+"X-Launchpad-Export-Date: 2011-03-12 06:13+0000\n"
+"X-Generator: Launchpad (build 12559)\n"
+>>>>>>> MERGE-SOURCE
 
 #: static/javascript/calendar_box.js:50
 msgid "Cancel"

=== modified file 'addons/view_calendar/po/javascript/pt.po'
--- addons/view_calendar/po/javascript/pt.po	2011-03-11 04:48:47 +0000
+++ addons/view_calendar/po/javascript/pt.po	2011-03-15 13:37:09 +0000
@@ -14,8 +14,13 @@
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
+<<<<<<< TREE
 "X-Launchpad-Export-Date: 2011-03-11 04:46+0000\n"
 "X-Generator: Launchpad (build 12559)\n"
+=======
+"X-Launchpad-Export-Date: 2011-03-12 06:13+0000\n"
+"X-Generator: Launchpad (build 12559)\n"
+>>>>>>> MERGE-SOURCE
 
 #: static/javascript/calendar_box.js:50
 msgid "Cancel"

=== modified file 'addons/view_calendar/po/javascript/pt_BR.po'
--- addons/view_calendar/po/javascript/pt_BR.po	2011-03-11 04:48:47 +0000
+++ addons/view_calendar/po/javascript/pt_BR.po	2011-03-15 13:37:09 +0000
@@ -14,8 +14,13 @@
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=utf-8\n"
 "Content-Transfer-Encoding: 8bit\n"
+<<<<<<< TREE
 "X-Launchpad-Export-Date: 2011-03-11 04:46+0000\n"
 "X-Generator: Launchpad (build 12559)\n"
+=======
+"X-Launchpad-Export-Date: 2011-03-12 06:13+0000\n"
+"X-Generator: Launchpad (build 12559)\n"
+>>>>>>> MERGE-SOURCE
 "Generated-By: Babel None\n"
 
 #: static/javascript/calendar_box.js:50

=== modified file 'addons/view_calendar/po/javascript/ru.po'
--- addons/view_calendar/po/javascript/ru.po	2011-03-11 04:48:47 +0000
+++ addons/view_calendar/po/javascript/ru.po	2011-03-15 13:37:09 +0000
@@ -14,8 +14,13 @@
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
+<<<<<<< TREE
 "X-Launchpad-Export-Date: 2011-03-11 04:46+0000\n"
 "X-Generator: Launchpad (build 12559)\n"
+=======
+"X-Launchpad-Export-Date: 2011-03-12 06:13+0000\n"
+"X-Generator: Launchpad (build 12559)\n"
+>>>>>>> MERGE-SOURCE
 
 #: static/javascript/calendar_box.js:50
 msgid "Cancel"

=== modified file 'addons/view_calendar/po/javascript/sk.po'
--- addons/view_calendar/po/javascript/sk.po	2011-03-11 04:48:47 +0000
+++ addons/view_calendar/po/javascript/sk.po	2011-03-15 13:37:09 +0000
@@ -14,8 +14,13 @@
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
+<<<<<<< TREE
 "X-Launchpad-Export-Date: 2011-03-11 04:46+0000\n"
 "X-Generator: Launchpad (build 12559)\n"
+=======
+"X-Launchpad-Export-Date: 2011-03-12 06:13+0000\n"
+"X-Generator: Launchpad (build 12559)\n"
+>>>>>>> MERGE-SOURCE
 
 #: static/javascript/calendar_box.js:50
 msgid "Cancel"

=== modified file 'addons/view_calendar/po/javascript/sr.po'
--- addons/view_calendar/po/javascript/sr.po	2011-03-11 04:48:47 +0000
+++ addons/view_calendar/po/javascript/sr.po	2011-03-15 13:37:09 +0000
@@ -14,8 +14,13 @@
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=utf-8\n"
 "Content-Transfer-Encoding: 8bit\n"
+<<<<<<< TREE
 "X-Launchpad-Export-Date: 2011-03-11 04:46+0000\n"
 "X-Generator: Launchpad (build 12559)\n"
+=======
+"X-Launchpad-Export-Date: 2011-03-12 06:13+0000\n"
+"X-Generator: Launchpad (build 12559)\n"
+>>>>>>> MERGE-SOURCE
 "Generated-By: Babel None\n"
 
 #: static/javascript/calendar_box.js:50

=== modified file 'addons/view_calendar/po/javascript/sr@xxxxxxxx'
--- addons/view_calendar/po/javascript/sr@xxxxxxxx	2011-03-11 04:48:47 +0000
+++ addons/view_calendar/po/javascript/sr@xxxxxxxx	2011-03-15 13:37:09 +0000
@@ -14,8 +14,13 @@
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
+<<<<<<< TREE
 "X-Launchpad-Export-Date: 2011-03-11 04:46+0000\n"
 "X-Generator: Launchpad (build 12559)\n"
+=======
+"X-Launchpad-Export-Date: 2011-03-12 06:13+0000\n"
+"X-Generator: Launchpad (build 12559)\n"
+>>>>>>> MERGE-SOURCE
 
 #: static/javascript/calendar_box.js:50
 msgid "Cancel"

=== modified file 'addons/view_calendar/po/javascript/sv.po'
--- addons/view_calendar/po/javascript/sv.po	2011-03-11 04:48:47 +0000
+++ addons/view_calendar/po/javascript/sv.po	2011-03-15 13:37:09 +0000
@@ -14,8 +14,13 @@
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=utf-8\n"
 "Content-Transfer-Encoding: 8bit\n"
+<<<<<<< TREE
 "X-Launchpad-Export-Date: 2011-03-11 04:46+0000\n"
 "X-Generator: Launchpad (build 12559)\n"
+=======
+"X-Launchpad-Export-Date: 2011-03-12 06:13+0000\n"
+"X-Generator: Launchpad (build 12559)\n"
+>>>>>>> MERGE-SOURCE
 "Generated-By: Babel None\n"
 
 #: static/javascript/calendar_box.js:50

=== modified file 'addons/view_calendar/po/javascript/tr.po'
--- addons/view_calendar/po/javascript/tr.po	2011-03-11 04:48:47 +0000
+++ addons/view_calendar/po/javascript/tr.po	2011-03-15 13:37:09 +0000
@@ -14,8 +14,13 @@
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
+<<<<<<< TREE
 "X-Launchpad-Export-Date: 2011-03-11 04:46+0000\n"
 "X-Generator: Launchpad (build 12559)\n"
+=======
+"X-Launchpad-Export-Date: 2011-03-12 06:13+0000\n"
+"X-Generator: Launchpad (build 12559)\n"
+>>>>>>> MERGE-SOURCE
 
 #: static/javascript/calendar_box.js:50
 msgid "Cancel"

=== modified file 'addons/view_calendar/po/javascript/uk.po'
--- addons/view_calendar/po/javascript/uk.po	2011-03-11 04:48:47 +0000
+++ addons/view_calendar/po/javascript/uk.po	2011-03-15 13:37:09 +0000
@@ -14,8 +14,13 @@
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
+<<<<<<< TREE
 "X-Launchpad-Export-Date: 2011-03-11 04:46+0000\n"
 "X-Generator: Launchpad (build 12559)\n"
+=======
+"X-Launchpad-Export-Date: 2011-03-12 06:13+0000\n"
+"X-Generator: Launchpad (build 12559)\n"
+>>>>>>> MERGE-SOURCE
 
 #: static/javascript/calendar_box.js:50
 msgid "Cancel"

=== modified file 'addons/view_calendar/po/javascript/zh_CN.po'
--- addons/view_calendar/po/javascript/zh_CN.po	2011-03-11 04:48:47 +0000
+++ addons/view_calendar/po/javascript/zh_CN.po	2011-03-15 13:37:09 +0000
@@ -14,8 +14,13 @@
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
+<<<<<<< TREE
 "X-Launchpad-Export-Date: 2011-03-11 04:46+0000\n"
 "X-Generator: Launchpad (build 12559)\n"
+=======
+"X-Launchpad-Export-Date: 2011-03-12 06:13+0000\n"
+"X-Generator: Launchpad (build 12559)\n"
+>>>>>>> MERGE-SOURCE
 
 #: static/javascript/calendar_box.js:50
 msgid "Cancel"

=== added file 'addons/view_calendar/po/messages/ar.po.OTHER'
--- addons/view_calendar/po/messages/ar.po.OTHER	1970-01-01 00:00:00 +0000
+++ addons/view_calendar/po/messages/ar.po.OTHER	2011-03-15 13:37:09 +0000
@@ -0,0 +1,215 @@
+# Arabic translation for openobject-client-web
+# Copyright (c) 2011 Rosetta Contributors and Canonical Ltd 2011
+# This file is distributed under the same license as the openobject-client-web package.
+# FIRST AUTHOR <EMAIL@ADDRESS>, 2011.
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: openobject-client-web\n"
+"Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n"
+"POT-Creation-Date: 2011-01-17 13:09+0100\n"
+"PO-Revision-Date: 2011-02-16 17:02+0000\n"
+"Last-Translator: kifcaliph <kifcaliph@xxxxxxxxxxx>\n"
+"Language-Team: Arabic <ar@xxxxxx>\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"X-Launchpad-Export-Date: 2011-03-12 06:13+0000\n"
+"X-Generator: Launchpad (build 12559)\n"
+
+#: controllers/templates/calpopup.mako:83
+msgid "Save"
+msgstr "حفـظ"
+
+#: controllers/templates/calpopup.mako:86
+msgid "Close"
+msgstr "إغلاق"
+
+#: widgets/_views.py:10
+msgid "Calendar"
+msgstr "التقويم"
+
+#: widgets/_views.py:11
+msgid "Calendar view..."
+msgstr "عرض التقويم..."
+
+#: widgets/_views.py:28
+msgid "Gantt"
+msgstr "جانت"
+
+#: widgets/_views.py:29
+msgid "Gantt view..."
+msgstr "عرض مخطط جانت..."
+
+#: widgets/utils.py:26
+msgid "Monday"
+msgstr "الإثنين"
+
+#: widgets/utils.py:27
+msgid "Tuesday"
+msgstr "الثلاثاء"
+
+#: widgets/utils.py:28
+msgid "Wednesday"
+msgstr "الأربعاء"
+
+#: widgets/utils.py:29
+msgid "Thursday"
+msgstr "الخميس"
+
+#: widgets/utils.py:30
+msgid "Friday"
+msgstr "الجمعة"
+
+#: widgets/utils.py:31
+msgid "Saturday"
+msgstr "السبت"
+
+#: widgets/utils.py:32
+msgid "Sunday"
+msgstr "الأحد"
+
+#: widgets/utils.py:35
+msgid "January"
+msgstr "يناير"
+
+#: widgets/utils.py:36
+msgid "February"
+msgstr "فبراير"
+
+#: widgets/utils.py:37
+msgid "March"
+msgstr "مارس"
+
+#: widgets/utils.py:38
+msgid "April"
+msgstr "أبريل"
+
+#: widgets/utils.py:39
+msgid "May"
+msgstr "مايو"
+
+#: widgets/utils.py:40
+msgid "June"
+msgstr "يونيو"
+
+#: widgets/utils.py:41
+msgid "July"
+msgstr "يوليو"
+
+#: widgets/utils.py:42
+msgid "August"
+msgstr "أغسطس"
+
+#: widgets/utils.py:43
+msgid "September"
+msgstr "سبتمبر"
+
+#: widgets/utils.py:44
+msgid "October"
+msgstr "أكتوبر"
+
+#: widgets/utils.py:45
+msgid "November"
+msgstr "نوفمبر"
+
+#: widgets/utils.py:46
+msgid "December"
+msgstr "ديسمبر"
+
+#: widgets/utils.py:173
+#, python-format
+msgid "%(first)s to %(last)s %(month)s"
+msgstr "%(first)s الي %(last)s %(month)s"
+
+#: widgets/widgets.py:281
+#, python-format
+msgid "%s, Week %s"
+msgstr "%s, اسبوع %s"
+
+#: widgets/widgets.py:294
+#, python-format
+msgid "%s - %s"
+msgstr "%s - %s"
+
+#: widgets/widgets.py:296 widgets/widgets.py:319 widgets/widgets.py:363
+#, python-format
+msgid "Week %s"
+msgstr "اسبوع %s"
+
+#: widgets/widgets.py:311
+#, python-format
+msgid "%s, Qtr %s"
+msgstr "%s, Qtr %s"
+
+#: widgets/widgets.py:330
+#, python-format
+msgid "W %s"
+msgstr "W %s"
+
+#: widgets/widgets.py:338 widgets/widgets.py:352
+#, python-format
+msgid "Year %s to Year %s"
+msgstr "سنه %s الي سنه %s"
+
+#: widgets/templates/day.mako:4 widgets/templates/day.mako:7
+#: widgets/templates/gantt.mako:5 widgets/templates/gantt.mako:8
+#: widgets/templates/month.mako:4 widgets/templates/week.mako:4
+msgid "Today"
+msgstr "اليوم"
+
+#: widgets/templates/day.mako:21 widgets/templates/month.mako:15
+#: widgets/templates/week.mako:18
+msgid "Month Calendar..."
+msgstr "التقويم الشهري..."
+
+#: widgets/templates/day.mako:22 widgets/templates/month.mako:15
+#: widgets/templates/week.mako:19
+msgid "Month"
+msgstr "شهر"
+
+#: widgets/templates/day.mako:25 widgets/templates/month.mako:18
+#: widgets/templates/week.mako:22
+msgid "Week Calendar..."
+msgstr "التقويم الإسبوعي..."
+
+#: widgets/templates/day.mako:26 widgets/templates/month.mako:19
+#: widgets/templates/week.mako:22
+msgid "Week"
+msgstr "أسبوع"
+
+#: widgets/templates/day.mako:30 widgets/templates/month.mako:22
+#: widgets/templates/week.mako:25
+msgid "Day Calendar..."
+msgstr "التقويم اليومي..."
+
+#: widgets/templates/day.mako:30 widgets/templates/month.mako:23
+#: widgets/templates/week.mako:26
+msgid "Day"
+msgstr "يوم"
+
+#: widgets/templates/gantt.mako:7 widgets/templates/month.mako:3
+#: widgets/templates/week.mako:3
+msgid "Today..."
+msgstr "اليوم..."
+
+#: widgets/templates/gantt.mako:22 widgets/templates/gantt.mako:24
+msgid "Zoom In"
+msgstr "تكبير"
+
+#: widgets/templates/gantt.mako:30 widgets/templates/gantt.mako:32
+msgid "Zoom Out"
+msgstr "تصغير"
+
+#: widgets/templates/groups.mako:4
+msgid "Add"
+msgstr "إضافة"
+
+#: widgets/templates/sidebar.mako:3
+msgid "Navigator"
+msgstr "المتصفح"
+
+#: widgets/templates/week.mako:13
+#, python-format
+msgid "Week %(number)s"
+msgstr "اسبوع %(number)s"

=== added file 'addons/view_calendar/po/messages/bg.po.OTHER'
--- addons/view_calendar/po/messages/bg.po.OTHER	1970-01-01 00:00:00 +0000
+++ addons/view_calendar/po/messages/bg.po.OTHER	2011-03-15 13:37:09 +0000
@@ -0,0 +1,215 @@
+# Bulgarian translation for openobject-client-web
+# Copyright (c) 2011 Rosetta Contributors and Canonical Ltd 2011
+# This file is distributed under the same license as the openobject-client-web package.
+# FIRST AUTHOR <EMAIL@ADDRESS>, 2011.
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: openobject-client-web\n"
+"Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n"
+"POT-Creation-Date: 2011-01-17 13:09+0100\n"
+"PO-Revision-Date: 2011-02-27 09:08+0000\n"
+"Last-Translator: Dimitar Markov <dimitar.markov@xxxxxxxxx>\n"
+"Language-Team: Bulgarian <bg@xxxxxx>\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"X-Launchpad-Export-Date: 2011-03-12 06:13+0000\n"
+"X-Generator: Launchpad (build 12559)\n"
+
+#: controllers/templates/calpopup.mako:83
+msgid "Save"
+msgstr "Запази"
+
+#: controllers/templates/calpopup.mako:86
+msgid "Close"
+msgstr "Затвори"
+
+#: widgets/_views.py:10
+msgid "Calendar"
+msgstr "Календар"
+
+#: widgets/_views.py:11
+msgid "Calendar view..."
+msgstr "Календарен изглед..."
+
+#: widgets/_views.py:28
+msgid "Gantt"
+msgstr "Гантова диаграма"
+
+#: widgets/_views.py:29
+msgid "Gantt view..."
+msgstr "Виж като Гантова диаграма"
+
+#: widgets/utils.py:26
+msgid "Monday"
+msgstr "Понеделник"
+
+#: widgets/utils.py:27
+msgid "Tuesday"
+msgstr "Вторник"
+
+#: widgets/utils.py:28
+msgid "Wednesday"
+msgstr "Сряда"
+
+#: widgets/utils.py:29
+msgid "Thursday"
+msgstr "Четвъртък"
+
+#: widgets/utils.py:30
+msgid "Friday"
+msgstr "Петък"
+
+#: widgets/utils.py:31
+msgid "Saturday"
+msgstr "Събота"
+
+#: widgets/utils.py:32
+msgid "Sunday"
+msgstr "Неделя"
+
+#: widgets/utils.py:35
+msgid "January"
+msgstr "Януари"
+
+#: widgets/utils.py:36
+msgid "February"
+msgstr "Февруари"
+
+#: widgets/utils.py:37
+msgid "March"
+msgstr "Март"
+
+#: widgets/utils.py:38
+msgid "April"
+msgstr "Април"
+
+#: widgets/utils.py:39
+msgid "May"
+msgstr "Май"
+
+#: widgets/utils.py:40
+msgid "June"
+msgstr "Юни"
+
+#: widgets/utils.py:41
+msgid "July"
+msgstr "Юли"
+
+#: widgets/utils.py:42
+msgid "August"
+msgstr "Август"
+
+#: widgets/utils.py:43
+msgid "September"
+msgstr "Септември"
+
+#: widgets/utils.py:44
+msgid "October"
+msgstr "Октомври"
+
+#: widgets/utils.py:45
+msgid "November"
+msgstr "Ноември"
+
+#: widgets/utils.py:46
+msgid "December"
+msgstr "Декември"
+
+#: widgets/utils.py:173
+#, python-format
+msgid "%(first)s to %(last)s %(month)s"
+msgstr "%(first)s до %(last)s %(month)s"
+
+#: widgets/widgets.py:281
+#, python-format
+msgid "%s, Week %s"
+msgstr "%s, Седмица %s"
+
+#: widgets/widgets.py:294
+#, python-format
+msgid "%s - %s"
+msgstr "%s - %s"
+
+#: widgets/widgets.py:296 widgets/widgets.py:319 widgets/widgets.py:363
+#, python-format
+msgid "Week %s"
+msgstr "Седмици %s"
+
+#: widgets/widgets.py:311
+#, python-format
+msgid "%s, Qtr %s"
+msgstr "%s, Четвърт %s"
+
+#: widgets/widgets.py:330
+#, python-format
+msgid "W %s"
+msgstr "С %s"
+
+#: widgets/widgets.py:338 widgets/widgets.py:352
+#, python-format
+msgid "Year %s to Year %s"
+msgstr "Година %s до Година %s"
+
+#: widgets/templates/day.mako:4 widgets/templates/day.mako:7
+#: widgets/templates/gantt.mako:5 widgets/templates/gantt.mako:8
+#: widgets/templates/month.mako:4 widgets/templates/week.mako:4
+msgid "Today"
+msgstr "Днес"
+
+#: widgets/templates/day.mako:21 widgets/templates/month.mako:15
+#: widgets/templates/week.mako:18
+msgid "Month Calendar..."
+msgstr "Месечен календар..."
+
+#: widgets/templates/day.mako:22 widgets/templates/month.mako:15
+#: widgets/templates/week.mako:19
+msgid "Month"
+msgstr "Месец"
+
+#: widgets/templates/day.mako:25 widgets/templates/month.mako:18
+#: widgets/templates/week.mako:22
+msgid "Week Calendar..."
+msgstr "Седмичен календар..."
+
+#: widgets/templates/day.mako:26 widgets/templates/month.mako:19
+#: widgets/templates/week.mako:22
+msgid "Week"
+msgstr "Седмица"
+
+#: widgets/templates/day.mako:30 widgets/templates/month.mako:22
+#: widgets/templates/week.mako:25
+msgid "Day Calendar..."
+msgstr "Дневен календар..."
+
+#: widgets/templates/day.mako:30 widgets/templates/month.mako:23
+#: widgets/templates/week.mako:26
+msgid "Day"
+msgstr "Ден"
+
+#: widgets/templates/gantt.mako:7 widgets/templates/month.mako:3
+#: widgets/templates/week.mako:3
+msgid "Today..."
+msgstr "Днес..."
+
+#: widgets/templates/gantt.mako:22 widgets/templates/gantt.mako:24
+msgid "Zoom In"
+msgstr "Увеличаване"
+
+#: widgets/templates/gantt.mako:30 widgets/templates/gantt.mako:32
+msgid "Zoom Out"
+msgstr "Намаляване"
+
+#: widgets/templates/groups.mako:4
+msgid "Add"
+msgstr "Добави"
+
+#: widgets/templates/sidebar.mako:3
+msgid "Navigator"
+msgstr "Навигатор"
+
+#: widgets/templates/week.mako:13
+#, python-format
+msgid "Week %(number)s"
+msgstr "Седмица %(number)s"

=== added file 'addons/view_calendar/po/messages/ca.po.OTHER'
--- addons/view_calendar/po/messages/ca.po.OTHER	1970-01-01 00:00:00 +0000
+++ addons/view_calendar/po/messages/ca.po.OTHER	2011-03-15 13:37:09 +0000
@@ -0,0 +1,216 @@
+# Catalan translation for openobject-client-web
+# Copyright (c) 2011 Rosetta Contributors and Canonical Ltd 2011
+# This file is distributed under the same license as the openobject-client-web package.
+# FIRST AUTHOR <EMAIL@ADDRESS>, 2011.
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: openobject-client-web\n"
+"Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n"
+"POT-Creation-Date: 2011-01-17 13:09+0100\n"
+"PO-Revision-Date: 2011-02-24 17:48+0000\n"
+"Last-Translator: Jordi Esteve (www.zikzakmedia.com) "
+"<jesteve@xxxxxxxxxxxxxxx>\n"
+"Language-Team: Catalan <ca@xxxxxx>\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"X-Launchpad-Export-Date: 2011-03-12 06:13+0000\n"
+"X-Generator: Launchpad (build 12559)\n"
+
+#: controllers/templates/calpopup.mako:83
+msgid "Save"
+msgstr "Desa"
+
+#: controllers/templates/calpopup.mako:86
+msgid "Close"
+msgstr "Tanca"
+
+#: widgets/_views.py:10
+msgid "Calendar"
+msgstr "Calendari"
+
+#: widgets/_views.py:11
+msgid "Calendar view..."
+msgstr "Vista calendari..."
+
+#: widgets/_views.py:28
+msgid "Gantt"
+msgstr "Gantt"
+
+#: widgets/_views.py:29
+msgid "Gantt view..."
+msgstr "Vista Gantt..."
+
+#: widgets/utils.py:26
+msgid "Monday"
+msgstr "Dilluns"
+
+#: widgets/utils.py:27
+msgid "Tuesday"
+msgstr "Dimarts"
+
+#: widgets/utils.py:28
+msgid "Wednesday"
+msgstr "Dimecres"
+
+#: widgets/utils.py:29
+msgid "Thursday"
+msgstr "Dijous"
+
+#: widgets/utils.py:30
+msgid "Friday"
+msgstr "Divendres"
+
+#: widgets/utils.py:31
+msgid "Saturday"
+msgstr "Dissabte"
+
+#: widgets/utils.py:32
+msgid "Sunday"
+msgstr "Diumenge"
+
+#: widgets/utils.py:35
+msgid "January"
+msgstr "Gener"
+
+#: widgets/utils.py:36
+msgid "February"
+msgstr "Febrer"
+
+#: widgets/utils.py:37
+msgid "March"
+msgstr "Març"
+
+#: widgets/utils.py:38
+msgid "April"
+msgstr "Abril"
+
+#: widgets/utils.py:39
+msgid "May"
+msgstr "Maig"
+
+#: widgets/utils.py:40
+msgid "June"
+msgstr "Juny"
+
+#: widgets/utils.py:41
+msgid "July"
+msgstr "Juliol"
+
+#: widgets/utils.py:42
+msgid "August"
+msgstr "Agost"
+
+#: widgets/utils.py:43
+msgid "September"
+msgstr "Setembre"
+
+#: widgets/utils.py:44
+msgid "October"
+msgstr "Octubre"
+
+#: widgets/utils.py:45
+msgid "November"
+msgstr "Novembre"
+
+#: widgets/utils.py:46
+msgid "December"
+msgstr "Desembre"
+
+#: widgets/utils.py:173
+#, python-format
+msgid "%(first)s to %(last)s %(month)s"
+msgstr "%(first)s fins %(last)s %(month)s"
+
+#: widgets/widgets.py:281
+#, python-format
+msgid "%s, Week %s"
+msgstr "%s, Setmana %s"
+
+#: widgets/widgets.py:294
+#, python-format
+msgid "%s - %s"
+msgstr "%s - %s"
+
+#: widgets/widgets.py:296 widgets/widgets.py:319 widgets/widgets.py:363
+#, python-format
+msgid "Week %s"
+msgstr "Setmana %s"
+
+#: widgets/widgets.py:311
+#, python-format
+msgid "%s, Qtr %s"
+msgstr "%s, Trimestre %s"
+
+#: widgets/widgets.py:330
+#, python-format
+msgid "W %s"
+msgstr "S %s"
+
+#: widgets/widgets.py:338 widgets/widgets.py:352
+#, python-format
+msgid "Year %s to Year %s"
+msgstr "Any %s a any %s"
+
+#: widgets/templates/day.mako:4 widgets/templates/day.mako:7
+#: widgets/templates/gantt.mako:5 widgets/templates/gantt.mako:8
+#: widgets/templates/month.mako:4 widgets/templates/week.mako:4
+msgid "Today"
+msgstr "Avui"
+
+#: widgets/templates/day.mako:21 widgets/templates/month.mako:15
+#: widgets/templates/week.mako:18
+msgid "Month Calendar..."
+msgstr "Calendari mensual..."
+
+#: widgets/templates/day.mako:22 widgets/templates/month.mako:15
+#: widgets/templates/week.mako:19
+msgid "Month"
+msgstr "Mes"
+
+#: widgets/templates/day.mako:25 widgets/templates/month.mako:18
+#: widgets/templates/week.mako:22
+msgid "Week Calendar..."
+msgstr "Calendari setmanal..."
+
+#: widgets/templates/day.mako:26 widgets/templates/month.mako:19
+#: widgets/templates/week.mako:22
+msgid "Week"
+msgstr "Setmana"
+
+#: widgets/templates/day.mako:30 widgets/templates/month.mako:22
+#: widgets/templates/week.mako:25
+msgid "Day Calendar..."
+msgstr "Calendari diari..."
+
+#: widgets/templates/day.mako:30 widgets/templates/month.mako:23
+#: widgets/templates/week.mako:26
+msgid "Day"
+msgstr "Dia"
+
+#: widgets/templates/gantt.mako:7 widgets/templates/month.mako:3
+#: widgets/templates/week.mako:3
+msgid "Today..."
+msgstr "Avui..."
+
+#: widgets/templates/gantt.mako:22 widgets/templates/gantt.mako:24
+msgid "Zoom In"
+msgstr "Amplia"
+
+#: widgets/templates/gantt.mako:30 widgets/templates/gantt.mako:32
+msgid "Zoom Out"
+msgstr "Redueix"
+
+#: widgets/templates/groups.mako:4
+msgid "Add"
+msgstr "Afegeix"
+
+#: widgets/templates/sidebar.mako:3
+msgid "Navigator"
+msgstr "Navegador"
+
+#: widgets/templates/week.mako:13
+#, python-format
+msgid "Week %(number)s"
+msgstr "Setmana %(number)s"

=== modified file 'addons/view_calendar/po/messages/de.po'
--- addons/view_calendar/po/messages/de.po	2011-03-11 04:48:47 +0000
+++ addons/view_calendar/po/messages/de.po	2011-03-15 13:37:09 +0000
@@ -15,8 +15,13 @@
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=utf-8\n"
 "Content-Transfer-Encoding: 8bit\n"
+<<<<<<< TREE
 "X-Launchpad-Export-Date: 2011-03-11 04:46+0000\n"
 "X-Generator: Launchpad (build 12559)\n"
+=======
+"X-Launchpad-Export-Date: 2011-03-12 06:13+0000\n"
+"X-Generator: Launchpad (build 12559)\n"
+>>>>>>> MERGE-SOURCE
 "Generated-By: Babel None\n"
 
 #: controllers/templates/calpopup.mako:83

=== modified file 'addons/view_calendar/po/messages/es.po'
--- addons/view_calendar/po/messages/es.po	2011-03-11 04:48:47 +0000
+++ addons/view_calendar/po/messages/es.po	2011-03-15 13:37:09 +0000
@@ -15,8 +15,13 @@
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
+<<<<<<< TREE
 "X-Launchpad-Export-Date: 2011-03-11 04:46+0000\n"
 "X-Generator: Launchpad (build 12559)\n"
+=======
+"X-Launchpad-Export-Date: 2011-03-12 06:13+0000\n"
+"X-Generator: Launchpad (build 12559)\n"
+>>>>>>> MERGE-SOURCE
 
 #: controllers/templates/calpopup.mako:83
 msgid "Save"

=== modified file 'addons/view_calendar/po/messages/eu.po'
--- addons/view_calendar/po/messages/eu.po	2011-03-11 04:48:47 +0000
+++ addons/view_calendar/po/messages/eu.po	2011-03-15 13:37:09 +0000
@@ -14,8 +14,13 @@
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
+<<<<<<< TREE
 "X-Launchpad-Export-Date: 2011-03-11 04:46+0000\n"
 "X-Generator: Launchpad (build 12559)\n"
+=======
+"X-Launchpad-Export-Date: 2011-03-12 06:13+0000\n"
+"X-Generator: Launchpad (build 12559)\n"
+>>>>>>> MERGE-SOURCE
 
 #: controllers/templates/calpopup.mako:83
 msgid "Save"

=== added file 'addons/view_calendar/po/messages/fi.po.OTHER'
--- addons/view_calendar/po/messages/fi.po.OTHER	1970-01-01 00:00:00 +0000
+++ addons/view_calendar/po/messages/fi.po.OTHER	2011-03-15 13:37:09 +0000
@@ -0,0 +1,215 @@
+# Finnish translation for openobject-client-web
+# Copyright (c) 2011 Rosetta Contributors and Canonical Ltd 2011
+# This file is distributed under the same license as the openobject-client-web package.
+# FIRST AUTHOR <EMAIL@ADDRESS>, 2011.
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: openobject-client-web\n"
+"Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n"
+"POT-Creation-Date: 2011-01-17 13:09+0100\n"
+"PO-Revision-Date: 2011-03-01 09:02+0000\n"
+"Last-Translator: Jussi Mikkola <Unknown>\n"
+"Language-Team: Finnish <fi@xxxxxx>\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"X-Launchpad-Export-Date: 2011-03-12 06:13+0000\n"
+"X-Generator: Launchpad (build 12559)\n"
+
+#: controllers/templates/calpopup.mako:83
+msgid "Save"
+msgstr "Tallenna"
+
+#: controllers/templates/calpopup.mako:86
+msgid "Close"
+msgstr "Sulje"
+
+#: widgets/_views.py:10
+msgid "Calendar"
+msgstr "Kalenteri"
+
+#: widgets/_views.py:11
+msgid "Calendar view..."
+msgstr "Kalenterinäkymä..."
+
+#: widgets/_views.py:28
+msgid "Gantt"
+msgstr "Gantt-kaavio"
+
+#: widgets/_views.py:29
+msgid "Gantt view..."
+msgstr "Gantt-kaavio"
+
+#: widgets/utils.py:26
+msgid "Monday"
+msgstr "Maanantai"
+
+#: widgets/utils.py:27
+msgid "Tuesday"
+msgstr "Tiistai"
+
+#: widgets/utils.py:28
+msgid "Wednesday"
+msgstr "Keskiviikko"
+
+#: widgets/utils.py:29
+msgid "Thursday"
+msgstr "Torstai"
+
+#: widgets/utils.py:30
+msgid "Friday"
+msgstr "Perjantai"
+
+#: widgets/utils.py:31
+msgid "Saturday"
+msgstr "Lauantai"
+
+#: widgets/utils.py:32
+msgid "Sunday"
+msgstr "Sunnuntai"
+
+#: widgets/utils.py:35
+msgid "January"
+msgstr "Tammikuu"
+
+#: widgets/utils.py:36
+msgid "February"
+msgstr "Helmikuu"
+
+#: widgets/utils.py:37
+msgid "March"
+msgstr "Maaliskuu"
+
+#: widgets/utils.py:38
+msgid "April"
+msgstr "Huhtikuu"
+
+#: widgets/utils.py:39
+msgid "May"
+msgstr "Toukokuu"
+
+#: widgets/utils.py:40
+msgid "June"
+msgstr "kesäkuu"
+
+#: widgets/utils.py:41
+msgid "July"
+msgstr "Heinäkuu"
+
+#: widgets/utils.py:42
+msgid "August"
+msgstr "Elokuu"
+
+#: widgets/utils.py:43
+msgid "September"
+msgstr "Syyskuu"
+
+#: widgets/utils.py:44
+msgid "October"
+msgstr "Lokakuu"
+
+#: widgets/utils.py:45
+msgid "November"
+msgstr "Marraskuu"
+
+#: widgets/utils.py:46
+msgid "December"
+msgstr "Joulukuu"
+
+#: widgets/utils.py:173
+#, python-format
+msgid "%(first)s to %(last)s %(month)s"
+msgstr ""
+
+#: widgets/widgets.py:281
+#, python-format
+msgid "%s, Week %s"
+msgstr "%s, Viikko %s"
+
+#: widgets/widgets.py:294
+#, python-format
+msgid "%s - %s"
+msgstr "%s - %s"
+
+#: widgets/widgets.py:296 widgets/widgets.py:319 widgets/widgets.py:363
+#, python-format
+msgid "Week %s"
+msgstr "viikko %s"
+
+#: widgets/widgets.py:311
+#, python-format
+msgid "%s, Qtr %s"
+msgstr "%s, Q%s"
+
+#: widgets/widgets.py:330
+#, python-format
+msgid "W %s"
+msgstr "Vkko %s"
+
+#: widgets/widgets.py:338 widgets/widgets.py:352
+#, python-format
+msgid "Year %s to Year %s"
+msgstr "V%s - %s"
+
+#: widgets/templates/day.mako:4 widgets/templates/day.mako:7
+#: widgets/templates/gantt.mako:5 widgets/templates/gantt.mako:8
+#: widgets/templates/month.mako:4 widgets/templates/week.mako:4
+msgid "Today"
+msgstr "Tänään"
+
+#: widgets/templates/day.mako:21 widgets/templates/month.mako:15
+#: widgets/templates/week.mako:18
+msgid "Month Calendar..."
+msgstr "Kuukausikalenteri"
+
+#: widgets/templates/day.mako:22 widgets/templates/month.mako:15
+#: widgets/templates/week.mako:19
+msgid "Month"
+msgstr "Kuukausi"
+
+#: widgets/templates/day.mako:25 widgets/templates/month.mako:18
+#: widgets/templates/week.mako:22
+msgid "Week Calendar..."
+msgstr "Viikkokalenteri"
+
+#: widgets/templates/day.mako:26 widgets/templates/month.mako:19
+#: widgets/templates/week.mako:22
+msgid "Week"
+msgstr "Viikko"
+
+#: widgets/templates/day.mako:30 widgets/templates/month.mako:22
+#: widgets/templates/week.mako:25
+msgid "Day Calendar..."
+msgstr "Päiväkalenteri"
+
+#: widgets/templates/day.mako:30 widgets/templates/month.mako:23
+#: widgets/templates/week.mako:26
+msgid "Day"
+msgstr "Päivä"
+
+#: widgets/templates/gantt.mako:7 widgets/templates/month.mako:3
+#: widgets/templates/week.mako:3
+msgid "Today..."
+msgstr "tänään..."
+
+#: widgets/templates/gantt.mako:22 widgets/templates/gantt.mako:24
+msgid "Zoom In"
+msgstr "Suurenna"
+
+#: widgets/templates/gantt.mako:30 widgets/templates/gantt.mako:32
+msgid "Zoom Out"
+msgstr "Pienennä"
+
+#: widgets/templates/groups.mako:4
+msgid "Add"
+msgstr "Lisää"
+
+#: widgets/templates/sidebar.mako:3
+msgid "Navigator"
+msgstr "Navigaattori"
+
+#: widgets/templates/week.mako:13
+#, python-format
+msgid "Week %(number)s"
+msgstr "Viikko %(number)s"

=== modified file 'addons/view_calendar/po/messages/fr.po'
--- addons/view_calendar/po/messages/fr.po	2011-03-11 04:48:47 +0000
+++ addons/view_calendar/po/messages/fr.po	2011-03-15 13:37:09 +0000
@@ -14,8 +14,13 @@
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=utf-8\n"
 "Content-Transfer-Encoding: 8bit\n"
+<<<<<<< TREE
 "X-Launchpad-Export-Date: 2011-03-11 04:46+0000\n"
 "X-Generator: Launchpad (build 12559)\n"
+=======
+"X-Launchpad-Export-Date: 2011-03-12 06:13+0000\n"
+"X-Generator: Launchpad (build 12559)\n"
+>>>>>>> MERGE-SOURCE
 "Generated-By: Babel None\n"
 
 #: controllers/templates/calpopup.mako:83

=== modified file 'addons/view_calendar/po/messages/gl.po'
--- addons/view_calendar/po/messages/gl.po	2011-03-11 04:48:47 +0000
+++ addons/view_calendar/po/messages/gl.po	2011-03-15 13:37:09 +0000
@@ -14,8 +14,13 @@
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
+<<<<<<< TREE
 "X-Launchpad-Export-Date: 2011-03-11 04:46+0000\n"
 "X-Generator: Launchpad (build 12559)\n"
+=======
+"X-Launchpad-Export-Date: 2011-03-12 06:13+0000\n"
+"X-Generator: Launchpad (build 12559)\n"
+>>>>>>> MERGE-SOURCE
 
 #: controllers/templates/calpopup.mako:83
 msgid "Save"

=== modified file 'addons/view_calendar/po/messages/hr.po'
--- addons/view_calendar/po/messages/hr.po	2011-03-11 04:48:47 +0000
+++ addons/view_calendar/po/messages/hr.po	2011-03-15 13:37:09 +0000
@@ -14,8 +14,13 @@
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
+<<<<<<< TREE
 "X-Launchpad-Export-Date: 2011-03-11 04:46+0000\n"
 "X-Generator: Launchpad (build 12559)\n"
+=======
+"X-Launchpad-Export-Date: 2011-03-12 06:13+0000\n"
+"X-Generator: Launchpad (build 12559)\n"
+>>>>>>> MERGE-SOURCE
 
 #: controllers/templates/calpopup.mako:83
 msgid "Save"

=== modified file 'addons/view_calendar/po/messages/hu.po'
--- addons/view_calendar/po/messages/hu.po	2011-03-11 04:48:47 +0000
+++ addons/view_calendar/po/messages/hu.po	2011-03-15 13:37:09 +0000
@@ -14,8 +14,13 @@
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
+<<<<<<< TREE
 "X-Launchpad-Export-Date: 2011-03-11 04:46+0000\n"
 "X-Generator: Launchpad (build 12559)\n"
+=======
+"X-Launchpad-Export-Date: 2011-03-12 06:13+0000\n"
+"X-Generator: Launchpad (build 12559)\n"
+>>>>>>> MERGE-SOURCE
 
 #: controllers/templates/calpopup.mako:83
 msgid "Save"

=== modified file 'addons/view_calendar/po/messages/it.po'
--- addons/view_calendar/po/messages/it.po	2011-03-11 04:48:47 +0000
+++ addons/view_calendar/po/messages/it.po	2011-03-15 13:37:09 +0000
@@ -14,8 +14,13 @@
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=utf-8\n"
 "Content-Transfer-Encoding: 8bit\n"
+<<<<<<< TREE
 "X-Launchpad-Export-Date: 2011-03-11 04:46+0000\n"
 "X-Generator: Launchpad (build 12559)\n"
+=======
+"X-Launchpad-Export-Date: 2011-03-12 06:13+0000\n"
+"X-Generator: Launchpad (build 12559)\n"
+>>>>>>> MERGE-SOURCE
 "Generated-By: Babel None\n"
 
 #: controllers/templates/calpopup.mako:83

=== modified file 'addons/view_calendar/po/messages/lt.po'
--- addons/view_calendar/po/messages/lt.po	2011-03-11 04:48:47 +0000
+++ addons/view_calendar/po/messages/lt.po	2011-03-15 13:37:09 +0000
@@ -14,8 +14,13 @@
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
+<<<<<<< TREE
 "X-Launchpad-Export-Date: 2011-03-11 04:46+0000\n"
 "X-Generator: Launchpad (build 12559)\n"
+=======
+"X-Launchpad-Export-Date: 2011-03-12 06:13+0000\n"
+"X-Generator: Launchpad (build 12559)\n"
+>>>>>>> MERGE-SOURCE
 
 #: controllers/templates/calpopup.mako:83
 msgid "Save"

=== modified file 'addons/view_calendar/po/messages/lv.po'
--- addons/view_calendar/po/messages/lv.po	2011-03-11 04:48:47 +0000
+++ addons/view_calendar/po/messages/lv.po	2011-03-15 13:37:09 +0000
@@ -14,8 +14,13 @@
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
+<<<<<<< TREE
 "X-Launchpad-Export-Date: 2011-03-11 04:46+0000\n"
 "X-Generator: Launchpad (build 12559)\n"
+=======
+"X-Launchpad-Export-Date: 2011-03-12 06:13+0000\n"
+"X-Generator: Launchpad (build 12559)\n"
+>>>>>>> MERGE-SOURCE
 
 #: controllers/templates/calpopup.mako:83
 msgid "Save"

=== modified file 'addons/view_calendar/po/messages/nl.po'
--- addons/view_calendar/po/messages/nl.po	2011-03-11 04:48:47 +0000
+++ addons/view_calendar/po/messages/nl.po	2011-03-15 13:37:09 +0000
@@ -14,8 +14,13 @@
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=utf-8\n"
 "Content-Transfer-Encoding: 8bit\n"
+<<<<<<< TREE
 "X-Launchpad-Export-Date: 2011-03-11 04:46+0000\n"
 "X-Generator: Launchpad (build 12559)\n"
+=======
+"X-Launchpad-Export-Date: 2011-03-12 06:13+0000\n"
+"X-Generator: Launchpad (build 12559)\n"
+>>>>>>> MERGE-SOURCE
 "Generated-By: Babel None\n"
 
 #: controllers/templates/calpopup.mako:83

=== modified file 'addons/view_calendar/po/messages/pl.po'
--- addons/view_calendar/po/messages/pl.po	2011-03-11 04:48:47 +0000
+++ addons/view_calendar/po/messages/pl.po	2011-03-15 13:37:09 +0000
@@ -14,8 +14,13 @@
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=utf-8\n"
 "Content-Transfer-Encoding: 8bit\n"
+<<<<<<< TREE
 "X-Launchpad-Export-Date: 2011-03-11 04:46+0000\n"
 "X-Generator: Launchpad (build 12559)\n"
+=======
+"X-Launchpad-Export-Date: 2011-03-12 06:13+0000\n"
+"X-Generator: Launchpad (build 12559)\n"
+>>>>>>> MERGE-SOURCE
 "Generated-By: Babel None\n"
 
 #: controllers/templates/calpopup.mako:83

=== modified file 'addons/view_calendar/po/messages/pt.po'
--- addons/view_calendar/po/messages/pt.po	2011-03-11 04:48:47 +0000
+++ addons/view_calendar/po/messages/pt.po	2011-03-15 13:37:09 +0000
@@ -14,8 +14,13 @@
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
+<<<<<<< TREE
 "X-Launchpad-Export-Date: 2011-03-11 04:46+0000\n"
 "X-Generator: Launchpad (build 12559)\n"
+=======
+"X-Launchpad-Export-Date: 2011-03-12 06:13+0000\n"
+"X-Generator: Launchpad (build 12559)\n"
+>>>>>>> MERGE-SOURCE
 
 #: controllers/templates/calpopup.mako:83
 msgid "Save"

=== modified file 'addons/view_calendar/po/messages/pt_BR.po'
--- addons/view_calendar/po/messages/pt_BR.po	2011-03-11 04:48:47 +0000
+++ addons/view_calendar/po/messages/pt_BR.po	2011-03-15 13:37:09 +0000
@@ -14,8 +14,13 @@
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=utf-8\n"
 "Content-Transfer-Encoding: 8bit\n"
+<<<<<<< TREE
 "X-Launchpad-Export-Date: 2011-03-11 04:46+0000\n"
 "X-Generator: Launchpad (build 12559)\n"
+=======
+"X-Launchpad-Export-Date: 2011-03-12 06:13+0000\n"
+"X-Generator: Launchpad (build 12559)\n"
+>>>>>>> MERGE-SOURCE
 "Generated-By: Babel None\n"
 
 #: controllers/templates/calpopup.mako:83

=== modified file 'addons/view_calendar/po/messages/ru.po'
--- addons/view_calendar/po/messages/ru.po	2011-03-11 04:48:47 +0000
+++ addons/view_calendar/po/messages/ru.po	2011-03-15 13:37:09 +0000
@@ -14,8 +14,13 @@
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
+<<<<<<< TREE
 "X-Launchpad-Export-Date: 2011-03-11 04:46+0000\n"
 "X-Generator: Launchpad (build 12559)\n"
+=======
+"X-Launchpad-Export-Date: 2011-03-12 06:13+0000\n"
+"X-Generator: Launchpad (build 12559)\n"
+>>>>>>> MERGE-SOURCE
 
 #: controllers/templates/calpopup.mako:83
 msgid "Save"

=== modified file 'addons/view_calendar/po/messages/sk.po'
--- addons/view_calendar/po/messages/sk.po	2011-03-11 04:48:47 +0000
+++ addons/view_calendar/po/messages/sk.po	2011-03-15 13:37:09 +0000
@@ -14,8 +14,13 @@
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
+<<<<<<< TREE
 "X-Launchpad-Export-Date: 2011-03-11 04:46+0000\n"
 "X-Generator: Launchpad (build 12559)\n"
+=======
+"X-Launchpad-Export-Date: 2011-03-12 06:13+0000\n"
+"X-Generator: Launchpad (build 12559)\n"
+>>>>>>> MERGE-SOURCE
 
 #: controllers/templates/calpopup.mako:83
 msgid "Save"

=== modified file 'addons/view_calendar/po/messages/sr.po'
--- addons/view_calendar/po/messages/sr.po	2011-03-11 04:48:47 +0000
+++ addons/view_calendar/po/messages/sr.po	2011-03-15 13:37:09 +0000
@@ -14,8 +14,13 @@
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=utf-8\n"
 "Content-Transfer-Encoding: 8bit\n"
+<<<<<<< TREE
 "X-Launchpad-Export-Date: 2011-03-11 04:46+0000\n"
 "X-Generator: Launchpad (build 12559)\n"
+=======
+"X-Launchpad-Export-Date: 2011-03-12 06:13+0000\n"
+"X-Generator: Launchpad (build 12559)\n"
+>>>>>>> MERGE-SOURCE
 "Generated-By: Babel None\n"
 
 #: controllers/templates/calpopup.mako:83

=== modified file 'addons/view_calendar/po/messages/sr@xxxxxxxx'
--- addons/view_calendar/po/messages/sr@xxxxxxxx	2011-03-11 04:48:47 +0000
+++ addons/view_calendar/po/messages/sr@xxxxxxxx	2011-03-15 13:37:09 +0000
@@ -14,8 +14,13 @@
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
+<<<<<<< TREE
 "X-Launchpad-Export-Date: 2011-03-11 04:46+0000\n"
 "X-Generator: Launchpad (build 12559)\n"
+=======
+"X-Launchpad-Export-Date: 2011-03-12 06:13+0000\n"
+"X-Generator: Launchpad (build 12559)\n"
+>>>>>>> MERGE-SOURCE
 
 #: controllers/templates/calpopup.mako:83
 msgid "Save"

=== modified file 'addons/view_calendar/po/messages/sv.po'
--- addons/view_calendar/po/messages/sv.po	2011-03-11 04:48:47 +0000
+++ addons/view_calendar/po/messages/sv.po	2011-03-15 13:37:09 +0000
@@ -14,8 +14,13 @@
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=utf-8\n"
 "Content-Transfer-Encoding: 8bit\n"
+<<<<<<< TREE
 "X-Launchpad-Export-Date: 2011-03-11 04:46+0000\n"
 "X-Generator: Launchpad (build 12559)\n"
+=======
+"X-Launchpad-Export-Date: 2011-03-12 06:13+0000\n"
+"X-Generator: Launchpad (build 12559)\n"
+>>>>>>> MERGE-SOURCE
 "Generated-By: Babel None\n"
 
 #: controllers/templates/calpopup.mako:83

=== modified file 'addons/view_calendar/po/messages/tr.po'
--- addons/view_calendar/po/messages/tr.po	2011-03-11 04:48:47 +0000
+++ addons/view_calendar/po/messages/tr.po	2011-03-15 13:37:09 +0000
@@ -14,8 +14,13 @@
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=utf-8\n"
 "Content-Transfer-Encoding: 8bit\n"
+<<<<<<< TREE
 "X-Launchpad-Export-Date: 2011-03-11 04:46+0000\n"
 "X-Generator: Launchpad (build 12559)\n"
+=======
+"X-Launchpad-Export-Date: 2011-03-12 06:13+0000\n"
+"X-Generator: Launchpad (build 12559)\n"
+>>>>>>> MERGE-SOURCE
 "Generated-By: Babel None\n"
 
 #: controllers/templates/calpopup.mako:83

=== modified file 'addons/view_calendar/po/messages/zh_CN.po'
--- addons/view_calendar/po/messages/zh_CN.po	2011-03-11 04:48:47 +0000
+++ addons/view_calendar/po/messages/zh_CN.po	2011-03-15 13:37:09 +0000
@@ -14,8 +14,13 @@
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
+<<<<<<< TREE
 "X-Launchpad-Export-Date: 2011-03-11 04:46+0000\n"
 "X-Generator: Launchpad (build 12559)\n"
+=======
+"X-Launchpad-Export-Date: 2011-03-12 06:13+0000\n"
+"X-Generator: Launchpad (build 12559)\n"
+>>>>>>> MERGE-SOURCE
 
 #: controllers/templates/calpopup.mako:83
 msgid "Save"

=== added file 'addons/view_diagram/po/javascript/ar.po.OTHER'
--- addons/view_diagram/po/javascript/ar.po.OTHER	1970-01-01 00:00:00 +0000
+++ addons/view_diagram/po/javascript/ar.po.OTHER	2011-03-15 13:37:09 +0000
@@ -0,0 +1,46 @@
+# Arabic translation for openobject-client-web
+# Copyright (c) 2011 Rosetta Contributors and Canonical Ltd 2011
+# This file is distributed under the same license as the openobject-client-web package.
+# FIRST AUTHOR <EMAIL@ADDRESS>, 2011.
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: openobject-client-web\n"
+"Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n"
+"POT-Creation-Date: 2011-01-17 13:09+0100\n"
+"PO-Revision-Date: 2011-02-16 16:45+0000\n"
+"Last-Translator: kifcaliph <kifcaliph@xxxxxxxxxxx>\n"
+"Language-Team: Arabic <ar@xxxxxx>\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"X-Launchpad-Export-Date: 2011-03-12 06:13+0000\n"
+"X-Generator: Launchpad (build 12559)\n"
+
+#: static/javascript/infobox.js:135
+msgid "Do you really want to delete this record?"
+msgstr "هل تريد حذف هذا السجل؟"
+
+#: static/javascript/process.js:170
+msgid "Notes:"
+msgstr "ملاحظات:"
+
+#: static/javascript/process.js:178
+msgid "Subflows:"
+msgstr "تدفقات بيانية:"
+
+#: static/javascript/process.js:182
+msgid "Related:"
+msgstr "متعلق:"
+
+#: static/javascript/process.js:266
+msgid "Help"
+msgstr "مساعدة"
+
+#: static/javascript/workflow.js:317
+msgid "state could not be created"
+msgstr "لا يمكن إجراء الحالة"
+
+#: static/javascript/workflow.js:354
+msgid "Could not create transaction at server"
+msgstr "لم يتم إجراء العملية علي الخادم"

=== added file 'addons/view_diagram/po/javascript/bg.po.OTHER'
--- addons/view_diagram/po/javascript/bg.po.OTHER	1970-01-01 00:00:00 +0000
+++ addons/view_diagram/po/javascript/bg.po.OTHER	2011-03-15 13:37:09 +0000
@@ -0,0 +1,46 @@
+# Bulgarian translation for openobject-client-web
+# Copyright (c) 2011 Rosetta Contributors and Canonical Ltd 2011
+# This file is distributed under the same license as the openobject-client-web package.
+# FIRST AUTHOR <EMAIL@ADDRESS>, 2011.
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: openobject-client-web\n"
+"Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n"
+"POT-Creation-Date: 2011-01-17 13:09+0100\n"
+"PO-Revision-Date: 2011-02-27 09:00+0000\n"
+"Last-Translator: Dimitar Markov <dimitar.markov@xxxxxxxxx>\n"
+"Language-Team: Bulgarian <bg@xxxxxx>\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"X-Launchpad-Export-Date: 2011-03-12 06:13+0000\n"
+"X-Generator: Launchpad (build 12559)\n"
+
+#: static/javascript/infobox.js:135
+msgid "Do you really want to delete this record?"
+msgstr "Наистина ли желаете да изтриете този запис"
+
+#: static/javascript/process.js:170
+msgid "Notes:"
+msgstr "Бележки:"
+
+#: static/javascript/process.js:178
+msgid "Subflows:"
+msgstr "Под-потоци:"
+
+#: static/javascript/process.js:182
+msgid "Related:"
+msgstr "Свъразни"
+
+#: static/javascript/process.js:266
+msgid "Help"
+msgstr "Помощ"
+
+#: static/javascript/workflow.js:317
+msgid "state could not be created"
+msgstr "състояние не може да бъде създадено"
+
+#: static/javascript/workflow.js:354
+msgid "Could not create transaction at server"
+msgstr "Не може да създаде транзакция на сървъра"

=== added file 'addons/view_diagram/po/javascript/ca.po.OTHER'
--- addons/view_diagram/po/javascript/ca.po.OTHER	1970-01-01 00:00:00 +0000
+++ addons/view_diagram/po/javascript/ca.po.OTHER	2011-03-15 13:37:09 +0000
@@ -0,0 +1,47 @@
+# Catalan translation for openobject-client-web
+# Copyright (c) 2011 Rosetta Contributors and Canonical Ltd 2011
+# This file is distributed under the same license as the openobject-client-web package.
+# FIRST AUTHOR <EMAIL@ADDRESS>, 2011.
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: openobject-client-web\n"
+"Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n"
+"POT-Creation-Date: 2011-01-17 13:09+0100\n"
+"PO-Revision-Date: 2011-02-24 16:59+0000\n"
+"Last-Translator: Jordi Esteve (www.zikzakmedia.com) "
+"<jesteve@xxxxxxxxxxxxxxx>\n"
+"Language-Team: Catalan <ca@xxxxxx>\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"X-Launchpad-Export-Date: 2011-03-12 06:13+0000\n"
+"X-Generator: Launchpad (build 12559)\n"
+
+#: static/javascript/infobox.js:135
+msgid "Do you really want to delete this record?"
+msgstr "Realment voleu eliminar aquest registre?"
+
+#: static/javascript/process.js:170
+msgid "Notes:"
+msgstr "Notes:"
+
+#: static/javascript/process.js:178
+msgid "Subflows:"
+msgstr "Subflujos:"
+
+#: static/javascript/process.js:182
+msgid "Related:"
+msgstr "Relacionat:"
+
+#: static/javascript/process.js:266
+msgid "Help"
+msgstr "Ajuda"
+
+#: static/javascript/workflow.js:317
+msgid "state could not be created"
+msgstr "estat no pot ser creat"
+
+#: static/javascript/workflow.js:354
+msgid "Could not create transaction at server"
+msgstr "No s'ha pogut crear una transacció al servidor"

=== modified file 'addons/view_diagram/po/javascript/de.po'
--- addons/view_diagram/po/javascript/de.po	2011-03-11 04:48:47 +0000
+++ addons/view_diagram/po/javascript/de.po	2011-03-15 13:37:09 +0000
@@ -14,8 +14,13 @@
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=utf-8\n"
 "Content-Transfer-Encoding: 8bit\n"
+<<<<<<< TREE
 "X-Launchpad-Export-Date: 2011-03-11 04:46+0000\n"
 "X-Generator: Launchpad (build 12559)\n"
+=======
+"X-Launchpad-Export-Date: 2011-03-12 06:13+0000\n"
+"X-Generator: Launchpad (build 12559)\n"
+>>>>>>> MERGE-SOURCE
 "Generated-By: Babel None\n"
 
 #: static/javascript/infobox.js:135

=== modified file 'addons/view_diagram/po/javascript/es.po'
--- addons/view_diagram/po/javascript/es.po	2011-03-11 04:48:47 +0000
+++ addons/view_diagram/po/javascript/es.po	2011-03-15 13:37:09 +0000
@@ -15,8 +15,13 @@
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
+<<<<<<< TREE
 "X-Launchpad-Export-Date: 2011-03-11 04:47+0000\n"
 "X-Generator: Launchpad (build 12559)\n"
+=======
+"X-Launchpad-Export-Date: 2011-03-12 06:13+0000\n"
+"X-Generator: Launchpad (build 12559)\n"
+>>>>>>> MERGE-SOURCE
 
 #: static/javascript/infobox.js:135
 msgid "Do you really want to delete this record?"

=== modified file 'addons/view_diagram/po/javascript/eu.po'
--- addons/view_diagram/po/javascript/eu.po	2011-03-11 04:48:47 +0000
+++ addons/view_diagram/po/javascript/eu.po	2011-03-15 13:37:09 +0000
@@ -14,8 +14,13 @@
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
+<<<<<<< TREE
 "X-Launchpad-Export-Date: 2011-03-11 04:46+0000\n"
 "X-Generator: Launchpad (build 12559)\n"
+=======
+"X-Launchpad-Export-Date: 2011-03-12 06:13+0000\n"
+"X-Generator: Launchpad (build 12559)\n"
+>>>>>>> MERGE-SOURCE
 
 #: static/javascript/infobox.js:135
 msgid "Do you really want to delete this record?"

=== added file 'addons/view_diagram/po/javascript/fi.po.OTHER'
--- addons/view_diagram/po/javascript/fi.po.OTHER	1970-01-01 00:00:00 +0000
+++ addons/view_diagram/po/javascript/fi.po.OTHER	2011-03-15 13:37:09 +0000
@@ -0,0 +1,46 @@
+# Finnish translation for openobject-client-web
+# Copyright (c) 2011 Rosetta Contributors and Canonical Ltd 2011
+# This file is distributed under the same license as the openobject-client-web package.
+# FIRST AUTHOR <EMAIL@ADDRESS>, 2011.
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: openobject-client-web\n"
+"Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n"
+"POT-Creation-Date: 2011-01-17 13:09+0100\n"
+"PO-Revision-Date: 2011-02-20 22:13+0000\n"
+"Last-Translator: Harri Luuppala <Unknown>\n"
+"Language-Team: Finnish <fi@xxxxxx>\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"X-Launchpad-Export-Date: 2011-03-12 06:13+0000\n"
+"X-Generator: Launchpad (build 12559)\n"
+
+#: static/javascript/infobox.js:135
+msgid "Do you really want to delete this record?"
+msgstr "Haluatko poistaa tämän tietueen?"
+
+#: static/javascript/process.js:170
+msgid "Notes:"
+msgstr "Huomautukset:"
+
+#: static/javascript/process.js:178
+msgid "Subflows:"
+msgstr "Työnkulku (alataso):"
+
+#: static/javascript/process.js:182
+msgid "Related:"
+msgstr "Liittyy:"
+
+#: static/javascript/process.js:266
+msgid "Help"
+msgstr "Ohje"
+
+#: static/javascript/workflow.js:317
+msgid "state could not be created"
+msgstr "Tilaa ei votu luoda"
+
+#: static/javascript/workflow.js:354
+msgid "Could not create transaction at server"
+msgstr "Tapahtumaa ei voitu luoda palvelimelle"

=== modified file 'addons/view_diagram/po/javascript/fr.po'
--- addons/view_diagram/po/javascript/fr.po	2011-03-11 04:48:47 +0000
+++ addons/view_diagram/po/javascript/fr.po	2011-03-15 13:37:09 +0000
@@ -14,8 +14,13 @@
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=utf-8\n"
 "Content-Transfer-Encoding: 8bit\n"
+<<<<<<< TREE
 "X-Launchpad-Export-Date: 2011-03-11 04:46+0000\n"
 "X-Generator: Launchpad (build 12559)\n"
+=======
+"X-Launchpad-Export-Date: 2011-03-12 06:13+0000\n"
+"X-Generator: Launchpad (build 12559)\n"
+>>>>>>> MERGE-SOURCE
 "Generated-By: Babel None\n"
 
 #: static/javascript/infobox.js:135

=== modified file 'addons/view_diagram/po/javascript/gl.po'
--- addons/view_diagram/po/javascript/gl.po	2011-03-11 04:48:47 +0000
+++ addons/view_diagram/po/javascript/gl.po	2011-03-15 13:37:09 +0000
@@ -14,8 +14,13 @@
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
+<<<<<<< TREE
 "X-Launchpad-Export-Date: 2011-03-11 04:46+0000\n"
 "X-Generator: Launchpad (build 12559)\n"
+=======
+"X-Launchpad-Export-Date: 2011-03-12 06:13+0000\n"
+"X-Generator: Launchpad (build 12559)\n"
+>>>>>>> MERGE-SOURCE
 
 #: static/javascript/infobox.js:135
 msgid "Do you really want to delete this record?"

=== modified file 'addons/view_diagram/po/javascript/hr.po'
--- addons/view_diagram/po/javascript/hr.po	2011-03-11 04:48:47 +0000
+++ addons/view_diagram/po/javascript/hr.po	2011-03-15 13:37:09 +0000
@@ -14,8 +14,13 @@
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
+<<<<<<< TREE
 "X-Launchpad-Export-Date: 2011-03-11 04:47+0000\n"
 "X-Generator: Launchpad (build 12559)\n"
+=======
+"X-Launchpad-Export-Date: 2011-03-12 06:13+0000\n"
+"X-Generator: Launchpad (build 12559)\n"
+>>>>>>> MERGE-SOURCE
 
 #: static/javascript/infobox.js:135
 msgid "Do you really want to delete this record?"

=== modified file 'addons/view_diagram/po/javascript/hu.po'
--- addons/view_diagram/po/javascript/hu.po	2011-03-11 04:48:47 +0000
+++ addons/view_diagram/po/javascript/hu.po	2011-03-15 13:37:09 +0000
@@ -14,8 +14,13 @@
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
+<<<<<<< TREE
 "X-Launchpad-Export-Date: 2011-03-11 04:46+0000\n"
 "X-Generator: Launchpad (build 12559)\n"
+=======
+"X-Launchpad-Export-Date: 2011-03-12 06:13+0000\n"
+"X-Generator: Launchpad (build 12559)\n"
+>>>>>>> MERGE-SOURCE
 
 #: static/javascript/infobox.js:135
 msgid "Do you really want to delete this record?"

=== modified file 'addons/view_diagram/po/javascript/it.po'
--- addons/view_diagram/po/javascript/it.po	2011-03-11 04:48:47 +0000
+++ addons/view_diagram/po/javascript/it.po	2011-03-15 13:37:09 +0000
@@ -14,8 +14,13 @@
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=utf-8\n"
 "Content-Transfer-Encoding: 8bit\n"
+<<<<<<< TREE
 "X-Launchpad-Export-Date: 2011-03-11 04:46+0000\n"
 "X-Generator: Launchpad (build 12559)\n"
+=======
+"X-Launchpad-Export-Date: 2011-03-12 06:13+0000\n"
+"X-Generator: Launchpad (build 12559)\n"
+>>>>>>> MERGE-SOURCE
 "Generated-By: Babel None\n"
 
 #: static/javascript/infobox.js:135

=== modified file 'addons/view_diagram/po/javascript/lt.po'
--- addons/view_diagram/po/javascript/lt.po	2011-03-11 04:48:47 +0000
+++ addons/view_diagram/po/javascript/lt.po	2011-03-15 13:37:09 +0000
@@ -14,8 +14,13 @@
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
+<<<<<<< TREE
 "X-Launchpad-Export-Date: 2011-03-11 04:46+0000\n"
 "X-Generator: Launchpad (build 12559)\n"
+=======
+"X-Launchpad-Export-Date: 2011-03-12 06:13+0000\n"
+"X-Generator: Launchpad (build 12559)\n"
+>>>>>>> MERGE-SOURCE
 
 #: static/javascript/infobox.js:135
 msgid "Do you really want to delete this record?"

=== modified file 'addons/view_diagram/po/javascript/lv.po'
--- addons/view_diagram/po/javascript/lv.po	2011-03-11 04:48:47 +0000
+++ addons/view_diagram/po/javascript/lv.po	2011-03-15 13:37:09 +0000
@@ -14,8 +14,13 @@
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
+<<<<<<< TREE
 "X-Launchpad-Export-Date: 2011-03-11 04:46+0000\n"
 "X-Generator: Launchpad (build 12559)\n"
+=======
+"X-Launchpad-Export-Date: 2011-03-12 06:13+0000\n"
+"X-Generator: Launchpad (build 12559)\n"
+>>>>>>> MERGE-SOURCE
 
 #: static/javascript/infobox.js:135
 msgid "Do you really want to delete this record?"

=== modified file 'addons/view_diagram/po/javascript/nl.po'
--- addons/view_diagram/po/javascript/nl.po	2011-03-11 04:48:47 +0000
+++ addons/view_diagram/po/javascript/nl.po	2011-03-15 13:37:09 +0000
@@ -14,8 +14,13 @@
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=utf-8\n"
 "Content-Transfer-Encoding: 8bit\n"
+<<<<<<< TREE
 "X-Launchpad-Export-Date: 2011-03-11 04:46+0000\n"
 "X-Generator: Launchpad (build 12559)\n"
+=======
+"X-Launchpad-Export-Date: 2011-03-12 06:13+0000\n"
+"X-Generator: Launchpad (build 12559)\n"
+>>>>>>> MERGE-SOURCE
 "Generated-By: Babel None\n"
 
 #: static/javascript/infobox.js:135

=== modified file 'addons/view_diagram/po/javascript/pl.po'
--- addons/view_diagram/po/javascript/pl.po	2011-03-11 04:48:47 +0000
+++ addons/view_diagram/po/javascript/pl.po	2011-03-15 13:37:09 +0000
@@ -14,8 +14,13 @@
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
+<<<<<<< TREE
 "X-Launchpad-Export-Date: 2011-03-11 04:47+0000\n"
 "X-Generator: Launchpad (build 12559)\n"
+=======
+"X-Launchpad-Export-Date: 2011-03-12 06:13+0000\n"
+"X-Generator: Launchpad (build 12559)\n"
+>>>>>>> MERGE-SOURCE
 
 #: static/javascript/infobox.js:135
 msgid "Do you really want to delete this record?"

=== modified file 'addons/view_diagram/po/javascript/pt.po'
--- addons/view_diagram/po/javascript/pt.po	2011-03-11 04:48:47 +0000
+++ addons/view_diagram/po/javascript/pt.po	2011-03-15 13:37:09 +0000
@@ -14,8 +14,13 @@
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
+<<<<<<< TREE
 "X-Launchpad-Export-Date: 2011-03-11 04:47+0000\n"
 "X-Generator: Launchpad (build 12559)\n"
+=======
+"X-Launchpad-Export-Date: 2011-03-12 06:13+0000\n"
+"X-Generator: Launchpad (build 12559)\n"
+>>>>>>> MERGE-SOURCE
 
 #: static/javascript/infobox.js:135
 msgid "Do you really want to delete this record?"

=== modified file 'addons/view_diagram/po/javascript/pt_BR.po'
--- addons/view_diagram/po/javascript/pt_BR.po	2011-03-11 04:48:47 +0000
+++ addons/view_diagram/po/javascript/pt_BR.po	2011-03-15 13:37:09 +0000
@@ -14,8 +14,13 @@
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=utf-8\n"
 "Content-Transfer-Encoding: 8bit\n"
+<<<<<<< TREE
 "X-Launchpad-Export-Date: 2011-03-11 04:47+0000\n"
 "X-Generator: Launchpad (build 12559)\n"
+=======
+"X-Launchpad-Export-Date: 2011-03-12 06:13+0000\n"
+"X-Generator: Launchpad (build 12559)\n"
+>>>>>>> MERGE-SOURCE
 "Generated-By: Babel None\n"
 
 #: static/javascript/infobox.js:135

=== modified file 'addons/view_diagram/po/javascript/ru.po'
--- addons/view_diagram/po/javascript/ru.po	2011-03-11 04:48:47 +0000
+++ addons/view_diagram/po/javascript/ru.po	2011-03-15 13:37:09 +0000
@@ -14,8 +14,13 @@
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
+<<<<<<< TREE
 "X-Launchpad-Export-Date: 2011-03-11 04:47+0000\n"
 "X-Generator: Launchpad (build 12559)\n"
+=======
+"X-Launchpad-Export-Date: 2011-03-12 06:13+0000\n"
+"X-Generator: Launchpad (build 12559)\n"
+>>>>>>> MERGE-SOURCE
 
 #: static/javascript/infobox.js:135
 msgid "Do you really want to delete this record?"

=== modified file 'addons/view_diagram/po/javascript/sk.po'
--- addons/view_diagram/po/javascript/sk.po	2011-03-11 04:48:47 +0000
+++ addons/view_diagram/po/javascript/sk.po	2011-03-15 13:37:09 +0000
@@ -14,8 +14,13 @@
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
+<<<<<<< TREE
 "X-Launchpad-Export-Date: 2011-03-11 04:47+0000\n"
 "X-Generator: Launchpad (build 12559)\n"
+=======
+"X-Launchpad-Export-Date: 2011-03-12 06:13+0000\n"
+"X-Generator: Launchpad (build 12559)\n"
+>>>>>>> MERGE-SOURCE
 
 #: static/javascript/infobox.js:135
 msgid "Do you really want to delete this record?"

=== modified file 'addons/view_diagram/po/javascript/sr.po'
--- addons/view_diagram/po/javascript/sr.po	2011-03-11 04:48:47 +0000
+++ addons/view_diagram/po/javascript/sr.po	2011-03-15 13:37:09 +0000
@@ -14,8 +14,13 @@
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=utf-8\n"
 "Content-Transfer-Encoding: 8bit\n"
+<<<<<<< TREE
 "X-Launchpad-Export-Date: 2011-03-11 04:47+0000\n"
 "X-Generator: Launchpad (build 12559)\n"
+=======
+"X-Launchpad-Export-Date: 2011-03-12 06:13+0000\n"
+"X-Generator: Launchpad (build 12559)\n"
+>>>>>>> MERGE-SOURCE
 "Generated-By: Babel None\n"
 
 #: static/javascript/infobox.js:135

=== modified file 'addons/view_diagram/po/javascript/sr@xxxxxxxx'
--- addons/view_diagram/po/javascript/sr@xxxxxxxx	2011-03-11 04:48:47 +0000
+++ addons/view_diagram/po/javascript/sr@xxxxxxxx	2011-03-15 13:37:09 +0000
@@ -14,8 +14,13 @@
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
+<<<<<<< TREE
 "X-Launchpad-Export-Date: 2011-03-11 04:47+0000\n"
 "X-Generator: Launchpad (build 12559)\n"
+=======
+"X-Launchpad-Export-Date: 2011-03-12 06:13+0000\n"
+"X-Generator: Launchpad (build 12559)\n"
+>>>>>>> MERGE-SOURCE
 
 #: static/javascript/infobox.js:135
 msgid "Do you really want to delete this record?"

=== modified file 'addons/view_diagram/po/javascript/sv.po'
--- addons/view_diagram/po/javascript/sv.po	2011-03-11 04:48:47 +0000
+++ addons/view_diagram/po/javascript/sv.po	2011-03-15 13:37:09 +0000
@@ -14,8 +14,13 @@
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=utf-8\n"
 "Content-Transfer-Encoding: 8bit\n"
+<<<<<<< TREE
 "X-Launchpad-Export-Date: 2011-03-11 04:47+0000\n"
 "X-Generator: Launchpad (build 12559)\n"
+=======
+"X-Launchpad-Export-Date: 2011-03-12 06:13+0000\n"
+"X-Generator: Launchpad (build 12559)\n"
+>>>>>>> MERGE-SOURCE
 "Generated-By: Babel None\n"
 
 #: static/javascript/infobox.js:135

=== modified file 'addons/view_diagram/po/javascript/tr.po'
--- addons/view_diagram/po/javascript/tr.po	2011-03-11 04:48:47 +0000
+++ addons/view_diagram/po/javascript/tr.po	2011-03-15 13:37:09 +0000
@@ -14,8 +14,13 @@
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
+<<<<<<< TREE
 "X-Launchpad-Export-Date: 2011-03-11 04:47+0000\n"
 "X-Generator: Launchpad (build 12559)\n"
+=======
+"X-Launchpad-Export-Date: 2011-03-12 06:13+0000\n"
+"X-Generator: Launchpad (build 12559)\n"
+>>>>>>> MERGE-SOURCE
 
 #: static/javascript/infobox.js:135
 msgid "Do you really want to delete this record?"

=== modified file 'addons/view_diagram/po/javascript/uk.po'
--- addons/view_diagram/po/javascript/uk.po	2011-03-11 04:48:47 +0000
+++ addons/view_diagram/po/javascript/uk.po	2011-03-15 13:37:09 +0000
@@ -14,8 +14,13 @@
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=utf-8\n"
 "Content-Transfer-Encoding: 8bit\n"
+<<<<<<< TREE
 "X-Launchpad-Export-Date: 2011-03-11 04:47+0000\n"
 "X-Generator: Launchpad (build 12559)\n"
+=======
+"X-Launchpad-Export-Date: 2011-03-12 06:13+0000\n"
+"X-Generator: Launchpad (build 12559)\n"
+>>>>>>> MERGE-SOURCE
 "Generated-By: Babel None\n"
 
 #: static/javascript/infobox.js:135

=== modified file 'addons/view_diagram/po/javascript/zh_CN.po'
--- addons/view_diagram/po/javascript/zh_CN.po	2011-03-11 04:48:47 +0000
+++ addons/view_diagram/po/javascript/zh_CN.po	2011-03-15 13:37:09 +0000
@@ -14,8 +14,13 @@
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
+<<<<<<< TREE
 "X-Launchpad-Export-Date: 2011-03-11 04:47+0000\n"
 "X-Generator: Launchpad (build 12559)\n"
+=======
+"X-Launchpad-Export-Date: 2011-03-12 06:13+0000\n"
+"X-Generator: Launchpad (build 12559)\n"
+>>>>>>> MERGE-SOURCE
 
 #: static/javascript/infobox.js:135
 msgid "Do you really want to delete this record?"

=== added file 'addons/view_diagram/po/messages/ar.po.OTHER'
--- addons/view_diagram/po/messages/ar.po.OTHER	1970-01-01 00:00:00 +0000
+++ addons/view_diagram/po/messages/ar.po.OTHER	2011-03-15 13:37:09 +0000
@@ -0,0 +1,128 @@
+# Arabic translation for openobject-client-web
+# Copyright (c) 2011 Rosetta Contributors and Canonical Ltd 2011
+# This file is distributed under the same license as the openobject-client-web package.
+# FIRST AUTHOR <EMAIL@ADDRESS>, 2011.
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: openobject-client-web\n"
+"Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n"
+"POT-Creation-Date: 2011-01-17 13:09+0100\n"
+"PO-Revision-Date: 2011-02-16 16:59+0000\n"
+"Last-Translator: kifcaliph <kifcaliph@xxxxxxxxxxx>\n"
+"Language-Team: Arabic <ar@xxxxxx>\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"X-Launchpad-Export-Date: 2011-03-12 06:13+0000\n"
+"X-Generator: Launchpad (build 12559)\n"
+
+#: controllers/_diagram.py:89 controllers/_diagram.py:210
+msgid "Could not delete state"
+msgstr "لا يمكن حذف الحالة"
+
+#: controllers/_diagram.py:274
+msgid "No workflow associated!"
+msgstr "مسار العملية غير مرتبط !!"
+
+#: controllers/process.py:45
+msgid "Help: Not Defined"
+msgstr "مساعدة: غير مُعرفة"
+
+#: controllers/process.py:85
+#, python-format
+msgid "%(name)s - Resource: %(resource)s, State: %(state)s"
+msgstr "%(name)s - مصدر: %(resource)s, حالة: %(state)s"
+
+#: controllers/process.py:97
+msgid "Last modified by:"
+msgstr "آخر تعديل بواسطة:"
+
+#: controllers/templates/process.mako:4 controllers/templates/process.mako:87
+#: controllers/templates/process_tip.mako:5
+msgid "Process"
+msgstr "عمليّة"
+
+#: controllers/templates/process.mako:55
+msgid "Documentation"
+msgstr "وثائق"
+
+#: controllers/templates/process.mako:56
+msgid "Read Documentation Online"
+msgstr "اقرأ الوثائق من علي الإنترنت"
+
+#: controllers/templates/process.mako:62
+msgid "Forum"
+msgstr "منتدى"
+
+#: controllers/templates/process.mako:63
+msgid "Community Discussion"
+msgstr "نقاش المجتمع"
+
+#: controllers/templates/process.mako:68
+msgid "Books"
+msgstr "كتب"
+
+#: controllers/templates/process.mako:69
+msgid "Get the book on Amazon"
+msgstr "قم بشرائه من موقع Amazon"
+
+#: controllers/templates/process.mako:74
+msgid "Support / Publisher Warranty"
+msgstr "ضمان الدعم و النشر"
+
+#: controllers/templates/process.mako:75
+msgid "Get the OpenERP Warranty"
+msgstr "احصل علي ضمان OpenERP"
+
+#: controllers/templates/process.mako:97
+msgid "Select Process"
+msgstr "اختر العملية"
+
+#: controllers/templates/process.mako:103
+msgid "Select"
+msgstr "اختر"
+
+#: controllers/templates/process.mako:116
+msgid "[Edit Process]"
+msgstr "<حرر العملية>"
+
+#: controllers/templates/process.mako:117
+msgid "[show fields]"
+msgstr "<اظهر الحقول>"
+
+#: controllers/templates/process.mako:118
+msgid "[hide fields]"
+msgstr "<إخفاء الحقول>"
+
+#: controllers/templates/process_open.mako:54
+#: controllers/templates/process_tip.mako:20
+#: controllers/templates/wkf_popup.mako:52
+msgid "Close"
+msgstr "إغلاق"
+
+#: controllers/templates/process_open.mako:55
+#: controllers/templates/wkf_popup.mako:49
+msgid "Save"
+msgstr "حفـظ"
+
+#: controllers/templates/workflow.mako:4
+msgid "Workflow"
+msgstr "مسار العمل"
+
+#: controllers/templates/workflow.mako:20
+#, python-format
+msgid "Workflow (%s)"
+msgstr "مسار العمل - (%s)"
+
+#: widgets/_views.py:8
+msgid "Diagram"
+msgstr "الرسم التخطيطي"
+
+#: widgets/_views.py:9
+msgid "Diagram view..."
+msgstr "عرض الرسم التخطيطي"
+
+#: widgets/templates/diagram.mako:27
+msgid "Loading..."
+msgstr "تحميل..."

=== added file 'addons/view_diagram/po/messages/bg.po.OTHER'
--- addons/view_diagram/po/messages/bg.po.OTHER	1970-01-01 00:00:00 +0000
+++ addons/view_diagram/po/messages/bg.po.OTHER	2011-03-15 13:37:09 +0000
@@ -0,0 +1,128 @@
+# Bulgarian translation for openobject-client-web
+# Copyright (c) 2011 Rosetta Contributors and Canonical Ltd 2011
+# This file is distributed under the same license as the openobject-client-web package.
+# FIRST AUTHOR <EMAIL@ADDRESS>, 2011.
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: openobject-client-web\n"
+"Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n"
+"POT-Creation-Date: 2011-01-17 13:09+0100\n"
+"PO-Revision-Date: 2011-02-27 09:22+0000\n"
+"Last-Translator: Dimitar Markov <dimitar.markov@xxxxxxxxx>\n"
+"Language-Team: Bulgarian <bg@xxxxxx>\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"X-Launchpad-Export-Date: 2011-03-12 06:13+0000\n"
+"X-Generator: Launchpad (build 12559)\n"
+
+#: controllers/_diagram.py:89 controllers/_diagram.py:210
+msgid "Could not delete state"
+msgstr ""
+
+#: controllers/_diagram.py:274
+msgid "No workflow associated!"
+msgstr "Не е свързан работен поток"
+
+#: controllers/process.py:45
+msgid "Help: Not Defined"
+msgstr "Помощ: Не е дефинирана"
+
+#: controllers/process.py:85
+#, python-format
+msgid "%(name)s - Resource: %(resource)s, State: %(state)s"
+msgstr ""
+
+#: controllers/process.py:97
+msgid "Last modified by:"
+msgstr "Последна промяна от:"
+
+#: controllers/templates/process.mako:4 controllers/templates/process.mako:87
+#: controllers/templates/process_tip.mako:5
+msgid "Process"
+msgstr "Обработка"
+
+#: controllers/templates/process.mako:55
+msgid "Documentation"
+msgstr "Документация"
+
+#: controllers/templates/process.mako:56
+msgid "Read Documentation Online"
+msgstr "Прочете документацията"
+
+#: controllers/templates/process.mako:62
+msgid "Forum"
+msgstr "Форум"
+
+#: controllers/templates/process.mako:63
+msgid "Community Discussion"
+msgstr "Дискусия в обществото"
+
+#: controllers/templates/process.mako:68
+msgid "Books"
+msgstr "Книги"
+
+#: controllers/templates/process.mako:69
+msgid "Get the book on Amazon"
+msgstr "Вземете книгата от Амазон"
+
+#: controllers/templates/process.mako:74
+msgid "Support / Publisher Warranty"
+msgstr ""
+
+#: controllers/templates/process.mako:75
+msgid "Get the OpenERP Warranty"
+msgstr "Вземете OpenERP Warranty"
+
+#: controllers/templates/process.mako:97
+msgid "Select Process"
+msgstr "Изберете процес"
+
+#: controllers/templates/process.mako:103
+msgid "Select"
+msgstr "Избор"
+
+#: controllers/templates/process.mako:116
+msgid "[Edit Process]"
+msgstr "[Редактирай процес]"
+
+#: controllers/templates/process.mako:117
+msgid "[show fields]"
+msgstr "[покажи полета]"
+
+#: controllers/templates/process.mako:118
+msgid "[hide fields]"
+msgstr "[скрий полета]"
+
+#: controllers/templates/process_open.mako:54
+#: controllers/templates/process_tip.mako:20
+#: controllers/templates/wkf_popup.mako:52
+msgid "Close"
+msgstr "Затвори"
+
+#: controllers/templates/process_open.mako:55
+#: controllers/templates/wkf_popup.mako:49
+msgid "Save"
+msgstr "Запази"
+
+#: controllers/templates/workflow.mako:4
+msgid "Workflow"
+msgstr "Работен поток"
+
+#: controllers/templates/workflow.mako:20
+#, python-format
+msgid "Workflow (%s)"
+msgstr "Работен поток (%s)"
+
+#: widgets/_views.py:8
+msgid "Diagram"
+msgstr "Графика"
+
+#: widgets/_views.py:9
+msgid "Diagram view..."
+msgstr "Виж като диаграма"
+
+#: widgets/templates/diagram.mako:27
+msgid "Loading..."
+msgstr "Зарежда се..."

=== added file 'addons/view_diagram/po/messages/ca.po.OTHER'
--- addons/view_diagram/po/messages/ca.po.OTHER	1970-01-01 00:00:00 +0000
+++ addons/view_diagram/po/messages/ca.po.OTHER	2011-03-15 13:37:09 +0000
@@ -0,0 +1,129 @@
+# Catalan translation for openobject-client-web
+# Copyright (c) 2011 Rosetta Contributors and Canonical Ltd 2011
+# This file is distributed under the same license as the openobject-client-web package.
+# FIRST AUTHOR <EMAIL@ADDRESS>, 2011.
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: openobject-client-web\n"
+"Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n"
+"POT-Creation-Date: 2011-01-17 13:09+0100\n"
+"PO-Revision-Date: 2011-02-24 18:40+0000\n"
+"Last-Translator: Jordi Esteve (www.zikzakmedia.com) "
+"<jesteve@xxxxxxxxxxxxxxx>\n"
+"Language-Team: Catalan <ca@xxxxxx>\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"X-Launchpad-Export-Date: 2011-03-12 06:13+0000\n"
+"X-Generator: Launchpad (build 12559)\n"
+
+#: controllers/_diagram.py:89 controllers/_diagram.py:210
+msgid "Could not delete state"
+msgstr "No es pot eliminar l'estat"
+
+#: controllers/_diagram.py:274
+msgid "No workflow associated!"
+msgstr "No hi ha associat un flux de treball!"
+
+#: controllers/process.py:45
+msgid "Help: Not Defined"
+msgstr "Ajuda: No està definit"
+
+#: controllers/process.py:85
+#, python-format
+msgid "%(name)s - Resource: %(resource)s, State: %(state)s"
+msgstr "%(name)s - Recurs: %(resource)s, Estat: %(state)s"
+
+#: controllers/process.py:97
+msgid "Last modified by:"
+msgstr "Última modificació per:"
+
+#: controllers/templates/process.mako:4 controllers/templates/process.mako:87
+#: controllers/templates/process_tip.mako:5
+msgid "Process"
+msgstr "Procés"
+
+#: controllers/templates/process.mako:55
+msgid "Documentation"
+msgstr "Documentació"
+
+#: controllers/templates/process.mako:56
+msgid "Read Documentation Online"
+msgstr "Llegeix documentació online"
+
+#: controllers/templates/process.mako:62
+msgid "Forum"
+msgstr "Fòrum"
+
+#: controllers/templates/process.mako:63
+msgid "Community Discussion"
+msgstr "Debat de la comunitat"
+
+#: controllers/templates/process.mako:68
+msgid "Books"
+msgstr "Llibres"
+
+#: controllers/templates/process.mako:69
+msgid "Get the book on Amazon"
+msgstr "Obté el llibre des d'Amazon"
+
+#: controllers/templates/process.mako:74
+msgid "Support / Publisher Warranty"
+msgstr "Suport / Garantia de l'editor"
+
+#: controllers/templates/process.mako:75
+msgid "Get the OpenERP Warranty"
+msgstr "Obté la garantia d'OpenERP"
+
+#: controllers/templates/process.mako:97
+msgid "Select Process"
+msgstr "Selecciona procés"
+
+#: controllers/templates/process.mako:103
+msgid "Select"
+msgstr "Selecciona"
+
+#: controllers/templates/process.mako:116
+msgid "[Edit Process]"
+msgstr "[Edita procés]"
+
+#: controllers/templates/process.mako:117
+msgid "[show fields]"
+msgstr "[mostra camps]"
+
+#: controllers/templates/process.mako:118
+msgid "[hide fields]"
+msgstr "[oculta camps]"
+
+#: controllers/templates/process_open.mako:54
+#: controllers/templates/process_tip.mako:20
+#: controllers/templates/wkf_popup.mako:52
+msgid "Close"
+msgstr "Tanca"
+
+#: controllers/templates/process_open.mako:55
+#: controllers/templates/wkf_popup.mako:49
+msgid "Save"
+msgstr "Desa"
+
+#: controllers/templates/workflow.mako:4
+msgid "Workflow"
+msgstr "Flux"
+
+#: controllers/templates/workflow.mako:20
+#, python-format
+msgid "Workflow (%s)"
+msgstr "Flux (%s)"
+
+#: widgets/_views.py:8
+msgid "Diagram"
+msgstr "Diagrama"
+
+#: widgets/_views.py:9
+msgid "Diagram view..."
+msgstr "Vista diagrama..."
+
+#: widgets/templates/diagram.mako:27
+msgid "Loading..."
+msgstr "S'està carregant..."

=== modified file 'addons/view_diagram/po/messages/de.po'
--- addons/view_diagram/po/messages/de.po	2011-03-11 04:48:47 +0000
+++ addons/view_diagram/po/messages/de.po	2011-03-15 13:37:09 +0000
@@ -15,8 +15,13 @@
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=utf-8\n"
 "Content-Transfer-Encoding: 8bit\n"
+<<<<<<< TREE
 "X-Launchpad-Export-Date: 2011-03-11 04:48+0000\n"
 "X-Generator: Launchpad (build 12559)\n"
+=======
+"X-Launchpad-Export-Date: 2011-03-12 06:13+0000\n"
+"X-Generator: Launchpad (build 12559)\n"
+>>>>>>> MERGE-SOURCE
 "Generated-By: Babel None\n"
 
 #: controllers/_diagram.py:89 controllers/_diagram.py:210

=== modified file 'addons/view_diagram/po/messages/es.po'
--- addons/view_diagram/po/messages/es.po	2011-03-11 04:48:47 +0000
+++ addons/view_diagram/po/messages/es.po	2011-03-15 13:37:09 +0000
@@ -15,8 +15,13 @@
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
+<<<<<<< TREE
 "X-Launchpad-Export-Date: 2011-03-11 04:48+0000\n"
 "X-Generator: Launchpad (build 12559)\n"
+=======
+"X-Launchpad-Export-Date: 2011-03-12 06:13+0000\n"
+"X-Generator: Launchpad (build 12559)\n"
+>>>>>>> MERGE-SOURCE
 
 #: controllers/_diagram.py:89 controllers/_diagram.py:210
 msgid "Could not delete state"

=== modified file 'addons/view_diagram/po/messages/eu.po'
--- addons/view_diagram/po/messages/eu.po	2011-03-11 04:48:47 +0000
+++ addons/view_diagram/po/messages/eu.po	2011-03-15 13:37:09 +0000
@@ -14,8 +14,13 @@
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
+<<<<<<< TREE
 "X-Launchpad-Export-Date: 2011-03-11 04:48+0000\n"
 "X-Generator: Launchpad (build 12559)\n"
+=======
+"X-Launchpad-Export-Date: 2011-03-12 06:13+0000\n"
+"X-Generator: Launchpad (build 12559)\n"
+>>>>>>> MERGE-SOURCE
 
 #: controllers/_diagram.py:89 controllers/_diagram.py:210
 msgid "Could not delete state"

=== added file 'addons/view_diagram/po/messages/fi.po.OTHER'
--- addons/view_diagram/po/messages/fi.po.OTHER	1970-01-01 00:00:00 +0000
+++ addons/view_diagram/po/messages/fi.po.OTHER	2011-03-15 13:37:09 +0000
@@ -0,0 +1,128 @@
+# Finnish translation for openobject-client-web
+# Copyright (c) 2011 Rosetta Contributors and Canonical Ltd 2011
+# This file is distributed under the same license as the openobject-client-web package.
+# FIRST AUTHOR <EMAIL@ADDRESS>, 2011.
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: openobject-client-web\n"
+"Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n"
+"POT-Creation-Date: 2011-01-17 13:09+0100\n"
+"PO-Revision-Date: 2011-02-20 21:51+0000\n"
+"Last-Translator: Harri Luuppala <Unknown>\n"
+"Language-Team: Finnish <fi@xxxxxx>\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"X-Launchpad-Export-Date: 2011-03-12 06:13+0000\n"
+"X-Generator: Launchpad (build 12559)\n"
+
+#: controllers/_diagram.py:89 controllers/_diagram.py:210
+msgid "Could not delete state"
+msgstr "Tilaa ei voi poistaa"
+
+#: controllers/_diagram.py:274
+msgid "No workflow associated!"
+msgstr "Työnkulkua ei ole!"
+
+#: controllers/process.py:45
+msgid "Help: Not Defined"
+msgstr "Ohjetta ei ole!"
+
+#: controllers/process.py:85
+#, python-format
+msgid "%(name)s - Resource: %(resource)s, State: %(state)s"
+msgstr "%(name)s - Resurssi: %(resource)s, Tila: %(state)s"
+
+#: controllers/process.py:97
+msgid "Last modified by:"
+msgstr "Viimeksi muokkasi:"
+
+#: controllers/templates/process.mako:4 controllers/templates/process.mako:87
+#: controllers/templates/process_tip.mako:5
+msgid "Process"
+msgstr "Prosessi"
+
+#: controllers/templates/process.mako:55
+msgid "Documentation"
+msgstr "Dokumentaatio"
+
+#: controllers/templates/process.mako:56
+msgid "Read Documentation Online"
+msgstr "Lue dokumentaatio verkosta"
+
+#: controllers/templates/process.mako:62
+msgid "Forum"
+msgstr "Keskustelualue"
+
+#: controllers/templates/process.mako:63
+msgid "Community Discussion"
+msgstr "Yhteisön keskustelut"
+
+#: controllers/templates/process.mako:68
+msgid "Books"
+msgstr "Kirjat"
+
+#: controllers/templates/process.mako:69
+msgid "Get the book on Amazon"
+msgstr "Hanki kirja Amazonista"
+
+#: controllers/templates/process.mako:74
+msgid "Support / Publisher Warranty"
+msgstr "Tuki / Valmistajan takuu"
+
+#: controllers/templates/process.mako:75
+msgid "Get the OpenERP Warranty"
+msgstr "Hanki OpenErp takuu"
+
+#: controllers/templates/process.mako:97
+msgid "Select Process"
+msgstr "Valitse Prosessi"
+
+#: controllers/templates/process.mako:103
+msgid "Select"
+msgstr "Valitse"
+
+#: controllers/templates/process.mako:116
+msgid "[Edit Process]"
+msgstr "[Muokkaa prosessia]"
+
+#: controllers/templates/process.mako:117
+msgid "[show fields]"
+msgstr "[näytä kentät]"
+
+#: controllers/templates/process.mako:118
+msgid "[hide fields]"
+msgstr "[piilota kentät]"
+
+#: controllers/templates/process_open.mako:54
+#: controllers/templates/process_tip.mako:20
+#: controllers/templates/wkf_popup.mako:52
+msgid "Close"
+msgstr "Sulje"
+
+#: controllers/templates/process_open.mako:55
+#: controllers/templates/wkf_popup.mako:49
+msgid "Save"
+msgstr "Tallenna"
+
+#: controllers/templates/workflow.mako:4
+msgid "Workflow"
+msgstr "Työnkulku"
+
+#: controllers/templates/workflow.mako:20
+#, python-format
+msgid "Workflow (%s)"
+msgstr "Työnkulku (%s)"
+
+#: widgets/_views.py:8
+msgid "Diagram"
+msgstr "Kaavio"
+
+#: widgets/_views.py:9
+msgid "Diagram view..."
+msgstr "Kaavionäkymä"
+
+#: widgets/templates/diagram.mako:27
+msgid "Loading..."
+msgstr "Lataa"

=== modified file 'addons/view_diagram/po/messages/fr.po'
--- addons/view_diagram/po/messages/fr.po	2011-03-11 04:48:47 +0000
+++ addons/view_diagram/po/messages/fr.po	2011-03-15 13:37:09 +0000
@@ -14,8 +14,13 @@
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=utf-8\n"
 "Content-Transfer-Encoding: 8bit\n"
+<<<<<<< TREE
 "X-Launchpad-Export-Date: 2011-03-11 04:48+0000\n"
 "X-Generator: Launchpad (build 12559)\n"
+=======
+"X-Launchpad-Export-Date: 2011-03-12 06:13+0000\n"
+"X-Generator: Launchpad (build 12559)\n"
+>>>>>>> MERGE-SOURCE
 "Generated-By: Babel None\n"
 
 #: controllers/_diagram.py:89 controllers/_diagram.py:210

=== modified file 'addons/view_diagram/po/messages/gl.po'
--- addons/view_diagram/po/messages/gl.po	2011-03-11 04:48:47 +0000
+++ addons/view_diagram/po/messages/gl.po	2011-03-15 13:37:09 +0000
@@ -14,8 +14,13 @@
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
+<<<<<<< TREE
 "X-Launchpad-Export-Date: 2011-03-11 04:48+0000\n"
 "X-Generator: Launchpad (build 12559)\n"
+=======
+"X-Launchpad-Export-Date: 2011-03-12 06:13+0000\n"
+"X-Generator: Launchpad (build 12559)\n"
+>>>>>>> MERGE-SOURCE
 
 #: controllers/_diagram.py:89 controllers/_diagram.py:210
 msgid "Could not delete state"

=== modified file 'addons/view_diagram/po/messages/hr.po'
--- addons/view_diagram/po/messages/hr.po	2011-03-11 04:48:47 +0000
+++ addons/view_diagram/po/messages/hr.po	2011-03-15 13:37:09 +0000
@@ -14,8 +14,13 @@
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
+<<<<<<< TREE
 "X-Launchpad-Export-Date: 2011-03-11 04:48+0000\n"
 "X-Generator: Launchpad (build 12559)\n"
+=======
+"X-Launchpad-Export-Date: 2011-03-12 06:13+0000\n"
+"X-Generator: Launchpad (build 12559)\n"
+>>>>>>> MERGE-SOURCE
 
 #: controllers/_diagram.py:89 controllers/_diagram.py:210
 msgid "Could not delete state"

=== modified file 'addons/view_diagram/po/messages/hu.po'
--- addons/view_diagram/po/messages/hu.po	2011-03-11 04:48:47 +0000
+++ addons/view_diagram/po/messages/hu.po	2011-03-15 13:37:09 +0000
@@ -14,8 +14,13 @@
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
+<<<<<<< TREE
 "X-Launchpad-Export-Date: 2011-03-11 04:48+0000\n"
 "X-Generator: Launchpad (build 12559)\n"
+=======
+"X-Launchpad-Export-Date: 2011-03-12 06:13+0000\n"
+"X-Generator: Launchpad (build 12559)\n"
+>>>>>>> MERGE-SOURCE
 
 #: controllers/_diagram.py:89 controllers/_diagram.py:210
 msgid "Could not delete state"

=== modified file 'addons/view_diagram/po/messages/it.po'
--- addons/view_diagram/po/messages/it.po	2011-03-11 04:48:47 +0000
+++ addons/view_diagram/po/messages/it.po	2011-03-15 13:37:09 +0000
@@ -14,8 +14,13 @@
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=utf-8\n"
 "Content-Transfer-Encoding: 8bit\n"
+<<<<<<< TREE
 "X-Launchpad-Export-Date: 2011-03-11 04:48+0000\n"
 "X-Generator: Launchpad (build 12559)\n"
+=======
+"X-Launchpad-Export-Date: 2011-03-12 06:13+0000\n"
+"X-Generator: Launchpad (build 12559)\n"
+>>>>>>> MERGE-SOURCE
 "Generated-By: Babel None\n"
 
 #: controllers/_diagram.py:89 controllers/_diagram.py:210

=== modified file 'addons/view_diagram/po/messages/lt.po'
--- addons/view_diagram/po/messages/lt.po	2011-03-11 04:48:47 +0000
+++ addons/view_diagram/po/messages/lt.po	2011-03-15 13:37:09 +0000
@@ -14,8 +14,13 @@
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
+<<<<<<< TREE
 "X-Launchpad-Export-Date: 2011-03-11 04:48+0000\n"
 "X-Generator: Launchpad (build 12559)\n"
+=======
+"X-Launchpad-Export-Date: 2011-03-12 06:13+0000\n"
+"X-Generator: Launchpad (build 12559)\n"
+>>>>>>> MERGE-SOURCE
 
 #: controllers/_diagram.py:89 controllers/_diagram.py:210
 msgid "Could not delete state"

=== modified file 'addons/view_diagram/po/messages/lv.po'
--- addons/view_diagram/po/messages/lv.po	2011-03-11 04:48:47 +0000
+++ addons/view_diagram/po/messages/lv.po	2011-03-15 13:37:09 +0000
@@ -14,8 +14,13 @@
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
+<<<<<<< TREE
 "X-Launchpad-Export-Date: 2011-03-11 04:48+0000\n"
 "X-Generator: Launchpad (build 12559)\n"
+=======
+"X-Launchpad-Export-Date: 2011-03-12 06:13+0000\n"
+"X-Generator: Launchpad (build 12559)\n"
+>>>>>>> MERGE-SOURCE
 
 #: controllers/_diagram.py:89 controllers/_diagram.py:210
 msgid "Could not delete state"

=== modified file 'addons/view_diagram/po/messages/nl.po'
--- addons/view_diagram/po/messages/nl.po	2011-03-11 04:48:47 +0000
+++ addons/view_diagram/po/messages/nl.po	2011-03-15 13:37:09 +0000
@@ -14,8 +14,13 @@
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=utf-8\n"
 "Content-Transfer-Encoding: 8bit\n"
+<<<<<<< TREE
 "X-Launchpad-Export-Date: 2011-03-11 04:48+0000\n"
 "X-Generator: Launchpad (build 12559)\n"
+=======
+"X-Launchpad-Export-Date: 2011-03-12 06:13+0000\n"
+"X-Generator: Launchpad (build 12559)\n"
+>>>>>>> MERGE-SOURCE
 "Generated-By: Babel None\n"
 
 #: controllers/_diagram.py:89 controllers/_diagram.py:210

=== modified file 'addons/view_diagram/po/messages/pl.po'
--- addons/view_diagram/po/messages/pl.po	2011-03-11 04:48:47 +0000
+++ addons/view_diagram/po/messages/pl.po	2011-03-15 13:37:09 +0000
@@ -14,8 +14,13 @@
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=utf-8\n"
 "Content-Transfer-Encoding: 8bit\n"
+<<<<<<< TREE
 "X-Launchpad-Export-Date: 2011-03-11 04:48+0000\n"
 "X-Generator: Launchpad (build 12559)\n"
+=======
+"X-Launchpad-Export-Date: 2011-03-12 06:13+0000\n"
+"X-Generator: Launchpad (build 12559)\n"
+>>>>>>> MERGE-SOURCE
 "Generated-By: Babel None\n"
 
 #: controllers/_diagram.py:89 controllers/_diagram.py:210

=== modified file 'addons/view_diagram/po/messages/pt.po'
--- addons/view_diagram/po/messages/pt.po	2011-03-11 04:48:47 +0000
+++ addons/view_diagram/po/messages/pt.po	2011-03-15 13:37:09 +0000
@@ -14,8 +14,13 @@
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
+<<<<<<< TREE
 "X-Launchpad-Export-Date: 2011-03-11 04:48+0000\n"
 "X-Generator: Launchpad (build 12559)\n"
+=======
+"X-Launchpad-Export-Date: 2011-03-12 06:13+0000\n"
+"X-Generator: Launchpad (build 12559)\n"
+>>>>>>> MERGE-SOURCE
 
 #: controllers/_diagram.py:89 controllers/_diagram.py:210
 msgid "Could not delete state"

=== modified file 'addons/view_diagram/po/messages/pt_BR.po'
--- addons/view_diagram/po/messages/pt_BR.po	2011-03-11 04:48:47 +0000
+++ addons/view_diagram/po/messages/pt_BR.po	2011-03-15 13:37:09 +0000
@@ -14,8 +14,13 @@
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=utf-8\n"
 "Content-Transfer-Encoding: 8bit\n"
+<<<<<<< TREE
 "X-Launchpad-Export-Date: 2011-03-11 04:48+0000\n"
 "X-Generator: Launchpad (build 12559)\n"
+=======
+"X-Launchpad-Export-Date: 2011-03-12 06:13+0000\n"
+"X-Generator: Launchpad (build 12559)\n"
+>>>>>>> MERGE-SOURCE
 "Generated-By: Babel None\n"
 
 #: controllers/_diagram.py:89 controllers/_diagram.py:210

=== modified file 'addons/view_diagram/po/messages/ru.po'
--- addons/view_diagram/po/messages/ru.po	2011-03-11 04:48:47 +0000
+++ addons/view_diagram/po/messages/ru.po	2011-03-15 13:37:09 +0000
@@ -14,8 +14,13 @@
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
+<<<<<<< TREE
 "X-Launchpad-Export-Date: 2011-03-11 04:48+0000\n"
 "X-Generator: Launchpad (build 12559)\n"
+=======
+"X-Launchpad-Export-Date: 2011-03-12 06:13+0000\n"
+"X-Generator: Launchpad (build 12559)\n"
+>>>>>>> MERGE-SOURCE
 
 #: controllers/_diagram.py:89 controllers/_diagram.py:210
 msgid "Could not delete state"

=== modified file 'addons/view_diagram/po/messages/sk.po'
--- addons/view_diagram/po/messages/sk.po	2011-03-11 04:48:47 +0000
+++ addons/view_diagram/po/messages/sk.po	2011-03-15 13:37:09 +0000
@@ -14,8 +14,13 @@
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
+<<<<<<< TREE
 "X-Launchpad-Export-Date: 2011-03-11 04:48+0000\n"
 "X-Generator: Launchpad (build 12559)\n"
+=======
+"X-Launchpad-Export-Date: 2011-03-12 06:13+0000\n"
+"X-Generator: Launchpad (build 12559)\n"
+>>>>>>> MERGE-SOURCE
 
 #: controllers/_diagram.py:89 controllers/_diagram.py:210
 msgid "Could not delete state"

=== modified file 'addons/view_diagram/po/messages/sr.po'
--- addons/view_diagram/po/messages/sr.po	2011-03-11 04:48:47 +0000
+++ addons/view_diagram/po/messages/sr.po	2011-03-15 13:37:09 +0000
@@ -14,8 +14,13 @@
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=utf-8\n"
 "Content-Transfer-Encoding: 8bit\n"
+<<<<<<< TREE
 "X-Launchpad-Export-Date: 2011-03-11 04:48+0000\n"
 "X-Generator: Launchpad (build 12559)\n"
+=======
+"X-Launchpad-Export-Date: 2011-03-12 06:13+0000\n"
+"X-Generator: Launchpad (build 12559)\n"
+>>>>>>> MERGE-SOURCE
 "Generated-By: Babel None\n"
 
 #: controllers/_diagram.py:89 controllers/_diagram.py:210

=== modified file 'addons/view_diagram/po/messages/sr@xxxxxxxx'
--- addons/view_diagram/po/messages/sr@xxxxxxxx	2011-03-11 04:48:47 +0000
+++ addons/view_diagram/po/messages/sr@xxxxxxxx	2011-03-15 13:37:09 +0000
@@ -14,8 +14,13 @@
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
+<<<<<<< TREE
 "X-Launchpad-Export-Date: 2011-03-11 04:48+0000\n"
 "X-Generator: Launchpad (build 12559)\n"
+=======
+"X-Launchpad-Export-Date: 2011-03-12 06:13+0000\n"
+"X-Generator: Launchpad (build 12559)\n"
+>>>>>>> MERGE-SOURCE
 
 #: controllers/_diagram.py:89 controllers/_diagram.py:210
 msgid "Could not delete state"

=== modified file 'addons/view_diagram/po/messages/sv.po'
--- addons/view_diagram/po/messages/sv.po	2011-03-11 04:48:47 +0000
+++ addons/view_diagram/po/messages/sv.po	2011-03-15 13:37:09 +0000
@@ -14,8 +14,13 @@
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=utf-8\n"
 "Content-Transfer-Encoding: 8bit\n"
+<<<<<<< TREE
 "X-Launchpad-Export-Date: 2011-03-11 04:48+0000\n"
 "X-Generator: Launchpad (build 12559)\n"
+=======
+"X-Launchpad-Export-Date: 2011-03-12 06:13+0000\n"
+"X-Generator: Launchpad (build 12559)\n"
+>>>>>>> MERGE-SOURCE
 "Generated-By: Babel None\n"
 
 #: controllers/_diagram.py:89 controllers/_diagram.py:210

=== modified file 'addons/view_diagram/po/messages/tr.po'
--- addons/view_diagram/po/messages/tr.po	2011-03-11 04:48:47 +0000
+++ addons/view_diagram/po/messages/tr.po	2011-03-15 13:37:09 +0000
@@ -14,8 +14,13 @@
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
+<<<<<<< TREE
 "X-Launchpad-Export-Date: 2011-03-11 04:48+0000\n"
 "X-Generator: Launchpad (build 12559)\n"
+=======
+"X-Launchpad-Export-Date: 2011-03-12 06:13+0000\n"
+"X-Generator: Launchpad (build 12559)\n"
+>>>>>>> MERGE-SOURCE
 
 #: controllers/_diagram.py:89 controllers/_diagram.py:210
 msgid "Could not delete state"

=== modified file 'addons/view_diagram/po/messages/uk.po'
--- addons/view_diagram/po/messages/uk.po	2011-03-11 04:48:47 +0000
+++ addons/view_diagram/po/messages/uk.po	2011-03-15 13:37:09 +0000
@@ -14,8 +14,13 @@
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=utf-8\n"
 "Content-Transfer-Encoding: 8bit\n"
+<<<<<<< TREE
 "X-Launchpad-Export-Date: 2011-03-11 04:48+0000\n"
 "X-Generator: Launchpad (build 12559)\n"
+=======
+"X-Launchpad-Export-Date: 2011-03-12 06:13+0000\n"
+"X-Generator: Launchpad (build 12559)\n"
+>>>>>>> MERGE-SOURCE
 "Generated-By: Babel None\n"
 
 #: controllers/_diagram.py:89 controllers/_diagram.py:210

=== modified file 'addons/view_diagram/po/messages/zh_CN.po'
--- addons/view_diagram/po/messages/zh_CN.po	2011-03-11 04:48:47 +0000
+++ addons/view_diagram/po/messages/zh_CN.po	2011-03-15 13:37:09 +0000
@@ -14,8 +14,13 @@
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
+<<<<<<< TREE
 "X-Launchpad-Export-Date: 2011-03-11 04:48+0000\n"
 "X-Generator: Launchpad (build 12559)\n"
+=======
+"X-Launchpad-Export-Date: 2011-03-12 06:13+0000\n"
+"X-Generator: Launchpad (build 12559)\n"
+>>>>>>> MERGE-SOURCE
 
 #: controllers/_diagram.py:89 controllers/_diagram.py:210
 msgid "Could not delete state"

=== modified file 'addons/view_graph/po/javascript/de.po'
--- addons/view_graph/po/javascript/de.po	2011-03-11 04:48:47 +0000
+++ addons/view_graph/po/javascript/de.po	2011-03-15 13:37:09 +0000
@@ -14,7 +14,12 @@
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
+<<<<<<< TREE
 "X-Launchpad-Export-Date: 2011-03-11 04:48+0000\n"
 "X-Generator: Launchpad (build 12559)\n"
+=======
+"X-Launchpad-Export-Date: 2011-03-12 06:13+0000\n"
+"X-Generator: Launchpad (build 12559)\n"
+>>>>>>> MERGE-SOURCE
 
 

=== modified file 'addons/view_graph/po/javascript/fr.po'
--- addons/view_graph/po/javascript/fr.po	2011-03-11 04:48:47 +0000
+++ addons/view_graph/po/javascript/fr.po	2011-03-15 13:37:09 +0000
@@ -14,8 +14,13 @@
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=utf-8\n"
 "Content-Transfer-Encoding: 8bit\n"
+<<<<<<< TREE
 "X-Launchpad-Export-Date: 2011-03-11 04:48+0000\n"
 "X-Generator: Launchpad (build 12559)\n"
+=======
+"X-Launchpad-Export-Date: 2011-03-12 06:13+0000\n"
+"X-Generator: Launchpad (build 12559)\n"
+>>>>>>> MERGE-SOURCE
 "Generated-By: Babel None\n"
 
 

=== modified file 'addons/view_graph/po/javascript/gl.po'
--- addons/view_graph/po/javascript/gl.po	2011-02-17 16:05:42 +0000
+++ addons/view_graph/po/javascript/gl.po	2011-03-15 13:37:09 +0000
@@ -16,5 +16,10 @@
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=utf-8\n"
 "Content-Transfer-Encoding: 8bit\n"
+<<<<<<< TREE
+=======
+"X-Launchpad-Export-Date: 2011-03-12 06:13+0000\n"
+"X-Generator: Launchpad (build 12559)\n"
+>>>>>>> MERGE-SOURCE
 "Generated-By: Babel None\n"
 

=== modified file 'addons/view_graph/po/javascript/it.po'
--- addons/view_graph/po/javascript/it.po	2011-02-17 16:05:42 +0000
+++ addons/view_graph/po/javascript/it.po	2011-03-15 13:37:09 +0000
@@ -16,5 +16,10 @@
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=utf-8\n"
 "Content-Transfer-Encoding: 8bit\n"
+<<<<<<< TREE
+=======
+"X-Launchpad-Export-Date: 2011-03-12 06:13+0000\n"
+"X-Generator: Launchpad (build 12559)\n"
+>>>>>>> MERGE-SOURCE
 "Generated-By: Babel None\n"
 

=== modified file 'addons/view_graph/po/javascript/nl.po'
--- addons/view_graph/po/javascript/nl.po	2011-02-17 16:05:42 +0000
+++ addons/view_graph/po/javascript/nl.po	2011-03-15 13:37:09 +0000
@@ -16,5 +16,10 @@
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=utf-8\n"
 "Content-Transfer-Encoding: 8bit\n"
+<<<<<<< TREE
+=======
+"X-Launchpad-Export-Date: 2011-03-12 06:13+0000\n"
+"X-Generator: Launchpad (build 12559)\n"
+>>>>>>> MERGE-SOURCE
 "Generated-By: Babel None\n"
 

=== modified file 'addons/view_graph/po/javascript/pt_BR.po'
--- addons/view_graph/po/javascript/pt_BR.po	2011-02-17 16:05:42 +0000
+++ addons/view_graph/po/javascript/pt_BR.po	2011-03-15 13:37:09 +0000
@@ -16,5 +16,10 @@
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=utf-8\n"
 "Content-Transfer-Encoding: 8bit\n"
+<<<<<<< TREE
+=======
+"X-Launchpad-Export-Date: 2011-03-12 06:13+0000\n"
+"X-Generator: Launchpad (build 12559)\n"
+>>>>>>> MERGE-SOURCE
 "Generated-By: Babel None\n"
 

=== modified file 'addons/view_graph/po/javascript/sr.po'
--- addons/view_graph/po/javascript/sr.po	2011-02-17 16:05:42 +0000
+++ addons/view_graph/po/javascript/sr.po	2011-03-15 13:37:09 +0000
@@ -17,5 +17,10 @@
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=utf-8\n"
 "Content-Transfer-Encoding: 8bit\n"
+<<<<<<< TREE
+=======
+"X-Launchpad-Export-Date: 2011-03-12 06:13+0000\n"
+"X-Generator: Launchpad (build 12559)\n"
+>>>>>>> MERGE-SOURCE
 "Generated-By: Babel None\n"
 

=== modified file 'addons/view_graph/po/javascript/sr@xxxxxxxx'
--- addons/view_graph/po/javascript/sr@xxxxxxxx	2011-02-17 16:05:42 +0000
+++ addons/view_graph/po/javascript/sr@xxxxxxxx	2011-03-15 13:37:09 +0000
@@ -17,5 +17,10 @@
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=utf-8\n"
 "Content-Transfer-Encoding: 8bit\n"
+<<<<<<< TREE
+=======
+"X-Launchpad-Export-Date: 2011-03-12 06:14+0000\n"
+"X-Generator: Launchpad (build 12559)\n"
+>>>>>>> MERGE-SOURCE
 "Generated-By: Babel None\n"
 

=== modified file 'addons/view_graph/po/javascript/sv.po'
--- addons/view_graph/po/javascript/sv.po	2011-02-17 16:05:42 +0000
+++ addons/view_graph/po/javascript/sv.po	2011-03-15 13:37:09 +0000
@@ -16,5 +16,10 @@
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=utf-8\n"
 "Content-Transfer-Encoding: 8bit\n"
+<<<<<<< TREE
+=======
+"X-Launchpad-Export-Date: 2011-03-12 06:13+0000\n"
+"X-Generator: Launchpad (build 12559)\n"
+>>>>>>> MERGE-SOURCE
 "Generated-By: Babel None\n"
 

=== modified file 'addons/view_graph/po/javascript/uk.po'
--- addons/view_graph/po/javascript/uk.po	2011-02-17 16:05:42 +0000
+++ addons/view_graph/po/javascript/uk.po	2011-03-15 13:37:09 +0000
@@ -17,5 +17,10 @@
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=utf-8\n"
 "Content-Transfer-Encoding: 8bit\n"
+<<<<<<< TREE
+=======
+"X-Launchpad-Export-Date: 2011-03-12 06:13+0000\n"
+"X-Generator: Launchpad (build 12559)\n"
+>>>>>>> MERGE-SOURCE
 "Generated-By: Babel None\n"
 

=== added file 'addons/view_graph/po/messages/ar.po.OTHER'
--- addons/view_graph/po/messages/ar.po.OTHER	1970-01-01 00:00:00 +0000
+++ addons/view_graph/po/messages/ar.po.OTHER	2011-03-15 13:37:09 +0000
@@ -0,0 +1,26 @@
+# Arabic translation for openobject-client-web
+# Copyright (c) 2011 Rosetta Contributors and Canonical Ltd 2011
+# This file is distributed under the same license as the openobject-client-web package.
+# FIRST AUTHOR <EMAIL@ADDRESS>, 2011.
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: openobject-client-web\n"
+"Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n"
+"POT-Creation-Date: 2011-01-17 13:09+0100\n"
+"PO-Revision-Date: 2011-02-16 16:44+0000\n"
+"Last-Translator: kifcaliph <kifcaliph@xxxxxxxxxxx>\n"
+"Language-Team: Arabic <ar@xxxxxx>\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"X-Launchpad-Export-Date: 2011-03-12 06:14+0000\n"
+"X-Generator: Launchpad (build 12559)\n"
+
+#: widgets/_views.py:8
+msgid "Graph"
+msgstr "الرسم البياني"
+
+#: widgets/_views.py:9
+msgid "Graph view..."
+msgstr "عرض الرسم البياني..."

=== added file 'addons/view_graph/po/messages/bg.po.OTHER'
--- addons/view_graph/po/messages/bg.po.OTHER	1970-01-01 00:00:00 +0000
+++ addons/view_graph/po/messages/bg.po.OTHER	2011-03-15 13:37:09 +0000
@@ -0,0 +1,26 @@
+# Bulgarian translation for openobject-client-web
+# Copyright (c) 2011 Rosetta Contributors and Canonical Ltd 2011
+# This file is distributed under the same license as the openobject-client-web package.
+# FIRST AUTHOR <EMAIL@ADDRESS>, 2011.
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: openobject-client-web\n"
+"Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n"
+"POT-Creation-Date: 2011-01-17 13:09+0100\n"
+"PO-Revision-Date: 2011-02-27 08:06+0000\n"
+"Last-Translator: Dimitar Markov <dimitar.markov@xxxxxxxxx>\n"
+"Language-Team: Bulgarian <bg@xxxxxx>\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"X-Launchpad-Export-Date: 2011-03-12 06:14+0000\n"
+"X-Generator: Launchpad (build 12559)\n"
+
+#: widgets/_views.py:8
+msgid "Graph"
+msgstr "Графика"
+
+#: widgets/_views.py:9
+msgid "Graph view..."
+msgstr "Виж графика..."

=== added file 'addons/view_graph/po/messages/ca.po.OTHER'
--- addons/view_graph/po/messages/ca.po.OTHER	1970-01-01 00:00:00 +0000
+++ addons/view_graph/po/messages/ca.po.OTHER	2011-03-15 13:37:09 +0000
@@ -0,0 +1,27 @@
+# Catalan translation for openobject-client-web
+# Copyright (c) 2011 Rosetta Contributors and Canonical Ltd 2011
+# This file is distributed under the same license as the openobject-client-web package.
+# FIRST AUTHOR <EMAIL@ADDRESS>, 2011.
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: openobject-client-web\n"
+"Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n"
+"POT-Creation-Date: 2011-01-17 13:09+0100\n"
+"PO-Revision-Date: 2011-02-24 17:00+0000\n"
+"Last-Translator: Jordi Esteve (www.zikzakmedia.com) "
+"<jesteve@xxxxxxxxxxxxxxx>\n"
+"Language-Team: Catalan <ca@xxxxxx>\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"X-Launchpad-Export-Date: 2011-03-12 06:14+0000\n"
+"X-Generator: Launchpad (build 12559)\n"
+
+#: widgets/_views.py:8
+msgid "Graph"
+msgstr "Gràfic"
+
+#: widgets/_views.py:9
+msgid "Graph view..."
+msgstr "Vista gràfic..."

=== modified file 'addons/view_graph/po/messages/de.po'
--- addons/view_graph/po/messages/de.po	2011-03-11 04:48:47 +0000
+++ addons/view_graph/po/messages/de.po	2011-03-15 13:37:09 +0000
@@ -15,8 +15,13 @@
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=utf-8\n"
 "Content-Transfer-Encoding: 8bit\n"
+<<<<<<< TREE
 "X-Launchpad-Export-Date: 2011-03-11 04:48+0000\n"
 "X-Generator: Launchpad (build 12559)\n"
+=======
+"X-Launchpad-Export-Date: 2011-03-12 06:14+0000\n"
+"X-Generator: Launchpad (build 12559)\n"
+>>>>>>> MERGE-SOURCE
 "Generated-By: Babel None\n"
 
 #: widgets/_views.py:8

=== modified file 'addons/view_graph/po/messages/es.po'
--- addons/view_graph/po/messages/es.po	2011-03-11 04:48:47 +0000
+++ addons/view_graph/po/messages/es.po	2011-03-15 13:37:09 +0000
@@ -15,8 +15,13 @@
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
+<<<<<<< TREE
 "X-Launchpad-Export-Date: 2011-03-11 04:48+0000\n"
 "X-Generator: Launchpad (build 12559)\n"
+=======
+"X-Launchpad-Export-Date: 2011-03-12 06:14+0000\n"
+"X-Generator: Launchpad (build 12559)\n"
+>>>>>>> MERGE-SOURCE
 
 #: widgets/_views.py:8
 msgid "Graph"

=== modified file 'addons/view_graph/po/messages/eu.po'
--- addons/view_graph/po/messages/eu.po	2011-03-11 04:48:47 +0000
+++ addons/view_graph/po/messages/eu.po	2011-03-15 13:37:09 +0000
@@ -14,8 +14,13 @@
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
+<<<<<<< TREE
 "X-Launchpad-Export-Date: 2011-03-11 04:48+0000\n"
 "X-Generator: Launchpad (build 12559)\n"
+=======
+"X-Launchpad-Export-Date: 2011-03-12 06:14+0000\n"
+"X-Generator: Launchpad (build 12559)\n"
+>>>>>>> MERGE-SOURCE
 
 #: widgets/_views.py:8
 msgid "Graph"

=== added file 'addons/view_graph/po/messages/fi.po.OTHER'
--- addons/view_graph/po/messages/fi.po.OTHER	1970-01-01 00:00:00 +0000
+++ addons/view_graph/po/messages/fi.po.OTHER	2011-03-15 13:37:09 +0000
@@ -0,0 +1,26 @@
+# Finnish translation for openobject-client-web
+# Copyright (c) 2011 Rosetta Contributors and Canonical Ltd 2011
+# This file is distributed under the same license as the openobject-client-web package.
+# FIRST AUTHOR <EMAIL@ADDRESS>, 2011.
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: openobject-client-web\n"
+"Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n"
+"POT-Creation-Date: 2011-01-17 13:09+0100\n"
+"PO-Revision-Date: 2011-02-20 22:14+0000\n"
+"Last-Translator: Harri Luuppala <Unknown>\n"
+"Language-Team: Finnish <fi@xxxxxx>\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"X-Launchpad-Export-Date: 2011-03-12 06:14+0000\n"
+"X-Generator: Launchpad (build 12559)\n"
+
+#: widgets/_views.py:8
+msgid "Graph"
+msgstr "Kuvaaja"
+
+#: widgets/_views.py:9
+msgid "Graph view..."
+msgstr "Kuvaajat..."

=== modified file 'addons/view_graph/po/messages/fr.po'
--- addons/view_graph/po/messages/fr.po	2011-03-11 04:48:47 +0000
+++ addons/view_graph/po/messages/fr.po	2011-03-15 13:37:09 +0000
@@ -14,8 +14,13 @@
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=utf-8\n"
 "Content-Transfer-Encoding: 8bit\n"
+<<<<<<< TREE
 "X-Launchpad-Export-Date: 2011-03-11 04:48+0000\n"
 "X-Generator: Launchpad (build 12559)\n"
+=======
+"X-Launchpad-Export-Date: 2011-03-12 06:14+0000\n"
+"X-Generator: Launchpad (build 12559)\n"
+>>>>>>> MERGE-SOURCE
 "Generated-By: Babel None\n"
 
 #: widgets/_views.py:8

=== modified file 'addons/view_graph/po/messages/gl.po'
--- addons/view_graph/po/messages/gl.po	2011-03-11 04:48:47 +0000
+++ addons/view_graph/po/messages/gl.po	2011-03-15 13:37:09 +0000
@@ -14,8 +14,13 @@
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
+<<<<<<< TREE
 "X-Launchpad-Export-Date: 2011-03-11 04:48+0000\n"
 "X-Generator: Launchpad (build 12559)\n"
+=======
+"X-Launchpad-Export-Date: 2011-03-12 06:14+0000\n"
+"X-Generator: Launchpad (build 12559)\n"
+>>>>>>> MERGE-SOURCE
 
 #: widgets/_views.py:8
 msgid "Graph"

=== modified file 'addons/view_graph/po/messages/hr.po'
--- addons/view_graph/po/messages/hr.po	2011-03-11 04:48:47 +0000
+++ addons/view_graph/po/messages/hr.po	2011-03-15 13:37:09 +0000
@@ -14,8 +14,13 @@
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
+<<<<<<< TREE
 "X-Launchpad-Export-Date: 2011-03-11 04:48+0000\n"
 "X-Generator: Launchpad (build 12559)\n"
+=======
+"X-Launchpad-Export-Date: 2011-03-12 06:14+0000\n"
+"X-Generator: Launchpad (build 12559)\n"
+>>>>>>> MERGE-SOURCE
 
 #: widgets/_views.py:8
 msgid "Graph"

=== modified file 'addons/view_graph/po/messages/hu.po'
--- addons/view_graph/po/messages/hu.po	2011-03-11 04:48:47 +0000
+++ addons/view_graph/po/messages/hu.po	2011-03-15 13:37:09 +0000
@@ -14,8 +14,13 @@
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
+<<<<<<< TREE
 "X-Launchpad-Export-Date: 2011-03-11 04:48+0000\n"
 "X-Generator: Launchpad (build 12559)\n"
+=======
+"X-Launchpad-Export-Date: 2011-03-12 06:14+0000\n"
+"X-Generator: Launchpad (build 12559)\n"
+>>>>>>> MERGE-SOURCE
 
 #: widgets/_views.py:8
 msgid "Graph"

=== modified file 'addons/view_graph/po/messages/it.po'
--- addons/view_graph/po/messages/it.po	2011-03-11 04:48:47 +0000
+++ addons/view_graph/po/messages/it.po	2011-03-15 13:37:09 +0000
@@ -14,8 +14,13 @@
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=utf-8\n"
 "Content-Transfer-Encoding: 8bit\n"
+<<<<<<< TREE
 "X-Launchpad-Export-Date: 2011-03-11 04:48+0000\n"
 "X-Generator: Launchpad (build 12559)\n"
+=======
+"X-Launchpad-Export-Date: 2011-03-12 06:14+0000\n"
+"X-Generator: Launchpad (build 12559)\n"
+>>>>>>> MERGE-SOURCE
 "Generated-By: Babel None\n"
 
 #: widgets/_views.py:8

=== modified file 'addons/view_graph/po/messages/lt.po'
--- addons/view_graph/po/messages/lt.po	2011-03-11 04:48:47 +0000
+++ addons/view_graph/po/messages/lt.po	2011-03-15 13:37:09 +0000
@@ -14,8 +14,13 @@
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
+<<<<<<< TREE
 "X-Launchpad-Export-Date: 2011-03-11 04:48+0000\n"
 "X-Generator: Launchpad (build 12559)\n"
+=======
+"X-Launchpad-Export-Date: 2011-03-12 06:14+0000\n"
+"X-Generator: Launchpad (build 12559)\n"
+>>>>>>> MERGE-SOURCE
 
 #: widgets/_views.py:8
 msgid "Graph"

=== modified file 'addons/view_graph/po/messages/lv.po'
--- addons/view_graph/po/messages/lv.po	2011-03-11 04:48:47 +0000
+++ addons/view_graph/po/messages/lv.po	2011-03-15 13:37:09 +0000
@@ -14,8 +14,13 @@
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
+<<<<<<< TREE
 "X-Launchpad-Export-Date: 2011-03-11 04:48+0000\n"
 "X-Generator: Launchpad (build 12559)\n"
+=======
+"X-Launchpad-Export-Date: 2011-03-12 06:14+0000\n"
+"X-Generator: Launchpad (build 12559)\n"
+>>>>>>> MERGE-SOURCE
 
 #: widgets/_views.py:8
 msgid "Graph"

=== modified file 'addons/view_graph/po/messages/nl.po'
--- addons/view_graph/po/messages/nl.po	2011-03-11 04:48:47 +0000
+++ addons/view_graph/po/messages/nl.po	2011-03-15 13:37:09 +0000
@@ -14,8 +14,13 @@
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=utf-8\n"
 "Content-Transfer-Encoding: 8bit\n"
+<<<<<<< TREE
 "X-Launchpad-Export-Date: 2011-03-11 04:48+0000\n"
 "X-Generator: Launchpad (build 12559)\n"
+=======
+"X-Launchpad-Export-Date: 2011-03-12 06:14+0000\n"
+"X-Generator: Launchpad (build 12559)\n"
+>>>>>>> MERGE-SOURCE
 "Generated-By: Babel None\n"
 
 #: widgets/_views.py:8

=== modified file 'addons/view_graph/po/messages/pl.po'
--- addons/view_graph/po/messages/pl.po	2011-03-11 04:48:47 +0000
+++ addons/view_graph/po/messages/pl.po	2011-03-15 13:37:09 +0000
@@ -14,8 +14,13 @@
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
+<<<<<<< TREE
 "X-Launchpad-Export-Date: 2011-03-11 04:48+0000\n"
 "X-Generator: Launchpad (build 12559)\n"
+=======
+"X-Launchpad-Export-Date: 2011-03-12 06:14+0000\n"
+"X-Generator: Launchpad (build 12559)\n"
+>>>>>>> MERGE-SOURCE
 
 #: widgets/_views.py:8
 msgid "Graph"

=== modified file 'addons/view_graph/po/messages/pt.po'
--- addons/view_graph/po/messages/pt.po	2011-03-11 04:48:47 +0000
+++ addons/view_graph/po/messages/pt.po	2011-03-15 13:37:09 +0000
@@ -14,8 +14,13 @@
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
+<<<<<<< TREE
 "X-Launchpad-Export-Date: 2011-03-11 04:48+0000\n"
 "X-Generator: Launchpad (build 12559)\n"
+=======
+"X-Launchpad-Export-Date: 2011-03-12 06:14+0000\n"
+"X-Generator: Launchpad (build 12559)\n"
+>>>>>>> MERGE-SOURCE
 
 #: widgets/_views.py:8
 msgid "Graph"

=== modified file 'addons/view_graph/po/messages/pt_BR.po'
--- addons/view_graph/po/messages/pt_BR.po	2011-03-11 04:48:47 +0000
+++ addons/view_graph/po/messages/pt_BR.po	2011-03-15 13:37:09 +0000
@@ -14,8 +14,13 @@
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=utf-8\n"
 "Content-Transfer-Encoding: 8bit\n"
+<<<<<<< TREE
 "X-Launchpad-Export-Date: 2011-03-11 04:48+0000\n"
 "X-Generator: Launchpad (build 12559)\n"
+=======
+"X-Launchpad-Export-Date: 2011-03-12 06:14+0000\n"
+"X-Generator: Launchpad (build 12559)\n"
+>>>>>>> MERGE-SOURCE
 "Generated-By: Babel None\n"
 
 #: widgets/_views.py:8

=== modified file 'addons/view_graph/po/messages/ru.po'
--- addons/view_graph/po/messages/ru.po	2011-03-11 04:48:47 +0000
+++ addons/view_graph/po/messages/ru.po	2011-03-15 13:37:09 +0000
@@ -14,8 +14,13 @@
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
+<<<<<<< TREE
 "X-Launchpad-Export-Date: 2011-03-11 04:48+0000\n"
 "X-Generator: Launchpad (build 12559)\n"
+=======
+"X-Launchpad-Export-Date: 2011-03-12 06:14+0000\n"
+"X-Generator: Launchpad (build 12559)\n"
+>>>>>>> MERGE-SOURCE
 
 #: widgets/_views.py:8
 msgid "Graph"

=== modified file 'addons/view_graph/po/messages/sk.po'
--- addons/view_graph/po/messages/sk.po	2011-03-11 04:48:47 +0000
+++ addons/view_graph/po/messages/sk.po	2011-03-15 13:37:09 +0000
@@ -14,8 +14,13 @@
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
+<<<<<<< TREE
 "X-Launchpad-Export-Date: 2011-03-11 04:48+0000\n"
 "X-Generator: Launchpad (build 12559)\n"
+=======
+"X-Launchpad-Export-Date: 2011-03-12 06:14+0000\n"
+"X-Generator: Launchpad (build 12559)\n"
+>>>>>>> MERGE-SOURCE
 
 #: widgets/_views.py:8
 msgid "Graph"

=== modified file 'addons/view_graph/po/messages/sr.po'
--- addons/view_graph/po/messages/sr.po	2011-03-11 04:48:47 +0000
+++ addons/view_graph/po/messages/sr.po	2011-03-15 13:37:09 +0000
@@ -14,8 +14,13 @@
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=utf-8\n"
 "Content-Transfer-Encoding: 8bit\n"
+<<<<<<< TREE
 "X-Launchpad-Export-Date: 2011-03-11 04:48+0000\n"
 "X-Generator: Launchpad (build 12559)\n"
+=======
+"X-Launchpad-Export-Date: 2011-03-12 06:14+0000\n"
+"X-Generator: Launchpad (build 12559)\n"
+>>>>>>> MERGE-SOURCE
 "Generated-By: Babel None\n"
 
 #: widgets/_views.py:8

=== modified file 'addons/view_graph/po/messages/sr@xxxxxxxx'
--- addons/view_graph/po/messages/sr@xxxxxxxx	2011-03-11 04:48:47 +0000
+++ addons/view_graph/po/messages/sr@xxxxxxxx	2011-03-15 13:37:09 +0000
@@ -14,8 +14,13 @@
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
+<<<<<<< TREE
 "X-Launchpad-Export-Date: 2011-03-11 04:48+0000\n"
 "X-Generator: Launchpad (build 12559)\n"
+=======
+"X-Launchpad-Export-Date: 2011-03-12 06:14+0000\n"
+"X-Generator: Launchpad (build 12559)\n"
+>>>>>>> MERGE-SOURCE
 
 #: widgets/_views.py:8
 msgid "Graph"

=== modified file 'addons/view_graph/po/messages/sv.po'
--- addons/view_graph/po/messages/sv.po	2011-03-11 04:48:47 +0000
+++ addons/view_graph/po/messages/sv.po	2011-03-15 13:37:09 +0000
@@ -14,8 +14,13 @@
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=utf-8\n"
 "Content-Transfer-Encoding: 8bit\n"
+<<<<<<< TREE
 "X-Launchpad-Export-Date: 2011-03-11 04:48+0000\n"
 "X-Generator: Launchpad (build 12559)\n"
+=======
+"X-Launchpad-Export-Date: 2011-03-12 06:14+0000\n"
+"X-Generator: Launchpad (build 12559)\n"
+>>>>>>> MERGE-SOURCE
 "Generated-By: Babel None\n"
 
 #: widgets/_views.py:8

=== modified file 'addons/view_graph/po/messages/tr.po'
--- addons/view_graph/po/messages/tr.po	2011-03-11 04:48:47 +0000
+++ addons/view_graph/po/messages/tr.po	2011-03-15 13:37:09 +0000
@@ -14,8 +14,13 @@
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
+<<<<<<< TREE
 "X-Launchpad-Export-Date: 2011-03-11 04:48+0000\n"
 "X-Generator: Launchpad (build 12559)\n"
+=======
+"X-Launchpad-Export-Date: 2011-03-12 06:14+0000\n"
+"X-Generator: Launchpad (build 12559)\n"
+>>>>>>> MERGE-SOURCE
 
 #: widgets/_views.py:8
 msgid "Graph"

=== modified file 'addons/view_graph/po/messages/uk.po'
--- addons/view_graph/po/messages/uk.po	2011-03-11 04:48:47 +0000
+++ addons/view_graph/po/messages/uk.po	2011-03-15 13:37:09 +0000
@@ -14,8 +14,13 @@
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=utf-8\n"
 "Content-Transfer-Encoding: 8bit\n"
+<<<<<<< TREE
 "X-Launchpad-Export-Date: 2011-03-11 04:48+0000\n"
 "X-Generator: Launchpad (build 12559)\n"
+=======
+"X-Launchpad-Export-Date: 2011-03-12 06:14+0000\n"
+"X-Generator: Launchpad (build 12559)\n"
+>>>>>>> MERGE-SOURCE
 "Generated-By: Babel None\n"
 
 #: widgets/_views.py:8

=== modified file 'addons/view_graph/po/messages/zh_CN.po'
--- addons/view_graph/po/messages/zh_CN.po	2011-03-11 04:48:47 +0000
+++ addons/view_graph/po/messages/zh_CN.po	2011-03-15 13:37:09 +0000
@@ -14,8 +14,13 @@
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
+<<<<<<< TREE
 "X-Launchpad-Export-Date: 2011-03-11 04:48+0000\n"
 "X-Generator: Launchpad (build 12559)\n"
+=======
+"X-Launchpad-Export-Date: 2011-03-12 06:14+0000\n"
+"X-Generator: Launchpad (build 12559)\n"
+>>>>>>> MERGE-SOURCE
 
 #: widgets/_views.py:8
 msgid "Graph"

=== modified file 'addons/widget_ckeditor/po/javascript/fr.po'
--- addons/widget_ckeditor/po/javascript/fr.po	2011-03-11 04:48:47 +0000
+++ addons/widget_ckeditor/po/javascript/fr.po	2011-03-15 13:37:09 +0000
@@ -14,8 +14,13 @@
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=utf-8\n"
 "Content-Transfer-Encoding: 8bit\n"
+<<<<<<< TREE
 "X-Launchpad-Export-Date: 2011-03-11 04:48+0000\n"
 "X-Generator: Launchpad (build 12559)\n"
+=======
+"X-Launchpad-Export-Date: 2011-03-12 06:14+0000\n"
+"X-Generator: Launchpad (build 12559)\n"
+>>>>>>> MERGE-SOURCE
 "Generated-By: Babel None\n"
 
 

=== modified file 'addons/widget_ckeditor/po/messages/fr.po'
--- addons/widget_ckeditor/po/messages/fr.po	2011-03-11 04:48:47 +0000
+++ addons/widget_ckeditor/po/messages/fr.po	2011-03-15 13:37:09 +0000
@@ -14,8 +14,13 @@
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=utf-8\n"
 "Content-Transfer-Encoding: 8bit\n"
+<<<<<<< TREE
 "X-Launchpad-Export-Date: 2011-03-11 04:48+0000\n"
 "X-Generator: Launchpad (build 12559)\n"
+=======
+"X-Launchpad-Export-Date: 2011-03-12 06:14+0000\n"
+"X-Generator: Launchpad (build 12559)\n"
+>>>>>>> MERGE-SOURCE
 "Generated-By: Babel None\n"
 
 


Follow ups