2014-10-17 16:20:02 +04:00
|
|
|
OC.L10N.register(
|
|
|
|
"files_sharing",
|
|
|
|
{
|
|
|
|
"Cancel" : "Abbrechen",
|
2015-02-20 09:55:01 +03:00
|
|
|
"A file or folder has been <strong>shared</strong>" : "Eine Datei oder ein Ordner wurde <strong>geteilt</strong>",
|
|
|
|
"You shared %1$s with %2$s" : "du teilst %1$s mit %2$s",
|
|
|
|
"You shared %1$s with group %2$s" : "Du teilst %1$s mit der Gruppe %2$s",
|
|
|
|
"You shared %1$s via link" : "Du hast %1$s mithilfe eines Link geteilt",
|
2016-02-12 09:56:04 +03:00
|
|
|
"%2$s shared %1$s with you" : "%2$s hat %1$s mit dir geteilt",
|
2015-02-20 09:55:01 +03:00
|
|
|
"Shares" : "teilt",
|
2014-10-17 16:20:02 +04:00
|
|
|
"Password" : "Passwort",
|
2016-04-13 08:54:59 +03:00
|
|
|
"Name" : "Name",
|
2014-10-17 16:20:02 +04:00
|
|
|
"Download" : "Herunterladen"
|
|
|
|
},
|
|
|
|
"nplurals=2; plural=(n != 1);");
|