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

id.js « l10n - github.com/nextcloud/gallery.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 0f8c58258cd6f11f402ab09813108fbc29902959 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
OC.L10N.register(
    "gallery",
    {
    "Pictures" : "Gambar",
    "Picture view" : "Tampilan gambar",
    "Error loading slideshow template" : "Kesalahan saat memuat templat slideshow",
    "Share" : "Bagikan",
    "No pictures found! If you upload pictures in the files app, they will be displayed here." : "Tidak ada gambar yang ditemukan! Jika Anda mengunggah gambar ke aplikasi berkas. mereka akan ditampilkan disini.",
    "shared by %s" : "dibagikan oleh %s",
    "File list" : "Daftar berkas"
},
"nplurals=1; plural=0;");