8 lines
202 B
JavaScript
8 lines
202 B
JavaScript
|
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);");
|