9 lines
171 B
JavaScript
9 lines
171 B
JavaScript
|
OC.L10N.register(
|
||
|
"files_sharing",
|
||
|
{
|
||
|
"Cancel" : "Abbrechen",
|
||
|
"Password" : "Passwort",
|
||
|
"Download" : "Herunterladen"
|
||
|
},
|
||
|
"nplurals=2; plural=(n != 1);");
|