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
24 lines
1.9 KiB
PHP
24 lines
1.9 KiB
PHP
<?php # $Id$
|
|
|
|
/**
|
|
* @version $Revision$
|
|
* @author Kostas CoSTa Brzezinski <costa@kofeina.net>
|
|
* EN-Revision: Revision of lang_en.inc.php
|
|
*/
|
|
|
|
@define('PLUGIN_CREATIVECOMMONS_NAME', 'Licencja Creative Commons');
|
|
@define('PLUGIN_CREATIVECOMMONS_DESC', 'Wybierz i wyświetl licencję Creative Commons dla swoich wpisów');
|
|
@define('PLUGIN_CREATIVECOMMONS_TXT', 'Pokazać jako tekst?');
|
|
@define('PLUGIN_CREATIVECOMMONS_TXT_DESC', 'Dla uwidocznienia statusu licencji, zostanie wyświetlone krótkie wyjaśnienie wybranej przez Ciebie formy licencji.');
|
|
@define('PLUGIN_CREATIVECOMMONS_CAP', 'Zawartość tej strony jest chroniona licencją <a href="#license_uri#">Creative Commons</a>');
|
|
@define('PLUGIN_CREATIVECOMMONS_CAP_PD', 'Zawartość tej strony stanowi z woli autora Dobro Publiczne (<a href="#license_url#}">Public Domain</a>)');
|
|
// @define('PLUGIN_CREATIVECOMMONS_BY', 'Require attribution?');
|
|
// @define('PLUGIN_CREATIVECOMMONS_BY_DESC', 'The licensor permits others to copy, distribute, display, and perform the work. In return, licensees must give the original author credit.');
|
|
@define('PLUGIN_CREATIVECOMMONS_NC', 'Czy zezwalasz na komercyjne korzystanie z Twojego utworu?');
|
|
@define('PLUGIN_CREATIVECOMMONS_NC_DESC', 'Licencjonodawca zezwala innym na kopiowanie, rozpowszechnianie, odtwarzanie i wykonywanie utworu. Licencjonobiorcy nie mogą używać utworu w celach komercyjnych - chyba że otrzymają na takie działania zezwolenie od licencjonodawcy.');
|
|
@define('PLUGIN_CREATIVECOMMONS_ND', 'Czy zezwalasz na modyfikacje utworu?');
|
|
@define('PLUGIN_CREATIVECOMMONS_ND_DESC', 'Licencjonodawca zezwala innym na kopiowanie, rozpowszechnianie odtwarzanie i wykonywanie dzieła tylko w niezmienionej formie - nie udziela tym samym zezwolenia na korzystanie z utworu w dziełach zaleznych.');
|
|
@define('PLUGIN_CREATIVECOMMONS_SA_DESC', 'Yes, as long as others share alike');
|
|
|
|
?>
|