diff options
Diffstat (limited to 'apps/user_status/l10n/ca.js')
-rw-r--r-- | apps/user_status/l10n/ca.js | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/apps/user_status/l10n/ca.js b/apps/user_status/l10n/ca.js index 52a1b98b000..981f42c9195 100644 --- a/apps/user_status/l10n/ca.js +++ b/apps/user_status/l10n/ca.js @@ -8,7 +8,6 @@ OC.L10N.register( "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", @@ -16,10 +15,7 @@ OC.L10N.register( "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", @@ -30,6 +26,10 @@ OC.L10N.register( "30 minutes" : "30 minuts", "1 hour" : "1 hora", "4 hours" : "4 hores", - "Mute all notifications" : "Silenciar totes les notificacions" + "Mute all notifications" : "Silenciar totes les notificacions", + "Set custom status" : "Definir l'estat personalitzat", + "Clear status after" : "Esborra l'estat després", + "Set a custom status" : "Definir un estat personalitzat", + "Clear custom status" : "Esborra l'estat personalitzat" }, "nplurals=2; plural=(n != 1);"); |