8 lines
166 B
JavaScript
8 lines
166 B
JavaScript
OC.L10N.register(
|
|
"files_sharing",
|
|
{
|
|
"Cancel" : "I-cancel",
|
|
"Password" : "Password",
|
|
"Download" : "I-download"
|
|
},
|
|
"nplurals=2; plural=(n > 1);");
|