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

ro.js « l10n « user_status « apps - github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 444a7badebc5c779eda5cc32d05b7b84ac10d6fa (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
OC.L10N.register(
    "user_status",
    {
    "Clear status message after" : "Șterge mesajul de stare după",
    "What is your status?" : "Care este statusul dumneavoastră?",
    "Set status" : "Setează status",
    "Online status" : "Status online",
    "Status message" : "Mesaj de status",
    "Clear status message" : "Șterge mesajul de stare",
    "Set status message" : "Setează mesajul de status",
    "Away" : "Plecat",
    "Do not disturb" : "Nu deranja",
    "Don't clear" : "Nu curăța",
    "Today" : "Azi",
    "This week" : "Săptămâna asta",
    "Online" : "Online",
    "Invisible" : "Invizibil",
    "30 minutes" : "30 minute",
    "1 hour" : "1 oră",
    "4 hours" : "4 ore",
    "Mute all notifications" : "Dezactivați toate notificările",
    "Appear offline" : "Apari deconectat",
    "What's your status?" : "Care este statusul tău?"
},
"nplurals=3; plural=(n==1?0:(((n%100>19)||((n%100==0)&&(n!=0)))?2:1));");