39 строки
2.2 KiB
JavaScript
39 строки
2.2 KiB
JavaScript
OC.L10N.register(
|
|
"richdocuments",
|
|
{
|
|
"Saving…" : "Speichere…",
|
|
"Download this revision" : "Diese Revision herunterladen",
|
|
"Restore this revision" : "Diese Revision wiederherstellen",
|
|
"Latest revision" : "Neueste Revision",
|
|
"More versions…" : "Weitere Versionen…",
|
|
"Just now" : "Gerade eben",
|
|
"Failed to revert the document to older version" : "Fehler beim Zurücksetzen des Dokumentes auf eine ältere Version",
|
|
"Save" : "Speichern",
|
|
"Loading documents…" : "Lade Dokumente…",
|
|
"Edit" : "Bearbeiten",
|
|
"New Document" : "Neues Dokument",
|
|
"New Spreadsheet" : "Neue Tabelle",
|
|
"New Presentation" : "Neue Präsentation",
|
|
"Could not create file" : "Die Datei konnte nicht erstellt werden",
|
|
"New Document.odt" : "Neues Dokument.odt",
|
|
"New Spreadsheet.ods" : "Neue Kalkulationstabelle.ods",
|
|
"New Presentation.odp" : "Neue Präsentation.odp",
|
|
"New Document.docx" : "Neues Dokument.docx",
|
|
"New Spreadsheet.xlsx" : "Neue Tabelle.xlsx",
|
|
"New Presentation.pptx" : "Neue Präsentation.pptx",
|
|
"Can't create document" : "Dokument kann nicht erstellt werden",
|
|
"Saved" : "Gespeichert",
|
|
"Saved with error: Collabora Online should use the same protocol as the server installation." : "Mit Fehler gespeichert: Collabora Online sollte das gleiche Protokoll wie die Server-Installation nutzen.",
|
|
"Collabora Online" : "Collabora Online",
|
|
"Collabora Online server" : "Collabora Online Server",
|
|
"URL (and port) of the Collabora Online server that provides the editing functionality as a WOPI client." : "URL (und Port) des Collabora Online Servers, der als WOPI-Client die Bearbeitungsfunktionalität bereitstellt.",
|
|
"Apply" : "Anwenden",
|
|
"Use OOXML by default for new files" : "OOXML als Standard für neue Dateien nutzen",
|
|
"Wrong password. Please retry." : "Falsches Passwort. Bitte versuche es noch einmal.",
|
|
"Password" : "Passwort",
|
|
"OK" : "OK",
|
|
"Guest %s" : "Gast %s",
|
|
"This link has been expired or is never existed. Please contact the person who shared it with you for details." : "Dieser Link ist abgelaufen oder existierte niemals. Für weitere Details kontaktier bitte denjenigen, der das Dokument mit Dir geteilt hat."
|
|
},
|
|
"nplurals=2; plural=(n != 1);");
|