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

mk.php « l10n - github.com/nextcloud/gallery.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 7f4b39949ec2e3e6aa8c05c814bcfae2cf94b2a5 (plain)
1
2
3
4
5
6
7
<?php
$TRANSLATIONS = array(
"Pictures" => "Слики",
"Error loading slideshow template" => "Грешка при вчитувањето на шаблонот за прикажување на слајдови",
"Share" => "Сподели"
);
$PLURAL_FORMS = "nplurals=2; plural=(n % 10 == 1 && n % 100 != 11) ? 0 : 1;";