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

oc.php « l10n - github.com/nextcloud/gallery.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 7753d09645a789b041a55bc5e88527c9f8f29cfd (plain)
1
2
3
4
5
6
<?php
$TRANSLATIONS = array(
"Pictures" => "Fòtos",
"Share" => "Parteja"
);
$PLURAL_FORMS = "nplurals=2; plural=(n > 1);";