[MRG] merge with lp:openerp-web

bzr revid: tpa@tinyerp.com-20131028072004-6r02ngzdzjcckno4
This commit is contained in:
Turkesh Patel (Open ERP) 2013-10-28 12:50:04 +05:30
commit 0de56fb780
344 changed files with 871 additions and 1965 deletions

View File

@ -1,4 +1,10 @@
import http
import sys
# Mock deprecated openerp.addons.web.http module
import openerp.http
sys.modules['openerp.addons.web.http'] = openerp.http
http = openerp.http
import controllers
import cli

View File

@ -33,10 +33,9 @@ import openerp
import openerp.modules.registry
from openerp.tools.translate import _
from openerp.tools import config
from openerp import http
from .. import http
from openerp.addons.web.http import request
from openerp.http import request
#----------------------------------------------------------
# OpenERP Web helpers
@ -535,12 +534,14 @@ class Home(http.Controller):
def web_client(self, s_action=None, db=None, debug=False, **kw):
debug = debug != False
lst = http.db_list(True)
try:
lst = http.db_list()
except openerp.exceptions.AccessDenied:
lst = []
if db not in lst:
db = None
guessed_db = http.db_monodb(request.httprequest)
if guessed_db is None and len(lst) > 0:
guessed_db = lst[0]
def redirect(db):
query = dict(urlparse.parse_qsl(request.httprequest.query_string, keep_blank_values=True))
@ -548,8 +549,11 @@ class Home(http.Controller):
redirect = request.httprequest.path + '?' + urllib.urlencode(query)
return redirect_with_hash(redirect)
if db is None and guessed_db is not None:
return redirect(guessed_db)
if guessed_db is None and db is None and lst:
return redirect(lst[0])
if guessed_db is None and lst:
guessed_db = lst[0]
if db is not None and db != guessed_db:
request.session.logout()

View File

