1
0
This repository has been archived on 2025-06-14. You can view files and clone it, but cannot push or open issues or pull requests.
Files
bundled-libs
deployment
docs
htmlarea
include
lang
plugins
serendipity_event_bbcode
serendipity_event_contentrewrite
serendipity_event_creativecommons
UTF-8
ChangeLog
documentation_cs.html
documentation_cz.html
lang_cn.inc.php
lang_cs.inc.php
lang_cz.inc.php
lang_de.inc.php
lang_en.inc.php
lang_es.inc.php
lang_fr.inc.php
lang_ja.inc.php
lang_ko.inc.php
lang_pl.inc.php
lang_pt_PT.inc.php
lang_sk.inc.php
lang_tn.inc.php
lang_zh.inc.php
serendipity_event_creativecommons.php
serendipity_event_emoticate
serendipity_event_entryproperties
serendipity_event_karma
serendipity_event_livesearch
serendipity_event_mailer
serendipity_event_nl2br
serendipity_event_s9ymarkup
serendipity_event_searchhighlight
serendipity_event_spamblock
serendipity_event_spartacus
serendipity_event_statistics
serendipity_event_templatechooser
serendipity_event_textile
serendipity_event_textwiki
serendipity_event_trackexits
serendipity_event_weblogping
serendipity_event_xhtmlcleanup
serendipity_plugin_archives
serendipity_plugin_authors
serendipity_plugin_calendar
serendipity_plugin_categories
serendipity_plugin_comments
serendipity_plugin_creativecommons
serendipity_plugin_entrylinks
serendipity_plugin_eventwrapper
serendipity_plugin_history
serendipity_plugin_html_nugget
serendipity_plugin_plug
serendipity_plugin_quicksearch
serendipity_plugin_recententries
serendipity_plugin_remoterss
serendipity_plugin_shoutbox
serendipity_plugin_superuser
serendipity_plugin_syndication
serendipity_plugin_templatedropdown
serendipity_plugin_topexits
serendipity_plugin_topreferrers
sql
templates
templates_c
tests
uploads
.gitignore
README.markdown
checksums.inc.php
comment.php
composer.json
composer.phar
exit.php
index.php
rss.php
serendipity.css.php
serendipity_admin.php
serendipity_admin_image_selector.php
serendipity_config.inc.php
serendipity_xmlrpc.php
wfwcomment.php
LuckyCoinkydink/plugins/serendipity_event_creativecommons/lang_zh.inc.php
2007-11-20 12:05:07 +00:00

17 lines
1.6 KiB
PHP

<?php
@define('PLUGIN_CREATIVECOMMONS_NAME', '创作共用协议');
@define('PLUGIN_CREATIVECOMMONS_DESC', '选择并显示一份保护你文章内容的创作共用协议');
@define('PLUGIN_CREATIVECOMMONS_TXT', '显示协议文本?');
@define('PLUGIN_CREATIVECOMMONS_TXT_DESC', '为了有效传达协议信息,对所选协议显示一份简短说明。');
@define('PLUGIN_CREATIVECOMMONS_CAP', '此作品的原创内容遵循“<a href="#license_uri#">创作共用协议</a>”');
@define('PLUGIN_CREATIVECOMMONS_CAP_PD', '此作品的原创内容遵循<a href="#license_url#}">公共领域</a>条款。');
// @define('PLUGIN_CREATIVECOMMONS_BY', '需要分发?');
// @define('PLUGIN_CREATIVECOMMONS_BY_DESC', '作者允许他人复制、分发、演示、使用该作品。同时,使用者需向原作者有所表示。');
@define('PLUGIN_CREATIVECOMMONS_NC', '是否允许将你的作品用于商业用途?');
@define('PLUGIN_CREATIVECOMMONS_NC_DESC', '作者允许他人复制、分发、演示和使用该作品。同时,使用者不得将该作品用于商业用途,除非得到作者授权。');
@define('PLUGIN_CREATIVECOMMONS_ND', '是否允许对你的作品修改?');
@define('PLUGIN_CREATIVECOMMONS_ND_DESC', '作者只允许他人复制、分发、演示、使用未被修改的该作品。');
@define('PLUGIN_CREATIVECOMMONS_ND_DESC','作者只允许他人复制、分发、演示和使用未被修改的该作品,而不是在此作品基础上修改后的作品。');
@define('PLUGIN_CREATIVECOMMONS_SA_DESC', '如果别人也遵守创作共用协议的话,允许。');