diff options
Diffstat (limited to 'apps/user_status/l10n/ca.js')
-rw-r--r-- | apps/user_status/l10n/ca.js | 35 |
1 files changed, 35 insertions, 0 deletions
diff --git a/apps/user_status/l10n/ca.js b/apps/user_status/l10n/ca.js new file mode 100644 index 00000000000..52a1b98b000 --- /dev/null +++ b/apps/user_status/l10n/ca.js @@ -0,0 +1,35 @@ +OC.L10N.register( + "user_status", + { + "Recent statuses" : "Estats recents", + "In a meeting" : "En una reunió", + "Commuting" : "Trajecte", + "Out sick" : "Fora malalt", + "Vacationing" : "Vacances", + "Working remotely" : "Treballant a distància", + "User status" : "Estat de l'usuari", + "Set custom status" : "Definir l'estat personalitzat", + "Online" : "En línia", + "Away" : "Absent", + "Do not disturb" : "No molesteu", + "Invisible" : "Invisible", + "Offline" : "Fora de línia", + "Set status" : "Estableix l'estat", + "There was an error saving the new status" : "S'ha produït un error en desar l'estat nou", + "Clear status after" : "Esborra l'estat després", + "What's your status?" : "Quin és el teu estat?", + "Set a custom status" : "Definir un estat personalitzat", + "Clear custom status" : "Esborra l'estat personalitzat", + "There was an error saving the status" : "S'ha produït un error en desar l'estat", + "There was an error clearing the status" : "S'ha produït un error en esborrar l'estat", + "No recent status changes" : "No hi ha canvis d'estat recents", + "{status}, {timestamp}" : "{status}, {timestamp}", + "Don't clear" : "No esborrar", + "Today" : "Avui", + "This week" : "Aquesta setmana", + "30 minutes" : "30 minuts", + "1 hour" : "1 hora", + "4 hours" : "4 hores", + "Mute all notifications" : "Silenciar totes les notificacions" +}, +"nplurals=2; plural=(n != 1);"); |