13 lines
406 B
JavaScript
13 lines
406 B
JavaScript
OC.L10N.register(
|
|
"files_sharing",
|
|
{
|
|
"Cancel" : "Abbrechen",
|
|
"Invalid ownCloud url" : "Fehlerhafte ownCloud URL",
|
|
"The password is wrong. Try again." : "Dieses Passwort ist falsch. Bitte versuche es erneut.",
|
|
"Password" : "Passwort",
|
|
"Name" : "Name",
|
|
"Add to your ownCloud" : "Zu deiner ownCloud hinzufügen",
|
|
"Download" : "Download"
|
|
},
|
|
"nplurals=2; plural=(n != 1);");
|