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

zh_TW.php « l10n - github.com/nextcloud/gallery.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 51f09383c0b06abcab95d07dbfc1d105bee2c633 (plain)
1
2
3
4
5
6
7
8
9
10
11
<?php
$TRANSLATIONS = array(
"Pictures" => "圖片",
"Picture view" => "檢視圖片",
"Error loading slideshow template" => "載入投影片檢視樣板時發生錯誤",
"Share" => "分享",
"No pictures found! If you upload pictures in the files app, they will be displayed here." => "找不到圖片! 您使用檔案app上傳的圖片,將會展示在這裡。",
"shared by %s" => "由 %s 分享",
"File list" => "檔案列表"
);
$PLURAL_FORMS = "nplurals=1; plural=0;";