event_cal plugin v. 1.70

This commit is contained in:
Ian 2015-11-30 18:07:03 +01:00
parent f44309a765
commit 5c2865539a
20 changed files with 2893 additions and 2161 deletions

View file

@ -2,10 +2,35 @@
* Legend: ! Bugfix, + New Features, * Changed, - Info Only
*
v.1.69.2:
* S9y 2.0 serendipity_editor.js reference file fix
v.1.70:
-------
* Added mysqli to some DB preps
* Only allow some DB backend tasks, if mysql layers are supported.
* Moved (mySQL only) Spartacus Note to title description, since using title also in frontend.
* Some fixes here and there for PHP
* Quick fixes to now look nice in 2.0 backend
* v.1.69
* ===========================
*
* S9y 2.0 serendipity_editor.js reference file fix
* Use serendipity_specialchars
*
*
* v.1.68
* ===========================
*
* Propagate $smarty.env.staticpage_pagetitle (and the others) so that it can be used in entries.tpl
*
*
* v.1.67
* ===========================
*
* Use native function parseTemplate() - extends to S9y >= 1.3
* Compatibility fixes
*
*
* v. 1.66 2011-02-23 Spartacus
* ===========================

View file

@ -106,6 +106,36 @@ ChangeLOG:
* Legend: ! Bugfix, + New Features, * Changed, - Info Only
*
*
* v.1.70 2015-11-30
* ===========================
*
* Added mysqli to some DB preps
* Only allow some DB backend tasks, if mysql layers are supported.
* Moved (mySQL only) Spartacus Note to title description, since using title also in frontend.
* Some fixes here and there for PHP
* Quick fixes to now look nice in 2.0 backend
*
*
* v.1.69
* ===========================
*
* S9y 2.0 serendipity_editor.js reference file fix
* Use serendipity_specialchars
*
*
* v.1.68
* ===========================
*
* Propagate $smarty.env.staticpage_pagetitle (and the others) so that it can be used in entries.tpl
*
*
* v.1.67
* ===========================
*
* Use native function parseTemplate() - extends to S9y >= 1.3
* Compatibility fixes
*
*
* v. 1.66 2011-02-23 Spartacus
* ===========================
*

View file

@ -13,116 +13,116 @@
* @revisionDate 2011/03/05
*/
@define('PLUGIN_EVENTCAL_HEADLINE', 'Nadpis');
@define('PLUGIN_EVENTCAL_HEADLINE_BLAHBLAH', 'Nadpis stránky');
@define('PLUGIN_EVENTCAL_TITLE', 'Kalendář akcí');
@define('PLUGIN_EVENTCAL_TITLE_BLAHBLAH', 'Zobrazuje kalendář akcí jako samostatnou stránku v blogu. Design stránky zůstává stejný jako u zbytku blogu.');
@define('PLUGIN_EVENTCAL_PERMALINK', 'Stálý odkaz');
@define('PLUGIN_EVENTCAL_PERMALINK_BLAHBLAH', 'Zadejte stálý odkaz, stálou URL adresu stránky s kalendářem akcí. Musí být absolutní HTTP cesta a musí končit .htm nebo .html!');
@define('PLUGIN_EVENTCAL_PAGETITLE', 'Název statické stránky & její URL');
@define('PLUGIN_EVENTCAL_PAGETITLE_BLAHBLAH', 'Název statické stránky. Pozor: název také definuje URL adresu této stránky (index.php?serendipity[subpage]=zde_zadany_nazev)');
@define('PLUGIN_EVENTCAL_ARTICLEFORMAT', 'Formátovat jako příspěvek?');
@define('PLUGIN_EVENTCAL_ARTICLEFORMAT_BLAHBLAH', 'Pokud zadáte "ano", stránka bude automaticky zformátována stejně jako běžné příspěvky. (Výchozí: ano)');
@define('PLUGIN_EVENTCAL_SHOWCAPTCHA', 'Zobrazovat kryptogramy?');
@define('PLUGIN_EVENTCAL_SHOWCAPTCHA_BLAHBLAH', 'Mají se používat kryptogramy (captchas - vyžaduje nainstalovaný a aktivovaný plugin Spamblock)');
@define('PLUGIN_EVENTCAL_NEXTPAGE', 'další strana');
@define('PLUGIN_EVENTCAL_PREVPAGE', 'předchozí strana');
@define('PLUGIN_EVENTCAL_TEXT_DELETE', 'smazat');
@define('PLUGIN_EVENTCAL_TEXT_SAY', 'řekl');
@define('PLUGIN_EVENTCAL_TEXT_EMAIL', 'Email');
@define('PLUGIN_EVENTCAL_TEXT_NAME', 'Jméno');
@define('PLUGIN_EVENTCAL_TEXT_EACH', 'Každý');
@define('PLUGIN_EVENTCAL_TEXT_TO', 'pro');
@define('PLUGIN_EVENTCAL_TEXT_CW', 'CW-');
@define('PLUGIN_EVENTCAL_HEADLINE', 'Nadpis');
@define('PLUGIN_EVENTCAL_HEADLINE_BLAHBLAH', 'Nadpis stránky');
@define('PLUGIN_EVENTCAL_TITLE', 'Kalendář akcí');
@define('PLUGIN_EVENTCAL_TITLE_BLAHBLAH', 'Zobrazuje kalendář akcí jako samostatnou stránku v blogu. Design stránky zůstává stejný jako u zbytku blogu. (MySQL only)');
@define('PLUGIN_EVENTCAL_PERMALINK', 'Stálý odkaz');
@define('PLUGIN_EVENTCAL_PERMALINK_BLAHBLAH', 'Zadejte stálý odkaz, stálou URL adresu stránky s kalendářem akcí. Musí být absolutní HTTP cesta a musí končit .htm nebo .html!');
@define('PLUGIN_EVENTCAL_PAGETITLE', 'Název statické stránky & její URL');
@define('PLUGIN_EVENTCAL_PAGETITLE_BLAHBLAH', 'Název statické stránky. Pozor: název také definuje URL adresu této stránky (index.php?serendipity[subpage]=zde_zadany_nazev)');
@define('PLUGIN_EVENTCAL_ARTICLEFORMAT', 'Formátovat jako příspěvek?');
@define('PLUGIN_EVENTCAL_ARTICLEFORMAT_BLAHBLAH', 'Pokud zadáte "ano", stránka bude automaticky zformátována stejně jako běžné příspěvky. (Výchozí: ano)');
@define('PLUGIN_EVENTCAL_SHOWCAPTCHA', 'Zobrazovat kryptogramy?');
@define('PLUGIN_EVENTCAL_SHOWCAPTCHA_BLAHBLAH', 'Mají se používat kryptogramy (captchas - vyžaduje nainstalovaný a aktivovaný plugin Spamblock)');
@define('PLUGIN_EVENTCAL_NEXTPAGE', 'další strana');
@define('PLUGIN_EVENTCAL_PREVPAGE', 'předchozí strana');
@define('PLUGIN_EVENTCAL_TEXT_DELETE', 'smazat');
@define('PLUGIN_EVENTCAL_TEXT_SAY', 'řekl');
@define('PLUGIN_EVENTCAL_TEXT_EMAIL', 'Email');
@define('PLUGIN_EVENTCAL_TEXT_NAME', 'Jméno');
@define('PLUGIN_EVENTCAL_TEXT_EACH', 'Každý');
@define('PLUGIN_EVENTCAL_TEXT_TO', 'pro');
@define('PLUGIN_EVENTCAL_TEXT_CW', 'CW-');
@define('PLUGIN_EVENTCAL_HALLO_ADMIN', 'Dobrý den uživateli: %s ( %s )<br />');
@define('PLUGIN_EVENTCAL_INSERT_DONE_BLAHBLAH', 'Díky za Váš příspěvek číslo ID = %d.');
@define('PLUGIN_EVENTCAL_INSERT_DONE_EVALUATE', 'Předtím než Váš příspěvek schválí administrátor, naleznete jej v části: "Neschválené akce".');
@define('PLUGIN_EVENTCAL_REJECT_DONE_BLAHBLAH', 'Úpěšně jste vymazali příspěvek číslo ID = %s z databáze.');
@define('PLUGIN_EVENTCAL_APPROVE_DONE_BLAHBLAH', 'Příspěvek číslo ID = %d byl úspěšně schválen.');
@define('PLUGIN_EVENTCAL_HALLO_ADMIN', 'Dobrý den uživateli: %s ( %s )<br />');
@define('PLUGIN_EVENTCAL_INSERT_DONE_BLAHBLAH', 'Díky za Váš příspěvek číslo ID = %d.');
@define('PLUGIN_EVENTCAL_INSERT_DONE_EVALUATE', 'Předtím než Váš příspěvek schválí administrátor, naleznete jej v části: "Neschválené akce".');
@define('PLUGIN_EVENTCAL_REJECT_DONE_BLAHBLAH', 'Úpěšně jste vymazali příspěvek číslo ID = %s z databáze.');
@define('PLUGIN_EVENTCAL_APPROVE_DONE_BLAHBLAH', 'Příspěvek číslo ID = %d byl úspěšně schválen.');
@define('CAL_EVENT_PLEASECORRECT', 'Opravte prosím.');
@define('CAL_EVENT_SHORTTITLE', 'Vložte prosím krátký název pro tuto akci!');
@define('CAL_EVENT_EVENTDESC', 'Zadejte prosím plný popis akce!');
@define('CAL_EVENT_APPBY', 'Musíte zadat token autora (sig) pro potvrzení akce!');
@define('CAL_EVENT_START_DATE', 'Nesprávný začátek akce!');
@define('CAL_EVENT_START_DATE_HISTORY', 'Nesprávné datum akce! Zadávání proběhlých akcí je podporováno pouze na uplynulých 31 dní!');
@define('CAL_EVENT_END_DATE', 'Nesprávný konec akce!');
@define('CAL_EVENT_REAL_START_DATE', 'Datum začátku akce musí být platný den daného měsíce (%s)!');
@define('CAL_EVENT_REAL_END_DATE', 'Datum konce akce musí být platný den daného měsíce (%s) a musí být za datem začátku!');
@define('CAL_EVENT_REAL_MONTHLY_DATE', 'Hodnota opakování pro měsíční akce nemůže být "Týdně"!');
@define('CAL_EVENT_IDENTICAL_DATE', 'Akce má stejné datum začátku a konce!');
@define('CAL_EVENT_ORDER_DATE', 'Zadaná sekvence akce není platná!');
@define('CAL_EVENT_WEEKLY_DATE', 'Správná hodnota má být: "Týdně" a vybraný "Den v týdnu".');
@define('CAL_EVENT_PLEASECORRECT', 'Opravte prosím.');
@define('CAL_EVENT_SHORTTITLE', 'Vložte prosím krátký název pro tuto akci!');
@define('CAL_EVENT_EVENTDESC', 'Zadejte prosím plný popis akce!');
@define('CAL_EVENT_APPBY', 'Musíte zadat token autora (sig) pro potvrzení akce!');
@define('CAL_EVENT_START_DATE', 'Nesprávný začátek akce!');
@define('CAL_EVENT_START_DATE_HISTORY', 'Nesprávné datum akce! Zadávání proběhlých akcí je podporováno pouze na uplynulých 31 dní!');
@define('CAL_EVENT_END_DATE', 'Nesprávný konec akce!');
@define('CAL_EVENT_REAL_START_DATE', 'Datum začátku akce musí být platný den daného měsíce (%s)!');
@define('CAL_EVENT_REAL_END_DATE', 'Datum konce akce musí být platný den daného měsíce (%s) a musí být za datem začátku!');
@define('CAL_EVENT_REAL_MONTHLY_DATE', 'Hodnota opakování pro měsíční akce nemůže být "Týdně"!');
@define('CAL_EVENT_IDENTICAL_DATE', 'Akce má stejné datum začátku a konce!');
@define('CAL_EVENT_ORDER_DATE', 'Zadaná sekvence akce není platná!');
@define('CAL_EVENT_WEEKLY_DATE', 'Správná hodnota má být: "Týdně" a vybraný "Den v týdnu".');
@define('CAL_EVENT_FORM_DAY_FIRST', 'První');
@define('CAL_EVENT_FORM_DAY_SECOND', 'Druhý');
@define('CAL_EVENT_FORM_DAY_THIRD', 'Třetí');
@define('CAL_EVENT_FORM_DAY_FOURTH', 'Čtvrtý');
@define('CAL_EVENT_FORM_DAY_LAST', 'Poslední');
@define('CAL_EVENT_FORM_DAY_SECONDLAST', 'Předposlední');
@define('CAL_EVENT_FORM_DAY_THIRDLAST', 'Před-předposlední');
@define('CAL_EVENT_FORM_DAY_EACH', 'Týdně');
@define('CAL_EVENT_FORM_DAY_FIRST', 'První');
@define('CAL_EVENT_FORM_DAY_SECOND', 'Druhý');
@define('CAL_EVENT_FORM_DAY_THIRD', 'Třetí');
@define('CAL_EVENT_FORM_DAY_FOURTH', 'Čtvrtý');
@define('CAL_EVENT_FORM_DAY_LAST', 'Poslední');
@define('CAL_EVENT_FORM_DAY_SECONDLAST', 'Předposlední');
@define('CAL_EVENT_FORM_DAY_THIRDLAST', 'Před-předposlední');
@define('CAL_EVENT_FORM_DAY_EACH', 'Týdně');
@define('CAL_EVENT_FORM_RIGHT_SHORTMAX', 'max. 16 znaků!');
@define('CAL_EVENT_FORM_RIGHT_URLDESC', 'Buď ');
@define('CAL_EVENT_FORM_RIGHT_URL', 'http://www.domena.cz');
@define('CAL_EVENT_FORM_RIGHT_MAIL', 'mailto:vas@email.cz');
@define('CAL_EVENT_FORM_RIGHT_OR', 'nebo');
@define('CAL_EVENT_FORM_RIGHT_DETAILDESC', '<b>Nezapoměňte</b>, prosím, zadat do tohoto pole přesný čas akce.');
@define('CAL_EVENT_FORM_RIGHT_BBC', 'Použít BBcode (tučné, kurzíva, podtržení, přeškrtnutí).');
@define('CAL_EVENT_FORM_RIGHT_SINGLE', 'Pouze jeden den');
@define('CAL_EVENT_FORM_RIGHT_SINGLE_NOEND', 'není třeba zadávat datum konce');
@define('CAL_EVENT_FORM_RIGHT_MULTI', 'Vícedenní akce');
@define('CAL_EVENT_FORM_RIGHT_RECUR', 'Opakování');
@define('CAL_EVENT_FORM_RIGHT_RECUR_MONTH', 'každý měsíc');
@define('CAL_EVENT_FORM_RIGHT_RECUR_WEEK', 'každý týden');
@define('CAL_EVENT_FORM_RIGHT_SHORTMAX', 'max. 16 znaků!');
@define('CAL_EVENT_FORM_RIGHT_URLDESC', 'Buď ');
@define('CAL_EVENT_FORM_RIGHT_URL', 'http://www.domena.cz');
@define('CAL_EVENT_FORM_RIGHT_MAIL', 'mailto:vas@email.cz');
@define('CAL_EVENT_FORM_RIGHT_OR', 'nebo');
@define('CAL_EVENT_FORM_RIGHT_DETAILDESC', '<b>Nezapoměňte</b>, prosím, zadat do tohoto pole přesný čas akce.');
@define('CAL_EVENT_FORM_RIGHT_BBC', 'Použít BBcode (tučné, kurzíva, podtržení, přeškrtnutí).');
@define('CAL_EVENT_FORM_RIGHT_SINGLE', 'Pouze jeden den');
@define('CAL_EVENT_FORM_RIGHT_SINGLE_NOEND', 'není třeba zadávat datum konce');
@define('CAL_EVENT_FORM_RIGHT_MULTI', 'Vícedenní akce');
@define('CAL_EVENT_FORM_RIGHT_RECUR', 'Opakování');
@define('CAL_EVENT_FORM_RIGHT_RECUR_MONTH', 'každý měsíc');
@define('CAL_EVENT_FORM_RIGHT_RECUR_WEEK', 'každý týden');
@define('CAL_EVENT_FORM_BUTTON_ADD_EVENT', 'Vložte akci');
@define('CAL_EVENT_FORM_BUTTON_APPROVE_EVENT', 'Neschválené akce');
@define('CAL_EVENT_FORM_BUTTON_CLOSE', 'Zavřít formulář');
@define('CAL_EVENT_FORM_BUTTON_FREETABLE', 'vyčistit stará data (starší než 1 měsíc) a přeskládat tabulku');
@define('CAL_EVENT_FORM_BUTTON_LOGOFF', 'odhlásit');
@define('CAL_EVENT_FORM_BUTTON_MARK', 'označit/odznačit všechny');
@define('CAL_EVENT_FORM_BUTTON_OPEN', 'Otevřít formulář');
@define('CAL_EVENT_FORM_BUTTON_REJECT_SED', 'Vymazat příspěvek schválené akce');
@define('CAL_EVENT_FORM_BUTTON_EDIT_SED', 'Změnit příspěvek schválené akce');
@define('CAL_EVENT_FORM_BUTTON_SUBMIT', '&raquo; Poslat příspěvek &laquo;');
@define('CAL_EVENT_FORM_BUTTON_TOAPPROVE', 'akce/akcí');
@define('CAL_EVENT_FORM_BUTTON_ADD_EVENT', 'Vložte akci');
@define('CAL_EVENT_FORM_BUTTON_APPROVE_EVENT', 'Neschválené akce');
@define('CAL_EVENT_FORM_BUTTON_CLOSE', 'Zavřít formulář');
@define('CAL_EVENT_FORM_BUTTON_FREETABLE', 'vyčistit stará data (starší než 1 měsíc) a přeskládat tabulku');
@define('CAL_EVENT_FORM_BUTTON_LOGOFF', 'odhlásit');
@define('CAL_EVENT_FORM_BUTTON_MARK', 'označit/odznačit všechny');
@define('CAL_EVENT_FORM_BUTTON_OPEN', 'Otevřít formulář');
@define('CAL_EVENT_FORM_BUTTON_REJECT_SED', 'Vymazat příspěvek schválené akce');
@define('CAL_EVENT_FORM_BUTTON_EDIT_SED', 'Změnit příspěvek schválené akce');
@define('CAL_EVENT_FORM_BUTTON_SUBMIT', '&raquo; Poslat příspěvek &laquo;');
@define('CAL_EVENT_FORM_BUTTON_TOAPPROVE', 'akce/akcí');
@define('CAL_EVENT_FORM_TITLE_DATE', 'datum');
@define('CAL_EVENT_FORM_TITLE_TITLE', 'nadpis');
@define('CAL_EVENT_FORM_TITLE_DESC', 'popis');
@define('CAL_EVENT_FORM_TITLE_URL', 'url');
@define('CAL_EVENT_FORM_TITLE_OK', 'ok');
@define('CAL_EVENT_FORM_TITLE_EDIT', 'upravit');
@define('CAL_EVENT_FORM_TITLE_DEL', 'smazat');
@define('CAL_EVENT_FORM_TITLE_DATE', 'datum');
@define('CAL_EVENT_FORM_TITLE_TITLE', 'nadpis');
@define('CAL_EVENT_FORM_TITLE_DESC', 'popis');
@define('CAL_EVENT_FORM_TITLE_URL', 'url');
@define('CAL_EVENT_FORM_TITLE_OK', 'ok');
@define('CAL_EVENT_FORM_TITLE_EDIT', 'upravit');
@define('CAL_EVENT_FORM_TITLE_DEL', 'smazat');
@define('CAL_EVENT_FORM_LEFT_AUTHOR', '<u>Autor</u>');
@define('CAL_EVENT_FORM_LEFT_TITLE', '<u>Krátký</u> nadpis');
@define('CAL_EVENT_FORM_LEFT_LINK', 'Webová stránka nebo email');
@define('CAL_EVENT_FORM_LEFT_DESC', '<u>Plný</u> popis');
@define('CAL_EVENT_FORM_LEFT_SINGLE', '<u>Začátek</u> - datum');
@define('CAL_EVENT_FORM_LEFT_MULTI', '<u>Konec</u> - datum');
@define('CAL_EVENT_FORM_LEFT_RECUR', 'Opakování');
@define('CAL_EVENT_FORM_LEFT_SPAM', 'Bezpečnost');
@define('CAL_EVENT_FORM_LEFT_AUTHOR', '<u>Autor</u>');
@define('CAL_EVENT_FORM_LEFT_TITLE', '<u>Krátký</u> nadpis');
@define('CAL_EVENT_FORM_LEFT_LINK', 'Webová stránka nebo email');
@define('CAL_EVENT_FORM_LEFT_DESC', '<u>Plný</u> popis');
@define('CAL_EVENT_FORM_LEFT_SINGLE', '<u>Začátek</u> - datum');
@define('CAL_EVENT_FORM_LEFT_MULTI', '<u>Konec</u> - datum');
@define('CAL_EVENT_FORM_LEFT_RECUR', 'Opakování');
@define('CAL_EVENT_FORM_LEFT_SPAM', 'Bezpečnost');
@define('CAL_EVENT_DB_ERROR_ONE', 'V databázové tabulce kalendáře akcí (eventcal) se vyskytla chyba:');
@define('CAL_EVENT_DB_ERROR_TWO', 'Nelze se spojit s databází!');
@define('CAL_EVENT_USER_LOGINFIRST', 'Pro pokračování procesu se musíte přihlásit pomocí platného účtu na blogu. Pokud ho máte, přihlašte se do administrační sekce blogu.');
@define('CAL_EVENT_USER_LOGINFIRST', 'Pro pokračování procesu se musíte přihlásit pomocí platného účtu na blogu. Pokud ho máte, přihlašte se do administrační sekce blogu.');
@define('CAL_EVENT_USER_VALIDATION', 'Uživatelské jméno nebo heslo není správné.');
@define('CAL_EVENT_USER_LOGGEDOFF', 'Vaše seance vypršela nebo jste se odhlásili. Pro administraci kalendáře akcí se musíte znovu přihlásit do blogu.');
@define('CAL_EVENT_USER_FREETABLE', 'Data starší než 1 měsíc byla úspěšně smazána a databázová tabulka přeskládána.');
@define('CAL_EVENT_USER_FREE_SURE', 'Opravdu chcete rekonstruovat databázovou tabulku kalendáře akcí?');
@define('CAL_EVENT_USER_NOPERMISSION', 'Nemáte dostatečná oprávnění k pokračování!');
@define('CAL_EVENT_CHGSELECTED_ARRAY', 'Pokud chcete změnit jeden příspěvek, odznačte prosím ostatní.');
@define('CAL_EVENT_CHECKBOXALERT', 'Zaškrtněte čtvereček u příspěvku, který chcete ohodnotit, změnit nebo smazat.');
@define('CAL_EVENT_TODAY', 'DNES');
@define('CAL_EVENT_DB_ERROR_ONE', 'V databázové tabulce kalendáře akcí (eventcal) se vyskytla chyba:');
@define('CAL_EVENT_DB_ERROR_TWO', 'Nelze se spojit s databází!');
@define('CAL_EVENT_USER_LOGINFIRST', 'Pro pokračování procesu se musíte přihlásit pomocí platného účtu na blogu. Pokud ho máte, přihlašte se do administrační sekce blogu.');
@define('CAL_EVENT_USER_LOGINFIRST', 'Pro pokračování procesu se musíte přihlásit pomocí platného účtu na blogu. Pokud ho máte, přihlašte se do administrační sekce blogu.');
@define('CAL_EVENT_USER_VALIDATION', 'Uživatelské jméno nebo heslo není správné.');
@define('CAL_EVENT_USER_LOGGEDOFF', 'Vaše seance vypršela nebo jste se odhlásili. Pro administraci kalendáře akcí se musíte znovu přihlásit do blogu.');
@define('CAL_EVENT_USER_FREETABLE', 'Data starší než 1 měsíc byla úspěšně smazána a databázová tabulka přeskládána.');
@define('CAL_EVENT_USER_FREE_SURE', 'Opravdu chcete rekonstruovat databázovou tabulku kalendáře akcí?');
@define('CAL_EVENT_USER_NOPERMISSION', 'Nemáte dostatečná oprávnění k pokračování!');
@define('CAL_EVENT_CHGSELECTED_ARRAY', 'Pokud chcete změnit jeden příspěvek, odznačte prosím ostatní.');
@define('CAL_EVENT_CHECKBOXALERT', 'Zaškrtněte čtvereček u příspěvku, který chcete ohodnotit, změnit nebo smazat.');
@define('CAL_EVENT_TODAY', 'DNES');
@define('PLUGIN_EVENTCAL_CAL', ' Vykreslit kalendář ');
@define('PLUGIN_EVENTCAL_ADD', ' Vykreslit add ');
@define('PLUGIN_EVENTCAL_APP', ' Vykreslit app ');
@define('PLUGIN_EVENTCAL_CAL', ' Vykreslit kalendář ');
@define('PLUGIN_EVENTCAL_ADD', ' Vykreslit add ');
@define('PLUGIN_EVENTCAL_APP', ' Vykreslit app ');
// Next lines were translated on 2009/11/29
@ -228,4 +228,5 @@
@define('PLUGIN_EVENTCAL_ADMIN_DBC_DELFILE_MSG', 'Soubor zálohy databázové tabulky <u>%s</u> úspěšně vymazán');
@define('PLUGIN_EVENTCAL_ADMIN_DBC_DOWNLOAD', 'Administrace - management');
@define('PLUGIN_EVENTCAL_ADMIN_DBC_DOWNLOAD_DESC', 'Stažení a vymazání záloh databázové tabulky kalendáře akcí');
@define('PLUGIN_EVENTCAL_ADMIN_DBC_DOWNLOAD_MSG', 'V adresáři "templates_c" není žádný adresář "eventcal".');
@define('PLUGIN_EVENTCAL_ADMIN_DBC_DOWNLOAD_MSG', 'V adresáři "templates_c" není žádný adresář "eventcal".');

