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

km.php « l10n - github.com/nextcloud/gallery.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: c50c5d79047ca842db32570554a77812e1b9df11 (plain)
1
2
3
4
5
6
7
8
9
10
<?php
$TRANSLATIONS = array(
"Pictures" => "រូបភាព",
"Picture view" => "ទិដ្ឋភាពរូបភាព",
"Error loading slideshow template" => "មាន​កំហុស​ផ្ទុក​ពុម្ព​បញ្ចាំងស្លាយ",
"Share" => "ចែក​រំលែក",
"shared by %s" => "បាន​ចែក​រំលែក​ដោយ %s",
"File list" => "បញ្ជី​ឯកសារ"
);
$PLURAL_FORMS = "nplurals=1; plural=0;";