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

he.php « l10n - github.com/nextcloud/gallery.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 7fa0788441f920e75d736c3be0f757d01782b3cf (plain)
1
2
3
4
5
6
7
<?php
$TRANSLATIONS = array(
"Pictures" => "תמונות",
"Error loading slideshow template" => "שגיאה בטעינת תבנית המצגת",
"Share" => "שתף"
);
$PLURAL_FORMS = "nplurals=2; plural=(n != 1);";