View file

@ -13,116 +13,116 @@
* @revisionDate 2011/03/05
*/
@define('PLUGIN_EVENTCAL_HEADLINE', 'Nadpis');
@define('PLUGIN_EVENTCAL_HEADLINE_BLAHBLAH', 'Nadpis stránky');
@define('PLUGIN_EVENTCAL_TITLE', 'Kalendář akcí');
@define('PLUGIN_EVENTCAL_TITLE_BLAHBLAH', 'Zobrazuje kalendář akcí jako samostatnou stránku v blogu. Design stránky zůstává stejný jako u zbytku blogu.');
@define('PLUGIN_EVENTCAL_PERMALINK', 'Stálý odkaz');
@define('PLUGIN_EVENTCAL_PERMALINK_BLAHBLAH', 'Zadejte stálý odkaz, stálou URL adresu stránky s kalendářem akcí. Musí být absolutní HTTP cesta a musí končit .htm nebo .html!');
@define('PLUGIN_EVENTCAL_PAGETITLE', 'Název statické stránky & její URL');
@define('PLUGIN_EVENTCAL_PAGETITLE_BLAHBLAH', 'Název statické stránky. Pozor: název také definuje URL adresu této stránky (index.php?serendipity[subpage]=zde_zadany_nazev)');
@define('PLUGIN_EVENTCAL_ARTICLEFORMAT', 'Formátovat jako příspěvek?');
@define('PLUGIN_EVENTCAL_ARTICLEFORMAT_BLAHBLAH', 'Pokud zadáte "ano", stránka bude automaticky zformátována stejně jako běžné příspěvky. (Výchozí: ano)');
@define('PLUGIN_EVENTCAL_SHOWCAPTCHA', 'Zobrazovat kryptogramy?');
@define('PLUGIN_EVENTCAL_SHOWCAPTCHA_BLAHBLAH', 'Mají se používat kryptogramy (captchas - vyžaduje nainstalovaný a aktivovaný plugin Spamblock)');
@define('PLUGIN_EVENTCAL_NEXTPAGE', 'další strana');
@define('PLUGIN_EVENTCAL_PREVPAGE', 'předchozí strana');
@define('PLUGIN_EVENTCAL_TEXT_DELETE', 'smazat');
@define('PLUGIN_EVENTCAL_TEXT_SAY', 'řekl');
@define('PLUGIN_EVENTCAL_TEXT_EMAIL', 'Email');
@define('PLUGIN_EVENTCAL_TEXT_NAME', 'Jméno');
@define('PLUGIN_EVENTCAL_TEXT_EACH', 'Každý');
@define('PLUGIN_EVENTCAL_TEXT_TO', 'pro');
@define('PLUGIN_EVENTCAL_TEXT_CW', 'CW-');
@define('PLUGIN_EVENTCAL_HEADLINE', 'Nadpis');
@define('PLUGIN_EVENTCAL_HEADLINE_BLAHBLAH', 'Nadpis stránky');
@define('PLUGIN_EVENTCAL_TITLE', 'Kalendář akcí');
@define('PLUGIN_EVENTCAL_TITLE_BLAHBLAH', 'Zobrazuje kalendář akcí jako samostatnou stránku v blogu. Design stránky zůstává stejný jako u zbytku blogu. (MySQL only)');
@define('PLUGIN_EVENTCAL_PERMALINK', 'Stálý odkaz');
@define('PLUGIN_EVENTCAL_PERMALINK_BLAHBLAH', 'Zadejte stálý odkaz, stálou URL adresu stránky s kalendářem akcí. Musí být absolutní HTTP cesta a musí končit .htm nebo .html!');
@define('PLUGIN_EVENTCAL_PAGETITLE', 'Název statické stránky & její URL');
@define('PLUGIN_EVENTCAL_PAGETITLE_BLAHBLAH', 'Název statické stránky. Pozor: název také definuje URL adresu této stránky (index.php?serendipity[subpage]=zde_zadany_nazev)');
@define('PLUGIN_EVENTCAL_ARTICLEFORMAT', 'Formátovat jako příspěvek?');
@define('PLUGIN_EVENTCAL_ARTICLEFORMAT_BLAHBLAH', 'Pokud zadáte "ano", stránka bude automaticky zformátována stejně jako běžné příspěvky. (Výchozí: ano)');
@define('PLUGIN_EVENTCAL_SHOWCAPTCHA', 'Zobrazovat kryptogramy?');
@define('PLUGIN_EVENTCAL_SHOWCAPTCHA_BLAHBLAH', 'Mají se používat kryptogramy (captchas - vyžaduje nainstalovaný a aktivovaný plugin Spamblock)');
@define('PLUGIN_EVENTCAL_NEXTPAGE', 'další strana');
@define('PLUGIN_EVENTCAL_PREVPAGE', 'předchozí strana');
@define('PLUGIN_EVENTCAL_TEXT_DELETE', 'smazat');
@define('PLUGIN_EVENTCAL_TEXT_SAY', 'řekl');
@define('PLUGIN_EVENTCAL_TEXT_EMAIL', 'Email');
@define('PLUGIN_EVENTCAL_TEXT_NAME', 'Jméno');
@define('PLUGIN_EVENTCAL_TEXT_EACH', 'Každý');
@define('PLUGIN_EVENTCAL_TEXT_TO', 'pro');
@define('PLUGIN_EVENTCAL_TEXT_CW', 'CW-');
@define('PLUGIN_EVENTCAL_HALLO_ADMIN', 'Dobrý den uživateli: %s ( %s )<br />');
@define('PLUGIN_EVENTCAL_INSERT_DONE_BLAHBLAH', 'Díky za Váš příspěvek číslo ID = %d.');
@define('PLUGIN_EVENTCAL_INSERT_DONE_EVALUATE', 'Předtím než Váš příspěvek schválí administrátor, naleznete jej v části: "Neschválené akce".');
@define('PLUGIN_EVENTCAL_REJECT_DONE_BLAHBLAH', 'Úpěšně jste vymazali příspěvek číslo ID = %s z databáze.');
@define('PLUGIN_EVENTCAL_APPROVE_DONE_BLAHBLAH', 'Příspěvek číslo ID = %d byl úspěšně schválen.');
@define('PLUGIN_EVENTCAL_HALLO_ADMIN', 'Dobrý den uživateli: %s ( %s )<br />');
@define('PLUGIN_EVENTCAL_INSERT_DONE_BLAHBLAH', 'Díky za Váš příspěvek číslo ID = %d.');
@define('PLUGIN_EVENTCAL_INSERT_DONE_EVALUATE', 'Předtím než Váš příspěvek schválí administrátor, naleznete jej v části: "Neschválené akce".');
@define('PLUGIN_EVENTCAL_REJECT_DONE_BLAHBLAH', 'Úpěšně jste vymazali příspěvek číslo ID = %s z databáze.');
@define('PLUGIN_EVENTCAL_APPROVE_DONE_BLAHBLAH', 'Příspěvek číslo ID = %d byl úspěšně schválen.');
@define('CAL_EVENT_PLEASECORRECT', 'Opravte prosím.');
@define('CAL_EVENT_SHORTTITLE', 'Vložte prosím krátký název pro tuto akci!');
@define('CAL_EVENT_EVENTDESC', 'Zadejte prosím plný popis akce!');
@define('CAL_EVENT_APPBY', 'Musíte zadat token autora (sig) pro potvrzení akce!');
@define('CAL_EVENT_START_DATE', 'Nesprávný začátek akce!');
@define('CAL_EVENT_START_DATE_HISTORY', 'Nesprávné datum akce! Zadávání proběhlých akcí je podporováno pouze na uplynulých 31 dní!');
@define('CAL_EVENT_END_DATE', 'Nesprávný konec akce!');
@define('CAL_EVENT_REAL_START_DATE', 'Datum začátku akce musí být platný den daného měsíce (%s)!');
@define('CAL_EVENT_REAL_END_DATE', 'Datum konce akce musí být platný den daného měsíce (%s) a musí být za datem začátku!');
@define('CAL_EVENT_REAL_MONTHLY_DATE', 'Hodnota opakování pro měsíční akce nemůže být "Týdně"!');
@define('CAL_EVENT_IDENTICAL_DATE', 'Akce má stejné datum začátku a konce!');
@define('CAL_EVENT_ORDER_DATE', 'Zadaná sekvence akce není platná!');
@define('CAL_EVENT_WEEKLY_DATE', 'Správná hodnota má být: "Týdně" a vybraný "Den v týdnu".');
@define('CAL_EVENT_PLEASECORRECT', 'Opravte prosím.');
@define('CAL_EVENT_SHORTTITLE', 'Vložte prosím krátký název pro tuto akci!');
@define('CAL_EVENT_EVENTDESC', 'Zadejte prosím plný popis akce!');
@define('CAL_EVENT_APPBY', 'Musíte zadat token autora (sig) pro potvrzení akce!');
@define('CAL_EVENT_START_DATE', 'Nesprávný začátek akce!');
@define('CAL_EVENT_START_DATE_HISTORY', 'Nesprávné datum akce! Zadávání proběhlých akcí je podporováno pouze na uplynulých 31 dní!');
@define('CAL_EVENT_END_DATE', 'Nesprávný konec akce!');
@define('CAL_EVENT_REAL_START_DATE', 'Datum začátku akce musí být platný den daného měsíce (%s)!');
@define('CAL_EVENT_REAL_END_DATE', 'Datum konce akce musí být platný den daného měsíce (%s) a musí být za datem začátku!');
@define('CAL_EVENT_REAL_MONTHLY_DATE', 'Hodnota opakování pro měsíční akce nemůže být "Týdně"!');
@define('CAL_EVENT_IDENTICAL_DATE', 'Akce má stejné datum začátku a konce!');
@define('CAL_EVENT_ORDER_DATE', 'Zadaná sekvence akce není platná!');
@define('CAL_EVENT_WEEKLY_DATE', 'Správná hodnota má být: "Týdně" a vybraný "Den v týdnu".');
@define('CAL_EVENT_FORM_DAY_FIRST', 'První');
@define('CAL_EVENT_FORM_DAY_SECOND', 'Druhý');
@define('CAL_EVENT_FORM_DAY_THIRD', 'Třetí');
@define('CAL_EVENT_FORM_DAY_FOURTH', 'Čtvrtý');
@define('CAL_EVENT_FORM_DAY_LAST', 'Poslední');
@define('CAL_EVENT_FORM_DAY_SECONDLAST', 'Předposlední');
@define('CAL_EVENT_FORM_DAY_THIRDLAST', 'Před-předposlední');
@define('CAL_EVENT_FORM_DAY_EACH', 'Týdně');
@define('CAL_EVENT_FORM_DAY_FIRST', 'První');
@define('CAL_EVENT_FORM_DAY_SECOND', 'Druhý');
@define('CAL_EVENT_FORM_DAY_THIRD', 'Třetí');
@define('CAL_EVENT_FORM_DAY_FOURTH', 'Čtvrtý');
@define('CAL_EVENT_FORM_DAY_LAST', 'Poslední');
@define('CAL_EVENT_FORM_DAY_SECONDLAST', 'Předposlední');
@define('CAL_EVENT_FORM_DAY_THIRDLAST', 'Před-předposlední');
@define('CAL_EVENT_FORM_DAY_EACH', 'Týdně');
@define('CAL_EVENT_FORM_RIGHT_SHORTMAX', 'max. 16 znaků!');
@define('CAL_EVENT_FORM_RIGHT_URLDESC', 'Buď ');
@define('CAL_EVENT_FORM_RIGHT_URL', 'http://www.domena.cz');
@define('CAL_EVENT_FORM_RIGHT_MAIL', 'mailto:vas@email.cz');
@define('CAL_EVENT_FORM_RIGHT_OR', 'nebo');
@define('CAL_EVENT_FORM_RIGHT_DETAILDESC', '<b>Nezapoměňte</b>, prosím, zadat do tohoto pole přesný čas akce.');
@define('CAL_EVENT_FORM_RIGHT_BBC', 'Použít BBcode (tučné, kurzíva, podtržení, přeškrtnutí).');
@define('CAL_EVENT_FORM_RIGHT_SINGLE', 'Pouze jeden den');
@define('CAL_EVENT_FORM_RIGHT_SINGLE_NOEND', 'není třeba zadávat datum konce');
@define('CAL_EVENT_FORM_RIGHT_MULTI', 'Vícedenní akce');
@define('CAL_EVENT_FORM_RIGHT_RECUR', 'Opakování');
@define('CAL_EVENT_FORM_RIGHT_RECUR_MONTH', 'každý měsíc');
@define('CAL_EVENT_FORM_RIGHT_RECUR_WEEK', 'každý týden');
@define('CAL_EVENT_FORM_RIGHT_SHORTMAX', 'max. 16 znaků!');
@define('CAL_EVENT_FORM_RIGHT_URLDESC', 'Buď ');
@define('CAL_EVENT_FORM_RIGHT_URL', 'http://www.domena.cz');
@define('CAL_EVENT_FORM_RIGHT_MAIL', 'mailto:vas@email.cz');
@define('CAL_EVENT_FORM_RIGHT_OR', 'nebo');
@define('CAL_EVENT_FORM_RIGHT_DETAILDESC', '<b>Nezapoměňte</b>, prosím, zadat do tohoto pole přesný čas akce.');
@define('CAL_EVENT_FORM_RIGHT_BBC', 'Použít BBcode (tučné, kurzíva, podtržení, přeškrtnutí).');
@define('CAL_EVENT_FORM_RIGHT_SINGLE', 'Pouze jeden den');
@define('CAL_EVENT_FORM_RIGHT_SINGLE_NOEND', 'není třeba zadávat datum konce');
@define('CAL_EVENT_FORM_RIGHT_MULTI', 'Vícedenní akce');
@define('CAL_EVENT_FORM_RIGHT_RECUR', 'Opakování');
@define('CAL_EVENT_FORM_RIGHT_RECUR_MONTH', 'každý měsíc');
@define('CAL_EVENT_FORM_RIGHT_RECUR_WEEK', 'každý týden');
@define('CAL_EVENT_FORM_BUTTON_ADD_EVENT', 'Vložte akci');
@define('CAL_EVENT_FORM_BUTTON_APPROVE_EVENT', 'Neschválené akce');
@define('CAL_EVENT_FORM_BUTTON_CLOSE', 'Zavřít formulář');
@define('CAL_EVENT_FORM_BUTTON_FREETABLE', 'vyčistit stará data (starší než 1 měsíc) a přeskládat tabulku');
@define('CAL_EVENT_FORM_BUTTON_LOGOFF', 'odhlásit');
@define('CAL_EVENT_FORM_BUTTON_MARK', 'označit/odznačit všechny');
@define('CAL_EVENT_FORM_BUTTON_OPEN', 'Otevřít formulář');
@define('CAL_EVENT_FORM_BUTTON_REJECT_SED', 'Vymazat příspěvek schválené akce');
@define('CAL_EVENT_FORM_BUTTON_EDIT_SED', 'Změnit příspěvek schválené akce');
@define('CAL_EVENT_FORM_BUTTON_SUBMIT', '&raquo; Poslat příspěvek &laquo;');
@define('CAL_EVENT_FORM_BUTTON_TOAPPROVE', 'akce/akcí');
@define('CAL_EVENT_FORM_BUTTON_ADD_EVENT', 'Vložte akci');
@define('CAL_EVENT_FORM_BUTTON_APPROVE_EVENT', 'Neschválené akce');
@define('CAL_EVENT_FORM_BUTTON_CLOSE', 'Zavřít formulář');
@define('CAL_EVENT_FORM_BUTTON_FREETABLE', 'vyčistit stará data (starší než 1 měsíc) a přeskládat tabulku');
@define('CAL_EVENT_FORM_BUTTON_LOGOFF', 'odhlásit');
@define('CAL_EVENT_FORM_BUTTON_MARK', 'označit/odznačit všechny');
@define('CAL_EVENT_FORM_BUTTON_OPEN', 'Otevřít formulář');
@define('CAL_EVENT_FORM_BUTTON_REJECT_SED', 'Vymazat příspěvek schválené akce');
@define('CAL_EVENT_FORM_BUTTON_EDIT_SED', 'Změnit příspěvek schválené akce');
@define('CAL_EVENT_FORM_BUTTON_SUBMIT', '&raquo; Poslat příspěvek &laquo;');
@define('CAL_EVENT_FORM_BUTTON_TOAPPROVE', 'akce/akcí');
@define('CAL_EVENT_FORM_TITLE_DATE', 'datum');
@define('CAL_EVENT_FORM_TITLE_TITLE', 'nadpis');
@define('CAL_EVENT_FORM_TITLE_DESC', 'popis');
@define('CAL_EVENT_FORM_TITLE_URL', 'url');
@define('CAL_EVENT_FORM_TITLE_OK', 'ok');
@define('CAL_EVENT_FORM_TITLE_EDIT', 'upravit');
@define('CAL_EVENT_FORM_TITLE_DEL', 'smazat');
@define('CAL_EVENT_FORM_TITLE_DATE', 'datum');
@define('CAL_EVENT_FORM_TITLE_TITLE', 'nadpis');
@define('CAL_EVENT_FORM_TITLE_DESC', 'popis');
@define('CAL_EVENT_FORM_TITLE_URL', 'url');
@define('CAL_EVENT_FORM_TITLE_OK', 'ok');
@define('CAL_EVENT_FORM_TITLE_EDIT', 'upravit');
@define('CAL_EVENT_FORM_TITLE_DEL', 'smazat');
@define('CAL_EVENT_FORM_LEFT_AUTHOR', '<u>Autor</u>');
@define('CAL_EVENT_FORM_LEFT_TITLE', '<u>Krátký</u> nadpis');
@define('CAL_EVENT_FORM_LEFT_LINK', 'Webová stránka nebo email');
@define('CAL_EVENT_FORM_LEFT_DESC', '<u>Plný</u> popis');
@define('CAL_EVENT_FORM_LEFT_SINGLE', '<u>Začátek</u> - datum');
@define('CAL_EVENT_FORM_LEFT_MULTI', '<u>Konec</u> - datum');
@define('CAL_EVENT_FORM_LEFT_RECUR', 'Opakování');
@define('CAL_EVENT_FORM_LEFT_SPAM', 'Bezpečnost');
@define('CAL_EVENT_FORM_LEFT_AUTHOR', '<u>Autor</u>');
@define('CAL_EVENT_FORM_LEFT_TITLE', '<u>Krátký</u> nadpis');
@define('CAL_EVENT_FORM_LEFT_LINK', 'Webová stránka nebo email');
@define('CAL_EVENT_FORM_LEFT_DESC', '<u>Plný</u> popis');
@define('CAL_EVENT_FORM_LEFT_SINGLE', '<u>Začátek</u> - datum');
@define('CAL_EVENT_FORM_LEFT_MULTI', '<u>Konec</u> - datum');
@define('CAL_EVENT_FORM_LEFT_RECUR', 'Opakování');
@define('CAL_EVENT_FORM_LEFT_SPAM', 'Bezpečnost');
@define('CAL_EVENT_DB_ERROR_ONE', 'V databázové tabulce kalendáře akcí (eventcal) se vyskytla chyba:');
@define('CAL_EVENT_DB_ERROR_TWO', 'Nelze se spojit s databází!');
@define('CAL_EVENT_USER_LOGINFIRST', 'Pro pokračování procesu se musíte přihlásit pomocí platného účtu na blogu. Pokud ho máte, přihlašte se do administrační sekce blogu.');
@define('CAL_EVENT_USER_LOGINFIRST', 'Pro pokračování procesu se musíte přihlásit pomocí platného účtu na blogu. Pokud ho máte, přihlašte se do administrační sekce blogu.');
@define('CAL_EVENT_USER_VALIDATION', 'Uživatelské jméno nebo heslo není správné.');
@define('CAL_EVENT_USER_LOGGEDOFF', 'Vaše seance vypršela nebo jste se odhlásili. Pro administraci kalendáře akcí se musíte znovu přihlásit do blogu.');
@define('CAL_EVENT_USER_FREETABLE', 'Data starší než 1 měsíc byla úspěšně smazána a databázová tabulka přeskládána.');
@define('CAL_EVENT_USER_FREE_SURE', 'Opravdu chcete rekonstruovat databázovou tabulku kalendáře akcí?');
@define('CAL_EVENT_USER_NOPERMISSION', 'Nemáte dostatečná oprávnění k pokračování!');
@define('CAL_EVENT_CHGSELECTED_ARRAY', 'Pokud chcete změnit jeden příspěvek, odznačte prosím ostatní.');
@define('CAL_EVENT_CHECKBOXALERT', 'Zaškrtněte čtvereček u příspěvku, který chcete ohodnotit, změnit nebo smazat.');
@define('CAL_EVENT_TODAY', 'DNES');
@define('CAL_EVENT_DB_ERROR_ONE', 'V databázové tabulce kalendáře akcí (eventcal) se vyskytla chyba:');
@define('CAL_EVENT_DB_ERROR_TWO', 'Nelze se spojit s databází!');
@define('CAL_EVENT_USER_LOGINFIRST', 'Pro pokračování procesu se musíte přihlásit pomocí platného účtu na blogu. Pokud ho máte, přihlašte se do administrační sekce blogu.');
@define('CAL_EVENT_USER_LOGINFIRST', 'Pro pokračování procesu se musíte přihlásit pomocí platného účtu na blogu. Pokud ho máte, přihlašte se do administrační sekce blogu.');
@define('CAL_EVENT_USER_VALIDATION', 'Uživatelské jméno nebo heslo není správné.');
@define('CAL_EVENT_USER_LOGGEDOFF', 'Vaše seance vypršela nebo jste se odhlásili. Pro administraci kalendáře akcí se musíte znovu přihlásit do blogu.');
@define('CAL_EVENT_USER_FREETABLE', 'Data starší než 1 měsíc byla úspěšně smazána a databázová tabulka přeskládána.');
@define('CAL_EVENT_USER_FREE_SURE', 'Opravdu chcete rekonstruovat databázovou tabulku kalendáře akcí?');
@define('CAL_EVENT_USER_NOPERMISSION', 'Nemáte dostatečná oprávnění k pokračování!');
@define('CAL_EVENT_CHGSELECTED_ARRAY', 'Pokud chcete změnit jeden příspěvek, odznačte prosím ostatní.');
@define('CAL_EVENT_CHECKBOXALERT', 'Zaškrtněte čtvereček u příspěvku, který chcete ohodnotit, změnit nebo smazat.');
@define('CAL_EVENT_TODAY', 'DNES');
@define('PLUGIN_EVENTCAL_CAL', ' Vykreslit kalendář ');
@define('PLUGIN_EVENTCAL_ADD', ' Vykreslit add ');
@define('PLUGIN_EVENTCAL_APP', ' Vykreslit app ');
@define('PLUGIN_EVENTCAL_CAL', ' Vykreslit kalendář ');
@define('PLUGIN_EVENTCAL_ADD', ' Vykreslit add ');
@define('PLUGIN_EVENTCAL_APP', ' Vykreslit app ');
// Next lines were translated on 2009/11/29
@ -228,4 +228,5 @@
@define('PLUGIN_EVENTCAL_ADMIN_DBC_DELFILE_MSG', 'Soubor zálohy databázové tabulky <u>%s</u> úspěšně vymazán');
@define('PLUGIN_EVENTCAL_ADMIN_DBC_DOWNLOAD', 'Administrace - management');
@define('PLUGIN_EVENTCAL_ADMIN_DBC_DOWNLOAD_DESC', 'Stažení a vymazání záloh databázové tabulky kalendáře akcí');
@define('PLUGIN_EVENTCAL_ADMIN_DBC_DOWNLOAD_MSG', 'V adresáři "templates_c" není žádný adresář "eventcal".');
@define('PLUGIN_EVENTCAL_ADMIN_DBC_DOWNLOAD_MSG', 'V adresáři "templates_c" není žádný adresář "eventcal".');

