Welcome to mirror list, hosted at ThFree Co, Russian Federation.

de_DE.js « l10n - github.com/ONLYOFFICE/onlyoffice-nextcloud.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 5538e9e9e6dc1995eba52049fbcbdcd0287c9219 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
OC.L10N.register(
    "onlyoffice",
    {
    "Access deny" : "Zugriff verweigern",
    "Invalid request" : "Ungültige Anfrage",
    "Files not found" : "Dateien nicht gefunden",
    "File not found" : "Datei nicht gefunden",
    "Not permitted" : "Nicht erlaubt",
    "Download failed" : "Download fehlgeschlagen",
    "The required folder was not found" : "Der gewünschte Ordner wurde nicht gefunden",
    "You don't have enough permission to create" : "Sie haben nicht genug Berechtigung zum Erstellen",
    "Template not found" : "Vorlage nicht gefunden",
    "Can't create file" : "Datei kann nicht erstellt werden",
    "Format do not supported" : "Dateiformat wird nicht unterstützt",
    "Conversion not required" : "Umsetzung ist nicht erforderlich",
    "Failed download converted file" : "Fehler beim Herunterladen der konvertierten Datei",
    "ONLYOFFICE app not configured. Please contact admin" : "ONLYOFFICE App ist nicht konfiguriert. Bitte wenden Sie sich an Ihren Administrator",
    "FileId is empty" : "Datei-ID ist leer",
    "You do not have enough permissions to view the file" : "Sie haben nicht genug Berechtigungen zum Ansehen der Datei",
    "Error occurred in the document service" : "Im Dokumentenservice ist ein Fehler aufgetreten",
    "Not supported version" : "Nicht unterstützte Version",
    "ONLYOFFICE not reached. Please contact admin" : "ONLYOFFICE ist zurzeit nicht erreichbar.  Bitte wenden Sie sich an Ihren Administrator",
    "Loading, please wait." : "Laden... Bitte warten.",
    "File created" : "Erstellte Datei",
    "Open in ONLYOFFICE" : "In ONLYOFFICE öffnen",
    "Convert with ONLYOFFICE" : "Mit ONLYOFFICE umwandeln",
    "Document" : "Dokument",
    "Spreadsheet" : "Tabelle",
    "Presentation" : "Präsentation",
    "Error when trying to connect" : "Fehler beim Anschließen",
    "Settings have been successfully updated" : "Einstellungen wurden erfolgreich aktualisiert",
    "Bad Request or timeout error" : "Bad Request oder Timeout Fehlermeldung",
    "Server can't read xml" : "Server kann eine xml-Datei nicht einlesen",
    "Bad Response. Errors: " : "Bad Response. Fehler:",
    "Documentation" : "Dokumentation",
    "ONLYOFFICE Document Service Location specifies the address of the server with the document services installed. Please change the '<documentserver>' for the server address in the below line." : "ONLYOFFICE Document Servicestandort gibt die Adresse des Servers mit den installierten Dokumentdiensten an. Bitte ändern Sie '<documenterver>' für die Serveradresse in der folgenden Zeile.",
    "Encryption App is enabled, the application cannot work. You can continue working with the application if you enable master key." : "App Verschlüsselung ist aktiviert. Die Anwendung kann nicht funktionieren. Sie können mit der Anwendung weiterarbeiten, wenn Sie den Hauptschlüssel aktivieren.",
    "Document Editing Service address" : "Serviceadresse der Dokumentbearbeitung",
    "Advanced server settings" : "Erweiterte Servereinstellungen",
    "Document Editing Service address for internal requests from the server" : "Serviceadresse der Dokumentbearbeitung für interne Anforderungen vom Server",
    "Server address for internal requests from the Document Editing Service" : "Serveradresse für interne Anforderungen vom Dokumentbearbeitung-Service",
    "Secret key (leave blank to disable)" : "Geheimer Schlüssel (freilassen, um zu deaktivieren)",
    "Open file in the same tab" : "Datei in der gleichen Registerkarte öffnen",
    "The default application for opening the format" : "Die Standardanwendung zum Öffnen des Formats",
    "Save" : "Speichern",
    "Mixed Active Content is not allowed. HTTPS address for Document Server is required." : "Mixed Active Content ist nicht möglich. HTTPS-Adresse für Document Server ist erforderlich."
},
"nplurals=2; plural=(n != 1);");