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

sl.js « l10n - github.com/nextcloud/ransomware_protection.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 6cdbc09ba6ada9ab297ea12b950f299b7ca56c50 (plain)
1
2
3
4
5
6
7
8
9
10
OC.L10N.register(
    "ransomware_protection",
    {
    "Ransomware protection" : "Zaščita Ransomware",
    "Your sync clients are currently blocked from further uploads" : "Nameščeni odjemalci za usklajevanje so trenutno blokirani za nadaljnje pošiljanje",
    "I need help!" : "Potrebujem pomoč!",
    "I will help" : "Želim pomagati.",
    "Re-enable protection now" : "Ponovno omogoči zaščito"
},
"nplurals=4; plural=(n%100==1 ? 0 : n%100==2 ? 1 : n%100==3 || n%100==4 ? 2 : 3);");