server/apps/gallery/l10n/zh_CN.php

13 lines
357 B
PHP
Raw Normal View History

2012-01-16 16:34:42 +00:00
<?php $TRANSLATIONS = array(
2012-05-13 17:59:44 +00:00
"Pictures" => "图片",
2012-06-05 22:29:28 +00:00
"Settings" => "设置",
2012-01-16 16:34:42 +00:00
"Rescan" => "重新扫描",
2012-05-13 17:59:44 +00:00
"Stop" => "停止",
"Share" => "分享",
"Back" => "返回",
"Remove confirmation" => "移除确认",
"Do you want to remove album" => "您是否想要移除相册",
"Change album name" => "修改相册名称",
"New album name" => "新相册名称"
2012-01-16 16:34:42 +00:00
);