oc.js 1.6 KB

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