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

de.js « l10n - github.com/nextcloud/photos.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 0975b5a2577d3fd4b1fb67fffc6dcb7cdcfbcf08 (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
OC.L10N.register(
    "photos",
    {
    "Photos" : "Fotos",
    "Your memories under your control" : "Deine Erinnerungen unter Deiner Kontrolle",
    "Your photos" : "Deine Fotos",
    "Your videos" : "Deine Videos",
    "Favorites" : "Favoriten",
    "Your folders" : "Deine Ordner",
    "Shared with you" : "Mit Dir geteilt",
    "Tagged photos" : "Fotos mit Tags",
    "Locations" : "Orte",
    "Settings" : "Einstellungen",
    "Open the full size \"{name}\" image" : "Bild \"{name}\" in Originalgröße öffnen",
    "Open the \"{name}\" sub-directory" : "Öffne den \"{name}\" Unterordner",
    "Share this folder" : "Diesen Ordner teilen",
    "Back to {folder}" : "Zurück zu {folder}",
    "View" : "Ansicht",
    "Enable squared photos view" : "Quadratische Fotoansicht aktivieren",
    "This folder does not exists" : "Dieser Ordner existiert nicht",
    "An error occurred" : "Es ist ein Fehler aufgetreten",
    "No photos in here" : "Keine Fotos vorhanden",
    "No tags yet" : "Noch keine Schlagworte vorhanden",
    "Photos with tags will show up here" : "Fotos mit Tags werden hier angezeigt",
    "Your albums" : "Deine Alben",
    "Shared albums" : "Geteilte Alben"
},
"nplurals=2; plural=(n != 1);");