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

de_CH.php « l10n - github.com/nextcloud/gallery.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: d47246c6edd1ccbce19baad1d98fc61eff4ca743 (plain)
1
2
3
4
5
6
7
<?php
$TRANSLATIONS = array(
"Pictures" => "Bilder",
"Error loading slideshow template" => "Fehler beim Laden der Slideshow-Vorlage",
"Share" => "Teilen"
);
$PLURAL_FORMS = "nplurals=2; plural=(n != 1);";