From 11a5c8bcbd8939307c5fbf486263970926a929f8 Mon Sep 17 00:00:00 2001 From: Sushant Date: Fri, 4 Oct 2019 17:29:04 +0530 Subject: [PATCH] Susahnt | MPOC-631 Training: OpenERP - Duplicate Currency is Shown --- auth_signup/.___init__.py | Bin 0 -> 222 bytes auth_signup/.___openerp__.py | Bin 0 -> 222 bytes auth_signup/._auth_signup_data.xml | Bin 0 -> 222 bytes auth_signup/._controllers | Bin 0 -> 222 bytes auth_signup/._i18n | Bin 0 -> 222 bytes auth_signup/._res_config.py | Bin 0 -> 222 bytes auth_signup/._res_config.xml | Bin 0 -> 222 bytes auth_signup/._res_users.py | Bin 0 -> 222 bytes auth_signup/._res_users_view.xml | Bin 0 -> 222 bytes auth_signup/._static | Bin 0 -> 222 bytes auth_signup/__init__.py | 24 + auth_signup/__openerp__.py | 45 + auth_signup/auth_signup_data.xml | 71 + auth_signup/controllers/.___init__.py | Bin 0 -> 222 bytes auth_signup/controllers/._main.py | Bin 0 -> 222 bytes auth_signup/controllers/__init__.py | 3 + auth_signup/controllers/main.py | 84 + auth_signup/i18n/._ar.po | Bin 0 -> 222 bytes auth_signup/i18n/._auth_signup.pot | Bin 0 -> 222 bytes auth_signup/i18n/._de.po | Bin 0 -> 222 bytes auth_signup/i18n/._en_GB.po | Bin 0 -> 222 bytes auth_signup/i18n/._es.po | Bin 0 -> 222 bytes auth_signup/i18n/._fr.po | Bin 0 -> 222 bytes auth_signup/i18n/._hr.po | Bin 0 -> 222 bytes auth_signup/i18n/._hu.po | Bin 0 -> 222 bytes auth_signup/i18n/._it.po | Bin 0 -> 222 bytes auth_signup/i18n/._mk.po | Bin 0 -> 222 bytes auth_signup/i18n/._mn.po | Bin 0 -> 222 bytes auth_signup/i18n/._nb.po | Bin 0 -> 222 bytes auth_signup/i18n/._nl.po | Bin 0 -> 222 bytes auth_signup/i18n/._pl.po | Bin 0 -> 222 bytes auth_signup/i18n/._pt.po | Bin 0 -> 222 bytes auth_signup/i18n/._pt_BR.po | Bin 0 -> 222 bytes auth_signup/i18n/._ro.po | Bin 0 -> 222 bytes auth_signup/i18n/._ru.po | Bin 0 -> 222 bytes auth_signup/i18n/._sl.po | Bin 0 -> 222 bytes auth_signup/i18n/._tr.po | Bin 0 -> 222 bytes auth_signup/i18n/._zh_CN.po | Bin 0 -> 222 bytes auth_signup/i18n/ar.po | 277 + auth_signup/i18n/auth_signup.pot | 272 + auth_signup/i18n/de.po | 287 + auth_signup/i18n/en_GB.po | 277 + auth_signup/i18n/es.po | 297 + auth_signup/i18n/fr.po | 297 + auth_signup/i18n/hr.po | 277 + auth_signup/i18n/hu.po | 277 + auth_signup/i18n/it.po | 292 + auth_signup/i18n/mk.po | 292 + auth_signup/i18n/mn.po | 289 + auth_signup/i18n/nb.po | 277 + auth_signup/i18n/nl.po | 294 + auth_signup/i18n/pl.po | 278 + auth_signup/i18n/pt.po | 277 + auth_signup/i18n/pt_BR.po | 290 + auth_signup/i18n/ro.po | 293 + auth_signup/i18n/ru.po | 279 + auth_signup/i18n/sl.po | 277 + auth_signup/i18n/tr.po | 277 + auth_signup/i18n/zh_CN.po | 277 + auth_signup/res_config.py | 52 + auth_signup/res_config.xml | 30 + auth_signup/res_users.py | 289 + auth_signup/res_users_view.xml | 32 + auth_signup/static/._src | Bin 0 -> 222 bytes auth_signup/static/src/._js | Bin 0 -> 222 bytes auth_signup/static/src/._xml | Bin 0 -> 222 bytes auth_signup/static/src/js/._auth_signup.js | Bin 0 -> 222 bytes auth_signup/static/src/js/auth_signup.js | 175 + auth_signup/static/src/xml/._auth_signup.xml | Bin 0 -> 222 bytes auth_signup/static/src/xml/auth_signup.xml | 36 + web/.___init__.py | Bin 0 -> 222 bytes web/.___openerp__.py | Bin 0 -> 222 bytes web/._cli | Bin 0 -> 222 bytes web/._controllers | Bin 0 -> 222 bytes web/._doc | Bin 0 -> 222 bytes web/._http.py | Bin 0 -> 222 bytes web/._i18n | Bin 0 -> 222 bytes web/._session.py | Bin 0 -> 222 bytes web/._static | Bin 0 -> 222 bytes web/._tests | Bin 0 -> 222 bytes web/__init__.py | 5 + web/__openerp__.py | 89 + web/cli/.___init__.py | Bin 0 -> 222 bytes web/cli/._test_js.py | Bin 0 -> 222 bytes web/cli/__init__.py | 1 + web/cli/test_js.py | 35 + web/controllers/.___init__.py | Bin 0 -> 222 bytes web/controllers/._main.py | Bin 0 -> 222 bytes web/controllers/._testing.py | Bin 0 -> 222 bytes web/controllers/__init__.py | 2 + web/controllers/main.py | 1710 ++ web/controllers/testing.py | 165 + web/doc/._Makefile | Bin 0 -> 222 bytes web/doc/.__static | Bin 0 -> 222 bytes web/doc/.__templates | Bin 0 -> 222 bytes web/doc/.__themes | Bin 0 -> 222 bytes web/doc/._addon-structure.txt | Bin 0 -> 222 bytes web/doc/._async.rst | Bin 0 -> 222 bytes web/doc/._changelog-7.0.rst | Bin 0 -> 222 bytes web/doc/._client_action.rst | Bin 0 -> 222 bytes web/doc/._conf.py | Bin 0 -> 222 bytes web/doc/._form_view.rst | Bin 0 -> 222 bytes web/doc/._guidelines.rst | Bin 0 -> 222 bytes web/doc/._images | Bin 0 -> 222 bytes web/doc/._index.rst | Bin 0 -> 222 bytes web/doc/._list_view.rst | Bin 0 -> 222 bytes web/doc/._make.bat | Bin 0 -> 222 bytes web/doc/._module | Bin 0 -> 222 bytes web/doc/._module.rst | Bin 0 -> 222 bytes web/doc/._qweb.rst | Bin 0 -> 222 bytes web/doc/._rpc.rst | Bin 0 -> 222 bytes web/doc/._search_view.rst | Bin 0 -> 222 bytes web/doc/._test-report.txt | Bin 0 -> 222 bytes web/doc/._testing.rst | Bin 0 -> 222 bytes web/doc/._widget.rst | Bin 0 -> 222 bytes web/doc/Makefile | 154 + web/doc/_static/._openerp.png | Bin 0 -> 222 bytes web/doc/_static/openerp.png | Bin 0 -> 3981 bytes web/doc/_templates/._sidebarintro.html | Bin 0 -> 222 bytes web/doc/_templates/._sidebarlogo.html | Bin 0 -> 222 bytes web/doc/_templates/sidebarintro.html | 16 + web/doc/_templates/sidebarlogo.html | 3 + web/doc/_themes/._LICENSE | Bin 0 -> 222 bytes web/doc/_themes/._README | Bin 0 -> 222 bytes web/doc/_themes/._flask | Bin 0 -> 222 bytes web/doc/_themes/._flask_small | Bin 0 -> 222 bytes web/doc/_themes/._flask_theme_support.py | Bin 0 -> 222 bytes web/doc/_themes/LICENSE | 37 + web/doc/_themes/README | 31 + web/doc/_themes/flask/._layout.html | Bin 0 -> 222 bytes web/doc/_themes/flask/._relations.html | Bin 0 -> 222 bytes web/doc/_themes/flask/._static | Bin 0 -> 222 bytes web/doc/_themes/flask/._theme.conf | Bin 0 -> 222 bytes web/doc/_themes/flask/layout.html | 25 + web/doc/_themes/flask/relations.html | 19 + web/doc/_themes/flask/static/._flasky.css_t | Bin 0 -> 222 bytes .../_themes/flask/static/._small_flask.css | Bin 0 -> 222 bytes web/doc/_themes/flask/static/flasky.css_t | 395 + web/doc/_themes/flask/static/small_flask.css | 70 + web/doc/_themes/flask/theme.conf | 9 + web/doc/_themes/flask_small/._layout.html | Bin 0 -> 222 bytes web/doc/_themes/flask_small/._static | Bin 0 -> 222 bytes web/doc/_themes/flask_small/._theme.conf | Bin 0 -> 222 bytes web/doc/_themes/flask_small/layout.html | 22 + .../_themes/flask_small/static/._flasky.css_t | Bin 0 -> 222 bytes .../_themes/flask_small/static/flasky.css_t | 287 + web/doc/_themes/flask_small/theme.conf | 10 + web/doc/_themes/flask_theme_support.py | 86 + web/doc/addon-structure.txt | 12 + web/doc/async.rst | 344 + web/doc/changelog-7.0.rst | 123 + web/doc/client_action.rst | 113 + web/doc/conf.py | 257 + web/doc/form_view.rst | 55 + web/doc/guidelines.rst | 77 + web/doc/images/._db-query.png | Bin 0 -> 222 bytes web/doc/images/._runner.png | Bin 0 -> 222 bytes web/doc/images/._runner2.png | Bin 0 -> 222 bytes web/doc/images/._tests.png | Bin 0 -> 222 bytes web/doc/images/._tests2.png | Bin 0 -> 222 bytes web/doc/images/._tests3.png | Bin 0 -> 222 bytes web/doc/images/db-query.png | Bin 0 -> 7142 bytes web/doc/images/runner.png | Bin 0 -> 3963 bytes web/doc/images/runner2.png | Bin 0 -> 6807 bytes web/doc/images/tests.png | Bin 0 -> 65388 bytes web/doc/images/tests2.png | Bin 0 -> 20114 bytes web/doc/images/tests3.png | Bin 0 -> 20382 bytes web/doc/index.rst | 38 + web/doc/list_view.rst | 531 + web/doc/make.bat | 170 + web/doc/module.rst | 283 + web/doc/module/.___init__.py | Bin 0 -> 222 bytes web/doc/module/.___openerp__.py | Bin 0 -> 222 bytes web/doc/module/.___openerp__.py.1.diff | Bin 0 -> 222 bytes web/doc/module/.___openerp__.py.2.diff | Bin 0 -> 222 bytes web/doc/module/.___openerp__.py.3.diff | Bin 0 -> 222 bytes web/doc/module/.___openerp__.py.4.diff | Bin 0 -> 222 bytes web/doc/module/.___openerp__.py.5.diff | Bin 0 -> 222 bytes web/doc/module/._static | Bin 0 -> 222 bytes web/doc/module/._web_example.xml | Bin 0 -> 222 bytes web/doc/module/__init__.py | 0 web/doc/module/__openerp__.py | 7 + web/doc/module/__openerp__.py.1.diff | 11 + web/doc/module/__openerp__.py.2.diff | 11 + web/doc/module/__openerp__.py.3.diff | 12 + web/doc/module/__openerp__.py.4.diff | 13 + web/doc/module/__openerp__.py.5.diff | 14 + web/doc/module/static/._src | Bin 0 -> 222 bytes web/doc/module/static/src/._css | Bin 0 -> 222 bytes web/doc/module/static/src/._js | Bin 0 -> 222 bytes web/doc/module/static/src/._xml | Bin 0 -> 222 bytes .../module/static/src/css/._web_example.css | Bin 0 -> 222 bytes .../static/src/css/._web_example.css.1.diff | Bin 0 -> 222 bytes web/doc/module/static/src/css/web_example.css | 6 + .../static/src/css/web_example.css.1.diff | 17 + .../module/static/src/js/._first_module.js | Bin 0 -> 222 bytes .../static/src/js/._first_module.js.1.diff | Bin 0 -> 222 bytes .../static/src/js/._first_module.js.2.diff | Bin 0 -> 222 bytes .../static/src/js/._first_module.js.3.diff | Bin 0 -> 222 bytes .../static/src/js/._first_module.js.4.diff | Bin 0 -> 222 bytes .../static/src/js/._first_module.js.5.diff | Bin 0 -> 222 bytes .../static/src/js/._first_module.js.6.diff | Bin 0 -> 222 bytes web/doc/module/static/src/js/first_module.js | 2 + .../static/src/js/first_module.js.1.diff | 8 + .../static/src/js/first_module.js.2.diff | 11 + .../static/src/js/first_module.js.3.diff | 18 + .../static/src/js/first_module.js.4.diff | 15 + .../static/src/js/first_module.js.5.diff | 23 + .../static/src/js/first_module.js.6.diff | 55 + .../module/static/src/xml/._web_example.xml | Bin 0 -> 222 bytes web/doc/module/static/src/xml/web_example.xml | 11 + web/doc/module/web_example.xml | 11 + web/doc/qweb.rst | 546 + web/doc/rpc.rst | 279 + web/doc/search_view.rst | 549 + web/doc/test-report.txt | 25 + web/doc/testing.rst | 693 + web/doc/widget.rst | 287 + web/http.py | 595 + web/i18n/._ar.po | Bin 0 -> 222 bytes web/i18n/._bg.po | Bin 0 -> 222 bytes web/i18n/._bn.po | Bin 0 -> 222 bytes web/i18n/._bs.po | Bin 0 -> 222 bytes web/i18n/._ca.po | Bin 0 -> 222 bytes web/i18n/._cs.po | Bin 0 -> 222 bytes web/i18n/._da.po | Bin 0 -> 222 bytes web/i18n/._de.po | Bin 0 -> 222 bytes web/i18n/._en_AU.po | Bin 0 -> 222 bytes web/i18n/._en_GB.po | Bin 0 -> 222 bytes web/i18n/._es.po | Bin 0 -> 222 bytes web/i18n/._es_CL.po | Bin 0 -> 222 bytes web/i18n/._es_CR.po | Bin 0 -> 222 bytes web/i18n/._es_DO.po | Bin 0 -> 222 bytes web/i18n/._es_EC.po | Bin 0 -> 222 bytes web/i18n/._es_MX.po | Bin 0 -> 222 bytes web/i18n/._et.po | Bin 0 -> 222 bytes web/i18n/._eu.po | Bin 0 -> 222 bytes web/i18n/._fa.po | Bin 0 -> 222 bytes web/i18n/._fi.po | Bin 0 -> 222 bytes web/i18n/._fr.po | Bin 0 -> 222 bytes web/i18n/._fr_CA.po | Bin 0 -> 222 bytes web/i18n/._gl.po | Bin 0 -> 222 bytes web/i18n/._gu.po | Bin 0 -> 222 bytes web/i18n/._hi.po | Bin 0 -> 222 bytes web/i18n/._hr.po | Bin 0 -> 222 bytes web/i18n/._hu.po | Bin 0 -> 222 bytes web/i18n/._id.po | Bin 0 -> 222 bytes web/i18n/._it.po | Bin 0 -> 222 bytes web/i18n/._ja.po | Bin 0 -> 222 bytes web/i18n/._ka.po | Bin 0 -> 222 bytes web/i18n/._ko.po | Bin 0 -> 222 bytes web/i18n/._lo.po | Bin 0 -> 222 bytes web/i18n/._lt.po | Bin 0 -> 222 bytes web/i18n/._mk.po | Bin 0 -> 222 bytes web/i18n/._mn.po | Bin 0 -> 222 bytes web/i18n/._nb.po | Bin 0 -> 222 bytes web/i18n/._nl.po | Bin 0 -> 222 bytes web/i18n/._nl_BE.po | Bin 0 -> 222 bytes web/i18n/._pl.po | Bin 0 -> 222 bytes web/i18n/._pt.po | Bin 0 -> 222 bytes web/i18n/._pt_BR.po | Bin 0 -> 222 bytes web/i18n/._ro.po | Bin 0 -> 222 bytes web/i18n/._ru.po | Bin 0 -> 222 bytes web/i18n/._sk.po | Bin 0 -> 222 bytes web/i18n/._sl.po | Bin 0 -> 222 bytes web/i18n/._sq.po | Bin 0 -> 222 bytes web/i18n/._sr@latin.po | Bin 0 -> 222 bytes web/i18n/._sv.po | Bin 0 -> 222 bytes web/i18n/._th.po | Bin 0 -> 222 bytes web/i18n/._tr.po | Bin 0 -> 222 bytes web/i18n/._uk.po | Bin 0 -> 222 bytes web/i18n/._web.pot | Bin 0 -> 222 bytes web/i18n/._zh_CN.po | Bin 0 -> 222 bytes web/i18n/._zh_TW.po | Bin 0 -> 222 bytes web/i18n/ar.po | 2608 +++ web/i18n/bg.po | 2611 +++ web/i18n/bn.po | 2614 +++ web/i18n/bs.po | 2602 +++ web/i18n/ca.po | 2602 +++ web/i18n/cs.po | 2623 +++ web/i18n/da.po | 2610 +++ web/i18n/de.po | 2628 +++ web/i18n/en_AU.po | 2625 +++ web/i18n/en_GB.po | 2610 +++ web/i18n/es.po | 2636 +++ web/i18n/es_CL.po | 2604 +++ web/i18n/es_CR.po | 2614 +++ web/i18n/es_DO.po | 2618 +++ web/i18n/es_EC.po | 2631 +++ web/i18n/es_MX.po | 2630 +++ web/i18n/et.po | 2605 +++ web/i18n/eu.po | 2602 +++ web/i18n/fa.po | 2602 +++ web/i18n/fi.po | 2606 +++ web/i18n/fr.po | 2639 +++ web/i18n/fr_CA.po | 2602 +++ web/i18n/gl.po | 2614 +++ web/i18n/gu.po | 2602 +++ web/i18n/hi.po | 2602 +++ web/i18n/hr.po | 2627 +++ web/i18n/hu.po | 2626 +++ web/i18n/id.po | 2602 +++ web/i18n/it.po | 2629 +++ web/i18n/ja.po | 2606 +++ web/i18n/ka.po | 2613 +++ web/i18n/ko.po | 2612 +++ web/i18n/lo.po | 2602 +++ web/i18n/lt.po | 2602 +++ web/i18n/mk.po | 2602 +++ web/i18n/mn.po | 2629 +++ web/i18n/nb.po | 2602 +++ web/i18n/nl.po | 2633 +++ web/i18n/nl_BE.po | 2620 +++ web/i18n/pl.po | 2619 +++ web/i18n/pt.po | 2634 +++ web/i18n/pt_BR.po | 2627 +++ web/i18n/ro.po | 2634 +++ web/i18n/ru.po | 2632 +++ web/i18n/sk.po | 2602 +++ web/i18n/sl.po | 2618 +++ web/i18n/sq.po | 2602 +++ web/i18n/sr@latin.po | 2611 +++ web/i18n/sv.po | 2610 +++ web/i18n/th.po | 2602 +++ web/i18n/tr.po | 2617 +++ web/i18n/uk.po | 2602 +++ web/i18n/web.pot | 2587 +++ web/i18n/zh_CN.po | 2615 +++ web/i18n/zh_TW.po | 2606 +++ web/session.py | 196 + web/static/._lib | Bin 0 -> 222 bytes web/static/._src | Bin 0 -> 222 bytes web/static/._test | Bin 0 -> 222 bytes web/static/lib/._backbone | Bin 0 -> 222 bytes web/static/lib/._cleditor | Bin 0 -> 222 bytes web/static/lib/._datejs | Bin 0 -> 222 bytes web/static/lib/._jquery | Bin 0 -> 222 bytes web/static/lib/._jquery.MD5 | Bin 0 -> 222 bytes web/static/lib/._jquery.autosize | Bin 0 -> 222 bytes web/static/lib/._jquery.ba-bbq | Bin 0 -> 222 bytes web/static/lib/._jquery.blockUI | Bin 0 -> 222 bytes web/static/lib/._jquery.form | Bin 0 -> 222 bytes web/static/lib/._jquery.scrollTo | Bin 0 -> 222 bytes web/static/lib/._jquery.textext | Bin 0 -> 222 bytes web/static/lib/._jquery.timeago | Bin 0 -> 222 bytes web/static/lib/._jquery.tipsy | Bin 0 -> 222 bytes web/static/lib/._jquery.ui | Bin 0 -> 222 bytes web/static/lib/._jquery.ui.bootstrap | Bin 0 -> 222 bytes web/static/lib/._jquery.ui.notify | Bin 0 -> 222 bytes web/static/lib/._jquery.ui.timepicker | Bin 0 -> 222 bytes web/static/lib/._jquery.validate | Bin 0 -> 222 bytes web/static/lib/._py.js | Bin 0 -> 222 bytes web/static/lib/._qunit | Bin 0 -> 222 bytes web/static/lib/._qweb | Bin 0 -> 222 bytes web/static/lib/._spinjs | Bin 0 -> 222 bytes web/static/lib/._underscore | Bin 0 -> 222 bytes web/static/lib/backbone/._backbone.js | Bin 0 -> 222 bytes web/static/lib/backbone/backbone.js | 1431 ++ web/static/lib/cleditor/._images | Bin 0 -> 222 bytes web/static/lib/cleditor/._jquery.cleditor.css | Bin 0 -> 222 bytes web/static/lib/cleditor/._jquery.cleditor.js | Bin 0 -> 222 bytes .../lib/cleditor/._jquery.cleditor.min.js | Bin 0 -> 222 bytes web/static/lib/cleditor/images/._buttons.gif | Bin 0 -> 222 bytes web/static/lib/cleditor/images/._toolbar.gif | Bin 0 -> 222 bytes web/static/lib/cleditor/images/buttons.gif | Bin 0 -> 3064 bytes web/static/lib/cleditor/images/toolbar.gif | Bin 0 -> 68 bytes web/static/lib/cleditor/jquery.cleditor.css | 24 + web/static/lib/cleditor/jquery.cleditor.js | 1137 ++ .../lib/cleditor/jquery.cleditor.min.js | 31 + web/static/lib/datejs/._core.js | Bin 0 -> 222 bytes web/static/lib/datejs/._date.js | Bin 0 -> 222 bytes web/static/lib/datejs/._extras.js | Bin 0 -> 222 bytes web/static/lib/datejs/._globalization | Bin 0 -> 222 bytes web/static/lib/datejs/._parser.js | Bin 0 -> 222 bytes web/static/lib/datejs/._sugarpak.js | Bin 0 -> 222 bytes web/static/lib/datejs/._time.js | Bin 0 -> 222 bytes web/static/lib/datejs/core.js | 864 + web/static/lib/datejs/date.js | 21 + web/static/lib/datejs/extras.js | 331 + .../lib/datejs/globalization/._ab-RU.js | Bin 0 -> 222 bytes .../lib/datejs/globalization/._af-ZA.js | Bin 0 -> 222 bytes .../lib/datejs/globalization/._am-ET.js | Bin 0 -> 222 bytes .../lib/datejs/globalization/._ar-AE.js | Bin 0 -> 222 bytes .../lib/datejs/globalization/._ar-AR.js | Bin 0 -> 222 bytes .../lib/datejs/globalization/._ar-BH.js | Bin 0 -> 222 bytes .../lib/datejs/globalization/._ar-DZ.js | Bin 0 -> 222 bytes .../lib/datejs/globalization/._ar-EG.js | Bin 0 -> 222 bytes .../lib/datejs/globalization/._ar-IQ.js | Bin 0 -> 222 bytes .../lib/datejs/globalization/._ar-JO.js | Bin 0 -> 222 bytes .../lib/datejs/globalization/._ar-KW.js | Bin 0 -> 222 bytes .../lib/datejs/globalization/._ar-LB.js | Bin 0 -> 222 bytes .../lib/datejs/globalization/._ar-LY.js | Bin 0 -> 222 bytes .../lib/datejs/globalization/._ar-MA.js | Bin 0 -> 222 bytes .../lib/datejs/globalization/._ar-OM.js | Bin 0 -> 222 bytes .../lib/datejs/globalization/._ar-QA.js | Bin 0 -> 222 bytes .../lib/datejs/globalization/._ar-SA.js | Bin 0 -> 222 bytes .../lib/datejs/globalization/._ar-SY.js | Bin 0 -> 222 bytes .../lib/datejs/globalization/._ar-TN.js | Bin 0 -> 222 bytes .../lib/datejs/globalization/._ar-YE.js | Bin 0 -> 222 bytes .../lib/datejs/globalization/._az-Cyrl-AZ.js | Bin 0 -> 222 bytes .../lib/datejs/globalization/._az-Latn-AZ.js | Bin 0 -> 222 bytes .../lib/datejs/globalization/._be-BY.js | Bin 0 -> 222 bytes .../lib/datejs/globalization/._bg-BG.js | Bin 0 -> 222 bytes .../lib/datejs/globalization/._bs-BS.js | Bin 0 -> 222 bytes .../lib/datejs/globalization/._bs-Latn-BA.js | Bin 0 -> 222 bytes .../lib/datejs/globalization/._ca-ES.js | Bin 0 -> 222 bytes .../lib/datejs/globalization/._cs-CZ.js | Bin 0 -> 222 bytes .../lib/datejs/globalization/._cy-GB.js | Bin 0 -> 222 bytes .../lib/datejs/globalization/._da-DK.js | Bin 0 -> 222 bytes .../lib/datejs/globalization/._de-AT.js | Bin 0 -> 222 bytes .../lib/datejs/globalization/._de-CH.js | Bin 0 -> 222 bytes .../lib/datejs/globalization/._de-DE.js | Bin 0 -> 222 bytes .../lib/datejs/globalization/._de-LI.js | Bin 0 -> 222 bytes .../lib/datejs/globalization/._de-LU.js | Bin 0 -> 222 bytes .../lib/datejs/globalization/._dv-MV.js | Bin 0 -> 222 bytes .../lib/datejs/globalization/._el-GR.js | Bin 0 -> 222 bytes .../lib/datejs/globalization/._en-029.js | Bin 0 -> 222 bytes .../lib/datejs/globalization/._en-AU.js | Bin 0 -> 222 bytes .../lib/datejs/globalization/._en-BZ.js | Bin 0 -> 222 bytes .../lib/datejs/globalization/._en-CA.js | Bin 0 -> 222 bytes .../lib/datejs/globalization/._en-GB.js | Bin 0 -> 222 bytes .../lib/datejs/globalization/._en-IE.js | Bin 0 -> 222 bytes .../lib/datejs/globalization/._en-JM.js | Bin 0 -> 222 bytes .../lib/datejs/globalization/._en-NZ.js | Bin 0 -> 222 bytes .../lib/datejs/globalization/._en-PH.js | Bin 0 -> 222 bytes .../lib/datejs/globalization/._en-TT.js | Bin 0 -> 222 bytes .../lib/datejs/globalization/._en-US.js | Bin 0 -> 222 bytes .../lib/datejs/globalization/._en-ZA.js | Bin 0 -> 222 bytes .../lib/datejs/globalization/._en-ZW.js | Bin 0 -> 222 bytes .../lib/datejs/globalization/._es-AR.js | Bin 0 -> 222 bytes .../lib/datejs/globalization/._es-BO.js | Bin 0 -> 222 bytes .../lib/datejs/globalization/._es-CL.js | Bin 0 -> 222 bytes .../lib/datejs/globalization/._es-CO.js | Bin 0 -> 222 bytes .../lib/datejs/globalization/._es-CR.js | Bin 0 -> 222 bytes .../lib/datejs/globalization/._es-DO.js | Bin 0 -> 222 bytes .../lib/datejs/globalization/._es-EC.js | Bin 0 -> 222 bytes .../lib/datejs/globalization/._es-ES.js | Bin 0 -> 222 bytes .../lib/datejs/globalization/._es-GT.js | Bin 0 -> 222 bytes .../lib/datejs/globalization/._es-HN.js | Bin 0 -> 222 bytes .../lib/datejs/globalization/._es-MX.js | Bin 0 -> 222 bytes .../lib/datejs/globalization/._es-NI.js | Bin 0 -> 222 bytes .../lib/datejs/globalization/._es-PA.js | Bin 0 -> 222 bytes .../lib/datejs/globalization/._es-PE.js | Bin 0 -> 222 bytes .../lib/datejs/globalization/._es-PR.js | Bin 0 -> 222 bytes .../lib/datejs/globalization/._es-PY.js | Bin 0 -> 222 bytes .../lib/datejs/globalization/._es-SV.js | Bin 0 -> 222 bytes .../lib/datejs/globalization/._es-UY.js | Bin 0 -> 222 bytes .../lib/datejs/globalization/._es-VE.js | Bin 0 -> 222 bytes .../lib/datejs/globalization/._et-EE.js | Bin 0 -> 222 bytes .../lib/datejs/globalization/._eu-ES.js | Bin 0 -> 222 bytes .../lib/datejs/globalization/._fa-IR.js | Bin 0 -> 222 bytes .../lib/datejs/globalization/._fi-FI.js | Bin 0 -> 222 bytes .../lib/datejs/globalization/._fo-FO.js | Bin 0 -> 222 bytes .../lib/datejs/globalization/._fr-BE.js | Bin 0 -> 222 bytes .../lib/datejs/globalization/._fr-CA.js | Bin 0 -> 222 bytes .../lib/datejs/globalization/._fr-CH.js | Bin 0 -> 222 bytes .../lib/datejs/globalization/._fr-FR.js | Bin 0 -> 222 bytes .../lib/datejs/globalization/._fr-LU.js | Bin 0 -> 222 bytes .../lib/datejs/globalization/._fr-MC.js | Bin 0 -> 222 bytes .../lib/datejs/globalization/._gl-ES.js | Bin 0 -> 222 bytes .../lib/datejs/globalization/._gu-IN.js | Bin 0 -> 222 bytes .../lib/datejs/globalization/._he-IL.js | Bin 0 -> 222 bytes .../lib/datejs/globalization/._hi-IN.js | Bin 0 -> 222 bytes .../lib/datejs/globalization/._hr-BA.js | Bin 0 -> 222 bytes .../lib/datejs/globalization/._hr-HR.js | Bin 0 -> 222 bytes .../lib/datejs/globalization/._hu-HU.js | Bin 0 -> 222 bytes .../lib/datejs/globalization/._hy-AM.js | Bin 0 -> 222 bytes .../lib/datejs/globalization/._id-ID.js | Bin 0 -> 222 bytes .../lib/datejs/globalization/._is-IS.js | Bin 0 -> 222 bytes .../lib/datejs/globalization/._it-CH.js | Bin 0 -> 222 bytes .../lib/datejs/globalization/._it-IT.js | Bin 0 -> 222 bytes .../lib/datejs/globalization/._iu-CA.js | Bin 0 -> 222 bytes .../lib/datejs/globalization/._ja-JP.js | Bin 0 -> 222 bytes .../lib/datejs/globalization/._ka-GE.js | Bin 0 -> 222 bytes .../lib/datejs/globalization/._kk-KZ.js | Bin 0 -> 222 bytes .../lib/datejs/globalization/._kn-IN.js | Bin 0 -> 222 bytes .../lib/datejs/globalization/._ko-KP.js | Bin 0 -> 222 bytes .../lib/datejs/globalization/._ko-KR.js | Bin 0 -> 222 bytes .../lib/datejs/globalization/._kok-IN.js | Bin 0 -> 222 bytes .../lib/datejs/globalization/._ky-KG.js | Bin 0 -> 222 bytes .../lib/datejs/globalization/._lt-LT.js | Bin 0 -> 222 bytes .../lib/datejs/globalization/._lv-LV.js | Bin 0 -> 222 bytes .../lib/datejs/globalization/._mi-NZ.js | Bin 0 -> 222 bytes .../lib/datejs/globalization/._mk-MK.js | Bin 0 -> 222 bytes .../lib/datejs/globalization/._ml-IN.js | Bin 0 -> 222 bytes .../lib/datejs/globalization/._mn-MN.js | Bin 0 -> 222 bytes .../lib/datejs/globalization/._mr-IN.js | Bin 0 -> 222 bytes .../lib/datejs/globalization/._ms-BN.js | Bin 0 -> 222 bytes .../lib/datejs/globalization/._ms-MY.js | Bin 0 -> 222 bytes .../lib/datejs/globalization/._mt-MT.js | Bin 0 -> 222 bytes .../lib/datejs/globalization/._nb-NO.js | Bin 0 -> 222 bytes .../lib/datejs/globalization/._nl-BE.js | Bin 0 -> 222 bytes .../lib/datejs/globalization/._nl-NL.js | Bin 0 -> 222 bytes .../lib/datejs/globalization/._nn-NO.js | Bin 0 -> 222 bytes .../lib/datejs/globalization/._ns-ZA.js | Bin 0 -> 222 bytes .../lib/datejs/globalization/._oc-FR.js | Bin 0 -> 222 bytes .../lib/datejs/globalization/._pa-IN.js | Bin 0 -> 222 bytes .../lib/datejs/globalization/._pl-PL.js | Bin 0 -> 222 bytes .../lib/datejs/globalization/._pt-BR.js | Bin 0 -> 222 bytes .../lib/datejs/globalization/._pt-PT.js | Bin 0 -> 222 bytes .../lib/datejs/globalization/._quz-BO.js | Bin 0 -> 222 bytes .../lib/datejs/globalization/._quz-EC.js | Bin 0 -> 222 bytes .../lib/datejs/globalization/._quz-PE.js | Bin 0 -> 222 bytes .../lib/datejs/globalization/._ro-RO.js | Bin 0 -> 222 bytes .../lib/datejs/globalization/._ru-RU.js | Bin 0 -> 222 bytes .../lib/datejs/globalization/._sa-IN.js | Bin 0 -> 222 bytes .../lib/datejs/globalization/._se-FI.js | Bin 0 -> 222 bytes .../lib/datejs/globalization/._se-NO.js | Bin 0 -> 222 bytes .../lib/datejs/globalization/._se-SE.js | Bin 0 -> 222 bytes .../lib/datejs/globalization/._si-LK.js | Bin 0 -> 222 bytes .../lib/datejs/globalization/._sk-SK.js | Bin 0 -> 222 bytes .../lib/datejs/globalization/._sl-SI.js | Bin 0 -> 222 bytes .../lib/datejs/globalization/._sma-NO.js | Bin 0 -> 222 bytes .../lib/datejs/globalization/._sma-SE.js | Bin 0 -> 222 bytes .../lib/datejs/globalization/._smj-NO.js | Bin 0 -> 222 bytes .../lib/datejs/globalization/._smj-SE.js | Bin 0 -> 222 bytes .../lib/datejs/globalization/._smn-FI.js | Bin 0 -> 222 bytes .../lib/datejs/globalization/._sms-FI.js | Bin 0 -> 222 bytes .../lib/datejs/globalization/._sq-AL.js | Bin 0 -> 222 bytes .../lib/datejs/globalization/._sr-Cyrl-BA.js | Bin 0 -> 222 bytes .../lib/datejs/globalization/._sr-Cyrl-CS.js | Bin 0 -> 222 bytes .../lib/datejs/globalization/._sr-Latn-BA.js | Bin 0 -> 222 bytes .../lib/datejs/globalization/._sr-Latn-CS.js | Bin 0 -> 222 bytes .../lib/datejs/globalization/._sr-RS.js | Bin 0 -> 222 bytes .../lib/datejs/globalization/._sr@latin.js | Bin 0 -> 222 bytes .../lib/datejs/globalization/._sv-FI.js | Bin 0 -> 222 bytes .../lib/datejs/globalization/._sv-SE.js | Bin 0 -> 222 bytes .../lib/datejs/globalization/._sw-KE.js | Bin 0 -> 222 bytes .../lib/datejs/globalization/._syr-SY.js | Bin 0 -> 222 bytes .../lib/datejs/globalization/._ta-IN.js | Bin 0 -> 222 bytes .../lib/datejs/globalization/._te-IN.js | Bin 0 -> 222 bytes .../lib/datejs/globalization/._th-TH.js | Bin 0 -> 222 bytes .../lib/datejs/globalization/._tlh-TLH.js | Bin 0 -> 222 bytes .../lib/datejs/globalization/._tn-ZA.js | Bin 0 -> 222 bytes .../lib/datejs/globalization/._tr-TR.js | Bin 0 -> 222 bytes .../lib/datejs/globalization/._tt-RU.js | Bin 0 -> 222 bytes .../lib/datejs/globalization/._uk-UA.js | Bin 0 -> 222 bytes .../lib/datejs/globalization/._ur-PK.js | Bin 0 -> 222 bytes .../lib/datejs/globalization/._uz-Cyrl-UZ.js | Bin 0 -> 222 bytes .../lib/datejs/globalization/._uz-Latn-UZ.js | Bin 0 -> 222 bytes .../lib/datejs/globalization/._vi-VN.js | Bin 0 -> 222 bytes .../lib/datejs/globalization/._xh-ZA.js | Bin 0 -> 222 bytes .../lib/datejs/globalization/._zh-CN.js | Bin 0 -> 222 bytes .../lib/datejs/globalization/._zh-HK.js | Bin 0 -> 222 bytes .../lib/datejs/globalization/._zh-MO.js | Bin 0 -> 222 bytes .../lib/datejs/globalization/._zh-SG.js | Bin 0 -> 222 bytes .../lib/datejs/globalization/._zh-TW.js | Bin 0 -> 222 bytes .../lib/datejs/globalization/._zu-ZA.js | Bin 0 -> 222 bytes web/static/lib/datejs/globalization/ab-RU.js | 0 web/static/lib/datejs/globalization/af-ZA.js | 195 + web/static/lib/datejs/globalization/am-ET.js | 195 + web/static/lib/datejs/globalization/ar-AE.js | 195 + web/static/lib/datejs/globalization/ar-AR.js | 0 web/static/lib/datejs/globalization/ar-BH.js | 195 + web/static/lib/datejs/globalization/ar-DZ.js | 195 + web/static/lib/datejs/globalization/ar-EG.js | 195 + web/static/lib/datejs/globalization/ar-IQ.js | 195 + web/static/lib/datejs/globalization/ar-JO.js | 195 + web/static/lib/datejs/globalization/ar-KW.js | 195 + web/static/lib/datejs/globalization/ar-LB.js | 195 + web/static/lib/datejs/globalization/ar-LY.js | 195 + web/static/lib/datejs/globalization/ar-MA.js | 195 + web/static/lib/datejs/globalization/ar-OM.js | 195 + web/static/lib/datejs/globalization/ar-QA.js | 195 + web/static/lib/datejs/globalization/ar-SA.js | 195 + web/static/lib/datejs/globalization/ar-SY.js | 195 + web/static/lib/datejs/globalization/ar-TN.js | 195 + web/static/lib/datejs/globalization/ar-YE.js | 195 + .../lib/datejs/globalization/az-Cyrl-AZ.js | 195 + .../lib/datejs/globalization/az-Latn-AZ.js | 195 + web/static/lib/datejs/globalization/be-BY.js | 195 + web/static/lib/datejs/globalization/bg-BG.js | 195 + web/static/lib/datejs/globalization/bs-BS.js | 0 .../lib/datejs/globalization/bs-Latn-BA.js | 195 + web/static/lib/datejs/globalization/ca-ES.js | 195 + web/static/lib/datejs/globalization/cs-CZ.js | 195 + web/static/lib/datejs/globalization/cy-GB.js | 195 + web/static/lib/datejs/globalization/da-DK.js | 195 + web/static/lib/datejs/globalization/de-AT.js | 195 + web/static/lib/datejs/globalization/de-CH.js | 195 + web/static/lib/datejs/globalization/de-DE.js | 195 + web/static/lib/datejs/globalization/de-LI.js | 195 + web/static/lib/datejs/globalization/de-LU.js | 195 + web/static/lib/datejs/globalization/dv-MV.js | 195 + web/static/lib/datejs/globalization/el-GR.js | 195 + web/static/lib/datejs/globalization/en-029.js | 195 + web/static/lib/datejs/globalization/en-AU.js | 195 + web/static/lib/datejs/globalization/en-BZ.js | 195 + web/static/lib/datejs/globalization/en-CA.js | 195 + web/static/lib/datejs/globalization/en-GB.js | 195 + web/static/lib/datejs/globalization/en-IE.js | 195 + web/static/lib/datejs/globalization/en-JM.js | 195 + web/static/lib/datejs/globalization/en-NZ.js | 195 + web/static/lib/datejs/globalization/en-PH.js | 195 + web/static/lib/datejs/globalization/en-TT.js | 195 + web/static/lib/datejs/globalization/en-US.js | 195 + web/static/lib/datejs/globalization/en-ZA.js | 195 + web/static/lib/datejs/globalization/en-ZW.js | 195 + web/static/lib/datejs/globalization/es-AR.js | 195 + web/static/lib/datejs/globalization/es-BO.js | 195 + web/static/lib/datejs/globalization/es-CL.js | 195 + web/static/lib/datejs/globalization/es-CO.js | 195 + web/static/lib/datejs/globalization/es-CR.js | 195 + web/static/lib/datejs/globalization/es-DO.js | 195 + web/static/lib/datejs/globalization/es-EC.js | 195 + web/static/lib/datejs/globalization/es-ES.js | 195 + web/static/lib/datejs/globalization/es-GT.js | 195 + web/static/lib/datejs/globalization/es-HN.js | 195 + web/static/lib/datejs/globalization/es-MX.js | 195 + web/static/lib/datejs/globalization/es-NI.js | 195 + web/static/lib/datejs/globalization/es-PA.js | 195 + web/static/lib/datejs/globalization/es-PE.js | 195 + web/static/lib/datejs/globalization/es-PR.js | 195 + web/static/lib/datejs/globalization/es-PY.js | 195 + web/static/lib/datejs/globalization/es-SV.js | 195 + web/static/lib/datejs/globalization/es-UY.js | 195 + web/static/lib/datejs/globalization/es-VE.js | 195 + web/static/lib/datejs/globalization/et-EE.js | 195 + web/static/lib/datejs/globalization/eu-ES.js | 195 + web/static/lib/datejs/globalization/fa-IR.js | 195 + web/static/lib/datejs/globalization/fi-FI.js | 195 + web/static/lib/datejs/globalization/fo-FO.js | 195 + web/static/lib/datejs/globalization/fr-BE.js | 195 + web/static/lib/datejs/globalization/fr-CA.js | 195 + web/static/lib/datejs/globalization/fr-CH.js | 195 + web/static/lib/datejs/globalization/fr-FR.js | 195 + web/static/lib/datejs/globalization/fr-LU.js | 195 + web/static/lib/datejs/globalization/fr-MC.js | 195 + web/static/lib/datejs/globalization/gl-ES.js | 195 + web/static/lib/datejs/globalization/gu-IN.js | 195 + web/static/lib/datejs/globalization/he-IL.js | 195 + web/static/lib/datejs/globalization/hi-IN.js | 195 + web/static/lib/datejs/globalization/hr-BA.js | 195 + web/static/lib/datejs/globalization/hr-HR.js | 195 + web/static/lib/datejs/globalization/hu-HU.js | 195 + web/static/lib/datejs/globalization/hy-AM.js | 195 + web/static/lib/datejs/globalization/id-ID.js | 195 + web/static/lib/datejs/globalization/is-IS.js | 195 + web/static/lib/datejs/globalization/it-CH.js | 195 + web/static/lib/datejs/globalization/it-IT.js | 195 + web/static/lib/datejs/globalization/iu-CA.js | 0 web/static/lib/datejs/globalization/ja-JP.js | 195 + web/static/lib/datejs/globalization/ka-GE.js | 195 + web/static/lib/datejs/globalization/kk-KZ.js | 195 + web/static/lib/datejs/globalization/kn-IN.js | 195 + web/static/lib/datejs/globalization/ko-KP.js | 0 web/static/lib/datejs/globalization/ko-KR.js | 195 + web/static/lib/datejs/globalization/kok-IN.js | 195 + web/static/lib/datejs/globalization/ky-KG.js | 195 + web/static/lib/datejs/globalization/lt-LT.js | 195 + web/static/lib/datejs/globalization/lv-LV.js | 195 + web/static/lib/datejs/globalization/mi-NZ.js | 195 + web/static/lib/datejs/globalization/mk-MK.js | 195 + web/static/lib/datejs/globalization/ml-IN.js | 0 web/static/lib/datejs/globalization/mn-MN.js | 195 + web/static/lib/datejs/globalization/mr-IN.js | 195 + web/static/lib/datejs/globalization/ms-BN.js | 195 + web/static/lib/datejs/globalization/ms-MY.js | 195 + web/static/lib/datejs/globalization/mt-MT.js | 195 + web/static/lib/datejs/globalization/nb-NO.js | 195 + web/static/lib/datejs/globalization/nl-BE.js | 195 + web/static/lib/datejs/globalization/nl-NL.js | 195 + web/static/lib/datejs/globalization/nn-NO.js | 195 + web/static/lib/datejs/globalization/ns-ZA.js | 195 + web/static/lib/datejs/globalization/oc-FR.js | 0 web/static/lib/datejs/globalization/pa-IN.js | 195 + web/static/lib/datejs/globalization/pl-PL.js | 195 + web/static/lib/datejs/globalization/pt-BR.js | 195 + web/static/lib/datejs/globalization/pt-PT.js | 195 + web/static/lib/datejs/globalization/quz-BO.js | 195 + web/static/lib/datejs/globalization/quz-EC.js | 195 + web/static/lib/datejs/globalization/quz-PE.js | 195 + web/static/lib/datejs/globalization/ro-RO.js | 195 + web/static/lib/datejs/globalization/ru-RU.js | 195 + web/static/lib/datejs/globalization/sa-IN.js | 195 + web/static/lib/datejs/globalization/se-FI.js | 195 + web/static/lib/datejs/globalization/se-NO.js | 195 + web/static/lib/datejs/globalization/se-SE.js | 195 + web/static/lib/datejs/globalization/si-LK.js | 0 web/static/lib/datejs/globalization/sk-SK.js | 195 + web/static/lib/datejs/globalization/sl-SI.js | 195 + web/static/lib/datejs/globalization/sma-NO.js | 195 + web/static/lib/datejs/globalization/sma-SE.js | 195 + web/static/lib/datejs/globalization/smj-NO.js | 195 + web/static/lib/datejs/globalization/smj-SE.js | 195 + web/static/lib/datejs/globalization/smn-FI.js | 195 + web/static/lib/datejs/globalization/sms-FI.js | 195 + web/static/lib/datejs/globalization/sq-AL.js | 195 + .../lib/datejs/globalization/sr-Cyrl-BA.js | 195 + .../lib/datejs/globalization/sr-Cyrl-CS.js | 195 + .../lib/datejs/globalization/sr-Latn-BA.js | 195 + .../lib/datejs/globalization/sr-Latn-CS.js | 195 + web/static/lib/datejs/globalization/sr-RS.js | 0 .../lib/datejs/globalization/sr@latin.js | 0 web/static/lib/datejs/globalization/sv-FI.js | 195 + web/static/lib/datejs/globalization/sv-SE.js | 195 + web/static/lib/datejs/globalization/sw-KE.js | 195 + web/static/lib/datejs/globalization/syr-SY.js | 195 + web/static/lib/datejs/globalization/ta-IN.js | 195 + web/static/lib/datejs/globalization/te-IN.js | 195 + web/static/lib/datejs/globalization/th-TH.js | 195 + .../lib/datejs/globalization/tlh-TLH.js | 0 web/static/lib/datejs/globalization/tn-ZA.js | 195 + web/static/lib/datejs/globalization/tr-TR.js | 195 + web/static/lib/datejs/globalization/tt-RU.js | 195 + web/static/lib/datejs/globalization/uk-UA.js | 195 + web/static/lib/datejs/globalization/ur-PK.js | 195 + .../lib/datejs/globalization/uz-Cyrl-UZ.js | 195 + .../lib/datejs/globalization/uz-Latn-UZ.js | 195 + web/static/lib/datejs/globalization/vi-VN.js | 195 + web/static/lib/datejs/globalization/xh-ZA.js | 195 + web/static/lib/datejs/globalization/zh-CN.js | 195 + web/static/lib/datejs/globalization/zh-HK.js | 195 + web/static/lib/datejs/globalization/zh-MO.js | 195 + web/static/lib/datejs/globalization/zh-SG.js | 195 + web/static/lib/datejs/globalization/zh-TW.js | 195 + web/static/lib/datejs/globalization/zu-ZA.js | 195 + web/static/lib/datejs/parser.js | 1116 ++ web/static/lib/datejs/sugarpak.js | 475 + web/static/lib/datejs/time.js | 269 + web/static/lib/jquery.MD5/._README.md | Bin 0 -> 222 bytes web/static/lib/jquery.MD5/._README.txt | Bin 0 -> 222 bytes web/static/lib/jquery.MD5/._jquery.md5.js | Bin 0 -> 222 bytes web/static/lib/jquery.MD5/._tests | Bin 0 -> 222 bytes web/static/lib/jquery.MD5/README.md | 32 + web/static/lib/jquery.MD5/README.txt | 32 + web/static/lib/jquery.MD5/jquery.md5.js | 269 + web/static/lib/jquery.MD5/tests/._index.html | Bin 0 -> 222 bytes web/static/lib/jquery.MD5/tests/._tests.js | Bin 0 -> 222 bytes web/static/lib/jquery.MD5/tests/index.html | 43 + web/static/lib/jquery.MD5/tests/tests.js | 57 + .../lib/jquery.autosize/._jquery.autosize.js | Bin 0 -> 222 bytes .../lib/jquery.autosize/jquery.autosize.js | 165 + .../lib/jquery.ba-bbq/._jquery.ba-bbq.js | Bin 0 -> 222 bytes .../lib/jquery.ba-bbq/._jquery.ba-bbq.min.js | Bin 0 -> 222 bytes web/static/lib/jquery.ba-bbq/jquery.ba-bbq.js | 1137 ++ .../lib/jquery.ba-bbq/jquery.ba-bbq.min.js | 18 + .../lib/jquery.blockUI/._jquery.blockUI.js | Bin 0 -> 222 bytes .../lib/jquery.blockUI/jquery.blockUI.js | 499 + web/static/lib/jquery.form/._jquery.form.js | Bin 0 -> 222 bytes web/static/lib/jquery.form/jquery.form.js | 911 + web/static/lib/jquery.scrollTo/._changes.txt | Bin 0 -> 222 bytes .../jquery.scrollTo/._jquery.scrollTo-min.js | Bin 0 -> 222 bytes .../lib/jquery.scrollTo/._jquery.scrollTo.js | Bin 0 -> 222 bytes web/static/lib/jquery.scrollTo/changes.txt | 91 + .../jquery.scrollTo/jquery.scrollTo-min.js | 11 + .../lib/jquery.scrollTo/jquery.scrollTo.js | 215 + .../lib/jquery.textext/._jquery.textext.css | Bin 0 -> 222 bytes .../lib/jquery.textext/._jquery.textext.js | Bin 0 -> 222 bytes .../lib/jquery.textext/jquery.textext.css | 148 + .../lib/jquery.textext/jquery.textext.js | 4776 +++++ .../lib/jquery.timeago/._jquery.timeago.js | Bin 0 -> 222 bytes .../lib/jquery.timeago/jquery.timeago.js | 165 + web/static/lib/jquery.tipsy/._jquery.tipsy.js | Bin 0 -> 222 bytes web/static/lib/jquery.tipsy/._tipsy.css | Bin 0 -> 222 bytes web/static/lib/jquery.tipsy/jquery.tipsy.js | 250 + web/static/lib/jquery.tipsy/tipsy.css | 25 + .../lib/jquery.ui.bootstrap/._README.md | Bin 0 -> 222 bytes .../lib/jquery.ui.bootstrap/._bootstrap | Bin 0 -> 222 bytes web/static/lib/jquery.ui.bootstrap/._css | Bin 0 -> 222 bytes .../lib/jquery.ui.bootstrap/._third-party | Bin 0 -> 222 bytes web/static/lib/jquery.ui.bootstrap/README.md | 31 + .../bootstrap/._bootstrap.css | Bin 0 -> 222 bytes .../lib/jquery.ui.bootstrap/bootstrap/._js | Bin 0 -> 222 bytes .../bootstrap/bootstrap.css | 2476 +++ .../bootstrap/js/._bootstrap-alerts.js | Bin 0 -> 222 bytes .../bootstrap/js/._bootstrap-buttons.js | Bin 0 -> 222 bytes .../bootstrap/js/._bootstrap-dropdown.js | Bin 0 -> 222 bytes .../bootstrap/js/._bootstrap-modal.js | Bin 0 -> 222 bytes .../bootstrap/js/._bootstrap-popover.js | Bin 0 -> 222 bytes .../bootstrap/js/._bootstrap-scrollspy.js | Bin 0 -> 222 bytes .../bootstrap/js/._bootstrap-tabs.js | Bin 0 -> 222 bytes .../bootstrap/js/._bootstrap-twipsy.js | Bin 0 -> 222 bytes .../bootstrap/js/bootstrap-alerts.js | 124 + .../bootstrap/js/bootstrap-buttons.js | 64 + .../bootstrap/js/bootstrap-dropdown.js | 55 + .../bootstrap/js/bootstrap-modal.js | 260 + .../bootstrap/js/bootstrap-popover.js | 90 + .../bootstrap/js/bootstrap-scrollspy.js | 107 + .../bootstrap/js/bootstrap-tabs.js | 80 + .../bootstrap/js/bootstrap-twipsy.js | 321 + .../jquery.ui.bootstrap/css/._custom-theme | Bin 0 -> 222 bytes .../lib/jquery.ui.bootstrap/css/._demo.css | Bin 0 -> 222 bytes web/static/lib/jquery.ui.bootstrap/css/._less | Bin 0 -> 222 bytes .../css/custom-theme/._images | Bin 0 -> 222 bytes .../custom-theme/._jquery-ui-1.9.0.custom.css | Bin 0 -> 222 bytes .../css/custom-theme/._jquery.ui.1.9.0.ie.css | Bin 0 -> 222 bytes .../images/._ui-bg_flat_0_aaaaaa_40x100.png | Bin 0 -> 222 bytes .../images/._ui-bg_glass_55_fbf9ee_1x400.png | Bin 0 -> 222 bytes .../images/._ui-bg_glass_65_ffffff_1x400.png | Bin 0 -> 222 bytes .../images/._ui-bg_glass_75_dadada_1x400.png | Bin 0 -> 222 bytes .../images/._ui-bg_glass_75_e6e6e6_1x400.png | Bin 0 -> 222 bytes .../images/._ui-bg_glass_75_ffffff_1x400.png | Bin 0 -> 222 bytes ...._ui-bg_highlight-soft_75_cccccc_1x100.png | Bin 0 -> 222 bytes .../._ui-bg_inset-soft_95_fef1ec_1x100.png | Bin 0 -> 222 bytes .../images/._ui-icons_222222_256x240.png | Bin 0 -> 222 bytes .../images/._ui-icons_2e83ff_256x240.png | Bin 0 -> 222 bytes .../images/._ui-icons_454545_256x240.png | Bin 0 -> 222 bytes .../images/._ui-icons_888888_256x240.png | Bin 0 -> 222 bytes .../images/._ui-icons_cd0a0a_256x240.png | Bin 0 -> 222 bytes .../images/._ui-icons_f6cf3b_256x240.png | Bin 0 -> 222 bytes .../images/ui-bg_flat_0_aaaaaa_40x100.png | Bin 0 -> 180 bytes .../images/ui-bg_glass_55_fbf9ee_1x400.png | Bin 0 -> 120 bytes .../images/ui-bg_glass_65_ffffff_1x400.png | Bin 0 -> 105 bytes .../images/ui-bg_glass_75_dadada_1x400.png | Bin 0 -> 111 bytes .../images/ui-bg_glass_75_e6e6e6_1x400.png | Bin 0 -> 110 bytes .../images/ui-bg_glass_75_ffffff_1x400.png | Bin 0 -> 107 bytes .../ui-bg_highlight-soft_75_cccccc_1x100.png | Bin 0 -> 101 bytes .../ui-bg_inset-soft_95_fef1ec_1x100.png | Bin 0 -> 123 bytes .../images/ui-icons_222222_256x240.png | Bin 0 -> 4369 bytes .../images/ui-icons_2e83ff_256x240.png | Bin 0 -> 4369 bytes .../images/ui-icons_454545_256x240.png | Bin 0 -> 4369 bytes .../images/ui-icons_888888_256x240.png | Bin 0 -> 4369 bytes .../images/ui-icons_cd0a0a_256x240.png | Bin 0 -> 4369 bytes .../images/ui-icons_f6cf3b_256x240.png | Bin 0 -> 8884 bytes .../custom-theme/jquery-ui-1.9.0.custom.css | 1387 ++ .../css/custom-theme/jquery.ui.1.9.0.ie.css | 16 + .../lib/jquery.ui.bootstrap/css/demo.css | 117 + .../css/less/._bootstrap.less | Bin 0 -> 222 bytes .../jquery.ui.bootstrap/css/less/._forms.less | Bin 0 -> 222 bytes .../css/less/._mixins.less | Bin 0 -> 222 bytes .../css/less/._patterns.less | Bin 0 -> 222 bytes .../jquery.ui.bootstrap/css/less/._reset.less | Bin 0 -> 222 bytes .../css/less/._scaffolding.less | Bin 0 -> 222 bytes .../css/less/._tables.less | Bin 0 -> 222 bytes .../jquery.ui.bootstrap/css/less/._type.less | Bin 0 -> 222 bytes .../css/less/._variables.less | Bin 0 -> 222 bytes .../css/less/bootstrap.less | 26 + .../jquery.ui.bootstrap/css/less/forms.less | 479 + .../jquery.ui.bootstrap/css/less/mixins.less | 222 + .../css/less/patterns.less | 1065 ++ .../jquery.ui.bootstrap/css/less/reset.less | 142 + .../css/less/scaffolding.less | 139 + .../jquery.ui.bootstrap/css/less/tables.less | 224 + .../jquery.ui.bootstrap/css/less/type.less | 187 + .../css/less/variables.less | 60 + .../third-party/._jQuery-UI-Date-Range-Picker | Bin 0 -> 222 bytes .../third-party/._jQuery-UI-FileInput | Bin 0 -> 222 bytes .../jquery.ui.bootstrap/third-party/._wijmo | Bin 0 -> 222 bytes .../jQuery-UI-Date-Range-Picker/._css | Bin 0 -> 222 bytes .../jQuery-UI-Date-Range-Picker/._index.html | Bin 0 -> 222 bytes .../jQuery-UI-Date-Range-Picker/._js | Bin 0 -> 222 bytes .../css/._ui.daterangepicker.css | Bin 0 -> 222 bytes .../css/ui.daterangepicker.css | 146 + .../jQuery-UI-Date-Range-Picker/index.html | 66 + .../jQuery-UI-Date-Range-Picker/js/._date.js | Bin 0 -> 222 bytes .../js/._daterangepicker.jQuery.compressed.js | Bin 0 -> 222 bytes .../js/._daterangepicker.jQuery.js | Bin 0 -> 222 bytes .../jQuery-UI-Date-Range-Picker/js/date.js | 375 + .../js/daterangepicker.jQuery.compressed.js | 1 + .../js/daterangepicker.jQuery.js | 374 + .../third-party/jQuery-UI-FileInput/._css | Bin 0 -> 222 bytes .../third-party/jQuery-UI-FileInput/._images | Bin 0 -> 222 bytes .../third-party/jQuery-UI-FileInput/._js | Bin 0 -> 222 bytes .../jQuery-UI-FileInput/css/._enhanced.css | Bin 0 -> 222 bytes .../jQuery-UI-FileInput/css/enhanced.css | 47 + .../images/._icon-generic.gif | Bin 0 -> 222 bytes .../images/._icon-image.gif | Bin 0 -> 222 bytes .../images/._icon-media.gif | Bin 0 -> 222 bytes .../jQuery-UI-FileInput/images/._icon-zip.gif | Bin 0 -> 222 bytes .../images/icon-generic.gif | Bin 0 -> 341 bytes .../jQuery-UI-FileInput/images/icon-image.gif | Bin 0 -> 355 bytes .../jQuery-UI-FileInput/images/icon-media.gif | Bin 0 -> 359 bytes .../jQuery-UI-FileInput/images/icon-zip.gif | Bin 0 -> 355 bytes .../jQuery-UI-FileInput/js/._enhance.min.js | Bin 0 -> 222 bytes .../js/._fileinput.jquery.js | Bin 0 -> 222 bytes .../jQuery-UI-FileInput/js/enhance.min.js | 6 + .../js/fileinput.jquery.js | 98 + .../wijmo/._jquery.bgiframe-2.1.3-pre.js | Bin 0 -> 222 bytes .../wijmo/._jquery.mousewheel.min.js | Bin 0 -> 222 bytes .../wijmo/._jquery.wijmo-open.1.5.0.css | Bin 0 -> 222 bytes .../wijmo/._jquery.wijmo-open.1.5.0.min.js | Bin 0 -> 222 bytes .../wijmo/jquery.bgiframe-2.1.3-pre.js | 39 + .../wijmo/jquery.mousewheel.min.js | 12 + .../wijmo/jquery.wijmo-open.1.5.0.css | 1833 ++ .../wijmo/jquery.wijmo-open.1.5.0.min.js | 30 + web/static/lib/jquery.ui.notify/._css | Bin 0 -> 222 bytes web/static/lib/jquery.ui.notify/._js | Bin 0 -> 222 bytes .../lib/jquery.ui.notify/css/._ui.notify.css | Bin 0 -> 222 bytes .../lib/jquery.ui.notify/css/ui.notify.css | 13 + .../jquery.ui.notify/js/._jquery.notify.js | Bin 0 -> 222 bytes .../lib/jquery.ui.notify/js/jquery.notify.js | 140 + web/static/lib/jquery.ui.timepicker/._css | Bin 0 -> 222 bytes web/static/lib/jquery.ui.timepicker/._js | Bin 0 -> 222 bytes .../css/._jquery-ui-timepicker-addon.css | Bin 0 -> 222 bytes .../css/jquery-ui-timepicker-addon.css | 6 + .../js/._jquery-ui-timepicker-addon.js | Bin 0 -> 222 bytes .../js/jquery-ui-timepicker-addon.js | 1326 ++ web/static/lib/jquery.ui/._css | Bin 0 -> 222 bytes web/static/lib/jquery.ui/._js | Bin 0 -> 222 bytes web/static/lib/jquery.ui/css/._smoothness | Bin 0 -> 222 bytes .../lib/jquery.ui/css/smoothness/._images | Bin 0 -> 222 bytes .../smoothness/._jquery-ui-1.9.1.custom.css | Bin 0 -> 222 bytes .../._jquery-ui-1.9.1.custom.min.css | Bin 0 -> 222 bytes .../images/._ui-bg_flat_0_aaaaaa_40x100.png | Bin 0 -> 222 bytes .../images/._ui-bg_flat_75_ffffff_40x100.png | Bin 0 -> 222 bytes .../images/._ui-bg_glass_55_fbf9ee_1x400.png | Bin 0 -> 222 bytes .../images/._ui-bg_glass_65_ffffff_1x400.png | Bin 0 -> 222 bytes .../images/._ui-bg_glass_75_dadada_1x400.png | Bin 0 -> 222 bytes .../images/._ui-bg_glass_75_e6e6e6_1x400.png | Bin 0 -> 222 bytes .../images/._ui-bg_glass_95_fef1ec_1x400.png | Bin 0 -> 222 bytes ...._ui-bg_highlight-soft_75_cccccc_1x100.png | Bin 0 -> 222 bytes .../images/._ui-icons_222222_256x240.png | Bin 0 -> 222 bytes .../images/._ui-icons_2e83ff_256x240.png | Bin 0 -> 222 bytes .../images/._ui-icons_454545_256x240.png | Bin 0 -> 222 bytes .../images/._ui-icons_888888_256x240.png | Bin 0 -> 222 bytes .../images/._ui-icons_cd0a0a_256x240.png | Bin 0 -> 222 bytes .../images/ui-bg_flat_0_aaaaaa_40x100.png | Bin 0 -> 180 bytes .../images/ui-bg_flat_75_ffffff_40x100.png | Bin 0 -> 178 bytes .../images/ui-bg_glass_55_fbf9ee_1x400.png | Bin 0 -> 144 bytes .../images/ui-bg_glass_65_ffffff_1x400.png | Bin 0 -> 105 bytes .../images/ui-bg_glass_75_dadada_1x400.png | Bin 0 -> 111 bytes .../images/ui-bg_glass_75_e6e6e6_1x400.png | Bin 0 -> 110 bytes .../images/ui-bg_glass_95_fef1ec_1x400.png | Bin 0 -> 119 bytes .../ui-bg_highlight-soft_75_cccccc_1x100.png | Bin 0 -> 101 bytes .../images/ui-icons_222222_256x240.png | Bin 0 -> 4369 bytes .../images/ui-icons_2e83ff_256x240.png | Bin 0 -> 5355 bytes .../images/ui-icons_454545_256x240.png | Bin 0 -> 4369 bytes .../images/ui-icons_888888_256x240.png | Bin 0 -> 4369 bytes .../images/ui-icons_cd0a0a_256x240.png | Bin 0 -> 4369 bytes .../css/smoothness/jquery-ui-1.9.1.custom.css | 461 + .../smoothness/jquery-ui-1.9.1.custom.min.css | 5 + .../jquery.ui/js/._jquery-ui-1.9.1.custom.js | Bin 0 -> 222 bytes .../jquery.ui/js/jquery-ui-1.9.1.custom.js | 14824 ++++++++++++++++ .../lib/jquery.validate/._jquery.validate.js | Bin 0 -> 222 bytes .../lib/jquery.validate/jquery.validate.js | 1166 ++ web/static/lib/jquery/._jquery-1.8.3.js | Bin 0 -> 222 bytes web/static/lib/jquery/jquery-1.8.3.js | 9472 ++++++++++ web/static/lib/py.js/._.hg_archival.txt | Bin 0 -> 222 bytes web/static/lib/py.js/._LICENSE | Bin 0 -> 222 bytes web/static/lib/py.js/._README.rst | Bin 0 -> 222 bytes web/static/lib/py.js/._TODO.rst | Bin 0 -> 222 bytes web/static/lib/py.js/._doc | Bin 0 -> 222 bytes web/static/lib/py.js/._lib | Bin 0 -> 222 bytes web/static/lib/py.js/.hg_archival.txt | 5 + web/static/lib/py.js/LICENSE | 13 + web/static/lib/py.js/README.rst | 196 + web/static/lib/py.js/TODO.rst | 47 + web/static/lib/py.js/doc/._Makefile | Bin 0 -> 222 bytes web/static/lib/py.js/doc/._builtins.rst | Bin 0 -> 222 bytes web/static/lib/py.js/doc/._conf.py | Bin 0 -> 222 bytes web/static/lib/py.js/doc/._differences.rst | Bin 0 -> 222 bytes web/static/lib/py.js/doc/._index.rst | Bin 0 -> 222 bytes web/static/lib/py.js/doc/._make.bat | Bin 0 -> 222 bytes web/static/lib/py.js/doc/._types.rst | Bin 0 -> 222 bytes web/static/lib/py.js/doc/._utility.rst | Bin 0 -> 222 bytes web/static/lib/py.js/doc/Makefile | 153 + web/static/lib/py.js/doc/builtins.rst | 55 + web/static/lib/py.js/doc/conf.py | 247 + web/static/lib/py.js/doc/differences.rst | 64 + web/static/lib/py.js/doc/index.rst | 161 + web/static/lib/py.js/doc/make.bat | 190 + web/static/lib/py.js/doc/types.rst | 248 + web/static/lib/py.js/doc/utility.rst | 248 + web/static/lib/py.js/lib/._py.js | Bin 0 -> 222 bytes web/static/lib/py.js/lib/py.js | 1336 ++ web/static/lib/qunit/._qunit.css | Bin 0 -> 222 bytes web/static/lib/qunit/._qunit.js | Bin 0 -> 222 bytes web/static/lib/qunit/qunit.css | 231 + web/static/lib/qunit/qunit.js | 1932 ++ web/static/lib/qweb/._qweb-benchmark.html | Bin 0 -> 222 bytes web/static/lib/qweb/._qweb-benchmark.xml | Bin 0 -> 222 bytes .../lib/qweb/._qweb-test-attributes.xml | Bin 0 -> 222 bytes web/static/lib/qweb/._qweb-test-call.xml | Bin 0 -> 222 bytes .../lib/qweb/._qweb-test-conditionals.xml | Bin 0 -> 222 bytes web/static/lib/qweb/._qweb-test-extend.xml | Bin 0 -> 222 bytes web/static/lib/qweb/._qweb-test-foreach.xml | Bin 0 -> 222 bytes web/static/lib/qweb/._qweb-test-output.xml | Bin 0 -> 222 bytes web/static/lib/qweb/._qweb-test-set.xml | Bin 0 -> 222 bytes web/static/lib/qweb/._qweb-test.js.html | Bin 0 -> 222 bytes web/static/lib/qweb/._qweb.js | Bin 0 -> 222 bytes web/static/lib/qweb/._qweb2.js | Bin 0 -> 222 bytes web/static/lib/qweb/qweb-benchmark.html | 57 + web/static/lib/qweb/qweb-benchmark.xml | 60 + web/static/lib/qweb/qweb-test-attributes.xml | 22 + web/static/lib/qweb/qweb-test-call.xml | 30 + .../lib/qweb/qweb-test-conditionals.xml | 59 + web/static/lib/qweb/qweb-test-extend.xml | 32 + web/static/lib/qweb/qweb-test-foreach.xml | 17 + web/static/lib/qweb/qweb-test-output.xml | 51 + web/static/lib/qweb/qweb-test-set.xml | 15 + web/static/lib/qweb/qweb-test.js.html | 270 + web/static/lib/qweb/qweb.js | 413 + web/static/lib/qweb/qweb2.js | 706 + web/static/lib/spinjs/._spin.js | Bin 0 -> 222 bytes web/static/lib/spinjs/spin.js | 320 + web/static/lib/underscore/._underscore-min.js | Bin 0 -> 222 bytes web/static/lib/underscore/._underscore.js | Bin 0 -> 222 bytes .../lib/underscore/._underscore.string.js | Bin 0 -> 222 bytes .../lib/underscore/._underscore.string.min.js | Bin 0 -> 222 bytes web/static/lib/underscore/underscore-min.js | 31 + web/static/lib/underscore/underscore.js | 999 ++ .../lib/underscore/underscore.string.js | 468 + .../lib/underscore/underscore.string.min.js | 14 + web/static/src/._css | Bin 0 -> 222 bytes web/static/src/._font | Bin 0 -> 222 bytes web/static/src/._img | Bin 0 -> 222 bytes web/static/src/._js | Bin 0 -> 222 bytes web/static/src/._xml | Bin 0 -> 222 bytes web/static/src/css/._Makefile | Bin 0 -> 222 bytes web/static/src/css/._base.css | Bin 0 -> 222 bytes web/static/src/css/._base.sass | Bin 0 -> 222 bytes web/static/src/css/._data_export.css | Bin 0 -> 222 bytes web/static/src/css/._full.css | Bin 0 -> 222 bytes web/static/src/css/Makefile | 3 + web/static/src/css/base.css | 3357 ++++ web/static/src/css/base.sass | 2633 +++ web/static/src/css/data_export.css | 84 + web/static/src/css/full.css | 12 + web/static/src/font/._entypo-webfont.eot | Bin 0 -> 222 bytes web/static/src/font/._entypo-webfont.svg | Bin 0 -> 222 bytes web/static/src/font/._entypo-webfont.ttf | Bin 0 -> 222 bytes web/static/src/font/._entypo-webfont.woff | Bin 0 -> 222 bytes .../src/font/._mnmliconsv21-webfont.eot | Bin 0 -> 222 bytes .../src/font/._mnmliconsv21-webfont.svg | Bin 0 -> 222 bytes .../src/font/._mnmliconsv21-webfont.ttf | Bin 0 -> 222 bytes .../src/font/._mnmliconsv21-webfont.woff | Bin 0 -> 222 bytes web/static/src/font/entypo-webfont.eot | Bin 0 -> 29428 bytes web/static/src/font/entypo-webfont.svg | 198 + web/static/src/font/entypo-webfont.ttf | Bin 0 -> 29264 bytes web/static/src/font/entypo-webfont.woff | Bin 0 -> 18772 bytes web/static/src/font/mnmliconsv21-webfont.eot | Bin 0 -> 24173 bytes web/static/src/font/mnmliconsv21-webfont.svg | 149 + web/static/src/font/mnmliconsv21-webfont.ttf | Bin 0 -> 39912 bytes web/static/src/font/mnmliconsv21-webfont.woff | Bin 0 -> 26348 bytes web/static/src/img/._accessories-archiver.png | Bin 0 -> 222 bytes web/static/src/img/._add-shortcut.png | Bin 0 -> 222 bytes web/static/src/img/._attachments-close.png | Bin 0 -> 222 bytes web/static/src/img/._back-enable.jpg | Bin 0 -> 222 bytes web/static/src/img/._box-a-header-a.gif | Bin 0 -> 222 bytes web/static/src/img/._collapse.gif | Bin 0 -> 222 bytes web/static/src/img/._db.png | Bin 0 -> 222 bytes web/static/src/img/._down-arrow.png | Bin 0 -> 222 bytes web/static/src/img/._expand.gif | Bin 0 -> 222 bytes web/static/src/img/._favicon.ico | Bin 0 -> 222 bytes web/static/src/img/._form_sheetbg.png | Bin 0 -> 222 bytes web/static/src/img/._form_steps.png | Bin 0 -> 222 bytes web/static/src/img/._gradientlinebg.gif | Bin 0 -> 222 bytes web/static/src/img/._graph_background.png | Bin 0 -> 222 bytes web/static/src/img/._header.gif | Bin 0 -> 222 bytes web/static/src/img/._icons | Bin 0 -> 222 bytes web/static/src/img/._iconset-a-help.gif | Bin 0 -> 222 bytes web/static/src/img/._iconset-a-help.png | Bin 0 -> 222 bytes web/static/src/img/._iconset-b-remove.png | Bin 0 -> 222 bytes web/static/src/img/._iconset-d-drop.gif | Bin 0 -> 222 bytes web/static/src/img/._logo.png | Bin 0 -> 222 bytes web/static/src/img/._logo2.png | Bin 0 -> 222 bytes web/static/src/img/._nologo.png | Bin 0 -> 222 bytes web/static/src/img/._pager_first.png | Bin 0 -> 222 bytes web/static/src/img/._pager_last.png | Bin 0 -> 222 bytes web/static/src/img/._pager_next.png | Bin 0 -> 222 bytes web/static/src/img/._pager_previous.png | Bin 0 -> 222 bytes web/static/src/img/._partner.png | Bin 0 -> 222 bytes web/static/src/img/._pencil.gif | Bin 0 -> 222 bytes web/static/src/img/._placeholder.png | Bin 0 -> 222 bytes web/static/src/img/._product.png | Bin 0 -> 222 bytes web/static/src/img/._remove-shortcut.png | Bin 0 -> 222 bytes web/static/src/img/._search_reset.gif | Bin 0 -> 222 bytes web/static/src/img/._sep-a.gif | Bin 0 -> 222 bytes web/static/src/img/._stock_person.png | Bin 0 -> 222 bytes web/static/src/img/._throbber.gif | Bin 0 -> 222 bytes web/static/src/img/._toggle-a-bg.png | Bin 0 -> 222 bytes web/static/src/img/._ui | Bin 0 -> 222 bytes web/static/src/img/._user_menu_avatar.png | Bin 0 -> 222 bytes web/static/src/img/._view_empty_arrow.png | Bin 0 -> 222 bytes web/static/src/img/._views-icons-a.png | Bin 0 -> 222 bytes web/static/src/img/._warning.png | Bin 0 -> 222 bytes web/static/src/img/accessories-archiver.png | Bin 0 -> 822 bytes web/static/src/img/add-shortcut.png | Bin 0 -> 395 bytes web/static/src/img/attachments-close.png | Bin 0 -> 486 bytes web/static/src/img/back-enable.jpg | Bin 0 -> 28373 bytes web/static/src/img/bahmniLogo.png | Bin 0 -> 38053 bytes web/static/src/img/box-a-header-a.gif | Bin 0 -> 91 bytes web/static/src/img/collapse.gif | Bin 0 -> 80 bytes web/static/src/img/db.png | Bin 0 -> 2042 bytes web/static/src/img/down-arrow.png | Bin 0 -> 263 bytes web/static/src/img/expand.gif | Bin 0 -> 81 bytes web/static/src/img/favicon.ico | Bin 0 -> 1150 bytes web/static/src/img/flag_of_mozambique.png | Bin 0 -> 31709 bytes web/static/src/img/form_sheetbg.png | Bin 0 -> 97 bytes web/static/src/img/form_steps.png | Bin 0 -> 361 bytes web/static/src/img/gradientlinebg.gif | Bin 0 -> 182 bytes web/static/src/img/graph_background.png | Bin 0 -> 3920 bytes web/static/src/img/header.gif | Bin 0 -> 182 bytes web/static/src/img/icons/._STOCK_ABOUT.png | Bin 0 -> 222 bytes web/static/src/img/icons/._STOCK_ADD.png | Bin 0 -> 222 bytes web/static/src/img/icons/._STOCK_APPLY.png | Bin 0 -> 222 bytes web/static/src/img/icons/._STOCK_BOLD.png | Bin 0 -> 222 bytes web/static/src/img/icons/._STOCK_CANCEL.png | Bin 0 -> 222 bytes web/static/src/img/icons/._STOCK_CDROM.png | Bin 0 -> 222 bytes web/static/src/img/icons/._STOCK_CLEAR.png | Bin 0 -> 222 bytes web/static/src/img/icons/._STOCK_CLOSE.png | Bin 0 -> 222 bytes .../src/img/icons/._STOCK_COLOR_PICKER.png | Bin 0 -> 222 bytes web/static/src/img/icons/._STOCK_CONNECT.png | Bin 0 -> 222 bytes web/static/src/img/icons/._STOCK_CONVERT.png | Bin 0 -> 222 bytes web/static/src/img/icons/._STOCK_COPY.png | Bin 0 -> 222 bytes web/static/src/img/icons/._STOCK_CUT.png | Bin 0 -> 222 bytes web/static/src/img/icons/._STOCK_DELETE.png | Bin 0 -> 222 bytes .../icons/._STOCK_DIALOG_AUTHENTICATION.png | Bin 0 -> 222 bytes .../src/img/icons/._STOCK_DIALOG_ERROR.png | Bin 0 -> 222 bytes .../src/img/icons/._STOCK_DIALOG_INFO.png | Bin 0 -> 222 bytes .../src/img/icons/._STOCK_DIALOG_QUESTION.png | Bin 0 -> 222 bytes .../src/img/icons/._STOCK_DIALOG_WARNING.png | Bin 0 -> 222 bytes .../src/img/icons/._STOCK_DIRECTORY.png | Bin 0 -> 222 bytes .../src/img/icons/._STOCK_DIRECTORY_MENU.png | Bin 0 -> 222 bytes .../src/img/icons/._STOCK_DISCONNECT.png | Bin 0 -> 222 bytes web/static/src/img/icons/._STOCK_DND.png | Bin 0 -> 222 bytes .../src/img/icons/._STOCK_DND_MULTIPLE.png | Bin 0 -> 222 bytes web/static/src/img/icons/._STOCK_EDIT.png | Bin 0 -> 222 bytes web/static/src/img/icons/._STOCK_EXECUTE.png | Bin 0 -> 222 bytes web/static/src/img/icons/._STOCK_FILE.png | Bin 0 -> 222 bytes web/static/src/img/icons/._STOCK_FIND.png | Bin 0 -> 222 bytes .../img/icons/._STOCK_FIND_AND_REPLACE.png | Bin 0 -> 222 bytes web/static/src/img/icons/._STOCK_FLOPPY.png | Bin 0 -> 222 bytes .../src/img/icons/._STOCK_FULLSCREEN.png | Bin 0 -> 222 bytes .../src/img/icons/._STOCK_GOTO_BOTTOM.png | Bin 0 -> 222 bytes .../src/img/icons/._STOCK_GOTO_FIRST.png | Bin 0 -> 222 bytes .../src/img/icons/._STOCK_GOTO_LAST.png | Bin 0 -> 222 bytes web/static/src/img/icons/._STOCK_GOTO_TOP.png | Bin 0 -> 222 bytes web/static/src/img/icons/._STOCK_GO_BACK.png | Bin 0 -> 222 bytes web/static/src/img/icons/._STOCK_GO_DOWN.png | Bin 0 -> 222 bytes .../src/img/icons/._STOCK_GO_FORWARD.png | Bin 0 -> 222 bytes web/static/src/img/icons/._STOCK_GO_UP.png | Bin 0 -> 222 bytes web/static/src/img/icons/._STOCK_HARDDISK.png | Bin 0 -> 222 bytes web/static/src/img/icons/._STOCK_HELP.png | Bin 0 -> 222 bytes web/static/src/img/icons/._STOCK_HOME.png | Bin 0 -> 222 bytes web/static/src/img/icons/._STOCK_INDENT.png | Bin 0 -> 222 bytes web/static/src/img/icons/._STOCK_INDEX.png | Bin 0 -> 222 bytes web/static/src/img/icons/._STOCK_INFO.png | Bin 0 -> 222 bytes web/static/src/img/icons/._STOCK_ITALIC.png | Bin 0 -> 222 bytes web/static/src/img/icons/._STOCK_JUMP_TO.png | Bin 0 -> 222 bytes .../src/img/icons/._STOCK_JUSTIFY_CENTER.png | Bin 0 -> 222 bytes .../src/img/icons/._STOCK_JUSTIFY_FILL.png | Bin 0 -> 222 bytes .../src/img/icons/._STOCK_JUSTIFY_LEFT.png | Bin 0 -> 222 bytes .../src/img/icons/._STOCK_JUSTIFY_RIGHT.png | Bin 0 -> 222 bytes .../img/icons/._STOCK_LEAVE_FULLSCREEN.png | Bin 0 -> 222 bytes .../src/img/icons/._STOCK_MEDIA_FORWARD.png | Bin 0 -> 222 bytes .../src/img/icons/._STOCK_MEDIA_NEXT.png | Bin 0 -> 222 bytes .../src/img/icons/._STOCK_MEDIA_PAUSE.png | Bin 0 -> 222 bytes .../src/img/icons/._STOCK_MEDIA_PLAY.png | Bin 0 -> 222 bytes .../src/img/icons/._STOCK_MEDIA_PREVIOUS.png | Bin 0 -> 222 bytes .../src/img/icons/._STOCK_MEDIA_RECORD.png | Bin 0 -> 222 bytes .../src/img/icons/._STOCK_MEDIA_REWIND.png | Bin 0 -> 222 bytes .../src/img/icons/._STOCK_MEDIA_STOP.png | Bin 0 -> 222 bytes .../src/img/icons/._STOCK_MISSING_IMAGE.png | Bin 0 -> 222 bytes web/static/src/img/icons/._STOCK_NETWORK.png | Bin 0 -> 222 bytes web/static/src/img/icons/._STOCK_NEW.png | Bin 0 -> 222 bytes web/static/src/img/icons/._STOCK_NO.png | Bin 0 -> 222 bytes web/static/src/img/icons/._STOCK_OK.png | Bin 0 -> 222 bytes web/static/src/img/icons/._STOCK_OPEN.png | Bin 0 -> 222 bytes web/static/src/img/icons/._STOCK_PASTE.png | Bin 0 -> 222 bytes .../src/img/icons/._STOCK_PREFERENCES.png | Bin 0 -> 222 bytes web/static/src/img/icons/._STOCK_PRINT.png | Bin 0 -> 222 bytes .../src/img/icons/._STOCK_PRINT_PREVIEW.png | Bin 0 -> 222 bytes .../src/img/icons/._STOCK_PROPERTIES.png | Bin 0 -> 222 bytes web/static/src/img/icons/._STOCK_QUIT.png | Bin 0 -> 222 bytes web/static/src/img/icons/._STOCK_REDO.png | Bin 0 -> 222 bytes web/static/src/img/icons/._STOCK_REFRESH.png | Bin 0 -> 222 bytes web/static/src/img/icons/._STOCK_REMOVE.png | Bin 0 -> 222 bytes .../src/img/icons/._STOCK_REVERT_TO_SAVED.png | Bin 0 -> 222 bytes web/static/src/img/icons/._STOCK_SAVE.png | Bin 0 -> 222 bytes web/static/src/img/icons/._STOCK_SAVE_AS.png | Bin 0 -> 222 bytes .../src/img/icons/._STOCK_SELECT_COLOR.png | Bin 0 -> 222 bytes .../src/img/icons/._STOCK_SELECT_FONT.png | Bin 0 -> 222 bytes .../src/img/icons/._STOCK_SORT_ASCENDING.png | Bin 0 -> 222 bytes .../src/img/icons/._STOCK_SORT_DESCENDING.png | Bin 0 -> 222 bytes .../src/img/icons/._STOCK_SPELL_CHECK.png | Bin 0 -> 222 bytes web/static/src/img/icons/._STOCK_STOP.png | Bin 0 -> 222 bytes .../src/img/icons/._STOCK_STRIKETHROUGH.png | Bin 0 -> 222 bytes web/static/src/img/icons/._STOCK_UNDELETE.png | Bin 0 -> 222 bytes .../src/img/icons/._STOCK_UNDERLINE.png | Bin 0 -> 222 bytes web/static/src/img/icons/._STOCK_UNDO.png | Bin 0 -> 222 bytes web/static/src/img/icons/._STOCK_UNINDENT.png | Bin 0 -> 222 bytes web/static/src/img/icons/._STOCK_YES.png | Bin 0 -> 222 bytes web/static/src/img/icons/._STOCK_ZOOM_100.png | Bin 0 -> 222 bytes web/static/src/img/icons/._STOCK_ZOOM_FIT.png | Bin 0 -> 222 bytes web/static/src/img/icons/._STOCK_ZOOM_IN.png | Bin 0 -> 222 bytes web/static/src/img/icons/._STOCK_ZOOM_OUT.png | Bin 0 -> 222 bytes web/static/src/img/icons/._color-picker.png | Bin 0 -> 222 bytes web/static/src/img/icons/._gtk-about.png | Bin 0 -> 222 bytes web/static/src/img/icons/._gtk-add.png | Bin 0 -> 222 bytes web/static/src/img/icons/._gtk-apply.png | Bin 0 -> 222 bytes web/static/src/img/icons/._gtk-bold.png | Bin 0 -> 222 bytes web/static/src/img/icons/._gtk-cancel.png | Bin 0 -> 222 bytes web/static/src/img/icons/._gtk-cdrom.png | Bin 0 -> 222 bytes web/static/src/img/icons/._gtk-clear.png | Bin 0 -> 222 bytes web/static/src/img/icons/._gtk-close.png | Bin 0 -> 222 bytes .../src/img/icons/._gtk-color-picker.png | Bin 0 -> 222 bytes web/static/src/img/icons/._gtk-connect.png | Bin 0 -> 222 bytes web/static/src/img/icons/._gtk-convert.png | Bin 0 -> 222 bytes web/static/src/img/icons/._gtk-copy.png | Bin 0 -> 222 bytes web/static/src/img/icons/._gtk-cut.png | Bin 0 -> 222 bytes web/static/src/img/icons/._gtk-delete.png | Bin 0 -> 222 bytes .../img/icons/._gtk-dialog-authentication.png | Bin 0 -> 222 bytes .../src/img/icons/._gtk-dialog-error.png | Bin 0 -> 222 bytes .../src/img/icons/._gtk-dialog-info.png | Bin 0 -> 222 bytes .../src/img/icons/._gtk-dialog-question.png | Bin 0 -> 222 bytes .../src/img/icons/._gtk-dialog-warning.png | Bin 0 -> 222 bytes .../src/img/icons/._gtk-directory-remote.png | Bin 0 -> 222 bytes web/static/src/img/icons/._gtk-directory.png | Bin 0 -> 222 bytes web/static/src/img/icons/._gtk-disconnect.png | Bin 0 -> 222 bytes .../src/img/icons/._gtk-dnd-multiple.png | Bin 0 -> 222 bytes web/static/src/img/icons/._gtk-dnd.png | Bin 0 -> 222 bytes web/static/src/img/icons/._gtk-edit.png | Bin 0 -> 222 bytes web/static/src/img/icons/._gtk-execute.png | Bin 0 -> 222 bytes web/static/src/img/icons/._gtk-file.png | Bin 0 -> 222 bytes .../src/img/icons/._gtk-find-and-replace.png | Bin 0 -> 222 bytes web/static/src/img/icons/._gtk-find.png | Bin 0 -> 222 bytes web/static/src/img/icons/._gtk-floppy.png | Bin 0 -> 222 bytes web/static/src/img/icons/._gtk-fullscreen.png | Bin 0 -> 222 bytes web/static/src/img/icons/._gtk-go-back.png | Bin 0 -> 222 bytes web/static/src/img/icons/._gtk-go-down.png | Bin 0 -> 222 bytes web/static/src/img/icons/._gtk-go-forward.png | Bin 0 -> 222 bytes web/static/src/img/icons/._gtk-go-up.png | Bin 0 -> 222 bytes .../src/img/icons/._gtk-goto-bottom.png | Bin 0 -> 222 bytes web/static/src/img/icons/._gtk-goto-first.png | Bin 0 -> 222 bytes web/static/src/img/icons/._gtk-goto-last.png | Bin 0 -> 222 bytes web/static/src/img/icons/._gtk-goto-top.png | Bin 0 -> 222 bytes web/static/src/img/icons/._gtk-harddisk.png | Bin 0 -> 222 bytes web/static/src/img/icons/._gtk-help.png | Bin 0 -> 222 bytes web/static/src/img/icons/._gtk-home.png | Bin 0 -> 222 bytes web/static/src/img/icons/._gtk-indent.png | Bin 0 -> 222 bytes web/static/src/img/icons/._gtk-index.png | Bin 0 -> 222 bytes web/static/src/img/icons/._gtk-info.png | Bin 0 -> 222 bytes web/static/src/img/icons/._gtk-italic.png | Bin 0 -> 222 bytes web/static/src/img/icons/._gtk-jump-to.png | Bin 0 -> 222 bytes .../src/img/icons/._gtk-justify-center.png | Bin 0 -> 222 bytes .../src/img/icons/._gtk-justify-fill.png | Bin 0 -> 222 bytes .../src/img/icons/._gtk-justify-left.png | Bin 0 -> 222 bytes .../src/img/icons/._gtk-justify-right.png | Bin 0 -> 222 bytes .../src/img/icons/._gtk-leave-fullscreen.png | Bin 0 -> 222 bytes .../src/img/icons/._gtk-media-forward.png | Bin 0 -> 222 bytes web/static/src/img/icons/._gtk-media-next.png | Bin 0 -> 222 bytes .../src/img/icons/._gtk-media-pause.png | Bin 0 -> 222 bytes web/static/src/img/icons/._gtk-media-play.png | Bin 0 -> 222 bytes .../src/img/icons/._gtk-media-previous.png | Bin 0 -> 222 bytes .../src/img/icons/._gtk-media-record.png | Bin 0 -> 222 bytes .../src/img/icons/._gtk-media-rewind.png | Bin 0 -> 222 bytes web/static/src/img/icons/._gtk-media-stop.png | Bin 0 -> 222 bytes .../src/img/icons/._gtk-missing-image.png | Bin 0 -> 222 bytes web/static/src/img/icons/._gtk-network.png | Bin 0 -> 222 bytes web/static/src/img/icons/._gtk-new.png | Bin 0 -> 222 bytes web/static/src/img/icons/._gtk-no.png | Bin 0 -> 222 bytes web/static/src/img/icons/._gtk-ok.png | Bin 0 -> 222 bytes web/static/src/img/icons/._gtk-open.png | Bin 0 -> 222 bytes web/static/src/img/icons/._gtk-paste-v.png | Bin 0 -> 222 bytes web/static/src/img/icons/._gtk-paste.png | Bin 0 -> 222 bytes .../src/img/icons/._gtk-preferences.png | Bin 0 -> 222 bytes .../src/img/icons/._gtk-print-preview.png | Bin 0 -> 222 bytes web/static/src/img/icons/._gtk-print.png | Bin 0 -> 222 bytes web/static/src/img/icons/._gtk-properties.png | Bin 0 -> 222 bytes web/static/src/img/icons/._gtk-quit.png | Bin 0 -> 222 bytes web/static/src/img/icons/._gtk-redo.png | Bin 0 -> 222 bytes web/static/src/img/icons/._gtk-refresh.png | Bin 0 -> 222 bytes web/static/src/img/icons/._gtk-remove.png | Bin 0 -> 222 bytes .../src/img/icons/._gtk-revert-to-saved.png | Bin 0 -> 222 bytes web/static/src/img/icons/._gtk-save-as.png | Bin 0 -> 222 bytes web/static/src/img/icons/._gtk-save.png | Bin 0 -> 222 bytes .../src/img/icons/._gtk-select-color.png | Bin 0 -> 222 bytes .../src/img/icons/._gtk-select-font.png | Bin 0 -> 222 bytes .../src/img/icons/._gtk-sort-ascending.png | Bin 0 -> 222 bytes .../src/img/icons/._gtk-sort-descending.png | Bin 0 -> 222 bytes .../src/img/icons/._gtk-spell-check.png | Bin 0 -> 222 bytes web/static/src/img/icons/._gtk-stop.png | Bin 0 -> 222 bytes .../src/img/icons/._gtk-strikethrough.png | Bin 0 -> 222 bytes web/static/src/img/icons/._gtk-undelete.png | Bin 0 -> 222 bytes web/static/src/img/icons/._gtk-underline.png | Bin 0 -> 222 bytes web/static/src/img/icons/._gtk-undo.png | Bin 0 -> 222 bytes web/static/src/img/icons/._gtk-unindent.png | Bin 0 -> 222 bytes web/static/src/img/icons/._gtk-yes.png | Bin 0 -> 222 bytes web/static/src/img/icons/._gtk-zoom-100.png | Bin 0 -> 222 bytes web/static/src/img/icons/._gtk-zoom-fit.png | Bin 0 -> 222 bytes web/static/src/img/icons/._gtk-zoom-in.png | Bin 0 -> 222 bytes web/static/src/img/icons/._gtk-zoom-out.png | Bin 0 -> 222 bytes web/static/src/img/icons/._index1.jpeg | Bin 0 -> 222 bytes web/static/src/img/icons/._index2.jpeg | Bin 0 -> 222 bytes web/static/src/img/icons/._kanban-apply.png | Bin 0 -> 222 bytes web/static/src/img/icons/._kanban-pause.png | Bin 0 -> 222 bytes web/static/src/img/icons/._kanban-stop.png | Bin 0 -> 222 bytes web/static/src/img/icons/._save-document.png | Bin 0 -> 222 bytes web/static/src/img/icons/._star-off.png | Bin 0 -> 222 bytes web/static/src/img/icons/._star-on.png | Bin 0 -> 222 bytes web/static/src/img/icons/._stock.png | Bin 0 -> 222 bytes web/static/src/img/icons/._stock_calendar.png | Bin 0 -> 222 bytes web/static/src/img/icons/._stock_gantt.png | Bin 0 -> 222 bytes web/static/src/img/icons/._stock_graph.png | Bin 0 -> 222 bytes web/static/src/img/icons/._stock_log.png | Bin 0 -> 222 bytes web/static/src/img/icons/._stock_person.png | Bin 0 -> 222 bytes .../src/img/icons/._stock_translate.png | Bin 0 -> 222 bytes .../icons/._terp-accessories-archiver+.png | Bin 0 -> 222 bytes .../._terp-accessories-archiver-minus.png | Bin 0 -> 222 bytes .../img/icons/._terp-accessories-archiver.png | Bin 0 -> 222 bytes web/static/src/img/icons/._terp-account.png | Bin 0 -> 222 bytes .../src/img/icons/._terp-administration.png | Bin 0 -> 222 bytes web/static/src/img/icons/._terp-calendar.png | Bin 0 -> 222 bytes .../src/img/icons/._terp-call-start.png | Bin 0 -> 222 bytes .../src/img/icons/._terp-camera_test.png | Bin 0 -> 222 bytes web/static/src/img/icons/._terp-check.png | Bin 0 -> 222 bytes web/static/src/img/icons/._terp-crm.png | Bin 0 -> 222 bytes .../src/img/icons/._terp-dialog-close.png | Bin 0 -> 222 bytes .../src/img/icons/._terp-document-new.png | Bin 0 -> 222 bytes web/static/src/img/icons/._terp-dolar.png | Bin 0 -> 222 bytes web/static/src/img/icons/._terp-dolar_ok!.png | Bin 0 -> 222 bytes .../src/img/icons/._terp-emblem-important.png | Bin 0 -> 222 bytes .../src/img/icons/._terp-face-plain.png | Bin 0 -> 222 bytes .../src/img/icons/._terp-folder-blue.png | Bin 0 -> 222 bytes .../src/img/icons/._terp-folder-green.png | Bin 0 -> 222 bytes .../src/img/icons/._terp-folder-orange.png | Bin 0 -> 222 bytes .../src/img/icons/._terp-folder-violet.png | Bin 0 -> 222 bytes .../src/img/icons/._terp-folder-yellow.png | Bin 0 -> 222 bytes .../img/icons/._terp-gdu-smart-failing.png | Bin 0 -> 222 bytes .../._terp-gnome-cpu-frequency-applet+.png | Bin 0 -> 222 bytes web/static/src/img/icons/._terp-go-home.png | Bin 0 -> 222 bytes web/static/src/img/icons/._terp-go-month.png | Bin 0 -> 222 bytes web/static/src/img/icons/._terp-go-today.png | Bin 0 -> 222 bytes web/static/src/img/icons/._terp-go-week.png | Bin 0 -> 222 bytes web/static/src/img/icons/._terp-go-year.png | Bin 0 -> 222 bytes web/static/src/img/icons/._terp-graph.png | Bin 0 -> 222 bytes .../src/img/icons/._terp-gtk-go-back-ltr.png | Bin 0 -> 222 bytes .../src/img/icons/._terp-gtk-go-back-rtl.png | Bin 0 -> 222 bytes .../src/img/icons/._terp-gtk-jump-to-ltr.png | Bin 0 -> 222 bytes .../src/img/icons/._terp-gtk-jump-to-rtl.png | Bin 0 -> 222 bytes .../src/img/icons/._terp-gtk-media-pause.png | Bin 0 -> 222 bytes .../src/img/icons/._terp-gtk-select-all.png | Bin 0 -> 222 bytes web/static/src/img/icons/._terp-gtk-stop.png | Bin 0 -> 222 bytes web/static/src/img/icons/._terp-hr.png | Bin 0 -> 222 bytes web/static/src/img/icons/._terp-idea.png | Bin 0 -> 222 bytes web/static/src/img/icons/._terp-locked.png | Bin 0 -> 222 bytes web/static/src/img/icons/._terp-mail-.png | Bin 0 -> 222 bytes .../src/img/icons/._terp-mail-forward.png | Bin 0 -> 222 bytes .../src/img/icons/._terp-mail-message-new.png | Bin 0 -> 222 bytes .../src/img/icons/._terp-mail-replied.png | Bin 0 -> 222 bytes .../src/img/icons/._terp-mail_delete.png | Bin 0 -> 222 bytes web/static/src/img/icons/._terp-marketing.png | Bin 0 -> 222 bytes web/static/src/img/icons/._terp-mrp.png | Bin 0 -> 222 bytes web/static/src/img/icons/._terp-partner.png | Bin 0 -> 222 bytes web/static/src/img/icons/._terp-personal+.png | Bin 0 -> 222 bytes web/static/src/img/icons/._terp-personal-.png | Bin 0 -> 222 bytes web/static/src/img/icons/._terp-personal.png | Bin 0 -> 222 bytes web/static/src/img/icons/._terp-product.png | Bin 0 -> 222 bytes web/static/src/img/icons/._terp-project.png | Bin 0 -> 222 bytes web/static/src/img/icons/._terp-purchase.png | Bin 0 -> 222 bytes .../src/img/icons/._terp-rating-rated.png | Bin 0 -> 222 bytes web/static/src/img/icons/._terp-report.png | Bin 0 -> 222 bytes web/static/src/img/icons/._terp-sale.png | Bin 0 -> 222 bytes web/static/src/img/icons/._terp-stage.png | Bin 0 -> 222 bytes web/static/src/img/icons/._terp-stock.png | Bin 0 -> 222 bytes .../img/icons/._terp-stock_align_left_24.png | Bin 0 -> 222 bytes .../._terp-stock_effects-object-colorize.png | Bin 0 -> 222 bytes .../img/icons/._terp-stock_format-default.png | Bin 0 -> 222 bytes .../icons/._terp-stock_format-scientific.png | Bin 0 -> 222 bytes .../icons/._terp-stock_symbol-selection.png | Bin 0 -> 222 bytes .../src/img/icons/._terp-stock_zoom.png | Bin 0 -> 222 bytes web/static/src/img/icons/._terp-tools.png | Bin 0 -> 222 bytes web/static/src/img/icons/._terp-translate.png | Bin 0 -> 222 bytes web/static/src/img/icons/STOCK_ABOUT.png | Bin 0 -> 523 bytes web/static/src/img/icons/STOCK_ADD.png | Bin 0 -> 212 bytes web/static/src/img/icons/STOCK_APPLY.png | Bin 0 -> 709 bytes web/static/src/img/icons/STOCK_BOLD.png | Bin 0 -> 604 bytes web/static/src/img/icons/STOCK_CANCEL.png | Bin 0 -> 407 bytes web/static/src/img/icons/STOCK_CDROM.png | Bin 0 -> 711 bytes web/static/src/img/icons/STOCK_CLEAR.png | Bin 0 -> 682 bytes web/static/src/img/icons/STOCK_CLOSE.png | Bin 0 -> 274 bytes .../src/img/icons/STOCK_COLOR_PICKER.png | Bin 0 -> 470 bytes web/static/src/img/icons/STOCK_CONNECT.png | Bin 0 -> 558 bytes web/static/src/img/icons/STOCK_CONVERT.png | Bin 0 -> 500 bytes web/static/src/img/icons/STOCK_COPY.png | Bin 0 -> 339 bytes web/static/src/img/icons/STOCK_CUT.png | Bin 0 -> 626 bytes web/static/src/img/icons/STOCK_DELETE.png | Bin 0 -> 531 bytes .../img/icons/STOCK_DIALOG_AUTHENTICATION.png | Bin 0 -> 590 bytes .../src/img/icons/STOCK_DIALOG_ERROR.png | Bin 0 -> 559 bytes .../src/img/icons/STOCK_DIALOG_INFO.png | Bin 0 -> 687 bytes .../src/img/icons/STOCK_DIALOG_QUESTION.png | Bin 0 -> 491 bytes .../src/img/icons/STOCK_DIALOG_WARNING.png | Bin 0 -> 428 bytes web/static/src/img/icons/STOCK_DIRECTORY.png | Bin 0 -> 392 bytes .../src/img/icons/STOCK_DIRECTORY_MENU.png | Bin 0 -> 698 bytes web/static/src/img/icons/STOCK_DISCONNECT.png | Bin 0 -> 566 bytes web/static/src/img/icons/STOCK_DND.png | Bin 0 -> 585 bytes .../src/img/icons/STOCK_DND_MULTIPLE.png | Bin 0 -> 501 bytes web/static/src/img/icons/STOCK_EDIT.png | Bin 0 -> 350 bytes web/static/src/img/icons/STOCK_EXECUTE.png | Bin 0 -> 318 bytes web/static/src/img/icons/STOCK_FILE.png | Bin 0 -> 289 bytes web/static/src/img/icons/STOCK_FIND.png | Bin 0 -> 465 bytes .../src/img/icons/STOCK_FIND_AND_REPLACE.png | Bin 0 -> 580 bytes web/static/src/img/icons/STOCK_FLOPPY.png | Bin 0 -> 565 bytes web/static/src/img/icons/STOCK_FULLSCREEN.png | Bin 0 -> 450 bytes .../src/img/icons/STOCK_GOTO_BOTTOM.png | Bin 0 -> 574 bytes web/static/src/img/icons/STOCK_GOTO_FIRST.png | Bin 0 -> 573 bytes web/static/src/img/icons/STOCK_GOTO_LAST.png | Bin 0 -> 575 bytes web/static/src/img/icons/STOCK_GOTO_TOP.png | Bin 0 -> 580 bytes web/static/src/img/icons/STOCK_GO_BACK.png | Bin 0 -> 570 bytes web/static/src/img/icons/STOCK_GO_DOWN.png | Bin 0 -> 572 bytes web/static/src/img/icons/STOCK_GO_FORWARD.png | Bin 0 -> 575 bytes web/static/src/img/icons/STOCK_GO_UP.png | Bin 0 -> 596 bytes web/static/src/img/icons/STOCK_HARDDISK.png | Bin 0 -> 354 bytes web/static/src/img/icons/STOCK_HELP.png | Bin 0 -> 789 bytes web/static/src/img/icons/STOCK_HOME.png | Bin 0 -> 477 bytes web/static/src/img/icons/STOCK_INDENT.png | Bin 0 -> 276 bytes web/static/src/img/icons/STOCK_INDEX.png | Bin 0 -> 590 bytes web/static/src/img/icons/STOCK_INFO.png | Bin 0 -> 738 bytes web/static/src/img/icons/STOCK_ITALIC.png | Bin 0 -> 529 bytes web/static/src/img/icons/STOCK_JUMP_TO.png | Bin 0 -> 591 bytes .../src/img/icons/STOCK_JUSTIFY_CENTER.png | Bin 0 -> 251 bytes .../src/img/icons/STOCK_JUSTIFY_FILL.png | Bin 0 -> 243 bytes .../src/img/icons/STOCK_JUSTIFY_LEFT.png | Bin 0 -> 240 bytes .../src/img/icons/STOCK_JUSTIFY_RIGHT.png | Bin 0 -> 254 bytes .../src/img/icons/STOCK_LEAVE_FULLSCREEN.png | Bin 0 -> 448 bytes .../src/img/icons/STOCK_MEDIA_FORWARD.png | Bin 0 -> 704 bytes web/static/src/img/icons/STOCK_MEDIA_NEXT.png | Bin 0 -> 693 bytes .../src/img/icons/STOCK_MEDIA_PAUSE.png | Bin 0 -> 466 bytes web/static/src/img/icons/STOCK_MEDIA_PLAY.png | Bin 0 -> 556 bytes .../src/img/icons/STOCK_MEDIA_PREVIOUS.png | Bin 0 -> 686 bytes .../src/img/icons/STOCK_MEDIA_RECORD.png | Bin 0 -> 594 bytes .../src/img/icons/STOCK_MEDIA_REWIND.png | Bin 0 -> 704 bytes web/static/src/img/icons/STOCK_MEDIA_STOP.png | Bin 0 -> 421 bytes .../src/img/icons/STOCK_MISSING_IMAGE.png | Bin 0 -> 330 bytes web/static/src/img/icons/STOCK_NETWORK.png | Bin 0 -> 324 bytes web/static/src/img/icons/STOCK_NEW.png | Bin 0 -> 405 bytes web/static/src/img/icons/STOCK_NO.png | Bin 0 -> 751 bytes web/static/src/img/icons/STOCK_OK.png | Bin 0 -> 795 bytes web/static/src/img/icons/STOCK_OPEN.png | Bin 0 -> 418 bytes web/static/src/img/icons/STOCK_PASTE.png | Bin 0 -> 473 bytes .../src/img/icons/STOCK_PREFERENCES.png | Bin 0 -> 339 bytes web/static/src/img/icons/STOCK_PRINT.png | Bin 0 -> 411 bytes .../src/img/icons/STOCK_PRINT_PREVIEW.png | Bin 0 -> 616 bytes web/static/src/img/icons/STOCK_PROPERTIES.png | Bin 0 -> 313 bytes web/static/src/img/icons/STOCK_QUIT.png | Bin 0 -> 394 bytes web/static/src/img/icons/STOCK_REDO.png | Bin 0 -> 430 bytes web/static/src/img/icons/STOCK_REFRESH.png | Bin 0 -> 753 bytes web/static/src/img/icons/STOCK_REMOVE.png | Bin 0 -> 176 bytes .../src/img/icons/STOCK_REVERT_TO_SAVED.png | Bin 0 -> 413 bytes web/static/src/img/icons/STOCK_SAVE.png | Bin 0 -> 599 bytes web/static/src/img/icons/STOCK_SAVE_AS.png | Bin 0 -> 560 bytes .../src/img/icons/STOCK_SELECT_COLOR.png | Bin 0 -> 656 bytes .../src/img/icons/STOCK_SELECT_FONT.png | Bin 0 -> 598 bytes .../src/img/icons/STOCK_SORT_ASCENDING.png | Bin 0 -> 371 bytes .../src/img/icons/STOCK_SORT_DESCENDING.png | Bin 0 -> 370 bytes .../src/img/icons/STOCK_SPELL_CHECK.png | Bin 0 -> 485 bytes web/static/src/img/icons/STOCK_STOP.png | Bin 0 -> 678 bytes .../src/img/icons/STOCK_STRIKETHROUGH.png | Bin 0 -> 459 bytes web/static/src/img/icons/STOCK_UNDELETE.png | Bin 0 -> 875 bytes web/static/src/img/icons/STOCK_UNDERLINE.png | Bin 0 -> 539 bytes web/static/src/img/icons/STOCK_UNDO.png | Bin 0 -> 459 bytes web/static/src/img/icons/STOCK_UNINDENT.png | Bin 0 -> 295 bytes web/static/src/img/icons/STOCK_YES.png | Bin 0 -> 830 bytes web/static/src/img/icons/STOCK_ZOOM_100.png | Bin 0 -> 469 bytes web/static/src/img/icons/STOCK_ZOOM_FIT.png | Bin 0 -> 466 bytes web/static/src/img/icons/STOCK_ZOOM_IN.png | Bin 0 -> 446 bytes web/static/src/img/icons/STOCK_ZOOM_OUT.png | Bin 0 -> 463 bytes web/static/src/img/icons/color-picker.png | Bin 0 -> 767 bytes web/static/src/img/icons/gtk-about.png | Bin 0 -> 523 bytes web/static/src/img/icons/gtk-add.png | Bin 0 -> 212 bytes web/static/src/img/icons/gtk-apply.png | Bin 0 -> 709 bytes web/static/src/img/icons/gtk-bold.png | Bin 0 -> 604 bytes web/static/src/img/icons/gtk-cancel.png | Bin 0 -> 407 bytes web/static/src/img/icons/gtk-cdrom.png | Bin 0 -> 711 bytes web/static/src/img/icons/gtk-clear.png | Bin 0 -> 682 bytes web/static/src/img/icons/gtk-close.png | Bin 0 -> 274 bytes web/static/src/img/icons/gtk-color-picker.png | Bin 0 -> 470 bytes web/static/src/img/icons/gtk-connect.png | Bin 0 -> 558 bytes web/static/src/img/icons/gtk-convert.png | Bin 0 -> 500 bytes web/static/src/img/icons/gtk-copy.png | Bin 0 -> 339 bytes web/static/src/img/icons/gtk-cut.png | Bin 0 -> 626 bytes web/static/src/img/icons/gtk-delete.png | Bin 0 -> 531 bytes .../img/icons/gtk-dialog-authentication.png | Bin 0 -> 590 bytes web/static/src/img/icons/gtk-dialog-error.png | Bin 0 -> 559 bytes web/static/src/img/icons/gtk-dialog-info.png | Bin 0 -> 687 bytes .../src/img/icons/gtk-dialog-question.png | Bin 0 -> 491 bytes .../src/img/icons/gtk-dialog-warning.png | Bin 0 -> 428 bytes .../src/img/icons/gtk-directory-remote.png | Bin 0 -> 455 bytes web/static/src/img/icons/gtk-directory.png | Bin 0 -> 392 bytes web/static/src/img/icons/gtk-disconnect.png | Bin 0 -> 566 bytes web/static/src/img/icons/gtk-dnd-multiple.png | Bin 0 -> 501 bytes web/static/src/img/icons/gtk-dnd.png | Bin 0 -> 585 bytes web/static/src/img/icons/gtk-edit.png | Bin 0 -> 350 bytes web/static/src/img/icons/gtk-execute.png | Bin 0 -> 318 bytes web/static/src/img/icons/gtk-file.png | Bin 0 -> 289 bytes .../src/img/icons/gtk-find-and-replace.png | Bin 0 -> 580 bytes web/static/src/img/icons/gtk-find.png | Bin 0 -> 465 bytes web/static/src/img/icons/gtk-floppy.png | Bin 0 -> 565 bytes web/static/src/img/icons/gtk-fullscreen.png | Bin 0 -> 450 bytes web/static/src/img/icons/gtk-go-back.png | Bin 0 -> 570 bytes web/static/src/img/icons/gtk-go-down.png | Bin 0 -> 572 bytes web/static/src/img/icons/gtk-go-forward.png | Bin 0 -> 575 bytes web/static/src/img/icons/gtk-go-up.png | Bin 0 -> 596 bytes web/static/src/img/icons/gtk-goto-bottom.png | Bin 0 -> 574 bytes web/static/src/img/icons/gtk-goto-first.png | Bin 0 -> 573 bytes web/static/src/img/icons/gtk-goto-last.png | Bin 0 -> 575 bytes web/static/src/img/icons/gtk-goto-top.png | Bin 0 -> 580 bytes web/static/src/img/icons/gtk-harddisk.png | Bin 0 -> 354 bytes web/static/src/img/icons/gtk-help.png | Bin 0 -> 789 bytes web/static/src/img/icons/gtk-home.png | Bin 0 -> 477 bytes web/static/src/img/icons/gtk-indent.png | Bin 0 -> 276 bytes web/static/src/img/icons/gtk-index.png | Bin 0 -> 590 bytes web/static/src/img/icons/gtk-info.png | Bin 0 -> 738 bytes web/static/src/img/icons/gtk-italic.png | Bin 0 -> 529 bytes web/static/src/img/icons/gtk-jump-to.png | Bin 0 -> 591 bytes .../src/img/icons/gtk-justify-center.png | Bin 0 -> 251 bytes web/static/src/img/icons/gtk-justify-fill.png | Bin 0 -> 243 bytes web/static/src/img/icons/gtk-justify-left.png | Bin 0 -> 240 bytes .../src/img/icons/gtk-justify-right.png | Bin 0 -> 254 bytes .../src/img/icons/gtk-leave-fullscreen.png | Bin 0 -> 448 bytes .../src/img/icons/gtk-media-forward.png | Bin 0 -> 704 bytes web/static/src/img/icons/gtk-media-next.png | Bin 0 -> 693 bytes web/static/src/img/icons/gtk-media-pause.png | Bin 0 -> 466 bytes web/static/src/img/icons/gtk-media-play.png | Bin 0 -> 556 bytes .../src/img/icons/gtk-media-previous.png | Bin 0 -> 686 bytes web/static/src/img/icons/gtk-media-record.png | Bin 0 -> 594 bytes web/static/src/img/icons/gtk-media-rewind.png | Bin 0 -> 704 bytes web/static/src/img/icons/gtk-media-stop.png | Bin 0 -> 421 bytes .../src/img/icons/gtk-missing-image.png | Bin 0 -> 330 bytes web/static/src/img/icons/gtk-network.png | Bin 0 -> 324 bytes web/static/src/img/icons/gtk-new.png | Bin 0 -> 405 bytes web/static/src/img/icons/gtk-no.png | Bin 0 -> 751 bytes web/static/src/img/icons/gtk-ok.png | Bin 0 -> 795 bytes web/static/src/img/icons/gtk-open.png | Bin 0 -> 418 bytes web/static/src/img/icons/gtk-paste-v.png | Bin 0 -> 689 bytes web/static/src/img/icons/gtk-paste.png | Bin 0 -> 473 bytes web/static/src/img/icons/gtk-preferences.png | Bin 0 -> 339 bytes .../src/img/icons/gtk-print-preview.png | Bin 0 -> 616 bytes web/static/src/img/icons/gtk-print.png | Bin 0 -> 411 bytes web/static/src/img/icons/gtk-properties.png | Bin 0 -> 313 bytes web/static/src/img/icons/gtk-quit.png | Bin 0 -> 394 bytes web/static/src/img/icons/gtk-redo.png | Bin 0 -> 430 bytes web/static/src/img/icons/gtk-refresh.png | Bin 0 -> 753 bytes web/static/src/img/icons/gtk-remove.png | Bin 0 -> 176 bytes .../src/img/icons/gtk-revert-to-saved.png | Bin 0 -> 413 bytes web/static/src/img/icons/gtk-save-as.png | Bin 0 -> 560 bytes web/static/src/img/icons/gtk-save.png | Bin 0 -> 599 bytes web/static/src/img/icons/gtk-select-color.png | Bin 0 -> 656 bytes web/static/src/img/icons/gtk-select-font.png | Bin 0 -> 598 bytes .../src/img/icons/gtk-sort-ascending.png | Bin 0 -> 371 bytes .../src/img/icons/gtk-sort-descending.png | Bin 0 -> 370 bytes web/static/src/img/icons/gtk-spell-check.png | Bin 0 -> 485 bytes web/static/src/img/icons/gtk-stop.png | Bin 0 -> 678 bytes .../src/img/icons/gtk-strikethrough.png | Bin 0 -> 459 bytes web/static/src/img/icons/gtk-undelete.png | Bin 0 -> 875 bytes web/static/src/img/icons/gtk-underline.png | Bin 0 -> 539 bytes web/static/src/img/icons/gtk-undo.png | Bin 0 -> 459 bytes web/static/src/img/icons/gtk-unindent.png | Bin 0 -> 295 bytes web/static/src/img/icons/gtk-yes.png | Bin 0 -> 830 bytes web/static/src/img/icons/gtk-zoom-100.png | Bin 0 -> 469 bytes web/static/src/img/icons/gtk-zoom-fit.png | Bin 0 -> 466 bytes web/static/src/img/icons/gtk-zoom-in.png | Bin 0 -> 446 bytes web/static/src/img/icons/gtk-zoom-out.png | Bin 0 -> 463 bytes web/static/src/img/icons/index1.jpeg | Bin 0 -> 473 bytes web/static/src/img/icons/index2.jpeg | Bin 0 -> 471 bytes web/static/src/img/icons/kanban-apply.png | Bin 0 -> 918 bytes web/static/src/img/icons/kanban-pause.png | Bin 0 -> 882 bytes web/static/src/img/icons/kanban-stop.png | Bin 0 -> 692 bytes web/static/src/img/icons/save-document.png | Bin 0 -> 1189 bytes web/static/src/img/icons/star-off.png | Bin 0 -> 614 bytes web/static/src/img/icons/star-on.png | Bin 0 -> 636 bytes web/static/src/img/icons/stock.png | Bin 0 -> 953 bytes web/static/src/img/icons/stock_calendar.png | Bin 0 -> 454 bytes web/static/src/img/icons/stock_gantt.png | Bin 0 -> 293 bytes web/static/src/img/icons/stock_graph.png | Bin 0 -> 606 bytes web/static/src/img/icons/stock_log.png | Bin 0 -> 748 bytes web/static/src/img/icons/stock_person.png | Bin 0 -> 1074 bytes web/static/src/img/icons/stock_translate.png | Bin 0 -> 519 bytes .../img/icons/terp-accessories-archiver+.png | Bin 0 -> 838 bytes .../icons/terp-accessories-archiver-minus.png | Bin 0 -> 838 bytes .../img/icons/terp-accessories-archiver.png | Bin 0 -> 822 bytes web/static/src/img/icons/terp-account.png | Bin 0 -> 784 bytes .../src/img/icons/terp-administration.png | Bin 0 -> 1015 bytes web/static/src/img/icons/terp-calendar.png | Bin 0 -> 908 bytes web/static/src/img/icons/terp-call-start.png | Bin 0 -> 492 bytes web/static/src/img/icons/terp-camera_test.png | Bin 0 -> 739 bytes web/static/src/img/icons/terp-check.png | Bin 0 -> 832 bytes web/static/src/img/icons/terp-crm.png | Bin 0 -> 877 bytes .../src/img/icons/terp-dialog-close.png | Bin 0 -> 305 bytes .../src/img/icons/terp-document-new.png | Bin 0 -> 738 bytes web/static/src/img/icons/terp-dolar.png | Bin 0 -> 270 bytes web/static/src/img/icons/terp-dolar_ok!.png | Bin 0 -> 220 bytes .../src/img/icons/terp-emblem-important.png | Bin 0 -> 703 bytes web/static/src/img/icons/terp-face-plain.png | Bin 0 -> 788 bytes web/static/src/img/icons/terp-folder-blue.png | Bin 0 -> 438 bytes .../src/img/icons/terp-folder-green.png | Bin 0 -> 453 bytes .../src/img/icons/terp-folder-orange.png | Bin 0 -> 411 bytes .../src/img/icons/terp-folder-violet.png | Bin 0 -> 538 bytes .../src/img/icons/terp-folder-yellow.png | Bin 0 -> 432 bytes .../src/img/icons/terp-gdu-smart-failing.png | Bin 0 -> 451 bytes .../terp-gnome-cpu-frequency-applet+.png | Bin 0 -> 488 bytes web/static/src/img/icons/terp-go-home.png | Bin 0 -> 378 bytes web/static/src/img/icons/terp-go-month.png | Bin 0 -> 517 bytes web/static/src/img/icons/terp-go-today.png | Bin 0 -> 501 bytes web/static/src/img/icons/terp-go-week.png | Bin 0 -> 442 bytes web/static/src/img/icons/terp-go-year.png | Bin 0 -> 514 bytes web/static/src/img/icons/terp-graph.png | Bin 0 -> 784 bytes .../src/img/icons/terp-gtk-go-back-ltr.png | Bin 0 -> 759 bytes .../src/img/icons/terp-gtk-go-back-rtl.png | Bin 0 -> 762 bytes .../src/img/icons/terp-gtk-jump-to-ltr.png | Bin 0 -> 859 bytes .../src/img/icons/terp-gtk-jump-to-rtl.png | Bin 0 -> 851 bytes .../src/img/icons/terp-gtk-media-pause.png | Bin 0 -> 544 bytes .../src/img/icons/terp-gtk-select-all.png | Bin 0 -> 554 bytes web/static/src/img/icons/terp-gtk-stop.png | Bin 0 -> 622 bytes web/static/src/img/icons/terp-hr.png | Bin 0 -> 699 bytes web/static/src/img/icons/terp-idea.png | Bin 0 -> 384 bytes web/static/src/img/icons/terp-locked.png | Bin 0 -> 588 bytes web/static/src/img/icons/terp-mail-.png | Bin 0 -> 427 bytes .../src/img/icons/terp-mail-forward.png | Bin 0 -> 382 bytes .../src/img/icons/terp-mail-message-new.png | Bin 0 -> 696 bytes .../src/img/icons/terp-mail-replied.png | Bin 0 -> 637 bytes web/static/src/img/icons/terp-mail_delete.png | Bin 0 -> 988 bytes web/static/src/img/icons/terp-marketing.png | Bin 0 -> 808 bytes web/static/src/img/icons/terp-mrp.png | Bin 0 -> 880 bytes web/static/src/img/icons/terp-partner.png | Bin 0 -> 905 bytes web/static/src/img/icons/terp-personal+.png | Bin 0 -> 735 bytes web/static/src/img/icons/terp-personal-.png | Bin 0 -> 791 bytes web/static/src/img/icons/terp-personal.png | Bin 0 -> 930 bytes web/static/src/img/icons/terp-product.png | Bin 0 -> 708 bytes web/static/src/img/icons/terp-project.png | Bin 0 -> 993 bytes web/static/src/img/icons/terp-purchase.png | Bin 0 -> 885 bytes .../src/img/icons/terp-rating-rated.png | Bin 0 -> 559 bytes web/static/src/img/icons/terp-report.png | Bin 0 -> 831 bytes web/static/src/img/icons/terp-sale.png | Bin 0 -> 699 bytes web/static/src/img/icons/terp-stage.png | Bin 0 -> 742 bytes web/static/src/img/icons/terp-stock.png | Bin 0 -> 967 bytes .../img/icons/terp-stock_align_left_24.png | Bin 0 -> 358 bytes .../terp-stock_effects-object-colorize.png | Bin 0 -> 173 bytes .../img/icons/terp-stock_format-default.png | Bin 0 -> 267 bytes .../icons/terp-stock_format-scientific.png | Bin 0 -> 201 bytes .../img/icons/terp-stock_symbol-selection.png | Bin 0 -> 382 bytes web/static/src/img/icons/terp-stock_zoom.png | Bin 0 -> 425 bytes web/static/src/img/icons/terp-tools.png | Bin 0 -> 914 bytes web/static/src/img/icons/terp-translate.png | Bin 0 -> 519 bytes web/static/src/img/iconset-a-help.gif | Bin 0 -> 379 bytes web/static/src/img/iconset-a-help.png | Bin 0 -> 498 bytes web/static/src/img/iconset-b-remove.png | Bin 0 -> 189 bytes web/static/src/img/iconset-d-drop.gif | Bin 0 -> 238 bytes web/static/src/img/logo.png | Bin 0 -> 3551 bytes web/static/src/img/logo2.png | Bin 0 -> 3600 bytes web/static/src/img/nologo.png | Bin 0 -> 3977 bytes web/static/src/img/pager_first.png | Bin 0 -> 1570 bytes web/static/src/img/pager_last.png | Bin 0 -> 1564 bytes web/static/src/img/pager_next.png | Bin 0 -> 3273 bytes web/static/src/img/pager_previous.png | Bin 0 -> 3276 bytes web/static/src/img/partner.png | Bin 0 -> 905 bytes web/static/src/img/pencil.gif | Bin 0 -> 129 bytes web/static/src/img/placeholder.png | Bin 0 -> 1362 bytes web/static/src/img/product.png | Bin 0 -> 708 bytes web/static/src/img/remove-shortcut.png | Bin 0 -> 559 bytes web/static/src/img/search_reset.gif | Bin 0 -> 195 bytes web/static/src/img/sep-a.gif | Bin 0 -> 43 bytes web/static/src/img/stock_person.png | Bin 0 -> 1074 bytes web/static/src/img/throbber.gif | Bin 0 -> 673 bytes web/static/src/img/toggle-a-bg.png | Bin 0 -> 412 bytes web/static/src/img/ui/._field_calendar.png | Bin 0 -> 222 bytes web/static/src/img/ui/._group-expanded.png | Bin 0 -> 222 bytes web/static/src/img/ui/._group-folded.png | Bin 0 -> 222 bytes web/static/src/img/ui/field_calendar.png | Bin 0 -> 454 bytes web/static/src/img/ui/group-expanded.png | Bin 0 -> 229 bytes web/static/src/img/ui/group-folded.png | Bin 0 -> 259 bytes web/static/src/img/user_menu_avatar.png | Bin 0 -> 846 bytes web/static/src/img/view_empty_arrow.png | Bin 0 -> 2531 bytes web/static/src/img/views-icons-a.png | Bin 0 -> 1224 bytes web/static/src/img/warning.png | Bin 0 -> 1342 bytes web/static/src/js/._boot.js | Bin 0 -> 222 bytes web/static/src/js/._chrome.js | Bin 0 -> 222 bytes web/static/src/js/._corelib.js | Bin 0 -> 222 bytes web/static/src/js/._coresetup.js | Bin 0 -> 222 bytes web/static/src/js/._data.js | Bin 0 -> 222 bytes web/static/src/js/._data_export.js | Bin 0 -> 222 bytes web/static/src/js/._dates.js | Bin 0 -> 222 bytes web/static/src/js/._formats.js | Bin 0 -> 222 bytes web/static/src/js/._pyeval.js | Bin 0 -> 222 bytes web/static/src/js/._search.js | Bin 0 -> 222 bytes web/static/src/js/._test_support.js | Bin 0 -> 222 bytes web/static/src/js/._testing.js | Bin 0 -> 222 bytes web/static/src/js/._view_form.js | Bin 0 -> 222 bytes web/static/src/js/._view_list.js | Bin 0 -> 222 bytes web/static/src/js/._view_list_editable.js | Bin 0 -> 222 bytes web/static/src/js/._view_tree.js | Bin 0 -> 222 bytes web/static/src/js/._views.js | Bin 0 -> 222 bytes web/static/src/js/boot.js | 64 + web/static/src/js/chrome.js | 1463 ++ web/static/src/js/corelib.js | 1153 ++ web/static/src/js/coresetup.js | 691 + web/static/src/js/data.js | 1016 ++ web/static/src/js/data_export.js | 400 + web/static/src/js/dates.js | 155 + web/static/src/js/formats.js | 317 + web/static/src/js/pyeval.js | 775 + web/static/src/js/search.js | 2115 +++ web/static/src/js/test_support.js | 78 + web/static/src/js/testing.js | 397 + web/static/src/js/view_form.js | 5434 ++++++ web/static/src/js/view_list.js | 2280 +++ web/static/src/js/view_list_editable.js | 841 + web/static/src/js/view_tree.js | 268 + web/static/src/js/views.js | 1575 ++ web/static/src/xml/._base.xml | Bin 0 -> 222 bytes web/static/src/xml/base.xml | 1887 ++ web/static/test/._Widget.js | Bin 0 -> 222 bytes web/static/test/._class.js | Bin 0 -> 222 bytes web/static/test/._evals.js | Bin 0 -> 222 bytes web/static/test/._form.js | Bin 0 -> 222 bytes web/static/test/._formats.js | Bin 0 -> 222 bytes web/static/test/._fulltest | Bin 0 -> 222 bytes web/static/test/._fulltest.html | Bin 0 -> 222 bytes web/static/test/._list-editable.js | Bin 0 -> 222 bytes web/static/test/._list-utils.js | Bin 0 -> 222 bytes web/static/test/._list.js | Bin 0 -> 222 bytes web/static/test/._mutex.js | Bin 0 -> 222 bytes web/static/test/._qunit-doc.js | Bin 0 -> 222 bytes web/static/test/._registry.js | Bin 0 -> 222 bytes web/static/test/._rpc.js | Bin 0 -> 222 bytes web/static/test/._search.js | Bin 0 -> 222 bytes web/static/test/._testing.js | Bin 0 -> 222 bytes web/static/test/Widget.js | 265 + web/static/test/class.js | 133 + web/static/test/evals.js | 799 + web/static/test/form.js | 47 + web/static/test/formats.js | 228 + web/static/test/fulltest.html | 44 + web/static/test/fulltest/._dataset.js | Bin 0 -> 222 bytes web/static/test/fulltest/dataset.js | 241 + web/static/test/list-editable.js | 358 + web/static/test/list-utils.js | 399 + web/static/test/list.js | 49 + web/static/test/mutex.js | 60 + web/static/test/qunit-doc.js | 143 + web/static/test/registry.js | 55 + web/static/test/rpc.js | 127 + web/static/test/search.js | 1211 ++ web/static/test/testing.js | 244 + web/tests/.___init__.py | Bin 0 -> 222 bytes web/tests/._qunitsuite | Bin 0 -> 222 bytes web/tests/._test_dataset.py | Bin 0 -> 222 bytes web/tests/._test_js.py | Bin 0 -> 222 bytes web/tests/._test_menu.py | Bin 0 -> 222 bytes web/tests/._test_serving_base.py | Bin 0 -> 222 bytes web/tests/__init__.py | 9 + web/tests/qunitsuite/._README.rst | Bin 0 -> 222 bytes web/tests/qunitsuite/.___init__.py | Bin 0 -> 222 bytes web/tests/qunitsuite/._grunt | Bin 0 -> 222 bytes web/tests/qunitsuite/._suite.py | Bin 0 -> 222 bytes web/tests/qunitsuite/README.rst | 116 + web/tests/qunitsuite/__init__.py | 0 web/tests/qunitsuite/grunt/._bootstrap.js | Bin 0 -> 222 bytes web/tests/qunitsuite/grunt/._license | Bin 0 -> 222 bytes web/tests/qunitsuite/grunt/._phantomjs.json | Bin 0 -> 222 bytes .../grunt/._qunit-phantomjs-bridge.js | Bin 0 -> 222 bytes web/tests/qunitsuite/grunt/bootstrap.js | 95 + web/tests/qunitsuite/grunt/license | 22 + web/tests/qunitsuite/grunt/phantomjs.json | 1 + .../grunt/qunit-phantomjs-bridge.js | 88 + web/tests/qunitsuite/suite.py | 131 + web/tests/test_dataset.py | 41 + web/tests/test_js.py | 31 + web/tests/test_menu.py | 181 + web/tests/test_serving_base.py | 34 + 1752 files changed, 283798 insertions(+) create mode 100755 auth_signup/.___init__.py create mode 100755 auth_signup/.___openerp__.py create mode 100644 auth_signup/._auth_signup_data.xml create mode 100644 auth_signup/._controllers create mode 100644 auth_signup/._i18n create mode 100755 auth_signup/._res_config.py create mode 100644 auth_signup/._res_config.xml create mode 100755 auth_signup/._res_users.py create mode 100644 auth_signup/._res_users_view.xml create mode 100644 auth_signup/._static create mode 100755 auth_signup/__init__.py create mode 100755 auth_signup/__openerp__.py create mode 100644 auth_signup/auth_signup_data.xml create mode 100755 auth_signup/controllers/.___init__.py create mode 100755 auth_signup/controllers/._main.py create mode 100755 auth_signup/controllers/__init__.py create mode 100755 auth_signup/controllers/main.py create mode 100644 auth_signup/i18n/._ar.po create mode 100644 auth_signup/i18n/._auth_signup.pot create mode 100644 auth_signup/i18n/._de.po create mode 100644 auth_signup/i18n/._en_GB.po create mode 100644 auth_signup/i18n/._es.po create mode 100644 auth_signup/i18n/._fr.po create mode 100644 auth_signup/i18n/._hr.po create mode 100644 auth_signup/i18n/._hu.po create mode 100644 auth_signup/i18n/._it.po create mode 100644 auth_signup/i18n/._mk.po create mode 100644 auth_signup/i18n/._mn.po create mode 100644 auth_signup/i18n/._nb.po create mode 100644 auth_signup/i18n/._nl.po create mode 100644 auth_signup/i18n/._pl.po create mode 100644 auth_signup/i18n/._pt.po create mode 100644 auth_signup/i18n/._pt_BR.po create mode 100644 auth_signup/i18n/._ro.po create mode 100644 auth_signup/i18n/._ru.po create mode 100644 auth_signup/i18n/._sl.po create mode 100644 auth_signup/i18n/._tr.po create mode 100644 auth_signup/i18n/._zh_CN.po create mode 100644 auth_signup/i18n/ar.po create mode 100644 auth_signup/i18n/auth_signup.pot create mode 100644 auth_signup/i18n/de.po create mode 100644 auth_signup/i18n/en_GB.po create mode 100644 auth_signup/i18n/es.po create mode 100644 auth_signup/i18n/fr.po create mode 100644 auth_signup/i18n/hr.po create mode 100644 auth_signup/i18n/hu.po create mode 100644 auth_signup/i18n/it.po create mode 100644 auth_signup/i18n/mk.po create mode 100644 auth_signup/i18n/mn.po create mode 100644 auth_signup/i18n/nb.po create mode 100644 auth_signup/i18n/nl.po create mode 100644 auth_signup/i18n/pl.po create mode 100644 auth_signup/i18n/pt.po create mode 100644 auth_signup/i18n/pt_BR.po create mode 100644 auth_signup/i18n/ro.po create mode 100644 auth_signup/i18n/ru.po create mode 100644 auth_signup/i18n/sl.po create mode 100644 auth_signup/i18n/tr.po create mode 100644 auth_signup/i18n/zh_CN.po create mode 100755 auth_signup/res_config.py create mode 100644 auth_signup/res_config.xml create mode 100755 auth_signup/res_users.py create mode 100644 auth_signup/res_users_view.xml create mode 100644 auth_signup/static/._src create mode 100644 auth_signup/static/src/._js create mode 100644 auth_signup/static/src/._xml create mode 100644 auth_signup/static/src/js/._auth_signup.js create mode 100644 auth_signup/static/src/js/auth_signup.js create mode 100644 auth_signup/static/src/xml/._auth_signup.xml create mode 100644 auth_signup/static/src/xml/auth_signup.xml create mode 100755 web/.___init__.py create mode 100755 web/.___openerp__.py create mode 100644 web/._cli create mode 100644 web/._controllers create mode 100644 web/._doc create mode 100755 web/._http.py create mode 100644 web/._i18n create mode 100755 web/._session.py create mode 100644 web/._static create mode 100644 web/._tests create mode 100755 web/__init__.py create mode 100755 web/__openerp__.py create mode 100755 web/cli/.___init__.py create mode 100755 web/cli/._test_js.py create mode 100755 web/cli/__init__.py create mode 100755 web/cli/test_js.py create mode 100755 web/controllers/.___init__.py create mode 100755 web/controllers/._main.py create mode 100755 web/controllers/._testing.py create mode 100755 web/controllers/__init__.py create mode 100755 web/controllers/main.py create mode 100755 web/controllers/testing.py create mode 100644 web/doc/._Makefile create mode 100644 web/doc/.__static create mode 100644 web/doc/.__templates create mode 100644 web/doc/.__themes create mode 100644 web/doc/._addon-structure.txt create mode 100644 web/doc/._async.rst create mode 100644 web/doc/._changelog-7.0.rst create mode 100644 web/doc/._client_action.rst create mode 100755 web/doc/._conf.py create mode 100644 web/doc/._form_view.rst create mode 100644 web/doc/._guidelines.rst create mode 100644 web/doc/._images create mode 100644 web/doc/._index.rst create mode 100644 web/doc/._list_view.rst create mode 100644 web/doc/._make.bat create mode 100644 web/doc/._module create mode 100644 web/doc/._module.rst create mode 100644 web/doc/._qweb.rst create mode 100644 web/doc/._rpc.rst create mode 100644 web/doc/._search_view.rst create mode 100644 web/doc/._test-report.txt create mode 100644 web/doc/._testing.rst create mode 100644 web/doc/._widget.rst create mode 100644 web/doc/Makefile create mode 100644 web/doc/_static/._openerp.png create mode 100644 web/doc/_static/openerp.png create mode 100644 web/doc/_templates/._sidebarintro.html create mode 100644 web/doc/_templates/._sidebarlogo.html create mode 100644 web/doc/_templates/sidebarintro.html create mode 100644 web/doc/_templates/sidebarlogo.html create mode 100644 web/doc/_themes/._LICENSE create mode 100644 web/doc/_themes/._README create mode 100644 web/doc/_themes/._flask create mode 100644 web/doc/_themes/._flask_small create mode 100755 web/doc/_themes/._flask_theme_support.py create mode 100644 web/doc/_themes/LICENSE create mode 100644 web/doc/_themes/README create mode 100644 web/doc/_themes/flask/._layout.html create mode 100644 web/doc/_themes/flask/._relations.html create mode 100644 web/doc/_themes/flask/._static create mode 100644 web/doc/_themes/flask/._theme.conf create mode 100644 web/doc/_themes/flask/layout.html create mode 100644 web/doc/_themes/flask/relations.html create mode 100644 web/doc/_themes/flask/static/._flasky.css_t create mode 100644 web/doc/_themes/flask/static/._small_flask.css create mode 100644 web/doc/_themes/flask/static/flasky.css_t create mode 100644 web/doc/_themes/flask/static/small_flask.css create mode 100644 web/doc/_themes/flask/theme.conf create mode 100644 web/doc/_themes/flask_small/._layout.html create mode 100644 web/doc/_themes/flask_small/._static create mode 100644 web/doc/_themes/flask_small/._theme.conf create mode 100644 web/doc/_themes/flask_small/layout.html create mode 100644 web/doc/_themes/flask_small/static/._flasky.css_t create mode 100644 web/doc/_themes/flask_small/static/flasky.css_t create mode 100644 web/doc/_themes/flask_small/theme.conf create mode 100755 web/doc/_themes/flask_theme_support.py create mode 100644 web/doc/addon-structure.txt create mode 100644 web/doc/async.rst create mode 100644 web/doc/changelog-7.0.rst create mode 100644 web/doc/client_action.rst create mode 100755 web/doc/conf.py create mode 100644 web/doc/form_view.rst create mode 100644 web/doc/guidelines.rst create mode 100644 web/doc/images/._db-query.png create mode 100644 web/doc/images/._runner.png create mode 100644 web/doc/images/._runner2.png create mode 100644 web/doc/images/._tests.png create mode 100644 web/doc/images/._tests2.png create mode 100644 web/doc/images/._tests3.png create mode 100644 web/doc/images/db-query.png create mode 100644 web/doc/images/runner.png create mode 100644 web/doc/images/runner2.png create mode 100644 web/doc/images/tests.png create mode 100644 web/doc/images/tests2.png create mode 100644 web/doc/images/tests3.png create mode 100644 web/doc/index.rst create mode 100644 web/doc/list_view.rst create mode 100644 web/doc/make.bat create mode 100644 web/doc/module.rst create mode 100755 web/doc/module/.___init__.py create mode 100755 web/doc/module/.___openerp__.py create mode 100644 web/doc/module/.___openerp__.py.1.diff create mode 100644 web/doc/module/.___openerp__.py.2.diff create mode 100644 web/doc/module/.___openerp__.py.3.diff create mode 100644 web/doc/module/.___openerp__.py.4.diff create mode 100644 web/doc/module/.___openerp__.py.5.diff create mode 100644 web/doc/module/._static create mode 100644 web/doc/module/._web_example.xml create mode 100755 web/doc/module/__init__.py create mode 100755 web/doc/module/__openerp__.py create mode 100644 web/doc/module/__openerp__.py.1.diff create mode 100644 web/doc/module/__openerp__.py.2.diff create mode 100644 web/doc/module/__openerp__.py.3.diff create mode 100644 web/doc/module/__openerp__.py.4.diff create mode 100644 web/doc/module/__openerp__.py.5.diff create mode 100644 web/doc/module/static/._src create mode 100644 web/doc/module/static/src/._css create mode 100644 web/doc/module/static/src/._js create mode 100644 web/doc/module/static/src/._xml create mode 100644 web/doc/module/static/src/css/._web_example.css create mode 100644 web/doc/module/static/src/css/._web_example.css.1.diff create mode 100644 web/doc/module/static/src/css/web_example.css create mode 100644 web/doc/module/static/src/css/web_example.css.1.diff create mode 100644 web/doc/module/static/src/js/._first_module.js create mode 100644 web/doc/module/static/src/js/._first_module.js.1.diff create mode 100644 web/doc/module/static/src/js/._first_module.js.2.diff create mode 100644 web/doc/module/static/src/js/._first_module.js.3.diff create mode 100644 web/doc/module/static/src/js/._first_module.js.4.diff create mode 100644 web/doc/module/static/src/js/._first_module.js.5.diff create mode 100644 web/doc/module/static/src/js/._first_module.js.6.diff create mode 100644 web/doc/module/static/src/js/first_module.js create mode 100644 web/doc/module/static/src/js/first_module.js.1.diff create mode 100644 web/doc/module/static/src/js/first_module.js.2.diff create mode 100644 web/doc/module/static/src/js/first_module.js.3.diff create mode 100644 web/doc/module/static/src/js/first_module.js.4.diff create mode 100644 web/doc/module/static/src/js/first_module.js.5.diff create mode 100644 web/doc/module/static/src/js/first_module.js.6.diff create mode 100644 web/doc/module/static/src/xml/._web_example.xml create mode 100644 web/doc/module/static/src/xml/web_example.xml create mode 100644 web/doc/module/web_example.xml create mode 100644 web/doc/qweb.rst create mode 100644 web/doc/rpc.rst create mode 100644 web/doc/search_view.rst create mode 100644 web/doc/test-report.txt create mode 100644 web/doc/testing.rst create mode 100644 web/doc/widget.rst create mode 100755 web/http.py create mode 100644 web/i18n/._ar.po create mode 100644 web/i18n/._bg.po create mode 100644 web/i18n/._bn.po create mode 100644 web/i18n/._bs.po create mode 100644 web/i18n/._ca.po create mode 100644 web/i18n/._cs.po create mode 100644 web/i18n/._da.po create mode 100644 web/i18n/._de.po create mode 100644 web/i18n/._en_AU.po create mode 100644 web/i18n/._en_GB.po create mode 100644 web/i18n/._es.po create mode 100644 web/i18n/._es_CL.po create mode 100644 web/i18n/._es_CR.po create mode 100644 web/i18n/._es_DO.po create mode 100644 web/i18n/._es_EC.po create mode 100644 web/i18n/._es_MX.po create mode 100644 web/i18n/._et.po create mode 100644 web/i18n/._eu.po create mode 100644 web/i18n/._fa.po create mode 100644 web/i18n/._fi.po create mode 100644 web/i18n/._fr.po create mode 100644 web/i18n/._fr_CA.po create mode 100644 web/i18n/._gl.po create mode 100644 web/i18n/._gu.po create mode 100644 web/i18n/._hi.po create mode 100644 web/i18n/._hr.po create mode 100644 web/i18n/._hu.po create mode 100644 web/i18n/._id.po create mode 100644 web/i18n/._it.po create mode 100644 web/i18n/._ja.po create mode 100644 web/i18n/._ka.po create mode 100644 web/i18n/._ko.po create mode 100644 web/i18n/._lo.po create mode 100644 web/i18n/._lt.po create mode 100644 web/i18n/._mk.po create mode 100644 web/i18n/._mn.po create mode 100644 web/i18n/._nb.po create mode 100644 web/i18n/._nl.po create mode 100644 web/i18n/._nl_BE.po create mode 100644 web/i18n/._pl.po create mode 100644 web/i18n/._pt.po create mode 100644 web/i18n/._pt_BR.po create mode 100644 web/i18n/._ro.po create mode 100644 web/i18n/._ru.po create mode 100644 web/i18n/._sk.po create mode 100644 web/i18n/._sl.po create mode 100644 web/i18n/._sq.po create mode 100644 web/i18n/._sr@latin.po create mode 100644 web/i18n/._sv.po create mode 100644 web/i18n/._th.po create mode 100644 web/i18n/._tr.po create mode 100644 web/i18n/._uk.po create mode 100644 web/i18n/._web.pot create mode 100644 web/i18n/._zh_CN.po create mode 100644 web/i18n/._zh_TW.po create mode 100644 web/i18n/ar.po create mode 100644 web/i18n/bg.po create mode 100644 web/i18n/bn.po create mode 100644 web/i18n/bs.po create mode 100644 web/i18n/ca.po create mode 100644 web/i18n/cs.po create mode 100644 web/i18n/da.po create mode 100644 web/i18n/de.po create mode 100644 web/i18n/en_AU.po create mode 100644 web/i18n/en_GB.po create mode 100644 web/i18n/es.po create mode 100644 web/i18n/es_CL.po create mode 100644 web/i18n/es_CR.po create mode 100644 web/i18n/es_DO.po create mode 100644 web/i18n/es_EC.po create mode 100644 web/i18n/es_MX.po create mode 100644 web/i18n/et.po create mode 100644 web/i18n/eu.po create mode 100644 web/i18n/fa.po create mode 100644 web/i18n/fi.po create mode 100644 web/i18n/fr.po create mode 100644 web/i18n/fr_CA.po create mode 100644 web/i18n/gl.po create mode 100644 web/i18n/gu.po create mode 100644 web/i18n/hi.po create mode 100644 web/i18n/hr.po create mode 100644 web/i18n/hu.po create mode 100644 web/i18n/id.po create mode 100644 web/i18n/it.po create mode 100644 web/i18n/ja.po create mode 100644 web/i18n/ka.po create mode 100644 web/i18n/ko.po create mode 100644 web/i18n/lo.po create mode 100644 web/i18n/lt.po create mode 100644 web/i18n/mk.po create mode 100644 web/i18n/mn.po create mode 100644 web/i18n/nb.po create mode 100644 web/i18n/nl.po create mode 100644 web/i18n/nl_BE.po create mode 100644 web/i18n/pl.po create mode 100644 web/i18n/pt.po create mode 100644 web/i18n/pt_BR.po create mode 100644 web/i18n/ro.po create mode 100644 web/i18n/ru.po create mode 100644 web/i18n/sk.po create mode 100644 web/i18n/sl.po create mode 100644 web/i18n/sq.po create mode 100644 web/i18n/sr@latin.po create mode 100644 web/i18n/sv.po create mode 100644 web/i18n/th.po create mode 100644 web/i18n/tr.po create mode 100644 web/i18n/uk.po create mode 100644 web/i18n/web.pot create mode 100644 web/i18n/zh_CN.po create mode 100644 web/i18n/zh_TW.po create mode 100755 web/session.py create mode 100644 web/static/._lib create mode 100644 web/static/._src create mode 100644 web/static/._test create mode 100644 web/static/lib/._backbone create mode 100644 web/static/lib/._cleditor create mode 100644 web/static/lib/._datejs create mode 100644 web/static/lib/._jquery create mode 100644 web/static/lib/._jquery.MD5 create mode 100644 web/static/lib/._jquery.autosize create mode 100644 web/static/lib/._jquery.ba-bbq create mode 100644 web/static/lib/._jquery.blockUI create mode 100644 web/static/lib/._jquery.form create mode 100644 web/static/lib/._jquery.scrollTo create mode 100644 web/static/lib/._jquery.textext create mode 100644 web/static/lib/._jquery.timeago create mode 100644 web/static/lib/._jquery.tipsy create mode 100644 web/static/lib/._jquery.ui create mode 100644 web/static/lib/._jquery.ui.bootstrap create mode 100644 web/static/lib/._jquery.ui.notify create mode 100644 web/static/lib/._jquery.ui.timepicker create mode 100644 web/static/lib/._jquery.validate create mode 100644 web/static/lib/._py.js create mode 100644 web/static/lib/._qunit create mode 100644 web/static/lib/._qweb create mode 100644 web/static/lib/._spinjs create mode 100644 web/static/lib/._underscore create mode 100644 web/static/lib/backbone/._backbone.js create mode 100644 web/static/lib/backbone/backbone.js create mode 100644 web/static/lib/cleditor/._images create mode 100644 web/static/lib/cleditor/._jquery.cleditor.css create mode 100644 web/static/lib/cleditor/._jquery.cleditor.js create mode 100644 web/static/lib/cleditor/._jquery.cleditor.min.js create mode 100644 web/static/lib/cleditor/images/._buttons.gif create mode 100644 web/static/lib/cleditor/images/._toolbar.gif create mode 100644 web/static/lib/cleditor/images/buttons.gif create mode 100644 web/static/lib/cleditor/images/toolbar.gif create mode 100644 web/static/lib/cleditor/jquery.cleditor.css create mode 100644 web/static/lib/cleditor/jquery.cleditor.js create mode 100644 web/static/lib/cleditor/jquery.cleditor.min.js create mode 100644 web/static/lib/datejs/._core.js create mode 100644 web/static/lib/datejs/._date.js create mode 100644 web/static/lib/datejs/._extras.js create mode 100644 web/static/lib/datejs/._globalization create mode 100644 web/static/lib/datejs/._parser.js create mode 100644 web/static/lib/datejs/._sugarpak.js create mode 100644 web/static/lib/datejs/._time.js create mode 100644 web/static/lib/datejs/core.js create mode 100644 web/static/lib/datejs/date.js create mode 100644 web/static/lib/datejs/extras.js create mode 100644 web/static/lib/datejs/globalization/._ab-RU.js create mode 100644 web/static/lib/datejs/globalization/._af-ZA.js create mode 100644 web/static/lib/datejs/globalization/._am-ET.js create mode 100644 web/static/lib/datejs/globalization/._ar-AE.js create mode 100644 web/static/lib/datejs/globalization/._ar-AR.js create mode 100644 web/static/lib/datejs/globalization/._ar-BH.js create mode 100644 web/static/lib/datejs/globalization/._ar-DZ.js create mode 100644 web/static/lib/datejs/globalization/._ar-EG.js create mode 100644 web/static/lib/datejs/globalization/._ar-IQ.js create mode 100644 web/static/lib/datejs/globalization/._ar-JO.js create mode 100644 web/static/lib/datejs/globalization/._ar-KW.js create mode 100644 web/static/lib/datejs/globalization/._ar-LB.js create mode 100644 web/static/lib/datejs/globalization/._ar-LY.js create mode 100644 web/static/lib/datejs/globalization/._ar-MA.js create mode 100644 web/static/lib/datejs/globalization/._ar-OM.js create mode 100644 web/static/lib/datejs/globalization/._ar-QA.js create mode 100644 web/static/lib/datejs/globalization/._ar-SA.js create mode 100644 web/static/lib/datejs/globalization/._ar-SY.js create mode 100644 web/static/lib/datejs/globalization/._ar-TN.js create mode 100644 web/static/lib/datejs/globalization/._ar-YE.js create mode 100644 web/static/lib/datejs/globalization/._az-Cyrl-AZ.js create mode 100644 web/static/lib/datejs/globalization/._az-Latn-AZ.js create mode 100644 web/static/lib/datejs/globalization/._be-BY.js create mode 100644 web/static/lib/datejs/globalization/._bg-BG.js create mode 100644 web/static/lib/datejs/globalization/._bs-BS.js create mode 100644 web/static/lib/datejs/globalization/._bs-Latn-BA.js create mode 100644 web/static/lib/datejs/globalization/._ca-ES.js create mode 100644 web/static/lib/datejs/globalization/._cs-CZ.js create mode 100644 web/static/lib/datejs/globalization/._cy-GB.js create mode 100644 web/static/lib/datejs/globalization/._da-DK.js create mode 100644 web/static/lib/datejs/globalization/._de-AT.js create mode 100644 web/static/lib/datejs/globalization/._de-CH.js create mode 100644 web/static/lib/datejs/globalization/._de-DE.js create mode 100644 web/static/lib/datejs/globalization/._de-LI.js create mode 100644 web/static/lib/datejs/globalization/._de-LU.js create mode 100644 web/static/lib/datejs/globalization/._dv-MV.js create mode 100644 web/static/lib/datejs/globalization/._el-GR.js create mode 100644 web/static/lib/datejs/globalization/._en-029.js create mode 100644 web/static/lib/datejs/globalization/._en-AU.js create mode 100644 web/static/lib/datejs/globalization/._en-BZ.js create mode 100644 web/static/lib/datejs/globalization/._en-CA.js create mode 100644 web/static/lib/datejs/globalization/._en-GB.js create mode 100644 web/static/lib/datejs/globalization/._en-IE.js create mode 100644 web/static/lib/datejs/globalization/._en-JM.js create mode 100644 web/static/lib/datejs/globalization/._en-NZ.js create mode 100644 web/static/lib/datejs/globalization/._en-PH.js create mode 100644 web/static/lib/datejs/globalization/._en-TT.js create mode 100644 web/static/lib/datejs/globalization/._en-US.js create mode 100644 web/static/lib/datejs/globalization/._en-ZA.js create mode 100644 web/static/lib/datejs/globalization/._en-ZW.js create mode 100644 web/static/lib/datejs/globalization/._es-AR.js create mode 100644 web/static/lib/datejs/globalization/._es-BO.js create mode 100644 web/static/lib/datejs/globalization/._es-CL.js create mode 100644 web/static/lib/datejs/globalization/._es-CO.js create mode 100644 web/static/lib/datejs/globalization/._es-CR.js create mode 100644 web/static/lib/datejs/globalization/._es-DO.js create mode 100644 web/static/lib/datejs/globalization/._es-EC.js create mode 100644 web/static/lib/datejs/globalization/._es-ES.js create mode 100644 web/static/lib/datejs/globalization/._es-GT.js create mode 100644 web/static/lib/datejs/globalization/._es-HN.js create mode 100644 web/static/lib/datejs/globalization/._es-MX.js create mode 100644 web/static/lib/datejs/globalization/._es-NI.js create mode 100644 web/static/lib/datejs/globalization/._es-PA.js create mode 100644 web/static/lib/datejs/globalization/._es-PE.js create mode 100644 web/static/lib/datejs/globalization/._es-PR.js create mode 100644 web/static/lib/datejs/globalization/._es-PY.js create mode 100644 web/static/lib/datejs/globalization/._es-SV.js create mode 100644 web/static/lib/datejs/globalization/._es-UY.js create mode 100644 web/static/lib/datejs/globalization/._es-VE.js create mode 100644 web/static/lib/datejs/globalization/._et-EE.js create mode 100644 web/static/lib/datejs/globalization/._eu-ES.js create mode 100644 web/static/lib/datejs/globalization/._fa-IR.js create mode 100644 web/static/lib/datejs/globalization/._fi-FI.js create mode 100644 web/static/lib/datejs/globalization/._fo-FO.js create mode 100644 web/static/lib/datejs/globalization/._fr-BE.js create mode 100644 web/static/lib/datejs/globalization/._fr-CA.js create mode 100644 web/static/lib/datejs/globalization/._fr-CH.js create mode 100644 web/static/lib/datejs/globalization/._fr-FR.js create mode 100644 web/static/lib/datejs/globalization/._fr-LU.js create mode 100644 web/static/lib/datejs/globalization/._fr-MC.js create mode 100644 web/static/lib/datejs/globalization/._gl-ES.js create mode 100644 web/static/lib/datejs/globalization/._gu-IN.js create mode 100644 web/static/lib/datejs/globalization/._he-IL.js create mode 100644 web/static/lib/datejs/globalization/._hi-IN.js create mode 100644 web/static/lib/datejs/globalization/._hr-BA.js create mode 100644 web/static/lib/datejs/globalization/._hr-HR.js create mode 100644 web/static/lib/datejs/globalization/._hu-HU.js create mode 100644 web/static/lib/datejs/globalization/._hy-AM.js create mode 100644 web/static/lib/datejs/globalization/._id-ID.js create mode 100644 web/static/lib/datejs/globalization/._is-IS.js create mode 100644 web/static/lib/datejs/globalization/._it-CH.js create mode 100644 web/static/lib/datejs/globalization/._it-IT.js create mode 100644 web/static/lib/datejs/globalization/._iu-CA.js create mode 100644 web/static/lib/datejs/globalization/._ja-JP.js create mode 100644 web/static/lib/datejs/globalization/._ka-GE.js create mode 100644 web/static/lib/datejs/globalization/._kk-KZ.js create mode 100644 web/static/lib/datejs/globalization/._kn-IN.js create mode 100644 web/static/lib/datejs/globalization/._ko-KP.js create mode 100644 web/static/lib/datejs/globalization/._ko-KR.js create mode 100644 web/static/lib/datejs/globalization/._kok-IN.js create mode 100644 web/static/lib/datejs/globalization/._ky-KG.js create mode 100644 web/static/lib/datejs/globalization/._lt-LT.js create mode 100644 web/static/lib/datejs/globalization/._lv-LV.js create mode 100644 web/static/lib/datejs/globalization/._mi-NZ.js create mode 100644 web/static/lib/datejs/globalization/._mk-MK.js create mode 100644 web/static/lib/datejs/globalization/._ml-IN.js create mode 100644 web/static/lib/datejs/globalization/._mn-MN.js create mode 100644 web/static/lib/datejs/globalization/._mr-IN.js create mode 100644 web/static/lib/datejs/globalization/._ms-BN.js create mode 100644 web/static/lib/datejs/globalization/._ms-MY.js create mode 100644 web/static/lib/datejs/globalization/._mt-MT.js create mode 100644 web/static/lib/datejs/globalization/._nb-NO.js create mode 100644 web/static/lib/datejs/globalization/._nl-BE.js create mode 100644 web/static/lib/datejs/globalization/._nl-NL.js create mode 100644 web/static/lib/datejs/globalization/._nn-NO.js create mode 100644 web/static/lib/datejs/globalization/._ns-ZA.js create mode 100644 web/static/lib/datejs/globalization/._oc-FR.js create mode 100644 web/static/lib/datejs/globalization/._pa-IN.js create mode 100644 web/static/lib/datejs/globalization/._pl-PL.js create mode 100644 web/static/lib/datejs/globalization/._pt-BR.js create mode 100644 web/static/lib/datejs/globalization/._pt-PT.js create mode 100644 web/static/lib/datejs/globalization/._quz-BO.js create mode 100644 web/static/lib/datejs/globalization/._quz-EC.js create mode 100644 web/static/lib/datejs/globalization/._quz-PE.js create mode 100644 web/static/lib/datejs/globalization/._ro-RO.js create mode 100644 web/static/lib/datejs/globalization/._ru-RU.js create mode 100644 web/static/lib/datejs/globalization/._sa-IN.js create mode 100644 web/static/lib/datejs/globalization/._se-FI.js create mode 100644 web/static/lib/datejs/globalization/._se-NO.js create mode 100644 web/static/lib/datejs/globalization/._se-SE.js create mode 100644 web/static/lib/datejs/globalization/._si-LK.js create mode 100644 web/static/lib/datejs/globalization/._sk-SK.js create mode 100644 web/static/lib/datejs/globalization/._sl-SI.js create mode 100644 web/static/lib/datejs/globalization/._sma-NO.js create mode 100644 web/static/lib/datejs/globalization/._sma-SE.js create mode 100644 web/static/lib/datejs/globalization/._smj-NO.js create mode 100644 web/static/lib/datejs/globalization/._smj-SE.js create mode 100644 web/static/lib/datejs/globalization/._smn-FI.js create mode 100644 web/static/lib/datejs/globalization/._sms-FI.js create mode 100644 web/static/lib/datejs/globalization/._sq-AL.js create mode 100644 web/static/lib/datejs/globalization/._sr-Cyrl-BA.js create mode 100644 web/static/lib/datejs/globalization/._sr-Cyrl-CS.js create mode 100644 web/static/lib/datejs/globalization/._sr-Latn-BA.js create mode 100644 web/static/lib/datejs/globalization/._sr-Latn-CS.js create mode 100644 web/static/lib/datejs/globalization/._sr-RS.js create mode 100644 web/static/lib/datejs/globalization/._sr@latin.js create mode 100644 web/static/lib/datejs/globalization/._sv-FI.js create mode 100644 web/static/lib/datejs/globalization/._sv-SE.js create mode 100644 web/static/lib/datejs/globalization/._sw-KE.js create mode 100644 web/static/lib/datejs/globalization/._syr-SY.js create mode 100644 web/static/lib/datejs/globalization/._ta-IN.js create mode 100644 web/static/lib/datejs/globalization/._te-IN.js create mode 100644 web/static/lib/datejs/globalization/._th-TH.js create mode 100644 web/static/lib/datejs/globalization/._tlh-TLH.js create mode 100644 web/static/lib/datejs/globalization/._tn-ZA.js create mode 100644 web/static/lib/datejs/globalization/._tr-TR.js create mode 100644 web/static/lib/datejs/globalization/._tt-RU.js create mode 100644 web/static/lib/datejs/globalization/._uk-UA.js create mode 100644 web/static/lib/datejs/globalization/._ur-PK.js create mode 100644 web/static/lib/datejs/globalization/._uz-Cyrl-UZ.js create mode 100644 web/static/lib/datejs/globalization/._uz-Latn-UZ.js create mode 100644 web/static/lib/datejs/globalization/._vi-VN.js create mode 100644 web/static/lib/datejs/globalization/._xh-ZA.js create mode 100644 web/static/lib/datejs/globalization/._zh-CN.js create mode 100644 web/static/lib/datejs/globalization/._zh-HK.js create mode 100644 web/static/lib/datejs/globalization/._zh-MO.js create mode 100644 web/static/lib/datejs/globalization/._zh-SG.js create mode 100644 web/static/lib/datejs/globalization/._zh-TW.js create mode 100644 web/static/lib/datejs/globalization/._zu-ZA.js create mode 100644 web/static/lib/datejs/globalization/ab-RU.js create mode 100644 web/static/lib/datejs/globalization/af-ZA.js create mode 100644 web/static/lib/datejs/globalization/am-ET.js create mode 100644 web/static/lib/datejs/globalization/ar-AE.js create mode 100644 web/static/lib/datejs/globalization/ar-AR.js create mode 100644 web/static/lib/datejs/globalization/ar-BH.js create mode 100644 web/static/lib/datejs/globalization/ar-DZ.js create mode 100644 web/static/lib/datejs/globalization/ar-EG.js create mode 100644 web/static/lib/datejs/globalization/ar-IQ.js create mode 100644 web/static/lib/datejs/globalization/ar-JO.js create mode 100644 web/static/lib/datejs/globalization/ar-KW.js create mode 100644 web/static/lib/datejs/globalization/ar-LB.js create mode 100644 web/static/lib/datejs/globalization/ar-LY.js create mode 100644 web/static/lib/datejs/globalization/ar-MA.js create mode 100644 web/static/lib/datejs/globalization/ar-OM.js create mode 100644 web/static/lib/datejs/globalization/ar-QA.js create mode 100644 web/static/lib/datejs/globalization/ar-SA.js create mode 100644 web/static/lib/datejs/globalization/ar-SY.js create mode 100644 web/static/lib/datejs/globalization/ar-TN.js create mode 100644 web/static/lib/datejs/globalization/ar-YE.js create mode 100644 web/static/lib/datejs/globalization/az-Cyrl-AZ.js create mode 100644 web/static/lib/datejs/globalization/az-Latn-AZ.js create mode 100644 web/static/lib/datejs/globalization/be-BY.js create mode 100644 web/static/lib/datejs/globalization/bg-BG.js create mode 100644 web/static/lib/datejs/globalization/bs-BS.js create mode 100644 web/static/lib/datejs/globalization/bs-Latn-BA.js create mode 100644 web/static/lib/datejs/globalization/ca-ES.js create mode 100644 web/static/lib/datejs/globalization/cs-CZ.js create mode 100644 web/static/lib/datejs/globalization/cy-GB.js create mode 100644 web/static/lib/datejs/globalization/da-DK.js create mode 100644 web/static/lib/datejs/globalization/de-AT.js create mode 100644 web/static/lib/datejs/globalization/de-CH.js create mode 100644 web/static/lib/datejs/globalization/de-DE.js create mode 100644 web/static/lib/datejs/globalization/de-LI.js create mode 100644 web/static/lib/datejs/globalization/de-LU.js create mode 100644 web/static/lib/datejs/globalization/dv-MV.js create mode 100644 web/static/lib/datejs/globalization/el-GR.js create mode 100644 web/static/lib/datejs/globalization/en-029.js create mode 100644 web/static/lib/datejs/globalization/en-AU.js create mode 100644 web/static/lib/datejs/globalization/en-BZ.js create mode 100644 web/static/lib/datejs/globalization/en-CA.js create mode 100644 web/static/lib/datejs/globalization/en-GB.js create mode 100644 web/static/lib/datejs/globalization/en-IE.js create mode 100644 web/static/lib/datejs/globalization/en-JM.js create mode 100644 web/static/lib/datejs/globalization/en-NZ.js create mode 100644 web/static/lib/datejs/globalization/en-PH.js create mode 100644 web/static/lib/datejs/globalization/en-TT.js create mode 100644 web/static/lib/datejs/globalization/en-US.js create mode 100644 web/static/lib/datejs/globalization/en-ZA.js create mode 100644 web/static/lib/datejs/globalization/en-ZW.js create mode 100644 web/static/lib/datejs/globalization/es-AR.js create mode 100644 web/static/lib/datejs/globalization/es-BO.js create mode 100644 web/static/lib/datejs/globalization/es-CL.js create mode 100644 web/static/lib/datejs/globalization/es-CO.js create mode 100644 web/static/lib/datejs/globalization/es-CR.js create mode 100644 web/static/lib/datejs/globalization/es-DO.js create mode 100644 web/static/lib/datejs/globalization/es-EC.js create mode 100644 web/static/lib/datejs/globalization/es-ES.js create mode 100644 web/static/lib/datejs/globalization/es-GT.js create mode 100644 web/static/lib/datejs/globalization/es-HN.js create mode 100644 web/static/lib/datejs/globalization/es-MX.js create mode 100644 web/static/lib/datejs/globalization/es-NI.js create mode 100644 web/static/lib/datejs/globalization/es-PA.js create mode 100644 web/static/lib/datejs/globalization/es-PE.js create mode 100644 web/static/lib/datejs/globalization/es-PR.js create mode 100644 web/static/lib/datejs/globalization/es-PY.js create mode 100644 web/static/lib/datejs/globalization/es-SV.js create mode 100644 web/static/lib/datejs/globalization/es-UY.js create mode 100644 web/static/lib/datejs/globalization/es-VE.js create mode 100644 web/static/lib/datejs/globalization/et-EE.js create mode 100644 web/static/lib/datejs/globalization/eu-ES.js create mode 100644 web/static/lib/datejs/globalization/fa-IR.js create mode 100644 web/static/lib/datejs/globalization/fi-FI.js create mode 100644 web/static/lib/datejs/globalization/fo-FO.js create mode 100644 web/static/lib/datejs/globalization/fr-BE.js create mode 100644 web/static/lib/datejs/globalization/fr-CA.js create mode 100644 web/static/lib/datejs/globalization/fr-CH.js create mode 100644 web/static/lib/datejs/globalization/fr-FR.js create mode 100644 web/static/lib/datejs/globalization/fr-LU.js create mode 100644 web/static/lib/datejs/globalization/fr-MC.js create mode 100644 web/static/lib/datejs/globalization/gl-ES.js create mode 100644 web/static/lib/datejs/globalization/gu-IN.js create mode 100644 web/static/lib/datejs/globalization/he-IL.js create mode 100644 web/static/lib/datejs/globalization/hi-IN.js create mode 100644 web/static/lib/datejs/globalization/hr-BA.js create mode 100644 web/static/lib/datejs/globalization/hr-HR.js create mode 100644 web/static/lib/datejs/globalization/hu-HU.js create mode 100644 web/static/lib/datejs/globalization/hy-AM.js create mode 100644 web/static/lib/datejs/globalization/id-ID.js create mode 100644 web/static/lib/datejs/globalization/is-IS.js create mode 100644 web/static/lib/datejs/globalization/it-CH.js create mode 100644 web/static/lib/datejs/globalization/it-IT.js create mode 100644 web/static/lib/datejs/globalization/iu-CA.js create mode 100644 web/static/lib/datejs/globalization/ja-JP.js create mode 100644 web/static/lib/datejs/globalization/ka-GE.js create mode 100644 web/static/lib/datejs/globalization/kk-KZ.js create mode 100644 web/static/lib/datejs/globalization/kn-IN.js create mode 100644 web/static/lib/datejs/globalization/ko-KP.js create mode 100644 web/static/lib/datejs/globalization/ko-KR.js create mode 100644 web/static/lib/datejs/globalization/kok-IN.js create mode 100644 web/static/lib/datejs/globalization/ky-KG.js create mode 100644 web/static/lib/datejs/globalization/lt-LT.js create mode 100644 web/static/lib/datejs/globalization/lv-LV.js create mode 100644 web/static/lib/datejs/globalization/mi-NZ.js create mode 100644 web/static/lib/datejs/globalization/mk-MK.js create mode 100644 web/static/lib/datejs/globalization/ml-IN.js create mode 100644 web/static/lib/datejs/globalization/mn-MN.js create mode 100644 web/static/lib/datejs/globalization/mr-IN.js create mode 100644 web/static/lib/datejs/globalization/ms-BN.js create mode 100644 web/static/lib/datejs/globalization/ms-MY.js create mode 100644 web/static/lib/datejs/globalization/mt-MT.js create mode 100644 web/static/lib/datejs/globalization/nb-NO.js create mode 100644 web/static/lib/datejs/globalization/nl-BE.js create mode 100644 web/static/lib/datejs/globalization/nl-NL.js create mode 100644 web/static/lib/datejs/globalization/nn-NO.js create mode 100644 web/static/lib/datejs/globalization/ns-ZA.js create mode 100644 web/static/lib/datejs/globalization/oc-FR.js create mode 100644 web/static/lib/datejs/globalization/pa-IN.js create mode 100644 web/static/lib/datejs/globalization/pl-PL.js create mode 100644 web/static/lib/datejs/globalization/pt-BR.js create mode 100644 web/static/lib/datejs/globalization/pt-PT.js create mode 100644 web/static/lib/datejs/globalization/quz-BO.js create mode 100644 web/static/lib/datejs/globalization/quz-EC.js create mode 100644 web/static/lib/datejs/globalization/quz-PE.js create mode 100644 web/static/lib/datejs/globalization/ro-RO.js create mode 100644 web/static/lib/datejs/globalization/ru-RU.js create mode 100644 web/static/lib/datejs/globalization/sa-IN.js create mode 100644 web/static/lib/datejs/globalization/se-FI.js create mode 100644 web/static/lib/datejs/globalization/se-NO.js create mode 100644 web/static/lib/datejs/globalization/se-SE.js create mode 100644 web/static/lib/datejs/globalization/si-LK.js create mode 100644 web/static/lib/datejs/globalization/sk-SK.js create mode 100644 web/static/lib/datejs/globalization/sl-SI.js create mode 100644 web/static/lib/datejs/globalization/sma-NO.js create mode 100644 web/static/lib/datejs/globalization/sma-SE.js create mode 100644 web/static/lib/datejs/globalization/smj-NO.js create mode 100644 web/static/lib/datejs/globalization/smj-SE.js create mode 100644 web/static/lib/datejs/globalization/smn-FI.js create mode 100644 web/static/lib/datejs/globalization/sms-FI.js create mode 100644 web/static/lib/datejs/globalization/sq-AL.js create mode 100644 web/static/lib/datejs/globalization/sr-Cyrl-BA.js create mode 100644 web/static/lib/datejs/globalization/sr-Cyrl-CS.js create mode 100644 web/static/lib/datejs/globalization/sr-Latn-BA.js create mode 100644 web/static/lib/datejs/globalization/sr-Latn-CS.js create mode 100644 web/static/lib/datejs/globalization/sr-RS.js create mode 100644 web/static/lib/datejs/globalization/sr@latin.js create mode 100644 web/static/lib/datejs/globalization/sv-FI.js create mode 100644 web/static/lib/datejs/globalization/sv-SE.js create mode 100644 web/static/lib/datejs/globalization/sw-KE.js create mode 100644 web/static/lib/datejs/globalization/syr-SY.js create mode 100644 web/static/lib/datejs/globalization/ta-IN.js create mode 100644 web/static/lib/datejs/globalization/te-IN.js create mode 100644 web/static/lib/datejs/globalization/th-TH.js create mode 100644 web/static/lib/datejs/globalization/tlh-TLH.js create mode 100644 web/static/lib/datejs/globalization/tn-ZA.js create mode 100644 web/static/lib/datejs/globalization/tr-TR.js create mode 100644 web/static/lib/datejs/globalization/tt-RU.js create mode 100644 web/static/lib/datejs/globalization/uk-UA.js create mode 100644 web/static/lib/datejs/globalization/ur-PK.js create mode 100644 web/static/lib/datejs/globalization/uz-Cyrl-UZ.js create mode 100644 web/static/lib/datejs/globalization/uz-Latn-UZ.js create mode 100644 web/static/lib/datejs/globalization/vi-VN.js create mode 100644 web/static/lib/datejs/globalization/xh-ZA.js create mode 100644 web/static/lib/datejs/globalization/zh-CN.js create mode 100644 web/static/lib/datejs/globalization/zh-HK.js create mode 100644 web/static/lib/datejs/globalization/zh-MO.js create mode 100644 web/static/lib/datejs/globalization/zh-SG.js create mode 100644 web/static/lib/datejs/globalization/zh-TW.js create mode 100644 web/static/lib/datejs/globalization/zu-ZA.js create mode 100644 web/static/lib/datejs/parser.js create mode 100644 web/static/lib/datejs/sugarpak.js create mode 100644 web/static/lib/datejs/time.js create mode 100644 web/static/lib/jquery.MD5/._README.md create mode 100644 web/static/lib/jquery.MD5/._README.txt create mode 100644 web/static/lib/jquery.MD5/._jquery.md5.js create mode 100644 web/static/lib/jquery.MD5/._tests create mode 100644 web/static/lib/jquery.MD5/README.md create mode 100644 web/static/lib/jquery.MD5/README.txt create mode 100644 web/static/lib/jquery.MD5/jquery.md5.js create mode 100644 web/static/lib/jquery.MD5/tests/._index.html create mode 100644 web/static/lib/jquery.MD5/tests/._tests.js create mode 100644 web/static/lib/jquery.MD5/tests/index.html create mode 100644 web/static/lib/jquery.MD5/tests/tests.js create mode 100644 web/static/lib/jquery.autosize/._jquery.autosize.js create mode 100644 web/static/lib/jquery.autosize/jquery.autosize.js create mode 100644 web/static/lib/jquery.ba-bbq/._jquery.ba-bbq.js create mode 100644 web/static/lib/jquery.ba-bbq/._jquery.ba-bbq.min.js create mode 100644 web/static/lib/jquery.ba-bbq/jquery.ba-bbq.js create mode 100644 web/static/lib/jquery.ba-bbq/jquery.ba-bbq.min.js create mode 100644 web/static/lib/jquery.blockUI/._jquery.blockUI.js create mode 100644 web/static/lib/jquery.blockUI/jquery.blockUI.js create mode 100644 web/static/lib/jquery.form/._jquery.form.js create mode 100644 web/static/lib/jquery.form/jquery.form.js create mode 100644 web/static/lib/jquery.scrollTo/._changes.txt create mode 100644 web/static/lib/jquery.scrollTo/._jquery.scrollTo-min.js create mode 100644 web/static/lib/jquery.scrollTo/._jquery.scrollTo.js create mode 100644 web/static/lib/jquery.scrollTo/changes.txt create mode 100644 web/static/lib/jquery.scrollTo/jquery.scrollTo-min.js create mode 100644 web/static/lib/jquery.scrollTo/jquery.scrollTo.js create mode 100644 web/static/lib/jquery.textext/._jquery.textext.css create mode 100644 web/static/lib/jquery.textext/._jquery.textext.js create mode 100644 web/static/lib/jquery.textext/jquery.textext.css create mode 100644 web/static/lib/jquery.textext/jquery.textext.js create mode 100644 web/static/lib/jquery.timeago/._jquery.timeago.js create mode 100644 web/static/lib/jquery.timeago/jquery.timeago.js create mode 100644 web/static/lib/jquery.tipsy/._jquery.tipsy.js create mode 100644 web/static/lib/jquery.tipsy/._tipsy.css create mode 100644 web/static/lib/jquery.tipsy/jquery.tipsy.js create mode 100644 web/static/lib/jquery.tipsy/tipsy.css create mode 100644 web/static/lib/jquery.ui.bootstrap/._README.md create mode 100644 web/static/lib/jquery.ui.bootstrap/._bootstrap create mode 100644 web/static/lib/jquery.ui.bootstrap/._css create mode 100644 web/static/lib/jquery.ui.bootstrap/._third-party create mode 100644 web/static/lib/jquery.ui.bootstrap/README.md create mode 100644 web/static/lib/jquery.ui.bootstrap/bootstrap/._bootstrap.css create mode 100644 web/static/lib/jquery.ui.bootstrap/bootstrap/._js create mode 100644 web/static/lib/jquery.ui.bootstrap/bootstrap/bootstrap.css create mode 100644 web/static/lib/jquery.ui.bootstrap/bootstrap/js/._bootstrap-alerts.js create mode 100644 web/static/lib/jquery.ui.bootstrap/bootstrap/js/._bootstrap-buttons.js create mode 100644 web/static/lib/jquery.ui.bootstrap/bootstrap/js/._bootstrap-dropdown.js create mode 100644 web/static/lib/jquery.ui.bootstrap/bootstrap/js/._bootstrap-modal.js create mode 100644 web/static/lib/jquery.ui.bootstrap/bootstrap/js/._bootstrap-popover.js create mode 100644 web/static/lib/jquery.ui.bootstrap/bootstrap/js/._bootstrap-scrollspy.js create mode 100644 web/static/lib/jquery.ui.bootstrap/bootstrap/js/._bootstrap-tabs.js create mode 100644 web/static/lib/jquery.ui.bootstrap/bootstrap/js/._bootstrap-twipsy.js create mode 100644 web/static/lib/jquery.ui.bootstrap/bootstrap/js/bootstrap-alerts.js create mode 100644 web/static/lib/jquery.ui.bootstrap/bootstrap/js/bootstrap-buttons.js create mode 100644 web/static/lib/jquery.ui.bootstrap/bootstrap/js/bootstrap-dropdown.js create mode 100644 web/static/lib/jquery.ui.bootstrap/bootstrap/js/bootstrap-modal.js create mode 100644 web/static/lib/jquery.ui.bootstrap/bootstrap/js/bootstrap-popover.js create mode 100644 web/static/lib/jquery.ui.bootstrap/bootstrap/js/bootstrap-scrollspy.js create mode 100644 web/static/lib/jquery.ui.bootstrap/bootstrap/js/bootstrap-tabs.js create mode 100644 web/static/lib/jquery.ui.bootstrap/bootstrap/js/bootstrap-twipsy.js create mode 100644 web/static/lib/jquery.ui.bootstrap/css/._custom-theme create mode 100644 web/static/lib/jquery.ui.bootstrap/css/._demo.css create mode 100644 web/static/lib/jquery.ui.bootstrap/css/._less create mode 100644 web/static/lib/jquery.ui.bootstrap/css/custom-theme/._images create mode 100644 web/static/lib/jquery.ui.bootstrap/css/custom-theme/._jquery-ui-1.9.0.custom.css create mode 100644 web/static/lib/jquery.ui.bootstrap/css/custom-theme/._jquery.ui.1.9.0.ie.css create mode 100644 web/static/lib/jquery.ui.bootstrap/css/custom-theme/images/._ui-bg_flat_0_aaaaaa_40x100.png create mode 100644 web/static/lib/jquery.ui.bootstrap/css/custom-theme/images/._ui-bg_glass_55_fbf9ee_1x400.png create mode 100644 web/static/lib/jquery.ui.bootstrap/css/custom-theme/images/._ui-bg_glass_65_ffffff_1x400.png create mode 100644 web/static/lib/jquery.ui.bootstrap/css/custom-theme/images/._ui-bg_glass_75_dadada_1x400.png create mode 100644 web/static/lib/jquery.ui.bootstrap/css/custom-theme/images/._ui-bg_glass_75_e6e6e6_1x400.png create mode 100644 web/static/lib/jquery.ui.bootstrap/css/custom-theme/images/._ui-bg_glass_75_ffffff_1x400.png create mode 100644 web/static/lib/jquery.ui.bootstrap/css/custom-theme/images/._ui-bg_highlight-soft_75_cccccc_1x100.png create mode 100644 web/static/lib/jquery.ui.bootstrap/css/custom-theme/images/._ui-bg_inset-soft_95_fef1ec_1x100.png create mode 100644 web/static/lib/jquery.ui.bootstrap/css/custom-theme/images/._ui-icons_222222_256x240.png create mode 100644 web/static/lib/jquery.ui.bootstrap/css/custom-theme/images/._ui-icons_2e83ff_256x240.png create mode 100644 web/static/lib/jquery.ui.bootstrap/css/custom-theme/images/._ui-icons_454545_256x240.png create mode 100644 web/static/lib/jquery.ui.bootstrap/css/custom-theme/images/._ui-icons_888888_256x240.png create mode 100644 web/static/lib/jquery.ui.bootstrap/css/custom-theme/images/._ui-icons_cd0a0a_256x240.png create mode 100644 web/static/lib/jquery.ui.bootstrap/css/custom-theme/images/._ui-icons_f6cf3b_256x240.png create mode 100644 web/static/lib/jquery.ui.bootstrap/css/custom-theme/images/ui-bg_flat_0_aaaaaa_40x100.png create mode 100644 web/static/lib/jquery.ui.bootstrap/css/custom-theme/images/ui-bg_glass_55_fbf9ee_1x400.png create mode 100644 web/static/lib/jquery.ui.bootstrap/css/custom-theme/images/ui-bg_glass_65_ffffff_1x400.png create mode 100644 web/static/lib/jquery.ui.bootstrap/css/custom-theme/images/ui-bg_glass_75_dadada_1x400.png create mode 100644 web/static/lib/jquery.ui.bootstrap/css/custom-theme/images/ui-bg_glass_75_e6e6e6_1x400.png create mode 100644 web/static/lib/jquery.ui.bootstrap/css/custom-theme/images/ui-bg_glass_75_ffffff_1x400.png create mode 100644 web/static/lib/jquery.ui.bootstrap/css/custom-theme/images/ui-bg_highlight-soft_75_cccccc_1x100.png create mode 100644 web/static/lib/jquery.ui.bootstrap/css/custom-theme/images/ui-bg_inset-soft_95_fef1ec_1x100.png create mode 100644 web/static/lib/jquery.ui.bootstrap/css/custom-theme/images/ui-icons_222222_256x240.png create mode 100644 web/static/lib/jquery.ui.bootstrap/css/custom-theme/images/ui-icons_2e83ff_256x240.png create mode 100644 web/static/lib/jquery.ui.bootstrap/css/custom-theme/images/ui-icons_454545_256x240.png create mode 100644 web/static/lib/jquery.ui.bootstrap/css/custom-theme/images/ui-icons_888888_256x240.png create mode 100644 web/static/lib/jquery.ui.bootstrap/css/custom-theme/images/ui-icons_cd0a0a_256x240.png create mode 100644 web/static/lib/jquery.ui.bootstrap/css/custom-theme/images/ui-icons_f6cf3b_256x240.png create mode 100644 web/static/lib/jquery.ui.bootstrap/css/custom-theme/jquery-ui-1.9.0.custom.css create mode 100644 web/static/lib/jquery.ui.bootstrap/css/custom-theme/jquery.ui.1.9.0.ie.css create mode 100644 web/static/lib/jquery.ui.bootstrap/css/demo.css create mode 100644 web/static/lib/jquery.ui.bootstrap/css/less/._bootstrap.less create mode 100644 web/static/lib/jquery.ui.bootstrap/css/less/._forms.less create mode 100644 web/static/lib/jquery.ui.bootstrap/css/less/._mixins.less create mode 100644 web/static/lib/jquery.ui.bootstrap/css/less/._patterns.less create mode 100644 web/static/lib/jquery.ui.bootstrap/css/less/._reset.less create mode 100644 web/static/lib/jquery.ui.bootstrap/css/less/._scaffolding.less create mode 100644 web/static/lib/jquery.ui.bootstrap/css/less/._tables.less create mode 100644 web/static/lib/jquery.ui.bootstrap/css/less/._type.less create mode 100644 web/static/lib/jquery.ui.bootstrap/css/less/._variables.less create mode 100644 web/static/lib/jquery.ui.bootstrap/css/less/bootstrap.less create mode 100644 web/static/lib/jquery.ui.bootstrap/css/less/forms.less create mode 100644 web/static/lib/jquery.ui.bootstrap/css/less/mixins.less create mode 100644 web/static/lib/jquery.ui.bootstrap/css/less/patterns.less create mode 100644 web/static/lib/jquery.ui.bootstrap/css/less/reset.less create mode 100644 web/static/lib/jquery.ui.bootstrap/css/less/scaffolding.less create mode 100644 web/static/lib/jquery.ui.bootstrap/css/less/tables.less create mode 100644 web/static/lib/jquery.ui.bootstrap/css/less/type.less create mode 100644 web/static/lib/jquery.ui.bootstrap/css/less/variables.less create mode 100644 web/static/lib/jquery.ui.bootstrap/third-party/._jQuery-UI-Date-Range-Picker create mode 100644 web/static/lib/jquery.ui.bootstrap/third-party/._jQuery-UI-FileInput create mode 100644 web/static/lib/jquery.ui.bootstrap/third-party/._wijmo create mode 100644 web/static/lib/jquery.ui.bootstrap/third-party/jQuery-UI-Date-Range-Picker/._css create mode 100644 web/static/lib/jquery.ui.bootstrap/third-party/jQuery-UI-Date-Range-Picker/._index.html create mode 100644 web/static/lib/jquery.ui.bootstrap/third-party/jQuery-UI-Date-Range-Picker/._js create mode 100644 web/static/lib/jquery.ui.bootstrap/third-party/jQuery-UI-Date-Range-Picker/css/._ui.daterangepicker.css create mode 100644 web/static/lib/jquery.ui.bootstrap/third-party/jQuery-UI-Date-Range-Picker/css/ui.daterangepicker.css create mode 100644 web/static/lib/jquery.ui.bootstrap/third-party/jQuery-UI-Date-Range-Picker/index.html create mode 100644 web/static/lib/jquery.ui.bootstrap/third-party/jQuery-UI-Date-Range-Picker/js/._date.js create mode 100644 web/static/lib/jquery.ui.bootstrap/third-party/jQuery-UI-Date-Range-Picker/js/._daterangepicker.jQuery.compressed.js create mode 100644 web/static/lib/jquery.ui.bootstrap/third-party/jQuery-UI-Date-Range-Picker/js/._daterangepicker.jQuery.js create mode 100644 web/static/lib/jquery.ui.bootstrap/third-party/jQuery-UI-Date-Range-Picker/js/date.js create mode 100644 web/static/lib/jquery.ui.bootstrap/third-party/jQuery-UI-Date-Range-Picker/js/daterangepicker.jQuery.compressed.js create mode 100644 web/static/lib/jquery.ui.bootstrap/third-party/jQuery-UI-Date-Range-Picker/js/daterangepicker.jQuery.js create mode 100644 web/static/lib/jquery.ui.bootstrap/third-party/jQuery-UI-FileInput/._css create mode 100644 web/static/lib/jquery.ui.bootstrap/third-party/jQuery-UI-FileInput/._images create mode 100644 web/static/lib/jquery.ui.bootstrap/third-party/jQuery-UI-FileInput/._js create mode 100644 web/static/lib/jquery.ui.bootstrap/third-party/jQuery-UI-FileInput/css/._enhanced.css create mode 100644 web/static/lib/jquery.ui.bootstrap/third-party/jQuery-UI-FileInput/css/enhanced.css create mode 100644 web/static/lib/jquery.ui.bootstrap/third-party/jQuery-UI-FileInput/images/._icon-generic.gif create mode 100644 web/static/lib/jquery.ui.bootstrap/third-party/jQuery-UI-FileInput/images/._icon-image.gif create mode 100644 web/static/lib/jquery.ui.bootstrap/third-party/jQuery-UI-FileInput/images/._icon-media.gif create mode 100644 web/static/lib/jquery.ui.bootstrap/third-party/jQuery-UI-FileInput/images/._icon-zip.gif create mode 100644 web/static/lib/jquery.ui.bootstrap/third-party/jQuery-UI-FileInput/images/icon-generic.gif create mode 100644 web/static/lib/jquery.ui.bootstrap/third-party/jQuery-UI-FileInput/images/icon-image.gif create mode 100644 web/static/lib/jquery.ui.bootstrap/third-party/jQuery-UI-FileInput/images/icon-media.gif create mode 100644 web/static/lib/jquery.ui.bootstrap/third-party/jQuery-UI-FileInput/images/icon-zip.gif create mode 100644 web/static/lib/jquery.ui.bootstrap/third-party/jQuery-UI-FileInput/js/._enhance.min.js create mode 100644 web/static/lib/jquery.ui.bootstrap/third-party/jQuery-UI-FileInput/js/._fileinput.jquery.js create mode 100644 web/static/lib/jquery.ui.bootstrap/third-party/jQuery-UI-FileInput/js/enhance.min.js create mode 100644 web/static/lib/jquery.ui.bootstrap/third-party/jQuery-UI-FileInput/js/fileinput.jquery.js create mode 100644 web/static/lib/jquery.ui.bootstrap/third-party/wijmo/._jquery.bgiframe-2.1.3-pre.js create mode 100644 web/static/lib/jquery.ui.bootstrap/third-party/wijmo/._jquery.mousewheel.min.js create mode 100644 web/static/lib/jquery.ui.bootstrap/third-party/wijmo/._jquery.wijmo-open.1.5.0.css create mode 100644 web/static/lib/jquery.ui.bootstrap/third-party/wijmo/._jquery.wijmo-open.1.5.0.min.js create mode 100644 web/static/lib/jquery.ui.bootstrap/third-party/wijmo/jquery.bgiframe-2.1.3-pre.js create mode 100644 web/static/lib/jquery.ui.bootstrap/third-party/wijmo/jquery.mousewheel.min.js create mode 100644 web/static/lib/jquery.ui.bootstrap/third-party/wijmo/jquery.wijmo-open.1.5.0.css create mode 100644 web/static/lib/jquery.ui.bootstrap/third-party/wijmo/jquery.wijmo-open.1.5.0.min.js create mode 100644 web/static/lib/jquery.ui.notify/._css create mode 100644 web/static/lib/jquery.ui.notify/._js create mode 100644 web/static/lib/jquery.ui.notify/css/._ui.notify.css create mode 100644 web/static/lib/jquery.ui.notify/css/ui.notify.css create mode 100644 web/static/lib/jquery.ui.notify/js/._jquery.notify.js create mode 100644 web/static/lib/jquery.ui.notify/js/jquery.notify.js create mode 100644 web/static/lib/jquery.ui.timepicker/._css create mode 100644 web/static/lib/jquery.ui.timepicker/._js create mode 100644 web/static/lib/jquery.ui.timepicker/css/._jquery-ui-timepicker-addon.css create mode 100644 web/static/lib/jquery.ui.timepicker/css/jquery-ui-timepicker-addon.css create mode 100644 web/static/lib/jquery.ui.timepicker/js/._jquery-ui-timepicker-addon.js create mode 100644 web/static/lib/jquery.ui.timepicker/js/jquery-ui-timepicker-addon.js create mode 100644 web/static/lib/jquery.ui/._css create mode 100644 web/static/lib/jquery.ui/._js create mode 100644 web/static/lib/jquery.ui/css/._smoothness create mode 100644 web/static/lib/jquery.ui/css/smoothness/._images create mode 100644 web/static/lib/jquery.ui/css/smoothness/._jquery-ui-1.9.1.custom.css create mode 100644 web/static/lib/jquery.ui/css/smoothness/._jquery-ui-1.9.1.custom.min.css create mode 100644 web/static/lib/jquery.ui/css/smoothness/images/._ui-bg_flat_0_aaaaaa_40x100.png create mode 100644 web/static/lib/jquery.ui/css/smoothness/images/._ui-bg_flat_75_ffffff_40x100.png create mode 100644 web/static/lib/jquery.ui/css/smoothness/images/._ui-bg_glass_55_fbf9ee_1x400.png create mode 100644 web/static/lib/jquery.ui/css/smoothness/images/._ui-bg_glass_65_ffffff_1x400.png create mode 100644 web/static/lib/jquery.ui/css/smoothness/images/._ui-bg_glass_75_dadada_1x400.png create mode 100644 web/static/lib/jquery.ui/css/smoothness/images/._ui-bg_glass_75_e6e6e6_1x400.png create mode 100644 web/static/lib/jquery.ui/css/smoothness/images/._ui-bg_glass_95_fef1ec_1x400.png create mode 100644 web/static/lib/jquery.ui/css/smoothness/images/._ui-bg_highlight-soft_75_cccccc_1x100.png create mode 100644 web/static/lib/jquery.ui/css/smoothness/images/._ui-icons_222222_256x240.png create mode 100644 web/static/lib/jquery.ui/css/smoothness/images/._ui-icons_2e83ff_256x240.png create mode 100644 web/static/lib/jquery.ui/css/smoothness/images/._ui-icons_454545_256x240.png create mode 100644 web/static/lib/jquery.ui/css/smoothness/images/._ui-icons_888888_256x240.png create mode 100644 web/static/lib/jquery.ui/css/smoothness/images/._ui-icons_cd0a0a_256x240.png create mode 100644 web/static/lib/jquery.ui/css/smoothness/images/ui-bg_flat_0_aaaaaa_40x100.png create mode 100644 web/static/lib/jquery.ui/css/smoothness/images/ui-bg_flat_75_ffffff_40x100.png create mode 100644 web/static/lib/jquery.ui/css/smoothness/images/ui-bg_glass_55_fbf9ee_1x400.png create mode 100644 web/static/lib/jquery.ui/css/smoothness/images/ui-bg_glass_65_ffffff_1x400.png create mode 100644 web/static/lib/jquery.ui/css/smoothness/images/ui-bg_glass_75_dadada_1x400.png create mode 100644 web/static/lib/jquery.ui/css/smoothness/images/ui-bg_glass_75_e6e6e6_1x400.png create mode 100644 web/static/lib/jquery.ui/css/smoothness/images/ui-bg_glass_95_fef1ec_1x400.png create mode 100644 web/static/lib/jquery.ui/css/smoothness/images/ui-bg_highlight-soft_75_cccccc_1x100.png create mode 100644 web/static/lib/jquery.ui/css/smoothness/images/ui-icons_222222_256x240.png create mode 100644 web/static/lib/jquery.ui/css/smoothness/images/ui-icons_2e83ff_256x240.png create mode 100644 web/static/lib/jquery.ui/css/smoothness/images/ui-icons_454545_256x240.png create mode 100644 web/static/lib/jquery.ui/css/smoothness/images/ui-icons_888888_256x240.png create mode 100644 web/static/lib/jquery.ui/css/smoothness/images/ui-icons_cd0a0a_256x240.png create mode 100644 web/static/lib/jquery.ui/css/smoothness/jquery-ui-1.9.1.custom.css create mode 100644 web/static/lib/jquery.ui/css/smoothness/jquery-ui-1.9.1.custom.min.css create mode 100644 web/static/lib/jquery.ui/js/._jquery-ui-1.9.1.custom.js create mode 100644 web/static/lib/jquery.ui/js/jquery-ui-1.9.1.custom.js create mode 100644 web/static/lib/jquery.validate/._jquery.validate.js create mode 100644 web/static/lib/jquery.validate/jquery.validate.js create mode 100644 web/static/lib/jquery/._jquery-1.8.3.js create mode 100644 web/static/lib/jquery/jquery-1.8.3.js create mode 100644 web/static/lib/py.js/._.hg_archival.txt create mode 100644 web/static/lib/py.js/._LICENSE create mode 100644 web/static/lib/py.js/._README.rst create mode 100644 web/static/lib/py.js/._TODO.rst create mode 100644 web/static/lib/py.js/._doc create mode 100644 web/static/lib/py.js/._lib create mode 100644 web/static/lib/py.js/.hg_archival.txt create mode 100644 web/static/lib/py.js/LICENSE create mode 100644 web/static/lib/py.js/README.rst create mode 100644 web/static/lib/py.js/TODO.rst create mode 100644 web/static/lib/py.js/doc/._Makefile create mode 100644 web/static/lib/py.js/doc/._builtins.rst create mode 100755 web/static/lib/py.js/doc/._conf.py create mode 100644 web/static/lib/py.js/doc/._differences.rst create mode 100644 web/static/lib/py.js/doc/._index.rst create mode 100644 web/static/lib/py.js/doc/._make.bat create mode 100644 web/static/lib/py.js/doc/._types.rst create mode 100644 web/static/lib/py.js/doc/._utility.rst create mode 100644 web/static/lib/py.js/doc/Makefile create mode 100644 web/static/lib/py.js/doc/builtins.rst create mode 100755 web/static/lib/py.js/doc/conf.py create mode 100644 web/static/lib/py.js/doc/differences.rst create mode 100644 web/static/lib/py.js/doc/index.rst create mode 100644 web/static/lib/py.js/doc/make.bat create mode 100644 web/static/lib/py.js/doc/types.rst create mode 100644 web/static/lib/py.js/doc/utility.rst create mode 100644 web/static/lib/py.js/lib/._py.js create mode 100644 web/static/lib/py.js/lib/py.js create mode 100644 web/static/lib/qunit/._qunit.css create mode 100644 web/static/lib/qunit/._qunit.js create mode 100644 web/static/lib/qunit/qunit.css create mode 100644 web/static/lib/qunit/qunit.js create mode 100644 web/static/lib/qweb/._qweb-benchmark.html create mode 100644 web/static/lib/qweb/._qweb-benchmark.xml create mode 100644 web/static/lib/qweb/._qweb-test-attributes.xml create mode 100644 web/static/lib/qweb/._qweb-test-call.xml create mode 100644 web/static/lib/qweb/._qweb-test-conditionals.xml create mode 100644 web/static/lib/qweb/._qweb-test-extend.xml create mode 100644 web/static/lib/qweb/._qweb-test-foreach.xml create mode 100644 web/static/lib/qweb/._qweb-test-output.xml create mode 100644 web/static/lib/qweb/._qweb-test-set.xml create mode 100644 web/static/lib/qweb/._qweb-test.js.html create mode 100644 web/static/lib/qweb/._qweb.js create mode 100644 web/static/lib/qweb/._qweb2.js create mode 100644 web/static/lib/qweb/qweb-benchmark.html create mode 100644 web/static/lib/qweb/qweb-benchmark.xml create mode 100644 web/static/lib/qweb/qweb-test-attributes.xml create mode 100644 web/static/lib/qweb/qweb-test-call.xml create mode 100644 web/static/lib/qweb/qweb-test-conditionals.xml create mode 100644 web/static/lib/qweb/qweb-test-extend.xml create mode 100644 web/static/lib/qweb/qweb-test-foreach.xml create mode 100644 web/static/lib/qweb/qweb-test-output.xml create mode 100644 web/static/lib/qweb/qweb-test-set.xml create mode 100644 web/static/lib/qweb/qweb-test.js.html create mode 100644 web/static/lib/qweb/qweb.js create mode 100644 web/static/lib/qweb/qweb2.js create mode 100644 web/static/lib/spinjs/._spin.js create mode 100644 web/static/lib/spinjs/spin.js create mode 100644 web/static/lib/underscore/._underscore-min.js create mode 100644 web/static/lib/underscore/._underscore.js create mode 100644 web/static/lib/underscore/._underscore.string.js create mode 100644 web/static/lib/underscore/._underscore.string.min.js create mode 100644 web/static/lib/underscore/underscore-min.js create mode 100644 web/static/lib/underscore/underscore.js create mode 100644 web/static/lib/underscore/underscore.string.js create mode 100644 web/static/lib/underscore/underscore.string.min.js create mode 100644 web/static/src/._css create mode 100644 web/static/src/._font create mode 100644 web/static/src/._img create mode 100644 web/static/src/._js create mode 100644 web/static/src/._xml create mode 100644 web/static/src/css/._Makefile create mode 100644 web/static/src/css/._base.css create mode 100644 web/static/src/css/._base.sass create mode 100644 web/static/src/css/._data_export.css create mode 100644 web/static/src/css/._full.css create mode 100644 web/static/src/css/Makefile create mode 100644 web/static/src/css/base.css create mode 100644 web/static/src/css/base.sass create mode 100644 web/static/src/css/data_export.css create mode 100644 web/static/src/css/full.css create mode 100644 web/static/src/font/._entypo-webfont.eot create mode 100644 web/static/src/font/._entypo-webfont.svg create mode 100644 web/static/src/font/._entypo-webfont.ttf create mode 100644 web/static/src/font/._entypo-webfont.woff create mode 100644 web/static/src/font/._mnmliconsv21-webfont.eot create mode 100644 web/static/src/font/._mnmliconsv21-webfont.svg create mode 100644 web/static/src/font/._mnmliconsv21-webfont.ttf create mode 100644 web/static/src/font/._mnmliconsv21-webfont.woff create mode 100644 web/static/src/font/entypo-webfont.eot create mode 100644 web/static/src/font/entypo-webfont.svg create mode 100644 web/static/src/font/entypo-webfont.ttf create mode 100644 web/static/src/font/entypo-webfont.woff create mode 100644 web/static/src/font/mnmliconsv21-webfont.eot create mode 100644 web/static/src/font/mnmliconsv21-webfont.svg create mode 100644 web/static/src/font/mnmliconsv21-webfont.ttf create mode 100644 web/static/src/font/mnmliconsv21-webfont.woff create mode 100644 web/static/src/img/._accessories-archiver.png create mode 100644 web/static/src/img/._add-shortcut.png create mode 100644 web/static/src/img/._attachments-close.png create mode 100644 web/static/src/img/._back-enable.jpg create mode 100644 web/static/src/img/._box-a-header-a.gif create mode 100644 web/static/src/img/._collapse.gif create mode 100644 web/static/src/img/._db.png create mode 100644 web/static/src/img/._down-arrow.png create mode 100644 web/static/src/img/._expand.gif create mode 100644 web/static/src/img/._favicon.ico create mode 100644 web/static/src/img/._form_sheetbg.png create mode 100644 web/static/src/img/._form_steps.png create mode 100644 web/static/src/img/._gradientlinebg.gif create mode 100644 web/static/src/img/._graph_background.png create mode 100644 web/static/src/img/._header.gif create mode 100644 web/static/src/img/._icons create mode 100644 web/static/src/img/._iconset-a-help.gif create mode 100644 web/static/src/img/._iconset-a-help.png create mode 100644 web/static/src/img/._iconset-b-remove.png create mode 100644 web/static/src/img/._iconset-d-drop.gif create mode 100644 web/static/src/img/._logo.png create mode 100644 web/static/src/img/._logo2.png create mode 100644 web/static/src/img/._nologo.png create mode 100644 web/static/src/img/._pager_first.png create mode 100644 web/static/src/img/._pager_last.png create mode 100644 web/static/src/img/._pager_next.png create mode 100644 web/static/src/img/._pager_previous.png create mode 100644 web/static/src/img/._partner.png create mode 100644 web/static/src/img/._pencil.gif create mode 100644 web/static/src/img/._placeholder.png create mode 100644 web/static/src/img/._product.png create mode 100644 web/static/src/img/._remove-shortcut.png create mode 100644 web/static/src/img/._search_reset.gif create mode 100644 web/static/src/img/._sep-a.gif create mode 100644 web/static/src/img/._stock_person.png create mode 100644 web/static/src/img/._throbber.gif create mode 100644 web/static/src/img/._toggle-a-bg.png create mode 100644 web/static/src/img/._ui create mode 100644 web/static/src/img/._user_menu_avatar.png create mode 100644 web/static/src/img/._view_empty_arrow.png create mode 100644 web/static/src/img/._views-icons-a.png create mode 100644 web/static/src/img/._warning.png create mode 100644 web/static/src/img/accessories-archiver.png create mode 100644 web/static/src/img/add-shortcut.png create mode 100644 web/static/src/img/attachments-close.png create mode 100644 web/static/src/img/back-enable.jpg create mode 100644 web/static/src/img/bahmniLogo.png create mode 100644 web/static/src/img/box-a-header-a.gif create mode 100644 web/static/src/img/collapse.gif create mode 100644 web/static/src/img/db.png create mode 100644 web/static/src/img/down-arrow.png create mode 100644 web/static/src/img/expand.gif create mode 100644 web/static/src/img/favicon.ico create mode 100644 web/static/src/img/flag_of_mozambique.png create mode 100644 web/static/src/img/form_sheetbg.png create mode 100644 web/static/src/img/form_steps.png create mode 100644 web/static/src/img/gradientlinebg.gif create mode 100644 web/static/src/img/graph_background.png create mode 100644 web/static/src/img/header.gif create mode 100644 web/static/src/img/icons/._STOCK_ABOUT.png create mode 100644 web/static/src/img/icons/._STOCK_ADD.png create mode 100644 web/static/src/img/icons/._STOCK_APPLY.png create mode 100644 web/static/src/img/icons/._STOCK_BOLD.png create mode 100644 web/static/src/img/icons/._STOCK_CANCEL.png create mode 100644 web/static/src/img/icons/._STOCK_CDROM.png create mode 100644 web/static/src/img/icons/._STOCK_CLEAR.png create mode 100644 web/static/src/img/icons/._STOCK_CLOSE.png create mode 100644 web/static/src/img/icons/._STOCK_COLOR_PICKER.png create mode 100644 web/static/src/img/icons/._STOCK_CONNECT.png create mode 100644 web/static/src/img/icons/._STOCK_CONVERT.png create mode 100644 web/static/src/img/icons/._STOCK_COPY.png create mode 100644 web/static/src/img/icons/._STOCK_CUT.png create mode 100644 web/static/src/img/icons/._STOCK_DELETE.png create mode 100644 web/static/src/img/icons/._STOCK_DIALOG_AUTHENTICATION.png create mode 100644 web/static/src/img/icons/._STOCK_DIALOG_ERROR.png create mode 100644 web/static/src/img/icons/._STOCK_DIALOG_INFO.png create mode 100644 web/static/src/img/icons/._STOCK_DIALOG_QUESTION.png create mode 100644 web/static/src/img/icons/._STOCK_DIALOG_WARNING.png create mode 100644 web/static/src/img/icons/._STOCK_DIRECTORY.png create mode 100644 web/static/src/img/icons/._STOCK_DIRECTORY_MENU.png create mode 100644 web/static/src/img/icons/._STOCK_DISCONNECT.png create mode 100644 web/static/src/img/icons/._STOCK_DND.png create mode 100644 web/static/src/img/icons/._STOCK_DND_MULTIPLE.png create mode 100644 web/static/src/img/icons/._STOCK_EDIT.png create mode 100644 web/static/src/img/icons/._STOCK_EXECUTE.png create mode 100644 web/static/src/img/icons/._STOCK_FILE.png create mode 100644 web/static/src/img/icons/._STOCK_FIND.png create mode 100644 web/static/src/img/icons/._STOCK_FIND_AND_REPLACE.png create mode 100644 web/static/src/img/icons/._STOCK_FLOPPY.png create mode 100644 web/static/src/img/icons/._STOCK_FULLSCREEN.png create mode 100644 web/static/src/img/icons/._STOCK_GOTO_BOTTOM.png create mode 100644 web/static/src/img/icons/._STOCK_GOTO_FIRST.png create mode 100644 web/static/src/img/icons/._STOCK_GOTO_LAST.png create mode 100644 web/static/src/img/icons/._STOCK_GOTO_TOP.png create mode 100644 web/static/src/img/icons/._STOCK_GO_BACK.png create mode 100644 web/static/src/img/icons/._STOCK_GO_DOWN.png create mode 100644 web/static/src/img/icons/._STOCK_GO_FORWARD.png create mode 100644 web/static/src/img/icons/._STOCK_GO_UP.png create mode 100644 web/static/src/img/icons/._STOCK_HARDDISK.png create mode 100644 web/static/src/img/icons/._STOCK_HELP.png create mode 100644 web/static/src/img/icons/._STOCK_HOME.png create mode 100644 web/static/src/img/icons/._STOCK_INDENT.png create mode 100644 web/static/src/img/icons/._STOCK_INDEX.png create mode 100644 web/static/src/img/icons/._STOCK_INFO.png create mode 100644 web/static/src/img/icons/._STOCK_ITALIC.png create mode 100644 web/static/src/img/icons/._STOCK_JUMP_TO.png create mode 100644 web/static/src/img/icons/._STOCK_JUSTIFY_CENTER.png create mode 100644 web/static/src/img/icons/._STOCK_JUSTIFY_FILL.png create mode 100644 web/static/src/img/icons/._STOCK_JUSTIFY_LEFT.png create mode 100644 web/static/src/img/icons/._STOCK_JUSTIFY_RIGHT.png create mode 100644 web/static/src/img/icons/._STOCK_LEAVE_FULLSCREEN.png create mode 100644 web/static/src/img/icons/._STOCK_MEDIA_FORWARD.png create mode 100644 web/static/src/img/icons/._STOCK_MEDIA_NEXT.png create mode 100644 web/static/src/img/icons/._STOCK_MEDIA_PAUSE.png create mode 100644 web/static/src/img/icons/._STOCK_MEDIA_PLAY.png create mode 100644 web/static/src/img/icons/._STOCK_MEDIA_PREVIOUS.png create mode 100644 web/static/src/img/icons/._STOCK_MEDIA_RECORD.png create mode 100644 web/static/src/img/icons/._STOCK_MEDIA_REWIND.png create mode 100644 web/static/src/img/icons/._STOCK_MEDIA_STOP.png create mode 100644 web/static/src/img/icons/._STOCK_MISSING_IMAGE.png create mode 100644 web/static/src/img/icons/._STOCK_NETWORK.png create mode 100644 web/static/src/img/icons/._STOCK_NEW.png create mode 100644 web/static/src/img/icons/._STOCK_NO.png create mode 100644 web/static/src/img/icons/._STOCK_OK.png create mode 100644 web/static/src/img/icons/._STOCK_OPEN.png create mode 100644 web/static/src/img/icons/._STOCK_PASTE.png create mode 100644 web/static/src/img/icons/._STOCK_PREFERENCES.png create mode 100644 web/static/src/img/icons/._STOCK_PRINT.png create mode 100644 web/static/src/img/icons/._STOCK_PRINT_PREVIEW.png create mode 100644 web/static/src/img/icons/._STOCK_PROPERTIES.png create mode 100644 web/static/src/img/icons/._STOCK_QUIT.png create mode 100644 web/static/src/img/icons/._STOCK_REDO.png create mode 100644 web/static/src/img/icons/._STOCK_REFRESH.png create mode 100644 web/static/src/img/icons/._STOCK_REMOVE.png create mode 100644 web/static/src/img/icons/._STOCK_REVERT_TO_SAVED.png create mode 100644 web/static/src/img/icons/._STOCK_SAVE.png create mode 100644 web/static/src/img/icons/._STOCK_SAVE_AS.png create mode 100644 web/static/src/img/icons/._STOCK_SELECT_COLOR.png create mode 100644 web/static/src/img/icons/._STOCK_SELECT_FONT.png create mode 100644 web/static/src/img/icons/._STOCK_SORT_ASCENDING.png create mode 100644 web/static/src/img/icons/._STOCK_SORT_DESCENDING.png create mode 100644 web/static/src/img/icons/._STOCK_SPELL_CHECK.png create mode 100644 web/static/src/img/icons/._STOCK_STOP.png create mode 100644 web/static/src/img/icons/._STOCK_STRIKETHROUGH.png create mode 100644 web/static/src/img/icons/._STOCK_UNDELETE.png create mode 100644 web/static/src/img/icons/._STOCK_UNDERLINE.png create mode 100644 web/static/src/img/icons/._STOCK_UNDO.png create mode 100644 web/static/src/img/icons/._STOCK_UNINDENT.png create mode 100644 web/static/src/img/icons/._STOCK_YES.png create mode 100644 web/static/src/img/icons/._STOCK_ZOOM_100.png create mode 100644 web/static/src/img/icons/._STOCK_ZOOM_FIT.png create mode 100644 web/static/src/img/icons/._STOCK_ZOOM_IN.png create mode 100644 web/static/src/img/icons/._STOCK_ZOOM_OUT.png create mode 100644 web/static/src/img/icons/._color-picker.png create mode 100644 web/static/src/img/icons/._gtk-about.png create mode 100644 web/static/src/img/icons/._gtk-add.png create mode 100644 web/static/src/img/icons/._gtk-apply.png create mode 100644 web/static/src/img/icons/._gtk-bold.png create mode 100644 web/static/src/img/icons/._gtk-cancel.png create mode 100644 web/static/src/img/icons/._gtk-cdrom.png create mode 100644 web/static/src/img/icons/._gtk-clear.png create mode 100644 web/static/src/img/icons/._gtk-close.png create mode 100644 web/static/src/img/icons/._gtk-color-picker.png create mode 100644 web/static/src/img/icons/._gtk-connect.png create mode 100644 web/static/src/img/icons/._gtk-convert.png create mode 100644 web/static/src/img/icons/._gtk-copy.png create mode 100644 web/static/src/img/icons/._gtk-cut.png create mode 100644 web/static/src/img/icons/._gtk-delete.png create mode 100644 web/static/src/img/icons/._gtk-dialog-authentication.png create mode 100644 web/static/src/img/icons/._gtk-dialog-error.png create mode 100644 web/static/src/img/icons/._gtk-dialog-info.png create mode 100644 web/static/src/img/icons/._gtk-dialog-question.png create mode 100644 web/static/src/img/icons/._gtk-dialog-warning.png create mode 100644 web/static/src/img/icons/._gtk-directory-remote.png create mode 100644 web/static/src/img/icons/._gtk-directory.png create mode 100644 web/static/src/img/icons/._gtk-disconnect.png create mode 100644 web/static/src/img/icons/._gtk-dnd-multiple.png create mode 100644 web/static/src/img/icons/._gtk-dnd.png create mode 100644 web/static/src/img/icons/._gtk-edit.png create mode 100644 web/static/src/img/icons/._gtk-execute.png create mode 100644 web/static/src/img/icons/._gtk-file.png create mode 100644 web/static/src/img/icons/._gtk-find-and-replace.png create mode 100644 web/static/src/img/icons/._gtk-find.png create mode 100644 web/static/src/img/icons/._gtk-floppy.png create mode 100644 web/static/src/img/icons/._gtk-fullscreen.png create mode 100644 web/static/src/img/icons/._gtk-go-back.png create mode 100644 web/static/src/img/icons/._gtk-go-down.png create mode 100644 web/static/src/img/icons/._gtk-go-forward.png create mode 100644 web/static/src/img/icons/._gtk-go-up.png create mode 100644 web/static/src/img/icons/._gtk-goto-bottom.png create mode 100644 web/static/src/img/icons/._gtk-goto-first.png create mode 100644 web/static/src/img/icons/._gtk-goto-last.png create mode 100644 web/static/src/img/icons/._gtk-goto-top.png create mode 100644 web/static/src/img/icons/._gtk-harddisk.png create mode 100644 web/static/src/img/icons/._gtk-help.png create mode 100644 web/static/src/img/icons/._gtk-home.png create mode 100644 web/static/src/img/icons/._gtk-indent.png create mode 100644 web/static/src/img/icons/._gtk-index.png create mode 100644 web/static/src/img/icons/._gtk-info.png create mode 100644 web/static/src/img/icons/._gtk-italic.png create mode 100644 web/static/src/img/icons/._gtk-jump-to.png create mode 100644 web/static/src/img/icons/._gtk-justify-center.png create mode 100644 web/static/src/img/icons/._gtk-justify-fill.png create mode 100644 web/static/src/img/icons/._gtk-justify-left.png create mode 100644 web/static/src/img/icons/._gtk-justify-right.png create mode 100644 web/static/src/img/icons/._gtk-leave-fullscreen.png create mode 100644 web/static/src/img/icons/._gtk-media-forward.png create mode 100644 web/static/src/img/icons/._gtk-media-next.png create mode 100644 web/static/src/img/icons/._gtk-media-pause.png create mode 100644 web/static/src/img/icons/._gtk-media-play.png create mode 100644 web/static/src/img/icons/._gtk-media-previous.png create mode 100644 web/static/src/img/icons/._gtk-media-record.png create mode 100644 web/static/src/img/icons/._gtk-media-rewind.png create mode 100644 web/static/src/img/icons/._gtk-media-stop.png create mode 100644 web/static/src/img/icons/._gtk-missing-image.png create mode 100644 web/static/src/img/icons/._gtk-network.png create mode 100644 web/static/src/img/icons/._gtk-new.png create mode 100644 web/static/src/img/icons/._gtk-no.png create mode 100644 web/static/src/img/icons/._gtk-ok.png create mode 100644 web/static/src/img/icons/._gtk-open.png create mode 100644 web/static/src/img/icons/._gtk-paste-v.png create mode 100644 web/static/src/img/icons/._gtk-paste.png create mode 100644 web/static/src/img/icons/._gtk-preferences.png create mode 100644 web/static/src/img/icons/._gtk-print-preview.png create mode 100644 web/static/src/img/icons/._gtk-print.png create mode 100644 web/static/src/img/icons/._gtk-properties.png create mode 100644 web/static/src/img/icons/._gtk-quit.png create mode 100644 web/static/src/img/icons/._gtk-redo.png create mode 100644 web/static/src/img/icons/._gtk-refresh.png create mode 100644 web/static/src/img/icons/._gtk-remove.png create mode 100644 web/static/src/img/icons/._gtk-revert-to-saved.png create mode 100644 web/static/src/img/icons/._gtk-save-as.png create mode 100644 web/static/src/img/icons/._gtk-save.png create mode 100644 web/static/src/img/icons/._gtk-select-color.png create mode 100644 web/static/src/img/icons/._gtk-select-font.png create mode 100644 web/static/src/img/icons/._gtk-sort-ascending.png create mode 100644 web/static/src/img/icons/._gtk-sort-descending.png create mode 100644 web/static/src/img/icons/._gtk-spell-check.png create mode 100644 web/static/src/img/icons/._gtk-stop.png create mode 100644 web/static/src/img/icons/._gtk-strikethrough.png create mode 100644 web/static/src/img/icons/._gtk-undelete.png create mode 100644 web/static/src/img/icons/._gtk-underline.png create mode 100644 web/static/src/img/icons/._gtk-undo.png create mode 100644 web/static/src/img/icons/._gtk-unindent.png create mode 100644 web/static/src/img/icons/._gtk-yes.png create mode 100644 web/static/src/img/icons/._gtk-zoom-100.png create mode 100644 web/static/src/img/icons/._gtk-zoom-fit.png create mode 100644 web/static/src/img/icons/._gtk-zoom-in.png create mode 100644 web/static/src/img/icons/._gtk-zoom-out.png create mode 100644 web/static/src/img/icons/._index1.jpeg create mode 100644 web/static/src/img/icons/._index2.jpeg create mode 100644 web/static/src/img/icons/._kanban-apply.png create mode 100644 web/static/src/img/icons/._kanban-pause.png create mode 100644 web/static/src/img/icons/._kanban-stop.png create mode 100644 web/static/src/img/icons/._save-document.png create mode 100644 web/static/src/img/icons/._star-off.png create mode 100644 web/static/src/img/icons/._star-on.png create mode 100644 web/static/src/img/icons/._stock.png create mode 100644 web/static/src/img/icons/._stock_calendar.png create mode 100644 web/static/src/img/icons/._stock_gantt.png create mode 100644 web/static/src/img/icons/._stock_graph.png create mode 100644 web/static/src/img/icons/._stock_log.png create mode 100644 web/static/src/img/icons/._stock_person.png create mode 100644 web/static/src/img/icons/._stock_translate.png create mode 100644 web/static/src/img/icons/._terp-accessories-archiver+.png create mode 100644 web/static/src/img/icons/._terp-accessories-archiver-minus.png create mode 100644 web/static/src/img/icons/._terp-accessories-archiver.png create mode 100644 web/static/src/img/icons/._terp-account.png create mode 100644 web/static/src/img/icons/._terp-administration.png create mode 100644 web/static/src/img/icons/._terp-calendar.png create mode 100644 web/static/src/img/icons/._terp-call-start.png create mode 100644 web/static/src/img/icons/._terp-camera_test.png create mode 100644 web/static/src/img/icons/._terp-check.png create mode 100644 web/static/src/img/icons/._terp-crm.png create mode 100644 web/static/src/img/icons/._terp-dialog-close.png create mode 100644 web/static/src/img/icons/._terp-document-new.png create mode 100644 web/static/src/img/icons/._terp-dolar.png create mode 100644 web/static/src/img/icons/._terp-dolar_ok!.png create mode 100644 web/static/src/img/icons/._terp-emblem-important.png create mode 100644 web/static/src/img/icons/._terp-face-plain.png create mode 100644 web/static/src/img/icons/._terp-folder-blue.png create mode 100644 web/static/src/img/icons/._terp-folder-green.png create mode 100644 web/static/src/img/icons/._terp-folder-orange.png create mode 100644 web/static/src/img/icons/._terp-folder-violet.png create mode 100644 web/static/src/img/icons/._terp-folder-yellow.png create mode 100644 web/static/src/img/icons/._terp-gdu-smart-failing.png create mode 100644 web/static/src/img/icons/._terp-gnome-cpu-frequency-applet+.png create mode 100644 web/static/src/img/icons/._terp-go-home.png create mode 100644 web/static/src/img/icons/._terp-go-month.png create mode 100644 web/static/src/img/icons/._terp-go-today.png create mode 100644 web/static/src/img/icons/._terp-go-week.png create mode 100644 web/static/src/img/icons/._terp-go-year.png create mode 100644 web/static/src/img/icons/._terp-graph.png create mode 100644 web/static/src/img/icons/._terp-gtk-go-back-ltr.png create mode 100644 web/static/src/img/icons/._terp-gtk-go-back-rtl.png create mode 100644 web/static/src/img/icons/._terp-gtk-jump-to-ltr.png create mode 100644 web/static/src/img/icons/._terp-gtk-jump-to-rtl.png create mode 100644 web/static/src/img/icons/._terp-gtk-media-pause.png create mode 100644 web/static/src/img/icons/._terp-gtk-select-all.png create mode 100644 web/static/src/img/icons/._terp-gtk-stop.png create mode 100644 web/static/src/img/icons/._terp-hr.png create mode 100644 web/static/src/img/icons/._terp-idea.png create mode 100644 web/static/src/img/icons/._terp-locked.png create mode 100644 web/static/src/img/icons/._terp-mail-.png create mode 100644 web/static/src/img/icons/._terp-mail-forward.png create mode 100644 web/static/src/img/icons/._terp-mail-message-new.png create mode 100644 web/static/src/img/icons/._terp-mail-replied.png create mode 100644 web/static/src/img/icons/._terp-mail_delete.png create mode 100644 web/static/src/img/icons/._terp-marketing.png create mode 100644 web/static/src/img/icons/._terp-mrp.png create mode 100644 web/static/src/img/icons/._terp-partner.png create mode 100644 web/static/src/img/icons/._terp-personal+.png create mode 100644 web/static/src/img/icons/._terp-personal-.png create mode 100644 web/static/src/img/icons/._terp-personal.png create mode 100644 web/static/src/img/icons/._terp-product.png create mode 100644 web/static/src/img/icons/._terp-project.png create mode 100644 web/static/src/img/icons/._terp-purchase.png create mode 100644 web/static/src/img/icons/._terp-rating-rated.png create mode 100644 web/static/src/img/icons/._terp-report.png create mode 100644 web/static/src/img/icons/._terp-sale.png create mode 100644 web/static/src/img/icons/._terp-stage.png create mode 100644 web/static/src/img/icons/._terp-stock.png create mode 100644 web/static/src/img/icons/._terp-stock_align_left_24.png create mode 100644 web/static/src/img/icons/._terp-stock_effects-object-colorize.png create mode 100644 web/static/src/img/icons/._terp-stock_format-default.png create mode 100644 web/static/src/img/icons/._terp-stock_format-scientific.png create mode 100644 web/static/src/img/icons/._terp-stock_symbol-selection.png create mode 100644 web/static/src/img/icons/._terp-stock_zoom.png create mode 100644 web/static/src/img/icons/._terp-tools.png create mode 100644 web/static/src/img/icons/._terp-translate.png create mode 100644 web/static/src/img/icons/STOCK_ABOUT.png create mode 100644 web/static/src/img/icons/STOCK_ADD.png create mode 100644 web/static/src/img/icons/STOCK_APPLY.png create mode 100644 web/static/src/img/icons/STOCK_BOLD.png create mode 100644 web/static/src/img/icons/STOCK_CANCEL.png create mode 100644 web/static/src/img/icons/STOCK_CDROM.png create mode 100644 web/static/src/img/icons/STOCK_CLEAR.png create mode 100644 web/static/src/img/icons/STOCK_CLOSE.png create mode 100644 web/static/src/img/icons/STOCK_COLOR_PICKER.png create mode 100644 web/static/src/img/icons/STOCK_CONNECT.png create mode 100644 web/static/src/img/icons/STOCK_CONVERT.png create mode 100644 web/static/src/img/icons/STOCK_COPY.png create mode 100644 web/static/src/img/icons/STOCK_CUT.png create mode 100644 web/static/src/img/icons/STOCK_DELETE.png create mode 100644 web/static/src/img/icons/STOCK_DIALOG_AUTHENTICATION.png create mode 100644 web/static/src/img/icons/STOCK_DIALOG_ERROR.png create mode 100644 web/static/src/img/icons/STOCK_DIALOG_INFO.png create mode 100644 web/static/src/img/icons/STOCK_DIALOG_QUESTION.png create mode 100644 web/static/src/img/icons/STOCK_DIALOG_WARNING.png create mode 100644 web/static/src/img/icons/STOCK_DIRECTORY.png create mode 100644 web/static/src/img/icons/STOCK_DIRECTORY_MENU.png create mode 100644 web/static/src/img/icons/STOCK_DISCONNECT.png create mode 100644 web/static/src/img/icons/STOCK_DND.png create mode 100644 web/static/src/img/icons/STOCK_DND_MULTIPLE.png create mode 100644 web/static/src/img/icons/STOCK_EDIT.png create mode 100644 web/static/src/img/icons/STOCK_EXECUTE.png create mode 100644 web/static/src/img/icons/STOCK_FILE.png create mode 100644 web/static/src/img/icons/STOCK_FIND.png create mode 100644 web/static/src/img/icons/STOCK_FIND_AND_REPLACE.png create mode 100644 web/static/src/img/icons/STOCK_FLOPPY.png create mode 100644 web/static/src/img/icons/STOCK_FULLSCREEN.png create mode 100644 web/static/src/img/icons/STOCK_GOTO_BOTTOM.png create mode 100644 web/static/src/img/icons/STOCK_GOTO_FIRST.png create mode 100644 web/static/src/img/icons/STOCK_GOTO_LAST.png create mode 100644 web/static/src/img/icons/STOCK_GOTO_TOP.png create mode 100644 web/static/src/img/icons/STOCK_GO_BACK.png create mode 100644 web/static/src/img/icons/STOCK_GO_DOWN.png create mode 100644 web/static/src/img/icons/STOCK_GO_FORWARD.png create mode 100644 web/static/src/img/icons/STOCK_GO_UP.png create mode 100644 web/static/src/img/icons/STOCK_HARDDISK.png create mode 100644 web/static/src/img/icons/STOCK_HELP.png create mode 100644 web/static/src/img/icons/STOCK_HOME.png create mode 100644 web/static/src/img/icons/STOCK_INDENT.png create mode 100644 web/static/src/img/icons/STOCK_INDEX.png create mode 100644 web/static/src/img/icons/STOCK_INFO.png create mode 100644 web/static/src/img/icons/STOCK_ITALIC.png create mode 100644 web/static/src/img/icons/STOCK_JUMP_TO.png create mode 100644 web/static/src/img/icons/STOCK_JUSTIFY_CENTER.png create mode 100644 web/static/src/img/icons/STOCK_JUSTIFY_FILL.png create mode 100644 web/static/src/img/icons/STOCK_JUSTIFY_LEFT.png create mode 100644 web/static/src/img/icons/STOCK_JUSTIFY_RIGHT.png create mode 100644 web/static/src/img/icons/STOCK_LEAVE_FULLSCREEN.png create mode 100644 web/static/src/img/icons/STOCK_MEDIA_FORWARD.png create mode 100644 web/static/src/img/icons/STOCK_MEDIA_NEXT.png create mode 100644 web/static/src/img/icons/STOCK_MEDIA_PAUSE.png create mode 100644 web/static/src/img/icons/STOCK_MEDIA_PLAY.png create mode 100644 web/static/src/img/icons/STOCK_MEDIA_PREVIOUS.png create mode 100644 web/static/src/img/icons/STOCK_MEDIA_RECORD.png create mode 100644 web/static/src/img/icons/STOCK_MEDIA_REWIND.png create mode 100644 web/static/src/img/icons/STOCK_MEDIA_STOP.png create mode 100644 web/static/src/img/icons/STOCK_MISSING_IMAGE.png create mode 100644 web/static/src/img/icons/STOCK_NETWORK.png create mode 100644 web/static/src/img/icons/STOCK_NEW.png create mode 100644 web/static/src/img/icons/STOCK_NO.png create mode 100644 web/static/src/img/icons/STOCK_OK.png create mode 100644 web/static/src/img/icons/STOCK_OPEN.png create mode 100644 web/static/src/img/icons/STOCK_PASTE.png create mode 100644 web/static/src/img/icons/STOCK_PREFERENCES.png create mode 100644 web/static/src/img/icons/STOCK_PRINT.png create mode 100644 web/static/src/img/icons/STOCK_PRINT_PREVIEW.png create mode 100644 web/static/src/img/icons/STOCK_PROPERTIES.png create mode 100644 web/static/src/img/icons/STOCK_QUIT.png create mode 100644 web/static/src/img/icons/STOCK_REDO.png create mode 100644 web/static/src/img/icons/STOCK_REFRESH.png create mode 100644 web/static/src/img/icons/STOCK_REMOVE.png create mode 100644 web/static/src/img/icons/STOCK_REVERT_TO_SAVED.png create mode 100644 web/static/src/img/icons/STOCK_SAVE.png create mode 100644 web/static/src/img/icons/STOCK_SAVE_AS.png create mode 100644 web/static/src/img/icons/STOCK_SELECT_COLOR.png create mode 100644 web/static/src/img/icons/STOCK_SELECT_FONT.png create mode 100644 web/static/src/img/icons/STOCK_SORT_ASCENDING.png create mode 100644 web/static/src/img/icons/STOCK_SORT_DESCENDING.png create mode 100644 web/static/src/img/icons/STOCK_SPELL_CHECK.png create mode 100644 web/static/src/img/icons/STOCK_STOP.png create mode 100644 web/static/src/img/icons/STOCK_STRIKETHROUGH.png create mode 100644 web/static/src/img/icons/STOCK_UNDELETE.png create mode 100644 web/static/src/img/icons/STOCK_UNDERLINE.png create mode 100644 web/static/src/img/icons/STOCK_UNDO.png create mode 100644 web/static/src/img/icons/STOCK_UNINDENT.png create mode 100644 web/static/src/img/icons/STOCK_YES.png create mode 100644 web/static/src/img/icons/STOCK_ZOOM_100.png create mode 100644 web/static/src/img/icons/STOCK_ZOOM_FIT.png create mode 100644 web/static/src/img/icons/STOCK_ZOOM_IN.png create mode 100644 web/static/src/img/icons/STOCK_ZOOM_OUT.png create mode 100644 web/static/src/img/icons/color-picker.png create mode 100644 web/static/src/img/icons/gtk-about.png create mode 100644 web/static/src/img/icons/gtk-add.png create mode 100644 web/static/src/img/icons/gtk-apply.png create mode 100644 web/static/src/img/icons/gtk-bold.png create mode 100644 web/static/src/img/icons/gtk-cancel.png create mode 100644 web/static/src/img/icons/gtk-cdrom.png create mode 100644 web/static/src/img/icons/gtk-clear.png create mode 100644 web/static/src/img/icons/gtk-close.png create mode 100644 web/static/src/img/icons/gtk-color-picker.png create mode 100644 web/static/src/img/icons/gtk-connect.png create mode 100644 web/static/src/img/icons/gtk-convert.png create mode 100644 web/static/src/img/icons/gtk-copy.png create mode 100644 web/static/src/img/icons/gtk-cut.png create mode 100644 web/static/src/img/icons/gtk-delete.png create mode 100644 web/static/src/img/icons/gtk-dialog-authentication.png create mode 100644 web/static/src/img/icons/gtk-dialog-error.png create mode 100644 web/static/src/img/icons/gtk-dialog-info.png create mode 100644 web/static/src/img/icons/gtk-dialog-question.png create mode 100644 web/static/src/img/icons/gtk-dialog-warning.png create mode 100644 web/static/src/img/icons/gtk-directory-remote.png create mode 100644 web/static/src/img/icons/gtk-directory.png create mode 100644 web/static/src/img/icons/gtk-disconnect.png create mode 100644 web/static/src/img/icons/gtk-dnd-multiple.png create mode 100644 web/static/src/img/icons/gtk-dnd.png create mode 100644 web/static/src/img/icons/gtk-edit.png create mode 100644 web/static/src/img/icons/gtk-execute.png create mode 100644 web/static/src/img/icons/gtk-file.png create mode 100644 web/static/src/img/icons/gtk-find-and-replace.png create mode 100644 web/static/src/img/icons/gtk-find.png create mode 100644 web/static/src/img/icons/gtk-floppy.png create mode 100644 web/static/src/img/icons/gtk-fullscreen.png create mode 100644 web/static/src/img/icons/gtk-go-back.png create mode 100644 web/static/src/img/icons/gtk-go-down.png create mode 100644 web/static/src/img/icons/gtk-go-forward.png create mode 100644 web/static/src/img/icons/gtk-go-up.png create mode 100644 web/static/src/img/icons/gtk-goto-bottom.png create mode 100644 web/static/src/img/icons/gtk-goto-first.png create mode 100644 web/static/src/img/icons/gtk-goto-last.png create mode 100644 web/static/src/img/icons/gtk-goto-top.png create mode 100644 web/static/src/img/icons/gtk-harddisk.png create mode 100644 web/static/src/img/icons/gtk-help.png create mode 100644 web/static/src/img/icons/gtk-home.png create mode 100644 web/static/src/img/icons/gtk-indent.png create mode 100644 web/static/src/img/icons/gtk-index.png create mode 100644 web/static/src/img/icons/gtk-info.png create mode 100644 web/static/src/img/icons/gtk-italic.png create mode 100644 web/static/src/img/icons/gtk-jump-to.png create mode 100644 web/static/src/img/icons/gtk-justify-center.png create mode 100644 web/static/src/img/icons/gtk-justify-fill.png create mode 100644 web/static/src/img/icons/gtk-justify-left.png create mode 100644 web/static/src/img/icons/gtk-justify-right.png create mode 100644 web/static/src/img/icons/gtk-leave-fullscreen.png create mode 100644 web/static/src/img/icons/gtk-media-forward.png create mode 100644 web/static/src/img/icons/gtk-media-next.png create mode 100644 web/static/src/img/icons/gtk-media-pause.png create mode 100644 web/static/src/img/icons/gtk-media-play.png create mode 100644 web/static/src/img/icons/gtk-media-previous.png create mode 100644 web/static/src/img/icons/gtk-media-record.png create mode 100644 web/static/src/img/icons/gtk-media-rewind.png create mode 100644 web/static/src/img/icons/gtk-media-stop.png create mode 100644 web/static/src/img/icons/gtk-missing-image.png create mode 100644 web/static/src/img/icons/gtk-network.png create mode 100644 web/static/src/img/icons/gtk-new.png create mode 100644 web/static/src/img/icons/gtk-no.png create mode 100644 web/static/src/img/icons/gtk-ok.png create mode 100644 web/static/src/img/icons/gtk-open.png create mode 100644 web/static/src/img/icons/gtk-paste-v.png create mode 100644 web/static/src/img/icons/gtk-paste.png create mode 100644 web/static/src/img/icons/gtk-preferences.png create mode 100644 web/static/src/img/icons/gtk-print-preview.png create mode 100644 web/static/src/img/icons/gtk-print.png create mode 100644 web/static/src/img/icons/gtk-properties.png create mode 100644 web/static/src/img/icons/gtk-quit.png create mode 100644 web/static/src/img/icons/gtk-redo.png create mode 100644 web/static/src/img/icons/gtk-refresh.png create mode 100644 web/static/src/img/icons/gtk-remove.png create mode 100644 web/static/src/img/icons/gtk-revert-to-saved.png create mode 100644 web/static/src/img/icons/gtk-save-as.png create mode 100644 web/static/src/img/icons/gtk-save.png create mode 100644 web/static/src/img/icons/gtk-select-color.png create mode 100644 web/static/src/img/icons/gtk-select-font.png create mode 100644 web/static/src/img/icons/gtk-sort-ascending.png create mode 100644 web/static/src/img/icons/gtk-sort-descending.png create mode 100644 web/static/src/img/icons/gtk-spell-check.png create mode 100644 web/static/src/img/icons/gtk-stop.png create mode 100644 web/static/src/img/icons/gtk-strikethrough.png create mode 100644 web/static/src/img/icons/gtk-undelete.png create mode 100644 web/static/src/img/icons/gtk-underline.png create mode 100644 web/static/src/img/icons/gtk-undo.png create mode 100644 web/static/src/img/icons/gtk-unindent.png create mode 100644 web/static/src/img/icons/gtk-yes.png create mode 100644 web/static/src/img/icons/gtk-zoom-100.png create mode 100644 web/static/src/img/icons/gtk-zoom-fit.png create mode 100644 web/static/src/img/icons/gtk-zoom-in.png create mode 100644 web/static/src/img/icons/gtk-zoom-out.png create mode 100644 web/static/src/img/icons/index1.jpeg create mode 100644 web/static/src/img/icons/index2.jpeg create mode 100644 web/static/src/img/icons/kanban-apply.png create mode 100644 web/static/src/img/icons/kanban-pause.png create mode 100644 web/static/src/img/icons/kanban-stop.png create mode 100644 web/static/src/img/icons/save-document.png create mode 100644 web/static/src/img/icons/star-off.png create mode 100644 web/static/src/img/icons/star-on.png create mode 100644 web/static/src/img/icons/stock.png create mode 100644 web/static/src/img/icons/stock_calendar.png create mode 100644 web/static/src/img/icons/stock_gantt.png create mode 100644 web/static/src/img/icons/stock_graph.png create mode 100644 web/static/src/img/icons/stock_log.png create mode 100644 web/static/src/img/icons/stock_person.png create mode 100644 web/static/src/img/icons/stock_translate.png create mode 100644 web/static/src/img/icons/terp-accessories-archiver+.png create mode 100644 web/static/src/img/icons/terp-accessories-archiver-minus.png create mode 100644 web/static/src/img/icons/terp-accessories-archiver.png create mode 100644 web/static/src/img/icons/terp-account.png create mode 100644 web/static/src/img/icons/terp-administration.png create mode 100644 web/static/src/img/icons/terp-calendar.png create mode 100644 web/static/src/img/icons/terp-call-start.png create mode 100644 web/static/src/img/icons/terp-camera_test.png create mode 100644 web/static/src/img/icons/terp-check.png create mode 100644 web/static/src/img/icons/terp-crm.png create mode 100644 web/static/src/img/icons/terp-dialog-close.png create mode 100644 web/static/src/img/icons/terp-document-new.png create mode 100644 web/static/src/img/icons/terp-dolar.png create mode 100644 web/static/src/img/icons/terp-dolar_ok!.png create mode 100644 web/static/src/img/icons/terp-emblem-important.png create mode 100644 web/static/src/img/icons/terp-face-plain.png create mode 100644 web/static/src/img/icons/terp-folder-blue.png create mode 100644 web/static/src/img/icons/terp-folder-green.png create mode 100644 web/static/src/img/icons/terp-folder-orange.png create mode 100644 web/static/src/img/icons/terp-folder-violet.png create mode 100644 web/static/src/img/icons/terp-folder-yellow.png create mode 100644 web/static/src/img/icons/terp-gdu-smart-failing.png create mode 100644 web/static/src/img/icons/terp-gnome-cpu-frequency-applet+.png create mode 100644 web/static/src/img/icons/terp-go-home.png create mode 100644 web/static/src/img/icons/terp-go-month.png create mode 100644 web/static/src/img/icons/terp-go-today.png create mode 100644 web/static/src/img/icons/terp-go-week.png create mode 100644 web/static/src/img/icons/terp-go-year.png create mode 100644 web/static/src/img/icons/terp-graph.png create mode 100644 web/static/src/img/icons/terp-gtk-go-back-ltr.png create mode 100644 web/static/src/img/icons/terp-gtk-go-back-rtl.png create mode 100644 web/static/src/img/icons/terp-gtk-jump-to-ltr.png create mode 100644 web/static/src/img/icons/terp-gtk-jump-to-rtl.png create mode 100644 web/static/src/img/icons/terp-gtk-media-pause.png create mode 100644 web/static/src/img/icons/terp-gtk-select-all.png create mode 100644 web/static/src/img/icons/terp-gtk-stop.png create mode 100644 web/static/src/img/icons/terp-hr.png create mode 100644 web/static/src/img/icons/terp-idea.png create mode 100644 web/static/src/img/icons/terp-locked.png create mode 100644 web/static/src/img/icons/terp-mail-.png create mode 100644 web/static/src/img/icons/terp-mail-forward.png create mode 100644 web/static/src/img/icons/terp-mail-message-new.png create mode 100644 web/static/src/img/icons/terp-mail-replied.png create mode 100644 web/static/src/img/icons/terp-mail_delete.png create mode 100644 web/static/src/img/icons/terp-marketing.png create mode 100644 web/static/src/img/icons/terp-mrp.png create mode 100644 web/static/src/img/icons/terp-partner.png create mode 100644 web/static/src/img/icons/terp-personal+.png create mode 100644 web/static/src/img/icons/terp-personal-.png create mode 100644 web/static/src/img/icons/terp-personal.png create mode 100644 web/static/src/img/icons/terp-product.png create mode 100644 web/static/src/img/icons/terp-project.png create mode 100644 web/static/src/img/icons/terp-purchase.png create mode 100644 web/static/src/img/icons/terp-rating-rated.png create mode 100644 web/static/src/img/icons/terp-report.png create mode 100644 web/static/src/img/icons/terp-sale.png create mode 100644 web/static/src/img/icons/terp-stage.png create mode 100644 web/static/src/img/icons/terp-stock.png create mode 100644 web/static/src/img/icons/terp-stock_align_left_24.png create mode 100644 web/static/src/img/icons/terp-stock_effects-object-colorize.png create mode 100644 web/static/src/img/icons/terp-stock_format-default.png create mode 100644 web/static/src/img/icons/terp-stock_format-scientific.png create mode 100644 web/static/src/img/icons/terp-stock_symbol-selection.png create mode 100644 web/static/src/img/icons/terp-stock_zoom.png create mode 100644 web/static/src/img/icons/terp-tools.png create mode 100644 web/static/src/img/icons/terp-translate.png create mode 100644 web/static/src/img/iconset-a-help.gif create mode 100644 web/static/src/img/iconset-a-help.png create mode 100644 web/static/src/img/iconset-b-remove.png create mode 100644 web/static/src/img/iconset-d-drop.gif create mode 100644 web/static/src/img/logo.png create mode 100644 web/static/src/img/logo2.png create mode 100644 web/static/src/img/nologo.png create mode 100644 web/static/src/img/pager_first.png create mode 100644 web/static/src/img/pager_last.png create mode 100644 web/static/src/img/pager_next.png create mode 100644 web/static/src/img/pager_previous.png create mode 100644 web/static/src/img/partner.png create mode 100644 web/static/src/img/pencil.gif create mode 100644 web/static/src/img/placeholder.png create mode 100644 web/static/src/img/product.png create mode 100644 web/static/src/img/remove-shortcut.png create mode 100644 web/static/src/img/search_reset.gif create mode 100644 web/static/src/img/sep-a.gif create mode 100644 web/static/src/img/stock_person.png create mode 100644 web/static/src/img/throbber.gif create mode 100644 web/static/src/img/toggle-a-bg.png create mode 100644 web/static/src/img/ui/._field_calendar.png create mode 100644 web/static/src/img/ui/._group-expanded.png create mode 100644 web/static/src/img/ui/._group-folded.png create mode 100644 web/static/src/img/ui/field_calendar.png create mode 100644 web/static/src/img/ui/group-expanded.png create mode 100644 web/static/src/img/ui/group-folded.png create mode 100644 web/static/src/img/user_menu_avatar.png create mode 100644 web/static/src/img/view_empty_arrow.png create mode 100644 web/static/src/img/views-icons-a.png create mode 100644 web/static/src/img/warning.png create mode 100644 web/static/src/js/._boot.js create mode 100644 web/static/src/js/._chrome.js create mode 100644 web/static/src/js/._corelib.js create mode 100644 web/static/src/js/._coresetup.js create mode 100644 web/static/src/js/._data.js create mode 100644 web/static/src/js/._data_export.js create mode 100644 web/static/src/js/._dates.js create mode 100644 web/static/src/js/._formats.js create mode 100644 web/static/src/js/._pyeval.js create mode 100644 web/static/src/js/._search.js create mode 100644 web/static/src/js/._test_support.js create mode 100644 web/static/src/js/._testing.js create mode 100644 web/static/src/js/._view_form.js create mode 100644 web/static/src/js/._view_list.js create mode 100644 web/static/src/js/._view_list_editable.js create mode 100644 web/static/src/js/._view_tree.js create mode 100644 web/static/src/js/._views.js create mode 100644 web/static/src/js/boot.js create mode 100644 web/static/src/js/chrome.js create mode 100644 web/static/src/js/corelib.js create mode 100644 web/static/src/js/coresetup.js create mode 100644 web/static/src/js/data.js create mode 100644 web/static/src/js/data_export.js create mode 100644 web/static/src/js/dates.js create mode 100644 web/static/src/js/formats.js create mode 100644 web/static/src/js/pyeval.js create mode 100644 web/static/src/js/search.js create mode 100644 web/static/src/js/test_support.js create mode 100644 web/static/src/js/testing.js create mode 100644 web/static/src/js/view_form.js create mode 100644 web/static/src/js/view_list.js create mode 100644 web/static/src/js/view_list_editable.js create mode 100644 web/static/src/js/view_tree.js create mode 100644 web/static/src/js/views.js create mode 100644 web/static/src/xml/._base.xml create mode 100644 web/static/src/xml/base.xml create mode 100644 web/static/test/._Widget.js create mode 100644 web/static/test/._class.js create mode 100644 web/static/test/._evals.js create mode 100644 web/static/test/._form.js create mode 100644 web/static/test/._formats.js create mode 100644 web/static/test/._fulltest create mode 100644 web/static/test/._fulltest.html create mode 100644 web/static/test/._list-editable.js create mode 100644 web/static/test/._list-utils.js create mode 100644 web/static/test/._list.js create mode 100644 web/static/test/._mutex.js create mode 100644 web/static/test/._qunit-doc.js create mode 100644 web/static/test/._registry.js create mode 100644 web/static/test/._rpc.js create mode 100644 web/static/test/._search.js create mode 100644 web/static/test/._testing.js create mode 100644 web/static/test/Widget.js create mode 100644 web/static/test/class.js create mode 100644 web/static/test/evals.js create mode 100644 web/static/test/form.js create mode 100644 web/static/test/formats.js create mode 100644 web/static/test/fulltest.html create mode 100644 web/static/test/fulltest/._dataset.js create mode 100644 web/static/test/fulltest/dataset.js create mode 100644 web/static/test/list-editable.js create mode 100644 web/static/test/list-utils.js create mode 100644 web/static/test/list.js create mode 100644 web/static/test/mutex.js create mode 100644 web/static/test/qunit-doc.js create mode 100644 web/static/test/registry.js create mode 100644 web/static/test/rpc.js create mode 100644 web/static/test/search.js create mode 100644 web/static/test/testing.js create mode 100755 web/tests/.___init__.py create mode 100644 web/tests/._qunitsuite create mode 100755 web/tests/._test_dataset.py create mode 100755 web/tests/._test_js.py create mode 100755 web/tests/._test_menu.py create mode 100755 web/tests/._test_serving_base.py create mode 100755 web/tests/__init__.py create mode 100644 web/tests/qunitsuite/._README.rst create mode 100755 web/tests/qunitsuite/.___init__.py create mode 100644 web/tests/qunitsuite/._grunt create mode 100755 web/tests/qunitsuite/._suite.py create mode 100644 web/tests/qunitsuite/README.rst create mode 100755 web/tests/qunitsuite/__init__.py create mode 100644 web/tests/qunitsuite/grunt/._bootstrap.js create mode 100644 web/tests/qunitsuite/grunt/._license create mode 100644 web/tests/qunitsuite/grunt/._phantomjs.json create mode 100644 web/tests/qunitsuite/grunt/._qunit-phantomjs-bridge.js create mode 100644 web/tests/qunitsuite/grunt/bootstrap.js create mode 100644 web/tests/qunitsuite/grunt/license create mode 100644 web/tests/qunitsuite/grunt/phantomjs.json create mode 100644 web/tests/qunitsuite/grunt/qunit-phantomjs-bridge.js create mode 100755 web/tests/qunitsuite/suite.py create mode 100755 web/tests/test_dataset.py create mode 100755 web/tests/test_js.py create mode 100755 web/tests/test_menu.py create mode 100755 web/tests/test_serving_base.py diff --git a/auth_signup/.___init__.py b/auth_signup/.___init__.py new file mode 100755 index 0000000000000000000000000000000000000000..49a7a68dda8b3dcf718be8275dd408a96c2f6f65 GIT binary patch literal 222 zcmZQz6=P>$Vqox1Ojhs@R)|o50+1L3ClDI}@fsio@$UgK5x_AdBnYYuq+J^qI7A5ADWagzZ6zUro7#LccS|+8L8Kk9JyXWVp=cL9|7#TQc v6y@ipTDuvVIhz}}xahi=8@lM4m>aq3I$4++>l&JxI-8jrIGMN_nJ@qVFajf1 literal 0 HcmV?d00001 diff --git a/auth_signup/.___openerp__.py b/auth_signup/.___openerp__.py new file mode 100755 index 0000000000000000000000000000000000000000..49a7a68dda8b3dcf718be8275dd408a96c2f6f65 GIT binary patch literal 222 zcmZQz6=P>$Vqox1Ojhs@R)|o50+1L3ClDI}@fsio@$UgK5x_AdBnYYuq+J^qI7A5ADWagzZ6zUro7#LccS|+8L8Kk9JyXWVp=cL9|7#TQc v6y@ipTDuvVIhz}}xahi=8@lM4m>aq3I$4++>l&JxI-8jrIGMN_nJ@qVFajf1 literal 0 HcmV?d00001 diff --git a/auth_signup/._auth_signup_data.xml b/auth_signup/._auth_signup_data.xml new file mode 100644 index 0000000000000000000000000000000000000000..49a7a68dda8b3dcf718be8275dd408a96c2f6f65 GIT binary patch literal 222 zcmZQz6=P>$Vqox1Ojhs@R)|o50+1L3ClDI}@fsio@$UgK5x_AdBnYYuq+J^qI7A5ADWagzZ6zUro7#LccS|+8L8Kk9JyXWVp=cL9|7#TQc v6y@ipTDuvVIhz}}xahi=8@lM4m>aq3I$4++>l&JxI-8jrIGMN_nJ@qVFajf1 literal 0 HcmV?d00001 diff --git a/auth_signup/._controllers b/auth_signup/._controllers new file mode 100644 index 0000000000000000000000000000000000000000..49a7a68dda8b3dcf718be8275dd408a96c2f6f65 GIT binary patch literal 222 zcmZQz6=P>$Vqox1Ojhs@R)|o50+1L3ClDI}@fsio@$UgK5x_AdBnYYuq+J^qI7A5ADWagzZ6zUro7#LccS|+8L8Kk9JyXWVp=cL9|7#TQc v6y@ipTDuvVIhz}}xahi=8@lM4m>aq3I$4++>l&JxI-8jrIGMN_nJ@qVFajf1 literal 0 HcmV?d00001 diff --git a/auth_signup/._i18n b/auth_signup/._i18n new file mode 100644 index 0000000000000000000000000000000000000000..49a7a68dda8b3dcf718be8275dd408a96c2f6f65 GIT binary patch literal 222 zcmZQz6=P>$Vqox1Ojhs@R)|o50+1L3ClDI}@fsio@$UgK5x_AdBnYYuq+J^qI7A5ADWagzZ6zUro7#LccS|+8L8Kk9JyXWVp=cL9|7#TQc v6y@ipTDuvVIhz}}xahi=8@lM4m>aq3I$4++>l&JxI-8jrIGMN_nJ@qVFajf1 literal 0 HcmV?d00001 diff --git a/auth_signup/._res_config.py b/auth_signup/._res_config.py new file mode 100755 index 0000000000000000000000000000000000000000..49a7a68dda8b3dcf718be8275dd408a96c2f6f65 GIT binary patch literal 222 zcmZQz6=P>$Vqox1Ojhs@R)|o50+1L3ClDI}@fsio@$UgK5x_AdBnYYuq+J^qI7A5ADWagzZ6zUro7#LccS|+8L8Kk9JyXWVp=cL9|7#TQc v6y@ipTDuvVIhz}}xahi=8@lM4m>aq3I$4++>l&JxI-8jrIGMN_nJ@qVFajf1 literal 0 HcmV?d00001 diff --git a/auth_signup/._res_config.xml b/auth_signup/._res_config.xml new file mode 100644 index 0000000000000000000000000000000000000000..49a7a68dda8b3dcf718be8275dd408a96c2f6f65 GIT binary patch literal 222 zcmZQz6=P>$Vqox1Ojhs@R)|o50+1L3ClDI}@fsio@$UgK5x_AdBnYYuq+J^qI7A5ADWagzZ6zUro7#LccS|+8L8Kk9JyXWVp=cL9|7#TQc v6y@ipTDuvVIhz}}xahi=8@lM4m>aq3I$4++>l&JxI-8jrIGMN_nJ@qVFajf1 literal 0 HcmV?d00001 diff --git a/auth_signup/._res_users.py b/auth_signup/._res_users.py new file mode 100755 index 0000000000000000000000000000000000000000..49a7a68dda8b3dcf718be8275dd408a96c2f6f65 GIT binary patch literal 222 zcmZQz6=P>$Vqox1Ojhs@R)|o50+1L3ClDI}@fsio@$UgK5x_AdBnYYuq+J^qI7A5ADWagzZ6zUro7#LccS|+8L8Kk9JyXWVp=cL9|7#TQc v6y@ipTDuvVIhz}}xahi=8@lM4m>aq3I$4++>l&JxI-8jrIGMN_nJ@qVFajf1 literal 0 HcmV?d00001 diff --git a/auth_signup/._res_users_view.xml b/auth_signup/._res_users_view.xml new file mode 100644 index 0000000000000000000000000000000000000000..49a7a68dda8b3dcf718be8275dd408a96c2f6f65 GIT binary patch literal 222 zcmZQz6=P>$Vqox1Ojhs@R)|o50+1L3ClDI}@fsio@$UgK5x_AdBnYYuq+J^qI7A5ADWagzZ6zUro7#LccS|+8L8Kk9JyXWVp=cL9|7#TQc v6y@ipTDuvVIhz}}xahi=8@lM4m>aq3I$4++>l&JxI-8jrIGMN_nJ@qVFajf1 literal 0 HcmV?d00001 diff --git a/auth_signup/._static b/auth_signup/._static new file mode 100644 index 0000000000000000000000000000000000000000..49a7a68dda8b3dcf718be8275dd408a96c2f6f65 GIT binary patch literal 222 zcmZQz6=P>$Vqox1Ojhs@R)|o50+1L3ClDI}@fsio@$UgK5x_AdBnYYuq+J^qI7A5ADWagzZ6zUro7#LccS|+8L8Kk9JyXWVp=cL9|7#TQc v6y@ipTDuvVIhz}}xahi=8@lM4m>aq3I$4++>l&JxI-8jrIGMN_nJ@qVFajf1 literal 0 HcmV?d00001 diff --git a/auth_signup/__init__.py b/auth_signup/__init__.py new file mode 100755 index 0000000..2331ae6 --- /dev/null +++ b/auth_signup/__init__.py @@ -0,0 +1,24 @@ +# -*- coding: utf-8 -*- +############################################################################## +# +# OpenERP, Open Source Management Solution +# Copyright (C) 2012-today OpenERP SA () +# +# This program is free software: you can redistribute it and/or modify +# it under the terms of the GNU Affero General Public License as +# published by the Free Software Foundation, either version 3 of the +# License, or (at your option) any later version +# +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU Affero General Public License for more details +# +# You should have received a copy of the GNU Affero General Public License +# along with this program. If not, see +# +############################################################################## + +import controllers +import res_config +import res_users diff --git a/auth_signup/__openerp__.py b/auth_signup/__openerp__.py new file mode 100755 index 0000000..4e1ada7 --- /dev/null +++ b/auth_signup/__openerp__.py @@ -0,0 +1,45 @@ +# -*- coding: utf-8 -*- +############################################################################## +# +# OpenERP, Open Source Management Solution +# Copyright (C) 2009-today OpenERP SA () +# +# This program is free software: you can redistribute it and/or modify +# it under the terms of the GNU Affero General Public License as +# published by the Free Software Foundation, either version 3 of the +# License, or (at your option) any later version +# +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU Affero General Public License for more details +# +# You should have received a copy of the GNU Affero General Public License +# along with this program. If not, see +# +############################################################################## + +{ + 'name': 'Signup', + 'description': """ +Allow users to sign up and reset their password +=============================================== + """, + 'author': 'OpenERP SA', + 'version': '1.0', + 'category': 'Authentication', + 'website': 'http://www.openerp.com', + 'installable': True, + 'auto_install': True, + 'depends': [ + 'base_setup', + 'email_template', + ], + 'data': [ + 'auth_signup_data.xml', + 'res_config.xml', + 'res_users_view.xml', + ], + 'js': ['static/src/js/auth_signup.js'], + 'qweb': ['static/src/xml/auth_signup.xml'], +} diff --git a/auth_signup/auth_signup_data.xml b/auth_signup/auth_signup_data.xml new file mode 100644 index 0000000..31e3b61 --- /dev/null +++ b/auth_signup/auth_signup_data.xml @@ -0,0 +1,71 @@ + + + + + + + Template User + portaltemplate + + + + + + + + + auth_signup.template_user_id + + + + + + Reset Password + + ]]> + ${object.email} + Password reset + A password reset was requested for the OpenERP account linked to this email.

+ +

You may change your password by following this link.

+ +

Note: If you do not expect this, you can safely ignore this email.

]]>
+
+ + + + OpenERP Enterprise Connection + + ]]> + ${object.email} + + + + ${object.name}, +

+

+ You have been invited to connect to "${object.company_id.name}" in order to get access to your documents in OpenERP. +

+

+ To accept the invitation, click on the following link: +

+ +

+ Thanks, +

+
+--
+${object.company_id.name or ''}
+${object.company_id.email or ''}
+${object.company_id.phone or ''}
+                    
+ ]]> +
+
+ +
+
diff --git a/auth_signup/controllers/.___init__.py b/auth_signup/controllers/.___init__.py new file mode 100755 index 0000000000000000000000000000000000000000..49a7a68dda8b3dcf718be8275dd408a96c2f6f65 GIT binary patch literal 222 zcmZQz6=P>$Vqox1Ojhs@R)|o50+1L3ClDI}@fsio@$UgK5x_AdBnYYuq+J^qI7A5ADWagzZ6zUro7#LccS|+8L8Kk9JyXWVp=cL9|7#TQc v6y@ipTDuvVIhz}}xahi=8@lM4m>aq3I$4++>l&JxI-8jrIGMN_nJ@qVFajf1 literal 0 HcmV?d00001 diff --git a/auth_signup/controllers/._main.py b/auth_signup/controllers/._main.py new file mode 100755 index 0000000000000000000000000000000000000000..49a7a68dda8b3dcf718be8275dd408a96c2f6f65 GIT binary patch literal 222 zcmZQz6=P>$Vqox1Ojhs@R)|o50+1L3ClDI}@fsio@$UgK5x_AdBnYYuq+J^qI7A5ADWagzZ6zUro7#LccS|+8L8Kk9JyXWVp=cL9|7#TQc v6y@ipTDuvVIhz}}xahi=8@lM4m>aq3I$4++>l&JxI-8jrIGMN_nJ@qVFajf1 literal 0 HcmV?d00001 diff --git a/auth_signup/controllers/__init__.py b/auth_signup/controllers/__init__.py new file mode 100755 index 0000000..e11f9ba --- /dev/null +++ b/auth_signup/controllers/__init__.py @@ -0,0 +1,3 @@ +import main + +# vim:expandtab:tabstop=4:softtabstop=4:shiftwidth=4: diff --git a/auth_signup/controllers/main.py b/auth_signup/controllers/main.py new file mode 100755 index 0000000..73e2f0e --- /dev/null +++ b/auth_signup/controllers/main.py @@ -0,0 +1,84 @@ +# -*- coding: utf-8 -*- +############################################################################## +# +# OpenERP, Open Source Management Solution +# Copyright (C) 2012-today OpenERP SA () +# +# This program is free software: you can redistribute it and/or modify +# it under the terms of the GNU Affero General Public License as +# published by the Free Software Foundation, either version 3 of the +# License, or (at your option) any later version +# +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU Affero General Public License for more details +# +# You should have received a copy of the GNU Affero General Public License +# along with this program. If not, see +# +############################################################################## +import logging + +import openerp +from openerp.modules.registry import RegistryManager +from ..res_users import SignupError + +_logger = logging.getLogger(__name__) + +class Controller(openerp.addons.web.http.Controller): + _cp_path = '/auth_signup' + + @openerp.addons.web.http.jsonrequest + def get_config(self, req, dbname): + """ retrieve the module config (which features are enabled) for the login page """ + registry = RegistryManager.get(dbname) + with registry.cursor() as cr: + icp = registry.get('ir.config_parameter') + config = { + 'signup': icp.get_param(cr, openerp.SUPERUSER_ID, 'auth_signup.allow_uninvited') == 'True', + 'reset_password': icp.get_param(cr, openerp.SUPERUSER_ID, 'auth_signup.reset_password') == 'True', + } + return config + + @openerp.addons.web.http.jsonrequest + def retrieve(self, req, dbname, token): + """ retrieve the user info (name, login or email) corresponding to a signup token """ + registry = RegistryManager.get(dbname) + with registry.cursor() as cr: + res_partner = registry.get('res.partner') + user_info = res_partner.signup_retrieve_info(cr, openerp.SUPERUSER_ID, token) + return user_info + + @openerp.addons.web.http.jsonrequest + def signup(self, req, dbname, token, name, login, password): + """ sign up a user (new or existing)""" + values = {'name': name, 'login': login, 'password': password} + try: + self._signup_with_values(req, dbname, token, values) + except SignupError, e: + return {'error': openerp.tools.exception_to_unicode(e)} + return {} + + def _signup_with_values(self, req, dbname, token, values): + registry = RegistryManager.get(dbname) + with registry.cursor() as cr: + res_users = registry.get('res.users') + res_users.signup(cr, openerp.SUPERUSER_ID, values, token) + + @openerp.addons.web.http.jsonrequest + def reset_password(self, req, dbname, login): + """ retrieve user, and perform reset password """ + registry = RegistryManager.get(dbname) + with registry.cursor() as cr: + try: + res_users = registry.get('res.users') + res_users.reset_password(cr, openerp.SUPERUSER_ID, login) + cr.commit() + except Exception as e: + # signup error + _logger.exception('error when resetting password') + raise(e) + return True + +# vim:expandtab:tabstop=4:softtabstop=4:shiftwidth=4: diff --git a/auth_signup/i18n/._ar.po b/auth_signup/i18n/._ar.po new file mode 100644 index 0000000000000000000000000000000000000000..49a7a68dda8b3dcf718be8275dd408a96c2f6f65 GIT binary patch literal 222 zcmZQz6=P>$Vqox1Ojhs@R)|o50+1L3ClDI}@fsio@$UgK5x_AdBnYYuq+J^qI7A5ADWagzZ6zUro7#LccS|+8L8Kk9JyXWVp=cL9|7#TQc v6y@ipTDuvVIhz}}xahi=8@lM4m>aq3I$4++>l&JxI-8jrIGMN_nJ@qVFajf1 literal 0 HcmV?d00001 diff --git a/auth_signup/i18n/._auth_signup.pot b/auth_signup/i18n/._auth_signup.pot new file mode 100644 index 0000000000000000000000000000000000000000..49a7a68dda8b3dcf718be8275dd408a96c2f6f65 GIT binary patch literal 222 zcmZQz6=P>$Vqox1Ojhs@R)|o50+1L3ClDI}@fsio@$UgK5x_AdBnYYuq+J^qI7A5ADWagzZ6zUro7#LccS|+8L8Kk9JyXWVp=cL9|7#TQc v6y@ipTDuvVIhz}}xahi=8@lM4m>aq3I$4++>l&JxI-8jrIGMN_nJ@qVFajf1 literal 0 HcmV?d00001 diff --git a/auth_signup/i18n/._de.po b/auth_signup/i18n/._de.po new file mode 100644 index 0000000000000000000000000000000000000000..49a7a68dda8b3dcf718be8275dd408a96c2f6f65 GIT binary patch literal 222 zcmZQz6=P>$Vqox1Ojhs@R)|o50+1L3ClDI}@fsio@$UgK5x_AdBnYYuq+J^qI7A5ADWagzZ6zUro7#LccS|+8L8Kk9JyXWVp=cL9|7#TQc v6y@ipTDuvVIhz}}xahi=8@lM4m>aq3I$4++>l&JxI-8jrIGMN_nJ@qVFajf1 literal 0 HcmV?d00001 diff --git a/auth_signup/i18n/._en_GB.po b/auth_signup/i18n/._en_GB.po new file mode 100644 index 0000000000000000000000000000000000000000..49a7a68dda8b3dcf718be8275dd408a96c2f6f65 GIT binary patch literal 222 zcmZQz6=P>$Vqox1Ojhs@R)|o50+1L3ClDI}@fsio@$UgK5x_AdBnYYuq+J^qI7A5ADWagzZ6zUro7#LccS|+8L8Kk9JyXWVp=cL9|7#TQc v6y@ipTDuvVIhz}}xahi=8@lM4m>aq3I$4++>l&JxI-8jrIGMN_nJ@qVFajf1 literal 0 HcmV?d00001 diff --git a/auth_signup/i18n/._es.po b/auth_signup/i18n/._es.po new file mode 100644 index 0000000000000000000000000000000000000000..49a7a68dda8b3dcf718be8275dd408a96c2f6f65 GIT binary patch literal 222 zcmZQz6=P>$Vqox1Ojhs@R)|o50+1L3ClDI}@fsio@$UgK5x_AdBnYYuq+J^qI7A5ADWagzZ6zUro7#LccS|+8L8Kk9JyXWVp=cL9|7#TQc v6y@ipTDuvVIhz}}xahi=8@lM4m>aq3I$4++>l&JxI-8jrIGMN_nJ@qVFajf1 literal 0 HcmV?d00001 diff --git a/auth_signup/i18n/._fr.po b/auth_signup/i18n/._fr.po new file mode 100644 index 0000000000000000000000000000000000000000..49a7a68dda8b3dcf718be8275dd408a96c2f6f65 GIT binary patch literal 222 zcmZQz6=P>$Vqox1Ojhs@R)|o50+1L3ClDI}@fsio@$UgK5x_AdBnYYuq+J^qI7A5ADWagzZ6zUro7#LccS|+8L8Kk9JyXWVp=cL9|7#TQc v6y@ipTDuvVIhz}}xahi=8@lM4m>aq3I$4++>l&JxI-8jrIGMN_nJ@qVFajf1 literal 0 HcmV?d00001 diff --git a/auth_signup/i18n/._hr.po b/auth_signup/i18n/._hr.po new file mode 100644 index 0000000000000000000000000000000000000000..49a7a68dda8b3dcf718be8275dd408a96c2f6f65 GIT binary patch literal 222 zcmZQz6=P>$Vqox1Ojhs@R)|o50+1L3ClDI}@fsio@$UgK5x_AdBnYYuq+J^qI7A5ADWagzZ6zUro7#LccS|+8L8Kk9JyXWVp=cL9|7#TQc v6y@ipTDuvVIhz}}xahi=8@lM4m>aq3I$4++>l&JxI-8jrIGMN_nJ@qVFajf1 literal 0 HcmV?d00001 diff --git a/auth_signup/i18n/._hu.po b/auth_signup/i18n/._hu.po new file mode 100644 index 0000000000000000000000000000000000000000..49a7a68dda8b3dcf718be8275dd408a96c2f6f65 GIT binary patch literal 222 zcmZQz6=P>$Vqox1Ojhs@R)|o50+1L3ClDI}@fsio@$UgK5x_AdBnYYuq+J^qI7A5ADWagzZ6zUro7#LccS|+8L8Kk9JyXWVp=cL9|7#TQc v6y@ipTDuvVIhz}}xahi=8@lM4m>aq3I$4++>l&JxI-8jrIGMN_nJ@qVFajf1 literal 0 HcmV?d00001 diff --git a/auth_signup/i18n/._it.po b/auth_signup/i18n/._it.po new file mode 100644 index 0000000000000000000000000000000000000000..49a7a68dda8b3dcf718be8275dd408a96c2f6f65 GIT binary patch literal 222 zcmZQz6=P>$Vqox1Ojhs@R)|o50+1L3ClDI}@fsio@$UgK5x_AdBnYYuq+J^qI7A5ADWagzZ6zUro7#LccS|+8L8Kk9JyXWVp=cL9|7#TQc v6y@ipTDuvVIhz}}xahi=8@lM4m>aq3I$4++>l&JxI-8jrIGMN_nJ@qVFajf1 literal 0 HcmV?d00001 diff --git a/auth_signup/i18n/._mk.po b/auth_signup/i18n/._mk.po new file mode 100644 index 0000000000000000000000000000000000000000..49a7a68dda8b3dcf718be8275dd408a96c2f6f65 GIT binary patch literal 222 zcmZQz6=P>$Vqox1Ojhs@R)|o50+1L3ClDI}@fsio@$UgK5x_AdBnYYuq+J^qI7A5ADWagzZ6zUro7#LccS|+8L8Kk9JyXWVp=cL9|7#TQc v6y@ipTDuvVIhz}}xahi=8@lM4m>aq3I$4++>l&JxI-8jrIGMN_nJ@qVFajf1 literal 0 HcmV?d00001 diff --git a/auth_signup/i18n/._mn.po b/auth_signup/i18n/._mn.po new file mode 100644 index 0000000000000000000000000000000000000000..49a7a68dda8b3dcf718be8275dd408a96c2f6f65 GIT binary patch literal 222 zcmZQz6=P>$Vqox1Ojhs@R)|o50+1L3ClDI}@fsio@$UgK5x_AdBnYYuq+J^qI7A5ADWagzZ6zUro7#LccS|+8L8Kk9JyXWVp=cL9|7#TQc v6y@ipTDuvVIhz}}xahi=8@lM4m>aq3I$4++>l&JxI-8jrIGMN_nJ@qVFajf1 literal 0 HcmV?d00001 diff --git a/auth_signup/i18n/._nb.po b/auth_signup/i18n/._nb.po new file mode 100644 index 0000000000000000000000000000000000000000..49a7a68dda8b3dcf718be8275dd408a96c2f6f65 GIT binary patch literal 222 zcmZQz6=P>$Vqox1Ojhs@R)|o50+1L3ClDI}@fsio@$UgK5x_AdBnYYuq+J^qI7A5ADWagzZ6zUro7#LccS|+8L8Kk9JyXWVp=cL9|7#TQc v6y@ipTDuvVIhz}}xahi=8@lM4m>aq3I$4++>l&JxI-8jrIGMN_nJ@qVFajf1 literal 0 HcmV?d00001 diff --git a/auth_signup/i18n/._nl.po b/auth_signup/i18n/._nl.po new file mode 100644 index 0000000000000000000000000000000000000000..49a7a68dda8b3dcf718be8275dd408a96c2f6f65 GIT binary patch literal 222 zcmZQz6=P>$Vqox1Ojhs@R)|o50+1L3ClDI}@fsio@$UgK5x_AdBnYYuq+J^qI7A5ADWagzZ6zUro7#LccS|+8L8Kk9JyXWVp=cL9|7#TQc v6y@ipTDuvVIhz}}xahi=8@lM4m>aq3I$4++>l&JxI-8jrIGMN_nJ@qVFajf1 literal 0 HcmV?d00001 diff --git a/auth_signup/i18n/._pl.po b/auth_signup/i18n/._pl.po new file mode 100644 index 0000000000000000000000000000000000000000..49a7a68dda8b3dcf718be8275dd408a96c2f6f65 GIT binary patch literal 222 zcmZQz6=P>$Vqox1Ojhs@R)|o50+1L3ClDI}@fsio@$UgK5x_AdBnYYuq+J^qI7A5ADWagzZ6zUro7#LccS|+8L8Kk9JyXWVp=cL9|7#TQc v6y@ipTDuvVIhz}}xahi=8@lM4m>aq3I$4++>l&JxI-8jrIGMN_nJ@qVFajf1 literal 0 HcmV?d00001 diff --git a/auth_signup/i18n/._pt.po b/auth_signup/i18n/._pt.po new file mode 100644 index 0000000000000000000000000000000000000000..49a7a68dda8b3dcf718be8275dd408a96c2f6f65 GIT binary patch literal 222 zcmZQz6=P>$Vqox1Ojhs@R)|o50+1L3ClDI}@fsio@$UgK5x_AdBnYYuq+J^qI7A5ADWagzZ6zUro7#LccS|+8L8Kk9JyXWVp=cL9|7#TQc v6y@ipTDuvVIhz}}xahi=8@lM4m>aq3I$4++>l&JxI-8jrIGMN_nJ@qVFajf1 literal 0 HcmV?d00001 diff --git a/auth_signup/i18n/._pt_BR.po b/auth_signup/i18n/._pt_BR.po new file mode 100644 index 0000000000000000000000000000000000000000..49a7a68dda8b3dcf718be8275dd408a96c2f6f65 GIT binary patch literal 222 zcmZQz6=P>$Vqox1Ojhs@R)|o50+1L3ClDI}@fsio@$UgK5x_AdBnYYuq+J^qI7A5ADWagzZ6zUro7#LccS|+8L8Kk9JyXWVp=cL9|7#TQc v6y@ipTDuvVIhz}}xahi=8@lM4m>aq3I$4++>l&JxI-8jrIGMN_nJ@qVFajf1 literal 0 HcmV?d00001 diff --git a/auth_signup/i18n/._ro.po b/auth_signup/i18n/._ro.po new file mode 100644 index 0000000000000000000000000000000000000000..49a7a68dda8b3dcf718be8275dd408a96c2f6f65 GIT binary patch literal 222 zcmZQz6=P>$Vqox1Ojhs@R)|o50+1L3ClDI}@fsio@$UgK5x_AdBnYYuq+J^qI7A5ADWagzZ6zUro7#LccS|+8L8Kk9JyXWVp=cL9|7#TQc v6y@ipTDuvVIhz}}xahi=8@lM4m>aq3I$4++>l&JxI-8jrIGMN_nJ@qVFajf1 literal 0 HcmV?d00001 diff --git a/auth_signup/i18n/._ru.po b/auth_signup/i18n/._ru.po new file mode 100644 index 0000000000000000000000000000000000000000..49a7a68dda8b3dcf718be8275dd408a96c2f6f65 GIT binary patch literal 222 zcmZQz6=P>$Vqox1Ojhs@R)|o50+1L3ClDI}@fsio@$UgK5x_AdBnYYuq+J^qI7A5ADWagzZ6zUro7#LccS|+8L8Kk9JyXWVp=cL9|7#TQc v6y@ipTDuvVIhz}}xahi=8@lM4m>aq3I$4++>l&JxI-8jrIGMN_nJ@qVFajf1 literal 0 HcmV?d00001 diff --git a/auth_signup/i18n/._sl.po b/auth_signup/i18n/._sl.po new file mode 100644 index 0000000000000000000000000000000000000000..49a7a68dda8b3dcf718be8275dd408a96c2f6f65 GIT binary patch literal 222 zcmZQz6=P>$Vqox1Ojhs@R)|o50+1L3ClDI}@fsio@$UgK5x_AdBnYYuq+J^qI7A5ADWagzZ6zUro7#LccS|+8L8Kk9JyXWVp=cL9|7#TQc v6y@ipTDuvVIhz}}xahi=8@lM4m>aq3I$4++>l&JxI-8jrIGMN_nJ@qVFajf1 literal 0 HcmV?d00001 diff --git a/auth_signup/i18n/._tr.po b/auth_signup/i18n/._tr.po new file mode 100644 index 0000000000000000000000000000000000000000..49a7a68dda8b3dcf718be8275dd408a96c2f6f65 GIT binary patch literal 222 zcmZQz6=P>$Vqox1Ojhs@R)|o50+1L3ClDI}@fsio@$UgK5x_AdBnYYuq+J^qI7A5ADWagzZ6zUro7#LccS|+8L8Kk9JyXWVp=cL9|7#TQc v6y@ipTDuvVIhz}}xahi=8@lM4m>aq3I$4++>l&JxI-8jrIGMN_nJ@qVFajf1 literal 0 HcmV?d00001 diff --git a/auth_signup/i18n/._zh_CN.po b/auth_signup/i18n/._zh_CN.po new file mode 100644 index 0000000000000000000000000000000000000000..49a7a68dda8b3dcf718be8275dd408a96c2f6f65 GIT binary patch literal 222 zcmZQz6=P>$Vqox1Ojhs@R)|o50+1L3ClDI}@fsio@$UgK5x_AdBnYYuq+J^qI7A5ADWagzZ6zUro7#LccS|+8L8Kk9JyXWVp=cL9|7#TQc v6y@ipTDuvVIhz}}xahi=8@lM4m>aq3I$4++>l&JxI-8jrIGMN_nJ@qVFajf1 literal 0 HcmV?d00001 diff --git a/auth_signup/i18n/ar.po b/auth_signup/i18n/ar.po new file mode 100644 index 0000000..1a232f8 --- /dev/null +++ b/auth_signup/i18n/ar.po @@ -0,0 +1,277 @@ +# Arabic translation for openobject-addons +# Copyright (c) 2012 Rosetta Contributors and Canonical Ltd 2012 +# This file is distributed under the same license as the openobject-addons package. +# FIRST AUTHOR , 2012. +# +msgid "" +msgstr "" +"Project-Id-Version: openobject-addons\n" +"Report-Msgid-Bugs-To: FULL NAME \n" +"POT-Creation-Date: 2012-12-21 17:05+0000\n" +"PO-Revision-Date: 2012-12-27 21:41+0000\n" +"Last-Translator: gehad shaat \n" +"Language-Team: Arabic \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Launchpad-Export-Date: 2013-01-18 06:35+0000\n" +"X-Generator: Launchpad (build 16430)\n" + +#. module: auth_signup +#: field:res.partner,signup_type:0 +msgid "Signup Token Type" +msgstr "" + +#. module: auth_signup +#: field:base.config.settings,auth_signup_uninvited:0 +msgid "Allow external users to sign up" +msgstr "السماح لمستخدمين خارجيين بالتسجيل" + +#. module: auth_signup +#. openerp-web +#: code:addons/auth_signup/static/src/xml/auth_signup.xml:16 +#, python-format +msgid "Confirm Password" +msgstr "ŘŁŮŮ‘ŘŻ ŮŮ„Ů…Ř© المرŮر" + +#. module: auth_signup +#: help:base.config.settings,auth_signup_uninvited:0 +msgid "If unchecked, only invited users may sign up." +msgstr "" + +#. module: auth_signup +#: model:ir.model,name:auth_signup.model_base_config_settings +msgid "base.config.settings" +msgstr "" + +#. module: auth_signup +#: code:addons/auth_signup/res_users.py:252 +#, python-format +msgid "Cannot send email: user has no email address." +msgstr "" + +#. module: auth_signup +#. openerp-web +#: code:addons/auth_signup/static/src/xml/auth_signup.xml:25 +#, python-format +msgid "Reset password" +msgstr "" + +#. module: auth_signup +#: field:base.config.settings,auth_signup_template_user_id:0 +msgid "Template user for new users created through signup" +msgstr "" + +#. module: auth_signup +#: model:email.template,subject:auth_signup.reset_password_email +msgid "Password reset" +msgstr "" + +#. module: auth_signup +#. openerp-web +#: code:addons/auth_signup/static/src/js/auth_signup.js:125 +#, python-format +msgid "Please enter a password and confirm it." +msgstr "" + +#. module: auth_signup +#: view:res.users:0 +msgid "Send an email to the user to (re)set their password." +msgstr "" + +#. module: auth_signup +#. openerp-web +#: code:addons/auth_signup/static/src/xml/auth_signup.xml:23 +#, python-format +msgid "Sign Up" +msgstr "تسجيل" + +#. module: auth_signup +#: selection:res.users,state:0 +msgid "New" +msgstr "جديد" + +#. module: auth_signup +#: code:addons/auth_signup/res_users.py:258 +#, python-format +msgid "Mail sent to:" +msgstr "" + +#. module: auth_signup +#: field:res.users,state:0 +msgid "Status" +msgstr "الحالة" + +#. module: auth_signup +#: model:email.template,body_html:auth_signup.reset_password_email +msgid "" +"\n" +"

A password reset was requested for the OpenERP account linked to this " +"email.

\n" +"\n" +"

You may change your password by following this link.

\n" +"\n" +"

Note: If you do not expect this, you can safely ignore this email.

" +msgstr "" + +#. module: auth_signup +#. openerp-web +#: code:addons/auth_signup/static/src/js/auth_signup.js:119 +#, python-format +msgid "Please enter a name." +msgstr "" + +#. module: auth_signup +#: model:ir.model,name:auth_signup.model_res_users +msgid "Users" +msgstr "المستخدمŮن" + +#. module: auth_signup +#: field:res.partner,signup_url:0 +msgid "Signup URL" +msgstr "رابط التسجيل" + +#. module: auth_signup +#. openerp-web +#: code:addons/auth_signup/static/src/js/auth_signup.js:122 +#, python-format +msgid "Please enter a username." +msgstr "" + +#. module: auth_signup +#: selection:res.users,state:0 +msgid "Active" +msgstr "نشط" + +#. module: auth_signup +#: code:addons/auth_signup/res_users.py:256 +#, python-format +msgid "" +"Cannot send email: no outgoing email server configured.\n" +"You can configure it under Settings/General Settings." +msgstr "" + +#. module: auth_signup +#. openerp-web +#: code:addons/auth_signup/static/src/xml/auth_signup.xml:12 +#, python-format +msgid "Username" +msgstr "اسم المستخدم" + +#. module: auth_signup +#. openerp-web +#: code:addons/auth_signup/static/src/xml/auth_signup.xml:8 +#, python-format +msgid "Name" +msgstr "الاسم" + +#. module: auth_signup +#. openerp-web +#: code:addons/auth_signup/static/src/js/auth_signup.js:165 +#, python-format +msgid "Please enter a username or email address." +msgstr "" + +#. module: auth_signup +#: selection:res.users,state:0 +msgid "Resetting Password" +msgstr "" + +#. module: auth_signup +#. openerp-web +#: code:addons/auth_signup/static/src/xml/auth_signup.xml:13 +#, python-format +msgid "Username (Email)" +msgstr "" + +#. module: auth_signup +#: field:res.partner,signup_expiration:0 +msgid "Signup Expiration" +msgstr "" + +#. module: auth_signup +#: help:base.config.settings,auth_signup_reset_password:0 +msgid "This allows users to trigger a password reset from the Login page." +msgstr "" + +#. module: auth_signup +#. openerp-web +#: code:addons/auth_signup/static/src/xml/auth_signup.xml:21 +#, python-format +msgid "Log in" +msgstr "تسجيل الدخŮŮ„" + +#. module: auth_signup +#: field:res.partner,signup_valid:0 +msgid "Signup Token is Valid" +msgstr "" + +#. module: auth_signup +#. openerp-web +#: code:addons/auth_signup/static/src/js/auth_signup.js:116 +#: code:addons/auth_signup/static/src/js/auth_signup.js:119 +#: code:addons/auth_signup/static/src/js/auth_signup.js:122 +#: code:addons/auth_signup/static/src/js/auth_signup.js:125 +#: code:addons/auth_signup/static/src/js/auth_signup.js:128 +#: code:addons/auth_signup/static/src/js/auth_signup.js:162 +#: code:addons/auth_signup/static/src/js/auth_signup.js:165 +#, python-format +msgid "Login" +msgstr "" + +#. module: auth_signup +#. openerp-web +#: code:addons/auth_signup/static/src/js/auth_signup.js:99 +#, python-format +msgid "Invalid signup token" +msgstr "" + +#. module: auth_signup +#. openerp-web +#: code:addons/auth_signup/static/src/js/auth_signup.js:128 +#, python-format +msgid "Passwords do not match; please retype them." +msgstr "" + +#. module: auth_signup +#. openerp-web +#: code:addons/auth_signup/static/src/js/auth_signup.js:116 +#: code:addons/auth_signup/static/src/js/auth_signup.js:162 +#, python-format +msgid "No database selected !" +msgstr "" + +#. module: auth_signup +#: view:res.users:0 +msgid "Reset Password" +msgstr "" + +#. module: auth_signup +#: field:base.config.settings,auth_signup_reset_password:0 +msgid "Enable password reset from Login page" +msgstr "" + +#. module: auth_signup +#. openerp-web +#: code:addons/auth_signup/static/src/xml/auth_signup.xml:24 +#, python-format +msgid "Back to Login" +msgstr "العŮŘŻŘ© Ů„Ů„ŘŻŘ®ŮŮ„" + +#. module: auth_signup +#. openerp-web +#: code:addons/auth_signup/static/src/xml/auth_signup.xml:22 +#, python-format +msgid "Sign up" +msgstr "" + +#. module: auth_signup +#: model:ir.model,name:auth_signup.model_res_partner +msgid "Partner" +msgstr "شريŮ" + +#. module: auth_signup +#: field:res.partner,signup_token:0 +msgid "Signup Token" +msgstr "" diff --git a/auth_signup/i18n/auth_signup.pot b/auth_signup/i18n/auth_signup.pot new file mode 100644 index 0000000..31d8843 --- /dev/null +++ b/auth_signup/i18n/auth_signup.pot @@ -0,0 +1,272 @@ +# Translation of OpenERP Server. +# This file contains the translation of the following modules: +# * auth_signup +# +msgid "" +msgstr "" +"Project-Id-Version: OpenERP Server 7.0alpha\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2012-12-21 17:05+0000\n" +"PO-Revision-Date: 2012-12-21 17:05+0000\n" +"Last-Translator: <>\n" +"Language-Team: \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Plural-Forms: \n" + +#. module: auth_signup +#: field:res.partner,signup_type:0 +msgid "Signup Token Type" +msgstr "" + +#. module: auth_signup +#: field:base.config.settings,auth_signup_uninvited:0 +msgid "Allow external users to sign up" +msgstr "" + +#. module: auth_signup +#. openerp-web +#: code:addons/auth_signup/static/src/xml/auth_signup.xml:16 +#, python-format +msgid "Confirm Password" +msgstr "" + +#. module: auth_signup +#: help:base.config.settings,auth_signup_uninvited:0 +msgid "If unchecked, only invited users may sign up." +msgstr "" + +#. module: auth_signup +#: model:ir.model,name:auth_signup.model_base_config_settings +msgid "base.config.settings" +msgstr "" + +#. module: auth_signup +#: code:addons/auth_signup/res_users.py:252 +#, python-format +msgid "Cannot send email: user has no email address." +msgstr "" + +#. module: auth_signup +#. openerp-web +#: code:addons/auth_signup/static/src/xml/auth_signup.xml:25 +#, python-format +msgid "Reset password" +msgstr "" + +#. module: auth_signup +#: field:base.config.settings,auth_signup_template_user_id:0 +msgid "Template user for new users created through signup" +msgstr "" + +#. module: auth_signup +#: model:email.template,subject:auth_signup.reset_password_email +msgid "Password reset" +msgstr "" + +#. module: auth_signup +#. openerp-web +#: code:addons/auth_signup/static/src/js/auth_signup.js:125 +#, python-format +msgid "Please enter a password and confirm it." +msgstr "" + +#. module: auth_signup +#: view:res.users:0 +msgid "Send an email to the user to (re)set their password." +msgstr "" + +#. module: auth_signup +#. openerp-web +#: code:addons/auth_signup/static/src/xml/auth_signup.xml:23 +#, python-format +msgid "Sign Up" +msgstr "" + +#. module: auth_signup +#: selection:res.users,state:0 +msgid "New" +msgstr "" + +#. module: auth_signup +#: code:addons/auth_signup/res_users.py:258 +#, python-format +msgid "Mail sent to:" +msgstr "" + +#. module: auth_signup +#: field:res.users,state:0 +msgid "Status" +msgstr "" + +#. module: auth_signup +#: model:email.template,body_html:auth_signup.reset_password_email +msgid "\n" +"

A password reset was requested for the OpenERP account linked to this email.

\n" +"\n" +"

You may change your password by following this link.

\n" +"\n" +"

Note: If you do not expect this, you can safely ignore this email.

" +msgstr "" + +#. module: auth_signup +#. openerp-web +#: code:addons/auth_signup/static/src/js/auth_signup.js:119 +#, python-format +msgid "Please enter a name." +msgstr "" + +#. module: auth_signup +#: model:ir.model,name:auth_signup.model_res_users +msgid "Users" +msgstr "" + +#. module: auth_signup +#: field:res.partner,signup_url:0 +msgid "Signup URL" +msgstr "" + +#. module: auth_signup +#. openerp-web +#: code:addons/auth_signup/static/src/js/auth_signup.js:122 +#, python-format +msgid "Please enter a username." +msgstr "" + +#. module: auth_signup +#: selection:res.users,state:0 +msgid "Active" +msgstr "" + +#. module: auth_signup +#: code:addons/auth_signup/res_users.py:256 +#, python-format +msgid "Cannot send email: no outgoing email server configured.\n" +"You can configure it under Settings/General Settings." +msgstr "" + +#. module: auth_signup +#. openerp-web +#: code:addons/auth_signup/static/src/xml/auth_signup.xml:12 +#, python-format +msgid "Username" +msgstr "" + +#. module: auth_signup +#. openerp-web +#: code:addons/auth_signup/static/src/xml/auth_signup.xml:8 +#, python-format +msgid "Name" +msgstr "" + +#. module: auth_signup +#. openerp-web +#: code:addons/auth_signup/static/src/js/auth_signup.js:165 +#, python-format +msgid "Please enter a username or email address." +msgstr "" + +#. module: auth_signup +#: selection:res.users,state:0 +msgid "Resetting Password" +msgstr "" + +#. module: auth_signup +#. openerp-web +#: code:addons/auth_signup/static/src/xml/auth_signup.xml:13 +#, python-format +msgid "Username (Email)" +msgstr "" + +#. module: auth_signup +#: field:res.partner,signup_expiration:0 +msgid "Signup Expiration" +msgstr "" + +#. module: auth_signup +#: help:base.config.settings,auth_signup_reset_password:0 +msgid "This allows users to trigger a password reset from the Login page." +msgstr "" + +#. module: auth_signup +#. openerp-web +#: code:addons/auth_signup/static/src/xml/auth_signup.xml:21 +#, python-format +msgid "Log in" +msgstr "" + +#. module: auth_signup +#: field:res.partner,signup_valid:0 +msgid "Signup Token is Valid" +msgstr "" + +#. module: auth_signup +#. openerp-web +#: code:addons/auth_signup/static/src/js/auth_signup.js:116 +#: code:addons/auth_signup/static/src/js/auth_signup.js:119 +#: code:addons/auth_signup/static/src/js/auth_signup.js:122 +#: code:addons/auth_signup/static/src/js/auth_signup.js:125 +#: code:addons/auth_signup/static/src/js/auth_signup.js:128 +#: code:addons/auth_signup/static/src/js/auth_signup.js:162 +#: code:addons/auth_signup/static/src/js/auth_signup.js:165 +#, python-format +msgid "Login" +msgstr "" + +#. module: auth_signup +#. openerp-web +#: code:addons/auth_signup/static/src/js/auth_signup.js:99 +#, python-format +msgid "Invalid signup token" +msgstr "" + +#. module: auth_signup +#. openerp-web +#: code:addons/auth_signup/static/src/js/auth_signup.js:128 +#, python-format +msgid "Passwords do not match; please retype them." +msgstr "" + +#. module: auth_signup +#. openerp-web +#: code:addons/auth_signup/static/src/js/auth_signup.js:116 +#: code:addons/auth_signup/static/src/js/auth_signup.js:162 +#, python-format +msgid "No database selected !" +msgstr "" + +#. module: auth_signup +#: view:res.users:0 +msgid "Reset Password" +msgstr "" + +#. module: auth_signup +#: field:base.config.settings,auth_signup_reset_password:0 +msgid "Enable password reset from Login page" +msgstr "" + +#. module: auth_signup +#. openerp-web +#: code:addons/auth_signup/static/src/xml/auth_signup.xml:24 +#, python-format +msgid "Back to Login" +msgstr "" + +#. module: auth_signup +#. openerp-web +#: code:addons/auth_signup/static/src/xml/auth_signup.xml:22 +#, python-format +msgid "Sign up" +msgstr "" + +#. module: auth_signup +#: model:ir.model,name:auth_signup.model_res_partner +msgid "Partner" +msgstr "" + +#. module: auth_signup +#: field:res.partner,signup_token:0 +msgid "Signup Token" +msgstr "" + diff --git a/auth_signup/i18n/de.po b/auth_signup/i18n/de.po new file mode 100644 index 0000000..92b4ab8 --- /dev/null +++ b/auth_signup/i18n/de.po @@ -0,0 +1,287 @@ +# German translation for openobject-addons +# Copyright (c) 2012 Rosetta Contributors and Canonical Ltd 2012 +# This file is distributed under the same license as the openobject-addons package. +# FIRST AUTHOR , 2012. +# +msgid "" +msgstr "" +"Project-Id-Version: openobject-addons\n" +"Report-Msgid-Bugs-To: FULL NAME \n" +"POT-Creation-Date: 2012-12-21 17:05+0000\n" +"PO-Revision-Date: 2012-12-21 23:00+0000\n" +"Last-Translator: FULL NAME \n" +"Language-Team: German \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Launchpad-Export-Date: 2013-01-18 06:35+0000\n" +"X-Generator: Launchpad (build 16430)\n" + +#. module: auth_signup +#: field:res.partner,signup_type:0 +msgid "Signup Token Type" +msgstr "" + +#. module: auth_signup +#: field:base.config.settings,auth_signup_uninvited:0 +msgid "Allow external users to sign up" +msgstr "Erlaube Login von externen Benutzern" + +#. module: auth_signup +#. openerp-web +#: code:addons/auth_signup/static/src/xml/auth_signup.xml:16 +#, python-format +msgid "Confirm Password" +msgstr "Passwort bestätigen" + +#. module: auth_signup +#: help:base.config.settings,auth_signup_uninvited:0 +msgid "If unchecked, only invited users may sign up." +msgstr "Falls leer, dürfen nur eingeladene Benutzer einloggen" + +#. module: auth_signup +#: model:ir.model,name:auth_signup.model_base_config_settings +msgid "base.config.settings" +msgstr "base.config.settings" + +#. module: auth_signup +#: code:addons/auth_signup/res_users.py:252 +#, python-format +msgid "Cannot send email: user has no email address." +msgstr "Kann keine EMail senden, weil der Benutzer keine EMail Adresse hat" + +#. module: auth_signup +#. openerp-web +#: code:addons/auth_signup/static/src/xml/auth_signup.xml:25 +#, python-format +msgid "Reset password" +msgstr "Passwort zurücksetzen" + +#. module: auth_signup +#: field:base.config.settings,auth_signup_template_user_id:0 +msgid "Template user for new users created through signup" +msgstr "Vorlage Benutzer für neu Benutzer" + +#. module: auth_signup +#: model:email.template,subject:auth_signup.reset_password_email +msgid "Password reset" +msgstr "Passwort zurücksetzen" + +#. module: auth_signup +#. openerp-web +#: code:addons/auth_signup/static/src/js/auth_signup.js:125 +#, python-format +msgid "Please enter a password and confirm it." +msgstr "Bitte ein Passwort eintragen und bestätigen" + +#. module: auth_signup +#: view:res.users:0 +msgid "Send an email to the user to (re)set their password." +msgstr "" +"Sende eine Mail an den Benutzer um das Passwort zu setzen oder zurückzusetzen" + +#. module: auth_signup +#. openerp-web +#: code:addons/auth_signup/static/src/xml/auth_signup.xml:23 +#, python-format +msgid "Sign Up" +msgstr "Anmelden" + +#. module: auth_signup +#: selection:res.users,state:0 +msgid "New" +msgstr "Neu" + +#. module: auth_signup +#: code:addons/auth_signup/res_users.py:258 +#, python-format +msgid "Mail sent to:" +msgstr "" + +#. module: auth_signup +#: field:res.users,state:0 +msgid "Status" +msgstr "Status" + +#. module: auth_signup +#: model:email.template,body_html:auth_signup.reset_password_email +msgid "" +"\n" +"

A password reset was requested for the OpenERP account linked to this " +"email.

\n" +"\n" +"

You may change your password by following this link.

\n" +"\n" +"

Note: If you do not expect this, you can safely ignore this email.

" +msgstr "" +"\n" +"

Ein ZurĂĽcksetzen des Passwortes fĂĽr diese EMail-Adresse wurde verlangt " +".

\n" +"\n" +"

Sie können das Passwort mit diesem Link zurücksetzen.

\n" +"\n" +"

Anmerkung: Wenn Sie dieses Mail nicht erwartet/beantragt habe, könne Sie " +"es einfach ignorieren

" + +#. module: auth_signup +#. openerp-web +#: code:addons/auth_signup/static/src/js/auth_signup.js:119 +#, python-format +msgid "Please enter a name." +msgstr "Bitte geben Sie einen Namen ein." + +#. module: auth_signup +#: model:ir.model,name:auth_signup.model_res_users +msgid "Users" +msgstr "Benutzer" + +#. module: auth_signup +#: field:res.partner,signup_url:0 +msgid "Signup URL" +msgstr "Registrierungs URL" + +#. module: auth_signup +#. openerp-web +#: code:addons/auth_signup/static/src/js/auth_signup.js:122 +#, python-format +msgid "Please enter a username." +msgstr "Bitte Benutzernamen eingeben." + +#. module: auth_signup +#: selection:res.users,state:0 +msgid "Active" +msgstr "Aktiv" + +#. module: auth_signup +#: code:addons/auth_signup/res_users.py:256 +#, python-format +msgid "" +"Cannot send email: no outgoing email server configured.\n" +"You can configure it under Settings/General Settings." +msgstr "" + +#. module: auth_signup +#. openerp-web +#: code:addons/auth_signup/static/src/xml/auth_signup.xml:12 +#, python-format +msgid "Username" +msgstr "Benutzername" + +#. module: auth_signup +#. openerp-web +#: code:addons/auth_signup/static/src/xml/auth_signup.xml:8 +#, python-format +msgid "Name" +msgstr "Name" + +#. module: auth_signup +#. openerp-web +#: code:addons/auth_signup/static/src/js/auth_signup.js:165 +#, python-format +msgid "Please enter a username or email address." +msgstr "Bitte Benutzername oder EMail Adresse eingeben" + +#. module: auth_signup +#: selection:res.users,state:0 +msgid "Resetting Password" +msgstr "Passwort zurücksetzen" + +#. module: auth_signup +#. openerp-web +#: code:addons/auth_signup/static/src/xml/auth_signup.xml:13 +#, python-format +msgid "Username (Email)" +msgstr "Benutzername (EMail)" + +#. module: auth_signup +#: field:res.partner,signup_expiration:0 +msgid "Signup Expiration" +msgstr "Ablauf der Registritung" + +#. module: auth_signup +#: help:base.config.settings,auth_signup_reset_password:0 +msgid "This allows users to trigger a password reset from the Login page." +msgstr "Dies erlaubt Benutzern ein Zurücksetzen des Passwortes zu verlangen." + +#. module: auth_signup +#. openerp-web +#: code:addons/auth_signup/static/src/xml/auth_signup.xml:21 +#, python-format +msgid "Log in" +msgstr "Login" + +#. module: auth_signup +#: field:res.partner,signup_valid:0 +msgid "Signup Token is Valid" +msgstr "Anmeldungs Token ist gültig" + +#. module: auth_signup +#. openerp-web +#: code:addons/auth_signup/static/src/js/auth_signup.js:116 +#: code:addons/auth_signup/static/src/js/auth_signup.js:119 +#: code:addons/auth_signup/static/src/js/auth_signup.js:122 +#: code:addons/auth_signup/static/src/js/auth_signup.js:125 +#: code:addons/auth_signup/static/src/js/auth_signup.js:128 +#: code:addons/auth_signup/static/src/js/auth_signup.js:162 +#: code:addons/auth_signup/static/src/js/auth_signup.js:165 +#, python-format +msgid "Login" +msgstr "Login" + +#. module: auth_signup +#. openerp-web +#: code:addons/auth_signup/static/src/js/auth_signup.js:99 +#, python-format +msgid "Invalid signup token" +msgstr "Anmeldungs Token ist ungültig" + +#. module: auth_signup +#. openerp-web +#: code:addons/auth_signup/static/src/js/auth_signup.js:128 +#, python-format +msgid "Passwords do not match; please retype them." +msgstr "Passworte stimmen nicht überein, bitte neu eingeben" + +#. module: auth_signup +#. openerp-web +#: code:addons/auth_signup/static/src/js/auth_signup.js:116 +#: code:addons/auth_signup/static/src/js/auth_signup.js:162 +#, python-format +msgid "No database selected !" +msgstr "Keine Datenbank ausgewählt-" + +#. module: auth_signup +#: view:res.users:0 +msgid "Reset Password" +msgstr "Passwort zurücksetzen" + +#. module: auth_signup +#: field:base.config.settings,auth_signup_reset_password:0 +msgid "Enable password reset from Login page" +msgstr "Erlaube Passwort zurücksetzen von der Login-Seite" + +#. module: auth_signup +#. openerp-web +#: code:addons/auth_signup/static/src/xml/auth_signup.xml:24 +#, python-format +msgid "Back to Login" +msgstr "Zurück zur Anmeldung" + +#. module: auth_signup +#. openerp-web +#: code:addons/auth_signup/static/src/xml/auth_signup.xml:22 +#, python-format +msgid "Sign up" +msgstr "Registrieren" + +#. module: auth_signup +#: model:ir.model,name:auth_signup.model_res_partner +msgid "Partner" +msgstr "Partner" + +#. module: auth_signup +#: field:res.partner,signup_token:0 +msgid "Signup Token" +msgstr "Anmelde Token" diff --git a/auth_signup/i18n/en_GB.po b/auth_signup/i18n/en_GB.po new file mode 100644 index 0000000..0d63d5b --- /dev/null +++ b/auth_signup/i18n/en_GB.po @@ -0,0 +1,277 @@ +# English (United Kingdom) translation for openobject-addons +# Copyright (c) 2013 Rosetta Contributors and Canonical Ltd 2013 +# This file is distributed under the same license as the openobject-addons package. +# FIRST AUTHOR , 2013. +# +msgid "" +msgstr "" +"Project-Id-Version: openobject-addons\n" +"Report-Msgid-Bugs-To: FULL NAME \n" +"POT-Creation-Date: 2012-12-21 17:05+0000\n" +"PO-Revision-Date: 2013-02-07 20:26+0000\n" +"Last-Translator: mrx5682 \n" +"Language-Team: English (United Kingdom) \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Launchpad-Export-Date: 2013-02-08 05:23+0000\n" +"X-Generator: Launchpad (build 16482)\n" + +#. module: auth_signup +#: field:res.partner,signup_type:0 +msgid "Signup Token Type" +msgstr "Signup Token Type" + +#. module: auth_signup +#: field:base.config.settings,auth_signup_uninvited:0 +msgid "Allow external users to sign up" +msgstr "Allow external users to sign up" + +#. module: auth_signup +#. openerp-web +#: code:addons/auth_signup/static/src/xml/auth_signup.xml:16 +#, python-format +msgid "Confirm Password" +msgstr "Confirm Password" + +#. module: auth_signup +#: help:base.config.settings,auth_signup_uninvited:0 +msgid "If unchecked, only invited users may sign up." +msgstr "If unchecked, only invited users may sign up." + +#. module: auth_signup +#: model:ir.model,name:auth_signup.model_base_config_settings +msgid "base.config.settings" +msgstr "base.config.settings" + +#. module: auth_signup +#: code:addons/auth_signup/res_users.py:252 +#, python-format +msgid "Cannot send email: user has no email address." +msgstr "Cannot send email: user has no email address." + +#. module: auth_signup +#. openerp-web +#: code:addons/auth_signup/static/src/xml/auth_signup.xml:25 +#, python-format +msgid "Reset password" +msgstr "Reset password" + +#. module: auth_signup +#: field:base.config.settings,auth_signup_template_user_id:0 +msgid "Template user for new users created through signup" +msgstr "Template user for new users created through signup" + +#. module: auth_signup +#: model:email.template,subject:auth_signup.reset_password_email +msgid "Password reset" +msgstr "Password reset" + +#. module: auth_signup +#. openerp-web +#: code:addons/auth_signup/static/src/js/auth_signup.js:125 +#, python-format +msgid "Please enter a password and confirm it." +msgstr "Please enter a password and confirm it." + +#. module: auth_signup +#: view:res.users:0 +msgid "Send an email to the user to (re)set their password." +msgstr "" + +#. module: auth_signup +#. openerp-web +#: code:addons/auth_signup/static/src/xml/auth_signup.xml:23 +#, python-format +msgid "Sign Up" +msgstr "" + +#. module: auth_signup +#: selection:res.users,state:0 +msgid "New" +msgstr "" + +#. module: auth_signup +#: code:addons/auth_signup/res_users.py:258 +#, python-format +msgid "Mail sent to:" +msgstr "" + +#. module: auth_signup +#: field:res.users,state:0 +msgid "Status" +msgstr "" + +#. module: auth_signup +#: model:email.template,body_html:auth_signup.reset_password_email +msgid "" +"\n" +"

A password reset was requested for the OpenERP account linked to this " +"email.

\n" +"\n" +"

You may change your password by following this link.

\n" +"\n" +"

Note: If you do not expect this, you can safely ignore this email.

" +msgstr "" + +#. module: auth_signup +#. openerp-web +#: code:addons/auth_signup/static/src/js/auth_signup.js:119 +#, python-format +msgid "Please enter a name." +msgstr "" + +#. module: auth_signup +#: model:ir.model,name:auth_signup.model_res_users +msgid "Users" +msgstr "" + +#. module: auth_signup +#: field:res.partner,signup_url:0 +msgid "Signup URL" +msgstr "" + +#. module: auth_signup +#. openerp-web +#: code:addons/auth_signup/static/src/js/auth_signup.js:122 +#, python-format +msgid "Please enter a username." +msgstr "" + +#. module: auth_signup +#: selection:res.users,state:0 +msgid "Active" +msgstr "" + +#. module: auth_signup +#: code:addons/auth_signup/res_users.py:256 +#, python-format +msgid "" +"Cannot send email: no outgoing email server configured.\n" +"You can configure it under Settings/General Settings." +msgstr "" + +#. module: auth_signup +#. openerp-web +#: code:addons/auth_signup/static/src/xml/auth_signup.xml:12 +#, python-format +msgid "Username" +msgstr "" + +#. module: auth_signup +#. openerp-web +#: code:addons/auth_signup/static/src/xml/auth_signup.xml:8 +#, python-format +msgid "Name" +msgstr "" + +#. module: auth_signup +#. openerp-web +#: code:addons/auth_signup/static/src/js/auth_signup.js:165 +#, python-format +msgid "Please enter a username or email address." +msgstr "" + +#. module: auth_signup +#: selection:res.users,state:0 +msgid "Resetting Password" +msgstr "" + +#. module: auth_signup +#. openerp-web +#: code:addons/auth_signup/static/src/xml/auth_signup.xml:13 +#, python-format +msgid "Username (Email)" +msgstr "" + +#. module: auth_signup +#: field:res.partner,signup_expiration:0 +msgid "Signup Expiration" +msgstr "" + +#. module: auth_signup +#: help:base.config.settings,auth_signup_reset_password:0 +msgid "This allows users to trigger a password reset from the Login page." +msgstr "" + +#. module: auth_signup +#. openerp-web +#: code:addons/auth_signup/static/src/xml/auth_signup.xml:21 +#, python-format +msgid "Log in" +msgstr "" + +#. module: auth_signup +#: field:res.partner,signup_valid:0 +msgid "Signup Token is Valid" +msgstr "" + +#. module: auth_signup +#. openerp-web +#: code:addons/auth_signup/static/src/js/auth_signup.js:116 +#: code:addons/auth_signup/static/src/js/auth_signup.js:119 +#: code:addons/auth_signup/static/src/js/auth_signup.js:122 +#: code:addons/auth_signup/static/src/js/auth_signup.js:125 +#: code:addons/auth_signup/static/src/js/auth_signup.js:128 +#: code:addons/auth_signup/static/src/js/auth_signup.js:162 +#: code:addons/auth_signup/static/src/js/auth_signup.js:165 +#, python-format +msgid "Login" +msgstr "" + +#. module: auth_signup +#. openerp-web +#: code:addons/auth_signup/static/src/js/auth_signup.js:99 +#, python-format +msgid "Invalid signup token" +msgstr "" + +#. module: auth_signup +#. openerp-web +#: code:addons/auth_signup/static/src/js/auth_signup.js:128 +#, python-format +msgid "Passwords do not match; please retype them." +msgstr "" + +#. module: auth_signup +#. openerp-web +#: code:addons/auth_signup/static/src/js/auth_signup.js:116 +#: code:addons/auth_signup/static/src/js/auth_signup.js:162 +#, python-format +msgid "No database selected !" +msgstr "" + +#. module: auth_signup +#: view:res.users:0 +msgid "Reset Password" +msgstr "" + +#. module: auth_signup +#: field:base.config.settings,auth_signup_reset_password:0 +msgid "Enable password reset from Login page" +msgstr "" + +#. module: auth_signup +#. openerp-web +#: code:addons/auth_signup/static/src/xml/auth_signup.xml:24 +#, python-format +msgid "Back to Login" +msgstr "" + +#. module: auth_signup +#. openerp-web +#: code:addons/auth_signup/static/src/xml/auth_signup.xml:22 +#, python-format +msgid "Sign up" +msgstr "" + +#. module: auth_signup +#: model:ir.model,name:auth_signup.model_res_partner +msgid "Partner" +msgstr "" + +#. module: auth_signup +#: field:res.partner,signup_token:0 +msgid "Signup Token" +msgstr "" diff --git a/auth_signup/i18n/es.po b/auth_signup/i18n/es.po new file mode 100644 index 0000000..0fab685 --- /dev/null +++ b/auth_signup/i18n/es.po @@ -0,0 +1,297 @@ +# Spanish translation for openobject-addons +# Copyright (c) 2012 Rosetta Contributors and Canonical Ltd 2012 +# This file is distributed under the same license as the openobject-addons package. +# FIRST AUTHOR , 2012. +# +msgid "" +msgstr "" +"Project-Id-Version: openobject-addons\n" +"Report-Msgid-Bugs-To: FULL NAME \n" +"POT-Creation-Date: 2012-12-21 17:05+0000\n" +"PO-Revision-Date: 2012-12-21 23:00+0000\n" +"Last-Translator: FULL NAME \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: 2013-01-18 06:35+0000\n" +"X-Generator: Launchpad (build 16430)\n" + +#. module: auth_signup +#: field:res.partner,signup_type:0 +msgid "Signup Token Type" +msgstr "Tipo de la palabra de ingreso" + +#. module: auth_signup +#: field:base.config.settings,auth_signup_uninvited:0 +msgid "Allow external users to sign up" +msgstr "Permitir ingresar a usuarios externos" + +#. module: auth_signup +#. openerp-web +#: code:addons/auth_signup/static/src/xml/auth_signup.xml:16 +#, python-format +msgid "Confirm Password" +msgstr "Confirmar contraseña" + +#. module: auth_signup +#: help:base.config.settings,auth_signup_uninvited:0 +msgid "If unchecked, only invited users may sign up." +msgstr "Si no está marcado, sólo los usuarios invitados pueden ingresar." + +#. module: auth_signup +#: model:ir.model,name:auth_signup.model_base_config_settings +msgid "base.config.settings" +msgstr "Parámetros de configuración base" + +#. module: auth_signup +#: code:addons/auth_signup/res_users.py:252 +#, python-format +msgid "Cannot send email: user has no email address." +msgstr "" +"No se puede enviar el correo eléctronico: el usuario no tiene dirección de " +"correo." + +#. module: auth_signup +#. openerp-web +#: code:addons/auth_signup/static/src/xml/auth_signup.xml:25 +#, python-format +msgid "Reset password" +msgstr "Restablecer contraseña" + +#. module: auth_signup +#: field:base.config.settings,auth_signup_template_user_id:0 +msgid "Template user for new users created through signup" +msgstr "" +"Plantilla de usuario para los nuevos usuarios creados a través del ingreso" + +#. module: auth_signup +#: model:email.template,subject:auth_signup.reset_password_email +msgid "Password reset" +msgstr "Restablecer contraseña" + +#. module: auth_signup +#. openerp-web +#: code:addons/auth_signup/static/src/js/auth_signup.js:125 +#, python-format +msgid "Please enter a password and confirm it." +msgstr "Por favor introduzca una contraseña y confírmela." + +#. module: auth_signup +#: view:res.users:0 +msgid "Send an email to the user to (re)set their password." +msgstr "Enviar un correo al usuario para restablecer su contraseña." + +#. module: auth_signup +#. openerp-web +#: code:addons/auth_signup/static/src/xml/auth_signup.xml:23 +#, python-format +msgid "Sign Up" +msgstr "Registro" + +#. module: auth_signup +#: selection:res.users,state:0 +msgid "New" +msgstr "Nuevo" + +#. module: auth_signup +#: code:addons/auth_signup/res_users.py:258 +#, python-format +msgid "Mail sent to:" +msgstr "Correo enviado a:" + +#. module: auth_signup +#: field:res.users,state:0 +msgid "Status" +msgstr "Estado" + +#. module: auth_signup +#: model:email.template,body_html:auth_signup.reset_password_email +msgid "" +"\n" +"

A password reset was requested for the OpenERP account linked to this " +"email.

\n" +"\n" +"

You may change your password by following this link.

\n" +"\n" +"

Note: If you do not expect this, you can safely ignore this email.

" +msgstr "" +"\n" +"

Se ha requerido un cambio de contraseña dese la cuenta de OpenERP " +"asociada con este correo eléctronico.

\n" +"\n" +"

Debería cambiar su contraseña siguiendo el siguiente enlace.

\n" +"\n" +"

Nota: Si no espera estaba notificaciĂłn, puede ignorarla de forma " +"segura.

" + +#. module: auth_signup +#. openerp-web +#: code:addons/auth_signup/static/src/js/auth_signup.js:119 +#, python-format +msgid "Please enter a name." +msgstr "Por favor, introduzca un nombre." + +#. module: auth_signup +#: model:ir.model,name:auth_signup.model_res_users +msgid "Users" +msgstr "Usuarios" + +#. module: auth_signup +#: field:res.partner,signup_url:0 +msgid "Signup URL" +msgstr "URL de ingreso" + +#. module: auth_signup +#. openerp-web +#: code:addons/auth_signup/static/src/js/auth_signup.js:122 +#, python-format +msgid "Please enter a username." +msgstr "Por favor, introduzca un nombre de usuario." + +#. module: auth_signup +#: selection:res.users,state:0 +msgid "Active" +msgstr "Activo" + +#. module: auth_signup +#: code:addons/auth_signup/res_users.py:256 +#, python-format +msgid "" +"Cannot send email: no outgoing email server configured.\n" +"You can configure it under Settings/General Settings." +msgstr "" +"No se puede enviar el correo electrónico: no se ha configurado servidor de " +"correo saliente.\n" +"Puede configurarlo en Configuración / Configuración general." + +#. module: auth_signup +#. openerp-web +#: code:addons/auth_signup/static/src/xml/auth_signup.xml:12 +#, python-format +msgid "Username" +msgstr "Nombre de usuario" + +#. module: auth_signup +#. openerp-web +#: code:addons/auth_signup/static/src/xml/auth_signup.xml:8 +#, python-format +msgid "Name" +msgstr "Nombre" + +#. module: auth_signup +#. openerp-web +#: code:addons/auth_signup/static/src/js/auth_signup.js:165 +#, python-format +msgid "Please enter a username or email address." +msgstr "" +"Por favor introduzca un nombre de usuario o dirección de correo electrónico." + +#. module: auth_signup +#: selection:res.users,state:0 +msgid "Resetting Password" +msgstr "Restableciendo la contraseña" + +#. module: auth_signup +#. openerp-web +#: code:addons/auth_signup/static/src/xml/auth_signup.xml:13 +#, python-format +msgid "Username (Email)" +msgstr "Nombre de usuario (dirección de correo electrónico)" + +#. module: auth_signup +#: field:res.partner,signup_expiration:0 +msgid "Signup Expiration" +msgstr "Expiración del ingreso" + +#. module: auth_signup +#: help:base.config.settings,auth_signup_reset_password:0 +msgid "This allows users to trigger a password reset from the Login page." +msgstr "" +"Esto permite a los usuarios lanzar un restablecimiento de la contraseña " +"desde la página de inicio de sesión." + +#. module: auth_signup +#. openerp-web +#: code:addons/auth_signup/static/src/xml/auth_signup.xml:21 +#, python-format +msgid "Log in" +msgstr "Iniciar sesión" + +#. module: auth_signup +#: field:res.partner,signup_valid:0 +msgid "Signup Token is Valid" +msgstr "La palabra de ingreso es válida" + +#. module: auth_signup +#. openerp-web +#: code:addons/auth_signup/static/src/js/auth_signup.js:116 +#: code:addons/auth_signup/static/src/js/auth_signup.js:119 +#: code:addons/auth_signup/static/src/js/auth_signup.js:122 +#: code:addons/auth_signup/static/src/js/auth_signup.js:125 +#: code:addons/auth_signup/static/src/js/auth_signup.js:128 +#: code:addons/auth_signup/static/src/js/auth_signup.js:162 +#: code:addons/auth_signup/static/src/js/auth_signup.js:165 +#, python-format +msgid "Login" +msgstr "Inicio de sesión" + +#. module: auth_signup +#. openerp-web +#: code:addons/auth_signup/static/src/js/auth_signup.js:99 +#, python-format +msgid "Invalid signup token" +msgstr "Palabra de ingreso no válida" + +#. module: auth_signup +#. openerp-web +#: code:addons/auth_signup/static/src/js/auth_signup.js:128 +#, python-format +msgid "Passwords do not match; please retype them." +msgstr "Las contraseñas no coinciden. Por favor vuelva a teclearlas." + +#. module: auth_signup +#. openerp-web +#: code:addons/auth_signup/static/src/js/auth_signup.js:116 +#: code:addons/auth_signup/static/src/js/auth_signup.js:162 +#, python-format +msgid "No database selected !" +msgstr "¡No se ha seleccionado ninguna base de datos!" + +#. module: auth_signup +#: view:res.users:0 +msgid "Reset Password" +msgstr "Restablecer contraseña" + +#. module: auth_signup +#: field:base.config.settings,auth_signup_reset_password:0 +msgid "Enable password reset from Login page" +msgstr "" +"Habilitar restablecimiento de la contraseña desde la página de inicio de " +"sesión" + +#. module: auth_signup +#. openerp-web +#: code:addons/auth_signup/static/src/xml/auth_signup.xml:24 +#, python-format +msgid "Back to Login" +msgstr "Volver al Inicio de sesión" + +#. module: auth_signup +#. openerp-web +#: code:addons/auth_signup/static/src/xml/auth_signup.xml:22 +#, python-format +msgid "Sign up" +msgstr "Registrarse" + +#. module: auth_signup +#: model:ir.model,name:auth_signup.model_res_partner +msgid "Partner" +msgstr "Empresa" + +#. module: auth_signup +#: field:res.partner,signup_token:0 +msgid "Signup Token" +msgstr "Palabra de ingreso" diff --git a/auth_signup/i18n/fr.po b/auth_signup/i18n/fr.po new file mode 100644 index 0000000..f3a440c --- /dev/null +++ b/auth_signup/i18n/fr.po @@ -0,0 +1,297 @@ +# French translation for openobject-addons +# Copyright (c) 2012 Rosetta Contributors and Canonical Ltd 2012 +# This file is distributed under the same license as the openobject-addons package. +# FIRST AUTHOR , 2012. +# +msgid "" +msgstr "" +"Project-Id-Version: openobject-addons\n" +"Report-Msgid-Bugs-To: FULL NAME \n" +"POT-Creation-Date: 2012-12-21 17:05+0000\n" +"PO-Revision-Date: 2013-01-07 10:29+0000\n" +"Last-Translator: Numérigraphe \n" +"Language-Team: French \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Launchpad-Export-Date: 2013-01-18 06:35+0000\n" +"X-Generator: Launchpad (build 16430)\n" + +#. module: auth_signup +#: field:res.partner,signup_type:0 +msgid "Signup Token Type" +msgstr "Type de jeton de connexion" + +#. module: auth_signup +#: field:base.config.settings,auth_signup_uninvited:0 +msgid "Allow external users to sign up" +msgstr "Autorise les utilisateurs externes à se connecter" + +#. module: auth_signup +#. openerp-web +#: code:addons/auth_signup/static/src/xml/auth_signup.xml:16 +#, python-format +msgid "Confirm Password" +msgstr "Confirmez le mot de passe" + +#. module: auth_signup +#: help:base.config.settings,auth_signup_uninvited:0 +msgid "If unchecked, only invited users may sign up." +msgstr "" +"Si la case est décochée, seules les utilisateurs invités pourront se " +"connecter." + +#. module: auth_signup +#: model:ir.model,name:auth_signup.model_base_config_settings +msgid "base.config.settings" +msgstr "base.config.settings" + +#. module: auth_signup +#: code:addons/auth_signup/res_users.py:252 +#, python-format +msgid "Cannot send email: user has no email address." +msgstr "" +"Impossible d'envoyer l'e-mail : l'utilisateur n'a pas d'adresse e-mail." + +#. module: auth_signup +#. openerp-web +#: code:addons/auth_signup/static/src/xml/auth_signup.xml:25 +#, python-format +msgid "Reset password" +msgstr "Réinitialiser le mot de passe" + +#. module: auth_signup +#: field:base.config.settings,auth_signup_template_user_id:0 +msgid "Template user for new users created through signup" +msgstr "" +"Utilisateur modèle pour les nouveaux utilisateurs créés à travers signup" + +#. module: auth_signup +#: model:email.template,subject:auth_signup.reset_password_email +msgid "Password reset" +msgstr "Réinitialisation du mot de passe" + +#. module: auth_signup +#. openerp-web +#: code:addons/auth_signup/static/src/js/auth_signup.js:125 +#, python-format +msgid "Please enter a password and confirm it." +msgstr "Veuillez entrer un mot de passe et le confirmer" + +#. module: auth_signup +#: view:res.users:0 +msgid "Send an email to the user to (re)set their password." +msgstr "" +"Envoyer un e-mail à l'utilisateurs pour (ré-)initialiser son mot de passe." + +#. module: auth_signup +#. openerp-web +#: code:addons/auth_signup/static/src/xml/auth_signup.xml:23 +#, python-format +msgid "Sign Up" +msgstr "S'inscrire" + +#. module: auth_signup +#: selection:res.users,state:0 +msgid "New" +msgstr "Nouveau" + +#. module: auth_signup +#: code:addons/auth_signup/res_users.py:258 +#, python-format +msgid "Mail sent to:" +msgstr "Courriel envoyé à :" + +#. module: auth_signup +#: field:res.users,state:0 +msgid "Status" +msgstr "Statut" + +#. module: auth_signup +#: model:email.template,body_html:auth_signup.reset_password_email +msgid "" +"\n" +"

A password reset was requested for the OpenERP account linked to this " +"email.

\n" +"\n" +"

You may change your password by following this link.

\n" +"\n" +"

Note: If you do not expect this, you can safely ignore this email.

" +msgstr "" +"\n" +"

Une demande de ré-initialisation de mot de passe sur le compte OpenERP " +"associé à cet email.

\n" +"\n" +"

Vous pouvez changer votre mot de passe en utilisant ce lien.

\n" +"\n" +"

Note: vous pouvez ignorer ce mail si vous ne souhaitez pas changer votre " +"mot de passe.

" + +#. module: auth_signup +#. openerp-web +#: code:addons/auth_signup/static/src/js/auth_signup.js:119 +#, python-format +msgid "Please enter a name." +msgstr "Veuillez entrer un nom." + +#. module: auth_signup +#: model:ir.model,name:auth_signup.model_res_users +msgid "Users" +msgstr "Utilisateurs" + +#. module: auth_signup +#: field:res.partner,signup_url:0 +msgid "Signup URL" +msgstr "Url d'authentification" + +#. module: auth_signup +#. openerp-web +#: code:addons/auth_signup/static/src/js/auth_signup.js:122 +#, python-format +msgid "Please enter a username." +msgstr "Merci de saisir votre nom d'utilisateur" + +#. module: auth_signup +#: selection:res.users,state:0 +msgid "Active" +msgstr "Activer" + +#. module: auth_signup +#: code:addons/auth_signup/res_users.py:256 +#, python-format +msgid "" +"Cannot send email: no outgoing email server configured.\n" +"You can configure it under Settings/General Settings." +msgstr "" +"Impossible d'envoyer des courriels : aucun serveur de courriel sortant n'est " +"configuré.\n" +"Vous pouvez le configurer dans : Configuration/Paramètres généraux." + +#. module: auth_signup +#. openerp-web +#: code:addons/auth_signup/static/src/xml/auth_signup.xml:12 +#, python-format +msgid "Username" +msgstr "Nom d'utilisateur" + +#. module: auth_signup +#. openerp-web +#: code:addons/auth_signup/static/src/xml/auth_signup.xml:8 +#, python-format +msgid "Name" +msgstr "Nom" + +#. module: auth_signup +#. openerp-web +#: code:addons/auth_signup/static/src/js/auth_signup.js:165 +#, python-format +msgid "Please enter a username or email address." +msgstr "Merci de saisir votre nom d'utilisateur ou une adresse email" + +#. module: auth_signup +#: selection:res.users,state:0 +msgid "Resetting Password" +msgstr "Réinitialiser le mot de passe" + +#. module: auth_signup +#. openerp-web +#: code:addons/auth_signup/static/src/xml/auth_signup.xml:13 +#, python-format +msgid "Username (Email)" +msgstr "Utilisateur (Email)" + +#. module: auth_signup +#: field:res.partner,signup_expiration:0 +msgid "Signup Expiration" +msgstr "Expiration de la session de connexion" + +#. module: auth_signup +#: help:base.config.settings,auth_signup_reset_password:0 +msgid "This allows users to trigger a password reset from the Login page." +msgstr "" +"Permet à l'utilisateur de demander un changement de mot de passe depuis la " +"page d'identification." + +#. module: auth_signup +#. openerp-web +#: code:addons/auth_signup/static/src/xml/auth_signup.xml:21 +#, python-format +msgid "Log in" +msgstr "Ouverture de session" + +#. module: auth_signup +#: field:res.partner,signup_valid:0 +msgid "Signup Token is Valid" +msgstr "La session d'authentification est valide" + +#. module: auth_signup +#. openerp-web +#: code:addons/auth_signup/static/src/js/auth_signup.js:116 +#: code:addons/auth_signup/static/src/js/auth_signup.js:119 +#: code:addons/auth_signup/static/src/js/auth_signup.js:122 +#: code:addons/auth_signup/static/src/js/auth_signup.js:125 +#: code:addons/auth_signup/static/src/js/auth_signup.js:128 +#: code:addons/auth_signup/static/src/js/auth_signup.js:162 +#: code:addons/auth_signup/static/src/js/auth_signup.js:165 +#, python-format +msgid "Login" +msgstr "Identifiant" + +#. module: auth_signup +#. openerp-web +#: code:addons/auth_signup/static/src/js/auth_signup.js:99 +#, python-format +msgid "Invalid signup token" +msgstr "La session d'authentification est invalide" + +#. module: auth_signup +#. openerp-web +#: code:addons/auth_signup/static/src/js/auth_signup.js:128 +#, python-format +msgid "Passwords do not match; please retype them." +msgstr "Les mot des passes ne correspondent pas; merci de les resaisir." + +#. module: auth_signup +#. openerp-web +#: code:addons/auth_signup/static/src/js/auth_signup.js:116 +#: code:addons/auth_signup/static/src/js/auth_signup.js:162 +#, python-format +msgid "No database selected !" +msgstr "Aucune base de données sélectionnée !" + +#. module: auth_signup +#: view:res.users:0 +msgid "Reset Password" +msgstr "Réinitialiser le mot de passe" + +#. module: auth_signup +#: field:base.config.settings,auth_signup_reset_password:0 +msgid "Enable password reset from Login page" +msgstr "" +"Permettre la réinitialisation du mot de passe depuis la page de connexion" + +#. module: auth_signup +#. openerp-web +#: code:addons/auth_signup/static/src/xml/auth_signup.xml:24 +#, python-format +msgid "Back to Login" +msgstr "Retour à la fenêtre de connexion" + +#. module: auth_signup +#. openerp-web +#: code:addons/auth_signup/static/src/xml/auth_signup.xml:22 +#, python-format +msgid "Sign up" +msgstr "S'enregistrer" + +#. module: auth_signup +#: model:ir.model,name:auth_signup.model_res_partner +msgid "Partner" +msgstr "Partenaire" + +#. module: auth_signup +#: field:res.partner,signup_token:0 +msgid "Signup Token" +msgstr "Session de connexion" diff --git a/auth_signup/i18n/hr.po b/auth_signup/i18n/hr.po new file mode 100644 index 0000000..c9c9783 --- /dev/null +++ b/auth_signup/i18n/hr.po @@ -0,0 +1,277 @@ +# Croatian translation for openobject-addons +# Copyright (c) 2012 Rosetta Contributors and Canonical Ltd 2012 +# This file is distributed under the same license as the openobject-addons package. +# FIRST AUTHOR , 2012. +# +msgid "" +msgstr "" +"Project-Id-Version: openobject-addons\n" +"Report-Msgid-Bugs-To: FULL NAME \n" +"POT-Creation-Date: 2012-12-21 17:05+0000\n" +"PO-Revision-Date: 2012-12-21 23:00+0000\n" +"Last-Translator: FULL NAME \n" +"Language-Team: Croatian \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Launchpad-Export-Date: 2013-01-18 06:35+0000\n" +"X-Generator: Launchpad (build 16430)\n" + +#. module: auth_signup +#: field:res.partner,signup_type:0 +msgid "Signup Token Type" +msgstr "" + +#. module: auth_signup +#: field:base.config.settings,auth_signup_uninvited:0 +msgid "Allow external users to sign up" +msgstr "Dozvoli prijavu eksternim korisnicima" + +#. module: auth_signup +#. openerp-web +#: code:addons/auth_signup/static/src/xml/auth_signup.xml:16 +#, python-format +msgid "Confirm Password" +msgstr "Potvrdi lozinku" + +#. module: auth_signup +#: help:base.config.settings,auth_signup_uninvited:0 +msgid "If unchecked, only invited users may sign up." +msgstr "Dozvoli prijavu svima ili samo pozvanim korisnicima" + +#. module: auth_signup +#: model:ir.model,name:auth_signup.model_base_config_settings +msgid "base.config.settings" +msgstr "" + +#. module: auth_signup +#: code:addons/auth_signup/res_users.py:252 +#, python-format +msgid "Cannot send email: user has no email address." +msgstr "Korisnik nema e-mail adresu." + +#. module: auth_signup +#. openerp-web +#: code:addons/auth_signup/static/src/xml/auth_signup.xml:25 +#, python-format +msgid "Reset password" +msgstr "Resetiraj lozinku" + +#. module: auth_signup +#: field:base.config.settings,auth_signup_template_user_id:0 +msgid "Template user for new users created through signup" +msgstr "Korisnik predložak za sve korisnike kreirane prijavom." + +#. module: auth_signup +#: model:email.template,subject:auth_signup.reset_password_email +msgid "Password reset" +msgstr "Promjena lozinke" + +#. module: auth_signup +#. openerp-web +#: code:addons/auth_signup/static/src/js/auth_signup.js:125 +#, python-format +msgid "Please enter a password and confirm it." +msgstr "Molim upišite lozinku i potvrdu." + +#. module: auth_signup +#: view:res.users:0 +msgid "Send an email to the user to (re)set their password." +msgstr "" + +#. module: auth_signup +#. openerp-web +#: code:addons/auth_signup/static/src/xml/auth_signup.xml:23 +#, python-format +msgid "Sign Up" +msgstr "" + +#. module: auth_signup +#: selection:res.users,state:0 +msgid "New" +msgstr "Nova(i)" + +#. module: auth_signup +#: code:addons/auth_signup/res_users.py:258 +#, python-format +msgid "Mail sent to:" +msgstr "" + +#. module: auth_signup +#: field:res.users,state:0 +msgid "Status" +msgstr "Status" + +#. module: auth_signup +#: model:email.template,body_html:auth_signup.reset_password_email +msgid "" +"\n" +"

A password reset was requested for the OpenERP account linked to this " +"email.

\n" +"\n" +"

You may change your password by following this link.

\n" +"\n" +"

Note: If you do not expect this, you can safely ignore this email.

" +msgstr "" + +#. module: auth_signup +#. openerp-web +#: code:addons/auth_signup/static/src/js/auth_signup.js:119 +#, python-format +msgid "Please enter a name." +msgstr "Unesite ime" + +#. module: auth_signup +#: model:ir.model,name:auth_signup.model_res_users +msgid "Users" +msgstr "Korisnici" + +#. module: auth_signup +#: field:res.partner,signup_url:0 +msgid "Signup URL" +msgstr "" + +#. module: auth_signup +#. openerp-web +#: code:addons/auth_signup/static/src/js/auth_signup.js:122 +#, python-format +msgid "Please enter a username." +msgstr "Upišite korisničko ime" + +#. module: auth_signup +#: selection:res.users,state:0 +msgid "Active" +msgstr "Aktivan" + +#. module: auth_signup +#: code:addons/auth_signup/res_users.py:256 +#, python-format +msgid "" +"Cannot send email: no outgoing email server configured.\n" +"You can configure it under Settings/General Settings." +msgstr "" + +#. module: auth_signup +#. openerp-web +#: code:addons/auth_signup/static/src/xml/auth_signup.xml:12 +#, python-format +msgid "Username" +msgstr "Korisničko ime" + +#. module: auth_signup +#. openerp-web +#: code:addons/auth_signup/static/src/xml/auth_signup.xml:8 +#, python-format +msgid "Name" +msgstr "Naziv" + +#. module: auth_signup +#. openerp-web +#: code:addons/auth_signup/static/src/js/auth_signup.js:165 +#, python-format +msgid "Please enter a username or email address." +msgstr "Upišite korisničko ime ili email adresu." + +#. module: auth_signup +#: selection:res.users,state:0 +msgid "Resetting Password" +msgstr "Promjena lozinke" + +#. module: auth_signup +#. openerp-web +#: code:addons/auth_signup/static/src/xml/auth_signup.xml:13 +#, python-format +msgid "Username (Email)" +msgstr "Korisničko ime (e-mail)" + +#. module: auth_signup +#: field:res.partner,signup_expiration:0 +msgid "Signup Expiration" +msgstr "" + +#. module: auth_signup +#: help:base.config.settings,auth_signup_reset_password:0 +msgid "This allows users to trigger a password reset from the Login page." +msgstr "" + +#. module: auth_signup +#. openerp-web +#: code:addons/auth_signup/static/src/xml/auth_signup.xml:21 +#, python-format +msgid "Log in" +msgstr "Prijava" + +#. module: auth_signup +#: field:res.partner,signup_valid:0 +msgid "Signup Token is Valid" +msgstr "Token prijave je ispravan" + +#. module: auth_signup +#. openerp-web +#: code:addons/auth_signup/static/src/js/auth_signup.js:116 +#: code:addons/auth_signup/static/src/js/auth_signup.js:119 +#: code:addons/auth_signup/static/src/js/auth_signup.js:122 +#: code:addons/auth_signup/static/src/js/auth_signup.js:125 +#: code:addons/auth_signup/static/src/js/auth_signup.js:128 +#: code:addons/auth_signup/static/src/js/auth_signup.js:162 +#: code:addons/auth_signup/static/src/js/auth_signup.js:165 +#, python-format +msgid "Login" +msgstr "Prijava" + +#. module: auth_signup +#. openerp-web +#: code:addons/auth_signup/static/src/js/auth_signup.js:99 +#, python-format +msgid "Invalid signup token" +msgstr "" + +#. module: auth_signup +#. openerp-web +#: code:addons/auth_signup/static/src/js/auth_signup.js:128 +#, python-format +msgid "Passwords do not match; please retype them." +msgstr "Lozinke nisu iste, pokušajte ponovo." + +#. module: auth_signup +#. openerp-web +#: code:addons/auth_signup/static/src/js/auth_signup.js:116 +#: code:addons/auth_signup/static/src/js/auth_signup.js:162 +#, python-format +msgid "No database selected !" +msgstr "Nije odabrana baza podataka" + +#. module: auth_signup +#: view:res.users:0 +msgid "Reset Password" +msgstr "Promijeni lozinku" + +#. module: auth_signup +#: field:base.config.settings,auth_signup_reset_password:0 +msgid "Enable password reset from Login page" +msgstr "Omogući promjenu lozinke na stranici prijave" + +#. module: auth_signup +#. openerp-web +#: code:addons/auth_signup/static/src/xml/auth_signup.xml:24 +#, python-format +msgid "Back to Login" +msgstr "Nazad na prijavu" + +#. module: auth_signup +#. openerp-web +#: code:addons/auth_signup/static/src/xml/auth_signup.xml:22 +#, python-format +msgid "Sign up" +msgstr "Prijava" + +#. module: auth_signup +#: model:ir.model,name:auth_signup.model_res_partner +msgid "Partner" +msgstr "Partner" + +#. module: auth_signup +#: field:res.partner,signup_token:0 +msgid "Signup Token" +msgstr "Token prijave" diff --git a/auth_signup/i18n/hu.po b/auth_signup/i18n/hu.po new file mode 100644 index 0000000..6e9ccb3 --- /dev/null +++ b/auth_signup/i18n/hu.po @@ -0,0 +1,277 @@ +# Hungarian translation for openobject-addons +# Copyright (c) 2013 Rosetta Contributors and Canonical Ltd 2013 +# This file is distributed under the same license as the openobject-addons package. +# FIRST AUTHOR , 2013. +# +msgid "" +msgstr "" +"Project-Id-Version: openobject-addons\n" +"Report-Msgid-Bugs-To: FULL NAME \n" +"POT-Creation-Date: 2012-12-21 17:05+0000\n" +"PO-Revision-Date: 2013-01-11 17:44+0000\n" +"Last-Translator: Balint (eSolve) \n" +"Language-Team: Hungarian \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Launchpad-Export-Date: 2013-01-18 06:35+0000\n" +"X-Generator: Launchpad (build 16430)\n" + +#. module: auth_signup +#: field:res.partner,signup_type:0 +msgid "Signup Token Type" +msgstr "" + +#. module: auth_signup +#: field:base.config.settings,auth_signup_uninvited:0 +msgid "Allow external users to sign up" +msgstr "" + +#. module: auth_signup +#. openerp-web +#: code:addons/auth_signup/static/src/xml/auth_signup.xml:16 +#, python-format +msgid "Confirm Password" +msgstr "Jelszó megerõsítése" + +#. module: auth_signup +#: help:base.config.settings,auth_signup_uninvited:0 +msgid "If unchecked, only invited users may sign up." +msgstr "" + +#. module: auth_signup +#: model:ir.model,name:auth_signup.model_base_config_settings +msgid "base.config.settings" +msgstr "" + +#. module: auth_signup +#: code:addons/auth_signup/res_users.py:252 +#, python-format +msgid "Cannot send email: user has no email address." +msgstr "" + +#. module: auth_signup +#. openerp-web +#: code:addons/auth_signup/static/src/xml/auth_signup.xml:25 +#, python-format +msgid "Reset password" +msgstr "Jelszó visszaállítása" + +#. module: auth_signup +#: field:base.config.settings,auth_signup_template_user_id:0 +msgid "Template user for new users created through signup" +msgstr "" + +#. module: auth_signup +#: model:email.template,subject:auth_signup.reset_password_email +msgid "Password reset" +msgstr "Jelszó visszaállítás" + +#. module: auth_signup +#. openerp-web +#: code:addons/auth_signup/static/src/js/auth_signup.js:125 +#, python-format +msgid "Please enter a password and confirm it." +msgstr "Kérem adjon meg egy jelszót és erősítse meg." + +#. module: auth_signup +#: view:res.users:0 +msgid "Send an email to the user to (re)set their password." +msgstr "" + +#. module: auth_signup +#. openerp-web +#: code:addons/auth_signup/static/src/xml/auth_signup.xml:23 +#, python-format +msgid "Sign Up" +msgstr "Regisztrál" + +#. module: auth_signup +#: selection:res.users,state:0 +msgid "New" +msgstr "Új" + +#. module: auth_signup +#: code:addons/auth_signup/res_users.py:258 +#, python-format +msgid "Mail sent to:" +msgstr "" + +#. module: auth_signup +#: field:res.users,state:0 +msgid "Status" +msgstr "" + +#. module: auth_signup +#: model:email.template,body_html:auth_signup.reset_password_email +msgid "" +"\n" +"

A password reset was requested for the OpenERP account linked to this " +"email.

\n" +"\n" +"

You may change your password by following this link.

\n" +"\n" +"

Note: If you do not expect this, you can safely ignore this email.

" +msgstr "" + +#. module: auth_signup +#. openerp-web +#: code:addons/auth_signup/static/src/js/auth_signup.js:119 +#, python-format +msgid "Please enter a name." +msgstr "Kérem adjon meg egy nevet." + +#. module: auth_signup +#: model:ir.model,name:auth_signup.model_res_users +msgid "Users" +msgstr "Felhasználók" + +#. module: auth_signup +#: field:res.partner,signup_url:0 +msgid "Signup URL" +msgstr "" + +#. module: auth_signup +#. openerp-web +#: code:addons/auth_signup/static/src/js/auth_signup.js:122 +#, python-format +msgid "Please enter a username." +msgstr "" + +#. module: auth_signup +#: selection:res.users,state:0 +msgid "Active" +msgstr "Aktív" + +#. module: auth_signup +#: code:addons/auth_signup/res_users.py:256 +#, python-format +msgid "" +"Cannot send email: no outgoing email server configured.\n" +"You can configure it under Settings/General Settings." +msgstr "" + +#. module: auth_signup +#. openerp-web +#: code:addons/auth_signup/static/src/xml/auth_signup.xml:12 +#, python-format +msgid "Username" +msgstr "Felhasználónév" + +#. module: auth_signup +#. openerp-web +#: code:addons/auth_signup/static/src/xml/auth_signup.xml:8 +#, python-format +msgid "Name" +msgstr "Név" + +#. module: auth_signup +#. openerp-web +#: code:addons/auth_signup/static/src/js/auth_signup.js:165 +#, python-format +msgid "Please enter a username or email address." +msgstr "" + +#. module: auth_signup +#: selection:res.users,state:0 +msgid "Resetting Password" +msgstr "Jelszó visszaállítás" + +#. module: auth_signup +#. openerp-web +#: code:addons/auth_signup/static/src/xml/auth_signup.xml:13 +#, python-format +msgid "Username (Email)" +msgstr "Felhasználónév (Email)" + +#. module: auth_signup +#: field:res.partner,signup_expiration:0 +msgid "Signup Expiration" +msgstr "" + +#. module: auth_signup +#: help:base.config.settings,auth_signup_reset_password:0 +msgid "This allows users to trigger a password reset from the Login page." +msgstr "" + +#. module: auth_signup +#. openerp-web +#: code:addons/auth_signup/static/src/xml/auth_signup.xml:21 +#, python-format +msgid "Log in" +msgstr "Bejelentkezés" + +#. module: auth_signup +#: field:res.partner,signup_valid:0 +msgid "Signup Token is Valid" +msgstr "Regisztrációs token érvényes" + +#. module: auth_signup +#. openerp-web +#: code:addons/auth_signup/static/src/js/auth_signup.js:116 +#: code:addons/auth_signup/static/src/js/auth_signup.js:119 +#: code:addons/auth_signup/static/src/js/auth_signup.js:122 +#: code:addons/auth_signup/static/src/js/auth_signup.js:125 +#: code:addons/auth_signup/static/src/js/auth_signup.js:128 +#: code:addons/auth_signup/static/src/js/auth_signup.js:162 +#: code:addons/auth_signup/static/src/js/auth_signup.js:165 +#, python-format +msgid "Login" +msgstr "Bejelentkezés" + +#. module: auth_signup +#. openerp-web +#: code:addons/auth_signup/static/src/js/auth_signup.js:99 +#, python-format +msgid "Invalid signup token" +msgstr "Érvénytelen regisztrációs token" + +#. module: auth_signup +#. openerp-web +#: code:addons/auth_signup/static/src/js/auth_signup.js:128 +#, python-format +msgid "Passwords do not match; please retype them." +msgstr "A jelszavak nem egyeznek, kérem ismételje meg." + +#. module: auth_signup +#. openerp-web +#: code:addons/auth_signup/static/src/js/auth_signup.js:116 +#: code:addons/auth_signup/static/src/js/auth_signup.js:162 +#, python-format +msgid "No database selected !" +msgstr "Nincs kiválasztott adatbázis!" + +#. module: auth_signup +#: view:res.users:0 +msgid "Reset Password" +msgstr "" + +#. module: auth_signup +#: field:base.config.settings,auth_signup_reset_password:0 +msgid "Enable password reset from Login page" +msgstr "" + +#. module: auth_signup +#. openerp-web +#: code:addons/auth_signup/static/src/xml/auth_signup.xml:24 +#, python-format +msgid "Back to Login" +msgstr "Vissza a bejelentkezéshez" + +#. module: auth_signup +#. openerp-web +#: code:addons/auth_signup/static/src/xml/auth_signup.xml:22 +#, python-format +msgid "Sign up" +msgstr "Regisztrál" + +#. module: auth_signup +#: model:ir.model,name:auth_signup.model_res_partner +msgid "Partner" +msgstr "Partner" + +#. module: auth_signup +#: field:res.partner,signup_token:0 +msgid "Signup Token" +msgstr "Regisztrációs token" diff --git a/auth_signup/i18n/it.po b/auth_signup/i18n/it.po new file mode 100644 index 0000000..a2dc0d1 --- /dev/null +++ b/auth_signup/i18n/it.po @@ -0,0 +1,292 @@ +# Italian translation for openobject-addons +# Copyright (c) 2012 Rosetta Contributors and Canonical Ltd 2012 +# This file is distributed under the same license as the openobject-addons package. +# FIRST AUTHOR , 2012. +# +msgid "" +msgstr "" +"Project-Id-Version: openobject-addons\n" +"Report-Msgid-Bugs-To: FULL NAME \n" +"POT-Creation-Date: 2012-12-21 17:05+0000\n" +"PO-Revision-Date: 2012-12-24 20:15+0000\n" +"Last-Translator: Davide Corio - agilebg.com \n" +"Language-Team: Italian \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Launchpad-Export-Date: 2013-01-18 06:35+0000\n" +"X-Generator: Launchpad (build 16430)\n" + +#. module: auth_signup +#: field:res.partner,signup_type:0 +msgid "Signup Token Type" +msgstr "Tipo tocken registrazione" + +#. module: auth_signup +#: field:base.config.settings,auth_signup_uninvited:0 +msgid "Allow external users to sign up" +msgstr "Permetti a utenti esterni di autenticarsi" + +#. module: auth_signup +#. openerp-web +#: code:addons/auth_signup/static/src/xml/auth_signup.xml:16 +#, python-format +msgid "Confirm Password" +msgstr "Conferma Password" + +#. module: auth_signup +#: help:base.config.settings,auth_signup_uninvited:0 +msgid "If unchecked, only invited users may sign up." +msgstr "Se spuntato, solo gli utenti invitati possono autenticarsi" + +#. module: auth_signup +#: model:ir.model,name:auth_signup.model_base_config_settings +msgid "base.config.settings" +msgstr "base.config.settings" + +#. module: auth_signup +#: code:addons/auth_signup/res_users.py:252 +#, python-format +msgid "Cannot send email: user has no email address." +msgstr "Non è possibile inviare email: l'utente non ha l'indirizzo impostato" + +#. module: auth_signup +#. openerp-web +#: code:addons/auth_signup/static/src/xml/auth_signup.xml:25 +#, python-format +msgid "Reset password" +msgstr "Reimposta password" + +#. module: auth_signup +#: field:base.config.settings,auth_signup_template_user_id:0 +msgid "Template user for new users created through signup" +msgstr "" +"Modello utente per i nuovi utenti creati attraverso la procedura di " +"registrazione" + +#. module: auth_signup +#: model:email.template,subject:auth_signup.reset_password_email +msgid "Password reset" +msgstr "Ripristino password" + +#. module: auth_signup +#. openerp-web +#: code:addons/auth_signup/static/src/js/auth_signup.js:125 +#, python-format +msgid "Please enter a password and confirm it." +msgstr "Prego inserire una password e confermarla" + +#. module: auth_signup +#: view:res.users:0 +msgid "Send an email to the user to (re)set their password." +msgstr "Invia una mail all'utente per (re)impostare la propria password" + +#. module: auth_signup +#. openerp-web +#: code:addons/auth_signup/static/src/xml/auth_signup.xml:23 +#, python-format +msgid "Sign Up" +msgstr "Registrazione" + +#. module: auth_signup +#: selection:res.users,state:0 +msgid "New" +msgstr "Nuovo" + +#. module: auth_signup +#: code:addons/auth_signup/res_users.py:258 +#, python-format +msgid "Mail sent to:" +msgstr "Mail inviata a:" + +#. module: auth_signup +#: field:res.users,state:0 +msgid "Status" +msgstr "Stato" + +#. module: auth_signup +#: model:email.template,body_html:auth_signup.reset_password_email +msgid "" +"\n" +"

A password reset was requested for the OpenERP account linked to this " +"email.

\n" +"\n" +"

You may change your password by following this link.

\n" +"\n" +"

Note: If you do not expect this, you can safely ignore this email.

" +msgstr "" +"\n" +"

Un reset della password è stato richiesto per l'account di OpenERP " +"collegato a questa mail

\n" +"\n" +"

Potrete cambiare la vostra password seguendo questo lin.

\n" +"\n" +"

Nota: Se non lo ritenete necessario potete tranquillamente ignorare la " +"mail.

" + +#. module: auth_signup +#. openerp-web +#: code:addons/auth_signup/static/src/js/auth_signup.js:119 +#, python-format +msgid "Please enter a name." +msgstr "Prego inserire un nome" + +#. module: auth_signup +#: model:ir.model,name:auth_signup.model_res_users +msgid "Users" +msgstr "Utenti" + +#. module: auth_signup +#: field:res.partner,signup_url:0 +msgid "Signup URL" +msgstr "URL registrazione" + +#. module: auth_signup +#. openerp-web +#: code:addons/auth_signup/static/src/js/auth_signup.js:122 +#, python-format +msgid "Please enter a username." +msgstr "Prego inserire un username" + +#. module: auth_signup +#: selection:res.users,state:0 +msgid "Active" +msgstr "Attivo" + +#. module: auth_signup +#: code:addons/auth_signup/res_users.py:256 +#, python-format +msgid "" +"Cannot send email: no outgoing email server configured.\n" +"You can configure it under Settings/General Settings." +msgstr "" +"Non è possibile inviare email: nessun server d'invio email configurato.\n" +"E' possibile configurarlo nelle Configurazioni/Configurazioni Generali." + +#. module: auth_signup +#. openerp-web +#: code:addons/auth_signup/static/src/xml/auth_signup.xml:12 +#, python-format +msgid "Username" +msgstr "Nome utente" + +#. module: auth_signup +#. openerp-web +#: code:addons/auth_signup/static/src/xml/auth_signup.xml:8 +#, python-format +msgid "Name" +msgstr "Nome" + +#. module: auth_signup +#. openerp-web +#: code:addons/auth_signup/static/src/js/auth_signup.js:165 +#, python-format +msgid "Please enter a username or email address." +msgstr "Prego inserire un nome utente e un indirizzo mail." + +#. module: auth_signup +#: selection:res.users,state:0 +msgid "Resetting Password" +msgstr "Reset password" + +#. module: auth_signup +#. openerp-web +#: code:addons/auth_signup/static/src/xml/auth_signup.xml:13 +#, python-format +msgid "Username (Email)" +msgstr "Nome utente (email)" + +#. module: auth_signup +#: field:res.partner,signup_expiration:0 +msgid "Signup Expiration" +msgstr "Termine registrazione" + +#. module: auth_signup +#: help:base.config.settings,auth_signup_reset_password:0 +msgid "This allows users to trigger a password reset from the Login page." +msgstr "" +"Questo permette agli utenti di lanciare un reset password dalla pagina di " +"login" + +#. module: auth_signup +#. openerp-web +#: code:addons/auth_signup/static/src/xml/auth_signup.xml:21 +#, python-format +msgid "Log in" +msgstr "Login" + +#. module: auth_signup +#: field:res.partner,signup_valid:0 +msgid "Signup Token is Valid" +msgstr "Il token di registrazione è valido" + +#. module: auth_signup +#. openerp-web +#: code:addons/auth_signup/static/src/js/auth_signup.js:116 +#: code:addons/auth_signup/static/src/js/auth_signup.js:119 +#: code:addons/auth_signup/static/src/js/auth_signup.js:122 +#: code:addons/auth_signup/static/src/js/auth_signup.js:125 +#: code:addons/auth_signup/static/src/js/auth_signup.js:128 +#: code:addons/auth_signup/static/src/js/auth_signup.js:162 +#: code:addons/auth_signup/static/src/js/auth_signup.js:165 +#, python-format +msgid "Login" +msgstr "Login" + +#. module: auth_signup +#. openerp-web +#: code:addons/auth_signup/static/src/js/auth_signup.js:99 +#, python-format +msgid "Invalid signup token" +msgstr "Il token di registrazione non è valido" + +#. module: auth_signup +#. openerp-web +#: code:addons/auth_signup/static/src/js/auth_signup.js:128 +#, python-format +msgid "Passwords do not match; please retype them." +msgstr "Le password non corrispondono; prego riscriverle." + +#. module: auth_signup +#. openerp-web +#: code:addons/auth_signup/static/src/js/auth_signup.js:116 +#: code:addons/auth_signup/static/src/js/auth_signup.js:162 +#, python-format +msgid "No database selected !" +msgstr "Nessun database selezionato!" + +#. module: auth_signup +#: view:res.users:0 +msgid "Reset Password" +msgstr "Reimposta Password" + +#. module: auth_signup +#: field:base.config.settings,auth_signup_reset_password:0 +msgid "Enable password reset from Login page" +msgstr "Abilita il reset della password dalla pagina di login" + +#. module: auth_signup +#. openerp-web +#: code:addons/auth_signup/static/src/xml/auth_signup.xml:24 +#, python-format +msgid "Back to Login" +msgstr "Ritorno al Login" + +#. module: auth_signup +#. openerp-web +#: code:addons/auth_signup/static/src/xml/auth_signup.xml:22 +#, python-format +msgid "Sign up" +msgstr "Registrazione" + +#. module: auth_signup +#: model:ir.model,name:auth_signup.model_res_partner +msgid "Partner" +msgstr "Partner" + +#. module: auth_signup +#: field:res.partner,signup_token:0 +msgid "Signup Token" +msgstr "Token di registrazione" diff --git a/auth_signup/i18n/mk.po b/auth_signup/i18n/mk.po new file mode 100644 index 0000000..133d77c --- /dev/null +++ b/auth_signup/i18n/mk.po @@ -0,0 +1,292 @@ +# Macedonian translation for openobject-addons +# Copyright (c) 2013 Rosetta Contributors and Canonical Ltd 2013 +# This file is distributed under the same license as the openobject-addons package. +# FIRST AUTHOR , 2013. +# +msgid "" +msgstr "" +"Project-Id-Version: openobject-addons\n" +"Report-Msgid-Bugs-To: FULL NAME \n" +"POT-Creation-Date: 2012-12-21 17:05+0000\n" +"PO-Revision-Date: 2013-02-26 19:07+0000\n" +"Last-Translator: Proleter \n" +"Language-Team: ESKON-INZENERING \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Launchpad-Export-Date: 2013-02-27 05:08+0000\n" +"X-Generator: Launchpad (build 16506)\n" +"Language: mk\n" + +#. module: auth_signup +#: field:res.partner,signup_type:0 +msgid "Signup Token Type" +msgstr "Тип на токен Đ·Đ° региŃтрациŃĐ°" + +#. module: auth_signup +#: field:base.config.settings,auth_signup_uninvited:0 +msgid "Allow external users to sign up" +msgstr "Дозволи региŃтрациŃĐ° на надвореŃни кориŃници" + +#. module: auth_signup +#. openerp-web +#: code:addons/auth_signup/static/src/xml/auth_signup.xml:16 +#, python-format +msgid "Confirm Password" +msgstr "Потврди лозинка" + +#. module: auth_signup +#: help:base.config.settings,auth_signup_uninvited:0 +msgid "If unchecked, only invited users may sign up." +msgstr "" +"Đ”ĐľĐşĐľĐ»ĐşŃ Đµ одŃтиклирано, ŃĐ°ĐĽĐľ поканети кориŃници можат Đ´Đ° Ńе региŃтрираат." + +#. module: auth_signup +#: model:ir.model,name:auth_signup.model_base_config_settings +msgid "base.config.settings" +msgstr "base.config.settings" + +#. module: auth_signup +#: code:addons/auth_signup/res_users.py:252 +#, python-format +msgid "Cannot send email: user has no email address." +msgstr "Неможе Đ´Đ° Ńе иŃпрати e-mail: КориŃникот нема e-mail адреŃĐ°." + +#. module: auth_signup +#. openerp-web +#: code:addons/auth_signup/static/src/xml/auth_signup.xml:25 +#, python-format +msgid "Reset password" +msgstr "РеŃĐµŃ‚Đ¸Ń€Đ°Ń Đ»ĐľĐ·Đ¸Đ˝ĐşĐ°" + +#. module: auth_signup +#: field:base.config.settings,auth_signup_template_user_id:0 +msgid "Template user for new users created through signup" +msgstr "ШаблонŃки кориŃник Đ·Đ° новите кориŃници креирани ĐżŃ€ĐµĐşŃ Ń€ĐµĐłĐ¸ŃтрациŃĐ°" + +#. module: auth_signup +#: model:email.template,subject:auth_signup.reset_password_email +msgid "Password reset" +msgstr "РеŃĐµŃ‚Đ¸Ń€Đ°Ń Đ»ĐľĐ·Đ¸Đ˝ĐşĐ°" + +#. module: auth_signup +#. openerp-web +#: code:addons/auth_signup/static/src/js/auth_signup.js:125 +#, python-format +msgid "Please enter a password and confirm it." +msgstr "Ве молиме внеŃете лозинка и потврдете ŃĐ°." + +#. module: auth_signup +#: view:res.users:0 +msgid "Send an email to the user to (re)set their password." +msgstr "ĐŃпрати e-mail Đ´Đľ кориŃникот Đ·Đ° (ре)Ńетирање на лозинка." + +#. module: auth_signup +#. openerp-web +#: code:addons/auth_signup/static/src/xml/auth_signup.xml:23 +#, python-format +msgid "Sign Up" +msgstr "РегиŃŃ‚Ń€Đ¸Ń€Đ°Ń Ńе" + +#. module: auth_signup +#: selection:res.users,state:0 +msgid "New" +msgstr "Нов" + +#. module: auth_signup +#: code:addons/auth_signup/res_users.py:258 +#, python-format +msgid "Mail sent to:" +msgstr "Пораката е иŃпратена Đ´Đľ:" + +#. module: auth_signup +#: field:res.users,state:0 +msgid "Status" +msgstr "СтатŃŃ" + +#. module: auth_signup +#: model:email.template,body_html:auth_signup.reset_password_email +msgid "" +"\n" +"

A password reset was requested for the OpenERP account linked to this " +"email.

\n" +"\n" +"

You may change your password by following this link.

\n" +"\n" +"

Note: If you do not expect this, you can safely ignore this email.

" +msgstr "" +"\n" +"

Побарано е реŃетирање на лозинката Đ·Đ° OpеnERP Ńметката поврзана ŃĐľ оваа e-" +"mail адреŃĐ°.

\n" +"\n" +"

Може Đ´Đ° изврŃите промена на лозинката ŃĐľ кликање на ĐľĐ˛ĐľŃ Đ»Đ¸Đ˝Đş.

\n" +"\n" +"

ЗабелеŃка: Đ”ĐľĐşĐľĐ»ĐşŃ Đ˝Đµ го очекŃвате ова, игнорираŃте ŃĐ° оваа e-mail " +"порака.

" + +#. module: auth_signup +#. openerp-web +#: code:addons/auth_signup/static/src/js/auth_signup.js:119 +#, python-format +msgid "Please enter a name." +msgstr "Ве молиме внеŃете име." + +#. module: auth_signup +#: model:ir.model,name:auth_signup.model_res_users +msgid "Users" +msgstr "КориŃници" + +#. module: auth_signup +#: field:res.partner,signup_url:0 +msgid "Signup URL" +msgstr "URL Đ·Đ° региŃтрациŃĐ°" + +#. module: auth_signup +#. openerp-web +#: code:addons/auth_signup/static/src/js/auth_signup.js:122 +#, python-format +msgid "Please enter a username." +msgstr "Ве молиме внеŃете кориŃничко име." + +#. module: auth_signup +#: selection:res.users,state:0 +msgid "Active" +msgstr "Đктивен" + +#. module: auth_signup +#: code:addons/auth_signup/res_users.py:256 +#, python-format +msgid "" +"Cannot send email: no outgoing email server configured.\n" +"You can configure it under Settings/General Settings." +msgstr "" +"Неможе Đ´Đ° Ńе иŃпрати e-mail: нема конфигŃрирано излезен e-mail Ńервер.\n" +"Може Đ´Đ° го конфигŃрирате под ПодеŃŃвања/ОпŃти подеŃŃвања." + +#. module: auth_signup +#. openerp-web +#: code:addons/auth_signup/static/src/xml/auth_signup.xml:12 +#, python-format +msgid "Username" +msgstr "КориŃничко име" + +#. module: auth_signup +#. openerp-web +#: code:addons/auth_signup/static/src/xml/auth_signup.xml:8 +#, python-format +msgid "Name" +msgstr "Đме" + +#. module: auth_signup +#. openerp-web +#: code:addons/auth_signup/static/src/js/auth_signup.js:165 +#, python-format +msgid "Please enter a username or email address." +msgstr "Ве молиме внеŃете кориŃничко име или e-mail адреŃĐ°." + +#. module: auth_signup +#: selection:res.users,state:0 +msgid "Resetting Password" +msgstr "реŃетирање на лозинка" + +#. module: auth_signup +#. openerp-web +#: code:addons/auth_signup/static/src/xml/auth_signup.xml:13 +#, python-format +msgid "Username (Email)" +msgstr "КориŃничко име (E-mail)" + +#. module: auth_signup +#: field:res.partner,signup_expiration:0 +msgid "Signup Expiration" +msgstr "ĐŃтекŃвање на рок Đ·Đ° региŃтрациŃĐ°" + +#. module: auth_signup +#: help:base.config.settings,auth_signup_reset_password:0 +msgid "This allows users to trigger a password reset from the Login page." +msgstr "" +"Ова дозволŃва кориŃниците Đ´Đ° активираат реŃетирање на лозинката од " +"Ńтраницата Đ·Đ° наŃавŃвање." + +#. module: auth_signup +#. openerp-web +#: code:addons/auth_signup/static/src/xml/auth_signup.xml:21 +#, python-format +msgid "Log in" +msgstr "НаŃави Ńе" + +#. module: auth_signup +#: field:res.partner,signup_valid:0 +msgid "Signup Token is Valid" +msgstr "Токенот Đ·Đ° региŃтрациŃĐ° е валиден" + +#. module: auth_signup +#. openerp-web +#: code:addons/auth_signup/static/src/js/auth_signup.js:116 +#: code:addons/auth_signup/static/src/js/auth_signup.js:119 +#: code:addons/auth_signup/static/src/js/auth_signup.js:122 +#: code:addons/auth_signup/static/src/js/auth_signup.js:125 +#: code:addons/auth_signup/static/src/js/auth_signup.js:128 +#: code:addons/auth_signup/static/src/js/auth_signup.js:162 +#: code:addons/auth_signup/static/src/js/auth_signup.js:165 +#, python-format +msgid "Login" +msgstr "НаŃавŃвање" + +#. module: auth_signup +#. openerp-web +#: code:addons/auth_signup/static/src/js/auth_signup.js:99 +#, python-format +msgid "Invalid signup token" +msgstr "Невалиден токен Đ·Đ° региŃтрациŃĐ°" + +#. module: auth_signup +#. openerp-web +#: code:addons/auth_signup/static/src/js/auth_signup.js:128 +#, python-format +msgid "Passwords do not match; please retype them." +msgstr "Лозинките не Ńе Ńовпаѓаат; ВнеŃете ги повторно." + +#. module: auth_signup +#. openerp-web +#: code:addons/auth_signup/static/src/js/auth_signup.js:116 +#: code:addons/auth_signup/static/src/js/auth_signup.js:162 +#, python-format +msgid "No database selected !" +msgstr "Не е избрана база на податоци !" + +#. module: auth_signup +#: view:res.users:0 +msgid "Reset Password" +msgstr "РеŃĐµŃ‚Đ¸Ń€Đ°Ń Đ»ĐľĐ·Đ¸Đ˝ĐşĐ°" + +#. module: auth_signup +#: field:base.config.settings,auth_signup_reset_password:0 +msgid "Enable password reset from Login page" +msgstr "Дозволи реŃетирање на лозинка од Ńтраница Đ·Đ° наŃавŃвање" + +#. module: auth_signup +#. openerp-web +#: code:addons/auth_signup/static/src/xml/auth_signup.xml:24 +#, python-format +msgid "Back to Login" +msgstr "Врати Ńе на наŃава" + +#. module: auth_signup +#. openerp-web +#: code:addons/auth_signup/static/src/xml/auth_signup.xml:22 +#, python-format +msgid "Sign up" +msgstr "РегиŃŃ‚Ń€Đ¸Ń€Đ°Ń Ńе" + +#. module: auth_signup +#: model:ir.model,name:auth_signup.model_res_partner +msgid "Partner" +msgstr "Партнер" + +#. module: auth_signup +#: field:res.partner,signup_token:0 +msgid "Signup Token" +msgstr "Токен Đ·Đ° региŃтрациŃĐ°" diff --git a/auth_signup/i18n/mn.po b/auth_signup/i18n/mn.po new file mode 100644 index 0000000..8c15bec --- /dev/null +++ b/auth_signup/i18n/mn.po @@ -0,0 +1,289 @@ +# Mongolian translation for openobject-addons +# Copyright (c) 2013 Rosetta Contributors and Canonical Ltd 2013 +# This file is distributed under the same license as the openobject-addons package. +# FIRST AUTHOR , 2013. +# +msgid "" +msgstr "" +"Project-Id-Version: openobject-addons\n" +"Report-Msgid-Bugs-To: FULL NAME \n" +"POT-Creation-Date: 2012-12-21 17:05+0000\n" +"PO-Revision-Date: 2013-02-09 13:34+0000\n" +"Last-Translator: gobi \n" +"Language-Team: Mongolian \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Launchpad-Export-Date: 2013-02-10 05:23+0000\n" +"X-Generator: Launchpad (build 16482)\n" + +#. module: auth_signup +#: field:res.partner,signup_type:0 +msgid "Signup Token Type" +msgstr "Бүртгүүлэх Жетоны Ń‚Ó©Ń€Ó©Đ»" + +#. module: auth_signup +#: field:base.config.settings,auth_signup_uninvited:0 +msgid "Allow external users to sign up" +msgstr "Đ“Đ°Đ´Đ°Đ°Đ´ хэрэглэгчид бүртгүүлэхийг зөвŃÓ©Ó©Ń€Ó©Ń…" + +#. module: auth_signup +#. openerp-web +#: code:addons/auth_signup/static/src/xml/auth_signup.xml:16 +#, python-format +msgid "Confirm Password" +msgstr "ĐťŃŃц үгийг баталгаажŃŃлах" + +#. module: auth_signup +#: help:base.config.settings,auth_signup_uninvited:0 +msgid "If unchecked, only invited users may sign up." +msgstr "" +"Хэрэв тэмдэглээгүй бол зөвхөн ŃригдŃĐ°Đ˝ хэрэглэгчид Đ» бүртгүүлэх боломжтой" + +#. module: auth_signup +#: model:ir.model,name:auth_signup.model_base_config_settings +msgid "base.config.settings" +msgstr "base.config.settings" + +#. module: auth_signup +#: code:addons/auth_signup/res_users.py:252 +#, python-format +msgid "Cannot send email: user has no email address." +msgstr "Đмэйлийг илгээх боломжгүй: хэрэглэгчид имэйл Ń…Đ°ŃŹĐł алга" + +#. module: auth_signup +#. openerp-web +#: code:addons/auth_signup/static/src/xml/auth_signup.xml:25 +#, python-format +msgid "Reset password" +msgstr "ĐťŃŃц үгийг Ńинэчлэх" + +#. module: auth_signup +#: field:base.config.settings,auth_signup_template_user_id:0 +msgid "Template user for new users created through signup" +msgstr "Бүртгүүлэхээр ŇŻŇŻŃŃŃŤĐ˝ Ńинэ хэрэглэгчид зориŃĐ»ŃĐ°Đ˝ үлгэр хэрэглэгч" + +#. module: auth_signup +#: model:email.template,subject:auth_signup.reset_password_email +msgid "Password reset" +msgstr "ĐťŃŃц үгийг Ńинэчлэх" + +#. module: auth_signup +#. openerp-web +#: code:addons/auth_signup/static/src/js/auth_signup.js:125 +#, python-format +msgid "Please enter a password and confirm it." +msgstr "ĐťŃŃц үгийг орŃŃлж баталгаажŃŃĐ»" + +#. module: auth_signup +#: view:res.users:0 +msgid "Send an email to the user to (re)set their password." +msgstr "Хэрэглэгчид Đ˝ŃŃц үгээ Ńинэчлэх имэйл илгээнэ." + +#. module: auth_signup +#. openerp-web +#: code:addons/auth_signup/static/src/xml/auth_signup.xml:23 +#, python-format +msgid "Sign Up" +msgstr "Бүртгүүлэх" + +#. module: auth_signup +#: selection:res.users,state:0 +msgid "New" +msgstr "Шинэ" + +#. module: auth_signup +#: code:addons/auth_signup/res_users.py:258 +#, python-format +msgid "Mail sent to:" +msgstr "Мэйлийг хэнд илгээх" + +#. module: auth_signup +#: field:res.users,state:0 +msgid "Status" +msgstr "Төлөв" + +#. module: auth_signup +#: model:email.template,body_html:auth_signup.reset_password_email +msgid "" +"\n" +"

A password reset was requested for the OpenERP account linked to this " +"email.

\n" +"\n" +"

You may change your password by following this link.

\n" +"\n" +"

Note: If you do not expect this, you can safely ignore this email.

" +msgstr "" +"\n" +"

Энэ имэйлтэй холбогдŃон OpenERP Đ´Đ°Đ˝Ńны Đ˝ŃŃц үгийг Ńинэчлэхийг Ń…ŇŻŃŃŃŤĐ˝ " +"байна.

\n" +"\n" +"

ĐťŃŃц үгээ энэ холбооŃоор орж " +"Ńинэчлэх боломжтой.

\n" +"\n" +"

Санамж: Хэрэв үүнийг таамаглаагүй байŃĐ°Đ˝ бол энэ имэйлийг хэрэгŃэхгүй " +"байж болно.

" + +#. module: auth_signup +#. openerp-web +#: code:addons/auth_signup/static/src/js/auth_signup.js:119 +#, python-format +msgid "Please enter a name." +msgstr "Нэр орŃŃлна ŃŃ." + +#. module: auth_signup +#: model:ir.model,name:auth_signup.model_res_users +msgid "Users" +msgstr "Хэрэглэгчид" + +#. module: auth_signup +#: field:res.partner,signup_url:0 +msgid "Signup URL" +msgstr "Бүртгүүлэх URL" + +#. module: auth_signup +#. openerp-web +#: code:addons/auth_signup/static/src/js/auth_signup.js:122 +#, python-format +msgid "Please enter a username." +msgstr "Хэрэглэгчийн нэрийг орŃŃлна ŃŃ" + +#. module: auth_signup +#: selection:res.users,state:0 +msgid "Active" +msgstr "Đдэвхтэй" + +#. module: auth_signup +#: code:addons/auth_signup/res_users.py:256 +#, python-format +msgid "" +"Cannot send email: no outgoing email server configured.\n" +"You can configure it under Settings/General Settings." +msgstr "" +"Đмэйл илгээх боломжгүй: гарах имэйл Ńервер тохирŃŃлагдаагүй байна.\n" +"Тохиргоо/Ерөнхий тохиргоо дотор үүнийг тохирŃŃлах боломжтой." + +#. module: auth_signup +#. openerp-web +#: code:addons/auth_signup/static/src/xml/auth_signup.xml:12 +#, python-format +msgid "Username" +msgstr "Хэрэглэгчийн нэр" + +#. module: auth_signup +#. openerp-web +#: code:addons/auth_signup/static/src/xml/auth_signup.xml:8 +#, python-format +msgid "Name" +msgstr "Нэр" + +#. module: auth_signup +#. openerp-web +#: code:addons/auth_signup/static/src/js/auth_signup.js:165 +#, python-format +msgid "Please enter a username or email address." +msgstr "Хэрэглэгчийн нэр ŃŤŃвэл имэйл хаягийг орŃŃлна ŃŃ." + +#. module: auth_signup +#: selection:res.users,state:0 +msgid "Resetting Password" +msgstr "ĐťŃŃц үгийг Ńинэчлэж байна" + +#. module: auth_signup +#. openerp-web +#: code:addons/auth_signup/static/src/xml/auth_signup.xml:13 +#, python-format +msgid "Username (Email)" +msgstr "Хэрэглэгчийн нэр (Đмэйл)" + +#. module: auth_signup +#: field:res.partner,signup_expiration:0 +msgid "Signup Expiration" +msgstr "Бүртгэлт Ń…Ńгацаа хэтрэх" + +#. module: auth_signup +#: help:base.config.settings,auth_signup_reset_password:0 +msgid "This allows users to trigger a password reset from the Login page." +msgstr "Энэ нь Нэвтрэх Ń…ŃŃĐ´Đ°ŃĐ˝Đ°Đ°Ń Đ˝ŃŃц үгээ Ńинэчлэх боломжийг олгодог." + +#. module: auth_signup +#. openerp-web +#: code:addons/auth_signup/static/src/xml/auth_signup.xml:21 +#, python-format +msgid "Log in" +msgstr "Нэвтрэх" + +#. module: auth_signup +#: field:res.partner,signup_valid:0 +msgid "Signup Token is Valid" +msgstr "Бүртгүүлэх Жетон Хүчинтэй" + +#. module: auth_signup +#. openerp-web +#: code:addons/auth_signup/static/src/js/auth_signup.js:116 +#: code:addons/auth_signup/static/src/js/auth_signup.js:119 +#: code:addons/auth_signup/static/src/js/auth_signup.js:122 +#: code:addons/auth_signup/static/src/js/auth_signup.js:125 +#: code:addons/auth_signup/static/src/js/auth_signup.js:128 +#: code:addons/auth_signup/static/src/js/auth_signup.js:162 +#: code:addons/auth_signup/static/src/js/auth_signup.js:165 +#, python-format +msgid "Login" +msgstr "Нэвтрэх" + +#. module: auth_signup +#. openerp-web +#: code:addons/auth_signup/static/src/js/auth_signup.js:99 +#, python-format +msgid "Invalid signup token" +msgstr "Бүртгүүлэх жетон хүчингүй" + +#. module: auth_signup +#. openerp-web +#: code:addons/auth_signup/static/src/js/auth_signup.js:128 +#, python-format +msgid "Passwords do not match; please retype them." +msgstr "ĐťŃŃц үгүүд таарахгүй байна; дахин бичнэ ŇŻŇŻ." + +#. module: auth_signup +#. openerp-web +#: code:addons/auth_signup/static/src/js/auth_signup.js:116 +#: code:addons/auth_signup/static/src/js/auth_signup.js:162 +#, python-format +msgid "No database selected !" +msgstr "Өгөгдлийн бааз Ńонгогдоогүй байна!" + +#. module: auth_signup +#: view:res.users:0 +msgid "Reset Password" +msgstr "ĐťŃŃц Ńинэчлэх" + +#. module: auth_signup +#: field:base.config.settings,auth_signup_reset_password:0 +msgid "Enable password reset from Login page" +msgstr "Нэвтрэх Ń…ŃŃĐ´Đ°ŃĐ˝Đ°Đ°Ń Đ˝ŃŃц ŇŻĐł Ńинэчлэхийг зөвŃÓ©Ó©Ń€Ó©Ń…" + +#. module: auth_signup +#. openerp-web +#: code:addons/auth_signup/static/src/xml/auth_signup.xml:24 +#, python-format +msgid "Back to Login" +msgstr "Дахин нэвтрэх" + +#. module: auth_signup +#. openerp-web +#: code:addons/auth_signup/static/src/xml/auth_signup.xml:22 +#, python-format +msgid "Sign up" +msgstr "Бүртгүүлэх" + +#. module: auth_signup +#: model:ir.model,name:auth_signup.model_res_partner +msgid "Partner" +msgstr "Харилцагч" + +#. module: auth_signup +#: field:res.partner,signup_token:0 +msgid "Signup Token" +msgstr "Бүртгүүлэх Жетон" diff --git a/auth_signup/i18n/nb.po b/auth_signup/i18n/nb.po new file mode 100644 index 0000000..4280687 --- /dev/null +++ b/auth_signup/i18n/nb.po @@ -0,0 +1,277 @@ +# Norwegian Bokmal translation for openobject-addons +# Copyright (c) 2012 Rosetta Contributors and Canonical Ltd 2012 +# This file is distributed under the same license as the openobject-addons package. +# FIRST AUTHOR , 2012. +# +msgid "" +msgstr "" +"Project-Id-Version: openobject-addons\n" +"Report-Msgid-Bugs-To: FULL NAME \n" +"POT-Creation-Date: 2012-12-21 17:05+0000\n" +"PO-Revision-Date: 2012-12-21 23:00+0000\n" +"Last-Translator: FULL NAME \n" +"Language-Team: Norwegian Bokmal \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Launchpad-Export-Date: 2013-01-18 06:35+0000\n" +"X-Generator: Launchpad (build 16430)\n" + +#. module: auth_signup +#: field:res.partner,signup_type:0 +msgid "Signup Token Type" +msgstr "" + +#. module: auth_signup +#: field:base.config.settings,auth_signup_uninvited:0 +msgid "Allow external users to sign up" +msgstr "Tillate eksterne brukere ĂĄ registrere seg." + +#. module: auth_signup +#. openerp-web +#: code:addons/auth_signup/static/src/xml/auth_signup.xml:16 +#, python-format +msgid "Confirm Password" +msgstr "Bekreft passord." + +#. module: auth_signup +#: help:base.config.settings,auth_signup_uninvited:0 +msgid "If unchecked, only invited users may sign up." +msgstr "" + +#. module: auth_signup +#: model:ir.model,name:auth_signup.model_base_config_settings +msgid "base.config.settings" +msgstr "Base.Konfigurasjon.Innstillinger." + +#. module: auth_signup +#: code:addons/auth_signup/res_users.py:252 +#, python-format +msgid "Cannot send email: user has no email address." +msgstr "" + +#. module: auth_signup +#. openerp-web +#: code:addons/auth_signup/static/src/xml/auth_signup.xml:25 +#, python-format +msgid "Reset password" +msgstr "" + +#. module: auth_signup +#: field:base.config.settings,auth_signup_template_user_id:0 +msgid "Template user for new users created through signup" +msgstr "" + +#. module: auth_signup +#: model:email.template,subject:auth_signup.reset_password_email +msgid "Password reset" +msgstr "" + +#. module: auth_signup +#. openerp-web +#: code:addons/auth_signup/static/src/js/auth_signup.js:125 +#, python-format +msgid "Please enter a password and confirm it." +msgstr "" + +#. module: auth_signup +#: view:res.users:0 +msgid "Send an email to the user to (re)set their password." +msgstr "" + +#. module: auth_signup +#. openerp-web +#: code:addons/auth_signup/static/src/xml/auth_signup.xml:23 +#, python-format +msgid "Sign Up" +msgstr "Registrer deg." + +#. module: auth_signup +#: selection:res.users,state:0 +msgid "New" +msgstr "Ny." + +#. module: auth_signup +#: code:addons/auth_signup/res_users.py:258 +#, python-format +msgid "Mail sent to:" +msgstr "" + +#. module: auth_signup +#: field:res.users,state:0 +msgid "Status" +msgstr "Status." + +#. module: auth_signup +#: model:email.template,body_html:auth_signup.reset_password_email +msgid "" +"\n" +"

A password reset was requested for the OpenERP account linked to this " +"email.

\n" +"\n" +"

You may change your password by following this link.

\n" +"\n" +"

Note: If you do not expect this, you can safely ignore this email.

" +msgstr "" + +#. module: auth_signup +#. openerp-web +#: code:addons/auth_signup/static/src/js/auth_signup.js:119 +#, python-format +msgid "Please enter a name." +msgstr "" + +#. module: auth_signup +#: model:ir.model,name:auth_signup.model_res_users +msgid "Users" +msgstr "Brukere" + +#. module: auth_signup +#: field:res.partner,signup_url:0 +msgid "Signup URL" +msgstr "Regitrer deg URL." + +#. module: auth_signup +#. openerp-web +#: code:addons/auth_signup/static/src/js/auth_signup.js:122 +#, python-format +msgid "Please enter a username." +msgstr "" + +#. module: auth_signup +#: selection:res.users,state:0 +msgid "Active" +msgstr "Aktiv." + +#. module: auth_signup +#: code:addons/auth_signup/res_users.py:256 +#, python-format +msgid "" +"Cannot send email: no outgoing email server configured.\n" +"You can configure it under Settings/General Settings." +msgstr "" + +#. module: auth_signup +#. openerp-web +#: code:addons/auth_signup/static/src/xml/auth_signup.xml:12 +#, python-format +msgid "Username" +msgstr "Brukernavn." + +#. module: auth_signup +#. openerp-web +#: code:addons/auth_signup/static/src/xml/auth_signup.xml:8 +#, python-format +msgid "Name" +msgstr "Navn." + +#. module: auth_signup +#. openerp-web +#: code:addons/auth_signup/static/src/js/auth_signup.js:165 +#, python-format +msgid "Please enter a username or email address." +msgstr "" + +#. module: auth_signup +#: selection:res.users,state:0 +msgid "Resetting Password" +msgstr "Tilbakestill Passord." + +#. module: auth_signup +#. openerp-web +#: code:addons/auth_signup/static/src/xml/auth_signup.xml:13 +#, python-format +msgid "Username (Email)" +msgstr "Brukernavn (E-post)" + +#. module: auth_signup +#: field:res.partner,signup_expiration:0 +msgid "Signup Expiration" +msgstr "Registrerings utløpsdato." + +#. module: auth_signup +#: help:base.config.settings,auth_signup_reset_password:0 +msgid "This allows users to trigger a password reset from the Login page." +msgstr "" + +#. module: auth_signup +#. openerp-web +#: code:addons/auth_signup/static/src/xml/auth_signup.xml:21 +#, python-format +msgid "Log in" +msgstr "Logg inn." + +#. module: auth_signup +#: field:res.partner,signup_valid:0 +msgid "Signup Token is Valid" +msgstr "" + +#. module: auth_signup +#. openerp-web +#: code:addons/auth_signup/static/src/js/auth_signup.js:116 +#: code:addons/auth_signup/static/src/js/auth_signup.js:119 +#: code:addons/auth_signup/static/src/js/auth_signup.js:122 +#: code:addons/auth_signup/static/src/js/auth_signup.js:125 +#: code:addons/auth_signup/static/src/js/auth_signup.js:128 +#: code:addons/auth_signup/static/src/js/auth_signup.js:162 +#: code:addons/auth_signup/static/src/js/auth_signup.js:165 +#, python-format +msgid "Login" +msgstr "" + +#. module: auth_signup +#. openerp-web +#: code:addons/auth_signup/static/src/js/auth_signup.js:99 +#, python-format +msgid "Invalid signup token" +msgstr "" + +#. module: auth_signup +#. openerp-web +#: code:addons/auth_signup/static/src/js/auth_signup.js:128 +#, python-format +msgid "Passwords do not match; please retype them." +msgstr "" + +#. module: auth_signup +#. openerp-web +#: code:addons/auth_signup/static/src/js/auth_signup.js:116 +#: code:addons/auth_signup/static/src/js/auth_signup.js:162 +#, python-format +msgid "No database selected !" +msgstr "" + +#. module: auth_signup +#: view:res.users:0 +msgid "Reset Password" +msgstr "" + +#. module: auth_signup +#: field:base.config.settings,auth_signup_reset_password:0 +msgid "Enable password reset from Login page" +msgstr "" + +#. module: auth_signup +#. openerp-web +#: code:addons/auth_signup/static/src/xml/auth_signup.xml:24 +#, python-format +msgid "Back to Login" +msgstr "Tilbake til innlogging." + +#. module: auth_signup +#. openerp-web +#: code:addons/auth_signup/static/src/xml/auth_signup.xml:22 +#, python-format +msgid "Sign up" +msgstr "" + +#. module: auth_signup +#: model:ir.model,name:auth_signup.model_res_partner +msgid "Partner" +msgstr "Partner." + +#. module: auth_signup +#: field:res.partner,signup_token:0 +msgid "Signup Token" +msgstr "" diff --git a/auth_signup/i18n/nl.po b/auth_signup/i18n/nl.po new file mode 100644 index 0000000..7fc8ec4 --- /dev/null +++ b/auth_signup/i18n/nl.po @@ -0,0 +1,294 @@ +# Dutch translation for openobject-addons +# Copyright (c) 2012 Rosetta Contributors and Canonical Ltd 2012 +# This file is distributed under the same license as the openobject-addons package. +# FIRST AUTHOR , 2012. +# +msgid "" +msgstr "" +"Project-Id-Version: openobject-addons\n" +"Report-Msgid-Bugs-To: FULL NAME \n" +"POT-Creation-Date: 2012-12-21 17:05+0000\n" +"PO-Revision-Date: 2013-01-27 17:34+0000\n" +"Last-Translator: Erwin van der Ploeg (Endian Solutions) \n" +"Language-Team: Dutch \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Launchpad-Export-Date: 2013-01-28 05:58+0000\n" +"X-Generator: Launchpad (build 16451)\n" + +#. module: auth_signup +#: field:res.partner,signup_type:0 +msgid "Signup Token Type" +msgstr "Aanmeld token soort" + +#. module: auth_signup +#: field:base.config.settings,auth_signup_uninvited:0 +msgid "Allow external users to sign up" +msgstr "Toestaan dat externe gebruikers inloggen" + +#. module: auth_signup +#. openerp-web +#: code:addons/auth_signup/static/src/xml/auth_signup.xml:16 +#, python-format +msgid "Confirm Password" +msgstr "Bevestig wachtwoord" + +#. module: auth_signup +#: help:base.config.settings,auth_signup_uninvited:0 +msgid "If unchecked, only invited users may sign up." +msgstr "Indien uitgevinkt kunnen alleen uitgenodigde gebruikers aanmelden" + +#. module: auth_signup +#: model:ir.model,name:auth_signup.model_base_config_settings +msgid "base.config.settings" +msgstr "base.config.settings" + +#. module: auth_signup +#: code:addons/auth_signup/res_users.py:252 +#, python-format +msgid "Cannot send email: user has no email address." +msgstr "Kan e-mail niet versturen: gebruiker heeft geen e-mail adres." + +#. module: auth_signup +#. openerp-web +#: code:addons/auth_signup/static/src/xml/auth_signup.xml:25 +#, python-format +msgid "Reset password" +msgstr "Reset wachtwoord" + +#. module: auth_signup +#: field:base.config.settings,auth_signup_template_user_id:0 +msgid "Template user for new users created through signup" +msgstr "" +"Sjabloon gebruiker voor het aanmaken van nieuwe gebruikers, bij aanmelden" + +#. module: auth_signup +#: model:email.template,subject:auth_signup.reset_password_email +msgid "Password reset" +msgstr "Reset wachtwoord" + +#. module: auth_signup +#. openerp-web +#: code:addons/auth_signup/static/src/js/auth_signup.js:125 +#, python-format +msgid "Please enter a password and confirm it." +msgstr "Geef een wachtwoord in en bevestig deze." + +#. module: auth_signup +#: view:res.users:0 +msgid "Send an email to the user to (re)set their password." +msgstr "" +"Stuur een e-mail naar de gebruiker om het wachtwoord in te stellen of te " +"resetten." + +#. module: auth_signup +#. openerp-web +#: code:addons/auth_signup/static/src/xml/auth_signup.xml:23 +#, python-format +msgid "Sign Up" +msgstr "Aanmelden" + +#. module: auth_signup +#: selection:res.users,state:0 +msgid "New" +msgstr "Nieuw" + +#. module: auth_signup +#: code:addons/auth_signup/res_users.py:258 +#, python-format +msgid "Mail sent to:" +msgstr "E-mail verzonden naar:" + +#. module: auth_signup +#: field:res.users,state:0 +msgid "Status" +msgstr "Status" + +#. module: auth_signup +#: model:email.template,body_html:auth_signup.reset_password_email +msgid "" +"\n" +"

A password reset was requested for the OpenERP account linked to this " +"email.

\n" +"\n" +"

You may change your password by following this link.

\n" +"\n" +"

Note: If you do not expect this, you can safely ignore this email.

" +msgstr "" +"\n" +"

Er is een verzoek aan OpenERP gedaan om het wachtwoord te resetten, " +"gekoppeld aan dit e-mail adres.

\n" +"\n" +"

U kunt u wachtwoord resetten door te klikken op deze link.

\n" +"\n" +"

Opmerking: Indien u dit niet verwacht, kunt u veilig deze e-mail " +"negeren.

" + +#. module: auth_signup +#. openerp-web +#: code:addons/auth_signup/static/src/js/auth_signup.js:119 +#, python-format +msgid "Please enter a name." +msgstr "Vul een naam in." + +#. module: auth_signup +#: model:ir.model,name:auth_signup.model_res_users +msgid "Users" +msgstr "Gebruikers" + +#. module: auth_signup +#: field:res.partner,signup_url:0 +msgid "Signup URL" +msgstr "URL voor aanmelden" + +#. module: auth_signup +#. openerp-web +#: code:addons/auth_signup/static/src/js/auth_signup.js:122 +#, python-format +msgid "Please enter a username." +msgstr "Voer een gebruikersnaam in." + +#. module: auth_signup +#: selection:res.users,state:0 +msgid "Active" +msgstr "Actief" + +#. module: auth_signup +#: code:addons/auth_signup/res_users.py:256 +#, python-format +msgid "" +"Cannot send email: no outgoing email server configured.\n" +"You can configure it under Settings/General Settings." +msgstr "" +"Het is niet mogelijk om een e-mail te versturen: geen uitgaande e-mail " +"server ingesteld,\n" +"Het is mogelijk deze in te stellen bij: Instellingen > Algemene" + +#. module: auth_signup +#. openerp-web +#: code:addons/auth_signup/static/src/xml/auth_signup.xml:12 +#, python-format +msgid "Username" +msgstr "Gebruikersnaam" + +#. module: auth_signup +#. openerp-web +#: code:addons/auth_signup/static/src/xml/auth_signup.xml:8 +#, python-format +msgid "Name" +msgstr "Naam" + +#. module: auth_signup +#. openerp-web +#: code:addons/auth_signup/static/src/js/auth_signup.js:165 +#, python-format +msgid "Please enter a username or email address." +msgstr "Geef gebruikersnaam of e-mail adres in." + +#. module: auth_signup +#: selection:res.users,state:0 +msgid "Resetting Password" +msgstr "Wachtwoord resetten" + +#. module: auth_signup +#. openerp-web +#: code:addons/auth_signup/static/src/xml/auth_signup.xml:13 +#, python-format +msgid "Username (Email)" +msgstr "Gebruikersnaam (e-mail)" + +#. module: auth_signup +#: field:res.partner,signup_expiration:0 +msgid "Signup Expiration" +msgstr "Aanmeld vervallen" + +#. module: auth_signup +#: help:base.config.settings,auth_signup_reset_password:0 +msgid "This allows users to trigger a password reset from the Login page." +msgstr "" +"Dit geeft gebruikers de mogelijkheid om het wachtwoord te resetten vanaf de " +"login pagina." + +#. module: auth_signup +#. openerp-web +#: code:addons/auth_signup/static/src/xml/auth_signup.xml:21 +#, python-format +msgid "Log in" +msgstr "Login" + +#. module: auth_signup +#: field:res.partner,signup_valid:0 +msgid "Signup Token is Valid" +msgstr "Aanmeld token is geldig" + +#. module: auth_signup +#. openerp-web +#: code:addons/auth_signup/static/src/js/auth_signup.js:116 +#: code:addons/auth_signup/static/src/js/auth_signup.js:119 +#: code:addons/auth_signup/static/src/js/auth_signup.js:122 +#: code:addons/auth_signup/static/src/js/auth_signup.js:125 +#: code:addons/auth_signup/static/src/js/auth_signup.js:128 +#: code:addons/auth_signup/static/src/js/auth_signup.js:162 +#: code:addons/auth_signup/static/src/js/auth_signup.js:165 +#, python-format +msgid "Login" +msgstr "Login" + +#. module: auth_signup +#. openerp-web +#: code:addons/auth_signup/static/src/js/auth_signup.js:99 +#, python-format +msgid "Invalid signup token" +msgstr "Aanmeld toekenning ongeldig" + +#. module: auth_signup +#. openerp-web +#: code:addons/auth_signup/static/src/js/auth_signup.js:128 +#, python-format +msgid "Passwords do not match; please retype them." +msgstr "Wachtwoorden komen niet overeen. Geef de wachtwoorden opnieuw in." + +#. module: auth_signup +#. openerp-web +#: code:addons/auth_signup/static/src/js/auth_signup.js:116 +#: code:addons/auth_signup/static/src/js/auth_signup.js:162 +#, python-format +msgid "No database selected !" +msgstr "Geen database geselecteerd!" + +#. module: auth_signup +#: view:res.users:0 +msgid "Reset Password" +msgstr "Stel wachtwoord opnieuw in" + +#. module: auth_signup +#: field:base.config.settings,auth_signup_reset_password:0 +msgid "Enable password reset from Login page" +msgstr "Wachtwoord reset vanaf login pagina toestaan" + +#. module: auth_signup +#. openerp-web +#: code:addons/auth_signup/static/src/xml/auth_signup.xml:24 +#, python-format +msgid "Back to Login" +msgstr "Terug naar login" + +#. module: auth_signup +#. openerp-web +#: code:addons/auth_signup/static/src/xml/auth_signup.xml:22 +#, python-format +msgid "Sign up" +msgstr "Aanmelden" + +#. module: auth_signup +#: model:ir.model,name:auth_signup.model_res_partner +msgid "Partner" +msgstr "Relatie" + +#. module: auth_signup +#: field:res.partner,signup_token:0 +msgid "Signup Token" +msgstr "Aanmeld token" diff --git a/auth_signup/i18n/pl.po b/auth_signup/i18n/pl.po new file mode 100644 index 0000000..75f8e9e --- /dev/null +++ b/auth_signup/i18n/pl.po @@ -0,0 +1,278 @@ +# Polish translation for openobject-addons +# Copyright (c) 2012 Rosetta Contributors and Canonical Ltd 2012 +# This file is distributed under the same license as the openobject-addons package. +# FIRST AUTHOR , 2012. +# +msgid "" +msgstr "" +"Project-Id-Version: openobject-addons\n" +"Report-Msgid-Bugs-To: FULL NAME \n" +"POT-Creation-Date: 2012-12-21 17:05+0000\n" +"PO-Revision-Date: 2012-12-21 23:00+0000\n" +"Last-Translator: FULL NAME \n" +"Language-Team: Polish \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Launchpad-Export-Date: 2013-01-18 06:35+0000\n" +"X-Generator: Launchpad (build 16430)\n" + +#. module: auth_signup +#: field:res.partner,signup_type:0 +msgid "Signup Token Type" +msgstr "" + +#. module: auth_signup +#: field:base.config.settings,auth_signup_uninvited:0 +msgid "Allow external users to sign up" +msgstr "Pozwól na logowanie sie zewnętrznych użytkowników" + +#. module: auth_signup +#. openerp-web +#: code:addons/auth_signup/static/src/xml/auth_signup.xml:16 +#, python-format +msgid "Confirm Password" +msgstr "Potwierdź hasło" + +#. module: auth_signup +#: help:base.config.settings,auth_signup_uninvited:0 +msgid "If unchecked, only invited users may sign up." +msgstr "" +"Jeśli nie zaznaczone, to tylko zaproszeni użtkownicy mogą się logować" + +#. module: auth_signup +#: model:ir.model,name:auth_signup.model_base_config_settings +msgid "base.config.settings" +msgstr "" + +#. module: auth_signup +#: code:addons/auth_signup/res_users.py:252 +#, python-format +msgid "Cannot send email: user has no email address." +msgstr "" + +#. module: auth_signup +#. openerp-web +#: code:addons/auth_signup/static/src/xml/auth_signup.xml:25 +#, python-format +msgid "Reset password" +msgstr "Wyczyść hasło" + +#. module: auth_signup +#: field:base.config.settings,auth_signup_template_user_id:0 +msgid "Template user for new users created through signup" +msgstr "" + +#. module: auth_signup +#: model:email.template,subject:auth_signup.reset_password_email +msgid "Password reset" +msgstr "Reset hasła" + +#. module: auth_signup +#. openerp-web +#: code:addons/auth_signup/static/src/js/auth_signup.js:125 +#, python-format +msgid "Please enter a password and confirm it." +msgstr "Wprowadź hasło o potwierdź je" + +#. module: auth_signup +#: view:res.users:0 +msgid "Send an email to the user to (re)set their password." +msgstr "" + +#. module: auth_signup +#. openerp-web +#: code:addons/auth_signup/static/src/xml/auth_signup.xml:23 +#, python-format +msgid "Sign Up" +msgstr "Rejestracja" + +#. module: auth_signup +#: selection:res.users,state:0 +msgid "New" +msgstr "Nowy" + +#. module: auth_signup +#: code:addons/auth_signup/res_users.py:258 +#, python-format +msgid "Mail sent to:" +msgstr "" + +#. module: auth_signup +#: field:res.users,state:0 +msgid "Status" +msgstr "Stan" + +#. module: auth_signup +#: model:email.template,body_html:auth_signup.reset_password_email +msgid "" +"\n" +"

A password reset was requested for the OpenERP account linked to this " +"email.

\n" +"\n" +"

You may change your password by following this link.

\n" +"\n" +"

Note: If you do not expect this, you can safely ignore this email.

" +msgstr "" + +#. module: auth_signup +#. openerp-web +#: code:addons/auth_signup/static/src/js/auth_signup.js:119 +#, python-format +msgid "Please enter a name." +msgstr "Wprowadź nazwę" + +#. module: auth_signup +#: model:ir.model,name:auth_signup.model_res_users +msgid "Users" +msgstr "Użytkownicy" + +#. module: auth_signup +#: field:res.partner,signup_url:0 +msgid "Signup URL" +msgstr "" + +#. module: auth_signup +#. openerp-web +#: code:addons/auth_signup/static/src/js/auth_signup.js:122 +#, python-format +msgid "Please enter a username." +msgstr "" + +#. module: auth_signup +#: selection:res.users,state:0 +msgid "Active" +msgstr "Aktywne" + +#. module: auth_signup +#: code:addons/auth_signup/res_users.py:256 +#, python-format +msgid "" +"Cannot send email: no outgoing email server configured.\n" +"You can configure it under Settings/General Settings." +msgstr "" + +#. module: auth_signup +#. openerp-web +#: code:addons/auth_signup/static/src/xml/auth_signup.xml:12 +#, python-format +msgid "Username" +msgstr "Nazwa użytkownika" + +#. module: auth_signup +#. openerp-web +#: code:addons/auth_signup/static/src/xml/auth_signup.xml:8 +#, python-format +msgid "Name" +msgstr "Nazwa" + +#. module: auth_signup +#. openerp-web +#: code:addons/auth_signup/static/src/js/auth_signup.js:165 +#, python-format +msgid "Please enter a username or email address." +msgstr "" + +#. module: auth_signup +#: selection:res.users,state:0 +msgid "Resetting Password" +msgstr "" + +#. module: auth_signup +#. openerp-web +#: code:addons/auth_signup/static/src/xml/auth_signup.xml:13 +#, python-format +msgid "Username (Email)" +msgstr "" + +#. module: auth_signup +#: field:res.partner,signup_expiration:0 +msgid "Signup Expiration" +msgstr "" + +#. module: auth_signup +#: help:base.config.settings,auth_signup_reset_password:0 +msgid "This allows users to trigger a password reset from the Login page." +msgstr "" + +#. module: auth_signup +#. openerp-web +#: code:addons/auth_signup/static/src/xml/auth_signup.xml:21 +#, python-format +msgid "Log in" +msgstr "" + +#. module: auth_signup +#: field:res.partner,signup_valid:0 +msgid "Signup Token is Valid" +msgstr "" + +#. module: auth_signup +#. openerp-web +#: code:addons/auth_signup/static/src/js/auth_signup.js:116 +#: code:addons/auth_signup/static/src/js/auth_signup.js:119 +#: code:addons/auth_signup/static/src/js/auth_signup.js:122 +#: code:addons/auth_signup/static/src/js/auth_signup.js:125 +#: code:addons/auth_signup/static/src/js/auth_signup.js:128 +#: code:addons/auth_signup/static/src/js/auth_signup.js:162 +#: code:addons/auth_signup/static/src/js/auth_signup.js:165 +#, python-format +msgid "Login" +msgstr "Zaloguj się" + +#. module: auth_signup +#. openerp-web +#: code:addons/auth_signup/static/src/js/auth_signup.js:99 +#, python-format +msgid "Invalid signup token" +msgstr "" + +#. module: auth_signup +#. openerp-web +#: code:addons/auth_signup/static/src/js/auth_signup.js:128 +#, python-format +msgid "Passwords do not match; please retype them." +msgstr "" + +#. module: auth_signup +#. openerp-web +#: code:addons/auth_signup/static/src/js/auth_signup.js:116 +#: code:addons/auth_signup/static/src/js/auth_signup.js:162 +#, python-format +msgid "No database selected !" +msgstr "Nie wybrano bazy !" + +#. module: auth_signup +#: view:res.users:0 +msgid "Reset Password" +msgstr "Zresetuj hasło" + +#. module: auth_signup +#: field:base.config.settings,auth_signup_reset_password:0 +msgid "Enable password reset from Login page" +msgstr "" + +#. module: auth_signup +#. openerp-web +#: code:addons/auth_signup/static/src/xml/auth_signup.xml:24 +#, python-format +msgid "Back to Login" +msgstr "Wróć do logowania" + +#. module: auth_signup +#. openerp-web +#: code:addons/auth_signup/static/src/xml/auth_signup.xml:22 +#, python-format +msgid "Sign up" +msgstr "Zarejestruj się" + +#. module: auth_signup +#: model:ir.model,name:auth_signup.model_res_partner +msgid "Partner" +msgstr "" + +#. module: auth_signup +#: field:res.partner,signup_token:0 +msgid "Signup Token" +msgstr "" diff --git a/auth_signup/i18n/pt.po b/auth_signup/i18n/pt.po new file mode 100644 index 0000000..df2eda6 --- /dev/null +++ b/auth_signup/i18n/pt.po @@ -0,0 +1,277 @@ +# Portuguese translation for openobject-addons +# Copyright (c) 2012 Rosetta Contributors and Canonical Ltd 2012 +# This file is distributed under the same license as the openobject-addons package. +# FIRST AUTHOR , 2012. +# +msgid "" +msgstr "" +"Project-Id-Version: openobject-addons\n" +"Report-Msgid-Bugs-To: FULL NAME \n" +"POT-Creation-Date: 2012-12-21 17:05+0000\n" +"PO-Revision-Date: 2013-01-08 18:01+0000\n" +"Last-Translator: Andrei Talpa (multibase.pt) \n" +"Language-Team: Portuguese \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Launchpad-Export-Date: 2013-01-18 06:35+0000\n" +"X-Generator: Launchpad (build 16430)\n" + +#. module: auth_signup +#: field:res.partner,signup_type:0 +msgid "Signup Token Type" +msgstr "" + +#. module: auth_signup +#: field:base.config.settings,auth_signup_uninvited:0 +msgid "Allow external users to sign up" +msgstr "" + +#. module: auth_signup +#. openerp-web +#: code:addons/auth_signup/static/src/xml/auth_signup.xml:16 +#, python-format +msgid "Confirm Password" +msgstr "" + +#. module: auth_signup +#: help:base.config.settings,auth_signup_uninvited:0 +msgid "If unchecked, only invited users may sign up." +msgstr "" + +#. module: auth_signup +#: model:ir.model,name:auth_signup.model_base_config_settings +msgid "base.config.settings" +msgstr "base.config.settings" + +#. module: auth_signup +#: code:addons/auth_signup/res_users.py:252 +#, python-format +msgid "Cannot send email: user has no email address." +msgstr "" + +#. module: auth_signup +#. openerp-web +#: code:addons/auth_signup/static/src/xml/auth_signup.xml:25 +#, python-format +msgid "Reset password" +msgstr "Repor senha" + +#. module: auth_signup +#: field:base.config.settings,auth_signup_template_user_id:0 +msgid "Template user for new users created through signup" +msgstr "" + +#. module: auth_signup +#: model:email.template,subject:auth_signup.reset_password_email +msgid "Password reset" +msgstr "Repor senha" + +#. module: auth_signup +#. openerp-web +#: code:addons/auth_signup/static/src/js/auth_signup.js:125 +#, python-format +msgid "Please enter a password and confirm it." +msgstr "Por favor indique uma senha e confirme-a" + +#. module: auth_signup +#: view:res.users:0 +msgid "Send an email to the user to (re)set their password." +msgstr "" + +#. module: auth_signup +#. openerp-web +#: code:addons/auth_signup/static/src/xml/auth_signup.xml:23 +#, python-format +msgid "Sign Up" +msgstr "" + +#. module: auth_signup +#: selection:res.users,state:0 +msgid "New" +msgstr "" + +#. module: auth_signup +#: code:addons/auth_signup/res_users.py:258 +#, python-format +msgid "Mail sent to:" +msgstr "" + +#. module: auth_signup +#: field:res.users,state:0 +msgid "Status" +msgstr "Estado" + +#. module: auth_signup +#: model:email.template,body_html:auth_signup.reset_password_email +msgid "" +"\n" +"

A password reset was requested for the OpenERP account linked to this " +"email.

\n" +"\n" +"

You may change your password by following this link.

\n" +"\n" +"

Note: If you do not expect this, you can safely ignore this email.

" +msgstr "" + +#. module: auth_signup +#. openerp-web +#: code:addons/auth_signup/static/src/js/auth_signup.js:119 +#, python-format +msgid "Please enter a name." +msgstr "" + +#. module: auth_signup +#: model:ir.model,name:auth_signup.model_res_users +msgid "Users" +msgstr "Utilizadores" + +#. module: auth_signup +#: field:res.partner,signup_url:0 +msgid "Signup URL" +msgstr "" + +#. module: auth_signup +#. openerp-web +#: code:addons/auth_signup/static/src/js/auth_signup.js:122 +#, python-format +msgid "Please enter a username." +msgstr "Por favor introduza um nome de utilizador." + +#. module: auth_signup +#: selection:res.users,state:0 +msgid "Active" +msgstr "" + +#. module: auth_signup +#: code:addons/auth_signup/res_users.py:256 +#, python-format +msgid "" +"Cannot send email: no outgoing email server configured.\n" +"You can configure it under Settings/General Settings." +msgstr "" + +#. module: auth_signup +#. openerp-web +#: code:addons/auth_signup/static/src/xml/auth_signup.xml:12 +#, python-format +msgid "Username" +msgstr "Nome do utilizador" + +#. module: auth_signup +#. openerp-web +#: code:addons/auth_signup/static/src/xml/auth_signup.xml:8 +#, python-format +msgid "Name" +msgstr "Nome" + +#. module: auth_signup +#. openerp-web +#: code:addons/auth_signup/static/src/js/auth_signup.js:165 +#, python-format +msgid "Please enter a username or email address." +msgstr "Por favor introduza um nome de utilizador ou endereço de email." + +#. module: auth_signup +#: selection:res.users,state:0 +msgid "Resetting Password" +msgstr "" + +#. module: auth_signup +#. openerp-web +#: code:addons/auth_signup/static/src/xml/auth_signup.xml:13 +#, python-format +msgid "Username (Email)" +msgstr "" + +#. module: auth_signup +#: field:res.partner,signup_expiration:0 +msgid "Signup Expiration" +msgstr "" + +#. module: auth_signup +#: help:base.config.settings,auth_signup_reset_password:0 +msgid "This allows users to trigger a password reset from the Login page." +msgstr "" + +#. module: auth_signup +#. openerp-web +#: code:addons/auth_signup/static/src/xml/auth_signup.xml:21 +#, python-format +msgid "Log in" +msgstr "Iniciar sessão" + +#. module: auth_signup +#: field:res.partner,signup_valid:0 +msgid "Signup Token is Valid" +msgstr "" + +#. module: auth_signup +#. openerp-web +#: code:addons/auth_signup/static/src/js/auth_signup.js:116 +#: code:addons/auth_signup/static/src/js/auth_signup.js:119 +#: code:addons/auth_signup/static/src/js/auth_signup.js:122 +#: code:addons/auth_signup/static/src/js/auth_signup.js:125 +#: code:addons/auth_signup/static/src/js/auth_signup.js:128 +#: code:addons/auth_signup/static/src/js/auth_signup.js:162 +#: code:addons/auth_signup/static/src/js/auth_signup.js:165 +#, python-format +msgid "Login" +msgstr "Iniciar sessão" + +#. module: auth_signup +#. openerp-web +#: code:addons/auth_signup/static/src/js/auth_signup.js:99 +#, python-format +msgid "Invalid signup token" +msgstr "" + +#. module: auth_signup +#. openerp-web +#: code:addons/auth_signup/static/src/js/auth_signup.js:128 +#, python-format +msgid "Passwords do not match; please retype them." +msgstr "" + +#. module: auth_signup +#. openerp-web +#: code:addons/auth_signup/static/src/js/auth_signup.js:116 +#: code:addons/auth_signup/static/src/js/auth_signup.js:162 +#, python-format +msgid "No database selected !" +msgstr "Nenhuma base de dados selecionada!" + +#. module: auth_signup +#: view:res.users:0 +msgid "Reset Password" +msgstr "Repor a senha" + +#. module: auth_signup +#: field:base.config.settings,auth_signup_reset_password:0 +msgid "Enable password reset from Login page" +msgstr "" + +#. module: auth_signup +#. openerp-web +#: code:addons/auth_signup/static/src/xml/auth_signup.xml:24 +#, python-format +msgid "Back to Login" +msgstr "" + +#. module: auth_signup +#. openerp-web +#: code:addons/auth_signup/static/src/xml/auth_signup.xml:22 +#, python-format +msgid "Sign up" +msgstr "" + +#. module: auth_signup +#: model:ir.model,name:auth_signup.model_res_partner +msgid "Partner" +msgstr "" + +#. module: auth_signup +#: field:res.partner,signup_token:0 +msgid "Signup Token" +msgstr "" diff --git a/auth_signup/i18n/pt_BR.po b/auth_signup/i18n/pt_BR.po new file mode 100644 index 0000000..faeb958 --- /dev/null +++ b/auth_signup/i18n/pt_BR.po @@ -0,0 +1,290 @@ +# Brazilian Portuguese translation for openobject-addons +# Copyright (c) 2012 Rosetta Contributors and Canonical Ltd 2012 +# This file is distributed under the same license as the openobject-addons package. +# FIRST AUTHOR , 2012. +# +msgid "" +msgstr "" +"Project-Id-Version: openobject-addons\n" +"Report-Msgid-Bugs-To: FULL NAME \n" +"POT-Creation-Date: 2012-12-21 17:05+0000\n" +"PO-Revision-Date: 2012-12-21 23:00+0000\n" +"Last-Translator: FULL NAME \n" +"Language-Team: Brazilian Portuguese \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Launchpad-Export-Date: 2013-01-18 06:35+0000\n" +"X-Generator: Launchpad (build 16430)\n" + +#. module: auth_signup +#: field:res.partner,signup_type:0 +msgid "Signup Token Type" +msgstr "Tipo de token para Inscrição" + +#. module: auth_signup +#: field:base.config.settings,auth_signup_uninvited:0 +msgid "Allow external users to sign up" +msgstr "Permitir inscrição de usuários externos" + +#. module: auth_signup +#. openerp-web +#: code:addons/auth_signup/static/src/xml/auth_signup.xml:16 +#, python-format +msgid "Confirm Password" +msgstr "Confirmar Senha" + +#. module: auth_signup +#: help:base.config.settings,auth_signup_uninvited:0 +msgid "If unchecked, only invited users may sign up." +msgstr "Se não marcado, somente usuários convidados poderão inscrever-se" + +#. module: auth_signup +#: model:ir.model,name:auth_signup.model_base_config_settings +msgid "base.config.settings" +msgstr "base.config.settings" + +#. module: auth_signup +#: code:addons/auth_signup/res_users.py:252 +#, python-format +msgid "Cannot send email: user has no email address." +msgstr "" +"Não foi possível enviar e-mail: o usuário não tem um endereço de e-mail" + +#. module: auth_signup +#. openerp-web +#: code:addons/auth_signup/static/src/xml/auth_signup.xml:25 +#, python-format +msgid "Reset password" +msgstr "Redefinir Senha" + +#. module: auth_signup +#: field:base.config.settings,auth_signup_template_user_id:0 +msgid "Template user for new users created through signup" +msgstr "Modelo de usuário para novos usuários criados através de inscrição" + +#. module: auth_signup +#: model:email.template,subject:auth_signup.reset_password_email +msgid "Password reset" +msgstr "Redefinir Senha" + +#. module: auth_signup +#. openerp-web +#: code:addons/auth_signup/static/src/js/auth_signup.js:125 +#, python-format +msgid "Please enter a password and confirm it." +msgstr "Por favor digite uma senha e sua confirmação." + +#. module: auth_signup +#: view:res.users:0 +msgid "Send an email to the user to (re)set their password." +msgstr "Enviar um e-mail para o usuário para (re)definir sua senha." + +#. module: auth_signup +#. openerp-web +#: code:addons/auth_signup/static/src/xml/auth_signup.xml:23 +#, python-format +msgid "Sign Up" +msgstr "Inscreva-se" + +#. module: auth_signup +#: selection:res.users,state:0 +msgid "New" +msgstr "Novo" + +#. module: auth_signup +#: code:addons/auth_signup/res_users.py:258 +#, python-format +msgid "Mail sent to:" +msgstr "Mensagem enviadas para:" + +#. module: auth_signup +#: field:res.users,state:0 +msgid "Status" +msgstr "Situação" + +#. module: auth_signup +#: model:email.template,body_html:auth_signup.reset_password_email +msgid "" +"\n" +"

A password reset was requested for the OpenERP account linked to this " +"email.

\n" +"\n" +"

You may change your password by following this link.

\n" +"\n" +"

Note: If you do not expect this, you can safely ignore this email.

" +msgstr "" +"\n" +"

Uma redefinição de senha foi solicitada para a conta do OpenERP associada " +"a este e-mail.

\n" +"\n" +"

Você pode mudar sua senha acessando este " +"endereço.

\n" +"\n" +"

Nota: Se você não solicitou essa alteração, basta ignorar este e-mail.

" + +#. module: auth_signup +#. openerp-web +#: code:addons/auth_signup/static/src/js/auth_signup.js:119 +#, python-format +msgid "Please enter a name." +msgstr "Por favor, informe o nome" + +#. module: auth_signup +#: model:ir.model,name:auth_signup.model_res_users +msgid "Users" +msgstr "Usuários" + +#. module: auth_signup +#: field:res.partner,signup_url:0 +msgid "Signup URL" +msgstr "URL de inscrição" + +#. module: auth_signup +#. openerp-web +#: code:addons/auth_signup/static/src/js/auth_signup.js:122 +#, python-format +msgid "Please enter a username." +msgstr "Por favor informe um nome de usuário" + +#. module: auth_signup +#: selection:res.users,state:0 +msgid "Active" +msgstr "Ativo" + +#. module: auth_signup +#: code:addons/auth_signup/res_users.py:256 +#, python-format +msgid "" +"Cannot send email: no outgoing email server configured.\n" +"You can configure it under Settings/General Settings." +msgstr "" +"Não é possível enviar email: o servidor de saída não está configurado.\n" +"Você pode configurar em Configurações / Configurações Gerais." + +#. module: auth_signup +#. openerp-web +#: code:addons/auth_signup/static/src/xml/auth_signup.xml:12 +#, python-format +msgid "Username" +msgstr "Nome do Usuário" + +#. module: auth_signup +#. openerp-web +#: code:addons/auth_signup/static/src/xml/auth_signup.xml:8 +#, python-format +msgid "Name" +msgstr "Nome" + +#. module: auth_signup +#. openerp-web +#: code:addons/auth_signup/static/src/js/auth_signup.js:165 +#, python-format +msgid "Please enter a username or email address." +msgstr "Por favor informe um nome de usuário ou endereço de e-mail." + +#. module: auth_signup +#: selection:res.users,state:0 +msgid "Resetting Password" +msgstr "Redefinindo a Senha" + +#. module: auth_signup +#. openerp-web +#: code:addons/auth_signup/static/src/xml/auth_signup.xml:13 +#, python-format +msgid "Username (Email)" +msgstr "Nome de Usuário (E-mail)" + +#. module: auth_signup +#: field:res.partner,signup_expiration:0 +msgid "Signup Expiration" +msgstr "Expiração de Inscrição" + +#. module: auth_signup +#: help:base.config.settings,auth_signup_reset_password:0 +msgid "This allows users to trigger a password reset from the Login page." +msgstr "" +"Permite aos usuários disparar a redefinição de senha a partir da página de " +"autenticação." + +#. module: auth_signup +#. openerp-web +#: code:addons/auth_signup/static/src/xml/auth_signup.xml:21 +#, python-format +msgid "Log in" +msgstr "Acessar" + +#. module: auth_signup +#: field:res.partner,signup_valid:0 +msgid "Signup Token is Valid" +msgstr "Token de Inscrição é Válido" + +#. module: auth_signup +#. openerp-web +#: code:addons/auth_signup/static/src/js/auth_signup.js:116 +#: code:addons/auth_signup/static/src/js/auth_signup.js:119 +#: code:addons/auth_signup/static/src/js/auth_signup.js:122 +#: code:addons/auth_signup/static/src/js/auth_signup.js:125 +#: code:addons/auth_signup/static/src/js/auth_signup.js:128 +#: code:addons/auth_signup/static/src/js/auth_signup.js:162 +#: code:addons/auth_signup/static/src/js/auth_signup.js:165 +#, python-format +msgid "Login" +msgstr "Autenticação" + +#. module: auth_signup +#. openerp-web +#: code:addons/auth_signup/static/src/js/auth_signup.js:99 +#, python-format +msgid "Invalid signup token" +msgstr "Token de inscrição inválido" + +#. module: auth_signup +#. openerp-web +#: code:addons/auth_signup/static/src/js/auth_signup.js:128 +#, python-format +msgid "Passwords do not match; please retype them." +msgstr "As senhas não combinam; por favor redigite-as." + +#. module: auth_signup +#. openerp-web +#: code:addons/auth_signup/static/src/js/auth_signup.js:116 +#: code:addons/auth_signup/static/src/js/auth_signup.js:162 +#, python-format +msgid "No database selected !" +msgstr "Nenhuma base de dados selecionada !" + +#. module: auth_signup +#: view:res.users:0 +msgid "Reset Password" +msgstr "Redefinir Senha" + +#. module: auth_signup +#: field:base.config.settings,auth_signup_reset_password:0 +msgid "Enable password reset from Login page" +msgstr "Habilitar redefinição de senha a partir da página de autenticação" + +#. module: auth_signup +#. openerp-web +#: code:addons/auth_signup/static/src/xml/auth_signup.xml:24 +#, python-format +msgid "Back to Login" +msgstr "Voltar para a Página de Autenticação" + +#. module: auth_signup +#. openerp-web +#: code:addons/auth_signup/static/src/xml/auth_signup.xml:22 +#, python-format +msgid "Sign up" +msgstr "Inscreva-se" + +#. module: auth_signup +#: model:ir.model,name:auth_signup.model_res_partner +msgid "Partner" +msgstr "Parceiro" + +#. module: auth_signup +#: field:res.partner,signup_token:0 +msgid "Signup Token" +msgstr "Token de Inscrição" diff --git a/auth_signup/i18n/ro.po b/auth_signup/i18n/ro.po new file mode 100644 index 0000000..677e8dd --- /dev/null +++ b/auth_signup/i18n/ro.po @@ -0,0 +1,293 @@ +# Romanian translation for openobject-addons +# Copyright (c) 2013 Rosetta Contributors and Canonical Ltd 2013 +# This file is distributed under the same license as the openobject-addons package. +# FIRST AUTHOR , 2013. +# +msgid "" +msgstr "" +"Project-Id-Version: openobject-addons\n" +"Report-Msgid-Bugs-To: FULL NAME \n" +"POT-Creation-Date: 2012-12-21 17:05+0000\n" +"PO-Revision-Date: 2013-01-19 11:51+0000\n" +"Last-Translator: Fekete Mihai \n" +"Language-Team: Romanian \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Launchpad-Export-Date: 2013-01-20 05:17+0000\n" +"X-Generator: Launchpad (build 16430)\n" + +#. module: auth_signup +#: field:res.partner,signup_type:0 +msgid "Signup Token Type" +msgstr "Inregistrare Tip Simbol" + +#. module: auth_signup +#: field:base.config.settings,auth_signup_uninvited:0 +msgid "Allow external users to sign up" +msgstr "Permite utilizatorilor sa se inregistreze" + +#. module: auth_signup +#. openerp-web +#: code:addons/auth_signup/static/src/xml/auth_signup.xml:16 +#, python-format +msgid "Confirm Password" +msgstr "Confirma Parola" + +#. module: auth_signup +#: help:base.config.settings,auth_signup_uninvited:0 +msgid "If unchecked, only invited users may sign up." +msgstr "" +"Daca nu este selectat, doar utilizatorii invitati pot sa se inregistreze." + +#. module: auth_signup +#: model:ir.model,name:auth_signup.model_base_config_settings +msgid "base.config.settings" +msgstr "base.config.settings (setari.config.de_baza)" + +#. module: auth_signup +#: code:addons/auth_signup/res_users.py:252 +#, python-format +msgid "Cannot send email: user has no email address." +msgstr "" +"Email-ul nu poate fi trimis: utilizatorul nu are nici o adresa de email." + +#. module: auth_signup +#. openerp-web +#: code:addons/auth_signup/static/src/xml/auth_signup.xml:25 +#, python-format +msgid "Reset password" +msgstr "Reseteaza parola" + +#. module: auth_signup +#: field:base.config.settings,auth_signup_template_user_id:0 +msgid "Template user for new users created through signup" +msgstr "" +"Sablon de utilizator pentru utilizatorii noi creati prin inregistrare" + +#. module: auth_signup +#: model:email.template,subject:auth_signup.reset_password_email +msgid "Password reset" +msgstr "Parola resetata" + +#. module: auth_signup +#. openerp-web +#: code:addons/auth_signup/static/src/js/auth_signup.js:125 +#, python-format +msgid "Please enter a password and confirm it." +msgstr "Va rugam sa introduceti o parola si sa o confirmati." + +#. module: auth_signup +#: view:res.users:0 +msgid "Send an email to the user to (re)set their password." +msgstr "Trimiteti un email utilizatorului pentru a (re)seta parola." + +#. module: auth_signup +#. openerp-web +#: code:addons/auth_signup/static/src/xml/auth_signup.xml:23 +#, python-format +msgid "Sign Up" +msgstr "Inregistrare" + +#. module: auth_signup +#: selection:res.users,state:0 +msgid "New" +msgstr "Nou(a)" + +#. module: auth_signup +#: code:addons/auth_signup/res_users.py:258 +#, python-format +msgid "Mail sent to:" +msgstr "Email trimis catre:" + +#. module: auth_signup +#: field:res.users,state:0 +msgid "Status" +msgstr "Stare" + +#. module: auth_signup +#: model:email.template,body_html:auth_signup.reset_password_email +msgid "" +"\n" +"

A password reset was requested for the OpenERP account linked to this " +"email.

\n" +"\n" +"

You may change your password by following this link.

\n" +"\n" +"

Note: If you do not expect this, you can safely ignore this email.

" +msgstr "" +"\n" +"

O resetare a parolei a fost ceruta pentru contul OpenERP asociat acestui " +"email.

\n" +"\n" +"

Va puteti schimba parola urmand this " +"link.

\n" +"\n" +"

Nota: Daca nu asteptati aceasta, puteti ignora acest email.

" + +#. module: auth_signup +#. openerp-web +#: code:addons/auth_signup/static/src/js/auth_signup.js:119 +#, python-format +msgid "Please enter a name." +msgstr "Va rugam sa introduceti un nume" + +#. module: auth_signup +#: model:ir.model,name:auth_signup.model_res_users +msgid "Users" +msgstr "Utilizatori" + +#. module: auth_signup +#: field:res.partner,signup_url:0 +msgid "Signup URL" +msgstr "URL Inregistrare" + +#. module: auth_signup +#. openerp-web +#: code:addons/auth_signup/static/src/js/auth_signup.js:122 +#, python-format +msgid "Please enter a username." +msgstr "Va rugam sa introduceti un nume de utilizator." + +#. module: auth_signup +#: selection:res.users,state:0 +msgid "Active" +msgstr "Activ(a)" + +#. module: auth_signup +#: code:addons/auth_signup/res_users.py:256 +#, python-format +msgid "" +"Cannot send email: no outgoing email server configured.\n" +"You can configure it under Settings/General Settings." +msgstr "" +"Email-ul nu a putut fi trimis: nu a fost configurat nici un server pentru " +"iesire email-uri.\n" +"Il puteti configura din Setari/Setari Generale." + +#. module: auth_signup +#. openerp-web +#: code:addons/auth_signup/static/src/xml/auth_signup.xml:12 +#, python-format +msgid "Username" +msgstr "Nume de utilizator" + +#. module: auth_signup +#. openerp-web +#: code:addons/auth_signup/static/src/xml/auth_signup.xml:8 +#, python-format +msgid "Name" +msgstr "Nume" + +#. module: auth_signup +#. openerp-web +#: code:addons/auth_signup/static/src/js/auth_signup.js:165 +#, python-format +msgid "Please enter a username or email address." +msgstr "Va rugam sa introduceti un nume de utilizator sau o adresa de email." + +#. module: auth_signup +#: selection:res.users,state:0 +msgid "Resetting Password" +msgstr "Resetare Parola" + +#. module: auth_signup +#. openerp-web +#: code:addons/auth_signup/static/src/xml/auth_signup.xml:13 +#, python-format +msgid "Username (Email)" +msgstr "Nume de utilizator (Email)" + +#. module: auth_signup +#: field:res.partner,signup_expiration:0 +msgid "Signup Expiration" +msgstr "Expirare Inregistrare" + +#. module: auth_signup +#: help:base.config.settings,auth_signup_reset_password:0 +msgid "This allows users to trigger a password reset from the Login page." +msgstr "" +"Le permite utilizatorilor sa declanseze o resetare a parolei din Pagina de " +"autentificare." + +#. module: auth_signup +#. openerp-web +#: code:addons/auth_signup/static/src/xml/auth_signup.xml:21 +#, python-format +msgid "Log in" +msgstr "Autentificare" + +#. module: auth_signup +#: field:res.partner,signup_valid:0 +msgid "Signup Token is Valid" +msgstr "Simbolul de inregistrare este Valabil" + +#. module: auth_signup +#. openerp-web +#: code:addons/auth_signup/static/src/js/auth_signup.js:116 +#: code:addons/auth_signup/static/src/js/auth_signup.js:119 +#: code:addons/auth_signup/static/src/js/auth_signup.js:122 +#: code:addons/auth_signup/static/src/js/auth_signup.js:125 +#: code:addons/auth_signup/static/src/js/auth_signup.js:128 +#: code:addons/auth_signup/static/src/js/auth_signup.js:162 +#: code:addons/auth_signup/static/src/js/auth_signup.js:165 +#, python-format +msgid "Login" +msgstr "Autentificare" + +#. module: auth_signup +#. openerp-web +#: code:addons/auth_signup/static/src/js/auth_signup.js:99 +#, python-format +msgid "Invalid signup token" +msgstr "Simbol de inregistrare nevalid" + +#. module: auth_signup +#. openerp-web +#: code:addons/auth_signup/static/src/js/auth_signup.js:128 +#, python-format +msgid "Passwords do not match; please retype them." +msgstr "Parolele nu se potrivesc; va rugam sa le scrieti din nou." + +#. module: auth_signup +#. openerp-web +#: code:addons/auth_signup/static/src/js/auth_signup.js:116 +#: code:addons/auth_signup/static/src/js/auth_signup.js:162 +#, python-format +msgid "No database selected !" +msgstr "Nu a fost selectata nicio baza de date !" + +#. module: auth_signup +#: view:res.users:0 +msgid "Reset Password" +msgstr "Reseteaza Parola" + +#. module: auth_signup +#: field:base.config.settings,auth_signup_reset_password:0 +msgid "Enable password reset from Login page" +msgstr "Activeaza resetarea parolei din pagina de autentificare" + +#. module: auth_signup +#. openerp-web +#: code:addons/auth_signup/static/src/xml/auth_signup.xml:24 +#, python-format +msgid "Back to Login" +msgstr "Inapoi la Autentificare" + +#. module: auth_signup +#. openerp-web +#: code:addons/auth_signup/static/src/xml/auth_signup.xml:22 +#, python-format +msgid "Sign up" +msgstr "Inregistrare" + +#. module: auth_signup +#: model:ir.model,name:auth_signup.model_res_partner +msgid "Partner" +msgstr "Partener" + +#. module: auth_signup +#: field:res.partner,signup_token:0 +msgid "Signup Token" +msgstr "Simbol Inregistrare" diff --git a/auth_signup/i18n/ru.po b/auth_signup/i18n/ru.po new file mode 100644 index 0000000..b227dfe --- /dev/null +++ b/auth_signup/i18n/ru.po @@ -0,0 +1,279 @@ +# Russian translation for openobject-addons +# Copyright (c) 2012 Rosetta Contributors and Canonical Ltd 2012 +# This file is distributed under the same license as the openobject-addons package. +# FIRST AUTHOR , 2012. +# +msgid "" +msgstr "" +"Project-Id-Version: openobject-addons\n" +"Report-Msgid-Bugs-To: FULL NAME \n" +"POT-Creation-Date: 2012-12-21 17:05+0000\n" +"PO-Revision-Date: 2012-12-26 08:51+0000\n" +"Last-Translator: Olga \n" +"Language-Team: Russian \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Launchpad-Export-Date: 2013-01-18 06:35+0000\n" +"X-Generator: Launchpad (build 16430)\n" + +#. module: auth_signup +#: field:res.partner,signup_type:0 +msgid "Signup Token Type" +msgstr "" + +#. module: auth_signup +#: field:base.config.settings,auth_signup_uninvited:0 +msgid "Allow external users to sign up" +msgstr "" + +#. module: auth_signup +#. openerp-web +#: code:addons/auth_signup/static/src/xml/auth_signup.xml:16 +#, python-format +msgid "Confirm Password" +msgstr "" + +#. module: auth_signup +#: help:base.config.settings,auth_signup_uninvited:0 +msgid "If unchecked, only invited users may sign up." +msgstr "" +"Đ•Ńли отмечено, только приглаŃенные пользователи могŃŃ‚ зарегиŃтрироватьŃŃŹ" + +#. module: auth_signup +#: model:ir.model,name:auth_signup.model_base_config_settings +msgid "base.config.settings" +msgstr "" + +#. module: auth_signup +#: code:addons/auth_signup/res_users.py:252 +#, python-format +msgid "Cannot send email: user has no email address." +msgstr "Невозможно отправить пиŃŃŚĐĽĐľ: Ń ĐżĐľĐ»ŃŚĐ·ĐľĐ˛Đ°Ń‚ĐµĐ»ŃŹ нет ŃŤĐ». почты" + +#. module: auth_signup +#. openerp-web +#: code:addons/auth_signup/static/src/xml/auth_signup.xml:25 +#, python-format +msgid "Reset password" +msgstr "" + +#. module: auth_signup +#: field:base.config.settings,auth_signup_template_user_id:0 +msgid "Template user for new users created through signup" +msgstr "" + +#. module: auth_signup +#: model:email.template,subject:auth_signup.reset_password_email +msgid "Password reset" +msgstr "" + +#. module: auth_signup +#. openerp-web +#: code:addons/auth_signup/static/src/js/auth_signup.js:125 +#, python-format +msgid "Please enter a password and confirm it." +msgstr "ПожалŃĐąŃŃ‚Đ°, введите пароль и подтвердите его." + +#. module: auth_signup +#: view:res.users:0 +msgid "Send an email to the user to (re)set their password." +msgstr "" +"Отправить пиŃŃŚĐĽĐľ пользователю, чтобы ŃŃтановить или ŃброŃить его пароль." + +#. module: auth_signup +#. openerp-web +#: code:addons/auth_signup/static/src/xml/auth_signup.xml:23 +#, python-format +msgid "Sign Up" +msgstr "" + +#. module: auth_signup +#: selection:res.users,state:0 +msgid "New" +msgstr "" + +#. module: auth_signup +#: code:addons/auth_signup/res_users.py:258 +#, python-format +msgid "Mail sent to:" +msgstr "" + +#. module: auth_signup +#: field:res.users,state:0 +msgid "Status" +msgstr "" + +#. module: auth_signup +#: model:email.template,body_html:auth_signup.reset_password_email +msgid "" +"\n" +"

A password reset was requested for the OpenERP account linked to this " +"email.

\n" +"\n" +"

You may change your password by following this link.

\n" +"\n" +"

Note: If you do not expect this, you can safely ignore this email.

" +msgstr "" + +#. module: auth_signup +#. openerp-web +#: code:addons/auth_signup/static/src/js/auth_signup.js:119 +#, python-format +msgid "Please enter a name." +msgstr "" + +#. module: auth_signup +#: model:ir.model,name:auth_signup.model_res_users +msgid "Users" +msgstr "" + +#. module: auth_signup +#: field:res.partner,signup_url:0 +msgid "Signup URL" +msgstr "URL региŃтрации" + +#. module: auth_signup +#. openerp-web +#: code:addons/auth_signup/static/src/js/auth_signup.js:122 +#, python-format +msgid "Please enter a username." +msgstr "ПожалŃĐąŃŃ‚Đ°, введите имя пользователя." + +#. module: auth_signup +#: selection:res.users,state:0 +msgid "Active" +msgstr "" + +#. module: auth_signup +#: code:addons/auth_signup/res_users.py:256 +#, python-format +msgid "" +"Cannot send email: no outgoing email server configured.\n" +"You can configure it under Settings/General Settings." +msgstr "" + +#. module: auth_signup +#. openerp-web +#: code:addons/auth_signup/static/src/xml/auth_signup.xml:12 +#, python-format +msgid "Username" +msgstr "" + +#. module: auth_signup +#. openerp-web +#: code:addons/auth_signup/static/src/xml/auth_signup.xml:8 +#, python-format +msgid "Name" +msgstr "" + +#. module: auth_signup +#. openerp-web +#: code:addons/auth_signup/static/src/js/auth_signup.js:165 +#, python-format +msgid "Please enter a username or email address." +msgstr "" + +#. module: auth_signup +#: selection:res.users,state:0 +msgid "Resetting Password" +msgstr "" + +#. module: auth_signup +#. openerp-web +#: code:addons/auth_signup/static/src/xml/auth_signup.xml:13 +#, python-format +msgid "Username (Email)" +msgstr "" + +#. module: auth_signup +#: field:res.partner,signup_expiration:0 +msgid "Signup Expiration" +msgstr "" + +#. module: auth_signup +#: help:base.config.settings,auth_signup_reset_password:0 +msgid "This allows users to trigger a password reset from the Login page." +msgstr "" + +#. module: auth_signup +#. openerp-web +#: code:addons/auth_signup/static/src/xml/auth_signup.xml:21 +#, python-format +msgid "Log in" +msgstr "" + +#. module: auth_signup +#: field:res.partner,signup_valid:0 +msgid "Signup Token is Valid" +msgstr "" + +#. module: auth_signup +#. openerp-web +#: code:addons/auth_signup/static/src/js/auth_signup.js:116 +#: code:addons/auth_signup/static/src/js/auth_signup.js:119 +#: code:addons/auth_signup/static/src/js/auth_signup.js:122 +#: code:addons/auth_signup/static/src/js/auth_signup.js:125 +#: code:addons/auth_signup/static/src/js/auth_signup.js:128 +#: code:addons/auth_signup/static/src/js/auth_signup.js:162 +#: code:addons/auth_signup/static/src/js/auth_signup.js:165 +#, python-format +msgid "Login" +msgstr "" + +#. module: auth_signup +#. openerp-web +#: code:addons/auth_signup/static/src/js/auth_signup.js:99 +#, python-format +msgid "Invalid signup token" +msgstr "" + +#. module: auth_signup +#. openerp-web +#: code:addons/auth_signup/static/src/js/auth_signup.js:128 +#, python-format +msgid "Passwords do not match; please retype them." +msgstr "" + +#. module: auth_signup +#. openerp-web +#: code:addons/auth_signup/static/src/js/auth_signup.js:116 +#: code:addons/auth_signup/static/src/js/auth_signup.js:162 +#, python-format +msgid "No database selected !" +msgstr "" + +#. module: auth_signup +#: view:res.users:0 +msgid "Reset Password" +msgstr "" + +#. module: auth_signup +#: field:base.config.settings,auth_signup_reset_password:0 +msgid "Enable password reset from Login page" +msgstr "" + +#. module: auth_signup +#. openerp-web +#: code:addons/auth_signup/static/src/xml/auth_signup.xml:24 +#, python-format +msgid "Back to Login" +msgstr "" + +#. module: auth_signup +#. openerp-web +#: code:addons/auth_signup/static/src/xml/auth_signup.xml:22 +#, python-format +msgid "Sign up" +msgstr "" + +#. module: auth_signup +#: model:ir.model,name:auth_signup.model_res_partner +msgid "Partner" +msgstr "" + +#. module: auth_signup +#: field:res.partner,signup_token:0 +msgid "Signup Token" +msgstr "" diff --git a/auth_signup/i18n/sl.po b/auth_signup/i18n/sl.po new file mode 100644 index 0000000..370bf32 --- /dev/null +++ b/auth_signup/i18n/sl.po @@ -0,0 +1,277 @@ +# Slovenian translation for openobject-addons +# Copyright (c) 2013 Rosetta Contributors and Canonical Ltd 2013 +# This file is distributed under the same license as the openobject-addons package. +# FIRST AUTHOR , 2013. +# +msgid "" +msgstr "" +"Project-Id-Version: openobject-addons\n" +"Report-Msgid-Bugs-To: FULL NAME \n" +"POT-Creation-Date: 2012-12-21 17:05+0000\n" +"PO-Revision-Date: 2013-01-05 16:55+0000\n" +"Last-Translator: Dušan Laznik (Mentis) \n" +"Language-Team: Slovenian \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Launchpad-Export-Date: 2013-01-18 06:35+0000\n" +"X-Generator: Launchpad (build 16430)\n" + +#. module: auth_signup +#: field:res.partner,signup_type:0 +msgid "Signup Token Type" +msgstr "" + +#. module: auth_signup +#: field:base.config.settings,auth_signup_uninvited:0 +msgid "Allow external users to sign up" +msgstr "" + +#. module: auth_signup +#. openerp-web +#: code:addons/auth_signup/static/src/xml/auth_signup.xml:16 +#, python-format +msgid "Confirm Password" +msgstr "Potrdite geslo" + +#. module: auth_signup +#: help:base.config.settings,auth_signup_uninvited:0 +msgid "If unchecked, only invited users may sign up." +msgstr "" + +#. module: auth_signup +#: model:ir.model,name:auth_signup.model_base_config_settings +msgid "base.config.settings" +msgstr "base.config.settings" + +#. module: auth_signup +#: code:addons/auth_signup/res_users.py:252 +#, python-format +msgid "Cannot send email: user has no email address." +msgstr "" + +#. module: auth_signup +#. openerp-web +#: code:addons/auth_signup/static/src/xml/auth_signup.xml:25 +#, python-format +msgid "Reset password" +msgstr "Ponastavi geslo" + +#. module: auth_signup +#: field:base.config.settings,auth_signup_template_user_id:0 +msgid "Template user for new users created through signup" +msgstr "" + +#. module: auth_signup +#: model:email.template,subject:auth_signup.reset_password_email +msgid "Password reset" +msgstr "" + +#. module: auth_signup +#. openerp-web +#: code:addons/auth_signup/static/src/js/auth_signup.js:125 +#, python-format +msgid "Please enter a password and confirm it." +msgstr "" + +#. module: auth_signup +#: view:res.users:0 +msgid "Send an email to the user to (re)set their password." +msgstr "" + +#. module: auth_signup +#. openerp-web +#: code:addons/auth_signup/static/src/xml/auth_signup.xml:23 +#, python-format +msgid "Sign Up" +msgstr "Prijava" + +#. module: auth_signup +#: selection:res.users,state:0 +msgid "New" +msgstr "Novo" + +#. module: auth_signup +#: code:addons/auth_signup/res_users.py:258 +#, python-format +msgid "Mail sent to:" +msgstr "" + +#. module: auth_signup +#: field:res.users,state:0 +msgid "Status" +msgstr "Status" + +#. module: auth_signup +#: model:email.template,body_html:auth_signup.reset_password_email +msgid "" +"\n" +"

A password reset was requested for the OpenERP account linked to this " +"email.

\n" +"\n" +"

You may change your password by following this link.

\n" +"\n" +"

Note: If you do not expect this, you can safely ignore this email.

" +msgstr "" + +#. module: auth_signup +#. openerp-web +#: code:addons/auth_signup/static/src/js/auth_signup.js:119 +#, python-format +msgid "Please enter a name." +msgstr "Vnesite ime" + +#. module: auth_signup +#: model:ir.model,name:auth_signup.model_res_users +msgid "Users" +msgstr "Uporabniki" + +#. module: auth_signup +#: field:res.partner,signup_url:0 +msgid "Signup URL" +msgstr "" + +#. module: auth_signup +#. openerp-web +#: code:addons/auth_signup/static/src/js/auth_signup.js:122 +#, python-format +msgid "Please enter a username." +msgstr "" + +#. module: auth_signup +#: selection:res.users,state:0 +msgid "Active" +msgstr "Aktivno" + +#. module: auth_signup +#: code:addons/auth_signup/res_users.py:256 +#, python-format +msgid "" +"Cannot send email: no outgoing email server configured.\n" +"You can configure it under Settings/General Settings." +msgstr "" + +#. module: auth_signup +#. openerp-web +#: code:addons/auth_signup/static/src/xml/auth_signup.xml:12 +#, python-format +msgid "Username" +msgstr "Uporabniško ime" + +#. module: auth_signup +#. openerp-web +#: code:addons/auth_signup/static/src/xml/auth_signup.xml:8 +#, python-format +msgid "Name" +msgstr "Ime" + +#. module: auth_signup +#. openerp-web +#: code:addons/auth_signup/static/src/js/auth_signup.js:165 +#, python-format +msgid "Please enter a username or email address." +msgstr "" + +#. module: auth_signup +#: selection:res.users,state:0 +msgid "Resetting Password" +msgstr "" + +#. module: auth_signup +#. openerp-web +#: code:addons/auth_signup/static/src/xml/auth_signup.xml:13 +#, python-format +msgid "Username (Email)" +msgstr "" + +#. module: auth_signup +#: field:res.partner,signup_expiration:0 +msgid "Signup Expiration" +msgstr "" + +#. module: auth_signup +#: help:base.config.settings,auth_signup_reset_password:0 +msgid "This allows users to trigger a password reset from the Login page." +msgstr "" + +#. module: auth_signup +#. openerp-web +#: code:addons/auth_signup/static/src/xml/auth_signup.xml:21 +#, python-format +msgid "Log in" +msgstr "Prijava" + +#. module: auth_signup +#: field:res.partner,signup_valid:0 +msgid "Signup Token is Valid" +msgstr "" + +#. module: auth_signup +#. openerp-web +#: code:addons/auth_signup/static/src/js/auth_signup.js:116 +#: code:addons/auth_signup/static/src/js/auth_signup.js:119 +#: code:addons/auth_signup/static/src/js/auth_signup.js:122 +#: code:addons/auth_signup/static/src/js/auth_signup.js:125 +#: code:addons/auth_signup/static/src/js/auth_signup.js:128 +#: code:addons/auth_signup/static/src/js/auth_signup.js:162 +#: code:addons/auth_signup/static/src/js/auth_signup.js:165 +#, python-format +msgid "Login" +msgstr "Prijava" + +#. module: auth_signup +#. openerp-web +#: code:addons/auth_signup/static/src/js/auth_signup.js:99 +#, python-format +msgid "Invalid signup token" +msgstr "" + +#. module: auth_signup +#. openerp-web +#: code:addons/auth_signup/static/src/js/auth_signup.js:128 +#, python-format +msgid "Passwords do not match; please retype them." +msgstr "" + +#. module: auth_signup +#. openerp-web +#: code:addons/auth_signup/static/src/js/auth_signup.js:116 +#: code:addons/auth_signup/static/src/js/auth_signup.js:162 +#, python-format +msgid "No database selected !" +msgstr "Nobena podatkovna zbirka ni izbrana!" + +#. module: auth_signup +#: view:res.users:0 +msgid "Reset Password" +msgstr "" + +#. module: auth_signup +#: field:base.config.settings,auth_signup_reset_password:0 +msgid "Enable password reset from Login page" +msgstr "" + +#. module: auth_signup +#. openerp-web +#: code:addons/auth_signup/static/src/xml/auth_signup.xml:24 +#, python-format +msgid "Back to Login" +msgstr "Nazaj na prijavo" + +#. module: auth_signup +#. openerp-web +#: code:addons/auth_signup/static/src/xml/auth_signup.xml:22 +#, python-format +msgid "Sign up" +msgstr "" + +#. module: auth_signup +#: model:ir.model,name:auth_signup.model_res_partner +msgid "Partner" +msgstr "Partner" + +#. module: auth_signup +#: field:res.partner,signup_token:0 +msgid "Signup Token" +msgstr "" diff --git a/auth_signup/i18n/tr.po b/auth_signup/i18n/tr.po new file mode 100644 index 0000000..e5421bb --- /dev/null +++ b/auth_signup/i18n/tr.po @@ -0,0 +1,277 @@ +# Turkish translation for openobject-addons +# Copyright (c) 2012 Rosetta Contributors and Canonical Ltd 2012 +# This file is distributed under the same license as the openobject-addons package. +# FIRST AUTHOR , 2012. +# +msgid "" +msgstr "" +"Project-Id-Version: openobject-addons\n" +"Report-Msgid-Bugs-To: FULL NAME \n" +"POT-Creation-Date: 2012-12-21 17:05+0000\n" +"PO-Revision-Date: 2013-02-08 07:20+0000\n" +"Last-Translator: Ayhan KIZILTAN \n" +"Language-Team: Turkish \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Launchpad-Export-Date: 2013-02-09 05:28+0000\n" +"X-Generator: Launchpad (build 16482)\n" + +#. module: auth_signup +#: field:res.partner,signup_type:0 +msgid "Signup Token Type" +msgstr "" + +#. module: auth_signup +#: field:base.config.settings,auth_signup_uninvited:0 +msgid "Allow external users to sign up" +msgstr "" + +#. module: auth_signup +#. openerp-web +#: code:addons/auth_signup/static/src/xml/auth_signup.xml:16 +#, python-format +msgid "Confirm Password" +msgstr "Parolayı Doğrula" + +#. module: auth_signup +#: help:base.config.settings,auth_signup_uninvited:0 +msgid "If unchecked, only invited users may sign up." +msgstr "" + +#. module: auth_signup +#: model:ir.model,name:auth_signup.model_base_config_settings +msgid "base.config.settings" +msgstr "base.config.settings" + +#. module: auth_signup +#: code:addons/auth_signup/res_users.py:252 +#, python-format +msgid "Cannot send email: user has no email address." +msgstr "Eposta gönderilemiyor: kullanıcının eposta adresi yok." + +#. module: auth_signup +#. openerp-web +#: code:addons/auth_signup/static/src/xml/auth_signup.xml:25 +#, python-format +msgid "Reset password" +msgstr "Parolayı sıfırla" + +#. module: auth_signup +#: field:base.config.settings,auth_signup_template_user_id:0 +msgid "Template user for new users created through signup" +msgstr "" + +#. module: auth_signup +#: model:email.template,subject:auth_signup.reset_password_email +msgid "Password reset" +msgstr "Parola sıfırlandı" + +#. module: auth_signup +#. openerp-web +#: code:addons/auth_signup/static/src/js/auth_signup.js:125 +#, python-format +msgid "Please enter a password and confirm it." +msgstr "" + +#. module: auth_signup +#: view:res.users:0 +msgid "Send an email to the user to (re)set their password." +msgstr "" + +#. module: auth_signup +#. openerp-web +#: code:addons/auth_signup/static/src/xml/auth_signup.xml:23 +#, python-format +msgid "Sign Up" +msgstr "Üye Ol" + +#. module: auth_signup +#: selection:res.users,state:0 +msgid "New" +msgstr "Yeni" + +#. module: auth_signup +#: code:addons/auth_signup/res_users.py:258 +#, python-format +msgid "Mail sent to:" +msgstr "Eposta buna gönderildi:" + +#. module: auth_signup +#: field:res.users,state:0 +msgid "Status" +msgstr "Durumu" + +#. module: auth_signup +#: model:email.template,body_html:auth_signup.reset_password_email +msgid "" +"\n" +"

A password reset was requested for the OpenERP account linked to this " +"email.

\n" +"\n" +"

You may change your password by following this link.

\n" +"\n" +"

Note: If you do not expect this, you can safely ignore this email.

" +msgstr "" + +#. module: auth_signup +#. openerp-web +#: code:addons/auth_signup/static/src/js/auth_signup.js:119 +#, python-format +msgid "Please enter a name." +msgstr "LĂĽtfen bir isim girin" + +#. module: auth_signup +#: model:ir.model,name:auth_signup.model_res_users +msgid "Users" +msgstr "Kullanıcılar" + +#. module: auth_signup +#: field:res.partner,signup_url:0 +msgid "Signup URL" +msgstr "Kayıt URL" + +#. module: auth_signup +#. openerp-web +#: code:addons/auth_signup/static/src/js/auth_signup.js:122 +#, python-format +msgid "Please enter a username." +msgstr "LĂĽtfen bir kullanıcı adı girin." + +#. module: auth_signup +#: selection:res.users,state:0 +msgid "Active" +msgstr "Etkin" + +#. module: auth_signup +#: code:addons/auth_signup/res_users.py:256 +#, python-format +msgid "" +"Cannot send email: no outgoing email server configured.\n" +"You can configure it under Settings/General Settings." +msgstr "" + +#. module: auth_signup +#. openerp-web +#: code:addons/auth_signup/static/src/xml/auth_signup.xml:12 +#, python-format +msgid "Username" +msgstr "Kullanıcı Adı" + +#. module: auth_signup +#. openerp-web +#: code:addons/auth_signup/static/src/xml/auth_signup.xml:8 +#, python-format +msgid "Name" +msgstr "" + +#. module: auth_signup +#. openerp-web +#: code:addons/auth_signup/static/src/js/auth_signup.js:165 +#, python-format +msgid "Please enter a username or email address." +msgstr "" + +#. module: auth_signup +#: selection:res.users,state:0 +msgid "Resetting Password" +msgstr "" + +#. module: auth_signup +#. openerp-web +#: code:addons/auth_signup/static/src/xml/auth_signup.xml:13 +#, python-format +msgid "Username (Email)" +msgstr "" + +#. module: auth_signup +#: field:res.partner,signup_expiration:0 +msgid "Signup Expiration" +msgstr "" + +#. module: auth_signup +#: help:base.config.settings,auth_signup_reset_password:0 +msgid "This allows users to trigger a password reset from the Login page." +msgstr "" + +#. module: auth_signup +#. openerp-web +#: code:addons/auth_signup/static/src/xml/auth_signup.xml:21 +#, python-format +msgid "Log in" +msgstr "" + +#. module: auth_signup +#: field:res.partner,signup_valid:0 +msgid "Signup Token is Valid" +msgstr "" + +#. module: auth_signup +#. openerp-web +#: code:addons/auth_signup/static/src/js/auth_signup.js:116 +#: code:addons/auth_signup/static/src/js/auth_signup.js:119 +#: code:addons/auth_signup/static/src/js/auth_signup.js:122 +#: code:addons/auth_signup/static/src/js/auth_signup.js:125 +#: code:addons/auth_signup/static/src/js/auth_signup.js:128 +#: code:addons/auth_signup/static/src/js/auth_signup.js:162 +#: code:addons/auth_signup/static/src/js/auth_signup.js:165 +#, python-format +msgid "Login" +msgstr "" + +#. module: auth_signup +#. openerp-web +#: code:addons/auth_signup/static/src/js/auth_signup.js:99 +#, python-format +msgid "Invalid signup token" +msgstr "" + +#. module: auth_signup +#. openerp-web +#: code:addons/auth_signup/static/src/js/auth_signup.js:128 +#, python-format +msgid "Passwords do not match; please retype them." +msgstr "" + +#. module: auth_signup +#. openerp-web +#: code:addons/auth_signup/static/src/js/auth_signup.js:116 +#: code:addons/auth_signup/static/src/js/auth_signup.js:162 +#, python-format +msgid "No database selected !" +msgstr "" + +#. module: auth_signup +#: view:res.users:0 +msgid "Reset Password" +msgstr "Parolayı Sıfırla" + +#. module: auth_signup +#: field:base.config.settings,auth_signup_reset_password:0 +msgid "Enable password reset from Login page" +msgstr "" + +#. module: auth_signup +#. openerp-web +#: code:addons/auth_signup/static/src/xml/auth_signup.xml:24 +#, python-format +msgid "Back to Login" +msgstr "" + +#. module: auth_signup +#. openerp-web +#: code:addons/auth_signup/static/src/xml/auth_signup.xml:22 +#, python-format +msgid "Sign up" +msgstr "" + +#. module: auth_signup +#: model:ir.model,name:auth_signup.model_res_partner +msgid "Partner" +msgstr "" + +#. module: auth_signup +#: field:res.partner,signup_token:0 +msgid "Signup Token" +msgstr "" diff --git a/auth_signup/i18n/zh_CN.po b/auth_signup/i18n/zh_CN.po new file mode 100644 index 0000000..071ddb3 --- /dev/null +++ b/auth_signup/i18n/zh_CN.po @@ -0,0 +1,277 @@ +# Chinese (Simplified) translation for openobject-addons +# Copyright (c) 2012 Rosetta Contributors and Canonical Ltd 2012 +# This file is distributed under the same license as the openobject-addons package. +# FIRST AUTHOR , 2012. +# +msgid "" +msgstr "" +"Project-Id-Version: openobject-addons\n" +"Report-Msgid-Bugs-To: FULL NAME \n" +"POT-Creation-Date: 2012-12-21 17:05+0000\n" +"PO-Revision-Date: 2012-12-21 23:00+0000\n" +"Last-Translator: FULL NAME \n" +"Language-Team: Chinese (Simplified) \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Launchpad-Export-Date: 2013-01-18 06:35+0000\n" +"X-Generator: Launchpad (build 16430)\n" + +#. module: auth_signup +#: field:res.partner,signup_type:0 +msgid "Signup Token Type" +msgstr "" + +#. module: auth_signup +#: field:base.config.settings,auth_signup_uninvited:0 +msgid "Allow external users to sign up" +msgstr "ĺ…许外é¨ç”¨ć·ç™»ĺ˝•" + +#. module: auth_signup +#. openerp-web +#: code:addons/auth_signup/static/src/xml/auth_signup.xml:16 +#, python-format +msgid "Confirm Password" +msgstr "确认密ç " + +#. module: auth_signup +#: help:base.config.settings,auth_signup_uninvited:0 +msgid "If unchecked, only invited users may sign up." +msgstr "" + +#. module: auth_signup +#: model:ir.model,name:auth_signup.model_base_config_settings +msgid "base.config.settings" +msgstr "base.config.settings" + +#. module: auth_signup +#: code:addons/auth_signup/res_users.py:252 +#, python-format +msgid "Cannot send email: user has no email address." +msgstr "" + +#. module: auth_signup +#. openerp-web +#: code:addons/auth_signup/static/src/xml/auth_signup.xml:25 +#, python-format +msgid "Reset password" +msgstr "重设密ç " + +#. module: auth_signup +#: field:base.config.settings,auth_signup_template_user_id:0 +msgid "Template user for new users created through signup" +msgstr "用作通过注册ĺ›ĺ»şçš„新用ć·çš„模ç‰" + +#. module: auth_signup +#: model:email.template,subject:auth_signup.reset_password_email +msgid "Password reset" +msgstr "重置密ç " + +#. module: auth_signup +#. openerp-web +#: code:addons/auth_signup/static/src/js/auth_signup.js:125 +#, python-format +msgid "Please enter a password and confirm it." +msgstr "" + +#. module: auth_signup +#: view:res.users:0 +msgid "Send an email to the user to (re)set their password." +msgstr "" + +#. module: auth_signup +#. openerp-web +#: code:addons/auth_signup/static/src/xml/auth_signup.xml:23 +#, python-format +msgid "Sign Up" +msgstr "注册" + +#. module: auth_signup +#: selection:res.users,state:0 +msgid "New" +msgstr "新建" + +#. module: auth_signup +#: code:addons/auth_signup/res_users.py:258 +#, python-format +msgid "Mail sent to:" +msgstr "" + +#. module: auth_signup +#: field:res.users,state:0 +msgid "Status" +msgstr "状ć€" + +#. module: auth_signup +#: model:email.template,body_html:auth_signup.reset_password_email +msgid "" +"\n" +"

A password reset was requested for the OpenERP account linked to this " +"email.

\n" +"\n" +"

You may change your password by following this link.

\n" +"\n" +"

Note: If you do not expect this, you can safely ignore this email.

" +msgstr "" + +#. module: auth_signup +#. openerp-web +#: code:addons/auth_signup/static/src/js/auth_signup.js:119 +#, python-format +msgid "Please enter a name." +msgstr "" + +#. module: auth_signup +#: model:ir.model,name:auth_signup.model_res_users +msgid "Users" +msgstr "用ć·" + +#. module: auth_signup +#: field:res.partner,signup_url:0 +msgid "Signup URL" +msgstr "注册 URL" + +#. module: auth_signup +#. openerp-web +#: code:addons/auth_signup/static/src/js/auth_signup.js:122 +#, python-format +msgid "Please enter a username." +msgstr "" + +#. module: auth_signup +#: selection:res.users,state:0 +msgid "Active" +msgstr "ĺŻç”¨" + +#. module: auth_signup +#: code:addons/auth_signup/res_users.py:256 +#, python-format +msgid "" +"Cannot send email: no outgoing email server configured.\n" +"You can configure it under Settings/General Settings." +msgstr "" + +#. module: auth_signup +#. openerp-web +#: code:addons/auth_signup/static/src/xml/auth_signup.xml:12 +#, python-format +msgid "Username" +msgstr "用ć·ĺŤ" + +#. module: auth_signup +#. openerp-web +#: code:addons/auth_signup/static/src/xml/auth_signup.xml:8 +#, python-format +msgid "Name" +msgstr "姓ĺŤ" + +#. module: auth_signup +#. openerp-web +#: code:addons/auth_signup/static/src/js/auth_signup.js:165 +#, python-format +msgid "Please enter a username or email address." +msgstr "" + +#. module: auth_signup +#: selection:res.users,state:0 +msgid "Resetting Password" +msgstr "复位密ç " + +#. module: auth_signup +#. openerp-web +#: code:addons/auth_signup/static/src/xml/auth_signup.xml:13 +#, python-format +msgid "Username (Email)" +msgstr "用ć·ĺŤ(Email)" + +#. module: auth_signup +#: field:res.partner,signup_expiration:0 +msgid "Signup Expiration" +msgstr "注册过期" + +#. module: auth_signup +#: help:base.config.settings,auth_signup_reset_password:0 +msgid "This allows users to trigger a password reset from the Login page." +msgstr "" + +#. module: auth_signup +#. openerp-web +#: code:addons/auth_signup/static/src/xml/auth_signup.xml:21 +#, python-format +msgid "Log in" +msgstr "登录" + +#. module: auth_signup +#: field:res.partner,signup_valid:0 +msgid "Signup Token is Valid" +msgstr "ćł¨ĺ†Śä»¤ç‰ŚďĽ Token )ćŻćś‰ć•çš„" + +#. module: auth_signup +#. openerp-web +#: code:addons/auth_signup/static/src/js/auth_signup.js:116 +#: code:addons/auth_signup/static/src/js/auth_signup.js:119 +#: code:addons/auth_signup/static/src/js/auth_signup.js:122 +#: code:addons/auth_signup/static/src/js/auth_signup.js:125 +#: code:addons/auth_signup/static/src/js/auth_signup.js:128 +#: code:addons/auth_signup/static/src/js/auth_signup.js:162 +#: code:addons/auth_signup/static/src/js/auth_signup.js:165 +#, python-format +msgid "Login" +msgstr "" + +#. module: auth_signup +#. openerp-web +#: code:addons/auth_signup/static/src/js/auth_signup.js:99 +#, python-format +msgid "Invalid signup token" +msgstr "" + +#. module: auth_signup +#. openerp-web +#: code:addons/auth_signup/static/src/js/auth_signup.js:128 +#, python-format +msgid "Passwords do not match; please retype them." +msgstr "" + +#. module: auth_signup +#. openerp-web +#: code:addons/auth_signup/static/src/js/auth_signup.js:116 +#: code:addons/auth_signup/static/src/js/auth_signup.js:162 +#, python-format +msgid "No database selected !" +msgstr "" + +#. module: auth_signup +#: view:res.users:0 +msgid "Reset Password" +msgstr "重置密ç " + +#. module: auth_signup +#: field:base.config.settings,auth_signup_reset_password:0 +msgid "Enable password reset from Login page" +msgstr "" + +#. module: auth_signup +#. openerp-web +#: code:addons/auth_signup/static/src/xml/auth_signup.xml:24 +#, python-format +msgid "Back to Login" +msgstr "返回登录页面" + +#. module: auth_signup +#. openerp-web +#: code:addons/auth_signup/static/src/xml/auth_signup.xml:22 +#, python-format +msgid "Sign up" +msgstr "" + +#. module: auth_signup +#: model:ir.model,name:auth_signup.model_res_partner +msgid "Partner" +msgstr "业务伙伴" + +#. module: auth_signup +#: field:res.partner,signup_token:0 +msgid "Signup Token" +msgstr "ćł¨ĺ†Śä»¤ç‰ŚďĽ Token )" diff --git a/auth_signup/res_config.py b/auth_signup/res_config.py new file mode 100755 index 0000000..9cdb415 --- /dev/null +++ b/auth_signup/res_config.py @@ -0,0 +1,52 @@ +# -*- coding: utf-8 -*- +############################################################################## +# +# OpenERP, Open Source Management Solution +# Copyright (C) 2012-today OpenERP SA () +# +# This program is free software: you can redistribute it and/or modify +# it under the terms of the GNU Affero General Public License as +# published by the Free Software Foundation, either version 3 of the +# License, or (at your option) any later version +# +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU Affero General Public License for more details +# +# You should have received a copy of the GNU Affero General Public License +# along with this program. If not, see +# +############################################################################## + +from openerp.osv import osv, fields +from openerp.tools.safe_eval import safe_eval + +class base_config_settings(osv.TransientModel): + _inherit = 'base.config.settings' + + _columns = { + 'auth_signup_reset_password': fields.boolean('Enable password reset from Login page', + help="This allows users to trigger a password reset from the Login page."), + 'auth_signup_uninvited': fields.boolean('Allow external users to sign up', + help="If unchecked, only invited users may sign up."), + 'auth_signup_template_user_id': fields.many2one('res.users', + string='Template user for new users created through signup'), + } + + def get_default_auth_signup_template_user_id(self, cr, uid, fields, context=None): + icp = self.pool.get('ir.config_parameter') + # we use safe_eval on the result, since the value of the parameter is a nonempty string + return { + 'auth_signup_reset_password': safe_eval(icp.get_param(cr, uid, 'auth_signup.reset_password', 'False')), + 'auth_signup_uninvited': safe_eval(icp.get_param(cr, uid, 'auth_signup.allow_uninvited', 'False')), + 'auth_signup_template_user_id': safe_eval(icp.get_param(cr, uid, 'auth_signup.template_user_id', 'False')), + } + + def set_auth_signup_template_user_id(self, cr, uid, ids, context=None): + config = self.browse(cr, uid, ids[0], context=context) + icp = self.pool.get('ir.config_parameter') + # we store the repr of the values, since the value of the parameter is a required string + icp.set_param(cr, uid, 'auth_signup.reset_password', repr(config.auth_signup_reset_password)) + icp.set_param(cr, uid, 'auth_signup.allow_uninvited', repr(config.auth_signup_uninvited)) + icp.set_param(cr, uid, 'auth_signup.template_user_id', repr(config.auth_signup_template_user_id.id)) diff --git a/auth_signup/res_config.xml b/auth_signup/res_config.xml new file mode 100644 index 0000000..47df51e --- /dev/null +++ b/auth_signup/res_config.xml @@ -0,0 +1,30 @@ + + + + + + base.config.settings.signup + base.config.settings + + + +
+ +
+
+ +
+
+
+
+
+
+ +
+
diff --git a/auth_signup/res_users.py b/auth_signup/res_users.py new file mode 100755 index 0000000..9718897 --- /dev/null +++ b/auth_signup/res_users.py @@ -0,0 +1,289 @@ +# -*- coding: utf-8 -*- +############################################################################## +# +# OpenERP, Open Source Management Solution +# Copyright (C) 2012-today OpenERP SA () +# +# This program is free software: you can redistribute it and/or modify +# it under the terms of the GNU Affero General Public License as +# published by the Free Software Foundation, either version 3 of the +# License, or (at your option) any later version +# +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU Affero General Public License for more details +# +# You should have received a copy of the GNU Affero General Public License +# along with this program. If not, see +# +############################################################################## +from datetime import datetime, timedelta +import random +from urllib import urlencode +from urlparse import urljoin + +from openerp.osv import osv, fields +from openerp.tools.misc import DEFAULT_SERVER_DATETIME_FORMAT +from openerp.tools.safe_eval import safe_eval +from openerp.tools.translate import _ + +class SignupError(Exception): + pass + +def random_token(): + # the token has an entropy of about 120 bits (6 bits/char * 20 chars) + chars = 'ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789' + return ''.join(random.choice(chars) for i in xrange(20)) + +def now(**kwargs): + dt = datetime.now() + timedelta(**kwargs) + return dt.strftime(DEFAULT_SERVER_DATETIME_FORMAT) + + +class res_partner(osv.Model): + _inherit = 'res.partner' + + def _get_signup_valid(self, cr, uid, ids, name, arg, context=None): + dt = now() + res = {} + for partner in self.browse(cr, uid, ids, context): + res[partner.id] = bool(partner.signup_token) and \ + (not partner.signup_expiration or dt <= partner.signup_expiration) + return res + + def _get_signup_url_for_action(self, cr, uid, ids, action='login', view_type=None, menu_id=None, res_id=None, model=None, context=None): + """ generate a signup url for the given partner ids and action, possibly overriding + the url state components (menu_id, id, view_type) """ + res = dict.fromkeys(ids, False) + base_url = self.pool.get('ir.config_parameter').get_param(cr, uid, 'web.base.url') + for partner in self.browse(cr, uid, ids, context): + # when required, make sure the partner has a valid signup token + if context and context.get('signup_valid') and not partner.user_ids: + self.signup_prepare(cr, uid, [partner.id], context=context) + partner.refresh() + + # the parameters to encode for the query and fragment part of url + query = {'db': cr.dbname} + fragment = {'action': action, 'type': partner.signup_type} + + if partner.signup_token: + fragment['token'] = partner.signup_token + elif partner.user_ids: + fragment['db'] = cr.dbname + fragment['login'] = partner.user_ids[0].login + else: + continue # no signup token, no user, thus no signup url! + + if view_type: + fragment['view_type'] = view_type + if menu_id: + fragment['menu_id'] = menu_id + if model: + fragment['model'] = model + if res_id: + fragment['id'] = res_id + + res[partner.id] = urljoin(base_url, "?%s#%s" % (urlencode(query), urlencode(fragment))) + + return res + + def _get_signup_url(self, cr, uid, ids, name, arg, context=None): + """ proxy for function field towards actual implementation """ + return self._get_signup_url_for_action(cr, uid, ids, context=context) + + _columns = { + 'signup_token': fields.char('Signup Token'), + 'signup_type': fields.char('Signup Token Type'), + 'signup_expiration': fields.datetime('Signup Expiration'), + 'signup_valid': fields.function(_get_signup_valid, type='boolean', string='Signup Token is Valid'), + 'signup_url': fields.function(_get_signup_url, type='char', string='Signup URL'), + } + + def action_signup_prepare(self, cr, uid, ids, context=None): + return self.signup_prepare(cr, uid, ids, context=context) + + def signup_prepare(self, cr, uid, ids, signup_type="signup", expiration=False, context=None): + """ generate a new token for the partners with the given validity, if necessary + :param expiration: the expiration datetime of the token (string, optional) + """ + for partner in self.browse(cr, uid, ids, context): + if expiration or not partner.signup_valid: + token = random_token() + while self._signup_retrieve_partner(cr, uid, token, context=context): + token = random_token() + partner.write({'signup_token': token, 'signup_type': signup_type, 'signup_expiration': expiration}) + return True + + def _signup_retrieve_partner(self, cr, uid, token, + check_validity=False, raise_exception=False, context=None): + """ find the partner corresponding to a token, and possibly check its validity + :param token: the token to resolve + :param check_validity: if True, also check validity + :param raise_exception: if True, raise exception instead of returning False + :return: partner (browse record) or False (if raise_exception is False) + """ + partner_ids = self.search(cr, uid, [('signup_token', '=', token)], context=context) + if not partner_ids: + if raise_exception: + raise SignupError("Signup token '%s' is not valid" % token) + return False + partner = self.browse(cr, uid, partner_ids[0], context) + if check_validity and not partner.signup_valid: + if raise_exception: + raise SignupError("Signup token '%s' is no longer valid" % token) + return False + return partner + + def signup_retrieve_info(self, cr, uid, token, context=None): + """ retrieve the user info about the token + :return: a dictionary with the user information: + - 'db': the name of the database + - 'token': the token, if token is valid + - 'name': the name of the partner, if token is valid + - 'login': the user login, if the user already exists + - 'email': the partner email, if the user does not exist + """ + partner = self._signup_retrieve_partner(cr, uid, token, raise_exception=True, context=None) + res = {'db': cr.dbname} + if partner.signup_valid: + res['token'] = token + res['name'] = partner.name + if partner.user_ids: + res['login'] = partner.user_ids[0].login + else: + res['email'] = partner.email or '' + return res + +class res_users(osv.Model): + _inherit = 'res.users' + + def _get_state(self, cr, uid, ids, name, arg, context=None): + res = {} + for user in self.browse(cr, uid, ids, context): + res[user.id] = ('reset' if user.signup_valid else + 'active' if user.login_date else + 'new') + return res + + _columns = { + 'state': fields.function(_get_state, string='Status', type='selection', + selection=[('new', 'New'), ('active', 'Active'), ('reset', 'Resetting Password')]), + } + + def signup(self, cr, uid, values, token=None, context=None): + """ signup a user, to either: + - create a new user (no token), or + - create a user for a partner (with token, but no user for partner), or + - change the password of a user (with token, and existing user). + :param values: a dictionary with field values that are written on user + :param token: signup token (optional) + :return: (dbname, login, password) for the signed up user + """ + if token: + # signup with a token: find the corresponding partner id + res_partner = self.pool.get('res.partner') + partner = res_partner._signup_retrieve_partner( + cr, uid, token, check_validity=True, raise_exception=True, context=None) + # invalidate signup token + partner.write({'signup_token': False, 'signup_type': False, 'signup_expiration': False}) + + partner_user = partner.user_ids and partner.user_ids[0] or False + if partner_user: + # user exists, modify it according to values + values.pop('login', None) + values.pop('name', None) + partner_user.write(values) + return (cr.dbname, partner_user.login, values.get('password')) + else: + # user does not exist: sign up invited user + values.update({ + 'name': partner.name, + 'partner_id': partner.id, + 'email': values.get('email') or values.get('login'), + }) + self._signup_create_user(cr, uid, values, context=context) + else: + # no token, sign up an external user + values['email'] = values.get('email') or values.get('login') + self._signup_create_user(cr, uid, values, context=context) + + return (cr.dbname, values.get('login'), values.get('password')) + + def _signup_create_user(self, cr, uid, values, context=None): + """ create a new user from the template user """ + ir_config_parameter = self.pool.get('ir.config_parameter') + template_user_id = safe_eval(ir_config_parameter.get_param(cr, uid, 'auth_signup.template_user_id', 'False')) + assert template_user_id and self.exists(cr, uid, template_user_id, context=context), 'Signup: invalid template user' + + # check that uninvited users may sign up + if 'partner_id' not in values: + if not safe_eval(ir_config_parameter.get_param(cr, uid, 'auth_signup.allow_uninvited', 'False')): + raise SignupError('Signup is not allowed for uninvited users') + + assert values.get('login'), "Signup: no login given for new user" + assert values.get('partner_id') or values.get('name'), "Signup: no name or partner given for new user" + + # create a copy of the template user (attached to a specific partner_id if given) + values['active'] = True + return self.copy(cr, uid, template_user_id, values, context=context) + + def reset_password(self, cr, uid, login, context=None): + """ retrieve the user corresponding to login (login or email), + and reset their password + """ + user_ids = self.search(cr, uid, [('login', '=', login)], context=context) + if not user_ids: + user_ids = self.search(cr, uid, [('email', '=', login)], context=context) + if len(user_ids) != 1: + raise Exception('Reset password: invalid username or email') + return self.action_reset_password(cr, uid, user_ids, context=context) + + def action_reset_password(self, cr, uid, ids, context=None): + """ create signup token for each user, and send their signup url by email """ + # prepare reset password signup + res_partner = self.pool.get('res.partner') + partner_ids = [user.partner_id.id for user in self.browse(cr, uid, ids, context)] + res_partner.signup_prepare(cr, uid, partner_ids, signup_type="reset", expiration=now(days=+1), context=context) + + if not context: + context = {} + + # send email to users with their signup url + template = False + if context.get('create_user'): + try: + template = self.pool.get('ir.model.data').get_object(cr, uid, 'auth_signup', 'set_password_email') + except ValueError: + pass + if not bool(template): + template = self.pool.get('ir.model.data').get_object(cr, uid, 'auth_signup', 'reset_password_email') + mail_obj = self.pool.get('mail.mail') + assert template._name == 'email.template' + for user in self.browse(cr, uid, ids, context): + if not user.email: + raise osv.except_osv(_("Cannot send email: user has no email address."), user.name) + mail_id = self.pool.get('email.template').send_mail(cr, uid, template.id, user.id, True, context=context) + mail_state = mail_obj.read(cr, uid, mail_id, ['state'], context=context) + if mail_state and mail_state['state'] == 'exception': + raise osv.except_osv(_("Cannot send email: no outgoing email server configured.\nYou can configure it under Settings/General Settings."), user.name) + else: + return { + 'type': 'ir.actions.client', + 'name': '_(Server Notification)', + 'tag': 'action_notify', + 'params': { + 'title': 'Mail Sent to: %s' % user.name, + 'text': 'You can reset the password by yourself using this link' % user.partner_id.signup_url, + 'sticky': True, + } + } + + def create(self, cr, uid, values, context=None): + # overridden to automatically invite user to sign up + user_id = super(res_users, self).create(cr, uid, values, context=context) + user = self.browse(cr, uid, user_id, context=context) + if context and context.get('reset_password') and user.email: + ctx = dict(context, create_user=True) + self.action_reset_password(cr, uid, [user.id], context=ctx) + return user_id diff --git a/auth_signup/res_users_view.xml b/auth_signup/res_users_view.xml new file mode 100644 index 0000000..be9942f --- /dev/null +++ b/auth_signup/res_users_view.xml @@ -0,0 +1,32 @@ + + + + + + + {'reset_password': True} + + + + user.form.state + res.users + + + + +
+ +
+
+ + +
+
+
+
+
+ +
+
diff --git a/auth_signup/static/._src b/auth_signup/static/._src new file mode 100644 index 0000000000000000000000000000000000000000..49a7a68dda8b3dcf718be8275dd408a96c2f6f65 GIT binary patch literal 222 zcmZQz6=P>$Vqox1Ojhs@R)|o50+1L3ClDI}@fsio@$UgK5x_AdBnYYuq+J^qI7A5ADWagzZ6zUro7#LccS|+8L8Kk9JyXWVp=cL9|7#TQc v6y@ipTDuvVIhz}}xahi=8@lM4m>aq3I$4++>l&JxI-8jrIGMN_nJ@qVFajf1 literal 0 HcmV?d00001 diff --git a/auth_signup/static/src/._js b/auth_signup/static/src/._js new file mode 100644 index 0000000000000000000000000000000000000000..49a7a68dda8b3dcf718be8275dd408a96c2f6f65 GIT binary patch literal 222 zcmZQz6=P>$Vqox1Ojhs@R)|o50+1L3ClDI}@fsio@$UgK5x_AdBnYYuq+J^qI7A5ADWagzZ6zUro7#LccS|+8L8Kk9JyXWVp=cL9|7#TQc v6y@ipTDuvVIhz}}xahi=8@lM4m>aq3I$4++>l&JxI-8jrIGMN_nJ@qVFajf1 literal 0 HcmV?d00001 diff --git a/auth_signup/static/src/._xml b/auth_signup/static/src/._xml new file mode 100644 index 0000000000000000000000000000000000000000..49a7a68dda8b3dcf718be8275dd408a96c2f6f65 GIT binary patch literal 222 zcmZQz6=P>$Vqox1Ojhs@R)|o50+1L3ClDI}@fsio@$UgK5x_AdBnYYuq+J^qI7A5ADWagzZ6zUro7#LccS|+8L8Kk9JyXWVp=cL9|7#TQc v6y@ipTDuvVIhz}}xahi=8@lM4m>aq3I$4++>l&JxI-8jrIGMN_nJ@qVFajf1 literal 0 HcmV?d00001 diff --git a/auth_signup/static/src/js/._auth_signup.js b/auth_signup/static/src/js/._auth_signup.js new file mode 100644 index 0000000000000000000000000000000000000000..49a7a68dda8b3dcf718be8275dd408a96c2f6f65 GIT binary patch literal 222 zcmZQz6=P>$Vqox1Ojhs@R)|o50+1L3ClDI}@fsio@$UgK5x_AdBnYYuq+J^qI7A5ADWagzZ6zUro7#LccS|+8L8Kk9JyXWVp=cL9|7#TQc v6y@ipTDuvVIhz}}xahi=8@lM4m>aq3I$4++>l&JxI-8jrIGMN_nJ@qVFajf1 literal 0 HcmV?d00001 diff --git a/auth_signup/static/src/js/auth_signup.js b/auth_signup/static/src/js/auth_signup.js new file mode 100644 index 0000000..69a4cc3 --- /dev/null +++ b/auth_signup/static/src/js/auth_signup.js @@ -0,0 +1,175 @@ +openerp.auth_signup = function(instance) { + instance.auth_signup = instance.auth_signup || {}; + var _t = instance.web._t; + + instance.web.Login.include({ + start: function() { + var self = this; + this.signup_enabled = false; + this.reset_password_enabled = false; + return this._super().then(function() { + + // Switches the login box to the select mode whith mode == [default|signup|reset] + self.on('change:login_mode', self, function() { + var mode = self.get('login_mode') || 'default'; + self.$('*[data-modes]').each(function() { + var modes = $(this).data('modes').split(/\s+/); + $(this).toggle(modes.indexOf(mode) > -1); + }); + self.$('a.oe_signup_signup:visible').toggle(self.signup_enabled); + self.$('a.oe_signup_reset_password:visible').toggle(self.reset_password_enabled); + }); + + // to switch between the signup and regular login form + self.$('a.oe_signup_signup').click(function(ev) { + self.set('login_mode', 'signup'); + return false; + }); + self.$('a.oe_signup_back').click(function(ev) { + self.set('login_mode', 'default'); + delete self.params.token; + return false; + }); + + var dblist = self.db_list || []; + var dbname = self.params.db || (dblist.length === 1 ? dblist[0] : null); + + // if there is an error message in params, show it then forget it + if (self.params.error_message) { + self.show_error(self.params.error_message); + delete self.params.error_message; + } + + // in case of a signup, retrieve the user information from the token + if (dbname && self.params.token) { + self.rpc("/auth_signup/retrieve", {dbname: dbname, token: self.params.token}) + .done(self.on_token_loaded) + .fail(self.on_token_failed); + } + if (dbname && self.params.login) { + self.$("form input[name=login]").val(self.params.login); + } + + // bind reset password link + self.$('a.oe_signup_reset_password').click(self.do_reset_password); + + if (dbname) { + self.rpc("/auth_signup/get_config", {dbname: dbname}).done(function(result) { + self.signup_enabled = result.signup; + self.reset_password_enabled = result.reset_password; + self.set('login_mode', 'default'); + }); + } else { + // TODO: support multiple database mode + self.set('login_mode', 'default'); + } + }); + }, + + on_token_loaded: function(result) { + // select the right the database + this.selected_db = result.db; + this.on_db_loaded([result.db]); + if (result.token) { + // switch to signup mode, set user name and login + this.set('login_mode', (this.params.type === 'reset' ? 'reset' : 'signup')); + this.$("form input[name=name]").val(result.name).attr("readonly", "readonly"); + if (result.login) { + this.$("form input[name=login]").val(result.login).attr("readonly", "readonly"); + } else { + this.$("form input[name=login]").val(result.email); + } + } else { + // remain in login mode, set login if present + delete this.params.token; + this.set('login_mode', 'default'); + this.$("form input[name=login]").val(result.login || ""); + } + }, + + on_token_failed: function(result, ev) { + if (ev) { + ev.preventDefault(); + } + this.show_error(_t("Invalid signup token")); + delete this.params.db; + delete this.params.token; + this.set('login_mode', 'default'); + }, + + on_submit: function(ev) { + if (ev) { + ev.preventDefault(); + } + var login_mode = this.get('login_mode'); + if (login_mode === 'signup' || login_mode === 'reset') { + // signup user (or reset password) + var db = this.$("form [name=db]").val(); + var name = this.$("form input[name=name]").val(); + var login = this.$("form input[name=login]").val(); + var password = this.$("form input[name=password]").val(); + var confirm_password = this.$("form input[name=confirm_password]").val(); + if (!db) { + this.do_warn(_t("Login"), _t("No database selected !")); + return false; + } else if (!name) { + this.do_warn(_t("Login"), _t("Please enter a name.")); + return false; + } else if (!login) { + this.do_warn(_t("Login"), _t("Please enter a username.")); + return false; + } else if (!password || !confirm_password) { + this.do_warn(_t("Login"), _t("Please enter a password and confirm it.")); + return false; + } else if (password !== confirm_password) { + this.do_warn(_t("Login"), _t("Passwords do not match; please retype them.")); + return false; + } + var params = { + dbname : db, + token: this.params.token || "", + name: name, + login: login, + password: password, + }; + + var self = this, + super_ = this._super; + this.rpc('/auth_signup/signup', params) + .done(function(result) { + if (result.error) { + self.show_error(result.error); + } else { + super_.apply(self, [ev]); + } + }); + } else { + // regular login + this._super(ev); + } + }, + + do_reset_password: function(ev) { + if (ev) { + ev.preventDefault(); + } + var self = this; + var db = this.$("form [name=db]").val(); + var login = this.$("form input[name=login]").val(); + if (!db) { + this.do_warn(_t("Login"), _t("No database selected !")); + return $.Deferred().reject(); + } else if (!login) { + this.do_warn(_t("Login"), _t("Please enter a username or email address.")); + return $.Deferred().reject(); + } + return self.rpc("/auth_signup/reset_password", { dbname: db, login: login }).done(function(result) { + self.show_error(_t("An email has been sent with credentials to reset your password")); + self.set('login_mode', 'default'); + }).fail(function(result, ev) { + ev.preventDefault(); + self.show_error(result.message); + }); + }, + }); +}; diff --git a/auth_signup/static/src/xml/._auth_signup.xml b/auth_signup/static/src/xml/._auth_signup.xml new file mode 100644 index 0000000000000000000000000000000000000000..49a7a68dda8b3dcf718be8275dd408a96c2f6f65 GIT binary patch literal 222 zcmZQz6=P>$Vqox1Ojhs@R)|o50+1L3ClDI}@fsio@$UgK5x_AdBnYYuq+J^qI7A5ADWagzZ6zUro7#LccS|+8L8Kk9JyXWVp=cL9|7#TQc v6y@ipTDuvVIhz}}xahi=8@lM4m>aq3I$4++>l&JxI-8jrIGMN_nJ@qVFajf1 literal 0 HcmV?d00001 diff --git a/auth_signup/static/src/xml/auth_signup.xml b/auth_signup/static/src/xml/auth_signup.xml new file mode 100644 index 0000000..a6fd0ba --- /dev/null +++ b/auth_signup/static/src/xml/auth_signup.xml @@ -0,0 +1,36 @@ + + + + + + +
  • Name
  • +
  • +
    + +
  • Username
  • +
  • Username (Email)
  • +
    + +
  • Confirm Password
  • +
  • +
    + +
  • + + + + +
  • +
    + + this.attr('data-modes', 'default'); + +
    + +
    diff --git a/web/.___init__.py b/web/.___init__.py new file mode 100755 index 0000000000000000000000000000000000000000..49a7a68dda8b3dcf718be8275dd408a96c2f6f65 GIT binary patch literal 222 zcmZQz6=P>$Vqox1Ojhs@R)|o50+1L3ClDI}@fsio@$UgK5x_AdBnYYuq+J^qI7A5ADWagzZ6zUro7#LccS|+8L8Kk9JyXWVp=cL9|7#TQc v6y@ipTDuvVIhz}}xahi=8@lM4m>aq3I$4++>l&JxI-8jrIGMN_nJ@qVFajf1 literal 0 HcmV?d00001 diff --git a/web/.___openerp__.py b/web/.___openerp__.py new file mode 100755 index 0000000000000000000000000000000000000000..49a7a68dda8b3dcf718be8275dd408a96c2f6f65 GIT binary patch literal 222 zcmZQz6=P>$Vqox1Ojhs@R)|o50+1L3ClDI}@fsio@$UgK5x_AdBnYYuq+J^qI7A5ADWagzZ6zUro7#LccS|+8L8Kk9JyXWVp=cL9|7#TQc v6y@ipTDuvVIhz}}xahi=8@lM4m>aq3I$4++>l&JxI-8jrIGMN_nJ@qVFajf1 literal 0 HcmV?d00001 diff --git a/web/._cli b/web/._cli new file mode 100644 index 0000000000000000000000000000000000000000..49a7a68dda8b3dcf718be8275dd408a96c2f6f65 GIT binary patch literal 222 zcmZQz6=P>$Vqox1Ojhs@R)|o50+1L3ClDI}@fsio@$UgK5x_AdBnYYuq+J^qI7A5ADWagzZ6zUro7#LccS|+8L8Kk9JyXWVp=cL9|7#TQc v6y@ipTDuvVIhz}}xahi=8@lM4m>aq3I$4++>l&JxI-8jrIGMN_nJ@qVFajf1 literal 0 HcmV?d00001 diff --git a/web/._controllers b/web/._controllers new file mode 100644 index 0000000000000000000000000000000000000000..49a7a68dda8b3dcf718be8275dd408a96c2f6f65 GIT binary patch literal 222 zcmZQz6=P>$Vqox1Ojhs@R)|o50+1L3ClDI}@fsio@$UgK5x_AdBnYYuq+J^qI7A5ADWagzZ6zUro7#LccS|+8L8Kk9JyXWVp=cL9|7#TQc v6y@ipTDuvVIhz}}xahi=8@lM4m>aq3I$4++>l&JxI-8jrIGMN_nJ@qVFajf1 literal 0 HcmV?d00001 diff --git a/web/._doc b/web/._doc new file mode 100644 index 0000000000000000000000000000000000000000..49a7a68dda8b3dcf718be8275dd408a96c2f6f65 GIT binary patch literal 222 zcmZQz6=P>$Vqox1Ojhs@R)|o50+1L3ClDI}@fsio@$UgK5x_AdBnYYuq+J^qI7A5ADWagzZ6zUro7#LccS|+8L8Kk9JyXWVp=cL9|7#TQc v6y@ipTDuvVIhz}}xahi=8@lM4m>aq3I$4++>l&JxI-8jrIGMN_nJ@qVFajf1 literal 0 HcmV?d00001 diff --git a/web/._http.py b/web/._http.py new file mode 100755 index 0000000000000000000000000000000000000000..49a7a68dda8b3dcf718be8275dd408a96c2f6f65 GIT binary patch literal 222 zcmZQz6=P>$Vqox1Ojhs@R)|o50+1L3ClDI}@fsio@$UgK5x_AdBnYYuq+J^qI7A5ADWagzZ6zUro7#LccS|+8L8Kk9JyXWVp=cL9|7#TQc v6y@ipTDuvVIhz}}xahi=8@lM4m>aq3I$4++>l&JxI-8jrIGMN_nJ@qVFajf1 literal 0 HcmV?d00001 diff --git a/web/._i18n b/web/._i18n new file mode 100644 index 0000000000000000000000000000000000000000..49a7a68dda8b3dcf718be8275dd408a96c2f6f65 GIT binary patch literal 222 zcmZQz6=P>$Vqox1Ojhs@R)|o50+1L3ClDI}@fsio@$UgK5x_AdBnYYuq+J^qI7A5ADWagzZ6zUro7#LccS|+8L8Kk9JyXWVp=cL9|7#TQc v6y@ipTDuvVIhz}}xahi=8@lM4m>aq3I$4++>l&JxI-8jrIGMN_nJ@qVFajf1 literal 0 HcmV?d00001 diff --git a/web/._session.py b/web/._session.py new file mode 100755 index 0000000000000000000000000000000000000000..49a7a68dda8b3dcf718be8275dd408a96c2f6f65 GIT binary patch literal 222 zcmZQz6=P>$Vqox1Ojhs@R)|o50+1L3ClDI}@fsio@$UgK5x_AdBnYYuq+J^qI7A5ADWagzZ6zUro7#LccS|+8L8Kk9JyXWVp=cL9|7#TQc v6y@ipTDuvVIhz}}xahi=8@lM4m>aq3I$4++>l&JxI-8jrIGMN_nJ@qVFajf1 literal 0 HcmV?d00001 diff --git a/web/._static b/web/._static new file mode 100644 index 0000000000000000000000000000000000000000..49a7a68dda8b3dcf718be8275dd408a96c2f6f65 GIT binary patch literal 222 zcmZQz6=P>$Vqox1Ojhs@R)|o50+1L3ClDI}@fsio@$UgK5x_AdBnYYuq+J^qI7A5ADWagzZ6zUro7#LccS|+8L8Kk9JyXWVp=cL9|7#TQc v6y@ipTDuvVIhz}}xahi=8@lM4m>aq3I$4++>l&JxI-8jrIGMN_nJ@qVFajf1 literal 0 HcmV?d00001 diff --git a/web/._tests b/web/._tests new file mode 100644 index 0000000000000000000000000000000000000000..49a7a68dda8b3dcf718be8275dd408a96c2f6f65 GIT binary patch literal 222 zcmZQz6=P>$Vqox1Ojhs@R)|o50+1L3ClDI}@fsio@$UgK5x_AdBnYYuq+J^qI7A5ADWagzZ6zUro7#LccS|+8L8Kk9JyXWVp=cL9|7#TQc v6y@ipTDuvVIhz}}xahi=8@lM4m>aq3I$4++>l&JxI-8jrIGMN_nJ@qVFajf1 literal 0 HcmV?d00001 diff --git a/web/__init__.py b/web/__init__.py new file mode 100755 index 0000000..e01969d --- /dev/null +++ b/web/__init__.py @@ -0,0 +1,5 @@ +import http +import controllers +import cli + +wsgi_postload = http.wsgi_postload diff --git a/web/__openerp__.py b/web/__openerp__.py new file mode 100755 index 0000000..678eacd --- /dev/null +++ b/web/__openerp__.py @@ -0,0 +1,89 @@ +{ + 'name': 'Web', + 'category': 'Hidden', + 'version': '7.0.1.0', + 'description': + """ +OpenERP Web core module. +======================== + +This module provides the core of the OpenERP Web Client. + """, + 'depends': [], + 'auto_install': True, + 'post_load': 'wsgi_postload', + 'js' : [ + "static/lib/datejs/globalization/en-US.js", + "static/lib/datejs/core.js", + "static/lib/datejs/parser.js", + "static/lib/datejs/sugarpak.js", + "static/lib/datejs/extras.js", + "static/lib/jquery/jquery-1.8.3.js", + "static/lib/jquery.MD5/jquery.md5.js", + "static/lib/jquery.form/jquery.form.js", + "static/lib/jquery.validate/jquery.validate.js", + "static/lib/jquery.ba-bbq/jquery.ba-bbq.js", + "static/lib/spinjs/spin.js", + "static/lib/jquery.autosize/jquery.autosize.js", + "static/lib/jquery.blockUI/jquery.blockUI.js", + "static/lib/jquery.ui/js/jquery-ui-1.9.1.custom.js", + "static/lib/jquery.ui.timepicker/js/jquery-ui-timepicker-addon.js", + "static/lib/jquery.ui.notify/js/jquery.notify.js", + "static/lib/jquery.deferred-queue/jquery.deferred-queue.js", + "static/lib/jquery.scrollTo/jquery.scrollTo-min.js", + "static/lib/jquery.tipsy/jquery.tipsy.js", + "static/lib/jquery.textext/jquery.textext.js", + "static/lib/jquery.timeago/jquery.timeago.js", + "static/lib/qweb/qweb2.js", + "static/lib/underscore/underscore.js", + "static/lib/underscore/underscore.string.js", + "static/lib/backbone/backbone.js", + "static/lib/cleditor/jquery.cleditor.js", + "static/lib/py.js/lib/py.js", + "static/src/js/boot.js", + "static/src/js/testing.js", + "static/src/js/pyeval.js", + "static/src/js/corelib.js", + "static/src/js/coresetup.js", + "static/src/js/dates.js", + "static/src/js/formats.js", + "static/src/js/chrome.js", + "static/src/js/views.js", + "static/src/js/data.js", + "static/src/js/data_export.js", + "static/src/js/search.js", + "static/src/js/view_form.js", + "static/src/js/view_list.js", + "static/src/js/view_list_editable.js", + "static/src/js/view_tree.js", + ], + 'css' : [ + "static/lib/jquery.ui.bootstrap/css/custom-theme/jquery-ui-1.9.0.custom.css", + "static/lib/jquery.ui.timepicker/css/jquery-ui-timepicker-addon.css", + "static/lib/jquery.ui.notify/css/ui.notify.css", + "static/lib/jquery.tipsy/tipsy.css", + "static/lib/jquery.textext/jquery.textext.css", + "static/src/css/base.css", + "static/src/css/data_export.css", + "static/lib/cleditor/jquery.cleditor.css", + ], + 'qweb' : [ + "static/src/xml/*.xml", + ], + 'test': [ + "static/test/testing.js", + "static/test/class.js", + "static/test/registry.js", + "static/test/form.js", + "static/test/list-utils.js", + "static/test/formats.js", + "static/test/rpc.js", + "static/test/evals.js", + "static/test/search.js", + "static/test/Widget.js", + "static/test/list.js", + "static/test/list-editable.js", + "static/test/mutex.js" + ], + 'bootstrap': True, +} diff --git a/web/cli/.___init__.py b/web/cli/.___init__.py new file mode 100755 index 0000000000000000000000000000000000000000..49a7a68dda8b3dcf718be8275dd408a96c2f6f65 GIT binary patch literal 222 zcmZQz6=P>$Vqox1Ojhs@R)|o50+1L3ClDI}@fsio@$UgK5x_AdBnYYuq+J^qI7A5ADWagzZ6zUro7#LccS|+8L8Kk9JyXWVp=cL9|7#TQc v6y@ipTDuvVIhz}}xahi=8@lM4m>aq3I$4++>l&JxI-8jrIGMN_nJ@qVFajf1 literal 0 HcmV?d00001 diff --git a/web/cli/._test_js.py b/web/cli/._test_js.py new file mode 100755 index 0000000000000000000000000000000000000000..49a7a68dda8b3dcf718be8275dd408a96c2f6f65 GIT binary patch literal 222 zcmZQz6=P>$Vqox1Ojhs@R)|o50+1L3ClDI}@fsio@$UgK5x_AdBnYYuq+J^qI7A5ADWagzZ6zUro7#LccS|+8L8Kk9JyXWVp=cL9|7#TQc v6y@ipTDuvVIhz}}xahi=8@lM4m>aq3I$4++>l&JxI-8jrIGMN_nJ@qVFajf1 literal 0 HcmV?d00001 diff --git a/web/cli/__init__.py b/web/cli/__init__.py new file mode 100755 index 0000000..823c140 --- /dev/null +++ b/web/cli/__init__.py @@ -0,0 +1 @@ +import test_js diff --git a/web/cli/test_js.py b/web/cli/test_js.py new file mode 100755 index 0000000..b3a8e63 --- /dev/null +++ b/web/cli/test_js.py @@ -0,0 +1,35 @@ +import logging +import optparse +import sys + +import unittest2 + +import openerp +import openerp.addons.web.tests + +_logger = logging.getLogger(__name__) + +class TestJs(openerp.cli.Command): + def run(self, args): + self.parser = parser = optparse.OptionParser() + parser.add_option("-d", "--database", dest="db_name", default=False, help="specify the database name") + parser.add_option("--xmlrpc-port", dest="xmlrpc_port", default=8069, help="specify the TCP port for the XML-RPC protocol", type="int") + # proably need to add both --superadmin-password and --database-admin-password + self.parser.parse_args(args) + + # test ony uses db_name xmlrpc_port admin_passwd, so use the server one for the actual parsing + + config = openerp.tools.config + config.parse_config(args) + # needed until runbot is fixed + config['db_password'] = config['admin_passwd'] + + # run js tests + openerp.netsvc.init_alternative_logger() + suite = unittest2.TestSuite() + suite.addTests(unittest2.TestLoader().loadTestsFromModule(openerp.addons.web.tests.test_js)) + r = unittest2.TextTestRunner(verbosity=2).run(suite) + if r.errors or r.failures: + sys.exit(1) + +# vim:et:ts=4:sw=4: diff --git a/web/controllers/.___init__.py b/web/controllers/.___init__.py new file mode 100755 index 0000000000000000000000000000000000000000..49a7a68dda8b3dcf718be8275dd408a96c2f6f65 GIT binary patch literal 222 zcmZQz6=P>$Vqox1Ojhs@R)|o50+1L3ClDI}@fsio@$UgK5x_AdBnYYuq+J^qI7A5ADWagzZ6zUro7#LccS|+8L8Kk9JyXWVp=cL9|7#TQc v6y@ipTDuvVIhz}}xahi=8@lM4m>aq3I$4++>l&JxI-8jrIGMN_nJ@qVFajf1 literal 0 HcmV?d00001 diff --git a/web/controllers/._main.py b/web/controllers/._main.py new file mode 100755 index 0000000000000000000000000000000000000000..49a7a68dda8b3dcf718be8275dd408a96c2f6f65 GIT binary patch literal 222 zcmZQz6=P>$Vqox1Ojhs@R)|o50+1L3ClDI}@fsio@$UgK5x_AdBnYYuq+J^qI7A5ADWagzZ6zUro7#LccS|+8L8Kk9JyXWVp=cL9|7#TQc v6y@ipTDuvVIhz}}xahi=8@lM4m>aq3I$4++>l&JxI-8jrIGMN_nJ@qVFajf1 literal 0 HcmV?d00001 diff --git a/web/controllers/._testing.py b/web/controllers/._testing.py new file mode 100755 index 0000000000000000000000000000000000000000..49a7a68dda8b3dcf718be8275dd408a96c2f6f65 GIT binary patch literal 222 zcmZQz6=P>$Vqox1Ojhs@R)|o50+1L3ClDI}@fsio@$UgK5x_AdBnYYuq+J^qI7A5ADWagzZ6zUro7#LccS|+8L8Kk9JyXWVp=cL9|7#TQc v6y@ipTDuvVIhz}}xahi=8@lM4m>aq3I$4++>l&JxI-8jrIGMN_nJ@qVFajf1 literal 0 HcmV?d00001 diff --git a/web/controllers/__init__.py b/web/controllers/__init__.py new file mode 100755 index 0000000..74c2751 --- /dev/null +++ b/web/controllers/__init__.py @@ -0,0 +1,2 @@ +from . import main +from . import testing diff --git a/web/controllers/main.py b/web/controllers/main.py new file mode 100755 index 0000000..247d6f5 --- /dev/null +++ b/web/controllers/main.py @@ -0,0 +1,1710 @@ +# -*- coding: utf-8 -*- + +import ast +import base64 +import csv +import glob +import itertools +import logging +import operator +import datetime +import hashlib +import os +import re +import simplejson +import time +import urllib +import urllib2 +import xmlrpclib +import zlib +from xml.etree import ElementTree +from cStringIO import StringIO + +import babel.messages.pofile +import werkzeug.utils +import werkzeug.wrappers +try: + import xlwt +except ImportError: + xlwt = None + +import openerp +import openerp.modules.registry +from openerp.tools.translate import _ + +from .. import http +openerpweb = http + +#---------------------------------------------------------- +# OpenERP Web helpers +#---------------------------------------------------------- + +def rjsmin(script): + """ Minify js with a clever regex. + Taken from http://opensource.perlig.de/rjsmin + Apache License, Version 2.0 """ + def subber(match): + """ Substitution callback """ + groups = match.groups() + return ( + groups[0] or + groups[1] or + groups[2] or + groups[3] or + (groups[4] and '\n') or + (groups[5] and ' ') or + (groups[6] and ' ') or + (groups[7] and ' ') or + '' + ) + + result = re.sub( + r'([^\047"/\000-\040]+)|((?:(?:\047[^\047\\\r\n]*(?:\\(?:[^\r\n]|\r?' + r'\n|\r)[^\047\\\r\n]*)*\047)|(?:"[^"\\\r\n]*(?:\\(?:[^\r\n]|\r?\n|' + r'\r)[^"\\\r\n]*)*"))[^\047"/\000-\040]*)|(?:(?<=[(,=:\[!&|?{};\r\n]' + r')(?:[\000-\011\013\014\016-\040]|(?:/\*[^*]*\*+(?:[^/*][^*]*\*+)*/' + r'))*((?:/(?![\r\n/*])[^/\\\[\r\n]*(?:(?:\\[^\r\n]|(?:\[[^\\\]\r\n]*' + r'(?:\\[^\r\n][^\\\]\r\n]*)*\]))[^/\\\[\r\n]*)*/)[^\047"/\000-\040]*' + r'))|(?:(?<=[\000-#%-,./:-@\[-^`{-~-]return)(?:[\000-\011\013\014\01' + r'6-\040]|(?:/\*[^*]*\*+(?:[^/*][^*]*\*+)*/))*((?:/(?![\r\n/*])[^/' + r'\\\[\r\n]*(?:(?:\\[^\r\n]|(?:\[[^\\\]\r\n]*(?:\\[^\r\n][^\\\]\r\n]' + r'*)*\]))[^/\\\[\r\n]*)*/)[^\047"/\000-\040]*))|(?<=[^\000-!#%&(*,./' + r':-@\[\\^`{|~])(?:[\000-\011\013\014\016-\040]|(?:/\*[^*]*\*+(?:[^/' + r'*][^*]*\*+)*/))*(?:((?:(?://[^\r\n]*)?[\r\n]))(?:[\000-\011\013\01' + r'4\016-\040]|(?:/\*[^*]*\*+(?:[^/*][^*]*\*+)*/))*)+(?=[^\000-\040"#' + r'%-\047)*,./:-@\\-^`|-~])|(?<=[^\000-#%-,./:-@\[-^`{-~-])((?:[\000-' + r'\011\013\014\016-\040]|(?:/\*[^*]*\*+(?:[^/*][^*]*\*+)*/)))+(?=[^' + r'\000-#%-,./:-@\[-^`{-~-])|(?<=\+)((?:[\000-\011\013\014\016-\040]|' + r'(?:/\*[^*]*\*+(?:[^/*][^*]*\*+)*/)))+(?=\+)|(?<=-)((?:[\000-\011\0' + r'13\014\016-\040]|(?:/\*[^*]*\*+(?:[^/*][^*]*\*+)*/)))+(?=-)|(?:[\0' + r'00-\011\013\014\016-\040]|(?:/\*[^*]*\*+(?:[^/*][^*]*\*+)*/))+|(?:' + r'(?:(?://[^\r\n]*)?[\r\n])(?:[\000-\011\013\014\016-\040]|(?:/\*[^*' + r']*\*+(?:[^/*][^*]*\*+)*/))*)+', subber, '\n%s\n' % script + ).strip() + return result + +def db_list(req): + proxy = req.session.proxy("db") + dbs = proxy.list() + h = req.httprequest.environ['HTTP_HOST'].split(':')[0] + d = h.split('.')[0] + r = openerp.tools.config['dbfilter'].replace('%h', h).replace('%d', d) + dbs = [i for i in dbs if re.match(r, i)] + return dbs + +def db_monodb(req): + # if only one db exists, return it else return False + try: + dbs = db_list(req) + if len(dbs) == 1: + return dbs[0] + except xmlrpclib.Fault: + # ignore access denied + pass + return False + +def module_topological_sort(modules): + """ Return a list of module names sorted so that their dependencies of the + modules are listed before the module itself + + modules is a dict of {module_name: dependencies} + + :param modules: modules to sort + :type modules: dict + :returns: list(str) + """ + + dependencies = set(itertools.chain.from_iterable(modules.itervalues())) + # incoming edge: dependency on other module (if a depends on b, a has an + # incoming edge from b, aka there's an edge from b to a) + # outgoing edge: other module depending on this one + + # [Tarjan 1976], http://en.wikipedia.org/wiki/Topological_sorting#Algorithms + #L ↠Empty list that will contain the sorted nodes + L = [] + #S ↠Set of all nodes with no outgoing edges (modules on which no other + # module depends) + S = set(module for module in modules if module not in dependencies) + + visited = set() + #function visit(node n) + def visit(n): + #if n has not been visited yet then + if n not in visited: + #mark n as visited + visited.add(n) + #change: n not web module, can not be resolved, ignore + if n not in modules: return + #for each node m with an edge from m to n do (dependencies of n) + for m in modules[n]: + #visit(m) + visit(m) + #add n to L + L.append(n) + #for each node n in S do + for n in S: + #visit(n) + visit(n) + return L + +def module_installed(req): + # Candidates module the current heuristic is the /static dir + loadable = openerpweb.addons_manifest.keys() + modules = {} + + # Retrieve database installed modules + # TODO The following code should move to ir.module.module.list_installed_modules() + Modules = req.session.model('ir.module.module') + domain = [('state','=','installed'), ('name','in', loadable)] + for module in Modules.search_read(domain, ['name', 'dependencies_id']): + modules[module['name']] = [] + deps = module.get('dependencies_id') + if deps: + deps_read = req.session.model('ir.module.module.dependency').read(deps, ['name']) + dependencies = [i['name'] for i in deps_read] + modules[module['name']] = dependencies + + sorted_modules = module_topological_sort(modules) + return sorted_modules + +def module_installed_bypass_session(dbname): + loadable = openerpweb.addons_manifest.keys() + modules = {} + try: + registry = openerp.modules.registry.RegistryManager.get(dbname) + with registry.cursor() as cr: + m = registry.get('ir.module.module') + # TODO The following code should move to ir.module.module.list_installed_modules() + domain = [('state','=','installed'), ('name','in', loadable)] + ids = m.search(cr, 1, [('state','=','installed'), ('name','in', loadable)]) + for module in m.read(cr, 1, ids, ['name', 'dependencies_id']): + modules[module['name']] = [] + deps = module.get('dependencies_id') + if deps: + deps_read = registry.get('ir.module.module.dependency').read(cr, 1, deps, ['name']) + dependencies = [i['name'] for i in deps_read] + modules[module['name']] = dependencies + except Exception,e: + pass + sorted_modules = module_topological_sort(modules) + return sorted_modules + +def module_boot(req, db=None): + server_wide_modules = openerp.conf.server_wide_modules or ['web'] + serverside = [] + dbside = [] + for i in server_wide_modules: + if i in openerpweb.addons_manifest: + serverside.append(i) + monodb = db or db_monodb(req) + if monodb: + dbside = module_installed_bypass_session(monodb) + dbside = [i for i in dbside if i not in serverside] + addons = serverside + dbside + return addons + +def concat_xml(file_list): + """Concatenate xml files + + :param list(str) file_list: list of files to check + :returns: (concatenation_result, checksum) + :rtype: (str, str) + """ + checksum = hashlib.new('sha1') + if not file_list: + return '', checksum.hexdigest() + + root = None + for fname in file_list: + with open(fname, 'rb') as fp: + contents = fp.read() + checksum.update(contents) + fp.seek(0) + xml = ElementTree.parse(fp).getroot() + + if root is None: + root = ElementTree.Element(xml.tag) + #elif root.tag != xml.tag: + # raise ValueError("Root tags missmatch: %r != %r" % (root.tag, xml.tag)) + + for child in xml.getchildren(): + root.append(child) + return ElementTree.tostring(root, 'utf-8'), checksum.hexdigest() + +def concat_files(file_list, reader=None, intersperse=""): + """ Concatenates contents of all provided files + + :param list(str) file_list: list of files to check + :param function reader: reading procedure for each file + :param str intersperse: string to intersperse between file contents + :returns: (concatenation_result, checksum) + :rtype: (str, str) + """ + checksum = hashlib.new('sha1') + if not file_list: + return '', checksum.hexdigest() + + if reader is None: + def reader(f): + with open(f, 'rb') as fp: + return fp.read() + + files_content = [] + for fname in file_list: + contents = reader(fname) + checksum.update(contents) + files_content.append(contents) + + files_concat = intersperse.join(files_content) + return files_concat, checksum.hexdigest() + +concat_js_cache = {} + +def concat_js(file_list): + content, checksum = concat_files(file_list, intersperse=';') + if checksum in concat_js_cache: + content = concat_js_cache[checksum] + else: + content = rjsmin(content) + concat_js_cache[checksum] = content + return content, checksum + +def fs2web(path): + """convert FS path into web path""" + return '/'.join(path.split(os.path.sep)) + +def manifest_glob(req, extension, addons=None, db=None): + if addons is None: + addons = module_boot(req, db=db) + else: + addons = addons.split(',') + r = [] + for addon in addons: + manifest = openerpweb.addons_manifest.get(addon, None) + if not manifest: + continue + # ensure does not ends with / + addons_path = os.path.join(manifest['addons_path'], '')[:-1] + globlist = manifest.get(extension, []) + for pattern in globlist: + for path in glob.glob(os.path.normpath(os.path.join(addons_path, addon, pattern))): + r.append((path, fs2web(path[len(addons_path):]))) + return r + +def manifest_list(req, extension, mods=None, db=None): + if not req.debug: + path = '/web/webclient/' + extension + if mods is not None: + path += '?' + urllib.urlencode({'mods': mods}) + elif db: + path += '?' + urllib.urlencode({'db': db}) + return [path] + files = manifest_glob(req, extension, addons=mods, db=db) + i_am_diabetic = req.httprequest.environ["QUERY_STRING"].count("no_sugar") >= 1 or \ + req.httprequest.environ.get('HTTP_REFERER', '').count("no_sugar") >= 1 + if i_am_diabetic: + return [wp for _fp, wp in files] + else: + return ['%s?debug=%s' % (wp, os.path.getmtime(fp)) for fp, wp in files] + +def get_last_modified(files): + """ Returns the modification time of the most recently modified + file provided + + :param list(str) files: names of files to check + :return: most recent modification time amongst the fileset + :rtype: datetime.datetime + """ + files = list(files) + if files: + return max(datetime.datetime.fromtimestamp(os.path.getmtime(f)) + for f in files) + return datetime.datetime(1970, 1, 1) + +def make_conditional(req, response, last_modified=None, etag=None): + """ Makes the provided response conditional based upon the request, + and mandates revalidation from clients + + Uses Werkzeug's own :meth:`ETagResponseMixin.make_conditional`, after + setting ``last_modified`` and ``etag`` correctly on the response object + + :param req: OpenERP request + :type req: web.common.http.WebRequest + :param response: Werkzeug response + :type response: werkzeug.wrappers.Response + :param datetime.datetime last_modified: last modification date of the response content + :param str etag: some sort of checksum of the content (deep etag) + :return: the response object provided + :rtype: werkzeug.wrappers.Response + """ + response.cache_control.must_revalidate = True + response.cache_control.max_age = 0 + if last_modified: + response.last_modified = last_modified + if etag: + response.set_etag(etag) + return response.make_conditional(req.httprequest) + +def login_and_redirect(req, db, login, key, redirect_url='/'): + wsgienv = req.httprequest.environ + env = dict( + base_location=req.httprequest.url_root.rstrip('/'), + HTTP_HOST=wsgienv['HTTP_HOST'], + REMOTE_ADDR=wsgienv['REMOTE_ADDR'], + ) + req.session.authenticate(db, login, key, env) + return set_cookie_and_redirect(req, redirect_url) + +def set_cookie_and_redirect(req, redirect_url): + redirect = werkzeug.utils.redirect(redirect_url, 303) + redirect.autocorrect_location_header = False + cookie_val = urllib2.quote(simplejson.dumps(req.session_id)) + redirect.set_cookie('instance0|session_id', cookie_val) + return redirect + +def load_actions_from_ir_values(req, key, key2, models, meta): + Values = req.session.model('ir.values') + actions = Values.get(key, key2, models, meta, req.context) + + return [(id, name, clean_action(req, action)) + for id, name, action in actions] + +def clean_action(req, action): + action.setdefault('flags', {}) + action_type = action.setdefault('type', 'ir.actions.act_window_close') + if action_type == 'ir.actions.act_window': + return fix_view_modes(action) + return action + +# I think generate_views,fix_view_modes should go into js ActionManager +def generate_views(action): + """ + While the server generates a sequence called "views" computing dependencies + between a bunch of stuff for views coming directly from the database + (the ``ir.actions.act_window model``), it's also possible for e.g. buttons + to return custom view dictionaries generated on the fly. + + In that case, there is no ``views`` key available on the action. + + Since the web client relies on ``action['views']``, generate it here from + ``view_mode`` and ``view_id``. + + Currently handles two different cases: + + * no view_id, multiple view_mode + * single view_id, single view_mode + + :param dict action: action descriptor dictionary to generate a views key for + """ + view_id = action.get('view_id') or False + if isinstance(view_id, (list, tuple)): + view_id = view_id[0] + + # providing at least one view mode is a requirement, not an option + view_modes = action['view_mode'].split(',') + + if len(view_modes) > 1: + if view_id: + raise ValueError('Non-db action dictionaries should provide ' + 'either multiple view modes or a single view ' + 'mode and an optional view id.\n\n Got view ' + 'modes %r and view id %r for action %r' % ( + view_modes, view_id, action)) + action['views'] = [(False, mode) for mode in view_modes] + return + action['views'] = [(view_id, view_modes[0])] + +def fix_view_modes(action): + """ For historical reasons, OpenERP has weird dealings in relation to + view_mode and the view_type attribute (on window actions): + + * one of the view modes is ``tree``, which stands for both list views + and tree views + * the choice is made by checking ``view_type``, which is either + ``form`` for a list view or ``tree`` for an actual tree view + + This methods simply folds the view_type into view_mode by adding a + new view mode ``list`` which is the result of the ``tree`` view_mode + in conjunction with the ``form`` view_type. + + TODO: this should go into the doc, some kind of "peculiarities" section + + :param dict action: an action descriptor + :returns: nothing, the action is modified in place + """ + if not action.get('views'): + generate_views(action) + + if action.pop('view_type', 'form') != 'form': + return action + + if 'view_mode' in action: + action['view_mode'] = ','.join( + mode if mode != 'tree' else 'list' + for mode in action['view_mode'].split(',')) + action['views'] = [ + [id, mode if mode != 'tree' else 'list'] + for id, mode in action['views'] + ] + + return action + +def _local_web_translations(trans_file): + messages = [] + try: + with open(trans_file) as t_file: + po = babel.messages.pofile.read_po(t_file) + except Exception: + return + for x in po: + if x.id and x.string and "openerp-web" in x.auto_comments: + messages.append({'id': x.id, 'string': x.string}) + return messages + +def xml2json_from_elementtree(el, preserve_whitespaces=False): + """ xml2json-direct + Simple and straightforward XML-to-JSON converter in Python + New BSD Licensed + http://code.google.com/p/xml2json-direct/ + """ + res = {} + if el.tag[0] == "{": + ns, name = el.tag.rsplit("}", 1) + res["tag"] = name + res["namespace"] = ns[1:] + else: + res["tag"] = el.tag + res["attrs"] = {} + for k, v in el.items(): + res["attrs"][k] = v + kids = [] + if el.text and (preserve_whitespaces or el.text.strip() != ''): + kids.append(el.text) + for kid in el: + kids.append(xml2json_from_elementtree(kid, preserve_whitespaces)) + if kid.tail and (preserve_whitespaces or kid.tail.strip() != ''): + kids.append(kid.tail) + res["children"] = kids + return res + +def content_disposition(filename, req): + filename = filename.encode('utf8') + escaped = urllib2.quote(filename) + browser = req.httprequest.user_agent.browser + version = int((req.httprequest.user_agent.version or '0').split('.')[0]) + if browser == 'msie' and version < 9: + return "attachment; filename=%s" % escaped + elif browser == 'safari': + return "attachment; filename=%s" % filename + else: + return "attachment; filename*=UTF-8''%s" % escaped + + +#---------------------------------------------------------- +# OpenERP Web web Controllers +#---------------------------------------------------------- + +html_template = """ + + + + + OpenERP + + + %(css)s + %(js)s + + + + + + +""" + +class Home(openerpweb.Controller): + _cp_path = '/' + + @openerpweb.httprequest + def index(self, req, s_action=None, db=None, **kw): + js = "\n ".join('' % i for i in manifest_list(req, 'js', db=db)) + css = "\n ".join('' % i for i in manifest_list(req, 'css', db=db)) + + r = html_template % { + 'js': js, + 'css': css, + 'modules': simplejson.dumps(module_boot(req, db=db)), + 'init': 'var wc = new s.web.WebClient();wc.appendTo($(document.body));' + } + return r + + @openerpweb.httprequest + def login(self, req, db, login, key): + return login_and_redirect(req, db, login, key) + +class WebClient(openerpweb.Controller): + _cp_path = "/web/webclient" + + @openerpweb.jsonrequest + def csslist(self, req, mods=None): + return manifest_list(req, 'css', mods=mods) + + @openerpweb.jsonrequest + def jslist(self, req, mods=None): + return manifest_list(req, 'js', mods=mods) + + @openerpweb.jsonrequest + def qweblist(self, req, mods=None): + return manifest_list(req, 'qweb', mods=mods) + + @openerpweb.httprequest + def css(self, req, mods=None, db=None): + files = list(manifest_glob(req, 'css', addons=mods, db=db)) + last_modified = get_last_modified(f[0] for f in files) + if req.httprequest.if_modified_since and req.httprequest.if_modified_since >= last_modified: + return werkzeug.wrappers.Response(status=304) + + file_map = dict(files) + + rx_import = re.compile(r"""@import\s+('|")(?!'|"|/|https?://)""", re.U) + rx_url = re.compile(r"""url\s*\(\s*('|"|)(?!'|"|/|https?://|data:)""", re.U) + + def reader(f): + """read the a css file and absolutify all relative uris""" + with open(f, 'rb') as fp: + data = fp.read().decode('utf-8') + + path = file_map[f] + web_dir = os.path.dirname(path) + + data = re.sub( + rx_import, + r"""@import \1%s/""" % (web_dir,), + data, + ) + + data = re.sub( + rx_url, + r"""url(\1%s/""" % (web_dir,), + data, + ) + return data.encode('utf-8') + + content, checksum = concat_files((f[0] for f in files), reader) + + return make_conditional( + req, req.make_response(content, [('Content-Type', 'text/css')]), + last_modified, checksum) + + @openerpweb.httprequest + def js(self, req, mods=None, db=None): + files = [f[0] for f in manifest_glob(req, 'js', addons=mods, db=db)] + last_modified = get_last_modified(files) + if req.httprequest.if_modified_since and req.httprequest.if_modified_since >= last_modified: + return werkzeug.wrappers.Response(status=304) + + content, checksum = concat_js(files) + + return make_conditional( + req, req.make_response(content, [('Content-Type', 'application/javascript')]), + last_modified, checksum) + + @openerpweb.httprequest + def qweb(self, req, mods=None, db=None): + files = [f[0] for f in manifest_glob(req, 'qweb', addons=mods, db=db)] + last_modified = get_last_modified(files) + if req.httprequest.if_modified_since and req.httprequest.if_modified_since >= last_modified: + return werkzeug.wrappers.Response(status=304) + + content, checksum = concat_xml(files) + + return make_conditional( + req, req.make_response(content, [('Content-Type', 'text/xml')]), + last_modified, checksum) + + @openerpweb.jsonrequest + def bootstrap_translations(self, req, mods): + """ Load local translations from *.po files, as a temporary solution + until we have established a valid session. This is meant only + for translating the login page and db management chrome, using + the browser's language. """ + # For performance reasons we only load a single translation, so for + # sub-languages (that should only be partially translated) we load the + # main language PO instead - that should be enough for the login screen. + lang = req.lang.split('_')[0] + + translations_per_module = {} + for addon_name in mods: + if openerpweb.addons_manifest[addon_name].get('bootstrap'): + addons_path = openerpweb.addons_manifest[addon_name]['addons_path'] + f_name = os.path.join(addons_path, addon_name, "i18n", lang + ".po") + if not os.path.exists(f_name): + continue + translations_per_module[addon_name] = {'messages': _local_web_translations(f_name)} + + return {"modules": translations_per_module, + "lang_parameters": None} + + @openerpweb.jsonrequest + def translations(self, req, mods, lang): + res_lang = req.session.model('res.lang') + ids = res_lang.search([("code", "=", lang)]) + lang_params = None + if ids: + lang_params = res_lang.read(ids[0], ["direction", "date_format", "time_format", + "grouping", "decimal_point", "thousands_sep"]) + + # Regional languages (ll_CC) must inherit/override their parent lang (ll), but this is + # done server-side when the language is loaded, so we only need to load the user's lang. + ir_translation = req.session.model('ir.translation') + translations_per_module = {} + messages = ir_translation.search_read([('module','in',mods),('lang','=',lang), + ('comments','like','openerp-web'),('value','!=',False), + ('value','!=','')], + ['module','src','value','lang'], order='module') + for mod, msg_group in itertools.groupby(messages, key=operator.itemgetter('module')): + translations_per_module.setdefault(mod,{'messages':[]}) + translations_per_module[mod]['messages'].extend({'id': m['src'], + 'string': m['value']} \ + for m in msg_group) + return {"modules": translations_per_module, + "lang_parameters": lang_params} + + @openerpweb.jsonrequest + def version_info(self, req): + return openerp.service.web_services.RPC_VERSION_1 + +class Proxy(openerpweb.Controller): + _cp_path = '/web/proxy' + + @openerpweb.jsonrequest + def load(self, req, path): + """ Proxies an HTTP request through a JSON request. + + It is strongly recommended to not request binary files through this, + as the result will be a binary data blob as well. + + :param req: OpenERP request + :param path: actual request path + :return: file content + """ + from werkzeug.test import Client + from werkzeug.wrappers import BaseResponse + + return Client(req.httprequest.app, BaseResponse).get(path).data + +class Database(openerpweb.Controller): + _cp_path = "/web/database" + + @openerpweb.jsonrequest + def get_list(self, req): + return db_list(req) + + @openerpweb.jsonrequest + def create(self, req, fields): + params = dict(map(operator.itemgetter('name', 'value'), fields)) + return req.session.proxy("db").create_database( + params['super_admin_pwd'], + params['db_name'], + bool(params.get('demo_data')), + params['db_lang'], + params['create_admin_pwd']) + + @openerpweb.jsonrequest + def duplicate(self, req, fields): + params = dict(map(operator.itemgetter('name', 'value'), fields)) + return req.session.proxy("db").duplicate_database( + params['super_admin_pwd'], + params['db_original_name'], + params['db_name']) + + @openerpweb.jsonrequest + def duplicate(self, req, fields): + params = dict(map(operator.itemgetter('name', 'value'), fields)) + duplicate_attrs = ( + params['super_admin_pwd'], + params['db_original_name'], + params['db_name'], + ) + + return req.session.proxy("db").duplicate_database(*duplicate_attrs) + + @openerpweb.jsonrequest + def drop(self, req, fields): + password, db = operator.itemgetter( + 'drop_pwd', 'drop_db')( + dict(map(operator.itemgetter('name', 'value'), fields))) + + try: + return req.session.proxy("db").drop(password, db) + except xmlrpclib.Fault, e: + if e.faultCode and e.faultCode.split(':')[0] == 'AccessDenied': + return {'error': e.faultCode, 'title': 'Drop Database'} + return {'error': _('Could not drop database !'), 'title': _('Drop Database')} + + @openerpweb.httprequest + def backup(self, req, backup_db, backup_pwd, token): + try: + db_dump = base64.b64decode( + req.session.proxy("db").dump(backup_pwd, backup_db)) + filename = "%(db)s_%(timestamp)s.dump" % { + 'db': backup_db, + 'timestamp': datetime.datetime.utcnow().strftime( + "%Y-%m-%d_%H-%M-%SZ") + } + return req.make_response(db_dump, + [('Content-Type', 'application/octet-stream; charset=binary'), + ('Content-Disposition', content_disposition(filename, req))], + {'fileToken': int(token)} + ) + except xmlrpclib.Fault, e: + return simplejson.dumps([[],[{'error': e.faultCode, 'title': _('Backup Database')}]]) + + @openerpweb.httprequest + def restore(self, req, db_file, restore_pwd, new_db): + try: + data = base64.b64encode(db_file.read()) + req.session.proxy("db").restore(restore_pwd, new_db, data) + return '' + except xmlrpclib.Fault, e: + if e.faultCode and e.faultCode.split(':')[0] == 'AccessDenied': + raise Exception("AccessDenied") + + @openerpweb.jsonrequest + def change_password(self, req, fields): + old_password, new_password = operator.itemgetter( + 'old_pwd', 'new_pwd')( + dict(map(operator.itemgetter('name', 'value'), fields))) + try: + return req.session.proxy("db").change_admin_password(old_password, new_password) + except xmlrpclib.Fault, e: + if e.faultCode and e.faultCode.split(':')[0] == 'AccessDenied': + return {'error': e.faultCode, 'title': _('Change Password')} + return {'error': _('Error, password not changed !'), 'title': _('Change Password')} + +class Session(openerpweb.Controller): + _cp_path = "/web/session" + + def session_info(self, req): + req.session.ensure_valid() + return { + "session_id": req.session_id, + "uid": req.session._uid, + "user_context": req.session.get_context() if req.session._uid else {}, + "db": req.session._db, + "username": req.session._login, + } + + @openerpweb.jsonrequest + def get_session_info(self, req): + return self.session_info(req) + + @openerpweb.jsonrequest + def authenticate(self, req, db, login, password, base_location=None): + wsgienv = req.httprequest.environ + env = dict( + base_location=base_location, + HTTP_HOST=wsgienv['HTTP_HOST'], + REMOTE_ADDR=wsgienv['REMOTE_ADDR'], + ) + req.session.authenticate(db, login, password, env) + + return self.session_info(req) + + @openerpweb.jsonrequest + def change_password (self,req,fields): + old_password, new_password,confirm_password = operator.itemgetter('old_pwd', 'new_password','confirm_pwd')( + dict(map(operator.itemgetter('name', 'value'), fields))) + if not (old_password.strip() and new_password.strip() and confirm_password.strip()): + return {'error':_('You cannot leave any password empty.'),'title': _('Change Password')} + if new_password != confirm_password: + return {'error': _('The new password and its confirmation must be identical.'),'title': _('Change Password')} + try: + if req.session.model('res.users').change_password( + old_password, new_password): + return {'new_password':new_password} + except Exception: + return {'error': _('The old password you provided is incorrect, your password was not changed.'), 'title': _('Change Password')} + return {'error': _('Error, password not changed !'), 'title': _('Change Password')} + + @openerpweb.jsonrequest + def sc_list(self, req): + return req.session.model('ir.ui.view_sc').get_sc( + req.session._uid, "ir.ui.menu", req.context) + + @openerpweb.jsonrequest + def get_lang_list(self, req): + try: + return req.session.proxy("db").list_lang() or [] + except Exception, e: + return {"error": e, "title": _("Languages")} + + @openerpweb.jsonrequest + def modules(self, req): + # return all installed modules. Web client is smart enough to not load a module twice + return module_installed(req) + + @openerpweb.jsonrequest + def save_session_action(self, req, the_action): + """ + This method store an action object in the session object and returns an integer + identifying that action. The method get_session_action() can be used to get + back the action. + + :param the_action: The action to save in the session. + :type the_action: anything + :return: A key identifying the saved action. + :rtype: integer + """ + saved_actions = req.httpsession.get('saved_actions') + if not saved_actions: + saved_actions = {"next":1, "actions":{}} + req.httpsession['saved_actions'] = saved_actions + # we don't allow more than 10 stored actions + if len(saved_actions["actions"]) >= 10: + del saved_actions["actions"][min(saved_actions["actions"])] + key = saved_actions["next"] + saved_actions["actions"][key] = the_action + saved_actions["next"] = key + 1 + return key + + @openerpweb.jsonrequest + def get_session_action(self, req, key): + """ + Gets back a previously saved action. This method can return None if the action + was saved since too much time (this case should be handled in a smart way). + + :param key: The key given by save_session_action() + :type key: integer + :return: The saved action or None. + :rtype: anything + """ + saved_actions = req.httpsession.get('saved_actions') + if not saved_actions: + return None + return saved_actions["actions"].get(key) + + @openerpweb.jsonrequest + def check(self, req): + req.session.assert_valid() + return None + + @openerpweb.jsonrequest + def destroy(self, req): + req.session._suicide = True + +class Menu(openerpweb.Controller): + _cp_path = "/web/menu" + + @openerpweb.jsonrequest + def get_user_roots(self, req): + """ Return all root menu ids visible for the session user. + + :param req: A request object, with an OpenERP session attribute + :type req: < session -> OpenERPSession > + :return: the root menu ids + :rtype: list(int) + """ + s = req.session + Menus = s.model('ir.ui.menu') + # If a menu action is defined use its domain to get the root menu items + user_menu_id = s.model('res.users').read([s._uid], ['menu_id'], + req.context)[0]['menu_id'] + + menu_domain = [('parent_id', '=', False)] + if user_menu_id: + domain_string = s.model('ir.actions.act_window').read( + [user_menu_id[0]], ['domain'],req.context)[0]['domain'] + if domain_string: + menu_domain = ast.literal_eval(domain_string) + + return Menus.search(menu_domain, 0, False, False, req.context) + + @openerpweb.jsonrequest + def load(self, req): + """ Loads all menu items (all applications and their sub-menus). + + :param req: A request object, with an OpenERP session attribute + :type req: < session -> OpenERPSession > + :return: the menu root + :rtype: dict('children': menu_nodes) + """ + Menus = req.session.model('ir.ui.menu') + + fields = ['name', 'sequence', 'parent_id', 'action'] + menu_root_ids = self.get_user_roots(req) + menu_roots = Menus.read(menu_root_ids, fields, req.context) if menu_root_ids else [] + menu_root = { + 'id': False, + 'name': 'root', + 'parent_id': [-1, ''], + 'children': menu_roots, + 'all_menu_ids': menu_root_ids, + } + if not menu_roots: + return menu_root + + # menus are loaded fully unlike a regular tree view, cause there are a + # limited number of items (752 when all 6.1 addons are installed) + menu_ids = Menus.search([('id', 'child_of', menu_root_ids)], 0, False, False, req.context) + menu_items = Menus.read(menu_ids, fields, req.context) + # adds roots at the end of the sequence, so that they will overwrite + # equivalent menu items from full menu read when put into id:item + # mapping, resulting in children being correctly set on the roots. + menu_items.extend(menu_roots) + menu_root['all_menu_ids'] = menu_ids # includes menu_root_ids! + + # make a tree using parent_id + menu_items_map = dict( + (menu_item["id"], menu_item) for menu_item in menu_items) + for menu_item in menu_items: + if menu_item['parent_id']: + parent = menu_item['parent_id'][0] + else: + parent = False + if parent in menu_items_map: + menu_items_map[parent].setdefault( + 'children', []).append(menu_item) + + # sort by sequence a tree using parent_id + for menu_item in menu_items: + menu_item.setdefault('children', []).sort( + key=operator.itemgetter('sequence')) + + return menu_root + + @openerpweb.jsonrequest + def load_needaction(self, req, menu_ids): + """ Loads needaction counters for specific menu ids. + + :return: needaction data + :rtype: dict(menu_id: {'needaction_enabled': boolean, 'needaction_counter': int}) + """ + return req.session.model('ir.ui.menu').get_needaction_data(menu_ids, req.context) + + @openerpweb.jsonrequest + def action(self, req, menu_id): + # still used by web_shortcut + actions = load_actions_from_ir_values(req,'action', 'tree_but_open', + [('ir.ui.menu', menu_id)], False) + return {"action": actions} + +class DataSet(openerpweb.Controller): + _cp_path = "/web/dataset" + + @openerpweb.jsonrequest + def search_read(self, req, model, fields=False, offset=0, limit=False, domain=None, sort=None): + return self.do_search_read(req, model, fields, offset, limit, domain, sort) + def do_search_read(self, req, model, fields=False, offset=0, limit=False, domain=None + , sort=None): + """ Performs a search() followed by a read() (if needed) using the + provided search criteria + + :param req: a JSON-RPC request object + :type req: openerpweb.JsonRequest + :param str model: the name of the model to search on + :param fields: a list of the fields to return in the result records + :type fields: [str] + :param int offset: from which index should the results start being returned + :param int limit: the maximum number of records to return + :param list domain: the search domain for the query + :param list sort: sorting directives + :returns: A structure (dict) with two keys: ids (all the ids matching + the (domain, context) pair) and records (paginated records + matching fields selection set) + :rtype: list + """ + Model = req.session.model(model) + + ids = Model.search(domain, offset or 0, limit or False, sort or False, + req.context) + if limit and len(ids) == limit: + length = Model.search_count(domain, req.context) + else: + length = len(ids) + (offset or 0) + if fields and fields == ['id']: + # shortcut read if we only want the ids + return { + 'length': length, + 'records': [{'id': id} for id in ids] + } + + records = Model.read(ids, fields or False, req.context) + records.sort(key=lambda obj: ids.index(obj['id'])) + return { + 'length': length, + 'records': records + } + + @openerpweb.jsonrequest + def load(self, req, model, id, fields): + m = req.session.model(model) + value = {} + r = m.read([id], False, req.context) + if r: + value = r[0] + return {'value': value} + + def call_common(self, req, model, method, args, domain_id=None, context_id=None): + return self._call_kw(req, model, method, args, {}) + + def _call_kw(self, req, model, method, args, kwargs): + # Temporary implements future display_name special field for model#read() + if method == 'read' and kwargs.get('context', {}).get('future_display_name'): + if 'display_name' in args[1]: + names = dict(req.session.model(model).name_get(args[0], **kwargs)) + args[1].remove('display_name') + records = req.session.model(model).read(*args, **kwargs) + for record in records: + record['display_name'] = \ + names.get(record['id']) or "%s#%d" % (model, (record['id'])) + return records + + return getattr(req.session.model(model), method)(*args, **kwargs) + + @openerpweb.jsonrequest + def call(self, req, model, method, args, domain_id=None, context_id=None): + return self._call_kw(req, model, method, args, {}) + + @openerpweb.jsonrequest + def call_kw(self, req, model, method, args, kwargs): + return self._call_kw(req, model, method, args, kwargs) + + @openerpweb.jsonrequest + def call_button(self, req, model, method, args, domain_id=None, context_id=None): + action = self._call_kw(req, model, method, args, {}) + if isinstance(action, dict) and action.get('type') != '': + return clean_action(req, action) + return False + + @openerpweb.jsonrequest + def exec_workflow(self, req, model, id, signal): + return req.session.exec_workflow(model, id, signal) + + @openerpweb.jsonrequest + def resequence(self, req, model, ids, field='sequence', offset=0): + """ Re-sequences a number of records in the model, by their ids + + The re-sequencing starts at the first model of ``ids``, the sequence + number is incremented by one after each record and starts at ``offset`` + + :param ids: identifiers of the records to resequence, in the new sequence order + :type ids: list(id) + :param str field: field used for sequence specification, defaults to + "sequence" + :param int offset: sequence number for first record in ``ids``, allows + starting the resequencing from an arbitrary number, + defaults to ``0`` + """ + m = req.session.model(model) + if not m.fields_get([field]): + return False + # python 2.6 has no start parameter + for i, id in enumerate(ids): + m.write(id, { field: i + offset }) + return True + +class View(openerpweb.Controller): + _cp_path = "/web/view" + + @openerpweb.jsonrequest + def add_custom(self, req, view_id, arch): + CustomView = req.session.model('ir.ui.view.custom') + CustomView.create({ + 'user_id': req.session._uid, + 'ref_id': view_id, + 'arch': arch + }, req.context) + return {'result': True} + + @openerpweb.jsonrequest + def undo_custom(self, req, view_id, reset=False): + CustomView = req.session.model('ir.ui.view.custom') + vcustom = CustomView.search([('user_id', '=', req.session._uid), ('ref_id' ,'=', view_id)], + 0, False, False, req.context) + if vcustom: + if reset: + CustomView.unlink(vcustom, req.context) + else: + CustomView.unlink([vcustom[0]], req.context) + return {'result': True} + return {'result': False} + +class TreeView(View): + _cp_path = "/web/treeview" + + @openerpweb.jsonrequest + def action(self, req, model, id): + return load_actions_from_ir_values( + req,'action', 'tree_but_open',[(model, id)], + False) + +class Binary(openerpweb.Controller): + _cp_path = "/web/binary" + + @openerpweb.httprequest + def image(self, req, model, id, field, **kw): + last_update = '__last_update' + Model = req.session.model(model) + headers = [('Content-Type', 'image/png')] + etag = req.httprequest.headers.get('If-None-Match') + hashed_session = hashlib.md5(req.session_id).hexdigest() + id = None if not id else simplejson.loads(id) + if type(id) is list: + id = id[0] # m2o + if etag: + if not id and hashed_session == etag: + return werkzeug.wrappers.Response(status=304) + else: + date = Model.read([id], [last_update], req.context)[0].get(last_update) + if hashlib.md5(date).hexdigest() == etag: + return werkzeug.wrappers.Response(status=304) + + retag = hashed_session + try: + if not id: + res = Model.default_get([field], req.context).get(field) + image_base64 = res + else: + res = Model.read([id], [last_update, field], req.context)[0] + retag = hashlib.md5(res.get(last_update)).hexdigest() + image_base64 = res.get(field) + + if kw.get('resize'): + resize = kw.get('resize').split(',') + if len(resize) == 2 and int(resize[0]) and int(resize[1]): + width = int(resize[0]) + height = int(resize[1]) + # resize maximum 500*500 + if width > 500: width = 500 + if height > 500: height = 500 + image_base64 = openerp.tools.image_resize_image(base64_source=image_base64, size=(width, height), encoding='base64', filetype='PNG') + + image_data = base64.b64decode(image_base64) + + except (TypeError, xmlrpclib.Fault): + image_data = self.placeholder(req) + headers.append(('ETag', retag)) + headers.append(('Content-Length', len(image_data))) + try: + ncache = int(kw.get('cache')) + headers.append(('Cache-Control', 'no-cache' if ncache == 0 else 'max-age=%s' % (ncache))) + except: + pass + return req.make_response(image_data, headers) + + def placeholder(self, req, image='placeholder.png'): + addons_path = openerpweb.addons_manifest['web']['addons_path'] + return open(os.path.join(addons_path, 'web', 'static', 'src', 'img', image), 'rb').read() + + @openerpweb.httprequest + def saveas(self, req, model, field, id=None, filename_field=None, **kw): + """ Download link for files stored as binary fields. + + If the ``id`` parameter is omitted, fetches the default value for the + binary field (via ``default_get``), otherwise fetches the field for + that precise record. + + :param req: OpenERP request + :type req: :class:`web.common.http.HttpRequest` + :param str model: name of the model to fetch the binary from + :param str field: binary field + :param str id: id of the record from which to fetch the binary + :param str filename_field: field holding the file's name, if any + :returns: :class:`werkzeug.wrappers.Response` + """ + Model = req.session.model(model) + fields = [field] + if filename_field: + fields.append(filename_field) + if id: + res = Model.read([int(id)], fields, req.context)[0] + else: + res = Model.default_get(fields, req.context) + filecontent = base64.b64decode(res.get(field, '')) + if not filecontent: + return req.not_found() + else: + filename = '%s_%s' % (model.replace('.', '_'), id) + if filename_field: + filename = res.get(filename_field, '') or filename + return req.make_response(filecontent, + [('Content-Type', 'application/octet-stream'), + ('Content-Disposition', content_disposition(filename, req))]) + + @openerpweb.httprequest + def saveas_ajax(self, req, data, token): + jdata = simplejson.loads(data) + model = jdata['model'] + field = jdata['field'] + data = jdata['data'] + id = jdata.get('id', None) + filename_field = jdata.get('filename_field', None) + context = jdata.get('context', {}) + + Model = req.session.model(model) + fields = [field] + if filename_field: + fields.append(filename_field) + if data: + res = { field: data } + elif id: + res = Model.read([int(id)], fields, context)[0] + else: + res = Model.default_get(fields, context) + filecontent = base64.b64decode(res.get(field, '')) + if not filecontent: + raise ValueError(_("No content found for field '%s' on '%s:%s'") % + (field, model, id)) + else: + filename = '%s_%s' % (model.replace('.', '_'), id) + if filename_field: + filename = res.get(filename_field, '') or filename + return req.make_response(filecontent, + headers=[('Content-Type', 'application/octet-stream'), + ('Content-Disposition', content_disposition(filename, req))], + cookies={'fileToken': int(token)}) + + @openerpweb.httprequest + def upload(self, req, callback, ufile): + # TODO: might be useful to have a configuration flag for max-length file uploads + out = """""" + try: + data = ufile.read() + args = [len(data), ufile.filename, + ufile.content_type, base64.b64encode(data)] + except Exception, e: + args = [False, e.message] + return out % (simplejson.dumps(callback), simplejson.dumps(args)) + + @openerpweb.httprequest + def upload_attachment(self, req, callback, model, id, ufile): + Model = req.session.model('ir.attachment') + out = """""" + try: + attachment_id = Model.create({ + 'name': ufile.filename, + 'datas': base64.encodestring(ufile.read()), + 'datas_fname': ufile.filename, + 'res_model': model, + 'res_id': int(id) + }, req.context) + args = { + 'filename': ufile.filename, + 'id': attachment_id + } + except xmlrpclib.Fault, e: + args = {'error':e.faultCode } + return out % (simplejson.dumps(callback), simplejson.dumps(args)) + + @openerpweb.httprequest + def company_logo(self, req, dbname=None): + # TODO add etag, refactor to use /image code for etag + uid = None + if req.session._db: + dbname = req.session._db + uid = req.session._uid + elif dbname is None: + dbname = db_monodb(req) + + if uid is None: + uid = openerp.SUPERUSER_ID + + if not dbname: + image_data = self.placeholder(req, 'logo.png') + else: + registry = openerp.modules.registry.RegistryManager.get(dbname) + with registry.cursor() as cr: + user = registry.get('res.users').browse(cr, uid, uid) + if user.company_id.logo_web: + image_data = user.company_id.logo_web.decode('base64') + else: + image_data = self.placeholder(req, 'nologo.png') + headers = [ + ('Content-Type', 'image/png'), + ('Content-Length', len(image_data)), + ] + return req.make_response(image_data, headers) + +class Action(openerpweb.Controller): + _cp_path = "/web/action" + + @openerpweb.jsonrequest + def load(self, req, action_id, do_not_eval=False): + Actions = req.session.model('ir.actions.actions') + value = False + try: + action_id = int(action_id) + except ValueError: + try: + module, xmlid = action_id.split('.', 1) + model, action_id = req.session.model('ir.model.data').get_object_reference(module, xmlid) + assert model.startswith('ir.actions.') + except Exception: + action_id = 0 # force failed read + + base_action = Actions.read([action_id], ['type'], req.context) + if base_action: + ctx = {} + action_type = base_action[0]['type'] + if action_type == 'ir.actions.report.xml': + ctx.update({'bin_size': True}) + ctx.update(req.context) + action = req.session.model(action_type).read([action_id], False, ctx) + if action: + value = clean_action(req, action[0]) + return value + + @openerpweb.jsonrequest + def run(self, req, action_id): + return_action = req.session.model('ir.actions.server').run( + [action_id], req.context) + if return_action: + return clean_action(req, return_action) + else: + return False + +class Export(View): + _cp_path = "/web/export" + + @openerpweb.jsonrequest + def formats(self, req): + """ Returns all valid export formats + + :returns: for each export format, a pair of identifier and printable name + :rtype: [(str, str)] + """ + return sorted([ + controller.fmt + for path, controller in openerpweb.controllers_path.iteritems() + if path.startswith(self._cp_path) + if hasattr(controller, 'fmt') + ], key=operator.itemgetter("label")) + + def fields_get(self, req, model): + Model = req.session.model(model) + fields = Model.fields_get(False, req.context) + return fields + + @openerpweb.jsonrequest + def get_fields(self, req, model, prefix='', parent_name= '', + import_compat=True, parent_field_type=None, + exclude=None): + + if import_compat and parent_field_type == "many2one": + fields = {} + else: + fields = self.fields_get(req, model) + + if import_compat: + fields.pop('id', None) + else: + fields['.id'] = fields.pop('id', {'string': 'ID'}) + + fields_sequence = sorted(fields.iteritems(), + key=lambda field: field[1].get('string', '')) + + records = [] + for field_name, field in fields_sequence: + if import_compat: + if exclude and field_name in exclude: + continue + if field.get('readonly'): + # If none of the field's states unsets readonly, skip the field + if all(dict(attrs).get('readonly', True) + for attrs in field.get('states', {}).values()): + continue + + id = prefix + (prefix and '/'or '') + field_name + name = parent_name + (parent_name and '/' or '') + field['string'] + record = {'id': id, 'string': name, + 'value': id, 'children': False, + 'field_type': field.get('type'), + 'required': field.get('required'), + 'relation_field': field.get('relation_field')} + records.append(record) + + if len(name.split('/')) < 3 and 'relation' in field: + ref = field.pop('relation') + record['value'] += '/id' + record['params'] = {'model': ref, 'prefix': id, 'name': name} + + if not import_compat or field['type'] == 'one2many': + # m2m field in import_compat is childless + record['children'] = True + + return records + + @openerpweb.jsonrequest + def namelist(self,req, model, export_id): + # TODO: namelist really has no reason to be in Python (although itertools.groupby helps) + export = req.session.model("ir.exports").read([export_id])[0] + export_fields_list = req.session.model("ir.exports.line").read( + export['export_fields']) + + fields_data = self.fields_info( + req, model, map(operator.itemgetter('name'), export_fields_list)) + + return [ + {'name': field['name'], 'label': fields_data[field['name']]} + for field in export_fields_list + ] + + def fields_info(self, req, model, export_fields): + info = {} + fields = self.fields_get(req, model) + if ".id" in export_fields: + fields['.id'] = fields.pop('id', {'string': 'ID'}) + + # To make fields retrieval more efficient, fetch all sub-fields of a + # given field at the same time. Because the order in the export list is + # arbitrary, this requires ordering all sub-fields of a given field + # together so they can be fetched at the same time + # + # Works the following way: + # * sort the list of fields to export, the default sorting order will + # put the field itself (if present, for xmlid) and all of its + # sub-fields right after it + # * then, group on: the first field of the path (which is the same for + # a field and for its subfields and the length of splitting on the + # first '/', which basically means grouping the field on one side and + # all of the subfields on the other. This way, we have the field (for + # the xmlid) with length 1, and all of the subfields with the same + # base but a length "flag" of 2 + # * if we have a normal field (length 1), just add it to the info + # mapping (with its string) as-is + # * otherwise, recursively call fields_info via graft_subfields. + # all graft_subfields does is take the result of fields_info (on the + # field's model) and prepend the current base (current field), which + # rebuilds the whole sub-tree for the field + # + # result: because we're not fetching the fields_get for half the + # database models, fetching a namelist with a dozen fields (including + # relational data) falls from ~6s to ~300ms (on the leads model). + # export lists with no sub-fields (e.g. import_compatible lists with + # no o2m) are even more efficient (from the same 6s to ~170ms, as + # there's a single fields_get to execute) + for (base, length), subfields in itertools.groupby( + sorted(export_fields), + lambda field: (field.split('/', 1)[0], len(field.split('/', 1)))): + subfields = list(subfields) + if length == 2: + # subfields is a seq of $base/*rest, and not loaded yet + info.update(self.graft_subfields( + req, fields[base]['relation'], base, fields[base]['string'], + subfields + )) + else: + info[base] = fields[base]['string'] + + return info + + def graft_subfields(self, req, model, prefix, prefix_string, fields): + export_fields = [field.split('/', 1)[1] for field in fields] + return ( + (prefix + '/' + k, prefix_string + '/' + v) + for k, v in self.fields_info(req, model, export_fields).iteritems()) + + #noinspection PyPropertyDefinition + @property + def content_type(self): + """ Provides the format's content type """ + raise NotImplementedError() + + def filename(self, base): + """ Creates a valid filename for the format (with extension) from the + provided base name (exension-less) + """ + raise NotImplementedError() + + def from_data(self, fields, rows): + """ Conversion method from OpenERP's export data to whatever the + current export class outputs + + :params list fields: a list of fields to export + :params list rows: a list of records to export + :returns: + :rtype: bytes + """ + raise NotImplementedError() + + @openerpweb.httprequest + def index(self, req, data, token): + model, fields, ids, domain, import_compat = \ + operator.itemgetter('model', 'fields', 'ids', 'domain', + 'import_compat')( + simplejson.loads(data)) + + Model = req.session.model(model) + ids = ids or Model.search(domain, 0, False, False, req.context) + + field_names = map(operator.itemgetter('name'), fields) + import_data = Model.export_data(ids, field_names, req.context).get('datas',[]) + + if import_compat: + columns_headers = field_names + else: + columns_headers = [val['label'].strip() for val in fields] + + + return req.make_response(self.from_data(columns_headers, import_data), + headers=[('Content-Disposition', + content_disposition(self.filename(model), req)), + ('Content-Type', self.content_type)], + cookies={'fileToken': int(token)}) + +class CSVExport(Export): + _cp_path = '/web/export/csv' + fmt = {'tag': 'csv', 'label': 'CSV'} + + @property + def content_type(self): + return 'text/csv;charset=utf8' + + def filename(self, base): + return base + '.csv' + + def from_data(self, fields, rows): + fp = StringIO() + writer = csv.writer(fp, quoting=csv.QUOTE_ALL) + + writer.writerow([name.encode('utf-8') for name in fields]) + + for data in rows: + row = [] + for d in data: + if isinstance(d, basestring): + d = d.replace('\n',' ').replace('\t',' ') + try: + d = d.encode('utf-8') + except UnicodeError: + pass + if d is False: d = None + row.append(d) + writer.writerow(row) + + fp.seek(0) + data = fp.read() + fp.close() + return data + +class ExcelExport(Export): + _cp_path = '/web/export/xls' + fmt = { + 'tag': 'xls', + 'label': 'Excel', + 'error': None if xlwt else "XLWT required" + } + + @property + def content_type(self): + return 'application/vnd.ms-excel' + + def filename(self, base): + return base + '.xls' + + def from_data(self, fields, rows): + workbook = xlwt.Workbook() + worksheet = workbook.add_sheet('Sheet 1') + + for i, fieldname in enumerate(fields): + worksheet.write(0, i, fieldname) + worksheet.col(i).width = 8000 # around 220 pixels + + style = xlwt.easyxf('align: wrap yes') + + for row_index, row in enumerate(rows): + for cell_index, cell_value in enumerate(row): + if isinstance(cell_value, basestring): + cell_value = re.sub("\r", " ", cell_value) + if cell_value is False: cell_value = None + worksheet.write(row_index + 1, cell_index, cell_value, style) + + fp = StringIO() + workbook.save(fp) + fp.seek(0) + data = fp.read() + fp.close() + return data + +class Reports(View): + _cp_path = "/web/report" + POLLING_DELAY = 0.25 + TYPES_MAPPING = { + 'doc': 'application/vnd.ms-word', + 'html': 'text/html', + 'odt': 'application/vnd.oasis.opendocument.text', + 'pdf': 'application/pdf', + 'sxw': 'application/vnd.sun.xml.writer', + 'xls': 'application/vnd.ms-excel', + } + + @openerpweb.httprequest + def index(self, req, action, token): + action = simplejson.loads(action) + + report_srv = req.session.proxy("report") + context = dict(req.context) + context.update(action["context"]) + + report_data = {} + report_ids = context["active_ids"] + if 'report_type' in action: + report_data['report_type'] = action['report_type'] + if 'datas' in action: + if 'ids' in action['datas']: + report_ids = action['datas'].pop('ids') + report_data.update(action['datas']) + + report_id = report_srv.report( + req.session._db, req.session._uid, req.session._password, + action["report_name"], report_ids, + report_data, context) + + report_struct = None + while True: + report_struct = report_srv.report_get( + req.session._db, req.session._uid, req.session._password, report_id) + if report_struct["state"]: + break + + time.sleep(self.POLLING_DELAY) + + report = base64.b64decode(report_struct['result']) + if report_struct.get('code') == 'zlib': + report = zlib.decompress(report) + report_mimetype = self.TYPES_MAPPING.get( + report_struct['format'], 'octet-stream') + file_name = action.get('name', 'report') + if 'name' not in action: + reports = req.session.model('ir.actions.report.xml') + res_id = reports.search([('report_name', '=', action['report_name']),], + 0, False, False, context) + if len(res_id) > 0: + file_name = reports.read(res_id[0], ['name'], context)['name'] + else: + file_name = action['report_name'] + file_name = '%s.%s' % (file_name, report_struct['format']) + + return req.make_response(report, + headers=[ + ('Content-Disposition', content_disposition(file_name, req)), + ('Content-Type', report_mimetype), + ('Content-Length', len(report))], + cookies={'fileToken': int(token)}) + +# vim:expandtab:tabstop=4:softtabstop=4:shiftwidth=4: diff --git a/web/controllers/testing.py b/web/controllers/testing.py new file mode 100755 index 0000000..b6327bf --- /dev/null +++ b/web/controllers/testing.py @@ -0,0 +1,165 @@ +# coding=utf-8 +# -*- encoding: utf-8 -*- + +import glob +import itertools +import json +import operator +import os + +from mako.template import Template +from openerp.modules import module + +from .main import module_topological_sort +from .. import http + +NOMODULE_TEMPLATE = Template(u""" + + + + + OpenERP Testing + + +
    + +
      + % for name, module in modules: +
    • ${name}
    • + % endfor +
    +
    + + +""", default_filters=['h']) +NOTFOUND = Template(u""" +

    Unable to find the module [${module}], please check that the module + name is correct and the module is on OpenERP's path.

    +<< Back to tests +""", default_filters=['h']) +TESTING = Template(u""" + +<%def name="to_path(module, p)">/${module}/${p} + + + + OpenERP Web Tests + + + + + + + + +
    +
    + + +% for module, jss, tests, templates in files: + % for js in jss: + % if not js.endswith('/apps.js'): + + % endif + % endfor + % if tests or templates: + + % endif + % if tests: + % for test in tests: + + % endfor + % endif +% endfor + +""", default_filters=['h']) + +class TestRunnerController(http.Controller): + _cp_path = '/web/tests' + + @http.httprequest + def index(self, req, mod=None, **kwargs): + ms = module.get_modules() + manifests = dict( + (name, desc) + for name, desc in zip(ms, map(self.load_manifest, ms)) + if desc # remove not-actually-openerp-modules + ) + + if not mod: + return NOMODULE_TEMPLATE.render(modules=( + (manifest['name'], name) + for name, manifest in manifests.iteritems() + if any(testfile.endswith('.js') + for testfile in manifest['test']) + )) + sorted_mods = module_topological_sort(dict( + (name, manifest.get('depends', [])) + for name, manifest in manifests.iteritems() + )) + # to_load and to_test should be zippable lists of the same length. + # A falsy value in to_test indicate nothing to test at that index (just + # load the corresponding part of to_load) + to_test = sorted_mods + if mod != '*': + if mod not in manifests: + return req.not_found(NOTFOUND.render(module=mod)) + idx = sorted_mods.index(mod) + to_test = [None] * len(sorted_mods) + to_test[idx] = mod + + tests_candicates = [ + filter(lambda path: path.endswith('.js'), + manifests[mod]['test'] if mod else []) + for mod in to_test] + # remove trailing test-less modules + tests = reversed(list( + itertools.dropwhile( + operator.not_, + reversed(tests_candicates)))) + + files = [ + (mod, manifests[mod]['js'], tests, manifests[mod]['qweb']) + for mod, tests in itertools.izip(sorted_mods, tests) + ] + + # if all three db_info parameters are present, send them to the page + db_info = dict((k, v) for k, v in kwargs.iteritems() + if k in ['source', 'supadmin', 'password']) + if len(db_info) != 3: + db_info = None + + return TESTING.render(files=files, dependencies=json.dumps( + [name for name in sorted_mods + if module.get_module_resource(name, 'static') + if manifests[name]['js']]), db_info=json.dumps(db_info)) + + def load_manifest(self, name): + manifest = module.load_information_from_description_file(name) + if manifest: + path = module.get_module_path(name) + manifest['js'] = list( + self.expand_patterns(path, manifest.get('js', []))) + manifest['test'] = list( + self.expand_patterns(path, manifest.get('test', []))) + manifest['qweb'] = list( + self.expand_patterns(path, manifest.get('qweb', []))) + return manifest + + def expand_patterns(self, root, patterns): + for pattern in patterns: + normalized_pattern = os.path.normpath(os.path.join(root, pattern)) + for path in glob.glob(normalized_pattern): + # replace OS path separators (from join & normpath) by URI ones + yield path[len(root):].replace(os.path.sep, '/') diff --git a/web/doc/._Makefile b/web/doc/._Makefile new file mode 100644 index 0000000000000000000000000000000000000000..49a7a68dda8b3dcf718be8275dd408a96c2f6f65 GIT binary patch literal 222 zcmZQz6=P>$Vqox1Ojhs@R)|o50+1L3ClDI}@fsio@$UgK5x_AdBnYYuq+J^qI7A5ADWagzZ6zUro7#LccS|+8L8Kk9JyXWVp=cL9|7#TQc v6y@ipTDuvVIhz}}xahi=8@lM4m>aq3I$4++>l&JxI-8jrIGMN_nJ@qVFajf1 literal 0 HcmV?d00001 diff --git a/web/doc/.__static b/web/doc/.__static new file mode 100644 index 0000000000000000000000000000000000000000..49a7a68dda8b3dcf718be8275dd408a96c2f6f65 GIT binary patch literal 222 zcmZQz6=P>$Vqox1Ojhs@R)|o50+1L3ClDI}@fsio@$UgK5x_AdBnYYuq+J^qI7A5ADWagzZ6zUro7#LccS|+8L8Kk9JyXWVp=cL9|7#TQc v6y@ipTDuvVIhz}}xahi=8@lM4m>aq3I$4++>l&JxI-8jrIGMN_nJ@qVFajf1 literal 0 HcmV?d00001 diff --git a/web/doc/.__templates b/web/doc/.__templates new file mode 100644 index 0000000000000000000000000000000000000000..49a7a68dda8b3dcf718be8275dd408a96c2f6f65 GIT binary patch literal 222 zcmZQz6=P>$Vqox1Ojhs@R)|o50+1L3ClDI}@fsio@$UgK5x_AdBnYYuq+J^qI7A5ADWagzZ6zUro7#LccS|+8L8Kk9JyXWVp=cL9|7#TQc v6y@ipTDuvVIhz}}xahi=8@lM4m>aq3I$4++>l&JxI-8jrIGMN_nJ@qVFajf1 literal 0 HcmV?d00001 diff --git a/web/doc/.__themes b/web/doc/.__themes new file mode 100644 index 0000000000000000000000000000000000000000..49a7a68dda8b3dcf718be8275dd408a96c2f6f65 GIT binary patch literal 222 zcmZQz6=P>$Vqox1Ojhs@R)|o50+1L3ClDI}@fsio@$UgK5x_AdBnYYuq+J^qI7A5ADWagzZ6zUro7#LccS|+8L8Kk9JyXWVp=cL9|7#TQc v6y@ipTDuvVIhz}}xahi=8@lM4m>aq3I$4++>l&JxI-8jrIGMN_nJ@qVFajf1 literal 0 HcmV?d00001 diff --git a/web/doc/._addon-structure.txt b/web/doc/._addon-structure.txt new file mode 100644 index 0000000000000000000000000000000000000000..49a7a68dda8b3dcf718be8275dd408a96c2f6f65 GIT binary patch literal 222 zcmZQz6=P>$Vqox1Ojhs@R)|o50+1L3ClDI}@fsio@$UgK5x_AdBnYYuq+J^qI7A5ADWagzZ6zUro7#LccS|+8L8Kk9JyXWVp=cL9|7#TQc v6y@ipTDuvVIhz}}xahi=8@lM4m>aq3I$4++>l&JxI-8jrIGMN_nJ@qVFajf1 literal 0 HcmV?d00001 diff --git a/web/doc/._async.rst b/web/doc/._async.rst new file mode 100644 index 0000000000000000000000000000000000000000..49a7a68dda8b3dcf718be8275dd408a96c2f6f65 GIT binary patch literal 222 zcmZQz6=P>$Vqox1Ojhs@R)|o50+1L3ClDI}@fsio@$UgK5x_AdBnYYuq+J^qI7A5ADWagzZ6zUro7#LccS|+8L8Kk9JyXWVp=cL9|7#TQc v6y@ipTDuvVIhz}}xahi=8@lM4m>aq3I$4++>l&JxI-8jrIGMN_nJ@qVFajf1 literal 0 HcmV?d00001 diff --git a/web/doc/._changelog-7.0.rst b/web/doc/._changelog-7.0.rst new file mode 100644 index 0000000000000000000000000000000000000000..49a7a68dda8b3dcf718be8275dd408a96c2f6f65 GIT binary patch literal 222 zcmZQz6=P>$Vqox1Ojhs@R)|o50+1L3ClDI}@fsio@$UgK5x_AdBnYYuq+J^qI7A5ADWagzZ6zUro7#LccS|+8L8Kk9JyXWVp=cL9|7#TQc v6y@ipTDuvVIhz}}xahi=8@lM4m>aq3I$4++>l&JxI-8jrIGMN_nJ@qVFajf1 literal 0 HcmV?d00001 diff --git a/web/doc/._client_action.rst b/web/doc/._client_action.rst new file mode 100644 index 0000000000000000000000000000000000000000..49a7a68dda8b3dcf718be8275dd408a96c2f6f65 GIT binary patch literal 222 zcmZQz6=P>$Vqox1Ojhs@R)|o50+1L3ClDI}@fsio@$UgK5x_AdBnYYuq+J^qI7A5ADWagzZ6zUro7#LccS|+8L8Kk9JyXWVp=cL9|7#TQc v6y@ipTDuvVIhz}}xahi=8@lM4m>aq3I$4++>l&JxI-8jrIGMN_nJ@qVFajf1 literal 0 HcmV?d00001 diff --git a/web/doc/._conf.py b/web/doc/._conf.py new file mode 100755 index 0000000000000000000000000000000000000000..49a7a68dda8b3dcf718be8275dd408a96c2f6f65 GIT binary patch literal 222 zcmZQz6=P>$Vqox1Ojhs@R)|o50+1L3ClDI}@fsio@$UgK5x_AdBnYYuq+J^qI7A5ADWagzZ6zUro7#LccS|+8L8Kk9JyXWVp=cL9|7#TQc v6y@ipTDuvVIhz}}xahi=8@lM4m>aq3I$4++>l&JxI-8jrIGMN_nJ@qVFajf1 literal 0 HcmV?d00001 diff --git a/web/doc/._form_view.rst b/web/doc/._form_view.rst new file mode 100644 index 0000000000000000000000000000000000000000..49a7a68dda8b3dcf718be8275dd408a96c2f6f65 GIT binary patch literal 222 zcmZQz6=P>$Vqox1Ojhs@R)|o50+1L3ClDI}@fsio@$UgK5x_AdBnYYuq+J^qI7A5ADWagzZ6zUro7#LccS|+8L8Kk9JyXWVp=cL9|7#TQc v6y@ipTDuvVIhz}}xahi=8@lM4m>aq3I$4++>l&JxI-8jrIGMN_nJ@qVFajf1 literal 0 HcmV?d00001 diff --git a/web/doc/._guidelines.rst b/web/doc/._guidelines.rst new file mode 100644 index 0000000000000000000000000000000000000000..49a7a68dda8b3dcf718be8275dd408a96c2f6f65 GIT binary patch literal 222 zcmZQz6=P>$Vqox1Ojhs@R)|o50+1L3ClDI}@fsio@$UgK5x_AdBnYYuq+J^qI7A5ADWagzZ6zUro7#LccS|+8L8Kk9JyXWVp=cL9|7#TQc v6y@ipTDuvVIhz}}xahi=8@lM4m>aq3I$4++>l&JxI-8jrIGMN_nJ@qVFajf1 literal 0 HcmV?d00001 diff --git a/web/doc/._images b/web/doc/._images new file mode 100644 index 0000000000000000000000000000000000000000..49a7a68dda8b3dcf718be8275dd408a96c2f6f65 GIT binary patch literal 222 zcmZQz6=P>$Vqox1Ojhs@R)|o50+1L3ClDI}@fsio@$UgK5x_AdBnYYuq+J^qI7A5ADWagzZ6zUro7#LccS|+8L8Kk9JyXWVp=cL9|7#TQc v6y@ipTDuvVIhz}}xahi=8@lM4m>aq3I$4++>l&JxI-8jrIGMN_nJ@qVFajf1 literal 0 HcmV?d00001 diff --git a/web/doc/._index.rst b/web/doc/._index.rst new file mode 100644 index 0000000000000000000000000000000000000000..49a7a68dda8b3dcf718be8275dd408a96c2f6f65 GIT binary patch literal 222 zcmZQz6=P>$Vqox1Ojhs@R)|o50+1L3ClDI}@fsio@$UgK5x_AdBnYYuq+J^qI7A5ADWagzZ6zUro7#LccS|+8L8Kk9JyXWVp=cL9|7#TQc v6y@ipTDuvVIhz}}xahi=8@lM4m>aq3I$4++>l&JxI-8jrIGMN_nJ@qVFajf1 literal 0 HcmV?d00001 diff --git a/web/doc/._list_view.rst b/web/doc/._list_view.rst new file mode 100644 index 0000000000000000000000000000000000000000..49a7a68dda8b3dcf718be8275dd408a96c2f6f65 GIT binary patch literal 222 zcmZQz6=P>$Vqox1Ojhs@R)|o50+1L3ClDI}@fsio@$UgK5x_AdBnYYuq+J^qI7A5ADWagzZ6zUro7#LccS|+8L8Kk9JyXWVp=cL9|7#TQc v6y@ipTDuvVIhz}}xahi=8@lM4m>aq3I$4++>l&JxI-8jrIGMN_nJ@qVFajf1 literal 0 HcmV?d00001 diff --git a/web/doc/._make.bat b/web/doc/._make.bat new file mode 100644 index 0000000000000000000000000000000000000000..49a7a68dda8b3dcf718be8275dd408a96c2f6f65 GIT binary patch literal 222 zcmZQz6=P>$Vqox1Ojhs@R)|o50+1L3ClDI}@fsio@$UgK5x_AdBnYYuq+J^qI7A5ADWagzZ6zUro7#LccS|+8L8Kk9JyXWVp=cL9|7#TQc v6y@ipTDuvVIhz}}xahi=8@lM4m>aq3I$4++>l&JxI-8jrIGMN_nJ@qVFajf1 literal 0 HcmV?d00001 diff --git a/web/doc/._module b/web/doc/._module new file mode 100644 index 0000000000000000000000000000000000000000..49a7a68dda8b3dcf718be8275dd408a96c2f6f65 GIT binary patch literal 222 zcmZQz6=P>$Vqox1Ojhs@R)|o50+1L3ClDI}@fsio@$UgK5x_AdBnYYuq+J^qI7A5ADWagzZ6zUro7#LccS|+8L8Kk9JyXWVp=cL9|7#TQc v6y@ipTDuvVIhz}}xahi=8@lM4m>aq3I$4++>l&JxI-8jrIGMN_nJ@qVFajf1 literal 0 HcmV?d00001 diff --git a/web/doc/._module.rst b/web/doc/._module.rst new file mode 100644 index 0000000000000000000000000000000000000000..49a7a68dda8b3dcf718be8275dd408a96c2f6f65 GIT binary patch literal 222 zcmZQz6=P>$Vqox1Ojhs@R)|o50+1L3ClDI}@fsio@$UgK5x_AdBnYYuq+J^qI7A5ADWagzZ6zUro7#LccS|+8L8Kk9JyXWVp=cL9|7#TQc v6y@ipTDuvVIhz}}xahi=8@lM4m>aq3I$4++>l&JxI-8jrIGMN_nJ@qVFajf1 literal 0 HcmV?d00001 diff --git a/web/doc/._qweb.rst b/web/doc/._qweb.rst new file mode 100644 index 0000000000000000000000000000000000000000..49a7a68dda8b3dcf718be8275dd408a96c2f6f65 GIT binary patch literal 222 zcmZQz6=P>$Vqox1Ojhs@R)|o50+1L3ClDI}@fsio@$UgK5x_AdBnYYuq+J^qI7A5ADWagzZ6zUro7#LccS|+8L8Kk9JyXWVp=cL9|7#TQc v6y@ipTDuvVIhz}}xahi=8@lM4m>aq3I$4++>l&JxI-8jrIGMN_nJ@qVFajf1 literal 0 HcmV?d00001 diff --git a/web/doc/._rpc.rst b/web/doc/._rpc.rst new file mode 100644 index 0000000000000000000000000000000000000000..49a7a68dda8b3dcf718be8275dd408a96c2f6f65 GIT binary patch literal 222 zcmZQz6=P>$Vqox1Ojhs@R)|o50+1L3ClDI}@fsio@$UgK5x_AdBnYYuq+J^qI7A5ADWagzZ6zUro7#LccS|+8L8Kk9JyXWVp=cL9|7#TQc v6y@ipTDuvVIhz}}xahi=8@lM4m>aq3I$4++>l&JxI-8jrIGMN_nJ@qVFajf1 literal 0 HcmV?d00001 diff --git a/web/doc/._search_view.rst b/web/doc/._search_view.rst new file mode 100644 index 0000000000000000000000000000000000000000..49a7a68dda8b3dcf718be8275dd408a96c2f6f65 GIT binary patch literal 222 zcmZQz6=P>$Vqox1Ojhs@R)|o50+1L3ClDI}@fsio@$UgK5x_AdBnYYuq+J^qI7A5ADWagzZ6zUro7#LccS|+8L8Kk9JyXWVp=cL9|7#TQc v6y@ipTDuvVIhz}}xahi=8@lM4m>aq3I$4++>l&JxI-8jrIGMN_nJ@qVFajf1 literal 0 HcmV?d00001 diff --git a/web/doc/._test-report.txt b/web/doc/._test-report.txt new file mode 100644 index 0000000000000000000000000000000000000000..49a7a68dda8b3dcf718be8275dd408a96c2f6f65 GIT binary patch literal 222 zcmZQz6=P>$Vqox1Ojhs@R)|o50+1L3ClDI}@fsio@$UgK5x_AdBnYYuq+J^qI7A5ADWagzZ6zUro7#LccS|+8L8Kk9JyXWVp=cL9|7#TQc v6y@ipTDuvVIhz}}xahi=8@lM4m>aq3I$4++>l&JxI-8jrIGMN_nJ@qVFajf1 literal 0 HcmV?d00001 diff --git a/web/doc/._testing.rst b/web/doc/._testing.rst new file mode 100644 index 0000000000000000000000000000000000000000..49a7a68dda8b3dcf718be8275dd408a96c2f6f65 GIT binary patch literal 222 zcmZQz6=P>$Vqox1Ojhs@R)|o50+1L3ClDI}@fsio@$UgK5x_AdBnYYuq+J^qI7A5ADWagzZ6zUro7#LccS|+8L8Kk9JyXWVp=cL9|7#TQc v6y@ipTDuvVIhz}}xahi=8@lM4m>aq3I$4++>l&JxI-8jrIGMN_nJ@qVFajf1 literal 0 HcmV?d00001 diff --git a/web/doc/._widget.rst b/web/doc/._widget.rst new file mode 100644 index 0000000000000000000000000000000000000000..49a7a68dda8b3dcf718be8275dd408a96c2f6f65 GIT binary patch literal 222 zcmZQz6=P>$Vqox1Ojhs@R)|o50+1L3ClDI}@fsio@$UgK5x_AdBnYYuq+J^qI7A5ADWagzZ6zUro7#LccS|+8L8Kk9JyXWVp=cL9|7#TQc v6y@ipTDuvVIhz}}xahi=8@lM4m>aq3I$4++>l&JxI-8jrIGMN_nJ@qVFajf1 literal 0 HcmV?d00001 diff --git a/web/doc/Makefile b/web/doc/Makefile new file mode 100644 index 0000000..c1eff18 --- /dev/null +++ b/web/doc/Makefile @@ -0,0 +1,154 @@ +# Makefile for Sphinx documentation +# + +# You can set these variables from the command line. +SPHINXOPTS = -q +SPHINXBUILD = sphinx-build +PAPER = +BUILDDIR = _build + +# Internal variables. +PAPEROPT_a4 = -D latex_paper_size=a4 +PAPEROPT_letter = -D latex_paper_size=letter +ALLSPHINXOPTS = -d $(BUILDDIR)/doctrees $(PAPEROPT_$(PAPER)) $(SPHINXOPTS) . +# the i18n builder cannot share the environment and doctrees with the others +I18NSPHINXOPTS = $(PAPEROPT_$(PAPER)) $(SPHINXOPTS) . + +.PHONY: help clean html dirhtml singlehtml pickle json htmlhelp qthelp devhelp epub latex latexpdf text man changes linkcheck doctest gettext + +help: + @echo "Please use \`make ' where is one of" + @echo " html to make standalone HTML files" + @echo " dirhtml to make HTML files named index.html in directories" + @echo " singlehtml to make a single large HTML file" + @echo " pickle to make pickle files" + @echo " json to make JSON files" + @echo " htmlhelp to make HTML files and a HTML help project" + @echo " qthelp to make HTML files and a qthelp project" + @echo " devhelp to make HTML files and a Devhelp project" + @echo " epub to make an epub" + @echo " latex to make LaTeX files, you can set PAPER=a4 or PAPER=letter" + @echo " latexpdf to make LaTeX files and run them through pdflatex" + @echo " text to make text files" + @echo " man to make manual pages" + @echo " texinfo to make Texinfo files" + @echo " info to make Texinfo files and run them through makeinfo" + @echo " gettext to make PO message catalogs" + @echo " changes to make an overview of all changed/added/deprecated items" + @echo " linkcheck to check all external links for integrity" + @echo " doctest to run all doctests embedded in the documentation (if enabled)" + +clean: + -rm -rf $(BUILDDIR)/* + +html: + $(SPHINXBUILD) -b html $(ALLSPHINXOPTS) $(BUILDDIR)/html + @echo + @echo "Build finished. The HTML pages are in $(BUILDDIR)/html." + +dirhtml: + $(SPHINXBUILD) -b dirhtml $(ALLSPHINXOPTS) $(BUILDDIR)/dirhtml + sed -i '/-99999/d' _build/dirhtml/_static/flasky.css + @echo + @echo "Build finished. The HTML pages are in $(BUILDDIR)/dirhtml." + +singlehtml: + $(SPHINXBUILD) -b singlehtml $(ALLSPHINXOPTS) $(BUILDDIR)/singlehtml + @echo + @echo "Build finished. The HTML page is in $(BUILDDIR)/singlehtml." + +pickle: + $(SPHINXBUILD) -b pickle $(ALLSPHINXOPTS) $(BUILDDIR)/pickle + @echo + @echo "Build finished; now you can process the pickle files." + +json: + $(SPHINXBUILD) -b json $(ALLSPHINXOPTS) $(BUILDDIR)/json + @echo + @echo "Build finished; now you can process the JSON files." + +htmlhelp: + $(SPHINXBUILD) -b htmlhelp $(ALLSPHINXOPTS) $(BUILDDIR)/htmlhelp + @echo + @echo "Build finished; now you can run HTML Help Workshop with the" \ + ".hhp project file in $(BUILDDIR)/htmlhelp." + +qthelp: + $(SPHINXBUILD) -b qthelp $(ALLSPHINXOPTS) $(BUILDDIR)/qthelp + @echo + @echo "Build finished; now you can run "qcollectiongenerator" with the" \ + ".qhcp project file in $(BUILDDIR)/qthelp, like this:" + @echo "# qcollectiongenerator $(BUILDDIR)/qthelp/OpenERPTechnicalDocumentation.qhcp" + @echo "To view the help file:" + @echo "# assistant -collectionFile $(BUILDDIR)/qthelp/OpenERPTechnicalDocumentation.qhc" + +devhelp: + $(SPHINXBUILD) -b devhelp $(ALLSPHINXOPTS) $(BUILDDIR)/devhelp + @echo + @echo "Build finished." + @echo "To view the help file:" + @echo "# mkdir -p $$HOME/.local/share/devhelp/OpenERPTechnicalDocumentation" + @echo "# ln -s $(BUILDDIR)/devhelp $$HOME/.local/share/devhelp/OpenERPTechnicalDocumentation" + @echo "# devhelp" + +epub: + $(SPHINXBUILD) -b epub $(ALLSPHINXOPTS) $(BUILDDIR)/epub + @echo + @echo "Build finished. The epub file is in $(BUILDDIR)/epub." + +latex: + $(SPHINXBUILD) -b latex $(ALLSPHINXOPTS) $(BUILDDIR)/latex + @echo + @echo "Build finished; the LaTeX files are in $(BUILDDIR)/latex." + @echo "Run \`make' in that directory to run these through (pdf)latex" \ + "(use \`make latexpdf' here to do that automatically)." + +latexpdf: + $(SPHINXBUILD) -b latex $(ALLSPHINXOPTS) $(BUILDDIR)/latex + @echo "Running LaTeX files through pdflatex..." + $(MAKE) -C $(BUILDDIR)/latex all-pdf + @echo "pdflatex finished; the PDF files are in $(BUILDDIR)/latex." + +text: + $(SPHINXBUILD) -b text $(ALLSPHINXOPTS) $(BUILDDIR)/text + @echo + @echo "Build finished. The text files are in $(BUILDDIR)/text." + +man: + $(SPHINXBUILD) -b man $(ALLSPHINXOPTS) $(BUILDDIR)/man + @echo + @echo "Build finished. The manual pages are in $(BUILDDIR)/man." + +texinfo: + $(SPHINXBUILD) -b texinfo $(ALLSPHINXOPTS) $(BUILDDIR)/texinfo + @echo + @echo "Build finished. The Texinfo files are in $(BUILDDIR)/texinfo." + @echo "Run \`make' in that directory to run these through makeinfo" \ + "(use \`make info' here to do that automatically)." + +info: + $(SPHINXBUILD) -b texinfo $(ALLSPHINXOPTS) $(BUILDDIR)/texinfo + @echo "Running Texinfo files through makeinfo..." + make -C $(BUILDDIR)/texinfo info + @echo "makeinfo finished; the Info files are in $(BUILDDIR)/texinfo." + +gettext: + $(SPHINXBUILD) -b gettext $(I18NSPHINXOPTS) $(BUILDDIR)/locale + @echo + @echo "Build finished. The message catalogs are in $(BUILDDIR)/locale." + +changes: + $(SPHINXBUILD) -b changes $(ALLSPHINXOPTS) $(BUILDDIR)/changes + @echo + @echo "The overview file is in $(BUILDDIR)/changes." + +linkcheck: + $(SPHINXBUILD) -b linkcheck $(ALLSPHINXOPTS) $(BUILDDIR)/linkcheck + @echo + @echo "Link check complete; look for any errors in the above output " \ + "or in $(BUILDDIR)/linkcheck/output.txt." + +doctest: + $(SPHINXBUILD) -b doctest $(ALLSPHINXOPTS) $(BUILDDIR)/doctest + @echo "Testing of doctests in the sources finished, look at the " \ + "results in $(BUILDDIR)/doctest/output.txt." diff --git a/web/doc/_static/._openerp.png b/web/doc/_static/._openerp.png new file mode 100644 index 0000000000000000000000000000000000000000..49a7a68dda8b3dcf718be8275dd408a96c2f6f65 GIT binary patch literal 222 zcmZQz6=P>$Vqox1Ojhs@R)|o50+1L3ClDI}@fsio@$UgK5x_AdBnYYuq+J^qI7A5ADWagzZ6zUro7#LccS|+8L8Kk9JyXWVp=cL9|7#TQc v6y@ipTDuvVIhz}}xahi=8@lM4m>aq3I$4++>l&JxI-8jrIGMN_nJ@qVFajf1 literal 0 HcmV?d00001 diff --git a/web/doc/_static/openerp.png b/web/doc/_static/openerp.png new file mode 100644 index 0000000000000000000000000000000000000000..d6dbd9d83d1f3c3c2568e7ccac4e031e0f5b3806 GIT binary patch literal 3981 zcmd^C_d6So6Q){fYt^b!v(zYRmYOv`)NZZXqm_bg)8jJ-!9MkGOE zBvBz>|Ht>9=kC4x>3!~f?w;o^R$o_xn&L495fKr!mZqxVE%x5}i~A(Ev1HN+c?&GQ zYNozM9!|dgw%(3J$_^fOjvQK_Z9h61I@&sX^%`@0O+-XOq_1PFc64;KDJunjXDI&i zWo2dM+3_)IZuSg`+)`875EF)2n&;=|pG;4gnVA(86_uBldwF@S3p_i7!CG5ej|YGt z5GX1ts<*e7jg2ieHFZltwzRYqqWfP)Muw%OWoT%qjEoFCJ99%saL3l_-Me>cYHBAF z<2^k+r%>pQll>VChC-pv;P8cog^rGnrluwZ1%-x&hOx0R0|SFCWd(9_@}u5A#l^*k z`MEAGF8%%e0s;bSYirwDYNMm0h~HHZv-j}Q;?vz-SV}U~#c5rLAHBYQ@I9K7lhe)3 z?Hr8`2ng8L)&v{qA{*+0gM(q|sVXWeU0q#tbaYTRm;Lb2&CSgX3DM)@<6Tepii!%< z@-qC_Ph?xGpPwIkb7Ma;d~k4ZFW}48*4F94K~7E%ytpthFi=TJY43~gj=-~{?k-75 zNgW*>EiElxUS4EV<38XUyz*CecJ^Liz{%+7#KgqiyLX3%hG3~F2Z?dJ-kzsmFnVR> zFf)Bq>g9fPq>qnJQc}`USLZnrX=i754u|XN>Y}%|Q40&m_BLco6I5IT>gp^cB*etT zl$DhwCnvXK{b6Qi#>2y-zP_G7AjHSVBM^wVxHvo>KQ}iwKR*wL!*_Oe_V@Q!R#vcB zY;A4r&CN|hLc;3m>g43)zkmNQ7)*G0`1$E61Oi!FT8fR0y}Z0!US7Vsx^j1SzrMc4 z;c!z^Q+0K9v$M0iySt}5keZsBEydRd2M5U3mR%1wFc`ccE{cG|&khfv9&QIo2@ng@ zO*t7T6nZ>7bPyl=@A7hfZffQCEwa0il)_VabWdBg2T6 zroR?u$AbgFq(mGRo06Q|_gWTltH$5af`S70&oa!#1$t|9c4h`$S2JL5yCo@x#bC9xd^I&* zX6XOHOL1R@nURT^O__(E<7I49tbvrqBfFFiK|eCJ&kxtK%iktS=JL;Cok*M^JiGAlx<)KI17v%|s3!d@k2GBK*81?%QXW7_LA}5dW8FIrH%8Bjk^lX2_-}SE-Fqyo-aeQbzE^On` zLs^&ibe#626289nd!gO?40c6z2DGWhl@lZbJ5TnrKG!ps7uO{up*&+0U;bjY41m`n zw`eghl>Yi}3itPQz6y2;P+~q$HH=!ss?EJwplv(I0EOGm3t@45NYdZ5-SlMn{xuDD zRjgmXCJ5eG9P%S}NJ~z{SxRbF^5%XW(Pfuq{%BJc-2G8L?o8|Lc7?+68E%f3WyNai z+)@_nvLy70Q$BwoTQnpaY0N9V{>om}r}M!T@{i>6v`AJ>P0auQl z@0l-JjZxGWkYGEd@Kb3n!RN zD<*u!T`v{lugQ?4f8)(^!`X3JXvkJn#1WbLEqYMet#| zU(SpwKriumxez`@%E}g3^k2+$Ly0I$NVTyo)v$>+T7$%O$-@!XY+LE^duE&EN=RNx zPxw?Yu)pLKZyj=zOt@JKIgJPCIptl}1MrJQJWOmo09^M8DWTe1HeF02gmV~_vBN}+ zz$*9ypBntvowcpx%(Y1q15;y+-I65GFKVy1eS4W)=rHQOE)``+aN=6S%(?$!;XL(i zq9RUAk=*_gA>vc0PmwQY&%X_DBR{*Ae28CW3_EccNB(oWv!qQ{VnoE&LUhL!9i;$U z9XzBjdvved|CLI}lmo=!-u=u$n2~Y&3D^ezvvaSrCL@McwF9WQ_r!T~(hihrW47B! zN{Yc^$=u!M?=}?3rvzGs6ADGZ6Z7ey;2{-Ii#+s~5=~GZl1(f*nA$!>2hXMQ%F{Ga zzXCKL0=*6eDCG1?cJ4~36bh0-we$K|@e2dOu`_Kvfl-uNQi~8_+Rnr)3}qWsBxbSs z{TNbLgm?kHy6a7R$?WcYxOQGo-g$CI#i-Kvx5#NZ%Q1H(%@6EBnxMc!d#+m|@3MW= zsAmxF1v-m+aL43BhU2EeLe-vf2+4*|`gE5`v3MZp0~ffcOr=Ari!89d!~nbA9Bu6Z zEc3KHywA`9uFi^kD~~#Tix!mD{w*bqV~|^#aAjvG{@t6tT0m-*(i$_IH>}y{Y)Ru2 zz-+UEYa(xqk`j!i-L;$cDG~Ws+)%(z_eDz+RpDErDJSLE_ zh5t&YmAppj^4B?UXk(+DIf=~Hp>TmpCL?@ruK;YR*zFU{={ROMSPPbZWA$!VbENs( z4=z9#H-NYPkr8os`B%&YorMpL%$nm`gv!{Ny-DyC*ze6~*C?OPAFe$N%H^K{k6ZyH z27DY}*rqYlNBj`M276P+zdrDh4HR*%8)fGDYX(Jo1knI?b5LGU4bUbhy-06?HBp>! zqUKG3(8b$%a1aatz0eT;Lj4?H7r*ZPz;M&%0qnU1nuxXZV(1m-_4~K^dYg!cQ=JRl z#kdt{v+L!#?OY~Z7k#wAs?hS|x*;Hd9=|W&Prym6S(@hR#oulGMozn*NK%6_ zQ!r!>Oc_~aRg|~zl_gNfZ&Od7bJ6#+8y4Ra(Tw|qJ?VnqUG1(b-{<^MPCgzYJbRf_@|CZ4;8B*kWtYS#XQ7_U>SE?RN&P(=5a)i$>3Igq&-ngaoc)`>T3ph@y|N_rKZFW?F66rz@Gi zZ*Q)$d#SSrCXN*!j|EyiG7-(o!i;rTEbnEWgZ1}m!LoguWyYM31pU+c9?igBMW7hB z)3icG)1Pf6y&%j{8R;FT4Twpb)%S}W{}YXYkH(sEBa}_Qcawy=f4jB*jVn?1p!|e zd+lCigNmLF1-^Fzs81<;`c`K|LTTnsvkd*RisHS{DwC3BLxcpl|LJnoZfBb5So;HR z4~bOS4;l$AH2I{9t6X2c^%&Z7*f%~%<}LPoSX2`cLPw4;7GP}{(X=)JhN`=SR{3Q+ z*x0jD;lpgUhHU55YuiGp=`Yhiju(f$RsCQz_OYMGX2i4VaiW(HeGCiGn}qoh(W?!0 z_}UZFCpg=c4F=#cIEikfxc&XR2f`rMb8~a~4@wl~KMhI)?MB4ji4~XfNp`5mSNC|4 zBpt$=Ad$b-XNXB!WvE?a8R_lmv#WrMq1GmeXW*mDABpAw)0APxRita30QfORQd<*s{a^L}E!$3Wz<=T1>S3#t7))rQxG%K5($_5OC#!%6Dopy??_3?}dH=u>Ef zCLKU1O!^$fDD0k~&knt&ChZtZ+@u1izt(Mr$0~$N1Vn-*IyA$pEyTcx^>r=ER%MxZ zY2o4sT+X#jnYrn_`JyiKO)?}rFI{+u=eru-#51~znn>%;QaousE;C#AiEU~8gVGot z4f&dgY2P-{1nwOh6G(;m!;izcbX^ z3MmQGvwQr~_u8HwL{!!f<_7*FFza8^4oj=qynas?kGsQxERnGid7PqJhzYc0XoLyP z)Xp9HW~v7+@eiLYg^@NcAi9K%e{HEe_A9rXK!? zu&PvG)*6-wja)#$56j@Co9e9Jf$Z7OPD01!02K$LeqHX$I=&69Fl&E#omL>%#k41v%>AQvU#?0DigJ(8An`#2D3sp+cLsn~@75B=%69{>OV literal 0 HcmV?d00001 diff --git a/web/doc/_templates/._sidebarintro.html b/web/doc/_templates/._sidebarintro.html new file mode 100644 index 0000000000000000000000000000000000000000..49a7a68dda8b3dcf718be8275dd408a96c2f6f65 GIT binary patch literal 222 zcmZQz6=P>$Vqox1Ojhs@R)|o50+1L3ClDI}@fsio@$UgK5x_AdBnYYuq+J^qI7A5ADWagzZ6zUro7#LccS|+8L8Kk9JyXWVp=cL9|7#TQc v6y@ipTDuvVIhz}}xahi=8@lM4m>aq3I$4++>l&JxI-8jrIGMN_nJ@qVFajf1 literal 0 HcmV?d00001 diff --git a/web/doc/_templates/._sidebarlogo.html b/web/doc/_templates/._sidebarlogo.html new file mode 100644 index 0000000000000000000000000000000000000000..49a7a68dda8b3dcf718be8275dd408a96c2f6f65 GIT binary patch literal 222 zcmZQz6=P>$Vqox1Ojhs@R)|o50+1L3ClDI}@fsio@$UgK5x_AdBnYYuq+J^qI7A5ADWagzZ6zUro7#LccS|+8L8Kk9JyXWVp=cL9|7#TQc v6y@ipTDuvVIhz}}xahi=8@lM4m>aq3I$4++>l&JxI-8jrIGMN_nJ@qVFajf1 literal 0 HcmV?d00001 diff --git a/web/doc/_templates/sidebarintro.html b/web/doc/_templates/sidebarintro.html new file mode 100644 index 0000000..ecd5198 --- /dev/null +++ b/web/doc/_templates/sidebarintro.html @@ -0,0 +1,16 @@ + + +

    Other Docs

    + + +

    Useful Links

    + diff --git a/web/doc/_templates/sidebarlogo.html b/web/doc/_templates/sidebarlogo.html new file mode 100644 index 0000000..de6e3e5 --- /dev/null +++ b/web/doc/_templates/sidebarlogo.html @@ -0,0 +1,3 @@ + diff --git a/web/doc/_themes/._LICENSE b/web/doc/_themes/._LICENSE new file mode 100644 index 0000000000000000000000000000000000000000..49a7a68dda8b3dcf718be8275dd408a96c2f6f65 GIT binary patch literal 222 zcmZQz6=P>$Vqox1Ojhs@R)|o50+1L3ClDI}@fsio@$UgK5x_AdBnYYuq+J^qI7A5ADWagzZ6zUro7#LccS|+8L8Kk9JyXWVp=cL9|7#TQc v6y@ipTDuvVIhz}}xahi=8@lM4m>aq3I$4++>l&JxI-8jrIGMN_nJ@qVFajf1 literal 0 HcmV?d00001 diff --git a/web/doc/_themes/._README b/web/doc/_themes/._README new file mode 100644 index 0000000000000000000000000000000000000000..49a7a68dda8b3dcf718be8275dd408a96c2f6f65 GIT binary patch literal 222 zcmZQz6=P>$Vqox1Ojhs@R)|o50+1L3ClDI}@fsio@$UgK5x_AdBnYYuq+J^qI7A5ADWagzZ6zUro7#LccS|+8L8Kk9JyXWVp=cL9|7#TQc v6y@ipTDuvVIhz}}xahi=8@lM4m>aq3I$4++>l&JxI-8jrIGMN_nJ@qVFajf1 literal 0 HcmV?d00001 diff --git a/web/doc/_themes/._flask b/web/doc/_themes/._flask new file mode 100644 index 0000000000000000000000000000000000000000..49a7a68dda8b3dcf718be8275dd408a96c2f6f65 GIT binary patch literal 222 zcmZQz6=P>$Vqox1Ojhs@R)|o50+1L3ClDI}@fsio@$UgK5x_AdBnYYuq+J^qI7A5ADWagzZ6zUro7#LccS|+8L8Kk9JyXWVp=cL9|7#TQc v6y@ipTDuvVIhz}}xahi=8@lM4m>aq3I$4++>l&JxI-8jrIGMN_nJ@qVFajf1 literal 0 HcmV?d00001 diff --git a/web/doc/_themes/._flask_small b/web/doc/_themes/._flask_small new file mode 100644 index 0000000000000000000000000000000000000000..49a7a68dda8b3dcf718be8275dd408a96c2f6f65 GIT binary patch literal 222 zcmZQz6=P>$Vqox1Ojhs@R)|o50+1L3ClDI}@fsio@$UgK5x_AdBnYYuq+J^qI7A5ADWagzZ6zUro7#LccS|+8L8Kk9JyXWVp=cL9|7#TQc v6y@ipTDuvVIhz}}xahi=8@lM4m>aq3I$4++>l&JxI-8jrIGMN_nJ@qVFajf1 literal 0 HcmV?d00001 diff --git a/web/doc/_themes/._flask_theme_support.py b/web/doc/_themes/._flask_theme_support.py new file mode 100755 index 0000000000000000000000000000000000000000..49a7a68dda8b3dcf718be8275dd408a96c2f6f65 GIT binary patch literal 222 zcmZQz6=P>$Vqox1Ojhs@R)|o50+1L3ClDI}@fsio@$UgK5x_AdBnYYuq+J^qI7A5ADWagzZ6zUro7#LccS|+8L8Kk9JyXWVp=cL9|7#TQc v6y@ipTDuvVIhz}}xahi=8@lM4m>aq3I$4++>l&JxI-8jrIGMN_nJ@qVFajf1 literal 0 HcmV?d00001 diff --git a/web/doc/_themes/LICENSE b/web/doc/_themes/LICENSE new file mode 100644 index 0000000..8daab7e --- /dev/null +++ b/web/doc/_themes/LICENSE @@ -0,0 +1,37 @@ +Copyright (c) 2010 by Armin Ronacher. + +Some rights reserved. + +Redistribution and use in source and binary forms of the theme, with or +without modification, are permitted provided that the following conditions +are met: + +* Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + +* Redistributions in binary form must reproduce the above + copyright notice, this list of conditions and the following + disclaimer in the documentation and/or other materials provided + with the distribution. + +* The names of the contributors may not be used to endorse or + promote products derived from this software without specific + prior written permission. + +We kindly ask you to only use these themes in an unmodified manner just +for Flask and Flask-related products, not for unrelated projects. If you +like the visual style and want to use it for your own projects, please +consider making some larger changes to the themes (such as changing +font faces, sizes, colors or margins). + +THIS THEME IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" +AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE +IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE +ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE +LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR +CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF +SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS +INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN +CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) +ARISING IN ANY WAY OUT OF THE USE OF THIS THEME, EVEN IF ADVISED OF THE +POSSIBILITY OF SUCH DAMAGE. diff --git a/web/doc/_themes/README b/web/doc/_themes/README new file mode 100644 index 0000000..b3292bd --- /dev/null +++ b/web/doc/_themes/README @@ -0,0 +1,31 @@ +Flask Sphinx Styles +=================== + +This repository contains sphinx styles for Flask and Flask related +projects. To use this style in your Sphinx documentation, follow +this guide: + +1. put this folder as _themes into your docs folder. Alternatively + you can also use git submodules to check out the contents there. +2. add this to your conf.py: + + sys.path.append(os.path.abspath('_themes')) + html_theme_path = ['_themes'] + html_theme = 'flask' + +The following themes exist: + +- 'flask' - the standard flask documentation theme for large + projects +- 'flask_small' - small one-page theme. Intended to be used by + very small addon libraries for flask. + +The following options exist for the flask_small theme: + + [options] + index_logo = '' filename of a picture in _static + to be used as replacement for the + h1 in the index.rst file. + index_logo_height = 120px height of the index logo + github_fork = '' repository name on github for the + "fork me" badge diff --git a/web/doc/_themes/flask/._layout.html b/web/doc/_themes/flask/._layout.html new file mode 100644 index 0000000000000000000000000000000000000000..49a7a68dda8b3dcf718be8275dd408a96c2f6f65 GIT binary patch literal 222 zcmZQz6=P>$Vqox1Ojhs@R)|o50+1L3ClDI}@fsio@$UgK5x_AdBnYYuq+J^qI7A5ADWagzZ6zUro7#LccS|+8L8Kk9JyXWVp=cL9|7#TQc v6y@ipTDuvVIhz}}xahi=8@lM4m>aq3I$4++>l&JxI-8jrIGMN_nJ@qVFajf1 literal 0 HcmV?d00001 diff --git a/web/doc/_themes/flask/._relations.html b/web/doc/_themes/flask/._relations.html new file mode 100644 index 0000000000000000000000000000000000000000..49a7a68dda8b3dcf718be8275dd408a96c2f6f65 GIT binary patch literal 222 zcmZQz6=P>$Vqox1Ojhs@R)|o50+1L3ClDI}@fsio@$UgK5x_AdBnYYuq+J^qI7A5ADWagzZ6zUro7#LccS|+8L8Kk9JyXWVp=cL9|7#TQc v6y@ipTDuvVIhz}}xahi=8@lM4m>aq3I$4++>l&JxI-8jrIGMN_nJ@qVFajf1 literal 0 HcmV?d00001 diff --git a/web/doc/_themes/flask/._static b/web/doc/_themes/flask/._static new file mode 100644 index 0000000000000000000000000000000000000000..49a7a68dda8b3dcf718be8275dd408a96c2f6f65 GIT binary patch literal 222 zcmZQz6=P>$Vqox1Ojhs@R)|o50+1L3ClDI}@fsio@$UgK5x_AdBnYYuq+J^qI7A5ADWagzZ6zUro7#LccS|+8L8Kk9JyXWVp=cL9|7#TQc v6y@ipTDuvVIhz}}xahi=8@lM4m>aq3I$4++>l&JxI-8jrIGMN_nJ@qVFajf1 literal 0 HcmV?d00001 diff --git a/web/doc/_themes/flask/._theme.conf b/web/doc/_themes/flask/._theme.conf new file mode 100644 index 0000000000000000000000000000000000000000..49a7a68dda8b3dcf718be8275dd408a96c2f6f65 GIT binary patch literal 222 zcmZQz6=P>$Vqox1Ojhs@R)|o50+1L3ClDI}@fsio@$UgK5x_AdBnYYuq+J^qI7A5ADWagzZ6zUro7#LccS|+8L8Kk9JyXWVp=cL9|7#TQc v6y@ipTDuvVIhz}}xahi=8@lM4m>aq3I$4++>l&JxI-8jrIGMN_nJ@qVFajf1 literal 0 HcmV?d00001 diff --git a/web/doc/_themes/flask/layout.html b/web/doc/_themes/flask/layout.html new file mode 100644 index 0000000..ad08ecc --- /dev/null +++ b/web/doc/_themes/flask/layout.html @@ -0,0 +1,25 @@ +{%- extends "basic/layout.html" %} +{%- block extrahead %} + {{ super() }} + {% if theme_touch_icon %} + + {% endif %} + +{% endblock %} +{%- block relbar2 %}{% endblock %} +{% block header %} + {{ super() }} + {% if pagename == 'index' %} +
    + {% endif %} +{% endblock %} +{%- block footer %} + + {% if pagename == 'index' %} +
    + {% endif %} +{%- endblock %} diff --git a/web/doc/_themes/flask/relations.html b/web/doc/_themes/flask/relations.html new file mode 100644 index 0000000..3bbcde8 --- /dev/null +++ b/web/doc/_themes/flask/relations.html @@ -0,0 +1,19 @@ +

    Related Topics

    + diff --git a/web/doc/_themes/flask/static/._flasky.css_t b/web/doc/_themes/flask/static/._flasky.css_t new file mode 100644 index 0000000000000000000000000000000000000000..49a7a68dda8b3dcf718be8275dd408a96c2f6f65 GIT binary patch literal 222 zcmZQz6=P>$Vqox1Ojhs@R)|o50+1L3ClDI}@fsio@$UgK5x_AdBnYYuq+J^qI7A5ADWagzZ6zUro7#LccS|+8L8Kk9JyXWVp=cL9|7#TQc v6y@ipTDuvVIhz}}xahi=8@lM4m>aq3I$4++>l&JxI-8jrIGMN_nJ@qVFajf1 literal 0 HcmV?d00001 diff --git a/web/doc/_themes/flask/static/._small_flask.css b/web/doc/_themes/flask/static/._small_flask.css new file mode 100644 index 0000000000000000000000000000000000000000..49a7a68dda8b3dcf718be8275dd408a96c2f6f65 GIT binary patch literal 222 zcmZQz6=P>$Vqox1Ojhs@R)|o50+1L3ClDI}@fsio@$UgK5x_AdBnYYuq+J^qI7A5ADWagzZ6zUro7#LccS|+8L8Kk9JyXWVp=cL9|7#TQc v6y@ipTDuvVIhz}}xahi=8@lM4m>aq3I$4++>l&JxI-8jrIGMN_nJ@qVFajf1 literal 0 HcmV?d00001 diff --git a/web/doc/_themes/flask/static/flasky.css_t b/web/doc/_themes/flask/static/flasky.css_t new file mode 100644 index 0000000..0280e15 --- /dev/null +++ b/web/doc/_themes/flask/static/flasky.css_t @@ -0,0 +1,395 @@ +/* + * flasky.css_t + * ~~~~~~~~~~~~ + * + * :copyright: Copyright 2010 by Armin Ronacher. + * :license: Flask Design License, see LICENSE for details. + */ + +{% set page_width = '80em' %} +{% set sidebar_width = '16em' %} + +@import url("basic.css"); + +/* -- page layout ----------------------------------------------------------- */ + +body { + font-family: 'Georgia', serif; + font-size: 15px; + background-color: white; + color: #000; + margin: 0; + padding: 0; +} + +div.document { + width: {{ page_width }}; + margin: 30px auto 0 auto; +} + +div.documentwrapper { + float: left; + width: 100%; +} + +div.bodywrapper { + margin: 0 0 0 {{ sidebar_width }}; +} + +div.sphinxsidebar { + width: {{ sidebar_width }}; +} + +hr { + border: 1px solid #B1B4B6; +} + +div.body { + background-color: #ffffff; + color: #3E4349; + padding: 0 0px 0 0px; +} + +img.floatingflask { + padding: 0 0 10px 10px; + float: right; +} + +div.footer { + width: {{ page_width }}; + margin: 20px auto 30px auto; + font-size: 12px; + color: #888; + text-align: right; +} + +div.footer a { + color: #888; +} + +div.related { + display: none; +} + +div.sphinxsidebar a { + color: #444; + text-decoration: none; + border-bottom: 1px dotted #999; +} + +div.sphinxsidebar a:hover { + border-bottom: 1px solid #999; +} + +div.sphinxsidebar { + font-size: 12px; + line-height: 1.5; +} + +div.sphinxsidebarwrapper { + padding: 0px 10px; +} + +div.sphinxsidebarwrapper p.logo { + padding: 0 0 20px 0; + margin: 0; + text-align: center; +} + +div.sphinxsidebar h3, +div.sphinxsidebar h4 { + font-family: 'Garamond', 'Georgia', serif; + color: #444; + font-size: 22px; + font-weight: normal; + margin: 0 0 5px 0; + padding: 0; +} + +div.sphinxsidebar h4 { + font-size: 18px; +} + +div.sphinxsidebar h3 a { + color: #444; +} + +div.sphinxsidebar p.logo a, +div.sphinxsidebar h3 a, +div.sphinxsidebar p.logo a:hover, +div.sphinxsidebar h3 a:hover { + border: none; +} + +div.sphinxsidebar p { + color: #555; + margin: 10px 0; +} + +div.sphinxsidebar ul { + margin: 10px 0; + padding: 0; + color: #000; +} + +div.sphinxsidebar input { + border: 1px solid #ccc; + font-family: 'Georgia', serif; + font-size: 1em; +} + +/* -- body styles ----------------------------------------------------------- */ + +a { + color: #004B6B; + text-decoration: underline; +} + +a:hover { + color: #6D4100; + text-decoration: underline; +} + +div.body h1, +div.body h2, +div.body h3, +div.body h4, +div.body h5, +div.body h6 { + font-family: 'Garamond', 'Georgia', serif; + font-weight: normal; + margin: 30px 0px 10px 0px; + padding: 0; +} + +{% if theme_index_logo %} +div.indexwrapper h1 { + text-indent: -999999px; + background: url({{ theme_index_logo }}) no-repeat center center; + height: {{ theme_index_logo_height }}; +} +{% endif %} + +div.body h1 { margin-top: 0; padding-top: 0; font-size: 240%; } +div.body h2 { font-size: 180%; } +div.body h3 { font-size: 150%; } +div.body h4 { font-size: 130%; } +div.body h5 { font-size: 100%; } +div.body h6 { font-size: 100%; } + +a.headerlink { + color: #ddd; + padding: 0 4px; + text-decoration: none; +} + +a.headerlink:hover { + color: #444; + background: #eaeaea; +} + +div.body p, div.body dd, div.body li { + line-height: 1.4em; +} + +div.admonition { + background: #fafafa; + margin: 20px -30px; + padding: 10px 30px; + border-top: 1px solid #ccc; + border-bottom: 1px solid #ccc; +} + +div.admonition tt.xref, div.admonition a tt { + border-bottom: 1px solid #fafafa; +} + +dd div.admonition { + margin-left: -60px; + padding-left: 60px; +} + +div.admonition p.admonition-title { + font-family: 'Garamond', 'Georgia', serif; + font-weight: normal; + font-size: 22px; + margin: 0 0 10px 0; + padding: 0; + line-height: 1; +} + +div.admonition p.last { + margin-bottom: 0; +} + +div.highlight { + background-color: white; +} + +dt:target, .highlight { + background: #FAF3E8; +} + +div.note { + background-color: #eee; + border: 1px solid #ccc; +} + +div.seealso { + background-color: #ffc; + border: 1px solid #ff6; +} + +div.topic { + background-color: #eee; +} + +p.admonition-title { + display: inline; +} + +p.admonition-title:after { + content: ":"; +} + +pre, tt { + font-family: 'Consolas', 'Menlo', 'Deja Vu Sans Mono', 'Bitstream Vera Sans Mono', monospace; + font-size: 0.9em; +} + +img.screenshot { +} + +tt.descname, tt.descclassname { + font-size: 0.95em; +} + +tt.descname { + padding-right: 0.08em; +} + +img.screenshot { + -moz-box-shadow: 2px 2px 4px #eee; + -webkit-box-shadow: 2px 2px 4px #eee; + box-shadow: 2px 2px 4px #eee; +} + +table.docutils { + border: 1px solid #888; + -moz-box-shadow: 2px 2px 4px #eee; + -webkit-box-shadow: 2px 2px 4px #eee; + box-shadow: 2px 2px 4px #eee; +} + +table.docutils td, table.docutils th { + border: 1px solid #888; + padding: 0.25em 0.7em; +} + +table.field-list, table.footnote { + border: none; + -moz-box-shadow: none; + -webkit-box-shadow: none; + box-shadow: none; +} + +table.footnote { + margin: 15px 0; + width: 100%; + border: 1px solid #eee; + background: #fdfdfd; + font-size: 0.9em; +} + +table.footnote + table.footnote { + margin-top: -15px; + border-top: none; +} + +table.field-list th { + padding: 0 0.8em 0 0; +} + +table.field-list td { + padding: 0; +} + +table.footnote td.label { + width: 0px; + padding: 0.3em 0 0.3em 0.5em; +} + +table.footnote td { + padding: 0.3em 0.5em; +} + +dl { + margin: 0; + padding: 0; +} + +dl dd { + margin-left: 30px; +} + +blockquote { + margin: 0 0 0 30px; + padding: 0; +} + +ul, ol { + margin: 10px 0 10px 30px; + padding: 0; +} + +pre { + background: #eee; + padding: 7px 30px; + margin: 15px -30px; + line-height: 1.3em; +} + +dl pre, blockquote pre, li pre { + margin-left: -60px; + padding-left: 60px; +} + +dl dl pre { + margin-left: -90px; + padding-left: 90px; +} + +tt { + background-color: #ecf0f3; + color: #222; + /* padding: 1px 2px; */ +} + +tt.xref, a tt { + background-color: #FBFBFB; + border-bottom: 1px solid white; +} + +a.reference { + text-decoration: none; + border-bottom: 1px dotted #004B6B; +} + +a.reference:hover { + border-bottom: 1px solid #6D4100; +} + +a.footnote-reference { + text-decoration: none; + font-size: 0.7em; + vertical-align: top; + border-bottom: 1px dotted #004B6B; +} + +a.footnote-reference:hover { + border-bottom: 1px solid #6D4100; +} + +a:hover tt { + background: #EEE; +} diff --git a/web/doc/_themes/flask/static/small_flask.css b/web/doc/_themes/flask/static/small_flask.css new file mode 100644 index 0000000..1c6df30 --- /dev/null +++ b/web/doc/_themes/flask/static/small_flask.css @@ -0,0 +1,70 @@ +/* + * small_flask.css_t + * ~~~~~~~~~~~~~~~~~ + * + * :copyright: Copyright 2010 by Armin Ronacher. + * :license: Flask Design License, see LICENSE for details. + */ + +body { + margin: 0; + padding: 20px 30px; +} + +div.documentwrapper { + float: none; + background: white; +} + +div.sphinxsidebar { + display: block; + float: none; + width: 102.5%; + margin: 50px -30px -20px -30px; + padding: 10px 20px; + background: #333; + color: white; +} + +div.sphinxsidebar h3, div.sphinxsidebar h4, div.sphinxsidebar p, +div.sphinxsidebar h3 a { + color: white; +} + +div.sphinxsidebar a { + color: #aaa; +} + +div.sphinxsidebar p.logo { + display: none; +} + +div.document { + width: 100%; + margin: 0; +} + +div.related { + display: block; + margin: 0; + padding: 10px 0 20px 0; +} + +div.related ul, +div.related ul li { + margin: 0; + padding: 0; +} + +div.footer { + display: none; +} + +div.bodywrapper { + margin: 0; +} + +div.body { + min-height: 0; + padding: 0; +} diff --git a/web/doc/_themes/flask/theme.conf b/web/doc/_themes/flask/theme.conf new file mode 100644 index 0000000..18c720f --- /dev/null +++ b/web/doc/_themes/flask/theme.conf @@ -0,0 +1,9 @@ +[theme] +inherit = basic +stylesheet = flasky.css +pygments_style = flask_theme_support.FlaskyStyle + +[options] +index_logo = '' +index_logo_height = 120px +touch_icon = diff --git a/web/doc/_themes/flask_small/._layout.html b/web/doc/_themes/flask_small/._layout.html new file mode 100644 index 0000000000000000000000000000000000000000..49a7a68dda8b3dcf718be8275dd408a96c2f6f65 GIT binary patch literal 222 zcmZQz6=P>$Vqox1Ojhs@R)|o50+1L3ClDI}@fsio@$UgK5x_AdBnYYuq+J^qI7A5ADWagzZ6zUro7#LccS|+8L8Kk9JyXWVp=cL9|7#TQc v6y@ipTDuvVIhz}}xahi=8@lM4m>aq3I$4++>l&JxI-8jrIGMN_nJ@qVFajf1 literal 0 HcmV?d00001 diff --git a/web/doc/_themes/flask_small/._static b/web/doc/_themes/flask_small/._static new file mode 100644 index 0000000000000000000000000000000000000000..49a7a68dda8b3dcf718be8275dd408a96c2f6f65 GIT binary patch literal 222 zcmZQz6=P>$Vqox1Ojhs@R)|o50+1L3ClDI}@fsio@$UgK5x_AdBnYYuq+J^qI7A5ADWagzZ6zUro7#LccS|+8L8Kk9JyXWVp=cL9|7#TQc v6y@ipTDuvVIhz}}xahi=8@lM4m>aq3I$4++>l&JxI-8jrIGMN_nJ@qVFajf1 literal 0 HcmV?d00001 diff --git a/web/doc/_themes/flask_small/._theme.conf b/web/doc/_themes/flask_small/._theme.conf new file mode 100644 index 0000000000000000000000000000000000000000..49a7a68dda8b3dcf718be8275dd408a96c2f6f65 GIT binary patch literal 222 zcmZQz6=P>$Vqox1Ojhs@R)|o50+1L3ClDI}@fsio@$UgK5x_AdBnYYuq+J^qI7A5ADWagzZ6zUro7#LccS|+8L8Kk9JyXWVp=cL9|7#TQc v6y@ipTDuvVIhz}}xahi=8@lM4m>aq3I$4++>l&JxI-8jrIGMN_nJ@qVFajf1 literal 0 HcmV?d00001 diff --git a/web/doc/_themes/flask_small/layout.html b/web/doc/_themes/flask_small/layout.html new file mode 100644 index 0000000..aa1716a --- /dev/null +++ b/web/doc/_themes/flask_small/layout.html @@ -0,0 +1,22 @@ +{% extends "basic/layout.html" %} +{% block header %} + {{ super() }} + {% if pagename == 'index' %} +
    + {% endif %} +{% endblock %} +{% block footer %} + {% if pagename == 'index' %} +
    + {% endif %} +{% endblock %} +{# do not display relbars #} +{% block relbar1 %}{% endblock %} +{% block relbar2 %} + {% if theme_github_fork %} + Fork me on GitHub + {% endif %} +{% endblock %} +{% block sidebar1 %}{% endblock %} +{% block sidebar2 %}{% endblock %} diff --git a/web/doc/_themes/flask_small/static/._flasky.css_t b/web/doc/_themes/flask_small/static/._flasky.css_t new file mode 100644 index 0000000000000000000000000000000000000000..49a7a68dda8b3dcf718be8275dd408a96c2f6f65 GIT binary patch literal 222 zcmZQz6=P>$Vqox1Ojhs@R)|o50+1L3ClDI}@fsio@$UgK5x_AdBnYYuq+J^qI7A5ADWagzZ6zUro7#LccS|+8L8Kk9JyXWVp=cL9|7#TQc v6y@ipTDuvVIhz}}xahi=8@lM4m>aq3I$4++>l&JxI-8jrIGMN_nJ@qVFajf1 literal 0 HcmV?d00001 diff --git a/web/doc/_themes/flask_small/static/flasky.css_t b/web/doc/_themes/flask_small/static/flasky.css_t new file mode 100644 index 0000000..fe2141c --- /dev/null +++ b/web/doc/_themes/flask_small/static/flasky.css_t @@ -0,0 +1,287 @@ +/* + * flasky.css_t + * ~~~~~~~~~~~~ + * + * Sphinx stylesheet -- flasky theme based on nature theme. + * + * :copyright: Copyright 2007-2010 by the Sphinx team, see AUTHORS. + * :license: BSD, see LICENSE for details. + * + */ + +@import url("basic.css"); + +/* -- page layout ----------------------------------------------------------- */ + +body { + font-family: 'Georgia', serif; + font-size: 17px; + color: #000; + background: white; + margin: 0; + padding: 0; +} + +div.documentwrapper { + float: left; + width: 100%; +} + +div.bodywrapper { + margin: 40px auto 0 auto; + width: 700px; +} + +hr { + border: 1px solid #B1B4B6; +} + +div.body { + background-color: #ffffff; + color: #3E4349; + padding: 0 30px 30px 30px; +} + +img.floatingflask { + padding: 0 0 10px 10px; + float: right; +} + +div.footer { + text-align: right; + color: #888; + padding: 10px; + font-size: 14px; + width: 650px; + margin: 0 auto 40px auto; +} + +div.footer a { + color: #888; + text-decoration: underline; +} + +div.related { + line-height: 32px; + color: #888; +} + +div.related ul { + padding: 0 0 0 10px; +} + +div.related a { + color: #444; +} + +/* -- body styles ----------------------------------------------------------- */ + +a { + color: #004B6B; + text-decoration: underline; +} + +a:hover { + color: #6D4100; + text-decoration: underline; +} + +div.body { + padding-bottom: 40px; /* saved for footer */ +} + +div.body h1, +div.body h2, +div.body h3, +div.body h4, +div.body h5, +div.body h6 { + font-family: 'Garamond', 'Georgia', serif; + font-weight: normal; + margin: 30px 0px 10px 0px; + padding: 0; +} + +{% if theme_index_logo %} +div.indexwrapper h1 { + text-indent: -999999px; + background: url({{ theme_index_logo }}) no-repeat center center; + height: {{ theme_index_logo_height }}; +} +{% endif %} + +div.body h2 { font-size: 180%; } +div.body h3 { font-size: 150%; } +div.body h4 { font-size: 130%; } +div.body h5 { font-size: 100%; } +div.body h6 { font-size: 100%; } + +a.headerlink { + color: white; + padding: 0 4px; + text-decoration: none; +} + +a.headerlink:hover { + color: #444; + background: #eaeaea; +} + +div.body p, div.body dd, div.body li { + line-height: 1.4em; +} + +div.admonition { + background: #fafafa; + margin: 20px -30px; + padding: 10px 30px; + border-top: 1px solid #ccc; + border-bottom: 1px solid #ccc; +} + +div.admonition p.admonition-title { + font-family: 'Garamond', 'Georgia', serif; + font-weight: normal; + font-size: 24px; + margin: 0 0 10px 0; + padding: 0; + line-height: 1; +} + +div.admonition p.last { + margin-bottom: 0; +} + +div.highlight{ + background-color: white; +} + +dt:target, .highlight { + background: #FAF3E8; +} + +div.note { + background-color: #eee; + border: 1px solid #ccc; +} + +div.seealso { + background-color: #ffc; + border: 1px solid #ff6; +} + +div.topic { + background-color: #eee; +} + +div.warning { + background-color: #ffe4e4; + border: 1px solid #f66; +} + +p.admonition-title { + display: inline; +} + +p.admonition-title:after { + content: ":"; +} + +pre, tt { + font-family: 'Consolas', 'Menlo', 'Deja Vu Sans Mono', 'Bitstream Vera Sans Mono', monospace; + font-size: 0.85em; +} + +img.screenshot { +} + +tt.descname, tt.descclassname { + font-size: 0.95em; +} + +tt.descname { + padding-right: 0.08em; +} + +img.screenshot { + -moz-box-shadow: 2px 2px 4px #eee; + -webkit-box-shadow: 2px 2px 4px #eee; + box-shadow: 2px 2px 4px #eee; +} + +table.docutils { + border: 1px solid #888; + -moz-box-shadow: 2px 2px 4px #eee; + -webkit-box-shadow: 2px 2px 4px #eee; + box-shadow: 2px 2px 4px #eee; +} + +table.docutils td, table.docutils th { + border: 1px solid #888; + padding: 0.25em 0.7em; +} + +table.field-list, table.footnote { + border: none; + -moz-box-shadow: none; + -webkit-box-shadow: none; + box-shadow: none; +} + +table.footnote { + margin: 15px 0; + width: 100%; + border: 1px solid #eee; +} + +table.field-list th { + padding: 0 0.8em 0 0; +} + +table.field-list td { + padding: 0; +} + +table.footnote td { + padding: 0.5em; +} + +dl { + margin: 0; + padding: 0; +} + +dl dd { + margin-left: 30px; +} + +pre { + padding: 0; + margin: 15px -30px; + padding: 8px; + line-height: 1.3em; + padding: 7px 30px; + background: #eee; + border-radius: 2px; + -moz-border-radius: 2px; + -webkit-border-radius: 2px; +} + +dl pre { + margin-left: -60px; + padding-left: 60px; +} + +tt { + background-color: #ecf0f3; + color: #222; + /* padding: 1px 2px; */ +} + +tt.xref, a tt { + background-color: #FBFBFB; +} + +a:hover tt { + background: #EEE; +} diff --git a/web/doc/_themes/flask_small/theme.conf b/web/doc/_themes/flask_small/theme.conf new file mode 100644 index 0000000..542b462 --- /dev/null +++ b/web/doc/_themes/flask_small/theme.conf @@ -0,0 +1,10 @@ +[theme] +inherit = basic +stylesheet = flasky.css +nosidebar = true +pygments_style = flask_theme_support.FlaskyStyle + +[options] +index_logo = '' +index_logo_height = 120px +github_fork = '' diff --git a/web/doc/_themes/flask_theme_support.py b/web/doc/_themes/flask_theme_support.py new file mode 100755 index 0000000..33f4744 --- /dev/null +++ b/web/doc/_themes/flask_theme_support.py @@ -0,0 +1,86 @@ +# flasky extensions. flasky pygments style based on tango style +from pygments.style import Style +from pygments.token import Keyword, Name, Comment, String, Error, \ + Number, Operator, Generic, Whitespace, Punctuation, Other, Literal + + +class FlaskyStyle(Style): + background_color = "#f8f8f8" + default_style = "" + + styles = { + # No corresponding class for the following: + #Text: "", # class: '' + Whitespace: "underline #f8f8f8", # class: 'w' + Error: "#a40000 border:#ef2929", # class: 'err' + Other: "#000000", # class 'x' + + Comment: "italic #8f5902", # class: 'c' + Comment.Preproc: "noitalic", # class: 'cp' + + Keyword: "bold #004461", # class: 'k' + Keyword.Constant: "bold #004461", # class: 'kc' + Keyword.Declaration: "bold #004461", # class: 'kd' + Keyword.Namespace: "bold #004461", # class: 'kn' + Keyword.Pseudo: "bold #004461", # class: 'kp' + Keyword.Reserved: "bold #004461", # class: 'kr' + Keyword.Type: "bold #004461", # class: 'kt' + + Operator: "#582800", # class: 'o' + Operator.Word: "bold #004461", # class: 'ow' - like keywords + + Punctuation: "bold #000000", # class: 'p' + + # because special names such as Name.Class, Name.Function, etc. + # are not recognized as such later in the parsing, we choose them + # to look the same as ordinary variables. + Name: "#000000", # class: 'n' + Name.Attribute: "#c4a000", # class: 'na' - to be revised + Name.Builtin: "#004461", # class: 'nb' + Name.Builtin.Pseudo: "#3465a4", # class: 'bp' + Name.Class: "#000000", # class: 'nc' - to be revised + Name.Constant: "#000000", # class: 'no' - to be revised + Name.Decorator: "#888", # class: 'nd' - to be revised + Name.Entity: "#ce5c00", # class: 'ni' + Name.Exception: "bold #cc0000", # class: 'ne' + Name.Function: "#000000", # class: 'nf' + Name.Property: "#000000", # class: 'py' + Name.Label: "#f57900", # class: 'nl' + Name.Namespace: "#000000", # class: 'nn' - to be revised + Name.Other: "#000000", # class: 'nx' + Name.Tag: "bold #004461", # class: 'nt' - like a keyword + Name.Variable: "#000000", # class: 'nv' - to be revised + Name.Variable.Class: "#000000", # class: 'vc' - to be revised + Name.Variable.Global: "#000000", # class: 'vg' - to be revised + Name.Variable.Instance: "#000000", # class: 'vi' - to be revised + + Number: "#990000", # class: 'm' + + Literal: "#000000", # class: 'l' + Literal.Date: "#000000", # class: 'ld' + + String: "#4e9a06", # class: 's' + String.Backtick: "#4e9a06", # class: 'sb' + String.Char: "#4e9a06", # class: 'sc' + String.Doc: "italic #8f5902", # class: 'sd' - like a comment + String.Double: "#4e9a06", # class: 's2' + String.Escape: "#4e9a06", # class: 'se' + String.Heredoc: "#4e9a06", # class: 'sh' + String.Interpol: "#4e9a06", # class: 'si' + String.Other: "#4e9a06", # class: 'sx' + String.Regex: "#4e9a06", # class: 'sr' + String.Single: "#4e9a06", # class: 's1' + String.Symbol: "#4e9a06", # class: 'ss' + + Generic: "#000000", # class: 'g' + Generic.Deleted: "#a40000", # class: 'gd' + Generic.Emph: "italic #000000", # class: 'ge' + Generic.Error: "#ef2929", # class: 'gr' + Generic.Heading: "bold #000080", # class: 'gh' + Generic.Inserted: "#00A000", # class: 'gi' + Generic.Output: "#888", # class: 'go' + Generic.Prompt: "#745334", # class: 'gp' + Generic.Strong: "bold #000000", # class: 'gs' + Generic.Subheading: "bold #800080", # class: 'gu' + Generic.Traceback: "bold #a40000", # class: 'gt' + } diff --git a/web/doc/addon-structure.txt b/web/doc/addon-structure.txt new file mode 100644 index 0000000..3815174 --- /dev/null +++ b/web/doc/addon-structure.txt @@ -0,0 +1,12 @@ + + +-- __openerp__.py + +-- controllers/ + +-- static/ + +-- lib/ + +-- src/ + +-- css/ + +-- img/ + +-- js/ + +-- xml/ + +-- test/ + +-- test/ diff --git a/web/doc/async.rst b/web/doc/async.rst new file mode 100644 index 0000000..6782fda --- /dev/null +++ b/web/doc/async.rst @@ -0,0 +1,344 @@ +Asynchronous Operations +======================= + +As a language (and runtime), javascript is fundamentally +single-threaded. This means any blocking request or computation will +blocks the whole page (and, in older browsers, the software itself +even preventing users from switching to an other tab): a javascript +environment can be seen as an event-based runloop where application +developers have no control over the runloop itself. + +As a result, performing long-running synchronous network requests or +other types of complex and expensive accesses is frowned upon and +asynchronous APIs are used instead. + +Asynchronous code rarely comes naturally, especially for developers +used to synchronous server-side code (in Python, Java or C#) where the +code will just block until the deed is gone. This is increased further +when asynchronous programming is not a first-class concept and is +instead implemented on top of callbacks-based programming, which is +the case in javascript. + +The goal of this guide is to provide some tools to deal with +asynchronous systems, and warn against systematic issues or dangers. + +Deferreds +--------- + +Deferreds are a form of `promises`_. OpenERP Web currently uses +`jQuery's deferred`_. + +The core idea of deferreds is that potentially asynchronous methods +will return a :js:class:`Deferred` object instead of an arbitrary +value or (most commonly) nothing. + +This object can then be used to track the end of the asynchronous +operation by adding callbacks onto it, either success callbacks or +error callbacks. + +A great advantage of deferreds over simply passing callback functions +directly to asynchronous methods is the ability to :ref:`compose them +`. + +Using deferreds +~~~~~~~~~~~~~~~ + +Deferreds's most important method is :js:func:`Deferred.then`. It is +used to attach new callbacks to the deferred object. + +* the first parameter attaches a success callback, called when the + deferred object is successfully resolved and provided with the + resolved value(s) for the asynchronous operation. + +* the second parameter attaches a failure callback, called when the + deferred object is rejected and provided with rejection values + (often some sort of error message). + +Callbacks attached to deferreds are never "lost": if a callback is +attached to an already resolved or rejected deferred, the callback +will be called (or ignored) immediately. A deferred is also only ever +resolved or rejected once, and is either resolved or rejected: a given +deferred can not call a single success callback twice, or call both a +success and a failure callbacks. + +:js:func:`~Deferred.then` should be the method you'll use most often +when interacting with deferred objects (and thus asynchronous APIs). + +Building deferreds +~~~~~~~~~~~~~~~~~~ + +After using asynchronous APIs may come the time to build them: for +`mocks`_, to compose deferreds from multiple source in a complex +manner, in order to let the current operations repaint the screen or +give other events the time to unfold, ... + +This is easy using jQuery's deferred objects. + +.. note:: this section is an implementation detail of jQuery Deferred + objects, the creation of promises is not part of any + standard (even tentative) that I know of. If you are using + deferred objects which are not jQuery's, their API may (and + often will) be completely different. + +Deferreds are created by invoking their constructor [#]_ without any +argument. This creates a :js:class:`Deferred` instance object with the +following methods: + +:js:func:`Deferred.resolve` + + As its name indicates, this method moves the deferred to the + "Resolved" state. It can be provided as many arguments as + necessary, these arguments will be provided to any pending success + callback. + +:js:func:`Deferred.reject` + + Similar to :js:func:`~Deferred.resolve`, but moves the deferred to + the "Rejected" state and calls pending failure handlers. + +:js:func:`Deferred.promise` + + Creates a readonly view of the deferred object. It is generally a + good idea to return a promise view of the deferred to prevent + callers from resolving or rejecting the deferred in your stead. + +:js:func:`~Deferred.reject` and :js:func:`~Deferred.resolve` are used +to inform callers that the asynchronous operation has failed (or +succeeded). These methods should simply be called when the +asynchronous operation has ended, to notify anybody interested in its +result(s). + +.. _deferred-composition: + +Composing deferreds +~~~~~~~~~~~~~~~~~~~ + +What we've seen so far is pretty nice, but mostly doable by passing +functions to other functions (well adding functions post-facto would +probably be a chore... still, doable). + +Deferreds truly shine when code needs to compose asynchronous +operations in some way or other, as they can be used as a basis for +such composition. + +There are two main forms of compositions over deferred: multiplexing +and piping/cascading. + +Deferred multiplexing +````````````````````` + +The most common reason for multiplexing deferred is simply performing +2+ asynchronous operations and wanting to wait until all of them are +done before moving on (and executing more stuff). + +The jQuery multiplexing function for promises is :js:func:`when`. + +.. note:: the multiplexing behavior of jQuery's :js:func:`when` is an + (incompatible, mostly) extension of the behavior defined in + `CommonJS Promises/B`_. + +This function can take any number of promises [#]_ and will return a +promise. + +This returned promise will be resolved when *all* multiplexed promises +are resolved, and will be rejected as soon as one of the multiplexed +promises is rejected (it behaves like Python's ``all()``, but with +promise objects instead of boolean-ish). + +The resolved values of the various promises multiplexed via +:js:func:`when` are mapped to the arguments of :js:func:`when`'s +success callback, if they are needed. The resolved values of a promise +are at the same index in the callback's arguments as the promise in +the :js:func:`when` call so you will have: + +.. code-block:: javascript + + $.when(p0, p1, p2, p3).then( + function (results0, results1, results2, results3) { + // code + }); + +.. warning:: + + in a normal mapping, each parameter to the callback would be an + array: each promise is conceptually resolved with an array of 0..n + values and these values are passed to :js:func:`when`'s + callback. But jQuery treats deferreds resolving a single value + specially, and "unwraps" that value. + + For instance, in the code block above if the index of each promise + is the number of values it resolves (0 to 3), ``results0`` is an + empty array, ``results2`` is an array of 2 elements (a pair) but + ``results1`` is the actual value resolved by ``p1``, not an array. + +Deferred chaining +````````````````` + +A second useful composition is starting an asynchronous operation as +the result of an other asynchronous operation, and wanting the result +of both: with the tools described so far, handling e.g. OpenERP's +search/read sequence with this would require something along the lines +of: + +.. code-block:: javascript + + var result = $.Deferred(); + Model.search(condition).then(function (ids) { + Model.read(ids, fields).then(function (records) { + result.resolve(records); + }); + }); + return result.promise(); + +While it doesn't look too bad for trivial code, this quickly gets +unwieldy. + +But :js:func:`~Deferred.then` also allows handling this kind of +chains: it returns a new promise object, not the one it was called +with, and the return values of the callbacks is actually important to +it: whichever callback is called, + +* If the callback is not set (not provided or left to null), the + resolution or rejection value(s) is simply forwarded to + :js:func:`~Deferred.then`'s promise (it's essentially a noop) + +* If the callback is set and does not return an observable object (a + deferred or a promise), the value it returns (``undefined`` if it + does not return anything) will replace the value it was given, e.g. + + .. code-block:: javascript + + promise.then(function () { + console.log('called'); + }); + + will resolve with the sole value ``undefined``. + +* If the callback is set and returns an observable object, that object + will be the actual resolution (and result) of the pipe. This means a + resolved promise from the failure callback will resolve the pipe, + and a failure promise from the success callback will reject the + pipe. + + This provides an easy way to chain operation successes, and the + previous piece of code can now be rewritten: + + .. code-block:: javascript + + return Model.search(condition).then(function (ids) { + return Model.read(ids, fields); + }); + + the result of the whole expression will encode failure if either + ``search`` or ``read`` fails (with the right rejection values), and + will be resolved with ``read``'s resolution values if the chain + executes correctly. + +:js:func:`~Deferred.then` is also useful to adapt third-party +promise-based APIs, in order to filter their resolution value counts +for instance (to take advantage of :js:func:`when` 's special +treatment of single-value promises). + + +jQuery.Deferred API +~~~~~~~~~~~~~~~~~~~ + +.. js:function:: when(deferreds…) + + :param deferreds: deferred objects to multiplex + :returns: a multiplexed deferred + :rtype: :js:class:`Deferred` + +.. js:class:: Deferred + + .. js:function:: Deferred.then(doneCallback[, failCallback]) + + Attaches new callbacks to the resolution or rejection of the + deferred object. Callbacks are executed in the order they are + attached to the deferred. + + To provide only a failure callback, pass ``null`` as the + ``doneCallback``, to provide only a success callback the + second argument can just be ignored (and not passed at all). + + Returns a new deferred which resolves to the result of the + corresponding callback, if a callback returns a deferred + itself that new deferred will be used as the resolution of the + chain. + + :param doneCallback: function called when the deferred is resolved + :type doneCallback: Function + :param failCallback: function called when the deferred is rejected + :type failCallback: Function + :returns: the deferred object on which it was called + :rtype: :js:class:`Deferred` + + .. js:function:: Deferred.done(doneCallback) + + Attaches a new success callback to the deferred, shortcut for + ``deferred.then(doneCallback)``. + + This is a jQuery extension to `CommonJS Promises/A`_ providing + little value over calling :js:func:`~Deferred.then` directly, + it should be avoided. + + :param doneCallback: function called when the deferred is resolved + :type doneCallback: Function + :returns: the deferred object on which it was called + :rtype: :js:class:`Deferred` + + .. js:function:: Deferred.fail(failCallback) + + Attaches a new failure callback to the deferred, shortcut for + ``deferred.then(null, failCallback)``. + + A second jQuery extension to `Promises/A `_. Although it provides more value than + :js:func:`~Deferred.done`, it still is not much and should be + avoided as well. + + :param failCallback: function called when the deferred is rejected + :type failCallback: Function + :returns: the deferred object on which it was called + :rtype: :js:class:`Deferred` + + .. js:function:: Deferred.promise() + + Returns a read-only view of the deferred object, with all + mutators (resolve and reject) methods removed. + + .. js:function:: Deferred.resolve(value…) + + Called to resolve a deferred, any value provided will be + passed onto the success handlers of the deferred object. + + Resolving a deferred which has already been resolved or + rejected has no effect. + + .. js:function:: Deferred.reject(value…) + + Called to reject (fail) a deferred, any value provided will be + passed onto the failure handler of the deferred object. + + Rejecting a deferred which has already been resolved or + rejected has no effect. + +.. [#] or simply calling :js:class:`Deferred` as a function, the + result is the same + +.. [#] or not-promises, the `CommonJS Promises/B`_ role of + :js:func:`when` is to be able to treat values and promises + uniformly: :js:func:`when` will pass promises through directly, + but non-promise values and objects will be transformed into a + resolved promise (resolving themselves with the value itself). + + jQuery's :js:func:`when` keeps this behavior making deferreds + easy to build from "static" values, or allowing defensive code + where expected promises are wrapped in :js:func:`when` just in + case. + +.. _promises: http://en.wikipedia.org/wiki/Promise_(programming) +.. _jQuery's deferred: http://api.jquery.com/category/deferred-object/ +.. _CommonJS Promises/A: http://wiki.commonjs.org/wiki/Promises/A +.. _CommonJS Promises/B: http://wiki.commonjs.org/wiki/Promises/B +.. _mocks: http://en.wikipedia.org/wiki/Mock_object diff --git a/web/doc/changelog-7.0.rst b/web/doc/changelog-7.0.rst new file mode 100644 index 0000000..b801c11 --- /dev/null +++ b/web/doc/changelog-7.0.rst @@ -0,0 +1,123 @@ +API changes from OpenERP Web 6.1 to 7.0 +======================================= + +Supported browsers +------------------ + +The OpenERP Web Client supports the following web browsers: + +* Internet Explorer 9+ +* Google Chrome 22+ +* Firefox 13+ +* Any browser using the latest version of Chrome Frame + +DataSet -> Model +---------------- + +The 6.1 ``DataSet`` API has been deprecated in favor of the smaller +and more orthogonal :doc:`Model ` API, which more closely +matches the API in OpenERP Web's Python side and in OpenObject addons +and removes most stateful behavior of DataSet. + +Migration guide +~~~~~~~~~~~~~~~ + +* Actual arbitrary RPC calls can just be remapped on a + :js:class:`~openerp.web.Model` instance: + + .. code-block:: javascript + + dataset.call(method, args) + + or + + .. code-block:: javascript + + dataset.call_and_eval(method, args) + + can be replaced by calls to :js:func:`openerp.web.Model.call`: + + .. code-block:: javascript + + model.call(method, args) + + If callbacks are passed directly to the older methods, they need to + be added to the new one via ``.then()``. + + .. note:: + + The ``context_index`` and ``domain_index`` features were not + ported, context and domain now need to be passed in "in full", + they won't be automatically filled with the user's current + context. + +* Shorcut methods (``name_get``, ``name_search``, ``unlink``, + ``write``, ...) should be ported to + :js:func:`openerp.web.Model.call`, using the server's original + signature. On the other hand, the non-shortcut equivalents can now + use keyword arguments (see :js:func:`~openerp.web.Model.call`'s + signature for details) + +* ``read_slice``, which allowed a single round-trip to perform a + search and a read, should be reimplemented via + :js:class:`~openerp.web.Query` objects (see: + :js:func:`~openerp.web.Model.query`) for clearer and simpler + code. ``read_index`` should be replaced by a + :js:class:`~openerp.web.Query` as well, combining + :js:func:`~openerp.web.Query.offset` and + :js:func:`~openerp.web.Query.first`. + +Rationale +~~~~~~~~~ + +Renaming + + The name *DataSet* exists in the CS community consciousness, and + (as its name implies) it's a set of data (often fetched from a + database, maybe lazily). OpenERP Web's dataset behaves very + differently as it does not store (much) data (only a bunch of ids + and just enough state to break things). The name "Model" matches + the one used on the Python side for the task of building an RPC + proxy to OpenERP objects. + +API simplification + + ``DataSet`` has a number of methods which serve as little more + than shortcuts, or are there due to domain and context evaluation + issues in 6.1. + + The shortcuts really add little value, and OpenERP Web 6.2 embeds + a restricted Python evaluator (in javascript) meaning most of the + context and domain parsing & evaluation can be moved to the + javascript code and does not require cooperative RPC bridging. + +DataGroup -> also Model +----------------------- + +Alongside the deprecation of ``DataSet`` for +:js:class:`~openerp.web.Model`, OpenERP Web 7.0 removes +``DataGroup`` and its subtypes as public objects in favor of a single method on +:js:class:`~openerp.web.Query`: +:js:func:`~openerp.web.Query.group_by`. + +Migration guide +~~~~~~~~~~~~~~~ + +Rationale +~~~~~~~~~ + +While the ``DataGroup`` API worked (mostly), it is quite odd and +alien-looking, a bit too Smalltalk-inspired (behaves like a +self-contained flow-control structure for reasons which may or may not +have been good). + +Because it is heavily related to ``DataSet`` (as it *yields* +``DataSet`` objects), deprecating ``DataSet`` automatically deprecates +``DataGroup`` (if we want to stay consistent), which is a good time to +make the API more imperative and look more like what most developers +are used to. + +But as ``DataGroup`` users in 6.1 were rare (and there really was little reason +to use it), it has been removed as a public API. + + diff --git a/web/doc/client_action.rst b/web/doc/client_action.rst new file mode 100644 index 0000000..9b729e2 --- /dev/null +++ b/web/doc/client_action.rst @@ -0,0 +1,113 @@ +.. highlight:: javascript + +Client actions +============== + +Client actions are the client-side version of OpenERP's "Server +Actions": instead of allowing for semi-arbitrary code to be executed +in the server, they allow for execution of client-customized code. + +On the server side, a client action is an action of type +``ir.actions.client``, which has (at most) two properties: a mandatory +``tag``, which is an arbitrary string by which the client will +identify the action, and an optional ``params`` which is simply a map +of keys and values sent to the client as-is (this way, client actions +can be made generic and reused in multiple contexts). + +General Structure +----------------- + +In the OpenERP Web code, a client action only requires two pieces of +information: + +* Mapping the action's ``tag`` to an object + +* Providing said object. Two different types of objects can be mapped + to a client action: + + * An OpenERP Web widget, which must inherit from + :js:class:`openerp.web.Widget` + + * A regular javascript function + +The major difference is in the lifecycle of these: + +* if the client action maps to a function, the function will be called + when executing the action. The function can have no further + interaction with the Web Client itself, although it can return an + action which will be executed after it. + + The function takes 2 parameters: the ActionManager calling it and + the descriptor for the current action (the ``ir.actions.client`` + dictionary). + +* if, on the other hand, the client action maps to a + :js:class:`~openerp.web.Widget`, that + :js:class:`~openerp.web.Widget` will be instantiated and added to + the web client's canvas, with the usual + :js:class:`~openerp.web.Widget` lifecycle (essentially, it will + either take over the content area of the client or it will be + integrated within a dialog). + +For example, to create a client action displaying a ``res.widget`` +object:: + + // Registers the object 'openerp.web_dashboard.Widget' to the client + // action tag 'board.home.widgets' + instance.web.client_actions.add( + 'board.home.widgets', 'instance.web_dashboard.Widget'); + instance.web_dashboard.Widget = instance.web.Widget.extend({ + template: 'HomeWidget' + }); + +At this point, the generic :js:class:`~openerp.web.Widget` lifecycle +takes over, the template is rendered, inserted in the client DOM, +bound on the object's ``$el`` property and the object is started. + +The second parameter to the constructor is the descriptor for the +action itself, which contains any parameter provided:: + + init: function (parent, action) { + // execute the Widget's init + this._super(parent); + // board.home.widgets only takes a single param, the identifier of the + // res.widget object it should display. Store it for later + this.widget_id = action.params.widget_id; + } + +More complex initialization (DOM manipulations, RPC requests, ...) +should be performed in the :js:func:`~openerp.web.Widget.start()` +method. + +.. note:: + + As required by :js:class:`~openerp.web.Widget`'s contract, if + :js:func:`~openerp.web.Widget.start()` executes any asynchronous + code it should return a ``$.Deferred`` so callers know when it's + ready for interaction. + +.. code-block:: javascript + + start: function () { + return $.when( + this._super(), + // Simply read the res.widget object this action should display + new instance.web.Model('res.widget').call( + 'read', [[this.widget_id], ['title']]) + .then(this.proxy('on_widget_loaded')); + } + +The client action can then behave exactly as it wishes to within its +root (``this.$el``). In this case, it performs further renderings once +its widget's content is retrieved:: + + on_widget_loaded: function (widgets) { + var widget = widgets[0]; + var url = _.sprintf( + '/web_dashboard/widgets/content?session_id=%s&widget_id=%d', + this.session.session_id, widget.id); + this.$el.html(QWeb.render('HomeWidget.content', { + widget: widget, + url: url + })); + } diff --git a/web/doc/conf.py b/web/doc/conf.py new file mode 100755 index 0000000..7fe3802 --- /dev/null +++ b/web/doc/conf.py @@ -0,0 +1,257 @@ +# -*- coding: utf-8 -*- +# +# OpenERP Technical Documentation configuration file, created by +# sphinx-quickstart on Fri Feb 17 16:14:06 2012. +# +# This file is execfile()d with the current directory set to its containing dir. +# +# Note that not all possible configuration values are present in this +# autogenerated file. +# +# All configuration values have a default; values that are commented out +# serve to show the default. + +import sys, os + +# If extensions (or modules to document with autodoc) are in another directory, +# add these directories to sys.path here. If the directory is relative to the +# documentation root, use os.path.abspath to make it absolute, like shown here. +sys.path.append(os.path.abspath('_themes')) +sys.path.insert(0, os.path.abspath('../addons')) +sys.path.insert(0, os.path.abspath('..')) + +# -- General configuration ----------------------------------------------------- + +# If your documentation needs a minimal Sphinx version, state it here. +#needs_sphinx = '1.0' + +# Add any Sphinx extension module names here, as strings. They can be extensions +# coming with Sphinx (named 'sphinx.ext.*') or your custom ones. +extensions = ['sphinx.ext.autodoc', 'sphinx.ext.intersphinx', 'sphinx.ext.todo', 'sphinx.ext.viewcode'] + +# Add any paths that contain templates here, relative to this directory. +templates_path = ['_templates'] + +# The suffix of source filenames. +source_suffix = '.rst' + +# The encoding of source files. +#source_encoding = 'utf-8-sig' + +# The master toctree document. +master_doc = 'index' + +# General information about the project. +project = u'OpenERP Web Developers Documentation' +copyright = u'2012, OpenERP s.a.' + +# The version info for the project you're documenting, acts as replacement for +# |version| and |release|, also used in various other places throughout the +# built documents. +# +# The short X.Y version. +version = '7.0' +# The full version, including alpha/beta/rc tags. +release = '7.0' + +# The language for content autogenerated by Sphinx. Refer to documentation +# for a list of supported languages. +#language = None + +# There are two options for replacing |today|: either, you set today to some +# non-false value, then it is used: +#today = '' +# Else, today_fmt is used as the format for a strftime call. +#today_fmt = '%B %d, %Y' + +# List of patterns, relative to source directory, that match files and +# directories to ignore when looking for source files. +exclude_patterns = ['_build'] + +# The reST default role (used for this markup: `text`) to use for all documents. +#default_role = None + +# If true, '()' will be appended to :func: etc. cross-reference text. +#add_function_parentheses = True + +# If true, the current module name will be prepended to all description +# unit titles (such as .. function::). +#add_module_names = True + +# If true, sectionauthor and moduleauthor directives will be shown in the +# output. They are ignored by default. +#show_authors = False + +# The name of the Pygments (syntax highlighting) style to use. +pygments_style = 'sphinx' + +# A list of ignored prefixes for module index sorting. +#modindex_common_prefix = [] + + +# -- Options for HTML output --------------------------------------------------- + +# The theme to use for HTML and HTML Help pages. See the documentation for +# a list of builtin themes. +html_theme = 'flask' + +# Theme options are theme-specific and customize the look and feel of a theme +# further. For a list of options available for each theme, see the +# documentation. +#html_theme_options = {} + +# Add any paths that contain custom themes here, relative to this directory. +html_theme_path = ['_themes'] + +# The name for this set of Sphinx documents. If None, it defaults to +# " v documentation". +#html_title = None + +# A shorter title for the navigation bar. Default is the same as html_title. +#html_short_title = None + +# The name of an image file (relative to this directory) to place at the top +# of the sidebar. +#html_logo = None + +# The name of an image file (within the static path) to use as favicon of the +# docs. This file should be a Windows icon file (.ico) being 16x16 or 32x32 +# pixels large. +#html_favicon = None + +# Add any paths that contain custom static files (such as style sheets) here, +# relative to this directory. They are copied after the builtin static files, +# so a file named "default.css" will overwrite the builtin "default.css". +html_static_path = ['_static'] + +# If not '', a 'Last updated on:' timestamp is inserted at every page bottom, +# using the given strftime format. +#html_last_updated_fmt = '%b %d, %Y' + +# If true, SmartyPants will be used to convert quotes and dashes to +# typographically correct entities. +#html_use_smartypants = True + +# Custom sidebar templates, maps document names to template names. +html_sidebars = { + 'index': ['sidebarintro.html', 'sourcelink.html', 'searchbox.html'], + '**': ['sidebarlogo.html', 'localtoc.html', 'relations.html', + 'sourcelink.html', 'searchbox.html'] +} + +# Additional templates that should be rendered to pages, maps page names to +# template names. +#html_additional_pages = {} + +# If false, no module index is generated. +#html_domain_indices = True + +# If false, no index is generated. +#html_use_index = True + +# If true, the index is split into individual pages for each letter. +#html_split_index = False + +# If true, links to the reST sources are added to the pages. +#html_show_sourcelink = True + +# If true, "Created using Sphinx" is shown in the HTML footer. Default is True. +#html_show_sphinx = True + +# If true, "(C) Copyright ..." is shown in the HTML footer. Default is True. +#html_show_copyright = True + +# If true, an OpenSearch description file will be output, and all pages will +# contain a tag referring to it. The value of this option must be the +# base URL from which the finished HTML is served. +#html_use_opensearch = '' + +# This is the file name suffix for HTML files (e.g. ".xhtml"). +#html_file_suffix = None + +# Output file base name for HTML help builder. +htmlhelp_basename = 'openerp-web-doc' + + +# -- Options for LaTeX output -------------------------------------------------- + +latex_elements = { +# The paper size ('letterpaper' or 'a4paper'). +#'papersize': 'letterpaper', + +# The font size ('10pt', '11pt' or '12pt'). +#'pointsize': '10pt', + +# Additional stuff for the LaTeX preamble. +#'preamble': '', +} + +# Grouping the document tree into LaTeX files. List of tuples +# (source start file, target name, title, author, documentclass [howto/manual]). +latex_documents = [ + ('index', 'openerp-web-doc.tex', u'OpenERP Web Developers Documentation', + u'OpenERP s.a.', 'manual'), +] + +# The name of an image file (relative to this directory) to place at the top of +# the title page. +#latex_logo = None + +# For "manual" documents, if this is true, then toplevel headings are parts, +# not chapters. +#latex_use_parts = False + +# If true, show page references after internal links. +#latex_show_pagerefs = False + +# If true, show URL addresses after external links. +#latex_show_urls = False + +# Documents to append as an appendix to all manuals. +#latex_appendices = [] + +# If false, no module index is generated. +#latex_domain_indices = True + + +# -- Options for manual page output -------------------------------------------- + +# One entry per manual page. List of tuples +# (source start file, name, description, authors, manual section). +man_pages = [ + ('index', 'openerp-web-doc', u'OpenERP Web Developers Documentation', + [u'OpenERP s.a.'], 1) +] + +# If true, show URL addresses after external links. +#man_show_urls = False + + +# -- Options for Texinfo output ------------------------------------------------ + +# Grouping the document tree into Texinfo files. List of tuples +# (source start file, target name, title, author, +# dir menu entry, description, category) +texinfo_documents = [ + ('index', 'OpenERPWebDocumentation', u'OpenERP Web Developers Documentation', + u'OpenERP s.a.', 'OpenERPWebDocumentation', 'Developers documentation for the openerp-web project.', + 'Miscellaneous'), +] + +# Documents to append as an appendix to all manuals. +#texinfo_appendices = [] + +# If false, no module index is generated. +#texinfo_domain_indices = True + +# How to display URL addresses: 'footnote', 'no', or 'inline'. +#texinfo_show_urls = 'footnote' + +todo_include_todos = True + +# Example configuration for intersphinx: refer to the Python standard library. +intersphinx_mapping = { + 'python': ('http://docs.python.org/', None), + 'openerpserver': ('http://doc.openerp.com/trunk/developers/server', None), + 'openerpcommand': ('http://doc.openerp.com/trunk/developers/command', None), +} diff --git a/web/doc/form_view.rst b/web/doc/form_view.rst new file mode 100644 index 0000000..98d4a4d --- /dev/null +++ b/web/doc/form_view.rst @@ -0,0 +1,55 @@ +Notes on the usage of the Form View as a sub-widget +=================================================== + +Undocumented stuff +------------------ + +* ``initial_mode`` *option* defines the starting mode of the form + view, one of ``view`` and ``edit`` (?). Default value is ``view`` + (non-editable form). + +* ``embedded_view`` *attribute* has to be set separately when + providing a view directly, no option available for that usage. + + * View arch **must** contain node with + ``@class="oe_form_container"``, otherwise everything will break + without any info + + * Root element of view arch not being ``form`` may or may not work + correctly, no idea. + + * Freeform views => ``@version="7.0"`` + +* Form is not entirely loaded (some widgets may not appear) unless + ``on_record_loaded`` is called (or ``do_show``, which itself calls + ``on_record_loaded``). + +* "Empty" form => ``on_button_new`` (...), or manually call + ``default_get`` + ``on_record_loaded`` + +* Form fields default to width: 100%, padding, !important margin, can + be reached via ``.oe_form_field`` + +* Form *will* render buttons and a pager, offers options to locate + both outside of form itself (``$buttons`` and ``$pager``), providing + empty jquery objects (``$()``) seems to stop displaying both but not + sure if there are deleterious side-effects. + + Other options: + + * Pass in ``$(document.createDocumentFragment)`` to ensure it's a + DOM-compatible tree completely outside of the actual DOM. + + * ??? + +* readonly fields probably don't have a background, beware if need of + overlay + + * What is the difference between ``readonly`` and + ``effective_readonly``? + +* No facilities for DOM events handling/delegations e.g. handling + keyup/keydown/keypress from a form fields into the form's user. + + * Also no way to reverse from a DOM node (e.g. DOMEvent#target) back to a + form view field easily diff --git a/web/doc/guidelines.rst b/web/doc/guidelines.rst new file mode 100644 index 0000000..4cf494c --- /dev/null +++ b/web/doc/guidelines.rst @@ -0,0 +1,77 @@ +Guidelines and Recommendations +============================== + +Web Module Recommendations +-------------------------- + +Identifiers (``id`` attribute) should be avoided +'''''''''''''''''''''''''''''''''''''''''''''''' + +In generic applications and modules, ``@id`` limits the reusabily of +components and tends to make code more brittle. + +Just about all the time, they can be replaced with nothing, with +classes or with keeping a reference to a DOM node or a jQuery element +around. + +.. note:: + + If it is *absolutely necessary* to have an ``@id`` (because a + third-party library requires one and can't take a DOM element), it + should be generated with `_.uniqueId + `_ or some other similar + method. + +Avoid predictable/common CSS class names +'''''''''''''''''''''''''''''''''''''''' + +Class names such as "content" or "navigation" might match the desired +meaning/semantics, but it is likely an other developer will have the +same need, creating a naming conflict and unintended behavior. Generic +class names should be prefixed with e.g. the name of the component +they belong to (creating "informal" namespaces, much as in C or +Objective-C) + +Global selectors should be avoided +'''''''''''''''''''''''''''''''''' + +Because a component may be used several times in a single page (an +example in OpenERP is dashboards), queries should be restricted to a +given component's scope. Unfiltered selections such as ``$(selector)`` +or ``document.querySelectorAll(selector)`` will generally lead to +unintended or incorrect behavior. + +OpenERP Web's :js:class:`~openerp.web.Widget` has an attribute +providing its DOM root :js:attr:`Widget.$el `, +and a shortcut to select nodes directly :js:attr:`Widget.$ +`. + +More generally, never assume your components own or controls anything +beyond its own personal DOM. + +Understand deferreds +'''''''''''''''''''' + +Deferreds, promises, futures, … + +Known under many names, these objects are essential to and (in OpenERP +Web) widely used for making :doc:`asynchronous javascript operations +` palatable and understandable. + +OpenERP Web guidelines +---------------------- + +* HTML templating/rendering should use :doc:`qweb` unless absolutely + trivial. + +* All interactive components (components displaying information to the + screen or intercepting DOM events) must inherit from + :class:`~openerp.web.Widget` and correctly implement and use its API + and lifecycle. + +* All css classes must be prefixed with *oe_* . + +* Asynchronous functions (functions which call :ref:`session.rpc + ` directly or indirectly at the very least) *must* return + deferreds, so that callers of overriders can correctly synchronize + with them. diff --git a/web/doc/images/._db-query.png b/web/doc/images/._db-query.png new file mode 100644 index 0000000000000000000000000000000000000000..49a7a68dda8b3dcf718be8275dd408a96c2f6f65 GIT binary patch literal 222 zcmZQz6=P>$Vqox1Ojhs@R)|o50+1L3ClDI}@fsio@$UgK5x_AdBnYYuq+J^qI7A5ADWagzZ6zUro7#LccS|+8L8Kk9JyXWVp=cL9|7#TQc v6y@ipTDuvVIhz}}xahi=8@lM4m>aq3I$4++>l&JxI-8jrIGMN_nJ@qVFajf1 literal 0 HcmV?d00001 diff --git a/web/doc/images/._runner.png b/web/doc/images/._runner.png new file mode 100644 index 0000000000000000000000000000000000000000..49a7a68dda8b3dcf718be8275dd408a96c2f6f65 GIT binary patch literal 222 zcmZQz6=P>$Vqox1Ojhs@R)|o50+1L3ClDI}@fsio@$UgK5x_AdBnYYuq+J^qI7A5ADWagzZ6zUro7#LccS|+8L8Kk9JyXWVp=cL9|7#TQc v6y@ipTDuvVIhz}}xahi=8@lM4m>aq3I$4++>l&JxI-8jrIGMN_nJ@qVFajf1 literal 0 HcmV?d00001 diff --git a/web/doc/images/._runner2.png b/web/doc/images/._runner2.png new file mode 100644 index 0000000000000000000000000000000000000000..49a7a68dda8b3dcf718be8275dd408a96c2f6f65 GIT binary patch literal 222 zcmZQz6=P>$Vqox1Ojhs@R)|o50+1L3ClDI}@fsio@$UgK5x_AdBnYYuq+J^qI7A5ADWagzZ6zUro7#LccS|+8L8Kk9JyXWVp=cL9|7#TQc v6y@ipTDuvVIhz}}xahi=8@lM4m>aq3I$4++>l&JxI-8jrIGMN_nJ@qVFajf1 literal 0 HcmV?d00001 diff --git a/web/doc/images/._tests.png b/web/doc/images/._tests.png new file mode 100644 index 0000000000000000000000000000000000000000..49a7a68dda8b3dcf718be8275dd408a96c2f6f65 GIT binary patch literal 222 zcmZQz6=P>$Vqox1Ojhs@R)|o50+1L3ClDI}@fsio@$UgK5x_AdBnYYuq+J^qI7A5ADWagzZ6zUro7#LccS|+8L8Kk9JyXWVp=cL9|7#TQc v6y@ipTDuvVIhz}}xahi=8@lM4m>aq3I$4++>l&JxI-8jrIGMN_nJ@qVFajf1 literal 0 HcmV?d00001 diff --git a/web/doc/images/._tests2.png b/web/doc/images/._tests2.png new file mode 100644 index 0000000000000000000000000000000000000000..49a7a68dda8b3dcf718be8275dd408a96c2f6f65 GIT binary patch literal 222 zcmZQz6=P>$Vqox1Ojhs@R)|o50+1L3ClDI}@fsio@$UgK5x_AdBnYYuq+J^qI7A5ADWagzZ6zUro7#LccS|+8L8Kk9JyXWVp=cL9|7#TQc v6y@ipTDuvVIhz}}xahi=8@lM4m>aq3I$4++>l&JxI-8jrIGMN_nJ@qVFajf1 literal 0 HcmV?d00001 diff --git a/web/doc/images/._tests3.png b/web/doc/images/._tests3.png new file mode 100644 index 0000000000000000000000000000000000000000..49a7a68dda8b3dcf718be8275dd408a96c2f6f65 GIT binary patch literal 222 zcmZQz6=P>$Vqox1Ojhs@R)|o50+1L3ClDI}@fsio@$UgK5x_AdBnYYuq+J^qI7A5ADWagzZ6zUro7#LccS|+8L8Kk9JyXWVp=cL9|7#TQc v6y@ipTDuvVIhz}}xahi=8@lM4m>aq3I$4++>l&JxI-8jrIGMN_nJ@qVFajf1 literal 0 HcmV?d00001 diff --git a/web/doc/images/db-query.png b/web/doc/images/db-query.png new file mode 100644 index 0000000000000000000000000000000000000000..e063b724001871f3846ead587810069347a8eab6 GIT binary patch literal 7142 zcmaJ^byU>Ny9WdWlw1_)bm>@0NhuLox;vH>7o;SlyE~R#kp=U=QC$QloVueama8`P*8AX-$|*Upr8gL#|SJmWN*zpJA{Hl zUMwpmuI4iRCp9y%NSHX_TB`ApV)K))zqQy(h)9Bd-Q=?nW2*bL7!kYxqoV-`f9qmF zwQ7nQC|TAA#I9AH=SCdtCm9-O9r5l7CA!2gBSHuyAawrG=Mh^HShNc`|Naw@0cia@ zq_AjtfD%{_bCzI#S%-Y}EabOkhx)(ay-cCa@LcO||w3 zw-17Un{V85uDrtaE@GxRv(tsX?+EthnEFW$W2+>4a7L*!EHNdEq9#-DFdVd0COSdj z(7$!<89jpGm+%-PrcuBeocNkk=X7lS5dDWl%v^`5vcCHd0pmkA^{zd=bP4BVA!(TQGpC;T(@|%Ds=~e*YvUZ7-rEljGYl;GTnMKK#n-M6 zxEd3?MP543?p)@Uy0(A@{rA~oR!E86n;5;C<;W*7pKfuuF75Z+Z82w0eE2z4~&)-uvVdqe9I)(j)xcj7{jNLsrSXmBjr5t@eyoq|Ep7> zyr^(l4H<6I9N{nP&l4UgD3`N`2|Jo!#x*j9Evu#Vb2pD-apxV?lLuxNO{hk#IMr`* z=rMZg#j9(Zc53m^vs}bFEcd@QE?JlCuWJM(kX55f)TnQ#>lEaP;-+06q4e()_S6>| zp2S`98FXR>ji1%0RVJDz8TU~5fLhAVtS&ylCs(af*7AxJWcG_6aeftM!dk`9c81vd zR>CVkD$ci%4aKo>p?WJJZlCS|AS$k(F381H_o>n^BC7BkSf~h3d1R7Y5$!^WWW-XF zOMPgn^7Y^-Q-7%UP`&VtUa4;PsHl?nx-)jwPjY)zGcnAG0}TWIWIppTr&~Srhd3n# z9@x)xiF|bFg?S%+rHLjnFYaI<%L?kT`5@en20+0+omsf@Fakr?$O1;xg4Gz_y4A$* z|HSQ1dW1bSmZv&Z)a#te>3wlOtBEvX_`OuK9`d7|%vwZMw@vgaigC0_HFa z5!sknuC^2>XHsKaPaXZU%~|DyI&>qNnK)qK>r~1;UUXuFJF{c2C|8wZ^fJ~l#yN*C zh2abY2(MC*k=0zphQKCe&ow`{i~B?Fw6^w9r`ZLuQp;ilFt=trRA%W zaE*)NE(J0-Rgnb9h0^xvMq~U18BI|?8f(2LrJv5RF`w+m`ph~s$xg%iy5F{LSG-y4ny0O+FIT{rA~^-s#Sa@v06vX0Me=@~ zD|d~FwXR&K8QAUT_6rw`%vV#K9j83+nLF*K14o${bE__t#6+V#*n9ii#FAT5_ z-E2rOk91_88IUXrb(BA9O7>3Z#3*Ylo#E2NEFVI50TO$4wILGd|MKMn&1QlK|DjnV z75_`U$k79v{vWIV5c9*f2V#C;@PC9)f|`!4$|#vzT||{Vg09dn(X=g?QN@`E+82MZ zVfLB#VUa0SgjRG3Lu36=M&hsjParjArBRsXKkgAevmsocqSCV$Jg7mcPZ3g8V8`MGTEE&`l696-hvQ&&6ckTT9#RUz zM_P&*6RtLg9CH|t9NX+p_$}^C^q&JM>eH>9o!vp^)y#9Q^{2$TsdBuqPf_$UUV4}C zq1_ygH5ULYeMyHIX)2a$Y-JvPfXAm1<%`)#MXU1_PgTVejKh*e7nfQKCWx(!Qh20* zjHC7@t-l}Bn;G1-uW`hHmUl#J@^Lb`Y*0<@ay&Edl0(^=e5#>bpCIDw?Npw4+L)l_ z4=OS1@3DOd@t&Mn4jaUw(67oUFOu@^4Z{096x`RY#8t-BwZ{Q~T!!-|O5>VPp;Nmp z_v}_Jq6DzkQE%*(R-#P%=6IaE(*?m}$f@Sw-oOaqMm6H~5q#%`>?eY&RGVGxIh&a| zQbR}S_b1w746+m?bN2BYnHkg`#9fn{d6$_#fO3*aP7v_YqD2avWqF zyrXg@yBm zE5SxHjN)>lyGktjpwZ^>t|x(EOK9^9z!WbX|K#Q{2#AR%`5o~#)3#%-MZo?9o_eFW zd8QJvRW>Y;aS<13!YaJ(qb#7n(7_h|wXw9E>7WdKSLo`6jqxp4_%|jii@i_>tcgbg zDW_q48Y!{w5k!8G&tMI&HzwFK^V2v|0ylS3*L31>)A-8VEaj-h+WCG&WLW@ASmci@ zxGxP8`IMa**-6qs>}9+_#LBc@xQ%m%*w9pQtA=Xs1Xgtu-U-ho&9EL%*_Y|I1jm0mm2mqKzHkw;=ap&rAs|f15>_)2j7$!H=T?F^H{xjpr>d z7I3|d2zqGI99q&3@tri6?Pv?VoY|7Pi!Q zshN0gI)(wV5|YY{!^3i$?N@kZ_J-BaZ&@_ZX~770#h{NQcL&tTc0vOXXd*tdNaPA1 z5CbnbJ*DtwWr!i<+vFWWXjjGI)j+Q>c7J*VTg9&Ff?NbaK%)pykO#QE&`!r82lxWq zqC@QIt%@}9d+k^=1&=TcW%g+2!b!=?z7R0wzx`}`^C+ECkO>kiC0n>-HZ4c7RdDp% zU)JEccE0s+*_Y|x&o;gyC^x*u*oBKyE9UT5cKE#+hIfM`=?XBnH*IalLoOjNa!$WW{J*#divvmLTcj`(2xEXmFqlDVRM z^ZNN2-=Dxp`hl5nW~@63|P|MV|yLAGiyV9P!~B$An5wjPsvl5a6-IE6u22 z`d9m!2zM>umO>T^DK(F_B!6~?XE9*ce9F$)kMR0hAs3V*E8^!FYE?=vVtXXcV0-DY zyBX{-w19V9Q=fT|X0!L%xy_=!jYyp%eIY+@3X2;E*jW@e%^*C1Q-^2y-8n?xW6%8r zE?ly|NZ{h&_yQBDLd0&Vm(}|TE!R@lL}Dk}1G!i9X45ywpX>#MCsB1iFDff13-S9|YJbRIj+s4LFD@@|W11+@Dil#Kdzxo~Iuqay~&mlWxAxYU1vW z8koO~@rok$gyEtz!;m-D-wyKdjC$z8v5|xSbX-8>-$VDmNaM)U`{{+uI;W==|U2%3%F7WMs25(OjN{p$LPAAYkvfe2V}#Ve>D z)nnm2eQb*cL8GEwD7)vnm5z+V_dM)97rh{*7<7Gy)S==vg+qcgu9i*{aO9yI8EqTA z?{Pe{a6j(6=#nd0$j+P8BX?`Ys)w{{F?4n-+8XC_?{<#*=HM27bJMyF`HwaKt?67~ z^@9Xn6!lvBe&8TSvjgo|Vv5{a&RzL44wM%Fln(TV<_$tM0vmyyet$ZGeRi8F(RbX?)evUFHh~n1W%vfCVLu{NC;e7D_LonMKed0cHyv zBC<-KkmmsxoyY+@Wg9uIe2GDQ2r@wG_Rv69tawAGn$$4B-szUub(%Uw`q_c9Vfe8P z6ZRR;Sf6_LsQ&~P>e)@&)`h#x=ff2r{j>uLxeeQk?uLwKk;6TFtKL0Fl_+XqiqI?-n!fBg2H8n*+ z?VfsO8{VGvhe3Ru~`s zBI$64sRiiPQ)Q)ShFz7EMW*3na9!j`pxlCWg4qRwY@C3sYK6egBnb%EN}(UYd@Qmm z!w~vQDWIjhvaYE7cf1q>GYKj;GL&4onxqt*?EaML!RJWdKHN7g~gV8e>;$D3dR2eBuE-UDd(WzCx;?Yg= zc?T#ARNu9zxQ!i(>P;SY+8a?SE>fFPDQY+V4WeBw_DIJNjmh{N3^V;iJP}_kse3UY zZzIm?OHh#Lq`zLk+-0t%yGEoK7ex_{jci*^q$5;_6h1}m`d`m8^OI}J>39@5p+18aI+5jc6V=3RZZ{M9s8%%Qr=O?~!h1xS083m~ zsmpZJXj2Kg9Ehd!lsTg^t!uGezcHAAT}N$bS(<>bQkdwp@NQuweeDyYeyFN)%0kp5 z=0QbKnNMO25X8bLPNLWy1*RtAras~_c|&HPI?X}jhZMLuW#Ri}1dITXKVSb7U~N~gTCINqyfU-+^LCr z-c0^S2CdB>sm(+J>TWf; z0!U%5JeYYe1+RL{ri6EmT!kc&VC%H4WTcf=uKf!e(^`%4tkKO2rj@DuE#c8Ob=q2= zCux9f=oMjG4W z2yQ03NtzVUFL?=kh{lMpNxiTG4|}fCAkm+@>6cr1NkPRmo49tKW}{M1MCOh?<{&uV zzS}T%^uL5@Rwq0keWh`#z~?HI5<%80x%T_W-Lw94U-9g%J3teRw6h+mpVQ>Js(fIBENX!NayVVNa0ZU$irwD|gQBxPvanv(hG0V^KodUU`l zCul`>bkhOE$toj%ijCc(%DMr&iy!H_Ka47irF^$%OF9}RUC4MOCHbsioV(~~(!JPU z&FQ<%My##GLn=ky|Iz8?!Y0|^^$9wXV&T5*(G9DU>-;#;Nn4eD$Ty{}{RW?-F~M3l zMf&Rm{N=*m+H&*PArb#9uetBuYk%Dv7bC2knp|$<`0jMv{(Q=yT73K@Ny;??DhyJe zPPb$o`B>hnuVLOTF_9Wc`7a<;*B{Jj_K+17^k6mW(nd|H6eQ& z=drXR^~DBgAL z4EuQVv$O7ZH`=$7s|2r=@b*y_8#YoyWGj!BT7&p)=NsKGhn?ma6*F!Q#=1;jOX0=0 zuF0+z2%@|JlZ48aIG2=`!o|F(q?HrR=#muSqPLd>{P?&%rmt6Tug^;j5uRs%l7$n5 zjURi}IE#seq@lj(TtHaN-5a%E+qmtX&1O+Kji}y=w_rIXRmy8bjCFk5GLFlAJknO1 zB0ZO%&9Pf34>e}T!s70V#L^;9ndF3g1vNdbmv?g!)#j%^5Ow(SYF~&mD>yWS`s+yD zOnbXD4;d~x+Lq(h;0*2d!NJh}`Cxy)-S_15;Lt5#yHqM02S=bprbMPv>BOLIfv3Vd zjwEtQ%9n`;a)ipD%q*uIFp&Gzt6wL(tE<@>MPoZR4IMpsss)wmC11oPs&uNLLWd9& zOUvL-#rz@pFhN#ep{cR4v8SgfeDE3j4zx}WTA*%S^{c4)OD@#tb87(~)N9&-|Hl%Q z-~#R}uL#^iH)~*EK)~&+eQTbyLIRo7r{@$1_PQK`1*O)h3PiTPS@-kzeq(~YL9Am% zqzn={7L8gdl8kxBkPKFNi9ynCS~uU;5m9%%JE$>pyeI+@b=#$yC6Br#d!nNLThp~D zXOnLA;sTaJpZG~3b1DsKkTr;x3^y^++`^)+-s+t2Gw z&KLKE*(H7M#(1{6KhKK-+~|dYB@m#@fuS~OB*!D!sz#c<-*Su)`nb5Q^foZCn^T@*s{8)3Fnwq-1yZ!w9ir$+{ zb=j4f$43N&ABqeLLJ#x4Go9`wrfGF;gta|sFeKN2Wpt$NOrJ{q8673g8+sP^pn(_2 zCmGnfBt<9wQu%GdbDI)%mg`5vgOA~qTF)A_;Y&66Sz>mLRA){e<@4@#%za@Vzo}U! z2&HMt{2g$LK@X{|W$i2+IypJ%>A|rE#}l4kr|Kr_@vbgYpTnwU44Z_VYM9$Qr#KGE z*QY(sf@{!vyNhTSA4!1{boKRLB3&s#x)Ne?6k0r;nwr|$+Bz$grRwqyWr4o#ikjl< z>bzOSLdFWdZSb;0h}JJsCuTa9+{n+K4#jOGYcPj0lYSF|(#qR4RLSYir*&=tOlTo5 z^^OGypQ)K!Vt(ZJYEFQc)@~z!LD@zclLP z{QR+>cw*Y5Z(CK=Il5>c0p_bTf^S%(9H@lPMxgM{wn}T{XKrr(=~MJ$?o;IF))7Sd zS6h5Zf|MF~e;qrKO>L&Szy9>@PL!N}CF9UIkSlu0-%?+8Ri*vJ27ZbA{6})IzRTZz zyH5!SZxe`-#S{{p50jE=XQ2CLLPUtnN^qzwQXLEMe_87C(gD-a-Q)ke=yJw?|2*O- U?IK$f`NBkzl~#}{kudW8FIjHf#{d8T literal 0 HcmV?d00001 diff --git a/web/doc/images/runner.png b/web/doc/images/runner.png new file mode 100644 index 0000000000000000000000000000000000000000..bd48e9d29221767295afe05d2722ff332c93ab00 GIT binary patch literal 3963 zcmb_fc{~(e*Ov$p!VIRYBWlEqCHvM`LNT@>yJ4)6k|={h2w8^^(a*lj7)HjvWy{!0 zipV}vhHNp}9(vyQ`Q!P#f4={mdq3ygd+xdCe9t-e#+Vr2ICmCwmX40@oPoZM86Djz z_TzatGyO4D8mn5QqvL=Z=v=pWG_mq}&D`7y)RViMbtuIp{-lk5aKZkG5>}D4t!wBW z5@!F?KW}Q>CmSH5Kl@Uk=W9X=)p9<(w5D__-uQyvi*9E5x96nWjlXk>$vB9xumpwW z8TtIi3>kgU@(0-vudZ(LGv#7JC$rZ2X_V{-*vaS(whoI^wvnhW5Vj6W6d&nqMwL1=s!(b zUtc#bHl}{9<)9al8-leCLT+cPJ^J;AKp^DjgMo4C!Jx1<+uFM|wY9k#As`t-Pllrl z;6*_kFEk)9aAcW`hJ z>*p?=+3zMBr~C4Qc4LYD!Rn!t^Zkwts_>t_G={vNqBc00vNGq7d6&t@H`rt3%yG|v z;KMIrWHUQINb<3XbFttMunY=?0xMe$tG@%~5@@;ymbo_ho8EMOq!S*1LW%4#0LM%* zjpYdw72n|gHRV+m)E{LN7Mxb9D*m+-a>bHgp_7u~e14TA3x*_?swB4ACKps$%~_zx z$B!RxBnrNM_39n$6`&1b@Oszjv}vMd!tk`s4gUpI{P48hXEi0MAJGd@uQ%QTw=`<2 zm-c%#le-^;4oyCf~jTE9axb~`GTLax2bWC zTFlNwinf+vlJRbi#Ke5v%-)JR!@!#T&4_1&WDt|v+k4%g4MvqCW+oh2)TU`j^c>Hb z)m)|z<@$DwO0Z=8;^H%)ky%hsr%J79x$oJBErU@$_!cDIH#>qGx1?9(HoVj=*c5e0 z80Lr0J??q#@L}@F>2u)Z%o?i1pP28Ho!%-kfXqxIz!ifClrS(wam`Eqt$i;} zL^-5)yS75wN8s~AR~2miK>~?RJE{JU@oAtFGnpXys;ee+-dNNtn7Vzix09drt>u~5 z(w*mQzO6??Ybkdo!0fT)^lwKC4Jp=)1=oeq&IpcUkL|Q)JnV;Xb8|O0H)FBb27|3g zjbTe#^`UrPzRPl_lj?Z^A>%i8JfJhW8Nc$IRKuL=ve=mA_os}a0*>JP9y_ultfW?s zL>dQY&7M0DxaxrcFnAEC$T5=dyT=DCR4q{u5MoWZsU?!=Xp1!?lPai-FrWrsGo z3J2-30`R{&_0^OgpUMjLQV}PM$?MS3n_=4pwM^inA85;aJH<@HU8`~VxUX8&u)499 z#*yKK->&Gx1594TY3$q##a0Juc$(kzyj9BX=JsbBq~8Kxa(i)V?Ty6&f-i(wFJab< zOWK5;0WRJNmwmSBaBP$S3^%X2I}_2D4s{{WV`f^)eviaDd4_s0C9A2_GOR`(>FYEO z^+N|OL~}+7N%3oEsf1BE*_=XnB)X%fobc{c&i^H_dP<5@8%`^ z!vMLlD6U=8@U^#`;=w+869msUNW-hAnGzk%pQy%YvN$ood(V(vuKS0%l0cpPQ@xp+GR z@rx0LGdMndby!@T*T+Gpt*Y415NBTDuKBVW*iAE-HuPSv7*&RM#!j&#`dQD|0e>ax!NI zCuY#_tyb;Cg+6HO{;v)W4gr;CLKQ1hjXNB+7xkZVz7M;sAEA|l$cU!_#1tC8z+Bca zn-rs9eZ_|V6#Q?wunYTNgPs~y?&^+?o#7H@@Y`*Hbs)U|yQ!4J{*O*`%sg&F|J8oV zy`?`bAt;^i*=!3Z_ItDWGHFMZWJ5?%NzktR!im5;t!5!l0lds-WF~(h?N*m|{AU7m9nCh!VSV z3A?@2zfDEeWSuxg8&AyLkUN^ECEWs)y7z+0Khp5Utwo!ZBG^*Dv}B zpZTM6YW{Zb!qtA*INgs0r?Xu|Yey2k4FYU#o?1@9i^|i?vXV4ut5jRzWIkWTB&wsx z0Su`-Z6@m4{E{22d0^Qd40mmlLk>zwq9jhqUH#{6(g@%eGx&=cE&HR6Wo`;D!zJ!^ zML|N(&oo>8=>c9hz?CH4XRoCi2E39r`A2f1)I*jqx#0M*mXQUQjMdV7%dOGblNcCQ zu5xV}oa($>>et~6c1jW0bu`;lPLF)LkP?sXes}AQN{vy>z+!-B-IQSM*9(S#9Y~i? z2>A|A<34Bsq4(^i(~`TRZiOdHDhHxaGIJT1-_Zg;cO0&AwNT6UTX5Gm1>_cy@mut9 zlHnbxL&ho!LhP)TRUUGP)%#zAuoofIw3$jE4XZ0s-vZc(xN$M}&;5{CULRb}ZK(~3xOd{M z4oZ_!XC)0hVw`jb(Z(hRp|R*u@pIct%^C@|qOK7l7gF`7|EUW(1r3lv zM^udp)8|h~g31IhfWD+nEFgeVS;5auH1n3sDs+7Q<4sF z=vBSM_qS%}8&z?NTZX_XIKx#x9X#?7J>s{A9J!~kTk*cot~c8bA@G^IaGu=xo^a0@ zO(Oe>*5*+x1n zoY7JEjlRF&?yxLX_>0{y5ai+k~?|+mH(=C*&Ubh280H%X{tuy ziJmyL%gAj7N6ZN~?VNj;i{eMnEnx4m(c;F1_}zL|{s^xD)`^te6>r{BiGRPwf6l{dRe#5@hNo%Wp)g{IeTfpNd7kb4W)k zkY?VFd%VA7YXlr$N{+X|U{~S_MFr!&`;ai7nm{a%#LCB=1M9_DJu}e0s93GSNqWUQ zcqs*U3xJ%y(oCf_j-7C0Y~rZ6S&njll)0nwN%GNY9}wAGv;kY<>A9R_9ILNe``N_Q zbmUo7oaj#;Mg8;VVsZL+FBi?kUh$9(K3(lF{tf4E8N0G6-}ho27q>Rfe`a$Pq3J#H zM70$pKQ2?U@w5|IP98-3EGmti9J^z-osPKHJy55 zW->m^?UMLEF9XH{OWxJYrc*`I^#b-Ad%<5X6u8W*1QxBybK?8NKu9RJt`!#pNf{>eMK!sF6>E%eQ2oTw0#M59a zYhw|NP7y43pQ`W4I5~z%jARFG+oEyCK<|eHv1^ve`nt2cw8>2f^PxtRnFn^*T{MnC zrWsiD7UL%ir!Q^AK+OK6F9W#()@u@Wexu`7b8+w?7l%lfB!LJBhk>x9=N^ zimrEuW-Z3A+`k}aZe>75_q-vyaM`9d6H??Sc)k>{WdNAau#?v<$jJdO|h z6ngd>c_Cz<=ctZ5yuhRU(=9pUDa+(q1tJBJ|B(^ZIMrlfe}%AX>M{5mlE0-^a7Zcz zQvBv7#R9IjD&HZxm@KwlM_?TWM*hea=$07!|XUVRc*=*uSW{31$&-UfM{WZ6&P014Y#+ z=dV9>?{HzZSy>@V9z~ zP5FGQL8+Y_{|T6Rj>F+)UbcT913SFUY*!8rydr0ZBUAwFXUrf#U?dRqUt^O{0DIr2 z+(f>Tg_&94)!AM#6bBH(6lKf_fAe^~3mrG`gPECG;~i5OX8ZDGo=zqai#-unKan8B z37%N_L#|0^_wZ2B?fctRmkYo4j1PKw^00HK&-P)J79>PKF;UT}>1hKK6Oxd`W_18> z6Vj6G1aB!2qY1s0v?zj;? z>tJLr1_m<&I9du-%cP!&WvUiwye|n4$B)E;S5bo25Jt?TdhX8I3ghg+ua#W*em1b^+bfcK9hWno z0MwfO1k>uGqPr4_^#fs2QfRB?satfvLp|t&>asw7K+!Xkq9Erht=FO}5mOHpAlH(0`K^fu zBfpGU)s3*H4_8|WUBituBiw}Q0laUKpFe+QtMokIhnV93+$Rv=RSg?w1_e0&_PYJe zh_~cQP|UU~aBoZD)I%C6PGps(A%cQp`(y;2={9uY-%e8phJ3etIbkcpkh{k_fE^~? z?YhM6HGY3qMt8Y!FGskJr2}9h z*rJyI;l=hPm<_Sb;64<0ISU4Hz61wxU2j;qig&ad@3nf=fXmuKhnZw9LX5J<2sYZ* z*h@q%nOAfjs*U7XD3}P%PuWN$-?FGih~x{ZP$7JRLZZ>tOxhkBWmC$wEz}SPeRmLV zZ2>!uh;7*<6C)^5t&;ZT4vT!o?=JR%9PE@#iEa^^#O3S}34*!_&f9z?j{Ma}l>wPo zpePCf1@{jeY-&fydBJ8rF+UI>{@Ji=!f=_%Gpf)j>fPZ`@{l9L?ShU2+hL;9WLou!oA-3egx{;Y=}1@Z>YAbs}$16EzoVx2lvH|FQSLJpGOXS zE}D(OYPvIoI5L5EJl7pQ(};cWSG;SYAtWE@)}`&1W>VcUdKS*T%+g*#c*X$bQ&@Bx z&p=)WTIXv2c9WG%TV7qaIcUGL_U{E1s7lv5kKc}$DJEfE-se77u#7zM zq}>;~k0TXnk$CgJpE)kaE3*lCveCVFpJiY#d3wSBLz_@(yn7mVhL$&BPCk!T5cocp zT~+WOUbZ=66GJcGUFmqOOndyA<&_t<_VJ->l}AqFIKm=U0&? zhNrTozxb()16L+*93|Sg=K9A}3X%Vq3TT}j{?}Cgy3PMJ_AdweU-Q~}K2@c6K1*YD zb`}A}B`0Wco#k#4%t*5&VA%ieEGZ!&F*i52R7u<)L1~>sFW5gi0HVGcPurM!Z=vl{ zBPhh$(%O3LLe#o?_{UE)^LTg5p`+hX@}Z?5<_7SSCv|mov-9)TKLf}J3XyFr{I%Y8 zpbwvi#aiW^%7%jkm%YEGrwH1ed(8Ri=OU;2AE5;OD}HLn`adG!m;cU;1V}K%2X)+O z>4zl!u%jmkE3B`l6-_sTBTkLyJ)aKdWSi+DgqMAYEZv27vba|1*vYRfyel91lN~@M zR=kj0PWNs5 zj>kQz@i6Q3)r((h^SNe6%-I)Gp0Xjz%2f+C&a|<8(|carVI4)-xZn>4zL)6^E5$Q= z1>wysp!Lgel6yk43k&&5!9g?M?jy~y9ox!hG?h|_o}Twi`w713i#D=SV<@jM_nNN$NA^$JJWuVx>Q( zckb_6d#8m#Nt4zb{lT$>^&;O8wYAmNA+&~73t`%_hWzxMiG2Nl$s0*K)o zJo6EpM|52PeQN=x`?aGc24e&-r8x=W(X*>H5hMZC@rJeNXz;Ol&IMxZeMH z6CVOccT(Vd9P0Hsu|?QG)v`XVrsRAOs`+Bt?6JRCJvaA)boDpW_gu1&`eZ_SIX^$L zu9<`boBg5n)c%>s3uZ-F_&~lp`N|Gk)MOYTOTd;zLU3}b?|!N$<0H4NUB&Z^LEf0V z-QJBr(naXvWroRkTd1RU!0E15Z$|+A8Kjd;_wJUyH64)>EauHv`lZB*Lre&ZGt3A0r}j{} z;7PsGYq^_hWh!yL3kGcq@L;8

    DzCZpVtK|;UexBU*jR$>J14N))cxIlj@_BV63O8=<1ky&g*XzYX}Y& zNkzwWopEH)-9{uUg0YabBmDCLGVRX|syX<2wZBA2l^NzAAL%cDA~$ify*f4TvGGVg z@^10Dy2&Jm>>LLWnIesOv(DIi`xdx12J_Q!8PmMN$}#67>i@wlJkA|aSK$P1aYj5M zPAuJ`XdHtInYa0(QO6_c!X*8a{tuO#Lp*NI*xyu{E}AM`N}nhO`!M^stOUO&T+r*e zJ-h1l-K`VJ3(R7yFbeil@<*S&ICi_~RuU~a)yr2f+ca$x8g;M;z7^Ik^5~_yLA8zqaJK4$9cqN7vX58dQj=28-*EeQ z%UVgja*E5eEc^Vi%NAeWYCBugGM+DTcX6}c`MNut#FEKvjJ0&IW}kx5jMTqXuKPzc zt99GD1%bwge8gCW%U%6Bg^Zq=sa5_13c zjdNXy($0j15QzzlfI8a^?=<*^OtN7ePMMTGZo#Kx1|yhTdZ>nvVfYpPQYhWjEqREq zL)GrGG%oA#z-QM-J?oPEzv@li5LZw~!$X__iq>y8dcVaC$H*Ku+<@rL*6oVN$j^E0^RPx)7)tgvV3Pg_-y9SOs1^$lqhrKvF3LPnxzUnV` zGf3eC&s2{S_W+$A$L`9UrMf_%pj01Rnh@v z`W{%`j|GCwDgb~j^Q~`Nb2IET%`v^2%Cp~|DAC?==%MjgHcn<#`vZ=Ow>ufz1+=e7 zYT}46D~NwbCTlN?a;GzVNI$2h-^p>T6iev)u;=Kh(RUfN2Br-d+fqhB)38tvq}Bpp z8{zldDtj$OI;|3$7VLQsi9#EX?&tLc*M$b9g4xy}43=lslbad@3Gyd{$$E;>2P|zQ zVP(DDvZU+Z+0pQSCd(@F0FeUgp9y1AF4p{!AJWbJ&ZacnDJN7Y6wVrBiBSX;8$4~{ z6Gu7rvKWYVtG~NS-@NBqEN=JOqcZQ5Yy9-q^#~Z$ZGw8@|98Sx|D6YoT9@mb@zYKz zUx3oyV2*N|3L6m6D_8R7@h~0UCNmDN$=~pYJTrO3p7W=u6hQ!7Z98|R(W`+h%c?P~ z1f~5uY2o6lx-et#Dw`b%j@8tToYsOpy1Ucbv}CA&GegrA8E9{Cqg%G-m=JU93=$>n z#{T=z*g-kSPZ!!Et)`f?i0C0P&fnsYp2OrC{E)A{epK(FE1Kr?i`H+~@{hojmuy85 zU!;`P&6OylTU;uzvr8q!9}PQ}aMP3&KRkNVKBZc{SAdie9CHJ$zjh-d=3(Nlc0F2Y zp|$-XaCqgTBPB4AZCX<((`EU~eP3L{Hf&C0IV^6%x#)`%gP_z=uGo#my22c*ZHv;N z*0)fMaFqWd$Z#RF+V%fJk4|H)xFF235^E4|;!3o6ai& zKOI8Q_v_1!6c2^p$7RpUu$en9FOzP^#oPj$ST6INFuH7jgxu>PC1w}bzDBBQdAvG% zNbk*gEg8I$O=~6xLu;>G><1opSma*mx9NH!!o|k|jlp%%S+Az*y{m7jAjanT7NEtw zj}ivdCX|iwd*bD9#Y(+~)8GBhvo7keVbT%gNVWE_EBu z+i615rlvB&Cz@*r?O{5&=Rf zRiD96eijH47;355=kQb0Wh5iyLmOK=@_8jhd5}M=VQOM>=SU^i&AS~vz_j{l{1zr>l#VH87=nm8Z(LwqD)MR4k#x34ZWil|%93 zb<5)wa>XVZxf&Swm>UZ10n`A<9wOwGE$UyJUELw6#b7825S}SmwH( zpzk@tthSd!M2NG_oG;-{Fcq4yp>D+CV~xR$DM#{?PB9~VzZv49=ZF9)g@-k54MQqp z(21s%={NVu=3jYhz~X1&sw}d}HWd-)?G_oqebS^P?+4#~EzT+U-B>piMjb@zVlcT6 zUYCASOr9`hqFXW_aAYI;)tiPh#{<^QQKt&=lOFy@m|lam0{O%0QEvh1#8en9_(vEy zG*de2%{V5(#2CmUEK~eCnQgi3NV@aocQ1BNIlWOau_=O@e^u@2pEwYr0L%O;HHeA- zB{>VZ7_NOUG}e)VuqH7kA4~xslk=J+Vye(LQW?_${%45E76`zbCdn+j2g0<8MDsyb z4Pm%%B#nSi_rt@BV&9Z)i=>$$x0Jb#(A*N3D2qdnZz5d@ImnM)r<}*i@QjP0Wy^;n z;Lkm**ec5@DA`#?zc#8TAmQHBazv?VrlH!Ji%1WveV~RZ{nx}m9Y1!Gf_pWn(_BQw zX@x*h5xQefzC?AxppcJsVdV`j&5c7v=?3D_RDR=bZ{# zyiDV|OYMDI%aP|5VS^LaLDz?|9PNpATg>jo@r-sh(c+Gx+=s0YBS=*H$8|YWn@R%W zJ-*>h{bQ=)fKQ2Qg`TxvvSB&H>0(&Y`ljMDers~wD8GZq#}vkt z1oNKE6V~$03wjR2&r!O(B*zEoYtkS1)Q!3dIJ^o=7ur)#4Z5r^@-%0+#^g#R%ShKG zjr9?Bf0ib(dJ-mE8M;vuCy`AA>!M!l?)nEWhUBvLT1v-tBxUvaV*hyAdl5X9iETl= z-gQx`EDt@Uq8sJn`() z5`XSf@7E@2*)Jlsgl+fExXRl&kreo6Yi}x}OgvwKY-{UTPdLbP`n?1f$V|V?Z`s${ z^3{YWC53C=UgtORsnd7Jn^U$to&GpItk=Gvwqqshu;S&_Fo+p8g|bAU_F0Z8}(lBPb< z`nEF7rnUki_-HcdbZQ~fs{7@~8mqkQ!Ezn=5;wo^iB^K(IRpb=Ys{nKm&jhYKy+R& zx@{)zgrPD@Mx5PeGRTeL1U!vX*88ez_<0;HB- zVC3M$(dj(Mn)W7e`x0~9gc=snE(%b^go^jp?yr|R*8G>j~?^sH|$$1!AL0KIRn zW9{8_W;0DHTl7N41OtJlC*z&q&rn4wAJ&)~~EvReoFH9o@A*GQ(NcB3eO>*OFWYpZQ*y zZNbp{2!&W<@g2Z4UPrmYTPKl6fAiMSE4r2EA0TE0k|0;I%V5BUg4Sp`}*lb=7aUo)4PAcFt&;1fs4G ztr-~1!~6&5mQ<%zm}>Tw+Grt>e#H%&B*}{DJLOkuM>c!TVzef9?Bm*fQL=@xsN{>( zv+Czx7eDauIi6~3pHPZYL-f*d!(8d5Mhldi5HFL|!iK1Z#MX13D4?+Y#J?Pk?}Igo zwPvE?V9VR-1eA;ql}8Rxd4lJDw9W5gWHsYYG;&KK9hFWll*)bnu1Wr~(l@$TAV#fs z*TYYoATF*2LapV-l(1Kfm~tbnSfViPwKjM?a~!t!I?DbkTmMBVXc&ZsoK7GOXgKXj z%+8)=-mX~~t!MKYiT79``1PJv$7I4(G1q+97a?9K5%3k@SC%-E?D&Dhp@Y3o!wztq zcgsVl7HuW`(^I&Ym6Tgf-POOc(n3ctc##CQN^%@bxE~Hb3`bq#pMy5fL1;!ie|C3& z_FI13b1p0|!bxVVRqTHsl%betlKH<6f3Lh%aw)!FR6{Ev`4#iS2}?^2toj9H8Tudk C-5}fm literal 0 HcmV?d00001 diff --git a/web/doc/images/tests.png b/web/doc/images/tests.png new file mode 100644 index 0000000000000000000000000000000000000000..84083d9e5ed7583da33261259fb1f4e84d46a650 GIT binary patch literal 65388 zcmbrmbyOv>5;q6~12YWn4uiX2+}+&=cP{P@gS)%CySux)ySuwD^WOXR?4Gm#ZO*x= zq|)6325D*wKQ9*eSkZ%)TKinVRzBoixxQZYkpNwLHe2UI1 zXDfVWJI>ex*Dhcik1%^Ed+d8aN19x;!BAH+-6(7#d>UfeZ=uKrWHl&Ms#ReE--WVs zeD!2ysbDqzI&w6n>awMPamwl>n}L(rOkT53NY6Y2o==hR{6Bv0>0|@{QNI$tuMEBf z;w$6-q2&9IrwH?}K^E|@fxigzUxQ1f((a+b$MLDQmwQ-19}g%9$U}WO5Iw(Cb_)_5 z1Vn46H{lf{yGsTV1O&STNY%;m^SdWI2*{SKlJDo_mtc@(nAu&C5FjA3fUlYo*uO#% zCJ4yilCMksD}X4%fPnDM|F7`ZNfD4&L^hb{*VXyOk_Bi*=HaTSrysBHZN7#Jd2v#u zW9+=54^BTzxzU+FG@#e7qL{vpNI%x750e$+Oln-NAy59w%s-^1iut5RuZLtYUEV!9 zd~Pk<4UO;7CP7k3wW?gALo#`tzewYA-`TPyXG++{`^X!`WKIpcA?=eJN0*Y;-Jy@l%ISNYAz_v`Ag$Wl(DlO^);c_6jBJ9P`LDpNXYjqhCl$;jdI(8p|S z{Ju5wq}j7?3U}kkpan~A5xv80+`I(9z^McI#K zDiii=34ji=uj9>;9Go-Pff1XaHvFliLwm9>E?HTnx!@Icx;EMlgZDchTHzp>hRoLeQ1^v>%46Xp7;e|fbBlKj?`o|j*ANErB1g`GYb%qptQLx+Q-nN}K09E; zRgPn2Oc`!AtxC=oVA0IXtz2-P+z8VpmQO_vb4DM*P*!RrT)BiHF=shw86WXXen_2=s?l4$QY$EeDA;&Be-tZIb zqY^7!W~u|N1VM^XLlU`mcjZ%$Gp0>H3sh&5pL-FI(CX7KXP&B8f9iZp-M1^;q!dYs z?tPbzGc7Ug<~YyJhwvha7|kO@Gu0V*@qoz~otS{+xc(gr<+Qcjc?$vp&sHpl5yLT) z3I2yj*=dnn{no^g_@WL43A}oJrbnEv#dgDPx7%IeXtbrC0*TGg=#qE}9&f4Omk`b2 zxMSsW&ILU-t1;67-Fe2?n(VKcg?C=Xlg;BIA4wEkgAC{u-)zn>Ov6)fV2zPi-dJob zlWY$2n5~b@ihyYNdfxp7U06z-C~ST#2=82;aNAgfkbN|s#s#g@ zKH?1VAO5319gQNk%JA;_k~v11v{i*JWfs>VBO`+TPaS_%j}Q1ikG-$yTgBw_cobV- zi=Un?K4w^Wo)-o`yhUBA@+_d)YpVAZhwCE|spMkOmRZh!=M9h=6R0am1kh6%Jj@Un z%nFfTD0s(Q;W$6ga)N*eI;!|?@`ofOKO(vSmMS_jcVoD`1Uh-niuBP|+%5g93(N5$ zfZWHWJda7fS)#jA)JnijgB->3b#ndn|DcyF8tt~Law^Gt;szzzU1>|vx9ZdOX-S`VC2fB`#D}`eozqnomR}Z z%AV>rJ@rv&v2ecjBNPp6dKE}97(8Y3?}pdhqq={gkSoZVEz#$?XL0bjlSj`{r{fto z?1N+4L_Nf!^yA*mq6FVDuV-+zfN25hw!!!%Ge}=IKZ+=oKUnLwD+>w8XX1Xk(T`C7Dq_VdQ<$o-OKfK(sjVZa5iQ zg&(@Jn2BC3n3G25Uz&$f5%J~T>H-rm-;$fSSyB`B+zgABg(wRi_6Py2V3Qx|kRX45 zG+edJD;r#K3fZdA@Kp#8GRfZ4WI429D&eh~HnYvVuFxeufyoP$waeFDeLZ@XoN87M zsWsE9)$*$KV!%||D#FcdzWc%nm9ZoGkm;!$u+UXseX-fL559WlkfjJ zBV#6+q%4?c$VRx0Aa8($!Ye}7OW|0cAykH%j*t^86hSCZwPXMD23pKV1264PSAjX( zJef~wPaM*E1(3~oGKKpM;AV;SI#F1dJU^;dx(Rg_gNbH=Z_NL4?@X0{D9>Eg81M`y z*6ZYk7Sl(E)$OsX7Pq>Of?v(fZz&zLtDK}%F-|T}9a>a`2pa_z^B|6yDJHMYTSidL z3+I?s|Mfrv_%`8}ti@t~YN)bOKK_$S>Rn#VyAGub&-vln#EM}I_*Ul99}TbL*PWJTkDvqac_!|G{uY0Nf7Ym+Ug(^F}sapT2jl-jr3*< zW<1?7tfKP1NJf9*v@@a^j08c-g^= zT&Z6aF7uj=`QQ?B6TcX!4MxTrztf((7jKi*{$_74R{qP$iaWp#jM zGlGENkI4H55#N{=yDCImQOs+|Ar9#u+4Y-nYnGV@AQOe~IDk^Q)g%ex`NIe2&?V1& zh!_zVEPp2WD56&0lGaIwI7CGLDum2QhF-n{Z4 zmfw}hq`nX#2tL3QGBH13#nn_hdmHgzbMY6{`@hM5&)^0AhxI=q{{;&{K%)Mk!T&@4 z&i$v7H;`B>^PfIEbLXC(9%=t^|9&oUv@X=OP(^rwbcSgE&cuIgMlbSfhR+ivwYIdi zbZ-;=MyxOXlPIqMi56N2lJe&g$!}3ykAWcYV97I++=n2m`#Q)MVdIr#hSM~Q*2oML zb76N(_D{UjnX}qQt<$pFCA0IyIwaIQOtSwbQGo1!Qxq`ke+hq{m+wER8MHXyKN8Z> zi~a+-Ab%DABhP;;AW{DnwfGAIe+l>B3jRO53j!klAIb3NlcGjPN9X6~{r&xU*s{c3 z1z`+MH`ItwtuP#4n%m<^(WKgA)|Mr(2$^QLP1?-Xn4J6Xv_x12y6ux=x{1p}6`egM zN}Jv#>>l-7=QH^1X?LQ18F#(%|A+Sd!s7gRwh)io{izVFL^5AKTUNBe zvhYn@77KPox8LEjZi9kqLmpK-%rA|9ig0C<%(?#r>qN4}BFy`kLC6sD7%0VcP-cK+>qWNr@pV6`r_AWXDUzYf#*Uuy&AqCD5aEV-%7#{2TfA3DgqS&}4VlLb(+7JEcy3s&7AX3|}<#RjIt3XKw=0EMNsx_vgUicU5B7#?$ z@z-DX=PA2*AQX)@Au-XdePgxJYSYX4vwPt6@p7}n<@RP@0?0dVP?9}%nTcCaOD@N- ztl1C6>}zo@JR{ILK4{D?ls*%IvM8{!Ux5)-bJ#LXi=#l6BE}*jfbivp#H3j696vhh ze_Wudj3p$_)oFA83;|K*Vpj08t*m?;ky}aLlw>orSH><>9ZjG!g^A&aC5x{&3dHIr zXE(jvQPj8fMQRRO#oB)C^`G_$?oF^XS-|S2VOME$OQRrXIvL0^yvw<@K+AT-L`9bW2j(bodhj>ZrkrH}vJd}o zmcD7Jk+7Cit&oXQwYCs5ZDjz3#-Mg`Q_susS$~<2LKq0y&=P?20Y-nxP33dm@9O_$ zU3i%1o18ASa;J|RTbXb=>-cya*>S!MMNzVc8(ULz6-DTzSw1EK$R1*C#(mRu{7pA! zzpvyRHAOj6!pBF7*>e*oqIW<-k5OA1E%S|te@zpl3gyLAU8*Toee8GFxQ?O|2)XgJ zgG@G{=WZVgTfaJCqV%^~A|EnqLRKLs3(cm&fjx*xA>+2_yLnQ4KB)`p&&7vK`p^yXT187T6r5g!Tg=DF)<#S8zIN$Eb;|T_5zJSWtuV^?#Hl{4cHrm-mTDFm)<(t)1*@0|f7@9R5iwgRo=b56 z_ITpA54W{Sfp3Q1Lw#9TPxF%M`g)<(L3`!*lljs`<|C1kIi~Y&Uq}HYo4*V0jxP&> zR0=TFf067Ze#7}EBrQ$E3x($g!X=TP`JWA9c=mf}aD-Y;sCfg0f67)aYpfzCF8@Jp z9ofkDA2S?OQ`qW5!RQy>5lknsvDuEm@kXLkwrz@&%3IQMKmRZ{to)4=#ym)7&HoU3j&S3jD!m_VGj4BEN+ zr3>Yz=o%ZsF(fOMar&UM4P`iWlo~|$m(k! zCd$gFJIA2~`raL?u>vHfP#>q-Cf*$ir@^;3ZF>DBddzC(p}|cl%c+H0q!B3s(i+}! zVPXIVJ;Xy{>yV1&7HgUCVVI5fC5FUWN3-De_xmOX&@1ab%Bqw@lTv{OCUMB_tLx?} zmw6_C&KW(0@aT&b^7=wW-&Um&N=Z#0T(^>L*r#=FI#FPuj`d;xp`<~8UfbqMqyBl; zH4Tx~`UrJYeYw4P!g{VAk1S2kf96=i`TLi9>>3vb;PQA%QgXHsi#XkMx<3lbc)k$J(OTC-Z(dDFw?Xd4SO^cg30 zPpf}@L4+-m0!%nO?m4FMHzi(3MX|`D?jg_-(URYAvSm|BbrGNCJFtcPCz>Hg?;3g= zWpd*$I%l%R%(v^^#E)6}I@L>zE%8k^=g9aqC|b2KzK)K7trup`I$1y(po~?Ep5s0D zTunilU^JrZXN+c2Arhv>3|olW2=s_~jw)KAwD{iC2TG4WNnx|<4UM{oVZJ0lkXK1l zoM1E`Gj~1y+*!iWsf&!$Ns%pb?Hl z<`hngS;T4{(o4lfSs74IK$YMUXm9EYpdA@bmRrj(V{55PQ34j!0@}WW`N-6pTSjo^ zs|kHSW`eG8Vv-LC>+MZV!QfMlFwVKi@n~f%0DZOjvNOog+{rl3Xfb#C5*7QgCjgOz z%Zbpa_Nz)05D-h?zmd!w-<_{EemZ~u8iZ`^=Huo?+q2~6)|N57b7M@MqnW$mKZEn3 z=$jd8R99|YeNKuwNUY-mg3L`JB`Y%6uNDr@aN8y9p$z1kCfKTY= zji*_9`vyv>VN8=lM3OTXVMCyzx|Qr|7Dnj@0|FS&H|5J*J0h0Zf_pjmq z$02RPFWlKVHO1{WYHpey@9fpwl7&_$bxO=!aNO)Kpwo>7dgR=74#&TK$qC>EoF~Q4 zE<6tMsvJ$vEM=wEL$ygU)^YX|6`?A9_B@-VSyx2jvsZ}0q^UTv`|o4FQx z^*mx$h%j;sFqFb*|1B!Pe*P{;ukbilMXf5&w0-Nnz3gh=t7KH_k zo2_wS^8I%QI}Rk{AM_5+2vf+h4MkaGCG@K&vP3U zLQ{1SJk%_%itP(UWvI(0+Z?nDh$m!E8AffPiUW$6MgEYTI&)QY8IgMkd1&0+Z)f%T zx822JW7O=Z){gKAIv+6<22 zm)+|DFUa#hHYn{D7sFQdRZ}(eBSdL5=Kvt=EDHy7b@C>WvT#;Z^H*b*D2Fro8Xx8= zGlzV|t57ZH4xRn}T3I6qa7z>HnC}&JOCLBUC_GgCte|Mm0_haBIZ`6$Djyj6V7^LI zisq*%Ndzx?>sb(;h8a>0n2c3fzj%^P?{U?r^J5SQ$>+j4G`o8nMQ0d004y8k1SiqQxE*YCkRxz59}So5)@$lQSWS z0uvsptlm>*$#sI&#o^DnT_pDJu~Y3KZy-5jc-Y|3v>8@C6Pc;Uhd~257pZM_)KYB$ zg}%iXJNuJwfVAsg@iP9^jv{@rD80LsJ*)}o=6K1mgTThDSaNy*Q*yPSnZoq&jpu6P zrh*LPq_-^1Thy-AG@!jFX&;WW0{z@3n*5eUCAhLR%6+7i?w}WNm=GF+%#%HF0`rt^mnd6+y zW@|Y#5VBq}&C00)nnMcm!F=2ejgsi&D>}3FaJV)&&jT;9RqBQNjExSrofwa+fanO9 zJ69cdPhR_hHD?Ix1mlheI6Jh#(ze*dFO-+LV2Pze9o!skv>Zccpnyo4^uT>O; z)c3jd+nJU;BCZ;R=R{#032Lg#g9)L=PCUz~zx0FX^7P-#XbZ-I%fBYTeR^ttaulw& zPGG5nmVj(~7Ux>Wxh{ZCWj(dY;BvDu)0>r$QDgHs-Hk`p_3wYDJmE0MVPFrX;-@SD zbWEa6?`K(pGSZfUx%J%)HsO05W-No9lX!5H(45P&us9uo#HvuvV%dh*tmO0)zEjTP zM{ww) zP;7r!5sHY3pPYyx=bS{?Teh1>k4FV#L=%&-tb1zdp7yyASxTBoWl+Lwp4PsD`El_jv) z1gJ8D)4q;>c=Eaw!`?bn&~PxNaGYau(aA}tMm;ca&_Z)EU)XB%N-N?Ju;F>4bAD<@ z(E`$|58u3D9g?cHN$kAG>!o>}OYSJ3`Ujer+G8il{zPeUT2n>)o@>*3K@_jjv=B zQrBt|FAg3_QG5aqoyW`~z(&XU5P{t1TrYh8`)Bi6(q#7DnvajY)EwF-^{2_Y*k2#c z`Jz@E46Ty`w{hm;`(c7lEXksW_S*!h6?>zrtwqT5@^Qlwwb8DJvpQFF1d)RAcFBCO zc9-R5s^jfN37A5tVP^YJ=Ap9X@i?*Pu{%9^1=HKq>L>g9a9umi-vkm4Pa$?9Hv$S0 zLLzulh4GS*nuiD62P-8*t~2XK%y~)LX*NCuM4*L0eF8@|xb67YqaUH2W@508*idPm+VP{IAY%G{ zj5Q#q@w0wI%A+{7nAT{%22Ld~TFPZ=nlKTK=W9u5=$9M_y_%kQ!NtiQx$QFRY}Sp6m~=y7pF=uEht9P%mK?Km9Jaj zK{jsJ-D#7>axN0bQA-*HvFEUzmzH^^tS&B)n#;#VZkpCa-3rplA#7Xkr};~&xhq22 z@@m?$Yu;H#I=J4L6k<-6vkegvknWo)3c*M$W}4wtKCz}pp%coD8>UG6d-!+JNM%zn zYTdVAPr4@GXz4oXWsSIuCxrbPC63pcHE=x0Ld=l`J#855qD;OM3W#`wyUCeO13YYTUwx4DkOFd9eN+@J{jAemOmim1wmw5N*_;skL zzfa(VIE%vL6-hHYWA@N1}ZOYgqDv5miDVe6gqz%#8+qwQjW_q2w~*^Vm$r zZ%5>mfJw$;y?mZr8+(E6f_aRVf|9bwtNp6s)m0D&UPHr_PQ8mOHpwIpI}(JZ7mxc6 zVHQDFStsSx9%XPd)e_G6V?cIFe{dhGd z;=Rp+N~G^6$8TyzO9Dn7D@jhNPuf!i@94p4LP{ zV3E72MRpbX?!>wti2@rOweD;5dFGe#%Qq8pLvPVtSuN~`2vt3Xw-w}OAy$5z?<)x; z%wYwxLNkiH3GvzkyL{I^cn9^Mj1Dd0l-xgeq{d{bA7@|aoq%WcMNoBQswceI#!`>yz7SRs#6HOy433_>-*8CGyTgnSKtDq@YKaC5b8)?CF z?=(NY@^;#a8+cr?=1hxA5#aTvf~?8ed*x5@2vd>-MRLffJtM8{n*^lV#L3Kf+*%pu zsD0BXbQrJmO=h&RGxwDOEbhcqrTL+>8^G$c6%A7$JSb6{RV$&uveh0tQamcs>3#T8 zvqo$}|kfw#lt*Y|8uL`+cw0<>&n61b;AiF*_%Lh&Sy+jcPU;%f@rw z_a0>5olxdp{`&$bc(!_hwRaepc_B%DlwI{GQj%TUWQ|KOV)D~X{N@*h7Iaid0u_fK zG~5b;(ZVCgdO7N*ZEAJw0d>%ZHeL&J6*H{@qzBXe6gU<=HKC-lo8HroU#Xv7{G&1Qsb)nP6FC_K_ z+c(`Ti(Kl;6$Oyj)q+;uS+US+GSF3RDn#7G427Y|0BDpCncubTaY;Q_tmSC$NPKFJ$`Azf!O`h9mPo?Wl;0WwvLS7`&zE3Ux| z+htlbykBSp^^FYMfptZr*4M0Rxwc zsHbB?Xl{Tc z2T(+&_^rDDm>u1K_g?RyPAAiS9P$bnh8b8aB>X9n1?u`st?cXf5AM zE4wUEN3knUwdpAbF1x*-^RiZvC+UNXA+?tNc4;I>LX>Eay39C8`$>awQ1>HID<6y+vA7Z7!h9tNyK-q zR(g!z=k79mZb6iBT5)NskkIpwFo&Esin$Ns=x3~!E-71qW-6mb!z6)a^BZ0GCr3S= zx??yGE{}RNbhNgx-{s#@SF$N7q&yiD;5U*fFX;$ru10Hvm)`e$P9&eF?vqLo+=L7H z`EkfE5Ia*PDrGpd_MYAi)1gfLTtvO-RQ9@oOA&z}TEw&2Nh7zlrQc;nc$#ruVXobU z07yR*dOtVS>?@Kj>H~kCr`6d@NpHyWj2H5WfwDmqa7lnAzsJw784qfhDFihp0sqbz z2O3<-?m*M1V#GRa{@IEY2!d0=N#yQlATDT9L$8rZb%6OJ-)IUHXEL1H=GVHiw|RUh z9%U{~uw08%?4=l4?|c@!I?0XfQ}k^!BccZ^DEelJ$wN0P3{I}}1DH7X+P}A6HN{g= zG!DjdE~@mp9NkeW7;oDzCMe{gvH#99e=uCKxz@FI1mO`rdXbS2^Z!wS!%6-E{=}dp zX*5mmDW@nV0SBi}PVOakwAc3&^Xl5plWEcW*$fHK?h7Hn*sf=5GI{(_*A+a`jHEVB z2e}G4h`=^qS0Va&STo8=S{Yh;RK*HV#nTkVl^n^=f0io5^thijx~Mp6#3~Yd-H=H< zgZ%r8JpIhd^9M>Nqp^tA>)&v%_x@pynz6Z!xvhF;Y`$ME2Wh3YH=fr5-&zv^EO8YN zFq$#qiM2lpVS{lez|LfW}Q%dFJ^q{BD$g9Bjypi%(e$RGmrt25v?QDBq-4v{; zXNq+brc&b{*Jn{htwt-265U}E#{|KY0?l!y=!nf?gM!>SjW`;AtTZd*#SJQ&!^KS5 z3diYpytxOdG`~OeP?mGH8~PdU8LiEnZ`#cqs>&m9B~PoJ*mX3YUV!?aRe5Iq^Xha6S7w||;xF*^s7)K8>O-?BOp z@_HGhf6bR%jiwId#CEb)g~R@6h%;?^?k>+3Xl?Y*$n11M(Rnvjt&TtNT>c#F;^i62 zE0m794{~&uV#AXjoOY6Up+3^6M(VI1!SjiPA4bT{jO9B#|sU9;A9**LV$8Ft_ zcQ-T^3owd7VYu3LJ9a6`E(wO(yj;Y~0n)kx19^pX!m#3T6a8yjVw&(wP|(< z^V}bpDTB|PZ6x+=A&nq{a0_?JmtF48Hx6BqdLWnen*&R&+O_)67WV| zUwGggF`-d?G?u)Uc@daC&_{?6 zWt!t#=8#B_>iPFl8s;U1@GOGTBdf#8Wb=9(kqJ1Yl|m@(AE@**v+i;GRQx11AQFMBGFSLoiD-LcB6{*ho@n=# zD=ygqr@znom^_b)h+v(XZ?VS`QNPphtDof8R zbTbN4E-S$Mo18LQ$tSv8)mHYW#AN_BY}JLB&%W1o0*)O2@ej$u5p1`#EaDb{?u)}h z+nzIxwoM>O_kIZz0eyGh5X{#TO~-ujZl=+T0~Fbsay(*-A#RpEU$uZfS4-}<8<5ge=%TI%fU4%1E|igO#pE_7Mz$C)8`s24_C0@Q9pGiSC-Cw^% zUhyZ+NF7+uW7No=+hq^^z9~g3zP|fN6(F$t`u3Vu;{PiV*=(^Z2O-kGduwNCcF~9{ z{@5Zlm0d#yUz%E*8}51?9Ai1jDQ!Seh^GLuL)1|)ch1^mR}?^T*|K-o)owH>Jw1cq zM&PKWhx2;Y#GBo%ox5S3=Y8JvWI1%`jZtlw-UorAFOa{Of@IAo`_xWSYQJe^8W|q+ zZK|uU!QIfyJKD&cs{fi$dYZ&soMm|tq>VYiFCY=9bGR4SZIg7|<3dyisFX990Roq5 z-kH=xu=ohJVHy{>A$!+xKXR{Xsw_6+^GGzJrWI4ZeB@n^Vu+q zcqa6yr>7woI)xn1s-UIEx~HdlX}|q>jtd~diD7nJB$M8Oqw1RGW}8aykN2d3KP@#Tv8q2llj zR2<-}^XD|8Z`AX|d@OP!^E2)6ci@q!iHjnE?R`D%lFJ`_7)%sh>m z?YmgDJ@b5l+a{xR+hE>P<6OoL=2{ z&fORFIo55ywQedu>jnB1c3q*|U%Fm&AvF|<(5As|_v;-)wpp{XT;;X85+~rHUzX#& z&#l6idMxZ{U?vk<{E6O|(r_4CXBpBwznw@6SEZ##+h`xCYSPbD(v8t>bDh-+^M$zL zuZ!;R;5|0B0MZfhuUyEp2QfQY)%leIoX6lxcL%X@grYZ-8~p_n#05#fdzWN#(Uw38 z{&HmzRUuZ=ZI9^B9H=&LZ0UNfV>g)0a?jtCZ($o7q9X}-Qy$VEV$UVRqd>%KIvV#% zk+yLJ4*n4Cn(X9x2=_giqx865`5xw9k2FcN14_n%K-}N0ow=dIN`BY`<)ZB&c#f5~ zfm@VvDy33r5@193Bx2^7d{Aq=-{29tU@pP{OHNm2559*a%f0-*dr$hCaDo5F540Vv z+$d&~L%$B+G~>W<~(ni2BIF}lX$Ewf&~T^;#cXDbcVu& zuG7Z^9Q#f9BK0~kqa3%43ue5KKkx-ygD%JIS`g@Uc1w+ zue~3F(BQNCWT)uk+OBx7NmIVR*gz4y`C$SX_42qxVtoWK@t8a}eruBQX6gQbXYKv| zhm+GgGs}xEObf3(c*pezDFq9-=XE(X1^thgn!!dHnH6X01rILVi0Ch1x z=36dO&ul|4a>wh6{N*I_{RT8Zus_dJnn4j5sx-r|1NrowF~2Fq{ep7;at}m-Io-1y zcFcTyLv1>6AxuZ#@yMLBd?FV!eU!+!mqQSPT~)ue{4HXR)P)W4L!%#tSo?v+>U9;~ z_hc{S-yit~&HGSs=$J)!?W?<~0;$Wyd?1higCBucfbg%F3Cs#OBNO=sF_yhE?jIpz zrxOf`EdrW+!X~F3sBe1mOJc|v&+z=P(uCsRb{{S-KkTGn21L-H{VSht0aw!YeiZO@ zw(We$Kd7JB!3SlYXuqL+Kw_j1C=$;T@=dfxfhTlfIXg0^;ZL}j{}S$ji~H;6OCm&! ziYp3UQz}Xb`+<26;T6TrCPV@;=K~4FX4J<8J*6PHE6)H*Kyn?6K7fwou}vgPd-9v3 zdi!pL0>KmvT7W>3Ysdvv

    ^5KA=I|S1zjn*5gCdI#f5h?Hh}KLTC;YCMG48`aU%u zJcbq&Il9pF1hM-hhP}OO8<-CmepmUEA9)L*u6*@j?`tM78~z6YriqrgZ+Qpbp(0!= zzx)qr=5JuqM)^Fb{LU~HWY+iyTB`zJP{0|8MZ6^Lc6vgo5G@n(7c4#^U=l)NHey8J z5+o^I&XH9WIc6)gg(87pF`{2M$s0^KG3Fot=xgsiVzoVi=ugqrtkyb+H?W}TjJ60- z_&~TXr4UR3v?K`SfYnhh zgQ6mX>Nd=u^gEaz_>V}gU@j7*nFVX__Y!UxL$(=-%2u2f({62< zgt@Bx_grs_Auv!d^Xd=;Q-2mt%7OxXjeg?%h{)zZmm!*)&15P7-N)g!2BfCBq_$RJX49=Wq2V6AkOhRz5BRF%!?!8?F33MN1~vGiz@zP4M8V&} z9V7Qhina(bJgs$xvPOOLJ3+T9&Gh_4urw{3R~HoDhUlim&zt{_^~0RB!g^sYC47(pW_wHeWYjw6v8Px@Vg@1#1roVZ~w;mqG3JR?bWtNAvpN|;8RUuT2p5Jz77pk4%@3c5aVQe^Z+#vd(F zQHAu$_E+OC$KbxrFea=wJb1%l=IZeuI)i)Hxl z!C&zY|90{Jzk(P*{-3c7f9IZ<*2EY#*~fV@4pt9^-pj6zth9L!w2XLEea|N>RzBpl zEI5k8cm~Cc)2Lv|BI8FDpB)cMxSPuEYQA<+2878h2n{#Q1hh1&?G0DOU#B&UZ?Bfq zYh_2`rS(hm;q#Cq-(fm`e3wOs>(B=S>FSn%nS3o!W3#ZHr9-N*EvO3TldkvKYYabj zDbY%E_jr=rbrSnnUs@C^5l=K|f9;-0*lVb6FLR1kCQ_47b}Pj2$~}8xCv-Zu(k447 z?tHwaDPtZ06H|@|p#;d%%n>!CPMTaxzLVweYk6g%5O_8?lPOnvAMzyQhe2*ugMw^r zFEPcc zjOL{I>y05UI$Jymi8J?M?X#L$$!?(=yqD@zcdU?`fzUd#LacANFu&aauo&kBnsegdc z1ql7RiOh)p{OH2eFU71+6|n!pd$`4mNi^Y>0?uVRX>Hl|^R6ozRb9RfHlM@lo^H+*`TH>(4tu8T*Y*;txVpMh6Y&{}3aR&EXmthh#o^WlIuAh(O3L^(~yBWp432debLo`uBOzM@#rI@+|KB$!S}p9jIU>$)qh z8;a7g7}@_;kYyOfw`EqBz3s^vhyqnT7!wxehkKl?IK}Cdx&h*Un*j`a#(VV$rYRw0 zupD*KWXL&mP}1T4IsayDJ6F-f$Wy9ETc(PP@|^JFf$UZlccM36&@B;^YB!^ytzO6k zTV14hqO+%zh9uWnd{G5*>`0?vI$Azk4RSGfxW4m50~oXpn})27HX2BXJg?Oh2dE&a9iIxq4-$s3^oFIQqHSkcGwlP+-8hY%5S*Z8acAE60O%v z>V`HGGk8$|#zbd->{bb21@r%g)xT4)xzhX!+`A!WyX9NZ2cyJF@S^mFI_1xmb#E*S>hl?+E?h zUFNZ#gyY$Jn#&Z0xlzUk6y3P;YnDR2_G`D;U}=^{zdtH{aA&kf8Z$xUZ##Fth}65} zNIOPh`V0l-4{Q=j-KPFOZe}^2yUN!e2#AL3sPUd3I7r7n)2oR+I8%(IkmO_gZuW1P zk_Zsh1cit+=9K1Bn=meYD{T@o2eht8*0 z#I7BdD<{oZ(yr;t=a)2roJCae%vQ&2x|6Lt5zFr1dkrJ;j#_Y)q@MavK@o<&>+dc06M!OKbQ~f2fARK~ zQE@F@w{Xr08Y~2FEVw(3OK^Ah5J-T=CAb84cX#Q=-61#x3(~l|yX)I0$@O>l{ly%WqPkS z{P4+reK?t*9W8>p?=i=LZmQYwUS6`awxd5z!3=fP`F_&{xU*Wq6IdeKQ9e&XaKUi_ zl1!6)ADp=$js4CTU!pi`$YPtN?5^t;CPe&+5ziuZB2VgJ;DX7O7FEp8;j!7s(>`cO zw$etZPRnHzJOk3U+B%k>Z*FKJ{;ulzhG3s=$}49$H7$L1aGYn}JCf^ml#=^KYRPVc z=V(=OgB77z=uYvUA>Hbqo%^r$?`6DdU`%1S>pcN%c>Iru59Ze{3# zomR``l5J;~%UaSR)3Igg>QI>jq>3*ekT8fX$Vv*zSp=wTb@Z zu%i0sKc)Ld)SE{m3gJhH*>W_yK_JXAD4ZwVT1=p`yhz2DQ!{Lpctq zM)rh+?%O)<8iV>FFwJh%fArS;kw@gJHr)z2E%52HWmuy$kI}6b;rlN_NIT~h`K2_q zm$r(3Dt7M8K_qn|W1%d+mV?N}o$~Xv&{A$|aD0s*KTmle7Q#S%_F?{@PS3BtMe&uy z7A*Ij7j+w16}!&q`-4tUjVG5H%cza8k34r7vfkwu4i%_lf&|mK(M7vH{MBkBwX5llpbB1r2ew))yx>1Zxj;7fT@b0CT6z3O@D*0p@WugK7|Pq{fiW}N0i19~T)lk3iZ&5dRP zsBc;91gMAVNcG(6O<7A}lCK!Rp(-7>IBzrBvv`(VGQ`QEv27oZnO1h^xE)i^jF>z6 zmwK@4I9EMnA`$r>!XT?FVLes$vU1P8{w2*OPOw$|tC3qC`fQT}2ciJv;JY($nN#;fpN-aN}#43LiQi6 zs&phU6_@4Ip|5qRnR+gKnZKNa+B{vX@`9&u_p^g=akDQrmU}_eEcLJOysu6Vzc%Yu z91bRQ1~BMBYH^E_5M&oF8*SODQMCUi#~kVP@%(&>$R`IjKY4GH0P zH}YHRdzRF})1{P>ZOIySaW#J1$1=%kGe^};UE{dA$+3%4Dt{dq?1qg1B6Z7Q64Hol zdqNzRGQ$~@rb#2fNOFK2*%cPXEXCl#^B2}|eYvcguk~lFXxpL_HPQ@D=GI>(0{9=} z-2EDR8E{)CE_{XgVxVn&vh;_KS0V0Xh9M`cbV=$e`>#mhS5xHVv)C?K3NMZF;+y@w z1XsAv7fTrD!U5Umzu zN9X-iLra>utD3jtdphMn@vT$&7ronz`7}O{s`ZvfPj|4X z55|MCH=9-hPk8x-VRI`Ci@=iqX8+2=|2LHCGhzV(IuVcE+E3rN1Fgg<|B9w@mH#RH z|0gQ^xX zq#YlG;2-;Wi(%mN4^D(`GNY}{7*~0ubWte;piBHvnv9e22|&+amA1!;&c zUp!ZKk$%9$cz-U4JyC(fFRTVnA_|&Ghio;Xcl5y>&Of6o1<^mS&G4|AdFFJbkOsFA z>^EYtTi4Zuimi%u7Q3)Vj`=heyb}#bR^=P_z*b$&u(aYadzW*$(LXY{rj%(wAv}jW zi}CbyPq(w~r8gTh%!RXwAx}c;ai?H5n|W%zNtQK?D8vu7d-&BOUH)Xv7Pme>a`?_O zVO25v&XyK7y8&0;+9ca`eP?8FPe^2b`dH_lAZFxYto$W<7fkWjj#4>=?K=MWQ<2Ed zpoU|qRCBN;YR8jH*l){E80Oh)(JyTpPbNXItEknx0{^l4-2VoHb4*dP&;{w&^NH}& z@wY?|`6C0aOZ%Ra&CBZgT!y<|?78XA0(D&(EAjg;N7vs_pShEbWK5IP+^S$>_Y)93 z+Cvl6h-5C&dB95o4Uu&{qZ4q2IHg#!Xcz3Uf%{9{YCsF49a|%%TOm*d>&*(EL+%K* zIo*i!@S$>wWw8Oz07>s?=^b>d&m4MEK8BGBQ#7tarx*#^vrJ#`ceB|?l+3EEmmb_( zW&$lcoiTgv%tKO%9$qLsSLSglVu`X&$o(c<&8#lQiX-o?)Mq0OaUZUoXw>9@-G{d9 ztrUG54t{b8iVw-yZ{Fkpg3bC_bauXm%e5VN7lRTKvZOXN!g-SVg`@cTW{mAaj+*cA zotUp;tfS0zUv4lz;Ef0ivg=I*YPL?B(VUA+sG1a0chL#*AUgKY-QR_QP)(p`@P&ju z2d51}aZ7hxzf4G~uMzpmesfe7z&(E^XS(I-C5g`Xt%X*s6=}8H7NpT5t=_}mXgBn^ z@M6N#!(D(n7cRYTDuO)3@+Q54lEjnA3EX494Cvb(x*N6OZ{JdVZR2jerGUyQpLVg5 zf;}Xc*L<<4y1Q`w+eZOy!fT&ae#m0SYS$fejaC~r2B;*8?t-<{tch=^AM(4ry*S%X z-69ipbXy3N5QJIM_Tswi-F`IBD-77DJl{XRwqE*vYrF6{&!bf^yr-B9KP6$zcjY^K zZz;7|j+2l-u*6~(Yv^e~kykZTXMD`Ve_a$LxhkkuA0{vrU?#xP!S1G;*-`{5aFJ?g zYwt|B;{ID@qeT;74zJa)FOuqJs}KD9X{M%_zWX-$crra=H?n#2XRng@N=A^Y76gX00v&^9{SNDj^`a!>ox?ysdx-YE}D|c{?mG=lETA`|u)f=j&sSyT^oy zEi28@p078j?kiUM>Dw)Q;f_T)-Vn+Gx1mqPj&4J{IhYs%y~ED~J0VpT{J{(a4aw>1 zA}6u$g1LhyosgL3UcPdSZx7xJl-oURYKaK*o{h|`SU8&vHiv8Spn8)*z29YKxa@+! z2-%|O)dtjq)saUIe&S*2b2KX<1i2YoZd;`1lZq{82>iVdhpvXw?dw|XR0_bE84gP~ zUW38>0H_sRdt}@>(!?mc%SPwLn>Re65X`R_nrK|&xJObKr3L!ch;%XWdZD(dP99ECut zyXj24-8c&S=(4EXIB7lNw+Y%mrdgWH0@AduN&%167{P(!?AGb1 zQFl$^B4+|OzXN@iMA3c%kK`2P;iY!+I4t#abvEW{*?yc9BF%r?J9g%Dk@rA>?zg!k zk0(tJC&L;f|DOf{)vx*l;$0JzzFidav16;P$Jfr;4lXVm6BLL0dW#Tt)23AJnpAZ1 z@m?MN()wxN!1*gQz_K9KKbku})*?Gta;uP_{D#!~nv%*Y>H`!XBQXSY2L|0aARcwf z^Hfe6MxO4dA==D5E!|4I<+W*2bv@l765_^eo*%#AD%UeNcc|*%m9yEjoN^5l~y;;Rh@ryc=fla#k7EBIF4Ro3Cczp^c&%&M-X7 zF+>{>Pm+Yw>&#@F%oXRdK5{mH$!$=>u5nRl^_$IT02;qe^1m-{)+$WSG3d~}jmR*p zS_y6Orvo7n^F3Ep1gr>_454F8z%TDYpNi(=3Xn%JHk?wq0fY6A8Yb^=18(4Xd>dn5 zA~1K>AP7{6-%gw+vwmOB{O%Xo=0j+A5RJNgMpc|q-y{t3k<#$*p+d7lWvjc5Wi+h< zSskgxob_{YA-AlHYWOeCs8fil``-=Bki5S60|3-Fe+pu^OtQSk$U%*{2`7jSaZxI= zJAac%y5v3IJ;LJ=R0j`)#iPKH{U}9G?j#kY39K3jc}16QMZwovzL2#D{tC^Z zp^au5Lh*E?0;B#WtQ}T!7jfd~DA^F(j?{&8O@$Odf_w=m68)19*SE`wzw33KZS3pM zarKRv1#Z`yR))&T*cG;1@eOi`r!;t7ZEztCNXtV2KMcF0r&y-{mTc!h$l8aqx5&*3 z)h)9~+pJ#8kehK8RsIk-dOo!FJYalyws@;D9a(8;xF)x(=E4x~vfxD6`w&~fxOuusulPRMGx7t}@@c}d zp=S!MM*)3W1*Y$95it35!#AQheo7zyvX(KdMt64HxKU@{4%Nd6lo@vmt`EPtl*<%m z%bHw#?e6W9DtbqY?(L0AMsr@CSI&RRDi&D_-Pkl{zEE}OCP{0ykRsscgBNa8yd>KL z@Dhgy4zuhROWS@|+M4tq#_>_*2O_B$ICBVtJ2M=GcCOb3K}rv05W%?<+T&hx5vl z-G?DDEdb%3{lUn-S|n+fsId3W&fK_tNnd8=d}-`TYhjJ(f~d?aJRZY_FkWi;eZmOvOe-9fMnXEsa$5D4!F@DCH8(X3!$YQq?3oe;-kTn3Bp*-m+LJbh^ZBQd z|5Rct>g}Czzj}=XW8gSx4ID zF>d7ms5rH%^6%_$aW1K}PaI8Cj`<0g(t75=P9ix+9$(I|ib9?|fNi(F#c4%YcjjFs zELhhXDYY;?qtUlZ+des-ELvhpK~I80=tH@=y$`F#lCg!puq$?gv@=RM+oKtybSbCd zBLrGTO#sA-;>pJqm=*`P#%LJwosmSbh6`dWhK)K+oT9dK#|Dd z>UqU4j&8LbUgTHG1yL7eL2`<=$(B^6vJMb9b{NSnL3r~t8!ALrh@__7XyVd>(x|rg zl%6FeUj$7^+P%kmy@&A^$X}4Zo>sAt?v`2Ro4j-L3P^>&IK=vlv5srGo%H&^VqyIN z{g(#(6AJ3jbN^gKB?$ldl=E+Nt0xu+0+HR%zYzZ<1J%UJ|B{+FT>r9~f2O!U1^@H) zzmcTgDF0(~6@iW2HKvgsB)aOiG_rx(wOl14_Ec)Gf{eTpC z(h;#;qtjeETGa6Kh`4-7ua3zd%JFQt`z7+#c=sqRZE*6T7Qj!(KQ&%5*P8hAb zSY=N$E0 zqT$D}+1bptGg_;JPKuy-qD)V{pm00>P?J}9*al=tf2?Yq5N;Zx1PawNj~~GCNs5GA zRBqH?G+m01hID&)U zgen(33^L~MJAMGDjWj#ua;r!dqwJdZ7Om8uIYwcDNG(w@8vb;-eih8{{Q9MyK zj(aVY6AgjazmVgad_ zxH76#p*{X9VEPvwKALk39?+mllqc-J-t47Ep z5cfd$6`x?@Xqy2!zm(YEMv`4WxZO)2_q*v8b-u#)@(ixi3(oJndaaq|&&=23N$9)& zIX^pAxqJ12B(%7zN5_rvTS?x(;?;knqJ8VYSeXsbe6cm$D%eNy(YW3y4z>gdta}91 z<*z@qbRjyduNG^x-^~O`kjWWHEZDp6WO~;;-hjh2&eSOY=hIscS3{G(gCMbUg!4m| zkgl`T9Nn!?1$hKIk(3-dd3djklVuyY&&fCTHwZ}PuXxxrE z$Nn_R9EQ@z1bZg9`cbD?<84QAY@#o_(saK4 zEuSbi!!$k~hh9B$s4&NR2;uU}S!`@b$^id%+NXYdIr&5EW0#JsI9jQ>K@wkZ)lwO5 z@|9n#>g_=!el#?9s5i?WMU^qXN>l>))DahZ6;*kYc0_r1gh9hh=}OY1+0hY!yLm(4 zt-?~G=DnArY5%q{vz)jfVMBK$8LQ*gDLq4hip&md=~kG(V*0e8K5UV-Ki@xmlVo#+ zfZX2UdH3A0I(`K}#g?^>11Om^wzh|B2Rbs>5^|;RGN{j835pIs@9tE^)Mtt$qAm_I zs>HN5byug%yhgxlS_v&}dN5J+Y3HGUi@yKah;oo|%XUpy8>o!nMgOUcavZCU4 z<&9m31}H;f=2YS*h{@;4J&rmj{?z|(-*s##M;a+jsb<-Ihf#ePt??g;&cM#U`fra)`$-OKWO+}>s8!Y2KlRijon`a@ z^g86CgippFrD4LZ{1dWH1*uM`sD5SNZWA8^J=Kj&FO}VUt)=sM8rZX$pYEW7(yNx# zYiq?0Z~)Z@9J-9>_ThGf*a#FS!xGf2w|(7 zawG^hd17Okmtp{YY$Wze5YJloy*A)v?S?lwg7a?;3ds9xI0iGIdQz3D{snEpq_X72 zi23b26b3iV6$z^H1Kw%U#i@-%33id$lN*|T_g@e!)#&ln8l49+rI=NI=hbalikFel za}ooK+Y0}hhWUu7HY#}dC1*CE`9jeErIJ%U3N_j{&N=XlwMsxZM?7Q@aU^wqB|x5Y zPW(fQmT0el(*ppt031Z6`VbS5pR6$Bs_n7^g|G#T1)$$)`_`^s66C8NLlAsrlpEa# zQ-9Z*_#Okoh;qkfu||13vPFl|KubAIZy^9idW(-HA=LBruGFFGCatm}evABrl!HMi zDrnA9YLTp(Xh)>?UN0~d0$V*Kaj+CA;j*p}siOJm8J^$Wyzzr4?M%50F~2oMz`>Zl z@Ly!mqq~P^iuKfOeXEI<#KLS%4`&3>5+9601%uXhzr1Y6-{7(`H*a5eGb<$fk#q`F z(^uN{T{nFp!>S$Tfb}kRIn1wghNci)2%4~t{h~qWg#`|GlzFLl;g5+6)~2LYw0l}2 z&vPd-^Yq+gweAJUCzAPyy<5R4}$i$b(d>-8+Gz}B_{O_D;5mBIkxY)@XDd8K` z2&v-A^-oIG!N3)aI0>iTfE#7q0W9O?)I$y6L5FJ{_(j%-ryL^rYR$5soeBgWkEs>0 zb_%{ua+7|>&oCkr^uWR6=pe3!zueAIad2qB)axHQwX$`fECEaUQz_r&)B?;`x0w8+ z-c=ti^6O@-JErTv<1x`gs{2jj3*p=-iolY8{Q*_VXksg6VSCbWox@ws6rL)DPBoKM zLeu8Vl(lMp>Lm zGWFEOmg*Y)(7vv-08vk*&f*8J)>XxqKH)+)7v$ z%$D3|{VIxlUG%J!ER7|$2gVW~-?#M;YM;yRcnW@O_P#g^4B~TuX7lN+p2@U7T(qSZ zvg9d;r*jLG#?EyX)4B@;1|%$Q*H3ZYj7X z#?0;wU+AgeWZ1Mnx6@=dv)?zE@LQJfVEh`YWmbYEaF(lM0a_B9Q5Su5rEGXbo>b1T zVS0syC1Pwj>BDvz4_KsJQDA}$TT9ZEvj@@v@lCon2QF7_4C^-I z@e0?}9{K_0G4(4Ng85;%w|<7~U_*5yrV1^tt6Ku5<{d0rQQ9O_v)=y>~fJGiJ$U^n{tloYnAslUCO+PrjI zX4zMG7L^bYei5eLZQ8}Y7U-=Wcu9usMZq``Ecu5&{mK5rZvH3#4;eb!RYz-D^Fv|& zlT=W&=KQCSRnDI>|9!^)(X-w_&a3H|AHEJpaGq%Gbq{pL^ci~-L>9C%>& z<~dbq-)qe3 zm=IYkWdchMFmhZkJ=K=mx-Oj48!)7rd6NQNZmyQy_grHWv{zg@I!?9%rHu2Rh}kl> z_O=$;^#c}Vh#o6p|KW#lH3*wYGuKVIPI)q#qJ(Y0XN!!yZd!o0&MiUg)|w=4FW>Fa znDkm_anH;e#w#Qh`4tr~m!#xT2_I{o2{+NrE2m!V zj~7?VmOl3&jG50fth`c2Ws5GUh7LV=c0FdlOO>^wt)-guudKNsFR44TCPTm=#6?(S zxhj_iB?W!UH@lX*FQmlntNZfT@kT^ucayP?>+}sh)3S?)qdXyXez*h_#HzB6fob|b z?ZkW&q~T(L_@5(vtF|JoYThTeS>G@{5xb1@rf(POR3lNSWo54J4fQyV$%s<#a*y+t zzB!v!j}+IRx$0)wTQIH-&s@JCE0x6F7oEaZMbqSwUJXa*br*-6yQ7!>SR6QwR})SV z9q+uO38d4~4>?B}BB%M)fXg|-k?-lSwN;*-OVyc*r zwpBTy%4auM+VWf;e*;2IpEQHRDY>1-M{P}7W`>vYI?56GUY<`U{Hax zq^yJ(aL$Uk42SnUVRc5H#ALHTJmv>mSEi=4A$Ef5NtMVVt~_2~;xOCcy>wbn`{alu zo!3U^pS_Eya8L~UTb-=^0zO3<-N2r7HU$!A6XYCqMfJ+f`lrbfKM>j68!P$L?F2b- z>?Kvl&a9uG4L-)%FXy&)50aVMB_=_%@>9Ux%4Afe?<>C|D~o#gmSTpg^OCL?TCAKJKky%E_`ZM>XR21h9`>?8H)BenaLEz z@&@Kn)sB{Ub)~bZp=Cjd^3?ljtFI#q;i9lF25Gno>$DXw+IC3ojTsUb#nG#8sIze9 z6})+w@FCSLNrt2JV0}$F?fLhrR7?bs??;oHv0gJ_c67UulTUOdndti;be7$wIH?2h zj{e&It_q&>mp4n0T(UQuOUsN?9x_(X<@l;=v`l5IO`TdPzF{?YXf>o!~}R7#YIsjp7vKc`c4_ zsbb~P1d;ik^~q@-yf615#_SVEXS881jFM*!gZ}6)2E%nd&1N_4i=SeXxvcA7?~FFf zQb_wDY`7n)KyWa#Ni1SYt&Eo*Z|QlD8US&0NEsGk@Oz(3etY`m){g*{Rh2bV>yc3cZzP zDWMZgmKGdG3bH;_@UTDb<2OdM%qFj){Ev}#IfFI@=Vv!MXlTNkVbs~O^k_Jys|jpl zNxs#--DjX=IrfX|w?y#JofXVFIf@~6EueWsb2eyNFe2U`{Wz&{K%xxY!!G(gbPuV9 z)~y(nyYXD@m^PvZ;@BF;oU&f|?G?cU|cm~K@E zZfTK$9I_<&sU_~A43AoaT+9NiWm!Zyw6~PRlG$jytk$nhLD(El(7UXSRaNMkvdmio zF~(6QDo2X~z@Y~=Wt*WWwFsAf2*{2~3`njGtn$Hjxkvo7?fCOt1ua|33O%85l!E!N z6?MmhwqI5_TJXp3;T(~yd&)Ww_P{Vi-TN*=Wuk-&zgQU|lZYQ0{=-Sn_KBa&>?8t? z24f%y7x?>~b#1jjCbl$^0-1s){5x{kYf45gx3>!x*dE)~p1?_xpyV(;22KeF*l>)! z7-~LYjlv^ca<(`pb%%^}#4PGTOYVW(*8vUU=dvD@ohN8|s2wP%B){?$|#bG=Tub@G=hKamZRcyi)h~QPDh-7c2CmeU0^c%X&)Z>~X&bsrpapl~O<- zBCh93_lC`_ow(XTnWM?eZ!{DzCVDUpYNCR()W1DWk2iU??EAv81|Qs|F|wzGMx-ztBkt8mz;Xnw>umTL1N7 z+F1S9PVrw81FSggQh)oeCE^E#^8ZCdZ!g~VEn$9S9V1$5V%Ts=l z_c*;O4-T&k3uaSqJnf2~4t_wb=4I<1KFaOjIQEy{@CyFYDeTj-)0Q~15O{5-_*iM} zk|~VAR5o-v-QFa`#=*%oe)QUMb{9>G!AnEHC1=E|q2_U|(#u#&DKRM!@2%z=eNi|a z`U-$8wd$K8L$r84xGZiMJ}S}dHCzt)O0ahccTVL^(<06VD*-aIIa{dj!~h4DpzR*d zpk74W3sLmLOt+}j)ZNp2hrcP3($dl#Z~xXOyUCs+1^SrU-N-okET%YRJ#Wmcc9_>z zboA(-q?>{24ikWkzr3_mret?ZX;8Wyz6k!p`(k^+c04Zc%o}U?rS>!7p9Uc!{;Jm* z67cx|Nu46hDHl0<tNoyosSHt$d3PWyiZ`%_f_l@iQE(-5^6t zVPNjP3p71{?jO<<7L)VlW@63Kw8F>pE-o<||F~%0&ij0GvVPy1X7-WKs@luaA>PGu z@EXjNCwNr{8eQP}B@gVjOyAFp6*Z>oq6&zA`E#lZ%x1yHPhsFRv_iLUt$`+TOcaww zG%5W~kccD^@K`8RR963-FoVl~&LzcJxJ2-~4E{V*$(X+7_g-A9K99|-u!q^~bbmGV zXB(yCS00>f{atmc=8gVs`sIQ={jy{=x_8;1K{`wlKRsAwSihz+sz>nttggewq+%>H zSw}VkprB9;|G<}#mQEA7(9Rx7z9Z&e76iP{s%G_dIKEI6OavINob1~aPAj!|gzWt+ zT%qct>!C%QI8OBQGyoRGg5W4rxo^nS7b%9K(^S&)dv6{Kbd6mVhLHNZ)HO+NLV6N1 z*tH_nIVZneIz>!9i!py7Lcu`=$V?u|8F=v=7rF51^Fe+EsZ&(7tbC(LRF0r>|cB_ed&&;k3 zRdj80>$lnF z-M{_6`$|hTia7>0yI=%jCn&1!QdDcnVZCKj0CEwO$Hn4U^issEePGHX4Bpd@cc-aZ zvYPgj>Ch+D;T=2%Wg+b(5cdkmb^n}6F>EB5U1 zaI026MQ@LnJ77AU)IBj^&H^>Xtp{I!4VoO$sEcE}%oE4n zVm4f76(;OeT9$}olkl)HfmvA*-n~v~TxDeM2&{gFhU9%Ny2ZKBh}+WK+8>k$7@^LpA|0xna#$uQurst7(5*5QL}d&! zAL?QVzO1j}Y7KuW5ob5r98eJaFz78Cq(;OL=ieWYkcd-;WJBjW)xZ3uRZRB_CvZ&DWyFmdO^7Rbed$3Z_|%91i>en}px^w{s_dxsJc(R5iR|rVTb(KXvL!!CF#71zkn(yQ2NX zTVc)oHzsHu`74+u!G({dAPdCYk;5l zEk=w?3>sb@V9B=vU|$B96Q)P|k0An~Xy+m{wo1SYMbV`lYBs~Oj( z2u+}FhkFV(dUEHhszzikKN&Dfzb3yHU^KTG_?(Eho;WJMxvT2%bX&Z-@^V#4KgfYJ zqcOuX{{l@+QmS}TDU|3edl68HWY|oHs%1hyJyP5L?!t~*ToL}gnJUVwqk5Lt7Ynlb zDqEKHaX_^Nq%QKu%>!yK8uOt-?Op2ruIEO<#QNy5f&$CJgl0I*?{?@Uv;!&k;w@FA zn?#N6MGZ;YNs{EjAzH=NP+Ihu+uby$YWWp;ZYjb_+PUu1zqCkp-=q+pm@(Z6*zWH=y3*@6*afx^z@+Q3~LHSP!+=<^MU+arFe8 zU$DF7nK_McA8f7BLmOw8MzRnYpX*Kw6nL)xaRo123f&>NvhRmi;Jb603?yvk#4)ag3 zrXi##OdLK`V=AnIrLopas`LE=qUT@~n?`*#f2+cl@-*>k5ukQL%qj(PZGw8E3w+g%$`iTc&)t}6T|kNh&-|KaUdXPAb2)HDZomq zP_g}}?vB!6%E#HjbndW zLI7NqIGH)(R|1NM_EtFZgkcnnUZyrTh+)Bcxo8aN8yntA^2&1MOq1pARnhLhxFRA% zMBO_PS6u{lezQ+9+7pAy9hxG>1K+E#md)4sOT4U9qhSxfAzmX~Szdm3$TVQP)K+2F zy&qIM@&rG6JG*n~TDz}x)xofSa!eyr|6y4|UW39@Pb;!$DDaH?J9O}9q|W@d*z>K# zoJ_U-)r|vF;xNo6!N|AYZ1ff0lktkSvmt$3`EMawz_6V*a7D5iv| z8kn+^7&s`0)`cO%lkAsDE<3ZhRIpwA?S<>1R(E;)=I}x#vevWaBh+W9@io0g**EZK z1_x#3lON?S;gij=4v#WB4zGtYhur5srDggh-UcubNeB`I`ufx^nw|};i|LcGC|MA26=SSFB{Wt#~ zr>)3KsxG==`OK0JJLAnSFqnBBriQrMRU*oOdY;tsg#$7Ke`TgtzafZ z-3i1>tF5oAt6M>~-(K!Cx)(bob?VTU=4^~K8)NA_eoeNuT{J0nP1=2A(VafT@=%W{ zvdPi&Xfn;vFSjYa!SZywRj|-{HtVR${L;t{|3^Loz556}VtRu9k_CmZlV@pYqA@2`;D>nvUK6#jBxR*0!{5RK!4P>{jF_ z31mH_f*8YI7i0S1SDgFU%vb-eHappy%HIjXfC}~wy*bv3=lG)6bNHG_y;YX>PFJUA zDJaK#F_YHOtm}vQXr`?PPsWOuz1G4NZ|8I_waC2{y&Km8{S{ez@WI#DUkETa28>*Y z(<+|-c8_{)5`=4r$eYrcua~#&i0u$(vAB<}sAvVz;@S|ue~~D(?5T(1dn(+yQNqad z_uOTs$R>MFQKvQ4)3}WU;{^Y`8(EPK*s-h9KtD{dhwh{GYzd|x`c zycs5de_N8ef>g0&!J1Nh+D9O~Cpzax{d$^}To_2`qk6ruJH!OcLK7BWu-~5HlI0*% zy8Sr*bIBT}8eU#d?W`b&uHE1YO_5kb0P{giiD4ChR8h9HFOBb;m-EUb=e~pvX{p(| z0`Z6OQreVRN+@fZ#Z`uI!$-X7#vGckhqut@&6EHmVP$FzE5BG1$_G%F)WQthHE_qmGs{m`DXIYyd?3vpqNQyd>@XuED2euxF6 zddNI6qD-2C#1}5v9CMjRd?0O_-*@|4J}&1w>bi{&CKZ4!664E;`HZ_2ypjy_-E&SO zEw2l^A{+xCxp5jCq8T^BvCXLPT^&v`i1^Iqy_Ci6)Q~wtYRr*3V%CtZ6yePR$N!E7 zVdW}iUZSF$q&Tsj&4tgJlpuCoN2NFI^oh3fUnw$!8{6b8n_Ze+A?sm;XcD~zpXqVQ z?1y7I-wv#5ptWld_9vz^K!$#NY`Y|T+VoL=8|i;9(!Mr!B|_7KaX5@xm|AL1WwIj? zN;_!K){V((;PPa2Gj>`WX}P%BMzZ{xFKd(SQP7~&CLZew-Vj(?Qpb@Um&x04P?250 zGM7`%$RI3*N4Epn$VbY{(^6xxuBG7Hq4lG3agmIFHrvP^QF@8u_ptT&Y3giEThbo< z)e9Rfy#BVVUB0Hn&;tWAn3O!0jp)qD1bkjfNW0;Z{M)M|{Y<}4l_Dr&X&I#-FWHMX zZTfwr^1UE&zRl^kd^#&SoY*W^2H5^Fu7sEmCBtKCw_X96^9tqVhg;31HHM<;xrOz{ z3s6xEHxXBD;z-td#5ZZ|@9Rr=u+28SWB|BeQYa7ZvZ-o2=Eogh!Boclcm1kth^0k+ z5lMobqV+({=jNJD9)|oRe=W4#E4%uZ;f@qhfmyp@<2$hUjT(=L;~2x(8|s45ag)$B z%@1?st4xjjiM$Q;KrT3I@`9*JOK{u?#$fNBNytu&!6Bd)5+ya=S9j9L4!8wmX#^$L zsf&T_QL^8@kGGx^VghK;3$k|bouP8Xuas!E1{$3;^hsBuxExItO@|b5m~g~SJ#JH|Wj_+kNM&#>Y@i7aQAUVM z(aY|YR%vqyX9n)YE9d1=2bkCU)>C-Vaik6y_HBf&?A=)gs~oRBZt&9J3{+32=vRIQ zW0I>!ji_OguO>D((P5Pl7xTK5}Npp)%#e z&Ew>y#{JL;`MAGG)JaFL4ceOYFt?(%B?DIZr+@+1cj)6g8visJj}b@m>qm{%9f24?`nb=N(A_z zgmg|q-z&?#r3eGDpUCCIR7vGr$tbNz|{VyfFlDBwTOn4=CcwbCvk6@1SHie|~ z%LNa4JCPDw3n9ya-$=%lr>Ka3Y8U=5w%$4{Zmw(lF2&knrTC!5-3O<*yE`oogS$g1 zEfjZmhr!*U*x*_QcXx_AywmHx?&o{u%OA-xNA~O_JIT&E_uA{X$VCaHjqMICWI{NOkw6?M3J2!Jkc-FYt@rT6xBCmcC81!H4G>|ibG2Wkf3Cb03mX~y26AZpCV zVa#O6f#NrPC060|FFg*DzQzha4pk`MxGyv;#1*;@8{h?)nB@y{5@K-21Ey;Mw%1=x zEJOAAji)}Ataq&%q{31xx~U5x*r!?`-orzmp0As=tn-sjPF$FUJT^X#4@n-Ln61AD z0|X;e3b>qZfNwQ`K9w`*O5^cg1fy$y?SI5Wcd}y~__QaOn|?qprM7NGQ>#!ARxOQK zFI{BJV;)P64Y87qkbGN`1h^U$n4xdNYM&gO4cwvl$bYy;Tin$%{<09r^89HC0)Kt5 zSyIr)IBz|}Q=5#^N1^wOkIgUwtE_-E!?x0?)ixKDG95p9TQ#`Ic@ zm|ZXt84fHaw+-oUyY3?mIj?rP^(=cvP$>K`+86Qx_+m&n^}1}z;gxI$y9p+0;pF4L zQA`)@6v;;;NjBtKVB0vegw4>?hIFlE)&3DXoO)fa^ASI$hQ!mhfUe)u&Ui(MRu^?LQxNMv1N$bE+p zT9>l1xyNQNm@v97mMs9&m3r$`FkSiU^Xk}}fxmOzHV_zrE0FK9PZgom=?^fc%I-!P zlGYTrlUJ@22&*P{Y-hDvE4qCh>+Y=z_mbtRZ2SruiGtjb%jRIt%MOw)hh8Ke<8mF( zeWJP5>WJ)>q}gxQP}z(#9`qviXa+Kiu;h}M-#JCOY-WRRC^YPb?t0(y)@r0bMr0mI zc4{7ug)OJv7WaCxrBw1JxgEb)ane_jWjnv#y*m}^vyjN6k>AgRBtSC_>+O*lsFhnQIpxWq--Pm1Gl{Bd@n$7atPwWnu5vV3 zxQar5u6Yf_0ye>7hvNP_;@ z?0X3ln^tG>g)KO9`8?@tQ+en$(Z7dAUXP7*&oc&Rw(sCNU88XJWbMBxI2kdOlj|^qsL?1#K8+vIv3L4DpWGWC)>JDM ztaoM2DC*PR%Prc6E<&=JA0Z2R82;bNfMLA1Svg#J~G}F_UNgC(0 z2|EHdM%RAMCP3=DV^ouk+H%jgd_hQfq*;H*e}$uopX85@@O+1AUxn@Ux=30@69&TH%hzf=0$_K<3x8#eSu^!yi7#j zkL^QZ)7Z&|2j{rOcYtKYl|xr77_?X}Ob0DuLD6M}Msn8H;%H#kfC1U;GNiG5*tsW# zwS#~Ea=vAWTT+w1WvP72jre47lVCVyAB8cBH-)R`TjFL1cY-9rqHgEPcJr~U1J8M; z?pDLfs~+oaHVdqSssSaS_Y3er!WpI7wTa&#CcrPsanAYv=VUS`(SeOt6tT zg~-dtkRVOl#);^e6~zAN@tJjkpEAMl)&eqEG1}%)*M^)gYO}Wn!@-NnXD^4PvFsOj zorLEbr(!BSnQvcyn)dfqazzvV(9g!&M;+;rR1L(aYnV1nik^P&X8x&oC6yk??y5&` zrUr7j6J_j^!kj<;2GYJ2jTzNYwHNPcN*J!?y%3!GkYbaYZT1e)tr340Q6SW!*88!! zQVE7@Sq;sKsd$em{H{$&VIrenaE>PXZLAye!{-a|w|xGp*A7*DG{v(60wi}Q($IiD zr+}Z~{9`aeloRe#LYnDV(fKkst*uET0dQ#J8ry#{WD+GF?hHq8BVf84>*W4EEKNhu z(o9}Gn1Rs%6m2aYe8UIQA(Uq#d7|~4vpsM-UOk+wGnb8!<`E7T+$Z^X+KTuxY zWOUXxI9N_-S>e@&x$V|dEH3J|5x8n)IL;TL1MSbRsSM)h4?b8XWJxQ4E{RM&BCt@9 z2${5*GdtWbe}#=io?G!%>Q(}l8#Nz%=OR7cS6F}HOgF6#k*1x`d)(uCQsZ9TGms1N zFRLdAHAzyYF*$OLk&X^->Zz6%+@V4j5+^s|S=)!GZfbEW_ntE6Jos?0H-{ETq7pQ> z;)Sy?KR9ugd~^y5n)}UmaBatx+MTG1xgXNV&a!W%!g(oGQWPH|87iS{U>Q2?R9Z2XmtPzMi;8DzLsp!*(Oa zJ1RQR)h#bUrb<^^tY*}%IAR$aD&Ahx=;0OAFF&baDSST;TynzqqmOyQR-8z`2<7yOhIR62jo$Ve!m)CT*1yTmy#B^mVe<%-! zvd7=5p5G~|PBl9Uj=(p-WD0X&HYvVCoS_|=jNf&b) zYIXp&Dq@HyvBV7EpYo-HUutX3F@xP^61qBHS45V)xhjyI&+&s@{uHGnSY&AvMd703M5v699 zpY*hA_>r3{72o}+Yek+JSWt>(a}J10gqsa^%%-3#y^h*soS&^$9dTR9l|#Fyln?xS zhn1S)yQPBpT!^>vL^ydRB6C=*4HS>3r+Q0Y>oNLmpy z;qXK$2_Wv3hZgs{dvI00+wBmCd+8s$6RdYM^-iBHfAG)WNZYm1h@~-9t=OP4JMM8E zuv6)^ey9kOt9G)p*?5JMVo-;^V?1Nb#8`1_glLqKWnu&;iqtDDS|bUdjJk@O9QoO4 zQq)=y6LhJ~9z?Ij16HEyS$DbF&#WHTD)L5E-E1!fMCB(ZBIU+jL$gFPu{mS|nd6VV zt1R(<%_bSJ$6|7sPO5o*D9eBTM%x5xQ9s`I3v4@kjDEZkVlZsZqZWs?r8Cf7vAvnb$z`A%^smi@V~pfE`db zN#t|{^9FVi733Dorc71Xg#v ze-k_8lq)HKIJq&?Mc{Q2_YfE~7yslUm;K1mdW%$RnBlgrL4GaDQUIQ8!s;-hyo7Qb zIh5QLG0PC>vH&F~QYJ)%Sl(gX`apPo%WH^vOh~~Tl}9HJ`Cj^){)StqvVg1@3ILv- zP^+?F#bkYYiFCv%!8(%$8c70YwDFwMIsci>2bqXKlMj?04nN}&<{dt&1`18*!!jbH zl?lD$dxC@6N+oBRWu-W;gY~uiA*y+kB<}_<54Dls2hFqNGSl|2Y76(l*FUaZ4{}NR zjmh?ALA`#d29C$KtNd6~+6;X&AM;TIE#E};I8 zXvFVWz$dLbX#f+ok7p$84U2hfDj{ahwHE;ozq=xAm;|CC4zd?i-hHfFbcGu?LnExP zQ>CG0Do3EfovV*;!U|oj=aI&h>LZlh8cObq^vaaazT;Zf^JNG-r-Hj^U$f4P^PXxV> zvqS}<1n%oJj|M^=j;NyhxrEQb>sgvY{Q?!^>DpF<7(8OjEQ$TDS<@SF2GQcjwU{yv zsv7$m6`-M;bRg6#P|&Y!cYzlp=|Hk2!BCvDB%skeJ=R~!7Y;UyOMb}VASF**#(u%Yub z*=b55vZZ@@tT3|sbSg~|ZDOW~8o1&}{u8S_nM;HQ_{A3=tpF)2G&>WhNDhqLN&We~ z!7GT^NkPapig3ApFAVcIAzEt@rhSK$R-c>kK0n%~qj4k-9hMAaNsi4L2;wfx@ori} zBY*77Gl)BzqK<(?5wl^lsH(+@$rK(s*Jc2VDmMe*gyUlv}{{ z#0-KVN%ctvI);$VjddHUT>Ccrp&sp4%gO=|4$yb(yh*uQecB1xNL-Mrm=FOgp#{etM(QR(WZBFSy4aRQ16Q_FmIkCX}TP>@1x&DL?wTb zr@CY+rEY(%CXa46{|%*#vNu=y7tJO;Edl%1zOr{M?(Xi7x?8sqX-Tw!9dh>fz@qZ; z-wL)(?rCo}#2FfzG>BsWRi998fv+Jj2W9WI?ovjhe*5o$6+JiD>o5ni>+mZ`1i|K6 zElBQYyASrt9i2RBkcXhC$%l&Xu>9m9;M(7HKXa!4tWvAy5$uM)U}%(d9V^tSSERw* ztV>~3J$n+DPK*hVVBxsE{9O??x($;Y;LEw+Hz{;jBmdm2p7y}n3cEMJ`5|;e_wH4R zBLF*U&Lw3uT{pN)_^|xv5!$MI)EhJC=$=;0qa#ITKltb|R_deRoH7d2}js2%JEFm09u}ZV3CeylF z-G@mcMPMwXboNng_Hm-NaZ;$%b#q@t!w0)Z=3{CMScpWsLlXr@`#nBP9&dX~Z#}|w z>Un=a$EhHrK_8YxAIu%W5t08Zk1^h!Hy9mS#tYrZ!A;Y?X}{l0q}KcX5HZU3H-K!f zm1Mn-e~$-od-c*s$wF0uO>j8X34-s;pzoP$r3O zpX<{i*8AanO@3cQnAdU9h!o_F+j~8~vfh`Lm!|jQ_a11#+5MA=_KOI9BL{b|R{F!#17njb)m6@N2Ggne%|tE-C9qAz0^{Z>2~W49?iPCZ*fn)K zAY{Kv@ZxE_sgVa9cXS>vdr5A(__ER*W4D#QP7$;eiLV~$<+f2n%%_wX4(PB%F62a=Ik#6?oVsxs+A8LDI4y4#OtE8m$M>1 zo38X6=gju0+y`yLHy9m#cz%JJeH(U1WaL{npLegJFNGYf)m!LEaP@Gnc1_@^m`XjD zGd|e@u|%BK4_?Ot^v@`5S?2Qx2xKCXta;XX1-l2|y&XEM7_nXtLK|oGJl5(%W&Fc{66Jluf9j4B*dtTK;HMra1P##BqZ#Ur_f{YU~_G_D<}X z{O}%~Av~;;bwo%=3bfhU$qWE4d0b1Cu|D(QoiCpF22`B#^1|=#Zmxa_I2$$TTs^S&O!;68@hi2bcEcWo8U0D>IGX?)wdv`?9#^K1wzL;7cb-R`Xe5#2*C6rN{Mu5eHI01?%^aR9r6+YN>1JNBA1~!Yg=f5t zwd(jAT<$b8mQnl?&LnM<5|Ii_1CC>Z{I*kF!Dr&Sl~LFB`^FcKw#1RwenI%&G~C`y z=*Flhj#ze3ui<4YYR|Dz@xXFQVqJj@p1XSV>Z``DVQNI=Ikq2uU47*4aNsc+^c$Af zqjGPVj#sj6vS96k?i0A!UN5 zHy+BvMD}65reRtQA02GJps%thRMu(nH7XUW1~p8F>DjmPD_L!-2C_9#1cW;5JG*Zb z+}2M|tY*WP61ek3v0p9~!_V8QAzQh!eks=HvM@0^8#(If1sE{H?7MN2vntaZ7PUWCVCd@_x zbaXxxuavo@X?%D7L5*CpG1xLP)>rS$W+)EM6KH6dO8~7VVU)(0iPwgCb83ZkYJG=|iHdRZVCzlan#Rz3;R&FXg@I2W>vk1a*wE zR@kf_J2#}@*={Pvn*_Zk9PAGAf11_fm2+$9fe0KVP8^OJSxA(Q69Ut(CTaGnd8NGw zFCe?PuQwTD3Y10C##pWi9?b;5CMnjfhz7c~s3Hv)=&eu%HuwaBp=F=N<&=U5IkcdbsyvJgo+o6-@7<%;{RNOp`-!n3a@==^Y;3>F zOEd!i-u5RIS&tTrhaVcF*Q8I|Z)tX@VGiJBhz#E*g=){kwa}@3@=HY~^!6;Jb8>|t za0uU&!E7n&+OC6gm&*xzw?|C1ablvks}$akCT6$#-Fn~or=%q;N=D$+nbt#OYQec68veS&9DDp8y#&)hUMoeX(%?I`eoW1KRnUFO#faD_L4iDJg6Qa*Hl0 zwfRd$AfiHE*s4~=7evzDYFwd_t67fJzkV5DdPHF8Jk7{aYk|$W@ur_Aek}x9H z_hg0HcotpyL$dHPCLB)el|n=6^qd@(*MqWMu~7x}(fS)JjU?bzw9WEd0JnzUWp-Wu za90pokifHB3)~p z5l5&ZR18@>RZQk$W=dvsH98fd4CWA5AUnuM+D0NSF)od(%dpU`-g%QpRuZN8{TZK< zj_t4jX<^KgSRJdAHDKH#oMTiSm|t$Yv)>~0{abuPgJcC+y`$qc+VXrq>sZlqwpT`y zPZ$MheYCNp1juLnjeQB|PjP+#c8_1|YKTRgG>C{Oj;t$CEdMW&BnI%9Lk;ZK27P%_ znb^mGnPq?0Wg==^#fjc`_J`})D&ZLFdwf&uNEb{XJ`DoMCLX-gWfA2qw&Z?j>K#ga_n)a?B8%C z+2Yb1cnV1I7$88&NQZG_Kt!QJPSoz2mRscWGmwD$AKLvH{K~u9KY&KAQzps;zVFc)A?g--V+dvFavfmBGQ z6mMe~Lj$^Zh>`mvffoe~ZL*X(*SnC*xns3`RCQS0kcVt;Go@D~KfEr5Fp8m{*oo@( zSMnsMw0_kv0apNak$a$6P*ApO+$<+}#yC%p--~}V={FSt4bwFY)0vd)^)-HA53GU+ zg@Ficp|ryX@80wgZkcqe5q`w6m+WzEx4g&=jj(I0EYIANd6Qr$TcGnvgP>}}a&!j3KU3j)mq7)Fddseb?N=EgRi>`%Ix6fEAWm;fE&@JH zpu9Cum(lO=r_^F2C{MnB5a#jvuVaKq-YS2L|$+y}6SGiyW z0b97ln>RCr%QF@MxVD!-xMj67?a_=AZ<0ix>_H43j*Z^9bV9xGn;T+Qnw}9At)|72 z#}Gw4TPH^5BC=jAi&(4lKc#^zc5Zy=vooAGqs!KhFDr@ftu{(NogXyGY<{2-6R2ij zTPlwDNiG96Y7^euT6>2P-mfKakS9TOX)$$)S`U!xiO`K$9%ZFR)bMmTz87q}n8Q@M zXQEw8r*d1%`JhzVVCQ7r)ZP(v{tLkV*6-QC8f!(j!l1G;N52Mgp!BQ3%k#HxM7pC4 zRp_v&BNVY!MY7W~Sr!OR6`#xopuVHE0U_oSF=KC=!JvV+{wfiv9oFsLNsQo~Khhb4^ zc-$vJjh#zCl*f_w&jNWhr;pg!5NKiMFBmgwgsuFHCo zizr-A<@3vHl}LZhakjPXqTdG&5BlGM%Bg^!@mAxG+p%-dL-Ch>0|E3E zW*?BJ&RoH4f0c9gTAW}2d6`8rrB{d6;1){Ln|P6gOg#-EmV-u_5K}pQL&M^eZf$$^_og!amLbZu(7ss z((FZoX$(F!&7>ZCwXYxxK4G70eGC>_L?_J}25&TT?w9WLK@J+{1(Q*W*!2zF2OiE#%v7*tM?;=_fT{A*VbS z;4>|Wm)5vZ3ajgptaob>Ie*TBHNV98c$1b-b1F(`8}}-mFL4*AfBVBNs6}itAY!KB*u@foo(CBs4pHjg#9-rm0W#sm+8_Y z&6%yAYoKum{i4o+=r?w9zKJ11 zQ1>>==X32?Si4)Dm}6mANz?7%O}EjJRjw`3Vidj*NcMGK)^(9w(Bo+%@5FVk$?Gg&*zrWHQhFTBkHu{VO;Oj?}5<$k@ME0 zznR+gFjFnCZ_?Uw^#grOU@6qnoS`p)+c1f1+8@P-vq#*L#OCjCi~44rX-zH|FD$|| zXqnjs8AnY*8meK!$;gs#3evFYXJPTqU*)#bdAl9|-kNWMHZk+ZL5YS5(^n0OKfB-{ z%VQOdp5sy?zf#jX{N;0GQE1aH7gu;x=KYh9p?HJi!!YmfPYiX=Wlv#xU<fA zKCzIN0Fd5lr&s1AW+`Koq)$Jn367uPQ1v+qb5b{8m=HULbirl)iGv!)l0fuzASS&4i$ zqW$^UqcS(k^$+p!Y$|B=f;CM(1^vrY`zgj-Taw_zNR)QyPMcL!Ii9nD;K>XLOG5uL zM6=SRr2@4KkVHst;s%xw6yFXyOr(+9ycRR4HV~{ZCz_esZ{f}4Fb9Y-?Vb2Pnd$hr z9ovHq1xP}QkDDj3@`-otrA8~J8(y3#320!WgfD`ep(4P!Q472SF<2DnSXI92q(@RtasW{mQT^#tx^|{D1U}Yy)UPCLQmpX2(KtDzce&zzY6bT6Tl1{+B9`PUl z+jRLL^#l?A4o@Wzm-0nTe`!$6LX8)VWGZ=`f^5#W520bY51o#iW{u*TY09U6M4*3E zU$2z#_OREJM^wt9==3#xt>G>f{IL>Rv61A)MnT)&P12lD~ZAGDx7HH@@8aV=QN(?0xzi-Xu znYV$XYBtq4y*_=iPQ{ho)CLxIYm@;*6o9zZ$jNH;LS$eh-Z>|$PEdSZ5-uY*^8Ebd zIWAudk&Rt-jDAWVZf@v4(rB48xn_i@8!~a)=38(8e3QPIMO>PEdeR)niy$nS8&4oO zKug%hd+^mNqgM*ABCrh3%1gq@I8NCUTT}8F0nzcc3glsW?02!JtVsb&1{vNi7G#Yj z4Xj%Meezq)W)7)njaiD|Z$$1Jp5s;Rhl2K8MxDyYzF_ct^`;&-?Bf?3e;l3TjYali z*m+<&X&1ATkE9CSs^H;7aEt5#vxS31Nq=Yu5cXUVpbLF0HB#KaDV7Y$2iz8TY6eQs zp_!r*q7n|`666E)kg+Kn>I3CpGc|Fl2QE))P=si}KS=ehk^b|^uuuc~80Ju9@3HKc z{Y?C*s9(B%HJ!xjgUucksS~d?5RYT8T=P({-<+BlpsnU@UJxk;7Acp-Vwhqt60bea z)|-eY|E-J$F2e|&v8=a^R(U2(RFpwV%)A>OShM-ltrgxL90fvX-i3xgeEchq} zQjDz*<_{)Vs~iG>QJ#ehicTeLY`91UP-4Wda}cGj%Rf=M!=Awua^BL(%d@yT zubs|E7*W3CnM_wZr8ZkPA}o=z6WEEJit+nWM!iR1P9Hdi5mZV8h6*22S3)y67zvjb zCKs(b(wPT&tg4Fum@U22@cH7BS`qaBdo4CI^fHj|5G=ewP|1|DCF|)Q;)Cry|L=UJ9< zM#T;Uck{_tmraUG<^=qW)XkOCz2($XTdW*1<&dXo;?5B+E22T7-|B~PD&W=|=ZEr+ z$08&{7%1Jf1BMxPk%smEubE7WRHzyOrdHuBMhblWE=?DXE*M3^lK>XA^*p>XF9?h= zgG-++c@io#^>qVFX8BZ?ZJ2@Pf{k1nX_&lKAgs1O z^ONw&&STzB$w(Iw8mD21775+*H=OQ&pPR#UcPP{4G3cCH|FP#;vznFhT`2wT^O~pDn%nLs zf{eGiL4E^>$Q=^a-O;tfiPU&N)@4C;oDx8-oay3ahwb@xLA3Nt zSAZ${l_j>pCW3N=7G{oR1-Q67<|Uot%{L+i=&Mlv$#4knN{_0FN|<>mBHsHqxh(pS zz3OOzjkHxX*$S`zRu-l>7A{*Rf7dyY6>wWib3OeKWIt@a5AGp+o&1Kv>9`V(N~;UW zrhU3Y-Ys+5{jp({i~d|C{LGk~K}(VQzGE5-hYX?qj<{>wk39AQ&!ge`rmEaYPu5GX z6z3NnPQ_350J1mVz-Iw;pr;+TNlo2#^aXuYozar2)6?=PWzvtAzhJcswWkW5Paqn*X5US{;gj5sT}De??YcFn67fI9gi;PBeh>>2$a08U@Tq?Vs3TnJxZ zF*M}-p~Z@wq@9h&w}(W5#D(r8nB&UT;$HN=scM~&_`bQ;`!dtS&tTSy!Y6PnJn)YGseOBCzW#>h#sx=ECw% z8}-q>xp#E*fhDLwy%)U$yx4@UZy_<@Zm?W9KF!K=rEh69F)sXVEHK1Sv@5m(PcA{Q z<0aDtSPWH1Xea|Tm_f(Em$^&tiWKa&{afutPzvg!l`kZ@LZzcRr6Hv6JhR2P;gjqS z1(}i;Q=`HzO3DMv<4zyKZSLH~`idU__>lR}1UtKNy<8Q({04{J^?1u)@cV5?;*X0q zO_%10OE8I2PLR5aJ9$63UJQG&3(OolfBx++G&wk}8ZmIsuyX0Ht1a_xa6{#V682_g zgO2)kV;1o1K_mfFyNW*+rGVfMtPf@4<|IR9&mi4>FYPgBA0-BrH*ci2WjulIi^>(obAd10wK`+C6q8aTV5Bb>hHNLq`mos4FNL1k_s=P*^0ehWs!3WoOTD2B zQnKahgUHRuPX!G|CAOk(ixTuIrkECT$+5y}wJP{Oc75rTm(Zm0ygU&X3oiX(e5FN0 zr(_abYvz&D-s73t8_re7&k|Ko&b%Zei9253s*99z>UG3=3V36_&a8(XYByow!pz(0 zT*M>jVSA?^d{~n~wW+=#iJ>D~R2`h-sZrdX8e&r%aP;{3sfbL;;I_5`Pw12O1{_Zz=v+Q&$_-$Uj9hn?>t3<8KmNtBP(+q4YH)R!;qKaqA^m+j=l;WnD>r zO?@dqp9^m?j_CWSN2Dcf*02;u-rW@*t>@w1si-40lGnrq$5v~pjEZH+7pSY2TY;q4PF|G%BVt?&IuLhfqL?^G9qjn zX{3n@1C&N&;DlL%#4PqN^y(q+2DE~IseC*5in0Y?Q6n+bg(KTe@gAuJZvoz@PPdf2 zr+_?2IQ=kBZ(%Uf@7^xnK#$AqY1mzm)uAQU$9`2jFb6QZe4l9VxqhH3O!|I-W~@G{ zd+vC3;Y=u%Y!m&y!@FYpL)pBvmas^7e;arifgXZ>64hU&DGiBjpIo?>18=ZzIC7LXBP> z`GJiJIcbh>+rI$k;}16CpGBZqIGi=l?EsY?{9Zg|zftzj3BGd`AM(j*fbV~^MhkY5q= z0tlrEuVqJ3XadQQld_*gif+@a-6)4 z+iH!k*(%H%>oub$M}cW3#$M}F|Ej=F{v&=dWXlOtox-vhVq>0lKO7gLnWwec|Ekfx zdMD|*@?g!<**V|M8EFA1YGi1>+gozhT(__6nC=S~q=DOM*b1B5r|twy+i# z3&a0yg^X<7-YLX7Pp+Z-aqrvV$4X`Y*va+fE%h8}2Wr@tFgSR=AIR#d7&#!5KW zw`9zkVv+9>7Y7;epo1s>kinhZ5gsSpE}7eBl>$7ix~r*=H6lc2JhYzKoEC%&$bK0E zYeA?nnG?^^WFhE#{GBaD0ZD`Xf?-M!8{vnF&A|Y6Wg?dkP8z?GHai)bgZyW(14m#0(C82FeZN5lv#+k z-s45Z^i$Ee629)M%0fe}2%6?pynDQ#M4YO0wW$LgDL;D%(QITHtV{TPqu2LzP_;CA z5U-McR)?V9%nuHk?9atQL7F-dE#s0OymGe})mlK8mq;>3W-U>dp!B0KGww`53_-n} z>xNm=!b)NG%|jz8(?(h~hUBbIXo;}N3Q~7gyI{~X1~cAjiB{mWf}zva=lJ(4f73QK zL=Tik*A;^y?~-=Z5xEfB)t03zCms zG4epK8lX3DYA03}e?c_oQ1mArr>fXIeUNM1K#F=G4P1(AUV!>{$;qFc)5r zze9?XAdpsDf1uQim(@&!I{Pd6N(r`dc6Iz&STE&T_gA~O3^_j_vqKC$a`~#t&OkLV znHNbYAns2v?+c2+>AR&9pY#d5l9rz(hu>PzGL3R4IZOyp=fm2i^1N3>{Dk1UPA_3m zSgBhkyvCt}qo|w#=lQTSO9OHfxVjOu8&&}b!g+fDny;X?&^Hp!8WK4F?J{xzuacnM z1QARfQJ;Rl)VRa4qMGWw+I0oJMA6NA{#7_0)n(^qvO7k^7LBwST`4)*p^ik`VpXOo zu^L~{#I)lA(BMtc8sG|&l7*2(MWtyzW}LiV^l`rr>@<1ERD2TP4_qdW5WMi_z|~C#*Df6#9rrm zuqWQsZTR`|kWX^+Jlg=^augU_+yuhc_a`bMDhKwI4duJ(@c7$@1O+blpe!eTx!gOu zDfS=fKXhLTxx!FGg1fqP^{n4q`DQD}clp8lLf@pP8LrYTQ-M)2{COJ6fA*`Th6zfj z<}kHMF=H6Fe1MAL8fa0}Z|`=s(qW%*_10(Tp|2$9w^qMc{RT?kdm4o1Br^m_+Fqqc zLIl{?om2!!8wDd63_f&wzHXG^M$lL8uk4F;kxwg20d6-g-eO{6YMp80 zK`+o-kzHi(^b89_6T&0u)vV`h-yf|mx4>DDf1CRwlZ`kRrDY3{DV zjS%^+L3;q8E8vIW`*6tO?~6tud&;6BFT7*!x>Y6j$$A)y@F{e0HFnfa{Lb<@zf%gP z^d4b(StglM3~J^LZCvAhy2bEV6g9<-mJQl06Z2fv^T^?b$3yeCV|pzsA={Z!1p@sT z@kHNW`3r-H5s6dcW#XXEV~`ptl#U6ztnGNQxL^gW z#-ckwiiX(>csd_;8wCakm zj?2#syZRcge#*Jo;y7p(D>zGQ)?|oSP-;V6+i>P7dsOp?2);2nCas`UKqlBM1$1X8RM z2)jwh#SCj`3OC=L3ca3;s(UGt5@e#nu!NG2pgXq{U=2)NrmWGzn zx+Lfq2wg=PjyHX7{->xMmzd9nMhq4-nauJTbMO@MyYi=)O=oz%_;teC?zuO(x_;EQ zV9SHA0MX`TYZH+vIsBKY`g3pRChTbkpP{P3*jRi1Fj+Rmr}-HOrt|7urlN@n zN+g(1Q*RfMv47#_G^`n9EJGH|L)PdK32{)ZyTt}+Wa`GjoSj!lvfG8`L2X-~1LbP5 zaiAoYSsU&;hHSi4adIJmQpnbTSCCINE}>4sX?eLrGft(H66HwC$DM`OI^sRn3SOII z%voWdgD(2NnSXISd|c>dCshcWW>K$ai&v@;IsWm!S^1<7Voae{O40f1f=%c5tjyR=#LjcEw z<4CW13<(3tglUUprYE@YLmX=XV$7a)8Vz4%EK%>(Uzvj}H1$W`WW}_g$)I?0_f7FCB zaHSlCKMNA@3e-glZm;`MEsben=^Wc8%2~>{RFjgpiyP{NWNe@p?9qH24N|r~zXTs) zs{6|mG=#LMiVuTD%owfVX~jf21+gLvg>ak92v;m=GbHO-z8>azDt8q`VZwo05?yacsh5geD;R<(q&!!$ zXw@mH6CzBprFGTSO#(+93SN0Kv=jmUS7%=t6jv8zO9DZITWBl+f=iIbB|va@ckkd5 z+}%C6d*e=UcZbF`Sa5fHop0uwdQ-2a>eWzk(Q#j}Amq;{h-AC(`Z7oLh&xg=3A6|Eo1PDePkt+JBXPkhM&q9j z7+H?vgDIuvYHq6z3#xx-OZjeGkh8)Nk~=U;$o*LF6^;B3)MuDy;(HigHMqH2uicN% zY@UzK1ytptH<>1R5+4_oiF!gXN?nW~O(zB-Cfjr0N~(IyFG}A`i{lt42i2(NX`&8- zzLxi&G(;!(fmYfcR5;R~I5FQ(!Jc&ve!ZUgJbgv&dJr(_1Z{>M-F`I9_2= zDhBpQnaO5>p3V|}+z0xjdr73G5|^ab1I`Z^a0LJ%UN1Gz1+UKK-2%FdI(DtWE_@vVVoDt>Bj z9AYJfzDkqKB8!mXB3QVdDb$0KKU0>Xoi2a1aHU}A8I)pU^K&H{2l<36^BHRqOmdcD zE`PV<+AkcYM7&N`8a{MmfF$RLLquZgVDT%KH+s*F>u2rC?UN)cHNkJrow!d*;8WlS z*m^uG7o5@LGA&aVN<0h70Y zqDKdx({}EaI;-IP*KX_O@x@j5nhNrf{&IkVI>wF`9_H=l&`FI%adojrkk~tRDL3Xt z^2m;pcp2G}`l~4e8x9Ez2dYLIahnAxq~mR&edkt30y%yvP~?>Mm~O3(nRv!-{5K8$ zi%+s4`S}+nh8qqHgl~l8(;5-Ieq@P{o1Ix6FU!j>q!Td}*S~FQ9oGX422jGRDSMOlNhl+1zmbG0;Ma!OP$6QuV7 zJbRC`y&3SfYd;>m9j{L6$Ll=%2#Z+T_Y>UhGBeU5RL_Q)(NweoqPPn=?bWse0OKwO zx#FOsw+f0zoj8~NpVR0UkA$=@zt;-f^H_IG1O+5UzTq19b#dg;zsT!)v-mFHdGykg z{jVw4yZm@e31L`N>wf zT5)EhAv6k>D6icY-#G2EH9&Ax-xoFwwasT?r{y5n$P4fe#~;!RSt#rP&Zq7LnZ`~E zQp-bNSDXjXoQWI;MxTe>%Ybnx~>+ay!I~hxF0+Hrh`QTsI6KO*ScNR6LQHdGx zpJ|3FSPeg4)}%APGT_A1XKjR;6GCrDF@OPyU-gl1n{iEMpTWP}Ah{V7F>w7(wCE?q z+QpSD`}kOrR+QeRH{hoqi)@9MM$B3%s5JzmfRj{WSH7j20B{KON0wWar-#BnS%~18SGkUSE*O(?=t{uNDznfu2W3&*+uP*ShfS}y*%3%Sg3(mNOvPEa1Gi4_LU4B17ZUKL#BTF?br zVx3)83z0c1_j_fPTv_7+7UB%UDk#RC`8=MELxGiEp!o5W}s zOLXbATuROhiWc}CUTOu;Km1KVYGYZ8e z#mJ5cPtUb^iKP$m1CJhNMHfe)r)}3)4W^!=8{2N z957~%t`lyGbe}iV+n_bbF?eK8Ud+78i=$;h$hvuIokzmC1CqyBe5r*A?LCWNLe+z`CKM_Z5QPHy1@~ z{rrOQS&kq=3GZbH7lwE0nvENw)!i(JOXw!OFhn)rEo~ z>6C;#Bcf$u_@|$?KiYs$4n*$TgB7qk0ZFf8MHcvx3n29bK)>~Bl>r)8WR(?p;L+D9 zqQqsEH9G=$y0ui-u)5ifX@QG?)1%?T_k0Y4H%TpbLe#Qnc(hT}$jDAzpq z7CsBm+uHDAWxHtx!O;->z_HOT%KWZ0vLrNK#gxq^cVIB6HDuzlub{E`!S61iY6$7! zE}ffXN<$3tC*^g_BSixq_Do=50S9~^UlF9ZpxmRmoBa_@5>sO2p`kw7^l7ieA{X<7 z)5D2y&kb6P{o)~1aYbGCcd1mhhyy9IHIpIvvt@7VviH^Xd#a?OuRxOC&+?JQ1pv7& zSWR-*3NCPvL(SvD4+ymu)9Oc#N~Kc4_3oh02;UEd$n-Efh2RzkZJ)xRjjnL)f%cZ| zf3g8FA9oK0$=mv8L}WP6yfL9?mpqV2*@z-{jCa0OAB(cb4t9G3m@tGy_)WawjjR!!p;{y}3pO_qw(&XRsF`%ovLo;);Wigw zLIv?jDsKV2wSa=?!80K;wcnwjvW~)!CD#CEBz4=8(jfWo#i9UZ*rz;IifbZ^o>s0@0%T3v|XnF;4MGrY5QwafkJy>2#_!Cd8?D zG7xcFllIK)@)}e~jQrowx;#)i!u`z-o)srw{?ZW#Vx&{N&z!l-dxe8Rwh#TusW?D< zxU>ZoBT8y5Mti1;$h(8NX_tlT-T)S&sZWbHj_;FZvT?-aOb)v@BCgg{`~!*NmGb1q zy9fKwAjK~*=i~gZ`d`iaIX-;oFgGj_edr@QdK`Dft6VwLk{hKw60xiWOhSA#BFE}E z3ElyJ{dgGtc%+?`KV!fl!MQDaECjS1vQo(t@)pr`dKb=M2E4fWoJbK7*gYEC3OU3IGPs|A82y%z;dSxGycE%yb^TIp<$r={n3rFulx@&VpgCKNeVHEoey z1H(PuGY5*u?Me}Nm0mzZ!0O){XbOR+J&cq`!p?a(6&193^jqId*{ zF%sQ%AVPQOyRL0_e>~LY1#R1EIKyfo{>VDgqfgW)PnPobI7*8u&-iv@=`hC?-i`~e zM>QJN%{8Ao`Vef0ND;*((}=S8-ep7}5Jti|ndCK-fm>*Rm}i92qSt{LuQrdyL4 zz*bOHc;~xlDV**!C(=Kfw93}%CxV_EyD4kQ zts6Dg*$=a47Vp2U5vtft^1oTyF<84OH8Rb{-E2LG&3w(g`b5M(YqdXr9&gXz9eKf5|oo({R*=5^^o891HO59Q6OhFWvSvlrxq#yd8QaZL{-Lmh3MueM-uxbqA4+yydJ^di0i#Y?;smvdXoqEA@>e9Q8Cy zTPbk*pH$I=3lay?R7a>+(N%S0%r)isnfHHT$Tp66LlzJ~nZdT7|7O`^dO!M!c=^_m zDyLd&vY1CDy+ThTBi_Mg9iH}f?^mP$Ki-r7$Aj|UaP1R`%71C%om>9I>i;RFC8((f~`!cm*Z>Svu==c+EHi8eo+e)YiJA~Rr`6u(u!LIa@hY|*9>Y?4t(c{yQ ztw1LCoZ~RT+&GHXB{sQ$-m}H;o3?^6;nk`B{`9@-TaI?e*5$!pBEfL9Nmh5jyF1OzN5Zs~j z)FYsWh=5KmAB}X4slp=+ik%*5u3Tkm%wlAW7t}Lawsa zBh`;xG9qGnjy5ch%KrH{Wfs!KT+N!jK>OCHxZnJnhCU8Rwa2xCzfPT=o^y8z0yYN;Rq{GfwVzL1 z;_aS3d>krmms+|%FMY!U39)J)PUfa5tLD|>KFH$#`|vCCvt51~!cEX=w-451KKewN z@nh&3j@pGNAK--Ka+5Dj=KNXIorB>v?k&Wh{wy5IVatWO_XkZS#K zbeD}w4>b+mdoo@E8w5s{*KxNV3;Tx8uVCDw1=aL(iXWw(Je+${4sdPuHK;dH8@jrpnh+6c0s6##gA<%U$G!Cf}vL>!D(r2vbWILYe5zYd$3Frt9tZ?bb_DcYH9 zG}TP+7@Df%3!HmF!hsSttX!WnMy9mxU4nvD3EbQ{9JU1p|1M(}Y$Eb{hzD6|kn;f@ zep_ST8t!!`I4DgaueCWXm_MS`UIt}JRG67@VQ#-_yC zDUpLnh?%5kJ)r|5rVr^eV;Gk0zh@}zM}iK&1Y#4-lt&?P-ZJ3O9rcHi*tGB31UFfu z&^G?YnW5b4^!C6)^pZcN|52P@V!DfY7<%#x5GIYIs~uP0zS!_6sHV~eh=KkU9) z*K9RCF+TkmziG#^>dpTF|MFHgRb3=SElD_Q9UgHgCdbiz zWWf6KIolCTDelR%f&-HCoOBlt^c8@@Qo01s^arnSoDh>8KG z!{LS|20z7xm+Oeu6ng6N2VP;jSannU<&M{4pTV0&-#BSn$dT*mYN%j;aG?4Jq?n$ z!~+&zs~&`$k2tvcmHsi7K^x@06#k;U*`%Alxr}xjj<&~}oLG`1QRNuX*AYyiX$;Sr z4or1*y~7foFw3~@$=1M%7CqqAxe^d!3%6C61|IPCRY{8_@2F)dIPxFubxd7pZNF4XN z>}MZRq(a$IFtgB2z)djFtQp~vmGUi~3aa~sO&-9N4oV4bR8TV$*g}{oSe`U#lRiPi zFLHv0S}na4`dxkUs9ueQ06Tfqv*_F*fq%|i2xluuS|&avjb#iuc(ru%mO$#mB@T1Y zI5aCm9|bHx(en19=U0ucuR1Or5tDO!Az(I)x1OE}8N^ob-c>}0W&sS64}1{eF+GG0 za>CATSW$w?|HHKj!y0_+QwOp&x!t=L=%%VcrvpFjHPc6L0cRB@v}e?2%eDrKHDUS` z9OzRROgCH+WWFX;C(MV&x`Rx;E*S+8$}?}}BNHM)U&j+o(Cjsr%2Z&jhsyx*GaJml z_{Nc;lo`wDE;MR~z0KgMt7{iUheFc!S>-KFJ@Ig=y>#Qse*AHlABRJiXYq&w#G=5X z_+yo=1^Il(;x>Ts>UO~#>&WF)`Ko662wt4)yD&T_i2BwA0lDCs{&%o~&|l1=vZbSJ z8H;vdNXm}9~5(Mj(gwOSmikzu*g*!u$R z5{eRioSeD*a`y~2XfJW|Nb@D+FyPn#I#3n10puY*ZGglv#6@JV-PVyapRN6OzbJ%s zicMCtBMh)XB9y+rd(gT7_hr?umd3I(m3%YMqCRTgz<#HKVj5OZY>LGd4>A_-9;X~+ zqw0hja{j@9;C`)AcwS#c=Rj`J=dZ*7+*if1MV^5y<`Pk>C@QD$J`<$1ciN&U0TM&c zYxeW2_TFDlI=-u-CiUXX=J26VTR9h)X?#$D@zW=%R0DR3NTV+bMO_<8+OoqC68l&m zD1Z+A`1yML2`}UMUBZ#^=q_(*_{tX(Ys`}sBHp1W;Tor6T~Rp~^YL&D4UO4O)nK<6 zFC(aqK_|f4E}1v}Ey?8Zcdnv=+Xmq3?3#;*|B2nha^;=dN#&Kcoj+&+ec>s-L@B%D z)8(@o`i67cm7dEQZj;@$fnv)r34XO&q<|~d=a)`n2LgYs4zV~n!Hb;CubA_T(!63X z4U5Ob3vj8Qc=#G62{0Q1q4`4JQmK%t6de7x1cADJcX6&NBAfqi$gia4f(5nL@9=d# z;-PHQNw##7Jar#JUGkdDfx_1vfLJlJ0<^8t9yBgm3(uA&M)AT8cN=w_dgBK3 zyec6(Pc4sNrZw|+EW}+}ZOTQo=}Y}bos)+y2vZ$F$K`xE*dyUL!Kai&FjHf?Hv}2V zU~XE4FXFv1hwfRS42JQDR$D>#6#N4zC2llP{;%o|xqDVpeAL;EL;CCxdCjG_T)Y{Z zLjF2%6@?Q>a)~yHhkqH>fxr7Hfvil8@3(_MEcajUJbQAPnvy1oS@csS7BrqxTnb+$ zJ`yjuNF2AP1lnq==GhLH#8;$s-hPb(2qOojAgvECNJlIUa!jj0%PR{M#m@zX#W}Th zZTp>ZVz{(265Z>O{dbZ4DY~up(PC>D%4Z-iq$(|^p>_L8y1A0A$|j`jpIU0-eol%| z=TcY*DSovp{$0q3!Y2B4l>1F9r`?^S?R#lNeRx8`XtOHTyZCz+?}2eX2P;n}L5X*DX59|4CZV|92dQ zZ)1AtgVxfFQmT$(2KMk-TtA+-l}jNTZ;qo|V)gdp{Y76qC`oNUReo#tWqxG%7}JFQ z{6sI(gC=$H`Rq06N?SE7WSDvW9%Oxf@GLRWe6j4U$G*V6XT1E8P~ZsTq{Sg?F1?o3 zji&<$S$`fW=Xn-DWw3l%TC!ica~Oygc6Q5h!<+8FgI1xs=FzlXy>B15^ivCX?{FTU zs+2@3TK3y{8+*sw zmh_+Z{$)?=p*6_#Uk%2dmAo`govTip!Ey1e--pmoA7DkB=U2R!c1iG~fzj(bTvmst z`p6yk$mF9D{FfHXqf48=g`?BHgFxdy0s@};JNTcAck+<4_#!n?zWKJfAIrTi_|v7= zz8|mEgCsLPN>$&ouzd(u==%-wprhU8Sled5f)<}Dwet!b$+r6I9I#XOn2|(j67tUi zi}Du!abs4?f2_!RJVwi@_c7xQO6Y(5q-PlSS+tlj&cAO$hExJr%sW)ucbi->iH2Fo zsd*i_!m7e~po6^4SldJ1;SYjY?CuU~is9TI<$A<79_g6C(KvPb5;5_Ljre3Aw9tQT zLsbsX$otCkp?`f~o?za8Lj2J;xE9fC${Q1I>o<8&wH~K%Dn4&z>-@EV+$yqqiKvT1 z8pm_%j@oabR+njkhQCXYlV0glAFi^F?yoMf#>V?>OaBJnbvh@;B>EedV|ED`nAI9< zLOa1j`w@WNDGEcWgb5JB2rni(O&H8@5k1jS#u>Fr0FsiqGnpZ zYAg6Q_HtNTmDi6fj*zB1ntvaoi|{NVQHW*eF2c7GhzQ{oRLawo`+NYG@sT1`^tV6V1e1?gS$@`QXPvPXP_g6S= z^#vdb88OOOhCd(%zbX|-`v9= zCz)NgOclSiTG~QM(z_X|dR78F&-G$mwBzfhWUz$Ew5udF*}$tX6VCSAljoi!|Ht7!}!?e z?jYCM<>w^*rP^DKlTNI#>(8`s$L&&M`GP9sP7!^qZ;ZOEdcvW14GtkG!gtKK@8CW8 z^;OiGh64*_KQ9~mOGpACw-^h7Fq1=&-%8;70m~&?4yBa^RX7Qv+qGXm!iln1P%YKf zHgU);u%7;OWh}`JqIS5IAviGPKmTH~Dgclb@$||f$#XO)(%JnP+6$4h9BEaS49Ptq zt^RGz(jr4-cqv0qZnylKRQz~O|!VgG3icH2RntqxhKy3waiVsXJiSusiia_g4 z>{6v;x;Xu$PhMX=Q7H`~Os2u8etY39xR5isLFI4yZ!%VuX-tc9*7LgON>?kcgj=n? znM{9%Pk4*0B#l6wo_#G#-6lAe4$0m_D_X`Uk9q2tKPj=waJ-KG3f4#R`#d01Q?7ea z_{ZAQRekfHz`3&zPm)Dvt#lzJy}A$miSEsg3H z!ndNQxq*T*+PcOVoZ>5v5&NYTr&1>e%nWq7>Kniw$|;h1b`avFyU)6#0~>&}eRENn zRi(sIP zuoT7pkBO&}f|g^mIOV!Z)@43WC_lU}_4=yPgVMF5h?Le*2C!b(rvq;)=6+<8sYCto zo4XhpC}%UZlNj3K)8*(^ddpHOTF+_J@MO;j({+XVv)Np=rzr!;g}l&2U68}nY_>W6 zK)jqz(D`ug<9VEAO=g44!Pi8?FA`E1nGdKvUvAAp2)^~^D z-`_RBrV<&1l-vP=w^51ouwVp_eU{X|e*eyv=JLx*=g`j^**};5EAsOtnN=A3zSWfy zKZUGlOZ#zpIb>oYM0oWs0+rRinp`*%cySIem-n)8$Tx{a@$zP@y7ScY^9)JPqEn3! zpcpmEs)I%Ay`5+G*^jR{@VP!{nJrfWwiXZkDX#sioAUc=e@zuh2?!uD88eV_l{nS( z5A&qbX+-8Rt)1FqlO7;d;{2FT?tCc=GBGsuR?XWD4`zP;{&;NG461Vu80;F(&zJ?J zSBtS|%`m0xn~Xn2Vt5Bg_oH8G#Z)9e!7Cg232-*OV_UH2T zfbEs-NPY)x4AsU?isHOIBQDf9JQaxgradpJ{QMR!ggW={6y~bH(WQ6P+*v=)OyLCaJdEhq=m2`*+7+<~;d7^c4274x; zv>A8m-DIj#>Ndt^T|rpMpzvM;Dc*Z$Z3clOw|2P`WYBJ+a><-1Cu|*e7yGZOqS~!? z1n$)bjh;;v;i5Sb+bfsI26Fnok>{jz*2wI480cQGOcU(xORYlN*R6Ifr4_DjhjhM) zu-}2*7)ap(l5$|c3NxPEbsq^)hE_X>zUF#WnfxXW&*Fg9hB01IKBFb6!`iYZiliu&a=h5hfYXh3rIurFILjI1cYoVFi5ll;EL3b$5eITXyQS18KUH z=zyi2SS|SN3ZEsQyeEr^m%abYpazqB1VaE6;n!j-qEJq5N7s+o5s8J&zI>4-jbFy$|H zy0yH|=MT5a&T;*Gg|_K^4oE+*VC&0+3hy!*;7iBfI8phzCfp;0wuw8uxAnS0%yfQt zvIYp>A6eKU^9x=1g8}tTd0ck3S3NguylB~yHp%K#b%>wZe;3{$!tf}jlFzT_Bpt$f zjVhX!hsK^HC(6l~1U1Zo?RBv@;xIU26%KEU`+ulYr^>0YZT5O2k|Ek-c{6h*F_jlu zO!c>5;YyX=y@VZvZ=X2sxNG;aXOHd;or+lH?EeJ$kW83H{orAUqb)0-C>cad}VVJ4$2>kW2V>bpdQsO5dWgppZe}?jG7msaKAz{N zz?p}_P8c=zKVhM2nxD<1xY?*)#R|_p*%RTJflEW{L6*at>6V8nCBM^KIpQB|J7lJq z#YGl+5WGAoPh;$n!`Js+BlOAB6mNMQe!r&th1R}A@vf@GXkhLN9o5(*zBggzsHLLhX3!zE04GT zH>q1={5M+z;eY3_LT^$&XD)qd_YPGlRI&kNss;~i|A>C#d@C$4i8()QrX%#)C?^HY|pp#NJ5u>|X_G!U;>=UB>ib~HRX2&_s?QKzljTi2OYtDMQ zZg6p+MI8bJ{o*`Og8=ViZT|~WR{r(!Vxvyt5=3k*imAL_z_gbK^|^?CTwzoE_MA(* zi2m71`UPFjAS8v`WJ;B@{$`CoU@;g~MMcGI$@G4u-&@vW?n)ztDJx*?9ofWM`$dxX zaTn%jD*WDpP3ilj<9@erYDdVB9+dXb^*KOE1dbLX=k_WM(} zv3qSpYzyVZDYsPSC=1__7drTj@x>)!x5xXFC*8rNc1kTTDkXhBwJvD%DQo?8*}{-e z&HDofA?NE+mi~uVA{{d#=MIYF7RGUkJJ;8D7!fGwANqg1uvuh6#UX9Ti|a+ux-`%) zZ5gSjBllM#H7NtptqnJvU{nc6dUQC-=l7Yos?m+1=5kR+jkC0yjw-oYtAr!mpPy{Y zAs2mURL9laJE1rf)8t|Ga;;pVrc(`P3aTZi@fEHnSV*wJ{$XviC#y*S8k}VWic;Ze z71IRa3twHKE=GM^?J#_F4Ov;Fic1cz~ zI&@Ui%R;8O?>F5eNG@pZ(%>MX(g=vO-E#6g=;9W$Jq89-);a)_h89@Mm8{sQR3gdg zb&cFW6%B%i0iSh9Nf%@C4oB+8Dw?}&)xE##ywH`q!4R8tdfcSKn{93UZevVhpN#32 zV1+!Z@^XSef_^sl-V&e#z1`pUFlE`(Fz zg+&;nj`2vZrs&rEToOg>Dv?c_;-B?YQ5iFkKoV#|_T+iye4)}mWpHyV;mRHO5>1s1 z7q@!OjX9Mf%vg?8*%LMll>KB*D59Q|DE&TW>6eSDH@Ji)CfV6LvM4NM5Mb+70*IsH z{xZ5Mp~n>;$H*J0nP026>Ot(s=kQWYj}!|pG;{427(Mho`tPs3tO)wto?oor#WBuO z{CR%d-bv0~AO4+?detHb1ML}&knd*HVU2su2=G3MUD=PLXG?a8Ufh4r)C;1o($c%t zo!#mDjY>hbGtRxVpE-CG^z*G|+T?~GpYDLhjIDk|QHAmQ=jz-wy{(WbVeCQU2+BM5 zw3gJ9LlUdKT|>cDUXWFLxa~4)2EDUBQr`m^uAk~@AN+JSIF`5jH$g}H#?Q?_yfkb- z*zku=_*bDFv=dG4JhP?b2-nM_$*tu)0Ol^VZ(VTj(WFM)&?BfX&{`eLkKahJbObN zox-0XlTbNJDI|qRB)?tK*lugy+P}O`g@VC;xf_%#uNrwh*6XGjYBsIesab=uKIJz= z+^vx)aI>C<=;vVw#x%VJ2Q5|L>e82Pd#iZbfFabKH|PVXGe%hXs8?`4ODKzegd9G<5ja zM~pT1G`6w~5Y%r%y@WvqaZE5!u}NP2-P)M2s)usXU2%Mq_4>$6Wg0996#a>k4XAAf zjrt%Y*BrmLE0>wju3 zwzdrg3c^Fg`+f{AxIDl>d|*Dw@<1j{{bcB#s$bW>VQgcoqGm-O?Kt=~(-!wwpA$CL zP!y+I*m?D#7lT}IbjuPX)jd8#Y`bNl>n@lms8yWL%0GkikEzXQ#v~0lFP0ttm*gLE zCX9I?LodpAQ_3{1@2tjCTJl4Sh5zRpS> z0gU5srzv;VTSORCEg&-r^Lt-icp1iWuaM5hs5i{j2Sj9YuFbMGeZVrh)(TA_awl{1 z6_J7^zQ!ZfIV3}P7X63w5l2u;|K)tA0#MH9_3Ox+djQJ$TAwaVZX0{q+f$eLIbG&X zo%u}sGpFSEJ^HIX&Wt+jMy6P@miM}1wEV~mBD2^VXL#BaT(4G&##?TWG zWx<&zzFy!uWhGZ^NViDmMOrQB}`XOPH(l{3QIA zE4??^&5!PW71-Y)P->8xT%ynK-d6`rcvbfF6v#z=-IS66YA%}&bqzN~Ldjo4;Ivje zQ}U3>_+2fwm#=jHgaefPeRw5NHlnw)wZ%4OImi;SHGHBd?nhLK#MT)J6o!Ce9OBiM zGV*vkn%_~rvEA3E&@%b|f#1crMQhrslTIGD>H!+R{Y(4GW7KsD-3-q0_F0*(u6k{IAcz*7Z_USOWb6@b zmlV6?w{z@f5Kw{$)TGc`G7saq-->KW(kg?tSvon^iHzELPNhq{mgIN{$#?B~IOw5AGs1I9JxQ z^o>o~5%r86vnc`;))MvuLRzy$QkM+blO$-0`;Vp8>%VU8d9iOd#`-W>3T}1oWdfd8 zwj~=AGjmoNSShj8FKvBR|gq`h>+Dh&}xwpW2u zzV&AVkg#HwX3gzd~p!OJq9HGGwZ8Di(8-fQTQ7*^IY&7+0J2olCO8VPFwTf+k_eWFi_d3I$9I{7M69mbT|0myhM2$) z`o`($(r%+3{)#v3uJ7Tt>+&-Tr9GL zK-J%nNKU!8+47DV&=_8Wzekq~SaCc0`4)-+1|IO^gWo0M@@ofr_>NWxs5i}v(8FG6 zM?LAzQl?s$z?q+0KCBkf1;yRh=bO*Dn%~TUaOUIg<@=MvFwk6uH3(ZM2lF!~qGaFc zC>@db<#o|Vj)rR*v)MdEtsUq2tX`c7M{z$6M$YWapbAxBNFv78X}kS0;i>#gD;@AL zOGgeV?Y`&TUX9@KI2VA|HED2QeRFZi*`R1}C-E){gcn0it^MY&Gf_EGF2rxipbVz| zAzSpC+>f8h4IV`G`hi8lecnZCLOHPFoJVO$03yf!^g$7`VZ)bn|BeBgTyw$07mWeU zo(E+XL_d3L{H2f|-BXMbH+@(*OQm~fqitQ&V{XR!-y)?5+z6C3`WcwEF)a*sm4tM6 zJ&U~`N1AwgG5h}3`$)j!f8u`shS~m(FYDIC(4HGGUl1=(-Dnpe@R;IpYo%{sVhDij Wnj<@$ntjj@VI)Lkzf}n7`~4p&g3;9g literal 0 HcmV?d00001 diff --git a/web/doc/images/tests2.png b/web/doc/images/tests2.png new file mode 100644 index 0000000000000000000000000000000000000000..c8a6f8ae9eefbeff46a9b45e3a9948676d820714 GIT binary patch literal 20114 zcmaI7b9AM_vo;#r+_5#$p4d(%w#|trwr$(CCz;r`ZD(RzH}gB^J9pi6&-(tUe%|V* zs=ME=e!F_F-eK~xKM>(?;Xpt@5GBM#6hT11P`>aT4A_?xr4BU$0g=^^5D`>%T|LVZ zv^-hG8oI>(`{o78?>G0O*nLYRs}$XdcxQJk7oz_Ms${OXAd;diJQgXnbs35R@GpfS zP~W`H74;?T;?GLh*gQ)cC!g8Wb=MQ3?8K^_sl+0`M@@%=_bVP$K#zVcG5`YnA3#9> zAV38O0`-AkWsh&qSNXqG?7S1=d-x)CBC28NPGd};tgeM(b)I2pKa_)WQKF@)v)b@kSu-j`IRZ0AlHy**naAa7j$B+9Jp8a%oSmUXV9ZgeuEB`3r7$XUjGIzYlD-tSJV zSt$|nR?+c{V@m1@uhT3a{`D$p4sRvSND zaCK7&>30;Gz0aTXGZBb7nwycLJ#z_$AtTsWjzrPcGJ`)7%gIrm{h#fz~71cjpT1a{lh~ABq zNR+87NLm_mO2*fpQXb+rg+uuIZn<~h|HSB)7`jzrbw7?i6_t1{<-Pn`>@ogVh5<9jB90L^7y#p-?akfaA1L4k+n%m)hsV0UX#KePU zdJjH>Ej{29uZBZDeI_Go)MC}*jA=ELbVRRa%<0SRsHdjp1uopF+e+D3dvJ(%ANW-f zq_Dg*zJ2gjB_`oKb>YM``K9KUK!goxV|>lYFMv_$dEkzQ=9X%aWZ(RK-{k7pnZF zmNbF)T9&EOrFLXE8fEGwtw_KnpIlS~`B{6(2zbkGUPzIZ$q&XkdOXolWh+2o3lST@ z`_&iFbp-lU?k}ie1lWUzYFkJ#ea0|h7>(&q>ohj!HKc-Rl>S>y`GN#i877H5Df^2e z{AAp#x`Yz678J#eZ>nbPaj9t)>wWX*;@C+^M^;*fri6DD9LmBVrp$+YT~ElkOTwTq zMu=ej?)Y((+L>H9&%%f>q{T!fHALY14@fc*x&28?In|O8_5q*SjjVk5fTgSLOE-|t zYJCw}tNao1t1Q|LQxA!lOp`F*?B;jc?)rEXYVqq+OJN7H-*iQ(%MSlkmr_(sw)nQQdt5?|||#?_8`uWskN3oyQ={4j5}^6=d)`^uPAe zCP%sE&Qh4P3{c_BC8D7!fK(tpj+o35g%mPyI8&f`aAG5Idd=I_-< z-27d{ZaL=OZT@62kp=sBNLaBNl4njSaMg3-9vJH19XuBilZ;R#y(AqyZpVd1Rs2WV*i$pcMdee6^Jgy)9+4 z&b^SL-02-t*ijf_(U>vfIN(!uQ5>8Hfw4fl1YS__7;!C!5-H*(Qggbj2mCvsP@#6O zVgse@x3yAcipbdT1Fl#mRN%VrgUlbboXQ8oQf>7rpR&u2x=e{}$p!xrJ5oG&?P~g8 z9OdhyqeE}%yHaM({A z^K2g|+*#0EqOHmM?S{PnfFM(r`&di;t&_=JqEZ^YO9g<{6>fKe^R1x)h>UE8jF#I+TTxHO#{cJQ_rR0y&PgDuTM~ys+{Yucz6&J_MWddA3Kk{CV7`UAbZ*v03zlo zJ}w7Sa9$droh0={QdjJm9?xuG*pUoVoo`HkSK)4s{EQsydTkO!T3LHw5 z-gb18Rh#ugn|?fjn}|?|2E&eA{H{$m1l^7?xTUDd`}iD$?vit2Al9Z^3(p1~#Ym$M zInJ9k#V`W)v~E^xI#2q8^YPuBor!#|shnwhufoNcQZb7sNul*ZT-3x^`{nF>x3jPi zCUchApIp=s^z>kPS#H-&UCUL`&kWn( zE7k{k5e%Ubg1;rnXPR#%mCj15f!gz1_`)zT82%-e)3jhUBAbM!vpuFADAp}wUuYC@u3aertBQ_v; zenR>a!}NU7AV>hjF#g04;9rdYHW7q@`qKO_wZ30W6aBQs{tXXbGP);>VTWT^&#oJ;ukhA;C|8md{M`pl zutX?Kr4(r!!>sWAuA9{J+qFQd_V9J-S67wLBJc0--{0ReGBRwS1cI(z*Uz1ASJmt? z_LZZ`mT1%1CP)9=&H6VuuB33x$}(5@ln}F3wo^=fQ!CJfOP8M62^5N#W*za?<8sO7 zgKxv9tT&!uS^HB@5piV8M2J#=Ynw`!aWNNh^Y@}3ihs&DACK1f$}@iyN=G*~nQ^Ew zB*2BK3P#N;ex!X@6`ItO>#J}2!%hWYzWUO_K+URTy0N<)WFo$|j4L9fm(%yx#~R&^ zd^qJQ?kpqr$L3^v z#ha)iccg7k6{ZzZn$gp$%AWtu->G^lE>?$56`#c7*7WN-8dGO=aMTKo&MG}go715F=MJmSbxUKfhB>tB zDJ97KHN_={Cna+J4s6!xv=@a0@_QNQXh1Z>O(N8nQf zT>ih=gGotAsi>%!_<4JOx@2Rsxp}vJzSdMzQ=`}JDu`K%i;ZAzcX=i+F^Gdcl3Q33 zIVmPcA!*QR=UJ_AG5m6OcBUF3$h;uIx3pSy_MIY8qi8ipzSJKhv|LlGP15=={4A6S zO1Va1dDUB3LQ!7twRQd!yOt(1QEms4oM){FIuaFA_ABGbH+rMTu z34+X&yH`q|kpqmI2KurNVn~*nS_?7Mi51A44?s*s|GCwybU*F)z3@)Q!=KqZIu0S@ zGcyYeToZVjQWHVeiNUfr^V*Mj@6=g}EB-EtJv>Wl5Cm+$Gnxq8do3J95Nc(!BNbM zelX^VhiX-a)7*(&Cu0mCxu{9Q=DU&vLDB6QgC5OZ!AL^0MT+d%U0gh^*^45#UGmGT zz{pbm4ijmgg%`UKz5@#c3H`r!BPNI5Q<7l&WUjxss}_7o!?}=s%Cl;Ut(lE9p1$;4 zXByL#l%GAbUu0^>w1%<6DY_loc_@whDKT-3Z{FV6z5P=$S^A7=fKE%UhO33|dxNm0 zw=sev_w!mm!6c;cqs6VWjSL(GzpgO+8;~c^g7<@j{)|v_;Znaz_{8FmG@Z(rvZ$+n zL;3ddGm5Y#Y(YMv0FaUbu(r15$Sdp7%&6Dtxd8r>0H>m|v9j`AnrbNB?q}oOaX(~1 zTdJYbfORnhsv-7proH(0U+s!F_K&|%RtnShX5G4(Yf3USMg*%4srROB!}C4>;Zr3CAv+_fF;a-?By4mi4l7;Dhl&``Zqshz%2 z`pi5nByJbTV-fj$ag#;mDC~0kZWg!n5vOq~l|mYz^+z&KnWkc(w1{enwil_(=_?p4 z=4?5-q=s}FT;h;9e|gc~1#poET0ng!Hj$s?ZB_?Mi2iOewQck8Ka^_;L7c7*yq*d{ z$x#(l761|h63`UJ+ zv5Wg8tGQ~`b-!IR6tKj7)JjE|=#`B;#3{vR+cAxp9fr%42$435SII(2B8m1DK?cJ@ zko6Sjmxg@)b~*4-(9!rnPR-F``5v|sDe-9Y^Ji01bpd_UGCv!yrA!YiWw4a-tg0B>-wrW^WLKQWHN|)` z=(X#HJ_J{;Edu~nCR<8=&w)g!2&Ihz(qAiSLLo@_PE~<>S}<)Oq`XxYaA1KtJ+nCn zC+`P{X$JM%!1eEm4?pMcAH*MtN`ML`vNgbKNjHZ#2q6LNyImDP$;imSSFkQXt~ZAH zKcD4RVUVA~1jk$K4@PgH5oC-I)OJfR^lif5mQ@6qQ_9{iGz*fMFGHR)pH-Zff3}4% zsTeyQlYABj;(hnV* zX`TN#Bcl$BsVqcYTu3r}ZtfGzAQ$-7$sdArrSKzuXRc<)>1bJj7|SYAXbl(#7xsqA zPq-%%5aF0XNt264vl>KCsYwBiz^UK9>}$8v3z<23Tp(N#EZE))Q4yc0(v2deI1Z}v z`!~mFS41nW=U?)--__(^yxiIjd)_0@szo;T4&FmPLyUL4>MH?qE{YE@PD#tR3MAtL zE@f9CFko-4o?M39q%B!2hRHH&C>@z=v^o^9f)-?UVdrbd`W&p*f=t4}mt%9+oakQ2 z=ovO7kWX<)G~+byJmO=|f~V;c1f8B6;NQr>g70s5XK1o^?dxPBugd)gU+btgF7E-Z z6meiM_KiVLS-tmvcnQoXiDwaVyb+h!i)*!7k!bjGB`RX+eZmWTN_Yqh_`YjX1`f_TJ7zXAI#oAQ?{I%Z~R6a^W3zTl1?F>FtKZl{QB~z8M!$7l+4;co7eX# zp%Gd}WPaHvWZ(n$DcS#nyJIuHD*oZGm5}fs%&9;8AJY21FUfzA62OE1i*$~S1N1&k zA#rIL)48xuX`4Rq{Xh7Na=`FU|K%s8?H~T~^B>as|Bci#1}gl|)B3>&Gcq8Da-QAs z7?10&%G!D@=vv-MRE>yz`JS5C>;$B)v1JnzIp&pibQCCroWL+X;=^;Zr|x4b|MO~M z@NIU`>coWJj;3WX0UR!&oDj4l{iSicRGP-D$s*Y2$*%cm*-?=y{^7Xa0Sn@w8g@bh z=p=}eGG87~Lo&CTw?gEb^U1~M?^vuvdq$?GF~h2lPsqxPH^X}&F-48C6`WkU`r-sm zHn?M;W25JNK~KvoQNGmVe8)Nuuh?AFJ5~Jwmn3P=*c7>%U!HtbiqAbtHp3jCV$GVm zQW+*iooe+{-as)e_@@}f{s&vBH1|V6nOeP=d#AXljP)M^m9+frahA<*76GYu60n?i z=ybhPjxWb*u~QxAW5FgX3&Q4JWN7Z1c?dE0IM0afIxsJ66mv+eNxDTrBHt{uz$Q&J zHQe1bv>qnV@E9a~SF?38^u);KwQf{Q*x=!JB{?Nj=9>nJFr*K;&ZebmtaycG@iP{I z)d~C!mP*OeA1zRktS!8~x+e`bTklNI9eu~IQqbc@TSJg~#XUz*rKa#sx@v7Lp9H6< zgxa7(R4TahEt=?uca3i&+!a5qc;H*hn^ii^e-bGEiO#t4dSE|R1$s%nUiU7m?j+9f zdd-Iw`o+Sk9;ov41roJn@;08{ z8G6zmrtGp~`H+%lgM$|`8*9WMx8-WMQrvy3o0EklXJg!DD<=u-&8(ANk0=eCV;gJu z43}-vFz2@N7&>~!wn~FQ9Iv5smxm!CdI%Fm<~Nlxb6P{Z;ux+t7CJYhISKLk#j(;5 z&h=hos&Q@ra$w0f7^A%`PQ2)kYXO#FH@=>zOn%2ZCp90TpXE=Xw!wt3vu-4sBoAm+ zIN}P6PM0>y`{?@Cb)X8>&s^?Fgb9uFj8*9|kW~!Xs8|mP1t(Oq8NAV3Kt=f$Esmjs zr_B2whZiJ^3Yxt7XzN~BC8BGcr+*4~goLuLLw^(A?yuddi=5vOii!pd}(=X)0JRbW%#YAl=xKa5t{Ub1tCG?1>|el4kTP)>s45C zLO$7dSi+xqx%l+%Q&8J%bMk1;>eix$qW)bHlHZxNV(%Dp^1X+dWy8bBVH$r5=JJX> zC-jaJ&wn96_2uVKL(CT0CQ@<9y22x`k+`Z?EkBayrgy>(bM9)3h1T*~_R)8<#(pL! zi)FO=O+13ZJd(cdSXt=QN?vR2;2>@?v%EDYuqWYxtP{9CKm>J`7Kswv@@#dVu@oZ@ zUPm}<2H{kuX^iSG7*3xyS)GmI@{3~iB}FYQZPglvmWybW2P?SPs>qikeBd-!2cL5W zp6wcSG=iAbi|66cud#wr+!wbowueWNx_VDrl`eDFWgyV%FHyfw)KstvPD@U410eWE z1ER?(!~FMEqKimx0p#!)9dL(o#3}FX7PjdSGG+=9x|_$>vlx%hLb$a^=Ot=waOdY| z#+PO5L#8H;94qe)R^K{C=C%~A>NdT%Sv}sv9C{`Q?wd3lAjY{D({^4zL( z1#HKP4Xg?|qYAAFay&xIfGHEWLQZe5C4JmkCkw4t^M%ltm#QtOGSxhzH($+5SeK+57QSx-{Y85tTXFus{%}s z>V(vA@x+i^q>294xefL@A$dRJdg-Ytk<4#LP4xK7c`~+(2?X26sbqi=BwMB4mvN)P z1Ncp@10nvLNPT?y8Jmrgspb(vHpMBbuD;`E3vTvFQdHMWPs4crxRJ53=7+yD!UJm7 z_`uUUU5)RtvGUqJbWVoO66yT0ySVs!-3>o@&@!kw@H233XQ9B6dBY^(5# zWJqr0`r2O!;?M%BlZa|jn|?s}v4|nk!Xl<4xsrdYpTx?FKEQ-VR`-vtxVzck>Pv#W zbLGSH(50XtWY>PyN1sbvphMYM{@k~|?b^nc79-n!$*r?=XAy!XslI#1XpbEgezeDA zn{iWvLjjd^6ou zbCBpc;x3x#rAIF0d_?kT1wIInXytI-8;wL_y8@RBUbBFnq7_;G+pTnt5``R;BYxAh z#LmTLf&X=WupS<3HQbG+=F>k5wIpA#Dz&tk_L2L(GD2%EXphGYmE1=| z&B&&i^-X02d+Y8An)z6{da(DVC467Kw0Ha-HnG0nO7k&&_EG0@Y`mK#F{x6$4qoWD zR8|4Gs^B9;yc5re+~m&~vM63;9M?T|s4T^WJERQpZMhf81pgzb3W{eeZDCIHuJYdj zRvI29`Z7OLINx0@0N?v~GHVZU-IfW}Y&zkL34mABQp}iR?C*zttf4qI*2r@1!}RQ|MIAnh^r{h&a=5rB zeGJ;(D|XQS&}Z^j*uIAjL&Sj*4RbrS41fDFE`;O-r>-aDU#V0YYY{7qI`FZGN&&wM zcn-6r%5s*)5W-62CIZ)9)*4+p(1uLjVWSG9Gw&ZQ+n_k@8u#_=)$z6YM-h8(^c)@n zw)>xHtP>TAi&WA8c`YGbzEfzJ+i41x&bw|iBbL7@@j|v2pD|a%@8$HaIb9?5M8-;o z=cPXris-19JTrKR;EV444*6Jp@f&p>mKw55PS;Ke5rR4Bbi0`Hg7Qqw<`JXkK6$Y} z66d*E%s&ktpBF&uY+8qklKfLz3b7GW`(}uaBm&79 z{cb5p-8GK@0k`*&F?<=y(;NEm-oLx+0=#ZEJ$SN?}vsH|>#7NxlKR0`%_?LVQruP?l zcRrd4%dZe$ADlNFWb zHF6K3$~qQX4f3rUVdSg-`)f1mGTCiNtn^Q!Or`oCs>Uqlfc9o%j-ctAlJRh-G6~KF z&*-@hL~}A9t8o=(Q!Q5pka!QTODFKDt^4|98?;OU;lrL+DIH>vwt4!yh^fxCOg&}8 zFco782f+Jz1!w$J@+q{8n2fO`I$0nUVkjpqkKRUxjbW}KPpr3Cc?idu@aF?(yMfug zl0>IyW2^@&*5UrpewjmkO>po_jid!x>Sz%|J#P&h@RRnfv9(M}N1@R;YwGlu<9Iw0 zpmce)FXYwW#QdH!;V?^G$|BviXh3lZl2DdxOV;|)+f)z1WF@gB#yO?WMA+ZP!~OuQ zv)ritvRS-^q%MBFdRlq|S=G}S29rvv$#SR59gHB!7Lk$rqM^JxcZxevl}jA74-ZtB z*Z7B9DZCqOpt6p(=BII_dV|59THsYPvl1KHlAVl})11Kw$!ZhJ39)|~#Z@yBn~vV& zte#7PB*MC!(Bzn@CK+!VW_G?zbjjVN!qc*yOPi)wq6~)RUHCTD%mk%d-yiZTU*4H#0eHjHIev`uv1hq%uiXQ%wd;>4a3NPS11d^2|Rgz;xW<& z7^!Z6DNN4a`h#5fKF*6f9hPKP8rjBZ4hKGFDFbFcU1O|^96D-_Lfx+Tr|)&udb$n6 z46A!3s>AWP&l89WR6WKCE8!vKbkIDkfbPo}*56$b(7yTVY>XUUTLU(0AZu8tMH3ug zZkSzOBvzxF_;#_CQ868wIYOOcVm`L()aotGCSL6_+;fWz2)q{S$li`I$%@E!*^VCw zL57jXdOL0A^Qo(MItZC0?Np-?SJvY>tbMW_2qieEg9Fg336l)rWH7n%t{)oIOEJ(G zN1Sl^QWuPhxurr+yb=!R3g~ugn|AKA{LO)3Z`74y<0x_gcDzT!+EuB=CGR~2jD`Pg z4I8RcF%6p0EESnAEBCIuP*JM=>)7)2VO{~&)6J2`2RMx&W-T1_ySnLhuEaSBcgS#+ z`Nrn~qETSGs6Z#0igEALcq>Y8x~h|q>g+A{Q_(xFLT$FaZ-nm|cd#SR8SRxh!LC1( zE43ADqu&=a>zN!VH7X@iU_24q{(hoqgAcR0ZohitY$_<7lnl+8KRVKv*AMD0e(e9} zv{snWR`Q;^)^?9D=(KucWWp+U^15KkwF;>m0}RT1>2`UZkxDkx_lhhr+#$YA>OJ^W02py{9jCLysB>sy~1D>YPf5b zJUjvHg_eIe?R`j7sw@|tVK$gk+>|uuV>4iAK0KCr6?0R)hQJuLktFHVyL~u7gC>3D zv#J%M#4EIWr9=zOa@}Tzss#oaoKORkiYL)30HiHa6XJX-JxO5F?C_d&G)!z;y~RIE ztPIobVzZ63n?O2hp%O5*ehbyZ)&DAwA>uqGjMtWB$MRymNYT)#K4@f>rr>L817H2T z8lX|Nl8HkAG&tLPl4_|}Kj)h5>`p|m=SX}jQ&LHU)+wjRuLK)pxuJi&vs1+q$AD+L ziW|7DsoV@Xn|-7lh2PIo8l#Ck!Am}m><%+H%rmUdyYO~8PdVg%kp6frs{3g7cw2qB z1Hm^W@6u92R*K~SJtXIS@kTqS>tJD1HtoKic#{-$554LAN{Enztc0aREqGEYs-+II zmatzJ0?x`Q?@%6u+Dm|Yl-m1fQa{`-RS27M7#$H5tZk(fsc7dGOu57s;<1zPe-z5; zWAg{Ef=Si6S1B=YQHh0yM^NEoTnk}N$tOWsM&$;@zX0##TL7&MymI`591rx3d-pQO zZyEd{sbktPa_8@(5|tK&bgbbohoc;o9UcybbA-h;{+c%0!dx7T4Wl9+`~>fIR#q4~ z#tR9d!hV9s13e?`*aF4zx`uN{j8!cHstS%Y-iJfg%?qhVKCB!SbQ}kZU=JNwwFSZp zsyQ6%-^lWbiJ_V414-w%bUuD!vi@{pIL@quS+i6}rcq+ibJJ0Cqeg^-|W z@L1j%USnvBb~1dM` z75(Zo&mp&TExPo!+KmYpMS;agwECE{x(2f_k*wD_A%&rRCxfpfti0_YiPip0t%h{( z8vRRbCe-b#*x7i|;2vroJoGb!!aLC>Iz9L#!iX=_op_*W@4HOlPHSbQ*1`*Fa(bb> zn30u&Mo(b{*o%AoiM{{!R|32L#GzyU83*Gkukmgc+hKMS6%PXd;fwNIYvRXpOKXWw zNZS-89lTI}E0V529FTaVi{ca|oIMG$$!zW5dqHS?pZws6W%T4xN=Sl>aSr&rC;yql zuFXj)jRs8CvC39&+P03nVO&>0khp=ov)2AjTqcGApoAOJ- znjJc_?|@Qpi{SvLd8Sz@h4TBkLn&XJh~pg&%)mF(e&%NTk2|0`^p7*Z8ZifG;=Pri zAlD%>b!5pplAX#>lpbeV*RjiONBk5L(b>@><$7ndp}F3EUA-eK^)XlB@q43=YY-hM zGyz7LD;d}t6%1g?NU7hr;-^Ig245c3xxjr10$}(_Y{G4V?qd$=dN9Ov&)3*Fmo9la33ui&2c&<7}tqTrGZ;8r>H>NX{5a|zO}~QvY@RaKN2Y7n)T${>0p~zf*6awDNBQ;NPKA1Dx$i&B_C91W?yem*p)r zP*ErsIY9p3%1sRZ%6GqKR$osR`%gbcoC<3i)>2v z38~+Hi&bP}8gAcr&phfSM3@eoJaOK!!mwb#N>49uetwtnS+{dWn;RTZ{Fy+Fs?@c( z#gA6%&sl0Zxf&~;vKdXp#VMxA%N~&)5=1ZK0w2JYV3qrLAq!^guXxb@^VF^?ehj`=E62j+2 z=Ki)}TC)sU6Vh?T%iW#NB-_ZlM628KO1-TQhJfZk*A<(mT};6Xg0Vw7&)`ICeK11} zU)i{ehRJtvo}~abQm=MS5l>I!A5c7|zTc=0$&!mBfZU1{HT397O**lGZaKzYdUN?0 z$aTqAyxf4CTJQ#z3IbVKX;96P$JXu33delD=&vQM>4AE1f7E?MWaBaD=QKKz{lo&( z>kr)@McYYFf`#e{_Vo!1*rxmb!|s^%fTrlk-~d!_K$5-ns+*-7^s1@RyJPr$`0#xw zvxzXZ!=AkqL|qCd6i%OSlj+C;3`n;8^<4Lf! zJo|pIIZ|l1o7)3DOK|uwOCL2uBQ^O|=f&lZD)V*FLIs{2$Hkorhexg>R5WC=ovgf? z3Jih-9M&*7s20lWDp!un!+;RKA9M59FKn$mwrUqw8g(W_`Cy!at$nq)A=pryS>(2DQww3-d!5ryV_c~Zf{3ecmb zX$1zEIYB`hAVr;|mi?dS0dn>t_IWsKOE% zB^nvjx60Nh`T)iwJVHjD`9&Tw*cU}mpkj8l<=Xkr0*5i2q#(x#42*hM(nmAIn_mQk zsxe0{j9#-L7!IqQup*H!Nx?u8+rYPRaxZiqIA(qSQ^STR%?Xb zKyws=65GFclv=h{@Wgw5e$2tl(e9;D0E-?tPndm#!c$)@@LAq%eHYOG;eL~sSes)B3{Soo?t3^#)QrM}8 z7y%4~$YsM3EvfCf0rs%V6c}3XNl_`1@Lpc=8W;&we_s%q;DgY8{s9u(0RQBwn_3ZW zIE9JdTBu+wAo%c9scGLV&UPxVGQ+PT)UKD>Yi(VzDu0XWhUSvTAHE@<+ znU#WN8=HDA)Amh`u|_ZIG}amH=96d;e*d?XzWpbx6Y^(PvdZq$S6=t~^oi(UGMCkj zK5CC>m=U<)a{7DhqV=@A;@7%*ENO$bHcU~|t@{Y~^07LlnS`EJ$^BqheEMpxxTH9& z;KmPnt$Vxx| zWAJD&!f=lz`^_qI9pT$~*h!^7JyxZq>8QFBddZ;25$uhcpj`NLK*IAHrmr+^@Ts>_ zWI0o-)v1T*v-nRNv4vz3xsD0VRDzTX^4A(7KAl%ywKpB9Z}Gn*ComU2O2paK&MdB% zCa1pHS3m8E5aK7kvmTkBL>HVR7| z9)?j5dTu_lJeO?!loFg12_kn}CZ9I2Sd+eO^h`9J;EMEYJ@1)?n3J){n%u4hBK5#J ztp!5s)7*9AOBczBzQxxU1p|T&ADr_f*MJG50j2@{*DTSPg%(2o{k{459xjrEj@9DZW}gp?lpqr1ig+WR{>*(-bEwAF|U__kK9 z@RqD}%ip80`g^fT>Y%ZmRX!uqpO4UPC|!@eL(HbE-~$+)^3D zagW9&*QpC5NE#c0gH>%y?$udp{eV~77}lg!)Z6+4Rm2Zd11_SHBm0ZdGr6r8NtdLQ zn9c*(A455-Inn9?R)$RPWfsGmIi2nX)3(^}OEU}^g-Ji4KGb}zRoqIfv_>gv>4pMuIMV0Ct=V1{JpKP_H%V!K&!g)xYt{a>aWYE zbAHLpI4^>P2vm`4mij6IYk2(;w46w{5e|Nb`h z?j_ePI}l`r6`^HwTqn}==&FeiYoXk8`a_=EipwKbcSC>YShwPG&}y=JHv>4Y@IYyG z#h^wI#J}0(WPVl!*>X_JX~$Z`HK)@!vKJUb>KWw6&choL6@$2V+4V}dT%q)viZ;$s zw@NDrnlom!???{NK2!<}c2SIvnaAnyFp^2r+W*F7Sx7=Nw3<2OCiZ-jZqR=)=7Fud z*6X_^zd`|U`zB~%8(Mu0!1qPK8${f~)Tnb|HgTB#v%UfAz0T>=O6W0D5n5od*VFE{ zY^R3G#KGn)+3_ioBetC2DWQ@=HSVU@x;U0ZngfDw*|hwof`|~1Ob}jpYv{0h5rw%z zW(aRR3S@CgVJvD%jrXh!3$BX|kb`|?H{uH!^yv*9d6YvG#)irqXXqJLf}IT@`>1C2 z0SAxO=`$0b*l5Lc%l;m(dsJmwkC~~zdhutxv9|5R3X5SgtY8KwoZj0qVS!6c0p8k_ zepzjWA>0hm;av*M6ex(&qFk%#x_DOeDlwK*B|UC`J8PcDjUmY56+K~)q-9TnobdFu6j z3lVXz4Y&=Lq~jk~f=2#z(0xfuGpTYYZ%G*c`q!NCD3Bv!(E7?0NWr1DE7(I?XtIm z0f8g#Yw7;$R>+CFF5Q@qQHtq@EEI8t9^&r!LfM)N)=ciNmU341rH`0Z%;@-LU4E-r zq`|%%1AtYB)r7j<_uryl?ecIiuRDs(BDyz};ddeNZaX@U{K&?|FFzgMY6a;AvVnhE zA%K7YBdZ27HB$)S;k7_O5Ws`~-EIFLK@1*Df?*X}Miu9sh2X$r62t{(o#7dLE%S=9 zyQYQjk0o6qk%Xz{XSXc@^Yj}TsSkm2+p=Gy$nkP7J|Hg&(XMf9J3IN zrf)@~kH$F(xxak|(<;ORBvd(t$#rY7i&tJ5NxnQ4bkzaAHdSEcT`1!+@qB`Koh(#N z^ZmlX-A`U~fN@r2+cCG#wiQ=47vKi1Jijm+rR7=iAkwvGzB?U@gy|(K;C`Zi8~vY$ zu3dDf=Z?VRrIGC*oR_y7<6yz1ktb`z99_r^<)SvvG;?`eHWGgg zh+!x=tdW;r)>Qu=Yq2bZ-@v|o+W(lB@Gr>r!k{zCVCNU=1%<}v+6TMPIKdGdodyer zy(vQ(Ieagb0tG=J<28h1gSjVHtV-yCXYR)p%PwsbSQ-Itiap!n{g{PU!73T$goz_h zVm>SpqJhx_S_2w}<%$^Dumf5#zJd;BmT_5NDM7qT7HVSY)Y#R_viNpTw8xQL;~>&q zhSU9HG(Q_d0)>(C^bz?fpo2Ejx}vrBL+dwqiudoj zqa#!OvEk6h1$31}MOYlf5ph(|nW8yE<+%L#-xP|;p;(e&h!$l2QrhVdbglA`JLQDU z<+L}Zv#}3GXPqABYo@OpjRL{)ITdmXxA!ean-2Dy&zroDtb)V_+n4b#s&845v{Mth z-TW3&0>rVvt4m{I6c`9JC@{Z&k6#eXFYpVZz>p)5BYZsw5F7j>fWdQ(6Iei3>!&fdD=z!p$o(Q#!BEFn%%bjg&=wOD;j z?(gk^p<*ZRrcYKQ1lC!hhb4daiF`Z*%kjmnvqY5kCn`TML_p&JyJLqR=j_0kq2G)4QLC<|u8P zM8$}xc>?rp@{a?Bl!c{mpsJeO*7O69v!{u5L37uV5;K|@`2KZCLzoh47)5dh9&oFSDE&5!w&xFW znMp!vDms2f*bN>LFrOU%Nxc_M?X~a!0ZEOBXFWFKF1b8ImlnWQ;+w&VGSx{?K z(MJeF$=N1IHl1|=XP3(!(y$2rDVTQ>% z>Jw1FUbVh{hD99lco<927{8A%upD+QHX&i{yIv^gkiKMCdzT+jKPOfZvu*N@lZn#r zq%kMJs>}k#YM?nsj$QogObI!Snd^ipun>c^z^Tg2X!ZZJah*X;XjvEuB0)L<1BwKt zDJ>FO3=jkpA}B~P3Mddl4UtZ0Aru2j07WT+NI;Pyy$Fba6qO=^QbUm<<ZH>)(pHVX6Ux%aaPVHv6k=n)lFE;~IU zF+6U-%XT`aCbmkPD5Z2FywSJqsjv$5ag2Sh5UqU$OD*+RNZBLW>U{e4qA-5BpdjsB zJiW#Gj7WW4@I?7kL;b@v3yYeql`#A1xt{Za1@!&dUuNmrRsIxQxFGt6?vMQs9};tn z`NRC2WX=QH7BYLL0%5Q>BWqCySO}N3AcK!R<|V_xU27(Ls$d%7DltE8tO&2k9hGr( zk`R^K+RdfDoh>)J((ZWIurvPxAE<+L8oO1S=wLdTz^I=hb^6!B&-Ft+2AO@@u(ER- z&qmhq8imE9_@%o*#AbJA1bC2ADx<#&HUx>zI)1X~A3)3|%$G|p#(POZ8OzUC*xS9x zgE+@F2mZ1MLWWP%YR2O_#6v>1$1I)0by1{bz!Eefz$f zMs1amg8Jv=0MxGLtXI!E1SktZGlK9VHnV9p-jsVZuZ@U;epN^Iq3^0|SFQbkf z)qG#*1>Dx~*uMQ^qEtmHrpgeoZm|Z{0h`;FRyv66jO*eil|Bq>rOyV@pj(kcaiwwV z8RF(uGrB`|=F3N-pQ7x|1Z`GE3K(m8;n*1|b6^NhxR4?$>q7ir$LnxLG*|YrEL~+N zu0$_dV}^Ijv5LX;tN-u7@Pl;ZH#7Myhb#aG#BR}C)PFliaPxdCI!=xg-Ms(maVfL2w!qa8`18HsT zu86@iC5wOE2WGmpzr1P^B={;xL4Pew$C_sDoWvH~L=V@)ZYDjEFB5%O;tnjEK1+YQ zkR2VHFR$21b=WD*lIzsz?^p)hKvm-xfB?044ycu=x1zc@Bt}hfI#ISCt;yYoQj6ns z1>P%H9zO;lz7wEjl(OrKNXH~uTWWhCBx3X)2!ytbNWuIb*EdzFRD&ec&mLQs+|#;-?GehWI~u;0n>;cX0MK2bmVN)$+nk3M{k(}gZWuD zt|Zo7-8kxg_~5$KUpFCE{+9BD?DpgVu;u9MBR)r+N2GJ}MoWhRa4=lcx8%btj?AX~ zjEndpcy&+DiDW2|(#q>G;BywV5FRUwYi^=;bsI8HoASN`o)$l7I}*4uMF9%9T?5lp zblV6PZUK>=b?-60l%+H9_3Rw}lU5<3runAF+J>tlntFVxo_HU6LQYZlfD-}3b1c03KdW6WO(XJKIj95L-K;437_;nT&X1x5 zr9!f4l)nJE<7I2BhB$!OMHpUn$riktGav1qA!pm7nJ;UetYpldHGdstqA|J)2rf_RYCikZ zm;`bgH8pQCiaq?nAS`g;$6xy~IG>`;roK;nUK}P|nAg3e)k05)qyn#9q1n!^rk>1W z(P9rd{EjjJ=iIbO`_}&&Gei0+6S&t0flS%SV`JK5_h~~m*a6=Jb4#NDP0_bc!@D|# zu=W+@l5(M%kRCU*lo6w!G~f9mp|t@__F&zm^0F&j+ z%_cEq#!sSU|B-NEoJP&wOjI&r{_*4m(JXC-^8b2DFeVubHi>% zAMXS!iF}{kEtsc6IQV|u6ihPh^GgWQN@CLV2Ue%1a}$oUc`f>E4nOM12!TTqtrj(Y z92CnIeDtE&D4rVrxqVCbAKLwY>HU9m^-S)A{V%Y?I-j|a^pJz2YQ%vO-0;X!s$|Sz z?cVAM=7`DqftgFA6UT`I2VXnI3e?wxe)v0o zPb3+|71|)H5FjAM{B4eQS^3V&!V!~Zz{0d4!eBNo7CtZ=`+u3x24)qQS>R;_u;|z_ z9UWWpmj=xKN*dyXL$`(z$`QVhX7fdDY@gyW>g#vX^kuD-4S*Sut_(#dIa=zOoYCls zHIaSg>@3!=R{ZF8`}cC;8t!u@Lr;p2FxNB|0I%fsT+DOM&Q>MfOn4xcsT{=^{FY~x zzYu@97Sk;`=!uCcOX^T%VF_C)1>gg_mJla`^Shmcq0oty(iiQw;k~~FTcU5*m@KTj z3T@L0;vc4Rt}N^`S~@PBZ$i|(qtsd7MM_!Sx6k*j;SO-X?y6fuUd3+AbR<0|aGQFC zbX_DP%e(!8KYh6jQqY=tgLrQJW~#=?CODwGV_CpjY;m&=y82G0(%S;Ysm>aDbC(NG zWEehtH4(9#Hs746Zo}rO;+Fc1)GLCHy5;|HuLc=?w#wzFYW;#(^1FSIjEiP{fwSXM z;BcG|MdD=ILW{X1a$VjGh7S9sK3spU@&W6#Xc8Wg3geBy(Akv%g!g>!1FvkKLKw1U zl4b&tl;QJao)?*}PHq|R_>lr!;}z`asUo${0yvTi=&w|wt3>~V_Z@^7`(Sj?2KhRy zV&0kgkY1J1bFX%2tt(7DrnTKN50R^WO=zhL$Z-B@MeB9N0NnT2wPPo37h8YD#nMtz zz4Lh6cD%2%MXsX%E~QOr2G)DwFKk-r+ zHut0y^h>Zz$J0Cq7(@LGl$l;3W8_Jzh4JqFD^r|7S(EJIJTZ?8Q+G!&_QFMJTBz&1 z7D(zhckxN0+~$4XYu?R2%)97Siy*LX(7v6=jlQY9$LYC_c>w&J@72OUan3mx+mvUu z?wCJ2Jt*5&v)ra{kq@>BqU4vS&;Pzo0zYPP@xI1u1t-TJQ+dF<7V`1Th2gPj{x5tp3c9_UIB{ zv;FBuSlHN6CZONQ*M(s#YpLpu`G-ETw3oT74G+fZj$7~N=$U{}iN_)_ht9w#_HDZQHilvC~1vX2-T|chIqI+nDtGp800xnsc2$wQ5(@QZ3cq zd)*O=@)GbcI50p!K=4wMqRK!(AV}Z*Jru|{6{GrT0tBRBCM7DQ>bZKJEo5`LiZOD9 zdHn7RED$&+QS7xPnq7+OMzpg#@f&PV0$KXEq!5C#JS+wYm0cN<65yEJ7+`2s=ZX9p zaoMyIF)`2D!NqSmebe&{FF(2JWFfUE;9b+@;`fFN5!`23i--jV`j0_^!-9hd76KRo zzSF*dzVGyZqu7HU&b=G*|9sx+`OM~y{6qi(+Kz)pfjcO7alHoqZh!AHy`im>>-AsY zZyq!HL3aLcp9JK0zYGA1E#JvCaUUo5^UOCFVEBI~f`D)Rf5IL zI~@*jv|Yy-&TAcOk5`MFt_^YpSF8JyDP}vo`V5xLcxmTa|44xQdZQt2$3Q5+Vp~r< zPiMby%k1yl8UuRg4kA`%Wr9e%C83?SmI-HW6Mr;$OjmSs|L&EqFkDCfad_YOW4lEsHxO|EYR7)Zd8NJ6t&%u@W9beBcR_= zYW2H#$}qXAi1F4t^Or1=(GkuOAIVQjS(izn;ZlP0b?)xRf6a#Lts%j>Sxqx* zEK!g+Mbx&x&$C-SS@My<@4we)&&Z|q=e$Ka3a-)E3+Y-=0YBcI2A6W1bs`%r*yLA+U5g*n894`Hs2V#y0omU|IjX@{SbuxG`K_g~K zdh9%xX7j2kL+X*3#vFrcl|@z7Jm9%|LA~4C`Rvc$PI9@Mo*E!M^T~E`pmL$RZ4qwn z#q{Ly7e&k?X0+%)tvA24=o7XPlEvPEj+7*OwA_J6cS+6N=)Oz~LnwUGK`XsCztNTf z;F(X$C7(Wvk?q%F)#6`^Y6#h=e(l(^*Sm2aZS6}On6n=%WfPrY;eG?4*G1qWitZHk zKVtU}3Mq$h+uJvqmsyvOmKK5%t+T-;qg=Q;oMe{5|5QDkid&qOHC-%7a8GEp*utw;)2+G`|F;=Yw- zsr6_a8IS+6@Re1@=T=N9Dgytiy<)_A&uLvqm6yv8!#;XC)l+9LKw=LUAHuaC2<|xo zel8CZ(lWu?gN5i=NVRxDGh-N!9Zc^wwc<0Tgld*OuBLcJ0I7_SMx2tjCyzY+<6B)q z0bC1=^n-u8X67?eA-oru_up*yl*An=-lL|Ogb+8A&ZZb>5J}kYjKdsW9P|%WjA+XeZ&@uOUNDZ znT;OKE(VJeG?N-B&)3-xf<>YDUVBCVJwosL$`(3iB`_+4GDj4v7&j9t<+9e@i+HavK&Ff-hxO zJ3GKkSe4)?8i2OJ(_cG$Au28%rA%@~GJevDCWB#|E=>07j|ta(G-fD;!0XSi`q#`X zx}PJlxysgI!jR49sJ+x2mE`~KkY{>#C(+wLy!;{xTM=Ab|6`t{lj18HaVAg;dpU zzu3aA!f@;6%rVy?|FX;Cuskrd1==Ohf{Lf88wI3jQD4!Tvt5A7)$4qU9w(|Y74{_$yeG_P$*{HSnSb*r-w-L^ znoH(96WO1zOf1TU3YpX9$OGN7H|4C6w9#|kqRk?|djE}bG-j6)3tC^K(+wt|h8jzBY%}~%`JmWUn2wOG zt^UGNK6FYIJn*5fF^`FUjAhg3Bh+Edhze8FhaXLLIaJS2!?@SkV)!rkJGzVFlRLn7 z1$>=`A?MJvCpB$0s=P)X5HR8ykL?Xb%Q2umJAGSsU$q`xH4$bO&xqGo$1Of*M}J1# zi3ywE$aP@q0_%g|n9&(R*Ix_^$pVchA z+kJ3lq&SJph}`xR*YhEz>+f^xVO|Rhb#v$Y#f}}bj^cc$eN%S-mrU;Al9tZ_7{g=>}-NC@`+VP-o;J{#`<*BPc z^&O0nt?er=L-V5Zvo>|LK1bjayW2ycxL|NWy>+bzQ|9s`K@7HQ>e1xRLImv$_3<)= za0_=8NdN*aXsg9=+XF!m35*yE2@VNN$T2b~Fn1G72r0zyJ@>`Migy3Q#{)Q4E073E z81QW-1O)*VLx^~;6{P+AE_@8S2e|esRQKH%Z z1&jAULEoY1e*;M%D2RWezJG)W>mLOJ{U-m3ME@7x8XTlVhoQ%ix?%tI08|>spAXaN zez#5tvjm6VC~sn;;G%XxavDYb(WQazK(ubT#r6|^F2l{PQeHFBiYu!iCCZ!Qh<-NO z&diS#jgECKM4aJVfYZTWgOwqFGmUxoI5Kj{N!q4EbTt!}}egG1G zi9m!>CE78TMTzOYm&AwWMlelx^rrN?sVXSZ4-XF?A0L^SnGO(wp*NoE7w&hf8cvz} zs=vyXXw%uJ#+&YEgBo2|QaNYkSt|TXh}bJT$){;F3bbJ|WdH7j2q(z0jrkdHd*txL zcHmJom`<{;H8qe&9XT=+AQj*^rqN|y&PClGUk*YDOqk~5(wbiT>Bprojx>h{ zdoWi)Y1k%=b?&M|lK60cx6N?WtpFszP*wz>U6n#Nai9Biwe^*GO^EP%w$b6iXwY2< zqgut2jX?gRN&)a*Z$+zDJjGfyv?P@A>EJ#|SGBO}0aO5A;f?PSaaj5oL^0>un&PZ{ z`>V(cVcSQId4+^}ytbJ#Qh)Z9At>I60L#tQgdwf14=g*%lW?Hp zC|h=HM@}q3mdtZXvz)P?5)TnC5sphl6$mMMEML2dJ6k@3#bK+v2z;r>wR7&v?2J)v zt`tOVFKFj@y1|y4&81t-KdHDqi>zDrYjzA_o36l1khAxz1vs{tt{rGeUwkhfu}F z1yKnv?zrNCUwGO>0Sl{uyqmn%`SpFTRH%NAY$(K>rv1dYc@^anqU-2+9Rx@esd0b@ zGkUm6$OP@BYeF>B1-ecpA|onX;0l-%)Whph;2vfKP0iu!hVr6e)iD@!>;`AZb0bXt zztMwAO--$+sF*ardpKKK;#lI~Ywhm#`#4>=JDM*0=OSYI%WQm_F-{W_?4HjFluoiN@_MX8fEalLaV>wgxR80 zo00{b>RDAeyXEd*%w=p2K^vELA`nw7`*%dc7Q9Rqs%Ban;%)V-7RC7B5b!VTm@S7z z@%&D6>z;>r;Qm-mjT*_>RJ%FJ#ofLt zR`Nr{rmU^@*X)c`PR1F3BVmyWjm~upbK22sq{pTLV_4P!i61|o?% zIra&f+%jE3#LOLhWFcPfcW%c|6gpHZ$g0e1b#|RUDENhfOgIpTZONk}*@61fk_>sh z?n{-+SaIMpRHwZK{TI*NUVqXkHf_SXmyBHQHfp=}8O}YkGFxoIwRDUU(#=-NgPCjQ zbz3Z~>TpyM9KGHCG}7|Qe86Byo>$_YzPwFl=Fi}bsBk|SlqaNa3o2%8LbWLCK}_-? z$6+94u3YqB8D^3YL7L4cfC#t0XGQkmh7Qk#FsJu3d(KHvxoDdz@O95SIO(nYkxl6R z=&3_}iY=$_g+tjOhn%AVhHzptRd|y-pEVUfYy%5tPhmDT$e{A4{^7nn@eEajr}0o? zSg<9rM{a#b7vNgM?(no&sCYZT*4T?UAX2)xM>yMmnWy%F;LcN6tv)fR+$5_OLMd4R z6O)a|RG18)Sp@>XKX9YYcze9g0fj`z=tWsJ4)ujX&V(T#0RAE|V*-3uup` zW>;G`mqsFX5Bx(NjUOU~$V1raZo!Nrgb$$RJ3o}P?1Zym#o0H6AkzV6I*B9c$3 z5;3JvY`{!34BNsxy_lpUo9bK$!0JE(uq8n#d6!9L4(9QcSE!ZkSjaYGGXRIB7kHR% zlZWYtMUxh}ugN_^3lw?H#0m+^SZACY@Zb9j)!<+(mMJtuq32R>%$? ze%Il;F6NE-61TV5A}mlUB3x>It?)x8pWyVuI!%?#+Z&>#gVORd$$J^-LK^GK2kOQO zT@)M)G>D0-4+;#V@!9L)bRm<&!K-HRM1iI-wlv7_Lks{xZoqr%xv;dsO#TyFhiD9T z&WKzCUz3h8*)vrsL(+e}XsEts-t=vhT56gz-IUd3s91#F;stB#`uZ?T2o1cEHGL=SLXYDr`LAd_&;ImPTFOt(G$ zo6ZOmaJ6a*I4t!EwxYCYkTA8uWbw3=XKH%TFtXmGMPPombo($FzeOdysDO4KTpkgb zTOraa;av{!T_>`AAEjI8vAg`j03vDJ)lhm0T`_H9NH{LT&eDMR`1n9uSdV~b`~BRn zcS^eu$oD~_L)|v#gBQ@SVx}-!CsmJH4l%#;^55wb^L`#xN)zc%13pvlG(5Hq8zSj6 z_3ig@{wiT)>xVuD-2f0MF+{hl_$*!p_tLfz^m=DI@k<%Il2qZ!xiF;mo{OX)!w$E^ zA(V)gxqips%hjdd8(ppOoW=BQr}9sA3DrU zo$~v{+T{|_6eG|s`Y}+e5A~~6qWEcPBy{KCSGPI!?E6&Aa`| z1P0?;6MmQ9d0ovxU`0i;3RCC_JHu63rq>HcBb+Hz8%+@y`rD&IfSA~B8IKXy_^D${ z+$OC}yH5cbZDrN^v{q*#p{%Uz>+9Pf_pj$5_E05IEuhI~_FWf-iNz8m1Nl7B_E^v! z@KmQ98}RO{bSLMQ{j6R4KkwaVe@cB}SLuTU-HY#{oVCnNJ9epqn)c$o$>F#J2?nb; zs2IrKbu_AgO7b?=fX+={pX`F31k25l6Mk`g>By-B)5-DJ88u0NR=|Ewyyt*G@1Fd8 z5=2DARA`*)Eki8VDhm#dav+2TOl zoDT6Ys;;Rm*_Yk-!0fDAwBpf!<}%@(W+!_TwTtkBjb5Y@0!km`X5gF?u^Cu&?VS@r z!`AmHINHYK5U`vRGym~ihNE)dihn#L+_&N%j|cd#k-c+o+<%PP#(+isYxEceht=~i z5!bPPz~Ip~p?Cak^1paskxS>)fBbhj6MFyn?{fZQboqZWT0aON{#Vka^H(}#v;yiW zZu>nv{_A3M^F_aBX?uP}Ebh4%8WO8pfaaR+Rb=?c2fCRVR$jOi=Hb2o!HZL+04Ej8 zv$=_%l?nSpeM)PR?%5b{sFYf4fWDlsj-zTZTB8ozfWSNFx{ED$8LHHq>n;~;kn>W= zAzfNK(N7s`wXvi)tBaX)#NKItd_p1axia*}_?pUN8~{RWM$WHef~P_Yw4V+lGOBhT z?SaU9*R|Cxi~>(7$vI>TXF5EuIH%y$>&iP88vdcu3!wR zIDc#x2g%W7*;z^fWwIhH1t`w`xT?kYZ-3`2v`G033iFGbS7XX$l^o4+9MGGDWM2zI z@Lr)Yb}YC*?rBGlHXqFf>d#N}8oQC9`KlDdMqZ=eAvPJnd@~cQAUC9IW`#-6o9Ka$ zn5*dcx+>}4%p>4a$pr1Dt0x%?kWcAf%9%4m!JUe-3TaN)c9mf$T=3nGi!_>Zh$&;_ zY_OKb2v?h^WhlOML5DNe35*!sR$H$8(%(0C?mvn^59_Y>f*9wvT|nm>Lb+=yHrBsl z9-t7b1NIVW;7@g{pk2IlKKHZLSlDyG_0-mBwpbew%Ctx1p84N0U1`(0i#|M!Y%3hc zPjdKAMP~&^!77|-bBy{eb&q?fpj33giBMC|rzuf{MNNw%5&P;ArtYmmUAO%7Y$}d2 zI)<`-iqOKd*EFKHY~7I$itgmA=}!7hQ?)apyuL4W`crOH1nDz}#}3zDJGF zPE%3G7Aj2py$2u6XT19uQWdo?sB>1#Rv$buFBbW|ReL0Wz0X*q3V4t)lVPjMW+%=D zu{`xdh!;O@%3YfZ$+FlLSExJDaqDo5f4mZZ@Xp~OnMoj$-_w`>NDJ5USUM@6vc+6c ze>LA~jNMp_CRDLFgvz9F`-Sq$zSlI%)WuFn%xZW{#+W#$ui-{p!x?s8;gGxVGmvpR@&S|Rpd7R*hyxaN={kMZ zp0m%?E2+y9(iv410RZ}vKWZ-DZtG!HiGVn7%2SkOZqJ#-Ca3;LqT0Ks?$<%z!vNd? z!B=neAa~f!UL+p}m$2-lhQY`Bn_dkWt{tXU8MU;}9N(a{4{T6jEI(GRuA^|QHSSL7 zSv#cLZJSMurSFq}&rT`r)kZtty8Jdh8YtSzoQTralr2}g#6#LPcE)8_9hYT{MTm!I zf`aI47JT2S5Up>6$?C`zvIFFt%4O+W4ii}g|1u#YzeA7I3%25gZWH~v-Siz6tBx@? zD4Q*`_0=zgy_q;8L&*|Q*~J`ohJpTUl?7sYWCM^d_X7C@KX1H(O`O8}Tt>s&+ytY_a?DvSfJ;N3Q<0>2@LMydn37Q!q9u61#b2jbIFNHAXBd>==;{FOuP#5-)zs)0M+ z-!Xm9*%oE^aoBEEJ!DsP$x@`dPC)`a{AC1du@66`IBcL16CW9e=A)Sot*KEXbv*}B-r z60Vs?`wN~loTnJ^ewo)~ha0lT=T~=4MH!Oy_3)u#A7wYDJ}Hq%+i1C5Ac740pVxW( z2=M6KdQagX?FaI&^oeG(lVJ)Cg1qpCXk`tJS3+Eo^&V+zI{Hc3NFV=~;+E#z(5E_h ztg5A+&=hXZL#NCP0#0uO3(=F<>Qzn;k9*H;@V#4IlPcpC@!ua(;RfGG zsaoRpO7@>U`=~)&*g&^pQEjSIcJtnpF~!-MM)YMCa~*b(*qc-O>d`1`v>D0xSY4N% zVrJZF?%W5@`uibycQf94JmAyX=FR?EB^x#aT*snxXbb6$E+3YcyW((U6&I^ zcu#Ol@~K&)EmUdM&4(r>B4$C;E8gSCNhgDh`sp6u> z6u%$zTsbQ0V;i1Ft<>Mh#VRJ0C7oe47Gc(S&bhb;q6f&P=*Q8m>%X3C$V+iE_44m9Nw=$ z_Of+`i;v5O@csV4zQ51uyC(HAk;e+pruPi`b?`-KlW zv4fU`iCZO~T)rRW;PoDy?njMV877;Mle@fYSZaRy?6~v(=r1)n7UJAIc6SDipuf;y1Jj*1COp=wI(>Ar(%fjwm*s(kOK5hFJzx4KOYzH#w;ctf+-3pn2REi`x7Asv(R&DE+;vd6qyJl1xOb}@E-I0-|#j8 zjjv^7TO>N8T{y5Vw)4n*}JEKF|6Kpd|jerVyB+CuZ6G8 z8Q5TfY12cua6L{_%3i~=_!5$qpC=?Tv1qO7+JG-GM!GdD72iW!O=IQ=Uz!%bFkt6b zKpsJT0q=ZhCzxu4k>boOG@IS1D2}zoDG=im5La&N9RnOiaCvvW(Dr*h&F-I!Bt!8#k=tSvi4c$ zp1*?;*GAe!fyuA5Zhv~eLlum1M%(zA@Vb$X)??2?wA-WR4%sy=cD)}U&K4meCA6`l z`x=$E>WGoAVcR%skAJGI1~Pj-&EloDH#cze%oLV?O;mY2Zn8R3Epq!cLLh}G;>*L3 z9*|?`S`(N(J8YmsQ}68uwvuOE{}!%sc;|lLH!!wtONZwpTe3alKA*9f+djj?yc56Q z9CHT64RQyDPvWB{j%zM6(C@{v-b7cnuDdW?J`v7|{w43zdt90J0PQgdTj@ETCBp3I zhomwg^D6brc}IKDMbvzDFT205|GjpKrMnvw#;i>txWGgdQ-({=T|%VYg+1$iUligr zdD(J!bpo{W>J21R(!HOm)N}Y;;1fz3$pvwXq-;=-CV!sG2?sZlNysTrKC&HH=Je2e zm;+0^vNn=9fpCK~A@6mx8-Fqc$*MTKrS2p;bmUA9?EAm-fk8s>@CiyKrwU8&v%38x zN9r*S-{Q|U*FyoH0GePemMR-r~CjTYYm0SX@XWjCVN_jsA!W8 zc(m0%E)~fronhP$n+;6r$>4Oc$^>)k(JeRj&p#Yv6&_;USIAgto(1{}*CX{)V$(d1 zW4i;8U{tW5Zo0WW%PZ}-A{NM76=-DTj07&4KCQ-sF}IrF(J2*qaeL8n*qsFSceN|z zsc7|LZuo*pN@fMTe}WHvV~rV!7!9jg44iT96+&=zYRGZ3W_i*!{YFAs7b_$uoZkD) z#9TK9_m;~W`Yq{INlsPOdNiNPsWn~Ob$z}X)dCF-vlI!VAH?Etl=lQZe;DyB!nqB# z$#qho=kf(qDsi4srI5%*z6z|pIK>x_XbS)prnx>kmoDan@eu`xm9r>fH~N6+5PBfAS#xg2*y)7*xymy1>!4o z?OSzQ&coy^dd1glb&BnGTe{pgXIDIW{%g^x4ygtM9Nc*J!}c^46(GKfLH|%e$fjeM zdb%)OoffNlMum#Kuo>)WUc;$bc%*4xDw*vM7?He#zhGGF@Aaa(kBs`Io=mkv9JoOH z>w=9Srw@0Q&DEhzAbw)8>C`9WGJT?xn%;U;E(Gn1@0@^I@lUr&ASMGOIR@RfKvsaT zgr(9$HGW#mK&lJLkVtFH_p>UCBu^Q8cs1v?%D?M zh5z#|8f|m2Bm|r`4;OztJ>8OzVx!~D;ZWu@S@L`t&3G`w0*aD4unEpfiuWrgEi73i zIQH}C?z4vam5BR^H|hcS?Nr$Tn)n0!guD3mAmC21Zbi|fr~Ogp4&R&N>tj~af0NJ8 z&esbFfhl3Dsw|vZG7HEhfxuTF;&xdd2e+JM``O&Dh=fn{$Id~I10->CUJ(gf&V~zk!IH-HD)#{sp!xUDng`ZUZh2-ba0dSjIfk1mRG4RoZf0q384wz8^+qr zYq9I+WUj~`v+9wON52CybvDEl95G)PGrYykF0MKoP2DvoMm{47juv;3~ym`_f2 z_DF{MQ>nqc-rx7T+xwZYL@H8@btiYJi@HP=RPAU2cP1L^)_?ALaI(}evYc&z-}GUZ z|K?d&DB#&ABP$_|EmMM)HCLNBdyU=u-Q^{E3Irz3gxgRcU_IJNLt#Nfa`03-er-F> z1_k^92VVDB>st{WQuxxMkI&O;H3gLkJbCZ-7~Wz)0L;gi|7@CS9?qyH9*;%&=pTYJ zD>b+~c1rDTd0z!DiIzZxgmVX5v_fH7z;T8j<~A1+c@~B^u+8G$WA#Z^FF9hgaFS_e zsE(gi=GbafNMP%n^$=jckr*QR2?it0{$o z1kz<-=8D8hY$!-=pyQ#W==<_Q zX_&^X#zUom#+qPYS19LA;Xt+H)qmwjjTM`GA8KZ~L5GNSlF>6+g5o>tNl&zGA;|(<+s`PUdP%YqoaPrV5Z%Mfn*r^s$xeyq##_W0w8QFwK(gR%vdjWZ6uf{@B;mPCQR;nrU=arofjW5C98{EgFjQxr(-8VXs zX(?>Z1RdUSPWK<)}lm#^I z)%=?X{|*vuSj9fPwR~^5ChO1EeaDObm_<0^ruAZFI-vfFgy+z3H@_bcMu$XPit5#uT_2E7NXL-f zj6Tzp95pVIywXpNb{p76^7Y(VkAA_{hSwY4U%T@@fce{koqwk01Cwi`1awUFgeR{Q z*>{7f`v#sRU8YWmCFJr+#g;H$h(<;~Kw)uOhToXw+Ue}f_g~%hB7w$f*iZbh9BBDK z7_Wt47W+(iQ~G^mKQn6RX92E)?3PPBBi1-@r3r)JG8pjJagBlh)1%RNk$oQ5o5Eeq znARIZMj6Zp=Ot_pT-oH+FCsaj-q_}i?(DPu5hAt9;Z z{?v^!{>8FZa0aM+V}rW|&YzTM2P)*0LJ$aMU&bk?tH{OzUJPFYrILWcv6=3t-XDKN zB?&MA$8Q@s$jCc^o1-jscM3^y=v1G(fmon_gm}1+S=IVEenZ(qQMHw{+yci6oWdid zc`U4J1dBs?Bsih0|Lqi~t=nz5TH?qVn`6PWs&sz8vuF7VfaUo?s-F0aO-enhhf8nm6KCjfB!5Nxa8!Cu-Y@GZjeg) zS!Qr{MF_3hhd0k+VJBHA<1m7ljYmqK-HT4GI2CD`LkZ)~^J@*Z+lLkGPAX7uxv_7w zR|bjikMyjYVG(^7{(&0^Es@YX?vkk$I6^ccmWXh#CqX6&g$|p^o?Z#B>neHD?1P)KwkET#TNO{rHS-3XpNuyF?tE8>RT{)cjdKca}W>1 z``|OJ4MKO6(p@SZn6TKwTdTY2aJC1bitQ@oA0i)RoBnkSC{R(*cQIMUhV^P z1s@zRqdw5xVf3vOq$ntU;O{L=$T20Yp!GiEHfi>*_BNo#xCmFz(-3DH=vhanM}ObX z^zPGSN(b?eejBbTP$fB-C^#T@|MM}X;Wsh?JeY7O8LY}6{P=yHd)93wCvu`%lDl5E z{yUML+O(I6t~jyNc6L|96p`tjeC^LkI@yU2hK~;IiuC9H(}iD@cpk4bS$vAzpd%m? zoRp;%G+<$5;IO6%0rWq8?XstN-i-5dd$D!Dzp&{Mw9TW0JN>nhG!ZqG zTtGS`K0uFb2S$P>0KGg&L#p{uA|NSC0$#MZJh_{N)mCRwTT&S`oMahxL4bQ1X+cvz z44AP>TA(0vK2A)oB7YzW)YUJ!KtYH!Q2rDkG{5efA!;mWj3D$GL!Iux^cmu36{HxA zXGUEJS8!JCK2@?7Vj+h1EV!fqT*qb%JcTLp!n)~T#I%4~p-f|>OHj1DOsyocf5)Q` zVTb@QswiAAFoNlt>`#d_tzzi@qPPHg$=&2{`~j*>9+@HIunFJ$zjiIxWR>z9Iz%duOf3IX{c?fgsEz4lx z2pley!|i{e|9V?a;Ef?!#la^9DX^6Aq8;PV1~I{~1jEI~VFw_V`0i$gLD!m+*?Zd1 zbH;}p4M`BeK#1Gc?N^b1|D?WI_nhS{j~55&B@IPW`!@V z&tF5UYsv*vtEHPncPmPwue-y!t$2<+!yx(L_lb)nP-VaSHG?iq1JRN{f6M2Dt_^Y` zgwU`~2+K22aIRsKtmHXAD^izghTSB2fM324_rRUC*a2-{A?@K`@)I;p@85CVirYJ) zx5dmXZ}adCViKd{M#sf$5syc;Zre$*aC{JRE7i}vPJ|!f-126^v^Q0c)|A6eP3YgRmKfF!iZhV9O1|u$+pv4<8FiABHUCZq=3Eby9Kd<4!inW9~t>! zBFgPv#||*K>Lk0&qENJ-%x?G;vMK!G05ON`bp(C8q&ZF53rYDDP7Bn=3b*x@pP}aF zIM2K&J)Y9P30E$sQWre*2-svW7`;3~%+32EPyU?s50MmEDoj}PMn91(ipkk@ulM*Z zS>(VY?O%Y>UDn|MK8NJxAOSt4Z^Czl$j8|xpbI?ulAx+sSz5Bm)A))M?WaNG_UlWo z@Ia!*W4F3E_LH@#?Zr^CC`!fSPNw-(u=JT!ZXT9S7wsnn~{5;y-n1x zzrRRg`vam@%y51LOUDspy;R@%-Gjv04Ah2EWWq+a+G01UC7a2 z{qQh|kEzP}XjJRwZ1uk63cS9!UiiEKUL(#-t8^@Hx47~k4C1tWo!cBROqNr=uqdc$ z*cP8N(&NbF*hwPOG3T_ymW9xn-oZt)R-g8-)1?TI>l3lZ;uCg{Lz6mWtEb0Uw{DZo z#IQ=FX(z7qXe#hqnwAI?kTHraiu?2Tq2_{f*G~K-uFtgM-si^^^uV!bd>CL`)m=+G zM>-A^reJ$kQ2D9{jv#HW3%zryHju&q+C4v7gg5zUb2VtS(v#xDCr(^E?tse0Z~n1@B;! zexxE!_*3zt`j+TOyUWWrw9i`>#srMV%uEJ%u7V?GGFpfm5Zy>LAUT=(#L(Fs0xVEa zKLNN^4VvFZ(%WO_1ma?kZg5m18(U4EJp8Rv)PUlvyVApj4>6`b-@?e`rnO=F76FBh zmqB}Q*^}r&x~`O0Y1IHv(a9)sC4Df69&l8df+JuPZ!}YH67Q;SE3eDvf?^}uu9^=g zvZVe}#)_$;-t6`lP%Q15TRqtkzBx##3_EANw;m1q5HfAyoN99?Hqx37ozn?07zyU|9E`uxX==$ey=CO=V4w?cm zdshU%hiKI6pZEWG!=_Cj0C=>@=sNUa_^%0)Jj~rwzxY8@~@7%^5d#+H=wp@YfB$>d7P8)7$RiVk$M z1H~GF7!_BBhpVQbQ=?~~Rs5l!pEf&(vkG#F48eJOBPKur2Y_fn{-wpIY)))M39#=h**^$EU%xn)GalROq^MD zYScAU=sP zBhf}^gI*BAd=Va1iG8pvNMZ5SiPecl{0J~N%rUlT6?F2+E=VL=G#0Y%TU6jqYnOfs zRpwgv+JyACY9~=cL%$iozej31Y$@^iCpUJPX-y*XeO6tc2Lnto=?aa-y!?EX&eyN` ze7;s!>q5yOSEe5Ve!c$7JU!p<-E=W`+7Dl)85>8H^N-YwN=2QjW`yiAO~O(#^-+o` z3573zB4ybRu znef6To?(^b%k{UtQsHcIJ*{(b-23=WXG44gH9qOfG2VmCQQ0JKHrp$D2MAtH9dO1F13Y}NeH|2TE31SJjwU+ zF%%|zUY)SD;-bpG$?STgb;r=uIa8{!!_o`?Zc;JHhgL7kI*EJs^LsgcUkuf zqw=ylx+$8x1#eD$CQS@{j5hANMUVCDK6-2h-yhbLoShu3BtRD!wd3lpnsq0tR()4x z5u4^07Vuj+=?^rzSD(bsaM`amkjt&aW4>F{Q4T*XQsS2_P0@lGs9@G)1pybvsp~8Nf92G3LX_ne= zMG=Z;I_g~R3c~m{k2$p%zMtCkQy4@RN+Vl&$co0HPG1uJ>|F8jro+!4x`4SU!U;D_-z+!=1QR~1q?l0ZG z(WumEzxtjj>)g<~8{KWR_Dz3wT`7REjl%3&);=bRGKilZFH~66OygxbGcRxz^|Njt zRoVqdBSkEGQa>SNc+)U{RVvxy7@%E!t>ng$*et6j@Bq>&gXP)T+4lY7?)C@-VI!U?>t(E}k`mZ}mh; zglw)UwZw*Ck<#o)_k8C()OT^A-P;KNu703UW*%o|!tc6%Mq9nZz~*SZsZx|~b!Jz< z&+c>`oNyBx5B6RG7L(C)tf|LFJHEaQ)$a4PnW)8R?G1-PVy`)|(lsA^Es=QOtq;7|aOi+T$II}|@Y{^JV!^|t76R!DP9{#jdFTi5ebEM;L zbgb+?-(^HRzAQXHlk`5))K2dD^qEJ@Cq%?x>Jo;cKaDef)JV5V)M(gP;`N9mjXM=q z`n8T_!bK2q)y9g0oSqUuc`9eOm>w%X;a46!q`3*X&F>sn_7Mx1h!N&f-6<*`ae747 z(D|@9HkB2+o}8!>a?^lqj>r?f+yjFe7C0e?O7#Ss`$S$8adY!K^aP`D_@vnO*Ge*4 zX$U!nNx!P5Y36My=R&Kx6_bP1JUAUd`@42QGObd+5f5BA+xcL@kK+49f`qH$4N%J5 zrXQoq)CoVT&d&=}&goM4e_6v7jp3Ba?JF^D*ycyMi11w0z3Bz@>7xd=yz-1Z$O~jk z5}N#9Wn6hQ6mIt)k;quHj4^hyGq&sr*=7upbsCJ~YZ#S%9fXKb_C1m{YlEnaYO+&^ zWE4rVkC?Hq^V9o#-*evc`~CAd&w1{-_dMs``}yPZoO5q?tnNrVp-J5t8}^33m(S>{ z&5N=NP7NnJ^#P}4vS+&PD{t+z-_mc`jkL$z85r1BI61hr6#J{TO%1J?W#{#Jc~7ut z?~d!{EQ;(DB(a+sKmyFx>t8rpvCIo)(QnbapznH^Krt2wQHKWn1_goMk(6WGSpL2?va~jxrfdc6kGB+ie6hLFo=OMwT!^)+| z@w}C@9H%opBLk*C!ZIT;K$FxY_kML~7ykCth)gv#y%)QVXDADomzjgEWl?r&^HBk? z$HyYwzue#E`GGAw{YmYJ5cY$tVa zlb0AxCL4-au)~9POk-@UEO9q4<>VS?ef(kF5i(!_Jv&DtiEsHy!ZMm@Um0aTl!N=! zwV54XX_!!{7KV0~9BxZi1>fZ^+0fhNeroE>d0s6EdRrTyDH9+hyv)9ZxOn%m$>BP4 z={zFqr)>6PRGXoT{?~hhpC`8#eB2X4cU(K{3y1gO6tkLV4h9pe7Z{V!Qw2&K#JtK_ z<$hjZVeBH;bttJv@Z6Kw^fFDh|$zZgM7AZU_ZBEALq`?_s#5M!^HOo z4B5kQc`2k>7_wh9mw1>|Uo3Q6+Q}bS{&=9pjfK&UX`*+ri&|>Rx8zNl*de!~8GxRI z)FL>PgcTd8?wbqsSt;R3mh&51CP5RL%i2!_$Fc(^w{APee!dhB zx0tkzi>$9vTk}`>8Yix1FvBb?G7!UB)MtLfc`DXVR5nLLj8DgRv@O|zesHDL$(C)6sy14=*?kuuB7pQ%8 zDX)p%U8y_dV|>S8podc3-$aSggOhLgkT>#UKO3GE@8<@#a~W&-SsCcDEnV>@^QMH~ zeMnj=jljoPM|m4LJ6cA4o-IRWNDuq#4DtdGc^8QvMt(XYs{auyY!8wO-(DcxZMjqu z_`rIXxNWx;x4Rr+2315A^;Fd0*>DMzJEkZn;b;#2629&yObNG9acJ^tu@ZR+Nbm4W zC^J*m%dZ2on+%Im_sn4J%0bH~zHaeA%S-tXrSGB1oJ48Xvn|-VvSnjrcGFwKf_evt zae%4UiEdR0E4D>V8LqvY?(ex@+o0hzFFDj1iCoO;57gvt;l^TqX#3vzZ834>kw@p{ zPREy(7`72{3>+%kW#bHOeRS^3*DF`A^~m{5cr)x2WQ`9to?A@ajI?JGuXAi2;)09? zA^k1ooOwT1piMM-gXd9>6NEbGWb7;xEuO&$^(g18I7j%U*Mt2Bu-I91m~1vgX>uTi z)q={WlorQ{6Zuy(; z53 z5Z?SEaZ98f0UafYG@Cr`_3#Ha_&4`giHOT6Ki09J;?GUz{#bnGPz zvow2sQ2-6akTbY%KobVz1;+_m@WUHy9|8H~mg} zwn%wUTcwG)LCR>)v}K|C;m1wk*}CHsg{E)KGe0%3GPy&K>Yk1JO2a&ed-ZoKMC_D< z@5*#l(D~rfJU&LjVa~AfIj18#d3?I4>691lQHRTwLS|3%^TIym5aYCzA}$?~jwtbSU~+-*VTP^7dL}>(>3lO;v&e&D zx)I`b@^&g_d_X)P0}zXc|Ni7+yUV1_v@~tK$ydS|)#Xa3X|rD{#Xxb;gSg%IVIc*T z?~xWmt={j^@X?jZ)01Cj>~;=@xlV`D2@4XV0;R8QF;1MW$-ZLg%RlL(vcoi7(YrK@ zIRZ`t^0r+99&zHy{2yWSUn=E4n&-d7OU<>T6IcDC#dowrN^i-(gwMCZ=_mwo?_@^* zh=CQXh8ej6t@)!670b9rBTwP60-m5=ivH6B*DZF;=t!vx+1yB-S(aUJG*%Rya?TBi z|LptqX3%SM=W?Q@DA*_N_KO-3a-!;jH}?wK#|Pd}zQS;K_IBuDaTbbuKHI8A&FJWO zg9EZ$yy&7vc(u&QK1Niw`(?aTIteA=AzaHL zR#IHgToE>e6w`R+0^5%HQVHP_tMkCI{(a_5jP;BRx2vww!avvd&(Rxc!k4Ruvh&>o z=i^tk>}9ch&CLfq&T`$imPF;Dz!&v$Dy z5FD9n2=j9unQ?ArkP8mbKf;Aqoe_`l_~E4w0rBX7 zBaj!sf)v)8YrIF4qx`@UrSh3Vj0xWp+LPrq0gPg(hY;D7G{KjAEYNvn)FKHjN61KPuN*>#%4mVo51&7C+lVHds}sUe4Fgv~Mng;Mae6immL znPCZY*ad(h2nYZ&0vPE5adh{HfcIzs8v1Vx#n2_bh$lC`TKT)54q$F`. + +The editable list view module adds a number of methods to the list +view, on top of implementing the :js:class:`EditorDelegate` protocol: + +Interaction Methods ++++++++++++++++++++ + +.. js:function:: openerp.web.ListView.ensure_saved + + Attempts to resolve the pending edition, if any, by saving the + edited row's current state. + + :returns: delegate resolving to all editions having been saved, or + rejected if a pending edition could not be saved + (e.g. validation failure) + +.. js:function:: openerp.web.ListView.start_edition([record][, options]) + + Starts editing the provided record inline, through an overlay form + view of editable fields in the record. + + If no record is provided, creates a new one according to the + editability configuration of the list view. + + This method resolves any pending edition when invoked, before + starting a new edition. + + :param record: record to edit, or null to create a new record + :type record: :js:class:`~openerp.web.list.Record` + :param EditOptions options: + :returns: delegate to the form used for the edition + +.. js:function:: openerp.web.ListView.save_edition + + Resolves the pending edition. + + :returns: delegate to the save being completed, resolves to an + object with two attributes ``created`` (flag indicating + whether the saved record was just created or was + updated) and ``record`` the reloaded record having been + edited. + +.. js:function:: openerp.web.ListView.cancel_edition([force=false]) + + Cancels pending edition, cleans up the list view in case of + creation (removes the empty record being created). + + :param Boolean force: doesn't check if the user has added any + data, discards the edition unconditionally + +Utility Methods ++++++++++++++++ + +.. js:function:: openerp.web.ListView.get_cells_for(row) + + Extracts the cells from a listview row, and puts them in a + {fieldname: cell} mapping for analysis and manipulation. + + :param jQuery row: + :rtype: Object + +.. js:function:: openerp.web.ListView.with_event(event_name, event, action[, args][, trigger_params]) + + Executes ``action`` in the context of the view's editor, + bracketing it with cancellable event signals. + + :param String event_name: base name for the bracketing event, will + be postfixed by ``:before`` and + ``:after`` before being called + (respectively before and after + ``action`` is executed) + :param Object event: object passed to the ``:before`` event + handlers. + :param Function action: function called with the view's editor as + its ``this``. May return a deferred. + :param Array args: arguments passed to ``action`` + :param Array trigger_params: arguments passed to the ``:after`` + event handler alongside the results + of ``action`` + +Behavioral Customizations ++++++++++++++++++++++++++ + +.. js:function:: openerp.web.ListView.handle_onwrite(record) + + Implements the handling of the ``onwrite`` listview attribute: + calls the RPC methods specified by ``@onwrite``, and if that + method returns an array of ids loads or reloads the records + corresponding to those ids. + + :param record: record being written having triggered the + ``onwrite`` callback + :type record: openerp.web.list.Record + :returns: deferred to all reloadings being done + +Events +++++++ + +For simpler interactions by/with external users of the listview, the +view provides a number of dedicated events to its lifecycle. + +.. note:: if an event is defined as *cancellable*, it means its first + parameter is an object on which the ``cancel`` attribute can + be set. If the ``cancel`` attribute is set, the view will + abort its current behavior as soon as possible, and rollback + any state modification. + + Generally speaking, an event should only be cancelled (by + setting the ``cancel`` flag to ``true``), uncancelling an + event is undefined as event handlers are executed on a + first-come-first-serve basis and later handlers may + re-cancel an uncancelled event. + +.. _listview-edit-before: + +``edit:before`` *cancellable* + + Invoked before the list view starts editing a record. + + Provided with an event object with a single property ``record``, + holding the attributes of the record being edited (``record`` is + empty *but not null* for a new record) + +``edit:after`` + + Invoked after the list view has gone into an edition state, + provided with the attributes of the record being edited (see + ``edit:before``) as first parameter and the form used for the + edition as second parameter. + +``save:before`` *cancellable* + + Invoked right before saving a pending edition, provided with an + event object holding the listview's editor (``editor``) and the + edition form (``form``) + +``save:after`` + + Invoked after a save has been completed + +``cancel:before`` *cancellable* + + Invoked before cancelling a pending edition, provided with the + same information as ``save:before``. + +``cancel:after`` + + Invoked after a pending edition has been cancelled. + +DOM events +++++++++++ + +The list view has grown hooks for the ``keyup`` event on its edition +form (during edition): any such event bubbling out of the edition form +will be forwarded to a method ``keyup_EVENTNAME``, where ``EVENTNAME`` +is the name of the key in ``$.ui.keyCode``. + +The method will also get the event object (originally passed to the +``keyup`` handler) as its sole parameter. + +The base editable list view has handlers for the ``ENTER`` and +``ESCAPE`` keys. + +Editor +------ + +The list-edition modules does not generally interact with the embedded +formview, delegating instead to its +:js:class:`~openerp.web.list.Editor`. + +.. js:class:: openerp.web.list.Editor(parent[, options]) + + The editor object provides a more convenient interface to form + views, and simplifies the usage of form views for semi-arbitrary + edition of stuff. + + However, the editor does *not* task itself with being internally + consistent at this point: calling + e.g. :js:func:`~openerp.web.list.Editor.edit` multiple times in a + row without saving or cancelling each edit is undefined. + + :param parent: + :type parent: :js:class:`~openerp.web.Widget` + :param EditorOptions options: + + .. js:function:: openerp.web.list.Editor.is_editing([record_state]) + + Indicates whether the editor is currently in the process of + providing edition for a record. + + Can be filtered by the state of the record being edited + (whether it's a record being *created* or a record being + *altered*), in which case it asserts both that an edition is + underway and that the record being edited respectively does + not yet exist in the database or already exists there. + + :param record_state: state of the record being edited. + Either ``"new"`` or ``"edit"``. + :type record_state: String + :rtype: Boolean + + .. js:function:: openerp.web.list.Editor.edit(record, configureField[, options]) + + Loads the provided record into the internal form view and + displays the form view. + + Will also attempt to focus the first visible field of the form + view. + + :param Object record: record to load into the form view + (key:value mapping similar to the result + of a ``read``) + :param configureField: function called with each field of the + form view right after the form is + displayed, lets whoever called this + method do some last-minute + configuration of form fields. + :type configureField: Function + :param EditOptions options: + :returns: jQuery delegate to the form object + + .. js:function:: openerp.web.list.Editor.save + + Attempts to save the internal form, then hide it + + :returns: delegate to the record under edition (with ``id`` + added for a creation). The record is not updated + from when it was passed in, aside from the ``id`` + attribute. + + .. js:function:: openerp.web.list.Editor.cancel([force=false]) + + Attemps to cancel the edition of the internal form, then hide + the form + + :param Boolean force: unconditionally cancels the edition of + the internal form, even if the user has + already entered data in it. + :returns: delegate to the record under edition + +.. js:class:: EditorOptions + + .. js:attribute:: EditorOptions.formView + + Form view (sub)-class to instantiate and delegate edition to. + + By default, :js:class:`~openerp.web.FormView` + + .. js:attribute:: EditorOptions.delegate + + Object used to get various bits of information about how to + display stuff. + + By default, uses the editor's parent widget. See + :js:class:`EditorDelegate` for the methods and attributes to + provide. + +.. js:class:: EditorDelegate + + Informal protocol defining the methods and attributes expected of + the :js:class:`~openerp.web.list.Editor`'s delegate. + + .. js:attribute:: EditorDelegate.dataset + + The dataset passed to the form view to synchronize the form + view and the outer widget. + + .. js:function:: EditorDelegate.edition_view(editor) + + Called by the :js:class:`~openerp.web.list.Editor` object to + get a form view (JSON) to pass along to the form view it + created. + + The result should be a valid form view, see :doc:`Form Notes + ` for various peculiarities of the form view + format. + + :param editor: editor object asking for the view + :type editor: :js:class:`~openerp.web.list.Editor` + :returns: form view + :rtype: Object + + .. js:function:: EditorDelegate.prepends_on_create + + By default, the :js:class:`~openerp.web.list.Editor` will + append the ids of newly created records to the + :js:attr:`EditorDelegate.dataset`. If this method returns + ``true``, it will prepend these ids instead. + + :returns: whether new records should be prepended to the + dataset (instead of appended) + :rtype: Boolean + + +.. js:class:: EditOptions + + Options object optionally passed into a method starting an edition + to configure its setup and behavior + + .. js:attribute:: focus_field + + Name of the field to set focus on after setting up the edition + of the record. + + If this option is not provided, or the requested field can not + be focused (invisible, readonly or not in the view), the first + visible non-readonly field is focused. + +Changes from 6.1 +---------------- + +* The editable listview behavior has been rewritten pretty much from + scratch, any code touching on editability will have to be modified + + * The overloading of :js:class:`~openerp.web.ListView.Groups` and + :js:class:`~openerp.web.ListView.List` for editability has been + drastically simplified, and most of the behavior has been moved to + the list view itself. Only + :js:func:`~openerp.web.ListView.List.row_clicked` is still + overridden. + + * A new method ``get_row_for(record) -> jQuery(tr) | null`` has been + added to both ListView.List and ListView.Group, it can be called + from the list view to get the table row matching a record (if such + a row exists). + +* :js:func:`~openerp.web.ListView.do_button_action`'s core behavior + has been split away to + :js:func:`~openerp.web.ListView.handle_button`. This allows bypassing + overrides of :js:func:`~openerp.web.ListView.do_button_action` in a + parent class. + + Ideally, :js:func:`~openerp.web.ListView.handle_button` should not be + overridden. + +* Modifiers handling has been improved (all modifiers information + should now be available through :js:func:`~Column.modifiers_for`, + not just ``invisible``) + +* Changed some handling of the list view's record: a record may now + have no id, and the listview will handle that correctly (for new + records being created) as well as correctly handle the ``id`` being + set. + +* Extended the internal collections structure of the list view with + `#find`_, `#succ`_ and `#pred`_. + +.. _#find: http://underscorejs.org/#find + +.. _#succ: http://hackage.haskell.org/packages/archive/base/latest/doc/html/Prelude.html#v:succ + +.. _#pred: http://hackage.haskell.org/packages/archive/base/latest/doc/html/Prelude.html#v:pred diff --git a/web/doc/make.bat b/web/doc/make.bat new file mode 100644 index 0000000..3e72cad --- /dev/null +++ b/web/doc/make.bat @@ -0,0 +1,170 @@ +@ECHO OFF + +REM Command file for Sphinx documentation + +if "%SPHINXBUILD%" == "" ( + set SPHINXBUILD=sphinx-build +) +set BUILDDIR=_build +set ALLSPHINXOPTS=-d %BUILDDIR%/doctrees %SPHINXOPTS% . +if NOT "%PAPER%" == "" ( + set ALLSPHINXOPTS=-D latex_paper_size=%PAPER% %ALLSPHINXOPTS% +) + +if "%1" == "" goto help + +if "%1" == "help" ( + :help + echo.Please use `make ^` where ^ is one of + echo. html to make standalone HTML files + echo. dirhtml to make HTML files named index.html in directories + echo. singlehtml to make a single large HTML file + echo. pickle to make pickle files + echo. json to make JSON files + echo. htmlhelp to make HTML files and a HTML help project + echo. qthelp to make HTML files and a qthelp project + echo. devhelp to make HTML files and a Devhelp project + echo. epub to make an epub + echo. latex to make LaTeX files, you can set PAPER=a4 or PAPER=letter + echo. text to make text files + echo. man to make manual pages + echo. changes to make an overview over all changed/added/deprecated items + echo. linkcheck to check all external links for integrity + echo. doctest to run all doctests embedded in the documentation if enabled + goto end +) + +if "%1" == "clean" ( + for /d %%i in (%BUILDDIR%\*) do rmdir /q /s %%i + del /q /s %BUILDDIR%\* + goto end +) + +if "%1" == "html" ( + %SPHINXBUILD% -b html %ALLSPHINXOPTS% %BUILDDIR%/html + if errorlevel 1 exit /b 1 + echo. + echo.Build finished. The HTML pages are in %BUILDDIR%/html. + goto end +) + +if "%1" == "dirhtml" ( + %SPHINXBUILD% -b dirhtml %ALLSPHINXOPTS% %BUILDDIR%/dirhtml + if errorlevel 1 exit /b 1 + echo. + echo.Build finished. The HTML pages are in %BUILDDIR%/dirhtml. + goto end +) + +if "%1" == "singlehtml" ( + %SPHINXBUILD% -b singlehtml %ALLSPHINXOPTS% %BUILDDIR%/singlehtml + if errorlevel 1 exit /b 1 + echo. + echo.Build finished. The HTML pages are in %BUILDDIR%/singlehtml. + goto end +) + +if "%1" == "pickle" ( + %SPHINXBUILD% -b pickle %ALLSPHINXOPTS% %BUILDDIR%/pickle + if errorlevel 1 exit /b 1 + echo. + echo.Build finished; now you can process the pickle files. + goto end +) + +if "%1" == "json" ( + %SPHINXBUILD% -b json %ALLSPHINXOPTS% %BUILDDIR%/json + if errorlevel 1 exit /b 1 + echo. + echo.Build finished; now you can process the JSON files. + goto end +) + +if "%1" == "htmlhelp" ( + %SPHINXBUILD% -b htmlhelp %ALLSPHINXOPTS% %BUILDDIR%/htmlhelp + if errorlevel 1 exit /b 1 + echo. + echo.Build finished; now you can run HTML Help Workshop with the ^ +.hhp project file in %BUILDDIR%/htmlhelp. + goto end +) + +if "%1" == "qthelp" ( + %SPHINXBUILD% -b qthelp %ALLSPHINXOPTS% %BUILDDIR%/qthelp + if errorlevel 1 exit /b 1 + echo. + echo.Build finished; now you can run "qcollectiongenerator" with the ^ +.qhcp project file in %BUILDDIR%/qthelp, like this: + echo.^> qcollectiongenerator %BUILDDIR%\qthelp\OpenERPWeb.qhcp + echo.To view the help file: + echo.^> assistant -collectionFile %BUILDDIR%\qthelp\OpenERPWeb.ghc + goto end +) + +if "%1" == "devhelp" ( + %SPHINXBUILD% -b devhelp %ALLSPHINXOPTS% %BUILDDIR%/devhelp + if errorlevel 1 exit /b 1 + echo. + echo.Build finished. + goto end +) + +if "%1" == "epub" ( + %SPHINXBUILD% -b epub %ALLSPHINXOPTS% %BUILDDIR%/epub + if errorlevel 1 exit /b 1 + echo. + echo.Build finished. The epub file is in %BUILDDIR%/epub. + goto end +) + +if "%1" == "latex" ( + %SPHINXBUILD% -b latex %ALLSPHINXOPTS% %BUILDDIR%/latex + if errorlevel 1 exit /b 1 + echo. + echo.Build finished; the LaTeX files are in %BUILDDIR%/latex. + goto end +) + +if "%1" == "text" ( + %SPHINXBUILD% -b text %ALLSPHINXOPTS% %BUILDDIR%/text + if errorlevel 1 exit /b 1 + echo. + echo.Build finished. The text files are in %BUILDDIR%/text. + goto end +) + +if "%1" == "man" ( + %SPHINXBUILD% -b man %ALLSPHINXOPTS% %BUILDDIR%/man + if errorlevel 1 exit /b 1 + echo. + echo.Build finished. The manual pages are in %BUILDDIR%/man. + goto end +) + +if "%1" == "changes" ( + %SPHINXBUILD% -b changes %ALLSPHINXOPTS% %BUILDDIR%/changes + if errorlevel 1 exit /b 1 + echo. + echo.The overview file is in %BUILDDIR%/changes. + goto end +) + +if "%1" == "linkcheck" ( + %SPHINXBUILD% -b linkcheck %ALLSPHINXOPTS% %BUILDDIR%/linkcheck + if errorlevel 1 exit /b 1 + echo. + echo.Link check complete; look for any errors in the above output ^ +or in %BUILDDIR%/linkcheck/output.txt. + goto end +) + +if "%1" == "doctest" ( + %SPHINXBUILD% -b doctest %ALLSPHINXOPTS% %BUILDDIR%/doctest + if errorlevel 1 exit /b 1 + echo. + echo.Testing of doctests in the sources finished, look at the ^ +results in %BUILDDIR%/doctest/output.txt. + goto end +) + +:end diff --git a/web/doc/module.rst b/web/doc/module.rst new file mode 100644 index 0000000..8306e88 --- /dev/null +++ b/web/doc/module.rst @@ -0,0 +1,283 @@ +.. _module: + +Building an OpenERP Web module +============================== + +There is no significant distinction between an OpenERP Web module and +an OpenERP module, the web part is mostly additional data and code +inside a regular OpenERP module. This allows providing more seamless +features by integrating your module deeper into the web client. + +A Basic Module +-------------- + +A very basic OpenERP module structure will be our starting point: + +.. code-block:: text + + web_example + ├── __init__.py + └── __openerp__.py + +.. literalinclude:: module/__openerp__.py + :language: python + +This is a sufficient minimal declaration of a valid OpenERP module. + +Web Declaration +--------------- + +There is no such thing as a "web module" declaration. An OpenERP +module is automatically recognized as "web-enabled" if it contains a +``static`` directory at its root, so: + +.. code-block:: text + + web_example + ├── __init__.py + ├── __openerp__.py + └── static + +is the extent of it. You should also change the dependency to list +``web``: + +.. literalinclude:: module/__openerp__.py.1.diff + :language: diff + +.. note:: + + This does not matter in normal operation so you may not realize + it's wrong (the web module does the loading of everything else, so + it can only be loaded), but when e.g. testing the loading process + is slightly different than normal, and incorrect dependency may + lead to broken code. + +This makes the "web" discovery system consider the module as having a +"web part", and check if it has web controllers to mount or javascript +files to load. The content of the ``static/`` folder is also +automatically made available to web browser at the URL +``$module-name/static/$file-path``. This is sufficient to provide +pictures (of cats, usually) through your module. However there are +still a few more steps to running javascript code. + +Getting Things Done +------------------- + +The first one is to add javascript code. It's customary to put it in +``static/src/js``, to have room for e.g. other file types, or +third-party libraries. + +.. literalinclude:: module/static/src/js/first_module.js + :language: javascript + +The client won't load any file unless specified, thus the new file +should be listed in the module's manifest file, under a new key ``js`` +(a list of file names, or glob patterns): + +.. literalinclude:: module/__openerp__.py.2.diff + :language: diff + +At this point, if the module is installed and the client reloaded the +message should appear in your browser's development console. + +.. note:: + + Because the manifest file has been edited, you will have to + restart the OpenERP server itself for it to be taken in account. + + You may also want to open your browser's console *before* + reloading, depending on the browser messages printed while the + console is closed may not work or may not appear after opening it. + +.. note:: + + If the message does not appear, try cleaning your browser's caches + and ensure the file is correctly loaded from the server logs or + the "resources" tab of your browser's developers tools. + +At this point the code runs, but it runs only once when the module is +initialized, and it can't get access to the various APIs of the web +client (such as making RPC requests to the server). This is done by +providing a `javascript module`_: + +.. literalinclude:: module/static/src/js/first_module.js.1.diff + :language: diff + +If you reload the client, you'll see a message in the console exactly +as previously. The differences, though invisible at this point, are: + +* All javascript files specified in the manifest (only this one so + far) have been fully loaded +* An instance of the web client and a namespace inside that instance + (with the same name as the module) have been created and are + available for use + +The latter point is what the ``instance`` parameter to the function +provides: an instance of the OpenERP Web client, with the contents of +all the new module's dependencies loaded in and initialized. These are +the entry points to the web client's APIs. + +To demonstrate, let's build a simple :doc:`client action +`: a stopwatch + +First, the action declaration: + +.. literalinclude:: module/__openerp__.py.3.diff + :language: diff + +.. literalinclude:: module/web_example.xml + :language: xml + +then set up the :doc:`client action hook ` to register +a function (for now): + +.. literalinclude:: module/static/src/js/first_module.js.2.diff + :language: diff + +Updating the module (in order to load the XML description) and +re-starting the server should display a new menu *Example Client +Action* at the top-level. Opening said menu will make the message +appear, as usual, in the browser's console. + +Paint it black +-------------- + +The next step is to take control of the page itself, rather than just +print little messages in the console. This we can do by replacing our +client action function by a :doc:`widget`. Our widget will simply use +its :js:func:`~openerp.web.Widget.start` to add some content to its +DOM: + +.. literalinclude:: module/static/src/js/first_module.js.3.diff + :language: diff + +after reloading the client (to update the javascript file), instead of +printing to the console the menu item clears the whole screen and +displays the specified message in the page. + +Since we've added a class on the widget's :ref:`DOM root +` we can now see how to add a stylesheet to a module: +first create the stylesheet file: + +.. literalinclude:: module/static/src/css/web_example.css + :language: css + +then add a reference to the stylesheet in the module's manifest (which +will require restarting the OpenERP Server to see the changes, as +usual): + +.. literalinclude:: module/__openerp__.py.4.diff + :language: diff + +the text displayed by the menu item should now be huge, and +white-on-black (instead of small and black-on-white). From there on, +the world's your canvas. + +.. note:: + + Prefixing CSS rules with both ``.openerp`` (to ensure the rule + will apply only within the confines of the OpenERP Web client) and + a class at the root of your own hierarchy of widgets is strongly + recommended to avoid "leaking" styles in case the code is running + embedded in an other web page, and does not have the whole screen + to itself. + +So far we haven't built much (any, really) DOM content. It could all +be done in :js:func:`~openerp.web.Widget.start` but that gets unwieldy +and hard to maintain fast. It is also very difficult to extend by +third parties (trying to add or change things in your widgets) unless +broken up into multiple methods which each perform a little bit of the +rendering. + +The first way to handle this method is to delegate the content to +plenty of sub-widgets, which can be individually overridden. An other +method [#DOM-building]_ is to use `a template +`_ to render a widget's +DOM. + +OpenERP Web's template language is :doc:`qweb`. Although any +templating engine can be used (e.g. `mustache +`_ or `_.template +`_) QWeb has important features +which other template engines may not provide, and has special +integration to OpenERP Web widgets. + +Adding a template file is similar to adding a style sheet: + +.. literalinclude:: module/static/src/xml/web_example.xml + :language: xml + +.. literalinclude:: module/__openerp__.py.5.diff + :language: diff + +The template can then easily be hooked in the widget: + +.. literalinclude:: module/static/src/js/first_module.js.4.diff + :language: diff + +And finally the CSS can be altered to style the new (and more complex) +template-generated DOM, rather than the code-generated one: + +.. literalinclude:: module/static/src/css/web_example.css.1.diff + :language: diff + +.. note:: + + The last section of the CSS change is an example of "state + classes": a CSS class (or set of classes) on the root of the + widget, which is toggled when the state of the widget changes and + can perform drastic alterations in rendering (usually + showing/hiding various elements). + + This pattern is both fairly simple (to read and understand) and + efficient (because most of the hard work is pushed to the + browser's CSS engine, which is usually highly optimized, and done + in a single repaint after toggling the class). + +The last step (until the next one) is to add some behavior and make +our stopwatch watch. First hook some events on the buttons to toggle +the widget's state: + +.. literalinclude:: module/static/src/js/first_module.js.5.diff + :language: diff + +This demonstrates the use of the "events hash" and event delegation to +declaratively handle events on the widget's DOM. And already changes +the button displayed in the UI. Then comes some actual logic: + +.. literalinclude:: module/static/src/js/first_module.js.6.diff + :language: diff + +* An initializer (the ``init`` method) is introduced to set-up a few + internal variables: ``_start`` will hold the start of the timer (as + a javascript Date object), and ``_watch`` will hold a ticker to + update the interface regularly and display the "current time". + +* ``update_counter`` is in charge of taking the time difference + between "now" and ``_start``, formatting as ``HH:MM:SS`` and + displaying the result on screen. + +* ``watch_start`` is augmented to initialize ``_start`` with its value + and set-up the update of the counter display every 33ms. + +* ``watch_stop`` disables the updater, does a final update of the + counter display and resets everything. + +* Finally, because javascript Interval and Timeout objects execute + "outside" the widget, they will keep going even after the widget has + been destroyed (especially an issue with intervals as they repeat + indefinitely). So ``_watch`` *must* be cleared when the widget is + destroyed (then the ``_super`` must be called as well in order to + perform the "normal" widget cleanup). + +Starting and stopping the watch now works, and correctly tracks time +since having started the watch, neatly formatted. + +.. [#DOM-building] they are not alternative solutions: they work very + well together. Templates are used to build "just + DOM", sub-widgets are used to build DOM subsections + *and* delegate part of the behavior (e.g. events + handling). + +.. _javascript module: + http://addyosmani.com/resources/essentialjsdesignpatterns/book/#modulepatternjavascript diff --git a/web/doc/module/.___init__.py b/web/doc/module/.___init__.py new file mode 100755 index 0000000000000000000000000000000000000000..49a7a68dda8b3dcf718be8275dd408a96c2f6f65 GIT binary patch literal 222 zcmZQz6=P>$Vqox1Ojhs@R)|o50+1L3ClDI}@fsio@$UgK5x_AdBnYYuq+J^qI7A5ADWagzZ6zUro7#LccS|+8L8Kk9JyXWVp=cL9|7#TQc v6y@ipTDuvVIhz}}xahi=8@lM4m>aq3I$4++>l&JxI-8jrIGMN_nJ@qVFajf1 literal 0 HcmV?d00001 diff --git a/web/doc/module/.___openerp__.py b/web/doc/module/.___openerp__.py new file mode 100755 index 0000000000000000000000000000000000000000..49a7a68dda8b3dcf718be8275dd408a96c2f6f65 GIT binary patch literal 222 zcmZQz6=P>$Vqox1Ojhs@R)|o50+1L3ClDI}@fsio@$UgK5x_AdBnYYuq+J^qI7A5ADWagzZ6zUro7#LccS|+8L8Kk9JyXWVp=cL9|7#TQc v6y@ipTDuvVIhz}}xahi=8@lM4m>aq3I$4++>l&JxI-8jrIGMN_nJ@qVFajf1 literal 0 HcmV?d00001 diff --git a/web/doc/module/.___openerp__.py.1.diff b/web/doc/module/.___openerp__.py.1.diff new file mode 100644 index 0000000000000000000000000000000000000000..49a7a68dda8b3dcf718be8275dd408a96c2f6f65 GIT binary patch literal 222 zcmZQz6=P>$Vqox1Ojhs@R)|o50+1L3ClDI}@fsio@$UgK5x_AdBnYYuq+J^qI7A5ADWagzZ6zUro7#LccS|+8L8Kk9JyXWVp=cL9|7#TQc v6y@ipTDuvVIhz}}xahi=8@lM4m>aq3I$4++>l&JxI-8jrIGMN_nJ@qVFajf1 literal 0 HcmV?d00001 diff --git a/web/doc/module/.___openerp__.py.2.diff b/web/doc/module/.___openerp__.py.2.diff new file mode 100644 index 0000000000000000000000000000000000000000..49a7a68dda8b3dcf718be8275dd408a96c2f6f65 GIT binary patch literal 222 zcmZQz6=P>$Vqox1Ojhs@R)|o50+1L3ClDI}@fsio@$UgK5x_AdBnYYuq+J^qI7A5ADWagzZ6zUro7#LccS|+8L8Kk9JyXWVp=cL9|7#TQc v6y@ipTDuvVIhz}}xahi=8@lM4m>aq3I$4++>l&JxI-8jrIGMN_nJ@qVFajf1 literal 0 HcmV?d00001 diff --git a/web/doc/module/.___openerp__.py.3.diff b/web/doc/module/.___openerp__.py.3.diff new file mode 100644 index 0000000000000000000000000000000000000000..49a7a68dda8b3dcf718be8275dd408a96c2f6f65 GIT binary patch literal 222 zcmZQz6=P>$Vqox1Ojhs@R)|o50+1L3ClDI}@fsio@$UgK5x_AdBnYYuq+J^qI7A5ADWagzZ6zUro7#LccS|+8L8Kk9JyXWVp=cL9|7#TQc v6y@ipTDuvVIhz}}xahi=8@lM4m>aq3I$4++>l&JxI-8jrIGMN_nJ@qVFajf1 literal 0 HcmV?d00001 diff --git a/web/doc/module/.___openerp__.py.4.diff b/web/doc/module/.___openerp__.py.4.diff new file mode 100644 index 0000000000000000000000000000000000000000..49a7a68dda8b3dcf718be8275dd408a96c2f6f65 GIT binary patch literal 222 zcmZQz6=P>$Vqox1Ojhs@R)|o50+1L3ClDI}@fsio@$UgK5x_AdBnYYuq+J^qI7A5ADWagzZ6zUro7#LccS|+8L8Kk9JyXWVp=cL9|7#TQc v6y@ipTDuvVIhz}}xahi=8@lM4m>aq3I$4++>l&JxI-8jrIGMN_nJ@qVFajf1 literal 0 HcmV?d00001 diff --git a/web/doc/module/.___openerp__.py.5.diff b/web/doc/module/.___openerp__.py.5.diff new file mode 100644 index 0000000000000000000000000000000000000000..49a7a68dda8b3dcf718be8275dd408a96c2f6f65 GIT binary patch literal 222 zcmZQz6=P>$Vqox1Ojhs@R)|o50+1L3ClDI}@fsio@$UgK5x_AdBnYYuq+J^qI7A5ADWagzZ6zUro7#LccS|+8L8Kk9JyXWVp=cL9|7#TQc v6y@ipTDuvVIhz}}xahi=8@lM4m>aq3I$4++>l&JxI-8jrIGMN_nJ@qVFajf1 literal 0 HcmV?d00001 diff --git a/web/doc/module/._static b/web/doc/module/._static new file mode 100644 index 0000000000000000000000000000000000000000..49a7a68dda8b3dcf718be8275dd408a96c2f6f65 GIT binary patch literal 222 zcmZQz6=P>$Vqox1Ojhs@R)|o50+1L3ClDI}@fsio@$UgK5x_AdBnYYuq+J^qI7A5ADWagzZ6zUro7#LccS|+8L8Kk9JyXWVp=cL9|7#TQc v6y@ipTDuvVIhz}}xahi=8@lM4m>aq3I$4++>l&JxI-8jrIGMN_nJ@qVFajf1 literal 0 HcmV?d00001 diff --git a/web/doc/module/._web_example.xml b/web/doc/module/._web_example.xml new file mode 100644 index 0000000000000000000000000000000000000000..49a7a68dda8b3dcf718be8275dd408a96c2f6f65 GIT binary patch literal 222 zcmZQz6=P>$Vqox1Ojhs@R)|o50+1L3ClDI}@fsio@$UgK5x_AdBnYYuq+J^qI7A5ADWagzZ6zUro7#LccS|+8L8Kk9JyXWVp=cL9|7#TQc v6y@ipTDuvVIhz}}xahi=8@lM4m>aq3I$4++>l&JxI-8jrIGMN_nJ@qVFajf1 literal 0 HcmV?d00001 diff --git a/web/doc/module/__init__.py b/web/doc/module/__init__.py new file mode 100755 index 0000000..e69de29 diff --git a/web/doc/module/__openerp__.py b/web/doc/module/__openerp__.py new file mode 100755 index 0000000..d8c23c3 --- /dev/null +++ b/web/doc/module/__openerp__.py @@ -0,0 +1,7 @@ +# __openerp__.py +{ + 'name': "Web Example", + 'description': "Basic example of a (future) web module", + 'category': 'Hidden', + 'depends': ['base'], +} diff --git a/web/doc/module/__openerp__.py.1.diff b/web/doc/module/__openerp__.py.1.diff new file mode 100644 index 0000000..dbab2e6 --- /dev/null +++ b/web/doc/module/__openerp__.py.1.diff @@ -0,0 +1,11 @@ +--- web_example/__openerp__.py ++++ web_example/__openerp__.py +@@ -1,7 +1,7 @@ + # __openerp__.py + { + 'name': "Web Example", + 'description': "Basic example of a (future) web module", + 'category': 'Hidden', +- 'depends': ['base'], ++ 'depends': ['web'], + } diff --git a/web/doc/module/__openerp__.py.2.diff b/web/doc/module/__openerp__.py.2.diff new file mode 100644 index 0000000..77025f1 --- /dev/null +++ b/web/doc/module/__openerp__.py.2.diff @@ -0,0 +1,11 @@ +--- web_example/__openerp__.py ++++ web_example/__openerp__.py +@@ -1,7 +1,8 @@ + # __openerp__.py + { + 'name': "Web Example", + 'description': "Basic example of a (future) web module", + 'category': 'Hidden', + 'depends': ['web'], ++ 'js': ['static/src/js/first_module.js'], + } diff --git a/web/doc/module/__openerp__.py.3.diff b/web/doc/module/__openerp__.py.3.diff new file mode 100644 index 0000000..e100098 --- /dev/null +++ b/web/doc/module/__openerp__.py.3.diff @@ -0,0 +1,12 @@ +--- web_example/__openerp__.py ++++ web_example/__openerp__.py +@@ -1,8 +1,9 @@ + # __openerp__.py + { + 'name': "Web Example", + 'description': "Basic example of a (future) web module", + 'category': 'Hidden', + 'depends': ['web'], ++ 'data': ['web_example.xml'], + 'js': ['static/src/js/first_module.js'], + } diff --git a/web/doc/module/__openerp__.py.4.diff b/web/doc/module/__openerp__.py.4.diff new file mode 100644 index 0000000..78fc90c --- /dev/null +++ b/web/doc/module/__openerp__.py.4.diff @@ -0,0 +1,13 @@ +--- web_example/__openerp__.py ++++ web_example/__openerp__.py +@@ -1,9 +1,10 @@ + # __openerp__.py + { + 'name': "Web Example", + 'description': "Basic example of a (future) web module", + 'category': 'Hidden', + 'depends': ['web'], + 'data': ['web_example.xml'], + 'js': ['static/src/js/first_module.js'], ++ 'css': ['static/src/css/web_example.css'], + } diff --git a/web/doc/module/__openerp__.py.5.diff b/web/doc/module/__openerp__.py.5.diff new file mode 100644 index 0000000..c949242 --- /dev/null +++ b/web/doc/module/__openerp__.py.5.diff @@ -0,0 +1,14 @@ +--- web_example/__openerp__.py ++++ web_example/__openerp__.py +@@ -1,10 +1,11 @@ + # __openerp__.py + { + 'name': "Web Example", + 'description': "Basic example of a (future) web module", + 'category': 'Hidden', + 'depends': ['web'], + 'data': ['web_example.xml'], + 'js': ['static/src/js/first_module.js'], + 'css': ['static/src/css/web_example.css'], ++ 'qweb': ['static/src/xml/web_example.xml'], + } diff --git a/web/doc/module/static/._src b/web/doc/module/static/._src new file mode 100644 index 0000000000000000000000000000000000000000..49a7a68dda8b3dcf718be8275dd408a96c2f6f65 GIT binary patch literal 222 zcmZQz6=P>$Vqox1Ojhs@R)|o50+1L3ClDI}@fsio@$UgK5x_AdBnYYuq+J^qI7A5ADWagzZ6zUro7#LccS|+8L8Kk9JyXWVp=cL9|7#TQc v6y@ipTDuvVIhz}}xahi=8@lM4m>aq3I$4++>l&JxI-8jrIGMN_nJ@qVFajf1 literal 0 HcmV?d00001 diff --git a/web/doc/module/static/src/._css b/web/doc/module/static/src/._css new file mode 100644 index 0000000000000000000000000000000000000000..49a7a68dda8b3dcf718be8275dd408a96c2f6f65 GIT binary patch literal 222 zcmZQz6=P>$Vqox1Ojhs@R)|o50+1L3ClDI}@fsio@$UgK5x_AdBnYYuq+J^qI7A5ADWagzZ6zUro7#LccS|+8L8Kk9JyXWVp=cL9|7#TQc v6y@ipTDuvVIhz}}xahi=8@lM4m>aq3I$4++>l&JxI-8jrIGMN_nJ@qVFajf1 literal 0 HcmV?d00001 diff --git a/web/doc/module/static/src/._js b/web/doc/module/static/src/._js new file mode 100644 index 0000000000000000000000000000000000000000..49a7a68dda8b3dcf718be8275dd408a96c2f6f65 GIT binary patch literal 222 zcmZQz6=P>$Vqox1Ojhs@R)|o50+1L3ClDI}@fsio@$UgK5x_AdBnYYuq+J^qI7A5ADWagzZ6zUro7#LccS|+8L8Kk9JyXWVp=cL9|7#TQc v6y@ipTDuvVIhz}}xahi=8@lM4m>aq3I$4++>l&JxI-8jrIGMN_nJ@qVFajf1 literal 0 HcmV?d00001 diff --git a/web/doc/module/static/src/._xml b/web/doc/module/static/src/._xml new file mode 100644 index 0000000000000000000000000000000000000000..49a7a68dda8b3dcf718be8275dd408a96c2f6f65 GIT binary patch literal 222 zcmZQz6=P>$Vqox1Ojhs@R)|o50+1L3ClDI}@fsio@$UgK5x_AdBnYYuq+J^qI7A5ADWagzZ6zUro7#LccS|+8L8Kk9JyXWVp=cL9|7#TQc v6y@ipTDuvVIhz}}xahi=8@lM4m>aq3I$4++>l&JxI-8jrIGMN_nJ@qVFajf1 literal 0 HcmV?d00001 diff --git a/web/doc/module/static/src/css/._web_example.css b/web/doc/module/static/src/css/._web_example.css new file mode 100644 index 0000000000000000000000000000000000000000..49a7a68dda8b3dcf718be8275dd408a96c2f6f65 GIT binary patch literal 222 zcmZQz6=P>$Vqox1Ojhs@R)|o50+1L3ClDI}@fsio@$UgK5x_AdBnYYuq+J^qI7A5ADWagzZ6zUro7#LccS|+8L8Kk9JyXWVp=cL9|7#TQc v6y@ipTDuvVIhz}}xahi=8@lM4m>aq3I$4++>l&JxI-8jrIGMN_nJ@qVFajf1 literal 0 HcmV?d00001 diff --git a/web/doc/module/static/src/css/._web_example.css.1.diff b/web/doc/module/static/src/css/._web_example.css.1.diff new file mode 100644 index 0000000000000000000000000000000000000000..49a7a68dda8b3dcf718be8275dd408a96c2f6f65 GIT binary patch literal 222 zcmZQz6=P>$Vqox1Ojhs@R)|o50+1L3ClDI}@fsio@$UgK5x_AdBnYYuq+J^qI7A5ADWagzZ6zUro7#LccS|+8L8Kk9JyXWVp=cL9|7#TQc v6y@ipTDuvVIhz}}xahi=8@lM4m>aq3I$4++>l&JxI-8jrIGMN_nJ@qVFajf1 literal 0 HcmV?d00001 diff --git a/web/doc/module/static/src/css/web_example.css b/web/doc/module/static/src/css/web_example.css new file mode 100644 index 0000000..b861af8 --- /dev/null +++ b/web/doc/module/static/src/css/web_example.css @@ -0,0 +1,6 @@ +.openerp .oe_web_example { + color: white; + background-color: black; + height: 100%; + font-size: 400%; +} diff --git a/web/doc/module/static/src/css/web_example.css.1.diff b/web/doc/module/static/src/css/web_example.css.1.diff new file mode 100644 index 0000000..442211a --- /dev/null +++ b/web/doc/module/static/src/css/web_example.css.1.diff @@ -0,0 +1,17 @@ +--- web_example/static/src/css/web_example.css ++++ web_example/static/src/css/web_example.css +@@ -1,6 +1,13 @@ + .openerp .oe_web_example { + color: white; + background-color: black; + height: 100%; +- font-size: 400%; + } ++.openerp .oe_web_example h4 { ++ margin: 0; ++ font-size: 200%; ++} ++.openerp .oe_web_example.oe_web_example_started .oe_web_example_start button, ++.openerp .oe_web_example.oe_web_example_stopped .oe_web_example_stop button { ++ display: none ++} diff --git a/web/doc/module/static/src/js/._first_module.js b/web/doc/module/static/src/js/._first_module.js new file mode 100644 index 0000000000000000000000000000000000000000..49a7a68dda8b3dcf718be8275dd408a96c2f6f65 GIT binary patch literal 222 zcmZQz6=P>$Vqox1Ojhs@R)|o50+1L3ClDI}@fsio@$UgK5x_AdBnYYuq+J^qI7A5ADWagzZ6zUro7#LccS|+8L8Kk9JyXWVp=cL9|7#TQc v6y@ipTDuvVIhz}}xahi=8@lM4m>aq3I$4++>l&JxI-8jrIGMN_nJ@qVFajf1 literal 0 HcmV?d00001 diff --git a/web/doc/module/static/src/js/._first_module.js.1.diff b/web/doc/module/static/src/js/._first_module.js.1.diff new file mode 100644 index 0000000000000000000000000000000000000000..49a7a68dda8b3dcf718be8275dd408a96c2f6f65 GIT binary patch literal 222 zcmZQz6=P>$Vqox1Ojhs@R)|o50+1L3ClDI}@fsio@$UgK5x_AdBnYYuq+J^qI7A5ADWagzZ6zUro7#LccS|+8L8Kk9JyXWVp=cL9|7#TQc v6y@ipTDuvVIhz}}xahi=8@lM4m>aq3I$4++>l&JxI-8jrIGMN_nJ@qVFajf1 literal 0 HcmV?d00001 diff --git a/web/doc/module/static/src/js/._first_module.js.2.diff b/web/doc/module/static/src/js/._first_module.js.2.diff new file mode 100644 index 0000000000000000000000000000000000000000..49a7a68dda8b3dcf718be8275dd408a96c2f6f65 GIT binary patch literal 222 zcmZQz6=P>$Vqox1Ojhs@R)|o50+1L3ClDI}@fsio@$UgK5x_AdBnYYuq+J^qI7A5ADWagzZ6zUro7#LccS|+8L8Kk9JyXWVp=cL9|7#TQc v6y@ipTDuvVIhz}}xahi=8@lM4m>aq3I$4++>l&JxI-8jrIGMN_nJ@qVFajf1 literal 0 HcmV?d00001 diff --git a/web/doc/module/static/src/js/._first_module.js.3.diff b/web/doc/module/static/src/js/._first_module.js.3.diff new file mode 100644 index 0000000000000000000000000000000000000000..49a7a68dda8b3dcf718be8275dd408a96c2f6f65 GIT binary patch literal 222 zcmZQz6=P>$Vqox1Ojhs@R)|o50+1L3ClDI}@fsio@$UgK5x_AdBnYYuq+J^qI7A5ADWagzZ6zUro7#LccS|+8L8Kk9JyXWVp=cL9|7#TQc v6y@ipTDuvVIhz}}xahi=8@lM4m>aq3I$4++>l&JxI-8jrIGMN_nJ@qVFajf1 literal 0 HcmV?d00001 diff --git a/web/doc/module/static/src/js/._first_module.js.4.diff b/web/doc/module/static/src/js/._first_module.js.4.diff new file mode 100644 index 0000000000000000000000000000000000000000..49a7a68dda8b3dcf718be8275dd408a96c2f6f65 GIT binary patch literal 222 zcmZQz6=P>$Vqox1Ojhs@R)|o50+1L3ClDI}@fsio@$UgK5x_AdBnYYuq+J^qI7A5ADWagzZ6zUro7#LccS|+8L8Kk9JyXWVp=cL9|7#TQc v6y@ipTDuvVIhz}}xahi=8@lM4m>aq3I$4++>l&JxI-8jrIGMN_nJ@qVFajf1 literal 0 HcmV?d00001 diff --git a/web/doc/module/static/src/js/._first_module.js.5.diff b/web/doc/module/static/src/js/._first_module.js.5.diff new file mode 100644 index 0000000000000000000000000000000000000000..49a7a68dda8b3dcf718be8275dd408a96c2f6f65 GIT binary patch literal 222 zcmZQz6=P>$Vqox1Ojhs@R)|o50+1L3ClDI}@fsio@$UgK5x_AdBnYYuq+J^qI7A5ADWagzZ6zUro7#LccS|+8L8Kk9JyXWVp=cL9|7#TQc v6y@ipTDuvVIhz}}xahi=8@lM4m>aq3I$4++>l&JxI-8jrIGMN_nJ@qVFajf1 literal 0 HcmV?d00001 diff --git a/web/doc/module/static/src/js/._first_module.js.6.diff b/web/doc/module/static/src/js/._first_module.js.6.diff new file mode 100644 index 0000000000000000000000000000000000000000..49a7a68dda8b3dcf718be8275dd408a96c2f6f65 GIT binary patch literal 222 zcmZQz6=P>$Vqox1Ojhs@R)|o50+1L3ClDI}@fsio@$UgK5x_AdBnYYuq+J^qI7A5ADWagzZ6zUro7#LccS|+8L8Kk9JyXWVp=cL9|7#TQc v6y@ipTDuvVIhz}}xahi=8@lM4m>aq3I$4++>l&JxI-8jrIGMN_nJ@qVFajf1 literal 0 HcmV?d00001 diff --git a/web/doc/module/static/src/js/first_module.js b/web/doc/module/static/src/js/first_module.js new file mode 100644 index 0000000..74580d1 --- /dev/null +++ b/web/doc/module/static/src/js/first_module.js @@ -0,0 +1,2 @@ +// static/src/js/first_module.js +console.log("Debug statement: file loaded"); diff --git a/web/doc/module/static/src/js/first_module.js.1.diff b/web/doc/module/static/src/js/first_module.js.1.diff new file mode 100644 index 0000000..53c153e --- /dev/null +++ b/web/doc/module/static/src/js/first_module.js.1.diff @@ -0,0 +1,8 @@ +--- web_example/static/src/js/first_module.js ++++ web_example/static/src/js/first_module.js +@@ -1,2 +1,4 @@ + // static/src/js/first_module.js +-console.log("Debug statement: file loaded"); ++openerp.web_example = function (instance) { ++ console.log("Module loaded"); ++}; diff --git a/web/doc/module/static/src/js/first_module.js.2.diff b/web/doc/module/static/src/js/first_module.js.2.diff new file mode 100644 index 0000000..88a80f5 --- /dev/null +++ b/web/doc/module/static/src/js/first_module.js.2.diff @@ -0,0 +1,11 @@ +--- web_example/static/src/js/first_module.js ++++ web_example/static/src/js/first_module.js +@@ -1,4 +1,7 @@ + // static/src/js/first_module.js + openerp.web_example = function (instance) { +- console.log("Module loaded"); ++ instance.web.client_actions.add('example.action', 'instance.web_example.action'); ++ instance.web_example.action = function (parent, action) { ++ console.log("Executed the action", action); ++ }; + }; diff --git a/web/doc/module/static/src/js/first_module.js.3.diff b/web/doc/module/static/src/js/first_module.js.3.diff new file mode 100644 index 0000000..295e90b --- /dev/null +++ b/web/doc/module/static/src/js/first_module.js.3.diff @@ -0,0 +1,18 @@ +--- web_example/static/src/js/first_module.js ++++ web_example/static/src/js/first_module.js +@@ -1,7 +1,11 @@ + // static/src/js/first_module.js + openerp.web_example = function (instance) { +- instance.web.client_actions.add('example.action', 'instance.web_example.action'); +- instance.web_example.action = function (parent, action) { +- console.log("Executed the action", action); +- }; ++ instance.web.client_actions.add('example.action', 'instance.web_example.Action'); ++ instance.web_example.Action = instance.web.Widget.extend({ ++ className: 'oe_web_example', ++ start: function () { ++ this.$el.text("Hello, world!"); ++ return this._super(); ++ } ++ }); + }; diff --git a/web/doc/module/static/src/js/first_module.js.4.diff b/web/doc/module/static/src/js/first_module.js.4.diff new file mode 100644 index 0000000..78a1921 --- /dev/null +++ b/web/doc/module/static/src/js/first_module.js.4.diff @@ -0,0 +1,15 @@ +--- web_example/static/src/js/first_module.js ++++ web_example/static/src/js/first_module.js +@@ -1,11 +1,7 @@ + // static/src/js/first_module.js + openerp.web_example = function (instance) { + instance.web.client_actions.add('example.action', 'instance.web_example.Action'); + instance.web_example.Action = instance.web.Widget.extend({ ++ template: 'web_example.action' +- className: 'oe_web_example', +- start: function () { +- this.$el.text("Hello, world!"); +- return this._super(); +- } + }); + }; diff --git a/web/doc/module/static/src/js/first_module.js.5.diff b/web/doc/module/static/src/js/first_module.js.5.diff new file mode 100644 index 0000000..f345ea3 --- /dev/null +++ b/web/doc/module/static/src/js/first_module.js.5.diff @@ -0,0 +1,23 @@ +--- web_example/static/src/js/first_module.js ++++ web_example/static/src/js/first_module.js +@@ -1,7 +1,19 @@ + // static/src/js/first_module.js + openerp.web_example = function (instance) { + instance.web.client_actions.add('example.action', 'instance.web_example.Action'); + instance.web_example.Action = instance.web.Widget.extend({ +- template: 'web_example.action' ++ template: 'web_example.action', ++ events: { ++ 'click .oe_web_example_start button': 'watch_start', ++ 'click .oe_web_example_stop button': 'watch_stop' ++ }, ++ watch_start: function () { ++ this.$el.addClass('oe_web_example_started') ++ .removeClass('oe_web_example_stopped'); ++ }, ++ watch_stop: function () { ++ this.$el.removeClass('oe_web_example_started') ++ .addClass('oe_web_example_stopped'); ++ }, + }); + }; diff --git a/web/doc/module/static/src/js/first_module.js.6.diff b/web/doc/module/static/src/js/first_module.js.6.diff new file mode 100644 index 0000000..7dd17af --- /dev/null +++ b/web/doc/module/static/src/js/first_module.js.6.diff @@ -0,0 +1,55 @@ +--- web_example/static/src/js/first_module.js ++++ web_example/static/src/js/first_module.js +@@ -1,19 +1,52 @@ + // static/src/js/first_module.js + openerp.web_example = function (instance) { + instance.web.client_actions.add('example.action', 'instance.web_example.Action'); + instance.web_example.Action = instance.web.Widget.extend({ + template: 'web_example.action', + events: { + 'click .oe_web_example_start button': 'watch_start', + 'click .oe_web_example_stop button': 'watch_stop' + }, ++ init: function () { ++ this._super.apply(this, arguments); ++ this._start = null; ++ this._watch = null; ++ }, ++ update_counter: function () { ++ var h, m, s; ++ // Subtracting javascript dates returns the difference in milliseconds ++ var diff = new Date() - this._start; ++ s = diff / 1000; ++ m = Math.floor(s / 60); ++ s -= 60*m; ++ h = Math.floor(m / 60); ++ m -= 60*h; ++ this.$('.oe_web_example_timer').text( ++ _.str.sprintf("%02d:%02d:%02d", h, m, s)); ++ }, + watch_start: function () { + this.$el.addClass('oe_web_example_started') + .removeClass('oe_web_example_stopped'); ++ this._start = new Date(); ++ // Update the UI to the current time ++ this.update_counter(); ++ // Update the counter at 30 FPS (33ms/frame) ++ this._watch = setInterval( ++ this.proxy('update_counter'), ++ 33); + }, + watch_stop: function () { ++ clearInterval(this._watch); ++ this.update_counter(); ++ this._start = this._watch = null; + this.$el.removeClass('oe_web_example_started') + .addClass('oe_web_example_stopped'); + }, ++ destroy: function () { ++ if (this._watch) { ++ clearInterval(this._watch); ++ } ++ this._super(); ++ } + }); + }; diff --git a/web/doc/module/static/src/xml/._web_example.xml b/web/doc/module/static/src/xml/._web_example.xml new file mode 100644 index 0000000000000000000000000000000000000000..49a7a68dda8b3dcf718be8275dd408a96c2f6f65 GIT binary patch literal 222 zcmZQz6=P>$Vqox1Ojhs@R)|o50+1L3ClDI}@fsio@$UgK5x_AdBnYYuq+J^qI7A5ADWagzZ6zUro7#LccS|+8L8Kk9JyXWVp=cL9|7#TQc v6y@ipTDuvVIhz}}xahi=8@lM4m>aq3I$4++>l&JxI-8jrIGMN_nJ@qVFajf1 literal 0 HcmV?d00001 diff --git a/web/doc/module/static/src/xml/web_example.xml b/web/doc/module/static/src/xml/web_example.xml new file mode 100644 index 0000000..b5a9918 --- /dev/null +++ b/web/doc/module/static/src/xml/web_example.xml @@ -0,0 +1,11 @@ + +

    +

    00:00:00

    +

    + +

    +

    + +

    +
    + diff --git a/web/doc/module/web_example.xml b/web/doc/module/web_example.xml new file mode 100644 index 0000000..dfcc161 --- /dev/null +++ b/web/doc/module/web_example.xml @@ -0,0 +1,11 @@ + + + + + Example Client Action + example.action + + + + diff --git a/web/doc/qweb.rst b/web/doc/qweb.rst new file mode 100644 index 0000000..61668dc --- /dev/null +++ b/web/doc/qweb.rst @@ -0,0 +1,546 @@ +QWeb +==== + +QWeb is the template engine used by the OpenERP Web Client. It is an +XML-based templating language, similar to `Genshi +`_, +`Thymeleaf `_ or `Facelets +`_ with a few peculiarities: + +* It's implemented fully in javascript and rendered in the browser. +* Each template file (XML files) contains multiple templates, where + template engine usually have a 1:1 mapping between template files + and templates. +* It has special support in OpenERP Web's + :class:`~instance.web.Widget`, though it can be used outside of + OpenERP Web (and it's possible to use :class:`~instance.web.Widget` + without relying on the QWeb integration). + +The rationale behind using QWeb instead of a more popular template syntax is +that its extension mechanism is very similar to the openerp view inheritance +mechanism. Like openerp views a QWeb template is an xml tree and therefore +xpath or dom manipulations are easy to performs on it. + +Here's an example demonstrating most of the basic QWeb features: + +.. code-block:: xml + + +
    +

    +
      +
    • + + + +
    • +
    +
    + + +
    + +
    +
    +
    +
    +
    +
    + +rendered with the following context: + +.. code-block:: json + + { + "class1": "foo", + "title": "Random Title", + "items": [ + { "name": "foo", "tags": {"bar": "baz", "qux": "quux"} }, + { "name": "Lorem", "tags": { + "ipsum": "dolor", + "sit": "amet", + "consectetur": "adipiscing", + "elit": "Sed", + "hendrerit": "ullamcorper", + "ante": "id", + "vestibulum": "Lorem", + "ipsum": "dolor", + "sit": "amet" + } + } + ] + } + +will yield this section of HTML document (reformated for readability): + +.. code-block:: html + +
    +

    Random Title

    +
      +
    • + foo +
      +
      bar
      +
      baz
      +
      qux
      +
      quux
      +
      +
    • +
    • + Lorem +
      +
      ipsum
      +
      dolor
      +
      sit
      +
      amet
      +
      consectetur
      +
      adipiscing
      +
      elit
      +
      Sed
      +
      hendrerit
      +
      ullamcorper
      +
      +
    • +
    +
    + +API +--- + +While QWeb implements a number of attributes and methods for +customization and configuration, only two things are really important +to the user: + +.. js:class:: QWeb2.Engine + + The QWeb "renderer", handles most of QWeb's logic (loading, + parsing, compiling and rendering templates). + + OpenERP Web instantiates one for the user, and sets it to + ``instance.web.qweb``. It also loads all the template files of the + various modules into that QWeb instance. + + A :js:class:`QWeb2.Engine` also serves as a "template namespace". + + .. js:function:: QWeb2.Engine.render(template[, context]) + + Renders a previously loaded template to a String, using + ``context`` (if provided) to find the variables accessed + during template rendering (e.g. strings to display). + + :param String template: the name of the template to render + :param Object context: the basic namespace to use for template + rendering + :returns: String + + The engine exposes an other method which may be useful in some + cases (e.g. if you need a separate template namespace with, in + OpenERP Web, Kanban views get their own :js:class:`QWeb2.Engine` + instance so their templates don't collide with more general + "module" templates): + + .. js:function:: QWeb2.Engine.add_template(templates) + + Loads a template file (a collection of templates) in the QWeb + instance. The templates can be specified as: + + An XML string + QWeb will attempt to parse it to an XML document then load + it. + + A URL + QWeb will attempt to download the URL content, then load + the resulting XML string. + + A ``Document`` or ``Node`` + QWeb will traverse the first level of the document (the + child nodes of the provided root) and load any named + template or template override. + + :type templates: String | Document | Node + + A :js:class:`QWeb2.Engine` also exposes various attributes for + behavior customization: + + .. js:attribute:: QWeb2.Engine.prefix + + Prefix used to recognize :ref:`directives ` + during parsing. A string. By default, ``t``. + + .. js:attribute:: QWeb2.Engine.debug + + Boolean flag putting the engine in "debug mode". Normally, + QWeb intercepts any error raised during template execution. In + debug mode, it leaves all exceptions go through without + intercepting them. + + .. js:attribute:: QWeb2.Engine.jQuery + + The jQuery instance used during :ref:`template inheritance + ` processing. Defaults to + ``window.jQuery``. + + .. js:attribute:: QWeb2.Engine.preprocess_node + + A ``Function``. If present, called before compiling each DOM + node to template code. In OpenERP Web, this is used to + automatically translate text content and some attributes in + templates. Defaults to ``null``. + +.. _qweb-directives: + +Directives +---------- + +A basic QWeb template is nothing more than an XHTML document (as it +must be valid XML), which will be output as-is. But the rendering can +be customized with bits of logic called "directives". Directives are +attributes elements prefixed by :js:attr:`~QWeb2.Engine.prefix` (this +document will use the default prefix ``t``, as does OpenERP Web). + +A directive will usually control or alter the output of the element it +is set on. If no suitable element is available, the prefix itself can +be used as a "no-operation" element solely for supporting directives +(or internal content, which will be rendered). This means: + +.. code-block:: xml + + Something something + +will simply output the string "Something something" (the element +itself will be skipped and "unwrapped"): + +.. code-block:: javascript + + var e = new QWeb2.Engine(); + e.add_template('\ + Test 1\ + Test 2\ + '); + e.render('test1'); // Test 1 + e.render('test2'); // Test 2 + +.. note:: + + The conventions used in directive descriptions are the following: + + * directives are described as compound functions, potentially with + optional sections. Each section of the function name is an + attribute of the element bearing the directive. + + * a special parameter is ``BODY``, which does not have a name and + designates the content of the element. + + * special parameter types (aside from ``BODY`` which remains + untyped) are ``Name``, which designates a valid javascript + variable name, ``Expression`` which designates a valid + javascript expression, and ``Format`` which designates a + Ruby-style format string (a literal string with + ``#{Expression}`` inclusions executed and replaced by their + result) + +.. note:: + + ``Expression`` actually supports a few extensions on the + javascript syntax: because some syntactic elements of javascript + are not compatible with XML and must be escaped, text + substitutions are performed from forms which don't need to be + escaped. Thus the following "keyword operators" are available in + an ``Expression``: ``and`` (maps to ``&&``), ``or`` (maps to + ``||``), ``gt`` (maps to ``>``), ``gte`` (maps to ``>=``), ``lt`` + (maps to ``<``) and ``lte`` (maps to ``<=``). + +.. _qweb-directives-templates: + +Defining Templates +++++++++++++++++++ + +.. _qweb-directive-name: + +.. function:: t-name=name + + :param String name: an arbitrary javascript string. Each template + name is unique in a given + :js:class:`QWeb2.Engine` instance, defining a + new template with an existing name will + overwrite the previous one without warning. + + When multiple templates are related, it is + customary to use dotted names as a kind of + "namespace" e.g. ``foo`` and ``foo.bar`` which + will be used either by ``foo`` or by a + sub-widget of the widget used by ``foo``. + + Templates can only be defined as the children of the document + root. The document root's name is irrelevant (it's not checked) + but is usually ```` for simplicity. + + .. code-block:: xml + + + + + + + + :ref:`t-name ` can be used on an element with + an output as well: + + .. code-block:: xml + + +
    + +
    +
    + + which ensures the template has a single root (if a template has + multiple roots and is then passed directly to jQuery, odd things + occur). + +.. _qweb-directives-output: + +Output +++++++ + +.. _qweb-directive-esc: + +.. function:: t-esc=content + + :param Expression content: + + Evaluates, html-escapes and outputs ``content``. + +.. _qweb-directive-escf: + +.. function:: t-escf=content + + :param Format content: + + Similar to :ref:`t-esc ` but evaluates a + ``Format`` instead of just an expression. + +.. _qweb-directive-raw: + +.. function:: t-raw=content + + :param Expression content: + + Similar to :ref:`t-esc ` but does *not* + html-escape the result of evaluating ``content``. Should only ever + be used for known-secure content, or will be an XSS attack vector. + +.. _qweb-directive-rawf: + +.. function:: t-rawf=content + + :param Format content: + + ``Format``-based version of :ref:`t-raw `. + +.. _qweb-directive-att: + +.. function:: t-att=map + + :param Expression map: + + Evaluates ``map`` expecting an ``Object`` result, sets each + key:value pair as an attribute (and its value) on the holder + element: + + .. code-block:: xml + + + + will yield + + .. code-block:: html + + + +.. function:: t-att-ATTNAME=value + + :param Name ATTNAME: + :param Expression value: + + Evaluates ``value`` and sets it on the attribute ``ATTNAME`` on + the holder element. + + If ``value``'s result is ``undefined``, suppresses the creation of + the attribute. + +.. _qweb-directive-attf: + +.. function:: t-attf-ATTNAME=value + + :param Name ATTNAME: + :param Format value: + + Similar to :ref:`t-att-* ` but the value of + the attribute is specified via a ``Format`` instead of an + expression. Useful for specifying e.g. classes mixing literal + classes and computed ones. + +.. _qweb-directives-flow: + +Flow Control +++++++++++++ + +.. _qweb-directive-set: + +.. function:: t-set=name (t-value=value | BODY) + + :param Name name: + :param Expression value: + :param BODY: + + Creates a new binding in the template context. If ``value`` is + specified, evaluates it and sets it to the specified + ``name``. Otherwise, processes ``BODY`` and uses that instead. + +.. _qweb-directive-if: + +.. function:: t-if=condition + + :param Expression condition: + + Evaluates ``condition``, suppresses the output of the holder + element and its content of the result is falsy. + +.. _qweb-directive-foreach: + +.. function:: t-foreach=iterable [t-as=name] + + :param Expression iterable: + :param Name name: + + Evaluates ``iterable``, iterates on it and evaluates the holder + element and its body once per iteration round. + + If ``name`` is not specified, computes a ``name`` based on + ``iterable`` (by replacing non-``Name`` characters by ``_``). + + If ``iterable`` yields a ``Number``, treats it as a range from 0 + to that number (excluded). + + While iterating, :ref:`t-foreach ` adds a + number of variables in the context: + + ``#{name}`` + If iterating on an array (or a range), the current value in + the iteration. If iterating on an *object*, the current key. + ``#{name}_all`` + The collection being iterated (the array generated for a + ``Number``) + ``#{name}_value`` + The current iteration value (current item for an array, value + for the current item for an object) + ``#{name}_index`` + The 0-based index of the current iteration round. + ``#{name}_first`` + Whether the current iteration round is the first one. + ``#{name}_parity`` + ``"odd"`` if the current iteration round is odd, ``"even"`` + otherwise. ``0`` is considered even. + +.. _qweb-directive-call: + +.. function:: t-call=template [BODY] + + :param String template: + :param BODY: + + Calls the specified ``template`` and returns its result. If + ``BODY`` is specified, it is evaluated *before* calling + ``template`` and can be used to specify e.g. parameters. This + usage is similar to `call-template with with-param in XSLT + `_. + +.. _qweb-directives-inheritance: + +Template Inheritance and Extension +++++++++++++++++++++++++++++++++++ + +.. _qweb-directive-extend: + +.. function:: t-extend=template BODY + + :param String template: name of the template to extend + + Works similarly to OpenERP models: if used on its own, will alter + the specified template in-place; if used in conjunction with + :ref:`t-name ` will create a new template + using the old one as a base. + + ``BODY`` should be a sequence of :ref:`t-jquery + ` alteration directives. + + .. note:: + + The inheritance in the second form is *static*: the parent + template is copied and transformed when :ref:`t-extend + ` is called. If it is altered later (by + a :ref:`t-extend ` without a + :ref:`t-name `), these changes will *not* + appear in the "child" templates. + +.. _qweb-directive-jquery: + +.. function:: t-jquery=selector [t-operation=operation] BODY + + :param String selector: a CSS selector into the parent template + :param operation: one of ``append``, ``prepend``, ``before``, + ``after``, ``inner`` or ``replace``. + :param BODY: ``operation`` argument, or alterations to perform + + * If ``operation`` is specified, applies the selector to the + parent template to find a *context node*, then applies + ``operation`` (as a jQuery operation) to the *context node*, + passing ``BODY`` as parameter. + + .. note:: + + ``replace`` maps to jQuery's `replaceWith(newContent) + `_, ``inner`` maps to + `html(htmlString) `_. + + * If ``operation`` is not provided, ``BODY`` is evaluated as + javascript code, with the *context node* as ``this``. + + .. warning:: + + While this second form is much more powerful than the first, + it is also much harder to read and maintain and should be + avoided. It is usually possible to either avoid it or + replace it with a sequence of ``t-jquery:t-operation:``. + +Escape Hatches / debugging +++++++++++++++++++++++++++ + +.. _qweb-directive-log: + +.. function:: t-log=expression + + :param Expression expression: + + Evaluates the provided expression (in the current template + context) and logs its result via ``console.log``. + +.. _qweb-directive-debug: + +.. function:: t-debug + + Injects a debugger breakpoint (via the ``debugger;`` statement) in + the compiled template output. + +.. _qweb-directive-js: + +.. function:: t-js=context BODY + + :param Name context: + :param BODY: javascript code + + Injects the provided ``BODY`` javascript code into the compiled + template, passing it the current template context using the name + specified by ``context``. diff --git a/web/doc/rpc.rst b/web/doc/rpc.rst new file mode 100644 index 0000000..d5fc414 --- /dev/null +++ b/web/doc/rpc.rst @@ -0,0 +1,279 @@ +RPC Calls +========= + +Building static displays is all nice and good and allows for neat +effects (and sometimes you're given data to display from third parties +so you don't have to make any effort), but a point generally comes +where you'll want to talk to the world and make some network requests. + +OpenERP Web provides two primary APIs to handle this, a low-level +JSON-RPC based API communicating with the Python section of OpenERP +Web (and of your addon, if you have a Python part) and a high-level +API above that allowing your code to talk directly to the OpenERP +server, using familiar-looking calls. + +All networking APIs are :doc:`asynchronous
    `. As a result, all +of them will return :js:class:`Deferred` objects (whether they resolve +those with values or not). Understanding how those work before before +moving on is probably necessary. + +High-level API: calling into OpenERP models +------------------------------------------- + +Access to OpenERP object methods (made available through XML-RPC from +the server) is done via the :js:class:`openerp.web.Model` class. This +class maps onto the OpenERP server objects via two primary methods, +:js:func:`~openerp.web.Model.call` and +:js:func:`~openerp.web.Model.query`. + +:js:func:`~openerp.web.Model.call` is a direct mapping to the +corresponding method of the OpenERP server object. Its usage is +similar to that of the OpenERP Model API, with three differences: + +* The interface is :doc:`asynchronous `, so instead of + returning results directly RPC method calls will return + :js:class:`Deferred` instances, which will themselves resolve to the + result of the matching RPC call. + +* Because ECMAScript 3/Javascript 1.5 doesnt feature any equivalent to + ``__getattr__`` or ``method_missing``, there needs to be an explicit + method to dispatch RPC methods. + +* No notion of pooler, the model proxy is instantiated where needed, + not fetched from an other (somewhat global) object + +.. code-block:: javascript + + var Users = new Model('res.users'); + + Users.call('change_password', ['oldpassword', 'newpassword'], + {context: some_context}).then(function (result) { + // do something with change_password result + }); + +:js:func:`~openerp.web.Model.query` is a shortcut for a builder-style +interface to searches (``search`` + ``read`` in OpenERP RPC terms). It +returns a :js:class:`~openerp.web.Query` object which is immutable but +allows building new :js:class:`~openerp.web.Query` instances from the +first one, adding new properties or modifiying the parent object's: + +.. code-block:: javascript + + Users.query(['name', 'login', 'user_email', 'signature']) + .filter([['active', '=', true], ['company_id', '=', main_company]]) + .limit(15) + .all().then(function (users) { + // do work with users records + }); + +The query is only actually performed when calling one of the query +serialization methods, :js:func:`~openerp.web.Query.all` and +:js:func:`~openerp.web.Query.first`. These methods will perform a new +RPC call every time they are called. + +For that reason, it's actually possible to keep "intermediate" queries +around and use them differently/add new specifications on them. + +.. js:class:: openerp.web.Model(name) + + .. js:attribute:: openerp.web.Model.name + + name of the OpenERP model this object is bound to + + .. js:function:: openerp.web.Model.call(method[, args][, kwargs]) + + Calls the ``method`` method of the current model, with the + provided positional and keyword arguments. + + :param String method: method to call over rpc on the + :js:attr:`~openerp.web.Model.name` + :param Array<> args: positional arguments to pass to the + method, optional + :param Object<> kwargs: keyword arguments to pass to the + method, optional + :rtype: Deferred<> + + .. js:function:: openerp.web.Model.query(fields) + + :param Array fields: list of fields to fetch during + the search + :returns: a :js:class:`~openerp.web.Query` object + representing the search to perform + +.. js:class:: openerp.web.Query(fields) + + The first set of methods is the "fetching" methods. They perform + RPC queries using the internal data of the object they're called + on. + + .. js:function:: openerp.web.Query.all() + + Fetches the result of the current + :js:class:`~openerp.web.Query` object's search. + + :rtype: Deferred> + + .. js:function:: openerp.web.Query.first() + + Fetches the **first** result of the current + :js:class:`~openerp.web.Query`, or ``null`` if the current + :js:class:`~openerp.web.Query` does have any result. + + :rtype: Deferred + + .. js:function:: openerp.web.Query.count() + + Fetches the number of records the current + :js:class:`~openerp.web.Query` would retrieve. + + :rtype: Deferred + + .. js:function:: openerp.web.Query.group_by(grouping...) + + Fetches the groups for the query, using the first specified + grouping parameter + + :param Array grouping: Lists the levels of grouping + asked of the server. Grouping + can actually be an array or + varargs. + :rtype: Deferred> | null + + The second set of methods is the "mutator" methods, they create a + **new** :js:class:`~openerp.web.Query` object with the relevant + (internal) attribute either augmented or replaced. + + .. js:function:: openerp.web.Query.context(ctx) + + Adds the provided ``ctx`` to the query, on top of any existing + context + + .. js:function:: openerp.web.Query.filter(domain) + + Adds the provided domain to the query, this domain is + ``AND``-ed to the existing query domain. + + .. js:function:: opeenrp.web.Query.offset(offset) + + Sets the provided offset on the query. The new offset + *replaces* the old one. + + .. js:function:: openerp.web.Query.limit(limit) + + Sets the provided limit on the query. The new limit *replaces* + the old one. + + .. js:function:: openerp.web.Query.order_by(fields…) + + Overrides the model's natural order with the provided field + specifications. Behaves much like Django's `QuerySet.order_by + `_: + + * Takes 1..n field names, in order of most to least importance + (the first field is the first sorting key). Fields are + provided as strings. + + * A field specifies an ascending order, unless it is prefixed + with the minus sign "``-``" in which case the field is used + in the descending order + + Divergences from Django's sorting include a lack of random sort + (``?`` field) and the inability to "drill down" into relations + for sorting. + +Aggregation (grouping) +~~~~~~~~~~~~~~~~~~~~~~ + +OpenERP has powerful grouping capacities, but they are kind-of strange +in that they're recursive, and level n+1 relies on data provided +directly by the grouping at level n. As a result, while ``read_group`` +works it's not a very intuitive API. + +OpenERP Web 7.0 eschews direct calls to ``read_group`` in favor of +calling a method of :js:class:`~openerp.web.Query`, `much in the way +it is one in SQLAlchemy +`_ [#]_: + +.. code-block:: javascript + + some_query.group_by(['field1', 'field2']).then(function (groups) { + // do things with the fetched groups + }); + +This method is asynchronous when provided with 1..n fields (to group +on) as argument, but it can also be called without any field (empty +fields collection or nothing at all). In this case, instead of +returning a Deferred object it will return ``null``. + +When grouping criterion come from a third-party and may or may not +list fields (e.g. could be an empty list), this provides two ways to +test the presence of actual subgroups (versus the need to perform a +regular query for records): + +* A check on ``group_by``'s result and two completely separate code + paths + + .. code-block:: javascript + + var groups; + if (groups = some_query.group_by(gby)) { + groups.then(function (gs) { + // groups + }); + } + // no groups + +* Or a more coherent code path using :js:func:`when`'s ability to + coerce values into deferreds: + + .. code-block:: javascript + + $.when(some_query.group_by(gby)).then(function (groups) { + if (!groups) { + // No grouping + } else { + // grouping, even if there are no groups (groups + // itself could be an empty array) + } + }); + +The result of a (successful) :js:func:`~openerp.web.Query.group_by` is +an array of :js:class:`~openerp.web.QueryGroup`. + +.. _rpc_rpc: + +Low-level API: RPC calls to Python side +--------------------------------------- + +While the previous section is great for calling core OpenERP code +(models code), it does not work if you want to call the Python side of +OpenERP Web. + +For this, a lower-level API exists on on +:js:class:`~openerp.web.Connection` objects (usually available through +``openerp.connection``): the ``rpc`` method. + +This method simply takes an absolute path (which is the combination of +the Python controller's ``_cp_path`` attribute and the name of the +method you want to call) and a mapping of attributes to values (applied +as keyword arguments on the Python method [#]_). This function fetches +the return value of the Python methods, converted to JSON. + +For instance, to call the ``resequence`` of the +:class:`~web.controllers.main.DataSet` controller: + +.. code-block:: javascript + + openerp.connection.rpc('/web/dataset/resequence', { + model: some_model, + ids: array_of_ids, + offset: 42 + }).then(function (result) { + // resequenced on server + }); + +.. [#] with a small twist: SQLAlchemy's ``orm.query.Query.group_by`` + is not terminal, it returns a query which can still be altered. + +.. [#] except for ``context``, which is extracted and stored in the + request object itself. diff --git a/web/doc/search_view.rst b/web/doc/search_view.rst new file mode 100644 index 0000000..16a91c5 --- /dev/null +++ b/web/doc/search_view.rst @@ -0,0 +1,549 @@ +Search View +=========== + +OpenERP Web 7.0 implements a unified facets-based search view instead +of the previous form-like search view (composed of buttons and +multiple fields). The goal for this change is twofold: + +* Avoid the common issue of users confusing the search view with a + form view and trying to create their records through it (or entering + all their data, hitting the ``Create`` button expecting their record + to be created and losing everything). + +* Improve the looks and behaviors of the view, and the fit within + OpenERP Web's new design. + +The internal structure of the faceted search is inspired by +`VisualSearch `_ +[#previous]_. + +As does VisualSearch, the new search view is based on `Backbone`_ and +makes significant use of Backbone's models and collections (OpenERP +Web's widgets make a good replacement for Backbone's own views). As a +result, understanding the implementation details of the OpenERP Web 7 +search view also requires a basic understanding of Backbone's models, +collections and events. + +.. note:: + + This document may mention *fetching* data. This is a shortcut for + "returning a :js:class:`Deferred` to [whatever is being + fetched]". Unless further noted, the function or method may opt to + return nothing by fetching ``null`` (which can easily be done by + returning ``$.when(null)``, which simply wraps the ``null`` in a + Deferred). + +Working with the search view: creating new inputs +------------------------------------------------- + +The primary component of search views, as with all other OpenERP +views, are inputs. The search view has two types of inputs — filters +and fields — but only one is easly customizable: fields. + +The mapping from OpenERP field types (and widgets) to search view +objects is stored in the ``openerp.web.search.fields`` +:js:class:`~openerp.web.Registry` where new field types and widgets +can be added. + +Search view inputs have four main roles: + +Loading defaults +++++++++++++++++ + +Once the search view has initialized all its inputs, it will call +:js:func:`~openerp.web.search.Input.facet_for_defaults` on each input, +passing it a mapping (a javascript object) of ``name:value`` extracted +from the action's context. + +This method should fetch a :js:class:`~openerp.web.search.Facet` (or +an equivalent object) for the field's default value if applicable (if +a default value for the field is found in the ``defaults`` mapping). + +A default implementation is provided which checks if ``defaults`` +contains a non-falsy value for the field's ``@name`` and calls +:js:func:`openerp.web.search.Input.facet_for` with that value. + +There is no default implementation of +:js:func:`openerp.web.search.Input.facet_for` [#no_impl]_, but +:js:class:`openerp.web.search.Field` provides one, which uses the +value as-is to fetch a :js:class:`~openerp.web.search.Facet`. + +Providing completions ++++++++++++++++++++++ + +An important component of the new search view is the auto-completion +pane, and the task of providing completion items is delegated to +inputs through the :js:func:`~openerp.web.search.Input.complete` +method. + +This method should take a single argument (the string being typed by +the user) and should fetch an ``Array`` of possible completions +[#completion]_. + +A default implementation is provided which fetches nothing. + +A completion item is a javascript object with two keys (technically it +can have any number of keys, but only these two will be used by the +search view): + +``label`` + + The string which will be displayed in the completion pane. It may + be formatted using HTML (inline only), as a result if ``value`` is + interpolated into it it *must* be escaped. ``_.escape`` can be + used for this. + +``facet`` + + Either a :js:class:`~openerp.web.search.Facet` object or (more + commonly) the corresponding attributes object. This is the facet + which will be inserted into the search query if the completion + item is selected by the user. + +If the ``facet`` is not provided (not present, ``null``, ``undefined`` +or any other falsy value), the completion item will not be selectable +and will act as a section title of sort (the ``label`` will be +formatted differently). If an input *may* fetch multiple completion +items, it *should* prefix those with a section title using its own +name. This has no technical consequence but is clearer for users. + +Providing drawer/supplementary UI ++++++++++++++++++++++++++++++++++ + +For some inputs (fields or not), interaction via autocompletion may be +awkward or even impossible. + +These may opt to being rendered in a "drawer" as well or instead. In +that case, they will undergo the normal widget lifecycle and be +rendered inside the drawer. + +.. Found no good type-based way to handle this, since there is no MI + (so no type-tagging) and it's possible for both Field and non-Field + input to be put into the drawer, for whatever reason (e.g. some + sort of auto-detector completion item for date widgets, but a + second more usual calendar widget in the drawer for more + obvious/precise interactions) + +Any input can note its desire to be rendered in the drawer by +returning a truthy value from +:js:func:`~openerp.web.search.Input.in_drawer`. + +By default, :js:func:`~openerp.web.search.Input.in_drawer` returns the +value of :js:attr:`~openerp.web.search.Input._in_drawer`, which is +``false``. The behavior can be toggled either by redefining the +attribute to ``true`` (either on the class or on the input), or by +overriding :js:func:`~openerp.web.search.Input.in_drawer` itself. + +The input will be rendered in the full width of the drawer, it will be +started only once (per view). + +.. todo:: drawer API (if a widget wants to close the drawer in some + way), part of the low-level SearchView API/interactions? + + +.. todo:: handle filters and filter groups via a "driver" input which + dynamically collects, lays out and renders filters? => + exercises drawer thingies + +Converting from facet objects ++++++++++++++++++++++++++++++ + +Ultimately, the point of the search view is to allow searching. In +OpenERP this is done via :ref:`domains `. On +the other hand, the OpenERP Web 7 search view's state is modelled +after a collection of :js:class:`~openerp.web.search.Facet`, and each +field of a search view may have special requirements when it comes to +the domains it produces [#special]_. + +So there needs to be some way of mapping +:js:class:`~openerp.web.search.Facet` objects to OpenERP search data. + +This is done via an input's +:js:func:`~openerp.web.search.Input.get_domain` and +:js:func:`~openerp.web.search.Input.get_context`. Each takes a +:js:class:`~openerp.web.search.Facet` and returns whatever it's +supposed to generate (a domain or a context, respectively). Either can +return ``null`` if the current value does not map to a domain or +context, and can throw an :js:class:`~openerp.web.search.Invalid` +exception if the value is not valid at all for the field. + +.. note:: + + The :js:class:`~openerp.web.search.Facet` object can have any + number of values (from 1 upwards) + +.. note:: + + There is a third conversion method, + :js:func:`~openerp.web.search.Input.get_groupby`, which returns an + ``Array`` of groupby domains rather than a single context. At this + point, it is only implemented on (and used by) filters. + +Programmatic interactions: internal model +----------------------------------------- + +This new searchview is built around an instance of +:js:class:`~openerp.web.search.SearchQuery` available as +:js:attr:`openerp.web.SearchView.query`. + +The query is a `backbone collection`_ of +:js:class:`~openerp.web.search.Facet` objects, which can be interacted +with directly by external objects or search view controls +(e.g. widgets displayed in the drawer). + +.. js:class:: openerp.web.search.SearchQuery + + The current search query of the search view, provides convenience + behaviors for manipulating :js:class:`~openerp.web.search.Facet` + on top of the usual `backbone collection`_ methods. + + The query ensures all of its facets contain at least one + :js:class:`~openerp.web.search.FacetValue` instance. Otherwise, + the facet is automatically removed from the query. + + .. js:function:: openerp.web.search.SearchQuery.add(values, options) + + Overridden from the base ``add`` method so that adding a facet + which is *already* in the collection will merge the value of + the new facet into the old one rather than add a second facet + with different values. + + :param values: facet, facet attributes or array thereof + :returns: the collection itself + + .. js:function:: openerp.web.search.SearchQuery.toggle(value, options) + + Convenience method for toggling facet values in a query: + removes the values (through the facet itself) if they are + present, adds them if they are not. If the facet itself is not + in the collection, adds it automatically. + + A toggling is atomic: only one change event will be triggered + on the facet regardless of the number of values added to or + removed from the facet (if the facet already exists), and the + facet is only removed from the query if it has no value *at + the end* of the toggling. + + :param value: facet or facet attributes + :returns: the collection + +.. js:class:: openerp.web.search.Facet + + A `backbone model`_ representing a single facet of the current + research. May map to a search field, or to a more complex or + fuzzier input (e.g. a custom filter or an advanced search). + + .. js:attribute:: category + + The displayed name of the facet, as a ``String``. This is a + backbone model attribute. + + .. js:attribute:: field + + The :js:class:`~openerp.web.search.Input` instance which + originally created the facet [#facet-field]_, used to delegate + some operations (such as serializing the facet's values to + domains and contexts). This is a backbone model attribute. + + .. js:attribute:: values + + :js:class:`~openerp.web.search.FacetValues` as a javascript + attribute, stores all the values for the facet and helps + propagate their events to the facet. Is also available as a + backbone attribute (via ``#get`` and ``#set``) in which cases + it serializes to and deserializes from javascript arrays (via + ``Collection#toJSON`` and ``Collection#reset``). + + .. js:attribute:: [icon] + + optional, a single ASCII letter (a-z or A-Z) mapping to the + bundled mnmliconsRegular icon font. + + When a facet with an ``icon`` attribute is rendered, the icon + is displayed (in the icon font) in the first section of the + facet instead of the ``category``. + + By default, only filters make use of this facility. + +.. js:class:: openerp.web.search.FacetValues + + `Backbone collection`_ of + :js:class:`~openerp.web.search.FacetValue` instances. + +.. js:class:: openerp.web.search.FacetValue + + `Backbone model`_ representing a single value within a facet, + represents a pair of (displayed name, logical value). + + .. js:attribute:: label + + Backbone model attribute storing the "displayable" + representation of the value, visually output to the + user. Must be a string. + + .. js:attribute:: value + + Backbone model attribute storing the logical/internal value + (of itself), will be used by + :js:class:`~openerp.web.search.Input` to serialize to domains + and contexts. + + Can be of any type. + +Field services +-------------- + +:js:class:`~openerp.web.search.Field` provides a default +implementation of :js:func:`~openerp.web.search.Input.get_domain` and +:js:func:`~openerp.web.search.Input.get_context` taking care of most +of the peculiarities pertaining to OpenERP's handling of fields in +search views. It also provides finer hooks to let developers of new +fields and widgets customize the behavior they want without +necessarily having to reimplement all of +:js:func:`~openerp.web.search.Input.get_domain` or +:js:func:`~openerp.web.search.Input.get_context`: + +.. js:function:: openerp.web.search.Field.get_context(facet) + + If the field has no ``@context``, simply returns + ``null``. Otherwise, calls + :js:func:`~openerp.web.search.Field.value_from` once for each + :js:class:`~openerp.web.search.FacetValue` of the current + :js:class:`~openerp.web.search.Facet` (in order to extract the + basic javascript object from the + :js:class:`~openerp.web.search.FacetValue` then evaluates + ``@context`` with each of these values set as ``self``, and + returns the union of all these contexts. + + :param facet: + :type facet: openerp.web.search.Facet + :returns: a context (literal or compound) + +.. js:function:: openerp.web.search.Field.get_domain(facet) + + If the field has no ``@filter_domain``, calls + :js:func:`~openerp.web.search.Field.make_domain` once with each + :js:class:`~openerp.web.search.FacetValue` of the current + :js:class:`~openerp.web.search.Facet` as well as the field's + ``@name`` and either its ``@operator`` or + :js:attr:`~openerp.web.search.Field.default_operator`. + + If the field has an ``@filter_value``, calls + :js:func:`~openerp.web.search.Field.value_from` once per + :js:class:`~openerp.web.search.FacetValue` and evaluates + ``@filter_value`` with each of these values set as ``self``. + + In either case, "ors" all of the resulting domains (using ``|``) + if there is more than one + :js:class:`~openerp.web.search.FacetValue` and returns the union + of the result. + + :param facet: + :type facet: openerp.web.search.Facet + :returns: a domain (literal or compound) + +.. js:function:: openerp.web.search.Field.make_domain(name, operator, facetValue) + + Builds a literal domain from the provided data. Calls + :js:func:`~openerp.web.search.Field.value_from` on the + :js:class:`~openerp.web.search.FacetValue` and evaluates and sets + it as the domain's third value, uses the other two parameters as + the first two values. + + Can be overridden to build more complex default domains. + + :param String name: the field's name + :param String operator: the operator to use in the field's domain + :param facetValue: + :type facetValue: openerp.web.search.FacetValue + :returns: Array<(String, String, Object)> + +.. js:function:: openerp.web.search.Field.value_from(facetValue) + + Extracts a "bare" javascript value from the provided + :js:class:`~openerp.web.search.FacetValue`, and returns it. + + The default implementation will simply return the ``value`` + backbone property of the argument. + + :param facetValue: + :type facetValue: openerp.web.search.FacetValue + :returns: Object + +.. js:attribute:: openerp.web.search.Field.default_operator + + Operator used to build a domain when a field has no ``@operator`` + or ``@filter_domain``. ``"="`` for + :js:class:`~openerp.web.search.Field` + +Arbitrary data storage +---------------------- + +:js:class:`~openerp.web.search.Facet` and +:js:class:`~openerp.web.search.FacetValue` objects (and structures) +provided by your widgets should never be altered by the search view +(or an other widget). This means you are free to add arbitrary fields +in these structures if you need to (because you have more complex +needs than the attributes described in this document). + +Ideally this should be avoided, but the possibility remains. + +Changes +------- + +.. todo:: merge in changelog instead? + +The displaying of the search view was significantly altered from +OpenERP Web 6.1 to OpenERP Web 7. + +As a result, while the external API used to interact with the search +view does not change many internal details — including the interaction +between the search view and its widgets — were significantly altered: + +Internal operations ++++++++++++++++++++ + +* :js:func:`openerp.web.SearchView.do_clear` has been removed +* :js:func:`openerp.web.SearchView.do_toggle_filter` has been removed + +Widgets API ++++++++++++ + +* :js:func:`openerp.web.search.Widget.render` has been removed + +* :js:func:`openerp.web.search.Widget.make_id` has been removed + +* Search field objects are not openerp widgets anymore, their + ``start`` is not generally called + +* :js:func:`~openerp.web.search.Input.clear` has been removed since + clearing the search view now simply consists of removing all search + facets + +* :js:func:`~openerp.web.search.Input.get_domain` and + :js:func:`~openerp.web.search.Input.get_context` now take a + :js:class:`~openerp.web.search.Facet` as parameter, from which it's + their job to get whatever value they want + +* :js:func:`~openerp.web.search.Input.get_groupby` has been added. It returns + an :js:class:`Array` of context-like constructs. By default, it does not do + anything in :js:class:`~openerp.web.search.Field` and it returns the various + contexts of its enabled filters in + :js:class:`~openerp.web.search.FilterGroup`. + +Filters ++++++++ + +* :js:func:`openerp.web.search.Filter.is_enabled` has been removed + +* :js:class:`~openerp.web.search.FilterGroup` instances are still + rendered (and started) in the "advanced search" drawer. + +Fields +++++++ + +* ``get_value`` has been replaced by + :js:func:`~openerp.web.search.Field.value_from` as it now takes a + :js:class:`~openerp.web.search.FacetValue` argument (instead of no + argument). It provides a default implementation returning the + ``value`` property of its argument. + +* The third argument to + :js:func:`~openerp.web.search.Field.make_domain` is now a + :js:class:`~openerp.web.search.FacetValue` so child classes have all + the information they need to derive the "right" resulting domain. + +Custom filters +++++++++++++++ + +Instead of being an intrinsic part of the search view, custom filters +are now a special case of filter groups. They are treated specially +still, but much less so than they used to be. + +Many To One ++++++++++++ + +* Because the autocompletion service is now provided by the search + view itself, + :js:func:`openerp.web.search.ManyToOneField.setup_autocomplete` has + been removed. + +Advanced Search ++++++++++++++++ + +* The advanced search is now a more standard + :js:class:`~openerp.web.search.Input` configured to be rendered in + the drawer. + +* :js:class:`~openerp.web.search.ExtendedSearchProposition.Field` are + now standard widgets, with the "right" behaviors (they don't rebind + their ``$element`` in ``start()``) + +* The ad-hoc optional setting of the openerp field descriptor on a + :js:class:`~openerp.web.search.ExtendedSearchProposition.Field` has + been removed, the field descriptor is now passed as second argument + to the + :js:class:`~openerp.web.search.ExtendedSearchProposition.Field`'s + constructor, and bound to its + :js:attr:`~openerp.web.search.ExtendedSearchProposition.Field.field`. + +* Instead of its former domain triplet ``(field, operator, value)``, + :js:func:`~openerp.web.search.ExtendedSearchProposition.get_proposition` + now returns an object with two fields ``label`` and ``value``, + respectively a human-readable version of the proposition and the + corresponding domain triplet for the proposition. + +.. [#previous] + + the original view was implemented on top of a monkey-patched + VisualSearch, but as our needs diverged from VisualSearch's goal + this made less and less sense ultimately leading to a clean-room + reimplementation + +.. [#no_impl] + + In case you are extending the search view with a brand new type of + input + +.. [#completion] + + Ideally this array should not hold more than about 10 items, but + the search view does not put any constraint on this at the + moment. Note that this may change. + +.. [#facet-field] + + ``field`` does not actually need to be an instance of + :js:class:`~openerp.web.search.Input`, nor does it need to be what + created the facet, it just needs to provide the three + facet-serialization methods + :js:func:`~openerp.web.search.Input.get_domain`, + :js:func:`~openerp.web.search.Input.get_context` and + :js:func:`~openerp.web.search.Input.get_gropuby`, existing + :js:class:`~openerp.web.search.Input` subtypes merely provide + convenient base implementation for those methods. + + Complex search view inputs (especially those living in the drawer) + may prefer using object literals with the right slots returning + closed-over values or some other scheme un-bound to an actual + :js:class:`~openerp.web.search.Input`, as + :js:class:`~openerp.web.search.CustomFilters` and + :js:class:`~openerp.web.search.Advanced` do. + +.. [#special] + + search view fields may also bundle context data to add to the + search context + +.. _Backbone: + http://documentcloud.github.com/backbone/ + +.. _Backbone.Collection: +.. _Backbone collection: + http://documentcloud.github.com/backbone/#Collection + +.. _Backbone model: + http://documentcloud.github.com/backbone/#Model + +.. _commit 3fca87101d: + https://github.com/documentcloud/visualsearch/commit/3fca87101d diff --git a/web/doc/test-report.txt b/web/doc/test-report.txt new file mode 100644 index 0000000..ce52618 --- /dev/null +++ b/web/doc/test-report.txt @@ -0,0 +1,25 @@ +test_empty_find (openerp.addons.web.tests.test_dataset.TestDataSetController) ... ok +test_ids_shortcut (openerp.addons.web.tests.test_dataset.TestDataSetController) ... ok +test_regular_find (openerp.addons.web.tests.test_dataset.TestDataSetController) ... ok +web.testing.stack: direct, value, success ... ok +web.testing.stack: direct, deferred, success ... ok +web.testing.stack: direct, value, error ... ok +web.testing.stack: direct, deferred, failure ... ok +web.testing.stack: successful setup ... ok +web.testing.stack: successful teardown ... ok +web.testing.stack: successful setup and teardown ... ok + +[snip ~150 lines] + +test_convert_complex_context (openerp.addons.web.tests.test_view.DomainsAndContextsTest) ... ok +test_convert_complex_domain (openerp.addons.web.tests.test_view.DomainsAndContextsTest) ... ok +test_convert_literal_context (openerp.addons.web.tests.test_view.DomainsAndContextsTest) ... ok +test_convert_literal_domain (openerp.addons.web.tests.test_view.DomainsAndContextsTest) ... ok +test_retrieve_nonliteral_context (openerp.addons.web.tests.test_view.DomainsAndContextsTest) ... ok +test_retrieve_nonliteral_domain (openerp.addons.web.tests.test_view.DomainsAndContextsTest) ... ok + +---------------------------------------------------------------------- +Ran 181 tests in 15.706s + +OK + diff --git a/web/doc/testing.rst b/web/doc/testing.rst new file mode 100644 index 0000000..600d379 --- /dev/null +++ b/web/doc/testing.rst @@ -0,0 +1,693 @@ +.. highlight:: javascript + +Testing in OpenERP Web +====================== + +Javascript Unit Testing +----------------------- + +OpenERP Web 7.0 includes means to unit-test both the core code of +OpenERP Web and your own javascript modules. On the javascript side, +unit-testing is based on QUnit_ with a number of helpers and +extensions for better integration with OpenERP. + +To see what the runner looks like, find (or start) an OpenERP server +with the web client enabled, and navigate to ``/web/tests`` e.g. `on +OpenERP's CI `_. This will +show the runner selector, which lists all modules with javascript unit +tests, and allows starting any of them (or all javascript tests in all +modules at once). + +.. image:: ./images/runner.png + :align: center + +Clicking any runner button will launch the corresponding tests in the +bundled QUnit_ runner: + +.. image:: ./images/tests.png + :align: center + +Writing a test case +------------------- + +The first step is to list the test file(s). This is done through the +``test`` key of the openerp manifest, by adding javascript files to it +(next to the usual YAML files, if any): + +.. code-block:: python + + { + 'name': "Demonstration of web/javascript tests", + 'category': 'Hidden', + 'depends': ['web'], + 'test': ['static/test/demo.js'], + } + +and to create the corresponding test file(s) + +.. note:: + + Test files which do not exist will be ignored, if all test files + of a module are ignored (can not be found), the test runner will + consider that the module has no javascript tests. + +After that, refreshing the runner selector will display the new module +and allow running all of its (0 so far) tests: + +.. image:: ./images/runner2.png + :align: center + +The next step is to create a test case:: + + openerp.testing.section('basic section', function (test) { + test('my first test', function () { + ok(false, "this test has run"); + }); + }); + +All testing helpers and structures live in the ``openerp.testing`` +module. OpenERP tests live in a :js:func:`~openerp.testing.section`, +which is itself part of a module. The first argument to a section is +the name of the section, the second one is the section body. + +:js:func:`test `, provided by the +:js:func:`~openerp.testing.section` to the callback, is used to +register a given test case which will be run whenever the test runner +actually does its job. OpenERP Web test case use standard `QUnit +assertions`_ within them. + +Launching the test runner at this point will run the test and display +the corresponding assertion message, with red colors indicating the +test failed: + +.. image:: ./images/tests2.png + :align: center + +Fixing the test (by replacing ``false`` to ``true`` in the assertion) +will make it pass: + +.. image:: ./images/tests3.png + :align: center + +Assertions +---------- + +As noted above, OpenERP Web's tests use `qunit assertions`_. They are +available globally (so they can just be called without references to +anything). The following list is available: + +.. js:function:: ok(state[, message]) + + checks that ``state`` is truthy (in the javascript sense) + +.. js:function:: strictEqual(actual, expected[, message]) + + checks that the actual (produced by a method being tested) and + expected values are identical (roughly equivalent to ``ok(actual + === expected, message)``) + +.. js:function:: notStrictEqual(actual, expected[, message]) + + checks that the actual and expected values are *not* identical + (roughly equivalent to ``ok(actual !== expected, message)``) + +.. js:function:: deepEqual(actual, expected[, message]) + + deep comparison between actual and expected: recurse into + containers (objects and arrays) to ensure that they have the same + keys/number of elements, and the values match. + +.. js:function:: notDeepEqual(actual, expected[, message]) + + inverse operation to :js:func:`deepEqual` + +.. js:function:: throws(block[, expected][, message]) + + checks that, when called, the ``block`` throws an + error. Optionally validates that error against ``expected``. + + :param Function block: + :param expected: if a regexp, checks that the thrown error's + message matches the regular expression. If an + error type, checks that the thrown error is of + that type. + :type expected: Error | RegExp + +.. js:function:: equal(actual, expected[, message]) + + checks that ``actual`` and ``expected`` are loosely equal, using + the ``==`` operator and its coercion rules. + +.. js:function:: notEqual(actual, expected[, message]) + + inverse operation to :js:func:`equal` + +Getting an OpenERP instance +--------------------------- + +The OpenERP instance is the base through which most OpenERP Web +modules behaviors (functions, objects, …) are accessed. As a result, +the test framework automatically builds one, and loads the module +being tested and all of its dependencies inside it. This new instance +is provided as the first positional parameter to your test +cases. Let's observe by adding javascript code (not test code) to the +test module: + +.. code-block:: python + + { + 'name': "Demonstration of web/javascript tests", + 'category': 'Hidden', + 'depends': ['web'], + 'js': ['static/src/js/demo.js'], + 'test': ['static/test/demo.js'], + } + +:: + + // src/js/demo.js + openerp.web_tests_demo = function (instance) { + instance.web_tests_demo = { + value_true: true, + SomeType: instance.web.Class.extend({ + init: function (value) { + this.value = value; + } + }) + }; + }; + +and then adding a new test case, which simply checks that the +``instance`` contains all the expected stuff we created in the +module:: + + // test/demo.js + test('module content', function (instance) { + ok(instance.web_tests_demo.value_true, "should have a true value"); + var type_instance = new instance.web_tests_demo.SomeType(42); + strictEqual(type_instance.value, 42, "should have provided value"); + }); + +DOM Scratchpad +-------------- + +As in the wider client, arbitrarily accessing document content is +strongly discouraged during tests. But DOM access is still needed to +e.g. fully initialize :js:class:`widgets <~openerp.web.Widget>` before +testing them. + +Thus, a test case gets a DOM scratchpad as its second positional +parameter, in a jQuery instance. That scratchpad is fully cleaned up +before each test, and as long as it doesn't do anything outside the +scratchpad your code can do whatever it wants:: + + // test/demo.js + test('DOM content', function (instance, $scratchpad) { + $scratchpad.html('
    ok
    '); + ok($scratchpad.find('span').hasClass('foo'), + "should have provided class"); + }); + test('clean scratchpad', function (instance, $scratchpad) { + ok(!$scratchpad.children().length, "should have no content"); + ok(!$scratchpad.text(), "should have no text"); + }); + +.. note:: + + The top-level element of the scratchpad is not cleaned up, test + cases can add text or DOM children but shoud not alter + ``$scratchpad`` itself. + +Loading templates +----------------- + +To avoid the corresponding processing costs, by default templates are +not loaded into QWeb. If you need to render e.g. widgets making use of +QWeb templates, you can request their loading through the +:js:attr:`~TestOptions.templates` option to the :js:func:`test case +function `. + +This will automatically load all relevant templates in the instance's +qweb before running the test case: + +.. code-block:: python + + { + 'name': "Demonstration of web/javascript tests", + 'category': 'Hidden', + 'depends': ['web'], + 'js': ['static/src/js/demo.js'], + 'test': ['static/test/demo.js'], + 'qweb': ['static/src/xml/demo.xml'], + } + +.. code-block:: xml + + + + + +

    +
    +
    +
    + +:: + + // test/demo.js + test('templates', {templates: true}, function (instance) { + var s = instance.web.qweb.render('DemoTemplate'); + var texts = $(s).find('p').map(function () { + return $(this).text(); + }).get(); + + deepEqual(texts, ['0', '1', '2', '3', '4']); + }); + +Asynchronous cases +------------------ + +The test case examples so far are all synchronous, they execute from +the first to the last line and once the last line has executed the +test is done. But the web client is full of :doc:`asynchronous code +`, and thus test cases need to be async-aware. + +This is done by returning a :js:class:`deferred ` from the +case callback:: + + // test/demo.js + test('asynchronous', { + asserts: 1 + }, function () { + var d = $.Deferred(); + setTimeout(function () { + ok(true); + d.resolve(); + }, 100); + return d; + }); + +This example also uses the :js:class:`options parameter ` +to specify the number of assertions the case should expect, if less or +more assertions are specified the case will count as failed. + +Asynchronous test cases *must* specify the number of assertions they +will run. This allows more easily catching situations where e.g. the +test architecture was not warned about asynchronous operations. + +.. note:: + + Asynchronous test cases also have a 2 seconds timeout: if the test + does not finish within 2 seconds, it will be considered + failed. This pretty much always means the test will not + resolve. This timeout *only* applies to the test itself, not to + the setup and teardown processes. + +.. note:: + + If the returned deferred is rejected, the test will be failed + unless :js:attr:`~TestOptions.fail_on_rejection` is set to + ``false``. + +RPC +--- + +An important subset of asynchronous test cases is test cases which +need to perform (and chain, to an extent) RPC calls. + +.. note:: + + Because they are a subset of asynchronous cases, RPC cases must + also provide a valid :js:attr:`assertions count + `. + +By default, test cases will fail when trying to perform an RPC +call. The ability to perform RPC calls must be explicitly requested by +a test case (or its containing test suite) through +:js:attr:`~TestOptions.rpc`, and can be one of two modes: ``mock`` or +``rpc``. + +Mock RPC +++++++++ + +The preferred (and fastest from a setup and execution time point of +view) way to do RPC during tests is to mock the RPC calls: while +setting up the test case, provide what the RPC responses "should" be, +and only test the code between the "user" (the test itself) and the +RPC call, before the call is effectively done. + +To do this, set the :js:attr:`rpc option ` to +``mock``. This will add a third parameter to the test case callback: + +.. js:function:: mock(rpc_spec, handler) + + Can be used in two different ways depending on the shape of the + first parameter: + + * If it matches the pattern ``model:method`` (if it contains a + colon, essentially) the call will set up the mocking of an RPC + call straight to the OpenERP server (through XMLRPC) as + performed via e.g. :js:func:`openerp.web.Model.call`. + + In that case, ``handler`` should be a function taking two + arguments ``args`` and ``kwargs``, matching the corresponding + arguments on the server side and should simply return the value + as if it were returned by the Python XMLRPC handler:: + + test('XML-RPC', {rpc: 'mock', asserts: 3}, function (instance, $s, mock) { + // set up mocking + mock('people.famous:name_search', function (args, kwargs) { + strictEqual(kwargs.name, 'bob'); + return [ + [1, "Microsoft Bob"], + [2, "Bob the Builder"], + [3, "Silent Bob"] + ]; + }); + + // actual test code + return new instance.web.Model('people.famous') + .call('name_search', {name: 'bob'}).then(function (result) { + strictEqual(result.length, 3, "shoud return 3 people"); + strictEqual(result[0][1], "Microsoft Bob", + "the most famous bob should be Microsoft Bob"); + }); + }); + + * Otherwise, if it matches an absolute path (e.g. ``/a/b/c``) it + will mock a JSON-RPC call to a web client controller, such as + ``/web/webclient/translations``. In that case, the handler takes + a single ``params`` argument holding all of the parameters + provided over JSON-RPC. + + As previously, the handler should simply return the result value + as if returned by the original JSON-RPC handler:: + + test('JSON-RPC', {rpc: 'mock', asserts: 3, templates: true}, function (instance, $s, mock) { + var fetched_dbs = false, fetched_langs = false; + mock('/web/database/get_list', function () { + fetched_dbs = true; + return ['foo', 'bar', 'baz']; + }); + mock('/web/session/get_lang_list', function () { + fetched_langs = true; + return [['vo_IS', 'Hopelandic / Vonlenska']]; + }); + + // widget needs that or it blows up + instance.webclient = {toggle_bars: openerp.testing.noop}; + var dbm = new instance.web.DatabaseManager({}); + return dbm.appendTo($s).then(function () { + ok(fetched_dbs, "should have fetched databases"); + ok(fetched_langs, "should have fetched languages"); + deepEqual(dbm.db_list, ['foo', 'bar', 'baz']); + }); + }); + +.. note:: + + Mock handlers can contain assertions, these assertions should be + part of the assertions count (and if multiple calls are made to a + handler containing assertions, it multiplies the effective number + of assertions). + +.. _testing-rpc-rpc: + +Actual RPC +++++++++++ + +A more realistic (but significantly slower and more expensive) way to +perform RPC calls is to perform actual calls to an actually running +OpenERP server. To do this, set the :js:attr:`rpc option +<~TestOptions.rpc>` to ``rpc``, it will not provide any new parameter +but will enable actual RPC, and the automatic creation and destruction +of databases (from a specified source) around tests. + +First, create a basic model we can test stuff with: + +.. code-block:: javascript + + from openerp.osv import orm, fields + + class TestObject(orm.Model): + _name = 'web_tests_demo.model' + + _columns = { + 'name': fields.char("Name", required=True), + 'thing': fields.char("Thing"), + 'other': fields.char("Other", required=True) + } + _defaults = { + 'other': "bob" + } + +then the actual test:: + + test('actual RPC', {rpc: 'rpc', asserts: 4}, function (instance) { + var Model = new instance.web.Model('web_tests_demo.model'); + return Model.call('create', [{name: "Bob"}]) + .then(function (id) { + return Model.call('read', [[id]]); + }).then(function (records) { + strictEqual(records.length, 1); + var record = records[0]; + strictEqual(record.name, "Bob"); + strictEqual(record.thing, false); + // default value + strictEqual(record.other, 'bob'); + }); + }); + +This test looks like a "mock" RPC test but for the lack of mock +response (and the different ``rpc`` type), however it has further +ranging consequences in that it will copy an existing database to a +new one, run the test in full on that temporary database and destroy +the database, to simulate an isolated and transactional context and +avoid affecting other tests. One of the consequences is that it takes +a *long* time to run (5~10s, most of that time being spent waiting for +a database duplication). + +Furthermore, as the test needs to clone a database, it also has to ask +which database to clone, the database/super-admin password and the +password of the ``admin`` user (in order to authenticate as said +user). As a result, the first time the test runner encounters an +``rpc: "rpc"`` test configuration it will produce the following +prompt: + +.. image:: ./images/db-query.png + :align: center + +and stop the testing process until the necessary information has been +provided. + +The prompt will only appear once per test run, all tests will use the +same "source" database. + +.. note:: + + The handling of that information is currently rather brittle and + unchecked, incorrect values will likely crash the runner. + +.. note:: + + The runner does not currently store this information (for any + longer than a test run that is), the prompt will have to be filled + every time. + +Testing API +----------- + +.. js:function:: openerp.testing.section(name[, options], body) + + A test section, serves as shared namespace for related tests (for + constants or values to only set up once). The ``body`` function + should contain the tests themselves. + + Note that the order in which tests are run is essentially + undefined, do *not* rely on it. + + :param String name: + :param TestOptions options: + :param body: + :type body: Function<:js:func:`~openerp.testing.case`, void> + +.. js:function:: openerp.testing.case(name[, options], callback) + + Registers a test case callback in the test runner, the callback + will only be run once the runner is started (or maybe not at all, + if the test is filtered out). + + :param String name: + :param TestOptions options: + :param callback: + :type callback: Function> + +.. js:class:: TestOptions + + the various options which can be passed to + :js:func:`~openerp.testing.section` or + :js:func:`~openerp.testing.case`. Except for + :js:attr:`~TestOptions.setup` and + :js:attr:`~TestOptions.teardown`, an option on + :js:func:`~openerp.testing.case` will overwrite the corresponding + option on :js:func:`~openerp.testing.section` so + e.g. :js:attr:`~TestOptions.rpc` can be set for a + :js:func:`~openerp.testing.section` and then differently set for + some :js:func:`~openerp.testing.case` of that + :js:func:`~openerp.testing.section` + + .. js:attribute:: TestOptions.asserts + + An integer, the number of assertions which should run during a + normal execution of the test. Mandatory for asynchronous tests. + + .. js:attribute:: TestOptions.setup + + Test case setup, run right before each test case. A section's + :js:func:`~TestOptions.setup` is run before the case's own, if + both are specified. + + .. js:attribute:: TestOptions.teardown + + Test case teardown, a case's :js:func:`~TestOptions.teardown` + is run before the corresponding section if both are present. + + .. js:attribute:: TestOptions.fail_on_rejection + + If the test is asynchronous and its resulting promise is + rejected, fail the test. Defaults to ``true``, set to + ``false`` to not fail the test in case of rejection:: + + // test/demo.js + test('unfail rejection', { + asserts: 1, + fail_on_rejection: false + }, function () { + var d = $.Deferred(); + setTimeout(function () { + ok(true); + d.reject(); + }, 100); + return d; + }); + + .. js:attribute:: TestOptions.rpc + + RPC method to use during tests, one of ``"mock"`` or + ``"rpc"``. Any other value will disable RPC for the test (if + they were enabled by the suite for instance). + + .. js:attribute:: TestOptions.templates + + Whether the current module (and its dependencies)'s templates + should be loaded into QWeb before starting the test. A + boolean, ``false`` by default. + +The test runner can also use two global configuration values set +directly on the ``window`` object: + +* ``oe_all_dependencies`` is an ``Array`` of all modules with a web + component, ordered by dependency (for a module ``A`` with + dependencies ``A'``, any module of ``A'`` must come before ``A`` in + the array) + +* ``oe_db_info`` is an object with 3 keys ``source``, ``supadmin`` and + ``password``. It is used to pre-configure :ref:`actual RPC + ` tests, to avoid a prompt being displayed + (especially for headless situations). + +Running through Python +---------------------- + +The web client includes the means to run these tests on the +command-line (or in a CI system), but while actually running it is +pretty simple the setup of the pre-requisite parts has some +complexities. + +1. Install unittest2_ and QUnitSuite_ in your Python environment. Both + can trivially be installed via `pip `_ or + `easy_install + `_. + + The former is the unit-testing framework used by OpenERP, the + latter is an adapter module to run qunit_ test suites and convert + their result into something unittest2_ can understand and report. + +2. Install PhantomJS_. It is a headless + browser which allows automating running and testing web + pages. QUnitSuite_ uses it to actually run the qunit_ test suite. + + The PhantomJS_ website provides pre-built binaries for some + platforms, and your OS's package management probably provides it as + well. + + If you're building PhantomJS_ from source, I recommend preparing + for some knitting time as it's not exactly fast (it needs to + compile both `Qt `_ and `Webkit + `_, both being pretty big projects). + + .. note:: + + Because PhantomJS_ is webkit-based, it will not be able to test + if Firefox, Opera or Internet Explorer can correctly run the + test suite (and it is only an approximation for Safari and + Chrome). It is therefore recommended to *also* run the test + suites in actual browsers once in a while. + + .. note:: + + The version of PhantomJS_ this was build through is 1.7, + previous versions *should* work but are not actually supported + (and tend to just segfault when something goes wrong in + PhantomJS_ itself so they're a pain to debug). + +3. Set up :ref:`OpenERP Command `, + which will be used to actually run the tests: running the qunit_ + test suite requires a running server, so at this point OpenERP + Server isn't able to do it on its own during the building/testing + process. + +4. Install a new database with all relevant modules (all modules with + a web component at least), then restart the server + + .. note:: + + For some tests, a source database needs to be duplicated. This + operation requires that there be no connection to the database + being duplicated, but OpenERP doesn't currently break + existing/outstanding connections, so restarting the server is + the simplest way to ensure everything is in the right state. + +5. Launch ``oe run-tests -d $DATABASE -mweb`` with the correct + addons-path specified (and replacing ``$DATABASE`` by the source + database you created above) + + .. note:: + + If you leave out ``-mweb``, the runner will attempt to run all + the tests in all the modules, which may or may not work. + +If everything went correctly, you should now see a list of tests with +(hopefully) ``ok`` next to their names, closing with a report of the +number of tests run and the time it took: + +.. literalinclude:: test-report.txt + :language: text + +Congratulation, you have just performed a successful "offline" run of +the OpenERP Web test suite. + +.. note:: + + Note that this runs all the Python tests for the ``web`` module, + but all the web tests for all of OpenERP. This can be surprising. + +.. _qunit: http://qunitjs.com/ + +.. _qunit assertions: http://api.qunitjs.com/category/assert/ + +.. _unittest2: http://pypi.python.org/pypi/unittest2 + +.. _QUnitSuite: http://pypi.python.org/pypi/QUnitSuite/ + +.. _PhantomJS: http://phantomjs.org/ diff --git a/web/doc/widget.rst b/web/doc/widget.rst new file mode 100644 index 0000000..483c6a6 --- /dev/null +++ b/web/doc/widget.rst @@ -0,0 +1,287 @@ +Widget +====== + +.. js:class:: openerp.web.Widget + +This is the base class for all visual components. It corresponds to an MVC +view. It provides a number of services to handle a section of a page: + +* Rendering with QWeb + +* Parenting-child relations + +* Life-cycle management (including facilitating children destruction when a + parent object is removed) + +* DOM insertion, via jQuery-powered insertion methods. Insertion targets can + be anything the corresponding jQuery method accepts (generally selectors, + DOM nodes and jQuery objects): + + :js:func:`~openerp.web.Widget.appendTo` + Renders the widget and inserts it as the last child of the target, uses + `.appendTo()`_ + + :js:func:`~openerp.web.Widget.prependTo` + Renders the widget and inserts it as the first child of the target, uses + `.prependTo()`_ + + :js:func:`~openerp.web.Widget.insertAfter` + Renders the widget and inserts it as the preceding sibling of the target, + uses `.insertAfter()`_ + + :js:func:`~openerp.web.Widget.insertBefore` + Renders the widget and inserts it as the following sibling of the target, + uses `.insertBefore()`_ + +* Backbone-compatible shortcuts + +.. _widget-dom_root: + +DOM Root +-------- + +A :js:class:`~openerp.web.Widget` is responsible for a section of the +page materialized by the DOM root of the widget. The DOM root is +available via the :js:attr:`~openerp.web.Widget.el` and +:js:attr:`~openerp.web.Widget.$el` attributes, which are +respectively the raw DOM Element and the jQuery wrapper around the DOM +element. + +There are two main ways to define and generate this DOM root: + +.. js:attribute:: openerp.web.Widget.template + + Should be set to the name of a QWeb template (a + :js:class:`String`). If set, the template will be rendered after + the widget has been initialized but before it has been + started. The root element generated by the template will be set as + the DOM root of the widget. + +.. js:attribute:: openerp.web.Widget.tagName + + Used if the widget has no template defined. Defaults to ``div``, + will be used as the tag name to create the DOM element to set as + the widget's DOM root. It is possible to further customize this + generated DOM root with the following attributes: + + .. js:attribute:: openerp.web.Widget.id + + Used to generate an ``id`` attribute on the generated DOM + root. + + .. js:attribute:: openerp.web.Widget.className + + Used to generate a ``class`` attribute on the generated DOM root. + + .. js:attribute:: openerp.web.Widget.attributes + + Mapping (object literal) of attribute names to attribute + values. Each of these k:v pairs will be set as a DOM attribute + on the generated DOM root. + + None of these is used in case a template is specified on the widget. + +The DOM root can also be defined programmatically by overridding + +.. js:function:: openerp.web.Widget.renderElement + + Renders the widget's DOM root and sets it. The default + implementation will render a set template or generate an element + as described above, and will call + :js:func:`~openerp.web.Widget.setElement` on the result. + + Any override to :js:func:`~openerp.web.Widget.renderElement` which + does not call its ``_super`` **must** call + :js:func:`~openerp.web.Widget.setElement` with whatever it + generated or the widget's behavior is undefined.r + + .. note:: + + The default :js:func:`~openerp.web.Widget.renderElement` can + be called repeatedly, it will *replace* the previous DOM root + (using ``replaceWith``). However, this requires that the + widget correctly sets and unsets its events (and children + widgets). Generally, + :js:func:`~openerp.web.Widget.renderElement` should not be + called repeatedly unless the widget advertizes this feature. + +Accessing DOM content +~~~~~~~~~~~~~~~~~~~~~ + +Because a widget is only responsible for the content below its DOM +root, there is a shortcut for selecting sub-sections of a widget's +DOM: + +.. js:function:: openerp.web.Widget.$(selector) + + Applies the CSS selector specified as parameter to the widget's + DOM root. + + .. code-block:: javascript + + this.$(selector); + + is functionally identical to: + + .. code-block:: javascript + + this.$el.find(selector); + + :param String selector: CSS selector + :returns: jQuery object + + .. note:: this helper method is compatible with + ``Backbone.View.$`` + +Resetting the DOM root +~~~~~~~~~~~~~~~~~~~~~~ + +.. js:function:: openerp.web.Widget.setElement(element) + + Re-sets the widget's DOM root to the provided element, also + handles re-setting the various aliases of the DOM root as well as + unsetting and re-setting delegated events. + + :param Element element: a DOM element or jQuery object to set as + the widget's DOM root + + .. note:: should be mostly compatible with `Backbone's + setElement`_ + +DOM events handling +------------------- + +A widget will generally need to respond to user action within its +section of the page. This entails binding events to DOM elements. + +To this end, :js:class:`~openerp.web.Widget` provides an shortcut: + +.. js:attribute:: openerp.web.Widget.events + + Events are a mapping of ``event selector`` (an event name and a + CSS selector separated by a space) to a callback. The callback can + be either a method name in the widget or a function. In either + case, the ``this`` will be set to the widget: + + .. code-block:: javascript + + events: { + 'click p.oe_some_class a': 'some_method', + 'change input': function (e) { + e.stopPropagation(); + } + }, + + The selector is used for jQuery's `event delegation`_, the + callback will only be triggered for descendants of the DOM root + matching the selector [0]_. If the selector is left out (only an + event name is specified), the event will be set directly on the + widget's DOM root. + +.. js:function:: openerp.web.Widget.delegateEvents + + This method is in charge of binding + :js:attr:`~openerp.web.Widget.events` to the DOM. It is + automatically called after setting the widget's DOM root. + + It can be overridden to set up more complex events than the + :js:attr:`~openerp.web.Widget.events` map allows, but the parent + should always be called (or :js:attr:`~openerp.web.Widget.events` + won't be handled correctly). + +.. js:function:: openerp.web.Widget.undelegateEvents + + This method is in charge of unbinding + :js:attr:`~openerp.web.Widget.events` from the DOM root when the + widget is destroyed or the DOM root is reset, in order to avoid + leaving "phantom" events. + + It should be overridden to un-set any event set in an override of + :js:func:`~openerp.web.Widget.delegateEvents`. + +.. note:: this behavior should be compatible with `Backbone's + delegateEvents`_, apart from not accepting any argument. + +Subclassing Widget +------------------ + +:js:class:`~openerp.base.Widget` is subclassed in the standard manner (via the +:js:func:`~openerp.base.Class.extend` method), and provides a number of +abstract properties and concrete methods (which you may or may not want to +override). Creating a subclass looks like this: + +.. code-block:: javascript + + var MyWidget = openerp.base.Widget.extend({ + // QWeb template to use when rendering the object + template: "MyQWebTemplate", + + init: function(parent) { + this._super(parent); + // insert code to execute before rendering, for object + // initialization + }, + start: function() { + this._super(); + // post-rendering initialization code, at this point + // ``this.$element`` has been initialized + this.$element.find(".my_button").click(/* an example of event binding * /); + + // if ``start`` is asynchronous, return a promise object so callers + // know when the object is done initializing + return this.rpc(/* … */) + } + }); + +The new class can then be used in the following manner: + +.. code-block:: javascript + + // Create the instance + var my_widget = new MyWidget(this); + // Render and insert into DOM + my_widget.appendTo(".some-div"); + +After these two lines have executed (and any promise returned by ``appendTo`` +has been resolved if needed), the widget is ready to be used. + +.. note:: the insertion methods will start the widget themselves, and will + return the result of :js:func:`~openerp.base.Widget.start()`. + + If for some reason you do not want to call these methods, you will + have to first call :js:func:`~openerp.base.Widget.render()` on the + widget, then insert it into your DOM and start it. + +If the widget is not needed anymore (because it's transient), simply terminate +it: + +.. code-block:: javascript + + my_widget.destroy(); + +will unbind all DOM events, remove the widget's content from the DOM and +destroy all widget data. + +.. [0] not all DOM events are compatible with events delegation + +.. _.appendTo(): + http://api.jquery.com/appendTo/ + +.. _.prependTo(): + http://api.jquery.com/prependTo/ + +.. _.insertAfter(): + http://api.jquery.com/insertAfter/ + +.. _.insertBefore(): + http://api.jquery.com/insertBefore/ + +.. _event delegation: + http://api.jquery.com/delegate/ + +.. _Backbone's setElement: + http://backbonejs.org/#View-setElement + +.. _Backbone's delegateEvents: + http://backbonejs.org/#View-delegateEvents + diff --git a/web/http.py b/web/http.py new file mode 100755 index 0000000..8595e38 --- /dev/null +++ b/web/http.py @@ -0,0 +1,595 @@ +# -*- coding: utf-8 -*- +#---------------------------------------------------------- +# OpenERP Web HTTP layer +#---------------------------------------------------------- +import ast +import cgi +import contextlib +import functools +import getpass +import logging +import mimetypes +import os +import pprint +import random +import sys +import tempfile +import threading +import time +import traceback +import urlparse +import uuid +import xmlrpclib + +import babel.core +import simplejson +import werkzeug.contrib.sessions +import werkzeug.datastructures +import werkzeug.exceptions +import werkzeug.utils +import werkzeug.wrappers +import werkzeug.wsgi + +import openerp + +import session + +_logger = logging.getLogger(__name__) + +#---------------------------------------------------------- +# RequestHandler +#---------------------------------------------------------- +class WebRequest(object): + """ Parent class for all OpenERP Web request types, mostly deals with + initialization and setup of the request object (the dispatching itself has + to be handled by the subclasses) + + :param request: a wrapped werkzeug Request object + :type request: :class:`werkzeug.wrappers.BaseRequest` + + .. attribute:: httprequest + + the original :class:`werkzeug.wrappers.Request` object provided to the + request + + .. attribute:: httpsession + + a :class:`~collections.Mapping` holding the HTTP session data for the + current http session + + .. attribute:: params + + :class:`~collections.Mapping` of request parameters, not generally + useful as they're provided directly to the handler method as keyword + arguments + + .. attribute:: session_id + + opaque identifier for the :class:`session.OpenERPSession` instance of + the current request + + .. attribute:: session + + :class:`~session.OpenERPSession` instance for the current request + + .. attribute:: context + + :class:`~collections.Mapping` of context values for the current request + + .. attribute:: debug + + ``bool``, indicates whether the debug mode is active on the client + """ + def __init__(self, request): + self.httprequest = request + self.httpresponse = None + self.httpsession = request.session + + def init(self, params): + self.params = dict(params) + # OpenERP session setup + self.session_id = self.params.pop("session_id", None) or uuid.uuid4().hex + self.session = self.httpsession.get(self.session_id) + if not self.session: + self.session = session.OpenERPSession() + self.httpsession[self.session_id] = self.session + self.context = self.params.pop('context', {}) + self.debug = self.params.pop('debug', False) is not False + # Determine self.lang + lang = self.params.get('lang', None) + if lang is None: + lang = self.context.get('lang') + if lang is None: + lang = self.httprequest.cookies.get('lang') + if lang is None: + lang = self.httprequest.accept_languages.best + if not lang: + lang = 'en_US' + # tranform 2 letters lang like 'en' into 5 letters like 'en_US' + lang = babel.core.LOCALE_ALIASES.get(lang, lang) + # we use _ as seprator where RFC2616 uses '-' + self.lang = lang.replace('-', '_') + +def reject_nonliteral(dct): + if '__ref' in dct: + raise ValueError( + "Non literal contexts can not be sent to the server anymore (%r)" % (dct,)) + return dct + +class JsonRequest(WebRequest): + """ JSON-RPC2 over HTTP. + + Sucessful request:: + + --> {"jsonrpc": "2.0", + "method": "call", + "params": {"session_id": "SID", + "context": {}, + "arg1": "val1" }, + "id": null} + + <-- {"jsonrpc": "2.0", + "result": { "res1": "val1" }, + "id": null} + + Request producing a error:: + + --> {"jsonrpc": "2.0", + "method": "call", + "params": {"session_id": "SID", + "context": {}, + "arg1": "val1" }, + "id": null} + + <-- {"jsonrpc": "2.0", + "error": {"code": 1, + "message": "End user error message.", + "data": {"code": "codestring", + "debug": "traceback" } }, + "id": null} + + """ + def dispatch(self, method): + """ Calls the method asked for by the JSON-RPC2 or JSONP request + + :param method: the method which received the request + + :returns: an utf8 encoded JSON-RPC2 or JSONP reply + """ + args = self.httprequest.args + jsonp = args.get('jsonp') + requestf = None + request = None + request_id = args.get('id') + + if jsonp and self.httprequest.method == 'POST': + # jsonp 2 steps step1 POST: save call + self.init(args) + self.session.jsonp_requests[request_id] = self.httprequest.form['r'] + headers=[('Content-Type', 'text/plain; charset=utf-8')] + r = werkzeug.wrappers.Response(request_id, headers=headers) + return r + elif jsonp and args.get('r'): + # jsonp method GET + request = args.get('r') + elif jsonp and request_id: + # jsonp 2 steps step2 GET: run and return result + self.init(args) + request = self.session.jsonp_requests.pop(request_id, "") + else: + # regular jsonrpc2 + requestf = self.httprequest.stream + + response = {"jsonrpc": "2.0" } + error = None + try: + # Read POST content or POST Form Data named "request" + if requestf: + self.jsonrequest = simplejson.load(requestf, object_hook=reject_nonliteral) + else: + self.jsonrequest = simplejson.loads(request, object_hook=reject_nonliteral) + self.init(self.jsonrequest.get("params", {})) + if _logger.isEnabledFor(logging.DEBUG): + _logger.debug("--> %s.%s\n%s", method.im_class.__name__, method.__name__, pprint.pformat(self.jsonrequest)) + response['id'] = self.jsonrequest.get('id') + response["result"] = method(self, **self.params) + except session.AuthenticationError: + error = { + 'code': 100, + 'message': "OpenERP Session Invalid", + 'data': { + 'type': 'session_invalid', + 'debug': traceback.format_exc() + } + } + except xmlrpclib.Fault, e: + error = { + 'code': 200, + 'message': "OpenERP Server Error", + 'data': { + 'type': 'server_exception', + 'fault_code': e.faultCode, + 'debug': "Client %s\nServer %s" % ( + "".join(traceback.format_exception("", None, sys.exc_traceback)), e.faultString) + } + } + except Exception: + logging.getLogger(__name__ + '.JSONRequest.dispatch').exception\ + ("An error occured while handling a json request") + error = { + 'code': 300, + 'message': "OpenERP WebClient Error", + 'data': { + 'type': 'client_exception', + 'debug': "Client %s" % traceback.format_exc() + } + } + if error: + response["error"] = error + + if _logger.isEnabledFor(logging.DEBUG): + _logger.debug("<--\n%s", pprint.pformat(response)) + + if jsonp: + # If we use jsonp, that's mean we are called from another host + # Some browser (IE and Safari) do no allow third party cookies + # We need then to manage http sessions manually. + response['httpsessionid'] = self.httpsession.sid + mime = 'application/javascript' + body = "%s(%s);" % (jsonp, simplejson.dumps(response),) + else: + mime = 'application/json' + body = simplejson.dumps(response) + + r = werkzeug.wrappers.Response(body, headers=[('Content-Type', mime), ('Content-Length', len(body))]) + return r + +def jsonrequest(f): + """ Decorator marking the decorated method as being a handler for a + JSON-RPC request (the exact request path is specified via the + ``$(Controller._cp_path)/$methodname`` combination. + + If the method is called, it will be provided with a :class:`JsonRequest` + instance and all ``params`` sent during the JSON-RPC request, apart from + the ``session_id``, ``context`` and ``debug`` keys (which are stripped out + beforehand) + """ + f.exposed = 'json' + return f + +class HttpRequest(WebRequest): + """ Regular GET/POST request + """ + def dispatch(self, method): + params = dict(self.httprequest.args) + params.update(self.httprequest.form) + params.update(self.httprequest.files) + self.init(params) + akw = {} + for key, value in self.httprequest.args.iteritems(): + if isinstance(value, basestring) and len(value) < 1024: + akw[key] = value + else: + akw[key] = type(value) + _logger.debug("%s --> %s.%s %r", self.httprequest.method, method.im_class.__name__, method.__name__, akw) + try: + r = method(self, **self.params) + except xmlrpclib.Fault, e: + r = werkzeug.exceptions.InternalServerError(cgi.escape(simplejson.dumps({ + 'code': 200, + 'message': "OpenERP Server Error", + 'data': { + 'type': 'server_exception', + 'fault_code': e.faultCode, + 'debug': "Server %s\nClient %s" % ( + e.faultString, traceback.format_exc()) + } + }))) + except Exception: + logging.getLogger(__name__ + '.HttpRequest.dispatch').exception( + "An error occurred while handling a json request") + r = werkzeug.exceptions.InternalServerError(cgi.escape(simplejson.dumps({ + 'code': 300, + 'message': "OpenERP WebClient Error", + 'data': { + 'type': 'client_exception', + 'debug': "Client %s" % traceback.format_exc() + } + }))) + if self.debug or 1: + if isinstance(r, (werkzeug.wrappers.BaseResponse, werkzeug.exceptions.HTTPException)): + _logger.debug('<-- %s', r) + else: + _logger.debug("<-- size: %s", len(r)) + return r + + def make_response(self, data, headers=None, cookies=None): + """ Helper for non-HTML responses, or HTML responses with custom + response headers or cookies. + + While handlers can just return the HTML markup of a page they want to + send as a string if non-HTML data is returned they need to create a + complete response object, or the returned data will not be correctly + interpreted by the clients. + + :param basestring data: response body + :param headers: HTTP headers to set on the response + :type headers: ``[(name, value)]`` + :param collections.Mapping cookies: cookies to set on the client + """ + response = werkzeug.wrappers.Response(data, headers=headers) + if cookies: + for k, v in cookies.iteritems(): + response.set_cookie(k, v) + return response + + def not_found(self, description=None): + """ Helper for 404 response, return its result from the method + """ + return werkzeug.exceptions.NotFound(description) + +def httprequest(f): + """ Decorator marking the decorated method as being a handler for a + normal HTTP request (the exact request path is specified via the + ``$(Controller._cp_path)/$methodname`` combination. + + If the method is called, it will be provided with a :class:`HttpRequest` + instance and all ``params`` sent during the request (``GET`` and ``POST`` + merged in the same dictionary), apart from the ``session_id``, ``context`` + and ``debug`` keys (which are stripped out beforehand) + """ + f.exposed = 'http' + return f + +#---------------------------------------------------------- +# Controller registration with a metaclass +#---------------------------------------------------------- +addons_module = {} +addons_manifest = {} +controllers_class = [] +controllers_object = {} +controllers_path = {} + +class ControllerType(type): + def __init__(cls, name, bases, attrs): + super(ControllerType, cls).__init__(name, bases, attrs) + controllers_class.append(("%s.%s" % (cls.__module__, cls.__name__), cls)) + +class Controller(object): + __metaclass__ = ControllerType + +#---------------------------------------------------------- +# Session context manager +#---------------------------------------------------------- +@contextlib.contextmanager +def session_context(request, session_store, session_lock, sid): + with session_lock: + if sid: + request.session = session_store.get(sid) + else: + request.session = session_store.new() + try: + yield request.session + finally: + # Remove all OpenERPSession instances with no uid, they're generated + # either by login process or by HTTP requests without an OpenERP + # session id, and are generally noise + removed_sessions = set() + for key, value in request.session.items(): + if not isinstance(value, session.OpenERPSession): + continue + if getattr(value, '_suicide', False) or ( + not value._uid + and not value.jsonp_requests + # FIXME do not use a fixed value + and value._creation_time + (60*5) < time.time()): + _logger.debug('remove session %s', key) + removed_sessions.add(key) + del request.session[key] + + with session_lock: + if sid: + # Re-load sessions from storage and merge non-literal + # contexts and domains (they're indexed by hash of the + # content so conflicts should auto-resolve), otherwise if + # two requests alter those concurrently the last to finish + # will overwrite the previous one, leading to loss of data + # (a non-literal is lost even though it was sent to the + # client and client errors) + # + # note that domains_store and contexts_store are append-only (we + # only ever add items to them), so we can just update one with the + # other to get the right result, if we want to merge the + # ``context`` dict we'll need something smarter + in_store = session_store.get(sid) + for k, v in request.session.iteritems(): + stored = in_store.get(k) + if stored and isinstance(v, session.OpenERPSession): + if hasattr(v, 'contexts_store'): + del v.contexts_store + if hasattr(v, 'domains_store'): + del v.domains_store + if not hasattr(v, 'jsonp_requests'): + v.jsonp_requests = {} + v.jsonp_requests.update(getattr( + stored, 'jsonp_requests', {})) + + # add missing keys + for k, v in in_store.iteritems(): + if k not in request.session and k not in removed_sessions: + request.session[k] = v + + session_store.save(request.session) + +def session_gc(session_store): + if random.random() < 0.001: + # we keep session one week + last_week = time.time() - 60*60*24*7 + for fname in os.listdir(session_store.path): + path = os.path.join(session_store.path, fname) + try: + if os.path.getmtime(path) < last_week: + os.unlink(path) + except OSError: + pass + +#---------------------------------------------------------- +# WSGI Application +#---------------------------------------------------------- +# Add potentially missing (older ubuntu) font mime types +mimetypes.add_type('application/font-woff', '.woff') +mimetypes.add_type('application/vnd.ms-fontobject', '.eot') +mimetypes.add_type('application/x-font-ttf', '.ttf') + +class DisableCacheMiddleware(object): + def __init__(self, app): + self.app = app + def __call__(self, environ, start_response): + def start_wrapped(status, headers): + referer = environ.get('HTTP_REFERER', '') + parsed = urlparse.urlparse(referer) + debug = parsed.query.count('debug') >= 1 + + new_headers = [] + unwanted_keys = ['Last-Modified'] + if debug: + new_headers = [('Cache-Control', 'no-cache')] + unwanted_keys += ['Expires', 'Etag', 'Cache-Control'] + + for k, v in headers: + if k not in unwanted_keys: + new_headers.append((k, v)) + + start_response(status, new_headers) + return self.app(environ, start_wrapped) + +def session_path(): + try: + username = getpass.getuser() + except Exception: + username = "unknown" + path = os.path.join(tempfile.gettempdir(), "oe-sessions-" + username) + if not os.path.exists(path): + os.mkdir(path, 0700) + return path + +class Root(object): + """Root WSGI application for the OpenERP Web Client. + """ + def __init__(self): + self.addons = {} + self.statics = {} + + self.load_addons() + + # Setup http sessions + path = session_path() + self.session_store = werkzeug.contrib.sessions.FilesystemSessionStore(path) + self.session_lock = threading.Lock() + _logger.debug('HTTP sessions stored in: %s', path) + + def __call__(self, environ, start_response): + """ Handle a WSGI request + """ + return self.dispatch(environ, start_response) + + def dispatch(self, environ, start_response): + """ + Performs the actual WSGI dispatching for the application, may be + wrapped during the initialization of the object. + + Call the object directly. + """ + request = werkzeug.wrappers.Request(environ) + request.parameter_storage_class = werkzeug.datastructures.ImmutableDict + request.app = self + + handler = self.find_handler(*(request.path.split('/')[1:])) + + if not handler: + response = werkzeug.exceptions.NotFound() + else: + sid = request.cookies.get('sid') + if not sid: + sid = request.args.get('sid') + + session_gc(self.session_store) + + with session_context(request, self.session_store, self.session_lock, sid) as session: + result = handler(request) + + if isinstance(result, basestring): + headers=[('Content-Type', 'text/html; charset=utf-8'), ('Content-Length', len(result))] + response = werkzeug.wrappers.Response(result, headers=headers) + else: + response = result + + if hasattr(response, 'set_cookie'): + response.set_cookie('sid', session.sid) + + return response(environ, start_response) + + def load_addons(self): + """ Load all addons from addons patch containg static files and + controllers and configure them. """ + + for addons_path in openerp.modules.module.ad_paths: + for module in sorted(os.listdir(addons_path)): + if module not in addons_module: + manifest_path = os.path.join(addons_path, module, '__openerp__.py') + path_static = os.path.join(addons_path, module, 'static') + if os.path.isfile(manifest_path) and os.path.isdir(path_static): + manifest = ast.literal_eval(open(manifest_path).read()) + manifest['addons_path'] = addons_path + _logger.debug("Loading %s", module) + if 'openerp.addons' in sys.modules: + m = __import__('openerp.addons.' + module) + else: + m = __import__(module) + addons_module[module] = m + addons_manifest[module] = manifest + self.statics['/%s/static' % module] = path_static + + for k, v in controllers_class: + if k not in controllers_object: + o = v() + controllers_object[k] = o + if hasattr(o, '_cp_path'): + controllers_path[o._cp_path] = o + + app = werkzeug.wsgi.SharedDataMiddleware(self.dispatch, self.statics) + self.dispatch = DisableCacheMiddleware(app) + + def find_handler(self, *l): + """ + Tries to discover the controller handling the request for the path + specified by the provided parameters + + :param l: path sections to a controller or controller method + :returns: a callable matching the path sections, or ``None`` + :rtype: ``Controller | None`` + """ + if l: + ps = '/' + '/'.join(filter(None, l)) + method_name = 'index' + while ps: + c = controllers_path.get(ps) + if c: + method = getattr(c, method_name, None) + if method: + exposed = getattr(method, 'exposed', False) + if exposed == 'json': + _logger.debug("Dispatch json to %s %s %s", ps, c, method_name) + return lambda request: JsonRequest(request).dispatch(method) + elif exposed == 'http': + _logger.debug("Dispatch http to %s %s %s", ps, c, method_name) + return lambda request: HttpRequest(request).dispatch(method) + ps, _slash, method_name = ps.rpartition('/') + if not ps and method_name: + ps = '/' + return None + +def wsgi_postload(): + openerp.wsgi.register_wsgi_handler(Root()) + +# vim:et:ts=4:sw=4: diff --git a/web/i18n/._ar.po b/web/i18n/._ar.po new file mode 100644 index 0000000000000000000000000000000000000000..49a7a68dda8b3dcf718be8275dd408a96c2f6f65 GIT binary patch literal 222 zcmZQz6=P>$Vqox1Ojhs@R)|o50+1L3ClDI}@fsio@$UgK5x_AdBnYYuq+J^qI7A5ADWagzZ6zUro7#LccS|+8L8Kk9JyXWVp=cL9|7#TQc v6y@ipTDuvVIhz}}xahi=8@lM4m>aq3I$4++>l&JxI-8jrIGMN_nJ@qVFajf1 literal 0 HcmV?d00001 diff --git a/web/i18n/._bg.po b/web/i18n/._bg.po new file mode 100644 index 0000000000000000000000000000000000000000..49a7a68dda8b3dcf718be8275dd408a96c2f6f65 GIT binary patch literal 222 zcmZQz6=P>$Vqox1Ojhs@R)|o50+1L3ClDI}@fsio@$UgK5x_AdBnYYuq+J^qI7A5ADWagzZ6zUro7#LccS|+8L8Kk9JyXWVp=cL9|7#TQc v6y@ipTDuvVIhz}}xahi=8@lM4m>aq3I$4++>l&JxI-8jrIGMN_nJ@qVFajf1 literal 0 HcmV?d00001 diff --git a/web/i18n/._bn.po b/web/i18n/._bn.po new file mode 100644 index 0000000000000000000000000000000000000000..49a7a68dda8b3dcf718be8275dd408a96c2f6f65 GIT binary patch literal 222 zcmZQz6=P>$Vqox1Ojhs@R)|o50+1L3ClDI}@fsio@$UgK5x_AdBnYYuq+J^qI7A5ADWagzZ6zUro7#LccS|+8L8Kk9JyXWVp=cL9|7#TQc v6y@ipTDuvVIhz}}xahi=8@lM4m>aq3I$4++>l&JxI-8jrIGMN_nJ@qVFajf1 literal 0 HcmV?d00001 diff --git a/web/i18n/._bs.po b/web/i18n/._bs.po new file mode 100644 index 0000000000000000000000000000000000000000..49a7a68dda8b3dcf718be8275dd408a96c2f6f65 GIT binary patch literal 222 zcmZQz6=P>$Vqox1Ojhs@R)|o50+1L3ClDI}@fsio@$UgK5x_AdBnYYuq+J^qI7A5ADWagzZ6zUro7#LccS|+8L8Kk9JyXWVp=cL9|7#TQc v6y@ipTDuvVIhz}}xahi=8@lM4m>aq3I$4++>l&JxI-8jrIGMN_nJ@qVFajf1 literal 0 HcmV?d00001 diff --git a/web/i18n/._ca.po b/web/i18n/._ca.po new file mode 100644 index 0000000000000000000000000000000000000000..49a7a68dda8b3dcf718be8275dd408a96c2f6f65 GIT binary patch literal 222 zcmZQz6=P>$Vqox1Ojhs@R)|o50+1L3ClDI}@fsio@$UgK5x_AdBnYYuq+J^qI7A5ADWagzZ6zUro7#LccS|+8L8Kk9JyXWVp=cL9|7#TQc v6y@ipTDuvVIhz}}xahi=8@lM4m>aq3I$4++>l&JxI-8jrIGMN_nJ@qVFajf1 literal 0 HcmV?d00001 diff --git a/web/i18n/._cs.po b/web/i18n/._cs.po new file mode 100644 index 0000000000000000000000000000000000000000..49a7a68dda8b3dcf718be8275dd408a96c2f6f65 GIT binary patch literal 222 zcmZQz6=P>$Vqox1Ojhs@R)|o50+1L3ClDI}@fsio@$UgK5x_AdBnYYuq+J^qI7A5ADWagzZ6zUro7#LccS|+8L8Kk9JyXWVp=cL9|7#TQc v6y@ipTDuvVIhz}}xahi=8@lM4m>aq3I$4++>l&JxI-8jrIGMN_nJ@qVFajf1 literal 0 HcmV?d00001 diff --git a/web/i18n/._da.po b/web/i18n/._da.po new file mode 100644 index 0000000000000000000000000000000000000000..49a7a68dda8b3dcf718be8275dd408a96c2f6f65 GIT binary patch literal 222 zcmZQz6=P>$Vqox1Ojhs@R)|o50+1L3ClDI}@fsio@$UgK5x_AdBnYYuq+J^qI7A5ADWagzZ6zUro7#LccS|+8L8Kk9JyXWVp=cL9|7#TQc v6y@ipTDuvVIhz}}xahi=8@lM4m>aq3I$4++>l&JxI-8jrIGMN_nJ@qVFajf1 literal 0 HcmV?d00001 diff --git a/web/i18n/._de.po b/web/i18n/._de.po new file mode 100644 index 0000000000000000000000000000000000000000..49a7a68dda8b3dcf718be8275dd408a96c2f6f65 GIT binary patch literal 222 zcmZQz6=P>$Vqox1Ojhs@R)|o50+1L3ClDI}@fsio@$UgK5x_AdBnYYuq+J^qI7A5ADWagzZ6zUro7#LccS|+8L8Kk9JyXWVp=cL9|7#TQc v6y@ipTDuvVIhz}}xahi=8@lM4m>aq3I$4++>l&JxI-8jrIGMN_nJ@qVFajf1 literal 0 HcmV?d00001 diff --git a/web/i18n/._en_AU.po b/web/i18n/._en_AU.po new file mode 100644 index 0000000000000000000000000000000000000000..49a7a68dda8b3dcf718be8275dd408a96c2f6f65 GIT binary patch literal 222 zcmZQz6=P>$Vqox1Ojhs@R)|o50+1L3ClDI}@fsio@$UgK5x_AdBnYYuq+J^qI7A5ADWagzZ6zUro7#LccS|+8L8Kk9JyXWVp=cL9|7#TQc v6y@ipTDuvVIhz}}xahi=8@lM4m>aq3I$4++>l&JxI-8jrIGMN_nJ@qVFajf1 literal 0 HcmV?d00001 diff --git a/web/i18n/._en_GB.po b/web/i18n/._en_GB.po new file mode 100644 index 0000000000000000000000000000000000000000..49a7a68dda8b3dcf718be8275dd408a96c2f6f65 GIT binary patch literal 222 zcmZQz6=P>$Vqox1Ojhs@R)|o50+1L3ClDI}@fsio@$UgK5x_AdBnYYuq+J^qI7A5ADWagzZ6zUro7#LccS|+8L8Kk9JyXWVp=cL9|7#TQc v6y@ipTDuvVIhz}}xahi=8@lM4m>aq3I$4++>l&JxI-8jrIGMN_nJ@qVFajf1 literal 0 HcmV?d00001 diff --git a/web/i18n/._es.po b/web/i18n/._es.po new file mode 100644 index 0000000000000000000000000000000000000000..49a7a68dda8b3dcf718be8275dd408a96c2f6f65 GIT binary patch literal 222 zcmZQz6=P>$Vqox1Ojhs@R)|o50+1L3ClDI}@fsio@$UgK5x_AdBnYYuq+J^qI7A5ADWagzZ6zUro7#LccS|+8L8Kk9JyXWVp=cL9|7#TQc v6y@ipTDuvVIhz}}xahi=8@lM4m>aq3I$4++>l&JxI-8jrIGMN_nJ@qVFajf1 literal 0 HcmV?d00001 diff --git a/web/i18n/._es_CL.po b/web/i18n/._es_CL.po new file mode 100644 index 0000000000000000000000000000000000000000..49a7a68dda8b3dcf718be8275dd408a96c2f6f65 GIT binary patch literal 222 zcmZQz6=P>$Vqox1Ojhs@R)|o50+1L3ClDI}@fsio@$UgK5x_AdBnYYuq+J^qI7A5ADWagzZ6zUro7#LccS|+8L8Kk9JyXWVp=cL9|7#TQc v6y@ipTDuvVIhz}}xahi=8@lM4m>aq3I$4++>l&JxI-8jrIGMN_nJ@qVFajf1 literal 0 HcmV?d00001 diff --git a/web/i18n/._es_CR.po b/web/i18n/._es_CR.po new file mode 100644 index 0000000000000000000000000000000000000000..49a7a68dda8b3dcf718be8275dd408a96c2f6f65 GIT binary patch literal 222 zcmZQz6=P>$Vqox1Ojhs@R)|o50+1L3ClDI}@fsio@$UgK5x_AdBnYYuq+J^qI7A5ADWagzZ6zUro7#LccS|+8L8Kk9JyXWVp=cL9|7#TQc v6y@ipTDuvVIhz}}xahi=8@lM4m>aq3I$4++>l&JxI-8jrIGMN_nJ@qVFajf1 literal 0 HcmV?d00001 diff --git a/web/i18n/._es_DO.po b/web/i18n/._es_DO.po new file mode 100644 index 0000000000000000000000000000000000000000..49a7a68dda8b3dcf718be8275dd408a96c2f6f65 GIT binary patch literal 222 zcmZQz6=P>$Vqox1Ojhs@R)|o50+1L3ClDI}@fsio@$UgK5x_AdBnYYuq+J^qI7A5ADWagzZ6zUro7#LccS|+8L8Kk9JyXWVp=cL9|7#TQc v6y@ipTDuvVIhz}}xahi=8@lM4m>aq3I$4++>l&JxI-8jrIGMN_nJ@qVFajf1 literal 0 HcmV?d00001 diff --git a/web/i18n/._es_EC.po b/web/i18n/._es_EC.po new file mode 100644 index 0000000000000000000000000000000000000000..49a7a68dda8b3dcf718be8275dd408a96c2f6f65 GIT binary patch literal 222 zcmZQz6=P>$Vqox1Ojhs@R)|o50+1L3ClDI}@fsio@$UgK5x_AdBnYYuq+J^qI7A5ADWagzZ6zUro7#LccS|+8L8Kk9JyXWVp=cL9|7#TQc v6y@ipTDuvVIhz}}xahi=8@lM4m>aq3I$4++>l&JxI-8jrIGMN_nJ@qVFajf1 literal 0 HcmV?d00001 diff --git a/web/i18n/._es_MX.po b/web/i18n/._es_MX.po new file mode 100644 index 0000000000000000000000000000000000000000..49a7a68dda8b3dcf718be8275dd408a96c2f6f65 GIT binary patch literal 222 zcmZQz6=P>$Vqox1Ojhs@R)|o50+1L3ClDI}@fsio@$UgK5x_AdBnYYuq+J^qI7A5ADWagzZ6zUro7#LccS|+8L8Kk9JyXWVp=cL9|7#TQc v6y@ipTDuvVIhz}}xahi=8@lM4m>aq3I$4++>l&JxI-8jrIGMN_nJ@qVFajf1 literal 0 HcmV?d00001 diff --git a/web/i18n/._et.po b/web/i18n/._et.po new file mode 100644 index 0000000000000000000000000000000000000000..49a7a68dda8b3dcf718be8275dd408a96c2f6f65 GIT binary patch literal 222 zcmZQz6=P>$Vqox1Ojhs@R)|o50+1L3ClDI}@fsio@$UgK5x_AdBnYYuq+J^qI7A5ADWagzZ6zUro7#LccS|+8L8Kk9JyXWVp=cL9|7#TQc v6y@ipTDuvVIhz}}xahi=8@lM4m>aq3I$4++>l&JxI-8jrIGMN_nJ@qVFajf1 literal 0 HcmV?d00001 diff --git a/web/i18n/._eu.po b/web/i18n/._eu.po new file mode 100644 index 0000000000000000000000000000000000000000..49a7a68dda8b3dcf718be8275dd408a96c2f6f65 GIT binary patch literal 222 zcmZQz6=P>$Vqox1Ojhs@R)|o50+1L3ClDI}@fsio@$UgK5x_AdBnYYuq+J^qI7A5ADWagzZ6zUro7#LccS|+8L8Kk9JyXWVp=cL9|7#TQc v6y@ipTDuvVIhz}}xahi=8@lM4m>aq3I$4++>l&JxI-8jrIGMN_nJ@qVFajf1 literal 0 HcmV?d00001 diff --git a/web/i18n/._fa.po b/web/i18n/._fa.po new file mode 100644 index 0000000000000000000000000000000000000000..49a7a68dda8b3dcf718be8275dd408a96c2f6f65 GIT binary patch literal 222 zcmZQz6=P>$Vqox1Ojhs@R)|o50+1L3ClDI}@fsio@$UgK5x_AdBnYYuq+J^qI7A5ADWagzZ6zUro7#LccS|+8L8Kk9JyXWVp=cL9|7#TQc v6y@ipTDuvVIhz}}xahi=8@lM4m>aq3I$4++>l&JxI-8jrIGMN_nJ@qVFajf1 literal 0 HcmV?d00001 diff --git a/web/i18n/._fi.po b/web/i18n/._fi.po new file mode 100644 index 0000000000000000000000000000000000000000..49a7a68dda8b3dcf718be8275dd408a96c2f6f65 GIT binary patch literal 222 zcmZQz6=P>$Vqox1Ojhs@R)|o50+1L3ClDI}@fsio@$UgK5x_AdBnYYuq+J^qI7A5ADWagzZ6zUro7#LccS|+8L8Kk9JyXWVp=cL9|7#TQc v6y@ipTDuvVIhz}}xahi=8@lM4m>aq3I$4++>l&JxI-8jrIGMN_nJ@qVFajf1 literal 0 HcmV?d00001 diff --git a/web/i18n/._fr.po b/web/i18n/._fr.po new file mode 100644 index 0000000000000000000000000000000000000000..49a7a68dda8b3dcf718be8275dd408a96c2f6f65 GIT binary patch literal 222 zcmZQz6=P>$Vqox1Ojhs@R)|o50+1L3ClDI}@fsio@$UgK5x_AdBnYYuq+J^qI7A5ADWagzZ6zUro7#LccS|+8L8Kk9JyXWVp=cL9|7#TQc v6y@ipTDuvVIhz}}xahi=8@lM4m>aq3I$4++>l&JxI-8jrIGMN_nJ@qVFajf1 literal 0 HcmV?d00001 diff --git a/web/i18n/._fr_CA.po b/web/i18n/._fr_CA.po new file mode 100644 index 0000000000000000000000000000000000000000..49a7a68dda8b3dcf718be8275dd408a96c2f6f65 GIT binary patch literal 222 zcmZQz6=P>$Vqox1Ojhs@R)|o50+1L3ClDI}@fsio@$UgK5x_AdBnYYuq+J^qI7A5ADWagzZ6zUro7#LccS|+8L8Kk9JyXWVp=cL9|7#TQc v6y@ipTDuvVIhz}}xahi=8@lM4m>aq3I$4++>l&JxI-8jrIGMN_nJ@qVFajf1 literal 0 HcmV?d00001 diff --git a/web/i18n/._gl.po b/web/i18n/._gl.po new file mode 100644 index 0000000000000000000000000000000000000000..49a7a68dda8b3dcf718be8275dd408a96c2f6f65 GIT binary patch literal 222 zcmZQz6=P>$Vqox1Ojhs@R)|o50+1L3ClDI}@fsio@$UgK5x_AdBnYYuq+J^qI7A5ADWagzZ6zUro7#LccS|+8L8Kk9JyXWVp=cL9|7#TQc v6y@ipTDuvVIhz}}xahi=8@lM4m>aq3I$4++>l&JxI-8jrIGMN_nJ@qVFajf1 literal 0 HcmV?d00001 diff --git a/web/i18n/._gu.po b/web/i18n/._gu.po new file mode 100644 index 0000000000000000000000000000000000000000..49a7a68dda8b3dcf718be8275dd408a96c2f6f65 GIT binary patch literal 222 zcmZQz6=P>$Vqox1Ojhs@R)|o50+1L3ClDI}@fsio@$UgK5x_AdBnYYuq+J^qI7A5ADWagzZ6zUro7#LccS|+8L8Kk9JyXWVp=cL9|7#TQc v6y@ipTDuvVIhz}}xahi=8@lM4m>aq3I$4++>l&JxI-8jrIGMN_nJ@qVFajf1 literal 0 HcmV?d00001 diff --git a/web/i18n/._hi.po b/web/i18n/._hi.po new file mode 100644 index 0000000000000000000000000000000000000000..49a7a68dda8b3dcf718be8275dd408a96c2f6f65 GIT binary patch literal 222 zcmZQz6=P>$Vqox1Ojhs@R)|o50+1L3ClDI}@fsio@$UgK5x_AdBnYYuq+J^qI7A5ADWagzZ6zUro7#LccS|+8L8Kk9JyXWVp=cL9|7#TQc v6y@ipTDuvVIhz}}xahi=8@lM4m>aq3I$4++>l&JxI-8jrIGMN_nJ@qVFajf1 literal 0 HcmV?d00001 diff --git a/web/i18n/._hr.po b/web/i18n/._hr.po new file mode 100644 index 0000000000000000000000000000000000000000..49a7a68dda8b3dcf718be8275dd408a96c2f6f65 GIT binary patch literal 222 zcmZQz6=P>$Vqox1Ojhs@R)|o50+1L3ClDI}@fsio@$UgK5x_AdBnYYuq+J^qI7A5ADWagzZ6zUro7#LccS|+8L8Kk9JyXWVp=cL9|7#TQc v6y@ipTDuvVIhz}}xahi=8@lM4m>aq3I$4++>l&JxI-8jrIGMN_nJ@qVFajf1 literal 0 HcmV?d00001 diff --git a/web/i18n/._hu.po b/web/i18n/._hu.po new file mode 100644 index 0000000000000000000000000000000000000000..49a7a68dda8b3dcf718be8275dd408a96c2f6f65 GIT binary patch literal 222 zcmZQz6=P>$Vqox1Ojhs@R)|o50+1L3ClDI}@fsio@$UgK5x_AdBnYYuq+J^qI7A5ADWagzZ6zUro7#LccS|+8L8Kk9JyXWVp=cL9|7#TQc v6y@ipTDuvVIhz}}xahi=8@lM4m>aq3I$4++>l&JxI-8jrIGMN_nJ@qVFajf1 literal 0 HcmV?d00001 diff --git a/web/i18n/._id.po b/web/i18n/._id.po new file mode 100644 index 0000000000000000000000000000000000000000..49a7a68dda8b3dcf718be8275dd408a96c2f6f65 GIT binary patch literal 222 zcmZQz6=P>$Vqox1Ojhs@R)|o50+1L3ClDI}@fsio@$UgK5x_AdBnYYuq+J^qI7A5ADWagzZ6zUro7#LccS|+8L8Kk9JyXWVp=cL9|7#TQc v6y@ipTDuvVIhz}}xahi=8@lM4m>aq3I$4++>l&JxI-8jrIGMN_nJ@qVFajf1 literal 0 HcmV?d00001 diff --git a/web/i18n/._it.po b/web/i18n/._it.po new file mode 100644 index 0000000000000000000000000000000000000000..49a7a68dda8b3dcf718be8275dd408a96c2f6f65 GIT binary patch literal 222 zcmZQz6=P>$Vqox1Ojhs@R)|o50+1L3ClDI}@fsio@$UgK5x_AdBnYYuq+J^qI7A5ADWagzZ6zUro7#LccS|+8L8Kk9JyXWVp=cL9|7#TQc v6y@ipTDuvVIhz}}xahi=8@lM4m>aq3I$4++>l&JxI-8jrIGMN_nJ@qVFajf1 literal 0 HcmV?d00001 diff --git a/web/i18n/._ja.po b/web/i18n/._ja.po new file mode 100644 index 0000000000000000000000000000000000000000..49a7a68dda8b3dcf718be8275dd408a96c2f6f65 GIT binary patch literal 222 zcmZQz6=P>$Vqox1Ojhs@R)|o50+1L3ClDI}@fsio@$UgK5x_AdBnYYuq+J^qI7A5ADWagzZ6zUro7#LccS|+8L8Kk9JyXWVp=cL9|7#TQc v6y@ipTDuvVIhz}}xahi=8@lM4m>aq3I$4++>l&JxI-8jrIGMN_nJ@qVFajf1 literal 0 HcmV?d00001 diff --git a/web/i18n/._ka.po b/web/i18n/._ka.po new file mode 100644 index 0000000000000000000000000000000000000000..49a7a68dda8b3dcf718be8275dd408a96c2f6f65 GIT binary patch literal 222 zcmZQz6=P>$Vqox1Ojhs@R)|o50+1L3ClDI}@fsio@$UgK5x_AdBnYYuq+J^qI7A5ADWagzZ6zUro7#LccS|+8L8Kk9JyXWVp=cL9|7#TQc v6y@ipTDuvVIhz}}xahi=8@lM4m>aq3I$4++>l&JxI-8jrIGMN_nJ@qVFajf1 literal 0 HcmV?d00001 diff --git a/web/i18n/._ko.po b/web/i18n/._ko.po new file mode 100644 index 0000000000000000000000000000000000000000..49a7a68dda8b3dcf718be8275dd408a96c2f6f65 GIT binary patch literal 222 zcmZQz6=P>$Vqox1Ojhs@R)|o50+1L3ClDI}@fsio@$UgK5x_AdBnYYuq+J^qI7A5ADWagzZ6zUro7#LccS|+8L8Kk9JyXWVp=cL9|7#TQc v6y@ipTDuvVIhz}}xahi=8@lM4m>aq3I$4++>l&JxI-8jrIGMN_nJ@qVFajf1 literal 0 HcmV?d00001 diff --git a/web/i18n/._lo.po b/web/i18n/._lo.po new file mode 100644 index 0000000000000000000000000000000000000000..49a7a68dda8b3dcf718be8275dd408a96c2f6f65 GIT binary patch literal 222 zcmZQz6=P>$Vqox1Ojhs@R)|o50+1L3ClDI}@fsio@$UgK5x_AdBnYYuq+J^qI7A5ADWagzZ6zUro7#LccS|+8L8Kk9JyXWVp=cL9|7#TQc v6y@ipTDuvVIhz}}xahi=8@lM4m>aq3I$4++>l&JxI-8jrIGMN_nJ@qVFajf1 literal 0 HcmV?d00001 diff --git a/web/i18n/._lt.po b/web/i18n/._lt.po new file mode 100644 index 0000000000000000000000000000000000000000..49a7a68dda8b3dcf718be8275dd408a96c2f6f65 GIT binary patch literal 222 zcmZQz6=P>$Vqox1Ojhs@R)|o50+1L3ClDI}@fsio@$UgK5x_AdBnYYuq+J^qI7A5ADWagzZ6zUro7#LccS|+8L8Kk9JyXWVp=cL9|7#TQc v6y@ipTDuvVIhz}}xahi=8@lM4m>aq3I$4++>l&JxI-8jrIGMN_nJ@qVFajf1 literal 0 HcmV?d00001 diff --git a/web/i18n/._mk.po b/web/i18n/._mk.po new file mode 100644 index 0000000000000000000000000000000000000000..49a7a68dda8b3dcf718be8275dd408a96c2f6f65 GIT binary patch literal 222 zcmZQz6=P>$Vqox1Ojhs@R)|o50+1L3ClDI}@fsio@$UgK5x_AdBnYYuq+J^qI7A5ADWagzZ6zUro7#LccS|+8L8Kk9JyXWVp=cL9|7#TQc v6y@ipTDuvVIhz}}xahi=8@lM4m>aq3I$4++>l&JxI-8jrIGMN_nJ@qVFajf1 literal 0 HcmV?d00001 diff --git a/web/i18n/._mn.po b/web/i18n/._mn.po new file mode 100644 index 0000000000000000000000000000000000000000..49a7a68dda8b3dcf718be8275dd408a96c2f6f65 GIT binary patch literal 222 zcmZQz6=P>$Vqox1Ojhs@R)|o50+1L3ClDI}@fsio@$UgK5x_AdBnYYuq+J^qI7A5ADWagzZ6zUro7#LccS|+8L8Kk9JyXWVp=cL9|7#TQc v6y@ipTDuvVIhz}}xahi=8@lM4m>aq3I$4++>l&JxI-8jrIGMN_nJ@qVFajf1 literal 0 HcmV?d00001 diff --git a/web/i18n/._nb.po b/web/i18n/._nb.po new file mode 100644 index 0000000000000000000000000000000000000000..49a7a68dda8b3dcf718be8275dd408a96c2f6f65 GIT binary patch literal 222 zcmZQz6=P>$Vqox1Ojhs@R)|o50+1L3ClDI}@fsio@$UgK5x_AdBnYYuq+J^qI7A5ADWagzZ6zUro7#LccS|+8L8Kk9JyXWVp=cL9|7#TQc v6y@ipTDuvVIhz}}xahi=8@lM4m>aq3I$4++>l&JxI-8jrIGMN_nJ@qVFajf1 literal 0 HcmV?d00001 diff --git a/web/i18n/._nl.po b/web/i18n/._nl.po new file mode 100644 index 0000000000000000000000000000000000000000..49a7a68dda8b3dcf718be8275dd408a96c2f6f65 GIT binary patch literal 222 zcmZQz6=P>$Vqox1Ojhs@R)|o50+1L3ClDI}@fsio@$UgK5x_AdBnYYuq+J^qI7A5ADWagzZ6zUro7#LccS|+8L8Kk9JyXWVp=cL9|7#TQc v6y@ipTDuvVIhz}}xahi=8@lM4m>aq3I$4++>l&JxI-8jrIGMN_nJ@qVFajf1 literal 0 HcmV?d00001 diff --git a/web/i18n/._nl_BE.po b/web/i18n/._nl_BE.po new file mode 100644 index 0000000000000000000000000000000000000000..49a7a68dda8b3dcf718be8275dd408a96c2f6f65 GIT binary patch literal 222 zcmZQz6=P>$Vqox1Ojhs@R)|o50+1L3ClDI}@fsio@$UgK5x_AdBnYYuq+J^qI7A5ADWagzZ6zUro7#LccS|+8L8Kk9JyXWVp=cL9|7#TQc v6y@ipTDuvVIhz}}xahi=8@lM4m>aq3I$4++>l&JxI-8jrIGMN_nJ@qVFajf1 literal 0 HcmV?d00001 diff --git a/web/i18n/._pl.po b/web/i18n/._pl.po new file mode 100644 index 0000000000000000000000000000000000000000..49a7a68dda8b3dcf718be8275dd408a96c2f6f65 GIT binary patch literal 222 zcmZQz6=P>$Vqox1Ojhs@R)|o50+1L3ClDI}@fsio@$UgK5x_AdBnYYuq+J^qI7A5ADWagzZ6zUro7#LccS|+8L8Kk9JyXWVp=cL9|7#TQc v6y@ipTDuvVIhz}}xahi=8@lM4m>aq3I$4++>l&JxI-8jrIGMN_nJ@qVFajf1 literal 0 HcmV?d00001 diff --git a/web/i18n/._pt.po b/web/i18n/._pt.po new file mode 100644 index 0000000000000000000000000000000000000000..49a7a68dda8b3dcf718be8275dd408a96c2f6f65 GIT binary patch literal 222 zcmZQz6=P>$Vqox1Ojhs@R)|o50+1L3ClDI}@fsio@$UgK5x_AdBnYYuq+J^qI7A5ADWagzZ6zUro7#LccS|+8L8Kk9JyXWVp=cL9|7#TQc v6y@ipTDuvVIhz}}xahi=8@lM4m>aq3I$4++>l&JxI-8jrIGMN_nJ@qVFajf1 literal 0 HcmV?d00001 diff --git a/web/i18n/._pt_BR.po b/web/i18n/._pt_BR.po new file mode 100644 index 0000000000000000000000000000000000000000..49a7a68dda8b3dcf718be8275dd408a96c2f6f65 GIT binary patch literal 222 zcmZQz6=P>$Vqox1Ojhs@R)|o50+1L3ClDI}@fsio@$UgK5x_AdBnYYuq+J^qI7A5ADWagzZ6zUro7#LccS|+8L8Kk9JyXWVp=cL9|7#TQc v6y@ipTDuvVIhz}}xahi=8@lM4m>aq3I$4++>l&JxI-8jrIGMN_nJ@qVFajf1 literal 0 HcmV?d00001 diff --git a/web/i18n/._ro.po b/web/i18n/._ro.po new file mode 100644 index 0000000000000000000000000000000000000000..49a7a68dda8b3dcf718be8275dd408a96c2f6f65 GIT binary patch literal 222 zcmZQz6=P>$Vqox1Ojhs@R)|o50+1L3ClDI}@fsio@$UgK5x_AdBnYYuq+J^qI7A5ADWagzZ6zUro7#LccS|+8L8Kk9JyXWVp=cL9|7#TQc v6y@ipTDuvVIhz}}xahi=8@lM4m>aq3I$4++>l&JxI-8jrIGMN_nJ@qVFajf1 literal 0 HcmV?d00001 diff --git a/web/i18n/._ru.po b/web/i18n/._ru.po new file mode 100644 index 0000000000000000000000000000000000000000..49a7a68dda8b3dcf718be8275dd408a96c2f6f65 GIT binary patch literal 222 zcmZQz6=P>$Vqox1Ojhs@R)|o50+1L3ClDI}@fsio@$UgK5x_AdBnYYuq+J^qI7A5ADWagzZ6zUro7#LccS|+8L8Kk9JyXWVp=cL9|7#TQc v6y@ipTDuvVIhz}}xahi=8@lM4m>aq3I$4++>l&JxI-8jrIGMN_nJ@qVFajf1 literal 0 HcmV?d00001 diff --git a/web/i18n/._sk.po b/web/i18n/._sk.po new file mode 100644 index 0000000000000000000000000000000000000000..49a7a68dda8b3dcf718be8275dd408a96c2f6f65 GIT binary patch literal 222 zcmZQz6=P>$Vqox1Ojhs@R)|o50+1L3ClDI}@fsio@$UgK5x_AdBnYYuq+J^qI7A5ADWagzZ6zUro7#LccS|+8L8Kk9JyXWVp=cL9|7#TQc v6y@ipTDuvVIhz}}xahi=8@lM4m>aq3I$4++>l&JxI-8jrIGMN_nJ@qVFajf1 literal 0 HcmV?d00001 diff --git a/web/i18n/._sl.po b/web/i18n/._sl.po new file mode 100644 index 0000000000000000000000000000000000000000..49a7a68dda8b3dcf718be8275dd408a96c2f6f65 GIT binary patch literal 222 zcmZQz6=P>$Vqox1Ojhs@R)|o50+1L3ClDI}@fsio@$UgK5x_AdBnYYuq+J^qI7A5ADWagzZ6zUro7#LccS|+8L8Kk9JyXWVp=cL9|7#TQc v6y@ipTDuvVIhz}}xahi=8@lM4m>aq3I$4++>l&JxI-8jrIGMN_nJ@qVFajf1 literal 0 HcmV?d00001 diff --git a/web/i18n/._sq.po b/web/i18n/._sq.po new file mode 100644 index 0000000000000000000000000000000000000000..49a7a68dda8b3dcf718be8275dd408a96c2f6f65 GIT binary patch literal 222 zcmZQz6=P>$Vqox1Ojhs@R)|o50+1L3ClDI}@fsio@$UgK5x_AdBnYYuq+J^qI7A5ADWagzZ6zUro7#LccS|+8L8Kk9JyXWVp=cL9|7#TQc v6y@ipTDuvVIhz}}xahi=8@lM4m>aq3I$4++>l&JxI-8jrIGMN_nJ@qVFajf1 literal 0 HcmV?d00001 diff --git a/web/i18n/._sr@latin.po b/web/i18n/._sr@latin.po new file mode 100644 index 0000000000000000000000000000000000000000..49a7a68dda8b3dcf718be8275dd408a96c2f6f65 GIT binary patch literal 222 zcmZQz6=P>$Vqox1Ojhs@R)|o50+1L3ClDI}@fsio@$UgK5x_AdBnYYuq+J^qI7A5ADWagzZ6zUro7#LccS|+8L8Kk9JyXWVp=cL9|7#TQc v6y@ipTDuvVIhz}}xahi=8@lM4m>aq3I$4++>l&JxI-8jrIGMN_nJ@qVFajf1 literal 0 HcmV?d00001 diff --git a/web/i18n/._sv.po b/web/i18n/._sv.po new file mode 100644 index 0000000000000000000000000000000000000000..49a7a68dda8b3dcf718be8275dd408a96c2f6f65 GIT binary patch literal 222 zcmZQz6=P>$Vqox1Ojhs@R)|o50+1L3ClDI}@fsio@$UgK5x_AdBnYYuq+J^qI7A5ADWagzZ6zUro7#LccS|+8L8Kk9JyXWVp=cL9|7#TQc v6y@ipTDuvVIhz}}xahi=8@lM4m>aq3I$4++>l&JxI-8jrIGMN_nJ@qVFajf1 literal 0 HcmV?d00001 diff --git a/web/i18n/._th.po b/web/i18n/._th.po new file mode 100644 index 0000000000000000000000000000000000000000..49a7a68dda8b3dcf718be8275dd408a96c2f6f65 GIT binary patch literal 222 zcmZQz6=P>$Vqox1Ojhs@R)|o50+1L3ClDI}@fsio@$UgK5x_AdBnYYuq+J^qI7A5ADWagzZ6zUro7#LccS|+8L8Kk9JyXWVp=cL9|7#TQc v6y@ipTDuvVIhz}}xahi=8@lM4m>aq3I$4++>l&JxI-8jrIGMN_nJ@qVFajf1 literal 0 HcmV?d00001 diff --git a/web/i18n/._tr.po b/web/i18n/._tr.po new file mode 100644 index 0000000000000000000000000000000000000000..49a7a68dda8b3dcf718be8275dd408a96c2f6f65 GIT binary patch literal 222 zcmZQz6=P>$Vqox1Ojhs@R)|o50+1L3ClDI}@fsio@$UgK5x_AdBnYYuq+J^qI7A5ADWagzZ6zUro7#LccS|+8L8Kk9JyXWVp=cL9|7#TQc v6y@ipTDuvVIhz}}xahi=8@lM4m>aq3I$4++>l&JxI-8jrIGMN_nJ@qVFajf1 literal 0 HcmV?d00001 diff --git a/web/i18n/._uk.po b/web/i18n/._uk.po new file mode 100644 index 0000000000000000000000000000000000000000..49a7a68dda8b3dcf718be8275dd408a96c2f6f65 GIT binary patch literal 222 zcmZQz6=P>$Vqox1Ojhs@R)|o50+1L3ClDI}@fsio@$UgK5x_AdBnYYuq+J^qI7A5ADWagzZ6zUro7#LccS|+8L8Kk9JyXWVp=cL9|7#TQc v6y@ipTDuvVIhz}}xahi=8@lM4m>aq3I$4++>l&JxI-8jrIGMN_nJ@qVFajf1 literal 0 HcmV?d00001 diff --git a/web/i18n/._web.pot b/web/i18n/._web.pot new file mode 100644 index 0000000000000000000000000000000000000000..49a7a68dda8b3dcf718be8275dd408a96c2f6f65 GIT binary patch literal 222 zcmZQz6=P>$Vqox1Ojhs@R)|o50+1L3ClDI}@fsio@$UgK5x_AdBnYYuq+J^qI7A5ADWagzZ6zUro7#LccS|+8L8Kk9JyXWVp=cL9|7#TQc v6y@ipTDuvVIhz}}xahi=8@lM4m>aq3I$4++>l&JxI-8jrIGMN_nJ@qVFajf1 literal 0 HcmV?d00001 diff --git a/web/i18n/._zh_CN.po b/web/i18n/._zh_CN.po new file mode 100644 index 0000000000000000000000000000000000000000..49a7a68dda8b3dcf718be8275dd408a96c2f6f65 GIT binary patch literal 222 zcmZQz6=P>$Vqox1Ojhs@R)|o50+1L3ClDI}@fsio@$UgK5x_AdBnYYuq+J^qI7A5ADWagzZ6zUro7#LccS|+8L8Kk9JyXWVp=cL9|7#TQc v6y@ipTDuvVIhz}}xahi=8@lM4m>aq3I$4++>l&JxI-8jrIGMN_nJ@qVFajf1 literal 0 HcmV?d00001 diff --git a/web/i18n/._zh_TW.po b/web/i18n/._zh_TW.po new file mode 100644 index 0000000000000000000000000000000000000000..49a7a68dda8b3dcf718be8275dd408a96c2f6f65 GIT binary patch literal 222 zcmZQz6=P>$Vqox1Ojhs@R)|o50+1L3ClDI}@fsio@$UgK5x_AdBnYYuq+J^qI7A5ADWagzZ6zUro7#LccS|+8L8Kk9JyXWVp=cL9|7#TQc v6y@ipTDuvVIhz}}xahi=8@lM4m>aq3I$4++>l&JxI-8jrIGMN_nJ@qVFajf1 literal 0 HcmV?d00001 diff --git a/web/i18n/ar.po b/web/i18n/ar.po new file mode 100644 index 0000000..13616b6 --- /dev/null +++ b/web/i18n/ar.po @@ -0,0 +1,2608 @@ +# Arabic translation for openerp-web +# Copyright (c) 2011 Rosetta Contributors and Canonical Ltd 2011 +# This file is distributed under the same license as the openerp-web package. +# FIRST AUTHOR , 2011. +# +msgid "" +msgstr "" +"Project-Id-Version: openerp-web\n" +"Report-Msgid-Bugs-To: FULL NAME \n" +"POT-Creation-Date: 2012-12-21 17:06+0000\n" +"PO-Revision-Date: 2012-12-21 23:00+0000\n" +"Last-Translator: kifcaliph \n" +"Language-Team: Arabic \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Launchpad-Export-Date: 2012-12-22 07:37+0000\n" +"X-Generator: Launchpad (build 16378)\n" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:133 +#, python-format +msgid "Default language:" +msgstr "اللغة الاŮتراضية:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/coresetup.js:602 +#, python-format +msgid "%d minutes ago" +msgstr "قبل %d ŘŻŮ‚ŮŠŮ‚Ř©/دقائق" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/coresetup.js:630 +#, python-format +msgid "Still loading...
    Please be patient." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1832 +#, python-format +msgid "%(field)s %(operator)s \"%(value)s\"" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1884 +#: code:addons/web/static/src/js/search.js:1918 +#: code:addons/web/static/src/js/search.js:1943 +#, python-format +msgid "less or equal than" +msgstr "ŘŁŮ‚Ů„ من أ٠يساŮŮŠ" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:393 +#, python-format +msgid "Please enter your previous password" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:117 +#: code:addons/web/static/src/xml/base.xml:167 +#: code:addons/web/static/src/xml/base.xml:282 +#, python-format +msgid "Master password:" +msgstr "ŮŮ„Ů…Ř© المرŮر الرئيسية:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:274 +#, python-format +msgid "Change Master Password" +msgstr "تغيير ŮŮ„Ů…Ř© السر الرئيسية" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:491 +#, python-format +msgid "Do you really want to delete the database: %s ?" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1398 +#, python-format +msgid "Search %(field)s at: %(value)s" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:537 +#, python-format +msgid "Access Denied" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:5183 +#, python-format +msgid "Uploading error" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/coresetup.js:603 +#, python-format +msgid "about an hour ago" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/controllers/main.py:768 +#: code:addons/web/static/src/js/chrome.js:514 +#: code:addons/web/static/src/xml/base.xml:216 +#, python-format +msgid "Backup Database" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/views.js:463 +#, python-format +msgid "%(view_type)s view" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/dates.js:49 +#: code:addons/web/static/src/js/dates.js:53 +#, python-format +msgid "'%s' is not a valid date" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1837 +#, python-format +msgid "Here is a preview of the file we could not import:" +msgstr "هذه معاينة للمل٠الذي Ů„Ů… ŮŠŮ…Ůن استيراده:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/coresetup.js:601 +#, python-format +msgid "about a minute ago" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1297 +#, python-format +msgid "File" +msgstr "" + +#. module: web +#: code:addons/web/controllers/main.py:826 +#, python-format +msgid "You cannot leave any password empty." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:680 +#, python-format +msgid "Invalid username or password" +msgstr "ŮŮ„Ů…Ř© السر أ٠اسم المستخدم غير صالح" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:206 +#: code:addons/web/static/src/xml/base.xml:238 +#: code:addons/web/static/src/xml/base.xml:260 +#, python-format +msgid "Master Password:" +msgstr "ŮŮ„Ů…Ř© المرŮر الرئيسية:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1217 +#: code:addons/web/static/src/xml/base.xml:1374 +#, python-format +msgid "Select" +msgstr "Ř­ŘŻŮ‘ŘŻ" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:549 +#, python-format +msgid "Database restored successfully" +msgstr "ŘŞŮ… إستعادة قاعدة البيانات بنجاح" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:415 +#, python-format +msgid "Version" +msgstr "الإصدار" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:570 +#, python-format +msgid "Latest Modification Date:" +msgstr "تاريخ آخر تعديل:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1459 +#, python-format +msgid "M2O search fields do not currently handle multiple default values" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:1227 +#, python-format +msgid "Widget type '%s' is not implemented" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1608 +#, python-format +msgid "Share with all users" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:77 +#: code:addons/web/static/src/js/view_form.js:321 +#, python-format +msgid "Form" +msgstr "نمŮذج" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1324 +#, python-format +msgid "(no string)" +msgstr "(لا Ůلام)" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/formats.js:282 +#, python-format +msgid "'%s' is not a correct time" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1297 +#, python-format +msgid "not a valid number" +msgstr "Ů‚ŮŠŮ…Ř© رقمية خاطئة" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:325 +#, python-format +msgid "New Password:" +msgstr "ŮŮ„Ů…Ř© المرŮر الجديدة:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:610 +#, python-format +msgid "Attachment :" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1691 +#, python-format +msgid "Fields to export" +msgstr "Ř­Ů‚ŮŮ„ للتصدير" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:1340 +#, python-format +msgid "Undefined" +msgstr "غير Ů…Ř­ŘŻŘŻ" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:4871 +#, python-format +msgid "File Upload" +msgstr "رŮŘą Ů…Ů„Ů" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/coresetup.js:607 +#, python-format +msgid "about a month ago" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1600 +#, python-format +msgid "Custom Filters" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1336 +#, python-format +msgid "Button Type:" +msgstr "نŮŘą الزر:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:419 +#, python-format +msgid "OpenERP SA Company" +msgstr "شرŮŘ© OpenERP SA" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1553 +#, python-format +msgid "Custom Filter" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:159 +#, python-format +msgid "Duplicate Database" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/controllers/main.py:789 +#: code:addons/web/controllers/main.py:790 +#: code:addons/web/controllers/main.py:826 +#: code:addons/web/controllers/main.py:828 +#: code:addons/web/controllers/main.py:834 +#: code:addons/web/controllers/main.py:835 +#: code:addons/web/static/src/js/chrome.js:768 +#: code:addons/web/static/src/xml/base.xml:276 +#: code:addons/web/static/src/xml/base.xml:336 +#, python-format +msgid "Change Password" +msgstr "تغيير ŮŮ„Ů…Ř© السر" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:3411 +#, python-format +msgid "View type '%s' is not supported in One2Many." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:4951 +#: code:addons/web/static/src/js/view_list.js:2194 +#, python-format +msgid "Download" +msgstr "ŘŞŘ­Ů…ŮŠŮ„" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/formats.js:266 +#, python-format +msgid "'%s' is not a correct datetime" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:417 +#, python-format +msgid "Group" +msgstr "مجمŮعة" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:927 +#, python-format +msgid "Unhandled widget" +msgstr "أداة غير معالجة" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:982 +#, python-format +msgid "Selection:" +msgstr "خيار:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:871 +#, python-format +msgid "The following fields are invalid:" +msgstr "" + +#. module: web +#: code:addons/web/controllers/main.py:847 +#, python-format +msgid "Languages" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1270 +#, python-format +msgid "...Upload in progress..." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1768 +#, python-format +msgid "Import" +msgstr "استيراد" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:543 +#, python-format +msgid "Could not restore the database" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:4851 +#, python-format +msgid "File upload" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:3804 +#, python-format +msgid "Action Button" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:542 +#: code:addons/web/static/src/xml/base.xml:1467 +#, python-format +msgid "Manage Filters" +msgstr "إدارة المرشحات" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1867 +#, python-format +msgid "contains" +msgstr "ŮŠŘ­ŘŞŮŮŠ" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/coresetup.js:633 +#, python-format +msgid "Take a minute to get a coffee,
    because it's loading..." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:413 +#, python-format +msgid "Activate the developer mode" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:324 +#, python-format +msgid "Loading (%d)" +msgstr "ŘŞŘ­Ů…ŮŠŮ„ (%d)" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1114 +#, python-format +msgid "GroupBy" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:687 +#, python-format +msgid "You must select at least one record." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:535 +#, python-format +msgid "View Log (perm_read)" +msgstr "عرض السجل (perm_read)" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:1061 +#, python-format +msgid "Set Default" +msgstr "تعيين الاŮتراضي" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:978 +#, python-format +msgid "Relation:" +msgstr "علاقة:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/coresetup.js:600 +#, python-format +msgid "less than a minute ago" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:851 +#, python-format +msgid "Condition:" +msgstr "الحالة:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:1692 +#, python-format +msgid "Unsupported operator %s in domain %s" +msgstr "عامل غير Ů…ŘŻŘąŮŮ… %s ŮŮŠ نطاق %s" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/formats.js:242 +#, python-format +msgid "'%s' is not a correct float" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:549 +#, python-format +msgid "Restored" +msgstr "مستعادة" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:394 +#, python-format +msgid "%d-%d of %d" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:2868 +#, python-format +msgid "Create and Edit..." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/pyeval.js:731 +#, python-format +msgid "Unknown nonliteral type " +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:2346 +#, python-format +msgid "Resource error" +msgstr "مصدر خطأ" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1961 +#, python-format +msgid "is not" +msgstr "Ů„ŮŠŘł" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:550 +#, python-format +msgid "Print Workflow" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:396 +#, python-format +msgid "Please confirm your new password" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1804 +#, python-format +msgid "UTF-8" +msgstr "UTF-8" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:421 +#, python-format +msgid "For more information visit" +msgstr "لمزيد من العلŮمات Ů‚Ů… بزيارة" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1859 +#, python-format +msgid "Add All Info..." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1683 +#, python-format +msgid "Export Formats" +msgstr "تنسيقات التصدير" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:974 +#, python-format +msgid "On change:" +msgstr "حين التغيير:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/views.js:865 +#, python-format +msgid "Model %s fields" +msgstr "نمŮذج %s Ů„Ů„Ř­Ů‚ŮŮ„" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:893 +#, python-format +msgid "Setting 'id' attribute on existing record %s" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:8 +#, python-format +msgid "List" +msgstr "قائمة" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1881 +#: code:addons/web/static/src/js/search.js:1915 +#: code:addons/web/static/src/js/search.js:1940 +#, python-format +msgid "greater than" +msgstr "ŘŁŮبر من" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:2248 +#: code:addons/web/static/src/xml/base.xml:546 +#, python-format +msgid "View" +msgstr "عرض" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1466 +#, python-format +msgid "Save Filter" +msgstr "Ř­Ůظ المرشح" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1344 +#, python-format +msgid "Action ID:" +msgstr "معر٠الإجراء" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:457 +#, python-format +msgid "Your user's preference timezone does not match your browser timezone:" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:1223 +#, python-format +msgid "Field '%s' specified in view could not be found." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1756 +#, python-format +msgid "Saved exports:" +msgstr "مُصدرة Ů…Ř­ŮŮظة:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:320 +#, python-format +msgid "Old Password:" +msgstr "ŮŮ„Ů…Ř© المرŮر القديمة:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/formats.js:113 +#, python-format +msgid "Bytes,Kb,Mb,Gb,Tb,Pb,Eb,Zb,Yb" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:481 +#, python-format +msgid "The database has been duplicated." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1625 +#, python-format +msgid "Apply" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1386 +#, python-format +msgid "Save & New" +msgstr "Ř­Ůظ ٠جديد" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1223 +#: code:addons/web/static/src/xml/base.xml:1225 +#, python-format +msgid "Save As" +msgstr "Ř­Ůظ باسم" + +#. module: web +#. openerp-web +#: code:addons/web/doc/module/static/src/xml/web_example.xml:3 +#, python-format +msgid "00:00:00" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:2317 +#, python-format +msgid "E-mail error" +msgstr "خطأ بريد ŘĄŮ„ŮترŮني" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/coresetup.js:605 +#, python-format +msgid "a day ago" +msgstr "ŮŠŮŮ… سابق" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1789 +#, python-format +msgid "Does your file have titles?" +msgstr "هل Ů„Ů…Ů„Ů٠عناŮين؟" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:327 +#, python-format +msgid "Unlimited" +msgstr "غير Ů…Ř­ŘŻŮŘŻ" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:784 +#, python-format +msgid "" +"Warning, the record has been modified, your changes will be discarded.\n" +"\n" +"Are you sure you want to leave this page ?" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:2904 +#, python-format +msgid "Search: " +msgstr "بحث: " + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:544 +#, python-format +msgid "Technical translation" +msgstr "ترجمة تقنية" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1797 +#, python-format +msgid "Delimiter:" +msgstr "Ů…Ř­ŘŻŘŻ:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:462 +#, python-format +msgid "Browser's timezone" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1605 +#, python-format +msgid "Filter name" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1464 +#, python-format +msgid "-- Actions --" +msgstr "-- الإجراءات --" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:4134 +#: code:addons/web/static/src/js/view_form.js:4294 +#: code:addons/web/static/src/xml/base.xml:1407 +#: code:addons/web/static/src/xml/base.xml:1705 +#, python-format +msgid "Add" +msgstr "اضاŮŘ©" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:536 +#, python-format +msgid "Toggle Form Layout Outline" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:421 +#, python-format +msgid "OpenERP.com" +msgstr "OpenERP.com" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:2317 +#, python-format +msgid "Can't send email to invalid e-mail address" +msgstr "لايمŮن إرسال رسالة ŘĄŮ„ŮترŮنية إلى عنŮان بريد ŘĄŮ„ŮترŮني غير صحيح" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:636 +#, python-format +msgid "Add..." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:405 +#, python-format +msgid "Preferences" +msgstr "ŘŞŮضيلات" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:436 +#, python-format +msgid "Wrong on change format: %s" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/controllers/main.py:750 +#: code:addons/web/static/src/xml/base.xml:185 +#, python-format +msgid "Drop Database" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:466 +#, python-format +msgid "Click here to change your user's timezone." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:966 +#, python-format +msgid "Modifiers:" +msgstr "معدل:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:627 +#, python-format +msgid "Delete this attachment" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:774 +#: code:addons/web/static/src/xml/base.xml:815 +#: code:addons/web/static/src/xml/base.xml:1382 +#: code:addons/web/static/src/xml/base.xml:1612 +#, python-format +msgid "Save" +msgstr "Ř­Ůظ" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/views.js:999 +#: code:addons/web/static/src/xml/base.xml:352 +#, python-format +msgid "More" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:73 +#, python-format +msgid "Username" +msgstr "اسم المستخدم" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:481 +#, python-format +msgid "Duplicating database" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:563 +#, python-format +msgid "Password has been changed successfully" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list_editable.js:788 +#, python-format +msgid "The form's data can not be discarded" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:533 +#, python-format +msgid "Debug View#" +msgstr "تنقيح العرض#" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:77 +#, python-format +msgid "Log in" +msgstr "تسجيل الدخŮŮ„" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:198 +#: code:addons/web/static/src/js/view_list.js:346 +#: code:addons/web/static/src/xml/base.xml:1764 +#, python-format +msgid "Delete" +msgstr "Ř­Ř°Ů" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/pyeval.js:769 +#, python-format +msgid "" +"Local evaluation failure\n" +"%s\n" +"\n" +"%s" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:350 +#, python-format +msgid "Invalid database name" +msgstr "اسم قاعدة بيانات خاطئ" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1693 +#, python-format +msgid "Save fields list" +msgstr "Ř­Ůظ قائمة الحقŮŮ„" + +#. module: web +#. openerp-web +#: code:addons/web/doc/module/static/src/xml/web_example.xml:5 +#, python-format +msgid "Start" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/views.js:823 +#, python-format +msgid "View Log (%s)" +msgstr "عرض السجل (%s)" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:564 +#, python-format +msgid "Creation Date:" +msgstr "تاريخ الإنشاء:" + +#. module: web +#: code:addons/web/controllers/main.py:790 +#: code:addons/web/controllers/main.py:835 +#, python-format +msgid "Error, password not changed !" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:4850 +#, python-format +msgid "The selected file exceed the maximum file size of %s." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:632 +#: code:addons/web/static/src/xml/base.xml:1300 +#, python-format +msgid "/web/binary/upload_attachment" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:563 +#, python-format +msgid "Changed Password" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1431 +#, python-format +msgid "Search" +msgstr "بحث" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:3032 +#: code:addons/web/static/src/js/view_form.js:3668 +#: code:addons/web/static/src/js/view_form.js:3785 +#: code:addons/web/static/src/js/view_form.js:4230 +#: code:addons/web/static/src/js/view_form.js:4353 +#, python-format +msgid "Open: " +msgstr "ŮŘŞŘ­: " + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:218 +#: code:addons/web/static/src/xml/base.xml:309 +#, python-format +msgid "Backup" +msgstr "نسخة إحتياطية" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/dates.js:76 +#: code:addons/web/static/src/js/dates.js:80 +#, python-format +msgid "'%s' is not a valid time" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/formats.js:274 +#, python-format +msgid "'%s' is not a correct date" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:933 +#, python-format +msgid "(nolabel)" +msgstr "(لا اسم)" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/coresetup.js:606 +#, python-format +msgid "%d days ago" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1474 +#, python-format +msgid "(Any existing filter with the same name will be replaced)" +msgstr "(لاحظ أن ŘŁŮŠ مرشح بنŮŘł الاسم سيتم إستبداله)" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:1918 +#: code:addons/web/static/src/xml/base.xml:338 +#: code:addons/web/static/src/xml/base.xml:1377 +#: code:addons/web/static/src/xml/base.xml:1860 +#, python-format +msgid "Cancel" +msgstr "إلغاء" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/coresetup.js:628 +#: code:addons/web/static/src/xml/base.xml:9 +#, python-format +msgid "Loading..." +msgstr "جاري التحميل..." + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:567 +#, python-format +msgid "Latest Modification by:" +msgstr "أخر تعديلات بŮاسطة:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:1242 +#: code:addons/web/static/src/xml/base.xml:470 +#, python-format +msgid "Timezone mismatch" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:1646 +#, python-format +msgid "Unknown operator %s in domain %s" +msgstr "عامل غير معرŮŮ %s ŮŮŠ نطاق %s" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:428 +#, python-format +msgid "%d / %d" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1782 +#, python-format +msgid "2. Check your file format" +msgstr "ŘŞŘŁŮŘŻ من إمتداد الملŮ" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1718 +#, python-format +msgid "Name" +msgstr "اسم" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1775 +#, python-format +msgid "" +"Select a .CSV file to import. If you need a sample of file to import,\n" +" you should use the export tool with the \"Import Compatible\" option." +msgstr "" +"اختر Ů…Ů„Ů .CSV للإستيراد. إذا Ůنت بحاجة إلى عينة مل٠للاستيراد،\n" +" يجب علي٠إستخدام أداة تصدير Ů…Řą الخيار \" Compatible\" option." + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/coresetup.js:608 +#, python-format +msgid "%d months ago" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:187 +#: code:addons/web/static/src/xml/base.xml:308 +#, python-format +msgid "Drop" +msgstr "إزالة" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1465 +#, python-format +msgid "Add Advanced Filter" +msgstr "إضاŮŘ© مرشح Ů…ŘŞŮ‚ŘŻŮ…:" + +#. module: web +#: code:addons/web/controllers/main.py:828 +#, python-format +msgid "The new password and its confirmation must be identical." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:542 +#: code:addons/web/static/src/xml/base.xml:248 +#, python-format +msgid "Restore Database" +msgstr "استرجاع قاعدة البيانات." + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:644 +#, python-format +msgid "Login" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:420 +#, python-format +msgid "Licenced under the terms of" +msgstr "النظام مرخص بشرŮŘ·" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:250 +#: code:addons/web/static/src/xml/base.xml:310 +#, python-format +msgid "Restore" +msgstr "استرجاع" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1677 +#, python-format +msgid "Export Type:" +msgstr "نŮŘą التصدير:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:406 +#, python-format +msgid "Log out" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1090 +#, python-format +msgid "Group by: %s" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:153 +#, python-format +msgid "No data provided." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:345 +#: code:addons/web/static/src/xml/base.xml:1665 +#, python-format +msgid "Export" +msgstr "تصدير" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/data_export.js:12 +#, python-format +msgid "Export To File" +msgstr "تصدير Ů„Ů…Ů„Ů" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/views.js:1097 +#, python-format +msgid "You must choose at least one record." +msgstr "علي٠إختيار سجل Ůاحد علي الأقل." + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/coresetup.js:631 +#, python-format +msgid "Don't leave yet,
    it's still loading..." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:775 +#, python-format +msgid "Invalid Search" +msgstr "بحث خاطئ" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:980 +#, python-format +msgid "Could not find id in dataset" +msgstr "Ů„Ů… ŮŠŮ…Ůن العثŮر على المعر٠ŮŮŠ مجمŮعة البيانات" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1707 +#, python-format +msgid "Remove All" +msgstr "إزالة الŮŮ„" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1340 +#, python-format +msgid "Method:" +msgstr "طريقة:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:1439 +#, python-format +msgid "%(page)d/%(page_count)d" +msgstr "%(page)d/%(page_count)d" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:397 +#, python-format +msgid "The confirmation does not match the password" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:441 +#, python-format +msgid "Edit Company data" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:4886 +#, python-format +msgid "Save As..." +msgstr "Ř­Ůظ بإسم" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:5007 +#, python-format +msgid "Could not display the selected image." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:509 +#, python-format +msgid "Database backed up successfully" +msgstr "ŘŞŮ… Ř­Ůظ قاعدة البيانات بنجاح" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1808 +#, python-format +msgid "" +"For use if CSV files have titles on multiple lines, skips more than a single " +"line during import" +msgstr "يستخدم Ů…Řą Ů…Ů„Ůات CSV ل٠هنا٠عناŮين Ů„ŘŁŮثر من سطر" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:394 +#, python-format +msgid "99+" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1774 +#, python-format +msgid "1. Import a .CSV file" +msgstr "إستيراد Ů…Ů„Ů .CSV" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:644 +#, python-format +msgid "No database selected !" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/formats.js:180 +#, python-format +msgid "(%d records)" +msgstr "(%d سجلات)" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:970 +#, python-format +msgid "Change default:" +msgstr "تغيير الإŮتراضي:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:171 +#, python-format +msgid "Original database name:" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1869 +#: code:addons/web/static/src/js/search.js:1879 +#: code:addons/web/static/src/js/search.js:1913 +#: code:addons/web/static/src/js/search.js:1938 +#, python-format +msgid "is equal to" +msgstr "مساŮŮŤ Ů„Ů€" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/views.js:1500 +#, python-format +msgid "Could not serialize XML" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1619 +#, python-format +msgid "Advanced Search" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:290 +#, python-format +msgid "Confirm new master password:" +msgstr "ŘŞŘŁŮŮŠŘŻ ŮŮ„Ů…Ř© المرŮر الرئيسية الجديدة:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/coresetup.js:634 +#, python-format +msgid "Maybe you should consider reloading the application by pressing F5..." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:17 +#: code:addons/web/static/src/js/view_list.js:2248 +#: code:addons/web/static/src/xml/base.xml:111 +#: code:addons/web/static/src/xml/base.xml:306 +#: code:addons/web/static/src/xml/base.xml:812 +#: code:addons/web/static/src/xml/base.xml:1376 +#, python-format +msgid "Create" +msgstr "إنشاء" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1868 +#, python-format +msgid "doesn't contain" +msgstr "لا ŮŠŘ­ŘŞŮŮŠ علي" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1785 +#, python-format +msgid "Import Options" +msgstr "خيارات الاستيراد" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:2936 +#, python-format +msgid "Add %s" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:145 +#, python-format +msgid "Admin password:" +msgstr "ŮŮ„Ů…Ř© مرŮر المشر٠العام:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/data_export.js:11 +#: code:addons/web/static/src/js/view_form.js:1067 +#: code:addons/web/static/src/xml/base.xml:1394 +#, python-format +msgid "Close" +msgstr "إغلاق" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/coresetup.js:632 +#, python-format +msgid "" +"You may not believe it,
    but the application is actually loading..." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1779 +#, python-format +msgid "CSV File:" +msgstr "Ů…Ů„Ů CSV :" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1741 +#, python-format +msgid "Advanced" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_tree.js:11 +#, python-format +msgid "Tree" +msgstr "شجرة" + +#. module: web +#: code:addons/web/controllers/main.py:750 +#, python-format +msgid "Could not drop database !" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/formats.js:227 +#, python-format +msgid "'%s' is not a correct integer" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:877 +#, python-format +msgid "All users" +msgstr "جميع المستخدمين" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:1654 +#, python-format +msgid "Unknown field %s in domain %s" +msgstr "Ř­Ů‚Ů„ غير معرŮŮ %s ŮŮŠ نطاق %s" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/views.js:1466 +#, python-format +msgid "Node [%s] is not a JSONified XML node" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1428 +#, python-format +msgid "Advanced Search..." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:499 +#, python-format +msgid "Dropping database" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:82 +#: code:addons/web/static/src/xml/base.xml:445 +#, python-format +msgid "Powered by" +msgstr "ŮŠŘŞŮ… تشغيل هذا التطبيق بŮاسطة" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1380 +#: code:addons/web/static/src/xml/base.xml:970 +#, python-format +msgid "Yes" +msgstr "نعم" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:4871 +#, python-format +msgid "There was a problem while uploading your file" +msgstr "Ř­ŘŻŘ« خطأ أثناء رŮŘą المل٠الخاص بŮ" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:558 +#, python-format +msgid "XML ID:" +msgstr "معر٠XML:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:954 +#, python-format +msgid "Size:" +msgstr "حجم:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1824 +#, python-format +msgid "--- Don't Import ---" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1679 +#, python-format +msgid "Import-Compatible Export" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/coresetup.js:610 +#, python-format +msgid "%d years ago" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:1040 +#, python-format +msgid "Unknown m2m command %s" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:1068 +#, python-format +msgid "Save default" +msgstr "Ř­Ůظ ŮŘĄŮتراضي" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:121 +#: code:addons/web/static/src/xml/base.xml:175 +#: code:addons/web/static/src/xml/base.xml:264 +#, python-format +msgid "New database name:" +msgstr "اسم قاعدة البيانات الجديدة:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:394 +#, python-format +msgid "Please enter your new password" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:4886 +#, python-format +msgid "The field is empty, there's nothing to save !" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:545 +#, python-format +msgid "Manage Views" +msgstr "إدارة العرŮض" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1801 +#, python-format +msgid "Encoding:" +msgstr "ترميز:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1808 +#, python-format +msgid "Lines to skip" +msgstr "خطŮŘ· للتجاهل" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:2858 +#, python-format +msgid "Create \"%s\"" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/data_export.js:361 +#, python-format +msgid "Please select fields to save export list..." +msgstr "اختر الحقŮŮ„ Ů„Ů„Ř­Ůظ ŮŮŠ قائمة التصدير" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:418 +#, python-format +msgid "Copyright © 2004-TODAY OpenERP SA. All Rights Reserved." +msgstr "Ř­Ů‚ŮŮ‚ النشر Ů…Ř­ŮŮظة ٢٠٠٤ - ٢٠١٢ لشرŮŘ© OpenERP SA" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:2346 +#, python-format +msgid "This resource is empty" +msgstr "المصدر Ůارغ" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1689 +#, python-format +msgid "Available fields" +msgstr "الحقŮŮ„ المتŮŮرة" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1835 +#, python-format +msgid "The import failed due to:" +msgstr "ŮŘ´Ů„ŘŞ عملية الإستيراد للأسباب التالية:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/views.js:812 +#: code:addons/web/static/src/xml/base.xml:539 +#, python-format +msgid "JS Tests" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1750 +#, python-format +msgid "Save as:" +msgstr "Ř­Ůظ باسم:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:927 +#, python-format +msgid "Filter on: %s" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:2904 +#: code:addons/web/static/src/js/view_form.js:3757 +#, python-format +msgid "Create: " +msgstr "إنشاء: " + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:540 +#, python-format +msgid "View Fields" +msgstr "عرض الحقŮŮ„" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:330 +#, python-format +msgid "Confirm New Password:" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:575 +#, python-format +msgid "Do you really want to remove these records?" +msgstr "هل تريد إزالة هذه السجلات Řź" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:958 +#, python-format +msgid "Context:" +msgstr "سياق:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1933 +#: code:addons/web/static/src/js/search.js:1960 +#, python-format +msgid "is" +msgstr "ŮŠŮŮن" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/data_export.js:6 +#, python-format +msgid "Export Data" +msgstr "تصدير البيانات" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:962 +#, python-format +msgid "Domain:" +msgstr "نطاق:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:834 +#, python-format +msgid "Default:" +msgstr "الإŮتراضي:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:82 +#: code:addons/web/static/src/xml/base.xml:446 +#, python-format +msgid "OpenERP" +msgstr "OpenERP" + +#. module: web +#. openerp-web +#: code:addons/web/doc/module/static/src/xml/web_example.xml:8 +#, python-format +msgid "Stop" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:68 +#: code:addons/web/static/src/xml/base.xml:193 +#: code:addons/web/static/src/xml/base.xml:225 +#, python-format +msgid "Database:" +msgstr "قاعدة البيانات:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1183 +#: code:addons/web/static/src/xml/base.xml:1240 +#, python-format +msgid "Uploading ..." +msgstr "جاري التحميل..." + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1853 +#, python-format +msgid "Name:" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:1058 +#, python-format +msgid "About" +msgstr "Ř­ŮŮ„" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1431 +#, python-format +msgid "Search Again" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1455 +#, python-format +msgid "-- Filters --" +msgstr "-- المرشحات --" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1230 +#: code:addons/web/static/src/xml/base.xml:1232 +#, python-format +msgid "Clear" +msgstr "ŘĄŮراغ" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1680 +#, python-format +msgid "Export all Data" +msgstr "تصدير جميع البيانات" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:1334 +#, python-format +msgid "" +"Grouping on field '%s' is not possible because that field does not appear in " +"the list view." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:537 +#, python-format +msgid "Set Defaults" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1670 +#, python-format +msgid "" +"This wizard will export all data that matches the current search criteria to " +"a CSV file.\n" +" You can export all data or only the fields that can be " +"reimported after modification." +msgstr "" +"هذا المعالج سيقŮŮ… بتصدير ŮاŮŘ© البيانات التي تطابق شرŮŘ· البحث الحالية Ů„Ů…Ů„Ů " +"CSV.\n" +" ŮŠŮ…Ůن٠تصدير ŮŮ„ البيانات أ٠الحقŮŮ„ التي ŮŠŮ…Ůن إستيرادها بعد " +"التعديل." + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:321 +#, python-format +msgid "The record could not be found in the database." +msgstr "Ů„Ů… ŮŠŮ…Ůن العثŮر على هذا السجل قاعدة البيانات." + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1472 +#, python-format +msgid "Filter Name:" +msgstr "اسم المرشح:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:946 +#, python-format +msgid "Type:" +msgstr "نŮŘą:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:538 +#, python-format +msgid "Incorrect super-administrator password" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:942 +#, python-format +msgid "Object:" +msgstr "Ůائن:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:292 +#: code:addons/web/static/src/js/chrome.js:326 +#, python-format +msgid "Loading" +msgstr "ŘŞŘ­Ů…ŮŠŮ„" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/coresetup.js:609 +#, python-format +msgid "about a year ago" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1870 +#: code:addons/web/static/src/js/search.js:1880 +#: code:addons/web/static/src/js/search.js:1914 +#: code:addons/web/static/src/js/search.js:1939 +#, python-format +msgid "is not equal to" +msgstr "Ů„ŮŠŘł مساŮيًا Ů„Ů€" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:5036 +#, python-format +msgid "" +"The type of the field '%s' must be a many2many field with a relation to " +"'ir.attachment' model." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/coresetup.js:604 +#, python-format +msgid "%d hours ago" +msgstr "قبل %d ساعة/ساعات" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:4206 +#: code:addons/web/static/src/js/view_form.js:4335 +#, python-format +msgid "Add: " +msgstr "إضاŮŘ©: " + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1858 +#, python-format +msgid "Quick Add" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1805 +#, python-format +msgid "Latin 1" +msgstr "Latin 1" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:260 +#: code:addons/web/static/src/js/chrome.js:269 +#: code:addons/web/static/src/js/chrome.js:449 +#: code:addons/web/static/src/js/chrome.js:792 +#: code:addons/web/static/src/js/view_form.js:572 +#: code:addons/web/static/src/js/view_form.js:1923 +#: code:addons/web/static/src/xml/base.xml:1752 +#, python-format +msgid "Ok" +msgstr "ŘŞŮ…" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/views.js:1162 +#, python-format +msgid "Uploading..." +msgstr "ŘŞŘ­Ů…ŮŠŮ„..." + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:125 +#, python-format +msgid "Load Demonstration data:" +msgstr "ŘŞŘ­Ů…ŮŠŮ„ البيانات الŮهمية:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:615 +#, python-format +msgid "Created by :" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/dates.js:22 +#: code:addons/web/static/src/js/dates.js:26 +#, python-format +msgid "'%s' is not a valid datetime" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:256 +#, python-format +msgid "File:" +msgstr "Ů…Ů„Ů:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1882 +#: code:addons/web/static/src/js/search.js:1916 +#: code:addons/web/static/src/js/search.js:1941 +#, python-format +msgid "less than" +msgstr "ŘŁŮ‚Ů„ من" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:687 +#: code:addons/web/static/src/js/views.js:1097 +#, python-format +msgid "Warning" +msgstr "تحذير" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:547 +#, python-format +msgid "Edit SearchView" +msgstr "تحرير بحث العرŮض" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1975 +#, python-format +msgid "is true" +msgstr "ŮŠŮŮن صŮاب" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:3909 +#, python-format +msgid "Add an item" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1603 +#, python-format +msgid "Save current filter" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:1915 +#, python-format +msgid "Confirm" +msgstr "ŘŞŘŁŮŮŠŘŻ" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/data_export.js:126 +#, python-format +msgid "Please enter save field list name" +msgstr "رجاء Ř­Ůظ اسم قائمة الحقل" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:2206 +#, python-format +msgid "Download \"%s\"" +msgstr "ŘŞŘ­Ů…ŮŠŮ„ \"%s\"" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:326 +#, python-format +msgid "New" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:1767 +#, python-format +msgid "Can't convert value %s to context" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/views.js:807 +#: code:addons/web/static/src/xml/base.xml:541 +#, python-format +msgid "Fields View Get" +msgstr "إستدعاء عرض الحقŮŮ„" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:149 +#, python-format +msgid "Confirm password:" +msgstr "ŘŞŘŁŮŮŠŘŻ ŮŮ„Ů…Ř© المرŮر:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1883 +#: code:addons/web/static/src/js/search.js:1917 +#: code:addons/web/static/src/js/search.js:1942 +#, python-format +msgid "greater or equal than" +msgstr "ŘŁŮبر من أ٠يساŮŮŠ" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1321 +#, python-format +msgid "Button" +msgstr "زر" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:418 +#, python-format +msgid "OpenERP is a trademark of the" +msgstr "OpenERP هي علامة تجارية Ů„Ů€" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/data_export.js:374 +#, python-format +msgid "Please select fields to export..." +msgstr "اختر الحقŮŮ„ للتصدير..." + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:286 +#, python-format +msgid "New master password:" +msgstr "ŮŮ„Ů…Ř© مرŮر رئيسية جديدة:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1976 +#, python-format +msgid "is false" +msgstr "ŮŠŮŮن خاطئ" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:404 +#, python-format +msgid "About OpenERP" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/formats.js:297 +#, python-format +msgid "'%s' is not a correct date, datetime nor time" +msgstr "" + +#. module: web +#: code:addons/web/controllers/main.py:1264 +#, python-format +msgid "No content found for field '%s' on '%s:%s'" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:304 +#, python-format +msgid "Database Management" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:5007 +#, python-format +msgid "Image" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:81 +#, python-format +msgid "Manage Databases" +msgstr "إدارة Ů‚Ůاعد البيانات" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/pyeval.js:765 +#, python-format +msgid "Evaluation Error" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1283 +#, python-format +msgid "not a valid integer" +msgstr "Ů‚ŮŠŮ…Ř© رقمية خاطئة" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:337 +#: code:addons/web/static/src/xml/base.xml:776 +#: code:addons/web/static/src/xml/base.xml:816 +#: code:addons/web/static/src/xml/base.xml:1376 +#: code:addons/web/static/src/xml/base.xml:1384 +#: code:addons/web/static/src/xml/base.xml:1630 +#, python-format +msgid "or" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1381 +#, python-format +msgid "No" +msgstr "Ůلا" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/formats.js:309 +#, python-format +msgid "'%s' is not convertible to date, datetime nor time" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:199 +#: code:addons/web/static/src/xml/base.xml:161 +#: code:addons/web/static/src/xml/base.xml:307 +#, python-format +msgid "Duplicate" +msgstr "ŘŞŮرار" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:777 +#: code:addons/web/static/src/xml/base.xml:817 +#: code:addons/web/static/src/xml/base.xml:1391 +#, python-format +msgid "Discard" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1624 +#, python-format +msgid "Add a condition" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/coresetup.js:629 +#, python-format +msgid "Still loading..." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:818 +#, python-format +msgid "Incorrect value for field %(fieldname)s: [%(value)s] is %(message)s" +msgstr "Ů‚ŮŠŮ…Ř© خاطئة Ů„Ů„Ř­Ů‚Ů„ %(fieldname)s: [%(value)s] ŘŞŮŮن %(message)s" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:3805 +#, python-format +msgid "The o2m record must be saved before an action can be used" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:509 +#, python-format +msgid "Backed" +msgstr "Ů…ŘŻŘąŮŮ…" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1610 +#, python-format +msgid "Use by default" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:1348 +#, python-format +msgid "%s (%d)" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:775 +#, python-format +msgid "triggered from search view" +msgstr "مشغلة من بحث العرض" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:978 +#, python-format +msgid "Filter" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:950 +#, python-format +msgid "Widget:" +msgstr "Ůدجة:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:548 +#, python-format +msgid "Edit Action" +msgstr "تحرير الإجراء" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:555 +#, python-format +msgid "ID:" +msgstr "المعرّŮŮ:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:870 +#, python-format +msgid "Only you" +msgstr "أنت ŮŮ‚Ř·" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:549 +#, python-format +msgid "Edit Workflow" +msgstr "حرر مسار العمل" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/views.js:1171 +#, python-format +msgid "Do you really want to delete this attachment ?" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/views.js:840 +#, python-format +msgid "Technical Translation" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:938 +#, python-format +msgid "Field:" +msgstr "Ř­Ů‚Ů„:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:620 +#, python-format +msgid "Modified by :" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:499 +#, python-format +msgid "The database %s has been dropped" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:460 +#, python-format +msgid "User's timezone" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:284 +#: code:addons/web/static/src/js/chrome.js:1168 +#, python-format +msgid "Client Error" +msgstr "خطأ عميل" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/views.js:998 +#, python-format +msgid "Print" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1331 +#, python-format +msgid "Special:" +msgstr "خاص:" + +#. module: web +#: code:addons/web/controllers/main.py:834 +#, python-format +msgid "" +"The old password you provided is incorrect, your password was not changed." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:561 +#, python-format +msgid "Creation User:" +msgstr "منشأ بالمستخدم:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:769 +#, python-format +msgid "Do you really want to delete this record?" +msgstr "هل تريد حذ٠هذا السجل؟" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1385 +#, python-format +msgid "Save & Close" +msgstr "Ř­Ůظ ٠إغلاق" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:2845 +#, python-format +msgid "Search More..." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:75 +#: code:addons/web/static/src/xml/base.xml:311 +#, python-format +msgid "Password" +msgstr "ŮŮ„Ů…Ř© المرŮر" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:546 +#: code:addons/web/static/src/xml/base.xml:809 +#: code:addons/web/static/src/xml/base.xml:1178 +#, python-format +msgid "Edit" +msgstr "تحرير" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1706 +#, python-format +msgid "Remove" +msgstr "إزالة" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1062 +#, python-format +msgid "Select date" +msgstr "اختر التاريخ" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1249 +#, python-format +msgid "Search %(field)s for: %(value)s" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1277 +#, python-format +msgid "Delete this file" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:109 +#, python-format +msgid "Create Database" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:420 +#, python-format +msgid "GNU Affero General Public License" +msgstr "GNU Affero General Public License" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1795 +#, python-format +msgid "Separator:" +msgstr "Ůاصل :" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:300 +#, python-format +msgid "Back to Login" +msgstr "العŮŘŻŘ© Ů„Ů„ŘŻŘ®ŮŮ„" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1662 +#: code:addons/web/static/src/xml/base.xml:1454 +#, python-format +msgid "Filters" +msgstr "المرشحات" diff --git a/web/i18n/bg.po b/web/i18n/bg.po new file mode 100644 index 0000000..0a339a0 --- /dev/null +++ b/web/i18n/bg.po @@ -0,0 +1,2611 @@ +# Bulgarian translation for openerp-web +# Copyright (c) 2012 Rosetta Contributors and Canonical Ltd 2012 +# This file is distributed under the same license as the openerp-web package. +# FIRST AUTHOR , 2012. +# +msgid "" +msgstr "" +"Project-Id-Version: openerp-web\n" +"Report-Msgid-Bugs-To: FULL NAME \n" +"POT-Creation-Date: 2012-12-21 17:06+0000\n" +"PO-Revision-Date: 2013-01-17 19:26+0000\n" +"Last-Translator: tuxar \n" +"Language-Team: Bulgarian \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Launchpad-Export-Date: 2013-01-18 07:11+0000\n" +"X-Generator: Launchpad (build 16430)\n" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:133 +#, python-format +msgid "Default language:" +msgstr "Език по подразбиране:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/coresetup.js:602 +#, python-format +msgid "%d minutes ago" +msgstr "Преди %d минŃти" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/coresetup.js:630 +#, python-format +msgid "Still loading...
    Please be patient." +msgstr "Зареждането продължава..
    Моля, бъдете търпеливи." + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1832 +#, python-format +msgid "%(field)s %(operator)s \"%(value)s\"" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1884 +#: code:addons/web/static/src/js/search.js:1918 +#: code:addons/web/static/src/js/search.js:1943 +#, python-format +msgid "less or equal than" +msgstr "по-малко или равно на" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:393 +#, python-format +msgid "Please enter your previous password" +msgstr "Въведете Đ’Đ°ŃĐ°Ń‚Đ° предиŃна парола" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:117 +#: code:addons/web/static/src/xml/base.xml:167 +#: code:addons/web/static/src/xml/base.xml:282 +#, python-format +msgid "Master password:" +msgstr "Главна парола:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:274 +#, python-format +msgid "Change Master Password" +msgstr "Промяна на главната парола" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:491 +#, python-format +msgid "Do you really want to delete the database: %s ?" +msgstr "СигŃрни ли Ńте, че иŃкате Đ´Đ° изтриете база от данни: %s ?" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1398 +#, python-format +msgid "Search %(field)s at: %(value)s" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:537 +#, python-format +msgid "Access Denied" +msgstr "ДоŃтъпът е отказан" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:5183 +#, python-format +msgid "Uploading error" +msgstr "ГреŃка при изпращане на данни." + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/coresetup.js:603 +#, python-format +msgid "about an hour ago" +msgstr "преди около чаŃ" + +#. module: web +#. openerp-web +#: code:addons/web/controllers/main.py:768 +#: code:addons/web/static/src/js/chrome.js:514 +#: code:addons/web/static/src/xml/base.xml:216 +#, python-format +msgid "Backup Database" +msgstr "Резервно копие на базата от данни" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/views.js:463 +#, python-format +msgid "%(view_type)s view" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/dates.js:49 +#: code:addons/web/static/src/js/dates.js:53 +#, python-format +msgid "'%s' is not a valid date" +msgstr "\"%s\" не е валидна Đ´Đ°Ń‚Đ°" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1837 +#, python-format +msgid "Here is a preview of the file we could not import:" +msgstr "Преглед на файла, който не Ńе импортира:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/coresetup.js:601 +#, python-format +msgid "about a minute ago" +msgstr "преди около минŃŃ‚Đ°" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1297 +#, python-format +msgid "File" +msgstr "Файл" + +#. module: web +#: code:addons/web/controllers/main.py:826 +#, python-format +msgid "You cannot leave any password empty." +msgstr "Не може Đ´Đ° ĐľŃтавите полето Đ·Đ° парола празно." + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:680 +#, python-format +msgid "Invalid username or password" +msgstr "Невалидно потребителŃко име или парола" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:206 +#: code:addons/web/static/src/xml/base.xml:238 +#: code:addons/web/static/src/xml/base.xml:260 +#, python-format +msgid "Master Password:" +msgstr "Главна парола:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1217 +#: code:addons/web/static/src/xml/base.xml:1374 +#, python-format +msgid "Select" +msgstr "Đзбор" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:549 +#, python-format +msgid "Database restored successfully" +msgstr "Đ‘Đ°Đ·Đ° данни възŃтановена ŃŃпеŃно" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:415 +#, python-format +msgid "Version" +msgstr "ВерŃия" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:570 +#, python-format +msgid "Latest Modification Date:" +msgstr "ПоŃледна Đ´Đ°Ń‚Đ° на модификация:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1459 +#, python-format +msgid "M2O search fields do not currently handle multiple default values" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:1227 +#, python-format +msgid "Widget type '%s' is not implemented" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1608 +#, python-format +msgid "Share with all users" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:77 +#: code:addons/web/static/src/js/view_form.js:321 +#, python-format +msgid "Form" +msgstr "Форма" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1324 +#, python-format +msgid "(no string)" +msgstr "(няма низ)" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/formats.js:282 +#, python-format +msgid "'%s' is not a correct time" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1297 +#, python-format +msgid "not a valid number" +msgstr "не е валиден номер(брой)" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:325 +#, python-format +msgid "New Password:" +msgstr "Нова парола:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:610 +#, python-format +msgid "Attachment :" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1691 +#, python-format +msgid "Fields to export" +msgstr "Полета Đ·Đ° екŃпорт" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:1340 +#, python-format +msgid "Undefined" +msgstr "Неопределен" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:4871 +#, python-format +msgid "File Upload" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/coresetup.js:607 +#, python-format +msgid "about a month ago" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1600 +#, python-format +msgid "Custom Filters" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1336 +#, python-format +msgid "Button Type:" +msgstr "Тип на бŃтона:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:419 +#, python-format +msgid "OpenERP SA Company" +msgstr "OpenERP SA Company" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1553 +#, python-format +msgid "Custom Filter" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:159 +#, python-format +msgid "Duplicate Database" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/controllers/main.py:789 +#: code:addons/web/controllers/main.py:790 +#: code:addons/web/controllers/main.py:826 +#: code:addons/web/controllers/main.py:828 +#: code:addons/web/controllers/main.py:834 +#: code:addons/web/controllers/main.py:835 +#: code:addons/web/static/src/js/chrome.js:768 +#: code:addons/web/static/src/xml/base.xml:276 +#: code:addons/web/static/src/xml/base.xml:336 +#, python-format +msgid "Change Password" +msgstr "Смяна на парола" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:3411 +#, python-format +msgid "View type '%s' is not supported in One2Many." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:4951 +#: code:addons/web/static/src/js/view_list.js:2194 +#, python-format +msgid "Download" +msgstr "Đзтегляне" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/formats.js:266 +#, python-format +msgid "'%s' is not a correct datetime" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:417 +#, python-format +msgid "Group" +msgstr "Đ“Ń€Ńпа" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:927 +#, python-format +msgid "Unhandled widget" +msgstr "Неподдържана приŃтавка" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:982 +#, python-format +msgid "Selection:" +msgstr "Đзбор:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:871 +#, python-format +msgid "The following fields are invalid:" +msgstr "" + +#. module: web +#: code:addons/web/controllers/main.py:847 +#, python-format +msgid "Languages" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1270 +#, python-format +msgid "...Upload in progress..." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1768 +#, python-format +msgid "Import" +msgstr "Đмпорт" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:543 +#, python-format +msgid "Could not restore the database" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:4851 +#, python-format +msgid "File upload" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:3804 +#, python-format +msgid "Action Button" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:542 +#: code:addons/web/static/src/xml/base.xml:1467 +#, python-format +msgid "Manage Filters" +msgstr "Управление на филтри" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1867 +#, python-format +msgid "contains" +msgstr "Ńъдържа" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/coresetup.js:633 +#, python-format +msgid "Take a minute to get a coffee,
    because it's loading..." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:413 +#, python-format +msgid "Activate the developer mode" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:324 +#, python-format +msgid "Loading (%d)" +msgstr "Зареждане (%d)" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1114 +#, python-format +msgid "GroupBy" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:687 +#, python-format +msgid "You must select at least one record." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:535 +#, python-format +msgid "View Log (perm_read)" +msgstr "Покажи дневника" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:1061 +#, python-format +msgid "Set Default" +msgstr "ĐŁŃтановяване по подразбиране" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:978 +#, python-format +msgid "Relation:" +msgstr "ОтноŃение:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/coresetup.js:600 +#, python-format +msgid "less than a minute ago" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:851 +#, python-format +msgid "Condition:" +msgstr "СъŃтояние:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:1692 +#, python-format +msgid "Unsupported operator %s in domain %s" +msgstr "Неподдържан оператор %s в домейн %s" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/formats.js:242 +#, python-format +msgid "'%s' is not a correct float" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:549 +#, python-format +msgid "Restored" +msgstr "Đ’ŃŠĐ·ŃтановeĐ˝" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:394 +#, python-format +msgid "%d-%d of %d" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:2868 +#, python-format +msgid "Create and Edit..." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/pyeval.js:731 +#, python-format +msgid "Unknown nonliteral type " +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:2346 +#, python-format +msgid "Resource error" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1961 +#, python-format +msgid "is not" +msgstr "не е" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:550 +#, python-format +msgid "Print Workflow" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:396 +#, python-format +msgid "Please confirm your new password" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1804 +#, python-format +msgid "UTF-8" +msgstr "UTF-8" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:421 +#, python-format +msgid "For more information visit" +msgstr "Đ—Đ° повече информация поŃетете" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1859 +#, python-format +msgid "Add All Info..." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1683 +#, python-format +msgid "Export Formats" +msgstr "Формати Đ·Đ° екŃпорт" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:974 +#, python-format +msgid "On change:" +msgstr "При промяна:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/views.js:865 +#, python-format +msgid "Model %s fields" +msgstr "Модел %s полета" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:893 +#, python-format +msgid "Setting 'id' attribute on existing record %s" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:8 +#, python-format +msgid "List" +msgstr "СпиŃŃŠĐş" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1881 +#: code:addons/web/static/src/js/search.js:1915 +#: code:addons/web/static/src/js/search.js:1940 +#, python-format +msgid "greater than" +msgstr "по-голямо от" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:2248 +#: code:addons/web/static/src/xml/base.xml:546 +#, python-format +msgid "View" +msgstr "Đзглед" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1466 +#, python-format +msgid "Save Filter" +msgstr "Запазване на филтър" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1344 +#, python-format +msgid "Action ID:" +msgstr "ID на дейŃтвието" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:457 +#, python-format +msgid "Your user's preference timezone does not match your browser timezone:" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:1223 +#, python-format +msgid "Field '%s' specified in view could not be found." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1756 +#, python-format +msgid "Saved exports:" +msgstr "ЗапиŃани екŃпорти:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:320 +#, python-format +msgid "Old Password:" +msgstr "Стара парола:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/formats.js:113 +#, python-format +msgid "Bytes,Kb,Mb,Gb,Tb,Pb,Eb,Zb,Yb" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:481 +#, python-format +msgid "The database has been duplicated." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1625 +#, python-format +msgid "Apply" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1386 +#, python-format +msgid "Save & New" +msgstr "Запази и Нов" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1223 +#: code:addons/web/static/src/xml/base.xml:1225 +#, python-format +msgid "Save As" +msgstr "ЗапиŃи като" + +#. module: web +#. openerp-web +#: code:addons/web/doc/module/static/src/xml/web_example.xml:3 +#, python-format +msgid "00:00:00" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:2317 +#, python-format +msgid "E-mail error" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/coresetup.js:605 +#, python-format +msgid "a day ago" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1789 +#, python-format +msgid "Does your file have titles?" +msgstr "ĐĐĽĐ° ли файла заглавие?" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:327 +#, python-format +msgid "Unlimited" +msgstr "Неограничен" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:784 +#, python-format +msgid "" +"Warning, the record has been modified, your changes will be discarded.\n" +"\n" +"Are you sure you want to leave this page ?" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:2904 +#, python-format +msgid "Search: " +msgstr "ТърŃене: " + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:544 +#, python-format +msgid "Technical translation" +msgstr "ТехничеŃки превод" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1797 +#, python-format +msgid "Delimiter:" +msgstr "Разделител:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:462 +#, python-format +msgid "Browser's timezone" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1605 +#, python-format +msgid "Filter name" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1464 +#, python-format +msgid "-- Actions --" +msgstr "-- ДейŃтвия --" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:4134 +#: code:addons/web/static/src/js/view_form.js:4294 +#: code:addons/web/static/src/xml/base.xml:1407 +#: code:addons/web/static/src/xml/base.xml:1705 +#, python-format +msgid "Add" +msgstr "Добавяне" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:536 +#, python-format +msgid "Toggle Form Layout Outline" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:421 +#, python-format +msgid "OpenERP.com" +msgstr "OpenERP.com" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:2317 +#, python-format +msgid "Can't send email to invalid e-mail address" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:636 +#, python-format +msgid "Add..." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:405 +#, python-format +msgid "Preferences" +msgstr "НаŃтройки" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:436 +#, python-format +msgid "Wrong on change format: %s" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/controllers/main.py:750 +#: code:addons/web/static/src/xml/base.xml:185 +#, python-format +msgid "Drop Database" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:466 +#, python-format +msgid "Click here to change your user's timezone." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:966 +#, python-format +msgid "Modifiers:" +msgstr "Модификатори:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:627 +#, python-format +msgid "Delete this attachment" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:774 +#: code:addons/web/static/src/xml/base.xml:815 +#: code:addons/web/static/src/xml/base.xml:1382 +#: code:addons/web/static/src/xml/base.xml:1612 +#, python-format +msgid "Save" +msgstr "ЗапиŃ" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/views.js:999 +#: code:addons/web/static/src/xml/base.xml:352 +#, python-format +msgid "More" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:73 +#, python-format +msgid "Username" +msgstr "ПотребителŃко име" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:481 +#, python-format +msgid "Duplicating database" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:563 +#, python-format +msgid "Password has been changed successfully" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list_editable.js:788 +#, python-format +msgid "The form's data can not be discarded" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:533 +#, python-format +msgid "Debug View#" +msgstr "Debug View#" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:77 +#, python-format +msgid "Log in" +msgstr "Вход" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:198 +#: code:addons/web/static/src/js/view_list.js:346 +#: code:addons/web/static/src/xml/base.xml:1764 +#, python-format +msgid "Delete" +msgstr "Đзтриване" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/pyeval.js:769 +#, python-format +msgid "" +"Local evaluation failure\n" +"%s\n" +"\n" +"%s" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:350 +#, python-format +msgid "Invalid database name" +msgstr "Невалидно име на база данни" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1693 +#, python-format +msgid "Save fields list" +msgstr "Запазване ŃпиŃŃŠĐş Ń ĐżĐľĐ»ĐµŃ‚Đ°" + +#. module: web +#. openerp-web +#: code:addons/web/doc/module/static/src/xml/web_example.xml:5 +#, python-format +msgid "Start" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/views.js:823 +#, python-format +msgid "View Log (%s)" +msgstr "Покажи дневник (%s)" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:564 +#, python-format +msgid "Creation Date:" +msgstr "Задаване на Đ´Đ°Ń‚Đ°:" + +#. module: web +#: code:addons/web/controllers/main.py:790 +#: code:addons/web/controllers/main.py:835 +#, python-format +msgid "Error, password not changed !" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:4850 +#, python-format +msgid "The selected file exceed the maximum file size of %s." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:632 +#: code:addons/web/static/src/xml/base.xml:1300 +#, python-format +msgid "/web/binary/upload_attachment" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:563 +#, python-format +msgid "Changed Password" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1431 +#, python-format +msgid "Search" +msgstr "ТърŃене" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:3032 +#: code:addons/web/static/src/js/view_form.js:3668 +#: code:addons/web/static/src/js/view_form.js:3785 +#: code:addons/web/static/src/js/view_form.js:4230 +#: code:addons/web/static/src/js/view_form.js:4353 +#, python-format +msgid "Open: " +msgstr "Отвори: " + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:218 +#: code:addons/web/static/src/xml/base.xml:309 +#, python-format +msgid "Backup" +msgstr "Резервно копие" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/dates.js:76 +#: code:addons/web/static/src/js/dates.js:80 +#, python-format +msgid "'%s' is not a valid time" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/formats.js:274 +#, python-format +msgid "'%s' is not a correct date" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:933 +#, python-format +msgid "(nolabel)" +msgstr "(без етикет)" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/coresetup.js:606 +#, python-format +msgid "%d days ago" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1474 +#, python-format +msgid "(Any existing filter with the same name will be replaced)" +msgstr "(Đ’Ńеки ŃъщеŃтвŃващ филтър ŃŃŠŃ Ńъщото име ще бъде заменен)" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:1918 +#: code:addons/web/static/src/xml/base.xml:338 +#: code:addons/web/static/src/xml/base.xml:1377 +#: code:addons/web/static/src/xml/base.xml:1860 +#, python-format +msgid "Cancel" +msgstr "Отказ" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/coresetup.js:628 +#: code:addons/web/static/src/xml/base.xml:9 +#, python-format +msgid "Loading..." +msgstr "Зареждане..." + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:567 +#, python-format +msgid "Latest Modification by:" +msgstr "ПоŃледна модификация от:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:1242 +#: code:addons/web/static/src/xml/base.xml:470 +#, python-format +msgid "Timezone mismatch" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:1646 +#, python-format +msgid "Unknown operator %s in domain %s" +msgstr "Непознат оператор %s в домейн %s" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:428 +#, python-format +msgid "%d / %d" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1782 +#, python-format +msgid "2. Check your file format" +msgstr "Проверете формата на файла" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1718 +#, python-format +msgid "Name" +msgstr "Đме" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1775 +#, python-format +msgid "" +"Select a .CSV file to import. If you need a sample of file to import,\n" +" you should use the export tool with the \"Import Compatible\" option." +msgstr "" +"Đзбеи .CSV файл Đ·Đ° импорт. Đко Ńе Đ˝Ńждаете от извадка от файл Đ·Đ° импорт,\n" +" вие трябва Đ´Đ° използвате инŃŃ‚Ń€Ńмента Đ·Đ° екŃпорт Ń ĐľĐżŃ†Đ¸ŃŹ \"Import " +"Compatible\"." + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/coresetup.js:608 +#, python-format +msgid "%d months ago" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:187 +#: code:addons/web/static/src/xml/base.xml:308 +#, python-format +msgid "Drop" +msgstr "Премахване" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1465 +#, python-format +msgid "Add Advanced Filter" +msgstr "Добави разŃирен филтър" + +#. module: web +#: code:addons/web/controllers/main.py:828 +#, python-format +msgid "The new password and its confirmation must be identical." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:542 +#: code:addons/web/static/src/xml/base.xml:248 +#, python-format +msgid "Restore Database" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:644 +#, python-format +msgid "Login" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:420 +#, python-format +msgid "Licenced under the terms of" +msgstr "Лицензиран при ŃŃловията на" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:250 +#: code:addons/web/static/src/xml/base.xml:310 +#, python-format +msgid "Restore" +msgstr "Đ’ŃŠĐ·Ńтановяване" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1677 +#, python-format +msgid "Export Type:" +msgstr "Тип на екŃпорта:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:406 +#, python-format +msgid "Log out" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1090 +#, python-format +msgid "Group by: %s" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:153 +#, python-format +msgid "No data provided." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:345 +#: code:addons/web/static/src/xml/base.xml:1665 +#, python-format +msgid "Export" +msgstr "Đ•ĐşŃпорт" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/data_export.js:12 +#, python-format +msgid "Export To File" +msgstr "Đ•ĐşŃпорт към файл" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/views.js:1097 +#, python-format +msgid "You must choose at least one record." +msgstr "Трябва Đ´Đ° изберете поне един запиŃ." + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/coresetup.js:631 +#, python-format +msgid "Don't leave yet,
    it's still loading..." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:775 +#, python-format +msgid "Invalid Search" +msgstr "Невалидно Ń‚ŃŠŃ€Ńене" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:980 +#, python-format +msgid "Could not find id in dataset" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1707 +#, python-format +msgid "Remove All" +msgstr "Премахване на вŃичко" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1340 +#, python-format +msgid "Method:" +msgstr "Метод:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:1439 +#, python-format +msgid "%(page)d/%(page_count)d" +msgstr "%(page)d/%(page_count)d" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:397 +#, python-format +msgid "The confirmation does not match the password" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:441 +#, python-format +msgid "Edit Company data" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:4886 +#, python-format +msgid "Save As..." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:5007 +#, python-format +msgid "Could not display the selected image." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:509 +#, python-format +msgid "Database backed up successfully" +msgstr "ĐŁŃпеŃно архивиране на база данни" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1808 +#, python-format +msgid "" +"For use if CSV files have titles on multiple lines, skips more than a single " +"line during import" +msgstr "" +"Đко .CSV файлове имат заглавия на повече редове, използвай ŃĐ°ĐĽĐľ първия ред " +"при импорт" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:394 +#, python-format +msgid "99+" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1774 +#, python-format +msgid "1. Import a .CSV file" +msgstr "1. Đмпорт на .CSV файл" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:644 +#, python-format +msgid "No database selected !" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/formats.js:180 +#, python-format +msgid "(%d records)" +msgstr "%d запиŃи" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:970 +#, python-format +msgid "Change default:" +msgstr "Промяна по подразбиране:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:171 +#, python-format +msgid "Original database name:" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1869 +#: code:addons/web/static/src/js/search.js:1879 +#: code:addons/web/static/src/js/search.js:1913 +#: code:addons/web/static/src/js/search.js:1938 +#, python-format +msgid "is equal to" +msgstr "е равно на" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/views.js:1500 +#, python-format +msgid "Could not serialize XML" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1619 +#, python-format +msgid "Advanced Search" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:290 +#, python-format +msgid "Confirm new master password:" +msgstr "Потвърждаване на нова главна парола:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/coresetup.js:634 +#, python-format +msgid "Maybe you should consider reloading the application by pressing F5..." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:17 +#: code:addons/web/static/src/js/view_list.js:2248 +#: code:addons/web/static/src/xml/base.xml:111 +#: code:addons/web/static/src/xml/base.xml:306 +#: code:addons/web/static/src/xml/base.xml:812 +#: code:addons/web/static/src/xml/base.xml:1376 +#, python-format +msgid "Create" +msgstr "Създаване" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1868 +#, python-format +msgid "doesn't contain" +msgstr "не Ńъдържа" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1785 +#, python-format +msgid "Import Options" +msgstr "Опции Đ·Đ° импорт" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:2936 +#, python-format +msgid "Add %s" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:145 +#, python-format +msgid "Admin password:" +msgstr "ĐдминиŃтраторŃка парола:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/data_export.js:11 +#: code:addons/web/static/src/js/view_form.js:1067 +#: code:addons/web/static/src/xml/base.xml:1394 +#, python-format +msgid "Close" +msgstr "Затваряне" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/coresetup.js:632 +#, python-format +msgid "" +"You may not believe it,
    but the application is actually loading..." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1779 +#, python-format +msgid "CSV File:" +msgstr "CSV файл:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1741 +#, python-format +msgid "Advanced" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_tree.js:11 +#, python-format +msgid "Tree" +msgstr "Дървовиден изглед" + +#. module: web +#: code:addons/web/controllers/main.py:750 +#, python-format +msgid "Could not drop database !" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/formats.js:227 +#, python-format +msgid "'%s' is not a correct integer" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:877 +#, python-format +msgid "All users" +msgstr "Đ’Ńички потребители" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:1654 +#, python-format +msgid "Unknown field %s in domain %s" +msgstr "Непознато поле %s в домейн %s" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/views.js:1466 +#, python-format +msgid "Node [%s] is not a JSONified XML node" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1428 +#, python-format +msgid "Advanced Search..." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:499 +#, python-format +msgid "Dropping database" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:82 +#: code:addons/web/static/src/xml/base.xml:445 +#, python-format +msgid "Powered by" +msgstr "ĐžŃъщеŃтвено от" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1380 +#: code:addons/web/static/src/xml/base.xml:970 +#, python-format +msgid "Yes" +msgstr "Да" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:4871 +#, python-format +msgid "There was a problem while uploading your file" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:558 +#, python-format +msgid "XML ID:" +msgstr "XML ID:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:954 +#, python-format +msgid "Size:" +msgstr "Размер:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1824 +#, python-format +msgid "--- Don't Import ---" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1679 +#, python-format +msgid "Import-Compatible Export" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/coresetup.js:610 +#, python-format +msgid "%d years ago" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:1040 +#, python-format +msgid "Unknown m2m command %s" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:1068 +#, python-format +msgid "Save default" +msgstr "Запази по подразбиране" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:121 +#: code:addons/web/static/src/xml/base.xml:175 +#: code:addons/web/static/src/xml/base.xml:264 +#, python-format +msgid "New database name:" +msgstr "Ново име на база данни:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:394 +#, python-format +msgid "Please enter your new password" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:4886 +#, python-format +msgid "The field is empty, there's nothing to save !" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:545 +#, python-format +msgid "Manage Views" +msgstr "Управление на изгледи" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1801 +#, python-format +msgid "Encoding:" +msgstr "Кодиране" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1808 +#, python-format +msgid "Lines to skip" +msgstr "Редове Đ·Đ° пропŃŃкане" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:2858 +#, python-format +msgid "Create \"%s\"" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/data_export.js:361 +#, python-format +msgid "Please select fields to save export list..." +msgstr "Моля, изберете полета Đ·Đ° Đ·Đ°ĐżĐ¸Ń Đ˛ ŃпиŃъка Đ·Đ° екŃпорт..." + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:418 +#, python-format +msgid "Copyright © 2004-TODAY OpenERP SA. All Rights Reserved." +msgstr "Copyright © 2004-TODAY OpenERP SA. All Rights Reserved." + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:2346 +#, python-format +msgid "This resource is empty" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1689 +#, python-format +msgid "Available fields" +msgstr "Налични полета" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1835 +#, python-format +msgid "The import failed due to:" +msgstr "Đмпорта Ńе провали поради:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/views.js:812 +#: code:addons/web/static/src/xml/base.xml:539 +#, python-format +msgid "JS Tests" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1750 +#, python-format +msgid "Save as:" +msgstr "Đ—Đ°ĐżĐ¸Ń ĐşĐ°Ń‚Đľ:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:927 +#, python-format +msgid "Filter on: %s" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:2904 +#: code:addons/web/static/src/js/view_form.js:3757 +#, python-format +msgid "Create: " +msgstr "Създаване: " + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:540 +#, python-format +msgid "View Fields" +msgstr "Đзглед Полета" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:330 +#, python-format +msgid "Confirm New Password:" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:575 +#, python-format +msgid "Do you really want to remove these records?" +msgstr "СигŃрни ли Ńте, че иŃкате Đ´Đ° изтриете тези запиŃи?" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:958 +#, python-format +msgid "Context:" +msgstr "КонтекŃŃ‚:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1933 +#: code:addons/web/static/src/js/search.js:1960 +#, python-format +msgid "is" +msgstr "е" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/data_export.js:6 +#, python-format +msgid "Export Data" +msgstr "Đ•ĐşŃпорт на данни" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:962 +#, python-format +msgid "Domain:" +msgstr "Домейн:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:834 +#, python-format +msgid "Default:" +msgstr "По подразбиране:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:82 +#: code:addons/web/static/src/xml/base.xml:446 +#, python-format +msgid "OpenERP" +msgstr "OpenERP" + +#. module: web +#. openerp-web +#: code:addons/web/doc/module/static/src/xml/web_example.xml:8 +#, python-format +msgid "Stop" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:68 +#: code:addons/web/static/src/xml/base.xml:193 +#: code:addons/web/static/src/xml/base.xml:225 +#, python-format +msgid "Database:" +msgstr "Đ‘Đ°Đ·Đ° данни:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1183 +#: code:addons/web/static/src/xml/base.xml:1240 +#, python-format +msgid "Uploading ..." +msgstr "Качване(зареждане) ..." + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1853 +#, python-format +msgid "Name:" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:1058 +#, python-format +msgid "About" +msgstr "ОтноŃно" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1431 +#, python-format +msgid "Search Again" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1455 +#, python-format +msgid "-- Filters --" +msgstr "-- Филтри --" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1230 +#: code:addons/web/static/src/xml/base.xml:1232 +#, python-format +msgid "Clear" +msgstr "ĐзчиŃтване" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1680 +#, python-format +msgid "Export all Data" +msgstr "Đ•ĐşŃпорт на вŃички данни" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:1334 +#, python-format +msgid "" +"Grouping on field '%s' is not possible because that field does not appear in " +"the list view." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:537 +#, python-format +msgid "Set Defaults" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1670 +#, python-format +msgid "" +"This wizard will export all data that matches the current search criteria to " +"a CSV file.\n" +" You can export all data or only the fields that can be " +"reimported after modification." +msgstr "" +"Този Ńъветник ще екŃпортира вŃички данни по избрания критерии в CSV файл.\n" +" Вие можете Đ´Đ° екŃпортирате вŃички данни или ŃĐ°ĐĽĐľ полетата които " +"ŃĐ° реимпортирани Ńлед модификация." + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:321 +#, python-format +msgid "The record could not be found in the database." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1472 +#, python-format +msgid "Filter Name:" +msgstr "Đме на филтър:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:946 +#, python-format +msgid "Type:" +msgstr "Тип:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:538 +#, python-format +msgid "Incorrect super-administrator password" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:942 +#, python-format +msgid "Object:" +msgstr "Обект:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:292 +#: code:addons/web/static/src/js/chrome.js:326 +#, python-format +msgid "Loading" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/coresetup.js:609 +#, python-format +msgid "about a year ago" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1870 +#: code:addons/web/static/src/js/search.js:1880 +#: code:addons/web/static/src/js/search.js:1914 +#: code:addons/web/static/src/js/search.js:1939 +#, python-format +msgid "is not equal to" +msgstr "не е равно на" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:5036 +#, python-format +msgid "" +"The type of the field '%s' must be a many2many field with a relation to " +"'ir.attachment' model." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/coresetup.js:604 +#, python-format +msgid "%d hours ago" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:4206 +#: code:addons/web/static/src/js/view_form.js:4335 +#, python-format +msgid "Add: " +msgstr "Добавяне: " + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1858 +#, python-format +msgid "Quick Add" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1805 +#, python-format +msgid "Latin 1" +msgstr "Latin 1" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:260 +#: code:addons/web/static/src/js/chrome.js:269 +#: code:addons/web/static/src/js/chrome.js:449 +#: code:addons/web/static/src/js/chrome.js:792 +#: code:addons/web/static/src/js/view_form.js:572 +#: code:addons/web/static/src/js/view_form.js:1923 +#: code:addons/web/static/src/xml/base.xml:1752 +#, python-format +msgid "Ok" +msgstr "ОК" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/views.js:1162 +#, python-format +msgid "Uploading..." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:125 +#, python-format +msgid "Load Demonstration data:" +msgstr "Зареди демонŃтрационни данни:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:615 +#, python-format +msgid "Created by :" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/dates.js:22 +#: code:addons/web/static/src/js/dates.js:26 +#, python-format +msgid "'%s' is not a valid datetime" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:256 +#, python-format +msgid "File:" +msgstr "Файл:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1882 +#: code:addons/web/static/src/js/search.js:1916 +#: code:addons/web/static/src/js/search.js:1941 +#, python-format +msgid "less than" +msgstr "по-малко от" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:687 +#: code:addons/web/static/src/js/views.js:1097 +#, python-format +msgid "Warning" +msgstr "Внимание" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:547 +#, python-format +msgid "Edit SearchView" +msgstr "Редактиране изгледа Đ·Đ° Ń‚ŃŠŃ€Ńене" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1975 +#, python-format +msgid "is true" +msgstr "е вярно" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:3909 +#, python-format +msgid "Add an item" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1603 +#, python-format +msgid "Save current filter" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:1915 +#, python-format +msgid "Confirm" +msgstr "Потвърждаване" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/data_export.js:126 +#, python-format +msgid "Please enter save field list name" +msgstr "Моля, въведете име на ŃпиŃъка Ń Đ¸Đ·Đ±Ń€Đ°Đ˝Đ¸Ń‚Đµ полета" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:2206 +#, python-format +msgid "Download \"%s\"" +msgstr "Đзтегляне \"%s\"" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:326 +#, python-format +msgid "New" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:1767 +#, python-format +msgid "Can't convert value %s to context" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/views.js:807 +#: code:addons/web/static/src/xml/base.xml:541 +#, python-format +msgid "Fields View Get" +msgstr "Đзглед на полета" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:149 +#, python-format +msgid "Confirm password:" +msgstr "Потвърждаване на парола:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1883 +#: code:addons/web/static/src/js/search.js:1917 +#: code:addons/web/static/src/js/search.js:1942 +#, python-format +msgid "greater or equal than" +msgstr "по-голямо или равно на" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1321 +#, python-format +msgid "Button" +msgstr "Đ‘Ńтон" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:418 +#, python-format +msgid "OpenERP is a trademark of the" +msgstr "OpenERP е запазена марка на" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/data_export.js:374 +#, python-format +msgid "Please select fields to export..." +msgstr "Đзберете полета Đ·Đ° екŃпорт..." + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:286 +#, python-format +msgid "New master password:" +msgstr "Нова главна парола:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1976 +#, python-format +msgid "is false" +msgstr "е греŃно" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:404 +#, python-format +msgid "About OpenERP" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/formats.js:297 +#, python-format +msgid "'%s' is not a correct date, datetime nor time" +msgstr "" + +#. module: web +#: code:addons/web/controllers/main.py:1264 +#, python-format +msgid "No content found for field '%s' on '%s:%s'" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:304 +#, python-format +msgid "Database Management" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:5007 +#, python-format +msgid "Image" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:81 +#, python-format +msgid "Manage Databases" +msgstr "Управление на бази данни" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/pyeval.js:765 +#, python-format +msgid "Evaluation Error" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1283 +#, python-format +msgid "not a valid integer" +msgstr "не е валидно цяло чиŃло" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:337 +#: code:addons/web/static/src/xml/base.xml:776 +#: code:addons/web/static/src/xml/base.xml:816 +#: code:addons/web/static/src/xml/base.xml:1376 +#: code:addons/web/static/src/xml/base.xml:1384 +#: code:addons/web/static/src/xml/base.xml:1630 +#, python-format +msgid "or" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1381 +#, python-format +msgid "No" +msgstr "Не" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/formats.js:309 +#, python-format +msgid "'%s' is not convertible to date, datetime nor time" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:199 +#: code:addons/web/static/src/xml/base.xml:161 +#: code:addons/web/static/src/xml/base.xml:307 +#, python-format +msgid "Duplicate" +msgstr "Đ”Ńблиране" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:777 +#: code:addons/web/static/src/xml/base.xml:817 +#: code:addons/web/static/src/xml/base.xml:1391 +#, python-format +msgid "Discard" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1624 +#, python-format +msgid "Add a condition" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/coresetup.js:629 +#, python-format +msgid "Still loading..." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:818 +#, python-format +msgid "Incorrect value for field %(fieldname)s: [%(value)s] is %(message)s" +msgstr "" +"Некоректна ŃтойноŃŃ‚ Đ·Đ° поле %(fieldname)s: [%(value)s] is %(message)s" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:3805 +#, python-format +msgid "The o2m record must be saved before an action can be used" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:509 +#, python-format +msgid "Backed" +msgstr "Đрхивиран" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1610 +#, python-format +msgid "Use by default" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:1348 +#, python-format +msgid "%s (%d)" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:775 +#, python-format +msgid "triggered from search view" +msgstr "Започнато от изгледа Đ·Đ° Ń‚ŃŠŃ€Ńене" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:978 +#, python-format +msgid "Filter" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:950 +#, python-format +msgid "Widget:" +msgstr "ПриŃтавка:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:548 +#, python-format +msgid "Edit Action" +msgstr "Редактиране на дейŃтвието" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:555 +#, python-format +msgid "ID:" +msgstr "ĐĐ”:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:870 +#, python-format +msgid "Only you" +msgstr "Само ти" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:549 +#, python-format +msgid "Edit Workflow" +msgstr "Редактиране работен поток" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/views.js:1171 +#, python-format +msgid "Do you really want to delete this attachment ?" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/views.js:840 +#, python-format +msgid "Technical Translation" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:938 +#, python-format +msgid "Field:" +msgstr "Поле:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:620 +#, python-format +msgid "Modified by :" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:499 +#, python-format +msgid "The database %s has been dropped" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:460 +#, python-format +msgid "User's timezone" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:284 +#: code:addons/web/static/src/js/chrome.js:1168 +#, python-format +msgid "Client Error" +msgstr "ГреŃка в клиента" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/views.js:998 +#, python-format +msgid "Print" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1331 +#, python-format +msgid "Special:" +msgstr "Специален:" + +#. module: web +#: code:addons/web/controllers/main.py:834 +#, python-format +msgid "" +"The old password you provided is incorrect, your password was not changed." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:561 +#, python-format +msgid "Creation User:" +msgstr "Създаване на потребител:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:769 +#, python-format +msgid "Do you really want to delete this record?" +msgstr "СигŃрни ли Ńте, че иŃкате Đ´Đ° изтриете този запиŃ?" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1385 +#, python-format +msgid "Save & Close" +msgstr "Запази и Затвори" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:2845 +#, python-format +msgid "Search More..." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:75 +#: code:addons/web/static/src/xml/base.xml:311 +#, python-format +msgid "Password" +msgstr "Парола" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:546 +#: code:addons/web/static/src/xml/base.xml:809 +#: code:addons/web/static/src/xml/base.xml:1178 +#, python-format +msgid "Edit" +msgstr "Редакция" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1706 +#, python-format +msgid "Remove" +msgstr "Премахване" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1062 +#, python-format +msgid "Select date" +msgstr "Đзбери Đ´Đ°Ń‚Đ°" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1249 +#, python-format +msgid "Search %(field)s for: %(value)s" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1277 +#, python-format +msgid "Delete this file" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:109 +#, python-format +msgid "Create Database" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:420 +#, python-format +msgid "GNU Affero General Public License" +msgstr "GNU Affero General Public License" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1795 +#, python-format +msgid "Separator:" +msgstr "Разделител:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:300 +#, python-format +msgid "Back to Login" +msgstr "Обратно към вход" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1662 +#: code:addons/web/static/src/xml/base.xml:1454 +#, python-format +msgid "Filters" +msgstr "Филтри" diff --git a/web/i18n/bn.po b/web/i18n/bn.po new file mode 100644 index 0000000..17dc48e --- /dev/null +++ b/web/i18n/bn.po @@ -0,0 +1,2614 @@ +# Bengali translation for openerp-web +# Copyright (c) 2011 Rosetta Contributors and Canonical Ltd 2011 +# This file is distributed under the same license as the openerp-web package. +# FIRST AUTHOR , 2011. +# +msgid "" +msgstr "" +"Project-Id-Version: openerp-web\n" +"Report-Msgid-Bugs-To: FULL NAME \n" +"POT-Creation-Date: 2012-12-21 17:06+0000\n" +"PO-Revision-Date: 2012-12-21 23:00+0000\n" +"Last-Translator: FULL NAME \n" +"Language-Team: Bengali \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Launchpad-Export-Date: 2012-12-22 07:37+0000\n" +"X-Generator: Launchpad (build 16378)\n" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:133 +#, python-format +msgid "Default language:" +msgstr "অবিকল্পিত ভাষা:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/coresetup.js:602 +#, python-format +msgid "%d minutes ago" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/coresetup.js:630 +#, python-format +msgid "Still loading...
    Please be patient." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1832 +#, python-format +msgid "%(field)s %(operator)s \"%(value)s\"" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1884 +#: code:addons/web/static/src/js/search.js:1918 +#: code:addons/web/static/src/js/search.js:1943 +#, python-format +msgid "less or equal than" +msgstr "কম অথবা সমান" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:393 +#, python-format +msgid "Please enter your previous password" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:117 +#: code:addons/web/static/src/xml/base.xml:167 +#: code:addons/web/static/src/xml/base.xml:282 +#, python-format +msgid "Master password:" +msgstr "মŕ§ŕ¦–্য শব্দচাবি:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:274 +#, python-format +msgid "Change Master Password" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:491 +#, python-format +msgid "Do you really want to delete the database: %s ?" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1398 +#, python-format +msgid "Search %(field)s at: %(value)s" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:537 +#, python-format +msgid "Access Denied" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:5183 +#, python-format +msgid "Uploading error" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/coresetup.js:603 +#, python-format +msgid "about an hour ago" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/controllers/main.py:768 +#: code:addons/web/static/src/js/chrome.js:514 +#: code:addons/web/static/src/xml/base.xml:216 +#, python-format +msgid "Backup Database" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/views.js:463 +#, python-format +msgid "%(view_type)s view" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/dates.js:49 +#: code:addons/web/static/src/js/dates.js:53 +#, python-format +msgid "'%s' is not a valid date" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1837 +#, python-format +msgid "Here is a preview of the file we could not import:" +msgstr "এখানে ফাইলটির প্রাকদর্শন আছে যা আমরা আনায়ন করতে পারিনি:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/coresetup.js:601 +#, python-format +msgid "about a minute ago" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1297 +#, python-format +msgid "File" +msgstr "" + +#. module: web +#: code:addons/web/controllers/main.py:826 +#, python-format +msgid "You cannot leave any password empty." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:680 +#, python-format +msgid "Invalid username or password" +msgstr "অশŕ§ŕ¦¦ŕ§Ťŕ¦§ ব্যাবহারকারীর নাম বা শব্দচাবি" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:206 +#: code:addons/web/static/src/xml/base.xml:238 +#: code:addons/web/static/src/xml/base.xml:260 +#, python-format +msgid "Master Password:" +msgstr "মŕ§ŕ¦–্য শব্দচাবি:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1217 +#: code:addons/web/static/src/xml/base.xml:1374 +#, python-format +msgid "Select" +msgstr "নির্বাচন করŕ§ŕ¦¨" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:549 +#, python-format +msgid "Database restored successfully" +msgstr "তথ্যউৎস সঠিকভাবে পŕ§ŕ¦¨ŕ¦°ŕ§ŕ¦¦ŕ§Ťŕ¦§ŕ¦ľŕ¦° হয়েছে" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:415 +#, python-format +msgid "Version" +msgstr "সংস্করণ" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:570 +#, python-format +msgid "Latest Modification Date:" +msgstr "নতŕ§ŕ¦¨ পরিবর্তিত তারিখ:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1459 +#, python-format +msgid "M2O search fields do not currently handle multiple default values" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:1227 +#, python-format +msgid "Widget type '%s' is not implemented" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1608 +#, python-format +msgid "Share with all users" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:77 +#: code:addons/web/static/src/js/view_form.js:321 +#, python-format +msgid "Form" +msgstr "গঠন" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1324 +#, python-format +msgid "(no string)" +msgstr "পংক্তি নয়" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/formats.js:282 +#, python-format +msgid "'%s' is not a correct time" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1297 +#, python-format +msgid "not a valid number" +msgstr "একটি শŕ§ŕ¦¦ŕ§Ťŕ¦§ সংখ্যা নয়" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:325 +#, python-format +msgid "New Password:" +msgstr "নতŕ§ŕ¦¨ শব্দচাবি" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:610 +#, python-format +msgid "Attachment :" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1691 +#, python-format +msgid "Fields to export" +msgstr "বহিরয়নের জন্য ক্ষেত্রগŕ§ŕ¦˛ŕ¦ż" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:1340 +#, python-format +msgid "Undefined" +msgstr "অনির্ণীত" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:4871 +#, python-format +msgid "File Upload" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/coresetup.js:607 +#, python-format +msgid "about a month ago" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1600 +#, python-format +msgid "Custom Filters" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1336 +#, python-format +msgid "Button Type:" +msgstr "বোতামের ধরণ:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:419 +#, python-format +msgid "OpenERP SA Company" +msgstr "ওপেন-ই-আর-পি এসএ কোম্পানির" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1553 +#, python-format +msgid "Custom Filter" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:159 +#, python-format +msgid "Duplicate Database" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/controllers/main.py:789 +#: code:addons/web/controllers/main.py:790 +#: code:addons/web/controllers/main.py:826 +#: code:addons/web/controllers/main.py:828 +#: code:addons/web/controllers/main.py:834 +#: code:addons/web/controllers/main.py:835 +#: code:addons/web/static/src/js/chrome.js:768 +#: code:addons/web/static/src/xml/base.xml:276 +#: code:addons/web/static/src/xml/base.xml:336 +#, python-format +msgid "Change Password" +msgstr "অনŕ§ŕ¦®ŕ§‹ŕ¦¦ŕ¦¨ শব্দ পরিবর্তন করŕ§ŕ¦¨" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:3411 +#, python-format +msgid "View type '%s' is not supported in One2Many." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:4951 +#: code:addons/web/static/src/js/view_list.js:2194 +#, python-format +msgid "Download" +msgstr "ডাউনলোড করŕ§ŕ¦¨" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/formats.js:266 +#, python-format +msgid "'%s' is not a correct datetime" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:417 +#, python-format +msgid "Group" +msgstr "দল" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:927 +#, python-format +msgid "Unhandled widget" +msgstr "অŕ¦ŕ¦ľŕ¦ŕ¦źŕ¦żŕ¦¤ উইজেট" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:982 +#, python-format +msgid "Selection:" +msgstr "নির্বাচন:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:871 +#, python-format +msgid "The following fields are invalid:" +msgstr "" + +#. module: web +#: code:addons/web/controllers/main.py:847 +#, python-format +msgid "Languages" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1270 +#, python-format +msgid "...Upload in progress..." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1768 +#, python-format +msgid "Import" +msgstr "আনয়ন করŕ§ŕ¦¨" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:543 +#, python-format +msgid "Could not restore the database" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:4851 +#, python-format +msgid "File upload" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:3804 +#, python-format +msgid "Action Button" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:542 +#: code:addons/web/static/src/xml/base.xml:1467 +#, python-format +msgid "Manage Filters" +msgstr "পরিশোধক তদারক করŕ§ŕ¦¨" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1867 +#, python-format +msgid "contains" +msgstr "ধারন করে" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/coresetup.js:633 +#, python-format +msgid "Take a minute to get a coffee,
    because it's loading..." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:413 +#, python-format +msgid "Activate the developer mode" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:324 +#, python-format +msgid "Loading (%d)" +msgstr "(%d) লোড হচ্ছে" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1114 +#, python-format +msgid "GroupBy" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:687 +#, python-format +msgid "You must select at least one record." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:535 +#, python-format +msgid "View Log (perm_read)" +msgstr "লগ দেখŕ§ŕ¦¨ (perm_read)" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:1061 +#, python-format +msgid "Set Default" +msgstr "অবিকল্পিত করŕ§ŕ¦¨" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:978 +#, python-format +msgid "Relation:" +msgstr "সম্পর্ক:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/coresetup.js:600 +#, python-format +msgid "less than a minute ago" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:851 +#, python-format +msgid "Condition:" +msgstr "শর্ত:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:1692 +#, python-format +msgid "Unsupported operator %s in domain %s" +msgstr "এলাকার মধ্যে %s অসমর্থিত পরিচালক %s" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/formats.js:242 +#, python-format +msgid "'%s' is not a correct float" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:549 +#, python-format +msgid "Restored" +msgstr "পŕ§ŕ¦¨ŕ¦°ŕ§ŕ¦¦ŕ§Ťŕ¦§ŕ¦ľŕ¦° হয়েছে" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:394 +#, python-format +msgid "%d-%d of %d" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:2868 +#, python-format +msgid "Create and Edit..." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/pyeval.js:731 +#, python-format +msgid "Unknown nonliteral type " +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:2346 +#, python-format +msgid "Resource error" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1961 +#, python-format +msgid "is not" +msgstr "নয়" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:550 +#, python-format +msgid "Print Workflow" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:396 +#, python-format +msgid "Please confirm your new password" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1804 +#, python-format +msgid "UTF-8" +msgstr "UTF-8" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:421 +#, python-format +msgid "For more information visit" +msgstr "অধিক তথ্যের জন্য যান" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1859 +#, python-format +msgid "Add All Info..." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1683 +#, python-format +msgid "Export Formats" +msgstr "সকল বিন্যাসগŕ§ŕ¦˛ŕ¦ż বহিরায়ন করŕ§ŕ¦¨" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:974 +#, python-format +msgid "On change:" +msgstr "পরিবর্তনে:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/views.js:865 +#, python-format +msgid "Model %s fields" +msgstr "গঠন %s ক্ষেত্রগŕ§ŕ¦˛ŕ¦żŕ¦°" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:893 +#, python-format +msgid "Setting 'id' attribute on existing record %s" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:8 +#, python-format +msgid "List" +msgstr "তালিকা" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1881 +#: code:addons/web/static/src/js/search.js:1915 +#: code:addons/web/static/src/js/search.js:1940 +#, python-format +msgid "greater than" +msgstr "তŕ§ŕ¦˛ŕ¦¨ŕ¦ľŕ¦Żŕ¦Ľ বেশি" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:2248 +#: code:addons/web/static/src/xml/base.xml:546 +#, python-format +msgid "View" +msgstr "দŕ§ŕ¦¶ŕ§Ťŕ¦Ż" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1466 +#, python-format +msgid "Save Filter" +msgstr "পরিশোধক সংরক্ষন করŕ§ŕ¦¨" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1344 +#, python-format +msgid "Action ID:" +msgstr "কাযের আই-ডি" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:457 +#, python-format +msgid "Your user's preference timezone does not match your browser timezone:" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:1223 +#, python-format +msgid "Field '%s' specified in view could not be found." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1756 +#, python-format +msgid "Saved exports:" +msgstr "সংরক্ষিত বহিরায়নগŕ§ŕ¦˛ŕ¦ż" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:320 +#, python-format +msgid "Old Password:" +msgstr "পŕ§ŕ¦°ŕ¦¨ŕ§‹ শব্দচাবি" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/formats.js:113 +#, python-format +msgid "Bytes,Kb,Mb,Gb,Tb,Pb,Eb,Zb,Yb" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:481 +#, python-format +msgid "The database has been duplicated." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1625 +#, python-format +msgid "Apply" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1386 +#, python-format +msgid "Save & New" +msgstr "সংরক্ষন এবং নতŕ§ŕ¦¨" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1223 +#: code:addons/web/static/src/xml/base.xml:1225 +#, python-format +msgid "Save As" +msgstr "নতŕ§ŕ¦¨ রূপে সংরক্ষণ করŕ§ŕ¦¨" + +#. module: web +#. openerp-web +#: code:addons/web/doc/module/static/src/xml/web_example.xml:3 +#, python-format +msgid "00:00:00" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:2317 +#, python-format +msgid "E-mail error" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/coresetup.js:605 +#, python-format +msgid "a day ago" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1789 +#, python-format +msgid "Does your file have titles?" +msgstr "আপনার ফাইলের শিরোনাম আছে কি?" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:327 +#, python-format +msgid "Unlimited" +msgstr "অসীম" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:784 +#, python-format +msgid "" +"Warning, the record has been modified, your changes will be discarded.\n" +"\n" +"Are you sure you want to leave this page ?" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:2904 +#, python-format +msgid "Search: " +msgstr "অনŕ§ŕ¦¸ŕ¦¨ŕ§Ťŕ¦§ŕ¦ľŕ¦¨: " + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:544 +#, python-format +msgid "Technical translation" +msgstr "প্রযŕ§ŕ¦•ŕ§Ťŕ¦¤ŕ¦żŕ¦—ত অনŕ§ŕ¦¬ŕ¦ľŕ¦¦" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1797 +#, python-format +msgid "Delimiter:" +msgstr "বিভেদক:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:462 +#, python-format +msgid "Browser's timezone" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1605 +#, python-format +msgid "Filter name" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1464 +#, python-format +msgid "-- Actions --" +msgstr "-- কাজগŕ§ŕ¦˛ŕ¦ż --" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:4134 +#: code:addons/web/static/src/js/view_form.js:4294 +#: code:addons/web/static/src/xml/base.xml:1407 +#: code:addons/web/static/src/xml/base.xml:1705 +#, python-format +msgid "Add" +msgstr "যোগ করŕ§ŕ¦¨" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:536 +#, python-format +msgid "Toggle Form Layout Outline" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:421 +#, python-format +msgid "OpenERP.com" +msgstr "OpenERP.com" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:2317 +#, python-format +msgid "Can't send email to invalid e-mail address" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:636 +#, python-format +msgid "Add..." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:405 +#, python-format +msgid "Preferences" +msgstr "পছন্দসমূহ" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:436 +#, python-format +msgid "Wrong on change format: %s" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/controllers/main.py:750 +#: code:addons/web/static/src/xml/base.xml:185 +#, python-format +msgid "Drop Database" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:466 +#, python-format +msgid "Click here to change your user's timezone." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:966 +#, python-format +msgid "Modifiers:" +msgstr "পরিবর্তকসমূহ:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:627 +#, python-format +msgid "Delete this attachment" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:774 +#: code:addons/web/static/src/xml/base.xml:815 +#: code:addons/web/static/src/xml/base.xml:1382 +#: code:addons/web/static/src/xml/base.xml:1612 +#, python-format +msgid "Save" +msgstr "সংরক্ষণ করŕ§ŕ¦¨" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/views.js:999 +#: code:addons/web/static/src/xml/base.xml:352 +#, python-format +msgid "More" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:73 +#, python-format +msgid "Username" +msgstr "ব্যবহারকারীর নাম" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:481 +#, python-format +msgid "Duplicating database" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:563 +#, python-format +msgid "Password has been changed successfully" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list_editable.js:788 +#, python-format +msgid "The form's data can not be discarded" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:533 +#, python-format +msgid "Debug View#" +msgstr "ত্রŕ§ŕ¦źŕ¦żŕ¦ąŕ§€ŕ¦¨ দŕ§ŕ¦¶ŕ§Ťŕ¦Ż#" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:77 +#, python-format +msgid "Log in" +msgstr "প্রবেশ" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:198 +#: code:addons/web/static/src/js/view_list.js:346 +#: code:addons/web/static/src/xml/base.xml:1764 +#, python-format +msgid "Delete" +msgstr "মŕ§ŕ¦›ŕ§‡ ফেলŕ§ŕ¦¨" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/pyeval.js:769 +#, python-format +msgid "" +"Local evaluation failure\n" +"%s\n" +"\n" +"%s" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:350 +#, python-format +msgid "Invalid database name" +msgstr "অকার্যকর তথ্যউৎসের নাম" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1693 +#, python-format +msgid "Save fields list" +msgstr "ক্ষেত্রগŕ§ŕ¦˛ŕ¦żŕ¦° তালিকা সংরক্ষন করŕ§ŕ¦¨" + +#. module: web +#. openerp-web +#: code:addons/web/doc/module/static/src/xml/web_example.xml:5 +#, python-format +msgid "Start" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/views.js:823 +#, python-format +msgid "View Log (%s)" +msgstr "(%s) লগ দেখŕ§ŕ¦¨" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:564 +#, python-format +msgid "Creation Date:" +msgstr "তারিখ তŕ§ŕ¦Żŕ¦Ľŕ¦ľŕ¦°:" + +#. module: web +#: code:addons/web/controllers/main.py:790 +#: code:addons/web/controllers/main.py:835 +#, python-format +msgid "Error, password not changed !" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:4850 +#, python-format +msgid "The selected file exceed the maximum file size of %s." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:632 +#: code:addons/web/static/src/xml/base.xml:1300 +#, python-format +msgid "/web/binary/upload_attachment" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:563 +#, python-format +msgid "Changed Password" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1431 +#, python-format +msgid "Search" +msgstr "খŕ§ŕ¦ŕ¦śŕ§ŕ¦¨" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:3032 +#: code:addons/web/static/src/js/view_form.js:3668 +#: code:addons/web/static/src/js/view_form.js:3785 +#: code:addons/web/static/src/js/view_form.js:4230 +#: code:addons/web/static/src/js/view_form.js:4353 +#, python-format +msgid "Open: " +msgstr "খŕ§ŕ¦˛ŕ§ŕ¦¨: " + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:218 +#: code:addons/web/static/src/xml/base.xml:309 +#, python-format +msgid "Backup" +msgstr "ব্যাকআপ" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/dates.js:76 +#: code:addons/web/static/src/js/dates.js:80 +#, python-format +msgid "'%s' is not a valid time" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/formats.js:274 +#, python-format +msgid "'%s' is not a correct date" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:933 +#, python-format +msgid "(nolabel)" +msgstr "(লেবেল নয়)" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/coresetup.js:606 +#, python-format +msgid "%d days ago" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1474 +#, python-format +msgid "(Any existing filter with the same name will be replaced)" +msgstr "(একই নামের যে কোন উপস্থিত পরিশোধক প্রতিস্থাপন করা হবে)" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:1918 +#: code:addons/web/static/src/xml/base.xml:338 +#: code:addons/web/static/src/xml/base.xml:1377 +#: code:addons/web/static/src/xml/base.xml:1860 +#, python-format +msgid "Cancel" +msgstr "বাতিল করŕ§ŕ¦¨" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/coresetup.js:628 +#: code:addons/web/static/src/xml/base.xml:9 +#, python-format +msgid "Loading..." +msgstr "লোড হচ্ছে..." + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:567 +#, python-format +msgid "Latest Modification by:" +msgstr "সর্বশেষ সংশোধন করেছে:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:1242 +#: code:addons/web/static/src/xml/base.xml:470 +#, python-format +msgid "Timezone mismatch" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:1646 +#, python-format +msgid "Unknown operator %s in domain %s" +msgstr "এলাকার মধ্যে %s অজানা পরিচালক %s" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:428 +#, python-format +msgid "%d / %d" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1782 +#, python-format +msgid "2. Check your file format" +msgstr "2. আপনার ফাইলের ধরণ পরীক্ষা করŕ§ŕ¦¨" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1718 +#, python-format +msgid "Name" +msgstr "নাম" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1775 +#, python-format +msgid "" +"Select a .CSV file to import. If you need a sample of file to import,\n" +" you should use the export tool with the \"Import Compatible\" option." +msgstr "" +"আনায়ন করার জন্য একটা .CSV ফাইল নির্বাচন করŕ§ŕ¦¨ŕĄ¤ আনায়নের জন্য আপনার যদি " +"ফাইলের একটি নমŕ§ŕ¦¨ŕ¦ľ প্রয়োজন হয়,\n" +" \"আনায়ন সামঞ্জস্য\" বিকল্পের মাধ্যমে আপনার বহিরায়ন সরঞ্জাম ব্যবহার " +"করা উচিত।" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/coresetup.js:608 +#, python-format +msgid "%d months ago" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:187 +#: code:addons/web/static/src/xml/base.xml:308 +#, python-format +msgid "Drop" +msgstr "ফেলে দিন" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1465 +#, python-format +msgid "Add Advanced Filter" +msgstr "উন্নত পরিশোধক যোগ করŕ§ŕ¦¨" + +#. module: web +#: code:addons/web/controllers/main.py:828 +#, python-format +msgid "The new password and its confirmation must be identical." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:542 +#: code:addons/web/static/src/xml/base.xml:248 +#, python-format +msgid "Restore Database" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:644 +#, python-format +msgid "Login" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:420 +#, python-format +msgid "Licenced under the terms of" +msgstr "শর্তাবলীর অধীনে অনŕ§ŕ¦®ŕ¦¤ŕ¦żŕ¦Şŕ§Ťŕ¦°ŕ¦ľŕ¦Şŕ§Ťŕ¦¤" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:250 +#: code:addons/web/static/src/xml/base.xml:310 +#, python-format +msgid "Restore" +msgstr "পŕ§ŕ¦¨ŕ¦°ŕ§ŕ¦¦ŕ§Ťŕ¦§ŕ¦ľŕ¦° করŕ§ŕ¦¨" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1677 +#, python-format +msgid "Export Type:" +msgstr "বহিরায়নের প্রকার" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:406 +#, python-format +msgid "Log out" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1090 +#, python-format +msgid "Group by: %s" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:153 +#, python-format +msgid "No data provided." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:345 +#: code:addons/web/static/src/xml/base.xml:1665 +#, python-format +msgid "Export" +msgstr "বহিরায়ন করŕ§ŕ¦¨" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/data_export.js:12 +#, python-format +msgid "Export To File" +msgstr "ফাইলে বহীরায়ন করŕ§ŕ¦¨" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/views.js:1097 +#, python-format +msgid "You must choose at least one record." +msgstr "আপনার কমপক্ষে একটা নথি নির্বাচন করা আবশ্যক" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/coresetup.js:631 +#, python-format +msgid "Don't leave yet,
    it's still loading..." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:775 +#, python-format +msgid "Invalid Search" +msgstr "অশŕ§ŕ¦¦ŕ§Ťŕ¦§ অনŕ§ŕ¦¸ŕ¦¨ŕ§Ťŕ¦§ŕ¦ľŕ¦¨" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:980 +#, python-format +msgid "Could not find id in dataset" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1707 +#, python-format +msgid "Remove All" +msgstr "সব সরান" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1340 +#, python-format +msgid "Method:" +msgstr "পদ্ধতি:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:1439 +#, python-format +msgid "%(page)d/%(page_count)d" +msgstr "%(page)d/%(page_count)d" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:397 +#, python-format +msgid "The confirmation does not match the password" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:441 +#, python-format +msgid "Edit Company data" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:4886 +#, python-format +msgid "Save As..." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:5007 +#, python-format +msgid "Could not display the selected image." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:509 +#, python-format +msgid "Database backed up successfully" +msgstr "তথ্যŕ§ŕ¦‰ŕ§Žŕ¦¸ সঠিকভাবে ব্যাকআপ নেয়া হয়েছে" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1808 +#, python-format +msgid "" +"For use if CSV files have titles on multiple lines, skips more than a single " +"line during import" +msgstr "" +"ব্যবহারের জন্য যদি CSV ফাইলগŕ§ŕ¦˛ŕ§‹ŕ¦° একাধিক লাইনের উপর শিরোনাম থাকে, আনায়ন করার " +"সময় একক লাইন বেশী অগ্রাহ্য হয়" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:394 +#, python-format +msgid "99+" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1774 +#, python-format +msgid "1. Import a .CSV file" +msgstr "1. একটি .CSV ফাইল আনায়ন করŕ§ŕ¦¨" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:644 +#, python-format +msgid "No database selected !" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/formats.js:180 +#, python-format +msgid "(%d records)" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:970 +#, python-format +msgid "Change default:" +msgstr "অবিকল্প পরিবর্তন করŕ§ŕ¦¨:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:171 +#, python-format +msgid "Original database name:" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1869 +#: code:addons/web/static/src/js/search.js:1879 +#: code:addons/web/static/src/js/search.js:1913 +#: code:addons/web/static/src/js/search.js:1938 +#, python-format +msgid "is equal to" +msgstr "সমান" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/views.js:1500 +#, python-format +msgid "Could not serialize XML" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1619 +#, python-format +msgid "Advanced Search" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:290 +#, python-format +msgid "Confirm new master password:" +msgstr "নতŕ§ŕ¦¨ মŕ§ŕ¦–্য শব্দচাবি নিশ্চিত করŕ§ŕ¦¨" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/coresetup.js:634 +#, python-format +msgid "Maybe you should consider reloading the application by pressing F5..." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:17 +#: code:addons/web/static/src/js/view_list.js:2248 +#: code:addons/web/static/src/xml/base.xml:111 +#: code:addons/web/static/src/xml/base.xml:306 +#: code:addons/web/static/src/xml/base.xml:812 +#: code:addons/web/static/src/xml/base.xml:1376 +#, python-format +msgid "Create" +msgstr "তŕ§ŕ¦°ŕ¦ż করŕ§ŕ¦¨" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1868 +#, python-format +msgid "doesn't contain" +msgstr "ধারন করেনা" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1785 +#, python-format +msgid "Import Options" +msgstr "আনায়নের বিকল্পগŕ§ŕ¦˛ŕ¦ż" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:2936 +#, python-format +msgid "Add %s" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:145 +#, python-format +msgid "Admin password:" +msgstr "প্রশাসনিক শব্দচাবি:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/data_export.js:11 +#: code:addons/web/static/src/js/view_form.js:1067 +#: code:addons/web/static/src/xml/base.xml:1394 +#, python-format +msgid "Close" +msgstr "বন্ধ করŕ§ŕ¦¨" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/coresetup.js:632 +#, python-format +msgid "" +"You may not believe it,
    but the application is actually loading..." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1779 +#, python-format +msgid "CSV File:" +msgstr "CSV ফাইল:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1741 +#, python-format +msgid "Advanced" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_tree.js:11 +#, python-format +msgid "Tree" +msgstr "শাখী" + +#. module: web +#: code:addons/web/controllers/main.py:750 +#, python-format +msgid "Could not drop database !" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/formats.js:227 +#, python-format +msgid "'%s' is not a correct integer" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:877 +#, python-format +msgid "All users" +msgstr "সকল ব্যবহারকারীগন" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:1654 +#, python-format +msgid "Unknown field %s in domain %s" +msgstr "এলাকার মধ্যে %s অজানা ক্ষেত্র %s" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/views.js:1466 +#, python-format +msgid "Node [%s] is not a JSONified XML node" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1428 +#, python-format +msgid "Advanced Search..." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:499 +#, python-format +msgid "Dropping database" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:82 +#: code:addons/web/static/src/xml/base.xml:445 +#, python-format +msgid "Powered by" +msgstr "কর্তŕ§ŕ¦¤ŕ§Ťŕ¦¬ŕ§‡" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1380 +#: code:addons/web/static/src/xml/base.xml:970 +#, python-format +msgid "Yes" +msgstr "হ্যাŕ¦" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:4871 +#, python-format +msgid "There was a problem while uploading your file" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:558 +#, python-format +msgid "XML ID:" +msgstr "XML আই-ডি:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:954 +#, python-format +msgid "Size:" +msgstr "আকার:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1824 +#, python-format +msgid "--- Don't Import ---" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1679 +#, python-format +msgid "Import-Compatible Export" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/coresetup.js:610 +#, python-format +msgid "%d years ago" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:1040 +#, python-format +msgid "Unknown m2m command %s" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:1068 +#, python-format +msgid "Save default" +msgstr "অবিকল্পিতভাবে সংরক্ষন করŕ§ŕ¦¨" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:121 +#: code:addons/web/static/src/xml/base.xml:175 +#: code:addons/web/static/src/xml/base.xml:264 +#, python-format +msgid "New database name:" +msgstr "নতŕ§ŕ¦¨ উপাত্তŕ§ŕ§Žŕ¦¸ŕ§‡ŕ¦° নাম" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:394 +#, python-format +msgid "Please enter your new password" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:4886 +#, python-format +msgid "The field is empty, there's nothing to save !" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:545 +#, python-format +msgid "Manage Views" +msgstr "দŕ§ŕ¦¶ŕ§Ťŕ¦Żŕ¦—ŕ§ŕ¦˛ŕ¦ż পরিচালনা করŕ§ŕ¦¨" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1801 +#, python-format +msgid "Encoding:" +msgstr "লিপিসংকেত" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1808 +#, python-format +msgid "Lines to skip" +msgstr "উপেক্ষা করার মত পংক্তিগŕ§ŕ¦˛ŕ¦ż" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:2858 +#, python-format +msgid "Create \"%s\"" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/data_export.js:361 +#, python-format +msgid "Please select fields to save export list..." +msgstr "" +"বহিরায়ন তালিকা সংরক্ষণের জন্য অনŕ§ŕ¦—্রহপŕ§ŕ¦°ŕ§Ťŕ¦¬ŕ¦• ক্ষেত্রগŕ§ŕ¦˛ŕ¦ż নির্বাচন করŕ§ŕ¦¨" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:418 +#, python-format +msgid "Copyright © 2004-TODAY OpenERP SA. All Rights Reserved." +msgstr "কপিরাইট © 2004-আজকে ওপেন-ই-আর-পি এসএ. সর্বসত্ত্ব সংরক্ষিত।" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:2346 +#, python-format +msgid "This resource is empty" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1689 +#, python-format +msgid "Available fields" +msgstr "বিদ্যমান ক্ষেত্রগŕ§ŕ¦˛ŕ¦ż" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1835 +#, python-format +msgid "The import failed due to:" +msgstr "আনায়ন ব্যর্থ হওয়ার কারন:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/views.js:812 +#: code:addons/web/static/src/xml/base.xml:539 +#, python-format +msgid "JS Tests" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1750 +#, python-format +msgid "Save as:" +msgstr "নতŕ§ŕ¦¨ŕ¦­ŕ¦ľŕ¦¬ŕ§‡ সংরক্ষণ করŕ§ŕ¦¨:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:927 +#, python-format +msgid "Filter on: %s" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:2904 +#: code:addons/web/static/src/js/view_form.js:3757 +#, python-format +msgid "Create: " +msgstr "তŕ§ŕ¦°ŕ¦ż করŕ§ŕ¦¨: " + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:540 +#, python-format +msgid "View Fields" +msgstr "ক্ষেত্রগŕ§ŕ¦˛ŕ¦żŕ¦° দŕ§ŕ¦¶ŕ§Ťŕ¦Ż" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:330 +#, python-format +msgid "Confirm New Password:" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:575 +#, python-format +msgid "Do you really want to remove these records?" +msgstr "আপনি কি সত্যিই এই তথ্যগŕ§ŕ¦˛ŕ¦ż মŕ§ŕ¦›ŕ§‡ ফেলতে চাইছেন?" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:958 +#, python-format +msgid "Context:" +msgstr "প্রসঙ্গে:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1933 +#: code:addons/web/static/src/js/search.js:1960 +#, python-format +msgid "is" +msgstr "হয়" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/data_export.js:6 +#, python-format +msgid "Export Data" +msgstr "বহীরায়িত তথ্য" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:962 +#, python-format +msgid "Domain:" +msgstr "এলাকা:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:834 +#, python-format +msgid "Default:" +msgstr "অবিকল্পিত:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:82 +#: code:addons/web/static/src/xml/base.xml:446 +#, python-format +msgid "OpenERP" +msgstr "ওপেন-ই-আর-পি" + +#. module: web +#. openerp-web +#: code:addons/web/doc/module/static/src/xml/web_example.xml:8 +#, python-format +msgid "Stop" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:68 +#: code:addons/web/static/src/xml/base.xml:193 +#: code:addons/web/static/src/xml/base.xml:225 +#, python-format +msgid "Database:" +msgstr "উপাত্তŕ§ŕ§Žŕ¦¸:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1183 +#: code:addons/web/static/src/xml/base.xml:1240 +#, python-format +msgid "Uploading ..." +msgstr "আপলোড হচ্ছে..." + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1853 +#, python-format +msgid "Name:" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:1058 +#, python-format +msgid "About" +msgstr "সম্বন্ধে" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1431 +#, python-format +msgid "Search Again" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1455 +#, python-format +msgid "-- Filters --" +msgstr "-- পরিশোধকগŕ§ŕ¦˛ŕ¦ż --" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1230 +#: code:addons/web/static/src/xml/base.xml:1232 +#, python-format +msgid "Clear" +msgstr "পরিষ্কার" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1680 +#, python-format +msgid "Export all Data" +msgstr "সলল উপাত্ত বহিরায়ন করŕ§ŕ¦¨" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:1334 +#, python-format +msgid "" +"Grouping on field '%s' is not possible because that field does not appear in " +"the list view." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:537 +#, python-format +msgid "Set Defaults" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1670 +#, python-format +msgid "" +"This wizard will export all data that matches the current search criteria to " +"a CSV file.\n" +" You can export all data or only the fields that can be " +"reimported after modification." +msgstr "" +"এই উইজার্ড সমস্ত তথ্য একটি CSV ফাইলে বহিরায়ন করবে যা বর্তমান অনŕ§ŕ¦¸ŕ¦¨ŕ§Ťŕ¦§ŕ¦ľŕ¦¨ŕ§‡ŕ¦° " +"মানের সাথে মিলে\n" +"\n" +" আপনি বহিরায়ন করতে পারবেন সমস্ত তথ্য অথবা শŕ§ŕ¦§ŕ§ŕ¦®ŕ¦ľŕ¦¤ŕ§Ťŕ¦° ক্ষেত্রগŕ§ŕ¦˛ŕ¦ż " +"যা রŕ§ŕ¦Şŕ¦ľŕ¦¨ŕ§Ťŕ¦¤ŕ¦°ŕ¦żŕ¦•ŕ¦°ŕ¦Łŕ§‡ŕ¦° পরে পŕ§ŕ¦¨ŕ¦ŕ¦†ŕ¦˛ŕ¦ľŕ¦Żŕ¦Ľŕ¦¨ করা যাবে।" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:321 +#, python-format +msgid "The record could not be found in the database." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1472 +#, python-format +msgid "Filter Name:" +msgstr "পরিশোধকের নাম:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:946 +#, python-format +msgid "Type:" +msgstr "ধরণ:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:538 +#, python-format +msgid "Incorrect super-administrator password" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:942 +#, python-format +msgid "Object:" +msgstr "জিনিস:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:292 +#: code:addons/web/static/src/js/chrome.js:326 +#, python-format +msgid "Loading" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/coresetup.js:609 +#, python-format +msgid "about a year ago" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1870 +#: code:addons/web/static/src/js/search.js:1880 +#: code:addons/web/static/src/js/search.js:1914 +#: code:addons/web/static/src/js/search.js:1939 +#, python-format +msgid "is not equal to" +msgstr "সমান নয়" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:5036 +#, python-format +msgid "" +"The type of the field '%s' must be a many2many field with a relation to " +"'ir.attachment' model." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/coresetup.js:604 +#, python-format +msgid "%d hours ago" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:4206 +#: code:addons/web/static/src/js/view_form.js:4335 +#, python-format +msgid "Add: " +msgstr "যোগ করŕ§ŕ¦¨: " + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1858 +#, python-format +msgid "Quick Add" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1805 +#, python-format +msgid "Latin 1" +msgstr "লাতিন 1" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:260 +#: code:addons/web/static/src/js/chrome.js:269 +#: code:addons/web/static/src/js/chrome.js:449 +#: code:addons/web/static/src/js/chrome.js:792 +#: code:addons/web/static/src/js/view_form.js:572 +#: code:addons/web/static/src/js/view_form.js:1923 +#: code:addons/web/static/src/xml/base.xml:1752 +#, python-format +msgid "Ok" +msgstr "বেশ" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/views.js:1162 +#, python-format +msgid "Uploading..." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:125 +#, python-format +msgid "Load Demonstration data:" +msgstr "প্রদর্শন উপাত্ত লোড করŕ§ŕ¦¨" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:615 +#, python-format +msgid "Created by :" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/dates.js:22 +#: code:addons/web/static/src/js/dates.js:26 +#, python-format +msgid "'%s' is not a valid datetime" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:256 +#, python-format +msgid "File:" +msgstr "ফাইল:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1882 +#: code:addons/web/static/src/js/search.js:1916 +#: code:addons/web/static/src/js/search.js:1941 +#, python-format +msgid "less than" +msgstr "তŕ§ŕ¦˛ŕ¦¨ŕ¦ľŕ¦Żŕ¦Ľ কম" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:687 +#: code:addons/web/static/src/js/views.js:1097 +#, python-format +msgid "Warning" +msgstr "সতর্কীকরণ" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:547 +#, python-format +msgid "Edit SearchView" +msgstr "অনŕ§ŕ¦¸ŕ¦¨ŕ§Ťŕ¦§ŕ¦ľŕ¦¨ দŕ§ŕ¦¶ŕ§Ťŕ¦Ż সম্পাদনা করŕ§ŕ¦¨" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1975 +#, python-format +msgid "is true" +msgstr "সত্য" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:3909 +#, python-format +msgid "Add an item" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1603 +#, python-format +msgid "Save current filter" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:1915 +#, python-format +msgid "Confirm" +msgstr "নিশ্চিত করŕ§ŕ¦¨" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/data_export.js:126 +#, python-format +msgid "Please enter save field list name" +msgstr "অনŕ§ŕ¦—্রহপŕ§ŕ¦°ŕ§Ťŕ¦¬ŕ¦• \"তালিকাভŕ§ŕ¦•ŕ§Ťŕ¦¤ ক্ষেত্রের নাম সংরক্ষণ করŕ§ŕ¦¨\" লিখŕ§ŕ¦¨" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:2206 +#, python-format +msgid "Download \"%s\"" +msgstr "\"%s\" ডাউনলোড করŕ§ŕ¦¨" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:326 +#, python-format +msgid "New" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:1767 +#, python-format +msgid "Can't convert value %s to context" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/views.js:807 +#: code:addons/web/static/src/xml/base.xml:541 +#, python-format +msgid "Fields View Get" +msgstr "ক্ষেত্রগŕ§ŕ¦˛ŕ¦żŕ¦° দŕ§ŕ¦¶ŕ§Ťŕ¦Ż আনŕ§ŕ¦¨" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:149 +#, python-format +msgid "Confirm password:" +msgstr "শব্দচাবি নিশ্চিত করŕ§ŕ¦¨" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1883 +#: code:addons/web/static/src/js/search.js:1917 +#: code:addons/web/static/src/js/search.js:1942 +#, python-format +msgid "greater or equal than" +msgstr "বেশি অথবা সমান" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1321 +#, python-format +msgid "Button" +msgstr "বোতাম" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:418 +#, python-format +msgid "OpenERP is a trademark of the" +msgstr "ওপেন-ই-আর-পি হল একটি ট্রেডমার্ক" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/data_export.js:374 +#, python-format +msgid "Please select fields to export..." +msgstr "বহিরায়নের জন্য অনŕ§ŕ¦—্রহপŕ§ŕ¦°ŕ§Ťŕ¦¬ŕ¦• ক্ষেত্রগŕ§ŕ¦˛ŕ¦ż নির্বাচন করŕ§ŕ¦¨..." + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:286 +#, python-format +msgid "New master password:" +msgstr "নতŕ§ŕ¦¨ মŕ§ŕ¦–্য শব্দচাবি:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1976 +#, python-format +msgid "is false" +msgstr "মিথ্যা" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:404 +#, python-format +msgid "About OpenERP" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/formats.js:297 +#, python-format +msgid "'%s' is not a correct date, datetime nor time" +msgstr "" + +#. module: web +#: code:addons/web/controllers/main.py:1264 +#, python-format +msgid "No content found for field '%s' on '%s:%s'" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:304 +#, python-format +msgid "Database Management" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:5007 +#, python-format +msgid "Image" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:81 +#, python-format +msgid "Manage Databases" +msgstr "উপাত্তŕ§ŕ§Žŕ¦¸ তদারক করŕ§ŕ¦¨" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/pyeval.js:765 +#, python-format +msgid "Evaluation Error" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1283 +#, python-format +msgid "not a valid integer" +msgstr "একটি শŕ§ŕ¦¦ŕ§Ťŕ¦§ পূর্ণসংখ্যা নয়" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:337 +#: code:addons/web/static/src/xml/base.xml:776 +#: code:addons/web/static/src/xml/base.xml:816 +#: code:addons/web/static/src/xml/base.xml:1376 +#: code:addons/web/static/src/xml/base.xml:1384 +#: code:addons/web/static/src/xml/base.xml:1630 +#, python-format +msgid "or" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1381 +#, python-format +msgid "No" +msgstr "না" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/formats.js:309 +#, python-format +msgid "'%s' is not convertible to date, datetime nor time" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:199 +#: code:addons/web/static/src/xml/base.xml:161 +#: code:addons/web/static/src/xml/base.xml:307 +#, python-format +msgid "Duplicate" +msgstr "অনŕ§ŕ¦°ŕ§‚প" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:777 +#: code:addons/web/static/src/xml/base.xml:817 +#: code:addons/web/static/src/xml/base.xml:1391 +#, python-format +msgid "Discard" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1624 +#, python-format +msgid "Add a condition" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/coresetup.js:629 +#, python-format +msgid "Still loading..." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:818 +#, python-format +msgid "Incorrect value for field %(fieldname)s: [%(value)s] is %(message)s" +msgstr "ক্ষেতের জন্য ভূল মান %(fieldname)s: [%(value)s] is %(message)s" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:3805 +#, python-format +msgid "The o2m record must be saved before an action can be used" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:509 +#, python-format +msgid "Backed" +msgstr "সাহায্যপ্রাপ্ত" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1610 +#, python-format +msgid "Use by default" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:1348 +#, python-format +msgid "%s (%d)" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:775 +#, python-format +msgid "triggered from search view" +msgstr "অনŕ§ŕ¦¸ŕ¦¨ŕ§Ťŕ¦§ŕ¦ľŕ¦¨ দŕ§ŕ¦¶ŕ§Ťŕ¦Ż থেকে আলোড়িত হয়েছে" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:978 +#, python-format +msgid "Filter" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:950 +#, python-format +msgid "Widget:" +msgstr "উইজেট:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:548 +#, python-format +msgid "Edit Action" +msgstr "কাজ সম্পাদনা করŕ§ŕ¦¨" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:555 +#, python-format +msgid "ID:" +msgstr "আই-ডি:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:870 +#, python-format +msgid "Only you" +msgstr "শŕ§ŕ¦§ŕ§ আপনি" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:549 +#, python-format +msgid "Edit Workflow" +msgstr "কার্যপ্রবাহ সম্পাদনা করŕ§ŕ¦¨" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/views.js:1171 +#, python-format +msgid "Do you really want to delete this attachment ?" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/views.js:840 +#, python-format +msgid "Technical Translation" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:938 +#, python-format +msgid "Field:" +msgstr "ক্ষেত্র:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:620 +#, python-format +msgid "Modified by :" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:499 +#, python-format +msgid "The database %s has been dropped" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:460 +#, python-format +msgid "User's timezone" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:284 +#: code:addons/web/static/src/js/chrome.js:1168 +#, python-format +msgid "Client Error" +msgstr "গ্রাহক ত্রŕ§ŕ¦źŕ¦ż" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/views.js:998 +#, python-format +msgid "Print" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1331 +#, python-format +msgid "Special:" +msgstr "বিশেষ:" + +#. module: web +#: code:addons/web/controllers/main.py:834 +#, python-format +msgid "" +"The old password you provided is incorrect, your password was not changed." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:561 +#, python-format +msgid "Creation User:" +msgstr "ব্যবহারকারী তŕ§ŕ¦Żŕ¦Ľŕ¦ľŕ¦°:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:769 +#, python-format +msgid "Do you really want to delete this record?" +msgstr "আপনি কি সত্যিই এই তথ্যটি মŕ§ŕ¦›ŕ§‡ ফেলতে চাইছেন?" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1385 +#, python-format +msgid "Save & Close" +msgstr "সংরক্ষন এবং বন্ধ করŕ§ŕ¦¨" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:2845 +#, python-format +msgid "Search More..." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:75 +#: code:addons/web/static/src/xml/base.xml:311 +#, python-format +msgid "Password" +msgstr "শব্দচাবি" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:546 +#: code:addons/web/static/src/xml/base.xml:809 +#: code:addons/web/static/src/xml/base.xml:1178 +#, python-format +msgid "Edit" +msgstr "সম্পাদনা করŕ§ŕ¦¨" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1706 +#, python-format +msgid "Remove" +msgstr "সরিয়ে ফেলŕ§ŕ¦¨" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1062 +#, python-format +msgid "Select date" +msgstr "তারিখ নির্বাচন করŕ§ŕ¦¨" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1249 +#, python-format +msgid "Search %(field)s for: %(value)s" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1277 +#, python-format +msgid "Delete this file" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:109 +#, python-format +msgid "Create Database" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:420 +#, python-format +msgid "GNU Affero General Public License" +msgstr "জি-এন-ইউ আফেরো জেনেরাল পাবলিক লাইসেন্সের" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1795 +#, python-format +msgid "Separator:" +msgstr "বিভাজক:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:300 +#, python-format +msgid "Back to Login" +msgstr "আবার প্রবেশ করŕ§ŕ¦¨" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1662 +#: code:addons/web/static/src/xml/base.xml:1454 +#, python-format +msgid "Filters" +msgstr "পরিশোধকগŕ§ŕ¦˛ŕ¦ż" diff --git a/web/i18n/bs.po b/web/i18n/bs.po new file mode 100644 index 0000000..bd23b8b --- /dev/null +++ b/web/i18n/bs.po @@ -0,0 +1,2602 @@ +# Bosnian translation for openerp-web +# Copyright (c) 2012 Rosetta Contributors and Canonical Ltd 2012 +# This file is distributed under the same license as the openerp-web package. +# FIRST AUTHOR , 2012. +# +msgid "" +msgstr "" +"Project-Id-Version: openerp-web\n" +"Report-Msgid-Bugs-To: FULL NAME \n" +"POT-Creation-Date: 2012-12-21 17:06+0000\n" +"PO-Revision-Date: 2012-12-21 23:00+0000\n" +"Last-Translator: Goran Kliska \n" +"Language-Team: Bosnian \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Launchpad-Export-Date: 2012-12-22 07:37+0000\n" +"X-Generator: Launchpad (build 16378)\n" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:133 +#, python-format +msgid "Default language:" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/coresetup.js:602 +#, python-format +msgid "%d minutes ago" +msgstr "prije %d minuta" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/coresetup.js:630 +#, python-format +msgid "Still loading...
    Please be patient." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1832 +#, python-format +msgid "%(field)s %(operator)s \"%(value)s\"" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1884 +#: code:addons/web/static/src/js/search.js:1918 +#: code:addons/web/static/src/js/search.js:1943 +#, python-format +msgid "less or equal than" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:393 +#, python-format +msgid "Please enter your previous password" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:117 +#: code:addons/web/static/src/xml/base.xml:167 +#: code:addons/web/static/src/xml/base.xml:282 +#, python-format +msgid "Master password:" +msgstr "Glavni Password:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:274 +#, python-format +msgid "Change Master Password" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:491 +#, python-format +msgid "Do you really want to delete the database: %s ?" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1398 +#, python-format +msgid "Search %(field)s at: %(value)s" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:537 +#, python-format +msgid "Access Denied" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:5183 +#, python-format +msgid "Uploading error" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/coresetup.js:603 +#, python-format +msgid "about an hour ago" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/controllers/main.py:768 +#: code:addons/web/static/src/js/chrome.js:514 +#: code:addons/web/static/src/xml/base.xml:216 +#, python-format +msgid "Backup Database" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/views.js:463 +#, python-format +msgid "%(view_type)s view" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/dates.js:49 +#: code:addons/web/static/src/js/dates.js:53 +#, python-format +msgid "'%s' is not a valid date" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1837 +#, python-format +msgid "Here is a preview of the file we could not import:" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/coresetup.js:601 +#, python-format +msgid "about a minute ago" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1297 +#, python-format +msgid "File" +msgstr "" + +#. module: web +#: code:addons/web/controllers/main.py:826 +#, python-format +msgid "You cannot leave any password empty." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:680 +#, python-format +msgid "Invalid username or password" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:206 +#: code:addons/web/static/src/xml/base.xml:238 +#: code:addons/web/static/src/xml/base.xml:260 +#, python-format +msgid "Master Password:" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1217 +#: code:addons/web/static/src/xml/base.xml:1374 +#, python-format +msgid "Select" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:549 +#, python-format +msgid "Database restored successfully" +msgstr "Baza podataka uspješno obnovljena" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:415 +#, python-format +msgid "Version" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:570 +#, python-format +msgid "Latest Modification Date:" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1459 +#, python-format +msgid "M2O search fields do not currently handle multiple default values" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:1227 +#, python-format +msgid "Widget type '%s' is not implemented" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1608 +#, python-format +msgid "Share with all users" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:77 +#: code:addons/web/static/src/js/view_form.js:321 +#, python-format +msgid "Form" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1324 +#, python-format +msgid "(no string)" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/formats.js:282 +#, python-format +msgid "'%s' is not a correct time" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1297 +#, python-format +msgid "not a valid number" +msgstr "Ne važeći broj" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:325 +#, python-format +msgid "New Password:" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:610 +#, python-format +msgid "Attachment :" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1691 +#, python-format +msgid "Fields to export" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:1340 +#, python-format +msgid "Undefined" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:4871 +#, python-format +msgid "File Upload" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/coresetup.js:607 +#, python-format +msgid "about a month ago" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1600 +#, python-format +msgid "Custom Filters" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1336 +#, python-format +msgid "Button Type:" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:419 +#, python-format +msgid "OpenERP SA Company" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1553 +#, python-format +msgid "Custom Filter" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:159 +#, python-format +msgid "Duplicate Database" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/controllers/main.py:789 +#: code:addons/web/controllers/main.py:790 +#: code:addons/web/controllers/main.py:826 +#: code:addons/web/controllers/main.py:828 +#: code:addons/web/controllers/main.py:834 +#: code:addons/web/controllers/main.py:835 +#: code:addons/web/static/src/js/chrome.js:768 +#: code:addons/web/static/src/xml/base.xml:276 +#: code:addons/web/static/src/xml/base.xml:336 +#, python-format +msgid "Change Password" +msgstr "Promijeni šifru" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:3411 +#, python-format +msgid "View type '%s' is not supported in One2Many." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:4951 +#: code:addons/web/static/src/js/view_list.js:2194 +#, python-format +msgid "Download" +msgstr "Preuzimanje" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/formats.js:266 +#, python-format +msgid "'%s' is not a correct datetime" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:417 +#, python-format +msgid "Group" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:927 +#, python-format +msgid "Unhandled widget" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:982 +#, python-format +msgid "Selection:" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:871 +#, python-format +msgid "The following fields are invalid:" +msgstr "" + +#. module: web +#: code:addons/web/controllers/main.py:847 +#, python-format +msgid "Languages" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1270 +#, python-format +msgid "...Upload in progress..." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1768 +#, python-format +msgid "Import" +msgstr "Uvezi" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:543 +#, python-format +msgid "Could not restore the database" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:4851 +#, python-format +msgid "File upload" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:3804 +#, python-format +msgid "Action Button" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:542 +#: code:addons/web/static/src/xml/base.xml:1467 +#, python-format +msgid "Manage Filters" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1867 +#, python-format +msgid "contains" +msgstr "sadrži" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/coresetup.js:633 +#, python-format +msgid "Take a minute to get a coffee,
    because it's loading..." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:413 +#, python-format +msgid "Activate the developer mode" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:324 +#, python-format +msgid "Loading (%d)" +msgstr "Punim (%d)" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1114 +#, python-format +msgid "GroupBy" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:687 +#, python-format +msgid "You must select at least one record." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:535 +#, python-format +msgid "View Log (perm_read)" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:1061 +#, python-format +msgid "Set Default" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:978 +#, python-format +msgid "Relation:" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/coresetup.js:600 +#, python-format +msgid "less than a minute ago" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:851 +#, python-format +msgid "Condition:" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:1692 +#, python-format +msgid "Unsupported operator %s in domain %s" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/formats.js:242 +#, python-format +msgid "'%s' is not a correct float" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:549 +#, python-format +msgid "Restored" +msgstr "Obnovljeno" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:394 +#, python-format +msgid "%d-%d of %d" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:2868 +#, python-format +msgid "Create and Edit..." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/pyeval.js:731 +#, python-format +msgid "Unknown nonliteral type " +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:2346 +#, python-format +msgid "Resource error" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1961 +#, python-format +msgid "is not" +msgstr "nije" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:550 +#, python-format +msgid "Print Workflow" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:396 +#, python-format +msgid "Please confirm your new password" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1804 +#, python-format +msgid "UTF-8" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:421 +#, python-format +msgid "For more information visit" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1859 +#, python-format +msgid "Add All Info..." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1683 +#, python-format +msgid "Export Formats" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:974 +#, python-format +msgid "On change:" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/views.js:865 +#, python-format +msgid "Model %s fields" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:893 +#, python-format +msgid "Setting 'id' attribute on existing record %s" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:8 +#, python-format +msgid "List" +msgstr "Lista" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1881 +#: code:addons/web/static/src/js/search.js:1915 +#: code:addons/web/static/src/js/search.js:1940 +#, python-format +msgid "greater than" +msgstr "veće od" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:2248 +#: code:addons/web/static/src/xml/base.xml:546 +#, python-format +msgid "View" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1466 +#, python-format +msgid "Save Filter" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1344 +#, python-format +msgid "Action ID:" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:457 +#, python-format +msgid "Your user's preference timezone does not match your browser timezone:" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:1223 +#, python-format +msgid "Field '%s' specified in view could not be found." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1756 +#, python-format +msgid "Saved exports:" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:320 +#, python-format +msgid "Old Password:" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/formats.js:113 +#, python-format +msgid "Bytes,Kb,Mb,Gb,Tb,Pb,Eb,Zb,Yb" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:481 +#, python-format +msgid "The database has been duplicated." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1625 +#, python-format +msgid "Apply" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1386 +#, python-format +msgid "Save & New" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1223 +#: code:addons/web/static/src/xml/base.xml:1225 +#, python-format +msgid "Save As" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/doc/module/static/src/xml/web_example.xml:3 +#, python-format +msgid "00:00:00" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:2317 +#, python-format +msgid "E-mail error" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/coresetup.js:605 +#, python-format +msgid "a day ago" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1789 +#, python-format +msgid "Does your file have titles?" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:327 +#, python-format +msgid "Unlimited" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:784 +#, python-format +msgid "" +"Warning, the record has been modified, your changes will be discarded.\n" +"\n" +"Are you sure you want to leave this page ?" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:2904 +#, python-format +msgid "Search: " +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:544 +#, python-format +msgid "Technical translation" +msgstr "Tehnički prevod" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1797 +#, python-format +msgid "Delimiter:" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:462 +#, python-format +msgid "Browser's timezone" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1605 +#, python-format +msgid "Filter name" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1464 +#, python-format +msgid "-- Actions --" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:4134 +#: code:addons/web/static/src/js/view_form.js:4294 +#: code:addons/web/static/src/xml/base.xml:1407 +#: code:addons/web/static/src/xml/base.xml:1705 +#, python-format +msgid "Add" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:536 +#, python-format +msgid "Toggle Form Layout Outline" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:421 +#, python-format +msgid "OpenERP.com" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:2317 +#, python-format +msgid "Can't send email to invalid e-mail address" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:636 +#, python-format +msgid "Add..." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:405 +#, python-format +msgid "Preferences" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:436 +#, python-format +msgid "Wrong on change format: %s" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/controllers/main.py:750 +#: code:addons/web/static/src/xml/base.xml:185 +#, python-format +msgid "Drop Database" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:466 +#, python-format +msgid "Click here to change your user's timezone." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:966 +#, python-format +msgid "Modifiers:" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:627 +#, python-format +msgid "Delete this attachment" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:774 +#: code:addons/web/static/src/xml/base.xml:815 +#: code:addons/web/static/src/xml/base.xml:1382 +#: code:addons/web/static/src/xml/base.xml:1612 +#, python-format +msgid "Save" +msgstr "Sačuvaj" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/views.js:999 +#: code:addons/web/static/src/xml/base.xml:352 +#, python-format +msgid "More" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:73 +#, python-format +msgid "Username" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:481 +#, python-format +msgid "Duplicating database" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:563 +#, python-format +msgid "Password has been changed successfully" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list_editable.js:788 +#, python-format +msgid "The form's data can not be discarded" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:533 +#, python-format +msgid "Debug View#" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:77 +#, python-format +msgid "Log in" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:198 +#: code:addons/web/static/src/js/view_list.js:346 +#: code:addons/web/static/src/xml/base.xml:1764 +#, python-format +msgid "Delete" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/pyeval.js:769 +#, python-format +msgid "" +"Local evaluation failure\n" +"%s\n" +"\n" +"%s" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:350 +#, python-format +msgid "Invalid database name" +msgstr "Nevažeće ime baze podataka" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1693 +#, python-format +msgid "Save fields list" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/doc/module/static/src/xml/web_example.xml:5 +#, python-format +msgid "Start" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/views.js:823 +#, python-format +msgid "View Log (%s)" +msgstr "Pogledaj Log (%s)" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:564 +#, python-format +msgid "Creation Date:" +msgstr "" + +#. module: web +#: code:addons/web/controllers/main.py:790 +#: code:addons/web/controllers/main.py:835 +#, python-format +msgid "Error, password not changed !" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:4850 +#, python-format +msgid "The selected file exceed the maximum file size of %s." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:632 +#: code:addons/web/static/src/xml/base.xml:1300 +#, python-format +msgid "/web/binary/upload_attachment" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:563 +#, python-format +msgid "Changed Password" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1431 +#, python-format +msgid "Search" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:3032 +#: code:addons/web/static/src/js/view_form.js:3668 +#: code:addons/web/static/src/js/view_form.js:3785 +#: code:addons/web/static/src/js/view_form.js:4230 +#: code:addons/web/static/src/js/view_form.js:4353 +#, python-format +msgid "Open: " +msgstr "Otvori: " + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:218 +#: code:addons/web/static/src/xml/base.xml:309 +#, python-format +msgid "Backup" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/dates.js:76 +#: code:addons/web/static/src/js/dates.js:80 +#, python-format +msgid "'%s' is not a valid time" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/formats.js:274 +#, python-format +msgid "'%s' is not a correct date" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:933 +#, python-format +msgid "(nolabel)" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/coresetup.js:606 +#, python-format +msgid "%d days ago" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1474 +#, python-format +msgid "(Any existing filter with the same name will be replaced)" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:1918 +#: code:addons/web/static/src/xml/base.xml:338 +#: code:addons/web/static/src/xml/base.xml:1377 +#: code:addons/web/static/src/xml/base.xml:1860 +#, python-format +msgid "Cancel" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/coresetup.js:628 +#: code:addons/web/static/src/xml/base.xml:9 +#, python-format +msgid "Loading..." +msgstr "Učitavam..." + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:567 +#, python-format +msgid "Latest Modification by:" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:1242 +#: code:addons/web/static/src/xml/base.xml:470 +#, python-format +msgid "Timezone mismatch" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:1646 +#, python-format +msgid "Unknown operator %s in domain %s" +msgstr "Nepoznat operator %s na domeni %s" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:428 +#, python-format +msgid "%d / %d" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1782 +#, python-format +msgid "2. Check your file format" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1718 +#, python-format +msgid "Name" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1775 +#, python-format +msgid "" +"Select a .CSV file to import. If you need a sample of file to import,\n" +" you should use the export tool with the \"Import Compatible\" option." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/coresetup.js:608 +#, python-format +msgid "%d months ago" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:187 +#: code:addons/web/static/src/xml/base.xml:308 +#, python-format +msgid "Drop" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1465 +#, python-format +msgid "Add Advanced Filter" +msgstr "" + +#. module: web +#: code:addons/web/controllers/main.py:828 +#, python-format +msgid "The new password and its confirmation must be identical." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:542 +#: code:addons/web/static/src/xml/base.xml:248 +#, python-format +msgid "Restore Database" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:644 +#, python-format +msgid "Login" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:420 +#, python-format +msgid "Licenced under the terms of" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:250 +#: code:addons/web/static/src/xml/base.xml:310 +#, python-format +msgid "Restore" +msgstr "Vrati" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1677 +#, python-format +msgid "Export Type:" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:406 +#, python-format +msgid "Log out" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1090 +#, python-format +msgid "Group by: %s" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:153 +#, python-format +msgid "No data provided." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:345 +#: code:addons/web/static/src/xml/base.xml:1665 +#, python-format +msgid "Export" +msgstr "Izvoz" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/data_export.js:12 +#, python-format +msgid "Export To File" +msgstr "Eksportuj do fajla" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/views.js:1097 +#, python-format +msgid "You must choose at least one record." +msgstr "Morate izabrati barem jedan zapis" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/coresetup.js:631 +#, python-format +msgid "Don't leave yet,
    it's still loading..." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:775 +#, python-format +msgid "Invalid Search" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:980 +#, python-format +msgid "Could not find id in dataset" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1707 +#, python-format +msgid "Remove All" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1340 +#, python-format +msgid "Method:" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:1439 +#, python-format +msgid "%(page)d/%(page_count)d" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:397 +#, python-format +msgid "The confirmation does not match the password" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:441 +#, python-format +msgid "Edit Company data" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:4886 +#, python-format +msgid "Save As..." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:5007 +#, python-format +msgid "Could not display the selected image." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:509 +#, python-format +msgid "Database backed up successfully" +msgstr "Baza podataka uspješno kopirana" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1808 +#, python-format +msgid "" +"For use if CSV files have titles on multiple lines, skips more than a single " +"line during import" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:394 +#, python-format +msgid "99+" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1774 +#, python-format +msgid "1. Import a .CSV file" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:644 +#, python-format +msgid "No database selected !" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/formats.js:180 +#, python-format +msgid "(%d records)" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:970 +#, python-format +msgid "Change default:" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:171 +#, python-format +msgid "Original database name:" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1869 +#: code:addons/web/static/src/js/search.js:1879 +#: code:addons/web/static/src/js/search.js:1913 +#: code:addons/web/static/src/js/search.js:1938 +#, python-format +msgid "is equal to" +msgstr "je jednako" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/views.js:1500 +#, python-format +msgid "Could not serialize XML" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1619 +#, python-format +msgid "Advanced Search" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:290 +#, python-format +msgid "Confirm new master password:" +msgstr "Potvrdi glavni password" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/coresetup.js:634 +#, python-format +msgid "Maybe you should consider reloading the application by pressing F5..." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:17 +#: code:addons/web/static/src/js/view_list.js:2248 +#: code:addons/web/static/src/xml/base.xml:111 +#: code:addons/web/static/src/xml/base.xml:306 +#: code:addons/web/static/src/xml/base.xml:812 +#: code:addons/web/static/src/xml/base.xml:1376 +#, python-format +msgid "Create" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1868 +#, python-format +msgid "doesn't contain" +msgstr "Ne sarži" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1785 +#, python-format +msgid "Import Options" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:2936 +#, python-format +msgid "Add %s" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:145 +#, python-format +msgid "Admin password:" +msgstr "Administratorov pasword:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/data_export.js:11 +#: code:addons/web/static/src/js/view_form.js:1067 +#: code:addons/web/static/src/xml/base.xml:1394 +#, python-format +msgid "Close" +msgstr "Zatvori" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/coresetup.js:632 +#, python-format +msgid "" +"You may not believe it,
    but the application is actually loading..." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1779 +#, python-format +msgid "CSV File:" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1741 +#, python-format +msgid "Advanced" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_tree.js:11 +#, python-format +msgid "Tree" +msgstr "Stablo" + +#. module: web +#: code:addons/web/controllers/main.py:750 +#, python-format +msgid "Could not drop database !" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/formats.js:227 +#, python-format +msgid "'%s' is not a correct integer" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:877 +#, python-format +msgid "All users" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:1654 +#, python-format +msgid "Unknown field %s in domain %s" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/views.js:1466 +#, python-format +msgid "Node [%s] is not a JSONified XML node" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1428 +#, python-format +msgid "Advanced Search..." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:499 +#, python-format +msgid "Dropping database" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:82 +#: code:addons/web/static/src/xml/base.xml:445 +#, python-format +msgid "Powered by" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1380 +#: code:addons/web/static/src/xml/base.xml:970 +#, python-format +msgid "Yes" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:4871 +#, python-format +msgid "There was a problem while uploading your file" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:558 +#, python-format +msgid "XML ID:" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:954 +#, python-format +msgid "Size:" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1824 +#, python-format +msgid "--- Don't Import ---" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1679 +#, python-format +msgid "Import-Compatible Export" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/coresetup.js:610 +#, python-format +msgid "%d years ago" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:1040 +#, python-format +msgid "Unknown m2m command %s" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:1068 +#, python-format +msgid "Save default" +msgstr "Snimi zadano" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:121 +#: code:addons/web/static/src/xml/base.xml:175 +#: code:addons/web/static/src/xml/base.xml:264 +#, python-format +msgid "New database name:" +msgstr "Naziv nove baze podataka:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:394 +#, python-format +msgid "Please enter your new password" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:4886 +#, python-format +msgid "The field is empty, there's nothing to save !" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:545 +#, python-format +msgid "Manage Views" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1801 +#, python-format +msgid "Encoding:" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1808 +#, python-format +msgid "Lines to skip" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:2858 +#, python-format +msgid "Create \"%s\"" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/data_export.js:361 +#, python-format +msgid "Please select fields to save export list..." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:418 +#, python-format +msgid "Copyright © 2004-TODAY OpenERP SA. All Rights Reserved." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:2346 +#, python-format +msgid "This resource is empty" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1689 +#, python-format +msgid "Available fields" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1835 +#, python-format +msgid "The import failed due to:" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/views.js:812 +#: code:addons/web/static/src/xml/base.xml:539 +#, python-format +msgid "JS Tests" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1750 +#, python-format +msgid "Save as:" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:927 +#, python-format +msgid "Filter on: %s" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:2904 +#: code:addons/web/static/src/js/view_form.js:3757 +#, python-format +msgid "Create: " +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:540 +#, python-format +msgid "View Fields" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:330 +#, python-format +msgid "Confirm New Password:" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:575 +#, python-format +msgid "Do you really want to remove these records?" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:958 +#, python-format +msgid "Context:" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1933 +#: code:addons/web/static/src/js/search.js:1960 +#, python-format +msgid "is" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/data_export.js:6 +#, python-format +msgid "Export Data" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:962 +#, python-format +msgid "Domain:" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:834 +#, python-format +msgid "Default:" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:82 +#: code:addons/web/static/src/xml/base.xml:446 +#, python-format +msgid "OpenERP" +msgstr "OpenERP" + +#. module: web +#. openerp-web +#: code:addons/web/doc/module/static/src/xml/web_example.xml:8 +#, python-format +msgid "Stop" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:68 +#: code:addons/web/static/src/xml/base.xml:193 +#: code:addons/web/static/src/xml/base.xml:225 +#, python-format +msgid "Database:" +msgstr "Baza podataka:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1183 +#: code:addons/web/static/src/xml/base.xml:1240 +#, python-format +msgid "Uploading ..." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1853 +#, python-format +msgid "Name:" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:1058 +#, python-format +msgid "About" +msgstr "O programu" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1431 +#, python-format +msgid "Search Again" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1455 +#, python-format +msgid "-- Filters --" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1230 +#: code:addons/web/static/src/xml/base.xml:1232 +#, python-format +msgid "Clear" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1680 +#, python-format +msgid "Export all Data" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:1334 +#, python-format +msgid "" +"Grouping on field '%s' is not possible because that field does not appear in " +"the list view." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:537 +#, python-format +msgid "Set Defaults" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1670 +#, python-format +msgid "" +"This wizard will export all data that matches the current search criteria to " +"a CSV file.\n" +" You can export all data or only the fields that can be " +"reimported after modification." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:321 +#, python-format +msgid "The record could not be found in the database." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1472 +#, python-format +msgid "Filter Name:" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:946 +#, python-format +msgid "Type:" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:538 +#, python-format +msgid "Incorrect super-administrator password" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:942 +#, python-format +msgid "Object:" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:292 +#: code:addons/web/static/src/js/chrome.js:326 +#, python-format +msgid "Loading" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/coresetup.js:609 +#, python-format +msgid "about a year ago" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1870 +#: code:addons/web/static/src/js/search.js:1880 +#: code:addons/web/static/src/js/search.js:1914 +#: code:addons/web/static/src/js/search.js:1939 +#, python-format +msgid "is not equal to" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:5036 +#, python-format +msgid "" +"The type of the field '%s' must be a many2many field with a relation to " +"'ir.attachment' model." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/coresetup.js:604 +#, python-format +msgid "%d hours ago" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:4206 +#: code:addons/web/static/src/js/view_form.js:4335 +#, python-format +msgid "Add: " +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1858 +#, python-format +msgid "Quick Add" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1805 +#, python-format +msgid "Latin 1" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:260 +#: code:addons/web/static/src/js/chrome.js:269 +#: code:addons/web/static/src/js/chrome.js:449 +#: code:addons/web/static/src/js/chrome.js:792 +#: code:addons/web/static/src/js/view_form.js:572 +#: code:addons/web/static/src/js/view_form.js:1923 +#: code:addons/web/static/src/xml/base.xml:1752 +#, python-format +msgid "Ok" +msgstr "Uredu" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/views.js:1162 +#, python-format +msgid "Uploading..." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:125 +#, python-format +msgid "Load Demonstration data:" +msgstr "Učitavam Demonstrativne podatke" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:615 +#, python-format +msgid "Created by :" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/dates.js:22 +#: code:addons/web/static/src/js/dates.js:26 +#, python-format +msgid "'%s' is not a valid datetime" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:256 +#, python-format +msgid "File:" +msgstr "Datoteka:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1882 +#: code:addons/web/static/src/js/search.js:1916 +#: code:addons/web/static/src/js/search.js:1941 +#, python-format +msgid "less than" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:687 +#: code:addons/web/static/src/js/views.js:1097 +#, python-format +msgid "Warning" +msgstr "Upozorenje" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:547 +#, python-format +msgid "Edit SearchView" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1975 +#, python-format +msgid "is true" +msgstr "je istinito" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:3909 +#, python-format +msgid "Add an item" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1603 +#, python-format +msgid "Save current filter" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:1915 +#, python-format +msgid "Confirm" +msgstr "Portvrdi" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/data_export.js:126 +#, python-format +msgid "Please enter save field list name" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:2206 +#, python-format +msgid "Download \"%s\"" +msgstr "Preuzimanje \"%s\"" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:326 +#, python-format +msgid "New" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:1767 +#, python-format +msgid "Can't convert value %s to context" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/views.js:807 +#: code:addons/web/static/src/xml/base.xml:541 +#, python-format +msgid "Fields View Get" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:149 +#, python-format +msgid "Confirm password:" +msgstr "Potvrdi password:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1883 +#: code:addons/web/static/src/js/search.js:1917 +#: code:addons/web/static/src/js/search.js:1942 +#, python-format +msgid "greater or equal than" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1321 +#, python-format +msgid "Button" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:418 +#, python-format +msgid "OpenERP is a trademark of the" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/data_export.js:374 +#, python-format +msgid "Please select fields to export..." +msgstr "Molimo odaberite mjesto za eksportovanje.." + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:286 +#, python-format +msgid "New master password:" +msgstr "Novi glavni password" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1976 +#, python-format +msgid "is false" +msgstr "je pogrešno" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:404 +#, python-format +msgid "About OpenERP" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/formats.js:297 +#, python-format +msgid "'%s' is not a correct date, datetime nor time" +msgstr "" + +#. module: web +#: code:addons/web/controllers/main.py:1264 +#, python-format +msgid "No content found for field '%s' on '%s:%s'" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:304 +#, python-format +msgid "Database Management" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:5007 +#, python-format +msgid "Image" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:81 +#, python-format +msgid "Manage Databases" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/pyeval.js:765 +#, python-format +msgid "Evaluation Error" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1283 +#, python-format +msgid "not a valid integer" +msgstr "ne važeći integer" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:337 +#: code:addons/web/static/src/xml/base.xml:776 +#: code:addons/web/static/src/xml/base.xml:816 +#: code:addons/web/static/src/xml/base.xml:1376 +#: code:addons/web/static/src/xml/base.xml:1384 +#: code:addons/web/static/src/xml/base.xml:1630 +#, python-format +msgid "or" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1381 +#, python-format +msgid "No" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/formats.js:309 +#, python-format +msgid "'%s' is not convertible to date, datetime nor time" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:199 +#: code:addons/web/static/src/xml/base.xml:161 +#: code:addons/web/static/src/xml/base.xml:307 +#, python-format +msgid "Duplicate" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:777 +#: code:addons/web/static/src/xml/base.xml:817 +#: code:addons/web/static/src/xml/base.xml:1391 +#, python-format +msgid "Discard" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1624 +#, python-format +msgid "Add a condition" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/coresetup.js:629 +#, python-format +msgid "Still loading..." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:818 +#, python-format +msgid "Incorrect value for field %(fieldname)s: [%(value)s] is %(message)s" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:3805 +#, python-format +msgid "The o2m record must be saved before an action can be used" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:509 +#, python-format +msgid "Backed" +msgstr "Spašeno" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1610 +#, python-format +msgid "Use by default" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:1348 +#, python-format +msgid "%s (%d)" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:775 +#, python-format +msgid "triggered from search view" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:978 +#, python-format +msgid "Filter" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:950 +#, python-format +msgid "Widget:" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:548 +#, python-format +msgid "Edit Action" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:555 +#, python-format +msgid "ID:" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:870 +#, python-format +msgid "Only you" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:549 +#, python-format +msgid "Edit Workflow" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/views.js:1171 +#, python-format +msgid "Do you really want to delete this attachment ?" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/views.js:840 +#, python-format +msgid "Technical Translation" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:938 +#, python-format +msgid "Field:" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:620 +#, python-format +msgid "Modified by :" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:499 +#, python-format +msgid "The database %s has been dropped" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:460 +#, python-format +msgid "User's timezone" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:284 +#: code:addons/web/static/src/js/chrome.js:1168 +#, python-format +msgid "Client Error" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/views.js:998 +#, python-format +msgid "Print" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1331 +#, python-format +msgid "Special:" +msgstr "" + +#. module: web +#: code:addons/web/controllers/main.py:834 +#, python-format +msgid "" +"The old password you provided is incorrect, your password was not changed." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:561 +#, python-format +msgid "Creation User:" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:769 +#, python-format +msgid "Do you really want to delete this record?" +msgstr "Jeste li sigurni da želite izbrisati ovaj zapis?" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1385 +#, python-format +msgid "Save & Close" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:2845 +#, python-format +msgid "Search More..." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:75 +#: code:addons/web/static/src/xml/base.xml:311 +#, python-format +msgid "Password" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:546 +#: code:addons/web/static/src/xml/base.xml:809 +#: code:addons/web/static/src/xml/base.xml:1178 +#, python-format +msgid "Edit" +msgstr "Uređivanje" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1706 +#, python-format +msgid "Remove" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1062 +#, python-format +msgid "Select date" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1249 +#, python-format +msgid "Search %(field)s for: %(value)s" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1277 +#, python-format +msgid "Delete this file" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:109 +#, python-format +msgid "Create Database" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:420 +#, python-format +msgid "GNU Affero General Public License" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1795 +#, python-format +msgid "Separator:" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:300 +#, python-format +msgid "Back to Login" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1662 +#: code:addons/web/static/src/xml/base.xml:1454 +#, python-format +msgid "Filters" +msgstr "" diff --git a/web/i18n/ca.po b/web/i18n/ca.po new file mode 100644 index 0000000..1fadfb4 --- /dev/null +++ b/web/i18n/ca.po @@ -0,0 +1,2602 @@ +# Catalan translation for openerp-web +# Copyright (c) 2012 Rosetta Contributors and Canonical Ltd 2012 +# This file is distributed under the same license as the openerp-web package. +# FIRST AUTHOR , 2012. +# +msgid "" +msgstr "" +"Project-Id-Version: openerp-web\n" +"Report-Msgid-Bugs-To: FULL NAME \n" +"POT-Creation-Date: 2012-12-21 17:06+0000\n" +"PO-Revision-Date: 2012-12-21 23:00+0000\n" +"Last-Translator: FULL NAME \n" +"Language-Team: Catalan \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Launchpad-Export-Date: 2012-12-22 07:37+0000\n" +"X-Generator: Launchpad (build 16378)\n" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:133 +#, python-format +msgid "Default language:" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/coresetup.js:602 +#, python-format +msgid "%d minutes ago" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/coresetup.js:630 +#, python-format +msgid "Still loading...
    Please be patient." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1832 +#, python-format +msgid "%(field)s %(operator)s \"%(value)s\"" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1884 +#: code:addons/web/static/src/js/search.js:1918 +#: code:addons/web/static/src/js/search.js:1943 +#, python-format +msgid "less or equal than" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:393 +#, python-format +msgid "Please enter your previous password" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:117 +#: code:addons/web/static/src/xml/base.xml:167 +#: code:addons/web/static/src/xml/base.xml:282 +#, python-format +msgid "Master password:" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:274 +#, python-format +msgid "Change Master Password" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:491 +#, python-format +msgid "Do you really want to delete the database: %s ?" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1398 +#, python-format +msgid "Search %(field)s at: %(value)s" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:537 +#, python-format +msgid "Access Denied" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:5183 +#, python-format +msgid "Uploading error" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/coresetup.js:603 +#, python-format +msgid "about an hour ago" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/controllers/main.py:768 +#: code:addons/web/static/src/js/chrome.js:514 +#: code:addons/web/static/src/xml/base.xml:216 +#, python-format +msgid "Backup Database" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/views.js:463 +#, python-format +msgid "%(view_type)s view" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/dates.js:49 +#: code:addons/web/static/src/js/dates.js:53 +#, python-format +msgid "'%s' is not a valid date" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1837 +#, python-format +msgid "Here is a preview of the file we could not import:" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/coresetup.js:601 +#, python-format +msgid "about a minute ago" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1297 +#, python-format +msgid "File" +msgstr "" + +#. module: web +#: code:addons/web/controllers/main.py:826 +#, python-format +msgid "You cannot leave any password empty." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:680 +#, python-format +msgid "Invalid username or password" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:206 +#: code:addons/web/static/src/xml/base.xml:238 +#: code:addons/web/static/src/xml/base.xml:260 +#, python-format +msgid "Master Password:" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1217 +#: code:addons/web/static/src/xml/base.xml:1374 +#, python-format +msgid "Select" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:549 +#, python-format +msgid "Database restored successfully" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:415 +#, python-format +msgid "Version" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:570 +#, python-format +msgid "Latest Modification Date:" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1459 +#, python-format +msgid "M2O search fields do not currently handle multiple default values" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:1227 +#, python-format +msgid "Widget type '%s' is not implemented" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1608 +#, python-format +msgid "Share with all users" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:77 +#: code:addons/web/static/src/js/view_form.js:321 +#, python-format +msgid "Form" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1324 +#, python-format +msgid "(no string)" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/formats.js:282 +#, python-format +msgid "'%s' is not a correct time" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1297 +#, python-format +msgid "not a valid number" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:325 +#, python-format +msgid "New Password:" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:610 +#, python-format +msgid "Attachment :" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1691 +#, python-format +msgid "Fields to export" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:1340 +#, python-format +msgid "Undefined" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:4871 +#, python-format +msgid "File Upload" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/coresetup.js:607 +#, python-format +msgid "about a month ago" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1600 +#, python-format +msgid "Custom Filters" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1336 +#, python-format +msgid "Button Type:" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:419 +#, python-format +msgid "OpenERP SA Company" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1553 +#, python-format +msgid "Custom Filter" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:159 +#, python-format +msgid "Duplicate Database" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/controllers/main.py:789 +#: code:addons/web/controllers/main.py:790 +#: code:addons/web/controllers/main.py:826 +#: code:addons/web/controllers/main.py:828 +#: code:addons/web/controllers/main.py:834 +#: code:addons/web/controllers/main.py:835 +#: code:addons/web/static/src/js/chrome.js:768 +#: code:addons/web/static/src/xml/base.xml:276 +#: code:addons/web/static/src/xml/base.xml:336 +#, python-format +msgid "Change Password" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:3411 +#, python-format +msgid "View type '%s' is not supported in One2Many." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:4951 +#: code:addons/web/static/src/js/view_list.js:2194 +#, python-format +msgid "Download" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/formats.js:266 +#, python-format +msgid "'%s' is not a correct datetime" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:417 +#, python-format +msgid "Group" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:927 +#, python-format +msgid "Unhandled widget" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:982 +#, python-format +msgid "Selection:" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:871 +#, python-format +msgid "The following fields are invalid:" +msgstr "" + +#. module: web +#: code:addons/web/controllers/main.py:847 +#, python-format +msgid "Languages" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1270 +#, python-format +msgid "...Upload in progress..." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1768 +#, python-format +msgid "Import" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:543 +#, python-format +msgid "Could not restore the database" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:4851 +#, python-format +msgid "File upload" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:3804 +#, python-format +msgid "Action Button" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:542 +#: code:addons/web/static/src/xml/base.xml:1467 +#, python-format +msgid "Manage Filters" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1867 +#, python-format +msgid "contains" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/coresetup.js:633 +#, python-format +msgid "Take a minute to get a coffee,
    because it's loading..." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:413 +#, python-format +msgid "Activate the developer mode" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:324 +#, python-format +msgid "Loading (%d)" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1114 +#, python-format +msgid "GroupBy" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:687 +#, python-format +msgid "You must select at least one record." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:535 +#, python-format +msgid "View Log (perm_read)" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:1061 +#, python-format +msgid "Set Default" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:978 +#, python-format +msgid "Relation:" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/coresetup.js:600 +#, python-format +msgid "less than a minute ago" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:851 +#, python-format +msgid "Condition:" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:1692 +#, python-format +msgid "Unsupported operator %s in domain %s" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/formats.js:242 +#, python-format +msgid "'%s' is not a correct float" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:549 +#, python-format +msgid "Restored" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:394 +#, python-format +msgid "%d-%d of %d" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:2868 +#, python-format +msgid "Create and Edit..." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/pyeval.js:731 +#, python-format +msgid "Unknown nonliteral type " +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:2346 +#, python-format +msgid "Resource error" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1961 +#, python-format +msgid "is not" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:550 +#, python-format +msgid "Print Workflow" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:396 +#, python-format +msgid "Please confirm your new password" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1804 +#, python-format +msgid "UTF-8" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:421 +#, python-format +msgid "For more information visit" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1859 +#, python-format +msgid "Add All Info..." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1683 +#, python-format +msgid "Export Formats" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:974 +#, python-format +msgid "On change:" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/views.js:865 +#, python-format +msgid "Model %s fields" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:893 +#, python-format +msgid "Setting 'id' attribute on existing record %s" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:8 +#, python-format +msgid "List" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1881 +#: code:addons/web/static/src/js/search.js:1915 +#: code:addons/web/static/src/js/search.js:1940 +#, python-format +msgid "greater than" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:2248 +#: code:addons/web/static/src/xml/base.xml:546 +#, python-format +msgid "View" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1466 +#, python-format +msgid "Save Filter" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1344 +#, python-format +msgid "Action ID:" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:457 +#, python-format +msgid "Your user's preference timezone does not match your browser timezone:" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:1223 +#, python-format +msgid "Field '%s' specified in view could not be found." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1756 +#, python-format +msgid "Saved exports:" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:320 +#, python-format +msgid "Old Password:" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/formats.js:113 +#, python-format +msgid "Bytes,Kb,Mb,Gb,Tb,Pb,Eb,Zb,Yb" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:481 +#, python-format +msgid "The database has been duplicated." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1625 +#, python-format +msgid "Apply" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1386 +#, python-format +msgid "Save & New" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1223 +#: code:addons/web/static/src/xml/base.xml:1225 +#, python-format +msgid "Save As" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/doc/module/static/src/xml/web_example.xml:3 +#, python-format +msgid "00:00:00" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:2317 +#, python-format +msgid "E-mail error" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/coresetup.js:605 +#, python-format +msgid "a day ago" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1789 +#, python-format +msgid "Does your file have titles?" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:327 +#, python-format +msgid "Unlimited" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:784 +#, python-format +msgid "" +"Warning, the record has been modified, your changes will be discarded.\n" +"\n" +"Are you sure you want to leave this page ?" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:2904 +#, python-format +msgid "Search: " +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:544 +#, python-format +msgid "Technical translation" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1797 +#, python-format +msgid "Delimiter:" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:462 +#, python-format +msgid "Browser's timezone" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1605 +#, python-format +msgid "Filter name" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1464 +#, python-format +msgid "-- Actions --" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:4134 +#: code:addons/web/static/src/js/view_form.js:4294 +#: code:addons/web/static/src/xml/base.xml:1407 +#: code:addons/web/static/src/xml/base.xml:1705 +#, python-format +msgid "Add" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:536 +#, python-format +msgid "Toggle Form Layout Outline" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:421 +#, python-format +msgid "OpenERP.com" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:2317 +#, python-format +msgid "Can't send email to invalid e-mail address" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:636 +#, python-format +msgid "Add..." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:405 +#, python-format +msgid "Preferences" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:436 +#, python-format +msgid "Wrong on change format: %s" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/controllers/main.py:750 +#: code:addons/web/static/src/xml/base.xml:185 +#, python-format +msgid "Drop Database" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:466 +#, python-format +msgid "Click here to change your user's timezone." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:966 +#, python-format +msgid "Modifiers:" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:627 +#, python-format +msgid "Delete this attachment" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:774 +#: code:addons/web/static/src/xml/base.xml:815 +#: code:addons/web/static/src/xml/base.xml:1382 +#: code:addons/web/static/src/xml/base.xml:1612 +#, python-format +msgid "Save" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/views.js:999 +#: code:addons/web/static/src/xml/base.xml:352 +#, python-format +msgid "More" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:73 +#, python-format +msgid "Username" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:481 +#, python-format +msgid "Duplicating database" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:563 +#, python-format +msgid "Password has been changed successfully" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list_editable.js:788 +#, python-format +msgid "The form's data can not be discarded" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:533 +#, python-format +msgid "Debug View#" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:77 +#, python-format +msgid "Log in" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:198 +#: code:addons/web/static/src/js/view_list.js:346 +#: code:addons/web/static/src/xml/base.xml:1764 +#, python-format +msgid "Delete" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/pyeval.js:769 +#, python-format +msgid "" +"Local evaluation failure\n" +"%s\n" +"\n" +"%s" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:350 +#, python-format +msgid "Invalid database name" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1693 +#, python-format +msgid "Save fields list" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/doc/module/static/src/xml/web_example.xml:5 +#, python-format +msgid "Start" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/views.js:823 +#, python-format +msgid "View Log (%s)" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:564 +#, python-format +msgid "Creation Date:" +msgstr "" + +#. module: web +#: code:addons/web/controllers/main.py:790 +#: code:addons/web/controllers/main.py:835 +#, python-format +msgid "Error, password not changed !" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:4850 +#, python-format +msgid "The selected file exceed the maximum file size of %s." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:632 +#: code:addons/web/static/src/xml/base.xml:1300 +#, python-format +msgid "/web/binary/upload_attachment" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:563 +#, python-format +msgid "Changed Password" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1431 +#, python-format +msgid "Search" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:3032 +#: code:addons/web/static/src/js/view_form.js:3668 +#: code:addons/web/static/src/js/view_form.js:3785 +#: code:addons/web/static/src/js/view_form.js:4230 +#: code:addons/web/static/src/js/view_form.js:4353 +#, python-format +msgid "Open: " +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:218 +#: code:addons/web/static/src/xml/base.xml:309 +#, python-format +msgid "Backup" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/dates.js:76 +#: code:addons/web/static/src/js/dates.js:80 +#, python-format +msgid "'%s' is not a valid time" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/formats.js:274 +#, python-format +msgid "'%s' is not a correct date" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:933 +#, python-format +msgid "(nolabel)" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/coresetup.js:606 +#, python-format +msgid "%d days ago" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1474 +#, python-format +msgid "(Any existing filter with the same name will be replaced)" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:1918 +#: code:addons/web/static/src/xml/base.xml:338 +#: code:addons/web/static/src/xml/base.xml:1377 +#: code:addons/web/static/src/xml/base.xml:1860 +#, python-format +msgid "Cancel" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/coresetup.js:628 +#: code:addons/web/static/src/xml/base.xml:9 +#, python-format +msgid "Loading..." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:567 +#, python-format +msgid "Latest Modification by:" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:1242 +#: code:addons/web/static/src/xml/base.xml:470 +#, python-format +msgid "Timezone mismatch" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:1646 +#, python-format +msgid "Unknown operator %s in domain %s" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:428 +#, python-format +msgid "%d / %d" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1782 +#, python-format +msgid "2. Check your file format" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1718 +#, python-format +msgid "Name" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1775 +#, python-format +msgid "" +"Select a .CSV file to import. If you need a sample of file to import,\n" +" you should use the export tool with the \"Import Compatible\" option." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/coresetup.js:608 +#, python-format +msgid "%d months ago" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:187 +#: code:addons/web/static/src/xml/base.xml:308 +#, python-format +msgid "Drop" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1465 +#, python-format +msgid "Add Advanced Filter" +msgstr "" + +#. module: web +#: code:addons/web/controllers/main.py:828 +#, python-format +msgid "The new password and its confirmation must be identical." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:542 +#: code:addons/web/static/src/xml/base.xml:248 +#, python-format +msgid "Restore Database" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:644 +#, python-format +msgid "Login" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:420 +#, python-format +msgid "Licenced under the terms of" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:250 +#: code:addons/web/static/src/xml/base.xml:310 +#, python-format +msgid "Restore" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1677 +#, python-format +msgid "Export Type:" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:406 +#, python-format +msgid "Log out" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1090 +#, python-format +msgid "Group by: %s" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:153 +#, python-format +msgid "No data provided." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:345 +#: code:addons/web/static/src/xml/base.xml:1665 +#, python-format +msgid "Export" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/data_export.js:12 +#, python-format +msgid "Export To File" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/views.js:1097 +#, python-format +msgid "You must choose at least one record." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/coresetup.js:631 +#, python-format +msgid "Don't leave yet,
    it's still loading..." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:775 +#, python-format +msgid "Invalid Search" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:980 +#, python-format +msgid "Could not find id in dataset" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1707 +#, python-format +msgid "Remove All" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1340 +#, python-format +msgid "Method:" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:1439 +#, python-format +msgid "%(page)d/%(page_count)d" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:397 +#, python-format +msgid "The confirmation does not match the password" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:441 +#, python-format +msgid "Edit Company data" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:4886 +#, python-format +msgid "Save As..." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:5007 +#, python-format +msgid "Could not display the selected image." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:509 +#, python-format +msgid "Database backed up successfully" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1808 +#, python-format +msgid "" +"For use if CSV files have titles on multiple lines, skips more than a single " +"line during import" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:394 +#, python-format +msgid "99+" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1774 +#, python-format +msgid "1. Import a .CSV file" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:644 +#, python-format +msgid "No database selected !" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/formats.js:180 +#, python-format +msgid "(%d records)" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:970 +#, python-format +msgid "Change default:" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:171 +#, python-format +msgid "Original database name:" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1869 +#: code:addons/web/static/src/js/search.js:1879 +#: code:addons/web/static/src/js/search.js:1913 +#: code:addons/web/static/src/js/search.js:1938 +#, python-format +msgid "is equal to" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/views.js:1500 +#, python-format +msgid "Could not serialize XML" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1619 +#, python-format +msgid "Advanced Search" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:290 +#, python-format +msgid "Confirm new master password:" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/coresetup.js:634 +#, python-format +msgid "Maybe you should consider reloading the application by pressing F5..." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:17 +#: code:addons/web/static/src/js/view_list.js:2248 +#: code:addons/web/static/src/xml/base.xml:111 +#: code:addons/web/static/src/xml/base.xml:306 +#: code:addons/web/static/src/xml/base.xml:812 +#: code:addons/web/static/src/xml/base.xml:1376 +#, python-format +msgid "Create" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1868 +#, python-format +msgid "doesn't contain" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1785 +#, python-format +msgid "Import Options" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:2936 +#, python-format +msgid "Add %s" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:145 +#, python-format +msgid "Admin password:" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/data_export.js:11 +#: code:addons/web/static/src/js/view_form.js:1067 +#: code:addons/web/static/src/xml/base.xml:1394 +#, python-format +msgid "Close" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/coresetup.js:632 +#, python-format +msgid "" +"You may not believe it,
    but the application is actually loading..." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1779 +#, python-format +msgid "CSV File:" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1741 +#, python-format +msgid "Advanced" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_tree.js:11 +#, python-format +msgid "Tree" +msgstr "" + +#. module: web +#: code:addons/web/controllers/main.py:750 +#, python-format +msgid "Could not drop database !" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/formats.js:227 +#, python-format +msgid "'%s' is not a correct integer" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:877 +#, python-format +msgid "All users" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:1654 +#, python-format +msgid "Unknown field %s in domain %s" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/views.js:1466 +#, python-format +msgid "Node [%s] is not a JSONified XML node" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1428 +#, python-format +msgid "Advanced Search..." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:499 +#, python-format +msgid "Dropping database" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:82 +#: code:addons/web/static/src/xml/base.xml:445 +#, python-format +msgid "Powered by" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1380 +#: code:addons/web/static/src/xml/base.xml:970 +#, python-format +msgid "Yes" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:4871 +#, python-format +msgid "There was a problem while uploading your file" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:558 +#, python-format +msgid "XML ID:" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:954 +#, python-format +msgid "Size:" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1824 +#, python-format +msgid "--- Don't Import ---" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1679 +#, python-format +msgid "Import-Compatible Export" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/coresetup.js:610 +#, python-format +msgid "%d years ago" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:1040 +#, python-format +msgid "Unknown m2m command %s" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:1068 +#, python-format +msgid "Save default" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:121 +#: code:addons/web/static/src/xml/base.xml:175 +#: code:addons/web/static/src/xml/base.xml:264 +#, python-format +msgid "New database name:" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:394 +#, python-format +msgid "Please enter your new password" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:4886 +#, python-format +msgid "The field is empty, there's nothing to save !" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:545 +#, python-format +msgid "Manage Views" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1801 +#, python-format +msgid "Encoding:" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1808 +#, python-format +msgid "Lines to skip" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:2858 +#, python-format +msgid "Create \"%s\"" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/data_export.js:361 +#, python-format +msgid "Please select fields to save export list..." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:418 +#, python-format +msgid "Copyright © 2004-TODAY OpenERP SA. All Rights Reserved." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:2346 +#, python-format +msgid "This resource is empty" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1689 +#, python-format +msgid "Available fields" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1835 +#, python-format +msgid "The import failed due to:" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/views.js:812 +#: code:addons/web/static/src/xml/base.xml:539 +#, python-format +msgid "JS Tests" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1750 +#, python-format +msgid "Save as:" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:927 +#, python-format +msgid "Filter on: %s" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:2904 +#: code:addons/web/static/src/js/view_form.js:3757 +#, python-format +msgid "Create: " +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:540 +#, python-format +msgid "View Fields" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:330 +#, python-format +msgid "Confirm New Password:" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:575 +#, python-format +msgid "Do you really want to remove these records?" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:958 +#, python-format +msgid "Context:" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1933 +#: code:addons/web/static/src/js/search.js:1960 +#, python-format +msgid "is" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/data_export.js:6 +#, python-format +msgid "Export Data" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:962 +#, python-format +msgid "Domain:" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:834 +#, python-format +msgid "Default:" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:82 +#: code:addons/web/static/src/xml/base.xml:446 +#, python-format +msgid "OpenERP" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/doc/module/static/src/xml/web_example.xml:8 +#, python-format +msgid "Stop" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:68 +#: code:addons/web/static/src/xml/base.xml:193 +#: code:addons/web/static/src/xml/base.xml:225 +#, python-format +msgid "Database:" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1183 +#: code:addons/web/static/src/xml/base.xml:1240 +#, python-format +msgid "Uploading ..." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1853 +#, python-format +msgid "Name:" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:1058 +#, python-format +msgid "About" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1431 +#, python-format +msgid "Search Again" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1455 +#, python-format +msgid "-- Filters --" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1230 +#: code:addons/web/static/src/xml/base.xml:1232 +#, python-format +msgid "Clear" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1680 +#, python-format +msgid "Export all Data" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:1334 +#, python-format +msgid "" +"Grouping on field '%s' is not possible because that field does not appear in " +"the list view." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:537 +#, python-format +msgid "Set Defaults" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1670 +#, python-format +msgid "" +"This wizard will export all data that matches the current search criteria to " +"a CSV file.\n" +" You can export all data or only the fields that can be " +"reimported after modification." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:321 +#, python-format +msgid "The record could not be found in the database." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1472 +#, python-format +msgid "Filter Name:" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:946 +#, python-format +msgid "Type:" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:538 +#, python-format +msgid "Incorrect super-administrator password" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:942 +#, python-format +msgid "Object:" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:292 +#: code:addons/web/static/src/js/chrome.js:326 +#, python-format +msgid "Loading" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/coresetup.js:609 +#, python-format +msgid "about a year ago" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1870 +#: code:addons/web/static/src/js/search.js:1880 +#: code:addons/web/static/src/js/search.js:1914 +#: code:addons/web/static/src/js/search.js:1939 +#, python-format +msgid "is not equal to" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:5036 +#, python-format +msgid "" +"The type of the field '%s' must be a many2many field with a relation to " +"'ir.attachment' model." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/coresetup.js:604 +#, python-format +msgid "%d hours ago" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:4206 +#: code:addons/web/static/src/js/view_form.js:4335 +#, python-format +msgid "Add: " +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1858 +#, python-format +msgid "Quick Add" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1805 +#, python-format +msgid "Latin 1" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:260 +#: code:addons/web/static/src/js/chrome.js:269 +#: code:addons/web/static/src/js/chrome.js:449 +#: code:addons/web/static/src/js/chrome.js:792 +#: code:addons/web/static/src/js/view_form.js:572 +#: code:addons/web/static/src/js/view_form.js:1923 +#: code:addons/web/static/src/xml/base.xml:1752 +#, python-format +msgid "Ok" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/views.js:1162 +#, python-format +msgid "Uploading..." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:125 +#, python-format +msgid "Load Demonstration data:" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:615 +#, python-format +msgid "Created by :" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/dates.js:22 +#: code:addons/web/static/src/js/dates.js:26 +#, python-format +msgid "'%s' is not a valid datetime" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:256 +#, python-format +msgid "File:" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1882 +#: code:addons/web/static/src/js/search.js:1916 +#: code:addons/web/static/src/js/search.js:1941 +#, python-format +msgid "less than" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:687 +#: code:addons/web/static/src/js/views.js:1097 +#, python-format +msgid "Warning" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:547 +#, python-format +msgid "Edit SearchView" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1975 +#, python-format +msgid "is true" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:3909 +#, python-format +msgid "Add an item" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1603 +#, python-format +msgid "Save current filter" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:1915 +#, python-format +msgid "Confirm" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/data_export.js:126 +#, python-format +msgid "Please enter save field list name" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:2206 +#, python-format +msgid "Download \"%s\"" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:326 +#, python-format +msgid "New" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:1767 +#, python-format +msgid "Can't convert value %s to context" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/views.js:807 +#: code:addons/web/static/src/xml/base.xml:541 +#, python-format +msgid "Fields View Get" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:149 +#, python-format +msgid "Confirm password:" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1883 +#: code:addons/web/static/src/js/search.js:1917 +#: code:addons/web/static/src/js/search.js:1942 +#, python-format +msgid "greater or equal than" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1321 +#, python-format +msgid "Button" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:418 +#, python-format +msgid "OpenERP is a trademark of the" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/data_export.js:374 +#, python-format +msgid "Please select fields to export..." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:286 +#, python-format +msgid "New master password:" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1976 +#, python-format +msgid "is false" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:404 +#, python-format +msgid "About OpenERP" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/formats.js:297 +#, python-format +msgid "'%s' is not a correct date, datetime nor time" +msgstr "" + +#. module: web +#: code:addons/web/controllers/main.py:1264 +#, python-format +msgid "No content found for field '%s' on '%s:%s'" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:304 +#, python-format +msgid "Database Management" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:5007 +#, python-format +msgid "Image" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:81 +#, python-format +msgid "Manage Databases" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/pyeval.js:765 +#, python-format +msgid "Evaluation Error" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1283 +#, python-format +msgid "not a valid integer" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:337 +#: code:addons/web/static/src/xml/base.xml:776 +#: code:addons/web/static/src/xml/base.xml:816 +#: code:addons/web/static/src/xml/base.xml:1376 +#: code:addons/web/static/src/xml/base.xml:1384 +#: code:addons/web/static/src/xml/base.xml:1630 +#, python-format +msgid "or" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1381 +#, python-format +msgid "No" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/formats.js:309 +#, python-format +msgid "'%s' is not convertible to date, datetime nor time" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:199 +#: code:addons/web/static/src/xml/base.xml:161 +#: code:addons/web/static/src/xml/base.xml:307 +#, python-format +msgid "Duplicate" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:777 +#: code:addons/web/static/src/xml/base.xml:817 +#: code:addons/web/static/src/xml/base.xml:1391 +#, python-format +msgid "Discard" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1624 +#, python-format +msgid "Add a condition" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/coresetup.js:629 +#, python-format +msgid "Still loading..." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:818 +#, python-format +msgid "Incorrect value for field %(fieldname)s: [%(value)s] is %(message)s" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:3805 +#, python-format +msgid "The o2m record must be saved before an action can be used" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:509 +#, python-format +msgid "Backed" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1610 +#, python-format +msgid "Use by default" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:1348 +#, python-format +msgid "%s (%d)" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:775 +#, python-format +msgid "triggered from search view" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:978 +#, python-format +msgid "Filter" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:950 +#, python-format +msgid "Widget:" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:548 +#, python-format +msgid "Edit Action" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:555 +#, python-format +msgid "ID:" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:870 +#, python-format +msgid "Only you" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:549 +#, python-format +msgid "Edit Workflow" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/views.js:1171 +#, python-format +msgid "Do you really want to delete this attachment ?" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/views.js:840 +#, python-format +msgid "Technical Translation" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:938 +#, python-format +msgid "Field:" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:620 +#, python-format +msgid "Modified by :" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:499 +#, python-format +msgid "The database %s has been dropped" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:460 +#, python-format +msgid "User's timezone" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:284 +#: code:addons/web/static/src/js/chrome.js:1168 +#, python-format +msgid "Client Error" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/views.js:998 +#, python-format +msgid "Print" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1331 +#, python-format +msgid "Special:" +msgstr "" + +#. module: web +#: code:addons/web/controllers/main.py:834 +#, python-format +msgid "" +"The old password you provided is incorrect, your password was not changed." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:561 +#, python-format +msgid "Creation User:" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:769 +#, python-format +msgid "Do you really want to delete this record?" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1385 +#, python-format +msgid "Save & Close" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:2845 +#, python-format +msgid "Search More..." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:75 +#: code:addons/web/static/src/xml/base.xml:311 +#, python-format +msgid "Password" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:546 +#: code:addons/web/static/src/xml/base.xml:809 +#: code:addons/web/static/src/xml/base.xml:1178 +#, python-format +msgid "Edit" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1706 +#, python-format +msgid "Remove" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1062 +#, python-format +msgid "Select date" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1249 +#, python-format +msgid "Search %(field)s for: %(value)s" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1277 +#, python-format +msgid "Delete this file" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:109 +#, python-format +msgid "Create Database" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:420 +#, python-format +msgid "GNU Affero General Public License" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1795 +#, python-format +msgid "Separator:" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:300 +#, python-format +msgid "Back to Login" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1662 +#: code:addons/web/static/src/xml/base.xml:1454 +#, python-format +msgid "Filters" +msgstr "" diff --git a/web/i18n/cs.po b/web/i18n/cs.po new file mode 100644 index 0000000..e664628 --- /dev/null +++ b/web/i18n/cs.po @@ -0,0 +1,2623 @@ +# Czech translation for openerp-web +# Copyright (c) 2012 Rosetta Contributors and Canonical Ltd 2012 +# This file is distributed under the same license as the openerp-web package. +# FIRST AUTHOR , 2012. +# +msgid "" +msgstr "" +"Project-Id-Version: openerp-web\n" +"Report-Msgid-Bugs-To: FULL NAME \n" +"POT-Creation-Date: 2012-12-21 17:06+0000\n" +"PO-Revision-Date: 2012-12-28 11:54+0000\n" +"Last-Translator: Jan Grmela \n" +"Language-Team: openerp-i18n-czech \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Launchpad-Export-Date: 2012-12-29 05:36+0000\n" +"X-Generator: Launchpad (build 16378)\n" +"X-Poedit-Language: Czech\n" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:133 +#, python-format +msgid "Default language:" +msgstr "Výchozí jazyk:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/coresetup.js:602 +#, python-format +msgid "%d minutes ago" +msgstr "před %d minutami" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/coresetup.js:630 +#, python-format +msgid "Still loading...
    Please be patient." +msgstr "Načítání stále probíhá...
    Prosím čekejte." + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1832 +#, python-format +msgid "%(field)s %(operator)s \"%(value)s\"" +msgstr "%(field)s %(operator)s \"%(value)s\"" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1884 +#: code:addons/web/static/src/js/search.js:1918 +#: code:addons/web/static/src/js/search.js:1943 +#, python-format +msgid "less or equal than" +msgstr "menší než nebo rovno" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:393 +#, python-format +msgid "Please enter your previous password" +msgstr "Prosím zadejte vaše předchozí heslo" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:117 +#: code:addons/web/static/src/xml/base.xml:167 +#: code:addons/web/static/src/xml/base.xml:282 +#, python-format +msgid "Master password:" +msgstr "Hlavní heslo:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:274 +#, python-format +msgid "Change Master Password" +msgstr "Změnit hlavní heslo" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:491 +#, python-format +msgid "Do you really want to delete the database: %s ?" +msgstr "Opravdu chcete smazat databázi: %s?" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1398 +#, python-format +msgid "Search %(field)s at: %(value)s" +msgstr "Vyhledat %(field)s v: %(value)s" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:537 +#, python-format +msgid "Access Denied" +msgstr "Přístup odepřen" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:5183 +#, python-format +msgid "Uploading error" +msgstr "Chyba při nahrávání" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/coresetup.js:603 +#, python-format +msgid "about an hour ago" +msgstr "asi před hodinou" + +#. module: web +#. openerp-web +#: code:addons/web/controllers/main.py:768 +#: code:addons/web/static/src/js/chrome.js:514 +#: code:addons/web/static/src/xml/base.xml:216 +#, python-format +msgid "Backup Database" +msgstr "Záloha databáze" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/views.js:463 +#, python-format +msgid "%(view_type)s view" +msgstr "pohledy %(view_type)s" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/dates.js:49 +#: code:addons/web/static/src/js/dates.js:53 +#, python-format +msgid "'%s' is not a valid date" +msgstr "'%s' není platné datum" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1837 +#, python-format +msgid "Here is a preview of the file we could not import:" +msgstr "Zde je náhled souboru, který nemůžeme importovat:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/coresetup.js:601 +#, python-format +msgid "about a minute ago" +msgstr "asi před minutou" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1297 +#, python-format +msgid "File" +msgstr "Soubor" + +#. module: web +#: code:addons/web/controllers/main.py:826 +#, python-format +msgid "You cannot leave any password empty." +msgstr "Všechna hesla musí být vyplněná." + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:680 +#, python-format +msgid "Invalid username or password" +msgstr "Neplatné uživatelské jméno nebo heslo" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:206 +#: code:addons/web/static/src/xml/base.xml:238 +#: code:addons/web/static/src/xml/base.xml:260 +#, python-format +msgid "Master Password:" +msgstr "Hlavní heslo:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1217 +#: code:addons/web/static/src/xml/base.xml:1374 +#, python-format +msgid "Select" +msgstr "Vybrat" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:549 +#, python-format +msgid "Database restored successfully" +msgstr "Databáze úspěšně obnovena" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:415 +#, python-format +msgid "Version" +msgstr "Verze" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:570 +#, python-format +msgid "Latest Modification Date:" +msgstr "Naposledy změneno:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1459 +#, python-format +msgid "M2O search fields do not currently handle multiple default values" +msgstr "" +"Vyhledávací pole M2O momentálně nepodporují vícenásobné výchozí hodnoty" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:1227 +#, python-format +msgid "Widget type '%s' is not implemented" +msgstr "Druh widgetu '%s' není implementován" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1608 +#, python-format +msgid "Share with all users" +msgstr "Sdílet se všemi uživateli" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:77 +#: code:addons/web/static/src/js/view_form.js:321 +#, python-format +msgid "Form" +msgstr "Formulář" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1324 +#, python-format +msgid "(no string)" +msgstr "(bez řetězce)" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/formats.js:282 +#, python-format +msgid "'%s' is not a correct time" +msgstr "'%s' není platný čas" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1297 +#, python-format +msgid "not a valid number" +msgstr "neplatné číslo" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:325 +#, python-format +msgid "New Password:" +msgstr "Nové heslo:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:610 +#, python-format +msgid "Attachment :" +msgstr "Příloha:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1691 +#, python-format +msgid "Fields to export" +msgstr "Pole k exportu" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:1340 +#, python-format +msgid "Undefined" +msgstr "Neurčeno" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:4871 +#, python-format +msgid "File Upload" +msgstr "Nahrát soubor" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/coresetup.js:607 +#, python-format +msgid "about a month ago" +msgstr "asi před měsícem" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1600 +#, python-format +msgid "Custom Filters" +msgstr "Vlastní filtry" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1336 +#, python-format +msgid "Button Type:" +msgstr "Typ tlačítka:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:419 +#, python-format +msgid "OpenERP SA Company" +msgstr "Společnost OpenERP SA" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1553 +#, python-format +msgid "Custom Filter" +msgstr "Vlastní filtr" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:159 +#, python-format +msgid "Duplicate Database" +msgstr "Duplicitní databáze" + +#. module: web +#. openerp-web +#: code:addons/web/controllers/main.py:789 +#: code:addons/web/controllers/main.py:790 +#: code:addons/web/controllers/main.py:826 +#: code:addons/web/controllers/main.py:828 +#: code:addons/web/controllers/main.py:834 +#: code:addons/web/controllers/main.py:835 +#: code:addons/web/static/src/js/chrome.js:768 +#: code:addons/web/static/src/xml/base.xml:276 +#: code:addons/web/static/src/xml/base.xml:336 +#, python-format +msgid "Change Password" +msgstr "Změnit heslo" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:3411 +#, python-format +msgid "View type '%s' is not supported in One2Many." +msgstr "Typ pohledu '%s' není podporován v One2Many" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:4951 +#: code:addons/web/static/src/js/view_list.js:2194 +#, python-format +msgid "Download" +msgstr "Stáhnout" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/formats.js:266 +#, python-format +msgid "'%s' is not a correct datetime" +msgstr "'%s' není platné datum/čas" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:417 +#, python-format +msgid "Group" +msgstr "Skupina" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:927 +#, python-format +msgid "Unhandled widget" +msgstr "Neobsloužené udělátko" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:982 +#, python-format +msgid "Selection:" +msgstr "Výběr:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:871 +#, python-format +msgid "The following fields are invalid:" +msgstr "Následující pole jsou neplatná:" + +#. module: web +#: code:addons/web/controllers/main.py:847 +#, python-format +msgid "Languages" +msgstr "Jazyky" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1270 +#, python-format +msgid "...Upload in progress..." +msgstr "...Nahrávání probíhá..." + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1768 +#, python-format +msgid "Import" +msgstr "Importovat" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:543 +#, python-format +msgid "Could not restore the database" +msgstr "Nepodařilo se obnovit databázi" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:4851 +#, python-format +msgid "File upload" +msgstr "Nahrát soubor" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:3804 +#, python-format +msgid "Action Button" +msgstr "Tlačítko akce" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:542 +#: code:addons/web/static/src/xml/base.xml:1467 +#, python-format +msgid "Manage Filters" +msgstr "Spravovat filtry" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1867 +#, python-format +msgid "contains" +msgstr "obsahuje" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/coresetup.js:633 +#, python-format +msgid "Take a minute to get a coffee,
    because it's loading..." +msgstr "Běžte si udělat kafe
    protože probíhá načítání..." + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:413 +#, python-format +msgid "Activate the developer mode" +msgstr "Aktivovat vývojářský režim" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:324 +#, python-format +msgid "Loading (%d)" +msgstr "Načítání (%d)" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1114 +#, python-format +msgid "GroupBy" +msgstr "GroupBy" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:687 +#, python-format +msgid "You must select at least one record." +msgstr "Musíte vybrat alespoŠjeden záznam." + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:535 +#, python-format +msgid "View Log (perm_read)" +msgstr "Zobrazení záznamu (perm_read)" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:1061 +#, python-format +msgid "Set Default" +msgstr "Nastavit výchozí" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:978 +#, python-format +msgid "Relation:" +msgstr "Vztažené:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/coresetup.js:600 +#, python-format +msgid "less than a minute ago" +msgstr "méně než před minutou" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:851 +#, python-format +msgid "Condition:" +msgstr "Podmínka:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:1692 +#, python-format +msgid "Unsupported operator %s in domain %s" +msgstr "Nepodporovaný operátor %s v doméně %s" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/formats.js:242 +#, python-format +msgid "'%s' is not a correct float" +msgstr "'%s' není platná hodnota v plovoucí desetinné čárce" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:549 +#, python-format +msgid "Restored" +msgstr "Obnoveno" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:394 +#, python-format +msgid "%d-%d of %d" +msgstr "%d-%d z %d" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:2868 +#, python-format +msgid "Create and Edit..." +msgstr "Vytvořit a upravit..." + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/pyeval.js:731 +#, python-format +msgid "Unknown nonliteral type " +msgstr "Neznámý typ nonliterálu " + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:2346 +#, python-format +msgid "Resource error" +msgstr "Chyba zdroje" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1961 +#, python-format +msgid "is not" +msgstr "není" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:550 +#, python-format +msgid "Print Workflow" +msgstr "Vytisknout pracovní postup" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:396 +#, python-format +msgid "Please confirm your new password" +msgstr "Prosím potvrďte vaše nové heslo" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1804 +#, python-format +msgid "UTF-8" +msgstr "UTF-8" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:421 +#, python-format +msgid "For more information visit" +msgstr "Pro více informací navštivtě" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1859 +#, python-format +msgid "Add All Info..." +msgstr "Přidat všechny informace..." + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1683 +#, python-format +msgid "Export Formats" +msgstr "Formáty exportu" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:974 +#, python-format +msgid "On change:" +msgstr "Při změně:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/views.js:865 +#, python-format +msgid "Model %s fields" +msgstr "Pole modelu %s" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:893 +#, python-format +msgid "Setting 'id' attribute on existing record %s" +msgstr "Nastavuji atribut 'id' existujícího záznamu %s" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:8 +#, python-format +msgid "List" +msgstr "Seznam" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1881 +#: code:addons/web/static/src/js/search.js:1915 +#: code:addons/web/static/src/js/search.js:1940 +#, python-format +msgid "greater than" +msgstr "větší než" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:2248 +#: code:addons/web/static/src/xml/base.xml:546 +#, python-format +msgid "View" +msgstr "Pohled" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1466 +#, python-format +msgid "Save Filter" +msgstr "Uložit filtr" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1344 +#, python-format +msgid "Action ID:" +msgstr "ID akce:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:457 +#, python-format +msgid "Your user's preference timezone does not match your browser timezone:" +msgstr "" +"Vaše předvolba časové zóny se neshoduje s časovou zónou vašeho prohlížeče:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:1223 +#, python-format +msgid "Field '%s' specified in view could not be found." +msgstr "Pole '%s' specifikované v pohledu nelze nalézt." + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1756 +#, python-format +msgid "Saved exports:" +msgstr "Uložené exporty:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:320 +#, python-format +msgid "Old Password:" +msgstr "Staré heslo:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/formats.js:113 +#, python-format +msgid "Bytes,Kb,Mb,Gb,Tb,Pb,Eb,Zb,Yb" +msgstr "Bajtů,Kb,Mb,Gb,Tb,Pb,Eb,Zb,Yb" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:481 +#, python-format +msgid "The database has been duplicated." +msgstr "Databáze byla zduplikována." + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1625 +#, python-format +msgid "Apply" +msgstr "Použít" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1386 +#, python-format +msgid "Save & New" +msgstr "Uložit & Nový" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1223 +#: code:addons/web/static/src/xml/base.xml:1225 +#, python-format +msgid "Save As" +msgstr "Uložit jako" + +#. module: web +#. openerp-web +#: code:addons/web/doc/module/static/src/xml/web_example.xml:3 +#, python-format +msgid "00:00:00" +msgstr "00:00:00" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:2317 +#, python-format +msgid "E-mail error" +msgstr "Chyba e-mailu" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/coresetup.js:605 +#, python-format +msgid "a day ago" +msgstr "před jedním dnem" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1789 +#, python-format +msgid "Does your file have titles?" +msgstr "Má váš soubor nadpisy?" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:327 +#, python-format +msgid "Unlimited" +msgstr "Neomezeno" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:784 +#, python-format +msgid "" +"Warning, the record has been modified, your changes will be discarded.\n" +"\n" +"Are you sure you want to leave this page ?" +msgstr "" +"Varování, záznam byl upraven, vaše změny budou zahozeny\n" +"\n" +"Jste si jisti, že chcete opustit tuto stránku?" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:2904 +#, python-format +msgid "Search: " +msgstr "Hledat: " + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:544 +#, python-format +msgid "Technical translation" +msgstr "Technický překlad" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1797 +#, python-format +msgid "Delimiter:" +msgstr "Omezovač:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:462 +#, python-format +msgid "Browser's timezone" +msgstr "Časová zóna prohlížeče" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1605 +#, python-format +msgid "Filter name" +msgstr "Název filtru" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1464 +#, python-format +msgid "-- Actions --" +msgstr "-- Akce --" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:4134 +#: code:addons/web/static/src/js/view_form.js:4294 +#: code:addons/web/static/src/xml/base.xml:1407 +#: code:addons/web/static/src/xml/base.xml:1705 +#, python-format +msgid "Add" +msgstr "Přidat" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:536 +#, python-format +msgid "Toggle Form Layout Outline" +msgstr "Přepnout náčrt rozložení formuláře" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:421 +#, python-format +msgid "OpenERP.com" +msgstr "OpenERP.com" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:2317 +#, python-format +msgid "Can't send email to invalid e-mail address" +msgstr "Nemohu odeslat email na neplatnou emailovou adresu" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:636 +#, python-format +msgid "Add..." +msgstr "Přidat..." + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:405 +#, python-format +msgid "Preferences" +msgstr "Předvolby" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:436 +#, python-format +msgid "Wrong on change format: %s" +msgstr "Neplatný při změně formátu: %s" + +#. module: web +#. openerp-web +#: code:addons/web/controllers/main.py:750 +#: code:addons/web/static/src/xml/base.xml:185 +#, python-format +msgid "Drop Database" +msgstr "Smazat databázi" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:466 +#, python-format +msgid "Click here to change your user's timezone." +msgstr "Klikěte sem pro změnu časové zóny uživatele" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:966 +#, python-format +msgid "Modifiers:" +msgstr "Upravující:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:627 +#, python-format +msgid "Delete this attachment" +msgstr "Smazat tuto přílohu" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:774 +#: code:addons/web/static/src/xml/base.xml:815 +#: code:addons/web/static/src/xml/base.xml:1382 +#: code:addons/web/static/src/xml/base.xml:1612 +#, python-format +msgid "Save" +msgstr "Uložit" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/views.js:999 +#: code:addons/web/static/src/xml/base.xml:352 +#, python-format +msgid "More" +msgstr "Více" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:73 +#, python-format +msgid "Username" +msgstr "Jméno uživatele" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:481 +#, python-format +msgid "Duplicating database" +msgstr "Duplikuji databázi" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:563 +#, python-format +msgid "Password has been changed successfully" +msgstr "Heslo bylo úspěšně změněno" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list_editable.js:788 +#, python-format +msgid "The form's data can not be discarded" +msgstr "Data formuláře nemohou být zahozena" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:533 +#, python-format +msgid "Debug View#" +msgstr "Ladící zobrazení#" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:77 +#, python-format +msgid "Log in" +msgstr "Přihlásit" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:198 +#: code:addons/web/static/src/js/view_list.js:346 +#: code:addons/web/static/src/xml/base.xml:1764 +#, python-format +msgid "Delete" +msgstr "Smazat" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/pyeval.js:769 +#, python-format +msgid "" +"Local evaluation failure\n" +"%s\n" +"\n" +"%s" +msgstr "" +"Místní chyba vyhodnocování\n" +"%s\n" +"\n" +"%s" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:350 +#, python-format +msgid "Invalid database name" +msgstr "Neplatné jméno databáze" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1693 +#, python-format +msgid "Save fields list" +msgstr "Uložit seznam polí" + +#. module: web +#. openerp-web +#: code:addons/web/doc/module/static/src/xml/web_example.xml:5 +#, python-format +msgid "Start" +msgstr "Spustit" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/views.js:823 +#, python-format +msgid "View Log (%s)" +msgstr "Zobrazit záznam (%s)" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:564 +#, python-format +msgid "Creation Date:" +msgstr "Datum vytvoření:" + +#. module: web +#: code:addons/web/controllers/main.py:790 +#: code:addons/web/controllers/main.py:835 +#, python-format +msgid "Error, password not changed !" +msgstr "Chyba, heslo nebylo změněno!" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:4850 +#, python-format +msgid "The selected file exceed the maximum file size of %s." +msgstr "Zvolený soubor překračuje maximální velikost %s." + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:632 +#: code:addons/web/static/src/xml/base.xml:1300 +#, python-format +msgid "/web/binary/upload_attachment" +msgstr "/web/binary/upload_attachment" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:563 +#, python-format +msgid "Changed Password" +msgstr "Změněné heslo" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1431 +#, python-format +msgid "Search" +msgstr "Hledat" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:3032 +#: code:addons/web/static/src/js/view_form.js:3668 +#: code:addons/web/static/src/js/view_form.js:3785 +#: code:addons/web/static/src/js/view_form.js:4230 +#: code:addons/web/static/src/js/view_form.js:4353 +#, python-format +msgid "Open: " +msgstr "Otevřít: " + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:218 +#: code:addons/web/static/src/xml/base.xml:309 +#, python-format +msgid "Backup" +msgstr "Zálohovat" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/dates.js:76 +#: code:addons/web/static/src/js/dates.js:80 +#, python-format +msgid "'%s' is not a valid time" +msgstr "'%s' není platný čas" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/formats.js:274 +#, python-format +msgid "'%s' is not a correct date" +msgstr "'%s' není platné datum" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:933 +#, python-format +msgid "(nolabel)" +msgstr "(bez štítku)" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/coresetup.js:606 +#, python-format +msgid "%d days ago" +msgstr "před %d dny" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1474 +#, python-format +msgid "(Any existing filter with the same name will be replaced)" +msgstr "(jakýkoliv existující filtr s stejným jménem bude nahrazen)" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:1918 +#: code:addons/web/static/src/xml/base.xml:338 +#: code:addons/web/static/src/xml/base.xml:1377 +#: code:addons/web/static/src/xml/base.xml:1860 +#, python-format +msgid "Cancel" +msgstr "Zrušit" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/coresetup.js:628 +#: code:addons/web/static/src/xml/base.xml:9 +#, python-format +msgid "Loading..." +msgstr "Načítání..." + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:567 +#, python-format +msgid "Latest Modification by:" +msgstr "Naposledy změnil:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:1242 +#: code:addons/web/static/src/xml/base.xml:470 +#, python-format +msgid "Timezone mismatch" +msgstr "Neshoda časových zón" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:1646 +#, python-format +msgid "Unknown operator %s in domain %s" +msgstr "Neznámý operátor %s v doméně %s" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:428 +#, python-format +msgid "%d / %d" +msgstr "%d / %d" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1782 +#, python-format +msgid "2. Check your file format" +msgstr "2. Kontrola formátu vašeho souboru" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1718 +#, python-format +msgid "Name" +msgstr "Název" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1775 +#, python-format +msgid "" +"Select a .CSV file to import. If you need a sample of file to import,\n" +" you should use the export tool with the \"Import Compatible\" option." +msgstr "" +"Vyberte .CSV soubor k importu. Pokud potřebuje vzorový soubor k importu,\n" +" můžete použít nástroj exportu s volbou \"Importovat slučitelné\"." + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/coresetup.js:608 +#, python-format +msgid "%d months ago" +msgstr "před %d měsíci" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:187 +#: code:addons/web/static/src/xml/base.xml:308 +#, python-format +msgid "Drop" +msgstr "Odstranit" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1465 +#, python-format +msgid "Add Advanced Filter" +msgstr "Přidat pokročilý filtr" + +#. module: web +#: code:addons/web/controllers/main.py:828 +#, python-format +msgid "The new password and its confirmation must be identical." +msgstr "Nové heslo a jeho potvrzení musí být stejné." + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:542 +#: code:addons/web/static/src/xml/base.xml:248 +#, python-format +msgid "Restore Database" +msgstr "Obnovit databázi" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:644 +#, python-format +msgid "Login" +msgstr "Přihlásit se" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:420 +#, python-format +msgid "Licenced under the terms of" +msgstr "Licencováno pod podmínkami" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:250 +#: code:addons/web/static/src/xml/base.xml:310 +#, python-format +msgid "Restore" +msgstr "Obnovit" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1677 +#, python-format +msgid "Export Type:" +msgstr "Typ exportu:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:406 +#, python-format +msgid "Log out" +msgstr "Odhlásit se" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1090 +#, python-format +msgid "Group by: %s" +msgstr "Seskupit podle: %s" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:153 +#, python-format +msgid "No data provided." +msgstr "Žádná data." + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:345 +#: code:addons/web/static/src/xml/base.xml:1665 +#, python-format +msgid "Export" +msgstr "Export" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/data_export.js:12 +#, python-format +msgid "Export To File" +msgstr "Exportovat do souboru" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/views.js:1097 +#, python-format +msgid "You must choose at least one record." +msgstr "Musíte vybrat alespoŠjeden záznam" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/coresetup.js:631 +#, python-format +msgid "Don't leave yet,
    it's still loading..." +msgstr "Ještě neodcházejte,
    stále probíhá načítání..." + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:775 +#, python-format +msgid "Invalid Search" +msgstr "Neplatné hledání" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:980 +#, python-format +msgid "Could not find id in dataset" +msgstr "Nemohu najít id v datové sestavě" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1707 +#, python-format +msgid "Remove All" +msgstr "Odstranit vše" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1340 +#, python-format +msgid "Method:" +msgstr "Metoda:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:1439 +#, python-format +msgid "%(page)d/%(page_count)d" +msgstr "%(page)d/%(page_count)d" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:397 +#, python-format +msgid "The confirmation does not match the password" +msgstr "Potvrzení se neshoduje s heslem" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:441 +#, python-format +msgid "Edit Company data" +msgstr "Upravit data společnosti" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:4886 +#, python-format +msgid "Save As..." +msgstr "Uložit jako..." + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:5007 +#, python-format +msgid "Could not display the selected image." +msgstr "Nelze zobrazit zvolený obrázek." + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:509 +#, python-format +msgid "Database backed up successfully" +msgstr "Databáze úspěšně zazálohována" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1808 +#, python-format +msgid "" +"For use if CSV files have titles on multiple lines, skips more than a single " +"line during import" +msgstr "" +"Pro použití pokud mají CSV soubory titulky na více řádcích, přeskočí více " +"než jeden řádek během importu" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:394 +#, python-format +msgid "99+" +msgstr "99+" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1774 +#, python-format +msgid "1. Import a .CSV file" +msgstr "1. Import souboru .CSV" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:644 +#, python-format +msgid "No database selected !" +msgstr "Žádná databáze nebyla vybrána!" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/formats.js:180 +#, python-format +msgid "(%d records)" +msgstr "(%d záznamů)" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:970 +#, python-format +msgid "Change default:" +msgstr "Změnit výchozí:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:171 +#, python-format +msgid "Original database name:" +msgstr "Původní název databáze:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1869 +#: code:addons/web/static/src/js/search.js:1879 +#: code:addons/web/static/src/js/search.js:1913 +#: code:addons/web/static/src/js/search.js:1938 +#, python-format +msgid "is equal to" +msgstr "rovná se" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/views.js:1500 +#, python-format +msgid "Could not serialize XML" +msgstr "Nemohu serializovat XML" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1619 +#, python-format +msgid "Advanced Search" +msgstr "Pokročilé vyhledávání" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:290 +#, python-format +msgid "Confirm new master password:" +msgstr "Potvrdit hlavní heslo:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/coresetup.js:634 +#, python-format +msgid "Maybe you should consider reloading the application by pressing F5..." +msgstr "Možná byste měli zvážit znovunačtení aplikace stisknutím F5..." + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:17 +#: code:addons/web/static/src/js/view_list.js:2248 +#: code:addons/web/static/src/xml/base.xml:111 +#: code:addons/web/static/src/xml/base.xml:306 +#: code:addons/web/static/src/xml/base.xml:812 +#: code:addons/web/static/src/xml/base.xml:1376 +#, python-format +msgid "Create" +msgstr "Vytvořit" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1868 +#, python-format +msgid "doesn't contain" +msgstr "neobsahuje" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1785 +#, python-format +msgid "Import Options" +msgstr "Volby importu" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:2936 +#, python-format +msgid "Add %s" +msgstr "Přidat %s" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:145 +#, python-format +msgid "Admin password:" +msgstr "Heslo správce:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/data_export.js:11 +#: code:addons/web/static/src/js/view_form.js:1067 +#: code:addons/web/static/src/xml/base.xml:1394 +#, python-format +msgid "Close" +msgstr "Zavřít" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/coresetup.js:632 +#, python-format +msgid "" +"You may not believe it,
    but the application is actually loading..." +msgstr "Možná tomu nebudete věřit
    ale aplikace se stále naÄŤĂ­tá..." + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1779 +#, python-format +msgid "CSV File:" +msgstr "Soubor CSV:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1741 +#, python-format +msgid "Advanced" +msgstr "PokroÄŤilĂ©" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_tree.js:11 +#, python-format +msgid "Tree" +msgstr "Strom" + +#. module: web +#: code:addons/web/controllers/main.py:750 +#, python-format +msgid "Could not drop database !" +msgstr "Nemohu smazat databázi!" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/formats.js:227 +#, python-format +msgid "'%s' is not a correct integer" +msgstr "'%s' nenĂ­ platnĂ© celĂ© ÄŤĂ­slo" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:877 +#, python-format +msgid "All users" +msgstr "Všichni uĹľivatelĂ©" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:1654 +#, python-format +msgid "Unknown field %s in domain %s" +msgstr "NeplatnĂ© pole %s v domĂ©nÄ› %s" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/views.js:1466 +#, python-format +msgid "Node [%s] is not a JSONified XML node" +msgstr "Uzel [%s] nenĂ­ JSONifikovanĂ˝ uzel XML" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1428 +#, python-format +msgid "Advanced Search..." +msgstr "PokroÄŤilĂ© vyhledávánĂ­..." + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:499 +#, python-format +msgid "Dropping database" +msgstr "MaĹľu databázi" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:82 +#: code:addons/web/static/src/xml/base.xml:445 +#, python-format +msgid "Powered by" +msgstr "ZaloĹľeno na" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1380 +#: code:addons/web/static/src/xml/base.xml:970 +#, python-format +msgid "Yes" +msgstr "Ano" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:4871 +#, python-format +msgid "There was a problem while uploading your file" +msgstr "Chyba pĹ™i nahrávánĂ­ vašeho souboru" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:558 +#, python-format +msgid "XML ID:" +msgstr "XML ID:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:954 +#, python-format +msgid "Size:" +msgstr "Velikost:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1824 +#, python-format +msgid "--- Don't Import ---" +msgstr "--- Neimportovat ---" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1679 +#, python-format +msgid "Import-Compatible Export" +msgstr "Import-kompatibilnĂ­ export" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/coresetup.js:610 +#, python-format +msgid "%d years ago" +msgstr "pĹ™ed %d lety" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:1040 +#, python-format +msgid "Unknown m2m command %s" +msgstr "NeznámĂ˝ m2m příkaz %s" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:1068 +#, python-format +msgid "Save default" +msgstr "UloĹľit vĂ˝chozĂ­" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:121 +#: code:addons/web/static/src/xml/base.xml:175 +#: code:addons/web/static/src/xml/base.xml:264 +#, python-format +msgid "New database name:" +msgstr "JmĂ©no novĂ© databáze:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:394 +#, python-format +msgid "Please enter your new password" +msgstr "Zadejte prosĂ­m svĂ© novĂ© heslo" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:4886 +#, python-format +msgid "The field is empty, there's nothing to save !" +msgstr "Pole je prázdnĂ©, nenĂ­ co ukládat!" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:545 +#, python-format +msgid "Manage Views" +msgstr "Spravovat pohledy" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1801 +#, python-format +msgid "Encoding:" +msgstr "KĂłdovánĂ­:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1808 +#, python-format +msgid "Lines to skip" +msgstr "Ĺádky k pĹ™eskoÄŤenĂ­" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:2858 +#, python-format +msgid "Create \"%s\"" +msgstr "VytvoĹ™it \"%s\"" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/data_export.js:361 +#, python-format +msgid "Please select fields to save export list..." +msgstr "ProsĂ­me vyberte pole k uloĹľenĂ­ exportovanĂ©ho seznamu..." + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:418 +#, python-format +msgid "Copyright © 2004-TODAY OpenERP SA. All Rights Reserved." +msgstr "Copyright © 2004-DNES OpenERP SA. Všechna práva vyhrazena" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:2346 +#, python-format +msgid "This resource is empty" +msgstr "Tento zdroj je prázdnĂ˝" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1689 +#, python-format +msgid "Available fields" +msgstr "Dostupná pole" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1835 +#, python-format +msgid "The import failed due to:" +msgstr "Import selhal kvĹŻli:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/views.js:812 +#: code:addons/web/static/src/xml/base.xml:539 +#, python-format +msgid "JS Tests" +msgstr "JS testy" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1750 +#, python-format +msgid "Save as:" +msgstr "UloĹľit jako:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:927 +#, python-format +msgid "Filter on: %s" +msgstr "Filtrovat: %s" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:2904 +#: code:addons/web/static/src/js/view_form.js:3757 +#, python-format +msgid "Create: " +msgstr "VytvoĹ™it: " + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:540 +#, python-format +msgid "View Fields" +msgstr "ZobrazenĂ­ polĂ­" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:330 +#, python-format +msgid "Confirm New Password:" +msgstr "PotvrÄŹte novĂ© heslo:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:575 +#, python-format +msgid "Do you really want to remove these records?" +msgstr "Opravdu chcete odstranit tyto záznamy?" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:958 +#, python-format +msgid "Context:" +msgstr "Kontext:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1933 +#: code:addons/web/static/src/js/search.js:1960 +#, python-format +msgid "is" +msgstr "je" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/data_export.js:6 +#, python-format +msgid "Export Data" +msgstr "Exportovat data" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:962 +#, python-format +msgid "Domain:" +msgstr "DomĂ©na:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:834 +#, python-format +msgid "Default:" +msgstr "VĂ˝chozĂ­:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:82 +#: code:addons/web/static/src/xml/base.xml:446 +#, python-format +msgid "OpenERP" +msgstr "OpenERP" + +#. module: web +#. openerp-web +#: code:addons/web/doc/module/static/src/xml/web_example.xml:8 +#, python-format +msgid "Stop" +msgstr "Zastavit" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:68 +#: code:addons/web/static/src/xml/base.xml:193 +#: code:addons/web/static/src/xml/base.xml:225 +#, python-format +msgid "Database:" +msgstr "Databáze:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1183 +#: code:addons/web/static/src/xml/base.xml:1240 +#, python-format +msgid "Uploading ..." +msgstr "Nahrávám ..." + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1853 +#, python-format +msgid "Name:" +msgstr "Název:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:1058 +#, python-format +msgid "About" +msgstr "O aplikaci" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1431 +#, python-format +msgid "Search Again" +msgstr "Vyhledat znovu" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1455 +#, python-format +msgid "-- Filters --" +msgstr "-- Filtry --" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1230 +#: code:addons/web/static/src/xml/base.xml:1232 +#, python-format +msgid "Clear" +msgstr "VyÄŤistit" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1680 +#, python-format +msgid "Export all Data" +msgstr "Exportovat všechna data" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:1334 +#, python-format +msgid "" +"Grouping on field '%s' is not possible because that field does not appear in " +"the list view." +msgstr "" +"SeskupenĂ­ podle pole '%s' nenĂ­ moĹľnĂ© protoĹľe toto pole nenĂ­ zobrazeno v " +"seznamu." + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:537 +#, python-format +msgid "Set Defaults" +msgstr "Nastavit vĂ˝chozĂ­" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1670 +#, python-format +msgid "" +"This wizard will export all data that matches the current search criteria to " +"a CSV file.\n" +" You can export all data or only the fields that can be " +"reimported after modification." +msgstr "" +"Tento prĹŻvodce exportuje všechna data do CSV souboru, která odpovĂ­dajĂ­ " +"vyhledávacĂ­mu kritĂ©riu.\n" +" MĹŻĹľete exportovat všechna data nebo pouze pole, kterĂ© mohou bĂ˝t " +"znovuimportována po Ăşpravách." + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:321 +#, python-format +msgid "The record could not be found in the database." +msgstr "Záznam nebyl nalezen v databázi." + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1472 +#, python-format +msgid "Filter Name:" +msgstr "JmĂ©no filtru" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:946 +#, python-format +msgid "Type:" +msgstr "Typ:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:538 +#, python-format +msgid "Incorrect super-administrator password" +msgstr "ChybnĂ© heslo superadministrátora" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:942 +#, python-format +msgid "Object:" +msgstr "Objekt:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:292 +#: code:addons/web/static/src/js/chrome.js:326 +#, python-format +msgid "Loading" +msgstr "NaÄŤĂ­tám" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/coresetup.js:609 +#, python-format +msgid "about a year ago" +msgstr "asi pĹ™ed rokem" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1870 +#: code:addons/web/static/src/js/search.js:1880 +#: code:addons/web/static/src/js/search.js:1914 +#: code:addons/web/static/src/js/search.js:1939 +#, python-format +msgid "is not equal to" +msgstr "nerovná se" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:5036 +#, python-format +msgid "" +"The type of the field '%s' must be a many2many field with a relation to " +"'ir.attachment' model." +msgstr "Typ pole '%s' musĂ­ bĂ˝t many2many s relacĂ­ k modelu 'ir.attachment'." + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/coresetup.js:604 +#, python-format +msgid "%d hours ago" +msgstr "pĹ™ed %d hodinami" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:4206 +#: code:addons/web/static/src/js/view_form.js:4335 +#, python-format +msgid "Add: " +msgstr "PĹ™idat " + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1858 +#, python-format +msgid "Quick Add" +msgstr "RychlĂ© pĹ™idánĂ­" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1805 +#, python-format +msgid "Latin 1" +msgstr "Latin 1" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:260 +#: code:addons/web/static/src/js/chrome.js:269 +#: code:addons/web/static/src/js/chrome.js:449 +#: code:addons/web/static/src/js/chrome.js:792 +#: code:addons/web/static/src/js/view_form.js:572 +#: code:addons/web/static/src/js/view_form.js:1923 +#: code:addons/web/static/src/xml/base.xml:1752 +#, python-format +msgid "Ok" +msgstr "Ok" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/views.js:1162 +#, python-format +msgid "Uploading..." +msgstr "NahrávánĂ­..." + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:125 +#, python-format +msgid "Load Demonstration data:" +msgstr "NaÄŤĂ­st ukázková data:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:615 +#, python-format +msgid "Created by :" +msgstr "VytvoĹ™eno:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/dates.js:22 +#: code:addons/web/static/src/js/dates.js:26 +#, python-format +msgid "'%s' is not a valid datetime" +msgstr "'%s' nenĂ­ platnĂ© datum/ÄŤas" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:256 +#, python-format +msgid "File:" +msgstr "Soubor:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1882 +#: code:addons/web/static/src/js/search.js:1916 +#: code:addons/web/static/src/js/search.js:1941 +#, python-format +msgid "less than" +msgstr "menší neĹľ" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:687 +#: code:addons/web/static/src/js/views.js:1097 +#, python-format +msgid "Warning" +msgstr "VarovánĂ­" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:547 +#, python-format +msgid "Edit SearchView" +msgstr "Upravit SearchView" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1975 +#, python-format +msgid "is true" +msgstr "je pravda" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:3909 +#, python-format +msgid "Add an item" +msgstr "PĹ™idat poloĹľku" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1603 +#, python-format +msgid "Save current filter" +msgstr "UloĹľit aktuálnĂ­ filtr" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:1915 +#, python-format +msgid "Confirm" +msgstr "Potvrdit" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/data_export.js:126 +#, python-format +msgid "Please enter save field list name" +msgstr "ProsĂ­me zadejte jmĂ©no seznamu polĂ­ k uloĹľenĂ­" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:2206 +#, python-format +msgid "Download \"%s\"" +msgstr "Stáhnout \"%s\"" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:326 +#, python-format +msgid "New" +msgstr "NovĂ˝" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:1767 +#, python-format +msgid "Can't convert value %s to context" +msgstr "Nemohu pĹ™evĂ©st hodnotu %s na kontext" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/views.js:807 +#: code:addons/web/static/src/xml/base.xml:541 +#, python-format +msgid "Fields View Get" +msgstr "ZĂ­skat pole pohledu" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:149 +#, python-format +msgid "Confirm password:" +msgstr "Potvrdit heslo:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1883 +#: code:addons/web/static/src/js/search.js:1917 +#: code:addons/web/static/src/js/search.js:1942 +#, python-format +msgid "greater or equal than" +msgstr "vÄ›tší neĹľ nebo rovno" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1321 +#, python-format +msgid "Button" +msgstr "TlaÄŤĂ­tko" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:418 +#, python-format +msgid "OpenERP is a trademark of the" +msgstr "OpenERP je obchodnĂ­ znaÄŤka" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/data_export.js:374 +#, python-format +msgid "Please select fields to export..." +msgstr "ProsĂ­me vyberte pole k exportu..." + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:286 +#, python-format +msgid "New master password:" +msgstr "NovĂ© hlavnĂ­ heslo:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1976 +#, python-format +msgid "is false" +msgstr "je nepravda" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:404 +#, python-format +msgid "About OpenERP" +msgstr "O OpenERP" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/formats.js:297 +#, python-format +msgid "'%s' is not a correct date, datetime nor time" +msgstr "'%s' nenĂ­ platnĂ© datum, datum/ÄŤas ani ÄŤas" + +#. module: web +#: code:addons/web/controllers/main.py:1264 +#, python-format +msgid "No content found for field '%s' on '%s:%s'" +msgstr "ŽádnĂ˝ obsah pole '%s' nebyl nalezen v '%s:%s'" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:304 +#, python-format +msgid "Database Management" +msgstr "Správa databáze" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:5007 +#, python-format +msgid "Image" +msgstr "Obrázek" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:81 +#, python-format +msgid "Manage Databases" +msgstr "Spravovat databáze" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/pyeval.js:765 +#, python-format +msgid "Evaluation Error" +msgstr "Chyba vyhodnocovánĂ­" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1283 +#, python-format +msgid "not a valid integer" +msgstr "neplatnĂ© celĂ© ÄŤĂ­slo" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:337 +#: code:addons/web/static/src/xml/base.xml:776 +#: code:addons/web/static/src/xml/base.xml:816 +#: code:addons/web/static/src/xml/base.xml:1376 +#: code:addons/web/static/src/xml/base.xml:1384 +#: code:addons/web/static/src/xml/base.xml:1630 +#, python-format +msgid "or" +msgstr "nebo" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1381 +#, python-format +msgid "No" +msgstr "Ne" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/formats.js:309 +#, python-format +msgid "'%s' is not convertible to date, datetime nor time" +msgstr "'%s' nelze pĹ™evĂ©st na datum, datum/ÄŤas ani ÄŤas" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:199 +#: code:addons/web/static/src/xml/base.xml:161 +#: code:addons/web/static/src/xml/base.xml:307 +#, python-format +msgid "Duplicate" +msgstr "Zdvojit" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:777 +#: code:addons/web/static/src/xml/base.xml:817 +#: code:addons/web/static/src/xml/base.xml:1391 +#, python-format +msgid "Discard" +msgstr "Zrušit" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1624 +#, python-format +msgid "Add a condition" +msgstr "PĹ™idat podmĂ­nku" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/coresetup.js:629 +#, python-format +msgid "Still loading..." +msgstr "NaÄŤĂ­tánĂ­ stále probĂ­há..." + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:818 +#, python-format +msgid "Incorrect value for field %(fieldname)s: [%(value)s] is %(message)s" +msgstr "Neplatná hodnata pro pole %(fieldname)s: [%(value)s] je %(message)s" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:3805 +#, python-format +msgid "The o2m record must be saved before an action can be used" +msgstr "Záznam o2m musĂ­ bĂ˝t uloĹľen pĹ™ed tĂ­m, neĹľ je akce pouĹľita" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:509 +#, python-format +msgid "Backed" +msgstr "Zálohováno" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1610 +#, python-format +msgid "Use by default" +msgstr "Použít ve vĂ˝chozĂ­m stavu" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:1348 +#, python-format +msgid "%s (%d)" +msgstr "%s (%d)" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:775 +#, python-format +msgid "triggered from search view" +msgstr "vyvoláno z pohledu hledánĂ­" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:978 +#, python-format +msgid "Filter" +msgstr "Filtr" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:950 +#, python-format +msgid "Widget:" +msgstr "UdÄ›látko:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:548 +#, python-format +msgid "Edit Action" +msgstr "Upravit akci" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:555 +#, python-format +msgid "ID:" +msgstr "ID:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:870 +#, python-format +msgid "Only you" +msgstr "Pouze vy" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:549 +#, python-format +msgid "Edit Workflow" +msgstr "Upravit pracovnĂ­ tok" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/views.js:1171 +#, python-format +msgid "Do you really want to delete this attachment ?" +msgstr "Opravdu chcete smazat tuto přílohu?" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/views.js:840 +#, python-format +msgid "Technical Translation" +msgstr "TechnickĂ˝ pĹ™eklad" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:938 +#, python-format +msgid "Field:" +msgstr "Pole:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:620 +#, python-format +msgid "Modified by :" +msgstr "ZmÄ›nÄ›no:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:499 +#, python-format +msgid "The database %s has been dropped" +msgstr "Databáze %s byla smazána" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:460 +#, python-format +msgid "User's timezone" +msgstr "ÄŚasová zĂłna uĹľivatele" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:284 +#: code:addons/web/static/src/js/chrome.js:1168 +#, python-format +msgid "Client Error" +msgstr "Chyba klienta" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/views.js:998 +#, python-format +msgid "Print" +msgstr "Tisk" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1331 +#, python-format +msgid "Special:" +msgstr "ZvláštnĂ­:" + +#. module: web +#: code:addons/web/controllers/main.py:834 +#, python-format +msgid "" +"The old password you provided is incorrect, your password was not changed." +msgstr "" +"StarĂ© heslo, kterĂ© jste zadali, je neplatnĂ©. Vaše heslo nebylo zmÄ›nÄ›no." + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:561 +#, python-format +msgid "Creation User:" +msgstr "VytvoĹ™il:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:769 +#, python-format +msgid "Do you really want to delete this record?" +msgstr "Opravdu chcete smazat tento záznam?" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1385 +#, python-format +msgid "Save & Close" +msgstr "UloĹľit & Zavřít" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:2845 +#, python-format +msgid "Search More..." +msgstr "Vyhledat vĂ­ce..." + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:75 +#: code:addons/web/static/src/xml/base.xml:311 +#, python-format +msgid "Password" +msgstr "Heslo" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:546 +#: code:addons/web/static/src/xml/base.xml:809 +#: code:addons/web/static/src/xml/base.xml:1178 +#, python-format +msgid "Edit" +msgstr "Upravit" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1706 +#, python-format +msgid "Remove" +msgstr "Odstranit" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1062 +#, python-format +msgid "Select date" +msgstr "Vybrat datum" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1249 +#, python-format +msgid "Search %(field)s for: %(value)s" +msgstr "Prohledat %(field)s na vĂ˝skyt: %(value)s" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1277 +#, python-format +msgid "Delete this file" +msgstr "Smazat soubor" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:109 +#, python-format +msgid "Create Database" +msgstr "VytvoĹ™it databázi" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:420 +#, python-format +msgid "GNU Affero General Public License" +msgstr "GNU Affero General Public Licence" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1795 +#, python-format +msgid "Separator:" +msgstr "OddÄ›lovaÄŤ:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:300 +#, python-format +msgid "Back to Login" +msgstr "ZpÄ›t k pĹ™ihlášenĂ­" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1662 +#: code:addons/web/static/src/xml/base.xml:1454 +#, python-format +msgid "Filters" +msgstr "Filtry" diff --git a/web/i18n/da.po b/web/i18n/da.po new file mode 100644 index 0000000..1f47481 --- /dev/null +++ b/web/i18n/da.po @@ -0,0 +1,2610 @@ +# Danish translation for openerp-web +# Copyright (c) 2011 Rosetta Contributors and Canonical Ltd 2011 +# This file is distributed under the same license as the openerp-web package. +# FIRST AUTHOR , 2011. +# +msgid "" +msgstr "" +"Project-Id-Version: openerp-web\n" +"Report-Msgid-Bugs-To: FULL NAME \n" +"POT-Creation-Date: 2012-12-21 17:06+0000\n" +"PO-Revision-Date: 2012-12-21 23:00+0000\n" +"Last-Translator: Aputsiaq Niels Janussen \n" +"Language-Team: Danish \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Launchpad-Export-Date: 2012-12-22 07:37+0000\n" +"X-Generator: Launchpad (build 16378)\n" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:133 +#, python-format +msgid "Default language:" +msgstr "Standardsprog:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/coresetup.js:602 +#, python-format +msgid "%d minutes ago" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/coresetup.js:630 +#, python-format +msgid "Still loading...
    Please be patient." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1832 +#, python-format +msgid "%(field)s %(operator)s \"%(value)s\"" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1884 +#: code:addons/web/static/src/js/search.js:1918 +#: code:addons/web/static/src/js/search.js:1943 +#, python-format +msgid "less or equal than" +msgstr "mindre eller lig med" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:393 +#, python-format +msgid "Please enter your previous password" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:117 +#: code:addons/web/static/src/xml/base.xml:167 +#: code:addons/web/static/src/xml/base.xml:282 +#, python-format +msgid "Master password:" +msgstr "Hovedadgangskode" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:274 +#, python-format +msgid "Change Master Password" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:491 +#, python-format +msgid "Do you really want to delete the database: %s ?" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1398 +#, python-format +msgid "Search %(field)s at: %(value)s" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:537 +#, python-format +msgid "Access Denied" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:5183 +#, python-format +msgid "Uploading error" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/coresetup.js:603 +#, python-format +msgid "about an hour ago" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/controllers/main.py:768 +#: code:addons/web/static/src/js/chrome.js:514 +#: code:addons/web/static/src/xml/base.xml:216 +#, python-format +msgid "Backup Database" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/views.js:463 +#, python-format +msgid "%(view_type)s view" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/dates.js:49 +#: code:addons/web/static/src/js/dates.js:53 +#, python-format +msgid "'%s' is not a valid date" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1837 +#, python-format +msgid "Here is a preview of the file we could not import:" +msgstr "Her er et preview of af filen som vi ikke kunne importere:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/coresetup.js:601 +#, python-format +msgid "about a minute ago" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1297 +#, python-format +msgid "File" +msgstr "" + +#. module: web +#: code:addons/web/controllers/main.py:826 +#, python-format +msgid "You cannot leave any password empty." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:680 +#, python-format +msgid "Invalid username or password" +msgstr "Ugyldigt brugernavn eller adgangskode" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:206 +#: code:addons/web/static/src/xml/base.xml:238 +#: code:addons/web/static/src/xml/base.xml:260 +#, python-format +msgid "Master Password:" +msgstr "Hovedadgangskode" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1217 +#: code:addons/web/static/src/xml/base.xml:1374 +#, python-format +msgid "Select" +msgstr "Markér" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:549 +#, python-format +msgid "Database restored successfully" +msgstr "Databasen blev gendannet korrekt" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:415 +#, python-format +msgid "Version" +msgstr "Udgave" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:570 +#, python-format +msgid "Latest Modification Date:" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1459 +#, python-format +msgid "M2O search fields do not currently handle multiple default values" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:1227 +#, python-format +msgid "Widget type '%s' is not implemented" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1608 +#, python-format +msgid "Share with all users" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:77 +#: code:addons/web/static/src/js/view_form.js:321 +#, python-format +msgid "Form" +msgstr "Formular" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1324 +#, python-format +msgid "(no string)" +msgstr "(ingen streng)" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/formats.js:282 +#, python-format +msgid "'%s' is not a correct time" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1297 +#, python-format +msgid "not a valid number" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:325 +#, python-format +msgid "New Password:" +msgstr "Ny adgangskode:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:610 +#, python-format +msgid "Attachment :" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1691 +#, python-format +msgid "Fields to export" +msgstr "Felter der kan eksporteres" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:1340 +#, python-format +msgid "Undefined" +msgstr "Ikke defineret" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:4871 +#, python-format +msgid "File Upload" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/coresetup.js:607 +#, python-format +msgid "about a month ago" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1600 +#, python-format +msgid "Custom Filters" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1336 +#, python-format +msgid "Button Type:" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:419 +#, python-format +msgid "OpenERP SA Company" +msgstr "OpenERP SA Company" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1553 +#, python-format +msgid "Custom Filter" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:159 +#, python-format +msgid "Duplicate Database" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/controllers/main.py:789 +#: code:addons/web/controllers/main.py:790 +#: code:addons/web/controllers/main.py:826 +#: code:addons/web/controllers/main.py:828 +#: code:addons/web/controllers/main.py:834 +#: code:addons/web/controllers/main.py:835 +#: code:addons/web/static/src/js/chrome.js:768 +#: code:addons/web/static/src/xml/base.xml:276 +#: code:addons/web/static/src/xml/base.xml:336 +#, python-format +msgid "Change Password" +msgstr "Skift adgangskode" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:3411 +#, python-format +msgid "View type '%s' is not supported in One2Many." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:4951 +#: code:addons/web/static/src/js/view_list.js:2194 +#, python-format +msgid "Download" +msgstr "Download" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/formats.js:266 +#, python-format +msgid "'%s' is not a correct datetime" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:417 +#, python-format +msgid "Group" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:927 +#, python-format +msgid "Unhandled widget" +msgstr "Ubehandlet widget" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:982 +#, python-format +msgid "Selection:" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:871 +#, python-format +msgid "The following fields are invalid:" +msgstr "" + +#. module: web +#: code:addons/web/controllers/main.py:847 +#, python-format +msgid "Languages" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1270 +#, python-format +msgid "...Upload in progress..." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1768 +#, python-format +msgid "Import" +msgstr "Importér" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:543 +#, python-format +msgid "Could not restore the database" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:4851 +#, python-format +msgid "File upload" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:3804 +#, python-format +msgid "Action Button" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:542 +#: code:addons/web/static/src/xml/base.xml:1467 +#, python-format +msgid "Manage Filters" +msgstr "Administrer Filtre" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1867 +#, python-format +msgid "contains" +msgstr "indeholder" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/coresetup.js:633 +#, python-format +msgid "Take a minute to get a coffee,
    because it's loading..." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:413 +#, python-format +msgid "Activate the developer mode" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:324 +#, python-format +msgid "Loading (%d)" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1114 +#, python-format +msgid "GroupBy" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:687 +#, python-format +msgid "You must select at least one record." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:535 +#, python-format +msgid "View Log (perm_read)" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:1061 +#, python-format +msgid "Set Default" +msgstr "Indstil som standard" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:978 +#, python-format +msgid "Relation:" +msgstr "Relation:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/coresetup.js:600 +#, python-format +msgid "less than a minute ago" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:851 +#, python-format +msgid "Condition:" +msgstr "Betingelse:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:1692 +#, python-format +msgid "Unsupported operator %s in domain %s" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/formats.js:242 +#, python-format +msgid "'%s' is not a correct float" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:549 +#, python-format +msgid "Restored" +msgstr "Gendannet" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:394 +#, python-format +msgid "%d-%d of %d" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:2868 +#, python-format +msgid "Create and Edit..." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/pyeval.js:731 +#, python-format +msgid "Unknown nonliteral type " +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:2346 +#, python-format +msgid "Resource error" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1961 +#, python-format +msgid "is not" +msgstr "er ikke" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:550 +#, python-format +msgid "Print Workflow" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:396 +#, python-format +msgid "Please confirm your new password" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1804 +#, python-format +msgid "UTF-8" +msgstr "UTF-8" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:421 +#, python-format +msgid "For more information visit" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1859 +#, python-format +msgid "Add All Info..." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1683 +#, python-format +msgid "Export Formats" +msgstr "Eksporter formater" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:974 +#, python-format +msgid "On change:" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/views.js:865 +#, python-format +msgid "Model %s fields" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:893 +#, python-format +msgid "Setting 'id' attribute on existing record %s" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:8 +#, python-format +msgid "List" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1881 +#: code:addons/web/static/src/js/search.js:1915 +#: code:addons/web/static/src/js/search.js:1940 +#, python-format +msgid "greater than" +msgstr "større end" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:2248 +#: code:addons/web/static/src/xml/base.xml:546 +#, python-format +msgid "View" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1466 +#, python-format +msgid "Save Filter" +msgstr "Gem filter" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1344 +#, python-format +msgid "Action ID:" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:457 +#, python-format +msgid "Your user's preference timezone does not match your browser timezone:" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:1223 +#, python-format +msgid "Field '%s' specified in view could not be found." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1756 +#, python-format +msgid "Saved exports:" +msgstr "Gem eksporteringer" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:320 +#, python-format +msgid "Old Password:" +msgstr "Gammel adgangskode:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/formats.js:113 +#, python-format +msgid "Bytes,Kb,Mb,Gb,Tb,Pb,Eb,Zb,Yb" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:481 +#, python-format +msgid "The database has been duplicated." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1625 +#, python-format +msgid "Apply" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1386 +#, python-format +msgid "Save & New" +msgstr "Gem & Ny" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1223 +#: code:addons/web/static/src/xml/base.xml:1225 +#, python-format +msgid "Save As" +msgstr "Gem Som" + +#. module: web +#. openerp-web +#: code:addons/web/doc/module/static/src/xml/web_example.xml:3 +#, python-format +msgid "00:00:00" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:2317 +#, python-format +msgid "E-mail error" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/coresetup.js:605 +#, python-format +msgid "a day ago" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1789 +#, python-format +msgid "Does your file have titles?" +msgstr "Har din fil titler?" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:327 +#, python-format +msgid "Unlimited" +msgstr "Ubegrænset" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:784 +#, python-format +msgid "" +"Warning, the record has been modified, your changes will be discarded.\n" +"\n" +"Are you sure you want to leave this page ?" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:2904 +#, python-format +msgid "Search: " +msgstr "Søg: " + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:544 +#, python-format +msgid "Technical translation" +msgstr "Teknisk oversættelse" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1797 +#, python-format +msgid "Delimiter:" +msgstr "Begrænsning" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:462 +#, python-format +msgid "Browser's timezone" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1605 +#, python-format +msgid "Filter name" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1464 +#, python-format +msgid "-- Actions --" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:4134 +#: code:addons/web/static/src/js/view_form.js:4294 +#: code:addons/web/static/src/xml/base.xml:1407 +#: code:addons/web/static/src/xml/base.xml:1705 +#, python-format +msgid "Add" +msgstr "Tilføj" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:536 +#, python-format +msgid "Toggle Form Layout Outline" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:421 +#, python-format +msgid "OpenERP.com" +msgstr "OpenERP.com" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:2317 +#, python-format +msgid "Can't send email to invalid e-mail address" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:636 +#, python-format +msgid "Add..." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:405 +#, python-format +msgid "Preferences" +msgstr "Egenskaber" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:436 +#, python-format +msgid "Wrong on change format: %s" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/controllers/main.py:750 +#: code:addons/web/static/src/xml/base.xml:185 +#, python-format +msgid "Drop Database" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:466 +#, python-format +msgid "Click here to change your user's timezone." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:966 +#, python-format +msgid "Modifiers:" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:627 +#, python-format +msgid "Delete this attachment" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:774 +#: code:addons/web/static/src/xml/base.xml:815 +#: code:addons/web/static/src/xml/base.xml:1382 +#: code:addons/web/static/src/xml/base.xml:1612 +#, python-format +msgid "Save" +msgstr "Gem" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/views.js:999 +#: code:addons/web/static/src/xml/base.xml:352 +#, python-format +msgid "More" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:73 +#, python-format +msgid "Username" +msgstr "Brugernavn" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:481 +#, python-format +msgid "Duplicating database" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:563 +#, python-format +msgid "Password has been changed successfully" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list_editable.js:788 +#, python-format +msgid "The form's data can not be discarded" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:533 +#, python-format +msgid "Debug View#" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:77 +#, python-format +msgid "Log in" +msgstr "Log ind" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:198 +#: code:addons/web/static/src/js/view_list.js:346 +#: code:addons/web/static/src/xml/base.xml:1764 +#, python-format +msgid "Delete" +msgstr "Slet" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/pyeval.js:769 +#, python-format +msgid "" +"Local evaluation failure\n" +"%s\n" +"\n" +"%s" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:350 +#, python-format +msgid "Invalid database name" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1693 +#, python-format +msgid "Save fields list" +msgstr "Gem listen med felter" + +#. module: web +#. openerp-web +#: code:addons/web/doc/module/static/src/xml/web_example.xml:5 +#, python-format +msgid "Start" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/views.js:823 +#, python-format +msgid "View Log (%s)" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:564 +#, python-format +msgid "Creation Date:" +msgstr "" + +#. module: web +#: code:addons/web/controllers/main.py:790 +#: code:addons/web/controllers/main.py:835 +#, python-format +msgid "Error, password not changed !" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:4850 +#, python-format +msgid "The selected file exceed the maximum file size of %s." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:632 +#: code:addons/web/static/src/xml/base.xml:1300 +#, python-format +msgid "/web/binary/upload_attachment" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:563 +#, python-format +msgid "Changed Password" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1431 +#, python-format +msgid "Search" +msgstr "Søg" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:3032 +#: code:addons/web/static/src/js/view_form.js:3668 +#: code:addons/web/static/src/js/view_form.js:3785 +#: code:addons/web/static/src/js/view_form.js:4230 +#: code:addons/web/static/src/js/view_form.js:4353 +#, python-format +msgid "Open: " +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:218 +#: code:addons/web/static/src/xml/base.xml:309 +#, python-format +msgid "Backup" +msgstr "Sikkerhedskopi" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/dates.js:76 +#: code:addons/web/static/src/js/dates.js:80 +#, python-format +msgid "'%s' is not a valid time" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/formats.js:274 +#, python-format +msgid "'%s' is not a correct date" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:933 +#, python-format +msgid "(nolabel)" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/coresetup.js:606 +#, python-format +msgid "%d days ago" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1474 +#, python-format +msgid "(Any existing filter with the same name will be replaced)" +msgstr "(Et hvert filter med samme navn vil blive overskrevet)" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:1918 +#: code:addons/web/static/src/xml/base.xml:338 +#: code:addons/web/static/src/xml/base.xml:1377 +#: code:addons/web/static/src/xml/base.xml:1860 +#, python-format +msgid "Cancel" +msgstr "Annullér" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/coresetup.js:628 +#: code:addons/web/static/src/xml/base.xml:9 +#, python-format +msgid "Loading..." +msgstr "Indlæser..." + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:567 +#, python-format +msgid "Latest Modification by:" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:1242 +#: code:addons/web/static/src/xml/base.xml:470 +#, python-format +msgid "Timezone mismatch" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:1646 +#, python-format +msgid "Unknown operator %s in domain %s" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:428 +#, python-format +msgid "%d / %d" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1782 +#, python-format +msgid "2. Check your file format" +msgstr "2. Kontroller dit filformat" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1718 +#, python-format +msgid "Name" +msgstr "Navn" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1775 +#, python-format +msgid "" +"Select a .CSV file to import. If you need a sample of file to import,\n" +" you should use the export tool with the \"Import Compatible\" option." +msgstr "" +"Vælg en .CSV fil som du vil importere. Hvis du har brug et udsnit af filen " +"som du importere,\n" +" skal du bruge eksporteringsværktøjet med valgmuligheden \"Import " +"kompatibilitet\"." + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/coresetup.js:608 +#, python-format +msgid "%d months ago" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:187 +#: code:addons/web/static/src/xml/base.xml:308 +#, python-format +msgid "Drop" +msgstr "Drop" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1465 +#, python-format +msgid "Add Advanced Filter" +msgstr "" + +#. module: web +#: code:addons/web/controllers/main.py:828 +#, python-format +msgid "The new password and its confirmation must be identical." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:542 +#: code:addons/web/static/src/xml/base.xml:248 +#, python-format +msgid "Restore Database" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:644 +#, python-format +msgid "Login" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:420 +#, python-format +msgid "Licenced under the terms of" +msgstr "Licenseret i henhold til" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:250 +#: code:addons/web/static/src/xml/base.xml:310 +#, python-format +msgid "Restore" +msgstr "Gendan" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1677 +#, python-format +msgid "Export Type:" +msgstr "Eksporteringstype:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:406 +#, python-format +msgid "Log out" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1090 +#, python-format +msgid "Group by: %s" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:153 +#, python-format +msgid "No data provided." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:345 +#: code:addons/web/static/src/xml/base.xml:1665 +#, python-format +msgid "Export" +msgstr "Eksportér" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/data_export.js:12 +#, python-format +msgid "Export To File" +msgstr "Eksporter Til Fil" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/views.js:1097 +#, python-format +msgid "You must choose at least one record." +msgstr "Du skal vælge mindst en registrering." + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/coresetup.js:631 +#, python-format +msgid "Don't leave yet,
    it's still loading..." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:775 +#, python-format +msgid "Invalid Search" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:980 +#, python-format +msgid "Could not find id in dataset" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1707 +#, python-format +msgid "Remove All" +msgstr "Fjern alle" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1340 +#, python-format +msgid "Method:" +msgstr "Metode:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:1439 +#, python-format +msgid "%(page)d/%(page_count)d" +msgstr "%(page)d/%(page_count)d" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:397 +#, python-format +msgid "The confirmation does not match the password" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:441 +#, python-format +msgid "Edit Company data" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:4886 +#, python-format +msgid "Save As..." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:5007 +#, python-format +msgid "Could not display the selected image." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:509 +#, python-format +msgid "Database backed up successfully" +msgstr "Backup af database blev afsluttet med succes" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1808 +#, python-format +msgid "" +"For use if CSV files have titles on multiple lines, skips more than a single " +"line during import" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:394 +#, python-format +msgid "99+" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1774 +#, python-format +msgid "1. Import a .CSV file" +msgstr "1. Importér en .CSV fil" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:644 +#, python-format +msgid "No database selected !" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/formats.js:180 +#, python-format +msgid "(%d records)" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:970 +#, python-format +msgid "Change default:" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:171 +#, python-format +msgid "Original database name:" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1869 +#: code:addons/web/static/src/js/search.js:1879 +#: code:addons/web/static/src/js/search.js:1913 +#: code:addons/web/static/src/js/search.js:1938 +#, python-format +msgid "is equal to" +msgstr "er lig med" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/views.js:1500 +#, python-format +msgid "Could not serialize XML" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1619 +#, python-format +msgid "Advanced Search" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:290 +#, python-format +msgid "Confirm new master password:" +msgstr "Bekræft ny hovedadgangskode" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/coresetup.js:634 +#, python-format +msgid "Maybe you should consider reloading the application by pressing F5..." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:17 +#: code:addons/web/static/src/js/view_list.js:2248 +#: code:addons/web/static/src/xml/base.xml:111 +#: code:addons/web/static/src/xml/base.xml:306 +#: code:addons/web/static/src/xml/base.xml:812 +#: code:addons/web/static/src/xml/base.xml:1376 +#, python-format +msgid "Create" +msgstr "Opret" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1868 +#, python-format +msgid "doesn't contain" +msgstr "indeholder ikke" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1785 +#, python-format +msgid "Import Options" +msgstr "Importeringsindstillinger" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:2936 +#, python-format +msgid "Add %s" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:145 +#, python-format +msgid "Admin password:" +msgstr "Administrators adgangskode:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/data_export.js:11 +#: code:addons/web/static/src/js/view_form.js:1067 +#: code:addons/web/static/src/xml/base.xml:1394 +#, python-format +msgid "Close" +msgstr "Luk" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/coresetup.js:632 +#, python-format +msgid "" +"You may not believe it,
    but the application is actually loading..." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1779 +#, python-format +msgid "CSV File:" +msgstr "CSV Fil:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1741 +#, python-format +msgid "Advanced" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_tree.js:11 +#, python-format +msgid "Tree" +msgstr "Træ" + +#. module: web +#: code:addons/web/controllers/main.py:750 +#, python-format +msgid "Could not drop database !" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/formats.js:227 +#, python-format +msgid "'%s' is not a correct integer" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:877 +#, python-format +msgid "All users" +msgstr "Alle brugere" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:1654 +#, python-format +msgid "Unknown field %s in domain %s" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/views.js:1466 +#, python-format +msgid "Node [%s] is not a JSONified XML node" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1428 +#, python-format +msgid "Advanced Search..." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:499 +#, python-format +msgid "Dropping database" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:82 +#: code:addons/web/static/src/xml/base.xml:445 +#, python-format +msgid "Powered by" +msgstr "Drevet af" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1380 +#: code:addons/web/static/src/xml/base.xml:970 +#, python-format +msgid "Yes" +msgstr "Ja" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:4871 +#, python-format +msgid "There was a problem while uploading your file" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:558 +#, python-format +msgid "XML ID:" +msgstr "XML ID:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:954 +#, python-format +msgid "Size:" +msgstr "Størrelse:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1824 +#, python-format +msgid "--- Don't Import ---" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1679 +#, python-format +msgid "Import-Compatible Export" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/coresetup.js:610 +#, python-format +msgid "%d years ago" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:1040 +#, python-format +msgid "Unknown m2m command %s" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:1068 +#, python-format +msgid "Save default" +msgstr "Gem som standard" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:121 +#: code:addons/web/static/src/xml/base.xml:175 +#: code:addons/web/static/src/xml/base.xml:264 +#, python-format +msgid "New database name:" +msgstr "Nyt database navn:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:394 +#, python-format +msgid "Please enter your new password" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:4886 +#, python-format +msgid "The field is empty, there's nothing to save !" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:545 +#, python-format +msgid "Manage Views" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1801 +#, python-format +msgid "Encoding:" +msgstr "Kodning:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1808 +#, python-format +msgid "Lines to skip" +msgstr "Linier, der springes over" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:2858 +#, python-format +msgid "Create \"%s\"" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/data_export.js:361 +#, python-format +msgid "Please select fields to save export list..." +msgstr "Vælg venligst mulighed for at gemme eksporteringsliste..." + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:418 +#, python-format +msgid "Copyright © 2004-TODAY OpenERP SA. All Rights Reserved." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:2346 +#, python-format +msgid "This resource is empty" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1689 +#, python-format +msgid "Available fields" +msgstr "Tilgængelige felter" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1835 +#, python-format +msgid "The import failed due to:" +msgstr "Importeringen fejlede som følge af:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/views.js:812 +#: code:addons/web/static/src/xml/base.xml:539 +#, python-format +msgid "JS Tests" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1750 +#, python-format +msgid "Save as:" +msgstr "Gem som:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:927 +#, python-format +msgid "Filter on: %s" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:2904 +#: code:addons/web/static/src/js/view_form.js:3757 +#, python-format +msgid "Create: " +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:540 +#, python-format +msgid "View Fields" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:330 +#, python-format +msgid "Confirm New Password:" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:575 +#, python-format +msgid "Do you really want to remove these records?" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:958 +#, python-format +msgid "Context:" +msgstr "Kontekst:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1933 +#: code:addons/web/static/src/js/search.js:1960 +#, python-format +msgid "is" +msgstr "er" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/data_export.js:6 +#, python-format +msgid "Export Data" +msgstr "Eksporter Data" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:962 +#, python-format +msgid "Domain:" +msgstr "Domæne:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:834 +#, python-format +msgid "Default:" +msgstr "Standard:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:82 +#: code:addons/web/static/src/xml/base.xml:446 +#, python-format +msgid "OpenERP" +msgstr "OpenERP" + +#. module: web +#. openerp-web +#: code:addons/web/doc/module/static/src/xml/web_example.xml:8 +#, python-format +msgid "Stop" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:68 +#: code:addons/web/static/src/xml/base.xml:193 +#: code:addons/web/static/src/xml/base.xml:225 +#, python-format +msgid "Database:" +msgstr "Database:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1183 +#: code:addons/web/static/src/xml/base.xml:1240 +#, python-format +msgid "Uploading ..." +msgstr "Uploader ..." + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1853 +#, python-format +msgid "Name:" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:1058 +#, python-format +msgid "About" +msgstr "Om" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1431 +#, python-format +msgid "Search Again" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1455 +#, python-format +msgid "-- Filters --" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1230 +#: code:addons/web/static/src/xml/base.xml:1232 +#, python-format +msgid "Clear" +msgstr "Ryd" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1680 +#, python-format +msgid "Export all Data" +msgstr "Eksporter alt Data" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:1334 +#, python-format +msgid "" +"Grouping on field '%s' is not possible because that field does not appear in " +"the list view." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:537 +#, python-format +msgid "Set Defaults" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1670 +#, python-format +msgid "" +"This wizard will export all data that matches the current search criteria to " +"a CSV file.\n" +" You can export all data or only the fields that can be " +"reimported after modification." +msgstr "" +"Denne guide vil eksportere alle de data der passe på de nuværende " +"søgekriterier til en CSV file.\n" +" Du kan eksportere alle data eller kun de felter der kan " +"genimporteres efter ændring." + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:321 +#, python-format +msgid "The record could not be found in the database." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1472 +#, python-format +msgid "Filter Name:" +msgstr "Filter Navn:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:946 +#, python-format +msgid "Type:" +msgstr "Type:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:538 +#, python-format +msgid "Incorrect super-administrator password" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:942 +#, python-format +msgid "Object:" +msgstr "Objekt:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:292 +#: code:addons/web/static/src/js/chrome.js:326 +#, python-format +msgid "Loading" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/coresetup.js:609 +#, python-format +msgid "about a year ago" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1870 +#: code:addons/web/static/src/js/search.js:1880 +#: code:addons/web/static/src/js/search.js:1914 +#: code:addons/web/static/src/js/search.js:1939 +#, python-format +msgid "is not equal to" +msgstr "er ikke lig med" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:5036 +#, python-format +msgid "" +"The type of the field '%s' must be a many2many field with a relation to " +"'ir.attachment' model." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/coresetup.js:604 +#, python-format +msgid "%d hours ago" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:4206 +#: code:addons/web/static/src/js/view_form.js:4335 +#, python-format +msgid "Add: " +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1858 +#, python-format +msgid "Quick Add" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1805 +#, python-format +msgid "Latin 1" +msgstr "Latin 1" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:260 +#: code:addons/web/static/src/js/chrome.js:269 +#: code:addons/web/static/src/js/chrome.js:449 +#: code:addons/web/static/src/js/chrome.js:792 +#: code:addons/web/static/src/js/view_form.js:572 +#: code:addons/web/static/src/js/view_form.js:1923 +#: code:addons/web/static/src/xml/base.xml:1752 +#, python-format +msgid "Ok" +msgstr "Ok" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/views.js:1162 +#, python-format +msgid "Uploading..." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:125 +#, python-format +msgid "Load Demonstration data:" +msgstr "Indlæs demonstrations data:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:615 +#, python-format +msgid "Created by :" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/dates.js:22 +#: code:addons/web/static/src/js/dates.js:26 +#, python-format +msgid "'%s' is not a valid datetime" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:256 +#, python-format +msgid "File:" +msgstr "Fil:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1882 +#: code:addons/web/static/src/js/search.js:1916 +#: code:addons/web/static/src/js/search.js:1941 +#, python-format +msgid "less than" +msgstr "mindre end" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:687 +#: code:addons/web/static/src/js/views.js:1097 +#, python-format +msgid "Warning" +msgstr "Advarsel" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:547 +#, python-format +msgid "Edit SearchView" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1975 +#, python-format +msgid "is true" +msgstr "er sandt" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:3909 +#, python-format +msgid "Add an item" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1603 +#, python-format +msgid "Save current filter" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:1915 +#, python-format +msgid "Confirm" +msgstr "Bekræft" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/data_export.js:126 +#, python-format +msgid "Please enter save field list name" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:2206 +#, python-format +msgid "Download \"%s\"" +msgstr "Download \"%s\"" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:326 +#, python-format +msgid "New" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:1767 +#, python-format +msgid "Can't convert value %s to context" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/views.js:807 +#: code:addons/web/static/src/xml/base.xml:541 +#, python-format +msgid "Fields View Get" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:149 +#, python-format +msgid "Confirm password:" +msgstr "Bekræft adgangskode:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1883 +#: code:addons/web/static/src/js/search.js:1917 +#: code:addons/web/static/src/js/search.js:1942 +#, python-format +msgid "greater or equal than" +msgstr "større end eller lig med" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1321 +#, python-format +msgid "Button" +msgstr "Knap" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:418 +#, python-format +msgid "OpenERP is a trademark of the" +msgstr "OpenERP er et varemærke af" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/data_export.js:374 +#, python-format +msgid "Please select fields to export..." +msgstr "Vælg venligst mulighed for at eksportere" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:286 +#, python-format +msgid "New master password:" +msgstr "Ny hovedadgangskode" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1976 +#, python-format +msgid "is false" +msgstr "er falsk" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:404 +#, python-format +msgid "About OpenERP" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/formats.js:297 +#, python-format +msgid "'%s' is not a correct date, datetime nor time" +msgstr "" + +#. module: web +#: code:addons/web/controllers/main.py:1264 +#, python-format +msgid "No content found for field '%s' on '%s:%s'" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:304 +#, python-format +msgid "Database Management" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:5007 +#, python-format +msgid "Image" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:81 +#, python-format +msgid "Manage Databases" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/pyeval.js:765 +#, python-format +msgid "Evaluation Error" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1283 +#, python-format +msgid "not a valid integer" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:337 +#: code:addons/web/static/src/xml/base.xml:776 +#: code:addons/web/static/src/xml/base.xml:816 +#: code:addons/web/static/src/xml/base.xml:1376 +#: code:addons/web/static/src/xml/base.xml:1384 +#: code:addons/web/static/src/xml/base.xml:1630 +#, python-format +msgid "or" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1381 +#, python-format +msgid "No" +msgstr "Nej" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/formats.js:309 +#, python-format +msgid "'%s' is not convertible to date, datetime nor time" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:199 +#: code:addons/web/static/src/xml/base.xml:161 +#: code:addons/web/static/src/xml/base.xml:307 +#, python-format +msgid "Duplicate" +msgstr "Duplikér" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:777 +#: code:addons/web/static/src/xml/base.xml:817 +#: code:addons/web/static/src/xml/base.xml:1391 +#, python-format +msgid "Discard" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1624 +#, python-format +msgid "Add a condition" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/coresetup.js:629 +#, python-format +msgid "Still loading..." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:818 +#, python-format +msgid "Incorrect value for field %(fieldname)s: [%(value)s] is %(message)s" +msgstr "Forkert værdi for feltet %(fieldname)s: [%(value)s] er %(message)s" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:3805 +#, python-format +msgid "The o2m record must be saved before an action can be used" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:509 +#, python-format +msgid "Backed" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1610 +#, python-format +msgid "Use by default" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:1348 +#, python-format +msgid "%s (%d)" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:775 +#, python-format +msgid "triggered from search view" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:978 +#, python-format +msgid "Filter" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:950 +#, python-format +msgid "Widget:" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:548 +#, python-format +msgid "Edit Action" +msgstr "Redigér handling" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:555 +#, python-format +msgid "ID:" +msgstr "Id:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:870 +#, python-format +msgid "Only you" +msgstr "Kun dig" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:549 +#, python-format +msgid "Edit Workflow" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/views.js:1171 +#, python-format +msgid "Do you really want to delete this attachment ?" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/views.js:840 +#, python-format +msgid "Technical Translation" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:938 +#, python-format +msgid "Field:" +msgstr "Felt:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:620 +#, python-format +msgid "Modified by :" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:499 +#, python-format +msgid "The database %s has been dropped" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:460 +#, python-format +msgid "User's timezone" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:284 +#: code:addons/web/static/src/js/chrome.js:1168 +#, python-format +msgid "Client Error" +msgstr "Klientfejl" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/views.js:998 +#, python-format +msgid "Print" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1331 +#, python-format +msgid "Special:" +msgstr "" + +#. module: web +#: code:addons/web/controllers/main.py:834 +#, python-format +msgid "" +"The old password you provided is incorrect, your password was not changed." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:561 +#, python-format +msgid "Creation User:" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:769 +#, python-format +msgid "Do you really want to delete this record?" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1385 +#, python-format +msgid "Save & Close" +msgstr "Gem & Luk" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:2845 +#, python-format +msgid "Search More..." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:75 +#: code:addons/web/static/src/xml/base.xml:311 +#, python-format +msgid "Password" +msgstr "Adgangskode" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:546 +#: code:addons/web/static/src/xml/base.xml:809 +#: code:addons/web/static/src/xml/base.xml:1178 +#, python-format +msgid "Edit" +msgstr "Redigér" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1706 +#, python-format +msgid "Remove" +msgstr "Fjern" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1062 +#, python-format +msgid "Select date" +msgstr "Vælg dato" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1249 +#, python-format +msgid "Search %(field)s for: %(value)s" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1277 +#, python-format +msgid "Delete this file" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:109 +#, python-format +msgid "Create Database" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:420 +#, python-format +msgid "GNU Affero General Public License" +msgstr "GNU Affero General Public License" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1795 +#, python-format +msgid "Separator:" +msgstr "Adskiller:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:300 +#, python-format +msgid "Back to Login" +msgstr "Tilbage til log ind" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1662 +#: code:addons/web/static/src/xml/base.xml:1454 +#, python-format +msgid "Filters" +msgstr "Filtre" diff --git a/web/i18n/de.po b/web/i18n/de.po new file mode 100644 index 0000000..ccc39bc --- /dev/null +++ b/web/i18n/de.po @@ -0,0 +1,2628 @@ +# German translation for openerp-web +# Copyright (c) 2012 Rosetta Contributors and Canonical Ltd 2012 +# This file is distributed under the same license as the openerp-web package. +# FIRST AUTHOR , 2012. +# +msgid "" +msgstr "" +"Project-Id-Version: openerp-web\n" +"Report-Msgid-Bugs-To: FULL NAME \n" +"POT-Creation-Date: 2012-12-21 17:06+0000\n" +"PO-Revision-Date: 2012-12-22 13:31+0000\n" +"Last-Translator: Felix Schubert \n" +"Language-Team: German \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Launchpad-Export-Date: 2012-12-23 05:09+0000\n" +"X-Generator: Launchpad (build 16378)\n" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:133 +#, python-format +msgid "Default language:" +msgstr "Standardsprache:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/coresetup.js:602 +#, python-format +msgid "%d minutes ago" +msgstr "vor %d Minuten" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/coresetup.js:630 +#, python-format +msgid "Still loading...
    Please be patient." +msgstr "Lädt immer noch ...
    Bitte haben Sie noch etwas Geduld." + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1832 +#, python-format +msgid "%(field)s %(operator)s \"%(value)s\"" +msgstr "%(field)s %(operator)s \"%(value)s\"" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1884 +#: code:addons/web/static/src/js/search.js:1918 +#: code:addons/web/static/src/js/search.js:1943 +#, python-format +msgid "less or equal than" +msgstr "ist kleiner oder gleich als" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:393 +#, python-format +msgid "Please enter your previous password" +msgstr "Bitte geben Sie Ihr altes Passwort ein" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:117 +#: code:addons/web/static/src/xml/base.xml:167 +#: code:addons/web/static/src/xml/base.xml:282 +#, python-format +msgid "Master password:" +msgstr "Master Passwort" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:274 +#, python-format +msgid "Change Master Password" +msgstr "Hauptpasswort ändern" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:491 +#, python-format +msgid "Do you really want to delete the database: %s ?" +msgstr "Wollen Sie wirklich die Datenbank %s löschen?" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1398 +#, python-format +msgid "Search %(field)s at: %(value)s" +msgstr "Suche %(field)s für: %(value)s" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:537 +#, python-format +msgid "Access Denied" +msgstr "Zugriff verweigert" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:5183 +#, python-format +msgid "Uploading error" +msgstr "Upload Fehler" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/coresetup.js:603 +#, python-format +msgid "about an hour ago" +msgstr "vor einer Stunde" + +#. module: web +#. openerp-web +#: code:addons/web/controllers/main.py:768 +#: code:addons/web/static/src/js/chrome.js:514 +#: code:addons/web/static/src/xml/base.xml:216 +#, python-format +msgid "Backup Database" +msgstr "Sicherung der Datenbank" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/views.js:463 +#, python-format +msgid "%(view_type)s view" +msgstr "%(view_type)s Ansicht" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/dates.js:49 +#: code:addons/web/static/src/js/dates.js:53 +#, python-format +msgid "'%s' is not a valid date" +msgstr "'%s' ist kein gültiges Datum" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1837 +#, python-format +msgid "Here is a preview of the file we could not import:" +msgstr "Hier ist eine Vorschau der Datei die nicht importiert werden konnte" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/coresetup.js:601 +#, python-format +msgid "about a minute ago" +msgstr "vor einer Minute" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1297 +#, python-format +msgid "File" +msgstr "Datei" + +#. module: web +#: code:addons/web/controllers/main.py:826 +#, python-format +msgid "You cannot leave any password empty." +msgstr "Sie können kein leeres Passwort setzen." + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:680 +#, python-format +msgid "Invalid username or password" +msgstr "Ungültiger Benutzername oder Passwort" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:206 +#: code:addons/web/static/src/xml/base.xml:238 +#: code:addons/web/static/src/xml/base.xml:260 +#, python-format +msgid "Master Password:" +msgstr "Master Passwort" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1217 +#: code:addons/web/static/src/xml/base.xml:1374 +#, python-format +msgid "Select" +msgstr "Ausgewählte Hinzufügen" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:549 +#, python-format +msgid "Database restored successfully" +msgstr "Datenbank erfolgreich wiederhergestellt" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:415 +#, python-format +msgid "Version" +msgstr "Version" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:570 +#, python-format +msgid "Latest Modification Date:" +msgstr "Datum letzte Änderung" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1459 +#, python-format +msgid "M2O search fields do not currently handle multiple default values" +msgstr "" +"M2O Suchfelder können momentan keine mehrfachen Standardwerte verarbeiten" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:1227 +#, python-format +msgid "Widget type '%s' is not implemented" +msgstr "Widget Typ '%s' ist nicht implementiert" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1608 +#, python-format +msgid "Share with all users" +msgstr "Mit allen Benutzern teilen" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:77 +#: code:addons/web/static/src/js/view_form.js:321 +#, python-format +msgid "Form" +msgstr "Formular" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1324 +#, python-format +msgid "(no string)" +msgstr "(keine Zeichen)" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/formats.js:282 +#, python-format +msgid "'%s' is not a correct time" +msgstr "'%s' ist keine gülte Zeit" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1297 +#, python-format +msgid "not a valid number" +msgstr "ungültige Nummer" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:325 +#, python-format +msgid "New Password:" +msgstr "Neues Passwort:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:610 +#, python-format +msgid "Attachment :" +msgstr "Anhang:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1691 +#, python-format +msgid "Fields to export" +msgstr "Zu exportierende Felder" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:1340 +#, python-format +msgid "Undefined" +msgstr "Undefiniert" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:4871 +#, python-format +msgid "File Upload" +msgstr "Datei hochladen" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/coresetup.js:607 +#, python-format +msgid "about a month ago" +msgstr "letzten Monat" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1600 +#, python-format +msgid "Custom Filters" +msgstr "Benutzerdefinierte Filter" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1336 +#, python-format +msgid "Button Type:" +msgstr "Schaltfläche Typ:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:419 +#, python-format +msgid "OpenERP SA Company" +msgstr "OpenERP SA" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1553 +#, python-format +msgid "Custom Filter" +msgstr "Benutzerdefinierter Filter" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:159 +#, python-format +msgid "Duplicate Database" +msgstr "Datenbank kopieren" + +#. module: web +#. openerp-web +#: code:addons/web/controllers/main.py:789 +#: code:addons/web/controllers/main.py:790 +#: code:addons/web/controllers/main.py:826 +#: code:addons/web/controllers/main.py:828 +#: code:addons/web/controllers/main.py:834 +#: code:addons/web/controllers/main.py:835 +#: code:addons/web/static/src/js/chrome.js:768 +#: code:addons/web/static/src/xml/base.xml:276 +#: code:addons/web/static/src/xml/base.xml:336 +#, python-format +msgid "Change Password" +msgstr "Passwort ändern" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:3411 +#, python-format +msgid "View type '%s' is not supported in One2Many." +msgstr "Ansichtstyp '%s' wird von O2M nicht unterstützt." + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:4951 +#: code:addons/web/static/src/js/view_list.js:2194 +#, python-format +msgid "Download" +msgstr "Herunterladen" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/formats.js:266 +#, python-format +msgid "'%s' is not a correct datetime" +msgstr "'%s' ist kein gültiges Datums-/Zeitformat" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:417 +#, python-format +msgid "Group" +msgstr "Gruppe" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:927 +#, python-format +msgid "Unhandled widget" +msgstr "unbekanntes Oberflächenelement" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:982 +#, python-format +msgid "Selection:" +msgstr "Auswahl:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:871 +#, python-format +msgid "The following fields are invalid:" +msgstr "Die folgenden Felder sind ungültig:" + +#. module: web +#: code:addons/web/controllers/main.py:847 +#, python-format +msgid "Languages" +msgstr "Sprachen" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1270 +#, python-format +msgid "...Upload in progress..." +msgstr "... Wird hochgeladen ..." + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1768 +#, python-format +msgid "Import" +msgstr "Import" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:543 +#, python-format +msgid "Could not restore the database" +msgstr "Konnte die Datenbank nicht wiederherstellen" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:4851 +#, python-format +msgid "File upload" +msgstr "Datei hochladen" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:3804 +#, python-format +msgid "Action Button" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:542 +#: code:addons/web/static/src/xml/base.xml:1467 +#, python-format +msgid "Manage Filters" +msgstr "Filter verwalten" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1867 +#, python-format +msgid "contains" +msgstr "enthält" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/coresetup.js:633 +#, python-format +msgid "Take a minute to get a coffee,
    because it's loading..." +msgstr "Nehmen Sie sich einen Moment Zeit,
    laden dauert noch etwas..." + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:413 +#, python-format +msgid "Activate the developer mode" +msgstr "Entwickler Modus aktivieren" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:324 +#, python-format +msgid "Loading (%d)" +msgstr "Lade (%d)" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1114 +#, python-format +msgid "GroupBy" +msgstr "Gruppieren nach" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:687 +#, python-format +msgid "You must select at least one record." +msgstr "Sie mĂĽssen mindestens einen Datensatz auswählen" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:535 +#, python-format +msgid "View Log (perm_read)" +msgstr "Ansicht Log (perm_read)" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:1061 +#, python-format +msgid "Set Default" +msgstr "Standardwert setzen" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:978 +#, python-format +msgid "Relation:" +msgstr "Relation:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/coresetup.js:600 +#, python-format +msgid "less than a minute ago" +msgstr "vor weniger als einer Minute" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:851 +#, python-format +msgid "Condition:" +msgstr "Bedingung:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:1692 +#, python-format +msgid "Unsupported operator %s in domain %s" +msgstr "Nicht unterstĂĽtzer Operator %s in Domain %s" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/formats.js:242 +#, python-format +msgid "'%s' is not a correct float" +msgstr "'%s' ist kein gĂĽlter float" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:549 +#, python-format +msgid "Restored" +msgstr "Wiederhergestellt" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:394 +#, python-format +msgid "%d-%d of %d" +msgstr "%d-%d von %d" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:2868 +#, python-format +msgid "Create and Edit..." +msgstr "Anlegen und Bearbeiten" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/pyeval.js:731 +#, python-format +msgid "Unknown nonliteral type " +msgstr "Unbekannter nonliteraler Typ " + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:2346 +#, python-format +msgid "Resource error" +msgstr "Quellenfehler" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1961 +#, python-format +msgid "is not" +msgstr "ist nicht" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:550 +#, python-format +msgid "Print Workflow" +msgstr "Workflow drucken" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:396 +#, python-format +msgid "Please confirm your new password" +msgstr "Bitte bestätigen Sie ihr neues Passwort" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1804 +#, python-format +msgid "UTF-8" +msgstr "UTF-8" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:421 +#, python-format +msgid "For more information visit" +msgstr "FĂĽr weitere Informationen besuchen Sie:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1859 +#, python-format +msgid "Add All Info..." +msgstr "All Informationen hinzufĂĽgen..." + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1683 +#, python-format +msgid "Export Formats" +msgstr "Export Formate" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:974 +#, python-format +msgid "On change:" +msgstr "Bei Ă„nderung" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/views.js:865 +#, python-format +msgid "Model %s fields" +msgstr "Modell %s Felder" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:893 +#, python-format +msgid "Setting 'id' attribute on existing record %s" +msgstr "Setzen des 'ID' Attributes fĂĽr den existierenden Datensatz %s" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:8 +#, python-format +msgid "List" +msgstr "Liste" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1881 +#: code:addons/web/static/src/js/search.js:1915 +#: code:addons/web/static/src/js/search.js:1940 +#, python-format +msgid "greater than" +msgstr "ist größer als" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:2248 +#: code:addons/web/static/src/xml/base.xml:546 +#, python-format +msgid "View" +msgstr "Ansicht" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1466 +#, python-format +msgid "Save Filter" +msgstr "Filter speichern" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1344 +#, python-format +msgid "Action ID:" +msgstr "Aktion ID:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:457 +#, python-format +msgid "Your user's preference timezone does not match your browser timezone:" +msgstr "" +"Ihre Benuterzeitzone stimmt nicht mit der Zeitzone Ihres Browsers ĂĽberein:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:1223 +#, python-format +msgid "Field '%s' specified in view could not be found." +msgstr "" +"Das in der Ansicht definierte Feld '%s' konnte nicht gefunden werden." + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1756 +#, python-format +msgid "Saved exports:" +msgstr "Gespeicherte Exporte:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:320 +#, python-format +msgid "Old Password:" +msgstr "Altes Passwort:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/formats.js:113 +#, python-format +msgid "Bytes,Kb,Mb,Gb,Tb,Pb,Eb,Zb,Yb" +msgstr "Bytes,Kb,Mb,Gb,Tb,Pb,Eb,Zb,Yb" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:481 +#, python-format +msgid "The database has been duplicated." +msgstr "Die Datenbank wurde dupliziert." + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1625 +#, python-format +msgid "Apply" +msgstr "Setze" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1386 +#, python-format +msgid "Save & New" +msgstr "Speichern & Neu" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1223 +#: code:addons/web/static/src/xml/base.xml:1225 +#, python-format +msgid "Save As" +msgstr "Speichern unter" + +#. module: web +#. openerp-web +#: code:addons/web/doc/module/static/src/xml/web_example.xml:3 +#, python-format +msgid "00:00:00" +msgstr "00:00:00" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:2317 +#, python-format +msgid "E-mail error" +msgstr "E-Mail-Fehler" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/coresetup.js:605 +#, python-format +msgid "a day ago" +msgstr "Vor 1 Tag" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1789 +#, python-format +msgid "Does your file have titles?" +msgstr "Enthält Ihre Datei eine Titel Zeile?" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:327 +#, python-format +msgid "Unlimited" +msgstr "Unbegrenzt" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:784 +#, python-format +msgid "" +"Warning, the record has been modified, your changes will be discarded.\n" +"\n" +"Are you sure you want to leave this page ?" +msgstr "" +"Achtung! Der Datensatz wurde geändert. Ihre Ă„nderungen werden verloren " +"gehen!\n" +"\n" +"Sind Sie sicher, dass Sie diese Seite verlassen wollen?" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:2904 +#, python-format +msgid "Search: " +msgstr "Suche: " + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:544 +#, python-format +msgid "Technical translation" +msgstr "Technische Ăśbersetzung" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1797 +#, python-format +msgid "Delimiter:" +msgstr "Trennzeichen:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:462 +#, python-format +msgid "Browser's timezone" +msgstr "Browser's Zeitzone" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1605 +#, python-format +msgid "Filter name" +msgstr "Filtername" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1464 +#, python-format +msgid "-- Actions --" +msgstr "-- Actions --" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:4134 +#: code:addons/web/static/src/js/view_form.js:4294 +#: code:addons/web/static/src/xml/base.xml:1407 +#: code:addons/web/static/src/xml/base.xml:1705 +#, python-format +msgid "Add" +msgstr "HinzufuĚgen" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:536 +#, python-format +msgid "Toggle Form Layout Outline" +msgstr "Wechseln der Outline des Formular Layouts" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:421 +#, python-format +msgid "OpenERP.com" +msgstr "OpenERP.com" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:2317 +#, python-format +msgid "Can't send email to invalid e-mail address" +msgstr "Kann keine Nachricht an eine ungĂĽltige E-Mail Adresse senden" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:636 +#, python-format +msgid "Add..." +msgstr "HinzufĂĽgen ..." + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:405 +#, python-format +msgid "Preferences" +msgstr "Einstellungen" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:436 +#, python-format +msgid "Wrong on change format: %s" +msgstr "Falsches 'on change' Format: %s" + +#. module: web +#. openerp-web +#: code:addons/web/controllers/main.py:750 +#: code:addons/web/static/src/xml/base.xml:185 +#, python-format +msgid "Drop Database" +msgstr "Datenbank löschen" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:466 +#, python-format +msgid "Click here to change your user's timezone." +msgstr "Klicken Sie hier, um die Zeitzone des Benutzers zu ändern." + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:966 +#, python-format +msgid "Modifiers:" +msgstr "Modifikatoren:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:627 +#, python-format +msgid "Delete this attachment" +msgstr "Diesen Anhang löschen" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:774 +#: code:addons/web/static/src/xml/base.xml:815 +#: code:addons/web/static/src/xml/base.xml:1382 +#: code:addons/web/static/src/xml/base.xml:1612 +#, python-format +msgid "Save" +msgstr "Speichern" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/views.js:999 +#: code:addons/web/static/src/xml/base.xml:352 +#, python-format +msgid "More" +msgstr "Mehr" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:73 +#, python-format +msgid "Username" +msgstr "Benutzername" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:481 +#, python-format +msgid "Duplicating database" +msgstr "Datenbank duplizieren" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:563 +#, python-format +msgid "Password has been changed successfully" +msgstr "Ihr Passwort wurde erfolgreich geändert" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list_editable.js:788 +#, python-format +msgid "The form's data can not be discarded" +msgstr "Die Daten des Formulars können nicht gelöscht werden" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:533 +#, python-format +msgid "Debug View#" +msgstr "Source von Sicht#" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:77 +#, python-format +msgid "Log in" +msgstr "Login" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:198 +#: code:addons/web/static/src/js/view_list.js:346 +#: code:addons/web/static/src/xml/base.xml:1764 +#, python-format +msgid "Delete" +msgstr "Löschen" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/pyeval.js:769 +#, python-format +msgid "" +"Local evaluation failure\n" +"%s\n" +"\n" +"%s" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:350 +#, python-format +msgid "Invalid database name" +msgstr "UngĂĽltiger Datenbank Name" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1693 +#, python-format +msgid "Save fields list" +msgstr "Feldliste speichern" + +#. module: web +#. openerp-web +#: code:addons/web/doc/module/static/src/xml/web_example.xml:5 +#, python-format +msgid "Start" +msgstr "Start" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/views.js:823 +#, python-format +msgid "View Log (%s)" +msgstr "Zeige Log (%s)" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:564 +#, python-format +msgid "Creation Date:" +msgstr "Erstellungsdatum:" + +#. module: web +#: code:addons/web/controllers/main.py:790 +#: code:addons/web/controllers/main.py:835 +#, python-format +msgid "Error, password not changed !" +msgstr "Fehler, das Passwort wurde nicht geändert!" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:4850 +#, python-format +msgid "The selected file exceed the maximum file size of %s." +msgstr "Die ausgewählte Datei ĂĽberschreitet die maximale Dateigröße von %s." + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:632 +#: code:addons/web/static/src/xml/base.xml:1300 +#, python-format +msgid "/web/binary/upload_attachment" +msgstr "/web/binary/upload_attachment" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:563 +#, python-format +msgid "Changed Password" +msgstr "Passwort geändert" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1431 +#, python-format +msgid "Search" +msgstr "Suche" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:3032 +#: code:addons/web/static/src/js/view_form.js:3668 +#: code:addons/web/static/src/js/view_form.js:3785 +#: code:addons/web/static/src/js/view_form.js:4230 +#: code:addons/web/static/src/js/view_form.js:4353 +#, python-format +msgid "Open: " +msgstr "Ă–ffne: " + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:218 +#: code:addons/web/static/src/xml/base.xml:309 +#, python-format +msgid "Backup" +msgstr "Sichern" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/dates.js:76 +#: code:addons/web/static/src/js/dates.js:80 +#, python-format +msgid "'%s' is not a valid time" +msgstr "'%s' ist keine gĂĽltige Zeitangabe" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/formats.js:274 +#, python-format +msgid "'%s' is not a correct date" +msgstr "'%s' ist kein gĂĽltiger Datumswert" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:933 +#, python-format +msgid "(nolabel)" +msgstr "(keine Bezeichnung)" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/coresetup.js:606 +#, python-format +msgid "%d days ago" +msgstr "vor %d Tagen" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1474 +#, python-format +msgid "(Any existing filter with the same name will be replaced)" +msgstr "(Jeder existierende Filter mit dem selben Namen wird ersetzt)" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:1918 +#: code:addons/web/static/src/xml/base.xml:338 +#: code:addons/web/static/src/xml/base.xml:1377 +#: code:addons/web/static/src/xml/base.xml:1860 +#, python-format +msgid "Cancel" +msgstr "Abbrechen" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/coresetup.js:628 +#: code:addons/web/static/src/xml/base.xml:9 +#, python-format +msgid "Loading..." +msgstr "Lädt…" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:567 +#, python-format +msgid "Latest Modification by:" +msgstr "Zuletzt geändert von:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:1242 +#: code:addons/web/static/src/xml/base.xml:470 +#, python-format +msgid "Timezone mismatch" +msgstr "Zeitzone stimmt nicht ĂĽberein" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:1646 +#, python-format +msgid "Unknown operator %s in domain %s" +msgstr "Unbekannter Operator %s in Domain %s" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:428 +#, python-format +msgid "%d / %d" +msgstr "%d / %d" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1782 +#, python-format +msgid "2. Check your file format" +msgstr "2. ĂśberprĂĽfen Sie das Dateiformat" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1718 +#, python-format +msgid "Name" +msgstr "Name" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1775 +#, python-format +msgid "" +"Select a .CSV file to import. If you need a sample of file to import,\n" +" you should use the export tool with the \"Import Compatible\" option." +msgstr "" +"Wählen Sie eine CSV Datei aus, die Sie importieren möchten. Wenn Sie eine " +"Beispieldatei benötigen,\n" +" sollten Sie beim Export die Option \"Import-Kompatibel\" wählen." + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/coresetup.js:608 +#, python-format +msgid "%d months ago" +msgstr "vor %d Monaten" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:187 +#: code:addons/web/static/src/xml/base.xml:308 +#, python-format +msgid "Drop" +msgstr "Löschen" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1465 +#, python-format +msgid "Add Advanced Filter" +msgstr "Erweiterten Filter hinzufĂĽgen" + +#. module: web +#: code:addons/web/controllers/main.py:828 +#, python-format +msgid "The new password and its confirmation must be identical." +msgstr "Das neue Passwort und seine Bestätigung mĂĽssen ĂĽbereinstimmen." + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:542 +#: code:addons/web/static/src/xml/base.xml:248 +#, python-format +msgid "Restore Database" +msgstr "Datenbank wiederherstellen" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:644 +#, python-format +msgid "Login" +msgstr "Anmeldung" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:420 +#, python-format +msgid "Licenced under the terms of" +msgstr "Lizensiert unter den Bedingungen der" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:250 +#: code:addons/web/static/src/xml/base.xml:310 +#, python-format +msgid "Restore" +msgstr "Wiederherstellen" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1677 +#, python-format +msgid "Export Type:" +msgstr "Export Typ:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:406 +#, python-format +msgid "Log out" +msgstr "Abmeldung" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1090 +#, python-format +msgid "Group by: %s" +msgstr "Gruppieren nach: %s" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:153 +#, python-format +msgid "No data provided." +msgstr "Keine Daten vorhanden." + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:345 +#: code:addons/web/static/src/xml/base.xml:1665 +#, python-format +msgid "Export" +msgstr "Export" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/data_export.js:12 +#, python-format +msgid "Export To File" +msgstr "In Datei exportieren" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/views.js:1097 +#, python-format +msgid "You must choose at least one record." +msgstr "Sie mĂĽssen mindestens einen Datensatz auswählen" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/coresetup.js:631 +#, python-format +msgid "Don't leave yet,
    it's still loading..." +msgstr "Nicht verlassen.
    Ladevorgang noch aktiv" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:775 +#, python-format +msgid "Invalid Search" +msgstr "Ungültige Suche" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:980 +#, python-format +msgid "Could not find id in dataset" +msgstr "Konnte die ID im Datensatz nicht finden" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1707 +#, python-format +msgid "Remove All" +msgstr "Alle löschen" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1340 +#, python-format +msgid "Method:" +msgstr "Methode:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:1439 +#, python-format +msgid "%(page)d/%(page_count)d" +msgstr "%(page)d/%(page_count)d" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:397 +#, python-format +msgid "The confirmation does not match the password" +msgstr "Die Passwortbestätigung stimmt nicht mit dem Passwort überein" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:441 +#, python-format +msgid "Edit Company data" +msgstr "Unternehmensdaten bearbeiten" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:4886 +#, python-format +msgid "Save As..." +msgstr "Speichern als..." + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:5007 +#, python-format +msgid "Could not display the selected image." +msgstr "Das ausgewählte Bild kann nicht angezeigt werden" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:509 +#, python-format +msgid "Database backed up successfully" +msgstr "Datenbank erfolgreich gesichert" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1808 +#, python-format +msgid "" +"For use if CSV files have titles on multiple lines, skips more than a single " +"line during import" +msgstr "Überspringe mehrere Titelzeilen beim Import von CSV Dateien." + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:394 +#, python-format +msgid "99+" +msgstr "99+" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1774 +#, python-format +msgid "1. Import a .CSV file" +msgstr "1. Importiere eine .CSV Datei" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:644 +#, python-format +msgid "No database selected !" +msgstr "Keine Datenbank ausgewählt!" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/formats.js:180 +#, python-format +msgid "(%d records)" +msgstr "(%d Datensätze)" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:970 +#, python-format +msgid "Change default:" +msgstr "Standardwert ändern:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:171 +#, python-format +msgid "Original database name:" +msgstr "Original Datenbank Name :" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1869 +#: code:addons/web/static/src/js/search.js:1879 +#: code:addons/web/static/src/js/search.js:1913 +#: code:addons/web/static/src/js/search.js:1938 +#, python-format +msgid "is equal to" +msgstr "ist gleich" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/views.js:1500 +#, python-format +msgid "Could not serialize XML" +msgstr "Konnte XML nicht serialisieren" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1619 +#, python-format +msgid "Advanced Search" +msgstr "Erweiterte Suche" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:290 +#, python-format +msgid "Confirm new master password:" +msgstr "Bestätigen Sie das neue Master Passwort:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/coresetup.js:634 +#, python-format +msgid "Maybe you should consider reloading the application by pressing F5..." +msgstr "Viellecht sollten Sie die Anwendung mit F5 neu laden" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:17 +#: code:addons/web/static/src/js/view_list.js:2248 +#: code:addons/web/static/src/xml/base.xml:111 +#: code:addons/web/static/src/xml/base.xml:306 +#: code:addons/web/static/src/xml/base.xml:812 +#: code:addons/web/static/src/xml/base.xml:1376 +#, python-format +msgid "Create" +msgstr "Erzeugen" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1868 +#, python-format +msgid "doesn't contain" +msgstr "enthält nicht" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1785 +#, python-format +msgid "Import Options" +msgstr "Import-Einstellungen" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:2936 +#, python-format +msgid "Add %s" +msgstr "%s hinzufügen" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:145 +#, python-format +msgid "Admin password:" +msgstr "Admin Passwort" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/data_export.js:11 +#: code:addons/web/static/src/js/view_form.js:1067 +#: code:addons/web/static/src/xml/base.xml:1394 +#, python-format +msgid "Close" +msgstr "Schließen" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/coresetup.js:632 +#, python-format +msgid "" +"You may not believe it,
    but the application is actually loading..." +msgstr "" +"Sie werden es kaum glauben,
    aber die Anwendung wird gerade geladen." + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1779 +#, python-format +msgid "CSV File:" +msgstr "CSV Datei:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1741 +#, python-format +msgid "Advanced" +msgstr "Erweitert" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_tree.js:11 +#, python-format +msgid "Tree" +msgstr "Baum" + +#. module: web +#: code:addons/web/controllers/main.py:750 +#, python-format +msgid "Could not drop database !" +msgstr "Datenbank konnte nicht gelöscht werden!" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/formats.js:227 +#, python-format +msgid "'%s' is not a correct integer" +msgstr "'%s' ist kein gültiger Integer-Wert" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:877 +#, python-format +msgid "All users" +msgstr "Für alle Benutzer" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:1654 +#, python-format +msgid "Unknown field %s in domain %s" +msgstr "Unbekanntes Feld %s in Domain %s" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/views.js:1466 +#, python-format +msgid "Node [%s] is not a JSONified XML node" +msgstr "Knoten [%s] ist kein JSONifizierter XML Knoten" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1428 +#, python-format +msgid "Advanced Search..." +msgstr "Erweiterte Suche ..." + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:499 +#, python-format +msgid "Dropping database" +msgstr "Datenbank löschen" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:82 +#: code:addons/web/static/src/xml/base.xml:445 +#, python-format +msgid "Powered by" +msgstr "unterstützt durch" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1380 +#: code:addons/web/static/src/xml/base.xml:970 +#, python-format +msgid "Yes" +msgstr "Ja." + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:4871 +#, python-format +msgid "There was a problem while uploading your file" +msgstr "Beim Hochladen Ihrer Datei gab es ein Problem" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:558 +#, python-format +msgid "XML ID:" +msgstr "XML ID:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:954 +#, python-format +msgid "Size:" +msgstr "Größe:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1824 +#, python-format +msgid "--- Don't Import ---" +msgstr "--- Nicht importieren ---" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1679 +#, python-format +msgid "Import-Compatible Export" +msgstr "Import-kompatibler Export" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/coresetup.js:610 +#, python-format +msgid "%d years ago" +msgstr "vor %d Jahren" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:1040 +#, python-format +msgid "Unknown m2m command %s" +msgstr "Unbekannter M2M Befehl %s" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:1068 +#, python-format +msgid "Save default" +msgstr "Standardwert speichern" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:121 +#: code:addons/web/static/src/xml/base.xml:175 +#: code:addons/web/static/src/xml/base.xml:264 +#, python-format +msgid "New database name:" +msgstr "Name der neuen Datenbank:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:394 +#, python-format +msgid "Please enter your new password" +msgstr "Bitte geben Sie Ihr neues Passwort ein" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:4886 +#, python-format +msgid "The field is empty, there's nothing to save !" +msgstr "Das Feld ist leer, sie können nichts speichern!" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:545 +#, python-format +msgid "Manage Views" +msgstr "Ansichten verwalten" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1801 +#, python-format +msgid "Encoding:" +msgstr "Zeichensatz:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1808 +#, python-format +msgid "Lines to skip" +msgstr "Zu überspringende Zeilen" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:2858 +#, python-format +msgid "Create \"%s\"" +msgstr "Lege \"%s\" an" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/data_export.js:361 +#, python-format +msgid "Please select fields to save export list..." +msgstr "Bitte wählen Sie die zu exportierenden Felder..." + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:418 +#, python-format +msgid "Copyright © 2004-TODAY OpenERP SA. All Rights Reserved." +msgstr "Copyright © 2004-Heute OpenERP SA. Alle Rechte vorbehalten." + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:2346 +#, python-format +msgid "This resource is empty" +msgstr "Die Quelle ist leer" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1689 +#, python-format +msgid "Available fields" +msgstr "Verfügbare Felder" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1835 +#, python-format +msgid "The import failed due to:" +msgstr "Der Import schlug fehl, da:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/views.js:812 +#: code:addons/web/static/src/xml/base.xml:539 +#, python-format +msgid "JS Tests" +msgstr "JS Tests" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1750 +#, python-format +msgid "Save as:" +msgstr "Speichern unter:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:927 +#, python-format +msgid "Filter on: %s" +msgstr "Filter für: %s" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:2904 +#: code:addons/web/static/src/js/view_form.js:3757 +#, python-format +msgid "Create: " +msgstr "Erstelle: " + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:540 +#, python-format +msgid "View Fields" +msgstr "Ansicht Felder" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:330 +#, python-format +msgid "Confirm New Password:" +msgstr "Neues Passwort bestätigen:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:575 +#, python-format +msgid "Do you really want to remove these records?" +msgstr "Möchten Sie diese Datensätze wirklich löschen" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:958 +#, python-format +msgid "Context:" +msgstr "Kontext:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1933 +#: code:addons/web/static/src/js/search.js:1960 +#, python-format +msgid "is" +msgstr "ist" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/data_export.js:6 +#, python-format +msgid "Export Data" +msgstr "Daten exportieren" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:962 +#, python-format +msgid "Domain:" +msgstr "Domäne:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:834 +#, python-format +msgid "Default:" +msgstr "Standard:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:82 +#: code:addons/web/static/src/xml/base.xml:446 +#, python-format +msgid "OpenERP" +msgstr "OpenERP" + +#. module: web +#. openerp-web +#: code:addons/web/doc/module/static/src/xml/web_example.xml:8 +#, python-format +msgid "Stop" +msgstr "Stop" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:68 +#: code:addons/web/static/src/xml/base.xml:193 +#: code:addons/web/static/src/xml/base.xml:225 +#, python-format +msgid "Database:" +msgstr "Datenbank:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1183 +#: code:addons/web/static/src/xml/base.xml:1240 +#, python-format +msgid "Uploading ..." +msgstr "Hochladen ..." + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1853 +#, python-format +msgid "Name:" +msgstr "Name:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:1058 +#, python-format +msgid "About" +msgstr "Über" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1431 +#, python-format +msgid "Search Again" +msgstr "Nochmals suchen" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1455 +#, python-format +msgid "-- Filters --" +msgstr "-- Filter --" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1230 +#: code:addons/web/static/src/xml/base.xml:1232 +#, python-format +msgid "Clear" +msgstr "Suche Leeren" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1680 +#, python-format +msgid "Export all Data" +msgstr "Alle Daten exportieren" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:1334 +#, python-format +msgid "" +"Grouping on field '%s' is not possible because that field does not appear in " +"the list view." +msgstr "" +"Gruppierung nach Feld '%s' ist nicht möglich, da das Feld nicht in der " +"Listenansicht angezeigt wird." + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:537 +#, python-format +msgid "Set Defaults" +msgstr "Standardwert setzen" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1670 +#, python-format +msgid "" +"This wizard will export all data that matches the current search criteria to " +"a CSV file.\n" +" You can export all data or only the fields that can be " +"reimported after modification." +msgstr "" +"Dieser Assistent wird alle Daten in eine CSV exportieren, die den aktuellen " +"Suchbedingungen entsprechen.\n" +" Sie können alle Daten oder nur die Felder exportieren, die nach einer " +"Bearbeitung wieder importiert werden können." + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:321 +#, python-format +msgid "The record could not be found in the database." +msgstr "Der Datensatz konnte in der Datenbank nicht entdeckt werden." + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1472 +#, python-format +msgid "Filter Name:" +msgstr "Filter Name:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:946 +#, python-format +msgid "Type:" +msgstr "Typ:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:538 +#, python-format +msgid "Incorrect super-administrator password" +msgstr "Ungültiges Superadministrator Passwort" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:942 +#, python-format +msgid "Object:" +msgstr "Objekt:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:292 +#: code:addons/web/static/src/js/chrome.js:326 +#, python-format +msgid "Loading" +msgstr "Laden" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/coresetup.js:609 +#, python-format +msgid "about a year ago" +msgstr "letztes Jahr" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1870 +#: code:addons/web/static/src/js/search.js:1880 +#: code:addons/web/static/src/js/search.js:1914 +#: code:addons/web/static/src/js/search.js:1939 +#, python-format +msgid "is not equal to" +msgstr "ist ungleich" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:5036 +#, python-format +msgid "" +"The type of the field '%s' must be a many2many field with a relation to " +"'ir.attachment' model." +msgstr "" +"Der Feldtyp des Feldes '%s' muss ein Many2Many Feld mit Bezug zum Modell " +"'ir.attachment sein." + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/coresetup.js:604 +#, python-format +msgid "%d hours ago" +msgstr "vor %d Stunden" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:4206 +#: code:addons/web/static/src/js/view_form.js:4335 +#, python-format +msgid "Add: " +msgstr "Hinzufügen: " + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1858 +#, python-format +msgid "Quick Add" +msgstr "Schnellanlage" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1805 +#, python-format +msgid "Latin 1" +msgstr "Latin 1" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:260 +#: code:addons/web/static/src/js/chrome.js:269 +#: code:addons/web/static/src/js/chrome.js:449 +#: code:addons/web/static/src/js/chrome.js:792 +#: code:addons/web/static/src/js/view_form.js:572 +#: code:addons/web/static/src/js/view_form.js:1923 +#: code:addons/web/static/src/xml/base.xml:1752 +#, python-format +msgid "Ok" +msgstr "Ok" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/views.js:1162 +#, python-format +msgid "Uploading..." +msgstr "Hochladen …" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:125 +#, python-format +msgid "Load Demonstration data:" +msgstr "Beispieldaten laden:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:615 +#, python-format +msgid "Created by :" +msgstr "Angelegt von:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/dates.js:22 +#: code:addons/web/static/src/js/dates.js:26 +#, python-format +msgid "'%s' is not a valid datetime" +msgstr "'%s' ist kein gültiger Datums-/Zeitwert" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:256 +#, python-format +msgid "File:" +msgstr "Datei:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1882 +#: code:addons/web/static/src/js/search.js:1916 +#: code:addons/web/static/src/js/search.js:1941 +#, python-format +msgid "less than" +msgstr "ist kleiner als" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:687 +#: code:addons/web/static/src/js/views.js:1097 +#, python-format +msgid "Warning" +msgstr "Warnung!" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:547 +#, python-format +msgid "Edit SearchView" +msgstr "Bearbeite Suchansicht" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1975 +#, python-format +msgid "is true" +msgstr "ist Wahr" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:3909 +#, python-format +msgid "Add an item" +msgstr "Eintrag hinzufügen" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1603 +#, python-format +msgid "Save current filter" +msgstr "Aktuellen Filter speichern" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:1915 +#, python-format +msgid "Confirm" +msgstr "Bestätigen" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/data_export.js:126 +#, python-format +msgid "Please enter save field list name" +msgstr "Bitte geben Sie den Dateinamen der Sicherung ein" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:2206 +#, python-format +msgid "Download \"%s\"" +msgstr "Download \"%s\"" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:326 +#, python-format +msgid "New" +msgstr "Neu" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:1767 +#, python-format +msgid "Can't convert value %s to context" +msgstr "Kann Wert %s nicht in den Kontext konvertieren" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/views.js:807 +#: code:addons/web/static/src/xml/base.xml:541 +#, python-format +msgid "Fields View Get" +msgstr "Feld Ansicht Definition" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:149 +#, python-format +msgid "Confirm password:" +msgstr "Passwort bestätigen:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1883 +#: code:addons/web/static/src/js/search.js:1917 +#: code:addons/web/static/src/js/search.js:1942 +#, python-format +msgid "greater or equal than" +msgstr "ist größer oder gleich als" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1321 +#, python-format +msgid "Button" +msgstr "Schaltfläche" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:418 +#, python-format +msgid "OpenERP is a trademark of the" +msgstr "OpenERP ist eine Marke der" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/data_export.js:374 +#, python-format +msgid "Please select fields to export..." +msgstr "Bitte wählen Sie Felder für den Export" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:286 +#, python-format +msgid "New master password:" +msgstr "Neues Master Passwort:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1976 +#, python-format +msgid "is false" +msgstr "ist falsch" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:404 +#, python-format +msgid "About OpenERP" +msgstr "Über OpenERP" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/formats.js:297 +#, python-format +msgid "'%s' is not a correct date, datetime nor time" +msgstr "" +"'%s' ist weder ein gültiger Datumswert, kein gültiger Datums-/Zeitwert noch " +"eine gültige Zeitangabe" + +#. module: web +#: code:addons/web/controllers/main.py:1264 +#, python-format +msgid "No content found for field '%s' on '%s:%s'" +msgstr "Kein Inhalt für das Feld '%s' am '%s:%s' gefunden" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:304 +#, python-format +msgid "Database Management" +msgstr "Datenbank Verwaltung" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:5007 +#, python-format +msgid "Image" +msgstr "Bild" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:81 +#, python-format +msgid "Manage Databases" +msgstr "Datenbanken verwalten" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/pyeval.js:765 +#, python-format +msgid "Evaluation Error" +msgstr "Evalution Fehler" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1283 +#, python-format +msgid "not a valid integer" +msgstr "ungültiger Integer" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:337 +#: code:addons/web/static/src/xml/base.xml:776 +#: code:addons/web/static/src/xml/base.xml:816 +#: code:addons/web/static/src/xml/base.xml:1376 +#: code:addons/web/static/src/xml/base.xml:1384 +#: code:addons/web/static/src/xml/base.xml:1630 +#, python-format +msgid "or" +msgstr "oder" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1381 +#, python-format +msgid "No" +msgstr "Nein" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/formats.js:309 +#, python-format +msgid "'%s' is not convertible to date, datetime nor time" +msgstr "" +"'%s' kann nicht in ein Datum, Datum/Zeit noch in eine Zeit konvertiert werden" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:199 +#: code:addons/web/static/src/xml/base.xml:161 +#: code:addons/web/static/src/xml/base.xml:307 +#, python-format +msgid "Duplicate" +msgstr "Duplizieren" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:777 +#: code:addons/web/static/src/xml/base.xml:817 +#: code:addons/web/static/src/xml/base.xml:1391 +#, python-format +msgid "Discard" +msgstr "Verwerfen" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1624 +#, python-format +msgid "Add a condition" +msgstr "Eine Bedingung hinzufügen" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/coresetup.js:629 +#, python-format +msgid "Still loading..." +msgstr "Noch am Laden..." + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:818 +#, python-format +msgid "Incorrect value for field %(fieldname)s: [%(value)s] is %(message)s" +msgstr "Ungültiger Wert für Feld %(fieldname)s: [%(value)s] is %(message)s" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:3805 +#, python-format +msgid "The o2m record must be saved before an action can be used" +msgstr "" +"Der O2M Datensatz muss gespeichert werden bevor eine Aktion angewendet " +"werden kann" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:509 +#, python-format +msgid "Backed" +msgstr "Gesichert" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1610 +#, python-format +msgid "Use by default" +msgstr "Als Standard benutzen" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:1348 +#, python-format +msgid "%s (%d)" +msgstr "%s (%d)" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:775 +#, python-format +msgid "triggered from search view" +msgstr "von der Suchansicht ausgelöst" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:978 +#, python-format +msgid "Filter" +msgstr "Filter" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:950 +#, python-format +msgid "Widget:" +msgstr "Widget:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:548 +#, python-format +msgid "Edit Action" +msgstr "Aktion bearbeiten" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:555 +#, python-format +msgid "ID:" +msgstr "ID:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:870 +#, python-format +msgid "Only you" +msgstr "Nur für Sie" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:549 +#, python-format +msgid "Edit Workflow" +msgstr "Workflow bearbeiten" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/views.js:1171 +#, python-format +msgid "Do you really want to delete this attachment ?" +msgstr "Wollen Sie diesen Anhang wirklich löschen?" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/views.js:840 +#, python-format +msgid "Technical Translation" +msgstr "Technische Übersetzung" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:938 +#, python-format +msgid "Field:" +msgstr "Feld:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:620 +#, python-format +msgid "Modified by :" +msgstr "Bearbeitet von:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:499 +#, python-format +msgid "The database %s has been dropped" +msgstr "Die Datenbank %s wurde gelöscht" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:460 +#, python-format +msgid "User's timezone" +msgstr "Zeitzone des Benutzers" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:284 +#: code:addons/web/static/src/js/chrome.js:1168 +#, python-format +msgid "Client Error" +msgstr "Client Fehler" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/views.js:998 +#, python-format +msgid "Print" +msgstr "Drucken" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1331 +#, python-format +msgid "Special:" +msgstr "Spezial:" + +#. module: web +#: code:addons/web/controllers/main.py:834 +#, python-format +msgid "" +"The old password you provided is incorrect, your password was not changed." +msgstr "" +"Das alte Passwort, das sie eingegeben haben ist falsch, ihr Passwort wurde " +"nicht geändert." + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:561 +#, python-format +msgid "Creation User:" +msgstr "Benutzer Erstellung" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:769 +#, python-format +msgid "Do you really want to delete this record?" +msgstr "Möchten Sie diesen Datensatz wirklich löschen?" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1385 +#, python-format +msgid "Save & Close" +msgstr "Speichern & Beenden" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:2845 +#, python-format +msgid "Search More..." +msgstr "Mehr suchen" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:75 +#: code:addons/web/static/src/xml/base.xml:311 +#, python-format +msgid "Password" +msgstr "Passwort" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:546 +#: code:addons/web/static/src/xml/base.xml:809 +#: code:addons/web/static/src/xml/base.xml:1178 +#, python-format +msgid "Edit" +msgstr "Bearbeiten" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1706 +#, python-format +msgid "Remove" +msgstr "Löschen" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1062 +#, python-format +msgid "Select date" +msgstr "Datum auswählen" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1249 +#, python-format +msgid "Search %(field)s for: %(value)s" +msgstr "Suche %(field)s nach: %(value)s" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1277 +#, python-format +msgid "Delete this file" +msgstr "Diese Datei löschen" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:109 +#, python-format +msgid "Create Database" +msgstr "Datenbank anlegen" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:420 +#, python-format +msgid "GNU Affero General Public License" +msgstr "GNU Affero General Public License" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1795 +#, python-format +msgid "Separator:" +msgstr "Trennzeichen:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:300 +#, python-format +msgid "Back to Login" +msgstr "Zurück zur Anmeldung" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1662 +#: code:addons/web/static/src/xml/base.xml:1454 +#, python-format +msgid "Filters" +msgstr "Filter" diff --git a/web/i18n/en_AU.po b/web/i18n/en_AU.po new file mode 100644 index 0000000..00bda89 --- /dev/null +++ b/web/i18n/en_AU.po @@ -0,0 +1,2625 @@ +# English (Australia) translation for openerp-web +# Copyright (c) 2012 Rosetta Contributors and Canonical Ltd 2012 +# This file is distributed under the same license as the openerp-web package. +# FIRST AUTHOR , 2012. +# +msgid "" +msgstr "" +"Project-Id-Version: openerp-web\n" +"Report-Msgid-Bugs-To: FULL NAME \n" +"POT-Creation-Date: 2012-12-21 17:06+0000\n" +"PO-Revision-Date: 2012-12-22 07:00+0000\n" +"Last-Translator: David Bowers \n" +"Language-Team: English (Australia) \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Launchpad-Export-Date: 2012-12-23 05:09+0000\n" +"X-Generator: Launchpad (build 16378)\n" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:133 +#, python-format +msgid "Default language:" +msgstr "Default language:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/coresetup.js:602 +#, python-format +msgid "%d minutes ago" +msgstr "%d minutes ago" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/coresetup.js:630 +#, python-format +msgid "Still loading...
    Please be patient." +msgstr "Still loading...
    Please be patient." + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1832 +#, python-format +msgid "%(field)s %(operator)s \"%(value)s\"" +msgstr "%(field)s %(operator)s \"%(value)s\"" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1884 +#: code:addons/web/static/src/js/search.js:1918 +#: code:addons/web/static/src/js/search.js:1943 +#, python-format +msgid "less or equal than" +msgstr "less than or equal to" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:393 +#, python-format +msgid "Please enter your previous password" +msgstr "Please enter your previous password" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:117 +#: code:addons/web/static/src/xml/base.xml:167 +#: code:addons/web/static/src/xml/base.xml:282 +#, python-format +msgid "Master password:" +msgstr "Master password:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:274 +#, python-format +msgid "Change Master Password" +msgstr "Change Master Password" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:491 +#, python-format +msgid "Do you really want to delete the database: %s ?" +msgstr "Do you really want to delete the database: %s?" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1398 +#, python-format +msgid "Search %(field)s at: %(value)s" +msgstr "Search %(field)s at: %(value)s" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:537 +#, python-format +msgid "Access Denied" +msgstr "Access Denied" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:5183 +#, python-format +msgid "Uploading error" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/coresetup.js:603 +#, python-format +msgid "about an hour ago" +msgstr "about an hour ago" + +#. module: web +#. openerp-web +#: code:addons/web/controllers/main.py:768 +#: code:addons/web/static/src/js/chrome.js:514 +#: code:addons/web/static/src/xml/base.xml:216 +#, python-format +msgid "Backup Database" +msgstr "Backup Database" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/views.js:463 +#, python-format +msgid "%(view_type)s view" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/dates.js:49 +#: code:addons/web/static/src/js/dates.js:53 +#, python-format +msgid "'%s' is not a valid date" +msgstr "'%s' is not a valid date" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1837 +#, python-format +msgid "Here is a preview of the file we could not import:" +msgstr "Here is a preview of the file that could not be imported:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/coresetup.js:601 +#, python-format +msgid "about a minute ago" +msgstr "about a minute ago" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1297 +#, python-format +msgid "File" +msgstr "File" + +#. module: web +#: code:addons/web/controllers/main.py:826 +#, python-format +msgid "You cannot leave any password empty." +msgstr "You cannot leave any password empty." + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:680 +#, python-format +msgid "Invalid username or password" +msgstr "Invalid username and/or password" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:206 +#: code:addons/web/static/src/xml/base.xml:238 +#: code:addons/web/static/src/xml/base.xml:260 +#, python-format +msgid "Master Password:" +msgstr "Master password:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1217 +#: code:addons/web/static/src/xml/base.xml:1374 +#, python-format +msgid "Select" +msgstr "Select" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:549 +#, python-format +msgid "Database restored successfully" +msgstr "Database restored successfully" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:415 +#, python-format +msgid "Version" +msgstr "Version" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:570 +#, python-format +msgid "Latest Modification Date:" +msgstr "Last Modification Date:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1459 +#, python-format +msgid "M2O search fields do not currently handle multiple default values" +msgstr "M2O search fields do not currently handle multiple default values" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:1227 +#, python-format +msgid "Widget type '%s' is not implemented" +msgstr "Widget type '%s' is not implemented" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1608 +#, python-format +msgid "Share with all users" +msgstr "Share with all users" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:77 +#: code:addons/web/static/src/js/view_form.js:321 +#, python-format +msgid "Form" +msgstr "Form" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1324 +#, python-format +msgid "(no string)" +msgstr "(no string)" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/formats.js:282 +#, python-format +msgid "'%s' is not a correct time" +msgstr "'%s' is not a valid time" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1297 +#, python-format +msgid "not a valid number" +msgstr "invalid number" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:325 +#, python-format +msgid "New Password:" +msgstr "New password:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:610 +#, python-format +msgid "Attachment :" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1691 +#, python-format +msgid "Fields to export" +msgstr "Fields to export" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:1340 +#, python-format +msgid "Undefined" +msgstr "Undefined" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:4871 +#, python-format +msgid "File Upload" +msgstr "File Upload" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/coresetup.js:607 +#, python-format +msgid "about a month ago" +msgstr "about a month ago" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1600 +#, python-format +msgid "Custom Filters" +msgstr "Custom Filters" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1336 +#, python-format +msgid "Button Type:" +msgstr "Button Type:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:419 +#, python-format +msgid "OpenERP SA Company" +msgstr "OpenERP SA" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1553 +#, python-format +msgid "Custom Filter" +msgstr "Custom Filter" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:159 +#, python-format +msgid "Duplicate Database" +msgstr "Duplicate Database" + +#. module: web +#. openerp-web +#: code:addons/web/controllers/main.py:789 +#: code:addons/web/controllers/main.py:790 +#: code:addons/web/controllers/main.py:826 +#: code:addons/web/controllers/main.py:828 +#: code:addons/web/controllers/main.py:834 +#: code:addons/web/controllers/main.py:835 +#: code:addons/web/static/src/js/chrome.js:768 +#: code:addons/web/static/src/xml/base.xml:276 +#: code:addons/web/static/src/xml/base.xml:336 +#, python-format +msgid "Change Password" +msgstr "Change Password" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:3411 +#, python-format +msgid "View type '%s' is not supported in One2Many." +msgstr "View type '%s' is not supported in One2Many." + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:4951 +#: code:addons/web/static/src/js/view_list.js:2194 +#, python-format +msgid "Download" +msgstr "Download" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/formats.js:266 +#, python-format +msgid "'%s' is not a correct datetime" +msgstr "'%s' is not a valid datetime" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:417 +#, python-format +msgid "Group" +msgstr "Group" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:927 +#, python-format +msgid "Unhandled widget" +msgstr "Unhandled widget" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:982 +#, python-format +msgid "Selection:" +msgstr "Selection:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:871 +#, python-format +msgid "The following fields are invalid:" +msgstr "The following fields are invalid:" + +#. module: web +#: code:addons/web/controllers/main.py:847 +#, python-format +msgid "Languages" +msgstr "Languages" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1270 +#, python-format +msgid "...Upload in progress..." +msgstr "...Upload in progress..." + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1768 +#, python-format +msgid "Import" +msgstr "Import" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:543 +#, python-format +msgid "Could not restore the database" +msgstr "Could not restore the database" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:4851 +#, python-format +msgid "File upload" +msgstr "File upload" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:3804 +#, python-format +msgid "Action Button" +msgstr "Action Button" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:542 +#: code:addons/web/static/src/xml/base.xml:1467 +#, python-format +msgid "Manage Filters" +msgstr "Manage Filters" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1867 +#, python-format +msgid "contains" +msgstr "contains" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/coresetup.js:633 +#, python-format +msgid "Take a minute to get a coffee,
    because it's loading..." +msgstr "" +"Take a minute to get a coffee,
    because it'll be a while loading..." + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:413 +#, python-format +msgid "Activate the developer mode" +msgstr "Activate developer mode" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:324 +#, python-format +msgid "Loading (%d)" +msgstr "Loading (%d)" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1114 +#, python-format +msgid "GroupBy" +msgstr "GroupBy" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:687 +#, python-format +msgid "You must select at least one record." +msgstr "You must select at least one record." + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:535 +#, python-format +msgid "View Log (perm_read)" +msgstr "View Log (perm_read)" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:1061 +#, python-format +msgid "Set Default" +msgstr "Set as Default" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:978 +#, python-format +msgid "Relation:" +msgstr "Relationship:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/coresetup.js:600 +#, python-format +msgid "less than a minute ago" +msgstr "less than a minute ago" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:851 +#, python-format +msgid "Condition:" +msgstr "Condition:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:1692 +#, python-format +msgid "Unsupported operator %s in domain %s" +msgstr "Unsupported operator %s in domain %s" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/formats.js:242 +#, python-format +msgid "'%s' is not a correct float" +msgstr "'%s' is not a valid float" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:549 +#, python-format +msgid "Restored" +msgstr "Restored" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:394 +#, python-format +msgid "%d-%d of %d" +msgstr "%d-%d of %d" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:2868 +#, python-format +msgid "Create and Edit..." +msgstr "Create and Edit..." + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/pyeval.js:731 +#, python-format +msgid "Unknown nonliteral type " +msgstr "Unknown non-literal type " + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:2346 +#, python-format +msgid "Resource error" +msgstr "Resource error" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1961 +#, python-format +msgid "is not" +msgstr "is not" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:550 +#, python-format +msgid "Print Workflow" +msgstr "Print Workflow" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:396 +#, python-format +msgid "Please confirm your new password" +msgstr "Please confirm your new password" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1804 +#, python-format +msgid "UTF-8" +msgstr "UTF-8" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:421 +#, python-format +msgid "For more information visit" +msgstr "For more information visit" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1859 +#, python-format +msgid "Add All Info..." +msgstr "Add All Info..." + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1683 +#, python-format +msgid "Export Formats" +msgstr "Export Formats" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:974 +#, python-format +msgid "On change:" +msgstr "On change:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/views.js:865 +#, python-format +msgid "Model %s fields" +msgstr "Model %s fields" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:893 +#, python-format +msgid "Setting 'id' attribute on existing record %s" +msgstr "Setting 'id' attribute on existing record %s" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:8 +#, python-format +msgid "List" +msgstr "List" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1881 +#: code:addons/web/static/src/js/search.js:1915 +#: code:addons/web/static/src/js/search.js:1940 +#, python-format +msgid "greater than" +msgstr "greater than" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:2248 +#: code:addons/web/static/src/xml/base.xml:546 +#, python-format +msgid "View" +msgstr "View" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1466 +#, python-format +msgid "Save Filter" +msgstr "Save Filter" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1344 +#, python-format +msgid "Action ID:" +msgstr "Action ID:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:457 +#, python-format +msgid "Your user's preference timezone does not match your browser timezone:" +msgstr "Your user preference timezone does not match your browser timezone:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:1223 +#, python-format +msgid "Field '%s' specified in view could not be found." +msgstr "Field '%s' specified in view could not be found." + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1756 +#, python-format +msgid "Saved exports:" +msgstr "Saved exports:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:320 +#, python-format +msgid "Old Password:" +msgstr "Old password:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/formats.js:113 +#, python-format +msgid "Bytes,Kb,Mb,Gb,Tb,Pb,Eb,Zb,Yb" +msgstr "Bytes,KB,MB,GB,TB,PB,EB,ZB,YB" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:481 +#, python-format +msgid "The database has been duplicated." +msgstr "The database has been duplicated." + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1625 +#, python-format +msgid "Apply" +msgstr "Apply" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1386 +#, python-format +msgid "Save & New" +msgstr "Save & Continue" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1223 +#: code:addons/web/static/src/xml/base.xml:1225 +#, python-format +msgid "Save As" +msgstr "Save As" + +#. module: web +#. openerp-web +#: code:addons/web/doc/module/static/src/xml/web_example.xml:3 +#, python-format +msgid "00:00:00" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:2317 +#, python-format +msgid "E-mail error" +msgstr "E-mail error" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/coresetup.js:605 +#, python-format +msgid "a day ago" +msgstr "a day ago" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1789 +#, python-format +msgid "Does your file have titles?" +msgstr "Does your file have field titles?" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:327 +#, python-format +msgid "Unlimited" +msgstr "Unlimited" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:784 +#, python-format +msgid "" +"Warning, the record has been modified, your changes will be discarded.\n" +"\n" +"Are you sure you want to leave this page ?" +msgstr "" +"Warning: the record has been modified. Your changes will be discarded.\n" +"\n" +"Are you sure you want to leave this page ?" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:2904 +#, python-format +msgid "Search: " +msgstr "Search: " + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:544 +#, python-format +msgid "Technical translation" +msgstr "Technical translation" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1797 +#, python-format +msgid "Delimiter:" +msgstr "Delimiter:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:462 +#, python-format +msgid "Browser's timezone" +msgstr "Browser's timezone" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1605 +#, python-format +msgid "Filter name" +msgstr "Filter name" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1464 +#, python-format +msgid "-- Actions --" +msgstr "-- Actions --" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:4134 +#: code:addons/web/static/src/js/view_form.js:4294 +#: code:addons/web/static/src/xml/base.xml:1407 +#: code:addons/web/static/src/xml/base.xml:1705 +#, python-format +msgid "Add" +msgstr "Add" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:536 +#, python-format +msgid "Toggle Form Layout Outline" +msgstr "Toggle Form Layout Outline" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:421 +#, python-format +msgid "OpenERP.com" +msgstr "OpenERP.com" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:2317 +#, python-format +msgid "Can't send email to invalid e-mail address" +msgstr "Can't send email to invalid e-mail address" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:636 +#, python-format +msgid "Add..." +msgstr "Add..." + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:405 +#, python-format +msgid "Preferences" +msgstr "Preferences" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:436 +#, python-format +msgid "Wrong on change format: %s" +msgstr "Wrong on change format: %s" + +#. module: web +#. openerp-web +#: code:addons/web/controllers/main.py:750 +#: code:addons/web/static/src/xml/base.xml:185 +#, python-format +msgid "Drop Database" +msgstr "Drop Database" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:466 +#, python-format +msgid "Click here to change your user's timezone." +msgstr "Click here to change your user timezone." + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:966 +#, python-format +msgid "Modifiers:" +msgstr "Modifiers:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:627 +#, python-format +msgid "Delete this attachment" +msgstr "Delete this attachment" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:774 +#: code:addons/web/static/src/xml/base.xml:815 +#: code:addons/web/static/src/xml/base.xml:1382 +#: code:addons/web/static/src/xml/base.xml:1612 +#, python-format +msgid "Save" +msgstr "Save" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/views.js:999 +#: code:addons/web/static/src/xml/base.xml:352 +#, python-format +msgid "More" +msgstr "More" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:73 +#, python-format +msgid "Username" +msgstr "Username" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:481 +#, python-format +msgid "Duplicating database" +msgstr "Duplicating database" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:563 +#, python-format +msgid "Password has been changed successfully" +msgstr "Password has been changed successfully" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list_editable.js:788 +#, python-format +msgid "The form's data can not be discarded" +msgstr "The form's data cannot be discarded" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:533 +#, python-format +msgid "Debug View#" +msgstr "Debug View#" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:77 +#, python-format +msgid "Log in" +msgstr "Log in" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:198 +#: code:addons/web/static/src/js/view_list.js:346 +#: code:addons/web/static/src/xml/base.xml:1764 +#, python-format +msgid "Delete" +msgstr "Delete" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/pyeval.js:769 +#, python-format +msgid "" +"Local evaluation failure\n" +"%s\n" +"\n" +"%s" +msgstr "" +"Local evaluation failure\n" +"%s\n" +"\n" +"%s" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:350 +#, python-format +msgid "Invalid database name" +msgstr "Invalid database name" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1693 +#, python-format +msgid "Save fields list" +msgstr "Save this list of fields" + +#. module: web +#. openerp-web +#: code:addons/web/doc/module/static/src/xml/web_example.xml:5 +#, python-format +msgid "Start" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/views.js:823 +#, python-format +msgid "View Log (%s)" +msgstr "View Log (%s)" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:564 +#, python-format +msgid "Creation Date:" +msgstr "Creation Date:" + +#. module: web +#: code:addons/web/controllers/main.py:790 +#: code:addons/web/controllers/main.py:835 +#, python-format +msgid "Error, password not changed !" +msgstr "Error, password not changed!" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:4850 +#, python-format +msgid "The selected file exceed the maximum file size of %s." +msgstr "The selected file exceed the maximum file size of %s." + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:632 +#: code:addons/web/static/src/xml/base.xml:1300 +#, python-format +msgid "/web/binary/upload_attachment" +msgstr "/web/binary/upload_attachment" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:563 +#, python-format +msgid "Changed Password" +msgstr "Changed Password" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1431 +#, python-format +msgid "Search" +msgstr "Search" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:3032 +#: code:addons/web/static/src/js/view_form.js:3668 +#: code:addons/web/static/src/js/view_form.js:3785 +#: code:addons/web/static/src/js/view_form.js:4230 +#: code:addons/web/static/src/js/view_form.js:4353 +#, python-format +msgid "Open: " +msgstr "Open: " + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:218 +#: code:addons/web/static/src/xml/base.xml:309 +#, python-format +msgid "Backup" +msgstr "Backup" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/dates.js:76 +#: code:addons/web/static/src/js/dates.js:80 +#, python-format +msgid "'%s' is not a valid time" +msgstr "'%s' is not a valid time" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/formats.js:274 +#, python-format +msgid "'%s' is not a correct date" +msgstr "'%s' is not a valid date" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:933 +#, python-format +msgid "(nolabel)" +msgstr "(nolabel)" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/coresetup.js:606 +#, python-format +msgid "%d days ago" +msgstr "%d days ago" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1474 +#, python-format +msgid "(Any existing filter with the same name will be replaced)" +msgstr "(An existing filter with the same name will be replaced)" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:1918 +#: code:addons/web/static/src/xml/base.xml:338 +#: code:addons/web/static/src/xml/base.xml:1377 +#: code:addons/web/static/src/xml/base.xml:1860 +#, python-format +msgid "Cancel" +msgstr "Cancel" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/coresetup.js:628 +#: code:addons/web/static/src/xml/base.xml:9 +#, python-format +msgid "Loading..." +msgstr "Loading…" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:567 +#, python-format +msgid "Latest Modification by:" +msgstr "Last Modified by:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:1242 +#: code:addons/web/static/src/xml/base.xml:470 +#, python-format +msgid "Timezone mismatch" +msgstr "Timezone mismatch" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:1646 +#, python-format +msgid "Unknown operator %s in domain %s" +msgstr "Unknown operator %s in domain %s" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:428 +#, python-format +msgid "%d / %d" +msgstr "%d / %d" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1782 +#, python-format +msgid "2. Check your file format" +msgstr "2. Check the format of the file" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1718 +#, python-format +msgid "Name" +msgstr "Name" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1775 +#, python-format +msgid "" +"Select a .CSV file to import. If you need a sample of file to import,\n" +" you should use the export tool with the \"Import Compatible\" option." +msgstr "" +"Select a *.CSV file to import. If you need a sample file to import,\n" +" you should \"Export only Data that is compatible for re-importing\"." + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/coresetup.js:608 +#, python-format +msgid "%d months ago" +msgstr "%d months ago" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:187 +#: code:addons/web/static/src/xml/base.xml:308 +#, python-format +msgid "Drop" +msgstr "Drop" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1465 +#, python-format +msgid "Add Advanced Filter" +msgstr "Add Advanced Filter" + +#. module: web +#: code:addons/web/controllers/main.py:828 +#, python-format +msgid "The new password and its confirmation must be identical." +msgstr "The new password and its confirmation must be identical." + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:542 +#: code:addons/web/static/src/xml/base.xml:248 +#, python-format +msgid "Restore Database" +msgstr "Restore Database" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:644 +#, python-format +msgid "Login" +msgstr "Login name" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:420 +#, python-format +msgid "Licenced under the terms of" +msgstr "Licensed under the terms of" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:250 +#: code:addons/web/static/src/xml/base.xml:310 +#, python-format +msgid "Restore" +msgstr "Restore" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1677 +#, python-format +msgid "Export Type:" +msgstr "Export Type:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:406 +#, python-format +msgid "Log out" +msgstr "Log out" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1090 +#, python-format +msgid "Group by: %s" +msgstr "Group by: %s" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:153 +#, python-format +msgid "No data provided." +msgstr "No data provided." + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:345 +#: code:addons/web/static/src/xml/base.xml:1665 +#, python-format +msgid "Export" +msgstr "Export" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/data_export.js:12 +#, python-format +msgid "Export To File" +msgstr "Export to File" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/views.js:1097 +#, python-format +msgid "You must choose at least one record." +msgstr "You must select at least one record." + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/coresetup.js:631 +#, python-format +msgid "Don't leave yet,
    it's still loading..." +msgstr "Don't leave yet,
    it's still loading..." + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:775 +#, python-format +msgid "Invalid Search" +msgstr "Invalid Search" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:980 +#, python-format +msgid "Could not find id in dataset" +msgstr "Could not find id in dataset" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1707 +#, python-format +msgid "Remove All" +msgstr "Remove All" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1340 +#, python-format +msgid "Method:" +msgstr "Method:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:1439 +#, python-format +msgid "%(page)d/%(page_count)d" +msgstr "%(page)d/%(page_count)d" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:397 +#, python-format +msgid "The confirmation does not match the password" +msgstr "The confirmation does not match the password" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:441 +#, python-format +msgid "Edit Company data" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:4886 +#, python-format +msgid "Save As..." +msgstr "Save As…" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:5007 +#, python-format +msgid "Could not display the selected image." +msgstr "Could not display the selected image." + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:509 +#, python-format +msgid "Database backed up successfully" +msgstr "Database backed up successfully" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1808 +#, python-format +msgid "" +"For use if CSV files have titles on multiple lines, skips more than a single " +"line during import" +msgstr "" +"Used if *.CSV files have field titles on multiple lines (skips more than a " +"single line during import)." + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:394 +#, python-format +msgid "99+" +msgstr "99+" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1774 +#, python-format +msgid "1. Import a .CSV file" +msgstr "1. Import a *.CSV file" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:644 +#, python-format +msgid "No database selected !" +msgstr "No database selected!" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/formats.js:180 +#, python-format +msgid "(%d records)" +msgstr "(%d records)" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:970 +#, python-format +msgid "Change default:" +msgstr "Change default:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:171 +#, python-format +msgid "Original database name:" +msgstr "Original database name:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1869 +#: code:addons/web/static/src/js/search.js:1879 +#: code:addons/web/static/src/js/search.js:1913 +#: code:addons/web/static/src/js/search.js:1938 +#, python-format +msgid "is equal to" +msgstr "is equal to" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/views.js:1500 +#, python-format +msgid "Could not serialize XML" +msgstr "Could not serialise XML" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1619 +#, python-format +msgid "Advanced Search" +msgstr "Advanced Search" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:290 +#, python-format +msgid "Confirm new master password:" +msgstr "Confirm new master password:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/coresetup.js:634 +#, python-format +msgid "Maybe you should consider reloading the application by pressing F5..." +msgstr "" +"Maybe you should consider reloading the application by pressing F5...?" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:17 +#: code:addons/web/static/src/js/view_list.js:2248 +#: code:addons/web/static/src/xml/base.xml:111 +#: code:addons/web/static/src/xml/base.xml:306 +#: code:addons/web/static/src/xml/base.xml:812 +#: code:addons/web/static/src/xml/base.xml:1376 +#, python-format +msgid "Create" +msgstr "Create" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1868 +#, python-format +msgid "doesn't contain" +msgstr "doesn't contain" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1785 +#, python-format +msgid "Import Options" +msgstr "Import Options" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:2936 +#, python-format +msgid "Add %s" +msgstr "Add %s" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:145 +#, python-format +msgid "Admin password:" +msgstr "Admin password:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/data_export.js:11 +#: code:addons/web/static/src/js/view_form.js:1067 +#: code:addons/web/static/src/xml/base.xml:1394 +#, python-format +msgid "Close" +msgstr "Close" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/coresetup.js:632 +#, python-format +msgid "" +"You may not believe it,
    but the application is actually loading..." +msgstr "" +"You may not believe it,
    but the application is actually loading..." + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1779 +#, python-format +msgid "CSV File:" +msgstr "*.CSV file:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1741 +#, python-format +msgid "Advanced" +msgstr "Advanced" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_tree.js:11 +#, python-format +msgid "Tree" +msgstr "Tree" + +#. module: web +#: code:addons/web/controllers/main.py:750 +#, python-format +msgid "Could not drop database !" +msgstr "Could not drop database!" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/formats.js:227 +#, python-format +msgid "'%s' is not a correct integer" +msgstr "'%s' is not a valid integer" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:877 +#, python-format +msgid "All users" +msgstr "All users" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:1654 +#, python-format +msgid "Unknown field %s in domain %s" +msgstr "Unknown field %s in domain %s" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/views.js:1466 +#, python-format +msgid "Node [%s] is not a JSONified XML node" +msgstr "Node [%s] is not a JSONified XML node" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1428 +#, python-format +msgid "Advanced Search..." +msgstr "Advanced Search..." + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:499 +#, python-format +msgid "Dropping database" +msgstr "Dropping database" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:82 +#: code:addons/web/static/src/xml/base.xml:445 +#, python-format +msgid "Powered by" +msgstr "Powered by" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1380 +#: code:addons/web/static/src/xml/base.xml:970 +#, python-format +msgid "Yes" +msgstr "Yes" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:4871 +#, python-format +msgid "There was a problem while uploading your file" +msgstr "There was a problem while uploading your file" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:558 +#, python-format +msgid "XML ID:" +msgstr "XML ID:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:954 +#, python-format +msgid "Size:" +msgstr "Size:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1824 +#, python-format +msgid "--- Don't Import ---" +msgstr "--- Don't Import ---" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1679 +#, python-format +msgid "Import-Compatible Export" +msgstr "Import-Compatible Export" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/coresetup.js:610 +#, python-format +msgid "%d years ago" +msgstr "%d years ago" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:1040 +#, python-format +msgid "Unknown m2m command %s" +msgstr "Unknown m2m command %s" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:1068 +#, python-format +msgid "Save default" +msgstr "Save default" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:121 +#: code:addons/web/static/src/xml/base.xml:175 +#: code:addons/web/static/src/xml/base.xml:264 +#, python-format +msgid "New database name:" +msgstr "New database name:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:394 +#, python-format +msgid "Please enter your new password" +msgstr "Please enter your new password" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:4886 +#, python-format +msgid "The field is empty, there's nothing to save !" +msgstr "The field is empty, there's nothing to save!" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:545 +#, python-format +msgid "Manage Views" +msgstr "Manage Views" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1801 +#, python-format +msgid "Encoding:" +msgstr "Encoding:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1808 +#, python-format +msgid "Lines to skip" +msgstr "Lines to skip" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:2858 +#, python-format +msgid "Create \"%s\"" +msgstr "Create \"%s\"" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/data_export.js:361 +#, python-format +msgid "Please select fields to save export list..." +msgstr "Please select fields to save export list..." + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:418 +#, python-format +msgid "Copyright © 2004-TODAY OpenERP SA. All Rights Reserved." +msgstr "Copyright © 2004-TODAY OpenERP SA. All Rights Reserved." + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:2346 +#, python-format +msgid "This resource is empty" +msgstr "This resource is empty" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1689 +#, python-format +msgid "Available fields" +msgstr "Available fields" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1835 +#, python-format +msgid "The import failed due to:" +msgstr "The import failed due to:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/views.js:812 +#: code:addons/web/static/src/xml/base.xml:539 +#, python-format +msgid "JS Tests" +msgstr "JS Tests" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1750 +#, python-format +msgid "Save as:" +msgstr "Save as:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:927 +#, python-format +msgid "Filter on: %s" +msgstr "Filter on: %s" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:2904 +#: code:addons/web/static/src/js/view_form.js:3757 +#, python-format +msgid "Create: " +msgstr "Create: " + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:540 +#, python-format +msgid "View Fields" +msgstr "View Fields" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:330 +#, python-format +msgid "Confirm New Password:" +msgstr "Confirm New Password:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:575 +#, python-format +msgid "Do you really want to remove these records?" +msgstr "Do you really want to delete these records?" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:958 +#, python-format +msgid "Context:" +msgstr "Context:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1933 +#: code:addons/web/static/src/js/search.js:1960 +#, python-format +msgid "is" +msgstr "is" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/data_export.js:6 +#, python-format +msgid "Export Data" +msgstr "Export Data" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:962 +#, python-format +msgid "Domain:" +msgstr "Domain:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:834 +#, python-format +msgid "Default:" +msgstr "Default:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:82 +#: code:addons/web/static/src/xml/base.xml:446 +#, python-format +msgid "OpenERP" +msgstr "OpenERP" + +#. module: web +#. openerp-web +#: code:addons/web/doc/module/static/src/xml/web_example.xml:8 +#, python-format +msgid "Stop" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:68 +#: code:addons/web/static/src/xml/base.xml:193 +#: code:addons/web/static/src/xml/base.xml:225 +#, python-format +msgid "Database:" +msgstr "Database:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1183 +#: code:addons/web/static/src/xml/base.xml:1240 +#, python-format +msgid "Uploading ..." +msgstr "Uploading ..." + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1853 +#, python-format +msgid "Name:" +msgstr "Name:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:1058 +#, python-format +msgid "About" +msgstr "About" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1431 +#, python-format +msgid "Search Again" +msgstr "Search Again" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1455 +#, python-format +msgid "-- Filters --" +msgstr "-- Filters --" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1230 +#: code:addons/web/static/src/xml/base.xml:1232 +#, python-format +msgid "Clear" +msgstr "Clear" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1680 +#, python-format +msgid "Export all Data" +msgstr "Export all Data" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:1334 +#, python-format +msgid "" +"Grouping on field '%s' is not possible because that field does not appear in " +"the list view." +msgstr "" +"Grouping on field '%s' is not possible because that field does not appear in " +"the list view." + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:537 +#, python-format +msgid "Set Defaults" +msgstr "Set Defaults" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1670 +#, python-format +msgid "" +"This wizard will export all data that matches the current search criteria to " +"a CSV file.\n" +" You can export all data or only the fields that can be " +"reimported after modification." +msgstr "" +"This wizard will export all data that matches the current search criteria to " +"a *.CSV file.\n" +" You can export all fields, or only the fields that can be re-" +"imported automatically." + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:321 +#, python-format +msgid "The record could not be found in the database." +msgstr "The record could not be found in the database." + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1472 +#, python-format +msgid "Filter Name:" +msgstr "Filter Name:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:946 +#, python-format +msgid "Type:" +msgstr "Type:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:538 +#, python-format +msgid "Incorrect super-administrator password" +msgstr "Incorrect super-administrator password" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:942 +#, python-format +msgid "Object:" +msgstr "Object:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:292 +#: code:addons/web/static/src/js/chrome.js:326 +#, python-format +msgid "Loading" +msgstr "Loading" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/coresetup.js:609 +#, python-format +msgid "about a year ago" +msgstr "about a year ago" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1870 +#: code:addons/web/static/src/js/search.js:1880 +#: code:addons/web/static/src/js/search.js:1914 +#: code:addons/web/static/src/js/search.js:1939 +#, python-format +msgid "is not equal to" +msgstr "is not equal to" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:5036 +#, python-format +msgid "" +"The type of the field '%s' must be a many2many field with a relation to " +"'ir.attachment' model." +msgstr "" +"The type of the field '%s' must be many2many with a relation to the " +"'ir.attachment' model." + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/coresetup.js:604 +#, python-format +msgid "%d hours ago" +msgstr "%d hours ago" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:4206 +#: code:addons/web/static/src/js/view_form.js:4335 +#, python-format +msgid "Add: " +msgstr "Add: " + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1858 +#, python-format +msgid "Quick Add" +msgstr "Quick Add" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1805 +#, python-format +msgid "Latin 1" +msgstr "Latin 1" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:260 +#: code:addons/web/static/src/js/chrome.js:269 +#: code:addons/web/static/src/js/chrome.js:449 +#: code:addons/web/static/src/js/chrome.js:792 +#: code:addons/web/static/src/js/view_form.js:572 +#: code:addons/web/static/src/js/view_form.js:1923 +#: code:addons/web/static/src/xml/base.xml:1752 +#, python-format +msgid "Ok" +msgstr "OK" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/views.js:1162 +#, python-format +msgid "Uploading..." +msgstr "Uploading ..." + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:125 +#, python-format +msgid "Load Demonstration data:" +msgstr "Load Demonstration data:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:615 +#, python-format +msgid "Created by :" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/dates.js:22 +#: code:addons/web/static/src/js/dates.js:26 +#, python-format +msgid "'%s' is not a valid datetime" +msgstr "'%s' is not a valid datetime" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:256 +#, python-format +msgid "File:" +msgstr "File:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1882 +#: code:addons/web/static/src/js/search.js:1916 +#: code:addons/web/static/src/js/search.js:1941 +#, python-format +msgid "less than" +msgstr "less than" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:687 +#: code:addons/web/static/src/js/views.js:1097 +#, python-format +msgid "Warning" +msgstr "Warning" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:547 +#, python-format +msgid "Edit SearchView" +msgstr "Edit Search View" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1975 +#, python-format +msgid "is true" +msgstr "is true" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:3909 +#, python-format +msgid "Add an item" +msgstr "Add an item" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1603 +#, python-format +msgid "Save current filter" +msgstr "Save current filter" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:1915 +#, python-format +msgid "Confirm" +msgstr "Confirm" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/data_export.js:126 +#, python-format +msgid "Please enter save field list name" +msgstr "Please enter save field list name" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:2206 +#, python-format +msgid "Download \"%s\"" +msgstr "Download \"%s\"" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:326 +#, python-format +msgid "New" +msgstr "New" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:1767 +#, python-format +msgid "Can't convert value %s to context" +msgstr "Can't convert value %s to context" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/views.js:807 +#: code:addons/web/static/src/xml/base.xml:541 +#, python-format +msgid "Fields View Get" +msgstr "Fields View Get" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:149 +#, python-format +msgid "Confirm password:" +msgstr "Confirm password:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1883 +#: code:addons/web/static/src/js/search.js:1917 +#: code:addons/web/static/src/js/search.js:1942 +#, python-format +msgid "greater or equal than" +msgstr "greater than or equal to" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1321 +#, python-format +msgid "Button" +msgstr "Button" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:418 +#, python-format +msgid "OpenERP is a trademark of the" +msgstr "OpenERP is a trademark of the" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/data_export.js:374 +#, python-format +msgid "Please select fields to export..." +msgstr "Please select fields to export..." + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:286 +#, python-format +msgid "New master password:" +msgstr "New master password:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1976 +#, python-format +msgid "is false" +msgstr "is false" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:404 +#, python-format +msgid "About OpenERP" +msgstr "About OpenERP" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/formats.js:297 +#, python-format +msgid "'%s' is not a correct date, datetime nor time" +msgstr "'%s' is not a valid date, datetime or time" + +#. module: web +#: code:addons/web/controllers/main.py:1264 +#, python-format +msgid "No content found for field '%s' on '%s:%s'" +msgstr "No content found for field '%s' on '%s:%s'" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:304 +#, python-format +msgid "Database Management" +msgstr "Database Management" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:5007 +#, python-format +msgid "Image" +msgstr "Image" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:81 +#, python-format +msgid "Manage Databases" +msgstr "Manage Databases" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/pyeval.js:765 +#, python-format +msgid "Evaluation Error" +msgstr "Evaluation Error" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1283 +#, python-format +msgid "not a valid integer" +msgstr "invalid integer" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:337 +#: code:addons/web/static/src/xml/base.xml:776 +#: code:addons/web/static/src/xml/base.xml:816 +#: code:addons/web/static/src/xml/base.xml:1376 +#: code:addons/web/static/src/xml/base.xml:1384 +#: code:addons/web/static/src/xml/base.xml:1630 +#, python-format +msgid "or" +msgstr "or" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1381 +#, python-format +msgid "No" +msgstr "No" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/formats.js:309 +#, python-format +msgid "'%s' is not convertible to date, datetime nor time" +msgstr "'%s' is not convertible to a date, datetime or time" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:199 +#: code:addons/web/static/src/xml/base.xml:161 +#: code:addons/web/static/src/xml/base.xml:307 +#, python-format +msgid "Duplicate" +msgstr "Duplicate" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:777 +#: code:addons/web/static/src/xml/base.xml:817 +#: code:addons/web/static/src/xml/base.xml:1391 +#, python-format +msgid "Discard" +msgstr "Discard" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1624 +#, python-format +msgid "Add a condition" +msgstr "Add a condition" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/coresetup.js:629 +#, python-format +msgid "Still loading..." +msgstr "Still loading..." + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:818 +#, python-format +msgid "Incorrect value for field %(fieldname)s: [%(value)s] is %(message)s" +msgstr "Incorrect value for field %(fieldname)s: [%(value)s] is %(message)s" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:3805 +#, python-format +msgid "The o2m record must be saved before an action can be used" +msgstr "The o2m record must be saved before an action can be used" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:509 +#, python-format +msgid "Backed" +msgstr "Backed Up" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1610 +#, python-format +msgid "Use by default" +msgstr "Use by default" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:1348 +#, python-format +msgid "%s (%d)" +msgstr "%s (%d)" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:775 +#, python-format +msgid "triggered from search view" +msgstr "triggered from search view" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:978 +#, python-format +msgid "Filter" +msgstr "Filter" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:950 +#, python-format +msgid "Widget:" +msgstr "Widget:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:548 +#, python-format +msgid "Edit Action" +msgstr "Edit Action" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:555 +#, python-format +msgid "ID:" +msgstr "ID:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:870 +#, python-format +msgid "Only you" +msgstr "Only you" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:549 +#, python-format +msgid "Edit Workflow" +msgstr "Edit Workflow" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/views.js:1171 +#, python-format +msgid "Do you really want to delete this attachment ?" +msgstr "Do you really want to delete this attachment ?" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/views.js:840 +#, python-format +msgid "Technical Translation" +msgstr "Technical Translation" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:938 +#, python-format +msgid "Field:" +msgstr "Field:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:620 +#, python-format +msgid "Modified by :" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:499 +#, python-format +msgid "The database %s has been dropped" +msgstr "The database %s has been dropped" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:460 +#, python-format +msgid "User's timezone" +msgstr "User's timezone" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:284 +#: code:addons/web/static/src/js/chrome.js:1168 +#, python-format +msgid "Client Error" +msgstr "Client Error" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/views.js:998 +#, python-format +msgid "Print" +msgstr "Print" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1331 +#, python-format +msgid "Special:" +msgstr "Special:" + +#. module: web +#: code:addons/web/controllers/main.py:834 +#, python-format +msgid "" +"The old password you provided is incorrect, your password was not changed." +msgstr "" +"The old password you provided is incorrect. Your password was not changed." + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:561 +#, python-format +msgid "Creation User:" +msgstr "Created By:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:769 +#, python-format +msgid "Do you really want to delete this record?" +msgstr "Do you really want to delete this record?" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1385 +#, python-format +msgid "Save & Close" +msgstr "Save & Close" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:2845 +#, python-format +msgid "Search More..." +msgstr "Search More..." + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:75 +#: code:addons/web/static/src/xml/base.xml:311 +#, python-format +msgid "Password" +msgstr "Password" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:546 +#: code:addons/web/static/src/xml/base.xml:809 +#: code:addons/web/static/src/xml/base.xml:1178 +#, python-format +msgid "Edit" +msgstr "Edit" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1706 +#, python-format +msgid "Remove" +msgstr "Delete" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1062 +#, python-format +msgid "Select date" +msgstr "Select date" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1249 +#, python-format +msgid "Search %(field)s for: %(value)s" +msgstr "Search %(field)s for: %(value)s" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1277 +#, python-format +msgid "Delete this file" +msgstr "Delete this file" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:109 +#, python-format +msgid "Create Database" +msgstr "Create Database" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:420 +#, python-format +msgid "GNU Affero General Public License" +msgstr "GNU Affero General Public License (GPL)" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1795 +#, python-format +msgid "Separator:" +msgstr "Separator:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:300 +#, python-format +msgid "Back to Login" +msgstr "Back to Login Page" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1662 +#: code:addons/web/static/src/xml/base.xml:1454 +#, python-format +msgid "Filters" +msgstr "Filters" diff --git a/web/i18n/en_GB.po b/web/i18n/en_GB.po new file mode 100644 index 0000000..c42fe4d --- /dev/null +++ b/web/i18n/en_GB.po @@ -0,0 +1,2610 @@ +# English (United Kingdom) translation for openerp-web +# Copyright (c) 2012 Rosetta Contributors and Canonical Ltd 2012 +# This file is distributed under the same license as the openerp-web package. +# FIRST AUTHOR , 2012. +# +msgid "" +msgstr "" +"Project-Id-Version: openerp-web\n" +"Report-Msgid-Bugs-To: FULL NAME \n" +"POT-Creation-Date: 2012-12-21 17:06+0000\n" +"PO-Revision-Date: 2012-12-21 23:00+0000\n" +"Last-Translator: John Bradshaw \n" +"Language-Team: English (United Kingdom) \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Launchpad-Export-Date: 2012-12-22 07:38+0000\n" +"X-Generator: Launchpad (build 16378)\n" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:133 +#, python-format +msgid "Default language:" +msgstr "Default language:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/coresetup.js:602 +#, python-format +msgid "%d minutes ago" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/coresetup.js:630 +#, python-format +msgid "Still loading...
    Please be patient." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1832 +#, python-format +msgid "%(field)s %(operator)s \"%(value)s\"" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1884 +#: code:addons/web/static/src/js/search.js:1918 +#: code:addons/web/static/src/js/search.js:1943 +#, python-format +msgid "less or equal than" +msgstr "less than or equal to" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:393 +#, python-format +msgid "Please enter your previous password" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:117 +#: code:addons/web/static/src/xml/base.xml:167 +#: code:addons/web/static/src/xml/base.xml:282 +#, python-format +msgid "Master password:" +msgstr "Master password:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:274 +#, python-format +msgid "Change Master Password" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:491 +#, python-format +msgid "Do you really want to delete the database: %s ?" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1398 +#, python-format +msgid "Search %(field)s at: %(value)s" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:537 +#, python-format +msgid "Access Denied" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:5183 +#, python-format +msgid "Uploading error" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/coresetup.js:603 +#, python-format +msgid "about an hour ago" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/controllers/main.py:768 +#: code:addons/web/static/src/js/chrome.js:514 +#: code:addons/web/static/src/xml/base.xml:216 +#, python-format +msgid "Backup Database" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/views.js:463 +#, python-format +msgid "%(view_type)s view" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/dates.js:49 +#: code:addons/web/static/src/js/dates.js:53 +#, python-format +msgid "'%s' is not a valid date" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1837 +#, python-format +msgid "Here is a preview of the file we could not import:" +msgstr "Here is a preview of the file we could not import:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/coresetup.js:601 +#, python-format +msgid "about a minute ago" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1297 +#, python-format +msgid "File" +msgstr "" + +#. module: web +#: code:addons/web/controllers/main.py:826 +#, python-format +msgid "You cannot leave any password empty." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:680 +#, python-format +msgid "Invalid username or password" +msgstr "Invalid username or password" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:206 +#: code:addons/web/static/src/xml/base.xml:238 +#: code:addons/web/static/src/xml/base.xml:260 +#, python-format +msgid "Master Password:" +msgstr "Master Password:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1217 +#: code:addons/web/static/src/xml/base.xml:1374 +#, python-format +msgid "Select" +msgstr "Select" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:549 +#, python-format +msgid "Database restored successfully" +msgstr "Database restored successfully" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:415 +#, python-format +msgid "Version" +msgstr "Version" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:570 +#, python-format +msgid "Latest Modification Date:" +msgstr "Last Modification Date:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1459 +#, python-format +msgid "M2O search fields do not currently handle multiple default values" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:1227 +#, python-format +msgid "Widget type '%s' is not implemented" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1608 +#, python-format +msgid "Share with all users" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:77 +#: code:addons/web/static/src/js/view_form.js:321 +#, python-format +msgid "Form" +msgstr "Form" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1324 +#, python-format +msgid "(no string)" +msgstr "(no string)" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/formats.js:282 +#, python-format +msgid "'%s' is not a correct time" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1297 +#, python-format +msgid "not a valid number" +msgstr "not a valid number" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:325 +#, python-format +msgid "New Password:" +msgstr "New Password:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:610 +#, python-format +msgid "Attachment :" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1691 +#, python-format +msgid "Fields to export" +msgstr "Fields to export" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:1340 +#, python-format +msgid "Undefined" +msgstr "Undefined" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:4871 +#, python-format +msgid "File Upload" +msgstr "File Upload" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/coresetup.js:607 +#, python-format +msgid "about a month ago" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1600 +#, python-format +msgid "Custom Filters" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1336 +#, python-format +msgid "Button Type:" +msgstr "Button Type:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:419 +#, python-format +msgid "OpenERP SA Company" +msgstr "OpenERP SA Company" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1553 +#, python-format +msgid "Custom Filter" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:159 +#, python-format +msgid "Duplicate Database" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/controllers/main.py:789 +#: code:addons/web/controllers/main.py:790 +#: code:addons/web/controllers/main.py:826 +#: code:addons/web/controllers/main.py:828 +#: code:addons/web/controllers/main.py:834 +#: code:addons/web/controllers/main.py:835 +#: code:addons/web/static/src/js/chrome.js:768 +#: code:addons/web/static/src/xml/base.xml:276 +#: code:addons/web/static/src/xml/base.xml:336 +#, python-format +msgid "Change Password" +msgstr "Change Password" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:3411 +#, python-format +msgid "View type '%s' is not supported in One2Many." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:4951 +#: code:addons/web/static/src/js/view_list.js:2194 +#, python-format +msgid "Download" +msgstr "Download" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/formats.js:266 +#, python-format +msgid "'%s' is not a correct datetime" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:417 +#, python-format +msgid "Group" +msgstr "Group" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:927 +#, python-format +msgid "Unhandled widget" +msgstr "Unhandled widget" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:982 +#, python-format +msgid "Selection:" +msgstr "Selection:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:871 +#, python-format +msgid "The following fields are invalid:" +msgstr "" + +#. module: web +#: code:addons/web/controllers/main.py:847 +#, python-format +msgid "Languages" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1270 +#, python-format +msgid "...Upload in progress..." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1768 +#, python-format +msgid "Import" +msgstr "Import" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:543 +#, python-format +msgid "Could not restore the database" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:4851 +#, python-format +msgid "File upload" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:3804 +#, python-format +msgid "Action Button" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:542 +#: code:addons/web/static/src/xml/base.xml:1467 +#, python-format +msgid "Manage Filters" +msgstr "Manage Filters" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1867 +#, python-format +msgid "contains" +msgstr "contains" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/coresetup.js:633 +#, python-format +msgid "Take a minute to get a coffee,
    because it's loading..." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:413 +#, python-format +msgid "Activate the developer mode" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:324 +#, python-format +msgid "Loading (%d)" +msgstr "Loading (%d)" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1114 +#, python-format +msgid "GroupBy" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:687 +#, python-format +msgid "You must select at least one record." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:535 +#, python-format +msgid "View Log (perm_read)" +msgstr "View Log (perm_read)" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:1061 +#, python-format +msgid "Set Default" +msgstr "Set Default" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:978 +#, python-format +msgid "Relation:" +msgstr "Relation:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/coresetup.js:600 +#, python-format +msgid "less than a minute ago" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:851 +#, python-format +msgid "Condition:" +msgstr "Condition:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:1692 +#, python-format +msgid "Unsupported operator %s in domain %s" +msgstr "Unsupported operator %s in domain %s" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/formats.js:242 +#, python-format +msgid "'%s' is not a correct float" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:549 +#, python-format +msgid "Restored" +msgstr "Restored" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:394 +#, python-format +msgid "%d-%d of %d" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:2868 +#, python-format +msgid "Create and Edit..." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/pyeval.js:731 +#, python-format +msgid "Unknown nonliteral type " +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:2346 +#, python-format +msgid "Resource error" +msgstr "Resource error" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1961 +#, python-format +msgid "is not" +msgstr "is not" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:550 +#, python-format +msgid "Print Workflow" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:396 +#, python-format +msgid "Please confirm your new password" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1804 +#, python-format +msgid "UTF-8" +msgstr "UTF-8" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:421 +#, python-format +msgid "For more information visit" +msgstr "For more information visit" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1859 +#, python-format +msgid "Add All Info..." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1683 +#, python-format +msgid "Export Formats" +msgstr "Export Formats" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:974 +#, python-format +msgid "On change:" +msgstr "On change:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/views.js:865 +#, python-format +msgid "Model %s fields" +msgstr "Model %s fields" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:893 +#, python-format +msgid "Setting 'id' attribute on existing record %s" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:8 +#, python-format +msgid "List" +msgstr "List" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1881 +#: code:addons/web/static/src/js/search.js:1915 +#: code:addons/web/static/src/js/search.js:1940 +#, python-format +msgid "greater than" +msgstr "greater than" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:2248 +#: code:addons/web/static/src/xml/base.xml:546 +#, python-format +msgid "View" +msgstr "View" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1466 +#, python-format +msgid "Save Filter" +msgstr "Save Filter" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1344 +#, python-format +msgid "Action ID:" +msgstr "Action ID:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:457 +#, python-format +msgid "Your user's preference timezone does not match your browser timezone:" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:1223 +#, python-format +msgid "Field '%s' specified in view could not be found." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1756 +#, python-format +msgid "Saved exports:" +msgstr "Saved exports:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:320 +#, python-format +msgid "Old Password:" +msgstr "Old Password:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/formats.js:113 +#, python-format +msgid "Bytes,Kb,Mb,Gb,Tb,Pb,Eb,Zb,Yb" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:481 +#, python-format +msgid "The database has been duplicated." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1625 +#, python-format +msgid "Apply" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1386 +#, python-format +msgid "Save & New" +msgstr "Save & New" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1223 +#: code:addons/web/static/src/xml/base.xml:1225 +#, python-format +msgid "Save As" +msgstr "Save As" + +#. module: web +#. openerp-web +#: code:addons/web/doc/module/static/src/xml/web_example.xml:3 +#, python-format +msgid "00:00:00" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:2317 +#, python-format +msgid "E-mail error" +msgstr "E-mail error" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/coresetup.js:605 +#, python-format +msgid "a day ago" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1789 +#, python-format +msgid "Does your file have titles?" +msgstr "Does your file have titles?" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:327 +#, python-format +msgid "Unlimited" +msgstr "Unlimited" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:784 +#, python-format +msgid "" +"Warning, the record has been modified, your changes will be discarded.\n" +"\n" +"Are you sure you want to leave this page ?" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:2904 +#, python-format +msgid "Search: " +msgstr "Search: " + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:544 +#, python-format +msgid "Technical translation" +msgstr "Technical translation" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1797 +#, python-format +msgid "Delimiter:" +msgstr "Delimiter:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:462 +#, python-format +msgid "Browser's timezone" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1605 +#, python-format +msgid "Filter name" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1464 +#, python-format +msgid "-- Actions --" +msgstr "-- Actions --" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:4134 +#: code:addons/web/static/src/js/view_form.js:4294 +#: code:addons/web/static/src/xml/base.xml:1407 +#: code:addons/web/static/src/xml/base.xml:1705 +#, python-format +msgid "Add" +msgstr "Add" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:536 +#, python-format +msgid "Toggle Form Layout Outline" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:421 +#, python-format +msgid "OpenERP.com" +msgstr "OpenERP.com" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:2317 +#, python-format +msgid "Can't send email to invalid e-mail address" +msgstr "Can't send email to invalid e-mail address" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:636 +#, python-format +msgid "Add..." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:405 +#, python-format +msgid "Preferences" +msgstr "Preferences" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:436 +#, python-format +msgid "Wrong on change format: %s" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/controllers/main.py:750 +#: code:addons/web/static/src/xml/base.xml:185 +#, python-format +msgid "Drop Database" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:466 +#, python-format +msgid "Click here to change your user's timezone." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:966 +#, python-format +msgid "Modifiers:" +msgstr "Modifiers:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:627 +#, python-format +msgid "Delete this attachment" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:774 +#: code:addons/web/static/src/xml/base.xml:815 +#: code:addons/web/static/src/xml/base.xml:1382 +#: code:addons/web/static/src/xml/base.xml:1612 +#, python-format +msgid "Save" +msgstr "Save" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/views.js:999 +#: code:addons/web/static/src/xml/base.xml:352 +#, python-format +msgid "More" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:73 +#, python-format +msgid "Username" +msgstr "Username" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:481 +#, python-format +msgid "Duplicating database" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:563 +#, python-format +msgid "Password has been changed successfully" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list_editable.js:788 +#, python-format +msgid "The form's data can not be discarded" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:533 +#, python-format +msgid "Debug View#" +msgstr "Debug View#" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:77 +#, python-format +msgid "Log in" +msgstr "Log in" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:198 +#: code:addons/web/static/src/js/view_list.js:346 +#: code:addons/web/static/src/xml/base.xml:1764 +#, python-format +msgid "Delete" +msgstr "Delete" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/pyeval.js:769 +#, python-format +msgid "" +"Local evaluation failure\n" +"%s\n" +"\n" +"%s" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:350 +#, python-format +msgid "Invalid database name" +msgstr "Invalid database name" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1693 +#, python-format +msgid "Save fields list" +msgstr "Save fields list" + +#. module: web +#. openerp-web +#: code:addons/web/doc/module/static/src/xml/web_example.xml:5 +#, python-format +msgid "Start" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/views.js:823 +#, python-format +msgid "View Log (%s)" +msgstr "View Log (%s)" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:564 +#, python-format +msgid "Creation Date:" +msgstr "Creation Date:" + +#. module: web +#: code:addons/web/controllers/main.py:790 +#: code:addons/web/controllers/main.py:835 +#, python-format +msgid "Error, password not changed !" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:4850 +#, python-format +msgid "The selected file exceed the maximum file size of %s." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:632 +#: code:addons/web/static/src/xml/base.xml:1300 +#, python-format +msgid "/web/binary/upload_attachment" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:563 +#, python-format +msgid "Changed Password" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1431 +#, python-format +msgid "Search" +msgstr "Search" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:3032 +#: code:addons/web/static/src/js/view_form.js:3668 +#: code:addons/web/static/src/js/view_form.js:3785 +#: code:addons/web/static/src/js/view_form.js:4230 +#: code:addons/web/static/src/js/view_form.js:4353 +#, python-format +msgid "Open: " +msgstr "Open: " + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:218 +#: code:addons/web/static/src/xml/base.xml:309 +#, python-format +msgid "Backup" +msgstr "Backup" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/dates.js:76 +#: code:addons/web/static/src/js/dates.js:80 +#, python-format +msgid "'%s' is not a valid time" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/formats.js:274 +#, python-format +msgid "'%s' is not a correct date" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:933 +#, python-format +msgid "(nolabel)" +msgstr "(nolabel)" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/coresetup.js:606 +#, python-format +msgid "%d days ago" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1474 +#, python-format +msgid "(Any existing filter with the same name will be replaced)" +msgstr "(Any existing filter with the same name will be replaced)" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:1918 +#: code:addons/web/static/src/xml/base.xml:338 +#: code:addons/web/static/src/xml/base.xml:1377 +#: code:addons/web/static/src/xml/base.xml:1860 +#, python-format +msgid "Cancel" +msgstr "Cancel" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/coresetup.js:628 +#: code:addons/web/static/src/xml/base.xml:9 +#, python-format +msgid "Loading..." +msgstr "Loading..." + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:567 +#, python-format +msgid "Latest Modification by:" +msgstr "Last Modified by:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:1242 +#: code:addons/web/static/src/xml/base.xml:470 +#, python-format +msgid "Timezone mismatch" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:1646 +#, python-format +msgid "Unknown operator %s in domain %s" +msgstr "Unknown operator %s in domain %s" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:428 +#, python-format +msgid "%d / %d" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1782 +#, python-format +msgid "2. Check your file format" +msgstr "2. Check your file format" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1718 +#, python-format +msgid "Name" +msgstr "Name" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1775 +#, python-format +msgid "" +"Select a .CSV file to import. If you need a sample of file to import,\n" +" you should use the export tool with the \"Import Compatible\" option." +msgstr "" +"Select a .CSV file to import. If you need a sample of file to import,\n" +" you should use the export tool with the \"Import Compatible\" option." + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/coresetup.js:608 +#, python-format +msgid "%d months ago" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:187 +#: code:addons/web/static/src/xml/base.xml:308 +#, python-format +msgid "Drop" +msgstr "Drop" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1465 +#, python-format +msgid "Add Advanced Filter" +msgstr "Add Advanced Filter" + +#. module: web +#: code:addons/web/controllers/main.py:828 +#, python-format +msgid "The new password and its confirmation must be identical." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:542 +#: code:addons/web/static/src/xml/base.xml:248 +#, python-format +msgid "Restore Database" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:644 +#, python-format +msgid "Login" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:420 +#, python-format +msgid "Licenced under the terms of" +msgstr "Licensed under the terms of" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:250 +#: code:addons/web/static/src/xml/base.xml:310 +#, python-format +msgid "Restore" +msgstr "Restore" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1677 +#, python-format +msgid "Export Type:" +msgstr "Export Type:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:406 +#, python-format +msgid "Log out" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1090 +#, python-format +msgid "Group by: %s" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:153 +#, python-format +msgid "No data provided." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:345 +#: code:addons/web/static/src/xml/base.xml:1665 +#, python-format +msgid "Export" +msgstr "Export" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/data_export.js:12 +#, python-format +msgid "Export To File" +msgstr "Export To File" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/views.js:1097 +#, python-format +msgid "You must choose at least one record." +msgstr "You must choose at least one record." + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/coresetup.js:631 +#, python-format +msgid "Don't leave yet,
    it's still loading..." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:775 +#, python-format +msgid "Invalid Search" +msgstr "Invalid Search" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:980 +#, python-format +msgid "Could not find id in dataset" +msgstr "Could not find id in dataset" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1707 +#, python-format +msgid "Remove All" +msgstr "Remove All" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1340 +#, python-format +msgid "Method:" +msgstr "Method:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:1439 +#, python-format +msgid "%(page)d/%(page_count)d" +msgstr "%(page)d/%(page_count)d" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:397 +#, python-format +msgid "The confirmation does not match the password" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:441 +#, python-format +msgid "Edit Company data" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:4886 +#, python-format +msgid "Save As..." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:5007 +#, python-format +msgid "Could not display the selected image." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:509 +#, python-format +msgid "Database backed up successfully" +msgstr "Database backed up successfully" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1808 +#, python-format +msgid "" +"For use if CSV files have titles on multiple lines, skips more than a single " +"line during import" +msgstr "" +"Skips more than one line during import (For CSV files with titles on " +"multiple lines)" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:394 +#, python-format +msgid "99+" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1774 +#, python-format +msgid "1. Import a .CSV file" +msgstr "1. Import a .CSV file" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:644 +#, python-format +msgid "No database selected !" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/formats.js:180 +#, python-format +msgid "(%d records)" +msgstr "(%d records)" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:970 +#, python-format +msgid "Change default:" +msgstr "Change default:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:171 +#, python-format +msgid "Original database name:" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1869 +#: code:addons/web/static/src/js/search.js:1879 +#: code:addons/web/static/src/js/search.js:1913 +#: code:addons/web/static/src/js/search.js:1938 +#, python-format +msgid "is equal to" +msgstr "is equal to" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/views.js:1500 +#, python-format +msgid "Could not serialize XML" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1619 +#, python-format +msgid "Advanced Search" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:290 +#, python-format +msgid "Confirm new master password:" +msgstr "Confirm new master password:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/coresetup.js:634 +#, python-format +msgid "Maybe you should consider reloading the application by pressing F5..." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:17 +#: code:addons/web/static/src/js/view_list.js:2248 +#: code:addons/web/static/src/xml/base.xml:111 +#: code:addons/web/static/src/xml/base.xml:306 +#: code:addons/web/static/src/xml/base.xml:812 +#: code:addons/web/static/src/xml/base.xml:1376 +#, python-format +msgid "Create" +msgstr "Create" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1868 +#, python-format +msgid "doesn't contain" +msgstr "does not contain" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1785 +#, python-format +msgid "Import Options" +msgstr "Import Options" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:2936 +#, python-format +msgid "Add %s" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:145 +#, python-format +msgid "Admin password:" +msgstr "Admin password:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/data_export.js:11 +#: code:addons/web/static/src/js/view_form.js:1067 +#: code:addons/web/static/src/xml/base.xml:1394 +#, python-format +msgid "Close" +msgstr "Close" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/coresetup.js:632 +#, python-format +msgid "" +"You may not believe it,
    but the application is actually loading..." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1779 +#, python-format +msgid "CSV File:" +msgstr "CSV File:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1741 +#, python-format +msgid "Advanced" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_tree.js:11 +#, python-format +msgid "Tree" +msgstr "Tree" + +#. module: web +#: code:addons/web/controllers/main.py:750 +#, python-format +msgid "Could not drop database !" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/formats.js:227 +#, python-format +msgid "'%s' is not a correct integer" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:877 +#, python-format +msgid "All users" +msgstr "All users" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:1654 +#, python-format +msgid "Unknown field %s in domain %s" +msgstr "Unknown field %s in domain %s" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/views.js:1466 +#, python-format +msgid "Node [%s] is not a JSONified XML node" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1428 +#, python-format +msgid "Advanced Search..." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:499 +#, python-format +msgid "Dropping database" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:82 +#: code:addons/web/static/src/xml/base.xml:445 +#, python-format +msgid "Powered by" +msgstr "Powered by" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1380 +#: code:addons/web/static/src/xml/base.xml:970 +#, python-format +msgid "Yes" +msgstr "Yes" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:4871 +#, python-format +msgid "There was a problem while uploading your file" +msgstr "There was a problem while uploading your file" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:558 +#, python-format +msgid "XML ID:" +msgstr "XML ID:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:954 +#, python-format +msgid "Size:" +msgstr "Size:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1824 +#, python-format +msgid "--- Don't Import ---" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1679 +#, python-format +msgid "Import-Compatible Export" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/coresetup.js:610 +#, python-format +msgid "%d years ago" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:1040 +#, python-format +msgid "Unknown m2m command %s" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:1068 +#, python-format +msgid "Save default" +msgstr "Save default" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:121 +#: code:addons/web/static/src/xml/base.xml:175 +#: code:addons/web/static/src/xml/base.xml:264 +#, python-format +msgid "New database name:" +msgstr "New database name:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:394 +#, python-format +msgid "Please enter your new password" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:4886 +#, python-format +msgid "The field is empty, there's nothing to save !" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:545 +#, python-format +msgid "Manage Views" +msgstr "Manage Views" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1801 +#, python-format +msgid "Encoding:" +msgstr "Encoding:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1808 +#, python-format +msgid "Lines to skip" +msgstr "Lines to skip" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:2858 +#, python-format +msgid "Create \"%s\"" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/data_export.js:361 +#, python-format +msgid "Please select fields to save export list..." +msgstr "Please select fields to save export list..." + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:418 +#, python-format +msgid "Copyright © 2004-TODAY OpenERP SA. All Rights Reserved." +msgstr "Copyright © 2004-TODAY OpenERP SA. All Rights Reserved." + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:2346 +#, python-format +msgid "This resource is empty" +msgstr "This resource is empty" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1689 +#, python-format +msgid "Available fields" +msgstr "Available fields" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1835 +#, python-format +msgid "The import failed due to:" +msgstr "The import failed due to:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/views.js:812 +#: code:addons/web/static/src/xml/base.xml:539 +#, python-format +msgid "JS Tests" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1750 +#, python-format +msgid "Save as:" +msgstr "Save as:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:927 +#, python-format +msgid "Filter on: %s" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:2904 +#: code:addons/web/static/src/js/view_form.js:3757 +#, python-format +msgid "Create: " +msgstr "Create: " + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:540 +#, python-format +msgid "View Fields" +msgstr "View Fields" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:330 +#, python-format +msgid "Confirm New Password:" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:575 +#, python-format +msgid "Do you really want to remove these records?" +msgstr "Do you really want to remove these records?" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:958 +#, python-format +msgid "Context:" +msgstr "Context:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1933 +#: code:addons/web/static/src/js/search.js:1960 +#, python-format +msgid "is" +msgstr "is" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/data_export.js:6 +#, python-format +msgid "Export Data" +msgstr "Export Data" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:962 +#, python-format +msgid "Domain:" +msgstr "Domain:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:834 +#, python-format +msgid "Default:" +msgstr "Default:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:82 +#: code:addons/web/static/src/xml/base.xml:446 +#, python-format +msgid "OpenERP" +msgstr "OpenERP" + +#. module: web +#. openerp-web +#: code:addons/web/doc/module/static/src/xml/web_example.xml:8 +#, python-format +msgid "Stop" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:68 +#: code:addons/web/static/src/xml/base.xml:193 +#: code:addons/web/static/src/xml/base.xml:225 +#, python-format +msgid "Database:" +msgstr "Database:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1183 +#: code:addons/web/static/src/xml/base.xml:1240 +#, python-format +msgid "Uploading ..." +msgstr "Uploading ..." + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1853 +#, python-format +msgid "Name:" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:1058 +#, python-format +msgid "About" +msgstr "About" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1431 +#, python-format +msgid "Search Again" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1455 +#, python-format +msgid "-- Filters --" +msgstr "-- Filters --" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1230 +#: code:addons/web/static/src/xml/base.xml:1232 +#, python-format +msgid "Clear" +msgstr "Clear" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1680 +#, python-format +msgid "Export all Data" +msgstr "Export all Data" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:1334 +#, python-format +msgid "" +"Grouping on field '%s' is not possible because that field does not appear in " +"the list view." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:537 +#, python-format +msgid "Set Defaults" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1670 +#, python-format +msgid "" +"This wizard will export all data that matches the current search criteria to " +"a CSV file.\n" +" You can export all data or only the fields that can be " +"reimported after modification." +msgstr "" +"This wizard will export all data that matches the current search criteria to " +"a CSV file.\n" +" You can export all data or only the fields that can be " +"reimported after modification." + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:321 +#, python-format +msgid "The record could not be found in the database." +msgstr "The record could not be found in the database." + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1472 +#, python-format +msgid "Filter Name:" +msgstr "Filter Name:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:946 +#, python-format +msgid "Type:" +msgstr "Type:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:538 +#, python-format +msgid "Incorrect super-administrator password" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:942 +#, python-format +msgid "Object:" +msgstr "Object:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:292 +#: code:addons/web/static/src/js/chrome.js:326 +#, python-format +msgid "Loading" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/coresetup.js:609 +#, python-format +msgid "about a year ago" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1870 +#: code:addons/web/static/src/js/search.js:1880 +#: code:addons/web/static/src/js/search.js:1914 +#: code:addons/web/static/src/js/search.js:1939 +#, python-format +msgid "is not equal to" +msgstr "is not equal to" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:5036 +#, python-format +msgid "" +"The type of the field '%s' must be a many2many field with a relation to " +"'ir.attachment' model." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/coresetup.js:604 +#, python-format +msgid "%d hours ago" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:4206 +#: code:addons/web/static/src/js/view_form.js:4335 +#, python-format +msgid "Add: " +msgstr "Add: " + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1858 +#, python-format +msgid "Quick Add" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1805 +#, python-format +msgid "Latin 1" +msgstr "Latin 1" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:260 +#: code:addons/web/static/src/js/chrome.js:269 +#: code:addons/web/static/src/js/chrome.js:449 +#: code:addons/web/static/src/js/chrome.js:792 +#: code:addons/web/static/src/js/view_form.js:572 +#: code:addons/web/static/src/js/view_form.js:1923 +#: code:addons/web/static/src/xml/base.xml:1752 +#, python-format +msgid "Ok" +msgstr "Ok" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/views.js:1162 +#, python-format +msgid "Uploading..." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:125 +#, python-format +msgid "Load Demonstration data:" +msgstr "Load Demonstration data:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:615 +#, python-format +msgid "Created by :" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/dates.js:22 +#: code:addons/web/static/src/js/dates.js:26 +#, python-format +msgid "'%s' is not a valid datetime" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:256 +#, python-format +msgid "File:" +msgstr "File:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1882 +#: code:addons/web/static/src/js/search.js:1916 +#: code:addons/web/static/src/js/search.js:1941 +#, python-format +msgid "less than" +msgstr "less than" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:687 +#: code:addons/web/static/src/js/views.js:1097 +#, python-format +msgid "Warning" +msgstr "Warning" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:547 +#, python-format +msgid "Edit SearchView" +msgstr "Edit SearchView" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1975 +#, python-format +msgid "is true" +msgstr "is true" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:3909 +#, python-format +msgid "Add an item" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1603 +#, python-format +msgid "Save current filter" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:1915 +#, python-format +msgid "Confirm" +msgstr "Confirm" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/data_export.js:126 +#, python-format +msgid "Please enter save field list name" +msgstr "Please enter save field list name" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:2206 +#, python-format +msgid "Download \"%s\"" +msgstr "Download \"%s\"" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:326 +#, python-format +msgid "New" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:1767 +#, python-format +msgid "Can't convert value %s to context" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/views.js:807 +#: code:addons/web/static/src/xml/base.xml:541 +#, python-format +msgid "Fields View Get" +msgstr "Fields View Get" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:149 +#, python-format +msgid "Confirm password:" +msgstr "Confirm password:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1883 +#: code:addons/web/static/src/js/search.js:1917 +#: code:addons/web/static/src/js/search.js:1942 +#, python-format +msgid "greater or equal than" +msgstr "greater than or equal to" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1321 +#, python-format +msgid "Button" +msgstr "Button" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:418 +#, python-format +msgid "OpenERP is a trademark of the" +msgstr "OpenERP is a trademark of the" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/data_export.js:374 +#, python-format +msgid "Please select fields to export..." +msgstr "Please select fields to export..." + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:286 +#, python-format +msgid "New master password:" +msgstr "New master password:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1976 +#, python-format +msgid "is false" +msgstr "is false" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:404 +#, python-format +msgid "About OpenERP" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/formats.js:297 +#, python-format +msgid "'%s' is not a correct date, datetime nor time" +msgstr "" + +#. module: web +#: code:addons/web/controllers/main.py:1264 +#, python-format +msgid "No content found for field '%s' on '%s:%s'" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:304 +#, python-format +msgid "Database Management" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:5007 +#, python-format +msgid "Image" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:81 +#, python-format +msgid "Manage Databases" +msgstr "Manage Databases" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/pyeval.js:765 +#, python-format +msgid "Evaluation Error" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1283 +#, python-format +msgid "not a valid integer" +msgstr "not a valid integer" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:337 +#: code:addons/web/static/src/xml/base.xml:776 +#: code:addons/web/static/src/xml/base.xml:816 +#: code:addons/web/static/src/xml/base.xml:1376 +#: code:addons/web/static/src/xml/base.xml:1384 +#: code:addons/web/static/src/xml/base.xml:1630 +#, python-format +msgid "or" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1381 +#, python-format +msgid "No" +msgstr "No" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/formats.js:309 +#, python-format +msgid "'%s' is not convertible to date, datetime nor time" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:199 +#: code:addons/web/static/src/xml/base.xml:161 +#: code:addons/web/static/src/xml/base.xml:307 +#, python-format +msgid "Duplicate" +msgstr "Duplicate" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:777 +#: code:addons/web/static/src/xml/base.xml:817 +#: code:addons/web/static/src/xml/base.xml:1391 +#, python-format +msgid "Discard" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1624 +#, python-format +msgid "Add a condition" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/coresetup.js:629 +#, python-format +msgid "Still loading..." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:818 +#, python-format +msgid "Incorrect value for field %(fieldname)s: [%(value)s] is %(message)s" +msgstr "Incorrect value for field %(fieldname)s: [%(value)s] is %(message)s" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:3805 +#, python-format +msgid "The o2m record must be saved before an action can be used" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:509 +#, python-format +msgid "Backed" +msgstr "Backed" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1610 +#, python-format +msgid "Use by default" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:1348 +#, python-format +msgid "%s (%d)" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:775 +#, python-format +msgid "triggered from search view" +msgstr "triggered from search view" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:978 +#, python-format +msgid "Filter" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:950 +#, python-format +msgid "Widget:" +msgstr "Widget:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:548 +#, python-format +msgid "Edit Action" +msgstr "Edit Action" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:555 +#, python-format +msgid "ID:" +msgstr "ID:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:870 +#, python-format +msgid "Only you" +msgstr "Only you" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:549 +#, python-format +msgid "Edit Workflow" +msgstr "Edit Workflow" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/views.js:1171 +#, python-format +msgid "Do you really want to delete this attachment ?" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/views.js:840 +#, python-format +msgid "Technical Translation" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:938 +#, python-format +msgid "Field:" +msgstr "Field:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:620 +#, python-format +msgid "Modified by :" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:499 +#, python-format +msgid "The database %s has been dropped" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:460 +#, python-format +msgid "User's timezone" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:284 +#: code:addons/web/static/src/js/chrome.js:1168 +#, python-format +msgid "Client Error" +msgstr "Client Error" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/views.js:998 +#, python-format +msgid "Print" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1331 +#, python-format +msgid "Special:" +msgstr "Special:" + +#. module: web +#: code:addons/web/controllers/main.py:834 +#, python-format +msgid "" +"The old password you provided is incorrect, your password was not changed." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:561 +#, python-format +msgid "Creation User:" +msgstr "Created By:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:769 +#, python-format +msgid "Do you really want to delete this record?" +msgstr "Do you really want to delete this record?" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1385 +#, python-format +msgid "Save & Close" +msgstr "Save & Close" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:2845 +#, python-format +msgid "Search More..." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:75 +#: code:addons/web/static/src/xml/base.xml:311 +#, python-format +msgid "Password" +msgstr "Password" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:546 +#: code:addons/web/static/src/xml/base.xml:809 +#: code:addons/web/static/src/xml/base.xml:1178 +#, python-format +msgid "Edit" +msgstr "Edit" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1706 +#, python-format +msgid "Remove" +msgstr "Remove" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1062 +#, python-format +msgid "Select date" +msgstr "Select date" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1249 +#, python-format +msgid "Search %(field)s for: %(value)s" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1277 +#, python-format +msgid "Delete this file" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:109 +#, python-format +msgid "Create Database" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:420 +#, python-format +msgid "GNU Affero General Public License" +msgstr "GNU Affero General Public License" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1795 +#, python-format +msgid "Separator:" +msgstr "Separator:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:300 +#, python-format +msgid "Back to Login" +msgstr "Back to Login" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1662 +#: code:addons/web/static/src/xml/base.xml:1454 +#, python-format +msgid "Filters" +msgstr "Filters" diff --git a/web/i18n/es.po b/web/i18n/es.po new file mode 100644 index 0000000..b7d1ac3 --- /dev/null +++ b/web/i18n/es.po @@ -0,0 +1,2636 @@ +# Spanish translation for openerp-web +# Copyright (c) 2011 Rosetta Contributors and Canonical Ltd 2011 +# This file is distributed under the same license as the openerp-web package. +# FIRST AUTHOR , 2011. +# +msgid "" +msgstr "" +"Project-Id-Version: openerp-web\n" +"Report-Msgid-Bugs-To: FULL NAME \n" +"POT-Creation-Date: 2012-12-21 17:06+0000\n" +"PO-Revision-Date: 2012-12-27 16:27+0000\n" +"Last-Translator: Pedro Manuel Baeza \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-12-28 05:37+0000\n" +"X-Generator: Launchpad (build 16378)\n" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:133 +#, python-format +msgid "Default language:" +msgstr "Idioma por defecto:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/coresetup.js:602 +#, python-format +msgid "%d minutes ago" +msgstr "hace %d minutos" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/coresetup.js:630 +#, python-format +msgid "Still loading...
    Please be patient." +msgstr "Todavía está cargando ...
    Por favor, sea paciente." + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1832 +#, python-format +msgid "%(field)s %(operator)s \"%(value)s\"" +msgstr "%(field)s %(operator)s \"%(value)s\"" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1884 +#: code:addons/web/static/src/js/search.js:1918 +#: code:addons/web/static/src/js/search.js:1943 +#, python-format +msgid "less or equal than" +msgstr "menor o igual que" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:393 +#, python-format +msgid "Please enter your previous password" +msgstr "Por favor ingrese su contraseña anterior" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:117 +#: code:addons/web/static/src/xml/base.xml:167 +#: code:addons/web/static/src/xml/base.xml:282 +#, python-format +msgid "Master password:" +msgstr "Contraseña maestra" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:274 +#, python-format +msgid "Change Master Password" +msgstr "Cambiar contraseña maestra" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:491 +#, python-format +msgid "Do you really want to delete the database: %s ?" +msgstr "¿Está seguro de que quiere borrar la base de datos: %s ?" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1398 +#, python-format +msgid "Search %(field)s at: %(value)s" +msgstr "Buscar %(field)s en: %(value)s" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:537 +#, python-format +msgid "Access Denied" +msgstr "Acceso denegado" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:5183 +#, python-format +msgid "Uploading error" +msgstr "Error de subida" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/coresetup.js:603 +#, python-format +msgid "about an hour ago" +msgstr "Hace una hora" + +#. module: web +#. openerp-web +#: code:addons/web/controllers/main.py:768 +#: code:addons/web/static/src/js/chrome.js:514 +#: code:addons/web/static/src/xml/base.xml:216 +#, python-format +msgid "Backup Database" +msgstr "Respaldar base de datos" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/views.js:463 +#, python-format +msgid "%(view_type)s view" +msgstr "Vista %(view_type)s" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/dates.js:49 +#: code:addons/web/static/src/js/dates.js:53 +#, python-format +msgid "'%s' is not a valid date" +msgstr "«%s» no es una fecha válida" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1837 +#, python-format +msgid "Here is a preview of the file we could not import:" +msgstr "Esta es una vista previa del archivo que no se pudo importar:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/coresetup.js:601 +#, python-format +msgid "about a minute ago" +msgstr "hace un minuto" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1297 +#, python-format +msgid "File" +msgstr "Archivo" + +#. module: web +#: code:addons/web/controllers/main.py:826 +#, python-format +msgid "You cannot leave any password empty." +msgstr "No puede dejar vacía ninguna contraseña" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:680 +#, python-format +msgid "Invalid username or password" +msgstr "Nombre de usuario o contraseña incorrecta" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:206 +#: code:addons/web/static/src/xml/base.xml:238 +#: code:addons/web/static/src/xml/base.xml:260 +#, python-format +msgid "Master Password:" +msgstr "Contraseña Maestra" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1217 +#: code:addons/web/static/src/xml/base.xml:1374 +#, python-format +msgid "Select" +msgstr "Seleccionar" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:549 +#, python-format +msgid "Database restored successfully" +msgstr "Base de datos restaurada correctamente" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:415 +#, python-format +msgid "Version" +msgstr "Versión" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:570 +#, python-format +msgid "Latest Modification Date:" +msgstr "Última fecha de modificación:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1459 +#, python-format +msgid "M2O search fields do not currently handle multiple default values" +msgstr "" +"Los campos de búsqueda M2O no soportan actualmente valores por defecto" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:1227 +#, python-format +msgid "Widget type '%s' is not implemented" +msgstr "El tipo de widget '%s' no está implementado" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1608 +#, python-format +msgid "Share with all users" +msgstr "Compartir con todos los usuarios" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:77 +#: code:addons/web/static/src/js/view_form.js:321 +#, python-format +msgid "Form" +msgstr "Formulario" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1324 +#, python-format +msgid "(no string)" +msgstr "(sin cadena)" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/formats.js:282 +#, python-format +msgid "'%s' is not a correct time" +msgstr "'%s' no es una hora correcta" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1297 +#, python-format +msgid "not a valid number" +msgstr "no es un número válido" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:325 +#, python-format +msgid "New Password:" +msgstr "Contraseña nueva:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:610 +#, python-format +msgid "Attachment :" +msgstr "Adjunto:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1691 +#, python-format +msgid "Fields to export" +msgstr "Campos a exportar" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:1340 +#, python-format +msgid "Undefined" +msgstr "Sin definir" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:4871 +#, python-format +msgid "File Upload" +msgstr "Subir archivo" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/coresetup.js:607 +#, python-format +msgid "about a month ago" +msgstr "hace un mes" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1600 +#, python-format +msgid "Custom Filters" +msgstr "Filtros personalizados" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1336 +#, python-format +msgid "Button Type:" +msgstr "Tipo de Botón" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:419 +#, python-format +msgid "OpenERP SA Company" +msgstr "Compañía OpenERP SA" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1553 +#, python-format +msgid "Custom Filter" +msgstr "Filtro Personalizado" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:159 +#, python-format +msgid "Duplicate Database" +msgstr "Duplicar Base de Datos" + +#. module: web +#. openerp-web +#: code:addons/web/controllers/main.py:789 +#: code:addons/web/controllers/main.py:790 +#: code:addons/web/controllers/main.py:826 +#: code:addons/web/controllers/main.py:828 +#: code:addons/web/controllers/main.py:834 +#: code:addons/web/controllers/main.py:835 +#: code:addons/web/static/src/js/chrome.js:768 +#: code:addons/web/static/src/xml/base.xml:276 +#: code:addons/web/static/src/xml/base.xml:336 +#, python-format +msgid "Change Password" +msgstr "Cambiar Contraseña" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:3411 +#, python-format +msgid "View type '%s' is not supported in One2Many." +msgstr "El tipo de vista '%s' no está soportado en los One2Many" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:4951 +#: code:addons/web/static/src/js/view_list.js:2194 +#, python-format +msgid "Download" +msgstr "Descargar" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/formats.js:266 +#, python-format +msgid "'%s' is not a correct datetime" +msgstr "'%s' no es una fecha-hora correcta" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:417 +#, python-format +msgid "Group" +msgstr "Grupo" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:927 +#, python-format +msgid "Unhandled widget" +msgstr "Widget no controlado" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:982 +#, python-format +msgid "Selection:" +msgstr "Selección:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:871 +#, python-format +msgid "The following fields are invalid:" +msgstr "Los siguientes campos son inválidos:" + +#. module: web +#: code:addons/web/controllers/main.py:847 +#, python-format +msgid "Languages" +msgstr "Idiomas" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1270 +#, python-format +msgid "...Upload in progress..." +msgstr "...Carga en progreso..." + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1768 +#, python-format +msgid "Import" +msgstr "Importar" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:543 +#, python-format +msgid "Could not restore the database" +msgstr "No se puede restablecer la base de datos" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:4851 +#, python-format +msgid "File upload" +msgstr "Subir Archivos" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:3804 +#, python-format +msgid "Action Button" +msgstr "Botón de Acción" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:542 +#: code:addons/web/static/src/xml/base.xml:1467 +#, python-format +msgid "Manage Filters" +msgstr "Gestionar Filtros" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1867 +#, python-format +msgid "contains" +msgstr "contiene" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/coresetup.js:633 +#, python-format +msgid "Take a minute to get a coffee,
    because it's loading..." +msgstr "Tome un minuto para ir por un café,
    porque está cargando ..." + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:413 +#, python-format +msgid "Activate the developer mode" +msgstr "Activar modo desarrollador" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:324 +#, python-format +msgid "Loading (%d)" +msgstr "Cargando (%d)" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1114 +#, python-format +msgid "GroupBy" +msgstr "Agrupar por" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:687 +#, python-format +msgid "You must select at least one record." +msgstr "Debe seleccionar al menos un registro." + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:535 +#, python-format +msgid "View Log (perm_read)" +msgstr "Ver Registro (perm_read)" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:1061 +#, python-format +msgid "Set Default" +msgstr "Establecer Por defecto" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:978 +#, python-format +msgid "Relation:" +msgstr "Relación:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/coresetup.js:600 +#, python-format +msgid "less than a minute ago" +msgstr "hace menos de un minuto" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:851 +#, python-format +msgid "Condition:" +msgstr "Condición:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:1692 +#, python-format +msgid "Unsupported operator %s in domain %s" +msgstr "Operador no soportado %s en el dominio %s" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/formats.js:242 +#, python-format +msgid "'%s' is not a correct float" +msgstr "'%s' no es un decimal correcto" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:549 +#, python-format +msgid "Restored" +msgstr "Restaurada" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:394 +#, python-format +msgid "%d-%d of %d" +msgstr "%d-%d de %d" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:2868 +#, python-format +msgid "Create and Edit..." +msgstr "Crear y editar..." + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/pyeval.js:731 +#, python-format +msgid "Unknown nonliteral type " +msgstr "Tipo no literal desconocido " + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:2346 +#, python-format +msgid "Resource error" +msgstr "Error de recurso" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1961 +#, python-format +msgid "is not" +msgstr "no es" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:550 +#, python-format +msgid "Print Workflow" +msgstr "Imprimir flujo de trabajo" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:396 +#, python-format +msgid "Please confirm your new password" +msgstr "Por favor confirme su nueva contraseña" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1804 +#, python-format +msgid "UTF-8" +msgstr "UTF-8" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:421 +#, python-format +msgid "For more information visit" +msgstr "Para más información visite" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1859 +#, python-format +msgid "Add All Info..." +msgstr "Agregar toda la información..." + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1683 +#, python-format +msgid "Export Formats" +msgstr "Formatos de Exportación" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:974 +#, python-format +msgid "On change:" +msgstr "Al cambiar:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/views.js:865 +#, python-format +msgid "Model %s fields" +msgstr "Campos del Modelo %s" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:893 +#, python-format +msgid "Setting 'id' attribute on existing record %s" +msgstr "Estableciendo atributo 'id' en registro %s existente" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:8 +#, python-format +msgid "List" +msgstr "Lista" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1881 +#: code:addons/web/static/src/js/search.js:1915 +#: code:addons/web/static/src/js/search.js:1940 +#, python-format +msgid "greater than" +msgstr "mayor que" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:2248 +#: code:addons/web/static/src/xml/base.xml:546 +#, python-format +msgid "View" +msgstr "Vista" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1466 +#, python-format +msgid "Save Filter" +msgstr "Guardar Filtro" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1344 +#, python-format +msgid "Action ID:" +msgstr "Acción ID:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:457 +#, python-format +msgid "Your user's preference timezone does not match your browser timezone:" +msgstr "" +"La preferencia de zona horaria de su usuario no coincide con la de su " +"navegador:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:1223 +#, python-format +msgid "Field '%s' specified in view could not be found." +msgstr "No se encontró el campo '%s' especificado en la vista." + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1756 +#, python-format +msgid "Saved exports:" +msgstr "Exportaciones guardadas:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:320 +#, python-format +msgid "Old Password:" +msgstr "Contraseña anterior:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/formats.js:113 +#, python-format +msgid "Bytes,Kb,Mb,Gb,Tb,Pb,Eb,Zb,Yb" +msgstr "Bytes,Kb,Mb,Gb,Tb,Pb,Eb,Zb,Yb" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:481 +#, python-format +msgid "The database has been duplicated." +msgstr "La base de datos ha sido duplicada." + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1625 +#, python-format +msgid "Apply" +msgstr "Aplicar" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1386 +#, python-format +msgid "Save & New" +msgstr "Guardar y Nuevo" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1223 +#: code:addons/web/static/src/xml/base.xml:1225 +#, python-format +msgid "Save As" +msgstr "Guardar como" + +#. module: web +#. openerp-web +#: code:addons/web/doc/module/static/src/xml/web_example.xml:3 +#, python-format +msgid "00:00:00" +msgstr "00:00:00" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:2317 +#, python-format +msgid "E-mail error" +msgstr "Error correo electrónico" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/coresetup.js:605 +#, python-format +msgid "a day ago" +msgstr "hace un día" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1789 +#, python-format +msgid "Does your file have titles?" +msgstr "¿Tiene su archivo títulos?" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:327 +#, python-format +msgid "Unlimited" +msgstr "Ilimitado" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:784 +#, python-format +msgid "" +"Warning, the record has been modified, your changes will be discarded.\n" +"\n" +"Are you sure you want to leave this page ?" +msgstr "" +"Aviso, el registro ha sido modificado. Sus cambios se perderán.\n" +"\n" +"¿Está seguro de que quiere abandonar la página?" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:2904 +#, python-format +msgid "Search: " +msgstr "Buscar: " + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:544 +#, python-format +msgid "Technical translation" +msgstr "Traducción técnica" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1797 +#, python-format +msgid "Delimiter:" +msgstr "Delimitador:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:462 +#, python-format +msgid "Browser's timezone" +msgstr "Zona horaria del navegador" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1605 +#, python-format +msgid "Filter name" +msgstr "Nombre del filtro" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1464 +#, python-format +msgid "-- Actions --" +msgstr "-- Acciones --" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:4134 +#: code:addons/web/static/src/js/view_form.js:4294 +#: code:addons/web/static/src/xml/base.xml:1407 +#: code:addons/web/static/src/xml/base.xml:1705 +#, python-format +msgid "Add" +msgstr "Añadir" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:536 +#, python-format +msgid "Toggle Form Layout Outline" +msgstr "Cambiar esquema del formulario de diseño" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:421 +#, python-format +msgid "OpenERP.com" +msgstr "OpenERP.com" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:2317 +#, python-format +msgid "Can't send email to invalid e-mail address" +msgstr "" +"No se puede enviar correo electrónico a una dirección de correo electrónico " +"inválida" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:636 +#, python-format +msgid "Add..." +msgstr "Añadir..." + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:405 +#, python-format +msgid "Preferences" +msgstr "Preferencias" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:436 +#, python-format +msgid "Wrong on change format: %s" +msgstr "Error en el cambio de formato: %s" + +#. module: web +#. openerp-web +#: code:addons/web/controllers/main.py:750 +#: code:addons/web/static/src/xml/base.xml:185 +#, python-format +msgid "Drop Database" +msgstr "Eliminar Base de Datos" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:466 +#, python-format +msgid "Click here to change your user's timezone." +msgstr "Haga clic aquí para cambiar la zona horaria de su usuario." + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:966 +#, python-format +msgid "Modifiers:" +msgstr "Modificadores:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:627 +#, python-format +msgid "Delete this attachment" +msgstr "Eliminar este adjunto" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:774 +#: code:addons/web/static/src/xml/base.xml:815 +#: code:addons/web/static/src/xml/base.xml:1382 +#: code:addons/web/static/src/xml/base.xml:1612 +#, python-format +msgid "Save" +msgstr "Guardar" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/views.js:999 +#: code:addons/web/static/src/xml/base.xml:352 +#, python-format +msgid "More" +msgstr "Más" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:73 +#, python-format +msgid "Username" +msgstr "Nombre de usuario" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:481 +#, python-format +msgid "Duplicating database" +msgstr "Duplicando base de datos" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:563 +#, python-format +msgid "Password has been changed successfully" +msgstr "la contraseña ha sido modificada con éxito" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list_editable.js:788 +#, python-format +msgid "The form's data can not be discarded" +msgstr "Los datos del formulario no se pueden descartar" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:533 +#, python-format +msgid "Debug View#" +msgstr "Depurar Vista#" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:77 +#, python-format +msgid "Log in" +msgstr "Iniciar Sesión" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:198 +#: code:addons/web/static/src/js/view_list.js:346 +#: code:addons/web/static/src/xml/base.xml:1764 +#, python-format +msgid "Delete" +msgstr "Borrar" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/pyeval.js:769 +#, python-format +msgid "" +"Local evaluation failure\n" +"%s\n" +"\n" +"%s" +msgstr "" +"Fallo de la evaluación local\n" +"%s\n" +"\n" +"%s" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:350 +#, python-format +msgid "Invalid database name" +msgstr "Nombre de base de datos incorrecto" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1693 +#, python-format +msgid "Save fields list" +msgstr "Guardar lista de campos" + +#. module: web +#. openerp-web +#: code:addons/web/doc/module/static/src/xml/web_example.xml:5 +#, python-format +msgid "Start" +msgstr "Iniciar" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/views.js:823 +#, python-format +msgid "View Log (%s)" +msgstr "Ver Registro (%s)" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:564 +#, python-format +msgid "Creation Date:" +msgstr "Fecha de Creación:" + +#. module: web +#: code:addons/web/controllers/main.py:790 +#: code:addons/web/controllers/main.py:835 +#, python-format +msgid "Error, password not changed !" +msgstr "¡Error, contraseña no modificada!" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:4850 +#, python-format +msgid "The selected file exceed the maximum file size of %s." +msgstr "El archivo seleccionado supera el tamaño máximo de% s." + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:632 +#: code:addons/web/static/src/xml/base.xml:1300 +#, python-format +msgid "/web/binary/upload_attachment" +msgstr "/web/binary/upload_attachment" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:563 +#, python-format +msgid "Changed Password" +msgstr "Contraseña modificada" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1431 +#, python-format +msgid "Search" +msgstr "Buscar" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:3032 +#: code:addons/web/static/src/js/view_form.js:3668 +#: code:addons/web/static/src/js/view_form.js:3785 +#: code:addons/web/static/src/js/view_form.js:4230 +#: code:addons/web/static/src/js/view_form.js:4353 +#, python-format +msgid "Open: " +msgstr "Abrir: " + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:218 +#: code:addons/web/static/src/xml/base.xml:309 +#, python-format +msgid "Backup" +msgstr "Copia de seguridad" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/dates.js:76 +#: code:addons/web/static/src/js/dates.js:80 +#, python-format +msgid "'%s' is not a valid time" +msgstr "«%s» no es una hora válida" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/formats.js:274 +#, python-format +msgid "'%s' is not a correct date" +msgstr "'%s' no es una fecha correcta" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:933 +#, python-format +msgid "(nolabel)" +msgstr "(sin etiqueta)" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/coresetup.js:606 +#, python-format +msgid "%d days ago" +msgstr "hace %d días" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1474 +#, python-format +msgid "(Any existing filter with the same name will be replaced)" +msgstr "(Cualquier filtro existente con el mismo nombre será reemplazado)" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:1918 +#: code:addons/web/static/src/xml/base.xml:338 +#: code:addons/web/static/src/xml/base.xml:1377 +#: code:addons/web/static/src/xml/base.xml:1860 +#, python-format +msgid "Cancel" +msgstr "Cancelar" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/coresetup.js:628 +#: code:addons/web/static/src/xml/base.xml:9 +#, python-format +msgid "Loading..." +msgstr "Cargando…" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:567 +#, python-format +msgid "Latest Modification by:" +msgstr "Última Modificación por:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:1242 +#: code:addons/web/static/src/xml/base.xml:470 +#, python-format +msgid "Timezone mismatch" +msgstr "Desajuste de la zona horaria" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:1646 +#, python-format +msgid "Unknown operator %s in domain %s" +msgstr "Operador desconocido %s en el dominio %s" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:428 +#, python-format +msgid "%d / %d" +msgstr "%d / %d" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1782 +#, python-format +msgid "2. Check your file format" +msgstr "2. Compruebe el formato de archivo" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1718 +#, python-format +msgid "Name" +msgstr "Nombre" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1775 +#, python-format +msgid "" +"Select a .CSV file to import. If you need a sample of file to import,\n" +" you should use the export tool with the \"Import Compatible\" option." +msgstr "" +"Seleccione un archivo .CSV para importar. Si necesita un ejemplo de archivo " +"para importar,\n" +" debería usar la herramienta de exportación con la opción de " +"\"Importación Compatible\"." + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/coresetup.js:608 +#, python-format +msgid "%d months ago" +msgstr "hace %d meses" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:187 +#: code:addons/web/static/src/xml/base.xml:308 +#, python-format +msgid "Drop" +msgstr "Eliminar" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1465 +#, python-format +msgid "Add Advanced Filter" +msgstr "Añadir Filtro Avanzado" + +#. module: web +#: code:addons/web/controllers/main.py:828 +#, python-format +msgid "The new password and its confirmation must be identical." +msgstr "La nueva contraseña y su confirmación deben ser idénticas." + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:542 +#: code:addons/web/static/src/xml/base.xml:248 +#, python-format +msgid "Restore Database" +msgstr "Restaurar base de datos" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:644 +#, python-format +msgid "Login" +msgstr "Iniciar sesión" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:420 +#, python-format +msgid "Licenced under the terms of" +msgstr "Licenciado bajo los términos de" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:250 +#: code:addons/web/static/src/xml/base.xml:310 +#, python-format +msgid "Restore" +msgstr "Restaurar" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1677 +#, python-format +msgid "Export Type:" +msgstr "Tipo de Exportación:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:406 +#, python-format +msgid "Log out" +msgstr "Cerrar sesión" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1090 +#, python-format +msgid "Group by: %s" +msgstr "Agrupar por: %s" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:153 +#, python-format +msgid "No data provided." +msgstr "No se han facilitado datos" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:345 +#: code:addons/web/static/src/xml/base.xml:1665 +#, python-format +msgid "Export" +msgstr "Exportar" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/data_export.js:12 +#, python-format +msgid "Export To File" +msgstr "Exportar a fichero" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/views.js:1097 +#, python-format +msgid "You must choose at least one record." +msgstr "Debe seleccionar al menos un registro." + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/coresetup.js:631 +#, python-format +msgid "Don't leave yet,
    it's still loading..." +msgstr "No te vayas todavĂ­a,
    todavía está cargando..." + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:775 +#, python-format +msgid "Invalid Search" +msgstr "Búsqueda incorrecta" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:980 +#, python-format +msgid "Could not find id in dataset" +msgstr "No se ha podido encontrar un dataset" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1707 +#, python-format +msgid "Remove All" +msgstr "Eliminar Todo" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1340 +#, python-format +msgid "Method:" +msgstr "Método:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:1439 +#, python-format +msgid "%(page)d/%(page_count)d" +msgstr "%(page)d/%(page_count)d" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:397 +#, python-format +msgid "The confirmation does not match the password" +msgstr "La confirmación no coincide con la contraseña" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:441 +#, python-format +msgid "Edit Company data" +msgstr "Editar datos de la compañía" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:4886 +#, python-format +msgid "Save As..." +msgstr "Guardar como..." + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:5007 +#, python-format +msgid "Could not display the selected image." +msgstr "No se pudo mostrar la imagen seleccionada." + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:509 +#, python-format +msgid "Database backed up successfully" +msgstr "Base de datos guardada correctamente" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1808 +#, python-format +msgid "" +"For use if CSV files have titles on multiple lines, skips more than a single " +"line during import" +msgstr "" +"Para su uso si los archivos CSV tienen títulos en varias líneas, se omiten " +"más de una sola línea durante la importación" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:394 +#, python-format +msgid "99+" +msgstr "99+" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1774 +#, python-format +msgid "1. Import a .CSV file" +msgstr "1. Importar un archivo .CSV" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:644 +#, python-format +msgid "No database selected !" +msgstr "¡no hay base de datos seleccionada!" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/formats.js:180 +#, python-format +msgid "(%d records)" +msgstr "(%d registros)" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:970 +#, python-format +msgid "Change default:" +msgstr "Cambiar por defecto:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:171 +#, python-format +msgid "Original database name:" +msgstr "Nombre original de la base de datos:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1869 +#: code:addons/web/static/src/js/search.js:1879 +#: code:addons/web/static/src/js/search.js:1913 +#: code:addons/web/static/src/js/search.js:1938 +#, python-format +msgid "is equal to" +msgstr "es igual a" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/views.js:1500 +#, python-format +msgid "Could not serialize XML" +msgstr "No pudo serializar el XML" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1619 +#, python-format +msgid "Advanced Search" +msgstr "Búsqueda avanzada" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:290 +#, python-format +msgid "Confirm new master password:" +msgstr "Confirmar nueva contraseña maestra:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/coresetup.js:634 +#, python-format +msgid "Maybe you should consider reloading the application by pressing F5..." +msgstr "" +"Tal vez usted podría considerar volver a cargar la aplicación presionando F5 " +"..." + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:17 +#: code:addons/web/static/src/js/view_list.js:2248 +#: code:addons/web/static/src/xml/base.xml:111 +#: code:addons/web/static/src/xml/base.xml:306 +#: code:addons/web/static/src/xml/base.xml:812 +#: code:addons/web/static/src/xml/base.xml:1376 +#, python-format +msgid "Create" +msgstr "Crear" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1868 +#, python-format +msgid "doesn't contain" +msgstr "no contiene" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1785 +#, python-format +msgid "Import Options" +msgstr "Opciones de importación" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:2936 +#, python-format +msgid "Add %s" +msgstr "Añadir %s" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:145 +#, python-format +msgid "Admin password:" +msgstr "Contraseña de Admin:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/data_export.js:11 +#: code:addons/web/static/src/js/view_form.js:1067 +#: code:addons/web/static/src/xml/base.xml:1394 +#, python-format +msgid "Close" +msgstr "Cerrar" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/coresetup.js:632 +#, python-format +msgid "" +"You may not believe it,
    but the application is actually loading..." +msgstr "" +"Usted no lo creerá,
    pero la aplicaciĂłn actualmente está cargando ..." + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1779 +#, python-format +msgid "CSV File:" +msgstr "Archivo CSV:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1741 +#, python-format +msgid "Advanced" +msgstr "Avanzado" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_tree.js:11 +#, python-format +msgid "Tree" +msgstr "Ărbol" + +#. module: web +#: code:addons/web/controllers/main.py:750 +#, python-format +msgid "Could not drop database !" +msgstr "¡ No se puede eliminar la base de datos !" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/formats.js:227 +#, python-format +msgid "'%s' is not a correct integer" +msgstr "'%s' no es un entero correcto" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:877 +#, python-format +msgid "All users" +msgstr "Todos los usuarios" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:1654 +#, python-format +msgid "Unknown field %s in domain %s" +msgstr "Campo desconocido %s en el dominio %s" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/views.js:1466 +#, python-format +msgid "Node [%s] is not a JSONified XML node" +msgstr "El nodo [%s] no es un nodo JSONified XML" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1428 +#, python-format +msgid "Advanced Search..." +msgstr "BĂşsqueda avanzada..." + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:499 +#, python-format +msgid "Dropping database" +msgstr "Eliminando base de datos" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:82 +#: code:addons/web/static/src/xml/base.xml:445 +#, python-format +msgid "Powered by" +msgstr "Con tecnologĂ­a de" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1380 +#: code:addons/web/static/src/xml/base.xml:970 +#, python-format +msgid "Yes" +msgstr "SĂ­" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:4871 +#, python-format +msgid "There was a problem while uploading your file" +msgstr "Hubo un problema subiendo el fichero" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:558 +#, python-format +msgid "XML ID:" +msgstr "XML ID:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:954 +#, python-format +msgid "Size:" +msgstr "Tamaño:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1824 +#, python-format +msgid "--- Don't Import ---" +msgstr "--- No importar ---" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1679 +#, python-format +msgid "Import-Compatible Export" +msgstr "ImportaciĂłn-ExportaciĂłn Compatible" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/coresetup.js:610 +#, python-format +msgid "%d years ago" +msgstr "hace %d años" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:1040 +#, python-format +msgid "Unknown m2m command %s" +msgstr "Comando m2m desconocido %s" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:1068 +#, python-format +msgid "Save default" +msgstr "Guardar por defecto" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:121 +#: code:addons/web/static/src/xml/base.xml:175 +#: code:addons/web/static/src/xml/base.xml:264 +#, python-format +msgid "New database name:" +msgstr "Nombre de la nueva base de datos:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:394 +#, python-format +msgid "Please enter your new password" +msgstr "Por favor ingrese su nueva contraseña" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:4886 +#, python-format +msgid "The field is empty, there's nothing to save !" +msgstr "Este campo esta vacio, !no hay nada que guardar!" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:545 +#, python-format +msgid "Manage Views" +msgstr "Gestionar Vistas" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1801 +#, python-format +msgid "Encoding:" +msgstr "CodificaciĂłn:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1808 +#, python-format +msgid "Lines to skip" +msgstr "LĂ­neas a omitir" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:2858 +#, python-format +msgid "Create \"%s\"" +msgstr "Crear \"%s\"" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/data_export.js:361 +#, python-format +msgid "Please select fields to save export list..." +msgstr "" +"Por favor, seleccione los campos para guardar la lista de exportaciĂłn..." + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:418 +#, python-format +msgid "Copyright © 2004-TODAY OpenERP SA. All Rights Reserved." +msgstr "Copyright © 2004-HOY OpenERP SA. Todos los derechos reservados." + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:2346 +#, python-format +msgid "This resource is empty" +msgstr "Este recurso está vacĂ­o" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1689 +#, python-format +msgid "Available fields" +msgstr "Campos disponibles" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1835 +#, python-format +msgid "The import failed due to:" +msgstr "La importaciĂłn fallĂł debido a:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/views.js:812 +#: code:addons/web/static/src/xml/base.xml:539 +#, python-format +msgid "JS Tests" +msgstr "Tests JS" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1750 +#, python-format +msgid "Save as:" +msgstr "Guardar como:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:927 +#, python-format +msgid "Filter on: %s" +msgstr "Filtrar por: %s" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:2904 +#: code:addons/web/static/src/js/view_form.js:3757 +#, python-format +msgid "Create: " +msgstr "Crear: " + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:540 +#, python-format +msgid "View Fields" +msgstr "Ver Campos" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:330 +#, python-format +msgid "Confirm New Password:" +msgstr "Confirmar nueva contraseña:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:575 +#, python-format +msgid "Do you really want to remove these records?" +msgstr "ÂżEstá seguro que quiere eliminar estos registros?" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:958 +#, python-format +msgid "Context:" +msgstr "Contexto:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1933 +#: code:addons/web/static/src/js/search.js:1960 +#, python-format +msgid "is" +msgstr "es" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/data_export.js:6 +#, python-format +msgid "Export Data" +msgstr "Exportar informaciĂłn" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:962 +#, python-format +msgid "Domain:" +msgstr "Dominio:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:834 +#, python-format +msgid "Default:" +msgstr "Por defecto:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:82 +#: code:addons/web/static/src/xml/base.xml:446 +#, python-format +msgid "OpenERP" +msgstr "OpenERP" + +#. module: web +#. openerp-web +#: code:addons/web/doc/module/static/src/xml/web_example.xml:8 +#, python-format +msgid "Stop" +msgstr "Parar" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:68 +#: code:addons/web/static/src/xml/base.xml:193 +#: code:addons/web/static/src/xml/base.xml:225 +#, python-format +msgid "Database:" +msgstr "Base de datos:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1183 +#: code:addons/web/static/src/xml/base.xml:1240 +#, python-format +msgid "Uploading ..." +msgstr "Cargando..." + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1853 +#, python-format +msgid "Name:" +msgstr "Nombre:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:1058 +#, python-format +msgid "About" +msgstr "Acerca de" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1431 +#, python-format +msgid "Search Again" +msgstr "Volver a buscar" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1455 +#, python-format +msgid "-- Filters --" +msgstr "-- Filtros --" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1230 +#: code:addons/web/static/src/xml/base.xml:1232 +#, python-format +msgid "Clear" +msgstr "Limpiar" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1680 +#, python-format +msgid "Export all Data" +msgstr "Exportar todos los datos" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:1334 +#, python-format +msgid "" +"Grouping on field '%s' is not possible because that field does not appear in " +"the list view." +msgstr "" +"Agrupar por el campo '% s' no es posible debido a que dicho campo no aparece " +"en la vista de lista." + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:537 +#, python-format +msgid "Set Defaults" +msgstr "Establecer por Defecto" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1670 +#, python-format +msgid "" +"This wizard will export all data that matches the current search criteria to " +"a CSV file.\n" +" You can export all data or only the fields that can be " +"reimported after modification." +msgstr "" +"Este asistente le exportará todos los datos que coincidan con los criterios " +"de bĂşsqueda actual a un archivo CSV.\n" +" Puede exportar todos los datos o sĂłlo los campos que pueden " +"importarse de nuevo despuĂ©s de la modificaciĂłn." + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:321 +#, python-format +msgid "The record could not be found in the database." +msgstr "El registro no se ha encontrado en la base de datos" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1472 +#, python-format +msgid "Filter Name:" +msgstr "Nombre del Filtro" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:946 +#, python-format +msgid "Type:" +msgstr "Tipo:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:538 +#, python-format +msgid "Incorrect super-administrator password" +msgstr "Contraseña de super-administrador incorrecta" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:942 +#, python-format +msgid "Object:" +msgstr "Objeto:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:292 +#: code:addons/web/static/src/js/chrome.js:326 +#, python-format +msgid "Loading" +msgstr "Cargando" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/coresetup.js:609 +#, python-format +msgid "about a year ago" +msgstr "hace un año" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1870 +#: code:addons/web/static/src/js/search.js:1880 +#: code:addons/web/static/src/js/search.js:1914 +#: code:addons/web/static/src/js/search.js:1939 +#, python-format +msgid "is not equal to" +msgstr "no es igual a" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:5036 +#, python-format +msgid "" +"The type of the field '%s' must be a many2many field with a relation to " +"'ir.attachment' model." +msgstr "" +"El tipo de campo '%s' debe ser un campo many2many con una relaciĂłn a " +"'ir.attachment' model." + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/coresetup.js:604 +#, python-format +msgid "%d hours ago" +msgstr "hace %d horas" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:4206 +#: code:addons/web/static/src/js/view_form.js:4335 +#, python-format +msgid "Add: " +msgstr "Añadir: " + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1858 +#, python-format +msgid "Quick Add" +msgstr "Añadido rápido" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1805 +#, python-format +msgid "Latin 1" +msgstr "Latin 1" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:260 +#: code:addons/web/static/src/js/chrome.js:269 +#: code:addons/web/static/src/js/chrome.js:449 +#: code:addons/web/static/src/js/chrome.js:792 +#: code:addons/web/static/src/js/view_form.js:572 +#: code:addons/web/static/src/js/view_form.js:1923 +#: code:addons/web/static/src/xml/base.xml:1752 +#, python-format +msgid "Ok" +msgstr "Ok" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/views.js:1162 +#, python-format +msgid "Uploading..." +msgstr "Subiendo..." + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:125 +#, python-format +msgid "Load Demonstration data:" +msgstr "Cargar datos de demostraciĂłn:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:615 +#, python-format +msgid "Created by :" +msgstr "Creado por:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/dates.js:22 +#: code:addons/web/static/src/js/dates.js:26 +#, python-format +msgid "'%s' is not a valid datetime" +msgstr "'%s' no es un fecha y hora válido" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:256 +#, python-format +msgid "File:" +msgstr "Archivo:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1882 +#: code:addons/web/static/src/js/search.js:1916 +#: code:addons/web/static/src/js/search.js:1941 +#, python-format +msgid "less than" +msgstr "menor que" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:687 +#: code:addons/web/static/src/js/views.js:1097 +#, python-format +msgid "Warning" +msgstr "Advertencia" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:547 +#, python-format +msgid "Edit SearchView" +msgstr "Editar SearchView" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1975 +#, python-format +msgid "is true" +msgstr "es verdadero" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:3909 +#, python-format +msgid "Add an item" +msgstr "Añadir un elemento" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1603 +#, python-format +msgid "Save current filter" +msgstr "Guardar filtro actual" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:1915 +#, python-format +msgid "Confirm" +msgstr "Confirmar" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/data_export.js:126 +#, python-format +msgid "Please enter save field list name" +msgstr "Por favor, introduzca el nombre de la lista de campos a guardar" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:2206 +#, python-format +msgid "Download \"%s\"" +msgstr "Descargar \"%s\"" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:326 +#, python-format +msgid "New" +msgstr "Nuevo" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:1767 +#, python-format +msgid "Can't convert value %s to context" +msgstr "No se puede convertir el valor %s a context" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/views.js:807 +#: code:addons/web/static/src/xml/base.xml:541 +#, python-format +msgid "Fields View Get" +msgstr "Obtener Campos de Vista" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:149 +#, python-format +msgid "Confirm password:" +msgstr "Confirmar contraseña:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1883 +#: code:addons/web/static/src/js/search.js:1917 +#: code:addons/web/static/src/js/search.js:1942 +#, python-format +msgid "greater or equal than" +msgstr "mayor o igual que" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1321 +#, python-format +msgid "Button" +msgstr "BotĂłn" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:418 +#, python-format +msgid "OpenERP is a trademark of the" +msgstr "OpenERP es una marca registrada de la" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/data_export.js:374 +#, python-format +msgid "Please select fields to export..." +msgstr "Por favor, seleccione los campos a exportar" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:286 +#, python-format +msgid "New master password:" +msgstr "Nueva contraseña maestra:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1976 +#, python-format +msgid "is false" +msgstr "es falso" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:404 +#, python-format +msgid "About OpenERP" +msgstr "Acerca de OpenERP" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/formats.js:297 +#, python-format +msgid "'%s' is not a correct date, datetime nor time" +msgstr "'%s' no es una fecha, fechahora ni hora correcta" + +#. module: web +#: code:addons/web/controllers/main.py:1264 +#, python-format +msgid "No content found for field '%s' on '%s:%s'" +msgstr "No se encontrĂł contenido para el campo '%s' en '%s:%s'" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:304 +#, python-format +msgid "Database Management" +msgstr "AdministraciĂłn base de datos" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:5007 +#, python-format +msgid "Image" +msgstr "Imagen" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:81 +#, python-format +msgid "Manage Databases" +msgstr "Gestionar Bases de datos" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/pyeval.js:765 +#, python-format +msgid "Evaluation Error" +msgstr "Error de evaluaciĂłn" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1283 +#, python-format +msgid "not a valid integer" +msgstr "entero no válido" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:337 +#: code:addons/web/static/src/xml/base.xml:776 +#: code:addons/web/static/src/xml/base.xml:816 +#: code:addons/web/static/src/xml/base.xml:1376 +#: code:addons/web/static/src/xml/base.xml:1384 +#: code:addons/web/static/src/xml/base.xml:1630 +#, python-format +msgid "or" +msgstr "o" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1381 +#, python-format +msgid "No" +msgstr "No" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/formats.js:309 +#, python-format +msgid "'%s' is not convertible to date, datetime nor time" +msgstr "'%s' no es convertible a fecha, fechahora ni hora" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:199 +#: code:addons/web/static/src/xml/base.xml:161 +#: code:addons/web/static/src/xml/base.xml:307 +#, python-format +msgid "Duplicate" +msgstr "Duplicar" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:777 +#: code:addons/web/static/src/xml/base.xml:817 +#: code:addons/web/static/src/xml/base.xml:1391 +#, python-format +msgid "Discard" +msgstr "Descartar" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1624 +#, python-format +msgid "Add a condition" +msgstr "Agregar condiciĂłn" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/coresetup.js:629 +#, python-format +msgid "Still loading..." +msgstr "AĂşn cargando..." + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:818 +#, python-format +msgid "Incorrect value for field %(fieldname)s: [%(value)s] is %(message)s" +msgstr "" +"Valor incorrecto para el campo %(fieldname)s: [%(value)s] es %(message)s" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:3805 +#, python-format +msgid "The o2m record must be saved before an action can be used" +msgstr "" +"El registro O2M debe guardarse antes que una acciĂłn pueda ser utilizada" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:509 +#, python-format +msgid "Backed" +msgstr "Guardado" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1610 +#, python-format +msgid "Use by default" +msgstr "Usar por defecto" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:1348 +#, python-format +msgid "%s (%d)" +msgstr "%s (%d)" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:775 +#, python-format +msgid "triggered from search view" +msgstr "Disparador activado desde la vista de bĂşsqueda" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:978 +#, python-format +msgid "Filter" +msgstr "Filtro" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:950 +#, python-format +msgid "Widget:" +msgstr "Widget:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:548 +#, python-format +msgid "Edit Action" +msgstr "Editar AcciĂłn" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:555 +#, python-format +msgid "ID:" +msgstr "ID:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:870 +#, python-format +msgid "Only you" +msgstr "SĂłlo usted" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:549 +#, python-format +msgid "Edit Workflow" +msgstr "Editar Flujo de trabajo" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/views.js:1171 +#, python-format +msgid "Do you really want to delete this attachment ?" +msgstr "ÂżRealmente quiere borrar este adjunto?" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/views.js:840 +#, python-format +msgid "Technical Translation" +msgstr "TraducciĂłn tĂ©cnica" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:938 +#, python-format +msgid "Field:" +msgstr "Campo:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:620 +#, python-format +msgid "Modified by :" +msgstr "Modificado por:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:499 +#, python-format +msgid "The database %s has been dropped" +msgstr "La base de datos %s ha sido eliminada" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:460 +#, python-format +msgid "User's timezone" +msgstr "Zona horaria del usuario" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:284 +#: code:addons/web/static/src/js/chrome.js:1168 +#, python-format +msgid "Client Error" +msgstr "Error del cliente" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/views.js:998 +#, python-format +msgid "Print" +msgstr "Imprimir" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1331 +#, python-format +msgid "Special:" +msgstr "Especial:" + +#. module: web +#: code:addons/web/controllers/main.py:834 +#, python-format +msgid "" +"The old password you provided is incorrect, your password was not changed." +msgstr "" +"La antigua contraseña que se ha introducido no es correcta. Su contraseña no " +"se ha cambiado." + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:561 +#, python-format +msgid "Creation User:" +msgstr "Usuario de CreaciĂłn:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:769 +#, python-format +msgid "Do you really want to delete this record?" +msgstr "ÂżRealmente desea eliminar este registro?" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1385 +#, python-format +msgid "Save & Close" +msgstr "Guardar y Cerrar" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:2845 +#, python-format +msgid "Search More..." +msgstr "Buscar más..." + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:75 +#: code:addons/web/static/src/xml/base.xml:311 +#, python-format +msgid "Password" +msgstr "Contraseña" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:546 +#: code:addons/web/static/src/xml/base.xml:809 +#: code:addons/web/static/src/xml/base.xml:1178 +#, python-format +msgid "Edit" +msgstr "Editar" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1706 +#, python-format +msgid "Remove" +msgstr "Eliminar" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1062 +#, python-format +msgid "Select date" +msgstr "Seleccionar fecha" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1249 +#, python-format +msgid "Search %(field)s for: %(value)s" +msgstr "Buscar %(field)s para: %(value)s" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1277 +#, python-format +msgid "Delete this file" +msgstr "Eliminar este archivo" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:109 +#, python-format +msgid "Create Database" +msgstr "Crear Base de Datos" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:420 +#, python-format +msgid "GNU Affero General Public License" +msgstr "GNU Affero General Public License" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1795 +#, python-format +msgid "Separator:" +msgstr "Separador:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:300 +#, python-format +msgid "Back to Login" +msgstr "Volver al Inicio de sesiĂłn" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1662 +#: code:addons/web/static/src/xml/base.xml:1454 +#, python-format +msgid "Filters" +msgstr "Filtros" diff --git a/web/i18n/es_CL.po b/web/i18n/es_CL.po new file mode 100644 index 0000000..76051fa --- /dev/null +++ b/web/i18n/es_CL.po @@ -0,0 +1,2604 @@ +# Spanish (Chile) translation for openerp-web +# Copyright (c) 2012 Rosetta Contributors and Canonical Ltd 2012 +# This file is distributed under the same license as the openerp-web package. +# FIRST AUTHOR , 2012. +# +msgid "" +msgstr "" +"Project-Id-Version: openerp-web\n" +"Report-Msgid-Bugs-To: FULL NAME \n" +"POT-Creation-Date: 2012-12-21 17:06+0000\n" +"PO-Revision-Date: 2012-12-21 23:00+0000\n" +"Last-Translator: FULL NAME \n" +"Language-Team: Spanish (Chile) \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Launchpad-Export-Date: 2012-12-22 07:38+0000\n" +"X-Generator: Launchpad (build 16378)\n" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:133 +#, python-format +msgid "Default language:" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/coresetup.js:602 +#, python-format +msgid "%d minutes ago" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/coresetup.js:630 +#, python-format +msgid "Still loading...
    Please be patient." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1832 +#, python-format +msgid "%(field)s %(operator)s \"%(value)s\"" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1884 +#: code:addons/web/static/src/js/search.js:1918 +#: code:addons/web/static/src/js/search.js:1943 +#, python-format +msgid "less or equal than" +msgstr "menor o igual que" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:393 +#, python-format +msgid "Please enter your previous password" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:117 +#: code:addons/web/static/src/xml/base.xml:167 +#: code:addons/web/static/src/xml/base.xml:282 +#, python-format +msgid "Master password:" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:274 +#, python-format +msgid "Change Master Password" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:491 +#, python-format +msgid "Do you really want to delete the database: %s ?" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1398 +#, python-format +msgid "Search %(field)s at: %(value)s" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:537 +#, python-format +msgid "Access Denied" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:5183 +#, python-format +msgid "Uploading error" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/coresetup.js:603 +#, python-format +msgid "about an hour ago" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/controllers/main.py:768 +#: code:addons/web/static/src/js/chrome.js:514 +#: code:addons/web/static/src/xml/base.xml:216 +#, python-format +msgid "Backup Database" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/views.js:463 +#, python-format +msgid "%(view_type)s view" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/dates.js:49 +#: code:addons/web/static/src/js/dates.js:53 +#, python-format +msgid "'%s' is not a valid date" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1837 +#, python-format +msgid "Here is a preview of the file we could not import:" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/coresetup.js:601 +#, python-format +msgid "about a minute ago" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1297 +#, python-format +msgid "File" +msgstr "" + +#. module: web +#: code:addons/web/controllers/main.py:826 +#, python-format +msgid "You cannot leave any password empty." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:680 +#, python-format +msgid "Invalid username or password" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:206 +#: code:addons/web/static/src/xml/base.xml:238 +#: code:addons/web/static/src/xml/base.xml:260 +#, python-format +msgid "Master Password:" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1217 +#: code:addons/web/static/src/xml/base.xml:1374 +#, python-format +msgid "Select" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:549 +#, python-format +msgid "Database restored successfully" +msgstr "Base de datos restaurada correctamente" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:415 +#, python-format +msgid "Version" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:570 +#, python-format +msgid "Latest Modification Date:" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1459 +#, python-format +msgid "M2O search fields do not currently handle multiple default values" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:1227 +#, python-format +msgid "Widget type '%s' is not implemented" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1608 +#, python-format +msgid "Share with all users" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:77 +#: code:addons/web/static/src/js/view_form.js:321 +#, python-format +msgid "Form" +msgstr "Formulario" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1324 +#, python-format +msgid "(no string)" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/formats.js:282 +#, python-format +msgid "'%s' is not a correct time" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1297 +#, python-format +msgid "not a valid number" +msgstr "no es un número válido" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:325 +#, python-format +msgid "New Password:" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:610 +#, python-format +msgid "Attachment :" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1691 +#, python-format +msgid "Fields to export" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:1340 +#, python-format +msgid "Undefined" +msgstr "Indefinida" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:4871 +#, python-format +msgid "File Upload" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/coresetup.js:607 +#, python-format +msgid "about a month ago" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1600 +#, python-format +msgid "Custom Filters" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1336 +#, python-format +msgid "Button Type:" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:419 +#, python-format +msgid "OpenERP SA Company" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1553 +#, python-format +msgid "Custom Filter" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:159 +#, python-format +msgid "Duplicate Database" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/controllers/main.py:789 +#: code:addons/web/controllers/main.py:790 +#: code:addons/web/controllers/main.py:826 +#: code:addons/web/controllers/main.py:828 +#: code:addons/web/controllers/main.py:834 +#: code:addons/web/controllers/main.py:835 +#: code:addons/web/static/src/js/chrome.js:768 +#: code:addons/web/static/src/xml/base.xml:276 +#: code:addons/web/static/src/xml/base.xml:336 +#, python-format +msgid "Change Password" +msgstr "Cambiar Contraseña" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:3411 +#, python-format +msgid "View type '%s' is not supported in One2Many." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:4951 +#: code:addons/web/static/src/js/view_list.js:2194 +#, python-format +msgid "Download" +msgstr "Descargar" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/formats.js:266 +#, python-format +msgid "'%s' is not a correct datetime" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:417 +#, python-format +msgid "Group" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:927 +#, python-format +msgid "Unhandled widget" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:982 +#, python-format +msgid "Selection:" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:871 +#, python-format +msgid "The following fields are invalid:" +msgstr "" + +#. module: web +#: code:addons/web/controllers/main.py:847 +#, python-format +msgid "Languages" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1270 +#, python-format +msgid "...Upload in progress..." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1768 +#, python-format +msgid "Import" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:543 +#, python-format +msgid "Could not restore the database" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:4851 +#, python-format +msgid "File upload" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:3804 +#, python-format +msgid "Action Button" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:542 +#: code:addons/web/static/src/xml/base.xml:1467 +#, python-format +msgid "Manage Filters" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1867 +#, python-format +msgid "contains" +msgstr "contiene" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/coresetup.js:633 +#, python-format +msgid "Take a minute to get a coffee,
    because it's loading..." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:413 +#, python-format +msgid "Activate the developer mode" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:324 +#, python-format +msgid "Loading (%d)" +msgstr "Cargando (%d)" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1114 +#, python-format +msgid "GroupBy" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:687 +#, python-format +msgid "You must select at least one record." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:535 +#, python-format +msgid "View Log (perm_read)" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:1061 +#, python-format +msgid "Set Default" +msgstr "Establecer Por defecto" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:978 +#, python-format +msgid "Relation:" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/coresetup.js:600 +#, python-format +msgid "less than a minute ago" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:851 +#, python-format +msgid "Condition:" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:1692 +#, python-format +msgid "Unsupported operator %s in domain %s" +msgstr "Operador no soportado %s en el dominio %s" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/formats.js:242 +#, python-format +msgid "'%s' is not a correct float" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:549 +#, python-format +msgid "Restored" +msgstr "Restaurada" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:394 +#, python-format +msgid "%d-%d of %d" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:2868 +#, python-format +msgid "Create and Edit..." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/pyeval.js:731 +#, python-format +msgid "Unknown nonliteral type " +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:2346 +#, python-format +msgid "Resource error" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1961 +#, python-format +msgid "is not" +msgstr "no es" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:550 +#, python-format +msgid "Print Workflow" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:396 +#, python-format +msgid "Please confirm your new password" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1804 +#, python-format +msgid "UTF-8" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:421 +#, python-format +msgid "For more information visit" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1859 +#, python-format +msgid "Add All Info..." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1683 +#, python-format +msgid "Export Formats" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:974 +#, python-format +msgid "On change:" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/views.js:865 +#, python-format +msgid "Model %s fields" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:893 +#, python-format +msgid "Setting 'id' attribute on existing record %s" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:8 +#, python-format +msgid "List" +msgstr "Lista" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1881 +#: code:addons/web/static/src/js/search.js:1915 +#: code:addons/web/static/src/js/search.js:1940 +#, python-format +msgid "greater than" +msgstr "mayor que" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:2248 +#: code:addons/web/static/src/xml/base.xml:546 +#, python-format +msgid "View" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1466 +#, python-format +msgid "Save Filter" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1344 +#, python-format +msgid "Action ID:" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:457 +#, python-format +msgid "Your user's preference timezone does not match your browser timezone:" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:1223 +#, python-format +msgid "Field '%s' specified in view could not be found." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1756 +#, python-format +msgid "Saved exports:" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:320 +#, python-format +msgid "Old Password:" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/formats.js:113 +#, python-format +msgid "Bytes,Kb,Mb,Gb,Tb,Pb,Eb,Zb,Yb" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:481 +#, python-format +msgid "The database has been duplicated." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1625 +#, python-format +msgid "Apply" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1386 +#, python-format +msgid "Save & New" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1223 +#: code:addons/web/static/src/xml/base.xml:1225 +#, python-format +msgid "Save As" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/doc/module/static/src/xml/web_example.xml:3 +#, python-format +msgid "00:00:00" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:2317 +#, python-format +msgid "E-mail error" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/coresetup.js:605 +#, python-format +msgid "a day ago" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1789 +#, python-format +msgid "Does your file have titles?" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:327 +#, python-format +msgid "Unlimited" +msgstr "Ilimitado" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:784 +#, python-format +msgid "" +"Warning, the record has been modified, your changes will be discarded.\n" +"\n" +"Are you sure you want to leave this page ?" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:2904 +#, python-format +msgid "Search: " +msgstr "Buscar: " + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:544 +#, python-format +msgid "Technical translation" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1797 +#, python-format +msgid "Delimiter:" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:462 +#, python-format +msgid "Browser's timezone" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1605 +#, python-format +msgid "Filter name" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1464 +#, python-format +msgid "-- Actions --" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:4134 +#: code:addons/web/static/src/js/view_form.js:4294 +#: code:addons/web/static/src/xml/base.xml:1407 +#: code:addons/web/static/src/xml/base.xml:1705 +#, python-format +msgid "Add" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:536 +#, python-format +msgid "Toggle Form Layout Outline" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:421 +#, python-format +msgid "OpenERP.com" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:2317 +#, python-format +msgid "Can't send email to invalid e-mail address" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:636 +#, python-format +msgid "Add..." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:405 +#, python-format +msgid "Preferences" +msgstr "Preferencias" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:436 +#, python-format +msgid "Wrong on change format: %s" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/controllers/main.py:750 +#: code:addons/web/static/src/xml/base.xml:185 +#, python-format +msgid "Drop Database" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:466 +#, python-format +msgid "Click here to change your user's timezone." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:966 +#, python-format +msgid "Modifiers:" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:627 +#, python-format +msgid "Delete this attachment" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:774 +#: code:addons/web/static/src/xml/base.xml:815 +#: code:addons/web/static/src/xml/base.xml:1382 +#: code:addons/web/static/src/xml/base.xml:1612 +#, python-format +msgid "Save" +msgstr "Guardar" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/views.js:999 +#: code:addons/web/static/src/xml/base.xml:352 +#, python-format +msgid "More" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:73 +#, python-format +msgid "Username" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:481 +#, python-format +msgid "Duplicating database" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:563 +#, python-format +msgid "Password has been changed successfully" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list_editable.js:788 +#, python-format +msgid "The form's data can not be discarded" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:533 +#, python-format +msgid "Debug View#" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:77 +#, python-format +msgid "Log in" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:198 +#: code:addons/web/static/src/js/view_list.js:346 +#: code:addons/web/static/src/xml/base.xml:1764 +#, python-format +msgid "Delete" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/pyeval.js:769 +#, python-format +msgid "" +"Local evaluation failure\n" +"%s\n" +"\n" +"%s" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:350 +#, python-format +msgid "Invalid database name" +msgstr "Nombre de base de datos incorrecto" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1693 +#, python-format +msgid "Save fields list" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/doc/module/static/src/xml/web_example.xml:5 +#, python-format +msgid "Start" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/views.js:823 +#, python-format +msgid "View Log (%s)" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:564 +#, python-format +msgid "Creation Date:" +msgstr "" + +#. module: web +#: code:addons/web/controllers/main.py:790 +#: code:addons/web/controllers/main.py:835 +#, python-format +msgid "Error, password not changed !" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:4850 +#, python-format +msgid "The selected file exceed the maximum file size of %s." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:632 +#: code:addons/web/static/src/xml/base.xml:1300 +#, python-format +msgid "/web/binary/upload_attachment" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:563 +#, python-format +msgid "Changed Password" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1431 +#, python-format +msgid "Search" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:3032 +#: code:addons/web/static/src/js/view_form.js:3668 +#: code:addons/web/static/src/js/view_form.js:3785 +#: code:addons/web/static/src/js/view_form.js:4230 +#: code:addons/web/static/src/js/view_form.js:4353 +#, python-format +msgid "Open: " +msgstr "Abrir " + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:218 +#: code:addons/web/static/src/xml/base.xml:309 +#, python-format +msgid "Backup" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/dates.js:76 +#: code:addons/web/static/src/js/dates.js:80 +#, python-format +msgid "'%s' is not a valid time" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/formats.js:274 +#, python-format +msgid "'%s' is not a correct date" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:933 +#, python-format +msgid "(nolabel)" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/coresetup.js:606 +#, python-format +msgid "%d days ago" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1474 +#, python-format +msgid "(Any existing filter with the same name will be replaced)" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:1918 +#: code:addons/web/static/src/xml/base.xml:338 +#: code:addons/web/static/src/xml/base.xml:1377 +#: code:addons/web/static/src/xml/base.xml:1860 +#, python-format +msgid "Cancel" +msgstr "Cancelar" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/coresetup.js:628 +#: code:addons/web/static/src/xml/base.xml:9 +#, python-format +msgid "Loading..." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:567 +#, python-format +msgid "Latest Modification by:" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:1242 +#: code:addons/web/static/src/xml/base.xml:470 +#, python-format +msgid "Timezone mismatch" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:1646 +#, python-format +msgid "Unknown operator %s in domain %s" +msgstr "Operador desconocido %s en el dominio %s" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:428 +#, python-format +msgid "%d / %d" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1782 +#, python-format +msgid "2. Check your file format" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1718 +#, python-format +msgid "Name" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1775 +#, python-format +msgid "" +"Select a .CSV file to import. If you need a sample of file to import,\n" +" you should use the export tool with the \"Import Compatible\" option." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/coresetup.js:608 +#, python-format +msgid "%d months ago" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:187 +#: code:addons/web/static/src/xml/base.xml:308 +#, python-format +msgid "Drop" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1465 +#, python-format +msgid "Add Advanced Filter" +msgstr "" + +#. module: web +#: code:addons/web/controllers/main.py:828 +#, python-format +msgid "The new password and its confirmation must be identical." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:542 +#: code:addons/web/static/src/xml/base.xml:248 +#, python-format +msgid "Restore Database" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:644 +#, python-format +msgid "Login" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:420 +#, python-format +msgid "Licenced under the terms of" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:250 +#: code:addons/web/static/src/xml/base.xml:310 +#, python-format +msgid "Restore" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1677 +#, python-format +msgid "Export Type:" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:406 +#, python-format +msgid "Log out" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1090 +#, python-format +msgid "Group by: %s" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:153 +#, python-format +msgid "No data provided." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:345 +#: code:addons/web/static/src/xml/base.xml:1665 +#, python-format +msgid "Export" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/data_export.js:12 +#, python-format +msgid "Export To File" +msgstr "Exportar a fichero" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/views.js:1097 +#, python-format +msgid "You must choose at least one record." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/coresetup.js:631 +#, python-format +msgid "Don't leave yet,
    it's still loading..." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:775 +#, python-format +msgid "Invalid Search" +msgstr "BĂşsqueda incorrecta" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:980 +#, python-format +msgid "Could not find id in dataset" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1707 +#, python-format +msgid "Remove All" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1340 +#, python-format +msgid "Method:" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:1439 +#, python-format +msgid "%(page)d/%(page_count)d" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:397 +#, python-format +msgid "The confirmation does not match the password" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:441 +#, python-format +msgid "Edit Company data" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:4886 +#, python-format +msgid "Save As..." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:5007 +#, python-format +msgid "Could not display the selected image." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:509 +#, python-format +msgid "Database backed up successfully" +msgstr "Base de datos guardada correctamente" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1808 +#, python-format +msgid "" +"For use if CSV files have titles on multiple lines, skips more than a single " +"line during import" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:394 +#, python-format +msgid "99+" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1774 +#, python-format +msgid "1. Import a .CSV file" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:644 +#, python-format +msgid "No database selected !" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/formats.js:180 +#, python-format +msgid "(%d records)" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:970 +#, python-format +msgid "Change default:" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:171 +#, python-format +msgid "Original database name:" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1869 +#: code:addons/web/static/src/js/search.js:1879 +#: code:addons/web/static/src/js/search.js:1913 +#: code:addons/web/static/src/js/search.js:1938 +#, python-format +msgid "is equal to" +msgstr "es igual a" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/views.js:1500 +#, python-format +msgid "Could not serialize XML" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1619 +#, python-format +msgid "Advanced Search" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:290 +#, python-format +msgid "Confirm new master password:" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/coresetup.js:634 +#, python-format +msgid "Maybe you should consider reloading the application by pressing F5..." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:17 +#: code:addons/web/static/src/js/view_list.js:2248 +#: code:addons/web/static/src/xml/base.xml:111 +#: code:addons/web/static/src/xml/base.xml:306 +#: code:addons/web/static/src/xml/base.xml:812 +#: code:addons/web/static/src/xml/base.xml:1376 +#, python-format +msgid "Create" +msgstr "Crear" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1868 +#, python-format +msgid "doesn't contain" +msgstr "no contiene" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1785 +#, python-format +msgid "Import Options" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:2936 +#, python-format +msgid "Add %s" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:145 +#, python-format +msgid "Admin password:" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/data_export.js:11 +#: code:addons/web/static/src/js/view_form.js:1067 +#: code:addons/web/static/src/xml/base.xml:1394 +#, python-format +msgid "Close" +msgstr "Cerrar" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/coresetup.js:632 +#, python-format +msgid "" +"You may not believe it,
    but the application is actually loading..." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1779 +#, python-format +msgid "CSV File:" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1741 +#, python-format +msgid "Advanced" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_tree.js:11 +#, python-format +msgid "Tree" +msgstr "" + +#. module: web +#: code:addons/web/controllers/main.py:750 +#, python-format +msgid "Could not drop database !" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/formats.js:227 +#, python-format +msgid "'%s' is not a correct integer" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:877 +#, python-format +msgid "All users" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:1654 +#, python-format +msgid "Unknown field %s in domain %s" +msgstr "Campo desconocido %s en el dominio %s" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/views.js:1466 +#, python-format +msgid "Node [%s] is not a JSONified XML node" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1428 +#, python-format +msgid "Advanced Search..." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:499 +#, python-format +msgid "Dropping database" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:82 +#: code:addons/web/static/src/xml/base.xml:445 +#, python-format +msgid "Powered by" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1380 +#: code:addons/web/static/src/xml/base.xml:970 +#, python-format +msgid "Yes" +msgstr "Sí" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:4871 +#, python-format +msgid "There was a problem while uploading your file" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:558 +#, python-format +msgid "XML ID:" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:954 +#, python-format +msgid "Size:" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1824 +#, python-format +msgid "--- Don't Import ---" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1679 +#, python-format +msgid "Import-Compatible Export" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/coresetup.js:610 +#, python-format +msgid "%d years ago" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:1040 +#, python-format +msgid "Unknown m2m command %s" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:1068 +#, python-format +msgid "Save default" +msgstr "Guardar por defecto" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:121 +#: code:addons/web/static/src/xml/base.xml:175 +#: code:addons/web/static/src/xml/base.xml:264 +#, python-format +msgid "New database name:" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:394 +#, python-format +msgid "Please enter your new password" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:4886 +#, python-format +msgid "The field is empty, there's nothing to save !" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:545 +#, python-format +msgid "Manage Views" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1801 +#, python-format +msgid "Encoding:" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1808 +#, python-format +msgid "Lines to skip" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:2858 +#, python-format +msgid "Create \"%s\"" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/data_export.js:361 +#, python-format +msgid "Please select fields to save export list..." +msgstr "" +"Por favor, seleccione los campos para guardar la lista de exportación..." + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:418 +#, python-format +msgid "Copyright © 2004-TODAY OpenERP SA. All Rights Reserved." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:2346 +#, python-format +msgid "This resource is empty" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1689 +#, python-format +msgid "Available fields" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1835 +#, python-format +msgid "The import failed due to:" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/views.js:812 +#: code:addons/web/static/src/xml/base.xml:539 +#, python-format +msgid "JS Tests" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1750 +#, python-format +msgid "Save as:" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:927 +#, python-format +msgid "Filter on: %s" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:2904 +#: code:addons/web/static/src/js/view_form.js:3757 +#, python-format +msgid "Create: " +msgstr "Crear: " + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:540 +#, python-format +msgid "View Fields" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:330 +#, python-format +msgid "Confirm New Password:" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:575 +#, python-format +msgid "Do you really want to remove these records?" +msgstr "¿Está seguro que quiere eliminar estos registros?" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:958 +#, python-format +msgid "Context:" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1933 +#: code:addons/web/static/src/js/search.js:1960 +#, python-format +msgid "is" +msgstr "es" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/data_export.js:6 +#, python-format +msgid "Export Data" +msgstr "Exportar datos" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:962 +#, python-format +msgid "Domain:" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:834 +#, python-format +msgid "Default:" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:82 +#: code:addons/web/static/src/xml/base.xml:446 +#, python-format +msgid "OpenERP" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/doc/module/static/src/xml/web_example.xml:8 +#, python-format +msgid "Stop" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:68 +#: code:addons/web/static/src/xml/base.xml:193 +#: code:addons/web/static/src/xml/base.xml:225 +#, python-format +msgid "Database:" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1183 +#: code:addons/web/static/src/xml/base.xml:1240 +#, python-format +msgid "Uploading ..." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1853 +#, python-format +msgid "Name:" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:1058 +#, python-format +msgid "About" +msgstr "Acerca de" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1431 +#, python-format +msgid "Search Again" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1455 +#, python-format +msgid "-- Filters --" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1230 +#: code:addons/web/static/src/xml/base.xml:1232 +#, python-format +msgid "Clear" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1680 +#, python-format +msgid "Export all Data" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:1334 +#, python-format +msgid "" +"Grouping on field '%s' is not possible because that field does not appear in " +"the list view." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:537 +#, python-format +msgid "Set Defaults" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1670 +#, python-format +msgid "" +"This wizard will export all data that matches the current search criteria to " +"a CSV file.\n" +" You can export all data or only the fields that can be " +"reimported after modification." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:321 +#, python-format +msgid "The record could not be found in the database." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1472 +#, python-format +msgid "Filter Name:" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:946 +#, python-format +msgid "Type:" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:538 +#, python-format +msgid "Incorrect super-administrator password" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:942 +#, python-format +msgid "Object:" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:292 +#: code:addons/web/static/src/js/chrome.js:326 +#, python-format +msgid "Loading" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/coresetup.js:609 +#, python-format +msgid "about a year ago" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1870 +#: code:addons/web/static/src/js/search.js:1880 +#: code:addons/web/static/src/js/search.js:1914 +#: code:addons/web/static/src/js/search.js:1939 +#, python-format +msgid "is not equal to" +msgstr "es distinto de" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:5036 +#, python-format +msgid "" +"The type of the field '%s' must be a many2many field with a relation to " +"'ir.attachment' model." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/coresetup.js:604 +#, python-format +msgid "%d hours ago" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:4206 +#: code:addons/web/static/src/js/view_form.js:4335 +#, python-format +msgid "Add: " +msgstr "Agregar: " + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1858 +#, python-format +msgid "Quick Add" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1805 +#, python-format +msgid "Latin 1" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:260 +#: code:addons/web/static/src/js/chrome.js:269 +#: code:addons/web/static/src/js/chrome.js:449 +#: code:addons/web/static/src/js/chrome.js:792 +#: code:addons/web/static/src/js/view_form.js:572 +#: code:addons/web/static/src/js/view_form.js:1923 +#: code:addons/web/static/src/xml/base.xml:1752 +#, python-format +msgid "Ok" +msgstr "Ok" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/views.js:1162 +#, python-format +msgid "Uploading..." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:125 +#, python-format +msgid "Load Demonstration data:" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:615 +#, python-format +msgid "Created by :" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/dates.js:22 +#: code:addons/web/static/src/js/dates.js:26 +#, python-format +msgid "'%s' is not a valid datetime" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:256 +#, python-format +msgid "File:" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1882 +#: code:addons/web/static/src/js/search.js:1916 +#: code:addons/web/static/src/js/search.js:1941 +#, python-format +msgid "less than" +msgstr "menor que" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:687 +#: code:addons/web/static/src/js/views.js:1097 +#, python-format +msgid "Warning" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:547 +#, python-format +msgid "Edit SearchView" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1975 +#, python-format +msgid "is true" +msgstr "es verdadero" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:3909 +#, python-format +msgid "Add an item" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1603 +#, python-format +msgid "Save current filter" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:1915 +#, python-format +msgid "Confirm" +msgstr "Confimar" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/data_export.js:126 +#, python-format +msgid "Please enter save field list name" +msgstr "Por favor, introduzca el nombre de la lista de campos a guardar" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:2206 +#, python-format +msgid "Download \"%s\"" +msgstr "Descargar \"%s\"" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:326 +#, python-format +msgid "New" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:1767 +#, python-format +msgid "Can't convert value %s to context" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/views.js:807 +#: code:addons/web/static/src/xml/base.xml:541 +#, python-format +msgid "Fields View Get" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:149 +#, python-format +msgid "Confirm password:" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1883 +#: code:addons/web/static/src/js/search.js:1917 +#: code:addons/web/static/src/js/search.js:1942 +#, python-format +msgid "greater or equal than" +msgstr "mayor o igual que" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1321 +#, python-format +msgid "Button" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:418 +#, python-format +msgid "OpenERP is a trademark of the" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/data_export.js:374 +#, python-format +msgid "Please select fields to export..." +msgstr "Por favor, seleccione los campos a exportar" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:286 +#, python-format +msgid "New master password:" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1976 +#, python-format +msgid "is false" +msgstr "es falso" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:404 +#, python-format +msgid "About OpenERP" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/formats.js:297 +#, python-format +msgid "'%s' is not a correct date, datetime nor time" +msgstr "" + +#. module: web +#: code:addons/web/controllers/main.py:1264 +#, python-format +msgid "No content found for field '%s' on '%s:%s'" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:304 +#, python-format +msgid "Database Management" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:5007 +#, python-format +msgid "Image" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:81 +#, python-format +msgid "Manage Databases" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/pyeval.js:765 +#, python-format +msgid "Evaluation Error" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1283 +#, python-format +msgid "not a valid integer" +msgstr "entero no válido" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:337 +#: code:addons/web/static/src/xml/base.xml:776 +#: code:addons/web/static/src/xml/base.xml:816 +#: code:addons/web/static/src/xml/base.xml:1376 +#: code:addons/web/static/src/xml/base.xml:1384 +#: code:addons/web/static/src/xml/base.xml:1630 +#, python-format +msgid "or" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1381 +#, python-format +msgid "No" +msgstr "No" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/formats.js:309 +#, python-format +msgid "'%s' is not convertible to date, datetime nor time" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:199 +#: code:addons/web/static/src/xml/base.xml:161 +#: code:addons/web/static/src/xml/base.xml:307 +#, python-format +msgid "Duplicate" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:777 +#: code:addons/web/static/src/xml/base.xml:817 +#: code:addons/web/static/src/xml/base.xml:1391 +#, python-format +msgid "Discard" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1624 +#, python-format +msgid "Add a condition" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/coresetup.js:629 +#, python-format +msgid "Still loading..." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:818 +#, python-format +msgid "Incorrect value for field %(fieldname)s: [%(value)s] is %(message)s" +msgstr "" +"Valor incorrecto para el campo %(fieldname)s: [%(value)s] es %(message)s" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:3805 +#, python-format +msgid "The o2m record must be saved before an action can be used" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:509 +#, python-format +msgid "Backed" +msgstr "Guardado" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1610 +#, python-format +msgid "Use by default" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:1348 +#, python-format +msgid "%s (%d)" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:775 +#, python-format +msgid "triggered from search view" +msgstr "Disparador activado desde la vista de búsqueda" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:978 +#, python-format +msgid "Filter" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:950 +#, python-format +msgid "Widget:" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:548 +#, python-format +msgid "Edit Action" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:555 +#, python-format +msgid "ID:" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:870 +#, python-format +msgid "Only you" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:549 +#, python-format +msgid "Edit Workflow" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/views.js:1171 +#, python-format +msgid "Do you really want to delete this attachment ?" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/views.js:840 +#, python-format +msgid "Technical Translation" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:938 +#, python-format +msgid "Field:" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:620 +#, python-format +msgid "Modified by :" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:499 +#, python-format +msgid "The database %s has been dropped" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:460 +#, python-format +msgid "User's timezone" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:284 +#: code:addons/web/static/src/js/chrome.js:1168 +#, python-format +msgid "Client Error" +msgstr "Error en el cliente" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/views.js:998 +#, python-format +msgid "Print" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1331 +#, python-format +msgid "Special:" +msgstr "" + +#. module: web +#: code:addons/web/controllers/main.py:834 +#, python-format +msgid "" +"The old password you provided is incorrect, your password was not changed." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:561 +#, python-format +msgid "Creation User:" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:769 +#, python-format +msgid "Do you really want to delete this record?" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1385 +#, python-format +msgid "Save & Close" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:2845 +#, python-format +msgid "Search More..." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:75 +#: code:addons/web/static/src/xml/base.xml:311 +#, python-format +msgid "Password" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:546 +#: code:addons/web/static/src/xml/base.xml:809 +#: code:addons/web/static/src/xml/base.xml:1178 +#, python-format +msgid "Edit" +msgstr "Editar" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1706 +#, python-format +msgid "Remove" +msgstr "Eliminar" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1062 +#, python-format +msgid "Select date" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1249 +#, python-format +msgid "Search %(field)s for: %(value)s" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1277 +#, python-format +msgid "Delete this file" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:109 +#, python-format +msgid "Create Database" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:420 +#, python-format +msgid "GNU Affero General Public License" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1795 +#, python-format +msgid "Separator:" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:300 +#, python-format +msgid "Back to Login" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1662 +#: code:addons/web/static/src/xml/base.xml:1454 +#, python-format +msgid "Filters" +msgstr "" diff --git a/web/i18n/es_CR.po b/web/i18n/es_CR.po new file mode 100644 index 0000000..7c02c1a --- /dev/null +++ b/web/i18n/es_CR.po @@ -0,0 +1,2614 @@ +# Spanish (Costa Rica) translation for openerp-web +# Copyright (c) 2012 Rosetta Contributors and Canonical Ltd 2012 +# This file is distributed under the same license as the openerp-web package. +# FIRST AUTHOR , 2012. +# +msgid "" +msgstr "" +"Project-Id-Version: openerp-web\n" +"Report-Msgid-Bugs-To: FULL NAME \n" +"POT-Creation-Date: 2012-12-21 17:06+0000\n" +"PO-Revision-Date: 2012-12-21 23:00+0000\n" +"Last-Translator: FULL NAME \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-12-22 07:38+0000\n" +"X-Generator: Launchpad (build 16378)\n" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:133 +#, python-format +msgid "Default language:" +msgstr "Idioma por defecto:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/coresetup.js:602 +#, python-format +msgid "%d minutes ago" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/coresetup.js:630 +#, python-format +msgid "Still loading...
    Please be patient." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1832 +#, python-format +msgid "%(field)s %(operator)s \"%(value)s\"" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1884 +#: code:addons/web/static/src/js/search.js:1918 +#: code:addons/web/static/src/js/search.js:1943 +#, python-format +msgid "less or equal than" +msgstr "menor o igual que" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:393 +#, python-format +msgid "Please enter your previous password" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:117 +#: code:addons/web/static/src/xml/base.xml:167 +#: code:addons/web/static/src/xml/base.xml:282 +#, python-format +msgid "Master password:" +msgstr "Contraseña maestra" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:274 +#, python-format +msgid "Change Master Password" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:491 +#, python-format +msgid "Do you really want to delete the database: %s ?" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1398 +#, python-format +msgid "Search %(field)s at: %(value)s" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:537 +#, python-format +msgid "Access Denied" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:5183 +#, python-format +msgid "Uploading error" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/coresetup.js:603 +#, python-format +msgid "about an hour ago" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/controllers/main.py:768 +#: code:addons/web/static/src/js/chrome.js:514 +#: code:addons/web/static/src/xml/base.xml:216 +#, python-format +msgid "Backup Database" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/views.js:463 +#, python-format +msgid "%(view_type)s view" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/dates.js:49 +#: code:addons/web/static/src/js/dates.js:53 +#, python-format +msgid "'%s' is not a valid date" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1837 +#, python-format +msgid "Here is a preview of the file we could not import:" +msgstr "Esta es una vista previa del archivo que no se pudo importar:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/coresetup.js:601 +#, python-format +msgid "about a minute ago" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1297 +#, python-format +msgid "File" +msgstr "" + +#. module: web +#: code:addons/web/controllers/main.py:826 +#, python-format +msgid "You cannot leave any password empty." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:680 +#, python-format +msgid "Invalid username or password" +msgstr "Nombre de usuario o contraseña inválidos" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:206 +#: code:addons/web/static/src/xml/base.xml:238 +#: code:addons/web/static/src/xml/base.xml:260 +#, python-format +msgid "Master Password:" +msgstr "Contraseña Maestra" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1217 +#: code:addons/web/static/src/xml/base.xml:1374 +#, python-format +msgid "Select" +msgstr "Seleccionar" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:549 +#, python-format +msgid "Database restored successfully" +msgstr "Base de datos restaurada correctamente" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:415 +#, python-format +msgid "Version" +msgstr "Versión" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:570 +#, python-format +msgid "Latest Modification Date:" +msgstr "Ultima modificación de fecha:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1459 +#, python-format +msgid "M2O search fields do not currently handle multiple default values" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:1227 +#, python-format +msgid "Widget type '%s' is not implemented" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1608 +#, python-format +msgid "Share with all users" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:77 +#: code:addons/web/static/src/js/view_form.js:321 +#, python-format +msgid "Form" +msgstr "Forma" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1324 +#, python-format +msgid "(no string)" +msgstr "(ninguna cadena)" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/formats.js:282 +#, python-format +msgid "'%s' is not a correct time" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1297 +#, python-format +msgid "not a valid number" +msgstr "no es un número válido" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:325 +#, python-format +msgid "New Password:" +msgstr "Contraseña nueva:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:610 +#, python-format +msgid "Attachment :" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1691 +#, python-format +msgid "Fields to export" +msgstr "Campos a exportar" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:1340 +#, python-format +msgid "Undefined" +msgstr "Indefinido" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:4871 +#, python-format +msgid "File Upload" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/coresetup.js:607 +#, python-format +msgid "about a month ago" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1600 +#, python-format +msgid "Custom Filters" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1336 +#, python-format +msgid "Button Type:" +msgstr "Botón Tipo:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:419 +#, python-format +msgid "OpenERP SA Company" +msgstr "Compañía OpenERP SA" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1553 +#, python-format +msgid "Custom Filter" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:159 +#, python-format +msgid "Duplicate Database" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/controllers/main.py:789 +#: code:addons/web/controllers/main.py:790 +#: code:addons/web/controllers/main.py:826 +#: code:addons/web/controllers/main.py:828 +#: code:addons/web/controllers/main.py:834 +#: code:addons/web/controllers/main.py:835 +#: code:addons/web/static/src/js/chrome.js:768 +#: code:addons/web/static/src/xml/base.xml:276 +#: code:addons/web/static/src/xml/base.xml:336 +#, python-format +msgid "Change Password" +msgstr "Cambiar Contraseña" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:3411 +#, python-format +msgid "View type '%s' is not supported in One2Many." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:4951 +#: code:addons/web/static/src/js/view_list.js:2194 +#, python-format +msgid "Download" +msgstr "Descargar" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/formats.js:266 +#, python-format +msgid "'%s' is not a correct datetime" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:417 +#, python-format +msgid "Group" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:927 +#, python-format +msgid "Unhandled widget" +msgstr "Widget no controlado" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:982 +#, python-format +msgid "Selection:" +msgstr "Selección:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:871 +#, python-format +msgid "The following fields are invalid:" +msgstr "" + +#. module: web +#: code:addons/web/controllers/main.py:847 +#, python-format +msgid "Languages" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1270 +#, python-format +msgid "...Upload in progress..." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1768 +#, python-format +msgid "Import" +msgstr "Importar" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:543 +#, python-format +msgid "Could not restore the database" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:4851 +#, python-format +msgid "File upload" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:3804 +#, python-format +msgid "Action Button" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:542 +#: code:addons/web/static/src/xml/base.xml:1467 +#, python-format +msgid "Manage Filters" +msgstr "Gestionar Filtros" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1867 +#, python-format +msgid "contains" +msgstr "contiene" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/coresetup.js:633 +#, python-format +msgid "Take a minute to get a coffee,
    because it's loading..." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:413 +#, python-format +msgid "Activate the developer mode" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:324 +#, python-format +msgid "Loading (%d)" +msgstr "Cargando (%d)" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1114 +#, python-format +msgid "GroupBy" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:687 +#, python-format +msgid "You must select at least one record." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:535 +#, python-format +msgid "View Log (perm_read)" +msgstr "Ver Registro (perm_read)" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:1061 +#, python-format +msgid "Set Default" +msgstr "Fijar Predeterminado" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:978 +#, python-format +msgid "Relation:" +msgstr "Relación:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/coresetup.js:600 +#, python-format +msgid "less than a minute ago" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:851 +#, python-format +msgid "Condition:" +msgstr "Condición:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:1692 +#, python-format +msgid "Unsupported operator %s in domain %s" +msgstr "Operador no compatible %s en domino %s" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/formats.js:242 +#, python-format +msgid "'%s' is not a correct float" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:549 +#, python-format +msgid "Restored" +msgstr "Restaurada" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:394 +#, python-format +msgid "%d-%d of %d" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:2868 +#, python-format +msgid "Create and Edit..." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/pyeval.js:731 +#, python-format +msgid "Unknown nonliteral type " +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:2346 +#, python-format +msgid "Resource error" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1961 +#, python-format +msgid "is not" +msgstr "no es" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:550 +#, python-format +msgid "Print Workflow" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:396 +#, python-format +msgid "Please confirm your new password" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1804 +#, python-format +msgid "UTF-8" +msgstr "UTF-8" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:421 +#, python-format +msgid "For more information visit" +msgstr "Para mas información visite" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1859 +#, python-format +msgid "Add All Info..." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1683 +#, python-format +msgid "Export Formats" +msgstr "Formatos de Exportación" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:974 +#, python-format +msgid "On change:" +msgstr "En cambio:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/views.js:865 +#, python-format +msgid "Model %s fields" +msgstr "Modelo %s campos" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:893 +#, python-format +msgid "Setting 'id' attribute on existing record %s" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:8 +#, python-format +msgid "List" +msgstr "Lista" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1881 +#: code:addons/web/static/src/js/search.js:1915 +#: code:addons/web/static/src/js/search.js:1940 +#, python-format +msgid "greater than" +msgstr "mayor que" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:2248 +#: code:addons/web/static/src/xml/base.xml:546 +#, python-format +msgid "View" +msgstr "Ver" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1466 +#, python-format +msgid "Save Filter" +msgstr "Guardar Filtro" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1344 +#, python-format +msgid "Action ID:" +msgstr "Acción ID:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:457 +#, python-format +msgid "Your user's preference timezone does not match your browser timezone:" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:1223 +#, python-format +msgid "Field '%s' specified in view could not be found." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1756 +#, python-format +msgid "Saved exports:" +msgstr "Exportaciones guardadas:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:320 +#, python-format +msgid "Old Password:" +msgstr "Contraseña anterior:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/formats.js:113 +#, python-format +msgid "Bytes,Kb,Mb,Gb,Tb,Pb,Eb,Zb,Yb" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:481 +#, python-format +msgid "The database has been duplicated." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1625 +#, python-format +msgid "Apply" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1386 +#, python-format +msgid "Save & New" +msgstr "Guardar y Nuevo" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1223 +#: code:addons/web/static/src/xml/base.xml:1225 +#, python-format +msgid "Save As" +msgstr "Guardar como" + +#. module: web +#. openerp-web +#: code:addons/web/doc/module/static/src/xml/web_example.xml:3 +#, python-format +msgid "00:00:00" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:2317 +#, python-format +msgid "E-mail error" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/coresetup.js:605 +#, python-format +msgid "a day ago" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1789 +#, python-format +msgid "Does your file have titles?" +msgstr "¿Tiene su archivo títulos?" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:327 +#, python-format +msgid "Unlimited" +msgstr "Ilimitado" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:784 +#, python-format +msgid "" +"Warning, the record has been modified, your changes will be discarded.\n" +"\n" +"Are you sure you want to leave this page ?" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:2904 +#, python-format +msgid "Search: " +msgstr "Buscar: " + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:544 +#, python-format +msgid "Technical translation" +msgstr "Traducción técnica" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1797 +#, python-format +msgid "Delimiter:" +msgstr "Delimitador:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:462 +#, python-format +msgid "Browser's timezone" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1605 +#, python-format +msgid "Filter name" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1464 +#, python-format +msgid "-- Actions --" +msgstr "-- Acciones --" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:4134 +#: code:addons/web/static/src/js/view_form.js:4294 +#: code:addons/web/static/src/xml/base.xml:1407 +#: code:addons/web/static/src/xml/base.xml:1705 +#, python-format +msgid "Add" +msgstr "Añadir" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:536 +#, python-format +msgid "Toggle Form Layout Outline" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:421 +#, python-format +msgid "OpenERP.com" +msgstr "OpenERP.com" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:2317 +#, python-format +msgid "Can't send email to invalid e-mail address" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:636 +#, python-format +msgid "Add..." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:405 +#, python-format +msgid "Preferences" +msgstr "Preferencias" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:436 +#, python-format +msgid "Wrong on change format: %s" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/controllers/main.py:750 +#: code:addons/web/static/src/xml/base.xml:185 +#, python-format +msgid "Drop Database" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:466 +#, python-format +msgid "Click here to change your user's timezone." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:966 +#, python-format +msgid "Modifiers:" +msgstr "Modificadores:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:627 +#, python-format +msgid "Delete this attachment" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:774 +#: code:addons/web/static/src/xml/base.xml:815 +#: code:addons/web/static/src/xml/base.xml:1382 +#: code:addons/web/static/src/xml/base.xml:1612 +#, python-format +msgid "Save" +msgstr "Guardar" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/views.js:999 +#: code:addons/web/static/src/xml/base.xml:352 +#, python-format +msgid "More" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:73 +#, python-format +msgid "Username" +msgstr "Nombre de usuario" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:481 +#, python-format +msgid "Duplicating database" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:563 +#, python-format +msgid "Password has been changed successfully" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list_editable.js:788 +#, python-format +msgid "The form's data can not be discarded" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:533 +#, python-format +msgid "Debug View#" +msgstr "Depurar Vista" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:77 +#, python-format +msgid "Log in" +msgstr "Iniciar sesión" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:198 +#: code:addons/web/static/src/js/view_list.js:346 +#: code:addons/web/static/src/xml/base.xml:1764 +#, python-format +msgid "Delete" +msgstr "Borrar" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/pyeval.js:769 +#, python-format +msgid "" +"Local evaluation failure\n" +"%s\n" +"\n" +"%s" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:350 +#, python-format +msgid "Invalid database name" +msgstr "Nombre de base de datos incorrecto" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1693 +#, python-format +msgid "Save fields list" +msgstr "Guardar lista de campos" + +#. module: web +#. openerp-web +#: code:addons/web/doc/module/static/src/xml/web_example.xml:5 +#, python-format +msgid "Start" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/views.js:823 +#, python-format +msgid "View Log (%s)" +msgstr "Ver registro (%s)" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:564 +#, python-format +msgid "Creation Date:" +msgstr "Fecha de creación:" + +#. module: web +#: code:addons/web/controllers/main.py:790 +#: code:addons/web/controllers/main.py:835 +#, python-format +msgid "Error, password not changed !" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:4850 +#, python-format +msgid "The selected file exceed the maximum file size of %s." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:632 +#: code:addons/web/static/src/xml/base.xml:1300 +#, python-format +msgid "/web/binary/upload_attachment" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:563 +#, python-format +msgid "Changed Password" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1431 +#, python-format +msgid "Search" +msgstr "Búsqueda" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:3032 +#: code:addons/web/static/src/js/view_form.js:3668 +#: code:addons/web/static/src/js/view_form.js:3785 +#: code:addons/web/static/src/js/view_form.js:4230 +#: code:addons/web/static/src/js/view_form.js:4353 +#, python-format +msgid "Open: " +msgstr "Abrir " + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:218 +#: code:addons/web/static/src/xml/base.xml:309 +#, python-format +msgid "Backup" +msgstr "Copia de seguridad" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/dates.js:76 +#: code:addons/web/static/src/js/dates.js:80 +#, python-format +msgid "'%s' is not a valid time" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/formats.js:274 +#, python-format +msgid "'%s' is not a correct date" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:933 +#, python-format +msgid "(nolabel)" +msgstr "(sin etiqueta)" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/coresetup.js:606 +#, python-format +msgid "%d days ago" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1474 +#, python-format +msgid "(Any existing filter with the same name will be replaced)" +msgstr "(Cualquier filtro existente con el mismo nombre será reemplazado)" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:1918 +#: code:addons/web/static/src/xml/base.xml:338 +#: code:addons/web/static/src/xml/base.xml:1377 +#: code:addons/web/static/src/xml/base.xml:1860 +#, python-format +msgid "Cancel" +msgstr "Cancelar" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/coresetup.js:628 +#: code:addons/web/static/src/xml/base.xml:9 +#, python-format +msgid "Loading..." +msgstr "Cargando…" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:567 +#, python-format +msgid "Latest Modification by:" +msgstr "Ultima modificación por:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:1242 +#: code:addons/web/static/src/xml/base.xml:470 +#, python-format +msgid "Timezone mismatch" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:1646 +#, python-format +msgid "Unknown operator %s in domain %s" +msgstr "Operador desconocido %s en dominio %s" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:428 +#, python-format +msgid "%d / %d" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1782 +#, python-format +msgid "2. Check your file format" +msgstr "2. Compruebe el formato de archivo" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1718 +#, python-format +msgid "Name" +msgstr "Nombre" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1775 +#, python-format +msgid "" +"Select a .CSV file to import. If you need a sample of file to import,\n" +" you should use the export tool with the \"Import Compatible\" option." +msgstr "" +"Seleccione un archivo .CSV para importar. Si necesita una muestra de archivo " +"para importar,\n" +" debería usar la herramienta de exportación con la opción de " +"\"Importación Compatible\"." + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/coresetup.js:608 +#, python-format +msgid "%d months ago" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:187 +#: code:addons/web/static/src/xml/base.xml:308 +#, python-format +msgid "Drop" +msgstr "Eliminar" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1465 +#, python-format +msgid "Add Advanced Filter" +msgstr "Agregar filtro avanzado" + +#. module: web +#: code:addons/web/controllers/main.py:828 +#, python-format +msgid "The new password and its confirmation must be identical." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:542 +#: code:addons/web/static/src/xml/base.xml:248 +#, python-format +msgid "Restore Database" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:644 +#, python-format +msgid "Login" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:420 +#, python-format +msgid "Licenced under the terms of" +msgstr "Con licencia bajo los términos de" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:250 +#: code:addons/web/static/src/xml/base.xml:310 +#, python-format +msgid "Restore" +msgstr "Restaurar" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1677 +#, python-format +msgid "Export Type:" +msgstr "Tipo de Exportación:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:406 +#, python-format +msgid "Log out" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1090 +#, python-format +msgid "Group by: %s" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:153 +#, python-format +msgid "No data provided." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:345 +#: code:addons/web/static/src/xml/base.xml:1665 +#, python-format +msgid "Export" +msgstr "Exportar" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/data_export.js:12 +#, python-format +msgid "Export To File" +msgstr "Exportar a fichero" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/views.js:1097 +#, python-format +msgid "You must choose at least one record." +msgstr "Debe seleccionar al menos un registro." + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/coresetup.js:631 +#, python-format +msgid "Don't leave yet,
    it's still loading..." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:775 +#, python-format +msgid "Invalid Search" +msgstr "Búsqueda Invalida" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:980 +#, python-format +msgid "Could not find id in dataset" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1707 +#, python-format +msgid "Remove All" +msgstr "Eliminar Todo" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1340 +#, python-format +msgid "Method:" +msgstr "Método:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:1439 +#, python-format +msgid "%(page)d/%(page_count)d" +msgstr "%(page)d/%(page_count)d" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:397 +#, python-format +msgid "The confirmation does not match the password" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:441 +#, python-format +msgid "Edit Company data" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:4886 +#, python-format +msgid "Save As..." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:5007 +#, python-format +msgid "Could not display the selected image." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:509 +#, python-format +msgid "Database backed up successfully" +msgstr "Base de datos guardada correctamente" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1808 +#, python-format +msgid "" +"For use if CSV files have titles on multiple lines, skips more than a single " +"line during import" +msgstr "" +"Para su uso si los archivos CSV tienen títulos en varias líneas, se salta " +"más de una sola línea durante la importación" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:394 +#, python-format +msgid "99+" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1774 +#, python-format +msgid "1. Import a .CSV file" +msgstr "1. Importar un archivo .CSV" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:644 +#, python-format +msgid "No database selected !" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/formats.js:180 +#, python-format +msgid "(%d records)" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:970 +#, python-format +msgid "Change default:" +msgstr "Cambiar por defecto:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:171 +#, python-format +msgid "Original database name:" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1869 +#: code:addons/web/static/src/js/search.js:1879 +#: code:addons/web/static/src/js/search.js:1913 +#: code:addons/web/static/src/js/search.js:1938 +#, python-format +msgid "is equal to" +msgstr "es igual a" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/views.js:1500 +#, python-format +msgid "Could not serialize XML" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1619 +#, python-format +msgid "Advanced Search" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:290 +#, python-format +msgid "Confirm new master password:" +msgstr "Confirmar nueva contraseña maestra:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/coresetup.js:634 +#, python-format +msgid "Maybe you should consider reloading the application by pressing F5..." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:17 +#: code:addons/web/static/src/js/view_list.js:2248 +#: code:addons/web/static/src/xml/base.xml:111 +#: code:addons/web/static/src/xml/base.xml:306 +#: code:addons/web/static/src/xml/base.xml:812 +#: code:addons/web/static/src/xml/base.xml:1376 +#, python-format +msgid "Create" +msgstr "Crear" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1868 +#, python-format +msgid "doesn't contain" +msgstr "no contiene" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1785 +#, python-format +msgid "Import Options" +msgstr "Opciones de importación" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:2936 +#, python-format +msgid "Add %s" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:145 +#, python-format +msgid "Admin password:" +msgstr "Contraseña de Admin:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/data_export.js:11 +#: code:addons/web/static/src/js/view_form.js:1067 +#: code:addons/web/static/src/xml/base.xml:1394 +#, python-format +msgid "Close" +msgstr "Cerrar" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/coresetup.js:632 +#, python-format +msgid "" +"You may not believe it,
    but the application is actually loading..." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1779 +#, python-format +msgid "CSV File:" +msgstr "Archivo CSV:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1741 +#, python-format +msgid "Advanced" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_tree.js:11 +#, python-format +msgid "Tree" +msgstr "Ărbol" + +#. module: web +#: code:addons/web/controllers/main.py:750 +#, python-format +msgid "Could not drop database !" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/formats.js:227 +#, python-format +msgid "'%s' is not a correct integer" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:877 +#, python-format +msgid "All users" +msgstr "Todos los usuarios" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:1654 +#, python-format +msgid "Unknown field %s in domain %s" +msgstr "Archivo desconocido %s en dominio %s" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/views.js:1466 +#, python-format +msgid "Node [%s] is not a JSONified XML node" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1428 +#, python-format +msgid "Advanced Search..." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:499 +#, python-format +msgid "Dropping database" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:82 +#: code:addons/web/static/src/xml/base.xml:445 +#, python-format +msgid "Powered by" +msgstr "Desarrollado por" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1380 +#: code:addons/web/static/src/xml/base.xml:970 +#, python-format +msgid "Yes" +msgstr "SĂ­" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:4871 +#, python-format +msgid "There was a problem while uploading your file" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:558 +#, python-format +msgid "XML ID:" +msgstr "XML ID:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:954 +#, python-format +msgid "Size:" +msgstr "Tamaño:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1824 +#, python-format +msgid "--- Don't Import ---" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1679 +#, python-format +msgid "Import-Compatible Export" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/coresetup.js:610 +#, python-format +msgid "%d years ago" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:1040 +#, python-format +msgid "Unknown m2m command %s" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:1068 +#, python-format +msgid "Save default" +msgstr "Guardar por defecto" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:121 +#: code:addons/web/static/src/xml/base.xml:175 +#: code:addons/web/static/src/xml/base.xml:264 +#, python-format +msgid "New database name:" +msgstr "Nombre de la nueva base de datos:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:394 +#, python-format +msgid "Please enter your new password" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:4886 +#, python-format +msgid "The field is empty, there's nothing to save !" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:545 +#, python-format +msgid "Manage Views" +msgstr "Gestionar vistas" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1801 +#, python-format +msgid "Encoding:" +msgstr "CodificaciĂłn:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1808 +#, python-format +msgid "Lines to skip" +msgstr "LĂ­neas a omitir" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:2858 +#, python-format +msgid "Create \"%s\"" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/data_export.js:361 +#, python-format +msgid "Please select fields to save export list..." +msgstr "" +"Por favor, seleccione los campos para guardar la lista de exportaciĂłn..." + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:418 +#, python-format +msgid "Copyright © 2004-TODAY OpenERP SA. All Rights Reserved." +msgstr "Copyright © 2004-TODAY OpenERP SA. All Rights Reserved." + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:2346 +#, python-format +msgid "This resource is empty" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1689 +#, python-format +msgid "Available fields" +msgstr "Campos disponibles" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1835 +#, python-format +msgid "The import failed due to:" +msgstr "La importaciĂłn fallĂł debido a:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/views.js:812 +#: code:addons/web/static/src/xml/base.xml:539 +#, python-format +msgid "JS Tests" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1750 +#, python-format +msgid "Save as:" +msgstr "Guardar como:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:927 +#, python-format +msgid "Filter on: %s" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:2904 +#: code:addons/web/static/src/js/view_form.js:3757 +#, python-format +msgid "Create: " +msgstr "Crear: " + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:540 +#, python-format +msgid "View Fields" +msgstr "Ver Campos" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:330 +#, python-format +msgid "Confirm New Password:" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:575 +#, python-format +msgid "Do you really want to remove these records?" +msgstr "ÂżDesea realmente eliminar estos registros?" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:958 +#, python-format +msgid "Context:" +msgstr "Contexto:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1933 +#: code:addons/web/static/src/js/search.js:1960 +#, python-format +msgid "is" +msgstr "es" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/data_export.js:6 +#, python-format +msgid "Export Data" +msgstr "Exportar informaciĂłn" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:962 +#, python-format +msgid "Domain:" +msgstr "Dominio:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:834 +#, python-format +msgid "Default:" +msgstr "Predeterminada:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:82 +#: code:addons/web/static/src/xml/base.xml:446 +#, python-format +msgid "OpenERP" +msgstr "OpenERP" + +#. module: web +#. openerp-web +#: code:addons/web/doc/module/static/src/xml/web_example.xml:8 +#, python-format +msgid "Stop" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:68 +#: code:addons/web/static/src/xml/base.xml:193 +#: code:addons/web/static/src/xml/base.xml:225 +#, python-format +msgid "Database:" +msgstr "Base de datos:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1183 +#: code:addons/web/static/src/xml/base.xml:1240 +#, python-format +msgid "Uploading ..." +msgstr "Subiendo ..." + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1853 +#, python-format +msgid "Name:" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:1058 +#, python-format +msgid "About" +msgstr "Acerca de" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1431 +#, python-format +msgid "Search Again" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1455 +#, python-format +msgid "-- Filters --" +msgstr "-- Filtros --" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1230 +#: code:addons/web/static/src/xml/base.xml:1232 +#, python-format +msgid "Clear" +msgstr "Limpiar" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1680 +#, python-format +msgid "Export all Data" +msgstr "Exportar todos los datos" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:1334 +#, python-format +msgid "" +"Grouping on field '%s' is not possible because that field does not appear in " +"the list view." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:537 +#, python-format +msgid "Set Defaults" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1670 +#, python-format +msgid "" +"This wizard will export all data that matches the current search criteria to " +"a CSV file.\n" +" You can export all data or only the fields that can be " +"reimported after modification." +msgstr "" +"Este asistente le exportará todos los datos que coincidan con los criterios " +"de bĂşsqueda actual a un archivo CSV.\n" +" Puede exportar todos los datos o sĂłlo los campos que pueden " +"importarse de nuevo despuĂ©s de la modificaciĂłn." + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:321 +#, python-format +msgid "The record could not be found in the database." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1472 +#, python-format +msgid "Filter Name:" +msgstr "Nombre del Filtro" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:946 +#, python-format +msgid "Type:" +msgstr "Tipo:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:538 +#, python-format +msgid "Incorrect super-administrator password" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:942 +#, python-format +msgid "Object:" +msgstr "Objeto:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:292 +#: code:addons/web/static/src/js/chrome.js:326 +#, python-format +msgid "Loading" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/coresetup.js:609 +#, python-format +msgid "about a year ago" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1870 +#: code:addons/web/static/src/js/search.js:1880 +#: code:addons/web/static/src/js/search.js:1914 +#: code:addons/web/static/src/js/search.js:1939 +#, python-format +msgid "is not equal to" +msgstr "es distinto de" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:5036 +#, python-format +msgid "" +"The type of the field '%s' must be a many2many field with a relation to " +"'ir.attachment' model." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/coresetup.js:604 +#, python-format +msgid "%d hours ago" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:4206 +#: code:addons/web/static/src/js/view_form.js:4335 +#, python-format +msgid "Add: " +msgstr "Agregar: " + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1858 +#, python-format +msgid "Quick Add" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1805 +#, python-format +msgid "Latin 1" +msgstr "Latin 1" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:260 +#: code:addons/web/static/src/js/chrome.js:269 +#: code:addons/web/static/src/js/chrome.js:449 +#: code:addons/web/static/src/js/chrome.js:792 +#: code:addons/web/static/src/js/view_form.js:572 +#: code:addons/web/static/src/js/view_form.js:1923 +#: code:addons/web/static/src/xml/base.xml:1752 +#, python-format +msgid "Ok" +msgstr "Ok" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/views.js:1162 +#, python-format +msgid "Uploading..." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:125 +#, python-format +msgid "Load Demonstration data:" +msgstr "Cargar datos de demostraciĂłn:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:615 +#, python-format +msgid "Created by :" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/dates.js:22 +#: code:addons/web/static/src/js/dates.js:26 +#, python-format +msgid "'%s' is not a valid datetime" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:256 +#, python-format +msgid "File:" +msgstr "Archivo:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1882 +#: code:addons/web/static/src/js/search.js:1916 +#: code:addons/web/static/src/js/search.js:1941 +#, python-format +msgid "less than" +msgstr "menor que" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:687 +#: code:addons/web/static/src/js/views.js:1097 +#, python-format +msgid "Warning" +msgstr "Advertencia" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:547 +#, python-format +msgid "Edit SearchView" +msgstr "Editar vista de bĂşsqueda" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1975 +#, python-format +msgid "is true" +msgstr "es verdadero" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:3909 +#, python-format +msgid "Add an item" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1603 +#, python-format +msgid "Save current filter" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:1915 +#, python-format +msgid "Confirm" +msgstr "Confirmar" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/data_export.js:126 +#, python-format +msgid "Please enter save field list name" +msgstr "Por favor, introduzca el nombre de la lista de campos a guardar" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:2206 +#, python-format +msgid "Download \"%s\"" +msgstr "Descargar \"%s\"" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:326 +#, python-format +msgid "New" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:1767 +#, python-format +msgid "Can't convert value %s to context" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/views.js:807 +#: code:addons/web/static/src/xml/base.xml:541 +#, python-format +msgid "Fields View Get" +msgstr "Obtener vista de campos" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:149 +#, python-format +msgid "Confirm password:" +msgstr "Confirmar contraseña:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1883 +#: code:addons/web/static/src/js/search.js:1917 +#: code:addons/web/static/src/js/search.js:1942 +#, python-format +msgid "greater or equal than" +msgstr "mayor o igual que" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1321 +#, python-format +msgid "Button" +msgstr "BotĂłn" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:418 +#, python-format +msgid "OpenERP is a trademark of the" +msgstr "OpenERP es una marca registrada de la" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/data_export.js:374 +#, python-format +msgid "Please select fields to export..." +msgstr "Por favor, seleccione los campos a exportar" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:286 +#, python-format +msgid "New master password:" +msgstr "Nueva contraseña maestra:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1976 +#, python-format +msgid "is false" +msgstr "es falso" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:404 +#, python-format +msgid "About OpenERP" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/formats.js:297 +#, python-format +msgid "'%s' is not a correct date, datetime nor time" +msgstr "" + +#. module: web +#: code:addons/web/controllers/main.py:1264 +#, python-format +msgid "No content found for field '%s' on '%s:%s'" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:304 +#, python-format +msgid "Database Management" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:5007 +#, python-format +msgid "Image" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:81 +#, python-format +msgid "Manage Databases" +msgstr "Administrar Base de Datos" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/pyeval.js:765 +#, python-format +msgid "Evaluation Error" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1283 +#, python-format +msgid "not a valid integer" +msgstr "no es un entero válido" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:337 +#: code:addons/web/static/src/xml/base.xml:776 +#: code:addons/web/static/src/xml/base.xml:816 +#: code:addons/web/static/src/xml/base.xml:1376 +#: code:addons/web/static/src/xml/base.xml:1384 +#: code:addons/web/static/src/xml/base.xml:1630 +#, python-format +msgid "or" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1381 +#, python-format +msgid "No" +msgstr "No" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/formats.js:309 +#, python-format +msgid "'%s' is not convertible to date, datetime nor time" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:199 +#: code:addons/web/static/src/xml/base.xml:161 +#: code:addons/web/static/src/xml/base.xml:307 +#, python-format +msgid "Duplicate" +msgstr "Duplicar" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:777 +#: code:addons/web/static/src/xml/base.xml:817 +#: code:addons/web/static/src/xml/base.xml:1391 +#, python-format +msgid "Discard" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1624 +#, python-format +msgid "Add a condition" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/coresetup.js:629 +#, python-format +msgid "Still loading..." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:818 +#, python-format +msgid "Incorrect value for field %(fieldname)s: [%(value)s] is %(message)s" +msgstr "" +"Valor incorrecto para el campo %(fieldname)s: [%(value)s] is %(message)s" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:3805 +#, python-format +msgid "The o2m record must be saved before an action can be used" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:509 +#, python-format +msgid "Backed" +msgstr "Guardado" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1610 +#, python-format +msgid "Use by default" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:1348 +#, python-format +msgid "%s (%d)" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:775 +#, python-format +msgid "triggered from search view" +msgstr "Activar la vista de bĂşsqueda" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:978 +#, python-format +msgid "Filter" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:950 +#, python-format +msgid "Widget:" +msgstr "Widget:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:548 +#, python-format +msgid "Edit Action" +msgstr "Editar acciĂłn" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:555 +#, python-format +msgid "ID:" +msgstr "ID:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:870 +#, python-format +msgid "Only you" +msgstr "Solo usted" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:549 +#, python-format +msgid "Edit Workflow" +msgstr "Editar flujo" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/views.js:1171 +#, python-format +msgid "Do you really want to delete this attachment ?" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/views.js:840 +#, python-format +msgid "Technical Translation" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:938 +#, python-format +msgid "Field:" +msgstr "Campo:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:620 +#, python-format +msgid "Modified by :" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:499 +#, python-format +msgid "The database %s has been dropped" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:460 +#, python-format +msgid "User's timezone" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:284 +#: code:addons/web/static/src/js/chrome.js:1168 +#, python-format +msgid "Client Error" +msgstr "Error del cliente" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/views.js:998 +#, python-format +msgid "Print" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1331 +#, python-format +msgid "Special:" +msgstr "Especial:" + +#. module: web +#: code:addons/web/controllers/main.py:834 +#, python-format +msgid "" +"The old password you provided is incorrect, your password was not changed." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:561 +#, python-format +msgid "Creation User:" +msgstr "CreaciĂłn del usuario:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:769 +#, python-format +msgid "Do you really want to delete this record?" +msgstr "ÂżRealmente desea eliminar este registro?" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1385 +#, python-format +msgid "Save & Close" +msgstr "Guardar y Cerrar" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:2845 +#, python-format +msgid "Search More..." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:75 +#: code:addons/web/static/src/xml/base.xml:311 +#, python-format +msgid "Password" +msgstr "Contraseña" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:546 +#: code:addons/web/static/src/xml/base.xml:809 +#: code:addons/web/static/src/xml/base.xml:1178 +#, python-format +msgid "Edit" +msgstr "Editar" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1706 +#, python-format +msgid "Remove" +msgstr "Eliminar" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1062 +#, python-format +msgid "Select date" +msgstr "Seleccionar fecha" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1249 +#, python-format +msgid "Search %(field)s for: %(value)s" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1277 +#, python-format +msgid "Delete this file" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:109 +#, python-format +msgid "Create Database" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:420 +#, python-format +msgid "GNU Affero General Public License" +msgstr "GNU Affero General Public License" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1795 +#, python-format +msgid "Separator:" +msgstr "Separador:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:300 +#, python-format +msgid "Back to Login" +msgstr "Volver al Inicio de sesiĂłn" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1662 +#: code:addons/web/static/src/xml/base.xml:1454 +#, python-format +msgid "Filters" +msgstr "Filtros" diff --git a/web/i18n/es_DO.po b/web/i18n/es_DO.po new file mode 100644 index 0000000..8b15c87 --- /dev/null +++ b/web/i18n/es_DO.po @@ -0,0 +1,2618 @@ +# Spanish (Dominican Republic) translation for openerp-web +# Copyright (c) 2012 Rosetta Contributors and Canonical Ltd 2012 +# This file is distributed under the same license as the openerp-web package. +# FIRST AUTHOR , 2012. +# +msgid "" +msgstr "" +"Project-Id-Version: openerp-web\n" +"Report-Msgid-Bugs-To: FULL NAME \n" +"POT-Creation-Date: 2012-12-21 17:06+0000\n" +"PO-Revision-Date: 2012-12-21 23:00+0000\n" +"Last-Translator: FULL NAME \n" +"Language-Team: Spanish (Dominican Republic) \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Launchpad-Export-Date: 2012-12-22 07:38+0000\n" +"X-Generator: Launchpad (build 16378)\n" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:133 +#, python-format +msgid "Default language:" +msgstr "Idioma por defecto:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/coresetup.js:602 +#, python-format +msgid "%d minutes ago" +msgstr "hace %d minutos" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/coresetup.js:630 +#, python-format +msgid "Still loading...
    Please be patient." +msgstr "Todavía se está cargando ...
    Por favor, se paciente." + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1832 +#, python-format +msgid "%(field)s %(operator)s \"%(value)s\"" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1884 +#: code:addons/web/static/src/js/search.js:1918 +#: code:addons/web/static/src/js/search.js:1943 +#, python-format +msgid "less or equal than" +msgstr "menor o igual que" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:393 +#, python-format +msgid "Please enter your previous password" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:117 +#: code:addons/web/static/src/xml/base.xml:167 +#: code:addons/web/static/src/xml/base.xml:282 +#, python-format +msgid "Master password:" +msgstr "Contraseña maestra" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:274 +#, python-format +msgid "Change Master Password" +msgstr "Cambiar contraseña maestra" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:491 +#, python-format +msgid "Do you really want to delete the database: %s ?" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1398 +#, python-format +msgid "Search %(field)s at: %(value)s" +msgstr "Buscar %(field)s en: %(value)s" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:537 +#, python-format +msgid "Access Denied" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:5183 +#, python-format +msgid "Uploading error" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/coresetup.js:603 +#, python-format +msgid "about an hour ago" +msgstr "hace una hora" + +#. module: web +#. openerp-web +#: code:addons/web/controllers/main.py:768 +#: code:addons/web/static/src/js/chrome.js:514 +#: code:addons/web/static/src/xml/base.xml:216 +#, python-format +msgid "Backup Database" +msgstr "Copia de seguridad de base de datos" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/views.js:463 +#, python-format +msgid "%(view_type)s view" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/dates.js:49 +#: code:addons/web/static/src/js/dates.js:53 +#, python-format +msgid "'%s' is not a valid date" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1837 +#, python-format +msgid "Here is a preview of the file we could not import:" +msgstr "Esta es una vista previa del archivo que no se pudo importar:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/coresetup.js:601 +#, python-format +msgid "about a minute ago" +msgstr "hace un minuto" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1297 +#, python-format +msgid "File" +msgstr "Archivo" + +#. module: web +#: code:addons/web/controllers/main.py:826 +#, python-format +msgid "You cannot leave any password empty." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:680 +#, python-format +msgid "Invalid username or password" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:206 +#: code:addons/web/static/src/xml/base.xml:238 +#: code:addons/web/static/src/xml/base.xml:260 +#, python-format +msgid "Master Password:" +msgstr "Contraseña Maestra" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1217 +#: code:addons/web/static/src/xml/base.xml:1374 +#, python-format +msgid "Select" +msgstr "Seleccionar" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:549 +#, python-format +msgid "Database restored successfully" +msgstr "Base de datos restaurada correctamente" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:415 +#, python-format +msgid "Version" +msgstr "Versión" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:570 +#, python-format +msgid "Latest Modification Date:" +msgstr "Última fecha de modificación:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1459 +#, python-format +msgid "M2O search fields do not currently handle multiple default values" +msgstr "" +"Actualmente los campos de busqueda M2O no pueden manejar múltiples valores " +"prdeterminados" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:1227 +#, python-format +msgid "Widget type '%s' is not implemented" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1608 +#, python-format +msgid "Share with all users" +msgstr "Compartir con todos los usuarios" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:77 +#: code:addons/web/static/src/js/view_form.js:321 +#, python-format +msgid "Form" +msgstr "Formulario" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1324 +#, python-format +msgid "(no string)" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/formats.js:282 +#, python-format +msgid "'%s' is not a correct time" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1297 +#, python-format +msgid "not a valid number" +msgstr "no es un número válido" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:325 +#, python-format +msgid "New Password:" +msgstr "Contraseña Nueva:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:610 +#, python-format +msgid "Attachment :" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1691 +#, python-format +msgid "Fields to export" +msgstr "Campos a exportar" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:1340 +#, python-format +msgid "Undefined" +msgstr "Sin definir" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:4871 +#, python-format +msgid "File Upload" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/coresetup.js:607 +#, python-format +msgid "about a month ago" +msgstr "hace aproximadamente un mes" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1600 +#, python-format +msgid "Custom Filters" +msgstr "Filtros personalizados" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1336 +#, python-format +msgid "Button Type:" +msgstr "Tipo de Botón" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:419 +#, python-format +msgid "OpenERP SA Company" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1553 +#, python-format +msgid "Custom Filter" +msgstr "Filtro Personalizado" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:159 +#, python-format +msgid "Duplicate Database" +msgstr "Duplicar Base de Datos" + +#. module: web +#. openerp-web +#: code:addons/web/controllers/main.py:789 +#: code:addons/web/controllers/main.py:790 +#: code:addons/web/controllers/main.py:826 +#: code:addons/web/controllers/main.py:828 +#: code:addons/web/controllers/main.py:834 +#: code:addons/web/controllers/main.py:835 +#: code:addons/web/static/src/js/chrome.js:768 +#: code:addons/web/static/src/xml/base.xml:276 +#: code:addons/web/static/src/xml/base.xml:336 +#, python-format +msgid "Change Password" +msgstr "Cambiar Contraseña" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:3411 +#, python-format +msgid "View type '%s' is not supported in One2Many." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:4951 +#: code:addons/web/static/src/js/view_list.js:2194 +#, python-format +msgid "Download" +msgstr "Descargar" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/formats.js:266 +#, python-format +msgid "'%s' is not a correct datetime" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:417 +#, python-format +msgid "Group" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:927 +#, python-format +msgid "Unhandled widget" +msgstr "Widget no controlado" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:982 +#, python-format +msgid "Selection:" +msgstr "Selección:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:871 +#, python-format +msgid "The following fields are invalid:" +msgstr "" + +#. module: web +#: code:addons/web/controllers/main.py:847 +#, python-format +msgid "Languages" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1270 +#, python-format +msgid "...Upload in progress..." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1768 +#, python-format +msgid "Import" +msgstr "Importar" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:543 +#, python-format +msgid "Could not restore the database" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:4851 +#, python-format +msgid "File upload" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:3804 +#, python-format +msgid "Action Button" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:542 +#: code:addons/web/static/src/xml/base.xml:1467 +#, python-format +msgid "Manage Filters" +msgstr "Gestionar Filtros" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1867 +#, python-format +msgid "contains" +msgstr "contiene" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/coresetup.js:633 +#, python-format +msgid "Take a minute to get a coffee,
    because it's loading..." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:413 +#, python-format +msgid "Activate the developer mode" +msgstr "Activar el modo de desarrollador" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:324 +#, python-format +msgid "Loading (%d)" +msgstr "Cargando (%d)" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1114 +#, python-format +msgid "GroupBy" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:687 +#, python-format +msgid "You must select at least one record." +msgstr "Debe seleccionar al menos un registro" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:535 +#, python-format +msgid "View Log (perm_read)" +msgstr "Ver Registro (perm_read)" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:1061 +#, python-format +msgid "Set Default" +msgstr "Establecer Por defecto" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:978 +#, python-format +msgid "Relation:" +msgstr "Relación:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/coresetup.js:600 +#, python-format +msgid "less than a minute ago" +msgstr "hace menos de un minuto" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:851 +#, python-format +msgid "Condition:" +msgstr "Condición:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:1692 +#, python-format +msgid "Unsupported operator %s in domain %s" +msgstr "Operador no soportado %s en el dominio %s" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/formats.js:242 +#, python-format +msgid "'%s' is not a correct float" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:549 +#, python-format +msgid "Restored" +msgstr "Restaurado" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:394 +#, python-format +msgid "%d-%d of %d" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:2868 +#, python-format +msgid "Create and Edit..." +msgstr "Crear y Editar..." + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/pyeval.js:731 +#, python-format +msgid "Unknown nonliteral type " +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:2346 +#, python-format +msgid "Resource error" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1961 +#, python-format +msgid "is not" +msgstr "no es" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:550 +#, python-format +msgid "Print Workflow" +msgstr "Imprimir Flujo" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:396 +#, python-format +msgid "Please confirm your new password" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1804 +#, python-format +msgid "UTF-8" +msgstr "UTF-8" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:421 +#, python-format +msgid "For more information visit" +msgstr "Para más información visite" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1859 +#, python-format +msgid "Add All Info..." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1683 +#, python-format +msgid "Export Formats" +msgstr "Formatos de Exportación" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:974 +#, python-format +msgid "On change:" +msgstr "On change:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/views.js:865 +#, python-format +msgid "Model %s fields" +msgstr "Campos del Modelo %s" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:893 +#, python-format +msgid "Setting 'id' attribute on existing record %s" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:8 +#, python-format +msgid "List" +msgstr "Lista" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1881 +#: code:addons/web/static/src/js/search.js:1915 +#: code:addons/web/static/src/js/search.js:1940 +#, python-format +msgid "greater than" +msgstr "mayor que" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:2248 +#: code:addons/web/static/src/xml/base.xml:546 +#, python-format +msgid "View" +msgstr "Vista" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1466 +#, python-format +msgid "Save Filter" +msgstr "Guardar Filtro" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1344 +#, python-format +msgid "Action ID:" +msgstr "Acción ID:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:457 +#, python-format +msgid "Your user's preference timezone does not match your browser timezone:" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:1223 +#, python-format +msgid "Field '%s' specified in view could not be found." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1756 +#, python-format +msgid "Saved exports:" +msgstr "Exportaciones guardadas:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:320 +#, python-format +msgid "Old Password:" +msgstr "Contraseña anterior:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/formats.js:113 +#, python-format +msgid "Bytes,Kb,Mb,Gb,Tb,Pb,Eb,Zb,Yb" +msgstr "Bytes,Kb,Mb,Gb,Tb,Pb,Eb,Zb,Yb" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:481 +#, python-format +msgid "The database has been duplicated." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1625 +#, python-format +msgid "Apply" +msgstr "Aplicar" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1386 +#, python-format +msgid "Save & New" +msgstr "Guardar & Nuevo" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1223 +#: code:addons/web/static/src/xml/base.xml:1225 +#, python-format +msgid "Save As" +msgstr "Guardar como" + +#. module: web +#. openerp-web +#: code:addons/web/doc/module/static/src/xml/web_example.xml:3 +#, python-format +msgid "00:00:00" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:2317 +#, python-format +msgid "E-mail error" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/coresetup.js:605 +#, python-format +msgid "a day ago" +msgstr "hace un día" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1789 +#, python-format +msgid "Does your file have titles?" +msgstr "¿Su archivo tiene títulos?" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:327 +#, python-format +msgid "Unlimited" +msgstr "Ilimitado" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:784 +#, python-format +msgid "" +"Warning, the record has been modified, your changes will be discarded.\n" +"\n" +"Are you sure you want to leave this page ?" +msgstr "" +"Advertencia, el registro ha sido modificado, los cambios se perderán.\n" +"\n" +"¿Seguro de que deseas abandonar esta página?" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:2904 +#, python-format +msgid "Search: " +msgstr "Buscar: " + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:544 +#, python-format +msgid "Technical translation" +msgstr "Traducción técnica" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1797 +#, python-format +msgid "Delimiter:" +msgstr "Delimitador:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:462 +#, python-format +msgid "Browser's timezone" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1605 +#, python-format +msgid "Filter name" +msgstr "Nombre del filtro" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1464 +#, python-format +msgid "-- Actions --" +msgstr "-- Acciones --" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:4134 +#: code:addons/web/static/src/js/view_form.js:4294 +#: code:addons/web/static/src/xml/base.xml:1407 +#: code:addons/web/static/src/xml/base.xml:1705 +#, python-format +msgid "Add" +msgstr "Añadir" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:536 +#, python-format +msgid "Toggle Form Layout Outline" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:421 +#, python-format +msgid "OpenERP.com" +msgstr "OpenERP.com" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:2317 +#, python-format +msgid "Can't send email to invalid e-mail address" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:636 +#, python-format +msgid "Add..." +msgstr "Añadir…" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:405 +#, python-format +msgid "Preferences" +msgstr "Preferencias" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:436 +#, python-format +msgid "Wrong on change format: %s" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/controllers/main.py:750 +#: code:addons/web/static/src/xml/base.xml:185 +#, python-format +msgid "Drop Database" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:466 +#, python-format +msgid "Click here to change your user's timezone." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:966 +#, python-format +msgid "Modifiers:" +msgstr "Modificadores:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:627 +#, python-format +msgid "Delete this attachment" +msgstr "Eliminar este adjunto" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:774 +#: code:addons/web/static/src/xml/base.xml:815 +#: code:addons/web/static/src/xml/base.xml:1382 +#: code:addons/web/static/src/xml/base.xml:1612 +#, python-format +msgid "Save" +msgstr "Guardar" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/views.js:999 +#: code:addons/web/static/src/xml/base.xml:352 +#, python-format +msgid "More" +msgstr "Mas" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:73 +#, python-format +msgid "Username" +msgstr "Nombre de usuario" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:481 +#, python-format +msgid "Duplicating database" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:563 +#, python-format +msgid "Password has been changed successfully" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list_editable.js:788 +#, python-format +msgid "The form's data can not be discarded" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:533 +#, python-format +msgid "Debug View#" +msgstr "Depurar Vista#" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:77 +#, python-format +msgid "Log in" +msgstr "Iniciar Sesión" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:198 +#: code:addons/web/static/src/js/view_list.js:346 +#: code:addons/web/static/src/xml/base.xml:1764 +#, python-format +msgid "Delete" +msgstr "Eliminar" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/pyeval.js:769 +#, python-format +msgid "" +"Local evaluation failure\n" +"%s\n" +"\n" +"%s" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:350 +#, python-format +msgid "Invalid database name" +msgstr "Nombre de base de datos incorrecto" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1693 +#, python-format +msgid "Save fields list" +msgstr "Guardar lista de campos" + +#. module: web +#. openerp-web +#: code:addons/web/doc/module/static/src/xml/web_example.xml:5 +#, python-format +msgid "Start" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/views.js:823 +#, python-format +msgid "View Log (%s)" +msgstr "Ver Registro (%s)" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:564 +#, python-format +msgid "Creation Date:" +msgstr "Fecha de Creación:" + +#. module: web +#: code:addons/web/controllers/main.py:790 +#: code:addons/web/controllers/main.py:835 +#, python-format +msgid "Error, password not changed !" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:4850 +#, python-format +msgid "The selected file exceed the maximum file size of %s." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:632 +#: code:addons/web/static/src/xml/base.xml:1300 +#, python-format +msgid "/web/binary/upload_attachment" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:563 +#, python-format +msgid "Changed Password" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1431 +#, python-format +msgid "Search" +msgstr "Buscar" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:3032 +#: code:addons/web/static/src/js/view_form.js:3668 +#: code:addons/web/static/src/js/view_form.js:3785 +#: code:addons/web/static/src/js/view_form.js:4230 +#: code:addons/web/static/src/js/view_form.js:4353 +#, python-format +msgid "Open: " +msgstr "Abrir: " + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:218 +#: code:addons/web/static/src/xml/base.xml:309 +#, python-format +msgid "Backup" +msgstr "Copia de Seguridad" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/dates.js:76 +#: code:addons/web/static/src/js/dates.js:80 +#, python-format +msgid "'%s' is not a valid time" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/formats.js:274 +#, python-format +msgid "'%s' is not a correct date" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:933 +#, python-format +msgid "(nolabel)" +msgstr "(sin etiqueta)" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/coresetup.js:606 +#, python-format +msgid "%d days ago" +msgstr "hace %d días" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1474 +#, python-format +msgid "(Any existing filter with the same name will be replaced)" +msgstr "(Cualquier filtro existente con el mismo nombre será reemplazado)" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:1918 +#: code:addons/web/static/src/xml/base.xml:338 +#: code:addons/web/static/src/xml/base.xml:1377 +#: code:addons/web/static/src/xml/base.xml:1860 +#, python-format +msgid "Cancel" +msgstr "Cancelar" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/coresetup.js:628 +#: code:addons/web/static/src/xml/base.xml:9 +#, python-format +msgid "Loading..." +msgstr "Cargando…" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:567 +#, python-format +msgid "Latest Modification by:" +msgstr "Última Modificación por:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:1242 +#: code:addons/web/static/src/xml/base.xml:470 +#, python-format +msgid "Timezone mismatch" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:1646 +#, python-format +msgid "Unknown operator %s in domain %s" +msgstr "Operador desconocido %s en el dominio %s" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:428 +#, python-format +msgid "%d / %d" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1782 +#, python-format +msgid "2. Check your file format" +msgstr "2. Compruebe el formato de archivo" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1718 +#, python-format +msgid "Name" +msgstr "Nombre" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1775 +#, python-format +msgid "" +"Select a .CSV file to import. If you need a sample of file to import,\n" +" you should use the export tool with the \"Import Compatible\" option." +msgstr "" +"Seleccione un archivo .CSV para importar. Si necesita un ejemplo de archivo " +"para importar,\n" +" debería usar la herramienta de exportación con la opción de " +"\"Importación Compatible\"." + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/coresetup.js:608 +#, python-format +msgid "%d months ago" +msgstr "hace %d meses" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:187 +#: code:addons/web/static/src/xml/base.xml:308 +#, python-format +msgid "Drop" +msgstr "Eliminar" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1465 +#, python-format +msgid "Add Advanced Filter" +msgstr "Añadir Filtro Avanzado" + +#. module: web +#: code:addons/web/controllers/main.py:828 +#, python-format +msgid "The new password and its confirmation must be identical." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:542 +#: code:addons/web/static/src/xml/base.xml:248 +#, python-format +msgid "Restore Database" +msgstr "Restaurar base de datos" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:644 +#, python-format +msgid "Login" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:420 +#, python-format +msgid "Licenced under the terms of" +msgstr "Con licencia bajo los términos de" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:250 +#: code:addons/web/static/src/xml/base.xml:310 +#, python-format +msgid "Restore" +msgstr "Restaurar" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1677 +#, python-format +msgid "Export Type:" +msgstr "Tipo de Exportación:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:406 +#, python-format +msgid "Log out" +msgstr "Cerrar sesión" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1090 +#, python-format +msgid "Group by: %s" +msgstr "Agrupar por: %s" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:153 +#, python-format +msgid "No data provided." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:345 +#: code:addons/web/static/src/xml/base.xml:1665 +#, python-format +msgid "Export" +msgstr "Exportar" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/data_export.js:12 +#, python-format +msgid "Export To File" +msgstr "Exportar a archivo" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/views.js:1097 +#, python-format +msgid "You must choose at least one record." +msgstr "Debe seleccionar al menos un registro." + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/coresetup.js:631 +#, python-format +msgid "Don't leave yet,
    it's still loading..." +msgstr "No te vayas todavĂ­a,
    todavía se está cargando ..." + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:775 +#, python-format +msgid "Invalid Search" +msgstr "Búsqueda incorrecta" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:980 +#, python-format +msgid "Could not find id in dataset" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1707 +#, python-format +msgid "Remove All" +msgstr "Eliminar Todo" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1340 +#, python-format +msgid "Method:" +msgstr "Método:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:1439 +#, python-format +msgid "%(page)d/%(page_count)d" +msgstr "%(page)d/%(page_count)d" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:397 +#, python-format +msgid "The confirmation does not match the password" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:441 +#, python-format +msgid "Edit Company data" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:4886 +#, python-format +msgid "Save As..." +msgstr "Guardar como…" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:5007 +#, python-format +msgid "Could not display the selected image." +msgstr "No se pudo mostrar la imagen seleccionada." + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:509 +#, python-format +msgid "Database backed up successfully" +msgstr "Copia de seguridad de la base de datos realizada satisfactoriamente" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1808 +#, python-format +msgid "" +"For use if CSV files have titles on multiple lines, skips more than a single " +"line during import" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:394 +#, python-format +msgid "99+" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1774 +#, python-format +msgid "1. Import a .CSV file" +msgstr "1. Importar un archivo .CSV" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:644 +#, python-format +msgid "No database selected !" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/formats.js:180 +#, python-format +msgid "(%d records)" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:970 +#, python-format +msgid "Change default:" +msgstr "Cambiar por defecto:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:171 +#, python-format +msgid "Original database name:" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1869 +#: code:addons/web/static/src/js/search.js:1879 +#: code:addons/web/static/src/js/search.js:1913 +#: code:addons/web/static/src/js/search.js:1938 +#, python-format +msgid "is equal to" +msgstr "es igual a" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/views.js:1500 +#, python-format +msgid "Could not serialize XML" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1619 +#, python-format +msgid "Advanced Search" +msgstr "Búsqueda Avanzada" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:290 +#, python-format +msgid "Confirm new master password:" +msgstr "Confirmar nueva contraseña maestra:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/coresetup.js:634 +#, python-format +msgid "Maybe you should consider reloading the application by pressing F5..." +msgstr "" +"Tal vez usted debería considerar volver a cargar la aplicación presionando " +"F5 ..." + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:17 +#: code:addons/web/static/src/js/view_list.js:2248 +#: code:addons/web/static/src/xml/base.xml:111 +#: code:addons/web/static/src/xml/base.xml:306 +#: code:addons/web/static/src/xml/base.xml:812 +#: code:addons/web/static/src/xml/base.xml:1376 +#, python-format +msgid "Create" +msgstr "Crear" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1868 +#, python-format +msgid "doesn't contain" +msgstr "no contiene" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1785 +#, python-format +msgid "Import Options" +msgstr "Opciones de importación" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:2936 +#, python-format +msgid "Add %s" +msgstr "Añadir %s" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:145 +#, python-format +msgid "Admin password:" +msgstr "Contraseña de Admin:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/data_export.js:11 +#: code:addons/web/static/src/js/view_form.js:1067 +#: code:addons/web/static/src/xml/base.xml:1394 +#, python-format +msgid "Close" +msgstr "Cerrar" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/coresetup.js:632 +#, python-format +msgid "" +"You may not believe it,
    but the application is actually loading..." +msgstr "" +"No lo vas a creer,
    pero la aplicaciĂłn esta actualmente cargándose..." + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1779 +#, python-format +msgid "CSV File:" +msgstr "Archivo CSV:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1741 +#, python-format +msgid "Advanced" +msgstr "Avanzada" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_tree.js:11 +#, python-format +msgid "Tree" +msgstr "Ărbol" + +#. module: web +#: code:addons/web/controllers/main.py:750 +#, python-format +msgid "Could not drop database !" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/formats.js:227 +#, python-format +msgid "'%s' is not a correct integer" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:877 +#, python-format +msgid "All users" +msgstr "Todos los usuarios" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:1654 +#, python-format +msgid "Unknown field %s in domain %s" +msgstr "Campo desconocido %s en el dominio %s" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/views.js:1466 +#, python-format +msgid "Node [%s] is not a JSONified XML node" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1428 +#, python-format +msgid "Advanced Search..." +msgstr "BĂşsqueda avanzada..." + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:499 +#, python-format +msgid "Dropping database" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:82 +#: code:addons/web/static/src/xml/base.xml:445 +#, python-format +msgid "Powered by" +msgstr "Desarrollado por" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1380 +#: code:addons/web/static/src/xml/base.xml:970 +#, python-format +msgid "Yes" +msgstr "SĂ­" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:4871 +#, python-format +msgid "There was a problem while uploading your file" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:558 +#, python-format +msgid "XML ID:" +msgstr "XML ID:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:954 +#, python-format +msgid "Size:" +msgstr "Tamaño:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1824 +#, python-format +msgid "--- Don't Import ---" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1679 +#, python-format +msgid "Import-Compatible Export" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/coresetup.js:610 +#, python-format +msgid "%d years ago" +msgstr "%d años atras" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:1040 +#, python-format +msgid "Unknown m2m command %s" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:1068 +#, python-format +msgid "Save default" +msgstr "Guardar por defecto" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:121 +#: code:addons/web/static/src/xml/base.xml:175 +#: code:addons/web/static/src/xml/base.xml:264 +#, python-format +msgid "New database name:" +msgstr "Nombre de la nueva base de datos:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:394 +#, python-format +msgid "Please enter your new password" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:4886 +#, python-format +msgid "The field is empty, there's nothing to save !" +msgstr "El campo está vacĂ­o, no hay nada que salvar!" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:545 +#, python-format +msgid "Manage Views" +msgstr "Gestionar Vistas" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1801 +#, python-format +msgid "Encoding:" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1808 +#, python-format +msgid "Lines to skip" +msgstr "LĂ­neas a omitir" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:2858 +#, python-format +msgid "Create \"%s\"" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/data_export.js:361 +#, python-format +msgid "Please select fields to save export list..." +msgstr "" +"Por favor, seleccione los campos para guardar la lista de exportaciĂłn..." + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:418 +#, python-format +msgid "Copyright © 2004-TODAY OpenERP SA. All Rights Reserved." +msgstr "Copyright © 2004-HOY OpenERP SA. Todos los derechos reservados." + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:2346 +#, python-format +msgid "This resource is empty" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1689 +#, python-format +msgid "Available fields" +msgstr "Campos disponibles" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1835 +#, python-format +msgid "The import failed due to:" +msgstr "La importaciĂłn fallĂł debido a:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/views.js:812 +#: code:addons/web/static/src/xml/base.xml:539 +#, python-format +msgid "JS Tests" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1750 +#, python-format +msgid "Save as:" +msgstr "Guardar como:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:927 +#, python-format +msgid "Filter on: %s" +msgstr "Filtro en: %s" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:2904 +#: code:addons/web/static/src/js/view_form.js:3757 +#, python-format +msgid "Create: " +msgstr "Crear: " + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:540 +#, python-format +msgid "View Fields" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:330 +#, python-format +msgid "Confirm New Password:" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:575 +#, python-format +msgid "Do you really want to remove these records?" +msgstr "ÂżEstá seguro que quiere eliminar estos registros?" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:958 +#, python-format +msgid "Context:" +msgstr "Contexto:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1933 +#: code:addons/web/static/src/js/search.js:1960 +#, python-format +msgid "is" +msgstr "es" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/data_export.js:6 +#, python-format +msgid "Export Data" +msgstr "Exportar datos" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:962 +#, python-format +msgid "Domain:" +msgstr "Dominio:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:834 +#, python-format +msgid "Default:" +msgstr "Predeterminado:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:82 +#: code:addons/web/static/src/xml/base.xml:446 +#, python-format +msgid "OpenERP" +msgstr "OpenERP" + +#. module: web +#. openerp-web +#: code:addons/web/doc/module/static/src/xml/web_example.xml:8 +#, python-format +msgid "Stop" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:68 +#: code:addons/web/static/src/xml/base.xml:193 +#: code:addons/web/static/src/xml/base.xml:225 +#, python-format +msgid "Database:" +msgstr "Base de datos:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1183 +#: code:addons/web/static/src/xml/base.xml:1240 +#, python-format +msgid "Uploading ..." +msgstr "Cargando..." + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1853 +#, python-format +msgid "Name:" +msgstr "Nombre :" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:1058 +#, python-format +msgid "About" +msgstr "Acerca de" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1431 +#, python-format +msgid "Search Again" +msgstr "Volver a buscar" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1455 +#, python-format +msgid "-- Filters --" +msgstr "-- Filtros --" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1230 +#: code:addons/web/static/src/xml/base.xml:1232 +#, python-format +msgid "Clear" +msgstr "Limpiar" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1680 +#, python-format +msgid "Export all Data" +msgstr "Exportar todos los datos" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:1334 +#, python-format +msgid "" +"Grouping on field '%s' is not possible because that field does not appear in " +"the list view." +msgstr "" +"Agrupar en campo '%s' no es posible debido a que el campo no aparece en la " +"Vista de Lista" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:537 +#, python-format +msgid "Set Defaults" +msgstr "Establecer por Defecto" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1670 +#, python-format +msgid "" +"This wizard will export all data that matches the current search criteria to " +"a CSV file.\n" +" You can export all data or only the fields that can be " +"reimported after modification." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:321 +#, python-format +msgid "The record could not be found in the database." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1472 +#, python-format +msgid "Filter Name:" +msgstr "Nombre del Filtro" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:946 +#, python-format +msgid "Type:" +msgstr "Tipo:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:538 +#, python-format +msgid "Incorrect super-administrator password" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:942 +#, python-format +msgid "Object:" +msgstr "Objeto:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:292 +#: code:addons/web/static/src/js/chrome.js:326 +#, python-format +msgid "Loading" +msgstr "Cargando" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/coresetup.js:609 +#, python-format +msgid "about a year ago" +msgstr "hace aproximadamente un año" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1870 +#: code:addons/web/static/src/js/search.js:1880 +#: code:addons/web/static/src/js/search.js:1914 +#: code:addons/web/static/src/js/search.js:1939 +#, python-format +msgid "is not equal to" +msgstr "no es igual a" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:5036 +#, python-format +msgid "" +"The type of the field '%s' must be a many2many field with a relation to " +"'ir.attachment' model." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/coresetup.js:604 +#, python-format +msgid "%d hours ago" +msgstr "hace %d horas" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:4206 +#: code:addons/web/static/src/js/view_form.js:4335 +#, python-format +msgid "Add: " +msgstr "Añadir: " + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1858 +#, python-format +msgid "Quick Add" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1805 +#, python-format +msgid "Latin 1" +msgstr "Latin 1" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:260 +#: code:addons/web/static/src/js/chrome.js:269 +#: code:addons/web/static/src/js/chrome.js:449 +#: code:addons/web/static/src/js/chrome.js:792 +#: code:addons/web/static/src/js/view_form.js:572 +#: code:addons/web/static/src/js/view_form.js:1923 +#: code:addons/web/static/src/xml/base.xml:1752 +#, python-format +msgid "Ok" +msgstr "Ok" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/views.js:1162 +#, python-format +msgid "Uploading..." +msgstr "Subiendo..." + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:125 +#, python-format +msgid "Load Demonstration data:" +msgstr "Cargar datos de demostraciĂłn:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:615 +#, python-format +msgid "Created by :" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/dates.js:22 +#: code:addons/web/static/src/js/dates.js:26 +#, python-format +msgid "'%s' is not a valid datetime" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:256 +#, python-format +msgid "File:" +msgstr "Archivo:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1882 +#: code:addons/web/static/src/js/search.js:1916 +#: code:addons/web/static/src/js/search.js:1941 +#, python-format +msgid "less than" +msgstr "menor que" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:687 +#: code:addons/web/static/src/js/views.js:1097 +#, python-format +msgid "Warning" +msgstr "Aviso" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:547 +#, python-format +msgid "Edit SearchView" +msgstr "Editar SearchView" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1975 +#, python-format +msgid "is true" +msgstr "es verdadero" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:3909 +#, python-format +msgid "Add an item" +msgstr "Añadir un elemento" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1603 +#, python-format +msgid "Save current filter" +msgstr "Guardar filtro actual" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:1915 +#, python-format +msgid "Confirm" +msgstr "Confirmar" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/data_export.js:126 +#, python-format +msgid "Please enter save field list name" +msgstr "Por favor, introduzca el nombre de la lista de campos a guardar" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:2206 +#, python-format +msgid "Download \"%s\"" +msgstr "Descargar \"%s\"" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:326 +#, python-format +msgid "New" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:1767 +#, python-format +msgid "Can't convert value %s to context" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/views.js:807 +#: code:addons/web/static/src/xml/base.xml:541 +#, python-format +msgid "Fields View Get" +msgstr "Obtener Campos de Vista" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:149 +#, python-format +msgid "Confirm password:" +msgstr "Confirmar contraseña:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1883 +#: code:addons/web/static/src/js/search.js:1917 +#: code:addons/web/static/src/js/search.js:1942 +#, python-format +msgid "greater or equal than" +msgstr "mayor o igual que" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1321 +#, python-format +msgid "Button" +msgstr "BotĂłn" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:418 +#, python-format +msgid "OpenERP is a trademark of the" +msgstr "OpenERP es una marca registrada de" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/data_export.js:374 +#, python-format +msgid "Please select fields to export..." +msgstr "Por favor, seleccione los campos a exportar" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:286 +#, python-format +msgid "New master password:" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1976 +#, python-format +msgid "is false" +msgstr "es falso" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:404 +#, python-format +msgid "About OpenERP" +msgstr "Acerca de OpenERP" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/formats.js:297 +#, python-format +msgid "'%s' is not a correct date, datetime nor time" +msgstr "" + +#. module: web +#: code:addons/web/controllers/main.py:1264 +#, python-format +msgid "No content found for field '%s' on '%s:%s'" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:304 +#, python-format +msgid "Database Management" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:5007 +#, python-format +msgid "Image" +msgstr "Imágen" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:81 +#, python-format +msgid "Manage Databases" +msgstr "Gestionar Bases de datos" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/pyeval.js:765 +#, python-format +msgid "Evaluation Error" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1283 +#, python-format +msgid "not a valid integer" +msgstr "no es un entero válido" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:337 +#: code:addons/web/static/src/xml/base.xml:776 +#: code:addons/web/static/src/xml/base.xml:816 +#: code:addons/web/static/src/xml/base.xml:1376 +#: code:addons/web/static/src/xml/base.xml:1384 +#: code:addons/web/static/src/xml/base.xml:1630 +#, python-format +msgid "or" +msgstr "o" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1381 +#, python-format +msgid "No" +msgstr "No" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/formats.js:309 +#, python-format +msgid "'%s' is not convertible to date, datetime nor time" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:199 +#: code:addons/web/static/src/xml/base.xml:161 +#: code:addons/web/static/src/xml/base.xml:307 +#, python-format +msgid "Duplicate" +msgstr "Duplicar" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:777 +#: code:addons/web/static/src/xml/base.xml:817 +#: code:addons/web/static/src/xml/base.xml:1391 +#, python-format +msgid "Discard" +msgstr "Descartar" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1624 +#, python-format +msgid "Add a condition" +msgstr "Agregar una condiciĂłn" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/coresetup.js:629 +#, python-format +msgid "Still loading..." +msgstr "TodavĂ­a se está cargando" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:818 +#, python-format +msgid "Incorrect value for field %(fieldname)s: [%(value)s] is %(message)s" +msgstr "" +"Valor incorrecto para el campo %(fieldname)s: [%(value)s] es %(message)s" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:3805 +#, python-format +msgid "The o2m record must be saved before an action can be used" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:509 +#, python-format +msgid "Backed" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1610 +#, python-format +msgid "Use by default" +msgstr "Usar por defecto" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:1348 +#, python-format +msgid "%s (%d)" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:775 +#, python-format +msgid "triggered from search view" +msgstr "Disparador activado desde la vista de bĂşsqueda" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:978 +#, python-format +msgid "Filter" +msgstr "Filtro" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:950 +#, python-format +msgid "Widget:" +msgstr "Widget:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:548 +#, python-format +msgid "Edit Action" +msgstr "Editar AcciĂłn" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:555 +#, python-format +msgid "ID:" +msgstr "ID:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:870 +#, python-format +msgid "Only you" +msgstr "SĂłlo usted" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:549 +#, python-format +msgid "Edit Workflow" +msgstr "Editar Flujo" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/views.js:1171 +#, python-format +msgid "Do you really want to delete this attachment ?" +msgstr "Realmente desea eliminar este adjunto?" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/views.js:840 +#, python-format +msgid "Technical Translation" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:938 +#, python-format +msgid "Field:" +msgstr "Campo:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:620 +#, python-format +msgid "Modified by :" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:499 +#, python-format +msgid "The database %s has been dropped" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:460 +#, python-format +msgid "User's timezone" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:284 +#: code:addons/web/static/src/js/chrome.js:1168 +#, python-format +msgid "Client Error" +msgstr "Error en el cliente" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/views.js:998 +#, python-format +msgid "Print" +msgstr "Imprimir" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1331 +#, python-format +msgid "Special:" +msgstr "" + +#. module: web +#: code:addons/web/controllers/main.py:834 +#, python-format +msgid "" +"The old password you provided is incorrect, your password was not changed." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:561 +#, python-format +msgid "Creation User:" +msgstr "Usuario de CreaciĂłn:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:769 +#, python-format +msgid "Do you really want to delete this record?" +msgstr "ÂżRealmente desea eliminar este registro?" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1385 +#, python-format +msgid "Save & Close" +msgstr "Guardar & Cerrar" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:2845 +#, python-format +msgid "Search More..." +msgstr "Buscar Más..." + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:75 +#: code:addons/web/static/src/xml/base.xml:311 +#, python-format +msgid "Password" +msgstr "Contraseña" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:546 +#: code:addons/web/static/src/xml/base.xml:809 +#: code:addons/web/static/src/xml/base.xml:1178 +#, python-format +msgid "Edit" +msgstr "Editar" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1706 +#, python-format +msgid "Remove" +msgstr "Eliminar" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1062 +#, python-format +msgid "Select date" +msgstr "Seleccionar fecha" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1249 +#, python-format +msgid "Search %(field)s for: %(value)s" +msgstr "Buscar %(field)s para: %(value)s" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1277 +#, python-format +msgid "Delete this file" +msgstr "Eliminar este archivo" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:109 +#, python-format +msgid "Create Database" +msgstr "Crear Base de Datos" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:420 +#, python-format +msgid "GNU Affero General Public License" +msgstr "GNU Affero General Public License" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1795 +#, python-format +msgid "Separator:" +msgstr "Separador:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:300 +#, python-format +msgid "Back to Login" +msgstr "Volver al Inicio de sesiĂłn" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1662 +#: code:addons/web/static/src/xml/base.xml:1454 +#, python-format +msgid "Filters" +msgstr "Filtros" diff --git a/web/i18n/es_EC.po b/web/i18n/es_EC.po new file mode 100644 index 0000000..f08ebe8 --- /dev/null +++ b/web/i18n/es_EC.po @@ -0,0 +1,2631 @@ +# Spanish (Ecuador) translation for openerp-web +# Copyright (c) 2012 Rosetta Contributors and Canonical Ltd 2012 +# This file is distributed under the same license as the openerp-web package. +# FIRST AUTHOR , 2012. +# +msgid "" +msgstr "" +"Project-Id-Version: openerp-web\n" +"Report-Msgid-Bugs-To: FULL NAME \n" +"POT-Creation-Date: 2012-12-21 17:06+0000\n" +"PO-Revision-Date: 2013-01-22 03:23+0000\n" +"Last-Translator: Cristian Salamea (Gnuthink) \n" +"Language-Team: Spanish (Ecuador) \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Launchpad-Export-Date: 2013-01-23 06:03+0000\n" +"X-Generator: Launchpad (build 16441)\n" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:133 +#, python-format +msgid "Default language:" +msgstr "Lenguaje por defecto:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/coresetup.js:602 +#, python-format +msgid "%d minutes ago" +msgstr "hace %d minutos" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/coresetup.js:630 +#, python-format +msgid "Still loading...
    Please be patient." +msgstr "Cargando aĂşn...
    Por favor espere" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1832 +#, python-format +msgid "%(field)s %(operator)s \"%(value)s\"" +msgstr "%(field)s %(operator)s \"%(value)s\"" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1884 +#: code:addons/web/static/src/js/search.js:1918 +#: code:addons/web/static/src/js/search.js:1943 +#, python-format +msgid "less or equal than" +msgstr "menor o igual que" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:393 +#, python-format +msgid "Please enter your previous password" +msgstr "Por favor ingrese su contraseña anterior" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:117 +#: code:addons/web/static/src/xml/base.xml:167 +#: code:addons/web/static/src/xml/base.xml:282 +#, python-format +msgid "Master password:" +msgstr "Master password:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:274 +#, python-format +msgid "Change Master Password" +msgstr "Cambiar contraseña maestra" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:491 +#, python-format +msgid "Do you really want to delete the database: %s ?" +msgstr "¿Está seguro de que quiere borrar la base de datos: %s ?" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1398 +#, python-format +msgid "Search %(field)s at: %(value)s" +msgstr "Buscar %(field)s en: %(value)s" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:537 +#, python-format +msgid "Access Denied" +msgstr "Acceso denegado" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:5183 +#, python-format +msgid "Uploading error" +msgstr "Error cargando datos" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/coresetup.js:603 +#, python-format +msgid "about an hour ago" +msgstr "Hace una hora" + +#. module: web +#. openerp-web +#: code:addons/web/controllers/main.py:768 +#: code:addons/web/static/src/js/chrome.js:514 +#: code:addons/web/static/src/xml/base.xml:216 +#, python-format +msgid "Backup Database" +msgstr "Base de datos de respaldo" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/views.js:463 +#, python-format +msgid "%(view_type)s view" +msgstr "Vista %(view_type)s" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/dates.js:49 +#: code:addons/web/static/src/js/dates.js:53 +#, python-format +msgid "'%s' is not a valid date" +msgstr "«%s» no es una fecha válida" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1837 +#, python-format +msgid "Here is a preview of the file we could not import:" +msgstr "Aquí está una vista preliminar del archivo que no podemos importar:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/coresetup.js:601 +#, python-format +msgid "about a minute ago" +msgstr "hace un minuto" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1297 +#, python-format +msgid "File" +msgstr "Archivo" + +#. module: web +#: code:addons/web/controllers/main.py:826 +#, python-format +msgid "You cannot leave any password empty." +msgstr "No puede dejar vacía ninguna contraseña" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:680 +#, python-format +msgid "Invalid username or password" +msgstr "Nombre de usuario o contraseña incorrecta" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:206 +#: code:addons/web/static/src/xml/base.xml:238 +#: code:addons/web/static/src/xml/base.xml:260 +#, python-format +msgid "Master Password:" +msgstr "Master Password:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1217 +#: code:addons/web/static/src/xml/base.xml:1374 +#, python-format +msgid "Select" +msgstr "Seleccionar" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:549 +#, python-format +msgid "Database restored successfully" +msgstr "Base de datos restaurada completamente" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:415 +#, python-format +msgid "Version" +msgstr "Versión" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:570 +#, python-format +msgid "Latest Modification Date:" +msgstr "Última fecha de modificación:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1459 +#, python-format +msgid "M2O search fields do not currently handle multiple default values" +msgstr "Los campos de búsqueda M2O no soportan multiples valores por defecto" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:1227 +#, python-format +msgid "Widget type '%s' is not implemented" +msgstr "El tipo de widget '%s' no está implementado" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1608 +#, python-format +msgid "Share with all users" +msgstr "Compartir con todos los usuarios" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:77 +#: code:addons/web/static/src/js/view_form.js:321 +#, python-format +msgid "Form" +msgstr "Formulario" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1324 +#, python-format +msgid "(no string)" +msgstr "(sin cadena)" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/formats.js:282 +#, python-format +msgid "'%s' is not a correct time" +msgstr "'%s' no es una hora correcta" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1297 +#, python-format +msgid "not a valid number" +msgstr "No es un número válido" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:325 +#, python-format +msgid "New Password:" +msgstr "Nueva Password:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:610 +#, python-format +msgid "Attachment :" +msgstr "Adjunto:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1691 +#, python-format +msgid "Fields to export" +msgstr "Campos a exportar" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:1340 +#, python-format +msgid "Undefined" +msgstr "Indefinido" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:4871 +#, python-format +msgid "File Upload" +msgstr "Cargar Archivo" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/coresetup.js:607 +#, python-format +msgid "about a month ago" +msgstr "hace un mes" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1600 +#, python-format +msgid "Custom Filters" +msgstr "Filtros personalizados" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1336 +#, python-format +msgid "Button Type:" +msgstr "Tipo de Botón" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:419 +#, python-format +msgid "OpenERP SA Company" +msgstr "OpenERP SA Company" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1553 +#, python-format +msgid "Custom Filter" +msgstr "Filtro Personalizado" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:159 +#, python-format +msgid "Duplicate Database" +msgstr "Duplicar Base de Datos" + +#. module: web +#. openerp-web +#: code:addons/web/controllers/main.py:789 +#: code:addons/web/controllers/main.py:790 +#: code:addons/web/controllers/main.py:826 +#: code:addons/web/controllers/main.py:828 +#: code:addons/web/controllers/main.py:834 +#: code:addons/web/controllers/main.py:835 +#: code:addons/web/static/src/js/chrome.js:768 +#: code:addons/web/static/src/xml/base.xml:276 +#: code:addons/web/static/src/xml/base.xml:336 +#, python-format +msgid "Change Password" +msgstr "Cambiar Contraseña" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:3411 +#, python-format +msgid "View type '%s' is not supported in One2Many." +msgstr "El tipo de vista '%s' no está soportado en los One2Many" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:4951 +#: code:addons/web/static/src/js/view_list.js:2194 +#, python-format +msgid "Download" +msgstr "Descargar" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/formats.js:266 +#, python-format +msgid "'%s' is not a correct datetime" +msgstr "'%s' no es una fecha-hora correcta" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:417 +#, python-format +msgid "Group" +msgstr "Agrupar" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:927 +#, python-format +msgid "Unhandled widget" +msgstr "Wdiget no controlado" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:982 +#, python-format +msgid "Selection:" +msgstr "Selección:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:871 +#, python-format +msgid "The following fields are invalid:" +msgstr "Los siguientes campos son inválidos:" + +#. module: web +#: code:addons/web/controllers/main.py:847 +#, python-format +msgid "Languages" +msgstr "Idiomas" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1270 +#, python-format +msgid "...Upload in progress..." +msgstr "...Carga en progreso..." + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1768 +#, python-format +msgid "Import" +msgstr "Importar" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:543 +#, python-format +msgid "Could not restore the database" +msgstr "No se puede resutaurar la base de datos" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:4851 +#, python-format +msgid "File upload" +msgstr "Subir Archivo" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:3804 +#, python-format +msgid "Action Button" +msgstr "Botón de Acción" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:542 +#: code:addons/web/static/src/xml/base.xml:1467 +#, python-format +msgid "Manage Filters" +msgstr "Gestionar filtros" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1867 +#, python-format +msgid "contains" +msgstr "Contiene" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/coresetup.js:633 +#, python-format +msgid "Take a minute to get a coffee,
    because it's loading..." +msgstr "Tome un minuto para ir por un café,
    porque está cargando ..." + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:413 +#, python-format +msgid "Activate the developer mode" +msgstr "Activar modo desarrollador" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:324 +#, python-format +msgid "Loading (%d)" +msgstr "Cargando (%d)" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1114 +#, python-format +msgid "GroupBy" +msgstr "Agrupar por" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:687 +#, python-format +msgid "You must select at least one record." +msgstr "Debe seleccionar al menos un registro." + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:535 +#, python-format +msgid "View Log (perm_read)" +msgstr "Ver Registro (perm_read)" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:1061 +#, python-format +msgid "Set Default" +msgstr "Fijar Predeterminado" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:978 +#, python-format +msgid "Relation:" +msgstr "Relación:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/coresetup.js:600 +#, python-format +msgid "less than a minute ago" +msgstr "hace menos de un minuto" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:851 +#, python-format +msgid "Condition:" +msgstr "Condición:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:1692 +#, python-format +msgid "Unsupported operator %s in domain %s" +msgstr "Operador no soportado %s en el dominio %s" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/formats.js:242 +#, python-format +msgid "'%s' is not a correct float" +msgstr "'%s' no es un float correcto" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:549 +#, python-format +msgid "Restored" +msgstr "Restaurado" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:394 +#, python-format +msgid "%d-%d of %d" +msgstr "%d-%d de %d" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:2868 +#, python-format +msgid "Create and Edit..." +msgstr "Crear y Editar..." + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/pyeval.js:731 +#, python-format +msgid "Unknown nonliteral type " +msgstr "Tipo no literal desconocido " + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:2346 +#, python-format +msgid "Resource error" +msgstr "Error de recurso" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1961 +#, python-format +msgid "is not" +msgstr "no es" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:550 +#, python-format +msgid "Print Workflow" +msgstr "Imprimir Flujo de Trabajo" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:396 +#, python-format +msgid "Please confirm your new password" +msgstr "Por favor confirme su nueva contraseña" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1804 +#, python-format +msgid "UTF-8" +msgstr "UTF-8" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:421 +#, python-format +msgid "For more information visit" +msgstr "Para más información visite" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1859 +#, python-format +msgid "Add All Info..." +msgstr "Agregar toda la información..." + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1683 +#, python-format +msgid "Export Formats" +msgstr "Formato para exportar" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:974 +#, python-format +msgid "On change:" +msgstr "On change:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/views.js:865 +#, python-format +msgid "Model %s fields" +msgstr "Campos del Modelo %s" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:893 +#, python-format +msgid "Setting 'id' attribute on existing record %s" +msgstr "Configuración de 'id' en registro actual %s" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:8 +#, python-format +msgid "List" +msgstr "Lista" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1881 +#: code:addons/web/static/src/js/search.js:1915 +#: code:addons/web/static/src/js/search.js:1940 +#, python-format +msgid "greater than" +msgstr "Mayor que" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:2248 +#: code:addons/web/static/src/xml/base.xml:546 +#, python-format +msgid "View" +msgstr "Vista" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1466 +#, python-format +msgid "Save Filter" +msgstr "Guardar Filtro" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1344 +#, python-format +msgid "Action ID:" +msgstr "ID de Acción" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:457 +#, python-format +msgid "Your user's preference timezone does not match your browser timezone:" +msgstr "" +"La preferencia de zona horaria de su usuario no coincide con la de su " +"navegador:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:1223 +#, python-format +msgid "Field '%s' specified in view could not be found." +msgstr "No se encontró el campo '%s' especificado en la vista." + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1756 +#, python-format +msgid "Saved exports:" +msgstr "Exportaciones guardadas:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:320 +#, python-format +msgid "Old Password:" +msgstr "Password anterior:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/formats.js:113 +#, python-format +msgid "Bytes,Kb,Mb,Gb,Tb,Pb,Eb,Zb,Yb" +msgstr "Bytes,Kb,Mb,Gb,Tb,Pb,Eb,Zb,Yb" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:481 +#, python-format +msgid "The database has been duplicated." +msgstr "La base de datos ha sido duplicada." + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1625 +#, python-format +msgid "Apply" +msgstr "Aplicar" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1386 +#, python-format +msgid "Save & New" +msgstr "Grabar & Nuevo" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1223 +#: code:addons/web/static/src/xml/base.xml:1225 +#, python-format +msgid "Save As" +msgstr "Guardar Como" + +#. module: web +#. openerp-web +#: code:addons/web/doc/module/static/src/xml/web_example.xml:3 +#, python-format +msgid "00:00:00" +msgstr "00:00:00" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:2317 +#, python-format +msgid "E-mail error" +msgstr "E-mail error" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/coresetup.js:605 +#, python-format +msgid "a day ago" +msgstr "un día atrás" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1789 +#, python-format +msgid "Does your file have titles?" +msgstr "Tiene tu archivo títulos ?" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:327 +#, python-format +msgid "Unlimited" +msgstr "Ilimitado" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:784 +#, python-format +msgid "" +"Warning, the record has been modified, your changes will be discarded.\n" +"\n" +"Are you sure you want to leave this page ?" +msgstr "" +"Aviso, el registro ha sido modificado. Sus cambios se perderán.\n" +"\n" +"¿Está seguro de que quiere abandonar la página?" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:2904 +#, python-format +msgid "Search: " +msgstr "Buscar: " + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:544 +#, python-format +msgid "Technical translation" +msgstr "Traducción técnica" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1797 +#, python-format +msgid "Delimiter:" +msgstr "Delimitador:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:462 +#, python-format +msgid "Browser's timezone" +msgstr "Zona horaria del navegador" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1605 +#, python-format +msgid "Filter name" +msgstr "Nombre del filtro" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1464 +#, python-format +msgid "-- Actions --" +msgstr "-- Acciones --" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:4134 +#: code:addons/web/static/src/js/view_form.js:4294 +#: code:addons/web/static/src/xml/base.xml:1407 +#: code:addons/web/static/src/xml/base.xml:1705 +#, python-format +msgid "Add" +msgstr "Agregar" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:536 +#, python-format +msgid "Toggle Form Layout Outline" +msgstr "Cambiar esquema del formulario de diseño" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:421 +#, python-format +msgid "OpenERP.com" +msgstr "OpenERP.com" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:2317 +#, python-format +msgid "Can't send email to invalid e-mail address" +msgstr "No puede enviar el email a una dirección inválida" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:636 +#, python-format +msgid "Add..." +msgstr "Añadir..." + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:405 +#, python-format +msgid "Preferences" +msgstr "Preferencias" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:436 +#, python-format +msgid "Wrong on change format: %s" +msgstr "Error en el cambio de formato: %s" + +#. module: web +#. openerp-web +#: code:addons/web/controllers/main.py:750 +#: code:addons/web/static/src/xml/base.xml:185 +#, python-format +msgid "Drop Database" +msgstr "Eliminar Base de Datos" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:466 +#, python-format +msgid "Click here to change your user's timezone." +msgstr "Haga clic aquí para cambiar la zona horaria de su usuario." + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:966 +#, python-format +msgid "Modifiers:" +msgstr "Modificadores:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:627 +#, python-format +msgid "Delete this attachment" +msgstr "Eliminar este adjunto" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:774 +#: code:addons/web/static/src/xml/base.xml:815 +#: code:addons/web/static/src/xml/base.xml:1382 +#: code:addons/web/static/src/xml/base.xml:1612 +#, python-format +msgid "Save" +msgstr "Guardar" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/views.js:999 +#: code:addons/web/static/src/xml/base.xml:352 +#, python-format +msgid "More" +msgstr "Más" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:73 +#, python-format +msgid "Username" +msgstr "Usuario" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:481 +#, python-format +msgid "Duplicating database" +msgstr "Duplicando base de datos" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:563 +#, python-format +msgid "Password has been changed successfully" +msgstr "la contraseña ha sido modificada con éxito" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list_editable.js:788 +#, python-format +msgid "The form's data can not be discarded" +msgstr "Los datos del formulario no se pueden descartar" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:533 +#, python-format +msgid "Debug View#" +msgstr "Depurar Vista#" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:77 +#, python-format +msgid "Log in" +msgstr "Iniciar sesión" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:198 +#: code:addons/web/static/src/js/view_list.js:346 +#: code:addons/web/static/src/xml/base.xml:1764 +#, python-format +msgid "Delete" +msgstr "Eliminar" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/pyeval.js:769 +#, python-format +msgid "" +"Local evaluation failure\n" +"%s\n" +"\n" +"%s" +msgstr "" +"Fallo de la evaluación local\n" +"%s\n" +"\n" +"%s" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:350 +#, python-format +msgid "Invalid database name" +msgstr "Nombre de base de datos inválido" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1693 +#, python-format +msgid "Save fields list" +msgstr "Guardar lista de campos" + +#. module: web +#. openerp-web +#: code:addons/web/doc/module/static/src/xml/web_example.xml:5 +#, python-format +msgid "Start" +msgstr "Start" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/views.js:823 +#, python-format +msgid "View Log (%s)" +msgstr "Ver Registro (%s)" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:564 +#, python-format +msgid "Creation Date:" +msgstr "Fecha de Creación:" + +#. module: web +#: code:addons/web/controllers/main.py:790 +#: code:addons/web/controllers/main.py:835 +#, python-format +msgid "Error, password not changed !" +msgstr "¡Error, contraseña no modificada!" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:4850 +#, python-format +msgid "The selected file exceed the maximum file size of %s." +msgstr "El archivo seleccionado supera el tamaño máximo de% s." + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:632 +#: code:addons/web/static/src/xml/base.xml:1300 +#, python-format +msgid "/web/binary/upload_attachment" +msgstr "/web/binary/upload_attachment" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:563 +#, python-format +msgid "Changed Password" +msgstr "Contraseña modificada" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1431 +#, python-format +msgid "Search" +msgstr "Buscar" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:3032 +#: code:addons/web/static/src/js/view_form.js:3668 +#: code:addons/web/static/src/js/view_form.js:3785 +#: code:addons/web/static/src/js/view_form.js:4230 +#: code:addons/web/static/src/js/view_form.js:4353 +#, python-format +msgid "Open: " +msgstr "Abrir: " + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:218 +#: code:addons/web/static/src/xml/base.xml:309 +#, python-format +msgid "Backup" +msgstr "Respaldar" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/dates.js:76 +#: code:addons/web/static/src/js/dates.js:80 +#, python-format +msgid "'%s' is not a valid time" +msgstr "'%s' no es una hora válida" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/formats.js:274 +#, python-format +msgid "'%s' is not a correct date" +msgstr "'%s' no es una fecha correcta" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:933 +#, python-format +msgid "(nolabel)" +msgstr "(sin etiqueta)" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/coresetup.js:606 +#, python-format +msgid "%d days ago" +msgstr "Hace %d días" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1474 +#, python-format +msgid "(Any existing filter with the same name will be replaced)" +msgstr "(Cualquier filtro existente con el mismo nombre será reemplazado)" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:1918 +#: code:addons/web/static/src/xml/base.xml:338 +#: code:addons/web/static/src/xml/base.xml:1377 +#: code:addons/web/static/src/xml/base.xml:1860 +#, python-format +msgid "Cancel" +msgstr "Cancelar" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/coresetup.js:628 +#: code:addons/web/static/src/xml/base.xml:9 +#, python-format +msgid "Loading..." +msgstr "Cargando..." + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:567 +#, python-format +msgid "Latest Modification by:" +msgstr "Última Modificación por:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:1242 +#: code:addons/web/static/src/xml/base.xml:470 +#, python-format +msgid "Timezone mismatch" +msgstr "Desajuste de la zona horaria" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:1646 +#, python-format +msgid "Unknown operator %s in domain %s" +msgstr "Operador desconocido %s en el dominio %s" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:428 +#, python-format +msgid "%d / %d" +msgstr "%d / %d" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1782 +#, python-format +msgid "2. Check your file format" +msgstr "Revisa tu formato de archivo" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1718 +#, python-format +msgid "Name" +msgstr "Nombre" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1775 +#, python-format +msgid "" +"Select a .CSV file to import. If you need a sample of file to import,\n" +" you should use the export tool with the \"Import Compatible\" option." +msgstr "" +"Seleccionar un .archivo CSV para importar. Si necesitas un ejemplo de un " +"archivo para importar,\n" +" you podrías usar la herramienta de exportar con la opción de " +"\"Compatible con Importación\"." + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/coresetup.js:608 +#, python-format +msgid "%d months ago" +msgstr "hace %d meses" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:187 +#: code:addons/web/static/src/xml/base.xml:308 +#, python-format +msgid "Drop" +msgstr "Borrar" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1465 +#, python-format +msgid "Add Advanced Filter" +msgstr "Añadir Filtro Avanzado" + +#. module: web +#: code:addons/web/controllers/main.py:828 +#, python-format +msgid "The new password and its confirmation must be identical." +msgstr "La nueva contraseña y su confirmación deben ser idénticas." + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:542 +#: code:addons/web/static/src/xml/base.xml:248 +#, python-format +msgid "Restore Database" +msgstr "Restaurar base de datos" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:644 +#, python-format +msgid "Login" +msgstr "Iniciar sesión" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:420 +#, python-format +msgid "Licenced under the terms of" +msgstr "Licenciado bajo los términos de" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:250 +#: code:addons/web/static/src/xml/base.xml:310 +#, python-format +msgid "Restore" +msgstr "Restaurar" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1677 +#, python-format +msgid "Export Type:" +msgstr "Tipo de Exportación" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:406 +#, python-format +msgid "Log out" +msgstr "Cerrar sesión" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1090 +#, python-format +msgid "Group by: %s" +msgstr "Agrupar por: %s" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:153 +#, python-format +msgid "No data provided." +msgstr "No se han facilitado datos" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:345 +#: code:addons/web/static/src/xml/base.xml:1665 +#, python-format +msgid "Export" +msgstr "Exportar" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/data_export.js:12 +#, python-format +msgid "Export To File" +msgstr "Exportar a Archivo" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/views.js:1097 +#, python-format +msgid "You must choose at least one record." +msgstr "Debe seleccionar al menos un registro." + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/coresetup.js:631 +#, python-format +msgid "Don't leave yet,
    it's still loading..." +msgstr "No salir aĂşn,
    Aún está cargando..." + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:775 +#, python-format +msgid "Invalid Search" +msgstr "Búsqueda Inválida" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:980 +#, python-format +msgid "Could not find id in dataset" +msgstr "No se puede encontrar en los datos activos" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1707 +#, python-format +msgid "Remove All" +msgstr "Borrar todo" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1340 +#, python-format +msgid "Method:" +msgstr "Método:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:1439 +#, python-format +msgid "%(page)d/%(page_count)d" +msgstr "%(page)d/%(page_count)d" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:397 +#, python-format +msgid "The confirmation does not match the password" +msgstr "La confirmación no coincide con la contraseña" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:441 +#, python-format +msgid "Edit Company data" +msgstr "Editar datos de la compañía" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:4886 +#, python-format +msgid "Save As..." +msgstr "Guardar como…" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:5007 +#, python-format +msgid "Could not display the selected image." +msgstr "No se pudo mostrar la imagen seleccionada." + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:509 +#, python-format +msgid "Database backed up successfully" +msgstr "Base de datos respaldada completamente." + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1808 +#, python-format +msgid "" +"For use if CSV files have titles on multiple lines, skips more than a single " +"line during import" +msgstr "" +"Para su uso si los archivos CSV tienen títulos en varias líneas, se omiten " +"más de una sola línea durante la importación" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:394 +#, python-format +msgid "99+" +msgstr "99+" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1774 +#, python-format +msgid "1. Import a .CSV file" +msgstr "1. Importar a archivo .CSV" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:644 +#, python-format +msgid "No database selected !" +msgstr "¡No se ha seleccionado ninguna base de datos!" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/formats.js:180 +#, python-format +msgid "(%d records)" +msgstr "(%d registros)" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:970 +#, python-format +msgid "Change default:" +msgstr "Cambiar por defecto:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:171 +#, python-format +msgid "Original database name:" +msgstr "Nombre original de la base de datos:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1869 +#: code:addons/web/static/src/js/search.js:1879 +#: code:addons/web/static/src/js/search.js:1913 +#: code:addons/web/static/src/js/search.js:1938 +#, python-format +msgid "is equal to" +msgstr "Es igual a" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/views.js:1500 +#, python-format +msgid "Could not serialize XML" +msgstr "No pudo serializar el XML" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1619 +#, python-format +msgid "Advanced Search" +msgstr "Búsqueda Avanzada" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:290 +#, python-format +msgid "Confirm new master password:" +msgstr "Confirmar nueva master password:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/coresetup.js:634 +#, python-format +msgid "Maybe you should consider reloading the application by pressing F5..." +msgstr "" +"Tal vez usted podría considerar volver a cargar la aplicación presionando F5 " +"..." + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:17 +#: code:addons/web/static/src/js/view_list.js:2248 +#: code:addons/web/static/src/xml/base.xml:111 +#: code:addons/web/static/src/xml/base.xml:306 +#: code:addons/web/static/src/xml/base.xml:812 +#: code:addons/web/static/src/xml/base.xml:1376 +#, python-format +msgid "Create" +msgstr "Crear" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1868 +#, python-format +msgid "doesn't contain" +msgstr "No contiene" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1785 +#, python-format +msgid "Import Options" +msgstr "Opciones para importar" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:2936 +#, python-format +msgid "Add %s" +msgstr "Añadir %s" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:145 +#, python-format +msgid "Admin password:" +msgstr "Admin password:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/data_export.js:11 +#: code:addons/web/static/src/js/view_form.js:1067 +#: code:addons/web/static/src/xml/base.xml:1394 +#, python-format +msgid "Close" +msgstr "Cerrar" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/coresetup.js:632 +#, python-format +msgid "" +"You may not believe it,
    but the application is actually loading..." +msgstr "" +"Usted no lo creerá,
    pero la aplicaciĂłn actualmente está cargando ..." + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1779 +#, python-format +msgid "CSV File:" +msgstr "Archivo CSV:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1741 +#, python-format +msgid "Advanced" +msgstr "Avanzado" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_tree.js:11 +#, python-format +msgid "Tree" +msgstr "Ărbol" + +#. module: web +#: code:addons/web/controllers/main.py:750 +#, python-format +msgid "Could not drop database !" +msgstr "¡ No se puede eliminar la base de datos !" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/formats.js:227 +#, python-format +msgid "'%s' is not a correct integer" +msgstr "'%s' no es un entero correcto" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:877 +#, python-format +msgid "All users" +msgstr "Todos los usuarios" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:1654 +#, python-format +msgid "Unknown field %s in domain %s" +msgstr "Campo desconocido %s en el dominio %s" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/views.js:1466 +#, python-format +msgid "Node [%s] is not a JSONified XML node" +msgstr "El nodo [%s] no es un nodo JSONificado XML" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1428 +#, python-format +msgid "Advanced Search..." +msgstr "BĂşsqueda avanzada..." + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:499 +#, python-format +msgid "Dropping database" +msgstr "Eliminando base de datos" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:82 +#: code:addons/web/static/src/xml/base.xml:445 +#, python-format +msgid "Powered by" +msgstr "Powered by" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1380 +#: code:addons/web/static/src/xml/base.xml:970 +#, python-format +msgid "Yes" +msgstr "Si" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:4871 +#, python-format +msgid "There was a problem while uploading your file" +msgstr "Hubo un problema mientras se cargaba su archivo" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:558 +#, python-format +msgid "XML ID:" +msgstr "XML ID:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:954 +#, python-format +msgid "Size:" +msgstr "Tamaño:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1824 +#, python-format +msgid "--- Don't Import ---" +msgstr "--- No importar ---" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1679 +#, python-format +msgid "Import-Compatible Export" +msgstr "Compatible con ImportaciĂłn-ExportaciĂłn" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/coresetup.js:610 +#, python-format +msgid "%d years ago" +msgstr "hace %d años" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:1040 +#, python-format +msgid "Unknown m2m command %s" +msgstr "Comando m2m desconocido %s" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:1068 +#, python-format +msgid "Save default" +msgstr "Guardar por defecto" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:121 +#: code:addons/web/static/src/xml/base.xml:175 +#: code:addons/web/static/src/xml/base.xml:264 +#, python-format +msgid "New database name:" +msgstr "Nuevo nombre de la base de datos:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:394 +#, python-format +msgid "Please enter your new password" +msgstr "Por favor ingrese su nueva contraseña" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:4886 +#, python-format +msgid "The field is empty, there's nothing to save !" +msgstr "Este campo esta vacio, !no hay nada que guardar!" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:545 +#, python-format +msgid "Manage Views" +msgstr "Gestionar Vistas" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1801 +#, python-format +msgid "Encoding:" +msgstr "CodificaciĂłn:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1808 +#, python-format +msgid "Lines to skip" +msgstr "LĂ­neas a omitir" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:2858 +#, python-format +msgid "Create \"%s\"" +msgstr "Crear \"%s\"" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/data_export.js:361 +#, python-format +msgid "Please select fields to save export list..." +msgstr "Por favor seleccione los campos de la lista para exportar" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:418 +#, python-format +msgid "Copyright © 2004-TODAY OpenERP SA. All Rights Reserved." +msgstr "Copyright © 2004-HOY OpenERP SA. Todos los derechos reservados." + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:2346 +#, python-format +msgid "This resource is empty" +msgstr "El recurso esta vacĂ­o" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1689 +#, python-format +msgid "Available fields" +msgstr "Campos disponibles" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1835 +#, python-format +msgid "The import failed due to:" +msgstr "La importaciĂłn fallĂł debido a:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/views.js:812 +#: code:addons/web/static/src/xml/base.xml:539 +#, python-format +msgid "JS Tests" +msgstr "Tests JS" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1750 +#, python-format +msgid "Save as:" +msgstr "Guardar Como:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:927 +#, python-format +msgid "Filter on: %s" +msgstr "Filtrar por: %s" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:2904 +#: code:addons/web/static/src/js/view_form.js:3757 +#, python-format +msgid "Create: " +msgstr "Crear: " + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:540 +#, python-format +msgid "View Fields" +msgstr "Ver Campos" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:330 +#, python-format +msgid "Confirm New Password:" +msgstr "Confirmar nueva contraseña:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:575 +#, python-format +msgid "Do you really want to remove these records?" +msgstr "ÂżEstá seguro que quiere eliminar estos registros?" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:958 +#, python-format +msgid "Context:" +msgstr "Contexto:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1933 +#: code:addons/web/static/src/js/search.js:1960 +#, python-format +msgid "is" +msgstr "es" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/data_export.js:6 +#, python-format +msgid "Export Data" +msgstr "Exportar Datos" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:962 +#, python-format +msgid "Domain:" +msgstr "Dominio:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:834 +#, python-format +msgid "Default:" +msgstr "Por defecto:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:82 +#: code:addons/web/static/src/xml/base.xml:446 +#, python-format +msgid "OpenERP" +msgstr "OpenERP" + +#. module: web +#. openerp-web +#: code:addons/web/doc/module/static/src/xml/web_example.xml:8 +#, python-format +msgid "Stop" +msgstr "Stop" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:68 +#: code:addons/web/static/src/xml/base.xml:193 +#: code:addons/web/static/src/xml/base.xml:225 +#, python-format +msgid "Database:" +msgstr "Base de datos:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1183 +#: code:addons/web/static/src/xml/base.xml:1240 +#, python-format +msgid "Uploading ..." +msgstr "Subiendo..." + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1853 +#, python-format +msgid "Name:" +msgstr "Nombre:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:1058 +#, python-format +msgid "About" +msgstr "Acerca de" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1431 +#, python-format +msgid "Search Again" +msgstr "Volver a buscar" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1455 +#, python-format +msgid "-- Filters --" +msgstr "-- Filtros --" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1230 +#: code:addons/web/static/src/xml/base.xml:1232 +#, python-format +msgid "Clear" +msgstr "Limpiar" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1680 +#, python-format +msgid "Export all Data" +msgstr "Exportar todos los datos" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:1334 +#, python-format +msgid "" +"Grouping on field '%s' is not possible because that field does not appear in " +"the list view." +msgstr "" +"Agrupar por el campo '% s' no es posible debido a que dicho campo no aparece " +"en la vista de lista." + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:537 +#, python-format +msgid "Set Defaults" +msgstr "Establecer por Defecto" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1670 +#, python-format +msgid "" +"This wizard will export all data that matches the current search criteria to " +"a CSV file.\n" +" You can export all data or only the fields that can be " +"reimported after modification." +msgstr "" +"Este asistente exportará todos los datos que coincidan con el criterio de " +"bĂşsqueda actual a un archivo CSV.\n" +" Tu puedes exportar todos los datos o solo los campos que serán " +"reimportados despuĂ©s de la modificaciĂłn." + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:321 +#, python-format +msgid "The record could not be found in the database." +msgstr "El registro no fue encontrado en la base de datos" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1472 +#, python-format +msgid "Filter Name:" +msgstr "Nombre del Filtro:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:946 +#, python-format +msgid "Type:" +msgstr "Tipo:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:538 +#, python-format +msgid "Incorrect super-administrator password" +msgstr "Contraseña de super-administrador incorrecta" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:942 +#, python-format +msgid "Object:" +msgstr "Objeto:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:292 +#: code:addons/web/static/src/js/chrome.js:326 +#, python-format +msgid "Loading" +msgstr "Cargando" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/coresetup.js:609 +#, python-format +msgid "about a year ago" +msgstr "hace un año" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1870 +#: code:addons/web/static/src/js/search.js:1880 +#: code:addons/web/static/src/js/search.js:1914 +#: code:addons/web/static/src/js/search.js:1939 +#, python-format +msgid "is not equal to" +msgstr "No es igual a" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:5036 +#, python-format +msgid "" +"The type of the field '%s' must be a many2many field with a relation to " +"'ir.attachment' model." +msgstr "" +"El tipo de campo '%s' debe ser un campo many2many con una relaciĂłn a " +"'ir.attachment' model." + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/coresetup.js:604 +#, python-format +msgid "%d hours ago" +msgstr "hace %d horas" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:4206 +#: code:addons/web/static/src/js/view_form.js:4335 +#, python-format +msgid "Add: " +msgstr "Agregar: " + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1858 +#, python-format +msgid "Quick Add" +msgstr "Agregado Rápido" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1805 +#, python-format +msgid "Latin 1" +msgstr "Latin 1" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:260 +#: code:addons/web/static/src/js/chrome.js:269 +#: code:addons/web/static/src/js/chrome.js:449 +#: code:addons/web/static/src/js/chrome.js:792 +#: code:addons/web/static/src/js/view_form.js:572 +#: code:addons/web/static/src/js/view_form.js:1923 +#: code:addons/web/static/src/xml/base.xml:1752 +#, python-format +msgid "Ok" +msgstr "Ok" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/views.js:1162 +#, python-format +msgid "Uploading..." +msgstr "Subiendo..." + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:125 +#, python-format +msgid "Load Demonstration data:" +msgstr "Cargar datos de demostraciĂłn" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:615 +#, python-format +msgid "Created by :" +msgstr "Creado por:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/dates.js:22 +#: code:addons/web/static/src/js/dates.js:26 +#, python-format +msgid "'%s' is not a valid datetime" +msgstr "'%s' no es un fecha y hora válido" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:256 +#, python-format +msgid "File:" +msgstr "Archivo:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1882 +#: code:addons/web/static/src/js/search.js:1916 +#: code:addons/web/static/src/js/search.js:1941 +#, python-format +msgid "less than" +msgstr "menor que" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:687 +#: code:addons/web/static/src/js/views.js:1097 +#, python-format +msgid "Warning" +msgstr "Advertencia" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:547 +#, python-format +msgid "Edit SearchView" +msgstr "Editar SearchView" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1975 +#, python-format +msgid "is true" +msgstr "es verdadero" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:3909 +#, python-format +msgid "Add an item" +msgstr "Añadir un elemento" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1603 +#, python-format +msgid "Save current filter" +msgstr "Guardar filtro actual" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:1915 +#, python-format +msgid "Confirm" +msgstr "Confirmar" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/data_export.js:126 +#, python-format +msgid "Please enter save field list name" +msgstr "Por favor ingrese el nombre de la lista a guardar" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:2206 +#, python-format +msgid "Download \"%s\"" +msgstr "Descargar \"%s\"" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:326 +#, python-format +msgid "New" +msgstr "Nuevo" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:1767 +#, python-format +msgid "Can't convert value %s to context" +msgstr "No se puede convertir el valor %s a context" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/views.js:807 +#: code:addons/web/static/src/xml/base.xml:541 +#, python-format +msgid "Fields View Get" +msgstr "Obtener Campos de Vista" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:149 +#, python-format +msgid "Confirm password:" +msgstr "Confirmar password:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1883 +#: code:addons/web/static/src/js/search.js:1917 +#: code:addons/web/static/src/js/search.js:1942 +#, python-format +msgid "greater or equal than" +msgstr "mayor o igual que" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1321 +#, python-format +msgid "Button" +msgstr "BotĂłn" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:418 +#, python-format +msgid "OpenERP is a trademark of the" +msgstr "OpenERP es una marca registrada de" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/data_export.js:374 +#, python-format +msgid "Please select fields to export..." +msgstr "Por favor seleccione los campos a exportar..." + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:286 +#, python-format +msgid "New master password:" +msgstr "New master password:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1976 +#, python-format +msgid "is false" +msgstr "es falso" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:404 +#, python-format +msgid "About OpenERP" +msgstr "Acerca de OpenERP" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/formats.js:297 +#, python-format +msgid "'%s' is not a correct date, datetime nor time" +msgstr "'%s' no es una fecha, fechahora ni hora correcta" + +#. module: web +#: code:addons/web/controllers/main.py:1264 +#, python-format +msgid "No content found for field '%s' on '%s:%s'" +msgstr "No se encontrĂł contenido para el campo '%s' en '%s:%s'" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:304 +#, python-format +msgid "Database Management" +msgstr "AdministraciĂłn base de datos" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:5007 +#, python-format +msgid "Image" +msgstr "Imágen" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:81 +#, python-format +msgid "Manage Databases" +msgstr "Gestionar Bases de datos" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/pyeval.js:765 +#, python-format +msgid "Evaluation Error" +msgstr "Error de evaluaciĂłn" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1283 +#, python-format +msgid "not a valid integer" +msgstr "No es un entero válido" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:337 +#: code:addons/web/static/src/xml/base.xml:776 +#: code:addons/web/static/src/xml/base.xml:816 +#: code:addons/web/static/src/xml/base.xml:1376 +#: code:addons/web/static/src/xml/base.xml:1384 +#: code:addons/web/static/src/xml/base.xml:1630 +#, python-format +msgid "or" +msgstr "o" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1381 +#, python-format +msgid "No" +msgstr "No" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/formats.js:309 +#, python-format +msgid "'%s' is not convertible to date, datetime nor time" +msgstr "'%s' no es convertible a fecha, fecha-hora ni hora" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:199 +#: code:addons/web/static/src/xml/base.xml:161 +#: code:addons/web/static/src/xml/base.xml:307 +#, python-format +msgid "Duplicate" +msgstr "Duplicar" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:777 +#: code:addons/web/static/src/xml/base.xml:817 +#: code:addons/web/static/src/xml/base.xml:1391 +#, python-format +msgid "Discard" +msgstr "Descartar" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1624 +#, python-format +msgid "Add a condition" +msgstr "Agregar condiciĂłn" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/coresetup.js:629 +#, python-format +msgid "Still loading..." +msgstr "Cargando aĂşn..." + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:818 +#, python-format +msgid "Incorrect value for field %(fieldname)s: [%(value)s] is %(message)s" +msgstr "" +"Valor incorrecto para campo %(fieldname)s: [%(value)s] is %(message)s" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:3805 +#, python-format +msgid "The o2m record must be saved before an action can be used" +msgstr "" +"El registro O2M debe guardarse antes que una acciĂłn pueda ser utilizada" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:509 +#, python-format +msgid "Backed" +msgstr "Respaldado" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1610 +#, python-format +msgid "Use by default" +msgstr "Usar por defecto" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:1348 +#, python-format +msgid "%s (%d)" +msgstr "%s (%d)" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:775 +#, python-format +msgid "triggered from search view" +msgstr "Resultado de BĂşsqueda" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:978 +#, python-format +msgid "Filter" +msgstr "Filtro" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:950 +#, python-format +msgid "Widget:" +msgstr "Widget:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:548 +#, python-format +msgid "Edit Action" +msgstr "Editar AcciĂłn" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:555 +#, python-format +msgid "ID:" +msgstr "ID:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:870 +#, python-format +msgid "Only you" +msgstr "SĂłlo usted" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:549 +#, python-format +msgid "Edit Workflow" +msgstr "Editar Flujo de trabajo" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/views.js:1171 +#, python-format +msgid "Do you really want to delete this attachment ?" +msgstr "ÂżRealmente quiere borrar este adjunto?" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/views.js:840 +#, python-format +msgid "Technical Translation" +msgstr "TraducciĂłn tĂ©cnica" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:938 +#, python-format +msgid "Field:" +msgstr "Campo:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:620 +#, python-format +msgid "Modified by :" +msgstr "Modificado por:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:499 +#, python-format +msgid "The database %s has been dropped" +msgstr "La base de datos %s ha sido eliminada" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:460 +#, python-format +msgid "User's timezone" +msgstr "Zona horaria del usuario" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:284 +#: code:addons/web/static/src/js/chrome.js:1168 +#, python-format +msgid "Client Error" +msgstr "Error en el cliente" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/views.js:998 +#, python-format +msgid "Print" +msgstr "Imprimir" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1331 +#, python-format +msgid "Special:" +msgstr "Especial:" + +#. module: web +#: code:addons/web/controllers/main.py:834 +#, python-format +msgid "" +"The old password you provided is incorrect, your password was not changed." +msgstr "" +"El password anterior ingresado es incorrecto, su password no fue cambiado." + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:561 +#, python-format +msgid "Creation User:" +msgstr "Usuario que creĂł:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:769 +#, python-format +msgid "Do you really want to delete this record?" +msgstr "ÂżRealmente desea eliminar este registro?" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1385 +#, python-format +msgid "Save & Close" +msgstr "Grabar & Cerrar" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:2845 +#, python-format +msgid "Search More..." +msgstr "Buscar más..." + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:75 +#: code:addons/web/static/src/xml/base.xml:311 +#, python-format +msgid "Password" +msgstr "Contraseña" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:546 +#: code:addons/web/static/src/xml/base.xml:809 +#: code:addons/web/static/src/xml/base.xml:1178 +#, python-format +msgid "Edit" +msgstr "Editar" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1706 +#, python-format +msgid "Remove" +msgstr "Eliminar" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1062 +#, python-format +msgid "Select date" +msgstr "Seleccionar fecha" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1249 +#, python-format +msgid "Search %(field)s for: %(value)s" +msgstr "Buscar %(field)s para: %(value)s" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1277 +#, python-format +msgid "Delete this file" +msgstr "Eliminar este archivo" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:109 +#, python-format +msgid "Create Database" +msgstr "Crear Base de Datos" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:420 +#, python-format +msgid "GNU Affero General Public License" +msgstr "GNU Affero General Public License" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1795 +#, python-format +msgid "Separator:" +msgstr "Separador:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:300 +#, python-format +msgid "Back to Login" +msgstr "Regresar a inicio de sesiĂłn" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1662 +#: code:addons/web/static/src/xml/base.xml:1454 +#, python-format +msgid "Filters" +msgstr "Filtros" diff --git a/web/i18n/es_MX.po b/web/i18n/es_MX.po new file mode 100644 index 0000000..a0ea1f0 --- /dev/null +++ b/web/i18n/es_MX.po @@ -0,0 +1,2630 @@ +# Spanish (Mexico) translation for openerp-web +# Copyright (c) 2012 Rosetta Contributors and Canonical Ltd 2012 +# This file is distributed under the same license as the openerp-web package. +# FIRST AUTHOR , 2012. +# +msgid "" +msgstr "" +"Project-Id-Version: openerp-web\n" +"Report-Msgid-Bugs-To: FULL NAME \n" +"POT-Creation-Date: 2012-12-21 17:06+0000\n" +"PO-Revision-Date: 2012-12-22 14:44+0000\n" +"Last-Translator: OscarAlca \n" +"Language-Team: Spanish (Mexico) \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Launchpad-Export-Date: 2012-12-23 05:09+0000\n" +"X-Generator: Launchpad (build 16378)\n" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:133 +#, python-format +msgid "Default language:" +msgstr "Idioma predeterminado:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/coresetup.js:602 +#, python-format +msgid "%d minutes ago" +msgstr "Hace %d minutos" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/coresetup.js:630 +#, python-format +msgid "Still loading...
    Please be patient." +msgstr "AĂşn cargando...
    por favor, tenga paciencia." + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1832 +#, python-format +msgid "%(field)s %(operator)s \"%(value)s\"" +msgstr "%(field)s %(operator)s \"%(value)s\"" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1884 +#: code:addons/web/static/src/js/search.js:1918 +#: code:addons/web/static/src/js/search.js:1943 +#, python-format +msgid "less or equal than" +msgstr "menor o igual que" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:393 +#, python-format +msgid "Please enter your previous password" +msgstr "Por favor teclee su contraseña anterior" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:117 +#: code:addons/web/static/src/xml/base.xml:167 +#: code:addons/web/static/src/xml/base.xml:282 +#, python-format +msgid "Master password:" +msgstr "Contraseña principal" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:274 +#, python-format +msgid "Change Master Password" +msgstr "Cambiar contraseña principal" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:491 +#, python-format +msgid "Do you really want to delete the database: %s ?" +msgstr "¿De verdad desea eliminar la base de datos: %s ?" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1398 +#, python-format +msgid "Search %(field)s at: %(value)s" +msgstr "Buscar %(field)s en: %(value)s" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:537 +#, python-format +msgid "Access Denied" +msgstr "Acceso negado" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:5183 +#, python-format +msgid "Uploading error" +msgstr "Error cargando..." + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/coresetup.js:603 +#, python-format +msgid "about an hour ago" +msgstr "hace una hora" + +#. module: web +#. openerp-web +#: code:addons/web/controllers/main.py:768 +#: code:addons/web/static/src/js/chrome.js:514 +#: code:addons/web/static/src/xml/base.xml:216 +#, python-format +msgid "Backup Database" +msgstr "Respaldar Base de Datos" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/views.js:463 +#, python-format +msgid "%(view_type)s view" +msgstr "Vista de %(view_type)s" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/dates.js:49 +#: code:addons/web/static/src/js/dates.js:53 +#, python-format +msgid "'%s' is not a valid date" +msgstr "'%s' no es una fecha válida" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1837 +#, python-format +msgid "Here is a preview of the file we could not import:" +msgstr "Esta es una vista previa del archivo que no se pudo importar:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/coresetup.js:601 +#, python-format +msgid "about a minute ago" +msgstr "hace un minuto" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1297 +#, python-format +msgid "File" +msgstr "Archivo" + +#. module: web +#: code:addons/web/controllers/main.py:826 +#, python-format +msgid "You cannot leave any password empty." +msgstr "No puede dejar ninguna contraseña vacía" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:680 +#, python-format +msgid "Invalid username or password" +msgstr "Nombre de usuario o contraseña no válidos" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:206 +#: code:addons/web/static/src/xml/base.xml:238 +#: code:addons/web/static/src/xml/base.xml:260 +#, python-format +msgid "Master Password:" +msgstr "Contraseña principal:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1217 +#: code:addons/web/static/src/xml/base.xml:1374 +#, python-format +msgid "Select" +msgstr "Seleccionar" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:549 +#, python-format +msgid "Database restored successfully" +msgstr "Base de datos restaurada correctamente" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:415 +#, python-format +msgid "Version" +msgstr "Versión" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:570 +#, python-format +msgid "Latest Modification Date:" +msgstr "Última fecha de modificación:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1459 +#, python-format +msgid "M2O search fields do not currently handle multiple default values" +msgstr "" +"Los campos de búsqueda M2O (Muchos a uno) no soportan múltiples valores por " +"defecto" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:1227 +#, python-format +msgid "Widget type '%s' is not implemented" +msgstr "Widget de tipo '%s' no está implementado" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1608 +#, python-format +msgid "Share with all users" +msgstr "Compartir con todos los usuarios" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:77 +#: code:addons/web/static/src/js/view_form.js:321 +#, python-format +msgid "Form" +msgstr "Formulario" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1324 +#, python-format +msgid "(no string)" +msgstr "(sin cadena)" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/formats.js:282 +#, python-format +msgid "'%s' is not a correct time" +msgstr "'%s' no es una hora correcta" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1297 +#, python-format +msgid "not a valid number" +msgstr "no es un número válido" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:325 +#, python-format +msgid "New Password:" +msgstr "Contraseña Nueva:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:610 +#, python-format +msgid "Attachment :" +msgstr "Adjunto:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1691 +#, python-format +msgid "Fields to export" +msgstr "Campos a exportar" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:1340 +#, python-format +msgid "Undefined" +msgstr "Sin definir" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:4871 +#, python-format +msgid "File Upload" +msgstr "Cargar Archivo" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/coresetup.js:607 +#, python-format +msgid "about a month ago" +msgstr "hace un mes" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1600 +#, python-format +msgid "Custom Filters" +msgstr "Filtros personalizados" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1336 +#, python-format +msgid "Button Type:" +msgstr "Tipo de Botón" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:419 +#, python-format +msgid "OpenERP SA Company" +msgstr "Compañía OpenERP SA" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1553 +#, python-format +msgid "Custom Filter" +msgstr "Filtro Personalizado" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:159 +#, python-format +msgid "Duplicate Database" +msgstr "Duplicar Base de Datos" + +#. module: web +#. openerp-web +#: code:addons/web/controllers/main.py:789 +#: code:addons/web/controllers/main.py:790 +#: code:addons/web/controllers/main.py:826 +#: code:addons/web/controllers/main.py:828 +#: code:addons/web/controllers/main.py:834 +#: code:addons/web/controllers/main.py:835 +#: code:addons/web/static/src/js/chrome.js:768 +#: code:addons/web/static/src/xml/base.xml:276 +#: code:addons/web/static/src/xml/base.xml:336 +#, python-format +msgid "Change Password" +msgstr "Cambiar Contraseña" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:3411 +#, python-format +msgid "View type '%s' is not supported in One2Many." +msgstr "El tipo de vista '%s' no esta sportado en One2Many" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:4951 +#: code:addons/web/static/src/js/view_list.js:2194 +#, python-format +msgid "Download" +msgstr "Descargar" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/formats.js:266 +#, python-format +msgid "'%s' is not a correct datetime" +msgstr "'%s' no es una fecha correcta" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:417 +#, python-format +msgid "Group" +msgstr "Grupo" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:927 +#, python-format +msgid "Unhandled widget" +msgstr "Widget no controlado" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:982 +#, python-format +msgid "Selection:" +msgstr "Selección:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:871 +#, python-format +msgid "The following fields are invalid:" +msgstr "Los siguientes campos son invalidos:" + +#. module: web +#: code:addons/web/controllers/main.py:847 +#, python-format +msgid "Languages" +msgstr "Lenguajes" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1270 +#, python-format +msgid "...Upload in progress..." +msgstr "...Carga en progreso..." + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1768 +#, python-format +msgid "Import" +msgstr "Importar" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:543 +#, python-format +msgid "Could not restore the database" +msgstr "No se ha podido restaurar la base de datos" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:4851 +#, python-format +msgid "File upload" +msgstr "Subir Archivos" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:3804 +#, python-format +msgid "Action Button" +msgstr "Botón Accion" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:542 +#: code:addons/web/static/src/xml/base.xml:1467 +#, python-format +msgid "Manage Filters" +msgstr "Administrar Filtros" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1867 +#, python-format +msgid "contains" +msgstr "contiene" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/coresetup.js:633 +#, python-format +msgid "Take a minute to get a coffee,
    because it's loading..." +msgstr "Tómese un minuto para un café,
    porque sigue cargando..." + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:413 +#, python-format +msgid "Activate the developer mode" +msgstr "Activar modo desarrollador" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:324 +#, python-format +msgid "Loading (%d)" +msgstr "Cargando (%d)" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1114 +#, python-format +msgid "GroupBy" +msgstr "Agrupar por" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:687 +#, python-format +msgid "You must select at least one record." +msgstr "Debe seleccionar al menos un registro" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:535 +#, python-format +msgid "View Log (perm_read)" +msgstr "Ver Registro (perm_read)" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:1061 +#, python-format +msgid "Set Default" +msgstr "Establecer Por defecto" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:978 +#, python-format +msgid "Relation:" +msgstr "Relación:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/coresetup.js:600 +#, python-format +msgid "less than a minute ago" +msgstr "hace menos de un minuto" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:851 +#, python-format +msgid "Condition:" +msgstr "Condición:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:1692 +#, python-format +msgid "Unsupported operator %s in domain %s" +msgstr "Operador no soportado %s en el dominio %s" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/formats.js:242 +#, python-format +msgid "'%s' is not a correct float" +msgstr "'%s' no es un valor flotante válido" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:549 +#, python-format +msgid "Restored" +msgstr "Restaurada" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:394 +#, python-format +msgid "%d-%d of %d" +msgstr "%d-%d de %d" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:2868 +#, python-format +msgid "Create and Edit..." +msgstr "Crear y Editar..." + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/pyeval.js:731 +#, python-format +msgid "Unknown nonliteral type " +msgstr "Tipo no-literal desconocido " + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:2346 +#, python-format +msgid "Resource error" +msgstr "Error de recurso" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1961 +#, python-format +msgid "is not" +msgstr "no es" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:550 +#, python-format +msgid "Print Workflow" +msgstr "Imprimir flujo de trabajo" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:396 +#, python-format +msgid "Please confirm your new password" +msgstr "Por favor confirme su nueva contraseña" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1804 +#, python-format +msgid "UTF-8" +msgstr "UTF-8" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:421 +#, python-format +msgid "For more information visit" +msgstr "Para más información visite" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1859 +#, python-format +msgid "Add All Info..." +msgstr "Agregar toda la información..." + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1683 +#, python-format +msgid "Export Formats" +msgstr "Formatos de Exportación" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:974 +#, python-format +msgid "On change:" +msgstr "Al cambiar:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/views.js:865 +#, python-format +msgid "Model %s fields" +msgstr "Campos del Modelo %s" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:893 +#, python-format +msgid "Setting 'id' attribute on existing record %s" +msgstr "Asignando el atributo 'id' en el record %s" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:8 +#, python-format +msgid "List" +msgstr "Lista" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1881 +#: code:addons/web/static/src/js/search.js:1915 +#: code:addons/web/static/src/js/search.js:1940 +#, python-format +msgid "greater than" +msgstr "mayor que" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:2248 +#: code:addons/web/static/src/xml/base.xml:546 +#, python-format +msgid "View" +msgstr "Vista" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1466 +#, python-format +msgid "Save Filter" +msgstr "Guardar Filtro" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1344 +#, python-format +msgid "Action ID:" +msgstr "ID de Acción:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:457 +#, python-format +msgid "Your user's preference timezone does not match your browser timezone:" +msgstr "La zona horaria de su usuario no coincide con la de su navegador:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:1223 +#, python-format +msgid "Field '%s' specified in view could not be found." +msgstr "El campo '%s' especificado en la vista no ha sido encontrado." + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1756 +#, python-format +msgid "Saved exports:" +msgstr "Exportaciones guardadas:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:320 +#, python-format +msgid "Old Password:" +msgstr "Contraseña anterior:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/formats.js:113 +#, python-format +msgid "Bytes,Kb,Mb,Gb,Tb,Pb,Eb,Zb,Yb" +msgstr "Bytes,Kb,Mb,Gb,Tb,Pb,Eb,Zb,Yb" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:481 +#, python-format +msgid "The database has been duplicated." +msgstr "La base de datos ha sido duplicada" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1625 +#, python-format +msgid "Apply" +msgstr "Aplicar" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1386 +#, python-format +msgid "Save & New" +msgstr "Guardar y Nuevo" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1223 +#: code:addons/web/static/src/xml/base.xml:1225 +#, python-format +msgid "Save As" +msgstr "Guardar como" + +#. module: web +#. openerp-web +#: code:addons/web/doc/module/static/src/xml/web_example.xml:3 +#, python-format +msgid "00:00:00" +msgstr "00:00:00" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:2317 +#, python-format +msgid "E-mail error" +msgstr "Error de correo electrónico" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/coresetup.js:605 +#, python-format +msgid "a day ago" +msgstr "Hace un día" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1789 +#, python-format +msgid "Does your file have titles?" +msgstr "¿Tiene su archivo títulos?" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:327 +#, python-format +msgid "Unlimited" +msgstr "Ilimitado" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:784 +#, python-format +msgid "" +"Warning, the record has been modified, your changes will be discarded.\n" +"\n" +"Are you sure you want to leave this page ?" +msgstr "" +"Alerta, el registro ha sido modificado, sus cambios serán descartados.\n" +"\n" +"¿Está seguro de que quiere dejar esta pagina?" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:2904 +#, python-format +msgid "Search: " +msgstr "Buscar: " + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:544 +#, python-format +msgid "Technical translation" +msgstr "Traducción técnica" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1797 +#, python-format +msgid "Delimiter:" +msgstr "Delimitador:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:462 +#, python-format +msgid "Browser's timezone" +msgstr "Zona horaria del navegador" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1605 +#, python-format +msgid "Filter name" +msgstr "Nombre del filtro" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1464 +#, python-format +msgid "-- Actions --" +msgstr "-- Acciones --" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:4134 +#: code:addons/web/static/src/js/view_form.js:4294 +#: code:addons/web/static/src/xml/base.xml:1407 +#: code:addons/web/static/src/xml/base.xml:1705 +#, python-format +msgid "Add" +msgstr "Agregar" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:536 +#, python-format +msgid "Toggle Form Layout Outline" +msgstr "Cambiar esquema de diseño" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:421 +#, python-format +msgid "OpenERP.com" +msgstr "OpenERP.com" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:2317 +#, python-format +msgid "Can't send email to invalid e-mail address" +msgstr "No se pueden mandar correos a direcciones de correo invalidas." + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:636 +#, python-format +msgid "Add..." +msgstr "Agregar..." + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:405 +#, python-format +msgid "Preferences" +msgstr "Preferencias" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:436 +#, python-format +msgid "Wrong on change format: %s" +msgstr "Formato erroneo para on change: %s" + +#. module: web +#. openerp-web +#: code:addons/web/controllers/main.py:750 +#: code:addons/web/static/src/xml/base.xml:185 +#, python-format +msgid "Drop Database" +msgstr "Eliminar Base de Datos" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:466 +#, python-format +msgid "Click here to change your user's timezone." +msgstr "Click aquí para cambiar la zona horaria de su usuario" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:966 +#, python-format +msgid "Modifiers:" +msgstr "Modificadores:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:627 +#, python-format +msgid "Delete this attachment" +msgstr "Borrar este adjunto" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:774 +#: code:addons/web/static/src/xml/base.xml:815 +#: code:addons/web/static/src/xml/base.xml:1382 +#: code:addons/web/static/src/xml/base.xml:1612 +#, python-format +msgid "Save" +msgstr "Guardar" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/views.js:999 +#: code:addons/web/static/src/xml/base.xml:352 +#, python-format +msgid "More" +msgstr "Más" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:73 +#, python-format +msgid "Username" +msgstr "Nombre de usuario" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:481 +#, python-format +msgid "Duplicating database" +msgstr "Duplicando base de datos" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:563 +#, python-format +msgid "Password has been changed successfully" +msgstr "La contraseña ha sido cambiada exitosamente." + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list_editable.js:788 +#, python-format +msgid "The form's data can not be discarded" +msgstr "Los datos del formulario no se puede descartar" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:533 +#, python-format +msgid "Debug View#" +msgstr "Depurar Vista#" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:77 +#, python-format +msgid "Log in" +msgstr "Iniciar Sesión" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:198 +#: code:addons/web/static/src/js/view_list.js:346 +#: code:addons/web/static/src/xml/base.xml:1764 +#, python-format +msgid "Delete" +msgstr "Borrar" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/pyeval.js:769 +#, python-format +msgid "" +"Local evaluation failure\n" +"%s\n" +"\n" +"%s" +msgstr "" +"Falla de evaluacion local\n" +"%s\n" +"\n" +"%s" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:350 +#, python-format +msgid "Invalid database name" +msgstr "Nombre de base de datos incorrecto" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1693 +#, python-format +msgid "Save fields list" +msgstr "Guardar lista de campos" + +#. module: web +#. openerp-web +#: code:addons/web/doc/module/static/src/xml/web_example.xml:5 +#, python-format +msgid "Start" +msgstr "Inicio" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/views.js:823 +#, python-format +msgid "View Log (%s)" +msgstr "Ver Registro (%s)" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:564 +#, python-format +msgid "Creation Date:" +msgstr "Fecha de Creación:" + +#. module: web +#: code:addons/web/controllers/main.py:790 +#: code:addons/web/controllers/main.py:835 +#, python-format +msgid "Error, password not changed !" +msgstr "¡Error, la contraseña no se ha podido cambiar!" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:4850 +#, python-format +msgid "The selected file exceed the maximum file size of %s." +msgstr "El archivo seleccionado excede el tamaño máximo de %s" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:632 +#: code:addons/web/static/src/xml/base.xml:1300 +#, python-format +msgid "/web/binary/upload_attachment" +msgstr "/web/binary/upload_attachment" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:563 +#, python-format +msgid "Changed Password" +msgstr "Contraseña cambiada" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1431 +#, python-format +msgid "Search" +msgstr "Buscar" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:3032 +#: code:addons/web/static/src/js/view_form.js:3668 +#: code:addons/web/static/src/js/view_form.js:3785 +#: code:addons/web/static/src/js/view_form.js:4230 +#: code:addons/web/static/src/js/view_form.js:4353 +#, python-format +msgid "Open: " +msgstr "Abrir: " + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:218 +#: code:addons/web/static/src/xml/base.xml:309 +#, python-format +msgid "Backup" +msgstr "Copia de Seguridad" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/dates.js:76 +#: code:addons/web/static/src/js/dates.js:80 +#, python-format +msgid "'%s' is not a valid time" +msgstr "'%s' no es una hora válida" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/formats.js:274 +#, python-format +msgid "'%s' is not a correct date" +msgstr "'%s' no es una fecha correcta" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:933 +#, python-format +msgid "(nolabel)" +msgstr "(sin etiqueta)" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/coresetup.js:606 +#, python-format +msgid "%d days ago" +msgstr "Hace %d días" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1474 +#, python-format +msgid "(Any existing filter with the same name will be replaced)" +msgstr "(Cualquier filtro existente con el mismo nombre será reemplazado)" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:1918 +#: code:addons/web/static/src/xml/base.xml:338 +#: code:addons/web/static/src/xml/base.xml:1377 +#: code:addons/web/static/src/xml/base.xml:1860 +#, python-format +msgid "Cancel" +msgstr "Cancelar" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/coresetup.js:628 +#: code:addons/web/static/src/xml/base.xml:9 +#, python-format +msgid "Loading..." +msgstr "Cargando…" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:567 +#, python-format +msgid "Latest Modification by:" +msgstr "Última Modificación por:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:1242 +#: code:addons/web/static/src/xml/base.xml:470 +#, python-format +msgid "Timezone mismatch" +msgstr "La zona horaria no coincide" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:1646 +#, python-format +msgid "Unknown operator %s in domain %s" +msgstr "Operador desconocido %s en el dominio %s" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:428 +#, python-format +msgid "%d / %d" +msgstr "%d / %d" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1782 +#, python-format +msgid "2. Check your file format" +msgstr "2. Compruebe el formato de archivo" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1718 +#, python-format +msgid "Name" +msgstr "Nombre" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1775 +#, python-format +msgid "" +"Select a .CSV file to import. If you need a sample of file to import,\n" +" you should use the export tool with the \"Import Compatible\" option." +msgstr "" +"Seleccione un archivo .CSV para importar. Si necesita un ejemplo de archivo " +"para importar,\n" +" debería usar la herramienta de exportación con la opción de " +"\"Importación Compatible\"." + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/coresetup.js:608 +#, python-format +msgid "%d months ago" +msgstr "hace %d meses" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:187 +#: code:addons/web/static/src/xml/base.xml:308 +#, python-format +msgid "Drop" +msgstr "Eliminar" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1465 +#, python-format +msgid "Add Advanced Filter" +msgstr "Añadir Filtro Avanzado" + +#. module: web +#: code:addons/web/controllers/main.py:828 +#, python-format +msgid "The new password and its confirmation must be identical." +msgstr "La nueva contraseña y su confirmación deben ser idénticas." + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:542 +#: code:addons/web/static/src/xml/base.xml:248 +#, python-format +msgid "Restore Database" +msgstr "Restaurar base de datos" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:644 +#, python-format +msgid "Login" +msgstr "Iniciar sesión" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:420 +#, python-format +msgid "Licenced under the terms of" +msgstr "Con licencia bajo los términos de" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:250 +#: code:addons/web/static/src/xml/base.xml:310 +#, python-format +msgid "Restore" +msgstr "Restaurar" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1677 +#, python-format +msgid "Export Type:" +msgstr "Tipo de Exportación:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:406 +#, python-format +msgid "Log out" +msgstr "Cerrar sesión" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1090 +#, python-format +msgid "Group by: %s" +msgstr "Agrupar por: %s" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:153 +#, python-format +msgid "No data provided." +msgstr "No hay datos proporcionados" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:345 +#: code:addons/web/static/src/xml/base.xml:1665 +#, python-format +msgid "Export" +msgstr "Exportar" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/data_export.js:12 +#, python-format +msgid "Export To File" +msgstr "Exportar a fichero" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/views.js:1097 +#, python-format +msgid "You must choose at least one record." +msgstr "Debe seleccionar al menos un registro." + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/coresetup.js:631 +#, python-format +msgid "Don't leave yet,
    it's still loading..." +msgstr "No se vaya,
    Aún cargando..." + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:775 +#, python-format +msgid "Invalid Search" +msgstr "Búsqueda incorrecta" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:980 +#, python-format +msgid "Could not find id in dataset" +msgstr "No se pudo encontrar en el grupo de datos" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1707 +#, python-format +msgid "Remove All" +msgstr "Quitar Todos" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1340 +#, python-format +msgid "Method:" +msgstr "Método:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:1439 +#, python-format +msgid "%(page)d/%(page_count)d" +msgstr "%(page)d/%(page_count)d" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:397 +#, python-format +msgid "The confirmation does not match the password" +msgstr "La confirmación no concide con la contraseña" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:441 +#, python-format +msgid "Edit Company data" +msgstr "Editar datos de la compañía" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:4886 +#, python-format +msgid "Save As..." +msgstr "Guardar como…" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:5007 +#, python-format +msgid "Could not display the selected image." +msgstr "No se pudo mostrar la imagen seleccionada." + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:509 +#, python-format +msgid "Database backed up successfully" +msgstr "Base de datos guardada correctamente" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1808 +#, python-format +msgid "" +"For use if CSV files have titles on multiple lines, skips more than a single " +"line during import" +msgstr "" +"Para su uso si los archivos CSV tienen títulos en varias líneas, se omiten " +"más de una sola línea durante la importación" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:394 +#, python-format +msgid "99+" +msgstr "99+" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1774 +#, python-format +msgid "1. Import a .CSV file" +msgstr "1. Importar un archivo .CSV" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:644 +#, python-format +msgid "No database selected !" +msgstr "¡No seleccionó una base de datos!" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/formats.js:180 +#, python-format +msgid "(%d records)" +msgstr "(%d registros)" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:970 +#, python-format +msgid "Change default:" +msgstr "Cambiar valor por defecto:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:171 +#, python-format +msgid "Original database name:" +msgstr "Nombre original de la BD" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1869 +#: code:addons/web/static/src/js/search.js:1879 +#: code:addons/web/static/src/js/search.js:1913 +#: code:addons/web/static/src/js/search.js:1938 +#, python-format +msgid "is equal to" +msgstr "es igual a" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/views.js:1500 +#, python-format +msgid "Could not serialize XML" +msgstr "No se pudo serializar el XML" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1619 +#, python-format +msgid "Advanced Search" +msgstr "Búsqueda Avanzada" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:290 +#, python-format +msgid "Confirm new master password:" +msgstr "Confirmar nueva contraseña principal:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/coresetup.js:634 +#, python-format +msgid "Maybe you should consider reloading the application by pressing F5..." +msgstr "Quizá debería considerar recargar la aplicación presionando F5..." + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:17 +#: code:addons/web/static/src/js/view_list.js:2248 +#: code:addons/web/static/src/xml/base.xml:111 +#: code:addons/web/static/src/xml/base.xml:306 +#: code:addons/web/static/src/xml/base.xml:812 +#: code:addons/web/static/src/xml/base.xml:1376 +#, python-format +msgid "Create" +msgstr "Crear" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1868 +#, python-format +msgid "doesn't contain" +msgstr "no contiene" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1785 +#, python-format +msgid "Import Options" +msgstr "Opciones de importación" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:2936 +#, python-format +msgid "Add %s" +msgstr "Agregar %s" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:145 +#, python-format +msgid "Admin password:" +msgstr "Contraseña de Admin:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/data_export.js:11 +#: code:addons/web/static/src/js/view_form.js:1067 +#: code:addons/web/static/src/xml/base.xml:1394 +#, python-format +msgid "Close" +msgstr "Cerrar" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/coresetup.js:632 +#, python-format +msgid "" +"You may not believe it,
    but the application is actually loading..." +msgstr "No lo vas a creer,
    pero la aplicaciĂłn sigue cargando..." + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1779 +#, python-format +msgid "CSV File:" +msgstr "Archivo CSV:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1741 +#, python-format +msgid "Advanced" +msgstr "Avanzado" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_tree.js:11 +#, python-format +msgid "Tree" +msgstr "Ărbol" + +#. module: web +#: code:addons/web/controllers/main.py:750 +#, python-format +msgid "Could not drop database !" +msgstr "¡No se puede eliminar la base de datos!" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/formats.js:227 +#, python-format +msgid "'%s' is not a correct integer" +msgstr "'%s' no es un entero válido" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:877 +#, python-format +msgid "All users" +msgstr "Todos los usuarios" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:1654 +#, python-format +msgid "Unknown field %s in domain %s" +msgstr "Campo desconocido %s en el dominio %s" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/views.js:1466 +#, python-format +msgid "Node [%s] is not a JSONified XML node" +msgstr "El Nodo [%s] no es un nodo XML JSONificado" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1428 +#, python-format +msgid "Advanced Search..." +msgstr "BĂşsqueda avanzada..." + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:499 +#, python-format +msgid "Dropping database" +msgstr "Eliminando base de datos" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:82 +#: code:addons/web/static/src/xml/base.xml:445 +#, python-format +msgid "Powered by" +msgstr "Con tecnologĂ­a de" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1380 +#: code:addons/web/static/src/xml/base.xml:970 +#, python-format +msgid "Yes" +msgstr "SĂ­" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:4871 +#, python-format +msgid "There was a problem while uploading your file" +msgstr "Ha ocurrido un problema cargando su archivo" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:558 +#, python-format +msgid "XML ID:" +msgstr "ID XML:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:954 +#, python-format +msgid "Size:" +msgstr "Tamaño:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1824 +#, python-format +msgid "--- Don't Import ---" +msgstr "--- No importar ---" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1679 +#, python-format +msgid "Import-Compatible Export" +msgstr "ExportaciĂłn Compatible a ImportaciĂłn." + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/coresetup.js:610 +#, python-format +msgid "%d years ago" +msgstr "hace %d años" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:1040 +#, python-format +msgid "Unknown m2m command %s" +msgstr "Comando m2m desconocido %s" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:1068 +#, python-format +msgid "Save default" +msgstr "Guardar por defecto" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:121 +#: code:addons/web/static/src/xml/base.xml:175 +#: code:addons/web/static/src/xml/base.xml:264 +#, python-format +msgid "New database name:" +msgstr "Nombre de la nueva base de datos:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:394 +#, python-format +msgid "Please enter your new password" +msgstr "Por favor, introduzca su nueva contraseña" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:4886 +#, python-format +msgid "The field is empty, there's nothing to save !" +msgstr "¡El campo está vacĂ­o, nada que guardar!" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:545 +#, python-format +msgid "Manage Views" +msgstr "Administrar Vistas" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1801 +#, python-format +msgid "Encoding:" +msgstr "CodificaciĂłn:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1808 +#, python-format +msgid "Lines to skip" +msgstr "LĂ­neas a omitir" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:2858 +#, python-format +msgid "Create \"%s\"" +msgstr "Crear \"%s\"" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/data_export.js:361 +#, python-format +msgid "Please select fields to save export list..." +msgstr "" +"Por favor, seleccione los campos para guardar la lista de exportaciĂłn..." + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:418 +#, python-format +msgid "Copyright © 2004-TODAY OpenERP SA. All Rights Reserved." +msgstr "Copyright © 2004-HOY OpenERP SA. Todos los derechos reservados." + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:2346 +#, python-format +msgid "This resource is empty" +msgstr "El recurso está vácio" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1689 +#, python-format +msgid "Available fields" +msgstr "Campos disponibles" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1835 +#, python-format +msgid "The import failed due to:" +msgstr "La importaciĂłn fallĂł debido a:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/views.js:812 +#: code:addons/web/static/src/xml/base.xml:539 +#, python-format +msgid "JS Tests" +msgstr "Pruebas JS" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1750 +#, python-format +msgid "Save as:" +msgstr "Guardar como:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:927 +#, python-format +msgid "Filter on: %s" +msgstr "Filtro en: %s" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:2904 +#: code:addons/web/static/src/js/view_form.js:3757 +#, python-format +msgid "Create: " +msgstr "Crear: " + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:540 +#, python-format +msgid "View Fields" +msgstr "Ver Campos" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:330 +#, python-format +msgid "Confirm New Password:" +msgstr "Confirmar Nueva Contraseña:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:575 +#, python-format +msgid "Do you really want to remove these records?" +msgstr "ÂżEstá seguro que quiere eliminar estos registros?" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:958 +#, python-format +msgid "Context:" +msgstr "Contexto:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1933 +#: code:addons/web/static/src/js/search.js:1960 +#, python-format +msgid "is" +msgstr "es" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/data_export.js:6 +#, python-format +msgid "Export Data" +msgstr "Exportar informaciĂłn" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:962 +#, python-format +msgid "Domain:" +msgstr "Dominio:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:834 +#, python-format +msgid "Default:" +msgstr "Por defecto:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:82 +#: code:addons/web/static/src/xml/base.xml:446 +#, python-format +msgid "OpenERP" +msgstr "OpenERP" + +#. module: web +#. openerp-web +#: code:addons/web/doc/module/static/src/xml/web_example.xml:8 +#, python-format +msgid "Stop" +msgstr "Alto" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:68 +#: code:addons/web/static/src/xml/base.xml:193 +#: code:addons/web/static/src/xml/base.xml:225 +#, python-format +msgid "Database:" +msgstr "Base de datos:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1183 +#: code:addons/web/static/src/xml/base.xml:1240 +#, python-format +msgid "Uploading ..." +msgstr "Cargando..." + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1853 +#, python-format +msgid "Name:" +msgstr "Nombre:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:1058 +#, python-format +msgid "About" +msgstr "Acerca de" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1431 +#, python-format +msgid "Search Again" +msgstr "Volver a buscar" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1455 +#, python-format +msgid "-- Filters --" +msgstr "-- Filtros --" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1230 +#: code:addons/web/static/src/xml/base.xml:1232 +#, python-format +msgid "Clear" +msgstr "Limpiar" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1680 +#, python-format +msgid "Export all Data" +msgstr "Exportar todos los datos" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:1334 +#, python-format +msgid "" +"Grouping on field '%s' is not possible because that field does not appear in " +"the list view." +msgstr "" +"Agrupar por el campo '%s' no es posible porque este no aparece en la vista " +"de lista." + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:537 +#, python-format +msgid "Set Defaults" +msgstr "Establecer por defecto" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1670 +#, python-format +msgid "" +"This wizard will export all data that matches the current search criteria to " +"a CSV file.\n" +" You can export all data or only the fields that can be " +"reimported after modification." +msgstr "" +"Este asistente le exportará todos los datos que coincidan con los criterios " +"de bĂşsqueda actual a un archivo CSV.\n" +" Puede exportar todos los datos o sĂłlo los campos que pueden " +"importarse de nuevo despuĂ©s de la modificaciĂłn." + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:321 +#, python-format +msgid "The record could not be found in the database." +msgstr "El registro no se ha podido encontrar en la base de datos" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1472 +#, python-format +msgid "Filter Name:" +msgstr "Nombre del Filtro" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:946 +#, python-format +msgid "Type:" +msgstr "Tipo:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:538 +#, python-format +msgid "Incorrect super-administrator password" +msgstr "Contraseña de sĂşper-administrador incorrecta" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:942 +#, python-format +msgid "Object:" +msgstr "Objeto:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:292 +#: code:addons/web/static/src/js/chrome.js:326 +#, python-format +msgid "Loading" +msgstr "Cargando" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/coresetup.js:609 +#, python-format +msgid "about a year ago" +msgstr "hace un año" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1870 +#: code:addons/web/static/src/js/search.js:1880 +#: code:addons/web/static/src/js/search.js:1914 +#: code:addons/web/static/src/js/search.js:1939 +#, python-format +msgid "is not equal to" +msgstr "no es igual a" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:5036 +#, python-format +msgid "" +"The type of the field '%s' must be a many2many field with a relation to " +"'ir.attachment' model." +msgstr "" +"El tipo de el campo '%s' debe ser campo many2many con una relaciĂłn hacia el " +"modelo 'ir.attachment'." + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/coresetup.js:604 +#, python-format +msgid "%d hours ago" +msgstr "Hace %d horas" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:4206 +#: code:addons/web/static/src/js/view_form.js:4335 +#, python-format +msgid "Add: " +msgstr "Agregar: " + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1858 +#, python-format +msgid "Quick Add" +msgstr "Agregar rapidamente" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1805 +#, python-format +msgid "Latin 1" +msgstr "Latin 1" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:260 +#: code:addons/web/static/src/js/chrome.js:269 +#: code:addons/web/static/src/js/chrome.js:449 +#: code:addons/web/static/src/js/chrome.js:792 +#: code:addons/web/static/src/js/view_form.js:572 +#: code:addons/web/static/src/js/view_form.js:1923 +#: code:addons/web/static/src/xml/base.xml:1752 +#, python-format +msgid "Ok" +msgstr "Aceptar" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/views.js:1162 +#, python-format +msgid "Uploading..." +msgstr "Subiendo..." + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:125 +#, python-format +msgid "Load Demonstration data:" +msgstr "Cargar datos de demostraciĂłn:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:615 +#, python-format +msgid "Created by :" +msgstr "Creado por :" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/dates.js:22 +#: code:addons/web/static/src/js/dates.js:26 +#, python-format +msgid "'%s' is not a valid datetime" +msgstr "'%s' no es una fecha válida" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:256 +#, python-format +msgid "File:" +msgstr "Archivo:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1882 +#: code:addons/web/static/src/js/search.js:1916 +#: code:addons/web/static/src/js/search.js:1941 +#, python-format +msgid "less than" +msgstr "menor que" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:687 +#: code:addons/web/static/src/js/views.js:1097 +#, python-format +msgid "Warning" +msgstr "Advertencia" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:547 +#, python-format +msgid "Edit SearchView" +msgstr "Editar Vista de bĂşsqueda" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1975 +#, python-format +msgid "is true" +msgstr "es verdadero" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:3909 +#, python-format +msgid "Add an item" +msgstr "Agregar un elemento" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1603 +#, python-format +msgid "Save current filter" +msgstr "Salvar este filtro" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:1915 +#, python-format +msgid "Confirm" +msgstr "Confirmar" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/data_export.js:126 +#, python-format +msgid "Please enter save field list name" +msgstr "Por favor, introduzca el nombre de la lista de campos a guardar" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:2206 +#, python-format +msgid "Download \"%s\"" +msgstr "Descargar \"%s\"" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:326 +#, python-format +msgid "New" +msgstr "Nuevo" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:1767 +#, python-format +msgid "Can't convert value %s to context" +msgstr "No se puede convertir el valor %s a contexto" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/views.js:807 +#: code:addons/web/static/src/xml/base.xml:541 +#, python-format +msgid "Fields View Get" +msgstr "Obtener Campos de Vista" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:149 +#, python-format +msgid "Confirm password:" +msgstr "Confirmar contraseña:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1883 +#: code:addons/web/static/src/js/search.js:1917 +#: code:addons/web/static/src/js/search.js:1942 +#, python-format +msgid "greater or equal than" +msgstr "mayor o igual que" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1321 +#, python-format +msgid "Button" +msgstr "BotĂłn" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:418 +#, python-format +msgid "OpenERP is a trademark of the" +msgstr "OpenERP es una marca registrada de la" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/data_export.js:374 +#, python-format +msgid "Please select fields to export..." +msgstr "Por favor, seleccione los campos a exportar" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:286 +#, python-format +msgid "New master password:" +msgstr "Nueva contraseña principal:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1976 +#, python-format +msgid "is false" +msgstr "es falso" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:404 +#, python-format +msgid "About OpenERP" +msgstr "Acerca de OpenERP" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/formats.js:297 +#, python-format +msgid "'%s' is not a correct date, datetime nor time" +msgstr "'%s' no es una hora, tiempo o fecha valida" + +#. module: web +#: code:addons/web/controllers/main.py:1264 +#, python-format +msgid "No content found for field '%s' on '%s:%s'" +msgstr "No se ha encontrado contenido para el campo '%s' en '%s:%s'" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:304 +#, python-format +msgid "Database Management" +msgstr "AdministraciĂłn de Bases de Datos" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:5007 +#, python-format +msgid "Image" +msgstr "Imágen" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:81 +#, python-format +msgid "Manage Databases" +msgstr "Adminstrar Bases de datos" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/pyeval.js:765 +#, python-format +msgid "Evaluation Error" +msgstr "Error de evaluaciĂłn" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1283 +#, python-format +msgid "not a valid integer" +msgstr "entero no válido" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:337 +#: code:addons/web/static/src/xml/base.xml:776 +#: code:addons/web/static/src/xml/base.xml:816 +#: code:addons/web/static/src/xml/base.xml:1376 +#: code:addons/web/static/src/xml/base.xml:1384 +#: code:addons/web/static/src/xml/base.xml:1630 +#, python-format +msgid "or" +msgstr "Ăł" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1381 +#, python-format +msgid "No" +msgstr "No" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/formats.js:309 +#, python-format +msgid "'%s' is not convertible to date, datetime nor time" +msgstr "'%s' no es convertible a fecha, hora o tiempo" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:199 +#: code:addons/web/static/src/xml/base.xml:161 +#: code:addons/web/static/src/xml/base.xml:307 +#, python-format +msgid "Duplicate" +msgstr "Duplicar" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:777 +#: code:addons/web/static/src/xml/base.xml:817 +#: code:addons/web/static/src/xml/base.xml:1391 +#, python-format +msgid "Discard" +msgstr "Descartar" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1624 +#, python-format +msgid "Add a condition" +msgstr "Agregar una condicion" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/coresetup.js:629 +#, python-format +msgid "Still loading..." +msgstr "AĂşn cargando..." + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:818 +#, python-format +msgid "Incorrect value for field %(fieldname)s: [%(value)s] is %(message)s" +msgstr "" +"Valor incorrecto para el campo %(fieldname)s: [%(value)s] es %(message)s" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:3805 +#, python-format +msgid "The o2m record must be saved before an action can be used" +msgstr "" +"El registro o2m debe ser guardado antes de que alguna acciĂłn pueda ser usada." + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:509 +#, python-format +msgid "Backed" +msgstr "Guardado" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1610 +#, python-format +msgid "Use by default" +msgstr "Usar por defecto" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:1348 +#, python-format +msgid "%s (%d)" +msgstr "%s (%d)" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:775 +#, python-format +msgid "triggered from search view" +msgstr "Disparador activado desde la vista de bĂşsqueda" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:978 +#, python-format +msgid "Filter" +msgstr "Filtro" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:950 +#, python-format +msgid "Widget:" +msgstr "Widget:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:548 +#, python-format +msgid "Edit Action" +msgstr "Editar AcciĂłn" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:555 +#, python-format +msgid "ID:" +msgstr "ID:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:870 +#, python-format +msgid "Only you" +msgstr "SĂłlo usted" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:549 +#, python-format +msgid "Edit Workflow" +msgstr "Editar Flujo de trabajo" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/views.js:1171 +#, python-format +msgid "Do you really want to delete this attachment ?" +msgstr "ÂżDe verdad quiere eliminar este adjunto?" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/views.js:840 +#, python-format +msgid "Technical Translation" +msgstr "TraducciĂłn tĂ©cnica" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:938 +#, python-format +msgid "Field:" +msgstr "Campo:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:620 +#, python-format +msgid "Modified by :" +msgstr "Modificado por :" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:499 +#, python-format +msgid "The database %s has been dropped" +msgstr "La base de datos %s ha sido eliminada" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:460 +#, python-format +msgid "User's timezone" +msgstr "Zona horaria del usuario" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:284 +#: code:addons/web/static/src/js/chrome.js:1168 +#, python-format +msgid "Client Error" +msgstr "Error del cliente" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/views.js:998 +#, python-format +msgid "Print" +msgstr "Imprimir" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1331 +#, python-format +msgid "Special:" +msgstr "Especial:" + +#. module: web +#: code:addons/web/controllers/main.py:834 +#, python-format +msgid "" +"The old password you provided is incorrect, your password was not changed." +msgstr "" +"La contraseña proporcionada como anterior es incorrecta, su contraseña no ha " +"sido cambiada." + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:561 +#, python-format +msgid "Creation User:" +msgstr "Usuario de CreaciĂłn:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:769 +#, python-format +msgid "Do you really want to delete this record?" +msgstr "ÂżRealmente desea eliminar este registro?" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1385 +#, python-format +msgid "Save & Close" +msgstr "Guardar y Cerrar" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:2845 +#, python-format +msgid "Search More..." +msgstr "Buscar más..." + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:75 +#: code:addons/web/static/src/xml/base.xml:311 +#, python-format +msgid "Password" +msgstr "Contraseña" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:546 +#: code:addons/web/static/src/xml/base.xml:809 +#: code:addons/web/static/src/xml/base.xml:1178 +#, python-format +msgid "Edit" +msgstr "Editar" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1706 +#, python-format +msgid "Remove" +msgstr "Eliminar" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1062 +#, python-format +msgid "Select date" +msgstr "Seleccionar fecha" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1249 +#, python-format +msgid "Search %(field)s for: %(value)s" +msgstr "Buscar %(field)s para: %(value)s" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1277 +#, python-format +msgid "Delete this file" +msgstr "Borrar este archivo" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:109 +#, python-format +msgid "Create Database" +msgstr "Crear base de datos" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:420 +#, python-format +msgid "GNU Affero General Public License" +msgstr "GNU Affero General Public License" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1795 +#, python-format +msgid "Separator:" +msgstr "Separador:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:300 +#, python-format +msgid "Back to Login" +msgstr "Volver al Inicio de sesiĂłn" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1662 +#: code:addons/web/static/src/xml/base.xml:1454 +#, python-format +msgid "Filters" +msgstr "Filtros" diff --git a/web/i18n/et.po b/web/i18n/et.po new file mode 100644 index 0000000..75e5276 --- /dev/null +++ b/web/i18n/et.po @@ -0,0 +1,2605 @@ +# Estonian translation for openerp-web +# Copyright (c) 2011 Rosetta Contributors and Canonical Ltd 2011 +# This file is distributed under the same license as the openerp-web package. +# FIRST AUTHOR , 2011. +# +msgid "" +msgstr "" +"Project-Id-Version: openerp-web\n" +"Report-Msgid-Bugs-To: FULL NAME \n" +"POT-Creation-Date: 2012-12-21 17:06+0000\n" +"PO-Revision-Date: 2013-01-06 20:00+0000\n" +"Last-Translator: Ahti Hinnov \n" +"Language-Team: Estonian \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Launchpad-Export-Date: 2013-01-07 05:45+0000\n" +"X-Generator: Launchpad (build 16402)\n" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:133 +#, python-format +msgid "Default language:" +msgstr "Vaikimisi keel" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/coresetup.js:602 +#, python-format +msgid "%d minutes ago" +msgstr "%d minuti eest" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/coresetup.js:630 +#, python-format +msgid "Still loading...
    Please be patient." +msgstr "Ikka laen...
    Palun ole kannatlik." + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1832 +#, python-format +msgid "%(field)s %(operator)s \"%(value)s\"" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1884 +#: code:addons/web/static/src/js/search.js:1918 +#: code:addons/web/static/src/js/search.js:1943 +#, python-format +msgid "less or equal than" +msgstr "väiksem või võrdne kui" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:393 +#, python-format +msgid "Please enter your previous password" +msgstr "Palun sisesta oma eelmine salasõna" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:117 +#: code:addons/web/static/src/xml/base.xml:167 +#: code:addons/web/static/src/xml/base.xml:282 +#, python-format +msgid "Master password:" +msgstr "Ülemsalasõna" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:274 +#, python-format +msgid "Change Master Password" +msgstr "Ülemsalasõna Muutmine" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:491 +#, python-format +msgid "Do you really want to delete the database: %s ?" +msgstr "Kas sa tõesti tahad kustutada andmebaasi: %s ?" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1398 +#, python-format +msgid "Search %(field)s at: %(value)s" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:537 +#, python-format +msgid "Access Denied" +msgstr "Juurdepääs keelatud" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:5183 +#, python-format +msgid "Uploading error" +msgstr "Üleslaadimise viga" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/coresetup.js:603 +#, python-format +msgid "about an hour ago" +msgstr "umbes tunni eest" + +#. module: web +#. openerp-web +#: code:addons/web/controllers/main.py:768 +#: code:addons/web/static/src/js/chrome.js:514 +#: code:addons/web/static/src/xml/base.xml:216 +#, python-format +msgid "Backup Database" +msgstr "Andmebaasi Varundamine" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/views.js:463 +#, python-format +msgid "%(view_type)s view" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/dates.js:49 +#: code:addons/web/static/src/js/dates.js:53 +#, python-format +msgid "'%s' is not a valid date" +msgstr "%s ei ole kehtiv kuupäev" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1837 +#, python-format +msgid "Here is a preview of the file we could not import:" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/coresetup.js:601 +#, python-format +msgid "about a minute ago" +msgstr "umbes minuti eest" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1297 +#, python-format +msgid "File" +msgstr "Fail" + +#. module: web +#: code:addons/web/controllers/main.py:826 +#, python-format +msgid "You cannot leave any password empty." +msgstr "Sa ei saa jätta ühtegi salasõna tühjaks." + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:680 +#, python-format +msgid "Invalid username or password" +msgstr "Vigane kasutajanimi või salasõna" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:206 +#: code:addons/web/static/src/xml/base.xml:238 +#: code:addons/web/static/src/xml/base.xml:260 +#, python-format +msgid "Master Password:" +msgstr "Ülemsalasõna:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1217 +#: code:addons/web/static/src/xml/base.xml:1374 +#, python-format +msgid "Select" +msgstr "Vali" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:549 +#, python-format +msgid "Database restored successfully" +msgstr "Andmebaas taastatud edukalt" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:415 +#, python-format +msgid "Version" +msgstr "Versioon" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:570 +#, python-format +msgid "Latest Modification Date:" +msgstr "Viimase muudatuse kuupäev:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1459 +#, python-format +msgid "M2O search fields do not currently handle multiple default values" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:1227 +#, python-format +msgid "Widget type '%s' is not implemented" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1608 +#, python-format +msgid "Share with all users" +msgstr "Jaga kõigi kasutajatega" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:77 +#: code:addons/web/static/src/js/view_form.js:321 +#, python-format +msgid "Form" +msgstr "Vorm" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1324 +#, python-format +msgid "(no string)" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/formats.js:282 +#, python-format +msgid "'%s' is not a correct time" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1297 +#, python-format +msgid "not a valid number" +msgstr "ei ole korrektne number" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:325 +#, python-format +msgid "New Password:" +msgstr "Uus salasõna:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:610 +#, python-format +msgid "Attachment :" +msgstr "Manus:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1691 +#, python-format +msgid "Fields to export" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:1340 +#, python-format +msgid "Undefined" +msgstr "Määramata" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:4871 +#, python-format +msgid "File Upload" +msgstr "Faili üleslaadimine" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/coresetup.js:607 +#, python-format +msgid "about a month ago" +msgstr "umbes kuu eest" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1600 +#, python-format +msgid "Custom Filters" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1336 +#, python-format +msgid "Button Type:" +msgstr "Nupu tüüp:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:419 +#, python-format +msgid "OpenERP SA Company" +msgstr "OpenERP SA Ettevõte" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1553 +#, python-format +msgid "Custom Filter" +msgstr "Kohandatud filter" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:159 +#, python-format +msgid "Duplicate Database" +msgstr "Andmebaasist Koopia Tegemine" + +#. module: web +#. openerp-web +#: code:addons/web/controllers/main.py:789 +#: code:addons/web/controllers/main.py:790 +#: code:addons/web/controllers/main.py:826 +#: code:addons/web/controllers/main.py:828 +#: code:addons/web/controllers/main.py:834 +#: code:addons/web/controllers/main.py:835 +#: code:addons/web/static/src/js/chrome.js:768 +#: code:addons/web/static/src/xml/base.xml:276 +#: code:addons/web/static/src/xml/base.xml:336 +#, python-format +msgid "Change Password" +msgstr "Muuda Salasõna" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:3411 +#, python-format +msgid "View type '%s' is not supported in One2Many." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:4951 +#: code:addons/web/static/src/js/view_list.js:2194 +#, python-format +msgid "Download" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/formats.js:266 +#, python-format +msgid "'%s' is not a correct datetime" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:417 +#, python-format +msgid "Group" +msgstr "Grupp" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:927 +#, python-format +msgid "Unhandled widget" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:982 +#, python-format +msgid "Selection:" +msgstr "Valik:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:871 +#, python-format +msgid "The following fields are invalid:" +msgstr "Järgnevad väljad on vigased:" + +#. module: web +#: code:addons/web/controllers/main.py:847 +#, python-format +msgid "Languages" +msgstr "Keeled" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1270 +#, python-format +msgid "...Upload in progress..." +msgstr "...Toimub üleslaadimine..." + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1768 +#, python-format +msgid "Import" +msgstr "Import" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:543 +#, python-format +msgid "Could not restore the database" +msgstr "Ei õnnestunud andmebaasi taastada" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:4851 +#, python-format +msgid "File upload" +msgstr "Faili üleslaadimine" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:3804 +#, python-format +msgid "Action Button" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:542 +#: code:addons/web/static/src/xml/base.xml:1467 +#, python-format +msgid "Manage Filters" +msgstr "Halda filtreid" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1867 +#, python-format +msgid "contains" +msgstr "sisaldab" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/coresetup.js:633 +#, python-format +msgid "Take a minute to get a coffee,
    because it's loading..." +msgstr "Võta minut et teha kohvi,
    kuna endiselt laen..." + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:413 +#, python-format +msgid "Activate the developer mode" +msgstr "Aktiveeri arendusreziim" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:324 +#, python-format +msgid "Loading (%d)" +msgstr "Laadimine (%d)" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1114 +#, python-format +msgid "GroupBy" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:687 +#, python-format +msgid "You must select at least one record." +msgstr "Sa pead valima vähemalt ühe kirje." + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:535 +#, python-format +msgid "View Log (perm_read)" +msgstr "Vaata Logi (perm_read)" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:1061 +#, python-format +msgid "Set Default" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:978 +#, python-format +msgid "Relation:" +msgstr "Seos:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/coresetup.js:600 +#, python-format +msgid "less than a minute ago" +msgstr "vähe kui minuti eest" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:851 +#, python-format +msgid "Condition:" +msgstr "Seisukord:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:1692 +#, python-format +msgid "Unsupported operator %s in domain %s" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/formats.js:242 +#, python-format +msgid "'%s' is not a correct float" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:549 +#, python-format +msgid "Restored" +msgstr "Taastatud" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:394 +#, python-format +msgid "%d-%d of %d" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:2868 +#, python-format +msgid "Create and Edit..." +msgstr "Loo ja Muuda..." + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/pyeval.js:731 +#, python-format +msgid "Unknown nonliteral type " +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:2346 +#, python-format +msgid "Resource error" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1961 +#, python-format +msgid "is not" +msgstr "ei ole" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:550 +#, python-format +msgid "Print Workflow" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:396 +#, python-format +msgid "Please confirm your new password" +msgstr "Palun kinnita oma uus salasõna" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1804 +#, python-format +msgid "UTF-8" +msgstr "UTF-8" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:421 +#, python-format +msgid "For more information visit" +msgstr "Rohkema info saamiseks külastage" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1859 +#, python-format +msgid "Add All Info..." +msgstr "Lisa kogu info..." + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1683 +#, python-format +msgid "Export Formats" +msgstr "Ekspordi formaadid" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:974 +#, python-format +msgid "On change:" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/views.js:865 +#, python-format +msgid "Model %s fields" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:893 +#, python-format +msgid "Setting 'id' attribute on existing record %s" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:8 +#, python-format +msgid "List" +msgstr "Loend" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1881 +#: code:addons/web/static/src/js/search.js:1915 +#: code:addons/web/static/src/js/search.js:1940 +#, python-format +msgid "greater than" +msgstr "suurem kui" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:2248 +#: code:addons/web/static/src/xml/base.xml:546 +#, python-format +msgid "View" +msgstr "Vaade" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1466 +#, python-format +msgid "Save Filter" +msgstr "Salvesta filter" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1344 +#, python-format +msgid "Action ID:" +msgstr "Toimingu ID:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:457 +#, python-format +msgid "Your user's preference timezone does not match your browser timezone:" +msgstr "Sinu kasutaja ajavöönd ei ühti brauseri ajavööndiga." + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:1223 +#, python-format +msgid "Field '%s' specified in view could not be found." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1756 +#, python-format +msgid "Saved exports:" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:320 +#, python-format +msgid "Old Password:" +msgstr "Vana salasõna:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/formats.js:113 +#, python-format +msgid "Bytes,Kb,Mb,Gb,Tb,Pb,Eb,Zb,Yb" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:481 +#, python-format +msgid "The database has been duplicated." +msgstr "Andmebaasi koopia on loodud." + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1625 +#, python-format +msgid "Apply" +msgstr "Kinnita" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1386 +#, python-format +msgid "Save & New" +msgstr "Salvesta ja Uus" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1223 +#: code:addons/web/static/src/xml/base.xml:1225 +#, python-format +msgid "Save As" +msgstr "Salvesta kui" + +#. module: web +#. openerp-web +#: code:addons/web/doc/module/static/src/xml/web_example.xml:3 +#, python-format +msgid "00:00:00" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:2317 +#, python-format +msgid "E-mail error" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/coresetup.js:605 +#, python-format +msgid "a day ago" +msgstr "päeva eest" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1789 +#, python-format +msgid "Does your file have titles?" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:327 +#, python-format +msgid "Unlimited" +msgstr "Piiramatu" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:784 +#, python-format +msgid "" +"Warning, the record has been modified, your changes will be discarded.\n" +"\n" +"Are you sure you want to leave this page ?" +msgstr "" +"Hoiatus. Kirjet on muudetud ja su muudatused hüljatakse.\n" +"\n" +"Kas oled kindel, et soovid sellelt lehelt lahkuda?" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:2904 +#, python-format +msgid "Search: " +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:544 +#, python-format +msgid "Technical translation" +msgstr "Tehniline tõlge" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1797 +#, python-format +msgid "Delimiter:" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:462 +#, python-format +msgid "Browser's timezone" +msgstr "Brauseri ajavöönd" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1605 +#, python-format +msgid "Filter name" +msgstr "Filtri nimi" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1464 +#, python-format +msgid "-- Actions --" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:4134 +#: code:addons/web/static/src/js/view_form.js:4294 +#: code:addons/web/static/src/xml/base.xml:1407 +#: code:addons/web/static/src/xml/base.xml:1705 +#, python-format +msgid "Add" +msgstr "Lisa" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:536 +#, python-format +msgid "Toggle Form Layout Outline" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:421 +#, python-format +msgid "OpenERP.com" +msgstr "OpenERP.com" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:2317 +#, python-format +msgid "Can't send email to invalid e-mail address" +msgstr "Ei saa saata kirja vigasele e-posti aadressile" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:636 +#, python-format +msgid "Add..." +msgstr "Lisa..." + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:405 +#, python-format +msgid "Preferences" +msgstr "Eelistused" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:436 +#, python-format +msgid "Wrong on change format: %s" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/controllers/main.py:750 +#: code:addons/web/static/src/xml/base.xml:185 +#, python-format +msgid "Drop Database" +msgstr "Andmebaasi Hülgamine" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:466 +#, python-format +msgid "Click here to change your user's timezone." +msgstr "Klõpsa siia, et vahetada oma kasutaja ajavööndit." + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:966 +#, python-format +msgid "Modifiers:" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:627 +#, python-format +msgid "Delete this attachment" +msgstr "Kustuta see manus" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:774 +#: code:addons/web/static/src/xml/base.xml:815 +#: code:addons/web/static/src/xml/base.xml:1382 +#: code:addons/web/static/src/xml/base.xml:1612 +#, python-format +msgid "Save" +msgstr "Salvesta" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/views.js:999 +#: code:addons/web/static/src/xml/base.xml:352 +#, python-format +msgid "More" +msgstr "Lisaks" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:73 +#, python-format +msgid "Username" +msgstr "Kasutajanimi" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:481 +#, python-format +msgid "Duplicating database" +msgstr "Andmebaasi koopia tegemine" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:563 +#, python-format +msgid "Password has been changed successfully" +msgstr "Salasõna on edukalt muudetud" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list_editable.js:788 +#, python-format +msgid "The form's data can not be discarded" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:533 +#, python-format +msgid "Debug View#" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:77 +#, python-format +msgid "Log in" +msgstr "Sisene" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:198 +#: code:addons/web/static/src/js/view_list.js:346 +#: code:addons/web/static/src/xml/base.xml:1764 +#, python-format +msgid "Delete" +msgstr "Kustuta" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/pyeval.js:769 +#, python-format +msgid "" +"Local evaluation failure\n" +"%s\n" +"\n" +"%s" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:350 +#, python-format +msgid "Invalid database name" +msgstr "Vigane andmebaasi nimi" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1693 +#, python-format +msgid "Save fields list" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/doc/module/static/src/xml/web_example.xml:5 +#, python-format +msgid "Start" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/views.js:823 +#, python-format +msgid "View Log (%s)" +msgstr "Vaata Logi (%s)" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:564 +#, python-format +msgid "Creation Date:" +msgstr "Loomiskuupäev:" + +#. module: web +#: code:addons/web/controllers/main.py:790 +#: code:addons/web/controllers/main.py:835 +#, python-format +msgid "Error, password not changed !" +msgstr "Viga, salasõna ei muudetud !" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:4850 +#, python-format +msgid "The selected file exceed the maximum file size of %s." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:632 +#: code:addons/web/static/src/xml/base.xml:1300 +#, python-format +msgid "/web/binary/upload_attachment" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:563 +#, python-format +msgid "Changed Password" +msgstr "Salasõna Muudetud" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1431 +#, python-format +msgid "Search" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:3032 +#: code:addons/web/static/src/js/view_form.js:3668 +#: code:addons/web/static/src/js/view_form.js:3785 +#: code:addons/web/static/src/js/view_form.js:4230 +#: code:addons/web/static/src/js/view_form.js:4353 +#, python-format +msgid "Open: " +msgstr "Avatud " + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:218 +#: code:addons/web/static/src/xml/base.xml:309 +#, python-format +msgid "Backup" +msgstr "Varunda" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/dates.js:76 +#: code:addons/web/static/src/js/dates.js:80 +#, python-format +msgid "'%s' is not a valid time" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/formats.js:274 +#, python-format +msgid "'%s' is not a correct date" +msgstr "'%s' ei ole korrektne kuupäev" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:933 +#, python-format +msgid "(nolabel)" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/coresetup.js:606 +#, python-format +msgid "%d days ago" +msgstr "%d päeva eest" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1474 +#, python-format +msgid "(Any existing filter with the same name will be replaced)" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:1918 +#: code:addons/web/static/src/xml/base.xml:338 +#: code:addons/web/static/src/xml/base.xml:1377 +#: code:addons/web/static/src/xml/base.xml:1860 +#, python-format +msgid "Cancel" +msgstr "Loobu" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/coresetup.js:628 +#: code:addons/web/static/src/xml/base.xml:9 +#, python-format +msgid "Loading..." +msgstr "Laadimine..." + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:567 +#, python-format +msgid "Latest Modification by:" +msgstr "Viimase muudatuse tegija:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:1242 +#: code:addons/web/static/src/xml/base.xml:470 +#, python-format +msgid "Timezone mismatch" +msgstr "Ajavööndi ebakõla" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:1646 +#, python-format +msgid "Unknown operator %s in domain %s" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:428 +#, python-format +msgid "%d / %d" +msgstr "%d / %d" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1782 +#, python-format +msgid "2. Check your file format" +msgstr "2. Kontrolli oma faili formaati" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1718 +#, python-format +msgid "Name" +msgstr "Nimi" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1775 +#, python-format +msgid "" +"Select a .CSV file to import. If you need a sample of file to import,\n" +" you should use the export tool with the \"Import Compatible\" option." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/coresetup.js:608 +#, python-format +msgid "%d months ago" +msgstr "%d kuu eest" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:187 +#: code:addons/web/static/src/xml/base.xml:308 +#, python-format +msgid "Drop" +msgstr "Hülga" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1465 +#, python-format +msgid "Add Advanced Filter" +msgstr "" + +#. module: web +#: code:addons/web/controllers/main.py:828 +#, python-format +msgid "The new password and its confirmation must be identical." +msgstr "Uus salasõna ja kinnitus peavad olema identsed." + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:542 +#: code:addons/web/static/src/xml/base.xml:248 +#, python-format +msgid "Restore Database" +msgstr "Andmebaasi Taastamine" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:644 +#, python-format +msgid "Login" +msgstr "Sisene" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:420 +#, python-format +msgid "Licenced under the terms of" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:250 +#: code:addons/web/static/src/xml/base.xml:310 +#, python-format +msgid "Restore" +msgstr "Taasta" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1677 +#, python-format +msgid "Export Type:" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:406 +#, python-format +msgid "Log out" +msgstr "Välju" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1090 +#, python-format +msgid "Group by: %s" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:153 +#, python-format +msgid "No data provided." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:345 +#: code:addons/web/static/src/xml/base.xml:1665 +#, python-format +msgid "Export" +msgstr "Eksport" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/data_export.js:12 +#, python-format +msgid "Export To File" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/views.js:1097 +#, python-format +msgid "You must choose at least one record." +msgstr "Sa pead valima vähemalt ühe kirje." + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/coresetup.js:631 +#, python-format +msgid "Don't leave yet,
    it's still loading..." +msgstr "Ă„ra veel lahku,
    ikka veel laen..." + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:775 +#, python-format +msgid "Invalid Search" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:980 +#, python-format +msgid "Could not find id in dataset" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1707 +#, python-format +msgid "Remove All" +msgstr "Eemalda kõik" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1340 +#, python-format +msgid "Method:" +msgstr "Meetod:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:1439 +#, python-format +msgid "%(page)d/%(page_count)d" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:397 +#, python-format +msgid "The confirmation does not match the password" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:441 +#, python-format +msgid "Edit Company data" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:4886 +#, python-format +msgid "Save As..." +msgstr "Salvesta kui..." + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:5007 +#, python-format +msgid "Could not display the selected image." +msgstr "Ei saa kuvada valitud pilti." + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:509 +#, python-format +msgid "Database backed up successfully" +msgstr "Andmebaas varundatud edukalt" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1808 +#, python-format +msgid "" +"For use if CSV files have titles on multiple lines, skips more than a single " +"line during import" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:394 +#, python-format +msgid "99+" +msgstr "99+" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1774 +#, python-format +msgid "1. Import a .CSV file" +msgstr "1. Impordi .CSV fail" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:644 +#, python-format +msgid "No database selected !" +msgstr "Andmebaasi pole valitud !" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/formats.js:180 +#, python-format +msgid "(%d records)" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:970 +#, python-format +msgid "Change default:" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:171 +#, python-format +msgid "Original database name:" +msgstr "Originaalandmebaasi nimi:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1869 +#: code:addons/web/static/src/js/search.js:1879 +#: code:addons/web/static/src/js/search.js:1913 +#: code:addons/web/static/src/js/search.js:1938 +#, python-format +msgid "is equal to" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/views.js:1500 +#, python-format +msgid "Could not serialize XML" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1619 +#, python-format +msgid "Advanced Search" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:290 +#, python-format +msgid "Confirm new master password:" +msgstr "Kinnita uus ülemsalasõna:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/coresetup.js:634 +#, python-format +msgid "Maybe you should consider reloading the application by pressing F5..." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:17 +#: code:addons/web/static/src/js/view_list.js:2248 +#: code:addons/web/static/src/xml/base.xml:111 +#: code:addons/web/static/src/xml/base.xml:306 +#: code:addons/web/static/src/xml/base.xml:812 +#: code:addons/web/static/src/xml/base.xml:1376 +#, python-format +msgid "Create" +msgstr "Loo" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1868 +#, python-format +msgid "doesn't contain" +msgstr "ei sisalda" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1785 +#, python-format +msgid "Import Options" +msgstr "Impordi valikud" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:2936 +#, python-format +msgid "Add %s" +msgstr "Lisa %s" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:145 +#, python-format +msgid "Admin password:" +msgstr "Admin salasõna:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/data_export.js:11 +#: code:addons/web/static/src/js/view_form.js:1067 +#: code:addons/web/static/src/xml/base.xml:1394 +#, python-format +msgid "Close" +msgstr "Sulge" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/coresetup.js:632 +#, python-format +msgid "" +"You may not believe it,
    but the application is actually loading..." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1779 +#, python-format +msgid "CSV File:" +msgstr "CSV Fail:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1741 +#, python-format +msgid "Advanced" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_tree.js:11 +#, python-format +msgid "Tree" +msgstr "" + +#. module: web +#: code:addons/web/controllers/main.py:750 +#, python-format +msgid "Could not drop database !" +msgstr "Ei õnnestunud andmebaasi eemaldada !" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/formats.js:227 +#, python-format +msgid "'%s' is not a correct integer" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:877 +#, python-format +msgid "All users" +msgstr "Kõik kasutajad" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:1654 +#, python-format +msgid "Unknown field %s in domain %s" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/views.js:1466 +#, python-format +msgid "Node [%s] is not a JSONified XML node" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1428 +#, python-format +msgid "Advanced Search..." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:499 +#, python-format +msgid "Dropping database" +msgstr "Andmebaasi eemaldamine" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:82 +#: code:addons/web/static/src/xml/base.xml:445 +#, python-format +msgid "Powered by" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1380 +#: code:addons/web/static/src/xml/base.xml:970 +#, python-format +msgid "Yes" +msgstr "Jah" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:4871 +#, python-format +msgid "There was a problem while uploading your file" +msgstr "Faili üleslaadimisel esines tõrge" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:558 +#, python-format +msgid "XML ID:" +msgstr "XML ID:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:954 +#, python-format +msgid "Size:" +msgstr "Suurus:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1824 +#, python-format +msgid "--- Don't Import ---" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1679 +#, python-format +msgid "Import-Compatible Export" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/coresetup.js:610 +#, python-format +msgid "%d years ago" +msgstr "%d aasta eest" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:1040 +#, python-format +msgid "Unknown m2m command %s" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:1068 +#, python-format +msgid "Save default" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:121 +#: code:addons/web/static/src/xml/base.xml:175 +#: code:addons/web/static/src/xml/base.xml:264 +#, python-format +msgid "New database name:" +msgstr "Uue andmebaasi nimi:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:394 +#, python-format +msgid "Please enter your new password" +msgstr "Palun sisesta uus salasõna" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:4886 +#, python-format +msgid "The field is empty, there's nothing to save !" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:545 +#, python-format +msgid "Manage Views" +msgstr "Halda Vaateid" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1801 +#, python-format +msgid "Encoding:" +msgstr "Kodeering:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1808 +#, python-format +msgid "Lines to skip" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:2858 +#, python-format +msgid "Create \"%s\"" +msgstr "Loo \"%s\"" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/data_export.js:361 +#, python-format +msgid "Please select fields to save export list..." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:418 +#, python-format +msgid "Copyright © 2004-TODAY OpenERP SA. All Rights Reserved." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:2346 +#, python-format +msgid "This resource is empty" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1689 +#, python-format +msgid "Available fields" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1835 +#, python-format +msgid "The import failed due to:" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/views.js:812 +#: code:addons/web/static/src/xml/base.xml:539 +#, python-format +msgid "JS Tests" +msgstr "JS Testid" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1750 +#, python-format +msgid "Save as:" +msgstr "Salvesta kui:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:927 +#, python-format +msgid "Filter on: %s" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:2904 +#: code:addons/web/static/src/js/view_form.js:3757 +#, python-format +msgid "Create: " +msgstr "Loo: " + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:540 +#, python-format +msgid "View Fields" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:330 +#, python-format +msgid "Confirm New Password:" +msgstr "Kinnita Uus Salasõna:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:575 +#, python-format +msgid "Do you really want to remove these records?" +msgstr "Kas sa tõesti tahad eemaldada need kirjed?" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:958 +#, python-format +msgid "Context:" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1933 +#: code:addons/web/static/src/js/search.js:1960 +#, python-format +msgid "is" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/data_export.js:6 +#, python-format +msgid "Export Data" +msgstr "Ekspordi andmed" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:962 +#, python-format +msgid "Domain:" +msgstr "Domeen:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:834 +#, python-format +msgid "Default:" +msgstr "Vaikimisi:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:82 +#: code:addons/web/static/src/xml/base.xml:446 +#, python-format +msgid "OpenERP" +msgstr "OpenERP" + +#. module: web +#. openerp-web +#: code:addons/web/doc/module/static/src/xml/web_example.xml:8 +#, python-format +msgid "Stop" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:68 +#: code:addons/web/static/src/xml/base.xml:193 +#: code:addons/web/static/src/xml/base.xml:225 +#, python-format +msgid "Database:" +msgstr "Andmebaas:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1183 +#: code:addons/web/static/src/xml/base.xml:1240 +#, python-format +msgid "Uploading ..." +msgstr "Üleslaadimine ..." + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1853 +#, python-format +msgid "Name:" +msgstr "Nimi:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:1058 +#, python-format +msgid "About" +msgstr "Infot" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1431 +#, python-format +msgid "Search Again" +msgstr "Otsi Uuesti" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1455 +#, python-format +msgid "-- Filters --" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1230 +#: code:addons/web/static/src/xml/base.xml:1232 +#, python-format +msgid "Clear" +msgstr "Tühjenda" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1680 +#, python-format +msgid "Export all Data" +msgstr "Ekspordi kõik andmed" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:1334 +#, python-format +msgid "" +"Grouping on field '%s' is not possible because that field does not appear in " +"the list view." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:537 +#, python-format +msgid "Set Defaults" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1670 +#, python-format +msgid "" +"This wizard will export all data that matches the current search criteria to " +"a CSV file.\n" +" You can export all data or only the fields that can be " +"reimported after modification." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:321 +#, python-format +msgid "The record could not be found in the database." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1472 +#, python-format +msgid "Filter Name:" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:946 +#, python-format +msgid "Type:" +msgstr "Tüüp:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:538 +#, python-format +msgid "Incorrect super-administrator password" +msgstr "Vigane super-administaatori salasõna" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:942 +#, python-format +msgid "Object:" +msgstr "Objekt:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:292 +#: code:addons/web/static/src/js/chrome.js:326 +#, python-format +msgid "Loading" +msgstr "Laadimine" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/coresetup.js:609 +#, python-format +msgid "about a year ago" +msgstr "umbes aasta eest" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1870 +#: code:addons/web/static/src/js/search.js:1880 +#: code:addons/web/static/src/js/search.js:1914 +#: code:addons/web/static/src/js/search.js:1939 +#, python-format +msgid "is not equal to" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:5036 +#, python-format +msgid "" +"The type of the field '%s' must be a many2many field with a relation to " +"'ir.attachment' model." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/coresetup.js:604 +#, python-format +msgid "%d hours ago" +msgstr "%d tunni eest" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:4206 +#: code:addons/web/static/src/js/view_form.js:4335 +#, python-format +msgid "Add: " +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1858 +#, python-format +msgid "Quick Add" +msgstr "Kiirlisamine" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1805 +#, python-format +msgid "Latin 1" +msgstr "Latin 1" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:260 +#: code:addons/web/static/src/js/chrome.js:269 +#: code:addons/web/static/src/js/chrome.js:449 +#: code:addons/web/static/src/js/chrome.js:792 +#: code:addons/web/static/src/js/view_form.js:572 +#: code:addons/web/static/src/js/view_form.js:1923 +#: code:addons/web/static/src/xml/base.xml:1752 +#, python-format +msgid "Ok" +msgstr "Olgu" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/views.js:1162 +#, python-format +msgid "Uploading..." +msgstr "Üleslaadimine..." + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:125 +#, python-format +msgid "Load Demonstration data:" +msgstr "Lae näidisandmed:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:615 +#, python-format +msgid "Created by :" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/dates.js:22 +#: code:addons/web/static/src/js/dates.js:26 +#, python-format +msgid "'%s' is not a valid datetime" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:256 +#, python-format +msgid "File:" +msgstr "Fail:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1882 +#: code:addons/web/static/src/js/search.js:1916 +#: code:addons/web/static/src/js/search.js:1941 +#, python-format +msgid "less than" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:687 +#: code:addons/web/static/src/js/views.js:1097 +#, python-format +msgid "Warning" +msgstr "Hoiatus" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:547 +#, python-format +msgid "Edit SearchView" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1975 +#, python-format +msgid "is true" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:3909 +#, python-format +msgid "Add an item" +msgstr "Lisa kirje" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1603 +#, python-format +msgid "Save current filter" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:1915 +#, python-format +msgid "Confirm" +msgstr "Kinnita" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/data_export.js:126 +#, python-format +msgid "Please enter save field list name" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:2206 +#, python-format +msgid "Download \"%s\"" +msgstr "Lae alla \"%s\"" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:326 +#, python-format +msgid "New" +msgstr "Uus" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:1767 +#, python-format +msgid "Can't convert value %s to context" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/views.js:807 +#: code:addons/web/static/src/xml/base.xml:541 +#, python-format +msgid "Fields View Get" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:149 +#, python-format +msgid "Confirm password:" +msgstr "Kinnita salasõna:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1883 +#: code:addons/web/static/src/js/search.js:1917 +#: code:addons/web/static/src/js/search.js:1942 +#, python-format +msgid "greater or equal than" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1321 +#, python-format +msgid "Button" +msgstr "Nupp" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:418 +#, python-format +msgid "OpenERP is a trademark of the" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/data_export.js:374 +#, python-format +msgid "Please select fields to export..." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:286 +#, python-format +msgid "New master password:" +msgstr "Uus ülemsalasõna:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1976 +#, python-format +msgid "is false" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:404 +#, python-format +msgid "About OpenERP" +msgstr "OpenERP -ist" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/formats.js:297 +#, python-format +msgid "'%s' is not a correct date, datetime nor time" +msgstr "" + +#. module: web +#: code:addons/web/controllers/main.py:1264 +#, python-format +msgid "No content found for field '%s' on '%s:%s'" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:304 +#, python-format +msgid "Database Management" +msgstr "Andmebaaside Haldamine" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:5007 +#, python-format +msgid "Image" +msgstr "Pilt" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:81 +#, python-format +msgid "Manage Databases" +msgstr "Halda Andmebaase" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/pyeval.js:765 +#, python-format +msgid "Evaluation Error" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1283 +#, python-format +msgid "not a valid integer" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:337 +#: code:addons/web/static/src/xml/base.xml:776 +#: code:addons/web/static/src/xml/base.xml:816 +#: code:addons/web/static/src/xml/base.xml:1376 +#: code:addons/web/static/src/xml/base.xml:1384 +#: code:addons/web/static/src/xml/base.xml:1630 +#, python-format +msgid "or" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1381 +#, python-format +msgid "No" +msgstr "Ei" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/formats.js:309 +#, python-format +msgid "'%s' is not convertible to date, datetime nor time" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:199 +#: code:addons/web/static/src/xml/base.xml:161 +#: code:addons/web/static/src/xml/base.xml:307 +#, python-format +msgid "Duplicate" +msgstr "Tee koopia" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:777 +#: code:addons/web/static/src/xml/base.xml:817 +#: code:addons/web/static/src/xml/base.xml:1391 +#, python-format +msgid "Discard" +msgstr "Loobu" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1624 +#, python-format +msgid "Add a condition" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/coresetup.js:629 +#, python-format +msgid "Still loading..." +msgstr "Ikka laen..." + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:818 +#, python-format +msgid "Incorrect value for field %(fieldname)s: [%(value)s] is %(message)s" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:3805 +#, python-format +msgid "The o2m record must be saved before an action can be used" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:509 +#, python-format +msgid "Backed" +msgstr "Varundatud" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1610 +#, python-format +msgid "Use by default" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:1348 +#, python-format +msgid "%s (%d)" +msgstr "%s (%d)" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:775 +#, python-format +msgid "triggered from search view" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:978 +#, python-format +msgid "Filter" +msgstr "Filter" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:950 +#, python-format +msgid "Widget:" +msgstr "Vidin:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:548 +#, python-format +msgid "Edit Action" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:555 +#, python-format +msgid "ID:" +msgstr "ID:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:870 +#, python-format +msgid "Only you" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:549 +#, python-format +msgid "Edit Workflow" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/views.js:1171 +#, python-format +msgid "Do you really want to delete this attachment ?" +msgstr "Kas sa tõesti tahad kustutada seda manust?" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/views.js:840 +#, python-format +msgid "Technical Translation" +msgstr "Tehniline tõlge" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:938 +#, python-format +msgid "Field:" +msgstr "Väli:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:620 +#, python-format +msgid "Modified by :" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:499 +#, python-format +msgid "The database %s has been dropped" +msgstr "Andmebaas %s on eemaldatud" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:460 +#, python-format +msgid "User's timezone" +msgstr "Kasutaja ajavöönd" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:284 +#: code:addons/web/static/src/js/chrome.js:1168 +#, python-format +msgid "Client Error" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/views.js:998 +#, python-format +msgid "Print" +msgstr "Prindi" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1331 +#, python-format +msgid "Special:" +msgstr "" + +#. module: web +#: code:addons/web/controllers/main.py:834 +#, python-format +msgid "" +"The old password you provided is incorrect, your password was not changed." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:561 +#, python-format +msgid "Creation User:" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:769 +#, python-format +msgid "Do you really want to delete this record?" +msgstr "Kas sa tõesti tahad kustutada seda kirjet?" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1385 +#, python-format +msgid "Save & Close" +msgstr "Salvesta ja Sulge" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:2845 +#, python-format +msgid "Search More..." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:75 +#: code:addons/web/static/src/xml/base.xml:311 +#, python-format +msgid "Password" +msgstr "Salasõna" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:546 +#: code:addons/web/static/src/xml/base.xml:809 +#: code:addons/web/static/src/xml/base.xml:1178 +#, python-format +msgid "Edit" +msgstr "Muuda" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1706 +#, python-format +msgid "Remove" +msgstr "Eemalda" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1062 +#, python-format +msgid "Select date" +msgstr "Vali kuupäev" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1249 +#, python-format +msgid "Search %(field)s for: %(value)s" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1277 +#, python-format +msgid "Delete this file" +msgstr "Kustuta see fail" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:109 +#, python-format +msgid "Create Database" +msgstr "Andmebaasi loomine" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:420 +#, python-format +msgid "GNU Affero General Public License" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1795 +#, python-format +msgid "Separator:" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:300 +#, python-format +msgid "Back to Login" +msgstr "Tagasi sisenemiskuvale" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1662 +#: code:addons/web/static/src/xml/base.xml:1454 +#, python-format +msgid "Filters" +msgstr "Filtrid" diff --git a/web/i18n/eu.po b/web/i18n/eu.po new file mode 100644 index 0000000..6beec86 --- /dev/null +++ b/web/i18n/eu.po @@ -0,0 +1,2602 @@ +# Basque translation for openerp-web +# Copyright (c) 2012 Rosetta Contributors and Canonical Ltd 2012 +# This file is distributed under the same license as the openerp-web package. +# FIRST AUTHOR , 2012. +# +msgid "" +msgstr "" +"Project-Id-Version: openerp-web\n" +"Report-Msgid-Bugs-To: FULL NAME \n" +"POT-Creation-Date: 2012-12-21 17:06+0000\n" +"PO-Revision-Date: 2012-12-21 23:00+0000\n" +"Last-Translator: mikel \n" +"Language-Team: Basque \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Launchpad-Export-Date: 2012-12-22 07:37+0000\n" +"X-Generator: Launchpad (build 16378)\n" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:133 +#, python-format +msgid "Default language:" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/coresetup.js:602 +#, python-format +msgid "%d minutes ago" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/coresetup.js:630 +#, python-format +msgid "Still loading...
    Please be patient." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1832 +#, python-format +msgid "%(field)s %(operator)s \"%(value)s\"" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1884 +#: code:addons/web/static/src/js/search.js:1918 +#: code:addons/web/static/src/js/search.js:1943 +#, python-format +msgid "less or equal than" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:393 +#, python-format +msgid "Please enter your previous password" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:117 +#: code:addons/web/static/src/xml/base.xml:167 +#: code:addons/web/static/src/xml/base.xml:282 +#, python-format +msgid "Master password:" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:274 +#, python-format +msgid "Change Master Password" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:491 +#, python-format +msgid "Do you really want to delete the database: %s ?" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1398 +#, python-format +msgid "Search %(field)s at: %(value)s" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:537 +#, python-format +msgid "Access Denied" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:5183 +#, python-format +msgid "Uploading error" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/coresetup.js:603 +#, python-format +msgid "about an hour ago" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/controllers/main.py:768 +#: code:addons/web/static/src/js/chrome.js:514 +#: code:addons/web/static/src/xml/base.xml:216 +#, python-format +msgid "Backup Database" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/views.js:463 +#, python-format +msgid "%(view_type)s view" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/dates.js:49 +#: code:addons/web/static/src/js/dates.js:53 +#, python-format +msgid "'%s' is not a valid date" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1837 +#, python-format +msgid "Here is a preview of the file we could not import:" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/coresetup.js:601 +#, python-format +msgid "about a minute ago" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1297 +#, python-format +msgid "File" +msgstr "" + +#. module: web +#: code:addons/web/controllers/main.py:826 +#, python-format +msgid "You cannot leave any password empty." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:680 +#, python-format +msgid "Invalid username or password" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:206 +#: code:addons/web/static/src/xml/base.xml:238 +#: code:addons/web/static/src/xml/base.xml:260 +#, python-format +msgid "Master Password:" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1217 +#: code:addons/web/static/src/xml/base.xml:1374 +#, python-format +msgid "Select" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:549 +#, python-format +msgid "Database restored successfully" +msgstr "Datubasearean berrezarketa burutu da" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:415 +#, python-format +msgid "Version" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:570 +#, python-format +msgid "Latest Modification Date:" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1459 +#, python-format +msgid "M2O search fields do not currently handle multiple default values" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:1227 +#, python-format +msgid "Widget type '%s' is not implemented" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1608 +#, python-format +msgid "Share with all users" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:77 +#: code:addons/web/static/src/js/view_form.js:321 +#, python-format +msgid "Form" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1324 +#, python-format +msgid "(no string)" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/formats.js:282 +#, python-format +msgid "'%s' is not a correct time" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1297 +#, python-format +msgid "not a valid number" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:325 +#, python-format +msgid "New Password:" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:610 +#, python-format +msgid "Attachment :" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1691 +#, python-format +msgid "Fields to export" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:1340 +#, python-format +msgid "Undefined" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:4871 +#, python-format +msgid "File Upload" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/coresetup.js:607 +#, python-format +msgid "about a month ago" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1600 +#, python-format +msgid "Custom Filters" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1336 +#, python-format +msgid "Button Type:" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:419 +#, python-format +msgid "OpenERP SA Company" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1553 +#, python-format +msgid "Custom Filter" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:159 +#, python-format +msgid "Duplicate Database" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/controllers/main.py:789 +#: code:addons/web/controllers/main.py:790 +#: code:addons/web/controllers/main.py:826 +#: code:addons/web/controllers/main.py:828 +#: code:addons/web/controllers/main.py:834 +#: code:addons/web/controllers/main.py:835 +#: code:addons/web/static/src/js/chrome.js:768 +#: code:addons/web/static/src/xml/base.xml:276 +#: code:addons/web/static/src/xml/base.xml:336 +#, python-format +msgid "Change Password" +msgstr "Pasahitza Aldatu" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:3411 +#, python-format +msgid "View type '%s' is not supported in One2Many." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:4951 +#: code:addons/web/static/src/js/view_list.js:2194 +#, python-format +msgid "Download" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/formats.js:266 +#, python-format +msgid "'%s' is not a correct datetime" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:417 +#, python-format +msgid "Group" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:927 +#, python-format +msgid "Unhandled widget" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:982 +#, python-format +msgid "Selection:" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:871 +#, python-format +msgid "The following fields are invalid:" +msgstr "" + +#. module: web +#: code:addons/web/controllers/main.py:847 +#, python-format +msgid "Languages" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1270 +#, python-format +msgid "...Upload in progress..." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1768 +#, python-format +msgid "Import" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:543 +#, python-format +msgid "Could not restore the database" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:4851 +#, python-format +msgid "File upload" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:3804 +#, python-format +msgid "Action Button" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:542 +#: code:addons/web/static/src/xml/base.xml:1467 +#, python-format +msgid "Manage Filters" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1867 +#, python-format +msgid "contains" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/coresetup.js:633 +#, python-format +msgid "Take a minute to get a coffee,
    because it's loading..." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:413 +#, python-format +msgid "Activate the developer mode" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:324 +#, python-format +msgid "Loading (%d)" +msgstr "Kargatzen (%d)" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1114 +#, python-format +msgid "GroupBy" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:687 +#, python-format +msgid "You must select at least one record." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:535 +#, python-format +msgid "View Log (perm_read)" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:1061 +#, python-format +msgid "Set Default" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:978 +#, python-format +msgid "Relation:" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/coresetup.js:600 +#, python-format +msgid "less than a minute ago" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:851 +#, python-format +msgid "Condition:" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:1692 +#, python-format +msgid "Unsupported operator %s in domain %s" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/formats.js:242 +#, python-format +msgid "'%s' is not a correct float" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:549 +#, python-format +msgid "Restored" +msgstr "Berrezarri da." + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:394 +#, python-format +msgid "%d-%d of %d" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:2868 +#, python-format +msgid "Create and Edit..." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/pyeval.js:731 +#, python-format +msgid "Unknown nonliteral type " +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:2346 +#, python-format +msgid "Resource error" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1961 +#, python-format +msgid "is not" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:550 +#, python-format +msgid "Print Workflow" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:396 +#, python-format +msgid "Please confirm your new password" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1804 +#, python-format +msgid "UTF-8" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:421 +#, python-format +msgid "For more information visit" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1859 +#, python-format +msgid "Add All Info..." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1683 +#, python-format +msgid "Export Formats" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:974 +#, python-format +msgid "On change:" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/views.js:865 +#, python-format +msgid "Model %s fields" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:893 +#, python-format +msgid "Setting 'id' attribute on existing record %s" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:8 +#, python-format +msgid "List" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1881 +#: code:addons/web/static/src/js/search.js:1915 +#: code:addons/web/static/src/js/search.js:1940 +#, python-format +msgid "greater than" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:2248 +#: code:addons/web/static/src/xml/base.xml:546 +#, python-format +msgid "View" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1466 +#, python-format +msgid "Save Filter" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1344 +#, python-format +msgid "Action ID:" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:457 +#, python-format +msgid "Your user's preference timezone does not match your browser timezone:" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:1223 +#, python-format +msgid "Field '%s' specified in view could not be found." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1756 +#, python-format +msgid "Saved exports:" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:320 +#, python-format +msgid "Old Password:" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/formats.js:113 +#, python-format +msgid "Bytes,Kb,Mb,Gb,Tb,Pb,Eb,Zb,Yb" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:481 +#, python-format +msgid "The database has been duplicated." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1625 +#, python-format +msgid "Apply" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1386 +#, python-format +msgid "Save & New" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1223 +#: code:addons/web/static/src/xml/base.xml:1225 +#, python-format +msgid "Save As" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/doc/module/static/src/xml/web_example.xml:3 +#, python-format +msgid "00:00:00" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:2317 +#, python-format +msgid "E-mail error" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/coresetup.js:605 +#, python-format +msgid "a day ago" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1789 +#, python-format +msgid "Does your file have titles?" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:327 +#, python-format +msgid "Unlimited" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:784 +#, python-format +msgid "" +"Warning, the record has been modified, your changes will be discarded.\n" +"\n" +"Are you sure you want to leave this page ?" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:2904 +#, python-format +msgid "Search: " +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:544 +#, python-format +msgid "Technical translation" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1797 +#, python-format +msgid "Delimiter:" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:462 +#, python-format +msgid "Browser's timezone" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1605 +#, python-format +msgid "Filter name" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1464 +#, python-format +msgid "-- Actions --" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:4134 +#: code:addons/web/static/src/js/view_form.js:4294 +#: code:addons/web/static/src/xml/base.xml:1407 +#: code:addons/web/static/src/xml/base.xml:1705 +#, python-format +msgid "Add" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:536 +#, python-format +msgid "Toggle Form Layout Outline" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:421 +#, python-format +msgid "OpenERP.com" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:2317 +#, python-format +msgid "Can't send email to invalid e-mail address" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:636 +#, python-format +msgid "Add..." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:405 +#, python-format +msgid "Preferences" +msgstr "Hobespenak" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:436 +#, python-format +msgid "Wrong on change format: %s" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/controllers/main.py:750 +#: code:addons/web/static/src/xml/base.xml:185 +#, python-format +msgid "Drop Database" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:466 +#, python-format +msgid "Click here to change your user's timezone." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:966 +#, python-format +msgid "Modifiers:" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:627 +#, python-format +msgid "Delete this attachment" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:774 +#: code:addons/web/static/src/xml/base.xml:815 +#: code:addons/web/static/src/xml/base.xml:1382 +#: code:addons/web/static/src/xml/base.xml:1612 +#, python-format +msgid "Save" +msgstr "Gorde" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/views.js:999 +#: code:addons/web/static/src/xml/base.xml:352 +#, python-format +msgid "More" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:73 +#, python-format +msgid "Username" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:481 +#, python-format +msgid "Duplicating database" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:563 +#, python-format +msgid "Password has been changed successfully" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list_editable.js:788 +#, python-format +msgid "The form's data can not be discarded" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:533 +#, python-format +msgid "Debug View#" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:77 +#, python-format +msgid "Log in" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:198 +#: code:addons/web/static/src/js/view_list.js:346 +#: code:addons/web/static/src/xml/base.xml:1764 +#, python-format +msgid "Delete" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/pyeval.js:769 +#, python-format +msgid "" +"Local evaluation failure\n" +"%s\n" +"\n" +"%s" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:350 +#, python-format +msgid "Invalid database name" +msgstr "Datubase izen okerra" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1693 +#, python-format +msgid "Save fields list" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/doc/module/static/src/xml/web_example.xml:5 +#, python-format +msgid "Start" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/views.js:823 +#, python-format +msgid "View Log (%s)" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:564 +#, python-format +msgid "Creation Date:" +msgstr "" + +#. module: web +#: code:addons/web/controllers/main.py:790 +#: code:addons/web/controllers/main.py:835 +#, python-format +msgid "Error, password not changed !" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:4850 +#, python-format +msgid "The selected file exceed the maximum file size of %s." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:632 +#: code:addons/web/static/src/xml/base.xml:1300 +#, python-format +msgid "/web/binary/upload_attachment" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:563 +#, python-format +msgid "Changed Password" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1431 +#, python-format +msgid "Search" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:3032 +#: code:addons/web/static/src/js/view_form.js:3668 +#: code:addons/web/static/src/js/view_form.js:3785 +#: code:addons/web/static/src/js/view_form.js:4230 +#: code:addons/web/static/src/js/view_form.js:4353 +#, python-format +msgid "Open: " +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:218 +#: code:addons/web/static/src/xml/base.xml:309 +#, python-format +msgid "Backup" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/dates.js:76 +#: code:addons/web/static/src/js/dates.js:80 +#, python-format +msgid "'%s' is not a valid time" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/formats.js:274 +#, python-format +msgid "'%s' is not a correct date" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:933 +#, python-format +msgid "(nolabel)" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/coresetup.js:606 +#, python-format +msgid "%d days ago" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1474 +#, python-format +msgid "(Any existing filter with the same name will be replaced)" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:1918 +#: code:addons/web/static/src/xml/base.xml:338 +#: code:addons/web/static/src/xml/base.xml:1377 +#: code:addons/web/static/src/xml/base.xml:1860 +#, python-format +msgid "Cancel" +msgstr "Utzi" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/coresetup.js:628 +#: code:addons/web/static/src/xml/base.xml:9 +#, python-format +msgid "Loading..." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:567 +#, python-format +msgid "Latest Modification by:" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:1242 +#: code:addons/web/static/src/xml/base.xml:470 +#, python-format +msgid "Timezone mismatch" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:1646 +#, python-format +msgid "Unknown operator %s in domain %s" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:428 +#, python-format +msgid "%d / %d" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1782 +#, python-format +msgid "2. Check your file format" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1718 +#, python-format +msgid "Name" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1775 +#, python-format +msgid "" +"Select a .CSV file to import. If you need a sample of file to import,\n" +" you should use the export tool with the \"Import Compatible\" option." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/coresetup.js:608 +#, python-format +msgid "%d months ago" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:187 +#: code:addons/web/static/src/xml/base.xml:308 +#, python-format +msgid "Drop" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1465 +#, python-format +msgid "Add Advanced Filter" +msgstr "" + +#. module: web +#: code:addons/web/controllers/main.py:828 +#, python-format +msgid "The new password and its confirmation must be identical." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:542 +#: code:addons/web/static/src/xml/base.xml:248 +#, python-format +msgid "Restore Database" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:644 +#, python-format +msgid "Login" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:420 +#, python-format +msgid "Licenced under the terms of" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:250 +#: code:addons/web/static/src/xml/base.xml:310 +#, python-format +msgid "Restore" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1677 +#, python-format +msgid "Export Type:" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:406 +#, python-format +msgid "Log out" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1090 +#, python-format +msgid "Group by: %s" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:153 +#, python-format +msgid "No data provided." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:345 +#: code:addons/web/static/src/xml/base.xml:1665 +#, python-format +msgid "Export" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/data_export.js:12 +#, python-format +msgid "Export To File" +msgstr "Fitxtegira esportatu" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/views.js:1097 +#, python-format +msgid "You must choose at least one record." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/coresetup.js:631 +#, python-format +msgid "Don't leave yet,
    it's still loading..." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:775 +#, python-format +msgid "Invalid Search" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:980 +#, python-format +msgid "Could not find id in dataset" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1707 +#, python-format +msgid "Remove All" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1340 +#, python-format +msgid "Method:" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:1439 +#, python-format +msgid "%(page)d/%(page_count)d" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:397 +#, python-format +msgid "The confirmation does not match the password" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:441 +#, python-format +msgid "Edit Company data" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:4886 +#, python-format +msgid "Save As..." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:5007 +#, python-format +msgid "Could not display the selected image." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:509 +#, python-format +msgid "Database backed up successfully" +msgstr "Datubasearen babes-kopia burutu da" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1808 +#, python-format +msgid "" +"For use if CSV files have titles on multiple lines, skips more than a single " +"line during import" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:394 +#, python-format +msgid "99+" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1774 +#, python-format +msgid "1. Import a .CSV file" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:644 +#, python-format +msgid "No database selected !" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/formats.js:180 +#, python-format +msgid "(%d records)" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:970 +#, python-format +msgid "Change default:" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:171 +#, python-format +msgid "Original database name:" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1869 +#: code:addons/web/static/src/js/search.js:1879 +#: code:addons/web/static/src/js/search.js:1913 +#: code:addons/web/static/src/js/search.js:1938 +#, python-format +msgid "is equal to" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/views.js:1500 +#, python-format +msgid "Could not serialize XML" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1619 +#, python-format +msgid "Advanced Search" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:290 +#, python-format +msgid "Confirm new master password:" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/coresetup.js:634 +#, python-format +msgid "Maybe you should consider reloading the application by pressing F5..." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:17 +#: code:addons/web/static/src/js/view_list.js:2248 +#: code:addons/web/static/src/xml/base.xml:111 +#: code:addons/web/static/src/xml/base.xml:306 +#: code:addons/web/static/src/xml/base.xml:812 +#: code:addons/web/static/src/xml/base.xml:1376 +#, python-format +msgid "Create" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1868 +#, python-format +msgid "doesn't contain" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1785 +#, python-format +msgid "Import Options" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:2936 +#, python-format +msgid "Add %s" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:145 +#, python-format +msgid "Admin password:" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/data_export.js:11 +#: code:addons/web/static/src/js/view_form.js:1067 +#: code:addons/web/static/src/xml/base.xml:1394 +#, python-format +msgid "Close" +msgstr "Irten" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/coresetup.js:632 +#, python-format +msgid "" +"You may not believe it,
    but the application is actually loading..." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1779 +#, python-format +msgid "CSV File:" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1741 +#, python-format +msgid "Advanced" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_tree.js:11 +#, python-format +msgid "Tree" +msgstr "" + +#. module: web +#: code:addons/web/controllers/main.py:750 +#, python-format +msgid "Could not drop database !" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/formats.js:227 +#, python-format +msgid "'%s' is not a correct integer" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:877 +#, python-format +msgid "All users" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:1654 +#, python-format +msgid "Unknown field %s in domain %s" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/views.js:1466 +#, python-format +msgid "Node [%s] is not a JSONified XML node" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1428 +#, python-format +msgid "Advanced Search..." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:499 +#, python-format +msgid "Dropping database" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:82 +#: code:addons/web/static/src/xml/base.xml:445 +#, python-format +msgid "Powered by" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1380 +#: code:addons/web/static/src/xml/base.xml:970 +#, python-format +msgid "Yes" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:4871 +#, python-format +msgid "There was a problem while uploading your file" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:558 +#, python-format +msgid "XML ID:" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:954 +#, python-format +msgid "Size:" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1824 +#, python-format +msgid "--- Don't Import ---" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1679 +#, python-format +msgid "Import-Compatible Export" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/coresetup.js:610 +#, python-format +msgid "%d years ago" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:1040 +#, python-format +msgid "Unknown m2m command %s" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:1068 +#, python-format +msgid "Save default" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:121 +#: code:addons/web/static/src/xml/base.xml:175 +#: code:addons/web/static/src/xml/base.xml:264 +#, python-format +msgid "New database name:" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:394 +#, python-format +msgid "Please enter your new password" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:4886 +#, python-format +msgid "The field is empty, there's nothing to save !" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:545 +#, python-format +msgid "Manage Views" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1801 +#, python-format +msgid "Encoding:" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1808 +#, python-format +msgid "Lines to skip" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:2858 +#, python-format +msgid "Create \"%s\"" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/data_export.js:361 +#, python-format +msgid "Please select fields to save export list..." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:418 +#, python-format +msgid "Copyright © 2004-TODAY OpenERP SA. All Rights Reserved." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:2346 +#, python-format +msgid "This resource is empty" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1689 +#, python-format +msgid "Available fields" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1835 +#, python-format +msgid "The import failed due to:" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/views.js:812 +#: code:addons/web/static/src/xml/base.xml:539 +#, python-format +msgid "JS Tests" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1750 +#, python-format +msgid "Save as:" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:927 +#, python-format +msgid "Filter on: %s" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:2904 +#: code:addons/web/static/src/js/view_form.js:3757 +#, python-format +msgid "Create: " +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:540 +#, python-format +msgid "View Fields" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:330 +#, python-format +msgid "Confirm New Password:" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:575 +#, python-format +msgid "Do you really want to remove these records?" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:958 +#, python-format +msgid "Context:" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1933 +#: code:addons/web/static/src/js/search.js:1960 +#, python-format +msgid "is" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/data_export.js:6 +#, python-format +msgid "Export Data" +msgstr "Datuak Esportatu" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:962 +#, python-format +msgid "Domain:" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:834 +#, python-format +msgid "Default:" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:82 +#: code:addons/web/static/src/xml/base.xml:446 +#, python-format +msgid "OpenERP" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/doc/module/static/src/xml/web_example.xml:8 +#, python-format +msgid "Stop" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:68 +#: code:addons/web/static/src/xml/base.xml:193 +#: code:addons/web/static/src/xml/base.xml:225 +#, python-format +msgid "Database:" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1183 +#: code:addons/web/static/src/xml/base.xml:1240 +#, python-format +msgid "Uploading ..." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1853 +#, python-format +msgid "Name:" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:1058 +#, python-format +msgid "About" +msgstr "Honi buruz" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1431 +#, python-format +msgid "Search Again" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1455 +#, python-format +msgid "-- Filters --" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1230 +#: code:addons/web/static/src/xml/base.xml:1232 +#, python-format +msgid "Clear" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1680 +#, python-format +msgid "Export all Data" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:1334 +#, python-format +msgid "" +"Grouping on field '%s' is not possible because that field does not appear in " +"the list view." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:537 +#, python-format +msgid "Set Defaults" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1670 +#, python-format +msgid "" +"This wizard will export all data that matches the current search criteria to " +"a CSV file.\n" +" You can export all data or only the fields that can be " +"reimported after modification." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:321 +#, python-format +msgid "The record could not be found in the database." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1472 +#, python-format +msgid "Filter Name:" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:946 +#, python-format +msgid "Type:" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:538 +#, python-format +msgid "Incorrect super-administrator password" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:942 +#, python-format +msgid "Object:" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:292 +#: code:addons/web/static/src/js/chrome.js:326 +#, python-format +msgid "Loading" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/coresetup.js:609 +#, python-format +msgid "about a year ago" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1870 +#: code:addons/web/static/src/js/search.js:1880 +#: code:addons/web/static/src/js/search.js:1914 +#: code:addons/web/static/src/js/search.js:1939 +#, python-format +msgid "is not equal to" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:5036 +#, python-format +msgid "" +"The type of the field '%s' must be a many2many field with a relation to " +"'ir.attachment' model." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/coresetup.js:604 +#, python-format +msgid "%d hours ago" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:4206 +#: code:addons/web/static/src/js/view_form.js:4335 +#, python-format +msgid "Add: " +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1858 +#, python-format +msgid "Quick Add" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1805 +#, python-format +msgid "Latin 1" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:260 +#: code:addons/web/static/src/js/chrome.js:269 +#: code:addons/web/static/src/js/chrome.js:449 +#: code:addons/web/static/src/js/chrome.js:792 +#: code:addons/web/static/src/js/view_form.js:572 +#: code:addons/web/static/src/js/view_form.js:1923 +#: code:addons/web/static/src/xml/base.xml:1752 +#, python-format +msgid "Ok" +msgstr "Ados" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/views.js:1162 +#, python-format +msgid "Uploading..." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:125 +#, python-format +msgid "Load Demonstration data:" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:615 +#, python-format +msgid "Created by :" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/dates.js:22 +#: code:addons/web/static/src/js/dates.js:26 +#, python-format +msgid "'%s' is not a valid datetime" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:256 +#, python-format +msgid "File:" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1882 +#: code:addons/web/static/src/js/search.js:1916 +#: code:addons/web/static/src/js/search.js:1941 +#, python-format +msgid "less than" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:687 +#: code:addons/web/static/src/js/views.js:1097 +#, python-format +msgid "Warning" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:547 +#, python-format +msgid "Edit SearchView" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1975 +#, python-format +msgid "is true" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:3909 +#, python-format +msgid "Add an item" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1603 +#, python-format +msgid "Save current filter" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:1915 +#, python-format +msgid "Confirm" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/data_export.js:126 +#, python-format +msgid "Please enter save field list name" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:2206 +#, python-format +msgid "Download \"%s\"" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:326 +#, python-format +msgid "New" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:1767 +#, python-format +msgid "Can't convert value %s to context" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/views.js:807 +#: code:addons/web/static/src/xml/base.xml:541 +#, python-format +msgid "Fields View Get" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:149 +#, python-format +msgid "Confirm password:" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1883 +#: code:addons/web/static/src/js/search.js:1917 +#: code:addons/web/static/src/js/search.js:1942 +#, python-format +msgid "greater or equal than" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1321 +#, python-format +msgid "Button" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:418 +#, python-format +msgid "OpenERP is a trademark of the" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/data_export.js:374 +#, python-format +msgid "Please select fields to export..." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:286 +#, python-format +msgid "New master password:" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1976 +#, python-format +msgid "is false" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:404 +#, python-format +msgid "About OpenERP" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/formats.js:297 +#, python-format +msgid "'%s' is not a correct date, datetime nor time" +msgstr "" + +#. module: web +#: code:addons/web/controllers/main.py:1264 +#, python-format +msgid "No content found for field '%s' on '%s:%s'" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:304 +#, python-format +msgid "Database Management" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:5007 +#, python-format +msgid "Image" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:81 +#, python-format +msgid "Manage Databases" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/pyeval.js:765 +#, python-format +msgid "Evaluation Error" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1283 +#, python-format +msgid "not a valid integer" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:337 +#: code:addons/web/static/src/xml/base.xml:776 +#: code:addons/web/static/src/xml/base.xml:816 +#: code:addons/web/static/src/xml/base.xml:1376 +#: code:addons/web/static/src/xml/base.xml:1384 +#: code:addons/web/static/src/xml/base.xml:1630 +#, python-format +msgid "or" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1381 +#, python-format +msgid "No" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/formats.js:309 +#, python-format +msgid "'%s' is not convertible to date, datetime nor time" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:199 +#: code:addons/web/static/src/xml/base.xml:161 +#: code:addons/web/static/src/xml/base.xml:307 +#, python-format +msgid "Duplicate" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:777 +#: code:addons/web/static/src/xml/base.xml:817 +#: code:addons/web/static/src/xml/base.xml:1391 +#, python-format +msgid "Discard" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1624 +#, python-format +msgid "Add a condition" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/coresetup.js:629 +#, python-format +msgid "Still loading..." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:818 +#, python-format +msgid "Incorrect value for field %(fieldname)s: [%(value)s] is %(message)s" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:3805 +#, python-format +msgid "The o2m record must be saved before an action can be used" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:509 +#, python-format +msgid "Backed" +msgstr "Kudeaketagunea" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1610 +#, python-format +msgid "Use by default" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:1348 +#, python-format +msgid "%s (%d)" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:775 +#, python-format +msgid "triggered from search view" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:978 +#, python-format +msgid "Filter" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:950 +#, python-format +msgid "Widget:" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:548 +#, python-format +msgid "Edit Action" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:555 +#, python-format +msgid "ID:" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:870 +#, python-format +msgid "Only you" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:549 +#, python-format +msgid "Edit Workflow" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/views.js:1171 +#, python-format +msgid "Do you really want to delete this attachment ?" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/views.js:840 +#, python-format +msgid "Technical Translation" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:938 +#, python-format +msgid "Field:" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:620 +#, python-format +msgid "Modified by :" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:499 +#, python-format +msgid "The database %s has been dropped" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:460 +#, python-format +msgid "User's timezone" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:284 +#: code:addons/web/static/src/js/chrome.js:1168 +#, python-format +msgid "Client Error" +msgstr "Bezeroaren errorea" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/views.js:998 +#, python-format +msgid "Print" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1331 +#, python-format +msgid "Special:" +msgstr "" + +#. module: web +#: code:addons/web/controllers/main.py:834 +#, python-format +msgid "" +"The old password you provided is incorrect, your password was not changed." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:561 +#, python-format +msgid "Creation User:" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:769 +#, python-format +msgid "Do you really want to delete this record?" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1385 +#, python-format +msgid "Save & Close" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:2845 +#, python-format +msgid "Search More..." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:75 +#: code:addons/web/static/src/xml/base.xml:311 +#, python-format +msgid "Password" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:546 +#: code:addons/web/static/src/xml/base.xml:809 +#: code:addons/web/static/src/xml/base.xml:1178 +#, python-format +msgid "Edit" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1706 +#, python-format +msgid "Remove" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1062 +#, python-format +msgid "Select date" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1249 +#, python-format +msgid "Search %(field)s for: %(value)s" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1277 +#, python-format +msgid "Delete this file" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:109 +#, python-format +msgid "Create Database" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:420 +#, python-format +msgid "GNU Affero General Public License" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1795 +#, python-format +msgid "Separator:" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:300 +#, python-format +msgid "Back to Login" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1662 +#: code:addons/web/static/src/xml/base.xml:1454 +#, python-format +msgid "Filters" +msgstr "" diff --git a/web/i18n/fa.po b/web/i18n/fa.po new file mode 100644 index 0000000..75cd9ea --- /dev/null +++ b/web/i18n/fa.po @@ -0,0 +1,2602 @@ +# Persian translation for openerp-web +# Copyright (c) 2012 Rosetta Contributors and Canonical Ltd 2012 +# This file is distributed under the same license as the openerp-web package. +# FIRST AUTHOR , 2012. +# +msgid "" +msgstr "" +"Project-Id-Version: openerp-web\n" +"Report-Msgid-Bugs-To: FULL NAME \n" +"POT-Creation-Date: 2012-12-21 17:06+0000\n" +"PO-Revision-Date: 2012-12-21 23:00+0000\n" +"Last-Translator: fshahy \n" +"Language-Team: Persian \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Launchpad-Export-Date: 2012-12-22 07:38+0000\n" +"X-Generator: Launchpad (build 16378)\n" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:133 +#, python-format +msgid "Default language:" +msgstr "زبان پیش Ůرض:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/coresetup.js:602 +#, python-format +msgid "%d minutes ago" +msgstr "%d دقیقه پیش" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/coresetup.js:630 +#, python-format +msgid "Still loading...
    Please be patient." +msgstr "در حال بارگذاری... Ů„Ř·Ůا صبر کنید." + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1832 +#, python-format +msgid "%(field)s %(operator)s \"%(value)s\"" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1884 +#: code:addons/web/static/src/js/search.js:1918 +#: code:addons/web/static/src/js/search.js:1943 +#, python-format +msgid "less or equal than" +msgstr "Ú©Ůچکتر یا مساŮŰŚ" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:393 +#, python-format +msgid "Please enter your previous password" +msgstr "Ů„Ř·Ůا کلمه عبŮر قبلی Ř®ŮŘŻ را Ůارد کنید." + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:117 +#: code:addons/web/static/src/xml/base.xml:167 +#: code:addons/web/static/src/xml/base.xml:282 +#, python-format +msgid "Master password:" +msgstr "کلمه عبŮر اصلی:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:274 +#, python-format +msgid "Change Master Password" +msgstr "تغییر کلمه عبŮر اصلی" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:491 +#, python-format +msgid "Do you really want to delete the database: %s ?" +msgstr "آیا پایگاه داده Ř­Ř°Ů Ř´ŮŘŻ: %s Řź" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1398 +#, python-format +msgid "Search %(field)s at: %(value)s" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:537 +#, python-format +msgid "Access Denied" +msgstr "امکان دسترسی ŮجŮŘŻ ندارد" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:5183 +#, python-format +msgid "Uploading error" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/coresetup.js:603 +#, python-format +msgid "about an hour ago" +msgstr "Ř­ŘŻŮŘŻ ŰŚÚ© ساعت قبل" + +#. module: web +#. openerp-web +#: code:addons/web/controllers/main.py:768 +#: code:addons/web/static/src/js/chrome.js:514 +#: code:addons/web/static/src/xml/base.xml:216 +#, python-format +msgid "Backup Database" +msgstr "تهیه کپی پشتیبان از پایگاه داده" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/views.js:463 +#, python-format +msgid "%(view_type)s view" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/dates.js:49 +#: code:addons/web/static/src/js/dates.js:53 +#, python-format +msgid "'%s' is not a valid date" +msgstr "'%s' ŰŚÚ© تاریخ معتبر نیست" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1837 +#, python-format +msgid "Here is a preview of the file we could not import:" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/coresetup.js:601 +#, python-format +msgid "about a minute ago" +msgstr "Ř­ŘŻŮŘŻ ŰŚÚ© دقیقه قبل" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1297 +#, python-format +msgid "File" +msgstr "Ůایل" + +#. module: web +#: code:addons/web/controllers/main.py:826 +#, python-format +msgid "You cannot leave any password empty." +msgstr "هیچ ŰŚÚ© از ŮŰŚŮ„ŘŻ های کلمه عبŮر نباید خالی باشد." + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:680 +#, python-format +msgid "Invalid username or password" +msgstr "نام کاربری یا کلمه عبŮر معتبر نیست" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:206 +#: code:addons/web/static/src/xml/base.xml:238 +#: code:addons/web/static/src/xml/base.xml:260 +#, python-format +msgid "Master Password:" +msgstr "کلمه عبŮر اصلی:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1217 +#: code:addons/web/static/src/xml/base.xml:1374 +#, python-format +msgid "Select" +msgstr "انتخاب" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:549 +#, python-format +msgid "Database restored successfully" +msgstr "پایگاه داده با Ů…ŮŮŮ‚ŰŚŘŞ بازیابی Ř´ŘŻ" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:415 +#, python-format +msgid "Version" +msgstr "نسخه" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:570 +#, python-format +msgid "Latest Modification Date:" +msgstr "تاریخ آخرین تغییر" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1459 +#, python-format +msgid "M2O search fields do not currently handle multiple default values" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:1227 +#, python-format +msgid "Widget type '%s' is not implemented" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1608 +#, python-format +msgid "Share with all users" +msgstr "اشتراک با همه کاربران" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:77 +#: code:addons/web/static/src/js/view_form.js:321 +#, python-format +msgid "Form" +msgstr "Ůرم" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1324 +#, python-format +msgid "(no string)" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/formats.js:282 +#, python-format +msgid "'%s' is not a correct time" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1297 +#, python-format +msgid "not a valid number" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:325 +#, python-format +msgid "New Password:" +msgstr "کلمه عبŮر جدید:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:610 +#, python-format +msgid "Attachment :" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1691 +#, python-format +msgid "Fields to export" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:1340 +#, python-format +msgid "Undefined" +msgstr "تعری٠نشده" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:4871 +#, python-format +msgid "File Upload" +msgstr "آپلŮŘŻ Ůایل" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/coresetup.js:607 +#, python-format +msgid "about a month ago" +msgstr "Ř­ŘŻŮŘŻ ŰŚÚ© ماه قبل" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1600 +#, python-format +msgid "Custom Filters" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1336 +#, python-format +msgid "Button Type:" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:419 +#, python-format +msgid "OpenERP SA Company" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1553 +#, python-format +msgid "Custom Filter" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:159 +#, python-format +msgid "Duplicate Database" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/controllers/main.py:789 +#: code:addons/web/controllers/main.py:790 +#: code:addons/web/controllers/main.py:826 +#: code:addons/web/controllers/main.py:828 +#: code:addons/web/controllers/main.py:834 +#: code:addons/web/controllers/main.py:835 +#: code:addons/web/static/src/js/chrome.js:768 +#: code:addons/web/static/src/xml/base.xml:276 +#: code:addons/web/static/src/xml/base.xml:336 +#, python-format +msgid "Change Password" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:3411 +#, python-format +msgid "View type '%s' is not supported in One2Many." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:4951 +#: code:addons/web/static/src/js/view_list.js:2194 +#, python-format +msgid "Download" +msgstr "دانلŮŘŻ" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/formats.js:266 +#, python-format +msgid "'%s' is not a correct datetime" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:417 +#, python-format +msgid "Group" +msgstr "گرŮه" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:927 +#, python-format +msgid "Unhandled widget" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:982 +#, python-format +msgid "Selection:" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:871 +#, python-format +msgid "The following fields are invalid:" +msgstr "" + +#. module: web +#: code:addons/web/controllers/main.py:847 +#, python-format +msgid "Languages" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1270 +#, python-format +msgid "...Upload in progress..." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1768 +#, python-format +msgid "Import" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:543 +#, python-format +msgid "Could not restore the database" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:4851 +#, python-format +msgid "File upload" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:3804 +#, python-format +msgid "Action Button" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:542 +#: code:addons/web/static/src/xml/base.xml:1467 +#, python-format +msgid "Manage Filters" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1867 +#, python-format +msgid "contains" +msgstr "شامل" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/coresetup.js:633 +#, python-format +msgid "Take a minute to get a coffee,
    because it's loading..." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:413 +#, python-format +msgid "Activate the developer mode" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:324 +#, python-format +msgid "Loading (%d)" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1114 +#, python-format +msgid "GroupBy" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:687 +#, python-format +msgid "You must select at least one record." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:535 +#, python-format +msgid "View Log (perm_read)" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:1061 +#, python-format +msgid "Set Default" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:978 +#, python-format +msgid "Relation:" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/coresetup.js:600 +#, python-format +msgid "less than a minute ago" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:851 +#, python-format +msgid "Condition:" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:1692 +#, python-format +msgid "Unsupported operator %s in domain %s" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/formats.js:242 +#, python-format +msgid "'%s' is not a correct float" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:549 +#, python-format +msgid "Restored" +msgstr "بازیابی شده" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:394 +#, python-format +msgid "%d-%d of %d" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:2868 +#, python-format +msgid "Create and Edit..." +msgstr "ایجاد Ů Ůیرایش" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/pyeval.js:731 +#, python-format +msgid "Unknown nonliteral type " +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:2346 +#, python-format +msgid "Resource error" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1961 +#, python-format +msgid "is not" +msgstr "نیست" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:550 +#, python-format +msgid "Print Workflow" +msgstr "چاپ گردش کار" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:396 +#, python-format +msgid "Please confirm your new password" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1804 +#, python-format +msgid "UTF-8" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:421 +#, python-format +msgid "For more information visit" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1859 +#, python-format +msgid "Add All Info..." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1683 +#, python-format +msgid "Export Formats" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:974 +#, python-format +msgid "On change:" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/views.js:865 +#, python-format +msgid "Model %s fields" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:893 +#, python-format +msgid "Setting 'id' attribute on existing record %s" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:8 +#, python-format +msgid "List" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1881 +#: code:addons/web/static/src/js/search.js:1915 +#: code:addons/web/static/src/js/search.js:1940 +#, python-format +msgid "greater than" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:2248 +#: code:addons/web/static/src/xml/base.xml:546 +#, python-format +msgid "View" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1466 +#, python-format +msgid "Save Filter" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1344 +#, python-format +msgid "Action ID:" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:457 +#, python-format +msgid "Your user's preference timezone does not match your browser timezone:" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:1223 +#, python-format +msgid "Field '%s' specified in view could not be found." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1756 +#, python-format +msgid "Saved exports:" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:320 +#, python-format +msgid "Old Password:" +msgstr "کلمه عبŮر Ů‚ŘŻŰŚŮ…:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/formats.js:113 +#, python-format +msgid "Bytes,Kb,Mb,Gb,Tb,Pb,Eb,Zb,Yb" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:481 +#, python-format +msgid "The database has been duplicated." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1625 +#, python-format +msgid "Apply" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1386 +#, python-format +msgid "Save & New" +msgstr "دخیره ٠جدید:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1223 +#: code:addons/web/static/src/xml/base.xml:1225 +#, python-format +msgid "Save As" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/doc/module/static/src/xml/web_example.xml:3 +#, python-format +msgid "00:00:00" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:2317 +#, python-format +msgid "E-mail error" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/coresetup.js:605 +#, python-format +msgid "a day ago" +msgstr "ŰŚÚ© رŮز پیش" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1789 +#, python-format +msgid "Does your file have titles?" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:327 +#, python-format +msgid "Unlimited" +msgstr "نامحدŮŘŻ" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:784 +#, python-format +msgid "" +"Warning, the record has been modified, your changes will be discarded.\n" +"\n" +"Are you sure you want to leave this page ?" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:2904 +#, python-format +msgid "Search: " +msgstr "جستج٠" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:544 +#, python-format +msgid "Technical translation" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1797 +#, python-format +msgid "Delimiter:" +msgstr "جداکننده:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:462 +#, python-format +msgid "Browser's timezone" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1605 +#, python-format +msgid "Filter name" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1464 +#, python-format +msgid "-- Actions --" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:4134 +#: code:addons/web/static/src/js/view_form.js:4294 +#: code:addons/web/static/src/xml/base.xml:1407 +#: code:addons/web/static/src/xml/base.xml:1705 +#, python-format +msgid "Add" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:536 +#, python-format +msgid "Toggle Form Layout Outline" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:421 +#, python-format +msgid "OpenERP.com" +msgstr "OpenERP.com" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:2317 +#, python-format +msgid "Can't send email to invalid e-mail address" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:636 +#, python-format +msgid "Add..." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:405 +#, python-format +msgid "Preferences" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:436 +#, python-format +msgid "Wrong on change format: %s" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/controllers/main.py:750 +#: code:addons/web/static/src/xml/base.xml:185 +#, python-format +msgid "Drop Database" +msgstr "حذ٠پایگاه داده" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:466 +#, python-format +msgid "Click here to change your user's timezone." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:966 +#, python-format +msgid "Modifiers:" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:627 +#, python-format +msgid "Delete this attachment" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:774 +#: code:addons/web/static/src/xml/base.xml:815 +#: code:addons/web/static/src/xml/base.xml:1382 +#: code:addons/web/static/src/xml/base.xml:1612 +#, python-format +msgid "Save" +msgstr "ذخیره" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/views.js:999 +#: code:addons/web/static/src/xml/base.xml:352 +#, python-format +msgid "More" +msgstr "بیشتر" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:73 +#, python-format +msgid "Username" +msgstr "نام کاربری" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:481 +#, python-format +msgid "Duplicating database" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:563 +#, python-format +msgid "Password has been changed successfully" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list_editable.js:788 +#, python-format +msgid "The form's data can not be discarded" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:533 +#, python-format +msgid "Debug View#" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:77 +#, python-format +msgid "Log in" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:198 +#: code:addons/web/static/src/js/view_list.js:346 +#: code:addons/web/static/src/xml/base.xml:1764 +#, python-format +msgid "Delete" +msgstr "Ř­Ř°Ů" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/pyeval.js:769 +#, python-format +msgid "" +"Local evaluation failure\n" +"%s\n" +"\n" +"%s" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:350 +#, python-format +msgid "Invalid database name" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1693 +#, python-format +msgid "Save fields list" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/doc/module/static/src/xml/web_example.xml:5 +#, python-format +msgid "Start" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/views.js:823 +#, python-format +msgid "View Log (%s)" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:564 +#, python-format +msgid "Creation Date:" +msgstr "" + +#. module: web +#: code:addons/web/controllers/main.py:790 +#: code:addons/web/controllers/main.py:835 +#, python-format +msgid "Error, password not changed !" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:4850 +#, python-format +msgid "The selected file exceed the maximum file size of %s." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:632 +#: code:addons/web/static/src/xml/base.xml:1300 +#, python-format +msgid "/web/binary/upload_attachment" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:563 +#, python-format +msgid "Changed Password" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1431 +#, python-format +msgid "Search" +msgstr "جستجŮ" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:3032 +#: code:addons/web/static/src/js/view_form.js:3668 +#: code:addons/web/static/src/js/view_form.js:3785 +#: code:addons/web/static/src/js/view_form.js:4230 +#: code:addons/web/static/src/js/view_form.js:4353 +#, python-format +msgid "Open: " +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:218 +#: code:addons/web/static/src/xml/base.xml:309 +#, python-format +msgid "Backup" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/dates.js:76 +#: code:addons/web/static/src/js/dates.js:80 +#, python-format +msgid "'%s' is not a valid time" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/formats.js:274 +#, python-format +msgid "'%s' is not a correct date" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:933 +#, python-format +msgid "(nolabel)" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/coresetup.js:606 +#, python-format +msgid "%d days ago" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1474 +#, python-format +msgid "(Any existing filter with the same name will be replaced)" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:1918 +#: code:addons/web/static/src/xml/base.xml:338 +#: code:addons/web/static/src/xml/base.xml:1377 +#: code:addons/web/static/src/xml/base.xml:1860 +#, python-format +msgid "Cancel" +msgstr "انصراŮ" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/coresetup.js:628 +#: code:addons/web/static/src/xml/base.xml:9 +#, python-format +msgid "Loading..." +msgstr "بارگذاری..." + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:567 +#, python-format +msgid "Latest Modification by:" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:1242 +#: code:addons/web/static/src/xml/base.xml:470 +#, python-format +msgid "Timezone mismatch" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:1646 +#, python-format +msgid "Unknown operator %s in domain %s" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:428 +#, python-format +msgid "%d / %d" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1782 +#, python-format +msgid "2. Check your file format" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1718 +#, python-format +msgid "Name" +msgstr "نام" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1775 +#, python-format +msgid "" +"Select a .CSV file to import. If you need a sample of file to import,\n" +" you should use the export tool with the \"Import Compatible\" option." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/coresetup.js:608 +#, python-format +msgid "%d months ago" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:187 +#: code:addons/web/static/src/xml/base.xml:308 +#, python-format +msgid "Drop" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1465 +#, python-format +msgid "Add Advanced Filter" +msgstr "" + +#. module: web +#: code:addons/web/controllers/main.py:828 +#, python-format +msgid "The new password and its confirmation must be identical." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:542 +#: code:addons/web/static/src/xml/base.xml:248 +#, python-format +msgid "Restore Database" +msgstr "بازیابی پایگاه داده" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:644 +#, python-format +msgid "Login" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:420 +#, python-format +msgid "Licenced under the terms of" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:250 +#: code:addons/web/static/src/xml/base.xml:310 +#, python-format +msgid "Restore" +msgstr "یازیابی" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1677 +#, python-format +msgid "Export Type:" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:406 +#, python-format +msgid "Log out" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1090 +#, python-format +msgid "Group by: %s" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:153 +#, python-format +msgid "No data provided." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:345 +#: code:addons/web/static/src/xml/base.xml:1665 +#, python-format +msgid "Export" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/data_export.js:12 +#, python-format +msgid "Export To File" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/views.js:1097 +#, python-format +msgid "You must choose at least one record." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/coresetup.js:631 +#, python-format +msgid "Don't leave yet,
    it's still loading..." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:775 +#, python-format +msgid "Invalid Search" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:980 +#, python-format +msgid "Could not find id in dataset" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1707 +#, python-format +msgid "Remove All" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1340 +#, python-format +msgid "Method:" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:1439 +#, python-format +msgid "%(page)d/%(page_count)d" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:397 +#, python-format +msgid "The confirmation does not match the password" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:441 +#, python-format +msgid "Edit Company data" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:4886 +#, python-format +msgid "Save As..." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:5007 +#, python-format +msgid "Could not display the selected image." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:509 +#, python-format +msgid "Database backed up successfully" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1808 +#, python-format +msgid "" +"For use if CSV files have titles on multiple lines, skips more than a single " +"line during import" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:394 +#, python-format +msgid "99+" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1774 +#, python-format +msgid "1. Import a .CSV file" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:644 +#, python-format +msgid "No database selected !" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/formats.js:180 +#, python-format +msgid "(%d records)" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:970 +#, python-format +msgid "Change default:" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:171 +#, python-format +msgid "Original database name:" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1869 +#: code:addons/web/static/src/js/search.js:1879 +#: code:addons/web/static/src/js/search.js:1913 +#: code:addons/web/static/src/js/search.js:1938 +#, python-format +msgid "is equal to" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/views.js:1500 +#, python-format +msgid "Could not serialize XML" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1619 +#, python-format +msgid "Advanced Search" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:290 +#, python-format +msgid "Confirm new master password:" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/coresetup.js:634 +#, python-format +msgid "Maybe you should consider reloading the application by pressing F5..." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:17 +#: code:addons/web/static/src/js/view_list.js:2248 +#: code:addons/web/static/src/xml/base.xml:111 +#: code:addons/web/static/src/xml/base.xml:306 +#: code:addons/web/static/src/xml/base.xml:812 +#: code:addons/web/static/src/xml/base.xml:1376 +#, python-format +msgid "Create" +msgstr "ایجاد" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1868 +#, python-format +msgid "doesn't contain" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1785 +#, python-format +msgid "Import Options" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:2936 +#, python-format +msgid "Add %s" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:145 +#, python-format +msgid "Admin password:" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/data_export.js:11 +#: code:addons/web/static/src/js/view_form.js:1067 +#: code:addons/web/static/src/xml/base.xml:1394 +#, python-format +msgid "Close" +msgstr "بستن" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/coresetup.js:632 +#, python-format +msgid "" +"You may not believe it,
    but the application is actually loading..." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1779 +#, python-format +msgid "CSV File:" +msgstr "Ůایل CSV:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1741 +#, python-format +msgid "Advanced" +msgstr "پیشرŮته" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_tree.js:11 +#, python-format +msgid "Tree" +msgstr "درخت" + +#. module: web +#: code:addons/web/controllers/main.py:750 +#, python-format +msgid "Could not drop database !" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/formats.js:227 +#, python-format +msgid "'%s' is not a correct integer" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:877 +#, python-format +msgid "All users" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:1654 +#, python-format +msgid "Unknown field %s in domain %s" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/views.js:1466 +#, python-format +msgid "Node [%s] is not a JSONified XML node" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1428 +#, python-format +msgid "Advanced Search..." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:499 +#, python-format +msgid "Dropping database" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:82 +#: code:addons/web/static/src/xml/base.xml:445 +#, python-format +msgid "Powered by" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1380 +#: code:addons/web/static/src/xml/base.xml:970 +#, python-format +msgid "Yes" +msgstr "بله" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:4871 +#, python-format +msgid "There was a problem while uploading your file" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:558 +#, python-format +msgid "XML ID:" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:954 +#, python-format +msgid "Size:" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1824 +#, python-format +msgid "--- Don't Import ---" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1679 +#, python-format +msgid "Import-Compatible Export" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/coresetup.js:610 +#, python-format +msgid "%d years ago" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:1040 +#, python-format +msgid "Unknown m2m command %s" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:1068 +#, python-format +msgid "Save default" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:121 +#: code:addons/web/static/src/xml/base.xml:175 +#: code:addons/web/static/src/xml/base.xml:264 +#, python-format +msgid "New database name:" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:394 +#, python-format +msgid "Please enter your new password" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:4886 +#, python-format +msgid "The field is empty, there's nothing to save !" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:545 +#, python-format +msgid "Manage Views" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1801 +#, python-format +msgid "Encoding:" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1808 +#, python-format +msgid "Lines to skip" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:2858 +#, python-format +msgid "Create \"%s\"" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/data_export.js:361 +#, python-format +msgid "Please select fields to save export list..." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:418 +#, python-format +msgid "Copyright © 2004-TODAY OpenERP SA. All Rights Reserved." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:2346 +#, python-format +msgid "This resource is empty" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1689 +#, python-format +msgid "Available fields" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1835 +#, python-format +msgid "The import failed due to:" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/views.js:812 +#: code:addons/web/static/src/xml/base.xml:539 +#, python-format +msgid "JS Tests" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1750 +#, python-format +msgid "Save as:" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:927 +#, python-format +msgid "Filter on: %s" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:2904 +#: code:addons/web/static/src/js/view_form.js:3757 +#, python-format +msgid "Create: " +msgstr "ایجاد: " + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:540 +#, python-format +msgid "View Fields" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:330 +#, python-format +msgid "Confirm New Password:" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:575 +#, python-format +msgid "Do you really want to remove these records?" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:958 +#, python-format +msgid "Context:" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1933 +#: code:addons/web/static/src/js/search.js:1960 +#, python-format +msgid "is" +msgstr "است" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/data_export.js:6 +#, python-format +msgid "Export Data" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:962 +#, python-format +msgid "Domain:" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:834 +#, python-format +msgid "Default:" +msgstr "پیش Ůرض:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:82 +#: code:addons/web/static/src/xml/base.xml:446 +#, python-format +msgid "OpenERP" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/doc/module/static/src/xml/web_example.xml:8 +#, python-format +msgid "Stop" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:68 +#: code:addons/web/static/src/xml/base.xml:193 +#: code:addons/web/static/src/xml/base.xml:225 +#, python-format +msgid "Database:" +msgstr "پایگاه داده:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1183 +#: code:addons/web/static/src/xml/base.xml:1240 +#, python-format +msgid "Uploading ..." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1853 +#, python-format +msgid "Name:" +msgstr "نام:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:1058 +#, python-format +msgid "About" +msgstr "درباره" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1431 +#, python-format +msgid "Search Again" +msgstr "جستجŮŰŚ مجدد" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1455 +#, python-format +msgid "-- Filters --" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1230 +#: code:addons/web/static/src/xml/base.xml:1232 +#, python-format +msgid "Clear" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1680 +#, python-format +msgid "Export all Data" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:1334 +#, python-format +msgid "" +"Grouping on field '%s' is not possible because that field does not appear in " +"the list view." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:537 +#, python-format +msgid "Set Defaults" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1670 +#, python-format +msgid "" +"This wizard will export all data that matches the current search criteria to " +"a CSV file.\n" +" You can export all data or only the fields that can be " +"reimported after modification." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:321 +#, python-format +msgid "The record could not be found in the database." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1472 +#, python-format +msgid "Filter Name:" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:946 +#, python-format +msgid "Type:" +msgstr "نŮŘą:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:538 +#, python-format +msgid "Incorrect super-administrator password" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:942 +#, python-format +msgid "Object:" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:292 +#: code:addons/web/static/src/js/chrome.js:326 +#, python-format +msgid "Loading" +msgstr "بارگذاری" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/coresetup.js:609 +#, python-format +msgid "about a year ago" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1870 +#: code:addons/web/static/src/js/search.js:1880 +#: code:addons/web/static/src/js/search.js:1914 +#: code:addons/web/static/src/js/search.js:1939 +#, python-format +msgid "is not equal to" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:5036 +#, python-format +msgid "" +"The type of the field '%s' must be a many2many field with a relation to " +"'ir.attachment' model." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/coresetup.js:604 +#, python-format +msgid "%d hours ago" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:4206 +#: code:addons/web/static/src/js/view_form.js:4335 +#, python-format +msgid "Add: " +msgstr "اŮزŮدن: " + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1858 +#, python-format +msgid "Quick Add" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1805 +#, python-format +msgid "Latin 1" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:260 +#: code:addons/web/static/src/js/chrome.js:269 +#: code:addons/web/static/src/js/chrome.js:449 +#: code:addons/web/static/src/js/chrome.js:792 +#: code:addons/web/static/src/js/view_form.js:572 +#: code:addons/web/static/src/js/view_form.js:1923 +#: code:addons/web/static/src/xml/base.xml:1752 +#, python-format +msgid "Ok" +msgstr "تائید" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/views.js:1162 +#, python-format +msgid "Uploading..." +msgstr "بارگذاری..." + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:125 +#, python-format +msgid "Load Demonstration data:" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:615 +#, python-format +msgid "Created by :" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/dates.js:22 +#: code:addons/web/static/src/js/dates.js:26 +#, python-format +msgid "'%s' is not a valid datetime" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:256 +#, python-format +msgid "File:" +msgstr "Ůایل:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1882 +#: code:addons/web/static/src/js/search.js:1916 +#: code:addons/web/static/src/js/search.js:1941 +#, python-format +msgid "less than" +msgstr "کمتر از" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:687 +#: code:addons/web/static/src/js/views.js:1097 +#, python-format +msgid "Warning" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:547 +#, python-format +msgid "Edit SearchView" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1975 +#, python-format +msgid "is true" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:3909 +#, python-format +msgid "Add an item" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1603 +#, python-format +msgid "Save current filter" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:1915 +#, python-format +msgid "Confirm" +msgstr "تائید" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/data_export.js:126 +#, python-format +msgid "Please enter save field list name" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:2206 +#, python-format +msgid "Download \"%s\"" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:326 +#, python-format +msgid "New" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:1767 +#, python-format +msgid "Can't convert value %s to context" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/views.js:807 +#: code:addons/web/static/src/xml/base.xml:541 +#, python-format +msgid "Fields View Get" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:149 +#, python-format +msgid "Confirm password:" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1883 +#: code:addons/web/static/src/js/search.js:1917 +#: code:addons/web/static/src/js/search.js:1942 +#, python-format +msgid "greater or equal than" +msgstr "بزرگتر یا مساŮŰŚ" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1321 +#, python-format +msgid "Button" +msgstr "دکمه" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:418 +#, python-format +msgid "OpenERP is a trademark of the" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/data_export.js:374 +#, python-format +msgid "Please select fields to export..." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:286 +#, python-format +msgid "New master password:" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1976 +#, python-format +msgid "is false" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:404 +#, python-format +msgid "About OpenERP" +msgstr "درباره OpenERP" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/formats.js:297 +#, python-format +msgid "'%s' is not a correct date, datetime nor time" +msgstr "" + +#. module: web +#: code:addons/web/controllers/main.py:1264 +#, python-format +msgid "No content found for field '%s' on '%s:%s'" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:304 +#, python-format +msgid "Database Management" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:5007 +#, python-format +msgid "Image" +msgstr "تصŮیر" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:81 +#, python-format +msgid "Manage Databases" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/pyeval.js:765 +#, python-format +msgid "Evaluation Error" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1283 +#, python-format +msgid "not a valid integer" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:337 +#: code:addons/web/static/src/xml/base.xml:776 +#: code:addons/web/static/src/xml/base.xml:816 +#: code:addons/web/static/src/xml/base.xml:1376 +#: code:addons/web/static/src/xml/base.xml:1384 +#: code:addons/web/static/src/xml/base.xml:1630 +#, python-format +msgid "or" +msgstr "یا" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1381 +#, python-format +msgid "No" +msgstr "خیر" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/formats.js:309 +#, python-format +msgid "'%s' is not convertible to date, datetime nor time" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:199 +#: code:addons/web/static/src/xml/base.xml:161 +#: code:addons/web/static/src/xml/base.xml:307 +#, python-format +msgid "Duplicate" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:777 +#: code:addons/web/static/src/xml/base.xml:817 +#: code:addons/web/static/src/xml/base.xml:1391 +#, python-format +msgid "Discard" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1624 +#, python-format +msgid "Add a condition" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/coresetup.js:629 +#, python-format +msgid "Still loading..." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:818 +#, python-format +msgid "Incorrect value for field %(fieldname)s: [%(value)s] is %(message)s" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:3805 +#, python-format +msgid "The o2m record must be saved before an action can be used" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:509 +#, python-format +msgid "Backed" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1610 +#, python-format +msgid "Use by default" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:1348 +#, python-format +msgid "%s (%d)" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:775 +#, python-format +msgid "triggered from search view" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:978 +#, python-format +msgid "Filter" +msgstr "Ůیلتر" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:950 +#, python-format +msgid "Widget:" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:548 +#, python-format +msgid "Edit Action" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:555 +#, python-format +msgid "ID:" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:870 +#, python-format +msgid "Only you" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:549 +#, python-format +msgid "Edit Workflow" +msgstr "Ůیرایش گردش کار" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/views.js:1171 +#, python-format +msgid "Do you really want to delete this attachment ?" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/views.js:840 +#, python-format +msgid "Technical Translation" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:938 +#, python-format +msgid "Field:" +msgstr "ŮŰŚŮ„ŘŻ:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:620 +#, python-format +msgid "Modified by :" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:499 +#, python-format +msgid "The database %s has been dropped" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:460 +#, python-format +msgid "User's timezone" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:284 +#: code:addons/web/static/src/js/chrome.js:1168 +#, python-format +msgid "Client Error" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/views.js:998 +#, python-format +msgid "Print" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1331 +#, python-format +msgid "Special:" +msgstr "" + +#. module: web +#: code:addons/web/controllers/main.py:834 +#, python-format +msgid "" +"The old password you provided is incorrect, your password was not changed." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:561 +#, python-format +msgid "Creation User:" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:769 +#, python-format +msgid "Do you really want to delete this record?" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1385 +#, python-format +msgid "Save & Close" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:2845 +#, python-format +msgid "Search More..." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:75 +#: code:addons/web/static/src/xml/base.xml:311 +#, python-format +msgid "Password" +msgstr "کلمه عبŮر" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:546 +#: code:addons/web/static/src/xml/base.xml:809 +#: code:addons/web/static/src/xml/base.xml:1178 +#, python-format +msgid "Edit" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1706 +#, python-format +msgid "Remove" +msgstr "Ř­Ř°Ů" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1062 +#, python-format +msgid "Select date" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1249 +#, python-format +msgid "Search %(field)s for: %(value)s" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1277 +#, python-format +msgid "Delete this file" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:109 +#, python-format +msgid "Create Database" +msgstr "ایجاد پایگاه داده" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:420 +#, python-format +msgid "GNU Affero General Public License" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1795 +#, python-format +msgid "Separator:" +msgstr "جداکننده:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:300 +#, python-format +msgid "Back to Login" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1662 +#: code:addons/web/static/src/xml/base.xml:1454 +#, python-format +msgid "Filters" +msgstr "" diff --git a/web/i18n/fi.po b/web/i18n/fi.po new file mode 100644 index 0000000..63cfe61 --- /dev/null +++ b/web/i18n/fi.po @@ -0,0 +1,2606 @@ +# Finnish translation for openerp-web +# Copyright (c) 2012 Rosetta Contributors and Canonical Ltd 2012 +# This file is distributed under the same license as the openerp-web package. +# FIRST AUTHOR , 2012. +# +msgid "" +msgstr "" +"Project-Id-Version: openerp-web\n" +"Report-Msgid-Bugs-To: FULL NAME \n" +"POT-Creation-Date: 2012-12-21 17:06+0000\n" +"PO-Revision-Date: 2013-02-06 08:55+0000\n" +"Last-Translator: Sligo Oy \n" +"Language-Team: Finnish \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Launchpad-Export-Date: 2013-02-07 05:42+0000\n" +"X-Generator: Launchpad (build 16477)\n" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:133 +#, python-format +msgid "Default language:" +msgstr "Oletuskieli:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/coresetup.js:602 +#, python-format +msgid "%d minutes ago" +msgstr "%d minuuttia sitten" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/coresetup.js:630 +#, python-format +msgid "Still loading...
    Please be patient." +msgstr "Ladataan...
    Olkaa hyvä ja odottakaa." + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1832 +#, python-format +msgid "%(field)s %(operator)s \"%(value)s\"" +msgstr "%(field)s %(operator)s \"%(value)s\"" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1884 +#: code:addons/web/static/src/js/search.js:1918 +#: code:addons/web/static/src/js/search.js:1943 +#, python-format +msgid "less or equal than" +msgstr "pienempi tai yhtäsuuri kuin" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:393 +#, python-format +msgid "Please enter your previous password" +msgstr "Syötä edellinen salasanasi" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:117 +#: code:addons/web/static/src/xml/base.xml:167 +#: code:addons/web/static/src/xml/base.xml:282 +#, python-format +msgid "Master password:" +msgstr "Pääsalasana:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:274 +#, python-format +msgid "Change Master Password" +msgstr "Vaihda pääsalasana" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:491 +#, python-format +msgid "Do you really want to delete the database: %s ?" +msgstr "Oletko varma, että haluat poistaa tietokannan: %s ?" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1398 +#, python-format +msgid "Search %(field)s at: %(value)s" +msgstr "Hae %(field)s arvoista: %(value)s" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:537 +#, python-format +msgid "Access Denied" +msgstr "Pääsy evätty" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:5183 +#, python-format +msgid "Uploading error" +msgstr "Lähetysvirhe" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/coresetup.js:603 +#, python-format +msgid "about an hour ago" +msgstr "noin tunti sitten" + +#. module: web +#. openerp-web +#: code:addons/web/controllers/main.py:768 +#: code:addons/web/static/src/js/chrome.js:514 +#: code:addons/web/static/src/xml/base.xml:216 +#, python-format +msgid "Backup Database" +msgstr "Varmuuskopioi tietokanta" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/views.js:463 +#, python-format +msgid "%(view_type)s view" +msgstr "%(view_type)s näkymä" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/dates.js:49 +#: code:addons/web/static/src/js/dates.js:53 +#, python-format +msgid "'%s' is not a valid date" +msgstr "\"%s\" ei ole kelvollinen päivämäärä" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1837 +#, python-format +msgid "Here is a preview of the file we could not import:" +msgstr "Tässä on näyte tiedostosta jota ei voitu tuoda:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/coresetup.js:601 +#, python-format +msgid "about a minute ago" +msgstr "noin minuutti sitten" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1297 +#, python-format +msgid "File" +msgstr "Tiedosto" + +#. module: web +#: code:addons/web/controllers/main.py:826 +#, python-format +msgid "You cannot leave any password empty." +msgstr "Et voi jättää salasanaa tyhjäksi." + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:680 +#, python-format +msgid "Invalid username or password" +msgstr "Virheellinen käyttäjänimi tai salasana" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:206 +#: code:addons/web/static/src/xml/base.xml:238 +#: code:addons/web/static/src/xml/base.xml:260 +#, python-format +msgid "Master Password:" +msgstr "Pääsalasana:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1217 +#: code:addons/web/static/src/xml/base.xml:1374 +#, python-format +msgid "Select" +msgstr "Valitse" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:549 +#, python-format +msgid "Database restored successfully" +msgstr "Tietokanta palautettu" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:415 +#, python-format +msgid "Version" +msgstr "Versio" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:570 +#, python-format +msgid "Latest Modification Date:" +msgstr "Viimeisin muutospäivämäärä:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1459 +#, python-format +msgid "M2O search fields do not currently handle multiple default values" +msgstr "Monesta yhteen hakukentät eivät salli useita oletusarvoja." + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:1227 +#, python-format +msgid "Widget type '%s' is not implemented" +msgstr "Pienohjelman tyyppiä '%s' ei ole asennettu" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1608 +#, python-format +msgid "Share with all users" +msgstr "Jaa kaikkien käyttäjien kanssa" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:77 +#: code:addons/web/static/src/js/view_form.js:321 +#, python-format +msgid "Form" +msgstr "Lomake" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1324 +#, python-format +msgid "(no string)" +msgstr "(ei merkkijonoa)" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/formats.js:282 +#, python-format +msgid "'%s' is not a correct time" +msgstr "'%s' on virheellinen aika" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1297 +#, python-format +msgid "not a valid number" +msgstr "Ei sallittu numeo" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:325 +#, python-format +msgid "New Password:" +msgstr "Uusi salasana:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:610 +#, python-format +msgid "Attachment :" +msgstr "Liite:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1691 +#, python-format +msgid "Fields to export" +msgstr "Vietävät kentät" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:1340 +#, python-format +msgid "Undefined" +msgstr "Määrittämätön" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:4871 +#, python-format +msgid "File Upload" +msgstr "Tiedoston lähetys" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/coresetup.js:607 +#, python-format +msgid "about a month ago" +msgstr "noin kuukausi sitten" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1600 +#, python-format +msgid "Custom Filters" +msgstr "Muokattavat suodattimet" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1336 +#, python-format +msgid "Button Type:" +msgstr "Painiketyyppi:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:419 +#, python-format +msgid "OpenERP SA Company" +msgstr "OpenERP SA yritys" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1553 +#, python-format +msgid "Custom Filter" +msgstr "Mukautettu suodatin" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:159 +#, python-format +msgid "Duplicate Database" +msgstr "Kopioi tietokanta" + +#. module: web +#. openerp-web +#: code:addons/web/controllers/main.py:789 +#: code:addons/web/controllers/main.py:790 +#: code:addons/web/controllers/main.py:826 +#: code:addons/web/controllers/main.py:828 +#: code:addons/web/controllers/main.py:834 +#: code:addons/web/controllers/main.py:835 +#: code:addons/web/static/src/js/chrome.js:768 +#: code:addons/web/static/src/xml/base.xml:276 +#: code:addons/web/static/src/xml/base.xml:336 +#, python-format +msgid "Change Password" +msgstr "Vaihda salasana" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:3411 +#, python-format +msgid "View type '%s' is not supported in One2Many." +msgstr "Näkymätyyppiä '%s' ei tueta yhdestä moneen kentissä." + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:4951 +#: code:addons/web/static/src/js/view_list.js:2194 +#, python-format +msgid "Download" +msgstr "Lataa" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/formats.js:266 +#, python-format +msgid "'%s' is not a correct datetime" +msgstr "'%s' on virheellinen päivämäärä" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:417 +#, python-format +msgid "Group" +msgstr "Ryhmä" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:927 +#, python-format +msgid "Unhandled widget" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:982 +#, python-format +msgid "Selection:" +msgstr "Valinta:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:871 +#, python-format +msgid "The following fields are invalid:" +msgstr "Seuraavat kentät ovat virheellisiä:" + +#. module: web +#: code:addons/web/controllers/main.py:847 +#, python-format +msgid "Languages" +msgstr "Kielet" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1270 +#, python-format +msgid "...Upload in progress..." +msgstr "...lähetys käynnissä..." + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1768 +#, python-format +msgid "Import" +msgstr "Tuo" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:543 +#, python-format +msgid "Could not restore the database" +msgstr "Tietokantaa ei voitu palauttaa" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:4851 +#, python-format +msgid "File upload" +msgstr "Tiedoston lähetys" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:3804 +#, python-format +msgid "Action Button" +msgstr "Toimintopainike" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:542 +#: code:addons/web/static/src/xml/base.xml:1467 +#, python-format +msgid "Manage Filters" +msgstr "Hallitse suodattimia" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1867 +#, python-format +msgid "contains" +msgstr "sisältää" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/coresetup.js:633 +#, python-format +msgid "Take a minute to get a coffee,
    because it's loading..." +msgstr "Käy vaikka kahvilla,
    koska tämä lataus kestää hetken..." + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:413 +#, python-format +msgid "Activate the developer mode" +msgstr "Aktivoi kehittäjätila" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:324 +#, python-format +msgid "Loading (%d)" +msgstr "Ladataan (%d)" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1114 +#, python-format +msgid "GroupBy" +msgstr "Järjestä" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:687 +#, python-format +msgid "You must select at least one record." +msgstr "Sinun täytyy valita vähintään yksi tietue." + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:535 +#, python-format +msgid "View Log (perm_read)" +msgstr "Näytä loki (perm_read)" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:1061 +#, python-format +msgid "Set Default" +msgstr "Aseta oletukseksi" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:978 +#, python-format +msgid "Relation:" +msgstr "Suhde:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/coresetup.js:600 +#, python-format +msgid "less than a minute ago" +msgstr "alle minuutti sitten" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:851 +#, python-format +msgid "Condition:" +msgstr "Ehto:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:1692 +#, python-format +msgid "Unsupported operator %s in domain %s" +msgstr "Ei tuettu operaattori %s toimialueella %s" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/formats.js:242 +#, python-format +msgid "'%s' is not a correct float" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:549 +#, python-format +msgid "Restored" +msgstr "Palautettu" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:394 +#, python-format +msgid "%d-%d of %d" +msgstr "%d-%d %d :sta" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:2868 +#, python-format +msgid "Create and Edit..." +msgstr "Luo ja muokkaa..." + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/pyeval.js:731 +#, python-format +msgid "Unknown nonliteral type " +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:2346 +#, python-format +msgid "Resource error" +msgstr "Resurssivirhe" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1961 +#, python-format +msgid "is not" +msgstr "ei ole" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:550 +#, python-format +msgid "Print Workflow" +msgstr "Tulosta työnkulku" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:396 +#, python-format +msgid "Please confirm your new password" +msgstr "Vahvista uusi salasanasi" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1804 +#, python-format +msgid "UTF-8" +msgstr "UTF-8" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:421 +#, python-format +msgid "For more information visit" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1859 +#, python-format +msgid "Add All Info..." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1683 +#, python-format +msgid "Export Formats" +msgstr "Vie muotoilut" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:974 +#, python-format +msgid "On change:" +msgstr "Vaihdettaessa:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/views.js:865 +#, python-format +msgid "Model %s fields" +msgstr "Malli %s kentät" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:893 +#, python-format +msgid "Setting 'id' attribute on existing record %s" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:8 +#, python-format +msgid "List" +msgstr "Lista" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1881 +#: code:addons/web/static/src/js/search.js:1915 +#: code:addons/web/static/src/js/search.js:1940 +#, python-format +msgid "greater than" +msgstr "suurempi kuin" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:2248 +#: code:addons/web/static/src/xml/base.xml:546 +#, python-format +msgid "View" +msgstr "Näkymä" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1466 +#, python-format +msgid "Save Filter" +msgstr "Tallenna suodatin" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1344 +#, python-format +msgid "Action ID:" +msgstr "Toiminnon ID:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:457 +#, python-format +msgid "Your user's preference timezone does not match your browser timezone:" +msgstr "" +"Käyttäjätietojesi aikavyöhyke ei täsmää selaimesi aikavyöhykkeen kanssa:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:1223 +#, python-format +msgid "Field '%s' specified in view could not be found." +msgstr "Näkymässä määriteltyä kenttää '%s' ei löytynyt." + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1756 +#, python-format +msgid "Saved exports:" +msgstr "Tallennetut viennit:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:320 +#, python-format +msgid "Old Password:" +msgstr "Vanha salasana:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/formats.js:113 +#, python-format +msgid "Bytes,Kb,Mb,Gb,Tb,Pb,Eb,Zb,Yb" +msgstr "bittiä,kb,Mb,Gb,Tb,Pb,Eb,Zb,Yb" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:481 +#, python-format +msgid "The database has been duplicated." +msgstr "Tietokanta on kopioitu" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1625 +#, python-format +msgid "Apply" +msgstr "Käytä" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1386 +#, python-format +msgid "Save & New" +msgstr "Tallenna & Uusi" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1223 +#: code:addons/web/static/src/xml/base.xml:1225 +#, python-format +msgid "Save As" +msgstr "Tallenna nimellä" + +#. module: web +#. openerp-web +#: code:addons/web/doc/module/static/src/xml/web_example.xml:3 +#, python-format +msgid "00:00:00" +msgstr "00:00:00" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:2317 +#, python-format +msgid "E-mail error" +msgstr "Sähköpostivirhe" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/coresetup.js:605 +#, python-format +msgid "a day ago" +msgstr "päivä sitten" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1789 +#, python-format +msgid "Does your file have titles?" +msgstr "Onko tiedostossasi otsikot?" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:327 +#, python-format +msgid "Unlimited" +msgstr "Rajoittamaton" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:784 +#, python-format +msgid "" +"Warning, the record has been modified, your changes will be discarded.\n" +"\n" +"Are you sure you want to leave this page ?" +msgstr "" +"Varoitus, tietuetta on muokattu ja tekemäsi muutokset hylätään.\n" +"\n" +"Haluatko varmasti poistua tältä sivulta ?" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:2904 +#, python-format +msgid "Search: " +msgstr "Etsi: " + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:544 +#, python-format +msgid "Technical translation" +msgstr "Tekninen käännös" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1797 +#, python-format +msgid "Delimiter:" +msgstr "Rajoitin:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:462 +#, python-format +msgid "Browser's timezone" +msgstr "Selaimen aikavyhöhyke" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1605 +#, python-format +msgid "Filter name" +msgstr "Suodattimen nimi" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1464 +#, python-format +msgid "-- Actions --" +msgstr "-- Toiminnot --" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:4134 +#: code:addons/web/static/src/js/view_form.js:4294 +#: code:addons/web/static/src/xml/base.xml:1407 +#: code:addons/web/static/src/xml/base.xml:1705 +#, python-format +msgid "Add" +msgstr "LIsää" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:536 +#, python-format +msgid "Toggle Form Layout Outline" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:421 +#, python-format +msgid "OpenERP.com" +msgstr "OpenERP.com" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:2317 +#, python-format +msgid "Can't send email to invalid e-mail address" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:636 +#, python-format +msgid "Add..." +msgstr "Lisää..." + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:405 +#, python-format +msgid "Preferences" +msgstr "Asetukset" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:436 +#, python-format +msgid "Wrong on change format: %s" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/controllers/main.py:750 +#: code:addons/web/static/src/xml/base.xml:185 +#, python-format +msgid "Drop Database" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:466 +#, python-format +msgid "Click here to change your user's timezone." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:966 +#, python-format +msgid "Modifiers:" +msgstr "Muuttujat:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:627 +#, python-format +msgid "Delete this attachment" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:774 +#: code:addons/web/static/src/xml/base.xml:815 +#: code:addons/web/static/src/xml/base.xml:1382 +#: code:addons/web/static/src/xml/base.xml:1612 +#, python-format +msgid "Save" +msgstr "Tallenna" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/views.js:999 +#: code:addons/web/static/src/xml/base.xml:352 +#, python-format +msgid "More" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:73 +#, python-format +msgid "Username" +msgstr "Käyttäjänimi" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:481 +#, python-format +msgid "Duplicating database" +msgstr "Tietokantaa kopioidaan" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:563 +#, python-format +msgid "Password has been changed successfully" +msgstr "Salasana vaihdettu" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list_editable.js:788 +#, python-format +msgid "The form's data can not be discarded" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:533 +#, python-format +msgid "Debug View#" +msgstr "Kehitysnäkymä#" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:77 +#, python-format +msgid "Log in" +msgstr "Kirjaudu sisään" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:198 +#: code:addons/web/static/src/js/view_list.js:346 +#: code:addons/web/static/src/xml/base.xml:1764 +#, python-format +msgid "Delete" +msgstr "Poista" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/pyeval.js:769 +#, python-format +msgid "" +"Local evaluation failure\n" +"%s\n" +"\n" +"%s" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:350 +#, python-format +msgid "Invalid database name" +msgstr "Virheellinen tietokannan nimi" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1693 +#, python-format +msgid "Save fields list" +msgstr "Tallenna kenttäluettelo" + +#. module: web +#. openerp-web +#: code:addons/web/doc/module/static/src/xml/web_example.xml:5 +#, python-format +msgid "Start" +msgstr "Aloita" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/views.js:823 +#, python-format +msgid "View Log (%s)" +msgstr "Katso lokia (%s)" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:564 +#, python-format +msgid "Creation Date:" +msgstr "Luontipäivämäärä:" + +#. module: web +#: code:addons/web/controllers/main.py:790 +#: code:addons/web/controllers/main.py:835 +#, python-format +msgid "Error, password not changed !" +msgstr "Virhe, salasanaa ei muutettu" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:4850 +#, python-format +msgid "The selected file exceed the maximum file size of %s." +msgstr "Tiedoston suurin sallittu koko %s ylitetty." + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:632 +#: code:addons/web/static/src/xml/base.xml:1300 +#, python-format +msgid "/web/binary/upload_attachment" +msgstr "/web/binary/upload_attachment" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:563 +#, python-format +msgid "Changed Password" +msgstr "Salasana vaihdettu" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1431 +#, python-format +msgid "Search" +msgstr "Etsi" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:3032 +#: code:addons/web/static/src/js/view_form.js:3668 +#: code:addons/web/static/src/js/view_form.js:3785 +#: code:addons/web/static/src/js/view_form.js:4230 +#: code:addons/web/static/src/js/view_form.js:4353 +#, python-format +msgid "Open: " +msgstr "Avaa: " + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:218 +#: code:addons/web/static/src/xml/base.xml:309 +#, python-format +msgid "Backup" +msgstr "Varmuuskopioi" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/dates.js:76 +#: code:addons/web/static/src/js/dates.js:80 +#, python-format +msgid "'%s' is not a valid time" +msgstr "\"%s\" ei ole kelvollinen aika" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/formats.js:274 +#, python-format +msgid "'%s' is not a correct date" +msgstr "'%s' ei ole kelvollinen päivämäärä" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:933 +#, python-format +msgid "(nolabel)" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/coresetup.js:606 +#, python-format +msgid "%d days ago" +msgstr "%d päivää sitten" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1474 +#, python-format +msgid "(Any existing filter with the same name will be replaced)" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:1918 +#: code:addons/web/static/src/xml/base.xml:338 +#: code:addons/web/static/src/xml/base.xml:1377 +#: code:addons/web/static/src/xml/base.xml:1860 +#, python-format +msgid "Cancel" +msgstr "Keskeytä" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/coresetup.js:628 +#: code:addons/web/static/src/xml/base.xml:9 +#, python-format +msgid "Loading..." +msgstr "Lataa..." + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:567 +#, python-format +msgid "Latest Modification by:" +msgstr "Viimeisin muutos:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:1242 +#: code:addons/web/static/src/xml/base.xml:470 +#, python-format +msgid "Timezone mismatch" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:1646 +#, python-format +msgid "Unknown operator %s in domain %s" +msgstr "Tuntematon operaattori %s toimialueella %s" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:428 +#, python-format +msgid "%d / %d" +msgstr "%d / %d" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1782 +#, python-format +msgid "2. Check your file format" +msgstr "2. Tarkista tiedostomuoto" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1718 +#, python-format +msgid "Name" +msgstr "Nimi" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1775 +#, python-format +msgid "" +"Select a .CSV file to import. If you need a sample of file to import,\n" +" you should use the export tool with the \"Import Compatible\" option." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/coresetup.js:608 +#, python-format +msgid "%d months ago" +msgstr "%d kuukautta sitten" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:187 +#: code:addons/web/static/src/xml/base.xml:308 +#, python-format +msgid "Drop" +msgstr "Pudota" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1465 +#, python-format +msgid "Add Advanced Filter" +msgstr "Lisää kehittynyt suodin" + +#. module: web +#: code:addons/web/controllers/main.py:828 +#, python-format +msgid "The new password and its confirmation must be identical." +msgstr "Uusi salasana sekä vahvistus tulee olla samat." + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:542 +#: code:addons/web/static/src/xml/base.xml:248 +#, python-format +msgid "Restore Database" +msgstr "Palauta tietokanta" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:644 +#, python-format +msgid "Login" +msgstr "Kirjaudu" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:420 +#, python-format +msgid "Licenced under the terms of" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:250 +#: code:addons/web/static/src/xml/base.xml:310 +#, python-format +msgid "Restore" +msgstr "Palauta" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1677 +#, python-format +msgid "Export Type:" +msgstr "Viennin tyyppi:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:406 +#, python-format +msgid "Log out" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1090 +#, python-format +msgid "Group by: %s" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:153 +#, python-format +msgid "No data provided." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:345 +#: code:addons/web/static/src/xml/base.xml:1665 +#, python-format +msgid "Export" +msgstr "Vie" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/data_export.js:12 +#, python-format +msgid "Export To File" +msgstr "Vie tiedostoon" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/views.js:1097 +#, python-format +msgid "You must choose at least one record." +msgstr "Sinun tulee valita ainakin yksi tietue" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/coresetup.js:631 +#, python-format +msgid "Don't leave yet,
    it's still loading..." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:775 +#, python-format +msgid "Invalid Search" +msgstr "Vriheellinen haku" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:980 +#, python-format +msgid "Could not find id in dataset" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1707 +#, python-format +msgid "Remove All" +msgstr "Poista kaikki" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1340 +#, python-format +msgid "Method:" +msgstr "Menetelmä:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:1439 +#, python-format +msgid "%(page)d/%(page_count)d" +msgstr "%(page)d/%(page_count)d" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:397 +#, python-format +msgid "The confirmation does not match the password" +msgstr "Salasanan vahvistus ei täsmää salasanan kanssa" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:441 +#, python-format +msgid "Edit Company data" +msgstr "Muokkaa yrityksen tietoja" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:4886 +#, python-format +msgid "Save As..." +msgstr "Tallenna nimellä..." + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:5007 +#, python-format +msgid "Could not display the selected image." +msgstr "Valittua kuvaa ei voitu näyttää." + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:509 +#, python-format +msgid "Database backed up successfully" +msgstr "Tietokanta varmistettu onnistuneesti" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1808 +#, python-format +msgid "" +"For use if CSV files have titles on multiple lines, skips more than a single " +"line during import" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:394 +#, python-format +msgid "99+" +msgstr "99+" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1774 +#, python-format +msgid "1. Import a .CSV file" +msgstr "1. Tuo .CSV tiedosto" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:644 +#, python-format +msgid "No database selected !" +msgstr "Tietokantaa ei valittu !" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/formats.js:180 +#, python-format +msgid "(%d records)" +msgstr "(%d tietuetta)" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:970 +#, python-format +msgid "Change default:" +msgstr "Vaihda oletusarvo:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:171 +#, python-format +msgid "Original database name:" +msgstr "Alkuperäinen tietokannan nimi:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1869 +#: code:addons/web/static/src/js/search.js:1879 +#: code:addons/web/static/src/js/search.js:1913 +#: code:addons/web/static/src/js/search.js:1938 +#, python-format +msgid "is equal to" +msgstr "on yhtäsuuri kuin" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/views.js:1500 +#, python-format +msgid "Could not serialize XML" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1619 +#, python-format +msgid "Advanced Search" +msgstr "Tarkennettu haku" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:290 +#, python-format +msgid "Confirm new master password:" +msgstr "Vahvista uusi pääsalasana" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/coresetup.js:634 +#, python-format +msgid "Maybe you should consider reloading the application by pressing F5..." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:17 +#: code:addons/web/static/src/js/view_list.js:2248 +#: code:addons/web/static/src/xml/base.xml:111 +#: code:addons/web/static/src/xml/base.xml:306 +#: code:addons/web/static/src/xml/base.xml:812 +#: code:addons/web/static/src/xml/base.xml:1376 +#, python-format +msgid "Create" +msgstr "Luo" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1868 +#, python-format +msgid "doesn't contain" +msgstr "ei sisällä" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1785 +#, python-format +msgid "Import Options" +msgstr "Tuonnin valinnat" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:2936 +#, python-format +msgid "Add %s" +msgstr "Lisää %s" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:145 +#, python-format +msgid "Admin password:" +msgstr "Pääkäyttäjän salasana:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/data_export.js:11 +#: code:addons/web/static/src/js/view_form.js:1067 +#: code:addons/web/static/src/xml/base.xml:1394 +#, python-format +msgid "Close" +msgstr "Sulje" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/coresetup.js:632 +#, python-format +msgid "" +"You may not believe it,
    but the application is actually loading..." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1779 +#, python-format +msgid "CSV File:" +msgstr "CSV tiedosto:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1741 +#, python-format +msgid "Advanced" +msgstr "Lisäasetukset" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_tree.js:11 +#, python-format +msgid "Tree" +msgstr "Puu" + +#. module: web +#: code:addons/web/controllers/main.py:750 +#, python-format +msgid "Could not drop database !" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/formats.js:227 +#, python-format +msgid "'%s' is not a correct integer" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:877 +#, python-format +msgid "All users" +msgstr "Kaikki käyttäjät" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:1654 +#, python-format +msgid "Unknown field %s in domain %s" +msgstr "Tuntematon kenttä %s toimialueella %s" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/views.js:1466 +#, python-format +msgid "Node [%s] is not a JSONified XML node" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1428 +#, python-format +msgid "Advanced Search..." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:499 +#, python-format +msgid "Dropping database" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:82 +#: code:addons/web/static/src/xml/base.xml:445 +#, python-format +msgid "Powered by" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1380 +#: code:addons/web/static/src/xml/base.xml:970 +#, python-format +msgid "Yes" +msgstr "Kyllä" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:4871 +#, python-format +msgid "There was a problem while uploading your file" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:558 +#, python-format +msgid "XML ID:" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:954 +#, python-format +msgid "Size:" +msgstr "Koko:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1824 +#, python-format +msgid "--- Don't Import ---" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1679 +#, python-format +msgid "Import-Compatible Export" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/coresetup.js:610 +#, python-format +msgid "%d years ago" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:1040 +#, python-format +msgid "Unknown m2m command %s" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:1068 +#, python-format +msgid "Save default" +msgstr "Tallenna oletusarvo" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:121 +#: code:addons/web/static/src/xml/base.xml:175 +#: code:addons/web/static/src/xml/base.xml:264 +#, python-format +msgid "New database name:" +msgstr "Uuden tietokannan nimi:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:394 +#, python-format +msgid "Please enter your new password" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:4886 +#, python-format +msgid "The field is empty, there's nothing to save !" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:545 +#, python-format +msgid "Manage Views" +msgstr "Muokkaa näkymiä" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1801 +#, python-format +msgid "Encoding:" +msgstr "Merkistö:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1808 +#, python-format +msgid "Lines to skip" +msgstr "Ohitettavat rivit" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:2858 +#, python-format +msgid "Create \"%s\"" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/data_export.js:361 +#, python-format +msgid "Please select fields to save export list..." +msgstr "Ole hyvä ja valitse kentät vientiluetteloon." + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:418 +#, python-format +msgid "Copyright © 2004-TODAY OpenERP SA. All Rights Reserved." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:2346 +#, python-format +msgid "This resource is empty" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1689 +#, python-format +msgid "Available fields" +msgstr "Mahdolliset kentät" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1835 +#, python-format +msgid "The import failed due to:" +msgstr "Tuonti epäonnistui, koska:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/views.js:812 +#: code:addons/web/static/src/xml/base.xml:539 +#, python-format +msgid "JS Tests" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1750 +#, python-format +msgid "Save as:" +msgstr "Tallenna nimellä:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:927 +#, python-format +msgid "Filter on: %s" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:2904 +#: code:addons/web/static/src/js/view_form.js:3757 +#, python-format +msgid "Create: " +msgstr "Luo: " + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:540 +#, python-format +msgid "View Fields" +msgstr "Näytä kentät" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:330 +#, python-format +msgid "Confirm New Password:" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:575 +#, python-format +msgid "Do you really want to remove these records?" +msgstr "Oletko varma että haluat poistaa nämä tietueet?" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:958 +#, python-format +msgid "Context:" +msgstr "Konteksti:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1933 +#: code:addons/web/static/src/js/search.js:1960 +#, python-format +msgid "is" +msgstr "on" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/data_export.js:6 +#, python-format +msgid "Export Data" +msgstr "Vie tiedot" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:962 +#, python-format +msgid "Domain:" +msgstr "Toimialue:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:834 +#, python-format +msgid "Default:" +msgstr "Oletus:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:82 +#: code:addons/web/static/src/xml/base.xml:446 +#, python-format +msgid "OpenERP" +msgstr "OpenERP" + +#. module: web +#. openerp-web +#: code:addons/web/doc/module/static/src/xml/web_example.xml:8 +#, python-format +msgid "Stop" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:68 +#: code:addons/web/static/src/xml/base.xml:193 +#: code:addons/web/static/src/xml/base.xml:225 +#, python-format +msgid "Database:" +msgstr "Tietokanta:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1183 +#: code:addons/web/static/src/xml/base.xml:1240 +#, python-format +msgid "Uploading ..." +msgstr "Lähetetään..." + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1853 +#, python-format +msgid "Name:" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:1058 +#, python-format +msgid "About" +msgstr "Tietoja" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1431 +#, python-format +msgid "Search Again" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1455 +#, python-format +msgid "-- Filters --" +msgstr "-- Suotimet --" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1230 +#: code:addons/web/static/src/xml/base.xml:1232 +#, python-format +msgid "Clear" +msgstr "Pyyhi" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1680 +#, python-format +msgid "Export all Data" +msgstr "Vie kaikki tiedot" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:1334 +#, python-format +msgid "" +"Grouping on field '%s' is not possible because that field does not appear in " +"the list view." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:537 +#, python-format +msgid "Set Defaults" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1670 +#, python-format +msgid "" +"This wizard will export all data that matches the current search criteria to " +"a CSV file.\n" +" You can export all data or only the fields that can be " +"reimported after modification." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:321 +#, python-format +msgid "The record could not be found in the database." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1472 +#, python-format +msgid "Filter Name:" +msgstr "Suotimen nimi:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:946 +#, python-format +msgid "Type:" +msgstr "Tyyppi:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:538 +#, python-format +msgid "Incorrect super-administrator password" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:942 +#, python-format +msgid "Object:" +msgstr "Objekti:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:292 +#: code:addons/web/static/src/js/chrome.js:326 +#, python-format +msgid "Loading" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/coresetup.js:609 +#, python-format +msgid "about a year ago" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1870 +#: code:addons/web/static/src/js/search.js:1880 +#: code:addons/web/static/src/js/search.js:1914 +#: code:addons/web/static/src/js/search.js:1939 +#, python-format +msgid "is not equal to" +msgstr "ei ole yhtäsuuri kuin" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:5036 +#, python-format +msgid "" +"The type of the field '%s' must be a many2many field with a relation to " +"'ir.attachment' model." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/coresetup.js:604 +#, python-format +msgid "%d hours ago" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:4206 +#: code:addons/web/static/src/js/view_form.js:4335 +#, python-format +msgid "Add: " +msgstr "Lisää: " + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1858 +#, python-format +msgid "Quick Add" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1805 +#, python-format +msgid "Latin 1" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:260 +#: code:addons/web/static/src/js/chrome.js:269 +#: code:addons/web/static/src/js/chrome.js:449 +#: code:addons/web/static/src/js/chrome.js:792 +#: code:addons/web/static/src/js/view_form.js:572 +#: code:addons/web/static/src/js/view_form.js:1923 +#: code:addons/web/static/src/xml/base.xml:1752 +#, python-format +msgid "Ok" +msgstr "Ok" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/views.js:1162 +#, python-format +msgid "Uploading..." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:125 +#, python-format +msgid "Load Demonstration data:" +msgstr "Lataa demo tiedot:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:615 +#, python-format +msgid "Created by :" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/dates.js:22 +#: code:addons/web/static/src/js/dates.js:26 +#, python-format +msgid "'%s' is not a valid datetime" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:256 +#, python-format +msgid "File:" +msgstr "Tiedosto:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1882 +#: code:addons/web/static/src/js/search.js:1916 +#: code:addons/web/static/src/js/search.js:1941 +#, python-format +msgid "less than" +msgstr "pienempi kuin" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:687 +#: code:addons/web/static/src/js/views.js:1097 +#, python-format +msgid "Warning" +msgstr "Varoitus" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:547 +#, python-format +msgid "Edit SearchView" +msgstr "Muokkaa hakunäkymää" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1975 +#, python-format +msgid "is true" +msgstr "on tosi" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:3909 +#, python-format +msgid "Add an item" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1603 +#, python-format +msgid "Save current filter" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:1915 +#, python-format +msgid "Confirm" +msgstr "Hyväksy" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/data_export.js:126 +#, python-format +msgid "Please enter save field list name" +msgstr "Ole hyvä ja anna tallennus kentän listan nimi" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:2206 +#, python-format +msgid "Download \"%s\"" +msgstr "Lataa \"%s\"" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:326 +#, python-format +msgid "New" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:1767 +#, python-format +msgid "Can't convert value %s to context" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/views.js:807 +#: code:addons/web/static/src/xml/base.xml:541 +#, python-format +msgid "Fields View Get" +msgstr "Hae Kenttänäkymä" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:149 +#, python-format +msgid "Confirm password:" +msgstr "Vahvista salasana:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1883 +#: code:addons/web/static/src/js/search.js:1917 +#: code:addons/web/static/src/js/search.js:1942 +#, python-format +msgid "greater or equal than" +msgstr "Suurempi tai yhtäsuuri kuin" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1321 +#, python-format +msgid "Button" +msgstr "Nappi" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:418 +#, python-format +msgid "OpenERP is a trademark of the" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/data_export.js:374 +#, python-format +msgid "Please select fields to export..." +msgstr "Valitse vietävät kentät..." + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:286 +#, python-format +msgid "New master password:" +msgstr "Uusi pääsalasana" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1976 +#, python-format +msgid "is false" +msgstr "on epätosi" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:404 +#, python-format +msgid "About OpenERP" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/formats.js:297 +#, python-format +msgid "'%s' is not a correct date, datetime nor time" +msgstr "" + +#. module: web +#: code:addons/web/controllers/main.py:1264 +#, python-format +msgid "No content found for field '%s' on '%s:%s'" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:304 +#, python-format +msgid "Database Management" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:5007 +#, python-format +msgid "Image" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:81 +#, python-format +msgid "Manage Databases" +msgstr "Hallitse tietokantoja" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/pyeval.js:765 +#, python-format +msgid "Evaluation Error" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1283 +#, python-format +msgid "not a valid integer" +msgstr "Ei sallittu kokonaisluku" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:337 +#: code:addons/web/static/src/xml/base.xml:776 +#: code:addons/web/static/src/xml/base.xml:816 +#: code:addons/web/static/src/xml/base.xml:1376 +#: code:addons/web/static/src/xml/base.xml:1384 +#: code:addons/web/static/src/xml/base.xml:1630 +#, python-format +msgid "or" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1381 +#, python-format +msgid "No" +msgstr "Ei" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/formats.js:309 +#, python-format +msgid "'%s' is not convertible to date, datetime nor time" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:199 +#: code:addons/web/static/src/xml/base.xml:161 +#: code:addons/web/static/src/xml/base.xml:307 +#, python-format +msgid "Duplicate" +msgstr "Kopioi" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:777 +#: code:addons/web/static/src/xml/base.xml:817 +#: code:addons/web/static/src/xml/base.xml:1391 +#, python-format +msgid "Discard" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1624 +#, python-format +msgid "Add a condition" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/coresetup.js:629 +#, python-format +msgid "Still loading..." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:818 +#, python-format +msgid "Incorrect value for field %(fieldname)s: [%(value)s] is %(message)s" +msgstr "Virheellinen arvo kentälle %(fieldname)s: [%(value)s] is %(message)s" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:3805 +#, python-format +msgid "The o2m record must be saved before an action can be used" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:509 +#, python-format +msgid "Backed" +msgstr "Varmistetaan" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1610 +#, python-format +msgid "Use by default" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:1348 +#, python-format +msgid "%s (%d)" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:775 +#, python-format +msgid "triggered from search view" +msgstr "liipaistu hakunäkymästä" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:978 +#, python-format +msgid "Filter" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:950 +#, python-format +msgid "Widget:" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:548 +#, python-format +msgid "Edit Action" +msgstr "Muokkaa toimintoa" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:555 +#, python-format +msgid "ID:" +msgstr "ID:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:870 +#, python-format +msgid "Only you" +msgstr "Vain sinä" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:549 +#, python-format +msgid "Edit Workflow" +msgstr "Muokkaa työnkulkua" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/views.js:1171 +#, python-format +msgid "Do you really want to delete this attachment ?" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/views.js:840 +#, python-format +msgid "Technical Translation" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:938 +#, python-format +msgid "Field:" +msgstr "Kenttä:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:620 +#, python-format +msgid "Modified by :" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:499 +#, python-format +msgid "The database %s has been dropped" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:460 +#, python-format +msgid "User's timezone" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:284 +#: code:addons/web/static/src/js/chrome.js:1168 +#, python-format +msgid "Client Error" +msgstr "Asiakasohjelmiston virhe" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/views.js:998 +#, python-format +msgid "Print" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1331 +#, python-format +msgid "Special:" +msgstr "Erityinen:" + +#. module: web +#: code:addons/web/controllers/main.py:834 +#, python-format +msgid "" +"The old password you provided is incorrect, your password was not changed." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:561 +#, python-format +msgid "Creation User:" +msgstr "Luonut käyttäjä:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:769 +#, python-format +msgid "Do you really want to delete this record?" +msgstr "Haluatko poistaa tämän tietueen?" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1385 +#, python-format +msgid "Save & Close" +msgstr "Tallenna & Sulje" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:2845 +#, python-format +msgid "Search More..." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:75 +#: code:addons/web/static/src/xml/base.xml:311 +#, python-format +msgid "Password" +msgstr "Salasana" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:546 +#: code:addons/web/static/src/xml/base.xml:809 +#: code:addons/web/static/src/xml/base.xml:1178 +#, python-format +msgid "Edit" +msgstr "Muokkaa" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1706 +#, python-format +msgid "Remove" +msgstr "Poista" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1062 +#, python-format +msgid "Select date" +msgstr "Valitse päiväys" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1249 +#, python-format +msgid "Search %(field)s for: %(value)s" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1277 +#, python-format +msgid "Delete this file" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:109 +#, python-format +msgid "Create Database" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:420 +#, python-format +msgid "GNU Affero General Public License" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1795 +#, python-format +msgid "Separator:" +msgstr "Erotin:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:300 +#, python-format +msgid "Back to Login" +msgstr "Paluu kirjautumiseen" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1662 +#: code:addons/web/static/src/xml/base.xml:1454 +#, python-format +msgid "Filters" +msgstr "Suotimet" diff --git a/web/i18n/fr.po b/web/i18n/fr.po new file mode 100644 index 0000000..6a7f8ca --- /dev/null +++ b/web/i18n/fr.po @@ -0,0 +1,2639 @@ +# French translation for openerp-web +# Copyright (c) 2011 Rosetta Contributors and Canonical Ltd 2011 +# This file is distributed under the same license as the openerp-web package. +# FIRST AUTHOR , 2011. +# +msgid "" +msgstr "" +"Project-Id-Version: openerp-web\n" +"Report-Msgid-Bugs-To: FULL NAME \n" +"POT-Creation-Date: 2012-12-21 17:06+0000\n" +"PO-Revision-Date: 2013-01-09 15:30+0000\n" +"Last-Translator: Numérigraphe \n" +"Language-Team: French \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Launchpad-Export-Date: 2013-01-10 05:36+0000\n" +"X-Generator: Launchpad (build 16412)\n" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:133 +#, python-format +msgid "Default language:" +msgstr "Langue par défaut :" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/coresetup.js:602 +#, python-format +msgid "%d minutes ago" +msgstr "il y a %d minutes" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/coresetup.js:630 +#, python-format +msgid "Still loading...
    Please be patient." +msgstr "Le chargement continue...
    Soyez patient SVP." + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1832 +#, python-format +msgid "%(field)s %(operator)s \"%(value)s\"" +msgstr "%(field)s %(operator)s \"%(value)s\"" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1884 +#: code:addons/web/static/src/js/search.js:1918 +#: code:addons/web/static/src/js/search.js:1943 +#, python-format +msgid "less or equal than" +msgstr "inférieur ou égal à" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:393 +#, python-format +msgid "Please enter your previous password" +msgstr "Veuillez entrer votre ancien mot de passe" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:117 +#: code:addons/web/static/src/xml/base.xml:167 +#: code:addons/web/static/src/xml/base.xml:282 +#, python-format +msgid "Master password:" +msgstr "Mot de passe principal:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:274 +#, python-format +msgid "Change Master Password" +msgstr "Changer le mot de passe principal" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:491 +#, python-format +msgid "Do you really want to delete the database: %s ?" +msgstr "Voulez-vous réellement supprimer la base de données : %s ?" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1398 +#, python-format +msgid "Search %(field)s at: %(value)s" +msgstr "Rechercher %(field)s à : %(value)s" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:537 +#, python-format +msgid "Access Denied" +msgstr "Accès refusé" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:5183 +#, python-format +msgid "Uploading error" +msgstr "Erreur de transmission" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/coresetup.js:603 +#, python-format +msgid "about an hour ago" +msgstr "il y a une heure" + +#. module: web +#. openerp-web +#: code:addons/web/controllers/main.py:768 +#: code:addons/web/static/src/js/chrome.js:514 +#: code:addons/web/static/src/xml/base.xml:216 +#, python-format +msgid "Backup Database" +msgstr "Sauvegarde de la base de données" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/views.js:463 +#, python-format +msgid "%(view_type)s view" +msgstr "vue %(view_type)s" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/dates.js:49 +#: code:addons/web/static/src/js/dates.js:53 +#, python-format +msgid "'%s' is not a valid date" +msgstr "'%s' n'est pas une date valide" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1837 +#, python-format +msgid "Here is a preview of the file we could not import:" +msgstr "Voici un aperçu du fichier qui n'a pu être importé :" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/coresetup.js:601 +#, python-format +msgid "about a minute ago" +msgstr "il y a une minute" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1297 +#, python-format +msgid "File" +msgstr "Fichier" + +#. module: web +#: code:addons/web/controllers/main.py:826 +#, python-format +msgid "You cannot leave any password empty." +msgstr "Vous ne pouvez pas laisser un mot de passe vide" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:680 +#, python-format +msgid "Invalid username or password" +msgstr "Nom d'utilisateur ou mot de passe incorrect" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:206 +#: code:addons/web/static/src/xml/base.xml:238 +#: code:addons/web/static/src/xml/base.xml:260 +#, python-format +msgid "Master Password:" +msgstr "Mot de passe administrateur :" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1217 +#: code:addons/web/static/src/xml/base.xml:1374 +#, python-format +msgid "Select" +msgstr "Sélectionner" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:549 +#, python-format +msgid "Database restored successfully" +msgstr "La base de données a été restaurée avec succès" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:415 +#, python-format +msgid "Version" +msgstr "Version" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:570 +#, python-format +msgid "Latest Modification Date:" +msgstr "Date de dernière modification :" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1459 +#, python-format +msgid "M2O search fields do not currently handle multiple default values" +msgstr "" +"Les champs de recherche M2O ne prennent pour l'instant en compte qu'une " +"seule valeur par défaut." + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:1227 +#, python-format +msgid "Widget type '%s' is not implemented" +msgstr "Le type de composant '%s' n'est pas implémenté" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1608 +#, python-format +msgid "Share with all users" +msgstr "Partager avec tous les utilisateurs" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:77 +#: code:addons/web/static/src/js/view_form.js:321 +#, python-format +msgid "Form" +msgstr "Formulaire" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1324 +#, python-format +msgid "(no string)" +msgstr "(no string)" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/formats.js:282 +#, python-format +msgid "'%s' is not a correct time" +msgstr "'%s' n'est pas une heure correcte" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1297 +#, python-format +msgid "not a valid number" +msgstr "nombre non valide" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:325 +#, python-format +msgid "New Password:" +msgstr "Nouveau mot de passe :" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:610 +#, python-format +msgid "Attachment :" +msgstr "Pièce jointe :" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1691 +#, python-format +msgid "Fields to export" +msgstr "Champs à exporter" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:1340 +#, python-format +msgid "Undefined" +msgstr "Sans valeur" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:4871 +#, python-format +msgid "File Upload" +msgstr "Envoi de fichier" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/coresetup.js:607 +#, python-format +msgid "about a month ago" +msgstr "il y a un mois" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1600 +#, python-format +msgid "Custom Filters" +msgstr "Filtres personnalisés" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1336 +#, python-format +msgid "Button Type:" +msgstr "Type de bouton :" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:419 +#, python-format +msgid "OpenERP SA Company" +msgstr "la société OpenERP SA" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1553 +#, python-format +msgid "Custom Filter" +msgstr "Filtre personnalisé" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:159 +#, python-format +msgid "Duplicate Database" +msgstr "Dupliquer la base de donnée" + +#. module: web +#. openerp-web +#: code:addons/web/controllers/main.py:789 +#: code:addons/web/controllers/main.py:790 +#: code:addons/web/controllers/main.py:826 +#: code:addons/web/controllers/main.py:828 +#: code:addons/web/controllers/main.py:834 +#: code:addons/web/controllers/main.py:835 +#: code:addons/web/static/src/js/chrome.js:768 +#: code:addons/web/static/src/xml/base.xml:276 +#: code:addons/web/static/src/xml/base.xml:336 +#, python-format +msgid "Change Password" +msgstr "Changer de mot de passe" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:3411 +#, python-format +msgid "View type '%s' is not supported in One2Many." +msgstr "Le type de vue '%s' n'est pas supporté dans les One2Many" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:4951 +#: code:addons/web/static/src/js/view_list.js:2194 +#, python-format +msgid "Download" +msgstr "Télécharger" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/formats.js:266 +#, python-format +msgid "'%s' is not a correct datetime" +msgstr "'%s' n'est pas une date et une heure correcte" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:417 +#, python-format +msgid "Group" +msgstr "Groupe" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:927 +#, python-format +msgid "Unhandled widget" +msgstr "Composant non supporté" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:982 +#, python-format +msgid "Selection:" +msgstr "Sélection :" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:871 +#, python-format +msgid "The following fields are invalid:" +msgstr "Les champs suivants sont incorrects :" + +#. module: web +#: code:addons/web/controllers/main.py:847 +#, python-format +msgid "Languages" +msgstr "Langues" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1270 +#, python-format +msgid "...Upload in progress..." +msgstr "…Envoi en cours…" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1768 +#, python-format +msgid "Import" +msgstr "Importer" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:543 +#, python-format +msgid "Could not restore the database" +msgstr "Impossible de restaurer la base de données" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:4851 +#, python-format +msgid "File upload" +msgstr "Envoi de fichiers" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:3804 +#, python-format +msgid "Action Button" +msgstr "Bouton d'action" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:542 +#: code:addons/web/static/src/xml/base.xml:1467 +#, python-format +msgid "Manage Filters" +msgstr "Gestion des filtres" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1867 +#, python-format +msgid "contains" +msgstr "contient" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/coresetup.js:633 +#, python-format +msgid "Take a minute to get a coffee,
    because it's loading..." +msgstr "" +"Prenez une minute pour boire un café,
    car le chargement est en cours…" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:413 +#, python-format +msgid "Activate the developer mode" +msgstr "Activer le mode développeur" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:324 +#, python-format +msgid "Loading (%d)" +msgstr "Chargement (%d)" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1114 +#, python-format +msgid "GroupBy" +msgstr "Grouper par" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:687 +#, python-format +msgid "You must select at least one record." +msgstr "Vous devez sélectionner au moins un enregistrement." + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:535 +#, python-format +msgid "View Log (perm_read)" +msgstr "Afficher le journal (perm_read)" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:1061 +#, python-format +msgid "Set Default" +msgstr "Définir des valeurs par défaut" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:978 +#, python-format +msgid "Relation:" +msgstr "Relation :" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/coresetup.js:600 +#, python-format +msgid "less than a minute ago" +msgstr "il y a moins d'une minute" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:851 +#, python-format +msgid "Condition:" +msgstr "Condition :" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:1692 +#, python-format +msgid "Unsupported operator %s in domain %s" +msgstr "Opérateur %s non supporté dans le domaine %s" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/formats.js:242 +#, python-format +msgid "'%s' is not a correct float" +msgstr "'%s' n'est pas un nombre décimal correct" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:549 +#, python-format +msgid "Restored" +msgstr "Restaurée" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:394 +#, python-format +msgid "%d-%d of %d" +msgstr "%d-%d sur %d" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:2868 +#, python-format +msgid "Create and Edit..." +msgstr "Créer et modifier..." + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/pyeval.js:731 +#, python-format +msgid "Unknown nonliteral type " +msgstr "Type non litéral inconnu " + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:2346 +#, python-format +msgid "Resource error" +msgstr "Erreur sur la ressource" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1961 +#, python-format +msgid "is not" +msgstr "n'est pas" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:550 +#, python-format +msgid "Print Workflow" +msgstr "Imprimer le workflow" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:396 +#, python-format +msgid "Please confirm your new password" +msgstr "Veuillez confirmer votre nouveau mot de passe" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1804 +#, python-format +msgid "UTF-8" +msgstr "UTF-8" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:421 +#, python-format +msgid "For more information visit" +msgstr "Pour plus d'informations veuillez consulter" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1859 +#, python-format +msgid "Add All Info..." +msgstr "Ajouter toutes les informations..." + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1683 +#, python-format +msgid "Export Formats" +msgstr "Formats d'export" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:974 +#, python-format +msgid "On change:" +msgstr "On change:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/views.js:865 +#, python-format +msgid "Model %s fields" +msgstr "Champs du modèle %s" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:893 +#, python-format +msgid "Setting 'id' attribute on existing record %s" +msgstr "Définir l'attribut 'id' sur l'enregistrement %s existant" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:8 +#, python-format +msgid "List" +msgstr "Liste" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1881 +#: code:addons/web/static/src/js/search.js:1915 +#: code:addons/web/static/src/js/search.js:1940 +#, python-format +msgid "greater than" +msgstr "supérieur à" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:2248 +#: code:addons/web/static/src/xml/base.xml:546 +#, python-format +msgid "View" +msgstr "Vue" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1466 +#, python-format +msgid "Save Filter" +msgstr "Enregistrer le filtre" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1344 +#, python-format +msgid "Action ID:" +msgstr "ID Action :" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:457 +#, python-format +msgid "Your user's preference timezone does not match your browser timezone:" +msgstr "" +"Le fuseau horaire défini dans vos préférences d'utilisateur n'est pas le " +"même que celui de votre navigateur." + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:1223 +#, python-format +msgid "Field '%s' specified in view could not be found." +msgstr "Le champ \"%s\" indiqué dans la vue est introuvable." + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1756 +#, python-format +msgid "Saved exports:" +msgstr "Exports enregistrés :" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:320 +#, python-format +msgid "Old Password:" +msgstr "Ancien mot de passe :" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/formats.js:113 +#, python-format +msgid "Bytes,Kb,Mb,Gb,Tb,Pb,Eb,Zb,Yb" +msgstr "Octets,Ko,Mo,Go,To,Po,Eo,Zo,Yo" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:481 +#, python-format +msgid "The database has been duplicated." +msgstr "La base de données a été dupliquée." + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1625 +#, python-format +msgid "Apply" +msgstr "Appliquer" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1386 +#, python-format +msgid "Save & New" +msgstr "Enregistrer & créer" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1223 +#: code:addons/web/static/src/xml/base.xml:1225 +#, python-format +msgid "Save As" +msgstr "Enregistrer sous" + +#. module: web +#. openerp-web +#: code:addons/web/doc/module/static/src/xml/web_example.xml:3 +#, python-format +msgid "00:00:00" +msgstr "00:00:00" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:2317 +#, python-format +msgid "E-mail error" +msgstr "Erreur dans le courriel" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/coresetup.js:605 +#, python-format +msgid "a day ago" +msgstr "il y a un jour" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1789 +#, python-format +msgid "Does your file have titles?" +msgstr "Votre fichier contient-il une ligne d'en-têtes?" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:327 +#, python-format +msgid "Unlimited" +msgstr "Illimité" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:784 +#, python-format +msgid "" +"Warning, the record has been modified, your changes will be discarded.\n" +"\n" +"Are you sure you want to leave this page ?" +msgstr "" +"Attention, cet enregistrement a été modifié et vos modifications vont être " +"annulées.\n" +"\n" +"Êtes-vous sûr(e) de vouloir quitter cette page ?" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:2904 +#, python-format +msgid "Search: " +msgstr "Rechercher : " + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:544 +#, python-format +msgid "Technical translation" +msgstr "Traduction technique" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1797 +#, python-format +msgid "Delimiter:" +msgstr "Délimiteur :" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:462 +#, python-format +msgid "Browser's timezone" +msgstr "Fuseau horaire du navigateur" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1605 +#, python-format +msgid "Filter name" +msgstr "Nom du filtre" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1464 +#, python-format +msgid "-- Actions --" +msgstr "-- Actions --" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:4134 +#: code:addons/web/static/src/js/view_form.js:4294 +#: code:addons/web/static/src/xml/base.xml:1407 +#: code:addons/web/static/src/xml/base.xml:1705 +#, python-format +msgid "Add" +msgstr "Ajouter" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:536 +#, python-format +msgid "Toggle Form Layout Outline" +msgstr "Activer/désactiver la mise en valeur de la structure." + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:421 +#, python-format +msgid "OpenERP.com" +msgstr "OpenERP.com" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:2317 +#, python-format +msgid "Can't send email to invalid e-mail address" +msgstr "Impossible d'envoyer un e-mail à une adresse electronique incorrecte" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:636 +#, python-format +msgid "Add..." +msgstr "Ajouter..." + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:405 +#, python-format +msgid "Preferences" +msgstr "Préférences" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:436 +#, python-format +msgid "Wrong on change format: %s" +msgstr "Mauvais format sur le changement : %s" + +#. module: web +#. openerp-web +#: code:addons/web/controllers/main.py:750 +#: code:addons/web/static/src/xml/base.xml:185 +#, python-format +msgid "Drop Database" +msgstr "Supprimer la base de données" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:466 +#, python-format +msgid "Click here to change your user's timezone." +msgstr "" +"Cliquez ici pour changer le fuseau horaire dans vos préférences d'utilisateur" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:966 +#, python-format +msgid "Modifiers:" +msgstr "Modificateurs :" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:627 +#, python-format +msgid "Delete this attachment" +msgstr "Supprimer cette pièce jointe" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:774 +#: code:addons/web/static/src/xml/base.xml:815 +#: code:addons/web/static/src/xml/base.xml:1382 +#: code:addons/web/static/src/xml/base.xml:1612 +#, python-format +msgid "Save" +msgstr "Enregistrer" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/views.js:999 +#: code:addons/web/static/src/xml/base.xml:352 +#, python-format +msgid "More" +msgstr "Autres options" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:73 +#, python-format +msgid "Username" +msgstr "Nom d'utilisateur" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:481 +#, python-format +msgid "Duplicating database" +msgstr "Duplication de la base de données" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:563 +#, python-format +msgid "Password has been changed successfully" +msgstr "Le mot de passe a été modifié avec succès" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list_editable.js:788 +#, python-format +msgid "The form's data can not be discarded" +msgstr "Les données du formulaire ne peuvent pas être annulées" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:533 +#, python-format +msgid "Debug View#" +msgstr "Deboguer Vue#" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:77 +#, python-format +msgid "Log in" +msgstr "Connexion" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:198 +#: code:addons/web/static/src/js/view_list.js:346 +#: code:addons/web/static/src/xml/base.xml:1764 +#, python-format +msgid "Delete" +msgstr "Supprimer" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/pyeval.js:769 +#, python-format +msgid "" +"Local evaluation failure\n" +"%s\n" +"\n" +"%s" +msgstr "" +"Échec de l'évaluation locale\n" +"%s\n" +"\n" +"%s" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:350 +#, python-format +msgid "Invalid database name" +msgstr "Nom de base de données incorrect" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1693 +#, python-format +msgid "Save fields list" +msgstr "Enregistrer la liste des champs" + +#. module: web +#. openerp-web +#: code:addons/web/doc/module/static/src/xml/web_example.xml:5 +#, python-format +msgid "Start" +msgstr "Démarrer" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/views.js:823 +#, python-format +msgid "View Log (%s)" +msgstr "Afficher journal (%s)" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:564 +#, python-format +msgid "Creation Date:" +msgstr "Date de création :" + +#. module: web +#: code:addons/web/controllers/main.py:790 +#: code:addons/web/controllers/main.py:835 +#, python-format +msgid "Error, password not changed !" +msgstr "Erreur : le mot de passe n'a pas été modifié !" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:4850 +#, python-format +msgid "The selected file exceed the maximum file size of %s." +msgstr "" +"Le fichier sélectionné dépasse la taille maximale autorisée qui est de %s." + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:632 +#: code:addons/web/static/src/xml/base.xml:1300 +#, python-format +msgid "/web/binary/upload_attachment" +msgstr "/web/binary/upload_attachment" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:563 +#, python-format +msgid "Changed Password" +msgstr "Mot de passe modifié" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1431 +#, python-format +msgid "Search" +msgstr "Rechercher" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:3032 +#: code:addons/web/static/src/js/view_form.js:3668 +#: code:addons/web/static/src/js/view_form.js:3785 +#: code:addons/web/static/src/js/view_form.js:4230 +#: code:addons/web/static/src/js/view_form.js:4353 +#, python-format +msgid "Open: " +msgstr "Ouvrir : " + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:218 +#: code:addons/web/static/src/xml/base.xml:309 +#, python-format +msgid "Backup" +msgstr "Archiver" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/dates.js:76 +#: code:addons/web/static/src/js/dates.js:80 +#, python-format +msgid "'%s' is not a valid time" +msgstr "\"%s\" n'est pas une heure correcte" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/formats.js:274 +#, python-format +msgid "'%s' is not a correct date" +msgstr "\"%s\" n'est pas une date correcte" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:933 +#, python-format +msgid "(nolabel)" +msgstr "(nolabel)" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/coresetup.js:606 +#, python-format +msgid "%d days ago" +msgstr "il y a %d jours" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1474 +#, python-format +msgid "(Any existing filter with the same name will be replaced)" +msgstr "(Tout filtre avec le même nom sera remplacé)" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:1918 +#: code:addons/web/static/src/xml/base.xml:338 +#: code:addons/web/static/src/xml/base.xml:1377 +#: code:addons/web/static/src/xml/base.xml:1860 +#, python-format +msgid "Cancel" +msgstr "Annuler" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/coresetup.js:628 +#: code:addons/web/static/src/xml/base.xml:9 +#, python-format +msgid "Loading..." +msgstr "Chargement..." + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:567 +#, python-format +msgid "Latest Modification by:" +msgstr "Dernière modification par :" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:1242 +#: code:addons/web/static/src/xml/base.xml:470 +#, python-format +msgid "Timezone mismatch" +msgstr "Les fuseaux horaires ne correspondent pas" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:1646 +#, python-format +msgid "Unknown operator %s in domain %s" +msgstr "Opérateur inconnu %s dans le domaine %s" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:428 +#, python-format +msgid "%d / %d" +msgstr "%d / %d" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1782 +#, python-format +msgid "2. Check your file format" +msgstr "2. Vérifier le format du fichier" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1718 +#, python-format +msgid "Name" +msgstr "Nom" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1775 +#, python-format +msgid "" +"Select a .CSV file to import. If you need a sample of file to import,\n" +" you should use the export tool with the \"Import Compatible\" option." +msgstr "" +"Choisissez un fichier .CSV à importer. Si vous souhaitez partir d'un fichier " +"exemple,\n" +" vous pouvez commencer par utiliser l'assistant d'export et le mode " +"\"Compatible import\"." + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/coresetup.js:608 +#, python-format +msgid "%d months ago" +msgstr "il y a %d mois" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:187 +#: code:addons/web/static/src/xml/base.xml:308 +#, python-format +msgid "Drop" +msgstr "Supprimer" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1465 +#, python-format +msgid "Add Advanced Filter" +msgstr "Ajouter un filtre avancé" + +#. module: web +#: code:addons/web/controllers/main.py:828 +#, python-format +msgid "The new password and its confirmation must be identical." +msgstr "Le nouveau mot de passe et sa confirmation doivent être identiques." + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:542 +#: code:addons/web/static/src/xml/base.xml:248 +#, python-format +msgid "Restore Database" +msgstr "Restaurer la base de données" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:644 +#, python-format +msgid "Login" +msgstr "Connexion" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:420 +#, python-format +msgid "Licenced under the terms of" +msgstr "Publié sous" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:250 +#: code:addons/web/static/src/xml/base.xml:310 +#, python-format +msgid "Restore" +msgstr "Restaurer" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1677 +#, python-format +msgid "Export Type:" +msgstr "Type d'export :" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:406 +#, python-format +msgid "Log out" +msgstr "Déconnexion" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1090 +#, python-format +msgid "Group by: %s" +msgstr "Grouper par : %s" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:153 +#, python-format +msgid "No data provided." +msgstr "Aucune donnée fournie." + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:345 +#: code:addons/web/static/src/xml/base.xml:1665 +#, python-format +msgid "Export" +msgstr "Exporter" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/data_export.js:12 +#, python-format +msgid "Export To File" +msgstr "Exporter" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/views.js:1097 +#, python-format +msgid "You must choose at least one record." +msgstr "Vous devez sélectionner au moins un enregistrement" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/coresetup.js:631 +#, python-format +msgid "Don't leave yet,
    it's still loading..." +msgstr "Ne partez pas,
    c'est presque terminé..." + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:775 +#, python-format +msgid "Invalid Search" +msgstr "Recherche non valide" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:980 +#, python-format +msgid "Could not find id in dataset" +msgstr "Id. non trouvé dans les données" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1707 +#, python-format +msgid "Remove All" +msgstr "Tout supprimer" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1340 +#, python-format +msgid "Method:" +msgstr "Méthode :" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:1439 +#, python-format +msgid "%(page)d/%(page_count)d" +msgstr "%(page)d/%(page_count)d" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:397 +#, python-format +msgid "The confirmation does not match the password" +msgstr "La confirmation ne correspond pas au mot de passe" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:441 +#, python-format +msgid "Edit Company data" +msgstr "Modifier les données de la société" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:4886 +#, python-format +msgid "Save As..." +msgstr "Enregistrer sous…" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:5007 +#, python-format +msgid "Could not display the selected image." +msgstr "Impossible d'afficher l'image sélectionnée." + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:509 +#, python-format +msgid "Database backed up successfully" +msgstr "La base de données a été sauvegardée avec succès" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1808 +#, python-format +msgid "" +"For use if CSV files have titles on multiple lines, skips more than a single " +"line during import" +msgstr "" +"A utiliser si les fichiers CSV ont des en-têtes sur plusieurs lignes, permet " +"d'ignorer plus d'une ligne durant l'import" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:394 +#, python-format +msgid "99+" +msgstr "99+" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1774 +#, python-format +msgid "1. Import a .CSV file" +msgstr "1. Importer un fichier .CSV" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:644 +#, python-format +msgid "No database selected !" +msgstr "Aucune base de données sélectionnée !" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/formats.js:180 +#, python-format +msgid "(%d records)" +msgstr "(%d enregistrements)" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:970 +#, python-format +msgid "Change default:" +msgstr "Déclencheur de valeur par défaut :" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:171 +#, python-format +msgid "Original database name:" +msgstr "Nom de la base de données originale :" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1869 +#: code:addons/web/static/src/js/search.js:1879 +#: code:addons/web/static/src/js/search.js:1913 +#: code:addons/web/static/src/js/search.js:1938 +#, python-format +msgid "is equal to" +msgstr "est égal à" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/views.js:1500 +#, python-format +msgid "Could not serialize XML" +msgstr "Impossible de sérialiser le XML" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1619 +#, python-format +msgid "Advanced Search" +msgstr "Recherche avancée" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:290 +#, python-format +msgid "Confirm new master password:" +msgstr "Confirmer le nouveau mot de passe administrateur :" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/coresetup.js:634 +#, python-format +msgid "Maybe you should consider reloading the application by pressing F5..." +msgstr "" +"Peut-être devriez-vous recharger l'application en appuyant sur la touche F5…" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:17 +#: code:addons/web/static/src/js/view_list.js:2248 +#: code:addons/web/static/src/xml/base.xml:111 +#: code:addons/web/static/src/xml/base.xml:306 +#: code:addons/web/static/src/xml/base.xml:812 +#: code:addons/web/static/src/xml/base.xml:1376 +#, python-format +msgid "Create" +msgstr "Créer" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1868 +#, python-format +msgid "doesn't contain" +msgstr "ne contient pas" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1785 +#, python-format +msgid "Import Options" +msgstr "Options d'import" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:2936 +#, python-format +msgid "Add %s" +msgstr "Ajouter %s" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:145 +#, python-format +msgid "Admin password:" +msgstr "Mot de passe administrateur:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/data_export.js:11 +#: code:addons/web/static/src/js/view_form.js:1067 +#: code:addons/web/static/src/xml/base.xml:1394 +#, python-format +msgid "Close" +msgstr "Fermer" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/coresetup.js:632 +#, python-format +msgid "" +"You may not believe it,
    but the application is actually loading..." +msgstr "" +"Vous pourriez ne pas y croire,
    mais l'application est toujours en " +"cours de chargement..." + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1779 +#, python-format +msgid "CSV File:" +msgstr "Fichier CSV :" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1741 +#, python-format +msgid "Advanced" +msgstr "Avancé" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_tree.js:11 +#, python-format +msgid "Tree" +msgstr "Arborescence" + +#. module: web +#: code:addons/web/controllers/main.py:750 +#, python-format +msgid "Could not drop database !" +msgstr "Impossible de supprimer la base de données !" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/formats.js:227 +#, python-format +msgid "'%s' is not a correct integer" +msgstr "'%s' n'est pas un entier correct" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:877 +#, python-format +msgid "All users" +msgstr "Tous les utilisateurs" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:1654 +#, python-format +msgid "Unknown field %s in domain %s" +msgstr "Champ %s inconnu dans le domaine %s" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/views.js:1466 +#, python-format +msgid "Node [%s] is not a JSONified XML node" +msgstr "Le nœud [%s] n'est pas un nœud XML JSONifié" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1428 +#, python-format +msgid "Advanced Search..." +msgstr "Recherche avancée..." + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:499 +#, python-format +msgid "Dropping database" +msgstr "Suppression de la base de données" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:82 +#: code:addons/web/static/src/xml/base.xml:445 +#, python-format +msgid "Powered by" +msgstr "Fourni par" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1380 +#: code:addons/web/static/src/xml/base.xml:970 +#, python-format +msgid "Yes" +msgstr "Oui" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:4871 +#, python-format +msgid "There was a problem while uploading your file" +msgstr "Il y a eu un problème lors de l'envoi du fichier" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:558 +#, python-format +msgid "XML ID:" +msgstr "XML ID :" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:954 +#, python-format +msgid "Size:" +msgstr "Taille :" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1824 +#, python-format +msgid "--- Don't Import ---" +msgstr "--- Ne pas importer ---" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1679 +#, python-format +msgid "Import-Compatible Export" +msgstr "Export compatible avec l'import" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/coresetup.js:610 +#, python-format +msgid "%d years ago" +msgstr "il y %d années" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:1040 +#, python-format +msgid "Unknown m2m command %s" +msgstr "Commande m2m %s inconnue" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:1068 +#, python-format +msgid "Save default" +msgstr "Enregistrer comme valeur par défaut" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:121 +#: code:addons/web/static/src/xml/base.xml:175 +#: code:addons/web/static/src/xml/base.xml:264 +#, python-format +msgid "New database name:" +msgstr "Nom de la nouvelle base de données :" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:394 +#, python-format +msgid "Please enter your new password" +msgstr "Veuillez saisir votre nouveau mot de passe" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:4886 +#, python-format +msgid "The field is empty, there's nothing to save !" +msgstr "Le champ est vide, il n'y a rien à sauvegarder !" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:545 +#, python-format +msgid "Manage Views" +msgstr "Gérer les vues" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1801 +#, python-format +msgid "Encoding:" +msgstr "Codage des caractères :" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1808 +#, python-format +msgid "Lines to skip" +msgstr "Lignes à ignorer" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:2858 +#, python-format +msgid "Create \"%s\"" +msgstr "Créer \"%s\"" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/data_export.js:361 +#, python-format +msgid "Please select fields to save export list..." +msgstr "Veuillez choisir les champs d'export à enregistrer..." + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:418 +#, python-format +msgid "Copyright © 2004-TODAY OpenERP SA. All Rights Reserved." +msgstr "Copyright © 2004-TODAY OpenERP SA. Tous droits réservés." + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:2346 +#, python-format +msgid "This resource is empty" +msgstr "Cette ressource est vide" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1689 +#, python-format +msgid "Available fields" +msgstr "Champs disponibles" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1835 +#, python-format +msgid "The import failed due to:" +msgstr "L'import a échoué à cause de :" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/views.js:812 +#: code:addons/web/static/src/xml/base.xml:539 +#, python-format +msgid "JS Tests" +msgstr "Tests JS" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1750 +#, python-format +msgid "Save as:" +msgstr "Enregistrer sous :" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:927 +#, python-format +msgid "Filter on: %s" +msgstr "Filtrer sur : %s" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:2904 +#: code:addons/web/static/src/js/view_form.js:3757 +#, python-format +msgid "Create: " +msgstr "Créer : " + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:540 +#, python-format +msgid "View Fields" +msgstr "Voir les champs" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:330 +#, python-format +msgid "Confirm New Password:" +msgstr "Confirmez le nouveau mot de passe :" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:575 +#, python-format +msgid "Do you really want to remove these records?" +msgstr "Voulez-vous réellement supprimer ces enregistrements?" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:958 +#, python-format +msgid "Context:" +msgstr "Contexte :" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1933 +#: code:addons/web/static/src/js/search.js:1960 +#, python-format +msgid "is" +msgstr "est" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/data_export.js:6 +#, python-format +msgid "Export Data" +msgstr "Export de données" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:962 +#, python-format +msgid "Domain:" +msgstr "Domaine :" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:834 +#, python-format +msgid "Default:" +msgstr "Valeur par défaut :" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:82 +#: code:addons/web/static/src/xml/base.xml:446 +#, python-format +msgid "OpenERP" +msgstr "OpenERP" + +#. module: web +#. openerp-web +#: code:addons/web/doc/module/static/src/xml/web_example.xml:8 +#, python-format +msgid "Stop" +msgstr "Arrêter" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:68 +#: code:addons/web/static/src/xml/base.xml:193 +#: code:addons/web/static/src/xml/base.xml:225 +#, python-format +msgid "Database:" +msgstr "Base de données :" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1183 +#: code:addons/web/static/src/xml/base.xml:1240 +#, python-format +msgid "Uploading ..." +msgstr "Envoi en cours..." + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1853 +#, python-format +msgid "Name:" +msgstr "Nom :" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:1058 +#, python-format +msgid "About" +msgstr "À propos" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1431 +#, python-format +msgid "Search Again" +msgstr "Chercher à nouveau" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1455 +#, python-format +msgid "-- Filters --" +msgstr "-- Filtres --" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1230 +#: code:addons/web/static/src/xml/base.xml:1232 +#, python-format +msgid "Clear" +msgstr "Vider" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1680 +#, python-format +msgid "Export all Data" +msgstr "Tout type de données" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:1334 +#, python-format +msgid "" +"Grouping on field '%s' is not possible because that field does not appear in " +"the list view." +msgstr "" +"Le regroupement sur le champ '%s' n'est pas possible car ce champ n’apparaît " +"pas dans la vue liste." + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:537 +#, python-format +msgid "Set Defaults" +msgstr "Valeurs par défaut" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1670 +#, python-format +msgid "" +"This wizard will export all data that matches the current search criteria to " +"a CSV file.\n" +" You can export all data or only the fields that can be " +"reimported after modification." +msgstr "" +"Cet assistant permet d'exporter dans un fichier CSV toutes les données qui " +"correspondent aux critères de recherche actuels.\n" +" Vous pouvez choisir d'exporter toutes les données ou uniquement " +"les champs pouvant être réimportés après modification." + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:321 +#, python-format +msgid "The record could not be found in the database." +msgstr "L'enregistrement n'a pas été trouvé dans la base de données." + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1472 +#, python-format +msgid "Filter Name:" +msgstr "Nom du filtre :" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:946 +#, python-format +msgid "Type:" +msgstr "Type :" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:538 +#, python-format +msgid "Incorrect super-administrator password" +msgstr "Mot de passe super-administrateur incorrect" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:942 +#, python-format +msgid "Object:" +msgstr "Objet :" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:292 +#: code:addons/web/static/src/js/chrome.js:326 +#, python-format +msgid "Loading" +msgstr "Chargement ..." + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/coresetup.js:609 +#, python-format +msgid "about a year ago" +msgstr "il y a environ un an" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1870 +#: code:addons/web/static/src/js/search.js:1880 +#: code:addons/web/static/src/js/search.js:1914 +#: code:addons/web/static/src/js/search.js:1939 +#, python-format +msgid "is not equal to" +msgstr "est différent de" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:5036 +#, python-format +msgid "" +"The type of the field '%s' must be a many2many field with a relation to " +"'ir.attachment' model." +msgstr "" +"Le type du champ \"%s\" doit être un champ many2many avec une relation au " +"modèle \"ir.attachment\"." + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/coresetup.js:604 +#, python-format +msgid "%d hours ago" +msgstr "il y a %d heures" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:4206 +#: code:addons/web/static/src/js/view_form.js:4335 +#, python-format +msgid "Add: " +msgstr "Ajouter " + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1858 +#, python-format +msgid "Quick Add" +msgstr "Ajout rapide" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1805 +#, python-format +msgid "Latin 1" +msgstr "Latin 1" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:260 +#: code:addons/web/static/src/js/chrome.js:269 +#: code:addons/web/static/src/js/chrome.js:449 +#: code:addons/web/static/src/js/chrome.js:792 +#: code:addons/web/static/src/js/view_form.js:572 +#: code:addons/web/static/src/js/view_form.js:1923 +#: code:addons/web/static/src/xml/base.xml:1752 +#, python-format +msgid "Ok" +msgstr "Ok" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/views.js:1162 +#, python-format +msgid "Uploading..." +msgstr "Envoi en cours..." + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:125 +#, python-format +msgid "Load Demonstration data:" +msgstr "Charger les données de démonstration:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:615 +#, python-format +msgid "Created by :" +msgstr "Créé par :" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/dates.js:22 +#: code:addons/web/static/src/js/dates.js:26 +#, python-format +msgid "'%s' is not a valid datetime" +msgstr "\"%s\" n'est pas un horodatage valide" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:256 +#, python-format +msgid "File:" +msgstr "Fichier :" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1882 +#: code:addons/web/static/src/js/search.js:1916 +#: code:addons/web/static/src/js/search.js:1941 +#, python-format +msgid "less than" +msgstr "inférieur à" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:687 +#: code:addons/web/static/src/js/views.js:1097 +#, python-format +msgid "Warning" +msgstr "Attention" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:547 +#, python-format +msgid "Edit SearchView" +msgstr "Modifier la vue de recherche" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1975 +#, python-format +msgid "is true" +msgstr "est vrai" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:3909 +#, python-format +msgid "Add an item" +msgstr "Ajouter un élément" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1603 +#, python-format +msgid "Save current filter" +msgstr "Enregistrer le filtre actuel" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:1915 +#, python-format +msgid "Confirm" +msgstr "Confirmer" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/data_export.js:126 +#, python-format +msgid "Please enter save field list name" +msgstr "Veuillez choisir un nom pour cette liste de champs" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:2206 +#, python-format +msgid "Download \"%s\"" +msgstr "Télécharger \"%s\"" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:326 +#, python-format +msgid "New" +msgstr "Nouveau" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:1767 +#, python-format +msgid "Can't convert value %s to context" +msgstr "Impossible de convertir la valeur %s en un contexte" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/views.js:807 +#: code:addons/web/static/src/xml/base.xml:541 +#, python-format +msgid "Fields View Get" +msgstr "Fields View Get" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:149 +#, python-format +msgid "Confirm password:" +msgstr "Confirmer le mot de passe:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1883 +#: code:addons/web/static/src/js/search.js:1917 +#: code:addons/web/static/src/js/search.js:1942 +#, python-format +msgid "greater or equal than" +msgstr "supérieur ou égal à" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1321 +#, python-format +msgid "Button" +msgstr "Bouton" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:418 +#, python-format +msgid "OpenERP is a trademark of the" +msgstr "OpenERP est une marque déposée de" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/data_export.js:374 +#, python-format +msgid "Please select fields to export..." +msgstr "Veuillez choisir les champs à exporter..." + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:286 +#, python-format +msgid "New master password:" +msgstr "Nouveau mot de passe administrateur :" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1976 +#, python-format +msgid "is false" +msgstr "est faux" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:404 +#, python-format +msgid "About OpenERP" +msgstr "À propos d'OpenERP" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/formats.js:297 +#, python-format +msgid "'%s' is not a correct date, datetime nor time" +msgstr "\"%s\" n'est ni une date, ni un horodatage ni une heure correcte" + +#. module: web +#: code:addons/web/controllers/main.py:1264 +#, python-format +msgid "No content found for field '%s' on '%s:%s'" +msgstr "Pas de contenu trouvé pour le champ \"%s\" sur \"%s:%s\"" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:304 +#, python-format +msgid "Database Management" +msgstr "Gestion des bases de données" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:5007 +#, python-format +msgid "Image" +msgstr "Image" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:81 +#, python-format +msgid "Manage Databases" +msgstr "Gestion des bases de données" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/pyeval.js:765 +#, python-format +msgid "Evaluation Error" +msgstr "Erreur d'évaluation" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1283 +#, python-format +msgid "not a valid integer" +msgstr "nombre entier non valide" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:337 +#: code:addons/web/static/src/xml/base.xml:776 +#: code:addons/web/static/src/xml/base.xml:816 +#: code:addons/web/static/src/xml/base.xml:1376 +#: code:addons/web/static/src/xml/base.xml:1384 +#: code:addons/web/static/src/xml/base.xml:1630 +#, python-format +msgid "or" +msgstr "ou" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1381 +#, python-format +msgid "No" +msgstr "Non" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/formats.js:309 +#, python-format +msgid "'%s' is not convertible to date, datetime nor time" +msgstr "" +"\"%s\" n'est pas convertible en une date, ni un horodatage ni une heure" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:199 +#: code:addons/web/static/src/xml/base.xml:161 +#: code:addons/web/static/src/xml/base.xml:307 +#, python-format +msgid "Duplicate" +msgstr "Dupliquer" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:777 +#: code:addons/web/static/src/xml/base.xml:817 +#: code:addons/web/static/src/xml/base.xml:1391 +#, python-format +msgid "Discard" +msgstr "Annuler" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1624 +#, python-format +msgid "Add a condition" +msgstr "Ajouter une condition" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/coresetup.js:629 +#, python-format +msgid "Still loading..." +msgstr "Chargement en cours…" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:818 +#, python-format +msgid "Incorrect value for field %(fieldname)s: [%(value)s] is %(message)s" +msgstr "" +"Valeur erronée pour le champ %(fieldname)s : [%(value)s] est %(message)s" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:3805 +#, python-format +msgid "The o2m record must be saved before an action can be used" +msgstr "" +"L'enregistrement o2m doit être sauvé avant qu'une action puisse être utilisée" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:509 +#, python-format +msgid "Backed" +msgstr "Enregistrée" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1610 +#, python-format +msgid "Use by default" +msgstr "Utiliser par défaut" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:1348 +#, python-format +msgid "%s (%d)" +msgstr "%s (%d)" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:775 +#, python-format +msgid "triggered from search view" +msgstr "déclenché depuis la vue de recherche" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:978 +#, python-format +msgid "Filter" +msgstr "Filtre" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:950 +#, python-format +msgid "Widget:" +msgstr "Composant :" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:548 +#, python-format +msgid "Edit Action" +msgstr "Modifier l’action" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:555 +#, python-format +msgid "ID:" +msgstr "ID :" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:870 +#, python-format +msgid "Only you" +msgstr "Uniquement vous-même" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:549 +#, python-format +msgid "Edit Workflow" +msgstr "Modifier le workflow" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/views.js:1171 +#, python-format +msgid "Do you really want to delete this attachment ?" +msgstr "Voulez-vous réellement supprimer cette pièce jointe ?" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/views.js:840 +#, python-format +msgid "Technical Translation" +msgstr "Traduction technique" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:938 +#, python-format +msgid "Field:" +msgstr "Champ :" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:620 +#, python-format +msgid "Modified by :" +msgstr "Modifié par :" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:499 +#, python-format +msgid "The database %s has been dropped" +msgstr "La base de données %s a été supprimée" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:460 +#, python-format +msgid "User's timezone" +msgstr "Fuseau horaire de l'utilisateur" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:284 +#: code:addons/web/static/src/js/chrome.js:1168 +#, python-format +msgid "Client Error" +msgstr "Erreur (côté interface)" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/views.js:998 +#, python-format +msgid "Print" +msgstr "Imprimer" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1331 +#, python-format +msgid "Special:" +msgstr "Spécial :" + +#. module: web +#: code:addons/web/controllers/main.py:834 +#, python-format +msgid "" +"The old password you provided is incorrect, your password was not changed." +msgstr "" +"L'ancien mot de passe que vous avez fourni est incorrect : votre mot de " +"passe n'a pas été modifié." + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:561 +#, python-format +msgid "Creation User:" +msgstr "Créateur :" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:769 +#, python-format +msgid "Do you really want to delete this record?" +msgstr "Voulez-vous réellement supprimer cet enregistrement ?" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1385 +#, python-format +msgid "Save & Close" +msgstr "Enregistrer & fermer" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:2845 +#, python-format +msgid "Search More..." +msgstr "Chercher plus..." + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:75 +#: code:addons/web/static/src/xml/base.xml:311 +#, python-format +msgid "Password" +msgstr "Mot de passe" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:546 +#: code:addons/web/static/src/xml/base.xml:809 +#: code:addons/web/static/src/xml/base.xml:1178 +#, python-format +msgid "Edit" +msgstr "Modifier" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1706 +#, python-format +msgid "Remove" +msgstr "Supprimer" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1062 +#, python-format +msgid "Select date" +msgstr "Choisir une date" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1249 +#, python-format +msgid "Search %(field)s for: %(value)s" +msgstr "Rechercher %(value)s dans %(field)s" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1277 +#, python-format +msgid "Delete this file" +msgstr "Supprimer ce fichier" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:109 +#, python-format +msgid "Create Database" +msgstr "Créer la base de données" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:420 +#, python-format +msgid "GNU Affero General Public License" +msgstr "Licence GNU Affero GPL" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1795 +#, python-format +msgid "Separator:" +msgstr "Séparateur :" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:300 +#, python-format +msgid "Back to Login" +msgstr "Retour à la page d'authentification" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1662 +#: code:addons/web/static/src/xml/base.xml:1454 +#, python-format +msgid "Filters" +msgstr "Filtres" diff --git a/web/i18n/fr_CA.po b/web/i18n/fr_CA.po new file mode 100644 index 0000000..ff7c97e --- /dev/null +++ b/web/i18n/fr_CA.po @@ -0,0 +1,2602 @@ +# French (Canada) translation for openerp-web +# Copyright (c) 2012 Rosetta Contributors and Canonical Ltd 2012 +# This file is distributed under the same license as the openerp-web package. +# FIRST AUTHOR , 2012. +# +msgid "" +msgstr "" +"Project-Id-Version: openerp-web\n" +"Report-Msgid-Bugs-To: FULL NAME \n" +"POT-Creation-Date: 2012-12-21 17:06+0000\n" +"PO-Revision-Date: 2012-12-21 23:00+0000\n" +"Last-Translator: FULL NAME \n" +"Language-Team: French (Canada) \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Launchpad-Export-Date: 2012-12-22 07:38+0000\n" +"X-Generator: Launchpad (build 16378)\n" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:133 +#, python-format +msgid "Default language:" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/coresetup.js:602 +#, python-format +msgid "%d minutes ago" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/coresetup.js:630 +#, python-format +msgid "Still loading...
    Please be patient." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1832 +#, python-format +msgid "%(field)s %(operator)s \"%(value)s\"" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1884 +#: code:addons/web/static/src/js/search.js:1918 +#: code:addons/web/static/src/js/search.js:1943 +#, python-format +msgid "less or equal than" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:393 +#, python-format +msgid "Please enter your previous password" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:117 +#: code:addons/web/static/src/xml/base.xml:167 +#: code:addons/web/static/src/xml/base.xml:282 +#, python-format +msgid "Master password:" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:274 +#, python-format +msgid "Change Master Password" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:491 +#, python-format +msgid "Do you really want to delete the database: %s ?" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1398 +#, python-format +msgid "Search %(field)s at: %(value)s" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:537 +#, python-format +msgid "Access Denied" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:5183 +#, python-format +msgid "Uploading error" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/coresetup.js:603 +#, python-format +msgid "about an hour ago" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/controllers/main.py:768 +#: code:addons/web/static/src/js/chrome.js:514 +#: code:addons/web/static/src/xml/base.xml:216 +#, python-format +msgid "Backup Database" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/views.js:463 +#, python-format +msgid "%(view_type)s view" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/dates.js:49 +#: code:addons/web/static/src/js/dates.js:53 +#, python-format +msgid "'%s' is not a valid date" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1837 +#, python-format +msgid "Here is a preview of the file we could not import:" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/coresetup.js:601 +#, python-format +msgid "about a minute ago" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1297 +#, python-format +msgid "File" +msgstr "" + +#. module: web +#: code:addons/web/controllers/main.py:826 +#, python-format +msgid "You cannot leave any password empty." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:680 +#, python-format +msgid "Invalid username or password" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:206 +#: code:addons/web/static/src/xml/base.xml:238 +#: code:addons/web/static/src/xml/base.xml:260 +#, python-format +msgid "Master Password:" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1217 +#: code:addons/web/static/src/xml/base.xml:1374 +#, python-format +msgid "Select" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:549 +#, python-format +msgid "Database restored successfully" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:415 +#, python-format +msgid "Version" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:570 +#, python-format +msgid "Latest Modification Date:" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1459 +#, python-format +msgid "M2O search fields do not currently handle multiple default values" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:1227 +#, python-format +msgid "Widget type '%s' is not implemented" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1608 +#, python-format +msgid "Share with all users" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:77 +#: code:addons/web/static/src/js/view_form.js:321 +#, python-format +msgid "Form" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1324 +#, python-format +msgid "(no string)" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/formats.js:282 +#, python-format +msgid "'%s' is not a correct time" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1297 +#, python-format +msgid "not a valid number" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:325 +#, python-format +msgid "New Password:" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:610 +#, python-format +msgid "Attachment :" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1691 +#, python-format +msgid "Fields to export" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:1340 +#, python-format +msgid "Undefined" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:4871 +#, python-format +msgid "File Upload" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/coresetup.js:607 +#, python-format +msgid "about a month ago" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1600 +#, python-format +msgid "Custom Filters" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1336 +#, python-format +msgid "Button Type:" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:419 +#, python-format +msgid "OpenERP SA Company" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1553 +#, python-format +msgid "Custom Filter" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:159 +#, python-format +msgid "Duplicate Database" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/controllers/main.py:789 +#: code:addons/web/controllers/main.py:790 +#: code:addons/web/controllers/main.py:826 +#: code:addons/web/controllers/main.py:828 +#: code:addons/web/controllers/main.py:834 +#: code:addons/web/controllers/main.py:835 +#: code:addons/web/static/src/js/chrome.js:768 +#: code:addons/web/static/src/xml/base.xml:276 +#: code:addons/web/static/src/xml/base.xml:336 +#, python-format +msgid "Change Password" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:3411 +#, python-format +msgid "View type '%s' is not supported in One2Many." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:4951 +#: code:addons/web/static/src/js/view_list.js:2194 +#, python-format +msgid "Download" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/formats.js:266 +#, python-format +msgid "'%s' is not a correct datetime" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:417 +#, python-format +msgid "Group" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:927 +#, python-format +msgid "Unhandled widget" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:982 +#, python-format +msgid "Selection:" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:871 +#, python-format +msgid "The following fields are invalid:" +msgstr "" + +#. module: web +#: code:addons/web/controllers/main.py:847 +#, python-format +msgid "Languages" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1270 +#, python-format +msgid "...Upload in progress..." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1768 +#, python-format +msgid "Import" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:543 +#, python-format +msgid "Could not restore the database" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:4851 +#, python-format +msgid "File upload" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:3804 +#, python-format +msgid "Action Button" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:542 +#: code:addons/web/static/src/xml/base.xml:1467 +#, python-format +msgid "Manage Filters" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1867 +#, python-format +msgid "contains" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/coresetup.js:633 +#, python-format +msgid "Take a minute to get a coffee,
    because it's loading..." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:413 +#, python-format +msgid "Activate the developer mode" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:324 +#, python-format +msgid "Loading (%d)" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1114 +#, python-format +msgid "GroupBy" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:687 +#, python-format +msgid "You must select at least one record." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:535 +#, python-format +msgid "View Log (perm_read)" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:1061 +#, python-format +msgid "Set Default" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:978 +#, python-format +msgid "Relation:" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/coresetup.js:600 +#, python-format +msgid "less than a minute ago" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:851 +#, python-format +msgid "Condition:" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:1692 +#, python-format +msgid "Unsupported operator %s in domain %s" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/formats.js:242 +#, python-format +msgid "'%s' is not a correct float" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:549 +#, python-format +msgid "Restored" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:394 +#, python-format +msgid "%d-%d of %d" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:2868 +#, python-format +msgid "Create and Edit..." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/pyeval.js:731 +#, python-format +msgid "Unknown nonliteral type " +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:2346 +#, python-format +msgid "Resource error" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1961 +#, python-format +msgid "is not" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:550 +#, python-format +msgid "Print Workflow" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:396 +#, python-format +msgid "Please confirm your new password" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1804 +#, python-format +msgid "UTF-8" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:421 +#, python-format +msgid "For more information visit" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1859 +#, python-format +msgid "Add All Info..." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1683 +#, python-format +msgid "Export Formats" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:974 +#, python-format +msgid "On change:" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/views.js:865 +#, python-format +msgid "Model %s fields" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:893 +#, python-format +msgid "Setting 'id' attribute on existing record %s" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:8 +#, python-format +msgid "List" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1881 +#: code:addons/web/static/src/js/search.js:1915 +#: code:addons/web/static/src/js/search.js:1940 +#, python-format +msgid "greater than" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:2248 +#: code:addons/web/static/src/xml/base.xml:546 +#, python-format +msgid "View" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1466 +#, python-format +msgid "Save Filter" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1344 +#, python-format +msgid "Action ID:" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:457 +#, python-format +msgid "Your user's preference timezone does not match your browser timezone:" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:1223 +#, python-format +msgid "Field '%s' specified in view could not be found." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1756 +#, python-format +msgid "Saved exports:" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:320 +#, python-format +msgid "Old Password:" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/formats.js:113 +#, python-format +msgid "Bytes,Kb,Mb,Gb,Tb,Pb,Eb,Zb,Yb" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:481 +#, python-format +msgid "The database has been duplicated." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1625 +#, python-format +msgid "Apply" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1386 +#, python-format +msgid "Save & New" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1223 +#: code:addons/web/static/src/xml/base.xml:1225 +#, python-format +msgid "Save As" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/doc/module/static/src/xml/web_example.xml:3 +#, python-format +msgid "00:00:00" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:2317 +#, python-format +msgid "E-mail error" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/coresetup.js:605 +#, python-format +msgid "a day ago" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1789 +#, python-format +msgid "Does your file have titles?" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:327 +#, python-format +msgid "Unlimited" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:784 +#, python-format +msgid "" +"Warning, the record has been modified, your changes will be discarded.\n" +"\n" +"Are you sure you want to leave this page ?" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:2904 +#, python-format +msgid "Search: " +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:544 +#, python-format +msgid "Technical translation" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1797 +#, python-format +msgid "Delimiter:" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:462 +#, python-format +msgid "Browser's timezone" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1605 +#, python-format +msgid "Filter name" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1464 +#, python-format +msgid "-- Actions --" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:4134 +#: code:addons/web/static/src/js/view_form.js:4294 +#: code:addons/web/static/src/xml/base.xml:1407 +#: code:addons/web/static/src/xml/base.xml:1705 +#, python-format +msgid "Add" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:536 +#, python-format +msgid "Toggle Form Layout Outline" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:421 +#, python-format +msgid "OpenERP.com" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:2317 +#, python-format +msgid "Can't send email to invalid e-mail address" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:636 +#, python-format +msgid "Add..." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:405 +#, python-format +msgid "Preferences" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:436 +#, python-format +msgid "Wrong on change format: %s" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/controllers/main.py:750 +#: code:addons/web/static/src/xml/base.xml:185 +#, python-format +msgid "Drop Database" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:466 +#, python-format +msgid "Click here to change your user's timezone." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:966 +#, python-format +msgid "Modifiers:" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:627 +#, python-format +msgid "Delete this attachment" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:774 +#: code:addons/web/static/src/xml/base.xml:815 +#: code:addons/web/static/src/xml/base.xml:1382 +#: code:addons/web/static/src/xml/base.xml:1612 +#, python-format +msgid "Save" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/views.js:999 +#: code:addons/web/static/src/xml/base.xml:352 +#, python-format +msgid "More" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:73 +#, python-format +msgid "Username" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:481 +#, python-format +msgid "Duplicating database" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:563 +#, python-format +msgid "Password has been changed successfully" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list_editable.js:788 +#, python-format +msgid "The form's data can not be discarded" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:533 +#, python-format +msgid "Debug View#" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:77 +#, python-format +msgid "Log in" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:198 +#: code:addons/web/static/src/js/view_list.js:346 +#: code:addons/web/static/src/xml/base.xml:1764 +#, python-format +msgid "Delete" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/pyeval.js:769 +#, python-format +msgid "" +"Local evaluation failure\n" +"%s\n" +"\n" +"%s" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:350 +#, python-format +msgid "Invalid database name" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1693 +#, python-format +msgid "Save fields list" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/doc/module/static/src/xml/web_example.xml:5 +#, python-format +msgid "Start" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/views.js:823 +#, python-format +msgid "View Log (%s)" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:564 +#, python-format +msgid "Creation Date:" +msgstr "" + +#. module: web +#: code:addons/web/controllers/main.py:790 +#: code:addons/web/controllers/main.py:835 +#, python-format +msgid "Error, password not changed !" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:4850 +#, python-format +msgid "The selected file exceed the maximum file size of %s." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:632 +#: code:addons/web/static/src/xml/base.xml:1300 +#, python-format +msgid "/web/binary/upload_attachment" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:563 +#, python-format +msgid "Changed Password" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1431 +#, python-format +msgid "Search" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:3032 +#: code:addons/web/static/src/js/view_form.js:3668 +#: code:addons/web/static/src/js/view_form.js:3785 +#: code:addons/web/static/src/js/view_form.js:4230 +#: code:addons/web/static/src/js/view_form.js:4353 +#, python-format +msgid "Open: " +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:218 +#: code:addons/web/static/src/xml/base.xml:309 +#, python-format +msgid "Backup" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/dates.js:76 +#: code:addons/web/static/src/js/dates.js:80 +#, python-format +msgid "'%s' is not a valid time" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/formats.js:274 +#, python-format +msgid "'%s' is not a correct date" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:933 +#, python-format +msgid "(nolabel)" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/coresetup.js:606 +#, python-format +msgid "%d days ago" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1474 +#, python-format +msgid "(Any existing filter with the same name will be replaced)" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:1918 +#: code:addons/web/static/src/xml/base.xml:338 +#: code:addons/web/static/src/xml/base.xml:1377 +#: code:addons/web/static/src/xml/base.xml:1860 +#, python-format +msgid "Cancel" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/coresetup.js:628 +#: code:addons/web/static/src/xml/base.xml:9 +#, python-format +msgid "Loading..." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:567 +#, python-format +msgid "Latest Modification by:" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:1242 +#: code:addons/web/static/src/xml/base.xml:470 +#, python-format +msgid "Timezone mismatch" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:1646 +#, python-format +msgid "Unknown operator %s in domain %s" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:428 +#, python-format +msgid "%d / %d" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1782 +#, python-format +msgid "2. Check your file format" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1718 +#, python-format +msgid "Name" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1775 +#, python-format +msgid "" +"Select a .CSV file to import. If you need a sample of file to import,\n" +" you should use the export tool with the \"Import Compatible\" option." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/coresetup.js:608 +#, python-format +msgid "%d months ago" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:187 +#: code:addons/web/static/src/xml/base.xml:308 +#, python-format +msgid "Drop" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1465 +#, python-format +msgid "Add Advanced Filter" +msgstr "" + +#. module: web +#: code:addons/web/controllers/main.py:828 +#, python-format +msgid "The new password and its confirmation must be identical." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:542 +#: code:addons/web/static/src/xml/base.xml:248 +#, python-format +msgid "Restore Database" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:644 +#, python-format +msgid "Login" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:420 +#, python-format +msgid "Licenced under the terms of" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:250 +#: code:addons/web/static/src/xml/base.xml:310 +#, python-format +msgid "Restore" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1677 +#, python-format +msgid "Export Type:" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:406 +#, python-format +msgid "Log out" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1090 +#, python-format +msgid "Group by: %s" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:153 +#, python-format +msgid "No data provided." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:345 +#: code:addons/web/static/src/xml/base.xml:1665 +#, python-format +msgid "Export" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/data_export.js:12 +#, python-format +msgid "Export To File" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/views.js:1097 +#, python-format +msgid "You must choose at least one record." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/coresetup.js:631 +#, python-format +msgid "Don't leave yet,
    it's still loading..." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:775 +#, python-format +msgid "Invalid Search" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:980 +#, python-format +msgid "Could not find id in dataset" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1707 +#, python-format +msgid "Remove All" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1340 +#, python-format +msgid "Method:" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:1439 +#, python-format +msgid "%(page)d/%(page_count)d" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:397 +#, python-format +msgid "The confirmation does not match the password" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:441 +#, python-format +msgid "Edit Company data" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:4886 +#, python-format +msgid "Save As..." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:5007 +#, python-format +msgid "Could not display the selected image." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:509 +#, python-format +msgid "Database backed up successfully" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1808 +#, python-format +msgid "" +"For use if CSV files have titles on multiple lines, skips more than a single " +"line during import" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:394 +#, python-format +msgid "99+" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1774 +#, python-format +msgid "1. Import a .CSV file" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:644 +#, python-format +msgid "No database selected !" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/formats.js:180 +#, python-format +msgid "(%d records)" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:970 +#, python-format +msgid "Change default:" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:171 +#, python-format +msgid "Original database name:" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1869 +#: code:addons/web/static/src/js/search.js:1879 +#: code:addons/web/static/src/js/search.js:1913 +#: code:addons/web/static/src/js/search.js:1938 +#, python-format +msgid "is equal to" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/views.js:1500 +#, python-format +msgid "Could not serialize XML" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1619 +#, python-format +msgid "Advanced Search" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:290 +#, python-format +msgid "Confirm new master password:" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/coresetup.js:634 +#, python-format +msgid "Maybe you should consider reloading the application by pressing F5..." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:17 +#: code:addons/web/static/src/js/view_list.js:2248 +#: code:addons/web/static/src/xml/base.xml:111 +#: code:addons/web/static/src/xml/base.xml:306 +#: code:addons/web/static/src/xml/base.xml:812 +#: code:addons/web/static/src/xml/base.xml:1376 +#, python-format +msgid "Create" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1868 +#, python-format +msgid "doesn't contain" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1785 +#, python-format +msgid "Import Options" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:2936 +#, python-format +msgid "Add %s" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:145 +#, python-format +msgid "Admin password:" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/data_export.js:11 +#: code:addons/web/static/src/js/view_form.js:1067 +#: code:addons/web/static/src/xml/base.xml:1394 +#, python-format +msgid "Close" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/coresetup.js:632 +#, python-format +msgid "" +"You may not believe it,
    but the application is actually loading..." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1779 +#, python-format +msgid "CSV File:" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1741 +#, python-format +msgid "Advanced" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_tree.js:11 +#, python-format +msgid "Tree" +msgstr "" + +#. module: web +#: code:addons/web/controllers/main.py:750 +#, python-format +msgid "Could not drop database !" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/formats.js:227 +#, python-format +msgid "'%s' is not a correct integer" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:877 +#, python-format +msgid "All users" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:1654 +#, python-format +msgid "Unknown field %s in domain %s" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/views.js:1466 +#, python-format +msgid "Node [%s] is not a JSONified XML node" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1428 +#, python-format +msgid "Advanced Search..." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:499 +#, python-format +msgid "Dropping database" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:82 +#: code:addons/web/static/src/xml/base.xml:445 +#, python-format +msgid "Powered by" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1380 +#: code:addons/web/static/src/xml/base.xml:970 +#, python-format +msgid "Yes" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:4871 +#, python-format +msgid "There was a problem while uploading your file" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:558 +#, python-format +msgid "XML ID:" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:954 +#, python-format +msgid "Size:" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1824 +#, python-format +msgid "--- Don't Import ---" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1679 +#, python-format +msgid "Import-Compatible Export" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/coresetup.js:610 +#, python-format +msgid "%d years ago" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:1040 +#, python-format +msgid "Unknown m2m command %s" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:1068 +#, python-format +msgid "Save default" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:121 +#: code:addons/web/static/src/xml/base.xml:175 +#: code:addons/web/static/src/xml/base.xml:264 +#, python-format +msgid "New database name:" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:394 +#, python-format +msgid "Please enter your new password" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:4886 +#, python-format +msgid "The field is empty, there's nothing to save !" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:545 +#, python-format +msgid "Manage Views" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1801 +#, python-format +msgid "Encoding:" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1808 +#, python-format +msgid "Lines to skip" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:2858 +#, python-format +msgid "Create \"%s\"" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/data_export.js:361 +#, python-format +msgid "Please select fields to save export list..." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:418 +#, python-format +msgid "Copyright © 2004-TODAY OpenERP SA. All Rights Reserved." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:2346 +#, python-format +msgid "This resource is empty" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1689 +#, python-format +msgid "Available fields" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1835 +#, python-format +msgid "The import failed due to:" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/views.js:812 +#: code:addons/web/static/src/xml/base.xml:539 +#, python-format +msgid "JS Tests" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1750 +#, python-format +msgid "Save as:" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:927 +#, python-format +msgid "Filter on: %s" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:2904 +#: code:addons/web/static/src/js/view_form.js:3757 +#, python-format +msgid "Create: " +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:540 +#, python-format +msgid "View Fields" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:330 +#, python-format +msgid "Confirm New Password:" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:575 +#, python-format +msgid "Do you really want to remove these records?" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:958 +#, python-format +msgid "Context:" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1933 +#: code:addons/web/static/src/js/search.js:1960 +#, python-format +msgid "is" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/data_export.js:6 +#, python-format +msgid "Export Data" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:962 +#, python-format +msgid "Domain:" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:834 +#, python-format +msgid "Default:" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:82 +#: code:addons/web/static/src/xml/base.xml:446 +#, python-format +msgid "OpenERP" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/doc/module/static/src/xml/web_example.xml:8 +#, python-format +msgid "Stop" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:68 +#: code:addons/web/static/src/xml/base.xml:193 +#: code:addons/web/static/src/xml/base.xml:225 +#, python-format +msgid "Database:" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1183 +#: code:addons/web/static/src/xml/base.xml:1240 +#, python-format +msgid "Uploading ..." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1853 +#, python-format +msgid "Name:" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:1058 +#, python-format +msgid "About" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1431 +#, python-format +msgid "Search Again" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1455 +#, python-format +msgid "-- Filters --" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1230 +#: code:addons/web/static/src/xml/base.xml:1232 +#, python-format +msgid "Clear" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1680 +#, python-format +msgid "Export all Data" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:1334 +#, python-format +msgid "" +"Grouping on field '%s' is not possible because that field does not appear in " +"the list view." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:537 +#, python-format +msgid "Set Defaults" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1670 +#, python-format +msgid "" +"This wizard will export all data that matches the current search criteria to " +"a CSV file.\n" +" You can export all data or only the fields that can be " +"reimported after modification." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:321 +#, python-format +msgid "The record could not be found in the database." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1472 +#, python-format +msgid "Filter Name:" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:946 +#, python-format +msgid "Type:" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:538 +#, python-format +msgid "Incorrect super-administrator password" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:942 +#, python-format +msgid "Object:" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:292 +#: code:addons/web/static/src/js/chrome.js:326 +#, python-format +msgid "Loading" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/coresetup.js:609 +#, python-format +msgid "about a year ago" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1870 +#: code:addons/web/static/src/js/search.js:1880 +#: code:addons/web/static/src/js/search.js:1914 +#: code:addons/web/static/src/js/search.js:1939 +#, python-format +msgid "is not equal to" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:5036 +#, python-format +msgid "" +"The type of the field '%s' must be a many2many field with a relation to " +"'ir.attachment' model." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/coresetup.js:604 +#, python-format +msgid "%d hours ago" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:4206 +#: code:addons/web/static/src/js/view_form.js:4335 +#, python-format +msgid "Add: " +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1858 +#, python-format +msgid "Quick Add" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1805 +#, python-format +msgid "Latin 1" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:260 +#: code:addons/web/static/src/js/chrome.js:269 +#: code:addons/web/static/src/js/chrome.js:449 +#: code:addons/web/static/src/js/chrome.js:792 +#: code:addons/web/static/src/js/view_form.js:572 +#: code:addons/web/static/src/js/view_form.js:1923 +#: code:addons/web/static/src/xml/base.xml:1752 +#, python-format +msgid "Ok" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/views.js:1162 +#, python-format +msgid "Uploading..." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:125 +#, python-format +msgid "Load Demonstration data:" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:615 +#, python-format +msgid "Created by :" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/dates.js:22 +#: code:addons/web/static/src/js/dates.js:26 +#, python-format +msgid "'%s' is not a valid datetime" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:256 +#, python-format +msgid "File:" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1882 +#: code:addons/web/static/src/js/search.js:1916 +#: code:addons/web/static/src/js/search.js:1941 +#, python-format +msgid "less than" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:687 +#: code:addons/web/static/src/js/views.js:1097 +#, python-format +msgid "Warning" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:547 +#, python-format +msgid "Edit SearchView" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1975 +#, python-format +msgid "is true" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:3909 +#, python-format +msgid "Add an item" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1603 +#, python-format +msgid "Save current filter" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:1915 +#, python-format +msgid "Confirm" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/data_export.js:126 +#, python-format +msgid "Please enter save field list name" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:2206 +#, python-format +msgid "Download \"%s\"" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:326 +#, python-format +msgid "New" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:1767 +#, python-format +msgid "Can't convert value %s to context" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/views.js:807 +#: code:addons/web/static/src/xml/base.xml:541 +#, python-format +msgid "Fields View Get" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:149 +#, python-format +msgid "Confirm password:" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1883 +#: code:addons/web/static/src/js/search.js:1917 +#: code:addons/web/static/src/js/search.js:1942 +#, python-format +msgid "greater or equal than" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1321 +#, python-format +msgid "Button" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:418 +#, python-format +msgid "OpenERP is a trademark of the" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/data_export.js:374 +#, python-format +msgid "Please select fields to export..." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:286 +#, python-format +msgid "New master password:" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1976 +#, python-format +msgid "is false" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:404 +#, python-format +msgid "About OpenERP" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/formats.js:297 +#, python-format +msgid "'%s' is not a correct date, datetime nor time" +msgstr "" + +#. module: web +#: code:addons/web/controllers/main.py:1264 +#, python-format +msgid "No content found for field '%s' on '%s:%s'" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:304 +#, python-format +msgid "Database Management" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:5007 +#, python-format +msgid "Image" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:81 +#, python-format +msgid "Manage Databases" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/pyeval.js:765 +#, python-format +msgid "Evaluation Error" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1283 +#, python-format +msgid "not a valid integer" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:337 +#: code:addons/web/static/src/xml/base.xml:776 +#: code:addons/web/static/src/xml/base.xml:816 +#: code:addons/web/static/src/xml/base.xml:1376 +#: code:addons/web/static/src/xml/base.xml:1384 +#: code:addons/web/static/src/xml/base.xml:1630 +#, python-format +msgid "or" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1381 +#, python-format +msgid "No" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/formats.js:309 +#, python-format +msgid "'%s' is not convertible to date, datetime nor time" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:199 +#: code:addons/web/static/src/xml/base.xml:161 +#: code:addons/web/static/src/xml/base.xml:307 +#, python-format +msgid "Duplicate" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:777 +#: code:addons/web/static/src/xml/base.xml:817 +#: code:addons/web/static/src/xml/base.xml:1391 +#, python-format +msgid "Discard" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1624 +#, python-format +msgid "Add a condition" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/coresetup.js:629 +#, python-format +msgid "Still loading..." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:818 +#, python-format +msgid "Incorrect value for field %(fieldname)s: [%(value)s] is %(message)s" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:3805 +#, python-format +msgid "The o2m record must be saved before an action can be used" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:509 +#, python-format +msgid "Backed" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1610 +#, python-format +msgid "Use by default" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:1348 +#, python-format +msgid "%s (%d)" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:775 +#, python-format +msgid "triggered from search view" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:978 +#, python-format +msgid "Filter" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:950 +#, python-format +msgid "Widget:" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:548 +#, python-format +msgid "Edit Action" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:555 +#, python-format +msgid "ID:" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:870 +#, python-format +msgid "Only you" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:549 +#, python-format +msgid "Edit Workflow" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/views.js:1171 +#, python-format +msgid "Do you really want to delete this attachment ?" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/views.js:840 +#, python-format +msgid "Technical Translation" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:938 +#, python-format +msgid "Field:" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:620 +#, python-format +msgid "Modified by :" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:499 +#, python-format +msgid "The database %s has been dropped" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:460 +#, python-format +msgid "User's timezone" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:284 +#: code:addons/web/static/src/js/chrome.js:1168 +#, python-format +msgid "Client Error" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/views.js:998 +#, python-format +msgid "Print" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1331 +#, python-format +msgid "Special:" +msgstr "" + +#. module: web +#: code:addons/web/controllers/main.py:834 +#, python-format +msgid "" +"The old password you provided is incorrect, your password was not changed." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:561 +#, python-format +msgid "Creation User:" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:769 +#, python-format +msgid "Do you really want to delete this record?" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1385 +#, python-format +msgid "Save & Close" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:2845 +#, python-format +msgid "Search More..." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:75 +#: code:addons/web/static/src/xml/base.xml:311 +#, python-format +msgid "Password" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:546 +#: code:addons/web/static/src/xml/base.xml:809 +#: code:addons/web/static/src/xml/base.xml:1178 +#, python-format +msgid "Edit" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1706 +#, python-format +msgid "Remove" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1062 +#, python-format +msgid "Select date" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1249 +#, python-format +msgid "Search %(field)s for: %(value)s" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1277 +#, python-format +msgid "Delete this file" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:109 +#, python-format +msgid "Create Database" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:420 +#, python-format +msgid "GNU Affero General Public License" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1795 +#, python-format +msgid "Separator:" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:300 +#, python-format +msgid "Back to Login" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1662 +#: code:addons/web/static/src/xml/base.xml:1454 +#, python-format +msgid "Filters" +msgstr "" diff --git a/web/i18n/gl.po b/web/i18n/gl.po new file mode 100644 index 0000000..80144dc --- /dev/null +++ b/web/i18n/gl.po @@ -0,0 +1,2614 @@ +# Galician translation for openerp-web +# Copyright (c) 2011 Rosetta Contributors and Canonical Ltd 2011 +# This file is distributed under the same license as the openerp-web package. +# FIRST AUTHOR , 2011. +# +msgid "" +msgstr "" +"Project-Id-Version: openerp-web\n" +"Report-Msgid-Bugs-To: FULL NAME \n" +"POT-Creation-Date: 2012-12-21 17:06+0000\n" +"PO-Revision-Date: 2012-12-21 23:00+0000\n" +"Last-Translator: Vicente \n" +"Language-Team: Galician \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Launchpad-Export-Date: 2012-12-22 07:38+0000\n" +"X-Generator: Launchpad (build 16378)\n" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:133 +#, python-format +msgid "Default language:" +msgstr "Idioma por defecto:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/coresetup.js:602 +#, python-format +msgid "%d minutes ago" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/coresetup.js:630 +#, python-format +msgid "Still loading...
    Please be patient." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1832 +#, python-format +msgid "%(field)s %(operator)s \"%(value)s\"" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1884 +#: code:addons/web/static/src/js/search.js:1918 +#: code:addons/web/static/src/js/search.js:1943 +#, python-format +msgid "less or equal than" +msgstr "menor o igual que" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:393 +#, python-format +msgid "Please enter your previous password" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:117 +#: code:addons/web/static/src/xml/base.xml:167 +#: code:addons/web/static/src/xml/base.xml:282 +#, python-format +msgid "Master password:" +msgstr "Contrasinal maestra" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:274 +#, python-format +msgid "Change Master Password" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:491 +#, python-format +msgid "Do you really want to delete the database: %s ?" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1398 +#, python-format +msgid "Search %(field)s at: %(value)s" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:537 +#, python-format +msgid "Access Denied" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:5183 +#, python-format +msgid "Uploading error" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/coresetup.js:603 +#, python-format +msgid "about an hour ago" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/controllers/main.py:768 +#: code:addons/web/static/src/js/chrome.js:514 +#: code:addons/web/static/src/xml/base.xml:216 +#, python-format +msgid "Backup Database" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/views.js:463 +#, python-format +msgid "%(view_type)s view" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/dates.js:49 +#: code:addons/web/static/src/js/dates.js:53 +#, python-format +msgid "'%s' is not a valid date" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1837 +#, python-format +msgid "Here is a preview of the file we could not import:" +msgstr "Esta é a vista previa do arquivo que non se pode importar:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/coresetup.js:601 +#, python-format +msgid "about a minute ago" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1297 +#, python-format +msgid "File" +msgstr "" + +#. module: web +#: code:addons/web/controllers/main.py:826 +#, python-format +msgid "You cannot leave any password empty." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:680 +#, python-format +msgid "Invalid username or password" +msgstr "O nome de usuario ou contrasinal non é válido" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:206 +#: code:addons/web/static/src/xml/base.xml:238 +#: code:addons/web/static/src/xml/base.xml:260 +#, python-format +msgid "Master Password:" +msgstr "Contrasinal Maestra" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1217 +#: code:addons/web/static/src/xml/base.xml:1374 +#, python-format +msgid "Select" +msgstr "Seleccionar" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:549 +#, python-format +msgid "Database restored successfully" +msgstr "Base de datos restaurada correctamente" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:415 +#, python-format +msgid "Version" +msgstr "Versión" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:570 +#, python-format +msgid "Latest Modification Date:" +msgstr "Última data de modificación:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1459 +#, python-format +msgid "M2O search fields do not currently handle multiple default values" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:1227 +#, python-format +msgid "Widget type '%s' is not implemented" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1608 +#, python-format +msgid "Share with all users" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:77 +#: code:addons/web/static/src/js/view_form.js:321 +#, python-format +msgid "Form" +msgstr "Formulario" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1324 +#, python-format +msgid "(no string)" +msgstr "(sin cadena)" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/formats.js:282 +#, python-format +msgid "'%s' is not a correct time" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1297 +#, python-format +msgid "not a valid number" +msgstr "non é un número válido" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:325 +#, python-format +msgid "New Password:" +msgstr "Contrasinal nova:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:610 +#, python-format +msgid "Attachment :" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1691 +#, python-format +msgid "Fields to export" +msgstr "Campos a exportar" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:1340 +#, python-format +msgid "Undefined" +msgstr "Sen definir" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:4871 +#, python-format +msgid "File Upload" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/coresetup.js:607 +#, python-format +msgid "about a month ago" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1600 +#, python-format +msgid "Custom Filters" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1336 +#, python-format +msgid "Button Type:" +msgstr "Tipo de Botón" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:419 +#, python-format +msgid "OpenERP SA Company" +msgstr "Compañía OpenERP SA" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1553 +#, python-format +msgid "Custom Filter" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:159 +#, python-format +msgid "Duplicate Database" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/controllers/main.py:789 +#: code:addons/web/controllers/main.py:790 +#: code:addons/web/controllers/main.py:826 +#: code:addons/web/controllers/main.py:828 +#: code:addons/web/controllers/main.py:834 +#: code:addons/web/controllers/main.py:835 +#: code:addons/web/static/src/js/chrome.js:768 +#: code:addons/web/static/src/xml/base.xml:276 +#: code:addons/web/static/src/xml/base.xml:336 +#, python-format +msgid "Change Password" +msgstr "Cambiar o contrasinal" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:3411 +#, python-format +msgid "View type '%s' is not supported in One2Many." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:4951 +#: code:addons/web/static/src/js/view_list.js:2194 +#, python-format +msgid "Download" +msgstr "Descargar" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/formats.js:266 +#, python-format +msgid "'%s' is not a correct datetime" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:417 +#, python-format +msgid "Group" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:927 +#, python-format +msgid "Unhandled widget" +msgstr "Widget non controlado" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:982 +#, python-format +msgid "Selection:" +msgstr "Selección:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:871 +#, python-format +msgid "The following fields are invalid:" +msgstr "" + +#. module: web +#: code:addons/web/controllers/main.py:847 +#, python-format +msgid "Languages" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1270 +#, python-format +msgid "...Upload in progress..." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1768 +#, python-format +msgid "Import" +msgstr "Importar" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:543 +#, python-format +msgid "Could not restore the database" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:4851 +#, python-format +msgid "File upload" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:3804 +#, python-format +msgid "Action Button" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:542 +#: code:addons/web/static/src/xml/base.xml:1467 +#, python-format +msgid "Manage Filters" +msgstr "Xestionar filtros" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1867 +#, python-format +msgid "contains" +msgstr "contén" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/coresetup.js:633 +#, python-format +msgid "Take a minute to get a coffee,
    because it's loading..." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:413 +#, python-format +msgid "Activate the developer mode" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:324 +#, python-format +msgid "Loading (%d)" +msgstr "Cargando (%d)" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1114 +#, python-format +msgid "GroupBy" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:687 +#, python-format +msgid "You must select at least one record." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:535 +#, python-format +msgid "View Log (perm_read)" +msgstr "Ver Rexistro (perm_read)" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:1061 +#, python-format +msgid "Set Default" +msgstr "Estabelecer como predeterminado" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:978 +#, python-format +msgid "Relation:" +msgstr "Relación:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/coresetup.js:600 +#, python-format +msgid "less than a minute ago" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:851 +#, python-format +msgid "Condition:" +msgstr "Estado:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:1692 +#, python-format +msgid "Unsupported operator %s in domain %s" +msgstr "Operador non soportado %s en dominio %s" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/formats.js:242 +#, python-format +msgid "'%s' is not a correct float" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:549 +#, python-format +msgid "Restored" +msgstr "Restaurada" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:394 +#, python-format +msgid "%d-%d of %d" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:2868 +#, python-format +msgid "Create and Edit..." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/pyeval.js:731 +#, python-format +msgid "Unknown nonliteral type " +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:2346 +#, python-format +msgid "Resource error" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1961 +#, python-format +msgid "is not" +msgstr "non é" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:550 +#, python-format +msgid "Print Workflow" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:396 +#, python-format +msgid "Please confirm your new password" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1804 +#, python-format +msgid "UTF-8" +msgstr "UTF-8" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:421 +#, python-format +msgid "For more information visit" +msgstr "Para mais información visite" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1859 +#, python-format +msgid "Add All Info..." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1683 +#, python-format +msgid "Export Formats" +msgstr "Formatos de Exportación" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:974 +#, python-format +msgid "On change:" +msgstr "Cando cambie:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/views.js:865 +#, python-format +msgid "Model %s fields" +msgstr "Campos de modelo %s" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:893 +#, python-format +msgid "Setting 'id' attribute on existing record %s" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:8 +#, python-format +msgid "List" +msgstr "Lista" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1881 +#: code:addons/web/static/src/js/search.js:1915 +#: code:addons/web/static/src/js/search.js:1940 +#, python-format +msgid "greater than" +msgstr "maior que" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:2248 +#: code:addons/web/static/src/xml/base.xml:546 +#, python-format +msgid "View" +msgstr "Vista" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1466 +#, python-format +msgid "Save Filter" +msgstr "Gardar Filtro" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1344 +#, python-format +msgid "Action ID:" +msgstr "Acción ID:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:457 +#, python-format +msgid "Your user's preference timezone does not match your browser timezone:" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:1223 +#, python-format +msgid "Field '%s' specified in view could not be found." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1756 +#, python-format +msgid "Saved exports:" +msgstr "Exportacións gardadas:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:320 +#, python-format +msgid "Old Password:" +msgstr "Contrasinal anterior:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/formats.js:113 +#, python-format +msgid "Bytes,Kb,Mb,Gb,Tb,Pb,Eb,Zb,Yb" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:481 +#, python-format +msgid "The database has been duplicated." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1625 +#, python-format +msgid "Apply" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1386 +#, python-format +msgid "Save & New" +msgstr "Gardar e Novo" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1223 +#: code:addons/web/static/src/xml/base.xml:1225 +#, python-format +msgid "Save As" +msgstr "Gardar como" + +#. module: web +#. openerp-web +#: code:addons/web/doc/module/static/src/xml/web_example.xml:3 +#, python-format +msgid "00:00:00" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:2317 +#, python-format +msgid "E-mail error" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/coresetup.js:605 +#, python-format +msgid "a day ago" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1789 +#, python-format +msgid "Does your file have titles?" +msgstr "¿Ten o seu arquivo títulos?" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:327 +#, python-format +msgid "Unlimited" +msgstr "Sen límite" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:784 +#, python-format +msgid "" +"Warning, the record has been modified, your changes will be discarded.\n" +"\n" +"Are you sure you want to leave this page ?" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:2904 +#, python-format +msgid "Search: " +msgstr "Procurar: " + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:544 +#, python-format +msgid "Technical translation" +msgstr "Tradución técnica" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1797 +#, python-format +msgid "Delimiter:" +msgstr "Delimitador:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:462 +#, python-format +msgid "Browser's timezone" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1605 +#, python-format +msgid "Filter name" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1464 +#, python-format +msgid "-- Actions --" +msgstr "-- Accions --" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:4134 +#: code:addons/web/static/src/js/view_form.js:4294 +#: code:addons/web/static/src/xml/base.xml:1407 +#: code:addons/web/static/src/xml/base.xml:1705 +#, python-format +msgid "Add" +msgstr "Engadir" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:536 +#, python-format +msgid "Toggle Form Layout Outline" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:421 +#, python-format +msgid "OpenERP.com" +msgstr "OpenERP.com" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:2317 +#, python-format +msgid "Can't send email to invalid e-mail address" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:636 +#, python-format +msgid "Add..." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:405 +#, python-format +msgid "Preferences" +msgstr "Preferenzas" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:436 +#, python-format +msgid "Wrong on change format: %s" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/controllers/main.py:750 +#: code:addons/web/static/src/xml/base.xml:185 +#, python-format +msgid "Drop Database" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:466 +#, python-format +msgid "Click here to change your user's timezone." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:966 +#, python-format +msgid "Modifiers:" +msgstr "Modificadores:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:627 +#, python-format +msgid "Delete this attachment" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:774 +#: code:addons/web/static/src/xml/base.xml:815 +#: code:addons/web/static/src/xml/base.xml:1382 +#: code:addons/web/static/src/xml/base.xml:1612 +#, python-format +msgid "Save" +msgstr "Gardar" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/views.js:999 +#: code:addons/web/static/src/xml/base.xml:352 +#, python-format +msgid "More" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:73 +#, python-format +msgid "Username" +msgstr "Nome de usuario" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:481 +#, python-format +msgid "Duplicating database" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:563 +#, python-format +msgid "Password has been changed successfully" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list_editable.js:788 +#, python-format +msgid "The form's data can not be discarded" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:533 +#, python-format +msgid "Debug View#" +msgstr "Debug Vista#" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:77 +#, python-format +msgid "Log in" +msgstr "Iniciar sesión" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:198 +#: code:addons/web/static/src/js/view_list.js:346 +#: code:addons/web/static/src/xml/base.xml:1764 +#, python-format +msgid "Delete" +msgstr "Borrar" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/pyeval.js:769 +#, python-format +msgid "" +"Local evaluation failure\n" +"%s\n" +"\n" +"%s" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:350 +#, python-format +msgid "Invalid database name" +msgstr "Nome da base de datos incorrecto" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1693 +#, python-format +msgid "Save fields list" +msgstr "Gardar lista de campos" + +#. module: web +#. openerp-web +#: code:addons/web/doc/module/static/src/xml/web_example.xml:5 +#, python-format +msgid "Start" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/views.js:823 +#, python-format +msgid "View Log (%s)" +msgstr "Ver Rexistro (%s)" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:564 +#, python-format +msgid "Creation Date:" +msgstr "Data de Creación:" + +#. module: web +#: code:addons/web/controllers/main.py:790 +#: code:addons/web/controllers/main.py:835 +#, python-format +msgid "Error, password not changed !" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:4850 +#, python-format +msgid "The selected file exceed the maximum file size of %s." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:632 +#: code:addons/web/static/src/xml/base.xml:1300 +#, python-format +msgid "/web/binary/upload_attachment" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:563 +#, python-format +msgid "Changed Password" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1431 +#, python-format +msgid "Search" +msgstr "Busca" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:3032 +#: code:addons/web/static/src/js/view_form.js:3668 +#: code:addons/web/static/src/js/view_form.js:3785 +#: code:addons/web/static/src/js/view_form.js:4230 +#: code:addons/web/static/src/js/view_form.js:4353 +#, python-format +msgid "Open: " +msgstr "Abrir: " + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:218 +#: code:addons/web/static/src/xml/base.xml:309 +#, python-format +msgid "Backup" +msgstr "Copia de seguridade" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/dates.js:76 +#: code:addons/web/static/src/js/dates.js:80 +#, python-format +msgid "'%s' is not a valid time" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/formats.js:274 +#, python-format +msgid "'%s' is not a correct date" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:933 +#, python-format +msgid "(nolabel)" +msgstr "(sin etiqueta)" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/coresetup.js:606 +#, python-format +msgid "%d days ago" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1474 +#, python-format +msgid "(Any existing filter with the same name will be replaced)" +msgstr "(Calquer filtro existente co mesmo nome será reemplazado)" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:1918 +#: code:addons/web/static/src/xml/base.xml:338 +#: code:addons/web/static/src/xml/base.xml:1377 +#: code:addons/web/static/src/xml/base.xml:1860 +#, python-format +msgid "Cancel" +msgstr "Cancelar" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/coresetup.js:628 +#: code:addons/web/static/src/xml/base.xml:9 +#, python-format +msgid "Loading..." +msgstr "Cargando…" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:567 +#, python-format +msgid "Latest Modification by:" +msgstr "Última Modificación por:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:1242 +#: code:addons/web/static/src/xml/base.xml:470 +#, python-format +msgid "Timezone mismatch" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:1646 +#, python-format +msgid "Unknown operator %s in domain %s" +msgstr "Operador desconocido %s en dominio %s" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:428 +#, python-format +msgid "%d / %d" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1782 +#, python-format +msgid "2. Check your file format" +msgstr "2. Comprobe o formato de arquivo" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1718 +#, python-format +msgid "Name" +msgstr "Nome" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1775 +#, python-format +msgid "" +"Select a .CSV file to import. If you need a sample of file to import,\n" +" you should use the export tool with the \"Import Compatible\" option." +msgstr "" +"Seleccione un arquivo .CSV para importar. Se necesita unha mostra de arquivo " +"para importar,\n" +" debería usar a ferramenta de exportación coa opción de \"Importación " +"Compatible\"." + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/coresetup.js:608 +#, python-format +msgid "%d months ago" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:187 +#: code:addons/web/static/src/xml/base.xml:308 +#, python-format +msgid "Drop" +msgstr "Eliminar" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1465 +#, python-format +msgid "Add Advanced Filter" +msgstr "Engadir Filtro Avanzado" + +#. module: web +#: code:addons/web/controllers/main.py:828 +#, python-format +msgid "The new password and its confirmation must be identical." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:542 +#: code:addons/web/static/src/xml/base.xml:248 +#, python-format +msgid "Restore Database" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:644 +#, python-format +msgid "Login" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:420 +#, python-format +msgid "Licenced under the terms of" +msgstr "Con licencia baixo os termos de" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:250 +#: code:addons/web/static/src/xml/base.xml:310 +#, python-format +msgid "Restore" +msgstr "Restaurar" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1677 +#, python-format +msgid "Export Type:" +msgstr "Tipo de Exportación:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:406 +#, python-format +msgid "Log out" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1090 +#, python-format +msgid "Group by: %s" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:153 +#, python-format +msgid "No data provided." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:345 +#: code:addons/web/static/src/xml/base.xml:1665 +#, python-format +msgid "Export" +msgstr "Exportar" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/data_export.js:12 +#, python-format +msgid "Export To File" +msgstr "Exportar a arquivo" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/views.js:1097 +#, python-format +msgid "You must choose at least one record." +msgstr "Debe seleccionar polo menos un rexistro." + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/coresetup.js:631 +#, python-format +msgid "Don't leave yet,
    it's still loading..." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:775 +#, python-format +msgid "Invalid Search" +msgstr "Busqueda incorrecta" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:980 +#, python-format +msgid "Could not find id in dataset" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1707 +#, python-format +msgid "Remove All" +msgstr "Eliminar Todo" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1340 +#, python-format +msgid "Method:" +msgstr "Método:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:1439 +#, python-format +msgid "%(page)d/%(page_count)d" +msgstr "%(page)d/%(page_count)d" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:397 +#, python-format +msgid "The confirmation does not match the password" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:441 +#, python-format +msgid "Edit Company data" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:4886 +#, python-format +msgid "Save As..." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:5007 +#, python-format +msgid "Could not display the selected image." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:509 +#, python-format +msgid "Database backed up successfully" +msgstr "Base de datos gardada correctamente" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1808 +#, python-format +msgid "" +"For use if CSV files have titles on multiple lines, skips more than a single " +"line during import" +msgstr "" +"Para o seu uso se os ficheiros CSV teñen títulos en varias liñas, omitense " +"mais de una soa liña durante a importación" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:394 +#, python-format +msgid "99+" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1774 +#, python-format +msgid "1. Import a .CSV file" +msgstr "1. Importar un arquivo .CSV" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:644 +#, python-format +msgid "No database selected !" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/formats.js:180 +#, python-format +msgid "(%d records)" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:970 +#, python-format +msgid "Change default:" +msgstr "Cambiar predeterminado:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:171 +#, python-format +msgid "Original database name:" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1869 +#: code:addons/web/static/src/js/search.js:1879 +#: code:addons/web/static/src/js/search.js:1913 +#: code:addons/web/static/src/js/search.js:1938 +#, python-format +msgid "is equal to" +msgstr "é igual a" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/views.js:1500 +#, python-format +msgid "Could not serialize XML" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1619 +#, python-format +msgid "Advanced Search" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:290 +#, python-format +msgid "Confirm new master password:" +msgstr "Confirmar nova contrasinal maestra:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/coresetup.js:634 +#, python-format +msgid "Maybe you should consider reloading the application by pressing F5..." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:17 +#: code:addons/web/static/src/js/view_list.js:2248 +#: code:addons/web/static/src/xml/base.xml:111 +#: code:addons/web/static/src/xml/base.xml:306 +#: code:addons/web/static/src/xml/base.xml:812 +#: code:addons/web/static/src/xml/base.xml:1376 +#, python-format +msgid "Create" +msgstr "Crear" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1868 +#, python-format +msgid "doesn't contain" +msgstr "non contén" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1785 +#, python-format +msgid "Import Options" +msgstr "Importar opcións" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:2936 +#, python-format +msgid "Add %s" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:145 +#, python-format +msgid "Admin password:" +msgstr "Contrasinal de Admin:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/data_export.js:11 +#: code:addons/web/static/src/js/view_form.js:1067 +#: code:addons/web/static/src/xml/base.xml:1394 +#, python-format +msgid "Close" +msgstr "Pechar" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/coresetup.js:632 +#, python-format +msgid "" +"You may not believe it,
    but the application is actually loading..." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1779 +#, python-format +msgid "CSV File:" +msgstr "Arquivo CSV:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1741 +#, python-format +msgid "Advanced" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_tree.js:11 +#, python-format +msgid "Tree" +msgstr "Ărbore" + +#. module: web +#: code:addons/web/controllers/main.py:750 +#, python-format +msgid "Could not drop database !" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/formats.js:227 +#, python-format +msgid "'%s' is not a correct integer" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:877 +#, python-format +msgid "All users" +msgstr "Todos os usuarios" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:1654 +#, python-format +msgid "Unknown field %s in domain %s" +msgstr "Campo desconocido %s en dominio %s" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/views.js:1466 +#, python-format +msgid "Node [%s] is not a JSONified XML node" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1428 +#, python-format +msgid "Advanced Search..." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:499 +#, python-format +msgid "Dropping database" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:82 +#: code:addons/web/static/src/xml/base.xml:445 +#, python-format +msgid "Powered by" +msgstr "Desenvolvido por" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1380 +#: code:addons/web/static/src/xml/base.xml:970 +#, python-format +msgid "Yes" +msgstr "Si" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:4871 +#, python-format +msgid "There was a problem while uploading your file" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:558 +#, python-format +msgid "XML ID:" +msgstr "XML ID:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:954 +#, python-format +msgid "Size:" +msgstr "Tamaño:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1824 +#, python-format +msgid "--- Don't Import ---" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1679 +#, python-format +msgid "Import-Compatible Export" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/coresetup.js:610 +#, python-format +msgid "%d years ago" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:1040 +#, python-format +msgid "Unknown m2m command %s" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:1068 +#, python-format +msgid "Save default" +msgstr "Gardar como predeterminado" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:121 +#: code:addons/web/static/src/xml/base.xml:175 +#: code:addons/web/static/src/xml/base.xml:264 +#, python-format +msgid "New database name:" +msgstr "Nome da nova base de datos:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:394 +#, python-format +msgid "Please enter your new password" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:4886 +#, python-format +msgid "The field is empty, there's nothing to save !" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:545 +#, python-format +msgid "Manage Views" +msgstr "Xestionar Vistas" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1801 +#, python-format +msgid "Encoding:" +msgstr "CodificaciĂłn:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1808 +#, python-format +msgid "Lines to skip" +msgstr "Liñas a omitir" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:2858 +#, python-format +msgid "Create \"%s\"" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/data_export.js:361 +#, python-format +msgid "Please select fields to save export list..." +msgstr "" +"Por favor, seleccione os campos para gardar a lista de exportaciĂłn..." + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:418 +#, python-format +msgid "Copyright © 2004-TODAY OpenERP SA. All Rights Reserved." +msgstr "Copyright © 2004-HOY OpenERP SA. Todos os dereitos reservados." + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:2346 +#, python-format +msgid "This resource is empty" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1689 +#, python-format +msgid "Available fields" +msgstr "Campos dispoñibles" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1835 +#, python-format +msgid "The import failed due to:" +msgstr "A importaciĂłn fallou debido a:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/views.js:812 +#: code:addons/web/static/src/xml/base.xml:539 +#, python-format +msgid "JS Tests" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1750 +#, python-format +msgid "Save as:" +msgstr "Gardar como:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:927 +#, python-format +msgid "Filter on: %s" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:2904 +#: code:addons/web/static/src/js/view_form.js:3757 +#, python-format +msgid "Create: " +msgstr "Crear: " + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:540 +#, python-format +msgid "View Fields" +msgstr "Ver Campos" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:330 +#, python-format +msgid "Confirm New Password:" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:575 +#, python-format +msgid "Do you really want to remove these records?" +msgstr "ÂżRealmente quere eliminar estos rexistros?" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:958 +#, python-format +msgid "Context:" +msgstr "Contexto:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1933 +#: code:addons/web/static/src/js/search.js:1960 +#, python-format +msgid "is" +msgstr "Ă©" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/data_export.js:6 +#, python-format +msgid "Export Data" +msgstr "ExportaciĂłn de datos" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:962 +#, python-format +msgid "Domain:" +msgstr "Dominio:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:834 +#, python-format +msgid "Default:" +msgstr "Predeterminado:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:82 +#: code:addons/web/static/src/xml/base.xml:446 +#, python-format +msgid "OpenERP" +msgstr "OpenERP" + +#. module: web +#. openerp-web +#: code:addons/web/doc/module/static/src/xml/web_example.xml:8 +#, python-format +msgid "Stop" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:68 +#: code:addons/web/static/src/xml/base.xml:193 +#: code:addons/web/static/src/xml/base.xml:225 +#, python-format +msgid "Database:" +msgstr "Base de datos:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1183 +#: code:addons/web/static/src/xml/base.xml:1240 +#, python-format +msgid "Uploading ..." +msgstr "Subindo ..." + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1853 +#, python-format +msgid "Name:" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:1058 +#, python-format +msgid "About" +msgstr "Acerda de" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1431 +#, python-format +msgid "Search Again" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1455 +#, python-format +msgid "-- Filters --" +msgstr "-- Filtros --" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1230 +#: code:addons/web/static/src/xml/base.xml:1232 +#, python-format +msgid "Clear" +msgstr "Limpar" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1680 +#, python-format +msgid "Export all Data" +msgstr "Exportar todos os datos" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:1334 +#, python-format +msgid "" +"Grouping on field '%s' is not possible because that field does not appear in " +"the list view." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:537 +#, python-format +msgid "Set Defaults" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1670 +#, python-format +msgid "" +"This wizard will export all data that matches the current search criteria to " +"a CSV file.\n" +" You can export all data or only the fields that can be " +"reimported after modification." +msgstr "" +"Este asistente exportaralle todos os datos que coincidan cos criterios de " +"procura actual a un arquivo CSV.\n" +" Pode exportar todos os datos ou sĂł os campos que poden " +"importarse de novo despois da modificaciĂłn." + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:321 +#, python-format +msgid "The record could not be found in the database." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1472 +#, python-format +msgid "Filter Name:" +msgstr "Nome do Filtro" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:946 +#, python-format +msgid "Type:" +msgstr "Tipo:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:538 +#, python-format +msgid "Incorrect super-administrator password" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:942 +#, python-format +msgid "Object:" +msgstr "Obxecto:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:292 +#: code:addons/web/static/src/js/chrome.js:326 +#, python-format +msgid "Loading" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/coresetup.js:609 +#, python-format +msgid "about a year ago" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1870 +#: code:addons/web/static/src/js/search.js:1880 +#: code:addons/web/static/src/js/search.js:1914 +#: code:addons/web/static/src/js/search.js:1939 +#, python-format +msgid "is not equal to" +msgstr "non Ă© igual a" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:5036 +#, python-format +msgid "" +"The type of the field '%s' must be a many2many field with a relation to " +"'ir.attachment' model." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/coresetup.js:604 +#, python-format +msgid "%d hours ago" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:4206 +#: code:addons/web/static/src/js/view_form.js:4335 +#, python-format +msgid "Add: " +msgstr "Engadir: " + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1858 +#, python-format +msgid "Quick Add" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1805 +#, python-format +msgid "Latin 1" +msgstr "Latin 1" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:260 +#: code:addons/web/static/src/js/chrome.js:269 +#: code:addons/web/static/src/js/chrome.js:449 +#: code:addons/web/static/src/js/chrome.js:792 +#: code:addons/web/static/src/js/view_form.js:572 +#: code:addons/web/static/src/js/view_form.js:1923 +#: code:addons/web/static/src/xml/base.xml:1752 +#, python-format +msgid "Ok" +msgstr "Ok" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/views.js:1162 +#, python-format +msgid "Uploading..." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:125 +#, python-format +msgid "Load Demonstration data:" +msgstr "Cargar datos de demostraciĂłn:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:615 +#, python-format +msgid "Created by :" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/dates.js:22 +#: code:addons/web/static/src/js/dates.js:26 +#, python-format +msgid "'%s' is not a valid datetime" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:256 +#, python-format +msgid "File:" +msgstr "Arquivo:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1882 +#: code:addons/web/static/src/js/search.js:1916 +#: code:addons/web/static/src/js/search.js:1941 +#, python-format +msgid "less than" +msgstr "menor que" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:687 +#: code:addons/web/static/src/js/views.js:1097 +#, python-format +msgid "Warning" +msgstr "Advertencia" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:547 +#, python-format +msgid "Edit SearchView" +msgstr "Editar SearchView" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1975 +#, python-format +msgid "is true" +msgstr "Ă© verdadeiro" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:3909 +#, python-format +msgid "Add an item" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1603 +#, python-format +msgid "Save current filter" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:1915 +#, python-format +msgid "Confirm" +msgstr "Confirmar" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/data_export.js:126 +#, python-format +msgid "Please enter save field list name" +msgstr "Por favor, introduzca o nome da lista de campos a gardar" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:2206 +#, python-format +msgid "Download \"%s\"" +msgstr "Descargar \"%s\"" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:326 +#, python-format +msgid "New" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:1767 +#, python-format +msgid "Can't convert value %s to context" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/views.js:807 +#: code:addons/web/static/src/xml/base.xml:541 +#, python-format +msgid "Fields View Get" +msgstr "Obter Vista de Campos" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:149 +#, python-format +msgid "Confirm password:" +msgstr "Confirmar contrasinal:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1883 +#: code:addons/web/static/src/js/search.js:1917 +#: code:addons/web/static/src/js/search.js:1942 +#, python-format +msgid "greater or equal than" +msgstr "maior o igual que" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1321 +#, python-format +msgid "Button" +msgstr "BotĂłn" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:418 +#, python-format +msgid "OpenERP is a trademark of the" +msgstr "OpenERP Ă© unha marca rexistrada da" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/data_export.js:374 +#, python-format +msgid "Please select fields to export..." +msgstr "Por favor, seleccione os campos a exportar" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:286 +#, python-format +msgid "New master password:" +msgstr "Nova contrasinal maestra:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1976 +#, python-format +msgid "is false" +msgstr "Ă© falso" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:404 +#, python-format +msgid "About OpenERP" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/formats.js:297 +#, python-format +msgid "'%s' is not a correct date, datetime nor time" +msgstr "" + +#. module: web +#: code:addons/web/controllers/main.py:1264 +#, python-format +msgid "No content found for field '%s' on '%s:%s'" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:304 +#, python-format +msgid "Database Management" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:5007 +#, python-format +msgid "Image" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:81 +#, python-format +msgid "Manage Databases" +msgstr "Xestionar Bases de datos" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/pyeval.js:765 +#, python-format +msgid "Evaluation Error" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1283 +#, python-format +msgid "not a valid integer" +msgstr "non Ă© un enteiro válido" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:337 +#: code:addons/web/static/src/xml/base.xml:776 +#: code:addons/web/static/src/xml/base.xml:816 +#: code:addons/web/static/src/xml/base.xml:1376 +#: code:addons/web/static/src/xml/base.xml:1384 +#: code:addons/web/static/src/xml/base.xml:1630 +#, python-format +msgid "or" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1381 +#, python-format +msgid "No" +msgstr "Non" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/formats.js:309 +#, python-format +msgid "'%s' is not convertible to date, datetime nor time" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:199 +#: code:addons/web/static/src/xml/base.xml:161 +#: code:addons/web/static/src/xml/base.xml:307 +#, python-format +msgid "Duplicate" +msgstr "Duplicar" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:777 +#: code:addons/web/static/src/xml/base.xml:817 +#: code:addons/web/static/src/xml/base.xml:1391 +#, python-format +msgid "Discard" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1624 +#, python-format +msgid "Add a condition" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/coresetup.js:629 +#, python-format +msgid "Still loading..." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:818 +#, python-format +msgid "Incorrect value for field %(fieldname)s: [%(value)s] is %(message)s" +msgstr "" +"Valor incorrecto para o campo %(fieldname)s: [%(value)s] is %(message)s" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:3805 +#, python-format +msgid "The o2m record must be saved before an action can be used" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:509 +#, python-format +msgid "Backed" +msgstr "Gardado" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1610 +#, python-format +msgid "Use by default" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:1348 +#, python-format +msgid "%s (%d)" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:775 +#, python-format +msgid "triggered from search view" +msgstr "Chamado dende a vista de busqueda" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:978 +#, python-format +msgid "Filter" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:950 +#, python-format +msgid "Widget:" +msgstr "Widget:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:548 +#, python-format +msgid "Edit Action" +msgstr "Editar a acciĂłn" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:555 +#, python-format +msgid "ID:" +msgstr "ID:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:870 +#, python-format +msgid "Only you" +msgstr "So vostede" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:549 +#, python-format +msgid "Edit Workflow" +msgstr "Editar Fluxo de Traballo" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/views.js:1171 +#, python-format +msgid "Do you really want to delete this attachment ?" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/views.js:840 +#, python-format +msgid "Technical Translation" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:938 +#, python-format +msgid "Field:" +msgstr "Campo:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:620 +#, python-format +msgid "Modified by :" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:499 +#, python-format +msgid "The database %s has been dropped" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:460 +#, python-format +msgid "User's timezone" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:284 +#: code:addons/web/static/src/js/chrome.js:1168 +#, python-format +msgid "Client Error" +msgstr "Erro do cliente" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/views.js:998 +#, python-format +msgid "Print" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1331 +#, python-format +msgid "Special:" +msgstr "Especial:" + +#. module: web +#: code:addons/web/controllers/main.py:834 +#, python-format +msgid "" +"The old password you provided is incorrect, your password was not changed." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:561 +#, python-format +msgid "Creation User:" +msgstr "Usuario de CreaciĂłn:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:769 +#, python-format +msgid "Do you really want to delete this record?" +msgstr "ÂżRealmente quere eliminar este rexistro?" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1385 +#, python-format +msgid "Save & Close" +msgstr "Gardar e Pechar" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:2845 +#, python-format +msgid "Search More..." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:75 +#: code:addons/web/static/src/xml/base.xml:311 +#, python-format +msgid "Password" +msgstr "Contrasinal" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:546 +#: code:addons/web/static/src/xml/base.xml:809 +#: code:addons/web/static/src/xml/base.xml:1178 +#, python-format +msgid "Edit" +msgstr "Editar" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1706 +#, python-format +msgid "Remove" +msgstr "Eliminar" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1062 +#, python-format +msgid "Select date" +msgstr "Seleccionar data" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1249 +#, python-format +msgid "Search %(field)s for: %(value)s" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1277 +#, python-format +msgid "Delete this file" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:109 +#, python-format +msgid "Create Database" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:420 +#, python-format +msgid "GNU Affero General Public License" +msgstr "GNU Affero General Public License" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1795 +#, python-format +msgid "Separator:" +msgstr "Separador:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:300 +#, python-format +msgid "Back to Login" +msgstr "Voltar Ăł Inicio de sesiĂłn" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1662 +#: code:addons/web/static/src/xml/base.xml:1454 +#, python-format +msgid "Filters" +msgstr "Filtros" diff --git a/web/i18n/gu.po b/web/i18n/gu.po new file mode 100644 index 0000000..0a64fb8 --- /dev/null +++ b/web/i18n/gu.po @@ -0,0 +1,2602 @@ +# Gujarati translation for openerp-web +# Copyright (c) 2012 Rosetta Contributors and Canonical Ltd 2012 +# This file is distributed under the same license as the openerp-web package. +# FIRST AUTHOR , 2012. +# +msgid "" +msgstr "" +"Project-Id-Version: openerp-web\n" +"Report-Msgid-Bugs-To: FULL NAME \n" +"POT-Creation-Date: 2012-12-21 17:06+0000\n" +"PO-Revision-Date: 2012-12-21 23:00+0000\n" +"Last-Translator: FULL NAME \n" +"Language-Team: Gujarati \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Launchpad-Export-Date: 2012-12-22 07:38+0000\n" +"X-Generator: Launchpad (build 16378)\n" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:133 +#, python-format +msgid "Default language:" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/coresetup.js:602 +#, python-format +msgid "%d minutes ago" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/coresetup.js:630 +#, python-format +msgid "Still loading...
    Please be patient." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1832 +#, python-format +msgid "%(field)s %(operator)s \"%(value)s\"" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1884 +#: code:addons/web/static/src/js/search.js:1918 +#: code:addons/web/static/src/js/search.js:1943 +#, python-format +msgid "less or equal than" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:393 +#, python-format +msgid "Please enter your previous password" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:117 +#: code:addons/web/static/src/xml/base.xml:167 +#: code:addons/web/static/src/xml/base.xml:282 +#, python-format +msgid "Master password:" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:274 +#, python-format +msgid "Change Master Password" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:491 +#, python-format +msgid "Do you really want to delete the database: %s ?" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1398 +#, python-format +msgid "Search %(field)s at: %(value)s" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:537 +#, python-format +msgid "Access Denied" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:5183 +#, python-format +msgid "Uploading error" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/coresetup.js:603 +#, python-format +msgid "about an hour ago" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/controllers/main.py:768 +#: code:addons/web/static/src/js/chrome.js:514 +#: code:addons/web/static/src/xml/base.xml:216 +#, python-format +msgid "Backup Database" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/views.js:463 +#, python-format +msgid "%(view_type)s view" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/dates.js:49 +#: code:addons/web/static/src/js/dates.js:53 +#, python-format +msgid "'%s' is not a valid date" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1837 +#, python-format +msgid "Here is a preview of the file we could not import:" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/coresetup.js:601 +#, python-format +msgid "about a minute ago" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1297 +#, python-format +msgid "File" +msgstr "" + +#. module: web +#: code:addons/web/controllers/main.py:826 +#, python-format +msgid "You cannot leave any password empty." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:680 +#, python-format +msgid "Invalid username or password" +msgstr "અયોગ્ય વપરાશકર્તા નામ અથવા પાસવર્ડ" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:206 +#: code:addons/web/static/src/xml/base.xml:238 +#: code:addons/web/static/src/xml/base.xml:260 +#, python-format +msgid "Master Password:" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1217 +#: code:addons/web/static/src/xml/base.xml:1374 +#, python-format +msgid "Select" +msgstr "પસંદ કરો" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:549 +#, python-format +msgid "Database restored successfully" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:415 +#, python-format +msgid "Version" +msgstr "આવŕ«ŕŞ¤ŕ«ŤŕŞ¤ŕŞż" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:570 +#, python-format +msgid "Latest Modification Date:" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1459 +#, python-format +msgid "M2O search fields do not currently handle multiple default values" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:1227 +#, python-format +msgid "Widget type '%s' is not implemented" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1608 +#, python-format +msgid "Share with all users" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:77 +#: code:addons/web/static/src/js/view_form.js:321 +#, python-format +msgid "Form" +msgstr "ફોર્મ" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1324 +#, python-format +msgid "(no string)" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/formats.js:282 +#, python-format +msgid "'%s' is not a correct time" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1297 +#, python-format +msgid "not a valid number" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:325 +#, python-format +msgid "New Password:" +msgstr "નવો પાસવર્ડ:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:610 +#, python-format +msgid "Attachment :" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1691 +#, python-format +msgid "Fields to export" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:1340 +#, python-format +msgid "Undefined" +msgstr "અવ્યાખ્યાયિત" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:4871 +#, python-format +msgid "File Upload" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/coresetup.js:607 +#, python-format +msgid "about a month ago" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1600 +#, python-format +msgid "Custom Filters" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1336 +#, python-format +msgid "Button Type:" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:419 +#, python-format +msgid "OpenERP SA Company" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1553 +#, python-format +msgid "Custom Filter" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:159 +#, python-format +msgid "Duplicate Database" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/controllers/main.py:789 +#: code:addons/web/controllers/main.py:790 +#: code:addons/web/controllers/main.py:826 +#: code:addons/web/controllers/main.py:828 +#: code:addons/web/controllers/main.py:834 +#: code:addons/web/controllers/main.py:835 +#: code:addons/web/static/src/js/chrome.js:768 +#: code:addons/web/static/src/xml/base.xml:276 +#: code:addons/web/static/src/xml/base.xml:336 +#, python-format +msgid "Change Password" +msgstr "પાસવર્ડ બદલો" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:3411 +#, python-format +msgid "View type '%s' is not supported in One2Many." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:4951 +#: code:addons/web/static/src/js/view_list.js:2194 +#, python-format +msgid "Download" +msgstr "ડાઉનલોડ" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/formats.js:266 +#, python-format +msgid "'%s' is not a correct datetime" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:417 +#, python-format +msgid "Group" +msgstr "જૂથ" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:927 +#, python-format +msgid "Unhandled widget" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:982 +#, python-format +msgid "Selection:" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:871 +#, python-format +msgid "The following fields are invalid:" +msgstr "" + +#. module: web +#: code:addons/web/controllers/main.py:847 +#, python-format +msgid "Languages" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1270 +#, python-format +msgid "...Upload in progress..." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1768 +#, python-format +msgid "Import" +msgstr "આયાત" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:543 +#, python-format +msgid "Could not restore the database" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:4851 +#, python-format +msgid "File upload" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:3804 +#, python-format +msgid "Action Button" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:542 +#: code:addons/web/static/src/xml/base.xml:1467 +#, python-format +msgid "Manage Filters" +msgstr "ફિલ્ટરો ને સંચાલિત કરો" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1867 +#, python-format +msgid "contains" +msgstr "સમાવે છે" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/coresetup.js:633 +#, python-format +msgid "Take a minute to get a coffee,
    because it's loading..." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:413 +#, python-format +msgid "Activate the developer mode" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:324 +#, python-format +msgid "Loading (%d)" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1114 +#, python-format +msgid "GroupBy" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:687 +#, python-format +msgid "You must select at least one record." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:535 +#, python-format +msgid "View Log (perm_read)" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:1061 +#, python-format +msgid "Set Default" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:978 +#, python-format +msgid "Relation:" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/coresetup.js:600 +#, python-format +msgid "less than a minute ago" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:851 +#, python-format +msgid "Condition:" +msgstr "શરત:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:1692 +#, python-format +msgid "Unsupported operator %s in domain %s" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/formats.js:242 +#, python-format +msgid "'%s' is not a correct float" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:549 +#, python-format +msgid "Restored" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:394 +#, python-format +msgid "%d-%d of %d" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:2868 +#, python-format +msgid "Create and Edit..." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/pyeval.js:731 +#, python-format +msgid "Unknown nonliteral type " +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:2346 +#, python-format +msgid "Resource error" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1961 +#, python-format +msgid "is not" +msgstr "નથી" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:550 +#, python-format +msgid "Print Workflow" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:396 +#, python-format +msgid "Please confirm your new password" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1804 +#, python-format +msgid "UTF-8" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:421 +#, python-format +msgid "For more information visit" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1859 +#, python-format +msgid "Add All Info..." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1683 +#, python-format +msgid "Export Formats" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:974 +#, python-format +msgid "On change:" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/views.js:865 +#, python-format +msgid "Model %s fields" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:893 +#, python-format +msgid "Setting 'id' attribute on existing record %s" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:8 +#, python-format +msgid "List" +msgstr "યાદી" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1881 +#: code:addons/web/static/src/js/search.js:1915 +#: code:addons/web/static/src/js/search.js:1940 +#, python-format +msgid "greater than" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:2248 +#: code:addons/web/static/src/xml/base.xml:546 +#, python-format +msgid "View" +msgstr "દેખાવ" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1466 +#, python-format +msgid "Save Filter" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1344 +#, python-format +msgid "Action ID:" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:457 +#, python-format +msgid "Your user's preference timezone does not match your browser timezone:" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:1223 +#, python-format +msgid "Field '%s' specified in view could not be found." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1756 +#, python-format +msgid "Saved exports:" +msgstr "સચવાયેલા નિકાસ:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:320 +#, python-format +msgid "Old Password:" +msgstr "જૂનŕ«ŕŞ‚ પાસવર્ડ:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/formats.js:113 +#, python-format +msgid "Bytes,Kb,Mb,Gb,Tb,Pb,Eb,Zb,Yb" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:481 +#, python-format +msgid "The database has been duplicated." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1625 +#, python-format +msgid "Apply" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1386 +#, python-format +msgid "Save & New" +msgstr "સંગ્રહો અને નવŕ«ŕŞ‚" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1223 +#: code:addons/web/static/src/xml/base.xml:1225 +#, python-format +msgid "Save As" +msgstr "આ રીતે સંગ્રહિત કરો" + +#. module: web +#. openerp-web +#: code:addons/web/doc/module/static/src/xml/web_example.xml:3 +#, python-format +msgid "00:00:00" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:2317 +#, python-format +msgid "E-mail error" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/coresetup.js:605 +#, python-format +msgid "a day ago" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1789 +#, python-format +msgid "Does your file have titles?" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:327 +#, python-format +msgid "Unlimited" +msgstr "અમર્યાદિત" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:784 +#, python-format +msgid "" +"Warning, the record has been modified, your changes will be discarded.\n" +"\n" +"Are you sure you want to leave this page ?" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:2904 +#, python-format +msgid "Search: " +msgstr "શોધો: " + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:544 +#, python-format +msgid "Technical translation" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1797 +#, python-format +msgid "Delimiter:" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:462 +#, python-format +msgid "Browser's timezone" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1605 +#, python-format +msgid "Filter name" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1464 +#, python-format +msgid "-- Actions --" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:4134 +#: code:addons/web/static/src/js/view_form.js:4294 +#: code:addons/web/static/src/xml/base.xml:1407 +#: code:addons/web/static/src/xml/base.xml:1705 +#, python-format +msgid "Add" +msgstr "ઉમેરો" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:536 +#, python-format +msgid "Toggle Form Layout Outline" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:421 +#, python-format +msgid "OpenERP.com" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:2317 +#, python-format +msgid "Can't send email to invalid e-mail address" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:636 +#, python-format +msgid "Add..." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:405 +#, python-format +msgid "Preferences" +msgstr "સામાન્ય પસંદગીઓ" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:436 +#, python-format +msgid "Wrong on change format: %s" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/controllers/main.py:750 +#: code:addons/web/static/src/xml/base.xml:185 +#, python-format +msgid "Drop Database" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:466 +#, python-format +msgid "Click here to change your user's timezone." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:966 +#, python-format +msgid "Modifiers:" +msgstr "સŕ«ŕŞ§ŕŞľŕŞ°ŕŞ•ŕ«‹:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:627 +#, python-format +msgid "Delete this attachment" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:774 +#: code:addons/web/static/src/xml/base.xml:815 +#: code:addons/web/static/src/xml/base.xml:1382 +#: code:addons/web/static/src/xml/base.xml:1612 +#, python-format +msgid "Save" +msgstr "સાચવો" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/views.js:999 +#: code:addons/web/static/src/xml/base.xml:352 +#, python-format +msgid "More" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:73 +#, python-format +msgid "Username" +msgstr "વપરાશકર્તા નામ" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:481 +#, python-format +msgid "Duplicating database" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:563 +#, python-format +msgid "Password has been changed successfully" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list_editable.js:788 +#, python-format +msgid "The form's data can not be discarded" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:533 +#, python-format +msgid "Debug View#" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:77 +#, python-format +msgid "Log in" +msgstr "લોગ ઇન" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:198 +#: code:addons/web/static/src/js/view_list.js:346 +#: code:addons/web/static/src/xml/base.xml:1764 +#, python-format +msgid "Delete" +msgstr "રદ્દ કરો" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/pyeval.js:769 +#, python-format +msgid "" +"Local evaluation failure\n" +"%s\n" +"\n" +"%s" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:350 +#, python-format +msgid "Invalid database name" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1693 +#, python-format +msgid "Save fields list" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/doc/module/static/src/xml/web_example.xml:5 +#, python-format +msgid "Start" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/views.js:823 +#, python-format +msgid "View Log (%s)" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:564 +#, python-format +msgid "Creation Date:" +msgstr "" + +#. module: web +#: code:addons/web/controllers/main.py:790 +#: code:addons/web/controllers/main.py:835 +#, python-format +msgid "Error, password not changed !" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:4850 +#, python-format +msgid "The selected file exceed the maximum file size of %s." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:632 +#: code:addons/web/static/src/xml/base.xml:1300 +#, python-format +msgid "/web/binary/upload_attachment" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:563 +#, python-format +msgid "Changed Password" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1431 +#, python-format +msgid "Search" +msgstr "શોધો" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:3032 +#: code:addons/web/static/src/js/view_form.js:3668 +#: code:addons/web/static/src/js/view_form.js:3785 +#: code:addons/web/static/src/js/view_form.js:4230 +#: code:addons/web/static/src/js/view_form.js:4353 +#, python-format +msgid "Open: " +msgstr "ખોલો: " + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:218 +#: code:addons/web/static/src/xml/base.xml:309 +#, python-format +msgid "Backup" +msgstr "બેકઅપ" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/dates.js:76 +#: code:addons/web/static/src/js/dates.js:80 +#, python-format +msgid "'%s' is not a valid time" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/formats.js:274 +#, python-format +msgid "'%s' is not a correct date" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:933 +#, python-format +msgid "(nolabel)" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/coresetup.js:606 +#, python-format +msgid "%d days ago" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1474 +#, python-format +msgid "(Any existing filter with the same name will be replaced)" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:1918 +#: code:addons/web/static/src/xml/base.xml:338 +#: code:addons/web/static/src/xml/base.xml:1377 +#: code:addons/web/static/src/xml/base.xml:1860 +#, python-format +msgid "Cancel" +msgstr "રદ કરો" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/coresetup.js:628 +#: code:addons/web/static/src/xml/base.xml:9 +#, python-format +msgid "Loading..." +msgstr "લાવી રહ્યા છીએ..." + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:567 +#, python-format +msgid "Latest Modification by:" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:1242 +#: code:addons/web/static/src/xml/base.xml:470 +#, python-format +msgid "Timezone mismatch" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:1646 +#, python-format +msgid "Unknown operator %s in domain %s" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:428 +#, python-format +msgid "%d / %d" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1782 +#, python-format +msgid "2. Check your file format" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1718 +#, python-format +msgid "Name" +msgstr "નામ" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1775 +#, python-format +msgid "" +"Select a .CSV file to import. If you need a sample of file to import,\n" +" you should use the export tool with the \"Import Compatible\" option." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/coresetup.js:608 +#, python-format +msgid "%d months ago" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:187 +#: code:addons/web/static/src/xml/base.xml:308 +#, python-format +msgid "Drop" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1465 +#, python-format +msgid "Add Advanced Filter" +msgstr "" + +#. module: web +#: code:addons/web/controllers/main.py:828 +#, python-format +msgid "The new password and its confirmation must be identical." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:542 +#: code:addons/web/static/src/xml/base.xml:248 +#, python-format +msgid "Restore Database" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:644 +#, python-format +msgid "Login" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:420 +#, python-format +msgid "Licenced under the terms of" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:250 +#: code:addons/web/static/src/xml/base.xml:310 +#, python-format +msgid "Restore" +msgstr "પŕ«ŕިŕŞŕŞ¸ŕ«ŤŕŞĄŕŞľŕŞŞŕŞżŕŞ¤ કરો" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1677 +#, python-format +msgid "Export Type:" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:406 +#, python-format +msgid "Log out" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1090 +#, python-format +msgid "Group by: %s" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:153 +#, python-format +msgid "No data provided." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:345 +#: code:addons/web/static/src/xml/base.xml:1665 +#, python-format +msgid "Export" +msgstr "નિકાસ" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/data_export.js:12 +#, python-format +msgid "Export To File" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/views.js:1097 +#, python-format +msgid "You must choose at least one record." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/coresetup.js:631 +#, python-format +msgid "Don't leave yet,
    it's still loading..." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:775 +#, python-format +msgid "Invalid Search" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:980 +#, python-format +msgid "Could not find id in dataset" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1707 +#, python-format +msgid "Remove All" +msgstr "બધŕ«ŕŞ‚ દૂર કરો" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1340 +#, python-format +msgid "Method:" +msgstr "પદ્દતિ:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:1439 +#, python-format +msgid "%(page)d/%(page_count)d" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:397 +#, python-format +msgid "The confirmation does not match the password" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:441 +#, python-format +msgid "Edit Company data" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:4886 +#, python-format +msgid "Save As..." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:5007 +#, python-format +msgid "Could not display the selected image." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:509 +#, python-format +msgid "Database backed up successfully" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1808 +#, python-format +msgid "" +"For use if CSV files have titles on multiple lines, skips more than a single " +"line during import" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:394 +#, python-format +msgid "99+" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1774 +#, python-format +msgid "1. Import a .CSV file" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:644 +#, python-format +msgid "No database selected !" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/formats.js:180 +#, python-format +msgid "(%d records)" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:970 +#, python-format +msgid "Change default:" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:171 +#, python-format +msgid "Original database name:" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1869 +#: code:addons/web/static/src/js/search.js:1879 +#: code:addons/web/static/src/js/search.js:1913 +#: code:addons/web/static/src/js/search.js:1938 +#, python-format +msgid "is equal to" +msgstr "ને બરાબર છે" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/views.js:1500 +#, python-format +msgid "Could not serialize XML" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1619 +#, python-format +msgid "Advanced Search" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:290 +#, python-format +msgid "Confirm new master password:" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/coresetup.js:634 +#, python-format +msgid "Maybe you should consider reloading the application by pressing F5..." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:17 +#: code:addons/web/static/src/js/view_list.js:2248 +#: code:addons/web/static/src/xml/base.xml:111 +#: code:addons/web/static/src/xml/base.xml:306 +#: code:addons/web/static/src/xml/base.xml:812 +#: code:addons/web/static/src/xml/base.xml:1376 +#, python-format +msgid "Create" +msgstr "બનાવો" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1868 +#, python-format +msgid "doesn't contain" +msgstr "સમાવતŕ«ŕŞ‚ નથી" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1785 +#, python-format +msgid "Import Options" +msgstr "આયાત વિકલ્પો" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:2936 +#, python-format +msgid "Add %s" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:145 +#, python-format +msgid "Admin password:" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/data_export.js:11 +#: code:addons/web/static/src/js/view_form.js:1067 +#: code:addons/web/static/src/xml/base.xml:1394 +#, python-format +msgid "Close" +msgstr "બંધ કરો" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/coresetup.js:632 +#, python-format +msgid "" +"You may not believe it,
    but the application is actually loading..." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1779 +#, python-format +msgid "CSV File:" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1741 +#, python-format +msgid "Advanced" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_tree.js:11 +#, python-format +msgid "Tree" +msgstr "ટ્રી" + +#. module: web +#: code:addons/web/controllers/main.py:750 +#, python-format +msgid "Could not drop database !" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/formats.js:227 +#, python-format +msgid "'%s' is not a correct integer" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:877 +#, python-format +msgid "All users" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:1654 +#, python-format +msgid "Unknown field %s in domain %s" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/views.js:1466 +#, python-format +msgid "Node [%s] is not a JSONified XML node" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1428 +#, python-format +msgid "Advanced Search..." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:499 +#, python-format +msgid "Dropping database" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:82 +#: code:addons/web/static/src/xml/base.xml:445 +#, python-format +msgid "Powered by" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1380 +#: code:addons/web/static/src/xml/base.xml:970 +#, python-format +msgid "Yes" +msgstr "હા" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:4871 +#, python-format +msgid "There was a problem while uploading your file" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:558 +#, python-format +msgid "XML ID:" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:954 +#, python-format +msgid "Size:" +msgstr "કદ:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1824 +#, python-format +msgid "--- Don't Import ---" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1679 +#, python-format +msgid "Import-Compatible Export" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/coresetup.js:610 +#, python-format +msgid "%d years ago" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:1040 +#, python-format +msgid "Unknown m2m command %s" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:1068 +#, python-format +msgid "Save default" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:121 +#: code:addons/web/static/src/xml/base.xml:175 +#: code:addons/web/static/src/xml/base.xml:264 +#, python-format +msgid "New database name:" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:394 +#, python-format +msgid "Please enter your new password" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:4886 +#, python-format +msgid "The field is empty, there's nothing to save !" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:545 +#, python-format +msgid "Manage Views" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1801 +#, python-format +msgid "Encoding:" +msgstr "એનકોડીંગ:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1808 +#, python-format +msgid "Lines to skip" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:2858 +#, python-format +msgid "Create \"%s\"" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/data_export.js:361 +#, python-format +msgid "Please select fields to save export list..." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:418 +#, python-format +msgid "Copyright © 2004-TODAY OpenERP SA. All Rights Reserved." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:2346 +#, python-format +msgid "This resource is empty" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1689 +#, python-format +msgid "Available fields" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1835 +#, python-format +msgid "The import failed due to:" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/views.js:812 +#: code:addons/web/static/src/xml/base.xml:539 +#, python-format +msgid "JS Tests" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1750 +#, python-format +msgid "Save as:" +msgstr "આ રૂપમાં સાચવો:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:927 +#, python-format +msgid "Filter on: %s" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:2904 +#: code:addons/web/static/src/js/view_form.js:3757 +#, python-format +msgid "Create: " +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:540 +#, python-format +msgid "View Fields" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:330 +#, python-format +msgid "Confirm New Password:" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:575 +#, python-format +msgid "Do you really want to remove these records?" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:958 +#, python-format +msgid "Context:" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1933 +#: code:addons/web/static/src/js/search.js:1960 +#, python-format +msgid "is" +msgstr "છે" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/data_export.js:6 +#, python-format +msgid "Export Data" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:962 +#, python-format +msgid "Domain:" +msgstr "ડોમેઇન:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:834 +#, python-format +msgid "Default:" +msgstr "મૂળભૂત:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:82 +#: code:addons/web/static/src/xml/base.xml:446 +#, python-format +msgid "OpenERP" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/doc/module/static/src/xml/web_example.xml:8 +#, python-format +msgid "Stop" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:68 +#: code:addons/web/static/src/xml/base.xml:193 +#: code:addons/web/static/src/xml/base.xml:225 +#, python-format +msgid "Database:" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1183 +#: code:addons/web/static/src/xml/base.xml:1240 +#, python-format +msgid "Uploading ..." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1853 +#, python-format +msgid "Name:" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:1058 +#, python-format +msgid "About" +msgstr "ના વિશે" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1431 +#, python-format +msgid "Search Again" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1455 +#, python-format +msgid "-- Filters --" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1230 +#: code:addons/web/static/src/xml/base.xml:1232 +#, python-format +msgid "Clear" +msgstr "સાફ" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1680 +#, python-format +msgid "Export all Data" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:1334 +#, python-format +msgid "" +"Grouping on field '%s' is not possible because that field does not appear in " +"the list view." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:537 +#, python-format +msgid "Set Defaults" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1670 +#, python-format +msgid "" +"This wizard will export all data that matches the current search criteria to " +"a CSV file.\n" +" You can export all data or only the fields that can be " +"reimported after modification." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:321 +#, python-format +msgid "The record could not be found in the database." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1472 +#, python-format +msgid "Filter Name:" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:946 +#, python-format +msgid "Type:" +msgstr "પ્રકાર:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:538 +#, python-format +msgid "Incorrect super-administrator password" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:942 +#, python-format +msgid "Object:" +msgstr "વસ્તŕ«:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:292 +#: code:addons/web/static/src/js/chrome.js:326 +#, python-format +msgid "Loading" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/coresetup.js:609 +#, python-format +msgid "about a year ago" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1870 +#: code:addons/web/static/src/js/search.js:1880 +#: code:addons/web/static/src/js/search.js:1914 +#: code:addons/web/static/src/js/search.js:1939 +#, python-format +msgid "is not equal to" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:5036 +#, python-format +msgid "" +"The type of the field '%s' must be a many2many field with a relation to " +"'ir.attachment' model." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/coresetup.js:604 +#, python-format +msgid "%d hours ago" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:4206 +#: code:addons/web/static/src/js/view_form.js:4335 +#, python-format +msgid "Add: " +msgstr "ઉમેરો: " + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1858 +#, python-format +msgid "Quick Add" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1805 +#, python-format +msgid "Latin 1" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:260 +#: code:addons/web/static/src/js/chrome.js:269 +#: code:addons/web/static/src/js/chrome.js:449 +#: code:addons/web/static/src/js/chrome.js:792 +#: code:addons/web/static/src/js/view_form.js:572 +#: code:addons/web/static/src/js/view_form.js:1923 +#: code:addons/web/static/src/xml/base.xml:1752 +#, python-format +msgid "Ok" +msgstr "બરાબર" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/views.js:1162 +#, python-format +msgid "Uploading..." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:125 +#, python-format +msgid "Load Demonstration data:" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:615 +#, python-format +msgid "Created by :" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/dates.js:22 +#: code:addons/web/static/src/js/dates.js:26 +#, python-format +msgid "'%s' is not a valid datetime" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:256 +#, python-format +msgid "File:" +msgstr "ફાઇલ:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1882 +#: code:addons/web/static/src/js/search.js:1916 +#: code:addons/web/static/src/js/search.js:1941 +#, python-format +msgid "less than" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:687 +#: code:addons/web/static/src/js/views.js:1097 +#, python-format +msgid "Warning" +msgstr "ચેતવણી" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:547 +#, python-format +msgid "Edit SearchView" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1975 +#, python-format +msgid "is true" +msgstr "સાચŕ«ŕŞ‚ છે" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:3909 +#, python-format +msgid "Add an item" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1603 +#, python-format +msgid "Save current filter" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:1915 +#, python-format +msgid "Confirm" +msgstr "ખાતરી" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/data_export.js:126 +#, python-format +msgid "Please enter save field list name" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:2206 +#, python-format +msgid "Download \"%s\"" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:326 +#, python-format +msgid "New" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:1767 +#, python-format +msgid "Can't convert value %s to context" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/views.js:807 +#: code:addons/web/static/src/xml/base.xml:541 +#, python-format +msgid "Fields View Get" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:149 +#, python-format +msgid "Confirm password:" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1883 +#: code:addons/web/static/src/js/search.js:1917 +#: code:addons/web/static/src/js/search.js:1942 +#, python-format +msgid "greater or equal than" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1321 +#, python-format +msgid "Button" +msgstr "બટન" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:418 +#, python-format +msgid "OpenERP is a trademark of the" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/data_export.js:374 +#, python-format +msgid "Please select fields to export..." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:286 +#, python-format +msgid "New master password:" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1976 +#, python-format +msgid "is false" +msgstr "ખોટŕ«ŕŞ‚ છે" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:404 +#, python-format +msgid "About OpenERP" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/formats.js:297 +#, python-format +msgid "'%s' is not a correct date, datetime nor time" +msgstr "" + +#. module: web +#: code:addons/web/controllers/main.py:1264 +#, python-format +msgid "No content found for field '%s' on '%s:%s'" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:304 +#, python-format +msgid "Database Management" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:5007 +#, python-format +msgid "Image" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:81 +#, python-format +msgid "Manage Databases" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/pyeval.js:765 +#, python-format +msgid "Evaluation Error" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1283 +#, python-format +msgid "not a valid integer" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:337 +#: code:addons/web/static/src/xml/base.xml:776 +#: code:addons/web/static/src/xml/base.xml:816 +#: code:addons/web/static/src/xml/base.xml:1376 +#: code:addons/web/static/src/xml/base.xml:1384 +#: code:addons/web/static/src/xml/base.xml:1630 +#, python-format +msgid "or" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1381 +#, python-format +msgid "No" +msgstr "ના" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/formats.js:309 +#, python-format +msgid "'%s' is not convertible to date, datetime nor time" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:199 +#: code:addons/web/static/src/xml/base.xml:161 +#: code:addons/web/static/src/xml/base.xml:307 +#, python-format +msgid "Duplicate" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:777 +#: code:addons/web/static/src/xml/base.xml:817 +#: code:addons/web/static/src/xml/base.xml:1391 +#, python-format +msgid "Discard" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1624 +#, python-format +msgid "Add a condition" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/coresetup.js:629 +#, python-format +msgid "Still loading..." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:818 +#, python-format +msgid "Incorrect value for field %(fieldname)s: [%(value)s] is %(message)s" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:3805 +#, python-format +msgid "The o2m record must be saved before an action can be used" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:509 +#, python-format +msgid "Backed" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1610 +#, python-format +msgid "Use by default" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:1348 +#, python-format +msgid "%s (%d)" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:775 +#, python-format +msgid "triggered from search view" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:978 +#, python-format +msgid "Filter" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:950 +#, python-format +msgid "Widget:" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:548 +#, python-format +msgid "Edit Action" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:555 +#, python-format +msgid "ID:" +msgstr "ID:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:870 +#, python-format +msgid "Only you" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:549 +#, python-format +msgid "Edit Workflow" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/views.js:1171 +#, python-format +msgid "Do you really want to delete this attachment ?" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/views.js:840 +#, python-format +msgid "Technical Translation" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:938 +#, python-format +msgid "Field:" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:620 +#, python-format +msgid "Modified by :" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:499 +#, python-format +msgid "The database %s has been dropped" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:460 +#, python-format +msgid "User's timezone" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:284 +#: code:addons/web/static/src/js/chrome.js:1168 +#, python-format +msgid "Client Error" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/views.js:998 +#, python-format +msgid "Print" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1331 +#, python-format +msgid "Special:" +msgstr "" + +#. module: web +#: code:addons/web/controllers/main.py:834 +#, python-format +msgid "" +"The old password you provided is incorrect, your password was not changed." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:561 +#, python-format +msgid "Creation User:" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:769 +#, python-format +msgid "Do you really want to delete this record?" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1385 +#, python-format +msgid "Save & Close" +msgstr "સંગ્રહો અને બંધ કરો" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:2845 +#, python-format +msgid "Search More..." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:75 +#: code:addons/web/static/src/xml/base.xml:311 +#, python-format +msgid "Password" +msgstr "પાસવર્ડ" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:546 +#: code:addons/web/static/src/xml/base.xml:809 +#: code:addons/web/static/src/xml/base.xml:1178 +#, python-format +msgid "Edit" +msgstr "ફેરફાર કરો" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1706 +#, python-format +msgid "Remove" +msgstr "દૂર કરો" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1062 +#, python-format +msgid "Select date" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1249 +#, python-format +msgid "Search %(field)s for: %(value)s" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1277 +#, python-format +msgid "Delete this file" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:109 +#, python-format +msgid "Create Database" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:420 +#, python-format +msgid "GNU Affero General Public License" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1795 +#, python-format +msgid "Separator:" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:300 +#, python-format +msgid "Back to Login" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1662 +#: code:addons/web/static/src/xml/base.xml:1454 +#, python-format +msgid "Filters" +msgstr "ફિલ્ટરો" diff --git a/web/i18n/hi.po b/web/i18n/hi.po new file mode 100644 index 0000000..ecfac9d --- /dev/null +++ b/web/i18n/hi.po @@ -0,0 +1,2602 @@ +# Hindi translation for openerp-web +# Copyright (c) 2012 Rosetta Contributors and Canonical Ltd 2012 +# This file is distributed under the same license as the openerp-web package. +# FIRST AUTHOR , 2012. +# +msgid "" +msgstr "" +"Project-Id-Version: openerp-web\n" +"Report-Msgid-Bugs-To: FULL NAME \n" +"POT-Creation-Date: 2012-12-21 17:06+0000\n" +"PO-Revision-Date: 2012-12-21 23:00+0000\n" +"Last-Translator: FULL NAME \n" +"Language-Team: Hindi \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Launchpad-Export-Date: 2012-12-22 07:38+0000\n" +"X-Generator: Launchpad (build 16378)\n" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:133 +#, python-format +msgid "Default language:" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/coresetup.js:602 +#, python-format +msgid "%d minutes ago" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/coresetup.js:630 +#, python-format +msgid "Still loading...
    Please be patient." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1832 +#, python-format +msgid "%(field)s %(operator)s \"%(value)s\"" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1884 +#: code:addons/web/static/src/js/search.js:1918 +#: code:addons/web/static/src/js/search.js:1943 +#, python-format +msgid "less or equal than" +msgstr "या कम से बराबर" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:393 +#, python-format +msgid "Please enter your previous password" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:117 +#: code:addons/web/static/src/xml/base.xml:167 +#: code:addons/web/static/src/xml/base.xml:282 +#, python-format +msgid "Master password:" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:274 +#, python-format +msgid "Change Master Password" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:491 +#, python-format +msgid "Do you really want to delete the database: %s ?" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1398 +#, python-format +msgid "Search %(field)s at: %(value)s" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:537 +#, python-format +msgid "Access Denied" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:5183 +#, python-format +msgid "Uploading error" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/coresetup.js:603 +#, python-format +msgid "about an hour ago" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/controllers/main.py:768 +#: code:addons/web/static/src/js/chrome.js:514 +#: code:addons/web/static/src/xml/base.xml:216 +#, python-format +msgid "Backup Database" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/views.js:463 +#, python-format +msgid "%(view_type)s view" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/dates.js:49 +#: code:addons/web/static/src/js/dates.js:53 +#, python-format +msgid "'%s' is not a valid date" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1837 +#, python-format +msgid "Here is a preview of the file we could not import:" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/coresetup.js:601 +#, python-format +msgid "about a minute ago" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1297 +#, python-format +msgid "File" +msgstr "" + +#. module: web +#: code:addons/web/controllers/main.py:826 +#, python-format +msgid "You cannot leave any password empty." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:680 +#, python-format +msgid "Invalid username or password" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:206 +#: code:addons/web/static/src/xml/base.xml:238 +#: code:addons/web/static/src/xml/base.xml:260 +#, python-format +msgid "Master Password:" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1217 +#: code:addons/web/static/src/xml/base.xml:1374 +#, python-format +msgid "Select" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:549 +#, python-format +msgid "Database restored successfully" +msgstr "डेटाबेस सफलतापूर्वक बहाल किया" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:415 +#, python-format +msgid "Version" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:570 +#, python-format +msgid "Latest Modification Date:" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1459 +#, python-format +msgid "M2O search fields do not currently handle multiple default values" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:1227 +#, python-format +msgid "Widget type '%s' is not implemented" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1608 +#, python-format +msgid "Share with all users" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:77 +#: code:addons/web/static/src/js/view_form.js:321 +#, python-format +msgid "Form" +msgstr "फार्म" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1324 +#, python-format +msgid "(no string)" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/formats.js:282 +#, python-format +msgid "'%s' is not a correct time" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1297 +#, python-format +msgid "not a valid number" +msgstr "एक वŕĄŕ¤§ संख्या नहीं" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:325 +#, python-format +msgid "New Password:" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:610 +#, python-format +msgid "Attachment :" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1691 +#, python-format +msgid "Fields to export" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:1340 +#, python-format +msgid "Undefined" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:4871 +#, python-format +msgid "File Upload" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/coresetup.js:607 +#, python-format +msgid "about a month ago" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1600 +#, python-format +msgid "Custom Filters" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1336 +#, python-format +msgid "Button Type:" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:419 +#, python-format +msgid "OpenERP SA Company" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1553 +#, python-format +msgid "Custom Filter" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:159 +#, python-format +msgid "Duplicate Database" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/controllers/main.py:789 +#: code:addons/web/controllers/main.py:790 +#: code:addons/web/controllers/main.py:826 +#: code:addons/web/controllers/main.py:828 +#: code:addons/web/controllers/main.py:834 +#: code:addons/web/controllers/main.py:835 +#: code:addons/web/static/src/js/chrome.js:768 +#: code:addons/web/static/src/xml/base.xml:276 +#: code:addons/web/static/src/xml/base.xml:336 +#, python-format +msgid "Change Password" +msgstr "पासवर्ड बदलें" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:3411 +#, python-format +msgid "View type '%s' is not supported in One2Many." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:4951 +#: code:addons/web/static/src/js/view_list.js:2194 +#, python-format +msgid "Download" +msgstr "डाउनलोड" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/formats.js:266 +#, python-format +msgid "'%s' is not a correct datetime" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:417 +#, python-format +msgid "Group" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:927 +#, python-format +msgid "Unhandled widget" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:982 +#, python-format +msgid "Selection:" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:871 +#, python-format +msgid "The following fields are invalid:" +msgstr "" + +#. module: web +#: code:addons/web/controllers/main.py:847 +#, python-format +msgid "Languages" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1270 +#, python-format +msgid "...Upload in progress..." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1768 +#, python-format +msgid "Import" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:543 +#, python-format +msgid "Could not restore the database" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:4851 +#, python-format +msgid "File upload" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:3804 +#, python-format +msgid "Action Button" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:542 +#: code:addons/web/static/src/xml/base.xml:1467 +#, python-format +msgid "Manage Filters" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1867 +#, python-format +msgid "contains" +msgstr "में हŕĄŕ¤‚" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/coresetup.js:633 +#, python-format +msgid "Take a minute to get a coffee,
    because it's loading..." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:413 +#, python-format +msgid "Activate the developer mode" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:324 +#, python-format +msgid "Loading (%d)" +msgstr "लोड हो रहा हॠ(% d)" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1114 +#, python-format +msgid "GroupBy" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:687 +#, python-format +msgid "You must select at least one record." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:535 +#, python-format +msgid "View Log (perm_read)" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:1061 +#, python-format +msgid "Set Default" +msgstr "डिफ़ॉल्ट सेट करें" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:978 +#, python-format +msgid "Relation:" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/coresetup.js:600 +#, python-format +msgid "less than a minute ago" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:851 +#, python-format +msgid "Condition:" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:1692 +#, python-format +msgid "Unsupported operator %s in domain %s" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/formats.js:242 +#, python-format +msgid "'%s' is not a correct float" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:549 +#, python-format +msgid "Restored" +msgstr "लौटी" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:394 +#, python-format +msgid "%d-%d of %d" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:2868 +#, python-format +msgid "Create and Edit..." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/pyeval.js:731 +#, python-format +msgid "Unknown nonliteral type " +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:2346 +#, python-format +msgid "Resource error" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1961 +#, python-format +msgid "is not" +msgstr "नहीं हŕĄ" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:550 +#, python-format +msgid "Print Workflow" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:396 +#, python-format +msgid "Please confirm your new password" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1804 +#, python-format +msgid "UTF-8" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:421 +#, python-format +msgid "For more information visit" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1859 +#, python-format +msgid "Add All Info..." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1683 +#, python-format +msgid "Export Formats" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:974 +#, python-format +msgid "On change:" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/views.js:865 +#, python-format +msgid "Model %s fields" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:893 +#, python-format +msgid "Setting 'id' attribute on existing record %s" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:8 +#, python-format +msgid "List" +msgstr "सूची" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1881 +#: code:addons/web/static/src/js/search.js:1915 +#: code:addons/web/static/src/js/search.js:1940 +#, python-format +msgid "greater than" +msgstr "से अधिक" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:2248 +#: code:addons/web/static/src/xml/base.xml:546 +#, python-format +msgid "View" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1466 +#, python-format +msgid "Save Filter" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1344 +#, python-format +msgid "Action ID:" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:457 +#, python-format +msgid "Your user's preference timezone does not match your browser timezone:" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:1223 +#, python-format +msgid "Field '%s' specified in view could not be found." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1756 +#, python-format +msgid "Saved exports:" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:320 +#, python-format +msgid "Old Password:" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/formats.js:113 +#, python-format +msgid "Bytes,Kb,Mb,Gb,Tb,Pb,Eb,Zb,Yb" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:481 +#, python-format +msgid "The database has been duplicated." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1625 +#, python-format +msgid "Apply" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1386 +#, python-format +msgid "Save & New" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1223 +#: code:addons/web/static/src/xml/base.xml:1225 +#, python-format +msgid "Save As" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/doc/module/static/src/xml/web_example.xml:3 +#, python-format +msgid "00:00:00" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:2317 +#, python-format +msgid "E-mail error" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/coresetup.js:605 +#, python-format +msgid "a day ago" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1789 +#, python-format +msgid "Does your file have titles?" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:327 +#, python-format +msgid "Unlimited" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:784 +#, python-format +msgid "" +"Warning, the record has been modified, your changes will be discarded.\n" +"\n" +"Are you sure you want to leave this page ?" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:2904 +#, python-format +msgid "Search: " +msgstr "खोजें: " + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:544 +#, python-format +msgid "Technical translation" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1797 +#, python-format +msgid "Delimiter:" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:462 +#, python-format +msgid "Browser's timezone" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1605 +#, python-format +msgid "Filter name" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1464 +#, python-format +msgid "-- Actions --" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:4134 +#: code:addons/web/static/src/js/view_form.js:4294 +#: code:addons/web/static/src/xml/base.xml:1407 +#: code:addons/web/static/src/xml/base.xml:1705 +#, python-format +msgid "Add" +msgstr "जोड़ना" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:536 +#, python-format +msgid "Toggle Form Layout Outline" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:421 +#, python-format +msgid "OpenERP.com" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:2317 +#, python-format +msgid "Can't send email to invalid e-mail address" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:636 +#, python-format +msgid "Add..." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:405 +#, python-format +msgid "Preferences" +msgstr "पसंद" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:436 +#, python-format +msgid "Wrong on change format: %s" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/controllers/main.py:750 +#: code:addons/web/static/src/xml/base.xml:185 +#, python-format +msgid "Drop Database" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:466 +#, python-format +msgid "Click here to change your user's timezone." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:966 +#, python-format +msgid "Modifiers:" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:627 +#, python-format +msgid "Delete this attachment" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:774 +#: code:addons/web/static/src/xml/base.xml:815 +#: code:addons/web/static/src/xml/base.xml:1382 +#: code:addons/web/static/src/xml/base.xml:1612 +#, python-format +msgid "Save" +msgstr "सहेज" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/views.js:999 +#: code:addons/web/static/src/xml/base.xml:352 +#, python-format +msgid "More" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:73 +#, python-format +msgid "Username" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:481 +#, python-format +msgid "Duplicating database" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:563 +#, python-format +msgid "Password has been changed successfully" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list_editable.js:788 +#, python-format +msgid "The form's data can not be discarded" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:533 +#, python-format +msgid "Debug View#" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:77 +#, python-format +msgid "Log in" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:198 +#: code:addons/web/static/src/js/view_list.js:346 +#: code:addons/web/static/src/xml/base.xml:1764 +#, python-format +msgid "Delete" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/pyeval.js:769 +#, python-format +msgid "" +"Local evaluation failure\n" +"%s\n" +"\n" +"%s" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:350 +#, python-format +msgid "Invalid database name" +msgstr "डेटाबेस का नाम अमान्य हŕĄ" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1693 +#, python-format +msgid "Save fields list" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/doc/module/static/src/xml/web_example.xml:5 +#, python-format +msgid "Start" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/views.js:823 +#, python-format +msgid "View Log (%s)" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:564 +#, python-format +msgid "Creation Date:" +msgstr "" + +#. module: web +#: code:addons/web/controllers/main.py:790 +#: code:addons/web/controllers/main.py:835 +#, python-format +msgid "Error, password not changed !" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:4850 +#, python-format +msgid "The selected file exceed the maximum file size of %s." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:632 +#: code:addons/web/static/src/xml/base.xml:1300 +#, python-format +msgid "/web/binary/upload_attachment" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:563 +#, python-format +msgid "Changed Password" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1431 +#, python-format +msgid "Search" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:3032 +#: code:addons/web/static/src/js/view_form.js:3668 +#: code:addons/web/static/src/js/view_form.js:3785 +#: code:addons/web/static/src/js/view_form.js:4230 +#: code:addons/web/static/src/js/view_form.js:4353 +#, python-format +msgid "Open: " +msgstr "खोलने के लिए " + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:218 +#: code:addons/web/static/src/xml/base.xml:309 +#, python-format +msgid "Backup" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/dates.js:76 +#: code:addons/web/static/src/js/dates.js:80 +#, python-format +msgid "'%s' is not a valid time" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/formats.js:274 +#, python-format +msgid "'%s' is not a correct date" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:933 +#, python-format +msgid "(nolabel)" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/coresetup.js:606 +#, python-format +msgid "%d days ago" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1474 +#, python-format +msgid "(Any existing filter with the same name will be replaced)" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:1918 +#: code:addons/web/static/src/xml/base.xml:338 +#: code:addons/web/static/src/xml/base.xml:1377 +#: code:addons/web/static/src/xml/base.xml:1860 +#, python-format +msgid "Cancel" +msgstr "रद्द" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/coresetup.js:628 +#: code:addons/web/static/src/xml/base.xml:9 +#, python-format +msgid "Loading..." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:567 +#, python-format +msgid "Latest Modification by:" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:1242 +#: code:addons/web/static/src/xml/base.xml:470 +#, python-format +msgid "Timezone mismatch" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:1646 +#, python-format +msgid "Unknown operator %s in domain %s" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:428 +#, python-format +msgid "%d / %d" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1782 +#, python-format +msgid "2. Check your file format" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1718 +#, python-format +msgid "Name" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1775 +#, python-format +msgid "" +"Select a .CSV file to import. If you need a sample of file to import,\n" +" you should use the export tool with the \"Import Compatible\" option." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/coresetup.js:608 +#, python-format +msgid "%d months ago" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:187 +#: code:addons/web/static/src/xml/base.xml:308 +#, python-format +msgid "Drop" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1465 +#, python-format +msgid "Add Advanced Filter" +msgstr "" + +#. module: web +#: code:addons/web/controllers/main.py:828 +#, python-format +msgid "The new password and its confirmation must be identical." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:542 +#: code:addons/web/static/src/xml/base.xml:248 +#, python-format +msgid "Restore Database" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:644 +#, python-format +msgid "Login" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:420 +#, python-format +msgid "Licenced under the terms of" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:250 +#: code:addons/web/static/src/xml/base.xml:310 +#, python-format +msgid "Restore" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1677 +#, python-format +msgid "Export Type:" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:406 +#, python-format +msgid "Log out" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1090 +#, python-format +msgid "Group by: %s" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:153 +#, python-format +msgid "No data provided." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:345 +#: code:addons/web/static/src/xml/base.xml:1665 +#, python-format +msgid "Export" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/data_export.js:12 +#, python-format +msgid "Export To File" +msgstr "फ़ाइल निर्यात" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/views.js:1097 +#, python-format +msgid "You must choose at least one record." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/coresetup.js:631 +#, python-format +msgid "Don't leave yet,
    it's still loading..." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:775 +#, python-format +msgid "Invalid Search" +msgstr "अवŕĄŕ¤§ खोज" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:980 +#, python-format +msgid "Could not find id in dataset" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1707 +#, python-format +msgid "Remove All" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1340 +#, python-format +msgid "Method:" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:1439 +#, python-format +msgid "%(page)d/%(page_count)d" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:397 +#, python-format +msgid "The confirmation does not match the password" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:441 +#, python-format +msgid "Edit Company data" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:4886 +#, python-format +msgid "Save As..." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:5007 +#, python-format +msgid "Could not display the selected image." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:509 +#, python-format +msgid "Database backed up successfully" +msgstr "आपका डेटाबेस सफलतापूर्वक समर्थित हो गया" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1808 +#, python-format +msgid "" +"For use if CSV files have titles on multiple lines, skips more than a single " +"line during import" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:394 +#, python-format +msgid "99+" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1774 +#, python-format +msgid "1. Import a .CSV file" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:644 +#, python-format +msgid "No database selected !" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/formats.js:180 +#, python-format +msgid "(%d records)" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:970 +#, python-format +msgid "Change default:" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:171 +#, python-format +msgid "Original database name:" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1869 +#: code:addons/web/static/src/js/search.js:1879 +#: code:addons/web/static/src/js/search.js:1913 +#: code:addons/web/static/src/js/search.js:1938 +#, python-format +msgid "is equal to" +msgstr "के बराबर हŕĄ" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/views.js:1500 +#, python-format +msgid "Could not serialize XML" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1619 +#, python-format +msgid "Advanced Search" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:290 +#, python-format +msgid "Confirm new master password:" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/coresetup.js:634 +#, python-format +msgid "Maybe you should consider reloading the application by pressing F5..." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:17 +#: code:addons/web/static/src/js/view_list.js:2248 +#: code:addons/web/static/src/xml/base.xml:111 +#: code:addons/web/static/src/xml/base.xml:306 +#: code:addons/web/static/src/xml/base.xml:812 +#: code:addons/web/static/src/xml/base.xml:1376 +#, python-format +msgid "Create" +msgstr "बनाएŕ¤" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1868 +#, python-format +msgid "doesn't contain" +msgstr "शामिल नहीं हŕĄ" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1785 +#, python-format +msgid "Import Options" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:2936 +#, python-format +msgid "Add %s" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:145 +#, python-format +msgid "Admin password:" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/data_export.js:11 +#: code:addons/web/static/src/js/view_form.js:1067 +#: code:addons/web/static/src/xml/base.xml:1394 +#, python-format +msgid "Close" +msgstr "बंद" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/coresetup.js:632 +#, python-format +msgid "" +"You may not believe it,
    but the application is actually loading..." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1779 +#, python-format +msgid "CSV File:" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1741 +#, python-format +msgid "Advanced" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_tree.js:11 +#, python-format +msgid "Tree" +msgstr "" + +#. module: web +#: code:addons/web/controllers/main.py:750 +#, python-format +msgid "Could not drop database !" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/formats.js:227 +#, python-format +msgid "'%s' is not a correct integer" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:877 +#, python-format +msgid "All users" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:1654 +#, python-format +msgid "Unknown field %s in domain %s" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/views.js:1466 +#, python-format +msgid "Node [%s] is not a JSONified XML node" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1428 +#, python-format +msgid "Advanced Search..." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:499 +#, python-format +msgid "Dropping database" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:82 +#: code:addons/web/static/src/xml/base.xml:445 +#, python-format +msgid "Powered by" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1380 +#: code:addons/web/static/src/xml/base.xml:970 +#, python-format +msgid "Yes" +msgstr "हाŕ¤" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:4871 +#, python-format +msgid "There was a problem while uploading your file" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:558 +#, python-format +msgid "XML ID:" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:954 +#, python-format +msgid "Size:" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1824 +#, python-format +msgid "--- Don't Import ---" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1679 +#, python-format +msgid "Import-Compatible Export" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/coresetup.js:610 +#, python-format +msgid "%d years ago" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:1040 +#, python-format +msgid "Unknown m2m command %s" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:1068 +#, python-format +msgid "Save default" +msgstr "डिफ़ॉल्ट रूप में सहेजें" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:121 +#: code:addons/web/static/src/xml/base.xml:175 +#: code:addons/web/static/src/xml/base.xml:264 +#, python-format +msgid "New database name:" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:394 +#, python-format +msgid "Please enter your new password" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:4886 +#, python-format +msgid "The field is empty, there's nothing to save !" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:545 +#, python-format +msgid "Manage Views" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1801 +#, python-format +msgid "Encoding:" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1808 +#, python-format +msgid "Lines to skip" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:2858 +#, python-format +msgid "Create \"%s\"" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/data_export.js:361 +#, python-format +msgid "Please select fields to save export list..." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:418 +#, python-format +msgid "Copyright © 2004-TODAY OpenERP SA. All Rights Reserved." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:2346 +#, python-format +msgid "This resource is empty" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1689 +#, python-format +msgid "Available fields" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1835 +#, python-format +msgid "The import failed due to:" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/views.js:812 +#: code:addons/web/static/src/xml/base.xml:539 +#, python-format +msgid "JS Tests" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1750 +#, python-format +msgid "Save as:" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:927 +#, python-format +msgid "Filter on: %s" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:2904 +#: code:addons/web/static/src/js/view_form.js:3757 +#, python-format +msgid "Create: " +msgstr "बनाएŕ¤: " + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:540 +#, python-format +msgid "View Fields" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:330 +#, python-format +msgid "Confirm New Password:" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:575 +#, python-format +msgid "Do you really want to remove these records?" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:958 +#, python-format +msgid "Context:" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1933 +#: code:addons/web/static/src/js/search.js:1960 +#, python-format +msgid "is" +msgstr "हŕĄ" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/data_export.js:6 +#, python-format +msgid "Export Data" +msgstr "निर्यात आंकड़ा" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:962 +#, python-format +msgid "Domain:" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:834 +#, python-format +msgid "Default:" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:82 +#: code:addons/web/static/src/xml/base.xml:446 +#, python-format +msgid "OpenERP" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/doc/module/static/src/xml/web_example.xml:8 +#, python-format +msgid "Stop" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:68 +#: code:addons/web/static/src/xml/base.xml:193 +#: code:addons/web/static/src/xml/base.xml:225 +#, python-format +msgid "Database:" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1183 +#: code:addons/web/static/src/xml/base.xml:1240 +#, python-format +msgid "Uploading ..." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1853 +#, python-format +msgid "Name:" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:1058 +#, python-format +msgid "About" +msgstr "के बारे में" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1431 +#, python-format +msgid "Search Again" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1455 +#, python-format +msgid "-- Filters --" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1230 +#: code:addons/web/static/src/xml/base.xml:1232 +#, python-format +msgid "Clear" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1680 +#, python-format +msgid "Export all Data" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:1334 +#, python-format +msgid "" +"Grouping on field '%s' is not possible because that field does not appear in " +"the list view." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:537 +#, python-format +msgid "Set Defaults" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1670 +#, python-format +msgid "" +"This wizard will export all data that matches the current search criteria to " +"a CSV file.\n" +" You can export all data or only the fields that can be " +"reimported after modification." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:321 +#, python-format +msgid "The record could not be found in the database." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1472 +#, python-format +msgid "Filter Name:" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:946 +#, python-format +msgid "Type:" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:538 +#, python-format +msgid "Incorrect super-administrator password" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:942 +#, python-format +msgid "Object:" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:292 +#: code:addons/web/static/src/js/chrome.js:326 +#, python-format +msgid "Loading" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/coresetup.js:609 +#, python-format +msgid "about a year ago" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1870 +#: code:addons/web/static/src/js/search.js:1880 +#: code:addons/web/static/src/js/search.js:1914 +#: code:addons/web/static/src/js/search.js:1939 +#, python-format +msgid "is not equal to" +msgstr "के बराबर नहीं हŕĄ" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:5036 +#, python-format +msgid "" +"The type of the field '%s' must be a many2many field with a relation to " +"'ir.attachment' model." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/coresetup.js:604 +#, python-format +msgid "%d hours ago" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:4206 +#: code:addons/web/static/src/js/view_form.js:4335 +#, python-format +msgid "Add: " +msgstr "जोड़ना: " + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1858 +#, python-format +msgid "Quick Add" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1805 +#, python-format +msgid "Latin 1" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:260 +#: code:addons/web/static/src/js/chrome.js:269 +#: code:addons/web/static/src/js/chrome.js:449 +#: code:addons/web/static/src/js/chrome.js:792 +#: code:addons/web/static/src/js/view_form.js:572 +#: code:addons/web/static/src/js/view_form.js:1923 +#: code:addons/web/static/src/xml/base.xml:1752 +#, python-format +msgid "Ok" +msgstr "ठीक हŕĄ" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/views.js:1162 +#, python-format +msgid "Uploading..." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:125 +#, python-format +msgid "Load Demonstration data:" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:615 +#, python-format +msgid "Created by :" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/dates.js:22 +#: code:addons/web/static/src/js/dates.js:26 +#, python-format +msgid "'%s' is not a valid datetime" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:256 +#, python-format +msgid "File:" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1882 +#: code:addons/web/static/src/js/search.js:1916 +#: code:addons/web/static/src/js/search.js:1941 +#, python-format +msgid "less than" +msgstr "से कम" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:687 +#: code:addons/web/static/src/js/views.js:1097 +#, python-format +msgid "Warning" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:547 +#, python-format +msgid "Edit SearchView" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1975 +#, python-format +msgid "is true" +msgstr "सच हŕĄ" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:3909 +#, python-format +msgid "Add an item" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1603 +#, python-format +msgid "Save current filter" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:1915 +#, python-format +msgid "Confirm" +msgstr "पŕĄŕ¤·ŕĄŤŕ¤źŕ¤ż करें" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/data_export.js:126 +#, python-format +msgid "Please enter save field list name" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:2206 +#, python-format +msgid "Download \"%s\"" +msgstr "डाउनलोड \"%s\"" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:326 +#, python-format +msgid "New" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:1767 +#, python-format +msgid "Can't convert value %s to context" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/views.js:807 +#: code:addons/web/static/src/xml/base.xml:541 +#, python-format +msgid "Fields View Get" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:149 +#, python-format +msgid "Confirm password:" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1883 +#: code:addons/web/static/src/js/search.js:1917 +#: code:addons/web/static/src/js/search.js:1942 +#, python-format +msgid "greater or equal than" +msgstr "अधिक से अधिक या बराबर की तŕĄŕ¤˛ŕ¤¨ŕ¤ľ में" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1321 +#, python-format +msgid "Button" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:418 +#, python-format +msgid "OpenERP is a trademark of the" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/data_export.js:374 +#, python-format +msgid "Please select fields to export..." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:286 +#, python-format +msgid "New master password:" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1976 +#, python-format +msgid "is false" +msgstr "ग़लत हŕĄ" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:404 +#, python-format +msgid "About OpenERP" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/formats.js:297 +#, python-format +msgid "'%s' is not a correct date, datetime nor time" +msgstr "" + +#. module: web +#: code:addons/web/controllers/main.py:1264 +#, python-format +msgid "No content found for field '%s' on '%s:%s'" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:304 +#, python-format +msgid "Database Management" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:5007 +#, python-format +msgid "Image" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:81 +#, python-format +msgid "Manage Databases" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/pyeval.js:765 +#, python-format +msgid "Evaluation Error" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1283 +#, python-format +msgid "not a valid integer" +msgstr "वŕĄŕ¤§ नहीं पूर्णांक" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:337 +#: code:addons/web/static/src/xml/base.xml:776 +#: code:addons/web/static/src/xml/base.xml:816 +#: code:addons/web/static/src/xml/base.xml:1376 +#: code:addons/web/static/src/xml/base.xml:1384 +#: code:addons/web/static/src/xml/base.xml:1630 +#, python-format +msgid "or" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1381 +#, python-format +msgid "No" +msgstr "नही" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/formats.js:309 +#, python-format +msgid "'%s' is not convertible to date, datetime nor time" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:199 +#: code:addons/web/static/src/xml/base.xml:161 +#: code:addons/web/static/src/xml/base.xml:307 +#, python-format +msgid "Duplicate" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:777 +#: code:addons/web/static/src/xml/base.xml:817 +#: code:addons/web/static/src/xml/base.xml:1391 +#, python-format +msgid "Discard" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1624 +#, python-format +msgid "Add a condition" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/coresetup.js:629 +#, python-format +msgid "Still loading..." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:818 +#, python-format +msgid "Incorrect value for field %(fieldname)s: [%(value)s] is %(message)s" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:3805 +#, python-format +msgid "The o2m record must be saved before an action can be used" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:509 +#, python-format +msgid "Backed" +msgstr "समर्थित" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1610 +#, python-format +msgid "Use by default" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:1348 +#, python-format +msgid "%s (%d)" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:775 +#, python-format +msgid "triggered from search view" +msgstr "खोज दŕĄŕ¤·ŕĄŤŕ¤źŕ¤ż से शŕĄŕ¤°ŕĄ‚" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:978 +#, python-format +msgid "Filter" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:950 +#, python-format +msgid "Widget:" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:548 +#, python-format +msgid "Edit Action" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:555 +#, python-format +msgid "ID:" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:870 +#, python-format +msgid "Only you" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:549 +#, python-format +msgid "Edit Workflow" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/views.js:1171 +#, python-format +msgid "Do you really want to delete this attachment ?" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/views.js:840 +#, python-format +msgid "Technical Translation" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:938 +#, python-format +msgid "Field:" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:620 +#, python-format +msgid "Modified by :" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:499 +#, python-format +msgid "The database %s has been dropped" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:460 +#, python-format +msgid "User's timezone" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:284 +#: code:addons/web/static/src/js/chrome.js:1168 +#, python-format +msgid "Client Error" +msgstr "ग्राहक त्रŕĄŕ¤źŕ¤ż" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/views.js:998 +#, python-format +msgid "Print" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1331 +#, python-format +msgid "Special:" +msgstr "" + +#. module: web +#: code:addons/web/controllers/main.py:834 +#, python-format +msgid "" +"The old password you provided is incorrect, your password was not changed." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:561 +#, python-format +msgid "Creation User:" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:769 +#, python-format +msgid "Do you really want to delete this record?" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1385 +#, python-format +msgid "Save & Close" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:2845 +#, python-format +msgid "Search More..." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:75 +#: code:addons/web/static/src/xml/base.xml:311 +#, python-format +msgid "Password" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:546 +#: code:addons/web/static/src/xml/base.xml:809 +#: code:addons/web/static/src/xml/base.xml:1178 +#, python-format +msgid "Edit" +msgstr "संपादित" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1706 +#, python-format +msgid "Remove" +msgstr "हटाओ" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1062 +#, python-format +msgid "Select date" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1249 +#, python-format +msgid "Search %(field)s for: %(value)s" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1277 +#, python-format +msgid "Delete this file" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:109 +#, python-format +msgid "Create Database" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:420 +#, python-format +msgid "GNU Affero General Public License" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1795 +#, python-format +msgid "Separator:" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:300 +#, python-format +msgid "Back to Login" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1662 +#: code:addons/web/static/src/xml/base.xml:1454 +#, python-format +msgid "Filters" +msgstr "" diff --git a/web/i18n/hr.po b/web/i18n/hr.po new file mode 100644 index 0000000..f25e6c3 --- /dev/null +++ b/web/i18n/hr.po @@ -0,0 +1,2627 @@ +# Croatian translation for openerp-web +# Copyright (c) 2011 Rosetta Contributors and Canonical Ltd 2011 +# This file is distributed under the same license as the openerp-web package. +# FIRST AUTHOR , 2011. +# +msgid "" +msgstr "" +"Project-Id-Version: openerp-web\n" +"Report-Msgid-Bugs-To: FULL NAME \n" +"POT-Creation-Date: 2012-12-21 17:06+0000\n" +"PO-Revision-Date: 2012-12-22 07:03+0000\n" +"Last-Translator: Goran Kliska \n" +"Language-Team: Croatian \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Launchpad-Export-Date: 2012-12-23 05:09+0000\n" +"X-Generator: Launchpad (build 16378)\n" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:133 +#, python-format +msgid "Default language:" +msgstr "Zadani jezik:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/coresetup.js:602 +#, python-format +msgid "%d minutes ago" +msgstr "prije %d minuta" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/coresetup.js:630 +#, python-format +msgid "Still loading...
    Please be patient." +msgstr "UÄŤitavanje...
    Malo strpljenja molim." + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1832 +#, python-format +msgid "%(field)s %(operator)s \"%(value)s\"" +msgstr "%(field)s %(operator)s \"%(value)s\"" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1884 +#: code:addons/web/static/src/js/search.js:1918 +#: code:addons/web/static/src/js/search.js:1943 +#, python-format +msgid "less or equal than" +msgstr "manje ili jednako od" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:393 +#, python-format +msgid "Please enter your previous password" +msgstr "Upišite trenutno važeću lozinku" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:117 +#: code:addons/web/static/src/xml/base.xml:167 +#: code:addons/web/static/src/xml/base.xml:282 +#, python-format +msgid "Master password:" +msgstr "Glavna lozinka" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:274 +#, python-format +msgid "Change Master Password" +msgstr "Promijeni glavnu lozinku" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:491 +#, python-format +msgid "Do you really want to delete the database: %s ?" +msgstr "Zaista želite obrisati bazu podataka: %s ?" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1398 +#, python-format +msgid "Search %(field)s at: %(value)s" +msgstr "Traži %(field)s at: %(value)s" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:537 +#, python-format +msgid "Access Denied" +msgstr "Pristup odbijen / zabranjen" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:5183 +#, python-format +msgid "Uploading error" +msgstr "Greška pri preuzimanju" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/coresetup.js:603 +#, python-format +msgid "about an hour ago" +msgstr "otprilike sat prije" + +#. module: web +#. openerp-web +#: code:addons/web/controllers/main.py:768 +#: code:addons/web/static/src/js/chrome.js:514 +#: code:addons/web/static/src/xml/base.xml:216 +#, python-format +msgid "Backup Database" +msgstr "Backup baze podataka" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/views.js:463 +#, python-format +msgid "%(view_type)s view" +msgstr "%(view_type)s pogled" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/dates.js:49 +#: code:addons/web/static/src/js/dates.js:53 +#, python-format +msgid "'%s' is not a valid date" +msgstr "'%s' nije ispravan datum" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1837 +#, python-format +msgid "Here is a preview of the file we could not import:" +msgstr "Ovo je pregled datoteke koja se nije mogla uvesti:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/coresetup.js:601 +#, python-format +msgid "about a minute ago" +msgstr "otprilike minutu prije" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1297 +#, python-format +msgid "File" +msgstr "Datoteka" + +#. module: web +#: code:addons/web/controllers/main.py:826 +#, python-format +msgid "You cannot leave any password empty." +msgstr "Popunite sva polja." + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:680 +#, python-format +msgid "Invalid username or password" +msgstr "Neispravno korisničko ime ili lozinka." + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:206 +#: code:addons/web/static/src/xml/base.xml:238 +#: code:addons/web/static/src/xml/base.xml:260 +#, python-format +msgid "Master Password:" +msgstr "Glavna lozinka" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1217 +#: code:addons/web/static/src/xml/base.xml:1374 +#, python-format +msgid "Select" +msgstr "Odaberi" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:549 +#, python-format +msgid "Database restored successfully" +msgstr "Uspješno oporavljena baza podataka" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:415 +#, python-format +msgid "Version" +msgstr "Verzija" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:570 +#, python-format +msgid "Latest Modification Date:" +msgstr "Datum zadnje promjene:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1459 +#, python-format +msgid "M2O search fields do not currently handle multiple default values" +msgstr "" +"Više na jedan polja traženja još ne podržavaju višestruke zadane vrijednosti" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:1227 +#, python-format +msgid "Widget type '%s' is not implemented" +msgstr "Widget tipa '%s' nije implementiran" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1608 +#, python-format +msgid "Share with all users" +msgstr "Podjeli svim korisnicima" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:77 +#: code:addons/web/static/src/js/view_form.js:321 +#, python-format +msgid "Form" +msgstr "Forma" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1324 +#, python-format +msgid "(no string)" +msgstr "(prazno)" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/formats.js:282 +#, python-format +msgid "'%s' is not a correct time" +msgstr "'%s' nije ispravno vrijeme" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1297 +#, python-format +msgid "not a valid number" +msgstr "nije ispravan broj" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:325 +#, python-format +msgid "New Password:" +msgstr "Nova lozinka:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:610 +#, python-format +msgid "Attachment :" +msgstr "Privitak:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1691 +#, python-format +msgid "Fields to export" +msgstr "Polja za izvoz" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:1340 +#, python-format +msgid "Undefined" +msgstr "Nedefiniran" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:4871 +#, python-format +msgid "File Upload" +msgstr "Slanje datoteke" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/coresetup.js:607 +#, python-format +msgid "about a month ago" +msgstr "otprilike mjesec prije" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1600 +#, python-format +msgid "Custom Filters" +msgstr "Korisnički filteri" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1336 +#, python-format +msgid "Button Type:" +msgstr "Vrsta tipke:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:419 +#, python-format +msgid "OpenERP SA Company" +msgstr "OpenERP SA Company" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1553 +#, python-format +msgid "Custom Filter" +msgstr "Korisnički filter" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:159 +#, python-format +msgid "Duplicate Database" +msgstr "Dupliciraj bazu podataka" + +#. module: web +#. openerp-web +#: code:addons/web/controllers/main.py:789 +#: code:addons/web/controllers/main.py:790 +#: code:addons/web/controllers/main.py:826 +#: code:addons/web/controllers/main.py:828 +#: code:addons/web/controllers/main.py:834 +#: code:addons/web/controllers/main.py:835 +#: code:addons/web/static/src/js/chrome.js:768 +#: code:addons/web/static/src/xml/base.xml:276 +#: code:addons/web/static/src/xml/base.xml:336 +#, python-format +msgid "Change Password" +msgstr "Promijeni lozinku" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:3411 +#, python-format +msgid "View type '%s' is not supported in One2Many." +msgstr "Pogled tipa '%s' nije podržan za JedanNaViše (One2Many) polja." + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:4951 +#: code:addons/web/static/src/js/view_list.js:2194 +#, python-format +msgid "Download" +msgstr "Preuzimanje" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/formats.js:266 +#, python-format +msgid "'%s' is not a correct datetime" +msgstr "'%s' nije ispravno vrijeme" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:417 +#, python-format +msgid "Group" +msgstr "Grupa" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:927 +#, python-format +msgid "Unhandled widget" +msgstr "Nepodržani ekranski dodatak" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:982 +#, python-format +msgid "Selection:" +msgstr "Odabir:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:871 +#, python-format +msgid "The following fields are invalid:" +msgstr "Popis neispravnih polja:" + +#. module: web +#: code:addons/web/controllers/main.py:847 +#, python-format +msgid "Languages" +msgstr "Jezici" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1270 +#, python-format +msgid "...Upload in progress..." +msgstr "Prijenos podataka u tijeku..." + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1768 +#, python-format +msgid "Import" +msgstr "Uvoz" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:543 +#, python-format +msgid "Could not restore the database" +msgstr "Oporavak baze podataka nije uspješno dovršen" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:4851 +#, python-format +msgid "File upload" +msgstr "Pošalji datoteku" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:3804 +#, python-format +msgid "Action Button" +msgstr "Prekidač akcije" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:542 +#: code:addons/web/static/src/xml/base.xml:1467 +#, python-format +msgid "Manage Filters" +msgstr "Upravljanje filterima" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1867 +#, python-format +msgid "contains" +msgstr "sadrži" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/coresetup.js:633 +#, python-format +msgid "Take a minute to get a coffee,
    because it's loading..." +msgstr "pravo je vrijeme za pauzu, kavu,
    jer će učitavanje potrajati..." + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:413 +#, python-format +msgid "Activate the developer mode" +msgstr "Aktiviraj programersko sučelje" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:324 +#, python-format +msgid "Loading (%d)" +msgstr "Učitavanje (%d)" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1114 +#, python-format +msgid "GroupBy" +msgstr "Grupiraj po" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:687 +#, python-format +msgid "You must select at least one record." +msgstr "Odaberite barem jedan zapis." + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:535 +#, python-format +msgid "View Log (perm_read)" +msgstr "Pregled loga (perm_read)" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:1061 +#, python-format +msgid "Set Default" +msgstr "Postavi zadano" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:978 +#, python-format +msgid "Relation:" +msgstr "Relacija:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/coresetup.js:600 +#, python-format +msgid "less than a minute ago" +msgstr "prije manje od minute" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:851 +#, python-format +msgid "Condition:" +msgstr "Stanje:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:1692 +#, python-format +msgid "Unsupported operator %s in domain %s" +msgstr "Operator %s nije podržan unutar domene %s" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/formats.js:242 +#, python-format +msgid "'%s' is not a correct float" +msgstr "'%s' nije ispravna decimalna vrijednost" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:549 +#, python-format +msgid "Restored" +msgstr "Oporavljeno" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:394 +#, python-format +msgid "%d-%d of %d" +msgstr "%d-%d od %d" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:2868 +#, python-format +msgid "Create and Edit..." +msgstr "Kreiraj i uredi" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/pyeval.js:731 +#, python-format +msgid "Unknown nonliteral type " +msgstr "Nepoznat tip podatka " + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:2346 +#, python-format +msgid "Resource error" +msgstr "Greška resursa" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1961 +#, python-format +msgid "is not" +msgstr "nije" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:550 +#, python-format +msgid "Print Workflow" +msgstr "Ispiši tijek rada" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:396 +#, python-format +msgid "Please confirm your new password" +msgstr "Potvrdite Vašu novu zaporku" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1804 +#, python-format +msgid "UTF-8" +msgstr "UTF-8" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:421 +#, python-format +msgid "For more information visit" +msgstr "Za više informacija posjetite" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1859 +#, python-format +msgid "Add All Info..." +msgstr "Dodaj cijeli info..." + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1683 +#, python-format +msgid "Export Formats" +msgstr "Formati izvoza" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:974 +#, python-format +msgid "On change:" +msgstr "On change:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/views.js:865 +#, python-format +msgid "Model %s fields" +msgstr "Polja %s modela" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:893 +#, python-format +msgid "Setting 'id' attribute on existing record %s" +msgstr "Postavljanje 'id' atributa na postojećem zapisu %s" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:8 +#, python-format +msgid "List" +msgstr "Lista" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1881 +#: code:addons/web/static/src/js/search.js:1915 +#: code:addons/web/static/src/js/search.js:1940 +#, python-format +msgid "greater than" +msgstr "veće od" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:2248 +#: code:addons/web/static/src/xml/base.xml:546 +#, python-format +msgid "View" +msgstr "Pogled" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1466 +#, python-format +msgid "Save Filter" +msgstr "Pohrani filter" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1344 +#, python-format +msgid "Action ID:" +msgstr "Action ID:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:457 +#, python-format +msgid "Your user's preference timezone does not match your browser timezone:" +msgstr "" +"Pojasno vrijeme u Vašim korisničkim podacima ne odgovara pojasnom vremenu " +"zadanom u Vašem Internet pretraživaču" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:1223 +#, python-format +msgid "Field '%s' specified in view could not be found." +msgstr "Ne postoji polje '%s', a navedeno je u definiciji pogleda." + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1756 +#, python-format +msgid "Saved exports:" +msgstr "Snimljeni izvozi" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:320 +#, python-format +msgid "Old Password:" +msgstr "Stara lozinka:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/formats.js:113 +#, python-format +msgid "Bytes,Kb,Mb,Gb,Tb,Pb,Eb,Zb,Yb" +msgstr "Bytes,Kb,Mb,Gb,Tb,Pb,Eb,Zb,Yb" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:481 +#, python-format +msgid "The database has been duplicated." +msgstr "Baza podataka je duplicirana." + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1625 +#, python-format +msgid "Apply" +msgstr "Primjeni" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1386 +#, python-format +msgid "Save & New" +msgstr "Spremi i novi" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1223 +#: code:addons/web/static/src/xml/base.xml:1225 +#, python-format +msgid "Save As" +msgstr "Spremi kao" + +#. module: web +#. openerp-web +#: code:addons/web/doc/module/static/src/xml/web_example.xml:3 +#, python-format +msgid "00:00:00" +msgstr "00:00:00" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:2317 +#, python-format +msgid "E-mail error" +msgstr "E-mail greška" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/coresetup.js:605 +#, python-format +msgid "a day ago" +msgstr "dan prije" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1789 +#, python-format +msgid "Does your file have titles?" +msgstr "Da li vaša datoteka ima naslove?" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:327 +#, python-format +msgid "Unlimited" +msgstr "Neograničen" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:784 +#, python-format +msgid "" +"Warning, the record has been modified, your changes will be discarded.\n" +"\n" +"Are you sure you want to leave this page ?" +msgstr "" +"Upozorenje, zapis je izmjenjen, Vaše promjene neće bit zapisane.\n" +"\n" +"Sigurno želite napustiti ovu stranicu?" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:2904 +#, python-format +msgid "Search: " +msgstr "Traži: " + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:544 +#, python-format +msgid "Technical translation" +msgstr "Tehnički prijevod" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1797 +#, python-format +msgid "Delimiter:" +msgstr "Graničnik:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:462 +#, python-format +msgid "Browser's timezone" +msgstr "Pojasno vrijeme internet preglednika" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1605 +#, python-format +msgid "Filter name" +msgstr "Naziv filtera" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1464 +#, python-format +msgid "-- Actions --" +msgstr "-- Akcije --" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:4134 +#: code:addons/web/static/src/js/view_form.js:4294 +#: code:addons/web/static/src/xml/base.xml:1407 +#: code:addons/web/static/src/xml/base.xml:1705 +#, python-format +msgid "Add" +msgstr "Dodaj" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:536 +#, python-format +msgid "Toggle Form Layout Outline" +msgstr "Prikaz konture" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:421 +#, python-format +msgid "OpenERP.com" +msgstr "OpenERP.com" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:2317 +#, python-format +msgid "Can't send email to invalid e-mail address" +msgstr "Nije moguće poslati email na neispravne e-mail adrese" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:636 +#, python-format +msgid "Add..." +msgstr "Dodaj…" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:405 +#, python-format +msgid "Preferences" +msgstr "Postavke" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:436 +#, python-format +msgid "Wrong on change format: %s" +msgstr "Greška u promjeni formata: %s" + +#. module: web +#. openerp-web +#: code:addons/web/controllers/main.py:750 +#: code:addons/web/static/src/xml/base.xml:185 +#, python-format +msgid "Drop Database" +msgstr "Obriši bazu podataka" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:466 +#, python-format +msgid "Click here to change your user's timezone." +msgstr "Kliknite ovdje za promjenu korisničkog pojasnog vremena" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:966 +#, python-format +msgid "Modifiers:" +msgstr "Izmjenili:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:627 +#, python-format +msgid "Delete this attachment" +msgstr "Obriši privitak" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:774 +#: code:addons/web/static/src/xml/base.xml:815 +#: code:addons/web/static/src/xml/base.xml:1382 +#: code:addons/web/static/src/xml/base.xml:1612 +#, python-format +msgid "Save" +msgstr "Snimi" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/views.js:999 +#: code:addons/web/static/src/xml/base.xml:352 +#, python-format +msgid "More" +msgstr "Više" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:73 +#, python-format +msgid "Username" +msgstr "Korisničko ime" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:481 +#, python-format +msgid "Duplicating database" +msgstr "Dupliciram bazu podataka" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:563 +#, python-format +msgid "Password has been changed successfully" +msgstr "Lozinka uspješno promjenjena" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list_editable.js:788 +#, python-format +msgid "The form's data can not be discarded" +msgstr "Podaci (form's data) se ne mogu odbaciti" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:533 +#, python-format +msgid "Debug View#" +msgstr "Debug pogled#" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:77 +#, python-format +msgid "Log in" +msgstr "Prijava" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:198 +#: code:addons/web/static/src/js/view_list.js:346 +#: code:addons/web/static/src/xml/base.xml:1764 +#, python-format +msgid "Delete" +msgstr "Obriši" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/pyeval.js:769 +#, python-format +msgid "" +"Local evaluation failure\n" +"%s\n" +"\n" +"%s" +msgstr "" +"Greška lokalne evaluacije\n" +"%s\n" +"\n" +"%s" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:350 +#, python-format +msgid "Invalid database name" +msgstr "Neispravan naziv baze podataka" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1693 +#, python-format +msgid "Save fields list" +msgstr "Snimi popis polja" + +#. module: web +#. openerp-web +#: code:addons/web/doc/module/static/src/xml/web_example.xml:5 +#, python-format +msgid "Start" +msgstr "Početak" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/views.js:823 +#, python-format +msgid "View Log (%s)" +msgstr "Pregled logova (%s)" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:564 +#, python-format +msgid "Creation Date:" +msgstr "Kreirano:" + +#. module: web +#: code:addons/web/controllers/main.py:790 +#: code:addons/web/controllers/main.py:835 +#, python-format +msgid "Error, password not changed !" +msgstr "Greška, lozika nije promjenjena!" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:4850 +#, python-format +msgid "The selected file exceed the maximum file size of %s." +msgstr "Odabrana datoteka je veća od maksimalne veličine %s." + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:632 +#: code:addons/web/static/src/xml/base.xml:1300 +#, python-format +msgid "/web/binary/upload_attachment" +msgstr "/web/binary/upload_attachment" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:563 +#, python-format +msgid "Changed Password" +msgstr "Promjenjena lozinka" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1431 +#, python-format +msgid "Search" +msgstr "Pretraga" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:3032 +#: code:addons/web/static/src/js/view_form.js:3668 +#: code:addons/web/static/src/js/view_form.js:3785 +#: code:addons/web/static/src/js/view_form.js:4230 +#: code:addons/web/static/src/js/view_form.js:4353 +#, python-format +msgid "Open: " +msgstr "Otvori: " + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:218 +#: code:addons/web/static/src/xml/base.xml:309 +#, python-format +msgid "Backup" +msgstr "Arhiviranje/Backup" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/dates.js:76 +#: code:addons/web/static/src/js/dates.js:80 +#, python-format +msgid "'%s' is not a valid time" +msgstr "'%s' nije ispravno vrijeme" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/formats.js:274 +#, python-format +msgid "'%s' is not a correct date" +msgstr "'%s' nije ispravan datum" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:933 +#, python-format +msgid "(nolabel)" +msgstr "(bezlabele)" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/coresetup.js:606 +#, python-format +msgid "%d days ago" +msgstr "prije %d dana" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1474 +#, python-format +msgid "(Any existing filter with the same name will be replaced)" +msgstr "(Zamjeniti će postojeći filter istog naziva)" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:1918 +#: code:addons/web/static/src/xml/base.xml:338 +#: code:addons/web/static/src/xml/base.xml:1377 +#: code:addons/web/static/src/xml/base.xml:1860 +#, python-format +msgid "Cancel" +msgstr "Odustani" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/coresetup.js:628 +#: code:addons/web/static/src/xml/base.xml:9 +#, python-format +msgid "Loading..." +msgstr "Učitavanje..." + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:567 +#, python-format +msgid "Latest Modification by:" +msgstr "Zadnju promjenu napravio:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:1242 +#: code:addons/web/static/src/xml/base.xml:470 +#, python-format +msgid "Timezone mismatch" +msgstr "Neslaganje vremenskih pojasa" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:1646 +#, python-format +msgid "Unknown operator %s in domain %s" +msgstr "Nepoznat operator %s u domeni %s" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:428 +#, python-format +msgid "%d / %d" +msgstr "%d / %d" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1782 +#, python-format +msgid "2. Check your file format" +msgstr "2. Provjera formata datoteke" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1718 +#, python-format +msgid "Name" +msgstr "Naziv" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1775 +#, python-format +msgid "" +"Select a .CSV file to import. If you need a sample of file to import,\n" +" you should use the export tool with the \"Import Compatible\" option." +msgstr "" +"Odaberite .CSV datoteku za uvoz. Ukoliko trebate primjer za izgled " +"datoteke,\n" +" možete napraviti izvoz podataka koristeći \"Kompatibilnost za uvoz\" " +"opciju." + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/coresetup.js:608 +#, python-format +msgid "%d months ago" +msgstr "prije %d mjeseca" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:187 +#: code:addons/web/static/src/xml/base.xml:308 +#, python-format +msgid "Drop" +msgstr "Obriši" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1465 +#, python-format +msgid "Add Advanced Filter" +msgstr "Dodaj napredni filter" + +#. module: web +#: code:addons/web/controllers/main.py:828 +#, python-format +msgid "The new password and its confirmation must be identical." +msgstr "Nova lozinka i potvrda lozinke moraju biti identične." + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:542 +#: code:addons/web/static/src/xml/base.xml:248 +#, python-format +msgid "Restore Database" +msgstr "Povrati bazu podataka" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:644 +#, python-format +msgid "Login" +msgstr "Prijava" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:420 +#, python-format +msgid "Licenced under the terms of" +msgstr "Licencirano pod uvjetima" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:250 +#: code:addons/web/static/src/xml/base.xml:310 +#, python-format +msgid "Restore" +msgstr "Obnovi" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1677 +#, python-format +msgid "Export Type:" +msgstr "Vrsta izvoza:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:406 +#, python-format +msgid "Log out" +msgstr "Odjava" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1090 +#, python-format +msgid "Group by: %s" +msgstr "Grupiraj po: %s" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:153 +#, python-format +msgid "No data provided." +msgstr "Nema podataka." + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:345 +#: code:addons/web/static/src/xml/base.xml:1665 +#, python-format +msgid "Export" +msgstr "Izvoz" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/data_export.js:12 +#, python-format +msgid "Export To File" +msgstr "Izvoz u datoteku" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/views.js:1097 +#, python-format +msgid "You must choose at least one record." +msgstr "Odaberite barem jedan zapis." + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/coresetup.js:631 +#, python-format +msgid "Don't leave yet,
    it's still loading..." +msgstr "Još malo strpljenja,
    učitavanje..." + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:775 +#, python-format +msgid "Invalid Search" +msgstr "Neispravna pretraga" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:980 +#, python-format +msgid "Could not find id in dataset" +msgstr "Id nije pronađen u podacima" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1707 +#, python-format +msgid "Remove All" +msgstr "Ukloni sve" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1340 +#, python-format +msgid "Method:" +msgstr "Metoda:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:1439 +#, python-format +msgid "%(page)d/%(page_count)d" +msgstr "%(page)d/%(page_count)d" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:397 +#, python-format +msgid "The confirmation does not match the password" +msgstr "Nova lozinka i potvrda su različite" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:441 +#, python-format +msgid "Edit Company data" +msgstr "Uredi podatke tvrtke" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:4886 +#, python-format +msgid "Save As..." +msgstr "Spremi kao..." + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:5007 +#, python-format +msgid "Could not display the selected image." +msgstr "Odabranu sliku nije moguće prikazati" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:509 +#, python-format +msgid "Database backed up successfully" +msgstr "Uspješno završeno kopiranje baze podataka" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1808 +#, python-format +msgid "" +"For use if CSV files have titles on multiple lines, skips more than a single " +"line during import" +msgstr "" +"Koristite ukoliko CSV datoteke imaju naslove u više linija, preskače više od " +"jedne linije tokom uvoza" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:394 +#, python-format +msgid "99+" +msgstr "99+" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1774 +#, python-format +msgid "1. Import a .CSV file" +msgstr "1. Uvezi .CSV datoteku" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:644 +#, python-format +msgid "No database selected !" +msgstr "Nije odabrana baza podataka" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/formats.js:180 +#, python-format +msgid "(%d records)" +msgstr "(%d zapisa)" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:970 +#, python-format +msgid "Change default:" +msgstr "Promjeni zadano:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:171 +#, python-format +msgid "Original database name:" +msgstr "Originalni naziv baze podataka:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1869 +#: code:addons/web/static/src/js/search.js:1879 +#: code:addons/web/static/src/js/search.js:1913 +#: code:addons/web/static/src/js/search.js:1938 +#, python-format +msgid "is equal to" +msgstr "je jednako" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/views.js:1500 +#, python-format +msgid "Could not serialize XML" +msgstr "Could not serialize XML" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1619 +#, python-format +msgid "Advanced Search" +msgstr "Napredno traženje" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:290 +#, python-format +msgid "Confirm new master password:" +msgstr "Potvrdi glavnu zaporku:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/coresetup.js:634 +#, python-format +msgid "Maybe you should consider reloading the application by pressing F5..." +msgstr "Izgleda da je potrebno ponovno učitavanje aplikacije (F5)..." + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:17 +#: code:addons/web/static/src/js/view_list.js:2248 +#: code:addons/web/static/src/xml/base.xml:111 +#: code:addons/web/static/src/xml/base.xml:306 +#: code:addons/web/static/src/xml/base.xml:812 +#: code:addons/web/static/src/xml/base.xml:1376 +#, python-format +msgid "Create" +msgstr "Kreiraj" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1868 +#, python-format +msgid "doesn't contain" +msgstr "ne sadrži" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1785 +#, python-format +msgid "Import Options" +msgstr "Opcije uvoza" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:2936 +#, python-format +msgid "Add %s" +msgstr "Dodaj %s" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:145 +#, python-format +msgid "Admin password:" +msgstr "Admin zaporka:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/data_export.js:11 +#: code:addons/web/static/src/js/view_form.js:1067 +#: code:addons/web/static/src/xml/base.xml:1394 +#, python-format +msgid "Close" +msgstr "Zatvori" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/coresetup.js:632 +#, python-format +msgid "" +"You may not believe it,
    but the application is actually loading..." +msgstr "Nevjerovatno,
    aplikacija se učitava..." + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1779 +#, python-format +msgid "CSV File:" +msgstr "CSV datoteka:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1741 +#, python-format +msgid "Advanced" +msgstr "Napredno" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_tree.js:11 +#, python-format +msgid "Tree" +msgstr "Stablo" + +#. module: web +#: code:addons/web/controllers/main.py:750 +#, python-format +msgid "Could not drop database !" +msgstr "Brisanje baze podataka nije uspjelo!" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/formats.js:227 +#, python-format +msgid "'%s' is not a correct integer" +msgstr "'%s' nije ispravna cjelobrojna vrijednost" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:877 +#, python-format +msgid "All users" +msgstr "Svi korisnici" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:1654 +#, python-format +msgid "Unknown field %s in domain %s" +msgstr "Nepoznato polje %s unutar domene %s" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/views.js:1466 +#, python-format +msgid "Node [%s] is not a JSONified XML node" +msgstr "Node [%s] nije JSONified XML node" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1428 +#, python-format +msgid "Advanced Search..." +msgstr "Napredno pretraživanje" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:499 +#, python-format +msgid "Dropping database" +msgstr "Brisanje baze podataka" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:82 +#: code:addons/web/static/src/xml/base.xml:445 +#, python-format +msgid "Powered by" +msgstr "Powered by" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1380 +#: code:addons/web/static/src/xml/base.xml:970 +#, python-format +msgid "Yes" +msgstr "Da" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:4871 +#, python-format +msgid "There was a problem while uploading your file" +msgstr "Pojavio se problem kod učitavanja vaše datoteke" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:558 +#, python-format +msgid "XML ID:" +msgstr "XML ID:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:954 +#, python-format +msgid "Size:" +msgstr "Veličina" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1824 +#, python-format +msgid "--- Don't Import ---" +msgstr "--- Ne uvozi ---" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1679 +#, python-format +msgid "Import-Compatible Export" +msgstr "Izvoz kompatibilan uvozu" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/coresetup.js:610 +#, python-format +msgid "%d years ago" +msgstr "%d godina prije" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:1040 +#, python-format +msgid "Unknown m2m command %s" +msgstr "Napoznata m2m naredba %s" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:1068 +#, python-format +msgid "Save default" +msgstr "Snimi zadano" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:121 +#: code:addons/web/static/src/xml/base.xml:175 +#: code:addons/web/static/src/xml/base.xml:264 +#, python-format +msgid "New database name:" +msgstr "Naziv nove baze podataka:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:394 +#, python-format +msgid "Please enter your new password" +msgstr "Molim, unesite novu lozinku" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:4886 +#, python-format +msgid "The field is empty, there's nothing to save !" +msgstr "Polje je prazno. Ništa za snimanje !" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:545 +#, python-format +msgid "Manage Views" +msgstr "Upravljanje pogledima" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1801 +#, python-format +msgid "Encoding:" +msgstr "Kodna stranica:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1808 +#, python-format +msgid "Lines to skip" +msgstr "Preskočiti linije" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:2858 +#, python-format +msgid "Create \"%s\"" +msgstr "Kreirati \"%s\"" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/data_export.js:361 +#, python-format +msgid "Please select fields to save export list..." +msgstr "Za pohranu izvozne liste, odaberite polja za izvoz..." + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:418 +#, python-format +msgid "Copyright © 2004-TODAY OpenERP SA. All Rights Reserved." +msgstr "Copyright © 2004-TODAY OpenERP SA. Sva prava pridržana." + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:2346 +#, python-format +msgid "This resource is empty" +msgstr "Ovaj resurs je prazan" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1689 +#, python-format +msgid "Available fields" +msgstr "Dostupna polja" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1835 +#, python-format +msgid "The import failed due to:" +msgstr "Uvoz neuspješan zbog:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/views.js:812 +#: code:addons/web/static/src/xml/base.xml:539 +#, python-format +msgid "JS Tests" +msgstr "JS Testovi" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1750 +#, python-format +msgid "Save as:" +msgstr "Spremi kao:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:927 +#, python-format +msgid "Filter on: %s" +msgstr "Filtriraj po: %s" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:2904 +#: code:addons/web/static/src/js/view_form.js:3757 +#, python-format +msgid "Create: " +msgstr "Kreiraj: " + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:540 +#, python-format +msgid "View Fields" +msgstr "Polja pogleda" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:330 +#, python-format +msgid "Confirm New Password:" +msgstr "Potvrda nove zaporke:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:575 +#, python-format +msgid "Do you really want to remove these records?" +msgstr "Doista želite ukloniti ove zapise?" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:958 +#, python-format +msgid "Context:" +msgstr "Kontekst:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1933 +#: code:addons/web/static/src/js/search.js:1960 +#, python-format +msgid "is" +msgstr "je" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/data_export.js:6 +#, python-format +msgid "Export Data" +msgstr "Izvoz podataka" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:962 +#, python-format +msgid "Domain:" +msgstr "Domena:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:834 +#, python-format +msgid "Default:" +msgstr "Zadano:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:82 +#: code:addons/web/static/src/xml/base.xml:446 +#, python-format +msgid "OpenERP" +msgstr "OpenERP" + +#. module: web +#. openerp-web +#: code:addons/web/doc/module/static/src/xml/web_example.xml:8 +#, python-format +msgid "Stop" +msgstr "Kraj" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:68 +#: code:addons/web/static/src/xml/base.xml:193 +#: code:addons/web/static/src/xml/base.xml:225 +#, python-format +msgid "Database:" +msgstr "Baza podataka:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1183 +#: code:addons/web/static/src/xml/base.xml:1240 +#, python-format +msgid "Uploading ..." +msgstr "Učitavanje..." + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1853 +#, python-format +msgid "Name:" +msgstr "Naziv:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:1058 +#, python-format +msgid "About" +msgstr "O programu" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1431 +#, python-format +msgid "Search Again" +msgstr "Traži ponovo" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1455 +#, python-format +msgid "-- Filters --" +msgstr "-- Filteri --" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1230 +#: code:addons/web/static/src/xml/base.xml:1232 +#, python-format +msgid "Clear" +msgstr "Očisti" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1680 +#, python-format +msgid "Export all Data" +msgstr "Izvoz svih podataka" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:1334 +#, python-format +msgid "" +"Grouping on field '%s' is not possible because that field does not appear in " +"the list view." +msgstr "" +"Grupiranje po polju '%s' nije moguće jer se ne nalazi u prikazanim poljima " +"pogleda." + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:537 +#, python-format +msgid "Set Defaults" +msgstr "Postavi zadano" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1670 +#, python-format +msgid "" +"This wizard will export all data that matches the current search criteria to " +"a CSV file.\n" +" You can export all data or only the fields that can be " +"reimported after modification." +msgstr "" +"Ovaj pomoćni program će izvesti u CSV datoteku sve podatke koji " +"zadovoljavaju postavljene uvjete.\n" +" Možete izvesti sve kolone ili samo one koje se mogu ponovno " +"učitati nakon izmjena." + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:321 +#, python-format +msgid "The record could not be found in the database." +msgstr "Zapis nije pronađen u bazi podataka." + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1472 +#, python-format +msgid "Filter Name:" +msgstr "Ime filtera:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:946 +#, python-format +msgid "Type:" +msgstr "Tip:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:538 +#, python-format +msgid "Incorrect super-administrator password" +msgstr "Neispravna lozinka super-administratora" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:942 +#, python-format +msgid "Object:" +msgstr "Objekt:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:292 +#: code:addons/web/static/src/js/chrome.js:326 +#, python-format +msgid "Loading" +msgstr "Učitavanje" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/coresetup.js:609 +#, python-format +msgid "about a year ago" +msgstr "prije godinu" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1870 +#: code:addons/web/static/src/js/search.js:1880 +#: code:addons/web/static/src/js/search.js:1914 +#: code:addons/web/static/src/js/search.js:1939 +#, python-format +msgid "is not equal to" +msgstr "nije jednako" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:5036 +#, python-format +msgid "" +"The type of the field '%s' must be a many2many field with a relation to " +"'ir.attachment' model." +msgstr "" +"Tip polja '%s' mora biti VišeNaViše (many2many) polje u relaciji sa " +"'ir.attachment' (privici) modelom." + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/coresetup.js:604 +#, python-format +msgid "%d hours ago" +msgstr "prije %d sati" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:4206 +#: code:addons/web/static/src/js/view_form.js:4335 +#, python-format +msgid "Add: " +msgstr "Dodaj: " + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1858 +#, python-format +msgid "Quick Add" +msgstr "Brzo dodaj" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1805 +#, python-format +msgid "Latin 1" +msgstr "Latin 1" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:260 +#: code:addons/web/static/src/js/chrome.js:269 +#: code:addons/web/static/src/js/chrome.js:449 +#: code:addons/web/static/src/js/chrome.js:792 +#: code:addons/web/static/src/js/view_form.js:572 +#: code:addons/web/static/src/js/view_form.js:1923 +#: code:addons/web/static/src/xml/base.xml:1752 +#, python-format +msgid "Ok" +msgstr "U redu" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/views.js:1162 +#, python-format +msgid "Uploading..." +msgstr "Slanje podataka..." + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:125 +#, python-format +msgid "Load Demonstration data:" +msgstr "Učitaj demonstracijske podatke:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:615 +#, python-format +msgid "Created by :" +msgstr "Kreirao" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/dates.js:22 +#: code:addons/web/static/src/js/dates.js:26 +#, python-format +msgid "'%s' is not a valid datetime" +msgstr "'%s' nije ispravno vrijeme" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:256 +#, python-format +msgid "File:" +msgstr "Datoteka:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1882 +#: code:addons/web/static/src/js/search.js:1916 +#: code:addons/web/static/src/js/search.js:1941 +#, python-format +msgid "less than" +msgstr "manje od" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:687 +#: code:addons/web/static/src/js/views.js:1097 +#, python-format +msgid "Warning" +msgstr "Pozor" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:547 +#, python-format +msgid "Edit SearchView" +msgstr "Uredi pogled pretrage" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1975 +#, python-format +msgid "is true" +msgstr "je istina" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:3909 +#, python-format +msgid "Add an item" +msgstr "Dodaj" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1603 +#, python-format +msgid "Save current filter" +msgstr "Snimi trenutni filter" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:1915 +#, python-format +msgid "Confirm" +msgstr "Potvrdi" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/data_export.js:126 +#, python-format +msgid "Please enter save field list name" +msgstr "Molim unesite ime liste za izvoz" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:2206 +#, python-format +msgid "Download \"%s\"" +msgstr "Preuzimanje \"%s\"" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:326 +#, python-format +msgid "New" +msgstr "Nova(i)" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:1767 +#, python-format +msgid "Can't convert value %s to context" +msgstr "Vrijednost %s ne odgovara za context" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/views.js:807 +#: code:addons/web/static/src/xml/base.xml:541 +#, python-format +msgid "Fields View Get" +msgstr "Dohvati pogled polja" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:149 +#, python-format +msgid "Confirm password:" +msgstr "Potvrdi zaporku:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1883 +#: code:addons/web/static/src/js/search.js:1917 +#: code:addons/web/static/src/js/search.js:1942 +#, python-format +msgid "greater or equal than" +msgstr "veće ili jednako od" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1321 +#, python-format +msgid "Button" +msgstr "Tipka" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:418 +#, python-format +msgid "OpenERP is a trademark of the" +msgstr "OpenERP je trgovački žig u vlasništvu" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/data_export.js:374 +#, python-format +msgid "Please select fields to export..." +msgstr "Molim odaberite polja za izvoz..." + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:286 +#, python-format +msgid "New master password:" +msgstr "Nova glavna zaporka:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1976 +#, python-format +msgid "is false" +msgstr "je laž" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:404 +#, python-format +msgid "About OpenERP" +msgstr "O OpenERP-u" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/formats.js:297 +#, python-format +msgid "'%s' is not a correct date, datetime nor time" +msgstr "'%s' nije ispravno vrijeme ili datum" + +#. module: web +#: code:addons/web/controllers/main.py:1264 +#, python-format +msgid "No content found for field '%s' on '%s:%s'" +msgstr "Nedostaje kontekst za polje '%s' na '%s:%s'" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:304 +#, python-format +msgid "Database Management" +msgstr "Upravljanje bazama podataka" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:5007 +#, python-format +msgid "Image" +msgstr "Slika" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:81 +#, python-format +msgid "Manage Databases" +msgstr "Upravljanje bazama podataka" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/pyeval.js:765 +#, python-format +msgid "Evaluation Error" +msgstr "Greška evaluacije" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1283 +#, python-format +msgid "not a valid integer" +msgstr "nije cijeli broj" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:337 +#: code:addons/web/static/src/xml/base.xml:776 +#: code:addons/web/static/src/xml/base.xml:816 +#: code:addons/web/static/src/xml/base.xml:1376 +#: code:addons/web/static/src/xml/base.xml:1384 +#: code:addons/web/static/src/xml/base.xml:1630 +#, python-format +msgid "or" +msgstr "ili" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1381 +#, python-format +msgid "No" +msgstr "Ne" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/formats.js:309 +#, python-format +msgid "'%s' is not convertible to date, datetime nor time" +msgstr "Interpretacija '%s' ne reultira datumom ili vremenom" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:199 +#: code:addons/web/static/src/xml/base.xml:161 +#: code:addons/web/static/src/xml/base.xml:307 +#, python-format +msgid "Duplicate" +msgstr "Dupliciraj" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:777 +#: code:addons/web/static/src/xml/base.xml:817 +#: code:addons/web/static/src/xml/base.xml:1391 +#, python-format +msgid "Discard" +msgstr "Odbaci" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1624 +#, python-format +msgid "Add a condition" +msgstr "Dodaj uvjet" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/coresetup.js:629 +#, python-format +msgid "Still loading..." +msgstr "Učitavanje..." + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:818 +#, python-format +msgid "Incorrect value for field %(fieldname)s: [%(value)s] is %(message)s" +msgstr "" +"neispravna vrijednost za polje %(fieldname)s: [%(value)s] is %(message)s" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:3805 +#, python-format +msgid "The o2m record must be saved before an action can be used" +msgstr "Jedan na više zapis treba snimiti prije pokretanja akcije" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:509 +#, python-format +msgid "Backed" +msgstr "Kopirano" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1610 +#, python-format +msgid "Use by default" +msgstr "Koristi kao zadano" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:1348 +#, python-format +msgid "%s (%d)" +msgstr "%s (%d)" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:775 +#, python-format +msgid "triggered from search view" +msgstr "pokrenuto iz ekrana za pretraživanje" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:978 +#, python-format +msgid "Filter" +msgstr "Filter" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:950 +#, python-format +msgid "Widget:" +msgstr "Widget:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:548 +#, python-format +msgid "Edit Action" +msgstr "Uredi akciju" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:555 +#, python-format +msgid "ID:" +msgstr "ID:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:870 +#, python-format +msgid "Only you" +msgstr "Samo vi" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:549 +#, python-format +msgid "Edit Workflow" +msgstr "Uredi radni tok" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/views.js:1171 +#, python-format +msgid "Do you really want to delete this attachment ?" +msgstr "Obrisati privitak?" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/views.js:840 +#, python-format +msgid "Technical Translation" +msgstr "tehnički prijevod" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:938 +#, python-format +msgid "Field:" +msgstr "Polje:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:620 +#, python-format +msgid "Modified by :" +msgstr "Uredio:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:499 +#, python-format +msgid "The database %s has been dropped" +msgstr "Baza podataka %s je obrisana" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:460 +#, python-format +msgid "User's timezone" +msgstr "Korisnikov vremenski pojas" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:284 +#: code:addons/web/static/src/js/chrome.js:1168 +#, python-format +msgid "Client Error" +msgstr "Greška na klijentu" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/views.js:998 +#, python-format +msgid "Print" +msgstr "Ispiši" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1331 +#, python-format +msgid "Special:" +msgstr "Posebno:" + +#. module: web +#: code:addons/web/controllers/main.py:834 +#, python-format +msgid "" +"The old password you provided is incorrect, your password was not changed." +msgstr "Trenutna lozinka nije točno upisana. Lozinka nije promijenjena." + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:561 +#, python-format +msgid "Creation User:" +msgstr "Kreirao korisnik:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:769 +#, python-format +msgid "Do you really want to delete this record?" +msgstr "Doista želite obrisati ovaj zapis?" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1385 +#, python-format +msgid "Save & Close" +msgstr "Snimi i zatvori" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:2845 +#, python-format +msgid "Search More..." +msgstr "Traži dalje..." + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:75 +#: code:addons/web/static/src/xml/base.xml:311 +#, python-format +msgid "Password" +msgstr "Zaporka" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:546 +#: code:addons/web/static/src/xml/base.xml:809 +#: code:addons/web/static/src/xml/base.xml:1178 +#, python-format +msgid "Edit" +msgstr "Uredi" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1706 +#, python-format +msgid "Remove" +msgstr "Ukloni" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1062 +#, python-format +msgid "Select date" +msgstr "Odabir datuma" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1249 +#, python-format +msgid "Search %(field)s for: %(value)s" +msgstr "Traži %(field)s za: %(value)s" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1277 +#, python-format +msgid "Delete this file" +msgstr "Izbriši ovu datoteku" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:109 +#, python-format +msgid "Create Database" +msgstr "Kreiraj bazu podataka" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:420 +#, python-format +msgid "GNU Affero General Public License" +msgstr "GNU Affero General Public License licence" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1795 +#, python-format +msgid "Separator:" +msgstr "Razdjelnik:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:300 +#, python-format +msgid "Back to Login" +msgstr "Nazad na prijavu" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1662 +#: code:addons/web/static/src/xml/base.xml:1454 +#, python-format +msgid "Filters" +msgstr "Filteri" diff --git a/web/i18n/hu.po b/web/i18n/hu.po new file mode 100644 index 0000000..9ef8839 --- /dev/null +++ b/web/i18n/hu.po @@ -0,0 +1,2626 @@ +# Hungarian translation for openerp-web +# Copyright (c) 2012 Rosetta Contributors and Canonical Ltd 2012 +# This file is distributed under the same license as the openerp-web package. +# FIRST AUTHOR , 2012. +# +msgid "" +msgstr "" +"Project-Id-Version: openerp-web\n" +"Report-Msgid-Bugs-To: FULL NAME \n" +"POT-Creation-Date: 2012-12-21 17:06+0000\n" +"PO-Revision-Date: 2013-02-12 13:23+0000\n" +"Last-Translator: krnkris \n" +"Language-Team: Hungarian \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Launchpad-Export-Date: 2013-02-13 05:22+0000\n" +"X-Generator: Launchpad (build 16491)\n" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:133 +#, python-format +msgid "Default language:" +msgstr "Alapértelmezett nyelv:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/coresetup.js:602 +#, python-format +msgid "%d minutes ago" +msgstr "%d perccel ezelőtt" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/coresetup.js:630 +#, python-format +msgid "Still loading...
    Please be patient." +msgstr "Még tölt...
    Várjon türelemmel." + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1832 +#, python-format +msgid "%(field)s %(operator)s \"%(value)s\"" +msgstr "%(field)s %(operator)s \"%(value)s\"" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1884 +#: code:addons/web/static/src/js/search.js:1918 +#: code:addons/web/static/src/js/search.js:1943 +#, python-format +msgid "less or equal than" +msgstr "kisebb vagy egyenlő, mint" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:393 +#, python-format +msgid "Please enter your previous password" +msgstr "Kérem írja be az előző jelszavát" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:117 +#: code:addons/web/static/src/xml/base.xml:167 +#: code:addons/web/static/src/xml/base.xml:282 +#, python-format +msgid "Master password:" +msgstr "Mester jelszó" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:274 +#, python-format +msgid "Change Master Password" +msgstr "Mester jelszó változtatása" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:491 +#, python-format +msgid "Do you really want to delete the database: %s ?" +msgstr "Tényleg törölni szeretné az adatbázist: %s ?" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1398 +#, python-format +msgid "Search %(field)s at: %(value)s" +msgstr "Keresett %(field)s itt: %(value)s" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:537 +#, python-format +msgid "Access Denied" +msgstr "Hozzáférés megtagadva" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:5183 +#, python-format +msgid "Uploading error" +msgstr "Feltöltési hiba" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/coresetup.js:603 +#, python-format +msgid "about an hour ago" +msgstr "körülbelül egy órája" + +#. module: web +#. openerp-web +#: code:addons/web/controllers/main.py:768 +#: code:addons/web/static/src/js/chrome.js:514 +#: code:addons/web/static/src/xml/base.xml:216 +#, python-format +msgid "Backup Database" +msgstr "Adatbázis mentése" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/views.js:463 +#, python-format +msgid "%(view_type)s view" +msgstr "%(view_type)s nézet" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/dates.js:49 +#: code:addons/web/static/src/js/dates.js:53 +#, python-format +msgid "'%s' is not a valid date" +msgstr "'%s' egy nem érvényes dátum" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1837 +#, python-format +msgid "Here is a preview of the file we could not import:" +msgstr "Itt van a fájlnak az előnézete, amit nem tudunk importálni:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/coresetup.js:601 +#, python-format +msgid "about a minute ago" +msgstr "kb. egy perce" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1297 +#, python-format +msgid "File" +msgstr "Fájl" + +#. module: web +#: code:addons/web/controllers/main.py:826 +#, python-format +msgid "You cannot leave any password empty." +msgstr "Nem hagyhat egyetlen jelszót sem üresen" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:680 +#, python-format +msgid "Invalid username or password" +msgstr "Érvénytelen felhasználónév vagy jelszó" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:206 +#: code:addons/web/static/src/xml/base.xml:238 +#: code:addons/web/static/src/xml/base.xml:260 +#, python-format +msgid "Master Password:" +msgstr "Mester Jelszó:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1217 +#: code:addons/web/static/src/xml/base.xml:1374 +#, python-format +msgid "Select" +msgstr "Kiválaszt" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:549 +#, python-format +msgid "Database restored successfully" +msgstr "Sikeres adatbázis visszaállítás" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:415 +#, python-format +msgid "Version" +msgstr "Verzió" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:570 +#, python-format +msgid "Latest Modification Date:" +msgstr "Utolsó módosítás dátuma:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1459 +#, python-format +msgid "M2O search fields do not currently handle multiple default values" +msgstr "" +"M2O kereső mező nem támogatja jelenleg a többszörös alapértelmezett értékeket" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:1227 +#, python-format +msgid "Widget type '%s' is not implemented" +msgstr "'%s' vezérő típus nem beillesztett" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1608 +#, python-format +msgid "Share with all users" +msgstr "Mindenkinek elérhető" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:77 +#: code:addons/web/static/src/js/view_form.js:321 +#, python-format +msgid "Form" +msgstr "Űrlap" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1324 +#, python-format +msgid "(no string)" +msgstr "(nincs érték)" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/formats.js:282 +#, python-format +msgid "'%s' is not a correct time" +msgstr "'%s' nem érvényes idő meghatározás" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1297 +#, python-format +msgid "not a valid number" +msgstr "nem érvényes szám" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:325 +#, python-format +msgid "New Password:" +msgstr "Új jelszó:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:610 +#, python-format +msgid "Attachment :" +msgstr "Melléklet :" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1691 +#, python-format +msgid "Fields to export" +msgstr "Exportálandó mezők:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:1340 +#, python-format +msgid "Undefined" +msgstr "Nem definiált" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:4871 +#, python-format +msgid "File Upload" +msgstr "File feltöltés" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/coresetup.js:607 +#, python-format +msgid "about a month ago" +msgstr "kb. egy hónapja" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1600 +#, python-format +msgid "Custom Filters" +msgstr "Egyedi szűrők" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1336 +#, python-format +msgid "Button Type:" +msgstr "Gomb típusa:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:419 +#, python-format +msgid "OpenERP SA Company" +msgstr "OpenERP SA Company" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1553 +#, python-format +msgid "Custom Filter" +msgstr "Egyéni szűrés" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:159 +#, python-format +msgid "Duplicate Database" +msgstr "Adatbázis másolása" + +#. module: web +#. openerp-web +#: code:addons/web/controllers/main.py:789 +#: code:addons/web/controllers/main.py:790 +#: code:addons/web/controllers/main.py:826 +#: code:addons/web/controllers/main.py:828 +#: code:addons/web/controllers/main.py:834 +#: code:addons/web/controllers/main.py:835 +#: code:addons/web/static/src/js/chrome.js:768 +#: code:addons/web/static/src/xml/base.xml:276 +#: code:addons/web/static/src/xml/base.xml:336 +#, python-format +msgid "Change Password" +msgstr "Jelszó megváltoztatása" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:3411 +#, python-format +msgid "View type '%s' is not supported in One2Many." +msgstr "'%s' nézet típus nem támogatott a One2Many által." + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:4951 +#: code:addons/web/static/src/js/view_list.js:2194 +#, python-format +msgid "Download" +msgstr "Letöltés" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/formats.js:266 +#, python-format +msgid "'%s' is not a correct datetime" +msgstr "'%s' em érvényes dátum időpont" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:417 +#, python-format +msgid "Group" +msgstr "Csoport" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:927 +#, python-format +msgid "Unhandled widget" +msgstr "Nem támogatott vezérlők" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:982 +#, python-format +msgid "Selection:" +msgstr "Kiválasztás:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:871 +#, python-format +msgid "The following fields are invalid:" +msgstr "A következő mezők érvénytelenek:" + +#. module: web +#: code:addons/web/controllers/main.py:847 +#, python-format +msgid "Languages" +msgstr "Nyelvek" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1270 +#, python-format +msgid "...Upload in progress..." +msgstr "...Feltöltés folyamatban..." + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1768 +#, python-format +msgid "Import" +msgstr "Import" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:543 +#, python-format +msgid "Could not restore the database" +msgstr "Nem lehet visszaállítani az adatbázist" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:4851 +#, python-format +msgid "File upload" +msgstr "Fájl feltöltés" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:3804 +#, python-format +msgid "Action Button" +msgstr "Végrehajtás gomb" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:542 +#: code:addons/web/static/src/xml/base.xml:1467 +#, python-format +msgid "Manage Filters" +msgstr "Szűrők kezelése" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1867 +#, python-format +msgid "contains" +msgstr "tartalmazza" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/coresetup.js:633 +#, python-format +msgid "Take a minute to get a coffee,
    because it's loading..." +msgstr "Hagy szünetet és menj kávézni,
    mert most töltődik..." + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:413 +#, python-format +msgid "Activate the developer mode" +msgstr "Fejlesztői nézet aktiválása" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:324 +#, python-format +msgid "Loading (%d)" +msgstr "Betöltés (%d)" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1114 +#, python-format +msgid "GroupBy" +msgstr "Csoportosítás" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:687 +#, python-format +msgid "You must select at least one record." +msgstr "Legalább egy a rekordot válasszon ki." + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:535 +#, python-format +msgid "View Log (perm_read)" +msgstr "Napló megnézése (perm_read)" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:1061 +#, python-format +msgid "Set Default" +msgstr "Alapértelmezett értékek beállítása" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:978 +#, python-format +msgid "Relation:" +msgstr "Kapcsolat:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/coresetup.js:600 +#, python-format +msgid "less than a minute ago" +msgstr "kevesebb, mint egy perce" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:851 +#, python-format +msgid "Condition:" +msgstr "Feltétel:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:1692 +#, python-format +msgid "Unsupported operator %s in domain %s" +msgstr "Nem támogatott operátor %s ebben a domainban %s" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/formats.js:242 +#, python-format +msgid "'%s' is not a correct float" +msgstr "'%s' nem korrekt folyamat" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:549 +#, python-format +msgid "Restored" +msgstr "Visszaállítva" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:394 +#, python-format +msgid "%d-%d of %d" +msgstr "%d-%d ebből %d" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:2868 +#, python-format +msgid "Create and Edit..." +msgstr "Létrehoz és szerkeszt..." + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/pyeval.js:731 +#, python-format +msgid "Unknown nonliteral type " +msgstr "Ismeretlen nem szó szerinti típus " + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:2346 +#, python-format +msgid "Resource error" +msgstr "Forrás hiba" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1961 +#, python-format +msgid "is not" +msgstr "nem egyenlő" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:550 +#, python-format +msgid "Print Workflow" +msgstr "Folyamatlista nyomtatása" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:396 +#, python-format +msgid "Please confirm your new password" +msgstr "Kérem erősítse meg a jelszavát" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1804 +#, python-format +msgid "UTF-8" +msgstr "UTF-8" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:421 +#, python-format +msgid "For more information visit" +msgstr "További információért látogassa meg" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1859 +#, python-format +msgid "Add All Info..." +msgstr "Adja meg az összes információt..." + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1683 +#, python-format +msgid "Export Formats" +msgstr "Export formátumok" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:974 +#, python-format +msgid "On change:" +msgstr "Változtatáshoz:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/views.js:865 +#, python-format +msgid "Model %s fields" +msgstr "Minta %s területek" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:893 +#, python-format +msgid "Setting 'id' attribute on existing record %s" +msgstr "'id' tulajdonság beállítása a meglévő %s rekordon" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:8 +#, python-format +msgid "List" +msgstr "Lista" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1881 +#: code:addons/web/static/src/js/search.js:1915 +#: code:addons/web/static/src/js/search.js:1940 +#, python-format +msgid "greater than" +msgstr "nagyobb, mint" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:2248 +#: code:addons/web/static/src/xml/base.xml:546 +#, python-format +msgid "View" +msgstr "Nézet" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1466 +#, python-format +msgid "Save Filter" +msgstr "Szűrő mentése" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1344 +#, python-format +msgid "Action ID:" +msgstr "Művelet azonosító:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:457 +#, python-format +msgid "Your user's preference timezone does not match your browser timezone:" +msgstr "A felhasználói időzónája nem egyezik a böngésző időzónájával:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:1223 +#, python-format +msgid "Field '%s' specified in view could not be found." +msgstr "'%s' a nézetben előírt mező nem található." + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1756 +#, python-format +msgid "Saved exports:" +msgstr "Mentett exportálások:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:320 +#, python-format +msgid "Old Password:" +msgstr "Régi jelszó:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/formats.js:113 +#, python-format +msgid "Bytes,Kb,Mb,Gb,Tb,Pb,Eb,Zb,Yb" +msgstr "Byte-ok,Kb,Mb,Gb,Tb,Pb,Eb,Zb,Yb" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:481 +#, python-format +msgid "The database has been duplicated." +msgstr "Az adatbázis meg lett kettőzve" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1625 +#, python-format +msgid "Apply" +msgstr "Alkalmazás" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1386 +#, python-format +msgid "Save & New" +msgstr "Mentés & Új" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1223 +#: code:addons/web/static/src/xml/base.xml:1225 +#, python-format +msgid "Save As" +msgstr "Mentés másként" + +#. module: web +#. openerp-web +#: code:addons/web/doc/module/static/src/xml/web_example.xml:3 +#, python-format +msgid "00:00:00" +msgstr "00:00:00" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:2317 +#, python-format +msgid "E-mail error" +msgstr "E-mail hiba" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/coresetup.js:605 +#, python-format +msgid "a day ago" +msgstr "egy napja" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1789 +#, python-format +msgid "Does your file have titles?" +msgstr "A fájljának van címe?" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:327 +#, python-format +msgid "Unlimited" +msgstr "Korlátlan" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:784 +#, python-format +msgid "" +"Warning, the record has been modified, your changes will be discarded.\n" +"\n" +"Are you sure you want to leave this page ?" +msgstr "" +"Figyelem, a rekord módosítva lett, a változtatások el lettek utasítva.\n" +"\n" +"Biztos el akarja hagyni ezt az oldalt ?" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:2904 +#, python-format +msgid "Search: " +msgstr "Keresés: " + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:544 +#, python-format +msgid "Technical translation" +msgstr "Technikai fordítás" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1797 +#, python-format +msgid "Delimiter:" +msgstr "Elválasztó:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:462 +#, python-format +msgid "Browser's timezone" +msgstr "Böngésző idő zónája" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1605 +#, python-format +msgid "Filter name" +msgstr "Szűrő neve" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1464 +#, python-format +msgid "-- Actions --" +msgstr "-- Műveletek --" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:4134 +#: code:addons/web/static/src/js/view_form.js:4294 +#: code:addons/web/static/src/xml/base.xml:1407 +#: code:addons/web/static/src/xml/base.xml:1705 +#, python-format +msgid "Add" +msgstr "Hozzáadás" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:536 +#, python-format +msgid "Toggle Form Layout Outline" +msgstr "Kiemelés elrendezési forma átkapcsolás" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:421 +#, python-format +msgid "OpenERP.com" +msgstr "OpenERP.com" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:2317 +#, python-format +msgid "Can't send email to invalid e-mail address" +msgstr "Nem tud e-mailt küldeni az érvénytelen e-mail-re" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:636 +#, python-format +msgid "Add..." +msgstr "Hozzáadás…" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:405 +#, python-format +msgid "Preferences" +msgstr "Beállítások" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:436 +#, python-format +msgid "Wrong on change format: %s" +msgstr "Formátum megváltoztatása hiba: %s" + +#. module: web +#. openerp-web +#: code:addons/web/controllers/main.py:750 +#: code:addons/web/static/src/xml/base.xml:185 +#, python-format +msgid "Drop Database" +msgstr "Adatbázis eldobása" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:466 +#, python-format +msgid "Click here to change your user's timezone." +msgstr "Kattintson ide a felhasználói időzóna megváltoztatásához" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:966 +#, python-format +msgid "Modifiers:" +msgstr "Módosítók:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:627 +#, python-format +msgid "Delete this attachment" +msgstr "Melléklet törlése" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:774 +#: code:addons/web/static/src/xml/base.xml:815 +#: code:addons/web/static/src/xml/base.xml:1382 +#: code:addons/web/static/src/xml/base.xml:1612 +#, python-format +msgid "Save" +msgstr "Mentés" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/views.js:999 +#: code:addons/web/static/src/xml/base.xml:352 +#, python-format +msgid "More" +msgstr "Egyebek" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:73 +#, python-format +msgid "Username" +msgstr "Felhasználónév" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:481 +#, python-format +msgid "Duplicating database" +msgstr "Adatbázis megkettőzése" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:563 +#, python-format +msgid "Password has been changed successfully" +msgstr "A jelsző megváltoztatása sikeresen végrehajtva" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list_editable.js:788 +#, python-format +msgid "The form's data can not be discarded" +msgstr "A forma adatait nem lehet változtatni" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:533 +#, python-format +msgid "Debug View#" +msgstr "Debug nézet#" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:77 +#, python-format +msgid "Log in" +msgstr "Bejelentkezés" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:198 +#: code:addons/web/static/src/js/view_list.js:346 +#: code:addons/web/static/src/xml/base.xml:1764 +#, python-format +msgid "Delete" +msgstr "Törlés" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/pyeval.js:769 +#, python-format +msgid "" +"Local evaluation failure\n" +"%s\n" +"\n" +"%s" +msgstr "" +"Helyi értékelési hiba\n" +"%s\n" +"\n" +"%s" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:350 +#, python-format +msgid "Invalid database name" +msgstr "Érvénytelen adatbázis név" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1693 +#, python-format +msgid "Save fields list" +msgstr "Mezőlisták mentése" + +#. module: web +#. openerp-web +#: code:addons/web/doc/module/static/src/xml/web_example.xml:5 +#, python-format +msgid "Start" +msgstr "Indítás" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/views.js:823 +#, python-format +msgid "View Log (%s)" +msgstr "Logok nézete (%s)" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:564 +#, python-format +msgid "Creation Date:" +msgstr "Létrehozás dátuma:" + +#. module: web +#: code:addons/web/controllers/main.py:790 +#: code:addons/web/controllers/main.py:835 +#, python-format +msgid "Error, password not changed !" +msgstr "Hiba, a jelszó nem változott meg!" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:4850 +#, python-format +msgid "The selected file exceed the maximum file size of %s." +msgstr "A kiválasztott fájl meghaladja a maximális %s fájlméretet." + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:632 +#: code:addons/web/static/src/xml/base.xml:1300 +#, python-format +msgid "/web/binary/upload_attachment" +msgstr "/web/binary/upload_attachment" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:563 +#, python-format +msgid "Changed Password" +msgstr "Megváltoztatott jelszó" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1431 +#, python-format +msgid "Search" +msgstr "Keresés" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:3032 +#: code:addons/web/static/src/js/view_form.js:3668 +#: code:addons/web/static/src/js/view_form.js:3785 +#: code:addons/web/static/src/js/view_form.js:4230 +#: code:addons/web/static/src/js/view_form.js:4353 +#, python-format +msgid "Open: " +msgstr "Megnyitás: " + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:218 +#: code:addons/web/static/src/xml/base.xml:309 +#, python-format +msgid "Backup" +msgstr "Biztonsági mentés" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/dates.js:76 +#: code:addons/web/static/src/js/dates.js:80 +#, python-format +msgid "'%s' is not a valid time" +msgstr "'%s' nem érvényes itő formátum" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/formats.js:274 +#, python-format +msgid "'%s' is not a correct date" +msgstr "'%s' nem érvényes dátum" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:933 +#, python-format +msgid "(nolabel)" +msgstr "(cimke nélkül)" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/coresetup.js:606 +#, python-format +msgid "%d days ago" +msgstr "%d nappal ezelőtt" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1474 +#, python-format +msgid "(Any existing filter with the same name will be replaced)" +msgstr "(Ugynazzal a névvel futó szűrő ki lesz cserélve)" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:1918 +#: code:addons/web/static/src/xml/base.xml:338 +#: code:addons/web/static/src/xml/base.xml:1377 +#: code:addons/web/static/src/xml/base.xml:1860 +#, python-format +msgid "Cancel" +msgstr "Mégsem" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/coresetup.js:628 +#: code:addons/web/static/src/xml/base.xml:9 +#, python-format +msgid "Loading..." +msgstr "Betöltés…" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:567 +#, python-format +msgid "Latest Modification by:" +msgstr "Utoljára módosító személy:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:1242 +#: code:addons/web/static/src/xml/base.xml:470 +#, python-format +msgid "Timezone mismatch" +msgstr "Időzóna nem megfelelő" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:1646 +#, python-format +msgid "Unknown operator %s in domain %s" +msgstr "Nem ismert operátor %s ebben a domainben %s" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:428 +#, python-format +msgid "%d / %d" +msgstr "%d / %d" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1782 +#, python-format +msgid "2. Check your file format" +msgstr "2. Ellenőrizze a fájlformátumot" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1718 +#, python-format +msgid "Name" +msgstr "Név" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1775 +#, python-format +msgid "" +"Select a .CSV file to import. If you need a sample of file to import,\n" +" you should use the export tool with the \"Import Compatible\" option." +msgstr "" +"Válassz egy .CSV fájlt az importáláshoz. Ha egy példa fájlt akar " +"importálni,\n" +" akkor egy exportálási eszközt használjon a \"kompatibilis import\" " +"kiválasztással együtt." + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/coresetup.js:608 +#, python-format +msgid "%d months ago" +msgstr "%d hónapja" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:187 +#: code:addons/web/static/src/xml/base.xml:308 +#, python-format +msgid "Drop" +msgstr "Eldobás" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1465 +#, python-format +msgid "Add Advanced Filter" +msgstr "Összetett szűrés hozzáadása" + +#. module: web +#: code:addons/web/controllers/main.py:828 +#, python-format +msgid "The new password and its confirmation must be identical." +msgstr "Az új jelszónak és a jelszó megerősítésnek azonosnak kell lennie" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:542 +#: code:addons/web/static/src/xml/base.xml:248 +#, python-format +msgid "Restore Database" +msgstr "Adatbázis Visszaállítása" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:644 +#, python-format +msgid "Login" +msgstr "Bejelentkezés" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:420 +#, python-format +msgid "Licenced under the terms of" +msgstr "Engedély ezen feltételek alapján" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:250 +#: code:addons/web/static/src/xml/base.xml:310 +#, python-format +msgid "Restore" +msgstr "Visszaállít" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1677 +#, python-format +msgid "Export Type:" +msgstr "Exportálás típusa" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:406 +#, python-format +msgid "Log out" +msgstr "Kijelentkezés" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1090 +#, python-format +msgid "Group by: %s" +msgstr "Csoportosítás: %s" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:153 +#, python-format +msgid "No data provided." +msgstr "Nincs adat szolgáltatva." + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:345 +#: code:addons/web/static/src/xml/base.xml:1665 +#, python-format +msgid "Export" +msgstr "Export" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/data_export.js:12 +#, python-format +msgid "Export To File" +msgstr "Exportálás fájlba" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/views.js:1097 +#, python-format +msgid "You must choose at least one record." +msgstr "Választani kell legalább egy rekordot!" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/coresetup.js:631 +#, python-format +msgid "Don't leave yet,
    it's still loading..." +msgstr "MĂ©g ne menjen el,
    még tölt..." + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:775 +#, python-format +msgid "Invalid Search" +msgstr "Helytelen keresés" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:980 +#, python-format +msgid "Could not find id in dataset" +msgstr "Nem található azonosító az adatban" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1707 +#, python-format +msgid "Remove All" +msgstr "Összes eltávolítása" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1340 +#, python-format +msgid "Method:" +msgstr "Módzser:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:1439 +#, python-format +msgid "%(page)d/%(page_count)d" +msgstr "%(page)d/%(page_count)d" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:397 +#, python-format +msgid "The confirmation does not match the password" +msgstr "A megerősítés nem egyezik a jelszóval" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:441 +#, python-format +msgid "Edit Company data" +msgstr "Vállalkozás adatainak szerkesztése" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:4886 +#, python-format +msgid "Save As..." +msgstr "Mentés másként..." + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:5007 +#, python-format +msgid "Could not display the selected image." +msgstr "A kiválasztott ábra nem megjeleníthető." + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:509 +#, python-format +msgid "Database backed up successfully" +msgstr "Az adatbázis mentése sikerült" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1808 +#, python-format +msgid "" +"For use if CSV files have titles on multiple lines, skips more than a single " +"line during import" +msgstr "" +"CSV fájl használatakor ha többsoros címet adott meg, importálás alatt " +"kihagyja a többi sort" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:394 +#, python-format +msgid "99+" +msgstr "99+" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1774 +#, python-format +msgid "1. Import a .CSV file" +msgstr ".CSV fájl importálása" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:644 +#, python-format +msgid "No database selected !" +msgstr "Nincs adatbázis kiválasztva !" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/formats.js:180 +#, python-format +msgid "(%d records)" +msgstr "(%d records)" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:970 +#, python-format +msgid "Change default:" +msgstr "Alapértelmezett megváltoztatása:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:171 +#, python-format +msgid "Original database name:" +msgstr "Eredeti adatbázis neve:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1869 +#: code:addons/web/static/src/js/search.js:1879 +#: code:addons/web/static/src/js/search.js:1913 +#: code:addons/web/static/src/js/search.js:1938 +#, python-format +msgid "is equal to" +msgstr "egyenlő" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/views.js:1500 +#, python-format +msgid "Could not serialize XML" +msgstr "Nem tudja sorbarendezni az XML" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1619 +#, python-format +msgid "Advanced Search" +msgstr "Részletes Keresés" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:290 +#, python-format +msgid "Confirm new master password:" +msgstr "Erősítse meg a mester jelszavat:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/coresetup.js:634 +#, python-format +msgid "Maybe you should consider reloading the application by pressing F5..." +msgstr "Talán töltse újra az alkalmazást az F5 megnyomásával..." + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:17 +#: code:addons/web/static/src/js/view_list.js:2248 +#: code:addons/web/static/src/xml/base.xml:111 +#: code:addons/web/static/src/xml/base.xml:306 +#: code:addons/web/static/src/xml/base.xml:812 +#: code:addons/web/static/src/xml/base.xml:1376 +#, python-format +msgid "Create" +msgstr "Létrehozás" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1868 +#, python-format +msgid "doesn't contain" +msgstr "nem tartalmazza" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1785 +#, python-format +msgid "Import Options" +msgstr "Importálási beállítások" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:2936 +#, python-format +msgid "Add %s" +msgstr "%s hozzáadása" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:145 +#, python-format +msgid "Admin password:" +msgstr "Adminisztrátor jelszó:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/data_export.js:11 +#: code:addons/web/static/src/js/view_form.js:1067 +#: code:addons/web/static/src/xml/base.xml:1394 +#, python-format +msgid "Close" +msgstr "Bezárás" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/coresetup.js:632 +#, python-format +msgid "" +"You may not believe it,
    but the application is actually loading..." +msgstr "Nem fogja elhinni,
    de az alkalmazás most töltődik..." + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1779 +#, python-format +msgid "CSV File:" +msgstr "CSV Fájl:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1741 +#, python-format +msgid "Advanced" +msgstr "Speciális" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_tree.js:11 +#, python-format +msgid "Tree" +msgstr "Fa" + +#. module: web +#: code:addons/web/controllers/main.py:750 +#, python-format +msgid "Could not drop database !" +msgstr "Nem tudja törölni az adatbázis !" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/formats.js:227 +#, python-format +msgid "'%s' is not a correct integer" +msgstr "'%s' nem korrekt egész szám" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:877 +#, python-format +msgid "All users" +msgstr "Minden felhasználó" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:1654 +#, python-format +msgid "Unknown field %s in domain %s" +msgstr "Nem ismert mező %s a domainben %s" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/views.js:1466 +#, python-format +msgid "Node [%s] is not a JSONified XML node" +msgstr "a csomópont [%s] nem egy JSONified XML csomópont" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1428 +#, python-format +msgid "Advanced Search..." +msgstr "Részletes keresés…" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:499 +#, python-format +msgid "Dropping database" +msgstr "Adatbázis törölve" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:82 +#: code:addons/web/static/src/xml/base.xml:445 +#, python-format +msgid "Powered by" +msgstr "Támogatja" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1380 +#: code:addons/web/static/src/xml/base.xml:970 +#, python-format +msgid "Yes" +msgstr "Igen" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:4871 +#, python-format +msgid "There was a problem while uploading your file" +msgstr "Probléma merült fel a fájl feltöltése közben" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:558 +#, python-format +msgid "XML ID:" +msgstr "XML azonosító:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:954 +#, python-format +msgid "Size:" +msgstr "Méret:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1824 +#, python-format +msgid "--- Don't Import ---" +msgstr "--- Ne importáljon ---" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1679 +#, python-format +msgid "Import-Compatible Export" +msgstr "Import-kompatibilis Export" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/coresetup.js:610 +#, python-format +msgid "%d years ago" +msgstr "%d éve" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:1040 +#, python-format +msgid "Unknown m2m command %s" +msgstr "Ismeretlen m2m parancs %s" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:1068 +#, python-format +msgid "Save default" +msgstr "Alapértelmezés mentése" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:121 +#: code:addons/web/static/src/xml/base.xml:175 +#: code:addons/web/static/src/xml/base.xml:264 +#, python-format +msgid "New database name:" +msgstr "Új adatbázis neve:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:394 +#, python-format +msgid "Please enter your new password" +msgstr "Kérem adja meg az új jelszavát" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:4886 +#, python-format +msgid "The field is empty, there's nothing to save !" +msgstr "A mező üres, nincs mit menteni !" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:545 +#, python-format +msgid "Manage Views" +msgstr "Nézetek kezelése" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1801 +#, python-format +msgid "Encoding:" +msgstr "Kódolás:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1808 +#, python-format +msgid "Lines to skip" +msgstr "Sorok kihagyjása" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:2858 +#, python-format +msgid "Create \"%s\"" +msgstr "Létrehoz \"%s\"" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/data_export.js:361 +#, python-format +msgid "Please select fields to save export list..." +msgstr "Kérem válasszon mezőket az export lista mentéséhez..." + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:418 +#, python-format +msgid "Copyright © 2004-TODAY OpenERP SA. All Rights Reserved." +msgstr "Copyright © 2004-TODAY OpenERP SA. Minden jog fenntartva." + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:2346 +#, python-format +msgid "This resource is empty" +msgstr "Ez a forrás üres" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1689 +#, python-format +msgid "Available fields" +msgstr "Elérhető mezők" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1835 +#, python-format +msgid "The import failed due to:" +msgstr "Az importálás megállt mert:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/views.js:812 +#: code:addons/web/static/src/xml/base.xml:539 +#, python-format +msgid "JS Tests" +msgstr "JS Teszt" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1750 +#, python-format +msgid "Save as:" +msgstr "Mentés mint:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:927 +#, python-format +msgid "Filter on: %s" +msgstr "Szűrő ezen: %s" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:2904 +#: code:addons/web/static/src/js/view_form.js:3757 +#, python-format +msgid "Create: " +msgstr "Létrehozás: " + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:540 +#, python-format +msgid "View Fields" +msgstr "Mezők nézete" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:330 +#, python-format +msgid "Confirm New Password:" +msgstr "Új jelszó megerősítése:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:575 +#, python-format +msgid "Do you really want to remove these records?" +msgstr "Biztos, hogy törölni akarja ezeket a rekordokat?" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:958 +#, python-format +msgid "Context:" +msgstr "Összefüggés:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1933 +#: code:addons/web/static/src/js/search.js:1960 +#, python-format +msgid "is" +msgstr "egyenlő" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/data_export.js:6 +#, python-format +msgid "Export Data" +msgstr "Adatok exportálása" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:962 +#, python-format +msgid "Domain:" +msgstr "Domain:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:834 +#, python-format +msgid "Default:" +msgstr "Alapértelmezett:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:82 +#: code:addons/web/static/src/xml/base.xml:446 +#, python-format +msgid "OpenERP" +msgstr "OpenERP" + +#. module: web +#. openerp-web +#: code:addons/web/doc/module/static/src/xml/web_example.xml:8 +#, python-format +msgid "Stop" +msgstr "Leállítás" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:68 +#: code:addons/web/static/src/xml/base.xml:193 +#: code:addons/web/static/src/xml/base.xml:225 +#, python-format +msgid "Database:" +msgstr "Adatbázis:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1183 +#: code:addons/web/static/src/xml/base.xml:1240 +#, python-format +msgid "Uploading ..." +msgstr "Feltöltés..." + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1853 +#, python-format +msgid "Name:" +msgstr "Név:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:1058 +#, python-format +msgid "About" +msgstr "Névjegy" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1431 +#, python-format +msgid "Search Again" +msgstr "Keresés ismét" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1455 +#, python-format +msgid "-- Filters --" +msgstr "-- Szűrők --" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1230 +#: code:addons/web/static/src/xml/base.xml:1232 +#, python-format +msgid "Clear" +msgstr "Törlés" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1680 +#, python-format +msgid "Export all Data" +msgstr "Összes adat exportálása" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:1334 +#, python-format +msgid "" +"Grouping on field '%s' is not possible because that field does not appear in " +"the list view." +msgstr "" +"Csoportosítás a '%s' mezön nem lehetséges mert ez a mező nem látható a " +"lista nézetben." + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:537 +#, python-format +msgid "Set Defaults" +msgstr "Alapértelmezések beállítása" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1670 +#, python-format +msgid "" +"This wizard will export all data that matches the current search criteria to " +"a CSV file.\n" +" You can export all data or only the fields that can be " +"reimported after modification." +msgstr "" +"Ez a varázsló exportálja az aktuális keresési feltételeknek megfelelő összes " +"adatot egy CSV fájlba.\n" +" Lehetőség van valamennyi adat exportálására vagy csak azon " +"mezőkére, amelyek változtatások után visszaimportálásra kerülnek." + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:321 +#, python-format +msgid "The record could not be found in the database." +msgstr "A rekord nem található az adatbázisban" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1472 +#, python-format +msgid "Filter Name:" +msgstr "Szűrő neve:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:946 +#, python-format +msgid "Type:" +msgstr "Típus:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:538 +#, python-format +msgid "Incorrect super-administrator password" +msgstr "Nem érvényes szuper-adminisztrátor jelszó" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:942 +#, python-format +msgid "Object:" +msgstr "Tárgy:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:292 +#: code:addons/web/static/src/js/chrome.js:326 +#, python-format +msgid "Loading" +msgstr "Betöltés" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/coresetup.js:609 +#, python-format +msgid "about a year ago" +msgstr "kb. egy éve" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1870 +#: code:addons/web/static/src/js/search.js:1880 +#: code:addons/web/static/src/js/search.js:1914 +#: code:addons/web/static/src/js/search.js:1939 +#, python-format +msgid "is not equal to" +msgstr "nem egyenlő" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:5036 +#, python-format +msgid "" +"The type of the field '%s' must be a many2many field with a relation to " +"'ir.attachment' model." +msgstr "" +"A '%s' mező típusnak many2many mezőnek kell lennie az 'ir.attachment' " +"modellhez való kapcsolattal." + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/coresetup.js:604 +#, python-format +msgid "%d hours ago" +msgstr "%d órával ezelőtt" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:4206 +#: code:addons/web/static/src/js/view_form.js:4335 +#, python-format +msgid "Add: " +msgstr "Hozzátesz: " + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1858 +#, python-format +msgid "Quick Add" +msgstr "Gyors hozzáadás" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1805 +#, python-format +msgid "Latin 1" +msgstr "Latin 1" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:260 +#: code:addons/web/static/src/js/chrome.js:269 +#: code:addons/web/static/src/js/chrome.js:449 +#: code:addons/web/static/src/js/chrome.js:792 +#: code:addons/web/static/src/js/view_form.js:572 +#: code:addons/web/static/src/js/view_form.js:1923 +#: code:addons/web/static/src/xml/base.xml:1752 +#, python-format +msgid "Ok" +msgstr "OK" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/views.js:1162 +#, python-format +msgid "Uploading..." +msgstr "Feltöltés" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:125 +#, python-format +msgid "Load Demonstration data:" +msgstr "Bemutató adatok betöltése:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:615 +#, python-format +msgid "Created by :" +msgstr "Hétrehozta:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/dates.js:22 +#: code:addons/web/static/src/js/dates.js:26 +#, python-format +msgid "'%s' is not a valid datetime" +msgstr "'%s' nem érvényes dátum idő" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:256 +#, python-format +msgid "File:" +msgstr "Fájl:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1882 +#: code:addons/web/static/src/js/search.js:1916 +#: code:addons/web/static/src/js/search.js:1941 +#, python-format +msgid "less than" +msgstr "kisebb, mint" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:687 +#: code:addons/web/static/src/js/views.js:1097 +#, python-format +msgid "Warning" +msgstr "Figyelmeztetés" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:547 +#, python-format +msgid "Edit SearchView" +msgstr "Keresési nézet szerkesztése" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1975 +#, python-format +msgid "is true" +msgstr "igaz" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:3909 +#, python-format +msgid "Add an item" +msgstr "Elem hozzáadása" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1603 +#, python-format +msgid "Save current filter" +msgstr "Aktuális szűrés mentése" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:1915 +#, python-format +msgid "Confirm" +msgstr "Jóváhagyás" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/data_export.js:126 +#, python-format +msgid "Please enter save field list name" +msgstr "Kérem megadni a mentés mező lista nevét" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:2206 +#, python-format +msgid "Download \"%s\"" +msgstr "\"%s\" letöltése" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:326 +#, python-format +msgid "New" +msgstr "Új" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:1767 +#, python-format +msgid "Can't convert value %s to context" +msgstr "Nem lehet az %s értéket összefűzni" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/views.js:807 +#: code:addons/web/static/src/xml/base.xml:541 +#, python-format +msgid "Fields View Get" +msgstr "Bevétel mezők nézete" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:149 +#, python-format +msgid "Confirm password:" +msgstr "Jelszó megerősítése:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1883 +#: code:addons/web/static/src/js/search.js:1917 +#: code:addons/web/static/src/js/search.js:1942 +#, python-format +msgid "greater or equal than" +msgstr "nagyobb vagy egyenlő, mint" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1321 +#, python-format +msgid "Button" +msgstr "Gomb" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:418 +#, python-format +msgid "OpenERP is a trademark of the" +msgstr "Az OpenERP ennek a védjegye" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/data_export.js:374 +#, python-format +msgid "Please select fields to export..." +msgstr "Kérjük válassza ki az exportálandó mezőket..." + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:286 +#, python-format +msgid "New master password:" +msgstr "Új mester jelszó:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1976 +#, python-format +msgid "is false" +msgstr "hamis" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:404 +#, python-format +msgid "About OpenERP" +msgstr "OpenERP - Névjegy" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/formats.js:297 +#, python-format +msgid "'%s' is not a correct date, datetime nor time" +msgstr "'%s' nem érvényes dátum, dátum idő és nem idő" + +#. module: web +#: code:addons/web/controllers/main.py:1264 +#, python-format +msgid "No content found for field '%s' on '%s:%s'" +msgstr "Nincs értéke a mezőknek '%s' ezen '%s:%s'" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:304 +#, python-format +msgid "Database Management" +msgstr "Adatbázis Kezelő" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:5007 +#, python-format +msgid "Image" +msgstr "Kép" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:81 +#, python-format +msgid "Manage Databases" +msgstr "Adatbázisok kezelése" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/pyeval.js:765 +#, python-format +msgid "Evaluation Error" +msgstr "Értékelési hiba" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1283 +#, python-format +msgid "not a valid integer" +msgstr "Nem létező egyész szám" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:337 +#: code:addons/web/static/src/xml/base.xml:776 +#: code:addons/web/static/src/xml/base.xml:816 +#: code:addons/web/static/src/xml/base.xml:1376 +#: code:addons/web/static/src/xml/base.xml:1384 +#: code:addons/web/static/src/xml/base.xml:1630 +#, python-format +msgid "or" +msgstr "vagy" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1381 +#, python-format +msgid "No" +msgstr "Nem" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/formats.js:309 +#, python-format +msgid "'%s' is not convertible to date, datetime nor time" +msgstr "'%s' nem átalakítható dátummá, dátum idővé vagy idővé" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:199 +#: code:addons/web/static/src/xml/base.xml:161 +#: code:addons/web/static/src/xml/base.xml:307 +#, python-format +msgid "Duplicate" +msgstr "Duplikálás" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:777 +#: code:addons/web/static/src/xml/base.xml:817 +#: code:addons/web/static/src/xml/base.xml:1391 +#, python-format +msgid "Discard" +msgstr "Elvetés" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1624 +#, python-format +msgid "Add a condition" +msgstr "Feltétel hozzáadása" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/coresetup.js:629 +#, python-format +msgid "Still loading..." +msgstr "Még tölt..." + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:818 +#, python-format +msgid "Incorrect value for field %(fieldname)s: [%(value)s] is %(message)s" +msgstr "" +"Nemérévnyesíthető érték a mezőhöz %(fieldname)s: [%(value)s] az %(message)s" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:3805 +#, python-format +msgid "The o2m record must be saved before an action can be used" +msgstr "Az o2m rekordot menteni kell mielőtt cselekvéshez használná" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:509 +#, python-format +msgid "Backed" +msgstr "Mentéshez másol" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1610 +#, python-format +msgid "Use by default" +msgstr "Alapértelmezésben használt" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:1348 +#, python-format +msgid "%s (%d)" +msgstr "%s (%d)" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:775 +#, python-format +msgid "triggered from search view" +msgstr "a keresés nézetből elindított" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:978 +#, python-format +msgid "Filter" +msgstr "Szűrő" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:950 +#, python-format +msgid "Widget:" +msgstr "Grafikus vezérlő elem:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:548 +#, python-format +msgid "Edit Action" +msgstr "Művelet szerkesztése" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:555 +#, python-format +msgid "ID:" +msgstr "ID:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:870 +#, python-format +msgid "Only you" +msgstr "csak saját" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:549 +#, python-format +msgid "Edit Workflow" +msgstr "Folyamat szerkesztése" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/views.js:1171 +#, python-format +msgid "Do you really want to delete this attachment ?" +msgstr "Valóban törölni szeretné ezt a mellékletet?" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/views.js:840 +#, python-format +msgid "Technical Translation" +msgstr "Műszaki fordítás" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:938 +#, python-format +msgid "Field:" +msgstr "Mező:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:620 +#, python-format +msgid "Modified by :" +msgstr "Módosította:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:499 +#, python-format +msgid "The database %s has been dropped" +msgstr "Az %s adatbázis törölve lett" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:460 +#, python-format +msgid "User's timezone" +msgstr "Felhasználói időzóna" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:284 +#: code:addons/web/static/src/js/chrome.js:1168 +#, python-format +msgid "Client Error" +msgstr "Kliens hiba" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/views.js:998 +#, python-format +msgid "Print" +msgstr "Nyomtatás" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1331 +#, python-format +msgid "Special:" +msgstr "Speciális:" + +#. module: web +#: code:addons/web/controllers/main.py:834 +#, python-format +msgid "" +"The old password you provided is incorrect, your password was not changed." +msgstr "" +"A régi jelszó amit beírt nem megfelelő, a jelszava nem változott meg." + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:561 +#, python-format +msgid "Creation User:" +msgstr "Felhasználó létrehozás:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:769 +#, python-format +msgid "Do you really want to delete this record?" +msgstr "Biztos, hogy törölni akarja ezt a rekordot?" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1385 +#, python-format +msgid "Save & Close" +msgstr "Mentés & Bezárás" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:2845 +#, python-format +msgid "Search More..." +msgstr "Még több keresése..." + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:75 +#: code:addons/web/static/src/xml/base.xml:311 +#, python-format +msgid "Password" +msgstr "Jelszó" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:546 +#: code:addons/web/static/src/xml/base.xml:809 +#: code:addons/web/static/src/xml/base.xml:1178 +#, python-format +msgid "Edit" +msgstr "Szerkesztés" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1706 +#, python-format +msgid "Remove" +msgstr "Eltávolítás" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1062 +#, python-format +msgid "Select date" +msgstr "Dátum választása" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1249 +#, python-format +msgid "Search %(field)s for: %(value)s" +msgstr "Keresés %(field)s erre: %(value)s" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1277 +#, python-format +msgid "Delete this file" +msgstr "Törölje ezt a fájlt" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:109 +#, python-format +msgid "Create Database" +msgstr "Adatbázis létrehozása" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:420 +#, python-format +msgid "GNU Affero General Public License" +msgstr "GNU Affero General Public License" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1795 +#, python-format +msgid "Separator:" +msgstr "Elválasztó:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:300 +#, python-format +msgid "Back to Login" +msgstr "Vissza a bejelentkezéshez" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1662 +#: code:addons/web/static/src/xml/base.xml:1454 +#, python-format +msgid "Filters" +msgstr "Szűrők" diff --git a/web/i18n/id.po b/web/i18n/id.po new file mode 100644 index 0000000..1782a78 --- /dev/null +++ b/web/i18n/id.po @@ -0,0 +1,2602 @@ +# Indonesian translation for openerp-web +# Copyright (c) 2012 Rosetta Contributors and Canonical Ltd 2012 +# This file is distributed under the same license as the openerp-web package. +# FIRST AUTHOR , 2012. +# +msgid "" +msgstr "" +"Project-Id-Version: openerp-web\n" +"Report-Msgid-Bugs-To: FULL NAME \n" +"POT-Creation-Date: 2012-12-21 17:06+0000\n" +"PO-Revision-Date: 2012-12-21 23:00+0000\n" +"Last-Translator: Budi Iskandar \n" +"Language-Team: Indonesian \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Launchpad-Export-Date: 2012-12-22 07:38+0000\n" +"X-Generator: Launchpad (build 16378)\n" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:133 +#, python-format +msgid "Default language:" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/coresetup.js:602 +#, python-format +msgid "%d minutes ago" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/coresetup.js:630 +#, python-format +msgid "Still loading...
    Please be patient." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1832 +#, python-format +msgid "%(field)s %(operator)s \"%(value)s\"" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1884 +#: code:addons/web/static/src/js/search.js:1918 +#: code:addons/web/static/src/js/search.js:1943 +#, python-format +msgid "less or equal than" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:393 +#, python-format +msgid "Please enter your previous password" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:117 +#: code:addons/web/static/src/xml/base.xml:167 +#: code:addons/web/static/src/xml/base.xml:282 +#, python-format +msgid "Master password:" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:274 +#, python-format +msgid "Change Master Password" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:491 +#, python-format +msgid "Do you really want to delete the database: %s ?" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1398 +#, python-format +msgid "Search %(field)s at: %(value)s" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:537 +#, python-format +msgid "Access Denied" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:5183 +#, python-format +msgid "Uploading error" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/coresetup.js:603 +#, python-format +msgid "about an hour ago" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/controllers/main.py:768 +#: code:addons/web/static/src/js/chrome.js:514 +#: code:addons/web/static/src/xml/base.xml:216 +#, python-format +msgid "Backup Database" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/views.js:463 +#, python-format +msgid "%(view_type)s view" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/dates.js:49 +#: code:addons/web/static/src/js/dates.js:53 +#, python-format +msgid "'%s' is not a valid date" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1837 +#, python-format +msgid "Here is a preview of the file we could not import:" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/coresetup.js:601 +#, python-format +msgid "about a minute ago" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1297 +#, python-format +msgid "File" +msgstr "" + +#. module: web +#: code:addons/web/controllers/main.py:826 +#, python-format +msgid "You cannot leave any password empty." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:680 +#, python-format +msgid "Invalid username or password" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:206 +#: code:addons/web/static/src/xml/base.xml:238 +#: code:addons/web/static/src/xml/base.xml:260 +#, python-format +msgid "Master Password:" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1217 +#: code:addons/web/static/src/xml/base.xml:1374 +#, python-format +msgid "Select" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:549 +#, python-format +msgid "Database restored successfully" +msgstr "Database berhasil dipulihkan" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:415 +#, python-format +msgid "Version" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:570 +#, python-format +msgid "Latest Modification Date:" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1459 +#, python-format +msgid "M2O search fields do not currently handle multiple default values" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:1227 +#, python-format +msgid "Widget type '%s' is not implemented" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1608 +#, python-format +msgid "Share with all users" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:77 +#: code:addons/web/static/src/js/view_form.js:321 +#, python-format +msgid "Form" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1324 +#, python-format +msgid "(no string)" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/formats.js:282 +#, python-format +msgid "'%s' is not a correct time" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1297 +#, python-format +msgid "not a valid number" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:325 +#, python-format +msgid "New Password:" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:610 +#, python-format +msgid "Attachment :" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1691 +#, python-format +msgid "Fields to export" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:1340 +#, python-format +msgid "Undefined" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:4871 +#, python-format +msgid "File Upload" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/coresetup.js:607 +#, python-format +msgid "about a month ago" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1600 +#, python-format +msgid "Custom Filters" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1336 +#, python-format +msgid "Button Type:" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:419 +#, python-format +msgid "OpenERP SA Company" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1553 +#, python-format +msgid "Custom Filter" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:159 +#, python-format +msgid "Duplicate Database" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/controllers/main.py:789 +#: code:addons/web/controllers/main.py:790 +#: code:addons/web/controllers/main.py:826 +#: code:addons/web/controllers/main.py:828 +#: code:addons/web/controllers/main.py:834 +#: code:addons/web/controllers/main.py:835 +#: code:addons/web/static/src/js/chrome.js:768 +#: code:addons/web/static/src/xml/base.xml:276 +#: code:addons/web/static/src/xml/base.xml:336 +#, python-format +msgid "Change Password" +msgstr "Ubah Sandi" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:3411 +#, python-format +msgid "View type '%s' is not supported in One2Many." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:4951 +#: code:addons/web/static/src/js/view_list.js:2194 +#, python-format +msgid "Download" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/formats.js:266 +#, python-format +msgid "'%s' is not a correct datetime" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:417 +#, python-format +msgid "Group" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:927 +#, python-format +msgid "Unhandled widget" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:982 +#, python-format +msgid "Selection:" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:871 +#, python-format +msgid "The following fields are invalid:" +msgstr "" + +#. module: web +#: code:addons/web/controllers/main.py:847 +#, python-format +msgid "Languages" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1270 +#, python-format +msgid "...Upload in progress..." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1768 +#, python-format +msgid "Import" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:543 +#, python-format +msgid "Could not restore the database" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:4851 +#, python-format +msgid "File upload" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:3804 +#, python-format +msgid "Action Button" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:542 +#: code:addons/web/static/src/xml/base.xml:1467 +#, python-format +msgid "Manage Filters" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1867 +#, python-format +msgid "contains" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/coresetup.js:633 +#, python-format +msgid "Take a minute to get a coffee,
    because it's loading..." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:413 +#, python-format +msgid "Activate the developer mode" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:324 +#, python-format +msgid "Loading (%d)" +msgstr "sedang diproses (%d)" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1114 +#, python-format +msgid "GroupBy" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:687 +#, python-format +msgid "You must select at least one record." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:535 +#, python-format +msgid "View Log (perm_read)" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:1061 +#, python-format +msgid "Set Default" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:978 +#, python-format +msgid "Relation:" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/coresetup.js:600 +#, python-format +msgid "less than a minute ago" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:851 +#, python-format +msgid "Condition:" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:1692 +#, python-format +msgid "Unsupported operator %s in domain %s" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/formats.js:242 +#, python-format +msgid "'%s' is not a correct float" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:549 +#, python-format +msgid "Restored" +msgstr "Terpulihkan" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:394 +#, python-format +msgid "%d-%d of %d" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:2868 +#, python-format +msgid "Create and Edit..." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/pyeval.js:731 +#, python-format +msgid "Unknown nonliteral type " +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:2346 +#, python-format +msgid "Resource error" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1961 +#, python-format +msgid "is not" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:550 +#, python-format +msgid "Print Workflow" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:396 +#, python-format +msgid "Please confirm your new password" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1804 +#, python-format +msgid "UTF-8" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:421 +#, python-format +msgid "For more information visit" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1859 +#, python-format +msgid "Add All Info..." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1683 +#, python-format +msgid "Export Formats" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:974 +#, python-format +msgid "On change:" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/views.js:865 +#, python-format +msgid "Model %s fields" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:893 +#, python-format +msgid "Setting 'id' attribute on existing record %s" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:8 +#, python-format +msgid "List" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1881 +#: code:addons/web/static/src/js/search.js:1915 +#: code:addons/web/static/src/js/search.js:1940 +#, python-format +msgid "greater than" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:2248 +#: code:addons/web/static/src/xml/base.xml:546 +#, python-format +msgid "View" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1466 +#, python-format +msgid "Save Filter" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1344 +#, python-format +msgid "Action ID:" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:457 +#, python-format +msgid "Your user's preference timezone does not match your browser timezone:" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:1223 +#, python-format +msgid "Field '%s' specified in view could not be found." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1756 +#, python-format +msgid "Saved exports:" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:320 +#, python-format +msgid "Old Password:" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/formats.js:113 +#, python-format +msgid "Bytes,Kb,Mb,Gb,Tb,Pb,Eb,Zb,Yb" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:481 +#, python-format +msgid "The database has been duplicated." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1625 +#, python-format +msgid "Apply" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1386 +#, python-format +msgid "Save & New" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1223 +#: code:addons/web/static/src/xml/base.xml:1225 +#, python-format +msgid "Save As" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/doc/module/static/src/xml/web_example.xml:3 +#, python-format +msgid "00:00:00" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:2317 +#, python-format +msgid "E-mail error" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/coresetup.js:605 +#, python-format +msgid "a day ago" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1789 +#, python-format +msgid "Does your file have titles?" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:327 +#, python-format +msgid "Unlimited" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:784 +#, python-format +msgid "" +"Warning, the record has been modified, your changes will be discarded.\n" +"\n" +"Are you sure you want to leave this page ?" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:2904 +#, python-format +msgid "Search: " +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:544 +#, python-format +msgid "Technical translation" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1797 +#, python-format +msgid "Delimiter:" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:462 +#, python-format +msgid "Browser's timezone" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1605 +#, python-format +msgid "Filter name" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1464 +#, python-format +msgid "-- Actions --" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:4134 +#: code:addons/web/static/src/js/view_form.js:4294 +#: code:addons/web/static/src/xml/base.xml:1407 +#: code:addons/web/static/src/xml/base.xml:1705 +#, python-format +msgid "Add" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:536 +#, python-format +msgid "Toggle Form Layout Outline" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:421 +#, python-format +msgid "OpenERP.com" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:2317 +#, python-format +msgid "Can't send email to invalid e-mail address" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:636 +#, python-format +msgid "Add..." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:405 +#, python-format +msgid "Preferences" +msgstr "preferensi" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:436 +#, python-format +msgid "Wrong on change format: %s" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/controllers/main.py:750 +#: code:addons/web/static/src/xml/base.xml:185 +#, python-format +msgid "Drop Database" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:466 +#, python-format +msgid "Click here to change your user's timezone." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:966 +#, python-format +msgid "Modifiers:" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:627 +#, python-format +msgid "Delete this attachment" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:774 +#: code:addons/web/static/src/xml/base.xml:815 +#: code:addons/web/static/src/xml/base.xml:1382 +#: code:addons/web/static/src/xml/base.xml:1612 +#, python-format +msgid "Save" +msgstr "Simpan" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/views.js:999 +#: code:addons/web/static/src/xml/base.xml:352 +#, python-format +msgid "More" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:73 +#, python-format +msgid "Username" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:481 +#, python-format +msgid "Duplicating database" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:563 +#, python-format +msgid "Password has been changed successfully" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list_editable.js:788 +#, python-format +msgid "The form's data can not be discarded" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:533 +#, python-format +msgid "Debug View#" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:77 +#, python-format +msgid "Log in" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:198 +#: code:addons/web/static/src/js/view_list.js:346 +#: code:addons/web/static/src/xml/base.xml:1764 +#, python-format +msgid "Delete" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/pyeval.js:769 +#, python-format +msgid "" +"Local evaluation failure\n" +"%s\n" +"\n" +"%s" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:350 +#, python-format +msgid "Invalid database name" +msgstr "Nama database salah" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1693 +#, python-format +msgid "Save fields list" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/doc/module/static/src/xml/web_example.xml:5 +#, python-format +msgid "Start" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/views.js:823 +#, python-format +msgid "View Log (%s)" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:564 +#, python-format +msgid "Creation Date:" +msgstr "" + +#. module: web +#: code:addons/web/controllers/main.py:790 +#: code:addons/web/controllers/main.py:835 +#, python-format +msgid "Error, password not changed !" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:4850 +#, python-format +msgid "The selected file exceed the maximum file size of %s." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:632 +#: code:addons/web/static/src/xml/base.xml:1300 +#, python-format +msgid "/web/binary/upload_attachment" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:563 +#, python-format +msgid "Changed Password" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1431 +#, python-format +msgid "Search" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:3032 +#: code:addons/web/static/src/js/view_form.js:3668 +#: code:addons/web/static/src/js/view_form.js:3785 +#: code:addons/web/static/src/js/view_form.js:4230 +#: code:addons/web/static/src/js/view_form.js:4353 +#, python-format +msgid "Open: " +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:218 +#: code:addons/web/static/src/xml/base.xml:309 +#, python-format +msgid "Backup" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/dates.js:76 +#: code:addons/web/static/src/js/dates.js:80 +#, python-format +msgid "'%s' is not a valid time" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/formats.js:274 +#, python-format +msgid "'%s' is not a correct date" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:933 +#, python-format +msgid "(nolabel)" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/coresetup.js:606 +#, python-format +msgid "%d days ago" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1474 +#, python-format +msgid "(Any existing filter with the same name will be replaced)" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:1918 +#: code:addons/web/static/src/xml/base.xml:338 +#: code:addons/web/static/src/xml/base.xml:1377 +#: code:addons/web/static/src/xml/base.xml:1860 +#, python-format +msgid "Cancel" +msgstr "Batal" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/coresetup.js:628 +#: code:addons/web/static/src/xml/base.xml:9 +#, python-format +msgid "Loading..." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:567 +#, python-format +msgid "Latest Modification by:" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:1242 +#: code:addons/web/static/src/xml/base.xml:470 +#, python-format +msgid "Timezone mismatch" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:1646 +#, python-format +msgid "Unknown operator %s in domain %s" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:428 +#, python-format +msgid "%d / %d" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1782 +#, python-format +msgid "2. Check your file format" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1718 +#, python-format +msgid "Name" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1775 +#, python-format +msgid "" +"Select a .CSV file to import. If you need a sample of file to import,\n" +" you should use the export tool with the \"Import Compatible\" option." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/coresetup.js:608 +#, python-format +msgid "%d months ago" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:187 +#: code:addons/web/static/src/xml/base.xml:308 +#, python-format +msgid "Drop" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1465 +#, python-format +msgid "Add Advanced Filter" +msgstr "" + +#. module: web +#: code:addons/web/controllers/main.py:828 +#, python-format +msgid "The new password and its confirmation must be identical." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:542 +#: code:addons/web/static/src/xml/base.xml:248 +#, python-format +msgid "Restore Database" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:644 +#, python-format +msgid "Login" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:420 +#, python-format +msgid "Licenced under the terms of" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:250 +#: code:addons/web/static/src/xml/base.xml:310 +#, python-format +msgid "Restore" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1677 +#, python-format +msgid "Export Type:" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:406 +#, python-format +msgid "Log out" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1090 +#, python-format +msgid "Group by: %s" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:153 +#, python-format +msgid "No data provided." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:345 +#: code:addons/web/static/src/xml/base.xml:1665 +#, python-format +msgid "Export" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/data_export.js:12 +#, python-format +msgid "Export To File" +msgstr "Ekspor ke File" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/views.js:1097 +#, python-format +msgid "You must choose at least one record." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/coresetup.js:631 +#, python-format +msgid "Don't leave yet,
    it's still loading..." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:775 +#, python-format +msgid "Invalid Search" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:980 +#, python-format +msgid "Could not find id in dataset" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1707 +#, python-format +msgid "Remove All" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1340 +#, python-format +msgid "Method:" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:1439 +#, python-format +msgid "%(page)d/%(page_count)d" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:397 +#, python-format +msgid "The confirmation does not match the password" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:441 +#, python-format +msgid "Edit Company data" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:4886 +#, python-format +msgid "Save As..." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:5007 +#, python-format +msgid "Could not display the selected image." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:509 +#, python-format +msgid "Database backed up successfully" +msgstr "Database telah berhasil di back up" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1808 +#, python-format +msgid "" +"For use if CSV files have titles on multiple lines, skips more than a single " +"line during import" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:394 +#, python-format +msgid "99+" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1774 +#, python-format +msgid "1. Import a .CSV file" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:644 +#, python-format +msgid "No database selected !" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/formats.js:180 +#, python-format +msgid "(%d records)" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:970 +#, python-format +msgid "Change default:" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:171 +#, python-format +msgid "Original database name:" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1869 +#: code:addons/web/static/src/js/search.js:1879 +#: code:addons/web/static/src/js/search.js:1913 +#: code:addons/web/static/src/js/search.js:1938 +#, python-format +msgid "is equal to" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/views.js:1500 +#, python-format +msgid "Could not serialize XML" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1619 +#, python-format +msgid "Advanced Search" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:290 +#, python-format +msgid "Confirm new master password:" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/coresetup.js:634 +#, python-format +msgid "Maybe you should consider reloading the application by pressing F5..." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:17 +#: code:addons/web/static/src/js/view_list.js:2248 +#: code:addons/web/static/src/xml/base.xml:111 +#: code:addons/web/static/src/xml/base.xml:306 +#: code:addons/web/static/src/xml/base.xml:812 +#: code:addons/web/static/src/xml/base.xml:1376 +#, python-format +msgid "Create" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1868 +#, python-format +msgid "doesn't contain" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1785 +#, python-format +msgid "Import Options" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:2936 +#, python-format +msgid "Add %s" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:145 +#, python-format +msgid "Admin password:" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/data_export.js:11 +#: code:addons/web/static/src/js/view_form.js:1067 +#: code:addons/web/static/src/xml/base.xml:1394 +#, python-format +msgid "Close" +msgstr "Selesai" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/coresetup.js:632 +#, python-format +msgid "" +"You may not believe it,
    but the application is actually loading..." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1779 +#, python-format +msgid "CSV File:" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1741 +#, python-format +msgid "Advanced" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_tree.js:11 +#, python-format +msgid "Tree" +msgstr "" + +#. module: web +#: code:addons/web/controllers/main.py:750 +#, python-format +msgid "Could not drop database !" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/formats.js:227 +#, python-format +msgid "'%s' is not a correct integer" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:877 +#, python-format +msgid "All users" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:1654 +#, python-format +msgid "Unknown field %s in domain %s" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/views.js:1466 +#, python-format +msgid "Node [%s] is not a JSONified XML node" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1428 +#, python-format +msgid "Advanced Search..." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:499 +#, python-format +msgid "Dropping database" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:82 +#: code:addons/web/static/src/xml/base.xml:445 +#, python-format +msgid "Powered by" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1380 +#: code:addons/web/static/src/xml/base.xml:970 +#, python-format +msgid "Yes" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:4871 +#, python-format +msgid "There was a problem while uploading your file" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:558 +#, python-format +msgid "XML ID:" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:954 +#, python-format +msgid "Size:" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1824 +#, python-format +msgid "--- Don't Import ---" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1679 +#, python-format +msgid "Import-Compatible Export" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/coresetup.js:610 +#, python-format +msgid "%d years ago" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:1040 +#, python-format +msgid "Unknown m2m command %s" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:1068 +#, python-format +msgid "Save default" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:121 +#: code:addons/web/static/src/xml/base.xml:175 +#: code:addons/web/static/src/xml/base.xml:264 +#, python-format +msgid "New database name:" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:394 +#, python-format +msgid "Please enter your new password" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:4886 +#, python-format +msgid "The field is empty, there's nothing to save !" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:545 +#, python-format +msgid "Manage Views" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1801 +#, python-format +msgid "Encoding:" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1808 +#, python-format +msgid "Lines to skip" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:2858 +#, python-format +msgid "Create \"%s\"" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/data_export.js:361 +#, python-format +msgid "Please select fields to save export list..." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:418 +#, python-format +msgid "Copyright © 2004-TODAY OpenERP SA. All Rights Reserved." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:2346 +#, python-format +msgid "This resource is empty" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1689 +#, python-format +msgid "Available fields" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1835 +#, python-format +msgid "The import failed due to:" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/views.js:812 +#: code:addons/web/static/src/xml/base.xml:539 +#, python-format +msgid "JS Tests" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1750 +#, python-format +msgid "Save as:" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:927 +#, python-format +msgid "Filter on: %s" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:2904 +#: code:addons/web/static/src/js/view_form.js:3757 +#, python-format +msgid "Create: " +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:540 +#, python-format +msgid "View Fields" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:330 +#, python-format +msgid "Confirm New Password:" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:575 +#, python-format +msgid "Do you really want to remove these records?" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:958 +#, python-format +msgid "Context:" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1933 +#: code:addons/web/static/src/js/search.js:1960 +#, python-format +msgid "is" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/data_export.js:6 +#, python-format +msgid "Export Data" +msgstr "Ekspor Data" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:962 +#, python-format +msgid "Domain:" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:834 +#, python-format +msgid "Default:" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:82 +#: code:addons/web/static/src/xml/base.xml:446 +#, python-format +msgid "OpenERP" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/doc/module/static/src/xml/web_example.xml:8 +#, python-format +msgid "Stop" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:68 +#: code:addons/web/static/src/xml/base.xml:193 +#: code:addons/web/static/src/xml/base.xml:225 +#, python-format +msgid "Database:" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1183 +#: code:addons/web/static/src/xml/base.xml:1240 +#, python-format +msgid "Uploading ..." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1853 +#, python-format +msgid "Name:" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:1058 +#, python-format +msgid "About" +msgstr "Mengenai" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1431 +#, python-format +msgid "Search Again" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1455 +#, python-format +msgid "-- Filters --" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1230 +#: code:addons/web/static/src/xml/base.xml:1232 +#, python-format +msgid "Clear" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1680 +#, python-format +msgid "Export all Data" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:1334 +#, python-format +msgid "" +"Grouping on field '%s' is not possible because that field does not appear in " +"the list view." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:537 +#, python-format +msgid "Set Defaults" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1670 +#, python-format +msgid "" +"This wizard will export all data that matches the current search criteria to " +"a CSV file.\n" +" You can export all data or only the fields that can be " +"reimported after modification." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:321 +#, python-format +msgid "The record could not be found in the database." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1472 +#, python-format +msgid "Filter Name:" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:946 +#, python-format +msgid "Type:" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:538 +#, python-format +msgid "Incorrect super-administrator password" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:942 +#, python-format +msgid "Object:" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:292 +#: code:addons/web/static/src/js/chrome.js:326 +#, python-format +msgid "Loading" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/coresetup.js:609 +#, python-format +msgid "about a year ago" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1870 +#: code:addons/web/static/src/js/search.js:1880 +#: code:addons/web/static/src/js/search.js:1914 +#: code:addons/web/static/src/js/search.js:1939 +#, python-format +msgid "is not equal to" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:5036 +#, python-format +msgid "" +"The type of the field '%s' must be a many2many field with a relation to " +"'ir.attachment' model." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/coresetup.js:604 +#, python-format +msgid "%d hours ago" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:4206 +#: code:addons/web/static/src/js/view_form.js:4335 +#, python-format +msgid "Add: " +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1858 +#, python-format +msgid "Quick Add" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1805 +#, python-format +msgid "Latin 1" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:260 +#: code:addons/web/static/src/js/chrome.js:269 +#: code:addons/web/static/src/js/chrome.js:449 +#: code:addons/web/static/src/js/chrome.js:792 +#: code:addons/web/static/src/js/view_form.js:572 +#: code:addons/web/static/src/js/view_form.js:1923 +#: code:addons/web/static/src/xml/base.xml:1752 +#, python-format +msgid "Ok" +msgstr "Ok" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/views.js:1162 +#, python-format +msgid "Uploading..." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:125 +#, python-format +msgid "Load Demonstration data:" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:615 +#, python-format +msgid "Created by :" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/dates.js:22 +#: code:addons/web/static/src/js/dates.js:26 +#, python-format +msgid "'%s' is not a valid datetime" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:256 +#, python-format +msgid "File:" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1882 +#: code:addons/web/static/src/js/search.js:1916 +#: code:addons/web/static/src/js/search.js:1941 +#, python-format +msgid "less than" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:687 +#: code:addons/web/static/src/js/views.js:1097 +#, python-format +msgid "Warning" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:547 +#, python-format +msgid "Edit SearchView" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1975 +#, python-format +msgid "is true" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:3909 +#, python-format +msgid "Add an item" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1603 +#, python-format +msgid "Save current filter" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:1915 +#, python-format +msgid "Confirm" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/data_export.js:126 +#, python-format +msgid "Please enter save field list name" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:2206 +#, python-format +msgid "Download \"%s\"" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:326 +#, python-format +msgid "New" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:1767 +#, python-format +msgid "Can't convert value %s to context" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/views.js:807 +#: code:addons/web/static/src/xml/base.xml:541 +#, python-format +msgid "Fields View Get" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:149 +#, python-format +msgid "Confirm password:" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1883 +#: code:addons/web/static/src/js/search.js:1917 +#: code:addons/web/static/src/js/search.js:1942 +#, python-format +msgid "greater or equal than" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1321 +#, python-format +msgid "Button" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:418 +#, python-format +msgid "OpenERP is a trademark of the" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/data_export.js:374 +#, python-format +msgid "Please select fields to export..." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:286 +#, python-format +msgid "New master password:" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1976 +#, python-format +msgid "is false" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:404 +#, python-format +msgid "About OpenERP" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/formats.js:297 +#, python-format +msgid "'%s' is not a correct date, datetime nor time" +msgstr "" + +#. module: web +#: code:addons/web/controllers/main.py:1264 +#, python-format +msgid "No content found for field '%s' on '%s:%s'" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:304 +#, python-format +msgid "Database Management" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:5007 +#, python-format +msgid "Image" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:81 +#, python-format +msgid "Manage Databases" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/pyeval.js:765 +#, python-format +msgid "Evaluation Error" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1283 +#, python-format +msgid "not a valid integer" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:337 +#: code:addons/web/static/src/xml/base.xml:776 +#: code:addons/web/static/src/xml/base.xml:816 +#: code:addons/web/static/src/xml/base.xml:1376 +#: code:addons/web/static/src/xml/base.xml:1384 +#: code:addons/web/static/src/xml/base.xml:1630 +#, python-format +msgid "or" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1381 +#, python-format +msgid "No" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/formats.js:309 +#, python-format +msgid "'%s' is not convertible to date, datetime nor time" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:199 +#: code:addons/web/static/src/xml/base.xml:161 +#: code:addons/web/static/src/xml/base.xml:307 +#, python-format +msgid "Duplicate" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:777 +#: code:addons/web/static/src/xml/base.xml:817 +#: code:addons/web/static/src/xml/base.xml:1391 +#, python-format +msgid "Discard" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1624 +#, python-format +msgid "Add a condition" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/coresetup.js:629 +#, python-format +msgid "Still loading..." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:818 +#, python-format +msgid "Incorrect value for field %(fieldname)s: [%(value)s] is %(message)s" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:3805 +#, python-format +msgid "The o2m record must be saved before an action can be used" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:509 +#, python-format +msgid "Backed" +msgstr "back up" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1610 +#, python-format +msgid "Use by default" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:1348 +#, python-format +msgid "%s (%d)" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:775 +#, python-format +msgid "triggered from search view" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:978 +#, python-format +msgid "Filter" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:950 +#, python-format +msgid "Widget:" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:548 +#, python-format +msgid "Edit Action" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:555 +#, python-format +msgid "ID:" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:870 +#, python-format +msgid "Only you" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:549 +#, python-format +msgid "Edit Workflow" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/views.js:1171 +#, python-format +msgid "Do you really want to delete this attachment ?" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/views.js:840 +#, python-format +msgid "Technical Translation" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:938 +#, python-format +msgid "Field:" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:620 +#, python-format +msgid "Modified by :" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:499 +#, python-format +msgid "The database %s has been dropped" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:460 +#, python-format +msgid "User's timezone" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:284 +#: code:addons/web/static/src/js/chrome.js:1168 +#, python-format +msgid "Client Error" +msgstr "Error Klien" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/views.js:998 +#, python-format +msgid "Print" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1331 +#, python-format +msgid "Special:" +msgstr "" + +#. module: web +#: code:addons/web/controllers/main.py:834 +#, python-format +msgid "" +"The old password you provided is incorrect, your password was not changed." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:561 +#, python-format +msgid "Creation User:" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:769 +#, python-format +msgid "Do you really want to delete this record?" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1385 +#, python-format +msgid "Save & Close" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:2845 +#, python-format +msgid "Search More..." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:75 +#: code:addons/web/static/src/xml/base.xml:311 +#, python-format +msgid "Password" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:546 +#: code:addons/web/static/src/xml/base.xml:809 +#: code:addons/web/static/src/xml/base.xml:1178 +#, python-format +msgid "Edit" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1706 +#, python-format +msgid "Remove" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1062 +#, python-format +msgid "Select date" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1249 +#, python-format +msgid "Search %(field)s for: %(value)s" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1277 +#, python-format +msgid "Delete this file" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:109 +#, python-format +msgid "Create Database" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:420 +#, python-format +msgid "GNU Affero General Public License" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1795 +#, python-format +msgid "Separator:" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:300 +#, python-format +msgid "Back to Login" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1662 +#: code:addons/web/static/src/xml/base.xml:1454 +#, python-format +msgid "Filters" +msgstr "" diff --git a/web/i18n/it.po b/web/i18n/it.po new file mode 100644 index 0000000..2e294f2 --- /dev/null +++ b/web/i18n/it.po @@ -0,0 +1,2629 @@ +# Italian translation for openerp-web +# Copyright (c) 2011 Rosetta Contributors and Canonical Ltd 2011 +# This file is distributed under the same license as the openerp-web package. +# FIRST AUTHOR , 2011. +# +msgid "" +msgstr "" +"Project-Id-Version: openerp-web\n" +"Report-Msgid-Bugs-To: FULL NAME \n" +"POT-Creation-Date: 2012-12-21 17:06+0000\n" +"PO-Revision-Date: 2013-01-02 23:44+0000\n" +"Last-Translator: Sergio Corato \n" +"Language-Team: Italian \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Launchpad-Export-Date: 2013-01-04 05:28+0000\n" +"X-Generator: Launchpad (build 16393)\n" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:133 +#, python-format +msgid "Default language:" +msgstr "Lingua Predefinita:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/coresetup.js:602 +#, python-format +msgid "%d minutes ago" +msgstr "%d minuti fa" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/coresetup.js:630 +#, python-format +msgid "Still loading...
    Please be patient." +msgstr "Caricamento in corso...
    Attendere prego." + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1832 +#, python-format +msgid "%(field)s %(operator)s \"%(value)s\"" +msgstr "%(field)s %(operator)s \"%(value)s\"" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1884 +#: code:addons/web/static/src/js/search.js:1918 +#: code:addons/web/static/src/js/search.js:1943 +#, python-format +msgid "less or equal than" +msgstr "minore o uguale a" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:393 +#, python-format +msgid "Please enter your previous password" +msgstr "Per cortesia inserire la password precedente" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:117 +#: code:addons/web/static/src/xml/base.xml:167 +#: code:addons/web/static/src/xml/base.xml:282 +#, python-format +msgid "Master password:" +msgstr "Password principale" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:274 +#, python-format +msgid "Change Master Password" +msgstr "Cambia la Password principale" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:491 +#, python-format +msgid "Do you really want to delete the database: %s ?" +msgstr "Conferma eliminazione del database: %s ?" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1398 +#, python-format +msgid "Search %(field)s at: %(value)s" +msgstr "Ricerca %(field)s al: %(value)s" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:537 +#, python-format +msgid "Access Denied" +msgstr "Accesso Negato" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:5183 +#, python-format +msgid "Uploading error" +msgstr "Errori caricamento" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/coresetup.js:603 +#, python-format +msgid "about an hour ago" +msgstr "circa un'ora fa" + +#. module: web +#. openerp-web +#: code:addons/web/controllers/main.py:768 +#: code:addons/web/static/src/js/chrome.js:514 +#: code:addons/web/static/src/xml/base.xml:216 +#, python-format +msgid "Backup Database" +msgstr "Backup Database" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/views.js:463 +#, python-format +msgid "%(view_type)s view" +msgstr "Vista %(view_type)s" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/dates.js:49 +#: code:addons/web/static/src/js/dates.js:53 +#, python-format +msgid "'%s' is not a valid date" +msgstr "'%s' non è una data valida" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1837 +#, python-format +msgid "Here is a preview of the file we could not import:" +msgstr "Ecco un anteprima del file che non si è riuscito ad importare:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/coresetup.js:601 +#, python-format +msgid "about a minute ago" +msgstr "circa un minuto fa" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1297 +#, python-format +msgid "File" +msgstr "File" + +#. module: web +#: code:addons/web/controllers/main.py:826 +#, python-format +msgid "You cannot leave any password empty." +msgstr "Non è possibile lasciare password vuote." + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:680 +#, python-format +msgid "Invalid username or password" +msgstr "Password o nome utente non validi" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:206 +#: code:addons/web/static/src/xml/base.xml:238 +#: code:addons/web/static/src/xml/base.xml:260 +#, python-format +msgid "Master Password:" +msgstr "Password principale" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1217 +#: code:addons/web/static/src/xml/base.xml:1374 +#, python-format +msgid "Select" +msgstr "Seleziona" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:549 +#, python-format +msgid "Database restored successfully" +msgstr "Database ripristinato correttamente" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:415 +#, python-format +msgid "Version" +msgstr "Versione" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:570 +#, python-format +msgid "Latest Modification Date:" +msgstr "Data Ultima Modifica:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1459 +#, python-format +msgid "M2O search fields do not currently handle multiple default values" +msgstr "" +"Campi di ricerca M2O non supportano attualmente valori multipli di default" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:1227 +#, python-format +msgid "Widget type '%s' is not implemented" +msgstr "Il widget di tipo '%s' non è implementato" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1608 +#, python-format +msgid "Share with all users" +msgstr "Condividi con tutti gli utenti" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:77 +#: code:addons/web/static/src/js/view_form.js:321 +#, python-format +msgid "Form" +msgstr "Form" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1324 +#, python-format +msgid "(no string)" +msgstr "(no string)" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/formats.js:282 +#, python-format +msgid "'%s' is not a correct time" +msgstr "'%s' non è un orario corretto" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1297 +#, python-format +msgid "not a valid number" +msgstr "numero non valido" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:325 +#, python-format +msgid "New Password:" +msgstr "Nuova password:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:610 +#, python-format +msgid "Attachment :" +msgstr "Allegato:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1691 +#, python-format +msgid "Fields to export" +msgstr "Campi da esportare" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:1340 +#, python-format +msgid "Undefined" +msgstr "Non definito" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:4871 +#, python-format +msgid "File Upload" +msgstr "Caricamento file" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/coresetup.js:607 +#, python-format +msgid "about a month ago" +msgstr "circa un mese fa" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1600 +#, python-format +msgid "Custom Filters" +msgstr "Filtri Personalizzati" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1336 +#, python-format +msgid "Button Type:" +msgstr "Tipo Pulsante:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:419 +#, python-format +msgid "OpenERP SA Company" +msgstr "OpenERP SA Company" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1553 +#, python-format +msgid "Custom Filter" +msgstr "Filtro Personalizzato" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:159 +#, python-format +msgid "Duplicate Database" +msgstr "Duplica Database" + +#. module: web +#. openerp-web +#: code:addons/web/controllers/main.py:789 +#: code:addons/web/controllers/main.py:790 +#: code:addons/web/controllers/main.py:826 +#: code:addons/web/controllers/main.py:828 +#: code:addons/web/controllers/main.py:834 +#: code:addons/web/controllers/main.py:835 +#: code:addons/web/static/src/js/chrome.js:768 +#: code:addons/web/static/src/xml/base.xml:276 +#: code:addons/web/static/src/xml/base.xml:336 +#, python-format +msgid "Change Password" +msgstr "Cambia Password" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:3411 +#, python-format +msgid "View type '%s' is not supported in One2Many." +msgstr "La vista di tipo '%s' non è supportata in One2Many." + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:4951 +#: code:addons/web/static/src/js/view_list.js:2194 +#, python-format +msgid "Download" +msgstr "Download" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/formats.js:266 +#, python-format +msgid "'%s' is not a correct datetime" +msgstr "'%s' non è una data-ora corretta" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:417 +#, python-format +msgid "Group" +msgstr "Gruppo" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:927 +#, python-format +msgid "Unhandled widget" +msgstr "Widget non gestito" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:982 +#, python-format +msgid "Selection:" +msgstr "Selezione:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:871 +#, python-format +msgid "The following fields are invalid:" +msgstr "I seguenti campi non sono validi" + +#. module: web +#: code:addons/web/controllers/main.py:847 +#, python-format +msgid "Languages" +msgstr "Lingue" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1270 +#, python-format +msgid "...Upload in progress..." +msgstr "...Upload in corso..." + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1768 +#, python-format +msgid "Import" +msgstr "Importa" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:543 +#, python-format +msgid "Could not restore the database" +msgstr "Non è stato possibile ripristinare il database" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:4851 +#, python-format +msgid "File upload" +msgstr "Upload file" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:3804 +#, python-format +msgid "Action Button" +msgstr "Pulsante Esegui" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:542 +#: code:addons/web/static/src/xml/base.xml:1467 +#, python-format +msgid "Manage Filters" +msgstr "Gestisci Filtri" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1867 +#, python-format +msgid "contains" +msgstr "contiene" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/coresetup.js:633 +#, python-format +msgid "Take a minute to get a coffee,
    because it's loading..." +msgstr "Un attimo di pazienza,
    il sistema sta caricando..." + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:413 +#, python-format +msgid "Activate the developer mode" +msgstr "Attiva la modalità sviluppatore" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:324 +#, python-format +msgid "Loading (%d)" +msgstr "Caricamento (%d)" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1114 +#, python-format +msgid "GroupBy" +msgstr "GroupBy" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:687 +#, python-format +msgid "You must select at least one record." +msgstr "E' necessario selezionare almeno un record." + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:535 +#, python-format +msgid "View Log (perm_read)" +msgstr "Vedi Log (perm_read)" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:1061 +#, python-format +msgid "Set Default" +msgstr "Imposta Default" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:978 +#, python-format +msgid "Relation:" +msgstr "Relazione:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/coresetup.js:600 +#, python-format +msgid "less than a minute ago" +msgstr "meno di un minuto fa" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:851 +#, python-format +msgid "Condition:" +msgstr "Condizione:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:1692 +#, python-format +msgid "Unsupported operator %s in domain %s" +msgstr "Operatore %s non supportato nel dominio %s" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/formats.js:242 +#, python-format +msgid "'%s' is not a correct float" +msgstr "'%s' non è un float corretto" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:549 +#, python-format +msgid "Restored" +msgstr "Ripristinato" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:394 +#, python-format +msgid "%d-%d of %d" +msgstr "%d-%d di %d" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:2868 +#, python-format +msgid "Create and Edit..." +msgstr "Crea e Modifica..." + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/pyeval.js:731 +#, python-format +msgid "Unknown nonliteral type " +msgstr "Tipo non letterale sconosciuto " + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:2346 +#, python-format +msgid "Resource error" +msgstr "Errore risorsa" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1961 +#, python-format +msgid "is not" +msgstr "non è" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:550 +#, python-format +msgid "Print Workflow" +msgstr "Stampa Workflow" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:396 +#, python-format +msgid "Please confirm your new password" +msgstr "Per cortesia confermare la nuova password" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1804 +#, python-format +msgid "UTF-8" +msgstr "UTF-8" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:421 +#, python-format +msgid "For more information visit" +msgstr "Per maggiori informazioni visita" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1859 +#, python-format +msgid "Add All Info..." +msgstr "Aggiungi tutte le informazioni ..." + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1683 +#, python-format +msgid "Export Formats" +msgstr "Formati esportazione" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:974 +#, python-format +msgid "On change:" +msgstr "On change:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/views.js:865 +#, python-format +msgid "Model %s fields" +msgstr "Campi modello %s" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:893 +#, python-format +msgid "Setting 'id' attribute on existing record %s" +msgstr "Imposta l'attributo 'id' su record esistente %s" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:8 +#, python-format +msgid "List" +msgstr "Lista" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1881 +#: code:addons/web/static/src/js/search.js:1915 +#: code:addons/web/static/src/js/search.js:1940 +#, python-format +msgid "greater than" +msgstr "maggiore di" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:2248 +#: code:addons/web/static/src/xml/base.xml:546 +#, python-format +msgid "View" +msgstr "Vista" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1466 +#, python-format +msgid "Save Filter" +msgstr "Salva Filtro" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1344 +#, python-format +msgid "Action ID:" +msgstr "Action ID:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:457 +#, python-format +msgid "Your user's preference timezone does not match your browser timezone:" +msgstr "" +"Il vostro timezone nelle preferenze non coincide al timezone del browser" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:1223 +#, python-format +msgid "Field '%s' specified in view could not be found." +msgstr "Il campo '%s' specificato nella vista non può essere trovato." + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1756 +#, python-format +msgid "Saved exports:" +msgstr "Esportazioni salvate:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:320 +#, python-format +msgid "Old Password:" +msgstr "Vecchia Password:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/formats.js:113 +#, python-format +msgid "Bytes,Kb,Mb,Gb,Tb,Pb,Eb,Zb,Yb" +msgstr "Bytes, Kb, Mb, Gb, Tb, Pb, Eb, Zb, Yb" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:481 +#, python-format +msgid "The database has been duplicated." +msgstr "Il database è stato duplicato." + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1625 +#, python-format +msgid "Apply" +msgstr "Salva" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1386 +#, python-format +msgid "Save & New" +msgstr "Salva & Nuovo" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1223 +#: code:addons/web/static/src/xml/base.xml:1225 +#, python-format +msgid "Save As" +msgstr "Salva come" + +#. module: web +#. openerp-web +#: code:addons/web/doc/module/static/src/xml/web_example.xml:3 +#, python-format +msgid "00:00:00" +msgstr "00:00:00" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:2317 +#, python-format +msgid "E-mail error" +msgstr "Errore e-mail" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/coresetup.js:605 +#, python-format +msgid "a day ago" +msgstr "un giorno fa" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1789 +#, python-format +msgid "Does your file have titles?" +msgstr "Il vostro file ha i titoli?" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:327 +#, python-format +msgid "Unlimited" +msgstr "Illimitato" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:784 +#, python-format +msgid "" +"Warning, the record has been modified, your changes will be discarded.\n" +"\n" +"Are you sure you want to leave this page ?" +msgstr "" +"Attenzione, il record è stato modificato, i vostri cambiamenti saranno " +"scartati se non salvati.\n" +"\n" +"Confermare l'abbandono della pagina" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:2904 +#, python-format +msgid "Search: " +msgstr "Cerca: " + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:544 +#, python-format +msgid "Technical translation" +msgstr "Traduzione tecnica" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1797 +#, python-format +msgid "Delimiter:" +msgstr "Delimitatore:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:462 +#, python-format +msgid "Browser's timezone" +msgstr "Timezone del browser" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1605 +#, python-format +msgid "Filter name" +msgstr "Nome del filtro" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1464 +#, python-format +msgid "-- Actions --" +msgstr "-- Azioni --" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:4134 +#: code:addons/web/static/src/js/view_form.js:4294 +#: code:addons/web/static/src/xml/base.xml:1407 +#: code:addons/web/static/src/xml/base.xml:1705 +#, python-format +msgid "Add" +msgstr "Aggiungi" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:536 +#, python-format +msgid "Toggle Form Layout Outline" +msgstr "Passa al layout struttura del form" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:421 +#, python-format +msgid "OpenERP.com" +msgstr "OpenERP.com" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:2317 +#, python-format +msgid "Can't send email to invalid e-mail address" +msgstr "Non è possibile inviare mail ad indirizzi non corretti" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:636 +#, python-format +msgid "Add..." +msgstr "Aggiungi..." + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:405 +#, python-format +msgid "Preferences" +msgstr "Preferenze" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:436 +#, python-format +msgid "Wrong on change format: %s" +msgstr "Errato formato \"on change\": %s" + +#. module: web +#. openerp-web +#: code:addons/web/controllers/main.py:750 +#: code:addons/web/static/src/xml/base.xml:185 +#, python-format +msgid "Drop Database" +msgstr "Elimina database" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:466 +#, python-format +msgid "Click here to change your user's timezone." +msgstr "Cliccare qui per cambiare il timezone personale utente" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:966 +#, python-format +msgid "Modifiers:" +msgstr "Modificatori:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:627 +#, python-format +msgid "Delete this attachment" +msgstr "Elimina questo allegato" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:774 +#: code:addons/web/static/src/xml/base.xml:815 +#: code:addons/web/static/src/xml/base.xml:1382 +#: code:addons/web/static/src/xml/base.xml:1612 +#, python-format +msgid "Save" +msgstr "Salva" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/views.js:999 +#: code:addons/web/static/src/xml/base.xml:352 +#, python-format +msgid "More" +msgstr "Altro" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:73 +#, python-format +msgid "Username" +msgstr "Utente" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:481 +#, python-format +msgid "Duplicating database" +msgstr "Duplicazione database" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:563 +#, python-format +msgid "Password has been changed successfully" +msgstr "Password cambiata con successo" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list_editable.js:788 +#, python-format +msgid "The form's data can not be discarded" +msgstr "I dati del form non possono essere scartati" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:533 +#, python-format +msgid "Debug View#" +msgstr "Debug Vista#" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:77 +#, python-format +msgid "Log in" +msgstr "Accedi" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:198 +#: code:addons/web/static/src/js/view_list.js:346 +#: code:addons/web/static/src/xml/base.xml:1764 +#, python-format +msgid "Delete" +msgstr "Elimina" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/pyeval.js:769 +#, python-format +msgid "" +"Local evaluation failure\n" +"%s\n" +"\n" +"%s" +msgstr "" +"Fallita valutazione locale\n" +"%s\n" +"\n" +"%s" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:350 +#, python-format +msgid "Invalid database name" +msgstr "Nome database non valido" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1693 +#, python-format +msgid "Save fields list" +msgstr "Salva l'elenco dei campi" + +#. module: web +#. openerp-web +#: code:addons/web/doc/module/static/src/xml/web_example.xml:5 +#, python-format +msgid "Start" +msgstr "Inizia" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/views.js:823 +#, python-format +msgid "View Log (%s)" +msgstr "Vedi Log (%s)" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:564 +#, python-format +msgid "Creation Date:" +msgstr "Data Creazione:" + +#. module: web +#: code:addons/web/controllers/main.py:790 +#: code:addons/web/controllers/main.py:835 +#, python-format +msgid "Error, password not changed !" +msgstr "Errore, la password non è stata cambiata!" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:4850 +#, python-format +msgid "The selected file exceed the maximum file size of %s." +msgstr "Il file selezionato eccede la massima dimensione possibile di %s." + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:632 +#: code:addons/web/static/src/xml/base.xml:1300 +#, python-format +msgid "/web/binary/upload_attachment" +msgstr "/web/binary/upload_attachment" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:563 +#, python-format +msgid "Changed Password" +msgstr "Password modificata" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1431 +#, python-format +msgid "Search" +msgstr "Cerca" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:3032 +#: code:addons/web/static/src/js/view_form.js:3668 +#: code:addons/web/static/src/js/view_form.js:3785 +#: code:addons/web/static/src/js/view_form.js:4230 +#: code:addons/web/static/src/js/view_form.js:4353 +#, python-format +msgid "Open: " +msgstr "Apri: " + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:218 +#: code:addons/web/static/src/xml/base.xml:309 +#, python-format +msgid "Backup" +msgstr "Backup" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/dates.js:76 +#: code:addons/web/static/src/js/dates.js:80 +#, python-format +msgid "'%s' is not a valid time" +msgstr "'%s' non è un orario valido" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/formats.js:274 +#, python-format +msgid "'%s' is not a correct date" +msgstr "'%s' non è una data corretta" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:933 +#, python-format +msgid "(nolabel)" +msgstr "(senza etichetta)" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/coresetup.js:606 +#, python-format +msgid "%d days ago" +msgstr "%d giorni fa" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1474 +#, python-format +msgid "(Any existing filter with the same name will be replaced)" +msgstr "(Eventuali filtri esistenti con lo stesso nome saranno rimpiazzati)" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:1918 +#: code:addons/web/static/src/xml/base.xml:338 +#: code:addons/web/static/src/xml/base.xml:1377 +#: code:addons/web/static/src/xml/base.xml:1860 +#, python-format +msgid "Cancel" +msgstr "Annulla" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/coresetup.js:628 +#: code:addons/web/static/src/xml/base.xml:9 +#, python-format +msgid "Loading..." +msgstr "Caricamento..." + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:567 +#, python-format +msgid "Latest Modification by:" +msgstr "Ultima Modifica fatta da:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:1242 +#: code:addons/web/static/src/xml/base.xml:470 +#, python-format +msgid "Timezone mismatch" +msgstr "Discordanza timezone" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:1646 +#, python-format +msgid "Unknown operator %s in domain %s" +msgstr "Operatore %s sconosciuto nel dominio %s" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:428 +#, python-format +msgid "%d / %d" +msgstr "%d / %d" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1782 +#, python-format +msgid "2. Check your file format" +msgstr "2. Controlla il formato del tuo file" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1718 +#, python-format +msgid "Name" +msgstr "Nome" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1775 +#, python-format +msgid "" +"Select a .CSV file to import. If you need a sample of file to import,\n" +" you should use the export tool with the \"Import Compatible\" option." +msgstr "" +"Seleziona un CSV da importare. Se hai bisogno di un esempio da importare,\n" +" puoi usare il tool di esportazione usando l'opzione \"Import " +"Compatibile\"." + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/coresetup.js:608 +#, python-format +msgid "%d months ago" +msgstr "%d mesi fa" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:187 +#: code:addons/web/static/src/xml/base.xml:308 +#, python-format +msgid "Drop" +msgstr "Elimina" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1465 +#, python-format +msgid "Add Advanced Filter" +msgstr "Aggiungi Filtro Avanzato" + +#. module: web +#: code:addons/web/controllers/main.py:828 +#, python-format +msgid "The new password and its confirmation must be identical." +msgstr "La nuova password e la sua conferma devono essere identiche." + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:542 +#: code:addons/web/static/src/xml/base.xml:248 +#, python-format +msgid "Restore Database" +msgstr "Ripristina Database" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:644 +#, python-format +msgid "Login" +msgstr "Login" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:420 +#, python-format +msgid "Licenced under the terms of" +msgstr "Rilasciato sotto i termini della" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:250 +#: code:addons/web/static/src/xml/base.xml:310 +#, python-format +msgid "Restore" +msgstr "Ripristina" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1677 +#, python-format +msgid "Export Type:" +msgstr "Tipo di esportazione:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:406 +#, python-format +msgid "Log out" +msgstr "Log out" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1090 +#, python-format +msgid "Group by: %s" +msgstr "Raggruppa per: %s" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:153 +#, python-format +msgid "No data provided." +msgstr "Nessun dato fornito." + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:345 +#: code:addons/web/static/src/xml/base.xml:1665 +#, python-format +msgid "Export" +msgstr "Esporta" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/data_export.js:12 +#, python-format +msgid "Export To File" +msgstr "Esporta in un file" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/views.js:1097 +#, python-format +msgid "You must choose at least one record." +msgstr "E' necessario selezionare almeno un record." + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/coresetup.js:631 +#, python-format +msgid "Don't leave yet,
    it's still loading..." +msgstr "Non abbandonare ora,
    caricamento in corso..." + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:775 +#, python-format +msgid "Invalid Search" +msgstr "Ricerca Non Valida" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:980 +#, python-format +msgid "Could not find id in dataset" +msgstr "Non è possibile trovare l'id nel set di dati" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1707 +#, python-format +msgid "Remove All" +msgstr "Rimuovi tutto" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1340 +#, python-format +msgid "Method:" +msgstr "Metodo:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:1439 +#, python-format +msgid "%(page)d/%(page_count)d" +msgstr "%(page)d/%(page_count)d" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:397 +#, python-format +msgid "The confirmation does not match the password" +msgstr "La conferma password non combacia con la password" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:441 +#, python-format +msgid "Edit Company data" +msgstr "Modifica dati aziendali" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:4886 +#, python-format +msgid "Save As..." +msgstr "Salva come..." + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:5007 +#, python-format +msgid "Could not display the selected image." +msgstr "Impossibile visualizzare l'immagine selezionata." + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:509 +#, python-format +msgid "Database backed up successfully" +msgstr "Backup eseguito correttamente" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1808 +#, python-format +msgid "" +"For use if CSV files have titles on multiple lines, skips more than a single " +"line during import" +msgstr "" +"Da usare se i file CSV hanno i titoli su linee multiple, salta le linee non " +"singole durante l'import" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:394 +#, python-format +msgid "99+" +msgstr "99+" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1774 +#, python-format +msgid "1. Import a .CSV file" +msgstr "1. Importa un file .CSV" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:644 +#, python-format +msgid "No database selected !" +msgstr "Nessun database selezionato!" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/formats.js:180 +#, python-format +msgid "(%d records)" +msgstr "(%d records)" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:970 +#, python-format +msgid "Change default:" +msgstr "Cambia default:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:171 +#, python-format +msgid "Original database name:" +msgstr "Nome originale database:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1869 +#: code:addons/web/static/src/js/search.js:1879 +#: code:addons/web/static/src/js/search.js:1913 +#: code:addons/web/static/src/js/search.js:1938 +#, python-format +msgid "is equal to" +msgstr "è uguale a" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/views.js:1500 +#, python-format +msgid "Could not serialize XML" +msgstr "Non è possibile serializzare l'XML" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1619 +#, python-format +msgid "Advanced Search" +msgstr "Ricerca avanzata" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:290 +#, python-format +msgid "Confirm new master password:" +msgstr "Conferma nuova password principale" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/coresetup.js:634 +#, python-format +msgid "Maybe you should consider reloading the application by pressing F5..." +msgstr "" +"Probabilmente dovreste effettuare un reload dell'applicazione premendo il " +"tasto F5..." + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:17 +#: code:addons/web/static/src/js/view_list.js:2248 +#: code:addons/web/static/src/xml/base.xml:111 +#: code:addons/web/static/src/xml/base.xml:306 +#: code:addons/web/static/src/xml/base.xml:812 +#: code:addons/web/static/src/xml/base.xml:1376 +#, python-format +msgid "Create" +msgstr "Crea" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1868 +#, python-format +msgid "doesn't contain" +msgstr "non contiene" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1785 +#, python-format +msgid "Import Options" +msgstr "Opzioni di importazione" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:2936 +#, python-format +msgid "Add %s" +msgstr "Aggiungi %s" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:145 +#, python-format +msgid "Admin password:" +msgstr "Password di amministrazione:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/data_export.js:11 +#: code:addons/web/static/src/js/view_form.js:1067 +#: code:addons/web/static/src/xml/base.xml:1394 +#, python-format +msgid "Close" +msgstr "Chiudi" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/coresetup.js:632 +#, python-format +msgid "" +"You may not believe it,
    but the application is actually loading..." +msgstr "Potrete non crederci,
    ma l'applicazione è giĂ  caricata..." + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1779 +#, python-format +msgid "CSV File:" +msgstr "File CSV:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1741 +#, python-format +msgid "Advanced" +msgstr "Avanzate" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_tree.js:11 +#, python-format +msgid "Tree" +msgstr "Albero" + +#. module: web +#: code:addons/web/controllers/main.py:750 +#, python-format +msgid "Could not drop database !" +msgstr "Non è possibile eliminare il database!" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/formats.js:227 +#, python-format +msgid "'%s' is not a correct integer" +msgstr "'%s' non è un intero corretto" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:877 +#, python-format +msgid "All users" +msgstr "Tutti gli utenti" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:1654 +#, python-format +msgid "Unknown field %s in domain %s" +msgstr "Campo %s sconosciuto nel dominio %s" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/views.js:1466 +#, python-format +msgid "Node [%s] is not a JSONified XML node" +msgstr "Il node [%s] non è un nodo JSONified XML" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1428 +#, python-format +msgid "Advanced Search..." +msgstr "Ricerca avanzata..." + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:499 +#, python-format +msgid "Dropping database" +msgstr "Eliminazione database" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:82 +#: code:addons/web/static/src/xml/base.xml:445 +#, python-format +msgid "Powered by" +msgstr "Powered by" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1380 +#: code:addons/web/static/src/xml/base.xml:970 +#, python-format +msgid "Yes" +msgstr "Sì" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:4871 +#, python-format +msgid "There was a problem while uploading your file" +msgstr "C'è stato un problema durante l'upload del vostro file" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:558 +#, python-format +msgid "XML ID:" +msgstr "XML ID:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:954 +#, python-format +msgid "Size:" +msgstr "Dimensione:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1824 +#, python-format +msgid "--- Don't Import ---" +msgstr "--- Non importare ---" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1679 +#, python-format +msgid "Import-Compatible Export" +msgstr "Esportazione compatile alla successiva importazione" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/coresetup.js:610 +#, python-format +msgid "%d years ago" +msgstr "%d anni fa'" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:1040 +#, python-format +msgid "Unknown m2m command %s" +msgstr "Comando m2m sconosciuto %s" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:1068 +#, python-format +msgid "Save default" +msgstr "Salva Default" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:121 +#: code:addons/web/static/src/xml/base.xml:175 +#: code:addons/web/static/src/xml/base.xml:264 +#, python-format +msgid "New database name:" +msgstr "Nome nuovo database:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:394 +#, python-format +msgid "Please enter your new password" +msgstr "Prego Inserire la tua nuova password" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:4886 +#, python-format +msgid "The field is empty, there's nothing to save !" +msgstr "Questo campo è vuoto, non c'è nulla da salvare!" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:545 +#, python-format +msgid "Manage Views" +msgstr "Gestisci Viste" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1801 +#, python-format +msgid "Encoding:" +msgstr "Codifica:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1808 +#, python-format +msgid "Lines to skip" +msgstr "Linee da saltare" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:2858 +#, python-format +msgid "Create \"%s\"" +msgstr "Crea \"%s\"" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/data_export.js:361 +#, python-format +msgid "Please select fields to save export list..." +msgstr "Selezionare l'elenco dei campi da esportare..." + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:418 +#, python-format +msgid "Copyright © 2004-TODAY OpenERP SA. All Rights Reserved." +msgstr "Copyright © 2004-TODAY OpenERP SA. All Rights Reserved." + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:2346 +#, python-format +msgid "This resource is empty" +msgstr "Questa risorsa è vuota" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1689 +#, python-format +msgid "Available fields" +msgstr "Campi disponibili" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1835 +#, python-format +msgid "The import failed due to:" +msgstr "L'importazione è fallita a causa di:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/views.js:812 +#: code:addons/web/static/src/xml/base.xml:539 +#, python-format +msgid "JS Tests" +msgstr "JS test" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1750 +#, python-format +msgid "Save as:" +msgstr "Salva come:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:927 +#, python-format +msgid "Filter on: %s" +msgstr "Filtro su: %s" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:2904 +#: code:addons/web/static/src/js/view_form.js:3757 +#, python-format +msgid "Create: " +msgstr "Crea: " + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:540 +#, python-format +msgid "View Fields" +msgstr "Campi Vista" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:330 +#, python-format +msgid "Confirm New Password:" +msgstr "Conferma la nuova password:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:575 +#, python-format +msgid "Do you really want to remove these records?" +msgstr "Vuoi veramente cancellare questi record?" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:958 +#, python-format +msgid "Context:" +msgstr "Context:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1933 +#: code:addons/web/static/src/js/search.js:1960 +#, python-format +msgid "is" +msgstr "è" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/data_export.js:6 +#, python-format +msgid "Export Data" +msgstr "Esporta Dati" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:962 +#, python-format +msgid "Domain:" +msgstr "Domain:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:834 +#, python-format +msgid "Default:" +msgstr "Default:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:82 +#: code:addons/web/static/src/xml/base.xml:446 +#, python-format +msgid "OpenERP" +msgstr "OpenERP" + +#. module: web +#. openerp-web +#: code:addons/web/doc/module/static/src/xml/web_example.xml:8 +#, python-format +msgid "Stop" +msgstr "Ferma" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:68 +#: code:addons/web/static/src/xml/base.xml:193 +#: code:addons/web/static/src/xml/base.xml:225 +#, python-format +msgid "Database:" +msgstr "Database:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1183 +#: code:addons/web/static/src/xml/base.xml:1240 +#, python-format +msgid "Uploading ..." +msgstr "Caricando ..." + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1853 +#, python-format +msgid "Name:" +msgstr "Nome:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:1058 +#, python-format +msgid "About" +msgstr "Informazioni" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1431 +#, python-format +msgid "Search Again" +msgstr "Cerca ancora" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1455 +#, python-format +msgid "-- Filters --" +msgstr "-- Filtri --" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1230 +#: code:addons/web/static/src/xml/base.xml:1232 +#, python-format +msgid "Clear" +msgstr "Pulisci" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1680 +#, python-format +msgid "Export all Data" +msgstr "Esporta tutti i dati" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:1334 +#, python-format +msgid "" +"Grouping on field '%s' is not possible because that field does not appear in " +"the list view." +msgstr "" +"Il raggruppamento sul campo \"%s\" non è possibile perchè il campo non " +"appare nella lista" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:537 +#, python-format +msgid "Set Defaults" +msgstr "Imposta predefiniti" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1670 +#, python-format +msgid "" +"This wizard will export all data that matches the current search criteria to " +"a CSV file.\n" +" You can export all data or only the fields that can be " +"reimported after modification." +msgstr "" +"Questo wizard esporterĂ  in un file CSV tutti i dati che soddisfano il " +"criterio di ricerca corrente.\n" +" Puoi esportare tutti i dati o solo i campi che possono essere " +"importati dopo la modifica." + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:321 +#, python-format +msgid "The record could not be found in the database." +msgstr "Il record non può essere trovato nel database" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1472 +#, python-format +msgid "Filter Name:" +msgstr "Nome filtro:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:946 +#, python-format +msgid "Type:" +msgstr "Tipo:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:538 +#, python-format +msgid "Incorrect super-administrator password" +msgstr "Password di super-admin non corretta" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:942 +#, python-format +msgid "Object:" +msgstr "Oggetto:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:292 +#: code:addons/web/static/src/js/chrome.js:326 +#, python-format +msgid "Loading" +msgstr "Caricamento" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/coresetup.js:609 +#, python-format +msgid "about a year ago" +msgstr "circa un anno fa" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1870 +#: code:addons/web/static/src/js/search.js:1880 +#: code:addons/web/static/src/js/search.js:1914 +#: code:addons/web/static/src/js/search.js:1939 +#, python-format +msgid "is not equal to" +msgstr "è diverso da" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:5036 +#, python-format +msgid "" +"The type of the field '%s' must be a many2many field with a relation to " +"'ir.attachment' model." +msgstr "" +"Il tipo del campo \"%s\" deve essere: \"molti a molti\" con una relazione al " +"modello \"ir.attachment\"." + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/coresetup.js:604 +#, python-format +msgid "%d hours ago" +msgstr "%d ore fa" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:4206 +#: code:addons/web/static/src/js/view_form.js:4335 +#, python-format +msgid "Add: " +msgstr "Aggiungi: " + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1858 +#, python-format +msgid "Quick Add" +msgstr "Aggiungi (rapido)" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1805 +#, python-format +msgid "Latin 1" +msgstr "Latin 1" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:260 +#: code:addons/web/static/src/js/chrome.js:269 +#: code:addons/web/static/src/js/chrome.js:449 +#: code:addons/web/static/src/js/chrome.js:792 +#: code:addons/web/static/src/js/view_form.js:572 +#: code:addons/web/static/src/js/view_form.js:1923 +#: code:addons/web/static/src/xml/base.xml:1752 +#, python-format +msgid "Ok" +msgstr "Ok" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/views.js:1162 +#, python-format +msgid "Uploading..." +msgstr "Caricando..." + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:125 +#, python-format +msgid "Load Demonstration data:" +msgstr "Carica dati Dimostrativi:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:615 +#, python-format +msgid "Created by :" +msgstr "Creato da:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/dates.js:22 +#: code:addons/web/static/src/js/dates.js:26 +#, python-format +msgid "'%s' is not a valid datetime" +msgstr "\"%s\" non è un valido \"datetime\"" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:256 +#, python-format +msgid "File:" +msgstr "File:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1882 +#: code:addons/web/static/src/js/search.js:1916 +#: code:addons/web/static/src/js/search.js:1941 +#, python-format +msgid "less than" +msgstr "minore di" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:687 +#: code:addons/web/static/src/js/views.js:1097 +#, python-format +msgid "Warning" +msgstr "Attenzione" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:547 +#, python-format +msgid "Edit SearchView" +msgstr "Modifica Search View" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1975 +#, python-format +msgid "is true" +msgstr "è vero" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:3909 +#, python-format +msgid "Add an item" +msgstr "Aggiungi una riga" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1603 +#, python-format +msgid "Save current filter" +msgstr "Salva il filtro corrente" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:1915 +#, python-format +msgid "Confirm" +msgstr "Conferma" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/data_export.js:126 +#, python-format +msgid "Please enter save field list name" +msgstr "Inserire il nome per la lista salvata" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:2206 +#, python-format +msgid "Download \"%s\"" +msgstr "Download \"%s\"" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:326 +#, python-format +msgid "New" +msgstr "Nuovo" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:1767 +#, python-format +msgid "Can't convert value %s to context" +msgstr "Non è possibile convertire il valore %s a context" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/views.js:807 +#: code:addons/web/static/src/xml/base.xml:541 +#, python-format +msgid "Fields View Get" +msgstr "Fields View Get" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:149 +#, python-format +msgid "Confirm password:" +msgstr "Conferma password:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1883 +#: code:addons/web/static/src/js/search.js:1917 +#: code:addons/web/static/src/js/search.js:1942 +#, python-format +msgid "greater or equal than" +msgstr "maggiore o uguale a" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1321 +#, python-format +msgid "Button" +msgstr "Pulsante" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:418 +#, python-format +msgid "OpenERP is a trademark of the" +msgstr "OpenERP è un marchio di" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/data_export.js:374 +#, python-format +msgid "Please select fields to export..." +msgstr "Selezionare i campi da esportare..." + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:286 +#, python-format +msgid "New master password:" +msgstr "Nuova password principale:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1976 +#, python-format +msgid "is false" +msgstr "è falso" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:404 +#, python-format +msgid "About OpenERP" +msgstr "Informazioni su OpenERP" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/formats.js:297 +#, python-format +msgid "'%s' is not a correct date, datetime nor time" +msgstr "\"%s\" non è una data corretta, datetime e neppure orario" + +#. module: web +#: code:addons/web/controllers/main.py:1264 +#, python-format +msgid "No content found for field '%s' on '%s:%s'" +msgstr "Nessun contenuto trovato per il campo \"%s\" su \"%s:%s\"" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:304 +#, python-format +msgid "Database Management" +msgstr "Gestione Database" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:5007 +#, python-format +msgid "Image" +msgstr "Immagine" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:81 +#, python-format +msgid "Manage Databases" +msgstr "Gestisci Database" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/pyeval.js:765 +#, python-format +msgid "Evaluation Error" +msgstr "Errore valutazione" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1283 +#, python-format +msgid "not a valid integer" +msgstr "intero non valido" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:337 +#: code:addons/web/static/src/xml/base.xml:776 +#: code:addons/web/static/src/xml/base.xml:816 +#: code:addons/web/static/src/xml/base.xml:1376 +#: code:addons/web/static/src/xml/base.xml:1384 +#: code:addons/web/static/src/xml/base.xml:1630 +#, python-format +msgid "or" +msgstr "o" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1381 +#, python-format +msgid "No" +msgstr "No" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/formats.js:309 +#, python-format +msgid "'%s' is not convertible to date, datetime nor time" +msgstr "\"%s\" non è convertibile ad una data, datetime o orario" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:199 +#: code:addons/web/static/src/xml/base.xml:161 +#: code:addons/web/static/src/xml/base.xml:307 +#, python-format +msgid "Duplicate" +msgstr "Duplica" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:777 +#: code:addons/web/static/src/xml/base.xml:817 +#: code:addons/web/static/src/xml/base.xml:1391 +#, python-format +msgid "Discard" +msgstr "Annulla" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1624 +#, python-format +msgid "Add a condition" +msgstr "Aggiungi una condizione" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/coresetup.js:629 +#, python-format +msgid "Still loading..." +msgstr "Ancora in caricamento..." + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:818 +#, python-format +msgid "Incorrect value for field %(fieldname)s: [%(value)s] is %(message)s" +msgstr "Valore non valido per campo %(fieldname)s: [%(value)s] è %(message)s" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:3805 +#, python-format +msgid "The o2m record must be saved before an action can be used" +msgstr "" +"I record o2m devono essere salvati prima che l'azione possa essere usata" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:509 +#, python-format +msgid "Backed" +msgstr "Salvato" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1610 +#, python-format +msgid "Use by default" +msgstr "Utilizza per default" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:1348 +#, python-format +msgid "%s (%d)" +msgstr "%s (%d)" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:775 +#, python-format +msgid "triggered from search view" +msgstr "avviato da vista ricerca" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:978 +#, python-format +msgid "Filter" +msgstr "Filtro" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:950 +#, python-format +msgid "Widget:" +msgstr "Widget:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:548 +#, python-format +msgid "Edit Action" +msgstr "Modifica Azione" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:555 +#, python-format +msgid "ID:" +msgstr "ID:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:870 +#, python-format +msgid "Only you" +msgstr "Solo tu" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:549 +#, python-format +msgid "Edit Workflow" +msgstr "Modifica Workflow" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/views.js:1171 +#, python-format +msgid "Do you really want to delete this attachment ?" +msgstr "Volete veramente cancellare questo allegato?" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/views.js:840 +#, python-format +msgid "Technical Translation" +msgstr "Traduzione tecnica" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:938 +#, python-format +msgid "Field:" +msgstr "Campo:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:620 +#, python-format +msgid "Modified by :" +msgstr "Modificato da:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:499 +#, python-format +msgid "The database %s has been dropped" +msgstr "Il database %s è stato eliminato" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:460 +#, python-format +msgid "User's timezone" +msgstr "Timezone utente" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:284 +#: code:addons/web/static/src/js/chrome.js:1168 +#, python-format +msgid "Client Error" +msgstr "Errore Client" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/views.js:998 +#, python-format +msgid "Print" +msgstr "Stampa" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1331 +#, python-format +msgid "Special:" +msgstr "Speciale:" + +#. module: web +#: code:addons/web/controllers/main.py:834 +#, python-format +msgid "" +"The old password you provided is incorrect, your password was not changed." +msgstr "" +"La vecchia password fornita non è corretta, la password non è stata cambiata." + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:561 +#, python-format +msgid "Creation User:" +msgstr "Creazione Utente:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:769 +#, python-format +msgid "Do you really want to delete this record?" +msgstr "Vuoi veramente eliminare questo record?" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1385 +#, python-format +msgid "Save & Close" +msgstr "Salva & Chiudi" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:2845 +#, python-format +msgid "Search More..." +msgstr "Cerca Ancora..." + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:75 +#: code:addons/web/static/src/xml/base.xml:311 +#, python-format +msgid "Password" +msgstr "Password" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:546 +#: code:addons/web/static/src/xml/base.xml:809 +#: code:addons/web/static/src/xml/base.xml:1178 +#, python-format +msgid "Edit" +msgstr "Modifica" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1706 +#, python-format +msgid "Remove" +msgstr "Rimuovi" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1062 +#, python-format +msgid "Select date" +msgstr "Seleziona data" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1249 +#, python-format +msgid "Search %(field)s for: %(value)s" +msgstr "Cerca %(field)s per: %(value)s" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1277 +#, python-format +msgid "Delete this file" +msgstr "Cancella questo file" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:109 +#, python-format +msgid "Create Database" +msgstr "Crea database" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:420 +#, python-format +msgid "GNU Affero General Public License" +msgstr "GNU Affero General Public License" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1795 +#, python-format +msgid "Separator:" +msgstr "Separatore:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:300 +#, python-format +msgid "Back to Login" +msgstr "Ritorno al Login" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1662 +#: code:addons/web/static/src/xml/base.xml:1454 +#, python-format +msgid "Filters" +msgstr "Filtri" diff --git a/web/i18n/ja.po b/web/i18n/ja.po new file mode 100644 index 0000000..3eb098f --- /dev/null +++ b/web/i18n/ja.po @@ -0,0 +1,2606 @@ +# Japanese translation for openerp-web +# Copyright (c) 2012 Rosetta Contributors and Canonical Ltd 2012 +# This file is distributed under the same license as the openerp-web package. +# FIRST AUTHOR , 2012. +# +msgid "" +msgstr "" +"Project-Id-Version: openerp-web\n" +"Report-Msgid-Bugs-To: FULL NAME \n" +"POT-Creation-Date: 2012-12-21 17:06+0000\n" +"PO-Revision-Date: 2012-12-21 23:00+0000\n" +"Last-Translator: Akira Hiyama \n" +"Language-Team: Japanese \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Launchpad-Export-Date: 2012-12-22 07:38+0000\n" +"X-Generator: Launchpad (build 16378)\n" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:133 +#, python-format +msgid "Default language:" +msgstr "ă‡ă•ă‚©ă«ăă®č¨€čŞž:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/coresetup.js:602 +#, python-format +msgid "%d minutes ago" +msgstr "%dĺ†ĺ‰Ť" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/coresetup.js:630 +#, python-format +msgid "Still loading...
    Please be patient." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1832 +#, python-format +msgid "%(field)s %(operator)s \"%(value)s\"" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1884 +#: code:addons/web/static/src/js/search.js:1918 +#: code:addons/web/static/src/js/search.js:1943 +#, python-format +msgid "less or equal than" +msgstr "次ă‚ă‚Šĺ°Źă•ă„ă‹ç­‰ă—ă„" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:393 +#, python-format +msgid "Please enter your previous password" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:117 +#: code:addons/web/static/src/xml/base.xml:167 +#: code:addons/web/static/src/xml/base.xml:282 +#, python-format +msgid "Master password:" +msgstr "ăžă‚ąă‚żă‘ă‚ąăŻăĽă‰ďĽš" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:274 +#, python-format +msgid "Change Master Password" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:491 +#, python-format +msgid "Do you really want to delete the database: %s ?" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1398 +#, python-format +msgid "Search %(field)s at: %(value)s" +msgstr "%(field)s ă®ć¤śç´˘ďĽš%(value)s" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:537 +#, python-format +msgid "Access Denied" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:5183 +#, python-format +msgid "Uploading error" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/coresetup.js:603 +#, python-format +msgid "about an hour ago" +msgstr "1時間前" + +#. module: web +#. openerp-web +#: code:addons/web/controllers/main.py:768 +#: code:addons/web/static/src/js/chrome.js:514 +#: code:addons/web/static/src/xml/base.xml:216 +#, python-format +msgid "Backup Database" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/views.js:463 +#, python-format +msgid "%(view_type)s view" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/dates.js:49 +#: code:addons/web/static/src/js/dates.js:53 +#, python-format +msgid "'%s' is not a valid date" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1837 +#, python-format +msgid "Here is a preview of the file we could not import:" +msgstr "イăłăťăĽăă§ăŤăŞă‹ăŁăźă•ă‚ˇă‚¤ă«ă®ă—ă¬ă“ăĄăĽďĽš" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/coresetup.js:601 +#, python-format +msgid "about a minute ago" +msgstr "1ĺ†ĺ‰Ť" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1297 +#, python-format +msgid "File" +msgstr "" + +#. module: web +#: code:addons/web/controllers/main.py:826 +#, python-format +msgid "You cannot leave any password empty." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:680 +#, python-format +msgid "Invalid username or password" +msgstr "ă¦ăĽă‚¶ĺŤăľăźăŻă‘ă‚ąăŻăĽă‰ăŚé–“é•ăŁă¦ă„ăľă™" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:206 +#: code:addons/web/static/src/xml/base.xml:238 +#: code:addons/web/static/src/xml/base.xml:260 +#, python-format +msgid "Master Password:" +msgstr "ăžă‚ąă‚żă‘ă‚ąăŻăĽă‰ďĽš" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1217 +#: code:addons/web/static/src/xml/base.xml:1374 +#, python-format +msgid "Select" +msgstr "é¸ćŠž" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:549 +#, python-format +msgid "Database restored successfully" +msgstr "ă‡ăĽă‚żă™ăĽă‚ąăŻć­Łĺ¸¸ă«ăŞă‚ąăアă•ă‚Śăľă—ăź" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:415 +#, python-format +msgid "Version" +msgstr "ăăĽă‚¸ă§ăł" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:570 +#, python-format +msgid "Latest Modification Date:" +msgstr "最終更新日:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1459 +#, python-format +msgid "M2O search fields do not currently handle multiple default values" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:1227 +#, python-format +msgid "Widget type '%s' is not implemented" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1608 +#, python-format +msgid "Share with all users" +msgstr "ĺ…¨ă¦ă®ă¦ăĽă‚¶ă¨ĺ…±ćś‰" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:77 +#: code:addons/web/static/src/js/view_form.js:321 +#, python-format +msgid "Form" +msgstr "ă•ă‚©ăĽă " + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1324 +#, python-format +msgid "(no string)" +msgstr "ďĽć–‡ĺ­—ĺ—ăŞă—)" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/formats.js:282 +#, python-format +msgid "'%s' is not a correct time" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1297 +#, python-format +msgid "not a valid number" +msgstr "ć­Łă—ă„数値ă§ăŻă‚ă‚Šăľă›ă‚“" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:325 +#, python-format +msgid "New Password:" +msgstr "ć–°ă—ă„ă‘ă‚ąăŻăĽă‰ďĽš" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:610 +#, python-format +msgid "Attachment :" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1691 +#, python-format +msgid "Fields to export" +msgstr "エクスăťăĽăă™ă‚‹é …ç›®" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:1340 +#, python-format +msgid "Undefined" +msgstr "未定義" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:4871 +#, python-format +msgid "File Upload" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/coresetup.js:607 +#, python-format +msgid "about a month ago" +msgstr "1ă¶ćśĺ‰Ť" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1600 +#, python-format +msgid "Custom Filters" +msgstr "ă‚«ă‚ąă‚żă ă•ă‚Łă«ă‚ż" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1336 +#, python-format +msgid "Button Type:" +msgstr "ăśă‚żăłă®ă‚żă‚¤ă—:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:419 +#, python-format +msgid "OpenERP SA Company" +msgstr "OpenERP SA Company" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1553 +#, python-format +msgid "Custom Filter" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:159 +#, python-format +msgid "Duplicate Database" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/controllers/main.py:789 +#: code:addons/web/controllers/main.py:790 +#: code:addons/web/controllers/main.py:826 +#: code:addons/web/controllers/main.py:828 +#: code:addons/web/controllers/main.py:834 +#: code:addons/web/controllers/main.py:835 +#: code:addons/web/static/src/js/chrome.js:768 +#: code:addons/web/static/src/xml/base.xml:276 +#: code:addons/web/static/src/xml/base.xml:336 +#, python-format +msgid "Change Password" +msgstr "ă‘ă‚ąăŻăĽă‰ă®ĺ¤‰ć›´" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:3411 +#, python-format +msgid "View type '%s' is not supported in One2Many." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:4951 +#: code:addons/web/static/src/js/view_list.js:2194 +#, python-format +msgid "Download" +msgstr "ă€ă‚¦ăłă­ăĽă‰" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/formats.js:266 +#, python-format +msgid "'%s' is not a correct datetime" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:417 +#, python-format +msgid "Group" +msgstr "ă‚°ă«ăĽă—" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:927 +#, python-format +msgid "Unhandled widget" +msgstr "処ç†ă•ă‚ŚăŞă„ウィジェăă" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:982 +#, python-format +msgid "Selection:" +msgstr "é¸ćŠž:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:871 +#, python-format +msgid "The following fields are invalid:" +msgstr "" + +#. module: web +#: code:addons/web/controllers/main.py:847 +#, python-format +msgid "Languages" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1270 +#, python-format +msgid "...Upload in progress..." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1768 +#, python-format +msgid "Import" +msgstr "イăłăťăĽă" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:543 +#, python-format +msgid "Could not restore the database" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:4851 +#, python-format +msgid "File upload" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:3804 +#, python-format +msgid "Action Button" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:542 +#: code:addons/web/static/src/xml/base.xml:1467 +#, python-format +msgid "Manage Filters" +msgstr "ă•ă‚Łă«ă‚żă®ç®ˇç†" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1867 +#, python-format +msgid "contains" +msgstr "ĺ«ă‚€" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/coresetup.js:633 +#, python-format +msgid "Take a minute to get a coffee,
    because it's loading..." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:413 +#, python-format +msgid "Activate the developer mode" +msgstr "開発者ă˘ăĽă‰ă‚’有効化" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:324 +#, python-format +msgid "Loading (%d)" +msgstr "ă­ăĽă‰ä¸­ (%d)" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1114 +#, python-format +msgid "GroupBy" +msgstr "ă‚°ă«ăĽă—化" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:687 +#, python-format +msgid "You must select at least one record." +msgstr "最低é™1ă¬ă‚łăĽă‰é¸ćŠžă—ă¦ä¸‹ă•ă„。" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:535 +#, python-format +msgid "View Log (perm_read)" +msgstr "ă­ă‚° (perm_read) ă®ă“ăĄăĽ" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:1061 +#, python-format +msgid "Set Default" +msgstr "ă‡ă•ă‚©ă«ăă«č¨­ĺ®š" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:978 +#, python-format +msgid "Relation:" +msgstr "関係:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/coresetup.js:600 +#, python-format +msgid "less than a minute ago" +msgstr "ć•°ĺŤç§’前" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:851 +#, python-format +msgid "Condition:" +msgstr "状態:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:1692 +#, python-format +msgid "Unsupported operator %s in domain %s" +msgstr "ă‰ăˇă‚¤ăł %s ă«ç„ˇĺŠąăŞćĽ”ç®— %s ăŚă‚ă‚Šăľă™" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/formats.js:242 +#, python-format +msgid "'%s' is not a correct float" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:549 +#, python-format +msgid "Restored" +msgstr "ăŞă‚ąăアă•ă‚Śăľă—ăź" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:394 +#, python-format +msgid "%d-%d of %d" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:2868 +#, python-format +msgid "Create and Edit..." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/pyeval.js:731 +#, python-format +msgid "Unknown nonliteral type " +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:2346 +#, python-format +msgid "Resource error" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1961 +#, python-format +msgid "is not" +msgstr "ăŻć¬ˇă§ăŻăŞă„" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:550 +#, python-format +msgid "Print Workflow" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:396 +#, python-format +msgid "Please confirm your new password" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1804 +#, python-format +msgid "UTF-8" +msgstr "UTF-8" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:421 +#, python-format +msgid "For more information visit" +msgstr "ă‚‚ăŁă¨č©łă—ă„ć…ĺ ±ăŻă“ăˇă‚‰ă¸" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1859 +#, python-format +msgid "Add All Info..." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1683 +#, python-format +msgid "Export Formats" +msgstr "エクスăťăĽăă®ĺ˝˘ĺĽŹ" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:974 +#, python-format +msgid "On change:" +msgstr "変更:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/views.js:865 +#, python-format +msgid "Model %s fields" +msgstr "ă˘ă‡ă« %s é …ç›®" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:893 +#, python-format +msgid "Setting 'id' attribute on existing record %s" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:8 +#, python-format +msgid "List" +msgstr "ăŞă‚ąă" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1881 +#: code:addons/web/static/src/js/search.js:1915 +#: code:addons/web/static/src/js/search.js:1940 +#, python-format +msgid "greater than" +msgstr "次ă‚り大ăŤă„" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:2248 +#: code:addons/web/static/src/xml/base.xml:546 +#, python-format +msgid "View" +msgstr "ă“ăĄăĽ" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1466 +#, python-format +msgid "Save Filter" +msgstr "ă•ă‚Łă«ă‚żă‚’äżťĺ­" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1344 +#, python-format +msgid "Action ID:" +msgstr "アクシă§ăłID:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:457 +#, python-format +msgid "Your user's preference timezone does not match your browser timezone:" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:1223 +#, python-format +msgid "Field '%s' specified in view could not be found." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1756 +#, python-format +msgid "Saved exports:" +msgstr "äżťĺ­ă•ă‚Śăźă‚¨ă‚Żă‚ąăťăĽă:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:320 +#, python-format +msgid "Old Password:" +msgstr "古ă„ă‘ă‚ąăŻăĽă‰" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/formats.js:113 +#, python-format +msgid "Bytes,Kb,Mb,Gb,Tb,Pb,Eb,Zb,Yb" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:481 +#, python-format +msgid "The database has been duplicated." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1625 +#, python-format +msgid "Apply" +msgstr "é©ç”¨" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1386 +#, python-format +msgid "Save & New" +msgstr "äżťĺ­ă—ă¦ć–°č¦Ź" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1223 +#: code:addons/web/static/src/xml/base.xml:1225 +#, python-format +msgid "Save As" +msgstr "ĺŤĺ‰Ťă‚’ä»ă‘ă¦äżťĺ­" + +#. module: web +#. openerp-web +#: code:addons/web/doc/module/static/src/xml/web_example.xml:3 +#, python-format +msgid "00:00:00" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:2317 +#, python-format +msgid "E-mail error" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/coresetup.js:605 +#, python-format +msgid "a day ago" +msgstr "1日前" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1789 +#, python-format +msgid "Does your file have titles?" +msgstr "ăťă®ă•ă‚ˇă‚¤ă«ăŻă‚żă‚¤ăă«ă‚’ćŚăŁă¦ă„ăľă™ă‹ďĽź" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:327 +#, python-format +msgid "Unlimited" +msgstr "ĺ¶é™ăŞă—" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:784 +#, python-format +msgid "" +"Warning, the record has been modified, your changes will be discarded.\n" +"\n" +"Are you sure you want to leave this page ?" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:2904 +#, python-format +msgid "Search: " +msgstr "検索: " + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:544 +#, python-format +msgid "Technical translation" +msgstr "技術翻訳" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1797 +#, python-format +msgid "Delimiter:" +msgstr "区ĺ‡ă‚Šć–‡ĺ­—:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:462 +#, python-format +msgid "Browser's timezone" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1605 +#, python-format +msgid "Filter name" +msgstr "ă•ă‚Łă«ă‚żĺŤ" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1464 +#, python-format +msgid "-- Actions --" +msgstr "--アクシă§ăł--" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:4134 +#: code:addons/web/static/src/js/view_form.js:4294 +#: code:addons/web/static/src/xml/base.xml:1407 +#: code:addons/web/static/src/xml/base.xml:1705 +#, python-format +msgid "Add" +msgstr "追加" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:536 +#, python-format +msgid "Toggle Form Layout Outline" +msgstr "ăă‚°ă«ĺ˝˘ĺĽŹă®ă¬ă‚¤ă‚˘ă‚¦ăă®ć¦‚観" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:421 +#, python-format +msgid "OpenERP.com" +msgstr "OpenERP.com" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:2317 +#, python-format +msgid "Can't send email to invalid e-mail address" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:636 +#, python-format +msgid "Add..." +msgstr "追加" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:405 +#, python-format +msgid "Preferences" +msgstr "個人設定" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:436 +#, python-format +msgid "Wrong on change format: %s" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/controllers/main.py:750 +#: code:addons/web/static/src/xml/base.xml:185 +#, python-format +msgid "Drop Database" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:466 +#, python-format +msgid "Click here to change your user's timezone." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:966 +#, python-format +msgid "Modifiers:" +msgstr "修飾:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:627 +#, python-format +msgid "Delete this attachment" +msgstr "ă“ă®ć·»ä»ă®ĺ‰Šé™¤" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:774 +#: code:addons/web/static/src/xml/base.xml:815 +#: code:addons/web/static/src/xml/base.xml:1382 +#: code:addons/web/static/src/xml/base.xml:1612 +#, python-format +msgid "Save" +msgstr "äżťĺ­" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/views.js:999 +#: code:addons/web/static/src/xml/base.xml:352 +#, python-format +msgid "More" +msgstr "ă•ă‚‰ă«" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:73 +#, python-format +msgid "Username" +msgstr "ă¦ăĽă‚¶ĺŤ" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:481 +#, python-format +msgid "Duplicating database" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:563 +#, python-format +msgid "Password has been changed successfully" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list_editable.js:788 +#, python-format +msgid "The form's data can not be discarded" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:533 +#, python-format +msgid "Debug View#" +msgstr "ă“ăĄăĽă‚’ă‡ăăă‚°" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:77 +#, python-format +msgid "Log in" +msgstr "ă­ă‚°ă‚¤ăł" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:198 +#: code:addons/web/static/src/js/view_list.js:346 +#: code:addons/web/static/src/xml/base.xml:1764 +#, python-format +msgid "Delete" +msgstr "削除" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/pyeval.js:769 +#, python-format +msgid "" +"Local evaluation failure\n" +"%s\n" +"\n" +"%s" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:350 +#, python-format +msgid "Invalid database name" +msgstr "無効ăŞă‡ăĽă‚żă™ăĽă‚ąĺŤ" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1693 +#, python-format +msgid "Save fields list" +msgstr "é …ç›®ăŞă‚ąăă‚’äżťĺ­" + +#. module: web +#. openerp-web +#: code:addons/web/doc/module/static/src/xml/web_example.xml:5 +#, python-format +msgid "Start" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/views.js:823 +#, python-format +msgid "View Log (%s)" +msgstr "ă“ăĄăĽă®ă­ă‚° (%s)" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:564 +#, python-format +msgid "Creation Date:" +msgstr "ć—Ąä»ă®ä˝ść:" + +#. module: web +#: code:addons/web/controllers/main.py:790 +#: code:addons/web/controllers/main.py:835 +#, python-format +msgid "Error, password not changed !" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:4850 +#, python-format +msgid "The selected file exceed the maximum file size of %s." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:632 +#: code:addons/web/static/src/xml/base.xml:1300 +#, python-format +msgid "/web/binary/upload_attachment" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:563 +#, python-format +msgid "Changed Password" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1431 +#, python-format +msgid "Search" +msgstr "検索" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:3032 +#: code:addons/web/static/src/js/view_form.js:3668 +#: code:addons/web/static/src/js/view_form.js:3785 +#: code:addons/web/static/src/js/view_form.js:4230 +#: code:addons/web/static/src/js/view_form.js:4353 +#, python-format +msgid "Open: " +msgstr "é–‹ăŹ: " + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:218 +#: code:addons/web/static/src/xml/base.xml:309 +#, python-format +msgid "Backup" +msgstr "ăăクアăă—" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/dates.js:76 +#: code:addons/web/static/src/js/dates.js:80 +#, python-format +msgid "'%s' is not a valid time" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/formats.js:274 +#, python-format +msgid "'%s' is not a correct date" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:933 +#, python-format +msgid "(nolabel)" +msgstr "ďĽă©ă™ă«ăŞă—)" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/coresetup.js:606 +#, python-format +msgid "%d days ago" +msgstr "%d 日前" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1474 +#, python-format +msgid "(Any existing filter with the same name will be replaced)" +msgstr "ďĽĺŚăĺŤĺ‰Ťă®ć—˘ĺ­ă®ă•ă‚Łă«ă‚żăŻç˝®ăŤćŹ›ăられăľă™ďĽ‰" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:1918 +#: code:addons/web/static/src/xml/base.xml:338 +#: code:addons/web/static/src/xml/base.xml:1377 +#: code:addons/web/static/src/xml/base.xml:1860 +#, python-format +msgid "Cancel" +msgstr "ă‚­ăŁăłă‚»ă«" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/coresetup.js:628 +#: code:addons/web/static/src/xml/base.xml:9 +#, python-format +msgid "Loading..." +msgstr "読込ăżä¸­..." + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:567 +#, python-format +msgid "Latest Modification by:" +msgstr "最終更新者:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:1242 +#: code:addons/web/static/src/xml/base.xml:470 +#, python-format +msgid "Timezone mismatch" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:1646 +#, python-format +msgid "Unknown operator %s in domain %s" +msgstr "ă‰ăˇă‚¤ăł %s ă«ç„ˇĺŠąăŞćĽ”ç®— %s ăŚă‚ă‚Šăľă™" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:428 +#, python-format +msgid "%d / %d" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1782 +#, python-format +msgid "2. Check your file format" +msgstr "2. ă•ă‚ˇă‚¤ă«ĺ˝˘ĺĽŹă®ăェăă‚Ż" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1718 +#, python-format +msgid "Name" +msgstr "ĺŤĺ‰Ť" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1775 +#, python-format +msgid "" +"Select a .CSV file to import. If you need a sample of file to import,\n" +" you should use the export tool with the \"Import Compatible\" option." +msgstr "" +"イăłăťăĽăă™ă‚‹ă•ă‚ˇă‚¤ă«ă®ă‚µăłă—ă«ăŚĺż…č¦ăŞă‚‰ă°ă€ă‚¤ăłăťăĽăă™ă‚‹CSVă•ă‚ˇă‚¤ă«ă‚’é¸ćŠžă—ăľă™ă€‚\n" +"      エクスăťăĽăă„ăĽă«ă§ă‚¤ăłăťăĽă互換オă—ă‚·ă§ăłă‚’使ăŁă¦ä¸‹ă•ă„。" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/coresetup.js:608 +#, python-format +msgid "%d months ago" +msgstr "%dă¶ćśĺ‰Ť" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:187 +#: code:addons/web/static/src/xml/base.xml:308 +#, python-format +msgid "Drop" +msgstr "削除" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1465 +#, python-format +msgid "Add Advanced Filter" +msgstr "é«ĺş¦ăŞă•ă‚Łă«ă‚żă‚’追加" + +#. module: web +#: code:addons/web/controllers/main.py:828 +#, python-format +msgid "The new password and its confirmation must be identical." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:542 +#: code:addons/web/static/src/xml/base.xml:248 +#, python-format +msgid "Restore Database" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:644 +#, python-format +msgid "Login" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:420 +#, python-format +msgid "Licenced under the terms of" +msgstr "ă©ă‚¤ă‚»ăłă‚ąă«ćş–ć‹ " + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:250 +#: code:addons/web/static/src/xml/base.xml:310 +#, python-format +msgid "Restore" +msgstr "ăŞă‚ąăア" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1677 +#, python-format +msgid "Export Type:" +msgstr "エクスăťăĽăă®ă‚żă‚¤ă—:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:406 +#, python-format +msgid "Log out" +msgstr "ă­ă‚°ă‚˘ă‚¦ă" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1090 +#, python-format +msgid "Group by: %s" +msgstr "ă‚°ă«ăĽă—:%s" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:153 +#, python-format +msgid "No data provided." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:345 +#: code:addons/web/static/src/xml/base.xml:1665 +#, python-format +msgid "Export" +msgstr "エクスăťăĽă" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/data_export.js:12 +#, python-format +msgid "Export To File" +msgstr "ă•ă‚ˇă‚¤ă«ă«ă‚¨ă‚Żă‚ąăťăĽă" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/views.js:1097 +#, python-format +msgid "You must choose at least one record." +msgstr "ĺ°‘ăŞăŹă¨ă‚‚1ă¤ă®ă¬ă‚łăĽă‰ă‚’é¸ă‚“ă§ä¸‹ă•ă„。" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/coresetup.js:631 +#, python-format +msgid "Don't leave yet,
    it's still loading..." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:775 +#, python-format +msgid "Invalid Search" +msgstr "無効ăŞć¤śç´˘" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:980 +#, python-format +msgid "Could not find id in dataset" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1707 +#, python-format +msgid "Remove All" +msgstr "ĺ…¨ă¦ă‚’削除" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1340 +#, python-format +msgid "Method:" +msgstr "ăˇă‚˝ăă‰ďĽš" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:1439 +#, python-format +msgid "%(page)d/%(page_count)d" +msgstr "%(page)d / %(page_count)d" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:397 +#, python-format +msgid "The confirmation does not match the password" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:441 +#, python-format +msgid "Edit Company data" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:4886 +#, python-format +msgid "Save As..." +msgstr "ĺŤĺ‰Ťă‚’ä»ă‘ă¦äżťĺ­" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:5007 +#, python-format +msgid "Could not display the selected image." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:509 +#, python-format +msgid "Database backed up successfully" +msgstr "ă‡ăĽă‚żă™ăĽă‚ąăŻć­Łĺ¸¸ă«ăăクアăă—ă•ă‚Śăľă—ăź" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1808 +#, python-format +msgid "" +"For use if CSV files have titles on multiple lines, skips more than a single " +"line during import" +msgstr "CVSă•ă‚ˇă‚¤ă«ăŚč¤‡ć•°čˇŚă§ă‚ă‚Šă€ă‚żă‚¤ăă«ă‚’ćŚăŁă¦ă„ăźĺ ´ĺă€ă‚¤ăłăťăĽăă®éš›ă«ďĽ‘行以上をスキăă—ă™ă‚‹ăźă‚ă«ä˝żç”¨ă—ăľă™" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:394 +#, python-format +msgid "99+" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1774 +#, python-format +msgid "1. Import a .CSV file" +msgstr "1. CVSă•ă‚ˇă‚¤ă«ă®ă‚¤ăłăťăĽă" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:644 +#, python-format +msgid "No database selected !" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/formats.js:180 +#, python-format +msgid "(%d records)" +msgstr "ďĽ%d ă¬ă‚łăĽă‰ďĽ‰" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:970 +#, python-format +msgid "Change default:" +msgstr "ă‡ă•ă‚©ă«ăă®ĺ¤‰ć›´ďĽš" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:171 +#, python-format +msgid "Original database name:" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1869 +#: code:addons/web/static/src/js/search.js:1879 +#: code:addons/web/static/src/js/search.js:1913 +#: code:addons/web/static/src/js/search.js:1938 +#, python-format +msgid "is equal to" +msgstr "ăŻć¬ˇă¨ä¸€č‡´ă™ă‚‹" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/views.js:1500 +#, python-format +msgid "Could not serialize XML" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1619 +#, python-format +msgid "Advanced Search" +msgstr "é«ĺş¦ăŞć¤śç´˘" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:290 +#, python-format +msgid "Confirm new master password:" +msgstr "ć–°ă—ă„ăžă‚ąă‚żă‘ă‚ąăŻăĽă‰ă®ç˘şčŞŤďĽš" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/coresetup.js:634 +#, python-format +msgid "Maybe you should consider reloading the application by pressing F5..." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:17 +#: code:addons/web/static/src/js/view_list.js:2248 +#: code:addons/web/static/src/xml/base.xml:111 +#: code:addons/web/static/src/xml/base.xml:306 +#: code:addons/web/static/src/xml/base.xml:812 +#: code:addons/web/static/src/xml/base.xml:1376 +#, python-format +msgid "Create" +msgstr "作ć" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1868 +#, python-format +msgid "doesn't contain" +msgstr "ĺ«ăľăŞă„" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1785 +#, python-format +msgid "Import Options" +msgstr "イăłăťăĽăă‚Şă—ă‚·ă§ăł" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:2936 +#, python-format +msgid "Add %s" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:145 +#, python-format +msgid "Admin password:" +msgstr "アă‰ăźăłç”¨ă‘ă‚ąăŻăĽă‰ďĽš" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/data_export.js:11 +#: code:addons/web/static/src/js/view_form.js:1067 +#: code:addons/web/static/src/xml/base.xml:1394 +#, python-format +msgid "Close" +msgstr "é–‰ăă‚‹" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/coresetup.js:632 +#, python-format +msgid "" +"You may not believe it,
    but the application is actually loading..." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1779 +#, python-format +msgid "CSV File:" +msgstr "CSVă•ă‚ˇă‚¤ă«ďĽš" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1741 +#, python-format +msgid "Advanced" +msgstr "é«ĺş¦" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_tree.js:11 +#, python-format +msgid "Tree" +msgstr "ă„ăŞăĽ" + +#. module: web +#: code:addons/web/controllers/main.py:750 +#, python-format +msgid "Could not drop database !" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/formats.js:227 +#, python-format +msgid "'%s' is not a correct integer" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:877 +#, python-format +msgid "All users" +msgstr "ĺ…¨ă¦ă®ă¦ăĽă‚¶" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:1654 +#, python-format +msgid "Unknown field %s in domain %s" +msgstr "ă‰ăˇă‚¤ăł %s ă«ç„ˇĺŠąăŞé …ç›® %s ăŚă‚ă‚Šăľă™" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/views.js:1466 +#, python-format +msgid "Node [%s] is not a JSONified XML node" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1428 +#, python-format +msgid "Advanced Search..." +msgstr "é«ĺş¦ăŞć¤śç´˘..." + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:499 +#, python-format +msgid "Dropping database" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:82 +#: code:addons/web/static/src/xml/base.xml:445 +#, python-format +msgid "Powered by" +msgstr "ă§ĺ‹•ăŹ" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1380 +#: code:addons/web/static/src/xml/base.xml:970 +#, python-format +msgid "Yes" +msgstr "ăŻă„" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:4871 +#, python-format +msgid "There was a problem while uploading your file" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:558 +#, python-format +msgid "XML ID:" +msgstr "XML ID:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:954 +#, python-format +msgid "Size:" +msgstr "サイズ:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1824 +#, python-format +msgid "--- Don't Import ---" +msgstr "---イăłăťăĽăăŞă—---" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1679 +#, python-format +msgid "Import-Compatible Export" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/coresetup.js:610 +#, python-format +msgid "%d years ago" +msgstr "%d年前" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:1040 +#, python-format +msgid "Unknown m2m command %s" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:1068 +#, python-format +msgid "Save default" +msgstr "ă‡ă•ă‚©ă«ăă«äżťĺ­" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:121 +#: code:addons/web/static/src/xml/base.xml:175 +#: code:addons/web/static/src/xml/base.xml:264 +#, python-format +msgid "New database name:" +msgstr "ć–°ă—ă„ă‡ăĽă‚żă™ăĽă‚ąĺŤďĽš" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:394 +#, python-format +msgid "Please enter your new password" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:4886 +#, python-format +msgid "The field is empty, there's nothing to save !" +msgstr "é …ç›®ăŻç©şă§ă™ă€‚何も保ĺ­ă™ă‚‹ă‚‚ă®ăŻă‚ă‚Šăľă›ă‚“。" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:545 +#, python-format +msgid "Manage Views" +msgstr "ă“ăĄăĽă®ç®ˇç†" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1801 +#, python-format +msgid "Encoding:" +msgstr "エăłă‚łăĽă‰ďĽš" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1808 +#, python-format +msgid "Lines to skip" +msgstr "ă‚ąă‚­ăă—ă™ă‚‹čˇŚ" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:2858 +#, python-format +msgid "Create \"%s\"" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/data_export.js:361 +#, python-format +msgid "Please select fields to save export list..." +msgstr "エクスăťăĽăăŞă‚ąăă«äżťĺ­ă™ă‚‹é …目をé¸ă‚“ă§ăŹă ă•ă„" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:418 +#, python-format +msgid "Copyright © 2004-TODAY OpenERP SA. All Rights Reserved." +msgstr "Copyright © 2004-TODAY OpenERP SA. All Rights Reserved." + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:2346 +#, python-format +msgid "This resource is empty" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1689 +#, python-format +msgid "Available fields" +msgstr "ĺ©ç”¨ĺŹŻč˝ăŞé …ç›®" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1835 +#, python-format +msgid "The import failed due to:" +msgstr "次ă®ç†ç”±ă§ă‚¤ăłăťăĽăă«ĺ¤±ć•—ă—ăľă—ăźďĽš" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/views.js:812 +#: code:addons/web/static/src/xml/base.xml:539 +#, python-format +msgid "JS Tests" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1750 +#, python-format +msgid "Save as:" +msgstr "ĺŤĺ‰Ťă‚’ä»ă‘ă¦äżťĺ­ :" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:927 +#, python-format +msgid "Filter on: %s" +msgstr "ă•ă‚Łă«ă‚żďĽš%s" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:2904 +#: code:addons/web/static/src/js/view_form.js:3757 +#, python-format +msgid "Create: " +msgstr "作ć: " + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:540 +#, python-format +msgid "View Fields" +msgstr "é …ç›®ă®ă“ăĄăĽ" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:330 +#, python-format +msgid "Confirm New Password:" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:575 +#, python-format +msgid "Do you really want to remove these records?" +msgstr "ă“ă®ă¬ă‚łăĽă‰ă‚’削除ă—ăľă™ă‹ďĽź" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:958 +#, python-format +msgid "Context:" +msgstr "ă‚łăłă†ă‚­ă‚ąă:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1933 +#: code:addons/web/static/src/js/search.js:1960 +#, python-format +msgid "is" +msgstr "ăŚć¬ˇă§ă‚ă‚‹" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/data_export.js:6 +#, python-format +msgid "Export Data" +msgstr "ă‡ăĽă‚żă®ă‚¨ă‚Żă‚ąăťăĽă" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:962 +#, python-format +msgid "Domain:" +msgstr "ă‰ăˇă‚¤ăłďĽš" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:834 +#, python-format +msgid "Default:" +msgstr "ă‡ă•ă‚©ă«ă:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:82 +#: code:addons/web/static/src/xml/base.xml:446 +#, python-format +msgid "OpenERP" +msgstr "OpenERP" + +#. module: web +#. openerp-web +#: code:addons/web/doc/module/static/src/xml/web_example.xml:8 +#, python-format +msgid "Stop" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:68 +#: code:addons/web/static/src/xml/base.xml:193 +#: code:addons/web/static/src/xml/base.xml:225 +#, python-format +msgid "Database:" +msgstr "ă‡ăĽă‚żă™ăĽă‚ą:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1183 +#: code:addons/web/static/src/xml/base.xml:1240 +#, python-format +msgid "Uploading ..." +msgstr "アăă—ă­ăĽă‰ä¸­â€¦" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1853 +#, python-format +msgid "Name:" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:1058 +#, python-format +msgid "About" +msgstr "ă«ă¤ă„ă¦" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1431 +#, python-format +msgid "Search Again" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1455 +#, python-format +msgid "-- Filters --" +msgstr "--ă•ă‚Łă«ă‚ż--" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1230 +#: code:addons/web/static/src/xml/base.xml:1232 +#, python-format +msgid "Clear" +msgstr "ă‚ŻăŞă‚˘" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1680 +#, python-format +msgid "Export all Data" +msgstr "ĺ…¨ă¦ă®ă‡ăĽă‚żă‚’エクスăťăĽă" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:1334 +#, python-format +msgid "" +"Grouping on field '%s' is not possible because that field does not appear in " +"the list view." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:537 +#, python-format +msgid "Set Defaults" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1670 +#, python-format +msgid "" +"This wizard will export all data that matches the current search criteria to " +"a CSV file.\n" +" You can export all data or only the fields that can be " +"reimported after modification." +msgstr "" +"ă“ă®ă‚¦ă‚Łă‚¶ăĽă‰ăŻďĽŚçŹľĺś¨ă®ć¤śç´˘ćťˇä»¶ă«ĺ致ă—ăźĺ…¨ă¦ă®ă‡ăĽă‚żă‚’CSVă•ă‚ˇă‚¤ă«ă¨ă—ă¦ă‚¨ă‚Żă‚ąăťăĽăă—ăľă™ă€‚\n" +"            全ă¦ă®ă‡ăĽă‚żďĽŚăľăźăŻĺ¤‰ć›´ĺľŚă«ĺ†Ťă‚¤ăłăťăĽăă—ăźé …ç›®ă®ăżă‚’エクスăťăĽăă§ăŤăľă™ă€‚" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:321 +#, python-format +msgid "The record could not be found in the database." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1472 +#, python-format +msgid "Filter Name:" +msgstr "ă•ă‚Łă«ă‚żĺŤďĽš" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:946 +#, python-format +msgid "Type:" +msgstr "タイă—:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:538 +#, python-format +msgid "Incorrect super-administrator password" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:942 +#, python-format +msgid "Object:" +msgstr "ă‚Şă–ジェクă:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:292 +#: code:addons/web/static/src/js/chrome.js:326 +#, python-format +msgid "Loading" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/coresetup.js:609 +#, python-format +msgid "about a year ago" +msgstr "1年前" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1870 +#: code:addons/web/static/src/js/search.js:1880 +#: code:addons/web/static/src/js/search.js:1914 +#: code:addons/web/static/src/js/search.js:1939 +#, python-format +msgid "is not equal to" +msgstr "ăŻć¬ˇă¨ä¸€č‡´ă—ăŞă„" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:5036 +#, python-format +msgid "" +"The type of the field '%s' must be a many2many field with a relation to " +"'ir.attachment' model." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/coresetup.js:604 +#, python-format +msgid "%d hours ago" +msgstr "%d時間前" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:4206 +#: code:addons/web/static/src/js/view_form.js:4335 +#, python-format +msgid "Add: " +msgstr "追加: " + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1858 +#, python-format +msgid "Quick Add" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1805 +#, python-format +msgid "Latin 1" +msgstr "ă©ă†ăł1" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:260 +#: code:addons/web/static/src/js/chrome.js:269 +#: code:addons/web/static/src/js/chrome.js:449 +#: code:addons/web/static/src/js/chrome.js:792 +#: code:addons/web/static/src/js/view_form.js:572 +#: code:addons/web/static/src/js/view_form.js:1923 +#: code:addons/web/static/src/xml/base.xml:1752 +#, python-format +msgid "Ok" +msgstr "OK" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/views.js:1162 +#, python-format +msgid "Uploading..." +msgstr "アăă—ă­ăĽă‰ä¸­..." + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:125 +#, python-format +msgid "Load Demonstration data:" +msgstr "ă‡ă˘ç”¨ă®ă‡ăĽă‚żă‚’読込ăżä¸­ďĽš" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:615 +#, python-format +msgid "Created by :" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/dates.js:22 +#: code:addons/web/static/src/js/dates.js:26 +#, python-format +msgid "'%s' is not a valid datetime" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:256 +#, python-format +msgid "File:" +msgstr "ă•ă‚ˇă‚¤ă«:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1882 +#: code:addons/web/static/src/js/search.js:1916 +#: code:addons/web/static/src/js/search.js:1941 +#, python-format +msgid "less than" +msgstr "次ă‚ă‚Šĺ°Źă•ă„" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:687 +#: code:addons/web/static/src/js/views.js:1097 +#, python-format +msgid "Warning" +msgstr "注意" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:547 +#, python-format +msgid "Edit SearchView" +msgstr "検索ă“ăĄăĽă®ç·¨é›†" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1975 +#, python-format +msgid "is true" +msgstr "ăŻć­Łă—ă„" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:3909 +#, python-format +msgid "Add an item" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1603 +#, python-format +msgid "Save current filter" +msgstr "現在ă®ă•ă‚Łă«ă‚żă‚’äżťĺ­" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:1915 +#, python-format +msgid "Confirm" +msgstr "確認" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/data_export.js:126 +#, python-format +msgid "Please enter save field list name" +msgstr "保管ă™ă‚‹é …ç›®ăŞă‚ąăĺŤă‚’ĺ…Ąă‚Śă¦ăŹă ă•ă„" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:2206 +#, python-format +msgid "Download \"%s\"" +msgstr "%s ă®ă€ă‚¦ăłă­ăĽă‰" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:326 +#, python-format +msgid "New" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:1767 +#, python-format +msgid "Can't convert value %s to context" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/views.js:807 +#: code:addons/web/static/src/xml/base.xml:541 +#, python-format +msgid "Fields View Get" +msgstr "é …ç›®ă“ăĄăĽă®ĺŹ–ĺľ—" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:149 +#, python-format +msgid "Confirm password:" +msgstr "ă‘ă‚ąăŻăĽă‰ç˘şčŞŤ" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1883 +#: code:addons/web/static/src/js/search.js:1917 +#: code:addons/web/static/src/js/search.js:1942 +#, python-format +msgid "greater or equal than" +msgstr "次ă‚り大ăŤă„ă‹ç­‰ă—ă„" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1321 +#, python-format +msgid "Button" +msgstr "ăśă‚żăł" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:418 +#, python-format +msgid "OpenERP is a trademark of the" +msgstr "OpenERPăŻĺ•†ć¨™ă§ă™" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/data_export.js:374 +#, python-format +msgid "Please select fields to export..." +msgstr "エクスăťăĽăă™ă‚‹é …目をé¸ă‚“ă§ăŹă ă•ă„" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:286 +#, python-format +msgid "New master password:" +msgstr "ć–°ă—ă„ăžă‚ąă‚żă‘ă‚ąăŻăĽă‰ďĽš" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1976 +#, python-format +msgid "is false" +msgstr "ăŻć­Łă—ăŹăŞă„" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:404 +#, python-format +msgid "About OpenERP" +msgstr "OpenERPă«ă¤ă„ă¦" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/formats.js:297 +#, python-format +msgid "'%s' is not a correct date, datetime nor time" +msgstr "" + +#. module: web +#: code:addons/web/controllers/main.py:1264 +#, python-format +msgid "No content found for field '%s' on '%s:%s'" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:304 +#, python-format +msgid "Database Management" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:5007 +#, python-format +msgid "Image" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:81 +#, python-format +msgid "Manage Databases" +msgstr "ă‡ăĽă‚żă™ăĽă‚ąă®ç®ˇç†" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/pyeval.js:765 +#, python-format +msgid "Evaluation Error" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1283 +#, python-format +msgid "not a valid integer" +msgstr "ć­Łă—ă„ăăŞă‚¬ăĽă§ăŻă‚ă‚Šăľă›ă‚“" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:337 +#: code:addons/web/static/src/xml/base.xml:776 +#: code:addons/web/static/src/xml/base.xml:816 +#: code:addons/web/static/src/xml/base.xml:1376 +#: code:addons/web/static/src/xml/base.xml:1384 +#: code:addons/web/static/src/xml/base.xml:1630 +#, python-format +msgid "or" +msgstr "ăľăźăŻ" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1381 +#, python-format +msgid "No" +msgstr "ă„ă„ă" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/formats.js:309 +#, python-format +msgid "'%s' is not convertible to date, datetime nor time" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:199 +#: code:addons/web/static/src/xml/base.xml:161 +#: code:addons/web/static/src/xml/base.xml:307 +#, python-format +msgid "Duplicate" +msgstr "複製" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:777 +#: code:addons/web/static/src/xml/base.xml:817 +#: code:addons/web/static/src/xml/base.xml:1391 +#, python-format +msgid "Discard" +msgstr "破棄" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1624 +#, python-format +msgid "Add a condition" +msgstr "条件ă®čż˝ĺŠ " + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/coresetup.js:629 +#, python-format +msgid "Still loading..." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:818 +#, python-format +msgid "Incorrect value for field %(fieldname)s: [%(value)s] is %(message)s" +msgstr "é …ç›® %(fieldname)s ă®čޤăŁăźĺ€¤ďĽš [%(value)s] 㯠%(message)s" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:3805 +#, python-format +msgid "The o2m record must be saved before an action can be used" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:509 +#, python-format +msgid "Backed" +msgstr "ăăクアăă—ă•ă‚Śăľă—ăź" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1610 +#, python-format +msgid "Use by default" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:1348 +#, python-format +msgid "%s (%d)" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:775 +#, python-format +msgid "triggered from search view" +msgstr "検索ă“ăĄăĽă«ă‚ăŁă¦čµ·ĺ‹•" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:978 +#, python-format +msgid "Filter" +msgstr "ă•ă‚Łă«ă‚ż" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:950 +#, python-format +msgid "Widget:" +msgstr "ウィジェăă:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:548 +#, python-format +msgid "Edit Action" +msgstr "アクシă§ăłă®ç·¨é›†" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:555 +#, python-format +msgid "ID:" +msgstr "ID:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:870 +#, python-format +msgid "Only you" +msgstr "ă‚ăŞăźă ă‘" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:549 +#, python-format +msgid "Edit Workflow" +msgstr "ăŻăĽă‚Żă•ă­ăĽă‚’編集" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/views.js:1171 +#, python-format +msgid "Do you really want to delete this attachment ?" +msgstr "ă“ă®ć·»ä»ă‚’本当ă«ĺ‰Šé™¤ă—ăľă™ă‹ďĽź" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/views.js:840 +#, python-format +msgid "Technical Translation" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:938 +#, python-format +msgid "Field:" +msgstr "項目:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:620 +#, python-format +msgid "Modified by :" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:499 +#, python-format +msgid "The database %s has been dropped" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:460 +#, python-format +msgid "User's timezone" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:284 +#: code:addons/web/static/src/js/chrome.js:1168 +#, python-format +msgid "Client Error" +msgstr "ă‚Żă©ă‚¤ă‚˘ăłăă®ă‚¨ă©ăĽ" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/views.js:998 +#, python-format +msgid "Print" +msgstr "印ĺ·" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1331 +#, python-format +msgid "Special:" +msgstr "特ĺĄďĽš" + +#. module: web +#: code:addons/web/controllers/main.py:834 +#, python-format +msgid "" +"The old password you provided is incorrect, your password was not changed." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:561 +#, python-format +msgid "Creation User:" +msgstr "ă¦ăĽă‚¶ă®ä˝ść:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:769 +#, python-format +msgid "Do you really want to delete this record?" +msgstr "ă“ă®ă¬ă‚łăĽă‰ă‚’削除ă—ăľă™ă‹ďĽź" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1385 +#, python-format +msgid "Save & Close" +msgstr "äżťĺ­ă—ă¦é–‰ăă‚‹" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:2845 +#, python-format +msgid "Search More..." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:75 +#: code:addons/web/static/src/xml/base.xml:311 +#, python-format +msgid "Password" +msgstr "ă‘ă‚ąăŻăĽă‰" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:546 +#: code:addons/web/static/src/xml/base.xml:809 +#: code:addons/web/static/src/xml/base.xml:1178 +#, python-format +msgid "Edit" +msgstr "編集" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1706 +#, python-format +msgid "Remove" +msgstr "削除" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1062 +#, python-format +msgid "Select date" +msgstr "ć—Ąä»ă‚’é¸ćŠž" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1249 +#, python-format +msgid "Search %(field)s for: %(value)s" +msgstr "%(field)s を検索:%(value)s" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1277 +#, python-format +msgid "Delete this file" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:109 +#, python-format +msgid "Create Database" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:420 +#, python-format +msgid "GNU Affero General Public License" +msgstr "GNU Affero General Public License" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1795 +#, python-format +msgid "Separator:" +msgstr "区ĺ‡ă‚Šć–‡ĺ­—:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:300 +#, python-format +msgid "Back to Login" +msgstr "ă­ă‚°ă‚¤ăłă¸ć»ă‚‹" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1662 +#: code:addons/web/static/src/xml/base.xml:1454 +#, python-format +msgid "Filters" +msgstr "ă•ă‚Łă«ă‚ż" diff --git a/web/i18n/ka.po b/web/i18n/ka.po new file mode 100644 index 0000000..4a844d6 --- /dev/null +++ b/web/i18n/ka.po @@ -0,0 +1,2613 @@ +# Georgian translation for openerp-web +# Copyright (c) 2012 Rosetta Contributors and Canonical Ltd 2012 +# This file is distributed under the same license as the openerp-web package. +# FIRST AUTHOR , 2012. +# +msgid "" +msgstr "" +"Project-Id-Version: openerp-web\n" +"Report-Msgid-Bugs-To: FULL NAME \n" +"POT-Creation-Date: 2012-12-21 17:06+0000\n" +"PO-Revision-Date: 2012-12-21 23:00+0000\n" +"Last-Translator: FULL NAME \n" +"Language-Team: Georgian \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Launchpad-Export-Date: 2012-12-22 07:37+0000\n" +"X-Generator: Launchpad (build 16378)\n" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:133 +#, python-format +msgid "Default language:" +msgstr "áśáá’áŁášááˇá®á›á”á‘á á”áśá:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/coresetup.js:602 +#, python-format +msgid "%d minutes ago" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/coresetup.js:630 +#, python-format +msgid "Still loading...
    Please be patient." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1832 +#, python-format +msgid "%(field)s %(operator)s \"%(value)s\"" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1884 +#: code:addons/web/static/src/js/search.js:1918 +#: code:addons/web/static/src/js/search.js:1943 +#, python-format +msgid "less or equal than" +msgstr "áŁá“á áᡠááś áśáá™ášá”á‘áá" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:393 +#, python-format +msgid "Please enter your previous password" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:117 +#: code:addons/web/static/src/xml/base.xml:167 +#: code:addons/web/static/src/xml/base.xml:282 +#, python-format +msgid "Master password:" +msgstr "á›á—áá•áá á ážáá áťášá" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:274 +#, python-format +msgid "Change Master Password" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:491 +#, python-format +msgid "Do you really want to delete the database: %s ?" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1398 +#, python-format +msgid "Search %(field)s at: %(value)s" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:537 +#, python-format +msgid "Access Denied" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:5183 +#, python-format +msgid "Uploading error" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/coresetup.js:603 +#, python-format +msgid "about an hour ago" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/controllers/main.py:768 +#: code:addons/web/static/src/js/chrome.js:514 +#: code:addons/web/static/src/xml/base.xml:216 +#, python-format +msgid "Backup Database" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/views.js:463 +#, python-format +msgid "%(view_type)s view" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/dates.js:49 +#: code:addons/web/static/src/js/dates.js:53 +#, python-format +msgid "'%s' is not a valid date" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1837 +#, python-format +msgid "Here is a preview of the file we could not import:" +msgstr "áá› á¤ááášáᡠá¬ááśááˇá¬áá á á®á”á“á, á áťá›ášáᡠáá›ážáťá á˘áá á”á‘á᪠á•á”á  á›áťá®á”á á®á“á:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/coresetup.js:601 +#, python-format +msgid "about a minute ago" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1297 +#, python-format +msgid "File" +msgstr "" + +#. module: web +#: code:addons/web/controllers/main.py:826 +#, python-format +msgid "You cannot leave any password empty." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:680 +#, python-format +msgid "Invalid username or password" +msgstr "áá ááˇá¬áťá áá á›áťá›á®á›áá á”á‘á”ášá ááś ážáá áťášá" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:206 +#: code:addons/web/static/src/xml/base.xml:238 +#: code:addons/web/static/src/xml/base.xml:260 +#, python-format +msgid "Master Password:" +msgstr "á›á—áá•áá á ážáá áťášá" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1217 +#: code:addons/web/static/src/xml/base.xml:1374 +#, python-format +msgid "Select" +msgstr "áá á©á”á•á" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:549 +#, python-format +msgid "Database restored successfully" +msgstr "á›áťáśááŞá”á›á—á á‘áá–á áá¦á“á’á”áśáášáá á¬áá á›áá˘á”á‘áá—" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:415 +#, python-format +msgid "Version" +msgstr "á•á”á áˇáá" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:570 +#, python-format +msgid "Latest Modification Date:" +msgstr "á’ááśáá®ášá”á‘áᡠá—áá áá¦á:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1459 +#, python-format +msgid "M2O search fields do not currently handle multiple default values" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:1227 +#, python-format +msgid "Widget type '%s' is not implemented" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1608 +#, python-format +msgid "Share with all users" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:77 +#: code:addons/web/static/src/js/view_form.js:321 +#, python-format +msgid "Form" +msgstr "á¤áťá á›á" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1324 +#, python-format +msgid "(no string)" +msgstr "(á›á¬á™á áá•á áá  áá ááˇ)" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/formats.js:282 +#, python-format +msgid "'%s' is not a correct time" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1297 +#, python-format +msgid "not a valid number" +msgstr "áá ááˇá¬áťá á áŞáá¤á á" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:325 +#, python-format +msgid "New Password:" +msgstr "áá®áášá ážáá áťášá:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:610 +#, python-format +msgid "Attachment :" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1691 +#, python-format +msgid "Fields to export" +msgstr "á“ááˇáá”áĄáˇážáťá á˘á”á‘á”ášá á•á”ášá”á‘á" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:1340 +#, python-format +msgid "Undefined" +msgstr "á’ááśáŁáˇáá–á¦á•á á”ášá" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:4871 +#, python-format +msgid "File Upload" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/coresetup.js:607 +#, python-format +msgid "about a month ago" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1600 +#, python-format +msgid "Custom Filters" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1336 +#, python-format +msgid "Button Type:" +msgstr "á¦áášáá™áᡠáˇáá®á”áťá‘á:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:419 +#, python-format +msgid "OpenERP SA Company" +msgstr "OpenERP SA Company" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1553 +#, python-format +msgid "Custom Filter" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:159 +#, python-format +msgid "Duplicate Database" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/controllers/main.py:789 +#: code:addons/web/controllers/main.py:790 +#: code:addons/web/controllers/main.py:826 +#: code:addons/web/controllers/main.py:828 +#: code:addons/web/controllers/main.py:834 +#: code:addons/web/controllers/main.py:835 +#: code:addons/web/static/src/js/chrome.js:768 +#: code:addons/web/static/src/xml/base.xml:276 +#: code:addons/web/static/src/xml/base.xml:336 +#, python-format +msgid "Change Password" +msgstr "ážáá áťášáᡠá¨á”áŞá•ášá" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:3411 +#, python-format +msgid "View type '%s' is not supported in One2Many." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:4951 +#: code:addons/web/static/src/js/view_list.js:2194 +#, python-format +msgid "Download" +msgstr "á©áá›áťá˘á•áá á—á•á" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/formats.js:266 +#, python-format +msgid "'%s' is not a correct datetime" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:417 +#, python-format +msgid "Group" +msgstr "áŻá’áŁá¤á" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:927 +#, python-format +msgid "Unhandled widget" +msgstr "á•ááŻá”á˘á á›á®áá á“áá­á”á áᡠá’áá á”á¨á”" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:982 +#, python-format +msgid "Selection:" +msgstr "áá á©á”áŁášá:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:871 +#, python-format +msgid "The following fields are invalid:" +msgstr "" + +#. module: web +#: code:addons/web/controllers/main.py:847 +#, python-format +msgid "Languages" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1270 +#, python-format +msgid "...Upload in progress..." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1768 +#, python-format +msgid "Import" +msgstr "áá›ážáťá á˘á" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:543 +#, python-format +msgid "Could not restore the database" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:4851 +#, python-format +msgid "File upload" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:3804 +#, python-format +msgid "Action Button" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:542 +#: code:addons/web/static/src/xml/base.xml:1467 +#, python-format +msgid "Manage Filters" +msgstr "á›áá á—á” á¤áášá˘á á”á‘á" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1867 +#, python-format +msgid "contains" +msgstr "á¨á”ááŞáá•áˇ" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/coresetup.js:633 +#, python-format +msgid "Take a minute to get a coffee,
    because it's loading..." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:413 +#, python-format +msgid "Activate the developer mode" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:324 +#, python-format +msgid "Loading (%d)" +msgstr "áá˘á•áá á—á”á‘á (%d)" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1114 +#, python-format +msgid "GroupBy" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:687 +#, python-format +msgid "You must select at least one record." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:535 +#, python-format +msgid "View Log (perm_read)" +msgstr "ášáťá’áᡠáśáá®á•á (perm_read)" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:1061 +#, python-format +msgid "Set Default" +msgstr "áśáá’áŁášááˇá®á›á”á‘á" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:978 +#, python-format +msgid "Relation:" +msgstr "á á”ášááŞáá:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/coresetup.js:600 +#, python-format +msgid "less than a minute ago" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:851 +#, python-format +msgid "Condition:" +msgstr "ážáá áťá‘á:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:1692 +#, python-format +msgid "Unsupported operator %s in domain %s" +msgstr "áŁáŞá®áť áťážá”á áá˘áťá á %s á“áťá›á”áśá¨á %s" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/formats.js:242 +#, python-format +msgid "'%s' is not a correct float" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:549 +#, python-format +msgid "Restored" +msgstr "áá¦á“á’á”áśáášáá" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:394 +#, python-format +msgid "%d-%d of %d" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:2868 +#, python-format +msgid "Create and Edit..." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/pyeval.js:731 +#, python-format +msgid "Unknown nonliteral type " +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:2346 +#, python-format +msgid "Resource error" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1961 +#, python-format +msgid "is not" +msgstr "áá  áá ááˇ" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:550 +#, python-format +msgid "Print Workflow" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:396 +#, python-format +msgid "Please confirm your new password" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1804 +#, python-format +msgid "UTF-8" +msgstr "UTF-8" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:421 +#, python-format +msgid "For more information visit" +msgstr "á›á”á˘á ááśá¤áťá á›ááŞáááˇá—á•áᡠá”á¬á•áá”á—" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1859 +#, python-format +msgid "Add All Info..." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1683 +#, python-format +msgid "Export Formats" +msgstr "á“ááá”áĄáˇážáťá á˘á” á¤áťá á›áá˘á”á‘á" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:974 +#, python-format +msgid "On change:" +msgstr "áŞá•ášáášá”á‘áᡠá“á áťáˇ:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/views.js:865 +#, python-format +msgid "Model %s fields" +msgstr "%s á›áťá“á”ášáᡠá•á”ášá”á‘á" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:893 +#, python-format +msgid "Setting 'id' attribute on existing record %s" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:8 +#, python-format +msgid "List" +msgstr "áˇáá" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1881 +#: code:addons/web/static/src/js/search.js:1915 +#: code:addons/web/static/src/js/search.js:1940 +#, python-format +msgid "greater than" +msgstr "á›á”á˘áá á•áá“á á”" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:2248 +#: code:addons/web/static/src/xml/base.xml:546 +#, python-format +msgid "View" +msgstr "áśáá®á•á" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1466 +#, python-format +msgid "Save Filter" +msgstr "á¨á”ááśáá®á” á¤áášá˘á á" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1344 +#, python-format +msgid "Action ID:" +msgstr "á›áťáĄá›á”á“á”á‘áᡠID:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:457 +#, python-format +msgid "Your user's preference timezone does not match your browser timezone:" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:1223 +#, python-format +msgid "Field '%s' specified in view could not be found." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1756 +#, python-format +msgid "Saved exports:" +msgstr "á¨á”áśáá®áŁášá á”áĄáˇážáťá á˘á”á‘á:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:320 +#, python-format +msgid "Old Password:" +msgstr "á«á•á”ášá ážáá áťášá:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/formats.js:113 +#, python-format +msgid "Bytes,Kb,Mb,Gb,Tb,Pb,Eb,Zb,Yb" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:481 +#, python-format +msgid "The database has been duplicated." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1625 +#, python-format +msgid "Apply" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1386 +#, python-format +msgid "Save & New" +msgstr "á¨á”ááśáá®á” á“á áá®áášá" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1223 +#: code:addons/web/static/src/xml/base.xml:1225 +#, python-format +msgid "Save As" +msgstr "á¨á”ááśáá®á” á áťá’áťá áŞ" + +#. module: web +#. openerp-web +#: code:addons/web/doc/module/static/src/xml/web_example.xml:3 +#, python-format +msgid "00:00:00" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:2317 +#, python-format +msgid "E-mail error" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/coresetup.js:605 +#, python-format +msgid "a day ago" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1789 +#, python-format +msgid "Does your file have titles?" +msgstr "á—áĄá•á”áśáˇ á¤ááášáˇ ááĄá•áˇ áˇáá—ááŁá á?" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:327 +#, python-format +msgid "Unlimited" +msgstr "á¨á”áŁá–á¦áŁá“áá•á" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:784 +#, python-format +msgid "" +"Warning, the record has been modified, your changes will be discarded.\n" +"\n" +"Are you sure you want to leave this page ?" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:2904 +#, python-format +msgid "Search: " +msgstr "á«áá”á‘á: " + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:544 +#, python-format +msgid "Technical translation" +msgstr "á˘á”áĄáśáá™áŁá á á—áá á’á›ááśá" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1797 +#, python-format +msgid "Delimiter:" +msgstr "á’áá›á§áťá¤á:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:462 +#, python-format +msgid "Browser's timezone" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1605 +#, python-format +msgid "Filter name" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1464 +#, python-format +msgid "-- Actions --" +msgstr "--áĄá›á”á“á”á‘á”á‘á--" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:4134 +#: code:addons/web/static/src/js/view_form.js:4294 +#: code:addons/web/static/src/xml/base.xml:1407 +#: code:addons/web/static/src/xml/base.xml:1705 +#, python-format +msgid "Add" +msgstr "á“áá›áá˘á”á‘á" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:536 +#, python-format +msgid "Toggle Form Layout Outline" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:421 +#, python-format +msgid "OpenERP.com" +msgstr "OpenERP.com" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:2317 +#, python-format +msgid "Can't send email to invalid e-mail address" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:636 +#, python-format +msgid "Add..." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:405 +#, python-format +msgid "Preferences" +msgstr "ážáá áá›á”á˘á á”á‘á" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:436 +#, python-format +msgid "Wrong on change format: %s" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/controllers/main.py:750 +#: code:addons/web/static/src/xml/base.xml:185 +#, python-format +msgid "Drop Database" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:466 +#, python-format +msgid "Click here to change your user's timezone." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:966 +#, python-format +msgid "Modifiers:" +msgstr "á›áťá“áá¤áá™áá˘áťá á:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:627 +#, python-format +msgid "Delete this attachment" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:774 +#: code:addons/web/static/src/xml/base.xml:815 +#: code:addons/web/static/src/xml/base.xml:1382 +#: code:addons/web/static/src/xml/base.xml:1612 +#, python-format +msgid "Save" +msgstr "á¨á”áśáá®á•á" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/views.js:999 +#: code:addons/web/static/src/xml/base.xml:352 +#, python-format +msgid "More" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:73 +#, python-format +msgid "Username" +msgstr "á›áťá›á®á›áá á”á‘á”ášá" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:481 +#, python-format +msgid "Duplicating database" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:563 +#, python-format +msgid "Password has been changed successfully" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list_editable.js:788 +#, python-format +msgid "The form's data can not be discarded" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:533 +#, python-format +msgid "Debug View#" +msgstr "á“á”á‘áá’ á•ááŁ#" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:77 +#, python-format +msgid "Log in" +msgstr "á¨á”áˇá•ášá" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:198 +#: code:addons/web/static/src/js/view_list.js:346 +#: code:addons/web/static/src/xml/base.xml:1764 +#, python-format +msgid "Delete" +msgstr "á¬áá¨áášá”" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/pyeval.js:769 +#, python-format +msgid "" +"Local evaluation failure\n" +"%s\n" +"\n" +"%s" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:350 +#, python-format +msgid "Invalid database name" +msgstr "áá ááˇá¬áťá á á‘áá–áᡠáˇáá®á”ášá" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1693 +#, python-format +msgid "Save fields list" +msgstr "á•á”ášá”á‘áᡠá©áá›áťáśáá—á•áášáᡠá¨á”áśáá®á•á" + +#. module: web +#. openerp-web +#: code:addons/web/doc/module/static/src/xml/web_example.xml:5 +#, python-format +msgid "Start" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/views.js:823 +#, python-format +msgid "View Log (%s)" +msgstr "ášáťá’áᡠáśáá®á•á (%s)" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:564 +#, python-format +msgid "Creation Date:" +msgstr "á¨á”áĄá›áśáᡠá—áá áá¦á:" + +#. module: web +#: code:addons/web/controllers/main.py:790 +#: code:addons/web/controllers/main.py:835 +#, python-format +msgid "Error, password not changed !" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:4850 +#, python-format +msgid "The selected file exceed the maximum file size of %s." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:632 +#: code:addons/web/static/src/xml/base.xml:1300 +#, python-format +msgid "/web/binary/upload_attachment" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:563 +#, python-format +msgid "Changed Password" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1431 +#, python-format +msgid "Search" +msgstr "á«á”á‘áśá" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:3032 +#: code:addons/web/static/src/js/view_form.js:3668 +#: code:addons/web/static/src/js/view_form.js:3785 +#: code:addons/web/static/src/js/view_form.js:4230 +#: code:addons/web/static/src/js/view_form.js:4353 +#, python-format +msgid "Open: " +msgstr "á¦áá: " + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:218 +#: code:addons/web/static/src/xml/base.xml:309 +#, python-format +msgid "Backup" +msgstr "áˇáá á”á–á”á á•áť ááˇášá" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/dates.js:76 +#: code:addons/web/static/src/js/dates.js:80 +#, python-format +msgid "'%s' is not a valid time" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/formats.js:274 +#, python-format +msgid "'%s' is not a correct date" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:933 +#, python-format +msgid "(nolabel)" +msgstr "(ááá ášáá§áᡠá’áá á”á¨á”)" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/coresetup.js:606 +#, python-format +msgid "%d days ago" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1474 +#, python-format +msgid "(Any existing filter with the same name will be replaced)" +msgstr "(áá›áá•á” áˇáá®á”ášá¬áťá“á”á‘áᡠáá áˇá”á‘áŁášá á¤áášá˘á á”á‘á ááĄáśá”á‘á á©ááśááŞá•ášá”á‘áŁášá)" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:1918 +#: code:addons/web/static/src/xml/base.xml:338 +#: code:addons/web/static/src/xml/base.xml:1377 +#: code:addons/web/static/src/xml/base.xml:1860 +#, python-format +msgid "Cancel" +msgstr "á¨á”á¬á§á•á”á˘á" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/coresetup.js:628 +#: code:addons/web/static/src/xml/base.xml:9 +#, python-format +msgid "Loading..." +msgstr "áá˘á•áá á—á”á‘á...." + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:567 +#, python-format +msgid "Latest Modification by:" +msgstr "á‘áťášáťáˇ á’ááśáá®ášá“á:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:1242 +#: code:addons/web/static/src/xml/base.xml:470 +#, python-format +msgid "Timezone mismatch" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:1646 +#, python-format +msgid "Unknown operator %s in domain %s" +msgstr "á’ááŁá á™á•á”á•á”ášá áťážá”á áá˘áťá á %s á“áťá›á”áśá¨á %s" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:428 +#, python-format +msgid "%d / %d" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1782 +#, python-format +msgid "2. Check your file format" +msgstr "2. á¨á”áá›áťá¬á›á”á— á—áĄá•á”áśá á¤ááášáᡠá¤áťá á›áá˘á" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1718 +#, python-format +msgid "Name" +msgstr "á“ááˇáá®á”ášá”á‘á" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1775 +#, python-format +msgid "" +"Select a .CSV file to import. If you need a sample of file to import,\n" +" you should use the export tool with the \"Import Compatible\" option." +msgstr "" +"ááá á©áá”á— .CSV á¤ááášá áá›ážáťá á˘áá á”á‘ááˇá—á•ááˇ. á—áŁá™á á—áĄá•á”áś á’á­áá á“á”á‘áá— ááˇá”á—á á¤ááášáᡠ" +"á›áá’áášáá—á, \n" +"ááˇáá á’á”á‘ášá”á— á”áĄáˇážáťá á˘áᡠááśáˇá˘á áŁá›á”áśá˘áá—, á áťá›á”ášáˇá᪠ááĄá•áˇ \"áá›ážáťá á˘á—ááś á¨á”á—ááśáá¬á§áťá‘ááˇ\" " +"áťá¤áŞáá." + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/coresetup.js:608 +#, python-format +msgid "%d months ago" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:187 +#: code:addons/web/static/src/xml/base.xml:308 +#, python-format +msgid "Drop" +msgstr "á¬áá¨ášá" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1465 +#, python-format +msgid "Add Advanced Filter" +msgstr "á“ááá›áá˘á” á á—áŁášá á¤áášá˘á á" + +#. module: web +#: code:addons/web/controllers/main.py:828 +#, python-format +msgid "The new password and its confirmation must be identical." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:542 +#: code:addons/web/static/src/xml/base.xml:248 +#, python-format +msgid "Restore Database" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:644 +#, python-format +msgid "Login" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:420 +#, python-format +msgid "Licenced under the terms of" +msgstr "ášááŞá”áśá–áá á”á‘áŁášáá ážáá áťá‘á”á‘áᡠá“ááŞá•áá—" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:250 +#: code:addons/web/static/src/xml/base.xml:310 +#, python-format +msgid "Restore" +msgstr "áá¦á“á’á”áśá" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1677 +#, python-format +msgid "Export Type:" +msgstr "á”áĄáˇážáťá á˘áᡠáˇáá®á”áťá‘á:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:406 +#, python-format +msgid "Log out" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1090 +#, python-format +msgid "Group by: %s" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:153 +#, python-format +msgid "No data provided." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:345 +#: code:addons/web/static/src/xml/base.xml:1665 +#, python-format +msgid "Export" +msgstr "á”áĄáˇážáťá á˘á" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/data_export.js:12 +#, python-format +msgid "Export To File" +msgstr "á¤ááášá¨á á”áĄáˇážáťá á˘á" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/views.js:1097 +#, python-format +msgid "You must choose at least one record." +msgstr "á—áĄá•á”áś á›ááśáá›áŁá› á”á á—á á©ááśáá¬á”á á á›áááśáŞ áŁáśá“á ááá á©ááťá—" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/coresetup.js:631 +#, python-format +msgid "Don't leave yet,
    it's still loading..." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:775 +#, python-format +msgid "Invalid Search" +msgstr "áá ááˇá¬áťá á á«á”á‘áśá" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:980 +#, python-format +msgid "Could not find id in dataset" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1707 +#, python-format +msgid "Remove All" +msgstr "á§á•á”ášáᡠá›áťáŞáášá”á‘á" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1340 +#, python-format +msgid "Method:" +msgstr "á›á”á—áťá“á:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:1439 +#, python-format +msgid "%(page)d/%(page_count)d" +msgstr "%(page)d/%(page_count)d" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:397 +#, python-format +msgid "The confirmation does not match the password" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:441 +#, python-format +msgid "Edit Company data" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:4886 +#, python-format +msgid "Save As..." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:5007 +#, python-format +msgid "Could not display the selected image." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:509 +#, python-format +msgid "Database backed up successfully" +msgstr "á›áťáśááŞá”á›á—á á‘áá–á á“áá á”á–á”á á•á“á á¬áá á›áá˘á”á‘áá—" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1808 +#, python-format +msgid "" +"For use if CSV files have titles on multiple lines, skips more than a single " +"line during import" +msgstr "" +"á’áá›áťá§á”áśá”á‘ááˇá—á•ááˇ, á—áŁá™á CSV á¤ááášá”á‘ᡠááĄá•á— á›á áá•áášá®áá–áááśá áˇáá—ááŁá á”á‘á, " +"áá›ážáťá á˘áá á”á‘ááˇáᡠá”á á— á®áá–á–á” á›á”á˘á á’áá›áťá˘áťá•á”á‘áŁášá ááĄáśá”á‘á." + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:394 +#, python-format +msgid "99+" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1774 +#, python-format +msgid "1. Import a .CSV file" +msgstr "1. á“áááá›ážáťá á˘á” .CSV á¤ááášá" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:644 +#, python-format +msgid "No database selected !" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/formats.js:180 +#, python-format +msgid "(%d records)" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:970 +#, python-format +msgid "Change default:" +msgstr "á¨á”áŞá•áášá” áśáá’áŁášááˇá®á›á”á‘á:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:171 +#, python-format +msgid "Original database name:" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1869 +#: code:addons/web/static/src/js/search.js:1879 +#: code:addons/web/static/src/js/search.js:1913 +#: code:addons/web/static/src/js/search.js:1938 +#, python-format +msgid "is equal to" +msgstr "áŁá“á ááˇ" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/views.js:1500 +#, python-format +msgid "Could not serialize XML" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1619 +#, python-format +msgid "Advanced Search" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:290 +#, python-format +msgid "Confirm new master password:" +msgstr "á“ááá“ááˇá˘áŁá á”á— áá®áášá á›á—áá•áá á ážáá áťášá" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/coresetup.js:634 +#, python-format +msgid "Maybe you should consider reloading the application by pressing F5..." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:17 +#: code:addons/web/static/src/js/view_list.js:2248 +#: code:addons/web/static/src/xml/base.xml:111 +#: code:addons/web/static/src/xml/base.xml:306 +#: code:addons/web/static/src/xml/base.xml:812 +#: code:addons/web/static/src/xml/base.xml:1376 +#, python-format +msgid "Create" +msgstr "á¨á”áĄá›áśá" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1868 +#, python-format +msgid "doesn't contain" +msgstr "áá  á¨á”ááŞáá•áˇ" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1785 +#, python-format +msgid "Import Options" +msgstr "ážáá áá›á”á˘á á”á‘áᡠáá›ážáťá á˘áá á”á‘á" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:2936 +#, python-format +msgid "Add %s" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:145 +#, python-format +msgid "Admin password:" +msgstr "áá“á›ááśááˇá˘á áá˘áťá áᡠážáá áťášá" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/data_export.js:11 +#: code:addons/web/static/src/js/view_form.js:1067 +#: code:addons/web/static/src/xml/base.xml:1394 +#, python-format +msgid "Close" +msgstr "á“áá®áŁá á•á" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/coresetup.js:632 +#, python-format +msgid "" +"You may not believe it,
    but the application is actually loading..." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1779 +#, python-format +msgid "CSV File:" +msgstr "CSV á¤ááášá:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1741 +#, python-format +msgid "Advanced" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_tree.js:11 +#, python-format +msgid "Tree" +msgstr "á’ááśá¨á˘áťá”á‘á" + +#. module: web +#: code:addons/web/controllers/main.py:750 +#, python-format +msgid "Could not drop database !" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/formats.js:227 +#, python-format +msgid "'%s' is not a correct integer" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:877 +#, python-format +msgid "All users" +msgstr "á§á•á”ášá á›áťá›á®á›áá á”á‘á”ášá" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:1654 +#, python-format +msgid "Unknown field %s in domain %s" +msgstr "á’ááŁá á™á•á”á•á”ášá á•á”ášá %s á“áťá›á”áśá¨á %s" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/views.js:1466 +#, python-format +msgid "Node [%s] is not a JSONified XML node" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1428 +#, python-format +msgid "Advanced Search..." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:499 +#, python-format +msgid "Dropping database" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:82 +#: code:addons/web/static/src/xml/base.xml:445 +#, python-format +msgid "Powered by" +msgstr "á›á®áá á“áá­á”á áášáá" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1380 +#: code:addons/web/static/src/xml/base.xml:970 +#, python-format +msgid "Yes" +msgstr "á“ááá®" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:4871 +#, python-format +msgid "There was a problem while uploading your file" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:558 +#, python-format +msgid "XML ID:" +msgstr "XML ID:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:954 +#, python-format +msgid "Size:" +msgstr "á–áťá›á:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1824 +#, python-format +msgid "--- Don't Import ---" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1679 +#, python-format +msgid "Import-Compatible Export" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/coresetup.js:610 +#, python-format +msgid "%d years ago" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:1040 +#, python-format +msgid "Unknown m2m command %s" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:1068 +#, python-format +msgid "Save default" +msgstr "áśáá’áŁášááˇá®á›á”á‘áá“ á¨á”áśáá®á•á" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:121 +#: code:addons/web/static/src/xml/base.xml:175 +#: code:addons/web/static/src/xml/base.xml:264 +#, python-format +msgid "New database name:" +msgstr "áá®áášá á‘áá–áᡠáˇáá®á”ášá" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:394 +#, python-format +msgid "Please enter your new password" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:4886 +#, python-format +msgid "The field is empty, there's nothing to save !" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:545 +#, python-format +msgid "Manage Views" +msgstr "á•ááŁá”á‘áᡠá›áá á—á•á" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1801 +#, python-format +msgid "Encoding:" +msgstr "á™áťá“áá á”á‘á:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1808 +#, python-format +msgid "Lines to skip" +msgstr "á’áá›áťáˇáá˘áťá•á”á‘á”ášá á®áá–á”á‘á" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:2858 +#, python-format +msgid "Create \"%s\"" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/data_export.js:361 +#, python-format +msgid "Please select fields to save export list..." +msgstr "á’á—á®áťá•á— ááá á©ááťá— á•á”ášá”á‘á á¨á”áˇááśáá®á áˇááᡠá”áĄáˇážáťá á˘ááˇá—á•ááˇ" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:418 +#, python-format +msgid "Copyright © 2004-TODAY OpenERP SA. All Rights Reserved." +msgstr "áˇááá•á˘áťá áť áŁá¤ášá”á‘á © 2004-TODAY OpenERP SA. á§á•á”ášá áŁá¤ášá”á‘á á“ááŞáŁášáá." + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:2346 +#, python-format +msgid "This resource is empty" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1689 +#, python-format +msgid "Available fields" +msgstr "á®á”ášá›ááˇáá¬á•á“áťá›á á•á”ášá”á‘á" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1835 +#, python-format +msgid "The import failed due to:" +msgstr "áá›ážáťá á˘á á•á”á  á¨á”áˇá áŁášá“á áá› á›áá–á”á–áá—:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/views.js:812 +#: code:addons/web/static/src/xml/base.xml:539 +#, python-format +msgid "JS Tests" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1750 +#, python-format +msgid "Save as:" +msgstr "á¨á”ááśáá®á” á áťá’áťá áŞ:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:927 +#, python-format +msgid "Filter on: %s" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:2904 +#: code:addons/web/static/src/js/view_form.js:3757 +#, python-format +msgid "Create: " +msgstr "á¨á”áĄá›áśá: " + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:540 +#, python-format +msgid "View Fields" +msgstr "á•á”ášá”á‘áᡠáśáá®á•á" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:330 +#, python-format +msgid "Confirm New Password:" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:575 +#, python-format +msgid "Do you really want to remove these records?" +msgstr "áśáá›á“á•áášáá“ á’áˇáŁá á— áá› á©ááśáá¬á”á á”á‘á á›áťáŞáášá”á‘á?" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:958 +#, python-format +msgid "Context:" +msgstr "á™áťáśá˘á”áĄáˇá˘á:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1933 +#: code:addons/web/static/src/js/search.js:1960 +#, python-format +msgid "is" +msgstr "áá ááˇ" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/data_export.js:6 +#, python-format +msgid "Export Data" +msgstr "á›áťáśááŞá”á›á”á‘áᡠá”áĄáˇážáťá á˘á" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:962 +#, python-format +msgid "Domain:" +msgstr "á“áťá›á”áśá:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:834 +#, python-format +msgid "Default:" +msgstr "áśáá’áŁášááˇá®á›á”á•á:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:82 +#: code:addons/web/static/src/xml/base.xml:446 +#, python-format +msgid "OpenERP" +msgstr "OpenERP" + +#. module: web +#. openerp-web +#: code:addons/web/doc/module/static/src/xml/web_example.xml:8 +#, python-format +msgid "Stop" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:68 +#: code:addons/web/static/src/xml/base.xml:193 +#: code:addons/web/static/src/xml/base.xml:225 +#, python-format +msgid "Database:" +msgstr "á›áťáśááŞá”á›á—á á‘áá–á:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1183 +#: code:addons/web/static/src/xml/base.xml:1240 +#, python-format +msgid "Uploading ..." +msgstr "á›áá›á“ááśáá á”áťá‘ᡠáá˘á•áá á—á•á ..." + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1853 +#, python-format +msgid "Name:" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:1058 +#, python-format +msgid "About" +msgstr "á¨á”áˇáá®á”á‘" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1431 +#, python-format +msgid "Search Again" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1455 +#, python-format +msgid "-- Filters --" +msgstr "--á¤áášá˘á á”á‘á--" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1230 +#: code:addons/web/static/src/xml/base.xml:1232 +#, python-format +msgid "Clear" +msgstr "á’ááˇáŁá¤á—áá•á”á‘á" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1680 +#, python-format +msgid "Export all Data" +msgstr "á“ááá”áĄáˇážáťá á˘á” á§á•á”ášá á›áťáśááŞá”á›á" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:1334 +#, python-format +msgid "" +"Grouping on field '%s' is not possible because that field does not appear in " +"the list view." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:537 +#, python-format +msgid "Set Defaults" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1670 +#, python-format +msgid "" +"This wizard will export all data that matches the current search criteria to " +"a CSV file.\n" +" You can export all data or only the fields that can be " +"reimported after modification." +msgstr "" +"á”ᡠá›ááˇá˘á”á á áá› á›áťáśááŞá”á›á”á‘áˇ, á áťá›ášá”á‘á᪠áá™á›áá§áťá¤áášá”á‘ᡠá›áá›á“ááśáá á” á«áá”á‘áᡠá™á áá˘á”á ááŁá›áˇ, " +"á’áá“ááá˘ááśáˇ CSV file-á¨á. \n" +"á—áĄá•á”áś á¨á”á’áá«ášááá— á’áá“ááá˘ááśáťá— á§á•á”ášá á›áťáśááŞá”á›á ááś á›á®áťášáťá“ áᡠá•á”ášá”á‘á, á áťá›á”ášá—á " +"á›áťá“áá¤ááŞáá á”á‘áᡠá¨á”á›á“á’áťá›á áá›ážáťá á˘áá á”á‘á᪠á¨á”áˇáá«ášá”á‘á”ášáá." + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:321 +#, python-format +msgid "The record could not be found in the database." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1472 +#, python-format +msgid "Filter Name:" +msgstr "á¤áášá˘á áᡠáˇáá®á”ášá:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:946 +#, python-format +msgid "Type:" +msgstr "áˇáá®á”áťá‘á:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:538 +#, python-format +msgid "Incorrect super-administrator password" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:942 +#, python-format +msgid "Object:" +msgstr "áťá‘áá”áĄá˘á:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:292 +#: code:addons/web/static/src/js/chrome.js:326 +#, python-format +msgid "Loading" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/coresetup.js:609 +#, python-format +msgid "about a year ago" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1870 +#: code:addons/web/static/src/js/search.js:1880 +#: code:addons/web/static/src/js/search.js:1914 +#: code:addons/web/static/src/js/search.js:1939 +#, python-format +msgid "is not equal to" +msgstr "áá  áŁá“á ááˇ" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:5036 +#, python-format +msgid "" +"The type of the field '%s' must be a many2many field with a relation to " +"'ir.attachment' model." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/coresetup.js:604 +#, python-format +msgid "%d hours ago" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:4206 +#: code:addons/web/static/src/js/view_form.js:4335 +#, python-format +msgid "Add: " +msgstr "á“áá›áá˘á”á‘á: " + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1858 +#, python-format +msgid "Quick Add" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1805 +#, python-format +msgid "Latin 1" +msgstr "Latin 1" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:260 +#: code:addons/web/static/src/js/chrome.js:269 +#: code:addons/web/static/src/js/chrome.js:449 +#: code:addons/web/static/src/js/chrome.js:792 +#: code:addons/web/static/src/js/view_form.js:572 +#: code:addons/web/static/src/js/view_form.js:1923 +#: code:addons/web/static/src/xml/base.xml:1752 +#, python-format +msgid "Ok" +msgstr "áťá™" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/views.js:1162 +#, python-format +msgid "Uploading..." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:125 +#, python-format +msgid "Load Demonstration data:" +msgstr "á©áá˘á•áá á—á” áˇáá“á”á›áťáśáˇá˘á ááŞááť á›áťáśááŞá”á›á”á‘á:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:615 +#, python-format +msgid "Created by :" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/dates.js:22 +#: code:addons/web/static/src/js/dates.js:26 +#, python-format +msgid "'%s' is not a valid datetime" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:256 +#, python-format +msgid "File:" +msgstr "á¤ááášá:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1882 +#: code:addons/web/static/src/js/search.js:1916 +#: code:addons/web/static/src/js/search.js:1941 +#, python-format +msgid "less than" +msgstr "áśáá™ášá”á‘áá á•áá“á á”" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:687 +#: code:addons/web/static/src/js/views.js:1097 +#, python-format +msgid "Warning" +msgstr "á’áá¤á á—á®áášá”á‘á" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:547 +#, python-format +msgid "Edit SearchView" +msgstr "á«á”á‘áśáᡠá•ááŁáˇ á á”á“ááĄá˘áá á”á‘á" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1975 +#, python-format +msgid "is true" +msgstr "áá áᡠáˇáá›áá á—ášá”" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:3909 +#, python-format +msgid "Add an item" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1603 +#, python-format +msgid "Save current filter" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:1915 +#, python-format +msgid "Confirm" +msgstr "á“áá›áťá¬á›á”á‘á" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/data_export.js:126 +#, python-format +msgid "Please enter save field list name" +msgstr "á’á—á®áťá•á— á’ááśáˇáá–á¦á•á áťá— á¨á”áˇááśáá®á á•á”ášáᡠáˇááᡠáˇáá®á”ášá" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:2206 +#, python-format +msgid "Download \"%s\"" +msgstr "á©áá›áťá˘á•áá á—á•á \"%s\"" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:326 +#, python-format +msgid "New" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:1767 +#, python-format +msgid "Can't convert value %s to context" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/views.js:807 +#: code:addons/web/static/src/xml/base.xml:541 +#, python-format +msgid "Fields View Get" +msgstr "á•á”ášá”á‘áᡠá®á”á“áᡠá›áá¦á”á‘á" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:149 +#, python-format +msgid "Confirm password:" +msgstr "á“ááá“ááˇá˘áŁá á”á— ážáá áťášá:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1883 +#: code:addons/web/static/src/js/search.js:1917 +#: code:addons/web/static/src/js/search.js:1942 +#, python-format +msgid "greater or equal than" +msgstr "á›á”á˘áá ááś áŁá“á ááˇ" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1321 +#, python-format +msgid "Button" +msgstr "á¦áášáá™á" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:418 +#, python-format +msgid "OpenERP is a trademark of the" +msgstr "OpenERP áˇáá•áá­á áť áśáá¨ááśá á’áá®ášáá•á—" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/data_export.js:374 +#, python-format +msgid "Please select fields to export..." +msgstr "á’á—á®áťá•á— ááá á©ááťá— á•á”ášá”á‘á á”áĄáˇážáťá á˘ááˇá—á•ááˇ..." + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:286 +#, python-format +msgid "New master password:" +msgstr "áá®áášá á›á—áá•áá á ážáá áťášá:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1976 +#, python-format +msgid "is false" +msgstr "áá áᡠáˇááŞá áŁá”" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:404 +#, python-format +msgid "About OpenERP" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/formats.js:297 +#, python-format +msgid "'%s' is not a correct date, datetime nor time" +msgstr "" + +#. module: web +#: code:addons/web/controllers/main.py:1264 +#, python-format +msgid "No content found for field '%s' on '%s:%s'" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:304 +#, python-format +msgid "Database Management" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:5007 +#, python-format +msgid "Image" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:81 +#, python-format +msgid "Manage Databases" +msgstr "á›áťáśááŞá”á›á—á á‘áá–á”á‘áᡠá›áá á—á•á" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/pyeval.js:765 +#, python-format +msgid "Evaluation Error" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1283 +#, python-format +msgid "not a valid integer" +msgstr "áá ááˇá¬áťá á ááśá˘á”áŻá”á á" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:337 +#: code:addons/web/static/src/xml/base.xml:776 +#: code:addons/web/static/src/xml/base.xml:816 +#: code:addons/web/static/src/xml/base.xml:1376 +#: code:addons/web/static/src/xml/base.xml:1384 +#: code:addons/web/static/src/xml/base.xml:1630 +#, python-format +msgid "or" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1381 +#, python-format +msgid "No" +msgstr "áá á" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/formats.js:309 +#, python-format +msgid "'%s' is not convertible to date, datetime nor time" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:199 +#: code:addons/web/static/src/xml/base.xml:161 +#: code:addons/web/static/src/xml/base.xml:307 +#, python-format +msgid "Duplicate" +msgstr "á’ááá™á”á—á” á“áŁá‘ášáá á”á‘á." + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:777 +#: code:addons/web/static/src/xml/base.xml:817 +#: code:addons/web/static/src/xml/base.xml:1391 +#, python-format +msgid "Discard" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1624 +#, python-format +msgid "Add a condition" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/coresetup.js:629 +#, python-format +msgid "Still loading..." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:818 +#, python-format +msgid "Incorrect value for field %(fieldname)s: [%(value)s] is %(message)s" +msgstr "" +"áá ááˇá¬áťá á á›áśáá¨á•áśá”ášáťá‘á á•á”ášááˇá—á•áᡠ%(fieldname)s: [%(value)s] áá áᡠ%(message)s" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:3805 +#, python-format +msgid "The o2m record must be saved before an action can be used" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:509 +#, python-format +msgid "Backed" +msgstr "á“áá á”á–á”á á•á”á‘áŁášá" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1610 +#, python-format +msgid "Use by default" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:1348 +#, python-format +msgid "%s (%d)" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:775 +#, python-format +msgid "triggered from search view" +msgstr "ááśááŞáá á”á‘áŁášáá á«áá”á‘áᡠá•ááŁá“ááś" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:978 +#, python-format +msgid "Filter" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:950 +#, python-format +msgid "Widget:" +msgstr "á•ááŻá”á—á:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:548 +#, python-format +msgid "Edit Action" +msgstr "á›áťáĄá›á”á“á”á‘áᡠá á”á“ááĄá˘áá á”á‘á" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:555 +#, python-format +msgid "ID:" +msgstr "ID:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:870 +#, python-format +msgid "Only you" +msgstr "á›á®áťášáťá“ á¨á”áś" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:549 +#, python-format +msgid "Edit Workflow" +msgstr "Workflow-ᡠá á”á“ááĄá˘áá á”á‘á" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/views.js:1171 +#, python-format +msgid "Do you really want to delete this attachment ?" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/views.js:840 +#, python-format +msgid "Technical Translation" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:938 +#, python-format +msgid "Field:" +msgstr "á•á”ášá:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:620 +#, python-format +msgid "Modified by :" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:499 +#, python-format +msgid "The database %s has been dropped" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:460 +#, python-format +msgid "User's timezone" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:284 +#: code:addons/web/static/src/js/chrome.js:1168 +#, python-format +msgid "Client Error" +msgstr "á¨á”áŞá“áťá›á á›áťá›á®á›áá á”á‘ášáᡠá›á®áá á”áˇ" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/views.js:998 +#, python-format +msgid "Print" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1331 +#, python-format +msgid "Special:" +msgstr "áˇážá”áŞááášáŁá á:" + +#. module: web +#: code:addons/web/controllers/main.py:834 +#, python-format +msgid "" +"The old password you provided is incorrect, your password was not changed." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:561 +#, python-format +msgid "Creation User:" +msgstr "á¨á”á›áĄá›áśá”ášá:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:769 +#, python-format +msgid "Do you really want to delete this record?" +msgstr "áśáá›á“á•áášáá“ á’áˇáŁá á— áá› á©ááśáá¬á”á áᡠá¬áá¨ášá?" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1385 +#, python-format +msgid "Save & Close" +msgstr "á¨á”ááśáá®á” á“á á“áá®áŁá á”" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:2845 +#, python-format +msgid "Search More..." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:75 +#: code:addons/web/static/src/xml/base.xml:311 +#, python-format +msgid "Password" +msgstr "ážáá áťášá" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:546 +#: code:addons/web/static/src/xml/base.xml:809 +#: code:addons/web/static/src/xml/base.xml:1178 +#, python-format +msgid "Edit" +msgstr "á¨á”áŞá•ášá" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1706 +#, python-format +msgid "Remove" +msgstr "á›áťáŞáášá”á‘á" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1062 +#, python-format +msgid "Select date" +msgstr "ááá á©áá”á— á—áá áá¦á" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1249 +#, python-format +msgid "Search %(field)s for: %(value)s" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1277 +#, python-format +msgid "Delete this file" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:109 +#, python-format +msgid "Create Database" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:420 +#, python-format +msgid "GNU Affero General Public License" +msgstr "GNU Affero áˇáá§áťá•á”ášá—ááť áˇááŻáá áť ášááŞá”áśá–áá" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1795 +#, python-format +msgid "Separator:" +msgstr "á’áá›á§áťá¤á:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:300 +#, python-format +msgid "Back to Login" +msgstr "áˇáá¬á§áᡠá’á•á”á á“á–á” á“áá‘á áŁáśá”á‘á á¨á”áˇááˇá•ášá”ášáá“" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1662 +#: code:addons/web/static/src/xml/base.xml:1454 +#, python-format +msgid "Filters" +msgstr "á¤áášá˘á á”á‘á" diff --git a/web/i18n/ko.po b/web/i18n/ko.po new file mode 100644 index 0000000..3185dbf --- /dev/null +++ b/web/i18n/ko.po @@ -0,0 +1,2612 @@ +# Korean translation for openerp-web +# Copyright (c) 2013 Rosetta Contributors and Canonical Ltd 2013 +# This file is distributed under the same license as the openerp-web package. +# FIRST AUTHOR , 2013. +# +msgid "" +msgstr "" +"Project-Id-Version: openerp-web\n" +"Report-Msgid-Bugs-To: FULL NAME \n" +"POT-Creation-Date: 2012-12-21 17:06+0000\n" +"PO-Revision-Date: 2013-02-26 07:14+0000\n" +"Last-Translator: Josh Kim \n" +"Language-Team: Korean \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Launchpad-Export-Date: 2013-02-27 05:09+0000\n" +"X-Generator: Launchpad (build 16506)\n" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:133 +#, python-format +msgid "Default language:" +msgstr "기본 언어:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/coresetup.js:602 +#, python-format +msgid "%d minutes ago" +msgstr "%d분 ě „" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/coresetup.js:630 +#, python-format +msgid "Still loading...
    Please be patient." +msgstr "로딩 중입ë‹ë‹¤...
    기다려 주세요." + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1832 +#, python-format +msgid "%(field)s %(operator)s \"%(value)s\"" +msgstr "%(field)s %(operator)s \"%(value)s\"" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1884 +#: code:addons/web/static/src/js/search.js:1918 +#: code:addons/web/static/src/js/search.js:1943 +#, python-format +msgid "less or equal than" +msgstr "다음보다 ěž‘ę±°ë‚ ę°™ěťŚ" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:393 +#, python-format +msgid "Please enter your previous password" +msgstr "기존 ě•”í¸ëĄĽ ěž…ë Ąí•´ 주세요." + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:117 +#: code:addons/web/static/src/xml/base.xml:167 +#: code:addons/web/static/src/xml/base.xml:282 +#, python-format +msgid "Master password:" +msgstr "ë§ěŠ¤í„° ě•”í¸:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:274 +#, python-format +msgid "Change Master Password" +msgstr "ë§ěŠ¤í„° ě•”í¸ ëł€ę˛˝" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:491 +#, python-format +msgid "Do you really want to delete the database: %s ?" +msgstr "%s 데이터베이스를 ě‚­ě śí•ě‹śę˛ ěŠµë‹ęąŚ?" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1398 +#, python-format +msgid "Search %(field)s at: %(value)s" +msgstr "다음 ěś„ěąě—ě„ś %(field)s 검ě‰: %(value)s" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:537 +#, python-format +msgid "Access Denied" +msgstr "ě ‘ę·Ľěť´ 거부ë¨" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:5183 +#, python-format +msgid "Uploading error" +msgstr "업로드 ě¤ëĄ" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/coresetup.js:603 +#, python-format +msgid "about an hour ago" +msgstr "ě•˝ í•ś ě‹śę°„ ě „" + +#. module: web +#. openerp-web +#: code:addons/web/controllers/main.py:768 +#: code:addons/web/static/src/js/chrome.js:514 +#: code:addons/web/static/src/xml/base.xml:216 +#, python-format +msgid "Backup Database" +msgstr "데이터베이스 백업" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/views.js:463 +#, python-format +msgid "%(view_type)s view" +msgstr "%(view_type)s 화면" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/dates.js:49 +#: code:addons/web/static/src/js/dates.js:53 +#, python-format +msgid "'%s' is not a valid date" +msgstr "'%s' 는 유효한 날짜가 ě•„ë‹™ë‹ë‹¤." + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1837 +#, python-format +msgid "Here is a preview of the file we could not import:" +msgstr "다음은 ë¶ëź¬ě¬ ě 없는 íŚŚěťĽěť ëŻ¸ë¦¬ëł´ę¸°ěž…ë‹ë‹¤:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/coresetup.js:601 +#, python-format +msgid "about a minute ago" +msgstr "ě•˝ 1분 ě „" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1297 +#, python-format +msgid "File" +msgstr "파일" + +#. module: web +#: code:addons/web/controllers/main.py:826 +#, python-format +msgid "You cannot leave any password empty." +msgstr "ě•”í¸ëŠ” ëą„ě›Śë‘ ě 없습ë‹ë‹¤." + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:680 +#, python-format +msgid "Invalid username or password" +msgstr "유효í•ě§€ 않은 사용ěžëŞ… ë는 ě•”í¸" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:206 +#: code:addons/web/static/src/xml/base.xml:238 +#: code:addons/web/static/src/xml/base.xml:260 +#, python-format +msgid "Master Password:" +msgstr "ë§ěŠ¤í„° ě•”í¸:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1217 +#: code:addons/web/static/src/xml/base.xml:1374 +#, python-format +msgid "Select" +msgstr "ě„ íť" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:549 +#, python-format +msgid "Database restored successfully" +msgstr "데이터베이스가 성공ě ěśĽëˇś 복구ëě—습ë‹ë‹¤" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:415 +#, python-format +msgid "Version" +msgstr "버전" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:570 +#, python-format +msgid "Latest Modification Date:" +msgstr "최종 ě정일:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1459 +#, python-format +msgid "M2O search fields do not currently handle multiple default values" +msgstr "M2O ę˛€ě‰ í•„ë“śëŠ” í„재 다중 기본값을 ě˛ë¦¬í•ě§€ 않습ë‹ë‹¤" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:1227 +#, python-format +msgid "Widget type '%s' is not implemented" +msgstr "'%s' ěś„ě Ż ěś í•ěť€ 구í„ë지 않습ë‹ë‹¤." + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1608 +#, python-format +msgid "Share with all users" +msgstr "모든 사용ěžë“¤ęłĽ 공유" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:77 +#: code:addons/web/static/src/js/view_form.js:321 +#, python-format +msgid "Form" +msgstr "ě–‘ě‹ť" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1324 +#, python-format +msgid "(no string)" +msgstr "(문ěžě—´ 없음)" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/formats.js:282 +#, python-format +msgid "'%s' is not a correct time" +msgstr "'%s' 은(는) ě¬ë°”른 ě‹śę°„ěť´ ě•„ë‹™ë‹ë‹¤." + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1297 +#, python-format +msgid "not a valid number" +msgstr "유효한 ě«ěžę°€ ě•„ë‹" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:325 +#, python-format +msgid "New Password:" +msgstr "ě로운 ëą„ë°€ë˛í¸" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:610 +#, python-format +msgid "Attachment :" +msgstr "첨부 파일 :" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1691 +#, python-format +msgid "Fields to export" +msgstr "ë‚´ëł´ë‚Ľ í•„ë“ś" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:1340 +#, python-format +msgid "Undefined" +msgstr "ě •ěťë지 않음" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:4871 +#, python-format +msgid "File Upload" +msgstr "파일 업로드" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/coresetup.js:607 +#, python-format +msgid "about a month ago" +msgstr "ě•˝ í•ś 달 ě „" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1600 +#, python-format +msgid "Custom Filters" +msgstr "ě‚¬ěš©ěž ě§€ě • í•„í„°" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1336 +#, python-format +msgid "Button Type:" +msgstr "버튼 ěś í•:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:419 +#, python-format +msgid "OpenERP SA Company" +msgstr "OpenERP SA Company" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1553 +#, python-format +msgid "Custom Filter" +msgstr "ě‚¬ěš©ěž ě§€ě • í•„í„°" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:159 +#, python-format +msgid "Duplicate Database" +msgstr "중복 데이터베이스" + +#. module: web +#. openerp-web +#: code:addons/web/controllers/main.py:789 +#: code:addons/web/controllers/main.py:790 +#: code:addons/web/controllers/main.py:826 +#: code:addons/web/controllers/main.py:828 +#: code:addons/web/controllers/main.py:834 +#: code:addons/web/controllers/main.py:835 +#: code:addons/web/static/src/js/chrome.js:768 +#: code:addons/web/static/src/xml/base.xml:276 +#: code:addons/web/static/src/xml/base.xml:336 +#, python-format +msgid "Change Password" +msgstr "ě•”í¸ ëł€ę˛˝" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:3411 +#, python-format +msgid "View type '%s' is not supported in One2Many." +msgstr "'%s' 화면 ěś í•ěť€ One2Manyě—ě„ś 지ě›ë지 않습ë‹ë‹¤." + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:4951 +#: code:addons/web/static/src/js/view_list.js:2194 +#, python-format +msgid "Download" +msgstr "다운로드" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/formats.js:266 +#, python-format +msgid "'%s' is not a correct datetime" +msgstr "'%s'은(는) ě¬ë°”른 datetimeěť´ ě•„ë‹™ë‹ë‹¤." + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:417 +#, python-format +msgid "Group" +msgstr "그룹" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:927 +#, python-format +msgid "Unhandled widget" +msgstr "ě˛ë¦¬ë지 않은 ěś„ě Ż" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:982 +#, python-format +msgid "Selection:" +msgstr "ě„ íť:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:871 +#, python-format +msgid "The following fields are invalid:" +msgstr "다음 필드는 유효í•ě§€ 않습ë‹ë‹¤:" + +#. module: web +#: code:addons/web/controllers/main.py:847 +#, python-format +msgid "Languages" +msgstr "언어" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1270 +#, python-format +msgid "...Upload in progress..." +msgstr "...업로드가 진행 중입ë‹ë‹¤..." + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1768 +#, python-format +msgid "Import" +msgstr "가져ě¤ę¸°" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:543 +#, python-format +msgid "Could not restore the database" +msgstr "데이터베이스를 복구할 ě 없음" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:4851 +#, python-format +msgid "File upload" +msgstr "파일 업로드" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:3804 +#, python-format +msgid "Action Button" +msgstr "ě•ˇě… ë˛„íŠĽ" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:542 +#: code:addons/web/static/src/xml/base.xml:1467 +#, python-format +msgid "Manage Filters" +msgstr "í•„í„° 관리" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1867 +#, python-format +msgid "contains" +msgstr "포함" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/coresetup.js:633 +#, python-format +msgid "Take a minute to get a coffee,
    because it's loading..." +msgstr "ë¶ëź¬ě¤ëŠ” 중이ě¤ë‹
    커피 í•ś ěž” í•ě‹śë©´ě„ś 기다려 주세요." + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:413 +#, python-format +msgid "Activate the developer mode" +msgstr "ę°śë°śěž ëŞ¨ë“ś 활성화" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:324 +#, python-format +msgid "Loading (%d)" +msgstr "(%d)ěť„(를) ë¶ëź¬ě¤ëŠ” 중" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1114 +#, python-format +msgid "GroupBy" +msgstr "GroupBy" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:687 +#, python-format +msgid "You must select at least one record." +msgstr "최소한 í•ë‚ěť ę¸°ëˇťěť„ ě„ íťí•´ě•Ľ í•©ë‹ë‹¤." + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:535 +#, python-format +msgid "View Log (perm_read)" +msgstr "로그 보기 (perm_read)" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:1061 +#, python-format +msgid "Set Default" +msgstr "기본 ę°’ 설정" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:978 +#, python-format +msgid "Relation:" +msgstr "관계:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/coresetup.js:600 +#, python-format +msgid "less than a minute ago" +msgstr "1분 ě „" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:851 +#, python-format +msgid "Condition:" +msgstr "조건:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:1692 +#, python-format +msgid "Unsupported operator %s in domain %s" +msgstr "지ě›ë지 않는 %s ěž‘ě—…ěžę°€ %s ëŹ„ë©”ěť¸ě— ěžěťŚ" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/formats.js:242 +#, python-format +msgid "'%s' is not a correct float" +msgstr "'%s' 는 유효한 float ěś í•ěť´ ě•„ë‹™ë‹ë‹¤." + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:549 +#, python-format +msgid "Restored" +msgstr "복구ë¨" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:394 +#, python-format +msgid "%d-%d of %d" +msgstr "%děť %d-%d" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:2868 +#, python-format +msgid "Create and Edit..." +msgstr "ěťě„± ë°Ź 편집..." + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/pyeval.js:731 +#, python-format +msgid "Unknown nonliteral type " +msgstr "ě•Ś ě 없는 ëą„ë¬¸ěž ěś í• " + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:2346 +#, python-format +msgid "Resource error" +msgstr "리소스 ě¤ëĄ" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1961 +#, python-format +msgid "is not" +msgstr "일ěąí•ě§€ 않음" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:550 +#, python-format +msgid "Print Workflow" +msgstr "업무 íťë¦„ 인쇄" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:396 +#, python-format +msgid "Please confirm your new password" +msgstr "ě ě•”í¸ëĄĽ 확정해 주세요." + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1804 +#, python-format +msgid "UTF-8" +msgstr "UTF-8" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:421 +#, python-format +msgid "For more information visit" +msgstr "더 많은 정보를 ě›í•ě‹śë©´ 다음을 방문í•ě„¸ěš” :" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1859 +#, python-format +msgid "Add All Info..." +msgstr "모든 ě •ëł´ 추가..." + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1683 +#, python-format +msgid "Export Formats" +msgstr "내보내기 í•ě‹ť" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:974 +#, python-format +msgid "On change:" +msgstr "변경 ě‹ś:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/views.js:865 +#, python-format +msgid "Model %s fields" +msgstr "%s 모델 í•„ë“ś" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:893 +#, python-format +msgid "Setting 'id' attribute on existing record %s" +msgstr "기존 %s ę¸°ëˇťě— 'id' 속성 설정" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:8 +#, python-format +msgid "List" +msgstr "목록" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1881 +#: code:addons/web/static/src/js/search.js:1915 +#: code:addons/web/static/src/js/search.js:1940 +#, python-format +msgid "greater than" +msgstr "다음보다 íĽ" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:2248 +#: code:addons/web/static/src/xml/base.xml:546 +#, python-format +msgid "View" +msgstr "화면" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1466 +#, python-format +msgid "Save Filter" +msgstr "í•„í„° 저장" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1344 +#, python-format +msgid "Action ID:" +msgstr "ě•ˇě… ID:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:457 +#, python-format +msgid "Your user's preference timezone does not match your browser timezone:" +msgstr "기본 ě„¤ě •ěť ě‹śę°„ëŚ€ę°€ 브라우저 시간대와 일ěąí•ě§€ 않습ë‹ë‹¤ :" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:1223 +#, python-format +msgid "Field '%s' specified in view could not be found." +msgstr "화면ě—ě„ś ě§€ě •ëś '%s' 필드를 ě°ľěť„ ě 없습ë‹ë‹¤." + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1756 +#, python-format +msgid "Saved exports:" +msgstr "ě €ěžĄëś ë‚´ëł´ë‚´ę¸° 파일:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:320 +#, python-format +msgid "Old Password:" +msgstr "기존 ě•”í¸:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/formats.js:113 +#, python-format +msgid "Bytes,Kb,Mb,Gb,Tb,Pb,Eb,Zb,Yb" +msgstr "바이트,Kb,Mb,Gb,Tb,Pb,Eb,Zb,Yb" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:481 +#, python-format +msgid "The database has been duplicated." +msgstr "데이터베이스 사본이 ěťě„±ëě—습ë‹ë‹¤." + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1625 +#, python-format +msgid "Apply" +msgstr "ě ěš©" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1386 +#, python-format +msgid "Save & New" +msgstr "저장 & ě‹ ę·ś ěťě„±" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1223 +#: code:addons/web/static/src/xml/base.xml:1225 +#, python-format +msgid "Save As" +msgstr "다른 이름으로" + +#. module: web +#. openerp-web +#: code:addons/web/doc/module/static/src/xml/web_example.xml:3 +#, python-format +msgid "00:00:00" +msgstr "00:00:00" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:2317 +#, python-format +msgid "E-mail error" +msgstr "이메일 ě¤ëĄ" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/coresetup.js:605 +#, python-format +msgid "a day ago" +msgstr "1일 ě „" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1789 +#, python-format +msgid "Does your file have titles?" +msgstr "íŚŚěťĽě— ě śëŞ©ěť´ ěžěŠµë‹ęąŚ?" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:327 +#, python-format +msgid "Unlimited" +msgstr "무한" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:784 +#, python-format +msgid "" +"Warning, the record has been modified, your changes will be discarded.\n" +"\n" +"Are you sure you want to leave this page ?" +msgstr "경고, 기록이 ěě •ëě—으며 변경사항이 ě śę±°ë©ë‹ë‹¤." + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:2904 +#, python-format +msgid "Search: " +msgstr "찾기: " + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:544 +#, python-format +msgid "Technical translation" +msgstr "기ě ě  ë˛ě—­" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1797 +#, python-format +msgid "Delimiter:" +msgstr "구획ěž:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:462 +#, python-format +msgid "Browser's timezone" +msgstr "ë¸ŚëťĽěš°ě €ěť ě‹śę°„ëŚ€" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1605 +#, python-format +msgid "Filter name" +msgstr "필터명" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1464 +#, python-format +msgid "-- Actions --" +msgstr "-- ě•ˇě… --" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:4134 +#: code:addons/web/static/src/js/view_form.js:4294 +#: code:addons/web/static/src/xml/base.xml:1407 +#: code:addons/web/static/src/xml/base.xml:1705 +#, python-format +msgid "Add" +msgstr "추가" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:536 +#, python-format +msgid "Toggle Form Layout Outline" +msgstr "ě–‘ě‹ť ë ěť´ě•„ě› ę°śěš” 토글" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:421 +#, python-format +msgid "OpenERP.com" +msgstr "OpenERP.com" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:2317 +#, python-format +msgid "Can't send email to invalid e-mail address" +msgstr "유효í•ě§€ 않은 이메일 주소로 이메일을 전송할 ě 없음" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:636 +#, python-format +msgid "Add..." +msgstr "추가..." + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:405 +#, python-format +msgid "Preferences" +msgstr "í™ę˛˝ 설정" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:436 +#, python-format +msgid "Wrong on change format: %s" +msgstr "ěžëŞ»ëś í•ě‹ť 변경: %s" + +#. module: web +#. openerp-web +#: code:addons/web/controllers/main.py:750 +#: code:addons/web/static/src/xml/base.xml:185 +#, python-format +msgid "Drop Database" +msgstr "데이터베이스 중단" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:466 +#, python-format +msgid "Click here to change your user's timezone." +msgstr "여기를 í´ë¦­í•ě—¬ 사용ěžěť 시간대를 변경í•ě„¸ěš”." + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:966 +#, python-format +msgid "Modifiers:" +msgstr "ěě •ěž:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:627 +#, python-format +msgid "Delete this attachment" +msgstr "í•´ë‹ą 첨부 파일 ě‚­ě ś" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:774 +#: code:addons/web/static/src/xml/base.xml:815 +#: code:addons/web/static/src/xml/base.xml:1382 +#: code:addons/web/static/src/xml/base.xml:1612 +#, python-format +msgid "Save" +msgstr "저장" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/views.js:999 +#: code:addons/web/static/src/xml/base.xml:352 +#, python-format +msgid "More" +msgstr "더 보기" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:73 +#, python-format +msgid "Username" +msgstr "사용ěžëŞ…" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:481 +#, python-format +msgid "Duplicating database" +msgstr "데이터베이스 복제" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:563 +#, python-format +msgid "Password has been changed successfully" +msgstr "ě•”í¸ę°€ 성공ě ěśĽëˇś 변경ëě—습ë‹ë‹¤" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list_editable.js:788 +#, python-format +msgid "The form's data can not be discarded" +msgstr "ě–‘ě‹ťěť ëŤ°ěť´í„°ëŠ” íŹę¸°ë  ě 없습ë‹ë‹¤" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:533 +#, python-format +msgid "Debug View#" +msgstr "디버깅 화면#" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:77 +#, python-format +msgid "Log in" +msgstr "로그인" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:198 +#: code:addons/web/static/src/js/view_list.js:346 +#: code:addons/web/static/src/xml/base.xml:1764 +#, python-format +msgid "Delete" +msgstr "ě‚­ě ś" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/pyeval.js:769 +#, python-format +msgid "" +"Local evaluation failure\n" +"%s\n" +"\n" +"%s" +msgstr "" +"로컬 평가 실패\n" +"%s\n" +"\n" +"%s" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:350 +#, python-format +msgid "Invalid database name" +msgstr "유효í•ě§€ 않은 데이터베이스명" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1693 +#, python-format +msgid "Save fields list" +msgstr "í•„ë“ś 목록 저장" + +#. module: web +#. openerp-web +#: code:addons/web/doc/module/static/src/xml/web_example.xml:5 +#, python-format +msgid "Start" +msgstr "ě‹śěž‘" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/views.js:823 +#, python-format +msgid "View Log (%s)" +msgstr "(%s) 로그 보기" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:564 +#, python-format +msgid "Creation Date:" +msgstr "ěťě„±ěťĽ:" + +#. module: web +#: code:addons/web/controllers/main.py:790 +#: code:addons/web/controllers/main.py:835 +#, python-format +msgid "Error, password not changed !" +msgstr "ě¤ëĄ, ě•”í¸ę°€ 변경ë지 않음!" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:4850 +#, python-format +msgid "The selected file exceed the maximum file size of %s." +msgstr "ě„ íťëś 파일은 %s인 최대 파일 í¬ę¸°ëĄĽ ě´ęłĽí–습ë‹ë‹¤." + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:632 +#: code:addons/web/static/src/xml/base.xml:1300 +#, python-format +msgid "/web/binary/upload_attachment" +msgstr "/web/binary/upload_attachment" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:563 +#, python-format +msgid "Changed Password" +msgstr "ëł€ę˛˝ëś ě•”í¸" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1431 +#, python-format +msgid "Search" +msgstr "찾기" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:3032 +#: code:addons/web/static/src/js/view_form.js:3668 +#: code:addons/web/static/src/js/view_form.js:3785 +#: code:addons/web/static/src/js/view_form.js:4230 +#: code:addons/web/static/src/js/view_form.js:4353 +#, python-format +msgid "Open: " +msgstr "열기: " + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:218 +#: code:addons/web/static/src/xml/base.xml:309 +#, python-format +msgid "Backup" +msgstr "ë– ë‘기(백업)" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/dates.js:76 +#: code:addons/web/static/src/js/dates.js:80 +#, python-format +msgid "'%s' is not a valid time" +msgstr "'%s'은(는) 유효í•ě§€ 않은 ě‹śę°„ěž…ë‹ë‹¤" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/formats.js:274 +#, python-format +msgid "'%s' is not a correct date" +msgstr "'%s'은(는) ě¬ë°”르지 않은 날짜입ë‹ë‹¤" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:933 +#, python-format +msgid "(nolabel)" +msgstr "(nolabel)" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/coresetup.js:606 +#, python-format +msgid "%d days ago" +msgstr "%d 일 ě „" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1474 +#, python-format +msgid "(Any existing filter with the same name will be replaced)" +msgstr "(동일한 ěť´ë¦„ěť ëŞ¨ë“  기존 필터는 ęµě˛´ë©ë‹ë‹¤)" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:1918 +#: code:addons/web/static/src/xml/base.xml:338 +#: code:addons/web/static/src/xml/base.xml:1377 +#: code:addons/web/static/src/xml/base.xml:1860 +#, python-format +msgid "Cancel" +msgstr "취소" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/coresetup.js:628 +#: code:addons/web/static/src/xml/base.xml:9 +#, python-format +msgid "Loading..." +msgstr "ë¶ëź¬ě¤ëŠ” 중..." + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:567 +#, python-format +msgid "Latest Modification by:" +msgstr "최근 ěě •ěž:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:1242 +#: code:addons/web/static/src/xml/base.xml:470 +#, python-format +msgid "Timezone mismatch" +msgstr "시간대 ë¶ěťĽěą" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:1646 +#, python-format +msgid "Unknown operator %s in domain %s" +msgstr "ě•Ś ě 없는 %s ěž‘ě—…ěžę°€ %s ëŹ„ë©”ěť¸ě— ěˇ´ěž¬í•¨" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:428 +#, python-format +msgid "%d / %d" +msgstr "%d / %d" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1782 +#, python-format +msgid "2. Check your file format" +msgstr "2. 파일 í•ě‹ťěť„ 확인í•ě„¸ěš”" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1718 +#, python-format +msgid "Name" +msgstr "명칭" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1775 +#, python-format +msgid "" +"Select a .CSV file to import. If you need a sample of file to import,\n" +" you should use the export tool with the \"Import Compatible\" option." +msgstr "" +"ë¶ëź¬ě¬ .CSV 파일을 ě„ íťí•ě„¸ěš”. ë¶ëź¬ě¬ 파일 ě플이 필요할 경우,\n" +" 내보내기 도구ě—ě„ś \"í¸í™ 파일 ë¶ëź¬ě¤ę¸°\" ěµě…ěť„ 사용해야 í•©ë‹ë‹¤." + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/coresetup.js:608 +#, python-format +msgid "%d months ago" +msgstr "%d달 ě „" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:187 +#: code:addons/web/static/src/xml/base.xml:308 +#, python-format +msgid "Drop" +msgstr "ě‚­ě ś" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1465 +#, python-format +msgid "Add Advanced Filter" +msgstr "고급 í•„í„° 추가" + +#. module: web +#: code:addons/web/controllers/main.py:828 +#, python-format +msgid "The new password and its confirmation must be identical." +msgstr "ě ě•”í¸ě™€ 확정 ě•”í¸ëŠ” 동일해야 í•©ë‹ë‹¤." + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:542 +#: code:addons/web/static/src/xml/base.xml:248 +#, python-format +msgid "Restore Database" +msgstr "데이터베이스 ëłµě›" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:644 +#, python-format +msgid "Login" +msgstr "로그인" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:420 +#, python-format +msgid "Licenced under the terms of" +msgstr "다음 ěˇ°ę±´ě— ë”°ëťĽ í—ę°€ë¨:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:250 +#: code:addons/web/static/src/xml/base.xml:310 +#, python-format +msgid "Restore" +msgstr "ëłµě›" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1677 +#, python-format +msgid "Export Type:" +msgstr "내보내기 ěś í•:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:406 +#, python-format +msgid "Log out" +msgstr "로그아ě›" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1090 +#, python-format +msgid "Group by: %s" +msgstr "ë¶„ëĄ ę¸°ě¤€: %s" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:153 +#, python-format +msgid "No data provided." +msgstr "데이터가 ě śęłµë지 않음." + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:345 +#: code:addons/web/static/src/xml/base.xml:1665 +#, python-format +msgid "Export" +msgstr "내보내기" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/data_export.js:12 +#, python-format +msgid "Export To File" +msgstr "파일로 내보내기" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/views.js:1097 +#, python-format +msgid "You must choose at least one record." +msgstr "최소 í•ś ę°śěť ę¸°ëˇťěť„ ě„ íťí•´ě•Ľ í•©ë‹ë‹¤." + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/coresetup.js:631 +#, python-format +msgid "Don't leave yet,
    it's still loading..." +msgstr "잠시만 기다리세요.
    ě•„ě§ ë¶ëź¬ě¤ëŠ” 중입ë‹ë‹¤..." + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:775 +#, python-format +msgid "Invalid Search" +msgstr "유효í•ě§€ 않은 검ě‰" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:980 +#, python-format +msgid "Could not find id in dataset" +msgstr "데이터 세트ě—ě„ś id를 ě°ľěť„ ě 없음" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1707 +#, python-format +msgid "Remove All" +msgstr "ëŞ¨ë‘ ě‚­ě ś" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1340 +#, python-format +msgid "Method:" +msgstr "ë°©ě‹ť:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:1439 +#, python-format +msgid "%(page)d/%(page_count)d" +msgstr "%(page)d/%(page_count)d" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:397 +#, python-format +msgid "The confirmation does not match the password" +msgstr "확정 ě•”í¸ę°€ 일ěąí•ě§€ 않음" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:441 +#, python-format +msgid "Edit Company data" +msgstr "업체 데이터 편집" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:4886 +#, python-format +msgid "Save As..." +msgstr "다른 이름으로 저장..." + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:5007 +#, python-format +msgid "Could not display the selected image." +msgstr "ě„ íťí•ś 이미지를 í‘śě‹śí•  ě 없음" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:509 +#, python-format +msgid "Database backed up successfully" +msgstr "데이터베이스가 성공ě ěśĽëˇś 백업ë¨" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1808 +#, python-format +msgid "" +"For use if CSV files have titles on multiple lines, skips more than a single " +"line during import" +msgstr "CSV 파일이 다중 입력줄을 ëł´ěś í•ęł  ěžěť„ ę˛˝ěš°ě— ě‚¬ěš©ë¨, 가져ě¤ę¸° ěž‘ě—… ě‹ś í•ś 줄 ěť´ě ę±´ë„뜀." + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:394 +#, python-format +msgid "99+" +msgstr "99+" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1774 +#, python-format +msgid "1. Import a .CSV file" +msgstr ".CSV 파일 ë¶ëź¬ě¤ę¸°" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:644 +#, python-format +msgid "No database selected !" +msgstr "데이터베이스가 ě„ íťë지 않음 !" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/formats.js:180 +#, python-format +msgid "(%d records)" +msgstr "(%dę°śěť ę¸°ëˇť)" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:970 +#, python-format +msgid "Change default:" +msgstr "기본 ę°’ 변경:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:171 +#, python-format +msgid "Original database name:" +msgstr "ě›ëł¸ 데이터베이스명:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1869 +#: code:addons/web/static/src/js/search.js:1879 +#: code:addons/web/static/src/js/search.js:1913 +#: code:addons/web/static/src/js/search.js:1938 +#, python-format +msgid "is equal to" +msgstr "와 동일함" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/views.js:1500 +#, python-format +msgid "Could not serialize XML" +msgstr "XMLěť„ ě§ë ¬í™”í•  ě 없음" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1619 +#, python-format +msgid "Advanced Search" +msgstr "고급 검ě‰" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:290 +#, python-format +msgid "Confirm new master password:" +msgstr "ě로운 ë§ěŠ¤í„° ě•”í¸ í™•ě •:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/coresetup.js:634 +#, python-format +msgid "Maybe you should consider reloading the application by pressing F5..." +msgstr "F5를 ëŚëź¬ ěť‘ěš© 프로그램을 다시 ë¶ëź¬ě¤ëŠ” ę˛ěť„ 고려해보세요..." + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:17 +#: code:addons/web/static/src/js/view_list.js:2248 +#: code:addons/web/static/src/xml/base.xml:111 +#: code:addons/web/static/src/xml/base.xml:306 +#: code:addons/web/static/src/xml/base.xml:812 +#: code:addons/web/static/src/xml/base.xml:1376 +#, python-format +msgid "Create" +msgstr "ěťě„±" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1868 +#, python-format +msgid "doesn't contain" +msgstr "포함í•ě§€ 않음" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1785 +#, python-format +msgid "Import Options" +msgstr "가져ě¤ę¸° ěµě…" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:2936 +#, python-format +msgid "Add %s" +msgstr "%s 추가" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:145 +#, python-format +msgid "Admin password:" +msgstr "ę´€ë¦¬ěž ě•”í¸:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/data_export.js:11 +#: code:addons/web/static/src/js/view_form.js:1067 +#: code:addons/web/static/src/xml/base.xml:1394 +#, python-format +msgid "Close" +msgstr "닫기" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/coresetup.js:632 +#, python-format +msgid "" +"You may not believe it,
    but the application is actually loading..." +msgstr "믿기시지 않겠지만
    ěť‘ěš© 프로그램을 실제로 ë¶ëź¬ě¤ëŠ” 중입ë‹ë‹¤..." + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1779 +#, python-format +msgid "CSV File:" +msgstr "CSV 파일:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1741 +#, python-format +msgid "Advanced" +msgstr "고급" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_tree.js:11 +#, python-format +msgid "Tree" +msgstr "트리" + +#. module: web +#: code:addons/web/controllers/main.py:750 +#, python-format +msgid "Could not drop database !" +msgstr "데이터베이스를 ě‚­ě śí•  ě 없음 !" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/formats.js:227 +#, python-format +msgid "'%s' is not a correct integer" +msgstr "'%s'은(는) ě¬ë°”른 ě •ěę°€ ě•„ë‹™ë‹ë‹¤" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:877 +#, python-format +msgid "All users" +msgstr "모든 사용ěž" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:1654 +#, python-format +msgid "Unknown field %s in domain %s" +msgstr "ě•Ś ě 없는 %s í•„ë“śę°€ %s ëŹ„ë©”ěť¸ě— ěˇ´ěž¬í•¨" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/views.js:1466 +#, python-format +msgid "Node [%s] is not a JSONified XML node" +msgstr "[%s] 노드는 JSON ě˛ë¦¬ëś XML 노드가 ě•„ë‹™ë‹ë‹¤" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1428 +#, python-format +msgid "Advanced Search..." +msgstr "고급 검ě‰..." + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:499 +#, python-format +msgid "Dropping database" +msgstr "데이터 베이스 ě‚­ě ś" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:82 +#: code:addons/web/static/src/xml/base.xml:445 +#, python-format +msgid "Powered by" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1380 +#: code:addons/web/static/src/xml/base.xml:970 +#, python-format +msgid "Yes" +msgstr "ě" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:4871 +#, python-format +msgid "There was a problem while uploading your file" +msgstr "파일 업로드 중 문제가 ë°śěťí–습ë‹ë‹¤" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:558 +#, python-format +msgid "XML ID:" +msgstr "XML ID:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:954 +#, python-format +msgid "Size:" +msgstr "í¬ę¸°:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1824 +#, python-format +msgid "--- Don't Import ---" +msgstr "--- 가져ě¤ě§€ 않기 ---" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1679 +#, python-format +msgid "Import-Compatible Export" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/coresetup.js:610 +#, python-format +msgid "%d years ago" +msgstr "%dë…„ ě „" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:1040 +#, python-format +msgid "Unknown m2m command %s" +msgstr "ě•Ś ě 없는 %s m2m 명령" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:1068 +#, python-format +msgid "Save default" +msgstr "기본 ę°’ 저장" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:121 +#: code:addons/web/static/src/xml/base.xml:175 +#: code:addons/web/static/src/xml/base.xml:264 +#, python-format +msgid "New database name:" +msgstr "ě‹ ę·ś 데이터베이스명:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:394 +#, python-format +msgid "Please enter your new password" +msgstr "ě ě•”í¸ëĄĽ 입력해주세요." + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:4886 +#, python-format +msgid "The field is empty, there's nothing to save !" +msgstr "í•„ë“śę°€ ëą„ě–´ěžěť„ 경우, 저장할 ę˛ěť´ 없습ë‹ë‹¤ !" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:545 +#, python-format +msgid "Manage Views" +msgstr "화면 관리" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1801 +#, python-format +msgid "Encoding:" +msgstr "ě•”í¸í™”:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1808 +#, python-format +msgid "Lines to skip" +msgstr "ę±´ë„뛸 입력줄" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:2858 +#, python-format +msgid "Create \"%s\"" +msgstr "\"%s\" ěťě„±" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/data_export.js:361 +#, python-format +msgid "Please select fields to save export list..." +msgstr "내보내기 목록을 저장할 필드를 ě„ íťí•ě„¸ěš”..." + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:418 +#, python-format +msgid "Copyright © 2004-TODAY OpenERP SA. All Rights Reserved." +msgstr "Copyright © 2004-TODAY OpenERP SA. 모든 권리 ëł´ěś ." + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:2346 +#, python-format +msgid "This resource is empty" +msgstr "í•´ë‹ą 리소스는 ëą„ě–´ěžěŠµë‹ë‹¤" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1689 +#, python-format +msgid "Available fields" +msgstr "사용 가능한 í•„ë“ś" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1835 +#, python-format +msgid "The import failed due to:" +msgstr "다음 사유로 인해 가져ě¤ę¸°ëĄĽ 실패함:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/views.js:812 +#: code:addons/web/static/src/xml/base.xml:539 +#, python-format +msgid "JS Tests" +msgstr "JS ě‹śí—" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1750 +#, python-format +msgid "Save as:" +msgstr "다른 이름으로 저장:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:927 +#, python-format +msgid "Filter on: %s" +msgstr "ë‹¤ěťŚě— í•„í„° ě ěš©: %s" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:2904 +#: code:addons/web/static/src/js/view_form.js:3757 +#, python-format +msgid "Create: " +msgstr "다음 ěťě„±: " + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:540 +#, python-format +msgid "View Fields" +msgstr "í•„ë“ś 보기" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:330 +#, python-format +msgid "Confirm New Password:" +msgstr "ě로운 ě•”í¸ í™•ěť¸ :" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:575 +#, python-format +msgid "Do you really want to remove these records?" +msgstr "ě •ë§ëˇś í•´ë‹ą 기록을 ě śę±°í•ě‹śę˛ ěŠµë‹ęąŚ?" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:958 +#, python-format +msgid "Context:" +msgstr "문맥:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1933 +#: code:addons/web/static/src/js/search.js:1960 +#, python-format +msgid "is" +msgstr "같음" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/data_export.js:6 +#, python-format +msgid "Export Data" +msgstr "데이터 내보내기" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:962 +#, python-format +msgid "Domain:" +msgstr "도메인:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:834 +#, python-format +msgid "Default:" +msgstr "기본 ę°’:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:82 +#: code:addons/web/static/src/xml/base.xml:446 +#, python-format +msgid "OpenERP" +msgstr "OpenERP" + +#. module: web +#. openerp-web +#: code:addons/web/doc/module/static/src/xml/web_example.xml:8 +#, python-format +msgid "Stop" +msgstr "중단" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:68 +#: code:addons/web/static/src/xml/base.xml:193 +#: code:addons/web/static/src/xml/base.xml:225 +#, python-format +msgid "Database:" +msgstr "데이터베이스:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1183 +#: code:addons/web/static/src/xml/base.xml:1240 +#, python-format +msgid "Uploading ..." +msgstr "업로드 중 ..." + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1853 +#, python-format +msgid "Name:" +msgstr "명칭:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:1058 +#, python-format +msgid "About" +msgstr "ě •ëł´" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1431 +#, python-format +msgid "Search Again" +msgstr "다시 검ě‰" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1455 +#, python-format +msgid "-- Filters --" +msgstr "-- í•„í„° --" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1230 +#: code:addons/web/static/src/xml/base.xml:1232 +#, python-format +msgid "Clear" +msgstr "ě‚­ě ś" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1680 +#, python-format +msgid "Export all Data" +msgstr "모든 데이터 내보내기" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:1334 +#, python-format +msgid "" +"Grouping on field '%s' is not possible because that field does not appear in " +"the list view." +msgstr "'%s' 필드는 목록 í™”ë©´ě— ë‚í€ë‚지 않으므로 분ëĄí•  ě 없습ë‹ë‹¤." + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:537 +#, python-format +msgid "Set Defaults" +msgstr "기본 ę°’ 설정" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1670 +#, python-format +msgid "" +"This wizard will export all data that matches the current search criteria to " +"a CSV file.\n" +" You can export all data or only the fields that can be " +"reimported after modification." +msgstr "" +"í•´ë‹ą ë§ë˛•ě‚¬ëŠ” í„재 ę˛€ě‰ ěˇ°ę±´ęłĽ 일ěąí•ëŠ” 모든 데이터를 CSV 파일로 ë‚´ëł´ë…ë‹ë‹¤.\n" +" 전체 데이터 ë는 ěě • 후 다시 ę°€ě ¸ě¬ ě ěžëŠ” 필드만 ë‚´ëł´ë‚Ľ ě ěžěŠµë‹ë‹¤." + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:321 +#, python-format +msgid "The record could not be found in the database." +msgstr "데이터베이스ě—ě„ś 기록을 ě°ľěť„ ě 없습ë‹ë‹¤." + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1472 +#, python-format +msgid "Filter Name:" +msgstr "필터명:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:946 +#, python-format +msgid "Type:" +msgstr "ěś í•:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:538 +#, python-format +msgid "Incorrect super-administrator password" +msgstr "ěžëŞ»ëś ěŠíŤĽ ę´€ë¦¬ěž ě•”í¸" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:942 +#, python-format +msgid "Object:" +msgstr "객체:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:292 +#: code:addons/web/static/src/js/chrome.js:326 +#, python-format +msgid "Loading" +msgstr "ë¶ëź¬ě¤ëŠ” 중" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/coresetup.js:609 +#, python-format +msgid "about a year ago" +msgstr "ě•˝ 1ë…„ ě „" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1870 +#: code:addons/web/static/src/js/search.js:1880 +#: code:addons/web/static/src/js/search.js:1914 +#: code:addons/web/static/src/js/search.js:1939 +#, python-format +msgid "is not equal to" +msgstr "동일í•ě§€ 않음" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:5036 +#, python-format +msgid "" +"The type of the field '%s' must be a many2many field with a relation to " +"'ir.attachment' model." +msgstr "" +"The type of the field '%s' í•„ë“śěť ěś í•ěť€ 'ir.attachment' 모델과 ę´€ë ¨ëś many2many 필드여야 " +"í•©ë‹ë‹¤." + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/coresetup.js:604 +#, python-format +msgid "%d hours ago" +msgstr "%d ě‹śę°„ ě „" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:4206 +#: code:addons/web/static/src/js/view_form.js:4335 +#, python-format +msgid "Add: " +msgstr "추가: " + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1858 +#, python-format +msgid "Quick Add" +msgstr "빠른 추가" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1805 +#, python-format +msgid "Latin 1" +msgstr "라틴어 1" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:260 +#: code:addons/web/static/src/js/chrome.js:269 +#: code:addons/web/static/src/js/chrome.js:449 +#: code:addons/web/static/src/js/chrome.js:792 +#: code:addons/web/static/src/js/view_form.js:572 +#: code:addons/web/static/src/js/view_form.js:1923 +#: code:addons/web/static/src/xml/base.xml:1752 +#, python-format +msgid "Ok" +msgstr "Ok" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/views.js:1162 +#, python-format +msgid "Uploading..." +msgstr "ě¬ë ¤ěŁĽę¸°â€¦" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:125 +#, python-format +msgid "Load Demonstration data:" +msgstr "ě‹śě—° 데이터 ë¶ëź¬ě¤ę¸°:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:615 +#, python-format +msgid "Created by :" +msgstr "ěťě„±ěž :" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/dates.js:22 +#: code:addons/web/static/src/js/dates.js:26 +#, python-format +msgid "'%s' is not a valid datetime" +msgstr "'%s'은(는) 유효한 datetimeěť´ ě•„ë‹™ë‹ë‹¤." + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:256 +#, python-format +msgid "File:" +msgstr "파일:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1882 +#: code:addons/web/static/src/js/search.js:1916 +#: code:addons/web/static/src/js/search.js:1941 +#, python-format +msgid "less than" +msgstr "미만" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:687 +#: code:addons/web/static/src/js/views.js:1097 +#, python-format +msgid "Warning" +msgstr "경고" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:547 +#, python-format +msgid "Edit SearchView" +msgstr "ę˛€ě‰ í™”ë©´ 편집" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1975 +#, python-format +msgid "is true" +msgstr "ě°¸" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:3909 +#, python-format +msgid "Add an item" +msgstr "항목 추가" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1603 +#, python-format +msgid "Save current filter" +msgstr "í„재 í•„í„° 저장" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:1915 +#, python-format +msgid "Confirm" +msgstr "확정" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/data_export.js:126 +#, python-format +msgid "Please enter save field list name" +msgstr "저장 í•„ë“ś 목록명을 ěž…ë Ąí•ě„¸ěš”" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:2206 +#, python-format +msgid "Download \"%s\"" +msgstr "\"%s\" 다운로드" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:326 +#, python-format +msgid "New" +msgstr "ě로 만들기" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:1767 +#, python-format +msgid "Can't convert value %s to context" +msgstr "%s ę°’ěť„ 문맥으로 변í™í•  ě 없음" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/views.js:807 +#: code:addons/web/static/src/xml/base.xml:541 +#, python-format +msgid "Fields View Get" +msgstr "í•„ë“ś 화면 얻기" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:149 +#, python-format +msgid "Confirm password:" +msgstr "ě•”í¸ í™•ěť¸:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1883 +#: code:addons/web/static/src/js/search.js:1917 +#: code:addons/web/static/src/js/search.js:1942 +#, python-format +msgid "greater or equal than" +msgstr "ěť´ě" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1321 +#, python-format +msgid "Button" +msgstr "버튼" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:418 +#, python-format +msgid "OpenERP is a trademark of the" +msgstr "OpenERP은 다음 ě†Śěś ěť ë“±ëˇť ěí‘śěž…ë‹ë‹¤:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/data_export.js:374 +#, python-format +msgid "Please select fields to export..." +msgstr "ë‚´ëł´ë‚Ľ 필드를 ě„ íťí•ě„¸ěš”..." + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:286 +#, python-format +msgid "New master password:" +msgstr "ě로운 ë§ěŠ¤í„° ě•”í¸:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1976 +#, python-format +msgid "is false" +msgstr "거짓" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:404 +#, python-format +msgid "About OpenERP" +msgstr "OpenERP ě •ëł´" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/formats.js:297 +#, python-format +msgid "'%s' is not a correct date, datetime nor time" +msgstr "'%s'은(는) ě¬ë°”른 날짜, 일시 ë는 ě‹śę°„ěť´ ě•„ë‹™ë‹ë‹¤" + +#. module: web +#: code:addons/web/controllers/main.py:1264 +#, python-format +msgid "No content found for field '%s' on '%s:%s'" +msgstr "'%s:%s'ěť '%s' í•„ë“śě—ě„ś ë‚´ěš©ěť„ ě°ľěť„ ě 없음" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:304 +#, python-format +msgid "Database Management" +msgstr "데이터베이스 관리" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:5007 +#, python-format +msgid "Image" +msgstr "이미지" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:81 +#, python-format +msgid "Manage Databases" +msgstr "데이터베이스 관리" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/pyeval.js:765 +#, python-format +msgid "Evaluation Error" +msgstr "평가 ě¤ëĄ" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1283 +#, python-format +msgid "not a valid integer" +msgstr "유효í•ě§€ 않은 ě •ě" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:337 +#: code:addons/web/static/src/xml/base.xml:776 +#: code:addons/web/static/src/xml/base.xml:816 +#: code:addons/web/static/src/xml/base.xml:1376 +#: code:addons/web/static/src/xml/base.xml:1384 +#: code:addons/web/static/src/xml/base.xml:1630 +#, python-format +msgid "or" +msgstr "ë는" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1381 +#, python-format +msgid "No" +msgstr "ě•„ë‹ě¤" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/formats.js:309 +#, python-format +msgid "'%s' is not convertible to date, datetime nor time" +msgstr "'%s'은(는) 날짜, 일시 ë는 시간으로 변í™í•  ě 없습ë‹ë‹¤" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:199 +#: code:addons/web/static/src/xml/base.xml:161 +#: code:addons/web/static/src/xml/base.xml:307 +#, python-format +msgid "Duplicate" +msgstr "사본 ěťě„±" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:777 +#: code:addons/web/static/src/xml/base.xml:817 +#: code:addons/web/static/src/xml/base.xml:1391 +#, python-format +msgid "Discard" +msgstr "무시" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1624 +#, python-format +msgid "Add a condition" +msgstr "조건 추가" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/coresetup.js:629 +#, python-format +msgid "Still loading..." +msgstr "ě•„ě§ ë¶ëź¬ě¤ëŠ” 중..." + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:818 +#, python-format +msgid "Incorrect value for field %(fieldname)s: [%(value)s] is %(message)s" +msgstr "%(fieldname)s í•„ë“śě— ëŚ€í•ś ěžëŞ»ëś ę°’: [%(value)s]은(는) %(message)sěž„" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:3805 +#, python-format +msgid "The o2m record must be saved before an action can be used" +msgstr "o2m 기록은 액ě…ěť„ 사용í•ę¸° ě „ě— ě €ěžĄëě–´ě•Ľ í•©ë‹ë‹¤." + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:509 +#, python-format +msgid "Backed" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1610 +#, python-format +msgid "Use by default" +msgstr "기본으로 사용" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:1348 +#, python-format +msgid "%s (%d)" +msgstr "%s (%d)" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:775 +#, python-format +msgid "triggered from search view" +msgstr "ę˛€ě‰ í™”ë©´ě—ě„ś 촉발ë¨" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:978 +#, python-format +msgid "Filter" +msgstr "í•„í„°" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:950 +#, python-format +msgid "Widget:" +msgstr "ěś„ě Ż:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:548 +#, python-format +msgid "Edit Action" +msgstr "ě•ˇě… íŽ¸ě§‘" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:555 +#, python-format +msgid "ID:" +msgstr "ID:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:870 +#, python-format +msgid "Only you" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:549 +#, python-format +msgid "Edit Workflow" +msgstr "ěž‘ě—… íťë¦„ 편집" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/views.js:1171 +#, python-format +msgid "Do you really want to delete this attachment ?" +msgstr "í•´ë‹ą 첨부 파일을 ě •ë§ëˇś ě‚­ě śí•ě‹śę˛ ěŠµë‹ęąŚ?" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/views.js:840 +#, python-format +msgid "Technical Translation" +msgstr "기ě ě  ë˛ě—­" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:938 +#, python-format +msgid "Field:" +msgstr "í•„ë“ś:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:620 +#, python-format +msgid "Modified by :" +msgstr "ěě •ěž :" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:499 +#, python-format +msgid "The database %s has been dropped" +msgstr "%s 데이터베이스를 ě‚­ě śí•ě€ěŠµë‹ë‹¤" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:460 +#, python-format +msgid "User's timezone" +msgstr "사용ěžěť 시간대" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:284 +#: code:addons/web/static/src/js/chrome.js:1168 +#, python-format +msgid "Client Error" +msgstr "í´ëťĽěť´ě–¸íŠ¸ ě¤ëĄ" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/views.js:998 +#, python-format +msgid "Print" +msgstr "인쇄" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1331 +#, python-format +msgid "Special:" +msgstr "특별:" + +#. module: web +#: code:addons/web/controllers/main.py:834 +#, python-format +msgid "" +"The old password you provided is incorrect, your password was not changed." +msgstr "ě śęłµëś ě¤ëžëś ě•”í¸ę°€ ěžëŞ»ëě—습ë‹ë‹¤, ě•”í¸ę°€ 변경ë지 ě•Šě•ěŠµë‹ë‹¤." + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:561 +#, python-format +msgid "Creation User:" +msgstr "ěťě„± 사용ěž:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:769 +#, python-format +msgid "Do you really want to delete this record?" +msgstr "ě •ë§ëˇś ěť´ 기록을 ě‚­ě śí•ě‹śę˛ ěŠµë‹ęąŚ?" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1385 +#, python-format +msgid "Save & Close" +msgstr "저장 & 닫기" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:2845 +#, python-format +msgid "Search More..." +msgstr "추가 검ě‰..." + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:75 +#: code:addons/web/static/src/xml/base.xml:311 +#, python-format +msgid "Password" +msgstr "ě•”í¸" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:546 +#: code:addons/web/static/src/xml/base.xml:809 +#: code:addons/web/static/src/xml/base.xml:1178 +#, python-format +msgid "Edit" +msgstr "편집" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1706 +#, python-format +msgid "Remove" +msgstr "ě śę±°" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1062 +#, python-format +msgid "Select date" +msgstr "날짜 ě„ íť" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1249 +#, python-format +msgid "Search %(field)s for: %(value)s" +msgstr "%(field)sě—ě„ś 다음 검ě‰: %(value)s" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1277 +#, python-format +msgid "Delete this file" +msgstr "í•´ë‹ą 파일 ě‚­ě ś" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:109 +#, python-format +msgid "Create Database" +msgstr "데이터데이스 ěťě„±" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:420 +#, python-format +msgid "GNU Affero General Public License" +msgstr "GNU Affero ěťĽë° ęłµę°ś 라이선스" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1795 +#, python-format +msgid "Separator:" +msgstr "구분ěž:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:300 +#, python-format +msgid "Back to Login" +msgstr "로그인 화면으로 돌아가기" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1662 +#: code:addons/web/static/src/xml/base.xml:1454 +#, python-format +msgid "Filters" +msgstr "í•„í„°" diff --git a/web/i18n/lo.po b/web/i18n/lo.po new file mode 100644 index 0000000..02422e6 --- /dev/null +++ b/web/i18n/lo.po @@ -0,0 +1,2602 @@ +# Lao translation for openerp-web +# Copyright (c) 2012 Rosetta Contributors and Canonical Ltd 2012 +# This file is distributed under the same license as the openerp-web package. +# FIRST AUTHOR , 2012. +# +msgid "" +msgstr "" +"Project-Id-Version: openerp-web\n" +"Report-Msgid-Bugs-To: FULL NAME \n" +"POT-Creation-Date: 2012-12-21 17:06+0000\n" +"PO-Revision-Date: 2012-12-21 23:00+0000\n" +"Last-Translator: Brice Muangkhot ສຸພາ ເມືອງໂຄຕ \n" +"Language-Team: Lao \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Launchpad-Export-Date: 2012-12-22 07:38+0000\n" +"X-Generator: Launchpad (build 16378)\n" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:133 +#, python-format +msgid "Default language:" +msgstr "ພາສາŕ»ŕş™ŕş•ŕş­ŕş™ŕş•ŕş»ŕ»‰ŕş™" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/coresetup.js:602 +#, python-format +msgid "%d minutes ago" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/coresetup.js:630 +#, python-format +msgid "Still loading...
    Please be patient." +msgstr "ຍັງຊືŕ»ŕşŞŕş˛ŕşˇŕş±ŕş™ ...
    ŕşŕş°ŕşĄŕş¸ŕş™ŕş˛ŕşĄŕ»Ťŕ»ŕşŕ»€ŕş˘ŕş±ŕş™ŕ»†." + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1832 +#, python-format +msgid "%(field)s %(operator)s \"%(value)s\"" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1884 +#: code:addons/web/static/src/js/search.js:1918 +#: code:addons/web/static/src/js/search.js:1943 +#, python-format +msgid "less or equal than" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:393 +#, python-format +msgid "Please enter your previous password" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:117 +#: code:addons/web/static/src/xml/base.xml:167 +#: code:addons/web/static/src/xml/base.xml:282 +#, python-format +msgid "Master password:" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:274 +#, python-format +msgid "Change Master Password" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:491 +#, python-format +msgid "Do you really want to delete the database: %s ?" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1398 +#, python-format +msgid "Search %(field)s at: %(value)s" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:537 +#, python-format +msgid "Access Denied" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:5183 +#, python-format +msgid "Uploading error" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/coresetup.js:603 +#, python-format +msgid "about an hour ago" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/controllers/main.py:768 +#: code:addons/web/static/src/js/chrome.js:514 +#: code:addons/web/static/src/xml/base.xml:216 +#, python-format +msgid "Backup Database" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/views.js:463 +#, python-format +msgid "%(view_type)s view" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/dates.js:49 +#: code:addons/web/static/src/js/dates.js:53 +#, python-format +msgid "'%s' is not a valid date" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1837 +#, python-format +msgid "Here is a preview of the file we could not import:" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/coresetup.js:601 +#, python-format +msgid "about a minute ago" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1297 +#, python-format +msgid "File" +msgstr "" + +#. module: web +#: code:addons/web/controllers/main.py:826 +#, python-format +msgid "You cannot leave any password empty." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:680 +#, python-format +msgid "Invalid username or password" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:206 +#: code:addons/web/static/src/xml/base.xml:238 +#: code:addons/web/static/src/xml/base.xml:260 +#, python-format +msgid "Master Password:" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1217 +#: code:addons/web/static/src/xml/base.xml:1374 +#, python-format +msgid "Select" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:549 +#, python-format +msgid "Database restored successfully" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:415 +#, python-format +msgid "Version" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:570 +#, python-format +msgid "Latest Modification Date:" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1459 +#, python-format +msgid "M2O search fields do not currently handle multiple default values" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:1227 +#, python-format +msgid "Widget type '%s' is not implemented" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1608 +#, python-format +msgid "Share with all users" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:77 +#: code:addons/web/static/src/js/view_form.js:321 +#, python-format +msgid "Form" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1324 +#, python-format +msgid "(no string)" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/formats.js:282 +#, python-format +msgid "'%s' is not a correct time" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1297 +#, python-format +msgid "not a valid number" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:325 +#, python-format +msgid "New Password:" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:610 +#, python-format +msgid "Attachment :" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1691 +#, python-format +msgid "Fields to export" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:1340 +#, python-format +msgid "Undefined" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:4871 +#, python-format +msgid "File Upload" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/coresetup.js:607 +#, python-format +msgid "about a month ago" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1600 +#, python-format +msgid "Custom Filters" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1336 +#, python-format +msgid "Button Type:" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:419 +#, python-format +msgid "OpenERP SA Company" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1553 +#, python-format +msgid "Custom Filter" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:159 +#, python-format +msgid "Duplicate Database" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/controllers/main.py:789 +#: code:addons/web/controllers/main.py:790 +#: code:addons/web/controllers/main.py:826 +#: code:addons/web/controllers/main.py:828 +#: code:addons/web/controllers/main.py:834 +#: code:addons/web/controllers/main.py:835 +#: code:addons/web/static/src/js/chrome.js:768 +#: code:addons/web/static/src/xml/base.xml:276 +#: code:addons/web/static/src/xml/base.xml:336 +#, python-format +msgid "Change Password" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:3411 +#, python-format +msgid "View type '%s' is not supported in One2Many." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:4951 +#: code:addons/web/static/src/js/view_list.js:2194 +#, python-format +msgid "Download" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/formats.js:266 +#, python-format +msgid "'%s' is not a correct datetime" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:417 +#, python-format +msgid "Group" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:927 +#, python-format +msgid "Unhandled widget" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:982 +#, python-format +msgid "Selection:" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:871 +#, python-format +msgid "The following fields are invalid:" +msgstr "" + +#. module: web +#: code:addons/web/controllers/main.py:847 +#, python-format +msgid "Languages" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1270 +#, python-format +msgid "...Upload in progress..." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1768 +#, python-format +msgid "Import" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:543 +#, python-format +msgid "Could not restore the database" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:4851 +#, python-format +msgid "File upload" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:3804 +#, python-format +msgid "Action Button" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:542 +#: code:addons/web/static/src/xml/base.xml:1467 +#, python-format +msgid "Manage Filters" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1867 +#, python-format +msgid "contains" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/coresetup.js:633 +#, python-format +msgid "Take a minute to get a coffee,
    because it's loading..." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:413 +#, python-format +msgid "Activate the developer mode" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:324 +#, python-format +msgid "Loading (%d)" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1114 +#, python-format +msgid "GroupBy" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:687 +#, python-format +msgid "You must select at least one record." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:535 +#, python-format +msgid "View Log (perm_read)" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:1061 +#, python-format +msgid "Set Default" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:978 +#, python-format +msgid "Relation:" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/coresetup.js:600 +#, python-format +msgid "less than a minute ago" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:851 +#, python-format +msgid "Condition:" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:1692 +#, python-format +msgid "Unsupported operator %s in domain %s" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/formats.js:242 +#, python-format +msgid "'%s' is not a correct float" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:549 +#, python-format +msgid "Restored" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:394 +#, python-format +msgid "%d-%d of %d" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:2868 +#, python-format +msgid "Create and Edit..." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/pyeval.js:731 +#, python-format +msgid "Unknown nonliteral type " +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:2346 +#, python-format +msgid "Resource error" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1961 +#, python-format +msgid "is not" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:550 +#, python-format +msgid "Print Workflow" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:396 +#, python-format +msgid "Please confirm your new password" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1804 +#, python-format +msgid "UTF-8" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:421 +#, python-format +msgid "For more information visit" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1859 +#, python-format +msgid "Add All Info..." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1683 +#, python-format +msgid "Export Formats" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:974 +#, python-format +msgid "On change:" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/views.js:865 +#, python-format +msgid "Model %s fields" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:893 +#, python-format +msgid "Setting 'id' attribute on existing record %s" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:8 +#, python-format +msgid "List" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1881 +#: code:addons/web/static/src/js/search.js:1915 +#: code:addons/web/static/src/js/search.js:1940 +#, python-format +msgid "greater than" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:2248 +#: code:addons/web/static/src/xml/base.xml:546 +#, python-format +msgid "View" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1466 +#, python-format +msgid "Save Filter" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1344 +#, python-format +msgid "Action ID:" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:457 +#, python-format +msgid "Your user's preference timezone does not match your browser timezone:" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:1223 +#, python-format +msgid "Field '%s' specified in view could not be found." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1756 +#, python-format +msgid "Saved exports:" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:320 +#, python-format +msgid "Old Password:" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/formats.js:113 +#, python-format +msgid "Bytes,Kb,Mb,Gb,Tb,Pb,Eb,Zb,Yb" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:481 +#, python-format +msgid "The database has been duplicated." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1625 +#, python-format +msgid "Apply" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1386 +#, python-format +msgid "Save & New" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1223 +#: code:addons/web/static/src/xml/base.xml:1225 +#, python-format +msgid "Save As" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/doc/module/static/src/xml/web_example.xml:3 +#, python-format +msgid "00:00:00" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:2317 +#, python-format +msgid "E-mail error" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/coresetup.js:605 +#, python-format +msgid "a day ago" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1789 +#, python-format +msgid "Does your file have titles?" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:327 +#, python-format +msgid "Unlimited" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:784 +#, python-format +msgid "" +"Warning, the record has been modified, your changes will be discarded.\n" +"\n" +"Are you sure you want to leave this page ?" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:2904 +#, python-format +msgid "Search: " +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:544 +#, python-format +msgid "Technical translation" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1797 +#, python-format +msgid "Delimiter:" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:462 +#, python-format +msgid "Browser's timezone" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1605 +#, python-format +msgid "Filter name" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1464 +#, python-format +msgid "-- Actions --" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:4134 +#: code:addons/web/static/src/js/view_form.js:4294 +#: code:addons/web/static/src/xml/base.xml:1407 +#: code:addons/web/static/src/xml/base.xml:1705 +#, python-format +msgid "Add" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:536 +#, python-format +msgid "Toggle Form Layout Outline" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:421 +#, python-format +msgid "OpenERP.com" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:2317 +#, python-format +msgid "Can't send email to invalid e-mail address" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:636 +#, python-format +msgid "Add..." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:405 +#, python-format +msgid "Preferences" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:436 +#, python-format +msgid "Wrong on change format: %s" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/controllers/main.py:750 +#: code:addons/web/static/src/xml/base.xml:185 +#, python-format +msgid "Drop Database" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:466 +#, python-format +msgid "Click here to change your user's timezone." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:966 +#, python-format +msgid "Modifiers:" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:627 +#, python-format +msgid "Delete this attachment" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:774 +#: code:addons/web/static/src/xml/base.xml:815 +#: code:addons/web/static/src/xml/base.xml:1382 +#: code:addons/web/static/src/xml/base.xml:1612 +#, python-format +msgid "Save" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/views.js:999 +#: code:addons/web/static/src/xml/base.xml:352 +#, python-format +msgid "More" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:73 +#, python-format +msgid "Username" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:481 +#, python-format +msgid "Duplicating database" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:563 +#, python-format +msgid "Password has been changed successfully" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list_editable.js:788 +#, python-format +msgid "The form's data can not be discarded" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:533 +#, python-format +msgid "Debug View#" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:77 +#, python-format +msgid "Log in" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:198 +#: code:addons/web/static/src/js/view_list.js:346 +#: code:addons/web/static/src/xml/base.xml:1764 +#, python-format +msgid "Delete" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/pyeval.js:769 +#, python-format +msgid "" +"Local evaluation failure\n" +"%s\n" +"\n" +"%s" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:350 +#, python-format +msgid "Invalid database name" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1693 +#, python-format +msgid "Save fields list" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/doc/module/static/src/xml/web_example.xml:5 +#, python-format +msgid "Start" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/views.js:823 +#, python-format +msgid "View Log (%s)" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:564 +#, python-format +msgid "Creation Date:" +msgstr "" + +#. module: web +#: code:addons/web/controllers/main.py:790 +#: code:addons/web/controllers/main.py:835 +#, python-format +msgid "Error, password not changed !" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:4850 +#, python-format +msgid "The selected file exceed the maximum file size of %s." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:632 +#: code:addons/web/static/src/xml/base.xml:1300 +#, python-format +msgid "/web/binary/upload_attachment" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:563 +#, python-format +msgid "Changed Password" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1431 +#, python-format +msgid "Search" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:3032 +#: code:addons/web/static/src/js/view_form.js:3668 +#: code:addons/web/static/src/js/view_form.js:3785 +#: code:addons/web/static/src/js/view_form.js:4230 +#: code:addons/web/static/src/js/view_form.js:4353 +#, python-format +msgid "Open: " +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:218 +#: code:addons/web/static/src/xml/base.xml:309 +#, python-format +msgid "Backup" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/dates.js:76 +#: code:addons/web/static/src/js/dates.js:80 +#, python-format +msgid "'%s' is not a valid time" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/formats.js:274 +#, python-format +msgid "'%s' is not a correct date" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:933 +#, python-format +msgid "(nolabel)" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/coresetup.js:606 +#, python-format +msgid "%d days ago" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1474 +#, python-format +msgid "(Any existing filter with the same name will be replaced)" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:1918 +#: code:addons/web/static/src/xml/base.xml:338 +#: code:addons/web/static/src/xml/base.xml:1377 +#: code:addons/web/static/src/xml/base.xml:1860 +#, python-format +msgid "Cancel" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/coresetup.js:628 +#: code:addons/web/static/src/xml/base.xml:9 +#, python-format +msgid "Loading..." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:567 +#, python-format +msgid "Latest Modification by:" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:1242 +#: code:addons/web/static/src/xml/base.xml:470 +#, python-format +msgid "Timezone mismatch" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:1646 +#, python-format +msgid "Unknown operator %s in domain %s" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:428 +#, python-format +msgid "%d / %d" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1782 +#, python-format +msgid "2. Check your file format" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1718 +#, python-format +msgid "Name" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1775 +#, python-format +msgid "" +"Select a .CSV file to import. If you need a sample of file to import,\n" +" you should use the export tool with the \"Import Compatible\" option." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/coresetup.js:608 +#, python-format +msgid "%d months ago" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:187 +#: code:addons/web/static/src/xml/base.xml:308 +#, python-format +msgid "Drop" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1465 +#, python-format +msgid "Add Advanced Filter" +msgstr "" + +#. module: web +#: code:addons/web/controllers/main.py:828 +#, python-format +msgid "The new password and its confirmation must be identical." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:542 +#: code:addons/web/static/src/xml/base.xml:248 +#, python-format +msgid "Restore Database" +msgstr "ເອົາຖານຂໍ້ມູນລົງຄືນ" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:644 +#, python-format +msgid "Login" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:420 +#, python-format +msgid "Licenced under the terms of" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:250 +#: code:addons/web/static/src/xml/base.xml:310 +#, python-format +msgid "Restore" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1677 +#, python-format +msgid "Export Type:" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:406 +#, python-format +msgid "Log out" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1090 +#, python-format +msgid "Group by: %s" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:153 +#, python-format +msgid "No data provided." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:345 +#: code:addons/web/static/src/xml/base.xml:1665 +#, python-format +msgid "Export" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/data_export.js:12 +#, python-format +msgid "Export To File" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/views.js:1097 +#, python-format +msgid "You must choose at least one record." +msgstr "ŕş—ŕ»ŕş˛ŕş™ŕş•ŕ»‰ŕş­ŕş‡ŕ»€ŕşĄŕş·ŕş­ŕşŕ»€ŕş­ŕş»ŕş˛ŕş˘ŕ»ŕş˛ŕş‡ŕş«ŕş™ŕ»‰ŕş­ŕşŤŕş«ŕş™ŕş¶ŕ»ŕş‡ŕşšŕş±ŕş™ŕş—ຶŕş." + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/coresetup.js:631 +#, python-format +msgid "Don't leave yet,
    it's still loading..." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:775 +#, python-format +msgid "Invalid Search" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:980 +#, python-format +msgid "Could not find id in dataset" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1707 +#, python-format +msgid "Remove All" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1340 +#, python-format +msgid "Method:" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:1439 +#, python-format +msgid "%(page)d/%(page_count)d" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:397 +#, python-format +msgid "The confirmation does not match the password" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:441 +#, python-format +msgid "Edit Company data" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:4886 +#, python-format +msgid "Save As..." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:5007 +#, python-format +msgid "Could not display the selected image." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:509 +#, python-format +msgid "Database backed up successfully" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1808 +#, python-format +msgid "" +"For use if CSV files have titles on multiple lines, skips more than a single " +"line during import" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:394 +#, python-format +msgid "99+" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1774 +#, python-format +msgid "1. Import a .CSV file" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:644 +#, python-format +msgid "No database selected !" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/formats.js:180 +#, python-format +msgid "(%d records)" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:970 +#, python-format +msgid "Change default:" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:171 +#, python-format +msgid "Original database name:" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1869 +#: code:addons/web/static/src/js/search.js:1879 +#: code:addons/web/static/src/js/search.js:1913 +#: code:addons/web/static/src/js/search.js:1938 +#, python-format +msgid "is equal to" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/views.js:1500 +#, python-format +msgid "Could not serialize XML" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1619 +#, python-format +msgid "Advanced Search" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:290 +#, python-format +msgid "Confirm new master password:" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/coresetup.js:634 +#, python-format +msgid "Maybe you should consider reloading the application by pressing F5..." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:17 +#: code:addons/web/static/src/js/view_list.js:2248 +#: code:addons/web/static/src/xml/base.xml:111 +#: code:addons/web/static/src/xml/base.xml:306 +#: code:addons/web/static/src/xml/base.xml:812 +#: code:addons/web/static/src/xml/base.xml:1376 +#, python-format +msgid "Create" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1868 +#, python-format +msgid "doesn't contain" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1785 +#, python-format +msgid "Import Options" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:2936 +#, python-format +msgid "Add %s" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:145 +#, python-format +msgid "Admin password:" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/data_export.js:11 +#: code:addons/web/static/src/js/view_form.js:1067 +#: code:addons/web/static/src/xml/base.xml:1394 +#, python-format +msgid "Close" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/coresetup.js:632 +#, python-format +msgid "" +"You may not believe it,
    but the application is actually loading..." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1779 +#, python-format +msgid "CSV File:" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1741 +#, python-format +msgid "Advanced" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_tree.js:11 +#, python-format +msgid "Tree" +msgstr "" + +#. module: web +#: code:addons/web/controllers/main.py:750 +#, python-format +msgid "Could not drop database !" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/formats.js:227 +#, python-format +msgid "'%s' is not a correct integer" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:877 +#, python-format +msgid "All users" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:1654 +#, python-format +msgid "Unknown field %s in domain %s" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/views.js:1466 +#, python-format +msgid "Node [%s] is not a JSONified XML node" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1428 +#, python-format +msgid "Advanced Search..." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:499 +#, python-format +msgid "Dropping database" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:82 +#: code:addons/web/static/src/xml/base.xml:445 +#, python-format +msgid "Powered by" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1380 +#: code:addons/web/static/src/xml/base.xml:970 +#, python-format +msgid "Yes" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:4871 +#, python-format +msgid "There was a problem while uploading your file" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:558 +#, python-format +msgid "XML ID:" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:954 +#, python-format +msgid "Size:" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1824 +#, python-format +msgid "--- Don't Import ---" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1679 +#, python-format +msgid "Import-Compatible Export" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/coresetup.js:610 +#, python-format +msgid "%d years ago" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:1040 +#, python-format +msgid "Unknown m2m command %s" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:1068 +#, python-format +msgid "Save default" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:121 +#: code:addons/web/static/src/xml/base.xml:175 +#: code:addons/web/static/src/xml/base.xml:264 +#, python-format +msgid "New database name:" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:394 +#, python-format +msgid "Please enter your new password" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:4886 +#, python-format +msgid "The field is empty, there's nothing to save !" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:545 +#, python-format +msgid "Manage Views" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1801 +#, python-format +msgid "Encoding:" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1808 +#, python-format +msgid "Lines to skip" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:2858 +#, python-format +msgid "Create \"%s\"" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/data_export.js:361 +#, python-format +msgid "Please select fields to save export list..." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:418 +#, python-format +msgid "Copyright © 2004-TODAY OpenERP SA. All Rights Reserved." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:2346 +#, python-format +msgid "This resource is empty" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1689 +#, python-format +msgid "Available fields" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1835 +#, python-format +msgid "The import failed due to:" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/views.js:812 +#: code:addons/web/static/src/xml/base.xml:539 +#, python-format +msgid "JS Tests" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1750 +#, python-format +msgid "Save as:" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:927 +#, python-format +msgid "Filter on: %s" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:2904 +#: code:addons/web/static/src/js/view_form.js:3757 +#, python-format +msgid "Create: " +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:540 +#, python-format +msgid "View Fields" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:330 +#, python-format +msgid "Confirm New Password:" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:575 +#, python-format +msgid "Do you really want to remove these records?" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:958 +#, python-format +msgid "Context:" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1933 +#: code:addons/web/static/src/js/search.js:1960 +#, python-format +msgid "is" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/data_export.js:6 +#, python-format +msgid "Export Data" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:962 +#, python-format +msgid "Domain:" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:834 +#, python-format +msgid "Default:" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:82 +#: code:addons/web/static/src/xml/base.xml:446 +#, python-format +msgid "OpenERP" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/doc/module/static/src/xml/web_example.xml:8 +#, python-format +msgid "Stop" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:68 +#: code:addons/web/static/src/xml/base.xml:193 +#: code:addons/web/static/src/xml/base.xml:225 +#, python-format +msgid "Database:" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1183 +#: code:addons/web/static/src/xml/base.xml:1240 +#, python-format +msgid "Uploading ..." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1853 +#, python-format +msgid "Name:" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:1058 +#, python-format +msgid "About" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1431 +#, python-format +msgid "Search Again" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1455 +#, python-format +msgid "-- Filters --" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1230 +#: code:addons/web/static/src/xml/base.xml:1232 +#, python-format +msgid "Clear" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1680 +#, python-format +msgid "Export all Data" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:1334 +#, python-format +msgid "" +"Grouping on field '%s' is not possible because that field does not appear in " +"the list view." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:537 +#, python-format +msgid "Set Defaults" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1670 +#, python-format +msgid "" +"This wizard will export all data that matches the current search criteria to " +"a CSV file.\n" +" You can export all data or only the fields that can be " +"reimported after modification." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:321 +#, python-format +msgid "The record could not be found in the database." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1472 +#, python-format +msgid "Filter Name:" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:946 +#, python-format +msgid "Type:" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:538 +#, python-format +msgid "Incorrect super-administrator password" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:942 +#, python-format +msgid "Object:" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:292 +#: code:addons/web/static/src/js/chrome.js:326 +#, python-format +msgid "Loading" +msgstr "ຊືŕ»ŕşŞŕş˛ŕşˇŕş±ŕş™" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/coresetup.js:609 +#, python-format +msgid "about a year ago" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1870 +#: code:addons/web/static/src/js/search.js:1880 +#: code:addons/web/static/src/js/search.js:1914 +#: code:addons/web/static/src/js/search.js:1939 +#, python-format +msgid "is not equal to" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:5036 +#, python-format +msgid "" +"The type of the field '%s' must be a many2many field with a relation to " +"'ir.attachment' model." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/coresetup.js:604 +#, python-format +msgid "%d hours ago" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:4206 +#: code:addons/web/static/src/js/view_form.js:4335 +#, python-format +msgid "Add: " +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1858 +#, python-format +msgid "Quick Add" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1805 +#, python-format +msgid "Latin 1" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:260 +#: code:addons/web/static/src/js/chrome.js:269 +#: code:addons/web/static/src/js/chrome.js:449 +#: code:addons/web/static/src/js/chrome.js:792 +#: code:addons/web/static/src/js/view_form.js:572 +#: code:addons/web/static/src/js/view_form.js:1923 +#: code:addons/web/static/src/xml/base.xml:1752 +#, python-format +msgid "Ok" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/views.js:1162 +#, python-format +msgid "Uploading..." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:125 +#, python-format +msgid "Load Demonstration data:" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:615 +#, python-format +msgid "Created by :" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/dates.js:22 +#: code:addons/web/static/src/js/dates.js:26 +#, python-format +msgid "'%s' is not a valid datetime" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:256 +#, python-format +msgid "File:" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1882 +#: code:addons/web/static/src/js/search.js:1916 +#: code:addons/web/static/src/js/search.js:1941 +#, python-format +msgid "less than" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:687 +#: code:addons/web/static/src/js/views.js:1097 +#, python-format +msgid "Warning" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:547 +#, python-format +msgid "Edit SearchView" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1975 +#, python-format +msgid "is true" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:3909 +#, python-format +msgid "Add an item" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1603 +#, python-format +msgid "Save current filter" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:1915 +#, python-format +msgid "Confirm" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/data_export.js:126 +#, python-format +msgid "Please enter save field list name" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:2206 +#, python-format +msgid "Download \"%s\"" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:326 +#, python-format +msgid "New" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:1767 +#, python-format +msgid "Can't convert value %s to context" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/views.js:807 +#: code:addons/web/static/src/xml/base.xml:541 +#, python-format +msgid "Fields View Get" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:149 +#, python-format +msgid "Confirm password:" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1883 +#: code:addons/web/static/src/js/search.js:1917 +#: code:addons/web/static/src/js/search.js:1942 +#, python-format +msgid "greater or equal than" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1321 +#, python-format +msgid "Button" +msgstr "ŕşŕş°ŕş”ູມ" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:418 +#, python-format +msgid "OpenERP is a trademark of the" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/data_export.js:374 +#, python-format +msgid "Please select fields to export..." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:286 +#, python-format +msgid "New master password:" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1976 +#, python-format +msgid "is false" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:404 +#, python-format +msgid "About OpenERP" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/formats.js:297 +#, python-format +msgid "'%s' is not a correct date, datetime nor time" +msgstr "" + +#. module: web +#: code:addons/web/controllers/main.py:1264 +#, python-format +msgid "No content found for field '%s' on '%s:%s'" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:304 +#, python-format +msgid "Database Management" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:5007 +#, python-format +msgid "Image" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:81 +#, python-format +msgid "Manage Databases" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/pyeval.js:765 +#, python-format +msgid "Evaluation Error" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1283 +#, python-format +msgid "not a valid integer" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:337 +#: code:addons/web/static/src/xml/base.xml:776 +#: code:addons/web/static/src/xml/base.xml:816 +#: code:addons/web/static/src/xml/base.xml:1376 +#: code:addons/web/static/src/xml/base.xml:1384 +#: code:addons/web/static/src/xml/base.xml:1630 +#, python-format +msgid "or" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1381 +#, python-format +msgid "No" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/formats.js:309 +#, python-format +msgid "'%s' is not convertible to date, datetime nor time" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:199 +#: code:addons/web/static/src/xml/base.xml:161 +#: code:addons/web/static/src/xml/base.xml:307 +#, python-format +msgid "Duplicate" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:777 +#: code:addons/web/static/src/xml/base.xml:817 +#: code:addons/web/static/src/xml/base.xml:1391 +#, python-format +msgid "Discard" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1624 +#, python-format +msgid "Add a condition" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/coresetup.js:629 +#, python-format +msgid "Still loading..." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:818 +#, python-format +msgid "Incorrect value for field %(fieldname)s: [%(value)s] is %(message)s" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:3805 +#, python-format +msgid "The o2m record must be saved before an action can be used" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:509 +#, python-format +msgid "Backed" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1610 +#, python-format +msgid "Use by default" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:1348 +#, python-format +msgid "%s (%d)" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:775 +#, python-format +msgid "triggered from search view" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:978 +#, python-format +msgid "Filter" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:950 +#, python-format +msgid "Widget:" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:548 +#, python-format +msgid "Edit Action" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:555 +#, python-format +msgid "ID:" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:870 +#, python-format +msgid "Only you" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:549 +#, python-format +msgid "Edit Workflow" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/views.js:1171 +#, python-format +msgid "Do you really want to delete this attachment ?" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/views.js:840 +#, python-format +msgid "Technical Translation" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:938 +#, python-format +msgid "Field:" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:620 +#, python-format +msgid "Modified by :" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:499 +#, python-format +msgid "The database %s has been dropped" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:460 +#, python-format +msgid "User's timezone" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:284 +#: code:addons/web/static/src/js/chrome.js:1168 +#, python-format +msgid "Client Error" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/views.js:998 +#, python-format +msgid "Print" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1331 +#, python-format +msgid "Special:" +msgstr "" + +#. module: web +#: code:addons/web/controllers/main.py:834 +#, python-format +msgid "" +"The old password you provided is incorrect, your password was not changed." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:561 +#, python-format +msgid "Creation User:" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:769 +#, python-format +msgid "Do you really want to delete this record?" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1385 +#, python-format +msgid "Save & Close" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:2845 +#, python-format +msgid "Search More..." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:75 +#: code:addons/web/static/src/xml/base.xml:311 +#, python-format +msgid "Password" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:546 +#: code:addons/web/static/src/xml/base.xml:809 +#: code:addons/web/static/src/xml/base.xml:1178 +#, python-format +msgid "Edit" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1706 +#, python-format +msgid "Remove" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1062 +#, python-format +msgid "Select date" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1249 +#, python-format +msgid "Search %(field)s for: %(value)s" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1277 +#, python-format +msgid "Delete this file" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:109 +#, python-format +msgid "Create Database" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:420 +#, python-format +msgid "GNU Affero General Public License" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1795 +#, python-format +msgid "Separator:" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:300 +#, python-format +msgid "Back to Login" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1662 +#: code:addons/web/static/src/xml/base.xml:1454 +#, python-format +msgid "Filters" +msgstr "" diff --git a/web/i18n/lt.po b/web/i18n/lt.po new file mode 100644 index 0000000..c26d1d0 --- /dev/null +++ b/web/i18n/lt.po @@ -0,0 +1,2602 @@ +# Lithuanian translation for openerp-web +# Copyright (c) 2012 Rosetta Contributors and Canonical Ltd 2012 +# This file is distributed under the same license as the openerp-web package. +# FIRST AUTHOR , 2012. +# +msgid "" +msgstr "" +"Project-Id-Version: openerp-web\n" +"Report-Msgid-Bugs-To: FULL NAME \n" +"POT-Creation-Date: 2012-12-21 17:06+0000\n" +"PO-Revision-Date: 2012-12-21 23:00+0000\n" +"Last-Translator: Andrius Preimantas \n" +"Language-Team: Lithuanian \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Launchpad-Export-Date: 2012-12-22 07:38+0000\n" +"X-Generator: Launchpad (build 16378)\n" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:133 +#, python-format +msgid "Default language:" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/coresetup.js:602 +#, python-format +msgid "%d minutes ago" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/coresetup.js:630 +#, python-format +msgid "Still loading...
    Please be patient." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1832 +#, python-format +msgid "%(field)s %(operator)s \"%(value)s\"" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1884 +#: code:addons/web/static/src/js/search.js:1918 +#: code:addons/web/static/src/js/search.js:1943 +#, python-format +msgid "less or equal than" +msgstr "mažesnis arba lygus" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:393 +#, python-format +msgid "Please enter your previous password" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:117 +#: code:addons/web/static/src/xml/base.xml:167 +#: code:addons/web/static/src/xml/base.xml:282 +#, python-format +msgid "Master password:" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:274 +#, python-format +msgid "Change Master Password" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:491 +#, python-format +msgid "Do you really want to delete the database: %s ?" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1398 +#, python-format +msgid "Search %(field)s at: %(value)s" +msgstr "Ieškoti %(field)s ties: %(value)s" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:537 +#, python-format +msgid "Access Denied" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:5183 +#, python-format +msgid "Uploading error" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/coresetup.js:603 +#, python-format +msgid "about an hour ago" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/controllers/main.py:768 +#: code:addons/web/static/src/js/chrome.js:514 +#: code:addons/web/static/src/xml/base.xml:216 +#, python-format +msgid "Backup Database" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/views.js:463 +#, python-format +msgid "%(view_type)s view" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/dates.js:49 +#: code:addons/web/static/src/js/dates.js:53 +#, python-format +msgid "'%s' is not a valid date" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1837 +#, python-format +msgid "Here is a preview of the file we could not import:" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/coresetup.js:601 +#, python-format +msgid "about a minute ago" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1297 +#, python-format +msgid "File" +msgstr "" + +#. module: web +#: code:addons/web/controllers/main.py:826 +#, python-format +msgid "You cannot leave any password empty." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:680 +#, python-format +msgid "Invalid username or password" +msgstr "Neteisingas naudotojo vardas arba slaptažodis" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:206 +#: code:addons/web/static/src/xml/base.xml:238 +#: code:addons/web/static/src/xml/base.xml:260 +#, python-format +msgid "Master Password:" +msgstr "Pagrindinis slaptažodis" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1217 +#: code:addons/web/static/src/xml/base.xml:1374 +#, python-format +msgid "Select" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:549 +#, python-format +msgid "Database restored successfully" +msgstr "Duomenų bazė sėkmingai atkurta" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:415 +#, python-format +msgid "Version" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:570 +#, python-format +msgid "Latest Modification Date:" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1459 +#, python-format +msgid "M2O search fields do not currently handle multiple default values" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:1227 +#, python-format +msgid "Widget type '%s' is not implemented" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1608 +#, python-format +msgid "Share with all users" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:77 +#: code:addons/web/static/src/js/view_form.js:321 +#, python-format +msgid "Form" +msgstr "Forma" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1324 +#, python-format +msgid "(no string)" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/formats.js:282 +#, python-format +msgid "'%s' is not a correct time" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1297 +#, python-format +msgid "not a valid number" +msgstr "neteisingas numeris" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:325 +#, python-format +msgid "New Password:" +msgstr "Naujas slaptažodis:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:610 +#, python-format +msgid "Attachment :" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1691 +#, python-format +msgid "Fields to export" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:1340 +#, python-format +msgid "Undefined" +msgstr "Nenurodyta" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:4871 +#, python-format +msgid "File Upload" +msgstr "Failo įkėlimas" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/coresetup.js:607 +#, python-format +msgid "about a month ago" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1600 +#, python-format +msgid "Custom Filters" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1336 +#, python-format +msgid "Button Type:" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:419 +#, python-format +msgid "OpenERP SA Company" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1553 +#, python-format +msgid "Custom Filter" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:159 +#, python-format +msgid "Duplicate Database" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/controllers/main.py:789 +#: code:addons/web/controllers/main.py:790 +#: code:addons/web/controllers/main.py:826 +#: code:addons/web/controllers/main.py:828 +#: code:addons/web/controllers/main.py:834 +#: code:addons/web/controllers/main.py:835 +#: code:addons/web/static/src/js/chrome.js:768 +#: code:addons/web/static/src/xml/base.xml:276 +#: code:addons/web/static/src/xml/base.xml:336 +#, python-format +msgid "Change Password" +msgstr "Keisti slaptažodį" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:3411 +#, python-format +msgid "View type '%s' is not supported in One2Many." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:4951 +#: code:addons/web/static/src/js/view_list.js:2194 +#, python-format +msgid "Download" +msgstr "Atsisiųsti" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/formats.js:266 +#, python-format +msgid "'%s' is not a correct datetime" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:417 +#, python-format +msgid "Group" +msgstr "Grupė" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:927 +#, python-format +msgid "Unhandled widget" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:982 +#, python-format +msgid "Selection:" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:871 +#, python-format +msgid "The following fields are invalid:" +msgstr "" + +#. module: web +#: code:addons/web/controllers/main.py:847 +#, python-format +msgid "Languages" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1270 +#, python-format +msgid "...Upload in progress..." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1768 +#, python-format +msgid "Import" +msgstr "Importuoti" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:543 +#, python-format +msgid "Could not restore the database" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:4851 +#, python-format +msgid "File upload" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:3804 +#, python-format +msgid "Action Button" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:542 +#: code:addons/web/static/src/xml/base.xml:1467 +#, python-format +msgid "Manage Filters" +msgstr "Valdyti filtrus" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1867 +#, python-format +msgid "contains" +msgstr "susideda iš" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/coresetup.js:633 +#, python-format +msgid "Take a minute to get a coffee,
    because it's loading..." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:413 +#, python-format +msgid "Activate the developer mode" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:324 +#, python-format +msgid "Loading (%d)" +msgstr "Kraunasi (%d)" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1114 +#, python-format +msgid "GroupBy" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:687 +#, python-format +msgid "You must select at least one record." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:535 +#, python-format +msgid "View Log (perm_read)" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:1061 +#, python-format +msgid "Set Default" +msgstr "Nustatyti numatytąją reikšmę" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:978 +#, python-format +msgid "Relation:" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/coresetup.js:600 +#, python-format +msgid "less than a minute ago" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:851 +#, python-format +msgid "Condition:" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:1692 +#, python-format +msgid "Unsupported operator %s in domain %s" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/formats.js:242 +#, python-format +msgid "'%s' is not a correct float" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:549 +#, python-format +msgid "Restored" +msgstr "Atkurta" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:394 +#, python-format +msgid "%d-%d of %d" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:2868 +#, python-format +msgid "Create and Edit..." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/pyeval.js:731 +#, python-format +msgid "Unknown nonliteral type " +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:2346 +#, python-format +msgid "Resource error" +msgstr "Šaltinio klaida" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1961 +#, python-format +msgid "is not" +msgstr "nėra" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:550 +#, python-format +msgid "Print Workflow" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:396 +#, python-format +msgid "Please confirm your new password" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1804 +#, python-format +msgid "UTF-8" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:421 +#, python-format +msgid "For more information visit" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1859 +#, python-format +msgid "Add All Info..." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1683 +#, python-format +msgid "Export Formats" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:974 +#, python-format +msgid "On change:" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/views.js:865 +#, python-format +msgid "Model %s fields" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:893 +#, python-format +msgid "Setting 'id' attribute on existing record %s" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:8 +#, python-format +msgid "List" +msgstr "Sąrašas" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1881 +#: code:addons/web/static/src/js/search.js:1915 +#: code:addons/web/static/src/js/search.js:1940 +#, python-format +msgid "greater than" +msgstr "daugiau nei" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:2248 +#: code:addons/web/static/src/xml/base.xml:546 +#, python-format +msgid "View" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1466 +#, python-format +msgid "Save Filter" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1344 +#, python-format +msgid "Action ID:" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:457 +#, python-format +msgid "Your user's preference timezone does not match your browser timezone:" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:1223 +#, python-format +msgid "Field '%s' specified in view could not be found." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1756 +#, python-format +msgid "Saved exports:" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:320 +#, python-format +msgid "Old Password:" +msgstr "Esamas slaptažodis:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/formats.js:113 +#, python-format +msgid "Bytes,Kb,Mb,Gb,Tb,Pb,Eb,Zb,Yb" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:481 +#, python-format +msgid "The database has been duplicated." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1625 +#, python-format +msgid "Apply" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1386 +#, python-format +msgid "Save & New" +msgstr "Išsaugoti ir sukurti naują" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1223 +#: code:addons/web/static/src/xml/base.xml:1225 +#, python-format +msgid "Save As" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/doc/module/static/src/xml/web_example.xml:3 +#, python-format +msgid "00:00:00" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:2317 +#, python-format +msgid "E-mail error" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/coresetup.js:605 +#, python-format +msgid "a day ago" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1789 +#, python-format +msgid "Does your file have titles?" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:327 +#, python-format +msgid "Unlimited" +msgstr "Neribotas" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:784 +#, python-format +msgid "" +"Warning, the record has been modified, your changes will be discarded.\n" +"\n" +"Are you sure you want to leave this page ?" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:2904 +#, python-format +msgid "Search: " +msgstr "Paieška: " + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:544 +#, python-format +msgid "Technical translation" +msgstr "Techninis vertimas" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1797 +#, python-format +msgid "Delimiter:" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:462 +#, python-format +msgid "Browser's timezone" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1605 +#, python-format +msgid "Filter name" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1464 +#, python-format +msgid "-- Actions --" +msgstr "-- Veiksmai --" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:4134 +#: code:addons/web/static/src/js/view_form.js:4294 +#: code:addons/web/static/src/xml/base.xml:1407 +#: code:addons/web/static/src/xml/base.xml:1705 +#, python-format +msgid "Add" +msgstr "Pridėti" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:536 +#, python-format +msgid "Toggle Form Layout Outline" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:421 +#, python-format +msgid "OpenERP.com" +msgstr "OpenERP.com" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:2317 +#, python-format +msgid "Can't send email to invalid e-mail address" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:636 +#, python-format +msgid "Add..." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:405 +#, python-format +msgid "Preferences" +msgstr "Nustatymai" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:436 +#, python-format +msgid "Wrong on change format: %s" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/controllers/main.py:750 +#: code:addons/web/static/src/xml/base.xml:185 +#, python-format +msgid "Drop Database" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:466 +#, python-format +msgid "Click here to change your user's timezone." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:966 +#, python-format +msgid "Modifiers:" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:627 +#, python-format +msgid "Delete this attachment" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:774 +#: code:addons/web/static/src/xml/base.xml:815 +#: code:addons/web/static/src/xml/base.xml:1382 +#: code:addons/web/static/src/xml/base.xml:1612 +#, python-format +msgid "Save" +msgstr "Įrašyti" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/views.js:999 +#: code:addons/web/static/src/xml/base.xml:352 +#, python-format +msgid "More" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:73 +#, python-format +msgid "Username" +msgstr "Naudotojas" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:481 +#, python-format +msgid "Duplicating database" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:563 +#, python-format +msgid "Password has been changed successfully" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list_editable.js:788 +#, python-format +msgid "The form's data can not be discarded" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:533 +#, python-format +msgid "Debug View#" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:77 +#, python-format +msgid "Log in" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:198 +#: code:addons/web/static/src/js/view_list.js:346 +#: code:addons/web/static/src/xml/base.xml:1764 +#, python-format +msgid "Delete" +msgstr "Ištrinti" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/pyeval.js:769 +#, python-format +msgid "" +"Local evaluation failure\n" +"%s\n" +"\n" +"%s" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:350 +#, python-format +msgid "Invalid database name" +msgstr "Neteisingas duomenų bazės pavadinimas" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1693 +#, python-format +msgid "Save fields list" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/doc/module/static/src/xml/web_example.xml:5 +#, python-format +msgid "Start" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/views.js:823 +#, python-format +msgid "View Log (%s)" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:564 +#, python-format +msgid "Creation Date:" +msgstr "" + +#. module: web +#: code:addons/web/controllers/main.py:790 +#: code:addons/web/controllers/main.py:835 +#, python-format +msgid "Error, password not changed !" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:4850 +#, python-format +msgid "The selected file exceed the maximum file size of %s." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:632 +#: code:addons/web/static/src/xml/base.xml:1300 +#, python-format +msgid "/web/binary/upload_attachment" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:563 +#, python-format +msgid "Changed Password" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1431 +#, python-format +msgid "Search" +msgstr "Ieškoti" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:3032 +#: code:addons/web/static/src/js/view_form.js:3668 +#: code:addons/web/static/src/js/view_form.js:3785 +#: code:addons/web/static/src/js/view_form.js:4230 +#: code:addons/web/static/src/js/view_form.js:4353 +#, python-format +msgid "Open: " +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:218 +#: code:addons/web/static/src/xml/base.xml:309 +#, python-format +msgid "Backup" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/dates.js:76 +#: code:addons/web/static/src/js/dates.js:80 +#, python-format +msgid "'%s' is not a valid time" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/formats.js:274 +#, python-format +msgid "'%s' is not a correct date" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:933 +#, python-format +msgid "(nolabel)" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/coresetup.js:606 +#, python-format +msgid "%d days ago" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1474 +#, python-format +msgid "(Any existing filter with the same name will be replaced)" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:1918 +#: code:addons/web/static/src/xml/base.xml:338 +#: code:addons/web/static/src/xml/base.xml:1377 +#: code:addons/web/static/src/xml/base.xml:1860 +#, python-format +msgid "Cancel" +msgstr "Atšaukti" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/coresetup.js:628 +#: code:addons/web/static/src/xml/base.xml:9 +#, python-format +msgid "Loading..." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:567 +#, python-format +msgid "Latest Modification by:" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:1242 +#: code:addons/web/static/src/xml/base.xml:470 +#, python-format +msgid "Timezone mismatch" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:1646 +#, python-format +msgid "Unknown operator %s in domain %s" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:428 +#, python-format +msgid "%d / %d" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1782 +#, python-format +msgid "2. Check your file format" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1718 +#, python-format +msgid "Name" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1775 +#, python-format +msgid "" +"Select a .CSV file to import. If you need a sample of file to import,\n" +" you should use the export tool with the \"Import Compatible\" option." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/coresetup.js:608 +#, python-format +msgid "%d months ago" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:187 +#: code:addons/web/static/src/xml/base.xml:308 +#, python-format +msgid "Drop" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1465 +#, python-format +msgid "Add Advanced Filter" +msgstr "Sukurti išplėstinį filtrą" + +#. module: web +#: code:addons/web/controllers/main.py:828 +#, python-format +msgid "The new password and its confirmation must be identical." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:542 +#: code:addons/web/static/src/xml/base.xml:248 +#, python-format +msgid "Restore Database" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:644 +#, python-format +msgid "Login" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:420 +#, python-format +msgid "Licenced under the terms of" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:250 +#: code:addons/web/static/src/xml/base.xml:310 +#, python-format +msgid "Restore" +msgstr "Atkurti" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1677 +#, python-format +msgid "Export Type:" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:406 +#, python-format +msgid "Log out" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1090 +#, python-format +msgid "Group by: %s" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:153 +#, python-format +msgid "No data provided." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:345 +#: code:addons/web/static/src/xml/base.xml:1665 +#, python-format +msgid "Export" +msgstr "Eksportuoti" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/data_export.js:12 +#, python-format +msgid "Export To File" +msgstr "Eksportuoti į failą" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/views.js:1097 +#, python-format +msgid "You must choose at least one record." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/coresetup.js:631 +#, python-format +msgid "Don't leave yet,
    it's still loading..." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:775 +#, python-format +msgid "Invalid Search" +msgstr "Klaidinga paieška" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:980 +#, python-format +msgid "Could not find id in dataset" +msgstr "Nepavyko rasti ID duomenų rinkinyje" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1707 +#, python-format +msgid "Remove All" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1340 +#, python-format +msgid "Method:" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:1439 +#, python-format +msgid "%(page)d/%(page_count)d" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:397 +#, python-format +msgid "The confirmation does not match the password" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:441 +#, python-format +msgid "Edit Company data" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:4886 +#, python-format +msgid "Save As..." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:5007 +#, python-format +msgid "Could not display the selected image." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:509 +#, python-format +msgid "Database backed up successfully" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1808 +#, python-format +msgid "" +"For use if CSV files have titles on multiple lines, skips more than a single " +"line during import" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:394 +#, python-format +msgid "99+" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1774 +#, python-format +msgid "1. Import a .CSV file" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:644 +#, python-format +msgid "No database selected !" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/formats.js:180 +#, python-format +msgid "(%d records)" +msgstr "(%d įrašai(-ų))" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:970 +#, python-format +msgid "Change default:" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:171 +#, python-format +msgid "Original database name:" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1869 +#: code:addons/web/static/src/js/search.js:1879 +#: code:addons/web/static/src/js/search.js:1913 +#: code:addons/web/static/src/js/search.js:1938 +#, python-format +msgid "is equal to" +msgstr "lygus" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/views.js:1500 +#, python-format +msgid "Could not serialize XML" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1619 +#, python-format +msgid "Advanced Search" +msgstr "Išplėstinė paieška" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:290 +#, python-format +msgid "Confirm new master password:" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/coresetup.js:634 +#, python-format +msgid "Maybe you should consider reloading the application by pressing F5..." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:17 +#: code:addons/web/static/src/js/view_list.js:2248 +#: code:addons/web/static/src/xml/base.xml:111 +#: code:addons/web/static/src/xml/base.xml:306 +#: code:addons/web/static/src/xml/base.xml:812 +#: code:addons/web/static/src/xml/base.xml:1376 +#, python-format +msgid "Create" +msgstr "Sukurti" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1868 +#, python-format +msgid "doesn't contain" +msgstr "nesusideda iš" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1785 +#, python-format +msgid "Import Options" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:2936 +#, python-format +msgid "Add %s" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:145 +#, python-format +msgid "Admin password:" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/data_export.js:11 +#: code:addons/web/static/src/js/view_form.js:1067 +#: code:addons/web/static/src/xml/base.xml:1394 +#, python-format +msgid "Close" +msgstr "Uždaryti" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/coresetup.js:632 +#, python-format +msgid "" +"You may not believe it,
    but the application is actually loading..." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1779 +#, python-format +msgid "CSV File:" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1741 +#, python-format +msgid "Advanced" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_tree.js:11 +#, python-format +msgid "Tree" +msgstr "Medis" + +#. module: web +#: code:addons/web/controllers/main.py:750 +#, python-format +msgid "Could not drop database !" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/formats.js:227 +#, python-format +msgid "'%s' is not a correct integer" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:877 +#, python-format +msgid "All users" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:1654 +#, python-format +msgid "Unknown field %s in domain %s" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/views.js:1466 +#, python-format +msgid "Node [%s] is not a JSONified XML node" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1428 +#, python-format +msgid "Advanced Search..." +msgstr "IšplÄ—stinÄ— paieška..." + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:499 +#, python-format +msgid "Dropping database" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:82 +#: code:addons/web/static/src/xml/base.xml:445 +#, python-format +msgid "Powered by" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1380 +#: code:addons/web/static/src/xml/base.xml:970 +#, python-format +msgid "Yes" +msgstr "Taip" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:4871 +#, python-format +msgid "There was a problem while uploading your file" +msgstr "Ä®keliant failÄ… kilo problema" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:558 +#, python-format +msgid "XML ID:" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:954 +#, python-format +msgid "Size:" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1824 +#, python-format +msgid "--- Don't Import ---" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1679 +#, python-format +msgid "Import-Compatible Export" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/coresetup.js:610 +#, python-format +msgid "%d years ago" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:1040 +#, python-format +msgid "Unknown m2m command %s" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:1068 +#, python-format +msgid "Save default" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:121 +#: code:addons/web/static/src/xml/base.xml:175 +#: code:addons/web/static/src/xml/base.xml:264 +#, python-format +msgid "New database name:" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:394 +#, python-format +msgid "Please enter your new password" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:4886 +#, python-format +msgid "The field is empty, there's nothing to save !" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:545 +#, python-format +msgid "Manage Views" +msgstr "Tvarkyti rodinius" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1801 +#, python-format +msgid "Encoding:" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1808 +#, python-format +msgid "Lines to skip" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:2858 +#, python-format +msgid "Create \"%s\"" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/data_export.js:361 +#, python-format +msgid "Please select fields to save export list..." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:418 +#, python-format +msgid "Copyright © 2004-TODAY OpenERP SA. All Rights Reserved." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:2346 +#, python-format +msgid "This resource is empty" +msgstr "Ĺ altinis tuščias" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1689 +#, python-format +msgid "Available fields" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1835 +#, python-format +msgid "The import failed due to:" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/views.js:812 +#: code:addons/web/static/src/xml/base.xml:539 +#, python-format +msgid "JS Tests" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1750 +#, python-format +msgid "Save as:" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:927 +#, python-format +msgid "Filter on: %s" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:2904 +#: code:addons/web/static/src/js/view_form.js:3757 +#, python-format +msgid "Create: " +msgstr "Sukurti " + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:540 +#, python-format +msgid "View Fields" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:330 +#, python-format +msgid "Confirm New Password:" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:575 +#, python-format +msgid "Do you really want to remove these records?" +msgstr "Ar tikrai norite ištrinti šiuos ÄŻrašus?" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:958 +#, python-format +msgid "Context:" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1933 +#: code:addons/web/static/src/js/search.js:1960 +#, python-format +msgid "is" +msgstr "yra" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/data_export.js:6 +#, python-format +msgid "Export Data" +msgstr "Eksportuoti duomenis" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:962 +#, python-format +msgid "Domain:" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:834 +#, python-format +msgid "Default:" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:82 +#: code:addons/web/static/src/xml/base.xml:446 +#, python-format +msgid "OpenERP" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/doc/module/static/src/xml/web_example.xml:8 +#, python-format +msgid "Stop" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:68 +#: code:addons/web/static/src/xml/base.xml:193 +#: code:addons/web/static/src/xml/base.xml:225 +#, python-format +msgid "Database:" +msgstr "DuomenĹł bazÄ—:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1183 +#: code:addons/web/static/src/xml/base.xml:1240 +#, python-format +msgid "Uploading ..." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1853 +#, python-format +msgid "Name:" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:1058 +#, python-format +msgid "About" +msgstr "Apie" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1431 +#, python-format +msgid "Search Again" +msgstr "Ieškoti dar kartÄ…" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1455 +#, python-format +msgid "-- Filters --" +msgstr "-- Filtrai --" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1230 +#: code:addons/web/static/src/xml/base.xml:1232 +#, python-format +msgid "Clear" +msgstr "Išvalyti" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1680 +#, python-format +msgid "Export all Data" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:1334 +#, python-format +msgid "" +"Grouping on field '%s' is not possible because that field does not appear in " +"the list view." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:537 +#, python-format +msgid "Set Defaults" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1670 +#, python-format +msgid "" +"This wizard will export all data that matches the current search criteria to " +"a CSV file.\n" +" You can export all data or only the fields that can be " +"reimported after modification." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:321 +#, python-format +msgid "The record could not be found in the database." +msgstr "Nepavyko rasti ÄŻrašą duomenĹł bazÄ—je." + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1472 +#, python-format +msgid "Filter Name:" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:946 +#, python-format +msgid "Type:" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:538 +#, python-format +msgid "Incorrect super-administrator password" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:942 +#, python-format +msgid "Object:" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:292 +#: code:addons/web/static/src/js/chrome.js:326 +#, python-format +msgid "Loading" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/coresetup.js:609 +#, python-format +msgid "about a year ago" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1870 +#: code:addons/web/static/src/js/search.js:1880 +#: code:addons/web/static/src/js/search.js:1914 +#: code:addons/web/static/src/js/search.js:1939 +#, python-format +msgid "is not equal to" +msgstr "nÄ—ra lygus" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:5036 +#, python-format +msgid "" +"The type of the field '%s' must be a many2many field with a relation to " +"'ir.attachment' model." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/coresetup.js:604 +#, python-format +msgid "%d hours ago" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:4206 +#: code:addons/web/static/src/js/view_form.js:4335 +#, python-format +msgid "Add: " +msgstr "PridÄ—ti: " + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1858 +#, python-format +msgid "Quick Add" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1805 +#, python-format +msgid "Latin 1" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:260 +#: code:addons/web/static/src/js/chrome.js:269 +#: code:addons/web/static/src/js/chrome.js:449 +#: code:addons/web/static/src/js/chrome.js:792 +#: code:addons/web/static/src/js/view_form.js:572 +#: code:addons/web/static/src/js/view_form.js:1923 +#: code:addons/web/static/src/xml/base.xml:1752 +#, python-format +msgid "Ok" +msgstr "Gerai" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/views.js:1162 +#, python-format +msgid "Uploading..." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:125 +#, python-format +msgid "Load Demonstration data:" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:615 +#, python-format +msgid "Created by :" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/dates.js:22 +#: code:addons/web/static/src/js/dates.js:26 +#, python-format +msgid "'%s' is not a valid datetime" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:256 +#, python-format +msgid "File:" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1882 +#: code:addons/web/static/src/js/search.js:1916 +#: code:addons/web/static/src/js/search.js:1941 +#, python-format +msgid "less than" +msgstr "maĹľiau nei" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:687 +#: code:addons/web/static/src/js/views.js:1097 +#, python-format +msgid "Warning" +msgstr "Ä®spÄ—jimas" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:547 +#, python-format +msgid "Edit SearchView" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1975 +#, python-format +msgid "is true" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:3909 +#, python-format +msgid "Add an item" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1603 +#, python-format +msgid "Save current filter" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:1915 +#, python-format +msgid "Confirm" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/data_export.js:126 +#, python-format +msgid "Please enter save field list name" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:2206 +#, python-format +msgid "Download \"%s\"" +msgstr "ParsisiĹłsti \"%s\"" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:326 +#, python-format +msgid "New" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:1767 +#, python-format +msgid "Can't convert value %s to context" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/views.js:807 +#: code:addons/web/static/src/xml/base.xml:541 +#, python-format +msgid "Fields View Get" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:149 +#, python-format +msgid "Confirm password:" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1883 +#: code:addons/web/static/src/js/search.js:1917 +#: code:addons/web/static/src/js/search.js:1942 +#, python-format +msgid "greater or equal than" +msgstr "didesnis arba lygus" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1321 +#, python-format +msgid "Button" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:418 +#, python-format +msgid "OpenERP is a trademark of the" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/data_export.js:374 +#, python-format +msgid "Please select fields to export..." +msgstr "Pasirinkite eksportuotinus laukus" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:286 +#, python-format +msgid "New master password:" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1976 +#, python-format +msgid "is false" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:404 +#, python-format +msgid "About OpenERP" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/formats.js:297 +#, python-format +msgid "'%s' is not a correct date, datetime nor time" +msgstr "" + +#. module: web +#: code:addons/web/controllers/main.py:1264 +#, python-format +msgid "No content found for field '%s' on '%s:%s'" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:304 +#, python-format +msgid "Database Management" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:5007 +#, python-format +msgid "Image" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:81 +#, python-format +msgid "Manage Databases" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/pyeval.js:765 +#, python-format +msgid "Evaluation Error" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1283 +#, python-format +msgid "not a valid integer" +msgstr "ne sveikasis skaiÄŤius" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:337 +#: code:addons/web/static/src/xml/base.xml:776 +#: code:addons/web/static/src/xml/base.xml:816 +#: code:addons/web/static/src/xml/base.xml:1376 +#: code:addons/web/static/src/xml/base.xml:1384 +#: code:addons/web/static/src/xml/base.xml:1630 +#, python-format +msgid "or" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1381 +#, python-format +msgid "No" +msgstr "Ne" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/formats.js:309 +#, python-format +msgid "'%s' is not convertible to date, datetime nor time" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:199 +#: code:addons/web/static/src/xml/base.xml:161 +#: code:addons/web/static/src/xml/base.xml:307 +#, python-format +msgid "Duplicate" +msgstr "Sukurti kopijÄ…" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:777 +#: code:addons/web/static/src/xml/base.xml:817 +#: code:addons/web/static/src/xml/base.xml:1391 +#, python-format +msgid "Discard" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1624 +#, python-format +msgid "Add a condition" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/coresetup.js:629 +#, python-format +msgid "Still loading..." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:818 +#, python-format +msgid "Incorrect value for field %(fieldname)s: [%(value)s] is %(message)s" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:3805 +#, python-format +msgid "The o2m record must be saved before an action can be used" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:509 +#, python-format +msgid "Backed" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1610 +#, python-format +msgid "Use by default" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:1348 +#, python-format +msgid "%s (%d)" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:775 +#, python-format +msgid "triggered from search view" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:978 +#, python-format +msgid "Filter" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:950 +#, python-format +msgid "Widget:" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:548 +#, python-format +msgid "Edit Action" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:555 +#, python-format +msgid "ID:" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:870 +#, python-format +msgid "Only you" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:549 +#, python-format +msgid "Edit Workflow" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/views.js:1171 +#, python-format +msgid "Do you really want to delete this attachment ?" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/views.js:840 +#, python-format +msgid "Technical Translation" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:938 +#, python-format +msgid "Field:" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:620 +#, python-format +msgid "Modified by :" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:499 +#, python-format +msgid "The database %s has been dropped" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:460 +#, python-format +msgid "User's timezone" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:284 +#: code:addons/web/static/src/js/chrome.js:1168 +#, python-format +msgid "Client Error" +msgstr "Kliento programos klaida" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/views.js:998 +#, python-format +msgid "Print" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1331 +#, python-format +msgid "Special:" +msgstr "" + +#. module: web +#: code:addons/web/controllers/main.py:834 +#, python-format +msgid "" +"The old password you provided is incorrect, your password was not changed." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:561 +#, python-format +msgid "Creation User:" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:769 +#, python-format +msgid "Do you really want to delete this record?" +msgstr "Ar tikrai norite ištrinti šiuos ÄŻrašus?" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1385 +#, python-format +msgid "Save & Close" +msgstr "Išsaugoti ir uĹľdaryti" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:2845 +#, python-format +msgid "Search More..." +msgstr "Ieškoti daugiau..." + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:75 +#: code:addons/web/static/src/xml/base.xml:311 +#, python-format +msgid "Password" +msgstr "SlaptaĹľodis" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:546 +#: code:addons/web/static/src/xml/base.xml:809 +#: code:addons/web/static/src/xml/base.xml:1178 +#, python-format +msgid "Edit" +msgstr "Redaguoti" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1706 +#, python-format +msgid "Remove" +msgstr "Pašalinti" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1062 +#, python-format +msgid "Select date" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1249 +#, python-format +msgid "Search %(field)s for: %(value)s" +msgstr "Ieškoti %(field)s : %(value)s" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1277 +#, python-format +msgid "Delete this file" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:109 +#, python-format +msgid "Create Database" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:420 +#, python-format +msgid "GNU Affero General Public License" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1795 +#, python-format +msgid "Separator:" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:300 +#, python-format +msgid "Back to Login" +msgstr "GrÄŻĹľti ÄŻ prisijungimo langÄ…" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1662 +#: code:addons/web/static/src/xml/base.xml:1454 +#, python-format +msgid "Filters" +msgstr "Filtrai" diff --git a/web/i18n/mk.po b/web/i18n/mk.po new file mode 100644 index 0000000..26266d1 --- /dev/null +++ b/web/i18n/mk.po @@ -0,0 +1,2602 @@ +# Macedonian translation for openerp-web +# Copyright (c) 2012 Rosetta Contributors and Canonical Ltd 2012 +# This file is distributed under the same license as the openerp-web package. +# FIRST AUTHOR , 2012. +# +msgid "" +msgstr "" +"Project-Id-Version: openerp-web\n" +"Report-Msgid-Bugs-To: FULL NAME \n" +"POT-Creation-Date: 2012-12-21 17:06+0000\n" +"PO-Revision-Date: 2012-12-21 23:00+0000\n" +"Last-Translator: Nikola Stojanoski \n" +"Language-Team: Macedonian \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Launchpad-Export-Date: 2012-12-22 07:38+0000\n" +"X-Generator: Launchpad (build 16378)\n" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:133 +#, python-format +msgid "Default language:" +msgstr "Стандарден Ńазик:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/coresetup.js:602 +#, python-format +msgid "%d minutes ago" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/coresetup.js:630 +#, python-format +msgid "Still loading...
    Please be patient." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1832 +#, python-format +msgid "%(field)s %(operator)s \"%(value)s\"" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1884 +#: code:addons/web/static/src/js/search.js:1918 +#: code:addons/web/static/src/js/search.js:1943 +#, python-format +msgid "less or equal than" +msgstr "помало или еднакво од" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:393 +#, python-format +msgid "Please enter your previous password" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:117 +#: code:addons/web/static/src/xml/base.xml:167 +#: code:addons/web/static/src/xml/base.xml:282 +#, python-format +msgid "Master password:" +msgstr "МаŃтер лозинка:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:274 +#, python-format +msgid "Change Master Password" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:491 +#, python-format +msgid "Do you really want to delete the database: %s ?" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1398 +#, python-format +msgid "Search %(field)s at: %(value)s" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:537 +#, python-format +msgid "Access Denied" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:5183 +#, python-format +msgid "Uploading error" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/coresetup.js:603 +#, python-format +msgid "about an hour ago" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/controllers/main.py:768 +#: code:addons/web/static/src/js/chrome.js:514 +#: code:addons/web/static/src/xml/base.xml:216 +#, python-format +msgid "Backup Database" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/views.js:463 +#, python-format +msgid "%(view_type)s view" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/dates.js:49 +#: code:addons/web/static/src/js/dates.js:53 +#, python-format +msgid "'%s' is not a valid date" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1837 +#, python-format +msgid "Here is a preview of the file we could not import:" +msgstr "Еве преглед на датотеката коŃĐ° неможевме Đ´Đ° ŃĐ° импортираме:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/coresetup.js:601 +#, python-format +msgid "about a minute ago" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1297 +#, python-format +msgid "File" +msgstr "" + +#. module: web +#: code:addons/web/controllers/main.py:826 +#, python-format +msgid "You cannot leave any password empty." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:680 +#, python-format +msgid "Invalid username or password" +msgstr "Невалидно кориŃничко име или лозинка" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:206 +#: code:addons/web/static/src/xml/base.xml:238 +#: code:addons/web/static/src/xml/base.xml:260 +#, python-format +msgid "Master Password:" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1217 +#: code:addons/web/static/src/xml/base.xml:1374 +#, python-format +msgid "Select" +msgstr "Одбери" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:549 +#, python-format +msgid "Database restored successfully" +msgstr "Đ‘Đ°Đ·Đ°Ń‚Đ° е ŃŃпеŃно реŃторирана" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:415 +#, python-format +msgid "Version" +msgstr "ВерзиŃĐ°" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:570 +#, python-format +msgid "Latest Modification Date:" +msgstr "ДатŃĐĽ на поŃледна модификациŃĐ°:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1459 +#, python-format +msgid "M2O search fields do not currently handle multiple default values" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:1227 +#, python-format +msgid "Widget type '%s' is not implemented" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1608 +#, python-format +msgid "Share with all users" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:77 +#: code:addons/web/static/src/js/view_form.js:321 +#, python-format +msgid "Form" +msgstr "Форма" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1324 +#, python-format +msgid "(no string)" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/formats.js:282 +#, python-format +msgid "'%s' is not a correct time" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1297 +#, python-format +msgid "not a valid number" +msgstr "не е валиден броŃ" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:325 +#, python-format +msgid "New Password:" +msgstr "Нова Лозинка:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:610 +#, python-format +msgid "Attachment :" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1691 +#, python-format +msgid "Fields to export" +msgstr "Полиња Đ·Đ° екŃпортирање" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:1340 +#, python-format +msgid "Undefined" +msgstr "Недефинирано" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:4871 +#, python-format +msgid "File Upload" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/coresetup.js:607 +#, python-format +msgid "about a month ago" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1600 +#, python-format +msgid "Custom Filters" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1336 +#, python-format +msgid "Button Type:" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:419 +#, python-format +msgid "OpenERP SA Company" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1553 +#, python-format +msgid "Custom Filter" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:159 +#, python-format +msgid "Duplicate Database" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/controllers/main.py:789 +#: code:addons/web/controllers/main.py:790 +#: code:addons/web/controllers/main.py:826 +#: code:addons/web/controllers/main.py:828 +#: code:addons/web/controllers/main.py:834 +#: code:addons/web/controllers/main.py:835 +#: code:addons/web/static/src/js/chrome.js:768 +#: code:addons/web/static/src/xml/base.xml:276 +#: code:addons/web/static/src/xml/base.xml:336 +#, python-format +msgid "Change Password" +msgstr "Смени Лозинка" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:3411 +#, python-format +msgid "View type '%s' is not supported in One2Many." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:4951 +#: code:addons/web/static/src/js/view_list.js:2194 +#, python-format +msgid "Download" +msgstr "Превземи" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/formats.js:266 +#, python-format +msgid "'%s' is not a correct datetime" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:417 +#, python-format +msgid "Group" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:927 +#, python-format +msgid "Unhandled widget" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:982 +#, python-format +msgid "Selection:" +msgstr "Đзбор:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:871 +#, python-format +msgid "The following fields are invalid:" +msgstr "" + +#. module: web +#: code:addons/web/controllers/main.py:847 +#, python-format +msgid "Languages" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1270 +#, python-format +msgid "...Upload in progress..." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1768 +#, python-format +msgid "Import" +msgstr "Đмпорт" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:543 +#, python-format +msgid "Could not restore the database" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:4851 +#, python-format +msgid "File upload" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:3804 +#, python-format +msgid "Action Button" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:542 +#: code:addons/web/static/src/xml/base.xml:1467 +#, python-format +msgid "Manage Filters" +msgstr "ĐśĐµĐ˝Đ°ŃźĐ¸Ń€Đ°Ń ĐłĐ¸ Филтрите" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1867 +#, python-format +msgid "contains" +msgstr "Ńодржи" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/coresetup.js:633 +#, python-format +msgid "Take a minute to get a coffee,
    because it's loading..." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:413 +#, python-format +msgid "Activate the developer mode" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:324 +#, python-format +msgid "Loading (%d)" +msgstr "Се вчитŃва (%d)" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1114 +#, python-format +msgid "GroupBy" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:687 +#, python-format +msgid "You must select at least one record." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:535 +#, python-format +msgid "View Log (perm_read)" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:1061 +#, python-format +msgid "Set Default" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:978 +#, python-format +msgid "Relation:" +msgstr "Đ’Ń€Ńка:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/coresetup.js:600 +#, python-format +msgid "less than a minute ago" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:851 +#, python-format +msgid "Condition:" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:1692 +#, python-format +msgid "Unsupported operator %s in domain %s" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/formats.js:242 +#, python-format +msgid "'%s' is not a correct float" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:549 +#, python-format +msgid "Restored" +msgstr "РеŃторирана" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:394 +#, python-format +msgid "%d-%d of %d" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:2868 +#, python-format +msgid "Create and Edit..." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/pyeval.js:731 +#, python-format +msgid "Unknown nonliteral type " +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:2346 +#, python-format +msgid "Resource error" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1961 +#, python-format +msgid "is not" +msgstr "не е" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:550 +#, python-format +msgid "Print Workflow" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:396 +#, python-format +msgid "Please confirm your new password" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1804 +#, python-format +msgid "UTF-8" +msgstr "UTF-8" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:421 +#, python-format +msgid "For more information visit" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1859 +#, python-format +msgid "Add All Info..." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1683 +#, python-format +msgid "Export Formats" +msgstr "Đ•ĐşŃпорт Формати" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:974 +#, python-format +msgid "On change:" +msgstr "На промена:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/views.js:865 +#, python-format +msgid "Model %s fields" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:893 +#, python-format +msgid "Setting 'id' attribute on existing record %s" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:8 +#, python-format +msgid "List" +msgstr "ЛиŃŃ‚Đ°" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1881 +#: code:addons/web/static/src/js/search.js:1915 +#: code:addons/web/static/src/js/search.js:1940 +#, python-format +msgid "greater than" +msgstr "поголемо од" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:2248 +#: code:addons/web/static/src/xml/base.xml:546 +#, python-format +msgid "View" +msgstr "Поглед" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1466 +#, python-format +msgid "Save Filter" +msgstr "СочŃĐ˛Đ°Ń Đ¤Đ¸Đ»Ń‚ĐµŃ€" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1344 +#, python-format +msgid "Action ID:" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:457 +#, python-format +msgid "Your user's preference timezone does not match your browser timezone:" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:1223 +#, python-format +msgid "Field '%s' specified in view could not be found." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1756 +#, python-format +msgid "Saved exports:" +msgstr "Предходно ŃочŃвани екŃпорти" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:320 +#, python-format +msgid "Old Password:" +msgstr "Стара Лозинка:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/formats.js:113 +#, python-format +msgid "Bytes,Kb,Mb,Gb,Tb,Pb,Eb,Zb,Yb" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:481 +#, python-format +msgid "The database has been duplicated." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1625 +#, python-format +msgid "Apply" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1386 +#, python-format +msgid "Save & New" +msgstr "СочŃĐ˛Đ°Ń Đ¸ Нов" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1223 +#: code:addons/web/static/src/xml/base.xml:1225 +#, python-format +msgid "Save As" +msgstr "ЗачŃĐ˛Đ°Ń ĐşĐ°ĐşĐľ" + +#. module: web +#. openerp-web +#: code:addons/web/doc/module/static/src/xml/web_example.xml:3 +#, python-format +msgid "00:00:00" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:2317 +#, python-format +msgid "E-mail error" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/coresetup.js:605 +#, python-format +msgid "a day ago" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1789 +#, python-format +msgid "Does your file have titles?" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:327 +#, python-format +msgid "Unlimited" +msgstr "Неограничено" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:784 +#, python-format +msgid "" +"Warning, the record has been modified, your changes will be discarded.\n" +"\n" +"Are you sure you want to leave this page ?" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:2904 +#, python-format +msgid "Search: " +msgstr "БараŃ: " + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:544 +#, python-format +msgid "Technical translation" +msgstr "Технички превод" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1797 +#, python-format +msgid "Delimiter:" +msgstr "РазделŃвач:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:462 +#, python-format +msgid "Browser's timezone" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1605 +#, python-format +msgid "Filter name" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1464 +#, python-format +msgid "-- Actions --" +msgstr "-- Đкции --" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:4134 +#: code:addons/web/static/src/js/view_form.js:4294 +#: code:addons/web/static/src/xml/base.xml:1407 +#: code:addons/web/static/src/xml/base.xml:1705 +#, python-format +msgid "Add" +msgstr "Додади" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:536 +#, python-format +msgid "Toggle Form Layout Outline" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:421 +#, python-format +msgid "OpenERP.com" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:2317 +#, python-format +msgid "Can't send email to invalid e-mail address" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:636 +#, python-format +msgid "Add..." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:405 +#, python-format +msgid "Preferences" +msgstr "Параметри" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:436 +#, python-format +msgid "Wrong on change format: %s" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/controllers/main.py:750 +#: code:addons/web/static/src/xml/base.xml:185 +#, python-format +msgid "Drop Database" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:466 +#, python-format +msgid "Click here to change your user's timezone." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:966 +#, python-format +msgid "Modifiers:" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:627 +#, python-format +msgid "Delete this attachment" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:774 +#: code:addons/web/static/src/xml/base.xml:815 +#: code:addons/web/static/src/xml/base.xml:1382 +#: code:addons/web/static/src/xml/base.xml:1612 +#, python-format +msgid "Save" +msgstr "ЗачŃваŃ" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/views.js:999 +#: code:addons/web/static/src/xml/base.xml:352 +#, python-format +msgid "More" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:73 +#, python-format +msgid "Username" +msgstr "КориŃничко име" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:481 +#, python-format +msgid "Duplicating database" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:563 +#, python-format +msgid "Password has been changed successfully" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list_editable.js:788 +#, python-format +msgid "The form's data can not be discarded" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:533 +#, python-format +msgid "Debug View#" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:77 +#, python-format +msgid "Log in" +msgstr "НаŃави Ńе" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:198 +#: code:addons/web/static/src/js/view_list.js:346 +#: code:addons/web/static/src/xml/base.xml:1764 +#, python-format +msgid "Delete" +msgstr "ĐзбриŃи" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/pyeval.js:769 +#, python-format +msgid "" +"Local evaluation failure\n" +"%s\n" +"\n" +"%s" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:350 +#, python-format +msgid "Invalid database name" +msgstr "Гречно име на база" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1693 +#, python-format +msgid "Save fields list" +msgstr "СочŃĐ˛Đ°Ń ŃĐ° лиŃŃ‚Đ°Ń‚Đ° на полиња" + +#. module: web +#. openerp-web +#: code:addons/web/doc/module/static/src/xml/web_example.xml:5 +#, python-format +msgid "Start" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/views.js:823 +#, python-format +msgid "View Log (%s)" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:564 +#, python-format +msgid "Creation Date:" +msgstr "ДатŃĐĽ на Креирање:" + +#. module: web +#: code:addons/web/controllers/main.py:790 +#: code:addons/web/controllers/main.py:835 +#, python-format +msgid "Error, password not changed !" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:4850 +#, python-format +msgid "The selected file exceed the maximum file size of %s." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:632 +#: code:addons/web/static/src/xml/base.xml:1300 +#, python-format +msgid "/web/binary/upload_attachment" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:563 +#, python-format +msgid "Changed Password" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1431 +#, python-format +msgid "Search" +msgstr "ПребараŃ" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:3032 +#: code:addons/web/static/src/js/view_form.js:3668 +#: code:addons/web/static/src/js/view_form.js:3785 +#: code:addons/web/static/src/js/view_form.js:4230 +#: code:addons/web/static/src/js/view_form.js:4353 +#, python-format +msgid "Open: " +msgstr "Отвори: " + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:218 +#: code:addons/web/static/src/xml/base.xml:309 +#, python-format +msgid "Backup" +msgstr "Бекап" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/dates.js:76 +#: code:addons/web/static/src/js/dates.js:80 +#, python-format +msgid "'%s' is not a valid time" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/formats.js:274 +#, python-format +msgid "'%s' is not a correct date" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:933 +#, python-format +msgid "(nolabel)" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/coresetup.js:606 +#, python-format +msgid "%d days ago" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1474 +#, python-format +msgid "(Any existing filter with the same name will be replaced)" +msgstr "(ПоŃтоечки филтер ŃĐľ иŃтото име ќе биде заменет)" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:1918 +#: code:addons/web/static/src/xml/base.xml:338 +#: code:addons/web/static/src/xml/base.xml:1377 +#: code:addons/web/static/src/xml/base.xml:1860 +#, python-format +msgid "Cancel" +msgstr "Откажи" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/coresetup.js:628 +#: code:addons/web/static/src/xml/base.xml:9 +#, python-format +msgid "Loading..." +msgstr "Се вчитŃва..." + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:567 +#, python-format +msgid "Latest Modification by:" +msgstr "ПоŃледна Промена од:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:1242 +#: code:addons/web/static/src/xml/base.xml:470 +#, python-format +msgid "Timezone mismatch" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:1646 +#, python-format +msgid "Unknown operator %s in domain %s" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:428 +#, python-format +msgid "%d / %d" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1782 +#, python-format +msgid "2. Check your file format" +msgstr "Проверете го форматот на датотеката" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1718 +#, python-format +msgid "Name" +msgstr "Đме" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1775 +#, python-format +msgid "" +"Select a .CSV file to import. If you need a sample of file to import,\n" +" you should use the export tool with the \"Import Compatible\" option." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/coresetup.js:608 +#, python-format +msgid "%d months ago" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:187 +#: code:addons/web/static/src/xml/base.xml:308 +#, python-format +msgid "Drop" +msgstr "ĐзбриŃи" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1465 +#, python-format +msgid "Add Advanced Filter" +msgstr "Додади Напреден Филтер" + +#. module: web +#: code:addons/web/controllers/main.py:828 +#, python-format +msgid "The new password and its confirmation must be identical." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:542 +#: code:addons/web/static/src/xml/base.xml:248 +#, python-format +msgid "Restore Database" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:644 +#, python-format +msgid "Login" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:420 +#, python-format +msgid "Licenced under the terms of" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:250 +#: code:addons/web/static/src/xml/base.xml:310 +#, python-format +msgid "Restore" +msgstr "Врати" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1677 +#, python-format +msgid "Export Type:" +msgstr "Тип на екŃпорт:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:406 +#, python-format +msgid "Log out" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1090 +#, python-format +msgid "Group by: %s" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:153 +#, python-format +msgid "No data provided." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:345 +#: code:addons/web/static/src/xml/base.xml:1665 +#, python-format +msgid "Export" +msgstr "Đ•ĐşŃпорт" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/data_export.js:12 +#, python-format +msgid "Export To File" +msgstr "Đ•ĐşŃĐżĐľŃ€Ń‚Đ¸Ń€Đ°Ń Đ˛Đľ Датотека" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/views.js:1097 +#, python-format +msgid "You must choose at least one record." +msgstr "Мора Đ´Đ° одберете барем еден запиŃ." + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/coresetup.js:631 +#, python-format +msgid "Don't leave yet,
    it's still loading..." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:775 +#, python-format +msgid "Invalid Search" +msgstr "Невалидно ПребарŃвање" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:980 +#, python-format +msgid "Could not find id in dataset" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1707 +#, python-format +msgid "Remove All" +msgstr "ОтŃтрани ŃŃ" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1340 +#, python-format +msgid "Method:" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:1439 +#, python-format +msgid "%(page)d/%(page_count)d" +msgstr "%(page)d/%(page_count)d" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:397 +#, python-format +msgid "The confirmation does not match the password" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:441 +#, python-format +msgid "Edit Company data" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:4886 +#, python-format +msgid "Save As..." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:5007 +#, python-format +msgid "Could not display the selected image." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:509 +#, python-format +msgid "Database backed up successfully" +msgstr "Đ‘Đ°Đ·Đ°Ń‚Đ° е ŃŃпеŃно бекапирана" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1808 +#, python-format +msgid "" +"For use if CSV files have titles on multiple lines, skips more than a single " +"line during import" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:394 +#, python-format +msgid "99+" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1774 +#, python-format +msgid "1. Import a .CSV file" +msgstr "ĐĐĽĐżĐľŃ€Ń‚Đ¸Ń€Đ°Ń .CSV датотека" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:644 +#, python-format +msgid "No database selected !" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/formats.js:180 +#, python-format +msgid "(%d records)" +msgstr "(%d registros)" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:970 +#, python-format +msgid "Change default:" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:171 +#, python-format +msgid "Original database name:" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1869 +#: code:addons/web/static/src/js/search.js:1879 +#: code:addons/web/static/src/js/search.js:1913 +#: code:addons/web/static/src/js/search.js:1938 +#, python-format +msgid "is equal to" +msgstr "е еднакво на" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/views.js:1500 +#, python-format +msgid "Could not serialize XML" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1619 +#, python-format +msgid "Advanced Search" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:290 +#, python-format +msgid "Confirm new master password:" +msgstr "Потврди нова ĐĽĐ°Ńтер лозинка:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/coresetup.js:634 +#, python-format +msgid "Maybe you should consider reloading the application by pressing F5..." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:17 +#: code:addons/web/static/src/js/view_list.js:2248 +#: code:addons/web/static/src/xml/base.xml:111 +#: code:addons/web/static/src/xml/base.xml:306 +#: code:addons/web/static/src/xml/base.xml:812 +#: code:addons/web/static/src/xml/base.xml:1376 +#, python-format +msgid "Create" +msgstr "КреираŃ" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1868 +#, python-format +msgid "doesn't contain" +msgstr "не Ńодржи" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1785 +#, python-format +msgid "Import Options" +msgstr "Đмпорт Опции" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:2936 +#, python-format +msgid "Add %s" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:145 +#, python-format +msgid "Admin password:" +msgstr "ĐдминиŃтраторŃка лозинка:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/data_export.js:11 +#: code:addons/web/static/src/js/view_form.js:1067 +#: code:addons/web/static/src/xml/base.xml:1394 +#, python-format +msgid "Close" +msgstr "Затвори" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/coresetup.js:632 +#, python-format +msgid "" +"You may not believe it,
    but the application is actually loading..." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1779 +#, python-format +msgid "CSV File:" +msgstr "CSV Датотека:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1741 +#, python-format +msgid "Advanced" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_tree.js:11 +#, python-format +msgid "Tree" +msgstr "Дрво" + +#. module: web +#: code:addons/web/controllers/main.py:750 +#, python-format +msgid "Could not drop database !" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/formats.js:227 +#, python-format +msgid "'%s' is not a correct integer" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:877 +#, python-format +msgid "All users" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:1654 +#, python-format +msgid "Unknown field %s in domain %s" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/views.js:1466 +#, python-format +msgid "Node [%s] is not a JSONified XML node" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1428 +#, python-format +msgid "Advanced Search..." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:499 +#, python-format +msgid "Dropping database" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:82 +#: code:addons/web/static/src/xml/base.xml:445 +#, python-format +msgid "Powered by" +msgstr "Овозможено од" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1380 +#: code:addons/web/static/src/xml/base.xml:970 +#, python-format +msgid "Yes" +msgstr "Да" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:4871 +#, python-format +msgid "There was a problem while uploading your file" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:558 +#, python-format +msgid "XML ID:" +msgstr "XML ID:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:954 +#, python-format +msgid "Size:" +msgstr "Големина:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1824 +#, python-format +msgid "--- Don't Import ---" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1679 +#, python-format +msgid "Import-Compatible Export" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/coresetup.js:610 +#, python-format +msgid "%d years ago" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:1040 +#, python-format +msgid "Unknown m2m command %s" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:1068 +#, python-format +msgid "Save default" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:121 +#: code:addons/web/static/src/xml/base.xml:175 +#: code:addons/web/static/src/xml/base.xml:264 +#, python-format +msgid "New database name:" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:394 +#, python-format +msgid "Please enter your new password" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:4886 +#, python-format +msgid "The field is empty, there's nothing to save !" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:545 +#, python-format +msgid "Manage Views" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1801 +#, python-format +msgid "Encoding:" +msgstr "Енкодинг:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1808 +#, python-format +msgid "Lines to skip" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:2858 +#, python-format +msgid "Create \"%s\"" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/data_export.js:361 +#, python-format +msgid "Please select fields to save export list..." +msgstr "Por favor, selecione os campos para salvar na lista de exportação" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:418 +#, python-format +msgid "Copyright © 2004-TODAY OpenERP SA. All Rights Reserved." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:2346 +#, python-format +msgid "This resource is empty" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1689 +#, python-format +msgid "Available fields" +msgstr "ДоŃтапни полиња" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1835 +#, python-format +msgid "The import failed due to:" +msgstr "Đмпортирањето е неŃŃпеŃно поради:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/views.js:812 +#: code:addons/web/static/src/xml/base.xml:539 +#, python-format +msgid "JS Tests" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1750 +#, python-format +msgid "Save as:" +msgstr "СочŃĐ˛Đ°Ń ĐşĐ°ĐşĐľ:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:927 +#, python-format +msgid "Filter on: %s" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:2904 +#: code:addons/web/static/src/js/view_form.js:3757 +#, python-format +msgid "Create: " +msgstr "КреираŃ: " + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:540 +#, python-format +msgid "View Fields" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:330 +#, python-format +msgid "Confirm New Password:" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:575 +#, python-format +msgid "Do you really want to remove these records?" +msgstr "Дали навиŃтина Ńакате Đ´Đ° ги отŃтраните овие запиŃи?" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:958 +#, python-format +msgid "Context:" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1933 +#: code:addons/web/static/src/js/search.js:1960 +#, python-format +msgid "is" +msgstr "е" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/data_export.js:6 +#, python-format +msgid "Export Data" +msgstr "Đ•ĐşŃĐżĐľŃ€Ń‚Đ¸Ń€Đ°Ń ĐłĐ¸ податоците" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:962 +#, python-format +msgid "Domain:" +msgstr "Домен:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:834 +#, python-format +msgid "Default:" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:82 +#: code:addons/web/static/src/xml/base.xml:446 +#, python-format +msgid "OpenERP" +msgstr "OpenERP" + +#. module: web +#. openerp-web +#: code:addons/web/doc/module/static/src/xml/web_example.xml:8 +#, python-format +msgid "Stop" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:68 +#: code:addons/web/static/src/xml/base.xml:193 +#: code:addons/web/static/src/xml/base.xml:225 +#, python-format +msgid "Database:" +msgstr "Датабаза:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1183 +#: code:addons/web/static/src/xml/base.xml:1240 +#, python-format +msgid "Uploading ..." +msgstr "ПрикачŃвање ..." + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1853 +#, python-format +msgid "Name:" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:1058 +#, python-format +msgid "About" +msgstr "Đ—Đ° НаŃ" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1431 +#, python-format +msgid "Search Again" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1455 +#, python-format +msgid "-- Filters --" +msgstr "-- Филтри --" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1230 +#: code:addons/web/static/src/xml/base.xml:1232 +#, python-format +msgid "Clear" +msgstr "ĐŃчиŃти" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1680 +#, python-format +msgid "Export all Data" +msgstr "Đ•ĐşŃĐżĐľŃ€Ń‚Đ¸Ń€Đ°Ń ĐłĐ¸ Ńите податоци" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:1334 +#, python-format +msgid "" +"Grouping on field '%s' is not possible because that field does not appear in " +"the list view." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:537 +#, python-format +msgid "Set Defaults" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1670 +#, python-format +msgid "" +"This wizard will export all data that matches the current search criteria to " +"a CSV file.\n" +" You can export all data or only the fields that can be " +"reimported after modification." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:321 +#, python-format +msgid "The record could not be found in the database." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1472 +#, python-format +msgid "Filter Name:" +msgstr "Đме на филтерот:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:946 +#, python-format +msgid "Type:" +msgstr "Тип:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:538 +#, python-format +msgid "Incorrect super-administrator password" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:942 +#, python-format +msgid "Object:" +msgstr "ОбŃект:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:292 +#: code:addons/web/static/src/js/chrome.js:326 +#, python-format +msgid "Loading" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/coresetup.js:609 +#, python-format +msgid "about a year ago" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1870 +#: code:addons/web/static/src/js/search.js:1880 +#: code:addons/web/static/src/js/search.js:1914 +#: code:addons/web/static/src/js/search.js:1939 +#, python-format +msgid "is not equal to" +msgstr "не е еднакво на" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:5036 +#, python-format +msgid "" +"The type of the field '%s' must be a many2many field with a relation to " +"'ir.attachment' model." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/coresetup.js:604 +#, python-format +msgid "%d hours ago" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:4206 +#: code:addons/web/static/src/js/view_form.js:4335 +#, python-format +msgid "Add: " +msgstr "Додади: " + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1858 +#, python-format +msgid "Quick Add" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1805 +#, python-format +msgid "Latin 1" +msgstr "Latin 1" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:260 +#: code:addons/web/static/src/js/chrome.js:269 +#: code:addons/web/static/src/js/chrome.js:449 +#: code:addons/web/static/src/js/chrome.js:792 +#: code:addons/web/static/src/js/view_form.js:572 +#: code:addons/web/static/src/js/view_form.js:1923 +#: code:addons/web/static/src/xml/base.xml:1752 +#, python-format +msgid "Ok" +msgstr "Đ’Đľ Ред" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/views.js:1162 +#, python-format +msgid "Uploading..." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:125 +#, python-format +msgid "Load Demonstration data:" +msgstr "ВнеŃи ги податоците Đ·Đ° демонŃтрациŃĐ°:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:615 +#, python-format +msgid "Created by :" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/dates.js:22 +#: code:addons/web/static/src/js/dates.js:26 +#, python-format +msgid "'%s' is not a valid datetime" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:256 +#, python-format +msgid "File:" +msgstr "Датотека:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1882 +#: code:addons/web/static/src/js/search.js:1916 +#: code:addons/web/static/src/js/search.js:1941 +#, python-format +msgid "less than" +msgstr "помало од" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:687 +#: code:addons/web/static/src/js/views.js:1097 +#, python-format +msgid "Warning" +msgstr "ПредŃпредŃвање" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:547 +#, python-format +msgid "Edit SearchView" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1975 +#, python-format +msgid "is true" +msgstr "е точно" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:3909 +#, python-format +msgid "Add an item" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1603 +#, python-format +msgid "Save current filter" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:1915 +#, python-format +msgid "Confirm" +msgstr "Потврди" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/data_export.js:126 +#, python-format +msgid "Please enter save field list name" +msgstr "Por favor, entre o nome da lista de campos salva" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:2206 +#, python-format +msgid "Download \"%s\"" +msgstr "Превземи \"%s\"" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:326 +#, python-format +msgid "New" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:1767 +#, python-format +msgid "Can't convert value %s to context" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/views.js:807 +#: code:addons/web/static/src/xml/base.xml:541 +#, python-format +msgid "Fields View Get" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:149 +#, python-format +msgid "Confirm password:" +msgstr "Потврда на лозинката:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1883 +#: code:addons/web/static/src/js/search.js:1917 +#: code:addons/web/static/src/js/search.js:1942 +#, python-format +msgid "greater or equal than" +msgstr "поголемо или еднакво од" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1321 +#, python-format +msgid "Button" +msgstr "Копче" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:418 +#, python-format +msgid "OpenERP is a trademark of the" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/data_export.js:374 +#, python-format +msgid "Please select fields to export..." +msgstr "Одберете полиња Đ·Đ° екŃпорт..." + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:286 +#, python-format +msgid "New master password:" +msgstr "Нова ĐĽĐ°Ńтер лозинка:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1976 +#, python-format +msgid "is false" +msgstr "е греŃно" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:404 +#, python-format +msgid "About OpenERP" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/formats.js:297 +#, python-format +msgid "'%s' is not a correct date, datetime nor time" +msgstr "" + +#. module: web +#: code:addons/web/controllers/main.py:1264 +#, python-format +msgid "No content found for field '%s' on '%s:%s'" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:304 +#, python-format +msgid "Database Management" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:5007 +#, python-format +msgid "Image" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:81 +#, python-format +msgid "Manage Databases" +msgstr "ĐśĐµĐ˝Đ°ŃźĐ¸Ń€Đ°Ń Đ‘Đ°Đ·Đ¸" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/pyeval.js:765 +#, python-format +msgid "Evaluation Error" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1283 +#, python-format +msgid "not a valid integer" +msgstr "не е валиден броŃ" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:337 +#: code:addons/web/static/src/xml/base.xml:776 +#: code:addons/web/static/src/xml/base.xml:816 +#: code:addons/web/static/src/xml/base.xml:1376 +#: code:addons/web/static/src/xml/base.xml:1384 +#: code:addons/web/static/src/xml/base.xml:1630 +#, python-format +msgid "or" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1381 +#, python-format +msgid "No" +msgstr "Не" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/formats.js:309 +#, python-format +msgid "'%s' is not convertible to date, datetime nor time" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:199 +#: code:addons/web/static/src/xml/base.xml:161 +#: code:addons/web/static/src/xml/base.xml:307 +#, python-format +msgid "Duplicate" +msgstr "Đ”ŃплираŃ" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:777 +#: code:addons/web/static/src/xml/base.xml:817 +#: code:addons/web/static/src/xml/base.xml:1391 +#, python-format +msgid "Discard" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1624 +#, python-format +msgid "Add a condition" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/coresetup.js:629 +#, python-format +msgid "Still loading..." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:818 +#, python-format +msgid "Incorrect value for field %(fieldname)s: [%(value)s] is %(message)s" +msgstr "Valor incorreto para campo %(fieldname)s: [%(value)s] Ă© %(message)s" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:3805 +#, python-format +msgid "The o2m record must be saved before an action can be used" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:509 +#, python-format +msgid "Backed" +msgstr "Copiado" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1610 +#, python-format +msgid "Use by default" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:1348 +#, python-format +msgid "%s (%d)" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:775 +#, python-format +msgid "triggered from search view" +msgstr "desencadeada a partir da visĂŁo de busca" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:978 +#, python-format +msgid "Filter" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:950 +#, python-format +msgid "Widget:" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:548 +#, python-format +msgid "Edit Action" +msgstr "Уреди акциŃĐ°" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:555 +#, python-format +msgid "ID:" +msgstr "ID:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:870 +#, python-format +msgid "Only you" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:549 +#, python-format +msgid "Edit Workflow" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/views.js:1171 +#, python-format +msgid "Do you really want to delete this attachment ?" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/views.js:840 +#, python-format +msgid "Technical Translation" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:938 +#, python-format +msgid "Field:" +msgstr "Поле:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:620 +#, python-format +msgid "Modified by :" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:499 +#, python-format +msgid "The database %s has been dropped" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:460 +#, python-format +msgid "User's timezone" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:284 +#: code:addons/web/static/src/js/chrome.js:1168 +#, python-format +msgid "Client Error" +msgstr "КлиентŃка греŃка" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/views.js:998 +#, python-format +msgid "Print" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1331 +#, python-format +msgid "Special:" +msgstr "" + +#. module: web +#: code:addons/web/controllers/main.py:834 +#, python-format +msgid "" +"The old password you provided is incorrect, your password was not changed." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:561 +#, python-format +msgid "Creation User:" +msgstr "Креиран од КориŃник:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:769 +#, python-format +msgid "Do you really want to delete this record?" +msgstr "Дали навиŃтина Ńакате Đ´Đ° го отŃтраните ĐľĐ˛ĐľŃ Đ·Đ°ĐżĐ¸Ń?" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1385 +#, python-format +msgid "Save & Close" +msgstr "СочŃĐ˛Đ°Ń Đ¸ Затвори" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:2845 +#, python-format +msgid "Search More..." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:75 +#: code:addons/web/static/src/xml/base.xml:311 +#, python-format +msgid "Password" +msgstr "Лозинка" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:546 +#: code:addons/web/static/src/xml/base.xml:809 +#: code:addons/web/static/src/xml/base.xml:1178 +#, python-format +msgid "Edit" +msgstr "Đзмени" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1706 +#, python-format +msgid "Remove" +msgstr "ОтŃтрани" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1062 +#, python-format +msgid "Select date" +msgstr "Одбери Đ´Đ°Ń‚ŃĐĽ" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1249 +#, python-format +msgid "Search %(field)s for: %(value)s" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1277 +#, python-format +msgid "Delete this file" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:109 +#, python-format +msgid "Create Database" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:420 +#, python-format +msgid "GNU Affero General Public License" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1795 +#, python-format +msgid "Separator:" +msgstr "Сепаратор:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:300 +#, python-format +msgid "Back to Login" +msgstr "Назад кон НаŃава" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1662 +#: code:addons/web/static/src/xml/base.xml:1454 +#, python-format +msgid "Filters" +msgstr "Филтри" diff --git a/web/i18n/mn.po b/web/i18n/mn.po new file mode 100644 index 0000000..341cd74 --- /dev/null +++ b/web/i18n/mn.po @@ -0,0 +1,2629 @@ +# Mongolian translation for openerp-web +# Copyright (c) 2012 Rosetta Contributors and Canonical Ltd 2012 +# This file is distributed under the same license as the openerp-web package. +# FIRST AUTHOR , 2012. +# +msgid "" +msgstr "" +"Project-Id-Version: openerp-web\n" +"Report-Msgid-Bugs-To: FULL NAME \n" +"POT-Creation-Date: 2012-12-21 17:06+0000\n" +"PO-Revision-Date: 2013-02-07 09:58+0000\n" +"Last-Translator: Tenuun Khangaitan \n" +"Language-Team: Mongolian \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Launchpad-Export-Date: 2013-02-08 05:24+0000\n" +"X-Generator: Launchpad (build 16482)\n" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:133 +#, python-format +msgid "Default language:" +msgstr "ҮндŃŃŤĐ˝ Ń…ŃŤĐ»::" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/coresetup.js:602 +#, python-format +msgid "%d minutes ago" +msgstr "%d минŃŃ‚Ń‹Đ˝ өмнө" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/coresetup.js:630 +#, python-format +msgid "Still loading...
    Please be patient." +msgstr "ĐчааллаŃĐ°Đ°Ń€ байна...
    Тэвчээрэй." + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1832 +#, python-format +msgid "%(field)s %(operator)s \"%(value)s\"" +msgstr "%(field)s %(operator)s \"%(value)s\"" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1884 +#: code:addons/web/static/src/js/search.js:1918 +#: code:addons/web/static/src/js/search.js:1943 +#, python-format +msgid "less or equal than" +msgstr "бага бŃŃŽŃ Ń‚ŃŤĐ˝Ń†ŇŻŇŻ" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:393 +#, python-format +msgid "Please enter your previous password" +msgstr "Өмнө Đ˝ŃŃц үгээ орŃŃлна ŃŃ" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:117 +#: code:addons/web/static/src/xml/base.xml:167 +#: code:addons/web/static/src/xml/base.xml:282 +#, python-format +msgid "Master password:" +msgstr "МаŃтер Đ˝ŃŃц ŇŻĐł:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:274 +#, python-format +msgid "Change Master Password" +msgstr "МаŃтер ĐťŃŃц Үг Солих" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:491 +#, python-format +msgid "Do you really want to delete the database: %s ?" +msgstr "Та үнэхээр энэн өгөгдлийн баазыг ŃŃтгамаар байна ŃŃ: %s ?" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1398 +#, python-format +msgid "Search %(field)s at: %(value)s" +msgstr "%(field)s талбарыг: %(value)s-Đ´ хайх" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:537 +#, python-format +msgid "Access Denied" +msgstr "Хандалтыг татгалзав" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:5183 +#, python-format +msgid "Uploading error" +msgstr "ĐĄŃŃлалтын алдаа" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/coresetup.js:603 +#, python-format +msgid "about an hour ago" +msgstr "цаг орчмын өмнө" + +#. module: web +#. openerp-web +#: code:addons/web/controllers/main.py:768 +#: code:addons/web/static/src/js/chrome.js:514 +#: code:addons/web/static/src/xml/base.xml:216 +#, python-format +msgid "Backup Database" +msgstr "Өгөгдлийн Đ‘Đ°Đ°Đ· Нөөцлөх" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/views.js:463 +#, python-format +msgid "%(view_type)s view" +msgstr "%(view_type)s харагдац" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/dates.js:49 +#: code:addons/web/static/src/js/dates.js:53 +#, python-format +msgid "'%s' is not a valid date" +msgstr "'%s' нь огноо Đ±Đ¸Ń Đ±Đ°ĐąĐ˝Đ°" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1837 +#, python-format +msgid "Here is a preview of the file we could not import:" +msgstr "Энд импортлож чадаагүй файлын ŃрьдчилŃĐ°Đ˝ харагдаж байна:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/coresetup.js:601 +#, python-format +msgid "about a minute ago" +msgstr "цаг орчмын өмнө" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1297 +#, python-format +msgid "File" +msgstr "Файл" + +#. module: web +#: code:addons/web/controllers/main.py:826 +#, python-format +msgid "You cannot leave any password empty." +msgstr "Ямарваа Đ˝ŃŃц үгийг хооŃон үлдээж болохгүй" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:680 +#, python-format +msgid "Invalid username or password" +msgstr "Хэрэглэгчийн нэр ŃŤŃвэл Đ˝ŃŃц ŇŻĐł бŃŃ€ŃŃ" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:206 +#: code:addons/web/static/src/xml/base.xml:238 +#: code:addons/web/static/src/xml/base.xml:260 +#, python-format +msgid "Master Password:" +msgstr "МаŃтер Đ˝ŃŃц ŇŻĐł:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1217 +#: code:addons/web/static/src/xml/base.xml:1374 +#, python-format +msgid "Select" +msgstr "Сонгох" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:549 +#, python-format +msgid "Database restored successfully" +msgstr "Өгөгдлийн ŃĐ°Đ˝ амжтилттай Ńэргээгдлээ" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:415 +#, python-format +msgid "Version" +msgstr "ĐĄŃвилбар" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:570 +#, python-format +msgid "Latest Modification Date:" +msgstr "Хамгийн Сүүлийн Đ—Đ°ŃварлаŃĐ°Đ˝ Огноо:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1459 +#, python-format +msgid "M2O search fields do not currently handle multiple default values" +msgstr "" +"M2O (олон нь нэгтэй) хайлтын талбарŃŃĐ´ нь одоогоор олон анхны Ńтгыг " +"боловŃŃ€ŃŃлдаггүй" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:1227 +#, python-format +msgid "Widget type '%s' is not implemented" +msgstr "'%s' төрөлийн виджет хийгдээгүй" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1608 +#, python-format +msgid "Share with all users" +msgstr "Đ‘ŇŻŃ… хэрэглэгчидтэй Ń…Ńваалцах" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:77 +#: code:addons/web/static/src/js/view_form.js:321 +#, python-format +msgid "Form" +msgstr "Форм" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1324 +#, python-format +msgid "(no string)" +msgstr "(тэмдэгт ĐĽÓ©Ń€ үгүй)" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/formats.js:282 +#, python-format +msgid "'%s' is not a correct time" +msgstr "'%s' нь цаг Đ±Đ¸Ń Đ±Đ°ĐąĐ˝Đ°" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1297 +#, python-format +msgid "not a valid number" +msgstr "тоо биŃ" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:325 +#, python-format +msgid "New Password:" +msgstr "Шинэ ĐťŃŃц vĐł:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:610 +#, python-format +msgid "Attachment :" +msgstr "ХавŃралт :" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1691 +#, python-format +msgid "Fields to export" +msgstr "Đ­ĐşŃпортлох Талбар" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:1340 +#, python-format +msgid "Undefined" +msgstr "Тодорхойлогдоогүй" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:4871 +#, python-format +msgid "File Upload" +msgstr "Файл ачааллах" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/coresetup.js:607 +#, python-format +msgid "about a month ago" +msgstr "ŃĐ°Ń€ орчмын өмнө" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1600 +#, python-format +msgid "Custom Filters" +msgstr "ӨөриймŃŇŻŇŻĐ»ŃŃŤĐ˝ Шүүлтүүрүүд" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1336 +#, python-format +msgid "Button Type:" +msgstr "ДарŃŃлын Төрөл:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:419 +#, python-format +msgid "OpenERP SA Company" +msgstr "OpenERP SA Company" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1553 +#, python-format +msgid "Custom Filter" +msgstr "ӨөриймŃŇŻŇŻĐ»ŃŃŤĐ˝ Шүүлтүүр" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:159 +#, python-format +msgid "Duplicate Database" +msgstr "Өгөгдлийн Đ‘Đ°Đ°Đ·Ń‹Đł ĐĄŃвилах" + +#. module: web +#. openerp-web +#: code:addons/web/controllers/main.py:789 +#: code:addons/web/controllers/main.py:790 +#: code:addons/web/controllers/main.py:826 +#: code:addons/web/controllers/main.py:828 +#: code:addons/web/controllers/main.py:834 +#: code:addons/web/controllers/main.py:835 +#: code:addons/web/static/src/js/chrome.js:768 +#: code:addons/web/static/src/xml/base.xml:276 +#: code:addons/web/static/src/xml/base.xml:336 +#, python-format +msgid "Change Password" +msgstr "ĐťŃŃц ŇŻĐł Ńолих" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:3411 +#, python-format +msgid "View type '%s' is not supported in One2Many." +msgstr "'%s' төрөлийн харагдац нь Нэг нь Олонтой дотор дэмжигдэхгүй" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:4951 +#: code:addons/web/static/src/js/view_list.js:2194 +#, python-format +msgid "Download" +msgstr "Татах" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/formats.js:266 +#, python-format +msgid "'%s' is not a correct datetime" +msgstr "'%s' нь огноо, цаг биŃ" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:417 +#, python-format +msgid "Group" +msgstr "Бүлэг" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:927 +#, python-format +msgid "Unhandled widget" +msgstr "БоловŃŃ€ŃŃлагдаагүй widget" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:982 +#, python-format +msgid "Selection:" +msgstr "Сонголт:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:871 +#, python-format +msgid "The following fields are invalid:" +msgstr "Дараах талбарŃŃĐ´ бŃŃ€ŃŃ:" + +#. module: web +#: code:addons/web/controllers/main.py:847 +#, python-format +msgid "Languages" +msgstr "Хэлүүд" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1270 +#, python-format +msgid "...Upload in progress..." +msgstr "...ĐĄŃŃлалт явагдаж байна..." + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1768 +#, python-format +msgid "Import" +msgstr "Đмпортлох" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:543 +#, python-format +msgid "Could not restore the database" +msgstr "Өгөгдлийн баазыг Ńэргээж чадŃангүй" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:4851 +#, python-format +msgid "File upload" +msgstr "Файл Ń…ŃŃлах" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:3804 +#, python-format +msgid "Action Button" +msgstr "Үйлдлийн ДарŃŃĐ»" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:542 +#: code:addons/web/static/src/xml/base.xml:1467 +#, python-format +msgid "Manage Filters" +msgstr "Шүүлтийг Удирдах" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1867 +#, python-format +msgid "contains" +msgstr "Đ°ĐłŃŃĐ»ŃĐ°Đ˝" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/coresetup.js:633 +#, python-format +msgid "Take a minute to get a coffee,
    because it's loading..." +msgstr "Кофе аягалж ирŃŃŤĐ˝ нь Đ´ŃŤŃŤŃ€ байх,
    Ńчир нь ачааллаŃĐ°Đ°Ń€ Đ» байна..." + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:413 +#, python-format +msgid "Activate the developer mode" +msgstr "Хөгжүүлэгч горимыг идэвхжүүлэх" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:324 +#, python-format +msgid "Loading (%d)" +msgstr "Đчааллаж байна (%d)" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1114 +#, python-format +msgid "GroupBy" +msgstr "Бүлэглэх" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:687 +#, python-format +msgid "You must select at least one record." +msgstr "Дор хаяж нэг бичлэг Ńонгох хэрэгтэй" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:535 +#, python-format +msgid "View Log (perm_read)" +msgstr "ĐŁĐ» ĐśÓ©Ń€ Харагдац (perm_read)" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:1061 +#, python-format +msgid "Set Default" +msgstr "ҮндŃŃŤĐ˝ Ńтга болгох" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:978 +#, python-format +msgid "Relation:" +msgstr "Холбоо:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/coresetup.js:600 +#, python-format +msgid "less than a minute ago" +msgstr "МинŃŃ‚ хүрэхгүй Ń…Ńгацааны өмнө" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:851 +#, python-format +msgid "Condition:" +msgstr "Нөхцөл:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:1692 +#, python-format +msgid "Unsupported operator %s in domain %s" +msgstr "%s гэŃŃŤĐ˝ зөвŃөөрөгдөөгүй оператор %s дөмэйнд байна" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/formats.js:242 +#, python-format +msgid "'%s' is not a correct float" +msgstr "'%s' зөв Đ±Đ¸Ń Ń…Ó©Đ˛Ó©ĐłŃ‡ Ń‚Đ°Ńлалтай тоо" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:549 +#, python-format +msgid "Restored" +msgstr "Сэргээгдлээ" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:394 +#, python-format +msgid "%d-%d of %d" +msgstr "%d-%d нийт %d" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:2868 +#, python-format +msgid "Create and Edit..." +msgstr "ҮүŃгэх болон Đ—Đ°Ńварлах..." + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/pyeval.js:731 +#, python-format +msgid "Unknown nonliteral type " +msgstr "Үл мэдэгдэх тэмтэгт Đ±Đ¸Ń Ń‚Ó©Ń€Ó©Đ» " + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:2346 +#, python-format +msgid "Resource error" +msgstr "Нөөцийн алдаа" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1961 +#, python-format +msgid "is not" +msgstr "үгүй бол" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:550 +#, python-format +msgid "Print Workflow" +msgstr "Đжлын ŃŃ€Ńгал хэвлэх" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:396 +#, python-format +msgid "Please confirm your new password" +msgstr "Шинэ Đ˝ŃŃц үгээ баталгаажŃŃлна ŃŃ" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1804 +#, python-format +msgid "UTF-8" +msgstr "UTF-8" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:421 +#, python-format +msgid "For more information visit" +msgstr "Đлүү их мэдэхийг Ń…ŇŻŃвэл" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1859 +#, python-format +msgid "Add All Info..." +msgstr "Đ‘ŇŻŃ… мэдээллийг нэмэх..." + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1683 +#, python-format +msgid "Export Formats" +msgstr "Đ­ĐşŃпортлох Формат" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:974 +#, python-format +msgid "On change:" +msgstr "Өөрчлөлтөд:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/views.js:865 +#, python-format +msgid "Model %s fields" +msgstr "Модель %s талбарŃŃĐ´" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:893 +#, python-format +msgid "Setting 'id' attribute on existing record %s" +msgstr "'id' аттрибютыг одоо байгаа %s бичлэг Đ´ŃŤŃŤŃ€ Ń‚Đ°Đ°Ń€ŃŃлах" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:8 +#, python-format +msgid "List" +msgstr "Đ–Đ°ĐłŃаалт" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1881 +#: code:addons/web/static/src/js/search.js:1915 +#: code:addons/web/static/src/js/search.js:1940 +#, python-format +msgid "greater than" +msgstr "их" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:2248 +#: code:addons/web/static/src/xml/base.xml:546 +#, python-format +msgid "View" +msgstr "Харагдац" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1466 +#, python-format +msgid "Save Filter" +msgstr "Шүүлтийг хадгал" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1344 +#, python-format +msgid "Action ID:" +msgstr "Үйлдлийн ID:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:457 +#, python-format +msgid "Your user's preference timezone does not match your browser timezone:" +msgstr "" +"Таны хэрэглэгчийн тохиргооны цагийн Đ±ŇŻŃ Đ¸Đ˝Ń‚ĐµŃ€Đ˝ĐµŃ‚ толилŃŃрын цагийн бүŃŃ‚ŃŤĐą " +"таарахгүй байна:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:1223 +#, python-format +msgid "Field '%s' specified in view could not be found." +msgstr "'%s' гэŃŃŤĐ˝ талбарыг Đ·Đ°Đ°ŃĐ°Đ˝ харагдацад олж чадŃангүй" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1756 +#, python-format +msgid "Saved exports:" +msgstr "ХадгалагдŃĐ°Đ˝ ŃŤĐşŃпортŃŃĐ´:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:320 +#, python-format +msgid "Old Password:" +msgstr "ĐĄŃŃчин Đ˝ŃŃц ŇŻĐł:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/formats.js:113 +#, python-format +msgid "Bytes,Kb,Mb,Gb,Tb,Pb,Eb,Zb,Yb" +msgstr "БайтŃŃĐ´,Кб,Мб,Гб,Тб,Пб,Эб,Зб,Đб" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:481 +#, python-format +msgid "The database has been duplicated." +msgstr "Өгөгдлийн бааз Ń…Ńвилагдлаа." + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1625 +#, python-format +msgid "Apply" +msgstr "Хэрэглэх" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1386 +#, python-format +msgid "Save & New" +msgstr "Хадгалаад Шинэ" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1223 +#: code:addons/web/static/src/xml/base.xml:1225 +#, python-format +msgid "Save As" +msgstr "Нэрээр хадгалах" + +#. module: web +#. openerp-web +#: code:addons/web/doc/module/static/src/xml/web_example.xml:3 +#, python-format +msgid "00:00:00" +msgstr "00:00:00" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:2317 +#, python-format +msgid "E-mail error" +msgstr "Đмэйл алдаа" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/coresetup.js:605 +#, python-format +msgid "a day ago" +msgstr "нэг өдөрийн өмнө" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1789 +#, python-format +msgid "Does your file have titles?" +msgstr "Файл нь толгой гарчигтэй ŃŽŃ?" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:327 +#, python-format +msgid "Unlimited" +msgstr "Хязгааргүй" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:784 +#, python-format +msgid "" +"Warning, the record has been modified, your changes will be discarded.\n" +"\n" +"Are you sure you want to leave this page ?" +msgstr "" +"ĐнхаарŃŃлга, бичлэг Đ·Đ°ŃварлагдŃĐ°Đ˝ байгаа ч өөрчлөлтүүд хэрэгŃэгдэхгүй." + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:2904 +#, python-format +msgid "Search: " +msgstr "Хайх: " + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:544 +#, python-format +msgid "Technical translation" +msgstr "Техникийн орчŃŃлга" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1797 +#, python-format +msgid "Delimiter:" +msgstr "Тоочих тэмдэгт:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:462 +#, python-format +msgid "Browser's timezone" +msgstr "Đнтернет толилŃŃрын цагийн бүŃ" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1605 +#, python-format +msgid "Filter name" +msgstr "Шүүлтүүрийн нэр" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1464 +#, python-format +msgid "-- Actions --" +msgstr "-- Үйлдэл --" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:4134 +#: code:addons/web/static/src/js/view_form.js:4294 +#: code:addons/web/static/src/xml/base.xml:1407 +#: code:addons/web/static/src/xml/base.xml:1705 +#, python-format +msgid "Add" +msgstr "Нэмэх" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:536 +#, python-format +msgid "Toggle Form Layout Outline" +msgstr "Форм Зохиомжын Бүтэцийг Đ°Ńааж Ńнтраах" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:421 +#, python-format +msgid "OpenERP.com" +msgstr "OpenERP.com" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:2317 +#, python-format +msgid "Can't send email to invalid e-mail address" +msgstr "Đ‘ŃŃ€ŃŃ Đ¸ĐĽŃŤĐąĐ» хаягрŃŃ Đ¸ĐĽŃŤĐąĐ»Đ¸ĐąĐł илгээж чадахгүй" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:636 +#, python-format +msgid "Add..." +msgstr "Нэмэх..." + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:405 +#, python-format +msgid "Preferences" +msgstr "ТохирŃŃлга" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:436 +#, python-format +msgid "Wrong on change format: %s" +msgstr "Форматын өөрчлөлт дээрх бŃŃ€ŃŃ: %s" + +#. module: web +#. openerp-web +#: code:addons/web/controllers/main.py:750 +#: code:addons/web/static/src/xml/base.xml:185 +#, python-format +msgid "Drop Database" +msgstr "Өгөгдлийн Đ‘Đ°Đ°Đ· ĐŁŃтгах" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:466 +#, python-format +msgid "Click here to change your user's timezone." +msgstr "Энд дарж өөрийн хэрэглэгчийн цагийн бүŃийг өөрчлөнө" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:966 +#, python-format +msgid "Modifiers:" +msgstr "Đ—Đ°Ńварлагч:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:627 +#, python-format +msgid "Delete this attachment" +msgstr "Энэ хавŃралтыг ŃŃтгах" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:774 +#: code:addons/web/static/src/xml/base.xml:815 +#: code:addons/web/static/src/xml/base.xml:1382 +#: code:addons/web/static/src/xml/base.xml:1612 +#, python-format +msgid "Save" +msgstr "Хадгалах" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/views.js:999 +#: code:addons/web/static/src/xml/base.xml:352 +#, python-format +msgid "More" +msgstr "Đ¦Đ°Đ°Ń ŇŻĐ·ŃŤŃ…" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:73 +#, python-format +msgid "Username" +msgstr "Хэрэглэгчийн нэр" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:481 +#, python-format +msgid "Duplicating database" +msgstr "Өгөгдлийн баазыг Ń…Ńвилаж байна" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:563 +#, python-format +msgid "Password has been changed successfully" +msgstr "ĐťŃŃц ŇŻĐł амжилттайгаар өөрчлөгдлөө" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list_editable.js:788 +#, python-format +msgid "The form's data can not be discarded" +msgstr "Маягтын өгөгдөл хэрэгŃэгдэхгүй байж чадахгүй" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:533 +#, python-format +msgid "Debug View#" +msgstr "Đ—Đ°Đ´Đ°Đ»ŃĐ°Đ˝ Харагдац#" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:77 +#, python-format +msgid "Log in" +msgstr "Нэвтрэх" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:198 +#: code:addons/web/static/src/js/view_list.js:346 +#: code:addons/web/static/src/xml/base.xml:1764 +#, python-format +msgid "Delete" +msgstr "ĐŁŃтгах" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/pyeval.js:769 +#, python-format +msgid "" +"Local evaluation failure\n" +"%s\n" +"\n" +"%s" +msgstr "" +"Локаль тооцооллын бүтэлгүйтэл\n" +"%s\n" +"\n" +"%s" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:350 +#, python-format +msgid "Invalid database name" +msgstr "Өгөгдлийн Ńангийн бŃŃ€ŃŃ Đ˝ŃŤŃ€" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1693 +#, python-format +msgid "Save fields list" +msgstr "Хадгалах талбарын жагŃаалт" + +#. module: web +#. openerp-web +#: code:addons/web/doc/module/static/src/xml/web_example.xml:5 +#, python-format +msgid "Start" +msgstr "Эхлэх" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/views.js:823 +#, python-format +msgid "View Log (%s)" +msgstr "ĐśÓ©Ń€ Харах (%s)" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:564 +#, python-format +msgid "Creation Date:" +msgstr "ҮүŃгэŃŃŤĐ˝ Огноо:" + +#. module: web +#: code:addons/web/controllers/main.py:790 +#: code:addons/web/controllers/main.py:835 +#, python-format +msgid "Error, password not changed !" +msgstr "Đлдаа, Đ˝ŃŃц ŇŻĐł өөрчлөгдŃөнгүй!" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:4850 +#, python-format +msgid "The selected file exceed the maximum file size of %s." +msgstr "СонгоŃон файл нь Đ´ŃŤŃŤĐ´ хэмжээ %s-Đł давŃĐ°Đ˝ байна." + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:632 +#: code:addons/web/static/src/xml/base.xml:1300 +#, python-format +msgid "/web/binary/upload_attachment" +msgstr "/web/binary/upload_attachment" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:563 +#, python-format +msgid "Changed Password" +msgstr "ĐťŃŃц ŇŻĐł өөрчлөгдŃÓ©Đ˝" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1431 +#, python-format +msgid "Search" +msgstr "Хайлт" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:3032 +#: code:addons/web/static/src/js/view_form.js:3668 +#: code:addons/web/static/src/js/view_form.js:3785 +#: code:addons/web/static/src/js/view_form.js:4230 +#: code:addons/web/static/src/js/view_form.js:4353 +#, python-format +msgid "Open: " +msgstr "Нээх " + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:218 +#: code:addons/web/static/src/xml/base.xml:309 +#, python-format +msgid "Backup" +msgstr "Нөөцлөх" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/dates.js:76 +#: code:addons/web/static/src/js/dates.js:80 +#, python-format +msgid "'%s' is not a valid time" +msgstr "'%s' нь зөв Đ±Đ¸Ń Ń†Đ°Đł" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/formats.js:274 +#, python-format +msgid "'%s' is not a correct date" +msgstr "'%s' нь зөв Đ±Đ¸Ń ĐľĐłĐ˝ĐľĐľ" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:933 +#, python-format +msgid "(nolabel)" +msgstr "(ŃĐľŃго үгүй)" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/coresetup.js:606 +#, python-format +msgid "%d days ago" +msgstr "%d өдөрийн өмнө" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1474 +#, python-format +msgid "(Any existing filter with the same name will be replaced)" +msgstr "(Đжил нэртэй Ó©Ó©Ń€ Ńүүлтүүр байвал дарагдана)" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:1918 +#: code:addons/web/static/src/xml/base.xml:338 +#: code:addons/web/static/src/xml/base.xml:1377 +#: code:addons/web/static/src/xml/base.xml:1860 +#, python-format +msgid "Cancel" +msgstr "ЦŃцлах" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/coresetup.js:628 +#: code:addons/web/static/src/xml/base.xml:9 +#, python-format +msgid "Loading..." +msgstr "Đчааллаж байна..." + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:567 +#, python-format +msgid "Latest Modification by:" +msgstr "Сүүлд Đ—Đ°ŃварлаŃĐ°Đ˝ ĐĄŇŻĐ˝:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:1242 +#: code:addons/web/static/src/xml/base.xml:470 +#, python-format +msgid "Timezone mismatch" +msgstr "Цагийн Đ±ŇŻŃ Ń‚Đ°Đ°Ń€Đ°Ń…ĐłŇŻĐą байна" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:1646 +#, python-format +msgid "Unknown operator %s in domain %s" +msgstr "%s гэŃŃŤĐ˝ бŃŃ€ŃŃ %s дөмэйнд байна" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:428 +#, python-format +msgid "%d / %d" +msgstr "%d / %d" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1782 +#, python-format +msgid "2. Check your file format" +msgstr "2. Файлын формат Ńалгах" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1718 +#, python-format +msgid "Name" +msgstr "Нэр" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1775 +#, python-format +msgid "" +"Select a .CSV file to import. If you need a sample of file to import,\n" +" you should use the export tool with the \"Import Compatible\" option." +msgstr "" +"Đмпортлох a .CSV файлыг Ńонгоно. Хэрэв танд импортлох жиŃŃŤŃŤ файл хэрэгтэй " +"байвал,\n" +" ŃŤĐşŃпортлох багажыг хэрэглэхдээ \"Đмпортлох Боломжтой\" Ńонголтоор " +"хэрэглэж жиŃŃŤŃŤ ŇŻŇŻŃгэж болно." + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/coresetup.js:608 +#, python-format +msgid "%d months ago" +msgstr "%d Ńарын өмнө" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:187 +#: code:addons/web/static/src/xml/base.xml:308 +#, python-format +msgid "Drop" +msgstr "ĐŁŃтгах" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1465 +#, python-format +msgid "Add Advanced Filter" +msgstr "Шилмэл Шүүлтүүр Нэмэх" + +#. module: web +#: code:addons/web/controllers/main.py:828 +#, python-format +msgid "The new password and its confirmation must be identical." +msgstr "" +"Шинэ Đ˝ŃŃц ŇŻĐł болон үүний баталгаажŃŃлалт нь хоорондоо ижил байх Ń‘Ńтой." + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:542 +#: code:addons/web/static/src/xml/base.xml:248 +#, python-format +msgid "Restore Database" +msgstr "Өгөгдлийн Đ‘Đ°Đ°Đ· Сэргээх" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:644 +#, python-format +msgid "Login" +msgstr "Нэвтрэх нэр" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:420 +#, python-format +msgid "Licenced under the terms of" +msgstr "Лицензийн Нөхцөл" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:250 +#: code:addons/web/static/src/xml/base.xml:310 +#, python-format +msgid "Restore" +msgstr "Сэргээх" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1677 +#, python-format +msgid "Export Type:" +msgstr "Đ­ĐşŃпортлох Төрөл:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:406 +#, python-format +msgid "Log out" +msgstr "Гарах" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1090 +#, python-format +msgid "Group by: %s" +msgstr "Бүлэглэх: %s" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:153 +#, python-format +msgid "No data provided." +msgstr "Өгөгдөл нийлүүлэгдээгүй байна." + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:345 +#: code:addons/web/static/src/xml/base.xml:1665 +#, python-format +msgid "Export" +msgstr "Đ­ĐşŃпортлох" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/data_export.js:12 +#, python-format +msgid "Export To File" +msgstr "Файл Ń€ŃŃ Đ­ĐşŃпортлох" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/views.js:1097 +#, python-format +msgid "You must choose at least one record." +msgstr "Дор хаяж нэг бичлэг Ńонгох Ń‘Ńтой" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/coresetup.js:631 +#, python-format +msgid "Don't leave yet,
    it's still loading..." +msgstr "Одоохондоо битгий орхиорой,
    ачааллаŃĐ°Đ°Ń€ байна..." + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:775 +#, python-format +msgid "Invalid Search" +msgstr "Đ‘ŃŃ€ŃŃ ĐĄĐ°ĐąĐ»Ń‚" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:980 +#, python-format +msgid "Could not find id in dataset" +msgstr "Өгөгдлийн олонлогийг олŃонгүй" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1707 +#, python-format +msgid "Remove All" +msgstr "Бүгдийг ĐĄĐ°ŃĐ°Ń…" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1340 +#, python-format +msgid "Method:" +msgstr "Метод:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:1439 +#, python-format +msgid "%(page)d/%(page_count)d" +msgstr "%(page)d/%(page_count)d" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:397 +#, python-format +msgid "The confirmation does not match the password" +msgstr "БаталгаажŃŃлалт нь Đ˝ŃŃц үгтэйгээ таарахгүй байна" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:441 +#, python-format +msgid "Edit Company data" +msgstr "Компаний өгөгдлийг Đ·Đ°Ńварлах" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:4886 +#, python-format +msgid "Save As..." +msgstr "Нэрлэж хадгалах..." + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:5007 +#, python-format +msgid "Could not display the selected image." +msgstr "СонгоŃон Đ·Ńрагийг Ń…Đ°Ń€ŃŃлж чадŃангүй" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:509 +#, python-format +msgid "Database backed up successfully" +msgstr "Өгөгдлийн ŃĐ°Đ˝ амжилттай нөөцлөгдлөө" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1808 +#, python-format +msgid "" +"For use if CSV files have titles on multiple lines, skips more than a single " +"line during import" +msgstr "" +"Хэрэв CSV файл нь олон ĐĽÓ©Ń€Ó©Ó©Ń Ń‚ĐľĐłŃ‚ĐľŃ… толгой гарчигтэй байвал импортлох үедээ " +"олон ĐĽÓ©Ń€ алгаŃна" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:394 +#, python-format +msgid "99+" +msgstr "99+" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1774 +#, python-format +msgid "1. Import a .CSV file" +msgstr "1. .CSV файл орŃŃлах" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:644 +#, python-format +msgid "No database selected !" +msgstr "Өгөгдлийн бааз Ńонгогдоогүй байна!" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/formats.js:180 +#, python-format +msgid "(%d records)" +msgstr "(%d бичлэг)" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:970 +#, python-format +msgid "Change default:" +msgstr "Đнхны Ńтга өөрчлөх:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:171 +#, python-format +msgid "Original database name:" +msgstr "Đ­Ń… өгөгдлийн баазын нэр:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1869 +#: code:addons/web/static/src/js/search.js:1879 +#: code:addons/web/static/src/js/search.js:1913 +#: code:addons/web/static/src/js/search.js:1938 +#, python-format +msgid "is equal to" +msgstr "тэнцүү" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/views.js:1500 +#, python-format +msgid "Could not serialize XML" +msgstr "XML-Đł Ńериалчилж чадŃангүй" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1619 +#, python-format +msgid "Advanced Search" +msgstr "ДэлгэрүүлŃŃŤĐ˝ Хайлт" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:290 +#, python-format +msgid "Confirm new master password:" +msgstr "Шинэ Đ˝ŃŃц үгийг батлах:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/coresetup.js:634 +#, python-format +msgid "Maybe you should consider reloading the application by pressing F5..." +msgstr "F5 дарж програмыг дахин ачаалах талаар бодолцŃон нь зүйтэй байх..." + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:17 +#: code:addons/web/static/src/js/view_list.js:2248 +#: code:addons/web/static/src/xml/base.xml:111 +#: code:addons/web/static/src/xml/base.xml:306 +#: code:addons/web/static/src/xml/base.xml:812 +#: code:addons/web/static/src/xml/base.xml:1376 +#, python-format +msgid "Create" +msgstr "ҮүŃгэх" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1868 +#, python-format +msgid "doesn't contain" +msgstr "Đ°ĐłŃŃлаагүй" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1785 +#, python-format +msgid "Import Options" +msgstr "Đмпортлох СонголтŃŃĐ´" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:2936 +#, python-format +msgid "Add %s" +msgstr "%s-Đł нэмэх" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:145 +#, python-format +msgid "Admin password:" +msgstr "Đдмины Đ˝ŃŃц ŇŻĐł:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/data_export.js:11 +#: code:addons/web/static/src/js/view_form.js:1067 +#: code:addons/web/static/src/xml/base.xml:1394 +#, python-format +msgid "Close" +msgstr "ĐĄĐ°Đ°Ń…" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/coresetup.js:632 +#, python-format +msgid "" +"You may not believe it,
    but the application is actually loading..." +msgstr "Та итгэхгүй байж болох ч,
    програм үнэндээ ачааллаж байна..." + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1779 +#, python-format +msgid "CSV File:" +msgstr "CSV Файл:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1741 +#, python-format +msgid "Advanced" +msgstr "ДэвŃилтэт" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_tree.js:11 +#, python-format +msgid "Tree" +msgstr "Мод" + +#. module: web +#: code:addons/web/controllers/main.py:750 +#, python-format +msgid "Could not drop database !" +msgstr "Өгөгдлийн баазыг ŃŃтгаж чадŃангүй!" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/formats.js:227 +#, python-format +msgid "'%s' is not a correct integer" +msgstr "'%s' нь зөв Đ±Đ¸Ń Đ±ŇŻŃ…ŃŤĐ» тоо" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:877 +#, python-format +msgid "All users" +msgstr "Đ‘ŇŻŃ… Хэрэглэгчид" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:1654 +#, python-format +msgid "Unknown field %s in domain %s" +msgstr "%s гэŃŃŤĐ˝ мэдэгдэхгүй талбарын нэр %s дөмэйнд байна" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/views.js:1466 +#, python-format +msgid "Node [%s] is not a JSONified XML node" +msgstr "[%s] зангилаа нь JSON-чилŃон XML зангилаа" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1428 +#, python-format +msgid "Advanced Search..." +msgstr "ДэвŃилтэт Хайлт..." + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:499 +#, python-format +msgid "Dropping database" +msgstr "Өгөгдлийн баазыг ŃŃтгаж байна" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:82 +#: code:addons/web/static/src/xml/base.xml:445 +#, python-format +msgid "Powered by" +msgstr "ДэмжŃŃŤĐ˝" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1380 +#: code:addons/web/static/src/xml/base.xml:970 +#, python-format +msgid "Yes" +msgstr "Тийм" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:4871 +#, python-format +msgid "There was a problem while uploading your file" +msgstr "Файл ачааллахад алдаа гарлаа" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:558 +#, python-format +msgid "XML ID:" +msgstr "XML ID:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:954 +#, python-format +msgid "Size:" +msgstr "Хэмжээ:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1824 +#, python-format +msgid "--- Don't Import ---" +msgstr "--- Битгий Đмпортло ---" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1679 +#, python-format +msgid "Import-Compatible Export" +msgstr "Đмпортлох боломжтойгоор ŃŤĐşŃпортлох" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/coresetup.js:610 +#, python-format +msgid "%d years ago" +msgstr "%d жилийн өмнө" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:1040 +#, python-format +msgid "Unknown m2m command %s" +msgstr "Үл мэдэгдэх олон нь олонтой комманд %s" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:1068 +#, python-format +msgid "Save default" +msgstr "ҮндŃŃŤĐ˝ болгож хадгалах" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:121 +#: code:addons/web/static/src/xml/base.xml:175 +#: code:addons/web/static/src/xml/base.xml:264 +#, python-format +msgid "New database name:" +msgstr "Шинэ өгөгдлийн баазын нэр:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:394 +#, python-format +msgid "Please enter your new password" +msgstr "Шинэ Đ˝ŃŃц үгээ орŃŃлна ŃŃ" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:4886 +#, python-format +msgid "The field is empty, there's nothing to save !" +msgstr "Талбар хооŃон байна, хадгалах зүйл алга !" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:545 +#, python-format +msgid "Manage Views" +msgstr "Харагдац Удирдах" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1801 +#, python-format +msgid "Encoding:" +msgstr "Кодчилол:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1808 +#, python-format +msgid "Lines to skip" +msgstr "ĐлгаŃĐ°Ń… мөрүүд" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:2858 +#, python-format +msgid "Create \"%s\"" +msgstr "ҮүŃгэх \"%s\"" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/data_export.js:361 +#, python-format +msgid "Please select fields to save export list..." +msgstr "Đ­ĐşŃпортл жагŃаалтыг хадгалах талбарŃŃĐ´Ń‹Đł Ńонгоно ŃŃ..." + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:418 +#, python-format +msgid "Copyright © 2004-TODAY OpenERP SA. All Rights Reserved." +msgstr "" +"Зохиогчийн эрх: © 2004-өнөөг хүртэл OpenERP SA. ĐĄŃŃлиар хамгаалагдŃĐ°Đ˝." + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:2346 +#, python-format +msgid "This resource is empty" +msgstr "Нөөц хооŃон байна" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1689 +#, python-format +msgid "Available fields" +msgstr "Боломжтой Талбар" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1835 +#, python-format +msgid "The import failed due to:" +msgstr "Дараах Ńалтгаанаар импортлож чадŃангүй:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/views.js:812 +#: code:addons/web/static/src/xml/base.xml:539 +#, python-format +msgid "JS Tests" +msgstr "JS ТеŃŃ‚ŇŻŇŻĐ´" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1750 +#, python-format +msgid "Save as:" +msgstr "Нэрлэж хадгалах:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:927 +#, python-format +msgid "Filter on: %s" +msgstr "Шүүтүүрдэх: %s" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:2904 +#: code:addons/web/static/src/js/view_form.js:3757 +#, python-format +msgid "Create: " +msgstr "ҮүŃгэх: " + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:540 +#, python-format +msgid "View Fields" +msgstr "Талбар Харах" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:330 +#, python-format +msgid "Confirm New Password:" +msgstr "Шинэ Đ˝ŃŃц үгийг баталгаажŃŃĐ»:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:575 +#, python-format +msgid "Do you really want to remove these records?" +msgstr "Энэ бичлэгийг үнэхээр ŃŃтгамаар байна ŃŃ?" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:958 +#, python-format +msgid "Context:" +msgstr "ĐĐłŃŃлга:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1933 +#: code:addons/web/static/src/js/search.js:1960 +#, python-format +msgid "is" +msgstr "тийм бол" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/data_export.js:6 +#, python-format +msgid "Export Data" +msgstr "Өгөгдөл Đ­ĐşŃпортлох" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:962 +#, python-format +msgid "Domain:" +msgstr "Дөмэйн:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:834 +#, python-format +msgid "Default:" +msgstr "Đнхны Утга:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:82 +#: code:addons/web/static/src/xml/base.xml:446 +#, python-format +msgid "OpenERP" +msgstr "OpenERP" + +#. module: web +#. openerp-web +#: code:addons/web/doc/module/static/src/xml/web_example.xml:8 +#, python-format +msgid "Stop" +msgstr "ЗогŃоох" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:68 +#: code:addons/web/static/src/xml/base.xml:193 +#: code:addons/web/static/src/xml/base.xml:225 +#, python-format +msgid "Database:" +msgstr "Өгөгдлийн бааз:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1183 +#: code:addons/web/static/src/xml/base.xml:1240 +#, python-format +msgid "Uploading ..." +msgstr "Đчаалах ..." + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1853 +#, python-format +msgid "Name:" +msgstr "Нэр:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:1058 +#, python-format +msgid "About" +msgstr "ТŃŃ…Đ°Đą" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1431 +#, python-format +msgid "Search Again" +msgstr "Дахин Хайх" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1455 +#, python-format +msgid "-- Filters --" +msgstr "-- Шүүлтүүр --" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1230 +#: code:addons/web/static/src/xml/base.xml:1232 +#, python-format +msgid "Clear" +msgstr "Цэвэрлэх" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1680 +#, python-format +msgid "Export all Data" +msgstr "Đ‘ŇŻŃ… Өгөгдлийг Đ­ĐşŃпортлох" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:1334 +#, python-format +msgid "" +"Grouping on field '%s' is not possible because that field does not appear in " +"the list view." +msgstr "" +"'%s' талбараар бүлэглэх боломжгүй, Ńчир нь энэ талбар жагŃаалтад алга байна." + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:537 +#, python-format +msgid "Set Defaults" +msgstr "Đнхны ĐŁŃ‚ĐłŃŃĐ´Ń‹Đł ТохирŃŃлах" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1670 +#, python-format +msgid "" +"This wizard will export all data that matches the current search criteria to " +"a CSV file.\n" +" You can export all data or only the fields that can be " +"reimported after modification." +msgstr "" +"Энэ харилцах цонх нь хайлтын нөхцөл биелэх бүх өгөгдлийг CSV файлд " +"ŃŤĐşŃпортлоно. \n" +" Та бүх өгөгдлийг ŃŤĐşŃпортлож болно ŃŤŃвэл зөвхөн бŃцааж импортлож " +"болох талбарŃŃĐ´Ń‹Đł ŃŤĐşŃпортлож болно." + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:321 +#, python-format +msgid "The record could not be found in the database." +msgstr "Бичлэг өгөгдлийн баазад олдŃонгүй." + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1472 +#, python-format +msgid "Filter Name:" +msgstr "Шүүлтүүрийн Нэр:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:946 +#, python-format +msgid "Type:" +msgstr "Төрөл:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:538 +#, python-format +msgid "Incorrect super-administrator password" +msgstr "СŃпер-админиŃтраторын Đ˝ŃŃц ŇŻĐł бŃŃ€ŃŃ" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:942 +#, python-format +msgid "Object:" +msgstr "Объект:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:292 +#: code:addons/web/static/src/js/chrome.js:326 +#, python-format +msgid "Loading" +msgstr "Đчааллаж байна" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/coresetup.js:609 +#, python-format +msgid "about a year ago" +msgstr "жил орчмын өмнө" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1870 +#: code:addons/web/static/src/js/search.js:1880 +#: code:addons/web/static/src/js/search.js:1914 +#: code:addons/web/static/src/js/search.js:1939 +#, python-format +msgid "is not equal to" +msgstr "тэнцүү биŃ" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:5036 +#, python-format +msgid "" +"The type of the field '%s' must be a many2many field with a relation to " +"'ir.attachment' model." +msgstr "" +"'%s' талбарын Ń‚Ó©Ń€Ó©Đ» нь 'ir.attachment'-Đ˝ модел Ń€ŃŃ Ń…ĐľĐ»Đ±ĐľĐłĐ´Ńон олон нь " +"олонтойгоо Ń‚Ó©Ń€Ó©Đ» байх Ń‘Ńтой." + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/coresetup.js:604 +#, python-format +msgid "%d hours ago" +msgstr "%d цагийн өмнө" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:4206 +#: code:addons/web/static/src/js/view_form.js:4335 +#, python-format +msgid "Add: " +msgstr "Нэмэх: " + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1858 +#, python-format +msgid "Quick Add" +msgstr "ĐĄŃрдан Нэмэх" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1805 +#, python-format +msgid "Latin 1" +msgstr "Latin 1" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:260 +#: code:addons/web/static/src/js/chrome.js:269 +#: code:addons/web/static/src/js/chrome.js:449 +#: code:addons/web/static/src/js/chrome.js:792 +#: code:addons/web/static/src/js/view_form.js:572 +#: code:addons/web/static/src/js/view_form.js:1923 +#: code:addons/web/static/src/xml/base.xml:1752 +#, python-format +msgid "Ok" +msgstr "Ok" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/views.js:1162 +#, python-format +msgid "Uploading..." +msgstr "ĐĄŃŃлж байна..." + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:125 +#, python-format +msgid "Load Demonstration data:" +msgstr "ЖиŃŃŤŃŤ Өгөгдөл Đчаалах" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:615 +#, python-format +msgid "Created by :" +msgstr "ҮүŃгэгч :" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/dates.js:22 +#: code:addons/web/static/src/js/dates.js:26 +#, python-format +msgid "'%s' is not a valid datetime" +msgstr "'%s' нь зөв Đ±Đ¸Ń ĐľĐłĐ˝ĐľĐľŃ†Đ°Đł" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:256 +#, python-format +msgid "File:" +msgstr "Файл:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1882 +#: code:addons/web/static/src/js/search.js:1916 +#: code:addons/web/static/src/js/search.js:1941 +#, python-format +msgid "less than" +msgstr "бага" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:687 +#: code:addons/web/static/src/js/views.js:1097 +#, python-format +msgid "Warning" +msgstr "ĐнхаарŃŃлга" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:547 +#, python-format +msgid "Edit SearchView" +msgstr "Хайх Харагдацыг Đ—Đ°Ńварлах" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1975 +#, python-format +msgid "is true" +msgstr "үнэн бол" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:3909 +#, python-format +msgid "Add an item" +msgstr "Зүйл нэмэх" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1603 +#, python-format +msgid "Save current filter" +msgstr "Đдэвхтэй Ńүүлтүүрийг хадгалах" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:1915 +#, python-format +msgid "Confirm" +msgstr "Батлах" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/data_export.js:126 +#, python-format +msgid "Please enter save field list name" +msgstr "Please enter save field list name" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:2206 +#, python-format +msgid "Download \"%s\"" +msgstr "\"%s\"-Đł Татах" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:326 +#, python-format +msgid "New" +msgstr "Шинэ" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:1767 +#, python-format +msgid "Can't convert value %s to context" +msgstr "%s Ńтгыг контекŃŃ‚ Ń€ŃŃ Ń…Ó©Ń€Đ˛ŇŻŇŻĐ»Đ¶ чадахгүй" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/views.js:807 +#: code:addons/web/static/src/xml/base.xml:541 +#, python-format +msgid "Fields View Get" +msgstr "Талбар Харагдац Đвах" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:149 +#, python-format +msgid "Confirm password:" +msgstr "ĐťŃŃц ŇŻĐł давт:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1883 +#: code:addons/web/static/src/js/search.js:1917 +#: code:addons/web/static/src/js/search.js:1942 +#, python-format +msgid "greater or equal than" +msgstr "их бŃŃŽŃ Ń‚ŃŤĐ˝Ń†ŇŻŇŻ" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1321 +#, python-format +msgid "Button" +msgstr "ДарŃŃĐ»" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:418 +#, python-format +msgid "OpenERP is a trademark of the" +msgstr "OpenERP нь Ń…Ńдалдааны нэр" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/data_export.js:374 +#, python-format +msgid "Please select fields to export..." +msgstr "Đ­ĐşŃпортлох талбарŃŃĐ´Ń‹Đł Ńонгоно ŃŃ..." + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:286 +#, python-format +msgid "New master password:" +msgstr "Шинэ Đ˝ŃŃц ŇŻĐł:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1976 +#, python-format +msgid "is false" +msgstr "Ń…ŃĐ´Đ°Đ» бол" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:404 +#, python-format +msgid "About OpenERP" +msgstr "OpenERP-Đ˝ ТŃŃ…Đ°Đą" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/formats.js:297 +#, python-format +msgid "'%s' is not a correct date, datetime nor time" +msgstr "'%s' нь зөв Đ±Đ¸Ń ĐľĐłĐ˝ĐľĐľ, цаг" + +#. module: web +#: code:addons/web/controllers/main.py:1264 +#, python-format +msgid "No content found for field '%s' on '%s:%s'" +msgstr "'%s' талбар '%s:%s' Đ´ŃŤŃŤŃ€ Đ°ĐłŃŃлга олдŃонгүй" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:304 +#, python-format +msgid "Database Management" +msgstr "Өгөгдлийн Đ‘Đ°Đ°Đ·Ń‹Đ˝ Менежмент" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:5007 +#, python-format +msgid "Image" +msgstr "Đ—Ńраг" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:81 +#, python-format +msgid "Manage Databases" +msgstr "Өгөгдлийн Đ‘Đ°Đ°Đ·Ń‹Đ˝ Удирдлага" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/pyeval.js:765 +#, python-format +msgid "Evaluation Error" +msgstr "Тооцооллын Đлдаа" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1283 +#, python-format +msgid "not a valid integer" +msgstr "бүхэл тоо биŃ" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:337 +#: code:addons/web/static/src/xml/base.xml:776 +#: code:addons/web/static/src/xml/base.xml:816 +#: code:addons/web/static/src/xml/base.xml:1376 +#: code:addons/web/static/src/xml/base.xml:1384 +#: code:addons/web/static/src/xml/base.xml:1630 +#, python-format +msgid "or" +msgstr "ŃŤŃвэл" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1381 +#, python-format +msgid "No" +msgstr "Үгүй" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/formats.js:309 +#, python-format +msgid "'%s' is not convertible to date, datetime nor time" +msgstr "'%s' нь хөрвүүлэх боломжгүй огноо, огнооцаг, цаг" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:199 +#: code:addons/web/static/src/xml/base.xml:161 +#: code:addons/web/static/src/xml/base.xml:307 +#, python-format +msgid "Duplicate" +msgstr "ĐĄŃвилах" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:777 +#: code:addons/web/static/src/xml/base.xml:817 +#: code:addons/web/static/src/xml/base.xml:1391 +#, python-format +msgid "Discard" +msgstr "ХэрэгŃэхгүй" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1624 +#, python-format +msgid "Add a condition" +msgstr "Нөхцөл нэмэх" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/coresetup.js:629 +#, python-format +msgid "Still loading..." +msgstr "ĐчааллаŃĐ°Đ°Ń€ Đ» байна..." + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:818 +#, python-format +msgid "Incorrect value for field %(fieldname)s: [%(value)s] is %(message)s" +msgstr "%(fieldname)s талбарт бŃŃ€ŃŃ Ńтга: [%(value)s] %(message)s" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:3805 +#, python-format +msgid "The o2m record must be saved before an action can be used" +msgstr "" +"o2m (нэг нь олонтой) бичлэг нь үйлдэл Ń…ŃŤŃ€ŃŤĐłĐ»ŃŤĐłĐ´ŃŤŃ…ŃŤŃŤŃ Ó©ĐĽĐ˝Ó© хадгалагдŃĐ°Đ˝ байх " +"Ń‘Ńтой" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:509 +#, python-format +msgid "Backed" +msgstr "НөөцлөгдŃÓ©Đ˝" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1610 +#, python-format +msgid "Use by default" +msgstr "Đнхныхаараа хэрэглэгддэг" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:1348 +#, python-format +msgid "%s (%d)" +msgstr "%s (%d)" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:775 +#, python-format +msgid "triggered from search view" +msgstr "хайлтын Ń…Đ°Ń€Đ°ĐłĐ´Đ°Ń†Đ°Đ°Ń Ó©Đ´Ó©Ó©ĐłĐ´ŃÓ©Đ˝" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:978 +#, python-format +msgid "Filter" +msgstr "Шүүлтүүр" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:950 +#, python-format +msgid "Widget:" +msgstr "Виджет:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:548 +#, python-format +msgid "Edit Action" +msgstr "Үйлдлийг Đ—Đ°Ńварлах" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:555 +#, python-format +msgid "ID:" +msgstr "ID:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:870 +#, python-format +msgid "Only you" +msgstr "Зөвхөн Ń‚Đ°" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:549 +#, python-format +msgid "Edit Workflow" +msgstr "Đжлын ĐŁŃ€Ńгал Đ—Đ°ŃĐ°Ń…" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/views.js:1171 +#, python-format +msgid "Do you really want to delete this attachment ?" +msgstr "Энэ хавŃралтыг үнэхээр ŃŃтгамаар байна ŃŃ ?" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/views.js:840 +#, python-format +msgid "Technical Translation" +msgstr "Техник ОрчŃŃлга" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:938 +#, python-format +msgid "Field:" +msgstr "Талбар:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:620 +#, python-format +msgid "Modified by :" +msgstr "Đ—Đ°Ńварлагч :" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:499 +#, python-format +msgid "The database %s has been dropped" +msgstr "%s өгөгдлийн бааз ŃŃтгагдлаа" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:460 +#, python-format +msgid "User's timezone" +msgstr "Хэрэглэгчийн цагийн бүŃ" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:284 +#: code:addons/web/static/src/js/chrome.js:1168 +#, python-format +msgid "Client Error" +msgstr "Клиентийн Đлдаа" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/views.js:998 +#, python-format +msgid "Print" +msgstr "Хэвлэх" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1331 +#, python-format +msgid "Special:" +msgstr "ТŃŃгай:" + +#. module: web +#: code:addons/web/controllers/main.py:834 +#, python-format +msgid "" +"The old password you provided is incorrect, your password was not changed." +msgstr "" +"Таны орŃŃĐ»ŃĐ°Đ˝ Ń…ŃŃчин Đ˝ŃŃц ŇŻĐł зөв Đ±Đ¸Ń Đ±Đ°ĐąĐ˝Đ°, таны Đ˝ŃŃц ŇŻĐł Ó©Ó©Ń€Ńлөгдөөгүй." + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:561 +#, python-format +msgid "Creation User:" +msgstr "ҮүŃгэŃŃŤĐ˝ Хэрэглэгч:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:769 +#, python-format +msgid "Do you really want to delete this record?" +msgstr "Та энэ мэдээллийг үнэхээр ŃŃтгах ŃŃ?" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1385 +#, python-format +msgid "Save & Close" +msgstr "Хадгалаад ĐĄĐ°Đ°Ń…" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:2845 +#, python-format +msgid "Search More..." +msgstr "Дэлгэрүүлж Хайх..." + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:75 +#: code:addons/web/static/src/xml/base.xml:311 +#, python-format +msgid "Password" +msgstr "ĐťŃŃц ŇŻĐł" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:546 +#: code:addons/web/static/src/xml/base.xml:809 +#: code:addons/web/static/src/xml/base.xml:1178 +#, python-format +msgid "Edit" +msgstr "Đ—Đ°ŃĐ°Ń…" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1706 +#, python-format +msgid "Remove" +msgstr "ĐĄĐ°ŃĐ°Ń…" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1062 +#, python-format +msgid "Select date" +msgstr "Огноо Ńонго" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1249 +#, python-format +msgid "Search %(field)s for: %(value)s" +msgstr "%(field)s-Đ´ хайх Ńтга: %(value)s" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1277 +#, python-format +msgid "Delete this file" +msgstr "Энэ файлыг ŃŃтгах" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:109 +#, python-format +msgid "Create Database" +msgstr "Өгөгдлийн Đ‘Đ°Đ°Đ· ҮүŃгэх" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:420 +#, python-format +msgid "GNU Affero General Public License" +msgstr "GNU Affero General Public License" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1795 +#, python-format +msgid "Separator:" +msgstr "ТŃŃгаарлах тэмдэгт:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:300 +#, python-format +msgid "Back to Login" +msgstr "Дахин нэвтрэх" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1662 +#: code:addons/web/static/src/xml/base.xml:1454 +#, python-format +msgid "Filters" +msgstr "Шүүлтүүр" diff --git a/web/i18n/nb.po b/web/i18n/nb.po new file mode 100644 index 0000000..08e29f1 --- /dev/null +++ b/web/i18n/nb.po @@ -0,0 +1,2602 @@ +# Norwegian Bokmal translation for openerp-web +# Copyright (c) 2012 Rosetta Contributors and Canonical Ltd 2012 +# This file is distributed under the same license as the openerp-web package. +# FIRST AUTHOR , 2012. +# +msgid "" +msgstr "" +"Project-Id-Version: openerp-web\n" +"Report-Msgid-Bugs-To: FULL NAME \n" +"POT-Creation-Date: 2012-12-21 17:06+0000\n" +"PO-Revision-Date: 2012-12-21 23:00+0000\n" +"Last-Translator: FULL NAME \n" +"Language-Team: Norwegian Bokmal \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Launchpad-Export-Date: 2012-12-22 07:38+0000\n" +"X-Generator: Launchpad (build 16378)\n" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:133 +#, python-format +msgid "Default language:" +msgstr "StandardsprĂĄk:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/coresetup.js:602 +#, python-format +msgid "%d minutes ago" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/coresetup.js:630 +#, python-format +msgid "Still loading...
    Please be patient." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1832 +#, python-format +msgid "%(field)s %(operator)s \"%(value)s\"" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1884 +#: code:addons/web/static/src/js/search.js:1918 +#: code:addons/web/static/src/js/search.js:1943 +#, python-format +msgid "less or equal than" +msgstr "mindre eller lik enn" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:393 +#, python-format +msgid "Please enter your previous password" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:117 +#: code:addons/web/static/src/xml/base.xml:167 +#: code:addons/web/static/src/xml/base.xml:282 +#, python-format +msgid "Master password:" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:274 +#, python-format +msgid "Change Master Password" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:491 +#, python-format +msgid "Do you really want to delete the database: %s ?" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1398 +#, python-format +msgid "Search %(field)s at: %(value)s" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:537 +#, python-format +msgid "Access Denied" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:5183 +#, python-format +msgid "Uploading error" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/coresetup.js:603 +#, python-format +msgid "about an hour ago" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/controllers/main.py:768 +#: code:addons/web/static/src/js/chrome.js:514 +#: code:addons/web/static/src/xml/base.xml:216 +#, python-format +msgid "Backup Database" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/views.js:463 +#, python-format +msgid "%(view_type)s view" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/dates.js:49 +#: code:addons/web/static/src/js/dates.js:53 +#, python-format +msgid "'%s' is not a valid date" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1837 +#, python-format +msgid "Here is a preview of the file we could not import:" +msgstr "Her er en forhĂĄndsvisning av filen vi ikke kunne importere:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/coresetup.js:601 +#, python-format +msgid "about a minute ago" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1297 +#, python-format +msgid "File" +msgstr "" + +#. module: web +#: code:addons/web/controllers/main.py:826 +#, python-format +msgid "You cannot leave any password empty." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:680 +#, python-format +msgid "Invalid username or password" +msgstr "Ugyldig brukernavn eller passord" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:206 +#: code:addons/web/static/src/xml/base.xml:238 +#: code:addons/web/static/src/xml/base.xml:260 +#, python-format +msgid "Master Password:" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1217 +#: code:addons/web/static/src/xml/base.xml:1374 +#, python-format +msgid "Select" +msgstr "Velg" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:549 +#, python-format +msgid "Database restored successfully" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:415 +#, python-format +msgid "Version" +msgstr "Versjon" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:570 +#, python-format +msgid "Latest Modification Date:" +msgstr "Sist endret dato:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1459 +#, python-format +msgid "M2O search fields do not currently handle multiple default values" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:1227 +#, python-format +msgid "Widget type '%s' is not implemented" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1608 +#, python-format +msgid "Share with all users" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:77 +#: code:addons/web/static/src/js/view_form.js:321 +#, python-format +msgid "Form" +msgstr "Skjema" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1324 +#, python-format +msgid "(no string)" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/formats.js:282 +#, python-format +msgid "'%s' is not a correct time" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1297 +#, python-format +msgid "not a valid number" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:325 +#, python-format +msgid "New Password:" +msgstr "Nytt passord:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:610 +#, python-format +msgid "Attachment :" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1691 +#, python-format +msgid "Fields to export" +msgstr "Felter ĂĄ eksportere" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:1340 +#, python-format +msgid "Undefined" +msgstr "Ikke definert" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:4871 +#, python-format +msgid "File Upload" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/coresetup.js:607 +#, python-format +msgid "about a month ago" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1600 +#, python-format +msgid "Custom Filters" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1336 +#, python-format +msgid "Button Type:" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:419 +#, python-format +msgid "OpenERP SA Company" +msgstr "OpenERP SA Company" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1553 +#, python-format +msgid "Custom Filter" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:159 +#, python-format +msgid "Duplicate Database" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/controllers/main.py:789 +#: code:addons/web/controllers/main.py:790 +#: code:addons/web/controllers/main.py:826 +#: code:addons/web/controllers/main.py:828 +#: code:addons/web/controllers/main.py:834 +#: code:addons/web/controllers/main.py:835 +#: code:addons/web/static/src/js/chrome.js:768 +#: code:addons/web/static/src/xml/base.xml:276 +#: code:addons/web/static/src/xml/base.xml:336 +#, python-format +msgid "Change Password" +msgstr "Endre passord" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:3411 +#, python-format +msgid "View type '%s' is not supported in One2Many." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:4951 +#: code:addons/web/static/src/js/view_list.js:2194 +#, python-format +msgid "Download" +msgstr "Last ned" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/formats.js:266 +#, python-format +msgid "'%s' is not a correct datetime" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:417 +#, python-format +msgid "Group" +msgstr "Gruppe" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:927 +#, python-format +msgid "Unhandled widget" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:982 +#, python-format +msgid "Selection:" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:871 +#, python-format +msgid "The following fields are invalid:" +msgstr "" + +#. module: web +#: code:addons/web/controllers/main.py:847 +#, python-format +msgid "Languages" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1270 +#, python-format +msgid "...Upload in progress..." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1768 +#, python-format +msgid "Import" +msgstr "Importer" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:543 +#, python-format +msgid "Could not restore the database" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:4851 +#, python-format +msgid "File upload" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:3804 +#, python-format +msgid "Action Button" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:542 +#: code:addons/web/static/src/xml/base.xml:1467 +#, python-format +msgid "Manage Filters" +msgstr "Administrer filter" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1867 +#, python-format +msgid "contains" +msgstr "inneholder" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/coresetup.js:633 +#, python-format +msgid "Take a minute to get a coffee,
    because it's loading..." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:413 +#, python-format +msgid "Activate the developer mode" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:324 +#, python-format +msgid "Loading (%d)" +msgstr "Laster (%d)" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1114 +#, python-format +msgid "GroupBy" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:687 +#, python-format +msgid "You must select at least one record." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:535 +#, python-format +msgid "View Log (perm_read)" +msgstr "View Log (perm_read)" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:1061 +#, python-format +msgid "Set Default" +msgstr "Sett som standard" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:978 +#, python-format +msgid "Relation:" +msgstr "Relasjon:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/coresetup.js:600 +#, python-format +msgid "less than a minute ago" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:851 +#, python-format +msgid "Condition:" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:1692 +#, python-format +msgid "Unsupported operator %s in domain %s" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/formats.js:242 +#, python-format +msgid "'%s' is not a correct float" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:549 +#, python-format +msgid "Restored" +msgstr "Gjenopprettet" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:394 +#, python-format +msgid "%d-%d of %d" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:2868 +#, python-format +msgid "Create and Edit..." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/pyeval.js:731 +#, python-format +msgid "Unknown nonliteral type " +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:2346 +#, python-format +msgid "Resource error" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1961 +#, python-format +msgid "is not" +msgstr "er ikke" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:550 +#, python-format +msgid "Print Workflow" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:396 +#, python-format +msgid "Please confirm your new password" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1804 +#, python-format +msgid "UTF-8" +msgstr "UTF-8" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:421 +#, python-format +msgid "For more information visit" +msgstr "For mer informasjon besøk" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1859 +#, python-format +msgid "Add All Info..." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1683 +#, python-format +msgid "Export Formats" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:974 +#, python-format +msgid "On change:" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/views.js:865 +#, python-format +msgid "Model %s fields" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:893 +#, python-format +msgid "Setting 'id' attribute on existing record %s" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:8 +#, python-format +msgid "List" +msgstr "Liste" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1881 +#: code:addons/web/static/src/js/search.js:1915 +#: code:addons/web/static/src/js/search.js:1940 +#, python-format +msgid "greater than" +msgstr "større enn" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:2248 +#: code:addons/web/static/src/xml/base.xml:546 +#, python-format +msgid "View" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1466 +#, python-format +msgid "Save Filter" +msgstr "Lagre filter" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1344 +#, python-format +msgid "Action ID:" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:457 +#, python-format +msgid "Your user's preference timezone does not match your browser timezone:" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:1223 +#, python-format +msgid "Field '%s' specified in view could not be found." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1756 +#, python-format +msgid "Saved exports:" +msgstr "Lagrede eskporter:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:320 +#, python-format +msgid "Old Password:" +msgstr "Gammelt passord:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/formats.js:113 +#, python-format +msgid "Bytes,Kb,Mb,Gb,Tb,Pb,Eb,Zb,Yb" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:481 +#, python-format +msgid "The database has been duplicated." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1625 +#, python-format +msgid "Apply" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1386 +#, python-format +msgid "Save & New" +msgstr "Lagre & Ny" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1223 +#: code:addons/web/static/src/xml/base.xml:1225 +#, python-format +msgid "Save As" +msgstr "Lagre som" + +#. module: web +#. openerp-web +#: code:addons/web/doc/module/static/src/xml/web_example.xml:3 +#, python-format +msgid "00:00:00" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:2317 +#, python-format +msgid "E-mail error" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/coresetup.js:605 +#, python-format +msgid "a day ago" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1789 +#, python-format +msgid "Does your file have titles?" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:327 +#, python-format +msgid "Unlimited" +msgstr "Ubegrenset" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:784 +#, python-format +msgid "" +"Warning, the record has been modified, your changes will be discarded.\n" +"\n" +"Are you sure you want to leave this page ?" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:2904 +#, python-format +msgid "Search: " +msgstr "Søk: " + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:544 +#, python-format +msgid "Technical translation" +msgstr "Teknisk oversettelse" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1797 +#, python-format +msgid "Delimiter:" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:462 +#, python-format +msgid "Browser's timezone" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1605 +#, python-format +msgid "Filter name" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1464 +#, python-format +msgid "-- Actions --" +msgstr "-- Aksjon --" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:4134 +#: code:addons/web/static/src/js/view_form.js:4294 +#: code:addons/web/static/src/xml/base.xml:1407 +#: code:addons/web/static/src/xml/base.xml:1705 +#, python-format +msgid "Add" +msgstr "Legg til" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:536 +#, python-format +msgid "Toggle Form Layout Outline" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:421 +#, python-format +msgid "OpenERP.com" +msgstr "OpenERP.com" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:2317 +#, python-format +msgid "Can't send email to invalid e-mail address" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:636 +#, python-format +msgid "Add..." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:405 +#, python-format +msgid "Preferences" +msgstr "Innstillinger" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:436 +#, python-format +msgid "Wrong on change format: %s" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/controllers/main.py:750 +#: code:addons/web/static/src/xml/base.xml:185 +#, python-format +msgid "Drop Database" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:466 +#, python-format +msgid "Click here to change your user's timezone." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:966 +#, python-format +msgid "Modifiers:" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:627 +#, python-format +msgid "Delete this attachment" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:774 +#: code:addons/web/static/src/xml/base.xml:815 +#: code:addons/web/static/src/xml/base.xml:1382 +#: code:addons/web/static/src/xml/base.xml:1612 +#, python-format +msgid "Save" +msgstr "Lagre" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/views.js:999 +#: code:addons/web/static/src/xml/base.xml:352 +#, python-format +msgid "More" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:73 +#, python-format +msgid "Username" +msgstr "Brukernavn" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:481 +#, python-format +msgid "Duplicating database" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:563 +#, python-format +msgid "Password has been changed successfully" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list_editable.js:788 +#, python-format +msgid "The form's data can not be discarded" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:533 +#, python-format +msgid "Debug View#" +msgstr "Debug View#" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:77 +#, python-format +msgid "Log in" +msgstr "Logg inn" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:198 +#: code:addons/web/static/src/js/view_list.js:346 +#: code:addons/web/static/src/xml/base.xml:1764 +#, python-format +msgid "Delete" +msgstr "Slett" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/pyeval.js:769 +#, python-format +msgid "" +"Local evaluation failure\n" +"%s\n" +"\n" +"%s" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:350 +#, python-format +msgid "Invalid database name" +msgstr "Ugyldig databasenavn" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1693 +#, python-format +msgid "Save fields list" +msgstr "Lagre feltliste" + +#. module: web +#. openerp-web +#: code:addons/web/doc/module/static/src/xml/web_example.xml:5 +#, python-format +msgid "Start" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/views.js:823 +#, python-format +msgid "View Log (%s)" +msgstr "Vis logg (%s)" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:564 +#, python-format +msgid "Creation Date:" +msgstr "Opprettet dato:" + +#. module: web +#: code:addons/web/controllers/main.py:790 +#: code:addons/web/controllers/main.py:835 +#, python-format +msgid "Error, password not changed !" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:4850 +#, python-format +msgid "The selected file exceed the maximum file size of %s." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:632 +#: code:addons/web/static/src/xml/base.xml:1300 +#, python-format +msgid "/web/binary/upload_attachment" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:563 +#, python-format +msgid "Changed Password" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1431 +#, python-format +msgid "Search" +msgstr "Søk" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:3032 +#: code:addons/web/static/src/js/view_form.js:3668 +#: code:addons/web/static/src/js/view_form.js:3785 +#: code:addons/web/static/src/js/view_form.js:4230 +#: code:addons/web/static/src/js/view_form.js:4353 +#, python-format +msgid "Open: " +msgstr "Åpne: " + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:218 +#: code:addons/web/static/src/xml/base.xml:309 +#, python-format +msgid "Backup" +msgstr "Sikkerhetskopi" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/dates.js:76 +#: code:addons/web/static/src/js/dates.js:80 +#, python-format +msgid "'%s' is not a valid time" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/formats.js:274 +#, python-format +msgid "'%s' is not a correct date" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:933 +#, python-format +msgid "(nolabel)" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/coresetup.js:606 +#, python-format +msgid "%d days ago" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1474 +#, python-format +msgid "(Any existing filter with the same name will be replaced)" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:1918 +#: code:addons/web/static/src/xml/base.xml:338 +#: code:addons/web/static/src/xml/base.xml:1377 +#: code:addons/web/static/src/xml/base.xml:1860 +#, python-format +msgid "Cancel" +msgstr "Avbryt" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/coresetup.js:628 +#: code:addons/web/static/src/xml/base.xml:9 +#, python-format +msgid "Loading..." +msgstr "Laster …" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:567 +#, python-format +msgid "Latest Modification by:" +msgstr "Sist endret av:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:1242 +#: code:addons/web/static/src/xml/base.xml:470 +#, python-format +msgid "Timezone mismatch" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:1646 +#, python-format +msgid "Unknown operator %s in domain %s" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:428 +#, python-format +msgid "%d / %d" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1782 +#, python-format +msgid "2. Check your file format" +msgstr "Sjekk filformatet ditt" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1718 +#, python-format +msgid "Name" +msgstr "Navn" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1775 +#, python-format +msgid "" +"Select a .CSV file to import. If you need a sample of file to import,\n" +" you should use the export tool with the \"Import Compatible\" option." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/coresetup.js:608 +#, python-format +msgid "%d months ago" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:187 +#: code:addons/web/static/src/xml/base.xml:308 +#, python-format +msgid "Drop" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1465 +#, python-format +msgid "Add Advanced Filter" +msgstr "" + +#. module: web +#: code:addons/web/controllers/main.py:828 +#, python-format +msgid "The new password and its confirmation must be identical." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:542 +#: code:addons/web/static/src/xml/base.xml:248 +#, python-format +msgid "Restore Database" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:644 +#, python-format +msgid "Login" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:420 +#, python-format +msgid "Licenced under the terms of" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:250 +#: code:addons/web/static/src/xml/base.xml:310 +#, python-format +msgid "Restore" +msgstr "Gjenopprett" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1677 +#, python-format +msgid "Export Type:" +msgstr "Eksporttype:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:406 +#, python-format +msgid "Log out" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1090 +#, python-format +msgid "Group by: %s" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:153 +#, python-format +msgid "No data provided." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:345 +#: code:addons/web/static/src/xml/base.xml:1665 +#, python-format +msgid "Export" +msgstr "Eksporter" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/data_export.js:12 +#, python-format +msgid "Export To File" +msgstr "Eksport til fil" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/views.js:1097 +#, python-format +msgid "You must choose at least one record." +msgstr "Du må minst velge en post" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/coresetup.js:631 +#, python-format +msgid "Don't leave yet,
    it's still loading..." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:775 +#, python-format +msgid "Invalid Search" +msgstr "Ugyldig søk" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:980 +#, python-format +msgid "Could not find id in dataset" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1707 +#, python-format +msgid "Remove All" +msgstr "Fjern alt" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1340 +#, python-format +msgid "Method:" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:1439 +#, python-format +msgid "%(page)d/%(page_count)d" +msgstr "%(page)d/%(page_count)d" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:397 +#, python-format +msgid "The confirmation does not match the password" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:441 +#, python-format +msgid "Edit Company data" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:4886 +#, python-format +msgid "Save As..." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:5007 +#, python-format +msgid "Could not display the selected image." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:509 +#, python-format +msgid "Database backed up successfully" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1808 +#, python-format +msgid "" +"For use if CSV files have titles on multiple lines, skips more than a single " +"line during import" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:394 +#, python-format +msgid "99+" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1774 +#, python-format +msgid "1. Import a .CSV file" +msgstr "Importer en .CSV fil" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:644 +#, python-format +msgid "No database selected !" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/formats.js:180 +#, python-format +msgid "(%d records)" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:970 +#, python-format +msgid "Change default:" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:171 +#, python-format +msgid "Original database name:" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1869 +#: code:addons/web/static/src/js/search.js:1879 +#: code:addons/web/static/src/js/search.js:1913 +#: code:addons/web/static/src/js/search.js:1938 +#, python-format +msgid "is equal to" +msgstr "er lik som" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/views.js:1500 +#, python-format +msgid "Could not serialize XML" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1619 +#, python-format +msgid "Advanced Search" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:290 +#, python-format +msgid "Confirm new master password:" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/coresetup.js:634 +#, python-format +msgid "Maybe you should consider reloading the application by pressing F5..." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:17 +#: code:addons/web/static/src/js/view_list.js:2248 +#: code:addons/web/static/src/xml/base.xml:111 +#: code:addons/web/static/src/xml/base.xml:306 +#: code:addons/web/static/src/xml/base.xml:812 +#: code:addons/web/static/src/xml/base.xml:1376 +#, python-format +msgid "Create" +msgstr "Opprett" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1868 +#, python-format +msgid "doesn't contain" +msgstr "inneholder ikke" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1785 +#, python-format +msgid "Import Options" +msgstr "Alternativer for import" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:2936 +#, python-format +msgid "Add %s" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:145 +#, python-format +msgid "Admin password:" +msgstr "Administrator passord" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/data_export.js:11 +#: code:addons/web/static/src/js/view_form.js:1067 +#: code:addons/web/static/src/xml/base.xml:1394 +#, python-format +msgid "Close" +msgstr "Lukk" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/coresetup.js:632 +#, python-format +msgid "" +"You may not believe it,
    but the application is actually loading..." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1779 +#, python-format +msgid "CSV File:" +msgstr "CSV fil:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1741 +#, python-format +msgid "Advanced" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_tree.js:11 +#, python-format +msgid "Tree" +msgstr "Tre" + +#. module: web +#: code:addons/web/controllers/main.py:750 +#, python-format +msgid "Could not drop database !" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/formats.js:227 +#, python-format +msgid "'%s' is not a correct integer" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:877 +#, python-format +msgid "All users" +msgstr "Alle brukere" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:1654 +#, python-format +msgid "Unknown field %s in domain %s" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/views.js:1466 +#, python-format +msgid "Node [%s] is not a JSONified XML node" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1428 +#, python-format +msgid "Advanced Search..." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:499 +#, python-format +msgid "Dropping database" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:82 +#: code:addons/web/static/src/xml/base.xml:445 +#, python-format +msgid "Powered by" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1380 +#: code:addons/web/static/src/xml/base.xml:970 +#, python-format +msgid "Yes" +msgstr "Ja" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:4871 +#, python-format +msgid "There was a problem while uploading your file" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:558 +#, python-format +msgid "XML ID:" +msgstr "XML ID:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:954 +#, python-format +msgid "Size:" +msgstr "Størrelse:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1824 +#, python-format +msgid "--- Don't Import ---" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1679 +#, python-format +msgid "Import-Compatible Export" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/coresetup.js:610 +#, python-format +msgid "%d years ago" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:1040 +#, python-format +msgid "Unknown m2m command %s" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:1068 +#, python-format +msgid "Save default" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:121 +#: code:addons/web/static/src/xml/base.xml:175 +#: code:addons/web/static/src/xml/base.xml:264 +#, python-format +msgid "New database name:" +msgstr "Navn på ny database:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:394 +#, python-format +msgid "Please enter your new password" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:4886 +#, python-format +msgid "The field is empty, there's nothing to save !" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:545 +#, python-format +msgid "Manage Views" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1801 +#, python-format +msgid "Encoding:" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1808 +#, python-format +msgid "Lines to skip" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:2858 +#, python-format +msgid "Create \"%s\"" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/data_export.js:361 +#, python-format +msgid "Please select fields to save export list..." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:418 +#, python-format +msgid "Copyright © 2004-TODAY OpenERP SA. All Rights Reserved." +msgstr "Copyright © 2004-TODAY OpenERP SA. All Rights Reserved." + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:2346 +#, python-format +msgid "This resource is empty" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1689 +#, python-format +msgid "Available fields" +msgstr "Tilgjengelige felt" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1835 +#, python-format +msgid "The import failed due to:" +msgstr "Importen feilet av følgende årsaker:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/views.js:812 +#: code:addons/web/static/src/xml/base.xml:539 +#, python-format +msgid "JS Tests" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1750 +#, python-format +msgid "Save as:" +msgstr "Lagre som:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:927 +#, python-format +msgid "Filter on: %s" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:2904 +#: code:addons/web/static/src/js/view_form.js:3757 +#, python-format +msgid "Create: " +msgstr "Opprett: " + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:540 +#, python-format +msgid "View Fields" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:330 +#, python-format +msgid "Confirm New Password:" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:575 +#, python-format +msgid "Do you really want to remove these records?" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:958 +#, python-format +msgid "Context:" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1933 +#: code:addons/web/static/src/js/search.js:1960 +#, python-format +msgid "is" +msgstr "er" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/data_export.js:6 +#, python-format +msgid "Export Data" +msgstr "Eksporter data" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:962 +#, python-format +msgid "Domain:" +msgstr "Domene:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:834 +#, python-format +msgid "Default:" +msgstr "Standard:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:82 +#: code:addons/web/static/src/xml/base.xml:446 +#, python-format +msgid "OpenERP" +msgstr "OpenERP" + +#. module: web +#. openerp-web +#: code:addons/web/doc/module/static/src/xml/web_example.xml:8 +#, python-format +msgid "Stop" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:68 +#: code:addons/web/static/src/xml/base.xml:193 +#: code:addons/web/static/src/xml/base.xml:225 +#, python-format +msgid "Database:" +msgstr "Database:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1183 +#: code:addons/web/static/src/xml/base.xml:1240 +#, python-format +msgid "Uploading ..." +msgstr "Laster opp ..." + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1853 +#, python-format +msgid "Name:" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:1058 +#, python-format +msgid "About" +msgstr "Om" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1431 +#, python-format +msgid "Search Again" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1455 +#, python-format +msgid "-- Filters --" +msgstr "-- Filter --" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1230 +#: code:addons/web/static/src/xml/base.xml:1232 +#, python-format +msgid "Clear" +msgstr "Tøm" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1680 +#, python-format +msgid "Export all Data" +msgstr "Eksporter all data" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:1334 +#, python-format +msgid "" +"Grouping on field '%s' is not possible because that field does not appear in " +"the list view." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:537 +#, python-format +msgid "Set Defaults" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1670 +#, python-format +msgid "" +"This wizard will export all data that matches the current search criteria to " +"a CSV file.\n" +" You can export all data or only the fields that can be " +"reimported after modification." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:321 +#, python-format +msgid "The record could not be found in the database." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1472 +#, python-format +msgid "Filter Name:" +msgstr "Filternavn:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:946 +#, python-format +msgid "Type:" +msgstr "Type:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:538 +#, python-format +msgid "Incorrect super-administrator password" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:942 +#, python-format +msgid "Object:" +msgstr "Objekt:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:292 +#: code:addons/web/static/src/js/chrome.js:326 +#, python-format +msgid "Loading" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/coresetup.js:609 +#, python-format +msgid "about a year ago" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1870 +#: code:addons/web/static/src/js/search.js:1880 +#: code:addons/web/static/src/js/search.js:1914 +#: code:addons/web/static/src/js/search.js:1939 +#, python-format +msgid "is not equal to" +msgstr "er ulilk" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:5036 +#, python-format +msgid "" +"The type of the field '%s' must be a many2many field with a relation to " +"'ir.attachment' model." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/coresetup.js:604 +#, python-format +msgid "%d hours ago" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:4206 +#: code:addons/web/static/src/js/view_form.js:4335 +#, python-format +msgid "Add: " +msgstr "Legg til: " + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1858 +#, python-format +msgid "Quick Add" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1805 +#, python-format +msgid "Latin 1" +msgstr "Latin 1" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:260 +#: code:addons/web/static/src/js/chrome.js:269 +#: code:addons/web/static/src/js/chrome.js:449 +#: code:addons/web/static/src/js/chrome.js:792 +#: code:addons/web/static/src/js/view_form.js:572 +#: code:addons/web/static/src/js/view_form.js:1923 +#: code:addons/web/static/src/xml/base.xml:1752 +#, python-format +msgid "Ok" +msgstr "Ok" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/views.js:1162 +#, python-format +msgid "Uploading..." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:125 +#, python-format +msgid "Load Demonstration data:" +msgstr "Last demonstrasjonsdata:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:615 +#, python-format +msgid "Created by :" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/dates.js:22 +#: code:addons/web/static/src/js/dates.js:26 +#, python-format +msgid "'%s' is not a valid datetime" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:256 +#, python-format +msgid "File:" +msgstr "Fil:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1882 +#: code:addons/web/static/src/js/search.js:1916 +#: code:addons/web/static/src/js/search.js:1941 +#, python-format +msgid "less than" +msgstr "mindre enn" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:687 +#: code:addons/web/static/src/js/views.js:1097 +#, python-format +msgid "Warning" +msgstr "Advarsel" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:547 +#, python-format +msgid "Edit SearchView" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1975 +#, python-format +msgid "is true" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:3909 +#, python-format +msgid "Add an item" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1603 +#, python-format +msgid "Save current filter" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:1915 +#, python-format +msgid "Confirm" +msgstr "Bekreft" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/data_export.js:126 +#, python-format +msgid "Please enter save field list name" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:2206 +#, python-format +msgid "Download \"%s\"" +msgstr "Last ned \"%s\"" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:326 +#, python-format +msgid "New" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:1767 +#, python-format +msgid "Can't convert value %s to context" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/views.js:807 +#: code:addons/web/static/src/xml/base.xml:541 +#, python-format +msgid "Fields View Get" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:149 +#, python-format +msgid "Confirm password:" +msgstr "Bekreft passord:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1883 +#: code:addons/web/static/src/js/search.js:1917 +#: code:addons/web/static/src/js/search.js:1942 +#, python-format +msgid "greater or equal than" +msgstr "større eller lik enn" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1321 +#, python-format +msgid "Button" +msgstr "Knapp" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:418 +#, python-format +msgid "OpenERP is a trademark of the" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/data_export.js:374 +#, python-format +msgid "Please select fields to export..." +msgstr "Velg felter å eksportere" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:286 +#, python-format +msgid "New master password:" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1976 +#, python-format +msgid "is false" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:404 +#, python-format +msgid "About OpenERP" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/formats.js:297 +#, python-format +msgid "'%s' is not a correct date, datetime nor time" +msgstr "" + +#. module: web +#: code:addons/web/controllers/main.py:1264 +#, python-format +msgid "No content found for field '%s' on '%s:%s'" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:304 +#, python-format +msgid "Database Management" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:5007 +#, python-format +msgid "Image" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:81 +#, python-format +msgid "Manage Databases" +msgstr "Administrer databaser" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/pyeval.js:765 +#, python-format +msgid "Evaluation Error" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1283 +#, python-format +msgid "not a valid integer" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:337 +#: code:addons/web/static/src/xml/base.xml:776 +#: code:addons/web/static/src/xml/base.xml:816 +#: code:addons/web/static/src/xml/base.xml:1376 +#: code:addons/web/static/src/xml/base.xml:1384 +#: code:addons/web/static/src/xml/base.xml:1630 +#, python-format +msgid "or" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1381 +#, python-format +msgid "No" +msgstr "Nei" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/formats.js:309 +#, python-format +msgid "'%s' is not convertible to date, datetime nor time" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:199 +#: code:addons/web/static/src/xml/base.xml:161 +#: code:addons/web/static/src/xml/base.xml:307 +#, python-format +msgid "Duplicate" +msgstr "Dupliser" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:777 +#: code:addons/web/static/src/xml/base.xml:817 +#: code:addons/web/static/src/xml/base.xml:1391 +#, python-format +msgid "Discard" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1624 +#, python-format +msgid "Add a condition" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/coresetup.js:629 +#, python-format +msgid "Still loading..." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:818 +#, python-format +msgid "Incorrect value for field %(fieldname)s: [%(value)s] is %(message)s" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:3805 +#, python-format +msgid "The o2m record must be saved before an action can be used" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:509 +#, python-format +msgid "Backed" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1610 +#, python-format +msgid "Use by default" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:1348 +#, python-format +msgid "%s (%d)" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:775 +#, python-format +msgid "triggered from search view" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:978 +#, python-format +msgid "Filter" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:950 +#, python-format +msgid "Widget:" +msgstr "Widget:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:548 +#, python-format +msgid "Edit Action" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:555 +#, python-format +msgid "ID:" +msgstr "ID:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:870 +#, python-format +msgid "Only you" +msgstr "Bare deg" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:549 +#, python-format +msgid "Edit Workflow" +msgstr "Rediger arbeidsflyt" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/views.js:1171 +#, python-format +msgid "Do you really want to delete this attachment ?" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/views.js:840 +#, python-format +msgid "Technical Translation" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:938 +#, python-format +msgid "Field:" +msgstr "Felt:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:620 +#, python-format +msgid "Modified by :" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:499 +#, python-format +msgid "The database %s has been dropped" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:460 +#, python-format +msgid "User's timezone" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:284 +#: code:addons/web/static/src/js/chrome.js:1168 +#, python-format +msgid "Client Error" +msgstr "Klientfeil" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/views.js:998 +#, python-format +msgid "Print" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1331 +#, python-format +msgid "Special:" +msgstr "" + +#. module: web +#: code:addons/web/controllers/main.py:834 +#, python-format +msgid "" +"The old password you provided is incorrect, your password was not changed." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:561 +#, python-format +msgid "Creation User:" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:769 +#, python-format +msgid "Do you really want to delete this record?" +msgstr "Vil du virkelig slette denne posten ?" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1385 +#, python-format +msgid "Save & Close" +msgstr "Lagre & Lukk" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:2845 +#, python-format +msgid "Search More..." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:75 +#: code:addons/web/static/src/xml/base.xml:311 +#, python-format +msgid "Password" +msgstr "Passord" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:546 +#: code:addons/web/static/src/xml/base.xml:809 +#: code:addons/web/static/src/xml/base.xml:1178 +#, python-format +msgid "Edit" +msgstr "Rediger" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1706 +#, python-format +msgid "Remove" +msgstr "Fjern" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1062 +#, python-format +msgid "Select date" +msgstr "Velg date" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1249 +#, python-format +msgid "Search %(field)s for: %(value)s" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1277 +#, python-format +msgid "Delete this file" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:109 +#, python-format +msgid "Create Database" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:420 +#, python-format +msgid "GNU Affero General Public License" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1795 +#, python-format +msgid "Separator:" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:300 +#, python-format +msgid "Back to Login" +msgstr "Tilbake til innlogging" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1662 +#: code:addons/web/static/src/xml/base.xml:1454 +#, python-format +msgid "Filters" +msgstr "Filtre" diff --git a/web/i18n/nl.po b/web/i18n/nl.po new file mode 100644 index 0000000..186441c --- /dev/null +++ b/web/i18n/nl.po @@ -0,0 +1,2633 @@ +# Dutch translation for openerp-web +# Copyright (c) 2011 Rosetta Contributors and Canonical Ltd 2011 +# This file is distributed under the same license as the openerp-web package. +# FIRST AUTHOR , 2011. +# +msgid "" +msgstr "" +"Project-Id-Version: openerp-web\n" +"Report-Msgid-Bugs-To: FULL NAME \n" +"POT-Creation-Date: 2012-12-21 17:06+0000\n" +"PO-Revision-Date: 2013-02-23 17:55+0000\n" +"Last-Translator: Erwin van der Ploeg (Endian Solutions) \n" +"Language-Team: Dutch \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Launchpad-Export-Date: 2013-02-24 05:13+0000\n" +"X-Generator: Launchpad (build 16506)\n" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:133 +#, python-format +msgid "Default language:" +msgstr "Standaardtaal:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/coresetup.js:602 +#, python-format +msgid "%d minutes ago" +msgstr "%d minuten geleden" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/coresetup.js:630 +#, python-format +msgid "Still loading...
    Please be patient." +msgstr "Nog bezig met laden...
    Even geduld aub." + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1832 +#, python-format +msgid "%(field)s %(operator)s \"%(value)s\"" +msgstr "%(field)s %(operator)s \"%(value)s\"" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1884 +#: code:addons/web/static/src/js/search.js:1918 +#: code:addons/web/static/src/js/search.js:1943 +#, python-format +msgid "less or equal than" +msgstr "is kleiner of gelijk aan" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:393 +#, python-format +msgid "Please enter your previous password" +msgstr "Geef uw vorige wachtwoord in" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:117 +#: code:addons/web/static/src/xml/base.xml:167 +#: code:addons/web/static/src/xml/base.xml:282 +#, python-format +msgid "Master password:" +msgstr "Hoofdwachtwoord:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:274 +#, python-format +msgid "Change Master Password" +msgstr "Wijzig hoofdwachtwoord" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:491 +#, python-format +msgid "Do you really want to delete the database: %s ?" +msgstr "Weet u zeker dat u database %s wilt verwijderen?" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1398 +#, python-format +msgid "Search %(field)s at: %(value)s" +msgstr "Zoek %(field)s bij: %(value)s" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:537 +#, python-format +msgid "Access Denied" +msgstr "Toegang geweigerd" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:5183 +#, python-format +msgid "Uploading error" +msgstr "Fout bij uploaden" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/coresetup.js:603 +#, python-format +msgid "about an hour ago" +msgstr "ongeveer 1 uur geleden" + +#. module: web +#. openerp-web +#: code:addons/web/controllers/main.py:768 +#: code:addons/web/static/src/js/chrome.js:514 +#: code:addons/web/static/src/xml/base.xml:216 +#, python-format +msgid "Backup Database" +msgstr "Back-up database" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/views.js:463 +#, python-format +msgid "%(view_type)s view" +msgstr "%(view_type)s weergave" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/dates.js:49 +#: code:addons/web/static/src/js/dates.js:53 +#, python-format +msgid "'%s' is not a valid date" +msgstr "'%s' is geen geldige datum" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1837 +#, python-format +msgid "Here is a preview of the file we could not import:" +msgstr "Hier is een voorbeeld van het bestand dat we niet konden importeren:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/coresetup.js:601 +#, python-format +msgid "about a minute ago" +msgstr "ongeveer 1 minuut geleden" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1297 +#, python-format +msgid "File" +msgstr "Bestand" + +#. module: web +#: code:addons/web/controllers/main.py:826 +#, python-format +msgid "You cannot leave any password empty." +msgstr "Het is niet toegestaan om de wachtwoord velden leeg te laten." + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:680 +#, python-format +msgid "Invalid username or password" +msgstr "Ongeldige gebruikersnaam of wachtwoord" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:206 +#: code:addons/web/static/src/xml/base.xml:238 +#: code:addons/web/static/src/xml/base.xml:260 +#, python-format +msgid "Master Password:" +msgstr "Hoofdwachtwoord" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1217 +#: code:addons/web/static/src/xml/base.xml:1374 +#, python-format +msgid "Select" +msgstr "Kies" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:549 +#, python-format +msgid "Database restored successfully" +msgstr "Database succesvol teruggezet" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:415 +#, python-format +msgid "Version" +msgstr "Versie" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:570 +#, python-format +msgid "Latest Modification Date:" +msgstr "Laatst datum aangepast:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1459 +#, python-format +msgid "M2O search fields do not currently handle multiple default values" +msgstr "M2O zoek velden behandelen momenteel geen meerdere standaard waardes" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:1227 +#, python-format +msgid "Widget type '%s' is not implemented" +msgstr "Widget type '%s' is niet geimplementeerd" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1608 +#, python-format +msgid "Share with all users" +msgstr "Deel met alle gebruikers" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:77 +#: code:addons/web/static/src/js/view_form.js:321 +#, python-format +msgid "Form" +msgstr "Formulier" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1324 +#, python-format +msgid "(no string)" +msgstr "(no string)" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/formats.js:282 +#, python-format +msgid "'%s' is not a correct time" +msgstr "'%s' is geen geldige tijd" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1297 +#, python-format +msgid "not a valid number" +msgstr "geen geldig getal" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:325 +#, python-format +msgid "New Password:" +msgstr "Nieuw wachtwoord:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:610 +#, python-format +msgid "Attachment :" +msgstr "Bijlage:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1691 +#, python-format +msgid "Fields to export" +msgstr "Te exporteren velden" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:1340 +#, python-format +msgid "Undefined" +msgstr "Onbepaald" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:4871 +#, python-format +msgid "File Upload" +msgstr "Bestand upload" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/coresetup.js:607 +#, python-format +msgid "about a month ago" +msgstr "ongeveer 1 maand geleden" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1600 +#, python-format +msgid "Custom Filters" +msgstr "Aangepaste filters" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1336 +#, python-format +msgid "Button Type:" +msgstr "Button Type:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:419 +#, python-format +msgid "OpenERP SA Company" +msgstr "OpenERP SA" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1553 +#, python-format +msgid "Custom Filter" +msgstr "Aangepaste Filter" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:159 +#, python-format +msgid "Duplicate Database" +msgstr "Dupliceer database" + +#. module: web +#. openerp-web +#: code:addons/web/controllers/main.py:789 +#: code:addons/web/controllers/main.py:790 +#: code:addons/web/controllers/main.py:826 +#: code:addons/web/controllers/main.py:828 +#: code:addons/web/controllers/main.py:834 +#: code:addons/web/controllers/main.py:835 +#: code:addons/web/static/src/js/chrome.js:768 +#: code:addons/web/static/src/xml/base.xml:276 +#: code:addons/web/static/src/xml/base.xml:336 +#, python-format +msgid "Change Password" +msgstr "Wijzig wachtwoord" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:3411 +#, python-format +msgid "View type '%s' is not supported in One2Many." +msgstr "Weergave type '%s' wordt niet ondersteund in One2Many." + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:4951 +#: code:addons/web/static/src/js/view_list.js:2194 +#, python-format +msgid "Download" +msgstr "Downloaden" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/formats.js:266 +#, python-format +msgid "'%s' is not a correct datetime" +msgstr "'%s' is geen geldinge datum/tijd" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:417 +#, python-format +msgid "Group" +msgstr "Groep" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:927 +#, python-format +msgid "Unhandled widget" +msgstr "Niet-verwerkte widget" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:982 +#, python-format +msgid "Selection:" +msgstr "Selectie:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:871 +#, python-format +msgid "The following fields are invalid:" +msgstr "De volgende velden zijn ongeldig:" + +#. module: web +#: code:addons/web/controllers/main.py:847 +#, python-format +msgid "Languages" +msgstr "Talen" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1270 +#, python-format +msgid "...Upload in progress..." +msgstr "...Upload is bezig..." + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1768 +#, python-format +msgid "Import" +msgstr "Importeren" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:543 +#, python-format +msgid "Could not restore the database" +msgstr "Het was niet mogelijk om de database te herstellen" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:4851 +#, python-format +msgid "File upload" +msgstr "Bestand upload" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:3804 +#, python-format +msgid "Action Button" +msgstr "Actie Knop" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:542 +#: code:addons/web/static/src/xml/base.xml:1467 +#, python-format +msgid "Manage Filters" +msgstr "Filters beheren" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1867 +#, python-format +msgid "contains" +msgstr "bevat" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/coresetup.js:633 +#, python-format +msgid "Take a minute to get a coffee,
    because it's loading..." +msgstr "Neem een minuutje voor een koffie,
    want het is aan het laden..." + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:413 +#, python-format +msgid "Activate the developer mode" +msgstr "Activeer de ontwikkelaars mode" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:324 +#, python-format +msgid "Loading (%d)" +msgstr "Laden (%d)" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1114 +#, python-format +msgid "GroupBy" +msgstr "Groepeer op" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:687 +#, python-format +msgid "You must select at least one record." +msgstr "U dient tenminste Ă©Ă©n record te selecteren" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:535 +#, python-format +msgid "View Log (perm_read)" +msgstr "Weergeven Log (perm_read)" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:1061 +#, python-format +msgid "Set Default" +msgstr "Gebruik als standaard" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:978 +#, python-format +msgid "Relation:" +msgstr "Relatie:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/coresetup.js:600 +#, python-format +msgid "less than a minute ago" +msgstr "minder dan een minuut geleden" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:851 +#, python-format +msgid "Condition:" +msgstr "Voorwaarde:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:1692 +#, python-format +msgid "Unsupported operator %s in domain %s" +msgstr "Niet ondersteunde operator %s in domein %s" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/formats.js:242 +#, python-format +msgid "'%s' is not a correct float" +msgstr "'%s' is geen correcte float" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:549 +#, python-format +msgid "Restored" +msgstr "Teruggezet" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:394 +#, python-format +msgid "%d-%d of %d" +msgstr "%d-%d of %d" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:2868 +#, python-format +msgid "Create and Edit..." +msgstr "Aanmaken en Bewerken..." + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/pyeval.js:731 +#, python-format +msgid "Unknown nonliteral type " +msgstr "Onbekend nonliteral type " + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:2346 +#, python-format +msgid "Resource error" +msgstr "Resource fout" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1961 +#, python-format +msgid "is not" +msgstr "is niet" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:550 +#, python-format +msgid "Print Workflow" +msgstr "Afdrukken Workflow" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:396 +#, python-format +msgid "Please confirm your new password" +msgstr "Bevestig uw wachtwoord" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1804 +#, python-format +msgid "UTF-8" +msgstr "UTF-8" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:421 +#, python-format +msgid "For more information visit" +msgstr "Voor meer informatie bezoek" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1859 +#, python-format +msgid "Add All Info..." +msgstr "Alle Info toevoegen..." + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1683 +#, python-format +msgid "Export Formats" +msgstr "Export Formaten" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:974 +#, python-format +msgid "On change:" +msgstr "Bij wijziging" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/views.js:865 +#, python-format +msgid "Model %s fields" +msgstr "Model %s velden" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:893 +#, python-format +msgid "Setting 'id' attribute on existing record %s" +msgstr "Instellen van 'id' attribute op bestaand record %s" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:8 +#, python-format +msgid "List" +msgstr "Lijst" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1881 +#: code:addons/web/static/src/js/search.js:1915 +#: code:addons/web/static/src/js/search.js:1940 +#, python-format +msgid "greater than" +msgstr "is groter dan" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:2248 +#: code:addons/web/static/src/xml/base.xml:546 +#, python-format +msgid "View" +msgstr "Weergave" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1466 +#, python-format +msgid "Save Filter" +msgstr "Filter opslaan" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1344 +#, python-format +msgid "Action ID:" +msgstr "Action ID:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:457 +#, python-format +msgid "Your user's preference timezone does not match your browser timezone:" +msgstr "" +"De tijdzone in uw gebruikersvoorkeuren komt niet overheen met de tijdzone " +"van uw browser:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:1223 +#, python-format +msgid "Field '%s' specified in view could not be found." +msgstr "" +"Veld '%s' welke in de weergave is gespecificeerd kon niet worden gevonden." + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1756 +#, python-format +msgid "Saved exports:" +msgstr "Opgeslagen exports:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:320 +#, python-format +msgid "Old Password:" +msgstr "Oud wachtwoord:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/formats.js:113 +#, python-format +msgid "Bytes,Kb,Mb,Gb,Tb,Pb,Eb,Zb,Yb" +msgstr "Bytes,Kb,Mb,Gb,Tb,Pb,Eb,Zb,Yb" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:481 +#, python-format +msgid "The database has been duplicated." +msgstr "De database is gedupliceerd." + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1625 +#, python-format +msgid "Apply" +msgstr "Toepassen" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1386 +#, python-format +msgid "Save & New" +msgstr "Opslaan & Nieuw" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1223 +#: code:addons/web/static/src/xml/base.xml:1225 +#, python-format +msgid "Save As" +msgstr "Opslaan als" + +#. module: web +#. openerp-web +#: code:addons/web/doc/module/static/src/xml/web_example.xml:3 +#, python-format +msgid "00:00:00" +msgstr "00:00:00" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:2317 +#, python-format +msgid "E-mail error" +msgstr "E-mail fout" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/coresetup.js:605 +#, python-format +msgid "a day ago" +msgstr "een dag geleden" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1789 +#, python-format +msgid "Does your file have titles?" +msgstr "Heeft uw bestand titels?" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:327 +#, python-format +msgid "Unlimited" +msgstr "Onbeperkt" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:784 +#, python-format +msgid "" +"Warning, the record has been modified, your changes will be discarded.\n" +"\n" +"Are you sure you want to leave this page ?" +msgstr "" +"Opgelet, het record is aangepast, uw wijzigingen zullen verloren gaan.\n" +"\n" +"Weet u zeker dat u deze pagina wilt verlaten?" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:2904 +#, python-format +msgid "Search: " +msgstr "Zoeken: " + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:544 +#, python-format +msgid "Technical translation" +msgstr "Technische vertaling" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1797 +#, python-format +msgid "Delimiter:" +msgstr "Veldscheidingsteken:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:462 +#, python-format +msgid "Browser's timezone" +msgstr "Tijdzone van de browser" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1605 +#, python-format +msgid "Filter name" +msgstr "Filternaam" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1464 +#, python-format +msgid "-- Actions --" +msgstr "-- Acties --" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:4134 +#: code:addons/web/static/src/js/view_form.js:4294 +#: code:addons/web/static/src/xml/base.xml:1407 +#: code:addons/web/static/src/xml/base.xml:1705 +#, python-format +msgid "Add" +msgstr "Toevoegen" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:536 +#, python-format +msgid "Toggle Form Layout Outline" +msgstr "Wissel schermweergave" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:421 +#, python-format +msgid "OpenERP.com" +msgstr "OpenERP.com" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:2317 +#, python-format +msgid "Can't send email to invalid e-mail address" +msgstr "Kan de e-mail niet versturen. Het adres is ongelding." + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:636 +#, python-format +msgid "Add..." +msgstr "Toevoegen..." + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:405 +#, python-format +msgid "Preferences" +msgstr "Voorkeuren" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:436 +#, python-format +msgid "Wrong on change format: %s" +msgstr "Fout bij het wijzigen van het formaat: %s" + +#. module: web +#. openerp-web +#: code:addons/web/controllers/main.py:750 +#: code:addons/web/static/src/xml/base.xml:185 +#, python-format +msgid "Drop Database" +msgstr "Verwijder database" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:466 +#, python-format +msgid "Click here to change your user's timezone." +msgstr "Klik hier om uw tijdzone te wijzigen." + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:966 +#, python-format +msgid "Modifiers:" +msgstr "Modificatoren:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:627 +#, python-format +msgid "Delete this attachment" +msgstr "Wis deze bijlage" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:774 +#: code:addons/web/static/src/xml/base.xml:815 +#: code:addons/web/static/src/xml/base.xml:1382 +#: code:addons/web/static/src/xml/base.xml:1612 +#, python-format +msgid "Save" +msgstr "Opslaan" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/views.js:999 +#: code:addons/web/static/src/xml/base.xml:352 +#, python-format +msgid "More" +msgstr "Meer" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:73 +#, python-format +msgid "Username" +msgstr "Gebruikersnaam" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:481 +#, python-format +msgid "Duplicating database" +msgstr "Dupliceer database" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:563 +#, python-format +msgid "Password has been changed successfully" +msgstr "Uw wachtwoord is succesvol gewijzigd." + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list_editable.js:788 +#, python-format +msgid "The form's data can not be discarded" +msgstr "De gegevens van het formulier kunnen niet worden verwijderd." + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:533 +#, python-format +msgid "Debug View#" +msgstr "Debug weergave#" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:77 +#, python-format +msgid "Log in" +msgstr "Login" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:198 +#: code:addons/web/static/src/js/view_list.js:346 +#: code:addons/web/static/src/xml/base.xml:1764 +#, python-format +msgid "Delete" +msgstr "Verwijderen" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/pyeval.js:769 +#, python-format +msgid "" +"Local evaluation failure\n" +"%s\n" +"\n" +"%s" +msgstr "" +"Locale evaluatie fout\n" +"%s\n" +"\n" +"%s" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:350 +#, python-format +msgid "Invalid database name" +msgstr "Ongeldige database naam" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1693 +#, python-format +msgid "Save fields list" +msgstr "Veldenlijst opslaan" + +#. module: web +#. openerp-web +#: code:addons/web/doc/module/static/src/xml/web_example.xml:5 +#, python-format +msgid "Start" +msgstr "Start" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/views.js:823 +#, python-format +msgid "View Log (%s)" +msgstr "Bekijk log (%s)" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:564 +#, python-format +msgid "Creation Date:" +msgstr "Aanmaakdatum:" + +#. module: web +#: code:addons/web/controllers/main.py:790 +#: code:addons/web/controllers/main.py:835 +#, python-format +msgid "Error, password not changed !" +msgstr "Fout, uw wachtwoord is niet gewijzigd!" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:4850 +#, python-format +msgid "The selected file exceed the maximum file size of %s." +msgstr "" +"Het geselecteerde bestand overschreed de maximum toegelaten grootte van %s." + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:632 +#: code:addons/web/static/src/xml/base.xml:1300 +#, python-format +msgid "/web/binary/upload_attachment" +msgstr "/web/binary/upload_attachment" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:563 +#, python-format +msgid "Changed Password" +msgstr "Wachtwoord gewijzigd" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1431 +#, python-format +msgid "Search" +msgstr "Zoeken" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:3032 +#: code:addons/web/static/src/js/view_form.js:3668 +#: code:addons/web/static/src/js/view_form.js:3785 +#: code:addons/web/static/src/js/view_form.js:4230 +#: code:addons/web/static/src/js/view_form.js:4353 +#, python-format +msgid "Open: " +msgstr "Open: " + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:218 +#: code:addons/web/static/src/xml/base.xml:309 +#, python-format +msgid "Backup" +msgstr "Back-up" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/dates.js:76 +#: code:addons/web/static/src/js/dates.js:80 +#, python-format +msgid "'%s' is not a valid time" +msgstr "'%s' is geen geldige tijd" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/formats.js:274 +#, python-format +msgid "'%s' is not a correct date" +msgstr "'%s' is geen correcte datum" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:933 +#, python-format +msgid "(nolabel)" +msgstr "(nolabel)" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/coresetup.js:606 +#, python-format +msgid "%d days ago" +msgstr "%d dagen geleden" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1474 +#, python-format +msgid "(Any existing filter with the same name will be replaced)" +msgstr "(Een bestaand filter met dezelfde naam wordt vervangen)" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:1918 +#: code:addons/web/static/src/xml/base.xml:338 +#: code:addons/web/static/src/xml/base.xml:1377 +#: code:addons/web/static/src/xml/base.xml:1860 +#, python-format +msgid "Cancel" +msgstr "Annuleren" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/coresetup.js:628 +#: code:addons/web/static/src/xml/base.xml:9 +#, python-format +msgid "Loading..." +msgstr "Laden..." + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:567 +#, python-format +msgid "Latest Modification by:" +msgstr "Laatst aangepast door:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:1242 +#: code:addons/web/static/src/xml/base.xml:470 +#, python-format +msgid "Timezone mismatch" +msgstr "Tijdzone fout" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:1646 +#, python-format +msgid "Unknown operator %s in domain %s" +msgstr "Onbekend operator% s in domein% s" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:428 +#, python-format +msgid "%d / %d" +msgstr "%d / %d" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1782 +#, python-format +msgid "2. Check your file format" +msgstr "2. Controleer uw bestandsformaat" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1718 +#, python-format +msgid "Name" +msgstr "Naam" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1775 +#, python-format +msgid "" +"Select a .CSV file to import. If you need a sample of file to import,\n" +" you should use the export tool with the \"Import Compatible\" option." +msgstr "" +"Selecteer een .CSV bestand voor import. Voor een voorbeeld van een " +"importbestand,\n" +" kunt u de export tool gebruiken met de \"Import Compatibel\" optie." + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/coresetup.js:608 +#, python-format +msgid "%d months ago" +msgstr "%d maanden geleden" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:187 +#: code:addons/web/static/src/xml/base.xml:308 +#, python-format +msgid "Drop" +msgstr "Verwijderen" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1465 +#, python-format +msgid "Add Advanced Filter" +msgstr "Geavanceerd filter toevoegen" + +#. module: web +#: code:addons/web/controllers/main.py:828 +#, python-format +msgid "The new password and its confirmation must be identical." +msgstr "Het nieuwe wachtwoord en haar bevestiging moeten identiek zijn." + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:542 +#: code:addons/web/static/src/xml/base.xml:248 +#, python-format +msgid "Restore Database" +msgstr "Herstel database" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:644 +#, python-format +msgid "Login" +msgstr "Inloggen" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:420 +#, python-format +msgid "Licenced under the terms of" +msgstr "Gelicentieerd onder voorwaarden van" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:250 +#: code:addons/web/static/src/xml/base.xml:310 +#, python-format +msgid "Restore" +msgstr "Terugzetten" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1677 +#, python-format +msgid "Export Type:" +msgstr "Soort export:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:406 +#, python-format +msgid "Log out" +msgstr "Afmelden" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1090 +#, python-format +msgid "Group by: %s" +msgstr "Groepeer op: %s" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:153 +#, python-format +msgid "No data provided." +msgstr "Geen gegevens ingevoerd" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:345 +#: code:addons/web/static/src/xml/base.xml:1665 +#, python-format +msgid "Export" +msgstr "Exporteren" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/data_export.js:12 +#, python-format +msgid "Export To File" +msgstr "Exporteer naar bestand" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/views.js:1097 +#, python-format +msgid "You must choose at least one record." +msgstr "U moet tenminste Ă©Ă©n record kiezen." + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/coresetup.js:631 +#, python-format +msgid "Don't leave yet,
    it's still loading..." +msgstr "Nog niet weggaan,
    het systeem is nog steeds aan het laden..." + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:775 +#, python-format +msgid "Invalid Search" +msgstr "Ongeldige zoekopdracht" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:980 +#, python-format +msgid "Could not find id in dataset" +msgstr "Het id kan niet worden gevonden in de dataset." + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1707 +#, python-format +msgid "Remove All" +msgstr "Alles verwijderen" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1340 +#, python-format +msgid "Method:" +msgstr "Method:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:1439 +#, python-format +msgid "%(page)d/%(page_count)d" +msgstr "%(page)d/%(page_count)d" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:397 +#, python-format +msgid "The confirmation does not match the password" +msgstr "De bevestiging komt niet overeen met het wachtwoord" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:441 +#, python-format +msgid "Edit Company data" +msgstr "Bedrijfsgegevens bewerken." + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:4886 +#, python-format +msgid "Save As..." +msgstr "Opslaan als..." + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:5007 +#, python-format +msgid "Could not display the selected image." +msgstr "Kan de geselecteerde afbeelding niet tonen." + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:509 +#, python-format +msgid "Database backed up successfully" +msgstr "Database back-up succesvol" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1808 +#, python-format +msgid "" +"For use if CSV files have titles on multiple lines, skips more than a single " +"line during import" +msgstr "" +"Wanneer een CSV bestand titels heeft op meerdere regels, sla dan meer dan " +"Ă©Ă©n regel over bij importeren" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:394 +#, python-format +msgid "99+" +msgstr "99+" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1774 +#, python-format +msgid "1. Import a .CSV file" +msgstr "1. Importeer een .CSV bestand" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:644 +#, python-format +msgid "No database selected !" +msgstr "Geen database geselecteerd!" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/formats.js:180 +#, python-format +msgid "(%d records)" +msgstr "(%d records)" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:970 +#, python-format +msgid "Change default:" +msgstr "Wijzig standaard" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:171 +#, python-format +msgid "Original database name:" +msgstr "Originele database naam:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1869 +#: code:addons/web/static/src/js/search.js:1879 +#: code:addons/web/static/src/js/search.js:1913 +#: code:addons/web/static/src/js/search.js:1938 +#, python-format +msgid "is equal to" +msgstr "is gelijk aan" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/views.js:1500 +#, python-format +msgid "Could not serialize XML" +msgstr "Could not serialize XML" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1619 +#, python-format +msgid "Advanced Search" +msgstr "Geavanceerd zoeken" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:290 +#, python-format +msgid "Confirm new master password:" +msgstr "Bevestig nieuw hoofdwachtwoord:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/coresetup.js:634 +#, python-format +msgid "Maybe you should consider reloading the application by pressing F5..." +msgstr "" +"Misschien kan je overwegen de applicatie te herladen door F5 te drukken..." + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:17 +#: code:addons/web/static/src/js/view_list.js:2248 +#: code:addons/web/static/src/xml/base.xml:111 +#: code:addons/web/static/src/xml/base.xml:306 +#: code:addons/web/static/src/xml/base.xml:812 +#: code:addons/web/static/src/xml/base.xml:1376 +#, python-format +msgid "Create" +msgstr "Maken" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1868 +#, python-format +msgid "doesn't contain" +msgstr "bevat niet" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1785 +#, python-format +msgid "Import Options" +msgstr "Importeeropties" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:2936 +#, python-format +msgid "Add %s" +msgstr "Toevoegen %s" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:145 +#, python-format +msgid "Admin password:" +msgstr "Admin wachtwoord:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/data_export.js:11 +#: code:addons/web/static/src/js/view_form.js:1067 +#: code:addons/web/static/src/xml/base.xml:1394 +#, python-format +msgid "Close" +msgstr "Sluiten" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/coresetup.js:632 +#, python-format +msgid "" +"You may not believe it,
    but the application is actually loading..." +msgstr "" +"Je zou het haast niet geloven,
    maar de applicatie is wel degelijk aan " +"het laden..." + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1779 +#, python-format +msgid "CSV File:" +msgstr "CSV bestand:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1741 +#, python-format +msgid "Advanced" +msgstr "Uitgebreid" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_tree.js:11 +#, python-format +msgid "Tree" +msgstr "Boomstructuur" + +#. module: web +#: code:addons/web/controllers/main.py:750 +#, python-format +msgid "Could not drop database !" +msgstr "De database kon niet worden verwijderd!" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/formats.js:227 +#, python-format +msgid "'%s' is not a correct integer" +msgstr "'%s' is geen correct geheel getal (integer)" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:877 +#, python-format +msgid "All users" +msgstr "Alle gebruikers" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:1654 +#, python-format +msgid "Unknown field %s in domain %s" +msgstr "Onbekend veld %s in domein %s" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/views.js:1466 +#, python-format +msgid "Node [%s] is not a JSONified XML node" +msgstr "Node [%s] is geen JSONified XML node" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1428 +#, python-format +msgid "Advanced Search..." +msgstr "Geavanceerd zoeken..." + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:499 +#, python-format +msgid "Dropping database" +msgstr "Database verwijderen" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:82 +#: code:addons/web/static/src/xml/base.xml:445 +#, python-format +msgid "Powered by" +msgstr "Powered by" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1380 +#: code:addons/web/static/src/xml/base.xml:970 +#, python-format +msgid "Yes" +msgstr "Ja" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:4871 +#, python-format +msgid "There was a problem while uploading your file" +msgstr "Er is een probleem met het uploaden van uw bestand." + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:558 +#, python-format +msgid "XML ID:" +msgstr "XML ID:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:954 +#, python-format +msgid "Size:" +msgstr "Grootte:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1824 +#, python-format +msgid "--- Don't Import ---" +msgstr "--- Niet importeren ---" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1679 +#, python-format +msgid "Import-Compatible Export" +msgstr "Import Compatibele Export" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/coresetup.js:610 +#, python-format +msgid "%d years ago" +msgstr "%d jaar geleden" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:1040 +#, python-format +msgid "Unknown m2m command %s" +msgstr "Onbekend m2m commando %s" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:1068 +#, python-format +msgid "Save default" +msgstr "Opslaan als standaard" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:121 +#: code:addons/web/static/src/xml/base.xml:175 +#: code:addons/web/static/src/xml/base.xml:264 +#, python-format +msgid "New database name:" +msgstr "Naam nieuwe database:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:394 +#, python-format +msgid "Please enter your new password" +msgstr "Vul uw nieuwe wachtwoord in" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:4886 +#, python-format +msgid "The field is empty, there's nothing to save !" +msgstr "Het veld is leeg. Er is niets om op te slaan!" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:545 +#, python-format +msgid "Manage Views" +msgstr "Weergaven beheren" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1801 +#, python-format +msgid "Encoding:" +msgstr "Codering:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1808 +#, python-format +msgid "Lines to skip" +msgstr "Regels om over te slaan" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:2858 +#, python-format +msgid "Create \"%s\"" +msgstr "Aanmaken \"%s\"" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/data_export.js:361 +#, python-format +msgid "Please select fields to save export list..." +msgstr "Selecteer aub velden voor opslaan export lijst" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:418 +#, python-format +msgid "Copyright © 2004-TODAY OpenERP SA. All Rights Reserved." +msgstr "Copyright © 2004-TODAY OpenERP SA. All Rights Reserved." + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:2346 +#, python-format +msgid "This resource is empty" +msgstr "Deze resource is leeg" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1689 +#, python-format +msgid "Available fields" +msgstr "Beschikbare velden" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1835 +#, python-format +msgid "The import failed due to:" +msgstr "Importeren mislukt wegens:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/views.js:812 +#: code:addons/web/static/src/xml/base.xml:539 +#, python-format +msgid "JS Tests" +msgstr "JS Testen" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1750 +#, python-format +msgid "Save as:" +msgstr "Opslaan als:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:927 +#, python-format +msgid "Filter on: %s" +msgstr "Filter op: %s" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:2904 +#: code:addons/web/static/src/js/view_form.js:3757 +#, python-format +msgid "Create: " +msgstr "Maken: " + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:540 +#, python-format +msgid "View Fields" +msgstr "Weergeven velden" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:330 +#, python-format +msgid "Confirm New Password:" +msgstr "Bevestig nieuw wachtwoord:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:575 +#, python-format +msgid "Do you really want to remove these records?" +msgstr "Wilt u deze records werkelijk verwijderen?" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:958 +#, python-format +msgid "Context:" +msgstr "Context:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1933 +#: code:addons/web/static/src/js/search.js:1960 +#, python-format +msgid "is" +msgstr "is" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/data_export.js:6 +#, python-format +msgid "Export Data" +msgstr "Gegevens exporteren" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:962 +#, python-format +msgid "Domain:" +msgstr "Domein:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:834 +#, python-format +msgid "Default:" +msgstr "Standaard:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:82 +#: code:addons/web/static/src/xml/base.xml:446 +#, python-format +msgid "OpenERP" +msgstr "OpenERP" + +#. module: web +#. openerp-web +#: code:addons/web/doc/module/static/src/xml/web_example.xml:8 +#, python-format +msgid "Stop" +msgstr "Stoppen" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:68 +#: code:addons/web/static/src/xml/base.xml:193 +#: code:addons/web/static/src/xml/base.xml:225 +#, python-format +msgid "Database:" +msgstr "Database:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1183 +#: code:addons/web/static/src/xml/base.xml:1240 +#, python-format +msgid "Uploading ..." +msgstr "Uploaden ..." + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1853 +#, python-format +msgid "Name:" +msgstr "Naam:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:1058 +#, python-format +msgid "About" +msgstr "Info" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1431 +#, python-format +msgid "Search Again" +msgstr "Opnieuw zoeken" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1455 +#, python-format +msgid "-- Filters --" +msgstr "-- Filters --" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1230 +#: code:addons/web/static/src/xml/base.xml:1232 +#, python-format +msgid "Clear" +msgstr "Wis" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1680 +#, python-format +msgid "Export all Data" +msgstr "Alle gegevens exporteren" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:1334 +#, python-format +msgid "" +"Grouping on field '%s' is not possible because that field does not appear in " +"the list view." +msgstr "" +"Groeperen op veld '%s' is niet mogelijk omdat het veld niet getoond wordt in " +"de lijstweergave." + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:537 +#, python-format +msgid "Set Defaults" +msgstr "Instellen standaardwaarden" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1670 +#, python-format +msgid "" +"This wizard will export all data that matches the current search criteria to " +"a CSV file.\n" +" You can export all data or only the fields that can be " +"reimported after modification." +msgstr "" +"Deze assistent exporteert alle gegevens die aan de huidige zoekcriteria " +"voldoen naar een CSV bestand.\n" +" U kunt alle gegevens exporteren of alleen de velden die na " +"wijziging opnieuw kunnen worden geïmporteerd." + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:321 +#, python-format +msgid "The record could not be found in the database." +msgstr "Het record kan niet worden gevonden in de database." + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1472 +#, python-format +msgid "Filter Name:" +msgstr "Filternaam:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:946 +#, python-format +msgid "Type:" +msgstr "Soort:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:538 +#, python-format +msgid "Incorrect super-administrator password" +msgstr "Het super-administrator wachtwoord is incorrect." + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:942 +#, python-format +msgid "Object:" +msgstr "Object:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:292 +#: code:addons/web/static/src/js/chrome.js:326 +#, python-format +msgid "Loading" +msgstr "Bezig met laden…" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/coresetup.js:609 +#, python-format +msgid "about a year ago" +msgstr "ongeveer 1 jaar geleden" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1870 +#: code:addons/web/static/src/js/search.js:1880 +#: code:addons/web/static/src/js/search.js:1914 +#: code:addons/web/static/src/js/search.js:1939 +#, python-format +msgid "is not equal to" +msgstr "is niet gelijk aan" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:5036 +#, python-format +msgid "" +"The type of the field '%s' must be a many2many field with a relation to " +"'ir.attachment' model." +msgstr "" +"Het type van het veld '%s' moet een many2many veld zijn met een relatie naar " +"het 'ir.attachment' model." + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/coresetup.js:604 +#, python-format +msgid "%d hours ago" +msgstr "%d uren geleden" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:4206 +#: code:addons/web/static/src/js/view_form.js:4335 +#, python-format +msgid "Add: " +msgstr "Toevoegen: " + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1858 +#, python-format +msgid "Quick Add" +msgstr "Snel Toevoegen" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1805 +#, python-format +msgid "Latin 1" +msgstr "Latin 1" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:260 +#: code:addons/web/static/src/js/chrome.js:269 +#: code:addons/web/static/src/js/chrome.js:449 +#: code:addons/web/static/src/js/chrome.js:792 +#: code:addons/web/static/src/js/view_form.js:572 +#: code:addons/web/static/src/js/view_form.js:1923 +#: code:addons/web/static/src/xml/base.xml:1752 +#, python-format +msgid "Ok" +msgstr "Ok" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/views.js:1162 +#, python-format +msgid "Uploading..." +msgstr "Uploaden..." + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:125 +#, python-format +msgid "Load Demonstration data:" +msgstr "Demonstratiegegevens laden:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:615 +#, python-format +msgid "Created by :" +msgstr "Aangemaakt door:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/dates.js:22 +#: code:addons/web/static/src/js/dates.js:26 +#, python-format +msgid "'%s' is not a valid datetime" +msgstr "'%s' is geen correcte datum/tijd" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:256 +#, python-format +msgid "File:" +msgstr "Bestand:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1882 +#: code:addons/web/static/src/js/search.js:1916 +#: code:addons/web/static/src/js/search.js:1941 +#, python-format +msgid "less than" +msgstr "kleiner dan" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:687 +#: code:addons/web/static/src/js/views.js:1097 +#, python-format +msgid "Warning" +msgstr "Waarschuwing" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:547 +#, python-format +msgid "Edit SearchView" +msgstr "Bewerk zoekweergave" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1975 +#, python-format +msgid "is true" +msgstr "is waar" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:3909 +#, python-format +msgid "Add an item" +msgstr "Item toevoegen" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1603 +#, python-format +msgid "Save current filter" +msgstr "Huidig filter opslaan" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:1915 +#, python-format +msgid "Confirm" +msgstr "Bevestig" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/data_export.js:126 +#, python-format +msgid "Please enter save field list name" +msgstr "Geef aub 'opslaan veldenlijst' naam in" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:2206 +#, python-format +msgid "Download \"%s\"" +msgstr "Download \"%s\"" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:326 +#, python-format +msgid "New" +msgstr "Nieuw" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:1767 +#, python-format +msgid "Can't convert value %s to context" +msgstr "Niet mogelijk om de waarde %s te converteren." + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/views.js:807 +#: code:addons/web/static/src/xml/base.xml:541 +#, python-format +msgid "Fields View Get" +msgstr "Veldweergave 'Get'" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:149 +#, python-format +msgid "Confirm password:" +msgstr "Bevestig wachtwoord:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1883 +#: code:addons/web/static/src/js/search.js:1917 +#: code:addons/web/static/src/js/search.js:1942 +#, python-format +msgid "greater or equal than" +msgstr "is groter of gelijk aan" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1321 +#, python-format +msgid "Button" +msgstr "Button" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:418 +#, python-format +msgid "OpenERP is a trademark of the" +msgstr "OpenERP is een handelsmerk van" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/data_export.js:374 +#, python-format +msgid "Please select fields to export..." +msgstr "Selecteer velden voor export" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:286 +#, python-format +msgid "New master password:" +msgstr "Nieuw hoofdwachtwoord:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1976 +#, python-format +msgid "is false" +msgstr "is onwaar" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:404 +#, python-format +msgid "About OpenERP" +msgstr "Over OpenERP" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/formats.js:297 +#, python-format +msgid "'%s' is not a correct date, datetime nor time" +msgstr "'%s' is is geen correcte datum, datum/tijd of tijd." + +#. module: web +#: code:addons/web/controllers/main.py:1264 +#, python-format +msgid "No content found for field '%s' on '%s:%s'" +msgstr "Geen inhoud gevonden voor veld '%s' bij '%s:%s'" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:304 +#, python-format +msgid "Database Management" +msgstr "Database beheer" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:5007 +#, python-format +msgid "Image" +msgstr "Afbeelding" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:81 +#, python-format +msgid "Manage Databases" +msgstr "Beheer databases" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/pyeval.js:765 +#, python-format +msgid "Evaluation Error" +msgstr "Evaluatie fout" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1283 +#, python-format +msgid "not a valid integer" +msgstr "geen geldig geheel getal" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:337 +#: code:addons/web/static/src/xml/base.xml:776 +#: code:addons/web/static/src/xml/base.xml:816 +#: code:addons/web/static/src/xml/base.xml:1376 +#: code:addons/web/static/src/xml/base.xml:1384 +#: code:addons/web/static/src/xml/base.xml:1630 +#, python-format +msgid "or" +msgstr "of" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1381 +#, python-format +msgid "No" +msgstr "Nee" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/formats.js:309 +#, python-format +msgid "'%s' is not convertible to date, datetime nor time" +msgstr "" +"'%s' is niet converteerbaar naar een datum, een datum/tijd of een tijd" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:199 +#: code:addons/web/static/src/xml/base.xml:161 +#: code:addons/web/static/src/xml/base.xml:307 +#, python-format +msgid "Duplicate" +msgstr "Dupliceren" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:777 +#: code:addons/web/static/src/xml/base.xml:817 +#: code:addons/web/static/src/xml/base.xml:1391 +#, python-format +msgid "Discard" +msgstr "Negeren" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1624 +#, python-format +msgid "Add a condition" +msgstr "Conditie toevoegen" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/coresetup.js:629 +#, python-format +msgid "Still loading..." +msgstr "Nog steeds aan het laden..." + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:818 +#, python-format +msgid "Incorrect value for field %(fieldname)s: [%(value)s] is %(message)s" +msgstr "Onjuiste waarde bij veld %(fieldname)s: [%(value)s] is %(message)s" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:3805 +#, python-format +msgid "The o2m record must be saved before an action can be used" +msgstr "" +"Het O2M record dient bewaard te worden alvorens een actie kan gebruikt worden" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:509 +#, python-format +msgid "Backed" +msgstr "Back-up gereed" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1610 +#, python-format +msgid "Use by default" +msgstr "Gebruik als standaard" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:1348 +#, python-format +msgid "%s (%d)" +msgstr "%s (%d)" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:775 +#, python-format +msgid "triggered from search view" +msgstr "geactiveerd door zoek weergave" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:978 +#, python-format +msgid "Filter" +msgstr "Filter" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:950 +#, python-format +msgid "Widget:" +msgstr "Widget:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:548 +#, python-format +msgid "Edit Action" +msgstr "Bewerkingsactie" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:555 +#, python-format +msgid "ID:" +msgstr "ID:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:870 +#, python-format +msgid "Only you" +msgstr "Alleen u" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:549 +#, python-format +msgid "Edit Workflow" +msgstr "Workflow wijzigen" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/views.js:1171 +#, python-format +msgid "Do you really want to delete this attachment ?" +msgstr "Weet u zeker dat u deze bijlage wilt verwijderen?" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/views.js:840 +#, python-format +msgid "Technical Translation" +msgstr "Technische vertaling" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:938 +#, python-format +msgid "Field:" +msgstr "Veld:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:620 +#, python-format +msgid "Modified by :" +msgstr "Aangepast door:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:499 +#, python-format +msgid "The database %s has been dropped" +msgstr "Database %s is verwijderd" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:460 +#, python-format +msgid "User's timezone" +msgstr "Gebruikers tijdzone" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:284 +#: code:addons/web/static/src/js/chrome.js:1168 +#, python-format +msgid "Client Error" +msgstr "Cliënt fout" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/views.js:998 +#, python-format +msgid "Print" +msgstr "Afdrukken" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1331 +#, python-format +msgid "Special:" +msgstr "Special:" + +#. module: web +#: code:addons/web/controllers/main.py:834 +#, python-format +msgid "" +"The old password you provided is incorrect, your password was not changed." +msgstr "" +"Het oude wachtwoord wat u heft ingevoerd is niet correct. Uw wachtwoord is " +"niet gewijzigd." + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:561 +#, python-format +msgid "Creation User:" +msgstr "Gebruiker aanmaken:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:769 +#, python-format +msgid "Do you really want to delete this record?" +msgstr "Wilt u dit record werkelijk verwijderen?" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1385 +#, python-format +msgid "Save & Close" +msgstr "Opslaan & Sluiten" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:2845 +#, python-format +msgid "Search More..." +msgstr "Zoek meer..." + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:75 +#: code:addons/web/static/src/xml/base.xml:311 +#, python-format +msgid "Password" +msgstr "Wachtwoord" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:546 +#: code:addons/web/static/src/xml/base.xml:809 +#: code:addons/web/static/src/xml/base.xml:1178 +#, python-format +msgid "Edit" +msgstr "Wijzigen" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1706 +#, python-format +msgid "Remove" +msgstr "Verwijderen" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1062 +#, python-format +msgid "Select date" +msgstr "Selecteer datum" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1249 +#, python-format +msgid "Search %(field)s for: %(value)s" +msgstr "Zoek %(field)s naar: %(value)s" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1277 +#, python-format +msgid "Delete this file" +msgstr "Dit bestand verwijderen" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:109 +#, python-format +msgid "Create Database" +msgstr "Database aanmaken" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:420 +#, python-format +msgid "GNU Affero General Public License" +msgstr "GNU Affero General Public License" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1795 +#, python-format +msgid "Separator:" +msgstr "Scheidingsteken:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:300 +#, python-format +msgid "Back to Login" +msgstr "Terug naar login" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1662 +#: code:addons/web/static/src/xml/base.xml:1454 +#, python-format +msgid "Filters" +msgstr "Filters" diff --git a/web/i18n/nl_BE.po b/web/i18n/nl_BE.po new file mode 100644 index 0000000..69d0aa0 --- /dev/null +++ b/web/i18n/nl_BE.po @@ -0,0 +1,2620 @@ +# Dutch (Belgium) translation for openerp-web +# Copyright (c) 2012 Rosetta Contributors and Canonical Ltd 2012 +# This file is distributed under the same license as the openerp-web package. +# FIRST AUTHOR , 2012. +# +msgid "" +msgstr "" +"Project-Id-Version: openerp-web\n" +"Report-Msgid-Bugs-To: FULL NAME \n" +"POT-Creation-Date: 2012-12-21 17:06+0000\n" +"PO-Revision-Date: 2013-01-07 15:44+0000\n" +"Last-Translator: Niels Huylebroeck \n" +"Language-Team: Dutch (Belgium) \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Launchpad-Export-Date: 2013-01-08 06:06+0000\n" +"X-Generator: Launchpad (build 16402)\n" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:133 +#, python-format +msgid "Default language:" +msgstr "Standaard taal:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/coresetup.js:602 +#, python-format +msgid "%d minutes ago" +msgstr "%d minuten geleden" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/coresetup.js:630 +#, python-format +msgid "Still loading...
    Please be patient." +msgstr "Nog bezig met laden...
    Even geduld aub." + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1832 +#, python-format +msgid "%(field)s %(operator)s \"%(value)s\"" +msgstr "%(field)s %(operator)s \"%(value)s\"" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1884 +#: code:addons/web/static/src/js/search.js:1918 +#: code:addons/web/static/src/js/search.js:1943 +#, python-format +msgid "less or equal than" +msgstr "is kleiner dan of gelijk aan" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:393 +#, python-format +msgid "Please enter your previous password" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:117 +#: code:addons/web/static/src/xml/base.xml:167 +#: code:addons/web/static/src/xml/base.xml:282 +#, python-format +msgid "Master password:" +msgstr "Master wachtwoord:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:274 +#, python-format +msgid "Change Master Password" +msgstr "Hoofdwachtwoord wijzigen" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:491 +#, python-format +msgid "Do you really want to delete the database: %s ?" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1398 +#, python-format +msgid "Search %(field)s at: %(value)s" +msgstr "%(field)s zoeken op: %(value)s" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:537 +#, python-format +msgid "Access Denied" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:5183 +#, python-format +msgid "Uploading error" +msgstr "Fout bij het uploaden" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/coresetup.js:603 +#, python-format +msgid "about an hour ago" +msgstr "ongeveer 1 uur geleden" + +#. module: web +#. openerp-web +#: code:addons/web/controllers/main.py:768 +#: code:addons/web/static/src/js/chrome.js:514 +#: code:addons/web/static/src/xml/base.xml:216 +#, python-format +msgid "Backup Database" +msgstr "Database back-uppen" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/views.js:463 +#, python-format +msgid "%(view_type)s view" +msgstr "%(view_type)s weergave" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/dates.js:49 +#: code:addons/web/static/src/js/dates.js:53 +#, python-format +msgid "'%s' is not a valid date" +msgstr "'%s' is geen geldige datum" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1837 +#, python-format +msgid "Here is a preview of the file we could not import:" +msgstr "Hier is een voorbeeld van het bestand dat we niet konden importeren:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/coresetup.js:601 +#, python-format +msgid "about a minute ago" +msgstr "ongeveer 1 minuut geleden" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1297 +#, python-format +msgid "File" +msgstr "Bestand" + +#. module: web +#: code:addons/web/controllers/main.py:826 +#, python-format +msgid "You cannot leave any password empty." +msgstr "U moet beide wachtwoord velden verplicht invullen." + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:680 +#, python-format +msgid "Invalid username or password" +msgstr "Ongeldige gebruikersnaam of wachtwoord" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:206 +#: code:addons/web/static/src/xml/base.xml:238 +#: code:addons/web/static/src/xml/base.xml:260 +#, python-format +msgid "Master Password:" +msgstr "Master wachtwoord:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1217 +#: code:addons/web/static/src/xml/base.xml:1374 +#, python-format +msgid "Select" +msgstr "Selecteer" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:549 +#, python-format +msgid "Database restored successfully" +msgstr "Database met succes teruggezet" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:415 +#, python-format +msgid "Version" +msgstr "Versie" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:570 +#, python-format +msgid "Latest Modification Date:" +msgstr "Datum laatste aanpassing:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1459 +#, python-format +msgid "M2O search fields do not currently handle multiple default values" +msgstr "M2O-zoekvelden kunnen meerdere standaardwaarden momenteel niet aan" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:1227 +#, python-format +msgid "Widget type '%s' is not implemented" +msgstr "Widget type '%s' is niet geĂŻmplementeerd" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1608 +#, python-format +msgid "Share with all users" +msgstr "Met alle gebruikers delen" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:77 +#: code:addons/web/static/src/js/view_form.js:321 +#, python-format +msgid "Form" +msgstr "Formulier" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1324 +#, python-format +msgid "(no string)" +msgstr "(geen string)" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/formats.js:282 +#, python-format +msgid "'%s' is not a correct time" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1297 +#, python-format +msgid "not a valid number" +msgstr "geen geldig getal" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:325 +#, python-format +msgid "New Password:" +msgstr "Nieuw wachtwoord:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:610 +#, python-format +msgid "Attachment :" +msgstr "Bijlage:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1691 +#, python-format +msgid "Fields to export" +msgstr "Te exporteren velden" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:1340 +#, python-format +msgid "Undefined" +msgstr "Onbepaald" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:4871 +#, python-format +msgid "File Upload" +msgstr "Bestand upload" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/coresetup.js:607 +#, python-format +msgid "about a month ago" +msgstr "ongeveer 1 maand geleden" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1600 +#, python-format +msgid "Custom Filters" +msgstr "Aangepaste filters" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1336 +#, python-format +msgid "Button Type:" +msgstr "Knoptype:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:419 +#, python-format +msgid "OpenERP SA Company" +msgstr "OpenERP SA Company" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1553 +#, python-format +msgid "Custom Filter" +msgstr "Aangepast filter" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:159 +#, python-format +msgid "Duplicate Database" +msgstr "Database dupliceren" + +#. module: web +#. openerp-web +#: code:addons/web/controllers/main.py:789 +#: code:addons/web/controllers/main.py:790 +#: code:addons/web/controllers/main.py:826 +#: code:addons/web/controllers/main.py:828 +#: code:addons/web/controllers/main.py:834 +#: code:addons/web/controllers/main.py:835 +#: code:addons/web/static/src/js/chrome.js:768 +#: code:addons/web/static/src/xml/base.xml:276 +#: code:addons/web/static/src/xml/base.xml:336 +#, python-format +msgid "Change Password" +msgstr "Wachtwoord wijzigen" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:3411 +#, python-format +msgid "View type '%s' is not supported in One2Many." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:4951 +#: code:addons/web/static/src/js/view_list.js:2194 +#, python-format +msgid "Download" +msgstr "Downloaden" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/formats.js:266 +#, python-format +msgid "'%s' is not a correct datetime" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:417 +#, python-format +msgid "Group" +msgstr "Groep" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:927 +#, python-format +msgid "Unhandled widget" +msgstr "Niet-verwerkbare widget" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:982 +#, python-format +msgid "Selection:" +msgstr "Selectie:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:871 +#, python-format +msgid "The following fields are invalid:" +msgstr "" + +#. module: web +#: code:addons/web/controllers/main.py:847 +#, python-format +msgid "Languages" +msgstr "Talen" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1270 +#, python-format +msgid "...Upload in progress..." +msgstr "...Uploaden is bezig..." + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1768 +#, python-format +msgid "Import" +msgstr "Importeren" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:543 +#, python-format +msgid "Could not restore the database" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:4851 +#, python-format +msgid "File upload" +msgstr "Bestand uploaden" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:3804 +#, python-format +msgid "Action Button" +msgstr "Actieknop" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:542 +#: code:addons/web/static/src/xml/base.xml:1467 +#, python-format +msgid "Manage Filters" +msgstr "Filters beheren" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1867 +#, python-format +msgid "contains" +msgstr "bevat" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/coresetup.js:633 +#, python-format +msgid "Take a minute to get a coffee,
    because it's loading..." +msgstr "" +"Neem even de tijd voor een kopje koffie,
    want het laden is nog bezig..." + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:413 +#, python-format +msgid "Activate the developer mode" +msgstr "Activeer de ontwikkelaarsmodus" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:324 +#, python-format +msgid "Loading (%d)" +msgstr "Laden (%d)" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1114 +#, python-format +msgid "GroupBy" +msgstr "Groeperen op" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:687 +#, python-format +msgid "You must select at least one record." +msgstr "U dient ten minste één record te selecteren" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:535 +#, python-format +msgid "View Log (perm_read)" +msgstr "Log weergeven (perm_read)" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:1061 +#, python-format +msgid "Set Default" +msgstr "Standaardwaarde instellen" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:978 +#, python-format +msgid "Relation:" +msgstr "Relatie:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/coresetup.js:600 +#, python-format +msgid "less than a minute ago" +msgstr "minder dan een minuut geleden" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:851 +#, python-format +msgid "Condition:" +msgstr "Voorwaarde:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:1692 +#, python-format +msgid "Unsupported operator %s in domain %s" +msgstr "Niet ondersteunde operator %s in domein %s" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/formats.js:242 +#, python-format +msgid "'%s' is not a correct float" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:549 +#, python-format +msgid "Restored" +msgstr "Teruggezet" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:394 +#, python-format +msgid "%d-%d of %d" +msgstr "%d-%d van %d" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:2868 +#, python-format +msgid "Create and Edit..." +msgstr "Maken en bewerken..." + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/pyeval.js:731 +#, python-format +msgid "Unknown nonliteral type " +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:2346 +#, python-format +msgid "Resource error" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1961 +#, python-format +msgid "is not" +msgstr "is niet gelijk aan" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:550 +#, python-format +msgid "Print Workflow" +msgstr "Workflow afdrukken" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:396 +#, python-format +msgid "Please confirm your new password" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1804 +#, python-format +msgid "UTF-8" +msgstr "UTF-8" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:421 +#, python-format +msgid "For more information visit" +msgstr "Bezoek voor meer informatie" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1859 +#, python-format +msgid "Add All Info..." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1683 +#, python-format +msgid "Export Formats" +msgstr "Export formaten" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:974 +#, python-format +msgid "On change:" +msgstr "Bij wijzigen:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/views.js:865 +#, python-format +msgid "Model %s fields" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:893 +#, python-format +msgid "Setting 'id' attribute on existing record %s" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:8 +#, python-format +msgid "List" +msgstr "Lijst" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1881 +#: code:addons/web/static/src/js/search.js:1915 +#: code:addons/web/static/src/js/search.js:1940 +#, python-format +msgid "greater than" +msgstr "is groter dan" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:2248 +#: code:addons/web/static/src/xml/base.xml:546 +#, python-format +msgid "View" +msgstr "Weergave" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1466 +#, python-format +msgid "Save Filter" +msgstr "Filter opslaan" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1344 +#, python-format +msgid "Action ID:" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:457 +#, python-format +msgid "Your user's preference timezone does not match your browser timezone:" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:1223 +#, python-format +msgid "Field '%s' specified in view could not be found." +msgstr "Veld '%s' in weergave kon niet worden gevonden." + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1756 +#, python-format +msgid "Saved exports:" +msgstr "Export definities" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:320 +#, python-format +msgid "Old Password:" +msgstr "Huidig wachtwoord:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/formats.js:113 +#, python-format +msgid "Bytes,Kb,Mb,Gb,Tb,Pb,Eb,Zb,Yb" +msgstr "Bytes,Kb,Mb,Gb,Tb,Pb,Eb,Zb,Yb" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:481 +#, python-format +msgid "The database has been duplicated." +msgstr "De database is gekopieërd." + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1625 +#, python-format +msgid "Apply" +msgstr "Toepassen" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1386 +#, python-format +msgid "Save & New" +msgstr "Opslaan & Nieuwe" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1223 +#: code:addons/web/static/src/xml/base.xml:1225 +#, python-format +msgid "Save As" +msgstr "Opslaan als" + +#. module: web +#. openerp-web +#: code:addons/web/doc/module/static/src/xml/web_example.xml:3 +#, python-format +msgid "00:00:00" +msgstr "00:00:00" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:2317 +#, python-format +msgid "E-mail error" +msgstr "E-mail fout" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/coresetup.js:605 +#, python-format +msgid "a day ago" +msgstr "een dag geleden" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1789 +#, python-format +msgid "Does your file have titles?" +msgstr "Heeft uw bestand een hoofding ?" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:327 +#, python-format +msgid "Unlimited" +msgstr "Onbeperkt" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:784 +#, python-format +msgid "" +"Warning, the record has been modified, your changes will be discarded.\n" +"\n" +"Are you sure you want to leave this page ?" +msgstr "" +"Opgelet, het record is gewijzigd. Uw wijzigingen worden genegeerd.\n" +"\n" +"Weet u zeker dat u deze pagina wilt verlaten?" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:2904 +#, python-format +msgid "Search: " +msgstr "Zoeken: " + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:544 +#, python-format +msgid "Technical translation" +msgstr "Technische vertaling" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1797 +#, python-format +msgid "Delimiter:" +msgstr "Veld begrenzing" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:462 +#, python-format +msgid "Browser's timezone" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1605 +#, python-format +msgid "Filter name" +msgstr "Filternaam" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1464 +#, python-format +msgid "-- Actions --" +msgstr "-- Acties --" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:4134 +#: code:addons/web/static/src/js/view_form.js:4294 +#: code:addons/web/static/src/xml/base.xml:1407 +#: code:addons/web/static/src/xml/base.xml:1705 +#, python-format +msgid "Add" +msgstr "Toevoegen" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:536 +#, python-format +msgid "Toggle Form Layout Outline" +msgstr "Schermweergave wisselen" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:421 +#, python-format +msgid "OpenERP.com" +msgstr "OpenERP.com" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:2317 +#, python-format +msgid "Can't send email to invalid e-mail address" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:636 +#, python-format +msgid "Add..." +msgstr "Toevoegen..." + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:405 +#, python-format +msgid "Preferences" +msgstr "Voorkeuren" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:436 +#, python-format +msgid "Wrong on change format: %s" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/controllers/main.py:750 +#: code:addons/web/static/src/xml/base.xml:185 +#, python-format +msgid "Drop Database" +msgstr "Database verwijderen" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:466 +#, python-format +msgid "Click here to change your user's timezone." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:966 +#, python-format +msgid "Modifiers:" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:627 +#, python-format +msgid "Delete this attachment" +msgstr "Deze bijlage verwijderen" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:774 +#: code:addons/web/static/src/xml/base.xml:815 +#: code:addons/web/static/src/xml/base.xml:1382 +#: code:addons/web/static/src/xml/base.xml:1612 +#, python-format +msgid "Save" +msgstr "Opslaan" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/views.js:999 +#: code:addons/web/static/src/xml/base.xml:352 +#, python-format +msgid "More" +msgstr "Meer" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:73 +#, python-format +msgid "Username" +msgstr "Gebruikersnaam" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:481 +#, python-format +msgid "Duplicating database" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:563 +#, python-format +msgid "Password has been changed successfully" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list_editable.js:788 +#, python-format +msgid "The form's data can not be discarded" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:533 +#, python-format +msgid "Debug View#" +msgstr "Foutopsporingsweergave" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:77 +#, python-format +msgid "Log in" +msgstr "Aanmelden" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:198 +#: code:addons/web/static/src/js/view_list.js:346 +#: code:addons/web/static/src/xml/base.xml:1764 +#, python-format +msgid "Delete" +msgstr "Verwijder" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/pyeval.js:769 +#, python-format +msgid "" +"Local evaluation failure\n" +"%s\n" +"\n" +"%s" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:350 +#, python-format +msgid "Invalid database name" +msgstr "Ongeldige databasenaam" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1693 +#, python-format +msgid "Save fields list" +msgstr "Export definitie opslaan" + +#. module: web +#. openerp-web +#: code:addons/web/doc/module/static/src/xml/web_example.xml:5 +#, python-format +msgid "Start" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/views.js:823 +#, python-format +msgid "View Log (%s)" +msgstr "Log bekijken (%s)" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:564 +#, python-format +msgid "Creation Date:" +msgstr "Creatiedatum:" + +#. module: web +#: code:addons/web/controllers/main.py:790 +#: code:addons/web/controllers/main.py:835 +#, python-format +msgid "Error, password not changed !" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:4850 +#, python-format +msgid "The selected file exceed the maximum file size of %s." +msgstr "" +"Het geselecteerde bestand overschrijdt de maximum toegelaten grootte van %s." + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:632 +#: code:addons/web/static/src/xml/base.xml:1300 +#, python-format +msgid "/web/binary/upload_attachment" +msgstr "/web/binary/upload_attachment" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:563 +#, python-format +msgid "Changed Password" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1431 +#, python-format +msgid "Search" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:3032 +#: code:addons/web/static/src/js/view_form.js:3668 +#: code:addons/web/static/src/js/view_form.js:3785 +#: code:addons/web/static/src/js/view_form.js:4230 +#: code:addons/web/static/src/js/view_form.js:4353 +#, python-format +msgid "Open: " +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:218 +#: code:addons/web/static/src/xml/base.xml:309 +#, python-format +msgid "Backup" +msgstr "Backup" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/dates.js:76 +#: code:addons/web/static/src/js/dates.js:80 +#, python-format +msgid "'%s' is not a valid time" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/formats.js:274 +#, python-format +msgid "'%s' is not a correct date" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:933 +#, python-format +msgid "(nolabel)" +msgstr "(geenlabel)" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/coresetup.js:606 +#, python-format +msgid "%d days ago" +msgstr "%d dagen geleden" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1474 +#, python-format +msgid "(Any existing filter with the same name will be replaced)" +msgstr "(Bestaande filters met dezelfde naam worden overschreven)" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:1918 +#: code:addons/web/static/src/xml/base.xml:338 +#: code:addons/web/static/src/xml/base.xml:1377 +#: code:addons/web/static/src/xml/base.xml:1860 +#, python-format +msgid "Cancel" +msgstr "Annuleren" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/coresetup.js:628 +#: code:addons/web/static/src/xml/base.xml:9 +#, python-format +msgid "Loading..." +msgstr "Laden..." + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:567 +#, python-format +msgid "Latest Modification by:" +msgstr "Laatst aangepast door:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:1242 +#: code:addons/web/static/src/xml/base.xml:470 +#, python-format +msgid "Timezone mismatch" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:1646 +#, python-format +msgid "Unknown operator %s in domain %s" +msgstr "Onbekende operator %s in domein %s" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:428 +#, python-format +msgid "%d / %d" +msgstr "%d / %d" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1782 +#, python-format +msgid "2. Check your file format" +msgstr "2. Controleer uw bestandsformaat" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1718 +#, python-format +msgid "Name" +msgstr "Naam" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1775 +#, python-format +msgid "" +"Select a .CSV file to import. If you need a sample of file to import,\n" +" you should use the export tool with the \"Import Compatible\" option." +msgstr "" +"Kies het te importeren .csv-bestand. Voor een voorbeeld van een " +"importbestand,\n" +" doet u het best een export met de optie \"Importcompatibel\"." + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/coresetup.js:608 +#, python-format +msgid "%d months ago" +msgstr "%d maanden geleden" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:187 +#: code:addons/web/static/src/xml/base.xml:308 +#, python-format +msgid "Drop" +msgstr "Drop" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1465 +#, python-format +msgid "Add Advanced Filter" +msgstr "" + +#. module: web +#: code:addons/web/controllers/main.py:828 +#, python-format +msgid "The new password and its confirmation must be identical." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:542 +#: code:addons/web/static/src/xml/base.xml:248 +#, python-format +msgid "Restore Database" +msgstr "Database terugzetten" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:644 +#, python-format +msgid "Login" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:420 +#, python-format +msgid "Licenced under the terms of" +msgstr "Gelicensieërd onder de voorwaarden van" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:250 +#: code:addons/web/static/src/xml/base.xml:310 +#, python-format +msgid "Restore" +msgstr "Restore" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1677 +#, python-format +msgid "Export Type:" +msgstr "Export Type:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:406 +#, python-format +msgid "Log out" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1090 +#, python-format +msgid "Group by: %s" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:153 +#, python-format +msgid "No data provided." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:345 +#: code:addons/web/static/src/xml/base.xml:1665 +#, python-format +msgid "Export" +msgstr "Exporteren" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/data_export.js:12 +#, python-format +msgid "Export To File" +msgstr "Naar bestand exporteren" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/views.js:1097 +#, python-format +msgid "You must choose at least one record." +msgstr "U moet minstens een record selecteren." + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/coresetup.js:631 +#, python-format +msgid "Don't leave yet,
    it's still loading..." +msgstr "Geef het nog niet op,
    nog steeds aan het laden..." + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:775 +#, python-format +msgid "Invalid Search" +msgstr "Ongeldige zoekopdracht" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:980 +#, python-format +msgid "Could not find id in dataset" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1707 +#, python-format +msgid "Remove All" +msgstr "Alles verwijderen" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1340 +#, python-format +msgid "Method:" +msgstr "Methode:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:1439 +#, python-format +msgid "%(page)d/%(page_count)d" +msgstr "%(page)d/%(page_count)d" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:397 +#, python-format +msgid "The confirmation does not match the password" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:441 +#, python-format +msgid "Edit Company data" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:4886 +#, python-format +msgid "Save As..." +msgstr "Opslaan als..." + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:5007 +#, python-format +msgid "Could not display the selected image." +msgstr "Kan de geselecteerde afbeelding niet tonen." + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:509 +#, python-format +msgid "Database backed up successfully" +msgstr "Databaseback-up geslaagd" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1808 +#, python-format +msgid "" +"For use if CSV files have titles on multiple lines, skips more than a single " +"line during import" +msgstr "" +"Wanneer een csv-bestand titels heeft op meerdere lijnen, sla dan meer dan " +"één lijn over bij het importeren." + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:394 +#, python-format +msgid "99+" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1774 +#, python-format +msgid "1. Import a .CSV file" +msgstr "1. Importeer een .CSV bestand" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:644 +#, python-format +msgid "No database selected !" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/formats.js:180 +#, python-format +msgid "(%d records)" +msgstr "(%d records)" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:970 +#, python-format +msgid "Change default:" +msgstr "Standaard wijzigen:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:171 +#, python-format +msgid "Original database name:" +msgstr "Oorspronkelijke databasenaam:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1869 +#: code:addons/web/static/src/js/search.js:1879 +#: code:addons/web/static/src/js/search.js:1913 +#: code:addons/web/static/src/js/search.js:1938 +#, python-format +msgid "is equal to" +msgstr "is gelijk aan" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/views.js:1500 +#, python-format +msgid "Could not serialize XML" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1619 +#, python-format +msgid "Advanced Search" +msgstr "Geavanceerd zoeken" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:290 +#, python-format +msgid "Confirm new master password:" +msgstr "Bevestig nieuw master wachtwoord:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/coresetup.js:634 +#, python-format +msgid "Maybe you should consider reloading the application by pressing F5..." +msgstr "Probeer de toepassing eens opnieuw te laden door op F5 te drukken..." + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:17 +#: code:addons/web/static/src/js/view_list.js:2248 +#: code:addons/web/static/src/xml/base.xml:111 +#: code:addons/web/static/src/xml/base.xml:306 +#: code:addons/web/static/src/xml/base.xml:812 +#: code:addons/web/static/src/xml/base.xml:1376 +#, python-format +msgid "Create" +msgstr "Creër" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1868 +#, python-format +msgid "doesn't contain" +msgstr "bevat niet" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1785 +#, python-format +msgid "Import Options" +msgstr "Import opties" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:2936 +#, python-format +msgid "Add %s" +msgstr "%s toevoegen" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:145 +#, python-format +msgid "Admin password:" +msgstr "Beheerder wachtwoord:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/data_export.js:11 +#: code:addons/web/static/src/js/view_form.js:1067 +#: code:addons/web/static/src/xml/base.xml:1394 +#, python-format +msgid "Close" +msgstr "Sluiten" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/coresetup.js:632 +#, python-format +msgid "" +"You may not believe it,
    but the application is actually loading..." +msgstr "" +"Je zou het haast niet geloven,
    maar de toepassing is wel degelijk aan " +"het laden..." + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1779 +#, python-format +msgid "CSV File:" +msgstr "CSV Bestand:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1741 +#, python-format +msgid "Advanced" +msgstr "Geavanceerd" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_tree.js:11 +#, python-format +msgid "Tree" +msgstr "Boomstructuur" + +#. module: web +#: code:addons/web/controllers/main.py:750 +#, python-format +msgid "Could not drop database !" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/formats.js:227 +#, python-format +msgid "'%s' is not a correct integer" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:877 +#, python-format +msgid "All users" +msgstr "Alle gebruikers" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:1654 +#, python-format +msgid "Unknown field %s in domain %s" +msgstr "Onbekend veld %s in domein %s" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/views.js:1466 +#, python-format +msgid "Node [%s] is not a JSONified XML node" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1428 +#, python-format +msgid "Advanced Search..." +msgstr "Geavanceerd zoeken..." + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:499 +#, python-format +msgid "Dropping database" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:82 +#: code:addons/web/static/src/xml/base.xml:445 +#, python-format +msgid "Powered by" +msgstr "Mogelijk gemaakt door" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1380 +#: code:addons/web/static/src/xml/base.xml:970 +#, python-format +msgid "Yes" +msgstr "Ja" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:4871 +#, python-format +msgid "There was a problem while uploading your file" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:558 +#, python-format +msgid "XML ID:" +msgstr "XML ID:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:954 +#, python-format +msgid "Size:" +msgstr "Grootte:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1824 +#, python-format +msgid "--- Don't Import ---" +msgstr "--- Niet importeren ---" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1679 +#, python-format +msgid "Import-Compatible Export" +msgstr "Importcompatibele export" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/coresetup.js:610 +#, python-format +msgid "%d years ago" +msgstr "%d jaar geleden" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:1040 +#, python-format +msgid "Unknown m2m command %s" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:1068 +#, python-format +msgid "Save default" +msgstr "Opslaan als standaard" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:121 +#: code:addons/web/static/src/xml/base.xml:175 +#: code:addons/web/static/src/xml/base.xml:264 +#, python-format +msgid "New database name:" +msgstr "Nieuwe database naam:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:394 +#, python-format +msgid "Please enter your new password" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:4886 +#, python-format +msgid "The field is empty, there's nothing to save !" +msgstr "Het veld is leeg. Er is niets om op te slaan." + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:545 +#, python-format +msgid "Manage Views" +msgstr "Weergaven beheren" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1801 +#, python-format +msgid "Encoding:" +msgstr "Encodering:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1808 +#, python-format +msgid "Lines to skip" +msgstr "Aantal lijnen overslaan" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:2858 +#, python-format +msgid "Create \"%s\"" +msgstr "Maken \"%s\"" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/data_export.js:361 +#, python-format +msgid "Please select fields to save export list..." +msgstr "Kies velden voor de lijst" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:418 +#, python-format +msgid "Copyright © 2004-TODAY OpenERP SA. All Rights Reserved." +msgstr "Copyright © 2004-VANDAAG OpenERP SA. All Rights Reserved." + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:2346 +#, python-format +msgid "This resource is empty" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1689 +#, python-format +msgid "Available fields" +msgstr "Beschikbare velden" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1835 +#, python-format +msgid "The import failed due to:" +msgstr "De import is niet gelukt omdat:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/views.js:812 +#: code:addons/web/static/src/xml/base.xml:539 +#, python-format +msgid "JS Tests" +msgstr "JS-testen" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1750 +#, python-format +msgid "Save as:" +msgstr "Opslaan als:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:927 +#, python-format +msgid "Filter on: %s" +msgstr "Filter op: %s" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:2904 +#: code:addons/web/static/src/js/view_form.js:3757 +#, python-format +msgid "Create: " +msgstr "Maken: " + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:540 +#, python-format +msgid "View Fields" +msgstr "Velden weergeven" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:330 +#, python-format +msgid "Confirm New Password:" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:575 +#, python-format +msgid "Do you really want to remove these records?" +msgstr "Weet u zeker dat u deze records wilt verwijderen?" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:958 +#, python-format +msgid "Context:" +msgstr "Context:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1933 +#: code:addons/web/static/src/js/search.js:1960 +#, python-format +msgid "is" +msgstr "is gelijk aan" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/data_export.js:6 +#, python-format +msgid "Export Data" +msgstr "Gegevens exporteren" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:962 +#, python-format +msgid "Domain:" +msgstr "Domein:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:834 +#, python-format +msgid "Default:" +msgstr "Standaard:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:82 +#: code:addons/web/static/src/xml/base.xml:446 +#, python-format +msgid "OpenERP" +msgstr "OpenERP" + +#. module: web +#. openerp-web +#: code:addons/web/doc/module/static/src/xml/web_example.xml:8 +#, python-format +msgid "Stop" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:68 +#: code:addons/web/static/src/xml/base.xml:193 +#: code:addons/web/static/src/xml/base.xml:225 +#, python-format +msgid "Database:" +msgstr "Database:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1183 +#: code:addons/web/static/src/xml/base.xml:1240 +#, python-format +msgid "Uploading ..." +msgstr "Uploaden ..." + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1853 +#, python-format +msgid "Name:" +msgstr "Naam:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:1058 +#, python-format +msgid "About" +msgstr "Info" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1431 +#, python-format +msgid "Search Again" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1455 +#, python-format +msgid "-- Filters --" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1230 +#: code:addons/web/static/src/xml/base.xml:1232 +#, python-format +msgid "Clear" +msgstr "Leegmaken" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1680 +#, python-format +msgid "Export all Data" +msgstr "Alles exporteren" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:1334 +#, python-format +msgid "" +"Grouping on field '%s' is not possible because that field does not appear in " +"the list view." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:537 +#, python-format +msgid "Set Defaults" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1670 +#, python-format +msgid "" +"This wizard will export all data that matches the current search criteria to " +"a CSV file.\n" +" You can export all data or only the fields that can be " +"reimported after modification." +msgstr "" +"Deze assistent exporteert alle gegevens die aan de huidige zoekcriteria " +"voldoen, naar een csv-bestand.\n" +" U kunt alle gegevens exporteren of alleen de velden die na " +"wijziging opnieuw kunnen worden geïmporteerd." + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:321 +#, python-format +msgid "The record could not be found in the database." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1472 +#, python-format +msgid "Filter Name:" +msgstr "Filternaam:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:946 +#, python-format +msgid "Type:" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:538 +#, python-format +msgid "Incorrect super-administrator password" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:942 +#, python-format +msgid "Object:" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:292 +#: code:addons/web/static/src/js/chrome.js:326 +#, python-format +msgid "Loading" +msgstr "Bezig met laden" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/coresetup.js:609 +#, python-format +msgid "about a year ago" +msgstr "ongeveer 1 jaar geleden" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1870 +#: code:addons/web/static/src/js/search.js:1880 +#: code:addons/web/static/src/js/search.js:1914 +#: code:addons/web/static/src/js/search.js:1939 +#, python-format +msgid "is not equal to" +msgstr "is niet gelijk aan" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:5036 +#, python-format +msgid "" +"The type of the field '%s' must be a many2many field with a relation to " +"'ir.attachment' model." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/coresetup.js:604 +#, python-format +msgid "%d hours ago" +msgstr "%d uur geleden" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:4206 +#: code:addons/web/static/src/js/view_form.js:4335 +#, python-format +msgid "Add: " +msgstr "Toevoegen: " + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1858 +#, python-format +msgid "Quick Add" +msgstr "Snel toevoegen" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1805 +#, python-format +msgid "Latin 1" +msgstr "Latin 1" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:260 +#: code:addons/web/static/src/js/chrome.js:269 +#: code:addons/web/static/src/js/chrome.js:449 +#: code:addons/web/static/src/js/chrome.js:792 +#: code:addons/web/static/src/js/view_form.js:572 +#: code:addons/web/static/src/js/view_form.js:1923 +#: code:addons/web/static/src/xml/base.xml:1752 +#, python-format +msgid "Ok" +msgstr "OK" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/views.js:1162 +#, python-format +msgid "Uploading..." +msgstr "Bezig met uploaden..." + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:125 +#, python-format +msgid "Load Demonstration data:" +msgstr "Demonstratie data laden:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:615 +#, python-format +msgid "Created by :" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/dates.js:22 +#: code:addons/web/static/src/js/dates.js:26 +#, python-format +msgid "'%s' is not a valid datetime" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:256 +#, python-format +msgid "File:" +msgstr "Bestand:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1882 +#: code:addons/web/static/src/js/search.js:1916 +#: code:addons/web/static/src/js/search.js:1941 +#, python-format +msgid "less than" +msgstr "is kleiner dan" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:687 +#: code:addons/web/static/src/js/views.js:1097 +#, python-format +msgid "Warning" +msgstr "Waarschuwing" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:547 +#, python-format +msgid "Edit SearchView" +msgstr "Zoekweergave bewerken" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1975 +#, python-format +msgid "is true" +msgstr "is waar" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:3909 +#, python-format +msgid "Add an item" +msgstr "Item toevoegen" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1603 +#, python-format +msgid "Save current filter" +msgstr "Huidig filter opslaan" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:1915 +#, python-format +msgid "Confirm" +msgstr "Bevestigen" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/data_export.js:126 +#, python-format +msgid "Please enter save field list name" +msgstr "Geef eerst de naam van de lijst" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:2206 +#, python-format +msgid "Download \"%s\"" +msgstr "Download \"%s\"" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:326 +#, python-format +msgid "New" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:1767 +#, python-format +msgid "Can't convert value %s to context" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/views.js:807 +#: code:addons/web/static/src/xml/base.xml:541 +#, python-format +msgid "Fields View Get" +msgstr "Veldweergave" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:149 +#, python-format +msgid "Confirm password:" +msgstr "Bevestig wachtwoord:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1883 +#: code:addons/web/static/src/js/search.js:1917 +#: code:addons/web/static/src/js/search.js:1942 +#, python-format +msgid "greater or equal than" +msgstr "is groter of gelijk aan" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1321 +#, python-format +msgid "Button" +msgstr "Knop" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:418 +#, python-format +msgid "OpenERP is a trademark of the" +msgstr "OpenERP is een handelsmerk van" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/data_export.js:374 +#, python-format +msgid "Please select fields to export..." +msgstr "Kies te exporteren velden" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:286 +#, python-format +msgid "New master password:" +msgstr "Nieuw master wachtwoord:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1976 +#, python-format +msgid "is false" +msgstr "is onwaar" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:404 +#, python-format +msgid "About OpenERP" +msgstr "Over OpenERP" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/formats.js:297 +#, python-format +msgid "'%s' is not a correct date, datetime nor time" +msgstr "" + +#. module: web +#: code:addons/web/controllers/main.py:1264 +#, python-format +msgid "No content found for field '%s' on '%s:%s'" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:304 +#, python-format +msgid "Database Management" +msgstr "Databasebeheer" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:5007 +#, python-format +msgid "Image" +msgstr "Afbeelding" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:81 +#, python-format +msgid "Manage Databases" +msgstr "Beheer databases" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/pyeval.js:765 +#, python-format +msgid "Evaluation Error" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1283 +#, python-format +msgid "not a valid integer" +msgstr "geen geldig geheel getal" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:337 +#: code:addons/web/static/src/xml/base.xml:776 +#: code:addons/web/static/src/xml/base.xml:816 +#: code:addons/web/static/src/xml/base.xml:1376 +#: code:addons/web/static/src/xml/base.xml:1384 +#: code:addons/web/static/src/xml/base.xml:1630 +#, python-format +msgid "or" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1381 +#, python-format +msgid "No" +msgstr "Nee" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/formats.js:309 +#, python-format +msgid "'%s' is not convertible to date, datetime nor time" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:199 +#: code:addons/web/static/src/xml/base.xml:161 +#: code:addons/web/static/src/xml/base.xml:307 +#, python-format +msgid "Duplicate" +msgstr "Dupliceer" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:777 +#: code:addons/web/static/src/xml/base.xml:817 +#: code:addons/web/static/src/xml/base.xml:1391 +#, python-format +msgid "Discard" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1624 +#, python-format +msgid "Add a condition" +msgstr "Voorwaarde toevoegen" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/coresetup.js:629 +#, python-format +msgid "Still loading..." +msgstr "Nog steeds aan het laden..." + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:818 +#, python-format +msgid "Incorrect value for field %(fieldname)s: [%(value)s] is %(message)s" +msgstr "Onjuiste waarde voor veld %(fieldname)s: [%(value)s] is %(message)s" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:3805 +#, python-format +msgid "The o2m record must be saved before an action can be used" +msgstr "" +"Het O2M-record dient te worden opgeslagen, voordat een actie kan worden " +"gebruikt." + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:509 +#, python-format +msgid "Backed" +msgstr "Back-up klaar" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1610 +#, python-format +msgid "Use by default" +msgstr "Als standaard gebruiken" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:1348 +#, python-format +msgid "%s (%d)" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:775 +#, python-format +msgid "triggered from search view" +msgstr "geactiveerd door zoekweergave" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:978 +#, python-format +msgid "Filter" +msgstr "Filter" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:950 +#, python-format +msgid "Widget:" +msgstr "Widget:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:548 +#, python-format +msgid "Edit Action" +msgstr "Actie bewerken" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:555 +#, python-format +msgid "ID:" +msgstr "ID:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:870 +#, python-format +msgid "Only you" +msgstr "Alleen u" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:549 +#, python-format +msgid "Edit Workflow" +msgstr "Workflow bewerken" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/views.js:1171 +#, python-format +msgid "Do you really want to delete this attachment ?" +msgstr "Weet u zeker dat u deze bijlage wilt verwijderen?" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/views.js:840 +#, python-format +msgid "Technical Translation" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:938 +#, python-format +msgid "Field:" +msgstr "Veld:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:620 +#, python-format +msgid "Modified by :" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:499 +#, python-format +msgid "The database %s has been dropped" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:460 +#, python-format +msgid "User's timezone" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:284 +#: code:addons/web/static/src/js/chrome.js:1168 +#, python-format +msgid "Client Error" +msgstr "Clientfout" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/views.js:998 +#, python-format +msgid "Print" +msgstr "Afdrukken" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1331 +#, python-format +msgid "Special:" +msgstr "Speciaal:" + +#. module: web +#: code:addons/web/controllers/main.py:834 +#, python-format +msgid "" +"The old password you provided is incorrect, your password was not changed." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:561 +#, python-format +msgid "Creation User:" +msgstr "Maker:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:769 +#, python-format +msgid "Do you really want to delete this record?" +msgstr "Wilt u dit record echt verwijderen?" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1385 +#, python-format +msgid "Save & Close" +msgstr "Opslaan & Sluiten" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:2845 +#, python-format +msgid "Search More..." +msgstr "Verder zoeken..." + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:75 +#: code:addons/web/static/src/xml/base.xml:311 +#, python-format +msgid "Password" +msgstr "Wachtwoord" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:546 +#: code:addons/web/static/src/xml/base.xml:809 +#: code:addons/web/static/src/xml/base.xml:1178 +#, python-format +msgid "Edit" +msgstr "Bewerken" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1706 +#, python-format +msgid "Remove" +msgstr "Verwijderen" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1062 +#, python-format +msgid "Select date" +msgstr "Datum selecteren" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1249 +#, python-format +msgid "Search %(field)s for: %(value)s" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1277 +#, python-format +msgid "Delete this file" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:109 +#, python-format +msgid "Create Database" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:420 +#, python-format +msgid "GNU Affero General Public License" +msgstr "GNU Affero General Public License" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1795 +#, python-format +msgid "Separator:" +msgstr "Scheidingsteken" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:300 +#, python-format +msgid "Back to Login" +msgstr "Terug naar aanmelding" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1662 +#: code:addons/web/static/src/xml/base.xml:1454 +#, python-format +msgid "Filters" +msgstr "" diff --git a/web/i18n/pl.po b/web/i18n/pl.po new file mode 100644 index 0000000..fafcc2c --- /dev/null +++ b/web/i18n/pl.po @@ -0,0 +1,2619 @@ +# Polish translation for openerp-web +# Copyright (c) 2011 Rosetta Contributors and Canonical Ltd 2011 +# This file is distributed under the same license as the openerp-web package. +# FIRST AUTHOR , 2011. +# +msgid "" +msgstr "" +"Project-Id-Version: openerp-web\n" +"Report-Msgid-Bugs-To: FULL NAME \n" +"POT-Creation-Date: 2012-12-21 17:06+0000\n" +"PO-Revision-Date: 2012-12-30 20:11+0000\n" +"Last-Translator: Rafał Perczyński \n" +"Language-Team: Polish \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Launchpad-Export-Date: 2012-12-31 05:16+0000\n" +"X-Generator: Launchpad (build 16378)\n" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:133 +#, python-format +msgid "Default language:" +msgstr "Domyślny język:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/coresetup.js:602 +#, python-format +msgid "%d minutes ago" +msgstr "%d minut temu" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/coresetup.js:630 +#, python-format +msgid "Still loading...
    Please be patient." +msgstr "Trwa pobieranie...
    Bądź cierpliwy." + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1832 +#, python-format +msgid "%(field)s %(operator)s \"%(value)s\"" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1884 +#: code:addons/web/static/src/js/search.js:1918 +#: code:addons/web/static/src/js/search.js:1943 +#, python-format +msgid "less or equal than" +msgstr "równe lub mniejsze niż" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:393 +#, python-format +msgid "Please enter your previous password" +msgstr "Wpisz twoje poprzednie hasło" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:117 +#: code:addons/web/static/src/xml/base.xml:167 +#: code:addons/web/static/src/xml/base.xml:282 +#, python-format +msgid "Master password:" +msgstr "Hasło nadrzędne" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:274 +#, python-format +msgid "Change Master Password" +msgstr "Zmień Hasło Główne" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:491 +#, python-format +msgid "Do you really want to delete the database: %s ?" +msgstr "Jesteś pewny że chcesz usunąć bazę danych: %s ?" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1398 +#, python-format +msgid "Search %(field)s at: %(value)s" +msgstr "Szukanie %(field)s z: %(value)s" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:537 +#, python-format +msgid "Access Denied" +msgstr "Odmowa dostępu" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:5183 +#, python-format +msgid "Uploading error" +msgstr "Błąd uploadu" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/coresetup.js:603 +#, python-format +msgid "about an hour ago" +msgstr "około godziny temu" + +#. module: web +#. openerp-web +#: code:addons/web/controllers/main.py:768 +#: code:addons/web/static/src/js/chrome.js:514 +#: code:addons/web/static/src/xml/base.xml:216 +#, python-format +msgid "Backup Database" +msgstr "Kopia zapasowa bazy danych" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/views.js:463 +#, python-format +msgid "%(view_type)s view" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/dates.js:49 +#: code:addons/web/static/src/js/dates.js:53 +#, python-format +msgid "'%s' is not a valid date" +msgstr "'%s' nie jest poprawną datą" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1837 +#, python-format +msgid "Here is a preview of the file we could not import:" +msgstr "Oto podgląd pliku, którego nie można zaimportować:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/coresetup.js:601 +#, python-format +msgid "about a minute ago" +msgstr "około minuty temu" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1297 +#, python-format +msgid "File" +msgstr "Plik" + +#. module: web +#: code:addons/web/controllers/main.py:826 +#, python-format +msgid "You cannot leave any password empty." +msgstr "hasło nie może być puste" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:680 +#, python-format +msgid "Invalid username or password" +msgstr "Nieprawidłowa nazwa użytkownika lub hasło" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:206 +#: code:addons/web/static/src/xml/base.xml:238 +#: code:addons/web/static/src/xml/base.xml:260 +#, python-format +msgid "Master Password:" +msgstr "Hasło nadrzędne:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1217 +#: code:addons/web/static/src/xml/base.xml:1374 +#, python-format +msgid "Select" +msgstr "Wybierz" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:549 +#, python-format +msgid "Database restored successfully" +msgstr "Baza odtworzona poprawnie" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:415 +#, python-format +msgid "Version" +msgstr "Wersja" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:570 +#, python-format +msgid "Latest Modification Date:" +msgstr "Data ostatniej modyfikacji:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1459 +#, python-format +msgid "M2O search fields do not currently handle multiple default values" +msgstr "" +"Wyszukiwanie pól M2O nie obsługuje obecnie wielokrotnych wartości domyślnych." + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:1227 +#, python-format +msgid "Widget type '%s' is not implemented" +msgstr "Kontrolka typu '%s' jest niezaimplementowana" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1608 +#, python-format +msgid "Share with all users" +msgstr "Współdziel z wszystkimi użytkownikami" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:77 +#: code:addons/web/static/src/js/view_form.js:321 +#, python-format +msgid "Form" +msgstr "Formularz" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1324 +#, python-format +msgid "(no string)" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/formats.js:282 +#, python-format +msgid "'%s' is not a correct time" +msgstr "'%s' nie jest poprawnym czasem" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1297 +#, python-format +msgid "not a valid number" +msgstr "niedozwolona liczba" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:325 +#, python-format +msgid "New Password:" +msgstr "Nowe hasło:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:610 +#, python-format +msgid "Attachment :" +msgstr "Załącznik:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1691 +#, python-format +msgid "Fields to export" +msgstr "Pola do eksportu" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:1340 +#, python-format +msgid "Undefined" +msgstr "Niezdefiniowany" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:4871 +#, python-format +msgid "File Upload" +msgstr "Wyślij plik" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/coresetup.js:607 +#, python-format +msgid "about a month ago" +msgstr "około miesiąca temu" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1600 +#, python-format +msgid "Custom Filters" +msgstr "Własne filtry" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1336 +#, python-format +msgid "Button Type:" +msgstr "Typ przycisku:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:419 +#, python-format +msgid "OpenERP SA Company" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1553 +#, python-format +msgid "Custom Filter" +msgstr "Własny filtr" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:159 +#, python-format +msgid "Duplicate Database" +msgstr "Duplikuj bazę danych" + +#. module: web +#. openerp-web +#: code:addons/web/controllers/main.py:789 +#: code:addons/web/controllers/main.py:790 +#: code:addons/web/controllers/main.py:826 +#: code:addons/web/controllers/main.py:828 +#: code:addons/web/controllers/main.py:834 +#: code:addons/web/controllers/main.py:835 +#: code:addons/web/static/src/js/chrome.js:768 +#: code:addons/web/static/src/xml/base.xml:276 +#: code:addons/web/static/src/xml/base.xml:336 +#, python-format +msgid "Change Password" +msgstr "Zmień hasło" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:3411 +#, python-format +msgid "View type '%s' is not supported in One2Many." +msgstr "Typ widoku '%s' jest nieobsługiwany w One2Many." + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:4951 +#: code:addons/web/static/src/js/view_list.js:2194 +#, python-format +msgid "Download" +msgstr "Pobierz" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/formats.js:266 +#, python-format +msgid "'%s' is not a correct datetime" +msgstr "'%s' nie jest poprawną datą" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:417 +#, python-format +msgid "Group" +msgstr "Grupa" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:927 +#, python-format +msgid "Unhandled widget" +msgstr "Nieobsługiwana kontrolka" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:982 +#, python-format +msgid "Selection:" +msgstr "Wybór:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:871 +#, python-format +msgid "The following fields are invalid:" +msgstr "Nastęþujące pola sa niepoprawne:" + +#. module: web +#: code:addons/web/controllers/main.py:847 +#, python-format +msgid "Languages" +msgstr "Języki" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1270 +#, python-format +msgid "...Upload in progress..." +msgstr "...Wysyłanie..." + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1768 +#, python-format +msgid "Import" +msgstr "Importuj" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:543 +#, python-format +msgid "Could not restore the database" +msgstr "Nie można odtworzyć bazy danych" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:4851 +#, python-format +msgid "File upload" +msgstr "Wysyłanie pliku" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:3804 +#, python-format +msgid "Action Button" +msgstr "Przycisk akcji" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:542 +#: code:addons/web/static/src/xml/base.xml:1467 +#, python-format +msgid "Manage Filters" +msgstr "Zarządzaj filtrami" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1867 +#, python-format +msgid "contains" +msgstr "zawiera" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/coresetup.js:633 +#, python-format +msgid "Take a minute to get a coffee,
    because it's loading..." +msgstr "Przerwa na kawÄ™,
    pobieranie potrwa..." + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:413 +#, python-format +msgid "Activate the developer mode" +msgstr "Aktywuj tryb deweloperski" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:324 +#, python-format +msgid "Loading (%d)" +msgstr "Pobieram (%d)" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1114 +#, python-format +msgid "GroupBy" +msgstr "Grupuj wg" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:687 +#, python-format +msgid "You must select at least one record." +msgstr "Musisz wybrać co najmniej jeden rekord." + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:535 +#, python-format +msgid "View Log (perm_read)" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:1061 +#, python-format +msgid "Set Default" +msgstr "Ustaw jako domyślny" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:978 +#, python-format +msgid "Relation:" +msgstr "Powiązania:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/coresetup.js:600 +#, python-format +msgid "less than a minute ago" +msgstr "mniej niż minutę temu" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:851 +#, python-format +msgid "Condition:" +msgstr "Warunek:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:1692 +#, python-format +msgid "Unsupported operator %s in domain %s" +msgstr "Nieobsługiwany operator %s w domenie %s" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/formats.js:242 +#, python-format +msgid "'%s' is not a correct float" +msgstr "'%s' nie jest poprawną liczbą zmiennoprzecinkową (float)" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:549 +#, python-format +msgid "Restored" +msgstr "Odtworzone" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:394 +#, python-format +msgid "%d-%d of %d" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:2868 +#, python-format +msgid "Create and Edit..." +msgstr "Utwórz i Edytuj..." + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/pyeval.js:731 +#, python-format +msgid "Unknown nonliteral type " +msgstr "Nieznany typ nonliteral " + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:2346 +#, python-format +msgid "Resource error" +msgstr "Błąd zasobów" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1961 +#, python-format +msgid "is not" +msgstr "nie jest" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:550 +#, python-format +msgid "Print Workflow" +msgstr "Drukuj obieg" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:396 +#, python-format +msgid "Please confirm your new password" +msgstr "Potwierdź nowe hasło" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1804 +#, python-format +msgid "UTF-8" +msgstr "UTF-8" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:421 +#, python-format +msgid "For more information visit" +msgstr "Więcej informacji na" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1859 +#, python-format +msgid "Add All Info..." +msgstr "Dodaj info..." + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1683 +#, python-format +msgid "Export Formats" +msgstr "Format eksportu" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:974 +#, python-format +msgid "On change:" +msgstr "Przy zmianie:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/views.js:865 +#, python-format +msgid "Model %s fields" +msgstr "Pola modelu %s" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:893 +#, python-format +msgid "Setting 'id' attribute on existing record %s" +msgstr "Ustawianie atrybutu 'id' na istniejącym rekordzie %s" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:8 +#, python-format +msgid "List" +msgstr "Lista" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1881 +#: code:addons/web/static/src/js/search.js:1915 +#: code:addons/web/static/src/js/search.js:1940 +#, python-format +msgid "greater than" +msgstr "większe niż" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:2248 +#: code:addons/web/static/src/xml/base.xml:546 +#, python-format +msgid "View" +msgstr "Widok" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1466 +#, python-format +msgid "Save Filter" +msgstr "Zapisz filtr" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1344 +#, python-format +msgid "Action ID:" +msgstr "ID akcji:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:457 +#, python-format +msgid "Your user's preference timezone does not match your browser timezone:" +msgstr "" +"Twoja preferencyjna strefa czasowa nie odpowiada strefie przeglądarki:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:1223 +#, python-format +msgid "Field '%s' specified in view could not be found." +msgstr "Pole '%s' podane w widoku nie może być odnalezione." + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1756 +#, python-format +msgid "Saved exports:" +msgstr "Zapisane eksporty" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:320 +#, python-format +msgid "Old Password:" +msgstr "Poprzednie hasło:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/formats.js:113 +#, python-format +msgid "Bytes,Kb,Mb,Gb,Tb,Pb,Eb,Zb,Yb" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:481 +#, python-format +msgid "The database has been duplicated." +msgstr "Baza została zduplikowana" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1625 +#, python-format +msgid "Apply" +msgstr "Zastosuj" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1386 +#, python-format +msgid "Save & New" +msgstr "Zapisz i nowy" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1223 +#: code:addons/web/static/src/xml/base.xml:1225 +#, python-format +msgid "Save As" +msgstr "Zapisz jako" + +#. module: web +#. openerp-web +#: code:addons/web/doc/module/static/src/xml/web_example.xml:3 +#, python-format +msgid "00:00:00" +msgstr "00:00:00" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:2317 +#, python-format +msgid "E-mail error" +msgstr "Błąd email" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/coresetup.js:605 +#, python-format +msgid "a day ago" +msgstr "dzień temu" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1789 +#, python-format +msgid "Does your file have titles?" +msgstr "Czy plik zawiera nazwy pól?" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:327 +#, python-format +msgid "Unlimited" +msgstr "Bez ograniczeń" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:784 +#, python-format +msgid "" +"Warning, the record has been modified, your changes will be discarded.\n" +"\n" +"Are you sure you want to leave this page ?" +msgstr "" +"Uwaga rekord został zmodyfikowany. Twoje zmiany zostaną utracone.\n" +"\n" +"Na pewno chcesz opuścić tę stronę ?" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:2904 +#, python-format +msgid "Search: " +msgstr "Szukaj: " + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:544 +#, python-format +msgid "Technical translation" +msgstr "Tłumaczenie techniczne" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1797 +#, python-format +msgid "Delimiter:" +msgstr "Znak dziesiętny:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:462 +#, python-format +msgid "Browser's timezone" +msgstr "Strefa czasowa przeglądarki" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1605 +#, python-format +msgid "Filter name" +msgstr "Nazwa filtru" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1464 +#, python-format +msgid "-- Actions --" +msgstr "-- Akcje --" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:4134 +#: code:addons/web/static/src/js/view_form.js:4294 +#: code:addons/web/static/src/xml/base.xml:1407 +#: code:addons/web/static/src/xml/base.xml:1705 +#, python-format +msgid "Add" +msgstr "Dodaj" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:536 +#, python-format +msgid "Toggle Form Layout Outline" +msgstr "Przełącz układ formularza" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:421 +#, python-format +msgid "OpenERP.com" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:2317 +#, python-format +msgid "Can't send email to invalid e-mail address" +msgstr "Nie można wysłac maila do niepoprawnego adresu" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:636 +#, python-format +msgid "Add..." +msgstr "Dodaj..." + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:405 +#, python-format +msgid "Preferences" +msgstr "Preferencje" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:436 +#, python-format +msgid "Wrong on change format: %s" +msgstr "Błędny format 'on change': %s" + +#. module: web +#. openerp-web +#: code:addons/web/controllers/main.py:750 +#: code:addons/web/static/src/xml/base.xml:185 +#, python-format +msgid "Drop Database" +msgstr "Usuń bazę danych" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:466 +#, python-format +msgid "Click here to change your user's timezone." +msgstr "Kliknij, aby zmienić strefę czasową użytkownika" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:966 +#, python-format +msgid "Modifiers:" +msgstr "Modyfikatorzy:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:627 +#, python-format +msgid "Delete this attachment" +msgstr "Usuń ten załącznik" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:774 +#: code:addons/web/static/src/xml/base.xml:815 +#: code:addons/web/static/src/xml/base.xml:1382 +#: code:addons/web/static/src/xml/base.xml:1612 +#, python-format +msgid "Save" +msgstr "Zapisz" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/views.js:999 +#: code:addons/web/static/src/xml/base.xml:352 +#, python-format +msgid "More" +msgstr "Więcej" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:73 +#, python-format +msgid "Username" +msgstr "Nazwa użytkownika" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:481 +#, python-format +msgid "Duplicating database" +msgstr "Duplikowanie bazy danych" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:563 +#, python-format +msgid "Password has been changed successfully" +msgstr "Hasło zostało zmienione" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list_editable.js:788 +#, python-format +msgid "The form's data can not be discarded" +msgstr "Dane formularza nie mogą być usunięte" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:533 +#, python-format +msgid "Debug View#" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:77 +#, python-format +msgid "Log in" +msgstr "Zaloguj" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:198 +#: code:addons/web/static/src/js/view_list.js:346 +#: code:addons/web/static/src/xml/base.xml:1764 +#, python-format +msgid "Delete" +msgstr "Usuń" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/pyeval.js:769 +#, python-format +msgid "" +"Local evaluation failure\n" +"%s\n" +"\n" +"%s" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:350 +#, python-format +msgid "Invalid database name" +msgstr "Niedozwolona nazwa bazy" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1693 +#, python-format +msgid "Save fields list" +msgstr "Zapisz listę pól" + +#. module: web +#. openerp-web +#: code:addons/web/doc/module/static/src/xml/web_example.xml:5 +#, python-format +msgid "Start" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/views.js:823 +#, python-format +msgid "View Log (%s)" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:564 +#, python-format +msgid "Creation Date:" +msgstr "Data utworzenia:" + +#. module: web +#: code:addons/web/controllers/main.py:790 +#: code:addons/web/controllers/main.py:835 +#, python-format +msgid "Error, password not changed !" +msgstr "Błąd, hasło niezmienione !" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:4850 +#, python-format +msgid "The selected file exceed the maximum file size of %s." +msgstr "Wybrany plik przekracza maksymalny rozmiar %s." + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:632 +#: code:addons/web/static/src/xml/base.xml:1300 +#, python-format +msgid "/web/binary/upload_attachment" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:563 +#, python-format +msgid "Changed Password" +msgstr "Zmienione hasło" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1431 +#, python-format +msgid "Search" +msgstr "Szukanie" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:3032 +#: code:addons/web/static/src/js/view_form.js:3668 +#: code:addons/web/static/src/js/view_form.js:3785 +#: code:addons/web/static/src/js/view_form.js:4230 +#: code:addons/web/static/src/js/view_form.js:4353 +#, python-format +msgid "Open: " +msgstr "Otwarte: " + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:218 +#: code:addons/web/static/src/xml/base.xml:309 +#, python-format +msgid "Backup" +msgstr "Kopia zapasowa bazy danych" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/dates.js:76 +#: code:addons/web/static/src/js/dates.js:80 +#, python-format +msgid "'%s' is not a valid time" +msgstr "\"%s\" nie jest poprawnym czasem" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/formats.js:274 +#, python-format +msgid "'%s' is not a correct date" +msgstr "'%s' nie jest poprawną datą" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:933 +#, python-format +msgid "(nolabel)" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/coresetup.js:606 +#, python-format +msgid "%d days ago" +msgstr "%d dni temu" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1474 +#, python-format +msgid "(Any existing filter with the same name will be replaced)" +msgstr "(Każdy filtr o tej samej nazwie zostanie zamazany)" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:1918 +#: code:addons/web/static/src/xml/base.xml:338 +#: code:addons/web/static/src/xml/base.xml:1377 +#: code:addons/web/static/src/xml/base.xml:1860 +#, python-format +msgid "Cancel" +msgstr "Anuluj" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/coresetup.js:628 +#: code:addons/web/static/src/xml/base.xml:9 +#, python-format +msgid "Loading..." +msgstr "Pobieranie..." + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:567 +#, python-format +msgid "Latest Modification by:" +msgstr "Ostatnio modyfikowano przez:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:1242 +#: code:addons/web/static/src/xml/base.xml:470 +#, python-format +msgid "Timezone mismatch" +msgstr "Niezgodność stref czasowych" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:1646 +#, python-format +msgid "Unknown operator %s in domain %s" +msgstr "Nieznany operator %s w domenie %s" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:428 +#, python-format +msgid "%d / %d" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1782 +#, python-format +msgid "2. Check your file format" +msgstr "2. Sprawdź format pliku" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1718 +#, python-format +msgid "Name" +msgstr "Nazwa" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1775 +#, python-format +msgid "" +"Select a .CSV file to import. If you need a sample of file to import,\n" +" you should use the export tool with the \"Import Compatible\" option." +msgstr "" +"Wybierz plik .CSV do importu. Jeśli chcesz zobaczyć przykład pliku do " +"importu,\n" +" powinieneś wyeksportować dane z opcją \"Kompatybilne z importem\"." + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/coresetup.js:608 +#, python-format +msgid "%d months ago" +msgstr "%d miesięcy temu" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:187 +#: code:addons/web/static/src/xml/base.xml:308 +#, python-format +msgid "Drop" +msgstr "Usuń bazę danych" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1465 +#, python-format +msgid "Add Advanced Filter" +msgstr "Dodaj filtr" + +#. module: web +#: code:addons/web/controllers/main.py:828 +#, python-format +msgid "The new password and its confirmation must be identical." +msgstr "Nowe hasło i jego potwierdzenie muszą być jednakowe." + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:542 +#: code:addons/web/static/src/xml/base.xml:248 +#, python-format +msgid "Restore Database" +msgstr "Odtwórz danych" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:644 +#, python-format +msgid "Login" +msgstr "Logowanie" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:420 +#, python-format +msgid "Licenced under the terms of" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:250 +#: code:addons/web/static/src/xml/base.xml:310 +#, python-format +msgid "Restore" +msgstr "Odtwórz bazę danych" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1677 +#, python-format +msgid "Export Type:" +msgstr "Typ eksportu:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:406 +#, python-format +msgid "Log out" +msgstr "Wyloguj" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1090 +#, python-format +msgid "Group by: %s" +msgstr "Grupuj wg: %s" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:153 +#, python-format +msgid "No data provided." +msgstr "Nie dostarczono danych" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:345 +#: code:addons/web/static/src/xml/base.xml:1665 +#, python-format +msgid "Export" +msgstr "Eksportuj" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/data_export.js:12 +#, python-format +msgid "Export To File" +msgstr "Eksport do pliku" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/views.js:1097 +#, python-format +msgid "You must choose at least one record." +msgstr "Musisz wybrać co najmniej jeden rekord." + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/coresetup.js:631 +#, python-format +msgid "Don't leave yet,
    it's still loading..." +msgstr "Nie wychodĹş jeszcze,
    ciągle pobieram..." + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:775 +#, python-format +msgid "Invalid Search" +msgstr "Niedozwolone wyszukiwanie" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:980 +#, python-format +msgid "Could not find id in dataset" +msgstr "Nie można znaleźć id w danych" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1707 +#, python-format +msgid "Remove All" +msgstr "Usuń wszystko" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1340 +#, python-format +msgid "Method:" +msgstr "Metoda:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:1439 +#, python-format +msgid "%(page)d/%(page_count)d" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:397 +#, python-format +msgid "The confirmation does not match the password" +msgstr "Hasła się nie zgadzają" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:441 +#, python-format +msgid "Edit Company data" +msgstr "Zmień dane Firmy" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:4886 +#, python-format +msgid "Save As..." +msgstr "Zapisz jako..." + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:5007 +#, python-format +msgid "Could not display the selected image." +msgstr "Nie można wyświetlić wybranego obrazka." + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:509 +#, python-format +msgid "Database backed up successfully" +msgstr "Baza zapisana poprawnie" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1808 +#, python-format +msgid "" +"For use if CSV files have titles on multiple lines, skips more than a single " +"line during import" +msgstr "" +"Do zastosowania, jeśli plik CSV zawiera więcej wierszy tytułów. Pomija " +"więcej niż tylko pierwszy wiersz przy imporcie." + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:394 +#, python-format +msgid "99+" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1774 +#, python-format +msgid "1. Import a .CSV file" +msgstr "1. Importuj plik .CSV" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:644 +#, python-format +msgid "No database selected !" +msgstr "Nie wybrano bazy !" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/formats.js:180 +#, python-format +msgid "(%d records)" +msgstr "(%d rekordów)" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:970 +#, python-format +msgid "Change default:" +msgstr "Zmień domyślne:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:171 +#, python-format +msgid "Original database name:" +msgstr "Oryginalna nazwa bazy:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1869 +#: code:addons/web/static/src/js/search.js:1879 +#: code:addons/web/static/src/js/search.js:1913 +#: code:addons/web/static/src/js/search.js:1938 +#, python-format +msgid "is equal to" +msgstr "jest równe" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/views.js:1500 +#, python-format +msgid "Could not serialize XML" +msgstr "Nie mozna serializować XML" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1619 +#, python-format +msgid "Advanced Search" +msgstr "Wyszukiwanie zaawansowane" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:290 +#, python-format +msgid "Confirm new master password:" +msgstr "Potwierdź nowe hasło nadrzędne:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/coresetup.js:634 +#, python-format +msgid "Maybe you should consider reloading the application by pressing F5..." +msgstr "Może powinieneś przeładować aplikację naciskając F5..." + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:17 +#: code:addons/web/static/src/js/view_list.js:2248 +#: code:addons/web/static/src/xml/base.xml:111 +#: code:addons/web/static/src/xml/base.xml:306 +#: code:addons/web/static/src/xml/base.xml:812 +#: code:addons/web/static/src/xml/base.xml:1376 +#, python-format +msgid "Create" +msgstr "Utwórz" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1868 +#, python-format +msgid "doesn't contain" +msgstr "nie zawiera" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1785 +#, python-format +msgid "Import Options" +msgstr "Opcje importu" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:2936 +#, python-format +msgid "Add %s" +msgstr "Dodanie %s" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:145 +#, python-format +msgid "Admin password:" +msgstr "Hasło admina:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/data_export.js:11 +#: code:addons/web/static/src/js/view_form.js:1067 +#: code:addons/web/static/src/xml/base.xml:1394 +#, python-format +msgid "Close" +msgstr "Zamknij" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/coresetup.js:632 +#, python-format +msgid "" +"You may not believe it,
    but the application is actually loading..." +msgstr "MoĹĽe nie wierzysz,
    ale aplikacja ciągle się pobiera..." + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1779 +#, python-format +msgid "CSV File:" +msgstr "Plik CSV:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1741 +#, python-format +msgid "Advanced" +msgstr "Zaawansowane" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_tree.js:11 +#, python-format +msgid "Tree" +msgstr "Drzewo" + +#. module: web +#: code:addons/web/controllers/main.py:750 +#, python-format +msgid "Could not drop database !" +msgstr "Nie mozna usunąć bazy !" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/formats.js:227 +#, python-format +msgid "'%s' is not a correct integer" +msgstr "'%s' nie jest poprawną wartością \"integer\"" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:877 +#, python-format +msgid "All users" +msgstr "Wszyscy użytkownicy" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:1654 +#, python-format +msgid "Unknown field %s in domain %s" +msgstr "Nieznane pole %s w domenie %s" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/views.js:1466 +#, python-format +msgid "Node [%s] is not a JSONified XML node" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1428 +#, python-format +msgid "Advanced Search..." +msgstr "Zaawansowane wyszukiwanie..." + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:499 +#, python-format +msgid "Dropping database" +msgstr "Usuwanie bazy" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:82 +#: code:addons/web/static/src/xml/base.xml:445 +#, python-format +msgid "Powered by" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1380 +#: code:addons/web/static/src/xml/base.xml:970 +#, python-format +msgid "Yes" +msgstr "Tak" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:4871 +#, python-format +msgid "There was a problem while uploading your file" +msgstr "Pojawił się problem przy wysyłaniu pliku" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:558 +#, python-format +msgid "XML ID:" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:954 +#, python-format +msgid "Size:" +msgstr "Rozmiar:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1824 +#, python-format +msgid "--- Don't Import ---" +msgstr "--- Nie importuj ---" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1679 +#, python-format +msgid "Import-Compatible Export" +msgstr "Eksport kompatybilny z importem" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/coresetup.js:610 +#, python-format +msgid "%d years ago" +msgstr "%d lat temu" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:1040 +#, python-format +msgid "Unknown m2m command %s" +msgstr "Nieznana komenda m2m %s" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:1068 +#, python-format +msgid "Save default" +msgstr "Zapisz jako domyślne" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:121 +#: code:addons/web/static/src/xml/base.xml:175 +#: code:addons/web/static/src/xml/base.xml:264 +#, python-format +msgid "New database name:" +msgstr "Nazwa nowej bazy danych:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:394 +#, python-format +msgid "Please enter your new password" +msgstr "Wpisz swoje nowe hasło" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:4886 +#, python-format +msgid "The field is empty, there's nothing to save !" +msgstr "Pole jest puste. Nie ma nic do zapisania !" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:545 +#, python-format +msgid "Manage Views" +msgstr "Widoki" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1801 +#, python-format +msgid "Encoding:" +msgstr "Kodowanie:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1808 +#, python-format +msgid "Lines to skip" +msgstr "Linie do pominięcia" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:2858 +#, python-format +msgid "Create \"%s\"" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/data_export.js:361 +#, python-format +msgid "Please select fields to save export list..." +msgstr "Wprowadź pola do zapisu w pliku eksportu..." + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:418 +#, python-format +msgid "Copyright © 2004-TODAY OpenERP SA. All Rights Reserved." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:2346 +#, python-format +msgid "This resource is empty" +msgstr "Ten zasób jest pusty" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1689 +#, python-format +msgid "Available fields" +msgstr "Dostępne pola" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1835 +#, python-format +msgid "The import failed due to:" +msgstr "Import się nie udał z powodu:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/views.js:812 +#: code:addons/web/static/src/xml/base.xml:539 +#, python-format +msgid "JS Tests" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1750 +#, python-format +msgid "Save as:" +msgstr "Zapisz jako:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:927 +#, python-format +msgid "Filter on: %s" +msgstr "Filtr na: %s" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:2904 +#: code:addons/web/static/src/js/view_form.js:3757 +#, python-format +msgid "Create: " +msgstr "Utwórz: " + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:540 +#, python-format +msgid "View Fields" +msgstr "Pola widoku" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:330 +#, python-format +msgid "Confirm New Password:" +msgstr "Potwierdź nowe hasło:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:575 +#, python-format +msgid "Do you really want to remove these records?" +msgstr "Chcesz usunąć te rekordy?" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:958 +#, python-format +msgid "Context:" +msgstr "Kontekst:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1933 +#: code:addons/web/static/src/js/search.js:1960 +#, python-format +msgid "is" +msgstr "jest" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/data_export.js:6 +#, python-format +msgid "Export Data" +msgstr "Eksport danych" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:962 +#, python-format +msgid "Domain:" +msgstr "Domena:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:834 +#, python-format +msgid "Default:" +msgstr "Domyślne:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:82 +#: code:addons/web/static/src/xml/base.xml:446 +#, python-format +msgid "OpenERP" +msgstr "OpenERP" + +#. module: web +#. openerp-web +#: code:addons/web/doc/module/static/src/xml/web_example.xml:8 +#, python-format +msgid "Stop" +msgstr "Zatrzymaj" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:68 +#: code:addons/web/static/src/xml/base.xml:193 +#: code:addons/web/static/src/xml/base.xml:225 +#, python-format +msgid "Database:" +msgstr "Baza danych:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1183 +#: code:addons/web/static/src/xml/base.xml:1240 +#, python-format +msgid "Uploading ..." +msgstr "Wysyłam..." + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1853 +#, python-format +msgid "Name:" +msgstr "Nazwa:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:1058 +#, python-format +msgid "About" +msgstr "O programie" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1431 +#, python-format +msgid "Search Again" +msgstr "Szukaj ponownie" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1455 +#, python-format +msgid "-- Filters --" +msgstr "-- Filtry --" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1230 +#: code:addons/web/static/src/xml/base.xml:1232 +#, python-format +msgid "Clear" +msgstr "Wyczyść" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1680 +#, python-format +msgid "Export all Data" +msgstr "Eksportuj wszystkie dane" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:1334 +#, python-format +msgid "" +"Grouping on field '%s' is not possible because that field does not appear in " +"the list view." +msgstr "" +"Grupowanie wg pola '%s' jest niemożliwe ponieważ to pole nie występuje w " +"widoku listy." + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:537 +#, python-format +msgid "Set Defaults" +msgstr "Ustaw domyślne" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1670 +#, python-format +msgid "" +"This wizard will export all data that matches the current search criteria to " +"a CSV file.\n" +" You can export all data or only the fields that can be " +"reimported after modification." +msgstr "" +"Ten kreator wyeksportuje wszystkie dane, które spełniają bieżące kryteria " +"wyszukiwania, do pliku CSV.\n" +" Możesz eksportować wszystkie dane lub tylko pola, które mają być " +"importowane po zmianie." + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:321 +#, python-format +msgid "The record could not be found in the database." +msgstr "Nie można odnaleźć pola w bazie" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1472 +#, python-format +msgid "Filter Name:" +msgstr "Nazwa filtra:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:946 +#, python-format +msgid "Type:" +msgstr "Typ:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:538 +#, python-format +msgid "Incorrect super-administrator password" +msgstr "Niepoprawne hasło superadministratora" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:942 +#, python-format +msgid "Object:" +msgstr "Obiekt:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:292 +#: code:addons/web/static/src/js/chrome.js:326 +#, python-format +msgid "Loading" +msgstr "Pobieranie" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/coresetup.js:609 +#, python-format +msgid "about a year ago" +msgstr "około rok temu" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1870 +#: code:addons/web/static/src/js/search.js:1880 +#: code:addons/web/static/src/js/search.js:1914 +#: code:addons/web/static/src/js/search.js:1939 +#, python-format +msgid "is not equal to" +msgstr "nie jest równe" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:5036 +#, python-format +msgid "" +"The type of the field '%s' must be a many2many field with a relation to " +"'ir.attachment' model." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/coresetup.js:604 +#, python-format +msgid "%d hours ago" +msgstr "%d godzin temu" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:4206 +#: code:addons/web/static/src/js/view_form.js:4335 +#, python-format +msgid "Add: " +msgstr "Dodaj: " + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1858 +#, python-format +msgid "Quick Add" +msgstr "Szybkie dodawanie" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1805 +#, python-format +msgid "Latin 1" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:260 +#: code:addons/web/static/src/js/chrome.js:269 +#: code:addons/web/static/src/js/chrome.js:449 +#: code:addons/web/static/src/js/chrome.js:792 +#: code:addons/web/static/src/js/view_form.js:572 +#: code:addons/web/static/src/js/view_form.js:1923 +#: code:addons/web/static/src/xml/base.xml:1752 +#, python-format +msgid "Ok" +msgstr "OK" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/views.js:1162 +#, python-format +msgid "Uploading..." +msgstr "Wysyłanie..." + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:125 +#, python-format +msgid "Load Demonstration data:" +msgstr "Pobierz dane demonstracyjne:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:615 +#, python-format +msgid "Created by :" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/dates.js:22 +#: code:addons/web/static/src/js/dates.js:26 +#, python-format +msgid "'%s' is not a valid datetime" +msgstr "'%s' nie jest poprawnym czasem" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:256 +#, python-format +msgid "File:" +msgstr "Plik:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1882 +#: code:addons/web/static/src/js/search.js:1916 +#: code:addons/web/static/src/js/search.js:1941 +#, python-format +msgid "less than" +msgstr "mniejsze niż" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:687 +#: code:addons/web/static/src/js/views.js:1097 +#, python-format +msgid "Warning" +msgstr "Ostrzeżenie" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:547 +#, python-format +msgid "Edit SearchView" +msgstr "Edytuj widok szukania" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1975 +#, python-format +msgid "is true" +msgstr "jest prawdą" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:3909 +#, python-format +msgid "Add an item" +msgstr "Dodaj element" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1603 +#, python-format +msgid "Save current filter" +msgstr "Zapisz bieżący filtr" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:1915 +#, python-format +msgid "Confirm" +msgstr "Potwierdź" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/data_export.js:126 +#, python-format +msgid "Please enter save field list name" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:2206 +#, python-format +msgid "Download \"%s\"" +msgstr "Pobierz \"%s\"" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:326 +#, python-format +msgid "New" +msgstr "Nowe" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:1767 +#, python-format +msgid "Can't convert value %s to context" +msgstr "Nie mozna skonwertować wartości %s do kontekstu" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/views.js:807 +#: code:addons/web/static/src/xml/base.xml:541 +#, python-format +msgid "Fields View Get" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:149 +#, python-format +msgid "Confirm password:" +msgstr "Potwierdź hasło:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1883 +#: code:addons/web/static/src/js/search.js:1917 +#: code:addons/web/static/src/js/search.js:1942 +#, python-format +msgid "greater or equal than" +msgstr "równe lub wieksze niż" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1321 +#, python-format +msgid "Button" +msgstr "Przycisk" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:418 +#, python-format +msgid "OpenERP is a trademark of the" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/data_export.js:374 +#, python-format +msgid "Please select fields to export..." +msgstr "Wybierz pola do eksportu..." + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:286 +#, python-format +msgid "New master password:" +msgstr "Nowe hasło nadrzędne:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1976 +#, python-format +msgid "is false" +msgstr "nie jest prawdą" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:404 +#, python-format +msgid "About OpenERP" +msgstr "O OpenERP" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/formats.js:297 +#, python-format +msgid "'%s' is not a correct date, datetime nor time" +msgstr "'%s' nie jest poprawną datą lub czasem" + +#. module: web +#: code:addons/web/controllers/main.py:1264 +#, python-format +msgid "No content found for field '%s' on '%s:%s'" +msgstr "Nie znaleziono zawartości dla pola '%s' w '%s:%s'" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:304 +#, python-format +msgid "Database Management" +msgstr "Zarządzanie Bazami Danych" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:5007 +#, python-format +msgid "Image" +msgstr "Obrazek" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:81 +#, python-format +msgid "Manage Databases" +msgstr "Zarządzaj bazami" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/pyeval.js:765 +#, python-format +msgid "Evaluation Error" +msgstr "Błąd wyliczenia" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1283 +#, python-format +msgid "not a valid integer" +msgstr "niedozwolona liczba całkowita" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:337 +#: code:addons/web/static/src/xml/base.xml:776 +#: code:addons/web/static/src/xml/base.xml:816 +#: code:addons/web/static/src/xml/base.xml:1376 +#: code:addons/web/static/src/xml/base.xml:1384 +#: code:addons/web/static/src/xml/base.xml:1630 +#, python-format +msgid "or" +msgstr "lub" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1381 +#, python-format +msgid "No" +msgstr "Nie" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/formats.js:309 +#, python-format +msgid "'%s' is not convertible to date, datetime nor time" +msgstr "'%s' nie jest konwertowalne do daty lub czasu" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:199 +#: code:addons/web/static/src/xml/base.xml:161 +#: code:addons/web/static/src/xml/base.xml:307 +#, python-format +msgid "Duplicate" +msgstr "Duplikuj" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:777 +#: code:addons/web/static/src/xml/base.xml:817 +#: code:addons/web/static/src/xml/base.xml:1391 +#, python-format +msgid "Discard" +msgstr "Odrzuć" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1624 +#, python-format +msgid "Add a condition" +msgstr "Dodaj warunek" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/coresetup.js:629 +#, python-format +msgid "Still loading..." +msgstr "Ciągle pobieram..." + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:818 +#, python-format +msgid "Incorrect value for field %(fieldname)s: [%(value)s] is %(message)s" +msgstr "Niepoprawna nazwa w polu %(fieldname)s: [%(value)s] is %(message)s" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:3805 +#, python-format +msgid "The o2m record must be saved before an action can be used" +msgstr "Rekord o2m musi być zapisany, aby akcja mogła zadziałać" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:509 +#, python-format +msgid "Backed" +msgstr "Zapisane" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1610 +#, python-format +msgid "Use by default" +msgstr "Stosuj domyślnie" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:1348 +#, python-format +msgid "%s (%d)" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:775 +#, python-format +msgid "triggered from search view" +msgstr "uruchomione z widoku szukania" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:978 +#, python-format +msgid "Filter" +msgstr "Filtr" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:950 +#, python-format +msgid "Widget:" +msgstr "Kontrolka:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:548 +#, python-format +msgid "Edit Action" +msgstr "Edytuj czynność" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:555 +#, python-format +msgid "ID:" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:870 +#, python-format +msgid "Only you" +msgstr "Tylko ty" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:549 +#, python-format +msgid "Edit Workflow" +msgstr "Edytuj obieg" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/views.js:1171 +#, python-format +msgid "Do you really want to delete this attachment ?" +msgstr "Na pewno chcesz usunąć ten załącznik?" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/views.js:840 +#, python-format +msgid "Technical Translation" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:938 +#, python-format +msgid "Field:" +msgstr "Pole:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:620 +#, python-format +msgid "Modified by :" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:499 +#, python-format +msgid "The database %s has been dropped" +msgstr "Baza danych %s została usunięta" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:460 +#, python-format +msgid "User's timezone" +msgstr "Strefa czasowa użytkownika" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:284 +#: code:addons/web/static/src/js/chrome.js:1168 +#, python-format +msgid "Client Error" +msgstr "Błąd klienta" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/views.js:998 +#, python-format +msgid "Print" +msgstr "Drukuj" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1331 +#, python-format +msgid "Special:" +msgstr "Specjalne:" + +#. module: web +#: code:addons/web/controllers/main.py:834 +#, python-format +msgid "" +"The old password you provided is incorrect, your password was not changed." +msgstr "" +"Poprzednie hasło wprowadziłeś niepoprawnie. Hasło nie zostało zmienione." + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:561 +#, python-format +msgid "Creation User:" +msgstr "Użytkownik tworzący:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:769 +#, python-format +msgid "Do you really want to delete this record?" +msgstr "Na pewno chcesz usunąć ten rekord?" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1385 +#, python-format +msgid "Save & Close" +msgstr "Zapisz i zamknij" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:2845 +#, python-format +msgid "Search More..." +msgstr "Szukaj dalej..." + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:75 +#: code:addons/web/static/src/xml/base.xml:311 +#, python-format +msgid "Password" +msgstr "Hasło" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:546 +#: code:addons/web/static/src/xml/base.xml:809 +#: code:addons/web/static/src/xml/base.xml:1178 +#, python-format +msgid "Edit" +msgstr "Edytuj" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1706 +#, python-format +msgid "Remove" +msgstr "Usuń" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1062 +#, python-format +msgid "Select date" +msgstr "Wybierz datę" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1249 +#, python-format +msgid "Search %(field)s for: %(value)s" +msgstr "W %(field)s szukaj: %(value)s" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1277 +#, python-format +msgid "Delete this file" +msgstr "Usuń plik" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:109 +#, python-format +msgid "Create Database" +msgstr "Utwórz bazę danych" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:420 +#, python-format +msgid "GNU Affero General Public License" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1795 +#, python-format +msgid "Separator:" +msgstr "Separator:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:300 +#, python-format +msgid "Back to Login" +msgstr "Wróć do logowania" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1662 +#: code:addons/web/static/src/xml/base.xml:1454 +#, python-format +msgid "Filters" +msgstr "Filtry" diff --git a/web/i18n/pt.po b/web/i18n/pt.po new file mode 100644 index 0000000..15a09e3 --- /dev/null +++ b/web/i18n/pt.po @@ -0,0 +1,2634 @@ +# Portuguese translation for openerp-web +# Copyright (c) 2011 Rosetta Contributors and Canonical Ltd 2011 +# This file is distributed under the same license as the openerp-web package. +# FIRST AUTHOR , 2011. +# +msgid "" +msgstr "" +"Project-Id-Version: openerp-web\n" +"Report-Msgid-Bugs-To: FULL NAME \n" +"POT-Creation-Date: 2012-12-21 17:06+0000\n" +"PO-Revision-Date: 2013-01-15 10:10+0000\n" +"Last-Translator: António Sequeira \n" +"Language-Team: Portuguese \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Launchpad-Export-Date: 2013-01-16 05:53+0000\n" +"X-Generator: Launchpad (build 16420)\n" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:133 +#, python-format +msgid "Default language:" +msgstr "Idioma predefinido:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/coresetup.js:602 +#, python-format +msgid "%d minutes ago" +msgstr "há %d minutos" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/coresetup.js:630 +#, python-format +msgid "Still loading...
    Please be patient." +msgstr "Carregando...
    Por favor, aguarde." + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1832 +#, python-format +msgid "%(field)s %(operator)s \"%(value)s\"" +msgstr "%(field)s %(operator)s \"%(value)s\"" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1884 +#: code:addons/web/static/src/js/search.js:1918 +#: code:addons/web/static/src/js/search.js:1943 +#, python-format +msgid "less or equal than" +msgstr "menor ou igual a" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:393 +#, python-format +msgid "Please enter your previous password" +msgstr "Por favor, indique a sua senha atual" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:117 +#: code:addons/web/static/src/xml/base.xml:167 +#: code:addons/web/static/src/xml/base.xml:282 +#, python-format +msgid "Master password:" +msgstr "Senha de administração" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:274 +#, python-format +msgid "Change Master Password" +msgstr "Alterar a senha de administração" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:491 +#, python-format +msgid "Do you really want to delete the database: %s ?" +msgstr "Quer mesmo apagar a base de dados: %s?" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1398 +#, python-format +msgid "Search %(field)s at: %(value)s" +msgstr "Procurar %(field)s em: %(value)s" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:537 +#, python-format +msgid "Access Denied" +msgstr "Acesso negado" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:5183 +#, python-format +msgid "Uploading error" +msgstr "Erro de carregamento" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/coresetup.js:603 +#, python-format +msgid "about an hour ago" +msgstr "cerca de uma hora atrás" + +#. module: web +#. openerp-web +#: code:addons/web/controllers/main.py:768 +#: code:addons/web/static/src/js/chrome.js:514 +#: code:addons/web/static/src/xml/base.xml:216 +#, python-format +msgid "Backup Database" +msgstr "Fazer cópia de segurança da base de dados" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/views.js:463 +#, python-format +msgid "%(view_type)s view" +msgstr "Vista de %(view_type)s" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/dates.js:49 +#: code:addons/web/static/src/js/dates.js:53 +#, python-format +msgid "'%s' is not a valid date" +msgstr "%s não é uma data válida" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1837 +#, python-format +msgid "Here is a preview of the file we could not import:" +msgstr "Aqui está uma antevisão do ficheiro que não pode ser importado:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/coresetup.js:601 +#, python-format +msgid "about a minute ago" +msgstr "cerca de um minuto atrás" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1297 +#, python-format +msgid "File" +msgstr "Ficheiro" + +#. module: web +#: code:addons/web/controllers/main.py:826 +#, python-format +msgid "You cannot leave any password empty." +msgstr "Não pode deixar qualquer senha em branco." + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:680 +#, python-format +msgid "Invalid username or password" +msgstr "Nome de utilizador ou senha inválidos" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:206 +#: code:addons/web/static/src/xml/base.xml:238 +#: code:addons/web/static/src/xml/base.xml:260 +#, python-format +msgid "Master Password:" +msgstr "Senha de administração" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1217 +#: code:addons/web/static/src/xml/base.xml:1374 +#, python-format +msgid "Select" +msgstr "Selecionar" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:549 +#, python-format +msgid "Database restored successfully" +msgstr "Base de dados restaurada com êxito" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:415 +#, python-format +msgid "Version" +msgstr "Versão" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:570 +#, python-format +msgid "Latest Modification Date:" +msgstr "Data da modificação mais recente:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1459 +#, python-format +msgid "M2O search fields do not currently handle multiple default values" +msgstr "" +"Os campos de pesquisa do tipo \"muitos para vários\" não permitem - por " +"enquanto -, lidar com diversos valores predefinidos." + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:1227 +#, python-format +msgid "Widget type '%s' is not implemented" +msgstr "Elemento do tipo '%s' não está implementado" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1608 +#, python-format +msgid "Share with all users" +msgstr "Partilhar com todos os utilizadores" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:77 +#: code:addons/web/static/src/js/view_form.js:321 +#, python-format +msgid "Form" +msgstr "Formulário" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1324 +#, python-format +msgid "(no string)" +msgstr "(sem texto)" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/formats.js:282 +#, python-format +msgid "'%s' is not a correct time" +msgstr "'%s' não é uma hora correta" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1297 +#, python-format +msgid "not a valid number" +msgstr "não é um número válido" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:325 +#, python-format +msgid "New Password:" +msgstr "Nova senha:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:610 +#, python-format +msgid "Attachment :" +msgstr "Anexo:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1691 +#, python-format +msgid "Fields to export" +msgstr "Campos a exportar" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:1340 +#, python-format +msgid "Undefined" +msgstr "Não definido" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:4871 +#, python-format +msgid "File Upload" +msgstr "Carregar ficheiro" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/coresetup.js:607 +#, python-format +msgid "about a month ago" +msgstr "cerca de um mês atrás" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1600 +#, python-format +msgid "Custom Filters" +msgstr "Filtros personalizados" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1336 +#, python-format +msgid "Button Type:" +msgstr "Tipo de botão:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:419 +#, python-format +msgid "OpenERP SA Company" +msgstr "OpenERP SA Company" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1553 +#, python-format +msgid "Custom Filter" +msgstr "Filtro personalizado" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:159 +#, python-format +msgid "Duplicate Database" +msgstr "Duplicar a base de dados" + +#. module: web +#. openerp-web +#: code:addons/web/controllers/main.py:789 +#: code:addons/web/controllers/main.py:790 +#: code:addons/web/controllers/main.py:826 +#: code:addons/web/controllers/main.py:828 +#: code:addons/web/controllers/main.py:834 +#: code:addons/web/controllers/main.py:835 +#: code:addons/web/static/src/js/chrome.js:768 +#: code:addons/web/static/src/xml/base.xml:276 +#: code:addons/web/static/src/xml/base.xml:336 +#, python-format +msgid "Change Password" +msgstr "Alterar senha" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:3411 +#, python-format +msgid "View type '%s' is not supported in One2Many." +msgstr "" +"Tipo de vista '%s' não suportado numa relação do tipo 'Um para Muitos'" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:4951 +#: code:addons/web/static/src/js/view_list.js:2194 +#, python-format +msgid "Download" +msgstr "Transferir" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/formats.js:266 +#, python-format +msgid "'%s' is not a correct datetime" +msgstr "'%s' não é uma Data/Hora correta" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:417 +#, python-format +msgid "Group" +msgstr "Grupo" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:927 +#, python-format +msgid "Unhandled widget" +msgstr "Elemento não tratado" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:982 +#, python-format +msgid "Selection:" +msgstr "Seleção:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:871 +#, python-format +msgid "The following fields are invalid:" +msgstr "Os seguintes campos são inválidos:" + +#. module: web +#: code:addons/web/controllers/main.py:847 +#, python-format +msgid "Languages" +msgstr "Idiomas" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1270 +#, python-format +msgid "...Upload in progress..." +msgstr "...Transferência em progresso..." + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1768 +#, python-format +msgid "Import" +msgstr "Importar" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:543 +#, python-format +msgid "Could not restore the database" +msgstr "Não foi possível recuperar a base de dados" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:4851 +#, python-format +msgid "File upload" +msgstr "Transferência de ficheiro" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:3804 +#, python-format +msgid "Action Button" +msgstr "Botão de ação" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:542 +#: code:addons/web/static/src/xml/base.xml:1467 +#, python-format +msgid "Manage Filters" +msgstr "Gerir filtros" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1867 +#, python-format +msgid "contains" +msgstr "contém" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/coresetup.js:633 +#, python-format +msgid "Take a minute to get a coffee,
    because it's loading..." +msgstr "" +"Aproveite para ir dar uma volta,
    porque a operação pode demorar..." + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:413 +#, python-format +msgid "Activate the developer mode" +msgstr "Activar o modo de programador" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:324 +#, python-format +msgid "Loading (%d)" +msgstr "Carregando (%d)" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1114 +#, python-format +msgid "GroupBy" +msgstr "Agrupar por" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:687 +#, python-format +msgid "You must select at least one record." +msgstr "Tem de selecionar pelo menos um registo." + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:535 +#, python-format +msgid "View Log (perm_read)" +msgstr "Ver Registo (perm_read)" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:1061 +#, python-format +msgid "Set Default" +msgstr "Definir como padrão" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:978 +#, python-format +msgid "Relation:" +msgstr "Relação" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/coresetup.js:600 +#, python-format +msgid "less than a minute ago" +msgstr "há menos de um minuto" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:851 +#, python-format +msgid "Condition:" +msgstr "Condição:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:1692 +#, python-format +msgid "Unsupported operator %s in domain %s" +msgstr "Operador não suportado %s no domínio %s" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/formats.js:242 +#, python-format +msgid "'%s' is not a correct float" +msgstr "'%s' não é um número fracional correto" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:549 +#, python-format +msgid "Restored" +msgstr "Restaurado" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:394 +#, python-format +msgid "%d-%d of %d" +msgstr "%d-%d de %d" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:2868 +#, python-format +msgid "Create and Edit..." +msgstr "Criar e editar" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/pyeval.js:731 +#, python-format +msgid "Unknown nonliteral type " +msgstr "Tipo não literal desconhecido " + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:2346 +#, python-format +msgid "Resource error" +msgstr "Erro de recurso" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1961 +#, python-format +msgid "is not" +msgstr "não é" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:550 +#, python-format +msgid "Print Workflow" +msgstr "Imprimir fluxo de trabalho" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:396 +#, python-format +msgid "Please confirm your new password" +msgstr "Por favor, confirme a sua nova senha" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1804 +#, python-format +msgid "UTF-8" +msgstr "UTF-8" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:421 +#, python-format +msgid "For more information visit" +msgstr "Para mais informações visite" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1859 +#, python-format +msgid "Add All Info..." +msgstr "Adicionar toda a informação..." + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1683 +#, python-format +msgid "Export Formats" +msgstr "Formatos de exportação" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:974 +#, python-format +msgid "On change:" +msgstr "Aquando de uma alteração:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/views.js:865 +#, python-format +msgid "Model %s fields" +msgstr "Campos %s modelo" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:893 +#, python-format +msgid "Setting 'id' attribute on existing record %s" +msgstr "Atribuição do atributo 'id' no registo %s já existente" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:8 +#, python-format +msgid "List" +msgstr "Lista" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1881 +#: code:addons/web/static/src/js/search.js:1915 +#: code:addons/web/static/src/js/search.js:1940 +#, python-format +msgid "greater than" +msgstr "maior do que" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:2248 +#: code:addons/web/static/src/xml/base.xml:546 +#, python-format +msgid "View" +msgstr "Vista" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1466 +#, python-format +msgid "Save Filter" +msgstr "Guardar filtro" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1344 +#, python-format +msgid "Action ID:" +msgstr "ID da ação:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:457 +#, python-format +msgid "Your user's preference timezone does not match your browser timezone:" +msgstr "" +"O seu fuso horário não coincide com o que está definido no \"browser\":" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:1223 +#, python-format +msgid "Field '%s' specified in view could not be found." +msgstr "Campo '%s' especificado na vista não foi encontrado." + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1756 +#, python-format +msgid "Saved exports:" +msgstr "Exportações guardadas:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:320 +#, python-format +msgid "Old Password:" +msgstr "Senha antiga" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/formats.js:113 +#, python-format +msgid "Bytes,Kb,Mb,Gb,Tb,Pb,Eb,Zb,Yb" +msgstr "Bytes,Kb,Mb,Gb,Tb,Pb,Eb,Zb,Yb" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:481 +#, python-format +msgid "The database has been duplicated." +msgstr "A base de dados foi duplicada." + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1625 +#, python-format +msgid "Apply" +msgstr "Aplicar" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1386 +#, python-format +msgid "Save & New" +msgstr "Gravar & criar" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1223 +#: code:addons/web/static/src/xml/base.xml:1225 +#, python-format +msgid "Save As" +msgstr "Guardar como" + +#. module: web +#. openerp-web +#: code:addons/web/doc/module/static/src/xml/web_example.xml:3 +#, python-format +msgid "00:00:00" +msgstr "00:00:00" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:2317 +#, python-format +msgid "E-mail error" +msgstr "Erro de e-mail" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/coresetup.js:605 +#, python-format +msgid "a day ago" +msgstr "há um dia" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1789 +#, python-format +msgid "Does your file have titles?" +msgstr "O ficheiro tem títulos?" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:327 +#, python-format +msgid "Unlimited" +msgstr "Ilimitado" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:784 +#, python-format +msgid "" +"Warning, the record has been modified, your changes will be discarded.\n" +"\n" +"Are you sure you want to leave this page ?" +msgstr "" +"Atenção, o registo foi modificado, as suas alterações vão ser descartadas.\n" +"\n" +"Tem a certeza de que quer sair desta página?" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:2904 +#, python-format +msgid "Search: " +msgstr "Pesquisar: " + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:544 +#, python-format +msgid "Technical translation" +msgstr "Tradução técnica" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1797 +#, python-format +msgid "Delimiter:" +msgstr "Delimitador:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:462 +#, python-format +msgid "Browser's timezone" +msgstr "Fuso horário do \"browser\"" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1605 +#, python-format +msgid "Filter name" +msgstr "Nome do filtro" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1464 +#, python-format +msgid "-- Actions --" +msgstr "-- Ações --" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:4134 +#: code:addons/web/static/src/js/view_form.js:4294 +#: code:addons/web/static/src/xml/base.xml:1407 +#: code:addons/web/static/src/xml/base.xml:1705 +#, python-format +msgid "Add" +msgstr "Acrescentar" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:536 +#, python-format +msgid "Toggle Form Layout Outline" +msgstr "Alternar aspeto do formulário" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:421 +#, python-format +msgid "OpenERP.com" +msgstr "OpenERP.com" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:2317 +#, python-format +msgid "Can't send email to invalid e-mail address" +msgstr "É impossível enviar uma mensagem para um endereço inválido" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:636 +#, python-format +msgid "Add..." +msgstr "Adicionar..." + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:405 +#, python-format +msgid "Preferences" +msgstr "Preferências" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:436 +#, python-format +msgid "Wrong on change format: %s" +msgstr "Erro na alteração de formato: %s" + +#. module: web +#. openerp-web +#: code:addons/web/controllers/main.py:750 +#: code:addons/web/static/src/xml/base.xml:185 +#, python-format +msgid "Drop Database" +msgstr "Eliminar base de dados" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:466 +#, python-format +msgid "Click here to change your user's timezone." +msgstr "Clique aqui para alterar o fuso horário do seu utilizador." + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:966 +#, python-format +msgid "Modifiers:" +msgstr "Modificadores:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:627 +#, python-format +msgid "Delete this attachment" +msgstr "Apagar este anexo" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:774 +#: code:addons/web/static/src/xml/base.xml:815 +#: code:addons/web/static/src/xml/base.xml:1382 +#: code:addons/web/static/src/xml/base.xml:1612 +#, python-format +msgid "Save" +msgstr "Guardar" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/views.js:999 +#: code:addons/web/static/src/xml/base.xml:352 +#, python-format +msgid "More" +msgstr "Mais" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:73 +#, python-format +msgid "Username" +msgstr "Nome de utilizador" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:481 +#, python-format +msgid "Duplicating database" +msgstr "Duplicando a base de dados" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:563 +#, python-format +msgid "Password has been changed successfully" +msgstr "A senha foi alterada com êxito" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list_editable.js:788 +#, python-format +msgid "The form's data can not be discarded" +msgstr "A informação no formulário não pode ser descartada" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:533 +#, python-format +msgid "Debug View#" +msgstr "Vista de Depuração#" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:77 +#, python-format +msgid "Log in" +msgstr "Iniciar a sessão" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:198 +#: code:addons/web/static/src/js/view_list.js:346 +#: code:addons/web/static/src/xml/base.xml:1764 +#, python-format +msgid "Delete" +msgstr "Eliminar" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/pyeval.js:769 +#, python-format +msgid "" +"Local evaluation failure\n" +"%s\n" +"\n" +"%s" +msgstr "" +"Falha na avaliação local\n" +"%s\n" +"\n" +"%s" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:350 +#, python-format +msgid "Invalid database name" +msgstr "Nome de base de dados inválido" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1693 +#, python-format +msgid "Save fields list" +msgstr "Gravar lista de campos" + +#. module: web +#. openerp-web +#: code:addons/web/doc/module/static/src/xml/web_example.xml:5 +#, python-format +msgid "Start" +msgstr "Iniciar" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/views.js:823 +#, python-format +msgid "View Log (%s)" +msgstr "Ver registo (%s)" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:564 +#, python-format +msgid "Creation Date:" +msgstr "Data de criação:" + +#. module: web +#: code:addons/web/controllers/main.py:790 +#: code:addons/web/controllers/main.py:835 +#, python-format +msgid "Error, password not changed !" +msgstr "Erro, a senha não foi alterada!" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:4850 +#, python-format +msgid "The selected file exceed the maximum file size of %s." +msgstr "O ficheiro selecionado excede o tamanho máximo de %s." + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:632 +#: code:addons/web/static/src/xml/base.xml:1300 +#, python-format +msgid "/web/binary/upload_attachment" +msgstr "/web/binary/upload_attachment" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:563 +#, python-format +msgid "Changed Password" +msgstr "Senha alterada" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1431 +#, python-format +msgid "Search" +msgstr "Pesquisar" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:3032 +#: code:addons/web/static/src/js/view_form.js:3668 +#: code:addons/web/static/src/js/view_form.js:3785 +#: code:addons/web/static/src/js/view_form.js:4230 +#: code:addons/web/static/src/js/view_form.js:4353 +#, python-format +msgid "Open: " +msgstr "Abrir: " + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:218 +#: code:addons/web/static/src/xml/base.xml:309 +#, python-format +msgid "Backup" +msgstr "Cópia de segurança" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/dates.js:76 +#: code:addons/web/static/src/js/dates.js:80 +#, python-format +msgid "'%s' is not a valid time" +msgstr "'%s' não é uma hora válida" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/formats.js:274 +#, python-format +msgid "'%s' is not a correct date" +msgstr "'%s' não é uma data correta" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:933 +#, python-format +msgid "(nolabel)" +msgstr "(sem rótulo)" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/coresetup.js:606 +#, python-format +msgid "%d days ago" +msgstr "há %d dias" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1474 +#, python-format +msgid "(Any existing filter with the same name will be replaced)" +msgstr "(filtros existentes com esse nome serão substituídos)" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:1918 +#: code:addons/web/static/src/xml/base.xml:338 +#: code:addons/web/static/src/xml/base.xml:1377 +#: code:addons/web/static/src/xml/base.xml:1860 +#, python-format +msgid "Cancel" +msgstr "Cancelar" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/coresetup.js:628 +#: code:addons/web/static/src/xml/base.xml:9 +#, python-format +msgid "Loading..." +msgstr "Carregando..." + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:567 +#, python-format +msgid "Latest Modification by:" +msgstr "Modificação mais recente por:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:1242 +#: code:addons/web/static/src/xml/base.xml:470 +#, python-format +msgid "Timezone mismatch" +msgstr "Fuso horário inválido" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:1646 +#, python-format +msgid "Unknown operator %s in domain %s" +msgstr "Operador desconhecido %s no domínio %s" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:428 +#, python-format +msgid "%d / %d" +msgstr "%d / %d" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1782 +#, python-format +msgid "2. Check your file format" +msgstr "2. Verifique o formato do ficheiro" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1718 +#, python-format +msgid "Name" +msgstr "Nome" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1775 +#, python-format +msgid "" +"Select a .CSV file to import. If you need a sample of file to import,\n" +" you should use the export tool with the \"Import Compatible\" option." +msgstr "" +"Seleccione o ficheiro .CSV a importar. Se precisar de uma amostra do " +"ficheiro a importar,\n" +" deve utilizar a ferramenta de exportação com a opção \"Compatível com " +"Importação\"." + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/coresetup.js:608 +#, python-format +msgid "%d months ago" +msgstr "há %d meses" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:187 +#: code:addons/web/static/src/xml/base.xml:308 +#, python-format +msgid "Drop" +msgstr "Apagar" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1465 +#, python-format +msgid "Add Advanced Filter" +msgstr "Adicionar filtro avançado" + +#. module: web +#: code:addons/web/controllers/main.py:828 +#, python-format +msgid "The new password and its confirmation must be identical." +msgstr "A nova senha e a sua confirmação devem ser idênticas." + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:542 +#: code:addons/web/static/src/xml/base.xml:248 +#, python-format +msgid "Restore Database" +msgstr "Recuperar base de dados" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:644 +#, python-format +msgid "Login" +msgstr "Iniciar sessão" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:420 +#, python-format +msgid "Licenced under the terms of" +msgstr "Licenciado sob os termos de" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:250 +#: code:addons/web/static/src/xml/base.xml:310 +#, python-format +msgid "Restore" +msgstr "Restaurar" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1677 +#, python-format +msgid "Export Type:" +msgstr "Tipo de exportação:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:406 +#, python-format +msgid "Log out" +msgstr "Terminar sessão" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1090 +#, python-format +msgid "Group by: %s" +msgstr "Agrupar por: %s" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:153 +#, python-format +msgid "No data provided." +msgstr "Ausência de dados" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:345 +#: code:addons/web/static/src/xml/base.xml:1665 +#, python-format +msgid "Export" +msgstr "Exportar" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/data_export.js:12 +#, python-format +msgid "Export To File" +msgstr "Exportar para ficheiro" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/views.js:1097 +#, python-format +msgid "You must choose at least one record." +msgstr "Deve escolher pelo menos um registo." + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/coresetup.js:631 +#, python-format +msgid "Don't leave yet,
    it's still loading..." +msgstr "Não se vá embora já
    porque ainda está carregando..." + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:775 +#, python-format +msgid "Invalid Search" +msgstr "Pesquisa inválida" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:980 +#, python-format +msgid "Could not find id in dataset" +msgstr "O ID não foi encontrado" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1707 +#, python-format +msgid "Remove All" +msgstr "Remover tudo" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1340 +#, python-format +msgid "Method:" +msgstr "Método:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:1439 +#, python-format +msgid "%(page)d/%(page_count)d" +msgstr "%(page)d/%(page_count)d" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:397 +#, python-format +msgid "The confirmation does not match the password" +msgstr "A confirmação não coincide com a senha" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:441 +#, python-format +msgid "Edit Company data" +msgstr "Editar dados da empresa" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:4886 +#, python-format +msgid "Save As..." +msgstr "Guardar como..." + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:5007 +#, python-format +msgid "Could not display the selected image." +msgstr "Não foi possível mostrar a imagem seleccionada." + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:509 +#, python-format +msgid "Database backed up successfully" +msgstr "Salvaguarda realizada com sucesso" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1808 +#, python-format +msgid "" +"For use if CSV files have titles on multiple lines, skips more than a single " +"line during import" +msgstr "" +"No caso de os ficheiros CSV terem títulos em várias linhas, ignora-se mais " +"do que uma única linha durante a importação" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:394 +#, python-format +msgid "99+" +msgstr "99+" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1774 +#, python-format +msgid "1. Import a .CSV file" +msgstr "1. Importar um ficheiro .CSV" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:644 +#, python-format +msgid "No database selected !" +msgstr "Nenhuma base de dados selecionada!" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/formats.js:180 +#, python-format +msgid "(%d records)" +msgstr "(%d registos)" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:970 +#, python-format +msgid "Change default:" +msgstr "Mudar padrão:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:171 +#, python-format +msgid "Original database name:" +msgstr "Nome da base de dados original:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1869 +#: code:addons/web/static/src/js/search.js:1879 +#: code:addons/web/static/src/js/search.js:1913 +#: code:addons/web/static/src/js/search.js:1938 +#, python-format +msgid "is equal to" +msgstr "é igual a" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/views.js:1500 +#, python-format +msgid "Could not serialize XML" +msgstr "Não foi possível serializar o XML" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1619 +#, python-format +msgid "Advanced Search" +msgstr "Pesquisa avançada" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:290 +#, python-format +msgid "Confirm new master password:" +msgstr "Confirme a nova senha de administração:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/coresetup.js:634 +#, python-format +msgid "Maybe you should consider reloading the application by pressing F5..." +msgstr "Talvez deva pensar em recarregar a aplicação carregando em F5..." + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:17 +#: code:addons/web/static/src/js/view_list.js:2248 +#: code:addons/web/static/src/xml/base.xml:111 +#: code:addons/web/static/src/xml/base.xml:306 +#: code:addons/web/static/src/xml/base.xml:812 +#: code:addons/web/static/src/xml/base.xml:1376 +#, python-format +msgid "Create" +msgstr "Criar" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1868 +#, python-format +msgid "doesn't contain" +msgstr "não contém" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1785 +#, python-format +msgid "Import Options" +msgstr "Opções de importação" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:2936 +#, python-format +msgid "Add %s" +msgstr "Adicionar %s" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:145 +#, python-format +msgid "Admin password:" +msgstr "Senha de administração:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/data_export.js:11 +#: code:addons/web/static/src/js/view_form.js:1067 +#: code:addons/web/static/src/xml/base.xml:1394 +#, python-format +msgid "Close" +msgstr "Fechar" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/coresetup.js:632 +#, python-format +msgid "" +"You may not believe it,
    but the application is actually loading..." +msgstr "Pode nĂŁo acreditar,
    mas a aplicação está mesmo a carregar..." + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1779 +#, python-format +msgid "CSV File:" +msgstr "Ficheiro CSV:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1741 +#, python-format +msgid "Advanced" +msgstr "Avançado" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_tree.js:11 +#, python-format +msgid "Tree" +msgstr "Ărvore" + +#. module: web +#: code:addons/web/controllers/main.py:750 +#, python-format +msgid "Could not drop database !" +msgstr "NĂŁo foi possĂ­vel eliminar a base de dados!" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/formats.js:227 +#, python-format +msgid "'%s' is not a correct integer" +msgstr "'%s' nĂŁo Ă© um nĂşmero inteiro correto" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:877 +#, python-format +msgid "All users" +msgstr "Todos os utilizadores" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:1654 +#, python-format +msgid "Unknown field %s in domain %s" +msgstr "Campo desconhecido %s no domĂ­nio %s" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/views.js:1466 +#, python-format +msgid "Node [%s] is not a JSONified XML node" +msgstr "O nĂł [%s] nĂŁo Ă© do tipo JSONified XML" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1428 +#, python-format +msgid "Advanced Search..." +msgstr "Pesquisa avançada..." + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:499 +#, python-format +msgid "Dropping database" +msgstr "Eliminando a base de dados" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:82 +#: code:addons/web/static/src/xml/base.xml:445 +#, python-format +msgid "Powered by" +msgstr "Desenvolvido por" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1380 +#: code:addons/web/static/src/xml/base.xml:970 +#, python-format +msgid "Yes" +msgstr "Sim" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:4871 +#, python-format +msgid "There was a problem while uploading your file" +msgstr "Houve um problema ao carregar o seu ficheiro" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:558 +#, python-format +msgid "XML ID:" +msgstr "XML ID:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:954 +#, python-format +msgid "Size:" +msgstr "Tamanho" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1824 +#, python-format +msgid "--- Don't Import ---" +msgstr "--- NĂŁo importar ---" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1679 +#, python-format +msgid "Import-Compatible Export" +msgstr "Exportação compatĂ­vel com importação" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/coresetup.js:610 +#, python-format +msgid "%d years ago" +msgstr "%d anos atrás" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:1040 +#, python-format +msgid "Unknown m2m command %s" +msgstr "Comando m2m %s desconhecio" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:1068 +#, python-format +msgid "Save default" +msgstr "Guardar o padrĂŁo" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:121 +#: code:addons/web/static/src/xml/base.xml:175 +#: code:addons/web/static/src/xml/base.xml:264 +#, python-format +msgid "New database name:" +msgstr "Nome da nova base de dados" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:394 +#, python-format +msgid "Please enter your new password" +msgstr "Por favor introduza a sua nova senha" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:4886 +#, python-format +msgid "The field is empty, there's nothing to save !" +msgstr "O campo esta vazio, nĂŁo há nada para gravar!" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:545 +#, python-format +msgid "Manage Views" +msgstr "Gerir vistas" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1801 +#, python-format +msgid "Encoding:" +msgstr "Codificação:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1808 +#, python-format +msgid "Lines to skip" +msgstr "Linhas a ignorar" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:2858 +#, python-format +msgid "Create \"%s\"" +msgstr "Criar \"%s\"" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/data_export.js:361 +#, python-format +msgid "Please select fields to save export list..." +msgstr "" +"Por favor selecione campos para poder gravar a lista de exportação..." + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:418 +#, python-format +msgid "Copyright © 2004-TODAY OpenERP SA. All Rights Reserved." +msgstr "Copyright © 2004-HOJE OpenERP SA. Todos os direitos reservados." + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:2346 +#, python-format +msgid "This resource is empty" +msgstr "Este recurso está vazio" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1689 +#, python-format +msgid "Available fields" +msgstr "Campos disponĂ­veis" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1835 +#, python-format +msgid "The import failed due to:" +msgstr "A importação falhou devido a:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/views.js:812 +#: code:addons/web/static/src/xml/base.xml:539 +#, python-format +msgid "JS Tests" +msgstr "Testes JS" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1750 +#, python-format +msgid "Save as:" +msgstr "Guardar como:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:927 +#, python-format +msgid "Filter on: %s" +msgstr "Filtrar em: %s" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:2904 +#: code:addons/web/static/src/js/view_form.js:3757 +#, python-format +msgid "Create: " +msgstr "Criar: " + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:540 +#, python-format +msgid "View Fields" +msgstr "Ver campos" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:330 +#, python-format +msgid "Confirm New Password:" +msgstr "Confirmar a nova senha:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:575 +#, python-format +msgid "Do you really want to remove these records?" +msgstr "Quer mesmo remover estes registos?" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:958 +#, python-format +msgid "Context:" +msgstr "Contexto:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1933 +#: code:addons/web/static/src/js/search.js:1960 +#, python-format +msgid "is" +msgstr "Ă©" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/data_export.js:6 +#, python-format +msgid "Export Data" +msgstr "Exportar dados" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:962 +#, python-format +msgid "Domain:" +msgstr "DomĂ­nio:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:834 +#, python-format +msgid "Default:" +msgstr "PadrĂŁo:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:82 +#: code:addons/web/static/src/xml/base.xml:446 +#, python-format +msgid "OpenERP" +msgstr "OpenERP" + +#. module: web +#. openerp-web +#: code:addons/web/doc/module/static/src/xml/web_example.xml:8 +#, python-format +msgid "Stop" +msgstr "Parar" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:68 +#: code:addons/web/static/src/xml/base.xml:193 +#: code:addons/web/static/src/xml/base.xml:225 +#, python-format +msgid "Database:" +msgstr "Base de dados:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1183 +#: code:addons/web/static/src/xml/base.xml:1240 +#, python-format +msgid "Uploading ..." +msgstr "Carregando..." + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1853 +#, python-format +msgid "Name:" +msgstr "Nome:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:1058 +#, python-format +msgid "About" +msgstr "Acerca" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1431 +#, python-format +msgid "Search Again" +msgstr "Pesquisar novamente" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1455 +#, python-format +msgid "-- Filters --" +msgstr "-- Filtros --" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1230 +#: code:addons/web/static/src/xml/base.xml:1232 +#, python-format +msgid "Clear" +msgstr "Limpar" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1680 +#, python-format +msgid "Export all Data" +msgstr "Exportar todos os dados" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:1334 +#, python-format +msgid "" +"Grouping on field '%s' is not possible because that field does not appear in " +"the list view." +msgstr "" +"NĂŁo Ă© possĂ­vel usar o campo '%s' para agrupamento porque este nĂŁo aparece na " +"vista de listagem." + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:537 +#, python-format +msgid "Set Defaults" +msgstr "Definir valores padrĂŁo" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1670 +#, python-format +msgid "" +"This wizard will export all data that matches the current search criteria to " +"a CSV file.\n" +" You can export all data or only the fields that can be " +"reimported after modification." +msgstr "" +"Este configurador irá exportar todos os dados que correspondem ao seu " +"critĂ©rio de pesquisa para um ficheiro CSV.\n" +" Pode exportar todo os seus dados ou apenas os campos que podem " +"ser re-importados apĂłs a modificação." + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:321 +#, python-format +msgid "The record could not be found in the database." +msgstr "O registo nĂŁo foi encontrado na base de dados." + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1472 +#, python-format +msgid "Filter Name:" +msgstr "Nome do filtro:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:946 +#, python-format +msgid "Type:" +msgstr "Tipo:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:538 +#, python-format +msgid "Incorrect super-administrator password" +msgstr "Senha de super-administrador incorreta" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:942 +#, python-format +msgid "Object:" +msgstr "Objeto:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:292 +#: code:addons/web/static/src/js/chrome.js:326 +#, python-format +msgid "Loading" +msgstr "Carregando" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/coresetup.js:609 +#, python-format +msgid "about a year ago" +msgstr "há cerca de um ano" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1870 +#: code:addons/web/static/src/js/search.js:1880 +#: code:addons/web/static/src/js/search.js:1914 +#: code:addons/web/static/src/js/search.js:1939 +#, python-format +msgid "is not equal to" +msgstr "Ă© diferente de" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:5036 +#, python-format +msgid "" +"The type of the field '%s' must be a many2many field with a relation to " +"'ir.attachment' model." +msgstr "" +"O campo '%s' precisa de ser do tipo muitos para muitos com uma relação com o " +"modelo 'ir.attachment'." + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/coresetup.js:604 +#, python-format +msgid "%d hours ago" +msgstr "há %d horas" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:4206 +#: code:addons/web/static/src/js/view_form.js:4335 +#, python-format +msgid "Add: " +msgstr "Adicionar: " + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1858 +#, python-format +msgid "Quick Add" +msgstr "Criação rápida" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1805 +#, python-format +msgid "Latin 1" +msgstr "Latin-1" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:260 +#: code:addons/web/static/src/js/chrome.js:269 +#: code:addons/web/static/src/js/chrome.js:449 +#: code:addons/web/static/src/js/chrome.js:792 +#: code:addons/web/static/src/js/view_form.js:572 +#: code:addons/web/static/src/js/view_form.js:1923 +#: code:addons/web/static/src/xml/base.xml:1752 +#, python-format +msgid "Ok" +msgstr "OK" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/views.js:1162 +#, python-format +msgid "Uploading..." +msgstr "Enviando..." + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:125 +#, python-format +msgid "Load Demonstration data:" +msgstr "Carregar dados de demonstração" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:615 +#, python-format +msgid "Created by :" +msgstr "Criado por:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/dates.js:22 +#: code:addons/web/static/src/js/dates.js:26 +#, python-format +msgid "'%s' is not a valid datetime" +msgstr "'%s' nĂŁo Ă© uma data/hora correta" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:256 +#, python-format +msgid "File:" +msgstr "Ficheiro:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1882 +#: code:addons/web/static/src/js/search.js:1916 +#: code:addons/web/static/src/js/search.js:1941 +#, python-format +msgid "less than" +msgstr "menor do que" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:687 +#: code:addons/web/static/src/js/views.js:1097 +#, python-format +msgid "Warning" +msgstr "Aviso" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:547 +#, python-format +msgid "Edit SearchView" +msgstr "Editar vista de pesquisa" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1975 +#, python-format +msgid "is true" +msgstr "Ă© verdadeiro" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:3909 +#, python-format +msgid "Add an item" +msgstr "Adicionar um item" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1603 +#, python-format +msgid "Save current filter" +msgstr "Guardar filtro atual" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:1915 +#, python-format +msgid "Confirm" +msgstr "Confirmar" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/data_export.js:126 +#, python-format +msgid "Please enter save field list name" +msgstr "Por favor introduza o nome da lista de campos a gravar..." + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:2206 +#, python-format +msgid "Download \"%s\"" +msgstr "Tranferir \"%s\"" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:326 +#, python-format +msgid "New" +msgstr "Novo" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:1767 +#, python-format +msgid "Can't convert value %s to context" +msgstr "NĂŁo Ă© possĂ­vel converter o valor %s dentro para contexto" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/views.js:807 +#: code:addons/web/static/src/xml/base.xml:541 +#, python-format +msgid "Fields View Get" +msgstr "Obter vista dos campos" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:149 +#, python-format +msgid "Confirm password:" +msgstr "Confirmar senha:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1883 +#: code:addons/web/static/src/js/search.js:1917 +#: code:addons/web/static/src/js/search.js:1942 +#, python-format +msgid "greater or equal than" +msgstr "maior ou igual a" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1321 +#, python-format +msgid "Button" +msgstr "BotĂŁo" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:418 +#, python-format +msgid "OpenERP is a trademark of the" +msgstr "OpenERP Ă© uma marca registada de" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/data_export.js:374 +#, python-format +msgid "Please select fields to export..." +msgstr "Por favor selecione os campos a exportar..." + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:286 +#, python-format +msgid "New master password:" +msgstr "Nova senha de administração:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1976 +#, python-format +msgid "is false" +msgstr "Ă© falso" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:404 +#, python-format +msgid "About OpenERP" +msgstr "Acerca do OpenERP" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/formats.js:297 +#, python-format +msgid "'%s' is not a correct date, datetime nor time" +msgstr "" +"'%s' nĂŁo está correto como qualquer um dos seguintes formatos: Data, " +"Data/Hora, Hora" + +#. module: web +#: code:addons/web/controllers/main.py:1264 +#, python-format +msgid "No content found for field '%s' on '%s:%s'" +msgstr "Nenhum conteĂşdo encontrado para o campo '%s' em '%s:%s'" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:304 +#, python-format +msgid "Database Management" +msgstr "GestĂŁo da base de dados" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:5007 +#, python-format +msgid "Image" +msgstr "Imagem" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:81 +#, python-format +msgid "Manage Databases" +msgstr "Gerir bases de dados" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/pyeval.js:765 +#, python-format +msgid "Evaluation Error" +msgstr "Erro de avaliação" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1283 +#, python-format +msgid "not a valid integer" +msgstr "nĂŁo Ă© um nĂşmero inteiro válido" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:337 +#: code:addons/web/static/src/xml/base.xml:776 +#: code:addons/web/static/src/xml/base.xml:816 +#: code:addons/web/static/src/xml/base.xml:1376 +#: code:addons/web/static/src/xml/base.xml:1384 +#: code:addons/web/static/src/xml/base.xml:1630 +#, python-format +msgid "or" +msgstr "ou" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1381 +#, python-format +msgid "No" +msgstr "NĂŁo" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/formats.js:309 +#, python-format +msgid "'%s' is not convertible to date, datetime nor time" +msgstr "'%s' nĂŁo Ă© convertĂ­vel para data, data/hora ou hora" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:199 +#: code:addons/web/static/src/xml/base.xml:161 +#: code:addons/web/static/src/xml/base.xml:307 +#, python-format +msgid "Duplicate" +msgstr "Duplicar" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:777 +#: code:addons/web/static/src/xml/base.xml:817 +#: code:addons/web/static/src/xml/base.xml:1391 +#, python-format +msgid "Discard" +msgstr "Descartar" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1624 +#, python-format +msgid "Add a condition" +msgstr "Adicionar uma condição" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/coresetup.js:629 +#, python-format +msgid "Still loading..." +msgstr "Ainda a carregar..." + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:818 +#, python-format +msgid "Incorrect value for field %(fieldname)s: [%(value)s] is %(message)s" +msgstr "" +"Valor incorreto para o campo %(fieldname)s: o [%(value)s] Ă© %(message)s" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:3805 +#, python-format +msgid "The o2m record must be saved before an action can be used" +msgstr "O registo o2m precisa ser gravado antes de ser usado por uma ação" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:509 +#, python-format +msgid "Backed" +msgstr "Registado" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1610 +#, python-format +msgid "Use by default" +msgstr "Usar como padrĂŁo" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:1348 +#, python-format +msgid "%s (%d)" +msgstr "%s (%d)" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:775 +#, python-format +msgid "triggered from search view" +msgstr "ativada pela vista de pesquisa" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:978 +#, python-format +msgid "Filter" +msgstr "Filtro" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:950 +#, python-format +msgid "Widget:" +msgstr "Componente:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:548 +#, python-format +msgid "Edit Action" +msgstr "Editar ação" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:555 +#, python-format +msgid "ID:" +msgstr "ID:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:870 +#, python-format +msgid "Only you" +msgstr "SĂł vocĂŞ" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:549 +#, python-format +msgid "Edit Workflow" +msgstr "Editar fluxo de trabalho" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/views.js:1171 +#, python-format +msgid "Do you really want to delete this attachment ?" +msgstr "Quer mesmo apagar este anexo?" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/views.js:840 +#, python-format +msgid "Technical Translation" +msgstr "Tradução tĂ©cnica" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:938 +#, python-format +msgid "Field:" +msgstr "Campo:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:620 +#, python-format +msgid "Modified by :" +msgstr "Modificado por:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:499 +#, python-format +msgid "The database %s has been dropped" +msgstr "A base de dados %s foi eliminada" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:460 +#, python-format +msgid "User's timezone" +msgstr "Fuso horário do utilizador" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:284 +#: code:addons/web/static/src/js/chrome.js:1168 +#, python-format +msgid "Client Error" +msgstr "Erro de cliente" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/views.js:998 +#, python-format +msgid "Print" +msgstr "Imprimir" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1331 +#, python-format +msgid "Special:" +msgstr "Especial:" + +#. module: web +#: code:addons/web/controllers/main.py:834 +#, python-format +msgid "" +"The old password you provided is incorrect, your password was not changed." +msgstr "" +"A senha atual indicada por si está incorreta. A sua senha nĂŁo foi, portanto, " +"alterada." + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:561 +#, python-format +msgid "Creation User:" +msgstr "Utilizador de criação:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:769 +#, python-format +msgid "Do you really want to delete this record?" +msgstr "Quer realmente eliminar este registo?" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1385 +#, python-format +msgid "Save & Close" +msgstr "Guardar & Fechar" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:2845 +#, python-format +msgid "Search More..." +msgstr "Pesquisar mais..." + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:75 +#: code:addons/web/static/src/xml/base.xml:311 +#, python-format +msgid "Password" +msgstr "Senha" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:546 +#: code:addons/web/static/src/xml/base.xml:809 +#: code:addons/web/static/src/xml/base.xml:1178 +#, python-format +msgid "Edit" +msgstr "Editar" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1706 +#, python-format +msgid "Remove" +msgstr "Remover" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1062 +#, python-format +msgid "Select date" +msgstr "Selecionar data" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1249 +#, python-format +msgid "Search %(field)s for: %(value)s" +msgstr "Pesquisar %(field)s por: %(value)s" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1277 +#, python-format +msgid "Delete this file" +msgstr "Apagar este ficheiro" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:109 +#, python-format +msgid "Create Database" +msgstr "Criar base de dados" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:420 +#, python-format +msgid "GNU Affero General Public License" +msgstr "Licença PĂşblica Geral GNU Affero" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1795 +#, python-format +msgid "Separator:" +msgstr "Separador:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:300 +#, python-format +msgid "Back to Login" +msgstr "Voltar ao Login" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1662 +#: code:addons/web/static/src/xml/base.xml:1454 +#, python-format +msgid "Filters" +msgstr "Filtros" diff --git a/web/i18n/pt_BR.po b/web/i18n/pt_BR.po new file mode 100644 index 0000000..cb071b5 --- /dev/null +++ b/web/i18n/pt_BR.po @@ -0,0 +1,2627 @@ +# Brazilian Portuguese translation for openerp-web +# Copyright (c) 2011 Rosetta Contributors and Canonical Ltd 2011 +# This file is distributed under the same license as the openerp-web package. +# FIRST AUTHOR , 2011. +# +msgid "" +msgstr "" +"Project-Id-Version: openerp-web\n" +"Report-Msgid-Bugs-To: FULL NAME \n" +"POT-Creation-Date: 2012-12-21 17:06+0000\n" +"PO-Revision-Date: 2013-02-26 09:39+0000\n" +"Last-Translator: Rui Andrada \n" +"Language-Team: Brazilian Portuguese \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Launchpad-Export-Date: 2013-02-27 05:09+0000\n" +"X-Generator: Launchpad (build 16506)\n" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:133 +#, python-format +msgid "Default language:" +msgstr "Idioma padrĂŁo:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/coresetup.js:602 +#, python-format +msgid "%d minutes ago" +msgstr "há %d minutos" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/coresetup.js:630 +#, python-format +msgid "Still loading...
    Please be patient." +msgstr "Ainda carregando ...
    Tenha paciência." + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1832 +#, python-format +msgid "%(field)s %(operator)s \"%(value)s\"" +msgstr "%(field)s %(operator)s \"%(value)s\"" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1884 +#: code:addons/web/static/src/js/search.js:1918 +#: code:addons/web/static/src/js/search.js:1943 +#, python-format +msgid "less or equal than" +msgstr "menor ou igual a" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:393 +#, python-format +msgid "Please enter your previous password" +msgstr "Por favor entre com sua senha antiga" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:117 +#: code:addons/web/static/src/xml/base.xml:167 +#: code:addons/web/static/src/xml/base.xml:282 +#, python-format +msgid "Master password:" +msgstr "Senha Super Admin:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:274 +#, python-format +msgid "Change Master Password" +msgstr "Alterar Senha Super Admin" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:491 +#, python-format +msgid "Do you really want to delete the database: %s ?" +msgstr "Você realmente que remover o banco de dados: %s ?" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1398 +#, python-format +msgid "Search %(field)s at: %(value)s" +msgstr "Buscar %(field)s por: %(value)s" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:537 +#, python-format +msgid "Access Denied" +msgstr "Acesso Negado" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:5183 +#, python-format +msgid "Uploading error" +msgstr "Erro no upload" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/coresetup.js:603 +#, python-format +msgid "about an hour ago" +msgstr "por volta de uma hora atrás" + +#. module: web +#. openerp-web +#: code:addons/web/controllers/main.py:768 +#: code:addons/web/static/src/js/chrome.js:514 +#: code:addons/web/static/src/xml/base.xml:216 +#, python-format +msgid "Backup Database" +msgstr "Cópia de Segurança do Banco de Dados" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/views.js:463 +#, python-format +msgid "%(view_type)s view" +msgstr "Visualização %(view_type)s" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/dates.js:49 +#: code:addons/web/static/src/js/dates.js:53 +#, python-format +msgid "'%s' is not a valid date" +msgstr "'%s' não é uma data válida" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1837 +#, python-format +msgid "Here is a preview of the file we could not import:" +msgstr "Aqui está uma visualização do arquivo que não pode ser importado:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/coresetup.js:601 +#, python-format +msgid "about a minute ago" +msgstr "por volta de um minuto atrás" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1297 +#, python-format +msgid "File" +msgstr "Arquivo" + +#. module: web +#: code:addons/web/controllers/main.py:826 +#, python-format +msgid "You cannot leave any password empty." +msgstr "Você não pode deixar nenhuma senha em branco." + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:680 +#, python-format +msgid "Invalid username or password" +msgstr "Nome de usuário ou senha inválidos" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:206 +#: code:addons/web/static/src/xml/base.xml:238 +#: code:addons/web/static/src/xml/base.xml:260 +#, python-format +msgid "Master Password:" +msgstr "Senha do Super Admin" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1217 +#: code:addons/web/static/src/xml/base.xml:1374 +#, python-format +msgid "Select" +msgstr "Selecionar" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:549 +#, python-format +msgid "Database restored successfully" +msgstr "Banco de dados restaurado com sucesso" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:415 +#, python-format +msgid "Version" +msgstr "Versão" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:570 +#, python-format +msgid "Latest Modification Date:" +msgstr "Data da Última Modificação:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1459 +#, python-format +msgid "M2O search fields do not currently handle multiple default values" +msgstr "Campos de pesquisa M2O não aceitão múltiplos valores padrão" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:1227 +#, python-format +msgid "Widget type '%s' is not implemented" +msgstr "Widget de '%s' não foi implementado" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1608 +#, python-format +msgid "Share with all users" +msgstr "Compartilhar com todos os usuários" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:77 +#: code:addons/web/static/src/js/view_form.js:321 +#, python-format +msgid "Form" +msgstr "Formulário" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1324 +#, python-format +msgid "(no string)" +msgstr "(sem string)" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/formats.js:282 +#, python-format +msgid "'%s' is not a correct time" +msgstr "'%s' não é um tempo correto" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1297 +#, python-format +msgid "not a valid number" +msgstr "não é um número válido" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:325 +#, python-format +msgid "New Password:" +msgstr "Nova Senha" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:610 +#, python-format +msgid "Attachment :" +msgstr "Anexo:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1691 +#, python-format +msgid "Fields to export" +msgstr "Campos para exportar" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:1340 +#, python-format +msgid "Undefined" +msgstr "Indefinida" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:4871 +#, python-format +msgid "File Upload" +msgstr "Upload de arquivo" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/coresetup.js:607 +#, python-format +msgid "about a month ago" +msgstr "por volta de um mês atrás" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1600 +#, python-format +msgid "Custom Filters" +msgstr "Filtros personalizados" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1336 +#, python-format +msgid "Button Type:" +msgstr "Tipo do Botão:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:419 +#, python-format +msgid "OpenERP SA Company" +msgstr "OpenERP SA" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1553 +#, python-format +msgid "Custom Filter" +msgstr "Filtro Personalizado" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:159 +#, python-format +msgid "Duplicate Database" +msgstr "Duplicar base de dados" + +#. module: web +#. openerp-web +#: code:addons/web/controllers/main.py:789 +#: code:addons/web/controllers/main.py:790 +#: code:addons/web/controllers/main.py:826 +#: code:addons/web/controllers/main.py:828 +#: code:addons/web/controllers/main.py:834 +#: code:addons/web/controllers/main.py:835 +#: code:addons/web/static/src/js/chrome.js:768 +#: code:addons/web/static/src/xml/base.xml:276 +#: code:addons/web/static/src/xml/base.xml:336 +#, python-format +msgid "Change Password" +msgstr "Alterar Senha" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:3411 +#, python-format +msgid "View type '%s' is not supported in One2Many." +msgstr "O tipo de visão '%s' não é suportado em One2Many" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:4951 +#: code:addons/web/static/src/js/view_list.js:2194 +#, python-format +msgid "Download" +msgstr "Download" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/formats.js:266 +#, python-format +msgid "'%s' is not a correct datetime" +msgstr "'%s' não é uma data correta" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:417 +#, python-format +msgid "Group" +msgstr "Agrupar" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:927 +#, python-format +msgid "Unhandled widget" +msgstr "Widget não utilizado" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:982 +#, python-format +msgid "Selection:" +msgstr "Seleção:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:871 +#, python-format +msgid "The following fields are invalid:" +msgstr "Os seguintes campos são inválidos:" + +#. module: web +#: code:addons/web/controllers/main.py:847 +#, python-format +msgid "Languages" +msgstr "Idiomas" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1270 +#, python-format +msgid "...Upload in progress..." +msgstr "... Upload em progresso ..." + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1768 +#, python-format +msgid "Import" +msgstr "Importar" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:543 +#, python-format +msgid "Could not restore the database" +msgstr "Não foi possível restaurar a base de dados" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:4851 +#, python-format +msgid "File upload" +msgstr "Upload de arquivos" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:3804 +#, python-format +msgid "Action Button" +msgstr "Botão de Ação" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:542 +#: code:addons/web/static/src/xml/base.xml:1467 +#, python-format +msgid "Manage Filters" +msgstr "Gerenciar Filtros" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1867 +#, python-format +msgid "contains" +msgstr "contém" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/coresetup.js:633 +#, python-format +msgid "Take a minute to get a coffee,
    because it's loading..." +msgstr "Espere uns minutos, pegue um café,
    porque está carregando..." + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:413 +#, python-format +msgid "Activate the developer mode" +msgstr "Ativar o modo de desenvolvedor" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:324 +#, python-format +msgid "Loading (%d)" +msgstr "Carregando (%d)" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1114 +#, python-format +msgid "GroupBy" +msgstr "AgruparPor" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:687 +#, python-format +msgid "You must select at least one record." +msgstr "Você precisa selecionar ao menos um registro." + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:535 +#, python-format +msgid "View Log (perm_read)" +msgstr "Visualiza Log (perm_read)" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:1061 +#, python-format +msgid "Set Default" +msgstr "Configurar Padrão" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:978 +#, python-format +msgid "Relation:" +msgstr "Relação:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/coresetup.js:600 +#, python-format +msgid "less than a minute ago" +msgstr "menos de um minuto atrás" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:851 +#, python-format +msgid "Condition:" +msgstr "Condição:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:1692 +#, python-format +msgid "Unsupported operator %s in domain %s" +msgstr "Operador %s não suportado no domínio %s" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/formats.js:242 +#, python-format +msgid "'%s' is not a correct float" +msgstr "'%s' não é um float correto" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:549 +#, python-format +msgid "Restored" +msgstr "Restaurado" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:394 +#, python-format +msgid "%d-%d of %d" +msgstr "%d-%d de %d" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:2868 +#, python-format +msgid "Create and Edit..." +msgstr "Criar e Editar..." + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/pyeval.js:731 +#, python-format +msgid "Unknown nonliteral type " +msgstr "Tipo não literal desconhecido " + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:2346 +#, python-format +msgid "Resource error" +msgstr "Erro no Recurso" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1961 +#, python-format +msgid "is not" +msgstr "não é" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:550 +#, python-format +msgid "Print Workflow" +msgstr "Imprimir Workflow" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:396 +#, python-format +msgid "Please confirm your new password" +msgstr "Por favor confirme sua nova senha" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1804 +#, python-format +msgid "UTF-8" +msgstr "UTF-8" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:421 +#, python-format +msgid "For more information visit" +msgstr "Para mais informações visite" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1859 +#, python-format +msgid "Add All Info..." +msgstr "Incluir toda informação..." + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1683 +#, python-format +msgid "Export Formats" +msgstr "Formatos de Exportação" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:974 +#, python-format +msgid "On change:" +msgstr "Ao alterar:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/views.js:865 +#, python-format +msgid "Model %s fields" +msgstr "Modelo %s campos" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:893 +#, python-format +msgid "Setting 'id' attribute on existing record %s" +msgstr "Definindo o atributo de 'id' no registro existente %s" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:8 +#, python-format +msgid "List" +msgstr "Lista" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1881 +#: code:addons/web/static/src/js/search.js:1915 +#: code:addons/web/static/src/js/search.js:1940 +#, python-format +msgid "greater than" +msgstr "maior que" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:2248 +#: code:addons/web/static/src/xml/base.xml:546 +#, python-format +msgid "View" +msgstr "Visão" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1466 +#, python-format +msgid "Save Filter" +msgstr "Salvar Filtro" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1344 +#, python-format +msgid "Action ID:" +msgstr "ID da Ação:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:457 +#, python-format +msgid "Your user's preference timezone does not match your browser timezone:" +msgstr "" +"O fuso horário definido em suas preferências é diferente do fuso horário do " +"navegador:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:1223 +#, python-format +msgid "Field '%s' specified in view could not be found." +msgstr "O campo '%s' especificado em sua visão não pode ser encontrado." + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1756 +#, python-format +msgid "Saved exports:" +msgstr "Exportações salvas" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:320 +#, python-format +msgid "Old Password:" +msgstr "Senha Anterior" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/formats.js:113 +#, python-format +msgid "Bytes,Kb,Mb,Gb,Tb,Pb,Eb,Zb,Yb" +msgstr "Bytes,Kb,Mb,Gb,Tb,Pb,Eb,Zb,Yb" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:481 +#, python-format +msgid "The database has been duplicated." +msgstr "A base de dados foi duplicada." + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1625 +#, python-format +msgid "Apply" +msgstr "Aplicar" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1386 +#, python-format +msgid "Save & New" +msgstr "Salvar & Novo" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1223 +#: code:addons/web/static/src/xml/base.xml:1225 +#, python-format +msgid "Save As" +msgstr "Salvar Como" + +#. module: web +#. openerp-web +#: code:addons/web/doc/module/static/src/xml/web_example.xml:3 +#, python-format +msgid "00:00:00" +msgstr "00:00:00" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:2317 +#, python-format +msgid "E-mail error" +msgstr "Erro no E-mail" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/coresetup.js:605 +#, python-format +msgid "a day ago" +msgstr "há um dia" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1789 +#, python-format +msgid "Does your file have titles?" +msgstr "O seu arquivo tem títulos?" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:327 +#, python-format +msgid "Unlimited" +msgstr "Ilimitado" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:784 +#, python-format +msgid "" +"Warning, the record has been modified, your changes will be discarded.\n" +"\n" +"Are you sure you want to leave this page ?" +msgstr "" +"Atenção, o registro foi modificado, as alterações serão descartadas.\n" +"\n" +"Tem certeza de que quer sair desta página?" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:2904 +#, python-format +msgid "Search: " +msgstr "Pesquisar: " + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:544 +#, python-format +msgid "Technical translation" +msgstr "Tradução Técnica" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1797 +#, python-format +msgid "Delimiter:" +msgstr "Delimitador:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:462 +#, python-format +msgid "Browser's timezone" +msgstr "Fuso Horário do Navegador" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1605 +#, python-format +msgid "Filter name" +msgstr "Nome do filtro" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1464 +#, python-format +msgid "-- Actions --" +msgstr "-- Ações --" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:4134 +#: code:addons/web/static/src/js/view_form.js:4294 +#: code:addons/web/static/src/xml/base.xml:1407 +#: code:addons/web/static/src/xml/base.xml:1705 +#, python-format +msgid "Add" +msgstr "Adicionar" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:536 +#, python-format +msgid "Toggle Form Layout Outline" +msgstr "Alternar layout do form" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:421 +#, python-format +msgid "OpenERP.com" +msgstr "OpenERP.com" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:2317 +#, python-format +msgid "Can't send email to invalid e-mail address" +msgstr "Não é possível enviar mensagens para um endereço de e-mail inválido" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:636 +#, python-format +msgid "Add..." +msgstr "Adicionar..." + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:405 +#, python-format +msgid "Preferences" +msgstr "Preferências" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:436 +#, python-format +msgid "Wrong on change format: %s" +msgstr "Formato invalido para on change: %s" + +#. module: web +#. openerp-web +#: code:addons/web/controllers/main.py:750 +#: code:addons/web/static/src/xml/base.xml:185 +#, python-format +msgid "Drop Database" +msgstr "Excluir base de dados" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:466 +#, python-format +msgid "Click here to change your user's timezone." +msgstr "Clique aqui para alterar o fuso horário do seu usuário." + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:966 +#, python-format +msgid "Modifiers:" +msgstr "Modificadores:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:627 +#, python-format +msgid "Delete this attachment" +msgstr "Excluir este anexo" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:774 +#: code:addons/web/static/src/xml/base.xml:815 +#: code:addons/web/static/src/xml/base.xml:1382 +#: code:addons/web/static/src/xml/base.xml:1612 +#, python-format +msgid "Save" +msgstr "Salvar" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/views.js:999 +#: code:addons/web/static/src/xml/base.xml:352 +#, python-format +msgid "More" +msgstr "Mais" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:73 +#, python-format +msgid "Username" +msgstr "Nome de usuário" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:481 +#, python-format +msgid "Duplicating database" +msgstr "Duplicando a base de dados" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:563 +#, python-format +msgid "Password has been changed successfully" +msgstr "A senha foi alterada com sucesso" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list_editable.js:788 +#, python-format +msgid "The form's data can not be discarded" +msgstr "Os dados do formulário não podem ser descartados" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:533 +#, python-format +msgid "Debug View#" +msgstr "Visão de Depuração#" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:77 +#, python-format +msgid "Log in" +msgstr "Acessar" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:198 +#: code:addons/web/static/src/js/view_list.js:346 +#: code:addons/web/static/src/xml/base.xml:1764 +#, python-format +msgid "Delete" +msgstr "Excluir" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/pyeval.js:769 +#, python-format +msgid "" +"Local evaluation failure\n" +"%s\n" +"\n" +"%s" +msgstr "" +"Falha na avaliação local\n" +"%s\n" +"\n" +"%s" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:350 +#, python-format +msgid "Invalid database name" +msgstr "Nome de banco de dados inválido" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1693 +#, python-format +msgid "Save fields list" +msgstr "Salvar lista de campos" + +#. module: web +#. openerp-web +#: code:addons/web/doc/module/static/src/xml/web_example.xml:5 +#, python-format +msgid "Start" +msgstr "Iniciar" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/views.js:823 +#, python-format +msgid "View Log (%s)" +msgstr "Ver o Log (%s)" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:564 +#, python-format +msgid "Creation Date:" +msgstr "Data de Criação:" + +#. module: web +#: code:addons/web/controllers/main.py:790 +#: code:addons/web/controllers/main.py:835 +#, python-format +msgid "Error, password not changed !" +msgstr "Erro, senha não alterada!" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:4850 +#, python-format +msgid "The selected file exceed the maximum file size of %s." +msgstr "O arquivo selecionado excede o tamanho máximo de %s." + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:632 +#: code:addons/web/static/src/xml/base.xml:1300 +#, python-format +msgid "/web/binary/upload_attachment" +msgstr "/web/binary/upload_attachment" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:563 +#, python-format +msgid "Changed Password" +msgstr "Senha Alterada" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1431 +#, python-format +msgid "Search" +msgstr "Pesquisar" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:3032 +#: code:addons/web/static/src/js/view_form.js:3668 +#: code:addons/web/static/src/js/view_form.js:3785 +#: code:addons/web/static/src/js/view_form.js:4230 +#: code:addons/web/static/src/js/view_form.js:4353 +#, python-format +msgid "Open: " +msgstr "Aberto: " + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:218 +#: code:addons/web/static/src/xml/base.xml:309 +#, python-format +msgid "Backup" +msgstr "Cópia de Segurança" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/dates.js:76 +#: code:addons/web/static/src/js/dates.js:80 +#, python-format +msgid "'%s' is not a valid time" +msgstr "'%s' não é uma hora válida" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/formats.js:274 +#, python-format +msgid "'%s' is not a correct date" +msgstr "'%s' não é uma data correta" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:933 +#, python-format +msgid "(nolabel)" +msgstr "(sem rótulo)" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/coresetup.js:606 +#, python-format +msgid "%d days ago" +msgstr "%d dias atrás" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1474 +#, python-format +msgid "(Any existing filter with the same name will be replaced)" +msgstr "(Qualquer filtro existente com o mesmo nome será substituído)" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:1918 +#: code:addons/web/static/src/xml/base.xml:338 +#: code:addons/web/static/src/xml/base.xml:1377 +#: code:addons/web/static/src/xml/base.xml:1860 +#, python-format +msgid "Cancel" +msgstr "Cancelar" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/coresetup.js:628 +#: code:addons/web/static/src/xml/base.xml:9 +#, python-format +msgid "Loading..." +msgstr "Carregando..." + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:567 +#, python-format +msgid "Latest Modification by:" +msgstr "Última Modificação por:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:1242 +#: code:addons/web/static/src/xml/base.xml:470 +#, python-format +msgid "Timezone mismatch" +msgstr "Fuso horário diferentes" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:1646 +#, python-format +msgid "Unknown operator %s in domain %s" +msgstr "Operador %s desconhecido no domínio %s" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:428 +#, python-format +msgid "%d / %d" +msgstr "%d / %d" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1782 +#, python-format +msgid "2. Check your file format" +msgstr "2. Verifique o formato de seu arquivo" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1718 +#, python-format +msgid "Name" +msgstr "Nome" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1775 +#, python-format +msgid "" +"Select a .CSV file to import. If you need a sample of file to import,\n" +" you should use the export tool with the \"Import Compatible\" option." +msgstr "" +"Selecionar um arquivo .CSV para importar. Se você precisar de uma amostra do " +"arquivo para importação,\n" +" você deve usar a ferramenta de exportação com a opção \"Importação " +"Compatível\"." + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/coresetup.js:608 +#, python-format +msgid "%d months ago" +msgstr "%d meses atrás" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:187 +#: code:addons/web/static/src/xml/base.xml:308 +#, python-format +msgid "Drop" +msgstr "Excluir" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1465 +#, python-format +msgid "Add Advanced Filter" +msgstr "Adiciona Filtro Avançado" + +#. module: web +#: code:addons/web/controllers/main.py:828 +#, python-format +msgid "The new password and its confirmation must be identical." +msgstr "A nova senha e sua confirmação devem ser idênticas." + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:542 +#: code:addons/web/static/src/xml/base.xml:248 +#, python-format +msgid "Restore Database" +msgstr "Restaurar base de dados" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:644 +#, python-format +msgid "Login" +msgstr "Autenticação" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:420 +#, python-format +msgid "Licenced under the terms of" +msgstr "Licenciado sob os termos de" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:250 +#: code:addons/web/static/src/xml/base.xml:310 +#, python-format +msgid "Restore" +msgstr "Restaurar" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1677 +#, python-format +msgid "Export Type:" +msgstr "Tipo de Exportação:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:406 +#, python-format +msgid "Log out" +msgstr "Sair" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1090 +#, python-format +msgid "Group by: %s" +msgstr "Agrupar por: %s" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:153 +#, python-format +msgid "No data provided." +msgstr "Nenhum dado fornecido" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:345 +#: code:addons/web/static/src/xml/base.xml:1665 +#, python-format +msgid "Export" +msgstr "Exportar" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/data_export.js:12 +#, python-format +msgid "Export To File" +msgstr "Exportar para Arquivo" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/views.js:1097 +#, python-format +msgid "You must choose at least one record." +msgstr "Você deve escolher pelo menos um registro." + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/coresetup.js:631 +#, python-format +msgid "Don't leave yet,
    it's still loading..." +msgstr "NĂŁo saia dai,
    que ainda está carregando ..." + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:775 +#, python-format +msgid "Invalid Search" +msgstr "Pesquisa Inválida" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:980 +#, python-format +msgid "Could not find id in dataset" +msgstr "Não foi possível encontrar o ID no conjunto de dados" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1707 +#, python-format +msgid "Remove All" +msgstr "Remover Tudo" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1340 +#, python-format +msgid "Method:" +msgstr "Método:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:1439 +#, python-format +msgid "%(page)d/%(page_count)d" +msgstr "%(page)d/%(page_count)d" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:397 +#, python-format +msgid "The confirmation does not match the password" +msgstr "A confirmação da senha não confere" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:441 +#, python-format +msgid "Edit Company data" +msgstr "Editar dados da empresa" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:4886 +#, python-format +msgid "Save As..." +msgstr "Salvar como..." + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:5007 +#, python-format +msgid "Could not display the selected image." +msgstr "Não foi possivel mostrar a imagem selecionada." + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:509 +#, python-format +msgid "Database backed up successfully" +msgstr "Backup do banco de dado realizado com sucesso" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1808 +#, python-format +msgid "" +"For use if CSV files have titles on multiple lines, skips more than a single " +"line during import" +msgstr "" +"Para uso se arquivos CSV tiverem títulos em múltiplas linhas, ignora mais " +"que uma linha durante a importação" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:394 +#, python-format +msgid "99+" +msgstr "99+" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1774 +#, python-format +msgid "1. Import a .CSV file" +msgstr "Importar um arquivo CSV." + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:644 +#, python-format +msgid "No database selected !" +msgstr "Nenhuma base de dados selecionada" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/formats.js:180 +#, python-format +msgid "(%d records)" +msgstr "(%d registros)" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:970 +#, python-format +msgid "Change default:" +msgstr "Alterar padrão" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:171 +#, python-format +msgid "Original database name:" +msgstr "Nome original da base de dados:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1869 +#: code:addons/web/static/src/js/search.js:1879 +#: code:addons/web/static/src/js/search.js:1913 +#: code:addons/web/static/src/js/search.js:1938 +#, python-format +msgid "is equal to" +msgstr "é igual a" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/views.js:1500 +#, python-format +msgid "Could not serialize XML" +msgstr "Não foi possível serializar o XML" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1619 +#, python-format +msgid "Advanced Search" +msgstr "Busca Avançada" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:290 +#, python-format +msgid "Confirm new master password:" +msgstr "Confirme a Senha do Super Admin:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/coresetup.js:634 +#, python-format +msgid "Maybe you should consider reloading the application by pressing F5..." +msgstr "Tente recarregar a aplicação pressionado F5 ..." + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:17 +#: code:addons/web/static/src/js/view_list.js:2248 +#: code:addons/web/static/src/xml/base.xml:111 +#: code:addons/web/static/src/xml/base.xml:306 +#: code:addons/web/static/src/xml/base.xml:812 +#: code:addons/web/static/src/xml/base.xml:1376 +#, python-format +msgid "Create" +msgstr "Criar" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1868 +#, python-format +msgid "doesn't contain" +msgstr "não contém" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1785 +#, python-format +msgid "Import Options" +msgstr "Opções de Importação" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:2936 +#, python-format +msgid "Add %s" +msgstr "Adicionar %s" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:145 +#, python-format +msgid "Admin password:" +msgstr "Senha do Administrador" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/data_export.js:11 +#: code:addons/web/static/src/js/view_form.js:1067 +#: code:addons/web/static/src/xml/base.xml:1394 +#, python-format +msgid "Close" +msgstr "Fechar" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/coresetup.js:632 +#, python-format +msgid "" +"You may not believe it,
    but the application is actually loading..." +msgstr "" +"VocĂŞ pode nĂŁo acreditar,
    mas a aplicação está realmente carregando ..." + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1779 +#, python-format +msgid "CSV File:" +msgstr "Arquivo CSV:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1741 +#, python-format +msgid "Advanced" +msgstr "Avançado" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_tree.js:11 +#, python-format +msgid "Tree" +msgstr "Ărvore" + +#. module: web +#: code:addons/web/controllers/main.py:750 +#, python-format +msgid "Could not drop database !" +msgstr "NĂŁo foi possĂ­vel excluir a base de dados!" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/formats.js:227 +#, python-format +msgid "'%s' is not a correct integer" +msgstr "'%s' nĂŁo Ă© um integer correto" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:877 +#, python-format +msgid "All users" +msgstr "Todos os usuários" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:1654 +#, python-format +msgid "Unknown field %s in domain %s" +msgstr "Campo %s desconhecido no domĂ­nio %s" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/views.js:1466 +#, python-format +msgid "Node [%s] is not a JSONified XML node" +msgstr "O NĂł [%s] nĂŁo Ă© um nĂł no formato XML JSONified" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1428 +#, python-format +msgid "Advanced Search..." +msgstr "Busca Avançada..." + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:499 +#, python-format +msgid "Dropping database" +msgstr "Excluindo base de dados" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:82 +#: code:addons/web/static/src/xml/base.xml:445 +#, python-format +msgid "Powered by" +msgstr "Desenvolvido por" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1380 +#: code:addons/web/static/src/xml/base.xml:970 +#, python-format +msgid "Yes" +msgstr "Sim" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:4871 +#, python-format +msgid "There was a problem while uploading your file" +msgstr "Houve um problema ao fazer o upload do arquivo" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:558 +#, python-format +msgid "XML ID:" +msgstr "ID XML:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:954 +#, python-format +msgid "Size:" +msgstr "Tamanho:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1824 +#, python-format +msgid "--- Don't Import ---" +msgstr "--- NĂŁo Importar ---" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1679 +#, python-format +msgid "Import-Compatible Export" +msgstr "Importar-CompatĂ­vel com Exportar" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/coresetup.js:610 +#, python-format +msgid "%d years ago" +msgstr "%d anos atrás" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:1040 +#, python-format +msgid "Unknown m2m command %s" +msgstr "Comando m2m desconhecido %s" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:1068 +#, python-format +msgid "Save default" +msgstr "Salvar padrĂŁo" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:121 +#: code:addons/web/static/src/xml/base.xml:175 +#: code:addons/web/static/src/xml/base.xml:264 +#, python-format +msgid "New database name:" +msgstr "Nome do Novo banco de dados:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:394 +#, python-format +msgid "Please enter your new password" +msgstr "Entre com sua nova senha" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:4886 +#, python-format +msgid "The field is empty, there's nothing to save !" +msgstr "O campo está vazio, nĂŁo tem nada para salvar!" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:545 +#, python-format +msgid "Manage Views" +msgstr "Administrar Visões" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1801 +#, python-format +msgid "Encoding:" +msgstr "Codificação:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1808 +#, python-format +msgid "Lines to skip" +msgstr "Linhas para ignorar" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:2858 +#, python-format +msgid "Create \"%s\"" +msgstr "Criar \"%s\"" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/data_export.js:361 +#, python-format +msgid "Please select fields to save export list..." +msgstr "Por favor, selecione os campos para salvar na lista de exportação" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:418 +#, python-format +msgid "Copyright © 2004-TODAY OpenERP SA. All Rights Reserved." +msgstr "Copyright © 2004-HOJE OpenERP SA. Todos os Direitos Reservados." + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:2346 +#, python-format +msgid "This resource is empty" +msgstr "Este recurso está vazio" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1689 +#, python-format +msgid "Available fields" +msgstr "Campos DisponĂ­veis" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1835 +#, python-format +msgid "The import failed due to:" +msgstr "A importação falhou devido a:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/views.js:812 +#: code:addons/web/static/src/xml/base.xml:539 +#, python-format +msgid "JS Tests" +msgstr "Testes JS" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1750 +#, python-format +msgid "Save as:" +msgstr "Salvar como:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:927 +#, python-format +msgid "Filter on: %s" +msgstr "Filtrar por: %s" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:2904 +#: code:addons/web/static/src/js/view_form.js:3757 +#, python-format +msgid "Create: " +msgstr "Criar: " + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:540 +#, python-format +msgid "View Fields" +msgstr "Visualiza Campos" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:330 +#, python-format +msgid "Confirm New Password:" +msgstr "Confirmar a nova senha:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:575 +#, python-format +msgid "Do you really want to remove these records?" +msgstr "Deseja remover estes registros?" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:958 +#, python-format +msgid "Context:" +msgstr "Contexto:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1933 +#: code:addons/web/static/src/js/search.js:1960 +#, python-format +msgid "is" +msgstr "Ă©" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/data_export.js:6 +#, python-format +msgid "Export Data" +msgstr "Exportar Dados" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:962 +#, python-format +msgid "Domain:" +msgstr "DomĂ­nio:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:834 +#, python-format +msgid "Default:" +msgstr "PadrĂŁo:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:82 +#: code:addons/web/static/src/xml/base.xml:446 +#, python-format +msgid "OpenERP" +msgstr "OpenERP" + +#. module: web +#. openerp-web +#: code:addons/web/doc/module/static/src/xml/web_example.xml:8 +#, python-format +msgid "Stop" +msgstr "Parar" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:68 +#: code:addons/web/static/src/xml/base.xml:193 +#: code:addons/web/static/src/xml/base.xml:225 +#, python-format +msgid "Database:" +msgstr "Banco de Dados:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1183 +#: code:addons/web/static/src/xml/base.xml:1240 +#, python-format +msgid "Uploading ..." +msgstr "Tranferindo..." + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1853 +#, python-format +msgid "Name:" +msgstr "Nome:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:1058 +#, python-format +msgid "About" +msgstr "Sobre" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1431 +#, python-format +msgid "Search Again" +msgstr "Pesquisar Novamente" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1455 +#, python-format +msgid "-- Filters --" +msgstr "-- Filtros --" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1230 +#: code:addons/web/static/src/xml/base.xml:1232 +#, python-format +msgid "Clear" +msgstr "Limpar" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1680 +#, python-format +msgid "Export all Data" +msgstr "Exportar todos os Dados" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:1334 +#, python-format +msgid "" +"Grouping on field '%s' is not possible because that field does not appear in " +"the list view." +msgstr "" +"Agrupar por em campo '% s' nĂŁo Ă© possĂ­vel porque o campo nĂŁo aparece na " +"visualização lista." + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:537 +#, python-format +msgid "Set Defaults" +msgstr "Definir padrões" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1670 +#, python-format +msgid "" +"This wizard will export all data that matches the current search criteria to " +"a CSV file.\n" +" You can export all data or only the fields that can be " +"reimported after modification." +msgstr "" +"Este assistente irá exportar todos os dados que corresponda aos critĂ©rios de " +"pesquisa atual em um arquivo CSV.\n" +" VocĂŞ pode exportar todos os dados ou apenas os campos que podem " +"ser reimportados apĂłs a modificação." + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:321 +#, python-format +msgid "The record could not be found in the database." +msgstr "O registro nĂŁo foi encontrado no banco de dados" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1472 +#, python-format +msgid "Filter Name:" +msgstr "Nome do Filtro" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:946 +#, python-format +msgid "Type:" +msgstr "Tipo:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:538 +#, python-format +msgid "Incorrect super-administrator password" +msgstr "Senha de Super Admin incorreta" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:942 +#, python-format +msgid "Object:" +msgstr "Objeto:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:292 +#: code:addons/web/static/src/js/chrome.js:326 +#, python-format +msgid "Loading" +msgstr "Carregando" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/coresetup.js:609 +#, python-format +msgid "about a year ago" +msgstr "por volta de um ano atrás" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1870 +#: code:addons/web/static/src/js/search.js:1880 +#: code:addons/web/static/src/js/search.js:1914 +#: code:addons/web/static/src/js/search.js:1939 +#, python-format +msgid "is not equal to" +msgstr "Ă© diferente de" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:5036 +#, python-format +msgid "" +"The type of the field '%s' must be a many2many field with a relation to " +"'ir.attachment' model." +msgstr "" +"O campo '%s' deve ser do tipo many2many como uma relação com o modelo " +"'ir.attachment'." + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/coresetup.js:604 +#, python-format +msgid "%d hours ago" +msgstr "%d horas atrás" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:4206 +#: code:addons/web/static/src/js/view_form.js:4335 +#, python-format +msgid "Add: " +msgstr "Adicionar: " + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1858 +#, python-format +msgid "Quick Add" +msgstr "InclusĂŁo Rápida" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1805 +#, python-format +msgid "Latin 1" +msgstr "Latin 1" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:260 +#: code:addons/web/static/src/js/chrome.js:269 +#: code:addons/web/static/src/js/chrome.js:449 +#: code:addons/web/static/src/js/chrome.js:792 +#: code:addons/web/static/src/js/view_form.js:572 +#: code:addons/web/static/src/js/view_form.js:1923 +#: code:addons/web/static/src/xml/base.xml:1752 +#, python-format +msgid "Ok" +msgstr "Ok" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/views.js:1162 +#, python-format +msgid "Uploading..." +msgstr "Enviando..." + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:125 +#, python-format +msgid "Load Demonstration data:" +msgstr "Carregar dados de demonstração:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:615 +#, python-format +msgid "Created by :" +msgstr "Criado por:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/dates.js:22 +#: code:addons/web/static/src/js/dates.js:26 +#, python-format +msgid "'%s' is not a valid datetime" +msgstr "'%s' nĂŁo Ă© uma data válida" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:256 +#, python-format +msgid "File:" +msgstr "Arquivo:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1882 +#: code:addons/web/static/src/js/search.js:1916 +#: code:addons/web/static/src/js/search.js:1941 +#, python-format +msgid "less than" +msgstr "menor que" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:687 +#: code:addons/web/static/src/js/views.js:1097 +#, python-format +msgid "Warning" +msgstr "Aviso" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:547 +#, python-format +msgid "Edit SearchView" +msgstr "Editar Busca" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1975 +#, python-format +msgid "is true" +msgstr "Ă© verdadeiro" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:3909 +#, python-format +msgid "Add an item" +msgstr "Incluir um item" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1603 +#, python-format +msgid "Save current filter" +msgstr "Salvar o filtro atual" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:1915 +#, python-format +msgid "Confirm" +msgstr "Confirmar" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/data_export.js:126 +#, python-format +msgid "Please enter save field list name" +msgstr "Por favor, entre o nome da lista de campos salva" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:2206 +#, python-format +msgid "Download \"%s\"" +msgstr "Download \"%s\"" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:326 +#, python-format +msgid "New" +msgstr "Novo" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:1767 +#, python-format +msgid "Can't convert value %s to context" +msgstr "NĂŁo foi possĂ­vel converter o valor %s para contexto" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/views.js:807 +#: code:addons/web/static/src/xml/base.xml:541 +#, python-format +msgid "Fields View Get" +msgstr "Fields View Get" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:149 +#, python-format +msgid "Confirm password:" +msgstr "Confirmar Senha:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1883 +#: code:addons/web/static/src/js/search.js:1917 +#: code:addons/web/static/src/js/search.js:1942 +#, python-format +msgid "greater or equal than" +msgstr "maior ou igual a" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1321 +#, python-format +msgid "Button" +msgstr "BotĂŁo" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:418 +#, python-format +msgid "OpenERP is a trademark of the" +msgstr "OpenERP Ă© uma marca de" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/data_export.js:374 +#, python-format +msgid "Please select fields to export..." +msgstr "Por favor, selecione os campos para exportar..." + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:286 +#, python-format +msgid "New master password:" +msgstr "Nova Senha do Super Admin:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1976 +#, python-format +msgid "is false" +msgstr "Ă© falso" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:404 +#, python-format +msgid "About OpenERP" +msgstr "Sobre OpenERP" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/formats.js:297 +#, python-format +msgid "'%s' is not a correct date, datetime nor time" +msgstr "'%s' nĂŁo Ă© uma data ou tempo corretos" + +#. module: web +#: code:addons/web/controllers/main.py:1264 +#, python-format +msgid "No content found for field '%s' on '%s:%s'" +msgstr "Nenhum conteĂşdo encontrado para o campo '%s' em '%s:%s'" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:304 +#, python-format +msgid "Database Management" +msgstr "Gerenciamento do banco de dados" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:5007 +#, python-format +msgid "Image" +msgstr "Imagem" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:81 +#, python-format +msgid "Manage Databases" +msgstr "Administrar bancos de dados" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/pyeval.js:765 +#, python-format +msgid "Evaluation Error" +msgstr "Erro de Avaliação" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1283 +#, python-format +msgid "not a valid integer" +msgstr "nĂŁo Ă© um nĂşmero inteiro válido" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:337 +#: code:addons/web/static/src/xml/base.xml:776 +#: code:addons/web/static/src/xml/base.xml:816 +#: code:addons/web/static/src/xml/base.xml:1376 +#: code:addons/web/static/src/xml/base.xml:1384 +#: code:addons/web/static/src/xml/base.xml:1630 +#, python-format +msgid "or" +msgstr "ou" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1381 +#, python-format +msgid "No" +msgstr "NĂŁo" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/formats.js:309 +#, python-format +msgid "'%s' is not convertible to date, datetime nor time" +msgstr "'%s' nĂŁo Ă© uma data ou tempo convertivel" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:199 +#: code:addons/web/static/src/xml/base.xml:161 +#: code:addons/web/static/src/xml/base.xml:307 +#, python-format +msgid "Duplicate" +msgstr "Duplicar" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:777 +#: code:addons/web/static/src/xml/base.xml:817 +#: code:addons/web/static/src/xml/base.xml:1391 +#, python-format +msgid "Discard" +msgstr "Cancelar" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1624 +#, python-format +msgid "Add a condition" +msgstr "Adicionar uma condição" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/coresetup.js:629 +#, python-format +msgid "Still loading..." +msgstr "Ainda Carregando..." + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:818 +#, python-format +msgid "Incorrect value for field %(fieldname)s: [%(value)s] is %(message)s" +msgstr "Valor incorreto para campo %(fieldname)s: [%(value)s] Ă© %(message)s" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:3805 +#, python-format +msgid "The o2m record must be saved before an action can be used" +msgstr "O registro o2m precisa ser salvo antes de ser usado por uma ação" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:509 +#, python-format +msgid "Backed" +msgstr "Copiado" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1610 +#, python-format +msgid "Use by default" +msgstr "Usar por padrĂŁo" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:1348 +#, python-format +msgid "%s (%d)" +msgstr "%s (%d)" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:775 +#, python-format +msgid "triggered from search view" +msgstr "desencadeada a partir da visĂŁo de busca" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:978 +#, python-format +msgid "Filter" +msgstr "Filtrar" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:950 +#, python-format +msgid "Widget:" +msgstr "Componente:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:548 +#, python-format +msgid "Edit Action" +msgstr "Editar Ação" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:555 +#, python-format +msgid "ID:" +msgstr "ID:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:870 +#, python-format +msgid "Only you" +msgstr "Apenas eu" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:549 +#, python-format +msgid "Edit Workflow" +msgstr "Editar Workflow" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/views.js:1171 +#, python-format +msgid "Do you really want to delete this attachment ?" +msgstr "VocĂŞ deseja excluir este anexo?" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/views.js:840 +#, python-format +msgid "Technical Translation" +msgstr "Tradução TĂ©cnica" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:938 +#, python-format +msgid "Field:" +msgstr "Campo:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:620 +#, python-format +msgid "Modified by :" +msgstr "Modificado por:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:499 +#, python-format +msgid "The database %s has been dropped" +msgstr "A base de dados %s foi excluĂ­da" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:460 +#, python-format +msgid "User's timezone" +msgstr "Fuso horário do usuário" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:284 +#: code:addons/web/static/src/js/chrome.js:1168 +#, python-format +msgid "Client Error" +msgstr "Erro no aplicativo cliente" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/views.js:998 +#, python-format +msgid "Print" +msgstr "Imprimir" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1331 +#, python-format +msgid "Special:" +msgstr "Especial:" + +#. module: web +#: code:addons/web/controllers/main.py:834 +#, python-format +msgid "" +"The old password you provided is incorrect, your password was not changed." +msgstr "" +"A senha atual que vocĂŞ digitou está incorreta, sua senha nĂŁo foi alterada." + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:561 +#, python-format +msgid "Creation User:" +msgstr "Usuário de criação:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:769 +#, python-format +msgid "Do you really want to delete this record?" +msgstr "Deseja remover esse registro?" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1385 +#, python-format +msgid "Save & Close" +msgstr "Salvar & Fechar" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:2845 +#, python-format +msgid "Search More..." +msgstr "Pesquisar mais..." + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:75 +#: code:addons/web/static/src/xml/base.xml:311 +#, python-format +msgid "Password" +msgstr "Senha" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:546 +#: code:addons/web/static/src/xml/base.xml:809 +#: code:addons/web/static/src/xml/base.xml:1178 +#, python-format +msgid "Edit" +msgstr "Editar" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1706 +#, python-format +msgid "Remove" +msgstr "Remover" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1062 +#, python-format +msgid "Select date" +msgstr "Escolha a data" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1249 +#, python-format +msgid "Search %(field)s for: %(value)s" +msgstr "Procurar %(field)s por: %(value)s" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1277 +#, python-format +msgid "Delete this file" +msgstr "Apagar esse arquivo" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:109 +#, python-format +msgid "Create Database" +msgstr "Criar base de dados" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:420 +#, python-format +msgid "GNU Affero General Public License" +msgstr "Licença PĂşblica Geral GNU Affero" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1795 +#, python-format +msgid "Separator:" +msgstr "Separador:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:300 +#, python-format +msgid "Back to Login" +msgstr "Voltar ao Login" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1662 +#: code:addons/web/static/src/xml/base.xml:1454 +#, python-format +msgid "Filters" +msgstr "Filtros" diff --git a/web/i18n/ro.po b/web/i18n/ro.po new file mode 100644 index 0000000..fb2a766 --- /dev/null +++ b/web/i18n/ro.po @@ -0,0 +1,2634 @@ +# Romanian translation for openerp-web +# Copyright (c) 2012 Rosetta Contributors and Canonical Ltd 2012 +# This file is distributed under the same license as the openerp-web package. +# FIRST AUTHOR , 2012. +# +msgid "" +msgstr "" +"Project-Id-Version: openerp-web\n" +"Report-Msgid-Bugs-To: FULL NAME \n" +"POT-Creation-Date: 2012-12-21 17:06+0000\n" +"PO-Revision-Date: 2013-02-02 14:33+0000\n" +"Last-Translator: Dorin \n" +"Language-Team: Romanian \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Launchpad-Export-Date: 2013-02-03 05:29+0000\n" +"X-Generator: Launchpad (build 16462)\n" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:133 +#, python-format +msgid "Default language:" +msgstr "Limba implicita:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/coresetup.js:602 +#, python-format +msgid "%d minutes ago" +msgstr "acum %d minute" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/coresetup.js:630 +#, python-format +msgid "Still loading...
    Please be patient." +msgstr "Inca se incarca...
    Va rugam sa aveti rabdare." + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1832 +#, python-format +msgid "%(field)s %(operator)s \"%(value)s\"" +msgstr "%(field)s %(operator)s \"%(value)s\"" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1884 +#: code:addons/web/static/src/js/search.js:1918 +#: code:addons/web/static/src/js/search.js:1943 +#, python-format +msgid "less or equal than" +msgstr "mai mic(a) sau egal cu" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:393 +#, python-format +msgid "Please enter your previous password" +msgstr "Va rugam sa introduceti parola anterioara" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:117 +#: code:addons/web/static/src/xml/base.xml:167 +#: code:addons/web/static/src/xml/base.xml:282 +#, python-format +msgid "Master password:" +msgstr "Parola principala:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:274 +#, python-format +msgid "Change Master Password" +msgstr "Schimba Parola Principala" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:491 +#, python-format +msgid "Do you really want to delete the database: %s ?" +msgstr "Doriti intr-adevar sa stergeti baza de date: %s?" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1398 +#, python-format +msgid "Search %(field)s at: %(value)s" +msgstr "Cauta %(field)s la: %(value)s" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:537 +#, python-format +msgid "Access Denied" +msgstr "Acces Interzis" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:5183 +#, python-format +msgid "Uploading error" +msgstr "Eroare incarcare" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/coresetup.js:603 +#, python-format +msgid "about an hour ago" +msgstr "aproximativ o ora in urma" + +#. module: web +#. openerp-web +#: code:addons/web/controllers/main.py:768 +#: code:addons/web/static/src/js/chrome.js:514 +#: code:addons/web/static/src/xml/base.xml:216 +#, python-format +msgid "Backup Database" +msgstr "Copie de rezerva Baza de date" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/views.js:463 +#, python-format +msgid "%(view_type)s view" +msgstr "%(view_type)s vizualizare" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/dates.js:49 +#: code:addons/web/static/src/js/dates.js:53 +#, python-format +msgid "'%s' is not a valid date" +msgstr "'%s' nu este o data valida" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1837 +#, python-format +msgid "Here is a preview of the file we could not import:" +msgstr "Iata o previzualizare a fisierului pe care nu l-am putut importa:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/coresetup.js:601 +#, python-format +msgid "about a minute ago" +msgstr "aproximativ un minut in urma" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1297 +#, python-format +msgid "File" +msgstr "Fisier" + +#. module: web +#: code:addons/web/controllers/main.py:826 +#, python-format +msgid "You cannot leave any password empty." +msgstr "Nu puteti lasa necompletat campul parola." + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:680 +#, python-format +msgid "Invalid username or password" +msgstr "Nume de utilizator sau parola nevalid/a." + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:206 +#: code:addons/web/static/src/xml/base.xml:238 +#: code:addons/web/static/src/xml/base.xml:260 +#, python-format +msgid "Master Password:" +msgstr "Parola Administrator:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1217 +#: code:addons/web/static/src/xml/base.xml:1374 +#, python-format +msgid "Select" +msgstr "Selecteaza" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:549 +#, python-format +msgid "Database restored successfully" +msgstr "Baza de date recuperata cu succes" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:415 +#, python-format +msgid "Version" +msgstr "Versiune" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:570 +#, python-format +msgid "Latest Modification Date:" +msgstr "Data Ultimei Modificari:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1459 +#, python-format +msgid "M2O search fields do not currently handle multiple default values" +msgstr "" +"Campurile de cautare M2O nu se ocupa in prezent de valori implicite multiple" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:1227 +#, python-format +msgid "Widget type '%s' is not implemented" +msgstr "Tipul de widget '%s' nu este implementat" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1608 +#, python-format +msgid "Share with all users" +msgstr "Imparte cu toti utilizatorii" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:77 +#: code:addons/web/static/src/js/view_form.js:321 +#, python-format +msgid "Form" +msgstr "Formular" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1324 +#, python-format +msgid "(no string)" +msgstr "(fara clauza)" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/formats.js:282 +#, python-format +msgid "'%s' is not a correct time" +msgstr "'%s' nu este un timp corect" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1297 +#, python-format +msgid "not a valid number" +msgstr "nu este un numar valabil" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:325 +#, python-format +msgid "New Password:" +msgstr "Parola noua:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:610 +#, python-format +msgid "Attachment :" +msgstr "Atasament" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1691 +#, python-format +msgid "Fields to export" +msgstr "Campuri de exportat" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:1340 +#, python-format +msgid "Undefined" +msgstr "Nedefinit(a)" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:4871 +#, python-format +msgid "File Upload" +msgstr "Incarcare Fisier" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/coresetup.js:607 +#, python-format +msgid "about a month ago" +msgstr "aproximativ o luna in urma" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1600 +#, python-format +msgid "Custom Filters" +msgstr "Filtre Personalizate" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1336 +#, python-format +msgid "Button Type:" +msgstr "Tip Buton:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:419 +#, python-format +msgid "OpenERP SA Company" +msgstr "Compania OpenERP SA" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1553 +#, python-format +msgid "Custom Filter" +msgstr "Filtru Personalizat" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:159 +#, python-format +msgid "Duplicate Database" +msgstr "Copiaza Baza de date" + +#. module: web +#. openerp-web +#: code:addons/web/controllers/main.py:789 +#: code:addons/web/controllers/main.py:790 +#: code:addons/web/controllers/main.py:826 +#: code:addons/web/controllers/main.py:828 +#: code:addons/web/controllers/main.py:834 +#: code:addons/web/controllers/main.py:835 +#: code:addons/web/static/src/js/chrome.js:768 +#: code:addons/web/static/src/xml/base.xml:276 +#: code:addons/web/static/src/xml/base.xml:336 +#, python-format +msgid "Change Password" +msgstr "Schimba Parola" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:3411 +#, python-format +msgid "View type '%s' is not supported in One2Many." +msgstr "Vizualizarea de tip '%s' nu este acceptata in One2Many." + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:4951 +#: code:addons/web/static/src/js/view_list.js:2194 +#, python-format +msgid "Download" +msgstr "Descarca" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/formats.js:266 +#, python-format +msgid "'%s' is not a correct datetime" +msgstr "'%s' nu este o data corecta" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:417 +#, python-format +msgid "Group" +msgstr "Grup" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:927 +#, python-format +msgid "Unhandled widget" +msgstr "Widget netratat" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:982 +#, python-format +msgid "Selection:" +msgstr "Selectie:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:871 +#, python-format +msgid "The following fields are invalid:" +msgstr "Urmatoarele campuri sunt nevalide:" + +#. module: web +#: code:addons/web/controllers/main.py:847 +#, python-format +msgid "Languages" +msgstr "Limbi" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1270 +#, python-format +msgid "...Upload in progress..." +msgstr "...Descarcare in curs..." + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1768 +#, python-format +msgid "Import" +msgstr "Importa" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:543 +#, python-format +msgid "Could not restore the database" +msgstr "Baza de date nu a putut fi restabilita" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:4851 +#, python-format +msgid "File upload" +msgstr "Incarcare fisier" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:3804 +#, python-format +msgid "Action Button" +msgstr "Buton Actiune" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:542 +#: code:addons/web/static/src/xml/base.xml:1467 +#, python-format +msgid "Manage Filters" +msgstr "Gestioneaza Filtrele" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1867 +#, python-format +msgid "contains" +msgstr "contine" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/coresetup.js:633 +#, python-format +msgid "Take a minute to get a coffee,
    because it's loading..." +msgstr "Faceti o pauza de cafea,
    pentru ca se incarca..." + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:413 +#, python-format +msgid "Activate the developer mode" +msgstr "Activeaza modulul programare" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:324 +#, python-format +msgid "Loading (%d)" +msgstr "Se incarca (%d)" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1114 +#, python-format +msgid "GroupBy" +msgstr "GrupeazaDupa" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:687 +#, python-format +msgid "You must select at least one record." +msgstr "Trebuie sa selectati cel putin o inregistrare." + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:535 +#, python-format +msgid "View Log (perm_read)" +msgstr "Vizualizare Jurnalul (perm_read)" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:1061 +#, python-format +msgid "Set Default" +msgstr "Seteaza ca Implicit" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:978 +#, python-format +msgid "Relation:" +msgstr "Relatii:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/coresetup.js:600 +#, python-format +msgid "less than a minute ago" +msgstr "cu mai putin de un minut in urma" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:851 +#, python-format +msgid "Condition:" +msgstr "Conditie:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:1692 +#, python-format +msgid "Unsupported operator %s in domain %s" +msgstr "Operator nesustinut %s in domeniul %s" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/formats.js:242 +#, python-format +msgid "'%s' is not a correct float" +msgstr "'%s' nu este o stabilizare corecta" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:549 +#, python-format +msgid "Restored" +msgstr "Recuperat(a)" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:394 +#, python-format +msgid "%d-%d of %d" +msgstr "%d-%d din %d" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:2868 +#, python-format +msgid "Create and Edit..." +msgstr "Creeaza si Editeaza..." + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/pyeval.js:731 +#, python-format +msgid "Unknown nonliteral type " +msgstr "Tip nonliteral necunoscut " + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:2346 +#, python-format +msgid "Resource error" +msgstr "Eroare resursa" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1961 +#, python-format +msgid "is not" +msgstr "nu este" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:550 +#, python-format +msgid "Print Workflow" +msgstr "Tipareste Fluxul de lucru" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:396 +#, python-format +msgid "Please confirm your new password" +msgstr "Va rugam sa confirmati parola noua" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1804 +#, python-format +msgid "UTF-8" +msgstr "UTF-8" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:421 +#, python-format +msgid "For more information visit" +msgstr "Pentru mai multe informatii vizitati" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1859 +#, python-format +msgid "Add All Info..." +msgstr "Adauga Toate Informatiile..." + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1683 +#, python-format +msgid "Export Formats" +msgstr "Exporta Formate" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:974 +#, python-format +msgid "On change:" +msgstr "In schimbare:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/views.js:865 +#, python-format +msgid "Model %s fields" +msgstr "Model %s campuri" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:893 +#, python-format +msgid "Setting 'id' attribute on existing record %s" +msgstr "Setarea atributului 'identificare' la inregistrarea existenta %s" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:8 +#, python-format +msgid "List" +msgstr "Lista" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1881 +#: code:addons/web/static/src/js/search.js:1915 +#: code:addons/web/static/src/js/search.js:1940 +#, python-format +msgid "greater than" +msgstr "mai mare decat" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:2248 +#: code:addons/web/static/src/xml/base.xml:546 +#, python-format +msgid "View" +msgstr "Vizualizeaza" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1466 +#, python-format +msgid "Save Filter" +msgstr "Salveaza Filtrul" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1344 +#, python-format +msgid "Action ID:" +msgstr "ID Actiune:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:457 +#, python-format +msgid "Your user's preference timezone does not match your browser timezone:" +msgstr "" +"Fusul orar dorit de utilizatorul dumneavoastra nu se potriveste cu fusul " +"orar al browserului dumneavoastra:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:1223 +#, python-format +msgid "Field '%s' specified in view could not be found." +msgstr "Campul '%s' specificat in vizualizare nu a putut fi gasit." + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1756 +#, python-format +msgid "Saved exports:" +msgstr "Exporturi salvate :" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:320 +#, python-format +msgid "Old Password:" +msgstr "Parola veche:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/formats.js:113 +#, python-format +msgid "Bytes,Kb,Mb,Gb,Tb,Pb,Eb,Zb,Yb" +msgstr "Biti,Kb,Mb,Gb,Tb,Pb,Eb,Zb,Yb" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:481 +#, python-format +msgid "The database has been duplicated." +msgstr "Baza de date a fost copiata." + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1625 +#, python-format +msgid "Apply" +msgstr "Aplica" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1386 +#, python-format +msgid "Save & New" +msgstr "Salveaza & Nou(a)" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1223 +#: code:addons/web/static/src/xml/base.xml:1225 +#, python-format +msgid "Save As" +msgstr "Salveaza ca" + +#. module: web +#. openerp-web +#: code:addons/web/doc/module/static/src/xml/web_example.xml:3 +#, python-format +msgid "00:00:00" +msgstr "00:00:00" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:2317 +#, python-format +msgid "E-mail error" +msgstr "Eroare E-mail" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/coresetup.js:605 +#, python-format +msgid "a day ago" +msgstr "cu o zi in urma" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1789 +#, python-format +msgid "Does your file have titles?" +msgstr "Are titlu fisierul dumneavoastra?" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:327 +#, python-format +msgid "Unlimited" +msgstr "Nelimitat(a)" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:784 +#, python-format +msgid "" +"Warning, the record has been modified, your changes will be discarded.\n" +"\n" +"Are you sure you want to leave this page ?" +msgstr "" +"Avertizare, inregistrarea a fost modificata, schimbarile dumneavoastra vor " +"fi ignorate.\n" +"\n" +"Sunteti sigur(a) ca doriti sa inchideti aceasta pagina?" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:2904 +#, python-format +msgid "Search: " +msgstr "Cauta: " + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:544 +#, python-format +msgid "Technical translation" +msgstr "Traducere tehnica" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1797 +#, python-format +msgid "Delimiter:" +msgstr "Demarcare:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:462 +#, python-format +msgid "Browser's timezone" +msgstr "Fusul orar al browser-ului" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1605 +#, python-format +msgid "Filter name" +msgstr "Numele filtrului" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1464 +#, python-format +msgid "-- Actions --" +msgstr "-- Actiuni --" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:4134 +#: code:addons/web/static/src/js/view_form.js:4294 +#: code:addons/web/static/src/xml/base.xml:1407 +#: code:addons/web/static/src/xml/base.xml:1705 +#, python-format +msgid "Add" +msgstr "Adauga" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:536 +#, python-format +msgid "Toggle Form Layout Outline" +msgstr "Pozitioneaza Aspectul Formatului Formularului" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:421 +#, python-format +msgid "OpenERP.com" +msgstr "OpenERP.com" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:2317 +#, python-format +msgid "Can't send email to invalid e-mail address" +msgstr "Nu se poate trimite e-mail la o adresa de email nevalida" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:636 +#, python-format +msgid "Add..." +msgstr "Adauga..." + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:405 +#, python-format +msgid "Preferences" +msgstr "Preferinte" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:436 +#, python-format +msgid "Wrong on change format: %s" +msgstr "Eroare la modificarea formatului: %s" + +#. module: web +#. openerp-web +#: code:addons/web/controllers/main.py:750 +#: code:addons/web/static/src/xml/base.xml:185 +#, python-format +msgid "Drop Database" +msgstr "Renunta la Baza de date" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:466 +#, python-format +msgid "Click here to change your user's timezone." +msgstr "" +"Click aici pentru a schimba fusul orar al utilizatorului dumneavoastra." + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:966 +#, python-format +msgid "Modifiers:" +msgstr "Parametri de modificare:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:627 +#, python-format +msgid "Delete this attachment" +msgstr "Sterge acest atasament" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:774 +#: code:addons/web/static/src/xml/base.xml:815 +#: code:addons/web/static/src/xml/base.xml:1382 +#: code:addons/web/static/src/xml/base.xml:1612 +#, python-format +msgid "Save" +msgstr "Salveaza" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/views.js:999 +#: code:addons/web/static/src/xml/base.xml:352 +#, python-format +msgid "More" +msgstr "Mai mult(e)" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:73 +#, python-format +msgid "Username" +msgstr "Nume de utilizator" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:481 +#, python-format +msgid "Duplicating database" +msgstr "Copiere baza de date" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:563 +#, python-format +msgid "Password has been changed successfully" +msgstr "Parola a fost modificata cu succes" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list_editable.js:788 +#, python-format +msgid "The form's data can not be discarded" +msgstr "Datele formularului nu pot fi inlaturate" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:533 +#, python-format +msgid "Debug View#" +msgstr "Vizualizare Depanare#" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:77 +#, python-format +msgid "Log in" +msgstr "Autentificare" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:198 +#: code:addons/web/static/src/js/view_list.js:346 +#: code:addons/web/static/src/xml/base.xml:1764 +#, python-format +msgid "Delete" +msgstr "Sterge" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/pyeval.js:769 +#, python-format +msgid "" +"Local evaluation failure\n" +"%s\n" +"\n" +"%s" +msgstr "" +"Eroare de evaluare locala\n" +"%s\n" +"\n" +"%s" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:350 +#, python-format +msgid "Invalid database name" +msgstr "Numele bazei de date este nevalid" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1693 +#, python-format +msgid "Save fields list" +msgstr "Salveaza lista campurilor" + +#. module: web +#. openerp-web +#: code:addons/web/doc/module/static/src/xml/web_example.xml:5 +#, python-format +msgid "Start" +msgstr "Start" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/views.js:823 +#, python-format +msgid "View Log (%s)" +msgstr "Vizualizare Jurnal (%s)" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:564 +#, python-format +msgid "Creation Date:" +msgstr "Data Crearii:" + +#. module: web +#: code:addons/web/controllers/main.py:790 +#: code:addons/web/controllers/main.py:835 +#, python-format +msgid "Error, password not changed !" +msgstr "Eroare, parola nu a fost schimbata !" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:4850 +#, python-format +msgid "The selected file exceed the maximum file size of %s." +msgstr "Fisierul selectat depaseste dimensiunea maxima a fisierului de %s." + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:632 +#: code:addons/web/static/src/xml/base.xml:1300 +#, python-format +msgid "/web/binary/upload_attachment" +msgstr "/web/binar/incarca_atasament" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:563 +#, python-format +msgid "Changed Password" +msgstr "Parola modificata" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1431 +#, python-format +msgid "Search" +msgstr "Cauta" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:3032 +#: code:addons/web/static/src/js/view_form.js:3668 +#: code:addons/web/static/src/js/view_form.js:3785 +#: code:addons/web/static/src/js/view_form.js:4230 +#: code:addons/web/static/src/js/view_form.js:4353 +#, python-format +msgid "Open: " +msgstr "Deschide: " + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:218 +#: code:addons/web/static/src/xml/base.xml:309 +#, python-format +msgid "Backup" +msgstr "Copie de rezerva" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/dates.js:76 +#: code:addons/web/static/src/js/dates.js:80 +#, python-format +msgid "'%s' is not a valid time" +msgstr "'%s' nu este o ora valida" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/formats.js:274 +#, python-format +msgid "'%s' is not a correct date" +msgstr "\"%s' nu este o data corecta" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:933 +#, python-format +msgid "(nolabel)" +msgstr "(neetichetat)" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/coresetup.js:606 +#, python-format +msgid "%d days ago" +msgstr "acum %d zile in urma" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1474 +#, python-format +msgid "(Any existing filter with the same name will be replaced)" +msgstr "(Toate filtrele existente cu acelasi nume vor fi inlocuite)" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:1918 +#: code:addons/web/static/src/xml/base.xml:338 +#: code:addons/web/static/src/xml/base.xml:1377 +#: code:addons/web/static/src/xml/base.xml:1860 +#, python-format +msgid "Cancel" +msgstr "Anuleaza" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/coresetup.js:628 +#: code:addons/web/static/src/xml/base.xml:9 +#, python-format +msgid "Loading..." +msgstr "Se incarca..." + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:567 +#, python-format +msgid "Latest Modification by:" +msgstr "Ultimele Modificari efectuate de:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:1242 +#: code:addons/web/static/src/xml/base.xml:470 +#, python-format +msgid "Timezone mismatch" +msgstr "Nepotrivire de fus orar" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:1646 +#, python-format +msgid "Unknown operator %s in domain %s" +msgstr "Operator necunoscut %s in domeniul %s" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:428 +#, python-format +msgid "%d / %d" +msgstr "%d / %d" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1782 +#, python-format +msgid "2. Check your file format" +msgstr "2. Verificati formatul fisierului" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1718 +#, python-format +msgid "Name" +msgstr "Nume" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1775 +#, python-format +msgid "" +"Select a .CSV file to import. If you need a sample of file to import,\n" +" you should use the export tool with the \"Import Compatible\" option." +msgstr "" +"Selectati un fisier .CVS de importat. Daca va trebuie un exemplu al " +"fisierului de importat,\n" +" ar trebui sa folositi unealta de export cu optiunea \"Import " +"Compatibil\"." + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/coresetup.js:608 +#, python-format +msgid "%d months ago" +msgstr "%d luni in urma" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:187 +#: code:addons/web/static/src/xml/base.xml:308 +#, python-format +msgid "Drop" +msgstr "Renunta" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1465 +#, python-format +msgid "Add Advanced Filter" +msgstr "Adauga Filtru Avansat" + +#. module: web +#: code:addons/web/controllers/main.py:828 +#, python-format +msgid "The new password and its confirmation must be identical." +msgstr "Parola noua si confirmarea ei trebuie sa fie identice." + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:542 +#: code:addons/web/static/src/xml/base.xml:248 +#, python-format +msgid "Restore Database" +msgstr "Restabileste baza de date." + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:644 +#, python-format +msgid "Login" +msgstr "Autentificare" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:420 +#, python-format +msgid "Licenced under the terms of" +msgstr "Autorizat in conditiile" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:250 +#: code:addons/web/static/src/xml/base.xml:310 +#, python-format +msgid "Restore" +msgstr "Restabileste" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1677 +#, python-format +msgid "Export Type:" +msgstr "Tipul Exportului :" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:406 +#, python-format +msgid "Log out" +msgstr "Deconectare" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1090 +#, python-format +msgid "Group by: %s" +msgstr "Grupeaza dupa: %s" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:153 +#, python-format +msgid "No data provided." +msgstr "Nu au fost furnizate date." + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:345 +#: code:addons/web/static/src/xml/base.xml:1665 +#, python-format +msgid "Export" +msgstr "Exporta" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/data_export.js:12 +#, python-format +msgid "Export To File" +msgstr "Exporta in Fisier" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/views.js:1097 +#, python-format +msgid "You must choose at least one record." +msgstr "Trebuie sa selectati cel putin o inregistrare." + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/coresetup.js:631 +#, python-format +msgid "Don't leave yet,
    it's still loading..." +msgstr "Nu plecati,
    inca se incarca..." + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:775 +#, python-format +msgid "Invalid Search" +msgstr "Cautare nevalida" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:980 +#, python-format +msgid "Could not find id in dataset" +msgstr "Imposibil de gasit ID-ul in setul de date" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1707 +#, python-format +msgid "Remove All" +msgstr "Elimina Tot(toate)" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1340 +#, python-format +msgid "Method:" +msgstr "Metoda:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:1439 +#, python-format +msgid "%(page)d/%(page_count)d" +msgstr "%(page)d/%(page_count)d" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:397 +#, python-format +msgid "The confirmation does not match the password" +msgstr "Confirmarea nu se potriveste cu parola" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:441 +#, python-format +msgid "Edit Company data" +msgstr "Editeaza Datele companiei" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:4886 +#, python-format +msgid "Save As..." +msgstr "Salveaza ca..." + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:5007 +#, python-format +msgid "Could not display the selected image." +msgstr "Imaginea selectata nu a putut fi afisata." + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:509 +#, python-format +msgid "Database backed up successfully" +msgstr "Baza de date salvata cu succes" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1808 +#, python-format +msgid "" +"For use if CSV files have titles on multiple lines, skips more than a single " +"line during import" +msgstr "" +"De folosit daca fisierele CSV au titluri pe linii multiple, omite mai mult " +"decat o singura linie in timpul importului" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:394 +#, python-format +msgid "99+" +msgstr "99+" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1774 +#, python-format +msgid "1. Import a .CSV file" +msgstr "1. Importa un fisier .CSV" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:644 +#, python-format +msgid "No database selected !" +msgstr "Nu a fost selectata nicio baza de date !" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/formats.js:180 +#, python-format +msgid "(%d records)" +msgstr "(%d inregistrari)" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:970 +#, python-format +msgid "Change default:" +msgstr "Schimba implicit:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:171 +#, python-format +msgid "Original database name:" +msgstr "Numele bazei de date originale:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1869 +#: code:addons/web/static/src/js/search.js:1879 +#: code:addons/web/static/src/js/search.js:1913 +#: code:addons/web/static/src/js/search.js:1938 +#, python-format +msgid "is equal to" +msgstr "este egal(a) cu" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/views.js:1500 +#, python-format +msgid "Could not serialize XML" +msgstr "Nu s-a putut serializa XML" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1619 +#, python-format +msgid "Advanced Search" +msgstr "Cautare Avansata" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:290 +#, python-format +msgid "Confirm new master password:" +msgstr "Confirmati parola principala noua:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/coresetup.js:634 +#, python-format +msgid "Maybe you should consider reloading the application by pressing F5..." +msgstr "" +"Poate ar trebui sa luati in considerare reincarcarea aplicatiei apasand " +"tasta F5..." + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:17 +#: code:addons/web/static/src/js/view_list.js:2248 +#: code:addons/web/static/src/xml/base.xml:111 +#: code:addons/web/static/src/xml/base.xml:306 +#: code:addons/web/static/src/xml/base.xml:812 +#: code:addons/web/static/src/xml/base.xml:1376 +#, python-format +msgid "Create" +msgstr "Creeaza" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1868 +#, python-format +msgid "doesn't contain" +msgstr "nu contine" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1785 +#, python-format +msgid "Import Options" +msgstr "Importa Optiuni" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:2936 +#, python-format +msgid "Add %s" +msgstr "Adauga %s" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:145 +#, python-format +msgid "Admin password:" +msgstr "Parola administrator:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/data_export.js:11 +#: code:addons/web/static/src/js/view_form.js:1067 +#: code:addons/web/static/src/xml/base.xml:1394 +#, python-format +msgid "Close" +msgstr "Inchide" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/coresetup.js:632 +#, python-format +msgid "" +"You may not believe it,
    but the application is actually loading..." +msgstr "Poate ca nu credeti,
    dar aplicatia se incarca..." + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1779 +#, python-format +msgid "CSV File:" +msgstr "Fisier CSV:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1741 +#, python-format +msgid "Advanced" +msgstr "Avansat(e)" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_tree.js:11 +#, python-format +msgid "Tree" +msgstr "Arbore" + +#. module: web +#: code:addons/web/controllers/main.py:750 +#, python-format +msgid "Could not drop database !" +msgstr "Baza de date nu a putut fi eliminata !" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/formats.js:227 +#, python-format +msgid "'%s' is not a correct integer" +msgstr "'%s' nu este o integrala corecta" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:877 +#, python-format +msgid "All users" +msgstr "Toti utilizatorii" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:1654 +#, python-format +msgid "Unknown field %s in domain %s" +msgstr "Camp necunoscut %s in domeniul %s" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/views.js:1466 +#, python-format +msgid "Node [%s] is not a JSONified XML node" +msgstr "Nodul [%s] nu este un nod JSONified XML" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1428 +#, python-format +msgid "Advanced Search..." +msgstr "Cautare Avansata..." + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:499 +#, python-format +msgid "Dropping database" +msgstr "Renuntare la baza de date" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:82 +#: code:addons/web/static/src/xml/base.xml:445 +#, python-format +msgid "Powered by" +msgstr "Oferit de" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1380 +#: code:addons/web/static/src/xml/base.xml:970 +#, python-format +msgid "Yes" +msgstr "Da" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:4871 +#, python-format +msgid "There was a problem while uploading your file" +msgstr "A avut loc o problema in timpul incarcarii fisierului dumneavoastra" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:558 +#, python-format +msgid "XML ID:" +msgstr "ID XML:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:954 +#, python-format +msgid "Size:" +msgstr "Dimensiune:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1824 +#, python-format +msgid "--- Don't Import ---" +msgstr "---Nu Importa ---" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1679 +#, python-format +msgid "Import-Compatible Export" +msgstr "Import-Export Compatibil" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/coresetup.js:610 +#, python-format +msgid "%d years ago" +msgstr "cu %d ani in urma" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:1040 +#, python-format +msgid "Unknown m2m command %s" +msgstr "Comanda %s necunoscuta m2m" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:1068 +#, python-format +msgid "Save default" +msgstr "Salveaza implicit" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:121 +#: code:addons/web/static/src/xml/base.xml:175 +#: code:addons/web/static/src/xml/base.xml:264 +#, python-format +msgid "New database name:" +msgstr "Numele noii baze de date:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:394 +#, python-format +msgid "Please enter your new password" +msgstr "Va rugam sa introduceti parola noua" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:4886 +#, python-format +msgid "The field is empty, there's nothing to save !" +msgstr "Campul este gol, nu este nimic de salvat !" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:545 +#, python-format +msgid "Manage Views" +msgstr "Gestioneaza Vizualizarile" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1801 +#, python-format +msgid "Encoding:" +msgstr "Codificare:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1808 +#, python-format +msgid "Lines to skip" +msgstr "Linii de omis" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:2858 +#, python-format +msgid "Create \"%s\"" +msgstr "Creeaza \"%s\"" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/data_export.js:361 +#, python-format +msgid "Please select fields to save export list..." +msgstr "Va rugam selectati campurile pentru a salva lista de exporturi..." + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:418 +#, python-format +msgid "Copyright © 2004-TODAY OpenERP SA. All Rights Reserved." +msgstr "Copyright © 2004-IN PREZENT OpenERP SA. Toate drepturile rezervate." + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:2346 +#, python-format +msgid "This resource is empty" +msgstr "Aceasta resursa este goala" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1689 +#, python-format +msgid "Available fields" +msgstr "Campuri disponibile" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1835 +#, python-format +msgid "The import failed due to:" +msgstr "Importul a esuat din cauza:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/views.js:812 +#: code:addons/web/static/src/xml/base.xml:539 +#, python-format +msgid "JS Tests" +msgstr "Teste JS" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1750 +#, python-format +msgid "Save as:" +msgstr "Salveaza ca:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:927 +#, python-format +msgid "Filter on: %s" +msgstr "Filtru pe: %s" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:2904 +#: code:addons/web/static/src/js/view_form.js:3757 +#, python-format +msgid "Create: " +msgstr "CreeazÄ: " + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:540 +#, python-format +msgid "View Fields" +msgstr "Vizualizeaza Campurile" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:330 +#, python-format +msgid "Confirm New Password:" +msgstr "Confirma Parola Noua:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:575 +#, python-format +msgid "Do you really want to remove these records?" +msgstr "Doriti intr-adevar sa eliminati aceste inregistrari?" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:958 +#, python-format +msgid "Context:" +msgstr "Context:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1933 +#: code:addons/web/static/src/js/search.js:1960 +#, python-format +msgid "is" +msgstr "este" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/data_export.js:6 +#, python-format +msgid "Export Data" +msgstr "Exporta Datele" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:962 +#, python-format +msgid "Domain:" +msgstr "Domeniu:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:834 +#, python-format +msgid "Default:" +msgstr "Implicit:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:82 +#: code:addons/web/static/src/xml/base.xml:446 +#, python-format +msgid "OpenERP" +msgstr "OpenERP" + +#. module: web +#. openerp-web +#: code:addons/web/doc/module/static/src/xml/web_example.xml:8 +#, python-format +msgid "Stop" +msgstr "Stop" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:68 +#: code:addons/web/static/src/xml/base.xml:193 +#: code:addons/web/static/src/xml/base.xml:225 +#, python-format +msgid "Database:" +msgstr "Baza de date:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1183 +#: code:addons/web/static/src/xml/base.xml:1240 +#, python-format +msgid "Uploading ..." +msgstr "Se incarca..." + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1853 +#, python-format +msgid "Name:" +msgstr "Nume:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:1058 +#, python-format +msgid "About" +msgstr "Despre" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1431 +#, python-format +msgid "Search Again" +msgstr "Cauta din nou" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1455 +#, python-format +msgid "-- Filters --" +msgstr "-- Filtre --" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1230 +#: code:addons/web/static/src/xml/base.xml:1232 +#, python-format +msgid "Clear" +msgstr "Stergeti" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1680 +#, python-format +msgid "Export all Data" +msgstr "Exporta toate Datele" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:1334 +#, python-format +msgid "" +"Grouping on field '%s' is not possible because that field does not appear in " +"the list view." +msgstr "" +"Nu este posibila gruparea in campul '%s' pentru ca acel camp nu apare in " +"vizualizarea listei." + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:537 +#, python-format +msgid "Set Defaults" +msgstr "Seteaza Valorile implicite" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1670 +#, python-format +msgid "" +"This wizard will export all data that matches the current search criteria to " +"a CSV file.\n" +" You can export all data or only the fields that can be " +"reimported after modification." +msgstr "" +"Acest asistent va exporta toate datele care se potrivesc criteriilor curente " +"de cautare a unui fisier CSV.\n" +" Puteti exporta toate datele sau numai campurile care pot fi " +"reimportate dupa modificare." + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:321 +#, python-format +msgid "The record could not be found in the database." +msgstr "Inregistrarea nu a putut fi gasita in baza de date." + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1472 +#, python-format +msgid "Filter Name:" +msgstr "Numele Filtrului:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:946 +#, python-format +msgid "Type:" +msgstr "Tip:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:538 +#, python-format +msgid "Incorrect super-administrator password" +msgstr "Parola super-administrator incorecta" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:942 +#, python-format +msgid "Object:" +msgstr "Obiect:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:292 +#: code:addons/web/static/src/js/chrome.js:326 +#, python-format +msgid "Loading" +msgstr "Se incarca" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/coresetup.js:609 +#, python-format +msgid "about a year ago" +msgstr "aproximativ un an in urma" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1870 +#: code:addons/web/static/src/js/search.js:1880 +#: code:addons/web/static/src/js/search.js:1914 +#: code:addons/web/static/src/js/search.js:1939 +#, python-format +msgid "is not equal to" +msgstr "nu este egal(a) cu" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:5036 +#, python-format +msgid "" +"The type of the field '%s' must be a many2many field with a relation to " +"'ir.attachment' model." +msgstr "" +"Tipul campului '%s' trebuie sa fie un camp many2many cu legatura cu modelul " +"'ir.atasament'." + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/coresetup.js:604 +#, python-format +msgid "%d hours ago" +msgstr "%d ore in urma" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:4206 +#: code:addons/web/static/src/js/view_form.js:4335 +#, python-format +msgid "Add: " +msgstr "Adauga: " + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1858 +#, python-format +msgid "Quick Add" +msgstr "Adaugare Rapida" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1805 +#, python-format +msgid "Latin 1" +msgstr "Latin 1" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:260 +#: code:addons/web/static/src/js/chrome.js:269 +#: code:addons/web/static/src/js/chrome.js:449 +#: code:addons/web/static/src/js/chrome.js:792 +#: code:addons/web/static/src/js/view_form.js:572 +#: code:addons/web/static/src/js/view_form.js:1923 +#: code:addons/web/static/src/xml/base.xml:1752 +#, python-format +msgid "Ok" +msgstr "Ok" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/views.js:1162 +#, python-format +msgid "Uploading..." +msgstr "Se incarca..." + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:125 +#, python-format +msgid "Load Demonstration data:" +msgstr "Incarca Date demo:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:615 +#, python-format +msgid "Created by :" +msgstr "Creat de:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/dates.js:22 +#: code:addons/web/static/src/js/dates.js:26 +#, python-format +msgid "'%s' is not a valid datetime" +msgstr "\"%s' nu este o ora valida" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:256 +#, python-format +msgid "File:" +msgstr "Fisier:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1882 +#: code:addons/web/static/src/js/search.js:1916 +#: code:addons/web/static/src/js/search.js:1941 +#, python-format +msgid "less than" +msgstr "mai mic decat" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:687 +#: code:addons/web/static/src/js/views.js:1097 +#, python-format +msgid "Warning" +msgstr "Atentionare" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:547 +#, python-format +msgid "Edit SearchView" +msgstr "Editeaza Vizualizare Cautare" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1975 +#, python-format +msgid "is true" +msgstr "este adevarat(a)" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:3909 +#, python-format +msgid "Add an item" +msgstr "Adauga un element" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1603 +#, python-format +msgid "Save current filter" +msgstr "Salveaza filtrul actual" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:1915 +#, python-format +msgid "Confirm" +msgstr "Confirma" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/data_export.js:126 +#, python-format +msgid "Please enter save field list name" +msgstr "Introduceti numele listei campului de salvat" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:2206 +#, python-format +msgid "Download \"%s\"" +msgstr "Descarca \"%s\"" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:326 +#, python-format +msgid "New" +msgstr "Nou(a)" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:1767 +#, python-format +msgid "Can't convert value %s to context" +msgstr "Nu se poate efectua conversia valorii %s la context" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/views.js:807 +#: code:addons/web/static/src/xml/base.xml:541 +#, python-format +msgid "Fields View Get" +msgstr "Vizualizare Campuri" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:149 +#, python-format +msgid "Confirm password:" +msgstr "Confirmati parola:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1883 +#: code:addons/web/static/src/js/search.js:1917 +#: code:addons/web/static/src/js/search.js:1942 +#, python-format +msgid "greater or equal than" +msgstr "mai mare sau egal cu" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1321 +#, python-format +msgid "Button" +msgstr "Buton" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:418 +#, python-format +msgid "OpenERP is a trademark of the" +msgstr "OpenERP este marca inregistrata a" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/data_export.js:374 +#, python-format +msgid "Please select fields to export..." +msgstr "Va rugam selectati campurile de exportat..." + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:286 +#, python-format +msgid "New master password:" +msgstr "Parola principala noua:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1976 +#, python-format +msgid "is false" +msgstr "este fals(a)" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:404 +#, python-format +msgid "About OpenERP" +msgstr "Despre OpenERP" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/formats.js:297 +#, python-format +msgid "'%s' is not a correct date, datetime nor time" +msgstr "'%s' nu este o data sau o ora corecta" + +#. module: web +#: code:addons/web/controllers/main.py:1264 +#, python-format +msgid "No content found for field '%s' on '%s:%s'" +msgstr "Nu a fost gasit niciun continut pentru campul '%s' in '%s:%s'" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:304 +#, python-format +msgid "Database Management" +msgstr "Gestionarea Bazei de date" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:5007 +#, python-format +msgid "Image" +msgstr "Imagine" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:81 +#, python-format +msgid "Manage Databases" +msgstr "Gestionati Bazele de date" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/pyeval.js:765 +#, python-format +msgid "Evaluation Error" +msgstr "Eroare de Evaluare" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1283 +#, python-format +msgid "not a valid integer" +msgstr "nu este un numar intreg valabil" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:337 +#: code:addons/web/static/src/xml/base.xml:776 +#: code:addons/web/static/src/xml/base.xml:816 +#: code:addons/web/static/src/xml/base.xml:1376 +#: code:addons/web/static/src/xml/base.xml:1384 +#: code:addons/web/static/src/xml/base.xml:1630 +#, python-format +msgid "or" +msgstr "sau" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1381 +#, python-format +msgid "No" +msgstr "Nu" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/formats.js:309 +#, python-format +msgid "'%s' is not convertible to date, datetime nor time" +msgstr "'%s' nu este convertibil in data sau ora" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:199 +#: code:addons/web/static/src/xml/base.xml:161 +#: code:addons/web/static/src/xml/base.xml:307 +#, python-format +msgid "Duplicate" +msgstr "Copiaza" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:777 +#: code:addons/web/static/src/xml/base.xml:817 +#: code:addons/web/static/src/xml/base.xml:1391 +#, python-format +msgid "Discard" +msgstr "RenunČ›Ä" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1624 +#, python-format +msgid "Add a condition" +msgstr "Adauga o conditie" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/coresetup.js:629 +#, python-format +msgid "Still loading..." +msgstr "Inca se incarca" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:818 +#, python-format +msgid "Incorrect value for field %(fieldname)s: [%(value)s] is %(message)s" +msgstr "" +"Valoare incorecta pentru campul %(fieldname)s: [%(value)s] este %(message)s" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:3805 +#, python-format +msgid "The o2m record must be saved before an action can be used" +msgstr "" +"Inregistrarea one2many trebuie salvata inainte ca o actiune sa fie folosita" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:509 +#, python-format +msgid "Backed" +msgstr "Cu copie de rezerva" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1610 +#, python-format +msgid "Use by default" +msgstr "Foloseste implicit" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:1348 +#, python-format +msgid "%s (%d)" +msgstr "%s (%d)" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:775 +#, python-format +msgid "triggered from search view" +msgstr "declansata din vizualizarea cautarii" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:978 +#, python-format +msgid "Filter" +msgstr "Filtru" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:950 +#, python-format +msgid "Widget:" +msgstr "Widget:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:548 +#, python-format +msgid "Edit Action" +msgstr "Editeaza Actiunea" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:555 +#, python-format +msgid "ID:" +msgstr "ID:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:870 +#, python-format +msgid "Only you" +msgstr "Numai dumneavoastra" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:549 +#, python-format +msgid "Edit Workflow" +msgstr "Editeaza Fluxul de lucru" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/views.js:1171 +#, python-format +msgid "Do you really want to delete this attachment ?" +msgstr "Sunteti sigur (a) ca doriti sa stergeti acest atasament ?" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/views.js:840 +#, python-format +msgid "Technical Translation" +msgstr "Traducere Tehnica" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:938 +#, python-format +msgid "Field:" +msgstr "Camp:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:620 +#, python-format +msgid "Modified by :" +msgstr "Modificat de:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:499 +#, python-format +msgid "The database %s has been dropped" +msgstr "S-a renuntat la baza de date %s" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:460 +#, python-format +msgid "User's timezone" +msgstr "Fusul orar al utilizatorului" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:284 +#: code:addons/web/static/src/js/chrome.js:1168 +#, python-format +msgid "Client Error" +msgstr "Eroare Client" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/views.js:998 +#, python-format +msgid "Print" +msgstr "Printeaza" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1331 +#, python-format +msgid "Special:" +msgstr "Special:" + +#. module: web +#: code:addons/web/controllers/main.py:834 +#, python-format +msgid "" +"The old password you provided is incorrect, your password was not changed." +msgstr "" +"Parola veche pe care ati introdus-o este incorecta, parola dumneavoastra nu " +"a fost schimbata." + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:561 +#, python-format +msgid "Creation User:" +msgstr "Creare Utilizator:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:769 +#, python-format +msgid "Do you really want to delete this record?" +msgstr "Doriti intr-adevar sa stergeti aceasta inregistrare?" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1385 +#, python-format +msgid "Save & Close" +msgstr "Salveaza & Inchide" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:2845 +#, python-format +msgid "Search More..." +msgstr "Cauta mai mult..." + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:75 +#: code:addons/web/static/src/xml/base.xml:311 +#, python-format +msgid "Password" +msgstr "Parola" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:546 +#: code:addons/web/static/src/xml/base.xml:809 +#: code:addons/web/static/src/xml/base.xml:1178 +#, python-format +msgid "Edit" +msgstr "Editeaza" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1706 +#, python-format +msgid "Remove" +msgstr "Elimina" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1062 +#, python-format +msgid "Select date" +msgstr "Selecteaza data" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1249 +#, python-format +msgid "Search %(field)s for: %(value)s" +msgstr "Cauta %(field)s pentru: %(value)s" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1277 +#, python-format +msgid "Delete this file" +msgstr "Sterge acest fisier" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:109 +#, python-format +msgid "Create Database" +msgstr "Creeaza Baza de date" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:420 +#, python-format +msgid "GNU Affero General Public License" +msgstr "Licenta Publica Generala GNU Affero" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1795 +#, python-format +msgid "Separator:" +msgstr "Separator:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:300 +#, python-format +msgid "Back to Login" +msgstr "Inapoi la Autentificare" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1662 +#: code:addons/web/static/src/xml/base.xml:1454 +#, python-format +msgid "Filters" +msgstr "Filtre" diff --git a/web/i18n/ru.po b/web/i18n/ru.po new file mode 100644 index 0000000..92aff4e --- /dev/null +++ b/web/i18n/ru.po @@ -0,0 +1,2632 @@ +# Russian translation for openerp-web +# Copyright (c) 2011 Rosetta Contributors and Canonical Ltd 2011 +# This file is distributed under the same license as the openerp-web package. +# FIRST AUTHOR , 2011. +# +msgid "" +msgstr "" +"Project-Id-Version: openerp-web\n" +"Report-Msgid-Bugs-To: FULL NAME \n" +"POT-Creation-Date: 2012-12-21 17:06+0000\n" +"PO-Revision-Date: 2012-12-25 10:26+0000\n" +"Last-Translator: Paul Korotkov \n" +"Language-Team: Russian \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Launchpad-Export-Date: 2012-12-26 05:18+0000\n" +"X-Generator: Launchpad (build 16378)\n" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:133 +#, python-format +msgid "Default language:" +msgstr "ĐŻĐ·Ń‹Đş по Ńмолчанию:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/coresetup.js:602 +#, python-format +msgid "%d minutes ago" +msgstr "%d минŃŃ‚ назад" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/coresetup.js:630 +#, python-format +msgid "Still loading...
    Please be patient." +msgstr "Đдет загрŃзка ...
    ПожалŃĐąŃŃ‚Đ°, подождите" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1832 +#, python-format +msgid "%(field)s %(operator)s \"%(value)s\"" +msgstr "%(field)s %(operator)s \"%(value)s\"" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1884 +#: code:addons/web/static/src/js/search.js:1918 +#: code:addons/web/static/src/js/search.js:1943 +#, python-format +msgid "less or equal than" +msgstr "меньŃе или равен" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:393 +#, python-format +msgid "Please enter your previous password" +msgstr "ПожалŃĐąŃŃ‚Đ° введите Đ˛Đ°Ń ĐżŃ€ĐµĐ´Ń‹Đ´Ńщий пароль" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:117 +#: code:addons/web/static/src/xml/base.xml:167 +#: code:addons/web/static/src/xml/base.xml:282 +#, python-format +msgid "Master password:" +msgstr "МаŃтер-пароль:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:274 +#, python-format +msgid "Change Master Password" +msgstr "Đзменить главный пароль" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:491 +#, python-format +msgid "Do you really want to delete the database: %s ?" +msgstr "Đ’Ń‹ дейŃтвительно хотите Ńдалить Đ±Đ°Đ·Ń Đ´Đ°Đ˝Đ˝Ń‹Ń…: %s?" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1398 +#, python-format +msgid "Search %(field)s at: %(value)s" +msgstr "ĐŃкать %(field)s в: %(value)s" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:537 +#, python-format +msgid "Access Denied" +msgstr "ДоŃŃ‚ŃĐż запрещен" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:5183 +#, python-format +msgid "Uploading error" +msgstr "ĐžŃибка выгрŃзки" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/coresetup.js:603 +#, python-format +msgid "about an hour ago" +msgstr "примерно Ń‡Đ°Ń Đ˝Đ°Đ·Đ°Đ´" + +#. module: web +#. openerp-web +#: code:addons/web/controllers/main.py:768 +#: code:addons/web/static/src/js/chrome.js:514 +#: code:addons/web/static/src/xml/base.xml:216 +#, python-format +msgid "Backup Database" +msgstr "Резервное копирование базы данных" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/views.js:463 +#, python-format +msgid "%(view_type)s view" +msgstr "%(view_type)s вид" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/dates.js:49 +#: code:addons/web/static/src/js/dates.js:53 +#, python-format +msgid "'%s' is not a valid date" +msgstr "%s не являетŃŃŹ допŃŃтимой датой" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1837 +#, python-format +msgid "Here is a preview of the file we could not import:" +msgstr "ПредпроŃмотр файла, который ŃиŃтема не Ńмогла импортировать:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/coresetup.js:601 +#, python-format +msgid "about a minute ago" +msgstr "примерно минŃŃ‚Ń Đ˝Đ°Đ·Đ°Đ´" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1297 +#, python-format +msgid "File" +msgstr "Файл" + +#. module: web +#: code:addons/web/controllers/main.py:826 +#, python-format +msgid "You cannot leave any password empty." +msgstr "Đ’Ń‹ не можете ĐľŃтавить пароль ĐżŃŃŃ‚Ń‹ĐĽ." + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:680 +#, python-format +msgid "Invalid username or password" +msgstr "Неверное имя пользователя или пароль" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:206 +#: code:addons/web/static/src/xml/base.xml:238 +#: code:addons/web/static/src/xml/base.xml:260 +#, python-format +msgid "Master Password:" +msgstr "МаŃтер-пароль:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1217 +#: code:addons/web/static/src/xml/base.xml:1374 +#, python-format +msgid "Select" +msgstr "Выбрать" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:549 +#, python-format +msgid "Database restored successfully" +msgstr "Đ‘Đ°Đ·Đ° данных воŃŃтановлена ŃŃпеŃно" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:415 +#, python-format +msgid "Version" +msgstr "ВерŃия" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:570 +#, python-format +msgid "Latest Modification Date:" +msgstr "Дата изменения:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1459 +#, python-format +msgid "M2O search fields do not currently handle multiple default values" +msgstr "" +"M2O поля поиŃка в наŃтоящее время не работать Ń Đ˝ĐµŃколькими значениями по " +"Ńмолчанию" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:1227 +#, python-format +msgid "Widget type '%s' is not implemented" +msgstr "Тип виджета '%s' не реализован" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1608 +#, python-format +msgid "Share with all users" +msgstr "СовмеŃтно ŃĐľ вŃеми пользователями" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:77 +#: code:addons/web/static/src/js/view_form.js:321 +#, python-format +msgid "Form" +msgstr "Форма" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1324 +#, python-format +msgid "(no string)" +msgstr "(нет Ńтроки)" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/formats.js:282 +#, python-format +msgid "'%s' is not a correct time" +msgstr "'%s' не являетŃŃŹ корректным временем" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1297 +#, python-format +msgid "not a valid number" +msgstr "не являетŃŃŹ чиŃлом" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:325 +#, python-format +msgid "New Password:" +msgstr "Новый пароль:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:610 +#, python-format +msgid "Attachment :" +msgstr "Вложение:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1691 +#, python-format +msgid "Fields to export" +msgstr "Поля для ŃŤĐşŃпорта" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:1340 +#, python-format +msgid "Undefined" +msgstr "Не определено" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:4871 +#, python-format +msgid "File Upload" +msgstr "ЗагрŃзка файла" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/coresetup.js:607 +#, python-format +msgid "about a month ago" +msgstr "примерно меŃяц назад" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1600 +#, python-format +msgid "Custom Filters" +msgstr "НаŃтраиваемые фильтры" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1336 +#, python-format +msgid "Button Type:" +msgstr "Тип кнопки:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:419 +#, python-format +msgid "OpenERP SA Company" +msgstr "OpenERP SA Company" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1553 +#, python-format +msgid "Custom Filter" +msgstr "НаŃтраиваемый фильтр" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:159 +#, python-format +msgid "Duplicate Database" +msgstr "Đ”Ńблровать Đ±Đ°Đ·Ń Đ´Đ°Đ˝Đ˝Ń‹Ń…" + +#. module: web +#. openerp-web +#: code:addons/web/controllers/main.py:789 +#: code:addons/web/controllers/main.py:790 +#: code:addons/web/controllers/main.py:826 +#: code:addons/web/controllers/main.py:828 +#: code:addons/web/controllers/main.py:834 +#: code:addons/web/controllers/main.py:835 +#: code:addons/web/static/src/js/chrome.js:768 +#: code:addons/web/static/src/xml/base.xml:276 +#: code:addons/web/static/src/xml/base.xml:336 +#, python-format +msgid "Change Password" +msgstr "Đзменить пароль" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:3411 +#, python-format +msgid "View type '%s' is not supported in One2Many." +msgstr "Тип вида '%s' не поддерживаетŃŃŹ в one2many" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:4951 +#: code:addons/web/static/src/js/view_list.js:2194 +#, python-format +msgid "Download" +msgstr "ЗагрŃзить" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/formats.js:266 +#, python-format +msgid "'%s' is not a correct datetime" +msgstr "'%s' не являетŃŃŹ корректной датой и временем" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:417 +#, python-format +msgid "Group" +msgstr "Đ“Ń€Ńппа" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:927 +#, python-format +msgid "Unhandled widget" +msgstr "Неподдерживаемый виджет" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:982 +#, python-format +msgid "Selection:" +msgstr "Выбор:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:871 +#, python-format +msgid "The following fields are invalid:" +msgstr "СледŃющие поля заполнены неверны:" + +#. module: web +#: code:addons/web/controllers/main.py:847 +#, python-format +msgid "Languages" +msgstr "Языки" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1270 +#, python-format +msgid "...Upload in progress..." +msgstr "...ВыгрŃзка в процеŃŃе..." + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1768 +#, python-format +msgid "Import" +msgstr "Đмпорт" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:543 +#, python-format +msgid "Could not restore the database" +msgstr "Невозможно воŃŃтановить Đ±Đ°Đ·Ń Đ´Đ°Đ˝Đ˝Ń‹Ń…" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:4851 +#, python-format +msgid "File upload" +msgstr "ВыгрŃзка файла" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:3804 +#, python-format +msgid "Action Button" +msgstr "Кнопка дейŃтвия" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:542 +#: code:addons/web/static/src/xml/base.xml:1467 +#, python-format +msgid "Manage Filters" +msgstr "Управление фильтрами" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1867 +#, python-format +msgid "contains" +msgstr "Ńодержит" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/coresetup.js:633 +#, python-format +msgid "Take a minute to get a coffee,
    because it's loading..." +msgstr "" +"ĐžŃтановитеŃŃŚ на минŃŃ‚ĐşŃ , возьмите кофе,
    ĐżĐľŃ‚ĐľĐĽŃ Ń‡Ń‚Đľ идет загрŃзка ..." + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:413 +#, python-format +msgid "Activate the developer mode" +msgstr "Включить режим разработчика" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:324 +#, python-format +msgid "Loading (%d)" +msgstr "ЗагрŃзка (%d)" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1114 +#, python-format +msgid "GroupBy" +msgstr "Đ“Ń€Ńппировать по" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:687 +#, python-format +msgid "You must select at least one record." +msgstr "Đ’Ń‹ должны выбрать хотя бы ĐľĐ´Đ˝Ń Đ·Đ°ĐżĐ¸ŃŃŚ ." + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:535 +#, python-format +msgid "View Log (perm_read)" +msgstr "ПроŃмотр Лога (Đ´ĐľŃŃ‚ŃĐż на чтение)" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:1061 +#, python-format +msgid "Set Default" +msgstr "ĐŁŃтановить по Ńмолчанию" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:978 +#, python-format +msgid "Relation:" +msgstr "Связь:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/coresetup.js:600 +#, python-format +msgid "less than a minute ago" +msgstr "меньŃе минŃŃ‚Ń‹ назад" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:851 +#, python-format +msgid "Condition:" +msgstr "ĐŁŃловие:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:1692 +#, python-format +msgid "Unsupported operator %s in domain %s" +msgstr "Неподдерживаемый оператор %s в домене %s" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/formats.js:242 +#, python-format +msgid "'%s' is not a correct float" +msgstr "'%s' не являетŃŃŹ корректным чиŃлом Ń ĐżĐ»Đ°Đ˛Đ°ŃŽŃ‰ĐµĐą точкой" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:549 +#, python-format +msgid "Restored" +msgstr "Đ’ĐľŃŃтановлена" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:394 +#, python-format +msgid "%d-%d of %d" +msgstr "%d-%d из %d" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:2868 +#, python-format +msgid "Create and Edit..." +msgstr "Создать и изменить..." + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/pyeval.js:731 +#, python-format +msgid "Unknown nonliteral type " +msgstr "НеизвеŃтный нелитерный тип " + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:2346 +#, python-format +msgid "Resource error" +msgstr "ĐžŃибка реŃŃŃ€ŃĐ°" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1961 +#, python-format +msgid "is not" +msgstr "не" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:550 +#, python-format +msgid "Print Workflow" +msgstr "Печать рабочего процеŃŃĐ°" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:396 +#, python-format +msgid "Please confirm your new password" +msgstr "ПожалŃĐąŃŃ‚Đ° подтвердите Đ˛Đ°Ń Đ˝ĐľĐ˛Ń‹Đą пароль" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1804 +#, python-format +msgid "UTF-8" +msgstr "UTF-8" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:421 +#, python-format +msgid "For more information visit" +msgstr "Для полŃчения подробной информации поŃетите" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1859 +#, python-format +msgid "Add All Info..." +msgstr "Добавить вŃŃŽ информацию ..." + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1683 +#, python-format +msgid "Export Formats" +msgstr "Форматы ŃŤĐşŃпорта" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:974 +#, python-format +msgid "On change:" +msgstr "При изменении:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/views.js:865 +#, python-format +msgid "Model %s fields" +msgstr "Поля модели %s" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:893 +#, python-format +msgid "Setting 'id' attribute on existing record %s" +msgstr "НаŃтройка аттрибŃŃ‚Đ° 'id' на ŃŃщеŃтвŃющŃŃŽ запиŃŃŚ %s" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:8 +#, python-format +msgid "List" +msgstr "СпиŃок" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1881 +#: code:addons/web/static/src/js/search.js:1915 +#: code:addons/web/static/src/js/search.js:1940 +#, python-format +msgid "greater than" +msgstr "больŃе чем" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:2248 +#: code:addons/web/static/src/xml/base.xml:546 +#, python-format +msgid "View" +msgstr "Вид" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1466 +#, python-format +msgid "Save Filter" +msgstr "Сохранить фильтр" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1344 +#, python-format +msgid "Action ID:" +msgstr "ID дейŃтвия:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:457 +#, python-format +msgid "Your user's preference timezone does not match your browser timezone:" +msgstr "" +"ЧаŃовой ĐżĐľŃŹŃ Đ˛ ваŃих наŃтройках пользователя не Ńовпадает Ń Ń‡Đ°Ńовым пояŃом " +"ваŃего браŃзера:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:1223 +#, python-format +msgid "Field '%s' specified in view could not be found." +msgstr "Поле '%s' Ńказанное в виде не может быть найдено." + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1756 +#, python-format +msgid "Saved exports:" +msgstr "Сохраненые ŃŤĐşŃпорты:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:320 +#, python-format +msgid "Old Password:" +msgstr "Старый пароль:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/formats.js:113 +#, python-format +msgid "Bytes,Kb,Mb,Gb,Tb,Pb,Eb,Zb,Yb" +msgstr "Байты,Кб,Мб,Гб,Тб,Пб,Eb,Zb,Yb" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:481 +#, python-format +msgid "The database has been duplicated." +msgstr "Đ‘Đ°Đ·Đ° данных была Ńкопирована." + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1625 +#, python-format +msgid "Apply" +msgstr "Применить" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1386 +#, python-format +msgid "Save & New" +msgstr "Сохранить и Ńоздать" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1223 +#: code:addons/web/static/src/xml/base.xml:1225 +#, python-format +msgid "Save As" +msgstr "Сохранить как" + +#. module: web +#. openerp-web +#: code:addons/web/doc/module/static/src/xml/web_example.xml:3 +#, python-format +msgid "00:00:00" +msgstr "00:00:00" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:2317 +#, python-format +msgid "E-mail error" +msgstr "ĐžŃибка e-mail" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/coresetup.js:605 +#, python-format +msgid "a day ago" +msgstr "день назад" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1789 +#, python-format +msgid "Does your file have titles?" +msgstr "Đ’ файле еŃŃ‚ŃŚ заголовки (Ńтрока Ń Đ˝Đ°Đ·Đ˛Đ°Đ˝Đ¸ŃŹĐĽĐ¸ колонок)?" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:327 +#, python-format +msgid "Unlimited" +msgstr "Неограниченно" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:784 +#, python-format +msgid "" +"Warning, the record has been modified, your changes will be discarded.\n" +"\n" +"Are you sure you want to leave this page ?" +msgstr "" +"ПредŃпреждение, запиŃŃŚ была изменена, ваŃи изменения бŃĐ´ŃŃ‚ потеряны.\n" +"\n" +"Đ’Ń‹ Ńверены, что хотите покинŃŃ‚ŃŚ ŃŤŃ‚Ń ŃтраницŃ?" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:2904 +#, python-format +msgid "Search: " +msgstr "Найти: " + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:544 +#, python-format +msgid "Technical translation" +msgstr "ТехничеŃкий перевод" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1797 +#, python-format +msgid "Delimiter:" +msgstr "Разделитель:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:462 +#, python-format +msgid "Browser's timezone" +msgstr "ЧаŃовой ĐżĐľŃŹŃ Đ±Ń€Đ°Ńзера" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1605 +#, python-format +msgid "Filter name" +msgstr "Название фильтра" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1464 +#, python-format +msgid "-- Actions --" +msgstr "-- ДейŃтвия --" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:4134 +#: code:addons/web/static/src/js/view_form.js:4294 +#: code:addons/web/static/src/xml/base.xml:1407 +#: code:addons/web/static/src/xml/base.xml:1705 +#, python-format +msgid "Add" +msgstr "Добавить" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:536 +#, python-format +msgid "Toggle Form Layout Outline" +msgstr "Переключить ŃŃ‚Ń€ŃктŃры макета формы" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:421 +#, python-format +msgid "OpenERP.com" +msgstr "OpenERP.com" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:2317 +#, python-format +msgid "Can't send email to invalid e-mail address" +msgstr "Невозможно отправить ĐżĐľŃ‡Ń‚Ń ĐżĐľ Đ˝ĐµĐ˛ĐµŃ€Đ˝ĐľĐĽŃ e-mail адреŃŃ" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:636 +#, python-format +msgid "Add..." +msgstr "Добавить..." + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:405 +#, python-format +msgid "Preferences" +msgstr "НаŃтройки" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:436 +#, python-format +msgid "Wrong on change format: %s" +msgstr "Неправильный или измененный формат: %s" + +#. module: web +#. openerp-web +#: code:addons/web/controllers/main.py:750 +#: code:addons/web/static/src/xml/base.xml:185 +#, python-format +msgid "Drop Database" +msgstr "Удалить Đ±Đ°Đ·Ń Đ´Đ°Đ˝Đ˝Ń‹Ń…" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:466 +#, python-format +msgid "Click here to change your user's timezone." +msgstr "Нажмите здеŃŃŚ для изменения чаŃового пояŃĐ° ваŃего пользователя." + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:966 +#, python-format +msgid "Modifiers:" +msgstr "Модификаторы:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:627 +#, python-format +msgid "Delete this attachment" +msgstr "Удалить вложение" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:774 +#: code:addons/web/static/src/xml/base.xml:815 +#: code:addons/web/static/src/xml/base.xml:1382 +#: code:addons/web/static/src/xml/base.xml:1612 +#, python-format +msgid "Save" +msgstr "Сохранить" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/views.js:999 +#: code:addons/web/static/src/xml/base.xml:352 +#, python-format +msgid "More" +msgstr "Еще" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:73 +#, python-format +msgid "Username" +msgstr "ĐĐĽŃŹ пользователя" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:481 +#, python-format +msgid "Duplicating database" +msgstr "Копирование базы данных" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:563 +#, python-format +msgid "Password has been changed successfully" +msgstr "Пароль был ŃŃпеŃно изменен" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list_editable.js:788 +#, python-format +msgid "The form's data can not be discarded" +msgstr "Đнформация формы не может быть отклонена" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:533 +#, python-format +msgid "Debug View#" +msgstr "Debug View#" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:77 +#, python-format +msgid "Log in" +msgstr "Вход" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:198 +#: code:addons/web/static/src/js/view_list.js:346 +#: code:addons/web/static/src/xml/base.xml:1764 +#, python-format +msgid "Delete" +msgstr "Удалить" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/pyeval.js:769 +#, python-format +msgid "" +"Local evaluation failure\n" +"%s\n" +"\n" +"%s" +msgstr "" +"Сбой локальной оценки\n" +"%s\n" +"\n" +"%s" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:350 +#, python-format +msgid "Invalid database name" +msgstr "Неверное имя базы данных" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1693 +#, python-format +msgid "Save fields list" +msgstr "Сохранить ŃпиŃок полей" + +#. module: web +#. openerp-web +#: code:addons/web/doc/module/static/src/xml/web_example.xml:5 +#, python-format +msgid "Start" +msgstr "Старт" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/views.js:823 +#, python-format +msgid "View Log (%s)" +msgstr "Показать отчет (%s)" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:564 +#, python-format +msgid "Creation Date:" +msgstr "Дата Ńоздания:" + +#. module: web +#: code:addons/web/controllers/main.py:790 +#: code:addons/web/controllers/main.py:835 +#, python-format +msgid "Error, password not changed !" +msgstr "ĐžŃибка, пароль не изменен!" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:4850 +#, python-format +msgid "The selected file exceed the maximum file size of %s." +msgstr "Выбранный файл превыŃает ĐĽĐ°ĐşŃимальный размер файла %s." + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:632 +#: code:addons/web/static/src/xml/base.xml:1300 +#, python-format +msgid "/web/binary/upload_attachment" +msgstr "/web/binary/upload_attachment" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:563 +#, python-format +msgid "Changed Password" +msgstr "Đзмененный пароль" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1431 +#, python-format +msgid "Search" +msgstr "ПоиŃĐş" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:3032 +#: code:addons/web/static/src/js/view_form.js:3668 +#: code:addons/web/static/src/js/view_form.js:3785 +#: code:addons/web/static/src/js/view_form.js:4230 +#: code:addons/web/static/src/js/view_form.js:4353 +#, python-format +msgid "Open: " +msgstr "Открыть: " + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:218 +#: code:addons/web/static/src/xml/base.xml:309 +#, python-format +msgid "Backup" +msgstr "Резервная копия" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/dates.js:76 +#: code:addons/web/static/src/js/dates.js:80 +#, python-format +msgid "'%s' is not a valid time" +msgstr "'%s' не являетŃŃŹ допŃŃтимым временем" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/formats.js:274 +#, python-format +msgid "'%s' is not a correct date" +msgstr "'%s' не являетŃŃŹ корректной датой" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:933 +#, python-format +msgid "(nolabel)" +msgstr "(без метки)" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/coresetup.js:606 +#, python-format +msgid "%d days ago" +msgstr "%d дней назад" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1474 +#, python-format +msgid "(Any existing filter with the same name will be replaced)" +msgstr "(ĐмеющийŃŃŹ фильтр Ń Ń‚Đ°ĐşĐ¸ĐĽ же имененем бŃдет заменен)" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:1918 +#: code:addons/web/static/src/xml/base.xml:338 +#: code:addons/web/static/src/xml/base.xml:1377 +#: code:addons/web/static/src/xml/base.xml:1860 +#, python-format +msgid "Cancel" +msgstr "Отмена" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/coresetup.js:628 +#: code:addons/web/static/src/xml/base.xml:9 +#, python-format +msgid "Loading..." +msgstr "ЗагрŃзка..." + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:567 +#, python-format +msgid "Latest Modification by:" +msgstr "ĐзменялŃŃŹ:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:1242 +#: code:addons/web/static/src/xml/base.xml:470 +#, python-format +msgid "Timezone mismatch" +msgstr "НеŃовпадение чаŃовых пояŃов" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:1646 +#, python-format +msgid "Unknown operator %s in domain %s" +msgstr "НеизвеŃтный оператор %s в домене %s" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:428 +#, python-format +msgid "%d / %d" +msgstr "%d / %d" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1782 +#, python-format +msgid "2. Check your file format" +msgstr "2. Проверьте формат файла" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1718 +#, python-format +msgid "Name" +msgstr "Название" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1775 +#, python-format +msgid "" +"Select a .CSV file to import. If you need a sample of file to import,\n" +" you should use the export tool with the \"Import Compatible\" option." +msgstr "" +"Укажите .CSV файл для импорта. Đ•Ńли вам Đ˝Ńжен пример такого файла,\n" +" воŃпользŃйтеŃŃŚ инŃŃ‚Ń€Ńментом ŃŤĐşŃпорта Ń ĐľĐżŃ†Đ¸ĐµĐą \"СовмеŃтимоŃŃ‚ŃŚ для " +"Đмпорта\"." + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/coresetup.js:608 +#, python-format +msgid "%d months ago" +msgstr "%d меŃяцев/меŃяца назад" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:187 +#: code:addons/web/static/src/xml/base.xml:308 +#, python-format +msgid "Drop" +msgstr "Удалить" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1465 +#, python-format +msgid "Add Advanced Filter" +msgstr "Добавить раŃŃиренный фильтр" + +#. module: web +#: code:addons/web/controllers/main.py:828 +#, python-format +msgid "The new password and its confirmation must be identical." +msgstr "Новый пароль и его подтверждение должны быть идентичны." + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:542 +#: code:addons/web/static/src/xml/base.xml:248 +#, python-format +msgid "Restore Database" +msgstr "Đ’ĐľŃŃтановить Đ±Đ°Đ·Ń Đ´Đ°Đ˝Đ˝Ń‹Ń…" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:644 +#, python-format +msgid "Login" +msgstr "Войти" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:420 +#, python-format +msgid "Licenced under the terms of" +msgstr "Лицензированно по ŃŃловиям" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:250 +#: code:addons/web/static/src/xml/base.xml:310 +#, python-format +msgid "Restore" +msgstr "Đ’ĐľŃŃтановить" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1677 +#, python-format +msgid "Export Type:" +msgstr "Тип ŃŤĐşŃпорта:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:406 +#, python-format +msgid "Log out" +msgstr "Выход" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1090 +#, python-format +msgid "Group by: %s" +msgstr "Đ“Ń€Ńппировать по: %s" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:153 +#, python-format +msgid "No data provided." +msgstr "Нет предоŃтавленных данных." + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:345 +#: code:addons/web/static/src/xml/base.xml:1665 +#, python-format +msgid "Export" +msgstr "Đ­ĐşŃпорт" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/data_export.js:12 +#, python-format +msgid "Export To File" +msgstr "Đ­ĐşŃпорт в файл" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/views.js:1097 +#, python-format +msgid "You must choose at least one record." +msgstr "Đ’Ń‹ должны выбрать хотя бы ĐľĐ´Đ˝Ń Đ·Đ°ĐżĐ¸ŃŃŚ." + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/coresetup.js:631 +#, python-format +msgid "Don't leave yet,
    it's still loading..." +msgstr "Не Ńходите,
    она по-ĐżŃ€ĐµĐ¶Đ˝ĐµĐĽŃ Đ·Đ°ĐłŃ€ŃжаетŃŃŹ ..." + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:775 +#, python-format +msgid "Invalid Search" +msgstr "ĐžŃибка поиŃка" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:980 +#, python-format +msgid "Could not find id in dataset" +msgstr "Невозможно найти id в наборе данных" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1707 +#, python-format +msgid "Remove All" +msgstr "Удалить вŃе" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1340 +#, python-format +msgid "Method:" +msgstr "Метод:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:1439 +#, python-format +msgid "%(page)d/%(page_count)d" +msgstr "%(page)d/%(page_count)d" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:397 +#, python-format +msgid "The confirmation does not match the password" +msgstr "Подтверждение должно Ńовпадать Ń ĐżĐ°Ń€ĐľĐ»ĐµĐĽ" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:441 +#, python-format +msgid "Edit Company data" +msgstr "Редактировать данные компании" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:4886 +#, python-format +msgid "Save As..." +msgstr "Сохранить как..." + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:5007 +#, python-format +msgid "Could not display the selected image." +msgstr "Не ŃдалоŃŃŚ вывеŃти выбранное изображение." + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:509 +#, python-format +msgid "Database backed up successfully" +msgstr "Резервная копия Đ‘Đ” Ńоздана ŃŃпеŃно" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1808 +#, python-format +msgid "" +"For use if CSV files have titles on multiple lines, skips more than a single " +"line during import" +msgstr "" +"Применимо еŃли в CSV файле заголовки раŃположены в неŃкольких Ńтроках и их " +"необходимо пропŃŃтить" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:394 +#, python-format +msgid "99+" +msgstr "99+" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1774 +#, python-format +msgid "1. Import a .CSV file" +msgstr "1. Đмпорт из .CSV файла" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:644 +#, python-format +msgid "No database selected !" +msgstr "Не выбрана база данных!" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/formats.js:180 +#, python-format +msgid "(%d records)" +msgstr "(%d запиŃей)" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:970 +#, python-format +msgid "Change default:" +msgstr "Đзменить по Ńмолчанию:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:171 +#, python-format +msgid "Original database name:" +msgstr "Оригинальное название базы данных:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1869 +#: code:addons/web/static/src/js/search.js:1879 +#: code:addons/web/static/src/js/search.js:1913 +#: code:addons/web/static/src/js/search.js:1938 +#, python-format +msgid "is equal to" +msgstr "ŃоответŃтвŃет" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/views.js:1500 +#, python-format +msgid "Could not serialize XML" +msgstr "Невозможно Ńериализовать XML" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1619 +#, python-format +msgid "Advanced Search" +msgstr "Đ Đ°ŃŃиренный поиŃĐş" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:290 +#, python-format +msgid "Confirm new master password:" +msgstr "Подтвердить ĐĽĐ°Ńтер-пароль:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/coresetup.js:634 +#, python-format +msgid "Maybe you should consider reloading the application by pressing F5..." +msgstr "" +"Может быть, вам ŃледŃет раŃŃмотреть возможноŃŃ‚ŃŚ перезагрŃзки приложения, " +"нажав F5 ..." + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:17 +#: code:addons/web/static/src/js/view_list.js:2248 +#: code:addons/web/static/src/xml/base.xml:111 +#: code:addons/web/static/src/xml/base.xml:306 +#: code:addons/web/static/src/xml/base.xml:812 +#: code:addons/web/static/src/xml/base.xml:1376 +#, python-format +msgid "Create" +msgstr "Создать" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1868 +#, python-format +msgid "doesn't contain" +msgstr "не Ńодержит" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1785 +#, python-format +msgid "Import Options" +msgstr "Параметры импорта" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:2936 +#, python-format +msgid "Add %s" +msgstr "Добавить %s" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:145 +#, python-format +msgid "Admin password:" +msgstr "Пароль админиŃтратора:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/data_export.js:11 +#: code:addons/web/static/src/js/view_form.js:1067 +#: code:addons/web/static/src/xml/base.xml:1394 +#, python-format +msgid "Close" +msgstr "Закрыть" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/coresetup.js:632 +#, python-format +msgid "" +"You may not believe it,
    but the application is actually loading..." +msgstr "" +"Вы можете не верить,
    но приложение на Ńамом деле загрŃжаетŃŃŹ ..." + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1779 +#, python-format +msgid "CSV File:" +msgstr "Файл CSV:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1741 +#, python-format +msgid "Advanced" +msgstr "Đ Đ°ŃŃиренный" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_tree.js:11 +#, python-format +msgid "Tree" +msgstr "Дерево" + +#. module: web +#: code:addons/web/controllers/main.py:750 +#, python-format +msgid "Could not drop database !" +msgstr "Невозможно Ńдалить Đ±Đ°Đ·Ń Đ´Đ°Đ˝Đ˝Ń‹Ń…!" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/formats.js:227 +#, python-format +msgid "'%s' is not a correct integer" +msgstr "'%s' не являетŃŃŹ корректным целым чиŃлом" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:877 +#, python-format +msgid "All users" +msgstr "Đ’Ńе пользователи" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:1654 +#, python-format +msgid "Unknown field %s in domain %s" +msgstr "НеизвеŃтное поле %s в домене %s" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/views.js:1466 +#, python-format +msgid "Node [%s] is not a JSONified XML node" +msgstr "Узел [%s] не являетŃŃŹ Ńзлом JSONified XML" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1428 +#, python-format +msgid "Advanced Search..." +msgstr "Đ Đ°ŃŃиренный поиŃĐş..." + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:499 +#, python-format +msgid "Dropping database" +msgstr "Удаление базы данных" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:82 +#: code:addons/web/static/src/xml/base.xml:445 +#, python-format +msgid "Powered by" +msgstr "На базе" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1380 +#: code:addons/web/static/src/xml/base.xml:970 +#, python-format +msgid "Yes" +msgstr "Да" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:4871 +#, python-format +msgid "There was a problem while uploading your file" +msgstr "Возникла проблема при загрŃзке файла" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:558 +#, python-format +msgid "XML ID:" +msgstr "XML ID:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:954 +#, python-format +msgid "Size:" +msgstr "Размер:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1824 +#, python-format +msgid "--- Don't Import ---" +msgstr "--- Не импортировать ---" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1679 +#, python-format +msgid "Import-Compatible Export" +msgstr "Đ­ĐşŃпорт, ŃовмеŃтимый Ń Đ¸ĐĽĐżĐľŃ€Ń‚ĐľĐĽ" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/coresetup.js:610 +#, python-format +msgid "%d years ago" +msgstr "%d лет назад" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:1040 +#, python-format +msgid "Unknown m2m command %s" +msgstr "НеизвеŃтная m2m команда %s" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:1068 +#, python-format +msgid "Save default" +msgstr "Сохранить значения по Ńмолчанию" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:121 +#: code:addons/web/static/src/xml/base.xml:175 +#: code:addons/web/static/src/xml/base.xml:264 +#, python-format +msgid "New database name:" +msgstr "Название новой базы данных:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:394 +#, python-format +msgid "Please enter your new password" +msgstr "ПожалŃĐąŃŃ‚Đ° введите Đ˛Đ°Ń Đ˝ĐľĐ˛Ń‹Đą пароль" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:4886 +#, python-format +msgid "The field is empty, there's nothing to save !" +msgstr "Поле ĐżŃŃŃ‚Đľ, нечего Ńохранять !" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:545 +#, python-format +msgid "Manage Views" +msgstr "Управление видами" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1801 +#, python-format +msgid "Encoding:" +msgstr "Кодировка:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1808 +#, python-format +msgid "Lines to skip" +msgstr "ПропŃŃтить Ńтроки" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:2858 +#, python-format +msgid "Create \"%s\"" +msgstr "Создать \"%s\"" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/data_export.js:361 +#, python-format +msgid "Please select fields to save export list..." +msgstr "Выберите поля для Ńохранения в ŃпиŃке ŃŤĐşŃпорта..." + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:418 +#, python-format +msgid "Copyright © 2004-TODAY OpenERP SA. All Rights Reserved." +msgstr "ĐвторŃкое право © 2004-СЕГОДНЯ OpenERP SA. Đ’Ńе Права Защищены." + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:2346 +#, python-format +msgid "This resource is empty" +msgstr "Этот реŃŃŃ€Ń ĐżŃŃŃ‚" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1689 +#, python-format +msgid "Available fields" +msgstr "ДоŃŃ‚Ńпные поля" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1835 +#, python-format +msgid "The import failed due to:" +msgstr "Đмпорт не выполнен по причине:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/views.js:812 +#: code:addons/web/static/src/xml/base.xml:539 +#, python-format +msgid "JS Tests" +msgstr "JS теŃŃ‚" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1750 +#, python-format +msgid "Save as:" +msgstr "Сохранить как:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:927 +#, python-format +msgid "Filter on: %s" +msgstr "Фильтр по: %s" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:2904 +#: code:addons/web/static/src/js/view_form.js:3757 +#, python-format +msgid "Create: " +msgstr "Создать: " + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:540 +#, python-format +msgid "View Fields" +msgstr "ПроŃмотр полей" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:330 +#, python-format +msgid "Confirm New Password:" +msgstr "Подтвердите новый пароль:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:575 +#, python-format +msgid "Do you really want to remove these records?" +msgstr "Đ’Ń‹ дейŃтвительно хотите Ńдалить эти запиŃи?" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:958 +#, python-format +msgid "Context:" +msgstr "КонтекŃŃ‚:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1933 +#: code:addons/web/static/src/js/search.js:1960 +#, python-format +msgid "is" +msgstr "-" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/data_export.js:6 +#, python-format +msgid "Export Data" +msgstr "Đ­ĐşŃпорт данных" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:962 +#, python-format +msgid "Domain:" +msgstr "Домен:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:834 +#, python-format +msgid "Default:" +msgstr "По Ńмолчанию:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:82 +#: code:addons/web/static/src/xml/base.xml:446 +#, python-format +msgid "OpenERP" +msgstr "OpenERP" + +#. module: web +#. openerp-web +#: code:addons/web/doc/module/static/src/xml/web_example.xml:8 +#, python-format +msgid "Stop" +msgstr "Стоп" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:68 +#: code:addons/web/static/src/xml/base.xml:193 +#: code:addons/web/static/src/xml/base.xml:225 +#, python-format +msgid "Database:" +msgstr "Đ‘Đ°Đ·Đ° данных:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1183 +#: code:addons/web/static/src/xml/base.xml:1240 +#, python-format +msgid "Uploading ..." +msgstr "ЗагрŃжаетŃŃŹ ..." + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1853 +#, python-format +msgid "Name:" +msgstr "Название:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:1058 +#, python-format +msgid "About" +msgstr "Đž программе" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1431 +#, python-format +msgid "Search Again" +msgstr "Повторить поиŃĐş" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1455 +#, python-format +msgid "-- Filters --" +msgstr "-- Фильтры --" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1230 +#: code:addons/web/static/src/xml/base.xml:1232 +#, python-format +msgid "Clear" +msgstr "ОчиŃтить" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1680 +#, python-format +msgid "Export all Data" +msgstr "Đ­ĐşŃпортировать вŃе данные" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:1334 +#, python-format +msgid "" +"Grouping on field '%s' is not possible because that field does not appear in " +"the list view." +msgstr "" +"Đ“Ń€Ńппировка по полю '%s' не возможа , ĐżĐľŃ‚ĐľĐĽŃ Ń‡Ń‚Đľ поле не отображаетŃŃŹ в " +"ŃпиŃке." + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:537 +#, python-format +msgid "Set Defaults" +msgstr "ĐŁŃтановить значения по Ńмолчанию" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1670 +#, python-format +msgid "" +"This wizard will export all data that matches the current search criteria to " +"a CSV file.\n" +" You can export all data or only the fields that can be " +"reimported after modification." +msgstr "" +"Этот ĐĽĐ°Ńтер ŃŤĐşŃпортирŃет вŃе найденные данные в CSV-файл.\n" +" Đ’Ń‹ можете ŃŤĐşŃпортировать вŃе данные, либо только те поля которые " +"должны быть в поŃледŃтвии импортированы поŃле изменений." + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:321 +#, python-format +msgid "The record could not be found in the database." +msgstr "Невозможно найти запиŃŃŚ в базе данных." + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1472 +#, python-format +msgid "Filter Name:" +msgstr "Название фильтра:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:946 +#, python-format +msgid "Type:" +msgstr "Тип:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:538 +#, python-format +msgid "Incorrect super-administrator password" +msgstr "Неправильный пароль ŃŃпер-админиŃтратора" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:942 +#, python-format +msgid "Object:" +msgstr "Объект:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:292 +#: code:addons/web/static/src/js/chrome.js:326 +#, python-format +msgid "Loading" +msgstr "ЗагрŃзка" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/coresetup.js:609 +#, python-format +msgid "about a year ago" +msgstr "примерно год назад" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1870 +#: code:addons/web/static/src/js/search.js:1880 +#: code:addons/web/static/src/js/search.js:1914 +#: code:addons/web/static/src/js/search.js:1939 +#, python-format +msgid "is not equal to" +msgstr "не ŃоответŃтвŃет" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:5036 +#, python-format +msgid "" +"The type of the field '%s' must be a many2many field with a relation to " +"'ir.attachment' model." +msgstr "" +"Тип поля '%s' должен быть many2many и иметь Ńвязь Ń ĐĽĐľĐ´ĐµĐ»ŃŚŃŽ 'ir.attachment'." + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/coresetup.js:604 +#, python-format +msgid "%d hours ago" +msgstr "%d чаŃов назад" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:4206 +#: code:addons/web/static/src/js/view_form.js:4335 +#, python-format +msgid "Add: " +msgstr "Добавить: " + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1858 +#, python-format +msgid "Quick Add" +msgstr "Đ‘Ń‹Ńтрое добавление" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1805 +#, python-format +msgid "Latin 1" +msgstr "Latin 1" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:260 +#: code:addons/web/static/src/js/chrome.js:269 +#: code:addons/web/static/src/js/chrome.js:449 +#: code:addons/web/static/src/js/chrome.js:792 +#: code:addons/web/static/src/js/view_form.js:572 +#: code:addons/web/static/src/js/view_form.js:1923 +#: code:addons/web/static/src/xml/base.xml:1752 +#, python-format +msgid "Ok" +msgstr "Ок" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/views.js:1162 +#, python-format +msgid "Uploading..." +msgstr "ЗагрŃзка..." + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:125 +#, python-format +msgid "Load Demonstration data:" +msgstr "ЗагрŃзить демонŃтрационные данные:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:615 +#, python-format +msgid "Created by :" +msgstr "Создано:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/dates.js:22 +#: code:addons/web/static/src/js/dates.js:26 +#, python-format +msgid "'%s' is not a valid datetime" +msgstr "'%s' не являетŃŃŹ допŃŃтимой датой и временем" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:256 +#, python-format +msgid "File:" +msgstr "Файл:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1882 +#: code:addons/web/static/src/js/search.js:1916 +#: code:addons/web/static/src/js/search.js:1941 +#, python-format +msgid "less than" +msgstr "меньŃе чем" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:687 +#: code:addons/web/static/src/js/views.js:1097 +#, python-format +msgid "Warning" +msgstr "Внимание" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:547 +#, python-format +msgid "Edit SearchView" +msgstr "Đзменить вид поиŃка" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1975 +#, python-format +msgid "is true" +msgstr "иŃтинно" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:3909 +#, python-format +msgid "Add an item" +msgstr "Добавить" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1603 +#, python-format +msgid "Save current filter" +msgstr "Сохранить текŃщий фильтр" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:1915 +#, python-format +msgid "Confirm" +msgstr "Подтвердить" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/data_export.js:126 +#, python-format +msgid "Please enter save field list name" +msgstr "Введите имя ŃпиŃка полей для Ńохранения" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:2206 +#, python-format +msgid "Download \"%s\"" +msgstr "ЗагрŃзка \"%s\"" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:326 +#, python-format +msgid "New" +msgstr "Новый" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:1767 +#, python-format +msgid "Can't convert value %s to context" +msgstr "Невозможно конвертировать значение %s в контекŃŃ‚" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/views.js:807 +#: code:addons/web/static/src/xml/base.xml:541 +#, python-format +msgid "Fields View Get" +msgstr "ПолŃчить поля вида" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:149 +#, python-format +msgid "Confirm password:" +msgstr "Подтвердите пароль:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1883 +#: code:addons/web/static/src/js/search.js:1917 +#: code:addons/web/static/src/js/search.js:1942 +#, python-format +msgid "greater or equal than" +msgstr "больŃе или равен" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1321 +#, python-format +msgid "Button" +msgstr "Кнопка" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:418 +#, python-format +msgid "OpenERP is a trademark of the" +msgstr "OpenERP являетŃŃŹ торговым знаком" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/data_export.js:374 +#, python-format +msgid "Please select fields to export..." +msgstr "ПожалŃĐąŃŃ‚Đ°, выберите поля для ŃŤĐşŃпорта..." + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:286 +#, python-format +msgid "New master password:" +msgstr "Новый ĐĽĐ°Ńтер-пароль:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1976 +#, python-format +msgid "is false" +msgstr "ложно" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:404 +#, python-format +msgid "About OpenERP" +msgstr "Об OpenERP" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/formats.js:297 +#, python-format +msgid "'%s' is not a correct date, datetime nor time" +msgstr "" +"'%s' не являетŃŃŹ ни корректной датой, ни временем, ни тем и Đ´Ń€Ńгим вмеŃте " +"взятым." + +#. module: web +#: code:addons/web/controllers/main.py:1264 +#, python-format +msgid "No content found for field '%s' on '%s:%s'" +msgstr "Не найдено Ńодержимое для поля '%s' на '%s:%s'" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:304 +#, python-format +msgid "Database Management" +msgstr "Управление базами данных" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:5007 +#, python-format +msgid "Image" +msgstr "Đзображение" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:81 +#, python-format +msgid "Manage Databases" +msgstr "Управление базами данных" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/pyeval.js:765 +#, python-format +msgid "Evaluation Error" +msgstr "ĐžŃибка оценки" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1283 +#, python-format +msgid "not a valid integer" +msgstr "не являетŃŃŹ целым чиŃлом" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:337 +#: code:addons/web/static/src/xml/base.xml:776 +#: code:addons/web/static/src/xml/base.xml:816 +#: code:addons/web/static/src/xml/base.xml:1376 +#: code:addons/web/static/src/xml/base.xml:1384 +#: code:addons/web/static/src/xml/base.xml:1630 +#, python-format +msgid "or" +msgstr "или" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1381 +#, python-format +msgid "No" +msgstr "Нет" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/formats.js:309 +#, python-format +msgid "'%s' is not convertible to date, datetime nor time" +msgstr "'%s' не являетŃŃŹ конвертирŃемым в Đ´Đ°Ń‚Ń, время или Đ´Đ°Ń‚Ń Đ¸ время" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:199 +#: code:addons/web/static/src/xml/base.xml:161 +#: code:addons/web/static/src/xml/base.xml:307 +#, python-format +msgid "Duplicate" +msgstr "Đ”Ńблировать" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:777 +#: code:addons/web/static/src/xml/base.xml:817 +#: code:addons/web/static/src/xml/base.xml:1391 +#, python-format +msgid "Discard" +msgstr "Отменить" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1624 +#, python-format +msgid "Add a condition" +msgstr "Добавить ŃŃловие" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/coresetup.js:629 +#, python-format +msgid "Still loading..." +msgstr "Đдет загрŃзка ..." + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:818 +#, python-format +msgid "Incorrect value for field %(fieldname)s: [%(value)s] is %(message)s" +msgstr "" +"Некорректное значение для поля %(fieldname)s: [%(value)s] в %(message)s" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:3805 +#, python-format +msgid "The o2m record must be saved before an action can be used" +msgstr "ЗапиŃŃŚ o2m должна быть Ńохранена перед иŃпользованием" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:509 +#, python-format +msgid "Backed" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1610 +#, python-format +msgid "Use by default" +msgstr "ĐŃпользовать по Ńмолчанию" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:1348 +#, python-format +msgid "%s (%d)" +msgstr "%s (%d)" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:775 +#, python-format +msgid "triggered from search view" +msgstr "вызвано из поиŃка" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:978 +#, python-format +msgid "Filter" +msgstr "Фильтр" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:950 +#, python-format +msgid "Widget:" +msgstr "Виджет:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:548 +#, python-format +msgid "Edit Action" +msgstr "Đзменить дейŃтвие" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:555 +#, python-format +msgid "ID:" +msgstr "ID:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:870 +#, python-format +msgid "Only you" +msgstr "Только Đ’Ń‹" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:549 +#, python-format +msgid "Edit Workflow" +msgstr "Редактировать процеŃŃ" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/views.js:1171 +#, python-format +msgid "Do you really want to delete this attachment ?" +msgstr "Đ’Ń‹ дейŃтвительно хотите Ńдалить ŃŤŃ‚Đľ вложение?" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/views.js:840 +#, python-format +msgid "Technical Translation" +msgstr "ТехничеŃкий перевод" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:938 +#, python-format +msgid "Field:" +msgstr "Поле:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:620 +#, python-format +msgid "Modified by :" +msgstr "Đзменено:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:499 +#, python-format +msgid "The database %s has been dropped" +msgstr "Đ‘Đ°Đ·Đ° данных %s была Ńдалена" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:460 +#, python-format +msgid "User's timezone" +msgstr "ЧаŃовой ĐżĐľŃŹŃ ĐżĐľĐ»ŃŚĐ·ĐľĐ˛Đ°Ń‚ĐµĐ»ŃŹ" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:284 +#: code:addons/web/static/src/js/chrome.js:1168 +#, python-format +msgid "Client Error" +msgstr "ĐžŃибка клиента" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/views.js:998 +#, python-format +msgid "Print" +msgstr "Печать" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1331 +#, python-format +msgid "Special:" +msgstr "Специальное:" + +#. module: web +#: code:addons/web/controllers/main.py:834 +#, python-format +msgid "" +"The old password you provided is incorrect, your password was not changed." +msgstr "" +"Старый пароль который вы предоŃтавили неверен, Đ˛Đ°Ń ĐżĐ°Ń€ĐľĐ»ŃŚ не был изменен." + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:561 +#, python-format +msgid "Creation User:" +msgstr "Создатель:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:769 +#, python-format +msgid "Do you really want to delete this record?" +msgstr "Đ’Ń‹ дейŃтвительно хотите Ńдалить ŃŤŃ‚Ń Đ·Đ°ĐżĐ¸ŃŃŚ?" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1385 +#, python-format +msgid "Save & Close" +msgstr "Сохранить и закрыть" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:2845 +#, python-format +msgid "Search More..." +msgstr "ĐŃкать еще ..." + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:75 +#: code:addons/web/static/src/xml/base.xml:311 +#, python-format +msgid "Password" +msgstr "Пароль" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:546 +#: code:addons/web/static/src/xml/base.xml:809 +#: code:addons/web/static/src/xml/base.xml:1178 +#, python-format +msgid "Edit" +msgstr "Đзменить" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1706 +#, python-format +msgid "Remove" +msgstr "Удалить" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1062 +#, python-format +msgid "Select date" +msgstr "Выбрать Đ´Đ°Ń‚Ń" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1249 +#, python-format +msgid "Search %(field)s for: %(value)s" +msgstr "ĐŃкать %(field)s для: %(value)s" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1277 +#, python-format +msgid "Delete this file" +msgstr "Удалить этот файл" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:109 +#, python-format +msgid "Create Database" +msgstr "Создать Đ±Đ°Đ·Ń Đ´Đ°Đ˝Đ˝Ń‹Ń…" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:420 +#, python-format +msgid "GNU Affero General Public License" +msgstr "GNU Affero General Public License" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1795 +#, python-format +msgid "Separator:" +msgstr "Разделитель:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:300 +#, python-format +msgid "Back to Login" +msgstr "Войти" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1662 +#: code:addons/web/static/src/xml/base.xml:1454 +#, python-format +msgid "Filters" +msgstr "Фильтры" diff --git a/web/i18n/sk.po b/web/i18n/sk.po new file mode 100644 index 0000000..52fb4fe --- /dev/null +++ b/web/i18n/sk.po @@ -0,0 +1,2602 @@ +# Slovak translation for openerp-web +# Copyright (c) 2011 Rosetta Contributors and Canonical Ltd 2011 +# This file is distributed under the same license as the openerp-web package. +# FIRST AUTHOR , 2011. +# +msgid "" +msgstr "" +"Project-Id-Version: openerp-web\n" +"Report-Msgid-Bugs-To: FULL NAME \n" +"POT-Creation-Date: 2012-12-21 17:06+0000\n" +"PO-Revision-Date: 2012-12-21 23:00+0000\n" +"Last-Translator: FULL NAME \n" +"Language-Team: Slovak \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Launchpad-Export-Date: 2012-12-22 07:38+0000\n" +"X-Generator: Launchpad (build 16378)\n" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:133 +#, python-format +msgid "Default language:" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/coresetup.js:602 +#, python-format +msgid "%d minutes ago" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/coresetup.js:630 +#, python-format +msgid "Still loading...
    Please be patient." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1832 +#, python-format +msgid "%(field)s %(operator)s \"%(value)s\"" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1884 +#: code:addons/web/static/src/js/search.js:1918 +#: code:addons/web/static/src/js/search.js:1943 +#, python-format +msgid "less or equal than" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:393 +#, python-format +msgid "Please enter your previous password" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:117 +#: code:addons/web/static/src/xml/base.xml:167 +#: code:addons/web/static/src/xml/base.xml:282 +#, python-format +msgid "Master password:" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:274 +#, python-format +msgid "Change Master Password" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:491 +#, python-format +msgid "Do you really want to delete the database: %s ?" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1398 +#, python-format +msgid "Search %(field)s at: %(value)s" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:537 +#, python-format +msgid "Access Denied" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:5183 +#, python-format +msgid "Uploading error" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/coresetup.js:603 +#, python-format +msgid "about an hour ago" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/controllers/main.py:768 +#: code:addons/web/static/src/js/chrome.js:514 +#: code:addons/web/static/src/xml/base.xml:216 +#, python-format +msgid "Backup Database" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/views.js:463 +#, python-format +msgid "%(view_type)s view" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/dates.js:49 +#: code:addons/web/static/src/js/dates.js:53 +#, python-format +msgid "'%s' is not a valid date" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1837 +#, python-format +msgid "Here is a preview of the file we could not import:" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/coresetup.js:601 +#, python-format +msgid "about a minute ago" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1297 +#, python-format +msgid "File" +msgstr "" + +#. module: web +#: code:addons/web/controllers/main.py:826 +#, python-format +msgid "You cannot leave any password empty." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:680 +#, python-format +msgid "Invalid username or password" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:206 +#: code:addons/web/static/src/xml/base.xml:238 +#: code:addons/web/static/src/xml/base.xml:260 +#, python-format +msgid "Master Password:" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1217 +#: code:addons/web/static/src/xml/base.xml:1374 +#, python-format +msgid "Select" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:549 +#, python-format +msgid "Database restored successfully" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:415 +#, python-format +msgid "Version" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:570 +#, python-format +msgid "Latest Modification Date:" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1459 +#, python-format +msgid "M2O search fields do not currently handle multiple default values" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:1227 +#, python-format +msgid "Widget type '%s' is not implemented" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1608 +#, python-format +msgid "Share with all users" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:77 +#: code:addons/web/static/src/js/view_form.js:321 +#, python-format +msgid "Form" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1324 +#, python-format +msgid "(no string)" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/formats.js:282 +#, python-format +msgid "'%s' is not a correct time" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1297 +#, python-format +msgid "not a valid number" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:325 +#, python-format +msgid "New Password:" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:610 +#, python-format +msgid "Attachment :" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1691 +#, python-format +msgid "Fields to export" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:1340 +#, python-format +msgid "Undefined" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:4871 +#, python-format +msgid "File Upload" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/coresetup.js:607 +#, python-format +msgid "about a month ago" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1600 +#, python-format +msgid "Custom Filters" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1336 +#, python-format +msgid "Button Type:" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:419 +#, python-format +msgid "OpenERP SA Company" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1553 +#, python-format +msgid "Custom Filter" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:159 +#, python-format +msgid "Duplicate Database" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/controllers/main.py:789 +#: code:addons/web/controllers/main.py:790 +#: code:addons/web/controllers/main.py:826 +#: code:addons/web/controllers/main.py:828 +#: code:addons/web/controllers/main.py:834 +#: code:addons/web/controllers/main.py:835 +#: code:addons/web/static/src/js/chrome.js:768 +#: code:addons/web/static/src/xml/base.xml:276 +#: code:addons/web/static/src/xml/base.xml:336 +#, python-format +msgid "Change Password" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:3411 +#, python-format +msgid "View type '%s' is not supported in One2Many." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:4951 +#: code:addons/web/static/src/js/view_list.js:2194 +#, python-format +msgid "Download" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/formats.js:266 +#, python-format +msgid "'%s' is not a correct datetime" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:417 +#, python-format +msgid "Group" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:927 +#, python-format +msgid "Unhandled widget" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:982 +#, python-format +msgid "Selection:" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:871 +#, python-format +msgid "The following fields are invalid:" +msgstr "" + +#. module: web +#: code:addons/web/controllers/main.py:847 +#, python-format +msgid "Languages" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1270 +#, python-format +msgid "...Upload in progress..." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1768 +#, python-format +msgid "Import" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:543 +#, python-format +msgid "Could not restore the database" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:4851 +#, python-format +msgid "File upload" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:3804 +#, python-format +msgid "Action Button" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:542 +#: code:addons/web/static/src/xml/base.xml:1467 +#, python-format +msgid "Manage Filters" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1867 +#, python-format +msgid "contains" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/coresetup.js:633 +#, python-format +msgid "Take a minute to get a coffee,
    because it's loading..." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:413 +#, python-format +msgid "Activate the developer mode" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:324 +#, python-format +msgid "Loading (%d)" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1114 +#, python-format +msgid "GroupBy" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:687 +#, python-format +msgid "You must select at least one record." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:535 +#, python-format +msgid "View Log (perm_read)" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:1061 +#, python-format +msgid "Set Default" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:978 +#, python-format +msgid "Relation:" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/coresetup.js:600 +#, python-format +msgid "less than a minute ago" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:851 +#, python-format +msgid "Condition:" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:1692 +#, python-format +msgid "Unsupported operator %s in domain %s" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/formats.js:242 +#, python-format +msgid "'%s' is not a correct float" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:549 +#, python-format +msgid "Restored" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:394 +#, python-format +msgid "%d-%d of %d" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:2868 +#, python-format +msgid "Create and Edit..." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/pyeval.js:731 +#, python-format +msgid "Unknown nonliteral type " +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:2346 +#, python-format +msgid "Resource error" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1961 +#, python-format +msgid "is not" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:550 +#, python-format +msgid "Print Workflow" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:396 +#, python-format +msgid "Please confirm your new password" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1804 +#, python-format +msgid "UTF-8" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:421 +#, python-format +msgid "For more information visit" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1859 +#, python-format +msgid "Add All Info..." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1683 +#, python-format +msgid "Export Formats" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:974 +#, python-format +msgid "On change:" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/views.js:865 +#, python-format +msgid "Model %s fields" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:893 +#, python-format +msgid "Setting 'id' attribute on existing record %s" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:8 +#, python-format +msgid "List" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1881 +#: code:addons/web/static/src/js/search.js:1915 +#: code:addons/web/static/src/js/search.js:1940 +#, python-format +msgid "greater than" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:2248 +#: code:addons/web/static/src/xml/base.xml:546 +#, python-format +msgid "View" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1466 +#, python-format +msgid "Save Filter" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1344 +#, python-format +msgid "Action ID:" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:457 +#, python-format +msgid "Your user's preference timezone does not match your browser timezone:" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:1223 +#, python-format +msgid "Field '%s' specified in view could not be found." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1756 +#, python-format +msgid "Saved exports:" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:320 +#, python-format +msgid "Old Password:" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/formats.js:113 +#, python-format +msgid "Bytes,Kb,Mb,Gb,Tb,Pb,Eb,Zb,Yb" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:481 +#, python-format +msgid "The database has been duplicated." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1625 +#, python-format +msgid "Apply" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1386 +#, python-format +msgid "Save & New" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1223 +#: code:addons/web/static/src/xml/base.xml:1225 +#, python-format +msgid "Save As" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/doc/module/static/src/xml/web_example.xml:3 +#, python-format +msgid "00:00:00" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:2317 +#, python-format +msgid "E-mail error" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/coresetup.js:605 +#, python-format +msgid "a day ago" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1789 +#, python-format +msgid "Does your file have titles?" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:327 +#, python-format +msgid "Unlimited" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:784 +#, python-format +msgid "" +"Warning, the record has been modified, your changes will be discarded.\n" +"\n" +"Are you sure you want to leave this page ?" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:2904 +#, python-format +msgid "Search: " +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:544 +#, python-format +msgid "Technical translation" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1797 +#, python-format +msgid "Delimiter:" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:462 +#, python-format +msgid "Browser's timezone" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1605 +#, python-format +msgid "Filter name" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1464 +#, python-format +msgid "-- Actions --" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:4134 +#: code:addons/web/static/src/js/view_form.js:4294 +#: code:addons/web/static/src/xml/base.xml:1407 +#: code:addons/web/static/src/xml/base.xml:1705 +#, python-format +msgid "Add" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:536 +#, python-format +msgid "Toggle Form Layout Outline" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:421 +#, python-format +msgid "OpenERP.com" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:2317 +#, python-format +msgid "Can't send email to invalid e-mail address" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:636 +#, python-format +msgid "Add..." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:405 +#, python-format +msgid "Preferences" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:436 +#, python-format +msgid "Wrong on change format: %s" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/controllers/main.py:750 +#: code:addons/web/static/src/xml/base.xml:185 +#, python-format +msgid "Drop Database" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:466 +#, python-format +msgid "Click here to change your user's timezone." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:966 +#, python-format +msgid "Modifiers:" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:627 +#, python-format +msgid "Delete this attachment" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:774 +#: code:addons/web/static/src/xml/base.xml:815 +#: code:addons/web/static/src/xml/base.xml:1382 +#: code:addons/web/static/src/xml/base.xml:1612 +#, python-format +msgid "Save" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/views.js:999 +#: code:addons/web/static/src/xml/base.xml:352 +#, python-format +msgid "More" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:73 +#, python-format +msgid "Username" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:481 +#, python-format +msgid "Duplicating database" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:563 +#, python-format +msgid "Password has been changed successfully" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list_editable.js:788 +#, python-format +msgid "The form's data can not be discarded" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:533 +#, python-format +msgid "Debug View#" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:77 +#, python-format +msgid "Log in" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:198 +#: code:addons/web/static/src/js/view_list.js:346 +#: code:addons/web/static/src/xml/base.xml:1764 +#, python-format +msgid "Delete" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/pyeval.js:769 +#, python-format +msgid "" +"Local evaluation failure\n" +"%s\n" +"\n" +"%s" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:350 +#, python-format +msgid "Invalid database name" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1693 +#, python-format +msgid "Save fields list" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/doc/module/static/src/xml/web_example.xml:5 +#, python-format +msgid "Start" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/views.js:823 +#, python-format +msgid "View Log (%s)" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:564 +#, python-format +msgid "Creation Date:" +msgstr "" + +#. module: web +#: code:addons/web/controllers/main.py:790 +#: code:addons/web/controllers/main.py:835 +#, python-format +msgid "Error, password not changed !" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:4850 +#, python-format +msgid "The selected file exceed the maximum file size of %s." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:632 +#: code:addons/web/static/src/xml/base.xml:1300 +#, python-format +msgid "/web/binary/upload_attachment" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:563 +#, python-format +msgid "Changed Password" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1431 +#, python-format +msgid "Search" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:3032 +#: code:addons/web/static/src/js/view_form.js:3668 +#: code:addons/web/static/src/js/view_form.js:3785 +#: code:addons/web/static/src/js/view_form.js:4230 +#: code:addons/web/static/src/js/view_form.js:4353 +#, python-format +msgid "Open: " +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:218 +#: code:addons/web/static/src/xml/base.xml:309 +#, python-format +msgid "Backup" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/dates.js:76 +#: code:addons/web/static/src/js/dates.js:80 +#, python-format +msgid "'%s' is not a valid time" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/formats.js:274 +#, python-format +msgid "'%s' is not a correct date" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:933 +#, python-format +msgid "(nolabel)" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/coresetup.js:606 +#, python-format +msgid "%d days ago" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1474 +#, python-format +msgid "(Any existing filter with the same name will be replaced)" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:1918 +#: code:addons/web/static/src/xml/base.xml:338 +#: code:addons/web/static/src/xml/base.xml:1377 +#: code:addons/web/static/src/xml/base.xml:1860 +#, python-format +msgid "Cancel" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/coresetup.js:628 +#: code:addons/web/static/src/xml/base.xml:9 +#, python-format +msgid "Loading..." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:567 +#, python-format +msgid "Latest Modification by:" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:1242 +#: code:addons/web/static/src/xml/base.xml:470 +#, python-format +msgid "Timezone mismatch" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:1646 +#, python-format +msgid "Unknown operator %s in domain %s" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:428 +#, python-format +msgid "%d / %d" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1782 +#, python-format +msgid "2. Check your file format" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1718 +#, python-format +msgid "Name" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1775 +#, python-format +msgid "" +"Select a .CSV file to import. If you need a sample of file to import,\n" +" you should use the export tool with the \"Import Compatible\" option." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/coresetup.js:608 +#, python-format +msgid "%d months ago" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:187 +#: code:addons/web/static/src/xml/base.xml:308 +#, python-format +msgid "Drop" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1465 +#, python-format +msgid "Add Advanced Filter" +msgstr "" + +#. module: web +#: code:addons/web/controllers/main.py:828 +#, python-format +msgid "The new password and its confirmation must be identical." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:542 +#: code:addons/web/static/src/xml/base.xml:248 +#, python-format +msgid "Restore Database" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:644 +#, python-format +msgid "Login" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:420 +#, python-format +msgid "Licenced under the terms of" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:250 +#: code:addons/web/static/src/xml/base.xml:310 +#, python-format +msgid "Restore" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1677 +#, python-format +msgid "Export Type:" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:406 +#, python-format +msgid "Log out" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1090 +#, python-format +msgid "Group by: %s" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:153 +#, python-format +msgid "No data provided." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:345 +#: code:addons/web/static/src/xml/base.xml:1665 +#, python-format +msgid "Export" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/data_export.js:12 +#, python-format +msgid "Export To File" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/views.js:1097 +#, python-format +msgid "You must choose at least one record." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/coresetup.js:631 +#, python-format +msgid "Don't leave yet,
    it's still loading..." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:775 +#, python-format +msgid "Invalid Search" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:980 +#, python-format +msgid "Could not find id in dataset" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1707 +#, python-format +msgid "Remove All" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1340 +#, python-format +msgid "Method:" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:1439 +#, python-format +msgid "%(page)d/%(page_count)d" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:397 +#, python-format +msgid "The confirmation does not match the password" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:441 +#, python-format +msgid "Edit Company data" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:4886 +#, python-format +msgid "Save As..." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:5007 +#, python-format +msgid "Could not display the selected image." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:509 +#, python-format +msgid "Database backed up successfully" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1808 +#, python-format +msgid "" +"For use if CSV files have titles on multiple lines, skips more than a single " +"line during import" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:394 +#, python-format +msgid "99+" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1774 +#, python-format +msgid "1. Import a .CSV file" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:644 +#, python-format +msgid "No database selected !" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/formats.js:180 +#, python-format +msgid "(%d records)" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:970 +#, python-format +msgid "Change default:" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:171 +#, python-format +msgid "Original database name:" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1869 +#: code:addons/web/static/src/js/search.js:1879 +#: code:addons/web/static/src/js/search.js:1913 +#: code:addons/web/static/src/js/search.js:1938 +#, python-format +msgid "is equal to" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/views.js:1500 +#, python-format +msgid "Could not serialize XML" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1619 +#, python-format +msgid "Advanced Search" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:290 +#, python-format +msgid "Confirm new master password:" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/coresetup.js:634 +#, python-format +msgid "Maybe you should consider reloading the application by pressing F5..." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:17 +#: code:addons/web/static/src/js/view_list.js:2248 +#: code:addons/web/static/src/xml/base.xml:111 +#: code:addons/web/static/src/xml/base.xml:306 +#: code:addons/web/static/src/xml/base.xml:812 +#: code:addons/web/static/src/xml/base.xml:1376 +#, python-format +msgid "Create" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1868 +#, python-format +msgid "doesn't contain" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1785 +#, python-format +msgid "Import Options" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:2936 +#, python-format +msgid "Add %s" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:145 +#, python-format +msgid "Admin password:" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/data_export.js:11 +#: code:addons/web/static/src/js/view_form.js:1067 +#: code:addons/web/static/src/xml/base.xml:1394 +#, python-format +msgid "Close" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/coresetup.js:632 +#, python-format +msgid "" +"You may not believe it,
    but the application is actually loading..." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1779 +#, python-format +msgid "CSV File:" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1741 +#, python-format +msgid "Advanced" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_tree.js:11 +#, python-format +msgid "Tree" +msgstr "" + +#. module: web +#: code:addons/web/controllers/main.py:750 +#, python-format +msgid "Could not drop database !" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/formats.js:227 +#, python-format +msgid "'%s' is not a correct integer" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:877 +#, python-format +msgid "All users" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:1654 +#, python-format +msgid "Unknown field %s in domain %s" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/views.js:1466 +#, python-format +msgid "Node [%s] is not a JSONified XML node" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1428 +#, python-format +msgid "Advanced Search..." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:499 +#, python-format +msgid "Dropping database" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:82 +#: code:addons/web/static/src/xml/base.xml:445 +#, python-format +msgid "Powered by" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1380 +#: code:addons/web/static/src/xml/base.xml:970 +#, python-format +msgid "Yes" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:4871 +#, python-format +msgid "There was a problem while uploading your file" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:558 +#, python-format +msgid "XML ID:" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:954 +#, python-format +msgid "Size:" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1824 +#, python-format +msgid "--- Don't Import ---" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1679 +#, python-format +msgid "Import-Compatible Export" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/coresetup.js:610 +#, python-format +msgid "%d years ago" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:1040 +#, python-format +msgid "Unknown m2m command %s" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:1068 +#, python-format +msgid "Save default" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:121 +#: code:addons/web/static/src/xml/base.xml:175 +#: code:addons/web/static/src/xml/base.xml:264 +#, python-format +msgid "New database name:" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:394 +#, python-format +msgid "Please enter your new password" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:4886 +#, python-format +msgid "The field is empty, there's nothing to save !" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:545 +#, python-format +msgid "Manage Views" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1801 +#, python-format +msgid "Encoding:" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1808 +#, python-format +msgid "Lines to skip" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:2858 +#, python-format +msgid "Create \"%s\"" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/data_export.js:361 +#, python-format +msgid "Please select fields to save export list..." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:418 +#, python-format +msgid "Copyright © 2004-TODAY OpenERP SA. All Rights Reserved." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:2346 +#, python-format +msgid "This resource is empty" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1689 +#, python-format +msgid "Available fields" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1835 +#, python-format +msgid "The import failed due to:" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/views.js:812 +#: code:addons/web/static/src/xml/base.xml:539 +#, python-format +msgid "JS Tests" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1750 +#, python-format +msgid "Save as:" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:927 +#, python-format +msgid "Filter on: %s" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:2904 +#: code:addons/web/static/src/js/view_form.js:3757 +#, python-format +msgid "Create: " +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:540 +#, python-format +msgid "View Fields" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:330 +#, python-format +msgid "Confirm New Password:" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:575 +#, python-format +msgid "Do you really want to remove these records?" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:958 +#, python-format +msgid "Context:" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1933 +#: code:addons/web/static/src/js/search.js:1960 +#, python-format +msgid "is" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/data_export.js:6 +#, python-format +msgid "Export Data" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:962 +#, python-format +msgid "Domain:" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:834 +#, python-format +msgid "Default:" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:82 +#: code:addons/web/static/src/xml/base.xml:446 +#, python-format +msgid "OpenERP" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/doc/module/static/src/xml/web_example.xml:8 +#, python-format +msgid "Stop" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:68 +#: code:addons/web/static/src/xml/base.xml:193 +#: code:addons/web/static/src/xml/base.xml:225 +#, python-format +msgid "Database:" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1183 +#: code:addons/web/static/src/xml/base.xml:1240 +#, python-format +msgid "Uploading ..." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1853 +#, python-format +msgid "Name:" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:1058 +#, python-format +msgid "About" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1431 +#, python-format +msgid "Search Again" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1455 +#, python-format +msgid "-- Filters --" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1230 +#: code:addons/web/static/src/xml/base.xml:1232 +#, python-format +msgid "Clear" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1680 +#, python-format +msgid "Export all Data" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:1334 +#, python-format +msgid "" +"Grouping on field '%s' is not possible because that field does not appear in " +"the list view." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:537 +#, python-format +msgid "Set Defaults" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1670 +#, python-format +msgid "" +"This wizard will export all data that matches the current search criteria to " +"a CSV file.\n" +" You can export all data or only the fields that can be " +"reimported after modification." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:321 +#, python-format +msgid "The record could not be found in the database." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1472 +#, python-format +msgid "Filter Name:" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:946 +#, python-format +msgid "Type:" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:538 +#, python-format +msgid "Incorrect super-administrator password" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:942 +#, python-format +msgid "Object:" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:292 +#: code:addons/web/static/src/js/chrome.js:326 +#, python-format +msgid "Loading" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/coresetup.js:609 +#, python-format +msgid "about a year ago" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1870 +#: code:addons/web/static/src/js/search.js:1880 +#: code:addons/web/static/src/js/search.js:1914 +#: code:addons/web/static/src/js/search.js:1939 +#, python-format +msgid "is not equal to" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:5036 +#, python-format +msgid "" +"The type of the field '%s' must be a many2many field with a relation to " +"'ir.attachment' model." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/coresetup.js:604 +#, python-format +msgid "%d hours ago" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:4206 +#: code:addons/web/static/src/js/view_form.js:4335 +#, python-format +msgid "Add: " +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1858 +#, python-format +msgid "Quick Add" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1805 +#, python-format +msgid "Latin 1" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:260 +#: code:addons/web/static/src/js/chrome.js:269 +#: code:addons/web/static/src/js/chrome.js:449 +#: code:addons/web/static/src/js/chrome.js:792 +#: code:addons/web/static/src/js/view_form.js:572 +#: code:addons/web/static/src/js/view_form.js:1923 +#: code:addons/web/static/src/xml/base.xml:1752 +#, python-format +msgid "Ok" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/views.js:1162 +#, python-format +msgid "Uploading..." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:125 +#, python-format +msgid "Load Demonstration data:" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:615 +#, python-format +msgid "Created by :" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/dates.js:22 +#: code:addons/web/static/src/js/dates.js:26 +#, python-format +msgid "'%s' is not a valid datetime" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:256 +#, python-format +msgid "File:" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1882 +#: code:addons/web/static/src/js/search.js:1916 +#: code:addons/web/static/src/js/search.js:1941 +#, python-format +msgid "less than" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:687 +#: code:addons/web/static/src/js/views.js:1097 +#, python-format +msgid "Warning" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:547 +#, python-format +msgid "Edit SearchView" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1975 +#, python-format +msgid "is true" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:3909 +#, python-format +msgid "Add an item" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1603 +#, python-format +msgid "Save current filter" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:1915 +#, python-format +msgid "Confirm" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/data_export.js:126 +#, python-format +msgid "Please enter save field list name" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:2206 +#, python-format +msgid "Download \"%s\"" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:326 +#, python-format +msgid "New" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:1767 +#, python-format +msgid "Can't convert value %s to context" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/views.js:807 +#: code:addons/web/static/src/xml/base.xml:541 +#, python-format +msgid "Fields View Get" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:149 +#, python-format +msgid "Confirm password:" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1883 +#: code:addons/web/static/src/js/search.js:1917 +#: code:addons/web/static/src/js/search.js:1942 +#, python-format +msgid "greater or equal than" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1321 +#, python-format +msgid "Button" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:418 +#, python-format +msgid "OpenERP is a trademark of the" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/data_export.js:374 +#, python-format +msgid "Please select fields to export..." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:286 +#, python-format +msgid "New master password:" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1976 +#, python-format +msgid "is false" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:404 +#, python-format +msgid "About OpenERP" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/formats.js:297 +#, python-format +msgid "'%s' is not a correct date, datetime nor time" +msgstr "" + +#. module: web +#: code:addons/web/controllers/main.py:1264 +#, python-format +msgid "No content found for field '%s' on '%s:%s'" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:304 +#, python-format +msgid "Database Management" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:5007 +#, python-format +msgid "Image" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:81 +#, python-format +msgid "Manage Databases" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/pyeval.js:765 +#, python-format +msgid "Evaluation Error" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1283 +#, python-format +msgid "not a valid integer" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:337 +#: code:addons/web/static/src/xml/base.xml:776 +#: code:addons/web/static/src/xml/base.xml:816 +#: code:addons/web/static/src/xml/base.xml:1376 +#: code:addons/web/static/src/xml/base.xml:1384 +#: code:addons/web/static/src/xml/base.xml:1630 +#, python-format +msgid "or" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1381 +#, python-format +msgid "No" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/formats.js:309 +#, python-format +msgid "'%s' is not convertible to date, datetime nor time" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:199 +#: code:addons/web/static/src/xml/base.xml:161 +#: code:addons/web/static/src/xml/base.xml:307 +#, python-format +msgid "Duplicate" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:777 +#: code:addons/web/static/src/xml/base.xml:817 +#: code:addons/web/static/src/xml/base.xml:1391 +#, python-format +msgid "Discard" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1624 +#, python-format +msgid "Add a condition" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/coresetup.js:629 +#, python-format +msgid "Still loading..." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:818 +#, python-format +msgid "Incorrect value for field %(fieldname)s: [%(value)s] is %(message)s" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:3805 +#, python-format +msgid "The o2m record must be saved before an action can be used" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:509 +#, python-format +msgid "Backed" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1610 +#, python-format +msgid "Use by default" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:1348 +#, python-format +msgid "%s (%d)" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:775 +#, python-format +msgid "triggered from search view" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:978 +#, python-format +msgid "Filter" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:950 +#, python-format +msgid "Widget:" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:548 +#, python-format +msgid "Edit Action" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:555 +#, python-format +msgid "ID:" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:870 +#, python-format +msgid "Only you" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:549 +#, python-format +msgid "Edit Workflow" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/views.js:1171 +#, python-format +msgid "Do you really want to delete this attachment ?" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/views.js:840 +#, python-format +msgid "Technical Translation" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:938 +#, python-format +msgid "Field:" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:620 +#, python-format +msgid "Modified by :" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:499 +#, python-format +msgid "The database %s has been dropped" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:460 +#, python-format +msgid "User's timezone" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:284 +#: code:addons/web/static/src/js/chrome.js:1168 +#, python-format +msgid "Client Error" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/views.js:998 +#, python-format +msgid "Print" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1331 +#, python-format +msgid "Special:" +msgstr "" + +#. module: web +#: code:addons/web/controllers/main.py:834 +#, python-format +msgid "" +"The old password you provided is incorrect, your password was not changed." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:561 +#, python-format +msgid "Creation User:" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:769 +#, python-format +msgid "Do you really want to delete this record?" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1385 +#, python-format +msgid "Save & Close" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:2845 +#, python-format +msgid "Search More..." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:75 +#: code:addons/web/static/src/xml/base.xml:311 +#, python-format +msgid "Password" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:546 +#: code:addons/web/static/src/xml/base.xml:809 +#: code:addons/web/static/src/xml/base.xml:1178 +#, python-format +msgid "Edit" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1706 +#, python-format +msgid "Remove" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1062 +#, python-format +msgid "Select date" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1249 +#, python-format +msgid "Search %(field)s for: %(value)s" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1277 +#, python-format +msgid "Delete this file" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:109 +#, python-format +msgid "Create Database" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:420 +#, python-format +msgid "GNU Affero General Public License" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1795 +#, python-format +msgid "Separator:" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:300 +#, python-format +msgid "Back to Login" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1662 +#: code:addons/web/static/src/xml/base.xml:1454 +#, python-format +msgid "Filters" +msgstr "" diff --git a/web/i18n/sl.po b/web/i18n/sl.po new file mode 100644 index 0000000..39f7f81 --- /dev/null +++ b/web/i18n/sl.po @@ -0,0 +1,2618 @@ +# Slovenian translation for openerp-web +# Copyright (c) 2011 Rosetta Contributors and Canonical Ltd 2011 +# This file is distributed under the same license as the openerp-web package. +# FIRST AUTHOR , 2011. +# +msgid "" +msgstr "" +"Project-Id-Version: openerp-web\n" +"Report-Msgid-Bugs-To: FULL NAME \n" +"POT-Creation-Date: 2012-12-21 17:06+0000\n" +"PO-Revision-Date: 2012-12-31 13:50+0000\n" +"Last-Translator: Dusan Laznik (Mentis) \n" +"Language-Team: Slovenian \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Launchpad-Export-Date: 2013-01-01 05:19+0000\n" +"X-Generator: Launchpad (build 16378)\n" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:133 +#, python-format +msgid "Default language:" +msgstr "Privzeti jezik:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/coresetup.js:602 +#, python-format +msgid "%d minutes ago" +msgstr "pred %d minutami" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/coresetup.js:630 +#, python-format +msgid "Still loading...
    Please be patient." +msgstr "Nalaganje" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1832 +#, python-format +msgid "%(field)s %(operator)s \"%(value)s\"" +msgstr "%(field)s %(operator)s \"%(value)s\"" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1884 +#: code:addons/web/static/src/js/search.js:1918 +#: code:addons/web/static/src/js/search.js:1943 +#, python-format +msgid "less or equal than" +msgstr "manjše ali enako" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:393 +#, python-format +msgid "Please enter your previous password" +msgstr "Vnesite prejšnje geslo" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:117 +#: code:addons/web/static/src/xml/base.xml:167 +#: code:addons/web/static/src/xml/base.xml:282 +#, python-format +msgid "Master password:" +msgstr "Glavno geslo:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:274 +#, python-format +msgid "Change Master Password" +msgstr "Spremeni glavno geslo" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:491 +#, python-format +msgid "Do you really want to delete the database: %s ?" +msgstr "Res želite brisati podatkovno zbirko: %s ?" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1398 +#, python-format +msgid "Search %(field)s at: %(value)s" +msgstr "Iskanje %(field)s v: %(value)s" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:537 +#, python-format +msgid "Access Denied" +msgstr "Dostop zavrnjen" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:5183 +#, python-format +msgid "Uploading error" +msgstr "Napaka pri nalaganju" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/coresetup.js:603 +#, python-format +msgid "about an hour ago" +msgstr "pred približno eno uro" + +#. module: web +#. openerp-web +#: code:addons/web/controllers/main.py:768 +#: code:addons/web/static/src/js/chrome.js:514 +#: code:addons/web/static/src/xml/base.xml:216 +#, python-format +msgid "Backup Database" +msgstr "Varnostna kopija podatkovne zbirke" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/views.js:463 +#, python-format +msgid "%(view_type)s view" +msgstr "Pogled %(view_type)s" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/dates.js:49 +#: code:addons/web/static/src/js/dates.js:53 +#, python-format +msgid "'%s' is not a valid date" +msgstr "'%s' ni veljaven datum" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1837 +#, python-format +msgid "Here is a preview of the file we could not import:" +msgstr "Tukaj je predogled datoteke, ki je nismo mogli uvoziti" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/coresetup.js:601 +#, python-format +msgid "about a minute ago" +msgstr "približno pred minuto" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1297 +#, python-format +msgid "File" +msgstr "Datoteka" + +#. module: web +#: code:addons/web/controllers/main.py:826 +#, python-format +msgid "You cannot leave any password empty." +msgstr "Geslo ne more biti prazno" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:680 +#, python-format +msgid "Invalid username or password" +msgstr "Neveljavno uporabniško ime ali geslo" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:206 +#: code:addons/web/static/src/xml/base.xml:238 +#: code:addons/web/static/src/xml/base.xml:260 +#, python-format +msgid "Master Password:" +msgstr "Glavno geslo:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1217 +#: code:addons/web/static/src/xml/base.xml:1374 +#, python-format +msgid "Select" +msgstr "Izberi" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:549 +#, python-format +msgid "Database restored successfully" +msgstr "Podatkovna zbirka je obnovljena" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:415 +#, python-format +msgid "Version" +msgstr "Različica" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:570 +#, python-format +msgid "Latest Modification Date:" +msgstr "Zadnji datum spremembe:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1459 +#, python-format +msgid "M2O search fields do not currently handle multiple default values" +msgstr "M2O iskalna polja trenutno ne podpirajo večih privzetih vrednosti" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:1227 +#, python-format +msgid "Widget type '%s' is not implemented" +msgstr "Čarovnik vrste '%s' ni implementiran" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1608 +#, python-format +msgid "Share with all users" +msgstr "Skupna raba z vsemi uporabniki" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:77 +#: code:addons/web/static/src/js/view_form.js:321 +#, python-format +msgid "Form" +msgstr "Obrazec" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1324 +#, python-format +msgid "(no string)" +msgstr "(ni tekst)" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/formats.js:282 +#, python-format +msgid "'%s' is not a correct time" +msgstr "'%s' ni pravilen čas" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1297 +#, python-format +msgid "not a valid number" +msgstr "ni pravilna številka" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:325 +#, python-format +msgid "New Password:" +msgstr "Novo geslo:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:610 +#, python-format +msgid "Attachment :" +msgstr "Priponka" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1691 +#, python-format +msgid "Fields to export" +msgstr "Polja za izvoz" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:1340 +#, python-format +msgid "Undefined" +msgstr "Nedoločeno" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:4871 +#, python-format +msgid "File Upload" +msgstr "Nalaganje datoteke" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/coresetup.js:607 +#, python-format +msgid "about a month ago" +msgstr "približno pred enim mesecem" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1600 +#, python-format +msgid "Custom Filters" +msgstr "Filtri po meri" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1336 +#, python-format +msgid "Button Type:" +msgstr "Vrsta tipke:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:419 +#, python-format +msgid "OpenERP SA Company" +msgstr "Podjetje OpenERP SA" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1553 +#, python-format +msgid "Custom Filter" +msgstr "Filter po meri" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:159 +#, python-format +msgid "Duplicate Database" +msgstr "Podvoji podatkovno zbirko" + +#. module: web +#. openerp-web +#: code:addons/web/controllers/main.py:789 +#: code:addons/web/controllers/main.py:790 +#: code:addons/web/controllers/main.py:826 +#: code:addons/web/controllers/main.py:828 +#: code:addons/web/controllers/main.py:834 +#: code:addons/web/controllers/main.py:835 +#: code:addons/web/static/src/js/chrome.js:768 +#: code:addons/web/static/src/xml/base.xml:276 +#: code:addons/web/static/src/xml/base.xml:336 +#, python-format +msgid "Change Password" +msgstr "Spremeni geslo" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:3411 +#, python-format +msgid "View type '%s' is not supported in One2Many." +msgstr "Pogled '%s' ni podprt v \"One2Many\"." + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:4951 +#: code:addons/web/static/src/js/view_list.js:2194 +#, python-format +msgid "Download" +msgstr "Prenesi" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/formats.js:266 +#, python-format +msgid "'%s' is not a correct datetime" +msgstr "'%s' ni pravilen čas" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:417 +#, python-format +msgid "Group" +msgstr "Skupina" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:927 +#, python-format +msgid "Unhandled widget" +msgstr "Neobravnavani gradnik" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:982 +#, python-format +msgid "Selection:" +msgstr "Izbor:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:871 +#, python-format +msgid "The following fields are invalid:" +msgstr "Sledeča polja so napačna:" + +#. module: web +#: code:addons/web/controllers/main.py:847 +#, python-format +msgid "Languages" +msgstr "Jeziki" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1270 +#, python-format +msgid "...Upload in progress..." +msgstr "...Nalaganje v teku..." + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1768 +#, python-format +msgid "Import" +msgstr "Uvoz" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:543 +#, python-format +msgid "Could not restore the database" +msgstr "Ni možno obnoviti podatkovne zbirke" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:4851 +#, python-format +msgid "File upload" +msgstr "Nalaganje datoteke" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:3804 +#, python-format +msgid "Action Button" +msgstr "Gumb (akcija)" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:542 +#: code:addons/web/static/src/xml/base.xml:1467 +#, python-format +msgid "Manage Filters" +msgstr "Upravljanje filtrov" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1867 +#, python-format +msgid "contains" +msgstr "vsebuje" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/coresetup.js:633 +#, python-format +msgid "Take a minute to get a coffee,
    because it's loading..." +msgstr "Ĺ e imate ÄŤas za kavico,
    še vedno traja nalaganje..." + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:413 +#, python-format +msgid "Activate the developer mode" +msgstr "Aktiviranje razvijalskega načina" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:324 +#, python-format +msgid "Loading (%d)" +msgstr "Nalaganje (%d)" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1114 +#, python-format +msgid "GroupBy" +msgstr "Združeno po" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:687 +#, python-format +msgid "You must select at least one record." +msgstr "Izbrati morate vsaj en zapis" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:535 +#, python-format +msgid "View Log (perm_read)" +msgstr "Ogled \"log\" datoteke" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:1061 +#, python-format +msgid "Set Default" +msgstr "Nastavi kot privzeto" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:978 +#, python-format +msgid "Relation:" +msgstr "Relacija:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/coresetup.js:600 +#, python-format +msgid "less than a minute ago" +msgstr "manj kot minuto nazaj" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:851 +#, python-format +msgid "Condition:" +msgstr "Pogoj:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:1692 +#, python-format +msgid "Unsupported operator %s in domain %s" +msgstr "Nepodprt operator %s v domeni %s" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/formats.js:242 +#, python-format +msgid "'%s' is not a correct float" +msgstr "'%s' ni prava vrednost z plavajočo vejico (float)" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:549 +#, python-format +msgid "Restored" +msgstr "Obnovljeno" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:394 +#, python-format +msgid "%d-%d of %d" +msgstr "%d-%d of %d" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:2868 +#, python-format +msgid "Create and Edit..." +msgstr "Ustvarite in uredite" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/pyeval.js:731 +#, python-format +msgid "Unknown nonliteral type " +msgstr "Neznana ne-tekstovna vrsta " + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:2346 +#, python-format +msgid "Resource error" +msgstr "Naapaka vira" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1961 +#, python-format +msgid "is not" +msgstr "ni" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:550 +#, python-format +msgid "Print Workflow" +msgstr "Izpis delovnega procesa" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:396 +#, python-format +msgid "Please confirm your new password" +msgstr "Potrdite novo geslo" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1804 +#, python-format +msgid "UTF-8" +msgstr "UTF-8" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:421 +#, python-format +msgid "For more information visit" +msgstr "Za več informacij obiščite" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1859 +#, python-format +msgid "Add All Info..." +msgstr "Vse informacije..." + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1683 +#, python-format +msgid "Export Formats" +msgstr "Oblike izvoza" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:974 +#, python-format +msgid "On change:" +msgstr "Ob spremembi:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/views.js:865 +#, python-format +msgid "Model %s fields" +msgstr "Polja %s modela" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:893 +#, python-format +msgid "Setting 'id' attribute on existing record %s" +msgstr "Postavljanje 'id' atributa obstoječem zapisu %s" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:8 +#, python-format +msgid "List" +msgstr "Seznam" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1881 +#: code:addons/web/static/src/js/search.js:1915 +#: code:addons/web/static/src/js/search.js:1940 +#, python-format +msgid "greater than" +msgstr "večje kot" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:2248 +#: code:addons/web/static/src/xml/base.xml:546 +#, python-format +msgid "View" +msgstr "Pogled" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1466 +#, python-format +msgid "Save Filter" +msgstr "Shrani filter" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1344 +#, python-format +msgid "Action ID:" +msgstr "Akcija ID:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:457 +#, python-format +msgid "Your user's preference timezone does not match your browser timezone:" +msgstr "Časovni pas uporabnika in brskalnika nista usklajena" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:1223 +#, python-format +msgid "Field '%s' specified in view could not be found." +msgstr "Polja '%s' ni možno najti." + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1756 +#, python-format +msgid "Saved exports:" +msgstr "Shranjeni izvozi:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:320 +#, python-format +msgid "Old Password:" +msgstr "Staro geslo:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/formats.js:113 +#, python-format +msgid "Bytes,Kb,Mb,Gb,Tb,Pb,Eb,Zb,Yb" +msgstr "Bytes,Kb,Mb,Gb,Tb,Pb,Eb,Zb,Yb" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:481 +#, python-format +msgid "The database has been duplicated." +msgstr "Podatkovna zbirka je podvojena." + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1625 +#, python-format +msgid "Apply" +msgstr "Uporabi" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1386 +#, python-format +msgid "Save & New" +msgstr "Shrani & Novo" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1223 +#: code:addons/web/static/src/xml/base.xml:1225 +#, python-format +msgid "Save As" +msgstr "Shrani kot" + +#. module: web +#. openerp-web +#: code:addons/web/doc/module/static/src/xml/web_example.xml:3 +#, python-format +msgid "00:00:00" +msgstr "00:00:00" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:2317 +#, python-format +msgid "E-mail error" +msgstr "Napaka e-pošte" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/coresetup.js:605 +#, python-format +msgid "a day ago" +msgstr "pred enim dnevom" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1789 +#, python-format +msgid "Does your file have titles?" +msgstr "Ali ima vaša datoteka naslove?" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:327 +#, python-format +msgid "Unlimited" +msgstr "Neomejeno" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:784 +#, python-format +msgid "" +"Warning, the record has been modified, your changes will be discarded.\n" +"\n" +"Are you sure you want to leave this page ?" +msgstr "" +"Opozorilo, zapis je bil spremenjen, vaše spremembe bodo preklicane.\n" +"\n" +"Res želite zapustiti to stran ?" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:2904 +#, python-format +msgid "Search: " +msgstr "Iskanje: " + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:544 +#, python-format +msgid "Technical translation" +msgstr "Tehnični prevod" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1797 +#, python-format +msgid "Delimiter:" +msgstr "Ločilo:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:462 +#, python-format +msgid "Browser's timezone" +msgstr "Časovni pas brskalnika" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1605 +#, python-format +msgid "Filter name" +msgstr "Ime filtra" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1464 +#, python-format +msgid "-- Actions --" +msgstr "-- Akcije --" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:4134 +#: code:addons/web/static/src/js/view_form.js:4294 +#: code:addons/web/static/src/xml/base.xml:1407 +#: code:addons/web/static/src/xml/base.xml:1705 +#, python-format +msgid "Add" +msgstr "Dodaj" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:536 +#, python-format +msgid "Toggle Form Layout Outline" +msgstr "Preklop izgleda" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:421 +#, python-format +msgid "OpenERP.com" +msgstr "OpenERP.com" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:2317 +#, python-format +msgid "Can't send email to invalid e-mail address" +msgstr "Ni možno odposlati e-pošte (napačen naslov)" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:636 +#, python-format +msgid "Add..." +msgstr "Dodaj ..." + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:405 +#, python-format +msgid "Preferences" +msgstr "Nastavitve" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:436 +#, python-format +msgid "Wrong on change format: %s" +msgstr "Napaka v formatu:%s" + +#. module: web +#. openerp-web +#: code:addons/web/controllers/main.py:750 +#: code:addons/web/static/src/xml/base.xml:185 +#, python-format +msgid "Drop Database" +msgstr "Brisanje podatkovne zbirke" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:466 +#, python-format +msgid "Click here to change your user's timezone." +msgstr "Kliknite tu , če želite spremeniti časovni pas" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:966 +#, python-format +msgid "Modifiers:" +msgstr "Prilagoditve:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:627 +#, python-format +msgid "Delete this attachment" +msgstr "Brisanje priponke" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:774 +#: code:addons/web/static/src/xml/base.xml:815 +#: code:addons/web/static/src/xml/base.xml:1382 +#: code:addons/web/static/src/xml/base.xml:1612 +#, python-format +msgid "Save" +msgstr "Shrani" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/views.js:999 +#: code:addons/web/static/src/xml/base.xml:352 +#, python-format +msgid "More" +msgstr "Več" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:73 +#, python-format +msgid "Username" +msgstr "Uporabniško ime" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:481 +#, python-format +msgid "Duplicating database" +msgstr "Podvojitev podatkovne zbirke" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:563 +#, python-format +msgid "Password has been changed successfully" +msgstr "Geslo je spremenjeno" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list_editable.js:788 +#, python-format +msgid "The form's data can not be discarded" +msgstr "Podatki obrazca ne morejo biti preklicani" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:533 +#, python-format +msgid "Debug View#" +msgstr "Razvijalski pogled#" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:77 +#, python-format +msgid "Log in" +msgstr "Prijava" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:198 +#: code:addons/web/static/src/js/view_list.js:346 +#: code:addons/web/static/src/xml/base.xml:1764 +#, python-format +msgid "Delete" +msgstr "Izbriši" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/pyeval.js:769 +#, python-format +msgid "" +"Local evaluation failure\n" +"%s\n" +"\n" +"%s" +msgstr "" +"Lokalna napaka vrednotenja\n" +"%s\n" +"\n" +"%s" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:350 +#, python-format +msgid "Invalid database name" +msgstr "Napačno ime podatkovne zbirke" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1693 +#, python-format +msgid "Save fields list" +msgstr "Shrani seznam polj" + +#. module: web +#. openerp-web +#: code:addons/web/doc/module/static/src/xml/web_example.xml:5 +#, python-format +msgid "Start" +msgstr "Prični" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/views.js:823 +#, python-format +msgid "View Log (%s)" +msgstr "Ogled \"log\" datoteke (%s)" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:564 +#, python-format +msgid "Creation Date:" +msgstr "Datum kreiranja:" + +#. module: web +#: code:addons/web/controllers/main.py:790 +#: code:addons/web/controllers/main.py:835 +#, python-format +msgid "Error, password not changed !" +msgstr "Napaka, geslo ni bilo spremenjeno!" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:4850 +#, python-format +msgid "The selected file exceed the maximum file size of %s." +msgstr "Izbrana datoteka presega dovoljeno velikost %s." + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:632 +#: code:addons/web/static/src/xml/base.xml:1300 +#, python-format +msgid "/web/binary/upload_attachment" +msgstr "/web/binary/upload_attachment" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:563 +#, python-format +msgid "Changed Password" +msgstr "Spremenjeno geslo" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1431 +#, python-format +msgid "Search" +msgstr "Iskanje" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:3032 +#: code:addons/web/static/src/js/view_form.js:3668 +#: code:addons/web/static/src/js/view_form.js:3785 +#: code:addons/web/static/src/js/view_form.js:4230 +#: code:addons/web/static/src/js/view_form.js:4353 +#, python-format +msgid "Open: " +msgstr "Odpri: " + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:218 +#: code:addons/web/static/src/xml/base.xml:309 +#, python-format +msgid "Backup" +msgstr "Varnostna kopija" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/dates.js:76 +#: code:addons/web/static/src/js/dates.js:80 +#, python-format +msgid "'%s' is not a valid time" +msgstr "'%s' ni pravilen čas" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/formats.js:274 +#, python-format +msgid "'%s' is not a correct date" +msgstr "'%s' ni pravilen datum" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:933 +#, python-format +msgid "(nolabel)" +msgstr "(brez naziva)" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/coresetup.js:606 +#, python-format +msgid "%d days ago" +msgstr "pred %d dnevi" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1474 +#, python-format +msgid "(Any existing filter with the same name will be replaced)" +msgstr "(Vsak obstoječ filter z istim imenom bo zamenjan)" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:1918 +#: code:addons/web/static/src/xml/base.xml:338 +#: code:addons/web/static/src/xml/base.xml:1377 +#: code:addons/web/static/src/xml/base.xml:1860 +#, python-format +msgid "Cancel" +msgstr "Prekliči" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/coresetup.js:628 +#: code:addons/web/static/src/xml/base.xml:9 +#, python-format +msgid "Loading..." +msgstr "Nalaganje …" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:567 +#, python-format +msgid "Latest Modification by:" +msgstr "Zadnja sprememba:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:1242 +#: code:addons/web/static/src/xml/base.xml:470 +#, python-format +msgid "Timezone mismatch" +msgstr "Neskladje časovnega pasu" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:1646 +#, python-format +msgid "Unknown operator %s in domain %s" +msgstr "Neznan operator %s v domeni %s" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:428 +#, python-format +msgid "%d / %d" +msgstr "%d / %d" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1782 +#, python-format +msgid "2. Check your file format" +msgstr "2. Preverite format datoteke" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1718 +#, python-format +msgid "Name" +msgstr "Ime" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1775 +#, python-format +msgid "" +"Select a .CSV file to import. If you need a sample of file to import,\n" +" you should use the export tool with the \"Import Compatible\" option." +msgstr "" +"Izberite datoteko .CSV za uvoz. Če potrebujete vzorec daoteke za uvoz,\n" +" uporabite orodje izvoza z možnostjo \"Prilagojeno za uvoz\"." + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/coresetup.js:608 +#, python-format +msgid "%d months ago" +msgstr "pred %d meseci" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:187 +#: code:addons/web/static/src/xml/base.xml:308 +#, python-format +msgid "Drop" +msgstr "Izbriši" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1465 +#, python-format +msgid "Add Advanced Filter" +msgstr "Dodaj napredni filter" + +#. module: web +#: code:addons/web/controllers/main.py:828 +#, python-format +msgid "The new password and its confirmation must be identical." +msgstr "Novo geslo in njegova potrditev morata biti identična." + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:542 +#: code:addons/web/static/src/xml/base.xml:248 +#, python-format +msgid "Restore Database" +msgstr "Obnovitev podatkovne zbirke" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:644 +#, python-format +msgid "Login" +msgstr "Prijava" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:420 +#, python-format +msgid "Licenced under the terms of" +msgstr "Licencirana pod pogoji" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:250 +#: code:addons/web/static/src/xml/base.xml:310 +#, python-format +msgid "Restore" +msgstr "Obnovi" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1677 +#, python-format +msgid "Export Type:" +msgstr "Vrsta izvoza:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:406 +#, python-format +msgid "Log out" +msgstr "Odjava" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1090 +#, python-format +msgid "Group by: %s" +msgstr "Združeno po: %s" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:153 +#, python-format +msgid "No data provided." +msgstr "Ni podatkov." + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:345 +#: code:addons/web/static/src/xml/base.xml:1665 +#, python-format +msgid "Export" +msgstr "Izvoz" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/data_export.js:12 +#, python-format +msgid "Export To File" +msgstr "Izvozi v Datoteko" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/views.js:1097 +#, python-format +msgid "You must choose at least one record." +msgstr "Izbrati morate vsaj en zapis." + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/coresetup.js:631 +#, python-format +msgid "Don't leave yet,
    it's still loading..." +msgstr "Ĺ e malo potrpljenja,
    nalaganje..." + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:775 +#, python-format +msgid "Invalid Search" +msgstr "Nepravilno Iskanje" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:980 +#, python-format +msgid "Could not find id in dataset" +msgstr "V naboru podatkov ni moĹľno najti id-ja" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1707 +#, python-format +msgid "Remove All" +msgstr "Odstrani vse" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1340 +#, python-format +msgid "Method:" +msgstr "Metoda:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:1439 +#, python-format +msgid "%(page)d/%(page_count)d" +msgstr "%(page)d/%(page_count)d" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:397 +#, python-format +msgid "The confirmation does not match the password" +msgstr "Gesli nista enaki" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:441 +#, python-format +msgid "Edit Company data" +msgstr "Urejanje podatkov podjetja" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:4886 +#, python-format +msgid "Save As..." +msgstr "Shrani kot ..." + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:5007 +#, python-format +msgid "Could not display the selected image." +msgstr "Ni moĹľno prikazati izbrane slike" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:509 +#, python-format +msgid "Database backed up successfully" +msgstr "Varnostna kopija podatkovne zbirke je narejena" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1808 +#, python-format +msgid "" +"For use if CSV files have titles on multiple lines, skips more than a single " +"line during import" +msgstr "" +"ÄŚe ima CSV naslovne vrstice v veÄŤ vrsticah , preskoÄŤi veÄŤ vrstic pri uvozu" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:394 +#, python-format +msgid "99+" +msgstr "99+" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1774 +#, python-format +msgid "1. Import a .CSV file" +msgstr "1. Uvozi .CSV datoteko" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:644 +#, python-format +msgid "No database selected !" +msgstr "Nobena podatkovna zbirka ni izbrana!" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/formats.js:180 +#, python-format +msgid "(%d records)" +msgstr "(%d zapisov)" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:970 +#, python-format +msgid "Change default:" +msgstr "Spremeni privzete vrednosti:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:171 +#, python-format +msgid "Original database name:" +msgstr "Ime originalne podatkovne zbirke" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1869 +#: code:addons/web/static/src/js/search.js:1879 +#: code:addons/web/static/src/js/search.js:1913 +#: code:addons/web/static/src/js/search.js:1938 +#, python-format +msgid "is equal to" +msgstr "je enako kot" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/views.js:1500 +#, python-format +msgid "Could not serialize XML" +msgstr "Ni moĹľno serializirati XML" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1619 +#, python-format +msgid "Advanced Search" +msgstr "Napredno iskanje" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:290 +#, python-format +msgid "Confirm new master password:" +msgstr "Potrdite novo glavno geslo:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/coresetup.js:634 +#, python-format +msgid "Maybe you should consider reloading the application by pressing F5..." +msgstr "MogoÄŤe je potrebno osveĹľiti stran (F5)" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:17 +#: code:addons/web/static/src/js/view_list.js:2248 +#: code:addons/web/static/src/xml/base.xml:111 +#: code:addons/web/static/src/xml/base.xml:306 +#: code:addons/web/static/src/xml/base.xml:812 +#: code:addons/web/static/src/xml/base.xml:1376 +#, python-format +msgid "Create" +msgstr "Ustvari" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1868 +#, python-format +msgid "doesn't contain" +msgstr "ne vsebuje" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1785 +#, python-format +msgid "Import Options" +msgstr "MoĹľnosti uvoza" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:2936 +#, python-format +msgid "Add %s" +msgstr "Dodaj %s" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:145 +#, python-format +msgid "Admin password:" +msgstr "Admin geslo:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/data_export.js:11 +#: code:addons/web/static/src/js/view_form.js:1067 +#: code:addons/web/static/src/xml/base.xml:1394 +#, python-format +msgid "Close" +msgstr "Zapri" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/coresetup.js:632 +#, python-format +msgid "" +"You may not believe it,
    but the application is actually loading..." +msgstr "Nalaganje..." + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1779 +#, python-format +msgid "CSV File:" +msgstr "CSV datoteka:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1741 +#, python-format +msgid "Advanced" +msgstr "Napredeno" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_tree.js:11 +#, python-format +msgid "Tree" +msgstr "Drevo" + +#. module: web +#: code:addons/web/controllers/main.py:750 +#, python-format +msgid "Could not drop database !" +msgstr "Podatkovne zbirke ni bilo možno zbrisati!" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/formats.js:227 +#, python-format +msgid "'%s' is not a correct integer" +msgstr "'%s' ni pravilno celo število" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:877 +#, python-format +msgid "All users" +msgstr "Vsi uporabniki" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:1654 +#, python-format +msgid "Unknown field %s in domain %s" +msgstr "Neznano polje %s v domeni %s" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/views.js:1466 +#, python-format +msgid "Node [%s] is not a JSONified XML node" +msgstr "Node [%s] ni JSONified XML node" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1428 +#, python-format +msgid "Advanced Search..." +msgstr "Napredno iskanje ..." + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:499 +#, python-format +msgid "Dropping database" +msgstr "Brisanje podatkovne zbirke" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:82 +#: code:addons/web/static/src/xml/base.xml:445 +#, python-format +msgid "Powered by" +msgstr "Powered by" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1380 +#: code:addons/web/static/src/xml/base.xml:970 +#, python-format +msgid "Yes" +msgstr "Da" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:4871 +#, python-format +msgid "There was a problem while uploading your file" +msgstr "Nastal je problem pri nalaganju datoteke" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:558 +#, python-format +msgid "XML ID:" +msgstr "XML ID:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:954 +#, python-format +msgid "Size:" +msgstr "Velikost:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1824 +#, python-format +msgid "--- Don't Import ---" +msgstr "--- Ne uvozi ---" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1679 +#, python-format +msgid "Import-Compatible Export" +msgstr "Uvoz-Primerljiv Izvoz" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/coresetup.js:610 +#, python-format +msgid "%d years ago" +msgstr "Pred %d leti" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:1040 +#, python-format +msgid "Unknown m2m command %s" +msgstr "Neznan m2m ukaz %s" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:1068 +#, python-format +msgid "Save default" +msgstr "Shrani privzeto" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:121 +#: code:addons/web/static/src/xml/base.xml:175 +#: code:addons/web/static/src/xml/base.xml:264 +#, python-format +msgid "New database name:" +msgstr "Ime nove podatkovne baze" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:394 +#, python-format +msgid "Please enter your new password" +msgstr "Vnesite svoje novo geslo" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:4886 +#, python-format +msgid "The field is empty, there's nothing to save !" +msgstr "Polje je prazno in ni kaj shraniti!" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:545 +#, python-format +msgid "Manage Views" +msgstr "Urejanje pogledov" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1801 +#, python-format +msgid "Encoding:" +msgstr "Nabor znakov:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1808 +#, python-format +msgid "Lines to skip" +msgstr "Preskočene vrstice" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:2858 +#, python-format +msgid "Create \"%s\"" +msgstr "Ustvari \"%s\"" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/data_export.js:361 +#, python-format +msgid "Please select fields to save export list..." +msgstr "Izberite polja, ki se hranijo na seznamu izvoza" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:418 +#, python-format +msgid "Copyright © 2004-TODAY OpenERP SA. All Rights Reserved." +msgstr "Copyright © 2004-TODAY OpenERP SA. All Rights Reserved." + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:2346 +#, python-format +msgid "This resource is empty" +msgstr "Ta vir je prazen" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1689 +#, python-format +msgid "Available fields" +msgstr "Razpoložljiva polja" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1835 +#, python-format +msgid "The import failed due to:" +msgstr "Uvoz ni uspel zaradi:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/views.js:812 +#: code:addons/web/static/src/xml/base.xml:539 +#, python-format +msgid "JS Tests" +msgstr "JS Testi" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1750 +#, python-format +msgid "Save as:" +msgstr "Shrani kot:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:927 +#, python-format +msgid "Filter on: %s" +msgstr "Filter : %s" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:2904 +#: code:addons/web/static/src/js/view_form.js:3757 +#, python-format +msgid "Create: " +msgstr "Ustvari: " + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:540 +#, python-format +msgid "View Fields" +msgstr "Polja pogleda" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:330 +#, python-format +msgid "Confirm New Password:" +msgstr "Potrdite novo geslo:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:575 +#, python-format +msgid "Do you really want to remove these records?" +msgstr "Res želite odstraniti te zapise?" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:958 +#, python-format +msgid "Context:" +msgstr "Vsebina:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1933 +#: code:addons/web/static/src/js/search.js:1960 +#, python-format +msgid "is" +msgstr "je" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/data_export.js:6 +#, python-format +msgid "Export Data" +msgstr "Izvoz podatkov" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:962 +#, python-format +msgid "Domain:" +msgstr "Domena:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:834 +#, python-format +msgid "Default:" +msgstr "Privzeto:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:82 +#: code:addons/web/static/src/xml/base.xml:446 +#, python-format +msgid "OpenERP" +msgstr "OpenERP" + +#. module: web +#. openerp-web +#: code:addons/web/doc/module/static/src/xml/web_example.xml:8 +#, python-format +msgid "Stop" +msgstr "Ustavi" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:68 +#: code:addons/web/static/src/xml/base.xml:193 +#: code:addons/web/static/src/xml/base.xml:225 +#, python-format +msgid "Database:" +msgstr "Podatkovna zbirka:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1183 +#: code:addons/web/static/src/xml/base.xml:1240 +#, python-format +msgid "Uploading ..." +msgstr "Nalaganje..." + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1853 +#, python-format +msgid "Name:" +msgstr "Ime:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:1058 +#, python-format +msgid "About" +msgstr "Vizitka" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1431 +#, python-format +msgid "Search Again" +msgstr "Išči ponovno" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1455 +#, python-format +msgid "-- Filters --" +msgstr "-- Filtri --" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1230 +#: code:addons/web/static/src/xml/base.xml:1232 +#, python-format +msgid "Clear" +msgstr "Počisti" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1680 +#, python-format +msgid "Export all Data" +msgstr "Izvozi vse podatke" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:1334 +#, python-format +msgid "" +"Grouping on field '%s' is not possible because that field does not appear in " +"the list view." +msgstr "Združevanje po polju '%s' ni mogoče, ker polja ni v pregledu." + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:537 +#, python-format +msgid "Set Defaults" +msgstr "Nastavi privzete vrednosti" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1670 +#, python-format +msgid "" +"This wizard will export all data that matches the current search criteria to " +"a CSV file.\n" +" You can export all data or only the fields that can be " +"reimported after modification." +msgstr "" +"Ta čarovnik bo izvozil vse podatke, ki se ujemajo s trenutnim kriterijem " +"iskanja, v datoteko CSV.\n" +" Izvozite lahko vse podatke ali samo polja, ki jih je mogoče " +"ponovno uvoziti po spremembi." + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:321 +#, python-format +msgid "The record could not be found in the database." +msgstr "Zapisa ni v podatkovni zbirki" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1472 +#, python-format +msgid "Filter Name:" +msgstr "Ime filtra:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:946 +#, python-format +msgid "Type:" +msgstr "Vrsta:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:538 +#, python-format +msgid "Incorrect super-administrator password" +msgstr "Napačno geslo za glavnega administratorja" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:942 +#, python-format +msgid "Object:" +msgstr "Objekt:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:292 +#: code:addons/web/static/src/js/chrome.js:326 +#, python-format +msgid "Loading" +msgstr "Nalaganje" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/coresetup.js:609 +#, python-format +msgid "about a year ago" +msgstr "približno pred enim letom" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1870 +#: code:addons/web/static/src/js/search.js:1880 +#: code:addons/web/static/src/js/search.js:1914 +#: code:addons/web/static/src/js/search.js:1939 +#, python-format +msgid "is not equal to" +msgstr "ni enako kot" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:5036 +#, python-format +msgid "" +"The type of the field '%s' must be a many2many field with a relation to " +"'ir.attachment' model." +msgstr "" +"Vrsta polja '%s' mora biti many2many z relacijo do 'ir.attachment' modela." + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/coresetup.js:604 +#, python-format +msgid "%d hours ago" +msgstr "Pred %d urami" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:4206 +#: code:addons/web/static/src/js/view_form.js:4335 +#, python-format +msgid "Add: " +msgstr "Dodaj: " + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1858 +#, python-format +msgid "Quick Add" +msgstr "Hitro dodajanje" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1805 +#, python-format +msgid "Latin 1" +msgstr "Latin 1" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:260 +#: code:addons/web/static/src/js/chrome.js:269 +#: code:addons/web/static/src/js/chrome.js:449 +#: code:addons/web/static/src/js/chrome.js:792 +#: code:addons/web/static/src/js/view_form.js:572 +#: code:addons/web/static/src/js/view_form.js:1923 +#: code:addons/web/static/src/xml/base.xml:1752 +#, python-format +msgid "Ok" +msgstr "V redu" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/views.js:1162 +#, python-format +msgid "Uploading..." +msgstr "Nalaganje..." + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:125 +#, python-format +msgid "Load Demonstration data:" +msgstr "Naloži demo podatke:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:615 +#, python-format +msgid "Created by :" +msgstr "Kreiral:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/dates.js:22 +#: code:addons/web/static/src/js/dates.js:26 +#, python-format +msgid "'%s' is not a valid datetime" +msgstr "'%s' ni pravi čas" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:256 +#, python-format +msgid "File:" +msgstr "Datoteka:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1882 +#: code:addons/web/static/src/js/search.js:1916 +#: code:addons/web/static/src/js/search.js:1941 +#, python-format +msgid "less than" +msgstr "manjše kot" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:687 +#: code:addons/web/static/src/js/views.js:1097 +#, python-format +msgid "Warning" +msgstr "Opozorilo" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:547 +#, python-format +msgid "Edit SearchView" +msgstr "Urejanje iskalnega pogleda" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1975 +#, python-format +msgid "is true" +msgstr "pravilno" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:3909 +#, python-format +msgid "Add an item" +msgstr "Dodaj postavko" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1603 +#, python-format +msgid "Save current filter" +msgstr "Shrani trenutni filter" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:1915 +#, python-format +msgid "Confirm" +msgstr "Potrdi" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/data_export.js:126 +#, python-format +msgid "Please enter save field list name" +msgstr "Vnesite ime seznama" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:2206 +#, python-format +msgid "Download \"%s\"" +msgstr "Prenos \"%s\"" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:326 +#, python-format +msgid "New" +msgstr "Novo" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:1767 +#, python-format +msgid "Can't convert value %s to context" +msgstr "Ni možno spremeniti vrednost %s v vsebino" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/views.js:807 +#: code:addons/web/static/src/xml/base.xml:541 +#, python-format +msgid "Fields View Get" +msgstr "Fields View Get" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:149 +#, python-format +msgid "Confirm password:" +msgstr "Potrdite geslo" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1883 +#: code:addons/web/static/src/js/search.js:1917 +#: code:addons/web/static/src/js/search.js:1942 +#, python-format +msgid "greater or equal than" +msgstr "večje ali enako kot" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1321 +#, python-format +msgid "Button" +msgstr "Gumb" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:418 +#, python-format +msgid "OpenERP is a trademark of the" +msgstr "OpenERP is a trademark of the" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/data_export.js:374 +#, python-format +msgid "Please select fields to export..." +msgstr "Izberite polja za izvoz" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:286 +#, python-format +msgid "New master password:" +msgstr "Novo glavno geslo:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1976 +#, python-format +msgid "is false" +msgstr "napačno" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:404 +#, python-format +msgid "About OpenERP" +msgstr "About OpenERP" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/formats.js:297 +#, python-format +msgid "'%s' is not a correct date, datetime nor time" +msgstr "'%s' ni pravi datum ali čas" + +#. module: web +#: code:addons/web/controllers/main.py:1264 +#, python-format +msgid "No content found for field '%s' on '%s:%s'" +msgstr "Ni vsebine za polja '%s' v '%s:%s'" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:304 +#, python-format +msgid "Database Management" +msgstr "Urejanje podatkovnih zbirk" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:5007 +#, python-format +msgid "Image" +msgstr "Slika" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:81 +#, python-format +msgid "Manage Databases" +msgstr "Upravljanje podatkovnih zbir" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/pyeval.js:765 +#, python-format +msgid "Evaluation Error" +msgstr "Napaka vrednotenja" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1283 +#, python-format +msgid "not a valid integer" +msgstr "Ne pravilno celo število" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:337 +#: code:addons/web/static/src/xml/base.xml:776 +#: code:addons/web/static/src/xml/base.xml:816 +#: code:addons/web/static/src/xml/base.xml:1376 +#: code:addons/web/static/src/xml/base.xml:1384 +#: code:addons/web/static/src/xml/base.xml:1630 +#, python-format +msgid "or" +msgstr "ali" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1381 +#, python-format +msgid "No" +msgstr "Ne" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/formats.js:309 +#, python-format +msgid "'%s' is not convertible to date, datetime nor time" +msgstr "'%s' se ne da spremeniti v čas ali datum" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:199 +#: code:addons/web/static/src/xml/base.xml:161 +#: code:addons/web/static/src/xml/base.xml:307 +#, python-format +msgid "Duplicate" +msgstr "Podvoji" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:777 +#: code:addons/web/static/src/xml/base.xml:817 +#: code:addons/web/static/src/xml/base.xml:1391 +#, python-format +msgid "Discard" +msgstr "Opusti" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1624 +#, python-format +msgid "Add a condition" +msgstr "Dodaj pogoj" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/coresetup.js:629 +#, python-format +msgid "Still loading..." +msgstr "Še se nalaga..." + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:818 +#, python-format +msgid "Incorrect value for field %(fieldname)s: [%(value)s] is %(message)s" +msgstr "" +"Nepravilna vrednost za polje %(fieldname)s: [%(value)s] is %(message)s" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:3805 +#, python-format +msgid "The o2m record must be saved before an action can be used" +msgstr "O2M zapis mora biti shranjen , preden lahko uporabite akcijo" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:509 +#, python-format +msgid "Backed" +msgstr "Zaščiteno" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1610 +#, python-format +msgid "Use by default" +msgstr "Uporabljeno kot privzeto" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:1348 +#, python-format +msgid "%s (%d)" +msgstr "%s (%d)" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:775 +#, python-format +msgid "triggered from search view" +msgstr "sproženo iz iskalnega pogleda" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:978 +#, python-format +msgid "Filter" +msgstr "Filter:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:950 +#, python-format +msgid "Widget:" +msgstr "Čarovnik:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:548 +#, python-format +msgid "Edit Action" +msgstr "Uredi dejanje" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:555 +#, python-format +msgid "ID:" +msgstr "ID:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:870 +#, python-format +msgid "Only you" +msgstr "Samo vi" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:549 +#, python-format +msgid "Edit Workflow" +msgstr "Uredi delovni proces" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/views.js:1171 +#, python-format +msgid "Do you really want to delete this attachment ?" +msgstr "Res želite brisati to prilogo?" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/views.js:840 +#, python-format +msgid "Technical Translation" +msgstr "Prevodi" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:938 +#, python-format +msgid "Field:" +msgstr "Polje:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:620 +#, python-format +msgid "Modified by :" +msgstr "Spremenil:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:499 +#, python-format +msgid "The database %s has been dropped" +msgstr "Podatkovna zbirka %s je izbrisana" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:460 +#, python-format +msgid "User's timezone" +msgstr "Časovni pas uporabnika" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:284 +#: code:addons/web/static/src/js/chrome.js:1168 +#, python-format +msgid "Client Error" +msgstr "Napaka spletnega odjemalca" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/views.js:998 +#, python-format +msgid "Print" +msgstr "Tiskanje" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1331 +#, python-format +msgid "Special:" +msgstr "Posebno:" + +#. module: web +#: code:addons/web/controllers/main.py:834 +#, python-format +msgid "" +"The old password you provided is incorrect, your password was not changed." +msgstr "Staro geslo ni pravilno, geslo ni bilo spremenjeno." + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:561 +#, python-format +msgid "Creation User:" +msgstr "Uporabnik:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:769 +#, python-format +msgid "Do you really want to delete this record?" +msgstr "Ali res želite izbrisati ta zapis?" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1385 +#, python-format +msgid "Save & Close" +msgstr "Shrani & Zapri" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:2845 +#, python-format +msgid "Search More..." +msgstr "Več..." + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:75 +#: code:addons/web/static/src/xml/base.xml:311 +#, python-format +msgid "Password" +msgstr "Geslo" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:546 +#: code:addons/web/static/src/xml/base.xml:809 +#: code:addons/web/static/src/xml/base.xml:1178 +#, python-format +msgid "Edit" +msgstr "Urejanje" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1706 +#, python-format +msgid "Remove" +msgstr "Odstrani" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1062 +#, python-format +msgid "Select date" +msgstr "Izberite datum" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1249 +#, python-format +msgid "Search %(field)s for: %(value)s" +msgstr "Išči %(field)s v: %(value)s" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1277 +#, python-format +msgid "Delete this file" +msgstr "Brisanje datoteke" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:109 +#, python-format +msgid "Create Database" +msgstr "Ustvari podatkovno zbirko" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:420 +#, python-format +msgid "GNU Affero General Public License" +msgstr "GNU Affero General Public License" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1795 +#, python-format +msgid "Separator:" +msgstr "Ločilo:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:300 +#, python-format +msgid "Back to Login" +msgstr "Nazaj na prijavo" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1662 +#: code:addons/web/static/src/xml/base.xml:1454 +#, python-format +msgid "Filters" +msgstr "Filtri" diff --git a/web/i18n/sq.po b/web/i18n/sq.po new file mode 100644 index 0000000..ec48bc4 --- /dev/null +++ b/web/i18n/sq.po @@ -0,0 +1,2602 @@ +# Albanian translation for openerp-web +# Copyright (c) 2012 Rosetta Contributors and Canonical Ltd 2012 +# This file is distributed under the same license as the openerp-web package. +# FIRST AUTHOR , 2012. +# +msgid "" +msgstr "" +"Project-Id-Version: openerp-web\n" +"Report-Msgid-Bugs-To: FULL NAME \n" +"POT-Creation-Date: 2012-12-21 17:06+0000\n" +"PO-Revision-Date: 2012-12-21 23:00+0000\n" +"Last-Translator: FULL NAME \n" +"Language-Team: Albanian \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Launchpad-Export-Date: 2012-12-22 07:37+0000\n" +"X-Generator: Launchpad (build 16378)\n" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:133 +#, python-format +msgid "Default language:" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/coresetup.js:602 +#, python-format +msgid "%d minutes ago" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/coresetup.js:630 +#, python-format +msgid "Still loading...
    Please be patient." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1832 +#, python-format +msgid "%(field)s %(operator)s \"%(value)s\"" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1884 +#: code:addons/web/static/src/js/search.js:1918 +#: code:addons/web/static/src/js/search.js:1943 +#, python-format +msgid "less or equal than" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:393 +#, python-format +msgid "Please enter your previous password" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:117 +#: code:addons/web/static/src/xml/base.xml:167 +#: code:addons/web/static/src/xml/base.xml:282 +#, python-format +msgid "Master password:" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:274 +#, python-format +msgid "Change Master Password" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:491 +#, python-format +msgid "Do you really want to delete the database: %s ?" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1398 +#, python-format +msgid "Search %(field)s at: %(value)s" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:537 +#, python-format +msgid "Access Denied" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:5183 +#, python-format +msgid "Uploading error" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/coresetup.js:603 +#, python-format +msgid "about an hour ago" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/controllers/main.py:768 +#: code:addons/web/static/src/js/chrome.js:514 +#: code:addons/web/static/src/xml/base.xml:216 +#, python-format +msgid "Backup Database" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/views.js:463 +#, python-format +msgid "%(view_type)s view" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/dates.js:49 +#: code:addons/web/static/src/js/dates.js:53 +#, python-format +msgid "'%s' is not a valid date" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1837 +#, python-format +msgid "Here is a preview of the file we could not import:" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/coresetup.js:601 +#, python-format +msgid "about a minute ago" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1297 +#, python-format +msgid "File" +msgstr "" + +#. module: web +#: code:addons/web/controllers/main.py:826 +#, python-format +msgid "You cannot leave any password empty." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:680 +#, python-format +msgid "Invalid username or password" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:206 +#: code:addons/web/static/src/xml/base.xml:238 +#: code:addons/web/static/src/xml/base.xml:260 +#, python-format +msgid "Master Password:" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1217 +#: code:addons/web/static/src/xml/base.xml:1374 +#, python-format +msgid "Select" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:549 +#, python-format +msgid "Database restored successfully" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:415 +#, python-format +msgid "Version" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:570 +#, python-format +msgid "Latest Modification Date:" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1459 +#, python-format +msgid "M2O search fields do not currently handle multiple default values" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:1227 +#, python-format +msgid "Widget type '%s' is not implemented" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1608 +#, python-format +msgid "Share with all users" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:77 +#: code:addons/web/static/src/js/view_form.js:321 +#, python-format +msgid "Form" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1324 +#, python-format +msgid "(no string)" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/formats.js:282 +#, python-format +msgid "'%s' is not a correct time" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1297 +#, python-format +msgid "not a valid number" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:325 +#, python-format +msgid "New Password:" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:610 +#, python-format +msgid "Attachment :" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1691 +#, python-format +msgid "Fields to export" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:1340 +#, python-format +msgid "Undefined" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:4871 +#, python-format +msgid "File Upload" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/coresetup.js:607 +#, python-format +msgid "about a month ago" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1600 +#, python-format +msgid "Custom Filters" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1336 +#, python-format +msgid "Button Type:" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:419 +#, python-format +msgid "OpenERP SA Company" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1553 +#, python-format +msgid "Custom Filter" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:159 +#, python-format +msgid "Duplicate Database" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/controllers/main.py:789 +#: code:addons/web/controllers/main.py:790 +#: code:addons/web/controllers/main.py:826 +#: code:addons/web/controllers/main.py:828 +#: code:addons/web/controllers/main.py:834 +#: code:addons/web/controllers/main.py:835 +#: code:addons/web/static/src/js/chrome.js:768 +#: code:addons/web/static/src/xml/base.xml:276 +#: code:addons/web/static/src/xml/base.xml:336 +#, python-format +msgid "Change Password" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:3411 +#, python-format +msgid "View type '%s' is not supported in One2Many." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:4951 +#: code:addons/web/static/src/js/view_list.js:2194 +#, python-format +msgid "Download" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/formats.js:266 +#, python-format +msgid "'%s' is not a correct datetime" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:417 +#, python-format +msgid "Group" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:927 +#, python-format +msgid "Unhandled widget" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:982 +#, python-format +msgid "Selection:" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:871 +#, python-format +msgid "The following fields are invalid:" +msgstr "" + +#. module: web +#: code:addons/web/controllers/main.py:847 +#, python-format +msgid "Languages" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1270 +#, python-format +msgid "...Upload in progress..." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1768 +#, python-format +msgid "Import" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:543 +#, python-format +msgid "Could not restore the database" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:4851 +#, python-format +msgid "File upload" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:3804 +#, python-format +msgid "Action Button" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:542 +#: code:addons/web/static/src/xml/base.xml:1467 +#, python-format +msgid "Manage Filters" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1867 +#, python-format +msgid "contains" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/coresetup.js:633 +#, python-format +msgid "Take a minute to get a coffee,
    because it's loading..." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:413 +#, python-format +msgid "Activate the developer mode" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:324 +#, python-format +msgid "Loading (%d)" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1114 +#, python-format +msgid "GroupBy" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:687 +#, python-format +msgid "You must select at least one record." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:535 +#, python-format +msgid "View Log (perm_read)" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:1061 +#, python-format +msgid "Set Default" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:978 +#, python-format +msgid "Relation:" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/coresetup.js:600 +#, python-format +msgid "less than a minute ago" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:851 +#, python-format +msgid "Condition:" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:1692 +#, python-format +msgid "Unsupported operator %s in domain %s" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/formats.js:242 +#, python-format +msgid "'%s' is not a correct float" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:549 +#, python-format +msgid "Restored" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:394 +#, python-format +msgid "%d-%d of %d" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:2868 +#, python-format +msgid "Create and Edit..." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/pyeval.js:731 +#, python-format +msgid "Unknown nonliteral type " +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:2346 +#, python-format +msgid "Resource error" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1961 +#, python-format +msgid "is not" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:550 +#, python-format +msgid "Print Workflow" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:396 +#, python-format +msgid "Please confirm your new password" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1804 +#, python-format +msgid "UTF-8" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:421 +#, python-format +msgid "For more information visit" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1859 +#, python-format +msgid "Add All Info..." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1683 +#, python-format +msgid "Export Formats" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:974 +#, python-format +msgid "On change:" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/views.js:865 +#, python-format +msgid "Model %s fields" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:893 +#, python-format +msgid "Setting 'id' attribute on existing record %s" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:8 +#, python-format +msgid "List" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1881 +#: code:addons/web/static/src/js/search.js:1915 +#: code:addons/web/static/src/js/search.js:1940 +#, python-format +msgid "greater than" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:2248 +#: code:addons/web/static/src/xml/base.xml:546 +#, python-format +msgid "View" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1466 +#, python-format +msgid "Save Filter" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1344 +#, python-format +msgid "Action ID:" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:457 +#, python-format +msgid "Your user's preference timezone does not match your browser timezone:" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:1223 +#, python-format +msgid "Field '%s' specified in view could not be found." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1756 +#, python-format +msgid "Saved exports:" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:320 +#, python-format +msgid "Old Password:" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/formats.js:113 +#, python-format +msgid "Bytes,Kb,Mb,Gb,Tb,Pb,Eb,Zb,Yb" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:481 +#, python-format +msgid "The database has been duplicated." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1625 +#, python-format +msgid "Apply" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1386 +#, python-format +msgid "Save & New" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1223 +#: code:addons/web/static/src/xml/base.xml:1225 +#, python-format +msgid "Save As" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/doc/module/static/src/xml/web_example.xml:3 +#, python-format +msgid "00:00:00" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:2317 +#, python-format +msgid "E-mail error" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/coresetup.js:605 +#, python-format +msgid "a day ago" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1789 +#, python-format +msgid "Does your file have titles?" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:327 +#, python-format +msgid "Unlimited" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:784 +#, python-format +msgid "" +"Warning, the record has been modified, your changes will be discarded.\n" +"\n" +"Are you sure you want to leave this page ?" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:2904 +#, python-format +msgid "Search: " +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:544 +#, python-format +msgid "Technical translation" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1797 +#, python-format +msgid "Delimiter:" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:462 +#, python-format +msgid "Browser's timezone" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1605 +#, python-format +msgid "Filter name" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1464 +#, python-format +msgid "-- Actions --" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:4134 +#: code:addons/web/static/src/js/view_form.js:4294 +#: code:addons/web/static/src/xml/base.xml:1407 +#: code:addons/web/static/src/xml/base.xml:1705 +#, python-format +msgid "Add" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:536 +#, python-format +msgid "Toggle Form Layout Outline" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:421 +#, python-format +msgid "OpenERP.com" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:2317 +#, python-format +msgid "Can't send email to invalid e-mail address" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:636 +#, python-format +msgid "Add..." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:405 +#, python-format +msgid "Preferences" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:436 +#, python-format +msgid "Wrong on change format: %s" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/controllers/main.py:750 +#: code:addons/web/static/src/xml/base.xml:185 +#, python-format +msgid "Drop Database" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:466 +#, python-format +msgid "Click here to change your user's timezone." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:966 +#, python-format +msgid "Modifiers:" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:627 +#, python-format +msgid "Delete this attachment" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:774 +#: code:addons/web/static/src/xml/base.xml:815 +#: code:addons/web/static/src/xml/base.xml:1382 +#: code:addons/web/static/src/xml/base.xml:1612 +#, python-format +msgid "Save" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/views.js:999 +#: code:addons/web/static/src/xml/base.xml:352 +#, python-format +msgid "More" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:73 +#, python-format +msgid "Username" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:481 +#, python-format +msgid "Duplicating database" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:563 +#, python-format +msgid "Password has been changed successfully" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list_editable.js:788 +#, python-format +msgid "The form's data can not be discarded" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:533 +#, python-format +msgid "Debug View#" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:77 +#, python-format +msgid "Log in" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:198 +#: code:addons/web/static/src/js/view_list.js:346 +#: code:addons/web/static/src/xml/base.xml:1764 +#, python-format +msgid "Delete" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/pyeval.js:769 +#, python-format +msgid "" +"Local evaluation failure\n" +"%s\n" +"\n" +"%s" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:350 +#, python-format +msgid "Invalid database name" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1693 +#, python-format +msgid "Save fields list" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/doc/module/static/src/xml/web_example.xml:5 +#, python-format +msgid "Start" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/views.js:823 +#, python-format +msgid "View Log (%s)" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:564 +#, python-format +msgid "Creation Date:" +msgstr "" + +#. module: web +#: code:addons/web/controllers/main.py:790 +#: code:addons/web/controllers/main.py:835 +#, python-format +msgid "Error, password not changed !" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:4850 +#, python-format +msgid "The selected file exceed the maximum file size of %s." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:632 +#: code:addons/web/static/src/xml/base.xml:1300 +#, python-format +msgid "/web/binary/upload_attachment" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:563 +#, python-format +msgid "Changed Password" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1431 +#, python-format +msgid "Search" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:3032 +#: code:addons/web/static/src/js/view_form.js:3668 +#: code:addons/web/static/src/js/view_form.js:3785 +#: code:addons/web/static/src/js/view_form.js:4230 +#: code:addons/web/static/src/js/view_form.js:4353 +#, python-format +msgid "Open: " +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:218 +#: code:addons/web/static/src/xml/base.xml:309 +#, python-format +msgid "Backup" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/dates.js:76 +#: code:addons/web/static/src/js/dates.js:80 +#, python-format +msgid "'%s' is not a valid time" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/formats.js:274 +#, python-format +msgid "'%s' is not a correct date" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:933 +#, python-format +msgid "(nolabel)" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/coresetup.js:606 +#, python-format +msgid "%d days ago" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1474 +#, python-format +msgid "(Any existing filter with the same name will be replaced)" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:1918 +#: code:addons/web/static/src/xml/base.xml:338 +#: code:addons/web/static/src/xml/base.xml:1377 +#: code:addons/web/static/src/xml/base.xml:1860 +#, python-format +msgid "Cancel" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/coresetup.js:628 +#: code:addons/web/static/src/xml/base.xml:9 +#, python-format +msgid "Loading..." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:567 +#, python-format +msgid "Latest Modification by:" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:1242 +#: code:addons/web/static/src/xml/base.xml:470 +#, python-format +msgid "Timezone mismatch" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:1646 +#, python-format +msgid "Unknown operator %s in domain %s" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:428 +#, python-format +msgid "%d / %d" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1782 +#, python-format +msgid "2. Check your file format" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1718 +#, python-format +msgid "Name" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1775 +#, python-format +msgid "" +"Select a .CSV file to import. If you need a sample of file to import,\n" +" you should use the export tool with the \"Import Compatible\" option." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/coresetup.js:608 +#, python-format +msgid "%d months ago" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:187 +#: code:addons/web/static/src/xml/base.xml:308 +#, python-format +msgid "Drop" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1465 +#, python-format +msgid "Add Advanced Filter" +msgstr "" + +#. module: web +#: code:addons/web/controllers/main.py:828 +#, python-format +msgid "The new password and its confirmation must be identical." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:542 +#: code:addons/web/static/src/xml/base.xml:248 +#, python-format +msgid "Restore Database" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:644 +#, python-format +msgid "Login" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:420 +#, python-format +msgid "Licenced under the terms of" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:250 +#: code:addons/web/static/src/xml/base.xml:310 +#, python-format +msgid "Restore" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1677 +#, python-format +msgid "Export Type:" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:406 +#, python-format +msgid "Log out" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1090 +#, python-format +msgid "Group by: %s" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:153 +#, python-format +msgid "No data provided." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:345 +#: code:addons/web/static/src/xml/base.xml:1665 +#, python-format +msgid "Export" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/data_export.js:12 +#, python-format +msgid "Export To File" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/views.js:1097 +#, python-format +msgid "You must choose at least one record." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/coresetup.js:631 +#, python-format +msgid "Don't leave yet,
    it's still loading..." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:775 +#, python-format +msgid "Invalid Search" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:980 +#, python-format +msgid "Could not find id in dataset" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1707 +#, python-format +msgid "Remove All" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1340 +#, python-format +msgid "Method:" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:1439 +#, python-format +msgid "%(page)d/%(page_count)d" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:397 +#, python-format +msgid "The confirmation does not match the password" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:441 +#, python-format +msgid "Edit Company data" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:4886 +#, python-format +msgid "Save As..." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:5007 +#, python-format +msgid "Could not display the selected image." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:509 +#, python-format +msgid "Database backed up successfully" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1808 +#, python-format +msgid "" +"For use if CSV files have titles on multiple lines, skips more than a single " +"line during import" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:394 +#, python-format +msgid "99+" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1774 +#, python-format +msgid "1. Import a .CSV file" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:644 +#, python-format +msgid "No database selected !" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/formats.js:180 +#, python-format +msgid "(%d records)" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:970 +#, python-format +msgid "Change default:" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:171 +#, python-format +msgid "Original database name:" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1869 +#: code:addons/web/static/src/js/search.js:1879 +#: code:addons/web/static/src/js/search.js:1913 +#: code:addons/web/static/src/js/search.js:1938 +#, python-format +msgid "is equal to" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/views.js:1500 +#, python-format +msgid "Could not serialize XML" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1619 +#, python-format +msgid "Advanced Search" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:290 +#, python-format +msgid "Confirm new master password:" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/coresetup.js:634 +#, python-format +msgid "Maybe you should consider reloading the application by pressing F5..." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:17 +#: code:addons/web/static/src/js/view_list.js:2248 +#: code:addons/web/static/src/xml/base.xml:111 +#: code:addons/web/static/src/xml/base.xml:306 +#: code:addons/web/static/src/xml/base.xml:812 +#: code:addons/web/static/src/xml/base.xml:1376 +#, python-format +msgid "Create" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1868 +#, python-format +msgid "doesn't contain" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1785 +#, python-format +msgid "Import Options" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:2936 +#, python-format +msgid "Add %s" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:145 +#, python-format +msgid "Admin password:" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/data_export.js:11 +#: code:addons/web/static/src/js/view_form.js:1067 +#: code:addons/web/static/src/xml/base.xml:1394 +#, python-format +msgid "Close" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/coresetup.js:632 +#, python-format +msgid "" +"You may not believe it,
    but the application is actually loading..." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1779 +#, python-format +msgid "CSV File:" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1741 +#, python-format +msgid "Advanced" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_tree.js:11 +#, python-format +msgid "Tree" +msgstr "" + +#. module: web +#: code:addons/web/controllers/main.py:750 +#, python-format +msgid "Could not drop database !" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/formats.js:227 +#, python-format +msgid "'%s' is not a correct integer" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:877 +#, python-format +msgid "All users" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:1654 +#, python-format +msgid "Unknown field %s in domain %s" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/views.js:1466 +#, python-format +msgid "Node [%s] is not a JSONified XML node" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1428 +#, python-format +msgid "Advanced Search..." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:499 +#, python-format +msgid "Dropping database" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:82 +#: code:addons/web/static/src/xml/base.xml:445 +#, python-format +msgid "Powered by" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1380 +#: code:addons/web/static/src/xml/base.xml:970 +#, python-format +msgid "Yes" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:4871 +#, python-format +msgid "There was a problem while uploading your file" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:558 +#, python-format +msgid "XML ID:" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:954 +#, python-format +msgid "Size:" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1824 +#, python-format +msgid "--- Don't Import ---" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1679 +#, python-format +msgid "Import-Compatible Export" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/coresetup.js:610 +#, python-format +msgid "%d years ago" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:1040 +#, python-format +msgid "Unknown m2m command %s" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:1068 +#, python-format +msgid "Save default" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:121 +#: code:addons/web/static/src/xml/base.xml:175 +#: code:addons/web/static/src/xml/base.xml:264 +#, python-format +msgid "New database name:" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:394 +#, python-format +msgid "Please enter your new password" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:4886 +#, python-format +msgid "The field is empty, there's nothing to save !" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:545 +#, python-format +msgid "Manage Views" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1801 +#, python-format +msgid "Encoding:" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1808 +#, python-format +msgid "Lines to skip" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:2858 +#, python-format +msgid "Create \"%s\"" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/data_export.js:361 +#, python-format +msgid "Please select fields to save export list..." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:418 +#, python-format +msgid "Copyright © 2004-TODAY OpenERP SA. All Rights Reserved." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:2346 +#, python-format +msgid "This resource is empty" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1689 +#, python-format +msgid "Available fields" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1835 +#, python-format +msgid "The import failed due to:" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/views.js:812 +#: code:addons/web/static/src/xml/base.xml:539 +#, python-format +msgid "JS Tests" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1750 +#, python-format +msgid "Save as:" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:927 +#, python-format +msgid "Filter on: %s" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:2904 +#: code:addons/web/static/src/js/view_form.js:3757 +#, python-format +msgid "Create: " +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:540 +#, python-format +msgid "View Fields" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:330 +#, python-format +msgid "Confirm New Password:" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:575 +#, python-format +msgid "Do you really want to remove these records?" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:958 +#, python-format +msgid "Context:" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1933 +#: code:addons/web/static/src/js/search.js:1960 +#, python-format +msgid "is" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/data_export.js:6 +#, python-format +msgid "Export Data" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:962 +#, python-format +msgid "Domain:" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:834 +#, python-format +msgid "Default:" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:82 +#: code:addons/web/static/src/xml/base.xml:446 +#, python-format +msgid "OpenERP" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/doc/module/static/src/xml/web_example.xml:8 +#, python-format +msgid "Stop" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:68 +#: code:addons/web/static/src/xml/base.xml:193 +#: code:addons/web/static/src/xml/base.xml:225 +#, python-format +msgid "Database:" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1183 +#: code:addons/web/static/src/xml/base.xml:1240 +#, python-format +msgid "Uploading ..." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1853 +#, python-format +msgid "Name:" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:1058 +#, python-format +msgid "About" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1431 +#, python-format +msgid "Search Again" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1455 +#, python-format +msgid "-- Filters --" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1230 +#: code:addons/web/static/src/xml/base.xml:1232 +#, python-format +msgid "Clear" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1680 +#, python-format +msgid "Export all Data" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:1334 +#, python-format +msgid "" +"Grouping on field '%s' is not possible because that field does not appear in " +"the list view." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:537 +#, python-format +msgid "Set Defaults" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1670 +#, python-format +msgid "" +"This wizard will export all data that matches the current search criteria to " +"a CSV file.\n" +" You can export all data or only the fields that can be " +"reimported after modification." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:321 +#, python-format +msgid "The record could not be found in the database." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1472 +#, python-format +msgid "Filter Name:" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:946 +#, python-format +msgid "Type:" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:538 +#, python-format +msgid "Incorrect super-administrator password" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:942 +#, python-format +msgid "Object:" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:292 +#: code:addons/web/static/src/js/chrome.js:326 +#, python-format +msgid "Loading" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/coresetup.js:609 +#, python-format +msgid "about a year ago" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1870 +#: code:addons/web/static/src/js/search.js:1880 +#: code:addons/web/static/src/js/search.js:1914 +#: code:addons/web/static/src/js/search.js:1939 +#, python-format +msgid "is not equal to" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:5036 +#, python-format +msgid "" +"The type of the field '%s' must be a many2many field with a relation to " +"'ir.attachment' model." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/coresetup.js:604 +#, python-format +msgid "%d hours ago" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:4206 +#: code:addons/web/static/src/js/view_form.js:4335 +#, python-format +msgid "Add: " +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1858 +#, python-format +msgid "Quick Add" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1805 +#, python-format +msgid "Latin 1" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:260 +#: code:addons/web/static/src/js/chrome.js:269 +#: code:addons/web/static/src/js/chrome.js:449 +#: code:addons/web/static/src/js/chrome.js:792 +#: code:addons/web/static/src/js/view_form.js:572 +#: code:addons/web/static/src/js/view_form.js:1923 +#: code:addons/web/static/src/xml/base.xml:1752 +#, python-format +msgid "Ok" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/views.js:1162 +#, python-format +msgid "Uploading..." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:125 +#, python-format +msgid "Load Demonstration data:" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:615 +#, python-format +msgid "Created by :" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/dates.js:22 +#: code:addons/web/static/src/js/dates.js:26 +#, python-format +msgid "'%s' is not a valid datetime" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:256 +#, python-format +msgid "File:" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1882 +#: code:addons/web/static/src/js/search.js:1916 +#: code:addons/web/static/src/js/search.js:1941 +#, python-format +msgid "less than" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:687 +#: code:addons/web/static/src/js/views.js:1097 +#, python-format +msgid "Warning" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:547 +#, python-format +msgid "Edit SearchView" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1975 +#, python-format +msgid "is true" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:3909 +#, python-format +msgid "Add an item" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1603 +#, python-format +msgid "Save current filter" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:1915 +#, python-format +msgid "Confirm" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/data_export.js:126 +#, python-format +msgid "Please enter save field list name" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:2206 +#, python-format +msgid "Download \"%s\"" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:326 +#, python-format +msgid "New" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:1767 +#, python-format +msgid "Can't convert value %s to context" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/views.js:807 +#: code:addons/web/static/src/xml/base.xml:541 +#, python-format +msgid "Fields View Get" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:149 +#, python-format +msgid "Confirm password:" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1883 +#: code:addons/web/static/src/js/search.js:1917 +#: code:addons/web/static/src/js/search.js:1942 +#, python-format +msgid "greater or equal than" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1321 +#, python-format +msgid "Button" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:418 +#, python-format +msgid "OpenERP is a trademark of the" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/data_export.js:374 +#, python-format +msgid "Please select fields to export..." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:286 +#, python-format +msgid "New master password:" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1976 +#, python-format +msgid "is false" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:404 +#, python-format +msgid "About OpenERP" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/formats.js:297 +#, python-format +msgid "'%s' is not a correct date, datetime nor time" +msgstr "" + +#. module: web +#: code:addons/web/controllers/main.py:1264 +#, python-format +msgid "No content found for field '%s' on '%s:%s'" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:304 +#, python-format +msgid "Database Management" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:5007 +#, python-format +msgid "Image" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:81 +#, python-format +msgid "Manage Databases" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/pyeval.js:765 +#, python-format +msgid "Evaluation Error" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1283 +#, python-format +msgid "not a valid integer" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:337 +#: code:addons/web/static/src/xml/base.xml:776 +#: code:addons/web/static/src/xml/base.xml:816 +#: code:addons/web/static/src/xml/base.xml:1376 +#: code:addons/web/static/src/xml/base.xml:1384 +#: code:addons/web/static/src/xml/base.xml:1630 +#, python-format +msgid "or" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1381 +#, python-format +msgid "No" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/formats.js:309 +#, python-format +msgid "'%s' is not convertible to date, datetime nor time" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:199 +#: code:addons/web/static/src/xml/base.xml:161 +#: code:addons/web/static/src/xml/base.xml:307 +#, python-format +msgid "Duplicate" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:777 +#: code:addons/web/static/src/xml/base.xml:817 +#: code:addons/web/static/src/xml/base.xml:1391 +#, python-format +msgid "Discard" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1624 +#, python-format +msgid "Add a condition" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/coresetup.js:629 +#, python-format +msgid "Still loading..." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:818 +#, python-format +msgid "Incorrect value for field %(fieldname)s: [%(value)s] is %(message)s" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:3805 +#, python-format +msgid "The o2m record must be saved before an action can be used" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:509 +#, python-format +msgid "Backed" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1610 +#, python-format +msgid "Use by default" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:1348 +#, python-format +msgid "%s (%d)" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:775 +#, python-format +msgid "triggered from search view" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:978 +#, python-format +msgid "Filter" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:950 +#, python-format +msgid "Widget:" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:548 +#, python-format +msgid "Edit Action" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:555 +#, python-format +msgid "ID:" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:870 +#, python-format +msgid "Only you" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:549 +#, python-format +msgid "Edit Workflow" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/views.js:1171 +#, python-format +msgid "Do you really want to delete this attachment ?" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/views.js:840 +#, python-format +msgid "Technical Translation" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:938 +#, python-format +msgid "Field:" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:620 +#, python-format +msgid "Modified by :" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:499 +#, python-format +msgid "The database %s has been dropped" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:460 +#, python-format +msgid "User's timezone" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:284 +#: code:addons/web/static/src/js/chrome.js:1168 +#, python-format +msgid "Client Error" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/views.js:998 +#, python-format +msgid "Print" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1331 +#, python-format +msgid "Special:" +msgstr "" + +#. module: web +#: code:addons/web/controllers/main.py:834 +#, python-format +msgid "" +"The old password you provided is incorrect, your password was not changed." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:561 +#, python-format +msgid "Creation User:" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:769 +#, python-format +msgid "Do you really want to delete this record?" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1385 +#, python-format +msgid "Save & Close" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:2845 +#, python-format +msgid "Search More..." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:75 +#: code:addons/web/static/src/xml/base.xml:311 +#, python-format +msgid "Password" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:546 +#: code:addons/web/static/src/xml/base.xml:809 +#: code:addons/web/static/src/xml/base.xml:1178 +#, python-format +msgid "Edit" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1706 +#, python-format +msgid "Remove" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1062 +#, python-format +msgid "Select date" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1249 +#, python-format +msgid "Search %(field)s for: %(value)s" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1277 +#, python-format +msgid "Delete this file" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:109 +#, python-format +msgid "Create Database" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:420 +#, python-format +msgid "GNU Affero General Public License" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1795 +#, python-format +msgid "Separator:" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:300 +#, python-format +msgid "Back to Login" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1662 +#: code:addons/web/static/src/xml/base.xml:1454 +#, python-format +msgid "Filters" +msgstr "" diff --git a/web/i18n/sr@latin.po b/web/i18n/sr@latin.po new file mode 100644 index 0000000..ce72327 --- /dev/null +++ b/web/i18n/sr@latin.po @@ -0,0 +1,2611 @@ +# Serbian Latin translation for openerp-web +# Copyright (c) 2012 Rosetta Contributors and Canonical Ltd 2012 +# This file is distributed under the same license as the openerp-web package. +# FIRST AUTHOR , 2012. +# +msgid "" +msgstr "" +"Project-Id-Version: openerp-web\n" +"Report-Msgid-Bugs-To: FULL NAME \n" +"POT-Creation-Date: 2012-12-21 17:06+0000\n" +"PO-Revision-Date: 2012-12-21 23:00+0000\n" +"Last-Translator: zmmaj \n" +"Language-Team: Serbian Latin \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Launchpad-Export-Date: 2012-12-22 07:38+0000\n" +"X-Generator: Launchpad (build 16378)\n" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:133 +#, python-format +msgid "Default language:" +msgstr "Podrazumevani jezik:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/coresetup.js:602 +#, python-format +msgid "%d minutes ago" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/coresetup.js:630 +#, python-format +msgid "Still loading...
    Please be patient." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1832 +#, python-format +msgid "%(field)s %(operator)s \"%(value)s\"" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1884 +#: code:addons/web/static/src/js/search.js:1918 +#: code:addons/web/static/src/js/search.js:1943 +#, python-format +msgid "less or equal than" +msgstr "manje ili jednako od" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:393 +#, python-format +msgid "Please enter your previous password" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:117 +#: code:addons/web/static/src/xml/base.xml:167 +#: code:addons/web/static/src/xml/base.xml:282 +#, python-format +msgid "Master password:" +msgstr "Glavna lozinka" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:274 +#, python-format +msgid "Change Master Password" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:491 +#, python-format +msgid "Do you really want to delete the database: %s ?" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1398 +#, python-format +msgid "Search %(field)s at: %(value)s" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:537 +#, python-format +msgid "Access Denied" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:5183 +#, python-format +msgid "Uploading error" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/coresetup.js:603 +#, python-format +msgid "about an hour ago" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/controllers/main.py:768 +#: code:addons/web/static/src/js/chrome.js:514 +#: code:addons/web/static/src/xml/base.xml:216 +#, python-format +msgid "Backup Database" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/views.js:463 +#, python-format +msgid "%(view_type)s view" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/dates.js:49 +#: code:addons/web/static/src/js/dates.js:53 +#, python-format +msgid "'%s' is not a valid date" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1837 +#, python-format +msgid "Here is a preview of the file we could not import:" +msgstr "Pregled datoteke koju nismo uspeli uvesti:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/coresetup.js:601 +#, python-format +msgid "about a minute ago" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1297 +#, python-format +msgid "File" +msgstr "" + +#. module: web +#: code:addons/web/controllers/main.py:826 +#, python-format +msgid "You cannot leave any password empty." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:680 +#, python-format +msgid "Invalid username or password" +msgstr "Neispravno korisničko ime ili lozinka" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:206 +#: code:addons/web/static/src/xml/base.xml:238 +#: code:addons/web/static/src/xml/base.xml:260 +#, python-format +msgid "Master Password:" +msgstr "Glavna Lozinka" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1217 +#: code:addons/web/static/src/xml/base.xml:1374 +#, python-format +msgid "Select" +msgstr "Izaberi" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:549 +#, python-format +msgid "Database restored successfully" +msgstr "Uspešno oporavljena baza podataka" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:415 +#, python-format +msgid "Version" +msgstr "Verzija" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:570 +#, python-format +msgid "Latest Modification Date:" +msgstr "Datum poslednje modifikacije" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1459 +#, python-format +msgid "M2O search fields do not currently handle multiple default values" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:1227 +#, python-format +msgid "Widget type '%s' is not implemented" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1608 +#, python-format +msgid "Share with all users" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:77 +#: code:addons/web/static/src/js/view_form.js:321 +#, python-format +msgid "Form" +msgstr "Obrazac" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1324 +#, python-format +msgid "(no string)" +msgstr "(prazno)" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/formats.js:282 +#, python-format +msgid "'%s' is not a correct time" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1297 +#, python-format +msgid "not a valid number" +msgstr "Broj je neispravan" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:325 +#, python-format +msgid "New Password:" +msgstr "Nova lozinka:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:610 +#, python-format +msgid "Attachment :" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1691 +#, python-format +msgid "Fields to export" +msgstr "Polja za izvoz" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:1340 +#, python-format +msgid "Undefined" +msgstr "Nedefinisan" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:4871 +#, python-format +msgid "File Upload" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/coresetup.js:607 +#, python-format +msgid "about a month ago" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1600 +#, python-format +msgid "Custom Filters" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1336 +#, python-format +msgid "Button Type:" +msgstr "Tip Dugmeta" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:419 +#, python-format +msgid "OpenERP SA Company" +msgstr "OpenERP SA Kompanija" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1553 +#, python-format +msgid "Custom Filter" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:159 +#, python-format +msgid "Duplicate Database" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/controllers/main.py:789 +#: code:addons/web/controllers/main.py:790 +#: code:addons/web/controllers/main.py:826 +#: code:addons/web/controllers/main.py:828 +#: code:addons/web/controllers/main.py:834 +#: code:addons/web/controllers/main.py:835 +#: code:addons/web/static/src/js/chrome.js:768 +#: code:addons/web/static/src/xml/base.xml:276 +#: code:addons/web/static/src/xml/base.xml:336 +#, python-format +msgid "Change Password" +msgstr "Promena lozinke" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:3411 +#, python-format +msgid "View type '%s' is not supported in One2Many." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:4951 +#: code:addons/web/static/src/js/view_list.js:2194 +#, python-format +msgid "Download" +msgstr "Preuzmi" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/formats.js:266 +#, python-format +msgid "'%s' is not a correct datetime" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:417 +#, python-format +msgid "Group" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:927 +#, python-format +msgid "Unhandled widget" +msgstr "Nepodržani ekranski dodatak" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:982 +#, python-format +msgid "Selection:" +msgstr "Selekcija" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:871 +#, python-format +msgid "The following fields are invalid:" +msgstr "" + +#. module: web +#: code:addons/web/controllers/main.py:847 +#, python-format +msgid "Languages" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1270 +#, python-format +msgid "...Upload in progress..." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1768 +#, python-format +msgid "Import" +msgstr "Uvoz" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:543 +#, python-format +msgid "Could not restore the database" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:4851 +#, python-format +msgid "File upload" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:3804 +#, python-format +msgid "Action Button" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:542 +#: code:addons/web/static/src/xml/base.xml:1467 +#, python-format +msgid "Manage Filters" +msgstr "Uredi filtere" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1867 +#, python-format +msgid "contains" +msgstr "sadrži" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/coresetup.js:633 +#, python-format +msgid "Take a minute to get a coffee,
    because it's loading..." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:413 +#, python-format +msgid "Activate the developer mode" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:324 +#, python-format +msgid "Loading (%d)" +msgstr "Učitavanje (%d)" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1114 +#, python-format +msgid "GroupBy" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:687 +#, python-format +msgid "You must select at least one record." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:535 +#, python-format +msgid "View Log (perm_read)" +msgstr "Pregled log-a (perm_read)" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:1061 +#, python-format +msgid "Set Default" +msgstr "Postavi podrazumevano" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:978 +#, python-format +msgid "Relation:" +msgstr "Relacija" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/coresetup.js:600 +#, python-format +msgid "less than a minute ago" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:851 +#, python-format +msgid "Condition:" +msgstr "Uslov:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:1692 +#, python-format +msgid "Unsupported operator %s in domain %s" +msgstr "Nepodržan operator %s na domenu %s" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/formats.js:242 +#, python-format +msgid "'%s' is not a correct float" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:549 +#, python-format +msgid "Restored" +msgstr "Oporavljeno" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:394 +#, python-format +msgid "%d-%d of %d" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:2868 +#, python-format +msgid "Create and Edit..." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/pyeval.js:731 +#, python-format +msgid "Unknown nonliteral type " +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:2346 +#, python-format +msgid "Resource error" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1961 +#, python-format +msgid "is not" +msgstr "nije" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:550 +#, python-format +msgid "Print Workflow" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:396 +#, python-format +msgid "Please confirm your new password" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1804 +#, python-format +msgid "UTF-8" +msgstr "UTF‑8" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:421 +#, python-format +msgid "For more information visit" +msgstr "Za više informacija posetite" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1859 +#, python-format +msgid "Add All Info..." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1683 +#, python-format +msgid "Export Formats" +msgstr "Formati Izvoza" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:974 +#, python-format +msgid "On change:" +msgstr "Pri Izmeni" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/views.js:865 +#, python-format +msgid "Model %s fields" +msgstr "Model %s polja" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:893 +#, python-format +msgid "Setting 'id' attribute on existing record %s" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:8 +#, python-format +msgid "List" +msgstr "Spisak" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1881 +#: code:addons/web/static/src/js/search.js:1915 +#: code:addons/web/static/src/js/search.js:1940 +#, python-format +msgid "greater than" +msgstr "veće od" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:2248 +#: code:addons/web/static/src/xml/base.xml:546 +#, python-format +msgid "View" +msgstr "Pregled" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1466 +#, python-format +msgid "Save Filter" +msgstr "Sačuvaj Filter" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1344 +#, python-format +msgid "Action ID:" +msgstr "ID Radnje:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:457 +#, python-format +msgid "Your user's preference timezone does not match your browser timezone:" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:1223 +#, python-format +msgid "Field '%s' specified in view could not be found." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1756 +#, python-format +msgid "Saved exports:" +msgstr "Sačuvani izvozni materijal:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:320 +#, python-format +msgid "Old Password:" +msgstr "Stara lozinka:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/formats.js:113 +#, python-format +msgid "Bytes,Kb,Mb,Gb,Tb,Pb,Eb,Zb,Yb" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:481 +#, python-format +msgid "The database has been duplicated." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1625 +#, python-format +msgid "Apply" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1386 +#, python-format +msgid "Save & New" +msgstr "Sacuvaj & Novo" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1223 +#: code:addons/web/static/src/xml/base.xml:1225 +#, python-format +msgid "Save As" +msgstr "Sačuvaj kao" + +#. module: web +#. openerp-web +#: code:addons/web/doc/module/static/src/xml/web_example.xml:3 +#, python-format +msgid "00:00:00" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:2317 +#, python-format +msgid "E-mail error" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/coresetup.js:605 +#, python-format +msgid "a day ago" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1789 +#, python-format +msgid "Does your file have titles?" +msgstr "ima li vaša datoteka naslove?" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:327 +#, python-format +msgid "Unlimited" +msgstr "Neograničeno" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:784 +#, python-format +msgid "" +"Warning, the record has been modified, your changes will be discarded.\n" +"\n" +"Are you sure you want to leave this page ?" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:2904 +#, python-format +msgid "Search: " +msgstr "Pretraga: " + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:544 +#, python-format +msgid "Technical translation" +msgstr "Tehnički prevod" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1797 +#, python-format +msgid "Delimiter:" +msgstr "Delimitar:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:462 +#, python-format +msgid "Browser's timezone" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1605 +#, python-format +msgid "Filter name" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1464 +#, python-format +msgid "-- Actions --" +msgstr "-- Radnje --" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:4134 +#: code:addons/web/static/src/js/view_form.js:4294 +#: code:addons/web/static/src/xml/base.xml:1407 +#: code:addons/web/static/src/xml/base.xml:1705 +#, python-format +msgid "Add" +msgstr "Dodaj" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:536 +#, python-format +msgid "Toggle Form Layout Outline" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:421 +#, python-format +msgid "OpenERP.com" +msgstr "OpenERP.com" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:2317 +#, python-format +msgid "Can't send email to invalid e-mail address" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:636 +#, python-format +msgid "Add..." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:405 +#, python-format +msgid "Preferences" +msgstr "Podešavanja" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:436 +#, python-format +msgid "Wrong on change format: %s" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/controllers/main.py:750 +#: code:addons/web/static/src/xml/base.xml:185 +#, python-format +msgid "Drop Database" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:466 +#, python-format +msgid "Click here to change your user's timezone." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:966 +#, python-format +msgid "Modifiers:" +msgstr "Modifikatori:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:627 +#, python-format +msgid "Delete this attachment" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:774 +#: code:addons/web/static/src/xml/base.xml:815 +#: code:addons/web/static/src/xml/base.xml:1382 +#: code:addons/web/static/src/xml/base.xml:1612 +#, python-format +msgid "Save" +msgstr "Sačuvaj" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/views.js:999 +#: code:addons/web/static/src/xml/base.xml:352 +#, python-format +msgid "More" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:73 +#, python-format +msgid "Username" +msgstr "Korisničko ime" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:481 +#, python-format +msgid "Duplicating database" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:563 +#, python-format +msgid "Password has been changed successfully" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list_editable.js:788 +#, python-format +msgid "The form's data can not be discarded" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:533 +#, python-format +msgid "Debug View#" +msgstr "Debug pregled" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:77 +#, python-format +msgid "Log in" +msgstr "Prijavi me" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:198 +#: code:addons/web/static/src/js/view_list.js:346 +#: code:addons/web/static/src/xml/base.xml:1764 +#, python-format +msgid "Delete" +msgstr "Obriši" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/pyeval.js:769 +#, python-format +msgid "" +"Local evaluation failure\n" +"%s\n" +"\n" +"%s" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:350 +#, python-format +msgid "Invalid database name" +msgstr "Neispravan naziv baze podataka" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1693 +#, python-format +msgid "Save fields list" +msgstr "Sačuvaj spisak polja" + +#. module: web +#. openerp-web +#: code:addons/web/doc/module/static/src/xml/web_example.xml:5 +#, python-format +msgid "Start" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/views.js:823 +#, python-format +msgid "View Log (%s)" +msgstr "Pregled loga (%s)" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:564 +#, python-format +msgid "Creation Date:" +msgstr "Datum kreiranja" + +#. module: web +#: code:addons/web/controllers/main.py:790 +#: code:addons/web/controllers/main.py:835 +#, python-format +msgid "Error, password not changed !" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:4850 +#, python-format +msgid "The selected file exceed the maximum file size of %s." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:632 +#: code:addons/web/static/src/xml/base.xml:1300 +#, python-format +msgid "/web/binary/upload_attachment" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:563 +#, python-format +msgid "Changed Password" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1431 +#, python-format +msgid "Search" +msgstr "Traži" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:3032 +#: code:addons/web/static/src/js/view_form.js:3668 +#: code:addons/web/static/src/js/view_form.js:3785 +#: code:addons/web/static/src/js/view_form.js:4230 +#: code:addons/web/static/src/js/view_form.js:4353 +#, python-format +msgid "Open: " +msgstr "Otvori: " + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:218 +#: code:addons/web/static/src/xml/base.xml:309 +#, python-format +msgid "Backup" +msgstr "Backup" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/dates.js:76 +#: code:addons/web/static/src/js/dates.js:80 +#, python-format +msgid "'%s' is not a valid time" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/formats.js:274 +#, python-format +msgid "'%s' is not a correct date" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:933 +#, python-format +msgid "(nolabel)" +msgstr "(nolabel)" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/coresetup.js:606 +#, python-format +msgid "%d days ago" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1474 +#, python-format +msgid "(Any existing filter with the same name will be replaced)" +msgstr "(Svaki postojeći filter sa istim imenom će biti zamenjen)" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:1918 +#: code:addons/web/static/src/xml/base.xml:338 +#: code:addons/web/static/src/xml/base.xml:1377 +#: code:addons/web/static/src/xml/base.xml:1860 +#, python-format +msgid "Cancel" +msgstr "Otkaži" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/coresetup.js:628 +#: code:addons/web/static/src/xml/base.xml:9 +#, python-format +msgid "Loading..." +msgstr "Učitavam..." + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:567 +#, python-format +msgid "Latest Modification by:" +msgstr "Poslednji modifikovao:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:1242 +#: code:addons/web/static/src/xml/base.xml:470 +#, python-format +msgid "Timezone mismatch" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:1646 +#, python-format +msgid "Unknown operator %s in domain %s" +msgstr "Nepoznat operator %s na domenu %s" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:428 +#, python-format +msgid "%d / %d" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1782 +#, python-format +msgid "2. Check your file format" +msgstr "2. Proverite format svoje datoteke" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1718 +#, python-format +msgid "Name" +msgstr "Naziv" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1775 +#, python-format +msgid "" +"Select a .CSV file to import. If you need a sample of file to import,\n" +" you should use the export tool with the \"Import Compatible\" option." +msgstr "" +"Odaberite .CSV datoteku za uvoz. Ukoliko vam treba primer datoteke za uvoz,\n" +" iskoristite izvoznu alatku sa \"Kompatibilni uvoz\" opcijom." + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/coresetup.js:608 +#, python-format +msgid "%d months ago" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:187 +#: code:addons/web/static/src/xml/base.xml:308 +#, python-format +msgid "Drop" +msgstr "Odbaci" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1465 +#, python-format +msgid "Add Advanced Filter" +msgstr "Dodaj Napredni Filter" + +#. module: web +#: code:addons/web/controllers/main.py:828 +#, python-format +msgid "The new password and its confirmation must be identical." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:542 +#: code:addons/web/static/src/xml/base.xml:248 +#, python-format +msgid "Restore Database" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:644 +#, python-format +msgid "Login" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:420 +#, python-format +msgid "Licenced under the terms of" +msgstr "Licenciran pod uslovima" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:250 +#: code:addons/web/static/src/xml/base.xml:310 +#, python-format +msgid "Restore" +msgstr "Obnovi" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1677 +#, python-format +msgid "Export Type:" +msgstr "Izvezi kao:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:406 +#, python-format +msgid "Log out" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1090 +#, python-format +msgid "Group by: %s" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:153 +#, python-format +msgid "No data provided." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:345 +#: code:addons/web/static/src/xml/base.xml:1665 +#, python-format +msgid "Export" +msgstr "Izvoz" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/data_export.js:12 +#, python-format +msgid "Export To File" +msgstr "Izvezi u datoteku" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/views.js:1097 +#, python-format +msgid "You must choose at least one record." +msgstr "Morate izabrati najmanje jedan zapis" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/coresetup.js:631 +#, python-format +msgid "Don't leave yet,
    it's still loading..." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:775 +#, python-format +msgid "Invalid Search" +msgstr "Neispravno pretraživanje" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:980 +#, python-format +msgid "Could not find id in dataset" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1707 +#, python-format +msgid "Remove All" +msgstr "Ukloni sve" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1340 +#, python-format +msgid "Method:" +msgstr "Metod:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:1439 +#, python-format +msgid "%(page)d/%(page_count)d" +msgstr "%(page)d/%(page_count)d" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:397 +#, python-format +msgid "The confirmation does not match the password" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:441 +#, python-format +msgid "Edit Company data" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:4886 +#, python-format +msgid "Save As..." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:5007 +#, python-format +msgid "Could not display the selected image." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:509 +#, python-format +msgid "Database backed up successfully" +msgstr "Uspešno završeno kopiranje baze podataka" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1808 +#, python-format +msgid "" +"For use if CSV files have titles on multiple lines, skips more than a single " +"line during import" +msgstr "" +"Koristiti ako CSV datoteke imaju naslove u više linija, preskače više od " +"jedne linije tokom uvoza" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:394 +#, python-format +msgid "99+" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1774 +#, python-format +msgid "1. Import a .CSV file" +msgstr "Uvezi .CSV datoteku" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:644 +#, python-format +msgid "No database selected !" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/formats.js:180 +#, python-format +msgid "(%d records)" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:970 +#, python-format +msgid "Change default:" +msgstr "Izmeni podrazumevano:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:171 +#, python-format +msgid "Original database name:" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1869 +#: code:addons/web/static/src/js/search.js:1879 +#: code:addons/web/static/src/js/search.js:1913 +#: code:addons/web/static/src/js/search.js:1938 +#, python-format +msgid "is equal to" +msgstr "jednako je sa" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/views.js:1500 +#, python-format +msgid "Could not serialize XML" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1619 +#, python-format +msgid "Advanced Search" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:290 +#, python-format +msgid "Confirm new master password:" +msgstr "Potvrdi novu glavnu lozinku" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/coresetup.js:634 +#, python-format +msgid "Maybe you should consider reloading the application by pressing F5..." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:17 +#: code:addons/web/static/src/js/view_list.js:2248 +#: code:addons/web/static/src/xml/base.xml:111 +#: code:addons/web/static/src/xml/base.xml:306 +#: code:addons/web/static/src/xml/base.xml:812 +#: code:addons/web/static/src/xml/base.xml:1376 +#, python-format +msgid "Create" +msgstr "Kreiraj" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1868 +#, python-format +msgid "doesn't contain" +msgstr "ne sadrži" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1785 +#, python-format +msgid "Import Options" +msgstr "Opcije uvoza" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:2936 +#, python-format +msgid "Add %s" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:145 +#, python-format +msgid "Admin password:" +msgstr "Administratorska Lozinka:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/data_export.js:11 +#: code:addons/web/static/src/js/view_form.js:1067 +#: code:addons/web/static/src/xml/base.xml:1394 +#, python-format +msgid "Close" +msgstr "Zatvori" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/coresetup.js:632 +#, python-format +msgid "" +"You may not believe it,
    but the application is actually loading..." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1779 +#, python-format +msgid "CSV File:" +msgstr "CSV Datoteka:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1741 +#, python-format +msgid "Advanced" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_tree.js:11 +#, python-format +msgid "Tree" +msgstr "Stablo" + +#. module: web +#: code:addons/web/controllers/main.py:750 +#, python-format +msgid "Could not drop database !" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/formats.js:227 +#, python-format +msgid "'%s' is not a correct integer" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:877 +#, python-format +msgid "All users" +msgstr "svi korisnici" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:1654 +#, python-format +msgid "Unknown field %s in domain %s" +msgstr "Nepoznato polje %s na domenu %s" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/views.js:1466 +#, python-format +msgid "Node [%s] is not a JSONified XML node" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1428 +#, python-format +msgid "Advanced Search..." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:499 +#, python-format +msgid "Dropping database" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:82 +#: code:addons/web/static/src/xml/base.xml:445 +#, python-format +msgid "Powered by" +msgstr "Pogonjeno od strane" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1380 +#: code:addons/web/static/src/xml/base.xml:970 +#, python-format +msgid "Yes" +msgstr "Da" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:4871 +#, python-format +msgid "There was a problem while uploading your file" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:558 +#, python-format +msgid "XML ID:" +msgstr "XML ID:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:954 +#, python-format +msgid "Size:" +msgstr "Veličina:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1824 +#, python-format +msgid "--- Don't Import ---" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1679 +#, python-format +msgid "Import-Compatible Export" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/coresetup.js:610 +#, python-format +msgid "%d years ago" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:1040 +#, python-format +msgid "Unknown m2m command %s" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:1068 +#, python-format +msgid "Save default" +msgstr "Sačuvaj podrazumevano" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:121 +#: code:addons/web/static/src/xml/base.xml:175 +#: code:addons/web/static/src/xml/base.xml:264 +#, python-format +msgid "New database name:" +msgstr "Naziv nove baze podataka:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:394 +#, python-format +msgid "Please enter your new password" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:4886 +#, python-format +msgid "The field is empty, there's nothing to save !" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:545 +#, python-format +msgid "Manage Views" +msgstr "Upravljaj Prikazima" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1801 +#, python-format +msgid "Encoding:" +msgstr "Kodiranje:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1808 +#, python-format +msgid "Lines to skip" +msgstr "Preskoči linije" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:2858 +#, python-format +msgid "Create \"%s\"" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/data_export.js:361 +#, python-format +msgid "Please select fields to save export list..." +msgstr "Odaberite polja za koja treba izvesti i sačuvati..." + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:418 +#, python-format +msgid "Copyright © 2004-TODAY OpenERP SA. All Rights Reserved." +msgstr "Copyright © 2004-TODAY OpenERP SA. All Rights Reserved." + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:2346 +#, python-format +msgid "This resource is empty" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1689 +#, python-format +msgid "Available fields" +msgstr "Dostupna polja" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1835 +#, python-format +msgid "The import failed due to:" +msgstr "Uvoz neuspeo zbog:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/views.js:812 +#: code:addons/web/static/src/xml/base.xml:539 +#, python-format +msgid "JS Tests" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1750 +#, python-format +msgid "Save as:" +msgstr "Sačuvaj kao:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:927 +#, python-format +msgid "Filter on: %s" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:2904 +#: code:addons/web/static/src/js/view_form.js:3757 +#, python-format +msgid "Create: " +msgstr "Kreiraj: " + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:540 +#, python-format +msgid "View Fields" +msgstr "Pregled Polja" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:330 +#, python-format +msgid "Confirm New Password:" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:575 +#, python-format +msgid "Do you really want to remove these records?" +msgstr "Da li zaista želiteda uklonite ove zapise?" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:958 +#, python-format +msgid "Context:" +msgstr "Sadržaj:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1933 +#: code:addons/web/static/src/js/search.js:1960 +#, python-format +msgid "is" +msgstr "je" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/data_export.js:6 +#, python-format +msgid "Export Data" +msgstr "Izvezi podatke" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:962 +#, python-format +msgid "Domain:" +msgstr "Domen:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:834 +#, python-format +msgid "Default:" +msgstr "Podrazumevano:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:82 +#: code:addons/web/static/src/xml/base.xml:446 +#, python-format +msgid "OpenERP" +msgstr "OpenERP" + +#. module: web +#. openerp-web +#: code:addons/web/doc/module/static/src/xml/web_example.xml:8 +#, python-format +msgid "Stop" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:68 +#: code:addons/web/static/src/xml/base.xml:193 +#: code:addons/web/static/src/xml/base.xml:225 +#, python-format +msgid "Database:" +msgstr "Baza podataka:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1183 +#: code:addons/web/static/src/xml/base.xml:1240 +#, python-format +msgid "Uploading ..." +msgstr "Učitavanje..." + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1853 +#, python-format +msgid "Name:" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:1058 +#, python-format +msgid "About" +msgstr "O programu" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1431 +#, python-format +msgid "Search Again" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1455 +#, python-format +msgid "-- Filters --" +msgstr "-- Filteri --" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1230 +#: code:addons/web/static/src/xml/base.xml:1232 +#, python-format +msgid "Clear" +msgstr "Očisti" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1680 +#, python-format +msgid "Export all Data" +msgstr "Izvezi sve Podatke" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:1334 +#, python-format +msgid "" +"Grouping on field '%s' is not possible because that field does not appear in " +"the list view." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:537 +#, python-format +msgid "Set Defaults" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1670 +#, python-format +msgid "" +"This wizard will export all data that matches the current search criteria to " +"a CSV file.\n" +" You can export all data or only the fields that can be " +"reimported after modification." +msgstr "" +"Ovaj pomoćni program će izvesti u CSV datoteku sve podatke koji " +"zadovoljavaju postavljene uslove.\n" +" Možete izvesti sve podatke ili samo ona polja koje se mogu " +"ponovno učitati nakon izmena." + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:321 +#, python-format +msgid "The record could not be found in the database." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1472 +#, python-format +msgid "Filter Name:" +msgstr "Naziv Filtera" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:946 +#, python-format +msgid "Type:" +msgstr "Tip:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:538 +#, python-format +msgid "Incorrect super-administrator password" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:942 +#, python-format +msgid "Object:" +msgstr "Objekat:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:292 +#: code:addons/web/static/src/js/chrome.js:326 +#, python-format +msgid "Loading" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/coresetup.js:609 +#, python-format +msgid "about a year ago" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1870 +#: code:addons/web/static/src/js/search.js:1880 +#: code:addons/web/static/src/js/search.js:1914 +#: code:addons/web/static/src/js/search.js:1939 +#, python-format +msgid "is not equal to" +msgstr "nije jednako sa" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:5036 +#, python-format +msgid "" +"The type of the field '%s' must be a many2many field with a relation to " +"'ir.attachment' model." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/coresetup.js:604 +#, python-format +msgid "%d hours ago" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:4206 +#: code:addons/web/static/src/js/view_form.js:4335 +#, python-format +msgid "Add: " +msgstr "Dodaj: " + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1858 +#, python-format +msgid "Quick Add" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1805 +#, python-format +msgid "Latin 1" +msgstr "Latin 1" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:260 +#: code:addons/web/static/src/js/chrome.js:269 +#: code:addons/web/static/src/js/chrome.js:449 +#: code:addons/web/static/src/js/chrome.js:792 +#: code:addons/web/static/src/js/view_form.js:572 +#: code:addons/web/static/src/js/view_form.js:1923 +#: code:addons/web/static/src/xml/base.xml:1752 +#, python-format +msgid "Ok" +msgstr "U redu" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/views.js:1162 +#, python-format +msgid "Uploading..." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:125 +#, python-format +msgid "Load Demonstration data:" +msgstr "Učitaj primere podataka:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:615 +#, python-format +msgid "Created by :" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/dates.js:22 +#: code:addons/web/static/src/js/dates.js:26 +#, python-format +msgid "'%s' is not a valid datetime" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:256 +#, python-format +msgid "File:" +msgstr "Datoteka:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1882 +#: code:addons/web/static/src/js/search.js:1916 +#: code:addons/web/static/src/js/search.js:1941 +#, python-format +msgid "less than" +msgstr "manje od" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:687 +#: code:addons/web/static/src/js/views.js:1097 +#, python-format +msgid "Warning" +msgstr "Upozorenje" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:547 +#, python-format +msgid "Edit SearchView" +msgstr "Uredi PregledPretrage" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1975 +#, python-format +msgid "is true" +msgstr "je tačno" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:3909 +#, python-format +msgid "Add an item" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1603 +#, python-format +msgid "Save current filter" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:1915 +#, python-format +msgid "Confirm" +msgstr "Potvrdi" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/data_export.js:126 +#, python-format +msgid "Please enter save field list name" +msgstr "Molim unesite ime liste za izvoz" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:2206 +#, python-format +msgid "Download \"%s\"" +msgstr "Preuzimanje \"%s\"" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:326 +#, python-format +msgid "New" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:1767 +#, python-format +msgid "Can't convert value %s to context" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/views.js:807 +#: code:addons/web/static/src/xml/base.xml:541 +#, python-format +msgid "Fields View Get" +msgstr "Uzmi Pregled Polja" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:149 +#, python-format +msgid "Confirm password:" +msgstr "Potvrdite lozinku:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1883 +#: code:addons/web/static/src/js/search.js:1917 +#: code:addons/web/static/src/js/search.js:1942 +#, python-format +msgid "greater or equal than" +msgstr "veće ili manje od" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1321 +#, python-format +msgid "Button" +msgstr "Dugme" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:418 +#, python-format +msgid "OpenERP is a trademark of the" +msgstr "OpenERP je trgovački žig u vlasništvu" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/data_export.js:374 +#, python-format +msgid "Please select fields to export..." +msgstr "Odaberite polja za koja treba izvesti" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:286 +#, python-format +msgid "New master password:" +msgstr "Nova glavna lozinka" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1976 +#, python-format +msgid "is false" +msgstr "je netačno" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:404 +#, python-format +msgid "About OpenERP" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/formats.js:297 +#, python-format +msgid "'%s' is not a correct date, datetime nor time" +msgstr "" + +#. module: web +#: code:addons/web/controllers/main.py:1264 +#, python-format +msgid "No content found for field '%s' on '%s:%s'" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:304 +#, python-format +msgid "Database Management" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:5007 +#, python-format +msgid "Image" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:81 +#, python-format +msgid "Manage Databases" +msgstr "Upravljanje bazama podataka" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/pyeval.js:765 +#, python-format +msgid "Evaluation Error" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1283 +#, python-format +msgid "not a valid integer" +msgstr "nije celi broj" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:337 +#: code:addons/web/static/src/xml/base.xml:776 +#: code:addons/web/static/src/xml/base.xml:816 +#: code:addons/web/static/src/xml/base.xml:1376 +#: code:addons/web/static/src/xml/base.xml:1384 +#: code:addons/web/static/src/xml/base.xml:1630 +#, python-format +msgid "or" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1381 +#, python-format +msgid "No" +msgstr "Ne" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/formats.js:309 +#, python-format +msgid "'%s' is not convertible to date, datetime nor time" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:199 +#: code:addons/web/static/src/xml/base.xml:161 +#: code:addons/web/static/src/xml/base.xml:307 +#, python-format +msgid "Duplicate" +msgstr "Udvostruči" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:777 +#: code:addons/web/static/src/xml/base.xml:817 +#: code:addons/web/static/src/xml/base.xml:1391 +#, python-format +msgid "Discard" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1624 +#, python-format +msgid "Add a condition" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/coresetup.js:629 +#, python-format +msgid "Still loading..." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:818 +#, python-format +msgid "Incorrect value for field %(fieldname)s: [%(value)s] is %(message)s" +msgstr "" +"Neispravna vrednost za polje %(fieldname)s: [%(value)s] je %(message)s" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:3805 +#, python-format +msgid "The o2m record must be saved before an action can be used" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:509 +#, python-format +msgid "Backed" +msgstr "Kopirano" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1610 +#, python-format +msgid "Use by default" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:1348 +#, python-format +msgid "%s (%d)" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:775 +#, python-format +msgid "triggered from search view" +msgstr "pokrenuto iz ekrana za pretragu" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:978 +#, python-format +msgid "Filter" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:950 +#, python-format +msgid "Widget:" +msgstr "Widget:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:548 +#, python-format +msgid "Edit Action" +msgstr "Uredi Radnje" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:555 +#, python-format +msgid "ID:" +msgstr "ID:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:870 +#, python-format +msgid "Only you" +msgstr "Samo vi" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:549 +#, python-format +msgid "Edit Workflow" +msgstr "Uredi Tok Rada" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/views.js:1171 +#, python-format +msgid "Do you really want to delete this attachment ?" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/views.js:840 +#, python-format +msgid "Technical Translation" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:938 +#, python-format +msgid "Field:" +msgstr "Polje:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:620 +#, python-format +msgid "Modified by :" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:499 +#, python-format +msgid "The database %s has been dropped" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:460 +#, python-format +msgid "User's timezone" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:284 +#: code:addons/web/static/src/js/chrome.js:1168 +#, python-format +msgid "Client Error" +msgstr "Greška kod klijenta" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/views.js:998 +#, python-format +msgid "Print" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1331 +#, python-format +msgid "Special:" +msgstr "Specijalno:" + +#. module: web +#: code:addons/web/controllers/main.py:834 +#, python-format +msgid "" +"The old password you provided is incorrect, your password was not changed." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:561 +#, python-format +msgid "Creation User:" +msgstr "Kreirao korisnik:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:769 +#, python-format +msgid "Do you really want to delete this record?" +msgstr "Da li zaista želite da izbrišete ovaj zapis?" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1385 +#, python-format +msgid "Save & Close" +msgstr "Sacuvaj & Zatvori" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:2845 +#, python-format +msgid "Search More..." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:75 +#: code:addons/web/static/src/xml/base.xml:311 +#, python-format +msgid "Password" +msgstr "Lozinka" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:546 +#: code:addons/web/static/src/xml/base.xml:809 +#: code:addons/web/static/src/xml/base.xml:1178 +#, python-format +msgid "Edit" +msgstr "Uredi" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1706 +#, python-format +msgid "Remove" +msgstr "Ukloni" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1062 +#, python-format +msgid "Select date" +msgstr "Selektuj datum" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1249 +#, python-format +msgid "Search %(field)s for: %(value)s" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1277 +#, python-format +msgid "Delete this file" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:109 +#, python-format +msgid "Create Database" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:420 +#, python-format +msgid "GNU Affero General Public License" +msgstr "GNU Affero General Public License" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1795 +#, python-format +msgid "Separator:" +msgstr "Separator:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:300 +#, python-format +msgid "Back to Login" +msgstr "Nazad na prijavu" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1662 +#: code:addons/web/static/src/xml/base.xml:1454 +#, python-format +msgid "Filters" +msgstr "Filteri" diff --git a/web/i18n/sv.po b/web/i18n/sv.po new file mode 100644 index 0000000..3b93f1b --- /dev/null +++ b/web/i18n/sv.po @@ -0,0 +1,2610 @@ +# Swedish translation for openerp-web +# Copyright (c) 2012 Rosetta Contributors and Canonical Ltd 2012 +# This file is distributed under the same license as the openerp-web package. +# FIRST AUTHOR , 2012. +# +msgid "" +msgstr "" +"Project-Id-Version: openerp-web\n" +"Report-Msgid-Bugs-To: FULL NAME \n" +"POT-Creation-Date: 2012-12-21 17:06+0000\n" +"PO-Revision-Date: 2012-12-21 23:00+0000\n" +"Last-Translator: Daniel Stenlöv (XCLUDE) \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-12-22 07:38+0000\n" +"X-Generator: Launchpad (build 16378)\n" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:133 +#, python-format +msgid "Default language:" +msgstr "Förvalt språk:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/coresetup.js:602 +#, python-format +msgid "%d minutes ago" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/coresetup.js:630 +#, python-format +msgid "Still loading...
    Please be patient." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1832 +#, python-format +msgid "%(field)s %(operator)s \"%(value)s\"" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1884 +#: code:addons/web/static/src/js/search.js:1918 +#: code:addons/web/static/src/js/search.js:1943 +#, python-format +msgid "less or equal than" +msgstr "mindre eller lika med" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:393 +#, python-format +msgid "Please enter your previous password" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:117 +#: code:addons/web/static/src/xml/base.xml:167 +#: code:addons/web/static/src/xml/base.xml:282 +#, python-format +msgid "Master password:" +msgstr "Huvudlösenord" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:274 +#, python-format +msgid "Change Master Password" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:491 +#, python-format +msgid "Do you really want to delete the database: %s ?" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1398 +#, python-format +msgid "Search %(field)s at: %(value)s" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:537 +#, python-format +msgid "Access Denied" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:5183 +#, python-format +msgid "Uploading error" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/coresetup.js:603 +#, python-format +msgid "about an hour ago" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/controllers/main.py:768 +#: code:addons/web/static/src/js/chrome.js:514 +#: code:addons/web/static/src/xml/base.xml:216 +#, python-format +msgid "Backup Database" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/views.js:463 +#, python-format +msgid "%(view_type)s view" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/dates.js:49 +#: code:addons/web/static/src/js/dates.js:53 +#, python-format +msgid "'%s' is not a valid date" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1837 +#, python-format +msgid "Here is a preview of the file we could not import:" +msgstr "Här är en förhandsgranskning av filen vi inte kunder importera:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/coresetup.js:601 +#, python-format +msgid "about a minute ago" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1297 +#, python-format +msgid "File" +msgstr "" + +#. module: web +#: code:addons/web/controllers/main.py:826 +#, python-format +msgid "You cannot leave any password empty." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:680 +#, python-format +msgid "Invalid username or password" +msgstr "Felaktigt användarnamn eller lösenord" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:206 +#: code:addons/web/static/src/xml/base.xml:238 +#: code:addons/web/static/src/xml/base.xml:260 +#, python-format +msgid "Master Password:" +msgstr "Huvudlösenord:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1217 +#: code:addons/web/static/src/xml/base.xml:1374 +#, python-format +msgid "Select" +msgstr "Välj" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:549 +#, python-format +msgid "Database restored successfully" +msgstr "Databas återställd" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:415 +#, python-format +msgid "Version" +msgstr "Version" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:570 +#, python-format +msgid "Latest Modification Date:" +msgstr "Senaste ändringsdatum:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1459 +#, python-format +msgid "M2O search fields do not currently handle multiple default values" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:1227 +#, python-format +msgid "Widget type '%s' is not implemented" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1608 +#, python-format +msgid "Share with all users" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:77 +#: code:addons/web/static/src/js/view_form.js:321 +#, python-format +msgid "Form" +msgstr "Formulär" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1324 +#, python-format +msgid "(no string)" +msgstr "(ingen sträng)" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/formats.js:282 +#, python-format +msgid "'%s' is not a correct time" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1297 +#, python-format +msgid "not a valid number" +msgstr "inte ett korrekt nummer" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:325 +#, python-format +msgid "New Password:" +msgstr "Nytt lösenord:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:610 +#, python-format +msgid "Attachment :" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1691 +#, python-format +msgid "Fields to export" +msgstr "Fält som skall exporteras" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:1340 +#, python-format +msgid "Undefined" +msgstr "Odefinierad" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:4871 +#, python-format +msgid "File Upload" +msgstr "Filuppladdning" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/coresetup.js:607 +#, python-format +msgid "about a month ago" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1600 +#, python-format +msgid "Custom Filters" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1336 +#, python-format +msgid "Button Type:" +msgstr "Typ av knapp:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:419 +#, python-format +msgid "OpenERP SA Company" +msgstr "OpenERP SA Company" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1553 +#, python-format +msgid "Custom Filter" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:159 +#, python-format +msgid "Duplicate Database" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/controllers/main.py:789 +#: code:addons/web/controllers/main.py:790 +#: code:addons/web/controllers/main.py:826 +#: code:addons/web/controllers/main.py:828 +#: code:addons/web/controllers/main.py:834 +#: code:addons/web/controllers/main.py:835 +#: code:addons/web/static/src/js/chrome.js:768 +#: code:addons/web/static/src/xml/base.xml:276 +#: code:addons/web/static/src/xml/base.xml:336 +#, python-format +msgid "Change Password" +msgstr "Ändra lösenord" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:3411 +#, python-format +msgid "View type '%s' is not supported in One2Many." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:4951 +#: code:addons/web/static/src/js/view_list.js:2194 +#, python-format +msgid "Download" +msgstr "Hämta" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/formats.js:266 +#, python-format +msgid "'%s' is not a correct datetime" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:417 +#, python-format +msgid "Group" +msgstr "Grupp" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:927 +#, python-format +msgid "Unhandled widget" +msgstr "Icke hanterad widget" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:982 +#, python-format +msgid "Selection:" +msgstr "Val:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:871 +#, python-format +msgid "The following fields are invalid:" +msgstr "" + +#. module: web +#: code:addons/web/controllers/main.py:847 +#, python-format +msgid "Languages" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1270 +#, python-format +msgid "...Upload in progress..." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1768 +#, python-format +msgid "Import" +msgstr "Importera" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:543 +#, python-format +msgid "Could not restore the database" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:4851 +#, python-format +msgid "File upload" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:3804 +#, python-format +msgid "Action Button" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:542 +#: code:addons/web/static/src/xml/base.xml:1467 +#, python-format +msgid "Manage Filters" +msgstr "Hantera filter" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1867 +#, python-format +msgid "contains" +msgstr "innehåller" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/coresetup.js:633 +#, python-format +msgid "Take a minute to get a coffee,
    because it's loading..." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:413 +#, python-format +msgid "Activate the developer mode" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:324 +#, python-format +msgid "Loading (%d)" +msgstr "Laddar (%d)" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1114 +#, python-format +msgid "GroupBy" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:687 +#, python-format +msgid "You must select at least one record." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:535 +#, python-format +msgid "View Log (perm_read)" +msgstr "Visa logg (perm_read)" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:1061 +#, python-format +msgid "Set Default" +msgstr "Ställ in standardvärden" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:978 +#, python-format +msgid "Relation:" +msgstr "Relation:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/coresetup.js:600 +#, python-format +msgid "less than a minute ago" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:851 +#, python-format +msgid "Condition:" +msgstr "Tillstånd:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:1692 +#, python-format +msgid "Unsupported operator %s in domain %s" +msgstr "Felaktig operator %s i domän %s" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/formats.js:242 +#, python-format +msgid "'%s' is not a correct float" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:549 +#, python-format +msgid "Restored" +msgstr "Återställd" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:394 +#, python-format +msgid "%d-%d of %d" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:2868 +#, python-format +msgid "Create and Edit..." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/pyeval.js:731 +#, python-format +msgid "Unknown nonliteral type " +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:2346 +#, python-format +msgid "Resource error" +msgstr "Resursfel" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1961 +#, python-format +msgid "is not" +msgstr "är inte" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:550 +#, python-format +msgid "Print Workflow" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:396 +#, python-format +msgid "Please confirm your new password" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1804 +#, python-format +msgid "UTF-8" +msgstr "UTF-8" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:421 +#, python-format +msgid "For more information visit" +msgstr "För mer information besök" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1859 +#, python-format +msgid "Add All Info..." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1683 +#, python-format +msgid "Export Formats" +msgstr "Exportformat" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:974 +#, python-format +msgid "On change:" +msgstr "Vid ändring:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/views.js:865 +#, python-format +msgid "Model %s fields" +msgstr "Modell %s fält" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:893 +#, python-format +msgid "Setting 'id' attribute on existing record %s" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:8 +#, python-format +msgid "List" +msgstr "Lista" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1881 +#: code:addons/web/static/src/js/search.js:1915 +#: code:addons/web/static/src/js/search.js:1940 +#, python-format +msgid "greater than" +msgstr "större än" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:2248 +#: code:addons/web/static/src/xml/base.xml:546 +#, python-format +msgid "View" +msgstr "Vy" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1466 +#, python-format +msgid "Save Filter" +msgstr "Spara filter" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1344 +#, python-format +msgid "Action ID:" +msgstr "Aktivitets ID:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:457 +#, python-format +msgid "Your user's preference timezone does not match your browser timezone:" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:1223 +#, python-format +msgid "Field '%s' specified in view could not be found." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1756 +#, python-format +msgid "Saved exports:" +msgstr "Sparad export:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:320 +#, python-format +msgid "Old Password:" +msgstr "Gammalt lösenord:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/formats.js:113 +#, python-format +msgid "Bytes,Kb,Mb,Gb,Tb,Pb,Eb,Zb,Yb" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:481 +#, python-format +msgid "The database has been duplicated." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1625 +#, python-format +msgid "Apply" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1386 +#, python-format +msgid "Save & New" +msgstr "Spara & ny" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1223 +#: code:addons/web/static/src/xml/base.xml:1225 +#, python-format +msgid "Save As" +msgstr "Spara som" + +#. module: web +#. openerp-web +#: code:addons/web/doc/module/static/src/xml/web_example.xml:3 +#, python-format +msgid "00:00:00" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:2317 +#, python-format +msgid "E-mail error" +msgstr "E-postfel" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/coresetup.js:605 +#, python-format +msgid "a day ago" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1789 +#, python-format +msgid "Does your file have titles?" +msgstr "Har din fil titelrad?" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:327 +#, python-format +msgid "Unlimited" +msgstr "Obegränsad" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:784 +#, python-format +msgid "" +"Warning, the record has been modified, your changes will be discarded.\n" +"\n" +"Are you sure you want to leave this page ?" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:2904 +#, python-format +msgid "Search: " +msgstr "Sök: " + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:544 +#, python-format +msgid "Technical translation" +msgstr "Teknisk översättning" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1797 +#, python-format +msgid "Delimiter:" +msgstr "Avgränsare:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:462 +#, python-format +msgid "Browser's timezone" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1605 +#, python-format +msgid "Filter name" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1464 +#, python-format +msgid "-- Actions --" +msgstr "- åtgärder --" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:4134 +#: code:addons/web/static/src/js/view_form.js:4294 +#: code:addons/web/static/src/xml/base.xml:1407 +#: code:addons/web/static/src/xml/base.xml:1705 +#, python-format +msgid "Add" +msgstr "Lägg till" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:536 +#, python-format +msgid "Toggle Form Layout Outline" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:421 +#, python-format +msgid "OpenERP.com" +msgstr "openerp.com" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:2317 +#, python-format +msgid "Can't send email to invalid e-mail address" +msgstr "Kan inte skicka e-post till felaktig adress" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:636 +#, python-format +msgid "Add..." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:405 +#, python-format +msgid "Preferences" +msgstr "Inställningar" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:436 +#, python-format +msgid "Wrong on change format: %s" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/controllers/main.py:750 +#: code:addons/web/static/src/xml/base.xml:185 +#, python-format +msgid "Drop Database" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:466 +#, python-format +msgid "Click here to change your user's timezone." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:966 +#, python-format +msgid "Modifiers:" +msgstr "Modifierare:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:627 +#, python-format +msgid "Delete this attachment" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:774 +#: code:addons/web/static/src/xml/base.xml:815 +#: code:addons/web/static/src/xml/base.xml:1382 +#: code:addons/web/static/src/xml/base.xml:1612 +#, python-format +msgid "Save" +msgstr "Spara" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/views.js:999 +#: code:addons/web/static/src/xml/base.xml:352 +#, python-format +msgid "More" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:73 +#, python-format +msgid "Username" +msgstr "Användarnamn" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:481 +#, python-format +msgid "Duplicating database" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:563 +#, python-format +msgid "Password has been changed successfully" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list_editable.js:788 +#, python-format +msgid "The form's data can not be discarded" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:533 +#, python-format +msgid "Debug View#" +msgstr "Debug Vy#" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:77 +#, python-format +msgid "Log in" +msgstr "Logga in" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:198 +#: code:addons/web/static/src/js/view_list.js:346 +#: code:addons/web/static/src/xml/base.xml:1764 +#, python-format +msgid "Delete" +msgstr "Radera" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/pyeval.js:769 +#, python-format +msgid "" +"Local evaluation failure\n" +"%s\n" +"\n" +"%s" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:350 +#, python-format +msgid "Invalid database name" +msgstr "Felaktigt databasnamn" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1693 +#, python-format +msgid "Save fields list" +msgstr "Spara fältlista" + +#. module: web +#. openerp-web +#: code:addons/web/doc/module/static/src/xml/web_example.xml:5 +#, python-format +msgid "Start" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/views.js:823 +#, python-format +msgid "View Log (%s)" +msgstr "Visa logg (%s)" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:564 +#, python-format +msgid "Creation Date:" +msgstr "Datum skapad:" + +#. module: web +#: code:addons/web/controllers/main.py:790 +#: code:addons/web/controllers/main.py:835 +#, python-format +msgid "Error, password not changed !" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:4850 +#, python-format +msgid "The selected file exceed the maximum file size of %s." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:632 +#: code:addons/web/static/src/xml/base.xml:1300 +#, python-format +msgid "/web/binary/upload_attachment" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:563 +#, python-format +msgid "Changed Password" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1431 +#, python-format +msgid "Search" +msgstr "Sök" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:3032 +#: code:addons/web/static/src/js/view_form.js:3668 +#: code:addons/web/static/src/js/view_form.js:3785 +#: code:addons/web/static/src/js/view_form.js:4230 +#: code:addons/web/static/src/js/view_form.js:4353 +#, python-format +msgid "Open: " +msgstr "Öppna: " + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:218 +#: code:addons/web/static/src/xml/base.xml:309 +#, python-format +msgid "Backup" +msgstr "Säkerhetskopia" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/dates.js:76 +#: code:addons/web/static/src/js/dates.js:80 +#, python-format +msgid "'%s' is not a valid time" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/formats.js:274 +#, python-format +msgid "'%s' is not a correct date" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:933 +#, python-format +msgid "(nolabel)" +msgstr "(ingen rubrik)" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/coresetup.js:606 +#, python-format +msgid "%d days ago" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1474 +#, python-format +msgid "(Any existing filter with the same name will be replaced)" +msgstr "(alla filter med samma namn ersätts)" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:1918 +#: code:addons/web/static/src/xml/base.xml:338 +#: code:addons/web/static/src/xml/base.xml:1377 +#: code:addons/web/static/src/xml/base.xml:1860 +#, python-format +msgid "Cancel" +msgstr "Avbryt" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/coresetup.js:628 +#: code:addons/web/static/src/xml/base.xml:9 +#, python-format +msgid "Loading..." +msgstr "Laddar..." + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:567 +#, python-format +msgid "Latest Modification by:" +msgstr "Senast ändrad av:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:1242 +#: code:addons/web/static/src/xml/base.xml:470 +#, python-format +msgid "Timezone mismatch" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:1646 +#, python-format +msgid "Unknown operator %s in domain %s" +msgstr "Okänd operator %s i domän %s" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:428 +#, python-format +msgid "%d / %d" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1782 +#, python-format +msgid "2. Check your file format" +msgstr "2. Kontrollera ditt filformat" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1718 +#, python-format +msgid "Name" +msgstr "Namn" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1775 +#, python-format +msgid "" +"Select a .CSV file to import. If you need a sample of file to import,\n" +" you should use the export tool with the \"Import Compatible\" option." +msgstr "" +"Välj en CSV-fil som ska importeras. Om du behöver ett prov av filen för att " +"importera,\n" +" kan du först exportera en, ange då \"Importkompatibel\"-alternativet." + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/coresetup.js:608 +#, python-format +msgid "%d months ago" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:187 +#: code:addons/web/static/src/xml/base.xml:308 +#, python-format +msgid "Drop" +msgstr "Makulera" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1465 +#, python-format +msgid "Add Advanced Filter" +msgstr "Lägg till avancerat filter" + +#. module: web +#: code:addons/web/controllers/main.py:828 +#, python-format +msgid "The new password and its confirmation must be identical." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:542 +#: code:addons/web/static/src/xml/base.xml:248 +#, python-format +msgid "Restore Database" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:644 +#, python-format +msgid "Login" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:420 +#, python-format +msgid "Licenced under the terms of" +msgstr "Licensierad med" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:250 +#: code:addons/web/static/src/xml/base.xml:310 +#, python-format +msgid "Restore" +msgstr "Återställ" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1677 +#, python-format +msgid "Export Type:" +msgstr "Exporttyp:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:406 +#, python-format +msgid "Log out" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1090 +#, python-format +msgid "Group by: %s" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:153 +#, python-format +msgid "No data provided." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:345 +#: code:addons/web/static/src/xml/base.xml:1665 +#, python-format +msgid "Export" +msgstr "Exportera" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/data_export.js:12 +#, python-format +msgid "Export To File" +msgstr "Exportera till fil" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/views.js:1097 +#, python-format +msgid "You must choose at least one record." +msgstr "Du måste välja minst en post." + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/coresetup.js:631 +#, python-format +msgid "Don't leave yet,
    it's still loading..." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:775 +#, python-format +msgid "Invalid Search" +msgstr "Felaktig sökning" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:980 +#, python-format +msgid "Could not find id in dataset" +msgstr "Id saknas i datasättet" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1707 +#, python-format +msgid "Remove All" +msgstr "Ta bort alla" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1340 +#, python-format +msgid "Method:" +msgstr "Metod:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:1439 +#, python-format +msgid "%(page)d/%(page_count)d" +msgstr "%(page)d/%(page_count)d" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:397 +#, python-format +msgid "The confirmation does not match the password" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:441 +#, python-format +msgid "Edit Company data" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:4886 +#, python-format +msgid "Save As..." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:5007 +#, python-format +msgid "Could not display the selected image." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:509 +#, python-format +msgid "Database backed up successfully" +msgstr "Databas säkerhetskopierad." + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1808 +#, python-format +msgid "" +"For use if CSV files have titles on multiple lines, skips more than a single " +"line during import" +msgstr "" +"Använd då CSV-filer flera titelrader som skall hoppas över vid import" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:394 +#, python-format +msgid "99+" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1774 +#, python-format +msgid "1. Import a .CSV file" +msgstr "1. Importera en .CSV-fil" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:644 +#, python-format +msgid "No database selected !" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/formats.js:180 +#, python-format +msgid "(%d records)" +msgstr "(%d poster)" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:970 +#, python-format +msgid "Change default:" +msgstr "Byt standardvärde:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:171 +#, python-format +msgid "Original database name:" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1869 +#: code:addons/web/static/src/js/search.js:1879 +#: code:addons/web/static/src/js/search.js:1913 +#: code:addons/web/static/src/js/search.js:1938 +#, python-format +msgid "is equal to" +msgstr "är lika med" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/views.js:1500 +#, python-format +msgid "Could not serialize XML" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1619 +#, python-format +msgid "Advanced Search" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:290 +#, python-format +msgid "Confirm new master password:" +msgstr "Bekräfta nytt huvudlösenord:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/coresetup.js:634 +#, python-format +msgid "Maybe you should consider reloading the application by pressing F5..." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:17 +#: code:addons/web/static/src/js/view_list.js:2248 +#: code:addons/web/static/src/xml/base.xml:111 +#: code:addons/web/static/src/xml/base.xml:306 +#: code:addons/web/static/src/xml/base.xml:812 +#: code:addons/web/static/src/xml/base.xml:1376 +#, python-format +msgid "Create" +msgstr "Skapa" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1868 +#, python-format +msgid "doesn't contain" +msgstr "innehåller inte" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1785 +#, python-format +msgid "Import Options" +msgstr "Importalternativ" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:2936 +#, python-format +msgid "Add %s" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:145 +#, python-format +msgid "Admin password:" +msgstr "Administratörslösenord:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/data_export.js:11 +#: code:addons/web/static/src/js/view_form.js:1067 +#: code:addons/web/static/src/xml/base.xml:1394 +#, python-format +msgid "Close" +msgstr "Stäng" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/coresetup.js:632 +#, python-format +msgid "" +"You may not believe it,
    but the application is actually loading..." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1779 +#, python-format +msgid "CSV File:" +msgstr "CSV Fil:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1741 +#, python-format +msgid "Advanced" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_tree.js:11 +#, python-format +msgid "Tree" +msgstr "Träd" + +#. module: web +#: code:addons/web/controllers/main.py:750 +#, python-format +msgid "Could not drop database !" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/formats.js:227 +#, python-format +msgid "'%s' is not a correct integer" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:877 +#, python-format +msgid "All users" +msgstr "Alla användare" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:1654 +#, python-format +msgid "Unknown field %s in domain %s" +msgstr "Okänt fält %s i domän %s" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/views.js:1466 +#, python-format +msgid "Node [%s] is not a JSONified XML node" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1428 +#, python-format +msgid "Advanced Search..." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:499 +#, python-format +msgid "Dropping database" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:82 +#: code:addons/web/static/src/xml/base.xml:445 +#, python-format +msgid "Powered by" +msgstr "Drivs med" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1380 +#: code:addons/web/static/src/xml/base.xml:970 +#, python-format +msgid "Yes" +msgstr "Ja" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:4871 +#, python-format +msgid "There was a problem while uploading your file" +msgstr "Det uppstod ett fel vid filuppladdningen" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:558 +#, python-format +msgid "XML ID:" +msgstr "XML ID:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:954 +#, python-format +msgid "Size:" +msgstr "Storlek:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1824 +#, python-format +msgid "--- Don't Import ---" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1679 +#, python-format +msgid "Import-Compatible Export" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/coresetup.js:610 +#, python-format +msgid "%d years ago" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:1040 +#, python-format +msgid "Unknown m2m command %s" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:1068 +#, python-format +msgid "Save default" +msgstr "Spara standardvärden" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:121 +#: code:addons/web/static/src/xml/base.xml:175 +#: code:addons/web/static/src/xml/base.xml:264 +#, python-format +msgid "New database name:" +msgstr "Nytt databasnamn:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:394 +#, python-format +msgid "Please enter your new password" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:4886 +#, python-format +msgid "The field is empty, there's nothing to save !" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:545 +#, python-format +msgid "Manage Views" +msgstr "Hantera vyer" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1801 +#, python-format +msgid "Encoding:" +msgstr "Teckenkodning:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1808 +#, python-format +msgid "Lines to skip" +msgstr "Rader att hoppa över" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:2858 +#, python-format +msgid "Create \"%s\"" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/data_export.js:361 +#, python-format +msgid "Please select fields to save export list..." +msgstr "Vänligen välj fält att exportera som lista..." + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:418 +#, python-format +msgid "Copyright © 2004-TODAY OpenERP SA. All Rights Reserved." +msgstr "Copyright © 2004-idag OpenERP SA. All Rights Reserved." + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:2346 +#, python-format +msgid "This resource is empty" +msgstr "Denna resurs är tom" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1689 +#, python-format +msgid "Available fields" +msgstr "Tillgängliga fält" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1835 +#, python-format +msgid "The import failed due to:" +msgstr "Importern misslyckades på grund av:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/views.js:812 +#: code:addons/web/static/src/xml/base.xml:539 +#, python-format +msgid "JS Tests" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1750 +#, python-format +msgid "Save as:" +msgstr "Spara som:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:927 +#, python-format +msgid "Filter on: %s" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:2904 +#: code:addons/web/static/src/js/view_form.js:3757 +#, python-format +msgid "Create: " +msgstr "Skapa: " + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:540 +#, python-format +msgid "View Fields" +msgstr "Visa fält" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:330 +#, python-format +msgid "Confirm New Password:" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:575 +#, python-format +msgid "Do you really want to remove these records?" +msgstr "Vill du verkligen radera dessa poster?" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:958 +#, python-format +msgid "Context:" +msgstr "Sammanhang:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1933 +#: code:addons/web/static/src/js/search.js:1960 +#, python-format +msgid "is" +msgstr "är" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/data_export.js:6 +#, python-format +msgid "Export Data" +msgstr "Exportera data" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:962 +#, python-format +msgid "Domain:" +msgstr "Domän:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:834 +#, python-format +msgid "Default:" +msgstr "Förvalt:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:82 +#: code:addons/web/static/src/xml/base.xml:446 +#, python-format +msgid "OpenERP" +msgstr "OpenERP" + +#. module: web +#. openerp-web +#: code:addons/web/doc/module/static/src/xml/web_example.xml:8 +#, python-format +msgid "Stop" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:68 +#: code:addons/web/static/src/xml/base.xml:193 +#: code:addons/web/static/src/xml/base.xml:225 +#, python-format +msgid "Database:" +msgstr "Databas:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1183 +#: code:addons/web/static/src/xml/base.xml:1240 +#, python-format +msgid "Uploading ..." +msgstr "Laddar upp..." + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1853 +#, python-format +msgid "Name:" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:1058 +#, python-format +msgid "About" +msgstr "Om" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1431 +#, python-format +msgid "Search Again" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1455 +#, python-format +msgid "-- Filters --" +msgstr "-- filter --" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1230 +#: code:addons/web/static/src/xml/base.xml:1232 +#, python-format +msgid "Clear" +msgstr "Töm" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1680 +#, python-format +msgid "Export all Data" +msgstr "Exportera all data" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:1334 +#, python-format +msgid "" +"Grouping on field '%s' is not possible because that field does not appear in " +"the list view." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:537 +#, python-format +msgid "Set Defaults" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1670 +#, python-format +msgid "" +"This wizard will export all data that matches the current search criteria to " +"a CSV file.\n" +" You can export all data or only the fields that can be " +"reimported after modification." +msgstr "" +"Den här guiden kommer att exportera alla data som matchar de aktuella " +"sökkriterierna till en CSV-fil.\n" +" Du kan exportera alla data eller endast de fält som kan " +"återimporteras efter modifiering." + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:321 +#, python-format +msgid "The record could not be found in the database." +msgstr "Posten saknas i databasen." + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1472 +#, python-format +msgid "Filter Name:" +msgstr "Filternamn:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:946 +#, python-format +msgid "Type:" +msgstr "Typ:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:538 +#, python-format +msgid "Incorrect super-administrator password" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:942 +#, python-format +msgid "Object:" +msgstr "Objekt:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:292 +#: code:addons/web/static/src/js/chrome.js:326 +#, python-format +msgid "Loading" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/coresetup.js:609 +#, python-format +msgid "about a year ago" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1870 +#: code:addons/web/static/src/js/search.js:1880 +#: code:addons/web/static/src/js/search.js:1914 +#: code:addons/web/static/src/js/search.js:1939 +#, python-format +msgid "is not equal to" +msgstr "är inte lika med" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:5036 +#, python-format +msgid "" +"The type of the field '%s' must be a many2many field with a relation to " +"'ir.attachment' model." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/coresetup.js:604 +#, python-format +msgid "%d hours ago" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:4206 +#: code:addons/web/static/src/js/view_form.js:4335 +#, python-format +msgid "Add: " +msgstr "Lägg till: " + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1858 +#, python-format +msgid "Quick Add" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1805 +#, python-format +msgid "Latin 1" +msgstr "Latin 1" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:260 +#: code:addons/web/static/src/js/chrome.js:269 +#: code:addons/web/static/src/js/chrome.js:449 +#: code:addons/web/static/src/js/chrome.js:792 +#: code:addons/web/static/src/js/view_form.js:572 +#: code:addons/web/static/src/js/view_form.js:1923 +#: code:addons/web/static/src/xml/base.xml:1752 +#, python-format +msgid "Ok" +msgstr "Ok" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/views.js:1162 +#, python-format +msgid "Uploading..." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:125 +#, python-format +msgid "Load Demonstration data:" +msgstr "Ladda demodata:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:615 +#, python-format +msgid "Created by :" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/dates.js:22 +#: code:addons/web/static/src/js/dates.js:26 +#, python-format +msgid "'%s' is not a valid datetime" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:256 +#, python-format +msgid "File:" +msgstr "Fil:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1882 +#: code:addons/web/static/src/js/search.js:1916 +#: code:addons/web/static/src/js/search.js:1941 +#, python-format +msgid "less than" +msgstr "mindre än" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:687 +#: code:addons/web/static/src/js/views.js:1097 +#, python-format +msgid "Warning" +msgstr "Varning" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:547 +#, python-format +msgid "Edit SearchView" +msgstr "Ändra sökvy" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1975 +#, python-format +msgid "is true" +msgstr "är sann" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:3909 +#, python-format +msgid "Add an item" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1603 +#, python-format +msgid "Save current filter" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:1915 +#, python-format +msgid "Confirm" +msgstr "Bekräfta" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/data_export.js:126 +#, python-format +msgid "Please enter save field list name" +msgstr "Vänligen namnge fältlistan" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:2206 +#, python-format +msgid "Download \"%s\"" +msgstr "Hämta \"%s\"" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:326 +#, python-format +msgid "New" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:1767 +#, python-format +msgid "Can't convert value %s to context" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/views.js:807 +#: code:addons/web/static/src/xml/base.xml:541 +#, python-format +msgid "Fields View Get" +msgstr "Fält för visningsvy" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:149 +#, python-format +msgid "Confirm password:" +msgstr "Upprepa lösenord:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1883 +#: code:addons/web/static/src/js/search.js:1917 +#: code:addons/web/static/src/js/search.js:1942 +#, python-format +msgid "greater or equal than" +msgstr "större eller lika med" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1321 +#, python-format +msgid "Button" +msgstr "Knapp" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:418 +#, python-format +msgid "OpenERP is a trademark of the" +msgstr "OpenERP är ett registrerat varumärke av" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/data_export.js:374 +#, python-format +msgid "Please select fields to export..." +msgstr "Vänligen välj fält att exportera..." + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:286 +#, python-format +msgid "New master password:" +msgstr "Nytt huvudlösenord:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1976 +#, python-format +msgid "is false" +msgstr "är falsk" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:404 +#, python-format +msgid "About OpenERP" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/formats.js:297 +#, python-format +msgid "'%s' is not a correct date, datetime nor time" +msgstr "" + +#. module: web +#: code:addons/web/controllers/main.py:1264 +#, python-format +msgid "No content found for field '%s' on '%s:%s'" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:304 +#, python-format +msgid "Database Management" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:5007 +#, python-format +msgid "Image" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:81 +#, python-format +msgid "Manage Databases" +msgstr "Administrera databaser" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/pyeval.js:765 +#, python-format +msgid "Evaluation Error" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1283 +#, python-format +msgid "not a valid integer" +msgstr "inte ett korrekt heltal" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:337 +#: code:addons/web/static/src/xml/base.xml:776 +#: code:addons/web/static/src/xml/base.xml:816 +#: code:addons/web/static/src/xml/base.xml:1376 +#: code:addons/web/static/src/xml/base.xml:1384 +#: code:addons/web/static/src/xml/base.xml:1630 +#, python-format +msgid "or" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1381 +#, python-format +msgid "No" +msgstr "Nej" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/formats.js:309 +#, python-format +msgid "'%s' is not convertible to date, datetime nor time" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:199 +#: code:addons/web/static/src/xml/base.xml:161 +#: code:addons/web/static/src/xml/base.xml:307 +#, python-format +msgid "Duplicate" +msgstr "Duplicera" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:777 +#: code:addons/web/static/src/xml/base.xml:817 +#: code:addons/web/static/src/xml/base.xml:1391 +#, python-format +msgid "Discard" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1624 +#, python-format +msgid "Add a condition" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/coresetup.js:629 +#, python-format +msgid "Still loading..." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:818 +#, python-format +msgid "Incorrect value for field %(fieldname)s: [%(value)s] is %(message)s" +msgstr "Felaktigt värde för fält %(fieldname)s: [%(value)s] är %(message)s" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:3805 +#, python-format +msgid "The o2m record must be saved before an action can be used" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:509 +#, python-format +msgid "Backed" +msgstr "Säkerhetskopierad" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1610 +#, python-format +msgid "Use by default" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:1348 +#, python-format +msgid "%s (%d)" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:775 +#, python-format +msgid "triggered from search view" +msgstr "aktiverad från sökvyn" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:978 +#, python-format +msgid "Filter" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:950 +#, python-format +msgid "Widget:" +msgstr "Grafisk komponent:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:548 +#, python-format +msgid "Edit Action" +msgstr "Redigera åtgärd" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:555 +#, python-format +msgid "ID:" +msgstr "ID:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:870 +#, python-format +msgid "Only you" +msgstr "Bara du" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:549 +#, python-format +msgid "Edit Workflow" +msgstr "Ändra arbetsflöde" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/views.js:1171 +#, python-format +msgid "Do you really want to delete this attachment ?" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/views.js:840 +#, python-format +msgid "Technical Translation" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:938 +#, python-format +msgid "Field:" +msgstr "Fält:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:620 +#, python-format +msgid "Modified by :" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:499 +#, python-format +msgid "The database %s has been dropped" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:460 +#, python-format +msgid "User's timezone" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:284 +#: code:addons/web/static/src/js/chrome.js:1168 +#, python-format +msgid "Client Error" +msgstr "Klientfel" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/views.js:998 +#, python-format +msgid "Print" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1331 +#, python-format +msgid "Special:" +msgstr "Special:" + +#. module: web +#: code:addons/web/controllers/main.py:834 +#, python-format +msgid "" +"The old password you provided is incorrect, your password was not changed." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:561 +#, python-format +msgid "Creation User:" +msgstr "Skapa Användare:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:769 +#, python-format +msgid "Do you really want to delete this record?" +msgstr "Vill du radera denna post?" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1385 +#, python-format +msgid "Save & Close" +msgstr "Spara och stäng" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:2845 +#, python-format +msgid "Search More..." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:75 +#: code:addons/web/static/src/xml/base.xml:311 +#, python-format +msgid "Password" +msgstr "Lösenord:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:546 +#: code:addons/web/static/src/xml/base.xml:809 +#: code:addons/web/static/src/xml/base.xml:1178 +#, python-format +msgid "Edit" +msgstr "Ändra" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1706 +#, python-format +msgid "Remove" +msgstr "Radera" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1062 +#, python-format +msgid "Select date" +msgstr "Välj datum" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1249 +#, python-format +msgid "Search %(field)s for: %(value)s" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1277 +#, python-format +msgid "Delete this file" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:109 +#, python-format +msgid "Create Database" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:420 +#, python-format +msgid "GNU Affero General Public License" +msgstr "GNU Affero General Public License" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1795 +#, python-format +msgid "Separator:" +msgstr "Avskiljare:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:300 +#, python-format +msgid "Back to Login" +msgstr "Tillbaka till inloggningsrutan" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1662 +#: code:addons/web/static/src/xml/base.xml:1454 +#, python-format +msgid "Filters" +msgstr "Filter" diff --git a/web/i18n/th.po b/web/i18n/th.po new file mode 100644 index 0000000..a0aac9f --- /dev/null +++ b/web/i18n/th.po @@ -0,0 +1,2602 @@ +# Thai translation for openerp-web +# Copyright (c) 2012 Rosetta Contributors and Canonical Ltd 2012 +# This file is distributed under the same license as the openerp-web package. +# FIRST AUTHOR , 2012. +# +msgid "" +msgstr "" +"Project-Id-Version: openerp-web\n" +"Report-Msgid-Bugs-To: FULL NAME \n" +"POT-Creation-Date: 2012-12-21 17:06+0000\n" +"PO-Revision-Date: 2012-12-21 23:00+0000\n" +"Last-Translator: FULL NAME \n" +"Language-Team: Thai \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Launchpad-Export-Date: 2012-12-22 07:38+0000\n" +"X-Generator: Launchpad (build 16378)\n" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:133 +#, python-format +msgid "Default language:" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/coresetup.js:602 +#, python-format +msgid "%d minutes ago" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/coresetup.js:630 +#, python-format +msgid "Still loading...
    Please be patient." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1832 +#, python-format +msgid "%(field)s %(operator)s \"%(value)s\"" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1884 +#: code:addons/web/static/src/js/search.js:1918 +#: code:addons/web/static/src/js/search.js:1943 +#, python-format +msgid "less or equal than" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:393 +#, python-format +msgid "Please enter your previous password" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:117 +#: code:addons/web/static/src/xml/base.xml:167 +#: code:addons/web/static/src/xml/base.xml:282 +#, python-format +msgid "Master password:" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:274 +#, python-format +msgid "Change Master Password" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:491 +#, python-format +msgid "Do you really want to delete the database: %s ?" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1398 +#, python-format +msgid "Search %(field)s at: %(value)s" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:537 +#, python-format +msgid "Access Denied" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:5183 +#, python-format +msgid "Uploading error" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/coresetup.js:603 +#, python-format +msgid "about an hour ago" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/controllers/main.py:768 +#: code:addons/web/static/src/js/chrome.js:514 +#: code:addons/web/static/src/xml/base.xml:216 +#, python-format +msgid "Backup Database" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/views.js:463 +#, python-format +msgid "%(view_type)s view" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/dates.js:49 +#: code:addons/web/static/src/js/dates.js:53 +#, python-format +msgid "'%s' is not a valid date" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1837 +#, python-format +msgid "Here is a preview of the file we could not import:" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/coresetup.js:601 +#, python-format +msgid "about a minute ago" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1297 +#, python-format +msgid "File" +msgstr "" + +#. module: web +#: code:addons/web/controllers/main.py:826 +#, python-format +msgid "You cannot leave any password empty." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:680 +#, python-format +msgid "Invalid username or password" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:206 +#: code:addons/web/static/src/xml/base.xml:238 +#: code:addons/web/static/src/xml/base.xml:260 +#, python-format +msgid "Master Password:" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1217 +#: code:addons/web/static/src/xml/base.xml:1374 +#, python-format +msgid "Select" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:549 +#, python-format +msgid "Database restored successfully" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:415 +#, python-format +msgid "Version" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:570 +#, python-format +msgid "Latest Modification Date:" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1459 +#, python-format +msgid "M2O search fields do not currently handle multiple default values" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:1227 +#, python-format +msgid "Widget type '%s' is not implemented" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1608 +#, python-format +msgid "Share with all users" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:77 +#: code:addons/web/static/src/js/view_form.js:321 +#, python-format +msgid "Form" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1324 +#, python-format +msgid "(no string)" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/formats.js:282 +#, python-format +msgid "'%s' is not a correct time" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1297 +#, python-format +msgid "not a valid number" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:325 +#, python-format +msgid "New Password:" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:610 +#, python-format +msgid "Attachment :" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1691 +#, python-format +msgid "Fields to export" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:1340 +#, python-format +msgid "Undefined" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:4871 +#, python-format +msgid "File Upload" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/coresetup.js:607 +#, python-format +msgid "about a month ago" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1600 +#, python-format +msgid "Custom Filters" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1336 +#, python-format +msgid "Button Type:" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:419 +#, python-format +msgid "OpenERP SA Company" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1553 +#, python-format +msgid "Custom Filter" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:159 +#, python-format +msgid "Duplicate Database" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/controllers/main.py:789 +#: code:addons/web/controllers/main.py:790 +#: code:addons/web/controllers/main.py:826 +#: code:addons/web/controllers/main.py:828 +#: code:addons/web/controllers/main.py:834 +#: code:addons/web/controllers/main.py:835 +#: code:addons/web/static/src/js/chrome.js:768 +#: code:addons/web/static/src/xml/base.xml:276 +#: code:addons/web/static/src/xml/base.xml:336 +#, python-format +msgid "Change Password" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:3411 +#, python-format +msgid "View type '%s' is not supported in One2Many." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:4951 +#: code:addons/web/static/src/js/view_list.js:2194 +#, python-format +msgid "Download" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/formats.js:266 +#, python-format +msgid "'%s' is not a correct datetime" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:417 +#, python-format +msgid "Group" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:927 +#, python-format +msgid "Unhandled widget" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:982 +#, python-format +msgid "Selection:" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:871 +#, python-format +msgid "The following fields are invalid:" +msgstr "" + +#. module: web +#: code:addons/web/controllers/main.py:847 +#, python-format +msgid "Languages" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1270 +#, python-format +msgid "...Upload in progress..." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1768 +#, python-format +msgid "Import" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:543 +#, python-format +msgid "Could not restore the database" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:4851 +#, python-format +msgid "File upload" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:3804 +#, python-format +msgid "Action Button" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:542 +#: code:addons/web/static/src/xml/base.xml:1467 +#, python-format +msgid "Manage Filters" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1867 +#, python-format +msgid "contains" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/coresetup.js:633 +#, python-format +msgid "Take a minute to get a coffee,
    because it's loading..." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:413 +#, python-format +msgid "Activate the developer mode" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:324 +#, python-format +msgid "Loading (%d)" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1114 +#, python-format +msgid "GroupBy" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:687 +#, python-format +msgid "You must select at least one record." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:535 +#, python-format +msgid "View Log (perm_read)" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:1061 +#, python-format +msgid "Set Default" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:978 +#, python-format +msgid "Relation:" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/coresetup.js:600 +#, python-format +msgid "less than a minute ago" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:851 +#, python-format +msgid "Condition:" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:1692 +#, python-format +msgid "Unsupported operator %s in domain %s" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/formats.js:242 +#, python-format +msgid "'%s' is not a correct float" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:549 +#, python-format +msgid "Restored" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:394 +#, python-format +msgid "%d-%d of %d" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:2868 +#, python-format +msgid "Create and Edit..." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/pyeval.js:731 +#, python-format +msgid "Unknown nonliteral type " +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:2346 +#, python-format +msgid "Resource error" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1961 +#, python-format +msgid "is not" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:550 +#, python-format +msgid "Print Workflow" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:396 +#, python-format +msgid "Please confirm your new password" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1804 +#, python-format +msgid "UTF-8" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:421 +#, python-format +msgid "For more information visit" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1859 +#, python-format +msgid "Add All Info..." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1683 +#, python-format +msgid "Export Formats" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:974 +#, python-format +msgid "On change:" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/views.js:865 +#, python-format +msgid "Model %s fields" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:893 +#, python-format +msgid "Setting 'id' attribute on existing record %s" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:8 +#, python-format +msgid "List" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1881 +#: code:addons/web/static/src/js/search.js:1915 +#: code:addons/web/static/src/js/search.js:1940 +#, python-format +msgid "greater than" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:2248 +#: code:addons/web/static/src/xml/base.xml:546 +#, python-format +msgid "View" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1466 +#, python-format +msgid "Save Filter" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1344 +#, python-format +msgid "Action ID:" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:457 +#, python-format +msgid "Your user's preference timezone does not match your browser timezone:" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:1223 +#, python-format +msgid "Field '%s' specified in view could not be found." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1756 +#, python-format +msgid "Saved exports:" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:320 +#, python-format +msgid "Old Password:" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/formats.js:113 +#, python-format +msgid "Bytes,Kb,Mb,Gb,Tb,Pb,Eb,Zb,Yb" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:481 +#, python-format +msgid "The database has been duplicated." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1625 +#, python-format +msgid "Apply" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1386 +#, python-format +msgid "Save & New" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1223 +#: code:addons/web/static/src/xml/base.xml:1225 +#, python-format +msgid "Save As" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/doc/module/static/src/xml/web_example.xml:3 +#, python-format +msgid "00:00:00" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:2317 +#, python-format +msgid "E-mail error" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/coresetup.js:605 +#, python-format +msgid "a day ago" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1789 +#, python-format +msgid "Does your file have titles?" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:327 +#, python-format +msgid "Unlimited" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:784 +#, python-format +msgid "" +"Warning, the record has been modified, your changes will be discarded.\n" +"\n" +"Are you sure you want to leave this page ?" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:2904 +#, python-format +msgid "Search: " +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:544 +#, python-format +msgid "Technical translation" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1797 +#, python-format +msgid "Delimiter:" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:462 +#, python-format +msgid "Browser's timezone" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1605 +#, python-format +msgid "Filter name" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1464 +#, python-format +msgid "-- Actions --" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:4134 +#: code:addons/web/static/src/js/view_form.js:4294 +#: code:addons/web/static/src/xml/base.xml:1407 +#: code:addons/web/static/src/xml/base.xml:1705 +#, python-format +msgid "Add" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:536 +#, python-format +msgid "Toggle Form Layout Outline" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:421 +#, python-format +msgid "OpenERP.com" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:2317 +#, python-format +msgid "Can't send email to invalid e-mail address" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:636 +#, python-format +msgid "Add..." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:405 +#, python-format +msgid "Preferences" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:436 +#, python-format +msgid "Wrong on change format: %s" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/controllers/main.py:750 +#: code:addons/web/static/src/xml/base.xml:185 +#, python-format +msgid "Drop Database" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:466 +#, python-format +msgid "Click here to change your user's timezone." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:966 +#, python-format +msgid "Modifiers:" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:627 +#, python-format +msgid "Delete this attachment" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:774 +#: code:addons/web/static/src/xml/base.xml:815 +#: code:addons/web/static/src/xml/base.xml:1382 +#: code:addons/web/static/src/xml/base.xml:1612 +#, python-format +msgid "Save" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/views.js:999 +#: code:addons/web/static/src/xml/base.xml:352 +#, python-format +msgid "More" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:73 +#, python-format +msgid "Username" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:481 +#, python-format +msgid "Duplicating database" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:563 +#, python-format +msgid "Password has been changed successfully" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list_editable.js:788 +#, python-format +msgid "The form's data can not be discarded" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:533 +#, python-format +msgid "Debug View#" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:77 +#, python-format +msgid "Log in" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:198 +#: code:addons/web/static/src/js/view_list.js:346 +#: code:addons/web/static/src/xml/base.xml:1764 +#, python-format +msgid "Delete" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/pyeval.js:769 +#, python-format +msgid "" +"Local evaluation failure\n" +"%s\n" +"\n" +"%s" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:350 +#, python-format +msgid "Invalid database name" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1693 +#, python-format +msgid "Save fields list" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/doc/module/static/src/xml/web_example.xml:5 +#, python-format +msgid "Start" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/views.js:823 +#, python-format +msgid "View Log (%s)" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:564 +#, python-format +msgid "Creation Date:" +msgstr "" + +#. module: web +#: code:addons/web/controllers/main.py:790 +#: code:addons/web/controllers/main.py:835 +#, python-format +msgid "Error, password not changed !" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:4850 +#, python-format +msgid "The selected file exceed the maximum file size of %s." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:632 +#: code:addons/web/static/src/xml/base.xml:1300 +#, python-format +msgid "/web/binary/upload_attachment" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:563 +#, python-format +msgid "Changed Password" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1431 +#, python-format +msgid "Search" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:3032 +#: code:addons/web/static/src/js/view_form.js:3668 +#: code:addons/web/static/src/js/view_form.js:3785 +#: code:addons/web/static/src/js/view_form.js:4230 +#: code:addons/web/static/src/js/view_form.js:4353 +#, python-format +msgid "Open: " +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:218 +#: code:addons/web/static/src/xml/base.xml:309 +#, python-format +msgid "Backup" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/dates.js:76 +#: code:addons/web/static/src/js/dates.js:80 +#, python-format +msgid "'%s' is not a valid time" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/formats.js:274 +#, python-format +msgid "'%s' is not a correct date" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:933 +#, python-format +msgid "(nolabel)" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/coresetup.js:606 +#, python-format +msgid "%d days ago" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1474 +#, python-format +msgid "(Any existing filter with the same name will be replaced)" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:1918 +#: code:addons/web/static/src/xml/base.xml:338 +#: code:addons/web/static/src/xml/base.xml:1377 +#: code:addons/web/static/src/xml/base.xml:1860 +#, python-format +msgid "Cancel" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/coresetup.js:628 +#: code:addons/web/static/src/xml/base.xml:9 +#, python-format +msgid "Loading..." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:567 +#, python-format +msgid "Latest Modification by:" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:1242 +#: code:addons/web/static/src/xml/base.xml:470 +#, python-format +msgid "Timezone mismatch" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:1646 +#, python-format +msgid "Unknown operator %s in domain %s" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:428 +#, python-format +msgid "%d / %d" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1782 +#, python-format +msgid "2. Check your file format" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1718 +#, python-format +msgid "Name" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1775 +#, python-format +msgid "" +"Select a .CSV file to import. If you need a sample of file to import,\n" +" you should use the export tool with the \"Import Compatible\" option." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/coresetup.js:608 +#, python-format +msgid "%d months ago" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:187 +#: code:addons/web/static/src/xml/base.xml:308 +#, python-format +msgid "Drop" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1465 +#, python-format +msgid "Add Advanced Filter" +msgstr "" + +#. module: web +#: code:addons/web/controllers/main.py:828 +#, python-format +msgid "The new password and its confirmation must be identical." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:542 +#: code:addons/web/static/src/xml/base.xml:248 +#, python-format +msgid "Restore Database" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:644 +#, python-format +msgid "Login" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:420 +#, python-format +msgid "Licenced under the terms of" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:250 +#: code:addons/web/static/src/xml/base.xml:310 +#, python-format +msgid "Restore" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1677 +#, python-format +msgid "Export Type:" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:406 +#, python-format +msgid "Log out" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1090 +#, python-format +msgid "Group by: %s" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:153 +#, python-format +msgid "No data provided." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:345 +#: code:addons/web/static/src/xml/base.xml:1665 +#, python-format +msgid "Export" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/data_export.js:12 +#, python-format +msgid "Export To File" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/views.js:1097 +#, python-format +msgid "You must choose at least one record." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/coresetup.js:631 +#, python-format +msgid "Don't leave yet,
    it's still loading..." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:775 +#, python-format +msgid "Invalid Search" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:980 +#, python-format +msgid "Could not find id in dataset" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1707 +#, python-format +msgid "Remove All" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1340 +#, python-format +msgid "Method:" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:1439 +#, python-format +msgid "%(page)d/%(page_count)d" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:397 +#, python-format +msgid "The confirmation does not match the password" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:441 +#, python-format +msgid "Edit Company data" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:4886 +#, python-format +msgid "Save As..." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:5007 +#, python-format +msgid "Could not display the selected image." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:509 +#, python-format +msgid "Database backed up successfully" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1808 +#, python-format +msgid "" +"For use if CSV files have titles on multiple lines, skips more than a single " +"line during import" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:394 +#, python-format +msgid "99+" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1774 +#, python-format +msgid "1. Import a .CSV file" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:644 +#, python-format +msgid "No database selected !" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/formats.js:180 +#, python-format +msgid "(%d records)" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:970 +#, python-format +msgid "Change default:" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:171 +#, python-format +msgid "Original database name:" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1869 +#: code:addons/web/static/src/js/search.js:1879 +#: code:addons/web/static/src/js/search.js:1913 +#: code:addons/web/static/src/js/search.js:1938 +#, python-format +msgid "is equal to" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/views.js:1500 +#, python-format +msgid "Could not serialize XML" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1619 +#, python-format +msgid "Advanced Search" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:290 +#, python-format +msgid "Confirm new master password:" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/coresetup.js:634 +#, python-format +msgid "Maybe you should consider reloading the application by pressing F5..." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:17 +#: code:addons/web/static/src/js/view_list.js:2248 +#: code:addons/web/static/src/xml/base.xml:111 +#: code:addons/web/static/src/xml/base.xml:306 +#: code:addons/web/static/src/xml/base.xml:812 +#: code:addons/web/static/src/xml/base.xml:1376 +#, python-format +msgid "Create" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1868 +#, python-format +msgid "doesn't contain" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1785 +#, python-format +msgid "Import Options" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:2936 +#, python-format +msgid "Add %s" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:145 +#, python-format +msgid "Admin password:" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/data_export.js:11 +#: code:addons/web/static/src/js/view_form.js:1067 +#: code:addons/web/static/src/xml/base.xml:1394 +#, python-format +msgid "Close" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/coresetup.js:632 +#, python-format +msgid "" +"You may not believe it,
    but the application is actually loading..." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1779 +#, python-format +msgid "CSV File:" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1741 +#, python-format +msgid "Advanced" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_tree.js:11 +#, python-format +msgid "Tree" +msgstr "" + +#. module: web +#: code:addons/web/controllers/main.py:750 +#, python-format +msgid "Could not drop database !" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/formats.js:227 +#, python-format +msgid "'%s' is not a correct integer" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:877 +#, python-format +msgid "All users" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:1654 +#, python-format +msgid "Unknown field %s in domain %s" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/views.js:1466 +#, python-format +msgid "Node [%s] is not a JSONified XML node" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1428 +#, python-format +msgid "Advanced Search..." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:499 +#, python-format +msgid "Dropping database" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:82 +#: code:addons/web/static/src/xml/base.xml:445 +#, python-format +msgid "Powered by" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1380 +#: code:addons/web/static/src/xml/base.xml:970 +#, python-format +msgid "Yes" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:4871 +#, python-format +msgid "There was a problem while uploading your file" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:558 +#, python-format +msgid "XML ID:" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:954 +#, python-format +msgid "Size:" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1824 +#, python-format +msgid "--- Don't Import ---" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1679 +#, python-format +msgid "Import-Compatible Export" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/coresetup.js:610 +#, python-format +msgid "%d years ago" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:1040 +#, python-format +msgid "Unknown m2m command %s" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:1068 +#, python-format +msgid "Save default" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:121 +#: code:addons/web/static/src/xml/base.xml:175 +#: code:addons/web/static/src/xml/base.xml:264 +#, python-format +msgid "New database name:" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:394 +#, python-format +msgid "Please enter your new password" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:4886 +#, python-format +msgid "The field is empty, there's nothing to save !" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:545 +#, python-format +msgid "Manage Views" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1801 +#, python-format +msgid "Encoding:" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1808 +#, python-format +msgid "Lines to skip" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:2858 +#, python-format +msgid "Create \"%s\"" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/data_export.js:361 +#, python-format +msgid "Please select fields to save export list..." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:418 +#, python-format +msgid "Copyright © 2004-TODAY OpenERP SA. All Rights Reserved." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:2346 +#, python-format +msgid "This resource is empty" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1689 +#, python-format +msgid "Available fields" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1835 +#, python-format +msgid "The import failed due to:" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/views.js:812 +#: code:addons/web/static/src/xml/base.xml:539 +#, python-format +msgid "JS Tests" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1750 +#, python-format +msgid "Save as:" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:927 +#, python-format +msgid "Filter on: %s" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:2904 +#: code:addons/web/static/src/js/view_form.js:3757 +#, python-format +msgid "Create: " +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:540 +#, python-format +msgid "View Fields" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:330 +#, python-format +msgid "Confirm New Password:" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:575 +#, python-format +msgid "Do you really want to remove these records?" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:958 +#, python-format +msgid "Context:" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1933 +#: code:addons/web/static/src/js/search.js:1960 +#, python-format +msgid "is" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/data_export.js:6 +#, python-format +msgid "Export Data" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:962 +#, python-format +msgid "Domain:" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:834 +#, python-format +msgid "Default:" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:82 +#: code:addons/web/static/src/xml/base.xml:446 +#, python-format +msgid "OpenERP" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/doc/module/static/src/xml/web_example.xml:8 +#, python-format +msgid "Stop" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:68 +#: code:addons/web/static/src/xml/base.xml:193 +#: code:addons/web/static/src/xml/base.xml:225 +#, python-format +msgid "Database:" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1183 +#: code:addons/web/static/src/xml/base.xml:1240 +#, python-format +msgid "Uploading ..." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1853 +#, python-format +msgid "Name:" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:1058 +#, python-format +msgid "About" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1431 +#, python-format +msgid "Search Again" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1455 +#, python-format +msgid "-- Filters --" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1230 +#: code:addons/web/static/src/xml/base.xml:1232 +#, python-format +msgid "Clear" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1680 +#, python-format +msgid "Export all Data" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:1334 +#, python-format +msgid "" +"Grouping on field '%s' is not possible because that field does not appear in " +"the list view." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:537 +#, python-format +msgid "Set Defaults" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1670 +#, python-format +msgid "" +"This wizard will export all data that matches the current search criteria to " +"a CSV file.\n" +" You can export all data or only the fields that can be " +"reimported after modification." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:321 +#, python-format +msgid "The record could not be found in the database." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1472 +#, python-format +msgid "Filter Name:" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:946 +#, python-format +msgid "Type:" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:538 +#, python-format +msgid "Incorrect super-administrator password" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:942 +#, python-format +msgid "Object:" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:292 +#: code:addons/web/static/src/js/chrome.js:326 +#, python-format +msgid "Loading" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/coresetup.js:609 +#, python-format +msgid "about a year ago" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1870 +#: code:addons/web/static/src/js/search.js:1880 +#: code:addons/web/static/src/js/search.js:1914 +#: code:addons/web/static/src/js/search.js:1939 +#, python-format +msgid "is not equal to" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:5036 +#, python-format +msgid "" +"The type of the field '%s' must be a many2many field with a relation to " +"'ir.attachment' model." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/coresetup.js:604 +#, python-format +msgid "%d hours ago" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:4206 +#: code:addons/web/static/src/js/view_form.js:4335 +#, python-format +msgid "Add: " +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1858 +#, python-format +msgid "Quick Add" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1805 +#, python-format +msgid "Latin 1" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:260 +#: code:addons/web/static/src/js/chrome.js:269 +#: code:addons/web/static/src/js/chrome.js:449 +#: code:addons/web/static/src/js/chrome.js:792 +#: code:addons/web/static/src/js/view_form.js:572 +#: code:addons/web/static/src/js/view_form.js:1923 +#: code:addons/web/static/src/xml/base.xml:1752 +#, python-format +msgid "Ok" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/views.js:1162 +#, python-format +msgid "Uploading..." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:125 +#, python-format +msgid "Load Demonstration data:" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:615 +#, python-format +msgid "Created by :" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/dates.js:22 +#: code:addons/web/static/src/js/dates.js:26 +#, python-format +msgid "'%s' is not a valid datetime" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:256 +#, python-format +msgid "File:" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1882 +#: code:addons/web/static/src/js/search.js:1916 +#: code:addons/web/static/src/js/search.js:1941 +#, python-format +msgid "less than" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:687 +#: code:addons/web/static/src/js/views.js:1097 +#, python-format +msgid "Warning" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:547 +#, python-format +msgid "Edit SearchView" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1975 +#, python-format +msgid "is true" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:3909 +#, python-format +msgid "Add an item" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1603 +#, python-format +msgid "Save current filter" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:1915 +#, python-format +msgid "Confirm" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/data_export.js:126 +#, python-format +msgid "Please enter save field list name" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:2206 +#, python-format +msgid "Download \"%s\"" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:326 +#, python-format +msgid "New" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:1767 +#, python-format +msgid "Can't convert value %s to context" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/views.js:807 +#: code:addons/web/static/src/xml/base.xml:541 +#, python-format +msgid "Fields View Get" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:149 +#, python-format +msgid "Confirm password:" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1883 +#: code:addons/web/static/src/js/search.js:1917 +#: code:addons/web/static/src/js/search.js:1942 +#, python-format +msgid "greater or equal than" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1321 +#, python-format +msgid "Button" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:418 +#, python-format +msgid "OpenERP is a trademark of the" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/data_export.js:374 +#, python-format +msgid "Please select fields to export..." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:286 +#, python-format +msgid "New master password:" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1976 +#, python-format +msgid "is false" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:404 +#, python-format +msgid "About OpenERP" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/formats.js:297 +#, python-format +msgid "'%s' is not a correct date, datetime nor time" +msgstr "" + +#. module: web +#: code:addons/web/controllers/main.py:1264 +#, python-format +msgid "No content found for field '%s' on '%s:%s'" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:304 +#, python-format +msgid "Database Management" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:5007 +#, python-format +msgid "Image" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:81 +#, python-format +msgid "Manage Databases" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/pyeval.js:765 +#, python-format +msgid "Evaluation Error" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1283 +#, python-format +msgid "not a valid integer" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:337 +#: code:addons/web/static/src/xml/base.xml:776 +#: code:addons/web/static/src/xml/base.xml:816 +#: code:addons/web/static/src/xml/base.xml:1376 +#: code:addons/web/static/src/xml/base.xml:1384 +#: code:addons/web/static/src/xml/base.xml:1630 +#, python-format +msgid "or" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1381 +#, python-format +msgid "No" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/formats.js:309 +#, python-format +msgid "'%s' is not convertible to date, datetime nor time" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:199 +#: code:addons/web/static/src/xml/base.xml:161 +#: code:addons/web/static/src/xml/base.xml:307 +#, python-format +msgid "Duplicate" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:777 +#: code:addons/web/static/src/xml/base.xml:817 +#: code:addons/web/static/src/xml/base.xml:1391 +#, python-format +msgid "Discard" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1624 +#, python-format +msgid "Add a condition" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/coresetup.js:629 +#, python-format +msgid "Still loading..." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:818 +#, python-format +msgid "Incorrect value for field %(fieldname)s: [%(value)s] is %(message)s" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:3805 +#, python-format +msgid "The o2m record must be saved before an action can be used" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:509 +#, python-format +msgid "Backed" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1610 +#, python-format +msgid "Use by default" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:1348 +#, python-format +msgid "%s (%d)" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:775 +#, python-format +msgid "triggered from search view" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:978 +#, python-format +msgid "Filter" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:950 +#, python-format +msgid "Widget:" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:548 +#, python-format +msgid "Edit Action" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:555 +#, python-format +msgid "ID:" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:870 +#, python-format +msgid "Only you" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:549 +#, python-format +msgid "Edit Workflow" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/views.js:1171 +#, python-format +msgid "Do you really want to delete this attachment ?" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/views.js:840 +#, python-format +msgid "Technical Translation" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:938 +#, python-format +msgid "Field:" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:620 +#, python-format +msgid "Modified by :" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:499 +#, python-format +msgid "The database %s has been dropped" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:460 +#, python-format +msgid "User's timezone" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:284 +#: code:addons/web/static/src/js/chrome.js:1168 +#, python-format +msgid "Client Error" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/views.js:998 +#, python-format +msgid "Print" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1331 +#, python-format +msgid "Special:" +msgstr "" + +#. module: web +#: code:addons/web/controllers/main.py:834 +#, python-format +msgid "" +"The old password you provided is incorrect, your password was not changed." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:561 +#, python-format +msgid "Creation User:" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:769 +#, python-format +msgid "Do you really want to delete this record?" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1385 +#, python-format +msgid "Save & Close" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:2845 +#, python-format +msgid "Search More..." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:75 +#: code:addons/web/static/src/xml/base.xml:311 +#, python-format +msgid "Password" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:546 +#: code:addons/web/static/src/xml/base.xml:809 +#: code:addons/web/static/src/xml/base.xml:1178 +#, python-format +msgid "Edit" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1706 +#, python-format +msgid "Remove" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1062 +#, python-format +msgid "Select date" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1249 +#, python-format +msgid "Search %(field)s for: %(value)s" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1277 +#, python-format +msgid "Delete this file" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:109 +#, python-format +msgid "Create Database" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:420 +#, python-format +msgid "GNU Affero General Public License" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1795 +#, python-format +msgid "Separator:" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:300 +#, python-format +msgid "Back to Login" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1662 +#: code:addons/web/static/src/xml/base.xml:1454 +#, python-format +msgid "Filters" +msgstr "" diff --git a/web/i18n/tr.po b/web/i18n/tr.po new file mode 100644 index 0000000..0cdcb31 --- /dev/null +++ b/web/i18n/tr.po @@ -0,0 +1,2617 @@ +# Turkish translation for openerp-web +# Copyright (c) 2012 Rosetta Contributors and Canonical Ltd 2012 +# This file is distributed under the same license as the openerp-web package. +# FIRST AUTHOR , 2012. +# +msgid "" +msgstr "" +"Project-Id-Version: openerp-web\n" +"Report-Msgid-Bugs-To: FULL NAME \n" +"POT-Creation-Date: 2012-12-21 17:06+0000\n" +"PO-Revision-Date: 2013-02-15 20:45+0000\n" +"Last-Translator: Hasan Yılmaz \n" +"Language-Team: Turkish \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Launchpad-Export-Date: 2013-02-16 05:40+0000\n" +"X-Generator: Launchpad (build 16491)\n" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:133 +#, python-format +msgid "Default language:" +msgstr "Öntanımlı dil:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/coresetup.js:602 +#, python-format +msgid "%d minutes ago" +msgstr "%d dakika önce" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/coresetup.js:630 +#, python-format +msgid "Still loading...
    Please be patient." +msgstr "Hala yĂĽkleniyor...
    Lütfen sabırlı olun." + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1832 +#, python-format +msgid "%(field)s %(operator)s \"%(value)s\"" +msgstr "%(field)s %(operator)s \"%(value)s\"" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1884 +#: code:addons/web/static/src/js/search.js:1918 +#: code:addons/web/static/src/js/search.js:1943 +#, python-format +msgid "less or equal than" +msgstr "az ya da eşittir" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:393 +#, python-format +msgid "Please enter your previous password" +msgstr "Lütfen önceki şifrenizi girin" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:117 +#: code:addons/web/static/src/xml/base.xml:167 +#: code:addons/web/static/src/xml/base.xml:282 +#, python-format +msgid "Master password:" +msgstr "Mastır Parola:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:274 +#, python-format +msgid "Change Master Password" +msgstr "Ana şifreyi değiştir." + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:491 +#, python-format +msgid "Do you really want to delete the database: %s ?" +msgstr "Gerçekten %s veritabanını SİLMEK istiyor musunuz?" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1398 +#, python-format +msgid "Search %(field)s at: %(value)s" +msgstr "Armama %(field)s at: %(value)s" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:537 +#, python-format +msgid "Access Denied" +msgstr "Erişim Reddedildi" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:5183 +#, python-format +msgid "Uploading error" +msgstr "Yükleme hatası" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/coresetup.js:603 +#, python-format +msgid "about an hour ago" +msgstr "yaklaşık bir saat önce" + +#. module: web +#. openerp-web +#: code:addons/web/controllers/main.py:768 +#: code:addons/web/static/src/js/chrome.js:514 +#: code:addons/web/static/src/xml/base.xml:216 +#, python-format +msgid "Backup Database" +msgstr "Veritabanı Yedekle" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/views.js:463 +#, python-format +msgid "%(view_type)s view" +msgstr "%(view_type)s ekranı" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/dates.js:49 +#: code:addons/web/static/src/js/dates.js:53 +#, python-format +msgid "'%s' is not a valid date" +msgstr "'%s' geçerli bir tarih değil" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1837 +#, python-format +msgid "Here is a preview of the file we could not import:" +msgstr "İçe-aktarılamıyan dosyanın önizlemesi:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/coresetup.js:601 +#, python-format +msgid "about a minute ago" +msgstr "yaklaşık bir dakika önce" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1297 +#, python-format +msgid "File" +msgstr "Dosya" + +#. module: web +#: code:addons/web/controllers/main.py:826 +#, python-format +msgid "You cannot leave any password empty." +msgstr "Şifreleri boş bırkamazsınız." + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:680 +#, python-format +msgid "Invalid username or password" +msgstr "Geçersiz kullanıcı adı veya parola" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:206 +#: code:addons/web/static/src/xml/base.xml:238 +#: code:addons/web/static/src/xml/base.xml:260 +#, python-format +msgid "Master Password:" +msgstr "Mastır Parola:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1217 +#: code:addons/web/static/src/xml/base.xml:1374 +#, python-format +msgid "Select" +msgstr "Seç" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:549 +#, python-format +msgid "Database restored successfully" +msgstr "Veritabanı başarıyla onarıldı" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:415 +#, python-format +msgid "Version" +msgstr "Sürüm" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:570 +#, python-format +msgid "Latest Modification Date:" +msgstr "Son Değiştirme tarihi:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1459 +#, python-format +msgid "M2O search fields do not currently handle multiple default values" +msgstr "M2O arama alanları henüz çoklu öntanımlı değerleri desteklemiyor" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:1227 +#, python-format +msgid "Widget type '%s' is not implemented" +msgstr "'%s' widget tipi uygulanmamış" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1608 +#, python-format +msgid "Share with all users" +msgstr "Tüm kullanıcılarla paylaş" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:77 +#: code:addons/web/static/src/js/view_form.js:321 +#, python-format +msgid "Form" +msgstr "Biçim" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1324 +#, python-format +msgid "(no string)" +msgstr "(yazı yok)" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/formats.js:282 +#, python-format +msgid "'%s' is not a correct time" +msgstr "'%s' geçersiz saat biçimi" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1297 +#, python-format +msgid "not a valid number" +msgstr "geçerli bir sayı değil" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:325 +#, python-format +msgid "New Password:" +msgstr "Yeni Parola:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:610 +#, python-format +msgid "Attachment :" +msgstr "Ek :" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1691 +#, python-format +msgid "Fields to export" +msgstr "Aktarılacak alanlar" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:1340 +#, python-format +msgid "Undefined" +msgstr "Tanımsız" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:4871 +#, python-format +msgid "File Upload" +msgstr "Dosya Yükle" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/coresetup.js:607 +#, python-format +msgid "about a month ago" +msgstr "yaklaşık bir ay önce" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1600 +#, python-format +msgid "Custom Filters" +msgstr "Özel Filtreler" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1336 +#, python-format +msgid "Button Type:" +msgstr "Buton Türü:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:419 +#, python-format +msgid "OpenERP SA Company" +msgstr "OpenERP SA Company" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1553 +#, python-format +msgid "Custom Filter" +msgstr "Özel Filtre" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:159 +#, python-format +msgid "Duplicate Database" +msgstr "Veritabanını Çoğalt" + +#. module: web +#. openerp-web +#: code:addons/web/controllers/main.py:789 +#: code:addons/web/controllers/main.py:790 +#: code:addons/web/controllers/main.py:826 +#: code:addons/web/controllers/main.py:828 +#: code:addons/web/controllers/main.py:834 +#: code:addons/web/controllers/main.py:835 +#: code:addons/web/static/src/js/chrome.js:768 +#: code:addons/web/static/src/xml/base.xml:276 +#: code:addons/web/static/src/xml/base.xml:336 +#, python-format +msgid "Change Password" +msgstr "Parolayı Değiştir" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:3411 +#, python-format +msgid "View type '%s' is not supported in One2Many." +msgstr "'%s' ekran (view) tipi one2many için desteklenmiyor." + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:4951 +#: code:addons/web/static/src/js/view_list.js:2194 +#, python-format +msgid "Download" +msgstr "İndir" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/formats.js:266 +#, python-format +msgid "'%s' is not a correct datetime" +msgstr "'%s' geçerli bir tarih saat biçimi değil" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:417 +#, python-format +msgid "Group" +msgstr "Grup" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:927 +#, python-format +msgid "Unhandled widget" +msgstr "İşlenmemiş parçacık" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:982 +#, python-format +msgid "Selection:" +msgstr "Seçim:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:871 +#, python-format +msgid "The following fields are invalid:" +msgstr "Geçersiz alanlar:" + +#. module: web +#: code:addons/web/controllers/main.py:847 +#, python-format +msgid "Languages" +msgstr "Diller" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1270 +#, python-format +msgid "...Upload in progress..." +msgstr "... Yükleme sürüyor..." + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1768 +#, python-format +msgid "Import" +msgstr "İçe aktar" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:543 +#, python-format +msgid "Could not restore the database" +msgstr "Veritabanı geri yüklenemedi" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:4851 +#, python-format +msgid "File upload" +msgstr "Dosya yükle" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:3804 +#, python-format +msgid "Action Button" +msgstr "İşlem Butonu" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:542 +#: code:addons/web/static/src/xml/base.xml:1467 +#, python-format +msgid "Manage Filters" +msgstr "Filtreleri Yönet" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1867 +#, python-format +msgid "contains" +msgstr "içerir" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/coresetup.js:633 +#, python-format +msgid "Take a minute to get a coffee,
    because it's loading..." +msgstr "Çay içmek için bir dakika mola ver,
    Çünkü hala yükleniyor..." + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:413 +#, python-format +msgid "Activate the developer mode" +msgstr "Geliştirici modunu aktifleştir" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:324 +#, python-format +msgid "Loading (%d)" +msgstr "(%d) Yükleniyor" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1114 +#, python-format +msgid "GroupBy" +msgstr "Gruplaİle" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:687 +#, python-format +msgid "You must select at least one record." +msgstr "En az bir kayıt seçmelisiniz" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:535 +#, python-format +msgid "View Log (perm_read)" +msgstr "Günlüğü Göster (perm_read)" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:1061 +#, python-format +msgid "Set Default" +msgstr "Varsayılanı Ayarla" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:978 +#, python-format +msgid "Relation:" +msgstr "İlişki:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/coresetup.js:600 +#, python-format +msgid "less than a minute ago" +msgstr "bir dakika önce" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:851 +#, python-format +msgid "Condition:" +msgstr "Koşul:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:1692 +#, python-format +msgid "Unsupported operator %s in domain %s" +msgstr "Desteklenmeyen operatör %s alan adında %s" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/formats.js:242 +#, python-format +msgid "'%s' is not a correct float" +msgstr "'%s' geçersiz bir float" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:549 +#, python-format +msgid "Restored" +msgstr "Onarıldı" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:394 +#, python-format +msgid "%d-%d of %d" +msgstr "%d-%d / %d" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:2868 +#, python-format +msgid "Create and Edit..." +msgstr "Oluştur ve Düzenle..." + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/pyeval.js:731 +#, python-format +msgid "Unknown nonliteral type " +msgstr "Bilinmeyen (nonliteral) tipi " + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:2346 +#, python-format +msgid "Resource error" +msgstr "Kaynak hatası" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1961 +#, python-format +msgid "is not" +msgstr "olmayan" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:550 +#, python-format +msgid "Print Workflow" +msgstr "İş Akışı'nı Yazdır" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:396 +#, python-format +msgid "Please confirm your new password" +msgstr "Lütfen yeni şifrenizi onaylayın" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1804 +#, python-format +msgid "UTF-8" +msgstr "UTF-8" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:421 +#, python-format +msgid "For more information visit" +msgstr "Daha ayrıntılı bilgi için burayı ziyaret edin" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1859 +#, python-format +msgid "Add All Info..." +msgstr "Bütün Bilgisini Ekle..." + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1683 +#, python-format +msgid "Export Formats" +msgstr "Dışa aktarım şekilleri" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:974 +#, python-format +msgid "On change:" +msgstr "Değişimde:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/views.js:865 +#, python-format +msgid "Model %s fields" +msgstr "Model %s Alanları" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:893 +#, python-format +msgid "Setting 'id' attribute on existing record %s" +msgstr "Geçerli kayıt %s nin 'id' özeliği ayarlanıyor" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:8 +#, python-format +msgid "List" +msgstr "Liste" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1881 +#: code:addons/web/static/src/js/search.js:1915 +#: code:addons/web/static/src/js/search.js:1940 +#, python-format +msgid "greater than" +msgstr "büyüktür" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:2248 +#: code:addons/web/static/src/xml/base.xml:546 +#, python-format +msgid "View" +msgstr "Göster" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1466 +#, python-format +msgid "Save Filter" +msgstr "Filitreyi Kaydet" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1344 +#, python-format +msgid "Action ID:" +msgstr "İşelme ID:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:457 +#, python-format +msgid "Your user's preference timezone does not match your browser timezone:" +msgstr "" +"Kullanıcınızın saat dilimi seçimi tarayıcınızın saat diliminden farklı:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:1223 +#, python-format +msgid "Field '%s' specified in view could not be found." +msgstr "Ekranda tanımlanan '%s' alanı bulunamıyor." + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1756 +#, python-format +msgid "Saved exports:" +msgstr "Kaydedilmiş Dış-Aktarımlar:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:320 +#, python-format +msgid "Old Password:" +msgstr "Eski Parola:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/formats.js:113 +#, python-format +msgid "Bytes,Kb,Mb,Gb,Tb,Pb,Eb,Zb,Yb" +msgstr "Bytes,Kb,Mb,Gb,Tb,Pb,Eb,Zb,Yb" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:481 +#, python-format +msgid "The database has been duplicated." +msgstr "Veritabanı Kopyalandı." + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1625 +#, python-format +msgid "Apply" +msgstr "Uygula" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1386 +#, python-format +msgid "Save & New" +msgstr "Kaydet & Yeni" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1223 +#: code:addons/web/static/src/xml/base.xml:1225 +#, python-format +msgid "Save As" +msgstr "Farklı Kaydet" + +#. module: web +#. openerp-web +#: code:addons/web/doc/module/static/src/xml/web_example.xml:3 +#, python-format +msgid "00:00:00" +msgstr "00:00:00" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:2317 +#, python-format +msgid "E-mail error" +msgstr "E-posta hatası" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/coresetup.js:605 +#, python-format +msgid "a day ago" +msgstr "bir gün önce" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1789 +#, python-format +msgid "Does your file have titles?" +msgstr "Dosyanın başlık satırı varmı ?" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:327 +#, python-format +msgid "Unlimited" +msgstr "Limitsiz" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:784 +#, python-format +msgid "" +"Warning, the record has been modified, your changes will be discarded.\n" +"\n" +"Are you sure you want to leave this page ?" +msgstr "Uyarı, kayıt değiştirildi, değişiklikleriniz kaybolacaklar." + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:2904 +#, python-format +msgid "Search: " +msgstr "Arama: " + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:544 +#, python-format +msgid "Technical translation" +msgstr "Teknik çeviri" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1797 +#, python-format +msgid "Delimiter:" +msgstr "Sonlandırıcı:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:462 +#, python-format +msgid "Browser's timezone" +msgstr "Tarayıcınızın saat dilimi" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1605 +#, python-format +msgid "Filter name" +msgstr "Filtre adı" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1464 +#, python-format +msgid "-- Actions --" +msgstr "-- İşlemler --" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:4134 +#: code:addons/web/static/src/js/view_form.js:4294 +#: code:addons/web/static/src/xml/base.xml:1407 +#: code:addons/web/static/src/xml/base.xml:1705 +#, python-format +msgid "Add" +msgstr "Ekle" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:536 +#, python-format +msgid "Toggle Form Layout Outline" +msgstr "form anahat taslağını değiştir" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:421 +#, python-format +msgid "OpenERP.com" +msgstr "OpenERP.com" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:2317 +#, python-format +msgid "Can't send email to invalid e-mail address" +msgstr "Geçersiz e-posta adresine eposta gönderilemiyor" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:636 +#, python-format +msgid "Add..." +msgstr "Ekle..." + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:405 +#, python-format +msgid "Preferences" +msgstr "Tercihler" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:436 +#, python-format +msgid "Wrong on change format: %s" +msgstr "Hatalı (on change) biçimi: %s" + +#. module: web +#. openerp-web +#: code:addons/web/controllers/main.py:750 +#: code:addons/web/static/src/xml/base.xml:185 +#, python-format +msgid "Drop Database" +msgstr "Veritabanını Sil" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:466 +#, python-format +msgid "Click here to change your user's timezone." +msgstr "Saat diliminizi değiştirmek için için tıklayın." + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:966 +#, python-format +msgid "Modifiers:" +msgstr "Değiştirenler:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:627 +#, python-format +msgid "Delete this attachment" +msgstr "Bu eki sil" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:774 +#: code:addons/web/static/src/xml/base.xml:815 +#: code:addons/web/static/src/xml/base.xml:1382 +#: code:addons/web/static/src/xml/base.xml:1612 +#, python-format +msgid "Save" +msgstr "Kaydet" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/views.js:999 +#: code:addons/web/static/src/xml/base.xml:352 +#, python-format +msgid "More" +msgstr "Daha fazla" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:73 +#, python-format +msgid "Username" +msgstr "Kullanıcı Adı" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:481 +#, python-format +msgid "Duplicating database" +msgstr "Veritabanı Kopyalanıyor" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:563 +#, python-format +msgid "Password has been changed successfully" +msgstr "Şifreniz değiştirildi" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list_editable.js:788 +#, python-format +msgid "The form's data can not be discarded" +msgstr "Formdaki veriler iptal edilemiyor" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:533 +#, python-format +msgid "Debug View#" +msgstr "Hata Ayıklama Görünümü#" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:77 +#, python-format +msgid "Log in" +msgstr "Giriş" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:198 +#: code:addons/web/static/src/js/view_list.js:346 +#: code:addons/web/static/src/xml/base.xml:1764 +#, python-format +msgid "Delete" +msgstr "Sil" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/pyeval.js:769 +#, python-format +msgid "" +"Local evaluation failure\n" +"%s\n" +"\n" +"%s" +msgstr "" +"Yerel değerlendirme hatası\n" +"%s\n" +"\n" +"%s" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:350 +#, python-format +msgid "Invalid database name" +msgstr "Geçersiz veritabanı adı" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1693 +#, python-format +msgid "Save fields list" +msgstr "Alan listesini Kaydet" + +#. module: web +#. openerp-web +#: code:addons/web/doc/module/static/src/xml/web_example.xml:5 +#, python-format +msgid "Start" +msgstr "Başlat" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/views.js:823 +#, python-format +msgid "View Log (%s)" +msgstr "Günlüğü göster (%s)" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:564 +#, python-format +msgid "Creation Date:" +msgstr "Oluşturma Tarihi:" + +#. module: web +#: code:addons/web/controllers/main.py:790 +#: code:addons/web/controllers/main.py:835 +#, python-format +msgid "Error, password not changed !" +msgstr "Hata, şifre değiştirilemedi !" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:4850 +#, python-format +msgid "The selected file exceed the maximum file size of %s." +msgstr "Seçilen dosya dosya boyutu sınırı olan %s aşıyor." + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:632 +#: code:addons/web/static/src/xml/base.xml:1300 +#, python-format +msgid "/web/binary/upload_attachment" +msgstr "/web/binary/upload_attachment" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:563 +#, python-format +msgid "Changed Password" +msgstr "Parola Değişti" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1431 +#, python-format +msgid "Search" +msgstr "Arama" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:3032 +#: code:addons/web/static/src/js/view_form.js:3668 +#: code:addons/web/static/src/js/view_form.js:3785 +#: code:addons/web/static/src/js/view_form.js:4230 +#: code:addons/web/static/src/js/view_form.js:4353 +#, python-format +msgid "Open: " +msgstr "Aç: " + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:218 +#: code:addons/web/static/src/xml/base.xml:309 +#, python-format +msgid "Backup" +msgstr "Yedekle" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/dates.js:76 +#: code:addons/web/static/src/js/dates.js:80 +#, python-format +msgid "'%s' is not a valid time" +msgstr "'%s' geçerli bir zaman biçimi değil" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/formats.js:274 +#, python-format +msgid "'%s' is not a correct date" +msgstr "'%s' geçerli bir tarih biçimi değil" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:933 +#, python-format +msgid "(nolabel)" +msgstr "(etiketyok)" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/coresetup.js:606 +#, python-format +msgid "%d days ago" +msgstr "%d gün önce" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1474 +#, python-format +msgid "(Any existing filter with the same name will be replaced)" +msgstr "(Aynı ad ile kayıtlı filtre varsa üzerine yazılır)" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:1918 +#: code:addons/web/static/src/xml/base.xml:338 +#: code:addons/web/static/src/xml/base.xml:1377 +#: code:addons/web/static/src/xml/base.xml:1860 +#, python-format +msgid "Cancel" +msgstr "İptal" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/coresetup.js:628 +#: code:addons/web/static/src/xml/base.xml:9 +#, python-format +msgid "Loading..." +msgstr "Yükleniyor..." + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:567 +#, python-format +msgid "Latest Modification by:" +msgstr "Son Değiştiren:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:1242 +#: code:addons/web/static/src/xml/base.xml:470 +#, python-format +msgid "Timezone mismatch" +msgstr "Saat dilimi uyumsuzluğu" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:1646 +#, python-format +msgid "Unknown operator %s in domain %s" +msgstr "Etki alanı %s te bilinmeyen %s operatörü" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:428 +#, python-format +msgid "%d / %d" +msgstr "%d / %d" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1782 +#, python-format +msgid "2. Check your file format" +msgstr "Dosya biçimini kontrol edin" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1718 +#, python-format +msgid "Name" +msgstr "Adı" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1775 +#, python-format +msgid "" +"Select a .CSV file to import. If you need a sample of file to import,\n" +" you should use the export tool with the \"Import Compatible\" option." +msgstr "" +"İçeri aktarmak için bir .CSV dosyası seç. Eğer içeri aktarmak için\n" +" örnek dosyaya ihtiyacınız varsa dışa aktarımda \"içe aktarıma " +"uyumlu\" seçeneğiyle dışa dosya verin." + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/coresetup.js:608 +#, python-format +msgid "%d months ago" +msgstr "%d ay önce" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:187 +#: code:addons/web/static/src/xml/base.xml:308 +#, python-format +msgid "Drop" +msgstr "Sil" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1465 +#, python-format +msgid "Add Advanced Filter" +msgstr "Gelişmiş Filtre Ekle" + +#. module: web +#: code:addons/web/controllers/main.py:828 +#, python-format +msgid "The new password and its confirmation must be identical." +msgstr "Yeni şifre ve şifre tekrarı aynı olmalı" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:542 +#: code:addons/web/static/src/xml/base.xml:248 +#, python-format +msgid "Restore Database" +msgstr "Veritabanını Geri Yükle" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:644 +#, python-format +msgid "Login" +msgstr "Kullanıcı Adı:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:420 +#, python-format +msgid "Licenced under the terms of" +msgstr "Lisanslama kuralları" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:250 +#: code:addons/web/static/src/xml/base.xml:310 +#, python-format +msgid "Restore" +msgstr "Yedeği Geri yükleme" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1677 +#, python-format +msgid "Export Type:" +msgstr "Dışa Aktarma Tipi:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:406 +#, python-format +msgid "Log out" +msgstr "Çıkış Yap" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1090 +#, python-format +msgid "Group by: %s" +msgstr "Grupla ile : %s" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:153 +#, python-format +msgid "No data provided." +msgstr "Hiç veri sağlanmadı." + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:345 +#: code:addons/web/static/src/xml/base.xml:1665 +#, python-format +msgid "Export" +msgstr "Dışa aktar" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/data_export.js:12 +#, python-format +msgid "Export To File" +msgstr "Dosyaya Veri Ver" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/views.js:1097 +#, python-format +msgid "You must choose at least one record." +msgstr "En az bir kayıt seçmelisiniz." + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/coresetup.js:631 +#, python-format +msgid "Don't leave yet,
    it's still loading..." +msgstr "Daha çıkmayın,
    Hala yükleniyor..." + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:775 +#, python-format +msgid "Invalid Search" +msgstr "Geçersiz Arama" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:980 +#, python-format +msgid "Could not find id in dataset" +msgstr "Verikümesinde bulunamıyor" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1707 +#, python-format +msgid "Remove All" +msgstr "Tümünü Kaldır" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1340 +#, python-format +msgid "Method:" +msgstr "Yöntem:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:1439 +#, python-format +msgid "%(page)d/%(page_count)d" +msgstr "%(page)d/%(page_count)d" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:397 +#, python-format +msgid "The confirmation does not match the password" +msgstr "Şifre ve doğrulaması uyuşmuyor." + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:441 +#, python-format +msgid "Edit Company data" +msgstr "Şirket Bilgilerini düzenle" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:4886 +#, python-format +msgid "Save As..." +msgstr "Farklı Kaydet..." + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:5007 +#, python-format +msgid "Could not display the selected image." +msgstr "Seçilen resim gösterilemiyor" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:509 +#, python-format +msgid "Database backed up successfully" +msgstr "Veritabanı başarılı bir şekilde yedeklendi" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1808 +#, python-format +msgid "" +"For use if CSV files have titles on multiple lines, skips more than a single " +"line during import" +msgstr "" +"CSV dosyalarında birden çok satırda başlık varsa, içe aktarım sırasında bir " +"satırdan fazla satır atlar" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:394 +#, python-format +msgid "99+" +msgstr "99+" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1774 +#, python-format +msgid "1. Import a .CSV file" +msgstr ".CSV Dosyasından veri al" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:644 +#, python-format +msgid "No database selected !" +msgstr "Veritabanı Seçilmedi !" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/formats.js:180 +#, python-format +msgid "(%d records)" +msgstr "(%d kayıt)" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:970 +#, python-format +msgid "Change default:" +msgstr "Öntanılıyı değiştir:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:171 +#, python-format +msgid "Original database name:" +msgstr "Orjinal veritabanı adı:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1869 +#: code:addons/web/static/src/js/search.js:1879 +#: code:addons/web/static/src/js/search.js:1913 +#: code:addons/web/static/src/js/search.js:1938 +#, python-format +msgid "is equal to" +msgstr "eşittir" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/views.js:1500 +#, python-format +msgid "Could not serialize XML" +msgstr "XML serileştirilemedi" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1619 +#, python-format +msgid "Advanced Search" +msgstr "Gelişmiş Arama" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:290 +#, python-format +msgid "Confirm new master password:" +msgstr "Yeni Mastır Parolayı onayla:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/coresetup.js:634 +#, python-format +msgid "Maybe you should consider reloading the application by pressing F5..." +msgstr "Uygulamayı F5 tuşuna basarak yeniden yüklemeyi düşünebilirsiniz..." + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:17 +#: code:addons/web/static/src/js/view_list.js:2248 +#: code:addons/web/static/src/xml/base.xml:111 +#: code:addons/web/static/src/xml/base.xml:306 +#: code:addons/web/static/src/xml/base.xml:812 +#: code:addons/web/static/src/xml/base.xml:1376 +#, python-format +msgid "Create" +msgstr "Oluştur" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1868 +#, python-format +msgid "doesn't contain" +msgstr "içermez" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1785 +#, python-format +msgid "Import Options" +msgstr "İçeriye Aktarma Seçenekleri" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:2936 +#, python-format +msgid "Add %s" +msgstr "%s Ekle" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:145 +#, python-format +msgid "Admin password:" +msgstr "Yönetici parolası:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/data_export.js:11 +#: code:addons/web/static/src/js/view_form.js:1067 +#: code:addons/web/static/src/xml/base.xml:1394 +#, python-format +msgid "Close" +msgstr "Kapat" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/coresetup.js:632 +#, python-format +msgid "" +"You may not believe it,
    but the application is actually loading..." +msgstr "Ä°nanamayabilirsin ama,
    uygulama gerçekten yükleniyor..." + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1779 +#, python-format +msgid "CSV File:" +msgstr "CSV dosyası:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1741 +#, python-format +msgid "Advanced" +msgstr "Gelişmiş" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_tree.js:11 +#, python-format +msgid "Tree" +msgstr "Ağaç" + +#. module: web +#: code:addons/web/controllers/main.py:750 +#, python-format +msgid "Could not drop database !" +msgstr "Veritabanı Silinemedi !" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/formats.js:227 +#, python-format +msgid "'%s' is not a correct integer" +msgstr "'%s' geçerli bir tamsayı (interger) değil" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:877 +#, python-format +msgid "All users" +msgstr "Tüm kullanıcılar" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:1654 +#, python-format +msgid "Unknown field %s in domain %s" +msgstr "Bilinmeyen alan %s alan adında %s" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/views.js:1466 +#, python-format +msgid "Node [%s] is not a JSONified XML node" +msgstr "[%s] düğümü JSONlaştırılmış XML düğümü değil" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1428 +#, python-format +msgid "Advanced Search..." +msgstr "Gelişmiş Arama..." + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:499 +#, python-format +msgid "Dropping database" +msgstr "Veritabanı Siliniyor" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:82 +#: code:addons/web/static/src/xml/base.xml:445 +#, python-format +msgid "Powered by" +msgstr "Geliştiren" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1380 +#: code:addons/web/static/src/xml/base.xml:970 +#, python-format +msgid "Yes" +msgstr "Evet" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:4871 +#, python-format +msgid "There was a problem while uploading your file" +msgstr "Dosyanızı yüklerken bir problem oluştu" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:558 +#, python-format +msgid "XML ID:" +msgstr "XML ID:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:954 +#, python-format +msgid "Size:" +msgstr "Boy:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1824 +#, python-format +msgid "--- Don't Import ---" +msgstr "--- İçeri Aktarma ---" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1679 +#, python-format +msgid "Import-Compatible Export" +msgstr "İçe almaya uygun çıktı" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/coresetup.js:610 +#, python-format +msgid "%d years ago" +msgstr "%d yıl önce" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:1040 +#, python-format +msgid "Unknown m2m command %s" +msgstr "Bilinmeyen m2m komutu %s" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:1068 +#, python-format +msgid "Save default" +msgstr "Varsayılanı Kaydet" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:121 +#: code:addons/web/static/src/xml/base.xml:175 +#: code:addons/web/static/src/xml/base.xml:264 +#, python-format +msgid "New database name:" +msgstr "Yeni Veritaban adı:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:394 +#, python-format +msgid "Please enter your new password" +msgstr "Lütfen yeni parolanızı girin" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:4886 +#, python-format +msgid "The field is empty, there's nothing to save !" +msgstr "Alan boş, saklayacak birşey yok!" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:545 +#, python-format +msgid "Manage Views" +msgstr "Görünümleri Yönet" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1801 +#, python-format +msgid "Encoding:" +msgstr "Kodlama:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1808 +#, python-format +msgid "Lines to skip" +msgstr "Atlanacak satırlar" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:2858 +#, python-format +msgid "Create \"%s\"" +msgstr "Oluştur \"%s\"" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/data_export.js:361 +#, python-format +msgid "Please select fields to save export list..." +msgstr "Lütfen dışa aktarıma listesine kaydedilecek alanları seçin..." + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:418 +#, python-format +msgid "Copyright © 2004-TODAY OpenERP SA. All Rights Reserved." +msgstr "Copyright © 2004-2012 OpenERP SA. Tüm Hakları Saklıdır." + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:2346 +#, python-format +msgid "This resource is empty" +msgstr "Bu kaynak boştur" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1689 +#, python-format +msgid "Available fields" +msgstr "Uygun Alanlar" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1835 +#, python-format +msgid "The import failed due to:" +msgstr "İçeri aktarımın başarız oldu çünkü:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/views.js:812 +#: code:addons/web/static/src/xml/base.xml:539 +#, python-format +msgid "JS Tests" +msgstr "JS Testleri" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1750 +#, python-format +msgid "Save as:" +msgstr "Farklı kaydet:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:927 +#, python-format +msgid "Filter on: %s" +msgstr "Filtrelede: %s" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:2904 +#: code:addons/web/static/src/js/view_form.js:3757 +#, python-format +msgid "Create: " +msgstr "Oluştur: " + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:540 +#, python-format +msgid "View Fields" +msgstr "Alanları Göster" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:330 +#, python-format +msgid "Confirm New Password:" +msgstr "Yeni Parolayı Onaylayın:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:575 +#, python-format +msgid "Do you really want to remove these records?" +msgstr "Bu kayıtları silmek istediğinizden emin misinizi?" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:958 +#, python-format +msgid "Context:" +msgstr "Bağlam:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1933 +#: code:addons/web/static/src/js/search.js:1960 +#, python-format +msgid "is" +msgstr "olan" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/data_export.js:6 +#, python-format +msgid "Export Data" +msgstr "Veri Dışaaktar" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:962 +#, python-format +msgid "Domain:" +msgstr "Domain:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:834 +#, python-format +msgid "Default:" +msgstr "Öntanımlı:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:82 +#: code:addons/web/static/src/xml/base.xml:446 +#, python-format +msgid "OpenERP" +msgstr "OpenERP" + +#. module: web +#. openerp-web +#: code:addons/web/doc/module/static/src/xml/web_example.xml:8 +#, python-format +msgid "Stop" +msgstr "Durdur" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:68 +#: code:addons/web/static/src/xml/base.xml:193 +#: code:addons/web/static/src/xml/base.xml:225 +#, python-format +msgid "Database:" +msgstr "Veritabanı:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1183 +#: code:addons/web/static/src/xml/base.xml:1240 +#, python-format +msgid "Uploading ..." +msgstr "Yükleniyor ..." + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1853 +#, python-format +msgid "Name:" +msgstr "Adı:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:1058 +#, python-format +msgid "About" +msgstr "Hakkında" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1431 +#, python-format +msgid "Search Again" +msgstr "Yeniden Arama" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1455 +#, python-format +msgid "-- Filters --" +msgstr "-- Filtreler --" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1230 +#: code:addons/web/static/src/xml/base.xml:1232 +#, python-format +msgid "Clear" +msgstr "Temizle" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1680 +#, python-format +msgid "Export all Data" +msgstr "Tüm veriyi Dışa Aktar" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:1334 +#, python-format +msgid "" +"Grouping on field '%s' is not possible because that field does not appear in " +"the list view." +msgstr "" +"'%s' alanında gruplama mümkün değil çünki alan liste görünümünde görünmüyor." + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:537 +#, python-format +msgid "Set Defaults" +msgstr "Öntanımlı Ayarla" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1670 +#, python-format +msgid "" +"This wizard will export all data that matches the current search criteria to " +"a CSV file.\n" +" You can export all data or only the fields that can be " +"reimported after modification." +msgstr "" +"Bu sihirbaz şuanki arama kriterlerine uyan verileri CSV dosyasına çıkartır.\n" +" Bütün verileri ya da sadece tekrar içeri aktarılabilecekleri " +"dosyaya kaydedebilirsiniz." + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:321 +#, python-format +msgid "The record could not be found in the database." +msgstr "Kayıt veritabanında bulunamadı" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1472 +#, python-format +msgid "Filter Name:" +msgstr "Filtre Adı:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:946 +#, python-format +msgid "Type:" +msgstr "Türü:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:538 +#, python-format +msgid "Incorrect super-administrator password" +msgstr "Geçersiz super-yönetici şifresi" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:942 +#, python-format +msgid "Object:" +msgstr "Nesne:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:292 +#: code:addons/web/static/src/js/chrome.js:326 +#, python-format +msgid "Loading" +msgstr "Yükleniyor" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/coresetup.js:609 +#, python-format +msgid "about a year ago" +msgstr "yaklaşık bir yıl önce" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1870 +#: code:addons/web/static/src/js/search.js:1880 +#: code:addons/web/static/src/js/search.js:1914 +#: code:addons/web/static/src/js/search.js:1939 +#, python-format +msgid "is not equal to" +msgstr "eşit değildir" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:5036 +#, python-format +msgid "" +"The type of the field '%s' must be a many2many field with a relation to " +"'ir.attachment' model." +msgstr "" +"'%s' alanı 'ir.attachment' modeline many2many ile bağlı bir tipte olmalı" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/coresetup.js:604 +#, python-format +msgid "%d hours ago" +msgstr "%d saat önce" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:4206 +#: code:addons/web/static/src/js/view_form.js:4335 +#, python-format +msgid "Add: " +msgstr "Ekle: " + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1858 +#, python-format +msgid "Quick Add" +msgstr "Hızlı Ekle" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1805 +#, python-format +msgid "Latin 1" +msgstr "Latin 1" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:260 +#: code:addons/web/static/src/js/chrome.js:269 +#: code:addons/web/static/src/js/chrome.js:449 +#: code:addons/web/static/src/js/chrome.js:792 +#: code:addons/web/static/src/js/view_form.js:572 +#: code:addons/web/static/src/js/view_form.js:1923 +#: code:addons/web/static/src/xml/base.xml:1752 +#, python-format +msgid "Ok" +msgstr "Tamam" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/views.js:1162 +#, python-format +msgid "Uploading..." +msgstr "Gönderiliyor..." + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:125 +#, python-format +msgid "Load Demonstration data:" +msgstr "Örnek verileri yükle:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:615 +#, python-format +msgid "Created by :" +msgstr "Oluşturan:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/dates.js:22 +#: code:addons/web/static/src/js/dates.js:26 +#, python-format +msgid "'%s' is not a valid datetime" +msgstr "'%s' geçersiz bir tarih saat değeri" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:256 +#, python-format +msgid "File:" +msgstr "Dosya:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1882 +#: code:addons/web/static/src/js/search.js:1916 +#: code:addons/web/static/src/js/search.js:1941 +#, python-format +msgid "less than" +msgstr "küçüktür" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:687 +#: code:addons/web/static/src/js/views.js:1097 +#, python-format +msgid "Warning" +msgstr "Uyarı" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:547 +#, python-format +msgid "Edit SearchView" +msgstr "Arama Görünümünü Düzenle" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1975 +#, python-format +msgid "is true" +msgstr "doğrudur" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:3909 +#, python-format +msgid "Add an item" +msgstr "Bir öge ekle" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1603 +#, python-format +msgid "Save current filter" +msgstr "Şimdiki filtreyi kaydet" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:1915 +#, python-format +msgid "Confirm" +msgstr "Onayla" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/data_export.js:126 +#, python-format +msgid "Please enter save field list name" +msgstr "Lütfen kaydedilecek alan listesi adını girin" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:2206 +#, python-format +msgid "Download \"%s\"" +msgstr "\"%s\" İndir" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:326 +#, python-format +msgid "New" +msgstr "Yeni" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:1767 +#, python-format +msgid "Can't convert value %s to context" +msgstr "%s değeri bağlama dönüştürülemiyor" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/views.js:807 +#: code:addons/web/static/src/xml/base.xml:541 +#, python-format +msgid "Fields View Get" +msgstr "Alanların görünümünü al" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:149 +#, python-format +msgid "Confirm password:" +msgstr "Parolayı onayla:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1883 +#: code:addons/web/static/src/js/search.js:1917 +#: code:addons/web/static/src/js/search.js:1942 +#, python-format +msgid "greater or equal than" +msgstr "büyük yada eşittir" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1321 +#, python-format +msgid "Button" +msgstr "Buton" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:418 +#, python-format +msgid "OpenERP is a trademark of the" +msgstr "OpenERP markasının sahibi" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/data_export.js:374 +#, python-format +msgid "Please select fields to export..." +msgstr "Lütfen dışaaktarılacak alanları seçin..." + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:286 +#, python-format +msgid "New master password:" +msgstr "Yeni Mastır Parola:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1976 +#, python-format +msgid "is false" +msgstr "yanlıştır" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:404 +#, python-format +msgid "About OpenERP" +msgstr "OpenERP Hakkında" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/formats.js:297 +#, python-format +msgid "'%s' is not a correct date, datetime nor time" +msgstr "'%s' geçerli bir tarih, saat ya da tarih saat değeri değil" + +#. module: web +#: code:addons/web/controllers/main.py:1264 +#, python-format +msgid "No content found for field '%s' on '%s:%s'" +msgstr "'%s' alanı için içerik '%s:%s' bulunamadı" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:304 +#, python-format +msgid "Database Management" +msgstr "Veritabanı Yönetimi" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:5007 +#, python-format +msgid "Image" +msgstr "Görüntü" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:81 +#, python-format +msgid "Manage Databases" +msgstr "Veritabanlarını Yönet" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/pyeval.js:765 +#, python-format +msgid "Evaluation Error" +msgstr "Değerlendirme Hatası" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1283 +#, python-format +msgid "not a valid integer" +msgstr "geçerli bir tamsayı değil" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:337 +#: code:addons/web/static/src/xml/base.xml:776 +#: code:addons/web/static/src/xml/base.xml:816 +#: code:addons/web/static/src/xml/base.xml:1376 +#: code:addons/web/static/src/xml/base.xml:1384 +#: code:addons/web/static/src/xml/base.xml:1630 +#, python-format +msgid "or" +msgstr "veya" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1381 +#, python-format +msgid "No" +msgstr "Hayır" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/formats.js:309 +#, python-format +msgid "'%s' is not convertible to date, datetime nor time" +msgstr "'%s' tarih, tarihsaat veya saat biçimine çevrilemiyor" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:199 +#: code:addons/web/static/src/xml/base.xml:161 +#: code:addons/web/static/src/xml/base.xml:307 +#, python-format +msgid "Duplicate" +msgstr "Kopyala" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:777 +#: code:addons/web/static/src/xml/base.xml:817 +#: code:addons/web/static/src/xml/base.xml:1391 +#, python-format +msgid "Discard" +msgstr "Gözardı Et" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1624 +#, python-format +msgid "Add a condition" +msgstr "Bir koşul ekle" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/coresetup.js:629 +#, python-format +msgid "Still loading..." +msgstr "Hala yükleniyor..." + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:818 +#, python-format +msgid "Incorrect value for field %(fieldname)s: [%(value)s] is %(message)s" +msgstr "Alan %(fieldname)s: [%(value)s] -> %(message)s için hatalı değer" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:3805 +#, python-format +msgid "The o2m record must be saved before an action can be used" +msgstr "birden çoka kaydı bir eylem kullanılmadan önce kaydedilmeli" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:509 +#, python-format +msgid "Backed" +msgstr "Yedeklenmiş" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1610 +#, python-format +msgid "Use by default" +msgstr "Öntanımlı kullan" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:1348 +#, python-format +msgid "%s (%d)" +msgstr "%s (%d)" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:775 +#, python-format +msgid "triggered from search view" +msgstr "Arama görünümünden tetiklendi" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:978 +#, python-format +msgid "Filter" +msgstr "Filtre" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:950 +#, python-format +msgid "Widget:" +msgstr "Parçacık:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:548 +#, python-format +msgid "Edit Action" +msgstr "İşlemi Düzenle" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:555 +#, python-format +msgid "ID:" +msgstr "ID:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:870 +#, python-format +msgid "Only you" +msgstr "Sadece sen" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:549 +#, python-format +msgid "Edit Workflow" +msgstr "İş Akışını Düzenle" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/views.js:1171 +#, python-format +msgid "Do you really want to delete this attachment ?" +msgstr "Gerçekten bu eki silmek istediğinizden emin misiniz?" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/views.js:840 +#, python-format +msgid "Technical Translation" +msgstr "Terim Çevirileri" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:938 +#, python-format +msgid "Field:" +msgstr "Alan:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:620 +#, python-format +msgid "Modified by :" +msgstr "Değiştiren :" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:499 +#, python-format +msgid "The database %s has been dropped" +msgstr "Veritabanu %s silindi" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:460 +#, python-format +msgid "User's timezone" +msgstr "Kullanıcı saat-dilimi" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:284 +#: code:addons/web/static/src/js/chrome.js:1168 +#, python-format +msgid "Client Error" +msgstr "İstemci Hatası" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/views.js:998 +#, python-format +msgid "Print" +msgstr "Yazdır" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1331 +#, python-format +msgid "Special:" +msgstr "Özel:" + +#. module: web +#: code:addons/web/controllers/main.py:834 +#, python-format +msgid "" +"The old password you provided is incorrect, your password was not changed." +msgstr "Eski şifrenizi yanlış girdiniz, şifreniz değiştirilemedi." + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:561 +#, python-format +msgid "Creation User:" +msgstr "Oluşturan Kullanıcı:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:769 +#, python-format +msgid "Do you really want to delete this record?" +msgstr "Bu kaydı silmek istediğinden emin misin?" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1385 +#, python-format +msgid "Save & Close" +msgstr "Kaydet & Kapat" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:2845 +#, python-format +msgid "Search More..." +msgstr "Daha Fazla Ara..." + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:75 +#: code:addons/web/static/src/xml/base.xml:311 +#, python-format +msgid "Password" +msgstr "Şifre" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:546 +#: code:addons/web/static/src/xml/base.xml:809 +#: code:addons/web/static/src/xml/base.xml:1178 +#, python-format +msgid "Edit" +msgstr "Düzenle" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1706 +#, python-format +msgid "Remove" +msgstr "Kaldır" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1062 +#, python-format +msgid "Select date" +msgstr "Tarihi seç" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1249 +#, python-format +msgid "Search %(field)s for: %(value)s" +msgstr "%(field)s alanlarında %(value)s yi ara" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1277 +#, python-format +msgid "Delete this file" +msgstr "Bu dosyayı sil" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:109 +#, python-format +msgid "Create Database" +msgstr "Veritabanı Oluştur." + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:420 +#, python-format +msgid "GNU Affero General Public License" +msgstr "GNU Affero Genel Kamu Lisansı" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1795 +#, python-format +msgid "Separator:" +msgstr "Ayraç:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:300 +#, python-format +msgid "Back to Login" +msgstr "Girişe Dön" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1662 +#: code:addons/web/static/src/xml/base.xml:1454 +#, python-format +msgid "Filters" +msgstr "Filtreler" diff --git a/web/i18n/uk.po b/web/i18n/uk.po new file mode 100644 index 0000000..17d40de --- /dev/null +++ b/web/i18n/uk.po @@ -0,0 +1,2602 @@ +# Ukrainian translation for openerp-web +# Copyright (c) 2012 Rosetta Contributors and Canonical Ltd 2012 +# This file is distributed under the same license as the openerp-web package. +# FIRST AUTHOR , 2012. +# +msgid "" +msgstr "" +"Project-Id-Version: openerp-web\n" +"Report-Msgid-Bugs-To: FULL NAME \n" +"POT-Creation-Date: 2012-12-21 17:06+0000\n" +"PO-Revision-Date: 2012-12-21 23:00+0000\n" +"Last-Translator: FULL NAME \n" +"Language-Team: Ukrainian \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Launchpad-Export-Date: 2012-12-22 07:38+0000\n" +"X-Generator: Launchpad (build 16378)\n" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:133 +#, python-format +msgid "Default language:" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/coresetup.js:602 +#, python-format +msgid "%d minutes ago" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/coresetup.js:630 +#, python-format +msgid "Still loading...
    Please be patient." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1832 +#, python-format +msgid "%(field)s %(operator)s \"%(value)s\"" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1884 +#: code:addons/web/static/src/js/search.js:1918 +#: code:addons/web/static/src/js/search.js:1943 +#, python-format +msgid "less or equal than" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:393 +#, python-format +msgid "Please enter your previous password" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:117 +#: code:addons/web/static/src/xml/base.xml:167 +#: code:addons/web/static/src/xml/base.xml:282 +#, python-format +msgid "Master password:" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:274 +#, python-format +msgid "Change Master Password" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:491 +#, python-format +msgid "Do you really want to delete the database: %s ?" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1398 +#, python-format +msgid "Search %(field)s at: %(value)s" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:537 +#, python-format +msgid "Access Denied" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:5183 +#, python-format +msgid "Uploading error" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/coresetup.js:603 +#, python-format +msgid "about an hour ago" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/controllers/main.py:768 +#: code:addons/web/static/src/js/chrome.js:514 +#: code:addons/web/static/src/xml/base.xml:216 +#, python-format +msgid "Backup Database" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/views.js:463 +#, python-format +msgid "%(view_type)s view" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/dates.js:49 +#: code:addons/web/static/src/js/dates.js:53 +#, python-format +msgid "'%s' is not a valid date" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1837 +#, python-format +msgid "Here is a preview of the file we could not import:" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/coresetup.js:601 +#, python-format +msgid "about a minute ago" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1297 +#, python-format +msgid "File" +msgstr "" + +#. module: web +#: code:addons/web/controllers/main.py:826 +#, python-format +msgid "You cannot leave any password empty." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:680 +#, python-format +msgid "Invalid username or password" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:206 +#: code:addons/web/static/src/xml/base.xml:238 +#: code:addons/web/static/src/xml/base.xml:260 +#, python-format +msgid "Master Password:" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1217 +#: code:addons/web/static/src/xml/base.xml:1374 +#, python-format +msgid "Select" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:549 +#, python-format +msgid "Database restored successfully" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:415 +#, python-format +msgid "Version" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:570 +#, python-format +msgid "Latest Modification Date:" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1459 +#, python-format +msgid "M2O search fields do not currently handle multiple default values" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:1227 +#, python-format +msgid "Widget type '%s' is not implemented" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1608 +#, python-format +msgid "Share with all users" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:77 +#: code:addons/web/static/src/js/view_form.js:321 +#, python-format +msgid "Form" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1324 +#, python-format +msgid "(no string)" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/formats.js:282 +#, python-format +msgid "'%s' is not a correct time" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1297 +#, python-format +msgid "not a valid number" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:325 +#, python-format +msgid "New Password:" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:610 +#, python-format +msgid "Attachment :" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1691 +#, python-format +msgid "Fields to export" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:1340 +#, python-format +msgid "Undefined" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:4871 +#, python-format +msgid "File Upload" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/coresetup.js:607 +#, python-format +msgid "about a month ago" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1600 +#, python-format +msgid "Custom Filters" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1336 +#, python-format +msgid "Button Type:" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:419 +#, python-format +msgid "OpenERP SA Company" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1553 +#, python-format +msgid "Custom Filter" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:159 +#, python-format +msgid "Duplicate Database" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/controllers/main.py:789 +#: code:addons/web/controllers/main.py:790 +#: code:addons/web/controllers/main.py:826 +#: code:addons/web/controllers/main.py:828 +#: code:addons/web/controllers/main.py:834 +#: code:addons/web/controllers/main.py:835 +#: code:addons/web/static/src/js/chrome.js:768 +#: code:addons/web/static/src/xml/base.xml:276 +#: code:addons/web/static/src/xml/base.xml:336 +#, python-format +msgid "Change Password" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:3411 +#, python-format +msgid "View type '%s' is not supported in One2Many." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:4951 +#: code:addons/web/static/src/js/view_list.js:2194 +#, python-format +msgid "Download" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/formats.js:266 +#, python-format +msgid "'%s' is not a correct datetime" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:417 +#, python-format +msgid "Group" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:927 +#, python-format +msgid "Unhandled widget" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:982 +#, python-format +msgid "Selection:" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:871 +#, python-format +msgid "The following fields are invalid:" +msgstr "" + +#. module: web +#: code:addons/web/controllers/main.py:847 +#, python-format +msgid "Languages" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1270 +#, python-format +msgid "...Upload in progress..." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1768 +#, python-format +msgid "Import" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:543 +#, python-format +msgid "Could not restore the database" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:4851 +#, python-format +msgid "File upload" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:3804 +#, python-format +msgid "Action Button" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:542 +#: code:addons/web/static/src/xml/base.xml:1467 +#, python-format +msgid "Manage Filters" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1867 +#, python-format +msgid "contains" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/coresetup.js:633 +#, python-format +msgid "Take a minute to get a coffee,
    because it's loading..." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:413 +#, python-format +msgid "Activate the developer mode" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:324 +#, python-format +msgid "Loading (%d)" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1114 +#, python-format +msgid "GroupBy" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:687 +#, python-format +msgid "You must select at least one record." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:535 +#, python-format +msgid "View Log (perm_read)" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:1061 +#, python-format +msgid "Set Default" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:978 +#, python-format +msgid "Relation:" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/coresetup.js:600 +#, python-format +msgid "less than a minute ago" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:851 +#, python-format +msgid "Condition:" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:1692 +#, python-format +msgid "Unsupported operator %s in domain %s" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/formats.js:242 +#, python-format +msgid "'%s' is not a correct float" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:549 +#, python-format +msgid "Restored" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:394 +#, python-format +msgid "%d-%d of %d" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:2868 +#, python-format +msgid "Create and Edit..." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/pyeval.js:731 +#, python-format +msgid "Unknown nonliteral type " +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:2346 +#, python-format +msgid "Resource error" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1961 +#, python-format +msgid "is not" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:550 +#, python-format +msgid "Print Workflow" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:396 +#, python-format +msgid "Please confirm your new password" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1804 +#, python-format +msgid "UTF-8" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:421 +#, python-format +msgid "For more information visit" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1859 +#, python-format +msgid "Add All Info..." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1683 +#, python-format +msgid "Export Formats" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:974 +#, python-format +msgid "On change:" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/views.js:865 +#, python-format +msgid "Model %s fields" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:893 +#, python-format +msgid "Setting 'id' attribute on existing record %s" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:8 +#, python-format +msgid "List" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1881 +#: code:addons/web/static/src/js/search.js:1915 +#: code:addons/web/static/src/js/search.js:1940 +#, python-format +msgid "greater than" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:2248 +#: code:addons/web/static/src/xml/base.xml:546 +#, python-format +msgid "View" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1466 +#, python-format +msgid "Save Filter" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1344 +#, python-format +msgid "Action ID:" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:457 +#, python-format +msgid "Your user's preference timezone does not match your browser timezone:" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:1223 +#, python-format +msgid "Field '%s' specified in view could not be found." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1756 +#, python-format +msgid "Saved exports:" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:320 +#, python-format +msgid "Old Password:" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/formats.js:113 +#, python-format +msgid "Bytes,Kb,Mb,Gb,Tb,Pb,Eb,Zb,Yb" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:481 +#, python-format +msgid "The database has been duplicated." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1625 +#, python-format +msgid "Apply" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1386 +#, python-format +msgid "Save & New" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1223 +#: code:addons/web/static/src/xml/base.xml:1225 +#, python-format +msgid "Save As" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/doc/module/static/src/xml/web_example.xml:3 +#, python-format +msgid "00:00:00" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:2317 +#, python-format +msgid "E-mail error" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/coresetup.js:605 +#, python-format +msgid "a day ago" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1789 +#, python-format +msgid "Does your file have titles?" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:327 +#, python-format +msgid "Unlimited" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:784 +#, python-format +msgid "" +"Warning, the record has been modified, your changes will be discarded.\n" +"\n" +"Are you sure you want to leave this page ?" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:2904 +#, python-format +msgid "Search: " +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:544 +#, python-format +msgid "Technical translation" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1797 +#, python-format +msgid "Delimiter:" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:462 +#, python-format +msgid "Browser's timezone" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1605 +#, python-format +msgid "Filter name" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1464 +#, python-format +msgid "-- Actions --" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:4134 +#: code:addons/web/static/src/js/view_form.js:4294 +#: code:addons/web/static/src/xml/base.xml:1407 +#: code:addons/web/static/src/xml/base.xml:1705 +#, python-format +msgid "Add" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:536 +#, python-format +msgid "Toggle Form Layout Outline" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:421 +#, python-format +msgid "OpenERP.com" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:2317 +#, python-format +msgid "Can't send email to invalid e-mail address" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:636 +#, python-format +msgid "Add..." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:405 +#, python-format +msgid "Preferences" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:436 +#, python-format +msgid "Wrong on change format: %s" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/controllers/main.py:750 +#: code:addons/web/static/src/xml/base.xml:185 +#, python-format +msgid "Drop Database" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:466 +#, python-format +msgid "Click here to change your user's timezone." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:966 +#, python-format +msgid "Modifiers:" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:627 +#, python-format +msgid "Delete this attachment" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:774 +#: code:addons/web/static/src/xml/base.xml:815 +#: code:addons/web/static/src/xml/base.xml:1382 +#: code:addons/web/static/src/xml/base.xml:1612 +#, python-format +msgid "Save" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/views.js:999 +#: code:addons/web/static/src/xml/base.xml:352 +#, python-format +msgid "More" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:73 +#, python-format +msgid "Username" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:481 +#, python-format +msgid "Duplicating database" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:563 +#, python-format +msgid "Password has been changed successfully" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list_editable.js:788 +#, python-format +msgid "The form's data can not be discarded" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:533 +#, python-format +msgid "Debug View#" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:77 +#, python-format +msgid "Log in" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:198 +#: code:addons/web/static/src/js/view_list.js:346 +#: code:addons/web/static/src/xml/base.xml:1764 +#, python-format +msgid "Delete" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/pyeval.js:769 +#, python-format +msgid "" +"Local evaluation failure\n" +"%s\n" +"\n" +"%s" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:350 +#, python-format +msgid "Invalid database name" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1693 +#, python-format +msgid "Save fields list" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/doc/module/static/src/xml/web_example.xml:5 +#, python-format +msgid "Start" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/views.js:823 +#, python-format +msgid "View Log (%s)" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:564 +#, python-format +msgid "Creation Date:" +msgstr "" + +#. module: web +#: code:addons/web/controllers/main.py:790 +#: code:addons/web/controllers/main.py:835 +#, python-format +msgid "Error, password not changed !" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:4850 +#, python-format +msgid "The selected file exceed the maximum file size of %s." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:632 +#: code:addons/web/static/src/xml/base.xml:1300 +#, python-format +msgid "/web/binary/upload_attachment" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:563 +#, python-format +msgid "Changed Password" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1431 +#, python-format +msgid "Search" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:3032 +#: code:addons/web/static/src/js/view_form.js:3668 +#: code:addons/web/static/src/js/view_form.js:3785 +#: code:addons/web/static/src/js/view_form.js:4230 +#: code:addons/web/static/src/js/view_form.js:4353 +#, python-format +msgid "Open: " +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:218 +#: code:addons/web/static/src/xml/base.xml:309 +#, python-format +msgid "Backup" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/dates.js:76 +#: code:addons/web/static/src/js/dates.js:80 +#, python-format +msgid "'%s' is not a valid time" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/formats.js:274 +#, python-format +msgid "'%s' is not a correct date" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:933 +#, python-format +msgid "(nolabel)" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/coresetup.js:606 +#, python-format +msgid "%d days ago" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1474 +#, python-format +msgid "(Any existing filter with the same name will be replaced)" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:1918 +#: code:addons/web/static/src/xml/base.xml:338 +#: code:addons/web/static/src/xml/base.xml:1377 +#: code:addons/web/static/src/xml/base.xml:1860 +#, python-format +msgid "Cancel" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/coresetup.js:628 +#: code:addons/web/static/src/xml/base.xml:9 +#, python-format +msgid "Loading..." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:567 +#, python-format +msgid "Latest Modification by:" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:1242 +#: code:addons/web/static/src/xml/base.xml:470 +#, python-format +msgid "Timezone mismatch" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:1646 +#, python-format +msgid "Unknown operator %s in domain %s" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:428 +#, python-format +msgid "%d / %d" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1782 +#, python-format +msgid "2. Check your file format" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1718 +#, python-format +msgid "Name" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1775 +#, python-format +msgid "" +"Select a .CSV file to import. If you need a sample of file to import,\n" +" you should use the export tool with the \"Import Compatible\" option." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/coresetup.js:608 +#, python-format +msgid "%d months ago" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:187 +#: code:addons/web/static/src/xml/base.xml:308 +#, python-format +msgid "Drop" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1465 +#, python-format +msgid "Add Advanced Filter" +msgstr "" + +#. module: web +#: code:addons/web/controllers/main.py:828 +#, python-format +msgid "The new password and its confirmation must be identical." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:542 +#: code:addons/web/static/src/xml/base.xml:248 +#, python-format +msgid "Restore Database" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:644 +#, python-format +msgid "Login" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:420 +#, python-format +msgid "Licenced under the terms of" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:250 +#: code:addons/web/static/src/xml/base.xml:310 +#, python-format +msgid "Restore" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1677 +#, python-format +msgid "Export Type:" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:406 +#, python-format +msgid "Log out" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1090 +#, python-format +msgid "Group by: %s" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:153 +#, python-format +msgid "No data provided." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:345 +#: code:addons/web/static/src/xml/base.xml:1665 +#, python-format +msgid "Export" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/data_export.js:12 +#, python-format +msgid "Export To File" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/views.js:1097 +#, python-format +msgid "You must choose at least one record." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/coresetup.js:631 +#, python-format +msgid "Don't leave yet,
    it's still loading..." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:775 +#, python-format +msgid "Invalid Search" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:980 +#, python-format +msgid "Could not find id in dataset" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1707 +#, python-format +msgid "Remove All" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1340 +#, python-format +msgid "Method:" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:1439 +#, python-format +msgid "%(page)d/%(page_count)d" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:397 +#, python-format +msgid "The confirmation does not match the password" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:441 +#, python-format +msgid "Edit Company data" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:4886 +#, python-format +msgid "Save As..." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:5007 +#, python-format +msgid "Could not display the selected image." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:509 +#, python-format +msgid "Database backed up successfully" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1808 +#, python-format +msgid "" +"For use if CSV files have titles on multiple lines, skips more than a single " +"line during import" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:394 +#, python-format +msgid "99+" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1774 +#, python-format +msgid "1. Import a .CSV file" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:644 +#, python-format +msgid "No database selected !" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/formats.js:180 +#, python-format +msgid "(%d records)" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:970 +#, python-format +msgid "Change default:" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:171 +#, python-format +msgid "Original database name:" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1869 +#: code:addons/web/static/src/js/search.js:1879 +#: code:addons/web/static/src/js/search.js:1913 +#: code:addons/web/static/src/js/search.js:1938 +#, python-format +msgid "is equal to" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/views.js:1500 +#, python-format +msgid "Could not serialize XML" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1619 +#, python-format +msgid "Advanced Search" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:290 +#, python-format +msgid "Confirm new master password:" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/coresetup.js:634 +#, python-format +msgid "Maybe you should consider reloading the application by pressing F5..." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:17 +#: code:addons/web/static/src/js/view_list.js:2248 +#: code:addons/web/static/src/xml/base.xml:111 +#: code:addons/web/static/src/xml/base.xml:306 +#: code:addons/web/static/src/xml/base.xml:812 +#: code:addons/web/static/src/xml/base.xml:1376 +#, python-format +msgid "Create" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1868 +#, python-format +msgid "doesn't contain" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1785 +#, python-format +msgid "Import Options" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:2936 +#, python-format +msgid "Add %s" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:145 +#, python-format +msgid "Admin password:" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/data_export.js:11 +#: code:addons/web/static/src/js/view_form.js:1067 +#: code:addons/web/static/src/xml/base.xml:1394 +#, python-format +msgid "Close" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/coresetup.js:632 +#, python-format +msgid "" +"You may not believe it,
    but the application is actually loading..." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1779 +#, python-format +msgid "CSV File:" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1741 +#, python-format +msgid "Advanced" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_tree.js:11 +#, python-format +msgid "Tree" +msgstr "" + +#. module: web +#: code:addons/web/controllers/main.py:750 +#, python-format +msgid "Could not drop database !" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/formats.js:227 +#, python-format +msgid "'%s' is not a correct integer" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:877 +#, python-format +msgid "All users" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:1654 +#, python-format +msgid "Unknown field %s in domain %s" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/views.js:1466 +#, python-format +msgid "Node [%s] is not a JSONified XML node" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1428 +#, python-format +msgid "Advanced Search..." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:499 +#, python-format +msgid "Dropping database" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:82 +#: code:addons/web/static/src/xml/base.xml:445 +#, python-format +msgid "Powered by" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1380 +#: code:addons/web/static/src/xml/base.xml:970 +#, python-format +msgid "Yes" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:4871 +#, python-format +msgid "There was a problem while uploading your file" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:558 +#, python-format +msgid "XML ID:" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:954 +#, python-format +msgid "Size:" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1824 +#, python-format +msgid "--- Don't Import ---" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1679 +#, python-format +msgid "Import-Compatible Export" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/coresetup.js:610 +#, python-format +msgid "%d years ago" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:1040 +#, python-format +msgid "Unknown m2m command %s" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:1068 +#, python-format +msgid "Save default" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:121 +#: code:addons/web/static/src/xml/base.xml:175 +#: code:addons/web/static/src/xml/base.xml:264 +#, python-format +msgid "New database name:" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:394 +#, python-format +msgid "Please enter your new password" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:4886 +#, python-format +msgid "The field is empty, there's nothing to save !" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:545 +#, python-format +msgid "Manage Views" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1801 +#, python-format +msgid "Encoding:" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1808 +#, python-format +msgid "Lines to skip" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:2858 +#, python-format +msgid "Create \"%s\"" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/data_export.js:361 +#, python-format +msgid "Please select fields to save export list..." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:418 +#, python-format +msgid "Copyright © 2004-TODAY OpenERP SA. All Rights Reserved." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:2346 +#, python-format +msgid "This resource is empty" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1689 +#, python-format +msgid "Available fields" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1835 +#, python-format +msgid "The import failed due to:" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/views.js:812 +#: code:addons/web/static/src/xml/base.xml:539 +#, python-format +msgid "JS Tests" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1750 +#, python-format +msgid "Save as:" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:927 +#, python-format +msgid "Filter on: %s" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:2904 +#: code:addons/web/static/src/js/view_form.js:3757 +#, python-format +msgid "Create: " +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:540 +#, python-format +msgid "View Fields" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:330 +#, python-format +msgid "Confirm New Password:" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:575 +#, python-format +msgid "Do you really want to remove these records?" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:958 +#, python-format +msgid "Context:" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1933 +#: code:addons/web/static/src/js/search.js:1960 +#, python-format +msgid "is" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/data_export.js:6 +#, python-format +msgid "Export Data" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:962 +#, python-format +msgid "Domain:" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:834 +#, python-format +msgid "Default:" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:82 +#: code:addons/web/static/src/xml/base.xml:446 +#, python-format +msgid "OpenERP" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/doc/module/static/src/xml/web_example.xml:8 +#, python-format +msgid "Stop" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:68 +#: code:addons/web/static/src/xml/base.xml:193 +#: code:addons/web/static/src/xml/base.xml:225 +#, python-format +msgid "Database:" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1183 +#: code:addons/web/static/src/xml/base.xml:1240 +#, python-format +msgid "Uploading ..." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1853 +#, python-format +msgid "Name:" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:1058 +#, python-format +msgid "About" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1431 +#, python-format +msgid "Search Again" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1455 +#, python-format +msgid "-- Filters --" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1230 +#: code:addons/web/static/src/xml/base.xml:1232 +#, python-format +msgid "Clear" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1680 +#, python-format +msgid "Export all Data" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:1334 +#, python-format +msgid "" +"Grouping on field '%s' is not possible because that field does not appear in " +"the list view." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:537 +#, python-format +msgid "Set Defaults" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1670 +#, python-format +msgid "" +"This wizard will export all data that matches the current search criteria to " +"a CSV file.\n" +" You can export all data or only the fields that can be " +"reimported after modification." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:321 +#, python-format +msgid "The record could not be found in the database." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1472 +#, python-format +msgid "Filter Name:" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:946 +#, python-format +msgid "Type:" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:538 +#, python-format +msgid "Incorrect super-administrator password" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:942 +#, python-format +msgid "Object:" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:292 +#: code:addons/web/static/src/js/chrome.js:326 +#, python-format +msgid "Loading" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/coresetup.js:609 +#, python-format +msgid "about a year ago" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1870 +#: code:addons/web/static/src/js/search.js:1880 +#: code:addons/web/static/src/js/search.js:1914 +#: code:addons/web/static/src/js/search.js:1939 +#, python-format +msgid "is not equal to" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:5036 +#, python-format +msgid "" +"The type of the field '%s' must be a many2many field with a relation to " +"'ir.attachment' model." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/coresetup.js:604 +#, python-format +msgid "%d hours ago" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:4206 +#: code:addons/web/static/src/js/view_form.js:4335 +#, python-format +msgid "Add: " +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1858 +#, python-format +msgid "Quick Add" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1805 +#, python-format +msgid "Latin 1" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:260 +#: code:addons/web/static/src/js/chrome.js:269 +#: code:addons/web/static/src/js/chrome.js:449 +#: code:addons/web/static/src/js/chrome.js:792 +#: code:addons/web/static/src/js/view_form.js:572 +#: code:addons/web/static/src/js/view_form.js:1923 +#: code:addons/web/static/src/xml/base.xml:1752 +#, python-format +msgid "Ok" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/views.js:1162 +#, python-format +msgid "Uploading..." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:125 +#, python-format +msgid "Load Demonstration data:" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:615 +#, python-format +msgid "Created by :" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/dates.js:22 +#: code:addons/web/static/src/js/dates.js:26 +#, python-format +msgid "'%s' is not a valid datetime" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:256 +#, python-format +msgid "File:" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1882 +#: code:addons/web/static/src/js/search.js:1916 +#: code:addons/web/static/src/js/search.js:1941 +#, python-format +msgid "less than" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:687 +#: code:addons/web/static/src/js/views.js:1097 +#, python-format +msgid "Warning" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:547 +#, python-format +msgid "Edit SearchView" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1975 +#, python-format +msgid "is true" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:3909 +#, python-format +msgid "Add an item" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1603 +#, python-format +msgid "Save current filter" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:1915 +#, python-format +msgid "Confirm" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/data_export.js:126 +#, python-format +msgid "Please enter save field list name" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:2206 +#, python-format +msgid "Download \"%s\"" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:326 +#, python-format +msgid "New" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:1767 +#, python-format +msgid "Can't convert value %s to context" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/views.js:807 +#: code:addons/web/static/src/xml/base.xml:541 +#, python-format +msgid "Fields View Get" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:149 +#, python-format +msgid "Confirm password:" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1883 +#: code:addons/web/static/src/js/search.js:1917 +#: code:addons/web/static/src/js/search.js:1942 +#, python-format +msgid "greater or equal than" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1321 +#, python-format +msgid "Button" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:418 +#, python-format +msgid "OpenERP is a trademark of the" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/data_export.js:374 +#, python-format +msgid "Please select fields to export..." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:286 +#, python-format +msgid "New master password:" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1976 +#, python-format +msgid "is false" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:404 +#, python-format +msgid "About OpenERP" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/formats.js:297 +#, python-format +msgid "'%s' is not a correct date, datetime nor time" +msgstr "" + +#. module: web +#: code:addons/web/controllers/main.py:1264 +#, python-format +msgid "No content found for field '%s' on '%s:%s'" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:304 +#, python-format +msgid "Database Management" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:5007 +#, python-format +msgid "Image" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:81 +#, python-format +msgid "Manage Databases" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/pyeval.js:765 +#, python-format +msgid "Evaluation Error" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1283 +#, python-format +msgid "not a valid integer" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:337 +#: code:addons/web/static/src/xml/base.xml:776 +#: code:addons/web/static/src/xml/base.xml:816 +#: code:addons/web/static/src/xml/base.xml:1376 +#: code:addons/web/static/src/xml/base.xml:1384 +#: code:addons/web/static/src/xml/base.xml:1630 +#, python-format +msgid "or" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1381 +#, python-format +msgid "No" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/formats.js:309 +#, python-format +msgid "'%s' is not convertible to date, datetime nor time" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:199 +#: code:addons/web/static/src/xml/base.xml:161 +#: code:addons/web/static/src/xml/base.xml:307 +#, python-format +msgid "Duplicate" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:777 +#: code:addons/web/static/src/xml/base.xml:817 +#: code:addons/web/static/src/xml/base.xml:1391 +#, python-format +msgid "Discard" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1624 +#, python-format +msgid "Add a condition" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/coresetup.js:629 +#, python-format +msgid "Still loading..." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:818 +#, python-format +msgid "Incorrect value for field %(fieldname)s: [%(value)s] is %(message)s" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:3805 +#, python-format +msgid "The o2m record must be saved before an action can be used" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:509 +#, python-format +msgid "Backed" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1610 +#, python-format +msgid "Use by default" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:1348 +#, python-format +msgid "%s (%d)" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:775 +#, python-format +msgid "triggered from search view" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:978 +#, python-format +msgid "Filter" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:950 +#, python-format +msgid "Widget:" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:548 +#, python-format +msgid "Edit Action" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:555 +#, python-format +msgid "ID:" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:870 +#, python-format +msgid "Only you" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:549 +#, python-format +msgid "Edit Workflow" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/views.js:1171 +#, python-format +msgid "Do you really want to delete this attachment ?" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/views.js:840 +#, python-format +msgid "Technical Translation" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:938 +#, python-format +msgid "Field:" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:620 +#, python-format +msgid "Modified by :" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:499 +#, python-format +msgid "The database %s has been dropped" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:460 +#, python-format +msgid "User's timezone" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:284 +#: code:addons/web/static/src/js/chrome.js:1168 +#, python-format +msgid "Client Error" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/views.js:998 +#, python-format +msgid "Print" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1331 +#, python-format +msgid "Special:" +msgstr "" + +#. module: web +#: code:addons/web/controllers/main.py:834 +#, python-format +msgid "" +"The old password you provided is incorrect, your password was not changed." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:561 +#, python-format +msgid "Creation User:" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:769 +#, python-format +msgid "Do you really want to delete this record?" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1385 +#, python-format +msgid "Save & Close" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:2845 +#, python-format +msgid "Search More..." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:75 +#: code:addons/web/static/src/xml/base.xml:311 +#, python-format +msgid "Password" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:546 +#: code:addons/web/static/src/xml/base.xml:809 +#: code:addons/web/static/src/xml/base.xml:1178 +#, python-format +msgid "Edit" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1706 +#, python-format +msgid "Remove" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1062 +#, python-format +msgid "Select date" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1249 +#, python-format +msgid "Search %(field)s for: %(value)s" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1277 +#, python-format +msgid "Delete this file" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:109 +#, python-format +msgid "Create Database" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:420 +#, python-format +msgid "GNU Affero General Public License" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1795 +#, python-format +msgid "Separator:" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:300 +#, python-format +msgid "Back to Login" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1662 +#: code:addons/web/static/src/xml/base.xml:1454 +#, python-format +msgid "Filters" +msgstr "" diff --git a/web/i18n/web.pot b/web/i18n/web.pot new file mode 100644 index 0000000..2122713 --- /dev/null +++ b/web/i18n/web.pot @@ -0,0 +1,2587 @@ +# Translation of OpenERP Server. +# This file contains the translation of the following modules: +# * web +# +msgid "" +msgstr "" +"Project-Id-Version: OpenERP Server 7.0alpha\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2012-12-21 17:06+0000\n" +"PO-Revision-Date: 2012-12-21 17:06+0000\n" +"Last-Translator: <>\n" +"Language-Team: \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Plural-Forms: \n" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:133 +#, python-format +msgid "Default language:" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/coresetup.js:602 +#, python-format +msgid "%d minutes ago" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/coresetup.js:630 +#, python-format +msgid "Still loading...
    Please be patient." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1832 +#, python-format +msgid "%(field)s %(operator)s \"%(value)s\"" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1884 +#: code:addons/web/static/src/js/search.js:1918 +#: code:addons/web/static/src/js/search.js:1943 +#, python-format +msgid "less or equal than" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:393 +#, python-format +msgid "Please enter your previous password" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:117 +#: code:addons/web/static/src/xml/base.xml:167 +#: code:addons/web/static/src/xml/base.xml:282 +#, python-format +msgid "Master password:" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:274 +#, python-format +msgid "Change Master Password" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:491 +#, python-format +msgid "Do you really want to delete the database: %s ?" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1398 +#, python-format +msgid "Search %(field)s at: %(value)s" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:537 +#, python-format +msgid "Access Denied" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:5183 +#, python-format +msgid "Uploading error" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/coresetup.js:603 +#, python-format +msgid "about an hour ago" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/controllers/main.py:768 +#: code:addons/web/static/src/js/chrome.js:514 +#: code:addons/web/static/src/xml/base.xml:216 +#, python-format +msgid "Backup Database" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/views.js:463 +#, python-format +msgid "%(view_type)s view" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/dates.js:49 +#: code:addons/web/static/src/js/dates.js:53 +#, python-format +msgid "'%s' is not a valid date" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1837 +#, python-format +msgid "Here is a preview of the file we could not import:" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/coresetup.js:601 +#, python-format +msgid "about a minute ago" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1297 +#, python-format +msgid "File" +msgstr "" + +#. module: web +#: code:addons/web/controllers/main.py:826 +#, python-format +msgid "You cannot leave any password empty." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:680 +#, python-format +msgid "Invalid username or password" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:206 +#: code:addons/web/static/src/xml/base.xml:238 +#: code:addons/web/static/src/xml/base.xml:260 +#, python-format +msgid "Master Password:" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1217 +#: code:addons/web/static/src/xml/base.xml:1374 +#, python-format +msgid "Select" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:549 +#, python-format +msgid "Database restored successfully" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:415 +#, python-format +msgid "Version" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:570 +#, python-format +msgid "Latest Modification Date:" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1459 +#, python-format +msgid "M2O search fields do not currently handle multiple default values" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:1227 +#, python-format +msgid "Widget type '%s' is not implemented" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1608 +#, python-format +msgid "Share with all users" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:77 +#: code:addons/web/static/src/js/view_form.js:321 +#, python-format +msgid "Form" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1324 +#, python-format +msgid "(no string)" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/formats.js:282 +#, python-format +msgid "'%s' is not a correct time" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1297 +#, python-format +msgid "not a valid number" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:325 +#, python-format +msgid "New Password:" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:610 +#, python-format +msgid "Attachment :" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1691 +#, python-format +msgid "Fields to export" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:1340 +#, python-format +msgid "Undefined" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:4871 +#, python-format +msgid "File Upload" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/coresetup.js:607 +#, python-format +msgid "about a month ago" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1600 +#, python-format +msgid "Custom Filters" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1336 +#, python-format +msgid "Button Type:" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:419 +#, python-format +msgid "OpenERP SA Company" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1553 +#, python-format +msgid "Custom Filter" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:159 +#, python-format +msgid "Duplicate Database" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/controllers/main.py:789 +#: code:addons/web/controllers/main.py:790 +#: code:addons/web/controllers/main.py:826 +#: code:addons/web/controllers/main.py:828 +#: code:addons/web/controllers/main.py:834 +#: code:addons/web/controllers/main.py:835 +#: code:addons/web/static/src/js/chrome.js:768 +#: code:addons/web/static/src/xml/base.xml:276 +#: code:addons/web/static/src/xml/base.xml:336 +#, python-format +msgid "Change Password" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:3411 +#, python-format +msgid "View type '%s' is not supported in One2Many." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:4951 +#: code:addons/web/static/src/js/view_list.js:2194 +#, python-format +msgid "Download" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/formats.js:266 +#, python-format +msgid "'%s' is not a correct datetime" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:417 +#, python-format +msgid "Group" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:927 +#, python-format +msgid "Unhandled widget" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:982 +#, python-format +msgid "Selection:" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:871 +#, python-format +msgid "The following fields are invalid:" +msgstr "" + +#. module: web +#: code:addons/web/controllers/main.py:847 +#, python-format +msgid "Languages" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1270 +#, python-format +msgid "...Upload in progress..." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1768 +#, python-format +msgid "Import" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:543 +#, python-format +msgid "Could not restore the database" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:4851 +#, python-format +msgid "File upload" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:3804 +#, python-format +msgid "Action Button" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:542 +#: code:addons/web/static/src/xml/base.xml:1467 +#, python-format +msgid "Manage Filters" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1867 +#, python-format +msgid "contains" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/coresetup.js:633 +#, python-format +msgid "Take a minute to get a coffee,
    because it's loading..." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:413 +#, python-format +msgid "Activate the developer mode" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:324 +#, python-format +msgid "Loading (%d)" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1114 +#, python-format +msgid "GroupBy" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:687 +#, python-format +msgid "You must select at least one record." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:535 +#, python-format +msgid "View Log (perm_read)" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:1061 +#, python-format +msgid "Set Default" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:978 +#, python-format +msgid "Relation:" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/coresetup.js:600 +#, python-format +msgid "less than a minute ago" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:851 +#, python-format +msgid "Condition:" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:1692 +#, python-format +msgid "Unsupported operator %s in domain %s" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/formats.js:242 +#, python-format +msgid "'%s' is not a correct float" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:549 +#, python-format +msgid "Restored" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:394 +#, python-format +msgid "%d-%d of %d" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:2868 +#, python-format +msgid "Create and Edit..." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/pyeval.js:731 +#, python-format +msgid "Unknown nonliteral type " +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:2346 +#, python-format +msgid "Resource error" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1961 +#, python-format +msgid "is not" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:550 +#, python-format +msgid "Print Workflow" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:396 +#, python-format +msgid "Please confirm your new password" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1804 +#, python-format +msgid "UTF-8" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:421 +#, python-format +msgid "For more information visit" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1859 +#, python-format +msgid "Add All Info..." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1683 +#, python-format +msgid "Export Formats" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:974 +#, python-format +msgid "On change:" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/views.js:865 +#, python-format +msgid "Model %s fields" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:893 +#, python-format +msgid "Setting 'id' attribute on existing record %s" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:8 +#, python-format +msgid "List" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1881 +#: code:addons/web/static/src/js/search.js:1915 +#: code:addons/web/static/src/js/search.js:1940 +#, python-format +msgid "greater than" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:2248 +#: code:addons/web/static/src/xml/base.xml:546 +#, python-format +msgid "View" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1466 +#, python-format +msgid "Save Filter" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1344 +#, python-format +msgid "Action ID:" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:457 +#, python-format +msgid "Your user's preference timezone does not match your browser timezone:" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:1223 +#, python-format +msgid "Field '%s' specified in view could not be found." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1756 +#, python-format +msgid "Saved exports:" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:320 +#, python-format +msgid "Old Password:" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/formats.js:113 +#, python-format +msgid "Bytes,Kb,Mb,Gb,Tb,Pb,Eb,Zb,Yb" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:481 +#, python-format +msgid "The database has been duplicated." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1625 +#, python-format +msgid "Apply" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1386 +#, python-format +msgid "Save & New" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1223 +#: code:addons/web/static/src/xml/base.xml:1225 +#, python-format +msgid "Save As" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/doc/module/static/src/xml/web_example.xml:3 +#, python-format +msgid "00:00:00" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:2317 +#, python-format +msgid "E-mail error" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/coresetup.js:605 +#, python-format +msgid "a day ago" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1789 +#, python-format +msgid "Does your file have titles?" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:327 +#, python-format +msgid "Unlimited" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:784 +#, python-format +msgid "Warning, the record has been modified, your changes will be discarded.\n" +"\n" +"Are you sure you want to leave this page ?" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:2904 +#, python-format +msgid "Search: " +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:544 +#, python-format +msgid "Technical translation" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1797 +#, python-format +msgid "Delimiter:" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:462 +#, python-format +msgid "Browser's timezone" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1605 +#, python-format +msgid "Filter name" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1464 +#, python-format +msgid "-- Actions --" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:4134 +#: code:addons/web/static/src/js/view_form.js:4294 +#: code:addons/web/static/src/xml/base.xml:1407 +#: code:addons/web/static/src/xml/base.xml:1705 +#, python-format +msgid "Add" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:536 +#, python-format +msgid "Toggle Form Layout Outline" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:421 +#, python-format +msgid "OpenERP.com" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:2317 +#, python-format +msgid "Can't send email to invalid e-mail address" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:636 +#, python-format +msgid "Add..." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:405 +#, python-format +msgid "Preferences" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:436 +#, python-format +msgid "Wrong on change format: %s" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/controllers/main.py:750 +#: code:addons/web/static/src/xml/base.xml:185 +#, python-format +msgid "Drop Database" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:466 +#, python-format +msgid "Click here to change your user's timezone." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:966 +#, python-format +msgid "Modifiers:" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:627 +#, python-format +msgid "Delete this attachment" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:774 +#: code:addons/web/static/src/xml/base.xml:815 +#: code:addons/web/static/src/xml/base.xml:1382 +#: code:addons/web/static/src/xml/base.xml:1612 +#, python-format +msgid "Save" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/views.js:999 +#: code:addons/web/static/src/xml/base.xml:352 +#, python-format +msgid "More" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:73 +#, python-format +msgid "Username" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:481 +#, python-format +msgid "Duplicating database" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:563 +#, python-format +msgid "Password has been changed successfully" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list_editable.js:788 +#, python-format +msgid "The form's data can not be discarded" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:533 +#, python-format +msgid "Debug View#" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:77 +#, python-format +msgid "Log in" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:198 +#: code:addons/web/static/src/js/view_list.js:346 +#: code:addons/web/static/src/xml/base.xml:1764 +#, python-format +msgid "Delete" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/pyeval.js:769 +#, python-format +msgid "Local evaluation failure\n" +"%s\n" +"\n" +"%s" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:350 +#, python-format +msgid "Invalid database name" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1693 +#, python-format +msgid "Save fields list" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/doc/module/static/src/xml/web_example.xml:5 +#, python-format +msgid "Start" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/views.js:823 +#, python-format +msgid "View Log (%s)" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:564 +#, python-format +msgid "Creation Date:" +msgstr "" + +#. module: web +#: code:addons/web/controllers/main.py:790 +#: code:addons/web/controllers/main.py:835 +#, python-format +msgid "Error, password not changed !" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:4850 +#, python-format +msgid "The selected file exceed the maximum file size of %s." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:632 +#: code:addons/web/static/src/xml/base.xml:1300 +#, python-format +msgid "/web/binary/upload_attachment" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:563 +#, python-format +msgid "Changed Password" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1431 +#, python-format +msgid "Search" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:3032 +#: code:addons/web/static/src/js/view_form.js:3668 +#: code:addons/web/static/src/js/view_form.js:3785 +#: code:addons/web/static/src/js/view_form.js:4230 +#: code:addons/web/static/src/js/view_form.js:4353 +#, python-format +msgid "Open: " +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:218 +#: code:addons/web/static/src/xml/base.xml:309 +#, python-format +msgid "Backup" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/dates.js:76 +#: code:addons/web/static/src/js/dates.js:80 +#, python-format +msgid "'%s' is not a valid time" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/formats.js:274 +#, python-format +msgid "'%s' is not a correct date" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:933 +#, python-format +msgid "(nolabel)" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/coresetup.js:606 +#, python-format +msgid "%d days ago" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1474 +#, python-format +msgid "(Any existing filter with the same name will be replaced)" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:1918 +#: code:addons/web/static/src/xml/base.xml:338 +#: code:addons/web/static/src/xml/base.xml:1377 +#: code:addons/web/static/src/xml/base.xml:1860 +#, python-format +msgid "Cancel" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/coresetup.js:628 +#: code:addons/web/static/src/xml/base.xml:9 +#, python-format +msgid "Loading..." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:567 +#, python-format +msgid "Latest Modification by:" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:1242 +#: code:addons/web/static/src/xml/base.xml:470 +#, python-format +msgid "Timezone mismatch" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:1646 +#, python-format +msgid "Unknown operator %s in domain %s" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:428 +#, python-format +msgid "%d / %d" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1782 +#, python-format +msgid "2. Check your file format" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1718 +#, python-format +msgid "Name" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1775 +#, python-format +msgid "Select a .CSV file to import. If you need a sample of file to import,\n" +" you should use the export tool with the \"Import Compatible\" option." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/coresetup.js:608 +#, python-format +msgid "%d months ago" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:187 +#: code:addons/web/static/src/xml/base.xml:308 +#, python-format +msgid "Drop" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1465 +#, python-format +msgid "Add Advanced Filter" +msgstr "" + +#. module: web +#: code:addons/web/controllers/main.py:828 +#, python-format +msgid "The new password and its confirmation must be identical." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:542 +#: code:addons/web/static/src/xml/base.xml:248 +#, python-format +msgid "Restore Database" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:644 +#, python-format +msgid "Login" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:420 +#, python-format +msgid "Licenced under the terms of" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:250 +#: code:addons/web/static/src/xml/base.xml:310 +#, python-format +msgid "Restore" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1677 +#, python-format +msgid "Export Type:" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:406 +#, python-format +msgid "Log out" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1090 +#, python-format +msgid "Group by: %s" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:153 +#, python-format +msgid "No data provided." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:345 +#: code:addons/web/static/src/xml/base.xml:1665 +#, python-format +msgid "Export" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/data_export.js:12 +#, python-format +msgid "Export To File" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/views.js:1097 +#, python-format +msgid "You must choose at least one record." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/coresetup.js:631 +#, python-format +msgid "Don't leave yet,
    it's still loading..." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:775 +#, python-format +msgid "Invalid Search" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:980 +#, python-format +msgid "Could not find id in dataset" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1707 +#, python-format +msgid "Remove All" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1340 +#, python-format +msgid "Method:" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:1439 +#, python-format +msgid "%(page)d/%(page_count)d" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:397 +#, python-format +msgid "The confirmation does not match the password" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:441 +#, python-format +msgid "Edit Company data" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:4886 +#, python-format +msgid "Save As..." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:5007 +#, python-format +msgid "Could not display the selected image." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:509 +#, python-format +msgid "Database backed up successfully" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1808 +#, python-format +msgid "For use if CSV files have titles on multiple lines, skips more than a single line during import" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:394 +#, python-format +msgid "99+" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1774 +#, python-format +msgid "1. Import a .CSV file" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:644 +#, python-format +msgid "No database selected !" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/formats.js:180 +#, python-format +msgid "(%d records)" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:970 +#, python-format +msgid "Change default:" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:171 +#, python-format +msgid "Original database name:" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1869 +#: code:addons/web/static/src/js/search.js:1879 +#: code:addons/web/static/src/js/search.js:1913 +#: code:addons/web/static/src/js/search.js:1938 +#, python-format +msgid "is equal to" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/views.js:1500 +#, python-format +msgid "Could not serialize XML" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1619 +#, python-format +msgid "Advanced Search" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:290 +#, python-format +msgid "Confirm new master password:" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/coresetup.js:634 +#, python-format +msgid "Maybe you should consider reloading the application by pressing F5..." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:17 +#: code:addons/web/static/src/js/view_list.js:2248 +#: code:addons/web/static/src/xml/base.xml:111 +#: code:addons/web/static/src/xml/base.xml:306 +#: code:addons/web/static/src/xml/base.xml:812 +#: code:addons/web/static/src/xml/base.xml:1376 +#, python-format +msgid "Create" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1868 +#, python-format +msgid "doesn't contain" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1785 +#, python-format +msgid "Import Options" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:2936 +#, python-format +msgid "Add %s" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:145 +#, python-format +msgid "Admin password:" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/data_export.js:11 +#: code:addons/web/static/src/js/view_form.js:1067 +#: code:addons/web/static/src/xml/base.xml:1394 +#, python-format +msgid "Close" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/coresetup.js:632 +#, python-format +msgid "You may not believe it,
    but the application is actually loading..." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1779 +#, python-format +msgid "CSV File:" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1741 +#, python-format +msgid "Advanced" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_tree.js:11 +#, python-format +msgid "Tree" +msgstr "" + +#. module: web +#: code:addons/web/controllers/main.py:750 +#, python-format +msgid "Could not drop database !" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/formats.js:227 +#, python-format +msgid "'%s' is not a correct integer" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:877 +#, python-format +msgid "All users" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:1654 +#, python-format +msgid "Unknown field %s in domain %s" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/views.js:1466 +#, python-format +msgid "Node [%s] is not a JSONified XML node" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1428 +#, python-format +msgid "Advanced Search..." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:499 +#, python-format +msgid "Dropping database" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:82 +#: code:addons/web/static/src/xml/base.xml:445 +#, python-format +msgid "Powered by" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1380 +#: code:addons/web/static/src/xml/base.xml:970 +#, python-format +msgid "Yes" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:4871 +#, python-format +msgid "There was a problem while uploading your file" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:558 +#, python-format +msgid "XML ID:" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:954 +#, python-format +msgid "Size:" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1824 +#, python-format +msgid "--- Don't Import ---" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1679 +#, python-format +msgid "Import-Compatible Export" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/coresetup.js:610 +#, python-format +msgid "%d years ago" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:1040 +#, python-format +msgid "Unknown m2m command %s" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:1068 +#, python-format +msgid "Save default" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:121 +#: code:addons/web/static/src/xml/base.xml:175 +#: code:addons/web/static/src/xml/base.xml:264 +#, python-format +msgid "New database name:" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:394 +#, python-format +msgid "Please enter your new password" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:4886 +#, python-format +msgid "The field is empty, there's nothing to save !" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:545 +#, python-format +msgid "Manage Views" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1801 +#, python-format +msgid "Encoding:" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1808 +#, python-format +msgid "Lines to skip" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:2858 +#, python-format +msgid "Create \"%s\"" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/data_export.js:361 +#, python-format +msgid "Please select fields to save export list..." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:418 +#, python-format +msgid "Copyright © 2004-TODAY OpenERP SA. All Rights Reserved." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:2346 +#, python-format +msgid "This resource is empty" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1689 +#, python-format +msgid "Available fields" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1835 +#, python-format +msgid "The import failed due to:" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/views.js:812 +#: code:addons/web/static/src/xml/base.xml:539 +#, python-format +msgid "JS Tests" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1750 +#, python-format +msgid "Save as:" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:927 +#, python-format +msgid "Filter on: %s" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:2904 +#: code:addons/web/static/src/js/view_form.js:3757 +#, python-format +msgid "Create: " +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:540 +#, python-format +msgid "View Fields" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:330 +#, python-format +msgid "Confirm New Password:" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:575 +#, python-format +msgid "Do you really want to remove these records?" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:958 +#, python-format +msgid "Context:" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1933 +#: code:addons/web/static/src/js/search.js:1960 +#, python-format +msgid "is" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/data_export.js:6 +#, python-format +msgid "Export Data" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:962 +#, python-format +msgid "Domain:" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:834 +#, python-format +msgid "Default:" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:82 +#: code:addons/web/static/src/xml/base.xml:446 +#, python-format +msgid "OpenERP" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/doc/module/static/src/xml/web_example.xml:8 +#, python-format +msgid "Stop" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:68 +#: code:addons/web/static/src/xml/base.xml:193 +#: code:addons/web/static/src/xml/base.xml:225 +#, python-format +msgid "Database:" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1183 +#: code:addons/web/static/src/xml/base.xml:1240 +#, python-format +msgid "Uploading ..." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1853 +#, python-format +msgid "Name:" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:1058 +#, python-format +msgid "About" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1431 +#, python-format +msgid "Search Again" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1455 +#, python-format +msgid "-- Filters --" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1230 +#: code:addons/web/static/src/xml/base.xml:1232 +#, python-format +msgid "Clear" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1680 +#, python-format +msgid "Export all Data" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:1334 +#, python-format +msgid "Grouping on field '%s' is not possible because that field does not appear in the list view." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:537 +#, python-format +msgid "Set Defaults" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1670 +#, python-format +msgid "This wizard will export all data that matches the current search criteria to a CSV file.\n" +" You can export all data or only the fields that can be reimported after modification." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:321 +#, python-format +msgid "The record could not be found in the database." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1472 +#, python-format +msgid "Filter Name:" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:946 +#, python-format +msgid "Type:" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:538 +#, python-format +msgid "Incorrect super-administrator password" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:942 +#, python-format +msgid "Object:" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:292 +#: code:addons/web/static/src/js/chrome.js:326 +#, python-format +msgid "Loading" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/coresetup.js:609 +#, python-format +msgid "about a year ago" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1870 +#: code:addons/web/static/src/js/search.js:1880 +#: code:addons/web/static/src/js/search.js:1914 +#: code:addons/web/static/src/js/search.js:1939 +#, python-format +msgid "is not equal to" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:5036 +#, python-format +msgid "The type of the field '%s' must be a many2many field with a relation to 'ir.attachment' model." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/coresetup.js:604 +#, python-format +msgid "%d hours ago" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:4206 +#: code:addons/web/static/src/js/view_form.js:4335 +#, python-format +msgid "Add: " +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1858 +#, python-format +msgid "Quick Add" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1805 +#, python-format +msgid "Latin 1" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:260 +#: code:addons/web/static/src/js/chrome.js:269 +#: code:addons/web/static/src/js/chrome.js:449 +#: code:addons/web/static/src/js/chrome.js:792 +#: code:addons/web/static/src/js/view_form.js:572 +#: code:addons/web/static/src/js/view_form.js:1923 +#: code:addons/web/static/src/xml/base.xml:1752 +#, python-format +msgid "Ok" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/views.js:1162 +#, python-format +msgid "Uploading..." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:125 +#, python-format +msgid "Load Demonstration data:" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:615 +#, python-format +msgid "Created by :" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/dates.js:22 +#: code:addons/web/static/src/js/dates.js:26 +#, python-format +msgid "'%s' is not a valid datetime" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:256 +#, python-format +msgid "File:" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1882 +#: code:addons/web/static/src/js/search.js:1916 +#: code:addons/web/static/src/js/search.js:1941 +#, python-format +msgid "less than" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:687 +#: code:addons/web/static/src/js/views.js:1097 +#, python-format +msgid "Warning" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:547 +#, python-format +msgid "Edit SearchView" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1975 +#, python-format +msgid "is true" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:3909 +#, python-format +msgid "Add an item" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1603 +#, python-format +msgid "Save current filter" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:1915 +#, python-format +msgid "Confirm" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/data_export.js:126 +#, python-format +msgid "Please enter save field list name" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:2206 +#, python-format +msgid "Download \"%s\"" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:326 +#, python-format +msgid "New" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:1767 +#, python-format +msgid "Can't convert value %s to context" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/views.js:807 +#: code:addons/web/static/src/xml/base.xml:541 +#, python-format +msgid "Fields View Get" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:149 +#, python-format +msgid "Confirm password:" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1883 +#: code:addons/web/static/src/js/search.js:1917 +#: code:addons/web/static/src/js/search.js:1942 +#, python-format +msgid "greater or equal than" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1321 +#, python-format +msgid "Button" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:418 +#, python-format +msgid "OpenERP is a trademark of the" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/data_export.js:374 +#, python-format +msgid "Please select fields to export..." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:286 +#, python-format +msgid "New master password:" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1976 +#, python-format +msgid "is false" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:404 +#, python-format +msgid "About OpenERP" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/formats.js:297 +#, python-format +msgid "'%s' is not a correct date, datetime nor time" +msgstr "" + +#. module: web +#: code:addons/web/controllers/main.py:1264 +#, python-format +msgid "No content found for field '%s' on '%s:%s'" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:304 +#, python-format +msgid "Database Management" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:5007 +#, python-format +msgid "Image" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:81 +#, python-format +msgid "Manage Databases" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/pyeval.js:765 +#, python-format +msgid "Evaluation Error" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1283 +#, python-format +msgid "not a valid integer" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:337 +#: code:addons/web/static/src/xml/base.xml:776 +#: code:addons/web/static/src/xml/base.xml:816 +#: code:addons/web/static/src/xml/base.xml:1376 +#: code:addons/web/static/src/xml/base.xml:1384 +#: code:addons/web/static/src/xml/base.xml:1630 +#, python-format +msgid "or" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1381 +#, python-format +msgid "No" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/formats.js:309 +#, python-format +msgid "'%s' is not convertible to date, datetime nor time" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:199 +#: code:addons/web/static/src/xml/base.xml:161 +#: code:addons/web/static/src/xml/base.xml:307 +#, python-format +msgid "Duplicate" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:777 +#: code:addons/web/static/src/xml/base.xml:817 +#: code:addons/web/static/src/xml/base.xml:1391 +#, python-format +msgid "Discard" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1624 +#, python-format +msgid "Add a condition" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/coresetup.js:629 +#, python-format +msgid "Still loading..." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:818 +#, python-format +msgid "Incorrect value for field %(fieldname)s: [%(value)s] is %(message)s" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:3805 +#, python-format +msgid "The o2m record must be saved before an action can be used" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:509 +#, python-format +msgid "Backed" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1610 +#, python-format +msgid "Use by default" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:1348 +#, python-format +msgid "%s (%d)" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:775 +#, python-format +msgid "triggered from search view" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:978 +#, python-format +msgid "Filter" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:950 +#, python-format +msgid "Widget:" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:548 +#, python-format +msgid "Edit Action" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:555 +#, python-format +msgid "ID:" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:870 +#, python-format +msgid "Only you" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:549 +#, python-format +msgid "Edit Workflow" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/views.js:1171 +#, python-format +msgid "Do you really want to delete this attachment ?" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/views.js:840 +#, python-format +msgid "Technical Translation" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:938 +#, python-format +msgid "Field:" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:620 +#, python-format +msgid "Modified by :" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:499 +#, python-format +msgid "The database %s has been dropped" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:460 +#, python-format +msgid "User's timezone" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:284 +#: code:addons/web/static/src/js/chrome.js:1168 +#, python-format +msgid "Client Error" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/views.js:998 +#, python-format +msgid "Print" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1331 +#, python-format +msgid "Special:" +msgstr "" + +#. module: web +#: code:addons/web/controllers/main.py:834 +#, python-format +msgid "The old password you provided is incorrect, your password was not changed." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:561 +#, python-format +msgid "Creation User:" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:769 +#, python-format +msgid "Do you really want to delete this record?" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1385 +#, python-format +msgid "Save & Close" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:2845 +#, python-format +msgid "Search More..." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:75 +#: code:addons/web/static/src/xml/base.xml:311 +#, python-format +msgid "Password" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:546 +#: code:addons/web/static/src/xml/base.xml:809 +#: code:addons/web/static/src/xml/base.xml:1178 +#, python-format +msgid "Edit" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1706 +#, python-format +msgid "Remove" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1062 +#, python-format +msgid "Select date" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1249 +#, python-format +msgid "Search %(field)s for: %(value)s" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1277 +#, python-format +msgid "Delete this file" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:109 +#, python-format +msgid "Create Database" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:420 +#, python-format +msgid "GNU Affero General Public License" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1795 +#, python-format +msgid "Separator:" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:300 +#, python-format +msgid "Back to Login" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1662 +#: code:addons/web/static/src/xml/base.xml:1454 +#, python-format +msgid "Filters" +msgstr "" + diff --git a/web/i18n/zh_CN.po b/web/i18n/zh_CN.po new file mode 100644 index 0000000..3b34761 --- /dev/null +++ b/web/i18n/zh_CN.po @@ -0,0 +1,2615 @@ +# Chinese (Simplified) translation for openerp-web +# Copyright (c) 2012 Rosetta Contributors and Canonical Ltd 2012 +# This file is distributed under the same license as the openerp-web package. +# FIRST AUTHOR , 2012. +# +msgid "" +msgstr "" +"Project-Id-Version: openerp-web\n" +"Report-Msgid-Bugs-To: FULL NAME \n" +"POT-Creation-Date: 2012-12-21 17:06+0000\n" +"PO-Revision-Date: 2012-12-22 07:26+0000\n" +"Last-Translator: ç›é€š ccdos \n" +"Language-Team: Chinese (Simplified) \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Launchpad-Export-Date: 2012-12-23 05:09+0000\n" +"X-Generator: Launchpad (build 16378)\n" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:133 +#, python-format +msgid "Default language:" +msgstr "é»č®¤čŻ­č¨€ďĽš" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/coresetup.js:602 +#, python-format +msgid "%d minutes ago" +msgstr "%d ĺ†é’źäą‹ĺ‰Ť" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/coresetup.js:630 +#, python-format +msgid "Still loading...
    Please be patient." +msgstr "仍然在加载中...
    请稍ĺŽ...." + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1832 +#, python-format +msgid "%(field)s %(operator)s \"%(value)s\"" +msgstr "%(field)s %(operator)s \"%(value)s\"" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1884 +#: code:addons/web/static/src/js/search.js:1918 +#: code:addons/web/static/src/js/search.js:1943 +#, python-format +msgid "less or equal than" +msgstr "小于等于" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:393 +#, python-format +msgid "Please enter your previous password" +msgstr "请输入你以前的密ç ďĽš" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:117 +#: code:addons/web/static/src/xml/base.xml:167 +#: code:addons/web/static/src/xml/base.xml:282 +#, python-format +msgid "Master password:" +msgstr "主控密ç ďĽš" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:274 +#, python-format +msgid "Change Master Password" +msgstr "更改主控密ç " + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:491 +#, python-format +msgid "Do you really want to delete the database: %s ?" +msgstr "你确信č¦ĺ é™¤ć•°ćŤ®ĺş“: %s ?" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1398 +#, python-format +msgid "Search %(field)s at: %(value)s" +msgstr "ćśç´˘ %(field)s : %(value)s" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:537 +#, python-format +msgid "Access Denied" +msgstr "访问被拒绝" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:5183 +#, python-format +msgid "Uploading error" +msgstr "上传错误" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/coresetup.js:603 +#, python-format +msgid "about an hour ago" +msgstr "大约一小时前" + +#. module: web +#. openerp-web +#: code:addons/web/controllers/main.py:768 +#: code:addons/web/static/src/js/chrome.js:514 +#: code:addons/web/static/src/xml/base.xml:216 +#, python-format +msgid "Backup Database" +msgstr "备份数据库" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/views.js:463 +#, python-format +msgid "%(view_type)s view" +msgstr "%(view_type)s 视图" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/dates.js:49 +#: code:addons/web/static/src/js/dates.js:53 +#, python-format +msgid "'%s' is not a valid date" +msgstr "'%s' 格式错,不ćŻä¸€ä¸Şćś‰ć•çš„ć—Ąćśź" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1837 +#, python-format +msgid "Here is a preview of the file we could not import:" +msgstr "čż™ćŻć–‡ä»¶ä¸­ć— ćł•ĺŻĽĺ…Ąé¨ĺ†çš„预č§ďĽš" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/coresetup.js:601 +#, python-format +msgid "about a minute ago" +msgstr "大约一ĺ†é’ź" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1297 +#, python-format +msgid "File" +msgstr "文件" + +#. module: web +#: code:addons/web/controllers/main.py:826 +#, python-format +msgid "You cannot leave any password empty." +msgstr "你不č˝č®©ä»»ä˝•ĺŻ†ç ä¸şç©şă€‚" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:680 +#, python-format +msgid "Invalid username or password" +msgstr "ć— ć•çš„用ć·ĺŤć–密ç " + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:206 +#: code:addons/web/static/src/xml/base.xml:238 +#: code:addons/web/static/src/xml/base.xml:260 +#, python-format +msgid "Master Password:" +msgstr "主控密ç ďĽš" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1217 +#: code:addons/web/static/src/xml/base.xml:1374 +#, python-format +msgid "Select" +msgstr "选择" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:549 +#, python-format +msgid "Database restored successfully" +msgstr "数据库已ć功čżĺŽź" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:415 +#, python-format +msgid "Version" +msgstr "ç‰ćś¬" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:570 +#, python-format +msgid "Latest Modification Date:" +msgstr "最ĺŽäż®ć”ąć—¶é—´ďĽš" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1459 +#, python-format +msgid "M2O search fields do not currently handle multiple default values" +msgstr "多对一ćśç´˘ĺ­—段目前不支ćŚĺ¤šä¸Şé»č®¤ĺ€Ľ" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:1227 +#, python-format +msgid "Widget type '%s' is not implemented" +msgstr "Widget 类型 '%s' 尚未实现" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1608 +#, python-format +msgid "Share with all users" +msgstr "与所有用ć·ĺ…±äş«" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:77 +#: code:addons/web/static/src/js/view_form.js:321 +#, python-format +msgid "Form" +msgstr "表单" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1324 +#, python-format +msgid "(no string)" +msgstr "无字符串" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/formats.js:282 +#, python-format +msgid "'%s' is not a correct time" +msgstr "'%s' ćŻä¸Şć­Łçˇ®çš„时间" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1297 +#, python-format +msgid "not a valid number" +msgstr "ć— ć•çš„ć•°ĺ­—" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:325 +#, python-format +msgid "New Password:" +msgstr "新密ç ďĽš" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:610 +#, python-format +msgid "Attachment :" +msgstr "附件:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1691 +#, python-format +msgid "Fields to export" +msgstr "č¦ĺŻĽĺ‡şçš„字段" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:1340 +#, python-format +msgid "Undefined" +msgstr "未定义" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:4871 +#, python-format +msgid "File Upload" +msgstr "文件上传" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/coresetup.js:607 +#, python-format +msgid "about a month ago" +msgstr "大约一ćśĺ‰Ť" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1600 +#, python-format +msgid "Custom Filters" +msgstr "自定义过滤" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1336 +#, python-format +msgid "Button Type:" +msgstr "按钮类型:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:419 +#, python-format +msgid "OpenERP SA Company" +msgstr "OpenERP SA 公司" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1553 +#, python-format +msgid "Custom Filter" +msgstr "自定义筛选" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:159 +#, python-format +msgid "Duplicate Database" +msgstr "复ĺ¶ć•°ćŤ®ĺş“" + +#. module: web +#. openerp-web +#: code:addons/web/controllers/main.py:789 +#: code:addons/web/controllers/main.py:790 +#: code:addons/web/controllers/main.py:826 +#: code:addons/web/controllers/main.py:828 +#: code:addons/web/controllers/main.py:834 +#: code:addons/web/controllers/main.py:835 +#: code:addons/web/static/src/js/chrome.js:768 +#: code:addons/web/static/src/xml/base.xml:276 +#: code:addons/web/static/src/xml/base.xml:336 +#, python-format +msgid "Change Password" +msgstr "更改密ç " + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:3411 +#, python-format +msgid "View type '%s' is not supported in One2Many." +msgstr "视图类型 '%s'在 One2Many 中不支ćŚă€‚" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:4951 +#: code:addons/web/static/src/js/view_list.js:2194 +#, python-format +msgid "Download" +msgstr "下载" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/formats.js:266 +#, python-format +msgid "'%s' is not a correct datetime" +msgstr "'%s' 格式错误,不ćŻä¸€ä¸Şć­Łçˇ®çš„日期时间" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:417 +#, python-format +msgid "Group" +msgstr "ĺ†ç»„" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:927 +#, python-format +msgid "Unhandled widget" +msgstr "未处ç†çš„窗口é¨ä»¶" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:982 +#, python-format +msgid "Selection:" +msgstr "下拉ĺ—表:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:871 +#, python-format +msgid "The following fields are invalid:" +msgstr "下ĺ—字段无ć•ďĽš" + +#. module: web +#: code:addons/web/controllers/main.py:847 +#, python-format +msgid "Languages" +msgstr "语言" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1270 +#, python-format +msgid "...Upload in progress..." +msgstr "... 上传中" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1768 +#, python-format +msgid "Import" +msgstr "导入" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:543 +#, python-format +msgid "Could not restore the database" +msgstr "不č˝ć˘ĺ¤Ťć•°ćŤ®ĺş“" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:4851 +#, python-format +msgid "File upload" +msgstr "文件上传" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:3804 +#, python-format +msgid "Action Button" +msgstr "动作按钮" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:542 +#: code:addons/web/static/src/xml/base.xml:1467 +#, python-format +msgid "Manage Filters" +msgstr "管ç†čż‡ć»¤ĺ™¨" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1867 +#, python-format +msgid "contains" +msgstr "包ĺ«" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/coresetup.js:633 +#, python-format +msgid "Take a minute to get a coffee,
    because it's loading..." +msgstr "" +"稍安勿čş,
    \r\n" +"大菜çąéĄŞä¸­ : )" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:413 +#, python-format +msgid "Activate the developer mode" +msgstr "激活开发者模式" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:324 +#, python-format +msgid "Loading (%d)" +msgstr "正在加载ďĽ%d)" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1114 +#, python-format +msgid "GroupBy" +msgstr "ĺ†ç»„" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:687 +#, python-format +msgid "You must select at least one record." +msgstr "请至少选择一条记录" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:535 +#, python-format +msgid "View Log (perm_read)" +msgstr "查看日志ďĽperm_read)" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:1061 +#, python-format +msgid "Set Default" +msgstr "取é»č®¤ĺ€Ľ" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:978 +#, python-format +msgid "Relation:" +msgstr "关系:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/coresetup.js:600 +#, python-format +msgid "less than a minute ago" +msgstr "一ĺ†é’źĺ†…" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:851 +#, python-format +msgid "Condition:" +msgstr "条件" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:1692 +#, python-format +msgid "Unsupported operator %s in domain %s" +msgstr "有不支ćŚçš„操作符 %s ,过滤条件 %s 有误" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/formats.js:242 +#, python-format +msgid "'%s' is not a correct float" +msgstr "'%s' 不ćŻä¸€ä¸Şć­Łçˇ®çš„实数格式" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:549 +#, python-format +msgid "Restored" +msgstr "ĺ·˛čżĺŽź" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:394 +#, python-format +msgid "%d-%d of %d" +msgstr "(%d-%d) 总 %d" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:2868 +#, python-format +msgid "Create and Edit..." +msgstr "ĺ›ĺ»şĺą¶çĽ–čľ‘" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/pyeval.js:731 +#, python-format +msgid "Unknown nonliteral type " +msgstr "未知的 nonliteral 类型 " + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:2346 +#, python-format +msgid "Resource error" +msgstr "资ćşé”™čŻŻ" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1961 +#, python-format +msgid "is not" +msgstr "不ćŻ" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:550 +#, python-format +msgid "Print Workflow" +msgstr "打印工作ćµ" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:396 +#, python-format +msgid "Please confirm your new password" +msgstr "请确认你的新密ç " + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1804 +#, python-format +msgid "UTF-8" +msgstr "UTF-8" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:421 +#, python-format +msgid "For more information visit" +msgstr "更多信ćŻčŻ·č®żé—®" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1859 +#, python-format +msgid "Add All Info..." +msgstr "添加所有信ćŻ..." + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1683 +#, python-format +msgid "Export Formats" +msgstr "导出格式" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:974 +#, python-format +msgid "On change:" +msgstr "ĺŹć›´ć—¶ĺŠ¨ä˝śďĽš" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/views.js:865 +#, python-format +msgid "Model %s fields" +msgstr "模型“%s”的字段" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:893 +#, python-format +msgid "Setting 'id' attribute on existing record %s" +msgstr "在已有的记录 %s上设置 'id' 属性" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:8 +#, python-format +msgid "List" +msgstr "ĺ—表" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1881 +#: code:addons/web/static/src/js/search.js:1915 +#: code:addons/web/static/src/js/search.js:1940 +#, python-format +msgid "greater than" +msgstr "大于" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:2248 +#: code:addons/web/static/src/xml/base.xml:546 +#, python-format +msgid "View" +msgstr "视图" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1466 +#, python-format +msgid "Save Filter" +msgstr "äżťĺ­čż‡ć»¤ĺ™¨" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1344 +#, python-format +msgid "Action ID:" +msgstr "动作标识:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:457 +#, python-format +msgid "Your user's preference timezone does not match your browser timezone:" +msgstr "用ć·é€‰éˇąä¸­çš„时区设置跟浏č§ĺ™¨çš„ 时区不匹配" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:1223 +#, python-format +msgid "Field '%s' specified in view could not be found." +msgstr "视图中指定的字段'%s' 找不ĺ°ă€‚" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1756 +#, python-format +msgid "Saved exports:" +msgstr "已保ĺ­çš„导出结果:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:320 +#, python-format +msgid "Old Password:" +msgstr "旧密ç " + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/formats.js:113 +#, python-format +msgid "Bytes,Kb,Mb,Gb,Tb,Pb,Eb,Zb,Yb" +msgstr "Bytes,Kb,Mb,Gb,Tb,Pb,Eb,Zb,Yb" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:481 +#, python-format +msgid "The database has been duplicated." +msgstr "数据库已经被复ĺ¶" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1625 +#, python-format +msgid "Apply" +msgstr "应用" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1386 +#, python-format +msgid "Save & New" +msgstr "äżťĺ­ĺą¶ć–°ĺ»ş" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1223 +#: code:addons/web/static/src/xml/base.xml:1225 +#, python-format +msgid "Save As" +msgstr "另ĺ­ä¸ş" + +#. module: web +#. openerp-web +#: code:addons/web/doc/module/static/src/xml/web_example.xml:3 +#, python-format +msgid "00:00:00" +msgstr "00:00:00" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:2317 +#, python-format +msgid "E-mail error" +msgstr "电ĺ­é‚®ä»¶é”™čŻŻ" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/coresetup.js:605 +#, python-format +msgid "a day ago" +msgstr "一天前" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1789 +#, python-format +msgid "Does your file have titles?" +msgstr "您的文件ćŻĺ¦ĺŚ…ĺ«ć ‡é˘čˇŚďĽź" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:327 +#, python-format +msgid "Unlimited" +msgstr "不é™" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:784 +#, python-format +msgid "" +"Warning, the record has been modified, your changes will be discarded.\n" +"\n" +"Are you sure you want to leave this page ?" +msgstr "" +"警告,该记录已被修改,将会放ĺĽć‰€ćś‰äż®ć”ąă€‚\n" +"\n" +"您ćŻĺ¦ćłç¦»ĺĽ€ć­¤éˇµéť˘ďĽź" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:2904 +#, python-format +msgid "Search: " +msgstr "ćśç´˘ďĽš " + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:544 +#, python-format +msgid "Technical translation" +msgstr "技术翻译" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1797 +#, python-format +msgid "Delimiter:" +msgstr "结束符:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:462 +#, python-format +msgid "Browser's timezone" +msgstr "浏č§ĺ™¨çš„时区" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1605 +#, python-format +msgid "Filter name" +msgstr "过滤规ĺ™ĺŤç§°" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1464 +#, python-format +msgid "-- Actions --" +msgstr "-- 动作 --" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:4134 +#: code:addons/web/static/src/js/view_form.js:4294 +#: code:addons/web/static/src/xml/base.xml:1407 +#: code:addons/web/static/src/xml/base.xml:1705 +#, python-format +msgid "Add" +msgstr "添加" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:536 +#, python-format +msgid "Toggle Form Layout Outline" +msgstr "ĺ‡ćŤ˘čˇ¨ĺŤ•ĺ¸ĺ±€č§†ĺ›ľ" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:421 +#, python-format +msgid "OpenERP.com" +msgstr "OpenERP.com" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:2317 +#, python-format +msgid "Can't send email to invalid e-mail address" +msgstr "不č˝ĺŹ‘é€emailĺ°é”™čŻŻçš„email第hi" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:636 +#, python-format +msgid "Add..." +msgstr "添加..." + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:405 +#, python-format +msgid "Preferences" +msgstr "首选项" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:436 +#, python-format +msgid "Wrong on change format: %s" +msgstr "改ĺŹć ĽĺĽŹé”™čŻŻďĽš%s" + +#. module: web +#. openerp-web +#: code:addons/web/controllers/main.py:750 +#: code:addons/web/static/src/xml/base.xml:185 +#, python-format +msgid "Drop Database" +msgstr "ĺ é™¤ć•°ćŤ®ĺş“" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:466 +#, python-format +msgid "Click here to change your user's timezone." +msgstr "单击以改ĺŹç”¨ć·çš„时区设置" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:966 +#, python-format +msgid "Modifiers:" +msgstr "属性" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:627 +#, python-format +msgid "Delete this attachment" +msgstr "ĺ é™¤čż™ä¸Şé™„件" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:774 +#: code:addons/web/static/src/xml/base.xml:815 +#: code:addons/web/static/src/xml/base.xml:1382 +#: code:addons/web/static/src/xml/base.xml:1612 +#, python-format +msgid "Save" +msgstr "äżťĺ­" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/views.js:999 +#: code:addons/web/static/src/xml/base.xml:352 +#, python-format +msgid "More" +msgstr "更多" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:73 +#, python-format +msgid "Username" +msgstr "用ć·ĺŤ" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:481 +#, python-format +msgid "Duplicating database" +msgstr "复ĺ¶ć•°ćŤ®ĺş“" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:563 +#, python-format +msgid "Password has been changed successfully" +msgstr "密ç č˘«ć功修改" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list_editable.js:788 +#, python-format +msgid "The form's data can not be discarded" +msgstr "这个表单的数据不č˝č˘«ä˝śĺşźă€‚" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:533 +#, python-format +msgid "Debug View#" +msgstr "č°čŻ•č§†ĺ›ľ#" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:77 +#, python-format +msgid "Log in" +msgstr "登录" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:198 +#: code:addons/web/static/src/js/view_list.js:346 +#: code:addons/web/static/src/xml/base.xml:1764 +#, python-format +msgid "Delete" +msgstr "ĺ é™¤" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/pyeval.js:769 +#, python-format +msgid "" +"Local evaluation failure\n" +"%s\n" +"\n" +"%s" +msgstr "" +"本地求值失败\n" +"%s\n" +"\n" +"%s" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:350 +#, python-format +msgid "Invalid database name" +msgstr "ć— ć•çš„数据库ĺŤ" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1693 +#, python-format +msgid "Save fields list" +msgstr "äżťĺ­ĺ­—段ĺ—表" + +#. module: web +#. openerp-web +#: code:addons/web/doc/module/static/src/xml/web_example.xml:5 +#, python-format +msgid "Start" +msgstr "开始" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/views.js:823 +#, python-format +msgid "View Log (%s)" +msgstr "查看日志ďĽ%s)" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:564 +#, python-format +msgid "Creation Date:" +msgstr "ĺ›ĺ»şć—ĄćśźďĽš" + +#. module: web +#: code:addons/web/controllers/main.py:790 +#: code:addons/web/controllers/main.py:835 +#, python-format +msgid "Error, password not changed !" +msgstr "错误,密ç ćśŞć”ąĺŹďĽ" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:4850 +#, python-format +msgid "The selected file exceed the maximum file size of %s." +msgstr "所选文件超出了文件的最大值设定:%s" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:632 +#: code:addons/web/static/src/xml/base.xml:1300 +#, python-format +msgid "/web/binary/upload_attachment" +msgstr "/web/binary/upload_attachment" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:563 +#, python-format +msgid "Changed Password" +msgstr "已更改密ç " + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1431 +#, python-format +msgid "Search" +msgstr "ćśç´˘" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:3032 +#: code:addons/web/static/src/js/view_form.js:3668 +#: code:addons/web/static/src/js/view_form.js:3785 +#: code:addons/web/static/src/js/view_form.js:4230 +#: code:addons/web/static/src/js/view_form.js:4353 +#, python-format +msgid "Open: " +msgstr "打开: " + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:218 +#: code:addons/web/static/src/xml/base.xml:309 +#, python-format +msgid "Backup" +msgstr "备份" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/dates.js:76 +#: code:addons/web/static/src/js/dates.js:80 +#, python-format +msgid "'%s' is not a valid time" +msgstr "'%s'格式错,不ćŻć­Łçˇ®çš„时间" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/formats.js:274 +#, python-format +msgid "'%s' is not a correct date" +msgstr "'%s'格式错,不ćŻć­Łçˇ®çš„ć—Ąćśź" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:933 +#, python-format +msgid "(nolabel)" +msgstr "无标签" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/coresetup.js:606 +#, python-format +msgid "%d days ago" +msgstr "%d 天前" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1474 +#, python-format +msgid "(Any existing filter with the same name will be replaced)" +msgstr "ďĽä»»ä˝•ĺ·˛ĺ­ĺś¨çš„ĺŚĺŤčż‡ć»¤ĺ™¨é˝äĽšč˘«ć›żćŤ˘ďĽ‰" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:1918 +#: code:addons/web/static/src/xml/base.xml:338 +#: code:addons/web/static/src/xml/base.xml:1377 +#: code:addons/web/static/src/xml/base.xml:1860 +#, python-format +msgid "Cancel" +msgstr "取ć¶" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/coresetup.js:628 +#: code:addons/web/static/src/xml/base.xml:9 +#, python-format +msgid "Loading..." +msgstr "正在加载..." + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:567 +#, python-format +msgid "Latest Modification by:" +msgstr "最ĺŽäż®ć”ąč€…:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:1242 +#: code:addons/web/static/src/xml/base.xml:470 +#, python-format +msgid "Timezone mismatch" +msgstr "时区不一致" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:1646 +#, python-format +msgid "Unknown operator %s in domain %s" +msgstr "发现未知操作符 %s ,过滤条件 %s 有误" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:428 +#, python-format +msgid "%d / %d" +msgstr "%d / %d" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1782 +#, python-format +msgid "2. Check your file format" +msgstr "2. 检查您的文件格式" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1718 +#, python-format +msgid "Name" +msgstr "ĺŤç§°" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1775 +#, python-format +msgid "" +"Select a .CSV file to import. If you need a sample of file to import,\n" +" you should use the export tool with the \"Import Compatible\" option." +msgstr "" +"选择č¦ĺŻĽĺ…Ąçš„CSV文件。如果需č¦ĺŻĽĺ…Ąć–‡ä»¶çš„模ç‰ďĽŚ\n" +"可以用导出工具并选中 “导入兼容”" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/coresetup.js:608 +#, python-format +msgid "%d months ago" +msgstr "%d ćśĺ‰Ť" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:187 +#: code:addons/web/static/src/xml/base.xml:308 +#, python-format +msgid "Drop" +msgstr "ĺ é™¤" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1465 +#, python-format +msgid "Add Advanced Filter" +msgstr "添加é«çş§čż‡ć»¤ĺ™¨" + +#. module: web +#: code:addons/web/controllers/main.py:828 +#, python-format +msgid "The new password and its confirmation must be identical." +msgstr "新密ç ä¸Žĺ†Ťć¬ˇčľ“入的密ç ĺż…须相ĺŚă€‚" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:542 +#: code:addons/web/static/src/xml/base.xml:248 +#, python-format +msgid "Restore Database" +msgstr "ć˘ĺ¤Ťć•°ćŤ®ĺş“" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:644 +#, python-format +msgid "Login" +msgstr "登录" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:420 +#, python-format +msgid "Licenced under the terms of" +msgstr "采用的ćŽćťĺŤŹč®®" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:250 +#: code:addons/web/static/src/xml/base.xml:310 +#, python-format +msgid "Restore" +msgstr "čżĺŽź" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1677 +#, python-format +msgid "Export Type:" +msgstr "导出类型:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:406 +#, python-format +msgid "Log out" +msgstr "注销" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1090 +#, python-format +msgid "Group by: %s" +msgstr "按 %s ĺ†ç»„" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:153 +#, python-format +msgid "No data provided." +msgstr "没有数据被ćŹäľ›" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:345 +#: code:addons/web/static/src/xml/base.xml:1665 +#, python-format +msgid "Export" +msgstr "导出" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/data_export.js:12 +#, python-format +msgid "Export To File" +msgstr "导出ĺ°ć–‡ä»¶" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/views.js:1097 +#, python-format +msgid "You must choose at least one record." +msgstr "您应至少选择一条记录。" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/coresetup.js:631 +#, python-format +msgid "Don't leave yet,
    it's still loading..." +msgstr "请不č¦ç¦»ĺĽ€ďĽŚ
    系统仍然在加载中..." + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:775 +#, python-format +msgid "Invalid Search" +msgstr "ć— ć•çš„ćśç´˘" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:980 +#, python-format +msgid "Could not find id in dataset" +msgstr "无法在数据集中找ĺ°ć­¤ ID" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1707 +#, python-format +msgid "Remove All" +msgstr "ĺ…¨é¨ç§»é™¤" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1340 +#, python-format +msgid "Method:" +msgstr "方法:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:1439 +#, python-format +msgid "%(page)d/%(page_count)d" +msgstr "%(page)d/%(page_count)d" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:397 +#, python-format +msgid "The confirmation does not match the password" +msgstr "确认的密ç ä¸ŤĺŚąé…Ť" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:441 +#, python-format +msgid "Edit Company data" +msgstr "编辑公司数据" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:4886 +#, python-format +msgid "Save As..." +msgstr "另ĺ­ä¸ş..." + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:5007 +#, python-format +msgid "Could not display the selected image." +msgstr "ć— ćł•ćľç¤şé€‰ć‹©çš„图片。" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:509 +#, python-format +msgid "Database backed up successfully" +msgstr "数据库已ć功备份" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1808 +#, python-format +msgid "" +"For use if CSV files have titles on multiple lines, skips more than a single " +"line during import" +msgstr "如果 CSV 文件包ĺ«ĺ¤šć ‡é˘čˇŚďĽŚé‚Łäąĺś¨ĺŻĽĺ…Ąćśźé—´ĺ°†č·łčż‡ĺ¤ščˇŚ" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:394 +#, python-format +msgid "99+" +msgstr "99+" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1774 +#, python-format +msgid "1. Import a .CSV file" +msgstr "1. 导入 .CSV 文件" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:644 +#, python-format +msgid "No database selected !" +msgstr "没有选择数据库" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/formats.js:180 +#, python-format +msgid "(%d records)" +msgstr "ďĽ%d 条记录)" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:970 +#, python-format +msgid "Change default:" +msgstr "修改é»č®¤ĺ€ĽďĽš" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:171 +#, python-format +msgid "Original database name:" +msgstr "原来的数据库ĺŤ" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1869 +#: code:addons/web/static/src/js/search.js:1879 +#: code:addons/web/static/src/js/search.js:1913 +#: code:addons/web/static/src/js/search.js:1938 +#, python-format +msgid "is equal to" +msgstr "等于" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/views.js:1500 +#, python-format +msgid "Could not serialize XML" +msgstr "不č˝ĺşŹĺ—化 XML" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1619 +#, python-format +msgid "Advanced Search" +msgstr "é«çş§ćśç´˘" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:290 +#, python-format +msgid "Confirm new master password:" +msgstr "确认主控密ç ďĽš" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/coresetup.js:634 +#, python-format +msgid "Maybe you should consider reloading the application by pressing F5..." +msgstr "也许您应该č€č™‘按 F5 键重新加载程序..." + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:17 +#: code:addons/web/static/src/js/view_list.js:2248 +#: code:addons/web/static/src/xml/base.xml:111 +#: code:addons/web/static/src/xml/base.xml:306 +#: code:addons/web/static/src/xml/base.xml:812 +#: code:addons/web/static/src/xml/base.xml:1376 +#, python-format +msgid "Create" +msgstr "ĺ›ĺ»ş" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1868 +#, python-format +msgid "doesn't contain" +msgstr "不包ĺ«" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1785 +#, python-format +msgid "Import Options" +msgstr "导入选项" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:2936 +#, python-format +msgid "Add %s" +msgstr "增加 %s" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:145 +#, python-format +msgid "Admin password:" +msgstr "管ç†ĺ‘密ç ďĽš" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/data_export.js:11 +#: code:addons/web/static/src/js/view_form.js:1067 +#: code:addons/web/static/src/xml/base.xml:1394 +#, python-format +msgid "Close" +msgstr "ĺ…łé—­" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/coresetup.js:632 +#, python-format +msgid "" +"You may not believe it,
    but the application is actually loading..." +msgstr "也许你不相信,
    但ćŻčż™ä¸Şĺş”用真的čżĺś¨ĺŠ č˝˝...." + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1779 +#, python-format +msgid "CSV File:" +msgstr "CSV 文件:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1741 +#, python-format +msgid "Advanced" +msgstr "é«çş§é€‰éˇą" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_tree.js:11 +#, python-format +msgid "Tree" +msgstr "树形" + +#. module: web +#: code:addons/web/controllers/main.py:750 +#, python-format +msgid "Could not drop database !" +msgstr "不č˝ĺ é™¤ć•°ćŤ®ĺş“ďĽ" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/formats.js:227 +#, python-format +msgid "'%s' is not a correct integer" +msgstr "'%s' 不ćŻć­Łçˇ®çš„čŻäą¦ć ĽĺĽŹ" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:877 +#, python-format +msgid "All users" +msgstr "所有用ć·" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:1654 +#, python-format +msgid "Unknown field %s in domain %s" +msgstr "发现未知字段 %s ,过滤条件 %s 有误" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/views.js:1466 +#, python-format +msgid "Node [%s] is not a JSONified XML node" +msgstr "节点 [%s] 不ćŻJSON化的XML节点" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1428 +#, python-format +msgid "Advanced Search..." +msgstr "é«çş§ćśç´˘..." + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:499 +#, python-format +msgid "Dropping database" +msgstr "ĺ é™¤ć•°ćŤ®ĺş“" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:82 +#: code:addons/web/static/src/xml/base.xml:445 +#, python-format +msgid "Powered by" +msgstr "选择自由,选择" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1380 +#: code:addons/web/static/src/xml/base.xml:970 +#, python-format +msgid "Yes" +msgstr "ćŻ" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:4871 +#, python-format +msgid "There was a problem while uploading your file" +msgstr "上传文件时发生了问é˘" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:558 +#, python-format +msgid "XML ID:" +msgstr "XML ID:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:954 +#, python-format +msgid "Size:" +msgstr "大小:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1824 +#, python-format +msgid "--- Don't Import ---" +msgstr "--- 无法导入 ---" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1679 +#, python-format +msgid "Import-Compatible Export" +msgstr "兼容导入格式导出" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/coresetup.js:610 +#, python-format +msgid "%d years ago" +msgstr "%d 年前" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:1040 +#, python-format +msgid "Unknown m2m command %s" +msgstr "未知的 m2m命令%s" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:1068 +#, python-format +msgid "Save default" +msgstr "äżťĺ­é»č®¤ĺ€Ľ" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:121 +#: code:addons/web/static/src/xml/base.xml:175 +#: code:addons/web/static/src/xml/base.xml:264 +#, python-format +msgid "New database name:" +msgstr "新数据库ĺŤç§°ďĽš" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:394 +#, python-format +msgid "Please enter your new password" +msgstr "请输入您的新密ç " + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:4886 +#, python-format +msgid "The field is empty, there's nothing to save !" +msgstr "字段为空,没有需č¦äżťĺ­çš„值ďĽ" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:545 +#, python-format +msgid "Manage Views" +msgstr "管ç†č§†ĺ›ľ" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1801 +#, python-format +msgid "Encoding:" +msgstr "编ç :" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1808 +#, python-format +msgid "Lines to skip" +msgstr "č¦č·łčż‡çš„行数" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:2858 +#, python-format +msgid "Create \"%s\"" +msgstr "ĺ›ĺ»ş \"%s\"" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/data_export.js:361 +#, python-format +msgid "Please select fields to save export list..." +msgstr "请选择č¦äżťĺ­ć导出ĺ—表的字段..." + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:418 +#, python-format +msgid "Copyright © 2004-TODAY OpenERP SA. All Rights Reserved." +msgstr "ç‰ćťć‰€ćś‰ © 2004-TODAY OpenERP SA。保留所有ćťĺ©ă€‚" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:2346 +#, python-format +msgid "This resource is empty" +msgstr "资ćşćŻç©şçš„" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1689 +#, python-format +msgid "Available fields" +msgstr "可用字段" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1835 +#, python-format +msgid "The import failed due to:" +msgstr "导入失败:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/views.js:812 +#: code:addons/web/static/src/xml/base.xml:539 +#, python-format +msgid "JS Tests" +msgstr "JS 测试" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1750 +#, python-format +msgid "Save as:" +msgstr "另ĺ­ä¸şďĽš" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:927 +#, python-format +msgid "Filter on: %s" +msgstr "ćśç´˘: %s" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:2904 +#: code:addons/web/static/src/js/view_form.js:3757 +#, python-format +msgid "Create: " +msgstr "ĺ›ĺ»şďĽš " + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:540 +#, python-format +msgid "View Fields" +msgstr "查看字段" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:330 +#, python-format +msgid "Confirm New Password:" +msgstr "确认新密ç ďĽš" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:575 +#, python-format +msgid "Do you really want to remove these records?" +msgstr "您确定č¦ĺ é™¤čż™äş›č®°ĺ˝•ĺ—?" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:958 +#, python-format +msgid "Context:" +msgstr "上下文:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1933 +#: code:addons/web/static/src/js/search.js:1960 +#, python-format +msgid "is" +msgstr "ćŻ" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/data_export.js:6 +#, python-format +msgid "Export Data" +msgstr "导出数据" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:962 +#, python-format +msgid "Domain:" +msgstr "过滤条件" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:834 +#, python-format +msgid "Default:" +msgstr "é»č®¤ďĽš" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:82 +#: code:addons/web/static/src/xml/base.xml:446 +#, python-format +msgid "OpenERP" +msgstr "OpenERP" + +#. module: web +#. openerp-web +#: code:addons/web/doc/module/static/src/xml/web_example.xml:8 +#, python-format +msgid "Stop" +msgstr "ĺść­˘" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:68 +#: code:addons/web/static/src/xml/base.xml:193 +#: code:addons/web/static/src/xml/base.xml:225 +#, python-format +msgid "Database:" +msgstr "数据库:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1183 +#: code:addons/web/static/src/xml/base.xml:1240 +#, python-format +msgid "Uploading ..." +msgstr "正在上传..." + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1853 +#, python-format +msgid "Name:" +msgstr "ĺŤç§°ďĽš" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:1058 +#, python-format +msgid "About" +msgstr "关于" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1431 +#, python-format +msgid "Search Again" +msgstr "重新ćśç´˘" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1455 +#, python-format +msgid "-- Filters --" +msgstr "-- 过滤器 --" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1230 +#: code:addons/web/static/src/xml/base.xml:1232 +#, python-format +msgid "Clear" +msgstr "清除" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1680 +#, python-format +msgid "Export all Data" +msgstr "导出所有数据" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:1334 +#, python-format +msgid "" +"Grouping on field '%s' is not possible because that field does not appear in " +"the list view." +msgstr "不č˝ä¸ş '%s' 字段ĺ†ç»„,因为该字段在ĺ—表视图中没有ćľç¤şă€‚" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:537 +#, python-format +msgid "Set Defaults" +msgstr "设置é»č®¤ĺ€Ľ" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1670 +#, python-format +msgid "" +"This wizard will export all data that matches the current search criteria to " +"a CSV file.\n" +" You can export all data or only the fields that can be " +"reimported after modification." +msgstr "" +"ć­¤ĺ‘导将导出所有符ĺ当前ćśç´˘ćťˇä»¶çš„ć•°ćŤ®ĺ° CSV 文件。\n" +" 您也可以导出所有数据ć–选择在修改了 CSV 文件以ĺŽčżč˝ĺ¤źé‡Ťć–°ĺŻĽĺ…Ąçš„那些字段。" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:321 +#, python-format +msgid "The record could not be found in the database." +msgstr "无法在数据库中找ĺ°ć­¤ĺ­—段" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1472 +#, python-format +msgid "Filter Name:" +msgstr "过滤器ĺŤç§°ďĽš" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:946 +#, python-format +msgid "Type:" +msgstr "类型:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:538 +#, python-format +msgid "Incorrect super-administrator password" +msgstr "错误的管ç†ĺ‘密ç " + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:942 +#, python-format +msgid "Object:" +msgstr "对象:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:292 +#: code:addons/web/static/src/js/chrome.js:326 +#, python-format +msgid "Loading" +msgstr "加载中" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/coresetup.js:609 +#, python-format +msgid "about a year ago" +msgstr "大约一年前" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1870 +#: code:addons/web/static/src/js/search.js:1880 +#: code:addons/web/static/src/js/search.js:1914 +#: code:addons/web/static/src/js/search.js:1939 +#, python-format +msgid "is not equal to" +msgstr "不等于" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:5036 +#, python-format +msgid "" +"The type of the field '%s' must be a many2many field with a relation to " +"'ir.attachment' model." +msgstr "字段类型 '%s' 必须ćŻä¸€ä¸Şĺ…łč”ĺ° 'ir.attachment'模型的 many2many字段" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/coresetup.js:604 +#, python-format +msgid "%d hours ago" +msgstr "%d 小时前" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:4206 +#: code:addons/web/static/src/js/view_form.js:4335 +#, python-format +msgid "Add: " +msgstr "添加: " + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1858 +#, python-format +msgid "Quick Add" +msgstr "快速添加" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1805 +#, python-format +msgid "Latin 1" +msgstr "Latin 1" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:260 +#: code:addons/web/static/src/js/chrome.js:269 +#: code:addons/web/static/src/js/chrome.js:449 +#: code:addons/web/static/src/js/chrome.js:792 +#: code:addons/web/static/src/js/view_form.js:572 +#: code:addons/web/static/src/js/view_form.js:1923 +#: code:addons/web/static/src/xml/base.xml:1752 +#, python-format +msgid "Ok" +msgstr "确定" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/views.js:1162 +#, python-format +msgid "Uploading..." +msgstr "正在上传..." + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:125 +#, python-format +msgid "Load Demonstration data:" +msgstr "ćŻĺ¦č˝˝ĺ…ĄćĽ”示数据:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:615 +#, python-format +msgid "Created by :" +msgstr "ĺ›ĺ»şč€…:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/dates.js:22 +#: code:addons/web/static/src/js/dates.js:26 +#, python-format +msgid "'%s' is not a valid datetime" +msgstr "'%s' 格式错,不ćŻä¸€ä¸Şć­Łçˇ®çš„日期时间" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:256 +#, python-format +msgid "File:" +msgstr "文件:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1882 +#: code:addons/web/static/src/js/search.js:1916 +#: code:addons/web/static/src/js/search.js:1941 +#, python-format +msgid "less than" +msgstr "小于" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:687 +#: code:addons/web/static/src/js/views.js:1097 +#, python-format +msgid "Warning" +msgstr "警告" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:547 +#, python-format +msgid "Edit SearchView" +msgstr "编辑ćśç´˘č§†ĺ›ľ" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1975 +#, python-format +msgid "is true" +msgstr "为真" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:3909 +#, python-format +msgid "Add an item" +msgstr "添加一个项目" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1603 +#, python-format +msgid "Save current filter" +msgstr "äżťĺ­ĺ˝“前过滤器" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:1915 +#, python-format +msgid "Confirm" +msgstr "确认" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/data_export.js:126 +#, python-format +msgid "Please enter save field list name" +msgstr "请输入字段ĺ—表的ĺŤç§°" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:2206 +#, python-format +msgid "Download \"%s\"" +msgstr "下载“%s”" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:326 +#, python-format +msgid "New" +msgstr "新建" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:1767 +#, python-format +msgid "Can't convert value %s to context" +msgstr "不č˝č˝¬ćŤ˘ĺ€Ľ %s ĺ° context" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/views.js:807 +#: code:addons/web/static/src/xml/base.xml:541 +#, python-format +msgid "Fields View Get" +msgstr "获取字段视图" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:149 +#, python-format +msgid "Confirm password:" +msgstr "确认管ç†ĺ‘密ç :" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1883 +#: code:addons/web/static/src/js/search.js:1917 +#: code:addons/web/static/src/js/search.js:1942 +#, python-format +msgid "greater or equal than" +msgstr "大于等于" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1321 +#, python-format +msgid "Button" +msgstr "按钮" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:418 +#, python-format +msgid "OpenERP is a trademark of the" +msgstr "OpenERP ćŻćł¨ĺ†Śĺ•†ć ‡ďĽŚç”±" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/data_export.js:374 +#, python-format +msgid "Please select fields to export..." +msgstr "请选择č¦ĺŻĽĺ‡şçš„字段..." + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:286 +#, python-format +msgid "New master password:" +msgstr "新的主控密ç ďĽš" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1976 +#, python-format +msgid "is false" +msgstr "为ĺ‡" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:404 +#, python-format +msgid "About OpenERP" +msgstr "关于 OpenERP" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/formats.js:297 +#, python-format +msgid "'%s' is not a correct date, datetime nor time" +msgstr "'%s'格式错, 不ćŻć­Łçˇ®çš„日期,日期时间,也不ćŻć—¶é—´" + +#. module: web +#: code:addons/web/controllers/main.py:1264 +#, python-format +msgid "No content found for field '%s' on '%s:%s'" +msgstr "字段 '%s'无内容, '%s:%s'" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:304 +#, python-format +msgid "Database Management" +msgstr "数据库管ç†" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:5007 +#, python-format +msgid "Image" +msgstr "图ĺŹ" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:81 +#, python-format +msgid "Manage Databases" +msgstr "管ç†ć•°ćŤ®ĺş“" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/pyeval.js:765 +#, python-format +msgid "Evaluation Error" +msgstr "求值错误" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1283 +#, python-format +msgid "not a valid integer" +msgstr "ć— ć•çš„ć•´ć•°" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:337 +#: code:addons/web/static/src/xml/base.xml:776 +#: code:addons/web/static/src/xml/base.xml:816 +#: code:addons/web/static/src/xml/base.xml:1376 +#: code:addons/web/static/src/xml/base.xml:1384 +#: code:addons/web/static/src/xml/base.xml:1630 +#, python-format +msgid "or" +msgstr "or" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1381 +#, python-format +msgid "No" +msgstr "ĺ¦" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/formats.js:309 +#, python-format +msgid "'%s' is not convertible to date, datetime nor time" +msgstr "'%s' 无法转换为日期,日期时间 ĺ’Ś 时间" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:199 +#: code:addons/web/static/src/xml/base.xml:161 +#: code:addons/web/static/src/xml/base.xml:307 +#, python-format +msgid "Duplicate" +msgstr "复ĺ¶" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:777 +#: code:addons/web/static/src/xml/base.xml:817 +#: code:addons/web/static/src/xml/base.xml:1391 +#, python-format +msgid "Discard" +msgstr "放ĺĽ" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1624 +#, python-format +msgid "Add a condition" +msgstr "添加条件" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/coresetup.js:629 +#, python-format +msgid "Still loading..." +msgstr "正在加载..." + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:818 +#, python-format +msgid "Incorrect value for field %(fieldname)s: [%(value)s] is %(message)s" +msgstr "字段值有误。%(fieldname)s: [%(value)s] : %(message)s" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:3805 +#, python-format +msgid "The o2m record must be saved before an action can be used" +msgstr "o2m记录必须ĺ…äżťĺ­ć‰Ťč˝č˘«ä¸€ä¸ŞĺŠ¨ä˝śä˝żç”¨" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:509 +#, python-format +msgid "Backed" +msgstr "已备份" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1610 +#, python-format +msgid "Use by default" +msgstr "é»č®¤ä˝żç”¨" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:1348 +#, python-format +msgid "%s (%d)" +msgstr "%s (%d)" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:775 +#, python-format +msgid "triggered from search view" +msgstr "在ćśç´˘č§†ĺ›ľčż›ĺ…Ą" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:978 +#, python-format +msgid "Filter" +msgstr "过滤条件" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:950 +#, python-format +msgid "Widget:" +msgstr "窗口é¨ä»¶ďĽš" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:548 +#, python-format +msgid "Edit Action" +msgstr "编辑动作" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:555 +#, python-format +msgid "ID:" +msgstr "ID:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:870 +#, python-format +msgid "Only you" +msgstr "仅用于你个人" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:549 +#, python-format +msgid "Edit Workflow" +msgstr "编辑工作ćµ" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/views.js:1171 +#, python-format +msgid "Do you really want to delete this attachment ?" +msgstr "请确认ćŻĺ¦č¦ĺ é™¤čż™ä¸Şé™„件?" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/views.js:840 +#, python-format +msgid "Technical Translation" +msgstr "技术翻译" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:938 +#, python-format +msgid "Field:" +msgstr "字段:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:620 +#, python-format +msgid "Modified by :" +msgstr "修改者:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:499 +#, python-format +msgid "The database %s has been dropped" +msgstr "数据库 %s 被ĺ é™¤" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:460 +#, python-format +msgid "User's timezone" +msgstr "用ć·çš„时区" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:284 +#: code:addons/web/static/src/js/chrome.js:1168 +#, python-format +msgid "Client Error" +msgstr "客ć·ç«Żé”™čŻŻ" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/views.js:998 +#, python-format +msgid "Print" +msgstr "打印" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1331 +#, python-format +msgid "Special:" +msgstr "特殊:" + +#. module: web +#: code:addons/web/controllers/main.py:834 +#, python-format +msgid "" +"The old password you provided is incorrect, your password was not changed." +msgstr "ä˝ ćŹäľ›çš„原密ç ćŻé”™čŻŻçš„,密ç ć˛ˇćś‰ć”ąĺŹ" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:561 +#, python-format +msgid "Creation User:" +msgstr "ĺ›ĺ»şç”¨ć·ďĽš" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:769 +#, python-format +msgid "Do you really want to delete this record?" +msgstr "您确认č¦ĺ é™¤čŻĄč®°ĺ˝•ĺ—?" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1385 +#, python-format +msgid "Save & Close" +msgstr "äżťĺ­ĺą¶ĺ…łé—­" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:2845 +#, python-format +msgid "Search More..." +msgstr "ćśç´˘ć›´ĺ¤š..." + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:75 +#: code:addons/web/static/src/xml/base.xml:311 +#, python-format +msgid "Password" +msgstr "密ç " + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:546 +#: code:addons/web/static/src/xml/base.xml:809 +#: code:addons/web/static/src/xml/base.xml:1178 +#, python-format +msgid "Edit" +msgstr "编辑" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1706 +#, python-format +msgid "Remove" +msgstr "ĺ é™¤" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1062 +#, python-format +msgid "Select date" +msgstr "选择日期" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1249 +#, python-format +msgid "Search %(field)s for: %(value)s" +msgstr "ćśç´˘ %(field)s : %(value)s" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1277 +#, python-format +msgid "Delete this file" +msgstr "ĺ é™¤ć­¤ć–‡ä»¶" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:109 +#, python-format +msgid "Create Database" +msgstr "ĺ›ĺ»şć•°ćŤ®ĺş“" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:420 +#, python-format +msgid "GNU Affero General Public License" +msgstr "GNU Affero General Public License" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1795 +#, python-format +msgid "Separator:" +msgstr "ĺ†éš”符:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:300 +#, python-format +msgid "Back to Login" +msgstr "返回登录页面" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1662 +#: code:addons/web/static/src/xml/base.xml:1454 +#, python-format +msgid "Filters" +msgstr "过滤器" diff --git a/web/i18n/zh_TW.po b/web/i18n/zh_TW.po new file mode 100644 index 0000000..b3a77d7 --- /dev/null +++ b/web/i18n/zh_TW.po @@ -0,0 +1,2606 @@ +# Chinese (Traditional) translation for openerp-web +# Copyright (c) 2011 Rosetta Contributors and Canonical Ltd 2011 +# This file is distributed under the same license as the openerp-web package. +# FIRST AUTHOR , 2011. +# +msgid "" +msgstr "" +"Project-Id-Version: openerp-web\n" +"Report-Msgid-Bugs-To: FULL NAME \n" +"POT-Creation-Date: 2012-12-21 17:06+0000\n" +"PO-Revision-Date: 2013-02-01 16:27+0000\n" +"Last-Translator: Charles Hsu \n" +"Language-Team: Chinese (Traditional) \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Launchpad-Export-Date: 2013-02-02 06:00+0000\n" +"X-Generator: Launchpad (build 16462)\n" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:133 +#, python-format +msgid "Default language:" +msgstr "é č¨­čŞžč¨€ďĽš" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/coresetup.js:602 +#, python-format +msgid "%d minutes ago" +msgstr "%d ĺ†é前" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/coresetup.js:630 +#, python-format +msgid "Still loading...
    Please be patient." +msgstr "載入中...
    請稍後" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1832 +#, python-format +msgid "%(field)s %(operator)s \"%(value)s\"" +msgstr "%(field)s %(operator)s \"%(value)s\"" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1884 +#: code:addons/web/static/src/js/search.js:1918 +#: code:addons/web/static/src/js/search.js:1943 +#, python-format +msgid "less or equal than" +msgstr "ĺ°Źć–Ľć–等於" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:393 +#, python-format +msgid "Please enter your previous password" +msgstr "請輸入ĺ…前的密碼" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:117 +#: code:addons/web/static/src/xml/base.xml:167 +#: code:addons/web/static/src/xml/base.xml:282 +#, python-format +msgid "Master password:" +msgstr "主密碼:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:274 +#, python-format +msgid "Change Master Password" +msgstr "變更主č¦ĺŻ†ç˘Ľ" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:491 +#, python-format +msgid "Do you really want to delete the database: %s ?" +msgstr "您確定č¦ĺŞé™¤čł‡ć–™ĺş«: %s ?" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1398 +#, python-format +msgid "Search %(field)s at: %(value)s" +msgstr "ćśĺ°‹ %(field)s 在: %(value)s" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:537 +#, python-format +msgid "Access Denied" +msgstr "拒絕ĺ­ĺŹ–" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:5183 +#, python-format +msgid "Uploading error" +msgstr "上傳錯誤" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/coresetup.js:603 +#, python-format +msgid "about an hour ago" +msgstr "約一小時前" + +#. module: web +#. openerp-web +#: code:addons/web/controllers/main.py:768 +#: code:addons/web/static/src/js/chrome.js:514 +#: code:addons/web/static/src/xml/base.xml:216 +#, python-format +msgid "Backup Database" +msgstr "備用資料庫" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/views.js:463 +#, python-format +msgid "%(view_type)s view" +msgstr "%(view_type)s 檢視" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/dates.js:49 +#: code:addons/web/static/src/js/dates.js:53 +#, python-format +msgid "'%s' is not a valid date" +msgstr "â€%s’不ćŻćś‰ć•çš„ć—Ąćśź" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1837 +#, python-format +msgid "Here is a preview of the file we could not import:" +msgstr "無法匯入檔ćˇçš„é č¦˝ďĽš" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/coresetup.js:601 +#, python-format +msgid "about a minute ago" +msgstr "約一ĺ†é前" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1297 +#, python-format +msgid "File" +msgstr "檔ćˇ" + +#. module: web +#: code:addons/web/controllers/main.py:826 +#, python-format +msgid "You cannot leave any password empty." +msgstr "密碼不č˝ç‚şç©şç™˝" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:680 +#, python-format +msgid "Invalid username or password" +msgstr "無ć•çš„帳號ć–密碼" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:206 +#: code:addons/web/static/src/xml/base.xml:238 +#: code:addons/web/static/src/xml/base.xml:260 +#, python-format +msgid "Master Password:" +msgstr "主密碼:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1217 +#: code:addons/web/static/src/xml/base.xml:1374 +#, python-format +msgid "Select" +msgstr "é¸ĺŹ–" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:549 +#, python-format +msgid "Database restored successfully" +msgstr "資料庫儲ĺ­ć功" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:415 +#, python-format +msgid "Version" +msgstr "ç‰ćś¬" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:570 +#, python-format +msgid "Latest Modification Date:" +msgstr "最後修改日期:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1459 +#, python-format +msgid "M2O search fields do not currently handle multiple default values" +msgstr "多對一ćśĺ°‹ć¬„位目前不č˝č™•ç†ĺ¤šé …é č¨­ĺ€Ľ" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:1227 +#, python-format +msgid "Widget type '%s' is not implemented" +msgstr "ĺ°Źĺ·Ąĺ…·çš„ĺž‹ć…‹ '%s' 並未被實作" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1608 +#, python-format +msgid "Share with all users" +msgstr "č‡ć‰€ćś‰ä˝żç”¨č€…ĺ†äş«" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:77 +#: code:addons/web/static/src/js/view_form.js:321 +#, python-format +msgid "Form" +msgstr "表單" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1324 +#, python-format +msgid "(no string)" +msgstr "(no string)" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/formats.js:282 +#, python-format +msgid "'%s' is not a correct time" +msgstr "'%s' 並非正確的時間" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1297 +#, python-format +msgid "not a valid number" +msgstr "不ćŻćś‰ć•çš„數值" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:325 +#, python-format +msgid "New Password:" +msgstr "新密碼:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:610 +#, python-format +msgid "Attachment :" +msgstr "附件:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1691 +#, python-format +msgid "Fields to export" +msgstr "č¦ĺŚŻĺ‡şć¬„位" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:1340 +#, python-format +msgid "Undefined" +msgstr "未定義" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:4871 +#, python-format +msgid "File Upload" +msgstr "上傳檔ćˇ" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/coresetup.js:607 +#, python-format +msgid "about a month ago" +msgstr "大約一個ćśĺ‰Ť" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1600 +#, python-format +msgid "Custom Filters" +msgstr "客製化篩é¸ĺ™¨" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1336 +#, python-format +msgid "Button Type:" +msgstr "按é•ĺž‹ć…‹" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:419 +#, python-format +msgid "OpenERP SA Company" +msgstr "OpenERP SA 公司" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1553 +#, python-format +msgid "Custom Filter" +msgstr "自訂篩é¸" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:159 +#, python-format +msgid "Duplicate Database" +msgstr "複製資料庫" + +#. module: web +#. openerp-web +#: code:addons/web/controllers/main.py:789 +#: code:addons/web/controllers/main.py:790 +#: code:addons/web/controllers/main.py:826 +#: code:addons/web/controllers/main.py:828 +#: code:addons/web/controllers/main.py:834 +#: code:addons/web/controllers/main.py:835 +#: code:addons/web/static/src/js/chrome.js:768 +#: code:addons/web/static/src/xml/base.xml:276 +#: code:addons/web/static/src/xml/base.xml:336 +#, python-format +msgid "Change Password" +msgstr "變更密碼" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:3411 +#, python-format +msgid "View type '%s' is not supported in One2Many." +msgstr "檢視型態 '%s' 在一對多中並不支援。" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:4951 +#: code:addons/web/static/src/js/view_list.js:2194 +#, python-format +msgid "Download" +msgstr "下載" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/formats.js:266 +#, python-format +msgid "'%s' is not a correct datetime" +msgstr "'%s' 並非正確的日期時間" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:417 +#, python-format +msgid "Group" +msgstr "群組" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:927 +#, python-format +msgid "Unhandled widget" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:982 +#, python-format +msgid "Selection:" +msgstr "é¸ć“‡ďĽš" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:871 +#, python-format +msgid "The following fields are invalid:" +msgstr "下ĺ—欄位為無ć•:" + +#. module: web +#: code:addons/web/controllers/main.py:847 +#, python-format +msgid "Languages" +msgstr "語言" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1270 +#, python-format +msgid "...Upload in progress..." +msgstr "...資料上傳中..." + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1768 +#, python-format +msgid "Import" +msgstr "匯入" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:543 +#, python-format +msgid "Could not restore the database" +msgstr "資料庫無法回復" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:4851 +#, python-format +msgid "File upload" +msgstr "檔ćˇä¸Šĺ‚ł" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:3804 +#, python-format +msgid "Action Button" +msgstr "動作按é•" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:542 +#: code:addons/web/static/src/xml/base.xml:1467 +#, python-format +msgid "Manage Filters" +msgstr "管ç†çŻ©é¸" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1867 +#, python-format +msgid "contains" +msgstr "包ĺ«" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/coresetup.js:633 +#, python-format +msgid "Take a minute to get a coffee,
    because it's loading..." +msgstr "喝杯咖啡休ćŻä¸€ä¸‹ĺ§,
    因為還在載入中..." + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:413 +#, python-format +msgid "Activate the developer mode" +msgstr "啟動開發者模式" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:324 +#, python-format +msgid "Loading (%d)" +msgstr "載入(%d)" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1114 +#, python-format +msgid "GroupBy" +msgstr "ĺ†çµ„" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:687 +#, python-format +msgid "You must select at least one record." +msgstr "您必é é¸ć“‡č‡łĺ°‘一筆紀錄。" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:535 +#, python-format +msgid "View Log (perm_read)" +msgstr "檢視日誌 (perm_read)" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:1061 +#, python-format +msgid "Set Default" +msgstr "設定為é č¨­ĺ€Ľ" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:978 +#, python-format +msgid "Relation:" +msgstr "é—śčŻ" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/coresetup.js:600 +#, python-format +msgid "less than a minute ago" +msgstr "不ĺ°ä¸€ĺ†é前" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:851 +#, python-format +msgid "Condition:" +msgstr "條件:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:1692 +#, python-format +msgid "Unsupported operator %s in domain %s" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/formats.js:242 +#, python-format +msgid "'%s' is not a correct float" +msgstr "'%s' 並非正確的浮點數值" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:549 +#, python-format +msgid "Restored" +msgstr "回復" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:394 +#, python-format +msgid "%d-%d of %d" +msgstr "%d çš„ %d-%d" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:2868 +#, python-format +msgid "Create and Edit..." +msgstr "建立及編輯" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/pyeval.js:731 +#, python-format +msgid "Unknown nonliteral type " +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:2346 +#, python-format +msgid "Resource error" +msgstr "資ćşéŚŻčޤ" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1961 +#, python-format +msgid "is not" +msgstr "不ćŻ" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:550 +#, python-format +msgid "Print Workflow" +msgstr "ĺ—印工作ćµç¨‹" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:396 +#, python-format +msgid "Please confirm your new password" +msgstr "請確認新密碼" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1804 +#, python-format +msgid "UTF-8" +msgstr "UTF-8" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:421 +#, python-format +msgid "For more information visit" +msgstr "更多資訊請至" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1859 +#, python-format +msgid "Add All Info..." +msgstr "增加全é¨čł‡č¨Š..." + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1683 +#, python-format +msgid "Export Formats" +msgstr "匯出格式" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:974 +#, python-format +msgid "On change:" +msgstr "變更:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/views.js:865 +#, python-format +msgid "Model %s fields" +msgstr "模型 %s 欄位" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:893 +#, python-format +msgid "Setting 'id' attribute on existing record %s" +msgstr "在已ĺ­ĺś¨çš„紀錄 %s 設定 'id' 屬性" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:8 +#, python-format +msgid "List" +msgstr "ĺ—表" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1881 +#: code:addons/web/static/src/js/search.js:1915 +#: code:addons/web/static/src/js/search.js:1940 +#, python-format +msgid "greater than" +msgstr "大於" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:2248 +#: code:addons/web/static/src/xml/base.xml:546 +#, python-format +msgid "View" +msgstr "檢視" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1466 +#, python-format +msgid "Save Filter" +msgstr "儲ĺ­çŻ©é¸" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1344 +#, python-format +msgid "Action ID:" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:457 +#, python-format +msgid "Your user's preference timezone does not match your browser timezone:" +msgstr "您的使用者ĺŹĺĄ˝çš„時區和您的瀏覽器的時區不符:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:1223 +#, python-format +msgid "Field '%s' specified in view could not be found." +msgstr "找不ĺ°ćŞ˘č¦–ä¸­ćŚ‡ĺ®šçš„ć¬„ä˝Ť '%s'。" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1756 +#, python-format +msgid "Saved exports:" +msgstr "已儲ĺ­ĺŚŻĺ‡şďĽš" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:320 +#, python-format +msgid "Old Password:" +msgstr "čŠĺŻ†ç˘ĽďĽš" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/formats.js:113 +#, python-format +msgid "Bytes,Kb,Mb,Gb,Tb,Pb,Eb,Zb,Yb" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:481 +#, python-format +msgid "The database has been duplicated." +msgstr "資料庫已被複製。" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1625 +#, python-format +msgid "Apply" +msgstr "套用" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1386 +#, python-format +msgid "Save & New" +msgstr "儲ĺ­ä¸¦ć–°ĺ˘ž" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1223 +#: code:addons/web/static/src/xml/base.xml:1225 +#, python-format +msgid "Save As" +msgstr "另ĺ­ç‚ş" + +#. module: web +#. openerp-web +#: code:addons/web/doc/module/static/src/xml/web_example.xml:3 +#, python-format +msgid "00:00:00" +msgstr "00:00:00" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:2317 +#, python-format +msgid "E-mail error" +msgstr "é›»ĺ­éµä»¶éŚŻčޤ" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/coresetup.js:605 +#, python-format +msgid "a day ago" +msgstr "一天前" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1789 +#, python-format +msgid "Does your file have titles?" +msgstr "您的檔ćˇćś‰ć¨™éˇŚĺ—ŽďĽź" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:327 +#, python-format +msgid "Unlimited" +msgstr "無é™ĺ¶" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:784 +#, python-format +msgid "" +"Warning, the record has been modified, your changes will be discarded.\n" +"\n" +"Are you sure you want to leave this page ?" +msgstr "警告,č¨éŚ„已經被修改,您的變更將ćśč˘«ĺż˝ç•Ąă€‚" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:2904 +#, python-format +msgid "Search: " +msgstr "ćśĺ°‹ďĽš " + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:544 +#, python-format +msgid "Technical translation" +msgstr "技術性翻譯" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1797 +#, python-format +msgid "Delimiter:" +msgstr "ĺ†éš”符號:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:462 +#, python-format +msgid "Browser's timezone" +msgstr "瀏覽器的時區" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1605 +#, python-format +msgid "Filter name" +msgstr "篩é¸ĺ™¨ĺŤç¨±" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1464 +#, python-format +msgid "-- Actions --" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:4134 +#: code:addons/web/static/src/js/view_form.js:4294 +#: code:addons/web/static/src/xml/base.xml:1407 +#: code:addons/web/static/src/xml/base.xml:1705 +#, python-format +msgid "Add" +msgstr "添加" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:536 +#, python-format +msgid "Toggle Form Layout Outline" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:421 +#, python-format +msgid "OpenERP.com" +msgstr "OpenERP.com" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:2317 +#, python-format +msgid "Can't send email to invalid e-mail address" +msgstr "無法傳é€é›»ĺ­éµä»¶č‡łç„ˇć•çš„é›»ĺ­éµä»¶ĺś°ĺť€" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:636 +#, python-format +msgid "Add..." +msgstr "新增..." + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:405 +#, python-format +msgid "Preferences" +msgstr "ĺŹĺĄ˝č¨­ĺ®š" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:436 +#, python-format +msgid "Wrong on change format: %s" +msgstr "變更格式: %s 錯誤" + +#. module: web +#. openerp-web +#: code:addons/web/controllers/main.py:750 +#: code:addons/web/static/src/xml/base.xml:185 +#, python-format +msgid "Drop Database" +msgstr "ĺŞé™¤čł‡ć–™ĺş«" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:466 +#, python-format +msgid "Click here to change your user's timezone." +msgstr "點擊此處以便變更您的使用者時區" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:966 +#, python-format +msgid "Modifiers:" +msgstr "修飾鍵:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:627 +#, python-format +msgid "Delete this attachment" +msgstr "ĺŞé™¤é™„加檔" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:774 +#: code:addons/web/static/src/xml/base.xml:815 +#: code:addons/web/static/src/xml/base.xml:1382 +#: code:addons/web/static/src/xml/base.xml:1612 +#, python-format +msgid "Save" +msgstr "儲ĺ­" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/views.js:999 +#: code:addons/web/static/src/xml/base.xml:352 +#, python-format +msgid "More" +msgstr "更多" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:73 +#, python-format +msgid "Username" +msgstr "使用者ĺŤç¨±" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:481 +#, python-format +msgid "Duplicating database" +msgstr "複製資料庫" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:563 +#, python-format +msgid "Password has been changed successfully" +msgstr "密碼變更ć功" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list_editable.js:788 +#, python-format +msgid "The form's data can not be discarded" +msgstr "表格的資料無法忽略" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:533 +#, python-format +msgid "Debug View#" +msgstr "除錯檢視#" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:77 +#, python-format +msgid "Log in" +msgstr "登入" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:198 +#: code:addons/web/static/src/js/view_list.js:346 +#: code:addons/web/static/src/xml/base.xml:1764 +#, python-format +msgid "Delete" +msgstr "ĺŞé™¤" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/pyeval.js:769 +#, python-format +msgid "" +"Local evaluation failure\n" +"%s\n" +"\n" +"%s" +msgstr "" +"本地評估失敗\n" +"%s\n" +"\n" +"%s" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:350 +#, python-format +msgid "Invalid database name" +msgstr "無ć•çš„資料庫ĺŤç¨±" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1693 +#, python-format +msgid "Save fields list" +msgstr "儲ĺ­ć¬„位清單" + +#. module: web +#. openerp-web +#: code:addons/web/doc/module/static/src/xml/web_example.xml:5 +#, python-format +msgid "Start" +msgstr "開始" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/views.js:823 +#, python-format +msgid "View Log (%s)" +msgstr "檢視日誌(%s)" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:564 +#, python-format +msgid "Creation Date:" +msgstr "建立日期:" + +#. module: web +#: code:addons/web/controllers/main.py:790 +#: code:addons/web/controllers/main.py:835 +#, python-format +msgid "Error, password not changed !" +msgstr "錯誤,密碼並未變更ďĽ" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:4850 +#, python-format +msgid "The selected file exceed the maximum file size of %s." +msgstr "所é¸ćŞ”ćˇĺ…¶ĺ¤§ĺ°Źč¶…éŽćś€ĺ¤§ćŞ”ćˇ %s" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:632 +#: code:addons/web/static/src/xml/base.xml:1300 +#, python-format +msgid "/web/binary/upload_attachment" +msgstr "/web/binary/upload_attachment" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:563 +#, python-format +msgid "Changed Password" +msgstr "已變更密碼" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1431 +#, python-format +msgid "Search" +msgstr "ćśĺ°‹" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:3032 +#: code:addons/web/static/src/js/view_form.js:3668 +#: code:addons/web/static/src/js/view_form.js:3785 +#: code:addons/web/static/src/js/view_form.js:4230 +#: code:addons/web/static/src/js/view_form.js:4353 +#, python-format +msgid "Open: " +msgstr "é–‹ĺ•ź: " + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:218 +#: code:addons/web/static/src/xml/base.xml:309 +#, python-format +msgid "Backup" +msgstr "備份" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/dates.js:76 +#: code:addons/web/static/src/js/dates.js:80 +#, python-format +msgid "'%s' is not a valid time" +msgstr "â€%s’ 不ćŻćś‰ć•çš„時間" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/formats.js:274 +#, python-format +msgid "'%s' is not a correct date" +msgstr "â€%s’ 不ćŻć­Łç˘şçš„ć—Ąćśź" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:933 +#, python-format +msgid "(nolabel)" +msgstr "(nolabel)" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/coresetup.js:606 +#, python-format +msgid "%d days ago" +msgstr "%d 天以前" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1474 +#, python-format +msgid "(Any existing filter with the same name will be replaced)" +msgstr "(ćśĺŹ–代所有ĺŚĺŤçŻ©é¸)" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:1918 +#: code:addons/web/static/src/xml/base.xml:338 +#: code:addons/web/static/src/xml/base.xml:1377 +#: code:addons/web/static/src/xml/base.xml:1860 +#, python-format +msgid "Cancel" +msgstr "取ć¶" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/coresetup.js:628 +#: code:addons/web/static/src/xml/base.xml:9 +#, python-format +msgid "Loading..." +msgstr "載入..." + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:567 +#, python-format +msgid "Latest Modification by:" +msgstr "最後更動資料者:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:1242 +#: code:addons/web/static/src/xml/base.xml:470 +#, python-format +msgid "Timezone mismatch" +msgstr "時區不匹配" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:1646 +#, python-format +msgid "Unknown operator %s in domain %s" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:428 +#, python-format +msgid "%d / %d" +msgstr "%d / %d" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1782 +#, python-format +msgid "2. Check your file format" +msgstr "2. 檢查檔ćˇć ĽĺĽŹ" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1718 +#, python-format +msgid "Name" +msgstr "ĺŤç¨±" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1775 +#, python-format +msgid "" +"Select a .CSV file to import. If you need a sample of file to import,\n" +" you should use the export tool with the \"Import Compatible\" option." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/coresetup.js:608 +#, python-format +msgid "%d months ago" +msgstr "%d 個ćśä»Ąĺ‰Ť" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:187 +#: code:addons/web/static/src/xml/base.xml:308 +#, python-format +msgid "Drop" +msgstr "捨棄" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1465 +#, python-format +msgid "Add Advanced Filter" +msgstr "新增進階篩é¸ĺ™¨" + +#. module: web +#: code:addons/web/controllers/main.py:828 +#, python-format +msgid "The new password and its confirmation must be identical." +msgstr "新密碼č‡ç˘şčŞŤĺŻ†ç˘Ľĺż…é ä¸€č‡´ă€‚" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:542 +#: code:addons/web/static/src/xml/base.xml:248 +#, python-format +msgid "Restore Database" +msgstr "回復資料庫" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:644 +#, python-format +msgid "Login" +msgstr "登入" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:420 +#, python-format +msgid "Licenced under the terms of" +msgstr "在條款下ćŽć¬Š" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:250 +#: code:addons/web/static/src/xml/base.xml:310 +#, python-format +msgid "Restore" +msgstr "還原" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1677 +#, python-format +msgid "Export Type:" +msgstr "匯出類型:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:406 +#, python-format +msgid "Log out" +msgstr "登出" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1090 +#, python-format +msgid "Group by: %s" +msgstr "群組條件: %s" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:153 +#, python-format +msgid "No data provided." +msgstr "沒有ćŹäľ›čł‡ć–™" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:345 +#: code:addons/web/static/src/xml/base.xml:1665 +#, python-format +msgid "Export" +msgstr "匯出" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/data_export.js:12 +#, python-format +msgid "Export To File" +msgstr "匯出至檔ćˇ" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/views.js:1097 +#, python-format +msgid "You must choose at least one record." +msgstr "č¦é¸ć“‡č‡łĺ°‘一個紀錄。" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/coresetup.js:631 +#, python-format +msgid "Don't leave yet,
    it's still loading..." +msgstr "ĺĄé›˘é–‹,
    仍在載入中..." + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:775 +#, python-format +msgid "Invalid Search" +msgstr "無ć•çš„ćśĺ°‹" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:980 +#, python-format +msgid "Could not find id in dataset" +msgstr "資料集中找不ĺ°id" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1707 +#, python-format +msgid "Remove All" +msgstr "ĺ…¨é¨ç§»é™¤" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1340 +#, python-format +msgid "Method:" +msgstr "ć–ąćł•:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:1439 +#, python-format +msgid "%(page)d/%(page_count)d" +msgstr "%(page)d/%(page_count)d" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:397 +#, python-format +msgid "The confirmation does not match the password" +msgstr "確認動作並不č‡ĺŻ†ç˘Ľç›¸ç¬¦" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:441 +#, python-format +msgid "Edit Company data" +msgstr "編輯公司資訊" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:4886 +#, python-format +msgid "Save As..." +msgstr "另ĺ­ć–°ćޔ…" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:5007 +#, python-format +msgid "Could not display the selected image." +msgstr "無法顯示所é¸ĺ˝±ĺŹ" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:509 +#, python-format +msgid "Database backed up successfully" +msgstr "資料庫備份ć功" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1808 +#, python-format +msgid "" +"For use if CSV files have titles on multiple lines, skips more than a single " +"line during import" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:394 +#, python-format +msgid "99+" +msgstr "99+" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1774 +#, python-format +msgid "1. Import a .CSV file" +msgstr "1. 匯入 .CSV 檔" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:644 +#, python-format +msgid "No database selected !" +msgstr "無é¸ĺ®šäą‹čł‡ć–™ĺş«ďĽ" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/formats.js:180 +#, python-format +msgid "(%d records)" +msgstr "(%d ç­†)" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:970 +#, python-format +msgid "Change default:" +msgstr "變更é č¨­ĺ€Ľ" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:171 +#, python-format +msgid "Original database name:" +msgstr "原始資料庫ĺŤç¨±:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1869 +#: code:addons/web/static/src/js/search.js:1879 +#: code:addons/web/static/src/js/search.js:1913 +#: code:addons/web/static/src/js/search.js:1938 +#, python-format +msgid "is equal to" +msgstr "等於" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/views.js:1500 +#, python-format +msgid "Could not serialize XML" +msgstr "無法序ĺ—化 XML" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1619 +#, python-format +msgid "Advanced Search" +msgstr "進階ćśĺ°‹" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:290 +#, python-format +msgid "Confirm new master password:" +msgstr "確認新主密碼:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/coresetup.js:634 +#, python-format +msgid "Maybe you should consider reloading the application by pressing F5..." +msgstr "ć–許您可以č€ć…®ćŚ‰F5來重新載入應用程式..." + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:17 +#: code:addons/web/static/src/js/view_list.js:2248 +#: code:addons/web/static/src/xml/base.xml:111 +#: code:addons/web/static/src/xml/base.xml:306 +#: code:addons/web/static/src/xml/base.xml:812 +#: code:addons/web/static/src/xml/base.xml:1376 +#, python-format +msgid "Create" +msgstr "建立" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1868 +#, python-format +msgid "doesn't contain" +msgstr "不包ĺ«" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1785 +#, python-format +msgid "Import Options" +msgstr "匯入é¸é …" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:2936 +#, python-format +msgid "Add %s" +msgstr "新增 %s" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:145 +#, python-format +msgid "Admin password:" +msgstr "管ç†ĺ“ˇĺŻ†ç˘ĽďĽš" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/data_export.js:11 +#: code:addons/web/static/src/js/view_form.js:1067 +#: code:addons/web/static/src/xml/base.xml:1394 +#, python-format +msgid "Close" +msgstr "é—śé–‰" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/coresetup.js:632 +#, python-format +msgid "" +"You may not believe it,
    but the application is actually loading..." +msgstr "您也許不相信,
    但ćŻç¨‹ĺĽŹäş‹ĺŻ¦ä¸ŠćŻĺś¨čĽ‰ĺ…Ąä¸­...." + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1779 +#, python-format +msgid "CSV File:" +msgstr "CSV 檔:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1741 +#, python-format +msgid "Advanced" +msgstr "進階的" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_tree.js:11 +#, python-format +msgid "Tree" +msgstr "樹狀ĺ—表" + +#. module: web +#: code:addons/web/controllers/main.py:750 +#, python-format +msgid "Could not drop database !" +msgstr "無法ĺŞé™¤čł‡ć–™ĺş«ďĽ" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/formats.js:227 +#, python-format +msgid "'%s' is not a correct integer" +msgstr "'%s' 不ćŻć­Łç˘şçš„整數" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:877 +#, python-format +msgid "All users" +msgstr "所有使用者" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:1654 +#, python-format +msgid "Unknown field %s in domain %s" +msgstr "在é ĺźź %s 中的不知ĺŤć¬„位 %s" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/views.js:1466 +#, python-format +msgid "Node [%s] is not a JSONified XML node" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1428 +#, python-format +msgid "Advanced Search..." +msgstr "進階ćśĺ°‹..." + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:499 +#, python-format +msgid "Dropping database" +msgstr "ĺŞé™¤čł‡ć–™ĺş«" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:82 +#: code:addons/web/static/src/xml/base.xml:445 +#, python-format +msgid "Powered by" +msgstr "技術ćŹäľ›" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1380 +#: code:addons/web/static/src/xml/base.xml:970 +#, python-format +msgid "Yes" +msgstr "ćŻ" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:4871 +#, python-format +msgid "There was a problem while uploading your file" +msgstr "在上傳您的檔ćˇć™‚,發生了問題。" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:558 +#, python-format +msgid "XML ID:" +msgstr "XML ID:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:954 +#, python-format +msgid "Size:" +msgstr "大小:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1824 +#, python-format +msgid "--- Don't Import ---" +msgstr "--- 請勿匯入 ---" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1679 +#, python-format +msgid "Import-Compatible Export" +msgstr "具備匯入相容性的匯出" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/coresetup.js:610 +#, python-format +msgid "%d years ago" +msgstr "%d 年以前" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:1040 +#, python-format +msgid "Unknown m2m command %s" +msgstr "不知ĺŤçš„ m2m 指令 %s" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:1068 +#, python-format +msgid "Save default" +msgstr "儲ĺ­é č¨­ĺ€Ľ" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:121 +#: code:addons/web/static/src/xml/base.xml:175 +#: code:addons/web/static/src/xml/base.xml:264 +#, python-format +msgid "New database name:" +msgstr "新資料庫ĺŤç¨±ďĽš" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:394 +#, python-format +msgid "Please enter your new password" +msgstr "請輸入您的新密碼" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:4886 +#, python-format +msgid "The field is empty, there's nothing to save !" +msgstr "欄位空白,沒有東西可以儲ĺ­ďĽ" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:545 +#, python-format +msgid "Manage Views" +msgstr "管ç†ćŞ˘č¦–" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1801 +#, python-format +msgid "Encoding:" +msgstr "編碼:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1808 +#, python-format +msgid "Lines to skip" +msgstr "ç•ĄéŽčˇŚ" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:2858 +#, python-format +msgid "Create \"%s\"" +msgstr "建立 \"%s\"" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/data_export.js:361 +#, python-format +msgid "Please select fields to save export list..." +msgstr "č«‹é¸ć“‡ć¬„位以儲ĺ­ĺŚŻĺ‡şčˇ¨ĺ—...." + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:418 +#, python-format +msgid "Copyright © 2004-TODAY OpenERP SA. All Rights Reserved." +msgstr "Copyright © 2004-TODAY OpenERP SA. ç‰ć¬Šć‰€ćś‰." + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:2346 +#, python-format +msgid "This resource is empty" +msgstr "此資ćşćŞ”ç‚şç©şç™˝" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1689 +#, python-format +msgid "Available fields" +msgstr "可ćŹäľ›ć¬„位" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1835 +#, python-format +msgid "The import failed due to:" +msgstr "匯入失敗,原因為:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/views.js:812 +#: code:addons/web/static/src/xml/base.xml:539 +#, python-format +msgid "JS Tests" +msgstr "JS 測試" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1750 +#, python-format +msgid "Save as:" +msgstr "另ĺ­ç‚şďĽš" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:927 +#, python-format +msgid "Filter on: %s" +msgstr "以 %s 進行篩é¸" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:2904 +#: code:addons/web/static/src/js/view_form.js:3757 +#, python-format +msgid "Create: " +msgstr "建立: " + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:540 +#, python-format +msgid "View Fields" +msgstr "檢視欄位" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:330 +#, python-format +msgid "Confirm New Password:" +msgstr "確認新密碼:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:575 +#, python-format +msgid "Do you really want to remove these records?" +msgstr "您真的č¦ĺŞé™¤é€™äş›č¨éŚ„嗎?" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:958 +#, python-format +msgid "Context:" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1933 +#: code:addons/web/static/src/js/search.js:1960 +#, python-format +msgid "is" +msgstr "ćŻ" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/data_export.js:6 +#, python-format +msgid "Export Data" +msgstr "匯出資料" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:962 +#, python-format +msgid "Domain:" +msgstr "é ĺźźďĽš" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:834 +#, python-format +msgid "Default:" +msgstr "é č¨­ĺ€ĽďĽš" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:82 +#: code:addons/web/static/src/xml/base.xml:446 +#, python-format +msgid "OpenERP" +msgstr "OpenERP" + +#. module: web +#. openerp-web +#: code:addons/web/doc/module/static/src/xml/web_example.xml:8 +#, python-format +msgid "Stop" +msgstr "ĺść­˘" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:68 +#: code:addons/web/static/src/xml/base.xml:193 +#: code:addons/web/static/src/xml/base.xml:225 +#, python-format +msgid "Database:" +msgstr "資料庫:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1183 +#: code:addons/web/static/src/xml/base.xml:1240 +#, python-format +msgid "Uploading ..." +msgstr "上載 ..." + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1853 +#, python-format +msgid "Name:" +msgstr "ĺŤç¨±:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:1058 +#, python-format +msgid "About" +msgstr "關於本軟體" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1431 +#, python-format +msgid "Search Again" +msgstr "再次ćśĺ°‹" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1455 +#, python-format +msgid "-- Filters --" +msgstr "-- çŻ©é¸ --" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1230 +#: code:addons/web/static/src/xml/base.xml:1232 +#, python-format +msgid "Clear" +msgstr "清除" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1680 +#, python-format +msgid "Export all Data" +msgstr "匯出所有資料" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:1334 +#, python-format +msgid "" +"Grouping on field '%s' is not possible because that field does not appear in " +"the list view." +msgstr "以欄位 '%s' ĺ†çµ„ćŻä¸ŤĺŹŻč˝çš„,因為該欄位並未在ĺ—表式檢視中出現。" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:537 +#, python-format +msgid "Set Defaults" +msgstr "設為é č¨­ĺ€Ľ" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1670 +#, python-format +msgid "" +"This wizard will export all data that matches the current search criteria to " +"a CSV file.\n" +" You can export all data or only the fields that can be " +"reimported after modification." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:321 +#, python-format +msgid "The record could not be found in the database." +msgstr "資料庫中找不ĺ°č©˛ç­†č¨éŚ„。" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1472 +#, python-format +msgid "Filter Name:" +msgstr "篩é¸ĺŤç¨±ďĽš" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:946 +#, python-format +msgid "Type:" +msgstr "類型:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:538 +#, python-format +msgid "Incorrect super-administrator password" +msgstr "錯誤的超級管ç†ĺ“ˇĺŻ†ç˘Ľ" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:942 +#, python-format +msgid "Object:" +msgstr "物件:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:292 +#: code:addons/web/static/src/js/chrome.js:326 +#, python-format +msgid "Loading" +msgstr "正在載入" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/coresetup.js:609 +#, python-format +msgid "about a year ago" +msgstr "大約一年前" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1870 +#: code:addons/web/static/src/js/search.js:1880 +#: code:addons/web/static/src/js/search.js:1914 +#: code:addons/web/static/src/js/search.js:1939 +#, python-format +msgid "is not equal to" +msgstr "不等於" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:5036 +#, python-format +msgid "" +"The type of the field '%s' must be a many2many field with a relation to " +"'ir.attachment' model." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/coresetup.js:604 +#, python-format +msgid "%d hours ago" +msgstr "%d 個小時前" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:4206 +#: code:addons/web/static/src/js/view_form.js:4335 +#, python-format +msgid "Add: " +msgstr "新增: " + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1858 +#, python-format +msgid "Quick Add" +msgstr "快速新增" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1805 +#, python-format +msgid "Latin 1" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:260 +#: code:addons/web/static/src/js/chrome.js:269 +#: code:addons/web/static/src/js/chrome.js:449 +#: code:addons/web/static/src/js/chrome.js:792 +#: code:addons/web/static/src/js/view_form.js:572 +#: code:addons/web/static/src/js/view_form.js:1923 +#: code:addons/web/static/src/xml/base.xml:1752 +#, python-format +msgid "Ok" +msgstr "確定" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/views.js:1162 +#, python-format +msgid "Uploading..." +msgstr "正在上傳..." + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:125 +#, python-format +msgid "Load Demonstration data:" +msgstr "載入展示資料:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:615 +#, python-format +msgid "Created by :" +msgstr "建立者:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/dates.js:22 +#: code:addons/web/static/src/js/dates.js:26 +#, python-format +msgid "'%s' is not a valid datetime" +msgstr "'%s' 不ćŻćś‰ć•çš„日期時間" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:256 +#, python-format +msgid "File:" +msgstr "檔ćˇďĽš" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1882 +#: code:addons/web/static/src/js/search.js:1916 +#: code:addons/web/static/src/js/search.js:1941 +#, python-format +msgid "less than" +msgstr "ĺ°Źć–Ľ" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:687 +#: code:addons/web/static/src/js/views.js:1097 +#, python-format +msgid "Warning" +msgstr "警告" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:547 +#, python-format +msgid "Edit SearchView" +msgstr "編輯ćśĺ°‹ćŞ˘č¦–" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1975 +#, python-format +msgid "is true" +msgstr "ç‚şçśź" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:3909 +#, python-format +msgid "Add an item" +msgstr "新增項目" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1603 +#, python-format +msgid "Save current filter" +msgstr "儲ĺ­ç›®ĺ‰ŤçŻ©é¸ć˘ťä»¶" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:1915 +#, python-format +msgid "Confirm" +msgstr "確認" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/data_export.js:126 +#, python-format +msgid "Please enter save field list name" +msgstr "請輸入儲ĺ­ć¬„位ĺ—表ĺŤç¨±" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:2206 +#, python-format +msgid "Download \"%s\"" +msgstr "下載 \"%s\"" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:326 +#, python-format +msgid "New" +msgstr "新增" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:1767 +#, python-format +msgid "Can't convert value %s to context" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/views.js:807 +#: code:addons/web/static/src/xml/base.xml:541 +#, python-format +msgid "Fields View Get" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:149 +#, python-format +msgid "Confirm password:" +msgstr "確認密碼:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1883 +#: code:addons/web/static/src/js/search.js:1917 +#: code:addons/web/static/src/js/search.js:1942 +#, python-format +msgid "greater or equal than" +msgstr "大於ć–等於" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1321 +#, python-format +msgid "Button" +msgstr "按é•" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:418 +#, python-format +msgid "OpenERP is a trademark of the" +msgstr "OpenERP 商標屬於" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/data_export.js:374 +#, python-format +msgid "Please select fields to export..." +msgstr "č«‹é¸ć“‡ĺŚŻĺ‡şć¬„位..." + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:286 +#, python-format +msgid "New master password:" +msgstr "新主密碼:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1976 +#, python-format +msgid "is false" +msgstr "ç‚şĺ¦(false)" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:404 +#, python-format +msgid "About OpenERP" +msgstr "有關 OpenERP" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/formats.js:297 +#, python-format +msgid "'%s' is not a correct date, datetime nor time" +msgstr "'%s' 不ćŻć­Łç˘şçš„ć—Ąćśź, 日期時間ć–時間" + +#. module: web +#: code:addons/web/controllers/main.py:1264 +#, python-format +msgid "No content found for field '%s' on '%s:%s'" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:304 +#, python-format +msgid "Database Management" +msgstr "資料庫管ç†" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:5007 +#, python-format +msgid "Image" +msgstr "ĺ˝±ĺŹ" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:81 +#, python-format +msgid "Manage Databases" +msgstr "管ç†čł‡ć–™ĺş«" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/pyeval.js:765 +#, python-format +msgid "Evaluation Error" +msgstr "評估錯誤" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1283 +#, python-format +msgid "not a valid integer" +msgstr "並非有ć•ć•´ć•¸" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:337 +#: code:addons/web/static/src/xml/base.xml:776 +#: code:addons/web/static/src/xml/base.xml:816 +#: code:addons/web/static/src/xml/base.xml:1376 +#: code:addons/web/static/src/xml/base.xml:1384 +#: code:addons/web/static/src/xml/base.xml:1630 +#, python-format +msgid "or" +msgstr "ć–" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1381 +#, python-format +msgid "No" +msgstr "ĺ¦" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/formats.js:309 +#, python-format +msgid "'%s' is not convertible to date, datetime nor time" +msgstr "'%s' 無法轉換ćć—Ąćśźă€ć—Ąćśźć™‚é–“ć–時間" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:199 +#: code:addons/web/static/src/xml/base.xml:161 +#: code:addons/web/static/src/xml/base.xml:307 +#, python-format +msgid "Duplicate" +msgstr "製作複本" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:777 +#: code:addons/web/static/src/xml/base.xml:817 +#: code:addons/web/static/src/xml/base.xml:1391 +#, python-format +msgid "Discard" +msgstr "捨棄" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1624 +#, python-format +msgid "Add a condition" +msgstr "新增條件" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/coresetup.js:629 +#, python-format +msgid "Still loading..." +msgstr "仍在下載中..." + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:818 +#, python-format +msgid "Incorrect value for field %(fieldname)s: [%(value)s] is %(message)s" +msgstr "欄位 %(fieldname)s 的不正確數值: [%(value)s] ćŻ %(message)s" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:3805 +#, python-format +msgid "The o2m record must be saved before an action can be used" +msgstr "在一項行動被使用之前,一對多的紀錄必é č˘«ĺ„˛ĺ­" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:509 +#, python-format +msgid "Backed" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1610 +#, python-format +msgid "Use by default" +msgstr "使用é č¨­ĺ€Ľ" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_list.js:1348 +#, python-format +msgid "%s (%d)" +msgstr "%s (%d)" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:775 +#, python-format +msgid "triggered from search view" +msgstr "ĺľžćśĺ°‹ćŞ˘č¦–ä¸­č§¸ç™Ľ" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:978 +#, python-format +msgid "Filter" +msgstr "篩é¸ĺ™¨" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:950 +#, python-format +msgid "Widget:" +msgstr "ĺ°Źĺ·Ąĺ…·" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:548 +#, python-format +msgid "Edit Action" +msgstr "編輯動作" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:555 +#, python-format +msgid "ID:" +msgstr "編號:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:870 +#, python-format +msgid "Only you" +msgstr "只有您" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:549 +#, python-format +msgid "Edit Workflow" +msgstr "編輯ćµç¨‹" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/views.js:1171 +#, python-format +msgid "Do you really want to delete this attachment ?" +msgstr "您確定č¦ĺŞé™¤é€™é™„加檔嗎?" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/views.js:840 +#, python-format +msgid "Technical Translation" +msgstr "技術性翻譯" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:938 +#, python-format +msgid "Field:" +msgstr "欄位:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:620 +#, python-format +msgid "Modified by :" +msgstr "修改者:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:499 +#, python-format +msgid "The database %s has been dropped" +msgstr "資料庫 %s 已被ĺŞé™¤" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:460 +#, python-format +msgid "User's timezone" +msgstr "使用者的時區" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/chrome.js:284 +#: code:addons/web/static/src/js/chrome.js:1168 +#, python-format +msgid "Client Error" +msgstr "客ć¶ç«Żçš„錯誤" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/views.js:998 +#, python-format +msgid "Print" +msgstr "ĺ—印" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1331 +#, python-format +msgid "Special:" +msgstr "特殊的:" + +#. module: web +#: code:addons/web/controllers/main.py:834 +#, python-format +msgid "" +"The old password you provided is incorrect, your password was not changed." +msgstr "您ćŹäľ›çš„čŠĺŻ†ç˘ĽćŻéŚŻčŞ¤çš„ďĽŚć‚¨çš„ĺŻ†ç˘Ľä¸¦ćśŞč®Šć›´ă€‚" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:561 +#, python-format +msgid "Creation User:" +msgstr "建立的使用者:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:769 +#, python-format +msgid "Do you really want to delete this record?" +msgstr "您確定č¦ĺŞé™¤é€™é …č¨éŚ„?" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1385 +#, python-format +msgid "Save & Close" +msgstr "儲ĺ­ä¸¦é—śé–‰" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/view_form.js:2845 +#, python-format +msgid "Search More..." +msgstr "ćśĺ°‹ć›´ĺ¤š..." + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:75 +#: code:addons/web/static/src/xml/base.xml:311 +#, python-format +msgid "Password" +msgstr "密碼" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:546 +#: code:addons/web/static/src/xml/base.xml:809 +#: code:addons/web/static/src/xml/base.xml:1178 +#, python-format +msgid "Edit" +msgstr "編輯" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1706 +#, python-format +msgid "Remove" +msgstr "移除" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1062 +#, python-format +msgid "Select date" +msgstr "é¸ć“‡ć—Ąćśź" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1249 +#, python-format +msgid "Search %(field)s for: %(value)s" +msgstr "以: %(value)s ćśĺ°‹ %(field)s" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1277 +#, python-format +msgid "Delete this file" +msgstr "ĺŞé™¤ć­¤ćŞ”ćˇ" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:109 +#, python-format +msgid "Create Database" +msgstr "建立資料庫" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:420 +#, python-format +msgid "GNU Affero General Public License" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1795 +#, python-format +msgid "Separator:" +msgstr "ĺ†éš”符號:" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:300 +#, python-format +msgid "Back to Login" +msgstr "返回登入畫面" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:1662 +#: code:addons/web/static/src/xml/base.xml:1454 +#, python-format +msgid "Filters" +msgstr "篩é¸ĺ™¨" diff --git a/web/session.py b/web/session.py new file mode 100755 index 0000000..8a083e0 --- /dev/null +++ b/web/session.py @@ -0,0 +1,196 @@ +#!/usr/bin/python +import datetime +import babel +import dateutil.relativedelta +import logging +import time +import traceback +import sys +import xmlrpclib + +import openerp + +_logger = logging.getLogger(__name__) + +#---------------------------------------------------------- +# OpenERPSession RPC openerp backend access +#---------------------------------------------------------- +class AuthenticationError(Exception): + pass + +class SessionExpiredException(Exception): + pass + +class Service(object): + def __init__(self, session, service_name): + self.session = session + self.service_name = service_name + + def __getattr__(self, method): + def proxy_method(*args): + result = self.session.send(self.service_name, method, *args) + return result + return proxy_method + +class Model(object): + def __init__(self, session, model): + self.session = session + self.model = model + self.proxy = self.session.proxy('object') + + def __getattr__(self, method): + def proxy(*args, **kw): + result = self.proxy.execute_kw(self.session._db, self.session._uid, self.session._password, self.model, method, args, kw) + # reorder read + if method == "read": + if isinstance(result, list) and len(result) > 0 and "id" in result[0]: + index = {} + for r in result: + index[r['id']] = r + result = [index[x] for x in args[0] if x in index] + return result + return proxy + + def search_read(self, domain=None, fields=None, offset=0, limit=None, order=None, context=None): + record_ids = self.search(domain or [], offset, limit or False, order or False, context or {}) + if not record_ids: return [] + records = self.read(record_ids, fields or [], context or {}) + return records + +class OpenERPSession(object): + """ + An OpenERP RPC session, a given user can own multiple such sessions + in a web session. + + .. attribute:: context + + The session context, a ``dict``. Can be reloaded by calling + :meth:`openerpweb.openerpweb.OpenERPSession.get_context` + + .. attribute:: domains_store + + A ``dict`` matching domain keys to evaluable (but non-literal) domains. + + Used to store references to non-literal domains which need to be + round-tripped to the client browser. + """ + def __init__(self): + self._creation_time = time.time() + self._db = False + self._uid = False + self._login = False + self._password = False + self._suicide = False + self.context = {} + self.jsonp_requests = {} # FIXME use a LRU + + def send(self, service_name, method, *args): + code_string = u"warning -- %s\n\n%s" + try: + return openerp.netsvc.dispatch_rpc(service_name, method, args) + except openerp.osv.osv.except_osv, e: + raise xmlrpclib.Fault(code_string % (e.name, e.value), '') + except openerp.exceptions.Warning, e: + raise xmlrpclib.Fault(code_string % ("Warning", e), '') + except openerp.exceptions.AccessError, e: + raise xmlrpclib.Fault(code_string % ("AccessError", e), '') + except openerp.exceptions.AccessDenied, e: + raise xmlrpclib.Fault('AccessDenied', openerp.tools.ustr(e)) + except openerp.exceptions.DeferredException, e: + formatted_info = "".join(traceback.format_exception(*e.traceback)) + raise xmlrpclib.Fault(openerp.tools.ustr(e), formatted_info) + except Exception, e: + formatted_info = "".join(traceback.format_exception(*(sys.exc_info()))) + raise xmlrpclib.Fault(openerp.tools.ustr(e), formatted_info) + + def proxy(self, service): + return Service(self, service) + + def bind(self, db, uid, login, password): + self._db = db + self._uid = uid + self._login = login + self._password = password + + def authenticate(self, db, login, password, env=None): + uid = self.proxy('common').authenticate(db, login, password, env) + self.bind(db, uid, login, password) + + if uid: self.get_context() + return uid + + def assert_valid(self, force=False): + """ + Ensures this session is valid (logged into the openerp server) + """ + if self._uid and not force: + return + # TODO use authenticate instead of login + uid = self.proxy("common").login(self._db, self._login, self._password) + if not uid: + raise AuthenticationError("Authentication failure") + + def ensure_valid(self): + if self._uid: + try: + self.assert_valid(True) + except Exception: + self._uid = None + + def execute(self, model, func, *l, **d): + self.assert_valid() + model = self.model(model) + r = getattr(model, func)(*l, **d) + return r + + def exec_workflow(self, model, id, signal): + self.assert_valid() + r = self.proxy('object').exec_workflow(self._db, self._uid, self._password, model, signal, id) + return r + + def model(self, model): + """ Get an RPC proxy for the object ``model``, bound to this session. + + :param model: an OpenERP model name + :type model: str + :rtype: a model object + """ + if self._db == False: + raise SessionExpiredException("Session expired") + + return Model(self, model) + + def get_context(self): + """ Re-initializes the current user's session context (based on + his preferences) by calling res.users.get_context() with the old + context + + :returns: the new context + """ + assert self._uid, "The user needs to be logged-in to initialize his context" + self.context = self.model('res.users').context_get() or {} + self.context['uid'] = self._uid + self._fix_lang(self.context) + return self.context + + def _fix_lang(self, context): + """ OpenERP provides languages which may not make sense and/or may not + be understood by the web client's libraries. + + Fix those here. + + :param dict context: context to fix + """ + lang = context['lang'] + + # inane OpenERP locale + if lang == 'ar_AR': + lang = 'ar' + + # lang to lang_REGION (datejs only handles lang_REGION, no bare langs) + if lang in babel.core.LOCALE_ALIASES: + lang = babel.core.LOCALE_ALIASES[lang] + + context['lang'] = lang or 'en_US' + +# vim:et:ts=4:sw=4: diff --git a/web/static/._lib b/web/static/._lib new file mode 100644 index 0000000000000000000000000000000000000000..49a7a68dda8b3dcf718be8275dd408a96c2f6f65 GIT binary patch literal 222 zcmZQz6=P>$Vqox1Ojhs@R)|o50+1L3ClDI}@fsio@$UgK5x_AdBnYYuq+J^qI7A5ADWagzZ6zUro7#LccS|+8L8Kk9JyXWVp=cL9|7#TQc v6y@ipTDuvVIhz}}xahi=8@lM4m>aq3I$4++>l&JxI-8jrIGMN_nJ@qVFajf1 literal 0 HcmV?d00001 diff --git a/web/static/._src b/web/static/._src new file mode 100644 index 0000000000000000000000000000000000000000..49a7a68dda8b3dcf718be8275dd408a96c2f6f65 GIT binary patch literal 222 zcmZQz6=P>$Vqox1Ojhs@R)|o50+1L3ClDI}@fsio@$UgK5x_AdBnYYuq+J^qI7A5ADWagzZ6zUro7#LccS|+8L8Kk9JyXWVp=cL9|7#TQc v6y@ipTDuvVIhz}}xahi=8@lM4m>aq3I$4++>l&JxI-8jrIGMN_nJ@qVFajf1 literal 0 HcmV?d00001 diff --git a/web/static/._test b/web/static/._test new file mode 100644 index 0000000000000000000000000000000000000000..49a7a68dda8b3dcf718be8275dd408a96c2f6f65 GIT binary patch literal 222 zcmZQz6=P>$Vqox1Ojhs@R)|o50+1L3ClDI}@fsio@$UgK5x_AdBnYYuq+J^qI7A5ADWagzZ6zUro7#LccS|+8L8Kk9JyXWVp=cL9|7#TQc v6y@ipTDuvVIhz}}xahi=8@lM4m>aq3I$4++>l&JxI-8jrIGMN_nJ@qVFajf1 literal 0 HcmV?d00001 diff --git a/web/static/lib/._backbone b/web/static/lib/._backbone new file mode 100644 index 0000000000000000000000000000000000000000..49a7a68dda8b3dcf718be8275dd408a96c2f6f65 GIT binary patch literal 222 zcmZQz6=P>$Vqox1Ojhs@R)|o50+1L3ClDI}@fsio@$UgK5x_AdBnYYuq+J^qI7A5ADWagzZ6zUro7#LccS|+8L8Kk9JyXWVp=cL9|7#TQc v6y@ipTDuvVIhz}}xahi=8@lM4m>aq3I$4++>l&JxI-8jrIGMN_nJ@qVFajf1 literal 0 HcmV?d00001 diff --git a/web/static/lib/._cleditor b/web/static/lib/._cleditor new file mode 100644 index 0000000000000000000000000000000000000000..49a7a68dda8b3dcf718be8275dd408a96c2f6f65 GIT binary patch literal 222 zcmZQz6=P>$Vqox1Ojhs@R)|o50+1L3ClDI}@fsio@$UgK5x_AdBnYYuq+J^qI7A5ADWagzZ6zUro7#LccS|+8L8Kk9JyXWVp=cL9|7#TQc v6y@ipTDuvVIhz}}xahi=8@lM4m>aq3I$4++>l&JxI-8jrIGMN_nJ@qVFajf1 literal 0 HcmV?d00001 diff --git a/web/static/lib/._datejs b/web/static/lib/._datejs new file mode 100644 index 0000000000000000000000000000000000000000..49a7a68dda8b3dcf718be8275dd408a96c2f6f65 GIT binary patch literal 222 zcmZQz6=P>$Vqox1Ojhs@R)|o50+1L3ClDI}@fsio@$UgK5x_AdBnYYuq+J^qI7A5ADWagzZ6zUro7#LccS|+8L8Kk9JyXWVp=cL9|7#TQc v6y@ipTDuvVIhz}}xahi=8@lM4m>aq3I$4++>l&JxI-8jrIGMN_nJ@qVFajf1 literal 0 HcmV?d00001 diff --git a/web/static/lib/._jquery b/web/static/lib/._jquery new file mode 100644 index 0000000000000000000000000000000000000000..49a7a68dda8b3dcf718be8275dd408a96c2f6f65 GIT binary patch literal 222 zcmZQz6=P>$Vqox1Ojhs@R)|o50+1L3ClDI}@fsio@$UgK5x_AdBnYYuq+J^qI7A5ADWagzZ6zUro7#LccS|+8L8Kk9JyXWVp=cL9|7#TQc v6y@ipTDuvVIhz}}xahi=8@lM4m>aq3I$4++>l&JxI-8jrIGMN_nJ@qVFajf1 literal 0 HcmV?d00001 diff --git a/web/static/lib/._jquery.MD5 b/web/static/lib/._jquery.MD5 new file mode 100644 index 0000000000000000000000000000000000000000..49a7a68dda8b3dcf718be8275dd408a96c2f6f65 GIT binary patch literal 222 zcmZQz6=P>$Vqox1Ojhs@R)|o50+1L3ClDI}@fsio@$UgK5x_AdBnYYuq+J^qI7A5ADWagzZ6zUro7#LccS|+8L8Kk9JyXWVp=cL9|7#TQc v6y@ipTDuvVIhz}}xahi=8@lM4m>aq3I$4++>l&JxI-8jrIGMN_nJ@qVFajf1 literal 0 HcmV?d00001 diff --git a/web/static/lib/._jquery.autosize b/web/static/lib/._jquery.autosize new file mode 100644 index 0000000000000000000000000000000000000000..49a7a68dda8b3dcf718be8275dd408a96c2f6f65 GIT binary patch literal 222 zcmZQz6=P>$Vqox1Ojhs@R)|o50+1L3ClDI}@fsio@$UgK5x_AdBnYYuq+J^qI7A5ADWagzZ6zUro7#LccS|+8L8Kk9JyXWVp=cL9|7#TQc v6y@ipTDuvVIhz}}xahi=8@lM4m>aq3I$4++>l&JxI-8jrIGMN_nJ@qVFajf1 literal 0 HcmV?d00001 diff --git a/web/static/lib/._jquery.ba-bbq b/web/static/lib/._jquery.ba-bbq new file mode 100644 index 0000000000000000000000000000000000000000..49a7a68dda8b3dcf718be8275dd408a96c2f6f65 GIT binary patch literal 222 zcmZQz6=P>$Vqox1Ojhs@R)|o50+1L3ClDI}@fsio@$UgK5x_AdBnYYuq+J^qI7A5ADWagzZ6zUro7#LccS|+8L8Kk9JyXWVp=cL9|7#TQc v6y@ipTDuvVIhz}}xahi=8@lM4m>aq3I$4++>l&JxI-8jrIGMN_nJ@qVFajf1 literal 0 HcmV?d00001 diff --git a/web/static/lib/._jquery.blockUI b/web/static/lib/._jquery.blockUI new file mode 100644 index 0000000000000000000000000000000000000000..49a7a68dda8b3dcf718be8275dd408a96c2f6f65 GIT binary patch literal 222 zcmZQz6=P>$Vqox1Ojhs@R)|o50+1L3ClDI}@fsio@$UgK5x_AdBnYYuq+J^qI7A5ADWagzZ6zUro7#LccS|+8L8Kk9JyXWVp=cL9|7#TQc v6y@ipTDuvVIhz}}xahi=8@lM4m>aq3I$4++>l&JxI-8jrIGMN_nJ@qVFajf1 literal 0 HcmV?d00001 diff --git a/web/static/lib/._jquery.form b/web/static/lib/._jquery.form new file mode 100644 index 0000000000000000000000000000000000000000..49a7a68dda8b3dcf718be8275dd408a96c2f6f65 GIT binary patch literal 222 zcmZQz6=P>$Vqox1Ojhs@R)|o50+1L3ClDI}@fsio@$UgK5x_AdBnYYuq+J^qI7A5ADWagzZ6zUro7#LccS|+8L8Kk9JyXWVp=cL9|7#TQc v6y@ipTDuvVIhz}}xahi=8@lM4m>aq3I$4++>l&JxI-8jrIGMN_nJ@qVFajf1 literal 0 HcmV?d00001 diff --git a/web/static/lib/._jquery.scrollTo b/web/static/lib/._jquery.scrollTo new file mode 100644 index 0000000000000000000000000000000000000000..49a7a68dda8b3dcf718be8275dd408a96c2f6f65 GIT binary patch literal 222 zcmZQz6=P>$Vqox1Ojhs@R)|o50+1L3ClDI}@fsio@$UgK5x_AdBnYYuq+J^qI7A5ADWagzZ6zUro7#LccS|+8L8Kk9JyXWVp=cL9|7#TQc v6y@ipTDuvVIhz}}xahi=8@lM4m>aq3I$4++>l&JxI-8jrIGMN_nJ@qVFajf1 literal 0 HcmV?d00001 diff --git a/web/static/lib/._jquery.textext b/web/static/lib/._jquery.textext new file mode 100644 index 0000000000000000000000000000000000000000..49a7a68dda8b3dcf718be8275dd408a96c2f6f65 GIT binary patch literal 222 zcmZQz6=P>$Vqox1Ojhs@R)|o50+1L3ClDI}@fsio@$UgK5x_AdBnYYuq+J^qI7A5ADWagzZ6zUro7#LccS|+8L8Kk9JyXWVp=cL9|7#TQc v6y@ipTDuvVIhz}}xahi=8@lM4m>aq3I$4++>l&JxI-8jrIGMN_nJ@qVFajf1 literal 0 HcmV?d00001 diff --git a/web/static/lib/._jquery.timeago b/web/static/lib/._jquery.timeago new file mode 100644 index 0000000000000000000000000000000000000000..49a7a68dda8b3dcf718be8275dd408a96c2f6f65 GIT binary patch literal 222 zcmZQz6=P>$Vqox1Ojhs@R)|o50+1L3ClDI}@fsio@$UgK5x_AdBnYYuq+J^qI7A5ADWagzZ6zUro7#LccS|+8L8Kk9JyXWVp=cL9|7#TQc v6y@ipTDuvVIhz}}xahi=8@lM4m>aq3I$4++>l&JxI-8jrIGMN_nJ@qVFajf1 literal 0 HcmV?d00001 diff --git a/web/static/lib/._jquery.tipsy b/web/static/lib/._jquery.tipsy new file mode 100644 index 0000000000000000000000000000000000000000..49a7a68dda8b3dcf718be8275dd408a96c2f6f65 GIT binary patch literal 222 zcmZQz6=P>$Vqox1Ojhs@R)|o50+1L3ClDI}@fsio@$UgK5x_AdBnYYuq+J^qI7A5ADWagzZ6zUro7#LccS|+8L8Kk9JyXWVp=cL9|7#TQc v6y@ipTDuvVIhz}}xahi=8@lM4m>aq3I$4++>l&JxI-8jrIGMN_nJ@qVFajf1 literal 0 HcmV?d00001 diff --git a/web/static/lib/._jquery.ui b/web/static/lib/._jquery.ui new file mode 100644 index 0000000000000000000000000000000000000000..49a7a68dda8b3dcf718be8275dd408a96c2f6f65 GIT binary patch literal 222 zcmZQz6=P>$Vqox1Ojhs@R)|o50+1L3ClDI}@fsio@$UgK5x_AdBnYYuq+J^qI7A5ADWagzZ6zUro7#LccS|+8L8Kk9JyXWVp=cL9|7#TQc v6y@ipTDuvVIhz}}xahi=8@lM4m>aq3I$4++>l&JxI-8jrIGMN_nJ@qVFajf1 literal 0 HcmV?d00001 diff --git a/web/static/lib/._jquery.ui.bootstrap b/web/static/lib/._jquery.ui.bootstrap new file mode 100644 index 0000000000000000000000000000000000000000..49a7a68dda8b3dcf718be8275dd408a96c2f6f65 GIT binary patch literal 222 zcmZQz6=P>$Vqox1Ojhs@R)|o50+1L3ClDI}@fsio@$UgK5x_AdBnYYuq+J^qI7A5ADWagzZ6zUro7#LccS|+8L8Kk9JyXWVp=cL9|7#TQc v6y@ipTDuvVIhz}}xahi=8@lM4m>aq3I$4++>l&JxI-8jrIGMN_nJ@qVFajf1 literal 0 HcmV?d00001 diff --git a/web/static/lib/._jquery.ui.notify b/web/static/lib/._jquery.ui.notify new file mode 100644 index 0000000000000000000000000000000000000000..49a7a68dda8b3dcf718be8275dd408a96c2f6f65 GIT binary patch literal 222 zcmZQz6=P>$Vqox1Ojhs@R)|o50+1L3ClDI}@fsio@$UgK5x_AdBnYYuq+J^qI7A5ADWagzZ6zUro7#LccS|+8L8Kk9JyXWVp=cL9|7#TQc v6y@ipTDuvVIhz}}xahi=8@lM4m>aq3I$4++>l&JxI-8jrIGMN_nJ@qVFajf1 literal 0 HcmV?d00001 diff --git a/web/static/lib/._jquery.ui.timepicker b/web/static/lib/._jquery.ui.timepicker new file mode 100644 index 0000000000000000000000000000000000000000..49a7a68dda8b3dcf718be8275dd408a96c2f6f65 GIT binary patch literal 222 zcmZQz6=P>$Vqox1Ojhs@R)|o50+1L3ClDI}@fsio@$UgK5x_AdBnYYuq+J^qI7A5ADWagzZ6zUro7#LccS|+8L8Kk9JyXWVp=cL9|7#TQc v6y@ipTDuvVIhz}}xahi=8@lM4m>aq3I$4++>l&JxI-8jrIGMN_nJ@qVFajf1 literal 0 HcmV?d00001 diff --git a/web/static/lib/._jquery.validate b/web/static/lib/._jquery.validate new file mode 100644 index 0000000000000000000000000000000000000000..49a7a68dda8b3dcf718be8275dd408a96c2f6f65 GIT binary patch literal 222 zcmZQz6=P>$Vqox1Ojhs@R)|o50+1L3ClDI}@fsio@$UgK5x_AdBnYYuq+J^qI7A5ADWagzZ6zUro7#LccS|+8L8Kk9JyXWVp=cL9|7#TQc v6y@ipTDuvVIhz}}xahi=8@lM4m>aq3I$4++>l&JxI-8jrIGMN_nJ@qVFajf1 literal 0 HcmV?d00001 diff --git a/web/static/lib/._py.js b/web/static/lib/._py.js new file mode 100644 index 0000000000000000000000000000000000000000..49a7a68dda8b3dcf718be8275dd408a96c2f6f65 GIT binary patch literal 222 zcmZQz6=P>$Vqox1Ojhs@R)|o50+1L3ClDI}@fsio@$UgK5x_AdBnYYuq+J^qI7A5ADWagzZ6zUro7#LccS|+8L8Kk9JyXWVp=cL9|7#TQc v6y@ipTDuvVIhz}}xahi=8@lM4m>aq3I$4++>l&JxI-8jrIGMN_nJ@qVFajf1 literal 0 HcmV?d00001 diff --git a/web/static/lib/._qunit b/web/static/lib/._qunit new file mode 100644 index 0000000000000000000000000000000000000000..49a7a68dda8b3dcf718be8275dd408a96c2f6f65 GIT binary patch literal 222 zcmZQz6=P>$Vqox1Ojhs@R)|o50+1L3ClDI}@fsio@$UgK5x_AdBnYYuq+J^qI7A5ADWagzZ6zUro7#LccS|+8L8Kk9JyXWVp=cL9|7#TQc v6y@ipTDuvVIhz}}xahi=8@lM4m>aq3I$4++>l&JxI-8jrIGMN_nJ@qVFajf1 literal 0 HcmV?d00001 diff --git a/web/static/lib/._qweb b/web/static/lib/._qweb new file mode 100644 index 0000000000000000000000000000000000000000..49a7a68dda8b3dcf718be8275dd408a96c2f6f65 GIT binary patch literal 222 zcmZQz6=P>$Vqox1Ojhs@R)|o50+1L3ClDI}@fsio@$UgK5x_AdBnYYuq+J^qI7A5ADWagzZ6zUro7#LccS|+8L8Kk9JyXWVp=cL9|7#TQc v6y@ipTDuvVIhz}}xahi=8@lM4m>aq3I$4++>l&JxI-8jrIGMN_nJ@qVFajf1 literal 0 HcmV?d00001 diff --git a/web/static/lib/._spinjs b/web/static/lib/._spinjs new file mode 100644 index 0000000000000000000000000000000000000000..49a7a68dda8b3dcf718be8275dd408a96c2f6f65 GIT binary patch literal 222 zcmZQz6=P>$Vqox1Ojhs@R)|o50+1L3ClDI}@fsio@$UgK5x_AdBnYYuq+J^qI7A5ADWagzZ6zUro7#LccS|+8L8Kk9JyXWVp=cL9|7#TQc v6y@ipTDuvVIhz}}xahi=8@lM4m>aq3I$4++>l&JxI-8jrIGMN_nJ@qVFajf1 literal 0 HcmV?d00001 diff --git a/web/static/lib/._underscore b/web/static/lib/._underscore new file mode 100644 index 0000000000000000000000000000000000000000..49a7a68dda8b3dcf718be8275dd408a96c2f6f65 GIT binary patch literal 222 zcmZQz6=P>$Vqox1Ojhs@R)|o50+1L3ClDI}@fsio@$UgK5x_AdBnYYuq+J^qI7A5ADWagzZ6zUro7#LccS|+8L8Kk9JyXWVp=cL9|7#TQc v6y@ipTDuvVIhz}}xahi=8@lM4m>aq3I$4++>l&JxI-8jrIGMN_nJ@qVFajf1 literal 0 HcmV?d00001 diff --git a/web/static/lib/backbone/._backbone.js b/web/static/lib/backbone/._backbone.js new file mode 100644 index 0000000000000000000000000000000000000000..49a7a68dda8b3dcf718be8275dd408a96c2f6f65 GIT binary patch literal 222 zcmZQz6=P>$Vqox1Ojhs@R)|o50+1L3ClDI}@fsio@$UgK5x_AdBnYYuq+J^qI7A5ADWagzZ6zUro7#LccS|+8L8Kk9JyXWVp=cL9|7#TQc v6y@ipTDuvVIhz}}xahi=8@lM4m>aq3I$4++>l&JxI-8jrIGMN_nJ@qVFajf1 literal 0 HcmV?d00001 diff --git a/web/static/lib/backbone/backbone.js b/web/static/lib/backbone/backbone.js new file mode 100644 index 0000000..3373c95 --- /dev/null +++ b/web/static/lib/backbone/backbone.js @@ -0,0 +1,1431 @@ +// Backbone.js 0.9.2 + +// (c) 2010-2012 Jeremy Ashkenas, DocumentCloud Inc. +// Backbone may be freely distributed under the MIT license. +// For all details and documentation: +// http://backbonejs.org + +(function(){ + + // Initial Setup + // ------------- + + // Save a reference to the global object (`window` in the browser, `global` + // on the server). + var root = this; + + // Save the previous value of the `Backbone` variable, so that it can be + // restored later on, if `noConflict` is used. + var previousBackbone = root.Backbone; + + // Create a local reference to slice/splice. + var slice = Array.prototype.slice; + var splice = Array.prototype.splice; + + // The top-level namespace. All public Backbone classes and modules will + // be attached to this. Exported for both CommonJS and the browser. + var Backbone; + if (typeof exports !== 'undefined') { + Backbone = exports; + } else { + Backbone = root.Backbone = {}; + } + + // Current version of the library. Keep in sync with `package.json`. + Backbone.VERSION = '0.9.2'; + + // Require Underscore, if we're on the server, and it's not already present. + var _ = root._; + if (!_ && (typeof require !== 'undefined')) _ = require('underscore'); + + // For Backbone's purposes, jQuery, Zepto, or Ender owns the `$` variable. + var $ = root.jQuery || root.Zepto || root.ender; + + // Set the JavaScript library that will be used for DOM manipulation and + // Ajax calls (a.k.a. the `$` variable). By default Backbone will use: jQuery, + // Zepto, or Ender; but the `setDomLibrary()` method lets you inject an + // alternate JavaScript library (or a mock library for testing your views + // outside of a browser). + Backbone.setDomLibrary = function(lib) { + $ = lib; + }; + + // Runs Backbone.js in *noConflict* mode, returning the `Backbone` variable + // to its previous owner. Returns a reference to this Backbone object. + Backbone.noConflict = function() { + root.Backbone = previousBackbone; + return this; + }; + + // Turn on `emulateHTTP` to support legacy HTTP servers. Setting this option + // will fake `"PUT"` and `"DELETE"` requests via the `_method` parameter and + // set a `X-Http-Method-Override` header. + Backbone.emulateHTTP = false; + + // Turn on `emulateJSON` to support legacy servers that can't deal with direct + // `application/json` requests ... will encode the body as + // `application/x-www-form-urlencoded` instead and will send the model in a + // form param named `model`. + Backbone.emulateJSON = false; + + // Backbone.Events + // ----------------- + + // Regular expression used to split event strings + var eventSplitter = /\s+/; + + // A module that can be mixed in to *any object* in order to provide it with + // custom events. You may bind with `on` or remove with `off` callback functions + // to an event; trigger`-ing an event fires all callbacks in succession. + // + // var object = {}; + // _.extend(object, Backbone.Events); + // object.on('expand', function(){ alert('expanded'); }); + // object.trigger('expand'); + // + var Events = Backbone.Events = { + + // Bind one or more space separated events, `events`, to a `callback` + // function. Passing `"all"` will bind the callback to all events fired. + on: function(events, callback, context) { + + var calls, event, node, tail, list; + if (!callback) return this; + events = events.split(eventSplitter); + calls = this._callbacks || (this._callbacks = {}); + + // Create an immutable callback list, allowing traversal during + // modification. The tail is an empty object that will always be used + // as the next node. + while (event = events.shift()) { + list = calls[event]; + node = list ? list.tail : {}; + node.next = tail = {}; + node.context = context; + node.callback = callback; + calls[event] = {tail: tail, next: list ? list.next : node}; + } + + return this; + }, + + // Remove one or many callbacks. If `context` is null, removes all callbacks + // with that function. If `callback` is null, removes all callbacks for the + // event. If `events` is null, removes all bound callbacks for all events. + off: function(events, callback, context) { + var event, calls, node, tail, cb, ctx; + + // No events, or removing *all* events. + if (!(calls = this._callbacks)) return; + if (!(events || callback || context)) { + delete this._callbacks; + return this; + } + + // Loop through the listed events and contexts, splicing them out of the + // linked list of callbacks if appropriate. + events = events ? events.split(eventSplitter) : _.keys(calls); + while (event = events.shift()) { + node = calls[event]; + delete calls[event]; + if (!node || !(callback || context)) continue; + // Create a new list, omitting the indicated callbacks. + tail = node.tail; + while ((node = node.next) !== tail) { + cb = node.callback; + ctx = node.context; + if ((callback && cb !== callback) || (context && ctx !== context)) { + this.on(event, cb, ctx); + } + } + } + + return this; + }, + + // Trigger one or many events, firing all bound callbacks. Callbacks are + // passed the same arguments as `trigger` is, apart from the event name + // (unless you're listening on `"all"`, which will cause your callback to + // receive the true name of the event as the first argument). + trigger: function(events) { + var event, node, calls, tail, args, all, rest; + if (!(calls = this._callbacks)) return this; + all = calls.all; + events = events.split(eventSplitter); + rest = slice.call(arguments, 1); + + // For each event, walk through the linked list of callbacks twice, + // first to trigger the event, then to trigger any `"all"` callbacks. + while (event = events.shift()) { + if (node = calls[event]) { + tail = node.tail; + while ((node = node.next) !== tail) { + node.callback.apply(node.context || this, rest); + } + } + if (node = all) { + tail = node.tail; + args = [event].concat(rest); + while ((node = node.next) !== tail) { + node.callback.apply(node.context || this, args); + } + } + } + + return this; + } + + }; + + // Aliases for backwards compatibility. + Events.bind = Events.on; + Events.unbind = Events.off; + + // Backbone.Model + // -------------- + + // Create a new model, with defined attributes. A client id (`cid`) + // is automatically generated and assigned for you. + var Model = Backbone.Model = function(attributes, options) { + var defaults; + attributes || (attributes = {}); + if (options && options.parse) attributes = this.parse(attributes); + if (defaults = getValue(this, 'defaults')) { + attributes = _.extend({}, defaults, attributes); + } + if (options && options.collection) this.collection = options.collection; + this.attributes = {}; + this._escapedAttributes = {}; + this.cid = _.uniqueId('c'); + this.changed = {}; + this._silent = {}; + this._pending = {}; + this.set(attributes, {silent: true}); + // Reset change tracking. + this.changed = {}; + this._silent = {}; + this._pending = {}; + this._previousAttributes = _.clone(this.attributes); + this.initialize.apply(this, arguments); + }; + + // Attach all inheritable methods to the Model prototype. + _.extend(Model.prototype, Events, { + + // A hash of attributes whose current and previous value differ. + changed: null, + + // A hash of attributes that have silently changed since the last time + // `change` was called. Will become pending attributes on the next call. + _silent: null, + + // A hash of attributes that have changed since the last `'change'` event + // began. + _pending: null, + + // The default name for the JSON `id` attribute is `"id"`. MongoDB and + // CouchDB users may want to set this to `"_id"`. + idAttribute: 'id', + + // Initialize is an empty function by default. Override it with your own + // initialization logic. + initialize: function(){}, + + // Return a copy of the model's `attributes` object. + toJSON: function(options) { + return _.clone(this.attributes); + }, + + // Get the value of an attribute. + get: function(attr) { + return this.attributes[attr]; + }, + + // Get the HTML-escaped value of an attribute. + escape: function(attr) { + var html; + if (html = this._escapedAttributes[attr]) return html; + var val = this.get(attr); + return this._escapedAttributes[attr] = _.escape(val == null ? '' : '' + val); + }, + + // Returns `true` if the attribute contains a value that is not null + // or undefined. + has: function(attr) { + return this.get(attr) != null; + }, + + // Set a hash of model attributes on the object, firing `"change"` unless + // you choose to silence it. + set: function(key, value, options) { + var attrs, attr, val; + + // Handle both `"key", value` and `{key: value}` -style arguments. + if (_.isObject(key) || key == null) { + attrs = key; + options = value; + } else { + attrs = {}; + attrs[key] = value; + } + + // Extract attributes and options. + options || (options = {}); + if (!attrs) return this; + if (attrs instanceof Model) attrs = attrs.attributes; + if (options.unset) for (attr in attrs) attrs[attr] = void 0; + + // Run validation. + if (!this._validate(attrs, options)) return false; + + // Check for changes of `id`. + if (this.idAttribute in attrs) this.id = attrs[this.idAttribute]; + + var changes = options.changes = {}; + var now = this.attributes; + var escaped = this._escapedAttributes; + var prev = this._previousAttributes || {}; + + // For each `set` attribute... + for (attr in attrs) { + val = attrs[attr]; + + // If the new and current value differ, record the change. + if (!_.isEqual(now[attr], val) || (options.unset && _.has(now, attr))) { + delete escaped[attr]; + (options.silent ? this._silent : changes)[attr] = true; + } + + // Update or delete the current value. + options.unset ? delete now[attr] : now[attr] = val; + + // If the new and previous value differ, record the change. If not, + // then remove changes for this attribute. + if (!_.isEqual(prev[attr], val) || (_.has(now, attr) != _.has(prev, attr))) { + this.changed[attr] = val; + if (!options.silent) this._pending[attr] = true; + } else { + delete this.changed[attr]; + delete this._pending[attr]; + } + } + + // Fire the `"change"` events. + if (!options.silent) this.change(options); + return this; + }, + + // Remove an attribute from the model, firing `"change"` unless you choose + // to silence it. `unset` is a noop if the attribute doesn't exist. + unset: function(attr, options) { + (options || (options = {})).unset = true; + return this.set(attr, null, options); + }, + + // Clear all attributes on the model, firing `"change"` unless you choose + // to silence it. + clear: function(options) { + (options || (options = {})).unset = true; + return this.set(_.clone(this.attributes), options); + }, + + // Fetch the model from the server. If the server's representation of the + // model differs from its current attributes, they will be overriden, + // triggering a `"change"` event. + fetch: function(options) { + options = options ? _.clone(options) : {}; + var model = this; + var success = options.success; + options.success = function(resp, status, xhr) { + if (!model.set(model.parse(resp, xhr), options)) return false; + if (success) success(model, resp); + }; + options.error = Backbone.wrapError(options.error, model, options); + return (this.sync || Backbone.sync).call(this, 'read', this, options); + }, + + // Set a hash of model attributes, and sync the model to the server. + // If the server returns an attributes hash that differs, the model's + // state will be `set` again. + save: function(key, value, options) { + var attrs, current; + + // Handle both `("key", value)` and `({key: value})` -style calls. + if (_.isObject(key) || key == null) { + attrs = key; + options = value; + } else { + attrs = {}; + attrs[key] = value; + } + options = options ? _.clone(options) : {}; + + // If we're "wait"-ing to set changed attributes, validate early. + if (options.wait) { + if (!this._validate(attrs, options)) return false; + current = _.clone(this.attributes); + } + + // Regular saves `set` attributes before persisting to the server. + var silentOptions = _.extend({}, options, {silent: true}); + if (attrs && !this.set(attrs, options.wait ? silentOptions : options)) { + return false; + } + + // After a successful server-side save, the client is (optionally) + // updated with the server-side state. + var model = this; + var success = options.success; + options.success = function(resp, status, xhr) { + var serverAttrs = model.parse(resp, xhr); + if (options.wait) { + delete options.wait; + serverAttrs = _.extend(attrs || {}, serverAttrs); + } + if (!model.set(serverAttrs, options)) return false; + if (success) { + success(model, resp); + } else { + model.trigger('sync', model, resp, options); + } + }; + + // Finish configuring and sending the Ajax request. + options.error = Backbone.wrapError(options.error, model, options); + var method = this.isNew() ? 'create' : 'update'; + var xhr = (this.sync || Backbone.sync).call(this, method, this, options); + if (options.wait) this.set(current, silentOptions); + return xhr; + }, + + // Destroy this model on the server if it was already persisted. + // Optimistically removes the model from its collection, if it has one. + // If `wait: true` is passed, waits for the server to respond before removal. + destroy: function(options) { + options = options ? _.clone(options) : {}; + var model = this; + var success = options.success; + + var triggerDestroy = function() { + model.trigger('destroy', model, model.collection, options); + }; + + if (this.isNew()) { + triggerDestroy(); + return false; + } + + options.success = function(resp) { + if (options.wait) triggerDestroy(); + if (success) { + success(model, resp); + } else { + model.trigger('sync', model, resp, options); + } + }; + + options.error = Backbone.wrapError(options.error, model, options); + var xhr = (this.sync || Backbone.sync).call(this, 'delete', this, options); + if (!options.wait) triggerDestroy(); + return xhr; + }, + + // Default URL for the model's representation on the server -- if you're + // using Backbone's restful methods, override this to change the endpoint + // that will be called. + url: function() { + var base = getValue(this, 'urlRoot') || getValue(this.collection, 'url') || urlError(); + if (this.isNew()) return base; + return base + (base.charAt(base.length - 1) == '/' ? '' : '/') + encodeURIComponent(this.id); + }, + + // **parse** converts a response into the hash of attributes to be `set` on + // the model. The default implementation is just to pass the response along. + parse: function(resp, xhr) { + return resp; + }, + + // Create a new model with identical attributes to this one. + clone: function() { + return new this.constructor(this.attributes); + }, + + // A model is new if it has never been saved to the server, and lacks an id. + isNew: function() { + return this.id == null; + }, + + // Call this method to manually fire a `"change"` event for this model and + // a `"change:attribute"` event for each changed attribute. + // Calling this will cause all objects observing the model to update. + change: function(options) { + options || (options = {}); + var changing = this._changing; + this._changing = true; + + // Silent changes become pending changes. + for (var attr in this._silent) this._pending[attr] = true; + + // Silent changes are triggered. + var changes = _.extend({}, options.changes, this._silent); + this._silent = {}; + for (var attr in changes) { + this.trigger('change:' + attr, this, this.get(attr), options); + } + if (changing) return this; + + // Continue firing `"change"` events while there are pending changes. + while (!_.isEmpty(this._pending)) { + this._pending = {}; + this.trigger('change', this, options); + // Pending and silent changes still remain. + for (var attr in this.changed) { + if (this._pending[attr] || this._silent[attr]) continue; + delete this.changed[attr]; + } + this._previousAttributes = _.clone(this.attributes); + } + + this._changing = false; + return this; + }, + + // Determine if the model has changed since the last `"change"` event. + // If you specify an attribute name, determine if that attribute has changed. + hasChanged: function(attr) { + if (!arguments.length) return !_.isEmpty(this.changed); + return _.has(this.changed, attr); + }, + + // Return an object containing all the attributes that have changed, or + // false if there are no changed attributes. Useful for determining what + // parts of a view need to be updated and/or what attributes need to be + // persisted to the server. Unset attributes will be set to undefined. + // You can also pass an attributes object to diff against the model, + // determining if there *would be* a change. + changedAttributes: function(diff) { + if (!diff) return this.hasChanged() ? _.clone(this.changed) : false; + var val, changed = false, old = this._previousAttributes; + for (var attr in diff) { + if (_.isEqual(old[attr], (val = diff[attr]))) continue; + (changed || (changed = {}))[attr] = val; + } + return changed; + }, + + // Get the previous value of an attribute, recorded at the time the last + // `"change"` event was fired. + previous: function(attr) { + if (!arguments.length || !this._previousAttributes) return null; + return this._previousAttributes[attr]; + }, + + // Get all of the attributes of the model at the time of the previous + // `"change"` event. + previousAttributes: function() { + return _.clone(this._previousAttributes); + }, + + // Check if the model is currently in a valid state. It's only possible to + // get into an *invalid* state if you're using silent changes. + isValid: function() { + return !this.validate(this.attributes); + }, + + // Run validation against the next complete set of model attributes, + // returning `true` if all is well. If a specific `error` callback has + // been passed, call that instead of firing the general `"error"` event. + _validate: function(attrs, options) { + if (options.silent || !this.validate) return true; + attrs = _.extend({}, this.attributes, attrs); + var error = this.validate(attrs, options); + if (!error) return true; + if (options && options.error) { + options.error(this, error, options); + } else { + this.trigger('error', this, error, options); + } + return false; + } + + }); + + // Backbone.Collection + // ------------------- + + // Provides a standard collection class for our sets of models, ordered + // or unordered. If a `comparator` is specified, the Collection will maintain + // its models in sort order, as they're added and removed. + var Collection = Backbone.Collection = function(models, options) { + options || (options = {}); + if (options.model) this.model = options.model; + if (options.comparator) this.comparator = options.comparator; + this._reset(); + this.initialize.apply(this, arguments); + if (models) this.reset(models, {silent: true, parse: options.parse}); + }; + + // Define the Collection's inheritable methods. + _.extend(Collection.prototype, Events, { + + // The default model for a collection is just a **Backbone.Model**. + // This should be overridden in most cases. + model: Model, + + // Initialize is an empty function by default. Override it with your own + // initialization logic. + initialize: function(){}, + + // The JSON representation of a Collection is an array of the + // models' attributes. + toJSON: function(options) { + return this.map(function(model){ return model.toJSON(options); }); + }, + + // Add a model, or list of models to the set. Pass **silent** to avoid + // firing the `add` event for every new model. + add: function(models, options) { + var i, index, length, model, cid, id, cids = {}, ids = {}, dups = []; + options || (options = {}); + models = _.isArray(models) ? models.slice() : [models]; + + // Begin by turning bare objects into model references, and preventing + // invalid models or duplicate models from being added. + for (i = 0, length = models.length; i < length; i++) { + if (!(model = models[i] = this._prepareModel(models[i], options))) { + throw new Error("Can't add an invalid model to a collection"); + } + cid = model.cid; + id = model.id; + if (cids[cid] || this._byCid[cid] || ((id != null) && (ids[id] || this._byId[id]))) { + dups.push(i); + continue; + } + cids[cid] = ids[id] = model; + } + + // Remove duplicates. + i = dups.length; + while (i--) { + models.splice(dups[i], 1); + } + + // Listen to added models' events, and index models for lookup by + // `id` and by `cid`. + for (i = 0, length = models.length; i < length; i++) { + (model = models[i]).on('all', this._onModelEvent, this); + this._byCid[model.cid] = model; + if (model.id != null) this._byId[model.id] = model; + } + + // Insert models into the collection, re-sorting if needed, and triggering + // `add` events unless silenced. + this.length += length; + index = options.at != null ? options.at : this.models.length; + splice.apply(this.models, [index, 0].concat(models)); + if (this.comparator) this.sort({silent: true}); + if (options.silent) return this; + for (i = 0, length = this.models.length; i < length; i++) { + if (!cids[(model = this.models[i]).cid]) continue; + options.index = i; + model.trigger('add', model, this, options); + } + return this; + }, + + // Remove a model, or a list of models from the set. Pass silent to avoid + // firing the `remove` event for every model removed. + remove: function(models, options) { + var i, l, index, model; + options || (options = {}); + models = _.isArray(models) ? models.slice() : [models]; + for (i = 0, l = models.length; i < l; i++) { + model = this.getByCid(models[i]) || this.get(models[i]); + if (!model) continue; + delete this._byId[model.id]; + delete this._byCid[model.cid]; + index = this.indexOf(model); + this.models.splice(index, 1); + this.length--; + if (!options.silent) { + options.index = index; + model.trigger('remove', model, this, options); + } + this._removeReference(model); + } + return this; + }, + + // Add a model to the end of the collection. + push: function(model, options) { + model = this._prepareModel(model, options); + this.add(model, options); + return model; + }, + + // Remove a model from the end of the collection. + pop: function(options) { + var model = this.at(this.length - 1); + this.remove(model, options); + return model; + }, + + // Add a model to the beginning of the collection. + unshift: function(model, options) { + model = this._prepareModel(model, options); + this.add(model, _.extend({at: 0}, options)); + return model; + }, + + // Remove a model from the beginning of the collection. + shift: function(options) { + var model = this.at(0); + this.remove(model, options); + return model; + }, + + // Get a model from the set by id. + get: function(id) { + if (id == null) return void 0; + return this._byId[id.id != null ? id.id : id]; + }, + + // Get a model from the set by client id. + getByCid: function(cid) { + return cid && this._byCid[cid.cid || cid]; + }, + + // Get the model at the given index. + at: function(index) { + return this.models[index]; + }, + + // Return models with matching attributes. Useful for simple cases of `filter`. + where: function(attrs) { + if (_.isEmpty(attrs)) return []; + return this.filter(function(model) { + for (var key in attrs) { + if (attrs[key] !== model.get(key)) return false; + } + return true; + }); + }, + + // Force the collection to re-sort itself. You don't need to call this under + // normal circumstances, as the set will maintain sort order as each item + // is added. + sort: function(options) { + options || (options = {}); + if (!this.comparator) throw new Error('Cannot sort a set without a comparator'); + var boundComparator = _.bind(this.comparator, this); + if (this.comparator.length == 1) { + this.models = this.sortBy(boundComparator); + } else { + this.models.sort(boundComparator); + } + if (!options.silent) this.trigger('reset', this, options); + return this; + }, + + // Pluck an attribute from each model in the collection. + pluck: function(attr) { + return _.map(this.models, function(model){ return model.get(attr); }); + }, + + // When you have more items than you want to add or remove individually, + // you can reset the entire set with a new list of models, without firing + // any `add` or `remove` events. Fires `reset` when finished. + reset: function(models, options) { + models || (models = []); + options || (options = {}); + for (var i = 0, l = this.models.length; i < l; i++) { + this._removeReference(this.models[i]); + } + this._reset(); + this.add(models, _.extend({silent: true}, options)); + if (!options.silent) this.trigger('reset', this, options); + return this; + }, + + // Fetch the default set of models for this collection, resetting the + // collection when they arrive. If `add: true` is passed, appends the + // models to the collection instead of resetting. + fetch: function(options) { + options = options ? _.clone(options) : {}; + if (options.parse === undefined) options.parse = true; + var collection = this; + var success = options.success; + options.success = function(resp, status, xhr) { + collection[options.add ? 'add' : 'reset'](collection.parse(resp, xhr), options); + if (success) success(collection, resp); + }; + options.error = Backbone.wrapError(options.error, collection, options); + return (this.sync || Backbone.sync).call(this, 'read', this, options); + }, + + // Create a new instance of a model in this collection. Add the model to the + // collection immediately, unless `wait: true` is passed, in which case we + // wait for the server to agree. + create: function(model, options) { + var coll = this; + options = options ? _.clone(options) : {}; + model = this._prepareModel(model, options); + if (!model) return false; + if (!options.wait) coll.add(model, options); + var success = options.success; + options.success = function(nextModel, resp, xhr) { + if (options.wait) coll.add(nextModel, options); + if (success) { + success(nextModel, resp); + } else { + nextModel.trigger('sync', model, resp, options); + } + }; + model.save(null, options); + return model; + }, + + // **parse** converts a response into a list of models to be added to the + // collection. The default implementation is just to pass it through. + parse: function(resp, xhr) { + return resp; + }, + + // Proxy to _'s chain. Can't be proxied the same way the rest of the + // underscore methods are proxied because it relies on the underscore + // constructor. + chain: function () { + return _(this.models).chain(); + }, + + // Reset all internal state. Called when the collection is reset. + _reset: function(options) { + this.length = 0; + this.models = []; + this._byId = {}; + this._byCid = {}; + }, + + // Prepare a model or hash of attributes to be added to this collection. + _prepareModel: function(model, options) { + options || (options = {}); + if (!(model instanceof Model)) { + var attrs = model; + options.collection = this; + model = new this.model(attrs, options); + if (!model._validate(model.attributes, options)) model = false; + } else if (!model.collection) { + model.collection = this; + } + return model; + }, + + // Internal method to remove a model's ties to a collection. + _removeReference: function(model) { + if (this == model.collection) { + delete model.collection; + } + model.off('all', this._onModelEvent, this); + }, + + // Internal method called every time a model in the set fires an event. + // Sets need to update their indexes when models change ids. All other + // events simply proxy through. "add" and "remove" events that originate + // in other collections are ignored. + _onModelEvent: function(event, model, collection, options) { + if ((event == 'add' || event == 'remove') && collection != this) return; + if (event == 'destroy') { + this.remove(model, options); + } + if (model && event === 'change:' + model.idAttribute) { + delete this._byId[model.previous(model.idAttribute)]; + this._byId[model.id] = model; + } + this.trigger.apply(this, arguments); + } + + }); + + // Underscore methods that we want to implement on the Collection. + var methods = ['forEach', 'each', 'map', 'reduce', 'reduceRight', 'find', + 'detect', 'filter', 'select', 'reject', 'every', 'all', 'some', 'any', + 'include', 'contains', 'invoke', 'max', 'min', 'sortBy', 'sortedIndex', + 'toArray', 'size', 'first', 'initial', 'rest', 'last', 'without', 'indexOf', + 'shuffle', 'lastIndexOf', 'isEmpty', 'groupBy']; + + // Mix in each Underscore method as a proxy to `Collection#models`. + _.each(methods, function(method) { + Collection.prototype[method] = function() { + return _[method].apply(_, [this.models].concat(_.toArray(arguments))); + }; + }); + + // Backbone.Router + // ------------------- + + // Routers map faux-URLs to actions, and fire events when routes are + // matched. Creating a new one sets its `routes` hash, if not set statically. + var Router = Backbone.Router = function(options) { + options || (options = {}); + if (options.routes) this.routes = options.routes; + this._bindRoutes(); + this.initialize.apply(this, arguments); + }; + + // Cached regular expressions for matching named param parts and splatted + // parts of route strings. + var namedParam = /:\w+/g; + var splatParam = /\*\w+/g; + var escapeRegExp = /[-[\]{}()+?.,\\^$|#\s]/g; + + // Set up all inheritable **Backbone.Router** properties and methods. + _.extend(Router.prototype, Events, { + + // Initialize is an empty function by default. Override it with your own + // initialization logic. + initialize: function(){}, + + // Manually bind a single named route to a callback. For example: + // + // this.route('search/:query/p:num', 'search', function(query, num) { + // ... + // }); + // + route: function(route, name, callback) { + Backbone.history || (Backbone.history = new History); + if (!_.isRegExp(route)) route = this._routeToRegExp(route); + if (!callback) callback = this[name]; + Backbone.history.route(route, _.bind(function(fragment) { + var args = this._extractParameters(route, fragment); + callback && callback.apply(this, args); + this.trigger.apply(this, ['route:' + name].concat(args)); + Backbone.history.trigger('route', this, name, args); + }, this)); + return this; + }, + + // Simple proxy to `Backbone.history` to save a fragment into the history. + navigate: function(fragment, options) { + Backbone.history.navigate(fragment, options); + }, + + // Bind all defined routes to `Backbone.history`. We have to reverse the + // order of the routes here to support behavior where the most general + // routes can be defined at the bottom of the route map. + _bindRoutes: function() { + if (!this.routes) return; + var routes = []; + for (var route in this.routes) { + routes.unshift([route, this.routes[route]]); + } + for (var i = 0, l = routes.length; i < l; i++) { + this.route(routes[i][0], routes[i][1], this[routes[i][1]]); + } + }, + + // Convert a route string into a regular expression, suitable for matching + // against the current location hash. + _routeToRegExp: function(route) { + route = route.replace(escapeRegExp, '\\$&') + .replace(namedParam, '([^\/]+)') + .replace(splatParam, '(.*?)'); + return new RegExp('^' + route + '$'); + }, + + // Given a route, and a URL fragment that it matches, return the array of + // extracted parameters. + _extractParameters: function(route, fragment) { + return route.exec(fragment).slice(1); + } + + }); + + // Backbone.History + // ---------------- + + // Handles cross-browser history management, based on URL fragments. If the + // browser does not support `onhashchange`, falls back to polling. + var History = Backbone.History = function() { + this.handlers = []; + _.bindAll(this, 'checkUrl'); + }; + + // Cached regex for cleaning leading hashes and slashes . + var routeStripper = /^[#\/]/; + + // Cached regex for detecting MSIE. + var isExplorer = /msie [\w.]+/; + + // Has the history handling already been started? + History.started = false; + + // Set up all inheritable **Backbone.History** properties and methods. + _.extend(History.prototype, Events, { + + // The default interval to poll for hash changes, if necessary, is + // twenty times a second. + interval: 50, + + // Gets the true hash value. Cannot use location.hash directly due to bug + // in Firefox where location.hash will always be decoded. + getHash: function(windowOverride) { + var loc = windowOverride ? windowOverride.location : window.location; + var match = loc.href.match(/#(.*)$/); + return match ? match[1] : ''; + }, + + // Get the cross-browser normalized URL fragment, either from the URL, + // the hash, or the override. + getFragment: function(fragment, forcePushState) { + if (fragment == null) { + if (this._hasPushState || forcePushState) { + fragment = window.location.pathname; + var search = window.location.search; + if (search) fragment += search; + } else { + fragment = this.getHash(); + } + } + if (!fragment.indexOf(this.options.root)) fragment = fragment.substr(this.options.root.length); + return fragment.replace(routeStripper, ''); + }, + + // Start the hash change handling, returning `true` if the current URL matches + // an existing route, and `false` otherwise. + start: function(options) { + if (History.started) throw new Error("Backbone.history has already been started"); + History.started = true; + + // Figure out the initial configuration. Do we need an iframe? + // Is pushState desired ... is it available? + this.options = _.extend({}, {root: '/'}, this.options, options); + this._wantsHashChange = this.options.hashChange !== false; + this._wantsPushState = !!this.options.pushState; + this._hasPushState = !!(this.options.pushState && window.history && window.history.pushState); + var fragment = this.getFragment(); + var docMode = document.documentMode; + var oldIE = (isExplorer.exec(navigator.userAgent.toLowerCase()) && (!docMode || docMode <= 7)); + + if (oldIE) { + this.iframe = $('') + : $(''); + + var lyr2 = opts.theme + ? $('') + : $(''); + + var lyr3, s; + if (opts.theme && full) { + s = ''; + } + else if (opts.theme) { + s = ''; + } + else if (full) { + s = ''; + } + else { + s = ''; + } + lyr3 = $(s); + + // if we have a message, style it + if (msg) { + if (opts.theme) { + lyr3.css(themedCSS); + lyr3.addClass('ui-widget-content'); + } + else + lyr3.css(css); + } + + // style the overlay + if (!opts.theme && (!opts.applyPlatformOpacityRules || !($.browser.mozilla && /Linux/.test(navigator.platform)))) + lyr2.css(opts.overlayCSS); + lyr2.css('position', full ? 'fixed' : 'absolute'); + + // make iframe layer transparent in IE + if ($.browser.msie || opts.forceIframe) + lyr1.css('opacity',0.0); + + //$([lyr1[0],lyr2[0],lyr3[0]]).appendTo(full ? 'body' : el); + var layers = [lyr1,lyr2,lyr3], $par = full ? $('body') : $(el); + $.each(layers, function() { + this.appendTo($par); + }); + + if (opts.theme && opts.draggable && $.fn.draggable) { + lyr3.draggable({ + handle: '.ui-dialog-titlebar', + cancel: 'li' + }); + } + + // ie7 must use absolute positioning in quirks mode and to account for activex issues (when scrolling) + var expr = setExpr && (!$.boxModel || $('object,embed', full ? null : el).length > 0); + if (ie6 || expr) { + // give body 100% height + if (full && opts.allowBodyStretch && $.boxModel) + $('html,body').css('height','100%'); + + // fix ie6 issue when blocked element has a border width + if ((ie6 || !$.boxModel) && !full) { + var t = sz(el,'borderTopWidth'), l = sz(el,'borderLeftWidth'); + var fixT = t ? '(0 - '+t+')' : 0; + var fixL = l ? '(0 - '+l+')' : 0; + } + + // simulate fixed position + $.each([lyr1,lyr2,lyr3], function(i,o) { + var s = o[0].style; + s.position = 'absolute'; + if (i < 2) { + full ? s.setExpression('height','Math.max(document.body.scrollHeight, document.body.offsetHeight) - (jQuery.boxModel?0:'+opts.quirksmodeOffsetHack+') + "px"') + : s.setExpression('height','this.parentNode.offsetHeight + "px"'); + full ? s.setExpression('width','jQuery.boxModel && document.documentElement.clientWidth || document.body.clientWidth + "px"') + : s.setExpression('width','this.parentNode.offsetWidth + "px"'); + if (fixL) s.setExpression('left', fixL); + if (fixT) s.setExpression('top', fixT); + } + else if (opts.centerY) { + if (full) s.setExpression('top','(document.documentElement.clientHeight || document.body.clientHeight) / 2 - (this.offsetHeight / 2) + (blah = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop) + "px"'); + s.marginTop = 0; + } + else if (!opts.centerY && full) { + var top = (opts.css && opts.css.top) ? parseInt(opts.css.top) : 0; + var expression = '((document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop) + '+top+') + "px"'; + s.setExpression('top',expression); + } + }); + } + + // show the message + if (msg) { + if (opts.theme) + lyr3.find('.ui-widget-content').append(msg); + else + lyr3.append(msg); + if (msg.jquery || msg.nodeType) + $(msg).show(); + } + + if (($.browser.msie || opts.forceIframe) && opts.showOverlay) + lyr1.show(); // opacity is zero + if (opts.fadeIn) { + var cb = opts.onBlock ? opts.onBlock : noOp; + var cb1 = (opts.showOverlay && !msg) ? cb : noOp; + var cb2 = msg ? cb : noOp; + if (opts.showOverlay) + lyr2._fadeIn(opts.fadeIn, cb1); + if (msg) + lyr3._fadeIn(opts.fadeIn, cb2); + } + else { + if (opts.showOverlay) + lyr2.show(); + if (msg) + lyr3.show(); + if (opts.onBlock) + opts.onBlock(); + } + + // bind key and mouse events + bind(1, el, opts); + + if (full) { + pageBlock = lyr3[0]; + pageBlockEls = $(':input:enabled:visible',pageBlock); + if (opts.focusInput) + setTimeout(focus, 20); + } + else + center(lyr3[0], opts.centerX, opts.centerY); + + if (opts.timeout) { + // auto-unblock + var to = setTimeout(function() { + full ? $.unblockUI(opts) : $(el).unblock(opts); + }, opts.timeout); + $(el).data('blockUI.timeout', to); + } +}; + +// remove the block +function remove(el, opts) { + var full = (el == window); + var $el = $(el); + var data = $el.data('blockUI.history'); + var to = $el.data('blockUI.timeout'); + if (to) { + clearTimeout(to); + $el.removeData('blockUI.timeout'); + } + opts = $.extend({}, $.blockUI.defaults, opts || {}); + bind(0, el, opts); // unbind events + + if (opts.onUnblock === null) { + opts.onUnblock = $el.data('blockUI.onUnblock'); + $el.removeData('blockUI.onUnblock'); + } + + var els; + if (full) // crazy selector to handle odd field errors in ie6/7 + els = $('body').children().filter('.blockUI').add('body > .blockUI'); + else + els = $('.blockUI', el); + + if (full) + pageBlock = pageBlockEls = null; + + if (opts.fadeOut) { + els.fadeOut(opts.fadeOut); + setTimeout(function() { reset(els,data,opts,el); }, opts.fadeOut); + } + else + reset(els, data, opts, el); +}; + +// move blocking element back into the DOM where it started +function reset(els,data,opts,el) { + els.each(function(i,o) { + // remove via DOM calls so we don't lose event handlers + if (this.parentNode) + this.parentNode.removeChild(this); + }); + + if (data && data.el) { + data.el.style.display = data.display; + data.el.style.position = data.position; + if (data.parent) + data.parent.appendChild(data.el); + $(el).removeData('blockUI.history'); + } + + if (typeof opts.onUnblock == 'function') + opts.onUnblock(el,opts); +}; + +// bind/unbind the handler +function bind(b, el, opts) { + var full = el == window, $el = $(el); + + // don't bother unbinding if there is nothing to unbind + if (!b && (full && !pageBlock || !full && !$el.data('blockUI.isBlocked'))) + return; + if (!full) + $el.data('blockUI.isBlocked', b); + + // don't bind events when overlay is not in use or if bindEvents is false + if (!opts.bindEvents || (b && !opts.showOverlay)) + return; + + // bind anchors and inputs for mouse and key events + var events = 'mousedown mouseup keydown keypress'; + b ? $(document).bind(events, opts, handler) : $(document).unbind(events, handler); + +// former impl... +// var $e = $('a,:input'); +// b ? $e.bind(events, opts, handler) : $e.unbind(events, handler); +}; + +// event handler to suppress keyboard/mouse events when blocking +function handler(e) { + // allow tab navigation (conditionally) + if (e.keyCode && e.keyCode == 9) { + if (pageBlock && e.data.constrainTabKey) { + var els = pageBlockEls; + var fwd = !e.shiftKey && e.target === els[els.length-1]; + var back = e.shiftKey && e.target === els[0]; + if (fwd || back) { + setTimeout(function(){focus(back)},10); + return false; + } + } + } + var opts = e.data; + // allow events within the message content + if ($(e.target).parents('div.' + opts.blockMsgClass).length > 0) + return true; + + // allow events for content that is not being blocked + return $(e.target).parents().children().filter('div.blockUI').length == 0; +}; + +function focus(back) { + if (!pageBlockEls) + return; + var e = pageBlockEls[back===true ? pageBlockEls.length-1 : 0]; + if (e) + e.focus(); +}; + +function center(el, x, y) { + var p = el.parentNode, s = el.style; + var l = ((p.offsetWidth - el.offsetWidth)/2) - sz(p,'borderLeftWidth'); + var t = ((p.offsetHeight - el.offsetHeight)/2) - sz(p,'borderTopWidth'); + if (x) s.left = l > 0 ? (l+'px') : '0'; + if (y) s.top = t > 0 ? (t+'px') : '0'; +}; + +function sz(el, p) { + return parseInt($.css(el,p))||0; +}; + +})(jQuery); diff --git a/web/static/lib/jquery.form/._jquery.form.js b/web/static/lib/jquery.form/._jquery.form.js new file mode 100644 index 0000000000000000000000000000000000000000..49a7a68dda8b3dcf718be8275dd408a96c2f6f65 GIT binary patch literal 222 zcmZQz6=P>$Vqox1Ojhs@R)|o50+1L3ClDI}@fsio@$UgK5x_AdBnYYuq+J^qI7A5ADWagzZ6zUro7#LccS|+8L8Kk9JyXWVp=cL9|7#TQc v6y@ipTDuvVIhz}}xahi=8@lM4m>aq3I$4++>l&JxI-8jrIGMN_nJ@qVFajf1 literal 0 HcmV?d00001 diff --git a/web/static/lib/jquery.form/jquery.form.js b/web/static/lib/jquery.form/jquery.form.js new file mode 100644 index 0000000..66ac514 --- /dev/null +++ b/web/static/lib/jquery.form/jquery.form.js @@ -0,0 +1,911 @@ +/*! + * jQuery Form Plugin + * version: 2.83 (11-JUL-2011) + * @requires jQuery v1.3.2 or later + * + * Examples and documentation at: http://malsup.com/jquery/form/ + * Dual licensed under the MIT and GPL licenses: + * http://www.opensource.org/licenses/mit-license.php + * http://www.gnu.org/licenses/gpl.html + */ +;(function($) { + +/* + Usage Note: + ----------- + Do not use both ajaxSubmit and ajaxForm on the same form. These + functions are intended to be exclusive. Use ajaxSubmit if you want + to bind your own submit handler to the form. For example, + + $(document).ready(function() { + $('#myForm').bind('submit', function(e) { + e.preventDefault(); // <-- important + $(this).ajaxSubmit({ + target: '#output' + }); + }); + }); + + Use ajaxForm when you want the plugin to manage all the event binding + for you. For example, + + $(document).ready(function() { + $('#myForm').ajaxForm({ + target: '#output' + }); + }); + + When using ajaxForm, the ajaxSubmit function will be invoked for you + at the appropriate time. +*/ + +/** + * ajaxSubmit() provides a mechanism for immediately submitting + * an HTML form using AJAX. + */ +$.fn.ajaxSubmit = function(options) { + // fast fail if nothing selected (http://dev.jquery.com/ticket/2752) + if (!this.length) { + log('ajaxSubmit: skipping submit process - no element selected'); + return this; + } + + var method, action, url, $form = this; + + if (typeof options == 'function') { + options = { success: options }; + } + + method = this.attr('method'); + action = this.attr('action'); + url = (typeof action === 'string') ? $.trim(action) : ''; + url = url || window.location.href || ''; + if (url) { + // clean url (don't include hash vaue) + url = (url.match(/^([^#]+)/)||[])[1]; + } + + options = $.extend(true, { + url: url, + success: $.ajaxSettings.success, + type: method || 'GET', + iframeSrc: /^https/i.test(window.location.href || '') ? 'javascript:false' : 'about:blank' + }, options); + + // hook for manipulating the form data before it is extracted; + // convenient for use with rich editors like tinyMCE or FCKEditor + var veto = {}; + this.trigger('form-pre-serialize', [this, options, veto]); + if (veto.veto) { + log('ajaxSubmit: submit vetoed via form-pre-serialize trigger'); + return this; + } + + // provide opportunity to alter form data before it is serialized + if (options.beforeSerialize && options.beforeSerialize(this, options) === false) { + log('ajaxSubmit: submit aborted via beforeSerialize callback'); + return this; + } + + var n,v,a = this.formToArray(options.semantic); + if (options.data) { + options.extraData = options.data; + for (n in options.data) { + if(options.data[n] instanceof Array) { + for (var k in options.data[n]) { + a.push( { name: n, value: options.data[n][k] } ); + } + } + else { + v = options.data[n]; + v = $.isFunction(v) ? v() : v; // if value is fn, invoke it + a.push( { name: n, value: v } ); + } + } + } + + // give pre-submit callback an opportunity to abort the submit + if (options.beforeSubmit && options.beforeSubmit(a, this, options) === false) { + log('ajaxSubmit: submit aborted via beforeSubmit callback'); + return this; + } + + // fire vetoable 'validate' event + this.trigger('form-submit-validate', [a, this, options, veto]); + if (veto.veto) { + log('ajaxSubmit: submit vetoed via form-submit-validate trigger'); + return this; + } + + var q = $.param(a); + + if (options.type.toUpperCase() == 'GET') { + options.url += (options.url.indexOf('?') >= 0 ? '&' : '?') + q; + options.data = null; // data is null for 'get' + } + else { + options.data = q; // data is the query string for 'post' + } + + var callbacks = []; + if (options.resetForm) { + callbacks.push(function() { $form.resetForm(); }); + } + if (options.clearForm) { + callbacks.push(function() { $form.clearForm(); }); + } + + // perform a load on the target only if dataType is not provided + if (!options.dataType && options.target) { + var oldSuccess = options.success || function(){}; + callbacks.push(function(data) { + var fn = options.replaceTarget ? 'replaceWith' : 'html'; + $(options.target)[fn](data).each(oldSuccess, arguments); + }); + } + else if (options.success) { + callbacks.push(options.success); + } + + options.success = function(data, status, xhr) { // jQuery 1.4+ passes xhr as 3rd arg + var context = options.context || options; // jQuery 1.4+ supports scope context + for (var i=0, max=callbacks.length; i < max; i++) { + callbacks[i].apply(context, [data, status, xhr || $form, $form]); + } + }; + + // are there files to upload? + var fileInputs = $('input:file', this).length > 0; + var mp = 'multipart/form-data'; + var multipart = ($form.attr('enctype') == mp || $form.attr('encoding') == mp); + + // options.iframe allows user to force iframe mode + // 06-NOV-09: now defaulting to iframe mode if file input is detected + if (options.iframe !== false && (fileInputs || options.iframe || multipart)) { + // hack to fix Safari hang (thanks to Tim Molendijk for this) + // see: http://groups.google.com/group/jquery-dev/browse_thread/thread/36395b7ab510dd5d + if (options.closeKeepAlive) { + $.get(options.closeKeepAlive, function() { fileUpload(a); }); + } + else { + fileUpload(a); + } + } + else { + // IE7 massage (see issue 57) + if ($.browser.msie && method == 'get') { + var ieMeth = $form[0].getAttribute('method'); + if (typeof ieMeth === 'string') + options.type = ieMeth; + } + $.ajax(options); + } + + // fire 'notify' event + this.trigger('form-submit-notify', [this, options]); + return this; + + + // private function for handling file uploads (hat tip to YAHOO!) + function fileUpload(a) { + var form = $form[0], el, i, s, g, id, $io, io, xhr, sub, n, timedOut, timeoutHandle; + var useProp = !!$.fn.prop; + + if (a) { + // ensure that every serialized input is still enabled + for (i=0; i < a.length; i++) { + el = $(form[a[i].name]); + el[ useProp ? 'prop' : 'attr' ]('disabled', false); + } + } + + if ($(':input[name=submit],:input[id=submit]', form).length) { + // if there is an input with a name or id of 'submit' then we won't be + // able to invoke the submit fn on the form (at least not x-browser) + alert('Error: Form elements must not have name or id of "submit".'); + return; + } + + s = $.extend(true, {}, $.ajaxSettings, options); + s.context = s.context || s; + id = 'jqFormIO' + (new Date().getTime()); + if (s.iframeTarget) { + $io = $(s.iframeTarget); + n = $io.attr('name'); + if (n == null) + $io.attr('name', id); + else + id = n; + } + else { + $io = $('');if(typeof d==="string"&&d.length>0){b.element.addClass("wijmo-wijdialog-hasframe");c.attr("src",d);b.element.append(c);b.innerFrame=c}b.contentWrapper=b.element},_setOption:function(c,d){var b=this;a.ui.dialog.prototype._setOption.apply(b,arguments);if(c!=="captionButtons")if(c==="disabled")b._handleDisabledOption(d,b.element);else if(c==="contentUrl")if(b.innerFrame)b.innerFrame.attr("src",d);else b._checkUrl()},_createCaptionButtons:function(){var c=[],b=this,h=b.options,d,g={pin:{visible:true,click:b.pin,iconClassOn:"ui-icon-pin-w",iconClassOff:"ui-icon-pin-s"},refresh:{visible:true,click:b.refresh,iconClassOn:"ui-icon-refresh"},toggle:{visible:true,click:b.toggle,iconClassOn:"ui-icon-carat-1-n",iconClassOff:"ui-icon-carat-1-s"},minimize:{visible:true,click:b.minimize,iconClassOn:"ui-icon-minus"},maximize:{visible:true,click:b.maximize,iconClassOn:"ui-icon-extlink"},close:{visible:true,click:b.close,iconClassOn:"ui-icon-close"}},e=h.captionButtons,f=b.uiDialogTitlebar;f.children(".ui-dialog-titlebar-close, .wijmo-wijdialog-captionbutton").remove();a.each(g,function(b,d){e&&e[b]&&a.extend(d,e[b]);c.push({button:b,info:d})});b._trigger("buttonCreating",null,c);for(d=0;d");if(c.visible){if(i.size()===0){e.addClass("ui-icon "+c.iconClassOn).text(f.button);d=a('').append(e).addClass(h+" ui-corner-all wijmo-wijdialog-captionbutton").attr("role","button").hover(function(){d.addClass(b)},function(){d.removeClass(b)}).click(function(){if(e.hasClass(c.iconClassOff))e.removeClass(c.iconClassOff);else e.addClass(c.iconClassOff);a.isFunction(c.click)&&c.click.apply(j,arguments);return false});if(k)return d;else d.appendTo(g)}j[f.button+"Button"]=d}else i.remove()},pin:function(){var b=this.uiDialog,a=this.isPin;this._enableDisableDragger(!a);this.isPin=!a},refresh:function(){var a=this.innerFrame;a!==undefined&&a.attr("src",a.attr("src"))},toggle:function(){var a=this,b=a.toggleButton.children("span");if(!a.minimized)if(a.collapsed===undefined||!a.collapsed){a.collapsed=true;!b.hasClass("ui-icon-carat-1-s")&&b.addClass("ui-icon-carat-1-s");a._collapseDialogContent(true)}else{a.collapsed=false;b.hasClass("ui-icon-carat-1-s")&&b.removeClass("ui-icon-carat-1-s");a._expandDialogContent(true)}},_expandDialogContent:function(d){var b=this,e=b.options,c=e.expandingAnimation;b.uiDialog.height("auto");if(d&&c!==null)b.contentWrapper.show(c.animated,c.options,c.duration,function(d){b.uiDialog.css("height",b._toggleHeight);a.isFunction(c.callback)&&c.callback(d);b._enableDisableResizer(false)});else{b.contentWrapper.show();b._enableDisableResizer(false);b.uiDialog.css("height",b.toggleHeight)}},_collapseDialogContent:function(c){var a=this,d=a.options,b=d.collapsingAnimation;a._enableDisableResizer(true);a._toggleHeight=a.uiDialog[0].style.height;a.uiDialog.height("auto");if(c&&b!==null)a.contentWrapper.hide(b.animated,b.options,b.duration);else a.contentWrapper.hide();a._enableDisableDragger(a.isPin)},_enableDisableResizer:function(a){var b=this.uiDialog;b.resizable({disabled:a});a&&b.removeClass("ui-state-disabled")},_enableDisableDragger:function(a){var b=this.uiDialog;b.draggable({disabled:a});a&&b.removeClass("ui-state-disabled")},minimize:function(){var b=this,k=b.uiDialog,q=b.options,f=null,h=a("
    "),j=a("
    "),e,n,p,l,g={},o,i={},d="uiDialog",m;if(!b.minimized){l=b.uiDialog.position();g.width=b.uiDialog.width();g.height=b.uiDialog.height();m=b.getState();if(b.maximized){b.maximized=false;b.restoreButton.remove();a(window).unbind(".onWinResize")}else{b.collapsed&&b._expandDialogContent(false);b._saveNormalState()}b._enableDisableResizer(true);b.collapsed&&b._collapseDialogContent(false);h.appendTo(document.body).css({top:b.uiDialog.offset().top,left:b.uiDialog.offset().left,height:b.uiDialog.innerHeight(),width:b.uiDialog.innerWidth(),position:"absolute"});b.contentWrapper.hide();b.uiDialogButtonPane.length&&b.uiDialogButtonPane.hide();k.height("auto");k.width("auto");b._doButtonAction(b.minimizeButton,"hide");b._restoreButton(true,b.minimizeButton,"After");b._doButtonAction(b.pinButton,"hide");b._doButtonAction(b.refreshButton,"hide");b._doButtonAction(b.toggleButton,"hide");b._doButtonAction(b.maximizeButton,"show");a.browser.webkit&&a(".wijmo-wijdialog-captionbutton",b.uiDialog).css("float","left");if(b.innerFrame){d="copy";b[d]=b.uiDialog.clone();b[d].empty();b.uiDialogTitlebar.appendTo(b[d])}if(q.minimizeZoneElementId.length>0)f=a("#"+q.minimizeZoneElementId);if(f!==null&&f.size()>0)f.append(b[d]);else{e=a("."+c);if(e.size()===0){e=a('
    ');a(document.body).append(e)}e.append(b[d]).css("z-index",k.css("z-index"))}b[d].css("position","static");b[d].css("float","left");if(a.browser.msie&&a.browser.version==="6.0"){n=a(document).scrollTop();p=document.documentElement.clientHeight-e.height()+n;e.css({position:"absolute",left:"0px",top:p})}j.appendTo(document.body).css({top:b[d].offset().top,left:b[d].offset().left,height:b[d].innerHeight(),width:b[d].innerWidth(),position:"absolute"});b.uiDialog.hide();b.innerFrame&&b[d].hide();h.effect("transfer",{to:j,className:"ui-widget-content"},100,function(){h.remove();j.remove();b[d].show();b.minimized=true;o=b.uiDialog.position();i.width=b.uiDialog.width();i.height=b.uiDialog.height();b._enableDisableDragger(true);b._trigger("resize",null,{originalPosition:l,originalSize:g,position:o,size:i});b._trigger("stateChanged",null,{originalState:m,state:"minimized"})})}},_doButtonAction:function(a,c){if(a!==undefined){a.removeClass(b);a[c]()}},maximize:function(){var b=this,h=a(window),e,c={},f,d={},g;if(!b.maximized){b._enableDisableDragger(false);e=b.uiDialog.position();c.width=b.uiDialog.width();c.height=b.uiDialog.height();if(b.minimized)b.restore();else{b.collapsed&&b._expandDialogContent(false);b._saveNormalState();g="normal"}b.maximized=true;if(b.maximizeButton!==undefined){b.maximizeButton.hide();b._restoreButton(true,b.maximizeButton,"Before")}a.browser.webkit&&a(".wijmo-wijdialog-captionbutton").css("float","");b._onWinResize(b,h);b.collapsed&&b._collapseDialogContent(false);!b.collapsed&&b._enableDisableDragger(true);b.uiDialog.resizable({disabled:true});b.uiDialog.removeClass("ui-state-disabled");f=b.uiDialog.position();d.width=b.uiDialog.width();d.height=b.uiDialog.height();b._trigger("resize",null,{originalPosition:e,originalSize:c,position:f,size:d});g=="normal"&&b._trigger("stateChanged",null,{originalState:"normal",state:"maximized"})}},_bindWindowResize:function(){var b=this,d=a(window),f,e,c;d.resize(function(){b.maximized&&b._onWinResize(b,d)});a.browser.msie&&a.browser.version==="6.0"&&d.bind("scroll.wijdialog resize.wijdialog",function(){if(b.minimized){e=a(document).scrollTop();c=b.uiDialog.parent();f=document.documentElement.clientHeight-c.height()+e;c.css({top:f})}})},_saveNormalState:function(){var a=this,b=a.uiDialog,c=a.element;if(!a.maximized){a.normalWidth=b.css("width");a.normalLeft=b.css("left");a.normalTop=b.css("top");a.normalHeight=b.css("height");a.normalInnerHeight=c.css("height");a.normalInnerWidth=c.css("width");a.normalInnerMinWidth=c.css("min-width");a.normalInnerMinHeight=c.css("min-height")}},_onWinResize:function(a,b){a.uiDialog.css("top",b.scrollTop());a.uiDialog.css("left",b.scrollLeft());a.uiDialog.setOutWidth(b.width());a.uiDialog.setOutHeight(b.height());a._resizeDialog(a)},_restoreButton:function(c,f,e){var a=this,d={button:"restore",info:{visible:c,click:a.restore,iconClassOn:"ui-icon-newwin"}},b=a._createCaptionButton(d,a.uiDialogTitlebar,true);if(c){b["insert"+e](f);a.restoreButton=b}},restore:function(){var b=this,f=b.uiDialog,g,d={},h,e={},j=a("
    "),k=a("
    "),c="uiDialog",i;if(b.minimized){b.minimized=false;b._enableDisableDragger(false);if(b.innerFrame){c="copy";if(!b[c])c="uiDialog"}g=b[c].position();d.width=b[c].width();d.height=b[c].height();j.appendTo(document.body).css({top:b[c].offset().top,left:b[c].offset().left,height:b[c].innerHeight(),width:b[c].innerWidth(),position:"absolute"});f.css("position","absolute");f.css("float","");if(!b.innerFrame)f.appendTo(document.body);else{b.uiDialogTitlebar.prependTo(f);f.show()}b._enableDisableResizer(false);!b.isPin&&b._enableDisableDragger(false);b._restoreToNormal();b.contentWrapper.show();b.uiDialogButtonPane.length&&b.uiDialogButtonPane.show();k.appendTo(document.body).css({top:b.uiDialog.offset().top,left:b.uiDialog.offset().left,height:b.uiDialog.innerHeight(),width:b.uiDialog.innerWidth(),position:"absolute"});b.uiDialog.hide();j.effect("transfer",{to:k,className:"ui-widget-content"},150,function(){b.uiDialog.show();h=b.uiDialog.position();e.width=b.uiDialog.width();e.height=b.uiDialog.height();j.remove();k.remove();b.copy&&b.copy.remove();b._trigger("resize",null,{originalPosition:g,originalSize:d,position:h,size:e});i=b.getState();b._trigger("stateChanged",null,{originalState:"minimized",state:i})});b.collapsed&&b._collapseDialogContent();b._doButtonAction(b.minimizeButton,"show");b._doButtonAction(b.restoreButton,"remove");b._doButtonAction(b.pinButton,"show");b._doButtonAction(b.refreshButton,"show");b._doButtonAction(b.toggleButton,"show");a.browser.webkit&&a(".wijmo-wijdialog-captionbutton").css("float","")}else if(b.maximized){b.maximized=false;g=b.uiDialog.position();d.width=b.uiDialog.width();d.height=b.uiDialog.height();a(window).unbind(".onWinResize");b.collapsed&&b._expandDialogContent();b._enableDisableResizer(false);!b.isPin&&b._enableDisableDragger(false);b._restoreToNormal();b.contentWrapper.show();b.collapsed&&b._collapseDialogContent();if(b.maximizeButton!==undefined){b.maximizeButton.show();b._restoreButton(false,b.maximizeButton,"before")}h=b.uiDialog.position();e.width=b.uiDialog.width();e.height=b.uiDialog.height();b._trigger("resize",null,{originalPosition:g,originalSize:d,position:h,size:e});i=b.getState();b._trigger("stateChanged",null,{originalState:"maximized",state:i})}},getState:function(){var a=this;return a.minimized?"minimized":a.maximized?"maximized":"normal"},reset:function(){var a=this;a.normalWidth=a.normalLeft=a.normalTop=a.normalHeight=a.normalInnerHeight=a.normalInnerWidth=a.normalInnerMinWidth=a.normalInnerMinHeight=undefined;a._setOption("position",a.originalPosition)},open:function(){var b=this,c=b.options;if(!b.innerFrame)if(!b.minimized)a.ui.dialog.prototype.open.apply(b,arguments);else b.uiDialog.show();else{b.innerFrame.attr("src",c.contentUrl);if(!b.minimized)a.ui.dialog.prototype.open.apply(b,arguments);else b.uiDialogTitlebar.show()}b.collapsed&&b._collapseDialogContent();b.disabledDiv&&c.disabled&&b.disabledDiv.show()},close:function(){var b=this,c=b.options;if(a.ui.dialog.prototype.close.apply(b,arguments)){if(b.innerFrame){b.innerFrame.attr("src","");b.minimized&&b.uiDialogTitlebar.hide()}b.disabledDiv&&c.disabled&&b.disabledDiv.hide()}},_resizeDialog:function(a){a.options.width=a.uiDialog.width();a.options.height=a.uiDialog.height();a._size()},_restoreToNormal:function(){var a=this,b=a.uiDialog,c=a.element;b.css("width",a.normalWidth);b.css("left",a.normalLeft);b.css("top",a.normalTop);b.css("height",a.normalHeight);c.css("height",a.normalInnerHeight);c.css("width",a.normalInnerWidth);c.css("min-width",a.normalInnerMinWidth);c.css("min-height",a.normalInnerMinHeight);a.options.width=a.uiDialog.width();a.options.height=a.uiDialog.height()}});a.extend(a.ui.dialog.overlay,{height:function(){var b,c;if(a.browser.msie){b=Math.max(document.documentElement.scrollHeight,document.body.scrollHeight);c=Math.max(document.documentElement.offsetHeight,document.body.offsetHeight);return b li > :first-child,> :not(li):even",requireOpenedPane:true,selectedIndex:0},_setOption:function(d,b){var c=this.options;if(c[d]!==b)switch(d){case"selectedIndex":this.activate(b);break;case"disabled":if(b)this.element.addClass("ui-state-disabled");else this.element.removeClass("ui-state-disabled");break;case"event":this._unbindLiveEvents();this.options.event=b;this._bindLiveEvents();break;case"header":this._handleHeaderChange(b,c.header);break;case"expandDirection":this._onDirectionChange(b,true,c.expandDirection)}a.Widget.prototype._setOption.apply(this,arguments)},_handleHeaderChange:function(b,a){var c=this.element.find(a);c.removeClass("ui-accordion-header ui-helper-reset ui-state-active "+this._triangleIconOpened).siblings(".ui-accordion-content").removeClass("ui-accordion-content ui-helper-reset ui-widget-content ui-accordion-content-active");this._initHeaders(b)},_initHeaders:function(a){var b=this.options;a=a?a:b.header;this.headers=this.element.find(a);this.headers.each(jQuery.proxy(this._initHeader,this))},_initHeader:function(e,f){var g=this.options,d=this.element.data("rightToLeft"),b=a(f),c=a(b.next()[0]);if(d){b.remove();b.insertAfter(c)}b.addClass("ui-accordion-header ui-helper-reset").attr("role","tab");c.attr("role","tabpanel");b.find("> a").length===0&&b.wrapInner('');b.find("> .ui-icon").length===0&&a('').insertBefore(a("> a",b)[0]);if(e===g.selectedIndex){b.addClass("ui-state-active").addClass(this._headerCornerOpened).attr({"aria-expanded":"true",tabIndex:0}).find("> .ui-icon").addClass(this._triangleIconOpened);c.addClass("ui-accordion-content-active").addClass(this._contentCornerOpened)}else{b.addClass("ui-state-default ui-corner-all").attr({"aria-expanded":"false",tabIndex:-1}).find("> .ui-icon").addClass(this._triangleIconClosed);c.hide()}c.addClass("ui-accordion-content ui-helper-reset ui-widget-content")},_create:function(){this.element.addClass("wijmo-wijaccordion ui-accordion ui-widget ui-accordion-icons ui-helper-reset ui-helper-clearfix");var a=this.options;a.disabled&&this.element.addClass("ui-state-disabled");this._onDirectionChange(a.expandDirection,false);this._initHeaders();this.element.attr("role","tablist")},_init:function(){this._bindLiveEvents()},destroy:function(){this._unbindLiveEvents();this.element.removeClass("wijmo-wijaccordion ui-accordion ui-widget ui-helper-reset ui-accordion-icons").removeAttr("role");a.Widget.prototype.destroy.apply(this,arguments)},activate:function(e){var b,c=this.options,n=this.element.children(".ui-accordion-header"),f=this.element.find(".ui-accordion-header.ui-state-active"),p=this.element.data("rightToLeft"),i,k,g,h,r,l,o,m,j,q,d;if(typeof e==="number")b=a(n[e]);else if(typeof e==="string"){e=parseInt(e,0);b=a(n[e])}else{b=a(e);e=n.index(e)}if(b.hasClass("ui-state-active")){if(c.requireOpenedPane)return false;f=b;b=a(null)}else if(!c.requireOpenedPane)f=a(null);i=a(".ui-accordion-header",this.element).index(b);k=a(".ui-accordion-header",this.element).index(f);g=p?b.prev(".ui-accordion-content"):b.next(".ui-accordion-content");h=p?f.prev(".ui-accordion-content"):f.next(".ui-accordion-content");if(f.length===0&&b.length===0)return false;if(!this._trigger("beforeSelectedIndexChanged",null,{newIndex:i,prevIndex:k}))return false;f.removeClass("ui-state-active").removeClass(this._headerCornerOpened).addClass("ui-state-default ui-corner-all").attr({"aria-expanded":"false",tabIndex:-1}).find("> .ui-icon").removeClass(this._triangleIconOpened).addClass(this._triangleIconClosed);b.removeClass("ui-state-default ui-corner-all").addClass("ui-state-active").addClass(this._headerCornerOpened).attr({"aria-expanded":"true",tabIndex:0}).find("> .ui-icon").removeClass(this._triangleIconClosed).addClass(this._triangleIconOpened);if(c.animated){l={toShow:g,toHide:h,complete:jQuery.proxy(function(){h.removeClass("ui-accordion-content-active");g.addClass("ui-accordion-content-active");h.css("display","");g.css("display","");if(a.fn.wijlinechart){h.find(".wijmo-wijlinechart").wijlinechart("redraw");g.find(".wijmo-wijlinechart").wijlinechart("redraw")}this._trigger("selectedIndexChanged",null,{newIndex:i,prevIndex:k})},this),horizontal:this.element.hasClass("ui-helper-horizontal"),rightToLeft:this.element.data("rightToLeft"),down:i>k,autoHeight:c.autoHeight||c.fillSpace};o=c.animated;m=c.duration;if(a.isFunction(o))c.animated=o(l);if(a.isFunction(m))c.duration=m(l);j=a.wijmo.wijaccordion.animations;q=c.duration;d=c.animated;if(d&&!j[d]&&!a.easing[d])d="slide";if(!j[d])j[d]=function(a){this.slide(a,{easing:d,duration:q||700})};j[d](l)}else{f.length>0&&h.hide().removeClass("ui-accordion-content-active");b.length>0&&g.show().addClass("ui-accordion-content-active").addClass(this._contentCornerOpened);if(a.fn.wijlinechart){h.find(".wijmo-wijlinechart").wijlinechart("redraw");g.find(".wijmo-wijlinechart").wijlinechart("redraw")}this._trigger("selectedIndexChanged",null,{newIndex:i,prevIndex:k})}this.options.selectedIndex=i},_bindLiveEvents:function(){this.element.find(".ui-accordion-header").live(this.options.event+".wijaccordion",jQuery.proxy(this._onHeaderClick,this)).live("keydown.wijaccordion",jQuery.proxy(this._onHeaderKeyDown,this)).live("mouseenter.wijaccordion",function(){a(this).addClass("ui-state-hover")}).live("mouseleave.wijaccordion",function(){a(this).removeClass("ui-state-hover")}).live("focus.wijaccordion",function(){a(this).addClass("ui-state-focus")}).live("blur.wijaccordion",function(){a(this).removeClass("ui-state-focus")})},_unbindLiveEvents:function(){this.element.find(".ui-accordion-header").die("wijaccordion")},_onHeaderClick:function(a){!this.options.disabled&&this.activate(a.currentTarget);return false},_onHeaderKeyDown:function(d){if(this.options.disabled||d.altKey||d.ctrlKey)return;var b=a.ui.keyCode,g=this.options,f=this.element.find(".ui-accordion-header.ui-state-focus"),c,e=this.element.find(".ui-accordion-header");if(f.length>0){c=a(".ui-accordion-header",this.element).index(f);switch(d.keyCode){case b.RIGHT:case b.DOWN:if(e[c+1]){e[c+1].focus();return false}break;case b.LEFT:case b.UP:if(e[c-1]){e[c-1].focus();return false}break;case b.SPACE:case b.ENTER:this.activate(d.currentTarget);d.preventDefault()}}return true},_onDirectionChange:function(j,e,i){var b,g,f,d,c,h;if(e){g=this.element.find(".ui-accordion-header."+this._headerCornerOpened);g.removeClass(this._headerCornerOpened);f=this.element.find(".ui-accordion-content."+this._contentCornerOpened);f.removeClass(this._contentCornerOpened);d=this.element.find("."+this._triangleIconOpened);c=this.element.find("."+this._triangleIconClosed);d.removeClass(this._triangleIconOpened);c.removeClass(this._triangleIconClosed)}i!==null&&this.element.removeClass("ui-accordion-"+i);switch(j){case"top":this._headerCornerOpened="ui-corner-bottom";this._contentCornerOpened="ui-corner-top";this._triangleIconOpened="ui-icon-triangle-1-n";this._triangleIconClosed="ui-icon-triangle-1-e";b=true;this.element.removeClass("ui-helper-horizontal");this.element.addClass("ui-accordion-top");break;case"right":this._headerCornerOpened="ui-corner-left";this._contentCornerOpened="ui-corner-right";this._triangleIconOpened="ui-icon-triangle-1-e";this._triangleIconClosed="ui-icon-triangle-1-s";b=false;this.element.addClass("ui-helper-horizontal");this.element.addClass("ui-accordion-right");break;case"left":this._headerCornerOpened="ui-corner-right";this._contentCornerOpened="ui-corner-left";this._triangleIconOpened="ui-icon-triangle-1-w";this._triangleIconClosed="ui-icon-triangle-1-s";b=true;this.element.addClass("ui-helper-horizontal");this.element.addClass("ui-accordion-left");break;default:this._headerCornerOpened="ui-corner-top";this._contentCornerOpened="ui-corner-bottom";this._triangleIconOpened="ui-icon-triangle-1-s";this._triangleIconClosed="ui-icon-triangle-1-e";b=false;this.element.removeClass("ui-helper-horizontal");this.element.addClass("ui-accordion-bottom")}h=this.element.data("rightToLeft");this.element.data("rightToLeft",b);if(e){d.addClass(this._triangleIconOpened);c.addClass(this._triangleIconClosed);g.addClass(this._headerCornerOpened);f.addClass(this._contentCornerOpened)}e&&b!==h&&this.element.children(".ui-accordion-header").each(function(){var c=a(this),d;if(b){d=c.next(".ui-accordion-content");c.remove();c.insertAfter(d)}else{d=c.prev(".ui-accordion-content");c.remove();c.insertBefore(d)}})}});a.extend(a.wijmo.wijaccordion,{animations:{slide:function(b,h){b=a.extend({easing:"swing",duration:300},b,h);if(!b.toHide.size()){b.toShow.stop(true,true).animate(b.horizontal?{width:"show"}:{height:"show"},b);return}if(!b.toShow.size()){b.toHide.stop(true,true).animate(b.horizontal?{width:"hide"}:{height:"hide"},b);return}var i=b.toShow.css("overflow"),f=0,e={},g={},j=b.horizontal?["width","paddingLeft","paddingRight"]:["height","paddingTop","paddingBottom"],d,c=b.toShow;if(b.horizontal){d=c[0].style.height;c.height(parseInt(c.parent().height(),10)-parseInt(c.css("paddingTop"),10)-parseInt(c.css("paddingBottom"),10)-(parseInt(c.css("borderTopWidth"),10)||0)-(parseInt(c.css("borderBottomWidth"),10)||0))}else{d=c[0].style.width;c.width(parseInt(c.parent().width(),10)-parseInt(c.css("paddingLeft"),10)-parseInt(c.css("paddingRight"),10)-(parseInt(c.css("borderLeftWidth"),10)||0)-(parseInt(c.css("borderRightWidth"),10)||0))}a.each(j,function(f,d){g[d]="hide";var c=(""+a.css(b.toShow[0],d)).match(/^([\d+-.]+)(.*)$/);e[d]={value:c?c[1]:0,unit:c?c[2]||"px":"px"}});b.toShow.css(b.horizontal?{width:0,overflow:"hidden"}:{height:0,overflow:"hidden"}).stop(true,true).show();b.toHide.filter(":hidden").each(b.complete).end().filter(":visible").stop(true,true).animate(g,{step:function(c,a){if(a.prop===b.horizontal?"width":"height")f=a.end-a.start===0?0:(a.now-a.start)/(a.end-a.start);b.toShow[0].style[a.prop]=f*e[a.prop].value+e[a.prop].unit},duration:b.duration,easing:b.easing,complete:function(){!b.autoHeight&&b.toShow.css(b.horizontal?"width":"height","");b.toShow.css(b.horizontal?"height":"width",d);b.toShow.css({overflow:i});b.complete()}})},bounceslide:function(a){this.slide(a,{easing:a.down?"easeOutBounce":"swing",duration:a.down?1e3:200})}}})})(jQuery); +(function(a){"use strict";a.fn.extend({getBounds:function(){return a.extend({},a(this).offset(),{width:a(this).outerWidth(true),height:a(this).outerHeight(true)})},setBounds:function(b){a(this).css({left:b.left,top:b.top}).width(b.width).height(b.height);return this},getMaxZIndex:function(){var b=(a(this).css("z-index")=="auto"?0:a(this).css("z-index"))*1;a(this).siblings().each(function(d,c){b=Math.max(b,(a(c).css("z-index")=="auto"?0:a(c).css("z-index"))*1)});return b}});a.widget("wijmo.wijpopup",{options:{ensureOutermost:false,showEffect:"show",showOptions:{},showDuration:300,hideEffect:"hide",hideOptions:{},hideDuration:100,autoHide:false,position:{at:"left bottom",my:"left top"},showing:null,shown:null,hiding:null,hidden:null,posChanged:null},_create:function(){},_init:function(){if(!!this.options.ensureOutermost){var b=a("form");if(b.length===0)b=a(document.body);this.element.appendTo(b)}this.element.data("visible.wijpopup",false);this.element.css("position","absolute");this.element.position({of:a(document.body)});this.element.hide()},_setOption:function(c){a.Widget.prototype._setOption.apply(this,arguments);if(c==="autoHide"){var b=this.isVisible();this.hide();b&&this.show()}},destroy:function(){a.Widget.prototype.destroy.apply(this,arguments);this.isVisible()&&this.hide();if(a.browser.msie&&a.browser.version<7){jFrame=this.element.data("backframe.wijpopup");!jFrame&&jFrame.remove()}var b=this;this.element.unbind(".wijpopup");a.each(["visible","backframe","animating","width"],function(c,a){b.element.removeData(a+".wijpopup")})},isVisible:function(){return!!this.element.data("visible.wijpopup")&&this.element.is(":visible")},isAnimating:function(){return!!this.element.data("animating.wijpopup")},show:function(d){this._setPosition(d);if(this.isVisible())return;if(this._trigger("showing")===false)return;this.options.autoHide&&a(document.body).bind("mouseup.wijpopup",a.proxy(this._onDocMouseUp,this));var b=this.options.showEffect||"show",c=this.options.showDuration||300,e=this.options.showOptions||{};this.element.data("animating.wijpopup",true);if(a.effects&&a.effects[b])this.element.show(b,e,c,a.proxy(this._showCompleted,this));else this.element[b](b==="show"?null:c,a.proxy(this._showCompleted,this));(!b||!c||b==="show"||c<=0)&&this._showCompleted()},_showCompleted:function(){this.element.removeData("animating.wijpopup");this.element.data("visible.wijpopup",true);this._trigger("shown")},showAt:function(a,b){this.show({my:"left top",at:"left top",of:document.body,offset:""+a+" "+b})},hide:function(){if(!this.isVisible())return;if(this._trigger("hiding")===false)return;a(document.body).unbind("mouseup.wijpopup");var b=this.options.hideEffect||"hide",c=this.options.hideDuration||300,d=this.options.hideOptions||{};this.element.data("animating.wijpopup",true);if(a.effects&&a.effects[b])this.element.hide(b,d,c,a.proxy(this._hideCompleted,this));else this.element[b](b==="hide"?null:c,a.proxy(this._hideCompleted,this));(!b||!c||b==="hide"||c<=0)&&this._hideCompleted()},_hideCompleted:function(){if(this.element.data("width.wijpopup")!==undefined){this.element.width(this.element.data("width.wijpopup"));this.element.removeData("width.wijpopup")}this.element.unbind("move.wijpopup");this.element.removeData("animating.wijpopup");if(a.browser.msie&&a.browser.version<7){var b=this.element.data("backframe.wijpopup");b&&b.hide()}this._trigger("hidden")},_onDocMouseUp:function(b){var c=b.target?b.target:b.srcElement;if(this.isVisible()&&!!this.options.autoHide)c!=this.element.get(0)&&a(c).parents().index(this.element)<0&&this.hide()},_onMove:function(){var a=this.element.data("backframe.wijpopup");if(a){this.element.before(a);a.css({top:this.element.css("top"),left:this.element.css("left")})}},_addBackgroundIFrame:function(){if(a.browser.msie&&a.browser.version<7){var b=this.element.data("backframe.wijpopup");if(!b){b=jQuery("' : ''); + inst._keyEvent = false; + return html; + }, + + /* Generate the month and year header. */ + _generateMonthYearHeader: function(inst, drawMonth, drawYear, minDate, maxDate, + secondary, monthNames, monthNamesShort) { + var changeMonth = this._get(inst, 'changeMonth'); + var changeYear = this._get(inst, 'changeYear'); + var showMonthAfterYear = this._get(inst, 'showMonthAfterYear'); + var html = '
    '; + var monthHtml = ''; + // month selection + if (secondary || !changeMonth) + monthHtml += '' + monthNames[drawMonth] + ''; + else { + var inMinYear = (minDate && minDate.getFullYear() == drawYear); + var inMaxYear = (maxDate && maxDate.getFullYear() == drawYear); + monthHtml += ''; + } + if (!showMonthAfterYear) + html += monthHtml + (secondary || !(changeMonth && changeYear) ? ' ' : ''); + // year selection + if ( !inst.yearshtml ) { + inst.yearshtml = ''; + if (secondary || !changeYear) + html += '' + drawYear + ''; + else { + // determine range of years to display + var years = this._get(inst, 'yearRange').split(':'); + var thisYear = new Date().getFullYear(); + var determineYear = function(value) { + var year = (value.match(/c[+-].*/) ? drawYear + parseInt(value.substring(1), 10) : + (value.match(/[+-].*/) ? thisYear + parseInt(value, 10) : + parseInt(value, 10))); + return (isNaN(year) ? thisYear : year); + }; + var year = determineYear(years[0]); + var endYear = Math.max(year, determineYear(years[1] || '')); + year = (minDate ? Math.max(year, minDate.getFullYear()) : year); + endYear = (maxDate ? Math.min(endYear, maxDate.getFullYear()) : endYear); + inst.yearshtml += ''; + + html += inst.yearshtml; + inst.yearshtml = null; + } + } + html += this._get(inst, 'yearSuffix'); + if (showMonthAfterYear) + html += (secondary || !(changeMonth && changeYear) ? ' ' : '') + monthHtml; + html += '
    '; // Close datepicker_header + return html; + }, + + /* Adjust one of the date sub-fields. */ + _adjustInstDate: function(inst, offset, period) { + var year = inst.drawYear + (period == 'Y' ? offset : 0); + var month = inst.drawMonth + (period == 'M' ? offset : 0); + var day = Math.min(inst.selectedDay, this._getDaysInMonth(year, month)) + + (period == 'D' ? offset : 0); + var date = this._restrictMinMax(inst, + this._daylightSavingAdjust(new Date(year, month, day))); + inst.selectedDay = date.getDate(); + inst.drawMonth = inst.selectedMonth = date.getMonth(); + inst.drawYear = inst.selectedYear = date.getFullYear(); + if (period == 'M' || period == 'Y') + this._notifyChange(inst); + }, + + /* Ensure a date is within any min/max bounds. */ + _restrictMinMax: function(inst, date) { + var minDate = this._getMinMaxDate(inst, 'min'); + var maxDate = this._getMinMaxDate(inst, 'max'); + var newDate = (minDate && date < minDate ? minDate : date); + newDate = (maxDate && newDate > maxDate ? maxDate : newDate); + return newDate; + }, + + /* Notify change of month/year. */ + _notifyChange: function(inst) { + var onChange = this._get(inst, 'onChangeMonthYear'); + if (onChange) + onChange.apply((inst.input ? inst.input[0] : null), + [inst.selectedYear, inst.selectedMonth + 1, inst]); + }, + + /* Determine the number of months to show. */ + _getNumberOfMonths: function(inst) { + var numMonths = this._get(inst, 'numberOfMonths'); + return (numMonths == null ? [1, 1] : (typeof numMonths == 'number' ? [1, numMonths] : numMonths)); + }, + + /* Determine the current maximum date - ensure no time components are set. */ + _getMinMaxDate: function(inst, minMax) { + return this._determineDate(inst, this._get(inst, minMax + 'Date'), null); + }, + + /* Find the number of days in a given month. */ + _getDaysInMonth: function(year, month) { + return 32 - this._daylightSavingAdjust(new Date(year, month, 32)).getDate(); + }, + + /* Find the day of the week of the first of a month. */ + _getFirstDayOfMonth: function(year, month) { + return new Date(year, month, 1).getDay(); + }, + + /* Determines if we should allow a "next/prev" month display change. */ + _canAdjustMonth: function(inst, offset, curYear, curMonth) { + var numMonths = this._getNumberOfMonths(inst); + var date = this._daylightSavingAdjust(new Date(curYear, + curMonth + (offset < 0 ? offset : numMonths[0] * numMonths[1]), 1)); + if (offset < 0) + date.setDate(this._getDaysInMonth(date.getFullYear(), date.getMonth())); + return this._isInRange(inst, date); + }, + + /* Is the given date in the accepted range? */ + _isInRange: function(inst, date) { + var minDate = this._getMinMaxDate(inst, 'min'); + var maxDate = this._getMinMaxDate(inst, 'max'); + return ((!minDate || date.getTime() >= minDate.getTime()) && + (!maxDate || date.getTime() <= maxDate.getTime())); + }, + + /* Provide the configuration settings for formatting/parsing. */ + _getFormatConfig: function(inst) { + var shortYearCutoff = this._get(inst, 'shortYearCutoff'); + shortYearCutoff = (typeof shortYearCutoff != 'string' ? shortYearCutoff : + new Date().getFullYear() % 100 + parseInt(shortYearCutoff, 10)); + return {shortYearCutoff: shortYearCutoff, + dayNamesShort: this._get(inst, 'dayNamesShort'), dayNames: this._get(inst, 'dayNames'), + monthNamesShort: this._get(inst, 'monthNamesShort'), monthNames: this._get(inst, 'monthNames')}; + }, + + /* Format the given date for display. */ + _formatDate: function(inst, day, month, year) { + if (!day) { + inst.currentDay = inst.selectedDay; + inst.currentMonth = inst.selectedMonth; + inst.currentYear = inst.selectedYear; + } + var date = (day ? (typeof day == 'object' ? day : + this._daylightSavingAdjust(new Date(year, month, day))) : + this._daylightSavingAdjust(new Date(inst.currentYear, inst.currentMonth, inst.currentDay))); + return this.formatDate(this._get(inst, 'dateFormat'), date, this._getFormatConfig(inst)); + } +}); + +/* + * Bind hover events for datepicker elements. + * Done via delegate so the binding only occurs once in the lifetime of the parent div. + * Global instActive, set by _updateDatepicker allows the handlers to find their way back to the active picker. + */ +function bindHover(dpDiv) { + var selector = 'button, .ui-datepicker-prev, .ui-datepicker-next, .ui-datepicker-calendar td a'; + return dpDiv.delegate(selector, 'mouseout', function() { + $(this).removeClass('ui-state-hover'); + if (this.className.indexOf('ui-datepicker-prev') != -1) $(this).removeClass('ui-datepicker-prev-hover'); + if (this.className.indexOf('ui-datepicker-next') != -1) $(this).removeClass('ui-datepicker-next-hover'); + }) + .delegate(selector, 'mouseover', function(){ + if (!$.datepicker._isDisabledDatepicker( instActive.inline ? dpDiv.parent()[0] : instActive.input[0])) { + $(this).parents('.ui-datepicker-calendar').find('a').removeClass('ui-state-hover'); + $(this).addClass('ui-state-hover'); + if (this.className.indexOf('ui-datepicker-prev') != -1) $(this).addClass('ui-datepicker-prev-hover'); + if (this.className.indexOf('ui-datepicker-next') != -1) $(this).addClass('ui-datepicker-next-hover'); + } + }); +} + +/* jQuery extend now ignores nulls! */ +function extendRemove(target, props) { + $.extend(target, props); + for (var name in props) + if (props[name] == null || props[name] == undefined) + target[name] = props[name]; + return target; +}; + +/* Invoke the datepicker functionality. + @param options string - a command, optionally followed by additional parameters or + Object - settings for attaching new datepicker functionality + @return jQuery object */ +$.fn.datepicker = function(options){ + + /* Verify an empty collection wasn't passed - Fixes #6976 */ + if ( !this.length ) { + return this; + } + + /* Initialise the date picker. */ + if (!$.datepicker.initialized) { + $(document).mousedown($.datepicker._checkExternalClick). + find(document.body).append($.datepicker.dpDiv); + $.datepicker.initialized = true; + } + + var otherArgs = Array.prototype.slice.call(arguments, 1); + if (typeof options == 'string' && (options == 'isDisabled' || options == 'getDate' || options == 'widget')) + return $.datepicker['_' + options + 'Datepicker']. + apply($.datepicker, [this[0]].concat(otherArgs)); + if (options == 'option' && arguments.length == 2 && typeof arguments[1] == 'string') + return $.datepicker['_' + options + 'Datepicker']. + apply($.datepicker, [this[0]].concat(otherArgs)); + return this.each(function() { + typeof options == 'string' ? + $.datepicker['_' + options + 'Datepicker']. + apply($.datepicker, [this].concat(otherArgs)) : + $.datepicker._attachDatepicker(this, options); + }); +}; + +$.datepicker = new Datepicker(); // singleton instance +$.datepicker.initialized = false; +$.datepicker.uuid = new Date().getTime(); +$.datepicker.version = "1.9.1"; + +// Workaround for #4055 +// Add another global to avoid noConflict issues with inline event handlers +window['DP_jQuery_' + dpuuid] = $; + +})(jQuery); +(function( $, undefined ) { + +var uiDialogClasses = "ui-dialog ui-widget ui-widget-content ui-corner-all ", + sizeRelatedOptions = { + buttons: true, + height: true, + maxHeight: true, + maxWidth: true, + minHeight: true, + minWidth: true, + width: true + }, + resizableRelatedOptions = { + maxHeight: true, + maxWidth: true, + minHeight: true, + minWidth: true + }; + +$.widget("ui.dialog", { + version: "1.9.1", + options: { + autoOpen: true, + buttons: {}, + closeOnEscape: true, + closeText: "close", + dialogClass: "", + draggable: true, + hide: null, + height: "auto", + maxHeight: false, + maxWidth: false, + minHeight: 150, + minWidth: 150, + modal: false, + position: { + my: "center", + at: "center", + of: window, + collision: "fit", + // ensure that the titlebar is never outside the document + using: function( pos ) { + var topOffset = $( this ).css( pos ).offset().top; + if ( topOffset < 0 ) { + $( this ).css( "top", pos.top - topOffset ); + } + } + }, + resizable: true, + show: null, + stack: true, + title: "", + width: 300, + zIndex: 1000 + }, + + _create: function() { + this.originalTitle = this.element.attr( "title" ); + // #5742 - .attr() might return a DOMElement + if ( typeof this.originalTitle !== "string" ) { + this.originalTitle = ""; + } + this.oldPosition = { + parent: this.element.parent(), + index: this.element.parent().children().index( this.element ) + }; + this.options.title = this.options.title || this.originalTitle; + var that = this, + options = this.options, + + title = options.title || " ", + uiDialog, + uiDialogTitlebar, + uiDialogTitlebarClose, + uiDialogTitle, + uiDialogButtonPane; + + uiDialog = ( this.uiDialog = $( "
    " ) ) + .addClass( uiDialogClasses + options.dialogClass ) + .css({ + display: "none", + outline: 0, // TODO: move to stylesheet + zIndex: options.zIndex + }) + // setting tabIndex makes the div focusable + .attr( "tabIndex", -1) + .keydown(function( event ) { + if ( options.closeOnEscape && !event.isDefaultPrevented() && event.keyCode && + event.keyCode === $.ui.keyCode.ESCAPE ) { + that.close( event ); + event.preventDefault(); + } + }) + .mousedown(function( event ) { + that.moveToTop( false, event ); + }) + .appendTo( "body" ); + + this.element + .show() + .removeAttr( "title" ) + .addClass( "ui-dialog-content ui-widget-content" ) + .appendTo( uiDialog ); + + uiDialogTitlebar = ( this.uiDialogTitlebar = $( "
    " ) ) + .addClass( "ui-dialog-titlebar ui-widget-header " + + "ui-corner-all ui-helper-clearfix" ) + .bind( "mousedown", function() { + // Dialog isn't getting focus when dragging (#8063) + uiDialog.focus(); + }) + .prependTo( uiDialog ); + + uiDialogTitlebarClose = $( "" ) + .addClass( "ui-dialog-titlebar-close ui-corner-all" ) + .attr( "role", "button" ) + .click(function( event ) { + event.preventDefault(); + that.close( event ); + }) + .appendTo( uiDialogTitlebar ); + + ( this.uiDialogTitlebarCloseText = $( "" ) ) + .addClass( "ui-icon ui-icon-closethick" ) + .text( options.closeText ) + .appendTo( uiDialogTitlebarClose ); + + uiDialogTitle = $( "" ) + .uniqueId() + .addClass( "ui-dialog-title" ) + .html( title ) + .prependTo( uiDialogTitlebar ); + + uiDialogButtonPane = ( this.uiDialogButtonPane = $( "
    " ) ) + .addClass( "ui-dialog-buttonpane ui-widget-content ui-helper-clearfix" ); + + ( this.uiButtonSet = $( "
    " ) ) + .addClass( "ui-dialog-buttonset" ) + .appendTo( uiDialogButtonPane ); + + uiDialog.attr({ + role: "dialog", + "aria-labelledby": uiDialogTitle.attr( "id" ) + }); + + uiDialogTitlebar.find( "*" ).add( uiDialogTitlebar ).disableSelection(); + this._hoverable( uiDialogTitlebarClose ); + this._focusable( uiDialogTitlebarClose ); + + if ( options.draggable && $.fn.draggable ) { + this._makeDraggable(); + } + if ( options.resizable && $.fn.resizable ) { + this._makeResizable(); + } + + this._createButtons( options.buttons ); + this._isOpen = false; + + if ( $.fn.bgiframe ) { + uiDialog.bgiframe(); + } + + // prevent tabbing out of modal dialogs + this._on( uiDialog, { keydown: function( event ) { + if ( !options.modal || event.keyCode !== $.ui.keyCode.TAB ) { + return; + } + + var tabbables = $( ":tabbable", uiDialog ), + first = tabbables.filter( ":first" ), + last = tabbables.filter( ":last" ); + + if ( event.target === last[0] && !event.shiftKey ) { + first.focus( 1 ); + return false; + } else if ( event.target === first[0] && event.shiftKey ) { + last.focus( 1 ); + return false; + } + }}); + }, + + _init: function() { + if ( this.options.autoOpen ) { + this.open(); + } + }, + + _destroy: function() { + var next, + oldPosition = this.oldPosition; + + if ( this.overlay ) { + this.overlay.destroy(); + } + this.uiDialog.hide(); + this.element + .removeClass( "ui-dialog-content ui-widget-content" ) + .hide() + .appendTo( "body" ); + this.uiDialog.remove(); + + if ( this.originalTitle ) { + this.element.attr( "title", this.originalTitle ); + } + + next = oldPosition.parent.children().eq( oldPosition.index ); + // Don't try to place the dialog next to itself (#8613) + if ( next.length && next[ 0 ] !== this.element[ 0 ] ) { + next.before( this.element ); + } else { + oldPosition.parent.append( this.element ); + } + }, + + widget: function() { + return this.uiDialog; + }, + + close: function( event ) { + var that = this, + maxZ, thisZ; + + if ( !this._isOpen ) { + return; + } + + if ( false === this._trigger( "beforeClose", event ) ) { + return; + } + + this._isOpen = false; + + if ( this.overlay ) { + this.overlay.destroy(); + } + + if ( this.options.hide ) { + this._hide( this.uiDialog, this.options.hide, function() { + that._trigger( "close", event ); + }); + } else { + this.uiDialog.hide(); + this._trigger( "close", event ); + } + + $.ui.dialog.overlay.resize(); + + // adjust the maxZ to allow other modal dialogs to continue to work (see #4309) + if ( this.options.modal ) { + maxZ = 0; + $( ".ui-dialog" ).each(function() { + if ( this !== that.uiDialog[0] ) { + thisZ = $( this ).css( "z-index" ); + if ( !isNaN( thisZ ) ) { + maxZ = Math.max( maxZ, thisZ ); + } + } + }); + $.ui.dialog.maxZ = maxZ; + } + + return this; + }, + + isOpen: function() { + return this._isOpen; + }, + + // the force parameter allows us to move modal dialogs to their correct + // position on open + moveToTop: function( force, event ) { + var options = this.options, + saveScroll; + + if ( ( options.modal && !force ) || + ( !options.stack && !options.modal ) ) { + return this._trigger( "focus", event ); + } + + if ( options.zIndex > $.ui.dialog.maxZ ) { + $.ui.dialog.maxZ = options.zIndex; + } + if ( this.overlay ) { + $.ui.dialog.maxZ += 1; + $.ui.dialog.overlay.maxZ = $.ui.dialog.maxZ; + this.overlay.$el.css( "z-index", $.ui.dialog.overlay.maxZ ); + } + + // Save and then restore scroll + // Opera 9.5+ resets when parent z-index is changed. + // http://bugs.jqueryui.com/ticket/3193 + saveScroll = { + scrollTop: this.element.scrollTop(), + scrollLeft: this.element.scrollLeft() + }; + $.ui.dialog.maxZ += 1; + this.uiDialog.css( "z-index", $.ui.dialog.maxZ ); + this.element.attr( saveScroll ); + this._trigger( "focus", event ); + + return this; + }, + + open: function() { + if ( this._isOpen ) { + return; + } + + var hasFocus, + options = this.options, + uiDialog = this.uiDialog; + + this._size(); + this._position( options.position ); + uiDialog.show( options.show ); + this.overlay = options.modal ? new $.ui.dialog.overlay( this ) : null; + this.moveToTop( true ); + + // set focus to the first tabbable element in the content area or the first button + // if there are no tabbable elements, set focus on the dialog itself + hasFocus = this.element.find( ":tabbable" ); + if ( !hasFocus.length ) { + hasFocus = this.uiDialogButtonPane.find( ":tabbable" ); + if ( !hasFocus.length ) { + hasFocus = uiDialog; + } + } + hasFocus.eq( 0 ).focus(); + + this._isOpen = true; + this._trigger( "open" ); + + return this; + }, + + _createButtons: function( buttons ) { + var that = this, + hasButtons = false; + + // if we already have a button pane, remove it + this.uiDialogButtonPane.remove(); + this.uiButtonSet.empty(); + + if ( typeof buttons === "object" && buttons !== null ) { + $.each( buttons, function() { + return !(hasButtons = true); + }); + } + if ( hasButtons ) { + $.each( buttons, function( name, props ) { + props = $.isFunction( props ) ? + { click: props, text: name } : + props; + var button = $( "" ) + .attr( props, true ) + .unbind( "click" ) + .click(function() { + props.click.apply( that.element[0], arguments ); + }) + .appendTo( that.uiButtonSet ); + if ( $.fn.button ) { + button.button(); + } + }); + this.uiDialog.addClass( "ui-dialog-buttons" ); + this.uiDialogButtonPane.appendTo( this.uiDialog ); + } else { + this.uiDialog.removeClass( "ui-dialog-buttons" ); + } + }, + + _makeDraggable: function() { + var that = this, + options = this.options; + + function filteredUi( ui ) { + return { + position: ui.position, + offset: ui.offset + }; + } + + this.uiDialog.draggable({ + cancel: ".ui-dialog-content, .ui-dialog-titlebar-close", + handle: ".ui-dialog-titlebar", + containment: "document", + start: function( event, ui ) { + $( this ) + .addClass( "ui-dialog-dragging" ); + that._trigger( "dragStart", event, filteredUi( ui ) ); + }, + drag: function( event, ui ) { + that._trigger( "drag", event, filteredUi( ui ) ); + }, + stop: function( event, ui ) { + options.position = [ + ui.position.left - that.document.scrollLeft(), + ui.position.top - that.document.scrollTop() + ]; + $( this ) + .removeClass( "ui-dialog-dragging" ); + that._trigger( "dragStop", event, filteredUi( ui ) ); + $.ui.dialog.overlay.resize(); + } + }); + }, + + _makeResizable: function( handles ) { + handles = (handles === undefined ? this.options.resizable : handles); + var that = this, + options = this.options, + // .ui-resizable has position: relative defined in the stylesheet + // but dialogs have to use absolute or fixed positioning + position = this.uiDialog.css( "position" ), + resizeHandles = typeof handles === 'string' ? + handles : + "n,e,s,w,se,sw,ne,nw"; + + function filteredUi( ui ) { + return { + originalPosition: ui.originalPosition, + originalSize: ui.originalSize, + position: ui.position, + size: ui.size + }; + } + + this.uiDialog.resizable({ + cancel: ".ui-dialog-content", + containment: "document", + alsoResize: this.element, + maxWidth: options.maxWidth, + maxHeight: options.maxHeight, + minWidth: options.minWidth, + minHeight: this._minHeight(), + handles: resizeHandles, + start: function( event, ui ) { + $( this ).addClass( "ui-dialog-resizing" ); + that._trigger( "resizeStart", event, filteredUi( ui ) ); + }, + resize: function( event, ui ) { + that._trigger( "resize", event, filteredUi( ui ) ); + }, + stop: function( event, ui ) { + $( this ).removeClass( "ui-dialog-resizing" ); + options.height = $( this ).height(); + options.width = $( this ).width(); + that._trigger( "resizeStop", event, filteredUi( ui ) ); + $.ui.dialog.overlay.resize(); + } + }) + .css( "position", position ) + .find( ".ui-resizable-se" ) + .addClass( "ui-icon ui-icon-grip-diagonal-se" ); + }, + + _minHeight: function() { + var options = this.options; + + if ( options.height === "auto" ) { + return options.minHeight; + } else { + return Math.min( options.minHeight, options.height ); + } + }, + + _position: function( position ) { + var myAt = [], + offset = [ 0, 0 ], + isVisible; + + if ( position ) { + // deep extending converts arrays to objects in jQuery <= 1.3.2 :-( + // if (typeof position == 'string' || $.isArray(position)) { + // myAt = $.isArray(position) ? position : position.split(' '); + + if ( typeof position === "string" || (typeof position === "object" && "0" in position ) ) { + myAt = position.split ? position.split( " " ) : [ position[ 0 ], position[ 1 ] ]; + if ( myAt.length === 1 ) { + myAt[ 1 ] = myAt[ 0 ]; + } + + $.each( [ "left", "top" ], function( i, offsetPosition ) { + if ( +myAt[ i ] === myAt[ i ] ) { + offset[ i ] = myAt[ i ]; + myAt[ i ] = offsetPosition; + } + }); + + position = { + my: myAt[0] + (offset[0] < 0 ? offset[0] : "+" + offset[0]) + " " + + myAt[1] + (offset[1] < 0 ? offset[1] : "+" + offset[1]), + at: myAt.join( " " ) + }; + } + + position = $.extend( {}, $.ui.dialog.prototype.options.position, position ); + } else { + position = $.ui.dialog.prototype.options.position; + } + + // need to show the dialog to get the actual offset in the position plugin + isVisible = this.uiDialog.is( ":visible" ); + if ( !isVisible ) { + this.uiDialog.show(); + } + this.uiDialog.position( position ); + if ( !isVisible ) { + this.uiDialog.hide(); + } + }, + + _setOptions: function( options ) { + var that = this, + resizableOptions = {}, + resize = false; + + $.each( options, function( key, value ) { + that._setOption( key, value ); + + if ( key in sizeRelatedOptions ) { + resize = true; + } + if ( key in resizableRelatedOptions ) { + resizableOptions[ key ] = value; + } + }); + + if ( resize ) { + this._size(); + } + if ( this.uiDialog.is( ":data(resizable)" ) ) { + this.uiDialog.resizable( "option", resizableOptions ); + } + }, + + _setOption: function( key, value ) { + var isDraggable, isResizable, + uiDialog = this.uiDialog; + + switch ( key ) { + case "buttons": + this._createButtons( value ); + break; + case "closeText": + // ensure that we always pass a string + this.uiDialogTitlebarCloseText.text( "" + value ); + break; + case "dialogClass": + uiDialog + .removeClass( this.options.dialogClass ) + .addClass( uiDialogClasses + value ); + break; + case "disabled": + if ( value ) { + uiDialog.addClass( "ui-dialog-disabled" ); + } else { + uiDialog.removeClass( "ui-dialog-disabled" ); + } + break; + case "draggable": + isDraggable = uiDialog.is( ":data(draggable)" ); + if ( isDraggable && !value ) { + uiDialog.draggable( "destroy" ); + } + + if ( !isDraggable && value ) { + this._makeDraggable(); + } + break; + case "position": + this._position( value ); + break; + case "resizable": + // currently resizable, becoming non-resizable + isResizable = uiDialog.is( ":data(resizable)" ); + if ( isResizable && !value ) { + uiDialog.resizable( "destroy" ); + } + + // currently resizable, changing handles + if ( isResizable && typeof value === "string" ) { + uiDialog.resizable( "option", "handles", value ); + } + + // currently non-resizable, becoming resizable + if ( !isResizable && value !== false ) { + this._makeResizable( value ); + } + break; + case "title": + // convert whatever was passed in o a string, for html() to not throw up + $( ".ui-dialog-title", this.uiDialogTitlebar ) + .html( "" + ( value || " " ) ); + break; + } + + this._super( key, value ); + }, + + _size: function() { + /* If the user has resized the dialog, the .ui-dialog and .ui-dialog-content + * divs will both have width and height set, so we need to reset them + */ + var nonContentHeight, minContentHeight, autoHeight, + options = this.options, + isVisible = this.uiDialog.is( ":visible" ); + + // reset content sizing + this.element.show().css({ + width: "auto", + minHeight: 0, + height: 0 + }); + + if ( options.minWidth > options.width ) { + options.width = options.minWidth; + } + + // reset wrapper sizing + // determine the height of all the non-content elements + nonContentHeight = this.uiDialog.css({ + height: "auto", + width: options.width + }) + .outerHeight(); + minContentHeight = Math.max( 0, options.minHeight - nonContentHeight ); + + if ( options.height === "auto" ) { + // only needed for IE6 support + if ( $.support.minHeight ) { + this.element.css({ + minHeight: minContentHeight, + height: "auto" + }); + } else { + this.uiDialog.show(); + autoHeight = this.element.css( "height", "auto" ).height(); + if ( !isVisible ) { + this.uiDialog.hide(); + } + this.element.height( Math.max( autoHeight, minContentHeight ) ); + } + } else { + this.element.height( Math.max( options.height - nonContentHeight, 0 ) ); + } + + if (this.uiDialog.is( ":data(resizable)" ) ) { + this.uiDialog.resizable( "option", "minHeight", this._minHeight() ); + } + } +}); + +$.extend($.ui.dialog, { + uuid: 0, + maxZ: 0, + + getTitleId: function($el) { + var id = $el.attr( "id" ); + if ( !id ) { + this.uuid += 1; + id = this.uuid; + } + return "ui-dialog-title-" + id; + }, + + overlay: function( dialog ) { + this.$el = $.ui.dialog.overlay.create( dialog ); + } +}); + +$.extend( $.ui.dialog.overlay, { + instances: [], + // reuse old instances due to IE memory leak with alpha transparency (see #5185) + oldInstances: [], + maxZ: 0, + events: $.map( + "focus,mousedown,mouseup,keydown,keypress,click".split( "," ), + function( event ) { + return event + ".dialog-overlay"; + } + ).join( " " ), + create: function( dialog ) { + if ( this.instances.length === 0 ) { + // prevent use of anchors and inputs + // we use a setTimeout in case the overlay is created from an + // event that we're going to be cancelling (see #2804) + setTimeout(function() { + // handle $(el).dialog().dialog('close') (see #4065) + if ( $.ui.dialog.overlay.instances.length ) { + $( document ).bind( $.ui.dialog.overlay.events, function( event ) { + // stop events if the z-index of the target is < the z-index of the overlay + // we cannot return true when we don't want to cancel the event (#3523) + if ($(event.target).zIndex() < $.ui.dialog.overlay.maxZ && + $(event.target).closest('.ui-dialog').zIndex() < $.ui.dialog.overlay.maxZ) { + return false; + } + }); + } + }, 1 ); + + // handle window resize + $( window ).bind( "resize.dialog-overlay", $.ui.dialog.overlay.resize ); + } + + var $el = ( this.oldInstances.pop() || $( "
    " ).addClass( "ui-widget-overlay" ) ); + + // allow closing by pressing the escape key + $( document ).bind( "keydown.dialog-overlay", function( event ) { + var instances = $.ui.dialog.overlay.instances; + // only react to the event if we're the top overlay + if ( instances.length !== 0 && instances[ instances.length - 1 ] === $el && + dialog.options.closeOnEscape && !event.isDefaultPrevented() && event.keyCode && + event.keyCode === $.ui.keyCode.ESCAPE ) { + + dialog.close( event ); + event.preventDefault(); + } + }); + + $el.appendTo( document.body ).css({ + width: this.width(), + height: this.height() + }); + + if ( $.fn.bgiframe ) { + $el.bgiframe(); + } + + this.instances.push( $el ); + return $el; + }, + + destroy: function( $el ) { + var indexOf = $.inArray( $el, this.instances ), + maxZ = 0; + + if ( indexOf !== -1 ) { + this.oldInstances.push( this.instances.splice( indexOf, 1 )[ 0 ] ); + } + + if ( this.instances.length === 0 ) { + $( [ document, window ] ).unbind( ".dialog-overlay" ); + } + + $el.height( 0 ).width( 0 ).remove(); + + // adjust the maxZ to allow other modal dialogs to continue to work (see #4309) + $.each( this.instances, function() { + maxZ = Math.max( maxZ, this.css( "z-index" ) ); + }); + this.maxZ = maxZ; + }, + + height: function() { + var scrollHeight, + offsetHeight; + // handle IE + if ( $.ui.ie ) { + scrollHeight = Math.max( + document.documentElement.scrollHeight, + document.body.scrollHeight + ); + offsetHeight = Math.max( + document.documentElement.offsetHeight, + document.body.offsetHeight + ); + + if ( scrollHeight < offsetHeight ) { + return $( window ).height() + "px"; + } else { + return scrollHeight + "px"; + } + // handle "good" browsers + } else { + return $( document ).height() + "px"; + } + }, + + width: function() { + var scrollWidth, + offsetWidth; + // handle IE + if ( $.ui.ie ) { + scrollWidth = Math.max( + document.documentElement.scrollWidth, + document.body.scrollWidth + ); + offsetWidth = Math.max( + document.documentElement.offsetWidth, + document.body.offsetWidth + ); + + if ( scrollWidth < offsetWidth ) { + return $( window ).width() + "px"; + } else { + return scrollWidth + "px"; + } + // handle "good" browsers + } else { + return $( document ).width() + "px"; + } + }, + + resize: function() { + /* If the dialog is draggable and the user drags it past the + * right edge of the window, the document becomes wider so we + * need to stretch the overlay. If the user then drags the + * dialog back to the left, the document will become narrower, + * so we need to shrink the overlay to the appropriate size. + * This is handled by shrinking the overlay before setting it + * to the full document size. + */ + var $overlays = $( [] ); + $.each( $.ui.dialog.overlay.instances, function() { + $overlays = $overlays.add( this ); + }); + + $overlays.css({ + width: 0, + height: 0 + }).css({ + width: $.ui.dialog.overlay.width(), + height: $.ui.dialog.overlay.height() + }); + } +}); + +$.extend( $.ui.dialog.overlay.prototype, { + destroy: function() { + $.ui.dialog.overlay.destroy( this.$el ); + } +}); + +}( jQuery ) ); +(function( $, undefined ) { + +var mouseHandled = false; + +$.widget( "ui.menu", { + version: "1.9.1", + defaultElement: "