nextcloud/apps/gallery/l10n/zh_TW.php

13 lines
357 B
PHP
Raw Normal View History

2012-05-09 14:41:01 +04:00
<?php $TRANSLATIONS = array(
2012-05-13 21:59:44 +04:00
"Pictures" => "圖片",
2012-05-09 14:41:01 +04:00
"Rescan" => "重新掃描",
2012-05-13 21:59:44 +04:00
"Stop" => "停止",
"Share" => "分享",
"Settings" => "設定",
"Back" => "返回",
"Remove confirmation" => "移除確認",
"Do you want to remove album" => "你確定要移除相簿嗎",
"Change album name" => "變更相簿名稱",
"New album name" => "新相簿名稱"
2012-05-09 14:41:01 +04:00
);