|
Revision 13094, 476 bytes
(checked in by ddtddt, 15 months ago)
|
|
[extensions] - Stripped-galleria - add zh_CN - 简体中文 - Chinese - Thanks to paul
|
| Line | |
|---|
| 1 | <?php |
|---|
| 2 | $lang['Galleria script options'] = '画廊选项'; |
|---|
| 3 | $lang['Click on image action']='点击图片动作'; |
|---|
| 4 | $lang['do nothing']='什么都不做'; |
|---|
| 5 | $lang['display next picture']='显示下一张图片'; |
|---|
| 6 | $lang['opens image in a lightbox']='在灯箱中打开图片'; |
|---|
| 7 | $lang['opens HD image in a lightbox']='在灯箱中打开高清(HD)图片'; |
|---|
| 8 | $lang['Click on image to display next'] = '点击图片以显示下一张'; |
|---|
| 9 | $lang['Transition function']= '翻译功能'; |
|---|
| 10 | ?> |
|---|