[RST] after a talk in the lunch room, back to the drawing board
authorAntonin Bourguignon <abo@openerp.com>
Mon, 25 Jun 2012 13:29:35 +0000 (15:29 +0200)
committerAntonin Bourguignon <abo@openerp.com>
Mon, 25 Jun 2012 13:29:35 +0000 (15:29 +0200)
bzr revid: abo@openerp.com-20120625132935-zk6u5l0ifolz0g6y

addons/web/i18n/fr.po
addons/web/static/lib/jquery.timeago/jquery.timeago.js

index d40f49e..134f1d4 100644 (file)
@@ -1556,63 +1556,3 @@ msgstr "Pour plus d'informations veuillez consulter"
 #: addons/web/static/src/xml/base.xml:1823
 msgid "OpenERP.com"
 msgstr "OpenERP.com"
-
-#. openerp-web
-msgid "timeago-prefixAgo"
-msgstr "Il y a"
-
-#. openerp-web
-msgid "timeago-prefixFromNow"
-msgstr " "
-
-#. openerp-web
-msgid "timeago-suffixAgo"
-msgstr " "
-
-#. openerp-web
-msgid "timeago-suffixFromNow"
-msgstr " "
-
-#. openerp-web
-msgid "less than a minute"
-msgstr "moins d'une minute"
-
-#. openerp-web
-msgid "about a minute"
-msgstr "environ une minute"
-
-#. openerp-web
-msgid "%d minutes"
-msgstr "%d minutes"
-
-#. openerp-web
-msgid "about an hour"
-msgstr "environ une heure"
-
-#. openerp-web
-msgid "%d hours"
-msgstr "%d heures"
-
-#. openerp-web
-msgid "a days"
-msgstr "un jours"
-
-#. openerp-web
-msgid "%d days"
-msgstr "%d jours"
-
-#. openerp-web
-msgid "about a month"
-msgstr "environ un mois"
-
-#. openerp-web
-msgid "%d mois"
-msgstr "%d mois"
-
-#. openerp-web
-msgid "about a year"
-msgstr "environ un an"
-
-#. openerp-web
-msgid "%d years"
-msgstr "%d ans"
index 341a184..7e138c9 100644 (file)
       refreshMillis: 60000,
       allowFuture: false,
       strings: {
-        prefixAgo: "timeago-prefixAgo",
-        prefixFromNow: "timeago-prefixFromNow",
-        suffixAgo: "timeago-suffixAgo", //ago
-        suffixFromNow: "timeago-suffixFromNow", //from now
+        prefixAgo: null,
+        prefixFromNow: null,
+        suffixAgo: "ago",
+        suffixFromNow: "from now",
         seconds: "less than a minute",
         minute: "about a minute",
         minutes: "%d minutes",
@@ -49,7 +49,8 @@
         years: "%d years",
         wordSeparator: " ",
         numbers: []
-      }
+      },
+      translator: function(str) {}
     },
     inWords: function(distanceMillis) {
       var $l = this.settings.strings;