mirror of
https://github.com/nextcloud/server.git
synced 2025-10-26 19:21:34 +00:00
10 lines
237 B
JavaScript
10 lines
237 B
JavaScript
OC.L10N.register(
|
|
"lib",
|
|
{
|
|
"Unknown filetype" : "Unbekannter Dateityp",
|
|
"Invalid image" : "Ungültiges Bild",
|
|
"seconds ago" : "vor wenigen Sekunden",
|
|
"Personal" : "Persönlich"
|
|
},
|
|
"nplurals=2; plural=(n != 1);");
|