You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

ach.js 308B

12345678910
  1. OC.L10N.register(
  2. "lib",
  3. {
  4. "_%n day ago_::_%n days ago_" : ["",""],
  5. "_%n month ago_::_%n months ago_" : ["",""],
  6. "_%n year ago_::_%n years ago_" : ["",""],
  7. "_%n hour ago_::_%n hours ago_" : ["",""],
  8. "_%n minute ago_::_%n minutes ago_" : ["",""]
  9. },
  10. "nplurals=2; plural=(n > 1);");