Welcome to mirror list, hosted at ThFree Co, Russian Federation.

es_AR.js « l10n « user_status « apps - github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: e3d33b6c88bc90debf7b42d758ad180ae40dec45 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
OC.L10N.register(
    "user_status",
    {
    "Clear status message after" : "Limpiar mensaje de estado después",
    "Set status" : "Establecer estado",
    "Online status" : "Estado en línea",
    "Status message" : "Mensaje de estado",
    "Clear status message" : "Limpiar mensaje de estado",
    "Set status message" : "Establecer mensaje de estado",
    "Away" : "Lejos",
    "Do not disturb" : "No molestar",
    "Don't clear" : "No vaciar",
    "Today" : "Hoy",
    "This week" : "Esta semana",
    "Online" : "En línea",
    "Invisible" : "Invisible",
    "Offline" : "Sin conexión",
    "30 minutes" : "30 minutos",
    "1 hour" : "1 hora",
    "4 hours" : "4 horas",
    "What's your status?" : "¿Cual es tu estado?"
},
"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;");