9 lines
196 B
JavaScript
9 lines
196 B
JavaScript
|
OC.L10N.register(
|
||
|
"files_sharing",
|
||
|
{
|
||
|
"Cancel" : "ਰੱਦ ਕਰੋ",
|
||
|
"Password" : "ਪਾਸਵਰ",
|
||
|
"Download" : "ਡਾਊਨਲੋਡ"
|
||
|
},
|
||
|
"nplurals=2; plural=(n != 1);");
|