diff --git a/addons/account/account_invoice.py b/addons/account/account_invoice.py index 23ad28dcb83..6a0a29cb2fe 100644 --- a/addons/account/account_invoice.py +++ b/addons/account/account_invoice.py @@ -195,7 +195,7 @@ class account_invoice(osv.osv): 'number': fields.related('move_id','name', type='char', readonly=True, size=64, relation='account.move', store=True, string='Number'), 'internal_number': fields.char('Invoice Number', size=32, readonly=True, help="Unique number of the invoice, computed automatically when the invoice is created."), 'reference': fields.char('Invoice Reference', size=64, help="The partner reference of this invoice."), - 'reference_type': fields.selection(_get_reference_type, 'Reference Type', + 'reference_type': fields.selection(_get_reference_type, 'Payment Reference', required=True, readonly=True, states={'draft':[('readonly',False)]}), 'comment': fields.text('Additional Information'), @@ -1345,7 +1345,7 @@ class account_invoice_line(osv.osv): _name = "account.invoice.line" _description = "Invoice Line" _columns = { - 'name': fields.char('Description', size=256, required=True), + 'name': fields.text('Description', required=True), 'origin': fields.char('Source', size=256, help="Reference of the document that produced this invoice."), 'invoice_id': fields.many2one('account.invoice', 'Invoice Reference', ondelete='cascade', select=True), 'uos_id': fields.many2one('product.uom', 'Unit of Measure', ondelete='set null'), @@ -1357,7 +1357,6 @@ class account_invoice_line(osv.osv): 'quantity': fields.float('Quantity', required=True), 'discount': fields.float('Discount (%)', digits_compute= dp.get_precision('Account')), 'invoice_line_tax_id': fields.many2many('account.tax', 'account_invoice_line_tax', 'invoice_line_id', 'tax_id', 'Taxes', domain=[('parent_id','=',False)]), - 'note': fields.text('Notes'), 'account_analytic_id': fields.many2one('account.analytic.account', 'Analytic Account'), 'company_id': fields.related('invoice_id','company_id',type='many2one',relation='res.company',string='Company', store=True, readonly=True), 'partner_id': fields.related('invoice_id','partner_id',type='many2one',relation='res.partner',string='Partner',store=True) @@ -1430,7 +1429,8 @@ class account_invoice_line(osv.osv): domain = {} result['uos_id'] = res.uom_id.id or uom or False - result['note'] = res.description + if res.description: + result['name'] += '\n'+res.description if result['uos_id']: res2 = res.uom_id.category_id.id if res2: @@ -1524,7 +1524,7 @@ class account_invoice_line(osv.osv): def move_line_get_item(self, cr, uid, line, context=None): return { 'type':'src', - 'name': line.name[:64], + 'name': line.name.split('\n')[0][:64], 'price_unit':line.price_unit, 'quantity':line.quantity, 'price':line.price_subtotal, diff --git a/addons/account/account_invoice_view.xml b/addons/account/account_invoice_view.xml index 78cdea764f3..211a40f030f 100644 --- a/addons/account/account_invoice_view.xml +++ b/addons/account/account_invoice_view.xml @@ -50,24 +50,27 @@ form
- - - -
@@ -210,48 +210,54 @@ - + +
- - - - - - - - - - - - - - -
- - - - + + - - - + +
-
+ + + + + - + diff --git a/addons/analytic/i18n/ar.po b/addons/analytic/i18n/ar.po index e4fbf130f64..ffbf2faa266 100644 --- a/addons/analytic/i18n/ar.po +++ b/addons/analytic/i18n/ar.po @@ -14,8 +14,8 @@ msgstr "" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2012-02-09 06:56+0000\n" -"X-Generator: Launchpad (build 14763)\n" +"X-Launchpad-Export-Date: 2012-07-14 06:17+0000\n" +"X-Generator: Launchpad (build 15614)\n" #. module: analytic #: field:account.analytic.account,child_ids:0 @@ -70,11 +70,20 @@ msgid "" " If it is to be reviewed then the state is 'Pending'.\n" " When the project is completed the state is set to 'Done'." msgstr "" +"* وعندما يتم إنشاء حساب لها في الدولة \"مشروع\".\n" +"* إذا كان أي شريك المرتبطة هناك، يمكن أن يكون في حالة 'فتح'.\n" +"* إذا كان أي رصيد في انتظار أن هناك يمكن أن يكون في \"انتظار\".\n" +"* وأخيرا عندما تكون جميع المعاملات قد ولت، يمكن أن يكون في حالة \"إغلاق\".\n" +"* يمكن أن يكون المشروع في أي حال 'قالب' الدول و \"الجري\".\n" +"إذا كان قالب ثم يمكننا أن نجعل المشاريع القائمة على مشاريع قالب. إذا في حالة " +"\"تشغيل\" وهو مشروع طبيعي.\n" +"إذا أريد له أن يعاد النظر بعد ذلك للحالة هو \"معلق\".\n" +"عندما يتم الانتهاء من المشروع تم تعيين الحالة ل\"تم\"." #. module: analytic #: selection:account.analytic.account,state:0 msgid "New" -msgstr "" +msgstr "جديد" #. module: analytic #: field:account.analytic.account,type:0 @@ -119,6 +128,10 @@ msgid "" "consolidation purposes of several companies charts with different " "currencies, for example." msgstr "" +"إذا قمت بتعيين شركة، فالعملة المختارة يجب أن تكون نفس العملة لها. يمكنك " +"إزالة شركة تابعة، وبالتالي تغيير العملة، إلا على حساب تحليلي من نوع \"عرض\". " +"و لهذا يمكن أن تكون مفيدة لأغراض توحيد الرسوم البيانية للعديد من الشركات من " +"عملات مختلفة، على سبيل المثال." #. module: analytic #: field:account.analytic.line,user_id:0 @@ -163,7 +176,7 @@ msgstr "هرمية الحساب" #. module: analytic #: help:account.analytic.account,quantity_max:0 msgid "Sets the higher limit of time to work on the contract." -msgstr "" +msgstr "يحدد الحد الأقصي من الوقت للعمل على عقد." #. module: analytic #: field:account.analytic.account,credit:0 @@ -183,7 +196,7 @@ msgstr "جهة الإتصال" #. module: analytic #: field:account.analytic.account,code:0 msgid "Code/Reference" -msgstr "" +msgstr "رمز/مرجع" #. module: analytic #: selection:account.analytic.account,state:0 @@ -194,7 +207,7 @@ msgstr "أُلغيت" #: code:addons/analytic/analytic.py:138 #, python-format msgid "Error !" -msgstr "" +msgstr "خطأ !" #. module: analytic #: field:account.analytic.account,balance:0 @@ -223,12 +236,12 @@ msgstr "تاريخ الإنتهاء" #. module: analytic #: field:account.analytic.account,quantity_max:0 msgid "Maximum Time" -msgstr "" +msgstr "الوقت الأقصي" #. module: analytic #: model:res.groups,name:analytic.group_analytic_accounting msgid "Analytic Accounting" -msgstr "" +msgstr "محاسبة تحليلية" #. module: analytic #: field:account.analytic.account,complete_name:0 @@ -244,12 +257,12 @@ msgstr "حساب تحليلي" #. module: analytic #: field:account.analytic.account,currency_id:0 msgid "Currency" -msgstr "" +msgstr "العملة" #. module: analytic #: constraint:account.analytic.line:0 msgid "You can not create analytic line on view account." -msgstr "" +msgstr "لا يمكنك إنشاء سطر تحليلي في حساب للعرض." #. module: analytic #: selection:account.analytic.account,type:0 diff --git a/addons/analytic/i18n/bg.po b/addons/analytic/i18n/bg.po index 68e3dc1c567..aa1e6395e76 100644 --- a/addons/analytic/i18n/bg.po +++ b/addons/analytic/i18n/bg.po @@ -14,8 +14,8 @@ msgstr "" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2012-02-09 06:56+0000\n" -"X-Generator: Launchpad (build 14763)\n" +"X-Launchpad-Export-Date: 2012-07-14 06:17+0000\n" +"X-Generator: Launchpad (build 15614)\n" #. module: analytic #: field:account.analytic.account,child_ids:0 diff --git a/addons/analytic/i18n/bs.po b/addons/analytic/i18n/bs.po index 7536b60daa8..289fafbc8c4 100644 --- a/addons/analytic/i18n/bs.po +++ b/addons/analytic/i18n/bs.po @@ -14,13 +14,13 @@ msgstr "" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2012-02-09 06:56+0000\n" -"X-Generator: Launchpad (build 14763)\n" +"X-Launchpad-Export-Date: 2012-07-14 06:17+0000\n" +"X-Generator: Launchpad (build 15614)\n" #. module: analytic #: field:account.analytic.account,child_ids:0 msgid "Child Accounts" -msgstr "Podkonta" +msgstr "Pod računi" #. module: analytic #: field:account.analytic.account,name:0 @@ -30,7 +30,7 @@ msgstr "Naziv konta" #. module: analytic #: help:account.analytic.line,unit_amount:0 msgid "Specifies the amount of quantity to count." -msgstr "" +msgstr "Specificira količinu koja se zaračunava." #. module: analytic #: field:account.analytic.account,state:0 @@ -45,7 +45,7 @@ msgstr "Upravitelj računa" #. module: analytic #: selection:account.analytic.account,state:0 msgid "Closed" -msgstr "Zatvoreno" +msgstr "Zatvorena" #. module: analytic #: field:account.analytic.account,debit:0 @@ -74,12 +74,12 @@ msgstr "" #. module: analytic #: selection:account.analytic.account,state:0 msgid "New" -msgstr "" +msgstr "Nova" #. module: analytic #: field:account.analytic.account,type:0 msgid "Account Type" -msgstr "Vrsta konta" +msgstr "Tip konta" #. module: analytic #: selection:account.analytic.account,state:0 diff --git a/addons/analytic/i18n/ca.po b/addons/analytic/i18n/ca.po index 05eb8387688..f4538577a40 100644 --- a/addons/analytic/i18n/ca.po +++ b/addons/analytic/i18n/ca.po @@ -14,8 +14,8 @@ msgstr "" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2012-02-09 06:56+0000\n" -"X-Generator: Launchpad (build 14763)\n" +"X-Launchpad-Export-Date: 2012-07-14 06:17+0000\n" +"X-Generator: Launchpad (build 15614)\n" #. module: analytic #: field:account.analytic.account,child_ids:0 diff --git a/addons/analytic/i18n/cs.po b/addons/analytic/i18n/cs.po index b8ac332254a..f6c7f19b0e8 100644 --- a/addons/analytic/i18n/cs.po +++ b/addons/analytic/i18n/cs.po @@ -13,8 +13,8 @@ msgstr "" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2012-02-09 06:56+0000\n" -"X-Generator: Launchpad (build 14763)\n" +"X-Launchpad-Export-Date: 2012-07-14 06:17+0000\n" +"X-Generator: Launchpad (build 15614)\n" "X-Poedit-Language: czech\n" #. module: analytic diff --git a/addons/analytic/i18n/da.po b/addons/analytic/i18n/da.po index 86ad968cb99..781a06b47a4 100644 --- a/addons/analytic/i18n/da.po +++ b/addons/analytic/i18n/da.po @@ -14,8 +14,8 @@ msgstr "" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2012-02-09 06:56+0000\n" -"X-Generator: Launchpad (build 14763)\n" +"X-Launchpad-Export-Date: 2012-07-14 06:17+0000\n" +"X-Generator: Launchpad (build 15614)\n" #. module: analytic #: field:account.analytic.account,child_ids:0 diff --git a/addons/analytic/i18n/de.po b/addons/analytic/i18n/de.po index a44273b8e42..f8164672a8f 100644 --- a/addons/analytic/i18n/de.po +++ b/addons/analytic/i18n/de.po @@ -14,8 +14,8 @@ msgstr "" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2012-02-09 06:56+0000\n" -"X-Generator: Launchpad (build 14763)\n" +"X-Launchpad-Export-Date: 2012-07-14 06:17+0000\n" +"X-Generator: Launchpad (build 15614)\n" #. module: analytic #: field:account.analytic.account,child_ids:0 diff --git a/addons/analytic/i18n/el.po b/addons/analytic/i18n/el.po index a9c2ca81d6b..d715ca29699 100644 --- a/addons/analytic/i18n/el.po +++ b/addons/analytic/i18n/el.po @@ -14,8 +14,8 @@ msgstr "" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2012-02-09 06:56+0000\n" -"X-Generator: Launchpad (build 14763)\n" +"X-Launchpad-Export-Date: 2012-07-14 06:17+0000\n" +"X-Generator: Launchpad (build 15614)\n" #. module: analytic #: field:account.analytic.account,child_ids:0 diff --git a/addons/analytic/i18n/es.po b/addons/analytic/i18n/es.po index 3ceb54bd156..dd0a125dbaa 100644 --- a/addons/analytic/i18n/es.po +++ b/addons/analytic/i18n/es.po @@ -14,8 +14,8 @@ msgstr "" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2012-02-11 05:09+0000\n" -"X-Generator: Launchpad (build 14771)\n" +"X-Launchpad-Export-Date: 2012-07-14 06:17+0000\n" +"X-Generator: Launchpad (build 15614)\n" #. module: analytic #: field:account.analytic.account,child_ids:0 @@ -173,7 +173,7 @@ msgstr "Jerarquía de la cuenta" #. module: analytic #: help:account.analytic.account,quantity_max:0 msgid "Sets the higher limit of time to work on the contract." -msgstr "" +msgstr "Establece el límite superior de tiempo para trabajar en el contrato" #. module: analytic #: field:account.analytic.account,credit:0 diff --git a/addons/analytic/i18n/es_CR.po b/addons/analytic/i18n/es_CR.po index 31dea665c74..8fe7ff9ec13 100644 --- a/addons/analytic/i18n/es_CR.po +++ b/addons/analytic/i18n/es_CR.po @@ -9,13 +9,13 @@ msgstr "" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2012-02-08 00:35+0000\n" "PO-Revision-Date: 2012-02-15 15:50+0000\n" -"Last-Translator: Freddy Gonzalez \n" +"Last-Translator: Freddy Gonzalez \n" "Language-Team: Spanish \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2012-02-16 05:06+0000\n" -"X-Generator: Launchpad (build 14781)\n" +"X-Launchpad-Export-Date: 2012-07-14 06:17+0000\n" +"X-Generator: Launchpad (build 15614)\n" "Language: es\n" #. module: analytic diff --git a/addons/analytic/i18n/es_EC.po b/addons/analytic/i18n/es_EC.po index ccfc709ed22..90fdfcc8f68 100644 --- a/addons/analytic/i18n/es_EC.po +++ b/addons/analytic/i18n/es_EC.po @@ -9,8 +9,8 @@ msgstr "" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2012-02-09 06:57+0000\n" -"X-Generator: Launchpad (build 14763)\n" +"X-Launchpad-Export-Date: 2012-07-14 06:17+0000\n" +"X-Generator: Launchpad (build 15614)\n" #. module: analytic #: field:account.analytic.account,child_ids:0 @@ -76,7 +76,7 @@ msgstr "" #. module: analytic #: selection:account.analytic.account,state:0 msgid "New" -msgstr "" +msgstr "Nuevo" #. module: analytic #: field:account.analytic.account,type:0 @@ -121,6 +121,11 @@ msgid "" "consolidation purposes of several companies charts with different " "currencies, for example." msgstr "" +"Si configuras una compañía, la moneda seleccionada debe ser la misma.\n" +"You can remove the company belonging, and thus change the currency, only on " +"analytic account of type 'view'. This can be really usefull for " +"consolidation purposes of several companies charts with different " +"currencies, for example." #. module: analytic #: field:account.analytic.line,user_id:0 @@ -165,7 +170,7 @@ msgstr "Jerarquía de Cuentas" #. module: analytic #: help:account.analytic.account,quantity_max:0 msgid "Sets the higher limit of time to work on the contract." -msgstr "" +msgstr "Configurar el límite más alto de tiempo de trabajo en el contrato" #. module: analytic #: field:account.analytic.account,credit:0 @@ -185,7 +190,7 @@ msgstr "Contacto" #. module: analytic #: field:account.analytic.account,code:0 msgid "Code/Reference" -msgstr "" +msgstr "Código / Referencia" #. module: analytic #: selection:account.analytic.account,state:0 @@ -196,7 +201,7 @@ msgstr "Cancelado" #: code:addons/analytic/analytic.py:138 #, python-format msgid "Error !" -msgstr "" +msgstr "¡ Error !" #. module: analytic #: field:account.analytic.account,balance:0 @@ -225,12 +230,12 @@ msgstr "Fecha Final" #. module: analytic #: field:account.analytic.account,quantity_max:0 msgid "Maximum Time" -msgstr "" +msgstr "Tiempo Máximo" #. module: analytic #: model:res.groups,name:analytic.group_analytic_accounting msgid "Analytic Accounting" -msgstr "" +msgstr "Contabilidad Analítica" #. module: analytic #: field:account.analytic.account,complete_name:0 @@ -246,12 +251,12 @@ msgstr "Cuenta Analitica" #. module: analytic #: field:account.analytic.account,currency_id:0 msgid "Currency" -msgstr "" +msgstr "Moneda" #. module: analytic #: constraint:account.analytic.line:0 msgid "You can not create analytic line on view account." -msgstr "" +msgstr "No puede crear una línea analítica en una cuenta vista" #. module: analytic #: selection:account.analytic.account,type:0 diff --git a/addons/analytic/i18n/es_PY.po b/addons/analytic/i18n/es_PY.po index e38d2e63226..b4931b6e910 100644 --- a/addons/analytic/i18n/es_PY.po +++ b/addons/analytic/i18n/es_PY.po @@ -14,8 +14,8 @@ msgstr "" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2012-02-09 06:57+0000\n" -"X-Generator: Launchpad (build 14763)\n" +"X-Launchpad-Export-Date: 2012-07-14 06:17+0000\n" +"X-Generator: Launchpad (build 15614)\n" #. module: analytic #: field:account.analytic.account,child_ids:0 diff --git a/addons/analytic/i18n/et.po b/addons/analytic/i18n/et.po index 52dfa8ac385..0826699bda2 100644 --- a/addons/analytic/i18n/et.po +++ b/addons/analytic/i18n/et.po @@ -14,8 +14,8 @@ msgstr "" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2012-02-09 06:56+0000\n" -"X-Generator: Launchpad (build 14763)\n" +"X-Launchpad-Export-Date: 2012-07-14 06:17+0000\n" +"X-Generator: Launchpad (build 15614)\n" #. module: analytic #: field:account.analytic.account,child_ids:0 diff --git a/addons/analytic/i18n/fa.po b/addons/analytic/i18n/fa.po index 8152d9a533e..1f81a86f497 100644 --- a/addons/analytic/i18n/fa.po +++ b/addons/analytic/i18n/fa.po @@ -14,8 +14,8 @@ msgstr "" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2012-02-09 06:56+0000\n" -"X-Generator: Launchpad (build 14763)\n" +"X-Launchpad-Export-Date: 2012-07-14 06:17+0000\n" +"X-Generator: Launchpad (build 15614)\n" #. module: analytic #: field:account.analytic.account,child_ids:0 diff --git a/addons/analytic/i18n/fi.po b/addons/analytic/i18n/fi.po index a291f8a9baf..c26ae23fa93 100644 --- a/addons/analytic/i18n/fi.po +++ b/addons/analytic/i18n/fi.po @@ -14,8 +14,8 @@ msgstr "" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2012-02-09 06:56+0000\n" -"X-Generator: Launchpad (build 14763)\n" +"X-Launchpad-Export-Date: 2012-07-14 06:17+0000\n" +"X-Generator: Launchpad (build 15614)\n" #. module: analytic #: field:account.analytic.account,child_ids:0 diff --git a/addons/analytic/i18n/fr.po b/addons/analytic/i18n/fr.po index 557c5681ad7..8e6973ee4bd 100644 --- a/addons/analytic/i18n/fr.po +++ b/addons/analytic/i18n/fr.po @@ -14,8 +14,8 @@ msgstr "" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2012-02-09 06:56+0000\n" -"X-Generator: Launchpad (build 14763)\n" +"X-Launchpad-Export-Date: 2012-07-14 06:17+0000\n" +"X-Generator: Launchpad (build 15614)\n" #. module: analytic #: field:account.analytic.account,child_ids:0 @@ -88,7 +88,7 @@ msgstr "" #. module: analytic #: selection:account.analytic.account,state:0 msgid "New" -msgstr "" +msgstr "Nouveau" #. module: analytic #: field:account.analytic.account,type:0 @@ -133,6 +133,12 @@ msgid "" "consolidation purposes of several companies charts with different " "currencies, for example." msgstr "" +"Si vous définissez une société, la devise choisie doit être la même que " +"celle de cette société.\n" +"Vous pouvez supprimer la société d'appartenance, et donc changer la devise, " +"seulement sur les comptes analytiques de type «vue». Cela peut être très " +"utile pour les besoins de consolidation des comptes d' entreprises dont les " +"monnaies sont différentes, par exemple." #. module: analytic #: field:account.analytic.line,user_id:0 @@ -178,6 +184,7 @@ msgstr "Hiérarchie des comptes" #: help:account.analytic.account,quantity_max:0 msgid "Sets the higher limit of time to work on the contract." msgstr "" +"Définit la limite supérieure de temps pour travailler sur le contrat." #. module: analytic #: field:account.analytic.account,credit:0 @@ -197,7 +204,7 @@ msgstr "Contact" #. module: analytic #: field:account.analytic.account,code:0 msgid "Code/Reference" -msgstr "" +msgstr "Code/Référence" #. module: analytic #: selection:account.analytic.account,state:0 @@ -208,7 +215,7 @@ msgstr "Annulé" #: code:addons/analytic/analytic.py:138 #, python-format msgid "Error !" -msgstr "" +msgstr "Erreur !" #. module: analytic #: field:account.analytic.account,balance:0 @@ -237,12 +244,12 @@ msgstr "Date de fin" #. module: analytic #: field:account.analytic.account,quantity_max:0 msgid "Maximum Time" -msgstr "" +msgstr "Temps maximum" #. module: analytic #: model:res.groups,name:analytic.group_analytic_accounting msgid "Analytic Accounting" -msgstr "" +msgstr "Comptabilité analytique" #. module: analytic #: field:account.analytic.account,complete_name:0 @@ -258,12 +265,14 @@ msgstr "Compte analytique" #. module: analytic #: field:account.analytic.account,currency_id:0 msgid "Currency" -msgstr "" +msgstr "Devise" #. module: analytic #: constraint:account.analytic.line:0 msgid "You can not create analytic line on view account." msgstr "" +"Vous ne pouvez pas créer des lignes analytiques sur des comptes de type " +"\"vue\"." #. module: analytic #: selection:account.analytic.account,type:0 diff --git a/addons/analytic/i18n/gl.po b/addons/analytic/i18n/gl.po index 52caf14015b..786613674c1 100644 --- a/addons/analytic/i18n/gl.po +++ b/addons/analytic/i18n/gl.po @@ -14,8 +14,8 @@ msgstr "" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2012-02-09 06:56+0000\n" -"X-Generator: Launchpad (build 14763)\n" +"X-Launchpad-Export-Date: 2012-07-14 06:17+0000\n" +"X-Generator: Launchpad (build 15614)\n" #. module: analytic #: field:account.analytic.account,child_ids:0 diff --git a/addons/analytic/i18n/hr.po b/addons/analytic/i18n/hr.po index b903fe95957..d953a7f40a1 100644 --- a/addons/analytic/i18n/hr.po +++ b/addons/analytic/i18n/hr.po @@ -14,8 +14,8 @@ msgstr "" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2012-02-09 06:57+0000\n" -"X-Generator: Launchpad (build 14763)\n" +"X-Launchpad-Export-Date: 2012-07-14 06:17+0000\n" +"X-Generator: Launchpad (build 15614)\n" #. module: analytic #: field:account.analytic.account,child_ids:0 diff --git a/addons/analytic/i18n/hu.po b/addons/analytic/i18n/hu.po index e466c7f8798..1fd12837527 100644 --- a/addons/analytic/i18n/hu.po +++ b/addons/analytic/i18n/hu.po @@ -14,8 +14,8 @@ msgstr "" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2012-02-09 06:56+0000\n" -"X-Generator: Launchpad (build 14763)\n" +"X-Launchpad-Export-Date: 2012-07-14 06:17+0000\n" +"X-Generator: Launchpad (build 15614)\n" #. module: analytic #: field:account.analytic.account,child_ids:0 diff --git a/addons/analytic/i18n/it.po b/addons/analytic/i18n/it.po index b65beea162a..d380cfa6390 100644 --- a/addons/analytic/i18n/it.po +++ b/addons/analytic/i18n/it.po @@ -14,8 +14,8 @@ msgstr "" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2012-02-09 06:56+0000\n" -"X-Generator: Launchpad (build 14763)\n" +"X-Launchpad-Export-Date: 2012-07-14 06:17+0000\n" +"X-Generator: Launchpad (build 15614)\n" #. module: analytic #: field:account.analytic.account,child_ids:0 diff --git a/addons/analytic/i18n/ja.po b/addons/analytic/i18n/ja.po index 8ae21b65464..bd6fca402c3 100644 --- a/addons/analytic/i18n/ja.po +++ b/addons/analytic/i18n/ja.po @@ -14,8 +14,8 @@ msgstr "" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2012-06-09 05:39+0000\n" -"X-Generator: Launchpad (build 15376)\n" +"X-Launchpad-Export-Date: 2012-07-14 06:17+0000\n" +"X-Generator: Launchpad (build 15614)\n" #. module: analytic #: field:account.analytic.account,child_ids:0 diff --git a/addons/analytic/i18n/lv.po b/addons/analytic/i18n/lv.po index f55b4c8f00f..61fb3afe12f 100644 --- a/addons/analytic/i18n/lv.po +++ b/addons/analytic/i18n/lv.po @@ -14,8 +14,8 @@ msgstr "" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2012-02-09 06:56+0000\n" -"X-Generator: Launchpad (build 14763)\n" +"X-Launchpad-Export-Date: 2012-07-14 06:17+0000\n" +"X-Generator: Launchpad (build 15614)\n" #. module: analytic #: field:account.analytic.account,child_ids:0 diff --git a/addons/analytic/i18n/mn.po b/addons/analytic/i18n/mn.po index cb723ea74e7..fd04f33e5a5 100644 --- a/addons/analytic/i18n/mn.po +++ b/addons/analytic/i18n/mn.po @@ -14,8 +14,8 @@ msgstr "" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2012-02-09 06:56+0000\n" -"X-Generator: Launchpad (build 14763)\n" +"X-Launchpad-Export-Date: 2012-07-14 06:17+0000\n" +"X-Generator: Launchpad (build 15614)\n" #. module: analytic #: field:account.analytic.account,child_ids:0 @@ -70,11 +70,24 @@ msgid "" " If it is to be reviewed then the state is 'Pending'.\n" " When the project is completed the state is set to 'Done'." msgstr "" +"* Данс үүсгэгдэхэд энэ нь 'Ноорог' төлөвтэй байна. " +" \n" +"* Хэрэв холбогдсон ямар нэг харилцагч байвал энэ нь 'Нээлттэй' төлөвтэй байж " +"болно. \n" +"* Хэрэв хүлээгдэж байгаа баланс байвал энэ нь 'Хүлээгдэж байгаа' төлөвтэй " +"байж болно. \n" +"* Эцэст нь бүх гүйлгээ хийгдсэн бол 'Дууссан' төлөвтэй болж болно. " +" \n" +"* Төсөл нь 'Үлгэр' болон 'Хэрэгжиж байгаа' гэсэн төлөвтэй байж болно.\n" +"Хэрэв үлгэр бол өөр төслүүдийг энэхүү үлгэр дээр үндэслэн үүсгэж болно. " +"Хэрэв 'Хэрэгжиж байгаа' төлөвтэй байвал төсөл нь энгийн төсөл байна. \n" +"Хэрэв ревюү хийх шаардлагатай 'Хүлээгдэж байгаа' төлөвтэй байна. \n" +"Хэрэв төсөл дууссан бол 'Хийгдсэн' төлөвтэй байна." #. module: analytic #: selection:account.analytic.account,state:0 msgid "New" -msgstr "" +msgstr "Шинэ" #. module: analytic #: field:account.analytic.account,type:0 @@ -119,6 +132,10 @@ msgid "" "consolidation purposes of several companies charts with different " "currencies, for example." msgstr "" +"Хэрэв компани сонгосон бол валют нь компаний валюттай ижил байх ёстой. \n" +"Компанийг арилгаад валютыг солиж болно. Үүнийг зөвхөн 'Харагдац' төрлийн " +"данс дээр л хийх боломжтой. Энэ нь олон компаний ялгаатай валюттай дансдыг " +"нэгтгэхэд туйлын хэрэгтэй." #. module: analytic #: field:account.analytic.line,user_id:0 @@ -158,12 +175,12 @@ msgstr "" #. module: analytic #: field:account.analytic.account,child_complete_ids:0 msgid "Account Hierarchy" -msgstr "" +msgstr "Дансны Мөчир" #. module: analytic #: help:account.analytic.account,quantity_max:0 msgid "Sets the higher limit of time to work on the contract." -msgstr "" +msgstr "Гэрээн дээр ажлын цагийн хязгаарыг өндөрсгөж тааруулна." #. module: analytic #: field:account.analytic.account,credit:0 @@ -183,7 +200,7 @@ msgstr "Гэрээ" #. module: analytic #: field:account.analytic.account,code:0 msgid "Code/Reference" -msgstr "" +msgstr "Код/Сурвалж" #. module: analytic #: selection:account.analytic.account,state:0 @@ -194,7 +211,7 @@ msgstr "Цуцлагдсан" #: code:addons/analytic/analytic.py:138 #, python-format msgid "Error !" -msgstr "" +msgstr "Алдаа !" #. module: analytic #: field:account.analytic.account,balance:0 @@ -223,12 +240,12 @@ msgstr "Дуусах огноо" #. module: analytic #: field:account.analytic.account,quantity_max:0 msgid "Maximum Time" -msgstr "" +msgstr "Максимум хугацаа" #. module: analytic #: model:res.groups,name:analytic.group_analytic_accounting msgid "Analytic Accounting" -msgstr "" +msgstr "Аналитик санхүү" #. module: analytic #: field:account.analytic.account,complete_name:0 @@ -244,12 +261,12 @@ msgstr "Аналитик Данс" #. module: analytic #: field:account.analytic.account,currency_id:0 msgid "Currency" -msgstr "" +msgstr "Валют" #. module: analytic #: constraint:account.analytic.line:0 msgid "You can not create analytic line on view account." -msgstr "" +msgstr "Харагдац төрлийн данс дээр шинжилгээний мөрийг үүсгэх боломжгүй." #. module: analytic #: selection:account.analytic.account,type:0 diff --git a/addons/analytic/i18n/nb.po b/addons/analytic/i18n/nb.po index b8ec6fbdab6..2682c62d63c 100644 --- a/addons/analytic/i18n/nb.po +++ b/addons/analytic/i18n/nb.po @@ -14,8 +14,8 @@ msgstr "" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2012-02-09 06:56+0000\n" -"X-Generator: Launchpad (build 14763)\n" +"X-Launchpad-Export-Date: 2012-07-14 06:17+0000\n" +"X-Generator: Launchpad (build 15614)\n" #. module: analytic #: field:account.analytic.account,child_ids:0 diff --git a/addons/analytic/i18n/nl.po b/addons/analytic/i18n/nl.po index 0a163811c69..971653e7e02 100644 --- a/addons/analytic/i18n/nl.po +++ b/addons/analytic/i18n/nl.po @@ -14,8 +14,8 @@ msgstr "" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2012-02-11 05:09+0000\n" -"X-Generator: Launchpad (build 14771)\n" +"X-Launchpad-Export-Date: 2012-07-14 06:17+0000\n" +"X-Generator: Launchpad (build 15614)\n" #. module: analytic #: field:account.analytic.account,child_ids:0 diff --git a/addons/analytic/i18n/nl_BE.po b/addons/analytic/i18n/nl_BE.po index 514aa791691..22b6f533471 100644 --- a/addons/analytic/i18n/nl_BE.po +++ b/addons/analytic/i18n/nl_BE.po @@ -14,8 +14,8 @@ msgstr "" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2012-02-09 06:57+0000\n" -"X-Generator: Launchpad (build 14763)\n" +"X-Launchpad-Export-Date: 2012-07-14 06:17+0000\n" +"X-Generator: Launchpad (build 15614)\n" #. module: analytic #: field:account.analytic.account,child_ids:0 diff --git a/addons/analytic/i18n/pl.po b/addons/analytic/i18n/pl.po index f55faa0d6fc..0be87e705f8 100644 --- a/addons/analytic/i18n/pl.po +++ b/addons/analytic/i18n/pl.po @@ -14,8 +14,8 @@ msgstr "" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2012-02-09 06:57+0000\n" -"X-Generator: Launchpad (build 14763)\n" +"X-Launchpad-Export-Date: 2012-07-14 06:17+0000\n" +"X-Generator: Launchpad (build 15614)\n" #. module: analytic #: field:account.analytic.account,child_ids:0 diff --git a/addons/analytic/i18n/pt.po b/addons/analytic/i18n/pt.po index 234a29bfdfc..6c954f62117 100644 --- a/addons/analytic/i18n/pt.po +++ b/addons/analytic/i18n/pt.po @@ -14,23 +14,23 @@ msgstr "" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2012-02-09 06:57+0000\n" -"X-Generator: Launchpad (build 14763)\n" +"X-Launchpad-Export-Date: 2012-07-14 06:17+0000\n" +"X-Generator: Launchpad (build 15614)\n" #. module: analytic #: field:account.analytic.account,child_ids:0 msgid "Child Accounts" -msgstr "" +msgstr "Conta Descendente" #. module: analytic #: field:account.analytic.account,name:0 msgid "Account Name" -msgstr "Nome da conta" +msgstr "Nome da Conta" #. module: analytic #: help:account.analytic.line,unit_amount:0 msgid "Specifies the amount of quantity to count." -msgstr "" +msgstr "Especifica o montante do valor a contar" #. module: analytic #: field:account.analytic.account,state:0 @@ -45,7 +45,7 @@ msgstr "Gestor de conta" #. module: analytic #: selection:account.analytic.account,state:0 msgid "Closed" -msgstr "Encerrada" +msgstr "Encerrado" #. module: analytic #: field:account.analytic.account,debit:0 @@ -70,16 +70,31 @@ msgid "" " If it is to be reviewed then the state is 'Pending'.\n" " When the project is completed the state is set to 'Done'." msgstr "" +"* Quando uma conta é criada no estado 'Rascunho'. " +" \n" +"* Se algum parceiro associado estiver lá, poderá estar em estado 'Aberto'. " +" \n" +"* Se houver algum saldo pendente, poderá estar no estado 'Pendente'. " +" \n" +"* E, finalmente, quando todas as transações terminaram, poderá estar no " +"estado 'Fechado'. \n" +"* O projeto também pode estar em qualquer caso nos estados 'Template' e 'Em " +"Movimento'.\n" +" Se for um template então podemos fazer projetos baseados no template de " +"projetos. Se for 'Em Movimento' será um projeto normal. " +" \n" +" Se é para ser revisto,então o estado é 'Pendente'.\n" +" Quando o projeto estiver concluído, o estado está definido como 'Concluído'." #. module: analytic #: selection:account.analytic.account,state:0 msgid "New" -msgstr "" +msgstr "Novo" #. module: analytic #: field:account.analytic.account,type:0 msgid "Account Type" -msgstr "Tipo de conta" +msgstr "Tipo de Conta" #. module: analytic #: selection:account.analytic.account,state:0 @@ -100,7 +115,7 @@ msgstr "Descrição" #. module: analytic #: selection:account.analytic.account,type:0 msgid "Normal" -msgstr "" +msgstr "Normal" #. module: analytic #: field:account.analytic.account,company_id:0 @@ -119,6 +134,12 @@ msgid "" "consolidation purposes of several companies charts with different " "currencies, for example." msgstr "" +"Se definir uma empresa, a moeda selecionada tem que ser a mesma que a " +"moeda.\n" +"Pode remover a empresa a que pertença, e assim, alterar a moeda, apenas por " +"conta analítica do tipo 'vista'. Isto pode ser realmente útil para fins de " +"consolidação de vários planos de contas de empresas com diferentes moedas, " +"por exemplo." #. module: analytic #: field:account.analytic.line,user_id:0 @@ -128,7 +149,7 @@ msgstr "Utilizador" #. module: analytic #: field:account.analytic.account,parent_id:0 msgid "Parent Analytic Account" -msgstr "Conta analítica mãe" +msgstr "Conta Analítica Ascendente" #. module: analytic #: field:account.analytic.line,date:0 @@ -138,7 +159,7 @@ msgstr "Data" #. module: analytic #: selection:account.analytic.account,state:0 msgid "Template" -msgstr "Modelo" +msgstr "Template" #. module: analytic #: field:account.analytic.account,quantity:0 @@ -152,16 +173,19 @@ msgid "" "Calculated by multiplying the quantity and the price given in the Product's " "cost price. Always expressed in the company main currency." msgstr "" +"Calculado multiplicando a quantidade pelo preço de custo do artigo. Sempre " +"expresso na Moeda da principal da empresa." #. module: analytic #: field:account.analytic.account,child_complete_ids:0 msgid "Account Hierarchy" -msgstr "" +msgstr "Hierarquia da conta" #. module: analytic #: help:account.analytic.account,quantity_max:0 msgid "Sets the higher limit of time to work on the contract." msgstr "" +"Defina o limite máximo de tempo de trabalho a ser usado num contrato." #. module: analytic #: field:account.analytic.account,credit:0 @@ -176,28 +200,28 @@ msgstr "Montante" #. module: analytic #: field:account.analytic.account,contact_id:0 msgid "Contact" -msgstr "Contacto" +msgstr "Contato" #. module: analytic #: field:account.analytic.account,code:0 msgid "Code/Reference" -msgstr "" +msgstr "Código / Referência" #. module: analytic #: selection:account.analytic.account,state:0 msgid "Cancelled" -msgstr "" +msgstr "Cancelado" #. module: analytic #: code:addons/analytic/analytic.py:138 #, python-format msgid "Error !" -msgstr "" +msgstr "Erro !" #. module: analytic #: field:account.analytic.account,balance:0 msgid "Balance" -msgstr "" +msgstr "Balanço" #. module: analytic #: constraint:account.analytic.account:0 @@ -210,21 +234,23 @@ msgid "" "If you select the View Type, it means you won't allow to create journal " "entries using that account." msgstr "" +"Se selecionar o tipo vista, isso significa que não irá permitir criar " +"movimentos no diário ao usar esta conta." #. module: analytic #: field:account.analytic.account,date:0 msgid "Date End" -msgstr "Data final" +msgstr "Data Final" #. module: analytic #: field:account.analytic.account,quantity_max:0 msgid "Maximum Time" -msgstr "" +msgstr "Tempo máximo:" #. module: analytic #: model:res.groups,name:analytic.group_analytic_accounting msgid "Analytic Accounting" -msgstr "" +msgstr "Contabilidade Analítica" #. module: analytic #: field:account.analytic.account,complete_name:0 @@ -240,27 +266,27 @@ msgstr "Conta analítica" #. module: analytic #: field:account.analytic.account,currency_id:0 msgid "Currency" -msgstr "" +msgstr "Moeda" #. module: analytic #: constraint:account.analytic.line:0 msgid "You can not create analytic line on view account." -msgstr "" +msgstr "Não pode criar uma linha de análise numa conta de vista." #. module: analytic #: selection:account.analytic.account,type:0 msgid "View" -msgstr "" +msgstr "Vista" #. module: analytic #: field:account.analytic.account,partner_id:0 msgid "Partner" -msgstr "Terceiro" +msgstr "Parceiro" #. module: analytic #: field:account.analytic.account,date_start:0 msgid "Date Start" -msgstr "Data de início" +msgstr "Data Inicial" #. module: analytic #: selection:account.analytic.account,state:0 @@ -270,7 +296,7 @@ msgstr "Abrir" #. module: analytic #: field:account.analytic.account,line_ids:0 msgid "Analytic Entries" -msgstr "" +msgstr "Movimentos Analíticos" #~ msgid "Draft" #~ msgstr "Esboço" @@ -291,5 +317,10 @@ msgstr "" #~ "Module for defining analytic accounting object.\n" #~ " " #~ msgstr "" -#~ "Módulo para definir um objeto de contabilidade analítica.\n" +#~ "Módulo para definir um objecto de contabilidade analítica.\n" #~ " " + +#~ msgid "" +#~ "Error! The currency has to be the same as the currency of the selected " +#~ "company" +#~ msgstr "Erro! A moeda tem que ser a mesma que foi seleccionada pela empresa" diff --git a/addons/analytic/i18n/pt_BR.po b/addons/analytic/i18n/pt_BR.po index 516d6608a23..63eda5e326a 100644 --- a/addons/analytic/i18n/pt_BR.po +++ b/addons/analytic/i18n/pt_BR.po @@ -14,8 +14,8 @@ msgstr "" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2012-02-09 06:57+0000\n" -"X-Generator: Launchpad (build 14763)\n" +"X-Launchpad-Export-Date: 2012-07-14 06:17+0000\n" +"X-Generator: Launchpad (build 15614)\n" #. module: analytic #: field:account.analytic.account,child_ids:0 diff --git a/addons/analytic/i18n/ro.po b/addons/analytic/i18n/ro.po index 76186fe7f95..f75b86c5358 100644 --- a/addons/analytic/i18n/ro.po +++ b/addons/analytic/i18n/ro.po @@ -14,8 +14,8 @@ msgstr "" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2012-02-09 06:57+0000\n" -"X-Generator: Launchpad (build 14763)\n" +"X-Launchpad-Export-Date: 2012-07-14 06:17+0000\n" +"X-Generator: Launchpad (build 15614)\n" #. module: analytic #: field:account.analytic.account,child_ids:0 @@ -30,7 +30,7 @@ msgstr "Nume cont" #. module: analytic #: help:account.analytic.line,unit_amount:0 msgid "Specifies the amount of quantity to count." -msgstr "Specifica suma cantitatii de numarat" +msgstr "Specifica suma de numarat" #. module: analytic #: field:account.analytic.account,state:0 @@ -40,12 +40,12 @@ msgstr "Stare" #. module: analytic #: field:account.analytic.account,user_id:0 msgid "Account Manager" -msgstr "Manager financiar contabil" +msgstr "Manager cont" #. module: analytic #: selection:account.analytic.account,state:0 msgid "Closed" -msgstr "Închis" +msgstr "Inchis" #. module: analytic #: field:account.analytic.account,debit:0 @@ -70,11 +70,11 @@ msgid "" " If it is to be reviewed then the state is 'Pending'.\n" " When the project is completed the state is set to 'Done'." msgstr "" -"* Cand este crest un cont, acesta este in stare 'Ciorna'. \n" -"* Daca exista vreun partener asociat, poate fi in stare \"Deschis'.\n" +"* Cand este crest un cont, acesta este in starea 'Ciorna'. \n" +"* Daca exista vreun partener asociat, poate fi in starea \"Deschis'.\n" "* Daca exista vreun sold in asteptare, poate fi 'In asteptare'.\n" "* In cele din urma, daca toate tranzactiile sunt efectuate, poate fi in " -"stare 'Inchis'. \n" +"starea 'Inchis'. \n" "*Proiectul se poate afla in oricare din starile 'Sablon' sau 'Rulare'. \n" " Daca este sablon, atunci putem face proiecte pe baza proiectelor sablon. " "Daca este in starea 'Rulare' este un proiect \n" @@ -85,7 +85,7 @@ msgstr "" #. module: analytic #: selection:account.analytic.account,state:0 msgid "New" -msgstr "" +msgstr "Nou(a)" #. module: analytic #: field:account.analytic.account,type:0 @@ -130,6 +130,11 @@ msgid "" "consolidation purposes of several companies charts with different " "currencies, for example." msgstr "" +"Daca setati o companie, moneda selectata trebuie sa fie la fel cu moneda " +"companiei. \n" +"Puteti sterge compania, si astfel sa modificati moneda, dar numai intr-un " +"cont analitic de tipul 'vizualizare'. Acest lucru poate fi foarte util de " +"exemplu la consolidarea graficelor mai multor companii cu monede diferite." #. module: analytic #: field:account.analytic.line,user_id:0 @@ -174,7 +179,7 @@ msgstr "Ierarhie Cont" #. module: analytic #: help:account.analytic.account,quantity_max:0 msgid "Sets the higher limit of time to work on the contract." -msgstr "" +msgstr "Stabileste limita cea mai mare a perioadei de lucru la contract." #. module: analytic #: field:account.analytic.account,credit:0 @@ -194,7 +199,7 @@ msgstr "Contact" #. module: analytic #: field:account.analytic.account,code:0 msgid "Code/Reference" -msgstr "" +msgstr "Cod/Referinta" #. module: analytic #: selection:account.analytic.account,state:0 @@ -205,7 +210,7 @@ msgstr "Anulat" #: code:addons/analytic/analytic.py:138 #, python-format msgid "Error !" -msgstr "" +msgstr "Eroare !" #. module: analytic #: field:account.analytic.account,balance:0 @@ -234,12 +239,12 @@ msgstr "Data de sfarsit" #. module: analytic #: field:account.analytic.account,quantity_max:0 msgid "Maximum Time" -msgstr "" +msgstr "Timp Maxim" #. module: analytic #: model:res.groups,name:analytic.group_analytic_accounting msgid "Analytic Accounting" -msgstr "" +msgstr "Contabilitate Analitica" #. module: analytic #: field:account.analytic.account,complete_name:0 @@ -255,12 +260,12 @@ msgstr "Cont Analitic" #. module: analytic #: field:account.analytic.account,currency_id:0 msgid "Currency" -msgstr "" +msgstr "Moneda" #. module: analytic #: constraint:account.analytic.line:0 msgid "You can not create analytic line on view account." -msgstr "" +msgstr "Nu puteti crea o linie analitica in vizualizarea contului." #. module: analytic #: selection:account.analytic.account,type:0 diff --git a/addons/analytic/i18n/ru.po b/addons/analytic/i18n/ru.po index e9f5c22d14f..868b0070271 100644 --- a/addons/analytic/i18n/ru.po +++ b/addons/analytic/i18n/ru.po @@ -14,8 +14,8 @@ msgstr "" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2012-02-09 06:57+0000\n" -"X-Generator: Launchpad (build 14763)\n" +"X-Launchpad-Export-Date: 2012-07-14 06:17+0000\n" +"X-Generator: Launchpad (build 15614)\n" #. module: analytic #: field:account.analytic.account,child_ids:0 diff --git a/addons/analytic/i18n/sl.po b/addons/analytic/i18n/sl.po index 9b33eeee6c9..248a2a16edd 100644 --- a/addons/analytic/i18n/sl.po +++ b/addons/analytic/i18n/sl.po @@ -14,8 +14,8 @@ msgstr "" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2012-02-09 06:57+0000\n" -"X-Generator: Launchpad (build 14763)\n" +"X-Launchpad-Export-Date: 2012-07-14 06:17+0000\n" +"X-Generator: Launchpad (build 15614)\n" #. module: analytic #: field:account.analytic.account,child_ids:0 diff --git a/addons/analytic/i18n/sq.po b/addons/analytic/i18n/sq.po index 657c4c890a0..329e8eef399 100644 --- a/addons/analytic/i18n/sq.po +++ b/addons/analytic/i18n/sq.po @@ -14,8 +14,8 @@ msgstr "" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2012-02-09 06:56+0000\n" -"X-Generator: Launchpad (build 14763)\n" +"X-Launchpad-Export-Date: 2012-07-14 06:17+0000\n" +"X-Generator: Launchpad (build 15614)\n" #. module: analytic #: field:account.analytic.account,child_ids:0 diff --git a/addons/analytic/i18n/sr.po b/addons/analytic/i18n/sr.po index de29753c7ff..e83d3c0c305 100644 --- a/addons/analytic/i18n/sr.po +++ b/addons/analytic/i18n/sr.po @@ -14,8 +14,8 @@ msgstr "" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2012-02-09 06:57+0000\n" -"X-Generator: Launchpad (build 14763)\n" +"X-Launchpad-Export-Date: 2012-07-14 06:17+0000\n" +"X-Generator: Launchpad (build 15614)\n" #. module: analytic #: field:account.analytic.account,child_ids:0 diff --git a/addons/analytic/i18n/sr@latin.po b/addons/analytic/i18n/sr@latin.po index e0b3a27cad6..6316124775f 100644 --- a/addons/analytic/i18n/sr@latin.po +++ b/addons/analytic/i18n/sr@latin.po @@ -14,8 +14,8 @@ msgstr "" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2012-02-09 06:57+0000\n" -"X-Generator: Launchpad (build 14763)\n" +"X-Launchpad-Export-Date: 2012-07-14 06:17+0000\n" +"X-Generator: Launchpad (build 15614)\n" #. module: analytic #: field:account.analytic.account,child_ids:0 diff --git a/addons/analytic/i18n/sv.po b/addons/analytic/i18n/sv.po index 26449563594..6c5279a8e80 100644 --- a/addons/analytic/i18n/sv.po +++ b/addons/analytic/i18n/sv.po @@ -14,8 +14,8 @@ msgstr "" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2012-02-09 06:57+0000\n" -"X-Generator: Launchpad (build 14763)\n" +"X-Launchpad-Export-Date: 2012-07-14 06:17+0000\n" +"X-Generator: Launchpad (build 15614)\n" #. module: analytic #: field:account.analytic.account,child_ids:0 @@ -30,27 +30,27 @@ msgstr "Kontonamn" #. module: analytic #: help:account.analytic.line,unit_amount:0 msgid "Specifies the amount of quantity to count." -msgstr "" +msgstr "Ange antal att räkna." #. module: analytic #: field:account.analytic.account,state:0 msgid "State" -msgstr "" +msgstr "Status" #. module: analytic #: field:account.analytic.account,user_id:0 msgid "Account Manager" -msgstr "" +msgstr "Ekonomichef" #. module: analytic #: selection:account.analytic.account,state:0 msgid "Closed" -msgstr "" +msgstr "Stängd" #. module: analytic #: field:account.analytic.account,debit:0 msgid "Debit" -msgstr "" +msgstr "Debet" #. module: analytic #: help:account.analytic.account,state:0 @@ -70,26 +70,36 @@ msgid "" " If it is to be reviewed then the state is 'Pending'.\n" " When the project is completed the state is set to 'Done'." msgstr "" +"* När ett konto skapas det i \"Utkast\" status. \n" +"* Om något företag är knutet, kan det vara i \"Öppet\" status. \n" +"* Om obalanserad \"I väntan\". \n" +"* Och slutligen när alla transaktioner är registrerade, kan det vara i " +"\"Stängd\". \n" +"* Projektet kan vara i antingen om tillstånden \"mall\" och \"Pågår\". \n" +"Om det är mallen så kan vi skapa projekt baserat på mallprojekten. Om status " +"är i \"Pågår\" är det ett vanligt projekt.  \n" +"Om det skall granskas är status \"I väntan\". \n" +"När projektet är avslutat staten är inställd på \"Klar\"." #. module: analytic #: selection:account.analytic.account,state:0 msgid "New" -msgstr "" +msgstr "Ny" #. module: analytic #: field:account.analytic.account,type:0 msgid "Account Type" -msgstr "" +msgstr "Kontotyp" #. module: analytic #: selection:account.analytic.account,state:0 msgid "Pending" -msgstr "" +msgstr "Väntar" #. module: analytic #: model:ir.model,name:analytic.model_account_analytic_line msgid "Analytic Line" -msgstr "" +msgstr "Objektrad" #. module: analytic #: field:account.analytic.account,description:0 @@ -119,6 +129,11 @@ msgid "" "consolidation purposes of several companies charts with different " "currencies, for example." msgstr "" +"Om du ställer in ett företag måste vald valuta vara samma som företagets. \n" +"Du kan ta bort företagsknytningen och därmed ändra valutan, men bara på " +"objektkonton av typen \"Visa\". Detta kan vara riktigt användbart för " +"konsolidering i flera olika bolagskontoplaner med olika valutor, till " +"exempel." #. module: analytic #: field:account.analytic.line,user_id:0 @@ -128,7 +143,7 @@ msgstr "Användare" #. module: analytic #: field:account.analytic.account,parent_id:0 msgid "Parent Analytic Account" -msgstr "" +msgstr "Överliggande objektkonto" #. module: analytic #: field:account.analytic.line,date:0 @@ -138,13 +153,13 @@ msgstr "Datum" #. module: analytic #: selection:account.analytic.account,state:0 msgid "Template" -msgstr "" +msgstr "Mall" #. module: analytic #: field:account.analytic.account,quantity:0 #: field:account.analytic.line,unit_amount:0 msgid "Quantity" -msgstr "" +msgstr "Antal" #. module: analytic #: help:account.analytic.line,amount:0 @@ -152,16 +167,18 @@ msgid "" "Calculated by multiplying the quantity and the price given in the Product's " "cost price. Always expressed in the company main currency." msgstr "" +"Beräknad genom multiplicering av kvantitet och priser från produktens " +"kostpris. Alltid uttryckt i bolagets huvudvaluta." #. module: analytic #: field:account.analytic.account,child_complete_ids:0 msgid "Account Hierarchy" -msgstr "" +msgstr "Kontohieraki" #. module: analytic #: help:account.analytic.account,quantity_max:0 msgid "Sets the higher limit of time to work on the contract." -msgstr "" +msgstr "Sätter övre gräns för arbete på avtalet" #. module: analytic #: field:account.analytic.account,credit:0 @@ -171,7 +188,7 @@ msgstr "Kredit" #. module: analytic #: field:account.analytic.line,amount:0 msgid "Amount" -msgstr "" +msgstr "Belopp" #. module: analytic #: field:account.analytic.account,contact_id:0 @@ -181,7 +198,7 @@ msgstr "Kontakt" #. module: analytic #: field:account.analytic.account,code:0 msgid "Code/Reference" -msgstr "" +msgstr "Kod/referens" #. module: analytic #: selection:account.analytic.account,state:0 @@ -192,7 +209,7 @@ msgstr "Avbruten" #: code:addons/analytic/analytic.py:138 #, python-format msgid "Error !" -msgstr "" +msgstr "Fel !" #. module: analytic #: field:account.analytic.account,balance:0 @@ -202,7 +219,7 @@ msgstr "Balans" #. module: analytic #: constraint:account.analytic.account:0 msgid "Error! You can not create recursive analytic accounts." -msgstr "" +msgstr "Fel! Du kan inte skapa rekursiva objekt." #. module: analytic #: help:account.analytic.account,type:0 @@ -210,6 +227,8 @@ msgid "" "If you select the View Type, it means you won't allow to create journal " "entries using that account." msgstr "" +"Om du väljer Visa-typen, det innebär att det inte är möjligt att lägga på " +"transaktioner på kontot." #. module: analytic #: field:account.analytic.account,date:0 @@ -219,33 +238,33 @@ msgstr "Slutdatum" #. module: analytic #: field:account.analytic.account,quantity_max:0 msgid "Maximum Time" -msgstr "" +msgstr "Maxtid" #. module: analytic #: model:res.groups,name:analytic.group_analytic_accounting msgid "Analytic Accounting" -msgstr "" +msgstr "Objektsredovisning" #. module: analytic #: field:account.analytic.account,complete_name:0 msgid "Full Account Name" -msgstr "" +msgstr "Kontonamn" #. module: analytic #: field:account.analytic.line,account_id:0 #: model:ir.model,name:analytic.model_account_analytic_account msgid "Analytic Account" -msgstr "" +msgstr "Objektkonto" #. module: analytic #: field:account.analytic.account,currency_id:0 msgid "Currency" -msgstr "" +msgstr "Valuta" #. module: analytic #: constraint:account.analytic.line:0 msgid "You can not create analytic line on view account." -msgstr "" +msgstr "Du kan inte skapa objekttransaktioner med rubrikkonton." #. module: analytic #: selection:account.analytic.account,type:0 @@ -255,22 +274,22 @@ msgstr "Vy" #. module: analytic #: field:account.analytic.account,partner_id:0 msgid "Partner" -msgstr "" +msgstr "Företag" #. module: analytic #: field:account.analytic.account,date_start:0 msgid "Date Start" -msgstr "" +msgstr "Startdatum" #. module: analytic #: selection:account.analytic.account,state:0 msgid "Open" -msgstr "" +msgstr "Öppen" #. module: analytic #: field:account.analytic.account,line_ids:0 msgid "Analytic Entries" -msgstr "" +msgstr "Objektposter" #~ msgid "Draft" #~ msgstr "Utkast" diff --git a/addons/analytic/i18n/tr.po b/addons/analytic/i18n/tr.po index c24f05398af..2b81ed99dbe 100644 --- a/addons/analytic/i18n/tr.po +++ b/addons/analytic/i18n/tr.po @@ -14,8 +14,8 @@ msgstr "" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2012-02-09 06:57+0000\n" -"X-Generator: Launchpad (build 14763)\n" +"X-Launchpad-Export-Date: 2012-07-14 06:17+0000\n" +"X-Generator: Launchpad (build 15614)\n" #. module: analytic #: field:account.analytic.account,child_ids:0 diff --git a/addons/analytic/i18n/vi.po b/addons/analytic/i18n/vi.po index bb68803e405..8f5794d2a89 100644 --- a/addons/analytic/i18n/vi.po +++ b/addons/analytic/i18n/vi.po @@ -14,8 +14,8 @@ msgstr "" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2012-02-09 06:57+0000\n" -"X-Generator: Launchpad (build 14763)\n" +"X-Launchpad-Export-Date: 2012-07-14 06:17+0000\n" +"X-Generator: Launchpad (build 15614)\n" #. module: analytic #: field:account.analytic.account,child_ids:0 diff --git a/addons/analytic/i18n/zh_CN.po b/addons/analytic/i18n/zh_CN.po index f2ac673d687..435e70adcd0 100644 --- a/addons/analytic/i18n/zh_CN.po +++ b/addons/analytic/i18n/zh_CN.po @@ -14,8 +14,8 @@ msgstr "" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2012-02-10 04:49+0000\n" -"X-Generator: Launchpad (build 14771)\n" +"X-Launchpad-Export-Date: 2012-07-14 06:17+0000\n" +"X-Generator: Launchpad (build 15614)\n" #. module: analytic #: field:account.analytic.account,child_ids:0 diff --git a/addons/analytic_user_function/i18n/ar.po b/addons/analytic_user_function/i18n/ar.po index 677df907237..2654d46a819 100644 --- a/addons/analytic_user_function/i18n/ar.po +++ b/addons/analytic_user_function/i18n/ar.po @@ -13,8 +13,8 @@ msgstr "" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2012-02-09 06:47+0000\n" -"X-Generator: Launchpad (build 14763)\n" +"X-Launchpad-Export-Date: 2012-07-14 06:11+0000\n" +"X-Generator: Launchpad (build 15614)\n" #. module: analytic_user_function #: field:analytic.user.funct.grid,product_id:0 @@ -29,7 +29,7 @@ msgstr "جدول العلاقة بين المنتجات والمستخدمين #. module: analytic_user_function #: constraint:hr.analytic.timesheet:0 msgid "You cannot modify an entry in a Confirmed/Done timesheet !." -msgstr "" +msgstr "لا يمكنك تعديل عملية مؤكدة أو تمت في الجدول الزمني !." #. module: analytic_user_function #: field:analytic.user.funct.grid,account_id:0 @@ -53,7 +53,7 @@ msgstr "المستخدم" #: code:addons/analytic_user_function/analytic_user_function.py:131 #, python-format msgid "There is no expense account define for this product: \"%s\" (id:%d)" -msgstr "" +msgstr "لا يوجد حساب مصروفات محدد لهذا المنتج: \"%s\" )id:%dd(" #. module: analytic_user_function #: code:addons/analytic_user_function/analytic_user_function.py:95 @@ -84,3 +84,30 @@ msgstr "منتج المستخدم للحساب التحليلي هذا" #~ msgid "Analytic User Function" #~ msgstr "وظيفة المستخدم التحليلية" + +#~ msgid "" +#~ "\n" +#~ "\n" +#~ " This module allows you to define what is the default function of a " +#~ "specific user on a given account. This is mostly used when a user encodes " +#~ "his timesheet: the values are retrieved and the fields are auto-filled... " +#~ "but the possibility to change these values is still available.\n" +#~ "\n" +#~ " Obviously if no data has been recorded for the current account, the " +#~ "default value is given as usual by the employee data so that this module is " +#~ "perfectly compatible with older configurations.\n" +#~ "\n" +#~ " " +#~ msgstr "" +#~ "\n" +#~ "\n" +#~ " تسمح لك هذه الوحدة أن تعرف ما هي الوظيفة الافتراضية من مستخدم معين على " +#~ "حساب معين. غالبا ما يستخدم هذا عندما يقوم المستخدم بترميز زمني له: يتم " +#~ "استرجاع القيم والحقول الننتلئة ذاتيًا... لكن إمكانية لتغيير هذه القيم لا " +#~ "تزال متاحة.\n" +#~ "\n" +#~ "من الواضح إذا تم تسجيل أي بيانات عن الحساب الجاري، وتعطى القيمة الافتراضية " +#~ "كما هو معتاد من قبل بيانات الموظفين بحيث هذه الوحدة هو متوافق تماما مع " +#~ "الاقدم والتكوينات.\n" +#~ "\n" +#~ " " diff --git a/addons/analytic_user_function/i18n/bg.po b/addons/analytic_user_function/i18n/bg.po index aea375bbf71..065d1188e39 100644 --- a/addons/analytic_user_function/i18n/bg.po +++ b/addons/analytic_user_function/i18n/bg.po @@ -13,8 +13,8 @@ msgstr "" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2012-02-09 06:47+0000\n" -"X-Generator: Launchpad (build 14763)\n" +"X-Launchpad-Export-Date: 2012-07-14 06:11+0000\n" +"X-Generator: Launchpad (build 15614)\n" #. module: analytic_user_function #: field:analytic.user.funct.grid,product_id:0 diff --git a/addons/analytic_user_function/i18n/bs.po b/addons/analytic_user_function/i18n/bs.po index 56b60cc528f..7eebb1b3cda 100644 --- a/addons/analytic_user_function/i18n/bs.po +++ b/addons/analytic_user_function/i18n/bs.po @@ -13,13 +13,13 @@ msgstr "" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2012-02-09 06:47+0000\n" -"X-Generator: Launchpad (build 14763)\n" +"X-Launchpad-Export-Date: 2012-07-14 06:11+0000\n" +"X-Generator: Launchpad (build 15614)\n" #. module: analytic_user_function #: field:analytic.user.funct.grid,product_id:0 msgid "Product" -msgstr "" +msgstr "Proizvod" #. module: analytic_user_function #: model:ir.model,name:analytic_user_function.model_analytic_user_funct_grid @@ -46,7 +46,7 @@ msgstr "" #. module: analytic_user_function #: field:analytic.user.funct.grid,user_id:0 msgid "User" -msgstr "" +msgstr "korisnik" #. module: analytic_user_function #: code:addons/analytic_user_function/analytic_user_function.py:96 @@ -60,7 +60,7 @@ msgstr "" #: code:addons/analytic_user_function/analytic_user_function.py:130 #, python-format msgid "Error !" -msgstr "" +msgstr "Greška !" #. module: analytic_user_function #: constraint:account.analytic.account:0 @@ -79,3 +79,8 @@ msgstr "" #~ msgid "Invalid XML for View Architecture!" #~ msgstr "Neodgovarajući XML za arhitekturu prikaza!" + +#~ msgid "" +#~ "The Object name must start with x_ and not contain any special character !" +#~ msgstr "" +#~ "Naziv objekta mora počinjati sa x_ i ne smije sadržavati specijalne znakove!" diff --git a/addons/analytic_user_function/i18n/ca.po b/addons/analytic_user_function/i18n/ca.po index 27019abb279..b6cb0650482 100644 --- a/addons/analytic_user_function/i18n/ca.po +++ b/addons/analytic_user_function/i18n/ca.po @@ -14,8 +14,8 @@ msgstr "" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2012-02-09 06:47+0000\n" -"X-Generator: Launchpad (build 14763)\n" +"X-Launchpad-Export-Date: 2012-07-14 06:11+0000\n" +"X-Generator: Launchpad (build 15614)\n" #. module: analytic_user_function #: field:analytic.user.funct.grid,product_id:0 diff --git a/addons/analytic_user_function/i18n/cs.po b/addons/analytic_user_function/i18n/cs.po index 8ab8a8ac7de..eddadb347ed 100644 --- a/addons/analytic_user_function/i18n/cs.po +++ b/addons/analytic_user_function/i18n/cs.po @@ -13,8 +13,8 @@ msgstr "" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2012-02-09 06:47+0000\n" -"X-Generator: Launchpad (build 14763)\n" +"X-Launchpad-Export-Date: 2012-07-14 06:11+0000\n" +"X-Generator: Launchpad (build 15614)\n" #. module: analytic_user_function #: field:analytic.user.funct.grid,product_id:0 diff --git a/addons/analytic_user_function/i18n/da.po b/addons/analytic_user_function/i18n/da.po index e93e5cf93b7..b4a4088469a 100644 --- a/addons/analytic_user_function/i18n/da.po +++ b/addons/analytic_user_function/i18n/da.po @@ -14,8 +14,8 @@ msgstr "" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2012-02-09 06:47+0000\n" -"X-Generator: Launchpad (build 14763)\n" +"X-Launchpad-Export-Date: 2012-07-14 06:11+0000\n" +"X-Generator: Launchpad (build 15614)\n" #. module: analytic_user_function #: field:analytic.user.funct.grid,product_id:0 diff --git a/addons/analytic_user_function/i18n/de.po b/addons/analytic_user_function/i18n/de.po index 7dc87c19dfa..9bd02373a56 100644 --- a/addons/analytic_user_function/i18n/de.po +++ b/addons/analytic_user_function/i18n/de.po @@ -13,8 +13,8 @@ msgstr "" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2012-02-09 06:47+0000\n" -"X-Generator: Launchpad (build 14763)\n" +"X-Launchpad-Export-Date: 2012-07-14 06:11+0000\n" +"X-Generator: Launchpad (build 15614)\n" #. module: analytic_user_function #: field:analytic.user.funct.grid,product_id:0 diff --git a/addons/analytic_user_function/i18n/el.po b/addons/analytic_user_function/i18n/el.po index c4167f0068c..7b49cefa638 100644 --- a/addons/analytic_user_function/i18n/el.po +++ b/addons/analytic_user_function/i18n/el.po @@ -14,8 +14,8 @@ msgstr "" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2012-02-09 06:47+0000\n" -"X-Generator: Launchpad (build 14763)\n" +"X-Launchpad-Export-Date: 2012-07-14 06:11+0000\n" +"X-Generator: Launchpad (build 15614)\n" #. module: analytic_user_function #: field:analytic.user.funct.grid,product_id:0 diff --git a/addons/analytic_user_function/i18n/en_GB.po b/addons/analytic_user_function/i18n/en_GB.po index d6c757ba977..aac2ac1a9ce 100644 --- a/addons/analytic_user_function/i18n/en_GB.po +++ b/addons/analytic_user_function/i18n/en_GB.po @@ -14,8 +14,8 @@ msgstr "" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2012-02-09 06:47+0000\n" -"X-Generator: Launchpad (build 14763)\n" +"X-Launchpad-Export-Date: 2012-07-14 06:11+0000\n" +"X-Generator: Launchpad (build 15614)\n" #. module: analytic_user_function #: field:analytic.user.funct.grid,product_id:0 diff --git a/addons/analytic_user_function/i18n/es.po b/addons/analytic_user_function/i18n/es.po index 5ff1699f2f1..18e7bf7354c 100644 --- a/addons/analytic_user_function/i18n/es.po +++ b/addons/analytic_user_function/i18n/es.po @@ -14,8 +14,8 @@ msgstr "" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2012-02-09 06:47+0000\n" -"X-Generator: Launchpad (build 14763)\n" +"X-Launchpad-Export-Date: 2012-07-14 06:11+0000\n" +"X-Generator: Launchpad (build 15614)\n" #. module: analytic_user_function #: field:analytic.user.funct.grid,product_id:0 diff --git a/addons/analytic_user_function/i18n/es_AR.po b/addons/analytic_user_function/i18n/es_AR.po index 6eef431b507..e4d40ab7274 100644 --- a/addons/analytic_user_function/i18n/es_AR.po +++ b/addons/analytic_user_function/i18n/es_AR.po @@ -13,8 +13,8 @@ msgstr "" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2012-02-09 06:47+0000\n" -"X-Generator: Launchpad (build 14763)\n" +"X-Launchpad-Export-Date: 2012-07-14 06:11+0000\n" +"X-Generator: Launchpad (build 15614)\n" #. module: analytic_user_function #: field:analytic.user.funct.grid,product_id:0 diff --git a/addons/analytic_user_function/i18n/es_CR.po b/addons/analytic_user_function/i18n/es_CR.po index 5fa5633e21a..6795eee32de 100644 --- a/addons/analytic_user_function/i18n/es_CR.po +++ b/addons/analytic_user_function/i18n/es_CR.po @@ -8,13 +8,13 @@ msgstr "" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2012-02-08 00:35+0000\n" "PO-Revision-Date: 2012-02-15 15:53+0000\n" -"Last-Translator: Freddy Gonzalez \n" +"Last-Translator: Freddy Gonzalez \n" "Language-Team: \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2012-02-16 05:06+0000\n" -"X-Generator: Launchpad (build 14781)\n" +"X-Launchpad-Export-Date: 2012-07-14 06:11+0000\n" +"X-Generator: Launchpad (build 15614)\n" "Language: \n" #. module: analytic_user_function diff --git a/addons/analytic_user_function/i18n/es_EC.po b/addons/analytic_user_function/i18n/es_EC.po index 59ab0310382..2a679141f8e 100644 --- a/addons/analytic_user_function/i18n/es_EC.po +++ b/addons/analytic_user_function/i18n/es_EC.po @@ -13,8 +13,8 @@ msgstr "" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2012-02-09 06:47+0000\n" -"X-Generator: Launchpad (build 14763)\n" +"X-Launchpad-Export-Date: 2012-07-14 06:11+0000\n" +"X-Generator: Launchpad (build 15614)\n" #. module: analytic_user_function #: field:analytic.user.funct.grid,product_id:0 diff --git a/addons/analytic_user_function/i18n/es_PY.po b/addons/analytic_user_function/i18n/es_PY.po index bfb8eb78ccb..e580d52c172 100644 --- a/addons/analytic_user_function/i18n/es_PY.po +++ b/addons/analytic_user_function/i18n/es_PY.po @@ -14,8 +14,8 @@ msgstr "" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2012-02-09 06:47+0000\n" -"X-Generator: Launchpad (build 14763)\n" +"X-Launchpad-Export-Date: 2012-07-14 06:11+0000\n" +"X-Generator: Launchpad (build 15614)\n" #. module: analytic_user_function #: field:analytic.user.funct.grid,product_id:0 diff --git a/addons/analytic_user_function/i18n/et.po b/addons/analytic_user_function/i18n/et.po index d13d23464c4..d85a415b3c1 100644 --- a/addons/analytic_user_function/i18n/et.po +++ b/addons/analytic_user_function/i18n/et.po @@ -13,8 +13,8 @@ msgstr "" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2012-02-09 06:47+0000\n" -"X-Generator: Launchpad (build 14763)\n" +"X-Launchpad-Export-Date: 2012-07-14 06:11+0000\n" +"X-Generator: Launchpad (build 15614)\n" #. module: analytic_user_function #: field:analytic.user.funct.grid,product_id:0 diff --git a/addons/analytic_user_function/i18n/fa.po b/addons/analytic_user_function/i18n/fa.po index 1d72ced83dd..8e9ba3c6d8e 100644 --- a/addons/analytic_user_function/i18n/fa.po +++ b/addons/analytic_user_function/i18n/fa.po @@ -14,8 +14,8 @@ msgstr "" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2012-02-09 06:47+0000\n" -"X-Generator: Launchpad (build 14763)\n" +"X-Launchpad-Export-Date: 2012-07-14 06:11+0000\n" +"X-Generator: Launchpad (build 15614)\n" #. module: analytic_user_function #: field:analytic.user.funct.grid,product_id:0 diff --git a/addons/analytic_user_function/i18n/fi.po b/addons/analytic_user_function/i18n/fi.po index 428e8f9d152..093cac9c1ae 100644 --- a/addons/analytic_user_function/i18n/fi.po +++ b/addons/analytic_user_function/i18n/fi.po @@ -14,8 +14,8 @@ msgstr "" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2012-02-09 06:47+0000\n" -"X-Generator: Launchpad (build 14763)\n" +"X-Launchpad-Export-Date: 2012-07-14 06:11+0000\n" +"X-Generator: Launchpad (build 15614)\n" #. module: analytic_user_function #: field:analytic.user.funct.grid,product_id:0 diff --git a/addons/analytic_user_function/i18n/fr.po b/addons/analytic_user_function/i18n/fr.po index 1a6f5864592..1185b834b58 100644 --- a/addons/analytic_user_function/i18n/fr.po +++ b/addons/analytic_user_function/i18n/fr.po @@ -13,8 +13,8 @@ msgstr "" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2012-02-09 06:47+0000\n" -"X-Generator: Launchpad (build 14763)\n" +"X-Launchpad-Export-Date: 2012-07-14 06:11+0000\n" +"X-Generator: Launchpad (build 15614)\n" #. module: analytic_user_function #: field:analytic.user.funct.grid,product_id:0 @@ -32,6 +32,8 @@ msgstr "" #: constraint:hr.analytic.timesheet:0 msgid "You cannot modify an entry in a Confirmed/Done timesheet !." msgstr "" +"Les relevés confirmés/terminés d'une feuille de temps ne peuvent plus être " +"modifiés !" #. module: analytic_user_function #: field:analytic.user.funct.grid,account_id:0 diff --git a/addons/analytic_user_function/i18n/gl.po b/addons/analytic_user_function/i18n/gl.po index f5d9f76eb09..29c7423fa0a 100644 --- a/addons/analytic_user_function/i18n/gl.po +++ b/addons/analytic_user_function/i18n/gl.po @@ -15,8 +15,8 @@ msgstr "" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2012-02-09 06:47+0000\n" -"X-Generator: Launchpad (build 14763)\n" +"X-Launchpad-Export-Date: 2012-07-14 06:11+0000\n" +"X-Generator: Launchpad (build 15614)\n" #. module: analytic_user_function #: field:analytic.user.funct.grid,product_id:0 diff --git a/addons/analytic_user_function/i18n/gu.po b/addons/analytic_user_function/i18n/gu.po index 41eb92e938f..c0b08c6f1df 100644 --- a/addons/analytic_user_function/i18n/gu.po +++ b/addons/analytic_user_function/i18n/gu.po @@ -14,8 +14,8 @@ msgstr "" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2012-04-19 04:38+0000\n" -"X-Generator: Launchpad (build 15108)\n" +"X-Launchpad-Export-Date: 2012-07-14 06:11+0000\n" +"X-Generator: Launchpad (build 15614)\n" #. module: analytic_user_function #: field:analytic.user.funct.grid,product_id:0 diff --git a/addons/analytic_user_function/i18n/hr.po b/addons/analytic_user_function/i18n/hr.po index 2a6adb56809..d3535a63310 100644 --- a/addons/analytic_user_function/i18n/hr.po +++ b/addons/analytic_user_function/i18n/hr.po @@ -13,8 +13,8 @@ msgstr "" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2012-02-09 06:47+0000\n" -"X-Generator: Launchpad (build 14763)\n" +"X-Launchpad-Export-Date: 2012-07-14 06:11+0000\n" +"X-Generator: Launchpad (build 15614)\n" "Language: hr\n" #. module: analytic_user_function diff --git a/addons/analytic_user_function/i18n/hu.po b/addons/analytic_user_function/i18n/hu.po index 0b1079ce89c..120e4c26346 100644 --- a/addons/analytic_user_function/i18n/hu.po +++ b/addons/analytic_user_function/i18n/hu.po @@ -14,8 +14,8 @@ msgstr "" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2012-02-09 06:47+0000\n" -"X-Generator: Launchpad (build 14763)\n" +"X-Launchpad-Export-Date: 2012-07-14 06:11+0000\n" +"X-Generator: Launchpad (build 15614)\n" #. module: analytic_user_function #: field:analytic.user.funct.grid,product_id:0 diff --git a/addons/analytic_user_function/i18n/id.po b/addons/analytic_user_function/i18n/id.po index eb4a470dc02..6bcf24b5e17 100644 --- a/addons/analytic_user_function/i18n/id.po +++ b/addons/analytic_user_function/i18n/id.po @@ -13,8 +13,8 @@ msgstr "" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2012-02-09 06:47+0000\n" -"X-Generator: Launchpad (build 14763)\n" +"X-Launchpad-Export-Date: 2012-07-14 06:11+0000\n" +"X-Generator: Launchpad (build 15614)\n" #. module: analytic_user_function #: field:analytic.user.funct.grid,product_id:0 diff --git a/addons/analytic_user_function/i18n/it.po b/addons/analytic_user_function/i18n/it.po index 1d006112526..201de000de9 100644 --- a/addons/analytic_user_function/i18n/it.po +++ b/addons/analytic_user_function/i18n/it.po @@ -13,8 +13,8 @@ msgstr "" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2012-02-09 06:47+0000\n" -"X-Generator: Launchpad (build 14763)\n" +"X-Launchpad-Export-Date: 2012-07-14 06:11+0000\n" +"X-Generator: Launchpad (build 15614)\n" #. module: analytic_user_function #: field:analytic.user.funct.grid,product_id:0 diff --git a/addons/analytic_user_function/i18n/ja.po b/addons/analytic_user_function/i18n/ja.po index e63fedd273f..33f9c422aef 100644 --- a/addons/analytic_user_function/i18n/ja.po +++ b/addons/analytic_user_function/i18n/ja.po @@ -14,8 +14,8 @@ msgstr "" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2012-04-09 04:56+0000\n" -"X-Generator: Launchpad (build 15060)\n" +"X-Launchpad-Export-Date: 2012-07-14 06:11+0000\n" +"X-Generator: Launchpad (build 15614)\n" #. module: analytic_user_function #: field:analytic.user.funct.grid,product_id:0 @@ -30,7 +30,7 @@ msgstr "分析アカウントのユーザと商品の関係テーブル" #. module: analytic_user_function #: constraint:hr.analytic.timesheet:0 msgid "You cannot modify an entry in a Confirmed/Done timesheet !." -msgstr "確認済みのタイムシートの項目を変更することはできません。" +msgstr "確認済み/完了した勤務表の記入項目を変更することはできません。" #. module: analytic_user_function #: field:analytic.user.funct.grid,account_id:0 diff --git a/addons/analytic_user_function/i18n/ko.po b/addons/analytic_user_function/i18n/ko.po index ecaf7afcf89..7cdd266a896 100644 --- a/addons/analytic_user_function/i18n/ko.po +++ b/addons/analytic_user_function/i18n/ko.po @@ -14,8 +14,8 @@ msgstr "" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2012-02-09 06:47+0000\n" -"X-Generator: Launchpad (build 14763)\n" +"X-Launchpad-Export-Date: 2012-07-14 06:11+0000\n" +"X-Generator: Launchpad (build 15614)\n" #. module: analytic_user_function #: field:analytic.user.funct.grid,product_id:0 diff --git a/addons/analytic_user_function/i18n/lt.po b/addons/analytic_user_function/i18n/lt.po index 188c09e28da..e1a82befd57 100644 --- a/addons/analytic_user_function/i18n/lt.po +++ b/addons/analytic_user_function/i18n/lt.po @@ -14,8 +14,8 @@ msgstr "" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2012-02-09 06:47+0000\n" -"X-Generator: Launchpad (build 14763)\n" +"X-Launchpad-Export-Date: 2012-07-14 06:11+0000\n" +"X-Generator: Launchpad (build 15614)\n" #. module: analytic_user_function #: field:analytic.user.funct.grid,product_id:0 diff --git a/addons/analytic_user_function/i18n/mn.po b/addons/analytic_user_function/i18n/mn.po index 355518cc745..46ec14a0110 100644 --- a/addons/analytic_user_function/i18n/mn.po +++ b/addons/analytic_user_function/i18n/mn.po @@ -14,8 +14,8 @@ msgstr "" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2012-02-09 06:47+0000\n" -"X-Generator: Launchpad (build 14763)\n" +"X-Launchpad-Export-Date: 2012-07-14 06:11+0000\n" +"X-Generator: Launchpad (build 15614)\n" #. module: analytic_user_function #: field:analytic.user.funct.grid,product_id:0 @@ -30,7 +30,7 @@ msgstr "Хэрэглэгч болон барааны аналитик дансн #. module: analytic_user_function #: constraint:hr.analytic.timesheet:0 msgid "You cannot modify an entry in a Confirmed/Done timesheet !." -msgstr "" +msgstr "Батласан/хийгдсэн бичлэгийг өөрчлөх боломжгүй !" #. module: analytic_user_function #: field:analytic.user.funct.grid,account_id:0 diff --git a/addons/analytic_user_function/i18n/nl.po b/addons/analytic_user_function/i18n/nl.po index 1105b900b51..422ac4e2825 100644 --- a/addons/analytic_user_function/i18n/nl.po +++ b/addons/analytic_user_function/i18n/nl.po @@ -13,8 +13,8 @@ msgstr "" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2012-02-11 05:09+0000\n" -"X-Generator: Launchpad (build 14771)\n" +"X-Launchpad-Export-Date: 2012-07-14 06:11+0000\n" +"X-Generator: Launchpad (build 15614)\n" #. module: analytic_user_function #: field:analytic.user.funct.grid,product_id:0 diff --git a/addons/analytic_user_function/i18n/oc.po b/addons/analytic_user_function/i18n/oc.po index 1c3e775bfa0..bede6bf7c1b 100644 --- a/addons/analytic_user_function/i18n/oc.po +++ b/addons/analytic_user_function/i18n/oc.po @@ -14,8 +14,8 @@ msgstr "" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2012-02-09 06:47+0000\n" -"X-Generator: Launchpad (build 14763)\n" +"X-Launchpad-Export-Date: 2012-07-14 06:11+0000\n" +"X-Generator: Launchpad (build 15614)\n" #. module: analytic_user_function #: field:analytic.user.funct.grid,product_id:0 diff --git a/addons/analytic_user_function/i18n/pl.po b/addons/analytic_user_function/i18n/pl.po index dedc08db4a5..81d533c3929 100644 --- a/addons/analytic_user_function/i18n/pl.po +++ b/addons/analytic_user_function/i18n/pl.po @@ -13,8 +13,8 @@ msgstr "" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2012-02-09 06:47+0000\n" -"X-Generator: Launchpad (build 14763)\n" +"X-Launchpad-Export-Date: 2012-07-14 06:11+0000\n" +"X-Generator: Launchpad (build 15614)\n" #. module: analytic_user_function #: field:analytic.user.funct.grid,product_id:0 diff --git a/addons/analytic_user_function/i18n/pt.po b/addons/analytic_user_function/i18n/pt.po index 860bd64f7c8..07933b0b052 100644 --- a/addons/analytic_user_function/i18n/pt.po +++ b/addons/analytic_user_function/i18n/pt.po @@ -13,24 +13,24 @@ msgstr "" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2012-02-09 06:47+0000\n" -"X-Generator: Launchpad (build 14763)\n" +"X-Launchpad-Export-Date: 2012-07-14 06:11+0000\n" +"X-Generator: Launchpad (build 15614)\n" #. module: analytic_user_function #: field:analytic.user.funct.grid,product_id:0 msgid "Product" -msgstr "Produto" +msgstr "Artigo" #. module: analytic_user_function #: model:ir.model,name:analytic_user_function.model_analytic_user_funct_grid msgid "Relation table between users and products on a analytic account" -msgstr "" -"Tabela da Relação entre utilizadores e produtos em uma Conta Analítica" +msgstr "Tabela da Relação entre utilizadores e artigos numa Conta Analítica" #. module: analytic_user_function #: constraint:hr.analytic.timesheet:0 msgid "You cannot modify an entry in a Confirmed/Done timesheet !." msgstr "" +"Não pode modificar uma entrada num folha de horas Confirmada / Concluída!." #. module: analytic_user_function #: field:analytic.user.funct.grid,account_id:0 @@ -42,7 +42,7 @@ msgstr "Conta Analítica" #: view:account.analytic.account:0 #: field:account.analytic.account,user_product_ids:0 msgid "Users/Products Rel." -msgstr "Utilizadores/Relação de Produtos" +msgstr "Utilizadores/Relação de Artigos" #. module: analytic_user_function #: field:analytic.user.funct.grid,user_id:0 @@ -55,7 +55,7 @@ msgstr "Utilizador" #, python-format msgid "There is no expense account define for this product: \"%s\" (id:%d)" msgstr "" -"Não há qualquer conta de despesas definida para o produto: \"%s\" (id:%d)" +"Não há qualquer conta de despesas definida para o artigo: \"%s\" (id:%d)" #. module: analytic_user_function #: code:addons/analytic_user_function/analytic_user_function.py:95 @@ -67,17 +67,17 @@ msgstr "Erro !" #. module: analytic_user_function #: constraint:account.analytic.account:0 msgid "Error! You can not create recursive analytic accounts." -msgstr "Erro! Não pode criar contas analíticas recursivamente" +msgstr "Erro! Não pode criar contas analíticas recursivas." #. module: analytic_user_function #: model:ir.model,name:analytic_user_function.model_hr_analytic_timesheet msgid "Timesheet Line" -msgstr "Linha de folha de horas" +msgstr "Linha da Folha de Horas" #. module: analytic_user_function #: view:analytic.user.funct.grid:0 msgid "User's Product for this Analytic Account" -msgstr "Produto do Utilizador para esta Conta Analítica" +msgstr "Artigo do Utilizador para esta Conta Analítica" #~ msgid "Invalid XML for View Architecture!" #~ msgstr "XML Inválido para a Arquitectura de Vista !" diff --git a/addons/analytic_user_function/i18n/pt_BR.po b/addons/analytic_user_function/i18n/pt_BR.po index 405617cc8eb..a0f4fe0d092 100644 --- a/addons/analytic_user_function/i18n/pt_BR.po +++ b/addons/analytic_user_function/i18n/pt_BR.po @@ -13,8 +13,8 @@ msgstr "" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2012-02-09 06:47+0000\n" -"X-Generator: Launchpad (build 14763)\n" +"X-Launchpad-Export-Date: 2012-07-14 06:11+0000\n" +"X-Generator: Launchpad (build 15614)\n" #. module: analytic_user_function #: field:analytic.user.funct.grid,product_id:0 diff --git a/addons/analytic_user_function/i18n/ro.po b/addons/analytic_user_function/i18n/ro.po index 3a7c4495f45..e9a44e0db04 100644 --- a/addons/analytic_user_function/i18n/ro.po +++ b/addons/analytic_user_function/i18n/ro.po @@ -13,8 +13,8 @@ msgstr "" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2012-02-09 06:47+0000\n" -"X-Generator: Launchpad (build 14763)\n" +"X-Launchpad-Export-Date: 2012-07-14 06:11+0000\n" +"X-Generator: Launchpad (build 15614)\n" #. module: analytic_user_function #: field:analytic.user.funct.grid,product_id:0 @@ -25,24 +25,26 @@ msgstr "Produs" #: model:ir.model,name:analytic_user_function.model_analytic_user_funct_grid msgid "Relation table between users and products on a analytic account" msgstr "" -"Tabel de relaţii între utilizatori şi produsele dintrun cont analitic" +"Tabel de relatii intre utilizatori si produsele dintr-un cont analitic" #. module: analytic_user_function #: constraint:hr.analytic.timesheet:0 msgid "You cannot modify an entry in a Confirmed/Done timesheet !." msgstr "" +"Nu puteti modifica o inregistrare dintr-o fisa de pontaj " +"Confirmata/Efectuata !." #. module: analytic_user_function #: field:analytic.user.funct.grid,account_id:0 #: model:ir.model,name:analytic_user_function.model_account_analytic_account msgid "Analytic Account" -msgstr "Cont analitic" +msgstr "Cont Analitic" #. module: analytic_user_function #: view:account.analytic.account:0 #: field:account.analytic.account,user_product_ids:0 msgid "Users/Products Rel." -msgstr "Rel. utilizatori/produse" +msgstr "Rel. Utilizatori/Produse" #. module: analytic_user_function #: field:analytic.user.funct.grid,user_id:0 @@ -72,12 +74,12 @@ msgstr "Eroare! Nu puteti crea conturi analitice recursive." #. module: analytic_user_function #: model:ir.model,name:analytic_user_function.model_hr_analytic_timesheet msgid "Timesheet Line" -msgstr "Linie foaie de pontaj" +msgstr "Linie Fisa de pontaj" #. module: analytic_user_function #: view:analytic.user.funct.grid:0 msgid "User's Product for this Analytic Account" -msgstr "Produsul utilizatorului pentru acest cont analitic" +msgstr "Produsul Utilizatorului pentru acest Cont Analitic" #~ msgid "Invalid XML for View Architecture!" #~ msgstr "XML invalid pentru arhitectura machetei de afișare !" diff --git a/addons/analytic_user_function/i18n/ru.po b/addons/analytic_user_function/i18n/ru.po index b6373a8f1a4..904acee81b0 100644 --- a/addons/analytic_user_function/i18n/ru.po +++ b/addons/analytic_user_function/i18n/ru.po @@ -13,8 +13,8 @@ msgstr "" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2012-02-09 06:47+0000\n" -"X-Generator: Launchpad (build 14763)\n" +"X-Launchpad-Export-Date: 2012-07-14 06:11+0000\n" +"X-Generator: Launchpad (build 15614)\n" #. module: analytic_user_function #: field:analytic.user.funct.grid,product_id:0 diff --git a/addons/analytic_user_function/i18n/sk.po b/addons/analytic_user_function/i18n/sk.po index 42cb5e1fd5d..912fc4826c5 100644 --- a/addons/analytic_user_function/i18n/sk.po +++ b/addons/analytic_user_function/i18n/sk.po @@ -14,8 +14,8 @@ msgstr "" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2012-02-09 06:47+0000\n" -"X-Generator: Launchpad (build 14763)\n" +"X-Launchpad-Export-Date: 2012-07-14 06:11+0000\n" +"X-Generator: Launchpad (build 15614)\n" #. module: analytic_user_function #: field:analytic.user.funct.grid,product_id:0 diff --git a/addons/analytic_user_function/i18n/sl.po b/addons/analytic_user_function/i18n/sl.po index 99e0e564187..3cdc0dab3b4 100644 --- a/addons/analytic_user_function/i18n/sl.po +++ b/addons/analytic_user_function/i18n/sl.po @@ -13,8 +13,8 @@ msgstr "" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2012-02-09 06:47+0000\n" -"X-Generator: Launchpad (build 14763)\n" +"X-Launchpad-Export-Date: 2012-07-14 06:11+0000\n" +"X-Generator: Launchpad (build 15614)\n" #. module: analytic_user_function #: field:analytic.user.funct.grid,product_id:0 diff --git a/addons/analytic_user_function/i18n/sq.po b/addons/analytic_user_function/i18n/sq.po index 29b16c64a8e..f832acf206d 100644 --- a/addons/analytic_user_function/i18n/sq.po +++ b/addons/analytic_user_function/i18n/sq.po @@ -14,8 +14,8 @@ msgstr "" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2012-02-09 06:47+0000\n" -"X-Generator: Launchpad (build 14763)\n" +"X-Launchpad-Export-Date: 2012-07-14 06:11+0000\n" +"X-Generator: Launchpad (build 15614)\n" #. module: analytic_user_function #: field:analytic.user.funct.grid,product_id:0 diff --git a/addons/analytic_user_function/i18n/sr.po b/addons/analytic_user_function/i18n/sr.po index a919f617f8a..01915571cd0 100644 --- a/addons/analytic_user_function/i18n/sr.po +++ b/addons/analytic_user_function/i18n/sr.po @@ -14,8 +14,8 @@ msgstr "" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2012-02-09 06:47+0000\n" -"X-Generator: Launchpad (build 14763)\n" +"X-Launchpad-Export-Date: 2012-07-14 06:11+0000\n" +"X-Generator: Launchpad (build 15614)\n" #. module: analytic_user_function #: field:analytic.user.funct.grid,product_id:0 diff --git a/addons/analytic_user_function/i18n/sr@latin.po b/addons/analytic_user_function/i18n/sr@latin.po index e0226c171af..3a81c6a192d 100644 --- a/addons/analytic_user_function/i18n/sr@latin.po +++ b/addons/analytic_user_function/i18n/sr@latin.po @@ -14,8 +14,8 @@ msgstr "" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2012-02-09 06:47+0000\n" -"X-Generator: Launchpad (build 14763)\n" +"X-Launchpad-Export-Date: 2012-07-14 06:11+0000\n" +"X-Generator: Launchpad (build 15614)\n" #. module: analytic_user_function #: field:analytic.user.funct.grid,product_id:0 diff --git a/addons/analytic_user_function/i18n/sv.po b/addons/analytic_user_function/i18n/sv.po index 69486b21c7f..04af1ab4571 100644 --- a/addons/analytic_user_function/i18n/sv.po +++ b/addons/analytic_user_function/i18n/sv.po @@ -13,8 +13,8 @@ msgstr "" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2012-02-09 06:47+0000\n" -"X-Generator: Launchpad (build 14763)\n" +"X-Launchpad-Export-Date: 2012-07-14 06:11+0000\n" +"X-Generator: Launchpad (build 15614)\n" #. module: analytic_user_function #: field:analytic.user.funct.grid,product_id:0 @@ -24,18 +24,18 @@ msgstr "Produkt" #. module: analytic_user_function #: model:ir.model,name:analytic_user_function.model_analytic_user_funct_grid msgid "Relation table between users and products on a analytic account" -msgstr "" +msgstr "Relationstabell mellan användare och produkter för ett objektkonto" #. module: analytic_user_function #: constraint:hr.analytic.timesheet:0 msgid "You cannot modify an entry in a Confirmed/Done timesheet !." -msgstr "" +msgstr "Du kan inte ändra en post i en bekräftad/färdig tidrapport !" #. module: analytic_user_function #: field:analytic.user.funct.grid,account_id:0 #: model:ir.model,name:analytic_user_function.model_account_analytic_account msgid "Analytic Account" -msgstr "Objekt" +msgstr "Objektkonto" #. module: analytic_user_function #: view:account.analytic.account:0 @@ -53,24 +53,24 @@ msgstr "Användare" #: code:addons/analytic_user_function/analytic_user_function.py:131 #, python-format msgid "There is no expense account define for this product: \"%s\" (id:%d)" -msgstr "" +msgstr "Utgiftskonto saknas för denna produkt: \"%s\" (id:%d)" #. module: analytic_user_function #: code:addons/analytic_user_function/analytic_user_function.py:95 #: code:addons/analytic_user_function/analytic_user_function.py:130 #, python-format msgid "Error !" -msgstr "" +msgstr "Fel !" #. module: analytic_user_function #: constraint:account.analytic.account:0 msgid "Error! You can not create recursive analytic accounts." -msgstr "" +msgstr "Fel! Du kan inte skapa rekursiva objekt." #. module: analytic_user_function #: model:ir.model,name:analytic_user_function.model_hr_analytic_timesheet msgid "Timesheet Line" -msgstr "" +msgstr "Tidrapportrad" #. module: analytic_user_function #: view:analytic.user.funct.grid:0 diff --git a/addons/analytic_user_function/i18n/tlh.po b/addons/analytic_user_function/i18n/tlh.po index 1e523eb5863..b8c1b76e2ea 100644 --- a/addons/analytic_user_function/i18n/tlh.po +++ b/addons/analytic_user_function/i18n/tlh.po @@ -13,8 +13,8 @@ msgstr "" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2012-02-09 06:47+0000\n" -"X-Generator: Launchpad (build 14763)\n" +"X-Launchpad-Export-Date: 2012-07-14 06:11+0000\n" +"X-Generator: Launchpad (build 15614)\n" #. module: analytic_user_function #: field:analytic.user.funct.grid,product_id:0 diff --git a/addons/analytic_user_function/i18n/tr.po b/addons/analytic_user_function/i18n/tr.po index fa360c75d5a..109a8330675 100644 --- a/addons/analytic_user_function/i18n/tr.po +++ b/addons/analytic_user_function/i18n/tr.po @@ -13,8 +13,8 @@ msgstr "" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2012-02-09 06:47+0000\n" -"X-Generator: Launchpad (build 14763)\n" +"X-Launchpad-Export-Date: 2012-07-14 06:11+0000\n" +"X-Generator: Launchpad (build 15614)\n" #. module: analytic_user_function #: field:analytic.user.funct.grid,product_id:0 diff --git a/addons/analytic_user_function/i18n/uk.po b/addons/analytic_user_function/i18n/uk.po index 3af37f3a3ca..efe640a8e67 100644 --- a/addons/analytic_user_function/i18n/uk.po +++ b/addons/analytic_user_function/i18n/uk.po @@ -13,8 +13,8 @@ msgstr "" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2012-02-09 06:47+0000\n" -"X-Generator: Launchpad (build 14763)\n" +"X-Launchpad-Export-Date: 2012-07-14 06:11+0000\n" +"X-Generator: Launchpad (build 15614)\n" #. module: analytic_user_function #: field:analytic.user.funct.grid,product_id:0 diff --git a/addons/analytic_user_function/i18n/vi.po b/addons/analytic_user_function/i18n/vi.po index d23f9a1d1e8..2d5680efa25 100644 --- a/addons/analytic_user_function/i18n/vi.po +++ b/addons/analytic_user_function/i18n/vi.po @@ -14,8 +14,8 @@ msgstr "" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2012-02-09 06:47+0000\n" -"X-Generator: Launchpad (build 14763)\n" +"X-Launchpad-Export-Date: 2012-07-14 06:11+0000\n" +"X-Generator: Launchpad (build 15614)\n" #. module: analytic_user_function #: field:analytic.user.funct.grid,product_id:0 diff --git a/addons/analytic_user_function/i18n/zh_CN.po b/addons/analytic_user_function/i18n/zh_CN.po index 82e41abc584..729d5fce045 100644 --- a/addons/analytic_user_function/i18n/zh_CN.po +++ b/addons/analytic_user_function/i18n/zh_CN.po @@ -13,8 +13,8 @@ msgstr "" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2012-02-09 06:47+0000\n" -"X-Generator: Launchpad (build 14763)\n" +"X-Launchpad-Export-Date: 2012-07-14 06:11+0000\n" +"X-Generator: Launchpad (build 15614)\n" #. module: analytic_user_function #: field:analytic.user.funct.grid,product_id:0 diff --git a/addons/analytic_user_function/i18n/zh_TW.po b/addons/analytic_user_function/i18n/zh_TW.po index d0300e2ff7b..2ee8bf28a0d 100644 --- a/addons/analytic_user_function/i18n/zh_TW.po +++ b/addons/analytic_user_function/i18n/zh_TW.po @@ -13,8 +13,8 @@ msgstr "" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2012-02-09 06:47+0000\n" -"X-Generator: Launchpad (build 14763)\n" +"X-Launchpad-Export-Date: 2012-07-14 06:11+0000\n" +"X-Generator: Launchpad (build 15614)\n" #. module: analytic_user_function #: field:analytic.user.funct.grid,product_id:0 diff --git a/addons/anonymization/i18n/ar.po b/addons/anonymization/i18n/ar.po index 16751060e87..421bac00bb7 100644 --- a/addons/anonymization/i18n/ar.po +++ b/addons/anonymization/i18n/ar.po @@ -14,8 +14,8 @@ msgstr "" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2012-02-09 07:09+0000\n" -"X-Generator: Launchpad (build 14763)\n" +"X-Launchpad-Export-Date: 2012-07-14 06:26+0000\n" +"X-Generator: Launchpad (build 15614)\n" #. module: anonymization #: model:ir.model,name:anonymization.model_ir_model_fields_anonymize_wizard @@ -210,7 +210,7 @@ msgstr "رسالة" #: sql_constraint:ir.model.fields.anonymization:0 #, python-format msgid "You cannot have two fields with the same name on the same object!" -msgstr "" +msgstr "لا يمكن أن يكون هناك أكثر من حقل بنفس الاسم للكائن الواحد!" #~ msgid "Database anonymization module" #~ msgstr "وحدة تجهيل قاعدة البيانات" diff --git a/addons/anonymization/i18n/bg.po b/addons/anonymization/i18n/bg.po index 6644fe73541..fbb0fd4585a 100644 --- a/addons/anonymization/i18n/bg.po +++ b/addons/anonymization/i18n/bg.po @@ -14,8 +14,8 @@ msgstr "" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2012-02-09 07:09+0000\n" -"X-Generator: Launchpad (build 14763)\n" +"X-Launchpad-Export-Date: 2012-07-14 06:26+0000\n" +"X-Generator: Launchpad (build 15614)\n" #. module: anonymization #: model:ir.model,name:anonymization.model_ir_model_fields_anonymize_wizard diff --git a/addons/anonymization/i18n/ca.po b/addons/anonymization/i18n/ca.po index a806e4e0814..f65fb35cfdf 100644 --- a/addons/anonymization/i18n/ca.po +++ b/addons/anonymization/i18n/ca.po @@ -14,8 +14,8 @@ msgstr "" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2012-02-09 07:09+0000\n" -"X-Generator: Launchpad (build 14763)\n" +"X-Launchpad-Export-Date: 2012-07-14 06:26+0000\n" +"X-Generator: Launchpad (build 15614)\n" #. module: anonymization #: model:ir.model,name:anonymization.model_ir_model_fields_anonymize_wizard diff --git a/addons/anonymization/i18n/da.po b/addons/anonymization/i18n/da.po index 97d3dbdad1d..e333ac5f9c5 100644 --- a/addons/anonymization/i18n/da.po +++ b/addons/anonymization/i18n/da.po @@ -14,8 +14,8 @@ msgstr "" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2012-02-09 07:09+0000\n" -"X-Generator: Launchpad (build 14763)\n" +"X-Launchpad-Export-Date: 2012-07-14 06:26+0000\n" +"X-Generator: Launchpad (build 15614)\n" #. module: anonymization #: model:ir.model,name:anonymization.model_ir_model_fields_anonymize_wizard diff --git a/addons/anonymization/i18n/de.po b/addons/anonymization/i18n/de.po index 8b66ed83c03..353c88f46cd 100644 --- a/addons/anonymization/i18n/de.po +++ b/addons/anonymization/i18n/de.po @@ -14,8 +14,8 @@ msgstr "" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2012-02-09 07:09+0000\n" -"X-Generator: Launchpad (build 14763)\n" +"X-Launchpad-Export-Date: 2012-07-14 06:26+0000\n" +"X-Generator: Launchpad (build 15614)\n" #. module: anonymization #: model:ir.model,name:anonymization.model_ir_model_fields_anonymize_wizard diff --git a/addons/anonymization/i18n/es.po b/addons/anonymization/i18n/es.po index 2971f55ef3e..9451da08fb4 100644 --- a/addons/anonymization/i18n/es.po +++ b/addons/anonymization/i18n/es.po @@ -14,8 +14,8 @@ msgstr "" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2012-02-09 07:09+0000\n" -"X-Generator: Launchpad (build 14763)\n" +"X-Launchpad-Export-Date: 2012-07-14 06:26+0000\n" +"X-Generator: Launchpad (build 15614)\n" #. module: anonymization #: model:ir.model,name:anonymization.model_ir_model_fields_anonymize_wizard diff --git a/addons/anonymization/i18n/es_CR.po b/addons/anonymization/i18n/es_CR.po index fd6a0e8d11a..0794349d9dc 100644 --- a/addons/anonymization/i18n/es_CR.po +++ b/addons/anonymization/i18n/es_CR.po @@ -9,13 +9,13 @@ msgstr "" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2012-02-08 00:35+0000\n" "PO-Revision-Date: 2012-02-15 16:17+0000\n" -"Last-Translator: Freddy Gonzalez \n" +"Last-Translator: Freddy Gonzalez \n" "Language-Team: Spanish \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2012-02-16 05:07+0000\n" -"X-Generator: Launchpad (build 14781)\n" +"X-Launchpad-Export-Date: 2012-07-14 06:26+0000\n" +"X-Generator: Launchpad (build 15614)\n" "Language: es\n" #. module: anonymization diff --git a/addons/anonymization/i18n/es_EC.po b/addons/anonymization/i18n/es_EC.po index dbf2c6bd746..97d96e94354 100644 --- a/addons/anonymization/i18n/es_EC.po +++ b/addons/anonymization/i18n/es_EC.po @@ -14,8 +14,8 @@ msgstr "" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2012-02-09 07:09+0000\n" -"X-Generator: Launchpad (build 14763)\n" +"X-Launchpad-Export-Date: 2012-07-14 06:26+0000\n" +"X-Generator: Launchpad (build 15614)\n" #. module: anonymization #: model:ir.model,name:anonymization.model_ir_model_fields_anonymize_wizard diff --git a/addons/anonymization/i18n/es_PY.po b/addons/anonymization/i18n/es_PY.po index f778e98d6e3..272a113ae3a 100644 --- a/addons/anonymization/i18n/es_PY.po +++ b/addons/anonymization/i18n/es_PY.po @@ -14,8 +14,8 @@ msgstr "" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2012-02-09 07:09+0000\n" -"X-Generator: Launchpad (build 14763)\n" +"X-Launchpad-Export-Date: 2012-07-14 06:26+0000\n" +"X-Generator: Launchpad (build 15614)\n" #. module: anonymization #: model:ir.model,name:anonymization.model_ir_model_fields_anonymize_wizard diff --git a/addons/anonymization/i18n/et.po b/addons/anonymization/i18n/et.po index 7ce3c544713..dfaa4e6b636 100644 --- a/addons/anonymization/i18n/et.po +++ b/addons/anonymization/i18n/et.po @@ -14,8 +14,8 @@ msgstr "" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2012-02-09 07:09+0000\n" -"X-Generator: Launchpad (build 14763)\n" +"X-Launchpad-Export-Date: 2012-07-14 06:26+0000\n" +"X-Generator: Launchpad (build 15614)\n" #. module: anonymization #: model:ir.model,name:anonymization.model_ir_model_fields_anonymize_wizard diff --git a/addons/anonymization/i18n/fa.po b/addons/anonymization/i18n/fa.po index 63b74256979..0065872b2d9 100644 --- a/addons/anonymization/i18n/fa.po +++ b/addons/anonymization/i18n/fa.po @@ -14,8 +14,8 @@ msgstr "" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2012-02-09 07:09+0000\n" -"X-Generator: Launchpad (build 14763)\n" +"X-Launchpad-Export-Date: 2012-07-14 06:26+0000\n" +"X-Generator: Launchpad (build 15614)\n" #. module: anonymization #: model:ir.model,name:anonymization.model_ir_model_fields_anonymize_wizard diff --git a/addons/anonymization/i18n/fi.po b/addons/anonymization/i18n/fi.po index 83245f4a91b..74acffa2da8 100644 --- a/addons/anonymization/i18n/fi.po +++ b/addons/anonymization/i18n/fi.po @@ -14,8 +14,8 @@ msgstr "" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2012-02-09 07:09+0000\n" -"X-Generator: Launchpad (build 14763)\n" +"X-Launchpad-Export-Date: 2012-07-14 06:26+0000\n" +"X-Generator: Launchpad (build 15614)\n" #. module: anonymization #: model:ir.model,name:anonymization.model_ir_model_fields_anonymize_wizard diff --git a/addons/anonymization/i18n/fr.po b/addons/anonymization/i18n/fr.po index 6a5c3b08430..80418f7db67 100644 --- a/addons/anonymization/i18n/fr.po +++ b/addons/anonymization/i18n/fr.po @@ -13,8 +13,8 @@ msgstr "" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2012-02-09 07:09+0000\n" -"X-Generator: Launchpad (build 14763)\n" +"X-Launchpad-Export-Date: 2012-07-14 06:26+0000\n" +"X-Generator: Launchpad (build 15614)\n" #. module: anonymization #: model:ir.model,name:anonymization.model_ir_model_fields_anonymize_wizard @@ -210,6 +210,7 @@ msgstr "Message" #, python-format msgid "You cannot have two fields with the same name on the same object!" msgstr "" +"Vous ne pouvez pas avoir deux champs avec le même nom sur le même objet!" #~ msgid "Database anonymization module" #~ msgstr "Module rendant la base de données anonyme" diff --git a/addons/anonymization/i18n/gl.po b/addons/anonymization/i18n/gl.po index edb9f1e6de0..aa6c2e3dd47 100644 --- a/addons/anonymization/i18n/gl.po +++ b/addons/anonymization/i18n/gl.po @@ -14,8 +14,8 @@ msgstr "" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2012-02-09 07:09+0000\n" -"X-Generator: Launchpad (build 14763)\n" +"X-Launchpad-Export-Date: 2012-07-14 06:26+0000\n" +"X-Generator: Launchpad (build 15614)\n" #. module: anonymization #: model:ir.model,name:anonymization.model_ir_model_fields_anonymize_wizard diff --git a/addons/anonymization/i18n/hr.po b/addons/anonymization/i18n/hr.po index 1f7f1b851a8..a544985e666 100644 --- a/addons/anonymization/i18n/hr.po +++ b/addons/anonymization/i18n/hr.po @@ -14,8 +14,8 @@ msgstr "" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2012-02-09 07:09+0000\n" -"X-Generator: Launchpad (build 14763)\n" +"X-Launchpad-Export-Date: 2012-07-14 06:26+0000\n" +"X-Generator: Launchpad (build 15614)\n" #. module: anonymization #: model:ir.model,name:anonymization.model_ir_model_fields_anonymize_wizard diff --git a/addons/anonymization/i18n/it.po b/addons/anonymization/i18n/it.po index b6c4fbdc49c..037bedcd409 100644 --- a/addons/anonymization/i18n/it.po +++ b/addons/anonymization/i18n/it.po @@ -14,8 +14,8 @@ msgstr "" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2012-02-09 07:09+0000\n" -"X-Generator: Launchpad (build 14763)\n" +"X-Launchpad-Export-Date: 2012-07-14 06:26+0000\n" +"X-Generator: Launchpad (build 15614)\n" #. module: anonymization #: model:ir.model,name:anonymization.model_ir_model_fields_anonymize_wizard diff --git a/addons/anonymization/i18n/ja.po b/addons/anonymization/i18n/ja.po index a102bceecc7..a53b87fa944 100644 --- a/addons/anonymization/i18n/ja.po +++ b/addons/anonymization/i18n/ja.po @@ -14,8 +14,8 @@ msgstr "" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2012-05-17 04:36+0000\n" -"X-Generator: Launchpad (build 15259)\n" +"X-Launchpad-Export-Date: 2012-07-14 06:26+0000\n" +"X-Generator: Launchpad (build 15614)\n" #. module: anonymization #: model:ir.model,name:anonymization.model_ir_model_fields_anonymize_wizard diff --git a/addons/anonymization/i18n/nl.po b/addons/anonymization/i18n/nl.po index c7d496243c2..6c14afaa9a3 100644 --- a/addons/anonymization/i18n/nl.po +++ b/addons/anonymization/i18n/nl.po @@ -14,8 +14,8 @@ msgstr "" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2012-02-09 07:09+0000\n" -"X-Generator: Launchpad (build 14763)\n" +"X-Launchpad-Export-Date: 2012-07-14 06:26+0000\n" +"X-Generator: Launchpad (build 15614)\n" #. module: anonymization #: model:ir.model,name:anonymization.model_ir_model_fields_anonymize_wizard diff --git a/addons/anonymization/i18n/pl.po b/addons/anonymization/i18n/pl.po index fd5ae43e106..1ba849b06e6 100644 --- a/addons/anonymization/i18n/pl.po +++ b/addons/anonymization/i18n/pl.po @@ -14,8 +14,8 @@ msgstr "" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2012-02-09 07:09+0000\n" -"X-Generator: Launchpad (build 14763)\n" +"X-Launchpad-Export-Date: 2012-07-14 06:26+0000\n" +"X-Generator: Launchpad (build 15614)\n" #. module: anonymization #: model:ir.model,name:anonymization.model_ir_model_fields_anonymize_wizard diff --git a/addons/anonymization/i18n/pt.po b/addons/anonymization/i18n/pt.po index cba982fa32c..a39835ba89c 100644 --- a/addons/anonymization/i18n/pt.po +++ b/addons/anonymization/i18n/pt.po @@ -14,8 +14,8 @@ msgstr "" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2012-05-19 05:21+0000\n" -"X-Generator: Launchpad (build 15259)\n" +"X-Launchpad-Export-Date: 2012-07-14 06:26+0000\n" +"X-Generator: Launchpad (build 15614)\n" #. module: anonymization #: model:ir.model,name:anonymization.model_ir_model_fields_anonymize_wizard @@ -186,7 +186,7 @@ msgstr "Nome do Ficheiro" #. module: anonymization #: selection:ir.model.fields.anonymization.history,direction:0 msgid "anonymized -> clear" -msgstr "" +msgstr "anonimizado -> limpo" #. module: anonymization #: selection:ir.model.fields.anonymization.history,state:0 diff --git a/addons/anonymization/i18n/pt_BR.po b/addons/anonymization/i18n/pt_BR.po index f74321c1fc6..c763ae21b49 100644 --- a/addons/anonymization/i18n/pt_BR.po +++ b/addons/anonymization/i18n/pt_BR.po @@ -14,8 +14,8 @@ msgstr "" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2012-02-16 05:07+0000\n" -"X-Generator: Launchpad (build 14781)\n" +"X-Launchpad-Export-Date: 2012-07-14 06:26+0000\n" +"X-Generator: Launchpad (build 15614)\n" #. module: anonymization #: model:ir.model,name:anonymization.model_ir_model_fields_anonymize_wizard diff --git a/addons/anonymization/i18n/ro.po b/addons/anonymization/i18n/ro.po index ab00147945e..089af1df8ff 100644 --- a/addons/anonymization/i18n/ro.po +++ b/addons/anonymization/i18n/ro.po @@ -14,13 +14,13 @@ msgstr "" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2012-02-09 07:09+0000\n" -"X-Generator: Launchpad (build 14763)\n" +"X-Launchpad-Export-Date: 2012-07-14 06:26+0000\n" +"X-Generator: Launchpad (build 15614)\n" #. module: anonymization #: model:ir.model,name:anonymization.model_ir_model_fields_anonymize_wizard msgid "ir.model.fields.anonymize.wizard" -msgstr "ir.model.fields.anonymize.wizard (ir.model.campuri.anonimat.wizard)" +msgstr "ir.wizard.anonimizare.campuri.model" #. module: anonymization #: field:ir.model.fields.anonymization,field_name:0 @@ -30,7 +30,7 @@ msgstr "Nume camp" #. module: anonymization #: field:ir.model.fields.anonymization,field_id:0 msgid "Field" -msgstr "Câmp" +msgstr "Camp" #. module: anonymization #: field:ir.model.fields.anonymization.history,state:0 @@ -41,17 +41,17 @@ msgstr "Stare" #. module: anonymization #: field:ir.model.fields.anonymize.wizard,file_import:0 msgid "Import" -msgstr "Importă" +msgstr "Importa" #. module: anonymization #: model:ir.model,name:anonymization.model_ir_model_fields_anonymization msgid "ir.model.fields.anonymization" -msgstr "ir.model.fileds.anonymization (ir.model.campuri.anonimizare)" +msgstr "ir.anonimizare.campuri.model" #. module: anonymization #: field:ir.model.fields.anonymization.history,direction:0 msgid "Direction" -msgstr "Direcţie" +msgstr "Directie" #. module: anonymization #: model:ir.actions.act_window,name:anonymization.action_ir_model_fields_anonymization_tree @@ -79,7 +79,7 @@ msgstr "Anonimizat" #. module: anonymization #: field:ir.model.fields.anonymization,state:0 msgid "unknown" -msgstr "necunoscut(ă)" +msgstr "necunoscut(a)" #. module: anonymization #: field:ir.model.fields.anonymization,model_id:0 @@ -89,17 +89,17 @@ msgstr "Obiect" #. module: anonymization #: field:ir.model.fields.anonymization.history,filepath:0 msgid "File path" -msgstr "Cale fișier" +msgstr "Cale Fiser" #. module: anonymization #: field:ir.model.fields.anonymization.history,date:0 msgid "Date" -msgstr "Dată" +msgstr "Data" #. module: anonymization #: field:ir.model.fields.anonymize.wizard,file_export:0 msgid "Export" -msgstr "Export" +msgstr "Exporta" #. module: anonymization #: view:ir.model.fields.anonymize.wizard:0 @@ -120,13 +120,13 @@ msgstr "Anonimizare baza de date" #: view:ir.model.fields.anonymization.history:0 #: field:ir.model.fields.anonymization.history,field_ids:0 msgid "Fields" -msgstr "Câmpuri" +msgstr "Campuri" #. module: anonymization #: selection:ir.model.fields.anonymization,state:0 #: selection:ir.model.fields.anonymize.wizard,state:0 msgid "Clear" -msgstr "Şterge" +msgstr "Stergeti" #. module: anonymization #: view:ir.model.fields.anonymize.wizard:0 @@ -147,7 +147,7 @@ msgstr "Instabil" #. module: anonymization #: selection:ir.model.fields.anonymization.history,state:0 msgid "Exception occured" -msgstr "A avut loc o excepţie" +msgstr "A avut loc o exceptie" #. module: anonymization #: selection:ir.model.fields.anonymization,state:0 @@ -170,8 +170,7 @@ msgstr "Istoric Anonimizare" #. module: anonymization #: model:ir.model,name:anonymization.model_ir_model_fields_anonymization_history msgid "ir.model.fields.anonymization.history" -msgstr "" -"ir.model.fields.anonymization.history (ir.model.campuri.anonimizare.istoric)" +msgstr "ir.istoric.anonimizare.campuri.model" #. module: anonymization #: model:ir.actions.act_window,name:anonymization.action_ir_model_fields_anonymize_wizard @@ -182,7 +181,7 @@ msgstr "Anonimizare baza de date" #. module: anonymization #: field:ir.model.fields.anonymize.wizard,name:0 msgid "File Name" -msgstr "Nume fișier" +msgstr "Nume fisier" #. module: anonymization #: selection:ir.model.fields.anonymization.history,direction:0 @@ -192,7 +191,7 @@ msgstr "anonimizat -> sterge" #. module: anonymization #: selection:ir.model.fields.anonymization.history,state:0 msgid "Started" -msgstr "Pornit" +msgstr "Inceput" #. module: anonymization #: selection:ir.model.fields.anonymization.history,state:0 @@ -211,7 +210,7 @@ msgstr "Mesaj" #: sql_constraint:ir.model.fields.anonymization:0 #, python-format msgid "You cannot have two fields with the same name on the same object!" -msgstr "" +msgstr "Nu puteti avea doua campuri cu acelasi nume la acelasi obiect!" #~ msgid "Database anonymization module" #~ msgstr "Modul anonimat baza de date" diff --git a/addons/anonymization/i18n/ru.po b/addons/anonymization/i18n/ru.po index c044f30cae0..13e8364840d 100644 --- a/addons/anonymization/i18n/ru.po +++ b/addons/anonymization/i18n/ru.po @@ -14,8 +14,8 @@ msgstr "" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2012-02-09 07:09+0000\n" -"X-Generator: Launchpad (build 14763)\n" +"X-Launchpad-Export-Date: 2012-07-14 06:26+0000\n" +"X-Generator: Launchpad (build 15614)\n" #. module: anonymization #: model:ir.model,name:anonymization.model_ir_model_fields_anonymize_wizard diff --git a/addons/anonymization/i18n/sq.po b/addons/anonymization/i18n/sq.po index 8883e32a814..218c64dc6fa 100644 --- a/addons/anonymization/i18n/sq.po +++ b/addons/anonymization/i18n/sq.po @@ -14,8 +14,8 @@ msgstr "" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2012-02-09 07:09+0000\n" -"X-Generator: Launchpad (build 14763)\n" +"X-Launchpad-Export-Date: 2012-07-14 06:26+0000\n" +"X-Generator: Launchpad (build 15614)\n" #. module: anonymization #: model:ir.model,name:anonymization.model_ir_model_fields_anonymize_wizard diff --git a/addons/anonymization/i18n/sr@latin.po b/addons/anonymization/i18n/sr@latin.po index 84feda5bc0b..66bb5fa9a11 100644 --- a/addons/anonymization/i18n/sr@latin.po +++ b/addons/anonymization/i18n/sr@latin.po @@ -14,8 +14,8 @@ msgstr "" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2012-02-09 07:09+0000\n" -"X-Generator: Launchpad (build 14763)\n" +"X-Launchpad-Export-Date: 2012-07-14 06:26+0000\n" +"X-Generator: Launchpad (build 15614)\n" #. module: anonymization #: model:ir.model,name:anonymization.model_ir_model_fields_anonymize_wizard diff --git a/addons/anonymization/i18n/tr.po b/addons/anonymization/i18n/tr.po index a50f2228d03..d9051fc92cd 100644 --- a/addons/anonymization/i18n/tr.po +++ b/addons/anonymization/i18n/tr.po @@ -14,8 +14,8 @@ msgstr "" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2012-02-09 07:09+0000\n" -"X-Generator: Launchpad (build 14763)\n" +"X-Launchpad-Export-Date: 2012-07-14 06:26+0000\n" +"X-Generator: Launchpad (build 15614)\n" #. module: anonymization #: model:ir.model,name:anonymization.model_ir_model_fields_anonymize_wizard diff --git a/addons/anonymization/i18n/zh_CN.po b/addons/anonymization/i18n/zh_CN.po index d4ccb46518d..4cb9e2c13bb 100644 --- a/addons/anonymization/i18n/zh_CN.po +++ b/addons/anonymization/i18n/zh_CN.po @@ -14,8 +14,8 @@ msgstr "" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2012-02-09 07:09+0000\n" -"X-Generator: Launchpad (build 14763)\n" +"X-Launchpad-Export-Date: 2012-07-14 06:26+0000\n" +"X-Generator: Launchpad (build 15614)\n" #. module: anonymization #: model:ir.model,name:anonymization.model_ir_model_fields_anonymize_wizard diff --git a/addons/association/i18n/ar.po b/addons/association/i18n/ar.po index 9951ce3dd25..9bd31554bfb 100644 --- a/addons/association/i18n/ar.po +++ b/addons/association/i18n/ar.po @@ -13,55 +13,55 @@ msgstr "" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2011-11-05 05:52+0000\n" -"X-Generator: Launchpad (build 14231)\n" +"X-Launchpad-Export-Date: 2012-07-14 06:23+0000\n" +"X-Generator: Launchpad (build 15614)\n" #. module: association #: field:profile.association.config.install_modules_wizard,wiki:0 msgid "Wiki" -msgstr "" +msgstr "الويكي" #. module: association #: view:profile.association.config.install_modules_wizard:0 msgid "Event Management" -msgstr "" +msgstr "ادارة الحدث" #. module: association #: field:profile.association.config.install_modules_wizard,project_gtd:0 msgid "Getting Things Done" -msgstr "" +msgstr "إنجاز الامور" #. module: association #: model:ir.module.module,description:association.module_meta_information msgid "This module is to create Profile for Associates" -msgstr "" +msgstr "وتكون هذه الوحدة لإنشاء الملف الشخصي للشركاء" #. module: association #: field:profile.association.config.install_modules_wizard,progress:0 msgid "Configuration Progress" -msgstr "" +msgstr "سير الإعدادات" #. module: association #: view:profile.association.config.install_modules_wizard:0 msgid "" "Here are specific applications related to the Association Profile you " "selected." -msgstr "" +msgstr "ويوجد هنا طلبات محددة مرتبطة بالملف الشخصي للشريك الذي قمت بإختياره." #. module: association #: view:profile.association.config.install_modules_wizard:0 msgid "title" -msgstr "" +msgstr "الاسم" #. module: association #: help:profile.association.config.install_modules_wizard,event_project:0 msgid "Helps you to manage and organize your events." -msgstr "" +msgstr "وتساعدك في ادارة وتنظيم الاحداث الخاصة بك." #. module: association #: field:profile.association.config.install_modules_wizard,config_logo:0 msgid "Image" -msgstr "" +msgstr "صورة" #. module: association #: help:profile.association.config.install_modules_wizard,hr_expense:0 @@ -69,6 +69,8 @@ msgid "" "Tracks and manages employee expenses, and can automatically re-invoice " "clients if the expenses are project-related." msgstr "" +"ويتابع ويدير مصروفات الموظفين, ويستطيع اعادة فاتورة العملاء تلقائيًا اذا " +"كانت النفقات مرتبطه بالمشروع." #. module: association #: help:profile.association.config.install_modules_wizard,project_gtd:0 @@ -76,27 +78,29 @@ msgid "" "GTD is a methodology to efficiently organise yourself and your tasks. This " "module fully integrates GTD principle with OpenERP's project management." msgstr "" +"GTD هي منهجية لتنظيمك وتنظيم مهامك بكفاءة. وتنتج هذه الوحدة بشكل كامل مبدأ " +"GTD مع ادارة مشروع OpenERP." #. module: association #: view:profile.association.config.install_modules_wizard:0 msgid "Resources Management" -msgstr "" +msgstr "إدارة المراجع" #. module: association #: model:ir.module.module,shortdesc:association.module_meta_information msgid "Association profile" -msgstr "" +msgstr "الملفات الشخصية للشركاء" #. module: association #: field:profile.association.config.install_modules_wizard,hr_expense:0 msgid "Expenses Tracking" -msgstr "" +msgstr "تتبع النفقات" #. module: association #: model:ir.actions.act_window,name:association.action_config_install_module #: view:profile.association.config.install_modules_wizard:0 msgid "Association Application Configuration" -msgstr "" +msgstr "تكوين طلب للشريك" #. module: association #: help:profile.association.config.install_modules_wizard,wiki:0 @@ -104,6 +108,8 @@ msgid "" "Lets you create wiki pages and page groups in order to keep track of " "business knowledge and share it with and between your employees." msgstr "" +"تمكنك من إنشاء صفحات ويكي وصفحة المجموعات من أجل الحفاظ على مسار الأعمال " +"وتقاسمها مع وبين موظفيك." #. module: association #: help:profile.association.config.install_modules_wizard,project:0 @@ -111,24 +117,25 @@ msgid "" "Helps you manage your projects and tasks by tracking them, generating " "plannings, etc..." msgstr "" +"يساعدك على إدارة مشاريعك ومهامك عن طريق متابعتهم وإصدار الخطط وما إلى ذلك." #. module: association #: model:ir.model,name:association.model_profile_association_config_install_modules_wizard msgid "profile.association.config.install_modules_wizard" -msgstr "" +msgstr "ملف شخصي.الشريك.تكوين.تثبيت_وحدات_معالج" #. module: association #: field:profile.association.config.install_modules_wizard,event_project:0 msgid "Events" -msgstr "" +msgstr "أحداث" #. module: association #: view:profile.association.config.install_modules_wizard:0 #: field:profile.association.config.install_modules_wizard,project:0 msgid "Project Management" -msgstr "" +msgstr "إدارة المشاريع" #. module: association #: view:profile.association.config.install_modules_wizard:0 msgid "Configure" -msgstr "" +msgstr "تهيئة" diff --git a/addons/association/i18n/bg.po b/addons/association/i18n/bg.po index 8acdd17500f..12790d2f476 100644 --- a/addons/association/i18n/bg.po +++ b/addons/association/i18n/bg.po @@ -13,8 +13,8 @@ msgstr "" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2011-11-05 05:52+0000\n" -"X-Generator: Launchpad (build 14231)\n" +"X-Launchpad-Export-Date: 2012-07-14 06:23+0000\n" +"X-Generator: Launchpad (build 15614)\n" #. module: association #: field:profile.association.config.install_modules_wizard,wiki:0 diff --git a/addons/association/i18n/bs.po b/addons/association/i18n/bs.po index 4d13f668cd7..e84a120cce5 100644 --- a/addons/association/i18n/bs.po +++ b/addons/association/i18n/bs.po @@ -13,8 +13,8 @@ msgstr "" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2011-11-05 05:52+0000\n" -"X-Generator: Launchpad (build 14231)\n" +"X-Launchpad-Export-Date: 2012-07-14 06:23+0000\n" +"X-Generator: Launchpad (build 15614)\n" #. module: association #: field:profile.association.config.install_modules_wizard,wiki:0 diff --git a/addons/association/i18n/ca.po b/addons/association/i18n/ca.po index c87dd752ff4..1896ae7a291 100644 --- a/addons/association/i18n/ca.po +++ b/addons/association/i18n/ca.po @@ -14,8 +14,8 @@ msgstr "" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2011-11-05 05:52+0000\n" -"X-Generator: Launchpad (build 14231)\n" +"X-Launchpad-Export-Date: 2012-07-14 06:23+0000\n" +"X-Generator: Launchpad (build 15614)\n" #. module: association #: field:profile.association.config.install_modules_wizard,wiki:0 diff --git a/addons/association/i18n/cs.po b/addons/association/i18n/cs.po index 08431ed8d93..fc2bda48d9a 100644 --- a/addons/association/i18n/cs.po +++ b/addons/association/i18n/cs.po @@ -13,8 +13,8 @@ msgstr "" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2011-11-26 05:50+0000\n" -"X-Generator: Launchpad (build 14381)\n" +"X-Launchpad-Export-Date: 2012-07-14 06:23+0000\n" +"X-Generator: Launchpad (build 15614)\n" "X-Poedit-Language: Czech\n" #. module: association diff --git a/addons/association/i18n/da.po b/addons/association/i18n/da.po index 63503cf2cfa..07b02be9f35 100644 --- a/addons/association/i18n/da.po +++ b/addons/association/i18n/da.po @@ -14,8 +14,8 @@ msgstr "" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2012-01-28 05:04+0000\n" -"X-Generator: Launchpad (build 14727)\n" +"X-Launchpad-Export-Date: 2012-07-14 06:23+0000\n" +"X-Generator: Launchpad (build 15614)\n" #. module: association #: field:profile.association.config.install_modules_wizard,wiki:0 diff --git a/addons/association/i18n/de.po b/addons/association/i18n/de.po index 0e500c22f72..fd4fab77d96 100644 --- a/addons/association/i18n/de.po +++ b/addons/association/i18n/de.po @@ -14,8 +14,8 @@ msgstr "" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2011-11-05 05:52+0000\n" -"X-Generator: Launchpad (build 14231)\n" +"X-Launchpad-Export-Date: 2012-07-14 06:23+0000\n" +"X-Generator: Launchpad (build 15614)\n" #. module: association #: field:profile.association.config.install_modules_wizard,wiki:0 diff --git a/addons/association/i18n/el.po b/addons/association/i18n/el.po index 2d1afd15a3e..61fc6cab969 100644 --- a/addons/association/i18n/el.po +++ b/addons/association/i18n/el.po @@ -14,8 +14,8 @@ msgstr "" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2011-11-05 05:52+0000\n" -"X-Generator: Launchpad (build 14231)\n" +"X-Launchpad-Export-Date: 2012-07-14 06:23+0000\n" +"X-Generator: Launchpad (build 15614)\n" #. module: association #: field:profile.association.config.install_modules_wizard,wiki:0 diff --git a/addons/association/i18n/en_GB.po b/addons/association/i18n/en_GB.po index dae61913de7..43f69201200 100644 --- a/addons/association/i18n/en_GB.po +++ b/addons/association/i18n/en_GB.po @@ -14,8 +14,8 @@ msgstr "" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2011-11-05 05:52+0000\n" -"X-Generator: Launchpad (build 14231)\n" +"X-Launchpad-Export-Date: 2012-07-14 06:23+0000\n" +"X-Generator: Launchpad (build 15614)\n" #. module: association #: field:profile.association.config.install_modules_wizard,wiki:0 diff --git a/addons/association/i18n/es.po b/addons/association/i18n/es.po index d5fc54f2ebc..75dea3b44b0 100644 --- a/addons/association/i18n/es.po +++ b/addons/association/i18n/es.po @@ -14,8 +14,8 @@ msgstr "" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2011-11-05 05:52+0000\n" -"X-Generator: Launchpad (build 14231)\n" +"X-Launchpad-Export-Date: 2012-07-14 06:23+0000\n" +"X-Generator: Launchpad (build 15614)\n" #. module: association #: field:profile.association.config.install_modules_wizard,wiki:0 diff --git a/addons/association/i18n/es_CR.po b/addons/association/i18n/es_CR.po index e2aba8aba5e..76ab071082d 100644 --- a/addons/association/i18n/es_CR.po +++ b/addons/association/i18n/es_CR.po @@ -14,8 +14,8 @@ msgstr "" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2012-02-14 05:46+0000\n" -"X-Generator: Launchpad (build 14781)\n" +"X-Launchpad-Export-Date: 2012-07-14 06:23+0000\n" +"X-Generator: Launchpad (build 15614)\n" "Language: \n" #. module: association diff --git a/addons/association/i18n/es_EC.po b/addons/association/i18n/es_EC.po index 61b38edd810..f23820d9669 100644 --- a/addons/association/i18n/es_EC.po +++ b/addons/association/i18n/es_EC.po @@ -14,8 +14,8 @@ msgstr "" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2011-11-05 05:52+0000\n" -"X-Generator: Launchpad (build 14231)\n" +"X-Launchpad-Export-Date: 2012-07-14 06:23+0000\n" +"X-Generator: Launchpad (build 15614)\n" #. module: association #: field:profile.association.config.install_modules_wizard,wiki:0 diff --git a/addons/association/i18n/es_PY.po b/addons/association/i18n/es_PY.po index 67aa87c4691..ee62d124ffe 100644 --- a/addons/association/i18n/es_PY.po +++ b/addons/association/i18n/es_PY.po @@ -14,8 +14,8 @@ msgstr "" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2011-11-05 05:52+0000\n" -"X-Generator: Launchpad (build 14231)\n" +"X-Launchpad-Export-Date: 2012-07-14 06:23+0000\n" +"X-Generator: Launchpad (build 15614)\n" #. module: association #: field:profile.association.config.install_modules_wizard,wiki:0 diff --git a/addons/association/i18n/et.po b/addons/association/i18n/et.po index 356e90eca17..7a69208ed68 100644 --- a/addons/association/i18n/et.po +++ b/addons/association/i18n/et.po @@ -13,8 +13,8 @@ msgstr "" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2011-11-05 05:52+0000\n" -"X-Generator: Launchpad (build 14231)\n" +"X-Launchpad-Export-Date: 2012-07-14 06:23+0000\n" +"X-Generator: Launchpad (build 15614)\n" #. module: association #: field:profile.association.config.install_modules_wizard,wiki:0 diff --git a/addons/association/i18n/fa.po b/addons/association/i18n/fa.po index cc4a856312f..edd5ff208da 100644 --- a/addons/association/i18n/fa.po +++ b/addons/association/i18n/fa.po @@ -14,8 +14,8 @@ msgstr "" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2011-12-19 04:49+0000\n" -"X-Generator: Launchpad (build 14525)\n" +"X-Launchpad-Export-Date: 2012-07-14 06:23+0000\n" +"X-Generator: Launchpad (build 15614)\n" #. module: association #: field:profile.association.config.install_modules_wizard,wiki:0 diff --git a/addons/association/i18n/fi.po b/addons/association/i18n/fi.po index 2668857bd58..0d4e2a22470 100644 --- a/addons/association/i18n/fi.po +++ b/addons/association/i18n/fi.po @@ -14,8 +14,8 @@ msgstr "" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2011-11-05 05:52+0000\n" -"X-Generator: Launchpad (build 14231)\n" +"X-Launchpad-Export-Date: 2012-07-14 06:23+0000\n" +"X-Generator: Launchpad (build 15614)\n" #. module: association #: field:profile.association.config.install_modules_wizard,wiki:0 diff --git a/addons/association/i18n/fr.po b/addons/association/i18n/fr.po index 732b419a3e6..cf8ae97d038 100644 --- a/addons/association/i18n/fr.po +++ b/addons/association/i18n/fr.po @@ -14,8 +14,8 @@ msgstr "" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2011-11-05 05:52+0000\n" -"X-Generator: Launchpad (build 14231)\n" +"X-Launchpad-Export-Date: 2012-07-14 06:23+0000\n" +"X-Generator: Launchpad (build 15614)\n" #. module: association #: field:profile.association.config.install_modules_wizard,wiki:0 diff --git a/addons/association/i18n/gl.po b/addons/association/i18n/gl.po index 7e7287dbc2b..7561347104c 100644 --- a/addons/association/i18n/gl.po +++ b/addons/association/i18n/gl.po @@ -14,8 +14,8 @@ msgstr "" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2011-11-05 05:52+0000\n" -"X-Generator: Launchpad (build 14231)\n" +"X-Launchpad-Export-Date: 2012-07-14 06:23+0000\n" +"X-Generator: Launchpad (build 15614)\n" #. module: association #: field:profile.association.config.install_modules_wizard,wiki:0 diff --git a/addons/association/i18n/gu.po b/addons/association/i18n/gu.po index c9f6ff87d9b..92a6959a200 100644 --- a/addons/association/i18n/gu.po +++ b/addons/association/i18n/gu.po @@ -14,8 +14,8 @@ msgstr "" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2012-04-20 04:43+0000\n" -"X-Generator: Launchpad (build 15120)\n" +"X-Launchpad-Export-Date: 2012-07-14 06:23+0000\n" +"X-Generator: Launchpad (build 15614)\n" #. module: association #: field:profile.association.config.install_modules_wizard,wiki:0 @@ -52,7 +52,7 @@ msgstr "" #. module: association #: view:profile.association.config.install_modules_wizard:0 msgid "title" -msgstr "શીર્ષક" +msgstr "શીર્ષક:" #. module: association #: help:profile.association.config.install_modules_wizard,event_project:0 @@ -129,9 +129,9 @@ msgstr "ઘટનાઓ" #: view:profile.association.config.install_modules_wizard:0 #: field:profile.association.config.install_modules_wizard,project:0 msgid "Project Management" -msgstr "પ્રોજેક્ટ સંચાલન" +msgstr "પ્રોજેક્ટ વ્યવસ્થાપન" #. module: association #: view:profile.association.config.install_modules_wizard:0 msgid "Configure" -msgstr "રૂપરેખાંકન" +msgstr "રૂપરેખાંકિત કરો" diff --git a/addons/association/i18n/hr.po b/addons/association/i18n/hr.po index 080d41d3e30..49a10fd1d43 100644 --- a/addons/association/i18n/hr.po +++ b/addons/association/i18n/hr.po @@ -13,8 +13,8 @@ msgstr "" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2011-12-09 04:46+0000\n" -"X-Generator: Launchpad (build 14450)\n" +"X-Launchpad-Export-Date: 2012-07-14 06:23+0000\n" +"X-Generator: Launchpad (build 15614)\n" #. module: association #: field:profile.association.config.install_modules_wizard,wiki:0 diff --git a/addons/association/i18n/hu.po b/addons/association/i18n/hu.po index ad711789896..73e767680bd 100644 --- a/addons/association/i18n/hu.po +++ b/addons/association/i18n/hu.po @@ -14,8 +14,8 @@ msgstr "" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2011-11-05 05:52+0000\n" -"X-Generator: Launchpad (build 14231)\n" +"X-Launchpad-Export-Date: 2012-07-14 06:23+0000\n" +"X-Generator: Launchpad (build 15614)\n" #. module: association #: field:profile.association.config.install_modules_wizard,wiki:0 diff --git a/addons/association/i18n/id.po b/addons/association/i18n/id.po index 9951ce3dd25..6a8639b28a4 100644 --- a/addons/association/i18n/id.po +++ b/addons/association/i18n/id.po @@ -13,8 +13,8 @@ msgstr "" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2011-11-05 05:52+0000\n" -"X-Generator: Launchpad (build 14231)\n" +"X-Launchpad-Export-Date: 2012-07-14 06:23+0000\n" +"X-Generator: Launchpad (build 15614)\n" #. module: association #: field:profile.association.config.install_modules_wizard,wiki:0 diff --git a/addons/association/i18n/it.po b/addons/association/i18n/it.po index 4f1e7f90874..0674e0ab8b1 100644 --- a/addons/association/i18n/it.po +++ b/addons/association/i18n/it.po @@ -13,8 +13,8 @@ msgstr "" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2011-11-05 05:52+0000\n" -"X-Generator: Launchpad (build 14231)\n" +"X-Launchpad-Export-Date: 2012-07-14 06:23+0000\n" +"X-Generator: Launchpad (build 15614)\n" #. module: association #: field:profile.association.config.install_modules_wizard,wiki:0 diff --git a/addons/association/i18n/ja.po b/addons/association/i18n/ja.po index 6de481b5eb5..dee90eb4de6 100644 --- a/addons/association/i18n/ja.po +++ b/addons/association/i18n/ja.po @@ -14,13 +14,13 @@ msgstr "" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2012-05-17 04:36+0000\n" -"X-Generator: Launchpad (build 15259)\n" +"X-Launchpad-Export-Date: 2012-07-14 06:23+0000\n" +"X-Generator: Launchpad (build 15614)\n" #. module: association #: field:profile.association.config.install_modules_wizard,wiki:0 msgid "Wiki" -msgstr "" +msgstr "Wiki" #. module: association #: view:profile.association.config.install_modules_wizard:0 diff --git a/addons/association/i18n/ko.po b/addons/association/i18n/ko.po index 7b4b9e0e74f..d94914d6d39 100644 --- a/addons/association/i18n/ko.po +++ b/addons/association/i18n/ko.po @@ -14,8 +14,8 @@ msgstr "" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2011-11-05 05:52+0000\n" -"X-Generator: Launchpad (build 14231)\n" +"X-Launchpad-Export-Date: 2012-07-14 06:23+0000\n" +"X-Generator: Launchpad (build 15614)\n" #. module: association #: field:profile.association.config.install_modules_wizard,wiki:0 diff --git a/addons/association/i18n/lo.po b/addons/association/i18n/lo.po index 8b9d882957d..cf57f2b3089 100644 --- a/addons/association/i18n/lo.po +++ b/addons/association/i18n/lo.po @@ -14,8 +14,8 @@ msgstr "" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2011-11-05 05:52+0000\n" -"X-Generator: Launchpad (build 14231)\n" +"X-Launchpad-Export-Date: 2012-07-14 06:23+0000\n" +"X-Generator: Launchpad (build 15614)\n" #. module: association #: field:profile.association.config.install_modules_wizard,wiki:0 diff --git a/addons/association/i18n/lt.po b/addons/association/i18n/lt.po index 6677d22d562..e5d71762a2d 100644 --- a/addons/association/i18n/lt.po +++ b/addons/association/i18n/lt.po @@ -13,8 +13,8 @@ msgstr "" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2011-11-05 05:52+0000\n" -"X-Generator: Launchpad (build 14231)\n" +"X-Launchpad-Export-Date: 2012-07-14 06:23+0000\n" +"X-Generator: Launchpad (build 15614)\n" #. module: association #: field:profile.association.config.install_modules_wizard,wiki:0 diff --git a/addons/association/i18n/lv.po b/addons/association/i18n/lv.po index 7409034a5e5..7c23de89646 100644 --- a/addons/association/i18n/lv.po +++ b/addons/association/i18n/lv.po @@ -14,8 +14,8 @@ msgstr "" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2011-11-05 05:52+0000\n" -"X-Generator: Launchpad (build 14231)\n" +"X-Launchpad-Export-Date: 2012-07-14 06:23+0000\n" +"X-Generator: Launchpad (build 15614)\n" #. module: association #: field:profile.association.config.install_modules_wizard,wiki:0 diff --git a/addons/association/i18n/nl.po b/addons/association/i18n/nl.po index bd989d0da08..e3e85d0e61a 100644 --- a/addons/association/i18n/nl.po +++ b/addons/association/i18n/nl.po @@ -13,8 +13,8 @@ msgstr "" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2011-11-05 05:52+0000\n" -"X-Generator: Launchpad (build 14231)\n" +"X-Launchpad-Export-Date: 2012-07-14 06:23+0000\n" +"X-Generator: Launchpad (build 15614)\n" #. module: association #: field:profile.association.config.install_modules_wizard,wiki:0 @@ -71,7 +71,7 @@ msgid "" "Tracks and manages employee expenses, and can automatically re-invoice " "clients if the expenses are project-related." msgstr "" -"Beheert medewerker declaraties en kan automatisch doorberekenen aan klanten " +"Beheert werknemer declaraties en kan automatisch doorberekenen aan klanten " "als de uitgave project-gerelateerd is." #. module: association @@ -112,7 +112,7 @@ msgid "" "business knowledge and share it with and between your employees." msgstr "" "Laat u wiki pagina's en pagina groepen maken om bedrijfskennis te volgen en " -"te delen met en tussen uw medewerkers." +"te delen met en tussen uw werknemer." #. module: association #: help:profile.association.config.install_modules_wizard,project:0 diff --git a/addons/association/i18n/pl.po b/addons/association/i18n/pl.po index 9c4d4ee399c..2fef09c0b42 100644 --- a/addons/association/i18n/pl.po +++ b/addons/association/i18n/pl.po @@ -13,8 +13,8 @@ msgstr "" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2011-11-05 05:52+0000\n" -"X-Generator: Launchpad (build 14231)\n" +"X-Launchpad-Export-Date: 2012-07-14 06:23+0000\n" +"X-Generator: Launchpad (build 15614)\n" #. module: association #: field:profile.association.config.install_modules_wizard,wiki:0 diff --git a/addons/association/i18n/pt.po b/addons/association/i18n/pt.po index a383b069358..fdc3266b1a5 100644 --- a/addons/association/i18n/pt.po +++ b/addons/association/i18n/pt.po @@ -13,8 +13,8 @@ msgstr "" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2011-11-05 05:52+0000\n" -"X-Generator: Launchpad (build 14231)\n" +"X-Launchpad-Export-Date: 2012-07-14 06:23+0000\n" +"X-Generator: Launchpad (build 15614)\n" #. module: association #: field:profile.association.config.install_modules_wizard,wiki:0 @@ -29,12 +29,12 @@ msgstr "Gestão de eventos" #. module: association #: field:profile.association.config.install_modules_wizard,project_gtd:0 msgid "Getting Things Done" -msgstr "Ter as Coisas Prontas" +msgstr "Ter coisas concluídas" #. module: association #: model:ir.module.module,description:association.module_meta_information msgid "This module is to create Profile for Associates" -msgstr "Este módulo serve parar criar um Perfil para os Associados" +msgstr "Este módulo serve para criar um Perfil para os Associados" #. module: association #: field:profile.association.config.install_modules_wizard,progress:0 @@ -47,11 +47,13 @@ msgid "" "Here are specific applications related to the Association Profile you " "selected." msgstr "" +"Aqui estão as aplicações específicas relacionadas com o perfil da Associação " +"selecionada." #. module: association #: view:profile.association.config.install_modules_wizard:0 msgid "title" -msgstr "título" +msgstr "Título" #. module: association #: help:profile.association.config.install_modules_wizard,event_project:0 @@ -69,8 +71,8 @@ msgid "" "Tracks and manages employee expenses, and can automatically re-invoice " "clients if the expenses are project-related." msgstr "" -"Regista e gere as despesas dos empregados, e pode ainda facturar aos " -"clientes se as despesas estão relacionadas com projectos." +"Regista e processa as despesas do funcionário, podendo re-faturar aos " +"clientes se as despesas estiverem relacionadas com algum projeto" #. module: association #: help:profile.association.config.install_modules_wizard,project_gtd:0 @@ -90,7 +92,7 @@ msgstr "Gestão de recursos" #. module: association #: model:ir.module.module,shortdesc:association.module_meta_information msgid "Association profile" -msgstr "Perfil de associação" +msgstr "Perfil da Associação" #. module: association #: field:profile.association.config.install_modules_wizard,hr_expense:0 @@ -101,7 +103,7 @@ msgstr "Controlo de Despesas" #: model:ir.actions.act_window,name:association.action_config_install_module #: view:profile.association.config.install_modules_wizard:0 msgid "Association Application Configuration" -msgstr "" +msgstr "Configuração da aplicação da Associação" #. module: association #: help:profile.association.config.install_modules_wizard,wiki:0 @@ -109,9 +111,8 @@ msgid "" "Lets you create wiki pages and page groups in order to keep track of " "business knowledge and share it with and between your employees." msgstr "" -"Permite-lhe criar páginas do tipo Wiki e grupos de páginas de forma a manter " -"registo das informações do negócio e partilhá-las com e entre os seus " -"empregados." +"Permite-lhe criar páginas Wiki e grupos de páginas de forma a manter registo " +"do conhecimento do negócio e partilhá-lo entre os funcionários." #. module: association #: help:profile.association.config.install_modules_wizard,project:0 @@ -141,4 +142,4 @@ msgstr "Gestão de projetos" #. module: association #: view:profile.association.config.install_modules_wizard:0 msgid "Configure" -msgstr "" +msgstr "Configurar" diff --git a/addons/association/i18n/pt_BR.po b/addons/association/i18n/pt_BR.po index c6839a7aecf..84f4600bbdd 100644 --- a/addons/association/i18n/pt_BR.po +++ b/addons/association/i18n/pt_BR.po @@ -13,8 +13,8 @@ msgstr "" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2011-11-05 05:52+0000\n" -"X-Generator: Launchpad (build 14231)\n" +"X-Launchpad-Export-Date: 2012-07-14 06:23+0000\n" +"X-Generator: Launchpad (build 15614)\n" #. module: association #: field:profile.association.config.install_modules_wizard,wiki:0 diff --git a/addons/association/i18n/ro.po b/addons/association/i18n/ro.po index e1379b6b2c8..42294bf2650 100644 --- a/addons/association/i18n/ro.po +++ b/addons/association/i18n/ro.po @@ -13,33 +13,33 @@ msgstr "" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2011-11-05 05:52+0000\n" -"X-Generator: Launchpad (build 14231)\n" +"X-Launchpad-Export-Date: 2012-07-14 06:23+0000\n" +"X-Generator: Launchpad (build 15614)\n" #. module: association #: field:profile.association.config.install_modules_wizard,wiki:0 msgid "Wiki" -msgstr "Enciclopedie" +msgstr "Wiki" #. module: association #: view:profile.association.config.install_modules_wizard:0 msgid "Event Management" -msgstr "" +msgstr "Managementul evenimentului" #. module: association #: field:profile.association.config.install_modules_wizard,project_gtd:0 msgid "Getting Things Done" -msgstr "" +msgstr "Sa Ducem Lucrurile la Bun Sfarsit" #. module: association #: model:ir.module.module,description:association.module_meta_information msgid "This module is to create Profile for Associates" -msgstr "" +msgstr "Acest modul este pentru crearea unui Profil pentru Asociati" #. module: association #: field:profile.association.config.install_modules_wizard,progress:0 msgid "Configuration Progress" -msgstr "Progres configurare" +msgstr "Progres Configurare" #. module: association #: view:profile.association.config.install_modules_wizard:0 @@ -47,6 +47,8 @@ msgid "" "Here are specific applications related to the Association Profile you " "selected." msgstr "" +"Aici sunt aplicatii specifice referitoare la Profilul de asociere pe care l-" +"ati selectat." #. module: association #: view:profile.association.config.install_modules_wizard:0 @@ -56,7 +58,7 @@ msgstr "titlu" #. module: association #: help:profile.association.config.install_modules_wizard,event_project:0 msgid "Helps you to manage and organize your events." -msgstr "" +msgstr "Va ajuta sa va gestionati si organizati evenimentele." #. module: association #: field:profile.association.config.install_modules_wizard,config_logo:0 @@ -69,6 +71,8 @@ msgid "" "Tracks and manages employee expenses, and can automatically re-invoice " "clients if the expenses are project-related." msgstr "" +"Tine evidenta si gestioneaza cheltuielile angajatilor, si poate re-factura " +"automat clienti daca cheltuielile au legatura cu proiectul." #. module: association #: help:profile.association.config.install_modules_wizard,project_gtd:0 @@ -76,27 +80,30 @@ msgid "" "GTD is a methodology to efficiently organise yourself and your tasks. This " "module fully integrates GTD principle with OpenERP's project management." msgstr "" +"GTD este o metodologie pentru a va organiza eficient sarcinile si pe " +"dumneavoastra insusi. Acest modul integreaza complet principiul GTD cu " +"managementul proiectului din OpenERP." #. module: association #: view:profile.association.config.install_modules_wizard:0 msgid "Resources Management" -msgstr "Administrare Resurse" +msgstr "Managementul Resurselor" #. module: association #: model:ir.module.module,shortdesc:association.module_meta_information msgid "Association profile" -msgstr "" +msgstr "Profil de asociere" #. module: association #: field:profile.association.config.install_modules_wizard,hr_expense:0 msgid "Expenses Tracking" -msgstr "" +msgstr "Tineti evidenta cheltuielilor" #. module: association #: model:ir.actions.act_window,name:association.action_config_install_module #: view:profile.association.config.install_modules_wizard:0 msgid "Association Application Configuration" -msgstr "" +msgstr "Configurare Aplicatia de asociere" #. module: association #: help:profile.association.config.install_modules_wizard,wiki:0 @@ -104,8 +111,9 @@ msgid "" "Lets you create wiki pages and page groups in order to keep track of " "business knowledge and share it with and between your employees." msgstr "" -"Vă permite să creați pagini wiki și grupuri de pagini, în scopul de a urmări " -"cunoștințele de afaceri și partajați-le cu și între angajații dumneavoastră." +"Va permite sa creati pagini wiki si grupuri de pagini pentru a tine evidenta " +"cunostintelor despre afaceri si sa le impartasiti cu si intre angajatii " +"dumneavoastra." #. module: association #: help:profile.association.config.install_modules_wizard,project:0 @@ -113,13 +121,13 @@ msgid "" "Helps you manage your projects and tasks by tracking them, generating " "plannings, etc..." msgstr "" -"Ajută la gestionarea proiectelor și a sarcinilor : monitorizare, " -"planificări, etc..." +"Va ajuta sa va gestionati proiectele si sarcinile prin monitorizarea lor, " +"generarea de planificari, etc..." #. module: association #: model:ir.model,name:association.model_profile_association_config_install_modules_wizard msgid "profile.association.config.install_modules_wizard" -msgstr "" +msgstr "configurare.profil.asociere.wizard_instalare_module" #. module: association #: field:profile.association.config.install_modules_wizard,event_project:0 @@ -135,4 +143,4 @@ msgstr "Managementul proiectelor" #. module: association #: view:profile.association.config.install_modules_wizard:0 msgid "Configure" -msgstr "Configurare" +msgstr "Configurati" diff --git a/addons/association/i18n/ru.po b/addons/association/i18n/ru.po index 9f5367d9017..d43a0bcf227 100644 --- a/addons/association/i18n/ru.po +++ b/addons/association/i18n/ru.po @@ -13,8 +13,8 @@ msgstr "" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2011-11-05 05:52+0000\n" -"X-Generator: Launchpad (build 14231)\n" +"X-Launchpad-Export-Date: 2012-07-14 06:23+0000\n" +"X-Generator: Launchpad (build 15614)\n" #. module: association #: field:profile.association.config.install_modules_wizard,wiki:0 diff --git a/addons/association/i18n/sl.po b/addons/association/i18n/sl.po index 112e49c3e70..7289c80313b 100644 --- a/addons/association/i18n/sl.po +++ b/addons/association/i18n/sl.po @@ -13,8 +13,8 @@ msgstr "" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2011-11-05 05:52+0000\n" -"X-Generator: Launchpad (build 14231)\n" +"X-Launchpad-Export-Date: 2012-07-14 06:23+0000\n" +"X-Generator: Launchpad (build 15614)\n" #. module: association #: field:profile.association.config.install_modules_wizard,wiki:0 diff --git a/addons/association/i18n/sq.po b/addons/association/i18n/sq.po index 78cc3b55024..02ccc70ecec 100644 --- a/addons/association/i18n/sq.po +++ b/addons/association/i18n/sq.po @@ -14,8 +14,8 @@ msgstr "" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2011-11-05 05:52+0000\n" -"X-Generator: Launchpad (build 14231)\n" +"X-Launchpad-Export-Date: 2012-07-14 06:23+0000\n" +"X-Generator: Launchpad (build 15614)\n" #. module: association #: field:profile.association.config.install_modules_wizard,wiki:0 diff --git a/addons/association/i18n/sr.po b/addons/association/i18n/sr.po index 078f5351f83..342c445ab64 100644 --- a/addons/association/i18n/sr.po +++ b/addons/association/i18n/sr.po @@ -14,8 +14,8 @@ msgstr "" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2011-11-05 05:52+0000\n" -"X-Generator: Launchpad (build 14231)\n" +"X-Launchpad-Export-Date: 2012-07-14 06:23+0000\n" +"X-Generator: Launchpad (build 15614)\n" #. module: association #: field:profile.association.config.install_modules_wizard,wiki:0 diff --git a/addons/association/i18n/sr@latin.po b/addons/association/i18n/sr@latin.po index 4ee55bdea07..54b0849be05 100644 --- a/addons/association/i18n/sr@latin.po +++ b/addons/association/i18n/sr@latin.po @@ -14,8 +14,8 @@ msgstr "" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2011-12-28 05:21+0000\n" -"X-Generator: Launchpad (build 14560)\n" +"X-Launchpad-Export-Date: 2012-07-14 06:23+0000\n" +"X-Generator: Launchpad (build 15614)\n" #. module: association #: field:profile.association.config.install_modules_wizard,wiki:0 diff --git a/addons/association/i18n/sv.po b/addons/association/i18n/sv.po index a1c4a14557b..e26f818cb6c 100644 --- a/addons/association/i18n/sv.po +++ b/addons/association/i18n/sv.po @@ -13,8 +13,8 @@ msgstr "" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2011-11-05 05:52+0000\n" -"X-Generator: Launchpad (build 14231)\n" +"X-Launchpad-Export-Date: 2012-07-14 06:23+0000\n" +"X-Generator: Launchpad (build 15614)\n" #. module: association #: field:profile.association.config.install_modules_wizard,wiki:0 @@ -29,12 +29,12 @@ msgstr "Evenemangsledning" #. module: association #: field:profile.association.config.install_modules_wizard,project_gtd:0 msgid "Getting Things Done" -msgstr "" +msgstr "Getting Things Done" #. module: association #: model:ir.module.module,description:association.module_meta_information msgid "This module is to create Profile for Associates" -msgstr "" +msgstr "Denna modul skapar profil för organisationer" #. module: association #: field:profile.association.config.install_modules_wizard,progress:0 @@ -47,6 +47,7 @@ msgid "" "Here are specific applications related to the Association Profile you " "selected." msgstr "" +"Här är specifika applikationer relaterad till organisationsprofilen du valt." #. module: association #: view:profile.association.config.install_modules_wizard:0 @@ -69,6 +70,8 @@ msgid "" "Tracks and manages employee expenses, and can automatically re-invoice " "clients if the expenses are project-related." msgstr "" +"Följer upp och hanterar anställdas utlägg, och kan automatiskt återfakturera " +"kunder i de fall utläggen är projekt-relaterade." #. module: association #: help:profile.association.config.install_modules_wizard,project_gtd:0 @@ -88,7 +91,7 @@ msgstr "Resursadministration" #. module: association #: model:ir.module.module,shortdesc:association.module_meta_information msgid "Association profile" -msgstr "" +msgstr "Organisationsprofil" #. module: association #: field:profile.association.config.install_modules_wizard,hr_expense:0 @@ -99,7 +102,7 @@ msgstr "Kostnadsuppföljning" #: model:ir.actions.act_window,name:association.action_config_install_module #: view:profile.association.config.install_modules_wizard:0 msgid "Association Application Configuration" -msgstr "" +msgstr "Organisationsapplikationskonfiguration" #. module: association #: help:profile.association.config.install_modules_wizard,wiki:0 @@ -107,6 +110,8 @@ msgid "" "Lets you create wiki pages and page groups in order to keep track of " "business knowledge and share it with and between your employees." msgstr "" +"Låter dig skapa wiki-sidor och sidgrupper för att hålla reda på " +"verksamhetskunskaper och dela den mellan anställda." #. module: association #: help:profile.association.config.install_modules_wizard,project:0 @@ -114,16 +119,18 @@ msgid "" "Helps you manage your projects and tasks by tracking them, generating " "plannings, etc..." msgstr "" +"Hjälper dig att hantera dina projekt och uppgifter genom att följa upp, " +"skapa planer etc" #. module: association #: model:ir.model,name:association.model_profile_association_config_install_modules_wizard msgid "profile.association.config.install_modules_wizard" -msgstr "" +msgstr "profile.association.config.install_modules_wizard" #. module: association #: field:profile.association.config.install_modules_wizard,event_project:0 msgid "Events" -msgstr "" +msgstr "Evenemang" #. module: association #: view:profile.association.config.install_modules_wizard:0 @@ -134,4 +141,4 @@ msgstr "Projekthantering" #. module: association #: view:profile.association.config.install_modules_wizard:0 msgid "Configure" -msgstr "" +msgstr "Konfigurera" diff --git a/addons/association/i18n/tlh.po b/addons/association/i18n/tlh.po index 6677d22d562..e5d71762a2d 100644 --- a/addons/association/i18n/tlh.po +++ b/addons/association/i18n/tlh.po @@ -13,8 +13,8 @@ msgstr "" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2011-11-05 05:52+0000\n" -"X-Generator: Launchpad (build 14231)\n" +"X-Launchpad-Export-Date: 2012-07-14 06:23+0000\n" +"X-Generator: Launchpad (build 15614)\n" #. module: association #: field:profile.association.config.install_modules_wizard,wiki:0 diff --git a/addons/association/i18n/tr.po b/addons/association/i18n/tr.po index 8f318c31d3a..1eee28c782b 100644 --- a/addons/association/i18n/tr.po +++ b/addons/association/i18n/tr.po @@ -13,8 +13,8 @@ msgstr "" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2011-11-05 05:52+0000\n" -"X-Generator: Launchpad (build 14231)\n" +"X-Launchpad-Export-Date: 2012-07-14 06:23+0000\n" +"X-Generator: Launchpad (build 15614)\n" #. module: association #: field:profile.association.config.install_modules_wizard,wiki:0 diff --git a/addons/association/i18n/uk.po b/addons/association/i18n/uk.po index 16862a7bf67..428ba6d68aa 100644 --- a/addons/association/i18n/uk.po +++ b/addons/association/i18n/uk.po @@ -13,8 +13,8 @@ msgstr "" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2011-11-05 05:52+0000\n" -"X-Generator: Launchpad (build 14231)\n" +"X-Launchpad-Export-Date: 2012-07-14 06:23+0000\n" +"X-Generator: Launchpad (build 15614)\n" #. module: association #: field:profile.association.config.install_modules_wizard,wiki:0 diff --git a/addons/association/i18n/vi.po b/addons/association/i18n/vi.po index 20e5dad34d3..c9dc6183360 100644 --- a/addons/association/i18n/vi.po +++ b/addons/association/i18n/vi.po @@ -14,8 +14,8 @@ msgstr "" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2011-11-05 05:52+0000\n" -"X-Generator: Launchpad (build 14231)\n" +"X-Launchpad-Export-Date: 2012-07-14 06:23+0000\n" +"X-Generator: Launchpad (build 15614)\n" #. module: association #: field:profile.association.config.install_modules_wizard,wiki:0 diff --git a/addons/association/i18n/zh_CN.po b/addons/association/i18n/zh_CN.po index 050b386e137..f36c814ed73 100644 --- a/addons/association/i18n/zh_CN.po +++ b/addons/association/i18n/zh_CN.po @@ -13,8 +13,8 @@ msgstr "" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2011-11-05 05:52+0000\n" -"X-Generator: Launchpad (build 14231)\n" +"X-Launchpad-Export-Date: 2012-07-14 06:23+0000\n" +"X-Generator: Launchpad (build 15614)\n" #. module: association #: field:profile.association.config.install_modules_wizard,wiki:0 diff --git a/addons/association/i18n/zh_TW.po b/addons/association/i18n/zh_TW.po index fdc622ef4cc..060404e772c 100644 --- a/addons/association/i18n/zh_TW.po +++ b/addons/association/i18n/zh_TW.po @@ -13,8 +13,8 @@ msgstr "" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2011-11-05 05:52+0000\n" -"X-Generator: Launchpad (build 14231)\n" +"X-Launchpad-Export-Date: 2012-07-14 06:23+0000\n" +"X-Generator: Launchpad (build 15614)\n" #. module: association #: field:profile.association.config.install_modules_wizard,wiki:0 diff --git a/addons/audittrail/i18n/ar.po b/addons/audittrail/i18n/ar.po index 7b6267a8a98..03a3b8f2863 100644 --- a/addons/audittrail/i18n/ar.po +++ b/addons/audittrail/i18n/ar.po @@ -13,8 +13,8 @@ msgstr "" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2012-02-09 06:44+0000\n" -"X-Generator: Launchpad (build 14763)\n" +"X-Launchpad-Export-Date: 2012-07-14 06:09+0000\n" +"X-Generator: Launchpad (build 15614)\n" #. module: audittrail #: code:addons/audittrail/audittrail.py:75 @@ -39,11 +39,13 @@ msgid "" "There is already a rule defined on this object\n" " You cannot define another: please edit the existing one." msgstr "" +"هذه القواعد تم تعريفها لهذا الكائن\n" +"لا ينكن تعريف آخر: من فضلك قم بتعديل القائم." #. module: audittrail #: view:audittrail.rule:0 msgid "Subscribed Rule" -msgstr "" +msgstr "قواعد مشترك بها" #. module: audittrail #: model:ir.model,name:audittrail.model_audittrail_rule @@ -323,7 +325,7 @@ msgstr "تسجيلات طريقة التحقق من الحسابات" #. module: audittrail #: view:audittrail.rule:0 msgid "Draft Rule" -msgstr "" +msgstr "قواعد مؤقتة" #. module: audittrail #: model:ir.model,name:audittrail.model_audittrail_log @@ -382,3 +384,20 @@ msgstr "اختار هذا اذا كنت تريد مواصلة تتبع انشا #~ msgstr "" #~ "هناك قاعدة محددة لهذا الهدف\n" #~ "لا يمكنك تحديد قاعدة اخرى على نفس الهدف!" + +#~ msgid "" +#~ "\n" +#~ " This module gives the administrator the rights\n" +#~ " to track every user operation on all the objects\n" +#~ " of the system.\n" +#~ "\n" +#~ " Administrator can subscribe rules for read,write and\n" +#~ " delete on objects and can check logs.\n" +#~ " " +#~ msgstr "" +#~ "\n" +#~ " تعطي هذه الوحدة الحق للمدير لتعقب كل عملية للمستخدم في كل المشاريع " +#~ "للنظام.\n" +#~ "يمكن للمدير ان يساهم في القواعد للقراءة, الكتابة والحذف على المشاريع ويمكنه " +#~ "مراجعة التسجيلات.\n" +#~ " " diff --git a/addons/audittrail/i18n/bg.po b/addons/audittrail/i18n/bg.po index 8d24b18d1ca..a013dda78bb 100644 --- a/addons/audittrail/i18n/bg.po +++ b/addons/audittrail/i18n/bg.po @@ -13,8 +13,8 @@ msgstr "" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2012-02-09 06:44+0000\n" -"X-Generator: Launchpad (build 14763)\n" +"X-Launchpad-Export-Date: 2012-07-14 06:09+0000\n" +"X-Generator: Launchpad (build 15614)\n" #. module: audittrail #: code:addons/audittrail/audittrail.py:75 diff --git a/addons/audittrail/i18n/bs.po b/addons/audittrail/i18n/bs.po index 8796d5a06ba..69edff6e1e3 100644 --- a/addons/audittrail/i18n/bs.po +++ b/addons/audittrail/i18n/bs.po @@ -13,8 +13,8 @@ msgstr "" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2012-02-09 06:44+0000\n" -"X-Generator: Launchpad (build 14763)\n" +"X-Launchpad-Export-Date: 2012-07-14 06:09+0000\n" +"X-Generator: Launchpad (build 15614)\n" #. module: audittrail #: code:addons/audittrail/audittrail.py:75 diff --git a/addons/audittrail/i18n/ca.po b/addons/audittrail/i18n/ca.po index 0c26d63002a..1fd79d3cc43 100644 --- a/addons/audittrail/i18n/ca.po +++ b/addons/audittrail/i18n/ca.po @@ -14,8 +14,8 @@ msgstr "" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2012-02-09 06:44+0000\n" -"X-Generator: Launchpad (build 14763)\n" +"X-Launchpad-Export-Date: 2012-07-14 06:09+0000\n" +"X-Generator: Launchpad (build 15614)\n" #. module: audittrail #: code:addons/audittrail/audittrail.py:75 diff --git a/addons/audittrail/i18n/cs.po b/addons/audittrail/i18n/cs.po index e451d4dce2f..ef71924a400 100644 --- a/addons/audittrail/i18n/cs.po +++ b/addons/audittrail/i18n/cs.po @@ -13,8 +13,8 @@ msgstr "" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2012-02-09 06:44+0000\n" -"X-Generator: Launchpad (build 14763)\n" +"X-Launchpad-Export-Date: 2012-07-14 06:09+0000\n" +"X-Generator: Launchpad (build 15614)\n" "X-Poedit-Language: Czech\n" #. module: audittrail diff --git a/addons/audittrail/i18n/da.po b/addons/audittrail/i18n/da.po index 1cfe5bc8366..e9e3c0612b3 100644 --- a/addons/audittrail/i18n/da.po +++ b/addons/audittrail/i18n/da.po @@ -14,8 +14,8 @@ msgstr "" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2012-02-09 06:44+0000\n" -"X-Generator: Launchpad (build 14763)\n" +"X-Launchpad-Export-Date: 2012-07-14 06:09+0000\n" +"X-Generator: Launchpad (build 15614)\n" #. module: audittrail #: code:addons/audittrail/audittrail.py:75 diff --git a/addons/audittrail/i18n/de.po b/addons/audittrail/i18n/de.po index b69cbb34ac3..c6c2cc1c400 100644 --- a/addons/audittrail/i18n/de.po +++ b/addons/audittrail/i18n/de.po @@ -13,8 +13,8 @@ msgstr "" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2012-02-09 06:44+0000\n" -"X-Generator: Launchpad (build 14763)\n" +"X-Launchpad-Export-Date: 2012-07-14 06:09+0000\n" +"X-Generator: Launchpad (build 15614)\n" #. module: audittrail #: code:addons/audittrail/audittrail.py:75 diff --git a/addons/audittrail/i18n/el.po b/addons/audittrail/i18n/el.po index fb1509bd4d8..2ec87a411d5 100644 --- a/addons/audittrail/i18n/el.po +++ b/addons/audittrail/i18n/el.po @@ -14,8 +14,8 @@ msgstr "" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2012-02-09 06:44+0000\n" -"X-Generator: Launchpad (build 14763)\n" +"X-Launchpad-Export-Date: 2012-07-14 06:09+0000\n" +"X-Generator: Launchpad (build 15614)\n" #. module: audittrail #: code:addons/audittrail/audittrail.py:75 diff --git a/addons/audittrail/i18n/es.po b/addons/audittrail/i18n/es.po index 6bb8ed010d4..9726c2f0199 100644 --- a/addons/audittrail/i18n/es.po +++ b/addons/audittrail/i18n/es.po @@ -14,8 +14,8 @@ msgstr "" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2012-02-09 06:44+0000\n" -"X-Generator: Launchpad (build 14763)\n" +"X-Launchpad-Export-Date: 2012-07-14 06:09+0000\n" +"X-Generator: Launchpad (build 15614)\n" #. module: audittrail #: code:addons/audittrail/audittrail.py:75 diff --git a/addons/audittrail/i18n/es_AR.po b/addons/audittrail/i18n/es_AR.po index 34903f5aad7..34453ae2b09 100644 --- a/addons/audittrail/i18n/es_AR.po +++ b/addons/audittrail/i18n/es_AR.po @@ -13,8 +13,8 @@ msgstr "" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2012-02-09 06:44+0000\n" -"X-Generator: Launchpad (build 14763)\n" +"X-Launchpad-Export-Date: 2012-07-14 06:09+0000\n" +"X-Generator: Launchpad (build 15614)\n" #. module: audittrail #: code:addons/audittrail/audittrail.py:75 diff --git a/addons/audittrail/i18n/es_CR.po b/addons/audittrail/i18n/es_CR.po index 57514d25295..27dc53a4452 100644 --- a/addons/audittrail/i18n/es_CR.po +++ b/addons/audittrail/i18n/es_CR.po @@ -8,13 +8,13 @@ msgstr "" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2012-02-08 00:36+0000\n" "PO-Revision-Date: 2012-02-15 16:44+0000\n" -"Last-Translator: Freddy Gonzalez \n" +"Last-Translator: Freddy Gonzalez \n" "Language-Team: \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2012-02-16 05:06+0000\n" -"X-Generator: Launchpad (build 14781)\n" +"X-Launchpad-Export-Date: 2012-07-14 06:09+0000\n" +"X-Generator: Launchpad (build 15614)\n" "Language: \n" #. module: audittrail diff --git a/addons/audittrail/i18n/es_EC.po b/addons/audittrail/i18n/es_EC.po index 8c66972b86f..e48f24a17e4 100644 --- a/addons/audittrail/i18n/es_EC.po +++ b/addons/audittrail/i18n/es_EC.po @@ -13,8 +13,8 @@ msgstr "" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2012-02-09 06:44+0000\n" -"X-Generator: Launchpad (build 14763)\n" +"X-Launchpad-Export-Date: 2012-07-14 06:09+0000\n" +"X-Generator: Launchpad (build 15614)\n" #. module: audittrail #: code:addons/audittrail/audittrail.py:75 diff --git a/addons/audittrail/i18n/es_PY.po b/addons/audittrail/i18n/es_PY.po index e5e3be05e11..74aab705baf 100644 --- a/addons/audittrail/i18n/es_PY.po +++ b/addons/audittrail/i18n/es_PY.po @@ -14,8 +14,8 @@ msgstr "" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2012-02-09 06:44+0000\n" -"X-Generator: Launchpad (build 14763)\n" +"X-Launchpad-Export-Date: 2012-07-14 06:09+0000\n" +"X-Generator: Launchpad (build 15614)\n" #. module: audittrail #: code:addons/audittrail/audittrail.py:75 diff --git a/addons/audittrail/i18n/et.po b/addons/audittrail/i18n/et.po index 3cafebfbe33..f9259861fc8 100644 --- a/addons/audittrail/i18n/et.po +++ b/addons/audittrail/i18n/et.po @@ -13,8 +13,8 @@ msgstr "" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2012-02-09 06:44+0000\n" -"X-Generator: Launchpad (build 14763)\n" +"X-Launchpad-Export-Date: 2012-07-14 06:09+0000\n" +"X-Generator: Launchpad (build 15614)\n" #. module: audittrail #: code:addons/audittrail/audittrail.py:75 diff --git a/addons/audittrail/i18n/fa.po b/addons/audittrail/i18n/fa.po index 3032bfda329..2aba60e2769 100644 --- a/addons/audittrail/i18n/fa.po +++ b/addons/audittrail/i18n/fa.po @@ -14,8 +14,8 @@ msgstr "" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2012-02-09 06:44+0000\n" -"X-Generator: Launchpad (build 14763)\n" +"X-Launchpad-Export-Date: 2012-07-14 06:09+0000\n" +"X-Generator: Launchpad (build 15614)\n" #. module: audittrail #: code:addons/audittrail/audittrail.py:75 diff --git a/addons/audittrail/i18n/fi.po b/addons/audittrail/i18n/fi.po index 6bc96b33b75..1d580878c11 100644 --- a/addons/audittrail/i18n/fi.po +++ b/addons/audittrail/i18n/fi.po @@ -14,8 +14,8 @@ msgstr "" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2012-02-09 06:44+0000\n" -"X-Generator: Launchpad (build 14763)\n" +"X-Launchpad-Export-Date: 2012-07-14 06:09+0000\n" +"X-Generator: Launchpad (build 15614)\n" #. module: audittrail #: code:addons/audittrail/audittrail.py:75 diff --git a/addons/audittrail/i18n/fr.po b/addons/audittrail/i18n/fr.po index 9035ae34524..1693656f37c 100644 --- a/addons/audittrail/i18n/fr.po +++ b/addons/audittrail/i18n/fr.po @@ -13,8 +13,8 @@ msgstr "" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2012-02-09 06:44+0000\n" -"X-Generator: Launchpad (build 14763)\n" +"X-Launchpad-Export-Date: 2012-07-14 06:09+0000\n" +"X-Generator: Launchpad (build 15614)\n" #. module: audittrail #: code:addons/audittrail/audittrail.py:75 @@ -39,11 +39,14 @@ msgid "" "There is already a rule defined on this object\n" " You cannot define another: please edit the existing one." msgstr "" +"Il existe déjà une règle définie sur cet objet\n" +"Vous ne pouvez pas en définir une nouvelle, vous devez modifier celle " +"existante." #. module: audittrail #: view:audittrail.rule:0 msgid "Subscribed Rule" -msgstr "" +msgstr "Règle souscrite" #. module: audittrail #: model:ir.model,name:audittrail.model_audittrail_rule @@ -331,7 +334,7 @@ msgstr "Journaux AuditTrail" #. module: audittrail #: view:audittrail.rule:0 msgid "Draft Rule" -msgstr "" +msgstr "Règle brouillon" #. module: audittrail #: model:ir.model,name:audittrail.model_audittrail_log diff --git a/addons/audittrail/i18n/gl.po b/addons/audittrail/i18n/gl.po index 507a1c3ccef..241443d682c 100644 --- a/addons/audittrail/i18n/gl.po +++ b/addons/audittrail/i18n/gl.po @@ -14,8 +14,8 @@ msgstr "" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2012-02-09 06:44+0000\n" -"X-Generator: Launchpad (build 14763)\n" +"X-Launchpad-Export-Date: 2012-07-14 06:09+0000\n" +"X-Generator: Launchpad (build 15614)\n" #. module: audittrail #: code:addons/audittrail/audittrail.py:75 diff --git a/addons/audittrail/i18n/gu.po b/addons/audittrail/i18n/gu.po index abe5302809e..668af4c27ec 100644 --- a/addons/audittrail/i18n/gu.po +++ b/addons/audittrail/i18n/gu.po @@ -14,8 +14,8 @@ msgstr "" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2012-03-07 05:13+0000\n" -"X-Generator: Launchpad (build 14907)\n" +"X-Launchpad-Export-Date: 2012-07-14 06:09+0000\n" +"X-Generator: Launchpad (build 15614)\n" #. module: audittrail #: code:addons/audittrail/audittrail.py:75 @@ -367,3 +367,30 @@ msgid "" "Select this if you want to keep track of creation on any record of the " "object of this rule" msgstr "" + +#~ msgid "Create" +#~ msgstr "બનાવો" + +#~ msgid "Write" +#~ msgstr "લખો" + +#~ msgid "Read" +#~ msgstr "વાંચો" + +#~ msgid "Subscribe" +#~ msgstr "ઉમેદવારી નોંધાવો" + +#~ msgid "Invalid XML for View Architecture!" +#~ msgstr "દ્રશ્ય બંધારણ માટે અમાન્ય એક્સ.એમ.એલ!" + +#~ msgid "Delete" +#~ msgstr "રદ્દ કરો" + +#~ msgid "Logs" +#~ msgstr "લોગ" + +#~ msgid "Name" +#~ msgstr "નામ" + +#~ msgid "Rules" +#~ msgstr "નિયમો" diff --git a/addons/audittrail/i18n/hr.po b/addons/audittrail/i18n/hr.po index c621d400281..543917c4e8c 100644 --- a/addons/audittrail/i18n/hr.po +++ b/addons/audittrail/i18n/hr.po @@ -13,8 +13,8 @@ msgstr "" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2012-02-09 06:44+0000\n" -"X-Generator: Launchpad (build 14763)\n" +"X-Launchpad-Export-Date: 2012-07-14 06:09+0000\n" +"X-Generator: Launchpad (build 15614)\n" #. module: audittrail #: code:addons/audittrail/audittrail.py:75 diff --git a/addons/audittrail/i18n/hu.po b/addons/audittrail/i18n/hu.po index d34b169c40f..fa6f4a74033 100644 --- a/addons/audittrail/i18n/hu.po +++ b/addons/audittrail/i18n/hu.po @@ -14,8 +14,8 @@ msgstr "" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2012-02-09 06:44+0000\n" -"X-Generator: Launchpad (build 14763)\n" +"X-Launchpad-Export-Date: 2012-07-14 06:09+0000\n" +"X-Generator: Launchpad (build 15614)\n" #. module: audittrail #: code:addons/audittrail/audittrail.py:75 diff --git a/addons/audittrail/i18n/id.po b/addons/audittrail/i18n/id.po index b53d9168654..f9a7339e4fb 100644 --- a/addons/audittrail/i18n/id.po +++ b/addons/audittrail/i18n/id.po @@ -13,8 +13,8 @@ msgstr "" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2012-02-09 06:44+0000\n" -"X-Generator: Launchpad (build 14763)\n" +"X-Launchpad-Export-Date: 2012-07-14 06:09+0000\n" +"X-Generator: Launchpad (build 15614)\n" #. module: audittrail #: code:addons/audittrail/audittrail.py:75 diff --git a/addons/audittrail/i18n/it.po b/addons/audittrail/i18n/it.po index efed30a9b84..f87597916d1 100644 --- a/addons/audittrail/i18n/it.po +++ b/addons/audittrail/i18n/it.po @@ -13,8 +13,8 @@ msgstr "" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2012-02-09 06:44+0000\n" -"X-Generator: Launchpad (build 14763)\n" +"X-Launchpad-Export-Date: 2012-07-14 06:09+0000\n" +"X-Generator: Launchpad (build 15614)\n" #. module: audittrail #: code:addons/audittrail/audittrail.py:75 diff --git a/addons/audittrail/i18n/ja.po b/addons/audittrail/i18n/ja.po index 7078bdd1136..14105a73f06 100644 --- a/addons/audittrail/i18n/ja.po +++ b/addons/audittrail/i18n/ja.po @@ -14,8 +14,8 @@ msgstr "" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2012-06-09 05:39+0000\n" -"X-Generator: Launchpad (build 15376)\n" +"X-Launchpad-Export-Date: 2012-07-14 06:09+0000\n" +"X-Generator: Launchpad (build 15614)\n" #. module: audittrail #: code:addons/audittrail/audittrail.py:75 diff --git a/addons/audittrail/i18n/ko.po b/addons/audittrail/i18n/ko.po index c6e67e805c2..e84974eb83b 100644 --- a/addons/audittrail/i18n/ko.po +++ b/addons/audittrail/i18n/ko.po @@ -14,8 +14,8 @@ msgstr "" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2012-02-09 06:44+0000\n" -"X-Generator: Launchpad (build 14763)\n" +"X-Launchpad-Export-Date: 2012-07-14 06:09+0000\n" +"X-Generator: Launchpad (build 15614)\n" #. module: audittrail #: code:addons/audittrail/audittrail.py:75 diff --git a/addons/audittrail/i18n/lt.po b/addons/audittrail/i18n/lt.po index d1e96afd864..3d3861c0b24 100644 --- a/addons/audittrail/i18n/lt.po +++ b/addons/audittrail/i18n/lt.po @@ -13,8 +13,8 @@ msgstr "" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2012-02-09 06:44+0000\n" -"X-Generator: Launchpad (build 14763)\n" +"X-Launchpad-Export-Date: 2012-07-14 06:09+0000\n" +"X-Generator: Launchpad (build 15614)\n" #. module: audittrail #: code:addons/audittrail/audittrail.py:75 diff --git a/addons/audittrail/i18n/lv.po b/addons/audittrail/i18n/lv.po index 8fee0482ce5..545539abfcd 100644 --- a/addons/audittrail/i18n/lv.po +++ b/addons/audittrail/i18n/lv.po @@ -14,8 +14,8 @@ msgstr "" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2012-02-09 06:44+0000\n" -"X-Generator: Launchpad (build 14763)\n" +"X-Launchpad-Export-Date: 2012-07-14 06:09+0000\n" +"X-Generator: Launchpad (build 15614)\n" #. module: audittrail #: code:addons/audittrail/audittrail.py:75 diff --git a/addons/audittrail/i18n/mn.po b/addons/audittrail/i18n/mn.po index 0eb94091591..93445753d8a 100644 --- a/addons/audittrail/i18n/mn.po +++ b/addons/audittrail/i18n/mn.po @@ -14,8 +14,8 @@ msgstr "" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2012-02-09 06:44+0000\n" -"X-Generator: Launchpad (build 14763)\n" +"X-Launchpad-Export-Date: 2012-07-14 06:09+0000\n" +"X-Generator: Launchpad (build 15614)\n" #. module: audittrail #: code:addons/audittrail/audittrail.py:75 diff --git a/addons/audittrail/i18n/nb.po b/addons/audittrail/i18n/nb.po index c7f23933c03..d10b1be0705 100644 --- a/addons/audittrail/i18n/nb.po +++ b/addons/audittrail/i18n/nb.po @@ -14,8 +14,8 @@ msgstr "" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2012-02-09 06:44+0000\n" -"X-Generator: Launchpad (build 14763)\n" +"X-Launchpad-Export-Date: 2012-07-14 06:09+0000\n" +"X-Generator: Launchpad (build 15614)\n" #. module: audittrail #: code:addons/audittrail/audittrail.py:75 @@ -40,6 +40,8 @@ msgid "" "There is already a rule defined on this object\n" " You cannot define another: please edit the existing one." msgstr "" +"Det er allerede definert en regel for dette objektet\n" +"Du kan ikke definere en annen: Vennligst rediger den eksisterende." #. module: audittrail #: view:audittrail.rule:0 diff --git a/addons/audittrail/i18n/nl.po b/addons/audittrail/i18n/nl.po index 8f2af926c76..d1e7a8fe241 100644 --- a/addons/audittrail/i18n/nl.po +++ b/addons/audittrail/i18n/nl.po @@ -13,8 +13,8 @@ msgstr "" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2012-02-09 06:44+0000\n" -"X-Generator: Launchpad (build 14763)\n" +"X-Launchpad-Export-Date: 2012-07-14 06:09+0000\n" +"X-Generator: Launchpad (build 15614)\n" #. module: audittrail #: code:addons/audittrail/audittrail.py:75 diff --git a/addons/audittrail/i18n/nl_BE.po b/addons/audittrail/i18n/nl_BE.po index c3cc1754525..cc509beb6f6 100644 --- a/addons/audittrail/i18n/nl_BE.po +++ b/addons/audittrail/i18n/nl_BE.po @@ -13,8 +13,8 @@ msgstr "" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2012-02-09 06:44+0000\n" -"X-Generator: Launchpad (build 14763)\n" +"X-Launchpad-Export-Date: 2012-07-14 06:09+0000\n" +"X-Generator: Launchpad (build 15614)\n" #. module: audittrail #: code:addons/audittrail/audittrail.py:75 diff --git a/addons/audittrail/i18n/oc.po b/addons/audittrail/i18n/oc.po index b9ce3abe248..d7cd5937089 100644 --- a/addons/audittrail/i18n/oc.po +++ b/addons/audittrail/i18n/oc.po @@ -14,8 +14,8 @@ msgstr "" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2012-02-09 06:44+0000\n" -"X-Generator: Launchpad (build 14763)\n" +"X-Launchpad-Export-Date: 2012-07-14 06:09+0000\n" +"X-Generator: Launchpad (build 15614)\n" #. module: audittrail #: code:addons/audittrail/audittrail.py:75 diff --git a/addons/audittrail/i18n/pl.po b/addons/audittrail/i18n/pl.po index 10d3c45fb30..fc8a5c87815 100644 --- a/addons/audittrail/i18n/pl.po +++ b/addons/audittrail/i18n/pl.po @@ -13,8 +13,8 @@ msgstr "" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2012-02-09 06:44+0000\n" -"X-Generator: Launchpad (build 14763)\n" +"X-Launchpad-Export-Date: 2012-07-14 06:09+0000\n" +"X-Generator: Launchpad (build 15614)\n" #. module: audittrail #: code:addons/audittrail/audittrail.py:75 diff --git a/addons/audittrail/i18n/pt.po b/addons/audittrail/i18n/pt.po index 1eeea4b1094..ae24916339f 100644 --- a/addons/audittrail/i18n/pt.po +++ b/addons/audittrail/i18n/pt.po @@ -13,14 +13,14 @@ msgstr "" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2012-02-09 06:44+0000\n" -"X-Generator: Launchpad (build 14763)\n" +"X-Launchpad-Export-Date: 2012-07-14 06:09+0000\n" +"X-Generator: Launchpad (build 15614)\n" #. module: audittrail #: code:addons/audittrail/audittrail.py:75 #, python-format msgid "WARNING: audittrail is not part of the pool" -msgstr "" +msgstr "AVISO: Audittrail não faz parte do conjunto" #. module: audittrail #: field:audittrail.log.line,log_id:0 @@ -39,16 +39,18 @@ msgid "" "There is already a rule defined on this object\n" " You cannot define another: please edit the existing one." msgstr "" +"Já existe uma regra definida sobre este objeto\n" +" Não pode definir outra: por favor edite a existente." #. module: audittrail #: view:audittrail.rule:0 msgid "Subscribed Rule" -msgstr "" +msgstr "Regra subscrita" #. module: audittrail #: model:ir.model,name:audittrail.model_audittrail_rule msgid "Audittrail Rule" -msgstr "" +msgstr "Regra Audittrail" #. module: audittrail #: view:audittrail.view.log:0 @@ -61,7 +63,7 @@ msgstr "Registos de Auditória" #: view:audittrail.log:0 #: view:audittrail.rule:0 msgid "Group By..." -msgstr "Agrupar por..." +msgstr "Grupo por..." #. module: audittrail #: view:audittrail.rule:0 @@ -72,7 +74,7 @@ msgstr "Estado" #. module: audittrail #: view:audittrail.rule:0 msgid "_Subscribe" -msgstr "" +msgstr "_Subscrever" #. module: audittrail #: view:audittrail.rule:0 @@ -96,6 +98,8 @@ msgid "" "Select this if you want to keep track of read/open on any record of the " "object of this rule" msgstr "" +"Selecione esta opção se quiser manter o controlo da leitura / abertura em " +"qualquer registo do objeto nesta regra" #. module: audittrail #: field:audittrail.log,method:0 @@ -121,6 +125,7 @@ msgstr "ID do Recurso" #: help:audittrail.rule,user_id:0 msgid "if User is not added then it will applicable for all users" msgstr "" +"se o utilizador não é adicionado então será aplicável a todos os utilizadores" #. module: audittrail #: help:audittrail.rule,log_workflow:0 @@ -128,6 +133,8 @@ msgid "" "Select this if you want to keep track of workflow on any record of the " "object of this rule" msgstr "" +"Selecione esta opção se quiser manter o controlo do fluxo de trabalho em " +"qualquer registo do objeto nesta regra" #. module: audittrail #: field:audittrail.rule,user_id:0 @@ -144,7 +151,7 @@ msgstr "Linhas de Registos" #: field:audittrail.log,object_id:0 #: field:audittrail.rule,object_id:0 msgid "Object" -msgstr "Objecto" +msgstr "Objeto" #. module: audittrail #: view:audittrail.rule:0 @@ -154,7 +161,7 @@ msgstr "Regras da Trilha de Auditória" #. module: audittrail #: field:audittrail.view.log,to:0 msgid "Log To" -msgstr "Registrar Para" +msgstr "Registar Para" #. module: audittrail #: view:audittrail.log:0 @@ -164,13 +171,13 @@ msgstr "Novo Valor de Texto: " #. module: audittrail #: view:audittrail.rule:0 msgid "Search Audittrail Rule" -msgstr "" +msgstr "Pesquisar regra Audittrail" #. module: audittrail #: model:ir.actions.act_window,name:audittrail.action_audittrail_rule_tree #: model:ir.ui.menu,name:audittrail.menu_action_audittrail_rule_tree msgid "Audit Rules" -msgstr "" +msgstr "Regras de Auditoria" #. module: audittrail #: view:audittrail.log:0 @@ -194,16 +201,18 @@ msgid "" "Select this if you want to keep track of modification on any record of the " "object of this rule" msgstr "" +"Selecione esta opção se quiser manter o controlo da modificação de qualquer " +"registo do objeto nesta regra" #. module: audittrail #: field:audittrail.rule,log_create:0 msgid "Log Creates" -msgstr "" +msgstr "Cria registo" #. module: audittrail #: help:audittrail.rule,object_id:0 msgid "Select object for which you want to generate log." -msgstr "" +msgstr "Selecione o objeto para o qual deseja gerar o registo" #. module: audittrail #: view:audittrail.log:0 @@ -213,12 +222,12 @@ msgstr "Texto com Valor Antigo : " #. module: audittrail #: field:audittrail.rule,log_workflow:0 msgid "Log Workflow" -msgstr "" +msgstr "Registo do fluxo de trabalho" #. module: audittrail #: field:audittrail.rule,log_read:0 msgid "Log Reads" -msgstr "" +msgstr "Registos Lidos" #. module: audittrail #: code:addons/audittrail/audittrail.py:76 @@ -248,6 +257,8 @@ msgid "" "Select this if you want to keep track of deletion on any record of the " "object of this rule" msgstr "" +"Selecione esta opção se quiser manter o controlo da eliminação de qualquer " +"registo do objeto nesta regra" #. module: audittrail #: view:audittrail.log:0 @@ -264,6 +275,8 @@ msgstr "ID da Ação" #: view:audittrail.rule:0 msgid "Users (if User is not added then it will applicable for all users)" msgstr "" +"Utilizadores (se o utilizador não é adicionado então será aplicável a todos " +"os utilizadores)" #. module: audittrail #: view:audittrail.rule:0 @@ -273,7 +286,7 @@ msgstr "Não Registar" #. module: audittrail #: field:audittrail.rule,log_unlink:0 msgid "Log Deletes" -msgstr "" +msgstr "Registos Eliminados" #. module: audittrail #: field:audittrail.log.line,field_description:0 @@ -283,12 +296,12 @@ msgstr "Descrição do Campo" #. module: audittrail #: view:audittrail.log:0 msgid "Search Audittrail Log" -msgstr "" +msgstr "Pesquisar Registo Audittrail" #. module: audittrail #: field:audittrail.rule,log_write:0 msgid "Log Writes" -msgstr "" +msgstr "Registos escritos" #. module: audittrail #: view:audittrail.view.log:0 @@ -313,23 +326,25 @@ msgstr "Novo Valor" #. module: audittrail #: view:audittrail.log:0 msgid "AuditTrail Logs" -msgstr "Registros da Trilha de Auditória" +msgstr "Registos da Trilha de Auditória" #. module: audittrail #: view:audittrail.rule:0 msgid "Draft Rule" -msgstr "" +msgstr "Rascunho de regra" #. module: audittrail #: model:ir.model,name:audittrail.model_audittrail_log msgid "Audittrail Log" -msgstr "" +msgstr "Registo Audittrail" #. module: audittrail #: help:audittrail.rule,log_action:0 msgid "" "Select this if you want to keep track of actions on the object of this rule" msgstr "" +"Selecione esta opção se quiser manter o controlo das ações sobre o objeto " +"nesta regra" #. module: audittrail #: view:audittrail.log:0 @@ -349,17 +364,17 @@ msgstr "Cancelar" #. module: audittrail #: model:ir.model,name:audittrail.model_audittrail_view_log msgid "View Log" -msgstr "" +msgstr "Ver o Registo" #. module: audittrail #: model:ir.model,name:audittrail.model_audittrail_log_line msgid "Log Line" -msgstr "" +msgstr "Registo da Linha" #. module: audittrail #: field:audittrail.rule,log_action:0 msgid "Log Action" -msgstr "" +msgstr "Registo da ação" #. module: audittrail #: help:audittrail.rule,log_create:0 @@ -367,6 +382,8 @@ msgid "" "Select this if you want to keep track of creation on any record of the " "object of this rule" msgstr "" +"Selecione esta opção se quiser manter o controlo da criação em qualquer " +"registo do objeto nesta regra" #~ msgid "Create" #~ msgstr "Criar" diff --git a/addons/audittrail/i18n/pt_BR.po b/addons/audittrail/i18n/pt_BR.po index 5888eadfafe..d8df4972d42 100644 --- a/addons/audittrail/i18n/pt_BR.po +++ b/addons/audittrail/i18n/pt_BR.po @@ -13,8 +13,8 @@ msgstr "" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2012-02-09 06:44+0000\n" -"X-Generator: Launchpad (build 14763)\n" +"X-Launchpad-Export-Date: 2012-07-14 06:09+0000\n" +"X-Generator: Launchpad (build 15614)\n" #. module: audittrail #: code:addons/audittrail/audittrail.py:75 diff --git a/addons/audittrail/i18n/ro.po b/addons/audittrail/i18n/ro.po index 2c20d712151..e4fdcd0e2a9 100644 --- a/addons/audittrail/i18n/ro.po +++ b/addons/audittrail/i18n/ro.po @@ -13,8 +13,8 @@ msgstr "" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2012-02-09 06:44+0000\n" -"X-Generator: Launchpad (build 14763)\n" +"X-Launchpad-Export-Date: 2012-07-14 06:09+0000\n" +"X-Generator: Launchpad (build 15614)\n" #. module: audittrail #: code:addons/audittrail/audittrail.py:75 @@ -31,7 +31,7 @@ msgstr "Jurnal" #: view:audittrail.rule:0 #: selection:audittrail.rule,state:0 msgid "Subscribed" -msgstr "Subscris" +msgstr "Abonat" #. module: audittrail #: sql_constraint:audittrail.rule:0 @@ -39,11 +39,13 @@ msgid "" "There is already a rule defined on this object\n" " You cannot define another: please edit the existing one." msgstr "" +"Exista intotdeauna o regula definita pentru acest obiect\n" +" Nu puteti defini alta: va rugam sa o editati pe cea existenta." #. module: audittrail #: view:audittrail.rule:0 msgid "Subscribed Rule" -msgstr "" +msgstr "Regula subscrisa" #. module: audittrail #: model:ir.model,name:audittrail.model_audittrail_rule @@ -55,13 +57,13 @@ msgstr "Regula pistei de audit" #: model:ir.actions.act_window,name:audittrail.action_audittrail_log_tree #: model:ir.ui.menu,name:audittrail.menu_action_audittrail_log_tree msgid "Audit Logs" -msgstr "Jurnale de audit" +msgstr "Jurnale de Audit" #. module: audittrail #: view:audittrail.log:0 #: view:audittrail.rule:0 msgid "Group By..." -msgstr "Grupare dupa..." +msgstr "Grupeaza dupa..." #. module: audittrail #: view:audittrail.rule:0 @@ -78,7 +80,7 @@ msgstr "_Abonare" #: view:audittrail.rule:0 #: selection:audittrail.rule,state:0 msgid "Draft" -msgstr "Ciornă" +msgstr "Ciorna" #. module: audittrail #: field:audittrail.log.line,old_value:0 @@ -102,22 +104,22 @@ msgstr "" #. module: audittrail #: field:audittrail.log,method:0 msgid "Method" -msgstr "Metodă" +msgstr "Metoda" #. module: audittrail #: field:audittrail.view.log,from:0 msgid "Log From" -msgstr "Formular jurnal" +msgstr "Conectati-va de la" #. module: audittrail #: field:audittrail.log.line,log:0 msgid "Log ID" -msgstr "Id jurnal" +msgstr "Id Jurnal" #. module: audittrail #: field:audittrail.log,res_id:0 msgid "Resource Id" -msgstr "Id resursă" +msgstr "Id Resursa" #. module: audittrail #: help:audittrail.rule,user_id:0 @@ -143,7 +145,7 @@ msgstr "Utilizatori" #. module: audittrail #: view:audittrail.log:0 msgid "Log Lines" -msgstr "Rânduri jurnal" +msgstr "Linii Jurnal" #. module: audittrail #: view:audittrail.log:0 @@ -155,22 +157,22 @@ msgstr "Obiect" #. module: audittrail #: view:audittrail.rule:0 msgid "AuditTrail Rule" -msgstr "Regulă traseu de audit" +msgstr "Regula Pista de auditare" #. module: audittrail #: field:audittrail.view.log,to:0 msgid "Log To" -msgstr "Jurnalizează în" +msgstr "Conectati-va la" #. module: audittrail #: view:audittrail.log:0 msgid "New Value Text: " -msgstr "Noua valoare text: " +msgstr "Noua Valoare Text: " #. module: audittrail #: view:audittrail.rule:0 msgid "Search Audittrail Rule" -msgstr "Cautare Regula pistei de audit" +msgstr "Cauta Regula Pistei de audit" #. module: audittrail #: model:ir.actions.act_window,name:audittrail.action_audittrail_rule_tree @@ -232,22 +234,23 @@ msgstr "Citire Jurnal" #: code:addons/audittrail/audittrail.py:76 #, python-format msgid "Change audittrail depends -- Setting rule as DRAFT" -msgstr "Schimbare pista de audit -- Setarea regulii drept CIORNA" +msgstr "" +"Depinde de schimbarea pistei de audit -- Setarea regulii drept CIORNA" #. module: audittrail #: field:audittrail.log,line_ids:0 msgid "Log lines" -msgstr "Rânduri jurnal" +msgstr "Linii jurnal" #. module: audittrail #: field:audittrail.log.line,field_id:0 msgid "Fields" -msgstr "Câmpuri" +msgstr "Campuri" #. module: audittrail #: view:audittrail.rule:0 msgid "AuditTrail Rules" -msgstr "Reguli traseu audit" +msgstr "Reguli pista de audit" #. module: audittrail #: help:audittrail.rule,log_unlink:0 @@ -255,8 +258,8 @@ msgid "" "Select this if you want to keep track of deletion on any record of the " "object of this rule" msgstr "" -"Selectati daca doriti sa tineti evidenta stergerii oricarei inregistrari a " -"obiectului acestei reguli" +"Selectati daca doriti sa tineti evidenta stergerii obiectului acestei reguli " +"din orice inregistrare" #. module: audittrail #: view:audittrail.log:0 @@ -267,7 +270,7 @@ msgstr "Utilizator" #. module: audittrail #: field:audittrail.rule,action_id:0 msgid "Action ID" -msgstr "ID acţiune" +msgstr "ID actiune" #. module: audittrail #: view:audittrail.rule:0 @@ -279,7 +282,7 @@ msgstr "" #. module: audittrail #: view:audittrail.rule:0 msgid "UnSubscribe" -msgstr "Revocare subscriere" +msgstr "Dezabonare" #. module: audittrail #: field:audittrail.rule,log_unlink:0 @@ -289,7 +292,7 @@ msgstr "Stergere Jurnal" #. module: audittrail #: field:audittrail.log.line,field_description:0 msgid "Field Description" -msgstr "Descriere câmp" +msgstr "Descriere camp" #. module: audittrail #: view:audittrail.log:0 @@ -304,37 +307,37 @@ msgstr "Scriere Jurnal" #. module: audittrail #: view:audittrail.view.log:0 msgid "Open Logs" -msgstr "Deschidere jurnal" +msgstr "Deschideti Jurnalele" #. module: audittrail #: field:audittrail.log.line,new_value_text:0 msgid "New value Text" -msgstr "Valoare text nouă" +msgstr "Valoare noua a textului" #. module: audittrail #: field:audittrail.rule,name:0 msgid "Rule Name" -msgstr "Nume regulă" +msgstr "Numele regulii" #. module: audittrail #: field:audittrail.log.line,new_value:0 msgid "New Value" -msgstr "Valoare nouă" +msgstr "Valoarea noua" #. module: audittrail #: view:audittrail.log:0 msgid "AuditTrail Logs" -msgstr "Jurnal trasee de audit" +msgstr "Jurnale Piste de audit" #. module: audittrail #: view:audittrail.rule:0 msgid "Draft Rule" -msgstr "" +msgstr "Regula ciorna" #. module: audittrail #: model:ir.model,name:audittrail.model_audittrail_log msgid "Audittrail Log" -msgstr "Jurnalul pistei de audit" +msgstr "Jurnalul Pistei de audit" #. module: audittrail #: help:audittrail.rule,log_action:0 @@ -347,17 +350,17 @@ msgstr "" #. module: audittrail #: view:audittrail.log:0 msgid "New Value : " -msgstr "Valoare nouă: " +msgstr "Valoarea noua: " #. module: audittrail #: field:audittrail.log.line,old_value_text:0 msgid "Old value Text" -msgstr "Valoare text veche" +msgstr "Valoarea veche a textului" #. module: audittrail #: view:audittrail.view.log:0 msgid "Cancel" -msgstr "Renunță" +msgstr "Anuleaza" #. module: audittrail #: model:ir.model,name:audittrail.model_audittrail_view_log diff --git a/addons/audittrail/i18n/ru.po b/addons/audittrail/i18n/ru.po index 8f545dac612..cf8f59a3ae2 100644 --- a/addons/audittrail/i18n/ru.po +++ b/addons/audittrail/i18n/ru.po @@ -13,8 +13,8 @@ msgstr "" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2012-02-09 06:44+0000\n" -"X-Generator: Launchpad (build 14763)\n" +"X-Launchpad-Export-Date: 2012-07-14 06:09+0000\n" +"X-Generator: Launchpad (build 15614)\n" #. module: audittrail #: code:addons/audittrail/audittrail.py:75 diff --git a/addons/audittrail/i18n/sl.po b/addons/audittrail/i18n/sl.po index 8b62277aee9..1fc5d2c7da1 100644 --- a/addons/audittrail/i18n/sl.po +++ b/addons/audittrail/i18n/sl.po @@ -13,8 +13,8 @@ msgstr "" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2012-02-09 06:44+0000\n" -"X-Generator: Launchpad (build 14763)\n" +"X-Launchpad-Export-Date: 2012-07-14 06:09+0000\n" +"X-Generator: Launchpad (build 15614)\n" #. module: audittrail #: code:addons/audittrail/audittrail.py:75 diff --git a/addons/audittrail/i18n/sq.po b/addons/audittrail/i18n/sq.po index 38c662b4f8c..f08599158e2 100644 --- a/addons/audittrail/i18n/sq.po +++ b/addons/audittrail/i18n/sq.po @@ -14,8 +14,8 @@ msgstr "" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2012-02-09 06:44+0000\n" -"X-Generator: Launchpad (build 14763)\n" +"X-Launchpad-Export-Date: 2012-07-14 06:09+0000\n" +"X-Generator: Launchpad (build 15614)\n" #. module: audittrail #: code:addons/audittrail/audittrail.py:75 diff --git a/addons/audittrail/i18n/sr@latin.po b/addons/audittrail/i18n/sr@latin.po index 86a54d576d2..48c23d83ba2 100644 --- a/addons/audittrail/i18n/sr@latin.po +++ b/addons/audittrail/i18n/sr@latin.po @@ -14,8 +14,8 @@ msgstr "" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2012-02-09 06:44+0000\n" -"X-Generator: Launchpad (build 14763)\n" +"X-Launchpad-Export-Date: 2012-07-14 06:09+0000\n" +"X-Generator: Launchpad (build 15614)\n" #. module: audittrail #: code:addons/audittrail/audittrail.py:75 diff --git a/addons/audittrail/i18n/sv.po b/addons/audittrail/i18n/sv.po index dfb72380801..7494724b00b 100644 --- a/addons/audittrail/i18n/sv.po +++ b/addons/audittrail/i18n/sv.po @@ -13,14 +13,14 @@ msgstr "" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2012-02-09 06:44+0000\n" -"X-Generator: Launchpad (build 14763)\n" +"X-Launchpad-Export-Date: 2012-07-14 06:09+0000\n" +"X-Generator: Launchpad (build 15614)\n" #. module: audittrail #: code:addons/audittrail/audittrail.py:75 #, python-format msgid "WARNING: audittrail is not part of the pool" -msgstr "" +msgstr "VARNING: verifieringskedja är inte en del av poolen" #. module: audittrail #: field:audittrail.log.line,log_id:0 @@ -31,7 +31,7 @@ msgstr "Logg" #: view:audittrail.rule:0 #: selection:audittrail.rule,state:0 msgid "Subscribed" -msgstr "" +msgstr "Prenumererad" #. module: audittrail #: sql_constraint:audittrail.rule:0 @@ -39,6 +39,8 @@ msgid "" "There is already a rule defined on this object\n" " You cannot define another: please edit the existing one." msgstr "" +"Det finns redan en regel definieras detta objekt\n" +"Du kan inte definiera en annan: Redigera det befintliga." #. module: audittrail #: view:audittrail.rule:0 @@ -67,12 +69,12 @@ msgstr "Gruppera på..." #: view:audittrail.rule:0 #: field:audittrail.rule,state:0 msgid "State" -msgstr "" +msgstr "Status" #. module: audittrail #: view:audittrail.rule:0 msgid "_Subscribe" -msgstr "" +msgstr "_Prenumerera" #. module: audittrail #: view:audittrail.rule:0 @@ -83,7 +85,7 @@ msgstr "Preliminär" #. module: audittrail #: field:audittrail.log.line,old_value:0 msgid "Old Value" -msgstr "" +msgstr "Gammalt värde" #. module: audittrail #: model:ir.actions.act_window,name:audittrail.action_audittrail_view_log @@ -105,17 +107,17 @@ msgstr "Metod" #. module: audittrail #: field:audittrail.view.log,from:0 msgid "Log From" -msgstr "" +msgstr "Logg from" #. module: audittrail #: field:audittrail.log.line,log:0 msgid "Log ID" -msgstr "" +msgstr "Logg ID" #. module: audittrail #: field:audittrail.log,res_id:0 msgid "Resource Id" -msgstr "" +msgstr "Resurs ID" #. module: audittrail #: help:audittrail.rule,user_id:0 @@ -137,7 +139,7 @@ msgstr "Användare" #. module: audittrail #: view:audittrail.log:0 msgid "Log Lines" -msgstr "" +msgstr "Loggrader" #. module: audittrail #: view:audittrail.log:0 @@ -154,7 +156,7 @@ msgstr "" #. module: audittrail #: field:audittrail.view.log,to:0 msgid "Log To" -msgstr "" +msgstr "Logga till" #. module: audittrail #: view:audittrail.log:0 @@ -180,7 +182,7 @@ msgstr "" #. module: audittrail #: field:audittrail.log,name:0 msgid "Resource Name" -msgstr "" +msgstr "Resursnamn" #. module: audittrail #: view:audittrail.log:0 @@ -229,12 +231,12 @@ msgstr "" #. module: audittrail #: field:audittrail.log,line_ids:0 msgid "Log lines" -msgstr "" +msgstr "Lograder" #. module: audittrail #: field:audittrail.log.line,field_id:0 msgid "Fields" -msgstr "" +msgstr "Fält" #. module: audittrail #: view:audittrail.rule:0 @@ -252,12 +254,12 @@ msgstr "" #: view:audittrail.log:0 #: field:audittrail.log,user_id:0 msgid "User" -msgstr "" +msgstr "Användare" #. module: audittrail #: field:audittrail.rule,action_id:0 msgid "Action ID" -msgstr "" +msgstr "Åtgärds ID" #. module: audittrail #: view:audittrail.rule:0 @@ -267,17 +269,17 @@ msgstr "" #. module: audittrail #: view:audittrail.rule:0 msgid "UnSubscribe" -msgstr "" +msgstr "Avbryt prenumeration" #. module: audittrail #: field:audittrail.rule,log_unlink:0 msgid "Log Deletes" -msgstr "" +msgstr "Logga raderingar" #. module: audittrail #: field:audittrail.log.line,field_description:0 msgid "Field Description" -msgstr "" +msgstr "Fältbeskrivning" #. module: audittrail #: view:audittrail.log:0 @@ -302,12 +304,12 @@ msgstr "" #. module: audittrail #: field:audittrail.rule,name:0 msgid "Rule Name" -msgstr "" +msgstr "Regelnamn" #. module: audittrail #: field:audittrail.log.line,new_value:0 msgid "New Value" -msgstr "" +msgstr "Nytt värde" #. module: audittrail #: view:audittrail.log:0 @@ -343,22 +345,22 @@ msgstr "" #. module: audittrail #: view:audittrail.view.log:0 msgid "Cancel" -msgstr "" +msgstr "Avbryt" #. module: audittrail #: model:ir.model,name:audittrail.model_audittrail_view_log msgid "View Log" -msgstr "" +msgstr "Visa logg" #. module: audittrail #: model:ir.model,name:audittrail.model_audittrail_log_line msgid "Log Line" -msgstr "" +msgstr "Loggrad" #. module: audittrail #: field:audittrail.rule,log_action:0 msgid "Log Action" -msgstr "" +msgstr "Loggåtgärd" #. module: audittrail #: help:audittrail.rule,log_create:0 diff --git a/addons/audittrail/i18n/tlh.po b/addons/audittrail/i18n/tlh.po index 61a9b8429d4..a50bf34806d 100644 --- a/addons/audittrail/i18n/tlh.po +++ b/addons/audittrail/i18n/tlh.po @@ -13,8 +13,8 @@ msgstr "" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2012-02-09 06:44+0000\n" -"X-Generator: Launchpad (build 14763)\n" +"X-Launchpad-Export-Date: 2012-07-14 06:09+0000\n" +"X-Generator: Launchpad (build 15614)\n" #. module: audittrail #: code:addons/audittrail/audittrail.py:75 diff --git a/addons/audittrail/i18n/tr.po b/addons/audittrail/i18n/tr.po index ee642215f4c..969345a8b48 100644 --- a/addons/audittrail/i18n/tr.po +++ b/addons/audittrail/i18n/tr.po @@ -13,8 +13,8 @@ msgstr "" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2012-02-09 06:44+0000\n" -"X-Generator: Launchpad (build 14763)\n" +"X-Launchpad-Export-Date: 2012-07-14 06:09+0000\n" +"X-Generator: Launchpad (build 15614)\n" #. module: audittrail #: code:addons/audittrail/audittrail.py:75 diff --git a/addons/audittrail/i18n/uk.po b/addons/audittrail/i18n/uk.po index 871d72b6b43..5734f722ae4 100644 --- a/addons/audittrail/i18n/uk.po +++ b/addons/audittrail/i18n/uk.po @@ -13,8 +13,8 @@ msgstr "" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2012-02-09 06:44+0000\n" -"X-Generator: Launchpad (build 14763)\n" +"X-Launchpad-Export-Date: 2012-07-14 06:09+0000\n" +"X-Generator: Launchpad (build 15614)\n" #. module: audittrail #: code:addons/audittrail/audittrail.py:75 diff --git a/addons/audittrail/i18n/vi.po b/addons/audittrail/i18n/vi.po index c6e0b64d2f4..3b62a30e76f 100644 --- a/addons/audittrail/i18n/vi.po +++ b/addons/audittrail/i18n/vi.po @@ -14,8 +14,8 @@ msgstr "" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2012-02-09 06:44+0000\n" -"X-Generator: Launchpad (build 14763)\n" +"X-Launchpad-Export-Date: 2012-07-14 06:09+0000\n" +"X-Generator: Launchpad (build 15614)\n" #. module: audittrail #: code:addons/audittrail/audittrail.py:75 diff --git a/addons/audittrail/i18n/zh_CN.po b/addons/audittrail/i18n/zh_CN.po index 9532e1f3d3b..5e0b3433d56 100644 --- a/addons/audittrail/i18n/zh_CN.po +++ b/addons/audittrail/i18n/zh_CN.po @@ -13,8 +13,8 @@ msgstr "" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2012-02-09 06:44+0000\n" -"X-Generator: Launchpad (build 14763)\n" +"X-Launchpad-Export-Date: 2012-07-14 06:09+0000\n" +"X-Generator: Launchpad (build 15614)\n" #. module: audittrail #: code:addons/audittrail/audittrail.py:75 diff --git a/addons/audittrail/i18n/zh_TW.po b/addons/audittrail/i18n/zh_TW.po index d72d6cf9065..7ad5f0751c2 100644 --- a/addons/audittrail/i18n/zh_TW.po +++ b/addons/audittrail/i18n/zh_TW.po @@ -13,8 +13,8 @@ msgstr "" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2012-02-09 06:44+0000\n" -"X-Generator: Launchpad (build 14763)\n" +"X-Launchpad-Export-Date: 2012-07-14 06:09+0000\n" +"X-Generator: Launchpad (build 15614)\n" #. module: audittrail #: code:addons/audittrail/audittrail.py:75 diff --git a/addons/auth_openid/i18n/ar.po b/addons/auth_openid/i18n/ar.po index a36f5ea011d..a51a49e7785 100644 --- a/addons/auth_openid/i18n/ar.po +++ b/addons/auth_openid/i18n/ar.po @@ -14,8 +14,8 @@ msgstr "" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2012-04-07 04:56+0000\n" -"X-Generator: Launchpad (build 15060)\n" +"X-Launchpad-Export-Date: 2012-07-14 06:27+0000\n" +"X-Generator: Launchpad (build 15614)\n" #. #-#-#-#-# auth_openid.pot (OpenERP Server 6.1rc1) #-#-#-#-# #. module: auth_openid diff --git a/addons/auth_openid/i18n/de.po b/addons/auth_openid/i18n/de.po index b003a108a3c..3fca437248e 100644 --- a/addons/auth_openid/i18n/de.po +++ b/addons/auth_openid/i18n/de.po @@ -15,8 +15,8 @@ msgstr "" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2012-02-16 05:07+0000\n" -"X-Generator: Launchpad (build 14781)\n" +"X-Launchpad-Export-Date: 2012-07-14 06:27+0000\n" +"X-Generator: Launchpad (build 15614)\n" #. #-#-#-#-# auth_openid.pot (OpenERP Server 6.1rc1) #-#-#-#-# #. module: auth_openid @@ -39,17 +39,19 @@ msgstr "OpenID URL" #. module: auth_openid #: help:res.users,openid_email:0 msgid "Used for disambiguation in case of a shared OpenID URL" -msgstr "Wird zur Begriffsklärung im Falle einer gemeinsamen OpenID-URL" +msgstr "" +"Wird zur Auflösung von Mehrdeutigkeiten im Falle einer gemeinsamen OpenID-" +"URL verwendet" #. module: auth_openid #: sql_constraint:res.users:0 msgid "You can not have two users with the same login !" -msgstr "Sie können nicht zwei gleichzeitige Benutzeranmeldungen haben!" +msgstr "Zwei Benuzter dürfen nicht den gleichen Benutzernamen verwenden!" #. module: auth_openid #: field:res.users,openid_email:0 msgid "OpenID Email" -msgstr "" +msgstr "OpenID EMail" #. module: auth_openid #: constraint:res.users:0 @@ -66,12 +68,12 @@ msgstr "" #. module: auth_openid #: model:ir.model,name:auth_openid.model_res_users msgid "res.users" -msgstr "" +msgstr "res.users" #. openerp-web #: /home/odo/repositories/addons/trunk/auth_openid/static/src/xml/auth_openid.xml:8 msgid "Password" -msgstr "Passwort" +msgstr "Kennwort" #. openerp-web #: /home/odo/repositories/addons/trunk/auth_openid/static/src/xml/auth_openid.xml:9 @@ -82,12 +84,12 @@ msgstr "Google" #. openerp-web #: /home/odo/repositories/addons/trunk/auth_openid/static/src/xml/auth_openid.xml:10 msgid "Google Apps" -msgstr "" +msgstr "Google Apps" #. openerp-web #: /home/odo/repositories/addons/trunk/auth_openid/static/src/xml/auth_openid.xml:11 msgid "Launchpad" -msgstr "" +msgstr "Launchpad" #. openerp-web #: /home/odo/repositories/addons/trunk/auth_openid/static/src/xml/auth_openid.xml:20 @@ -97,12 +99,12 @@ msgstr "" #. openerp-web #: /home/odo/repositories/addons/trunk/auth_openid/static/src/xml/auth_openid.xml:24 msgid "Username:" -msgstr "" +msgstr "Benutzername:" #. openerp-web #: /home/odo/repositories/addons/trunk/auth_openid/static/src/xml/auth_openid.xml:28 msgid "OpenID URL:" -msgstr "" +msgstr "OpenID URL:" #. openerp-web #: /home/odo/repositories/addons/trunk/auth_openid/static/src/xml/auth_openid.xml:35 @@ -112,4 +114,4 @@ msgstr "" #. openerp-web #: /home/odo/repositories/addons/trunk/auth_openid/static/src/xml/auth_openid.xml:41 msgid "Username" -msgstr "" +msgstr "Benutzername" diff --git a/addons/auth_openid/i18n/es.po b/addons/auth_openid/i18n/es.po index 91a25cf1913..2ff983970bd 100644 --- a/addons/auth_openid/i18n/es.po +++ b/addons/auth_openid/i18n/es.po @@ -14,8 +14,8 @@ msgstr "" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2012-02-11 05:09+0000\n" -"X-Generator: Launchpad (build 14771)\n" +"X-Launchpad-Export-Date: 2012-07-14 06:27+0000\n" +"X-Generator: Launchpad (build 15614)\n" #. #-#-#-#-# auth_openid.pot (OpenERP Server 6.1rc1) #-#-#-#-# #. module: auth_openid diff --git a/addons/auth_openid/i18n/es_CR.po b/addons/auth_openid/i18n/es_CR.po index c08e5928a2d..c41abf0b9f8 100644 --- a/addons/auth_openid/i18n/es_CR.po +++ b/addons/auth_openid/i18n/es_CR.po @@ -9,13 +9,13 @@ msgstr "" "Report-Msgid-Bugs-To: FULL NAME \n" "POT-Creation-Date: 2012-02-08 01:37+0100\n" "PO-Revision-Date: 2012-02-15 16:48+0000\n" -"Last-Translator: Freddy Gonzalez \n" +"Last-Translator: Freddy Gonzalez \n" "Language-Team: Spanish (Costa Rica) \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2012-02-16 05:07+0000\n" -"X-Generator: Launchpad (build 14781)\n" +"X-Launchpad-Export-Date: 2012-07-14 06:27+0000\n" +"X-Generator: Launchpad (build 15614)\n" #. #-#-#-#-# auth_openid.pot (OpenERP Server 6.1rc1) #-#-#-#-# #. module: auth_openid diff --git a/addons/auth_openid/i18n/fi.po b/addons/auth_openid/i18n/fi.po index 64b8bf42ca7..5bfe2a9c6a8 100644 --- a/addons/auth_openid/i18n/fi.po +++ b/addons/auth_openid/i18n/fi.po @@ -14,8 +14,8 @@ msgstr "" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2012-03-31 05:09+0000\n" -"X-Generator: Launchpad (build 15032)\n" +"X-Launchpad-Export-Date: 2012-07-14 06:27+0000\n" +"X-Generator: Launchpad (build 15614)\n" #. #-#-#-#-# auth_openid.pot (OpenERP Server 6.1rc1) #-#-#-#-# #. module: auth_openid diff --git a/addons/auth_openid/i18n/fr.po b/addons/auth_openid/i18n/fr.po index ca4f6039db4..a71aa67df66 100644 --- a/addons/auth_openid/i18n/fr.po +++ b/addons/auth_openid/i18n/fr.po @@ -14,8 +14,8 @@ msgstr "" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2012-02-23 04:39+0000\n" -"X-Generator: Launchpad (build 14855)\n" +"X-Launchpad-Export-Date: 2012-07-14 06:27+0000\n" +"X-Generator: Launchpad (build 15614)\n" #. #-#-#-#-# auth_openid.pot (OpenERP Server 6.1rc1) #-#-#-#-# #. module: auth_openid @@ -24,7 +24,7 @@ msgstr "" #: view:res.users:0 #: /home/odo/repositories/addons/trunk/auth_openid/static/src/xml/auth_openid.xml:12 msgid "OpenID" -msgstr "" +msgstr "OpenID" #. #-#-#-#-# auth_openid.pot (OpenERP Server 6.1rc1) #-#-#-#-# #. module: auth_openid @@ -33,80 +33,80 @@ msgstr "" #: field:res.users,openid_url:0 #: /home/odo/repositories/addons/trunk/auth_openid/static/src/xml/auth_openid.xml:47 msgid "OpenID URL" -msgstr "" +msgstr "URL OpenID" #. module: auth_openid #: help:res.users,openid_email:0 msgid "Used for disambiguation in case of a shared OpenID URL" -msgstr "" +msgstr "Utilisé pour rendre non équivoque une URL OpenID partagée" #. module: auth_openid #: sql_constraint:res.users:0 msgid "You can not have two users with the same login !" -msgstr "" +msgstr "Vous ne pouvez pas avoir deux utilisateurs avec le même login !" #. module: auth_openid #: field:res.users,openid_email:0 msgid "OpenID Email" -msgstr "" +msgstr "Courriel OpenID" #. module: auth_openid #: constraint:res.users:0 msgid "The chosen company is not in the allowed companies for this user" -msgstr "" +msgstr "La société choisie n'est pas autorisée pour cet utilisateur." #. module: auth_openid #: field:res.users,openid_key:0 msgid "OpenID Key" -msgstr "" +msgstr "Clé OpenID" #. module: auth_openid #: model:ir.model,name:auth_openid.model_res_users msgid "res.users" -msgstr "" +msgstr "res.users" #. openerp-web #: /home/odo/repositories/addons/trunk/auth_openid/static/src/xml/auth_openid.xml:8 msgid "Password" -msgstr "" +msgstr "Mot de passe" #. openerp-web #: /home/odo/repositories/addons/trunk/auth_openid/static/src/xml/auth_openid.xml:9 #: /home/odo/repositories/addons/trunk/auth_openid/static/src/xml/auth_openid.xml:10 msgid "Google" -msgstr "" +msgstr "Google" #. openerp-web #: /home/odo/repositories/addons/trunk/auth_openid/static/src/xml/auth_openid.xml:10 msgid "Google Apps" -msgstr "" +msgstr "Google Apps" #. openerp-web #: /home/odo/repositories/addons/trunk/auth_openid/static/src/xml/auth_openid.xml:11 msgid "Launchpad" -msgstr "" +msgstr "Launchpad" #. openerp-web #: /home/odo/repositories/addons/trunk/auth_openid/static/src/xml/auth_openid.xml:20 msgid "Google Apps Domain:" -msgstr "" +msgstr "Domaine Google Apps :" #. openerp-web #: /home/odo/repositories/addons/trunk/auth_openid/static/src/xml/auth_openid.xml:24 msgid "Username:" -msgstr "" +msgstr "Nom d'utilisateur :" #. openerp-web #: /home/odo/repositories/addons/trunk/auth_openid/static/src/xml/auth_openid.xml:28 msgid "OpenID URL:" -msgstr "" +msgstr "Adresse URL OpenID :" #. openerp-web #: /home/odo/repositories/addons/trunk/auth_openid/static/src/xml/auth_openid.xml:35 msgid "Google Apps Domain" -msgstr "" +msgstr "Domaine Google Apps" #. openerp-web #: /home/odo/repositories/addons/trunk/auth_openid/static/src/xml/auth_openid.xml:41 msgid "Username" -msgstr "" +msgstr "Nom d'utilisateur" diff --git a/addons/auth_openid/i18n/gu.po b/addons/auth_openid/i18n/gu.po index 20022b1dfa6..4456153a6db 100644 --- a/addons/auth_openid/i18n/gu.po +++ b/addons/auth_openid/i18n/gu.po @@ -14,8 +14,8 @@ msgstr "" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2012-06-01 05:33+0000\n" -"X-Generator: Launchpad (build 15342)\n" +"X-Launchpad-Export-Date: 2012-07-14 06:27+0000\n" +"X-Generator: Launchpad (build 15614)\n" #. #-#-#-#-# auth_openid.pot (OpenERP Server 6.1rc1) #-#-#-#-# #. module: auth_openid diff --git a/addons/auth_openid/i18n/ja.po b/addons/auth_openid/i18n/ja.po index b1ef2ae3a99..02b0fd84e1c 100644 --- a/addons/auth_openid/i18n/ja.po +++ b/addons/auth_openid/i18n/ja.po @@ -14,8 +14,8 @@ msgstr "" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2012-05-20 04:38+0000\n" -"X-Generator: Launchpad (build 15259)\n" +"X-Launchpad-Export-Date: 2012-07-14 06:27+0000\n" +"X-Generator: Launchpad (build 15614)\n" #. #-#-#-#-# auth_openid.pot (OpenERP Server 6.1rc1) #-#-#-#-# #. module: auth_openid diff --git a/addons/auth_openid/i18n/nl.po b/addons/auth_openid/i18n/nl.po index cf423a36420..b5c7934ecaf 100644 --- a/addons/auth_openid/i18n/nl.po +++ b/addons/auth_openid/i18n/nl.po @@ -14,8 +14,8 @@ msgstr "" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2012-02-13 04:50+0000\n" -"X-Generator: Launchpad (build 14781)\n" +"X-Launchpad-Export-Date: 2012-07-14 06:27+0000\n" +"X-Generator: Launchpad (build 15614)\n" #. #-#-#-#-# auth_openid.pot (OpenERP Server 6.1rc1) #-#-#-#-# #. module: auth_openid diff --git a/addons/auth_openid/i18n/pt.po b/addons/auth_openid/i18n/pt.po index ceea02965de..bf73f02b625 100644 --- a/addons/auth_openid/i18n/pt.po +++ b/addons/auth_openid/i18n/pt.po @@ -14,8 +14,8 @@ msgstr "" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2012-06-06 04:37+0000\n" -"X-Generator: Launchpad (build 15353)\n" +"X-Launchpad-Export-Date: 2012-07-14 06:27+0000\n" +"X-Generator: Launchpad (build 15614)\n" #. #-#-#-#-# auth_openid.pot (OpenERP Server 6.1rc1) #-#-#-#-# #. module: auth_openid @@ -39,6 +39,7 @@ msgstr "OpenID URL" #: help:res.users,openid_email:0 msgid "Used for disambiguation in case of a shared OpenID URL" msgstr "" +"Utilizado para desambiguação no caso de um endereço OpenID partilhado" #. module: auth_openid #: sql_constraint:res.users:0 diff --git a/addons/auth_openid/i18n/pt_BR.po b/addons/auth_openid/i18n/pt_BR.po index 304124521c2..2b815195e90 100644 --- a/addons/auth_openid/i18n/pt_BR.po +++ b/addons/auth_openid/i18n/pt_BR.po @@ -14,8 +14,8 @@ msgstr "" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2012-02-17 05:02+0000\n" -"X-Generator: Launchpad (build 14814)\n" +"X-Launchpad-Export-Date: 2012-07-14 06:27+0000\n" +"X-Generator: Launchpad (build 15614)\n" #. #-#-#-#-# auth_openid.pot (OpenERP Server 6.1rc1) #-#-#-#-# #. module: auth_openid diff --git a/addons/auth_openid/i18n/ro.po b/addons/auth_openid/i18n/ro.po index b239f88da35..c811f101779 100644 --- a/addons/auth_openid/i18n/ro.po +++ b/addons/auth_openid/i18n/ro.po @@ -14,8 +14,8 @@ msgstr "" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2012-05-24 11:09+0000\n" -"X-Generator: Launchpad (build 15288)\n" +"X-Launchpad-Export-Date: 2012-07-14 06:27+0000\n" +"X-Generator: Launchpad (build 15614)\n" #. #-#-#-#-# auth_openid.pot (OpenERP Server 6.1rc1) #-#-#-#-# #. module: auth_openid diff --git a/addons/auth_openid/i18n/sk.po b/addons/auth_openid/i18n/sk.po index e776a7734da..6acd73f1650 100644 --- a/addons/auth_openid/i18n/sk.po +++ b/addons/auth_openid/i18n/sk.po @@ -14,8 +14,8 @@ msgstr "" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2012-06-10 04:37+0000\n" -"X-Generator: Launchpad (build 15376)\n" +"X-Launchpad-Export-Date: 2012-07-14 06:27+0000\n" +"X-Generator: Launchpad (build 15614)\n" #. #-#-#-#-# auth_openid.pot (OpenERP Server 6.1rc1) #-#-#-#-# #. module: auth_openid diff --git a/addons/auth_openid/i18n/sr@latin.po b/addons/auth_openid/i18n/sr@latin.po index e1b4ca7b911..8bb1472ec23 100644 --- a/addons/auth_openid/i18n/sr@latin.po +++ b/addons/auth_openid/i18n/sr@latin.po @@ -14,8 +14,8 @@ msgstr "" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2012-04-06 04:37+0000\n" -"X-Generator: Launchpad (build 15060)\n" +"X-Launchpad-Export-Date: 2012-07-14 06:27+0000\n" +"X-Generator: Launchpad (build 15614)\n" #. #-#-#-#-# auth_openid.pot (OpenERP Server 6.1rc1) #-#-#-#-# #. module: auth_openid diff --git a/addons/auth_openid/i18n/sv.po b/addons/auth_openid/i18n/sv.po index c89dcfe9d9e..f1e3f43e90b 100644 --- a/addons/auth_openid/i18n/sv.po +++ b/addons/auth_openid/i18n/sv.po @@ -14,8 +14,8 @@ msgstr "" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2012-06-05 04:54+0000\n" -"X-Generator: Launchpad (build 15353)\n" +"X-Launchpad-Export-Date: 2012-07-14 06:27+0000\n" +"X-Generator: Launchpad (build 15614)\n" #. #-#-#-#-# auth_openid.pot (OpenERP Server 6.1rc1) #-#-#-#-# #. module: auth_openid diff --git a/addons/auth_openid/i18n/tr.po b/addons/auth_openid/i18n/tr.po index 02657f89252..21536044765 100644 --- a/addons/auth_openid/i18n/tr.po +++ b/addons/auth_openid/i18n/tr.po @@ -14,8 +14,8 @@ msgstr "" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2012-02-10 04:50+0000\n" -"X-Generator: Launchpad (build 14771)\n" +"X-Launchpad-Export-Date: 2012-07-14 06:27+0000\n" +"X-Generator: Launchpad (build 15614)\n" #. #-#-#-#-# auth_openid.pot (OpenERP Server 6.1rc1) #-#-#-#-# #. module: auth_openid diff --git a/addons/auth_openid/i18n/zh_CN.po b/addons/auth_openid/i18n/zh_CN.po index 8938b1e218a..579508c374a 100644 --- a/addons/auth_openid/i18n/zh_CN.po +++ b/addons/auth_openid/i18n/zh_CN.po @@ -14,8 +14,8 @@ msgstr "" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2012-02-11 05:09+0000\n" -"X-Generator: Launchpad (build 14771)\n" +"X-Launchpad-Export-Date: 2012-07-14 06:27+0000\n" +"X-Generator: Launchpad (build 15614)\n" #. #-#-#-#-# auth_openid.pot (OpenERP Server 6.1rc1) #-#-#-#-# #. module: auth_openid diff --git a/addons/base_action_rule/i18n/ar.po b/addons/base_action_rule/i18n/ar.po index ffa14e16d39..b193a533f2e 100644 --- a/addons/base_action_rule/i18n/ar.po +++ b/addons/base_action_rule/i18n/ar.po @@ -14,8 +14,8 @@ msgstr "" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2012-06-28 04:39+0000\n" -"X-Generator: Launchpad (build 15505)\n" +"X-Launchpad-Export-Date: 2012-07-14 06:23+0000\n" +"X-Generator: Launchpad (build 15614)\n" #. module: base_action_rule #: help:base.action.rule,act_mail_to_user:0 diff --git a/addons/base_action_rule/i18n/bg.po b/addons/base_action_rule/i18n/bg.po index 65175f9f607..6a7e0166b90 100644 --- a/addons/base_action_rule/i18n/bg.po +++ b/addons/base_action_rule/i18n/bg.po @@ -14,8 +14,8 @@ msgstr "" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2012-06-28 04:39+0000\n" -"X-Generator: Launchpad (build 15505)\n" +"X-Launchpad-Export-Date: 2012-07-14 06:23+0000\n" +"X-Generator: Launchpad (build 15614)\n" #. module: base_action_rule #: help:base.action.rule,act_mail_to_user:0 diff --git a/addons/base_action_rule/i18n/bs.po b/addons/base_action_rule/i18n/bs.po index f6d8bb8e743..f5835fe12d1 100644 --- a/addons/base_action_rule/i18n/bs.po +++ b/addons/base_action_rule/i18n/bs.po @@ -14,8 +14,8 @@ msgstr "" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2012-06-28 04:39+0000\n" -"X-Generator: Launchpad (build 15505)\n" +"X-Launchpad-Export-Date: 2012-07-14 06:23+0000\n" +"X-Generator: Launchpad (build 15614)\n" #. module: base_action_rule #: help:base.action.rule,act_mail_to_user:0 diff --git a/addons/base_action_rule/i18n/ca.po b/addons/base_action_rule/i18n/ca.po index 4758ba0bee3..5928131a0ba 100644 --- a/addons/base_action_rule/i18n/ca.po +++ b/addons/base_action_rule/i18n/ca.po @@ -14,8 +14,8 @@ msgstr "" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2012-06-28 04:39+0000\n" -"X-Generator: Launchpad (build 15505)\n" +"X-Launchpad-Export-Date: 2012-07-14 06:23+0000\n" +"X-Generator: Launchpad (build 15614)\n" #. module: base_action_rule #: help:base.action.rule,act_mail_to_user:0 diff --git a/addons/base_action_rule/i18n/da.po b/addons/base_action_rule/i18n/da.po index 60cadce5714..e3d001ea37e 100644 --- a/addons/base_action_rule/i18n/da.po +++ b/addons/base_action_rule/i18n/da.po @@ -14,8 +14,8 @@ msgstr "" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2012-06-28 04:39+0000\n" -"X-Generator: Launchpad (build 15505)\n" +"X-Launchpad-Export-Date: 2012-07-14 06:23+0000\n" +"X-Generator: Launchpad (build 15614)\n" #. module: base_action_rule #: help:base.action.rule,act_mail_to_user:0 diff --git a/addons/base_action_rule/i18n/de.po b/addons/base_action_rule/i18n/de.po index fdfbfd021f4..4b01588f666 100644 --- a/addons/base_action_rule/i18n/de.po +++ b/addons/base_action_rule/i18n/de.po @@ -13,8 +13,8 @@ msgstr "" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2012-06-28 04:39+0000\n" -"X-Generator: Launchpad (build 15505)\n" +"X-Launchpad-Export-Date: 2012-07-14 06:23+0000\n" +"X-Generator: Launchpad (build 15614)\n" #. module: base_action_rule #: help:base.action.rule,act_mail_to_user:0 diff --git a/addons/base_action_rule/i18n/el.po b/addons/base_action_rule/i18n/el.po index cb70ea7aa4d..c2a1af74290 100644 --- a/addons/base_action_rule/i18n/el.po +++ b/addons/base_action_rule/i18n/el.po @@ -14,8 +14,8 @@ msgstr "" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2012-06-28 04:39+0000\n" -"X-Generator: Launchpad (build 15505)\n" +"X-Launchpad-Export-Date: 2012-07-14 06:23+0000\n" +"X-Generator: Launchpad (build 15614)\n" #. module: base_action_rule #: help:base.action.rule,act_mail_to_user:0 diff --git a/addons/base_action_rule/i18n/es.po b/addons/base_action_rule/i18n/es.po index 02ba275ca89..f7f907ce26e 100644 --- a/addons/base_action_rule/i18n/es.po +++ b/addons/base_action_rule/i18n/es.po @@ -15,8 +15,8 @@ msgstr "" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2012-06-28 04:40+0000\n" -"X-Generator: Launchpad (build 15505)\n" +"X-Launchpad-Export-Date: 2012-07-14 06:23+0000\n" +"X-Generator: Launchpad (build 15614)\n" #. module: base_action_rule #: help:base.action.rule,act_mail_to_user:0 diff --git a/addons/base_action_rule/i18n/es_CR.po b/addons/base_action_rule/i18n/es_CR.po index 29831a5edd3..319c82ea3a5 100644 --- a/addons/base_action_rule/i18n/es_CR.po +++ b/addons/base_action_rule/i18n/es_CR.po @@ -15,8 +15,8 @@ msgstr "" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2012-06-28 04:40+0000\n" -"X-Generator: Launchpad (build 15505)\n" +"X-Launchpad-Export-Date: 2012-07-14 06:23+0000\n" +"X-Generator: Launchpad (build 15614)\n" "Language: es\n" #. module: base_action_rule diff --git a/addons/base_action_rule/i18n/es_EC.po b/addons/base_action_rule/i18n/es_EC.po index b740c070618..efaf339dbe3 100644 --- a/addons/base_action_rule/i18n/es_EC.po +++ b/addons/base_action_rule/i18n/es_EC.po @@ -14,8 +14,8 @@ msgstr "" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2012-06-28 04:40+0000\n" -"X-Generator: Launchpad (build 15505)\n" +"X-Launchpad-Export-Date: 2012-07-14 06:23+0000\n" +"X-Generator: Launchpad (build 15614)\n" #. module: base_action_rule #: help:base.action.rule,act_mail_to_user:0 diff --git a/addons/base_action_rule/i18n/es_PY.po b/addons/base_action_rule/i18n/es_PY.po index 2b8ccaac91d..30d9897421b 100644 --- a/addons/base_action_rule/i18n/es_PY.po +++ b/addons/base_action_rule/i18n/es_PY.po @@ -14,8 +14,8 @@ msgstr "" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2012-06-28 04:40+0000\n" -"X-Generator: Launchpad (build 15505)\n" +"X-Launchpad-Export-Date: 2012-07-14 06:23+0000\n" +"X-Generator: Launchpad (build 15614)\n" #. module: base_action_rule #: help:base.action.rule,act_mail_to_user:0 diff --git a/addons/base_action_rule/i18n/fa.po b/addons/base_action_rule/i18n/fa.po index 75fc2cc2279..02dea94e915 100644 --- a/addons/base_action_rule/i18n/fa.po +++ b/addons/base_action_rule/i18n/fa.po @@ -14,8 +14,8 @@ msgstr "" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2012-06-28 04:39+0000\n" -"X-Generator: Launchpad (build 15505)\n" +"X-Launchpad-Export-Date: 2012-07-14 06:23+0000\n" +"X-Generator: Launchpad (build 15614)\n" #. module: base_action_rule #: help:base.action.rule,act_mail_to_user:0 diff --git a/addons/base_action_rule/i18n/fi.po b/addons/base_action_rule/i18n/fi.po index 461a0d399b7..b4405f84932 100644 --- a/addons/base_action_rule/i18n/fi.po +++ b/addons/base_action_rule/i18n/fi.po @@ -14,8 +14,8 @@ msgstr "" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2012-06-28 04:39+0000\n" -"X-Generator: Launchpad (build 15505)\n" +"X-Launchpad-Export-Date: 2012-07-14 06:23+0000\n" +"X-Generator: Launchpad (build 15614)\n" #. module: base_action_rule #: help:base.action.rule,act_mail_to_user:0 diff --git a/addons/base_action_rule/i18n/fr.po b/addons/base_action_rule/i18n/fr.po index 0a3d8a1cac1..7bd3f20dc28 100644 --- a/addons/base_action_rule/i18n/fr.po +++ b/addons/base_action_rule/i18n/fr.po @@ -14,8 +14,8 @@ msgstr "" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2012-06-28 04:39+0000\n" -"X-Generator: Launchpad (build 15505)\n" +"X-Launchpad-Export-Date: 2012-07-14 06:23+0000\n" +"X-Generator: Launchpad (build 15614)\n" #. module: base_action_rule #: help:base.action.rule,act_mail_to_user:0 diff --git a/addons/base_action_rule/i18n/gl.po b/addons/base_action_rule/i18n/gl.po index 93fd06edf22..47d85575b6a 100644 --- a/addons/base_action_rule/i18n/gl.po +++ b/addons/base_action_rule/i18n/gl.po @@ -14,8 +14,8 @@ msgstr "" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2012-06-28 04:39+0000\n" -"X-Generator: Launchpad (build 15505)\n" +"X-Launchpad-Export-Date: 2012-07-14 06:23+0000\n" +"X-Generator: Launchpad (build 15614)\n" #. module: base_action_rule #: help:base.action.rule,act_mail_to_user:0 diff --git a/addons/base_action_rule/i18n/gu.po b/addons/base_action_rule/i18n/gu.po index 64de67c903f..442e4d2f3fb 100644 --- a/addons/base_action_rule/i18n/gu.po +++ b/addons/base_action_rule/i18n/gu.po @@ -14,8 +14,8 @@ msgstr "" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2012-06-28 04:39+0000\n" -"X-Generator: Launchpad (build 15505)\n" +"X-Launchpad-Export-Date: 2012-07-14 06:23+0000\n" +"X-Generator: Launchpad (build 15614)\n" #. module: base_action_rule #: help:base.action.rule,act_mail_to_user:0 diff --git a/addons/base_action_rule/i18n/hr.po b/addons/base_action_rule/i18n/hr.po index 6bc267af06f..84e220c2983 100644 --- a/addons/base_action_rule/i18n/hr.po +++ b/addons/base_action_rule/i18n/hr.po @@ -13,8 +13,8 @@ msgstr "" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2012-06-28 04:40+0000\n" -"X-Generator: Launchpad (build 15505)\n" +"X-Launchpad-Export-Date: 2012-07-14 06:23+0000\n" +"X-Generator: Launchpad (build 15614)\n" #. module: base_action_rule #: help:base.action.rule,act_mail_to_user:0 diff --git a/addons/base_action_rule/i18n/hu.po b/addons/base_action_rule/i18n/hu.po index 8991306d89b..091bd84773a 100644 --- a/addons/base_action_rule/i18n/hu.po +++ b/addons/base_action_rule/i18n/hu.po @@ -14,8 +14,8 @@ msgstr "" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2012-06-28 04:39+0000\n" -"X-Generator: Launchpad (build 15505)\n" +"X-Launchpad-Export-Date: 2012-07-14 06:23+0000\n" +"X-Generator: Launchpad (build 15614)\n" #. module: base_action_rule #: help:base.action.rule,act_mail_to_user:0 diff --git a/addons/base_action_rule/i18n/it.po b/addons/base_action_rule/i18n/it.po index 9ba91b1fead..acf58dc05ff 100644 --- a/addons/base_action_rule/i18n/it.po +++ b/addons/base_action_rule/i18n/it.po @@ -14,8 +14,8 @@ msgstr "" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2012-06-28 04:39+0000\n" -"X-Generator: Launchpad (build 15505)\n" +"X-Launchpad-Export-Date: 2012-07-14 06:23+0000\n" +"X-Generator: Launchpad (build 15614)\n" #. module: base_action_rule #: help:base.action.rule,act_mail_to_user:0 diff --git a/addons/base_action_rule/i18n/ja.po b/addons/base_action_rule/i18n/ja.po index 7462f5a06b6..aa6b3e1d44f 100644 --- a/addons/base_action_rule/i18n/ja.po +++ b/addons/base_action_rule/i18n/ja.po @@ -14,8 +14,8 @@ msgstr "" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2012-07-08 04:41+0000\n" -"X-Generator: Launchpad (build 15558)\n" +"X-Launchpad-Export-Date: 2012-07-14 06:23+0000\n" +"X-Generator: Launchpad (build 15614)\n" #. module: base_action_rule #: help:base.action.rule,act_mail_to_user:0 diff --git a/addons/base_action_rule/i18n/lt.po b/addons/base_action_rule/i18n/lt.po index bdb426cf798..c4b97bfa690 100644 --- a/addons/base_action_rule/i18n/lt.po +++ b/addons/base_action_rule/i18n/lt.po @@ -14,8 +14,8 @@ msgstr "" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2012-06-28 04:39+0000\n" -"X-Generator: Launchpad (build 15505)\n" +"X-Launchpad-Export-Date: 2012-07-14 06:23+0000\n" +"X-Generator: Launchpad (build 15614)\n" #. module: base_action_rule #: help:base.action.rule,act_mail_to_user:0 diff --git a/addons/base_action_rule/i18n/lv.po b/addons/base_action_rule/i18n/lv.po index 9d90296ba3d..8370a67af44 100644 --- a/addons/base_action_rule/i18n/lv.po +++ b/addons/base_action_rule/i18n/lv.po @@ -14,8 +14,8 @@ msgstr "" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2012-06-28 04:39+0000\n" -"X-Generator: Launchpad (build 15505)\n" +"X-Launchpad-Export-Date: 2012-07-14 06:23+0000\n" +"X-Generator: Launchpad (build 15614)\n" #. module: base_action_rule #: help:base.action.rule,act_mail_to_user:0 diff --git a/addons/base_action_rule/i18n/mn.po b/addons/base_action_rule/i18n/mn.po index 5a6ec729eb2..5a040dd6f8e 100644 --- a/addons/base_action_rule/i18n/mn.po +++ b/addons/base_action_rule/i18n/mn.po @@ -14,8 +14,8 @@ msgstr "" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2012-06-28 04:39+0000\n" -"X-Generator: Launchpad (build 15505)\n" +"X-Launchpad-Export-Date: 2012-07-14 06:23+0000\n" +"X-Generator: Launchpad (build 15614)\n" #. module: base_action_rule #: help:base.action.rule,act_mail_to_user:0 @@ -77,7 +77,7 @@ msgstr "Өдөр" #. module: base_action_rule #: field:base.action.rule,last_run:0 msgid "Last Run" -msgstr "" +msgstr "Сүүлд Ажилласан" #. module: base_action_rule #: code:addons/base_action_rule/base_action_rule.py:328 @@ -159,11 +159,15 @@ msgid "" "specific sales team, or an opportunity which still has status pending after " "14 days might trigger an automatic reminder email." msgstr "" +"Төрөл бүрийн дэлгэцэнд үйлдлийг автоматаар ажиллуулахын тулд автомат " +"үйлдлүүдийг ашигла. Жишээлбэл: тодорхой хэрэглэгчийн үүсгэсэн сэжим нь " +"тодорхой борлуулалтын багийг тохируулах, эсвэл 14 хоног хүлээгдэж байгаа " +"боломж нь сануулга имэйл илгээх зэрэг үйлдлүүд байж болох юм." #. module: base_action_rule #: help:base.action.rule,act_mail_to_email:0 msgid "Email-id of the persons whom mail is to be sent" -msgstr "" +msgstr "Имэйл илгээх шаардлагатай хүмүүсийн Email-id" #. module: base_action_rule #: view:base.action.rule:0 @@ -366,7 +370,7 @@ msgstr "%(object_description)s = Object description" #. module: base_action_rule #: constraint:base.action.rule:0 msgid "Error: The mail is not well formated" -msgstr "" +msgstr "Алдаа: Мэйл сайн форматтай биш байна" #. module: base_action_rule #: view:base.action.rule:0 @@ -454,7 +458,7 @@ msgstr "Үйлдвэр үйлчилгээ" #. module: base_action_rule #: field:base.action.rule,regex_name:0 msgid "Regex on Resource Name" -msgstr "" +msgstr "Нөөцийн нэр дээрх Regex" #. module: base_action_rule #: help:base.action.rule,act_remind_attach:0 diff --git a/addons/base_action_rule/i18n/nl.po b/addons/base_action_rule/i18n/nl.po index bdd7239f5a9..d7c8940dd12 100644 --- a/addons/base_action_rule/i18n/nl.po +++ b/addons/base_action_rule/i18n/nl.po @@ -14,8 +14,8 @@ msgstr "" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2012-07-03 05:36+0000\n" -"X-Generator: Launchpad (build 15531)\n" +"X-Launchpad-Export-Date: 2012-07-14 06:23+0000\n" +"X-Generator: Launchpad (build 15614)\n" #. module: base_action_rule #: help:base.action.rule,act_mail_to_user:0 diff --git a/addons/base_action_rule/i18n/pl.po b/addons/base_action_rule/i18n/pl.po index eb5852c78e5..ca099cdcf7b 100644 --- a/addons/base_action_rule/i18n/pl.po +++ b/addons/base_action_rule/i18n/pl.po @@ -14,8 +14,8 @@ msgstr "" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2012-06-28 04:40+0000\n" -"X-Generator: Launchpad (build 15505)\n" +"X-Launchpad-Export-Date: 2012-07-14 06:23+0000\n" +"X-Generator: Launchpad (build 15614)\n" #. module: base_action_rule #: help:base.action.rule,act_mail_to_user:0 diff --git a/addons/base_action_rule/i18n/pt.po b/addons/base_action_rule/i18n/pt.po index f62330d679a..166207a64c9 100644 --- a/addons/base_action_rule/i18n/pt.po +++ b/addons/base_action_rule/i18n/pt.po @@ -14,8 +14,8 @@ msgstr "" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2012-06-28 04:40+0000\n" -"X-Generator: Launchpad (build 15505)\n" +"X-Launchpad-Export-Date: 2012-07-14 06:23+0000\n" +"X-Generator: Launchpad (build 15614)\n" #. module: base_action_rule #: help:base.action.rule,act_mail_to_user:0 diff --git a/addons/base_action_rule/i18n/pt_BR.po b/addons/base_action_rule/i18n/pt_BR.po index 26c34b1bf31..3b89b3c8ea6 100644 --- a/addons/base_action_rule/i18n/pt_BR.po +++ b/addons/base_action_rule/i18n/pt_BR.po @@ -14,8 +14,8 @@ msgstr "" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2012-06-28 04:40+0000\n" -"X-Generator: Launchpad (build 15505)\n" +"X-Launchpad-Export-Date: 2012-07-14 06:23+0000\n" +"X-Generator: Launchpad (build 15614)\n" #. module: base_action_rule #: help:base.action.rule,act_mail_to_user:0 diff --git a/addons/base_action_rule/i18n/ro.po b/addons/base_action_rule/i18n/ro.po index 998bf5aa400..6c732df1e6a 100644 --- a/addons/base_action_rule/i18n/ro.po +++ b/addons/base_action_rule/i18n/ro.po @@ -14,8 +14,8 @@ msgstr "" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2012-06-28 04:40+0000\n" -"X-Generator: Launchpad (build 15505)\n" +"X-Launchpad-Export-Date: 2012-07-14 06:23+0000\n" +"X-Generator: Launchpad (build 15614)\n" #. module: base_action_rule #: help:base.action.rule,act_mail_to_user:0 diff --git a/addons/base_action_rule/i18n/ru.po b/addons/base_action_rule/i18n/ru.po index 1c1e396b826..67df89d8ae4 100644 --- a/addons/base_action_rule/i18n/ru.po +++ b/addons/base_action_rule/i18n/ru.po @@ -14,8 +14,8 @@ msgstr "" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2012-06-28 04:40+0000\n" -"X-Generator: Launchpad (build 15505)\n" +"X-Launchpad-Export-Date: 2012-07-14 06:23+0000\n" +"X-Generator: Launchpad (build 15614)\n" #. module: base_action_rule #: help:base.action.rule,act_mail_to_user:0 diff --git a/addons/base_action_rule/i18n/sl.po b/addons/base_action_rule/i18n/sl.po index 766e01ab842..e62d4d4e563 100644 --- a/addons/base_action_rule/i18n/sl.po +++ b/addons/base_action_rule/i18n/sl.po @@ -14,8 +14,8 @@ msgstr "" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2012-06-28 04:40+0000\n" -"X-Generator: Launchpad (build 15505)\n" +"X-Launchpad-Export-Date: 2012-07-14 06:23+0000\n" +"X-Generator: Launchpad (build 15614)\n" #. module: base_action_rule #: help:base.action.rule,act_mail_to_user:0 diff --git a/addons/base_action_rule/i18n/sq.po b/addons/base_action_rule/i18n/sq.po index 83e6df669b6..e80ead64e7c 100644 --- a/addons/base_action_rule/i18n/sq.po +++ b/addons/base_action_rule/i18n/sq.po @@ -14,8 +14,8 @@ msgstr "" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2012-06-28 04:39+0000\n" -"X-Generator: Launchpad (build 15505)\n" +"X-Launchpad-Export-Date: 2012-07-14 06:23+0000\n" +"X-Generator: Launchpad (build 15614)\n" #. module: base_action_rule #: help:base.action.rule,act_mail_to_user:0 diff --git a/addons/base_action_rule/i18n/sr.po b/addons/base_action_rule/i18n/sr.po index 059e39b35e1..93faa9fd64d 100644 --- a/addons/base_action_rule/i18n/sr.po +++ b/addons/base_action_rule/i18n/sr.po @@ -14,8 +14,8 @@ msgstr "" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2012-06-28 04:40+0000\n" -"X-Generator: Launchpad (build 15505)\n" +"X-Launchpad-Export-Date: 2012-07-14 06:23+0000\n" +"X-Generator: Launchpad (build 15614)\n" #. module: base_action_rule #: help:base.action.rule,act_mail_to_user:0 diff --git a/addons/base_action_rule/i18n/sr@latin.po b/addons/base_action_rule/i18n/sr@latin.po index 74bf9728138..e896865588b 100644 --- a/addons/base_action_rule/i18n/sr@latin.po +++ b/addons/base_action_rule/i18n/sr@latin.po @@ -14,8 +14,8 @@ msgstr "" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2012-06-28 04:40+0000\n" -"X-Generator: Launchpad (build 15505)\n" +"X-Launchpad-Export-Date: 2012-07-14 06:23+0000\n" +"X-Generator: Launchpad (build 15614)\n" #. module: base_action_rule #: help:base.action.rule,act_mail_to_user:0 diff --git a/addons/base_action_rule/i18n/sv.po b/addons/base_action_rule/i18n/sv.po index 42186fcbfdc..c3191132329 100644 --- a/addons/base_action_rule/i18n/sv.po +++ b/addons/base_action_rule/i18n/sv.po @@ -8,14 +8,14 @@ msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" "POT-Creation-Date: 2012-02-08 00:36+0000\n" -"PO-Revision-Date: 2011-08-03 23:30+0000\n" -"Last-Translator: Stefan Lind \n" +"PO-Revision-Date: 2012-07-13 14:20+0000\n" +"Last-Translator: Magnus Brandt (mba), Aspirix AB \n" "Language-Team: Swedish \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2012-06-28 04:40+0000\n" -"X-Generator: Launchpad (build 15505)\n" +"X-Launchpad-Export-Date: 2012-07-14 06:23+0000\n" +"X-Generator: Launchpad (build 15614)\n" #. module: base_action_rule #: help:base.action.rule,act_mail_to_user:0 @@ -423,7 +423,7 @@ msgstr "" #. module: base_action_rule #: field:base.action.rule,act_email_cc:0 msgid "Add Watchers (Cc)" -msgstr "" +msgstr "Lägg till bevakare (CC)" #. module: base_action_rule #: view:base.action.rule:0 diff --git a/addons/base_action_rule/i18n/tr.po b/addons/base_action_rule/i18n/tr.po index c5590533bc9..ac6970d6663 100644 --- a/addons/base_action_rule/i18n/tr.po +++ b/addons/base_action_rule/i18n/tr.po @@ -14,8 +14,8 @@ msgstr "" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2012-06-28 04:40+0000\n" -"X-Generator: Launchpad (build 15505)\n" +"X-Launchpad-Export-Date: 2012-07-14 06:23+0000\n" +"X-Generator: Launchpad (build 15614)\n" #. module: base_action_rule #: help:base.action.rule,act_mail_to_user:0 diff --git a/addons/base_action_rule/i18n/zh_CN.po b/addons/base_action_rule/i18n/zh_CN.po index 75312afd054..39415f593fb 100644 --- a/addons/base_action_rule/i18n/zh_CN.po +++ b/addons/base_action_rule/i18n/zh_CN.po @@ -14,8 +14,8 @@ msgstr "" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2012-06-28 04:40+0000\n" -"X-Generator: Launchpad (build 15505)\n" +"X-Launchpad-Export-Date: 2012-07-14 06:23+0000\n" +"X-Generator: Launchpad (build 15614)\n" #. module: base_action_rule #: help:base.action.rule,act_mail_to_user:0 diff --git a/addons/base_action_rule/i18n/zh_TW.po b/addons/base_action_rule/i18n/zh_TW.po index ebf49a55f21..db2d840844d 100644 --- a/addons/base_action_rule/i18n/zh_TW.po +++ b/addons/base_action_rule/i18n/zh_TW.po @@ -14,8 +14,8 @@ msgstr "" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2012-06-28 04:40+0000\n" -"X-Generator: Launchpad (build 15505)\n" +"X-Launchpad-Export-Date: 2012-07-14 06:23+0000\n" +"X-Generator: Launchpad (build 15614)\n" #. module: base_action_rule #: help:base.action.rule,act_mail_to_user:0 diff --git a/addons/base_calendar/base_calendar.py b/addons/base_calendar/base_calendar.py index bbededc8eaf..5fc38c884da 100644 --- a/addons/base_calendar/base_calendar.py +++ b/addons/base_calendar/base_calendar.py @@ -1031,10 +1031,10 @@ class calendar_event(osv.osv): 'duration': fields.float('Duration', states={'done': [('readonly', True)]}), 'description': fields.text('Description', states={'done': [('readonly', True)]}), 'class': fields.selection([('public', 'Public'), ('private', 'Private'), \ - ('confidential', 'Public for Employees')], 'Mark as', states={'done': [('readonly', True)]}), + ('confidential', 'Public for Employees')], 'Privacy', states={'done': [('readonly', True)]}), 'location': fields.char('Location', size=264, help="Location of Event", states={'done': [('readonly', True)]}), 'show_as': fields.selection([('free', 'Free'), ('busy', 'Busy')], \ - 'Show as', states={'done': [('readonly', True)]}), + 'Show Time as', states={'done': [('readonly', True)]}), 'base_calendar_url': fields.char('Caldav URL', size=264), 'state': fields.selection([('tentative', 'Tentative'), ('cancelled', 'Cancelled'), @@ -1051,7 +1051,7 @@ rule or repeating pattern of time to exclude from the recurring rule."), ('yearly', 'Yearly'),], 'Recurrency', states={'done': [('readonly', True)]}, help="Let the event automatically repeat at that interval"), - 'alarm_id': fields.many2one('res.alarm', 'Alarm', states={'done': [('readonly', True)]}, + 'alarm_id': fields.many2one('res.alarm', 'Reminder', states={'done': [('readonly', True)]}, help="Set an alarm at this time, before the event occurs" ), 'base_calendar_alarm_id': fields.many2one('calendar.alarm', 'Alarm'), 'recurrent_uid': fields.integer('Recurrent ID'), diff --git a/addons/base_calendar/crm_meeting.py b/addons/base_calendar/crm_meeting.py index dcc97156681..239ab8d0f28 100644 --- a/addons/base_calendar/crm_meeting.py +++ b/addons/base_calendar/crm_meeting.py @@ -1,4 +1,4 @@ -# -*- coding: utf-8 -*- +# -*- coding: utf-8 -*- ############################################################################## # # OpenERP, Open Source Management Solution @@ -50,15 +50,15 @@ class crm_meeting(base_state, osv.Model): 'write_date': fields.datetime('Write Date', readonly=True), 'date_open': fields.datetime('Confirmed', readonly=True), 'date_closed': fields.datetime('Closed', readonly=True), - 'partner_id': fields.many2one('res.partner', 'Partner', states={'done': [('readonly', True)]}), - 'email_from': fields.char('Email', size=128, states={'done': [('readonly', True)]}, - help="These people will receive email."), + 'partner_ids': fields.many2many('res.partner', 'crm_meeting_partner_rel', 'meeting_id','partner_id', + string='Attendees', states={'done': [('readonly', True)]}), 'state': fields.selection( [('draft', 'Unconfirmed'), ('open', 'Confirmed'), ('cancel', 'Cancelled'), ('done', 'Done')], string='Status', size=16, readonly=True), # Meeting fields - 'name': fields.char('Summary', size=128, required=True, states={'done': [('readonly', True)]}), - 'categ_id': fields.many2one('crm.meeting.type', 'Meeting Type'), + 'name': fields.char('Meeting Subject', size=128, required=True, states={'done': [('readonly', True)]}), + 'categ_ids': fields.many2many('crm.meeting.type', 'meeting_category_rel', + 'event_id', 'type_id', 'Tags'), 'attendee_ids': fields.many2many('calendar.attendee', 'meeting_attendee_rel',\ 'event_id', 'attendee_id', 'Attendees', states={'done': [('readonly', True)]}), } diff --git a/addons/base_calendar/crm_meeting_view.xml b/addons/base_calendar/crm_meeting_view.xml index a2f3c2408d7..c58c27a9959 100644 --- a/addons/base_calendar/crm_meeting_view.xml +++ b/addons/base_calendar/crm_meeting_view.xml @@ -75,7 +75,7 @@
- - - - - - - - - - - - -
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + - + + + + + + + + + + + + + + + +