Merge lp:~openerp/openobject-bi/client-new-trunk into lp:openobject-bi

Proposed by General Solutions - www.gscom.vn
Status: Needs review
Proposed branch: lp:~openerp/openobject-bi/client-new-trunk
Merge into: lp:openobject-bi
Diff against target: 111616 lines (+107900/-0)
501 files modified
.project (+24/-0)
.pydevproject (+4/-0)
.settings/org.eclipse.core.resources.prefs (+3/-0)
.settings/org.eclipse.ltk.core.refactoring.prefs (+3/-0)
MANIFEST.in (+9/-0)
clean.sh (+3/-0)
config/default.cfg (+79/-0)
dev.cfg (+61/-0)
doc/ChangeLog (+69/-0)
doc/LICENSE.txt (+509/-0)
doc/README.txt (+274/-0)
locales/de_DE/LC_MESSAGES/messages.po (+1807/-0)
locales/es_ES/LC_MESSAGES/messages.po (+1812/-0)
locales/fr_FR/LC_MESSAGES/messages.po (+2095/-0)
locales/messages.pot (+1722/-0)
openerp/__init__.py (+37/-0)
openerp/cache.py (+137/-0)
openerp/commands.py (+69/-0)
openerp/common.py (+71/-0)
openerp/config/app.cfg (+65/-0)
openerp/config/log.cfg (+29/-0)
openerp/controllers.py (+219/-0)
openerp/format.py (+187/-0)
openerp/icons.py (+171/-0)
openerp/json.py (+42/-0)
openerp/release.py (+47/-0)
openerp/rpc.py (+494/-0)
openerp/static/css/dashboard.css (+34/-0)
openerp/static/css/iepngfix.css (+4/-0)
openerp/static/css/iepngfix.htc (+68/-0)
openerp/static/css/listgrid.css (+128/-0)
openerp/static/css/menu.css (+86/-0)
openerp/static/css/modalbox.css (+54/-0)
openerp/static/css/pager.css (+19/-0)
openerp/static/css/style-ie.css (+47/-0)
openerp/static/css/style.css (+499/-0)
openerp/static/css/tabs.css (+70/-0)
openerp/static/css/tiny_mce.css (+9/-0)
openerp/static/css/tips.css (+72/-0)
openerp/static/css/treegrid.css (+96/-0)
openerp/static/css/waitbox.css (+57/-0)
openerp/static/css/wiki.css (+32/-0)
openerp/static/images/iepngfix.htc (+68/-0)
openerp/static/javascript/MochiKit/Async.js (+682/-0)
openerp/static/javascript/MochiKit/Base.js (+1489/-0)
openerp/static/javascript/MochiKit/Color.js (+863/-0)
openerp/static/javascript/MochiKit/DOM.js (+1253/-0)
openerp/static/javascript/MochiKit/DateTime.js (+222/-0)
openerp/static/javascript/MochiKit/DragAndDrop.js (+793/-0)
openerp/static/javascript/MochiKit/Format.js (+304/-0)
openerp/static/javascript/MochiKit/Iter.js (+844/-0)
openerp/static/javascript/MochiKit/LICENSE.txt (+69/-0)
openerp/static/javascript/MochiKit/Logging.js (+315/-0)
openerp/static/javascript/MochiKit/LoggingPane.js (+353/-0)
openerp/static/javascript/MochiKit/MochiKit.js (+186/-0)
openerp/static/javascript/MochiKit/MockDOM.js (+115/-0)
openerp/static/javascript/MochiKit/Position.js (+236/-0)
openerp/static/javascript/MochiKit/Resizable.js (+526/-0)
openerp/static/javascript/MochiKit/Selector.js (+415/-0)
openerp/static/javascript/MochiKit/Signal.js (+897/-0)
openerp/static/javascript/MochiKit/Sortable.js (+589/-0)
openerp/static/javascript/MochiKit/Style.js (+587/-0)
openerp/static/javascript/MochiKit/Test.js (+162/-0)
openerp/static/javascript/MochiKit/Visual.js (+2026/-0)
openerp/static/javascript/MochiKit/__package__.js (+18/-0)
openerp/static/javascript/ajax.js (+151/-0)
openerp/static/javascript/binary.js (+103/-0)
openerp/static/javascript/dashboard.js (+129/-0)
openerp/static/javascript/form.js (+955/-0)
openerp/static/javascript/form_state.js (+344/-0)
openerp/static/javascript/i18n/de_DE.js (+4/-0)
openerp/static/javascript/i18n/en_US.js (+1/-0)
openerp/static/javascript/i18n/es_ES.js (+4/-0)
openerp/static/javascript/i18n/fr_FR.js (+4/-0)
openerp/static/javascript/i18n/i18n.js (+8/-0)
openerp/static/javascript/listgrid.js (+586/-0)
openerp/static/javascript/m2m.js (+167/-0)
openerp/static/javascript/m2o.js (+258/-0)
openerp/static/javascript/master.js (+137/-0)
openerp/static/javascript/menu.js (+74/-0)
openerp/static/javascript/modalbox.js (+120/-0)
openerp/static/javascript/o2m.js (+121/-0)
openerp/static/javascript/sortablegrid.js (+214/-0)
openerp/static/javascript/tabber/tabber.js (+525/-0)
openerp/static/javascript/tabber/tabber_cookie.js (+57/-0)
openerp/static/javascript/textarea.js (+81/-0)
openerp/static/javascript/tips.js (+197/-0)
openerp/static/javascript/treegrid.js (+805/-0)
openerp/static/javascript/viewed.js (+409/-0)
openerp/static/javascript/waitbox.js (+102/-0)
openerp/static/javascript/wizard.js (+69/-0)
openerp/static/tiny_mce/langs/en.js (+154/-0)
openerp/static/tiny_mce/license.txt (+504/-0)
openerp/static/tiny_mce/plugins/advhr/css/advhr.css (+5/-0)
openerp/static/tiny_mce/plugins/advhr/editor_plugin.js (+1/-0)
openerp/static/tiny_mce/plugins/advhr/editor_plugin_src.js (+54/-0)
openerp/static/tiny_mce/plugins/advhr/js/rule.js (+43/-0)
openerp/static/tiny_mce/plugins/advhr/langs/en_dlg.js (+5/-0)
openerp/static/tiny_mce/plugins/advhr/rule.htm (+63/-0)
openerp/static/tiny_mce/plugins/advimage/css/advimage.css (+13/-0)
openerp/static/tiny_mce/plugins/advimage/editor_plugin.js (+1/-0)
openerp/static/tiny_mce/plugins/advimage/editor_plugin_src.js (+47/-0)
openerp/static/tiny_mce/plugins/advimage/image.htm (+238/-0)
openerp/static/tiny_mce/plugins/advimage/js/image.js (+441/-0)
openerp/static/tiny_mce/plugins/advimage/langs/en_dlg.js (+43/-0)
openerp/static/tiny_mce/plugins/advlink/css/advlink.css (+8/-0)
openerp/static/tiny_mce/plugins/advlink/editor_plugin.js (+1/-0)
openerp/static/tiny_mce/plugins/advlink/editor_plugin_src.js (+58/-0)
openerp/static/tiny_mce/plugins/advlink/js/advlink.js (+527/-0)
openerp/static/tiny_mce/plugins/advlink/langs/en_dlg.js (+52/-0)
openerp/static/tiny_mce/plugins/advlink/link.htm (+339/-0)
openerp/static/tiny_mce/plugins/autosave/editor_plugin.js (+1/-0)
openerp/static/tiny_mce/plugins/autosave/editor_plugin_src.js (+51/-0)
openerp/static/tiny_mce/plugins/bbcode/editor_plugin.js (+1/-0)
openerp/static/tiny_mce/plugins/bbcode/editor_plugin_src.js (+117/-0)
openerp/static/tiny_mce/plugins/compat2x/editor_plugin.js (+1/-0)
openerp/static/tiny_mce/plugins/compat2x/editor_plugin_src.js (+616/-0)
openerp/static/tiny_mce/plugins/contextmenu/editor_plugin.js (+1/-0)
openerp/static/tiny_mce/plugins/contextmenu/editor_plugin_src.js (+95/-0)
openerp/static/tiny_mce/plugins/directionality/editor_plugin.js (+1/-0)
openerp/static/tiny_mce/plugins/directionality/editor_plugin_src.js (+79/-0)
openerp/static/tiny_mce/plugins/emotions/editor_plugin.js (+1/-0)
openerp/static/tiny_mce/plugins/emotions/editor_plugin_src.js (+40/-0)
openerp/static/tiny_mce/plugins/emotions/emotions.htm (+41/-0)
openerp/static/tiny_mce/plugins/emotions/js/emotions.js (+22/-0)
openerp/static/tiny_mce/plugins/emotions/langs/en_dlg.js (+20/-0)
openerp/static/tiny_mce/plugins/example/dialog.htm (+27/-0)
openerp/static/tiny_mce/plugins/example/editor_plugin.js (+1/-0)
openerp/static/tiny_mce/plugins/example/editor_plugin_src.js (+81/-0)
openerp/static/tiny_mce/plugins/example/js/dialog.js (+19/-0)
openerp/static/tiny_mce/plugins/example/langs/en.js (+3/-0)
openerp/static/tiny_mce/plugins/example/langs/en_dlg.js (+3/-0)
openerp/static/tiny_mce/plugins/fullpage/css/fullpage.css (+182/-0)
openerp/static/tiny_mce/plugins/fullpage/editor_plugin.js (+1/-0)
openerp/static/tiny_mce/plugins/fullpage/editor_plugin_src.js (+142/-0)
openerp/static/tiny_mce/plugins/fullpage/fullpage.htm (+577/-0)
openerp/static/tiny_mce/plugins/fullpage/js/fullpage.js (+461/-0)
openerp/static/tiny_mce/plugins/fullpage/langs/en_dlg.js (+85/-0)
openerp/static/tiny_mce/plugins/fullscreen/editor_plugin.js (+1/-0)
openerp/static/tiny_mce/plugins/fullscreen/editor_plugin_src.js (+145/-0)
openerp/static/tiny_mce/plugins/fullscreen/fullscreen.htm (+111/-0)
openerp/static/tiny_mce/plugins/iespell/editor_plugin.js (+1/-0)
openerp/static/tiny_mce/plugins/iespell/editor_plugin_src.js (+51/-0)
openerp/static/tiny_mce/plugins/inlinepopups/editor_plugin.js (+1/-0)
openerp/static/tiny_mce/plugins/inlinepopups/editor_plugin_src.js (+632/-0)
openerp/static/tiny_mce/plugins/inlinepopups/skins/clearlooks2/window.css (+90/-0)
openerp/static/tiny_mce/plugins/inlinepopups/template.htm (+387/-0)
openerp/static/tiny_mce/plugins/insertdatetime/editor_plugin.js (+1/-0)
openerp/static/tiny_mce/plugins/insertdatetime/editor_plugin_src.js (+80/-0)
openerp/static/tiny_mce/plugins/layer/editor_plugin.js (+1/-0)
openerp/static/tiny_mce/plugins/layer/editor_plugin_src.js (+209/-0)
openerp/static/tiny_mce/plugins/media/css/content.css (+6/-0)
openerp/static/tiny_mce/plugins/media/css/media.css (+16/-0)
openerp/static/tiny_mce/plugins/media/editor_plugin.js (+1/-0)
openerp/static/tiny_mce/plugins/media/editor_plugin_src.js (+400/-0)
openerp/static/tiny_mce/plugins/media/js/embed.js (+73/-0)
openerp/static/tiny_mce/plugins/media/js/media.js (+630/-0)
openerp/static/tiny_mce/plugins/media/langs/en_dlg.js (+103/-0)
openerp/static/tiny_mce/plugins/media/media.htm (+824/-0)
openerp/static/tiny_mce/plugins/nonbreaking/editor_plugin.js (+1/-0)
openerp/static/tiny_mce/plugins/nonbreaking/editor_plugin_src.js (+50/-0)
openerp/static/tiny_mce/plugins/noneditable/editor_plugin.js (+1/-0)
openerp/static/tiny_mce/plugins/noneditable/editor_plugin_src.js (+87/-0)
openerp/static/tiny_mce/plugins/pagebreak/css/content.css (+1/-0)
openerp/static/tiny_mce/plugins/pagebreak/editor_plugin.js (+1/-0)
openerp/static/tiny_mce/plugins/pagebreak/editor_plugin_src.js (+74/-0)
openerp/static/tiny_mce/plugins/paste/blank.htm (+22/-0)
openerp/static/tiny_mce/plugins/paste/css/blank.css (+14/-0)
openerp/static/tiny_mce/plugins/paste/css/pasteword.css (+3/-0)
openerp/static/tiny_mce/plugins/paste/editor_plugin.js (+1/-0)
openerp/static/tiny_mce/plugins/paste/editor_plugin_src.js (+394/-0)
openerp/static/tiny_mce/plugins/paste/js/pastetext.js (+42/-0)
openerp/static/tiny_mce/plugins/paste/js/pasteword.js (+56/-0)
openerp/static/tiny_mce/plugins/paste/langs/en_dlg.js (+5/-0)
openerp/static/tiny_mce/plugins/paste/pastetext.htm (+34/-0)
openerp/static/tiny_mce/plugins/paste/pasteword.htm (+29/-0)
openerp/static/tiny_mce/plugins/preview/editor_plugin.js (+1/-0)
openerp/static/tiny_mce/plugins/preview/editor_plugin_src.js (+50/-0)
openerp/static/tiny_mce/plugins/preview/example.html (+28/-0)
openerp/static/tiny_mce/plugins/preview/jscripts/embed.js (+73/-0)
openerp/static/tiny_mce/plugins/preview/preview.html (+19/-0)
openerp/static/tiny_mce/plugins/print/editor_plugin.js (+1/-0)
openerp/static/tiny_mce/plugins/print/editor_plugin_src.js (+31/-0)
openerp/static/tiny_mce/plugins/safari/blank.htm (+1/-0)
openerp/static/tiny_mce/plugins/safari/editor_plugin.js (+1/-0)
openerp/static/tiny_mce/plugins/safari/editor_plugin_src.js (+514/-0)
openerp/static/tiny_mce/plugins/save/editor_plugin.js (+1/-0)
openerp/static/tiny_mce/plugins/save/editor_plugin_src.js (+98/-0)
openerp/static/tiny_mce/plugins/searchreplace/css/searchreplace.css (+6/-0)
openerp/static/tiny_mce/plugins/searchreplace/editor_plugin.js (+1/-0)
openerp/static/tiny_mce/plugins/searchreplace/editor_plugin_src.js (+54/-0)
openerp/static/tiny_mce/plugins/searchreplace/js/searchreplace.js (+126/-0)
openerp/static/tiny_mce/plugins/searchreplace/langs/en_dlg.js (+16/-0)
openerp/static/tiny_mce/plugins/searchreplace/searchreplace.htm (+105/-0)
openerp/static/tiny_mce/plugins/spellchecker/css/content.css (+1/-0)
openerp/static/tiny_mce/plugins/spellchecker/editor_plugin.js (+1/-0)
openerp/static/tiny_mce/plugins/spellchecker/editor_plugin_src.js (+338/-0)
openerp/static/tiny_mce/plugins/style/css/props.css (+13/-0)
openerp/static/tiny_mce/plugins/style/editor_plugin.js (+1/-0)
openerp/static/tiny_mce/plugins/style/editor_plugin_src.js (+52/-0)
openerp/static/tiny_mce/plugins/style/js/props.js (+641/-0)
openerp/static/tiny_mce/plugins/style/langs/en_dlg.js (+63/-0)
openerp/static/tiny_mce/plugins/style/props.htm (+731/-0)
openerp/static/tiny_mce/plugins/table/cell.htm (+184/-0)
openerp/static/tiny_mce/plugins/table/css/cell.css (+17/-0)
openerp/static/tiny_mce/plugins/table/css/row.css (+25/-0)
openerp/static/tiny_mce/plugins/table/css/table.css (+13/-0)
openerp/static/tiny_mce/plugins/table/editor_plugin.js (+1/-0)
openerp/static/tiny_mce/plugins/table/editor_plugin_src.js (+1136/-0)
openerp/static/tiny_mce/plugins/table/js/cell.js (+269/-0)
openerp/static/tiny_mce/plugins/table/js/merge_cells.js (+29/-0)
openerp/static/tiny_mce/plugins/table/js/row.js (+212/-0)
openerp/static/tiny_mce/plugins/table/js/table.js (+413/-0)
openerp/static/tiny_mce/plugins/table/langs/en_dlg.js (+74/-0)
openerp/static/tiny_mce/plugins/table/merge_cells.htm (+38/-0)
openerp/static/tiny_mce/plugins/table/row.htm (+161/-0)
openerp/static/tiny_mce/plugins/table/table.htm (+193/-0)
openerp/static/tiny_mce/plugins/template/blank.htm (+12/-0)
openerp/static/tiny_mce/plugins/template/css/template.css (+23/-0)
openerp/static/tiny_mce/plugins/template/editor_plugin.js (+1/-0)
openerp/static/tiny_mce/plugins/template/editor_plugin_src.js (+156/-0)
openerp/static/tiny_mce/plugins/template/js/template.js (+106/-0)
openerp/static/tiny_mce/plugins/template/langs/en_dlg.js (+15/-0)
openerp/static/tiny_mce/plugins/template/template.htm (+39/-0)
openerp/static/tiny_mce/plugins/visualchars/editor_plugin.js (+1/-0)
openerp/static/tiny_mce/plugins/visualchars/editor_plugin_src.js (+73/-0)
openerp/static/tiny_mce/plugins/xhtmlxtras/abbr.htm (+149/-0)
openerp/static/tiny_mce/plugins/xhtmlxtras/acronym.htm (+149/-0)
openerp/static/tiny_mce/plugins/xhtmlxtras/attributes.htm (+154/-0)
openerp/static/tiny_mce/plugins/xhtmlxtras/cite.htm (+149/-0)
openerp/static/tiny_mce/plugins/xhtmlxtras/css/attributes.css (+11/-0)
openerp/static/tiny_mce/plugins/xhtmlxtras/css/popup.css (+9/-0)
openerp/static/tiny_mce/plugins/xhtmlxtras/del.htm (+170/-0)
openerp/static/tiny_mce/plugins/xhtmlxtras/editor_plugin.js (+1/-0)
openerp/static/tiny_mce/plugins/xhtmlxtras/editor_plugin_src.js (+136/-0)
openerp/static/tiny_mce/plugins/xhtmlxtras/ins.htm (+170/-0)
openerp/static/tiny_mce/plugins/xhtmlxtras/js/abbr.js (+25/-0)
openerp/static/tiny_mce/plugins/xhtmlxtras/js/acronym.js (+25/-0)
openerp/static/tiny_mce/plugins/xhtmlxtras/js/attributes.js (+123/-0)
openerp/static/tiny_mce/plugins/xhtmlxtras/js/cite.js (+25/-0)
openerp/static/tiny_mce/plugins/xhtmlxtras/js/del.js (+60/-0)
openerp/static/tiny_mce/plugins/xhtmlxtras/js/element_common.js (+231/-0)
openerp/static/tiny_mce/plugins/xhtmlxtras/js/ins.js (+59/-0)
openerp/static/tiny_mce/plugins/xhtmlxtras/langs/en_dlg.js (+32/-0)
openerp/static/tiny_mce/themes/advanced/about.htm (+56/-0)
openerp/static/tiny_mce/themes/advanced/anchor.htm (+32/-0)
openerp/static/tiny_mce/themes/advanced/charmap.htm (+54/-0)
openerp/static/tiny_mce/themes/advanced/color_picker.htm (+76/-0)
openerp/static/tiny_mce/themes/advanced/editor_template.js (+1/-0)
openerp/static/tiny_mce/themes/advanced/editor_template_src.js (+1153/-0)
openerp/static/tiny_mce/themes/advanced/image.htm (+86/-0)
openerp/static/tiny_mce/themes/advanced/js/about.js (+72/-0)
openerp/static/tiny_mce/themes/advanced/js/anchor.js (+37/-0)
openerp/static/tiny_mce/themes/advanced/js/charmap.js (+325/-0)
openerp/static/tiny_mce/themes/advanced/js/color_picker.js (+253/-0)
openerp/static/tiny_mce/themes/advanced/js/image.js (+245/-0)
openerp/static/tiny_mce/themes/advanced/js/link.js (+155/-0)
openerp/static/tiny_mce/themes/advanced/js/source_editor.js (+62/-0)
openerp/static/tiny_mce/themes/advanced/langs/en.js (+62/-0)
openerp/static/tiny_mce/themes/advanced/langs/en_dlg.js (+51/-0)
openerp/static/tiny_mce/themes/advanced/link.htm (+64/-0)
openerp/static/tiny_mce/themes/advanced/skins/default/content.css (+32/-0)
openerp/static/tiny_mce/themes/advanced/skins/default/dialog.css (+114/-0)
openerp/static/tiny_mce/themes/advanced/skins/default/ui.css (+214/-0)
openerp/static/tiny_mce/themes/advanced/skins/o2k7/content.css (+32/-0)
openerp/static/tiny_mce/themes/advanced/skins/o2k7/dialog.css (+113/-0)
openerp/static/tiny_mce/themes/advanced/skins/o2k7/ui.css (+215/-0)
openerp/static/tiny_mce/themes/advanced/skins/o2k7/ui_black.css (+8/-0)
openerp/static/tiny_mce/themes/advanced/skins/o2k7/ui_silver.css (+5/-0)
openerp/static/tiny_mce/themes/advanced/source_editor.htm (+32/-0)
openerp/static/tiny_mce/themes/simple/editor_template.js (+1/-0)
openerp/static/tiny_mce/themes/simple/editor_template_src.js (+85/-0)
openerp/static/tiny_mce/themes/simple/langs/en.js (+11/-0)
openerp/static/tiny_mce/themes/simple/skins/default/content.css (+25/-0)
openerp/static/tiny_mce/themes/simple/skins/default/ui.css (+32/-0)
openerp/static/tiny_mce/themes/simple/skins/o2k7/content.css (+17/-0)
openerp/static/tiny_mce/themes/simple/skins/o2k7/ui.css (+35/-0)
openerp/static/tiny_mce/tiny_mce.js (+1/-0)
openerp/static/tiny_mce/tiny_mce_popup.js (+294/-0)
openerp/static/tiny_mce/tiny_mce_src.js (+11098/-0)
openerp/static/tiny_mce/utils/editable_selects.js (+69/-0)
openerp/static/tiny_mce/utils/form_utils.js (+199/-0)
openerp/static/tiny_mce/utils/mctabs.js (+76/-0)
openerp/static/tiny_mce/utils/validate.js (+219/-0)
openerp/static/tinybi/css/mdx_view.css (+38/-0)
openerp/static/tinybi/css/style.css (+1546/-0)
openerp/static/tinybi/images/iepngfix.htc (+68/-0)
openerp/static/tinybi/images/toolbar_img/wxglade.xpm (+44/-0)
openerp/static/tinybi/javascript/Resize.js (+50/-0)
openerp/static/tinybi/javascript/browser_view.js (+938/-0)
openerp/static/tinybi/javascript/designer.js (+460/-0)
openerp/static/tinybi/javascript/mdx_toolbar.js (+710/-0)
openerp/static/tinybi/javascript/mdx_view.js (+171/-0)
openerp/static/tinybi/javascript/popup.js (+155/-0)
openerp/static/tinybi/javascript/swfobject.js (+5/-0)
openerp/static/tinycalendar/css/calendar.css (+372/-0)
openerp/static/tinycalendar/css/calendar_gantt.css (+144/-0)
openerp/static/tinycalendar/javascript/calendar_box.js (+201/-0)
openerp/static/tinycalendar/javascript/calendar_date.js (+145/-0)
openerp/static/tinycalendar/javascript/calendar_gantt.js (+963/-0)
openerp/static/tinycalendar/javascript/calendar_month.js (+631/-0)
openerp/static/tinycalendar/javascript/calendar_utils.js (+210/-0)
openerp/static/tinycalendar/javascript/calendar_week.js (+1085/-0)
openerp/static/workflow/css/graph.css (+52/-0)
openerp/static/workflow/css/process.css (+74/-0)
openerp/static/workflow/css/process_box.css (+50/-0)
openerp/static/workflow/javascript/conn_anchor.js (+236/-0)
openerp/static/workflow/javascript/conn_decorator.js (+67/-0)
openerp/static/workflow/javascript/connector.js (+148/-0)
openerp/static/workflow/javascript/draw2d/draw2d.js (+9/-0)
openerp/static/workflow/javascript/draw2d/moocanvas.js (+873/-0)
openerp/static/workflow/javascript/draw2d/mootools.js (+2409/-0)
openerp/static/workflow/javascript/draw2d/wz_jsgraphics.js (+935/-0)
openerp/static/workflow/javascript/infobox.js (+145/-0)
openerp/static/workflow/javascript/ports.js (+72/-0)
openerp/static/workflow/javascript/process.js (+518/-0)
openerp/static/workflow/javascript/process_box.js (+128/-0)
openerp/static/workflow/javascript/state.js (+215/-0)
openerp/static/workflow/javascript/toolbar.js (+156/-0)
openerp/static/workflow/javascript/workflow.js (+464/-0)
openerp/stdvars.py (+65/-0)
openerp/subcontrollers/__init__.py (+32/-0)
openerp/subcontrollers/actions.py (+364/-0)
openerp/subcontrollers/attachment.py (+80/-0)
openerp/subcontrollers/bi/__init__.py (+2/-0)
openerp/subcontrollers/bi/browser.py (+1242/-0)
openerp/subcontrollers/bi/cube_engine.py (+43/-0)
openerp/subcontrollers/bi/designer.py (+187/-0)
openerp/subcontrollers/bi/mdx_bi.py (+1251/-0)
openerp/subcontrollers/bi/templates/browser.kid (+27/-0)
openerp/subcontrollers/bi/templates/designer.kid (+62/-0)
openerp/subcontrollers/database.py (+256/-0)
openerp/subcontrollers/error_page.py (+87/-0)
openerp/subcontrollers/fieldpref.py (+108/-0)
openerp/subcontrollers/form.py (+1038/-0)
openerp/subcontrollers/graph.py (+71/-0)
openerp/subcontrollers/image.py (+134/-0)
openerp/subcontrollers/impex.py (+456/-0)
openerp/subcontrollers/listgrid.py (+287/-0)
openerp/subcontrollers/openm2m.py (+125/-0)
openerp/subcontrollers/openm2o.py (+125/-0)
openerp/subcontrollers/openo2m.py (+153/-0)
openerp/subcontrollers/preferences.py (+86/-0)
openerp/subcontrollers/process.py (+159/-0)
openerp/subcontrollers/record.py (+87/-0)
openerp/subcontrollers/requests.py (+74/-0)
openerp/subcontrollers/search.py (+191/-0)
openerp/subcontrollers/selection.py (+57/-0)
openerp/subcontrollers/shortcuts.py (+96/-0)
openerp/subcontrollers/templates/calpopup.kid (+101/-0)
openerp/subcontrollers/templates/database.kid (+122/-0)
openerp/subcontrollers/templates/error_page.kid (+161/-0)
openerp/subcontrollers/templates/exp.kid (+272/-0)
openerp/subcontrollers/templates/fieldpref.kid (+109/-0)
openerp/subcontrollers/templates/form.kid (+186/-0)
openerp/subcontrollers/templates/image.kid (+75/-0)
openerp/subcontrollers/templates/imp.kid (+228/-0)
openerp/subcontrollers/templates/openm2m.kid (+80/-0)
openerp/subcontrollers/templates/openm2o.kid (+73/-0)
openerp/subcontrollers/templates/openo2m.kid (+100/-0)
openerp/subcontrollers/templates/preferences.kid (+27/-0)
openerp/subcontrollers/templates/process.kid (+96/-0)
openerp/subcontrollers/templates/process_open.kid (+70/-0)
openerp/subcontrollers/templates/search.kid (+178/-0)
openerp/subcontrollers/templates/selection.kid (+63/-0)
openerp/subcontrollers/templates/translator.kid (+100/-0)
openerp/subcontrollers/templates/tree.kid (+94/-0)
openerp/subcontrollers/templates/view_log.kid (+50/-0)
openerp/subcontrollers/templates/viewed.kid (+50/-0)
openerp/subcontrollers/templates/viewed_add.kid (+33/-0)
openerp/subcontrollers/templates/viewed_edit.kid (+10/-0)
openerp/subcontrollers/templates/viewed_new.kid (+71/-0)
openerp/subcontrollers/templates/viewed_new_model.kid (+61/-0)
openerp/subcontrollers/templates/viewed_preview.kid (+47/-0)
openerp/subcontrollers/templates/viewlist.kid (+198/-0)
openerp/subcontrollers/templates/wizard.kid (+38/-0)
openerp/subcontrollers/templates/wkf_list.kid (+192/-0)
openerp/subcontrollers/templates/wkf_popup.kid (+69/-0)
openerp/subcontrollers/templates/workflow.kid (+88/-0)
openerp/subcontrollers/tinycalendar.py (+318/-0)
openerp/subcontrollers/translator.py (+175/-0)
openerp/subcontrollers/tree.py (+274/-0)
openerp/subcontrollers/view_log.py (+86/-0)
openerp/subcontrollers/viewed.py (+932/-0)
openerp/subcontrollers/viewlist.py (+109/-0)
openerp/subcontrollers/wiki.py (+81/-0)
openerp/subcontrollers/wizard.py (+232/-0)
openerp/subcontrollers/workflow.py (+339/-0)
openerp/templates/about.kid (+128/-0)
openerp/templates/login.kid (+71/-0)
openerp/templates/login_ajax.kid (+116/-0)
openerp/templates/master.kid (+149/-0)
openerp/tests/test_controllers.py (+32/-0)
openerp/tests/test_model.py (+22/-0)
openerp/tiny_socket.py (+94/-0)
openerp/tinyres.py (+184/-0)
openerp/tools.py (+123/-0)
openerp/utils.py (+295/-0)
openerp/widgets/__init__.py (+13/-0)
openerp/widgets/action.py (+113/-0)
openerp/widgets/form.py (+959/-0)
openerp/widgets/form_view.py (+100/-0)
openerp/widgets/graph.py (+468/-0)
openerp/widgets/interface.py (+279/-0)
openerp/widgets/js_i18n.py (+76/-0)
openerp/widgets/listgrid.py (+574/-0)
openerp/widgets/many2many.py (+164/-0)
openerp/widgets/many2one.py (+92/-0)
openerp/widgets/mochikit.py (+11/-0)
openerp/widgets/one2many.py (+174/-0)
openerp/widgets/pager.py (+85/-0)
openerp/widgets/reference.py (+66/-0)
openerp/widgets/rss/__init__.py (+1/-0)
openerp/widgets/rss/feedparser.py (+2858/-0)
openerp/widgets/screen.py (+218/-0)
openerp/widgets/sidebar.py (+134/-0)
openerp/widgets/templates/binary.kid (+26/-0)
openerp/widgets/templates/boolean.kid (+24/-0)
openerp/widgets/templates/button.kid (+10/-0)
openerp/widgets/templates/char.kid (+6/-0)
openerp/widgets/templates/dashbar.kid (+17/-0)
openerp/widgets/templates/datetime.kid (+23/-0)
openerp/widgets/templates/email.kid (+14/-0)
openerp/widgets/templates/float.kid (+5/-0)
openerp/widgets/templates/floattime.kid (+5/-0)
openerp/widgets/templates/frame.kid (+14/-0)
openerp/widgets/templates/graph.kid (+25/-0)
openerp/widgets/templates/hidden.kid (+3/-0)
openerp/widgets/templates/integer.kid (+5/-0)
openerp/widgets/templates/listgrid.kid (+122/-0)
openerp/widgets/templates/many2many.kid (+41/-0)
openerp/widgets/templates/many2one.kid (+68/-0)
openerp/widgets/templates/notebook.kid (+11/-0)
openerp/widgets/templates/one2many.kid (+45/-0)
openerp/widgets/templates/pager.kid (+26/-0)
openerp/widgets/templates/progressbar.kid (+4/-0)
openerp/widgets/templates/reference.kid (+36/-0)
openerp/widgets/templates/selection.kid (+9/-0)
openerp/widgets/templates/separator.kid (+5/-0)
openerp/widgets/templates/sidebar.kid (+111/-0)
openerp/widgets/templates/text.kid (+24/-0)
openerp/widgets/templates/tiny_mce.kid (+37/-0)
openerp/widgets/templates/treegrid.kid (+18/-0)
openerp/widgets/templates/url.kid (+14/-0)
openerp/widgets/templates/viewform.kid (+36/-0)
openerp/widgets/templates/viewtree.kid (+30/-0)
openerp/widgets/templates/wiki.kid (+21/-0)
openerp/widgets/tiny_mce.py (+48/-0)
openerp/widgets/tinybi/MDX.py (+172/-0)
openerp/widgets/tinybi/__init__.py (+7/-0)
openerp/widgets/tinybi/browser_view.py (+191/-0)
openerp/widgets/tinybi/cube_view.py (+42/-0)
openerp/widgets/tinybi/designer_view_popup.py (+353/-0)
openerp/widgets/tinybi/result_format.py (+855/-0)
openerp/widgets/tinybi/templates/browser_view.kid (+94/-0)
openerp/widgets/tinybi/templates/cube_firstdrop.kid (+33/-0)
openerp/widgets/tinybi/templates/cube_select_combo.kid (+13/-0)
openerp/widgets/tinybi/templates/designer_view_popup.kid (+129/-0)
openerp/widgets/tinybi/templates/form_query.kid (+11/-0)
openerp/widgets/tinybi/templates/graph.kid (+25/-0)
openerp/widgets/tinybi/templates/mdx.kid (+25/-0)
openerp/widgets/tinybi/templates/mdx_output.kid (+642/-0)
openerp/widgets/tinybi/templates/schema_select_combo.kid (+42/-0)
openerp/widgets/tinycalendar/__init__.py (+8/-0)
openerp/widgets/tinycalendar/base.py (+384/-0)
openerp/widgets/tinycalendar/templates/day.kid (+64/-0)
openerp/widgets/tinycalendar/templates/gantt.kid (+85/-0)
openerp/widgets/tinycalendar/templates/groups.kid (+12/-0)
openerp/widgets/tinycalendar/templates/mini.kid (+27/-0)
openerp/widgets/tinycalendar/templates/month.kid (+72/-0)
openerp/widgets/tinycalendar/templates/week.kid (+64/-0)
openerp/widgets/tinycalendar/utils.py (+354/-0)
openerp/widgets/tinycalendar/widgets.py (+405/-0)
openerp/widgets/tree_view.py (+135/-0)
openerp/widgets/treegrid.py (+90/-0)
openerp/widgets/validators.py (+271/-0)
openerp/widgets/wiki.py (+201/-0)
openerp/widgets/wikimarkup/__init__.py (+2143/-0)
openerp/widgets_search/__init__.py (+4/-0)
openerp/widgets_search/search.py (+237/-0)
openerp/widgets_search/templates/rangewid.kid (+13/-0)
openerp/widgets_search/templates/search.kid (+18/-0)
openerp_web.egg-info/PKG-INFO (+18/-0)
openerp_web.egg-info/SOURCES.txt (+793/-0)
openerp_web.egg-info/dependency_links.txt (+1/-0)
openerp_web.egg-info/entry_points.txt (+3/-0)
openerp_web.egg-info/not-zip-safe (+1/-0)
openerp_web.egg-info/paster_plugins.txt (+2/-0)
openerp_web.egg-info/requires.txt (+2/-0)
openerp_web.egg-info/sqlobject.txt (+2/-0)
openerp_web.egg-info/top_level.txt (+2/-0)
scripts/openerp-web (+206/-0)
setup.py (+163/-0)
start-openerp-web.py (+21/-0)
win32/OpenERPWebService.py (+93/-0)
win32/fixps.py (+22/-0)
win32/setup.nsi (+266/-0)
win32/setup.py (+176/-0)
win32/start.bat (+6/-0)
win32/stop.bat (+5/-0)
win32/util.py (+50/-0)
To merge this branch: bzr merge lp:~openerp/openobject-bi/client-new-trunk
Reviewer Review Type Date Requested Status
Stephane Wirtel (OpenERP) Needs Fixing
Review via email: mp+20535@code.launchpad.net
To post a comment you must log in.
Revision history for this message
Stephane Wirtel (OpenERP) (stephane-openerp) wrote :