View file

@ -1,11 +1,11 @@
<?php
# serendipity_event_cal.php, langfile(utf-8/de) v1.64 2011-02-05 ian
# serendipity_event_cal.php, langfile(utf-8/de) v1.65 2015-11-25 Ian
@define('PLUGIN_EVENTCAL_HEADLINE', 'Kopfzeile (optional)');
@define('PLUGIN_EVENTCAL_HEADLINE_BLAHBLAH', 'Was für eine Überschrift soll die Seite haben?');
@define('PLUGIN_EVENTCAL_TITLE', 'Event-Terminkalender (nur MySQL)');
@define('PLUGIN_EVENTCAL_TITLE_BLAHBLAH', 'Zeigt einen Terminkalender innerhalb des Blogs mit dem Blog-Design und allen Formatierungen an. Unterstützt Backend/Frontend Administration, vielfache Termine und iCal Export.');
@define('PLUGIN_EVENTCAL_TITLE', 'Event-Terminkalender');
@define('PLUGIN_EVENTCAL_TITLE_BLAHBLAH', 'Zeigt einen Terminkalender innerhalb des Blogs mit dem Blog-Design und allen Formatierungen an. Unterstützt Backend/Frontend Administration, vielfache Termine und iCal Export. (Nur MySQL)');
@define('PLUGIN_EVENTCAL_PERMALINK', 'Permalink');
@define('PLUGIN_EVENTCAL_PERMALINK_BLAHBLAH', 'Gibt den Permalink der statischen Seite an. Dieser muss eine absolute Pfadangabe vom HTTP-Root ab sein und die Dateiendung .htm oder .html besitzen!');
@define('PLUGIN_EVENTCAL_PAGETITLE', 'Seitentitel und URL');
@ -154,16 +154,16 @@
/* Backend main constants */
@define('PLUGIN_EVENTCAL_ADMIN_NAME', 'Event Kalender');
@define('PLUGIN_EVENTCAL_ADMIN_NAME_MENU', 'Event Kalender v.%s - Backend Administration Menu');
@define('PLUGIN_EVENTCAL_ADMIN_DBC', 'Event Kalender - Plugin Administration');
@define('PLUGIN_EVENTCAL_ADMIN_VIEW', 'Event Kalender - Termine ansehen');
@define('PLUGIN_EVENTCAL_ADMIN_DBC', 'Plugin Administration');
@define('PLUGIN_EVENTCAL_ADMIN_VIEW', 'Termine ansehen');
@define('PLUGIN_EVENTCAL_ADMIN_VIEW_DESC', 'Sortiert nach event type (tipo) single, multi, recur, weekly, yearly - aufsteigend.');
@define('PLUGIN_EVENTCAL_ADMIN_ORDERBY_DESC', 'Sortiert nach event type (timestamp) absteigend.');
@define('PLUGIN_EVENTCAL_ADMIN_APP', 'Event Kalender - Termine bestätigen');
@define('PLUGIN_EVENTCAL_ADMIN_APP', 'Termine bestätigen');
@define('PLUGIN_EVENTCAL_ADMIN_APP_DESC', 'Sortiert nach Datum des Eintrags [ jüngster oben ].');
@define('PLUGIN_EVENTCAL_ADMIN_ERASE', 'Event Kalender - Termine löschen');
@define('PLUGIN_EVENTCAL_ADMIN_LOG', 'Event Kalender - iCal Log');
@define('PLUGIN_EVENTCAL_ADMIN_LOG_ERROR', 'ACHTUNG: Beim Schreiben der iCal.log Datei trat ein Fehler auf. Bitte schauen sie ob Datei und Ordner beschreibbar sind.');
@define('PLUGIN_EVENTCAL_ADMIN_ADD', 'Event Kalender - Termine eintragen');
@define('PLUGIN_EVENTCAL_ADMIN_ADD', 'Termine eintragen');
@define('PLUGIN_EVENTCAL_ADMIN_NORESULT', 'Es liegen keine Termine %s vor!');
@define('PLUGIN_EVENTCAL_ADMIN_NORESULT_APP', 'zum Bestätigen');
@define('PLUGIN_EVENTCAL_ADMIN_NORESULT_DROP', 'zum Löschen');

View file

@ -1,214 +0,0 @@
<?php
# serendipity_event_cal.php, langfile(utf-8/en) v1.64 2011-02-05 ian
@define('PLUGIN_EVENTCAL_HEADLINE', 'Headline (optional)');
@define('PLUGIN_EVENTCAL_HEADLINE_BLAHBLAH', 'The headline of the page.');
@define('PLUGIN_EVENTCAL_TITLE', 'Event-Calendar (MySQL-only)');
@define('PLUGIN_EVENTCAL_TITLE_BLAHBLAH', 'Shows an event calendar inside your blogs with your normal blog design. It supports backend/frontend administration, multiple events and iCal export.');
@define('PLUGIN_EVENTCAL_PERMALINK', 'Permalink');
@define('PLUGIN_EVENTCAL_PERMALINK_BLAHBLAH', 'Defines a permalink for the URL. Needs the absolute HTTP path and needs to end with .htm or .html!');
@define('PLUGIN_EVENTCAL_PAGETITLE', 'Static Pagetitle & URL');
@define('PLUGIN_EVENTCAL_PAGETITLE_BLAHBLAH', 'Staticpage title of page. Attention: this also defines the URL of the page (index.php?serendipity[subpage]=name)');
@define('PLUGIN_EVENTCAL_ARTICLEFORMAT', 'Format as article?');
@define('PLUGIN_EVENTCAL_ARTICLEFORMAT_BLAHBLAH', 'if yes the output is automatically formatted as an article (just the main divs.) (default: yes)');
@define('PLUGIN_EVENTCAL_SHOWINTRO', 'Introductory Text (optional)');
@define('PLUGIN_EVENTCAL_SHOWINTRO_BLAHBLAH', 'Text to show in front of entries. (HTML allowed)');
@define('PLUGIN_EVENTCAL_SHOWCAPTCHA', 'Show Captchas?');
@define('PLUGIN_EVENTCAL_SHOWCAPTCHA_BLAHBLAH', 'Do you want to use CAPTCHAS (requires Spamblock plugin activated)');
@define('PLUGIN_EVENTCAL_SHOWICAL', 'Export iCal Feed?');
@define('PLUGIN_EVENTCAL_SHOWICAL_BLAHBLAH', 'If yes, you will allow iCal export as monthly and single events via buttons in frontend.');
@define('PLUGIN_EVENTCAL_ICAL_LOG', 'Log iCal exports?');
@define('PLUGIN_EVENTCAL_ICAL_LOG_BLAHBLAH', 'Defines if iCal export requests will be logged.');
@define('PLUGIN_EVENTCAL_ICAL_LOG_EMAIL', 'Admins email address');
@define('PLUGIN_EVENTCAL_ICAL_LOG_EMAIL_BLAHBLAH', 'Your email address, on which an iCal export requests will be sent. If empty, log is logged to file only.');
@define('PLUGIN_EVENTCAL_ICAL_ICSURL', 'Export iCal URL?');
@define('PLUGIN_EVENTCAL_ICAL_ICSURL_BLAH', 'Set, how the selected iCal file will be exported.');
@define('PLUGIN_EVENTCAL_ICAL_ICSURL_BLAHBLAH', 'As users download, users webcal-push, email (via frontend buttons to admin - address has to be set in next field or in \'personal settings\' alias john@example.com) or all 3 of them) or all 3 of them. In this case the users decides which one to choose.');
@define('PLUGIN_EVENTCAL_ICAL_ICSURL_INLIST_NO', 'no ics file');
@define('PLUGIN_EVENTCAL_ICAL_ICSURL_INLIST_DL', 'ics download');
@define('PLUGIN_EVENTCAL_ICAL_ICSURL_INLIST_WEBCAL', 'ics via webcal://');
@define('PLUGIN_EVENTCAL_ICAL_ICSURL_INLIST_MAIL', 'ics via mail');
@define('PLUGIN_EVENTCAL_ICAL_ICSURL_INLIST_USER', 'users decision');
@define('PLUGIN_EVENTCAL_ICAL_ICSURL_INLIST_EXPORT', 'to user');
@define('PLUGIN_EVENTCAL_ICAL_ICSURL_INLIST_INTERN', 'to admin');
@define('PLUGIN_EVENTCAL_NEXTPAGE', 'next page');
@define('PLUGIN_EVENTCAL_PREVPAGE', 'prev page');
@define('PLUGIN_EVENTCAL_TEXT_DELETE', 'delete');
@define('PLUGIN_EVENTCAL_TEXT_SAY', 'said');
@define('PLUGIN_EVENTCAL_TEXT_EMAIL', 'E-mail');
@define('PLUGIN_EVENTCAL_TEXT_NAME', 'Name');
@define('PLUGIN_EVENTCAL_TEXT_EACH', 'Each');
@define('PLUGIN_EVENTCAL_TEXT_TO', 'to');
@define('PLUGIN_EVENTCAL_TEXT_INTERVAL', 'Interval');
@define('PLUGIN_EVENTCAL_TEXT_BIWEEK', 'fortnightly');
@define('PLUGIN_EVENTCAL_TEXT_YEARLY', 'yearly');
@define('PLUGIN_EVENTCAL_TEXT_CW', 'CW-');
@define('PLUGIN_EVENTCAL_HALLO_ADMIN', 'Hello user: %s ( %s )<br />');
@define('PLUGIN_EVENTCAL_INSERT_DONE_BLAHBLAH', 'Thank your for your entry with ID %d.');
@define('PLUGIN_EVENTCAL_INSERT_DONE_EVALUATE', 'Before this event has been evaluated by the admin, you can find it in the section: "Unapproved event(s)".');
@define('PLUGIN_EVENTCAL_REJECT_DONE_BLAHBLAH', 'You have erased the entry ID %d successfully from database.');
@define('PLUGIN_EVENTCAL_APPROVE_DONE_BLAHBLAH', 'The entry ID %d has been successfully approved.');
@define('PLUGIN_EVENTCAL_SENDMAIL_BLAHBLAH', 'The iCal file has been sent successfully!');
@define('PLUGIN_EVENTCAL_SENDMAIL_ERROR', 'A problem occurred sending email!');
@define('CAL_EVENT_PLEASECORRECT', 'Please correct.');
@define('CAL_EVENT_SHORTTITLE', 'Please insert a short title for this event!');
@define('CAL_EVENT_EVENTDESC', 'Please insert a full description of the upcoming event!');
@define('CAL_EVENT_APPBY', 'You have to insert a authors token(sig) for event validation!');
@define('CAL_EVENT_START_DATE', 'Unvalid event begin!');
@define('CAL_EVENT_START_RECUR', 'The Startdate has to be the &raquo; <u>%s</u> &laquo; (day %s) of first occurrence!');
@define('CAL_EVENT_START_DATE_HISTORY', 'Unvalid event date! Setting history events is supported only to 31 days in the past!');
@define('CAL_EVENT_END_DATE', 'Unvalid event end!');
@define('CAL_EVENT_REAL_START_DATE', 'The event startdate has to be a valid day of given month (%s)!');
@define('CAL_EVENT_REAL_END_DATE', 'The event enddate has to be a valid day of given month (%s) and has to be in the future of startdate!');
@define('CAL_EVENT_REAL_MONTHLY_DATE', 'The recurring value for monthly events is not allowed to be "Weekly"!');
@define('CAL_EVENT_IDENTICAL_DATE', 'The event has an indentical start and end time!');
@define('CAL_EVENT_ORDER_DATE', 'Your inserted event sequence is not valid!');
@define('CAL_EVENT_WEEKLY_DATE', 'The correct value hast to be: "Weekly" and choosen "Weekday".');
@define('CAL_EVENT_FALSECAPTCHA', 'The CAPTCHAS of your entry did not match!');
@define('CAL_EVENT_FORM_DAY_FIRST', 'First');
@define('CAL_EVENT_FORM_DAY_SECOND', 'Second');
@define('CAL_EVENT_FORM_DAY_THIRD', 'Third');
@define('CAL_EVENT_FORM_DAY_FOURTH', 'Fourth');
@define('CAL_EVENT_FORM_DAY_LAST', 'Last');
@define('CAL_EVENT_FORM_DAY_SECONDLAST', 'Secondlast');
@define('CAL_EVENT_FORM_DAY_THIRDLAST', 'Thirdlast');
@define('CAL_EVENT_FORM_DAY_EACH', 'Weekly');
@define('CAL_EVENT_FORM_RIGHT_SHORTMAX', 'max. 16 characters!');
@define('CAL_EVENT_FORM_RIGHT_RECURSTRICT1', 'Attention:');
@define('CAL_EVENT_FORM_RIGHT_RECURSTRICT2', 'be strict to startday to all recurring events!');
@define('CAL_EVENT_FORM_RIGHT_URLDESC', 'Either as');
@define('CAL_EVENT_FORM_RIGHT_URL', 'http://www.domain.com');
@define('CAL_EVENT_FORM_RIGHT_MAIL', 'mailto:your@email.com');
@define('CAL_EVENT_FORM_RIGHT_OR', 'or');
@define('CAL_EVENT_FORM_RIGHT_DETAILDESC', 'Please <b>do not forget</b> to put the exact time of your event into this textfield or into the shorttitle eg. \'19:00 text\'.');
@define('CAL_EVENT_FORM_RIGHT_BBC', 'Use plain BBcode (strong, italic, unterline, strike).');
@define('CAL_EVENT_FORM_RIGHT_SINGLE', 'Only one day');
@define('CAL_EVENT_FORM_RIGHT_SINGLE_NOEND', 'no event end date needed');
@define('CAL_EVENT_FORM_RIGHT_MULTI', 'Multi-day event');
@define('CAL_EVENT_FORM_RIGHT_RECUR', 'Reoccurring');
@define('CAL_EVENT_FORM_RIGHT_RECUR_MONTH', 'each month');
@define('CAL_EVENT_FORM_RIGHT_RECUR_WEEK', 'each week');
@define('CAL_EVENT_FORM_RIGHT_RECUR_BIWEEK', 'each bi-week');
@define('CAL_EVENT_FORM_RIGHT_RECUR_YEAR', 'each year');
@define('CAL_EVENT_FORM_RIGHT_HELP_SINGLE', 'Single Event. No need of \'Enddate\' and any other indications!');
@define('CAL_EVENT_FORM_RIGHT_HELP_MULTI', 'Multi Event: View monthly. Needs \'Startdate\' and \'Enddate\'.');
@define('CAL_EVENT_FORM_RIGHT_HELP_WEEK', 'Weekly Event. Definitely needs: \'always on\', \'Weekly\' and \'Weekday\'. View each Calendarweek in month. Needs \'Startdate\' and \'Enddate\'.');
@define('CAL_EVENT_FORM_RIGHT_HELP_BIWEEK', 'Bi-Weekly Event. Definitely needs: \'always on\', \'Weekly\' and \'Weekday\'. View each 2nd Calendarweek in month. Needs \'Startdate\' and \'Enddate\'.');
@define('CAL_EVENT_FORM_RIGHT_HELP_MONTH', 'Monthly Event. Definitely needs: \'always on\', \'nDay\' and \'Weekday\'. View monthly. Needs \'Startdate\' and \'Enddate\'.');
@define('CAL_EVENT_FORM_RIGHT_HELP_YEAR', 'Yearly Single Event: View yearly from Startdate. No need of \'Enddate\' and any other indications!');
@define('CAL_EVENT_FORM_BUTTON_ADD_EVENT', 'Insert event');
@define('CAL_EVENT_FORM_BUTTON_APPROVE_EVENT', 'Unapproved event(s)');
@define('CAL_EVENT_FORM_BUTTON_CLOSE', 'Close form');
@define('CAL_EVENT_FORM_BUTTON_FREETABLE', 'clean old data (> 1 month) and rebuild data IDs');
@define('CAL_EVENT_FORM_BUTTON_LOGOFF', 'logoff');
@define('CAL_EVENT_FORM_BUTTON_MARK', 'mark all / unmark');
@define('CAL_EVENT_FORM_BUTTON_OPEN', 'Open form');
@define('CAL_EVENT_FORM_BUTTON_REJECT_SED', 'Erase approved single event entry');
@define('CAL_EVENT_FORM_BUTTON_EDIT_SED', 'Change approved single event entry');
@define('CAL_EVENT_FORM_BUTTON_SUBMIT', '&raquo; Send entry &laquo;');
@define('CAL_EVENT_FORM_BUTTON_TOAPPROVE', 'Event(s) pending');
@define('CAL_EVENT_FORM_BUTTON_HELP_ICALM', 'Events iCal download of current month inclusive all reccuring events in past and future.');
@define('CAL_EVENT_FORM_TITLE_DATE', 'date');
@define('CAL_EVENT_FORM_TITLE_TITLE', 'title');
@define('CAL_EVENT_FORM_TITLE_DESC', 'description');
@define('CAL_EVENT_FORM_TITLE_URL', 'url');
@define('CAL_EVENT_FORM_TITLE_OK', 'ok');
@define('CAL_EVENT_FORM_TITLE_EDIT', 'edit');
@define('CAL_EVENT_FORM_TITLE_DEL', 'erase');
@define('CAL_EVENT_FORM_LEFT_AUTHOR', '<u>Au</u>thor');
@define('CAL_EVENT_FORM_LEFT_TITLE', '<u>Short</u>title');
@define('CAL_EVENT_FORM_LEFT_LINK', 'homepage or email');
@define('CAL_EVENT_FORM_LEFT_DESC', '<u>Full</u> description');
@define('CAL_EVENT_FORM_LEFT_SINGLE', '<u>Start</u>date');
@define('CAL_EVENT_FORM_LEFT_MULTI', '<u>End</u>date');
@define('CAL_EVENT_FORM_LEFT_RECUR', 'always on');
@define('CAL_EVENT_FORM_LEFT_SPAM', 'Security');
@define('CAL_EVENT_DB_ERROR_ONE', 'DB error in eventcal table occurred:');
@define('CAL_EVENT_DB_ERROR_TWO', 'Database access not possible!');
@define('CAL_EVENT_USER_LOGINFIRST', 'For event administration you have to log in to blog administration before.');
@define('CAL_EVENT_USER_LOGINFIRST', 'For continuity of this process you have to be logged in with a valid blog user account. If you have, log in to the blog administration.');
@define('CAL_EVENT_USER_VALIDATION', 'Your username or password was incorrect.');
@define('CAL_EVENT_USER_LOGGEDOFF', 'You Session expired or you have logged-of your system. For event calendar administration you have to log-in to your blog again.');
@define('CAL_EVENT_USER_FREETABLE', 'You have successfully erased data older 1 month and rebuild the database table with %d remaining records.');
@define('CAL_EVENT_USER_FREE_SURE', 'Do you really want to erase old event datasets and rebuild the IDs of your event database table?<br />Be aware: this will have have negative effects to syndicated data of search engines or other services!');
@define('CAL_EVENT_USER_NOPERMISSION', 'You do not have the permission to continue!');
@define('CAL_EVENT_CHGSELECTED_ARRAY', 'You want to change one entry, please unmark the others.');
@define('CAL_EVENT_CHECKBOXALERT', 'Please check the checkbox of the entry you want to evaluate, change or erase.');
@define('CAL_EVENT_TODAY', 'TODAY');
@define('PLUGIN_EVENTCAL_CAL', ' Draw calendar ');
@define('PLUGIN_EVENTCAL_ADD', ' Draw add ');
@define('PLUGIN_EVENTCAL_APP', ' Draw app ');
/* Backend main constants */
@define('PLUGIN_EVENTCAL_ADMIN_NAME', 'Event calendar');
@define('PLUGIN_EVENTCAL_ADMIN_NAME_MENU', 'Event calendar v.%s - Backend Administration Menu');
@define('PLUGIN_EVENTCAL_ADMIN_DBC', 'Event calendar - Plugin Administration');
@define('PLUGIN_EVENTCAL_ADMIN_VIEW', 'Event calendar - View approved events');
@define('PLUGIN_EVENTCAL_ADMIN_VIEW_DESC', 'Grouped by event type (tipo) single, multi, recur, weekly, yearly - ascending.');
@define('PLUGIN_EVENTCAL_ADMIN_ORDERBY_DESC', 'Grouped by event type (timestamp) descending.');
@define('PLUGIN_EVENTCAL_ADMIN_APP', 'Event Kalender - View unapproved events');
@define('PLUGIN_EVENTCAL_ADMIN_APP_DESC', 'Group by Startdate [ youngest above ].');
@define('PLUGIN_EVENTCAL_ADMIN_ERASE', 'Event Kalender - Erase Events');
@define('PLUGIN_EVENTCAL_ADMIN_LOG', 'Event Kalender - iCal Log');
@define('PLUGIN_EVENTCAL_ADMIN_LOG_ERROR', 'ATTENTION: There was an error writing the iCal log file. Please have a look what went wrong (is writable path and file)!');
@define('PLUGIN_EVENTCAL_ADMIN_ADD', 'Event Kalender - Insert events');
@define('PLUGIN_EVENTCAL_ADMIN_NORESULT', 'There are no events pending %s!');
@define('PLUGIN_EVENTCAL_ADMIN_NORESULT_APP', 'to approve');
@define('PLUGIN_EVENTCAL_ADMIN_NORESULT_DROP', 'to erase');
@define('PLUGIN_EVENTCAL_ADMIN_NORESULT_FREE', 'to cleanup');
@define('PLUGIN_EVENTCAL_ADMIN_FREE_SURE', 'Do you really want to free up old events from eventcal database table?');
@define('PLUGIN_EVENTCAL_ADMIN_CLEAN_SURE', 'Do you really want to set new autoincrement values (id) to all data in eventcal database table?');
@define('PLUGIN_EVENTCAL_ADMIN_CLEAN_SURE_ADD', '<u>Attention:</u> This might have negative effects to cached data in searchengines or other services!');
@define('PLUGIN_EVENTCAL_ADMIN_DROP_SURE', 'Do you really want to erase the eventcal database table with all data completly? Please confirm here!');
@define('PLUGIN_EVENTCAL_ADMIN_DROP_OK', 'Your %s database table was successful erased!');
@define('PLUGIN_EVENTCAL_ADMIN_DUMP_SELF', 'Before continuing you should for sure make a mysql dump via PhpMyAdmin!');
@define('PLUGIN_EVENTCAL_ADMIN_ICAL_EMAILLINK', 'Download all approved events as an ics file via email to admins email address, if set in this plugins config! Be sure there is one!');
@define('PLUGIN_EVENTCAL_ADMIN_ICAL_DOWNLINK', 'Download all approved events as an ics file!');
/* backend database (dbc) administration constants */
@define('PLUGIN_EVENTCAL_ADMIN_DBC_TITLE', 'Please be careful using this admin panel.');
@define('PLUGIN_EVENTCAL_ADMIN_DBC_TITLE_DESC', 'Some links might be enhanced in future versions!');
@define('PLUGIN_EVENTCAL_ADMIN_DBC_DUMP', 'Administration - dump');
@define('PLUGIN_EVENTCAL_ADMIN_DBC_DUMP_DESC', 'backup your eventcal table from database');
@define('PLUGIN_EVENTCAL_ADMIN_DBC_DUMP_TITLE', 'Manage dump eventcal db values');
@define('PLUGIN_EVENTCAL_ADMIN_DBC_DUMP_DONE', 'Your eventcal database table has been backuped successfully!');
@define('PLUGIN_EVENTCAL_ADMIN_DBC_DUMP_MSG', "Since this is not trivial, please use admin tools like phpMyAdmin to dump the data!");
@define('PLUGIN_EVENTCAL_ADMIN_DBC_INSERT', 'Administration - insert');
@define('PLUGIN_EVENTCAL_ADMIN_DBC_INSERT_DESC', 'insert into eventcal table in database');
@define('PLUGIN_EVENTCAL_ADMIN_DBC_INSERT_TITLE', 'insert eventcal db values');
@define('PLUGIN_EVENTCAL_ADMIN_DBC_INSERT_MSG', 'Since this is not trivial, please use admin tools like phpMyAdmin to re-fill the database!');
@define('PLUGIN_EVENTCAL_ADMIN_DBC_ERASE', 'Administration - erase');
@define('PLUGIN_EVENTCAL_ADMIN_DBC_ERASE_DESC', 'remove your eventcal table from database ');
@define('PLUGIN_EVENTCAL_ADMIN_DBC_ERASE_TITLE', 'erase the eventcal database');
@define('PLUGIN_EVENTCAL_ADMIN_DBC_DELFILE_MSG', 'Database table sql file <u>%s</u> erased successfully');
@define('PLUGIN_EVENTCAL_ADMIN_DBC_DELOLD', 'Administration - clean');
@define('PLUGIN_EVENTCAL_ADMIN_DBC_DELOLD_DESC', 'remove events older 1 month from eventcal table in database');
@define('PLUGIN_EVENTCAL_ADMIN_DBC_DELOLD_TITLE', 'delete old data > 1 month in eventcal table');
@define('PLUGIN_EVENTCAL_ADMIN_DBC_DELOLD_MSG', 'You have removed %d old events older 30 days in past from eventcal database table.');
@define('PLUGIN_EVENTCAL_ADMIN_DBC_DOWNLOAD', 'Administration - management');
@define('PLUGIN_EVENTCAL_ADMIN_DBC_DOWNLOAD_DESC', 'Download and erase the eventcal database table dumps');
@define('PLUGIN_EVENTCAL_ADMIN_DBC_DOWNLOAD_MSG', 'There is no eventcal directory in templates_c.');
@define('PLUGIN_EVENTCAL_ADMIN_DBC_INCREMENT', 'Administration - increment');
@define('PLUGIN_EVENTCAL_ADMIN_DBC_INCREMENT_DESC', 'set new increment id\'s to events in eventcal table in database');
@define('PLUGIN_EVENTCAL_ADMIN_DBC_INCREMENT_TITLE', 'set new increment id\'s to eventcal table');
@define('PLUGIN_EVENTCAL_ADMIN_DBC_INCREMENT_MSG', 'You have restructured the eventcal database with %d remaining values.');
@define('PLUGIN_EVENTCAL_ADMIN_DBC_ICALALL', 'Administration - iCal');
@define('PLUGIN_EVENTCAL_ADMIN_DBC_ICALALL_DESC', 'send all events as iCal file to admin - via email if is set in config, else as download');
@define('PLUGIN_EVENTCAL_ADMIN_DBC_ICALALL_TITLE', 'send ical all via email or download to admin');
@define('PLUGIN_EVENTCAL_ADMIN_DBC_ILOG', 'Administration - iLog');
@define('PLUGIN_EVENTCAL_ADMIN_DBC_ILOG_DESC', 'view the iCal export iLog file, if is');
@define('PLUGIN_EVENTCAL_ADMIN_DBC_ILOG_TITLE', 'view the ical export log file');
@define('PLUGIN_EVENTCAL_ADMIN_DBC_ILOG_MSG', 'The ilog file does not exist!');
@define('PLUGIN_EVENTCAL_ADMIN_DBC_NIXDA_DESC', 'there is no eventcal table in database');
@define('PLUGIN_EVENTCAL_ADMIN_DBC_NIXDA_TITLE', 'Administration - error');

