11 lines
344 B
PHP
11 lines
344 B
PHP
<?php $TRANSLATIONS = array(
|
|
"Password" => "密碼",
|
|
"Submit" => "送出",
|
|
"%s shared the folder %s with you" => "%s 和您分享了資料夾 %s ",
|
|
"%s shared the file %s with you" => "%s 和您分享了檔案 %s",
|
|
"Download" => "下載",
|
|
"Upload" => "上傳",
|
|
"Cancel upload" => "取消上傳",
|
|
"No preview available for" => "無法預覽"
|
|
);
|