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

is.php « l10n - github.com/nextcloud/gallery.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 53a1882c4941ebb6eb73dee8749666941163f780 (plain)
1
2
3
4
5
6
<?php
$TRANSLATIONS = array(
"Pictures" => "Myndir",
"Share" => "Deila"
);
$PLURAL_FORMS = "nplurals=2; plural=(n != 1);";