View file

@ -0,0 +1,295 @@
/* event_cal backend (inherit) styles for 2.0 plus */
#backend_eventcal_wrapper table, #backend_eventcal_wrapper tbody, #backend_eventcal_wrapper tr, #backend_eventcal_wrapper th, #backend_eventcal_wrapper td, #backend_eventcal_wrapper div, #backend_eventcal_wrapper span, #backend_eventcal_wrapper font {
font: normal 1em/1.5 Arial, Helvetica, sans-serif;
}
#backend_eventcal_wrapper {
margin: 1.5em 0px;
}
#backend_eventcal_wrapper div.backend_eventcal_dbclean_menu,
#backend_eventcal_wrapper table { font-size: 0.875em;}
.ec_dbclean { clear: right; }
#backend_eventcal_wrapper div.backend_eventcal_head h2 { font-size: 130%; }
.ec_inner_title h3 { font-size: 90%; }
#backend_eventcal_wrapper div.backend_eventcal_dbclean_title,
#backend_eventcal_wrapper div.eventcal_tpl_message { font-size: 0.875em; }
div.backend_eventcal_menu {
background: inherit;
border: 0 none;
padding: 0;
}
.backend_eventcal_menu h3 { margin-top: 1.5em; }
div.backend_eventcal_nav {
float: inherit;
background: inherit;
width: inherit;
margin: 0;
border: 0 none;
display: inline-table;
width: 100%;
}
.backend_eventcal_nav ul {
display: inline-block;
list-style: outside none none;
margin: 0px;
padding: 0px;
}
.backend_eventcal_nav ul li {
display: inline;
margin-right: 1em;
}
div.backend_eventcal_nav ul li#active {
border-bottom: 0 none;
background: inherit;
}
.backend_eventcal_nav ul li {
}
div.backend_eventcal_head {
background: inherit;
border: 0 none;
margin: 0;
padding: 0;
float: inherit;
}
.backend_eventcal_head ul {
float: right;
list-style: outside none none;
display: inline-flex;
font: inherit;
font-family: Helvetica,Arial,sans-serif;
margin-top: -3em;
}
.backend_eventcal_head a { text-decoration:none; }
.backend_eventcal_head span.headnote { font-style: italic; }
.backend_eventcal_head::after { clear:both; }
div.backend_eventcal_paginator {
margin-top: 0px;
height: 0;
display: inline-table;
width: 100%;
margin-top: 1.5em;
margin-bottom: 1.5em;
}
table.eventcal_appform {
border-collapse: collapse;
border-spacing: 0;
}
br {
display: none;
visibility: hidden;
}
.backend_eventcal_linenum br,
.backend_eventcal_linetxt br,
.eventcal_appldesc br,
.eventcal_tpl_message_inner br {
display: inherit;
visibility: inherit;
}
td.backend_eventcal_linenum,
td.backend_eventcal_linetxt code span {
vertical-align: bottom;
line-height: 1.8 !important;
}
div.backend_eventcal_dbclean_title {
margin: 0;
}
div.backend_eventcal_dbclean_menu {
background: transparent;
border: 0;
display: block;
margin: 0;
}
div.backend_eventcal_dbclean_menu ul li#active {
width: 98%;
padding: 0;
margin: 0;
border-radius: 3px;
box-shadow: 0 1px 2px rgba(0,0,0,0.2);
background: transparent; /* Old browsers */
background: -moz-linear-gradient(top, #FFF 0%, #DAD7D5 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#FFF), color-stop(100%,#DAD7D5)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #FFF 0%,#DAD7D5 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #FFF 0%,#DAD7D5 100%); /* Opera11.10+ */
background: -ms-linear-gradient(top, #FFF 0%,#DAD7D5 100%); /* IE10+ */
background: linear-gradient(top, #FFF 0%,#DAD7D5 100%); /* W3C */
display: inline-block;
}
.eventcal_tpl_message {
padding: .5em;
margin-bottom: .5em;
}
.eventcal_tpl_message_inner {
border: 0 none;
background-color: inherit;
color: inherit;
padding: 0;
}
#backend_eventcal_wrapper input.bbc_i,
#backend_eventcal_wrapper input.bbc_b,
#backend_eventcal_wrapper input.bbc_u,
#backend_eventcal_wrapper input.bbc_s {
margin: 0;
padding: 3px 10px;
font-style: inherit;
font-size: inherit;
}
#backend_eventcal_wrapper input.info {
clear: both;
font-style: inherit;
font-size: inherit;
height: inherit;
width: inherit;
vertical-align: inherit;
}
abbr[title] {
padding: 0px .5em;
border-bottom: 0 none;
}
.eventcal_appldesc abbr:before {
content: "?";
background-color: transparent;
padding: 0.1em 0.2em;
-webkit-box-shadow: 0 0 2px 1px rgba(41, 69, 100, 0.5);
-moz-box-shadow: 0 0 2px 1px rgba(41, 69, 100, 0.5);
-o-box-shadow: 0 0 2px 1px rgba(41, 69, 100, 0.5);
box-shadow: 0 0 2px 1px rgba(41, 69, 100, 0.5);
outline: 0 none;
}
#backend_eventcal_wrapper .eventformdesc abbr[title] {
border-bottom: 0 none;
font-size: 1.2em;
vertical-align: top;
}
td.eventformdesc {
font: inherit;
text-align: left;
padding-left: .5em;
}
td.eventcal_appform_validation {
padding: 0.75em 0px 0.75em 0.5em;
white-space: inherit;
}
.eventcal_appform_validation:nth-last-child(-n+3) {
width: 4em;
}
input.eventcal_appform_move, img.eventcal_appform_move {
margin-right: 1em;
}
.eventcal_tpl_message_inner a.input_button {
color: #FAFAFA;
text-shadow: 0px 1px 1px #050505;
display: inline-block;
border-radius: 4px;
background-clip: padding-box;
border: 1px solid;
line-height: normal;
outline: 0px none;
padding: 3px 10px;
text-decoration: none;
width: auto;
font-weight: 600;
box-shadow: 1px 2px 3px #777;
}
#backend_eventcal_wrapper .backend_eventcal_dbclean_innertitle {
text-decoration: underline;
margin-bottom: 0;
font-size: .75em;
}
#backend_eventcal_wrapper .backend_eventcal_dbclean_object {
width: 40em;
max-width: 58em;
max-height: 16em;
overflow: auto;
background-color: #F0F8FF;
border: 1px dashed;
padding: .3em;
}
table.ec_export {
border-collapse: inherit;
border-spacing: inherit;
}
.eventformlink sub {
bottom: 0;
}
#eventcalEntry .eventformdesc sup {
top: 0;
}
td.eventformdesc input {
background-color: inherit;
}
td.eventformdesc input[type="text"] {
background-color: #fff;
margin-right: .5em;
}
td.eventformdesc input[type="radio"] {
background-color: transparent;
vertical-align: super;
margin-right: .2em;
}
.serendipity_entry table {
border: 0 none;
}
table.eventborder {
margin: 0;
padding: 0;
border: 0 none;
background: transparent !important;
width: 100%;
}
#eventcalEntry table.eventcal_form {
background: #CBCBCB;
margin: 0;
padding: 0.5em;
}
#backend_eventcal_wrapper .eventborder table {
margin: -1.5em 0px 1.5em;
}
#backend_eventcal_wrapper .eventborder form table {
margin: -1.5em 0px 1.5em;
}
.eventcal_tpl_error {
border: 0 none;
background-color: inherit;
color: inherit;
font-weight: 600;
padding: 0;
margin-bottom: 1.5em;
}
.eventcal_tpl_message {
margin-bottom: 1.5em;
}
.eventcal_tpl_error_inner {
background: #f2dede;
border: 1px solid #e4b9b9;
color: #b94a48;
margin-top: 1.5em;
}
.serendipity_msg_notice {
background: #fcf8e3;
border: 1px solid #fbeed5;
color: #c09853;
}
.serendipity_msg_hint {
background: #eee;
border: 1px solid #aaa;
color: #777;
}

View file

@ -13,116 +13,116 @@
* @revisionDate 2011/03/05
*/
@define('PLUGIN_EVENTCAL_HEADLINE', 'Nadpis');
@define('PLUGIN_EVENTCAL_HEADLINE_BLAHBLAH', 'Nadpis stránky');
@define('PLUGIN_EVENTCAL_TITLE', 'Kalendáø akcí');
@define('PLUGIN_EVENTCAL_TITLE_BLAHBLAH', 'Zobrazuje kalendáø akcí jako samostatnou stránku v blogu. Design stránky zùstává stejný jako u zbytku blogu.');
@define('PLUGIN_EVENTCAL_PERMALINK', 'Stálý odkaz');
@define('PLUGIN_EVENTCAL_PERMALINK_BLAHBLAH', 'Zadejte stálý odkaz, stálou URL adresu stránky s kalendáøem akcí. Musí být absolutní HTTP cesta a musí konèit .htm nebo .html!');
@define('PLUGIN_EVENTCAL_PAGETITLE', 'Název statické stránky & její URL');
@define('PLUGIN_EVENTCAL_PAGETITLE_BLAHBLAH', 'Název statické stránky. Pozor: název také definuje URL adresu této stránky (index.php?serendipity[subpage]=zde_zadany_nazev)');
@define('PLUGIN_EVENTCAL_ARTICLEFORMAT', 'Formátovat jako pøíspìvek?');
@define('PLUGIN_EVENTCAL_ARTICLEFORMAT_BLAHBLAH', 'Pokud zadáte "ano", stránka bude automaticky zformátována stejnì jako bìžné pøíspìvky. (Výchozí: ano)');
@define('PLUGIN_EVENTCAL_SHOWCAPTCHA', 'Zobrazovat kryptogramy?');
@define('PLUGIN_EVENTCAL_SHOWCAPTCHA_BLAHBLAH', 'Mají se používat kryptogramy (captchas - vyžaduje nainstalovaný a aktivovaný plugin Spamblock)');
@define('PLUGIN_EVENTCAL_NEXTPAGE', 'další strana');
@define('PLUGIN_EVENTCAL_PREVPAGE', 'pøedchozí strana');
@define('PLUGIN_EVENTCAL_TEXT_DELETE', 'smazat');
@define('PLUGIN_EVENTCAL_TEXT_SAY', 'øekl');
@define('PLUGIN_EVENTCAL_TEXT_EMAIL', 'Email');
@define('PLUGIN_EVENTCAL_TEXT_NAME', 'Jméno');
@define('PLUGIN_EVENTCAL_TEXT_EACH', 'Každý');
@define('PLUGIN_EVENTCAL_TEXT_TO', 'pro');
@define('PLUGIN_EVENTCAL_TEXT_CW', 'CW-');
@define('PLUGIN_EVENTCAL_HEADLINE', 'Nadpis');
@define('PLUGIN_EVENTCAL_HEADLINE_BLAHBLAH', 'Nadpis stránky');
@define('PLUGIN_EVENTCAL_TITLE', 'Kalendáø akcí');
@define('PLUGIN_EVENTCAL_TITLE_BLAHBLAH', 'Zobrazuje kalendáø akcí jako samostatnou stránku v blogu. Design stránky zùstává stejný jako u zbytku blogu. (MySQL only)');
@define('PLUGIN_EVENTCAL_PERMALINK', 'Stálý odkaz');
@define('PLUGIN_EVENTCAL_PERMALINK_BLAHBLAH', 'Zadejte stálý odkaz, stálou URL adresu stránky s kalendáøem akcí. Musí být absolutní HTTP cesta a musí konèit .htm nebo .html!');
@define('PLUGIN_EVENTCAL_PAGETITLE', 'Název statické stránky & její URL');
@define('PLUGIN_EVENTCAL_PAGETITLE_BLAHBLAH', 'Název statické stránky. Pozor: název také definuje URL adresu této stránky (index.php?serendipity[subpage]=zde_zadany_nazev)');
@define('PLUGIN_EVENTCAL_ARTICLEFORMAT', 'Formátovat jako pøíspìvek?');
@define('PLUGIN_EVENTCAL_ARTICLEFORMAT_BLAHBLAH', 'Pokud zadáte "ano", stránka bude automaticky zformátována stejnì jako bìžné pøíspìvky. (Výchozí: ano)');
@define('PLUGIN_EVENTCAL_SHOWCAPTCHA', 'Zobrazovat kryptogramy?');
@define('PLUGIN_EVENTCAL_SHOWCAPTCHA_BLAHBLAH', 'Mají se používat kryptogramy (captchas - vyžaduje nainstalovaný a aktivovaný plugin Spamblock)');
@define('PLUGIN_EVENTCAL_NEXTPAGE', 'další strana');
@define('PLUGIN_EVENTCAL_PREVPAGE', 'pøedchozí strana');
@define('PLUGIN_EVENTCAL_TEXT_DELETE', 'smazat');
@define('PLUGIN_EVENTCAL_TEXT_SAY', 'øekl');
@define('PLUGIN_EVENTCAL_TEXT_EMAIL', 'Email');
@define('PLUGIN_EVENTCAL_TEXT_NAME', 'Jméno');
@define('PLUGIN_EVENTCAL_TEXT_EACH', 'Každý');
@define('PLUGIN_EVENTCAL_TEXT_TO', 'pro');
@define('PLUGIN_EVENTCAL_TEXT_CW', 'CW-');
@define('PLUGIN_EVENTCAL_HALLO_ADMIN', 'Dobrý den uživateli: %s ( %s )<br />');
@define('PLUGIN_EVENTCAL_INSERT_DONE_BLAHBLAH', 'Díky za Váš pøíspìvek èíslo ID = %d.');
@define('PLUGIN_EVENTCAL_INSERT_DONE_EVALUATE', 'Pøedtím než Váš pøíspìvek schválí administrátor, naleznete jej v èásti: "Neschválené akce".');
@define('PLUGIN_EVENTCAL_REJECT_DONE_BLAHBLAH', 'Úpìšnì jste vymazali pøíspìvek èíslo ID = %s z databáze.');
@define('PLUGIN_EVENTCAL_APPROVE_DONE_BLAHBLAH', 'Pøíspìvek èíslo ID = %d byl úspìšnì schválen.');
@define('PLUGIN_EVENTCAL_HALLO_ADMIN', 'Dobrý den uživateli: %s ( %s )<br />');
@define('PLUGIN_EVENTCAL_INSERT_DONE_BLAHBLAH', 'Díky za Váš pøíspìvek èíslo ID = %d.');
@define('PLUGIN_EVENTCAL_INSERT_DONE_EVALUATE', 'Pøedtím než Váš pøíspìvek schválí administrátor, naleznete jej v èásti: "Neschválené akce".');
@define('PLUGIN_EVENTCAL_REJECT_DONE_BLAHBLAH', 'Úpìšnì jste vymazali pøíspìvek èíslo ID = %s z databáze.');
@define('PLUGIN_EVENTCAL_APPROVE_DONE_BLAHBLAH', 'Pøíspìvek èíslo ID = %d byl úspìšnì schválen.');
@define('CAL_EVENT_PLEASECORRECT', 'Opravte prosím.');
@define('CAL_EVENT_SHORTTITLE', 'Vložte prosím krátký název pro tuto akci!');
@define('CAL_EVENT_EVENTDESC', 'Zadejte prosím plný popis akce!');
@define('CAL_EVENT_APPBY', 'Musíte zadat token autora (sig) pro potvrzení akce!');
@define('CAL_EVENT_START_DATE', 'Nesprávný zaèátek akce!');
@define('CAL_EVENT_START_DATE_HISTORY', 'Nesprávné datum akce! Zadávání probìhlých akcí je podporováno pouze na uplynulých 31 dní!');
@define('CAL_EVENT_END_DATE', 'Nesprávný konec akce!');
@define('CAL_EVENT_REAL_START_DATE', 'Datum zaèátku akce musí být platný den daného mìsíce (%s)!');
@define('CAL_EVENT_REAL_END_DATE', 'Datum konce akce musí být platný den daného mìsíce (%s) a musí být za datem zaèátku!');
@define('CAL_EVENT_REAL_MONTHLY_DATE', 'Hodnota opakování pro mìsíèní akce nemùže být "Týdnì"!');
@define('CAL_EVENT_IDENTICAL_DATE', 'Akce má stejné datum zaèátku a konce!');
@define('CAL_EVENT_ORDER_DATE', 'Zadaná sekvence akce není platná!');
@define('CAL_EVENT_WEEKLY_DATE', 'Správná hodnota má být: "Týdnì" a vybraný "Den v týdnu".');
@define('CAL_EVENT_PLEASECORRECT', 'Opravte prosím.');
@define('CAL_EVENT_SHORTTITLE', 'Vložte prosím krátký název pro tuto akci!');
@define('CAL_EVENT_EVENTDESC', 'Zadejte prosím plný popis akce!');
@define('CAL_EVENT_APPBY', 'Musíte zadat token autora (sig) pro potvrzení akce!');
@define('CAL_EVENT_START_DATE', 'Nesprávný zaèátek akce!');
@define('CAL_EVENT_START_DATE_HISTORY', 'Nesprávné datum akce! Zadávání probìhlých akcí je podporováno pouze na uplynulých 31 dní!');
@define('CAL_EVENT_END_DATE', 'Nesprávný konec akce!');
@define('CAL_EVENT_REAL_START_DATE', 'Datum zaèátku akce musí být platný den daného mìsíce (%s)!');
@define('CAL_EVENT_REAL_END_DATE', 'Datum konce akce musí být platný den daného mìsíce (%s) a musí být za datem zaèátku!');
@define('CAL_EVENT_REAL_MONTHLY_DATE', 'Hodnota opakování pro mìsíèní akce nemùže být "Týdnì"!');
@define('CAL_EVENT_IDENTICAL_DATE', 'Akce má stejné datum zaèátku a konce!');
@define('CAL_EVENT_ORDER_DATE', 'Zadaná sekvence akce není platná!');
@define('CAL_EVENT_WEEKLY_DATE', 'Správná hodnota má být: "Týdnì" a vybraný "Den v týdnu".');
@define('CAL_EVENT_FORM_DAY_FIRST', 'První');
@define('CAL_EVENT_FORM_DAY_SECOND', 'Druhý');
@define('CAL_EVENT_FORM_DAY_THIRD', 'Tøetí');
@define('CAL_EVENT_FORM_DAY_FOURTH', 'Ètvrtý');
@define('CAL_EVENT_FORM_DAY_LAST', 'Poslední');
@define('CAL_EVENT_FORM_DAY_SECONDLAST', 'Pøedposlední');
@define('CAL_EVENT_FORM_DAY_THIRDLAST', 'Pøed-pøedposlední');
@define('CAL_EVENT_FORM_DAY_EACH', 'Týdnì');
@define('CAL_EVENT_FORM_DAY_FIRST', 'První');
@define('CAL_EVENT_FORM_DAY_SECOND', 'Druhý');
@define('CAL_EVENT_FORM_DAY_THIRD', 'Tøetí');
@define('CAL_EVENT_FORM_DAY_FOURTH', 'Ètvrtý');
@define('CAL_EVENT_FORM_DAY_LAST', 'Poslední');
@define('CAL_EVENT_FORM_DAY_SECONDLAST', 'Pøedposlední');
@define('CAL_EVENT_FORM_DAY_THIRDLAST', 'Pøed-pøedposlední');
@define('CAL_EVENT_FORM_DAY_EACH', 'Týdnì');
@define('CAL_EVENT_FORM_RIGHT_SHORTMAX', 'max. 16 znakù!');
@define('CAL_EVENT_FORM_RIGHT_URLDESC', 'Buï ');
@define('CAL_EVENT_FORM_RIGHT_URL', 'http://www.domena.cz');
@define('CAL_EVENT_FORM_RIGHT_MAIL', 'mailto:vas@email.cz');
@define('CAL_EVENT_FORM_RIGHT_OR', 'nebo');
@define('CAL_EVENT_FORM_RIGHT_DETAILDESC', '<b>Nezapomìòte</b>, prosím, zadat do tohoto pole pøesný èas akce.');
@define('CAL_EVENT_FORM_RIGHT_BBC', 'Použít BBcode (tuèné, kurzíva, podtržení, pøeškrtnutí).');
@define('CAL_EVENT_FORM_RIGHT_SINGLE', 'Pouze jeden den');
@define('CAL_EVENT_FORM_RIGHT_SINGLE_NOEND', 'není tøeba zadávat datum konce');
@define('CAL_EVENT_FORM_RIGHT_MULTI', 'Vícedenní akce');
@define('CAL_EVENT_FORM_RIGHT_RECUR', 'Opakování');
@define('CAL_EVENT_FORM_RIGHT_RECUR_MONTH', 'každý mìsíc');
@define('CAL_EVENT_FORM_RIGHT_RECUR_WEEK', 'každý týden');
@define('CAL_EVENT_FORM_RIGHT_SHORTMAX', 'max. 16 znakù!');
@define('CAL_EVENT_FORM_RIGHT_URLDESC', 'Buï ');
@define('CAL_EVENT_FORM_RIGHT_URL', 'http://www.domena.cz');
@define('CAL_EVENT_FORM_RIGHT_MAIL', 'mailto:vas@email.cz');
@define('CAL_EVENT_FORM_RIGHT_OR', 'nebo');
@define('CAL_EVENT_FORM_RIGHT_DETAILDESC', '<b>Nezapomìòte</b>, prosím, zadat do tohoto pole pøesný èas akce.');
@define('CAL_EVENT_FORM_RIGHT_BBC', 'Použít BBcode (tuèné, kurzíva, podtržení, pøeškrtnutí).');
@define('CAL_EVENT_FORM_RIGHT_SINGLE', 'Pouze jeden den');
@define('CAL_EVENT_FORM_RIGHT_SINGLE_NOEND', 'není tøeba zadávat datum konce');
@define('CAL_EVENT_FORM_RIGHT_MULTI', 'Vícedenní akce');
@define('CAL_EVENT_FORM_RIGHT_RECUR', 'Opakování');
@define('CAL_EVENT_FORM_RIGHT_RECUR_MONTH', 'každý mìsíc');
@define('CAL_EVENT_FORM_RIGHT_RECUR_WEEK', 'každý týden');
@define('CAL_EVENT_FORM_BUTTON_ADD_EVENT', 'Vložte akci');
@define('CAL_EVENT_FORM_BUTTON_APPROVE_EVENT', 'Neschválené akce');
@define('CAL_EVENT_FORM_BUTTON_CLOSE', 'Zavøít formuláø');
@define('CAL_EVENT_FORM_BUTTON_FREETABLE', 'vyèistit stará data (starší než 1 mìsíc) a pøeskládat tabulku');
@define('CAL_EVENT_FORM_BUTTON_LOGOFF', 'odhlásit');
@define('CAL_EVENT_FORM_BUTTON_MARK', 'oznaèit/odznaèit všechny');
@define('CAL_EVENT_FORM_BUTTON_OPEN', 'Otevøít formuláø');
@define('CAL_EVENT_FORM_BUTTON_REJECT_SED', 'Vymazat pøíspìvek schválené akce');
@define('CAL_EVENT_FORM_BUTTON_EDIT_SED', 'Zmìnit pøíspìvek schválené akce');
@define('CAL_EVENT_FORM_BUTTON_SUBMIT', '&raquo; Poslat pøíspìvek &laquo;');
@define('CAL_EVENT_FORM_BUTTON_TOAPPROVE', 'akce/akcí');
@define('CAL_EVENT_FORM_BUTTON_ADD_EVENT', 'Vložte akci');
@define('CAL_EVENT_FORM_BUTTON_APPROVE_EVENT', 'Neschválené akce');
@define('CAL_EVENT_FORM_BUTTON_CLOSE', 'Zavøít formuláø');
@define('CAL_EVENT_FORM_BUTTON_FREETABLE', 'vyèistit stará data (starší než 1 mìsíc) a pøeskládat tabulku');
@define('CAL_EVENT_FORM_BUTTON_LOGOFF', 'odhlásit');
@define('CAL_EVENT_FORM_BUTTON_MARK', 'oznaèit/odznaèit všechny');
@define('CAL_EVENT_FORM_BUTTON_OPEN', 'Otevøít formuláø');
@define('CAL_EVENT_FORM_BUTTON_REJECT_SED', 'Vymazat pøíspìvek schválené akce');
@define('CAL_EVENT_FORM_BUTTON_EDIT_SED', 'Zmìnit pøíspìvek schválené akce');
@define('CAL_EVENT_FORM_BUTTON_SUBMIT', '&raquo; Poslat pøíspìvek &laquo;');
@define('CAL_EVENT_FORM_BUTTON_TOAPPROVE', 'akce/akcí');
@define('CAL_EVENT_FORM_TITLE_DATE', 'datum');
@define('CAL_EVENT_FORM_TITLE_TITLE', 'nadpis');
@define('CAL_EVENT_FORM_TITLE_DESC', 'popis');
@define('CAL_EVENT_FORM_TITLE_URL', 'url');
@define('CAL_EVENT_FORM_TITLE_OK', 'ok');
@define('CAL_EVENT_FORM_TITLE_EDIT', 'upravit');
@define('CAL_EVENT_FORM_TITLE_DEL', 'smazat');
@define('CAL_EVENT_FORM_TITLE_DATE', 'datum');
@define('CAL_EVENT_FORM_TITLE_TITLE', 'nadpis');
@define('CAL_EVENT_FORM_TITLE_DESC', 'popis');
@define('CAL_EVENT_FORM_TITLE_URL', 'url');
@define('CAL_EVENT_FORM_TITLE_OK', 'ok');
@define('CAL_EVENT_FORM_TITLE_EDIT', 'upravit');
@define('CAL_EVENT_FORM_TITLE_DEL', 'smazat');
@define('CAL_EVENT_FORM_LEFT_AUTHOR', '<u>Autor</u>');
@define('CAL_EVENT_FORM_LEFT_TITLE', '<u>Krátký</u> nadpis');
@define('CAL_EVENT_FORM_LEFT_LINK', 'Webová stránka nebo email');
@define('CAL_EVENT_FORM_LEFT_DESC', '<u>Plný</u> popis');
@define('CAL_EVENT_FORM_LEFT_SINGLE', '<u>Zaèátek</u> - datum');
@define('CAL_EVENT_FORM_LEFT_MULTI', '<u>Konec</u> - datum');
@define('CAL_EVENT_FORM_LEFT_RECUR', 'Opakování');
@define('CAL_EVENT_FORM_LEFT_SPAM', 'Bezpeènost');
@define('CAL_EVENT_FORM_LEFT_AUTHOR', '<u>Autor</u>');
@define('CAL_EVENT_FORM_LEFT_TITLE', '<u>Krátký</u> nadpis');
@define('CAL_EVENT_FORM_LEFT_LINK', 'Webová stránka nebo email');
@define('CAL_EVENT_FORM_LEFT_DESC', '<u>Plný</u> popis');
@define('CAL_EVENT_FORM_LEFT_SINGLE', '<u>Zaèátek</u> - datum');
@define('CAL_EVENT_FORM_LEFT_MULTI', '<u>Konec</u> - datum');
@define('CAL_EVENT_FORM_LEFT_RECUR', 'Opakování');
@define('CAL_EVENT_FORM_LEFT_SPAM', 'Bezpeènost');
@define('CAL_EVENT_DB_ERROR_ONE', 'V databázové tabulce kalendáøe akcí (eventcal) se vyskytla chyba:');
@define('CAL_EVENT_DB_ERROR_TWO', 'Nelze se spojit s databází!');
@define('CAL_EVENT_USER_LOGINFIRST', 'Pro pokraèování procesu se musíte pøihlásit pomocí platného úètu na blogu. Pokud ho máte, pøihlašte se do administraèní sekce blogu.');
@define('CAL_EVENT_USER_LOGINFIRST', 'Pro pokraèování procesu se musíte pøihlásit pomocí platného úètu na blogu. Pokud ho máte, pøihlašte se do administraèní sekce blogu.');
@define('CAL_EVENT_USER_VALIDATION', 'Uživatelské jméno nebo heslo není správné.');
@define('CAL_EVENT_USER_LOGGEDOFF', 'Vaše seance vypršela nebo jste se odhlásili. Pro administraci kalendáøe akcí se musíte znovu pøihlásit do blogu.');
@define('CAL_EVENT_USER_FREETABLE', 'Data starší než 1 mìsíc byla úspìšnì smazána a databázová tabulka pøeskládána.');
@define('CAL_EVENT_USER_FREE_SURE', 'Opravdu chcete rekonstruovat databázovou tabulku kalendáøe akcí?');
@define('CAL_EVENT_USER_NOPERMISSION', 'Nemáte dostateèná oprávnìní k pokraèování!');
@define('CAL_EVENT_CHGSELECTED_ARRAY', 'Pokud chcete zmìnit jeden pøíspìvek, odznaète prosím ostatní.');
@define('CAL_EVENT_CHECKBOXALERT', 'Zaškrtnìte ètvereèek u pøíspìvku, který chcete ohodnotit, zmìnit nebo smazat.');
@define('CAL_EVENT_TODAY', 'DNES');
@define('CAL_EVENT_DB_ERROR_ONE', 'V databázové tabulce kalendáøe akcí (eventcal) se vyskytla chyba:');
@define('CAL_EVENT_DB_ERROR_TWO', 'Nelze se spojit s databází!');
@define('CAL_EVENT_USER_LOGINFIRST', 'Pro pokraèování procesu se musíte pøihlásit pomocí platného úètu na blogu. Pokud ho máte, pøihlašte se do administraèní sekce blogu.');
@define('CAL_EVENT_USER_LOGINFIRST', 'Pro pokraèování procesu se musíte pøihlásit pomocí platného úètu na blogu. Pokud ho máte, pøihlašte se do administraèní sekce blogu.');
@define('CAL_EVENT_USER_VALIDATION', 'Uživatelské jméno nebo heslo není správné.');
@define('CAL_EVENT_USER_LOGGEDOFF', 'Vaše seance vypršela nebo jste se odhlásili. Pro administraci kalendáøe akcí se musíte znovu pøihlásit do blogu.');
@define('CAL_EVENT_USER_FREETABLE', 'Data starší než 1 mìsíc byla úspìšnì smazána a databázová tabulka pøeskládána.');
@define('CAL_EVENT_USER_FREE_SURE', 'Opravdu chcete rekonstruovat databázovou tabulku kalendáøe akcí?');
@define('CAL_EVENT_USER_NOPERMISSION', 'Nemáte dostateèná oprávnìní k pokraèování!');
@define('CAL_EVENT_CHGSELECTED_ARRAY', 'Pokud chcete zmìnit jeden pøíspìvek, odznaète prosím ostatní.');
@define('CAL_EVENT_CHECKBOXALERT', 'Zaškrtnìte ètvereèek u pøíspìvku, který chcete ohodnotit, zmìnit nebo smazat.');
@define('CAL_EVENT_TODAY', 'DNES');
@define('PLUGIN_EVENTCAL_CAL', ' Vykreslit kalendáø ');
@define('PLUGIN_EVENTCAL_ADD', ' Vykreslit add ');
@define('PLUGIN_EVENTCAL_APP', ' Vykreslit app ');
@define('PLUGIN_EVENTCAL_CAL', ' Vykreslit kalendáø ');
@define('PLUGIN_EVENTCAL_ADD', ' Vykreslit add ');
@define('PLUGIN_EVENTCAL_APP', ' Vykreslit app ');
// Next lines were translated on 2009/11/29
@ -228,4 +228,5 @@
@define('PLUGIN_EVENTCAL_ADMIN_DBC_DELFILE_MSG', 'Soubor zálohy databázové tabulky <u>%s</u> úspìšnì vymazán');
@define('PLUGIN_EVENTCAL_ADMIN_DBC_DOWNLOAD', 'Administrace - management');
@define('PLUGIN_EVENTCAL_ADMIN_DBC_DOWNLOAD_DESC', 'Stažení a vymazání záloh databázové tabulky kalendáøe akcí');
@define('PLUGIN_EVENTCAL_ADMIN_DBC_DOWNLOAD_MSG', 'V adresáøi "templates_c" není žádný adresáø "eventcal".');
@define('PLUGIN_EVENTCAL_ADMIN_DBC_DOWNLOAD_MSG', 'V adresáøi "templates_c" není žádný adresáø "eventcal".');

