nextcloud/apps/gallery/l10n/zh_CN.php

10 lines
306 B
PHP
Raw Normal View History

2012-01-16 20:34:42 +04:00
<?php $TRANSLATIONS = array(
2012-01-24 03:42:08 +04:00
"Gallery" => "图库",
"Scanning directories" => "扫描目录",
"Creating thumbnails" => "创建缩略图",
"Do you wan't to remove album" => "您是否想要移除相册",
"Input new gallery name" => "输入新图库名称",
2012-01-16 20:34:42 +04:00
"Rescan" => "重新扫描",
"Back" => "返回"
);