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

vi.php « l10n - github.com/nextcloud/gallery.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 04556f5af30d02e64e34484cfa5710c324f450f6 (plain)
1
2
3
4
5
6
7
8
9
10
<?php
$TRANSLATIONS = array(
"Pictures" => "Hình ảnh",
"Picture view" => "Xem h",
"Error loading slideshow template" => "Lỗi khi tải mẫu Slidesh",
"Share" => "Chia sẻ",
"shared by %s" => " Được chia sẻ bởi %s",
"File list" => "Danh sách tập t"
);
$PLURAL_FORMS = "nplurals=1; plural=0;";