View file

@ -13,116 +13,116 @@
* @revisionDate 2011/03/05
*/
@define('PLUGIN_EVENTCAL_HEADLINE', 'Nadpis');
@define('PLUGIN_EVENTCAL_HEADLINE_BLAHBLAH', 'Nadpis stránky');
@define('PLUGIN_EVENTCAL_TITLE', 'Kalendáø akcí');
@define('PLUGIN_EVENTCAL_TITLE_BLAHBLAH', 'Zobrazuje kalendáø akcí jako samostatnou stránku v blogu. Design stránky zùstává stejný jako u zbytku blogu.');
@define('PLUGIN_EVENTCAL_PERMALINK', 'Stálý odkaz');
@define('PLUGIN_EVENTCAL_PERMALINK_BLAHBLAH', 'Zadejte stálý odkaz, stálou URL adresu stránky s kalendáøem akcí. Musí být absolutní HTTP cesta a musí konèit .htm nebo .html!');
@define('PLUGIN_EVENTCAL_PAGETITLE', 'Název statické stránky & její URL');
@define('PLUGIN_EVENTCAL_PAGETITLE_BLAHBLAH', 'Název statické stránky. Pozor: název také definuje URL adresu této stránky (index.php?serendipity[subpage]=zde_zadany_nazev)');
@define('PLUGIN_EVENTCAL_ARTICLEFORMAT', 'Formátovat jako pøíspìvek?');
@define('PLUGIN_EVENTCAL_ARTICLEFORMAT_BLAHBLAH', 'Pokud zadáte "ano", stránka bude automaticky zformátována stejnì jako bì¾né pøíspìvky. (Výchozí: ano)');
@define('PLUGIN_EVENTCAL_SHOWCAPTCHA', 'Zobrazovat kryptogramy?');
@define('PLUGIN_EVENTCAL_SHOWCAPTCHA_BLAHBLAH', 'Mají se pou¾ívat kryptogramy (captchas - vy¾aduje nainstalovaný a aktivovaný plugin Spamblock)');
@define('PLUGIN_EVENTCAL_NEXTPAGE', 'dal¹í strana');
@define('PLUGIN_EVENTCAL_PREVPAGE', 'pøedchozí strana');
@define('PLUGIN_EVENTCAL_TEXT_DELETE', 'smazat');
@define('PLUGIN_EVENTCAL_TEXT_SAY', 'øekl');
@define('PLUGIN_EVENTCAL_TEXT_EMAIL', 'Email');
@define('PLUGIN_EVENTCAL_TEXT_NAME', 'Jméno');
@define('PLUGIN_EVENTCAL_TEXT_EACH', 'Ka¾dý');
@define('PLUGIN_EVENTCAL_TEXT_TO', 'pro');
@define('PLUGIN_EVENTCAL_TEXT_CW', 'CW-');
@define('PLUGIN_EVENTCAL_HEADLINE', 'Nadpis');
@define('PLUGIN_EVENTCAL_HEADLINE_BLAHBLAH', 'Nadpis stránky');
@define('PLUGIN_EVENTCAL_TITLE', 'Kalendáø akcí');
@define('PLUGIN_EVENTCAL_TITLE_BLAHBLAH', 'Zobrazuje kalendáø akcí jako samostatnou stránku v blogu. Design stránky zùstává stejný jako u zbytku blogu. (MySQL only)');
@define('PLUGIN_EVENTCAL_PERMALINK', 'Stálý odkaz');
@define('PLUGIN_EVENTCAL_PERMALINK_BLAHBLAH', 'Zadejte stálý odkaz, stálou URL adresu stránky s kalendáøem akcí. Musí být absolutní HTTP cesta a musí konèit .htm nebo .html!');
@define('PLUGIN_EVENTCAL_PAGETITLE', 'Název statické stránky & její URL');
@define('PLUGIN_EVENTCAL_PAGETITLE_BLAHBLAH', 'Název statické stránky. Pozor: název také definuje URL adresu této stránky (index.php?serendipity[subpage]=zde_zadany_nazev)');
@define('PLUGIN_EVENTCAL_ARTICLEFORMAT', 'Formátovat jako pøíspìvek?');
@define('PLUGIN_EVENTCAL_ARTICLEFORMAT_BLAHBLAH', 'Pokud zadáte "ano", stránka bude automaticky zformátována stejnì jako bì¾né pøíspìvky. (Výchozí: ano)');
@define('PLUGIN_EVENTCAL_SHOWCAPTCHA', 'Zobrazovat kryptogramy?');
@define('PLUGIN_EVENTCAL_SHOWCAPTCHA_BLAHBLAH', 'Mají se pou¾ívat kryptogramy (captchas - vy¾aduje nainstalovaný a aktivovaný plugin Spamblock)');
@define('PLUGIN_EVENTCAL_NEXTPAGE', 'dal¹í strana');
@define('PLUGIN_EVENTCAL_PREVPAGE', 'pøedchozí strana');
@define('PLUGIN_EVENTCAL_TEXT_DELETE', 'smazat');
@define('PLUGIN_EVENTCAL_TEXT_SAY', 'øekl');
@define('PLUGIN_EVENTCAL_TEXT_EMAIL', 'Email');
@define('PLUGIN_EVENTCAL_TEXT_NAME', 'Jméno');
@define('PLUGIN_EVENTCAL_TEXT_EACH', 'Ka¾dý');
@define('PLUGIN_EVENTCAL_TEXT_TO', 'pro');
@define('PLUGIN_EVENTCAL_TEXT_CW', 'CW-');
@define('PLUGIN_EVENTCAL_HALLO_ADMIN', 'Dobrý den u¾ivateli: %s ( %s )<br />');
@define('PLUGIN_EVENTCAL_INSERT_DONE_BLAHBLAH', 'Díky za Vá¹ pøíspìvek èíslo ID = %d.');
@define('PLUGIN_EVENTCAL_INSERT_DONE_EVALUATE', 'Pøedtím ne¾ Vá¹ pøíspìvek schválí administrátor, naleznete jej v èásti: "Neschválené akce".');
@define('PLUGIN_EVENTCAL_REJECT_DONE_BLAHBLAH', 'Úpì¹nì jste vymazali pøíspìvek èíslo ID = %s z databáze.');
@define('PLUGIN_EVENTCAL_APPROVE_DONE_BLAHBLAH', 'Pøíspìvek èíslo ID = %d byl úspì¹nì schválen.');
@define('PLUGIN_EVENTCAL_HALLO_ADMIN', 'Dobrý den u¾ivateli: %s ( %s )<br />');
@define('PLUGIN_EVENTCAL_INSERT_DONE_BLAHBLAH', 'Díky za Vá¹ pøíspìvek èíslo ID = %d.');
@define('PLUGIN_EVENTCAL_INSERT_DONE_EVALUATE', 'Pøedtím ne¾ Vá¹ pøíspìvek schválí administrátor, naleznete jej v èásti: "Neschválené akce".');
@define('PLUGIN_EVENTCAL_REJECT_DONE_BLAHBLAH', 'Úpì¹nì jste vymazali pøíspìvek èíslo ID = %s z databáze.');
@define('PLUGIN_EVENTCAL_APPROVE_DONE_BLAHBLAH', 'Pøíspìvek èíslo ID = %d byl úspì¹nì schválen.');
@define('CAL_EVENT_PLEASECORRECT', 'Opravte prosím.');
@define('CAL_EVENT_SHORTTITLE', 'Vlo¾te prosím krátký název pro tuto akci!');
@define('CAL_EVENT_EVENTDESC', 'Zadejte prosím plný popis akce!');
@define('CAL_EVENT_APPBY', 'Musíte zadat token autora (sig) pro potvrzení akce!');
@define('CAL_EVENT_START_DATE', 'Nesprávný zaèátek akce!');
@define('CAL_EVENT_START_DATE_HISTORY', 'Nesprávné datum akce! Zadávání probìhlých akcí je podporováno pouze na uplynulých 31 dní!');
@define('CAL_EVENT_END_DATE', 'Nesprávný konec akce!');
@define('CAL_EVENT_REAL_START_DATE', 'Datum zaèátku akce musí být platný den daného mìsíce (%s)!');
@define('CAL_EVENT_REAL_END_DATE', 'Datum konce akce musí být platný den daného mìsíce (%s) a musí být za datem zaèátku!');
@define('CAL_EVENT_REAL_MONTHLY_DATE', 'Hodnota opakování pro mìsíèní akce nemù¾e být "Týdnì"!');
@define('CAL_EVENT_IDENTICAL_DATE', 'Akce má stejné datum zaèátku a konce!');
@define('CAL_EVENT_ORDER_DATE', 'Zadaná sekvence akce není platná!');
@define('CAL_EVENT_WEEKLY_DATE', 'Správná hodnota má být: "Týdnì" a vybraný "Den v týdnu".');
@define('CAL_EVENT_PLEASECORRECT', 'Opravte prosím.');
@define('CAL_EVENT_SHORTTITLE', 'Vlo¾te prosím krátký název pro tuto akci!');
@define('CAL_EVENT_EVENTDESC', 'Zadejte prosím plný popis akce!');
@define('CAL_EVENT_APPBY', 'Musíte zadat token autora (sig) pro potvrzení akce!');
@define('CAL_EVENT_START_DATE', 'Nesprávný zaèátek akce!');
@define('CAL_EVENT_START_DATE_HISTORY', 'Nesprávné datum akce! Zadávání probìhlých akcí je podporováno pouze na uplynulých 31 dní!');
@define('CAL_EVENT_END_DATE', 'Nesprávný konec akce!');
@define('CAL_EVENT_REAL_START_DATE', 'Datum zaèátku akce musí být platný den daného mìsíce (%s)!');
@define('CAL_EVENT_REAL_END_DATE', 'Datum konce akce musí být platný den daného mìsíce (%s) a musí být za datem zaèátku!');
@define('CAL_EVENT_REAL_MONTHLY_DATE', 'Hodnota opakování pro mìsíèní akce nemù¾e být "Týdnì"!');
@define('CAL_EVENT_IDENTICAL_DATE', 'Akce má stejné datum zaèátku a konce!');
@define('CAL_EVENT_ORDER_DATE', 'Zadaná sekvence akce není platná!');
@define('CAL_EVENT_WEEKLY_DATE', 'Správná hodnota má být: "Týdnì" a vybraný "Den v týdnu".');
@define('CAL_EVENT_FORM_DAY_FIRST', 'První');
@define('CAL_EVENT_FORM_DAY_SECOND', 'Druhý');
@define('CAL_EVENT_FORM_DAY_THIRD', 'Tøetí');
@define('CAL_EVENT_FORM_DAY_FOURTH', 'Ètvrtý');
@define('CAL_EVENT_FORM_DAY_LAST', 'Poslední');
@define('CAL_EVENT_FORM_DAY_SECONDLAST', 'Pøedposlední');
@define('CAL_EVENT_FORM_DAY_THIRDLAST', 'Pøed-pøedposlední');
@define('CAL_EVENT_FORM_DAY_EACH', 'Týdnì');
@define('CAL_EVENT_FORM_DAY_FIRST', 'První');
@define('CAL_EVENT_FORM_DAY_SECOND', 'Druhý');
@define('CAL_EVENT_FORM_DAY_THIRD', 'Tøetí');
@define('CAL_EVENT_FORM_DAY_FOURTH', 'Ètvrtý');
@define('CAL_EVENT_FORM_DAY_LAST', 'Poslední');
@define('CAL_EVENT_FORM_DAY_SECONDLAST', 'Pøedposlední');
@define('CAL_EVENT_FORM_DAY_THIRDLAST', 'Pøed-pøedposlední');
@define('CAL_EVENT_FORM_DAY_EACH', 'Týdnì');
@define('CAL_EVENT_FORM_RIGHT_SHORTMAX', 'max. 16 znakù!');
@define('CAL_EVENT_FORM_RIGHT_URLDESC', 'Buï ');
@define('CAL_EVENT_FORM_RIGHT_URL', 'http://www.domena.cz');
@define('CAL_EVENT_FORM_RIGHT_MAIL', 'mailto:vas@email.cz');
@define('CAL_EVENT_FORM_RIGHT_OR', 'nebo');
@define('CAL_EVENT_FORM_RIGHT_DETAILDESC', '<b>Nezapomìòte</b>, prosím, zadat do tohoto pole pøesný èas akce.');
@define('CAL_EVENT_FORM_RIGHT_BBC', 'Pou¾ít BBcode (tuèné, kurzíva, podtr¾ení, pøe¹krtnutí).');
@define('CAL_EVENT_FORM_RIGHT_SINGLE', 'Pouze jeden den');
@define('CAL_EVENT_FORM_RIGHT_SINGLE_NOEND', 'není tøeba zadávat datum konce');
@define('CAL_EVENT_FORM_RIGHT_MULTI', 'Vícedenní akce');
@define('CAL_EVENT_FORM_RIGHT_RECUR', 'Opakování');
@define('CAL_EVENT_FORM_RIGHT_RECUR_MONTH', 'ka¾dý mìsíc');
@define('CAL_EVENT_FORM_RIGHT_RECUR_WEEK', 'ka¾dý týden');
@define('CAL_EVENT_FORM_RIGHT_SHORTMAX', 'max. 16 znakù!');
@define('CAL_EVENT_FORM_RIGHT_URLDESC', 'Buï ');
@define('CAL_EVENT_FORM_RIGHT_URL', 'http://www.domena.cz');
@define('CAL_EVENT_FORM_RIGHT_MAIL', 'mailto:vas@email.cz');
@define('CAL_EVENT_FORM_RIGHT_OR', 'nebo');
@define('CAL_EVENT_FORM_RIGHT_DETAILDESC', '<b>Nezapomìòte</b>, prosím, zadat do tohoto pole pøesný èas akce.');
@define('CAL_EVENT_FORM_RIGHT_BBC', 'Pou¾ít BBcode (tuèné, kurzíva, podtr¾ení, pøe¹krtnutí).');
@define('CAL_EVENT_FORM_RIGHT_SINGLE', 'Pouze jeden den');
@define('CAL_EVENT_FORM_RIGHT_SINGLE_NOEND', 'není tøeba zadávat datum konce');
@define('CAL_EVENT_FORM_RIGHT_MULTI', 'Vícedenní akce');
@define('CAL_EVENT_FORM_RIGHT_RECUR', 'Opakování');
@define('CAL_EVENT_FORM_RIGHT_RECUR_MONTH', 'ka¾dý mìsíc');
@define('CAL_EVENT_FORM_RIGHT_RECUR_WEEK', 'ka¾dý týden');
@define('CAL_EVENT_FORM_BUTTON_ADD_EVENT', 'Vlo¾te akci');
@define('CAL_EVENT_FORM_BUTTON_APPROVE_EVENT', 'Neschválené akce');
@define('CAL_EVENT_FORM_BUTTON_CLOSE', 'Zavøít formuláø');
@define('CAL_EVENT_FORM_BUTTON_FREETABLE', 'vyèistit stará data (star¹í ne¾ 1 mìsíc) a pøeskládat tabulku');
@define('CAL_EVENT_FORM_BUTTON_LOGOFF', 'odhlásit');
@define('CAL_EVENT_FORM_BUTTON_MARK', 'oznaèit/odznaèit v¹echny');
@define('CAL_EVENT_FORM_BUTTON_OPEN', 'Otevøít formuláø');
@define('CAL_EVENT_FORM_BUTTON_REJECT_SED', 'Vymazat pøíspìvek schválené akce');
@define('CAL_EVENT_FORM_BUTTON_EDIT_SED', 'Zmìnit pøíspìvek schválené akce');
@define('CAL_EVENT_FORM_BUTTON_SUBMIT', '&raquo; Poslat pøíspìvek &laquo;');
@define('CAL_EVENT_FORM_BUTTON_TOAPPROVE', 'akce/akcí');
@define('CAL_EVENT_FORM_BUTTON_ADD_EVENT', 'Vlo¾te akci');
@define('CAL_EVENT_FORM_BUTTON_APPROVE_EVENT', 'Neschválené akce');
@define('CAL_EVENT_FORM_BUTTON_CLOSE', 'Zavøít formuláø');
@define('CAL_EVENT_FORM_BUTTON_FREETABLE', 'vyèistit stará data (star¹í ne¾ 1 mìsíc) a pøeskládat tabulku');
@define('CAL_EVENT_FORM_BUTTON_LOGOFF', 'odhlásit');
@define('CAL_EVENT_FORM_BUTTON_MARK', 'oznaèit/odznaèit v¹echny');
@define('CAL_EVENT_FORM_BUTTON_OPEN', 'Otevøít formuláø');
@define('CAL_EVENT_FORM_BUTTON_REJECT_SED', 'Vymazat pøíspìvek schválené akce');
@define('CAL_EVENT_FORM_BUTTON_EDIT_SED', 'Zmìnit pøíspìvek schválené akce');
@define('CAL_EVENT_FORM_BUTTON_SUBMIT', '&raquo; Poslat pøíspìvek &laquo;');
@define('CAL_EVENT_FORM_BUTTON_TOAPPROVE', 'akce/akcí');
@define('CAL_EVENT_FORM_TITLE_DATE', 'datum');
@define('CAL_EVENT_FORM_TITLE_TITLE', 'nadpis');
@define('CAL_EVENT_FORM_TITLE_DESC', 'popis');
@define('CAL_EVENT_FORM_TITLE_URL', 'url');
@define('CAL_EVENT_FORM_TITLE_OK', 'ok');
@define('CAL_EVENT_FORM_TITLE_EDIT', 'upravit');
@define('CAL_EVENT_FORM_TITLE_DEL', 'smazat');
@define('CAL_EVENT_FORM_TITLE_DATE', 'datum');
@define('CAL_EVENT_FORM_TITLE_TITLE', 'nadpis');
@define('CAL_EVENT_FORM_TITLE_DESC', 'popis');
@define('CAL_EVENT_FORM_TITLE_URL', 'url');
@define('CAL_EVENT_FORM_TITLE_OK', 'ok');
@define('CAL_EVENT_FORM_TITLE_EDIT', 'upravit');
@define('CAL_EVENT_FORM_TITLE_DEL', 'smazat');
@define('CAL_EVENT_FORM_LEFT_AUTHOR', '<u>Autor</u>');
@define('CAL_EVENT_FORM_LEFT_TITLE', '<u>Krátký</u> nadpis');
@define('CAL_EVENT_FORM_LEFT_LINK', 'Webová stránka nebo email');
@define('CAL_EVENT_FORM_LEFT_DESC', '<u>Plný</u> popis');
@define('CAL_EVENT_FORM_LEFT_SINGLE', '<u>Zaèátek</u> - datum');
@define('CAL_EVENT_FORM_LEFT_MULTI', '<u>Konec</u> - datum');
@define('CAL_EVENT_FORM_LEFT_RECUR', 'Opakování');
@define('CAL_EVENT_FORM_LEFT_SPAM', 'Bezpeènost');
@define('CAL_EVENT_FORM_LEFT_AUTHOR', '<u>Autor</u>');
@define('CAL_EVENT_FORM_LEFT_TITLE', '<u>Krátký</u> nadpis');
@define('CAL_EVENT_FORM_LEFT_LINK', 'Webová stránka nebo email');
@define('CAL_EVENT_FORM_LEFT_DESC', '<u>Plný</u> popis');
@define('CAL_EVENT_FORM_LEFT_SINGLE', '<u>Zaèátek</u> - datum');
@define('CAL_EVENT_FORM_LEFT_MULTI', '<u>Konec</u> - datum');
@define('CAL_EVENT_FORM_LEFT_RECUR', 'Opakování');
@define('CAL_EVENT_FORM_LEFT_SPAM', 'Bezpeènost');
@define('CAL_EVENT_DB_ERROR_ONE', 'V databázové tabulce kalendáøe akcí (eventcal) se vyskytla chyba:');
@define('CAL_EVENT_DB_ERROR_TWO', 'Nelze se spojit s databází!');
@define('CAL_EVENT_USER_LOGINFIRST', 'Pro pokraèování procesu se musíte pøihlásit pomocí platného úètu na blogu. Pokud ho máte, pøihla¹te se do administraèní sekce blogu.');
@define('CAL_EVENT_USER_LOGINFIRST', 'Pro pokraèování procesu se musíte pøihlásit pomocí platného úètu na blogu. Pokud ho máte, pøihla¹te se do administraèní sekce blogu.');
@define('CAL_EVENT_USER_VALIDATION', 'U¾ivatelské jméno nebo heslo není správné.');
@define('CAL_EVENT_USER_LOGGEDOFF', 'Va¹e seance vypr¹ela nebo jste se odhlásili. Pro administraci kalendáøe akcí se musíte znovu pøihlásit do blogu.');
@define('CAL_EVENT_USER_FREETABLE', 'Data star¹í ne¾ 1 mìsíc byla úspì¹nì smazána a databázová tabulka pøeskládána.');
@define('CAL_EVENT_USER_FREE_SURE', 'Opravdu chcete rekonstruovat databázovou tabulku kalendáøe akcí?');
@define('CAL_EVENT_USER_NOPERMISSION', 'Nemáte dostateèná oprávnìní k pokraèování!');
@define('CAL_EVENT_CHGSELECTED_ARRAY', 'Pokud chcete zmìnit jeden pøíspìvek, odznaète prosím ostatní.');
@define('CAL_EVENT_CHECKBOXALERT', 'Za¹krtnìte ètvereèek u pøíspìvku, který chcete ohodnotit, zmìnit nebo smazat.');
@define('CAL_EVENT_TODAY', 'DNES');
@define('CAL_EVENT_DB_ERROR_ONE', 'V databázové tabulce kalendáøe akcí (eventcal) se vyskytla chyba:');
@define('CAL_EVENT_DB_ERROR_TWO', 'Nelze se spojit s databází!');
@define('CAL_EVENT_USER_LOGINFIRST', 'Pro pokraèování procesu se musíte pøihlásit pomocí platného úètu na blogu. Pokud ho máte, pøihla¹te se do administraèní sekce blogu.');
@define('CAL_EVENT_USER_LOGINFIRST', 'Pro pokraèování procesu se musíte pøihlásit pomocí platného úètu na blogu. Pokud ho máte, pøihla¹te se do administraèní sekce blogu.');
@define('CAL_EVENT_USER_VALIDATION', 'U¾ivatelské jméno nebo heslo není správné.');
@define('CAL_EVENT_USER_LOGGEDOFF', 'Va¹e seance vypr¹ela nebo jste se odhlásili. Pro administraci kalendáøe akcí se musíte znovu pøihlásit do blogu.');
@define('CAL_EVENT_USER_FREETABLE', 'Data star¹í ne¾ 1 mìsíc byla úspì¹nì smazána a databázová tabulka pøeskládána.');
@define('CAL_EVENT_USER_FREE_SURE', 'Opravdu chcete rekonstruovat databázovou tabulku kalendáøe akcí?');
@define('CAL_EVENT_USER_NOPERMISSION', 'Nemáte dostateèná oprávnìní k pokraèování!');
@define('CAL_EVENT_CHGSELECTED_ARRAY', 'Pokud chcete zmìnit jeden pøíspìvek, odznaète prosím ostatní.');
@define('CAL_EVENT_CHECKBOXALERT', 'Za¹krtnìte ètvereèek u pøíspìvku, který chcete ohodnotit, zmìnit nebo smazat.');
@define('CAL_EVENT_TODAY', 'DNES');
@define('PLUGIN_EVENTCAL_CAL', ' Vykreslit kalendáø ');
@define('PLUGIN_EVENTCAL_ADD', ' Vykreslit add ');
@define('PLUGIN_EVENTCAL_APP', ' Vykreslit app ');
@define('PLUGIN_EVENTCAL_CAL', ' Vykreslit kalendáø ');
@define('PLUGIN_EVENTCAL_ADD', ' Vykreslit add ');
@define('PLUGIN_EVENTCAL_APP', ' Vykreslit app ');
// Next lines were translated on 2009/11/29
@ -228,4 +228,5 @@
@define('PLUGIN_EVENTCAL_ADMIN_DBC_DELFILE_MSG', 'Soubor zálohy databázové tabulky <u>%s</u> úspì¹nì vymazán');
@define('PLUGIN_EVENTCAL_ADMIN_DBC_DOWNLOAD', 'Administrace - management');
@define('PLUGIN_EVENTCAL_ADMIN_DBC_DOWNLOAD_DESC', 'Sta¾ení a vymazání záloh databázové tabulky kalendáøe akcí');
@define('PLUGIN_EVENTCAL_ADMIN_DBC_DOWNLOAD_MSG', 'V adresáøi "templates_c" není ¾ádný adresáø "eventcal".');
@define('PLUGIN_EVENTCAL_ADMIN_DBC_DOWNLOAD_MSG', 'V adresáøi "templates_c" není ¾ádný adresáø "eventcal".');

