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

bg_BG.js « l10n - github.com/nextcloud/gallery.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 08843130608950d9970963e51c4eb12dc59fade0 (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);");