From 0eef3b325188af3221d14883acd0d734ba1259bf Mon Sep 17 00:00:00 2001 From: Paulo Gustavo Veiga Date: Sat, 23 Feb 2013 12:53:06 -0300 Subject: [PATCH] Add Catalan support for time ... --- .../src/main/webapp/js/jquery.timeago.ca.js | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 wise-webapp/src/main/webapp/js/jquery.timeago.ca.js diff --git a/wise-webapp/src/main/webapp/js/jquery.timeago.ca.js b/wise-webapp/src/main/webapp/js/jquery.timeago.ca.js new file mode 100644 index 00000000..ac82e1d4 --- /dev/null +++ b/wise-webapp/src/main/webapp/js/jquery.timeago.ca.js @@ -0,0 +1,18 @@ +// Catalan +jQuery.timeago.settings.strings = { + prefixAgo: "fa", + prefixFromNow: "d'aqui a", + suffixAgo: null, + suffixFromNow: null, + seconds: "menys d'1 minut", + minute: "1 minut", + minutes: "uns %d minuts", + hour: "1 hora", + hours: "unes %d hores", + day: "1 dia", + days: "%d dies", + month: "aproximadament un mes", + months: "%d mesos", + year: "aproximadament un any", + years: "%d anys" +};