View file

@ -1,11 +1,11 @@
<?php
# serendipity_event_cal.php, langfile(de) v1.64 2011-02-05 ian
# serendipity_event_cal.php, langfile(de) v1.65 2015-11-25 Ian
@define('PLUGIN_EVENTCAL_HEADLINE', 'Kopfzeile (optional)');
@define('PLUGIN_EVENTCAL_HEADLINE_BLAHBLAH', 'Was für eine Überschrift soll die Seite haben?');
@define('PLUGIN_EVENTCAL_TITLE', 'Event-Terminkalender (nur MySQL)');
@define('PLUGIN_EVENTCAL_TITLE_BLAHBLAH', 'Zeigt einen Terminkalender innerhalb des Blogs mit dem Blog-Design und allen Formatierungen an. Unterstützt Backend/Frontend Administration, vielfache Termine und iCal Export.');
@define('PLUGIN_EVENTCAL_TITLE', 'Event-Terminkalender');
@define('PLUGIN_EVENTCAL_TITLE_BLAHBLAH', 'Zeigt einen Terminkalender innerhalb des Blogs mit dem Blog-Design und allen Formatierungen an. Unterstützt Backend/Frontend Administration, vielfache Termine und iCal Export. (Nur MySQL)');
@define('PLUGIN_EVENTCAL_PERMALINK', 'Permalink');
@define('PLUGIN_EVENTCAL_PERMALINK_BLAHBLAH', 'Gibt den Permalink der statischen Seite an. Dieser muss eine absolute Pfadangabe vom HTTP-Root ab sein und die Dateiendung .htm oder .html besitzen!');
@define('PLUGIN_EVENTCAL_PAGETITLE', 'Seitentitel und URL');

View file

@ -1,11 +1,11 @@
<?php
# serendipity_event_cal.php, langfile(en) v1.64 2011-02-05 ian
# serendipity_event_cal.php, langfile(en) v1.65 2015-11-25 Ian
@define('PLUGIN_EVENTCAL_HEADLINE', 'Headline (optional)');
@define('PLUGIN_EVENTCAL_HEADLINE_BLAHBLAH', 'The headline of the page.');
@define('PLUGIN_EVENTCAL_TITLE', 'Event-Calendar (MySQL-only)');
@define('PLUGIN_EVENTCAL_TITLE_BLAHBLAH', 'Shows an event calendar inside your blogs with your normal blog design. It supports backend/frontend administration, multiple events and iCal export.');
@define('PLUGIN_EVENTCAL_TITLE', 'Event-Calendar');
@define('PLUGIN_EVENTCAL_TITLE_BLAHBLAH', 'Shows an event calendar inside your blogs with your normal blog design. It supports backend/frontend administration, multiple events and iCal export. (MySQL-only)');
@define('PLUGIN_EVENTCAL_PERMALINK', 'Permalink');
@define('PLUGIN_EVENTCAL_PERMALINK_BLAHBLAH', 'Defines a permalink for the URL. Needs the absolute HTTP path and needs to end with .htm or .html!');
@define('PLUGIN_EVENTCAL_PAGETITLE', 'Static Pagetitle & URL');

View file

@ -1,10 +1,4 @@
{*
Ein Kommentar mit Smarty
Wie in PHP wird dieser dann von dem Smarty-System
ignoriert. Der Browser bekommt dann diesen Kommentar
auch nicht zu sehen, obwohl er direkt im Template steht.
file: plugin_eventcal_add.tpl - 2010-07-15, ian
*}
{* file: plugin_eventcal_add.tpl - 2010-07-15, Ian *}
<!-- plugin_eventcal_add.tpl start -->
@ -16,6 +10,33 @@
</div>
{/if}
{literal}
<script type="text/javascript">
/* <![CDATA[ */
eventcalBBC = function(txtarea, openTag, closeTag) {
scrollPos = false;
if (txtarea.scrollTop) {
scrollPos = txtarea.scrollTop;
}
var $txtarea = $(txtarea);
if (!$txtarea.length) { return; }
var len = $txtarea.val().length;
var start = $txtarea[0].selectionStart;
var end = $txtarea[0].selectionEnd;
var selectedText = $txtarea.val().substring(start, end);
var replacement = openTag + selectedText + closeTag;
$txtarea.val($txtarea.val().substring(0, start) + replacement + $txtarea.val().substring(end, len));
$txtarea[0].selectionStart = start + replacement.length;
$txtarea[0].selectionEnd = start + replacement.length;
if (scrollPos) {
txtarea.focus();
txtarea.scrollTop = scrollPos;
}
}
/* ]]> */
</script>
{/literal}
<form name="eventcalEntry" id="eventcalEntry" method="post" action="{$plugin_eventcal_add_path}{$plugin_eventcal_admin_add_path}">
<input type="hidden" name="calendar[nomarkup]" value="true" />
<input type="hidden" name="calendar[eventcalform]" value="true" />
@ -32,16 +53,16 @@
<td class="eventformdesc">
<select name="calendar[smonth]">
{foreach from=$plugin_eventcal_add_array_opt1 item=i} {if $i} {$i} {/if} {/foreach}
</select><img src="{serendipity_getFile file="img/blank.png"}" alt="blank" border="0" width="2" height="2" />
</select>
<select name="calendar[sday]">
{foreach from=$plugin_eventcal_add_array_opt7 item=i} {if $i} {$i} {/if} {/foreach}
</select><img src="{serendipity_getFile file="img/blank.png"}" alt="blank" border="0" width="3" height="2" />
</select>
<select name="calendar[syear]" size="1">
{foreach from=$plugin_eventcal_add_array_opt2 item=i} {if $i} {$i} {/if} {/foreach}
</select>
</td>
<td class="eventformdesc">
<input type="radio" name="calendar[type]" value="single" {$plugin_eventcal_add_tipo1} /><img src="{serendipity_getFile file="img/blank.png"}" alt="blank" border="0" width="3" height="2" />{$CONST.CAL_EVENT_FORM_RIGHT_SINGLE} <b class="eventcal_reiter">({$CONST.CAL_EVENT_FORM_RIGHT_SINGLE_NOEND})</b> <abbr title="{$CONST.CAL_EVENT_FORM_RIGHT_HELP_SINGLE}"><input type="button" class="serendipityPrettyButton info" name="info" value="i" /></abbr>
<input type="radio" name="calendar[type]" value="single" {$plugin_eventcal_add_tipo1} />{$CONST.CAL_EVENT_FORM_RIGHT_SINGLE} <b class="eventcal_tab">({$CONST.CAL_EVENT_FORM_RIGHT_SINGLE_NOEND})</b> <abbr title="{$CONST.CAL_EVENT_FORM_RIGHT_HELP_SINGLE}">{if !$S9y2}<input type="button" class="serendipityPrettyButton info" name="info" value="i" />{else}<span class="icon-info-circled"></span>{/if}</abbr>
</td>
</tr>
<tr class="e0">
@ -49,16 +70,16 @@
<td class="eventformdesc">
<select name="calendar[emonth]">
{foreach from=$plugin_eventcal_add_array_opt3 item=i} {if $i} {$i} {/if} {/foreach}
</select><img src="{serendipity_getFile file="img/blank.png"}" alt="blank" border="0" width="2" height="2" />
</select>
<select name="calendar[eday]">
{foreach from=$plugin_eventcal_add_array_opt8 item=i} {if $i} {$i} {/if} {/foreach}
</select><img src="{serendipity_getFile file="img/blank.png"}" alt="blank" border="0" width="3" height="2" />
</select>
<select name="calendar[eyear]" size="1">
{foreach from=$plugin_eventcal_add_array_opt4 item=i} {if $i} {$i} {/if} {/foreach}
</select>
</td>
<td class="eventformdesc">
<input type="radio" name="calendar[type]" value="multi" {$plugin_eventcal_add_tipo2} /><img src="{serendipity_getFile file="img/blank.png"}" alt="blank" border="0" width="3" height="2" />{$CONST.CAL_EVENT_FORM_RIGHT_MULTI} <abbr title="{$CONST.CAL_EVENT_FORM_RIGHT_HELP_MULTI}"><input type="button" class="serendipityPrettyButton info" name="info" value="i" /></abbr>
<input type="radio" name="calendar[type]" value="multi" {$plugin_eventcal_add_tipo2} />{$CONST.CAL_EVENT_FORM_RIGHT_MULTI} <abbr title="{$CONST.CAL_EVENT_FORM_RIGHT_HELP_MULTI}">{if !$S9y2}<input type="button" class="serendipityPrettyButton info" name="info" value="i" />{else}<span class="icon-info-circled"></span>{/if}</abbr>
</td>
</tr>
<tr class="e0">
@ -69,59 +90,59 @@
</select>
<select name="calendar[recur_day]">
{foreach from=$plugin_eventcal_add_array_opt6 item=i} {if $i} {$i} {/if} {/foreach}
</select><img src="{serendipity_getFile file="img/blank.png"}" alt="blank" border="0" width="2" height="2" />
</select>
</td>
<td class="eventformdesc">
<input type="radio" name="calendar[type]" value="recur" {$plugin_eventcal_add_tipo3} /><img src="{serendipity_getFile file="img/blank.png"}" alt="blank" border="0" width="3" height="2" />{$CONST.CAL_EVENT_FORM_RIGHT_RECUR} <b class="eventcal_reiter">({$CONST.CAL_EVENT_FORM_RIGHT_RECUR_MONTH})</b> <abbr title="{$CONST.CAL_EVENT_FORM_RIGHT_HELP_MONTH}"><input type="button" class="serendipityPrettyButton info" name="info" value="i" /></abbr>
<input type="radio" name="calendar[type]" value="recur" {$plugin_eventcal_add_tipo3} />{$CONST.CAL_EVENT_FORM_RIGHT_RECUR} <b class="eventcal_tab">({$CONST.CAL_EVENT_FORM_RIGHT_RECUR_MONTH})</b> <abbr title="{$CONST.CAL_EVENT_FORM_RIGHT_HELP_MONTH}">{if !$S9y2}<input type="button" class="serendipityPrettyButton info" name="info" value="i" />{else}<span class="icon-info-circled"></span>{/if}</abbr>
</td>
</tr>
<tr class="e0">
<th class="eventformtitle">&nbsp;</th>
<td class="eventformdesc">&nbsp;<sub>{$CONST.CAL_EVENT_FORM_RIGHT_RECURSTRICT1}</sub></td>
<td class="eventformdesc">
<input type="radio" name="calendar[type]" value="weekly" {$plugin_eventcal_add_tipo4} /><img src="{serendipity_getFile file="img/blank.png"}" alt="blank" border="0" width="3" height="2" />{$CONST.CAL_EVENT_FORM_RIGHT_RECUR} <b class="eventcal_reiter">({$CONST.CAL_EVENT_FORM_RIGHT_RECUR_WEEK})</b> <abbr title="{$CONST.CAL_EVENT_FORM_RIGHT_HELP_WEEK}"><input type="button" class="serendipityPrettyButton info" name="info" value="i" /></abbr>
<input type="radio" name="calendar[type]" value="weekly" {$plugin_eventcal_add_tipo4} />{$CONST.CAL_EVENT_FORM_RIGHT_RECUR} <b class="eventcal_tab">({$CONST.CAL_EVENT_FORM_RIGHT_RECUR_WEEK})</b> <abbr title="{$CONST.CAL_EVENT_FORM_RIGHT_HELP_WEEK}">{if !$S9y2}<input type="button" class="serendipityPrettyButton info" name="info" value="i" />{else}<span class="icon-info-circled"></span>{/if}</abbr>
</td>
</tr>
<tr class="e0">
<th class="eventformtitle">&nbsp;</th>
<td class="eventformdesc">&nbsp;<sup>{$CONST.CAL_EVENT_FORM_RIGHT_RECURSTRICT2}</sup></td>
<td class="eventformdesc">
<input type="radio" name="calendar[type]" value="biweekly" {$plugin_eventcal_add_tipo5} /><img src="{serendipity_getFile file="img/blank.png"}" alt="blank" border="0" width="3" height="2" />{$CONST.CAL_EVENT_FORM_RIGHT_RECUR} <b class="eventcal_reiter">({$CONST.CAL_EVENT_FORM_RIGHT_RECUR_BIWEEK})</b> <abbr title="{$CONST.CAL_EVENT_FORM_RIGHT_HELP_BIWEEK}"><input type="button" class="serendipityPrettyButton info" name="info" value="i" /></abbr>
<input type="radio" name="calendar[type]" value="biweekly" {$plugin_eventcal_add_tipo5} />{$CONST.CAL_EVENT_FORM_RIGHT_RECUR} <b class="eventcal_tab">({$CONST.CAL_EVENT_FORM_RIGHT_RECUR_BIWEEK})</b> <abbr title="{$CONST.CAL_EVENT_FORM_RIGHT_HELP_BIWEEK}">{if !$S9y2}<input type="button" class="serendipityPrettyButton info" name="info" value="i" />{else}<span class="icon-info-circled"></span>{/if}</abbr>
</td>
</tr>
<tr class="e0">
<th class="eventformtitle">{$CONST.CAL_EVENT_FORM_LEFT_AUTHOR}</th>
<td class="eventformdesc">
<input type="text" name="calendar[app_by]" value="{$plugin_eventcal_add_app_by}" size='16' maxlength='16' /><img src="{serendipity_getFile file="img/blank.png"}" alt="blank" border="0" width="8" height="2" /><font class="eventcal_reiter">{$CONST.CAL_EVENT_FORM_RIGHT_SHORTMAX}</font>
<input type="text" name="calendar[app_by]" value="{$plugin_eventcal_add_app_by}" size="16" maxlength="16" /><font class="eventcal_tab">{$CONST.CAL_EVENT_FORM_RIGHT_SHORTMAX}</font>
</td>
<td class="eventformdesc">
<input type="radio" name="calendar[type]" value="yearly" {$plugin_eventcal_add_tipo6} /><img src="{serendipity_getFile file="img/blank.png"}" alt="blank" border="0" width="3" height="2" />{$CONST.CAL_EVENT_FORM_RIGHT_RECUR} <b class="eventcal_reiter">({$CONST.CAL_EVENT_FORM_RIGHT_RECUR_YEAR})</b> <abbr title="{$CONST.CAL_EVENT_FORM_RIGHT_HELP_YEAR}"><input type="button" class="serendipityPrettyButton info" name="info" value="i" /></abbr>
<input type="radio" name="calendar[type]" value="yearly" {$plugin_eventcal_add_tipo6} />{$CONST.CAL_EVENT_FORM_RIGHT_RECUR} <b class="eventcal_tab">({$CONST.CAL_EVENT_FORM_RIGHT_RECUR_YEAR})</b> <abbr title="{$CONST.CAL_EVENT_FORM_RIGHT_HELP_YEAR}">{if !$S9y2}<input type="button" class="serendipityPrettyButton info" name="info" value="i" />{else}<span class="icon-info-circled"></span>{/if}</abbr>
</td>
</tr>
<tr class="e0">
<th class="eventformtitle">{$CONST.CAL_EVENT_FORM_LEFT_TITLE}</th>
<td class="eventformdesc">
<input type="text" name="calendar[sdesc]" value="{$plugin_eventcal_add_sdesc}" size='16' maxlength='16' /><img src="{serendipity_getFile file="img/blank.png"}" alt="blank" border="0" width="8" height="2" /><font class="eventcal_reiter">{$CONST.CAL_EVENT_FORM_RIGHT_SHORTMAX}</font>
<input type="text" name="calendar[sdesc]" value="{$plugin_eventcal_add_sdesc}" size="16" maxlength="16" /><font class="eventcal_tab">{$CONST.CAL_EVENT_FORM_RIGHT_SHORTMAX}</font>
</td>
<td align="center" class="eventformdesc eventformbutton"><input class="SerendipityPrettyButton" type="submit" value=" {$CONST.CAL_EVENT_FORM_BUTTON_SUBMIT} " name="calendar[new_submit]" /></td>
</tr>
<tr class="e0">
<th class="eventformtitle">{$CONST.CAL_EVENT_FORM_LEFT_LINK}</th>
<td colspan="2" class="eventformdesc eventformlink">
<input type="text" name="calendar[url]" size='30' maxlength='128' value="{$plugin_eventcal_add_url}" /><img src="{serendipity_getFile file="img/blank.png"}" alt="blank" border="0" width="3" height="2" /><sub>{$CONST.CAL_EVENT_FORM_RIGHT_URLDESC} </sub><b class="eventcal_reiter">({$CONST.CAL_EVENT_FORM_RIGHT_URL})</b><sub> {$CONST.CAL_EVENT_FORM_RIGHT_OR} </sub><b class="eventcal_reiter">({$CONST.CAL_EVENT_FORM_RIGHT_MAIL})</b>
<input type="text" name="calendar[url]" size="30" maxlength="128" value="{$plugin_eventcal_add_url}" /><sub>{$CONST.CAL_EVENT_FORM_RIGHT_URLDESC} </sub><b class="eventcal_tab">({$CONST.CAL_EVENT_FORM_RIGHT_URL})</b><sub> {$CONST.CAL_EVENT_FORM_RIGHT_OR} </sub><b class="eventcal_tab">({$CONST.CAL_EVENT_FORM_RIGHT_MAIL})</b>
</td>
</tr>
<tr class="e0">
<th class="eventformtitle">{$CONST.CAL_EVENT_FORM_LEFT_DESC}</th>
<td align="left" class="eventformdesc formfield">
<textarea name="calendar[ldesc]" id="calendarLdesc" cols='38' rows='10'>{$plugin_eventcal_add_ldesc}</textarea>
<textarea name="calendar[ldesc]" id="calendarLdesc" cols="38" rows="10">{$plugin_eventcal_add_ldesc}</textarea>
</td>
<td class="eventformdesc"><sup>{$CONST.CAL_EVENT_FORM_RIGHT_DETAILDESC}</sup>
{if $is_logged_in}<br /><br /><sup>{$CONST.CAL_EVENT_FORM_RIGHT_BBC}</sup><br />
<input type="button" class="serendipityPrettyButton bbc_i" name="insI" value="I" accesskey="i" onclick="wrapSelection(document.forms['eventcalEntry']['calendar[ldesc]'],'[i]','[/i]')" />
<input type="button" class="serendipityPrettyButton bbc_b" name="insB" value="B" accesskey="b" onclick="wrapSelection(document.forms['eventcalEntry']['calendar[ldesc]'],'[b]','[/b]')" />
<input type="button" class="serendipityPrettyButton bbc_u" name="insU" value="U" accesskey="u" onclick="wrapSelection(document.forms['eventcalEntry']['calendar[ldesc]'],'[u]','[/u]')" />
<input type="button" class="serendipityPrettyButton bbc_s" name="insS" value="S" accesskey="s" onclick="wrapSelection(document.forms['eventcalEntry']['calendar[ldesc]'],'[s]','[/s]')" />
<input type="button" class="serendipityPrettyButton input_button bbc_i" name="insI" value="I" accesskey="i" onclick="eventcalBBC(document.forms['eventcalEntry']['calendar[ldesc]'],'[i]','[/i]')" />
<input type="button" class="serendipityPrettyButton input_button bbc_b" name="insB" value="B" accesskey="b" onclick="eventcalBBC(document.forms['eventcalEntry']['calendar[ldesc]'],'[b]','[/b]')" />
<input type="button" class="serendipityPrettyButton input_button bbc_u" name="insU" value="U" accesskey="u" onclick="eventcalBBC(document.forms['eventcalEntry']['calendar[ldesc]'],'[u]','[/u]')" />
<input type="button" class="serendipityPrettyButton input_button bbc_s" name="insS" value="S" accesskey="s" onclick="eventcalBBC(document.forms['eventcalEntry']['calendar[ldesc]'],'[s]','[/s]')" />
{/if}
</td>
</tr>

