nextcloud/apps/files_sharing/l10n/nds.js

13 lines
406 B
JavaScript
Raw Normal View History

2015-10-07 08:55:56 +03:00
OC.L10N.register(
"files_sharing",
{
"Cancel" : "Abbrechen",
2016-05-09 09:08:23 +03:00
"Invalid ownCloud url" : "Fehlerhafte ownCloud URL",
"The password is wrong. Try again." : "Dieses Passwort ist falsch. Bitte versuche es erneut.",
2015-10-07 08:55:56 +03:00
"Password" : "Passwort",
2016-05-09 09:08:23 +03:00
"Name" : "Name",
"Add to your ownCloud" : "Zu deiner ownCloud hinzufügen",
"Download" : "Download"
2015-10-07 08:55:56 +03:00
},
"nplurals=2; plural=(n != 1);");