blob: 1378874593bbe23f267a0aa1e69f235cfbff40fc (
plain)
1
2
3
4
5
6
7
8
9
|
OC.L10N.register(
"encryption",
{
"The share will expire on %s." : "Gildistími deilingar rennur út %s.",
"Cheers!" : "Skál!",
"Enabled" : "Virkt",
"Disabled" : "Óvirkt"
},
"nplurals=2; plural=(n % 10 != 1 || n % 100 == 11);");
|