diff options
Diffstat (limited to 'apps/user_status/l10n/oc.js')
-rw-r--r-- | apps/user_status/l10n/oc.js | 40 |
1 files changed, 40 insertions, 0 deletions
diff --git a/apps/user_status/l10n/oc.js b/apps/user_status/l10n/oc.js new file mode 100644 index 00000000000..cbfacdf6d4c --- /dev/null +++ b/apps/user_status/l10n/oc.js @@ -0,0 +1,40 @@ +OC.L10N.register( + "user_status", + { + "Recent statuses" : "Estats recents", + "In a meeting" : "En reünion", + "Commuting" : "En comunicacion", + "Out sick" : "Malaut", + "Vacationing" : "En vacanças", + "Working remotely" : "En teletrabalh", + "In a call" : "Al telefòn", + "User status" : "Estat utilizaire", + "Clear status message after" : "Escafar lo messatge d’estat aprèp", + "What is your status?" : "Quin es vòstre estat ?", + "Set status" : "Definir estat", + "Online status" : "Estat en linha", + "Status message" : "Messatge d’estat", + "Clear status message" : "Escafar messatge d’estat", + "Set status message" : "Definir messatge d’estat", + "There was an error saving the status" : "Error en enregistrant l’estat", + "There was an error clearing the status" : "Error en escafant l’estat", + "No recent status changes" : "Cap de cambiament recent d’estat", + "Away" : "Absent", + "Do not disturb" : "Me desrengar pas", + "{status}, {timestamp}" : "{status}, {timestamp}", + "Don't clear" : "Escafar pas", + "Today" : "Uèi", + "This week" : "Aquesta setmana", + "Online" : "En linha", + "Invisible" : "Invisible", + "Offline" : "Fòra linha", + "There was an error saving the new status" : "Error en enregistrant l’estat novèl", + "30 minutes" : "30 minutas", + "1 hour" : "1 ora", + "4 hours" : "4 oras", + "Mute all notifications" : "Amudir totas las notificacions", + "Appear offline" : "Aparéisser fòra linha", + "Clear status after" : "Escafar l’estat aprèp", + "What's your status?" : "Quin es vòstre estat ?" +}, +"nplurals=2; plural=(n > 1);"); |