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.

16 lines
390 B

3 years ago
  1. OC.L10N.register(
  2. "lib",
  3. {
  4. "seconds ago" : "i a qualques segondas",
  5. "Help" : "Ajuda",
  6. "Settings" : "Paramètres",
  7. "Sunday" : "Dimenge",
  8. "Monday" : "Diluns",
  9. "Tuesday" : "Dimars",
  10. "Wednesday" : "Dimècres",
  11. "Thursday" : "Dijòus",
  12. "Friday" : "Divendres",
  13. "Saturday" : "Dissabte",
  14. "Sharing" : "Partiment"
  15. },
  16. "nplurals=2; plural=(n > 1);");