1
0

port everything so that 2.0 and 1.7 have the same features

This commit is contained in:
Garvin Hicking
2012-06-12 19:39:11 +02:00
parent dbc992f07e
commit d7ef7a7a04
110 changed files with 3672 additions and 28 deletions
include
lang
UTF-8
addlang.txtplugin_lang.phpserendipity_lang_bg.inc.phpserendipity_lang_cn.inc.phpserendipity_lang_cs.inc.phpserendipity_lang_cz.inc.phpserendipity_lang_da.inc.phpserendipity_lang_de.inc.phpserendipity_lang_en.inc.phpserendipity_lang_es.inc.phpserendipity_lang_fa.inc.phpserendipity_lang_fi.inc.phpserendipity_lang_fr.inc.phpserendipity_lang_hu.inc.phpserendipity_lang_is.inc.phpserendipity_lang_it.inc.phpserendipity_lang_ja.inc.phpserendipity_lang_ko.inc.phpserendipity_lang_nl.inc.phpserendipity_lang_no.inc.phpserendipity_lang_pl.inc.phpserendipity_lang_pt.inc.phpserendipity_lang_pt_PT.inc.phpserendipity_lang_ro.inc.phpserendipity_lang_ru.inc.phpserendipity_lang_sa.inc.phpserendipity_lang_se.inc.phpserendipity_lang_sk.inc.phpserendipity_lang_ta.inc.phpserendipity_lang_tn.inc.phpserendipity_lang_tr.inc.phpserendipity_lang_tw.inc.phpserendipity_lang_zh.inc.php
plugins
serendipity_event_bbcode
serendipity_event_contentrewrite
serendipity_event_creativecommons
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_statistics
serendipity_event_templatechooser
serendipity_event_trackexits
serendipity_plugin_comments
serendipity_plugin_entrylinks
serendipity_plugin_history
serendipity_plugin_recententries
serendipity_config.inc.php
templates/bulletproof

@ -0,0 +1,18 @@
<?php
/**
* @author Martin Matuška <martin@matuska.org>
* EN-Revision: Revision of lang_en.inc.php
*/
@define('PLUGIN_RECENTENTRIES_TITLE', 'Posledné články');
@define('PLUGIN_RECENTENTRIES_BLAHBLAH', 'Zobrazí nadpisy a dátumy posledných článkov');
@define('PLUGIN_RECENTENTRIES_NUMBER', 'Počet článkov');
@define('PLUGIN_RECENTENTRIES_NUMBER_BLAHBLAH', 'Koľko posledných článkov má byť zobrazených? (Prednastavené: 10)');
@define('PLUGIN_RECENTENTRIES_NUMBER_FROM', 'Preskočiť články na hlavnej stránke');
@define('PLUGIN_RECENTENTRIES_NUMBER_FROM_DESC', 'Budú zobrazené iba články, ktoré nie sú zobrazené v prehľade na hlavnej stránke (Prednastavené: posledných ' . $serendipity['fetchLimit'] . ' článkov bude preskočených)');
@define('PLUGIN_RECENTENTRIES_NUMBER_FROM_RADIO_ALL', 'Zobraziť všetky');
@define('PLUGIN_RECENTENTRIES_NUMBER_FROM_RADIO_RECENT', 'Nezobrazovať články z hlavnej stránky');
@define('PLUGIN_RECENTENTRIES_RANDOMIZE', 'Zobraziť náhodný článok');
@define('PLUGIN_RECENTENTRIES_RANDOMIZE_DESC', 'Ak je nastavené, budú v bloku náhodne vybrané články');

@ -0,0 +1,18 @@
<?php
/**
* @author Martin Matu<74>ka <martin@matuska.org>
* EN-Revision: Revision of lang_en.inc.php
*/
@define('PLUGIN_RECENTENTRIES_TITLE', 'Posledn<64> <20>l<EFBFBD>nky');
@define('PLUGIN_RECENTENTRIES_BLAHBLAH', 'Zobraz<61> nadpisy a d<>tumy posledn<64>ch <20>l<EFBFBD>nkov');
@define('PLUGIN_RECENTENTRIES_NUMBER', 'Po<50>et <20>l<EFBFBD>nkov');
@define('PLUGIN_RECENTENTRIES_NUMBER_BLAHBLAH', 'Ko<4B>ko posledn<64>ch <20>l<EFBFBD>nkov m<> by<62> zobrazen<65>ch? (Prednastaven<65>: 10)');
@define('PLUGIN_RECENTENTRIES_NUMBER_FROM', 'Presko<6B>i<EFBFBD> <20>l<EFBFBD>nky na hlavnej str<74>nke');
@define('PLUGIN_RECENTENTRIES_NUMBER_FROM_DESC', 'Bud<75> zobrazen<65> iba <20>l<EFBFBD>nky, ktor<6F> nie s<> zobrazen<65> v preh<65>ade na hlavnej str<74>nke (Prednastaven<65>: posledn<64>ch ' . $serendipity['fetchLimit'] . ' <20>l<EFBFBD>nkov bude presko<6B>en<65>ch)');
@define('PLUGIN_RECENTENTRIES_NUMBER_FROM_RADIO_ALL', 'Zobrazi<7A> v<>etky');
@define('PLUGIN_RECENTENTRIES_NUMBER_FROM_RADIO_RECENT', 'Nezobrazova<76> <20>l<EFBFBD>nky z hlavnej str<74>nky');
@define('PLUGIN_RECENTENTRIES_RANDOMIZE', 'Zobrazi<7A> n<>hodn<64> <20>l<EFBFBD>nok');
@define('PLUGIN_RECENTENTRIES_RANDOMIZE_DESC', 'Ak je nastaven<65>, bud<75> v bloku n<>hodne vybran<61> <20>l<EFBFBD>nky');