View file

@ -1,10 +1,4 @@
{*
Ein Kommentar mit Smarty
Wie in PHP wird dieser dann von dem Smarty-System
ignoriert. Der Browser bekommt dann diesen Kommentar
auch nicht zu sehen, obwohl er direkt im Template steht.
file: plugin_eventcal_app.tpl - 2009-02-22, ian
*}
{* file: plugin_eventcal_app.tpl - 2009-02-22, Ian *}
<!-- plugin_eventcal_app.tpl start -->
@ -47,7 +41,7 @@ function chkAll(frm, arr, mark) {
<td class="eventcal_appform_validation"><input type="checkbox" name="calendar[entries][]" value="{$e.id}" /></td>
<td class="eventcal_appform_validation eventcal_appdate">{$e.tipodate}{if $e.tipo == 5} ({$CONST.CAL_EVENT_FORM_RIGHT_RECUR_BIWEEK}){/if}</td>
<td class="eventcal_appform_validation">{$e.sdesc}</td>
<td class="eventcal_appform_validation eventcal_appldesc">{$e.ldesc|@truncate:63:" [...]"|@strip_tags}{if $e.ldesc|@count_characters:true > 63} <abbr title="{$e.ldesc|replace:"\n":" "|@strip_tags}"><img class="eventcal_truncate" src="{serendipity_getFile file='img/blank.png'}" alt="blank" /></abbr>{/if}<br />{$CONST.CAL_EVENT_FORM_LEFT_AUTHOR|@strip_tags:false}: {$e.app_by}</td>
<td class="eventcal_appform_validation eventcal_appldesc">{$e.ldesc|truncate:63:" [&hellip;]"|strip_tags}{if $e.ldesc|count_characters:true > 63} <abbr title="{$e.ldesc|replace:"\n":" "|strip_tags}"></abbr>{/if}<br />{$CONST.CAL_EVENT_FORM_LEFT_AUTHOR|strip_tags:false}: {$e.app_by}</td>
<td class="eventcal_appform_validation">{if $e.url} <a href="{$e.url}" target="_blank">go</a>{else}&nbsp;{/if}</td>
{if $is_eventcal_cal_admin_noapp != true}
<td class="eventcal_appform_validation">&nbsp;&nbsp;<input type="image" class="eventcal_appform_move" src="{$plugin_eventcal_cal_imgpath}img/notes-approve.gif" name="Approve_Selected" alt="notes-approve" title=" Approve " align="bottom" />&nbsp;&nbsp;</td>

View file

@ -1,23 +1,17 @@
{*
Ein Kommentar mit Smarty
Wie in PHP wird dieser dann von dem Smarty-System
ignoriert. Der Browser bekommt dann diesen Kommentar
auch nicht zu sehen, obwohl er direkt im Template steht.
file: plugin_eventcal_cal.tpl - 2011-01-19, ian
*}
{* file: plugin_eventcal_cal.tpl - 2011-01-19, Ian *}
{if $is_eventcal_articleformat == true}
<div class='serendipity_Entry_Date'>
<div class="serendipity_Entry_Date">
<h3 class="serendipity_date">{$CONST.PLUGIN_EVENTCAL_TITLE}</h3>
{if $is_eventcal_headline == true}
<h4 class="serendipity_title"><a href="{$plugin_eventcal_permalink}">{$plugin_eventcal_headline}</a></h4>
{/if}
<div class='serendipity_entry'>
<div class='serendipity_entry_body'>
<div class="serendipity_entry">
<div class="serendipity_entry_body">
{/if}
<br class="clear" />
<div id='{if $plugin_eventcal_admin_add_path}backend_{/if}eventcal_wrapper'>
<div {if $plugin_eventcal_admin_add_path}class="ec_backend_table"{else}id="eventcal_wrapper"{/if}>
<!-- plugin_eventcal_cal.tpl start -->
@ -33,9 +27,9 @@
{if $is_eventcal_message}
<div class="serendipity_center eventcal_tpl_message">
<div class="serendipity_center serendipity_msg_notice">{$plugin_eventcal_cal_admin}</div>
<div class="serendipity_center serendipity_msg_notice msg_notice">{$plugin_eventcal_cal_admin}</div>
{foreach from=$plugin_eventcal_message item=message}
<div class="eventcal_tpl_message_inner">{$message}</div>
<div class="eventcal_tpl_message_inner serendipity_msg_hint">{$message}</div>
{/foreach}
</div>
{/if}
@ -44,7 +38,6 @@
<div class="serendipity_center eventcal_tpl_message">
<div class="eventcal_tpl_message_inner">{$CONST.CAL_EVENT_USER_FREE_SURE}<br /><br />
<a href="{$admin_url}" class="serendipityPrettyButton">{$CONST.NOT_REALLY}</a>
<img src="{serendipity_getFile file="img/blank.png"}" alt="blank" width="10" height="1" />
<a href="{$admin_target}" class="serendipityPrettyButton">{$CONST.DUMP_IT}</a><br /><br />
</div>
</div>
@ -187,8 +180,8 @@
<table class="eventcal_{$day.col}">
<tbody>
<tr>
<td class="eventcal_{$day.col} eventcal_lft">{if $day.today == 'today'}<div class="eventcal_todaycell">{$CONST.CAL_EVENT_TODAY}</div>{elseif $day.today == 'blank'}<img src="{serendipity_getFile file="img/blank.png"}" alt="blank" width="1" height="1" border="0" />{else}&nbsp;{/if}</td>
<td class="eventcal_{$day.col} eventcal_rgt">{$day.label|@default:'&nbsp;'}</td>
<td class="eventcal_{$day.col} eventcal_lft">{if $day.today == 'today'}<div class="eventcal_todaycell">{$CONST.CAL_EVENT_TODAY}</div>{elseif $day.today == 'blank'} {else}&nbsp;{/if}</td>
<td class="eventcal_{$day.col} eventcal_rgt">{$day.label|default:'&nbsp;'}</td>
</tr>
<tr>
<td class="eventcal_{$day.col} eventcal_lft" colspan="2">{if !$day.arrdata}&nbsp;{/if}
@ -196,7 +189,7 @@
{foreach from=$day.arrdata item=r}{* start=1 *}
<span{if $r.tipo == 1 || $r.tipo == 6} class="mono{elseif $r.tipo == 2} class="multi{elseif $r.tipo == 3} class="recm{elseif $r.tipo == 4 || $r.tipo == 5} class="recw{/if} eventtype">
<a class="small_eventcal_link" href="{$plugin_eventcal_cal_path}{$eventcal_permalink_add}calendar[a]={$r.a}&amp;calendar[ap]={$r.ap}&amp;calendar[cm]={$r.m}&amp;calendar[cy]={$r.y}&amp;calendar[ev]={$r.id}" title="open event entry {$r.sdesc}"><b class="eventcal_reiter">{$r.sdesc}</b></a><br />
<a class="small_eventcal_link" href="{$plugin_eventcal_cal_path}{$eventcal_permalink_add}calendar[a]={$r.a}&amp;calendar[ap]={$r.ap}&amp;calendar[cm]={$r.m}&amp;calendar[cy]={$r.y}&amp;calendar[ev]={$r.id}" title="open event entry {$r.sdesc}"><b class="eventcal_tab">{$r.sdesc}</b></a><br />
</span>
{/foreach}
@ -225,7 +218,7 @@
</tr>
{/if}{* admin clear end *}
{* now we include the seperate build single event day entry - plugin_eventcal_entry.tpl *}
{* now we include the separate build single event day entry - plugin_eventcal_entry.tpl *}
{if $plugin_eventcal_cal_buildsetable}
{$plugin_eventcal_cal_buildsetable}
@ -239,9 +232,9 @@
{if $is_eventcal_cal_admin_clear != true}
<!-- open form button start -->
<tr>
<th align='left' class="eventcal_button">
<a href="{$plugin_eventcal_cal_path}{$eventcal_permalink_add}calendar[a]={if $plugin_eventcal_cal_a}0{else}1{/if}&amp;calendar[ap]={$plugin_eventcal_cal_ap}&amp;calendar[cm]={$plugin_eventcal_cal_m}&amp;calendar[cy]={$plugin_eventcal_cal_y}"><img src="{$plugin_eventcal_cal_imgpath}{if $plugin_eventcal_cal_a==1}img/notes-reject.gif{else}img/notes-add.gif{/if}" alt="notes-add-reject" border='0' title="{if $plugin_eventcal_cal_a}{$CONST.CAL_EVENT_FORM_BUTTON_CLOSE}{else}{$CONST.CAL_EVENT_FORM_BUTTON_OPEN}{/if}" /></a>
<b class="eventcal_reiter"> {$CONST.CAL_EVENT_FORM_BUTTON_ADD_EVENT}</b>
<th align="left" class="eventcal_button">
<a href="{$plugin_eventcal_cal_path}{$eventcal_permalink_add}calendar[a]={if $plugin_eventcal_cal_a}0{else}1{/if}&amp;calendar[ap]={$plugin_eventcal_cal_ap}&amp;calendar[cm]={$plugin_eventcal_cal_m}&amp;calendar[cy]={$plugin_eventcal_cal_y}"><img src="{$plugin_eventcal_cal_imgpath}{if $plugin_eventcal_cal_a==1}img/notes-reject.gif{else}img/notes-add.gif{/if}" alt="notes-add-reject" border="0" title="{if $plugin_eventcal_cal_a}{$CONST.CAL_EVENT_FORM_BUTTON_CLOSE}{else}{$CONST.CAL_EVENT_FORM_BUTTON_OPEN}{/if}" /></a>
<b class="eventcal_tab"> {$CONST.CAL_EVENT_FORM_BUTTON_ADD_EVENT}</b>
</th>
</tr>
<!-- open form button end -->
@ -259,9 +252,9 @@
{if $is_eventcal_cal_admin_clear != true}
<!-- unapproved event table button start -->
<tr>
<th align='left' class="eventcal_button">
<a href="{$plugin_eventcal_cal_path}{$eventcal_permalink_add}calendar[ap]={if $plugin_eventcal_cal_ap}0{else}1{/if}&amp;calendar[a]={$plugin_eventcal_cal_a}&amp;calendar[cm]={$plugin_eventcal_cal_m}&amp;calendar[cy]={$plugin_eventcal_cal_y}"><img src="{$plugin_eventcal_cal_imgpath}{if $plugin_eventcal_cal_ap==1}img/notes-reject.gif{else}img/notes-add.gif{/if}" border='0' alt="notes-add-reject" title="{if $plugin_eventcal_cal_ap}{$CONST.CAL_EVENT_FORM_BUTTON_CLOSE}{else}{$CONST.CAL_EVENT_FORM_BUTTON_OPEN}{/if}" /></a>
<b class="eventcal_reiter"><font class="eventcal_reiter_dim">{$CONST.CAL_EVENT_FORM_BUTTON_APPROVE_EVENT} [ </font>{$plugin_eventcal_cal_crs} <font class="eventcal_reiter_dim">{$CONST.CAL_EVENT_FORM_BUTTON_TOAPPROVE} ]</font></b>
<th align="left" class="eventcal_button">
<a href="{$plugin_eventcal_cal_path}{$eventcal_permalink_add}calendar[ap]={if $plugin_eventcal_cal_ap}0{else}1{/if}&amp;calendar[a]={$plugin_eventcal_cal_a}&amp;calendar[cm]={$plugin_eventcal_cal_m}&amp;calendar[cy]={$plugin_eventcal_cal_y}"><img src="{$plugin_eventcal_cal_imgpath}{if $plugin_eventcal_cal_ap==1}img/notes-reject.gif{else}img/notes-add.gif{/if}" border="0" alt="notes-add-reject" title="{if $plugin_eventcal_cal_ap}{$CONST.CAL_EVENT_FORM_BUTTON_CLOSE}{else}{$CONST.CAL_EVENT_FORM_BUTTON_OPEN}{/if}" /></a>
<b class="eventcal_tab"><span class="eventcal_tab_dim">{$CONST.CAL_EVENT_FORM_BUTTON_APPROVE_EVENT} [ </span>{$plugin_eventcal_cal_crs} <span class="eventcal_tab_dim">{$CONST.CAL_EVENT_FORM_BUTTON_TOAPPROVE} ]</span></b>
</th>
</tr>
<!-- unapproved event table button end -->

View file

@ -1,10 +1,4 @@
{*
Ein Kommentar mit Smarty
Wie in PHP wird dieser dann von dem Smarty-System
ignoriert. Der Browser bekommt dann diesen Kommentar
auch nicht zu sehen, obwohl er direkt im Template steht.
file: plugin_eventcal_calweek.tpl - 2010-02-08, ian
*}
{* file: plugin_eventcal_calweek.tpl - 2010-02-08, Ian *}
{if $plugin_eventcal_cal_sedweek}
@ -160,8 +154,8 @@
<table class="eventcal_{$day.col}">
<tbody>
<tr>
<td class="eventcal_{$day.col} eventcal_lft">{if $day.today == 'today'}<div class="eventcal_todaycell">{$CONST.CAL_EVENT_TODAY}</div>{elseif $day.today == 'blank'}<img src="{serendipity_getFile file="img/blank.png"}" alt="blank" width="1" height="1" border="0" />{else}&nbsp;{/if}</td>
<td class="eventcal_{$day.col} eventcal_rgt">{$day.label|@default:'&nbsp;'}</td>
<td class="eventcal_{$day.col} eventcal_lft">{if $day.today == 'today'}<div class="eventcal_todaycell">{$CONST.CAL_EVENT_TODAY}</div>{elseif $day.today == 'blank'} {else}&nbsp;{/if}</td>
<td class="eventcal_{$day.col} eventcal_rgt">{$day.label|default:'&nbsp;'}</td>
</tr>
<tr>
<td class="eventcal_{$day.col} eventcal_lft" colspan="2">{if !$day.arrdata}&nbsp;{/if}
@ -169,7 +163,7 @@
{foreach from=$day.arrdata item=r start=1}
<span class="{if $r.tipo == 1 || $r.tipo == 6}mono{elseif $r.tipo == 2}multi{elseif $r.tipo == 3}recm{elseif $r.tipo == 4 || $r.tipo == 5}recw{/if} eventtype">
<a class="small_eventcal_link" href="{$plugin_eventcal_cal_path}{$eventcal_permalink_add}calendar[a]={$r.a}&amp;calendar[ap]={$r.ap}&amp;calendar[cm]={$r.m}&amp;calendar[cy]={$r.y}&amp;calendar[ev]={$r.id}" title="open event entry {$r.sdesc}"><b class="eventcal_reiter">{$r.sdesc}</b></a><br />
<a class="small_eventcal_link" href="{$plugin_eventcal_cal_path}{$eventcal_permalink_add}calendar[a]={$r.a}&amp;calendar[ap]={$r.ap}&amp;calendar[cm]={$r.m}&amp;calendar[cy]={$r.y}&amp;calendar[ev]={$r.id}" title="open event entry {$r.sdesc}"><b class="eventcal_tab">{$r.sdesc}</b></a><br />
</span>
{/foreach}

View file

@ -1,10 +1,4 @@
{*
Ein Kommentar mit Smarty
Wie in PHP wird dieser dann von dem Smarty-System
ignoriert. Der Browser bekommt dann diesen Kommentar
auch nicht zu sehen, obwohl er direkt im Template steht.
file: plugin_eventcal_entry.tpl - 2010-02-07, ian
*}
{* file: plugin_eventcal_entry.tpl - 2010-02-07, Ian *}
<!-- plugin_eventcal_entry.tpl start -->

View file

@ -1,10 +1,4 @@
{*
Ein Kommentar mit Smarty
Wie in PHP wird dieser dann von dem Smarty-System
ignoriert. Der Browser bekommt dann diesen Kommentar
auch nicht zu sehen, obwohl er direkt im Template steht.
file: plugin_eventcal_ical.tpl - 2010-02-19, ian
*}
{* file: plugin_eventcal_ical.tpl - 2015-11-29, Ian *}
##STARTICAL##BEGIN:VCALENDAR
PRODID:{$ical_proid}
VERSION:2.0
@ -32,7 +26,7 @@ RRULE:FREQ=YEARLY;INTERVAL=1;BYDAY=-1SU;BYMONTH=10
END:STANDARD
END:VTIMEZONE
{foreach from=$ical_events item="event"}
{if $event.sdesc}
{if isset($event.sdesc)}
BEGIN:VEVENT
CREATED:{$event.tstamp|date_format:"%Y%m%dT%H%M%S"}Z
LAST-MODIFIED:{$event.modified|date_format:"%Y%m%dT%H%M%S"}Z

File diff suppressed because it is too large Load diff

View file

@ -0,0 +1,623 @@
/************************************************************************************/
/* style_eventcal.css for serendipity_eventcal_cal.php v.1.68 2015-11-28 Ian */
/************************************************************************************/
/* disable 2k11 settings */
table {
border-collapse: separate;
border-spacing: 1px;
}
.serendipity_entry table {
border: 0 none;
margin: 0;
}
.serendipity_entry tbody td {
padding: inherit;
}
/* wraps and tags */
#eventcal_wrapper {
margin: 0;
padding: 0;
font: 500 11px/16px Verdana,Arial,Helvetica,sans-serif;
}
br.clear { clear: both; }
#eventcal_wrapper div.eventcal_intro {
padding: 4px;
background-color: #D5BFC0;/* todays color; #C0C0FF weekly color; #FF7400 orange color */
/* mozilla, chrome, safari, ie7+, (opera?) round corners */
border-color: hsl(360,100%,35%);
-moz-border-radius: 8px;
-webkit-border-radius: 8px;
-khtml-border-radius: 8px;
border: 1px solid hsl(360,100%,35%);
text-align:justify;
}
/**********************************/
/* Messages and Debug information */
/**********************************/
#eventcal_error_surrounder {
padding: 4px;
background-color:#999;
border: 1px solid #333;
}
.error_brand {
background-color: #000;
color: #FF3000;
font-weight: 600;
}
.error_table_main th {
color: #f0f0f0;
}
.error_value {
background-color: #FFFF00;
}
.eventcal_tpl_error {
font-weight: 600;
padding: 0;
margin-bottom: 1.5em;
}
.eventcal_tpl_message {
border: 1px solid #6280A2;
background-color: #C6C6DE;
margin-bottom: 1.5em;
padding: 6px;
}
.eventcal_tpl_error_inner {
background: #f2dede;
border: 1px solid #e4b9b9;
color: #b94a48;
margin-top: 1.5em;
padding: 6px;
width: auto;
}
.serendipity_msg_notice {
background: #fcf8e3;
border: 1px solid #fbeed5;
color: #c09853;
}
.serendipity_msg_hint {
background: #eee;
border: 1px solid #aaa;
color: #777;
}
.eventcal_tpl_message_inner {
width: auto;
border: 1px solid #6280A2;
background-color: #A29D8C; /* Violet */
color: #F5DEB3; /* Wheat */
padding: 6px;
}
/*******************************/
/* eventcal TABLE classes
/*******************************/
table.questionaire {
width: auto;padding: 2px;
color: #333;
border: 1px solid #6280A2;
border-collapse: separate; /*no cellspacing: collapse;*/
border-spacing: 3px 1px;
background-color: #C6C6DE;
}
table.eventborder {
margin: 20px 0 0 0;
padding: 0;
border: 1px solid #999;
background: #d0d0d0 !important;
width: 100%;
/*min-width:770px !important;*/
}
table.eventcal_monthbutton {
padding: 0;
margin: 0;
width: 100%;
background: #d0d0d0;
border: 0;
border-collapse: collapse;
border-spacing: 0;
}
table.eventcal_monthbutton td.left { width: 34%; vertical-align: bottom; }
table.eventcal_monthbutton td.mid { width: 32%; vertical-align: bottom; }
table.eventcal_monthbutton td.right { width: 34%; vertical-align: bottom; }
table.innereventborder {
padding: 0;
margin: 0;
width: 100%;
background: #333;
border: 0;
border-collapse: separate; /*no cellspacing: collapse;*/
border-spacing: 1px 1px;
/*empty-cells: hide;*/
}
table.innereventborder td { padding:1px; }
table.innereventborder td.eventcal_weekly_eventlabel { width:2%; background-color: #555; text-align:center; color: #FF7400; }
table.innereventborder td.eventcal_weekly_eventtitle { width:45%; }
table.innereventborder td.eventcal_weekly_eventical { width:15%; text-align:center; font-weight:700; }
table.innereventborder td.eventcal_weekly_eventical img { border:1px solid #D5BFC0; width:28px; height:12px; }
table.innereventborder td.eventcal_weekly_eventdate { width:30%; text-align:center; font-size: xx-small; }
table.innereventborder td.eventcal_weekly_eventappby { width:8%; text-align:center; }
table.innereventborder td.eventcal_weekly_eventtext { width:98%; padding: 4px; }
table.innereventborder td.eventcal_weekly_eventtext div.eventcal_weekly_eventurl { float:right;padding:1px 3px;border:1px dashed #333;background-color:#FF7400; }
/* colors of day in monthview */
table.eventcal_today {
width: 100%;
background: #D5BFC0;
border-collapse: collapse;
border-spacing: 0;
}
td.eventcal_today {
background: #D5BFC0 !important; /* make sure the full cell has the same color */
}
table.eventcal_isday {
width: 100%;
background: #f0f0f0;
border-collapse: collapse;
border-spacing: 0;
}
table.eventcal_noday {
width: 100%;
background: #d0d0d0 !important;
border-collapse: collapse;
border-spacing: 0;
}
td.eventcal_noday {
background: #d0d0d0 !important; /* make sure the full cell has the same color */
}
table.eventcal_isday tr,
table.eventcal_today tr,
table.eventcal_noday tr {
height: 1px;
}
table.eventcal_weeknav {
width: 100%;
border: 1px solid #333;
}
table.eventcal_weeknav_top {
border-bottom: 0;
}
/* be sure to have Weekday headers be near width 100% */
th.eventcal_weekhead {
font: 500 11px/16px Verdana,Arial,Helvetica,sans-serif;
width: 14.2% !important;
}
tr.d0 {
background-color: #d0d0d0;
}
tr.e1 {
background-color: #e1e5de;
}
tr.f0 {
background-color: #f0f0f0;
}
tr.ff {
background-color: #fff;
}
tr.a0, th.a0 {
background-color: #a0a0a0;
}
td.weekcw {
width: 2% !important;
}
/****************************************/
/* eventcal single entry table settings */
/****************************************/
table.eventtext_entry {
width: 100%;
padding: 6px 2px;
border-collapse: separate; /* no cellspacing: collapse; */
border-spacing: 2px;
font-size: 10px;
}
table.eventtext_entry tr {
background-color: #a0a0a0;
}
table.eventtext_entry th {
/* single entry shorttitle, date, app_by */
border: 1px solid navy;
text-align:left;
font: 500 9.5px verdana, arial, geneva, helvetica, sans-serif;
color: #BFB; /* some light-green color */
padding: 0 1px;
}
table.eventtext_entry td.entry {
background-color:#FDFDFD;
border: 1px solid navy;
width:78%;
padding: 2px;
}
table.eventtext_entry th.eventcal_links { height:12px; }
table.eventtext_entry th.center { text-align:center; }
table.eventtext_entry th.eventcal_links img { border:1px solid #D5BFC0; width:28px; height:12px; }
/********************************/
/* eventcal form table settings */
/********************************/
table.eventcal_form {
width: 100%;
border: 1px solid #999;
border-collapse: separate; /* no cellspacing: collapse; */
border-spacing: 1px 0;
}
th.eventformtitle {
font: 600 11.5px verdana, arial, geneva, helvetica, sans-serif;
text-align: left;
background: #cbcbcb;
}
.serendipity_entry tbody td.eventformdesc,
td.eventformdesc {
padding: 2px 0;
font: 500 11px verdana, arial, geneva, helvetica, sans-serif;
text-align: left;
background-color: #e0e0e0; /* form gray */
}
.formfield textarea {
width: 98%;
overflow: auto; /* in html wrap=virtual is not XHTML */
width: 300px;
}
td.eventformdesc input {
background-color: #fff;
}
td.eventformdesc input[type="text"] {
margin-right: .5em;
}
td.eventformdesc input[type="checkbox"],
td.eventformdesc input[type="radio"] {
box-sizing: border-box;
background-color: #ddd;
margin-right: .2em;
padding: 0;
vertical-align: sub;
}
td.eventformdesc input.info::before,
td.eventformdesc .icon-info-circled::before{
content: "?";
background-color: #f6f6f6;
background-image: -moz-radial-gradient(55% 50%, ellipse farthest-corner, #367e98, rgba(247, 255, 224, 0.5) 50%);
background-image: -webkit-radial-gradient(55% 50%, ellipse farthest-corner, #367e98, rgba(247, 255, 224, 0.5) 50%);
background-image: -o-radial-gradient(55% 50%, ellipse farthest-corner, #367e98, rgba(247, 255, 224, 0.5) 50%);
background-image: -ms-radial-gradient(55% 50%, ellipse farthest-corner, #367e98, rgba(247, 255, 224, 0.5) 50%);
background-image: radial-gradient(55% 50%, ellipse farthest-corner, #367e98, rgba(247, 255, 224, 0.5) 50%) rgba(199, 238, 252, 0.60);
border-radius: 0.8125em 0.8125em 0.8125em 0.8125em;
padding: 0.1em 0.5em;
-webkit-box-shadow: 0 0 2px 1px rgba(41, 69, 100, 0.5);
-moz-box-shadow: 0 0 2px 1px rgba(41, 69, 100, 0.5);
-o-box-shadow: 0 0 2px 1px rgba(41, 69, 100, 0.5);
box-shadow: 0 0 2px 1px rgba(41, 69, 100, 0.5);
outline: 0 none;
}
td.eventformdesc abbr[title] {
border-bottom: 0 none;
text-decoration: none;
}
td.eventformdesc sub,
td.eventformdesc sup {
font-size: 100%;
bottom:0;
}
td.eventformlink {
white-space:nowrap;
}
td.formfield {
margin:auto;
}
/********************************/
/* eventcal appform table settings */
/********************************/
table.eventcal_appform {
width: 100%;
border: 1px solid #999;
border-collapse: separate; /* no cellspacing: collapse; */
border-spacing: 0 2px;
}
th.eventcal_appform_title_lft {
padding-left:7px;
text-align: left;
}
th.eventcal_appform_title_rgt {
padding-right:12px;
text-align: right;
}
td.eventcal_appform_validation {
padding: 4px 2px 4px 7px;
text-align: left;
border-top: 1px solid #ff8040;
vertical-align: middle;
white-space:nowrap;
}
td.eventcal_appform_validation .eventcal_appdate {
white-space:normal;
}
td.eventcal_appform_validation .eventcal_appldesc {
width:57%;
}
input.eventcal_appform_move, img.eventcal_appform_move {
margin-right:10px;float:right;
}
/*******************************/
/* eventcal innertable styles
/*******************************/
#eventcal_wrapper .entryadmin {
font-weight: bold;
text-shadow: 0px 2px 3px #555;
color: #222;
vertical-align: bottom; /* depends on th.eventtext */
}
#eventcal_wrapper .entryadmin span {
padding:0 0 0 3px;
border:1px solid #ccc;
background-color:#eee;
}
#eventcal_wrapper .entryadmin span.left {
display:block;float:left;width:33%;height:15px;white-space:nowrap;
}
#eventcal_wrapper .entryadmin span.right {
display:block;float:right;width:33%;height:15px;text-align:right;padding-right:2px;white-space:nowrap;
}
#eventcal_wrapper .entryadmin input {
background-color:#FFABAB;
padding: 0;
}
.eventcal_todaycell {
color: #DF0000; /* div today */
font-size: 10px;
font-weight: bold;
}
.eventcal_lft {
text-align: left;
vertical-align:top;
}
.eventcal_rgt {
text-align: right;
vertical-align:top;
}
.serendipity_commentDirection {
text-align:justify;
}
.captcha {
border:1px solid #777;
}
.eventcal_msg {
text-align: center;
padding: 10px;
border: 1px solid #999;
background-color: #F0F0F0;
}
.eventcal_bg {
padding: 6px;
border: 1px solid #333;
background: #bababa;
}
.eventcal_button {
background-color: #d0d0d0;
border: 1px solid #bbb;
}
.eventcal_button img {
vertical-align: middle;
}
.eventcal_entrytop {
padding: 4px;
font: 500 11px arial,helvetica,sans-serif;
color: #800040;
text-align: left;
white-space:nowrap;
}
.eventcal_entrybottom {
padding: 4px;
background: #e1e5de;
border-top: 1px solid #996;
border-bottom: 1px solid #996;
margin-bottom: 6px;
font: 500 11px verdana,arial,helvetica,sans-serif;
text-align: left;
}
.eventcal_splitentries {
clear: both;
background-color: #e1e5de;
}
.eventcal_day {
margin: 0;
padding: 2px;
text-align: center;
background-color: #f0f0f0;/*#d0d0d0;*/
}
.eventcal_week_cw {
margin: 0;
padding: 0;
text-align: center;
background-color: #a0a0a0;
color: #f0f0f0;
font: x-small arial, helvetica, sans-serif;
}
.eventcal_weeknav {
width: 42%;
vertical-align: bottom; /*depends on eventcal_lft/rgt which sets to top*/
}
.eventcal_weekly_title {
color: #800060;
font-weight: 800;
text-align: center;
}
.eventcal_weekly_daytitel {
text-align: left;
font-weight: 700;
color: #800060;
width: 100%;
}
.eventcal_input {
font: 500 11px verdana,arial,helvetica,sans-serif;
border: 1px solid #333;
text-align: left;
padding: 2px;
background-color: #bbb;
}
.eventcal_made {
padding: 10px;
border: 1px solid #999;
background-color: #F0F0F0;
}
.eventcal_tab {
text-align: center;
font: 700 10.0px arial, helvetica, sans-serif;
text-decoration: none;
vertical-align: middle;
}
.eventcal_tab_dim {
color: #888;
font-weight: 500;
font: x-small arial, helvetica, sans-serif;
vertical-align: bottom;
}
/************************************************************************************/
/* set td, span classes for single, multi, recur monthly and recuring weekly events */
/************************************************************************************/
.eventcal_helptip {
width: 25%;
}
.eventcal_ical a, .eventcal_ical img {
text-decoration: none;
border: 0 none;
}
/* the calendar event color buttons */
.mono {
background-color: #FFFFC0;
}
.multi {
background-color: #C8E4C8;/*#C0FFC0;*/
}
.recm {
background-color: #F3DBF3;
}
.recw {
background-color: #C0C0FF;
}
span.eventtype {
font: x-small arial, helvetica, sans-serif;
text-align: center;
border: 1px solid #808080;border-width: 0 0 1px 0;
}
/* the help color buttons at bottom */
span.mono {
display:block;float:left;width:100%;white-space:nowrap;
}
span.multi {
display:block;float:left;width:100%;white-space:nowrap;
}
span.recm {
display:block;float:left;width:100%;white-space:nowrap;
}
span.recw {
display:block;float:left;width:100%;white-space:nowrap;
}
span.tip {
font: xx-small arial, helvetica, sans-serif;
text-align:center;
border:1px solid #000080;
}
/* obfuscating spamblock markup and emoticate text */
.serendipity_comment_s9ymarkup {
display: none;
visibility: hidden;
}
.serendipity_comment_emoticate {
display: none;
visibility: hidden;
}
/* obfuscating spamblock captcha completly */
/*
.serendipity_comment_spamblock {
display: none;
visibility: hidden;
}
*/
/**************************/
/* link & button settings */
/**************************/
.eventcal_entrytop a,
.eventcal_entrytop a:link,
.eventcal_entrytop a:visited,
.eventcal_entrytop a:hover,
.eventcal_entrytop a:active,
.eventcal_entrytop a:focus {
font: 700 12px arial,helvetica,sans-serif;
text-decoration: none;
}
a.small_eventcal_link:link {
color: #0000df;
text-decoration: none;
font: xx-small arial, helvetica, sans-serif;
}
a.small_eventcal_link:visited {
color: #606060;
text-decoration: none;
font: xx-small arial, helvetica, sans-serif;
}
a.small_eventcal_link:hover {
color: #e00060;
text-decoration: none;
font: xx-small arial, helvetica, sans-serif;
}
a.small_eventcal_link:active {
color: #af00ff;
text-decoration: underline;
font: xx-small arial, helvetica, sans-serif;
}
a.small_eventcal_link:focus {
color: #00e000;
text-decoration: underline;
font: xx-small arial, helvetica, sans-serif;
}
#eventcal_wrapper td.eventformbutton input {
background: url('{TEMPLATE_PATH}img/button_background.png') repeat scroll 0 50% #80B0DA;
font-weight: 700 !important;
}
/* Special class if the button is <a> tag */
#eventcal_wrapper a.serendipityPrettyButton {
padding: 2px 4px 2px 4px;
cursor: pointer;
background:url("{TEMPLATE_PATH}img/button_background.png") repeat scroll 0 50% transparent;
}
#eventcal_wrapper a:link.serendipityPrettyButton,
#eventcal_wrapper a:visited.serendipityPrettyButton,
#eventcal_wrapper a:hover.serendipityPrettyButton {
text-decoration: none;
color: #1D2E3F;
}
#eventcal_wrapper .serendipityPrettyButton {
padding: 1px;
color: #1D2E3F;
font-weight: bold;
font-size: 0.9em;
border: 1px outset #000;
margin: 2px;
}
#eventcal_wrapper input.serendipityPrettyButton {
background: url('{TEMPLATE_PATH}img/button_background.png') repeat scroll 0 50% #80B0DA;
}
#eventcal_wrapper input.info { clear: both; font-style: italic; font-size: 8px; height: 12px; width: 12px; vertical-align: bottom;}
#eventcal_wrapper input.bbc_i { margin: 2px 2px 0; padding: 2px; font-style: italic; font-size: 12px; }
#eventcal_wrapper input.bbc_b { margin: 2px 2px 0; padding: 2px; font-weight: bold; font-size: 12px; }
#eventcal_wrapper input.bbc_u { margin: 2px 2px 0; padding: 2px; text-decoration: underline; font-size: 12px; }
#eventcal_wrapper input.bbc_s { margin: 2px 2px 0; padding: 2px; font-style: italic; font-size: 12px; }

