[FIX] web_calendar: make UI string translatable
authorOlivier Dony <odo@openerp.com>
Tue, 16 Sep 2014 15:18:35 +0000 (17:18 +0200)
committerOlivier Dony <odo@openerp.com>
Tue, 16 Sep 2014 15:46:25 +0000 (17:46 +0200)
Fixes issue #1755 partially, when the new term
will be translated

addons/web_calendar/i18n/web_calendar.pot
addons/web_calendar/static/src/xml/web_fullcalendar.xml

index eea203f..b438721 100644 (file)
@@ -102,7 +102,14 @@ msgstr ""
 
 #. module: web_calendar
 #. openerp-web
-#: code:addons/web_calendar/static/src/js/web_calendar.js:1177
+#: code:addons/web_calendar/static/src/xml/web_fullcalendar.xml:60
+#, python-format
+msgid "Event summary:"
+msgstr ""
+
+#. module: web_calendar
+#. openerp-web
+#: code:addons/web_calendar/static/src/js/web_calendar.js:1194
 #, python-format
 msgid "Missing required fields %s"
 msgstr ""
index ca4c946..acadc74 100644 (file)
@@ -57,7 +57,7 @@
   <div t-name="CalendarView.quick_create" class="oe_calendar_quick_create openerp">
     
     <div class="form-group">
-        <label for='name' class=' control-label'><t t-esc="_t('Summary\'s event : ')"/></label>  
+        <label for='name' class='control-label'>Event summary:</label>
         <input name='name' class="form-control"/>
     </div>