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

nl.js « l10n - github.com/nextcloud/photos.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: f4ebe302c99df5127ce03bf7010418cdf0ff1db4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
OC.L10N.register(
    "photos",
    {
    "Photos" : "Foto's",
    "Your memories under your control" : "Jouw herinneringen onder jouw beheer",
    "Your photos" : "Jouw foto's",
    "Favorites" : "Favorieten",
    "Your albums" : "Jouw albums",
    "Shared albums" : "Gedeelde albums",
    "Tagged photos" : "Gelabelde foto's",
    "Locations" : "Locaties",
    "Back to {folder}" : "Terug naar {folder}",
    "No photos in here" : "Geen foto's hier",
    "No tags yet" : "Nog geen labels"
},
"nplurals=2; plural=(n != 1);");