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

az.php « l10n - github.com/nextcloud/gallery.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: deb0e870d85073e4b96eab7f662ebe766ea05fa4 (plain)
1
2
3
4
5
6
7
8
9
10
11
<?php
$TRANSLATIONS = array(
"Pictures" => "Şəkillər",
"Picture view" => "Şəkilə baxış",
"Error loading slideshow template" => "Slideshow şablonun yüklənməsində səhv baş verdi",
"Share" => "Yayımla",
"No pictures found! If you upload pictures in the files app, they will be displayed here." => "Şəkil tapılmadı! Əgər siz şəkillərinizi fayllar proqramına əlavə etmisinizsə, onlar burda göstəriləcək.",
"shared by %s" => "%s tərəfindən yayımlanıb",
"File list" => "Fayl siyahısı"
);
$PLURAL_FORMS = "nplurals=2; plural=(n != 1);";