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

el.js « l10n - github.com/nextcloud/gallery.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: e80bae131473ef98a267ef9a7bc1df114e10a316 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
OC.L10N.register(
    "gallery",
    {
    "Pictures" : "Εικόνες",
    "Picture view" : "Προβολή εικονιδίων",
    "Error loading slideshow template" : "Σφάλμα φόρτωσης προτύπου προβολής διαφανειών",
    "Share" : "Διαμοιρασμός",
    "No pictures found! If you upload pictures in the files app, they will be displayed here." : "Δεν βρέθηκαν εικόνες! Εάν μεταφορτώσετε εικόνες στην εφαρμογή αρχείων, θα εμφανιστούν εδώ.",
    "shared by %s" : "διαμοιράστηκε από %s",
    "File list" : "Λίστα αρχείων"
},
"nplurals=2; plural=(n != 1);");