Changeset 18806 for extensions
- Timestamp:
- Oct 29, 2012, 11:04:54 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
extensions/Icons_Set/language/zh_CN/plugin.lang.php
r18774 r18806 24 24 $lang['iconset_All_Themes'] = '所有主题如下:选择一个图标集'; 25 25 $lang['iconset_configpage'] = '图标集配置页'; 26 $lang['iconset_error_update'] = '更新 (这些)主题过程中发生错误(请重试或在piwigo.org/forum公布):';27 $lang['iconset_info_deleted_icon'] = ' (这些)图标集已被删除:';28 $lang['iconset_info_deleted_theme'] = ' (这些)主题已被删除:';29 $lang['iconset_info_new_icon'] = ' (这些)图标集已经添加:';30 $lang['iconset_info_new_theme'] = ' (这些)主题已经添加:';26 $lang['iconset_error_update'] = '更新主题过程中发生错误(请重试或在piwigo.org/forum公布):'; 27 $lang['iconset_info_deleted_icon'] = '图标集已被删除:'; 28 $lang['iconset_info_deleted_theme'] = '主题已被删除:'; 29 $lang['iconset_info_new_icon'] = '图标集已经添加:'; 30 $lang['iconset_info_new_theme'] = '主题已经添加:'; 31 31 $lang['iconset_nothing'] = '原始图标'; 32 $lang['iconset_seeall'] = ' 察看全部';32 $lang['iconset_seeall'] = '查看全部'; 33 33 $lang['iconset_send'] = '保存配置的变更'; 34 $lang['iconset_update_ok'] = ' (这些)主题的配置已经更新:';34 $lang['iconset_update_ok'] = '主题的配置已更新:'; 35 35 ?>
Note: See TracChangeset
for help on using the changeset viewer.