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

de.js « l10n - github.com/nextcloud/gallery.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 3344b344211909780901f9578971f58988768bde (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
49
50
51
52
53
54
55
OC.L10N.register(
    "gallery",
    {
    "Gallery" : "Galerie",
    "Pictures" : "Bilder",
    "No pictures found! If you upload pictures in the files app, they will be displayed here." : "Keine Bilder gefunden! Wenn Du Bilder in die Dateien-App hochlädst, werden diese hier angezeigt.",
    "I am sorry, but I could not find any media files at this location." : "Tut mir Leid, aber ich konnte keine Mediendateien an diesem Ort finden.",
    "Aborting preview. Could not find the file" : "Die Vorschau wird abgebrochen. Die Datei konnte nicht gefunden werden",
    "No ownCloud installation (7 or higher) found at {remote}" : "Keine ownCloud-Installation (7 oder höher) auf {remote} gefunden",
    "Invalid ownCloud url" : "Ungültige ownCloud-URL",
    "Picture view" : "Bildansicht",
    "Could not load the description" : "Die Beschreibung konnte nicht geladen werden",
    "Could not load the description: " : "Die Beschreibung konnte nicht geladen werden:",
    "This application may not work properly on your browser." : "Diese Anwendung wird wahrscheinlich nicht ordnungsgemäß mit deinem Browser funktionieren.",
    "For an improved experience, please install one of the following alternatives" : "Bitte installieren für eine bessere Erfahrung eine der folgenden Alternativen",
    "Your browser is not supported!" : "Dein Browser wird nicht unterstützt!",
    "please install one of the following alternatives" : "Bitte installieren eine der folgenden Alternativen",
    "Configuration error" : "Konfigurationsfehler",
    "Error loading slideshow template" : "Fehler beim Laden der Slideshow-Vorlage",
    "<strong>Error!</strong> Could not generate a preview of this file.<br>" : "<strong>Fehler!</strong> Konnte keine Vorschau dieser Datei erstellen.<br>",
    "<strong>Error!</strong> Your browser can't display SVG files.<br>" : "<strong>Fehler!</strong> Dein Browser unterstützt das Anzeigen von SVG Dateien nicht.<br>",
    "Next" : "Weiter",
    "Play" : "Abspielen",
    "Pause" : "Anhalten",
    "Previous" : "Zurück",
    "Close" : "Schließen",
    "Download" : "Herunterladen",
    "Toggle background" : "Hintergrund umschalten",
    "This share is password-protected" : "Diese Freigabe ist durch ein Passwort geschützt",
    "The password is wrong. Try again." : "Bitte überprüfe Dein Passwort und versuche es erneut.",
    "Password" : "Passwort",
    "File list" : "Dateiliste",
    "Sort by name" : "Nach Name ordnen",
    "Sort by date" : "Nach Datum ordnen",
    "Album information" : "Albuminformation",
    "Share" : "Teilen",
    "Sorry, this file could not be found." : "Entschuldigung, diese Datei konnte nicht gefunden werden.",
    "Reasons might be:" : "Gründe könnten sein:",
    "the file was removed" : "die Datei wurde entfernt",
    "the file is corrupt" : "die Datei ist beschädigt",
    "the encryption key is missing" : "Der Verschlüsselungsschlüssel fehlt",
    "Here is the error message returned by the server: " : "Hier ist die Fehlermeldung, welche vom Server zurückgegeben wurde:",
    "For more information, please contact your friendly ownCloud administrator." : "Bitte kontaktiere für mehr Informationen deinen freundlichen ownCloud-Administrator.",
    "Sorry, but the server could not fulfill your request." : "Entschuldigung, aber der Server konnte deine Anfrage nicht beantworten.",
    "Possible reasons for the problem:" : "Mögliche Gründe für das Problem:",
    "a required component is missing or was disconnected" : "Eine Komponente, welche vonnöten ist, fehlt oder wurde getrennt",
    "the filesystem is not readable" : "Das Dateisystem ist nicht lesbar",
    "Sorry, this link doesn't seem to work anymore." : "Entschuldigung, dieser Link scheint nicht mehr zu funktionieren.",
    "the item was removed" : "Das Element wurde entfernt",
    "the link has expired" : "Der Link ist abgelaufen",
    "sharing is disabled" : "Teilen ist deaktiviert",
    "For more information, please ask the person who has sent you this link." : "Um nähere Informationen zu erhalten, wende Dich bitte an die Person, die Dir diesen Link geschickt hat.",
    "Add to your ownCloud" : "Zu Deiner ownCloud hinzufügen"
},
"nplurals=2; plural=(n != 1);");