@ -9,11 +9,10 @@ import os
from mako.template import Template
from openerp.modules import module
from openerp import http
from openerp.http import request
from .main import module_topological_sort
from .. import http
from ..http import request
NOMODULE_TEMPLATE = Template(u"""<!DOCTYPE html>
<html>
@ -171,4 +170,4 @@ class TestRunnerController(http.Controller):
@http.route('/web/tests/get_session_value', type='json', auth="none")
def get_session_value(self):
return request.session.some_test_value
return request.session.some_test_value

View File

@ -35,8 +35,8 @@ Now you can put the following content in ``controllers/my_controllers.py``:
::
import openerp.addons.web.http as http
from openerp.addons.web.http import request
import openerp.http as http
from openerp.http import request
Controller Declaration

File diff suppressed because it is too large Load Diff

View File

@ -14,8 +14,8 @@ msgstr ""
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"X-Launchpad-Export-Date: 2013-10-16 04:54+0000\n"
"X-Generator: Launchpad (build 16799)\n"
"X-Launchpad-Export-Date: 2013-10-26 06:02+0000\n"
"X-Generator: Launchpad (build 16810)\n"
#. module: web
#. openerp-web

View File

@ -14,8 +14,8 @@ msgstr ""
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"X-Launchpad-Export-Date: 2013-10-16 04:54+0000\n"
"X-Generator: Launchpad (build 16799)\n"
"X-Launchpad-Export-Date: 2013-10-26 06:02+0000\n"
"X-Generator: Launchpad (build 16810)\n"
#. module: web
#. openerp-web

View File

@ -14,8 +14,8 @@ msgstr ""
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"X-Launchpad-Export-Date: 2013-10-16 04:54+0000\n"
"X-Generator: Launchpad (build 16799)\n"
"X-Launchpad-Export-Date: 2013-10-26 06:02+0000\n"
"X-Generator: Launchpad (build 16810)\n"
#. module: web
#. openerp-web

View File

@ -14,8 +14,8 @@ msgstr ""
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"X-Launchpad-Export-Date: 2013-10-16 04:54+0000\n"
"X-Generator: Launchpad (build 16799)\n"
"X-Launchpad-Export-Date: 2013-10-26 06:02+0000\n"
"X-Generator: Launchpad (build 16810)\n"
#. module: web
#. openerp-web

View File

@ -14,8 +14,8 @@ msgstr ""
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"X-Launchpad-Export-Date: 2013-10-16 04:54+0000\n"
"X-Generator: Launchpad (build 16799)\n"
"X-Launchpad-Export-Date: 2013-10-26 06:02+0000\n"
"X-Generator: Launchpad (build 16810)\n"
#. module: web
#. openerp-web

View File

@ -14,8 +14,8 @@ msgstr ""
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"X-Launchpad-Export-Date: 2013-10-16 04:54+0000\n"
"X-Generator: Launchpad (build 16799)\n"
"X-Launchpad-Export-Date: 2013-10-26 06:02+0000\n"
"X-Generator: Launchpad (build 16810)\n"
"X-Poedit-Language: Czech\n"
#. module: web

View File

@ -14,8 +14,8 @@ msgstr ""
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"X-Launchpad-Export-Date: 2013-10-16 04:54+0000\n"
"X-Generator: Launchpad (build 16799)\n"
"X-Launchpad-Export-Date: 2013-10-26 06:02+0000\n"
"X-Generator: Launchpad (build 16810)\n"
#. module: web
#. openerp-web

View File

@ -14,8 +14,8 @@ msgstr ""
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"X-Launchpad-Export-Date: 2013-10-16 04:54+0000\n"
"X-Generator: Launchpad (build 16799)\n"
"X-Launchpad-Export-Date: 2013-10-26 06:02+0000\n"
"X-Generator: Launchpad (build 16810)\n"
#. module: web
#. openerp-web

View File

@ -14,8 +14,8 @@ msgstr ""
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"X-Launchpad-Export-Date: 2013-10-16 04:55+0000\n"
"X-Generator: Launchpad (build 16799)\n"
"X-Launchpad-Export-Date: 2013-10-26 06:03+0000\n"
"X-Generator: Launchpad (build 16810)\n"
#. module: web
#. openerp-web

View File

@ -14,8 +14,8 @@ msgstr ""
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"X-Launchpad-Export-Date: 2013-10-16 04:55+0000\n"
"X-Generator: Launchpad (build 16799)\n"
"X-Launchpad-Export-Date: 2013-10-26 06:03+0000\n"
"X-Generator: Launchpad (build 16810)\n"
#. module: web
#. openerp-web
@ -305,7 +305,7 @@ msgstr "about a month ago"
#: code:addons/web/static/src/xml/base.xml:1618
#, python-format
msgid "Custom Filters"
msgstr ""
msgstr "Custom Filters"
#. module: web
#. openerp-web
@ -326,14 +326,14 @@ msgstr "OpenERP SA Company"
#: code:addons/web/static/src/js/search.js:1663
#, python-format
msgid "Custom Filter"
msgstr ""
msgstr "Custom Filter"
#. module: web
#. openerp-web
#: code:addons/web/static/src/xml/base.xml:177
#, python-format
msgid "Duplicate Database"
msgstr ""
msgstr "Duplicate Database"
#. module: web
#. openerp-web
@ -355,7 +355,7 @@ msgstr "Change Password"
#: code:addons/web/static/src/js/view_form.js:3528
#, python-format
msgid "View type '%s' is not supported in One2Many."
msgstr ""
msgstr "View type '%s' is not supported in One2Many."
#. module: web
#. openerp-web
@ -370,7 +370,7 @@ msgstr "Download"
#: code:addons/web/static/src/js/formats.js:270
#, python-format
msgid "'%s' is not a correct datetime"
msgstr ""
msgstr "'%s' is not a correct datetime"
#. module: web
#. openerp-web
@ -398,20 +398,20 @@ msgstr "Selection:"
#: code:addons/web/static/src/js/view_form.js:881
#, python-format
msgid "The following fields are invalid:"
msgstr ""
msgstr "The following fields are invalid:"
#. module: web
#: code:addons/web/controllers/main.py:890
#, python-format
msgid "Languages"
msgstr ""
msgstr "Languages"
#. module: web
#. openerp-web
#: code:addons/web/static/src/xml/base.xml:1298
#, python-format
msgid "...Upload in progress..."
msgstr ""
msgstr "...Upload in progress..."
#. module: web
#. openerp-web
@ -425,21 +425,21 @@ msgstr "Import"
#: code:addons/web/static/src/js/chrome.js:565
#, python-format
msgid "Could not restore the database"
msgstr ""
msgstr "Could not restore the database"
#. module: web
#. openerp-web
#: code:addons/web/static/src/js/view_form.js:4982
#, python-format
msgid "File upload"
msgstr ""
msgstr "File upload"
#. module: web
#. openerp-web
#: code:addons/web/static/src/js/view_form.js:3925
#, python-format
msgid "Action Button"
msgstr ""
msgstr "Action Button"
#. module: web
#. openerp-web
@ -461,7 +461,7 @@ msgstr "contains"
#: code:addons/web/static/src/js/coresetup.js:623
#, python-format
msgid "Take a minute to get a coffee,<br />because it's loading..."
msgstr ""
msgstr "Take a minute to get a coffee,<br />because it's loading..."
#. module: web
#. openerp-web
@ -482,14 +482,14 @@ msgstr "Loading (%d)"
#: code:addons/web/static/src/js/search.js:1216
#, python-format
msgid "GroupBy"
msgstr ""
msgstr "GroupBy"
#. module: web
#. openerp-web
#: code:addons/web/static/src/js/view_list.js:699
#, python-format
msgid "You must select at least one record."
msgstr ""
msgstr "You must select at least one record."
#. module: web
#. openerp-web
@ -517,7 +517,7 @@ msgstr "Relation:"
#: code:addons/web/static/src/js/coresetup.js:590
#, python-format
msgid "less than a minute ago"
msgstr ""
msgstr "less than a minute ago"
#. module: web
#. openerp-web
@ -538,7 +538,7 @@ msgstr "Unsupported operator %s in domain %s"
#: code:addons/web/static/src/js/formats.js:246
#, python-format
msgid "'%s' is not a correct float"
msgstr ""
msgstr "'%s' is not a correct float"
#. module: web
#. openerp-web
@ -552,21 +552,21 @@ msgstr "Restored"
#: code:addons/web/static/src/js/view_list.js:409
#, python-format
msgid "%d-%d of %d"
msgstr ""
msgstr "%d-%d of %d"
#. module: web
#. openerp-web
#: code:addons/web/static/src/js/view_form.js:2955
#, python-format
msgid "Create and Edit..."
msgstr ""
msgstr "Create and Edit..."
#. module: web
#. openerp-web
#: code:addons/web/static/src/js/pyeval.js:736
#, python-format
msgid "Unknown nonliteral type "
msgstr ""
msgstr "Unknown nonliteral type "
#. module: web
#. openerp-web
@ -587,14 +587,14 @@ msgstr "is not"
#: code:addons/web/static/src/xml/base.xml:572
#, python-format
msgid "Print Workflow"
msgstr ""
msgstr "Print Workflow"
#. module: web
#. openerp-web
#: code:addons/web/static/src/js/chrome.js:413
#, python-format
msgid "Please confirm your new password"
msgstr ""
msgstr "Please confirm your new password"
#. module: web
#. openerp-web
@ -615,7 +615,7 @@ msgstr "For more information visit"
#: code:addons/web/static/src/xml/base.xml:1880
#, python-format
msgid "Add All Info..."
msgstr ""
msgstr "Add All Info..."
#. module: web
#. openerp-web
@ -643,7 +643,7 @@ msgstr "Model %s fields"
#: code:addons/web/static/src/js/view_list.js:906
#, python-format
msgid "Setting 'id' attribute on existing record %s"
msgstr ""
msgstr "Setting 'id' attribute on existing record %s"
#. module: web
#. openerp-web
@ -689,13 +689,14 @@ msgstr "Action ID:"
#, python-format
msgid "Your user's preference timezone does not match your browser timezone:"
msgstr ""
"Your user's preference timezone does not match your browser timezone:"
#. module: web
#. openerp-web
#: code:addons/web/static/src/js/view_form.js:1237
#, python-format
msgid "Field '%s' specified in view could not be found."
msgstr ""
msgstr "Field '%s' specified in view could not be found."
#. module: web
#. openerp-web
@ -716,21 +717,21 @@ msgstr "Old Password:"
#: code:addons/web/static/src/js/formats.js:113
#, python-format
msgid "Bytes,Kb,Mb,Gb,Tb,Pb,Eb,Zb,Yb"
msgstr ""
msgstr "Bytes,Kb,Mb,Gb,Tb,Pb,Eb,Zb,Yb"
#. module: web
#. openerp-web
#: code:addons/web/static/src/js/chrome.js:503
#, python-format
msgid "The database has been duplicated."
msgstr ""
msgstr "The database has been duplicated."
#. module: web
#. openerp-web
#: code:addons/web/static/src/xml/base.xml:1643
#, python-format
msgid "Apply"
msgstr ""
msgstr "Apply"
#. module: web
#. openerp-web
@ -752,7 +753,7 @@ msgstr "Save As"
#: code:addons/web/doc/module/static/src/xml/web_example.xml:3
#, python-format
msgid "00:00:00"
msgstr ""
msgstr "00:00:00"
#. module: web
#. openerp-web
@ -766,7 +767,7 @@ msgstr "E-mail error"
#: code:addons/web/static/src/js/coresetup.js:595
#, python-format
msgid "a day ago"
msgstr ""
msgstr "a day ago"
#. module: web
#. openerp-web
@ -791,6 +792,9 @@ msgid ""
"\n"
"Are you sure you want to leave this page ?"
msgstr ""
"Warning, the record has been modified, your changes will be discarded.\n"
"\n"
"Are you sure you want to leave this page ?"
#. module: web
#. openerp-web
@ -818,14 +822,14 @@ msgstr "Delimiter:"
#: code:addons/web/static/src/xml/base.xml:484
#, python-format
msgid "Browser's timezone"
msgstr ""
msgstr "Browser's timezone"
#. module: web
#. openerp-web
#: code:addons/web/static/src/xml/base.xml:1623
#, python-format
msgid "Filter name"
msgstr ""
msgstr "Filter name"
#. module: web
#. openerp-web
@ -849,7 +853,7 @@ msgstr "Add"
#: code:addons/web/static/src/xml/base.xml:558
#, python-format
msgid "Toggle Form Layout Outline"
msgstr ""
msgstr "Toggle Form Layout Outline"
#. module: web
#. openerp-web
@ -870,7 +874,7 @@ msgstr "Can't send email to invalid e-mail address"
#: code:addons/web/static/src/xml/base.xml:658
#, python-format
msgid "Add..."
msgstr ""
msgstr "Add..."
#. module: web
#. openerp-web
@ -884,7 +888,7 @@ msgstr "Preferences"
#: code:addons/web/static/src/js/view_form.js:435
#, python-format
msgid "Wrong on change format: %s"
msgstr ""
msgstr "Wrong on change format: %s"
#. module: web
#. openerp-web
@ -892,14 +896,14 @@ msgstr ""
#: code:addons/web/static/src/xml/base.xml:203
#, python-format
msgid "Drop Database"
msgstr ""
msgstr "Drop Database"
#. module: web
#. openerp-web
#: code:addons/web/static/src/xml/base.xml:488
#, python-format
msgid "Click here to change your user's timezone."
msgstr ""
msgstr "Click here to change your user's timezone."
#. module: web
#. openerp-web
@ -913,7 +917,7 @@ msgstr "Modifiers:"
#: code:addons/web/static/src/xml/base.xml:649
#, python-format
msgid "Delete this attachment"
msgstr ""
msgstr "Delete this attachment"
#. module: web
#. openerp-web
@ -931,7 +935,7 @@ msgstr "Save"
#: code:addons/web/static/src/xml/base.xml:370
#, python-format
msgid "More"
msgstr ""
msgstr "More"
#. module: web
#. openerp-web
@ -945,14 +949,14 @@ msgstr "Username"
#: code:addons/web/static/src/js/chrome.js:503
#, python-format
msgid "Duplicating database"
msgstr ""
msgstr "Duplicating database"
#. module: web
#. openerp-web
#: code:addons/web/static/src/js/chrome.js:585
#, python-format
msgid "Password has been changed successfully"
msgstr ""
msgstr "Password has been changed successfully"
#. module: web
#. openerp-web
@ -994,6 +998,10 @@ msgid ""
"\n"
"%s"
msgstr ""
"Local evaluation failure\n"
"%s\n"
"\n"
"%s"
#. module: web
#. openerp-web
@ -1014,7 +1022,7 @@ msgstr "Save fields list"
#: code:addons/web/doc/module/static/src/xml/web_example.xml:5
#, python-format
msgid "Start"
msgstr ""
msgstr "Start"
#. module: web
#. openerp-web
@ -1035,14 +1043,14 @@ msgstr "Creation Date:"
#: code:addons/web/controllers/main.py:878
#, python-format
msgid "Error, password not changed !"
msgstr ""
msgstr "Error, password not changed !"
#. module: web
#. openerp-web
#: code:addons/web/static/src/js/view_form.js:4981
#, python-format
msgid "The selected file exceed the maximum file size of %s."
msgstr ""
msgstr "The selected file exceed the maximum file size of %s."
#. module: web
#. openerp-web
@ -1056,7 +1064,7 @@ msgstr ""
#: code:addons/web/static/src/js/chrome.js:585
#, python-format
msgid "Changed Password"
msgstr ""
msgstr "Changed Password"
#. module: web
#. openerp-web
@ -1090,14 +1098,14 @@ msgstr "Backup"
#: code:addons/web/static/src/js/dates.js:80
#, python-format
msgid "'%s' is not a valid time"
msgstr ""
msgstr "'%s' is not a valid time"
#. module: web
#. openerp-web
#: code:addons/web/static/src/js/formats.js:278
#, python-format
msgid "'%s' is not a correct date"
msgstr ""
msgstr "'%s' is not a correct date"
#. module: web
#. openerp-web
@ -1111,7 +1119,7 @@ msgstr "(nolabel)"
#: code:addons/web/static/src/js/coresetup.js:596
#, python-format
msgid "%d days ago"
msgstr ""
msgstr "%d days ago"
#. module: web
#. openerp-web
@ -1151,7 +1159,7 @@ msgstr "Last Modified by:"
#: code:addons/web/static/src/xml/base.xml:492
#, python-format
msgid "Timezone mismatch"
msgstr ""
msgstr "Timezone mismatch"
#. module: web
#. openerp-web
@ -1165,7 +1173,7 @@ msgstr "Unknown operator %s in domain %s"
#: code:addons/web/static/src/js/view_form.js:427
#, python-format
msgid "%d / %d"
msgstr ""
msgstr "%d / %d"
#. module: web
#. openerp-web
@ -1197,7 +1205,7 @@ msgstr ""
#: code:addons/web/static/src/js/coresetup.js:598
#, python-format
msgid "%d months ago"
msgstr ""
msgstr "%d months ago"
#. module: web
#. openerp-web
@ -1218,7 +1226,7 @@ msgstr "Add Advanced Filter"
#: code:addons/web/controllers/main.py:871
#, python-format
msgid "The new password and its confirmation must be identical."
msgstr ""
msgstr "The new password and its confirmation must be identical."
#. module: web
#. openerp-web
@ -1226,14 +1234,14 @@ msgstr ""
#: code:addons/web/static/src/xml/base.xml:266
#, python-format
msgid "Restore Database"
msgstr ""
msgstr "Restore Database"
#. module: web
#. openerp-web
#: code:addons/web/static/src/js/chrome.js:702
#, python-format
msgid "Login"
msgstr ""
msgstr "Login"
#. module: web
#. openerp-web
@ -1262,21 +1270,21 @@ msgstr "Export Type:"
#: code:addons/web/static/src/xml/base.xml:428
#, python-format
msgid "Log out"
msgstr ""
msgstr "Log out"
#. module: web
#. openerp-web
#: code:addons/web/static/src/js/search.js:1192
#, python-format
msgid "Group by: %s"
msgstr ""
msgstr "Group by: %s"
#. module: web
#. openerp-web
#: code:addons/web/static/src/js/view_form.js:154
#, python-format
msgid "No data provided."
msgstr ""
msgstr "No data provided."
#. module: web
#. openerp-web
@ -1305,7 +1313,7 @@ msgstr "You must choose at least one record."
#: code:addons/web/static/src/js/coresetup.js:621
#, python-format
msgid "Don't leave yet,<br />it's still loading..."
msgstr ""
msgstr "Don't leave yet,<br />it's still loading..."
#. module: web
#. openerp-web
@ -1347,28 +1355,28 @@ msgstr "%(page)d/%(page_count)d"
#: code:addons/web/static/src/js/chrome.js:414
#, python-format
msgid "The confirmation does not match the password"
msgstr ""
msgstr "The confirmation does not match the password"
#. module: web
#. openerp-web
#: code:addons/web/static/src/xml/base.xml:463
#, python-format
msgid "Edit Company data"
msgstr ""
msgstr "Edit Company data"
#. module: web
#. openerp-web
#: code:addons/web/static/src/js/view_form.js:5017
#, python-format
msgid "Save As..."
msgstr ""
msgstr "Save As..."
#. module: web
#. openerp-web
#: code:addons/web/static/src/js/view_form.js:5138
#, python-format
msgid "Could not display the selected image."
msgstr ""
msgstr "Could not display the selected image."
#. module: web
#. openerp-web
@ -1393,7 +1401,7 @@ msgstr ""
#: code:addons/web/static/src/xml/base.xml:414
#, python-format
msgid "99+"
msgstr ""
msgstr "99+"
#. module: web
#. openerp-web
@ -1407,7 +1415,7 @@ msgstr "1. Import a .CSV file"
#: code:addons/web/static/src/js/chrome.js:702
#, python-format
msgid "No database selected !"
msgstr ""
msgstr "No database selected !"
#. module: web
#. openerp-web
@ -1428,7 +1436,7 @@ msgstr "Change default:"
#: code:addons/web/static/src/xml/base.xml:189
#, python-format
msgid "Original database name:"
msgstr ""
msgstr "Original database name:"
#. module: web
#. openerp-web
@ -1445,14 +1453,14 @@ msgstr "is equal to"
#: code:addons/web/static/src/js/views.js:1581
#, python-format
msgid "Could not serialize XML"
msgstr ""
msgstr "Could not serialise XML"
#. module: web
#. openerp-web
#: code:addons/web/static/src/xml/base.xml:1637
#, python-format
msgid "Advanced Search"
msgstr ""
msgstr "Advanced Search"
#. module: web
#. openerp-web
@ -1467,6 +1475,7 @@ msgstr "Confirm new master password:"
#, python-format
msgid "Maybe you should consider reloading the application by pressing F5..."
msgstr ""
"Maybe you should consider reloading the application by pressing F5..."
#. module: web
#. openerp-web
@ -1498,7 +1507,7 @@ msgstr "Import Options"
#: code:addons/web/static/src/js/view_form.js:3023
#, python-format
msgid "Add %s"
msgstr ""
msgstr "Add %s"
#. module: web
#. openerp-web
@ -1523,6 +1532,7 @@ msgstr "Close"
msgid ""
"You may not believe it,<br />but the application is actually loading..."
msgstr ""
"You may not believe it,<br />but the application is actually loading..."
#. module: web
#. openerp-web
@ -1536,7 +1546,7 @@ msgstr "CSV File:"
#: code:addons/web/static/src/js/search.js:1879
#, python-format
msgid "Advanced"
msgstr ""
msgstr "Advanced"
#. module: web
#. openerp-web
@ -1549,14 +1559,14 @@ msgstr "Tree"
#: code:addons/web/controllers/main.py:793
#, python-format
msgid "Could not drop database !"
msgstr ""
msgstr "Could not drop database !"
#. module: web
#. openerp-web
#: code:addons/web/static/src/js/formats.js:231
#, python-format
msgid "'%s' is not a correct integer"
msgstr ""
msgstr "'%s' is not a correct integer"
#. module: web
#. openerp-web
@ -1577,21 +1587,21 @@ msgstr "Unknown field %s in domain %s"
#: code:addons/web/static/src/js/views.js:1546
#, python-format
msgid "Node [%s] is not a JSONified XML node"
msgstr ""
msgstr "Node [%s] is not a JSONified XML node"
#. module: web
#. openerp-web
#: code:addons/web/static/src/xml/base.xml:1454
#, python-format
msgid "Advanced Search..."
msgstr ""
msgstr "Advanced Search..."
#. module: web
#. openerp-web
#: code:addons/web/static/src/js/chrome.js:521
#, python-format
msgid "Dropping database"
msgstr ""
msgstr "Dropping database"
#. module: web
#. openerp-web
@ -1635,28 +1645,28 @@ msgstr "Size:"
#: code:addons/web/static/src/xml/base.xml:1845
#, python-format
msgid "--- Don't Import ---"
msgstr ""
msgstr "--- Don't Import ---"
#. module: web
#. openerp-web
#: code:addons/web/static/src/xml/base.xml:1697
#, python-format
msgid "Import-Compatible Export"
msgstr ""
msgstr "Import-Compatible Export"
#. module: web
#. openerp-web
#: code:addons/web/static/src/js/coresetup.js:600
#, python-format
msgid "%d years ago"
msgstr ""
msgstr "%d years ago"
#. module: web
#. openerp-web
#: code:addons/web/static/src/js/view_list.js:1050
#, python-format
msgid "Unknown m2m command %s"
msgstr ""
msgstr "Unknown m2m command %s"
#. module: web
#. openerp-web
@ -1678,14 +1688,14 @@ msgstr "New database name:"
#: code:addons/web/static/src/js/chrome.js:411
#, python-format
msgid "Please enter your new password"
msgstr ""
msgstr "Please enter your new password"
#. module: web
#. openerp-web
#: code:addons/web/static/src/js/view_form.js:5017
#, python-format
msgid "The field is empty, there's nothing to save !"
msgstr ""
msgstr "The field is empty, there's nothing to save !"
#. module: web
#. openerp-web
@ -1713,7 +1723,7 @@ msgstr "Lines to skip"
#: code:addons/web/static/src/js/view_form.js:2945
#, python-format
msgid "Create \"<strong>%s</strong>\""
msgstr ""
msgstr "Create \"<strong>%s</strong>\""
#. module: web
#. openerp-web
@ -1756,7 +1766,7 @@ msgstr "The import failed due to:"
#: code:addons/web/static/src/xml/base.xml:561
#, python-format
msgid "JS Tests"
msgstr ""
msgstr "JS Tests"
#. module: web
#. openerp-web
@ -1770,7 +1780,7 @@ msgstr "Save as:"
#: code:addons/web/static/src/js/search.js:1024
#, python-format
msgid "Filter on: %s"
msgstr ""
msgstr "Filter on: %s"
#. module: web
#. openerp-web

View File

@ -14,8 +14,8 @@ msgstr ""
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"X-Launchpad-Export-Date: 2013-10-16 04:55+0000\n"
"X-Generator: Launchpad (build 16799)\n"
"X-Launchpad-Export-Date: 2013-10-26 06:03+0000\n"
"X-Generator: Launchpad (build 16810)\n"
#. module: web
#. openerp-web

View File

@ -14,8 +14,8 @@ msgstr ""
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"X-Launchpad-Export-Date: 2013-10-16 04:55+0000\n"
"X-Generator: Launchpad (build 16799)\n"
"X-Launchpad-Export-Date: 2013-10-26 06:03+0000\n"
"X-Generator: Launchpad (build 16810)\n"
#. module: web
#. openerp-web

View File

@ -14,8 +14,8 @@ msgstr ""
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"X-Launchpad-Export-Date: 2013-10-16 04:55+0000\n"
"X-Generator: Launchpad (build 16799)\n"
"X-Launchpad-Export-Date: 2013-10-26 06:03+0000\n"
"X-Generator: Launchpad (build 16810)\n"
"Language: es\n"
#. module: web

View File

@ -14,8 +14,8 @@ msgstr ""
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"X-Launchpad-Export-Date: 2013-10-16 04:55+0000\n"
"X-Generator: Launchpad (build 16799)\n"
"X-Launchpad-Export-Date: 2013-10-26 06:03+0000\n"
"X-Generator: Launchpad (build 16810)\n"
#. module: web
#. openerp-web

View File

@ -14,8 +14,8 @@ msgstr ""
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"X-Launchpad-Export-Date: 2013-10-16 04:55+0000\n"
"X-Generator: Launchpad (build 16799)\n"
"X-Launchpad-Export-Date: 2013-10-26 06:03+0000\n"
"X-Generator: Launchpad (build 16810)\n"
#. module: web
#. openerp-web

View File

@ -14,8 +14,8 @@ msgstr ""
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"X-Launchpad-Export-Date: 2013-10-16 04:55+0000\n"
"X-Generator: Launchpad (build 16799)\n"
"X-Launchpad-Export-Date: 2013-10-26 06:03+0000\n"
"X-Generator: Launchpad (build 16810)\n"
#. module: web
#. openerp-web

View File

@ -14,8 +14,8 @@ msgstr ""
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"X-Launchpad-Export-Date: 2013-10-16 04:54+0000\n"
"X-Generator: Launchpad (build 16799)\n"
"X-Launchpad-Export-Date: 2013-10-26 06:02+0000\n"
"X-Generator: Launchpad (build 16810)\n"
#. module: web
#. openerp-web

View File

@ -14,8 +14,8 @@ msgstr ""
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"X-Launchpad-Export-Date: 2013-10-16 04:54+0000\n"
"X-Generator: Launchpad (build 16799)\n"
"X-Launchpad-Export-Date: 2013-10-26 06:02+0000\n"
"X-Generator: Launchpad (build 16810)\n"
#. module: web
#. openerp-web

View File

@ -14,8 +14,8 @@ msgstr ""
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"X-Launchpad-Export-Date: 2013-10-16 04:54+0000\n"
"X-Generator: Launchpad (build 16799)\n"
"X-Launchpad-Export-Date: 2013-10-26 06:03+0000\n"
"X-Generator: Launchpad (build 16810)\n"
#. module: web
#. openerp-web

View File

@ -14,8 +14,8 @@ msgstr ""
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"X-Launchpad-Export-Date: 2013-10-16 04:54+0000\n"
"X-Generator: Launchpad (build 16799)\n"
"X-Launchpad-Export-Date: 2013-10-26 06:02+0000\n"
"X-Generator: Launchpad (build 16810)\n"
#. module: web
#. openerp-web
@ -608,7 +608,7 @@ msgstr "UTF-8"
#: code:addons/web/static/src/xml/base.xml:443
#, python-format
msgid "For more information visit"
msgstr "Lisätieto löytyy tuolta"
msgstr "Lisätietoja löytyy osoitteesta"
#. module: web
#. openerp-web

View File

@ -14,8 +14,8 @@ msgstr ""
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"X-Launchpad-Export-Date: 2013-10-16 04:54+0000\n"
"X-Generator: Launchpad (build 16799)\n"
"X-Launchpad-Export-Date: 2013-10-26 06:02+0000\n"
"X-Generator: Launchpad (build 16810)\n"
#. module: web
#. openerp-web

View File

@ -14,8 +14,8 @@ msgstr ""
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"X-Launchpad-Export-Date: 2013-10-16 04:55+0000\n"
"X-Generator: Launchpad (build 16799)\n"
"X-Launchpad-Export-Date: 2013-10-26 06:03+0000\n"
"X-Generator: Launchpad (build 16810)\n"
#. module: web
#. openerp-web

View File

@ -14,8 +14,8 @@ msgstr ""
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"X-Launchpad-Export-Date: 2013-10-16 04:54+0000\n"
"X-Generator: Launchpad (build 16799)\n"
"X-Launchpad-Export-Date: 2013-10-26 06:02+0000\n"
"X-Generator: Launchpad (build 16810)\n"
#. module: web
#. openerp-web

View File

@ -14,8 +14,8 @@ msgstr ""
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"X-Launchpad-Export-Date: 2013-10-16 04:54+0000\n"
"X-Generator: Launchpad (build 16799)\n"
"X-Launchpad-Export-Date: 2013-10-26 06:03+0000\n"
"X-Generator: Launchpad (build 16810)\n"
#. module: web
#. openerp-web

View File

@ -14,8 +14,8 @@ msgstr ""
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"X-Launchpad-Export-Date: 2013-10-16 04:54+0000\n"
"X-Generator: Launchpad (build 16799)\n"
"X-Launchpad-Export-Date: 2013-10-26 06:03+0000\n"
"X-Generator: Launchpad (build 16810)\n"
#. module: web
#. openerp-web

View File

@ -14,8 +14,8 @@ msgstr ""
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"X-Launchpad-Export-Date: 2013-10-16 04:55+0000\n"
"X-Generator: Launchpad (build 16799)\n"
"X-Launchpad-Export-Date: 2013-10-26 06:03+0000\n"
"X-Generator: Launchpad (build 16810)\n"
#. module: web
#. openerp-web

View File

@ -14,8 +14,8 @@ msgstr ""
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"X-Launchpad-Export-Date: 2013-10-16 04:54+0000\n"
"X-Generator: Launchpad (build 16799)\n"
"X-Launchpad-Export-Date: 2013-10-26 06:03+0000\n"
"X-Generator: Launchpad (build 16810)\n"
#. module: web
#. openerp-web

View File

@ -14,8 +14,8 @@ msgstr ""
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"X-Launchpad-Export-Date: 2013-10-16 04:54+0000\n"
"X-Generator: Launchpad (build 16799)\n"
"X-Launchpad-Export-Date: 2013-10-26 06:03+0000\n"
"X-Generator: Launchpad (build 16810)\n"
#. module: web
#. openerp-web

View File

@ -14,8 +14,8 @@ msgstr ""
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"X-Launchpad-Export-Date: 2013-10-16 04:54+0000\n"
"X-Generator: Launchpad (build 16799)\n"
"X-Launchpad-Export-Date: 2013-10-26 06:03+0000\n"
"X-Generator: Launchpad (build 16810)\n"
#. module: web
#. openerp-web

View File

@ -14,8 +14,8 @@ msgstr ""
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"X-Launchpad-Export-Date: 2013-10-16 04:54+0000\n"
"X-Generator: Launchpad (build 16799)\n"
"X-Launchpad-Export-Date: 2013-10-26 06:03+0000\n"
"X-Generator: Launchpad (build 16810)\n"
#. module: web
#. openerp-web

View File

@ -14,8 +14,8 @@ msgstr ""
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"X-Launchpad-Export-Date: 2013-10-16 04:54+0000\n"
"X-Generator: Launchpad (build 16799)\n"
"X-Launchpad-Export-Date: 2013-10-26 06:02+0000\n"
"X-Generator: Launchpad (build 16810)\n"
#. module: web
#. openerp-web

View File

@ -14,8 +14,8 @@ msgstr ""
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"X-Launchpad-Export-Date: 2013-10-16 04:54+0000\n"
"X-Generator: Launchpad (build 16799)\n"
"X-Launchpad-Export-Date: 2013-10-26 06:03+0000\n"
"X-Generator: Launchpad (build 16810)\n"
#. module: web
#. openerp-web

View File

@ -14,8 +14,8 @@ msgstr ""
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"X-Launchpad-Export-Date: 2013-10-16 04:54+0000\n"
"X-Generator: Launchpad (build 16799)\n"
"X-Launchpad-Export-Date: 2013-10-26 06:03+0000\n"
"X-Generator: Launchpad (build 16810)\n"
#. module: web
#. openerp-web

View File

@ -14,8 +14,8 @@ msgstr ""
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"X-Launchpad-Export-Date: 2013-10-16 04:54+0000\n"
"X-Generator: Launchpad (build 16799)\n"
"X-Launchpad-Export-Date: 2013-10-26 06:03+0000\n"
"X-Generator: Launchpad (build 16810)\n"
#. module: web
#. openerp-web

View File

@ -14,8 +14,8 @@ msgstr ""
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"X-Launchpad-Export-Date: 2013-10-16 04:54+0000\n"
"X-Generator: Launchpad (build 16799)\n"
"X-Launchpad-Export-Date: 2013-10-26 06:03+0000\n"
"X-Generator: Launchpad (build 16810)\n"
#. module: web
#. openerp-web
@ -75,14 +75,14 @@ msgstr ""
#: code:addons/web/static/src/xml/base.xml:292
#, python-format
msgid "Change Master Password"
msgstr ""
msgstr "Izmainīt galveno paroli"
#. module: web
#. openerp-web
#: code:addons/web/static/src/js/chrome.js:513
#, python-format
msgid "Do you really want to delete the database: %s ?"
msgstr ""
msgstr "Vai tiešam velties dzēst %s datubāzi ?"
#. module: web
#. openerp-web
@ -96,7 +96,7 @@ msgstr ""
#: code:addons/web/static/src/js/chrome.js:559
#, python-format
msgid "Access Denied"
msgstr ""
msgstr "Piekļuve Liegta"
#. module: web
#. openerp-web
@ -110,7 +110,7 @@ msgstr ""
#: code:addons/web/static/src/js/coresetup.js:593
#, python-format
msgid "about an hour ago"
msgstr ""
msgstr "apmēram stundu atpakaļ"
#. module: web
#. openerp-web
@ -134,7 +134,7 @@ msgstr ""
#: code:addons/web/static/src/js/dates.js:53
#, python-format
msgid "'%s' is not a valid date"
msgstr ""
msgstr "'%s' ir datums nepareizā formātā"
#. module: web
#. openerp-web
@ -148,7 +148,7 @@ msgstr ""
#: code:addons/web/static/src/js/coresetup.js:591
#, python-format
msgid "about a minute ago"
msgstr ""
msgstr "apmēram minūti atpakaļ"
#. module: web
#. openerp-web
@ -168,7 +168,7 @@ msgstr ""
#: code:addons/web/static/src/js/chrome.js:732
#, python-format
msgid "Invalid username or password"
msgstr ""
msgstr "Nederīgs lietotājsvārds vai parole"
#. module: web
#. openerp-web
@ -177,7 +177,7 @@ msgstr ""
#: code:addons/web/static/src/xml/base.xml:278
#, python-format
msgid "Master Password:"
msgstr ""
msgstr "Galvenā parole:"
#. module: web
#. openerp-web
@ -185,7 +185,7 @@ msgstr ""
#: code:addons/web/static/src/xml/base.xml:1402
#, python-format
msgid "Select"
msgstr ""
msgstr "Izvēlēties"
#. module: web
#. openerp-web
@ -199,7 +199,7 @@ msgstr ""
#: code:addons/web/static/src/xml/base.xml:437
#, python-format
msgid "Version"
msgstr ""
msgstr "Versija"
#. module: web
#. openerp-web
@ -235,7 +235,7 @@ msgstr ""
#: code:addons/web/static/src/js/view_form.js:320
#, python-format
msgid "Form"
msgstr ""
msgstr "Veidne"
#. module: web
#. openerp-web
@ -263,7 +263,7 @@ msgstr ""
#: code:addons/web/static/src/xml/base.xml:343
#, python-format
msgid "New Password:"
msgstr ""
msgstr "Jaunā parole:"
#. module: web
#. openerp-web
@ -277,14 +277,14 @@ msgstr ""
#: code:addons/web/static/src/xml/base.xml:1712
#, python-format
msgid "Fields to export"
msgstr ""
msgstr "Lauki eksportam"
#. module: web
#. openerp-web
#: code:addons/web/static/src/js/view_list.js:1350
#, python-format
msgid "Undefined"
msgstr ""
msgstr "Nenoteikts"
#. module: web
#. openerp-web
@ -298,7 +298,7 @@ msgstr ""
#: code:addons/web/static/src/js/coresetup.js:597
#, python-format
msgid "about a month ago"
msgstr ""
msgstr "apmēram mēnesi atpakaļ"
#. module: web
#. openerp-web
@ -348,7 +348,7 @@ msgstr ""
#: code:addons/web/static/src/xml/base.xml:354
#, python-format
msgid "Change Password"
msgstr ""
msgstr "Mainīt paroli"
#. module: web
#. openerp-web
@ -363,7 +363,7 @@ msgstr ""
#: code:addons/web/static/src/js/view_list.js:2204
#, python-format
msgid "Download"
msgstr ""
msgstr "Lejupielādēt"
#. module: web
#. openerp-web
@ -377,7 +377,7 @@ msgstr ""
#: code:addons/web/static/src/js/view_list.js:432
#, python-format
msgid "Group"
msgstr ""
msgstr "Grupa"
#. module: web
#. openerp-web
@ -391,7 +391,7 @@ msgstr ""
#: code:addons/web/static/src/xml/base.xml:1004
#, python-format
msgid "Selection:"
msgstr ""
msgstr "Sekcijas"
#. module: web
#. openerp-web
@ -404,7 +404,7 @@ msgstr ""
#: code:addons/web/controllers/main.py:890
#, python-format
msgid "Languages"
msgstr ""
msgstr "Valodas"
#. module: web
#. openerp-web
@ -418,7 +418,7 @@ msgstr ""
#: code:addons/web/static/src/xml/base.xml:1789
#, python-format
msgid "Import"
msgstr ""
msgstr "Importēt"
#. module: web
#. openerp-web
@ -447,14 +447,14 @@ msgstr ""
#: code:addons/web/static/src/xml/base.xml:1493
#, python-format
msgid "Manage Filters"
msgstr ""
msgstr "Pārvaldīt filtrus"
#. module: web
#. openerp-web
#: code:addons/web/static/src/js/search.js:2042
#, python-format
msgid "contains"
msgstr ""
msgstr "satur"
#. module: web
#. openerp-web
@ -475,7 +475,7 @@ msgstr ""
#: code:addons/web/static/src/js/chrome.js:341
#, python-format
msgid "Loading (%d)"
msgstr ""
msgstr "Ieladē (%d)"
#. module: web
#. openerp-web
@ -503,14 +503,14 @@ msgstr ""
#: code:addons/web/static/src/js/view_form.js:1071
#, python-format
msgid "Set Default"
msgstr ""
msgstr "Iestatīt kā noklusējumu"
#. module: web
#. openerp-web
#: code:addons/web/static/src/xml/base.xml:1000
#, python-format
msgid "Relation:"
msgstr ""
msgstr "Attiecība:"
#. module: web
#. openerp-web
@ -524,7 +524,7 @@ msgstr ""
#: code:addons/web/static/src/xml/base.xml:873
#, python-format
msgid "Condition:"
msgstr ""
msgstr "Nosacījums:"
#. module: web
#. openerp-web
@ -545,7 +545,7 @@ msgstr ""
#: code:addons/web/static/src/js/chrome.js:571
#, python-format
msgid "Restored"
msgstr ""
msgstr "Atjaunots"
#. module: web
#. openerp-web
@ -559,7 +559,7 @@ msgstr ""
#: code:addons/web/static/src/js/view_form.js:2955
#, python-format
msgid "Create and Edit..."
msgstr ""
msgstr "Izveidot un Rediģēt..."
#. module: web
#. openerp-web
@ -580,35 +580,35 @@ msgstr ""
#: code:addons/web/static/src/js/search.js:2144
#, python-format
msgid "is not"
msgstr ""
msgstr "nav"
#. module: web
#. openerp-web
#: code:addons/web/static/src/xml/base.xml:572
#, python-format
msgid "Print Workflow"
msgstr ""
msgstr "Drukāt darbplūsmu"
#. module: web
#. openerp-web
#: code:addons/web/static/src/js/chrome.js:413
#, python-format
msgid "Please confirm your new password"
msgstr ""
msgstr "Ludzu apstipriniet jūsu jauno paroli"
#. module: web
#. openerp-web
#: code:addons/web/static/src/xml/base.xml:1825
#, python-format
msgid "UTF-8"
msgstr ""
msgstr "UTF-8"
#. module: web
#. openerp-web
#: code:addons/web/static/src/xml/base.xml:443
#, python-format
msgid "For more information visit"
msgstr ""
msgstr "Lai iegūt vairāk informāciju, ejiet uz"
#. module: web
#. openerp-web
@ -650,7 +650,7 @@ msgstr ""
#: code:addons/web/static/src/js/view_list.js:8
#, python-format
msgid "List"
msgstr ""
msgstr "Saraksts"
#. module: web
#. openerp-web
@ -659,7 +659,7 @@ msgstr ""
#: code:addons/web/static/src/js/search.js:2121
#, python-format
msgid "greater than"
msgstr ""
msgstr "lielāks nekā"
#. module: web
#. openerp-web
@ -667,7 +667,7 @@ msgstr ""
#: code:addons/web/static/src/xml/base.xml:568
#, python-format
msgid "View"
msgstr ""
msgstr "Skatīt"
#. module: web
#. openerp-web
@ -709,7 +709,7 @@ msgstr ""
#: code:addons/web/static/src/xml/base.xml:338
#, python-format
msgid "Old Password:"
msgstr ""
msgstr "Veca parole:"
#. module: web
#. openerp-web
@ -730,7 +730,7 @@ msgstr ""
#: code:addons/web/static/src/xml/base.xml:1643
#, python-format
msgid "Apply"
msgstr ""
msgstr "Pielietot"
#. module: web
#. openerp-web
@ -745,14 +745,14 @@ msgstr ""
#: code:addons/web/static/src/xml/base.xml:1253
#, python-format
msgid "Save As"
msgstr ""
msgstr "Saglabāt kā"
#. module: web
#. openerp-web
#: code:addons/web/doc/module/static/src/xml/web_example.xml:3
#, python-format
msgid "00:00:00"
msgstr ""
msgstr "00:00:00"
#. module: web
#. openerp-web
@ -780,7 +780,7 @@ msgstr ""
#: code:addons/web/static/src/js/view_list.js:327
#, python-format
msgid "Unlimited"
msgstr ""
msgstr "Neierobežots"
#. module: web
#. openerp-web
@ -797,7 +797,7 @@ msgstr ""
#: code:addons/web/static/src/js/view_form.js:2991
#, python-format
msgid "Search: "
msgstr ""
msgstr "Meklēt: "
#. module: web
#. openerp-web
@ -811,7 +811,7 @@ msgstr ""
#: code:addons/web/static/src/xml/base.xml:1818
#, python-format
msgid "Delimiter:"
msgstr ""
msgstr "Norobežotājs:"
#. module: web
#. openerp-web
@ -825,7 +825,7 @@ msgstr ""
#: code:addons/web/static/src/xml/base.xml:1623
#, python-format
msgid "Filter name"
msgstr ""
msgstr "Filtra nosaukums"
#. module: web
#. openerp-web
@ -842,7 +842,7 @@ msgstr ""
#: code:addons/web/static/src/xml/base.xml:1726
#, python-format
msgid "Add"
msgstr ""
msgstr "Pievienot"
#. module: web
#. openerp-web
@ -870,14 +870,14 @@ msgstr ""
#: code:addons/web/static/src/xml/base.xml:658
#, python-format
msgid "Add..."
msgstr ""
msgstr "Pievienot..."
#. module: web
#. openerp-web
#: code:addons/web/static/src/xml/base.xml:424
#, python-format
msgid "Preferences"
msgstr ""
msgstr "Iestatījumi"
#. module: web
#. openerp-web
@ -923,7 +923,7 @@ msgstr ""
#: code:addons/web/static/src/xml/base.xml:1630
#, python-format
msgid "Save"
msgstr ""
msgstr "Saglabāt"
#. module: web
#. openerp-web
@ -931,14 +931,14 @@ msgstr ""
#: code:addons/web/static/src/xml/base.xml:370
#, python-format
msgid "More"
msgstr ""
msgstr "Vairāk"
#. module: web
#. openerp-web
#: code:addons/web/static/src/xml/base.xml:73
#, python-format
msgid "Username"
msgstr ""
msgstr "Lietotājvārds"
#. module: web
#. openerp-web
@ -973,7 +973,7 @@ msgstr ""
#: code:addons/web/static/src/xml/base.xml:77
#, python-format
msgid "Log in"
msgstr ""
msgstr "Ienākt"
#. module: web
#. openerp-web
@ -982,7 +982,7 @@ msgstr ""
#: code:addons/web/static/src/xml/base.xml:1785
#, python-format
msgid "Delete"
msgstr ""
msgstr "Dzēst"
#. module: web
#. openerp-web
@ -1014,7 +1014,7 @@ msgstr ""
#: code:addons/web/doc/module/static/src/xml/web_example.xml:5
#, python-format
msgid "Start"
msgstr ""
msgstr "Sākt"
#. module: web
#. openerp-web
@ -1056,14 +1056,14 @@ msgstr ""
#: code:addons/web/static/src/js/chrome.js:585
#, python-format
msgid "Changed Password"
msgstr ""
msgstr "Parole nomainīta"
#. module: web
#. openerp-web
#: code:addons/web/static/src/xml/base.xml:1457
#, python-format
msgid "Search"
msgstr ""
msgstr "Meklēt"
#. module: web
#. openerp-web
@ -1082,7 +1082,7 @@ msgstr ""
#: code:addons/web/static/src/xml/base.xml:327
#, python-format
msgid "Backup"
msgstr ""
msgstr "Dublējums"
#. module: web
#. openerp-web
@ -1090,7 +1090,7 @@ msgstr ""
#: code:addons/web/static/src/js/dates.js:80
#, python-format
msgid "'%s' is not a valid time"
msgstr ""
msgstr "'%s' ir laiks nepareizā formātā"
#. module: web
#. openerp-web
@ -1111,7 +1111,7 @@ msgstr ""
#: code:addons/web/static/src/js/coresetup.js:596
#, python-format
msgid "%d days ago"
msgstr ""
msgstr "pirms %d dienām"
#. module: web
#. openerp-web
@ -1128,7 +1128,7 @@ msgstr ""
#: code:addons/web/static/src/xml/base.xml:1881
#, python-format
msgid "Cancel"
msgstr ""
msgstr "Atcelt"
#. module: web
#. openerp-web
@ -1137,7 +1137,7 @@ msgstr ""
#: code:addons/web/static/src/xml/base.xml:9
#, python-format
msgid "Loading..."
msgstr ""
msgstr "Ielādē..."
#. module: web
#. openerp-web
@ -1165,7 +1165,7 @@ msgstr ""
#: code:addons/web/static/src/js/view_form.js:427
#, python-format
msgid "%d / %d"
msgstr ""
msgstr "%d. no %d"
#. module: web
#. openerp-web
@ -1179,7 +1179,7 @@ msgstr ""
#: code:addons/web/static/src/xml/base.xml:1739
#, python-format
msgid "Name"
msgstr ""
msgstr "Nosaukums"
#. module: web
#. openerp-web
@ -1510,7 +1510,7 @@ msgstr ""
#: code:addons/web/static/src/xml/base.xml:1422
#, python-format
msgid "Close"
msgstr ""
msgstr "Aizvērt"
#. module: web
#. openerp-web

View File

@ -14,8 +14,8 @@ msgstr ""
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"X-Launchpad-Export-Date: 2013-10-16 04:54+0000\n"
"X-Generator: Launchpad (build 16799)\n"
"X-Launchpad-Export-Date: 2013-10-26 06:03+0000\n"
"X-Generator: Launchpad (build 16810)\n"
#. module: web
#. openerp-web

View File

@ -14,8 +14,8 @@ msgstr ""
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"X-Launchpad-Export-Date: 2013-10-16 04:54+0000\n"
"X-Generator: Launchpad (build 16799)\n"
"X-Launchpad-Export-Date: 2013-10-26 06:03+0000\n"
"X-Generator: Launchpad (build 16810)\n"
#. module: web
#. openerp-web

View File

@ -14,8 +14,8 @@ msgstr ""
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"X-Launchpad-Export-Date: 2013-10-16 04:54+0000\n"
"X-Generator: Launchpad (build 16799)\n"
"X-Launchpad-Export-Date: 2013-10-26 06:03+0000\n"
"X-Generator: Launchpad (build 16810)\n"
#. module: web
#. openerp-web

View File

@ -14,8 +14,8 @@ msgstr ""
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"X-Launchpad-Export-Date: 2013-10-16 04:54+0000\n"
"X-Generator: Launchpad (build 16799)\n"
"X-Launchpad-Export-Date: 2013-10-26 06:02+0000\n"
"X-Generator: Launchpad (build 16810)\n"
#. module: web
#. openerp-web

View File

@ -9,13 +9,13 @@ msgstr ""
"Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n"
"POT-Creation-Date: 2012-12-21 17:06+0000\n"
"PO-Revision-Date: 2013-04-23 12:42+0000\n"
"Last-Translator: Els Van Vossel (Agaplan) <Unknown>\n"
"Last-Translator: Els Van Vossel (Foxy) <Unknown>\n"
"Language-Team: Dutch (Belgium) <nl_BE@li.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"X-Launchpad-Export-Date: 2013-10-16 04:55+0000\n"
"X-Generator: Launchpad (build 16799)\n"
"X-Launchpad-Export-Date: 2013-10-26 06:03+0000\n"
"X-Generator: Launchpad (build 16810)\n"
#. module: web
#. openerp-web

View File

@ -14,8 +14,8 @@ msgstr ""
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"X-Launchpad-Export-Date: 2013-10-16 04:55+0000\n"
"X-Generator: Launchpad (build 16799)\n"
"X-Launchpad-Export-Date: 2013-10-26 06:03+0000\n"
"X-Generator: Launchpad (build 16810)\n"
#. module: web
#. openerp-web

View File

@ -14,8 +14,8 @@ msgstr ""
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"X-Launchpad-Export-Date: 2013-10-16 04:55+0000\n"
"X-Generator: Launchpad (build 16799)\n"
"X-Launchpad-Export-Date: 2013-10-26 06:03+0000\n"
"X-Generator: Launchpad (build 16810)\n"
#. module: web
#. openerp-web

View File

@ -15,8 +15,8 @@ msgstr ""
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"X-Launchpad-Export-Date: 2013-10-16 04:55+0000\n"
"X-Generator: Launchpad (build 16799)\n"
"X-Launchpad-Export-Date: 2013-10-26 06:03+0000\n"
"X-Generator: Launchpad (build 16810)\n"
#. module: web
#. openerp-web

View File

@ -9,13 +9,13 @@ msgstr ""
"Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n"
"POT-Creation-Date: 2012-12-21 17:06+0000\n"
"PO-Revision-Date: 2012-12-22 20:09+0000\n"
"Last-Translator: ERPSystems.ro <mihai@erpsystems.ro>\n"
"Last-Translator: ERPSystems.ro <Unknown>\n"
"Language-Team: Romanian <ro@li.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"X-Launchpad-Export-Date: 2013-10-16 04:55+0000\n"
"X-Generator: Launchpad (build 16799)\n"
"X-Launchpad-Export-Date: 2013-10-26 06:03+0000\n"
"X-Generator: Launchpad (build 16810)\n"
#. module: web
#. openerp-web

View File

@ -14,8 +14,8 @@ msgstr ""
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"X-Launchpad-Export-Date: 2013-10-16 04:55+0000\n"
"X-Generator: Launchpad (build 16799)\n"
"X-Launchpad-Export-Date: 2013-10-26 06:03+0000\n"
"X-Generator: Launchpad (build 16810)\n"
#. module: web
#. openerp-web

View File

@ -14,8 +14,8 @@ msgstr ""
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"X-Launchpad-Export-Date: 2013-10-16 04:55+0000\n"
"X-Generator: Launchpad (build 16799)\n"
"X-Launchpad-Export-Date: 2013-10-26 06:03+0000\n"
"X-Generator: Launchpad (build 16810)\n"
#. module: web
#. openerp-web

View File

@ -14,8 +14,8 @@ msgstr ""
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"X-Launchpad-Export-Date: 2013-10-16 04:55+0000\n"
"X-Generator: Launchpad (build 16799)\n"
"X-Launchpad-Export-Date: 2013-10-26 06:03+0000\n"
"X-Generator: Launchpad (build 16810)\n"
#. module: web
#. openerp-web

View File

@ -14,8 +14,8 @@ msgstr ""
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"X-Launchpad-Export-Date: 2013-10-16 04:54+0000\n"
"X-Generator: Launchpad (build 16799)\n"
"X-Launchpad-Export-Date: 2013-10-26 06:02+0000\n"
"X-Generator: Launchpad (build 16810)\n"
#. module: web
#. openerp-web

View File

@ -14,8 +14,8 @@ msgstr ""
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"X-Launchpad-Export-Date: 2013-10-16 04:55+0000\n"
"X-Generator: Launchpad (build 16799)\n"
"X-Launchpad-Export-Date: 2013-10-26 06:04+0000\n"
"X-Generator: Launchpad (build 16810)\n"
#. module: web
#. openerp-web

View File

@ -14,8 +14,8 @@ msgstr ""
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"X-Launchpad-Export-Date: 2013-10-16 04:55+0000\n"
"X-Generator: Launchpad (build 16799)\n"
"X-Launchpad-Export-Date: 2013-10-26 06:03+0000\n"
"X-Generator: Launchpad (build 16810)\n"
#. module: web
#. openerp-web

View File

@ -14,8 +14,8 @@ msgstr ""
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"X-Launchpad-Export-Date: 2013-10-16 04:55+0000\n"
"X-Generator: Launchpad (build 16799)\n"
"X-Launchpad-Export-Date: 2013-10-26 06:03+0000\n"
"X-Generator: Launchpad (build 16810)\n"
#. module: web
#. openerp-web

View File

@ -14,8 +14,8 @@ msgstr ""
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"X-Launchpad-Export-Date: 2013-10-16 04:55+0000\n"
"X-Generator: Launchpad (build 16799)\n"
"X-Launchpad-Export-Date: 2013-10-26 06:03+0000\n"
"X-Generator: Launchpad (build 16810)\n"
#. module: web
#. openerp-web

View File

@ -14,8 +14,8 @@ msgstr ""
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"X-Launchpad-Export-Date: 2013-10-16 04:55+0000\n"
"X-Generator: Launchpad (build 16799)\n"
"X-Launchpad-Export-Date: 2013-10-26 06:03+0000\n"
"X-Generator: Launchpad (build 16810)\n"
#. module: web
#. openerp-web

View File

@ -14,8 +14,8 @@ msgstr ""
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"X-Launchpad-Export-Date: 2013-10-16 04:55+0000\n"
"X-Generator: Launchpad (build 16799)\n"
"X-Launchpad-Export-Date: 2013-10-26 06:03+0000\n"
"X-Generator: Launchpad (build 16810)\n"
#. module: web
#. openerp-web

View File

@ -14,8 +14,8 @@ msgstr ""
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"X-Launchpad-Export-Date: 2013-10-16 04:55+0000\n"
"X-Generator: Launchpad (build 16799)\n"
"X-Launchpad-Export-Date: 2013-10-26 06:03+0000\n"
"X-Generator: Launchpad (build 16810)\n"
#. module: web
#. openerp-web

View File

@ -14,8 +14,8 @@ msgstr ""
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"X-Launchpad-Export-Date: 2013-10-16 04:55+0000\n"
"X-Generator: Launchpad (build 16799)\n"
"X-Launchpad-Export-Date: 2013-10-26 06:03+0000\n"
"X-Generator: Launchpad (build 16810)\n"
#. module: web
#. openerp-web

View File

@ -1733,7 +1733,10 @@ instance.web.search.CustomFilters = instance.web.search.Input.extend({
var $name = this.$('input:first');
var private_filter = !this.$('#oe_searchview_custom_public').prop('checked');
var set_as_default = this.$('#oe_searchview_custom_default').prop('checked');
if (_.isEmpty($name.val())){
this.do_warn(_t("Error"), _t("Filter name is required."));
return false;
}
var search = this.view.build_search_data();
instance.web.pyeval.eval_domains_and_contexts({
domains: search.domains,

View File

@ -1666,8 +1666,8 @@
<ul class="oe_searchview_custom_list"/>
<div class="oe_searchview_custom">
<h4>Save current filter</h4>
<form>
<p><input id="oe_searchview_custom_input" placeholder="Filter name"/></p>
<form class="oe_form">
<p class="oe_form_required"><input id="oe_searchview_custom_input" placeholder="Filter name"/></p>
<p>
<input id="oe_searchview_custom_public" type="checkbox"/>
<label for="oe_searchview_custom_public">Share with all users</label>

View File

@ -1293,7 +1293,7 @@ openerp.testing.section('search.filters.saved', {
return view.appendTo($fix)
.then(function () {
$fix.find('.oe_searchview_custom input#oe_searchview_custom_input')
.text("filter name")
.val("filter name")
.end()
.find('.oe_searchview_custom button').click();
return done.promise();

View File

@ -3,7 +3,7 @@ import unittest2
import mock
from openerp.addons.web import http
from openerp import http
class MockRequestCase(unittest2.TestCase):
def setUp(self):

View File

@ -2,7 +2,7 @@
from . import common
import openerp.addons.web.controllers.main
from openerp.addons.web.http import request as req
from openerp.http import request as req
class TestDataSetController(common.MockRequestCase):
def setUp(self):

View File

@ -4,7 +4,7 @@ import collections
import mock
import unittest2
from openerp.addons.web.http import request as req
from openerp.http import request as req
from . import common

View File

@ -14,8 +14,8 @@ msgstr ""
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"X-Launchpad-Export-Date: 2013-10-16 04:55+0000\n"
"X-Generator: Launchpad (build 16799)\n"
"X-Launchpad-Export-Date: 2013-10-26 06:04+0000\n"
"X-Generator: Launchpad (build 16810)\n"
#. module: web_calendar
#. openerp-web

View File

@ -14,8 +14,8 @@ msgstr ""
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"X-Launchpad-Export-Date: 2013-10-16 04:55+0000\n"
"X-Generator: Launchpad (build 16799)\n"
"X-Launchpad-Export-Date: 2013-10-26 06:04+0000\n"
"X-Generator: Launchpad (build 16810)\n"
#. module: web_calendar
#. openerp-web

View File

@ -14,8 +14,8 @@ msgstr ""
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"X-Launchpad-Export-Date: 2013-10-16 04:55+0000\n"
"X-Generator: Launchpad (build 16799)\n"
"X-Launchpad-Export-Date: 2013-10-26 06:04+0000\n"
"X-Generator: Launchpad (build 16810)\n"
#. module: web_calendar
#. openerp-web

View File

@ -14,8 +14,8 @@ msgstr ""
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"X-Launchpad-Export-Date: 2013-10-16 04:55+0000\n"
"X-Generator: Launchpad (build 16799)\n"
"X-Launchpad-Export-Date: 2013-10-26 06:04+0000\n"
"X-Generator: Launchpad (build 16810)\n"
#. module: web_calendar
#. openerp-web

View File

@ -14,8 +14,8 @@ msgstr ""
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"X-Launchpad-Export-Date: 2013-10-16 04:55+0000\n"
"X-Generator: Launchpad (build 16799)\n"
"X-Launchpad-Export-Date: 2013-10-26 06:04+0000\n"
"X-Generator: Launchpad (build 16810)\n"
#. module: web_calendar
#. openerp-web

View File

@ -14,8 +14,8 @@ msgstr ""
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"X-Launchpad-Export-Date: 2013-10-16 04:55+0000\n"
"X-Generator: Launchpad (build 16799)\n"
"X-Launchpad-Export-Date: 2013-10-26 06:04+0000\n"
"X-Generator: Launchpad (build 16810)\n"
"X-Poedit-Language: Czech\n"
#. module: web_calendar

View File

@ -14,8 +14,8 @@ msgstr ""
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"X-Launchpad-Export-Date: 2013-10-16 04:55+0000\n"
"X-Generator: Launchpad (build 16799)\n"
"X-Launchpad-Export-Date: 2013-10-26 06:04+0000\n"
"X-Generator: Launchpad (build 16810)\n"
#. module: web_calendar
#. openerp-web

View File

@ -14,8 +14,8 @@ msgstr ""
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"X-Launchpad-Export-Date: 2013-10-16 04:55+0000\n"
"X-Generator: Launchpad (build 16799)\n"
"X-Launchpad-Export-Date: 2013-10-26 06:04+0000\n"
"X-Generator: Launchpad (build 16810)\n"
#. module: web_calendar
#. openerp-web

View File

@ -14,8 +14,8 @@ msgstr ""
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"X-Launchpad-Export-Date: 2013-10-16 04:55+0000\n"
"X-Generator: Launchpad (build 16799)\n"
"X-Launchpad-Export-Date: 2013-10-26 06:04+0000\n"
"X-Generator: Launchpad (build 16810)\n"
#. module: web_calendar
#. openerp-web

View File

@ -14,8 +14,8 @@ msgstr ""
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"X-Launchpad-Export-Date: 2013-10-16 04:55+0000\n"
"X-Generator: Launchpad (build 16799)\n"
"X-Launchpad-Export-Date: 2013-10-26 06:04+0000\n"
"X-Generator: Launchpad (build 16810)\n"
#. module: web_calendar
#. openerp-web

View File

@ -14,8 +14,8 @@ msgstr ""
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"X-Launchpad-Export-Date: 2013-10-16 04:55+0000\n"
"X-Generator: Launchpad (build 16799)\n"
"X-Launchpad-Export-Date: 2013-10-26 06:04+0000\n"
"X-Generator: Launchpad (build 16810)\n"
#. module: web_calendar
#. openerp-web

View File

@ -14,8 +14,8 @@ msgstr ""
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"X-Launchpad-Export-Date: 2013-10-16 04:55+0000\n"
"X-Generator: Launchpad (build 16799)\n"
"X-Launchpad-Export-Date: 2013-10-26 06:04+0000\n"
"X-Generator: Launchpad (build 16810)\n"
#. module: web_calendar
#. openerp-web

View File

@ -15,8 +15,8 @@ msgstr ""
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"X-Launchpad-Export-Date: 2013-10-16 04:55+0000\n"
"X-Generator: Launchpad (build 16799)\n"
"X-Launchpad-Export-Date: 2013-10-26 06:04+0000\n"
"X-Generator: Launchpad (build 16810)\n"
"Language: es\n"
#. module: web_calendar

View File

@ -14,8 +14,8 @@ msgstr ""
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"X-Launchpad-Export-Date: 2013-10-16 04:55+0000\n"
"X-Generator: Launchpad (build 16799)\n"
"X-Launchpad-Export-Date: 2013-10-26 06:04+0000\n"
"X-Generator: Launchpad (build 16810)\n"
#. module: web_calendar
#. openerp-web

View File

@ -14,8 +14,8 @@ msgstr ""
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"X-Launchpad-Export-Date: 2013-10-16 04:55+0000\n"
"X-Generator: Launchpad (build 16799)\n"
"X-Launchpad-Export-Date: 2013-10-26 06:04+0000\n"
"X-Generator: Launchpad (build 16810)\n"
#. module: web_calendar
#. openerp-web

View File

@ -14,8 +14,8 @@ msgstr ""
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"X-Launchpad-Export-Date: 2013-10-16 04:55+0000\n"
"X-Generator: Launchpad (build 16799)\n"
"X-Launchpad-Export-Date: 2013-10-26 06:04+0000\n"
"X-Generator: Launchpad (build 16810)\n"
#. module: web_calendar
#. openerp-web

View File

@ -14,8 +14,8 @@ msgstr ""
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"X-Launchpad-Export-Date: 2013-10-16 04:55+0000\n"
"X-Generator: Launchpad (build 16799)\n"
"X-Launchpad-Export-Date: 2013-10-26 06:04+0000\n"
"X-Generator: Launchpad (build 16810)\n"
#. module: web_calendar
#. openerp-web

View File

@ -14,8 +14,8 @@ msgstr ""
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"X-Launchpad-Export-Date: 2013-10-16 04:55+0000\n"
"X-Generator: Launchpad (build 16799)\n"
"X-Launchpad-Export-Date: 2013-10-26 06:04+0000\n"
"X-Generator: Launchpad (build 16810)\n"
#. module: web_calendar
#. openerp-web

View File

@ -14,8 +14,8 @@ msgstr ""
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"X-Launchpad-Export-Date: 2013-10-16 04:55+0000\n"
"X-Generator: Launchpad (build 16799)\n"
"X-Launchpad-Export-Date: 2013-10-26 06:04+0000\n"
"X-Generator: Launchpad (build 16810)\n"
#. module: web_calendar
#. openerp-web

View File

@ -14,8 +14,8 @@ msgstr ""
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"X-Launchpad-Export-Date: 2013-10-16 04:55+0000\n"
"X-Generator: Launchpad (build 16799)\n"
"X-Launchpad-Export-Date: 2013-10-26 06:04+0000\n"
"X-Generator: Launchpad (build 16810)\n"
#. module: web_calendar
#. openerp-web

View File

@ -14,8 +14,8 @@ msgstr ""
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"X-Launchpad-Export-Date: 2013-10-16 04:55+0000\n"
"X-Generator: Launchpad (build 16799)\n"
"X-Launchpad-Export-Date: 2013-10-26 06:04+0000\n"
"X-Generator: Launchpad (build 16810)\n"
#. module: web_calendar
#. openerp-web

View File

@ -14,8 +14,8 @@ msgstr ""
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"X-Launchpad-Export-Date: 2013-10-16 04:55+0000\n"
"X-Generator: Launchpad (build 16799)\n"
"X-Launchpad-Export-Date: 2013-10-26 06:04+0000\n"
"X-Generator: Launchpad (build 16810)\n"
#. module: web_calendar
#. openerp-web

View File

@ -14,8 +14,8 @@ msgstr ""
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"X-Launchpad-Export-Date: 2013-10-16 04:55+0000\n"
"X-Generator: Launchpad (build 16799)\n"
"X-Launchpad-Export-Date: 2013-10-26 06:04+0000\n"
"X-Generator: Launchpad (build 16810)\n"
#. module: web_calendar
#. openerp-web

View File

@ -14,8 +14,8 @@ msgstr ""
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"X-Launchpad-Export-Date: 2013-10-16 04:55+0000\n"
"X-Generator: Launchpad (build 16799)\n"
"X-Launchpad-Export-Date: 2013-10-26 06:04+0000\n"
"X-Generator: Launchpad (build 16810)\n"
#. module: web_calendar
#. openerp-web

View File

@ -14,8 +14,8 @@ msgstr ""
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"X-Launchpad-Export-Date: 2013-10-16 04:55+0000\n"
"X-Generator: Launchpad (build 16799)\n"
"X-Launchpad-Export-Date: 2013-10-26 06:04+0000\n"
"X-Generator: Launchpad (build 16810)\n"
#. module: web_calendar
#. openerp-web

View File

@ -14,8 +14,8 @@ msgstr ""
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"X-Launchpad-Export-Date: 2013-10-16 04:55+0000\n"
"X-Generator: Launchpad (build 16799)\n"
"X-Launchpad-Export-Date: 2013-10-26 06:04+0000\n"
"X-Generator: Launchpad (build 16810)\n"
#. module: web_calendar
#. openerp-web

View File

@ -14,8 +14,8 @@ msgstr ""
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"X-Launchpad-Export-Date: 2013-10-16 04:55+0000\n"
"X-Generator: Launchpad (build 16799)\n"
"X-Launchpad-Export-Date: 2013-10-26 06:04+0000\n"
"X-Generator: Launchpad (build 16810)\n"
#. module: web_calendar
#. openerp-web

View File

@ -14,8 +14,8 @@ msgstr ""
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"X-Launchpad-Export-Date: 2013-10-16 04:55+0000\n"
"X-Generator: Launchpad (build 16799)\n"
"X-Launchpad-Export-Date: 2013-10-26 06:04+0000\n"
"X-Generator: Launchpad (build 16810)\n"
#. module: web_calendar
#. openerp-web

View File

@ -14,8 +14,8 @@ msgstr ""
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"X-Launchpad-Export-Date: 2013-10-16 04:55+0000\n"
"X-Generator: Launchpad (build 16799)\n"
"X-Launchpad-Export-Date: 2013-10-26 06:04+0000\n"
"X-Generator: Launchpad (build 16810)\n"
#. module: web_calendar
#. openerp-web

View File

@ -14,8 +14,8 @@ msgstr ""
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"X-Launchpad-Export-Date: 2013-10-16 04:55+0000\n"
"X-Generator: Launchpad (build 16799)\n"
"X-Launchpad-Export-Date: 2013-10-26 06:04+0000\n"
"X-Generator: Launchpad (build 16810)\n"
#. module: web_calendar
#. openerp-web

View File

@ -14,8 +14,8 @@ msgstr ""
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"X-Launchpad-Export-Date: 2013-10-16 04:55+0000\n"
"X-Generator: Launchpad (build 16799)\n"
"X-Launchpad-Export-Date: 2013-10-26 06:04+0000\n"
"X-Generator: Launchpad (build 16810)\n"
#. module: web_calendar
#. openerp-web

View File

@ -14,8 +14,8 @@ msgstr ""
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"X-Launchpad-Export-Date: 2013-10-16 04:55+0000\n"
"X-Generator: Launchpad (build 16799)\n"
"X-Launchpad-Export-Date: 2013-10-26 06:04+0000\n"
"X-Generator: Launchpad (build 16810)\n"
#. module: web_calendar
#. openerp-web

View File

@ -14,8 +14,8 @@ msgstr ""
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"X-Launchpad-Export-Date: 2013-10-16 04:55+0000\n"
"X-Generator: Launchpad (build 16799)\n"
"X-Launchpad-Export-Date: 2013-10-26 06:04+0000\n"
"X-Generator: Launchpad (build 16810)\n"
#. module: web_calendar
#. openerp-web

Some files were not shown because too many files have changed in this diff Show More