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

sq.php « l10n - github.com/nextcloud/gallery.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: db39536c2ff2a90f1c93fd4f29ff0685a232c983 (plain)
1
2
3
4
5
6
7
8
9
10
11
<?php
$TRANSLATIONS = array(
"Pictures" => "Foto",
"Picture view" => "Vezhgo fotografine",
"Error loading slideshow template" => "Veprim i gabuar gjatë ngarkimit të modelit të shfaqjes së diapozitivave",
"Share" => "Nda",
"No pictures found! If you upload pictures in the files app, they will be displayed here." => "Nuk u gjetën foto! Nëse ju ngarkoni foto në aplikacionin e skedarëve, ato do të shfaqen këtu.",
"shared by %s" => "ndarë nga %s",
"File list" => "Lista skedarëve"
);
$PLURAL_FORMS = "nplurals=2; plural=(n != 1);";