I don't approve this merge because you provide a merge proposal with two specific files for PyDev.

Please, remove them.

Thank you

Revision history for this message
Stephane Wirtel (OpenERP) (stephane-openerp) :
review: Needs Fixing

Unmerged revisions

2050. By Vaibhav Darji

"[FIX]. Fixed drill issues."

2049. By Vaibhav Darji

[FIX].Fixed Drill Issue for windows.

2048. By Vaibhav Darji

[FIX].Fixed CrossDrill issue.

2047. By Vaibhav Darji

[FIX].Fixed for cross drill.

2046. By Vaibhav Darji

[FIX]. Fixed for bug 398711.

2045. By Vaibhav Darji

[FIX].Minor Changes.

2044. By Ashish Bhatia

[IMP] for dropeable zone and minor changes

2043. By Vaibhav Darji

[FIX].Minor changes for alert div box.

2042. By Vaibhav Darji

[FIX].Minor changes in droppable message.

2041. By Vaibhav Darji

[FIX]. Minor changes[Droppable message].

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== added file '.project'
2--- .project 1970-01-01 00:00:00 +0000
3+++ .project 2010-03-03 12:28:16 +0000
4@@ -0,0 +1,24 @@
5+<?xml version="1.0" encoding="UTF-8"?>
6+<projectDescription>
7+ <name>client-new-trunk</name>
8+ <comment></comment>
9+ <projects>
10+ <project>dumm</project>
11+ </projects>
12+ <buildSpec>
13+ <buildCommand>
14+ <name>org.python.pydev.PyDevBuilder</name>
15+ <arguments>
16+ </arguments>
17+ </buildCommand>
18+ <buildCommand>
19+ <name>tk.eclipse.plugin.htmleditor.HTMLProjectBuilder</name>
20+ <arguments>
21+ </arguments>
22+ </buildCommand>
23+ </buildSpec>
24+ <natures>
25+ <nature>org.python.pydev.pythonNature</nature>
26+ <nature>tk.eclipse.plugin.htmleditor.HTMLProjectNature</nature>
27+ </natures>
28+</projectDescription>
29
30=== added file '.pydevproject'
31--- .pydevproject 1970-01-01 00:00:00 +0000
32+++ .pydevproject 2010-03-03 12:28:17 +0000
33@@ -0,0 +1,4 @@
34+<?xml version="1.0" encoding="UTF-8"?>
35+<?eclipse-pydev version="1.0"?>
36+
37+<pydev_project/>
38
39=== added directory '.settings'
40=== added file '.settings/org.eclipse.core.resources.prefs'
41--- .settings/org.eclipse.core.resources.prefs 1970-01-01 00:00:00 +0000
42+++ .settings/org.eclipse.core.resources.prefs 2010-03-03 12:28:17 +0000
43@@ -0,0 +1,3 @@
44+#Wed Feb 18 15:37:51 IST 2009
45+eclipse.preferences.version=1
46+encoding//openerp/widgets/wikimarkup/__init__.py=latin1
47
48=== added file '.settings/org.eclipse.ltk.core.refactoring.prefs'
49--- .settings/org.eclipse.ltk.core.refactoring.prefs 1970-01-01 00:00:00 +0000
50+++ .settings/org.eclipse.ltk.core.refactoring.prefs 2010-03-03 12:28:17 +0000
51@@ -0,0 +1,3 @@
52+#Thu Apr 23 15:37:50 IST 2009
53+eclipse.preferences.version=1
54+org.eclipse.ltk.core.refactoring.enable.project.refactoring.history=false
55
56=== added file 'MANIFEST.in'
57--- MANIFEST.in 1970-01-01 00:00:00 +0000
58+++ MANIFEST.in 2010-03-03 12:28:17 +0000
59@@ -0,0 +1,9 @@
60+exclude .project .pydevproject clean.sh
61+include start-openerp-web.py
62+recursive-include openerp *
63+recursive-include doc *
64+recursive-include config *
65+recursive-include locales *
66+recursive-include scripts *
67+prune win32
68+global-exclude *pyc *~
69
70=== added file 'clean.sh'
71--- clean.sh 1970-01-01 00:00:00 +0000
72+++ clean.sh 2010-03-03 12:28:17 +0000
73@@ -0,0 +1,3 @@
74+#!/bin/sh
75+find -type f -name '*.pyc' -exec rm -f {} ';'
76+find -type f -name '*~' -exec rm -f {} ';'
77
78=== added directory 'config'
79=== added file 'config/default.cfg'
80--- config/default.cfg 1970-01-01 00:00:00 +0000
81+++ config/default.cfg 2010-03-03 12:28:17 +0000
82@@ -0,0 +1,79 @@
83+[global]
84+# This is where all of your settings go for your production environment.
85+
86+# SERVER
87+
88+# Some server parameters that you may want to tweak
89+# server.socket_host = "127.0.0.1"
90+# server.socket_port = 8080
91+
92+server.environment="production"
93+
94+# Sets the number of threads the server uses
95+# server.thread_pool = 1
96+
97+# if this is part of a larger site, you can set the path
98+# to the TurboGears instance here
99+# server.webpath=""
100+
101+# Set to True if you are deploying your App behind a proxy
102+# e.g. Apache using mod_proxy
103+# base_url_filter.on = False
104+
105+# Set to True if your proxy adds the x_forwarded_host header
106+# base_url_filter.use_x_forwarded_host = True
107+
108+# If your proxy does not add the x_forwarded_host header, set
109+# the following to the *public* host url.
110+# (Note: This will be overridden by the use_x_forwarded_host option
111+# if it is set to True and the proxy adds the header correctly.
112+# base_url_filter.base_url = "http://www.example.com"
113+
114+# Set to True if you'd like to abort execution if a controller gets an
115+# unexpected parameter. False by default
116+# tg.strict_parameters = False
117+
118+# OpenERP SERVER
119+[openerp]
120+host = 'localhost'
121+port = '8070'
122+protocol = 'socket'
123+
124+# Web client settings
125+[openerp-web]
126+# filter dblists based on url pattern?
127+dblist.filter = False
128+
129+# whether to show Databases button on Login screen or not
130+dbbutton.visible = True
131+
132+# will be applied on company logo
133+company.url = ''
134+
135+# LOGGING
136+# Logging configuration generally follows the style of the standard
137+# Python logging module configuration. Note that when specifying
138+# log format messages, you need to use *() for formatting variables.
139+# Deployment independent log configuration is in openerp/config/log.cfg
140+[logging]
141+
142+[[handlers]]
143+
144+[[[access_out]]]
145+# set the filename as the first argument below
146+args="('server.log',)"
147+class='FileHandler'
148+level='INFO'
149+formatter='message_only'
150+
151+[[loggers]]
152+[[[openerp]]]
153+level='ERROR'
154+qualname='openerp'
155+handlers=['error_out']
156+
157+[[[access]]]
158+level='INFO'
159+qualname='turbogears.access'
160+handlers=['access_out']
161+propagate=0
162
163=== added file 'dev.cfg'
164--- dev.cfg 1970-01-01 00:00:00 +0000
165+++ dev.cfg 2010-03-03 12:28:17 +0000
166@@ -0,0 +1,61 @@
167+[global]
168+# This is where all of your settings go for your development environment.
169+
170+# SERVER
171+
172+# Some server parameters that you may want to tweak
173+# server.socket_host = "127.0.0.1"
174+# server.socket_port = 8080
175+
176+# Enable the debug output at the end on pages.
177+# log_debug_info_filter.on = False
178+
179+server.environment = 'development'
180+autoreload.package = 'openerp'
181+
182+# Auto-Reload after code modification
183+# autoreload.on = True
184+
185+# Set to True if you'd like to abort execution if a controller gets an
186+# unexpected parameter. False by default
187+tg.strict_parameters = True
188+
189+# OpenERP SERVER
190+[openerp]
191+host = 'localhost'
192+port = '8070'
193+protocol = 'socket'
194+
195+# Web client settings
196+[openerp-web]
197+# filter dblists based on url pattern?
198+dblist.filter = False
199+
200+# whether to show Databases button on Login screen or not
201+dbbutton.visible = True
202+
203+# will be applied on company logo
204+company.url = ''
205+
206+# LOGGING
207+# Logging configuration generally follows the style of the standard
208+# Python logging module configuration. Note that when specifying
209+# log format messages, you need to use *() for formatting variables.
210+# Deployment independent log configuration is in openerp/config/log.cfg
211+[logging]
212+
213+[[loggers]]
214+[[[openerp]]]
215+level = 'DEBUG'
216+qualname = 'openerp'
217+handlers = ['debug_out']
218+
219+[[[allinfo]]]
220+level = 'INFO'
221+handlers = ['debug_out']
222+
223+[[[access]]]
224+level = 'INFO'
225+qualname = 'turbogears.access'
226+handlers = ['access_out']
227+propagate = 0
228
229=== added directory 'doc'
230=== added file 'doc/ChangeLog'
231--- doc/ChangeLog 1970-01-01 00:00:00 +0000
232+++ doc/ChangeLog 2010-03-03 12:28:17 +0000
233@@ -0,0 +1,69 @@
234+5.0.0 (2009-02-06)
235+
236+New Features:
237+
238+ * Enterprise Intelligence (Process View)
239+ * Workflow Designer
240+ * Object Designer
241+ * View Editor
242+ * Gantt View
243+ * Wiki Widget
244+ * Fency Tooltip
245+ * Progressbar Widget
246+ * Resizable Textarea
247+ * Wait dialog for wizards
248+ * Support for concurrency check
249+ * State & Attrs support (dynamic field attribute change)
250+ * Standard Attachment window.
251+ * Sortable TreeGrid
252+ * Requires TurboGears 1.0.8 & MochiKit 1.4
253+ * Reordering of records in ListGrid
254+ * Reimplemented TreeGrid (dynamic node adding, images etc)
255+ * Reimplemented init.d script (generic, now works on flavour of Linux).
256+ * ListGrid record limit from Window action (ir.actions.act_window).
257+ * Internationalization support for JavaScript.
258+ * Implemented multiple delete records in listgrid.
259+ * Implemented TIMEZONE & localised number, datetime format.
260+ * Global Ajax call progress indicator massage.
261+ * Client side validation of required fields
262+ * Charts/Graphs have been replace with the beautiful flash charts using Open Flash Charts.
263+ * Command line options
264+ * Win32 Installer
265+
266+Improvements:
267+
268+ * Calendar view (default mode in view, e.g. mode="week")
269+ * Save export list in export dialog.
270+ * Switch O2M using Ajax (no page reload)
271+ * Rendering speed of very big forms has been 4 times faster now.
272+ * Reimplemented `reference widget` as an extended `M2O` (using same JS).
273+ * Reimplemented Database admin views.
274+ * M2O can have selection widget (widget="selection")
275+ * M2M having features like O2M (navigation, search, new, edit).
276+ * Improved TinyMCE (widget="html_tag")
277+ * Improved `ONCHANGE` implementation (validators + reduced M2O Ajax calls).
278+ * Improved `M2O` field (reduced Ajax calls + auto insert for single item)
279+ * Improved calendar visuals (better colors, tango style)
280+ * Improved `Calendar View`, now updates event title on move (week/day mode).
281+ * Improved Cache System
282+ * Improved Binary widget
283+ * Generate proper filename while printing reports
284+ * Improved form parser (duplicate field validation).
285+ * Client side validation for required fields (no page reload)
286+ * Changes the way web app loads default configuration.
287+
288+* Bug fixed:
289+
290+ * Fixed timezone change problem (CEST to CET)
291+ * Fixed `sidebar links` problem (ignore links for multi records on FORM)
292+ * Fixed `Month Calendar` (proper week numbers for last and first months)
293+ * Fixed `import/export` controller (i18n)
294+ * Fixed `import error` (accented char in column title)
295+ * Fixed `datetime` widget (missing readonly functionality)
296+ * Fixed Calendar (filter by color groups problem)
297+ * Fixed loading of the translation catalog fails if installed as egg.
298+
299+ For more complete bug fix history, please visit Launchpad.
300+
301+For previous versions, please visit OpenERP web site.
302+
303
304=== added file 'doc/LICENSE.txt'
305--- doc/LICENSE.txt 1970-01-01 00:00:00 +0000
306+++ doc/LICENSE.txt 2010-03-03 12:28:17 +0000
307@@ -0,0 +1,509 @@
308+ Open ERP Public License (OEPL)
309+ Version 1.1
310+===============================================================================
311+
312+The OpenERP web client is distributed under the "OpenERP Public License".
313+It's based on Mozilla Public License (MPL) Version 1.1 with following
314+restrictions:
315+
316+- All names, links and logos of Open ERP must be kept as in original
317+ distribution without any changes in all software screens, especially in
318+ start-up page and the software header, even if the application source code
319+ has been changed or updated or code has been added.
320+
321+- You can use the configuration interface to replace the "Made by Tiny &
322+ Axelor" logo by your own logo but you must keep all others references to
323+ Open ERP as it.
324+
325+- All distributions of the software must keep source code with OEPL.
326+
327+- All integrations to any other software must keep source code with OEPL.
328+
329+If you need commercial licence to remove this kind of restriction please
330+contact us.
331+
332+You can see the MPL licence at: http://www.mozilla.org/MPL/MPL-1.1.html
333+
334+===============================================================================
335+Copyright (C) 2007-TODAY Tiny ERP Pvt Ltd. All Rights Reserved.
336+
337+-------------------------------------------------------------------------------
338+FAQ
339+-------------------------------------------------------------------------------
340+
341+1. Why based on MPL ?
342+
343+ - MPL is one of the fastest growing OS licenses and widely recognized
344+ Open Source licence by all open Source community.
345+
346+ - MPL guarantees end-user freedoms - Under MPL, end-users are free to
347+ share, deploy, and integrate derivative works of "OpenObject web client"
348+ throughout their organizations as well as within their IT outsourcing
349+ partners without any obligation to open source any value-added IP. And
350+ of course, enterprises can deploy the "Open Object web client" for an
351+ unlimited number of users with no requirement to have a commercial
352+ relationship with "OpenObject web client" editors.
353+
354+ - MPL encourages third-parties to provide value-added components - Any
355+ vendor is free to produce, integrate and sell separable open-source
356+ or closed-source extensions to the "OpenObject web client".
357+
358+ - MPL best ensures that value-added resellers do the right thing - Any
359+ vendor is free to use "OpenObject web client" open source software to
360+ produce and sell a value-added derivative work.
361+
362+ - client is inherently redistributed via browser-download to their
363+ customers (in both source code and, as appropriate.)
364+
365+2. Why add branding restrictions on MPL?
366+
367+ These restrictions are only to maintain our trademark and branding. It will
368+ not affect in any case product copying, improvements, deploying, etc.
369+
370+ We believe that community will not be affected by these few restrictions
371+ that's goal is only to recognise editors efforts. Source still opens and
372+ free so enjoy.
373+
374+
375+ Open ERP PUBLIC LICENSE
376+ Version 1.1
377+ ---------------
378+
379+1. Definitions.
380+
381+ 1.0.1. "Commercial Use" means distribution or otherwise making the
382+ Covered Code available to a third party.
383+
384+ 1.1. "Contributor" means each entity that creates or contributes to
385+ the creation of Modifications.
386+
387+ 1.2. "Contributor Version" means the combination of the Original
388+ Code, prior Modifications used by a Contributor, and the Modifications
389+ made by that particular Contributor.
390+
391+ 1.3. "Covered Code" means the Original Code or Modifications or the
392+ combination of the Original Code and Modifications, in each case
393+ including portions thereof.
394+
395+ 1.4. "Electronic Distribution Mechanism" means a mechanism generally
396+ accepted in the software development community for the electronic
397+ transfer of data.
398+
399+ 1.5. "Executable" means Covered Code in any form other than Source
400+ Code.
401+
402+ 1.6. "Initial Developer" means the individual or entity identified
403+ as the Initial Developer in the Source Code notice required by Exhibit
404+ A.
405+
406+ 1.7. "Larger Work" means a work which combines Covered Code or
407+ portions thereof with code not governed by the terms of this License.
408+
409+ 1.8. "License" means this document.
410+
411+ 1.8.1. "Licensable" means having the right to grant, to the maximum
412+ extent possible, whether at the time of the initial grant or
413+ subsequently acquired, any and all of the rights conveyed herein.
414+
415+ 1.9. "Modifications" means any addition to or deletion from the
416+ substance or structure of either the Original Code or any previous
417+ Modifications. When Covered Code is released as a series of files, a
418+ Modification is:
419+ A. Any addition to or deletion from the contents of a file
420+ containing Original Code or previous Modifications.
421+
422+ B. Any new file that contains any part of the Original Code or
423+ previous Modifications.
424+
425+ 1.10. "Original Code" means Source Code of computer software code
426+ which is described in the Source Code notice required by Exhibit A as
427+ Original Code, and which, at the time of its release under this
428+ License is not already Covered Code governed by this License.
429+
430+ 1.10.1. "Patent Claims" means any patent claim(s), now owned or
431+ hereafter acquired, including without limitation, method, process,
432+ and apparatus claims, in any patent Licensable by grantor.
433+
434+ 1.11. "Source Code" means the preferred form of the Covered Code for
435+ making modifications to it, including all modules it contains, plus
436+ any associated interface definition files, scripts used to control
437+ compilation and installation of an Executable, or source code
438+ differential comparisons against either the Original Code or another
439+ well known, available Covered Code of the Contributor's choice. The
440+ Source Code can be in a compressed or archival form, provided the
441+ appropriate decompression or de-archiving software is widely available
442+ for no charge.
443+
444+ 1.12. "You" (or "Your") means an individual or a legal entity
445+ exercising rights under, and complying with all of the terms of, this
446+ License or a future version of this License issued under Section 6.1.
447+ For legal entities, "You" includes any entity which controls, is
448+ controlled by, or is under common control with You. For purposes of
449+ this definition, "control" means (a) the power, direct or indirect,
450+ to cause the direction or management of such entity, whether by
451+ contract or otherwise, or (b) ownership of more than fifty percent
452+ (50%) of the outstanding shares or beneficial ownership of such
453+ entity.
454+
455+2. Source Code License.
456+
457+ 2.1. The Initial Developer Grant.
458+ The Initial Developer hereby grants You a world-wide, royalty-free,
459+ non-exclusive license, subject to third party intellectual property
460+ claims:
461+ (a) under intellectual property rights (other than patent or
462+ trademark) Licensable by Initial Developer to use, reproduce,
463+ modify, display, perform, sublicense and distribute the Original
464+ Code (or portions thereof) with or without Modifications, and/or
465+ as part of a Larger Work; and
466+
467+ (b) under Patents Claims infringed by the making, using or
468+ selling of Original Code, to make, have made, use, practice,
469+ sell, and offer for sale, and/or otherwise dispose of the
470+ Original Code (or portions thereof).
471+
472+ (c) the licenses granted in this Section 2.1(a) and (b) are
473+ effective on the date Initial Developer first distributes
474+ Original Code under the terms of this License.
475+
476+ (d) Notwithstanding Section 2.1(b) above, no patent license is
477+ granted: 1) for code that You delete from the Original Code; 2)
478+ separate from the Original Code; or 3) for infringements caused
479+ by: i) the modification of the Original Code or ii) the
480+ combination of the Original Code with other software or devices.
481+
482+ 2.2. Contributor Grant.
483+ Subject to third party intellectual property claims, each Contributor
484+ hereby grants You a world-wide, royalty-free, non-exclusive license
485+
486+ (a) under intellectual property rights (other than patent or
487+ trademark) Licensable by Contributor, to use, reproduce, modify,
488+ display, perform, sublicense and distribute the Modifications
489+ created by such Contributor (or portions thereof) either on an
490+ unmodified basis, with other Modifications, as Covered Code
491+ and/or as part of a Larger Work; and
492+
493+ (b) under Patent Claims infringed by the making, using, or
494+ selling of Modifications made by that Contributor either alone
495+ and/or in combination with its Contributor Version (or portions
496+ of such combination), to make, use, sell, offer for sale, have
497+ made, and/or otherwise dispose of: 1) Modifications made by that
498+ Contributor (or portions thereof); and 2) the combination of
499+ Modifications made by that Contributor with its Contributor
500+ Version (or portions of such combination).
501+
502+ (c) the licenses granted in Sections 2.2(a) and 2.2(b) are
503+ effective on the date Contributor first makes Commercial Use of
504+ the Covered Code.
505+
506+ (d) Notwithstanding Section 2.2(b) above, no patent license is
507+ granted: 1) for any code that Contributor has deleted from the
508+ Contributor Version; 2) separate from the Contributor Version;
509+ 3) for infringements caused by: i) third party modifications of
510+ Contributor Version or ii) the combination of Modifications made
511+ by that Contributor with other software (except as part of the
512+ Contributor Version) or other devices; or 4) under Patent Claims
513+ infringed by Covered Code in the absence of Modifications made by
514+ that Contributor.
515+
516+3. Distribution Obligations.
517+
518+ 3.1. Application of License.
519+ The Modifications which You create or to which You contribute are
520+ governed by the terms of this License, including without limitation
521+ Section 2.2. The Source Code version of Covered Code may be
522+ distributed only under the terms of this License or a future version
523+ of this License released under Section 6.1, and You must include a
524+ copy of this License with every copy of the Source Code You
525+ distribute. You may not offer or impose any terms on any Source Code
526+ version that alters or restricts the applicable version of this
527+ License or the recipients' rights hereunder. However, You may include
528+ an additional document offering the additional rights described in
529+ Section 3.5.
530+
531+ 3.2. Availability of Source Code.
532+ Any Modification which You create or to which You contribute must be
533+ made available in Source Code form under the terms of this License
534+ either on the same media as an Executable version or via an accepted
535+ Electronic Distribution Mechanism to anyone to whom you made an
536+ Executable version available; and if made available via Electronic
537+ Distribution Mechanism, must remain available for at least twelve (12)
538+ months after the date it initially became available, or at least six
539+ (6) months after a subsequent version of that particular Modification
540+ has been made available to such recipients. You are responsible for
541+ ensuring that the Source Code version remains available even if the
542+ Electronic Distribution Mechanism is maintained by a third party.
543+
544+ 3.3. Description of Modifications.
545+ You must cause all Covered Code to which You contribute to contain a
546+ file documenting the changes You made to create that Covered Code and
547+ the date of any change. You must include a prominent statement that
548+ the Modification is derived, directly or indirectly, from Original
549+ Code provided by the Initial Developer and including the name of the
550+ Initial Developer in (a) the Source Code, and (b) in any notice in an
551+ Executable version or related documentation in which You describe the
552+ origin or ownership of the Covered Code.
553+
554+ 3.4. Intellectual Property Matters
555+ (a) Third Party Claims.
556+ If Contributor has knowledge that a license under a third party's
557+ intellectual property rights is required to exercise the rights
558+ granted by such Contributor under Sections 2.1 or 2.2,
559+ Contributor must include a text file with the Source Code
560+ distribution titled "LEGAL" which describes the claim and the
561+ party making the claim in sufficient detail that a recipient will
562+ know whom to contact. If Contributor obtains such knowledge after
563+ the Modification is made available as described in Section 3.2,
564+ Contributor shall promptly modify the LEGAL file in all copies
565+ Contributor makes available thereafter and shall take other steps
566+ (such as notifying appropriate mailing lists or newsgroups)
567+ reasonably calculated to inform those who received the Covered
568+ Code that new knowledge has been obtained.
569+
570+ (b) Contributor APIs.
571+ If Contributor's Modifications include an application programming
572+ interface and Contributor has knowledge of patent licenses which
573+ are reasonably necessary to implement that API, Contributor must
574+ also include this information in the LEGAL file.
575+
576+ (c) Representations.
577+ Contributor represents that, except as disclosed pursuant to
578+ Section 3.4(a) above, Contributor believes that Contributor's
579+ Modifications are Contributor's original creation(s) and/or
580+ Contributor has sufficient rights to grant the rights conveyed by
581+ this License.
582+
583+ 3.5. Required Notices.
584+ You must duplicate the notice in Exhibit A in each file of the Source
585+ Code. If it is not possible to put such notice in a particular Source
586+ Code file due to its structure, then You must include such notice in a
587+ location (such as a relevant directory) where a user would be likely
588+ to look for such a notice. If You created one or more Modification(s)
589+ You may add your name as a Contributor to the notice described in
590+ Exhibit A. You must also duplicate this License in any documentation
591+ for the Source Code where You describe recipients' rights or ownership
592+ rights relating to Covered Code. You may choose to offer, and to
593+ charge a fee for, warranty, support, indemnity or liability
594+ obligations to one or more recipients of Covered Code. However, You
595+ may do so only on Your own behalf, and not on behalf of the Initial
596+ Developer or any Contributor. You must make it absolutely clear than
597+ any such warranty, support, indemnity or liability obligation is
598+ offered by You alone, and You hereby agree to indemnify the Initial
599+ Developer and every Contributor for any liability incurred by the
600+ Initial Developer or such Contributor as a result of warranty,
601+ support, indemnity or liability terms You offer.
602+
603+ 3.6. Distribution of Executable Versions.
604+ You may distribute Covered Code in Executable form only if the
605+ requirements of Section 3.1-3.5 have been met for that Covered Code,
606+ and if You include a notice stating that the Source Code version of
607+ the Covered Code is available under the terms of this License,
608+ including a description of how and where You have fulfilled the
609+ obligations of Section 3.2. The notice must be conspicuously included
610+ in any notice in an Executable version, related documentation or
611+ collateral in which You describe recipients' rights relating to the
612+ Covered Code. You may distribute the Executable version of Covered
613+ Code or ownership rights under a license of Your choice, which may
614+ contain terms different from this License, provided that You are in
615+ compliance with the terms of this License and that the license for the
616+ Executable version does not attempt to limit or alter the recipient's
617+ rights in the Source Code version from the rights set forth in this
618+ License. If You distribute the Executable version under a different
619+ license You must make it absolutely clear that any terms which differ
620+ from this License are offered by You alone, not by the Initial
621+ Developer or any Contributor. You hereby agree to indemnify the
622+ Initial Developer and every Contributor for any liability incurred by
623+ the Initial Developer or such Contributor as a result of any such
624+ terms You offer.
625+
626+ 3.7. Larger Works.
627+ You may create a Larger Work by combining Covered Code with other code
628+ not governed by the terms of this License and distribute the Larger
629+ Work as a single product. In such a case, You must make sure the
630+ requirements of this License are fulfilled for the Covered Code.
631+
632+4. Inability to Comply Due to Statute or Regulation.
633+
634+ If it is impossible for You to comply with any of the terms of this
635+ License with respect to some or all of the Covered Code due to
636+ statute, judicial order, or regulation then You must: (a) comply with
637+ the terms of this License to the maximum extent possible; and (b)
638+ describe the limitations and the code they affect. Such description
639+ must be included in the LEGAL file described in Section 3.4 and must
640+ be included with all distributions of the Source Code. Except to the
641+ extent prohibited by statute or regulation, such description must be
642+ sufficiently detailed for a recipient of ordinary skill to be able to
643+ understand it.
644+
645+5. Application of this License.
646+
647+ This License applies to code to which the Initial Developer has
648+ attached the notice in Exhibit A and to related Covered Code.
649+
650+6. Versions of the License.
651+
652+ 6.1. New Versions.
653+ Netscape Communications Corporation ("Netscape") may publish revised
654+ and/or new versions of the License from time to time. Each version
655+ will be given a distinguishing version number.
656+
657+ 6.2. Effect of New Versions.
658+ Once Covered Code has been published under a particular version of the
659+ License, You may always continue to use it under the terms of that
660+ version. You may also choose to use such Covered Code under the terms
661+ of any subsequent version of the License published by Netscape. No one
662+ other than Netscape has the right to modify the terms applicable to
663+ Covered Code created under this License.
664+
665+ 6.3. Derivative Works.
666+ If You create or use a modified version of this License (which you may
667+ only do in order to apply it to code which is not already Covered Code
668+ governed by this License), You must (a) rename Your license so that
669+ the phrases "Mozilla", "MOZILLAPL", "MOZPL", "Netscape",
670+ "MPL", "NPL" or any confusingly similar phrase do not appear in your
671+ license (except to note that your license differs from this License)
672+ and (b) otherwise make it clear that Your version of the license
673+ contains terms which differ from the Mozilla Public License and
674+ Netscape Public License. (Filling in the name of the Initial
675+ Developer, Original Code or Contributor in the notice described in
676+ Exhibit A shall not of themselves be deemed to be modifications of
677+ this License.)
678+
679+7. DISCLAIMER OF WARRANTY.
680+
681+ COVERED CODE IS PROVIDED UNDER THIS LICENSE ON AN "AS IS" BASIS,
682+ WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING,
683+ WITHOUT LIMITATION, WARRANTIES THAT THE COVERED CODE IS FREE OF
684+ DEFECTS, MERCHANTABLE, FIT FOR A PARTICULAR PURPOSE OR NON-INFRINGING.
685+ THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE COVERED CODE
686+ IS WITH YOU. SHOULD ANY COVERED CODE PROVE DEFECTIVE IN ANY RESPECT,
687+ YOU (NOT THE INITIAL DEVELOPER OR ANY OTHER CONTRIBUTOR) ASSUME THE
688+ COST OF ANY NECESSARY SERVICING, REPAIR OR CORRECTION. THIS DISCLAIMER
689+ OF WARRANTY CONSTITUTES AN ESSENTIAL PART OF THIS LICENSE. NO USE OF
690+ ANY COVERED CODE IS AUTHORIZED HEREUNDER EXCEPT UNDER THIS DISCLAIMER.
691+
692+8. TERMINATION.
693+
694+ 8.1. This License and the rights granted hereunder will terminate
695+ automatically if You fail to comply with terms herein and fail to cure
696+ such breach within 30 days of becoming aware of the breach. All
697+ sublicenses to the Covered Code which are properly granted shall
698+ survive any termination of this License. Provisions which, by their
699+ nature, must remain in effect beyond the termination of this License
700+ shall survive.
701+
702+ 8.2. If You initiate litigation by asserting a patent infringement
703+ claim (excluding declatory judgment actions) against Initial Developer
704+ or a Contributor (the Initial Developer or Contributor against whom
705+ You file such action is referred to as "Participant") alleging that:
706+
707+ (a) such Participant's Contributor Version directly or indirectly
708+ infringes any patent, then any and all rights granted by such
709+ Participant to You under Sections 2.1 and/or 2.2 of this License
710+ shall, upon 60 days notice from Participant terminate prospectively,
711+ unless if within 60 days after receipt of notice You either: (i)
712+ agree in writing to pay Participant a mutually agreeable reasonable
713+ royalty for Your past and future use of Modifications made by such
714+ Participant, or (ii) withdraw Your litigation claim with respect to
715+ the Contributor Version against such Participant. If within 60 days
716+ of notice, a reasonable royalty and payment arrangement are not
717+ mutually agreed upon in writing by the parties or the litigation claim
718+ is not withdrawn, the rights granted by Participant to You under
719+ Sections 2.1 and/or 2.2 automatically terminate at the expiration of
720+ the 60 day notice period specified above.
721+
722+ (b) any software, hardware, or device, other than such Participant's
723+ Contributor Version, directly or indirectly infringes any patent, then
724+ any rights granted to You by such Participant under Sections 2.1(b)
725+ and 2.2(b) are revoked effective as of the date You first made, used,
726+ sold, distributed, or had made, Modifications made by that
727+ Participant.
728+
729+ 8.3. If You assert a patent infringement claim against Participant
730+ alleging that such Participant's Contributor Version directly or
731+ indirectly infringes any patent where such claim is resolved (such as
732+ by license or settlement) prior to the initiation of patent
733+ infringement litigation, then the reasonable value of the licenses
734+ granted by such Participant under Sections 2.1 or 2.2 shall be taken
735+ into account in determining the amount or value of any payment or
736+ license.
737+
738+ 8.4. In the event of termination under Sections 8.1 or 8.2 above,
739+ all end user license agreements (excluding distributors and resellers)
740+ which have been validly granted by You or any distributor hereunder
741+ prior to termination shall survive termination.
742+
743+9. LIMITATION OF LIABILITY.
744+
745+ UNDER NO CIRCUMSTANCES AND UNDER NO LEGAL THEORY, WHETHER TORT
746+ (INCLUDING NEGLIGENCE), CONTRACT, OR OTHERWISE, SHALL YOU, THE INITIAL
747+ DEVELOPER, ANY OTHER CONTRIBUTOR, OR ANY DISTRIBUTOR OF COVERED CODE,
748+ OR ANY SUPPLIER OF ANY OF SUCH PARTIES, BE LIABLE TO ANY PERSON FOR
749+ ANY INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES OF ANY
750+ CHARACTER INCLUDING, WITHOUT LIMITATION, DAMAGES FOR LOSS OF GOODWILL,
751+ WORK STOPPAGE, COMPUTER FAILURE OR MALFUNCTION, OR ANY AND ALL OTHER
752+ COMMERCIAL DAMAGES OR LOSSES, EVEN IF SUCH PARTY SHALL HAVE BEEN
753+ INFORMED OF THE POSSIBILITY OF SUCH DAMAGES. THIS LIMITATION OF
754+ LIABILITY SHALL NOT APPLY TO LIABILITY FOR DEATH OR PERSONAL INJURY
755+ RESULTING FROM SUCH PARTY'S NEGLIGENCE TO THE EXTENT APPLICABLE LAW
756+ PROHIBITS SUCH LIMITATION. SOME JURISDICTIONS DO NOT ALLOW THE
757+ EXCLUSION OR LIMITATION OF INCIDENTAL OR CONSEQUENTIAL DAMAGES, SO
758+ THIS EXCLUSION AND LIMITATION MAY NOT APPLY TO YOU.
759+
760+10. U.S. GOVERNMENT END USERS.
761+
762+ The Covered Code is a "commercial item," as that term is defined in
763+ 48 C.F.R. 2.101 (Oct. 1995), consisting of "commercial computer
764+ software" and "commercial computer software documentation," as such
765+ terms are used in 48 C.F.R. 12.212 (Sept. 1995). Consistent with 48
766+ C.F.R. 12.212 and 48 C.F.R. 227.7202-1 through 227.7202-4 (June 1995),
767+ all U.S. Government End Users acquire Covered Code with only those
768+ rights set forth herein.
769+
770+11. MISCELLANEOUS.
771+
772+ This License represents the complete agreement concerning subject
773+ matter hereof. If any provision of this License is held to be
774+ unenforceable, such provision shall be reformed only to the extent
775+ necessary to make it enforceable. This License shall be governed by
776+ California law provisions (except to the extent applicable law, if
777+ any, provides otherwise), excluding its conflict-of-law provisions.
778+ With respect to disputes in which at least one party is a citizen of,
779+ or an entity chartered or registered to do business in the United
780+ States of America, any litigation relating to this License shall be
781+ subject to the jurisdiction of the Federal Courts of the Northern
782+ District of California, with venue lying in Santa Clara County,
783+ California, with the losing party responsible for costs, including
784+ without limitation, court costs and reasonable attorneys' fees and
785+ expenses. The application of the United Nations Convention on
786+ Contracts for the International Sale of Goods is expressly excluded.
787+ Any law or regulation which provides that the language of a contract
788+ shall be construed against the drafter shall not apply to this
789+ License.
790+
791+12. RESPONSIBILITY FOR CLAIMS.
792+
793+ As between Initial Developer and the Contributors, each party is
794+ responsible for claims and damages arising, directly or indirectly,
795+ out of its utilization of rights under this License and You agree to
796+ work with Initial Developer and Contributors to distribute such
797+ responsibility on an equitable basis. Nothing herein is intended or
798+ shall be deemed to constitute any admission of liability.
799+
800+13. MULTIPLE-LICENSED CODE.
801+
802+ Initial Developer may designate portions of the Covered Code as
803+ "Multiple-Licensed". "Multiple-Licensed" means that the Initial
804+ Developer permits you to utilize portions of the Covered Code under
805+ Your choice of the NPL or the alternative licenses, if any, specified
806+ by the Initial Developer in the file described in Exhibit A.
807+
808+14. All names, links and logos of Open ERP must be kept as in original
809+ distribution without any changes in all software screens, especially in
810+ start-up page and the software header, even if the application source code
811+ has been changed or updated or code has been added.
812+
813+15. All distributions of the software must keep source code with OEPL.
814+
815+16. All integrations to any other software must keep source code with OEPL.
816+
817
818=== added file 'doc/README.txt'
819--- doc/README.txt 1970-01-01 00:00:00 +0000
820+++ doc/README.txt 2010-03-03 12:28:17 +0000
821@@ -0,0 +1,274 @@
822+===============================================================================
823+OpenERP Web - the Web Client of OpenERP, the Enterprise Management Software
824+===============================================================================
825+
826+ 1. Introduction
827+ 2. Linux Installation
828+ 3. Run as service (Linux)
829+ 4. Windows Installation
830+ 5. Configure over HTTPS
831+ 6. Web browser compatibilities
832+ 7. Support
833+
834+-------------------------------------------------------------------------------
835+1. INTRODUCTION
836+-------------------------------------------------------------------------------
837+
838+OpenERP Web is the official web client of OpenERP developed by Tiny and Axelor.
839+It's built on TurboGears (http://www.turbogears.org).
840+
841+Features:
842+
843+ - High Performance
844+ - Light weight
845+ - Easy deployment
846+ - Clean & Ergonomic
847+ - Ajax enabled
848+
849+OpenERP Web is known to work with all major web browsers available today,
850+including Firefox, IE6, IE7, Safari3 and Opera9.
851+
852+-------------------------------------------------------------------------------
853+2. LINUX INSTALLATION
854+-------------------------------------------------------------------------------
855+
856+Here is the installation instructions for Debian based Linux distributions.
857+Tested on Debian Etch and Ubuntu Hardy. The procedure might work with other
858+Linux or similar distributions. See the docs on how to install the specified
859+Packages on your favourite distro.
860+
861+Prerequisites:
862+
863+ 1. Python >= 2.4
864+ 2. OpenERP Server >= 5.0.0
865+ 3. TurboGears >= 1.0.7, < 1.1b1
866+
867+OpenERP Server:
868+
869+ To install OpenERP Server, please follow the instructions provided in
870+ the official OpenERP Installation guide.
871+
872+TurboGears:
873+
874+ $ sudo apt-get install python-setuptools
875+ $ sudo easy_install "TurboGears==1.0.8"
876+
877+or
878+
879+ $ wget http://peak.telecommunity.com/dist/ez_setup.py
880+ $ sudo python ez_setup.py
881+ $ sudo easy_install "TurboGears==1.0.8"
882+
883+OpenERP Web:
884+
885+ $ sudo easy_install -U openerp-web
886+
887+Configuration:
888+
889+ Locate the `config/default.cfg` in the installed `EGG`, and make
890+ appropriate changes, especially:
891+
892+ [openerp]
893+ server = "localhost"
894+ port = 8070
895+ protocol = "socket"
896+
897+ where:
898+
899+ server is the OpenERP server host...
900+ port is the OpenERP server port...
901+ protocol is the protocol to be used (socket, http or https)
902+
903+Now start the web server with `start-openerp-web` command:
904+
905+ $ start-openerp-web
906+
907+If you see message showing `cherrypy._cperror.NotReady: Port not free.` make
908+sure no other application is running on the specified port (8080 is default).
909+
910+You can change port by changing `server.socket_port` value in
911+`config/default.cfg`.
912+
913+If everything is fine, open your favourite web browser and type
914+http://localhost:8080, and your can see welcome page with login screen.
915+
916+Please make sure cookies are enabled in your browser.
917+
918+Of course, OpenERP Server must be running at that time. You should create a
919+database from the DBAdmin interface by clicking on Manage button that you can
920+see besides the Database selection box. After creating a new database login
921+with the admin/admin or demo/demo to see OpenERP in action...
922+
923+-------------------------------------------------------------------------------
924+3. Run as service (Linux):
925+-------------------------------------------------------------------------------
926+
927+This has been tested on `ubuntu` only.
928+
929+ $ sudo cp /path/to/openerp_web-5.0.0-py2.5.egg/scripts/openerp-web /etc/init.d
930+ $ sudo cp /path/to/openerp_web-5.0.0-py2.5.egg/config/default.cfg /etc/openerp-web.cfg
931+
932+edit `/etc/init.d/openerp-web`:
933+
934+ USER="terp"
935+
936+and `/etc/openerp-web.cfg`:
937+
938+ args="('server.log',)" ==> args="('/var/log/openerp-web.log',)"
939+
940+Now run following command to start the OpenERP Web automatically on system startup.
941+
942+ $ sudo touch /var/log/openerp-web.log
943+ $ sudo chown terp /var/log/openerp-web.log
944+ $ sudo update-rc.d openerp-web
945+
946+Start the deamon:
947+
948+ $ sudo /etc/init.d/openerp-web start
949+
950+-------------------------------------------------------------------------------
951+4. WINDOWS INSTALLATION
952+-------------------------------------------------------------------------------
953+
954+Prerequisites
955+
956+ 1. Python >= 2.4
957+ 2. OpenERP Server >= 5.0.0
958+ 3. TurboGears >= 1.0.7 < 1.1
959+
960+Python:
961+
962+ Download and Install Python 2.5 and make sure that the dirs
963+ `C:\Python25;C:\Python25\Script` are in PATH environment.
964+
965+OpenERP Server:
966+
967+ To install OpenERP Server, please follow the instructions provided in
968+ the official OpenERP Installation guide.
969+
970+TurboGears:
971+
972+ Install setuptools package from http://cheeseshop.python.org/packages/2.5/s/setuptools/setuptools-0.6c9.win32-py2.5.exe
973+
974+ > easy_install "TurboGears==1.0.8"
975+
976+OpenERP Web:
977+
978+ > easy_install -U openerp-web
979+
980+Configuration:
981+
982+ Locate the `config/default.cfg` in the installed `EGG`, and make
983+ appropriate changes, especially:
984+
985+ [openerp]
986+ server = "localhost"
987+ port = 8070
988+ protocol = "socket"
989+
990+ where:
991+
992+ server is the OpenERP server host...
993+ port is the OpenERP server port...
994+ protocol is the protocol to be used (socket, http or https)
995+
996+Now start the the web server with `start-openerp-web` command:
997+
998+ > start-openerp-web
999+
1000+If you see message showing `cherrypy._cperror.NotReady: Port not free.` make
1001+sure no other application is running on the specified port (8080 is default).
1002+
1003+You can change port by changing `server.socket_port` value in
1004+`config/default.cfg`.
1005+
1006+If everything is fine, open your favourite web browser and type
1007+http://localhost:8080, and your can see welcome page with login screen.
1008+
1009+Please make sure cookies are enabled in your browser.
1010+
1011+Of course, OpenERP Server must be running at that time. You should create a
1012+database from the DBAdmin interface by clicking on Manage button that you can
1013+see besides the Database selection box. After creating a new database login
1014+with the admin/admin or demo/demo to see the OpenERP in action...
1015+
1016+-------------------------------------------------------------------------------
1017+5. Configure HTTPS (Linux)
1018+-------------------------------------------------------------------------------
1019+
1020+The following text describes how to configure OpenERP Web for production
1021+environment over HTTPS with Apache2.
1022+
1023+mod_proxy + mod_ssl (Apache2)
1024+
1025+ See Apache manual for more information.
1026+
1027+Apache configuration:
1028+
1029+ <VirtualHost *:443>
1030+
1031+ SSLEngine on
1032+ SSLCertificateFile /etc/apache2/ssl/apache.pem
1033+
1034+ <Proxy *>
1035+ Order deny,allow
1036+ Allow from all
1037+ </Proxy>
1038+
1039+ ProxyRequests Off
1040+
1041+ ProxyPass / http://127.0.0.1:8080
1042+ ProxyPassReverse / http://127.0.0.1:8080
1043+
1044+ </VirtualHost>
1045+
1046+OpenERP Web configuration:
1047+
1048+ base_url_filter.on = True
1049+ base_url_filter.use_x_forwarded_host = False
1050+ base_url_filter.base_url = "https://www.example.com"
1051+
1052+Block the OpenERP Web server port (firewall):
1053+
1054+On Linux do this:
1055+
1056+ $ iptables -A INPUT -i lo -j ACCEPT
1057+ $ iptables -A INPUT -p tcp --dport 8080 -j REJECT
1058+
1059+ IMP: Don't block the localhost/127.0.0.1 (the first rule)
1060+
1061+Notes:
1062+
1063+ This method only works if you want your OpenERP Web application at the
1064+ root of your server (https://www.example.com). OpenERP Web currently can't
1065+ be deployed under a subdirectory, e.g. http://www.example.com/openerp.
1066+
1067+ To overcome with the issue you can go with `subdomain`, like:
1068+
1069+ https://openerp.example.com
1070+
1071+ See: http://openerp.org/wiki/index.php/InstallationManual/WebClientHTTPS
1072+
1073+-------------------------------------------------------------------------------
1074+6. WEB BROWSER COMPATIBILITIES
1075+-------------------------------------------------------------------------------
1076+
1077+`OpenERP Web` is known to work best with `Mozilla` based web browsers.
1078+
1079+Here is the list of supported browsers.
1080+
1081+ 1. Firefox >= 1.5
1082+ 2. Internet Explorer >= 6.0
1083+ 3. Google Chrome >= 1.0
1084+ 4. Safari >= 3.0
1085+ 5. Opera >= 9.0
1086+
1087+-------------------------------------------------------------------------------
1088+7. SUPPORT
1089+-------------------------------------------------------------------------------
1090+
1091+ 1. http://openerp.com
1092+ 2. http://axelor.com
1093+
1094+-------------------------------------------------------------------------------
1095+Copyright (C) 2007-TODAY Tiny ERP Pvt. Ltd. All Rights Reserved.
1096
1097=== added directory 'locales'
1098=== added directory 'locales/de_DE'
1099=== added directory 'locales/de_DE/LC_MESSAGES'
1100=== added file 'locales/de_DE/LC_MESSAGES/messages.mo'
1101Binary files locales/de_DE/LC_MESSAGES/messages.mo 1970-01-01 00:00:00 +0000 and locales/de_DE/LC_MESSAGES/messages.mo 2010-03-03 12:28:17 +0000 differ
1102=== added file 'locales/de_DE/LC_MESSAGES/messages.po'
1103--- locales/de_DE/LC_MESSAGES/messages.po 1970-01-01 00:00:00 +0000
1104+++ locales/de_DE/LC_MESSAGES/messages.po 2010-03-03 12:28:17 +0000
1105@@ -0,0 +1,1807 @@
1106+# translation of openobject-web-client-de.po to Deutsch
1107+# translation of de_messages.po to
1108+# translation of messages.po to
1109+# Copyright (C) YEAR ORGANIZATION
1110+#
1111+# Ferdinand Gassauer <f.gassauer@chricar.at>, 2008.
1112+msgid ""
1113+msgstr ""
1114+"Project-Id-Version: openobject-web-client-de\n"
1115+"Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n"
1116+"POT-Creation-Date: 2009-01-21 13:32+0000\n"
1117+"PO-Revision-Date: 2009-01-29 13:21+0000\n"
1118+"Last-Translator: Ferdinand Gassauer <Unknown>\n"
1119+"Language-Team: Deutsch\n"
1120+"MIME-Version: 1.0\n"
1121+"Content-Type: text/plain; charset=UTF-8\n"
1122+"Content-Transfer-Encoding: 8bit\n"
1123+"X-Launchpad-Export-Date: 2009-02-03 14:44+0000\n"
1124+"X-Generator: Launchpad (build Unknown)\n"
1125+
1126+#: openerp/commands.py:50
1127+msgid "Could not find default configuration."
1128+msgstr "Konnte Standard Konfiguration nicht finden."
1129+
1130+#: openerp/commands.py:53
1131+msgid "Could not find configuration file: %s"
1132+msgstr "Konfigurationsdatei fehlt: %s"
1133+
1134+#: openerp/common.py:45 openerp/common.py:59
1135+msgid "Error"
1136+msgstr "Fehler"
1137+
1138+#: openerp/common.py:50 openerp/common.py:62
1139+msgid "Warning"
1140+msgstr "Warnung"
1141+
1142+#: openerp/common.py:55 openerp/subcontrollers/templates/view_log.kid:title
1143+msgid "Information"
1144+msgstr "Information"
1145+
1146+#: openerp/controllers.py:81
1147+msgid "Access Denied!"
1148+msgstr "Zugriff Abgelehnt!"
1149+
1150+#: openerp/controllers.py:81
1151+msgid ""
1152+"You can not log into the system!\n"
1153+"Ask the administrator to verify\n"
1154+"you have an action defined for your user."
1155+msgstr ""
1156+"Systemanmeldung nicht möglich!\n"
1157+"Administrator befragen, ob eine \n"
1158+"\"Aktion\" für Ihren Benutzernamen definiert ist."
1159+
1160+#: openerp/controllers.py:117 openerp/tinyres.py:117
1161+msgid "Could not connect to server!"
1162+msgstr "Kann nicht zum Server verbinden!"
1163+
1164+#: openerp/rpc.py:285 openerp/rpc.py:413
1165+msgid "Connection refused!"
1166+msgstr "Verbindung zurückgewiesen!"
1167+
1168+#: openerp/rpc.py:370
1169+msgid ""
1170+"You select a timezone but OpenERP could not find pytz library!\n"
1171+"The timezone functionality will be disable."
1172+msgstr ""
1173+"Sie haben eine Zeitzone definiert, aber OpenERP konnte die Bibliothek pytz "
1174+"nicht finden!\n"
1175+"Die Zeitzonenfunktion wird dekativiert."
1176+
1177+#: openerp/rpc.py:403
1178+msgid "Authorization Error!"
1179+msgstr "Autorisierung Fehler!"
1180+
1181+#: openerp/rpc.py:403
1182+msgid "Not logged..."
1183+msgstr "Nicht eingeloggt."
1184+
1185+#: openerp/rpc.py:420 openerp/rpc.py:423 openerp/subcontrollers/form.py:895
1186+#: openerp/widgets/form.py:841 openerp/widgets/listgrid.py:282
1187+msgid "Application Error!"
1188+msgstr "Programm Fehler!"
1189+
1190+#: openerp/subcontrollers/actions.py:101
1191+msgid "Invalid View!"
1192+msgstr "Ungültige Ansicht!"
1193+
1194+#: openerp/subcontrollers/actions.py:128
1195+msgid "Error no report"
1196+msgstr "Fehler: kein Bericht"
1197+
1198+#: openerp/subcontrollers/actions.py:154
1199+msgid "Nothing to print!"
1200+msgstr "Nichts zu drucken!"
1201+
1202+#: openerp/subcontrollers/actions.py:169
1203+msgid "Printing aborted, too long delay!"
1204+msgstr "Drucken abgebrochen, zu lange keine Antwort!"
1205+
1206+#: openerp/subcontrollers/actions.py:300
1207+msgid "Relative URLs are not supported!"
1208+msgstr "Relative URL sind nicht unterstützt!"
1209+
1210+#: openerp/subcontrollers/actions.py:313 openerp/widgets/action.py:60
1211+msgid "Action not found!"
1212+msgstr "Aktion nicht gefunden!"
1213+
1214+#: openerp/subcontrollers/actions.py:359
1215+msgid "No action defined!"
1216+msgstr "Keine Aktion definiert!"
1217+
1218+#: openerp/subcontrollers/attachment.py:64
1219+msgid "No record selected! You can only attach to existing record..."
1220+msgstr ""
1221+"Kein Datensatz gewählt. Anhänge nur für bestehend Datensätze möglich."
1222+
1223+#: openerp/subcontrollers/database.py:64
1224+#: openerp/subcontrollers/templates/database.kid:button
1225+msgid "Create new database"
1226+msgstr "Neue Datenbank erstellen"
1227+
1228+#: openerp/subcontrollers/database.py:66 openerp/subcontrollers/database.py:81
1229+#: openerp/subcontrollers/database.py:90 openerp/subcontrollers/database.py:98
1230+#: openerp/subcontrollers/database.py:107
1231+#: openerp/subcontrollers/templates/selection.kid:button
1232+msgid "OK"
1233+msgstr "OK"
1234+
1235+#: openerp/subcontrollers/database.py:68
1236+msgid "Super admin password:"
1237+msgstr "Super Systemverwalter Kennwort"
1238+
1239+#: openerp/subcontrollers/database.py:69
1240+#: openerp/subcontrollers/database.py:101
1241+msgid "New database name:"
1242+msgstr "Neuer Datenbankname:"
1243+
1244+#: openerp/subcontrollers/database.py:70
1245+msgid "Load Demonstration data:"
1246+msgstr "Laden Demo Daten:"
1247+
1248+#: openerp/subcontrollers/database.py:71
1249+msgid "Default Language:"
1250+msgstr "Standardsprache:"
1251+
1252+#: openerp/subcontrollers/database.py:72
1253+msgid "Administrator password:"
1254+msgstr "Verwalter Kennwort"
1255+
1256+#: openerp/subcontrollers/database.py:73
1257+msgid "Confirm password:"
1258+msgstr "Bestätigen Kennwort:"
1259+
1260+#: openerp/subcontrollers/database.py:79
1261+#: openerp/subcontrollers/templates/database.kid:button
1262+msgid "Drop database"
1263+msgstr "Datenbank löschen"
1264+
1265+#: openerp/subcontrollers/database.py:82
1266+msgid "Do you really want to drop the selected database?"
1267+msgstr "Wellen Sie die ausgewählte Datenbank wirklich löschen?"
1268+
1269+#: openerp/subcontrollers/database.py:83 openerp/subcontrollers/database.py:91
1270+#: openerp/templates/login.kid:td
1271+msgid "Database:"
1272+msgstr "Datenbank:"
1273+
1274+#: openerp/subcontrollers/database.py:84 openerp/subcontrollers/database.py:92
1275+#: openerp/subcontrollers/database.py:100 openerp/templates/login.kid:td
1276+msgid "Password:"
1277+msgstr "Kennwort:"
1278+
1279+#: openerp/subcontrollers/database.py:88
1280+#: openerp/subcontrollers/templates/database.kid:button
1281+msgid "Backup database"
1282+msgstr "Datenbank sichern"
1283+
1284+#: openerp/subcontrollers/database.py:96
1285+#: openerp/subcontrollers/templates/database.kid:button
1286+msgid "Restore database"
1287+msgstr "Datenbank rücksichern"
1288+
1289+#: openerp/subcontrollers/database.py:99
1290+msgid "File:"
1291+msgstr "Datei:"
1292+
1293+#: openerp/subcontrollers/database.py:105
1294+#: openerp/subcontrollers/templates/database.kid:button
1295+msgid "Change Administrator Password"
1296+msgstr "Administrator Kennwort ändern"
1297+
1298+#: openerp/subcontrollers/database.py:108
1299+msgid "Old Password:"
1300+msgstr "Altes Kennwort:"
1301+
1302+#: openerp/subcontrollers/database.py:109
1303+msgid "New Password:"
1304+msgstr "Neues Kennwort:"
1305+
1306+#: openerp/subcontrollers/database.py:110
1307+msgid "Confirm Password:"
1308+msgstr "Bestätigen Kennwort:"
1309+
1310+#: openerp/subcontrollers/database.py:140
1311+msgid "Bad database name!"
1312+msgstr "Unzulässiger Datenbankname!"
1313+
1314+#: openerp/subcontrollers/database.py:140
1315+msgid ""
1316+"The database name must contain only normal characters or \"_\".\n"
1317+"You must avoid all accents, space or special characters."
1318+msgstr ""
1319+"Der Datenbankname darf nur aus normalen Zeichen und \"_\" bestehen.\n"
1320+"Keine Akkzente, Leerstellen, oder Sonderzeichen."
1321+
1322+#: openerp/subcontrollers/database.py:164
1323+msgid "Database already exists!"
1324+msgstr "Datenbank besteht bereits!"
1325+
1326+#: openerp/subcontrollers/database.py:164
1327+#: openerp/subcontrollers/database.py:169
1328+#: openerp/subcontrollers/database.py:171
1329+msgid "Could not create database."
1330+msgstr "Konnte neue Datenbank nicht erzeugen."
1331+
1332+#: openerp/subcontrollers/database.py:166
1333+msgid ""
1334+"The server crashed during installation.\n"
1335+"We suggest you to drop this database."
1336+msgstr ""
1337+"Die Datenbank ist während der Installation abgestürzt.\n"
1338+"Wir empfehlen, diese zu löschen."
1339+
1340+#: openerp/subcontrollers/database.py:167
1341+msgid "Error during database creation!"
1342+msgstr "Fehler bei Datenbank Erstellung!"
1343+
1344+#: openerp/subcontrollers/database.py:169
1345+#: openerp/subcontrollers/database.py:190
1346+#: openerp/subcontrollers/database.py:230
1347+msgid "Bad database administrator password!"
1348+msgstr "Falsches Datenbank Systemverwalter Kennwort!"
1349+
1350+#: openerp/subcontrollers/database.py:190
1351+msgid "Could not drop database."
1352+msgstr "Datenbank konnte nicht gelöscht werden."
1353+
1354+#: openerp/subcontrollers/database.py:192
1355+msgid "Couldn't drop database"
1356+msgstr "Datenbank konnte nicht gelöscht werden."
1357+
1358+#: openerp/subcontrollers/database.py:212
1359+msgid "Could not create backup."
1360+msgstr "Konnte Sicherung nicht erstellen."
1361+
1362+#: openerp/subcontrollers/database.py:230
1363+msgid "Could not restore database."
1364+msgstr "Datenbank konnte nicht wiederhergestellt werden."
1365+
1366+#: openerp/subcontrollers/database.py:232
1367+msgid "Couldn't restore database"
1368+msgstr "Datenbank konnte nicht wiederhergestellt werden."
1369+
1370+#: openerp/subcontrollers/database.py:249
1371+msgid "Bad password provided!"
1372+msgstr "falsches Kennwort eingegeben!"
1373+
1374+#: openerp/subcontrollers/database.py:249
1375+msgid "Could not change super admin password."
1376+msgstr "Konnte Datenbankverwalter Kennwort nicht ändern."
1377+
1378+#: openerp/subcontrollers/database.py:251
1379+msgid "Error, password not changed."
1380+msgstr "Fehler, Kennwort nicht geändert."
1381+
1382+#: openerp/subcontrollers/error_page.py:79
1383+msgid ""
1384+"Your problem has been sent to the quality team!\n"
1385+"We will recontact you after analysing the problem."
1386+msgstr ""
1387+"Ihr Problem wurde an das Qualitätssicherungsteam geschickt\n"
1388+"Wir werden Sie nach der Anlalyse des Problems kontaktieren."
1389+
1390+#: openerp/subcontrollers/error_page.py:81
1391+msgid ""
1392+"Your problem could not be sent to the quality team!\n"
1393+"Please report this error manually at %s"
1394+msgstr ""
1395+"Ihr Problem konnte nicht an das Qualitätssicherungsteam geschickt werden.\n"
1396+"BItte berichten Sie das Problem hier: %s"
1397+
1398+#: openerp/subcontrollers/form.py:499
1399+msgid "Invalid button type"
1400+msgstr "Ungültige Schaltfläche Art"
1401+
1402+#: openerp/subcontrollers/form.py:810 openerp/subcontrollers/tree.py:226
1403+msgid "No record selected!"
1404+msgstr "Kein Datensatz ausgewählt!"
1405+
1406+#: openerp/subcontrollers/form.py:815
1407+msgid "Print Screen"
1408+msgstr "Bildschirm drucken"
1409+
1410+#: openerp/subcontrollers/form.py:832
1411+msgid "You must save this record to use the sidebar button!"
1412+msgstr ""
1413+"Der Datensatz muss vor der Benutzung der seitlichen Werkzeugleiste "
1414+"gespeichert werden"
1415+
1416+#: openerp/subcontrollers/form.py:895
1417+msgid "Wrong on_change trigger: %s"
1418+msgstr "Fehler beim \"on_change Trigger\": %s"
1419+
1420+#: openerp/subcontrollers/impex.py:82
1421+msgid ""
1422+"Operation failed!\n"
1423+"I/O error"
1424+msgstr ""
1425+"Operation fehlgeschlagen!\n"
1426+"Eingabe/Ausgabe Fehler."
1427+
1428+#: openerp/subcontrollers/impex.py:408
1429+msgid "Error opening .CSV file"
1430+msgstr "Fehler beim Öffnen der CSV-Datei"
1431+
1432+#: openerp/subcontrollers/impex.py:408
1433+msgid "Input Error."
1434+msgstr "Eingabe Fehler."
1435+
1436+#: openerp/subcontrollers/impex.py:419
1437+msgid ""
1438+"Error processing your first line of the file.\n"
1439+"Field %s is unknown!"
1440+msgstr ""
1441+"Fehler beim Verarbeiten der 1. Zeile.\n"
1442+"Feld %s ist unbekannt!"
1443+
1444+#: openerp/subcontrollers/impex.py:419
1445+msgid "Import Error."
1446+msgstr "Import Fehler"
1447+
1448+#: openerp/subcontrollers/impex.py:443
1449+msgid "XML-RPC error!"
1450+msgstr "XML-RPC Fehler!"
1451+
1452+#: openerp/subcontrollers/impex.py:445
1453+msgid "Imported %d objects!"
1454+msgstr "Importiert: %d Objkete!"
1455+
1456+#: openerp/subcontrollers/impex.py:450
1457+msgid ""
1458+"Unable to import this record:\n"
1459+"%s\n"
1460+"Error Message:\n"
1461+"%s\n"
1462+"\n"
1463+"%s"
1464+msgstr ""
1465+"Kann diesen Datensatz nicht laden:\n"
1466+"%s\n"
1467+"Fehlermeldung:\n"
1468+"%s\n"
1469+"\n"
1470+"%s"
1471+
1472+#: openerp/subcontrollers/listgrid.py:63
1473+msgid "Parent record doesn't exists..."
1474+msgstr "Übergeordneter Datensatz existiert nicht.."
1475+
1476+#: openerp/subcontrollers/preferences.py:70 openerp/templates/master.kid:a
1477+msgid "Preferences"
1478+msgstr "Einstellungen"
1479+
1480+#: openerp/subcontrollers/process.py:70
1481+msgid "Select Workflow"
1482+msgstr "Auswählen Arbeitsgang"
1483+
1484+#: openerp/subcontrollers/process.py:101
1485+msgid "%(name)s - Resource: %(resource)s, State: %(state)s"
1486+msgstr "%(name)s - Resource: %(resource)s, Status: %(state)s"
1487+
1488+#: openerp/subcontrollers/process.py:113
1489+msgid "Last modified by:"
1490+msgstr "Letzte Änderung durch"
1491+
1492+#: openerp/subcontrollers/requests.py:54
1493+msgid "No request"
1494+msgstr "Keine Anfrage"
1495+
1496+#: openerp/subcontrollers/requests.py:56
1497+msgid "%s request(s)"
1498+msgstr "%s Anfrage(n)"
1499+
1500+#: openerp/subcontrollers/requests.py:59
1501+msgid " - %s pending request(s)"
1502+msgstr " - %s% schwebende Anfragen"
1503+
1504+#: openerp/subcontrollers/translator.py:143
1505+msgid "You need to save the resource before adding translations."
1506+msgstr "Der Datensatz muss vor Übersetzung gespeichert werden."
1507+
1508+#: openerp/subcontrollers/tree.py:261
1509+msgid "No resource selected!"
1510+msgstr "Kein Datensatz ausgewählt!"
1511+
1512+#: openerp/subcontrollers/view_log.py:65
1513+msgid "ID"
1514+msgstr "ID"
1515+
1516+#: openerp/subcontrollers/view_log.py:66
1517+msgid "Creation User"
1518+msgstr "Benutzer erstellen"
1519+
1520+#: openerp/subcontrollers/view_log.py:67
1521+msgid "Creation Date"
1522+msgstr "Erstellungsdatum"
1523+
1524+#: openerp/subcontrollers/view_log.py:68
1525+msgid "Latest Modification by"
1526+msgstr "Letzte Änderung durch"
1527+
1528+#: openerp/subcontrollers/view_log.py:69
1529+msgid "Latest Modification Date"
1530+msgstr "Letztes Änderungsdatum"
1531+
1532+#: openerp/subcontrollers/view_log.py:70
1533+msgid "Owner"
1534+msgstr "Eigentümer"
1535+
1536+#: openerp/subcontrollers/view_log.py:71
1537+msgid "Group Owner"
1538+msgstr "Gruppe Eigentümer"
1539+
1540+#: openerp/subcontrollers/view_log.py:72
1541+msgid "Access Level"
1542+msgstr "Zugriffsebene"
1543+
1544+#: openerp/subcontrollers/view_log.py:81
1545+msgid "No resource is selected..."
1546+msgstr "Kein Datensatz ausgewählt!"
1547+
1548+#: openerp/subcontrollers/viewed.py:220
1549+msgid "Invalid view id."
1550+msgstr "Ungültige Ansicht ID!"
1551+
1552+#: openerp/subcontrollers/viewed.py:500
1553+msgid "Unable to create inherited view."
1554+msgstr "Kann vererbte Sicht nicht erzeugen."
1555+
1556+#: openerp/subcontrollers/viewed.py:502
1557+msgid "Can't create inherited view here."
1558+msgstr "Kann hier keine vererbte Sicht erzeugen."
1559+
1560+#: openerp/subcontrollers/viewed.py:505
1561+msgid "Not implemented yet!"
1562+msgstr "Noch nicht programmiert!"
1563+
1564+#: openerp/subcontrollers/viewed.py:607
1565+msgid "Unable to update the view."
1566+msgstr "Kann Sicht nicht verändern."
1567+
1568+#: openerp/subcontrollers/viewed.py:866
1569+msgid "New Window"
1570+msgstr "Neues Fenster"
1571+
1572+#: openerp/subcontrollers/viewed.py:878
1573+msgid "Cancel Button"
1574+msgstr "Abbrechen Schaltfläche"
1575+
1576+#: openerp/subcontrollers/viewed.py:878
1577+msgid "Save Button"
1578+msgstr "Speichern Schaltfläche"
1579+
1580+#: openerp/subcontrollers/workflow.py:112
1581+#: openerp/subcontrollers/workflow.py:179
1582+msgid "Could not delete state"
1583+msgstr "Konnte Status nicht löschen."
1584+
1585+#: openerp/subcontrollers/workflow.py:226
1586+msgid "No workflow associated!"
1587+msgstr "Kein Arbeitsgang definiert."
1588+
1589+#: openerp/tinyres.py:120
1590+msgid "Bad username or password!"
1591+msgstr "Benutzername oder Kennwort falsch"
1592+
1593+#: openerp/widgets/form.py:841 openerp/widgets/listgrid.py:282
1594+msgid "Invalid view, duplicate field: %s"
1595+msgstr "ungültige Sicht, doppeltes Feld: %s"
1596+
1597+#: openerp/widgets/listgrid.py:488
1598+msgid "Yes"
1599+msgstr "Ja"
1600+
1601+#: openerp/widgets/listgrid.py:490
1602+msgid "No"
1603+msgstr "Nein"
1604+
1605+#: openerp/widgets/many2one.py:51
1606+msgid "== Access Denied =="
1607+msgstr "== Zugriff Abgelehnt! =="
1608+
1609+#: openerp/widgets/one2many.py:59
1610+#: openerp/widgets/templates/viewform.kid:button
1611+msgid "Create new record."
1612+msgstr "neuen Datensatz Erstellen"
1613+
1614+#: openerp/widgets/one2many.py:59
1615+#: openerp/widgets/templates/viewform.kid:button
1616+msgid "New"
1617+msgstr "Neu"
1618+
1619+#: openerp/widgets/one2many.py:74
1620+msgid "Save parent record."
1621+msgstr "Übergeordneten Datensatz sichern"
1622+
1623+#: openerp/widgets/one2many.py:74
1624+msgid "Save/New"
1625+msgstr "Speichern/Neu"
1626+
1627+#: openerp/widgets/pager.py:69
1628+msgid "[%s/%s]"
1629+msgstr "[%s/%s]"
1630+
1631+#: openerp/widgets/pager.py:80
1632+msgid "[%s - %s of %s]"
1633+msgstr "[%s - %s of %s]"
1634+
1635+#: openerp/widgets/tinycalendar/utils.py:34
1636+msgid "Monday"
1637+msgstr "Montag"
1638+
1639+#: openerp/widgets/tinycalendar/utils.py:35
1640+msgid "Tuesday"
1641+msgstr "Dienstag"
1642+
1643+#: openerp/widgets/tinycalendar/utils.py:36
1644+msgid "Wednesday"
1645+msgstr "Mittwoch"
1646+
1647+#: openerp/widgets/tinycalendar/utils.py:37
1648+msgid "Thursday"
1649+msgstr "Donnerstag"
1650+
1651+#: openerp/widgets/tinycalendar/utils.py:38
1652+msgid "Friday"
1653+msgstr "Freitag"
1654+
1655+#: openerp/widgets/tinycalendar/utils.py:39
1656+msgid "Saturday"
1657+msgstr "Samstag"
1658+
1659+#: openerp/widgets/tinycalendar/utils.py:40
1660+msgid "Sunday"
1661+msgstr "Sonntag"
1662+
1663+#: openerp/widgets/tinycalendar/utils.py:43
1664+msgid "January"
1665+msgstr "Januar"
1666+
1667+#: openerp/widgets/tinycalendar/utils.py:44
1668+msgid "February"
1669+msgstr "Februar"
1670+
1671+#: openerp/widgets/tinycalendar/utils.py:45
1672+msgid "March"
1673+msgstr "März"
1674+
1675+#: openerp/widgets/tinycalendar/utils.py:46
1676+msgid "April"
1677+msgstr "April"
1678+
1679+#: openerp/widgets/tinycalendar/utils.py:47
1680+msgid "May"
1681+msgstr "Mai"
1682+
1683+#: openerp/widgets/tinycalendar/utils.py:48
1684+msgid "June"
1685+msgstr "Juni"
1686+
1687+#: openerp/widgets/tinycalendar/utils.py:49
1688+msgid "July"
1689+msgstr "Juli"
1690+
1691+#: openerp/widgets/tinycalendar/utils.py:50
1692+msgid "August"
1693+msgstr "August"
1694+
1695+#: openerp/widgets/tinycalendar/utils.py:51
1696+msgid "September"
1697+msgstr "September"
1698+
1699+#: openerp/widgets/tinycalendar/utils.py:52
1700+msgid "October"
1701+msgstr "Oktober"
1702+
1703+#: openerp/widgets/tinycalendar/utils.py:53
1704+msgid "November"
1705+msgstr "November"
1706+
1707+#: openerp/widgets/tinycalendar/utils.py:54
1708+msgid "December"
1709+msgstr "Dezember"
1710+
1711+#: openerp/widgets/tinycalendar/widgets.py:254
1712+msgid "%s, Week %s"
1713+msgstr "%s, Woche %s"
1714+
1715+#: openerp/widgets/tinycalendar/widgets.py:266
1716+msgid "%s - %s"
1717+msgstr "%s - %s"
1718+
1719+#: openerp/widgets/tinycalendar/widgets.py:268
1720+#: openerp/widgets/tinycalendar/widgets.py:298
1721+#: openerp/widgets/tinycalendar/widgets.py:342
1722+msgid "Week %s"
1723+msgstr "Woche %s"
1724+
1725+#: openerp/widgets/tinycalendar/widgets.py:287
1726+msgid "%s, Qtr %s"
1727+msgstr "%s, Quartal %s"
1728+
1729+#: openerp/widgets/tinycalendar/widgets.py:309
1730+msgid "W %s"
1731+msgstr "W %s"
1732+
1733+#: openerp/widgets/tinycalendar/widgets.py:317
1734+#: openerp/widgets/tinycalendar/widgets.py:331
1735+msgid "Year %s to Year %s"
1736+msgstr "Jahr %s bis Jahr %s"
1737+
1738+#: openerp/widgets/validators.py:166
1739+msgid "Please select a file."
1740+msgstr "Bitte eine Datei auswählen."
1741+
1742+#: openerp/widgets/validators.py:252
1743+msgid "Please enter an email address"
1744+msgstr "BItte eine EMail Adresse eingeben"
1745+
1746+#: openerp/widgets/validators.py:253
1747+msgid "An email address must contain a single @"
1748+msgstr "Eine EMail Adresse muss genau ein \"@\" beinhalten"
1749+
1750+#: openerp/widgets/validators.py:254
1751+msgid ""
1752+"The username portion of the email address is invalid (the portion before the "
1753+"@: %(username)s)"
1754+msgstr "Der Benutzername vor dem \"@\" ist ungültig: %(username)s)"
1755+
1756+#: openerp/widgets/validators.py:255
1757+msgid ""
1758+"The domain portion of the email address is invalid (the portion after the @: "
1759+"%(domain)s)"
1760+msgstr "Der Domain Name der EMail nach dem \"@\" ist ungültig: %(domain)s)"
1761+
1762+#: openerp/widgets/validators.py:259
1763+msgid "You must start your URL with http://, https://, etc"
1764+msgstr "Die URL muss mit http://, https://, etc beginnen"
1765+
1766+#: openerp/widgets/validators.py:260
1767+msgid "That is not a valid URL"
1768+msgstr "Dies ist keine gültige URL"
1769+
1770+#: openerp/widgets/validators.py:261
1771+msgid "You must provide a full domain name (like %(domain)s.com)"
1772+msgstr "Ein Domain Name muss eingegeben werden (Beispiel %(domain)s.com)"
1773+
1774+#: openerp/widgets/validators.py:265
1775+msgid "Please enter an integer value"
1776+msgstr "BItte eine Ganzzahl eingeben (ohne Kommastellen)"
1777+
1778+#: openerp/widgets/validators.py:266
1779+msgid "Please enter a number"
1780+msgstr "Bitte eine Nummer eingeben"
1781+
1782+#: openerp/widgets/validators.py:267
1783+msgid "Invalid datetime format"
1784+msgstr "Ungültiges Datum-Zeit Format"
1785+
1786+#: openerp/widgets/tinycalendar/templates/week.kid:div
1787+#: openerp/static/javascript/treegrid.js:101
1788+msgid "Loading..."
1789+msgstr "Ladevorgang läuft ..."
1790+
1791+#: openerp/widgets/tinycalendar/templates/week.kid:button
1792+msgid "Today..."
1793+msgstr "Heute"
1794+
1795+#: openerp/widgets/tinycalendar/templates/week.kid:button
1796+msgid "Today"
1797+msgstr "Heute"
1798+
1799+#: openerp/widgets/tinycalendar/templates/week.kid:button
1800+msgid "Day Calendar..."
1801+msgstr "Tagesansicht"
1802+
1803+#: openerp/widgets/tinycalendar/templates/week.kid:button
1804+msgid "Day"
1805+msgstr "Tag"
1806+
1807+#: openerp/widgets/tinycalendar/templates/week.kid:button
1808+msgid "Week Calendar..."
1809+msgstr "Wochenansicht"
1810+
1811+#: openerp/widgets/tinycalendar/templates/week.kid:button
1812+msgid "Week"
1813+msgstr "Woche"
1814+
1815+#: openerp/widgets/tinycalendar/templates/week.kid:button
1816+msgid "Month Calendar..."
1817+msgstr "Monatsansicht"
1818+
1819+#: openerp/widgets/tinycalendar/templates/week.kid:button
1820+msgid "Month"
1821+msgstr "Monat"
1822+
1823+#: openerp/widgets/tinycalendar/templates/week.kid:td
1824+msgid "Apply search filter"
1825+msgstr "Suchfilter anwenden"
1826+
1827+#: openerp/widgets/tinycalendar/templates/gantt.kid:img
1828+msgid "Zoom In"
1829+msgstr "Vergrößern"
1830+
1831+#: openerp/widgets/tinycalendar/templates/gantt.kid:img
1832+msgid "Zoom Out"
1833+msgstr "Verkleinern"
1834+
1835+#: openerp/widgets/tinycalendar/templates/mini.kid:td
1836+msgid "M"
1837+msgstr "M"
1838+
1839+#: openerp/widgets/tinycalendar/templates/mini.kid:td
1840+msgid "T"
1841+msgstr "T"
1842+
1843+#: openerp/widgets/tinycalendar/templates/mini.kid:td
1844+msgid "W"
1845+msgstr "W"
1846+
1847+#: openerp/widgets/tinycalendar/templates/mini.kid:td
1848+msgid "F"
1849+msgstr "F"
1850+
1851+#: openerp/widgets/tinycalendar/templates/mini.kid:td
1852+msgid "S"
1853+msgstr "S"
1854+
1855+#: openerp/widgets/templates/selection.kid:option
1856+msgid "Selected"
1857+msgstr "Ausgewählt"
1858+
1859+#: openerp/widgets/templates/selection.kid:option
1860+msgid "Not Selected"
1861+msgstr "Nicht Ausgewählt"
1862+
1863+#: openerp/widgets/templates/frame.kid:sup
1864+msgid "?"
1865+msgstr "?"
1866+
1867+#: openerp/widgets/templates/viewform.kid:button
1868+msgid "Filter records."
1869+msgstr "Datensätze filtern"
1870+
1871+#: openerp/widgets/templates/viewform.kid:button
1872+msgid "Filter"
1873+msgstr "Filter"
1874+
1875+#: openerp/widgets/templates/viewform.kid:button
1876+msgid "Delete selected records."
1877+msgstr "ausgewählte Datensätze löschen"
1878+
1879+#: openerp/widgets/templates/viewform.kid:button
1880+msgid "Delete"
1881+msgstr "Löschen"
1882+
1883+#: openerp/widgets/templates/viewform.kid:button
1884+msgid "Edit selected records."
1885+msgstr "ausgewählte Datensätze bearbeiten"
1886+
1887+#: openerp/widgets/templates/viewform.kid:button
1888+msgid "Edit"
1889+msgstr "Bearbeiten"
1890+
1891+#: openerp/widgets/templates/pager.kid:span
1892+msgid "<< First"
1893+msgstr "<< Erster"
1894+
1895+#: openerp/widgets/templates/pager.kid:span
1896+msgid "< Previous"
1897+msgstr "< Zurück"
1898+
1899+#: openerp/widgets/templates/pager.kid:span
1900+msgid "Next >"
1901+msgstr "Nächster >"
1902+
1903+#: openerp/widgets/templates/pager.kid:span
1904+msgid "Last >>"
1905+msgstr "Letzter >>"
1906+
1907+#: openerp/widgets/templates/pager.kid:a
1908+msgid "Change Limit:"
1909+msgstr "Ändern der Beschränkung:"
1910+
1911+#: openerp/widgets/templates/pager.kid:option
1912+msgid "20"
1913+msgstr "20"
1914+
1915+#: openerp/widgets/templates/pager.kid:option
1916+msgid "40"
1917+msgstr "40"
1918+
1919+#: openerp/widgets/templates/pager.kid:option
1920+msgid "60"
1921+msgstr "60"
1922+
1923+#: openerp/widgets/templates/pager.kid:option
1924+msgid "80"
1925+msgstr "80"
1926+
1927+#: openerp/widgets/templates/pager.kid:option
1928+msgid "100"
1929+msgstr "100"
1930+
1931+#: openerp/widgets/templates/reference.kid:img
1932+msgid "Open a resource"
1933+msgstr "Datensatz öffnen"
1934+
1935+#: openerp/widgets/templates/reference.kid:img
1936+#: openerp/static/workflow/javascript/process.js:291
1937+msgid "Open"
1938+msgstr "Öffnen"
1939+
1940+#: openerp/widgets/templates/reference.kid:img
1941+msgid "Search"
1942+msgstr "Suchen"
1943+
1944+#: openerp/widgets/templates/sidebar.kid:td
1945+msgid "REPORTS"
1946+msgstr "BERICHTE"
1947+
1948+#: openerp/widgets/templates/sidebar.kid:td
1949+msgid "ACTIONS"
1950+msgstr "AKTIONEN"
1951+
1952+#: openerp/widgets/templates/sidebar.kid:td
1953+msgid "LINKS"
1954+msgstr "LINKS"
1955+
1956+#: openerp/widgets/templates/sidebar.kid:td
1957+msgid "ATTACHMENTS"
1958+msgstr "ANHÄNGE"
1959+
1960+#: openerp/widgets/templates/email.kid:img
1961+msgid "Go!"
1962+msgstr "Gehe zu!"
1963+
1964+#: openerp/widgets/templates/listgrid.kid:img
1965+msgid "Update"
1966+msgstr "Aktualisieren"
1967+
1968+#: openerp/widgets/templates/listgrid.kid:img
1969+msgid "Cancel"
1970+msgstr "Abbrechen"
1971+
1972+#: openerp/widgets/templates/listgrid.kid:img
1973+msgid "Move Up"
1974+msgstr "Nach oben"
1975+
1976+#: openerp/widgets/templates/listgrid.kid:img
1977+msgid "Move Down"
1978+msgstr "Nach unten"
1979+
1980+#: openerp/widgets/templates/listgrid.kid:a
1981+msgid "Import"
1982+msgstr "Importieren"
1983+
1984+#: openerp/widgets/templates/listgrid.kid:a
1985+msgid "|"
1986+msgstr "|"
1987+
1988+#: openerp/widgets/templates/listgrid.kid:a
1989+msgid "Export"
1990+msgstr "Exportieren"
1991+
1992+#: openerp/widgets/templates/button.kid:td
1993+msgid "Button Label"
1994+msgstr "Knopf Beschriftung"
1995+
1996+#: openerp/widgets/templates/datetime.kid:img
1997+msgid "Select"
1998+msgstr "Auswählen"
1999+
2000+#: openerp/widgets/templates/separator.kid:td
2001+msgid "Title"
2002+msgstr "Titel"
2003+
2004+#: openerp/widgets/templates/one2many.kid:button
2005+msgid "Delete current record..."
2006+msgstr "Aktuellen Datensatz Löschen"
2007+
2008+#: openerp/widgets/templates/one2many.kid:button
2009+msgid "Previous record..."
2010+msgstr "Voriger Datensatz"
2011+
2012+#: openerp/widgets/templates/one2many.kid:button
2013+msgid "Next record..."
2014+msgstr "Nächster Datensatz"
2015+
2016+#: openerp/widgets/templates/one2many.kid:button
2017+msgid "Switch view..."
2018+msgstr "Umschalten."
2019+
2020+#: openerp/widgets/templates/one2many.kid:img
2021+msgid "Translate me."
2022+msgstr "Übersetze mich."
2023+
2024+#: openerp/widgets/templates/binary.kid:button
2025+msgid "Add"
2026+msgstr "Hinzufügen"
2027+
2028+#: openerp/widgets/templates/binary.kid:button
2029+msgid "Save As"
2030+msgstr "Speichern unter"
2031+
2032+#: openerp/widgets/templates/binary.kid:button
2033+msgid "Clear"
2034+msgstr "Leeren"
2035+
2036+#: openerp/widgets_search/templates/search.kid:div
2037+msgid "Basic Search"
2038+msgstr "Einfache Suche"
2039+
2040+#: openerp/widgets_search/templates/search.kid:div
2041+msgid "Advanced Search"
2042+msgstr "Erweiterte Suche"
2043+
2044+#: openerp/widgets_search/templates/rangewid.kid:b
2045+msgid "-"
2046+msgstr "-"
2047+
2048+#: openerp/templates/about.kid:title
2049+msgid "About the OpenERP Web"
2050+msgstr "Über OpenERP Web"
2051+
2052+#: openerp/templates/about.kid:td
2053+msgid "OpenERP Web"
2054+msgstr "OpenERP Web"
2055+
2056+#: openerp/templates/about.kid:p
2057+msgid "Copyright © 2006-TODAY Tiny ERP Pvt. Ltd. All Rights Reserved."
2058+msgstr "Copyright © 2006-Heute Tiny ERP Pvt. Ltd. Alle Rechte Reserviert."
2059+
2060+#: openerp/templates/about.kid:br
2061+msgid "OpenERP is a trademark of the Tiny Company."
2062+msgstr ""
2063+"OpenERP ist die Handelsmarke von Tiny \n"
2064+"Lizensiert unter"
2065+
2066+#: openerp/templates/about.kid:i
2067+msgid "OpenERP Web Client"
2068+msgstr "OpenERP Web Anwendung"
2069+
2070+#: openerp/templates/about.kid:i
2071+msgid "is jointly developed by"
2072+msgstr "gemeinsam entwickelt von"
2073+
2074+#: openerp/templates/about.kid:a
2075+msgid "Tiny"
2076+msgstr "Tiny"
2077+
2078+#: openerp/templates/about.kid:a
2079+msgid "and"
2080+msgstr "und"
2081+
2082+#: openerp/templates/about.kid:a
2083+msgid "Axelor"
2084+msgstr "Axelor"
2085+
2086+#: openerp/templates/about.kid:a
2087+msgid "."
2088+msgstr "."
2089+
2090+#: openerp/templates/about.kid:p
2091+msgid "Licenced under the terms of"
2092+msgstr "Lizensiert unter den Bedingungen"
2093+
2094+#: openerp/templates/about.kid:a
2095+msgid "OpenERP Public License (OEPL) v1.1"
2096+msgstr "OpenERP Public License (OEPL) v1.1"
2097+
2098+#: openerp/templates/about.kid:td
2099+msgid "About OpenERP"
2100+msgstr "Über OpenERP Web"
2101+
2102+#: openerp/templates/about.kid:a
2103+msgid "OpenERP"
2104+msgstr "OpenERP"
2105+
2106+#: openerp/templates/about.kid:a
2107+msgid ""
2108+"is a free enterprise-scale software system that is designed to boost\n"
2109+"productivity and profit through data integration. It connects, improves and\n"
2110+"manages business processes in areas such as sales, finance, supply chain,\n"
2111+"project management, production, services, CRM, etc.."
2112+msgstr ""
2113+"OpenERP ist eine Unternehmens Software, die Produktivität und Profitabilität "
2114+"durch\n"
2115+"Datenintegration verbessert. Sie verbindet, verbessert und verwaltet "
2116+"Geschäftsprozesse\n"
2117+"in allen Unternehmensbereichen wie zB Verkauf, Finanzen, Einkauf, "
2118+"Produktion, Projektverwaltung, Dienstleistungen, CRM, etc..."
2119+
2120+#: openerp/templates/about.kid:p
2121+msgid ""
2122+"The system is platform-independent, and can be installed on Windows, Mac OS "
2123+"X,\n"
2124+"and various Linux and other Unix-based distributions. Its architecture "
2125+"enables\n"
2126+"new functionality to be rapidly created, modifications to be made to a\n"
2127+"production system and migration to a new version to be straightforward."
2128+msgstr ""
2129+"Das System ist plattformunabhängig und kann auf Windows, Mac-OS und "
2130+"verschiedenen Linux Verianten und anderen UNIX basierenden Systemen "
2131+"eingesetzt werden.\n"
2132+"Die Architektur ermöglicht die rasche Entwicklung neuer Funktionalitäten, "
2133+"laufende Anpassungen des produktiven Systems während des Betriebes, und "
2134+"einfache Migration auf neue Versionen."
2135+
2136+#: openerp/templates/about.kid:p
2137+msgid ""
2138+"Depending on your needs, OpenERP is available through a web or application\n"
2139+"client."
2140+msgstr ""
2141+"Je nach Anforderung ist OpenERP verfügbar als WEB-Applikation oder eigene "
2142+"Anwendung."
2143+
2144+#: openerp/templates/about.kid:td
2145+msgid "Links"
2146+msgstr "Verknüpfungen"
2147+
2148+#: openerp/templates/about.kid:a
2149+msgid "The Axelor Company"
2150+msgstr "Axelor"
2151+
2152+#: openerp/templates/about.kid:a
2153+msgid "The Tiny Company"
2154+msgstr "The Tiny Company"
2155+
2156+#: openerp/templates/about.kid:td
2157+msgid "RESOURCES"
2158+msgstr "DATENSÄTZE"
2159+
2160+#: openerp/templates/about.kid:a
2161+msgid "Homepage"
2162+msgstr "Startseite"
2163+
2164+#: openerp/templates/about.kid:a
2165+msgid "Documentation"
2166+msgstr "Dokumentation"
2167+
2168+#: openerp/templates/about.kid:a
2169+msgid "Forum"
2170+msgstr "Forum"
2171+
2172+#: openerp/templates/about.kid:a
2173+msgid "Modules"
2174+msgstr "Module"
2175+
2176+#: openerp/templates/about.kid:a
2177+msgid "Download"
2178+msgstr "Herunterladen"
2179+
2180+#: openerp/templates/about.kid:a
2181+msgid "Planet"
2182+msgstr "Planet"
2183+
2184+#: openerp/templates/about.kid:a
2185+msgid "SaaS Offers"
2186+msgstr "ASP Angebote"
2187+
2188+#: openerp/templates/about.kid:a
2189+msgid "Trainings"
2190+msgstr "Schulungen"
2191+
2192+#: openerp/templates/about.kid:a
2193+msgid "Services"
2194+msgstr "Dienste"
2195+
2196+#: openerp/templates/master.kid:title
2197+msgid "Your title goes here"
2198+msgstr "Ihr Titel ist hier einzugeben"
2199+
2200+#: openerp/templates/master.kid:td
2201+msgid "Welcome"
2202+msgstr "Willkommen"
2203+
2204+#: openerp/templates/master.kid:a
2205+msgid "Home"
2206+msgstr "Persönlicher Ordner"
2207+
2208+#: openerp/templates/master.kid:a
2209+msgid "About"
2210+msgstr "Über"
2211+
2212+#: openerp/templates/master.kid:a
2213+msgid "Logout"
2214+msgstr "Abmeldung"
2215+
2216+#: openerp/templates/master.kid:td
2217+msgid "Requests:"
2218+msgstr "Anfragen:"
2219+
2220+#: openerp/templates/master.kid:a
2221+msgid "MAIN MENU"
2222+msgstr "Haupt Menü"
2223+
2224+#: openerp/templates/master.kid:a
2225+msgid "SHORTCUTS"
2226+msgstr "Abkürzungen"
2227+
2228+#: openerp/templates/master.kid:a
2229+msgid ">>"
2230+msgstr ">>"
2231+
2232+#: openerp/templates/master.kid:a
2233+msgid "[ADD]"
2234+msgstr "[HINZU]"
2235+
2236+#: openerp/templates/master.kid:div
2237+msgid ""
2238+"Copyright © 2007-TODAY Tiny ERP Pvt. Ltd. All Rights Reserved. More "
2239+"Information on"
2240+msgstr "Copyright © 2007-Heute Tiny ERP Pvt. Ltd. Alle Rechte vorbehalten."
2241+
2242+#: openerp/templates/master.kid:a
2243+msgid "http://openerp.com"
2244+msgstr "http://openerp.com"
2245+
2246+#: openerp/templates/master.kid:br
2247+msgid "The web client is developed by Axelor ("
2248+msgstr "Der Web-Cient wurde von Axelor entwickelt ("
2249+
2250+#: openerp/templates/master.kid:a
2251+msgid "http://axelor.com"
2252+msgstr "http://axelor.com"
2253+
2254+#: openerp/templates/master.kid:a
2255+msgid ") and Tiny ("
2256+msgstr ") und Tiny ("
2257+
2258+#: openerp/templates/master.kid:a
2259+msgid "http://tiny.be"
2260+msgstr "http://tiny.be"
2261+
2262+#: openerp/templates/master.kid:a
2263+msgid ")"
2264+msgstr ")"
2265+
2266+#: openerp/templates/master.kid:br
2267+msgid "Running Server:"
2268+msgstr "Server:"
2269+
2270+#: openerp/templates/login.kid:title
2271+msgid "Login"
2272+msgstr "Login"
2273+
2274+#: openerp/templates/login.kid:img
2275+msgid "Developped by Axelor and Tiny"
2276+msgstr "Entwickelt von Axelor und Tiny"
2277+
2278+#: openerp/templates/login.kid:div
2279+msgid "Welcome to OpenERP"
2280+msgstr "Willkommen bei OpenERP"
2281+
2282+#: openerp/templates/login.kid:td
2283+msgid "Server:"
2284+msgstr "Server:"
2285+
2286+#: openerp/templates/login.kid:option
2287+msgid "dbname"
2288+msgstr "Datenbankname"
2289+
2290+#: openerp/templates/login.kid:td
2291+msgid "User:"
2292+msgstr "Benutzer:"
2293+
2294+#: openerp/templates/login.kid:button
2295+msgid "Databases"
2296+msgstr "Datenbanken"
2297+
2298+#: openerp/subcontrollers/templates/translator.kid:title
2299+msgid "Add Translations"
2300+msgstr "Übersetzungen hinzufügen"
2301+
2302+#: openerp/subcontrollers/templates/translator.kid:td
2303+msgid "Add Translation"
2304+msgstr "Übersetzung hinzufügen"
2305+
2306+#: openerp/subcontrollers/templates/translator.kid:td
2307+msgid "Add Translation for:"
2308+msgstr "Hinzufügen Übersetzung für:"
2309+
2310+#: openerp/subcontrollers/templates/translator.kid:option
2311+msgid "Fields"
2312+msgstr "Felder"
2313+
2314+#: openerp/subcontrollers/templates/translator.kid:option
2315+msgid "Labels"
2316+msgstr "Etiketten"
2317+
2318+#: openerp/subcontrollers/templates/translator.kid:option
2319+msgid "Relates"
2320+msgstr "bezieht sich auf"
2321+
2322+#: openerp/subcontrollers/templates/translator.kid:option
2323+msgid "View"
2324+msgstr "Ansicht"
2325+
2326+#: openerp/subcontrollers/templates/translator.kid:button
2327+msgid "Save"
2328+msgstr "Speichern"
2329+
2330+#: openerp/subcontrollers/templates/translator.kid:button
2331+msgid "Close"
2332+msgstr "Schließen"
2333+
2334+#: openerp/subcontrollers/templates/translator.kid:td
2335+msgid "Field"
2336+msgstr "Feld"
2337+
2338+#: openerp/subcontrollers/templates/translator.kid:td
2339+msgid "Language"
2340+msgstr "Sprache"
2341+
2342+#: openerp/subcontrollers/templates/search.kid:td
2343+msgid "Search View"
2344+msgstr "Suchen Ansicht"
2345+
2346+#: openerp/subcontrollers/templates/search.kid:td
2347+msgid "Screen View"
2348+msgstr "Bildschirm Ansicht"
2349+
2350+#: openerp/subcontrollers/templates/viewed_add.kid:td
2351+msgid "Node Type:"
2352+msgstr "Knoten Typ:"
2353+
2354+#: openerp/subcontrollers/templates/viewed_add.kid:button
2355+msgid "New Field"
2356+msgstr "Neues Feld"
2357+
2358+#: openerp/subcontrollers/templates/viewed_add.kid:td
2359+msgid "Position:"
2360+msgstr "Position:"
2361+
2362+#: openerp/subcontrollers/templates/selection.kid:title
2363+msgid "Select action"
2364+msgstr "Auswählen Aktion"
2365+
2366+#: openerp/subcontrollers/templates/selection.kid:div
2367+msgid "Select your action"
2368+msgstr "Auswählen Ihrer Aktion"
2369+
2370+#: openerp/subcontrollers/templates/viewed.kid:title
2371+msgid "View Editor"
2372+msgstr "Sichten bearbeiten"
2373+
2374+#: openerp/subcontrollers/templates/viewed.kid:button
2375+msgid "Create a new inherited view"
2376+msgstr "Neuen vererbte Sicht erzeugen"
2377+
2378+#: openerp/subcontrollers/templates/viewed.kid:button
2379+msgid "Inherited View"
2380+msgstr "vererbte Ansicht!"
2381+
2382+#: openerp/subcontrollers/templates/viewed.kid:button
2383+msgid "Preview"
2384+msgstr "Voransicht"
2385+
2386+#: openerp/subcontrollers/templates/form.kid:title
2387+msgid "Form Title"
2388+msgstr "Formular Titel"
2389+
2390+#: openerp/subcontrollers/templates/form.kid:button
2391+msgid "Tree View..."
2392+msgstr "Baumansicht"
2393+
2394+#: openerp/subcontrollers/templates/form.kid:button
2395+msgid "Form View..."
2396+msgstr "Formularansicht"
2397+
2398+#: openerp/subcontrollers/templates/form.kid:button
2399+msgid "Form"
2400+msgstr "Formular"
2401+
2402+#: openerp/subcontrollers/templates/form.kid:button
2403+msgid "Calendar View..."
2404+msgstr "Kalenderansicht"
2405+
2406+#: openerp/subcontrollers/templates/form.kid:button
2407+msgid "Calendar"
2408+msgstr "Kalender"
2409+
2410+#: openerp/subcontrollers/templates/form.kid:button
2411+msgid "Gantt View..."
2412+msgstr "Hantt Ansicht"
2413+
2414+#: openerp/subcontrollers/templates/form.kid:button
2415+msgid "Gantt"
2416+msgstr "Gantt"
2417+
2418+#: openerp/subcontrollers/templates/form.kid:button
2419+msgid "Graph View..."
2420+msgstr "Graphik"
2421+
2422+#: openerp/subcontrollers/templates/form.kid:button
2423+msgid "Graph"
2424+msgstr "Graphik"
2425+
2426+#: openerp/subcontrollers/templates/form.kid:button
2427+msgid "Corporate Intelligence..."
2428+msgstr "Geschäftsanalytik"
2429+
2430+#: openerp/subcontrollers/templates/form.kid:button
2431+msgid "Process"
2432+msgstr "Prozess"
2433+
2434+#: openerp/subcontrollers/templates/form.kid:img
2435+msgid "Add an attachment to this resource."
2436+msgstr "Anhang zu Datensatz hinzufügen."
2437+
2438+#: openerp/subcontrollers/templates/form.kid:img
2439+msgid "Translate this resource."
2440+msgstr "Übersetzen Ressource."
2441+
2442+#: openerp/subcontrollers/templates/form.kid:img
2443+msgid "View Log."
2444+msgstr "Protokoll.anzeigen"
2445+
2446+#: openerp/subcontrollers/templates/form.kid:button
2447+msgid "Create a new resource"
2448+msgstr "Neuen Datensatz erzeugen"
2449+
2450+#: openerp/subcontrollers/templates/form.kid:button
2451+msgid "Edit this resource"
2452+msgstr "Bearbeiten Datensatz"
2453+
2454+#: openerp/subcontrollers/templates/form.kid:button
2455+msgid "Save this resource"
2456+msgstr "Speichern Ressource"
2457+
2458+#: openerp/subcontrollers/templates/form.kid:button
2459+msgid "Save & Edit this resource"
2460+msgstr "Speichern & Bearbeiten Datensatz"
2461+
2462+#: openerp/subcontrollers/templates/form.kid:button
2463+msgid "Save & Edit"
2464+msgstr "Speichern & Bearbeiten"
2465+
2466+#: openerp/subcontrollers/templates/form.kid:button
2467+msgid "Duplicate this resource"
2468+msgstr "Dupliziere diesen Datensatz"
2469+
2470+#: openerp/subcontrollers/templates/form.kid:button
2471+msgid "Duplicate"
2472+msgstr "Duplizieren"
2473+
2474+#: openerp/subcontrollers/templates/form.kid:button
2475+msgid "Delete this resource"
2476+msgstr "Datensatz löschen"
2477+
2478+#: openerp/subcontrollers/templates/form.kid:button
2479+msgid "Cancel editing the current resource"
2480+msgstr "Abbrechen der Bearbeitung dieses Datensatzes"
2481+
2482+#: openerp/subcontrollers/templates/form.kid:td
2483+msgid "["
2484+msgstr "["
2485+
2486+#: openerp/subcontrollers/templates/form.kid:a
2487+msgid "Customise"
2488+msgstr "Anpassen"
2489+
2490+#: openerp/subcontrollers/templates/form.kid:a
2491+msgid "]"
2492+msgstr "]"
2493+
2494+#: openerp/subcontrollers/templates/form.kid:a
2495+msgid "Manage views of the current object"
2496+msgstr "Verwalten der Ansichten des aktuellen Objektes"
2497+
2498+#: openerp/subcontrollers/templates/form.kid:a
2499+msgid "Manage Views"
2500+msgstr "Verwalten der Ansichten"
2501+
2502+#: openerp/subcontrollers/templates/form.kid:a
2503+msgid "Manage workflows of the current object"
2504+msgstr "Verwalten der Arbeitsgänge des aktuellen Objektes"
2505+
2506+#: openerp/subcontrollers/templates/form.kid:a
2507+msgid "Manage Workflows"
2508+msgstr "Verwalten Arbeitsgänge"
2509+
2510+#: openerp/subcontrollers/templates/form.kid:a
2511+msgid "Customise current object or create a new object"
2512+msgstr "Aktuelles Objekt anpassen oder neues Objekt erstellen"
2513+
2514+#: openerp/subcontrollers/templates/form.kid:a
2515+msgid "Customise Object"
2516+msgstr "Objekt Anpassen"
2517+
2518+#: openerp/subcontrollers/templates/viewed_new_model.kid:td
2519+msgid "Form View"
2520+msgstr "Formular Ansicht"
2521+
2522+#: openerp/subcontrollers/templates/wkf_list.kid:td
2523+msgid "List View"
2524+msgstr "Listenansicht"
2525+
2526+#: openerp/subcontrollers/templates/wkf_list.kid:button
2527+msgid "Remove"
2528+msgstr "Entfernen"
2529+
2530+#: openerp/subcontrollers/templates/wkf_list.kid:button
2531+msgid "Activate"
2532+msgstr "Aktivieren"
2533+
2534+#: openerp/subcontrollers/templates/wkf_list.kid:td
2535+msgid "Workflow Name:"
2536+msgstr "Arbeitsablauf Name:"
2537+
2538+#: openerp/subcontrollers/templates/wkf_list.kid:td
2539+msgid "Resource Model:"
2540+msgstr "Ressource Modell:"
2541+
2542+#: openerp/subcontrollers/templates/wkf_list.kid:td
2543+msgid "On Create:"
2544+msgstr "Beim Erstellen"
2545+
2546+#: openerp/subcontrollers/templates/viewlist.kid:td
2547+msgid "View Name:"
2548+msgstr "Sicht Name:"
2549+
2550+#: openerp/subcontrollers/templates/viewlist.kid:td
2551+msgid "View Type:"
2552+msgstr "Ansicht Typ:"
2553+
2554+#: openerp/subcontrollers/templates/viewlist.kid:option
2555+msgid "Tree"
2556+msgstr "Baumansicht"
2557+
2558+#: openerp/subcontrollers/templates/viewlist.kid:td
2559+msgid "Priority:"
2560+msgstr "Reihenfolge:"
2561+
2562+#: openerp/subcontrollers/templates/error_page.kid:b
2563+msgid "An unknown error has been reported."
2564+msgstr "Ein unbekannter Fehler wurde gefunden."
2565+
2566+#: openerp/subcontrollers/templates/error_page.kid:b
2567+msgid "You do not have a valid Open ERP maintenance contract !"
2568+msgstr "Sie haben keinen OpenERP Wartungsvertrag!"
2569+
2570+#: openerp/subcontrollers/templates/error_page.kid:br
2571+msgid ""
2572+"If you are using Open ERP in production, it is highly suggested to "
2573+"subscribe\n"
2574+"a maintenance program.\n"
2575+"\n"
2576+"The Open ERP maintenance contract provides you a bugfix guarantee and an\n"
2577+"automatic migration system so that we can fix your problems within a few\n"
2578+"hours. If you had a maintenance contract, this error would have been sent\n"
2579+"to the quality team of the Open ERP editor.\n"
2580+"\n"
2581+"The maintenance program offers you:\n"
2582+"* Automatic migrations on new versions,\n"
2583+"* A bugfix guarantee,\n"
2584+"* Monthly announces of potential bugs and their fixes,\n"
2585+"* Security alerts by email and automatic migration,\n"
2586+"* Access to the customer portal.\n"
2587+"\n"
2588+"You can use the link bellow for more information. The detail of the error\n"
2589+"is displayed on the second tab."
2590+msgstr ""
2591+"Wenn Sie OpenERP in einem Produktionssystem verwenden sollten Sie einen "
2592+"Wartungsvertrag abschliessen.\n"
2593+"Der OpenERP Wartungsvertrage beinhaltet eine Garantie zur Fehlerbehebung und "
2594+"ein \n"
2595+"automatisches Migrationssystem, so dass wir Ihre Probleme innerhalb weniger "
2596+"Stunden beheben können.\n"
2597+"Wenn Sie einen Wartungsvertrag hätten, wäre dieser Fehler an das "
2598+"Qualitätsicherungsteam gesandt worden.\n"
2599+"\n"
2600+"Der Wartungsvertrag beietet:\n"
2601+"* automatische Migration auf neue Versionen\n"
2602+"* Garantie der Fehlerbehebung\n"
2603+"* monatliche Mitteilung möglicher Fehler und deren Behebung\n"
2604+"* Sicherheitsrelevante Warnungen per EMail und automatische Migration.\n"
2605+"* Zugang zum Kundenportal\n"
2606+"\n"
2607+"Sie können den unten stehenden Link für weitere Information verwenden.\n"
2608+"Die Einzelheiten des Fehlers werden auf dem 2. Reiter angezeigt."
2609+
2610+#: openerp/subcontrollers/templates/error_page.kid:br
2611+msgid ""
2612+"Your maintenance contract does not cover all modules installed in your "
2613+"system !\n"
2614+"If you are using Open ERP in production, it is highly suggested to upgrade "
2615+"your\n"
2616+"contract.\n"
2617+"\n"
2618+"If you have developped your own modules or installed third party module, we\n"
2619+"can provide you an additional maintenance contract for these modules. After\n"
2620+"having reviewed your modules, our quality team will ensure they will "
2621+"migrate\n"
2622+"automatically for all futur stable versions of Open ERP at no extra cost.\n"
2623+"\n"
2624+"Here is the list of modules not covered by your maintenance contract:"
2625+msgstr ""
2626+"Ihr Wartungsvertrag beinhaltet nicht alle auf Ihrem System installierten "
2627+"Module.\n"
2628+"Wenn Sie OpenERP in einem Produktionssystem verwenden sollten Sie Ihren "
2629+"Wartungsvertrag erweitern.\n"
2630+"\n"
2631+"Wenn Sie Ihre eigenen oder andere fremde Module installiert haben, \n"
2632+"können wir Ihnen einen erweiterten Wartungsvertrag anbieten.\n"
2633+"Nach Überprüfung Ihrer Module wird unser Wartungsteam sicher stellen, dass "
2634+"Sie \n"
2635+"ohne weitere Kosten auf alle zukünftigen stabilen Versionen von OpenERP "
2636+"migrieren können.\n"
2637+"\n"
2638+"Hier ist eine Liste der Module, die NICHT duch den Wartungsvertrag gedeckt "
2639+"sind."
2640+
2641+#: openerp/subcontrollers/templates/error_page.kid:span
2642+msgid ""
2643+"You can use the link bellow for more information. The detail of the error\n"
2644+"is displayed on the second tab."
2645+msgstr ""
2646+"Sie können den Link weiter unten für weitere Informationene verwenden.\n"
2647+"Die Einzelheiten der Fehlermeldung sind auf dem 2. Reiter zu finden."
2648+
2649+#: openerp/subcontrollers/templates/error_page.kid:strong
2650+msgid "Maintenance contract."
2651+msgstr "Wartungsvertrag"
2652+
2653+#: openerp/subcontrollers/templates/error_page.kid:em
2654+msgid ""
2655+"Your request will be sent to OpenERP and maintenance team will reply you "
2656+"shortly."
2657+msgstr ""
2658+"Ihre Anfrage wird an OpenERP gesendet und das Wartungsteam wird in Kürze "
2659+"antworten."
2660+
2661+#: openerp/subcontrollers/templates/error_page.kid:td
2662+msgid "Explain what you did:"
2663+msgstr "Beschreiben Sie, was Sie gemacht haben"
2664+
2665+#: openerp/subcontrollers/templates/error_page.kid:td
2666+msgid "Other Comments:"
2667+msgstr "weitere Kommentare"
2668+
2669+#: openerp/subcontrollers/templates/error_page.kid:button
2670+msgid "Send to Maintenance Team"
2671+msgstr "Senden and das Service Team"
2672+
2673+#: openerp/subcontrollers/templates/image.kid:title
2674+msgid "Image"
2675+msgstr "Bild"
2676+
2677+#: openerp/subcontrollers/templates/image.kid:td
2678+msgid "Add Resource:"
2679+msgstr "Hinzufügen Ressource:"
2680+
2681+#: openerp/subcontrollers/templates/tree.kid:td
2682+msgid "Tree Title"
2683+msgstr "Baumansicht Titel"
2684+
2685+#: openerp/subcontrollers/templates/tree.kid:button
2686+msgid "Switch current view: form/list"
2687+msgstr "Umschalten aktuelle Ansicht Formular/Liste"
2688+
2689+#: openerp/subcontrollers/templates/tree.kid:button
2690+msgid "Switch"
2691+msgstr "Umschalten"
2692+
2693+#: openerp/subcontrollers/templates/tree.kid:th
2694+msgid "Toolbar"
2695+msgstr "Werkzeugleiste"
2696+
2697+#: openerp/subcontrollers/templates/tree.kid:td
2698+msgid "Tree View"
2699+msgstr "Baumansicht"
2700+
2701+#: openerp/subcontrollers/templates/fieldpref.kid:title
2702+msgid "Field Preferences"
2703+msgstr "Feld Einstellungen"
2704+
2705+#: openerp/subcontrollers/templates/fieldpref.kid:td
2706+msgid "Field Name:"
2707+msgstr "Feld Name:"
2708+
2709+#: openerp/subcontrollers/templates/fieldpref.kid:td
2710+msgid "Domain:"
2711+msgstr "Bereich:"
2712+
2713+#: openerp/subcontrollers/templates/fieldpref.kid:td
2714+msgid "Default Value:"
2715+msgstr "Voreinstellung Wert:"
2716+
2717+#: openerp/subcontrollers/templates/fieldpref.kid:strong
2718+msgid "Value applicable for:"
2719+msgstr "Wert zutreffend für:"
2720+
2721+#: openerp/subcontrollers/templates/fieldpref.kid:td
2722+msgid "Only for you"
2723+msgstr "Nur für Sie"
2724+
2725+#: openerp/subcontrollers/templates/fieldpref.kid:td
2726+msgid "For all"
2727+msgstr "Für alle"
2728+
2729+#: openerp/subcontrollers/templates/fieldpref.kid:strong
2730+msgid "Value applicable if:"
2731+msgstr "Wert zutreffend wenn:"
2732+
2733+#: openerp/subcontrollers/templates/fieldpref.kid:td
2734+msgid "Always applicable!"
2735+msgstr "Immer anwendbar!"
2736+
2737+#: openerp/subcontrollers/templates/imp.kid:title
2738+msgid "Import Data"
2739+msgstr "Importiere Daten"
2740+
2741+#: openerp/subcontrollers/templates/imp.kid:th
2742+msgid "All fields"
2743+msgstr "Alle Felder"
2744+
2745+#: openerp/subcontrollers/templates/imp.kid:th
2746+msgid "Fields to import"
2747+msgstr "Zu importierende Felder"
2748+
2749+#: openerp/subcontrollers/templates/imp.kid:button
2750+msgid "Nothing"
2751+msgstr "alle entfernen"
2752+
2753+#: openerp/subcontrollers/templates/imp.kid:button
2754+msgid "Auto Detect"
2755+msgstr "Autom. Zuordnen"
2756+
2757+#: openerp/subcontrollers/templates/imp.kid:legend
2758+msgid "File to import"
2759+msgstr "Datei zu importieren"
2760+
2761+#: openerp/subcontrollers/templates/imp.kid:legend
2762+msgid "Options"
2763+msgstr "Optionen"
2764+
2765+#: openerp/subcontrollers/templates/imp.kid:td
2766+msgid "Separator:"
2767+msgstr "Trennzeichen:"
2768+
2769+#: openerp/subcontrollers/templates/imp.kid:td
2770+msgid "Delimiter:"
2771+msgstr "Feldtrenner:"
2772+
2773+#: openerp/subcontrollers/templates/imp.kid:td
2774+msgid "Encoding:"
2775+msgstr "Kodierung:"
2776+
2777+#: openerp/subcontrollers/templates/imp.kid:option
2778+msgid "UTF-8"
2779+msgstr "UTF-8"
2780+
2781+#: openerp/subcontrollers/templates/imp.kid:option
2782+msgid "Latin 1"
2783+msgstr "Latein 1"
2784+
2785+#: openerp/subcontrollers/templates/imp.kid:td
2786+msgid "Lines to skip:"
2787+msgstr "Anzahl zu überspringender Zeilen"
2788+
2789+#: openerp/subcontrollers/templates/database.kid:button
2790+msgid "Create"
2791+msgstr "Erstellen"
2792+
2793+#: openerp/subcontrollers/templates/database.kid:button
2794+msgid "Drop"
2795+msgstr "Löschen"
2796+
2797+#: openerp/subcontrollers/templates/database.kid:button
2798+msgid "Backup"
2799+msgstr "Sicherung"
2800+
2801+#: openerp/subcontrollers/templates/database.kid:button
2802+msgid "Restore"
2803+msgstr "Wiederherstellen"
2804+
2805+#: openerp/subcontrollers/templates/database.kid:button
2806+msgid "Password"
2807+msgstr "Kennwort"
2808+
2809+#: openerp/subcontrollers/templates/exp.kid:title
2810+msgid "Export Data"
2811+msgstr "Exportiere Daten"
2812+
2813+#: openerp/subcontrollers/templates/exp.kid:th
2814+msgid "Fields to export"
2815+msgstr "zu exportierende Felder"
2816+
2817+#: openerp/subcontrollers/templates/exp.kid:button
2818+msgid "Save List"
2819+msgstr "Liste Speichern"
2820+
2821+#: openerp/subcontrollers/templates/exp.kid:td
2822+msgid "Name of This Export:"
2823+msgstr "Name dieses Exports."
2824+
2825+#: openerp/subcontrollers/templates/exp.kid:option
2826+msgid "Export as CSV"
2827+msgstr "Exportieren als CSV"
2828+
2829+#: openerp/subcontrollers/templates/exp.kid:option
2830+msgid "Export as Excel"
2831+msgstr "Exportieren als Excel"
2832+
2833+#: openerp/subcontrollers/templates/exp.kid:td
2834+msgid "Add field names"
2835+msgstr "Alle Felder Hinzufügen"
2836+
2837+#: openerp/subcontrollers/templates/workflow.kid:td
2838+msgid "Workflow"
2839+msgstr "Arbeitsablauf"
2840+
2841+#: openerp/subcontrollers/templates/process.kid:b
2842+msgid "Select Process"
2843+msgstr "Prozess auswählen"
2844+
2845+#: openerp/subcontrollers/templates/process.kid:img
2846+#: openerp/static/workflow/javascript/process.js:287
2847+msgid "Help"
2848+msgstr "Hilfe"
2849+
2850+#: openerp/subcontrollers/templates/process.kid:a
2851+msgid "Customize"
2852+msgstr "Anpassen"
2853+
2854+#: openerp/static/javascript/waitbox.js:49
2855+msgid "Please wait..."
2856+msgstr "Bitte warten..."
2857+
2858+#: openerp/static/javascript/waitbox.js:50
2859+msgid "This operation may take a while..."
2860+msgstr "Dieser Vorgang kann eine Weile dauern"
2861+
2862+#: openerp/static/javascript/listgrid.js:414
2863+#: openerp/static/javascript/form.js:284
2864+msgid "You must select at least one record."
2865+msgstr "Wählen Sie mindestens einen Datensatz"
2866+
2867+#: openerp/static/javascript/listgrid.js:416
2868+msgid "Do you really want to delete selected record(s) ?"
2869+msgstr "Wollen Sie die ausgewählten Datensätze wirklich löschen"
2870+
2871+#: openerp/static/javascript/form.js:265
2872+#: openerp/static/tinycalendar/javascript/calendar_box.js:158
2873+msgid "Do you really want to delete this record?"
2874+msgstr "Wollen Sie diesen Datensatz wirklich löschen?"
2875+
2876+#: openerp/static/javascript/form.js:296
2877+msgid "You must save this record to use the relate button!"
2878+msgstr ""
2879+"Sie müssen diesen Datensatz speichern um die \"Relation\" Schaltfläche "
2880+"nutzen zu können"
2881+
2882+#: openerp/static/javascript/viewed.js:71
2883+msgid "Do you really want to remove this node?"
2884+msgstr "Wollen Sie diesen Knoten wirklich löschen?"
2885+
2886+#: openerp/static/javascript/viewed.js:337
2887+msgid "Do you really wants to create an inherited view here?"
2888+msgstr "Wollen Sie hier wirklich eine vererbte Sicht erstellen?"
2889+
2890+#: openerp/static/workflow/javascript/process.js:190
2891+msgid "Notes:"
2892+msgstr "Bemerkungen:"
2893+
2894+#: openerp/static/workflow/javascript/process.js:198
2895+msgid "Subflows:"
2896+msgstr "untergeordnete Flussdiagramme"
2897+
2898+#: openerp/static/workflow/javascript/process.js:202
2899+msgid "Related:"
2900+msgstr "Verbunden:"
2901+
2902+#: openerp/static/workflow/javascript/process.js:292
2903+msgid "Print"
2904+msgstr "Drucken"
2905+
2906+#: openerp/static/workflow/javascript/process.js:299
2907+msgid "Print workflow"
2908+msgstr "Arbeitsfluss Drucken"
2909+
2910+#: openerp/static/workflow/javascript/process.js:305
2911+msgid "Documents"
2912+msgstr "Dokumente"
2913
2914=== added directory 'locales/es_ES'
2915=== added directory 'locales/es_ES/LC_MESSAGES'
2916=== added file 'locales/es_ES/LC_MESSAGES/messages.mo'
2917Binary files locales/es_ES/LC_MESSAGES/messages.mo 1970-01-01 00:00:00 +0000 and locales/es_ES/LC_MESSAGES/messages.mo 2010-03-03 12:28:17 +0000 differ
2918=== added file 'locales/es_ES/LC_MESSAGES/messages.po'
2919--- locales/es_ES/LC_MESSAGES/messages.po 1970-01-01 00:00:00 +0000
2920+++ locales/es_ES/LC_MESSAGES/messages.po 2010-03-03 12:28:17 +0000
2921@@ -0,0 +1,1812 @@
2922+# Spanish translation for openobject-client-web
2923+# Copyright (c) 2008 Rosetta Contributors and Canonical Ltd 2008
2924+# This file is distributed under the same license as the openobject-client-web package.
2925+# FIRST AUTHOR <EMAIL@ADDRESS>, 2008.
2926+#
2927+msgid ""
2928+msgstr ""
2929+"Project-Id-Version: openobject-client-web\n"
2930+"Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n"
2931+"POT-Creation-Date: 2009-01-21 13:32+0000\n"
2932+"PO-Revision-Date: 2009-01-26 15:31+0000\n"
2933+"Last-Translator: Jordi Esteve <jesteve@zikzakmedia.com>\n"
2934+"Language-Team: Spanish <es@li.org>\n"
2935+"MIME-Version: 1.0\n"
2936+"Content-Type: text/plain; charset=UTF-8\n"
2937+"Content-Transfer-Encoding: 8bit\n"
2938+"X-Launchpad-Export-Date: 2009-02-03 14:48+0000\n"
2939+"X-Generator: Launchpad (build Unknown)\n"
2940+
2941+#: openerp/commands.py:50
2942+msgid "Could not find default configuration."
2943+msgstr "No se ha podido encontrar la configuración predeterminada."
2944+
2945+#: openerp/commands.py:53
2946+msgid "Could not find configuration file: %s"
2947+msgstr "No se ha podido encontrar el archivo de configuración: %s"
2948+
2949+#: openerp/common.py:45 openerp/common.py:59
2950+msgid "Error"
2951+msgstr "Error"
2952+
2953+#: openerp/common.py:50 openerp/common.py:62
2954+msgid "Warning"
2955+msgstr "Aviso"
2956+
2957+#: openerp/common.py:55 openerp/subcontrollers/templates/view_log.kid:title
2958+msgid "Information"
2959+msgstr "Información"
2960+
2961+#: openerp/controllers.py:81
2962+msgid "Access Denied!"
2963+msgstr "¡Acceso denegado!"
2964+
2965+#: openerp/controllers.py:81
2966+msgid ""
2967+"You can not log into the system!\n"
2968+"Ask the administrator to verify\n"
2969+"you have an action defined for your user."
2970+msgstr ""
2971+"¡No puede entrar en el sistema!\n"
2972+"Por favor pida al administrador\n"
2973+"que verifique si tiene una acción\n"
2974+"definida para su usuario."
2975+
2976+#: openerp/controllers.py:117 openerp/tinyres.py:117
2977+msgid "Could not connect to server!"
2978+msgstr "¡No se ha podido conectar con el servidor!"
2979+
2980+#: openerp/rpc.py:285 openerp/rpc.py:413
2981+msgid "Connection refused!"
2982+msgstr "¡Conexión rechazada!"
2983+
2984+#: openerp/rpc.py:370
2985+msgid ""
2986+"You select a timezone but OpenERP could not find pytz library!\n"
2987+"The timezone functionality will be disable."
2988+msgstr ""
2989+"¡Ha seleccionado una zona horaria pero OpenERP no ha podido encontrar la "
2990+"librería pytz!\n"
2991+"La funcionalidad de zona horaria será deshabilitada."
2992+
2993+#: openerp/rpc.py:403
2994+msgid "Authorization Error!"
2995+msgstr "¡Error de autorización!"
2996+
2997+#: openerp/rpc.py:403
2998+msgid "Not logged..."
2999+msgstr "No autentificado..."
3000+
3001+#: openerp/rpc.py:420 openerp/rpc.py:423 openerp/subcontrollers/form.py:895
3002+#: openerp/widgets/form.py:841 openerp/widgets/listgrid.py:282
3003+msgid "Application Error!"
3004+msgstr "¡Error de la aplicación!"
3005+
3006+#: openerp/subcontrollers/actions.py:101
3007+msgid "Invalid View!"
3008+msgstr "Vista no válida!"
3009+
3010+#: openerp/subcontrollers/actions.py:128
3011+msgid "Error no report"
3012+msgstr "Error, no informe"
3013+
3014+#: openerp/subcontrollers/actions.py:154
3015+msgid "Nothing to print!"
3016+msgstr "¡Nada para imprimir!"
3017+
3018+#: openerp/subcontrollers/actions.py:169
3019+msgid "Printing aborted, too long delay!"
3020+msgstr "¡Impresión cancelada, tiempo de espera demasiado largo!"
3021+
3022+#: openerp/subcontrollers/actions.py:300
3023+msgid "Relative URLs are not supported!"
3024+msgstr "¡URLs relativas no están soportadas!"
3025+
3026+#: openerp/subcontrollers/actions.py:313 openerp/widgets/action.py:60
3027+msgid "Action not found!"
3028+msgstr "¡No se ha encontrado la acción!"
3029+
3030+#: openerp/subcontrollers/actions.py:359
3031+msgid "No action defined!"
3032+msgstr "¡No se ha definido una acción!"
3033+
3034+#: openerp/subcontrollers/attachment.py:64
3035+msgid "No record selected! You can only attach to existing record..."
3036+msgstr ""
3037+"¡No ha seleccionado un registro! Sólo puede adjuntar a un registro en "
3038+"concreto ..."
3039+
3040+#: openerp/subcontrollers/database.py:64
3041+#: openerp/subcontrollers/templates/database.kid:button
3042+msgid "Create new database"
3043+msgstr "Crear nueva base de datos"
3044+
3045+#: openerp/subcontrollers/database.py:66 openerp/subcontrollers/database.py:81
3046+#: openerp/subcontrollers/database.py:90 openerp/subcontrollers/database.py:98
3047+#: openerp/subcontrollers/database.py:107
3048+#: openerp/subcontrollers/templates/selection.kid:button
3049+msgid "OK"
3050+msgstr "Aceptar"
3051+
3052+#: openerp/subcontrollers/database.py:68
3053+msgid "Super admin password:"
3054+msgstr "Contraseña de super administrador:"
3055+
3056+#: openerp/subcontrollers/database.py:69
3057+#: openerp/subcontrollers/database.py:101
3058+msgid "New database name:"
3059+msgstr "Nuevo nombre de la base de datos:"
3060+
3061+#: openerp/subcontrollers/database.py:70
3062+msgid "Load Demonstration data:"
3063+msgstr "Cargar datos de demostración:"
3064+
3065+#: openerp/subcontrollers/database.py:71
3066+msgid "Default Language:"
3067+msgstr "Idioma predeterminado:"
3068+
3069+#: openerp/subcontrollers/database.py:72
3070+msgid "Administrator password:"
3071+msgstr "Contraseña de administrador:"
3072+
3073+#: openerp/subcontrollers/database.py:73
3074+msgid "Confirm password:"
3075+msgstr "Confirmar contraseña:"
3076+
3077+#: openerp/subcontrollers/database.py:79
3078+#: openerp/subcontrollers/templates/database.kid:button
3079+msgid "Drop database"
3080+msgstr "Eliminar base de datos"
3081+
3082+#: openerp/subcontrollers/database.py:82
3083+msgid "Do you really want to drop the selected database?"
3084+msgstr "¿Realmente desea eliminar la base de datos seleccionada?"
3085+
3086+#: openerp/subcontrollers/database.py:83 openerp/subcontrollers/database.py:91
3087+#: openerp/templates/login.kid:td
3088+msgid "Database:"
3089+msgstr "Base de datos:"
3090+
3091+#: openerp/subcontrollers/database.py:84 openerp/subcontrollers/database.py:92
3092+#: openerp/subcontrollers/database.py:100 openerp/templates/login.kid:td
3093+msgid "Password:"
3094+msgstr "Contraseña:"
3095+
3096+#: openerp/subcontrollers/database.py:88
3097+#: openerp/subcontrollers/templates/database.kid:button
3098+msgid "Backup database"
3099+msgstr "Copia de seguridad de la base de datos"
3100+
3101+#: openerp/subcontrollers/database.py:96
3102+#: openerp/subcontrollers/templates/database.kid:button
3103+msgid "Restore database"
3104+msgstr "Restaurar base de datos"
3105+
3106+#: openerp/subcontrollers/database.py:99
3107+msgid "File:"
3108+msgstr "Archivo:"
3109+
3110+#: openerp/subcontrollers/database.py:105
3111+#: openerp/subcontrollers/templates/database.kid:button
3112+msgid "Change Administrator Password"
3113+msgstr "Cambiar contraseña de administrador"
3114+
3115+#: openerp/subcontrollers/database.py:108
3116+msgid "Old Password:"
3117+msgstr "Contraseña anterior:"
3118+
3119+#: openerp/subcontrollers/database.py:109
3120+msgid "New Password:"
3121+msgstr "Contraseña nueva:"
3122+
3123+#: openerp/subcontrollers/database.py:110
3124+msgid "Confirm Password:"
3125+msgstr "Confirmar contraseña:"
3126+
3127+#: openerp/subcontrollers/database.py:140
3128+msgid "Bad database name!"
3129+msgstr "¡Nombre de la base de datos erróneo!"
3130+
3131+#: openerp/subcontrollers/database.py:140
3132+msgid ""
3133+"The database name must contain only normal characters or \"_\".\n"
3134+"You must avoid all accents, space or special characters."
3135+msgstr ""
3136+"El nombre de la base de datos debe contener sólo caracteres normales o "
3137+"\"_\".\n"
3138+"Debe evitar todos los acentos, espacio o los caracteres especiales."
3139+
3140+#: openerp/subcontrollers/database.py:164
3141+msgid "Database already exists!"
3142+msgstr "¡La base de datos ya existe!"
3143+
3144+#: openerp/subcontrollers/database.py:164
3145+#: openerp/subcontrollers/database.py:169
3146+#: openerp/subcontrollers/database.py:171
3147+msgid "Could not create database."
3148+msgstr "No se ha podido crear la base de datos."
3149+
3150+#: openerp/subcontrollers/database.py:166
3151+msgid ""
3152+"The server crashed during installation.\n"
3153+"We suggest you to drop this database."
3154+msgstr ""
3155+"El servidor ha fallado durante la instalación.\n"
3156+"Le sugerimos eliminar la base de datos."
3157+
3158+#: openerp/subcontrollers/database.py:167
3159+msgid "Error during database creation!"
3160+msgstr "¡Error durante la creación de la base de datos!"
3161+
3162+#: openerp/subcontrollers/database.py:169
3163+#: openerp/subcontrollers/database.py:190
3164+#: openerp/subcontrollers/database.py:230
3165+msgid "Bad database administrator password!"
3166+msgstr "¡Contraseña del administrador de la base de datos errónea!"
3167+
3168+#: openerp/subcontrollers/database.py:190
3169+msgid "Could not drop database."
3170+msgstr "No se ha podido eliminar la base de datos."
3171+
3172+#: openerp/subcontrollers/database.py:192
3173+msgid "Couldn't drop database"
3174+msgstr "No se ha podido eliminar la base de datos"
3175+
3176+#: openerp/subcontrollers/database.py:212
3177+msgid "Could not create backup."
3178+msgstr "No se ha podido crear la copia de seguridad."
3179+
3180+#: openerp/subcontrollers/database.py:230
3181+msgid "Could not restore database."
3182+msgstr "No se ha podido restaurar la base de datos."
3183+
3184+#: openerp/subcontrollers/database.py:232
3185+msgid "Couldn't restore database"
3186+msgstr "No se ha podido restaurar la base de datos"
3187+
3188+#: openerp/subcontrollers/database.py:249
3189+msgid "Bad password provided!"
3190+msgstr "¡Se ha proporcionado una contraseña errónea!"
3191+
3192+#: openerp/subcontrollers/database.py:249
3193+msgid "Could not change super admin password."
3194+msgstr "No se ha podido cambiar la contraseña del super administrador."
3195+
3196+#: openerp/subcontrollers/database.py:251
3197+msgid "Error, password not changed."
3198+msgstr "Error, contraseña no cambiada."
3199+
3200+#: openerp/subcontrollers/error_page.py:79
3201+msgid ""
3202+"Your problem has been sent to the quality team!\n"
3203+"We will recontact you after analysing the problem."
3204+msgstr ""
3205+"¡Su problema ha sido enviado al equipo de calidad!\n"
3206+"Nos volveremos a poner en contacto después de analizar el problema."
3207+
3208+#: openerp/subcontrollers/error_page.py:81
3209+msgid ""
3210+"Your problem could not be sent to the quality team!\n"
3211+"Please report this error manually at %s"
3212+msgstr ""
3213+"¡Su problema no ha podido ser enviado al equipo de calidad!\n"
3214+"Por favor informe de este error manualmente en %s"
3215+
3216+#: openerp/subcontrollers/form.py:499
3217+msgid "Invalid button type"
3218+msgstr "Tipo de botón no válido"
3219+
3220+#: openerp/subcontrollers/form.py:810 openerp/subcontrollers/tree.py:226
3221+msgid "No record selected!"
3222+msgstr "¡Ningún registro seleccionado!"
3223+
3224+#: openerp/subcontrollers/form.py:815
3225+msgid "Print Screen"
3226+msgstr "Imprimir pantalla"
3227+
3228+#: openerp/subcontrollers/form.py:832
3229+msgid "You must save this record to use the sidebar button!"
3230+msgstr "Debe guardar este registro para usar el botón lateral!"
3231+
3232+#: openerp/subcontrollers/form.py:895
3233+msgid "Wrong on_change trigger: %s"
3234+msgstr "Disparador on_change erróneo: %s"
3235+
3236+#: openerp/subcontrollers/impex.py:82
3237+msgid ""
3238+"Operation failed!\n"
3239+"I/O error"
3240+msgstr ""
3241+"¡La operación ha fallado!\n"
3242+"Error entrada/salida"
3243+
3244+#: openerp/subcontrollers/impex.py:408
3245+msgid "Error opening .CSV file"
3246+msgstr "Error abriendo archivo .CSV"
3247+
3248+#: openerp/subcontrollers/impex.py:408
3249+msgid "Input Error."
3250+msgstr "Error de entrada."
3251+
3252+#: openerp/subcontrollers/impex.py:419
3253+msgid ""
3254+"Error processing your first line of the file.\n"
3255+"Field %s is unknown!"
3256+msgstr ""
3257+"Error procesando la primera línea del archivo.\n"
3258+"¡Campo %s desconocido!"
3259+
3260+#: openerp/subcontrollers/impex.py:419
3261+msgid "Import Error."
3262+msgstr "Error de importación."
3263+
3264+#: openerp/subcontrollers/impex.py:443
3265+msgid "XML-RPC error!"
3266+msgstr "¡Error XML-RPC!"
3267+
3268+#: openerp/subcontrollers/impex.py:445
3269+msgid "Imported %d objects!"
3270+msgstr "¡Se ha importado %d objetos!"
3271+
3272+#: openerp/subcontrollers/impex.py:450
3273+msgid ""
3274+"Unable to import this record:\n"
3275+"%s\n"
3276+"Error Message:\n"
3277+"%s\n"
3278+"\n"
3279+"%s"
3280+msgstr ""
3281+"No es posible importar este registro:\n"
3282+"%s\n"
3283+"Mensaje de error:\n"
3284+"%s\n"
3285+"\n"
3286+"%s"
3287+
3288+#: openerp/subcontrollers/listgrid.py:63
3289+msgid "Parent record doesn't exists..."
3290+msgstr "Registro padre no existe..."
3291+
3292+#: openerp/subcontrollers/preferences.py:70 openerp/templates/master.kid:a
3293+msgid "Preferences"
3294+msgstr "Preferencias"
3295+
3296+#: openerp/subcontrollers/process.py:70
3297+msgid "Select Workflow"
3298+msgstr "Seleccionar flujo"
3299+
3300+#: openerp/subcontrollers/process.py:101
3301+msgid "%(name)s - Resource: %(resource)s, State: %(state)s"
3302+msgstr "%(name)s - Recurso: %(resource)s, Estado: %(state)s"
3303+
3304+#: openerp/subcontrollers/process.py:113
3305+msgid "Last modified by:"
3306+msgstr "Última modificación por:"
3307+
3308+#: openerp/subcontrollers/requests.py:54
3309+msgid "No request"
3310+msgstr "No hay solicitudes"
3311+
3312+#: openerp/subcontrollers/requests.py:56
3313+msgid "%s request(s)"
3314+msgstr "%s solicitud(es)"
3315+
3316+#: openerp/subcontrollers/requests.py:59
3317+msgid " - %s pending request(s)"
3318+msgstr " - %s solicitud(es) pendiente(s)"
3319+
3320+#: openerp/subcontrollers/translator.py:143
3321+msgid "You need to save the resource before adding translations."
3322+msgstr "Debe guardar el registro antes de añadir traducciones."
3323+
3324+#: openerp/subcontrollers/tree.py:261
3325+msgid "No resource selected!"
3326+msgstr "¡No ha seleccionado ningún registro!"
3327+
3328+#: openerp/subcontrollers/view_log.py:65
3329+msgid "ID"
3330+msgstr "ID"
3331+
3332+#: openerp/subcontrollers/view_log.py:66
3333+msgid "Creation User"
3334+msgstr "Creado por el usuario"
3335+
3336+#: openerp/subcontrollers/view_log.py:67
3337+msgid "Creation Date"
3338+msgstr "Fecha creación"
3339+
3340+#: openerp/subcontrollers/view_log.py:68
3341+msgid "Latest Modification by"
3342+msgstr "Última modificación hecha por"
3343+
3344+#: openerp/subcontrollers/view_log.py:69
3345+msgid "Latest Modification Date"
3346+msgstr "Fecha última modificación"
3347+
3348+#: openerp/subcontrollers/view_log.py:70
3349+msgid "Owner"
3350+msgstr "Propietario"
3351+
3352+#: openerp/subcontrollers/view_log.py:71
3353+msgid "Group Owner"
3354+msgstr "Grupo del propietario"
3355+
3356+#: openerp/subcontrollers/view_log.py:72
3357+msgid "Access Level"
3358+msgstr "Nivel de acceso"
3359+
3360+#: openerp/subcontrollers/view_log.py:81
3361+msgid "No resource is selected..."
3362+msgstr "No ha seleccionado un registro..."
3363+
3364+#: openerp/subcontrollers/viewed.py:220
3365+msgid "Invalid view id."
3366+msgstr "ID de vista no válido."
3367+
3368+#: openerp/subcontrollers/viewed.py:500
3369+msgid "Unable to create inherited view."
3370+msgstr "Imposible crear una vista heredada."
3371+
3372+#: openerp/subcontrollers/viewed.py:502
3373+msgid "Can't create inherited view here."
3374+msgstr "No se puede crear una vista heredada aquí."
3375+
3376+#: openerp/subcontrollers/viewed.py:505
3377+msgid "Not implemented yet!"
3378+msgstr "¡No implementado aún!"
3379+
3380+#: openerp/subcontrollers/viewed.py:607
3381+msgid "Unable to update the view."
3382+msgstr "No se puede actualizar la vista."
3383+
3384+#: openerp/subcontrollers/viewed.py:866
3385+msgid "New Window"
3386+msgstr "Nueva ventana"
3387+
3388+#: openerp/subcontrollers/viewed.py:878
3389+msgid "Cancel Button"
3390+msgstr "Botón Cancelar"
3391+
3392+#: openerp/subcontrollers/viewed.py:878
3393+msgid "Save Button"
3394+msgstr "Botón Guardar"
3395+
3396+#: openerp/subcontrollers/workflow.py:112
3397+#: openerp/subcontrollers/workflow.py:179
3398+msgid "Could not delete state"
3399+msgstr "No se ha podido eliminar el estado"
3400+
3401+#: openerp/subcontrollers/workflow.py:226
3402+msgid "No workflow associated!"
3403+msgstr "¡No hay flujo asociado!"
3404+
3405+#: openerp/tinyres.py:120
3406+msgid "Bad username or password!"
3407+msgstr "¡Nombre de usuario o contraseña incorrecto!"
3408+
3409+#: openerp/widgets/form.py:841 openerp/widgets/listgrid.py:282
3410+msgid "Invalid view, duplicate field: %s"
3411+msgstr "Vista no válida, campo duplicado: %s"
3412+
3413+#: openerp/widgets/listgrid.py:488
3414+msgid "Yes"
3415+msgstr "Sí"
3416+
3417+#: openerp/widgets/listgrid.py:490
3418+msgid "No"
3419+msgstr "No"
3420+
3421+#: openerp/widgets/many2one.py:51
3422+msgid "== Access Denied =="
3423+msgstr "== Acceso denegado =="
3424+
3425+#: openerp/widgets/one2many.py:59
3426+#: openerp/widgets/templates/viewform.kid:button
3427+msgid "Create new record."
3428+msgstr "Crea un registro nuevo."
3429+
3430+#: openerp/widgets/one2many.py:59
3431+#: openerp/widgets/templates/viewform.kid:button
3432+msgid "New"
3433+msgstr "Nuevo"
3434+
3435+#: openerp/widgets/one2many.py:74
3436+msgid "Save parent record."
3437+msgstr "Guardar registro padre."
3438+
3439+#: openerp/widgets/one2many.py:74
3440+msgid "Save/New"
3441+msgstr "Guardar/Nuevo"
3442+
3443+#: openerp/widgets/pager.py:69
3444+msgid "[%s/%s]"
3445+msgstr "[%s/%s]"
3446+
3447+#: openerp/widgets/pager.py:80
3448+msgid "[%s - %s of %s]"
3449+msgstr "[%s - %s de %s]"
3450+
3451+#: openerp/widgets/tinycalendar/utils.py:34
3452+msgid "Monday"
3453+msgstr "Lunes"
3454+
3455+#: openerp/widgets/tinycalendar/utils.py:35
3456+msgid "Tuesday"
3457+msgstr "Martes"
3458+
3459+#: openerp/widgets/tinycalendar/utils.py:36
3460+msgid "Wednesday"
3461+msgstr "Miércoles"
3462+
3463+#: openerp/widgets/tinycalendar/utils.py:37
3464+msgid "Thursday"
3465+msgstr "Jueves"
3466+
3467+#: openerp/widgets/tinycalendar/utils.py:38
3468+msgid "Friday"
3469+msgstr "Viernes"
3470+
3471+#: openerp/widgets/tinycalendar/utils.py:39
3472+msgid "Saturday"
3473+msgstr "Sábado"
3474+
3475+#: openerp/widgets/tinycalendar/utils.py:40
3476+msgid "Sunday"
3477+msgstr "Domingo"
3478+
3479+#: openerp/widgets/tinycalendar/utils.py:43
3480+msgid "January"
3481+msgstr "Enero"
3482+
3483+#: openerp/widgets/tinycalendar/utils.py:44
3484+msgid "February"
3485+msgstr "Febrero"
3486+
3487+#: openerp/widgets/tinycalendar/utils.py:45
3488+msgid "March"
3489+msgstr "Marzo"
3490+
3491+#: openerp/widgets/tinycalendar/utils.py:46
3492+msgid "April"
3493+msgstr "Abril"
3494+
3495+#: openerp/widgets/tinycalendar/utils.py:47
3496+msgid "May"
3497+msgstr "Mayo"
3498+
3499+#: openerp/widgets/tinycalendar/utils.py:48
3500+msgid "June"
3501+msgstr "Junio"
3502+
3503+#: openerp/widgets/tinycalendar/utils.py:49
3504+msgid "July"
3505+msgstr "Julio"
3506+
3507+#: openerp/widgets/tinycalendar/utils.py:50
3508+msgid "August"
3509+msgstr "Agosto"
3510+
3511+#: openerp/widgets/tinycalendar/utils.py:51
3512+msgid "September"
3513+msgstr "Septiembre"
3514+
3515+#: openerp/widgets/tinycalendar/utils.py:52
3516+msgid "October"
3517+msgstr "Octubre"
3518+
3519+#: openerp/widgets/tinycalendar/utils.py:53
3520+msgid "November"
3521+msgstr "Noviembre"
3522+
3523+#: openerp/widgets/tinycalendar/utils.py:54
3524+msgid "December"
3525+msgstr "Diciembre"
3526+
3527+#: openerp/widgets/tinycalendar/widgets.py:254
3528+msgid "%s, Week %s"
3529+msgstr "%s, Semana %s"
3530+
3531+#: openerp/widgets/tinycalendar/widgets.py:266
3532+msgid "%s - %s"
3533+msgstr "%s - %s"
3534+
3535+#: openerp/widgets/tinycalendar/widgets.py:268
3536+#: openerp/widgets/tinycalendar/widgets.py:298
3537+#: openerp/widgets/tinycalendar/widgets.py:342
3538+msgid "Week %s"
3539+msgstr "Semana %s"
3540+
3541+#: openerp/widgets/tinycalendar/widgets.py:287
3542+msgid "%s, Qtr %s"
3543+msgstr "%s, Ctr %s"
3544+
3545+#: openerp/widgets/tinycalendar/widgets.py:309
3546+msgid "W %s"
3547+msgstr "S %s"
3548+
3549+#: openerp/widgets/tinycalendar/widgets.py:317
3550+#: openerp/widgets/tinycalendar/widgets.py:331
3551+msgid "Year %s to Year %s"
3552+msgstr "Año %s a año %s"
3553+
3554+#: openerp/widgets/validators.py:166
3555+msgid "Please select a file."
3556+msgstr "Por favor seleccione un archivo."
3557+
3558+#: openerp/widgets/validators.py:252
3559+msgid "Please enter an email address"
3560+msgstr "Por favor introduzca un correo electrónico"
3561+
3562+#: openerp/widgets/validators.py:253
3563+msgid "An email address must contain a single @"
3564+msgstr "La dirección de correo debe contener una única @"
3565+
3566+#: openerp/widgets/validators.py:254
3567+msgid ""
3568+"The username portion of the email address is invalid (the portion before the "
3569+"@: %(username)s)"
3570+msgstr ""
3571+"El nombre de usuario del correo electrónico es inválido (el fragmento "
3572+"anterior a la @: %(username)s)"
3573+
3574+#: openerp/widgets/validators.py:255
3575+msgid ""
3576+"The domain portion of the email address is invalid (the portion after the @: "
3577+"%(domain)s)"
3578+msgstr ""
3579+"El dominio del correo electrónico es inválido (el fragmento posterior a la "
3580+"@: %(domain)s)"
3581+
3582+#: openerp/widgets/validators.py:259
3583+msgid "You must start your URL with http://, https://, etc"
3584+msgstr "Su URL debe empezar con http://, https://, etc."
3585+
3586+#: openerp/widgets/validators.py:260
3587+msgid "That is not a valid URL"
3588+msgstr "Ésta no es una URL válida"
3589+
3590+#: openerp/widgets/validators.py:261
3591+msgid "You must provide a full domain name (like %(domain)s.com)"
3592+msgstr "Debe introducir el nombre de dominio completo (como %(domain)s.com)"
3593+
3594+#: openerp/widgets/validators.py:265
3595+msgid "Please enter an integer value"
3596+msgstr "Por favor introduzca un valor numérico entero"
3597+
3598+#: openerp/widgets/validators.py:266
3599+msgid "Please enter a number"
3600+msgstr "Por favor introduzca un número"
3601+
3602+#: openerp/widgets/validators.py:267
3603+msgid "Invalid datetime format"
3604+msgstr "Formato de fecha/hora inválido"
3605+
3606+#: openerp/widgets/tinycalendar/templates/week.kid:div
3607+#: openerp/static/javascript/treegrid.js:101
3608+msgid "Loading..."
3609+msgstr "Cargando..."
3610+
3611+#: openerp/widgets/tinycalendar/templates/week.kid:button
3612+msgid "Today..."
3613+msgstr "Hoy..."
3614+
3615+#: openerp/widgets/tinycalendar/templates/week.kid:button
3616+msgid "Today"
3617+msgstr "Hoy"
3618+
3619+#: openerp/widgets/tinycalendar/templates/week.kid:button
3620+msgid "Day Calendar..."
3621+msgstr "Calendario diario..."
3622+
3623+#: openerp/widgets/tinycalendar/templates/week.kid:button
3624+msgid "Day"
3625+msgstr "Día"
3626+
3627+#: openerp/widgets/tinycalendar/templates/week.kid:button
3628+msgid "Week Calendar..."
3629+msgstr "Calendario semanal..."
3630+
3631+#: openerp/widgets/tinycalendar/templates/week.kid:button
3632+msgid "Week"
3633+msgstr "Semana"
3634+
3635+#: openerp/widgets/tinycalendar/templates/week.kid:button
3636+msgid "Month Calendar..."
3637+msgstr "Calendario mensual..."
3638+
3639+#: openerp/widgets/tinycalendar/templates/week.kid:button
3640+msgid "Month"
3641+msgstr "Mes"
3642+
3643+#: openerp/widgets/tinycalendar/templates/week.kid:td
3644+msgid "Apply search filter"
3645+msgstr "Aplica filtro de búsqueda"
3646+
3647+#: openerp/widgets/tinycalendar/templates/gantt.kid:img
3648+msgid "Zoom In"
3649+msgstr "Ampliar"
3650+
3651+#: openerp/widgets/tinycalendar/templates/gantt.kid:img
3652+msgid "Zoom Out"
3653+msgstr "Reducir"
3654+
3655+#: openerp/widgets/tinycalendar/templates/mini.kid:td
3656+msgid "M"
3657+msgstr "M"
3658+
3659+#: openerp/widgets/tinycalendar/templates/mini.kid:td
3660+msgid "T"
3661+msgstr "T"
3662+
3663+#: openerp/widgets/tinycalendar/templates/mini.kid:td
3664+msgid "W"
3665+msgstr "W"
3666+
3667+#: openerp/widgets/tinycalendar/templates/mini.kid:td
3668+msgid "F"
3669+msgstr "F"
3670+
3671+#: openerp/widgets/tinycalendar/templates/mini.kid:td
3672+msgid "S"
3673+msgstr "S"
3674+
3675+#: openerp/widgets/templates/selection.kid:option
3676+msgid "Selected"
3677+msgstr "Seleccionado"
3678+
3679+#: openerp/widgets/templates/selection.kid:option
3680+msgid "Not Selected"
3681+msgstr "No seleccionado"
3682+
3683+#: openerp/widgets/templates/frame.kid:sup
3684+msgid "?"
3685+msgstr "?"
3686+
3687+#: openerp/widgets/templates/viewform.kid:button
3688+msgid "Filter records."
3689+msgstr "Filtrar registros."
3690+
3691+#: openerp/widgets/templates/viewform.kid:button
3692+msgid "Filter"
3693+msgstr "Filtro"
3694+
3695+#: openerp/widgets/templates/viewform.kid:button
3696+msgid "Delete selected records."
3697+msgstr "Eliminar registros seleccionados."
3698+
3699+#: openerp/widgets/templates/viewform.kid:button
3700+msgid "Delete"
3701+msgstr "Eliminar"
3702+
3703+#: openerp/widgets/templates/viewform.kid:button
3704+msgid "Edit selected records."
3705+msgstr "Editar registros seleccionados."
3706+
3707+#: openerp/widgets/templates/viewform.kid:button
3708+msgid "Edit"
3709+msgstr "Editar"
3710+
3711+#: openerp/widgets/templates/pager.kid:span
3712+msgid "<< First"
3713+msgstr "<< Primero"
3714+
3715+#: openerp/widgets/templates/pager.kid:span
3716+msgid "< Previous"
3717+msgstr "< Ant."
3718+
3719+#: openerp/widgets/templates/pager.kid:span
3720+msgid "Next >"
3721+msgstr "Sig. >"
3722+
3723+#: openerp/widgets/templates/pager.kid:span
3724+msgid "Last >>"
3725+msgstr "Último >>"
3726+
3727+#: openerp/widgets/templates/pager.kid:a
3728+msgid "Change Limit:"
3729+msgstr "Cambiar límite:"
3730+
3731+#: openerp/widgets/templates/pager.kid:option
3732+msgid "20"
3733+msgstr "20"
3734+
3735+#: openerp/widgets/templates/pager.kid:option
3736+msgid "40"
3737+msgstr "40"
3738+
3739+#: openerp/widgets/templates/pager.kid:option
3740+msgid "60"
3741+msgstr "60"
3742+
3743+#: openerp/widgets/templates/pager.kid:option
3744+msgid "80"
3745+msgstr "80"
3746+
3747+#: openerp/widgets/templates/pager.kid:option
3748+msgid "100"
3749+msgstr "100"
3750+
3751+#: openerp/widgets/templates/reference.kid:img
3752+msgid "Open a resource"
3753+msgstr "Abrir un registro"
3754+
3755+#: openerp/widgets/templates/reference.kid:img
3756+#: openerp/static/workflow/javascript/process.js:291
3757+msgid "Open"
3758+msgstr "Abrir"
3759+
3760+#: openerp/widgets/templates/reference.kid:img
3761+msgid "Search"
3762+msgstr "Buscar"
3763+
3764+#: openerp/widgets/templates/sidebar.kid:td
3765+msgid "REPORTS"
3766+msgstr "INFORMES"
3767+
3768+#: openerp/widgets/templates/sidebar.kid:td
3769+msgid "ACTIONS"
3770+msgstr "ACCIONES"
3771+
3772+#: openerp/widgets/templates/sidebar.kid:td
3773+msgid "LINKS"
3774+msgstr "ENLACES"
3775+
3776+#: openerp/widgets/templates/sidebar.kid:td
3777+msgid "ATTACHMENTS"
3778+msgstr "ADJUNTOS"
3779+
3780+#: openerp/widgets/templates/email.kid:img
3781+msgid "Go!"
3782+msgstr "Ir!"
3783+
3784+#: openerp/widgets/templates/listgrid.kid:img
3785+msgid "Update"
3786+msgstr "Actualizar"
3787+
3788+#: openerp/widgets/templates/listgrid.kid:img
3789+msgid "Cancel"
3790+msgstr "Cancelar"
3791+
3792+#: openerp/widgets/templates/listgrid.kid:img
3793+msgid "Move Up"
3794+msgstr "Subir"
3795+
3796+#: openerp/widgets/templates/listgrid.kid:img
3797+msgid "Move Down"
3798+msgstr "Bajar"
3799+
3800+#: openerp/widgets/templates/listgrid.kid:a
3801+msgid "Import"
3802+msgstr "Importar"
3803+
3804+#: openerp/widgets/templates/listgrid.kid:a
3805+msgid "|"
3806+msgstr "|"
3807+
3808+#: openerp/widgets/templates/listgrid.kid:a
3809+msgid "Export"
3810+msgstr "Exportar"
3811+
3812+#: openerp/widgets/templates/button.kid:td
3813+msgid "Button Label"
3814+msgstr "Etiqueta del botón"
3815+
3816+#: openerp/widgets/templates/datetime.kid:img
3817+msgid "Select"
3818+msgstr "Seleccionar"
3819+
3820+#: openerp/widgets/templates/separator.kid:td
3821+msgid "Title"
3822+msgstr "Título"
3823+
3824+#: openerp/widgets/templates/one2many.kid:button
3825+msgid "Delete current record..."
3826+msgstr "Elimina registro actual..."
3827+
3828+#: openerp/widgets/templates/one2many.kid:button
3829+msgid "Previous record..."
3830+msgstr "Registro anterior..."
3831+
3832+#: openerp/widgets/templates/one2many.kid:button
3833+msgid "Next record..."
3834+msgstr "Registro siguiente..."
3835+
3836+#: openerp/widgets/templates/one2many.kid:button
3837+msgid "Switch view..."
3838+msgstr "Cambiar vista..."
3839+
3840+#: openerp/widgets/templates/one2many.kid:img
3841+msgid "Translate me."
3842+msgstr "Tradúceme."
3843+
3844+#: openerp/widgets/templates/binary.kid:button
3845+msgid "Add"
3846+msgstr "Añadir"
3847+
3848+#: openerp/widgets/templates/binary.kid:button
3849+msgid "Save As"
3850+msgstr "Guardar como"
3851+
3852+#: openerp/widgets/templates/binary.kid:button
3853+msgid "Clear"
3854+msgstr "Limpiar"
3855+
3856+#: openerp/widgets_search/templates/search.kid:div
3857+msgid "Basic Search"
3858+msgstr "Búsqueda básica"
3859+
3860+#: openerp/widgets_search/templates/search.kid:div
3861+msgid "Advanced Search"
3862+msgstr "Búsqueda avanzada"
3863+
3864+#: openerp/widgets_search/templates/rangewid.kid:b
3865+msgid "-"
3866+msgstr "-"
3867+
3868+#: openerp/templates/about.kid:title
3869+msgid "About the OpenERP Web"
3870+msgstr "Acerca de Web OpenERP"
3871+
3872+#: openerp/templates/about.kid:td
3873+msgid "OpenERP Web"
3874+msgstr "Web OpenERP"
3875+
3876+#: openerp/templates/about.kid:p
3877+msgid "Copyright © 2006-TODAY Tiny ERP Pvt. Ltd. All Rights Reserved."
3878+msgstr ""
3879+"Copyright © 2006-Hoy, Tiny ERP Pvt Ltd. Todos los derechos reservados."
3880+
3881+#: openerp/templates/about.kid:br
3882+msgid "OpenERP is a trademark of the Tiny Company."
3883+msgstr "OpenERP es una marca registrada de la empresa Tiny."
3884+
3885+#: openerp/templates/about.kid:i
3886+msgid "OpenERP Web Client"
3887+msgstr "Cliente web OpenERP"
3888+
3889+#: openerp/templates/about.kid:i
3890+msgid "is jointly developed by"
3891+msgstr "es desarrollado conjuntamente por"
3892+
3893+#: openerp/templates/about.kid:a
3894+msgid "Tiny"
3895+msgstr "Tiny"
3896+
3897+#: openerp/templates/about.kid:a
3898+msgid "and"
3899+msgstr "y"
3900+
3901+#: openerp/templates/about.kid:a
3902+msgid "Axelor"
3903+msgstr "Axelor"
3904+
3905+#: openerp/templates/about.kid:a
3906+msgid "."
3907+msgstr "."
3908+
3909+#: openerp/templates/about.kid:p
3910+msgid "Licenced under the terms of"
3911+msgstr "Licenciado bajo los términos de"
3912+
3913+#: openerp/templates/about.kid:a
3914+msgid "OpenERP Public License (OEPL) v1.1"
3915+msgstr "Licencia pública OpenERP (OEPL) v1.1"
3916+
3917+#: openerp/templates/about.kid:td
3918+msgid "About OpenERP"
3919+msgstr "Acerca de OpenERP"
3920+
3921+#: openerp/templates/about.kid:a
3922+msgid "OpenERP"
3923+msgstr "OpenERP"
3924+
3925+#: openerp/templates/about.kid:a
3926+msgid ""
3927+"is a free enterprise-scale software system that is designed to boost\n"
3928+"productivity and profit through data integration. It connects, improves and\n"
3929+"manages business processes in areas such as sales, finance, supply chain,\n"
3930+"project management, production, services, CRM, etc.."
3931+msgstr ""
3932+"es software libre que implementa un sistema escalable para empresas diseñado "
3933+"para\n"
3934+"aumentar la productividad y el beneficio mediante integración de datos.\n"
3935+"Interconecta, mejora y gestiona procesos de negocios en áreas como\n"
3936+"ventas, contabilidad, suministros, gestión de proyectos, producción,\n"
3937+"servicios, CRM, etc."
3938+
3939+#: openerp/templates/about.kid:p
3940+msgid ""
3941+"The system is platform-independent, and can be installed on Windows, Mac OS "
3942+"X,\n"
3943+"and various Linux and other Unix-based distributions. Its architecture "
3944+"enables\n"
3945+"new functionality to be rapidly created, modifications to be made to a\n"
3946+"production system and migration to a new version to be straightforward."
3947+msgstr ""
3948+"El sistema es multiplataforma, y puede instalarse en Windows, Mac OS X,\n"
3949+"diferentes distribuciones de Linux y otros sistemas basados en Unix. Su "
3950+"arquitectura\n"
3951+"facilita la creación rápida de nuevas funcionalidades, modificaciones sobre "
3952+"un\n"
3953+"sistema en producción y migración sencilla a nuevas versiones."
3954+
3955+#: openerp/templates/about.kid:p
3956+msgid ""
3957+"Depending on your needs, OpenERP is available through a web or application\n"
3958+"client."
3959+msgstr ""
3960+"Dependiendo de sus necesidades, OpenERP es accesible mediante un cliente web "
3961+"o\n"
3962+"una aplicación de escritorio."
3963+
3964+#: openerp/templates/about.kid:td
3965+msgid "Links"
3966+msgstr "Enlaces"
3967+
3968+#: openerp/templates/about.kid:a
3969+msgid "The Axelor Company"
3970+msgstr "La compañía Axelor"
3971+
3972+#: openerp/templates/about.kid:a
3973+msgid "The Tiny Company"
3974+msgstr "La compañía Tiny"
3975+
3976+#: openerp/templates/about.kid:td
3977+msgid "RESOURCES"
3978+msgstr "RECURSOS"
3979+
3980+#: openerp/templates/about.kid:a
3981+msgid "Homepage"
3982+msgstr "Inicio"
3983+
3984+#: openerp/templates/about.kid:a
3985+msgid "Documentation"
3986+msgstr "Documentación"
3987+
3988+#: openerp/templates/about.kid:a
3989+msgid "Forum"
3990+msgstr "Fórum"
3991+
3992+#: openerp/templates/about.kid:a
3993+msgid "Modules"
3994+msgstr "Módulos"
3995+
3996+#: openerp/templates/about.kid:a
3997+msgid "Download"
3998+msgstr "Descarga"
3999+
4000+#: openerp/templates/about.kid:a
4001+msgid "Planet"
4002+msgstr "Planeta"
4003+
4004+#: openerp/templates/about.kid:a
4005+msgid "SaaS Offers"
4006+msgstr "Ofertas SaaS"
4007+
4008+#: openerp/templates/about.kid:a
4009+msgid "Trainings"
4010+msgstr "Formación"
4011+
4012+#: openerp/templates/about.kid:a
4013+msgid "Services"
4014+msgstr "Servicios"
4015+
4016+#: openerp/templates/master.kid:title
4017+msgid "Your title goes here"
4018+msgstr "Su título va aquí"
4019+
4020+#: openerp/templates/master.kid:td
4021+msgid "Welcome"
4022+msgstr "Bienvenido/a"
4023+
4024+#: openerp/templates/master.kid:a
4025+msgid "Home"
4026+msgstr "Inicio"
4027+
4028+#: openerp/templates/master.kid:a
4029+msgid "About"
4030+msgstr "Acerca"
4031+
4032+#: openerp/templates/master.kid:a
4033+msgid "Logout"
4034+msgstr "Salir"
4035+
4036+#: openerp/templates/master.kid:td
4037+msgid "Requests:"
4038+msgstr "Solicitudes:"
4039+
4040+#: openerp/templates/master.kid:a
4041+msgid "MAIN MENU"
4042+msgstr "MENÚ"
4043+
4044+#: openerp/templates/master.kid:a
4045+msgid "SHORTCUTS"
4046+msgstr "ATAJOS"
4047+
4048+#: openerp/templates/master.kid:a
4049+msgid ">>"
4050+msgstr ">>"
4051+
4052+#: openerp/templates/master.kid:a
4053+msgid "[ADD]"
4054+msgstr "[Añadir]"
4055+
4056+#: openerp/templates/master.kid:div
4057+msgid ""
4058+"Copyright © 2007-TODAY Tiny ERP Pvt. Ltd. All Rights Reserved. More "
4059+"Information on"
4060+msgstr ""
4061+"Copyright © 2007-HOY Tiny ERP Pvt. Ltd. Todos los derechos reservados. Más "
4062+"información en"
4063+
4064+#: openerp/templates/master.kid:a
4065+msgid "http://openerp.com"
4066+msgstr "http://openerp.com"
4067+
4068+#: openerp/templates/master.kid:br
4069+msgid "The web client is developed by Axelor ("
4070+msgstr "El cliente web ha sido desarrollado por Axelor ("
4071+
4072+#: openerp/templates/master.kid:a
4073+msgid "http://axelor.com"
4074+msgstr "http://axelor.com"
4075+
4076+#: openerp/templates/master.kid:a
4077+msgid ") and Tiny ("
4078+msgstr ") y Tiny ("
4079+
4080+#: openerp/templates/master.kid:a
4081+msgid "http://tiny.be"
4082+msgstr "http://tiny.be"
4083+
4084+#: openerp/templates/master.kid:a
4085+msgid ")"
4086+msgstr ")"
4087+
4088+#: openerp/templates/master.kid:br
4089+msgid "Running Server:"
4090+msgstr "Servidor en ejecución:"
4091+
4092+#: openerp/templates/login.kid:title
4093+msgid "Login"
4094+msgstr "Entrar"
4095+
4096+#: openerp/templates/login.kid:img
4097+msgid "Developped by Axelor and Tiny"
4098+msgstr "Desarrollado por Axelor y Tiny"
4099+
4100+#: openerp/templates/login.kid:div
4101+msgid "Welcome to OpenERP"
4102+msgstr "Bienvenido a OpenERP"
4103+
4104+#: openerp/templates/login.kid:td
4105+msgid "Server:"
4106+msgstr "Servidor:"
4107+
4108+#: openerp/templates/login.kid:option
4109+msgid "dbname"
4110+msgstr "nombre b.d."
4111+
4112+#: openerp/templates/login.kid:td
4113+msgid "User:"
4114+msgstr "Usuario:"
4115+
4116+#: openerp/templates/login.kid:button
4117+msgid "Databases"
4118+msgstr "Bases de datos"
4119+
4120+#: openerp/subcontrollers/templates/translator.kid:title
4121+msgid "Add Translations"
4122+msgstr "Añadir traducciones"
4123+
4124+#: openerp/subcontrollers/templates/translator.kid:td
4125+msgid "Add Translation"
4126+msgstr "Añadir traducción"
4127+
4128+#: openerp/subcontrollers/templates/translator.kid:td
4129+msgid "Add Translation for:"
4130+msgstr "Añadir traducción para:"
4131+
4132+#: openerp/subcontrollers/templates/translator.kid:option
4133+msgid "Fields"
4134+msgstr "Campos"
4135+
4136+#: openerp/subcontrollers/templates/translator.kid:option
4137+msgid "Labels"
4138+msgstr "Etiquetas"
4139+
4140+#: openerp/subcontrollers/templates/translator.kid:option
4141+msgid "Relates"
4142+msgstr "Referencias"
4143+
4144+#: openerp/subcontrollers/templates/translator.kid:option
4145+msgid "View"
4146+msgstr "Vista"
4147+
4148+#: openerp/subcontrollers/templates/translator.kid:button
4149+msgid "Save"
4150+msgstr "Guardar"
4151+
4152+#: openerp/subcontrollers/templates/translator.kid:button
4153+msgid "Close"
4154+msgstr "Cerrar"
4155+
4156+#: openerp/subcontrollers/templates/translator.kid:td
4157+msgid "Field"
4158+msgstr "Campo"
4159+
4160+#: openerp/subcontrollers/templates/translator.kid:td
4161+msgid "Language"
4162+msgstr "Idioma"
4163+
4164+#: openerp/subcontrollers/templates/search.kid:td
4165+msgid "Search View"
4166+msgstr "Vista de búsqueda"
4167+
4168+#: openerp/subcontrollers/templates/search.kid:td
4169+msgid "Screen View"
4170+msgstr "Vista de pantalla"
4171+
4172+#: openerp/subcontrollers/templates/viewed_add.kid:td
4173+msgid "Node Type:"
4174+msgstr "Tipo de nodo:"
4175+
4176+#: openerp/subcontrollers/templates/viewed_add.kid:button
4177+msgid "New Field"
4178+msgstr "Campo nuevo"
4179+
4180+#: openerp/subcontrollers/templates/viewed_add.kid:td
4181+msgid "Position:"
4182+msgstr "Posición:"
4183+
4184+#: openerp/subcontrollers/templates/selection.kid:title
4185+msgid "Select action"
4186+msgstr "Seleccionar acción"
4187+
4188+#: openerp/subcontrollers/templates/selection.kid:div
4189+msgid "Select your action"
4190+msgstr "Seleccione su acción"
4191+
4192+#: openerp/subcontrollers/templates/viewed.kid:title
4193+msgid "View Editor"
4194+msgstr "Editor de vista"
4195+
4196+#: openerp/subcontrollers/templates/viewed.kid:button
4197+msgid "Create a new inherited view"
4198+msgstr "Crear una nueva vista heredada"
4199+
4200+#: openerp/subcontrollers/templates/viewed.kid:button
4201+msgid "Inherited View"
4202+msgstr "Vista heredada"
4203+
4204+#: openerp/subcontrollers/templates/viewed.kid:button
4205+msgid "Preview"
4206+msgstr "Vista previa"
4207+
4208+#: openerp/subcontrollers/templates/form.kid:title
4209+msgid "Form Title"
4210+msgstr "Título formulario"
4211+
4212+#: openerp/subcontrollers/templates/form.kid:button
4213+msgid "Tree View..."
4214+msgstr "Vista árbol..."
4215+
4216+#: openerp/subcontrollers/templates/form.kid:button
4217+msgid "Form View..."
4218+msgstr "Vista formulario..."
4219+
4220+#: openerp/subcontrollers/templates/form.kid:button
4221+msgid "Form"
4222+msgstr "Formulario"
4223+
4224+#: openerp/subcontrollers/templates/form.kid:button
4225+msgid "Calendar View..."
4226+msgstr "Vista calendario..."
4227+
4228+#: openerp/subcontrollers/templates/form.kid:button
4229+msgid "Calendar"
4230+msgstr "Calendario"
4231+
4232+#: openerp/subcontrollers/templates/form.kid:button
4233+msgid "Gantt View..."
4234+msgstr "Vista Gantt..."
4235+
4236+#: openerp/subcontrollers/templates/form.kid:button
4237+msgid "Gantt"
4238+msgstr "Gantt"
4239+
4240+#: openerp/subcontrollers/templates/form.kid:button
4241+msgid "Graph View..."
4242+msgstr "Vista gráfico..."
4243+
4244+#: openerp/subcontrollers/templates/form.kid:button
4245+msgid "Graph"
4246+msgstr "Gráfico"
4247+
4248+#: openerp/subcontrollers/templates/form.kid:button
4249+msgid "Corporate Intelligence..."
4250+msgstr "Inteligencia corporativa..."
4251+
4252+#: openerp/subcontrollers/templates/form.kid:button
4253+msgid "Process"
4254+msgstr "Proceso"
4255+
4256+#: openerp/subcontrollers/templates/form.kid:img
4257+msgid "Add an attachment to this resource."
4258+msgstr "Añade un archivo adjunto a este registro."
4259+
4260+#: openerp/subcontrollers/templates/form.kid:img
4261+msgid "Translate this resource."
4262+msgstr "Traduce este registro."
4263+
4264+#: openerp/subcontrollers/templates/form.kid:img
4265+msgid "View Log."
4266+msgstr "Vista de log."
4267+
4268+#: openerp/subcontrollers/templates/form.kid:button
4269+msgid "Create a new resource"
4270+msgstr "Crea un registro nuevo"
4271+
4272+#: openerp/subcontrollers/templates/form.kid:button
4273+msgid "Edit this resource"
4274+msgstr "Edita este registro"
4275+
4276+#: openerp/subcontrollers/templates/form.kid:button
4277+msgid "Save this resource"
4278+msgstr "Guarda este registro"
4279+
4280+#: openerp/subcontrollers/templates/form.kid:button
4281+msgid "Save & Edit this resource"
4282+msgstr "Guarda & Edita este registro"
4283+
4284+#: openerp/subcontrollers/templates/form.kid:button
4285+msgid "Save & Edit"
4286+msgstr "Guardar & Editar"
4287+
4288+#: openerp/subcontrollers/templates/form.kid:button
4289+msgid "Duplicate this resource"
4290+msgstr "Duplica este registro"
4291+
4292+#: openerp/subcontrollers/templates/form.kid:button
4293+msgid "Duplicate"
4294+msgstr "Duplicar"
4295+
4296+#: openerp/subcontrollers/templates/form.kid:button
4297+msgid "Delete this resource"
4298+msgstr "Elimina este registro"
4299+
4300+#: openerp/subcontrollers/templates/form.kid:button
4301+msgid "Cancel editing the current resource"
4302+msgstr "Cancela la edición del registro actual"
4303+
4304+#: openerp/subcontrollers/templates/form.kid:td
4305+msgid "["
4306+msgstr "["
4307+
4308+#: openerp/subcontrollers/templates/form.kid:a
4309+msgid "Customise"
4310+msgstr "Personalizar"
4311+
4312+#: openerp/subcontrollers/templates/form.kid:a
4313+msgid "]"
4314+msgstr "]"
4315+
4316+#: openerp/subcontrollers/templates/form.kid:a
4317+msgid "Manage views of the current object"
4318+msgstr "Gestionar vistas del objeto actual"
4319+
4320+#: openerp/subcontrollers/templates/form.kid:a
4321+msgid "Manage Views"
4322+msgstr "Gestionar vistas"
4323+
4324+#: openerp/subcontrollers/templates/form.kid:a
4325+msgid "Manage workflows of the current object"
4326+msgstr "Gestionar flujos del objeto actual"
4327+
4328+#: openerp/subcontrollers/templates/form.kid:a
4329+msgid "Manage Workflows"
4330+msgstr "Gestionar flujos"
4331+
4332+#: openerp/subcontrollers/templates/form.kid:a
4333+msgid "Customise current object or create a new object"
4334+msgstr "Personalizar objeto actual o crear un nuevo objeto"
4335+
4336+#: openerp/subcontrollers/templates/form.kid:a
4337+msgid "Customise Object"
4338+msgstr "Personalizar objeto"
4339+
4340+#: openerp/subcontrollers/templates/viewed_new_model.kid:td
4341+msgid "Form View"
4342+msgstr "Vista formulario"
4343+
4344+#: openerp/subcontrollers/templates/wkf_list.kid:td
4345+msgid "List View"
4346+msgstr "Vista de lista"
4347+
4348+#: openerp/subcontrollers/templates/wkf_list.kid:button
4349+msgid "Remove"
4350+msgstr "Eliminar"
4351+
4352+#: openerp/subcontrollers/templates/wkf_list.kid:button
4353+msgid "Activate"
4354+msgstr "Activar"
4355+
4356+#: openerp/subcontrollers/templates/wkf_list.kid:td
4357+msgid "Workflow Name:"
4358+msgstr "Nombre flujo:"
4359+
4360+#: openerp/subcontrollers/templates/wkf_list.kid:td
4361+msgid "Resource Model:"
4362+msgstr "Modelo del recurso:"
4363+
4364+#: openerp/subcontrollers/templates/wkf_list.kid:td
4365+msgid "On Create:"
4366+msgstr "Al crear:"
4367+
4368+#: openerp/subcontrollers/templates/viewlist.kid:td
4369+msgid "View Name:"
4370+msgstr "Nombre vista:"
4371+
4372+#: openerp/subcontrollers/templates/viewlist.kid:td
4373+msgid "View Type:"
4374+msgstr "Tipo vista:"
4375+
4376+#: openerp/subcontrollers/templates/viewlist.kid:option
4377+msgid "Tree"
4378+msgstr "Árbol"
4379+
4380+#: openerp/subcontrollers/templates/viewlist.kid:td
4381+msgid "Priority:"
4382+msgstr "Prioridad:"
4383+
4384+#: openerp/subcontrollers/templates/error_page.kid:b
4385+msgid "An unknown error has been reported."
4386+msgstr "Un error desconocido ha sido comunicado."
4387+
4388+#: openerp/subcontrollers/templates/error_page.kid:b
4389+msgid "You do not have a valid Open ERP maintenance contract !"
4390+msgstr "¡No dispone de un contrato válido de mantenimiento de OpenERP!"
4391+
4392+#: openerp/subcontrollers/templates/error_page.kid:br
4393+msgid ""
4394+"If you are using Open ERP in production, it is highly suggested to "
4395+"subscribe\n"
4396+"a maintenance program.\n"
4397+"\n"
4398+"The Open ERP maintenance contract provides you a bugfix guarantee and an\n"
4399+"automatic migration system so that we can fix your problems within a few\n"
4400+"hours. If you had a maintenance contract, this error would have been sent\n"
4401+"to the quality team of the Open ERP editor.\n"
4402+"\n"
4403+"The maintenance program offers you:\n"
4404+"* Automatic migrations on new versions,\n"
4405+"* A bugfix guarantee,\n"
4406+"* Monthly announces of potential bugs and their fixes,\n"
4407+"* Security alerts by email and automatic migration,\n"
4408+"* Access to the customer portal.\n"
4409+"\n"
4410+"You can use the link bellow for more information. The detail of the error\n"
4411+"is displayed on the second tab."
4412+msgstr ""
4413+"Si está utilizando OpenERP en producción, se recomienda\n"
4414+"subscribir un programa de mantenimiento.\n"
4415+"\n"
4416+"El contrato de mantenimiento de OpenERP le proporciona una garantía\n"
4417+"de solución de errores y un sistema de migración automático para que\n"
4418+"podamos arreglar sus problemas en pocas horas. Si tuviera un contrato\n"
4419+"de mantenimiento, este error se habría enviado al equipo de calidad del\n"
4420+"editor de OpenERP.\n"
4421+"\n"
4422+"El programa de mantenimiento le ofrece:\n"
4423+"* Migraciones automáticas a nuevas versiones,\n"
4424+"* Garantía de corrección de errores,\n"
4425+"* Comunicados mensuales de errores potenciales y sus soluciones,\n"
4426+"* Alertas de seguridad por correo electrónico y migraciones automáticas,\n"
4427+"* Acceso al portal de cliente.\n"
4428+"\n"
4429+"Puede utilizar el enlace inferior para más información. El detalle del\n"
4430+"error se muestra en la segunda pestaña."
4431+
4432+#: openerp/subcontrollers/templates/error_page.kid:br
4433+msgid ""
4434+"Your maintenance contract does not cover all modules installed in your "
4435+"system !\n"
4436+"If you are using Open ERP in production, it is highly suggested to upgrade "
4437+"your\n"
4438+"contract.\n"
4439+"\n"
4440+"If you have developped your own modules or installed third party module, we\n"
4441+"can provide you an additional maintenance contract for these modules. After\n"
4442+"having reviewed your modules, our quality team will ensure they will "
4443+"migrate\n"
4444+"automatically for all futur stable versions of Open ERP at no extra cost.\n"
4445+"\n"
4446+"Here is the list of modules not covered by your maintenance contract:"
4447+msgstr ""
4448+"¡Su contrato de mantenimiento no cubre todos los módulos instalados en su "
4449+"sistema!\n"
4450+"Si está utilizando OpenERP en producción, se recomienda actualizar su "
4451+"contrato.\n"
4452+"\n"
4453+"Si ha desarrollado sus propios módulos o instalado módulos de terceras "
4454+"partes,\n"
4455+"le podemos ofrecer un contrato de mantenimiento adicional para estos "
4456+"módulos.\n"
4457+"Después de haber revisado sus módulos, nuestro equipo de calidad le "
4458+"asegurará\n"
4459+"que sean migrados automáticamente para todas las futuras versiones estables\n"
4460+"de OpenERP sin ningún coste extra.\n"
4461+"\n"
4462+"Esta es la lista de módulos no incluidos en su contrato de mantenimiento:"
4463+
4464+#: openerp/subcontrollers/templates/error_page.kid:span
4465+msgid ""
4466+"You can use the link bellow for more information. The detail of the error\n"
4467+"is displayed on the second tab."
4468+msgstr ""
4469+"Puede utilizar el enlace inferior para más información. El detalle del\n"
4470+"error se muestra en la segunda pestaña."
4471+
4472+#: openerp/subcontrollers/templates/error_page.kid:strong
4473+msgid "Maintenance contract."
4474+msgstr "Contrato de mantenimiento."
4475+
4476+#: openerp/subcontrollers/templates/error_page.kid:em
4477+msgid ""
4478+"Your request will be sent to OpenERP and maintenance team will reply you "
4479+"shortly."
4480+msgstr ""
4481+"Su solicitud será enviada a OpenERP y un equipo de mantenimiento le "
4482+"responderá en poco tiempo."
4483+
4484+#: openerp/subcontrollers/templates/error_page.kid:td
4485+msgid "Explain what you did:"
4486+msgstr "Explique lo que hizo:"
4487+
4488+#: openerp/subcontrollers/templates/error_page.kid:td
4489+msgid "Other Comments:"
4490+msgstr "Otros comentarios:"
4491+
4492+#: openerp/subcontrollers/templates/error_page.kid:button
4493+msgid "Send to Maintenance Team"
4494+msgstr "Enviar al equipo de mantenimiento"
4495+
4496+#: openerp/subcontrollers/templates/image.kid:title
4497+msgid "Image"
4498+msgstr "Imagen"
4499+
4500+#: openerp/subcontrollers/templates/image.kid:td
4501+msgid "Add Resource:"
4502+msgstr "Añadir registro:"
4503+
4504+#: openerp/subcontrollers/templates/tree.kid:td
4505+msgid "Tree Title"
4506+msgstr "Título árbol"
4507+
4508+#: openerp/subcontrollers/templates/tree.kid:button
4509+msgid "Switch current view: form/list"
4510+msgstr "Cambia vista actual: formulario/lista"
4511+
4512+#: openerp/subcontrollers/templates/tree.kid:button
4513+msgid "Switch"
4514+msgstr "Cambiar"
4515+
4516+#: openerp/subcontrollers/templates/tree.kid:th
4517+msgid "Toolbar"
4518+msgstr "Barra de herramientas"
4519+
4520+#: openerp/subcontrollers/templates/tree.kid:td
4521+msgid "Tree View"
4522+msgstr "Vista de árbol"
4523+
4524+#: openerp/subcontrollers/templates/fieldpref.kid:title
4525+msgid "Field Preferences"
4526+msgstr "Preferencias de campos"
4527+
4528+#: openerp/subcontrollers/templates/fieldpref.kid:td
4529+msgid "Field Name:"
4530+msgstr "Nombre de campo:"
4531+
4532+#: openerp/subcontrollers/templates/fieldpref.kid:td
4533+msgid "Domain:"
4534+msgstr "Dominio:"
4535+
4536+#: openerp/subcontrollers/templates/fieldpref.kid:td
4537+msgid "Default Value:"
4538+msgstr "Valor predeterminado:"
4539+
4540+#: openerp/subcontrollers/templates/fieldpref.kid:strong
4541+msgid "Value applicable for:"
4542+msgstr "Valor aplicable para:"
4543+
4544+#: openerp/subcontrollers/templates/fieldpref.kid:td
4545+msgid "Only for you"
4546+msgstr "Sólo para usted"
4547+
4548+#: openerp/subcontrollers/templates/fieldpref.kid:td
4549+msgid "For all"
4550+msgstr "Para todos"
4551+
4552+#: openerp/subcontrollers/templates/fieldpref.kid:strong
4553+msgid "Value applicable if:"
4554+msgstr "Valor aplicable si:"
4555+
4556+#: openerp/subcontrollers/templates/fieldpref.kid:td
4557+msgid "Always applicable!"
4558+msgstr "¡Siempre aplicable!"
4559+
4560+#: openerp/subcontrollers/templates/imp.kid:title
4561+msgid "Import Data"
4562+msgstr "Importar datos"
4563+
4564+#: openerp/subcontrollers/templates/imp.kid:th
4565+msgid "All fields"
4566+msgstr "Todos los campos"
4567+
4568+#: openerp/subcontrollers/templates/imp.kid:th
4569+msgid "Fields to import"
4570+msgstr "Campos a importar"
4571+
4572+#: openerp/subcontrollers/templates/imp.kid:button
4573+msgid "Nothing"
4574+msgstr "Nada"
4575+
4576+#: openerp/subcontrollers/templates/imp.kid:button
4577+msgid "Auto Detect"
4578+msgstr "Auto detectar"
4579+
4580+#: openerp/subcontrollers/templates/imp.kid:legend
4581+msgid "File to import"
4582+msgstr "Archivo a importar"
4583+
4584+#: openerp/subcontrollers/templates/imp.kid:legend
4585+msgid "Options"
4586+msgstr "Opciones"
4587+
4588+#: openerp/subcontrollers/templates/imp.kid:td
4589+msgid "Separator:"
4590+msgstr "Separador:"
4591+
4592+#: openerp/subcontrollers/templates/imp.kid:td
4593+msgid "Delimiter:"
4594+msgstr "Delimitador:"
4595+
4596+#: openerp/subcontrollers/templates/imp.kid:td
4597+msgid "Encoding:"
4598+msgstr "Codificación:"
4599+
4600+#: openerp/subcontrollers/templates/imp.kid:option
4601+msgid "UTF-8"
4602+msgstr "UTF-8"
4603+
4604+#: openerp/subcontrollers/templates/imp.kid:option
4605+msgid "Latin 1"
4606+msgstr "Latin 1"
4607+
4608+#: openerp/subcontrollers/templates/imp.kid:td
4609+msgid "Lines to skip:"
4610+msgstr "Líneas omitidas:"
4611+
4612+#: openerp/subcontrollers/templates/database.kid:button
4613+msgid "Create"
4614+msgstr "Crear"
4615+
4616+#: openerp/subcontrollers/templates/database.kid:button
4617+msgid "Drop"
4618+msgstr "Eliminar"
4619+
4620+#: openerp/subcontrollers/templates/database.kid:button
4621+msgid "Backup"
4622+msgstr "Copia de seguridad"
4623+
4624+#: openerp/subcontrollers/templates/database.kid:button
4625+msgid "Restore"
4626+msgstr "Restaurar"
4627+
4628+#: openerp/subcontrollers/templates/database.kid:button
4629+msgid "Password"
4630+msgstr "Contraseña"
4631+
4632+#: openerp/subcontrollers/templates/exp.kid:title
4633+msgid "Export Data"
4634+msgstr "Exportar datos"
4635+
4636+#: openerp/subcontrollers/templates/exp.kid:th
4637+msgid "Fields to export"
4638+msgstr "Campos a exportar"
4639+
4640+#: openerp/subcontrollers/templates/exp.kid:button
4641+msgid "Save List"
4642+msgstr "Guardar lista"
4643+
4644+#: openerp/subcontrollers/templates/exp.kid:td
4645+msgid "Name of This Export:"
4646+msgstr "Nombre de esta exportación:"
4647+
4648+#: openerp/subcontrollers/templates/exp.kid:option
4649+msgid "Export as CSV"
4650+msgstr "Exportar como CSV"
4651+
4652+#: openerp/subcontrollers/templates/exp.kid:option
4653+msgid "Export as Excel"
4654+msgstr "Exportar como Excel"
4655+
4656+#: openerp/subcontrollers/templates/exp.kid:td
4657+msgid "Add field names"
4658+msgstr "Añadir nombres de campo"
4659+
4660+#: openerp/subcontrollers/templates/workflow.kid:td
4661+msgid "Workflow"
4662+msgstr "Flujo"
4663+
4664+#: openerp/subcontrollers/templates/process.kid:b
4665+msgid "Select Process"
4666+msgstr "Seleccionar proceso"
4667+
4668+#: openerp/subcontrollers/templates/process.kid:img
4669+#: openerp/static/workflow/javascript/process.js:287
4670+msgid "Help"
4671+msgstr "Ayuda"
4672+
4673+#: openerp/subcontrollers/templates/process.kid:a
4674+msgid "Customize"
4675+msgstr "Personalizar"
4676+
4677+#: openerp/static/javascript/waitbox.js:49
4678+msgid "Please wait..."
4679+msgstr "Por favor espere..."
4680+
4681+#: openerp/static/javascript/waitbox.js:50
4682+msgid "This operation may take a while..."
4683+msgstr "Esta operacion puede tardar un rato..."
4684+
4685+#: openerp/static/javascript/listgrid.js:414
4686+#: openerp/static/javascript/form.js:284
4687+msgid "You must select at least one record."
4688+msgstr "Debe seleccionar al menos un registro"
4689+
4690+#: openerp/static/javascript/listgrid.js:416
4691+msgid "Do you really want to delete selected record(s) ?"
4692+msgstr "¿Realmente desea eliminar el registro(s) seleccionado(s)?"
4693+
4694+#: openerp/static/javascript/form.js:265
4695+#: openerp/static/tinycalendar/javascript/calendar_box.js:158
4696+msgid "Do you really want to delete this record?"
4697+msgstr "¿Realmente desea eliminar este registro?"
4698+
4699+#: openerp/static/javascript/form.js:296
4700+msgid "You must save this record to use the relate button!"
4701+msgstr "¡Debe guardar este registro para usar este botón!"
4702+
4703+#: openerp/static/javascript/viewed.js:71
4704+msgid "Do you really want to remove this node?"
4705+msgstr "¿Realmente desea eliminar este nodo?"
4706+
4707+#: openerp/static/javascript/viewed.js:337
4708+msgid "Do you really wants to create an inherited view here?"
4709+msgstr "¿Realmente desea crear una vista heredada aquí?"
4710+
4711+#: openerp/static/workflow/javascript/process.js:190
4712+msgid "Notes:"
4713+msgstr "Notas:"
4714+
4715+#: openerp/static/workflow/javascript/process.js:198
4716+msgid "Subflows:"
4717+msgstr "Subflujos:"
4718+
4719+#: openerp/static/workflow/javascript/process.js:202
4720+msgid "Related:"
4721+msgstr "Relacionado:"
4722+
4723+#: openerp/static/workflow/javascript/process.js:292
4724+msgid "Print"
4725+msgstr "Imprimir"
4726+
4727+#: openerp/static/workflow/javascript/process.js:299
4728+msgid "Print workflow"
4729+msgstr "Imprimir flujo"
4730+
4731+#: openerp/static/workflow/javascript/process.js:305
4732+msgid "Documents"
4733+msgstr "Documentos"
4734
4735=== added directory 'locales/fr_FR'
4736=== added directory 'locales/fr_FR/LC_MESSAGES'
4737=== added file 'locales/fr_FR/LC_MESSAGES/messages.mo'
4738Binary files locales/fr_FR/LC_MESSAGES/messages.mo 1970-01-01 00:00:00 +0000 and locales/fr_FR/LC_MESSAGES/messages.mo 2010-03-03 12:28:17 +0000 differ
4739=== added file 'locales/fr_FR/LC_MESSAGES/messages.po'
4740--- locales/fr_FR/LC_MESSAGES/messages.po 1970-01-01 00:00:00 +0000
4741+++ locales/fr_FR/LC_MESSAGES/messages.po 2010-03-03 12:28:17 +0000
4742@@ -0,0 +1,2095 @@
4743+msgid ""
4744+msgstr ""
4745+"Project-Id-Version: eTiny! 0.0.1\n"
4746+"Report-Msgid-Bugs-To: \n"
4747+"POT-Creation-Date: 2009-01-21 13:32+0000\n"
4748+"PO-Revision-Date: 2009-02-04 07:47+0000\n"
4749+"Last-Translator: Olivier (OpenERP) <Unknown>\n"
4750+"Language-Team: eTiny! Team\n"
4751+"MIME-Version: 1.0\n"
4752+"Content-Type: text/plain; charset=utf-8\n"
4753+"Content-Transfer-Encoding: 8bit\n"
4754+"X-Launchpad-Export-Date: 2009-02-04 07:48+0000\n"
4755+"X-Generator: Launchpad (build Unknown)\n"
4756+"X-Poedit-Language: French\n"
4757+
4758+#: openerp/commands.py:50
4759+msgid "Could not find default configuration."
4760+msgstr "Impossible de trouver la configuration par défaut"
4761+
4762+#: openerp/commands.py:53
4763+msgid "Could not find configuration file: %s"
4764+msgstr "Impossible de trouver le fichier de configuration: %s"
4765+
4766+#: openerp/common.py:45 openerp/common.py:59
4767+msgid "Error"
4768+msgstr "Erreur"
4769+
4770+#: openerp/common.py:50 openerp/common.py:62
4771+msgid "Warning"
4772+msgstr "Avertissement"
4773+
4774+#: openerp/common.py:55 openerp/subcontrollers/templates/view_log.kid:title
4775+msgid "Information"
4776+msgstr "Information"
4777+
4778+#: openerp/controllers.py:81
4779+msgid "Access Denied!"
4780+msgstr "Accès interdit!"
4781+
4782+#: openerp/controllers.py:81
4783+msgid ""
4784+"You can not log into the system!\n"
4785+"Ask the administrator to verify\n"
4786+"you have an action defined for your user."
4787+msgstr ""
4788+"Vous ne pouvez pas vous connecter au système!\n"
4789+"Demandez à l'administrateur de vérifier\n"
4790+"que votre utilisateur a une action définie"
4791+
4792+#: openerp/controllers.py:117 openerp/tinyres.py:117
4793+msgid "Could not connect to server!"
4794+msgstr "Impossible de se connecter au serveur!"
4795+
4796+#: openerp/rpc.py:285 openerp/rpc.py:413
4797+msgid "Connection refused!"
4798+msgstr "Connexion refusée !"
4799+
4800+#: openerp/rpc.py:370
4801+msgid ""
4802+"You select a timezone but OpenERP could not find pytz library!\n"
4803+"The timezone functionality will be disable."
4804+msgstr ""
4805+"Vous avez choisi un fuseau horaire mais OpenERP n'a pas pu trouver la "
4806+"bibliothèque pytz !\n"
4807+"La fonctionnalité va être désactivée."
4808+
4809+#: openerp/rpc.py:403
4810+msgid "Authorization Error!"
4811+msgstr "Erreur d'autorisation !"
4812+
4813+#: openerp/rpc.py:403
4814+msgid "Not logged..."
4815+msgstr "Non connecté..."
4816+
4817+#: openerp/rpc.py:420 openerp/rpc.py:423 openerp/subcontrollers/form.py:895
4818+#: openerp/widgets/form.py:841 openerp/widgets/listgrid.py:282
4819+msgid "Application Error!"
4820+msgstr "Erreur applicative !"
4821+
4822+#: openerp/subcontrollers/actions.py:101
4823+msgid "Invalid View!"
4824+msgstr "Vue Invalide!"
4825+
4826+#: openerp/subcontrollers/actions.py:128
4827+msgid "Error no report"
4828+msgstr "Erreur pas de rapport"
4829+
4830+#: openerp/subcontrollers/actions.py:154
4831+msgid "Nothing to print!"
4832+msgstr "Rien à imprimer !"
4833+
4834+#: openerp/subcontrollers/actions.py:169
4835+msgid "Printing aborted, too long delay!"
4836+msgstr "Impression annulée, délai dépassé !"
4837+
4838+#: openerp/subcontrollers/actions.py:300
4839+msgid "Relative URLs are not supported!"
4840+msgstr "Les URLs relatives ne sont pas supportées !"
4841+
4842+#: openerp/subcontrollers/actions.py:313 openerp/widgets/action.py:60
4843+msgid "Action not found!"
4844+msgstr "Action non trouvée !"
4845+
4846+#: openerp/subcontrollers/actions.py:359
4847+msgid "No action defined!"
4848+msgstr "Pas d'action définie !"
4849+
4850+#: openerp/subcontrollers/attachment.py:64
4851+msgid "No record selected! You can only attach to existing record..."
4852+msgstr ""
4853+"Pas d'enregistrement sélectionné ! Vous pouvez seulement attacher un "
4854+"enregistrement préexistant..."
4855+
4856+#: openerp/subcontrollers/database.py:64
4857+#: openerp/subcontrollers/templates/database.kid:button
4858+msgid "Create new database"
4859+msgstr "Créer nouvelle base de données"
4860+
4861+#: openerp/subcontrollers/database.py:66 openerp/subcontrollers/database.py:81
4862+#: openerp/subcontrollers/database.py:90 openerp/subcontrollers/database.py:98
4863+#: openerp/subcontrollers/database.py:107
4864+#: openerp/subcontrollers/templates/selection.kid:button
4865+msgid "OK"
4866+msgstr "OK"
4867+
4868+#: openerp/subcontrollers/database.py:68
4869+msgid "Super admin password:"
4870+msgstr "Mot de passe super administrateur :"
4871+
4872+#: openerp/subcontrollers/database.py:69
4873+#: openerp/subcontrollers/database.py:101
4874+msgid "New database name:"
4875+msgstr "Nom de la nouvelle base de données :"
4876+
4877+#: openerp/subcontrollers/database.py:70
4878+msgid "Load Demonstration data:"
4879+msgstr "Charger les données de démonstration :"
4880+
4881+#: openerp/subcontrollers/database.py:71
4882+msgid "Default Language:"
4883+msgstr "Langue par défaut :"
4884+
4885+#: openerp/subcontrollers/database.py:72
4886+msgid "Administrator password:"
4887+msgstr "Mot de passe administrateur :"
4888+
4889+#: openerp/subcontrollers/database.py:73
4890+msgid "Confirm password:"
4891+msgstr "Confirmez le mot de passe :"
4892+
4893+#: openerp/subcontrollers/database.py:79
4894+#: openerp/subcontrollers/templates/database.kid:button
4895+msgid "Drop database"
4896+msgstr "Supprimer la base de données"
4897+
4898+#: openerp/subcontrollers/database.py:82
4899+msgid "Do you really want to drop the selected database?"
4900+msgstr "Voulez-vous vraiment supprimer la base de donnée sélectionnée?"
4901+
4902+#: openerp/subcontrollers/database.py:83 openerp/subcontrollers/database.py:91
4903+#: openerp/templates/login.kid:td
4904+msgid "Database:"
4905+msgstr "Base de données :"
4906+
4907+#: openerp/subcontrollers/database.py:84 openerp/subcontrollers/database.py:92
4908+#: openerp/subcontrollers/database.py:100 openerp/templates/login.kid:td
4909+msgid "Password:"
4910+msgstr "Mot de passe :"
4911+
4912+#: openerp/subcontrollers/database.py:88
4913+#: openerp/subcontrollers/templates/database.kid:button
4914+msgid "Backup database"
4915+msgstr "Sauvegarder la base de données (backup)"
4916+
4917+#: openerp/subcontrollers/database.py:96
4918+#: openerp/subcontrollers/templates/database.kid:button
4919+msgid "Restore database"
4920+msgstr "Restaurer la base de données"
4921+
4922+#: openerp/subcontrollers/database.py:99
4923+msgid "File:"
4924+msgstr "Fichier :"
4925+
4926+#: openerp/subcontrollers/database.py:105
4927+#: openerp/subcontrollers/templates/database.kid:button
4928+msgid "Change Administrator Password"
4929+msgstr "Modifier le mot de passe de l'administrateur"
4930+
4931+#: openerp/subcontrollers/database.py:108
4932+msgid "Old Password:"
4933+msgstr "Ancien mot de passe :"
4934+
4935+#: openerp/subcontrollers/database.py:109
4936+msgid "New Password:"
4937+msgstr "Nouveau mot de passe :"
4938+
4939+#: openerp/subcontrollers/database.py:110
4940+msgid "Confirm Password:"
4941+msgstr "Confirmer le mot de passe :"
4942+
4943+#: openerp/subcontrollers/database.py:140
4944+msgid "Bad database name!"
4945+msgstr "Nom de base de données invalide !"
4946+
4947+#: openerp/subcontrollers/database.py:140
4948+msgid ""
4949+"The database name must contain only normal characters or \"_\".\n"
4950+"You must avoid all accents, space or special characters."
4951+msgstr ""
4952+"Le nom de base de donnée doit avoir seulement les caractères normaux ou "
4953+"\"_\".\n"
4954+"Vous devez éviter tous les accents, l'espace ou les caractères speciaux."
4955+
4956+#: openerp/subcontrollers/database.py:164
4957+msgid "Database already exists!"
4958+msgstr "La base de donnée existe déjà!"
4959+
4960+#: openerp/subcontrollers/database.py:164
4961+#: openerp/subcontrollers/database.py:169
4962+#: openerp/subcontrollers/database.py:171
4963+msgid "Could not create database."
4964+msgstr "Impossible de créer la base de données."
4965+
4966+#: openerp/subcontrollers/database.py:166
4967+msgid ""
4968+"The server crashed during installation.\n"
4969+"We suggest you to drop this database."
4970+msgstr ""
4971+"Le serveur est tombé en panne lors de l'installation.\n"
4972+"Nous vous conseillons de supprimer la base de données."
4973+
4974+#: openerp/subcontrollers/database.py:167
4975+msgid "Error during database creation!"
4976+msgstr "Erreur lors de la création de la base de données !"
4977+
4978+#: openerp/subcontrollers/database.py:169
4979+#: openerp/subcontrollers/database.py:190
4980+#: openerp/subcontrollers/database.py:230
4981+msgid "Bad database administrator password!"
4982+msgstr "Mot de passe d'administrateur de base de données invalide !"
4983+
4984+#: openerp/subcontrollers/database.py:190
4985+msgid "Could not drop database."
4986+msgstr "Impossible de supprimer la base de données."
4987+
4988+#: openerp/subcontrollers/database.py:192
4989+msgid "Couldn't drop database"
4990+msgstr "Impossible de supprimer la base de données."
4991+
4992+#: openerp/subcontrollers/database.py:212
4993+msgid "Could not create backup."
4994+msgstr "Impossible de créer la sauvegarde."
4995+
4996+#: openerp/subcontrollers/database.py:230
4997+msgid "Could not restore database."
4998+msgstr "La base de donnée n'a pas être restauré."
4999+
5000+#: openerp/subcontrollers/database.py:232
The diff has been truncated for viewing.

Subscribers

People subscribed via source and target branches