12 lines
324 B
JavaScript
12 lines
324 B
JavaScript
|
OC.L10N.register(
|
||
|
"files_sharing",
|
||
|
{
|
||
|
"Cancel" : "Ofbriechen",
|
||
|
"Shared by" : "Gedeelt vun",
|
||
|
"The password is wrong. Try again." : "Den Passwuert ass incorrect. Probeier ed nach eng keier.",
|
||
|
"Password" : "Passwuert",
|
||
|
"Name" : "Numm",
|
||
|
"Download" : "Download"
|
||
|
},
|
||
|
"nplurals=2; plural=(n != 1);");
|