View file

@ -2,26 +2,12 @@
/* style_eventcal_backend.css for serendipity_eventcal_cal.php v.1.66 2011-02-23 ian */
/************************************************************************************/
#eventcal_wrapper {
margin: 0;
padding: 0;
font: 500 11px/16px Verdana,Arial,Helvetica,sans-serif;
}
br.clear { clear: both; }
#eventcal_wrapper div.eventcal_intro {
padding: 4px;
background-color: #D5BFC0;/* todays color; #C0C0FF weekly color; #FF7400 orange color */
/* mozilla, chrome, safari, ie7+, (opera?) round corners */
border-color: hsl(360,100%,35%);
-moz-border-radius: 8px;
-webkit-border-radius: 8px;
-khtml-border-radius: 8px;
border: 1px solid hsl(360,100%,35%);
text-align:justify;
table.ec_export {
width: 100%;
}
/*********************************************/
/* Backend only styles - colour you life ;-) */
/* background colors used: */
@ -49,9 +35,9 @@ div.backend_eventcal_nav ul li#active { border-bottom:1px solid #888; background
div.backend_eventcal_menu { background-color:#F0F0F0; background: -moz-linear-gradient(left 20deg, #F0F0F0, #D5BFC0); border:1px solid #777; padding:0 0 0 20px; }
div.backend_eventcal_head { background-color:#D5BFC0; background: -moz-linear-gradient(left 20deg, #D5BFC0, #F0F0F0); border:1px solid red; margin:20px 0 0 0px; padding: 4px 20px; float:left; }
div.backend_eventcal_paginator { background-color:#6280A2; border:2px solid #555; background-color: transparent; border: 0 none; margin-top:100px; height:25px; }
span.backend_eventcal_paginator_left { float:left; width:40%; text-align:left; margin-left:20px; color: #aaa !important; }
span.backend_eventcal_paginator_center { margin: 5px 20px; width:20%; text-align:center; font-weight: 700 !important; }
span.backend_eventcal_paginator_right { float:right; width:40%; text-align:right; margin-right:20px; color: #aaa !important; }
span.backend_eventcal_paginator_left { float:left; width:35%; text-align:left; margin-left:20px; color: #aaa !important; }
span.backend_eventcal_paginator_center { margin: 5px 20px; width:30%; text-align:center; font-weight: 700 !important; }
span.backend_eventcal_paginator_right { float:right; width:35%; text-align:right; margin-right:20px; color: #aaa !important; }
div.backend_eventcal_noresult { margin-top:100px; border: 0 none; }
div.backend_eventcal_dbclean_title { margin:100px 0 20px 10px; }
div.backend_eventcal_dbclean_menu { background-color:#FFC125; background: -moz-linear-gradient(left 20deg, #FFC125, #D5BFC0); border:1px solid #808; display:block; margin:20px 0 20px 0; }
@ -335,26 +321,6 @@ input.eventcal_appform_move, img.eventcal_appform_move {
/*******************************/
/* eventcal innertable styles
/*******************************/
.entryadmin {
font-weight: bold !important;
text-shadow: 0px 2px 3px #555;
color: #222 !important;
vertical-align: bottom; /* depends on th.eventtext */
}
.entryadmin span {
padding:0 0 0 3px;
border:1px solid #333;
background-color:#ccc;
}
.entryadmin span.left {
display:block;float:left;width:33%;height:15px;white-space:nowrap;
}
.entryadmin span.right {
display:block;float:right;width:33%;height:15px;text-align:right;padding-right:2px;white-space:nowrap;
}
.entryadmin input {
background:#FF4040 !important;
}
.eventcal_todaycell {
color: #DF0000; /* div today */
font-size: 10px;
@ -374,18 +340,6 @@ input.eventcal_appform_move, img.eventcal_appform_move {
.captcha {
border:1px solid #777;
}
.eventcal_admin_delete {
white-space:nowrap;
border: 1px outset #F00000;
background:#f0f0f0;
vertical-align:bottom;
}
.eventcal_admin_delete img {
vertical-align: middle;
width: 16px;
height: 16px;
background:#FF4040 !important;
}
.eventcal_msg {
text-align: center;
padding: 10px;
@ -411,9 +365,6 @@ input.eventcal_appform_move, img.eventcal_appform_move {
text-align: left;
white-space:nowrap;
}
.eventcal_admin {
text-align: right;
}
.eventcal_entrybottom {
padding: 4px;
background: #e1e5de;
@ -463,25 +414,18 @@ input.eventcal_appform_move, img.eventcal_appform_move {
padding: 2px;
background-color: #bbb;
}
.eventcal_truncate {
border:1px solid #8B0000;
width: 4px;
height: 12px;
vertical-align: bottom;
background-color: #D5BFC0;
}
.eventcal_made {
padding: 10px;
border: 1px solid #999;
background-color: #F0F0F0;
}
.eventcal_reiter {
.eventcal_tab {
text-align: center;
font: 700 10.0px arial, helvetica, sans-serif;
text-decoration: none;
vertical-align: middle;
}
.eventcal_reiter_dim {
.eventcal_tab_dim {
color: #888;
font-weight: 500;
font: x-small arial, helvetica, sans-serif;
@ -538,14 +482,17 @@ span.tip {
/* obfuscating spamblock markup and emoticate text */
.serendipity_comment_s9ymarkup {
display: none;
visibility: hidden;
}
.serendipity_comment_emoticate {
display: none;
visibility: hidden;
}
/* obfuscating spamblock captcha completly */
/*
.serendipity_comment_spamblock {
display: none;
visibility: hidden;
}
*/
@ -588,45 +535,9 @@ a.small_eventcal_link:focus {
font: xx-small arial, helvetica, sans-serif;
}
#eventcal_wrapper td.eventformbutton input {
/*background-color: #FF6347; tomato else darkorange #FF8C00;*/
background: url('{TEMPLATE_PATH}img/button_background.png') repeat scroll 0 50% #80B0DA;
font-weight: 700 !important;
}
/* Special class if the button is <a> tag */
#eventcal_wrapper a.serendipityPrettyButton {
padding: 2px 4px 2px 4px;
cursor: pointer;
background:url("{TEMPLATE_PATH}img/button_background.png") repeat scroll 0 50% transparent;
}
#eventcal_wrapper a:link.serendipityPrettyButton,
#eventcal_wrapper a:visited.serendipityPrettyButton,
#eventcal_wrapper a:hover.serendipityPrettyButton {
text-decoration: none;
color: #1D2E3F;
}
#eventcal_wrapper .serendipityPrettyButton {
padding: 1px;
color: #1D2E3F;
font-weight: bold;
font-size: 0.9em;
border: 1px outset #000;
margin: 2px;
}
#eventcal_wrapper input.serendipityPrettyButton {
background: url('{TEMPLATE_PATH}img/button_background.png') repeat scroll 0 50% #80B0DA;
}
#backend_eventcal_wrapper input.info,
#eventcal_wrapper input.info { clear: both; font-style: italic; font-size: 8px; height: 12px; width: 12px; vertical-align: bottom;}
#backend_eventcal_wrapper input.bbc_i,
#eventcal_wrapper input.bbc_i { margin: 2px 2px 0; padding: 2px; font-style: italic; font-size: 12px; }
#backend_eventcal_wrapper input.bbc_b,
#eventcal_wrapper input.bbc_b { margin: 2px 2px 0; padding: 2px; font-weight: bold; font-size: 12px; }
#backend_eventcal_wrapper input.bbc_u,
#eventcal_wrapper input.bbc_u { margin: 2px 2px 0; padding: 2px; text-decoration: underline; font-size: 12px; }
#backend_eventcal_wrapper input.bbc_s,
#eventcal_wrapper input.bbc_s { margin: 2px 2px 0; padding: 2px; font-style: italic; font-size: 12px; }
#backend_eventcal_wrapper input.info { clear: both; font-style: italic; font-size: 8px; height: 12px; width: 12px; vertical-align: bottom;}
#backend_eventcal_wrapper input.bbc_i { margin: 2px 2px 0; padding: 2px; font-style: italic; font-size: 12px; }
#backend_eventcal_wrapper input.bbc_b { margin: 2px 2px 0; padding: 2px; font-weight: bold; font-size: 12px; }
#backend_eventcal_wrapper input.bbc_u { margin: 2px 2px 0; padding: 2px; text-decoration: underline; font-size: 12px; }
#backend_eventcal_wrapper input.bbc_s { margin: 2px 2px 0; padding: 2px; font-style: italic; font-size: 12px; }