oc.js 1.6 KB

12345678910111213141516171819202122232425262728293031323334353637383940
  1. OC.L10N.register(
  2. "user_status",
  3. {
  4. "Recent statuses" : "Estats recents",
  5. "No recent status changes" : "Cap de cambiament recent d’estat",
  6. "In a meeting" : "En reünion",
  7. "Commuting" : "En comunicacion",
  8. "Out sick" : "Malaut",
  9. "Vacationing" : "En vacanças",
  10. "Out of office" : "Fòra del burèu",
  11. "Working remotely" : "En teletrabalh",
  12. "In a call" : "Al telefòn",
  13. "User status" : "Estat utilizaire",
  14. "Clear status after" : "Escafar l’estat aprèp",
  15. "What is your status?" : "Quin es vòstre estat ?",
  16. "Set status" : "Definir estat",
  17. "Online status" : "Estat en linha",
  18. "Status message" : "Messatge d’estat",
  19. "Clear status message" : "Escafar messatge d’estat",
  20. "Set status message" : "Definir messatge d’estat",
  21. "There was an error saving the status" : "Error en enregistrant l’estat",
  22. "There was an error clearing the status" : "Error en escafant l’estat",
  23. "Don't clear" : "Escafar pas",
  24. "Today" : "Uèi",
  25. "This week" : "Aquesta setmana",
  26. "Online" : "En linha",
  27. "Away" : "Absent",
  28. "Do not disturb" : "Me desrengar pas",
  29. "Invisible" : "Invisible",
  30. "Offline" : "Fòra linha",
  31. "There was an error saving the new status" : "Error en enregistrant l’estat novèl",
  32. "30 minutes" : "30 minutas",
  33. "1 hour" : "1 ora",
  34. "4 hours" : "4 oras",
  35. "Mute all notifications" : "Amudir totas las notificacions",
  36. "Appear offline" : "Aparéisser fòra linha",
  37. "View profile" : "Veire perfil",
  38. "{status}, {timestamp}" : "{status}, {timestamp}"
  39. },
  40. "nplurals=2; plural=(n > 1);");