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