8 lines
141 B
JavaScript
8 lines
141 B
JavaScript
|
OC.L10N.register(
|
||
|
"files_sharing",
|
||
|
{
|
||
|
"Password" : "Secret Code",
|
||
|
"Download" : "Download"
|
||
|
},
|
||
|
"nplurals=2; plural=(n != 1);");
|