[RST] after a talk in the lunch room, back to the drawing board

bzr revid: abo@openerp.com-20120625132935-zk6u5l0ifolz0g6y
This commit is contained in:
Antonin Bourguignon 2012-06-25 15:29:35 +02:00
parent 5ce6dc6a81
commit 5fc38ee41d
2 changed files with 6 additions and 65 deletions

View 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"

View File

@ -32,10 +32,10 @@
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;