Merge branch 'flatpressblog:master' into upstream/issue197

This commit is contained in:
Frank Hochmuth 2023-02-18 00:52:24 +01:00 committed by GitHub
commit 83cb06f99f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
40 changed files with 1874 additions and 1842 deletions

View File

@ -36,7 +36,7 @@
- Reworked translations: Spanish, Portuguese, Dutch, and Italian - Reworked translations: Spanish, Portuguese, Dutch, and Italian
- Fixed wrong pt-br country code ([#100](https://github.com/flatpressblog/flatpress/issues/100)) - Fixed wrong pt-br country code ([#100](https://github.com/flatpressblog/flatpress/issues/100))
- German translation for Comment Center plugin added ([#148](https://github.com/flatpressblog/flatpress/issues/148)) - German translation for Comment Center plugin added ([#148](https://github.com/flatpressblog/flatpress/issues/148))
- Fixed not-yet-translated phrases in Admin Area ([#171](https://github.com/flatpressblog/flatpress/issues/171)) - Fixed not-yet-translated phrases in Blog view and Admin Area ([#171](https://github.com/flatpressblog/flatpress/issues/171))
## Bugfixes ## Bugfixes
- Plugin management page: Removed empty warning messages box - Plugin management page: Removed empty warning messages box

View File

@ -6,7 +6,7 @@
{static_block} {static_block}
{if isset($preview)} {if isset($preview)}
<fieldset id="post-preview"><legend>{$panelstrings.preview}</legend> <fieldset id="post-preview"><legend>{$panelstrings.preview}</legend>
{include file="preview.tpl"} {include file="previewstatic.tpl"}
</fieldset> </fieldset>
{/if} {/if}

View File

@ -1,201 +1,193 @@
<?php <?php
$lang = array();
$lang = array(); $lang ['main'] = array(
'nextpage' => 'Další strana &raquo;',
'prevpage' => '&laquo; Předcházející',
'entry' => 'Příspěvek',
'static' => 'Statická stránka',
'comment' => 'Komentář',
'preview' => 'Upravit/Náhled',
$lang['main'] = array( 'filed_under' => 'Pole pod ',
'nextpage' => 'Další strana &raquo;',
'prevpage' => '&laquo; Předcházející',
'entry' => 'Příspěvek',
'static' => 'Statická stránka',
'comment' => 'Komentář',
'preview' => 'Upravit/Náhled',
'filed_under' => 'Pole pod ',
'add_entry' => 'Přidat příspěvek',
'add_comment' => 'Přidat komentář',
'add_static' => 'Přidat statickou stránku',
'btn_edit' => 'Upravit',
'btn_delete' => 'Smazat',
'nocomments' => 'Přidej komentář',
'comment' => '1 komentář',
'comments' => 'komentáře',
);
$lang['search'] = array(
'head' => 'Hledat',
'fset1' => 'Vložit kritéria hledání',
'keywords' => 'Výraz',
'onlytitles' => 'Jen nadpisy',
'fulltext' => 'Full-text',
'fset2' => 'Datum',
'datedescr' => 'Můžete si přiřadit Vaše hledání ke konkrétnímu datu. Můžete zvolit rok, rok a měsíc, nebo přesné datum. '.
'Nechat prázdné pro hledání v celé databází.',
'fset3' => 'Hleda v kategoriích',
'catdescr' => 'Nechat prázdné pro hledání v celé databází.',
'fset4' => 'Začit hledání',
'submit' => 'Hledej',
'headres' => 'Výsledky hledání',
'descrres' => 'Vyhledávání <strong>%s</strong> nalezlo tyto výsledky:',
'descrnores'=> 'Vyhledávání <strong>%s</strong> nenalezlo žádný výsledek.',
'moreopts' => 'Další možnosti',
'searchag' => 'Hledej znovu',
);
$lang['search']['error'] = array(
'keywords' => 'Musíš zadat aspoň jedno klíčové slovo'
);
$lang['entry'] = array();
$lang['entry']['flags'] = array();
$lang['entry']['flags']['long'] = array(
'draft' => '<strong>Rozepsané:</strong>: Skryté, čakající na publikování',
//'static' => '<strong>Statický příspěvek</strong>: normálně skrytý, uvede zápis příspěvku takto ?stránka=nadpis-příspěvku v url (experimentalní)',
'commslock' => '<strong>Komentáře uzamčené</strong>: Komentáře nejsou povolené pro tuto položku'
);
$lang['entry']['flags']['short'] = array(
'draft' => 'Návrh',
//'static' => 'Static',
'commslock' => 'Komentáře zamknuté'
);
$lang['404error'] = array( 'add_entry' => 'Přidat příspěvek',
'subject' => 'Nenalezeno', 'add_comment' => 'Přidat komentář',
'content' => '<p>Stránka kterou hledáte, nebyla nalezena</p>' 'add_static' => 'Přidat statickou stránku',
);
'btn_edit' => 'Upravit',
// Login 'btn_delete' => 'Smazat',
$lang['login'] = array(
'nocomments' => 'Přidej komentář',
'head' => 'Přihlásit', 'comment' => '1 komentář',
'fieldset1' => 'Zadej svoje přihlašovací jméno a heslo', 'comments' => 'komentáře'
'user' => 'Přihlašovací jméno:', );
'pass' => 'Heslo:',
'fieldset2' => 'Přihlaš', $lang ['search'] = array(
'submit' => 'Přihlásit', 'head' => 'Hledat',
'forgot' => 'Zapomenuté heslo' 'fset1' => 'Vložit kritéria hledání',
); 'keywords' => 'Výraz',
'onlytitles' => 'Jen nadpisy',
$lang['login']['success'] = array( 'fulltext' => 'Full-text',
'success' => 'Přihlášení bylo úspěšné.',
'logout' => 'Odhlášení bylo úspěšné.', 'fset2' => 'Datum',
'redirect' => 'Budete přesměrováni do 5 sekund.', 'datedescr' => 'Můžete si přiřadit Vaše hledání ke konkrétnímu datu. Můžete zvolit rok, rok a měsíc, nebo přesné datum. ' . 'Nechat prázdné pro hledání v celé databází.',
'opt1' => 'Zpáky na hlavní stránku',
'opt2' => 'Jdi do Administrace', 'fset3' => 'Hleda v kategoriích',
'opt3' => 'Přidat nový příspěvek' 'catdescr' => 'Nechat prázdné pro hledání v celé databází.',
);
'fset4' => 'Začit hledání',
'submit' => 'Hledej',
'headres' => 'Výsledky hledání',
'descrres' => 'Vyhledávání <strong>%s</strong> nalezlo tyto výsledky:',
'descrnores'=> 'Vyhledávání <strong>%s</strong> nenalezlo žádný výsledek.',
'moreopts' => 'Další možnosti',
'searchag' => 'Hledej znovu',
);
$lang['login']['error'] = array( $lang ['search'] ['error'] = array(
'user' => 'Musíte vložit přihlašovací jméno.',
'pass' => 'Musíte vložit heslo.',
'match' => 'Nesprávné heslo.'
);
'keywords' => 'Musíš zadat aspoň jedno klíčové slovo'
);
$lang['comments'] = array( $lang ['staticauthor'] = array(
'head' => 'Přidat komentář', // "Published by" in static pages
'descr' => 'Pro přidání komentáře vyplňte formulář níže', 'published_by' => 'Vydal',
'fieldset1' => 'Uživatelova data', 'on' => 'dne'
'name' => 'Jméno (*)', );
'email' => 'Email:',
'www' => 'Web:',
'cookie' => 'Pamatovat si',
'fieldset2' => 'Přidat komentář',
'comment' => 'Komentář (*):',
'fieldset3' => 'Poslat',
'submit' => 'Přidat',
'reset' => 'Reset',
'success' => 'Váš komentář byl úspěšně přidaný',
'nocomments' => 'Tento příspěvek ještě nebyl okomentovaný',
'commslock' => 'Pro tento příspěvek byli komentáře vypnuté.'
);
$lang['comments']['error'] = array(
'name' => 'Musíte vložit jméno',
'email' => 'Musíte vložit správný email',
'www' => 'Musíte vložit správné URL',
'comment' => 'Musíte vložit komentář',
);
$lang['date']['month'] = array(
'Leden',
'Únor',
'Březen',
'Duben',
'Květen',
'Červen',
'Červenec',
'Srpen',
'Září',
'Říjen',
'Listopad',
'Prosinec'
);
$lang['date']['month_abbr'] = array( $lang ['entryauthor'] = array(
// "Posted by" in entry pages
'Jan', 'posted_by' => 'Vložil',
'Feb', 'at' => 'na'
'Mar', );
'Apr',
'May',
'Jun',
'Jul',
'Aug',
'Sep',
'Oct',
'Nov',
'Dec'
);
$lang['date']['weekday'] = array( $lang ['entry'] = array();
$lang ['entry'] ['flags'] = array();
'Neděle',
'Pondělí',
'Úterý',
'Středa',
'Čtvrtek',
'Pátek',
'Sobota',
);
$lang['date']['weekday_abbr'] = array( $lang ['entry'] ['flags'] ['long'] = array(
'draft' => '<strong>Rozepsané:</strong>: Skryté, čakající na publikování',
'Ne', //'static' => '<strong>Statický příspěvek</strong>: normálně skrytý, uvede zápis příspěvku takto ?stránka=nadpis-příspěvku v url (experimentalní)',
'Po', 'commslock' => '<strong>Komentáře uzamčené</strong>: Komentáře nejsou povolené pro tuto položku'
'Út', );
'St',
'Čt',
'Pá',
'So',
);
$lang ['entry'] ['flags'] ['short'] = array(
'draft' => 'Návrh',
//'static' => 'Static',
'commslock' => 'Komentáře zamknuté'
);
$lang ['404error'] = array(
'subject' => 'Nenalezeno',
'content' => '<p>Stránka kterou hledáte, nebyla nalezena</p>'
);
// Login
$lang ['login'] = array(
'head' => 'Přihlásit',
'fieldset1' => 'Zadej svoje přihlašovací jméno a heslo',
'user' => 'Přihlašovací jméno:',
'pass' => 'Heslo:',
'fieldset2' => 'Přihlaš',
'submit' => 'Přihlásit',
'forgot' => 'Zapomenuté heslo'
);
$lang ['login'] ['success'] = array(
'success' => 'Přihlášení bylo úspěšné.',
'logout' => 'Odhlášení bylo úspěšné.',
'redirect' => 'Budete přesměrováni do 5 sekund.',
'opt1' => 'Zpáky na hlavní stránku',
'opt2' => 'Jdi do Administrace',
'opt3' => 'Přidat nový příspěvek'
);
$lang ['login'] ['error'] = array(
'user' => 'Musíte vložit přihlašovací jméno.',
'pass' => 'Musíte vložit heslo.',
'match' => 'Nesprávné heslo.'
);
$lang ['comments'] = array(
'head' => 'Přidat komentář',
'descr' => 'Pro přidání komentáře vyplňte formulář níže',
'fieldset1' => 'Uživatelova data',
'name' => 'Jméno (*)',
'email' => 'Email:',
'www' => 'Web:',
'cookie' => 'Pamatovat si',
'fieldset2' => 'Přidat komentář',
'comment' => 'Komentář (*):',
'fieldset3' => 'Poslat',
'submit' => 'Přidat',
'reset' => 'Reset',
'success' => 'Váš komentář byl úspěšně přidaný',
'nocomments' => 'Tento příspěvek ještě nebyl okomentovaný',
'commslock' => 'Pro tento příspěvek byli komentáře vypnuté.'
);
$lang ['comments'] ['error'] = array(
'name' => 'Musíte vložit jméno',
'email' => 'Musíte vložit správný email',
'www' => 'Musíte vložit správné URL',
'comment' => 'Musíte vložit komentář'
);
$lang ['postviews'] = array(
// PostView-Plugin
'views' => 'Volání'
);
$lang ['date'] ['month'] = array(
'Leden',
'Únor',
'Březen',
'Duben',
'Květen',
'Červen',
'Červenec',
'Srpen',
'Září',
'Říjen',
'Listopad',
'Prosinec'
);
$lang ['date'] ['month_abbr'] = array(
'Jan',
'Feb',
'Mar',
'Apr',
'May',
'Jun',
'Jul',
'Aug',
'Sep',
'Oct',
'Nov',
'Dec'
);
$lang ['date'] ['weekday'] = array(
'Neděle',
'Pondělí',
'Úterý',
'Středa',
'Čtvrtek',
'Pátek',
'Sobota'
);
$lang ['date'] ['weekday_abbr'] = array(
'Ne',
'Po',
'Út',
'St',
'Čt',
'Pá',
'So'
);
?> ?>

View File

@ -1,194 +1,194 @@
<?php <?php
$lang = array();
$lang = array(); $lang ['main'] = array(
'nextpage' => 'Nächste Seite &raquo;',
'prevpage' => '&laquo; Vorherige Seite',
'entry' => 'Beitrag',
'static' => 'Statische Seite',
'comment' => 'Kommentar',
'preview' => 'Bearbeiten/Vorschau',
'filed_under' => 'Abgelegt unter ',
'add_entry' => 'Beitrag hinzufügen',
'add_comment' => 'Kommentar hinzufügen',
'add_static' => 'Statische Seite hinzufügen',
'btn_edit' => 'Bearbeiten',
'btn_delete' => 'Löschen',
'nocomments' => 'Kommentar hinzufügen',
'comment' => '1 Kommentar',
'comments' => 'Kommentare'
);
$lang ['search'] = array(
'head' => 'Suchen',
'fset1' => 'Suchkriterien einfügen',
'keywords' => 'Suchwörter',
'onlytitles' => 'Nur Titel suchen',
'fulltext' => 'Volltextsuche',
'fset2' => 'Suche nach Datum',
'datedescr' => 'Du kannst nach einem beliebigen Datum suchen. Kriterien können sein: Jahr, Jahr und Monat oder als komplettes Datum. ' . 'Ohne Angaben wird alles durchsucht.',
'fset3' => 'In Kategorien suchen',
'catdescr' => 'Es muss mindestens eine Kategorie angegeben werden.',
'fset4' => 'Suche starten',
'submit' => 'Suche starten',
'headres' => 'Suchergebnisse',
'descrres' => 'Die Suche nach <strong>%s</strong> brachte folgende Ergebnisse:',
'descrnores' => 'Die Suche nach <strong>%s</strong> blieb erfolglos.',
'moreopts' => 'Mehr Optionen',
'searchag' => 'Suche wiederholen'
);
$lang ['search'] ['error'] = array(
$lang['main'] = array( 'keywords' => 'Es muss mindestens ein Suchkriterium angegeben werden.'
);
'nextpage' => 'Nächste Seite &raquo;',
'prevpage' => '&laquo; Vorherige Seite',
'entry' => 'Beitrag',
'static' => 'Statische Seite',
'comment' => 'Kommentar',
'preview' => 'Bearbeiten/Vorschau',
'filed_under' => 'Abgelegt unter ',
'add_entry' => 'Beitrag hinzufügen',
'add_comment' => 'Kommentar hinzufügen',
'add_static' => 'Statische Seite hinzufügen',
'btn_edit' => 'Bearbeiten',
'btn_delete' => 'Löschen',
'nocomments' => 'Kommentar hinzufügen',
'comment' => '1 Kommentar',
'comments' => 'Kommentare',
);
$lang['search'] = array( $lang ['staticauthor'] = array(
// "Published by" in static pages
'head' => 'Suchen', 'published_by' => 'Veröffentlicht von',
'fset1' => 'Suchkriterien einfügen', 'on' => 'am'
'keywords' => 'Suchwörter', );
'onlytitles' => 'Nur Titel suchen',
'fulltext' => 'Volltextsuche',
'fset2' => 'Suche nach Datum',
'datedescr' => 'Du kannst nach einem beliebigen Datum suchen. Kriterien können sein: Jahr, Jahr und Monat oder als komplettes Datum. '.
'Ohne Angaben wird alles durchsucht.',
'fset3' => 'In Kategorien suchen',
'catdescr' => 'Es muss mindestens eine Kategorie angegeben werden.',
'fset4' => 'Suche starten',
'submit' => 'Suche starten',
'headres' => 'Suchergebnisse',
'descrres' => 'Die Suche nach <strong>%s</strong> brachte folgende Ergebnisse:',
'descrnores'=> 'Die Suche nach <strong>%s</strong> blieb erfolglos.',
'moreopts' => 'Mehr Optionen',
'searchag' => 'Suche wiederholen',
);
$lang['search']['error'] = array(
'keywords' => 'Es muss mindestens ein Suchkriterium angegeben werden.'
);
$lang['entry'] = array();
$lang['entry']['flags'] = array();
$lang['entry']['flags']['long'] = array(
'draft' => '<strong>Beitrag als Entwurf speichern</strong>: wird erst sichtbar, wenn er veröffentlicht wird.',
//'static' => '<strong>Static entry</strong>: normally hidden, to reach the entry put ?page=title-of-the-entry in url (experimental)',
'commslock' => '<strong>Kommentare sperren</strong>: Keine Kommentare für diesen Beitrag zulassen.'
);
$lang['entry']['flags']['short'] = array(
'draft' => 'Entwürfe',
//'static' => 'Static',
'commslock' => 'Kommentare gesperrt.'
);
$lang['404error'] = array( $lang ['entryauthor'] = array(
'subject' => 'Nicht gefunden', // "Posted by" in entry pages
'content' => '<p>Sorry, es wurde nichts passendes für diese Anfrage gefunden.</p>' 'posted_by' => 'Gepostet von',
); 'at' => 'um'
);
// Login
$lang['login'] = array( $lang ['entry'] = array();
$lang ['entry'] ['flags'] = array();
'head' => 'Anmelden',
'fieldset1' => 'Bitte Benutzer und Passwort eingeben',
'user' => 'Benutzer:',
'pass' => 'Passwort:',
'fieldset2' => 'Einloggen',
'submit' => 'Anmelden',
'forgot' => 'Passwort vergessen'
);
$lang['login']['success'] = array(
'success' => 'Du bist angemeldet.',
'logout' => 'Du bist abgemeldet.',
'redirect' => 'Automatische Weiterleitung auf das Blog in 5 Sekunden.',
'opt1' => 'Zurück zum Blog',
'opt2' => 'Zum Administrationsmenü',
'opt3' => 'Neuen Beitrag erstellen'
);
$lang['login']['error'] = array( $lang ['entry'] ['flags'] ['long'] = array(
'user' => 'Bitte Benutzer angeben.', 'draft' => '<strong>Beitrag als Entwurf speichern</strong>: wird erst sichtbar, wenn er veröffentlicht wird.',
'pass' => 'Bitte Passwort eingeben.', //'static' => '<strong>Static entry</strong>: normally hidden, to reach the entry put ?page=title-of-the-entry in url (experimental)',
'match' => 'Benutzer oder Passwort sind falsch.' 'commslock' => '<strong>Kommentare sperren</strong>: Keine Kommentare für diesen Beitrag zulassen.'
); );
$lang ['entry'] ['flags'] ['short'] = array(
'draft' => 'Entwürfe',
//'static' => 'Static',
'commslock' => 'Kommentare gesperrt.'
);
$lang ['404error'] = array(
'subject' => 'Nicht gefunden',
'content' => '<p>Sorry, es wurde nichts passendes für diese Anfrage gefunden.</p>'
);
// Login
$lang ['login'] = array(
'head' => 'Anmelden',
'fieldset1' => 'Bitte Benutzer und Passwort eingeben',
'user' => 'Benutzer:',
'pass' => 'Passwort:',
'fieldset2' => 'Einloggen',
'submit' => 'Anmelden',
'forgot' => 'Passwort vergessen'
);
$lang ['login'] ['success'] = array(
'success' => 'Du bist angemeldet.',
'logout' => 'Du bist abgemeldet.',
'redirect' => 'Automatische Weiterleitung auf das Blog in 5 Sekunden.',
'opt1' => 'Zurück zum Blog',
'opt2' => 'Zum Administrationsmenü',
'opt3' => 'Neuen Beitrag erstellen'
);
$lang['comments'] = array( $lang ['login'] ['error'] = array(
'head' => 'Kommentar hinzufügen', 'user' => 'Bitte Benutzer angeben.',
'descr' => 'Die Felder Name und Kommentar sind Pflichtfelder.', 'pass' => 'Bitte Passwort eingeben.',
'fieldset1' => 'Deine Angaben', 'match' => 'Benutzer oder Passwort sind falsch.'
'name' => 'Name (notwendig)', );
'email' => 'E-Mail Adresse (wird nicht veröffentlicht):',
'www' => 'Website (optional):',
'cookie' => 'Daten für das nächste Mal merken',
'fieldset2' => 'Einen Kommentar schreiben',
'comment' => 'Kommentar:',
'fieldset3' => 'Senden',
'submit' => 'Abschicken',
'reset' => 'Zurücksetzen',
'success' => 'Dein Kommentar wurde erfolgreich hinzugefügt',
'nocomments' => 'Bis jetzt noch keine Kommentare vorhanden',
'commslock' => 'Für diesen Eintrag sind keine Kommentare möglich',
);
$lang['comments']['error'] = array( $lang ['comments'] = array(
'name' => 'Bitte einen Namen eingeben', 'head' => 'Kommentar hinzufügen',
'email' => 'Bitte eine gültige E-Mail Adresse eingeben', 'descr' => 'Die Felder Name und Kommentar sind Pflichtfelder.',
'www' => 'Bitte eine gültige URL eingeben', 'fieldset1' => 'Deine Angaben',
'comment' => 'Bitte einen Kommentar schreiben', 'name' => 'Name (notwendig)',
); 'email' => 'E-Mail Adresse (wird nicht veröffentlicht):',
'www' => 'Website (optional):',
'cookie' => 'Daten für das nächste Mal merken',
'fieldset2' => 'Einen Kommentar schreiben',
'comment' => 'Kommentar:',
'fieldset3' => 'Senden',
'submit' => 'Abschicken',
'reset' => 'Zurücksetzen',
'success' => 'Dein Kommentar wurde erfolgreich hinzugefügt',
'nocomments' => 'Bis jetzt noch keine Kommentare vorhanden',
'commslock' => 'Für diesen Eintrag sind keine Kommentare möglich'
);
$lang['date']['month'] = array( $lang ['comments'] ['error'] = array(
'name' => 'Bitte einen Namen eingeben',
'Januar', 'email' => 'Bitte eine gültige E-Mail Adresse eingeben',
'Februar', 'www' => 'Bitte eine gültige URL eingeben',
'März', 'comment' => 'Bitte einen Kommentar schreiben'
'April', );
'Mai',
'Juni', $lang ['postviews'] = array(
'Juli', // PostView-Plugin
'August', 'views' => 'Aufruf(e)'
'September', );
'Oktober',
'November',
'Dezember'
);
$lang['date']['month_abbr'] = array( $lang ['date'] ['month'] = array(
'Januar',
'Jan', 'Februar',
'Feb', 'März',
'Mär', 'April',
'Apr', 'Mai',
'Mai', 'Juni',
'Jun', 'Juli',
'Jul', 'August',
'Aug', 'September',
'Sep', 'Oktober',
'Okt', 'November',
'Nov', 'Dezember'
'Dez' );
);
$lang['date']['weekday'] = array( $lang ['date'] ['month_abbr'] = array(
'Jan',
'Feb',
'Mär',
'Apr',
'Mai',
'Jun',
'Jul',
'Aug',
'Sep',
'Okt',
'Nov',
'Dez'
);
'Sonntag', $lang ['date'] ['weekday'] = array(
'Montag', 'Sonntag',
'Dienstag', 'Montag',
'Mittwoch', 'Dienstag',
'Donnerstag', 'Mittwoch',
'Freitag', 'Donnerstag',
'Samstag' 'Freitag',
'Samstag'
); );
$lang['date']['weekday_abbr'] = array(
'So',
'Mo',
'Di',
'Mi',
'Do',
'Fr',
'Sa'
);
$lang ['date'] ['weekday_abbr'] = array(
'So',
'Mo',
'Di',
'Mi',
'Do',
'Fr',
'Sa'
);
?> ?>

View File

@ -1,201 +1,192 @@
<?php <?php
$lang = array();
$lang = array(); $lang ['main'] = array(
'nextpage' => 'Επόμενη σελίδα &raquo;',
'prevpage' => '&laquo; Προηγούμενη σελίδα',
'entry' => 'Καταχώρηση',
'static' => 'Στατική σελίδα',
'comment' => 'Σχόλιο',
'preview' => 'Επεξεργασία/Προεπισκόπηση',
'filed_under' => 'Καταχωρημένο στο ',
'add_entry' => 'Προσθήκη καταχώρησης',
'add_comment' => 'Προσθήκη σχολίου',
'add_static' => 'Προσθήκη στατικής σελίδας',
'btn_edit' => 'Επεξεργασία',
'btn_delete' => 'Διαγραφή',
'nocomments' => 'Προσθήκη σχολίου',
'comment' => '1 σχόλιο',
'comments' => 'σχόλια'
);
$lang['main'] = array( $lang ['search'] = array(
'head' => 'Αναζήτηση',
'nextpage' => 'Επόμενη σελίδα &raquo;', 'fset1' => 'Εισάγετε όρους αναζήτησης',
'prevpage' => '&laquo; Προηγούμενη σελίδα', 'keywords' => 'Φράση',
'entry' => 'Καταχώρηση', 'onlytitles' => 'Μόνο τίτλοι',
'static' => 'Στατική σελίδα', 'fulltext' => 'Πλήρες κείμενο',
'comment' => 'Σχόλιο',
'preview' => 'Επεξεργασία/Προεπισκόπηση',
'filed_under' => 'Καταχωρημένο στο ',
'add_entry' => 'Προσθήκη καταχώρησης',
'add_comment' => 'Προσθήκη σχολίου',
'add_static' => 'Προσθήκη στατικής σελίδας',
'btn_edit' => 'Επεξεργασία',
'btn_delete' => 'Διαγραφή',
'nocomments' => 'Προσθήκη σχολίου',
'comment' => '1 σχόλιο',
'comments' => 'σχόλια',
);
$lang['search'] = array( 'fset2' => 'Ημερομηνία',
'datedescr' => 'Μπορείτε να περιορίσετε την αναζήτηση σας σε μια συγκεκριμένη ημερομηνία. Μπορείτε να επιλέξετε χρόνο, μήνα και χρόνο ή ολόκληρη ημερομηνία. ' . 'Αφήστε το κενό για αναζήτηση σε ολόκληρη τη βάση δεδομένων.',
'head' => 'Αναζήτηση',
'fset1' => 'Εισάγετε όρους αναζήτησης',
'keywords' => 'Φράση',
'onlytitles' => 'Μόνο τίτλοι',
'fulltext' => 'Πλήρες κείμενο',
'fset2' => 'Ημερομηνία',
'datedescr' => 'Μπορείτε να περιορίσετε την αναζήτηση σας σε μια συγκεκριμένη ημερομηνία. Μπορείτε να επιλέξετε χρόνο, μήνα και χρόνο ή ολόκληρη ημερομηνία. '.
'Αφήστε το κενό για αναζήτηση σε ολόκληρη τη βάση δεδομένων.',
'fset3' => 'Αναζήτηση σε κατηγορίες',
'catdescr' => 'Μην επιλέξετε καμία αν επιθυμείτε να ψάξει σε όλες',
'fset4' => 'Ξεκινήστε την αναζήτηση',
'submit' => 'Αναζήτηση',
'headres' => 'Αποτελέσματα αναζήτησης',
'descrres' => 'Η αναζήτηση για <strong>%s</strong> επέστρεψε τα εξής αποτελέσματα:',
'descrnores'=> 'Η αναζήτηση για <strong>%s</strong> δεν επέστρεψε αποτελέσματα.',
'moreopts' => 'Περισσότερες επιλογές',
'searchag' => 'Αναζήτηση ξανά',
);
$lang['search']['error'] = array( 'fset3' => 'Αναζήτηση σε κατηγορίες',
'catdescr' => 'Μην επιλέξετε καμία αν επιθυμείτε να ψάξει σε όλες',
'keywords' => 'Πρέπει να προσδιορίσετε τουλάχιστον μία λέξη κλειδί' 'fset4' => 'Ξεκινήστε την αναζήτηση',
'submit' => 'Αναζήτηση',
); 'headres' => 'Αποτελέσματα αναζήτησης',
'descrres' => 'Η αναζήτηση για <strong>%s</strong> επέστρεψε τα εξής αποτελέσματα:',
'descrnores'=> 'Η αναζήτηση για <strong>%s</strong> δεν επέστρεψε αποτελέσματα.',
'moreopts' => 'Περισσότερες επιλογές',
'searchag' => 'Αναζήτηση ξανά'
);
$lang ['search']['error'] = array(
$lang['entry'] = array();
$lang['entry']['flags'] = array();
$lang['entry']['flags']['long'] = array(
'draft' => '<strong>Πρόχειρη καταχώρηση</strong>: κρυμένη, αναμένει δημοσίευση',
//'static' => '<strong>Static entry</strong>: normally hidden, to reach the entry put ?page=title-of-the-entry in url (experimental)',
'commslock' => '<strong>Κλείδωμα σχολίων</strong>: απενεργοποίηση σχολίων σε αυτή τη δημοσίευση'
);
$lang['entry']['flags']['short'] = array(
'draft' => 'Πρόχειρο',
//'static' => 'Static',
'commslock' => 'Κλειδωμένα σχόλια'
);
$lang['404error'] = array( 'keywords' => 'Πρέπει να προσδιορίσετε τουλάχιστον μία λέξη κλειδί'
'subject' => 'Δεν βρέθηκε', );
'content' => '<p>Λυπούμαστε, δεν μπορέσαμε να βρούμε την σελίδα που ζητήσατε</p>'
); $lang ['staticauthor'] = array(
// "Published by" in static pages
// Login 'published_by' => 'Δημοσιεύθηκε από',
$lang['login'] = array( 'on' => 'on'
);
'head' => 'Σύνδεση',
'fieldset1' => 'Εισάγετε το όνομα χρήστη και τον κωδικό σας', $lang ['entryauthor'] = array(
'user' => 'Όνομα χρήστη:', // "Posted by" in entry pages
'pass' => 'Κωδικός:', 'posted_by' => 'Δημοσιεύτηκε από τον',
'fieldset2' => 'Σύνδεση', 'at' => 'στις'
'submit' => 'Σύνδεση', );
'forgot' => 'Χαμένος κωδικός'
); $lang ['entry'] = array();
$lang ['entry'] ['flags'] = array();
$lang['login']['success'] = array(
'success' => 'Συνδεθήκατε.',
'logout' => 'Αποσυνδεθήκατε.',
'redirect' => 'Θα ανακατευθυνθείτε σε 5 δευτερόλεπτα.',
'opt1' => 'Πίσω στην αρχική',
'opt2' => 'Πίνακας ελέγχου',
'opt3' => 'Προσθήκη καταχώρησης'
);
$lang['login']['error'] = array( $lang ['entry'] ['flags'] ['long'] = array(
'user' => 'Πρέπει να εισάγετε ένα όνομα χρήστη.', 'draft' => '<strong>Πρόχειρη καταχώρηση</strong>: κρυμένη, αναμένει δημοσίευση',
'pass' => 'Πρέπει να εισάγετε έναν κωδικό.', //'static' => '<strong>Static entry</strong>: normally hidden, to reach the entry put ?page=title-of-the-entry in url (experimental)',
'match' => 'Λάθος κωδικός.' 'commslock' => '<strong>Κλείδωμα σχολίων</strong>: απενεργοποίηση σχολίων σε αυτή τη δημοσίευση'
); );
$lang ['entry'] ['flags'] ['short'] = array(
'draft' => 'Πρόχειρο',
//'static' => 'Static',
'commslock' => 'Κλειδωμένα σχόλια'
);
$lang ['404error'] = array(
'subject' => 'Δεν βρέθηκε',
'content' => '<p>Λυπούμαστε, δεν μπορέσαμε να βρούμε την σελίδα που ζητήσατε</p>'
);
// Login
$lang ['login'] = array(
'head' => 'Σύνδεση',
'fieldset1' => 'Εισάγετε το όνομα χρήστη και τον κωδικό σας',
'user' => 'Όνομα χρήστη:',
'pass' => 'Κωδικός:',
'fieldset2' => 'Σύνδεση',
'submit' => 'Σύνδεση',
'forgot' => 'Χαμένος κωδικός'
);
$lang ['login'] ['success'] = array(
'success' => 'Συνδεθήκατε.',
'logout' => 'Αποσυνδεθήκατε.',
'redirect' => 'Θα ανακατευθυνθείτε σε 5 δευτερόλεπτα.',
'opt1' => 'Πίσω στην αρχική',
'opt2' => 'Πίνακας ελέγχου',
'opt3' => 'Προσθήκη καταχώρησης'
);
$lang['comments'] = array( $lang ['login'] ['error'] = array(
'head' => 'Προσθήκη σχολίου', 'user' => 'Πρέπει να εισάγετε ένα όνομα χρήστη.',
'descr' => 'Συμπηρώστε την παρακάτω φόρμα για να προσθέσετε το σχόλιο σας', 'pass' => 'Πρέπει να εισάγετε έναν κωδικό.',
'fieldset1' => 'Στοιχεία χρήστη', 'match' => 'Λάθος κωδικός.'
'name' => 'Όνομα (*)', );
'email' => 'Ηλ. ταχυδρομείο:',
'www' => 'Προσωπική σελίδα:', $lang ['comments'] = array(
'cookie' => 'Να με θυμάσαι', 'head' => 'Προσθήκη σχολίου',
'fieldset2' => 'Προσθέστε το σχόλιο σας', 'descr' => 'Συμπηρώστε την παρακάτω φόρμα για να προσθέσετε το σχόλιο σας',
'comment' => 'Σχόλιο (*):', 'fieldset1' => 'Στοιχεία χρήστη',
'fieldset3' => 'Αποστολή', 'name' => 'Όνομα (*)',
'submit' => 'Προσθήκη', 'email' => 'Ηλ. ταχυδρομείο:',
'reset' => 'Ακύρωση', 'www' => 'Προσωπική σελίδα:',
'success' => 'Το σχόλιο σας προστέθηκε επιτυχώς', 'cookie' => 'Να με θυμάσαι',
'nocomments' => 'Αυτή η δημοσίευση δεν έχει σχόλια ακόμη', 'fieldset2' => 'Προσθέστε το σχόλιο σας',
'commslock' => 'Τα σχόλια έχουν απενεργοποιηθεί για αυτή τη δημοσίευση', 'comment' => 'Σχόλιο (*):',
); 'fieldset3' => 'Αποστολή',
'submit' => 'Προσθήκη',
'reset' => 'Ακύρωση',
'success' => 'Το σχόλιο σας προστέθηκε επιτυχώς',
'nocomments' => 'Αυτή η δημοσίευση δεν έχει σχόλια ακόμη',
'commslock' => 'Τα σχόλια έχουν απενεργοποιηθεί για αυτή τη δημοσίευση'
);
$lang ['comments'] ['error'] = array(
'name' => 'Πρέπει να εισάγετε ένα όνομα',
'email' => 'Πρέπει να εισάγετε μια ισχύουσα ηλεκτρονική διεύθυνση',
'www' => 'Πρέπει να προσθέσετε μια ισχύουσα σελίδα',
'comment' => 'Πρέπει να εισάγετε ένα σχόλιο'
);
$lang['comments']['error'] = array( $lang ['postviews'] = array(
'name' => 'Πρέπει να εισάγετε ένα όνομα', // PostView-Plugin
'email' => 'Πρέπει να εισάγετε μια ισχύουσα ηλεκτρονική διεύθυνση', 'views' => 'προβολές'
'www' => 'Πρέπει να προσθέσετε μια ισχύουσα σελίδα', );
'comment' => 'Πρέπει να εισάγετε ένα σχόλιο',
);
$lang['date']['month'] = array(
'Ιανουαρίου',
'Φεβρουαρίου',
'Μαρτίου',
'Απριλίου',
'Μαΐου',
'Ιουνίου',
'Ιουλίου',
'Αυγούστου',
'Σεπτεμβρίου',
'Οκτωβρίου',
'Νοεμβρίου',
'Δεκεμβρίου'
);
$lang['date']['month_abbr'] = array( $lang ['date'] ['month'] = array(
'Ιανουαρίου',
'Jan', 'Φεβρουαρίου',
'Feb', 'Μαρτίου',
'Mar', 'Απριλίου',
'Apr', 'Μαΐου',
'May', 'Ιουνίου',
'Jun', 'Ιουλίου',
'Jul', 'Αυγούστου',
'Aug', 'Σεπτεμβρίου',
'Sep', 'Οκτωβρίου',
'Oct', 'Νοεμβρίου',
'Nov', 'Δεκεμβρίου'
'Dec' );
);
$lang['date']['weekday'] = array(
'Κυριακή',
'Δευτέρα',
'Τρίτη',
'Τετάρτη',
'Πέμπτη',
'Παρασκευή',
'Σαββάτο',
);
$lang['date']['weekday_abbr'] = array(
'Sun',
'Mon',
'Tue',
'Wed',
'Thu',
'Fri',
'Sat',
);
$lang ['date'] ['month_abbr'] = array(
'Jan',
'Feb',
'Mar',
'Apr',
'May',
'Jun',
'Jul',
'Aug',
'Sep',
'Oct',
'Nov',
'Dec'
);
$lang ['date'] ['weekday'] = array(
'Κυριακή',
'Δευτέρα',
'Τρίτη',
'Τετάρτη',
'Πέμπτη',
'Παρασκευή',
'Σαββάτο'
);
$lang ['date'] ['weekday_abbr'] = array(
'Sun',
'Mon',
'Tue',
'Wed',
'Thu',
'Fri',
'Sat'
);
?> ?>

View File

@ -2,7 +2,6 @@
$lang = array(); $lang = array();
$lang ['main'] = array( $lang ['main'] = array(
'nextpage' => 'Next Page &raquo;', 'nextpage' => 'Next Page &raquo;',
'prevpage' => '&laquo; Previous Page', 'prevpage' => '&laquo; Previous Page',
'entry' => 'Entry', 'entry' => 'Entry',
@ -25,7 +24,6 @@ $lang ['main'] = array(
); );
$lang ['search'] = array( $lang ['search'] = array(
'head' => 'Search', 'head' => 'Search',
'fset1' => 'Insert search criteria', 'fset1' => 'Insert search criteria',
'keywords' => 'Phrase', 'keywords' => 'Phrase',
@ -55,6 +53,18 @@ $lang ['search'] ['error'] = array(
'keywords' => 'You must specify at least one keyword' 'keywords' => 'You must specify at least one keyword'
); );
$lang ['staticauthor'] = array(
// "Published by" in static pages
'published_by' => 'Published by',
'on' => 'on'
);
$lang ['entryauthor'] = array(
// "Posted by" in entry pages
'posted_by' => 'Posted by',
'at' => 'at'
);
$lang ['entry'] = array(); $lang ['entry'] = array();
$lang ['entry'] ['flags'] = array(); $lang ['entry'] ['flags'] = array();
@ -77,7 +87,6 @@ $lang ['404error'] = array(
// Login // Login
$lang ['login'] = array( $lang ['login'] = array(
'head' => 'Login', 'head' => 'Login',
'fieldset1' => 'Insert your user name and password', 'fieldset1' => 'Insert your user name and password',
'user' => 'Username:', 'user' => 'Username:',
@ -127,8 +136,12 @@ $lang ['comments'] ['error'] = array(
'comment' => 'You must enter a comment' 'comment' => 'You must enter a comment'
); );
$lang ['date'] ['month'] = array( $lang ['postviews'] = array(
// PostView-Plugin
'views' => 'views',
);
$lang ['date'] ['month'] = array(
'January', 'January',
'February', 'February',
'March', 'March',
@ -144,7 +157,6 @@ $lang ['date'] ['month'] = array(
); );
$lang ['date'] ['month_abbr'] = array( $lang ['date'] ['month_abbr'] = array(
'Jan', 'Jan',
'Feb', 'Feb',
'Mar', 'Mar',
@ -160,7 +172,6 @@ $lang ['date'] ['month_abbr'] = array(
); );
$lang ['date'] ['weekday'] = array( $lang ['date'] ['weekday'] = array(
'Sunday', 'Sunday',
'Monday', 'Monday',
'Tuesday', 'Tuesday',
@ -171,7 +182,6 @@ $lang ['date'] ['weekday'] = array(
); );
$lang ['date'] ['weekday_abbr'] = array( $lang ['date'] ['weekday_abbr'] = array(
'Sun', 'Sun',
'Mon', 'Mon',
'Tue', 'Tue',
@ -180,5 +190,4 @@ $lang ['date'] ['weekday_abbr'] = array(
'Fri', 'Fri',
'Sat' 'Sat'
); );
?> ?>

View File

@ -1,201 +1,193 @@
<?php <?php
$lang = array();
$lang = array(); $lang ['main'] = array(
'nextpage' => 'Página Siguiente &raquo;',
'prevpage' => '&laquo; Página anterior',
'entry' => 'Entrada',
'static' => 'Pagina Estatica',
'comment' => 'Comentario',
'preview' => 'Editar/Vista previa',
'filed_under' => 'Archivado bajo ',
'add_entry' => 'Agregar Entrada',
'add_comment' => 'Agregar Comentario',
'add_static' => 'Agregar Pagina Estatica',
'btn_edit' => 'Editar',
'btn_delete' => 'Borrar',
'nocomments' => 'Agregar un Comentario',
'comment' => '1 comentario',
'comments' => 'comentarios'
);
$lang ['search'] = array(
'head' => 'Buscar',
'fset1' => 'Insertar criterios de búsqueda',
'keywords' => 'Frase',
'onlytitles' => 'Solo Títulos',
'fulltext' => 'Text Completo',
'fset2' => 'Date',
'datedescr' => 'Puede vincular su búsqueda a una fecha específica. Puede seleccionar un año, un año y un mes o una fecha completa. ' . 'Déjelo en blanco para buscar en toda la base de datos.',
'fset3' => 'Buscar en categorías',
'catdescr' => 'No seleccione ninguno para buscar todos',
'fset4' => 'Empezar a buscar',
'submit' => 'Buscar',
'headres' => 'Resultados de la búsqueda',
'descrres' => 'Searching for <strong>%s</strong> returned the following results:',
'descrnores' => 'Buscando <strong>%s</strong> no devolvió ningún resultado.',
'moreopts' => 'Más Opciones',
'searchag' => 'Busca de nuevo'
);
$lang['main'] = array( $lang ['search'] ['error'] = array(
'nextpage' => 'Página Siguiente &raquo;',
'prevpage' => '&laquo; Página anterior',
'entry' => 'Entrada',
'static' => 'Pagina Estatica',
'comment' => 'Comentario',
'preview' => 'Editar/Vista previa',
'filed_under' => 'Archivado bajo ',
'add_entry' => 'Agregar Entrada',
'add_comment' => 'Agregar Comentario',
'add_static' => 'Agregar Pagina Estatica',
'btn_edit' => 'Editar',
'btn_delete' => 'Borrar',
'nocomments' => 'Agregar un Comentario',
'comment' => '1 comentario',
'comments' => 'comentarios',
);
$lang['search'] = array(
'head' => 'Buscar',
'fset1' => 'Insertar criterios de búsqueda',
'keywords' => 'Frase',
'onlytitles' => 'Solo Títulos',
'fulltext' => 'Text Completo',
'fset2' => 'Date',
'datedescr' => 'Puede vincular su búsqueda a una fecha específica. Puede seleccionar un año, un año y un mes o una fecha completa. '.
'Déjelo en blanco para buscar en toda la base de datos.',
'fset3' => 'Buscar en categorías',
'catdescr' => 'No seleccione ninguno para buscar todos',
'fset4' => 'Empezar a buscar',
'submit' => 'Buscar',
'headres' => 'Resultados de la búsqueda',
'descrres' => 'Searching for <strong>%s</strong> returned the following results:',
'descrnores' => 'Buscando <strong>%s</strong> no devolvió ningún resultado.',
'moreopts' => 'Más Opciones',
'searchag' => 'Busca de nuevo',
);
$lang['search']['error'] = array(
'keywords' => 'Debe especificar al menos una palabra clave'
);
$lang['entry'] = array();
$lang['entry']['flags'] = array();
$lang['entry']['flags']['long'] = array(
'draft' => '<strong>Entrada de borrador</strong>: oculto, esperando publicación',
//'static' => '<strong>Entrada estática</strong>: normalmente oculto, para llegar a la entrada poner ?page=title-of-the-entry en url (experimental)',
'commslock' => '<strong>Comentarios bloqueados</strong>: comentarios no permitidos para esta entrada'
);
$lang['entry']['flags']['short'] = array(
'draft' => 'Borrador',
//'static' => 'Estático',
'commslock' => 'Comentarios bloqueados'
);
$lang['404error'] = array( 'keywords' => 'Debe especificar al menos una palabra clave'
'subject' => 'No encontrado', );
'content' => '<p>Lo sentimos, no pudimos encontrar la página solicitada</p>'
); $lang ['staticauthor'] = array(
// "Published by" in static pages
// Login 'published_by' => 'Publicado por',
$lang['login'] = array( 'on' => 'el'
);
'head' => 'Iniciar sesión',
'fieldset1' => 'Inserte su nombre de usuario y contraseña', $lang ['entryauthor'] = array(
'user' => 'Usuario:', // "Posted by" in entry pages
'pass' => 'Contraseña:', 'posted_by' => 'Enviado por',
'fieldset2' => 'Inicie sesión', 'at' => 'a las'
'submit' => 'Iniciar sesión', );
'forgot' => 'Contraseña perdida'
); $lang ['entry'] = array();
$lang ['entry'] ['flags'] = array();
$lang['login']['success'] = array(
'success' => 'Ahora está conectado.', $lang['entry']['flags']['long'] = array(
'logout' => 'Ahora está desconectado.', 'draft' => '<strong>Entrada de borrador</strong>: oculto, esperando publicación',
'redirect' => 'Serás redirigido en 5 segundos.', //'static' => '<strong>Entrada estática</strong>: normalmente oculto, para llegar a la entrada poner ?page=title-of-the-entry en url (experimental)',
'opt1' => 'Volver al índice', 'commslock' => '<strong>Comentarios bloqueados</strong>: comentarios no permitidos para esta entrada'
'opt2' => 'Ir al panel de control', );
'opt3' => 'Agregar nueva entrada'
); $lang ['entry'] ['flags'] ['short'] = array(
'draft' => 'Borrador',
//'static' => 'Estático',
'commslock' => 'Comentarios bloqueados'
);
$lang ['404error'] = array(
'subject' => 'No encontrado',
'content' => '<p>Lo sentimos, no pudimos encontrar la página solicitada</p>'
);
$lang['login']['error'] = array( // Login
'user' => 'Debes ingresar un nombre de usuario.', $lang ['login'] = array(
'pass' => 'Debes ingresar una contraseña.', 'head' => 'Iniciar sesión',
'match' => 'Contraseña incorrecta.' 'fieldset1' => 'Inserte su nombre de usuario y contraseña',
); 'user' => 'Usuario:',
'pass' => 'Contraseña:',
'fieldset2' => 'Inicie sesión',
'submit' => 'Iniciar sesión',
'forgot' => 'Contraseña perdida'
);
$lang ['login'] ['success'] = array(
'success' => 'Ahora está conectado.',
'logout' => 'Ahora está desconectado.',
'redirect' => 'Serás redirigido en 5 segundos.',
'opt1' => 'Volver al índice',
'opt2' => 'Ir al panel de control',
'opt3' => 'Agregar nueva entrada'
);
$lang ['login'] ['error'] = array(
'user' => 'Debes ingresar un nombre de usuario.',
'pass' => 'Debes ingresar una contraseña.',
'match' => 'Contraseña incorrecta.'
);
$lang ['comments'] = array(
'head' => 'Agregar comentario',
'descr' => 'Complete el siguiente formulario para agregar sus propios comentarios',
'fieldset1' => 'Datos del usuario',
'name' => 'Nombre (*)',
'email' => 'Email:',
'www' => 'Web:',
'cookie' => 'Recuérdame',
'fieldset2' => 'Añade tu comentario',
'comment' => 'Comentario (*):',
'fieldset3' => 'Enviar',
'submit' => 'Agregar',
'reset' => 'Reiniciar',
'success' => 'Tu comentario fue agregado exitosamente',
'nocomments' => 'Esta entrada aún no ha sido comentada',
'commslock' => 'Los comentarios han sido desactivados para esta entrada.'
);
$lang ['comments'] ['error'] = array(
'name' => 'Debes ingresar un nombre',
'email' => 'Debes ingresar un correo electrónico válido',
'www' => 'Debes ingresar una URL válida',
'comment' => 'Debes ingresar un comentario'
);
$lang ['postviews'] = array(
$lang['comments'] = array( // PostView-Plugin
'head' => 'Agregar comentario', 'views' => 'Llamadas'
'descr' => 'Complete el siguiente formulario para agregar sus propios comentarios', );
'fieldset1' => 'Datos del usuario',
'name' => 'Nombre (*)',
'email' => 'Email:',
'www' => 'Web:',
'cookie' => 'Recuérdame',
'fieldset2' => 'Añade tu comentario',
'comment' => 'Comentario (*):',
'fieldset3' => 'Enviar',
'submit' => 'Agregar',
'reset' => 'Reiniciar',
'success' => 'Tu comentario fue agregado exitosamente',
'nocomments' => 'Esta entrada aún no ha sido comentada',
'commslock' => 'Los comentarios han sido desactivados para esta entrada.',
);
$lang['comments']['error'] = array(
'name' => 'Debes ingresar un nombre',
'email' => 'Debes ingresar un correo electrónico válido',
'www' => 'Debes ingresar una URL válida',
'comment' => 'Debes ingresar un comentario',
);
$lang['date']['month'] = array(
'Enero',
'Febrero',
'Marzo',
'Abril',
'Mayo',
'Junio',
'Julio',
'Agosto',
'Septiembre',
'Octubre',
'Noviembre',
'Deciembre'
);
$lang['date']['month_abbr'] = array( $lang ['date'] ['month'] = array(
'Enero',
'Ene', 'Febrero',
'Feb', 'Marzo',
'Mar', 'Abril',
'Abr', 'Mayo',
'May', 'Junio',
'Jun', 'Julio',
'Jul', 'Agosto',
'Ago', 'Septiembre',
'Sep', 'Octubre',
'Oct', 'Noviembre',
'Nov', 'Deciembre'
'Dec' );
);
$lang['date']['weekday'] = array(
'Domingo',
'Lunes',
'Martes',
'Miércoles',
'Jueves',
'Viernes',
'Sabado',
);
$lang['date']['weekday_abbr'] = array(
'Dom',
'Lun',
'Mar',
'Mie',
'Jue',
'Vie',
'Sab',
);
$lang ['date'] ['month_abbr'] = array(
'Ene',
'Feb',
'Mar',
'Abr',
'May',
'Jun',
'Jul',
'Ago',
'Sep',
'Oct',
'Nov',
'Dec'
);
$lang ['date'] ['weekday'] = array(
'Domingo',
'Lunes',
'Martes',
'Miércoles',
'Jueves',
'Viernes',
'Sabado'
);
$lang ['date'] ['weekday_abbr'] = array(
'Dom',
'Lun',
'Mar',
'Mie',
'Jue',
'Vie',
'Sab'
);
?> ?>

View File

@ -1,201 +1,193 @@
<?php <?php
$lang = array();
$lang = array(); $lang ['main'] = array(
'nextpage' => 'Page suivante;',
'prevpage' => 'Page pr&eacute;c&eacute;dente',
'entry' => 'Billet',
'static' => 'Page statique',
'comment' => 'Commentaire',
'preview' => '&Eacute;diter/aper&ccedil;u',
'filed_under' => 'Class&eacute; sous ',
'add_entry' => 'Ajouter billet',
'add_comment' => 'Ajouter commentaire',
'add_static' => 'Ajouter page statique',
'btn_edit' => '&Eacute;diter',
'btn_delete' => 'Supprimer',
'nocomments' => 'Ajouter un commentaire',
'comment' => '1 commentaire',
'comments' => 'commentaires'
);
$lang['main'] = array( $lang ['search'] = array(
'head' => 'Rechercher',
'nextpage' => 'Page suivante;', 'fset1' => 'Ins&eacute;rer un crit&egrave;re de recherche',
'prevpage' => 'Page pr&eacute;c&eacute;dente', 'keywords' => 'Phrase',
'entry' => 'Billet', 'onlytitles' => 'Seulement les titres',
'static' => 'Page statique', 'fulltext' => 'Texte en entier',
'comment' => 'Commentaire',
'preview' => '&Eacute;diter/aper&ccedil;u',
'filed_under' => 'Class&eacute; sous ',
'add_entry' => 'Ajouter billet',
'add_comment' => 'Ajouter commentaire',
'add_static' => 'Ajouter page statique',
'btn_edit' => '&Eacute;diter',
'btn_delete' => 'Supprimer',
'nocomments' => 'Ajouter un commentaire',
'comment' => '1 commentaire',
'comments' => 'commentaires',
);
$lang['search'] = array( 'fset2' => 'Date',
'datedescr' => 'Vous pouvez affiner votre recherche &agrave; une date sp&eacute;cifique. Vous pouvez s&eacute;lectionner une ann&eacute;e, une ann&eacute;e et un mois, ou une date compl&egrave;te. ' . 'Laissez vide pour chercher dans l\'ensemble de la base de donn&eacute;es.',
'head' => 'Rechercher',
'fset1' => 'Ins&eacute;rer un crit&egrave;re de recherche',
'keywords' => 'Phrase',
'onlytitles' => 'Seulement les titres',
'fulltext' => 'Texte en entier',
'fset2' => 'Date',
'datedescr' => 'Vous pouvez affiner votre recherche &agrave; une date sp&eacute;cifique. Vous pouvez s&eacute;lectionner une ann&eacute;e, une ann&eacute;e et un mois, ou une date compl&egrave;te. '.
'Laissez vide pour chercher dans l\'ensemble de la base de donn&eacute;es.',
'fset3' => 'Rechercher dans les cat&eacute;gories',
'catdescr' => 'Laissez vide pour rechercher dans la totalit&eacute;',
'fset4' => 'Commencer la recherche',
'submit' => 'Chercher',
'headres' => 'R&eacute;sultats de la recherche',
'descrres' => 'La recherche de <strong>%s</strong> a donn&eacute; les r&eacute;sultats suivants:',
'descrnores'=> 'La recherche de <strong>%s</strong> a donn&eacute; les r&eacute;sultats suivants:',
'moreopts' => 'Plus d\'options',
'searchag' => 'Nouvelle recherche',
);
$lang['search']['error'] = array( 'fset3' => 'Rechercher dans les cat&eacute;gories',
'catdescr' => 'Laissez vide pour rechercher dans la totalit&eacute;',
'keywords' => 'Vous devez sp&eacute;cifier au moins un mot-cl&eacute;' 'fset4' => 'Commencer la recherche',
'submit' => 'Chercher',
); 'headres' => 'R&eacute;sultats de la recherche',
'descrres' => 'La recherche de <strong>%s</strong> a donn&eacute; les r&eacute;sultats suivants:',
'descrnores' => 'La recherche de <strong>%s</strong> a donn&eacute; les r&eacute;sultats suivants:',
'moreopts' => 'Plus d\'options',
$lang['entry'] = array();
$lang['entry']['flags'] = array();
$lang['entry']['flags']['long'] = array(
'draft' => '<strong>Billet brouillon</strong>: cach&eacute;, en attente de publication',
//'static' => '<strong>Static entry</strong>: normally hidden, to reach the entry put ?page=title-of-the-entry in url (experimental)',
'commslock' => '<strong>Commentaires d&eacute;sactiv&eacute;s</strong>: commentaires d&eacute;sactiv&eacute;s pour ce billet'
);
$lang['entry']['flags']['short'] = array(
'draft' => 'Brouillon',
//'static' => 'Static',
'commslock' => 'Commentaires d&eacute;sactiv&eacute;s'
);
$lang['404error'] = array( 'searchag' => 'Nouvelle recherche'
'subject' => 'Pas trouv&eacute;', );
'content' => '<p>D&eacute;sol&eacute;, la page demand&eacute;e n\'a pas &eacute;t&eacute; trouv&eacute;e!</p>'
);
// Login
$lang['login'] = array(
'head' => 'Identifiant',
'fieldset1' => 'Ins&eacute;rez vos identifiants',
'user' => 'Nom d\'utilisateur:',
'pass' => 'Mot de passe:',
'fieldset2' => 'Se connecter',
'submit' => 'Connexion',
'forgot' => 'Mot de passe oubli&eacute; ?'
);
$lang['login']['success'] = array(
'success' => 'Vous &ecirc;tes connect&eacute;.',
'logout' => 'Vous &ecirc;tes d&eacute;connect&eacute;.',
'redirect' => 'Vous serez redirig&eacute; dans 5 secondes.',
'opt1' => 'Retour &agrave; l\'index',
'opt2' => 'Aller au panneau de contr&ocirc;le',
'opt3' => 'Ajouter un nouveau billet'
);
$lang['login']['error'] = array( $lang ['search'] ['error'] = array(
'user' => 'Vous devez entrer un nom d\'utilisateur.',
'pass' => 'Vous devez entrer un mot de passe.',
'match' => 'Mot de passe incorrect.'
);
'keywords' => 'Vous devez sp&eacute;cifier au moins un mot-cl&eacute;'
$lang['comments'] = array( );
'head' => 'Ajouter commentaire',
'descr' => 'Remplissez le formulaire ci-dessous pour ajouter vos propres commentaires',
'fieldset1' => 'Donn&eacute;es utilisateur',
'name' => 'Nom (*)',
'email' => 'Email:',
'www' => 'Web:',
'cookie' => 'Se souvenir de moi',
'fieldset2' => 'Ajouter votre commentaire',
'comment' => 'Commentaire (*):',
'fieldset3' => 'Envoyer',
'submit' => 'Ajouter',
'reset' => 'R&eacute;initialiser',
'success' => 'Votre commentaire a &eacute;t&eacute; ajout&eacute; avec succ&egrave;s',
'nocomments' => 'Pas de commentaires pour ce billet',
'commslock' => 'Les commentaires ont &eacute;t&eacute; d&eacute;sactiv&eacute;s pour ce billet',
);
$lang['comments']['error'] = array(
'name' => 'Vous devez entrer un nom',
'email' => 'Vous devez entrer une adresse email valide',
'www' => 'Vous devez entrer une URL valide',
'comment' => 'Vous devez &eacute;crire un commentaire',
);
$lang['date']['month'] = array(
'Janvier',
'F&eacute;vrier',
'Mars',
'Avril',
'Mai',
'Juin',
'Juillet',
'Ao&ucirc;t',
'Septembre',
'Octobre',
'Novembre',
'D&eacute;cembre'
);
$lang['date']['month_abbr'] = array( $lang ['staticauthor'] = array(
// "Published by" in static pages
'Jan', 'published_by' => 'Publié par',
'Fev', 'on' => 'le'
'Mar', );
'Avr',
'Mai',
'Jun',
'Jul',
'Aou',
'Sep',
'Oct',
'Nov',
'Dec'
);
$lang['date']['weekday'] = array( $lang ['entryauthor'] = array(
// "Posted by" in entry pages
'Dimanche', 'posted_by' => 'Posté par',
'Lundi', 'at' => 'à'
'Mardi', );
'Mercredi',
'Jeudi',
'Vendredi',
'Samedi',
);
$lang['date']['weekday_abbr'] = array( $lang ['entry'] = array();
$lang ['entry'] ['flags'] = array();
'Dim',
'Lun',
'Mar',
'Mer',
'Jeu',
'Ven',
'Sam',
);
$lang ['entry'] ['flags'] ['long'] = array(
'draft' => '<strong>Billet brouillon</strong>: cach&eacute;, en attente de publication',
//'static' => '<strong>Static entry</strong>: normally hidden, to reach the entry put ?page=title-of-the-entry in url (experimental)',
'commslock' => '<strong>Commentaires d&eacute;sactiv&eacute;s</strong>: commentaires d&eacute;sactiv&eacute;s pour ce billet'
);
$lang ['entry'] ['flags'] ['short'] = array(
'draft' => 'Brouillon',
//'static' => 'Static',
'commslock' => 'Commentaires d&eacute;sactiv&eacute;s'
);
$lang['404error'] = array(
'subject' => 'Pas trouv&eacute;',
'content' => '<p>D&eacute;sol&eacute;, la page demand&eacute;e n\'a pas &eacute;t&eacute; trouv&eacute;e!</p>'
);
// Login
$lang ['login'] = array(
'head' => 'Identifiant',
'fieldset1' => 'Ins&eacute;rez vos identifiants',
'user' => 'Nom d\'utilisateur:',
'pass' => 'Mot de passe:',
'fieldset2' => 'Se connecter',
'submit' => 'Connexion',
'forgot' => 'Mot de passe oubli&eacute; ?'
);
$lang ['login'] ['success'] = array(
'success' => 'Vous &ecirc;tes connect&eacute;.',
'logout' => 'Vous &ecirc;tes d&eacute;connect&eacute;.',
'redirect' => 'Vous serez redirig&eacute; dans 5 secondes.',
'opt1' => 'Retour &agrave; l\'index',
'opt2' => 'Aller au panneau de contr&ocirc;le',
'opt3' => 'Ajouter un nouveau billet'
);
$lang ['login'] ['error'] = array(
'user' => 'Vous devez entrer un nom d\'utilisateur.',
'pass' => 'Vous devez entrer un mot de passe.',
'match' => 'Mot de passe incorrect.'
);
$lang ['comments'] = array(
'head' => 'Ajouter commentaire',
'descr' => 'Remplissez le formulaire ci-dessous pour ajouter vos propres commentaires',
'fieldset1' => 'Donn&eacute;es utilisateur',
'name' => 'Nom (*)',
'email' => 'Email:',
'www' => 'Web:',
'cookie' => 'Se souvenir de moi',
'fieldset2' => 'Ajouter votre commentaire',
'comment' => 'Commentaire (*):',
'fieldset3' => 'Envoyer',
'submit' => 'Ajouter',
'reset' => 'R&eacute;initialiser',
'success' => 'Votre commentaire a &eacute;t&eacute; ajout&eacute; avec succ&egrave;s',
'nocomments' => 'Pas de commentaires pour ce billet',
'commslock' => 'Les commentaires ont &eacute;t&eacute; d&eacute;sactiv&eacute;s pour ce billet'
);
$lang ['comments'] ['error'] = array(
'name' => 'Vous devez entrer un nom',
'email' => 'Vous devez entrer une adresse email valide',
'www' => 'Vous devez entrer une URL valide',
'comment' => 'Vous devez &eacute;crire un commentaire'
);
$lang ['postviews'] = array(
// PostView-Plugin
'views' => 'Vues'
);
$lang ['date'] ['month'] = array(
'Janvier',
'F&eacute;vrier',
'Mars',
'Avril',
'Mai',
'Juin',
'Juillet',
'Ao&ucirc;t',
'Septembre',
'Octobre',
'Novembre',
'D&eacute;cembre'
);
$lang ['date'] ['month_abbr'] = array(
'Jan',
'Fev',
'Mar',
'Avr',
'Mai',
'Jun',
'Jul',
'Aou',
'Sep',
'Oct',
'Nov',
'Dec'
);
$lang ['date'] ['weekday'] = array(
'Dimanche',
'Lundi',
'Mardi',
'Mercredi',
'Jeudi',
'Vendredi',
'Samedi'
);
$lang ['date'] ['weekday_abbr'] = array(
'Dim',
'Lun',
'Mar',
'Mer',
'Jeu',
'Ven',
'Sam'
);
?> ?>

View File

@ -1,201 +1,193 @@
<?php <?php
$lang = array();
$lang = array(); $lang ['main'] = array(
'nextpage' => 'Pagina successiva &raquo;',
'prevpage' => '&laquo; Pagina precedente',
'entry' => 'Articolo',
'static' => 'Pagina statica',
'comment' => 'Commento',
'preview' => 'Modifica/Anteprima',
'filed_under' => 'Inserito sotto ',
$lang['main'] = array( 'add_entry' => 'Aggiungi articolo',
'add_comment' => 'Aggiungi commento',
'nextpage' => 'Pagina successiva &raquo;', 'add_static' => 'Aggiungi pagina statica',
'prevpage' => '&laquo; Pagina precedente',
'entry' => 'Articolo',
'static' => 'Pagina statica',
'comment' => 'Commento',
'preview' => 'Modifica/Anteprima',
'filed_under' => 'Inserito sotto ',
'add_entry' => 'Aggiungi articolo',
'add_comment' => 'Aggiungi commento',
'add_static' => 'Aggiungi pagina statica',
'btn_edit' => 'Modifica',
'btn_delete' => 'Elimina',
'nocomments' => 'Aggiungi un commento',
'comment' => '1 commento',
'comments' => 'commenti',
);
$lang['search'] = array(
'head' => 'Cerca',
'fset1' => 'Inserisci un criterio di ricerca',
'keywords' => 'Frase',
'onlytitles' => 'Solo i titoli',
'fulltext' => 'Testo completo',
'fset2' => 'Data',
'datedescr' => 'Puoi collegare la tua ricerca ad una data specifica. Puoi selezionare un anno, un anno e un mese o una data completa. '.
'Lascia in bianco se vuoi cercare nell\'intero database.',
'fset3' => 'Cerca nelle categorie',
'catdescr' => 'Non selezionare nulla per la ricerca completa',
'fset4' => 'Inizia la ricerca',
'submit' => 'Cerca',
'headres' => 'Risultati della ricerca',
'descrres' => 'La ricerca per <strong>%s</strong> ha dato i seguenti risultati:',
'descrnores'=> 'La ricerca per <strong>%s</strong> non ha prodotto risultati.',
'moreopts' => 'Altre opzioni',
'searchag' => 'Cerca ancora',
);
$lang['search']['error'] = array(
'keywords' => 'Devi specificare almeno una parola chiave'
);
$lang['entry'] = array();
$lang['entry']['flags'] = array();
$lang['entry']['flags']['long'] = array(
'draft' => '<strong>Bozza di articolo</strong>: nascosta, in attesa di pubblicazione',
//'static' => '<strong>Static entry</strong>: normally hidden, to reach the entry put ?page=title-of-the-entry in url (experimental)',
'commslock' => '<strong>Commenti bloccati</strong>: i commenti non sono permessi per questo articolo'
);
$lang['entry']['flags']['short'] = array(
'draft' => 'Bozza',
//'static' => 'Static',
'commslock' => 'Commenti bloccati'
);
$lang['404error'] = array( 'btn_edit' => 'Modifica',
'subject' => 'Non Trovato', 'btn_delete' => 'Elimina',
'content' => '<p>Spiacenti, non è possibile trovare la pagina che stavi cercando</p>'
); 'nocomments' => 'Aggiungi un commento',
'comment' => '1 commento',
// Login 'comments' => 'commenti'
$lang['login'] = array( );
'head' => 'Login', $lang ['search'] = array(
'fieldset1' => 'Inserisci nome utente e password', 'head' => 'Cerca',
'user' => 'Nome utente:', 'fset1' => 'Inserisci un criterio di ricerca',
'pass' => 'Password:', 'keywords' => 'Frase',
'fieldset2' => 'Connettiti', 'onlytitles' => 'Solo i titoli',
'submit' => 'Login', 'fulltext' => 'Testo completo',
'forgot' => 'Password dimenticata'
); 'fset2' => 'Data',
'datedescr' => 'Puoi collegare la tua ricerca ad una data specifica. Puoi selezionare un anno, un anno e un mese o una data completa. ' . 'Lascia in bianco se vuoi cercare nell\'intero database.',
$lang['login']['success'] = array(
'success' => 'Non sei connesso.', 'fset3' => 'Cerca nelle categorie',
'logout' => 'Ora sei disconnesso.', 'catdescr' => 'Non selezionare nulla per la ricerca completa',
'redirect' => 'Sarai reindirizzato in 5 secondi.',
'opt1' => 'Torna all\'indice', 'fset4' => 'Inizia la ricerca',
'opt2' => 'Vai al pannello di controllo', 'submit' => 'Cerca',
'opt3' => 'Aggiungi un nuovo articolo'
); 'headres' => 'Risultati della ricerca',
'descrres' => 'La ricerca per <strong>%s</strong> ha dato i seguenti risultati:',
'descrnores' => 'La ricerca per <strong>%s</strong> non ha prodotto risultati.',
'moreopts' => 'Altre opzioni',
'searchag' => 'Cerca ancora'
);
$lang ['search'] ['error'] = array(
'keywords' => 'Devi specificare almeno una parola chiave'
);
$lang ['staticauthor'] = array(
// "Published by" in static pages
'published_by' => 'Pubblicato da',
'on' => 'il'
);
$lang ['entryauthor'] = array(
// "Posted by" in entry pages
'posted_by' => 'Postato da',
'at' => 'a'
);
$lang ['entry'] = array();
$lang ['entry'] ['flags'] = array();
$lang['login']['error'] = array( $lang ['entry'] ['flags'] ['long'] = array(
'user' => 'Devi inserire un nome utente.', 'draft' => '<strong>Bozza di articolo</strong>: nascosta, in attesa di pubblicazione',
'pass' => 'Devi inserire una password.', //'static' => '<strong>Static entry</strong>: normally hidden, to reach the entry put ?page=title-of-the-entry in url (experimental)',
'match' => 'La password non è corretta.' 'commslock' => '<strong>Commenti bloccati</strong>: i commenti non sono permessi per questo articolo'
); );
$lang ['entry'] ['flags'] ['short'] = array(
'draft' => 'Bozza',
//'static' => 'Static',
'commslock' => 'Commenti bloccati'
);
$lang ['404error'] = array(
'subject' => 'Non Trovato',
'content' => '<p>Spiacenti, non è possibile trovare la pagina che stavi cercando</p>'
);
// Login
$lang ['login'] = array(
'head' => 'Login',
'fieldset1' => 'Inserisci nome utente e password',
'user' => 'Nome utente:',
'pass' => 'Password:',
'fieldset2' => 'Connettiti',
'submit' => 'Login',
'forgot' => 'Password dimenticata'
);
$lang ['login'] ['success'] = array(
'success' => 'Non sei connesso.',
'logout' => 'Ora sei disconnesso.',
'redirect' => 'Sarai reindirizzato in 5 secondi.',
'opt1' => 'Torna all\'indice',
'opt2' => 'Vai al pannello di controllo',
'opt3' => 'Aggiungi un nuovo articolo'
);
$lang ['login'] ['error'] = array(
'user' => 'Devi inserire un nome utente.',
'pass' => 'Devi inserire una password.',
'match' => 'La password non è corretta.'
);
$lang ['comments'] = array(
'head' => 'Aggiungi un commento',
'descr' => 'Compila il modulo qui sotto per aggiungere i tuoi commenti',
'fieldset1' => 'Dati utente',
'name' => 'Nome (*)',
'email' => 'Email:',
'www' => 'Web:',
'cookie' => 'Ricordami',
'fieldset2' => 'Aggiungi il tuo commento',
'comment' => 'Commento (*):',
'fieldset3' => 'Invia',
'submit' => 'Aggiungi',
'reset' => 'Azzera',
'success' => 'Il tuo commento è stato aggiunto con successo',
'nocomments' => 'Questo articolo non è stato ancora commentato',
'commslock' => 'I commenti sono stati disabilitati per questo articolo'
);
$lang ['comments'] ['error'] = array(
'name' => 'Devi inserire un nome',
'email' => 'Devi inserire un indirizzo email valido',
'www' => 'Devi inserire un URL valido',
'comment' => 'Devi inserire un commento'
);
$lang ['postviews'] = array(
$lang['comments'] = array( // PostView-Plugin
'head' => 'Aggiungi un commento', 'views' => 'visite'
'descr' => 'Compila il modulo qui sotto per aggiungere i tuoi commenti', );
'fieldset1' => 'Dati utente',
'name' => 'Nome (*)',
'email' => 'Email:',
'www' => 'Web:',
'cookie' => 'Ricordami',
'fieldset2' => 'Aggiungi il tuo commento',
'comment' => 'Commento (*):',
'fieldset3' => 'Invia',
'submit' => 'Aggiungi',
'reset' => 'Azzera',
'success' => 'Il tuo commento è stato aggiunto con successo',
'nocomments' => 'Questo articolo non è stato ancora commentato',
'commslock' => 'I commenti sono stati disabilitati per questo articolo',
);
$lang['comments']['error'] = array(
'name' => 'Devi inserire un nome',
'email' => 'Devi inserire un indirizzo email valido',
'www' => 'Devi inserire un URL valido',
'comment' => 'Devi inserire un commento',
);
$lang['date']['month'] = array(
'Gennaio',
'Febbraio',
'Marzo',
'Aprile',
'Maggio',
'Giugno',
'Luglio',
'Agosto',
'Settembre',
'Ottobre',
'Novembre',
'Dicembre'
);
$lang['date']['month_abbr'] = array( $lang ['date'] ['month'] = array(
'Gennaio',
'Gen', 'Febbraio',
'Feb', 'Marzo',
'Mar', 'Aprile',
'Apr', 'Maggio',
'Mag', 'Giugno',
'Giu', 'Luglio',
'Lug', 'Agosto',
'Ago', 'Settembre',
'Set', 'Ottobre',
'Ott', 'Novembre',
'Nov', 'Dicembre'
'Dic' );
);
$lang['date']['weekday'] = array(
'Domenica',
'Lunedì',
'Martedì',
'Mercoledì',
'Giovedì',
'Venerdì',
'Sabato',
);
$lang['date']['weekday_abbr'] = array(
'Dom',
'Lun',
'Mar',
'Mer',
'Gio',
'Ven',
'Sab',
);
$lang ['date'] ['month_abbr'] = array(
'Gen',
'Feb',
'Mar',
'Apr',
'Mag',
'Giu',
'Lug',
'Ago',
'Set',
'Ott',
'Nov',
'Dic'
);
$lang ['date'] ['weekday'] = array(
'Domenica',
'Lunedì',
'Martedì',
'Mercoledì',
'Giovedì',
'Venerdì',
'Sabato'
);
$lang ['date'] ['weekday_abbr'] = array(
'Dom',
'Lun',
'Mar',
'Mer',
'Gio',
'Ven',
'Sab'
);
?> ?>

View File

@ -1,201 +1,193 @@
<?php <?php
$lang = array();
$lang = array(); $lang['main'] = array(
'nextpage' => '次のページ &raquo;',
'prevpage' => '&laquo; 前のページ',
'entry' => 'ブログ記事',
'static' => '固定ページ',
'comment' => 'コメント',
'preview' => '編集/プレビュー',
$lang['main'] = array( 'filed_under' => 'Filed under ',
'nextpage' => '次のページ &raquo;',
'prevpage' => '&laquo; 前のページ',
'entry' => 'ブログ記事',
'static' => '固定ページ',
'comment' => 'コメント',
'preview' => '編集/プレビュー',
'filed_under' => 'Filed under ',
'add_entry' => 'ブログ記事の新規作成',
'add_comment' => 'コメントの追加',
'add_static' => '固定ページの新規作成',
'btn_edit' => '編集',
'btn_delete' => '削除',
'nocomments' => 'コメントを追加する',
'comment' => '1コメントあります',
'comments' => 'コメントあります',
);
$lang['search'] = array(
'head' => '検索',
'fset1' => '検索キーワードの指定',
'keywords' => 'キーワード',
'onlytitles' => 'タイトルのみを検索',
'fulltext' => '全文から検索',
'fset2' => '日付の指定',
'datedescr' => '日付で絞り込み指定できます。年、年月、年月日を指定できます。 '.
'日付の指定をしない場合は、空欄にしてください。',
'fset3' => 'カテゴリで検索',
'catdescr' => '全カテゴリから検索する場合は、いずれも選ばないでください。',
'fset4' => '検索を開始',
'submit' => '検索する',
'headres' => '検索結果',
'descrres' => '<strong>%s</strong> の検索結果:',
'descrnores'=> '<strong>%s</strong> で検索しましたが、見つかりませんでした。',
'moreopts' => '追加オプション',
'searchag' => '再検索',
);
$lang['search']['error'] = array(
'keywords' => '検索キーワードを記入してください'
);
$lang['entry'] = array();
$lang['entry']['flags'] = array();
$lang['entry']['flags']['long'] = array(
'draft' => '<strong>下書き記事</strong>: 公開されません',
//'static' => '<strong>Static entry</strong>: normally hidden, to reach the entry put ?page=title-of-the-entry in url (experimental)',
'commslock' => '<strong>コメント保護</strong>: コメントを記入できません'
);
$lang['entry']['flags']['short'] = array(
'draft' => '下書き',
//'static' => 'Static',
'commslock' => 'コメント保護'
);
$lang['404error'] = array( 'add_entry' => 'ブログ記事の新規作成',
'subject' => 'ページが見つかりません', 'add_comment' => 'コメントの追加',
'content' => '<p>要求されたページを見つけることができませんでした。</p>' 'add_static' => '固定ページの新規作成',
);
'btn_edit' => '編集',
// Login 'btn_delete' => '削除',
$lang['login'] = array(
'nocomments' => 'コメントを追加する',
'head' => 'ログイン', 'comment' => '1コメントあります',
'fieldset1' => 'ユーザー名とパスワードを入力してください', 'comments' => 'コメントあります'
'user' => 'ユーザー名:', );
'pass' => 'パスワード:',
'fieldset2' => 'ログイン実行',
'submit' => 'ログインする',
'forgot' => 'パスワードを忘れた'
);
$lang['login']['success'] = array(
'success' => 'ログインしました。',
'logout' => 'ログアウトしました。',
'redirect' => '5秒後にリダイレクトされます。',
'opt1' => 'サイトのトップページに戻る',
'opt2' => '管理者用ページへ移動する',
'opt3' => 'ブログ記事を新規作成する'
);
$lang['login']['error'] = array( $lang['search'] = array(
'user' => 'ユーザー名を記入してください。', 'head' => '検索',
'pass' => 'パスワードを記入してください。', 'fset1' => '検索キーワードの指定',
'match' => 'パスワードが正しくありません。' 'keywords' => 'キーワード',
); 'onlytitles' => 'タイトルのみを検索',
'fulltext' => '全文から検索',
$lang['comments'] = array(
'head' => 'コメント記入',
'descr' => '次のフォームにコメントを記入してください。',
'fieldset1' => 'プロフィールのご記入',
'name' => 'お名前 (*)',
'email' => 'メールアドレス:',
'www' => 'URL:',
'cookie' => 'ブラウザに記憶させる',
'fieldset2' => 'コメントのご記入',
'comment' => 'コメント (*):',
'fieldset3' => '送信',
'submit' => '送信する',
'reset' => 'リセット',
'success' => 'コメントが投稿されました。',
'nocomments' => 'まだコメントがついていません。',
'commslock' => 'コメントを記入することはできません。',
);
$lang['comments']['error'] = array(
'name' => 'お名前を記入してください。',
'email' => 'メールアドレスを正しく記入してください。',
'www' => 'URLを正しく入力してください。',
'comment' => 'コメントを記入してください。',
);
$lang['date']['month'] = array(
'1月',
'2月',
'3月',
'4月',
'5月',
'6月',
'7月',
'8月',
'9月',
'10月',
'11月',
'12月'
);
$lang['date']['month_abbr'] = array( 'fset2' => '日付の指定',
'datedescr' => '日付で絞り込み指定できます。年、年月、年月日を指定できます。 ' . '日付の指定をしない場合は、空欄にしてください。',
'1月',
'2月',
'3月',
'4月',
'5月',
'6月',
'7月',
'8月',
'9月',
'10月',
'11月',
'12月'
);
$lang['date']['weekday'] = array( 'fset3' => 'カテゴリで検索',
'catdescr' => '全カテゴリから検索する場合は、いずれも選ばないでください。',
'日曜日',
'月曜日',
'火曜日',
'水曜日',
'木曜日',
'金曜日',
'土曜日',
);
$lang['date']['weekday_abbr'] = array( 'fset4' => '検索を開始',
'submit' => '検索する',
'日',
'月',
'火',
'水',
'木',
'金',
'土',
);
'headres' => '検索結果',
'descrres' => '<strong>%s</strong> の検索結果:',
'descrnores' => '<strong>%s</strong> で検索しましたが、見つかりませんでした。',
'moreopts' => '追加オプション',
'searchag' => '再検索'
);
$lang['search']['error'] = array(
'keywords' => '検索キーワードを記入してください'
);
$lang ['staticauthor'] = array(
// "Published by" in static pages
'published_by' => '発行元',
'on' => 'on'
);
$lang ['entryauthor'] = array(
// "Posted by" in entry pages
'posted_by' => '投稿者',
'at' => 'at'
);
$lang['entry'] = array();
$lang['entry']['flags'] = array();
$lang['entry']['flags']['long'] = array(
'draft' => '<strong>下書き記事</strong>: 公開されません',
//'static' => '<strong>Static entry</strong>: normally hidden, to reach the entry put ?page=title-of-the-entry in url (experimental)',
'commslock' => '<strong>コメント保護</strong>: コメントを記入できません'
);
$lang['entry']['flags']['short'] = array(
'draft' => '下書き',
//'static' => 'Static',
'commslock' => 'コメント保護'
);
$lang['404error'] = array(
'subject' => 'ページが見つかりません',
'content' => '<p>要求されたページを見つけることができませんでした。</p>'
);
// Login
$lang['login'] = array(
'head' => 'ログイン',
'fieldset1' => 'ユーザー名とパスワードを入力してください',
'user' => 'ユーザー名:',
'pass' => 'パスワード:',
'fieldset2' => 'ログイン実行',
'submit' => 'ログインする',
'forgot' => 'パスワードを忘れた'
);
$lang['login']['success'] = array(
'success' => 'ログインしました。',
'logout' => 'ログアウトしました。',
'redirect' => '5秒後にリダイレクトされます。',
'opt1' => 'サイトのトップページに戻る',
'opt2' => '管理者用ページへ移動する',
'opt3' => 'ブログ記事を新規作成する'
);
$lang['login']['error'] = array(
'user' => 'ユーザー名を記入してください。',
'pass' => 'パスワードを記入してください。',
'match' => 'パスワードが正しくありません。'
);
$lang['comments'] = array(
'head' => 'コメント記入',
'descr' => '次のフォームにコメントを記入してください。',
'fieldset1' => 'プロフィールのご記入',
'name' => 'お名前 (*)',
'email' => 'メールアドレス:',
'www' => 'URL:',
'cookie' => 'ブラウザに記憶させる',
'fieldset2' => 'コメントのご記入',
'comment' => 'コメント (*):',
'fieldset3' => '送信',
'submit' => '送信する',
'reset' => 'リセット',
'success' => 'コメントが投稿されました。',
'nocomments' => 'まだコメントがついていません。',
'commslock' => 'コメントを記入することはできません。'
);
$lang['comments']['error'] = array(
'name' => 'お名前を記入してください。',
'email' => 'メールアドレスを正しく記入してください。',
'www' => 'URLを正しく入力してください。',
'comment' => 'コメントを記入してください。'
);
$lang ['postviews'] = array(
// PostView-Plugin
'views' => 'コール'
);
$lang['date']['month'] = array(
'1月',
'2月',
'3月',
'4月',
'5月',
'6月',
'7月',
'8月',
'9月',
'10月',
'11月',
'12月'
);
$lang['date']['month_abbr'] = array(
'1月',
'2月',
'3月',
'4月',
'5月',
'6月',
'7月',
'8月',
'9月',
'10月',
'11月',
'12月'
);
$lang['date']['weekday'] = array(
'日曜日',
'月曜日',
'火曜日',
'水曜日',
'木曜日',
'金曜日',
'土曜日'
);
$lang['date']['weekday_abbr'] = array(
'日',
'月',
'火',
'水',
'木',
'金',
'土'
);
?> ?>

View File

@ -2,7 +2,6 @@
$lang = array(); $lang = array();
$lang ['main'] = array( $lang ['main'] = array(
'nextpage' => 'Volgende pagina &raquo;', 'nextpage' => 'Volgende pagina &raquo;',
'prevpage' => '&laquo; Vorige pagina', 'prevpage' => '&laquo; Vorige pagina',
'entry' => 'Data invoer', 'entry' => 'Data invoer',
@ -25,7 +24,6 @@ $lang ['main'] = array(
); );
$lang ['search'] = array( $lang ['search'] = array(
'head' => 'Zoek', 'head' => 'Zoek',
'fset1' => 'Vul zoek criteria in', 'fset1' => 'Vul zoek criteria in',
'keywords' => 'Zin', 'keywords' => 'Zin',
@ -55,6 +53,18 @@ $lang ['search'] ['error'] = array(
'keywords' => 'Je moet tenminste 1 zoekwoord invullen' 'keywords' => 'Je moet tenminste 1 zoekwoord invullen'
); );
$lang ['staticauthor'] = array(
// "Published by" in static pages
'published_by' => 'Gepubliceerd door',
'on' => 'op'
);
$lang ['entryauthor'] = array(
// "Posted by" in entry pages
'posted_by' => 'Geplaatst door',
'at' => 'om'
);
$lang ['entry'] = array(); $lang ['entry'] = array();
$lang ['entry'] ['flags'] = array(); $lang ['entry'] ['flags'] = array();
@ -77,7 +87,6 @@ $lang ['404error'] = array(
// Login // Login
$lang ['login'] = array( $lang ['login'] = array(
'head' => 'Login', 'head' => 'Login',
'fieldset1' => 'Voeg uw gebruikersnaam en wachtwoord in', 'fieldset1' => 'Voeg uw gebruikersnaam en wachtwoord in',
'user' => 'Gebruikersnaam:', 'user' => 'Gebruikersnaam:',
@ -127,8 +136,12 @@ $lang ['comments'] ['error'] = array(
'comment' => 'U moet een commentaar invoeren' 'comment' => 'U moet een commentaar invoeren'
); );
$lang ['date'] ['month'] = array( $lang ['postviews'] = array(
// PostView-Plugin
'views' => 'maal gezien'
);
$lang ['date'] ['month'] = array(
'januari', 'januari',
'februari', 'februari',
'maart', 'maart',
@ -144,7 +157,6 @@ $lang ['date'] ['month'] = array(
); );
$lang ['date'] ['month_abbr'] = array( $lang ['date'] ['month_abbr'] = array(
'jan', 'jan',
'feb', 'feb',
'mrt', 'mrt',
@ -160,7 +172,6 @@ $lang ['date'] ['month_abbr'] = array(
); );
$lang ['date'] ['weekday'] = array( $lang ['date'] ['weekday'] = array(
'zondag', 'zondag',
'maandag', 'maandag',
'dinsdag', 'dinsdag',
@ -171,7 +182,6 @@ $lang ['date'] ['weekday'] = array(
); );
$lang ['date'] ['weekday_abbr'] = array( $lang ['date'] ['weekday_abbr'] = array(
'zo', 'zo',
'ma', 'ma',
'di', 'di',
@ -180,5 +190,4 @@ $lang ['date'] ['weekday_abbr'] = array(
'vr', 'vr',
'za' 'za'
); );
?> ?>

View File

@ -1,194 +1,194 @@
<?php <?php
//Terminado 27 de Novembro de 2022. //Terminado 27 de Novembro de 2022.
$lang = array();
$lang = array(); $lang ['main'] = array(
'nextpage' => 'Próxima página &raquo;',
'prevpage' => '&laquo; Página anterior',
'entry' => 'Post',
'static' => 'Página estática',
'comment' => 'Comentário',
'preview' => 'edite/visualize',
$lang['main'] = array( 'filed_under' => 'Arquivado em ',
'nextpage' => 'Próxima página &raquo;',
'prevpage' => '&laquo; Página anterior',
'entry' => 'Post',
'static' => 'Página estática',
'comment' => 'Comentário',
'preview' => 'edite/visualize',
'filed_under' => 'Arquivado em ',
'add_entry' => 'Adicione post',
'add_comment' => 'Adicione comentário',
'add_static' => 'Adicione página estática',
'btn_edit' => 'Edite',
'btn_delete' => 'Exclua',
'nocomments' => 'Adicione comentário',
'comment' => '1 comentário',
'comments' => 'comentários',
);
$lang['search'] = array(
'head' => 'Pesquisa',
'fset1' => 'Inserir critérios de pesquisa',
'keywords' => 'Frase',
'onlytitles' => 'Apenas títulos',
'fulltext' => 'Texto completo',
'fset2' => 'Data',
'datedescr' => 'Você pode vincular sua pesquisa a uma data específica. Você pode selecionar um ano, um ano e um mês ou uma data completa. '.
'Deixe em branco para pesquisar em todo o banco de dados.',
'fset3' => 'Pesquisar nas categorias.',
'catdescr' => 'Não selecione nenhuma categoria para pesquisar todas',
'fset4' => 'Iniciar pesquisa.',
'submit' => 'Pesquise',
'headres' => 'Resultados da pesquisa',
'descrres' => 'A pesquisa de <strong>%s</strong> retornou os seguintes resultados:',
'descrnores' => 'A pesquisa de <strong>%s</strong> não retornou resultados.',
'moreopts' => 'Mais opções',
'searchag' => 'Pesquise de novo',
);
$lang['search']['error'] = array(
'keywords' => 'Você deve especificar pelo menos uma palavra-chave.'
);
$lang['entry'] = array();
$lang['entry']['flags'] = array();
$lang['entry']['flags']['long'] = array(
'draft' => '<strong>Rascunho</strong>: oculta, aguardando publicação.',
//'static' => '<strong>Static entry</strong>: normally hidden, to reach the entry put ?page=title-of-the-entry in url (experimental)',
'commslock' => '<strong>Comentários bloqueados</strong>: comentários não permitidos para este item.'
);
$lang['entry']['flags']['short'] = array(
'draft' => 'Rascunho',
//'static' => 'Static',
'commslock' => 'Comentários bloqueados'
);
$lang['404error'] = array( 'add_entry' => 'Adicione post',
'subject' => 'Não encontrado', 'add_comment' => 'Adicione comentário',
'content' => '<p>Desculpe, não conseguimos encontrar a página solicitada.</p>' 'add_static' => 'Adicione página estática',
);
'btn_edit' => 'Edite',
// Login 'btn_delete' => 'Exclua',
$lang['login'] = array(
'nocomments' => 'Adicione comentário',
'head' => 'Login', 'comment' => '1 comentário',
'fieldset1' => 'Insira seu nome de usuário e senha.', 'comments' => 'comentários'
'user' => 'Nome de usuário:', );
'pass' => 'Senha:',
'fieldset2' => 'Efetuar login', $lang ['search'] = array(
'submit' => 'Login', 'head' => 'Pesquisa',
'forgot' => 'Esqueci a senha' 'fset1' => 'Inserir critérios de pesquisa',
); 'keywords' => 'Frase',
'onlytitles' => 'Apenas títulos',
$lang['login']['success'] = array( 'fulltext' => 'Texto completo',
'success' => 'Você está logado.',
'logout' => 'Você está desconectado.', 'fset2' => 'Data',
'redirect' => 'Você será redirecionado em 5 segundos.', 'datedescr' => 'Você pode vincular sua pesquisa a uma data específica. Você pode selecionar um ano, um ano e um mês ou uma data completa. ' . 'Deixe em branco para pesquisar em todo o banco de dados.',
'opt1' => 'Volte para Início',
'opt2' => 'Ir para o Painel de Controle.', 'fset3' => 'Pesquisar nas categorias.',
'opt3' => 'Adicione novo item.' 'catdescr' => 'Não selecione nenhuma categoria para pesquisar todas',
);
'fset4' => 'Iniciar pesquisa.',
'submit' => 'Pesquise',
'headres' => 'Resultados da pesquisa',
'descrres' => 'A pesquisa de <strong>%s</strong> retornou os seguintes resultados:',
'descrnores' => 'A pesquisa de <strong>%s</strong> não retornou resultados.',
'moreopts' => 'Mais opções',
'searchag' => 'Pesquise de novo'
);
$lang['login']['error'] = array( $lang ['search'] ['error'] = array(
'user' => 'Você deve inserir um nome de usuário.',
'pass' => 'Você deve inserir uma senha.',
'match' => 'Você deve inserir um nome de usuário incorreta.'
);
$lang['comments'] = array(
'head' => 'Adicione comentário',
'descr' => 'Preencha o formulário abaixo para adicionar seus próprios comentários.',
'fieldset1' => 'Dados do usuário',
'name' => 'Nome (*)',
'email' => 'Email:',
'www' => 'Website:',
'cookie' => 'Lembre de mim',
'fieldset2' => 'Adicione seu comentário',
'comment' => 'Comentário (*):',
'fieldset3' => 'Envie',
'submit' => 'Comentar',
'reset' => 'Resetar',
'success' => 'Seu comentário foi adicionado com sucesso.',
'nocomments' => 'Esta entrada ainda não foi comentada.',
'commslock' => 'Os comentários foram desativados para esta entrada.',
);
$lang['comments']['error'] = array( 'keywords' => 'Você deve especificar pelo menos uma palavra-chave.'
'name' => 'Você deve inserir um nome.', );
'email' => 'Você deve inserir um email válido.',
'www' => 'Você deve inserir uma URL válida.',
'comment' => 'Você deve inserir um comentário.',
);
$lang['date']['month'] = array( $lang ['staticauthor'] = array(
// "Published by" in static pages
'Janeiro', 'published_by' => 'Publicado por',
'Fevereiro', 'on' => 'em'
'Março', );
'Abril',
'Maio',
'Junho',
'Julho',
'Agosto',
'Setembro',
'Outubro',
'Novembro',
'Dezembro'
);
$lang['date']['month_abbr'] = array( $lang ['entryauthor'] = array(
// "Posted by" in entry pages
'Jan', 'posted_by' => 'Postado por',
'Fev', 'at' => 'às'
'Mar', );
'Abr',
'Mai',
'Jun',
'Jul',
'Ago',
'Set',
'Out',
'Nov',
'Dez'
);
$lang['date']['weekday'] = array( $lang ['entry'] = array();
$lang ['entry'] ['flags'] = array();
'Domingo',
'Segunda-feira',
'Terça-feira',
'Quarta-feira',
'Quinta-feira',
'Sexta-feira',
'Sábado',
);
$lang['date']['weekday_abbr'] = array( $lang ['entry'] ['flags'] ['long'] = array(
'draft' => '<strong>Rascunho</strong>: oculta, aguardando publicação.',
'Dom', //'static' => '<strong>Static entry</strong>: normally hidden, to reach the entry put ?page=title-of-the-entry in url (experimental)',
'Seg', 'commslock' => '<strong>Comentários bloqueados</strong>: comentários não permitidos para este item.'
'Ter', );
'Qua',
'Qui', $lang ['entry'] ['flags'] ['short'] = array(
'Sex', 'draft' => 'Rascunho',
'Sab', //'static' => 'Static',
'commslock' => 'Comentários bloqueados'
); );
?> $lang ['404error'] = array(
'subject' => 'Não encontrado',
'content' => '<p>Desculpe, não conseguimos encontrar a página solicitada.</p>'
);
// Login
$lang ['login'] = array(
'head' => 'Login',
'fieldset1' => 'Insira seu nome de usuário e senha.',
'user' => 'Nome de usuário:',
'pass' => 'Senha:',
'fieldset2' => 'Efetuar login',
'submit' => 'Login',
'forgot' => 'Esqueci a senha'
);
$lang ['login'] ['success'] = array(
'success' => 'Você está logado.',
'logout' => 'Você está desconectado.',
'redirect' => 'Você será redirecionado em 5 segundos.',
'opt1' => 'Volte para Início',
'opt2' => 'Ir para o Painel de Controle.',
'opt3' => 'Adicione novo item.'
);
$lang ['login'] ['error'] = array(
'user' => 'Você deve inserir um nome de usuário.',
'pass' => 'Você deve inserir uma senha.',
'match' => 'Você deve inserir um nome de usuário incorreta.'
);
$lang ['comments'] = array(
'head' => 'Adicione comentário',
'descr' => 'Preencha o formulário abaixo para adicionar seus próprios comentários.',
'fieldset1' => 'Dados do usuário',
'name' => 'Nome (*)',
'email' => 'Email:',
'www' => 'Website:',
'cookie' => 'Lembre de mim',
'fieldset2' => 'Adicione seu comentário',
'comment' => 'Comentário (*):',
'fieldset3' => 'Envie',
'submit' => 'Comentar',
'reset' => 'Resetar',
'success' => 'Seu comentário foi adicionado com sucesso.',
'nocomments' => 'Esta entrada ainda não foi comentada.',
'commslock' => 'Os comentários foram desativados para esta entrada.'
);
$lang ['comments'] ['error'] = array(
'name' => 'Você deve inserir um nome.',
'email' => 'Você deve inserir um email válido.',
'www' => 'Você deve inserir uma URL válida.',
'comment' => 'Você deve inserir um comentário.'
);
$lang ['postviews'] = array(
// PostView-Plugin
'views' => 'vistas'
);
$lang ['date'] ['month'] = array(
'Janeiro',
'Fevereiro',
'Março',
'Abril',
'Maio',
'Junho',
'Julho',
'Agosto',
'Setembro',
'Outubro',
'Novembro',
'Dezembro'
);
$lang ['date'] ['month_abbr'] = array(
'Jan',
'Fev',
'Mar',
'Abr',
'Mai',
'Jun',
'Jul',
'Ago',
'Set',
'Out',
'Nov',
'Dez'
);
$lang ['date'] ['weekday'] = array(
'Domingo',
'Segunda-feira',
'Terça-feira',
'Quarta-feira',
'Quinta-feira',
'Sexta-feira',
'Sábado'
);
$lang ['date'] ['weekday_abbr'] = array(
'Dom',
'Seg',
'Ter',
'Qua',
'Qui',
'Sex',
'Sab'
);
?>

View File

@ -18,18 +18,18 @@
<ul class="entry-footer"> <ul class="entry-footer">
<li class="entry-info">Posted by <span itemprop="author">{$author}</span> at <li class="entry-info">{$lang.entryauthor.posted_by} <span itemprop="author">{$author}</span> {$lang.entryauthor.at}
{$date|date_format} {$date|date_format}
<span itemprop="articleSection"> <span itemprop="articleSection">
{if ($categories)} in {$categories|@filed}{/if} {if ($categories)} {$lang.plugin.categories.in} {$categories|@filed}{/if}
</span> </span>
</li> </li>
{if !(in_array('commslock', $categories) && !$comments)} {if !(in_array('commslock', $categories) && !$comments)}
<li class="link-comments"> <li class="link-comments">
<a href="{$id|link:comments_link}#comments">{$comments|tag:comments_number} <a href="{$id|link:comments_link}#comments">{$comments|tag:comments_number}
{if isset($views)}(<strong>{$views}</strong> views){/if} {if isset($views)}(<strong>{$views}</strong> {$lang.postviews.views}){/if}
</a> </a>
</li> </li>
{/if} {/if}

View File

@ -282,6 +282,11 @@ input.maxsize, select.maxsize { width: 99% }
/* ===== PREVIEW SETTINGS ===== */ /* ===== PREVIEW SETTINGS ===== */
#post-preview .entry { padding: 2em; max-height: 20em; overflow: auto } #post-preview .entry { padding: 2em; max-height: 20em; overflow: auto }
.entry-footer {
margin: 2em 0 0.5em 0;
text-align: right;
}
/* ===== UPLOAD PANEL ===== */ /* ===== UPLOAD PANEL ===== */
#admin-uploader-filelist { #admin-uploader-filelist {
margin: 1em auto; margin: 1em auto;

View File

@ -1,8 +1,12 @@
{entry content=$entry} {entry content=$entry}
<div class="entry"> <div class="entry">
{$date|date_format_daily:"<h2 class=\"date\">`$fp_config.locale.dateformat`</h2>"}
<h3>{$subject|tag:the_title}</h3> <h3>{$subject|tag:the_title}</h3>
<p class="date">Published by {$author} on {$date|date_format:$fp_config.locale.dateformat} </p>
{$content|tag:the_content} {$content|tag:the_content}
<ul class="entry-footer">
<li class="entry-info">
<p class="date">{$lang.entryauthor.posted_by} {$author} {$lang.entryauthor.at} {$date|date_format} </p>
</li>
</ul>
</div> </div>
{/entry} {/entry}

View File

@ -1,8 +1,7 @@
{static content=$entry} {static content=$entry}
<div class="entry"> <div class="entry">
<h3>{$subject}</h3> <h3>{$subject|tag:the_title}</h3>
<p class="date">Published by {$author} on {$date|date_format:$fp_config.locale.dateformat} </p> <p class="date">{$lang.staticauthor.published_by} {$author} {$lang.staticauthor.on} {$date|date_format_daily} </p>
{$content} {$content|tag:the_content}
</div> </div>
{/static} {/static}

View File

@ -7,7 +7,7 @@
{static} {static}
<div id="{$id}" class="entry page-{$id}"> <div id="{$id}" class="entry page-{$id}">
<h3>{$subject}</h3> <h3>{$subject}</h3>
<p class="date">Published by {$author} on {$date|date_format_daily}</p> <p class="date">{$lang.staticauthor.published_by} {$author} {$lang.staticauthor.on} {$date|date_format_daily}</p>
{$content|tag:the_content} {$content|tag:the_content}
</div> </div>

View File

@ -1,25 +1,25 @@
<?php <?php
$lang['admin']['plugin']['submenu']['bbcode'] = 'BBCode'; $lang ['admin'] ['plugin'] ['submenu'] ['bbcode'] = 'BBCode';
$lang['admin']['plugin']['bbcode'] = array( $lang ['admin'] ['plugin'] ['bbcode'] = array(
'head' => 'Nastavení BBCode', 'head' => 'Nastavení BBCode',
'desc1' => 'Tento plugin umožňuje používat <a href="http://www.phpbb.com/'. 'desc1' => 'Tento plugin umožňuje používat <a href="http://www.phpbb.com/'.
'phpBB/faq.php?mode=bbcode">BBCode</a> na vašem blogu. ', 'phpBB/faq.php?mode=bbcode">BBCode</a> na vašem blogu. ',
'options' => 'Nastavení', 'options' => 'Nastavení',
'editing' => 'Úprava', 'editing' => 'Úprava',
'allow_html'=> 'Inline HTML', 'allow_html' => 'Inline HTML',
'allow_html_long' => 'Umožnit používání HTML tagu současně s BBCode', 'allow_html_long' => 'Umožnit používání HTML tagu současně s BBCode',
'toolbar' => 'Lišta s nástroji', 'toolbar' => 'Lišta s nástroji',
'toolbar_long' => 'Zapnout upravování pomocí lišty nástrojů.', 'toolbar_long' => 'Zapnout upravování pomocí lišty nástrojů.',
'other' => 'Ostatní možnosti', 'other' => 'Ostatní možnosti',
'comments' => 'Komentáře', 'comments' => 'Komentáře',
'comments_long' => 'Povolit BBCode v komentářích', 'comments_long' => 'Povolit BBCode v komentářích',
'urlmaxlen' => 'Maximální délka URL', 'urlmaxlen' => 'Maximální délka URL',
'urlmaxlen_long_pre' => 'Zkrátit URL delší jako ', 'urlmaxlen_long_pre' => 'Zkrátit URL delší jako ',
'urlmaxlen_long_post'=>' znaků.', 'urlmaxlen_long_post' =>' znaků.',
'submit' => 'Uložit nastavení', 'submit' => 'Uložit nastavení',
'msgs' => array( 'msgs' => array(
1 => 'BBCode configuration successful saved.', 1 => 'BBCode configuration successful saved.',
@ -27,29 +27,36 @@ $lang['admin']['plugin']['bbcode'] = array(
), ),
'editor' => array( 'editor' => array(
'formatting' => 'Formátování', 'formatting' => 'Formátování',
'textarea' => 'Textové pole: ', 'textarea' => 'Textové pole: ',
'expand' => 'Zvětšit', 'expand' => 'Zvětšit',
'expandtitle' => 'Zvětšit výšku textového pole', 'expandtitle' => 'Zvětšit výšku textového pole',
'reduce' => 'Zmenšit', 'reduce' => 'Zmenšit',
'reducetitle' => 'Zmenšit výšku textového pole', 'reducetitle' => 'Zmenšit výšku textového pole',
// note: accesskeys are not internationalized... // note: accesskeys are not internationalized...
// btw. why not :-D // btw. why not :-D
'bold' => 'B', 'bold' => 'B',
'boldtitle' => 'Tučné', 'boldtitle' => 'Tučné',
'italic' => 'I', 'italic' => 'I',
'italictitle' => 'Kurzíva', 'italictitle' => 'Kurzíva',
'underline' => 'U', 'underline' => 'U',
'underlinetitle' => 'Podtržené', 'underlinetitle' => 'Podtržené',
'quote' => 'Citovat', 'quote' => 'Citovat',
'quotetitle' => 'Citace', 'quotetitle' => 'Citace',
'code' => 'Kód', 'code' => 'Kód',
'codetitle' => 'Kód', 'codetitle' => 'Kód',
'help' => 'BBCode Pomoc', 'help' => 'BBCode Pomoc',
'file' => 'Soubor: ',
'image' => 'Obrázek: ',
'selection' => '-- Výběr --',
// currently not used // currently not used
'status' => 'Status bar', 'status' => 'Status bar',
'statusbar' => 'Normalní mód. Stiskni &lt;Esc&gt; pro přepnutí módu.' 'statusbar' => 'Normalní mód. Stiskni &lt;Esc&gt; pro přepnutí módu.'
) )
); );
$lang ['plugin'] ['bbcode'] = array (
'go_to' => 'Přejít na'
);
?> ?>

View File

@ -1,7 +1,7 @@
<?php <?php
$lang['admin']['plugin']['submenu']['bbcode'] = 'BBCode'; $lang ['admin'] ['plugin'] ['submenu'] ['bbcode'] = 'BBCode';
$lang['admin']['plugin']['bbcode'] = array( $lang ['admin'] ['plugin'] ['bbcode'] = array(
'head' => 'BBCode Konfiguration', 'head' => 'BBCode Konfiguration',
'desc1' => 'Dieses Plugin erlaubt <a href="http://www.phpbb.com/'. 'desc1' => 'Dieses Plugin erlaubt <a href="http://www.phpbb.com/'.
'phpBB/faq.php?mode=bbcode">BBCode</a> Markup zu benutzen und bietet die '. 'phpBB/faq.php?mode=bbcode">BBCode</a> Markup zu benutzen und bietet die '.
@ -9,18 +9,18 @@ $lang['admin']['plugin']['bbcode'] = array(
'options' => 'Optionen', 'options' => 'Optionen',
'editing' => 'Einstellungen bearbeiten', 'editing' => 'Einstellungen bearbeiten',
'allow_html'=> 'Inline HTML', 'allow_html' => 'Inline HTML',
'allow_html_long' => 'Benutzung von HTML Code und BBCode erlauben', 'allow_html_long' => 'Benutzung von HTML Code und BBCode erlauben',
'toolbar' => 'Toolbar', 'toolbar' => 'Toolbar',
'toolbar_long' => 'Editor Toolbar aktivieren.', 'toolbar_long' => 'Editor Toolbar aktivieren.',
'other' => 'Weitere Optionen', 'other' => 'Weitere Optionen',
'comments' => 'Kommentare', 'comments' => 'Kommentare',
'comments_long' => 'erlaube BBCode in den Kommentaren', 'comments_long' => 'erlaube BBCode in den Kommentaren',
'urlmaxlen' => 'Maximale Länge der URL Anzeige', 'urlmaxlen' => 'Maximale Länge der URL Anzeige',
'urlmaxlen_long_pre' => 'Kürze URLs die mehr als ', 'urlmaxlen_long_pre' => 'Kürze URLs die mehr als ',
'urlmaxlen_long_post'=>' Zeichen haben.', 'urlmaxlen_long_post' =>' Zeichen haben.',
'submit' => 'Konfiguration speichern', 'submit' => 'Konfiguration speichern',
'msgs' => array( 'msgs' => array(
1 => 'BBCode Konfiguration erfolgreich gespeichert.', 1 => 'BBCode Konfiguration erfolgreich gespeichert.',
@ -28,29 +28,36 @@ $lang['admin']['plugin']['bbcode'] = array(
), ),
'editor' => array( 'editor' => array(
'formatting' => 'Formatierung', 'formatting' => 'Formatierung',
'textarea' => 'Eingabefeld: ', 'textarea' => 'Eingabefeld: ',
'expand' => 'Vergrößern', 'expand' => 'Vergrößern',
'expandtitle' => 'Das Eingabefeld vergrößern', 'expandtitle' => 'Das Eingabefeld vergrößern',
'reduce' => 'Verkleinern', 'reduce' => 'Verkleinern',
'reducetitle' => 'Das Eingabefeld verkleinern', 'reducetitle' => 'Das Eingabefeld verkleinern',
// note: accesskeys are not internationalized... // note: accesskeys are not internationalized...
// btw. why not :-D // btw. why not :-D
'bold' => 'B', 'bold' => 'B',
'boldtitle' => 'Fett', 'boldtitle' => 'Fett',
'italic' => 'I', 'italic' => 'I',
'italictitle' => 'Kursiv', 'italictitle' => 'Kursiv',
'underline' => 'U', 'underline' => 'U',
'underlinetitle' => 'Unterstreichen', 'underlinetitle' => 'Unterstreichen',
'quote' => 'Quote', 'quote' => 'Quote',
'quotetitle' => 'Bemerkung/Zitat', 'quotetitle' => 'Bemerkung/Zitat',
'code' => 'Code', 'code' => 'Code',
'codetitle' => 'Code Beispiel', 'codetitle' => 'Code Beispiel',
'help' => 'BBCode Hilfe', 'help' => 'BBCode Hilfe',
'file' => 'Datei: ',
'image' => 'Bild: ',
'selection' => '-- Auswahl --',
// currently not used // currently not used
'status' => 'Status bar', 'status' => 'Status bar',
'statusbar' => 'Normal mode. Press &lt;Esc&gt; to switch editing mode.' 'statusbar' => 'Normal mode. Press &lt;Esc&gt; to switch editing mode.'
) )
); );
$lang ['plugin'] ['bbcode'] = array (
'go_to' => 'Gehe zu'
);
?> ?>

View File

@ -1,7 +1,7 @@
<?php <?php
$lang['admin']['plugin']['submenu']['bbcode'] = 'BBCode'; $lang ['admin'] ['plugin'] ['submenu'] ['bbcode'] = 'BBCode';
$lang['admin']['plugin']['bbcode'] = array( $lang ['admin'] ['plugin'] ['bbcode'] = array(
'head' => 'Ρύθμιση του BBCode', 'head' => 'Ρύθμιση του BBCode',
'desc1' => 'Το πρόσθετο αυτό επιτρέπει τη χρήση σύνταξης <a href="http://www.phpbb.com/'. 'desc1' => 'Το πρόσθετο αυτό επιτρέπει τη χρήση σύνταξης <a href="http://www.phpbb.com/'.
'phpBB/faq.php?mode=bbcode">BBCode</a> και παρέχει '. 'phpBB/faq.php?mode=bbcode">BBCode</a> και παρέχει '.
@ -9,13 +9,13 @@ $lang['admin']['plugin']['bbcode'] = array(
'options' => 'Επιλογές', 'options' => 'Επιλογές',
'editing' => 'Επεξεργασία', 'editing' => 'Επεξεργασία',
'allow_html'=> 'Χρήση HTML', 'allow_html' => 'Χρήση HTML',
'allow_html_long' => 'Επιτρέπεται χρήση HTML παράλληλα με το BBCode', 'allow_html_long' => 'Επιτρέπεται χρήση HTML παράλληλα με το BBCode',
'toolbar' => 'Μπάρα συντομεύσεων', 'toolbar' => 'Μπάρα συντομεύσεων',
'toolbar_long' => 'Ενεργοποιείται η μπάρα συντομεύσεων κατά την καταχώρηση.', 'toolbar_long' => 'Ενεργοποιείται η μπάρα συντομεύσεων κατά την καταχώρηση.',
'other' => 'Άλλες επιλογές', 'other' => 'Άλλες επιλογές',
'comments' => 'Σχόλια', 'comments' => 'Σχόλια',
'comments_long' => 'Επιτρέπεται η χρήση BBCode στα σχόλια', 'comments_long' => 'Επιτρέπεται η χρήση BBCode στα σχόλια',
'urlmaxlen' => 'Μέγιστο μήκος συνδέσμων', 'urlmaxlen' => 'Μέγιστο μήκος συνδέσμων',
@ -28,29 +28,36 @@ $lang['admin']['plugin']['bbcode'] = array(
), ),
'editor' => array( 'editor' => array(
'formatting' => 'Formatting', 'formatting' => 'Formatting',
'textarea' => 'Textarea: ', 'textarea' => 'Textarea: ',
'expand' => 'Expand', 'expand' => 'Expand',
'expandtitle' => 'Expand Textarea Height', 'expandtitle' => 'Expand Textarea Height',
'reduce' => 'Reduce', 'reduce' => 'Reduce',
'reducetitle' => 'Reduce Textarea Height', 'reducetitle' => 'Reduce Textarea Height',
// note: accesskeys are not internationalized... // note: accesskeys are not internationalized...
// btw. why not :-D // btw. why not :-D
'bold' => 'B', 'bold' => 'B',
'boldtitle' => 'Έντονα', 'boldtitle' => 'Έντονα',
'italic' => 'I', 'italic' => 'I',
'italictitle' => 'Πλάγια', 'italictitle' => 'Πλάγια',
'underline' => 'U', 'underline' => 'U',
'underlinetitle' => 'Υπογραμμισμένα', 'underlinetitle' => 'Υπογραμμισμένα',
'quote' => 'Quote', 'quote' => 'Quote',
'quotetitle' => 'Παράθεση', 'quotetitle' => 'Παράθεση',
'code' => 'Code', 'code' => 'Code',
'codetitle' => 'Κώδικας', 'codetitle' => 'Κώδικας',
'help' => 'Βοήθεια σχετικά με το BBCode', 'help' => 'Βοήθεια σχετικά με το BBCode',
'file' => 'Φάκελος: ',
'image' => 'Εικόνα: ',
'selection' => '-- Επιλογή --',
// currently not used // currently not used
'status' => 'Μπάρα κατάστασης', 'status' => 'Μπάρα κατάστασης',
'statusbar' => 'Κανονική λειτουργία. Πατήστε &lt;Esc&gt; για εναλλαγή σε λειτουργία επεξεργασίας.' 'statusbar' => 'Κανονική λειτουργία. Πατήστε &lt;Esc&gt; για εναλλαγή σε λειτουργία επεξεργασίας.'
) )
); );
$lang ['plugin'] ['bbcode'] = array (
'go_to' => 'Πηγαίνετε στον'
);
?> ?>

View File

@ -1,7 +1,7 @@
<?php <?php
$lang['admin']['plugin']['submenu']['bbcode'] = 'BBCode'; $lang ['admin'] ['plugin'] ['submenu'] ['bbcode'] = 'BBCode';
$lang['admin']['plugin']['bbcode'] = array( $lang ['admin'] ['plugin'] ['bbcode'] = array(
'head' => 'BBCode Configuration', 'head' => 'BBCode Configuration',
'desc1' => 'This plugin allows using <a href="http://www.phpbb.com/'. 'desc1' => 'This plugin allows using <a href="http://www.phpbb.com/'.
'phpBB/faq.php?mode=bbcode">BBCode</a> markup and provides '. 'phpBB/faq.php?mode=bbcode">BBCode</a> markup and provides '.
@ -9,18 +9,18 @@ $lang['admin']['plugin']['bbcode'] = array(
'options' => 'Options', 'options' => 'Options',
'editing' => 'Editing', 'editing' => 'Editing',
'allow_html'=> 'Inline HTML', 'allow_html' => 'Inline HTML',
'allow_html_long' => 'Enable using HTML along with BBCode', 'allow_html_long' => 'Enable using HTML along with BBCode',
'toolbar' => 'Toolbar', 'toolbar' => 'Toolbar',
'toolbar_long' => 'Enable the editor toolbar.', 'toolbar_long' => 'Enable the editor toolbar.',
'other' => 'Other options', 'other' => 'Other options',
'comments' => 'Comments', 'comments' => 'Comments',
'comments_long' => 'Allow BBCode in comments', 'comments_long' => 'Allow BBCode in comments',
'urlmaxlen' => 'URL max length', 'urlmaxlen' => 'URL max length',
'urlmaxlen_long_pre' => 'Shorten URLs longer than ', 'urlmaxlen_long_pre' => 'Shorten URLs longer than ',
'urlmaxlen_long_post'=>' characters.', 'urlmaxlen_long_post' => ' characters.',
'submit' => 'Save configuration', 'submit' => 'Save configuration',
'msgs' => array( 'msgs' => array(
1 => 'BBCode configuration successful saved.', 1 => 'BBCode configuration successful saved.',
@ -28,29 +28,36 @@ $lang['admin']['plugin']['bbcode'] = array(
), ),
'editor' => array( 'editor' => array(
'formatting' => 'Formatting', 'formatting' => 'Formatting',
'textarea' => 'Textarea: ', 'textarea' => 'Textarea: ',
'expand' => 'Expand', 'expand' => 'Expand',
'expandtitle' => 'Expand Textarea Height', 'expandtitle' => 'Expand Textarea Height',
'reduce' => 'Reduce', 'reduce' => 'Reduce',
'reducetitle' => 'Reduce Textarea Height', 'reducetitle' => 'Reduce Textarea Height',
// note: accesskeys are not internationalized... // note: accesskeys are not internationalized...
// btw. why not :-D // btw. why not :-D
'bold' => 'B', 'bold' => 'B',
'boldtitle' => 'Bold', 'boldtitle' => 'Bold',
'italic' => 'I', 'italic' => 'I',
'italictitle' => 'Italic', 'italictitle' => 'Italic',
'underline' => 'U', 'underline' => 'U',
'underlinetitle' => 'Underlined', 'underlinetitle' => 'Underlined',
'quote' => 'Quote', 'quote' => 'Quote',
'quotetitle' => 'Quote', 'quotetitle' => 'Quote',
'code' => 'Code', 'code' => 'Code',
'codetitle' => 'Code', 'codetitle' => 'Code',
'help' => 'BBCode Help', 'help' => 'BBCode Help',
'file' => 'File: ',
'image' => 'Image: ',
'selection' => '-- Selection --',
// currently not used // currently not used
'status' => 'Status bar', 'status' => 'Status bar',
'statusbar' => 'Normal mode. Press &lt;Esc&gt; to switch editing mode.' 'statusbar' => 'Normal mode. Press &lt;Esc&gt; to switch editing mode.'
) )
); );
$lang ['plugin'] ['bbcode'] = array (
'go_to' => 'Go to'
);
?> ?>

View File

@ -1,7 +1,7 @@
<?php <?php
$lang['admin']['plugin']['submenu']['bbcode'] = 'BBCode'; $lang ['admin'] ['plugin'] ['submenu'] ['bbcode'] = 'BBCode';
$lang['admin']['plugin']['bbcode'] = array( $lang ['admin'] ['plugin'] ['bbcode'] = array(
'head' => 'Configuración de BBCode', 'head' => 'Configuración de BBCode',
'desc1' => 'Este Plugin permite usar <a href="http://www.phpbb.com/'. 'desc1' => 'Este Plugin permite usar <a href="http://www.phpbb.com/'.
'phpBB/faq.php?mode=bbcode">BBCode</a> markup y proporciona '. 'phpBB/faq.php?mode=bbcode">BBCode</a> markup y proporciona '.
@ -9,48 +9,55 @@ $lang['admin']['plugin']['bbcode'] = array(
'options' => 'Opciones', 'options' => 'Opciones',
'editing' => 'Edición', 'editing' => 'Edición',
'allow_html' => 'HTML en línea', 'allow_html' => 'HTML en línea',
'allow_html_long' => 'Habilite el uso de HTML junto con BBCode', 'allow_html_long' => 'Habilite el uso de HTML junto con BBCode',
'toolbar' => 'Barra de herramientas', 'toolbar' => 'Barra de herramientas',
'toolbar_long' => 'Habilite la barra de herramientas del editor.', 'toolbar_long' => 'Habilite la barra de herramientas del editor.',
'other' => 'Otras opciones', 'other' => 'Otras opciones',
'comments' => 'Comments', 'comments' => 'Comments',
'comments_long' => 'Permitir BBCode en los comentarios', 'comments_long' => 'Permitir BBCode en los comentarios',
'urlmaxlen' => 'Largo máximo del URL', 'urlmaxlen' => 'Largo máximo del URL',
'urlmaxlen_long_pre' => 'Acorte los URL más largos de ', 'urlmaxlen_long_pre' => 'Acorte los URL más largos de ',
'urlmaxlen_long_post' =>' caracteres.', 'urlmaxlen_long_post' => ' caracteres.',
'submit' => 'Save configuration', 'submit' => 'Save configuration',
'msgs' => array( 'msgs' => array(
1 => 'BBCode configuration successful saved.', 1 => 'BBCode configuration successful saved.',
-1 => 'Configuración de BBCode no guardada.' -1 => 'Configuración de BBCode no guardada.'
), ),
'editor' => array( 'editor' => array(
'formatting' => 'Formateo', 'formatting' => 'Formateo',
'textarea' => 'Área de texto: ', 'textarea' => 'Área de texto: ',
'expand' => 'Ampliar', 'expand' => 'Ampliar',
'expandtitle' => 'Ampliar la altura del área de texto', 'expandtitle' => 'Ampliar la altura del área de texto',
'reduce' => 'Reducir', 'reduce' => 'Reducir',
'reducetitle' => 'Reducir la altura del área de texto', 'reducetitle' => 'Reducir la altura del área de texto',
// note: accesskeys are not internationalized... // note: accesskeys are not internationalized...
// btw. why not :-D // btw. why not :-D
'bold' => 'B', 'bold' => 'B',
'boldtitle' => 'Negrita', 'boldtitle' => 'Negrita',
'italic' => 'I', 'italic' => 'I',
'italictitle' => 'Itálica', 'italictitle' => 'Itálica',
'underline' => 'U', 'underline' => 'U',
'underlinetitle' => 'Subrayada', 'underlinetitle' => 'Subrayada',
'quote' => 'Quote', 'quote' => 'Quote',
'quotetitle' => 'Citar', 'quotetitle' => 'Citar',
'code' => 'Code', 'code' => 'Code',
'codetitle' => 'Código', 'codetitle' => 'Código',
'help' => 'Ayuda de BBCode', 'help' => 'Ayuda de BBCode',
'file' => 'Fichero: ',
'image' => 'Imagen: ',
'selection' => '-- Selección --',
// currently not used // currently not used
'status' => 'Barra de estado', 'status' => 'Barra de estado',
'statusbar' => 'Modo normal. presiona &lt;Esc&gt; para cambiar el modo de edición.' 'statusbar' => 'Modo normal. presiona &lt;Esc&gt; para cambiar el modo de edición.'
) )
); );
$lang ['plugin'] ['bbcode'] = array (
'go_to' => 'Ir a'
);
?> ?>

View File

@ -1,7 +1,7 @@
<?php <?php
$lang['admin']['plugin']['submenu']['bbcode'] = 'BBCode'; $lang ['admin'] ['plugin'] ['submenu'] ['bbcode'] = 'BBCode';
$lang['admin']['plugin']['bbcode'] = array( $lang ['admin'] ['plugin'] ['bbcode'] = array(
'head' => 'Configuration du BBCode', 'head' => 'Configuration du BBCode',
'desc1' => 'Ce plugin autorise l\'usage du <a href="http://www.phpbb.com/'. 'desc1' => 'Ce plugin autorise l\'usage du <a href="http://www.phpbb.com/'.
'phpBB/faq.php?mode=bbcode">BBCode</a> et permet une int&eacute;gration '. 'phpBB/faq.php?mode=bbcode">BBCode</a> et permet une int&eacute;gration '.
@ -9,13 +9,13 @@ $lang['admin']['plugin']['bbcode'] = array(
'options' => 'Options', 'options' => 'Options',
'editing' => 'Edition', 'editing' => 'Edition',
'allow_html'=> 'Prise en charge de l\'HTML', 'allow_html' => 'Prise en charge de l\'HTML',
'allow_html_long' => 'Autoriser l\'usage de l\'HTML avec le BBCode', 'allow_html_long' => 'Autoriser l\'usage de l\'HTML avec le BBCode',
'toolbar' => 'Barre d\'outils', 'toolbar' => 'Barre d\'outils',
'toolbar_long' => 'Activer la Barre d\'outils d\'&eacute;dition.', 'toolbar_long' => 'Activer la Barre d\'outils d\'&eacute;dition.',
'other' => 'Autres options', 'other' =>'Autres options',
'comments' => 'Commentaires', 'comments' => 'Commentaires',
'comments_long' => 'Autoriser le BBCode dans les commentaires', 'comments_long' => 'Autoriser le BBCode dans les commentaires',
'urlmaxlen' => 'Longueur maximum URL', 'urlmaxlen' => 'Longueur maximum URL',
@ -28,29 +28,36 @@ $lang['admin']['plugin']['bbcode'] = array(
), ),
'editor' => array( 'editor' => array(
'formatting' => 'Format', 'formatting' => 'Format',
'textarea' => 'Zone de texte: ', 'textarea' => 'Zone de texte: ',
'expand' => 'Elargir', 'expand' => 'Elargir',
'expandtitle' => 'Elargir la hauteur de la zone de texte', 'expandtitle' => 'Elargir la hauteur de la zone de texte',
'reduce' => 'R&eacute;duire', 'reduce' => 'R&eacute;duire',
'reducetitle' => 'R&eacute;duire la hauteur de la zone de texte', 'reducetitle' => 'R&eacute;duire la hauteur de la zone de texte',
// note: accesskeys are not internationalized... // note: accesskeys are not internationalized...
// btw. why not :-D // btw. why not :-D
'bold' => 'G', 'bold' => 'G',
'boldtitle' => 'Gras', 'boldtitle' => 'Gras',
'italic' => 'I', 'italic' => 'I',
'italictitle' => 'Italique', 'italictitle' => 'Italique',
'underline' => 'S', 'underline' => 'S',
'underlinetitle' => 'Soulign&eacute;', 'underlinetitle' => 'Soulign&eacute;',
'quote' => 'Citation', 'quote' => 'Citation',
'quotetitle' => 'Citation', 'quotetitle' => 'Citation',
'code' => 'Code', 'code' => 'Code',
'codetitle' => 'Code', 'codetitle' => 'Code',
'help' => 'Aide BBCode', 'help' => 'Aide BBCode',
'file' => 'Fichier: ',
'image' => 'Image: ',
'selection' => '-- Sélection --',
// currently not used // currently not used
'status' => 'barre de statut', 'status' => 'barre de statut',
'statusbar' => 'Mode Normal. Pressez &lt;Esc&gt; pour passer en mode &eacute;dition .' 'statusbar' => 'Mode Normal. Pressez &lt;Esc&gt; pour passer en mode &eacute;dition .'
) )
); );
$lang ['plugin'] ['bbcode'] = array (
'go_to' => 'Aller à'
);
?> ?>

View File

@ -1,7 +1,7 @@
<?php <?php
$lang['admin']['plugin']['submenu']['bbcode'] = 'BBCode'; $lang ['admin'] ['plugin'] ['submenu'] ['bbcode'] = 'BBCode';
$lang['admin']['plugin']['bbcode'] = array( $lang ['admin'] ['plugin'] ['bbcode'] = array(
'head' => 'Configurazione BBCode', 'head' => 'Configurazione BBCode',
'desc1' => 'Questo plugin ti consente di usare <a href="http://www.phpbb.com/'. 'desc1' => 'Questo plugin ti consente di usare <a href="http://www.phpbb.com/'.
'phpBB/faq.php?mode=bbcode">BBCode</a> come markup e fornisce '. 'phpBB/faq.php?mode=bbcode">BBCode</a> come markup e fornisce '.
@ -9,13 +9,13 @@ $lang['admin']['plugin']['bbcode'] = array(
'options' => 'Opzioni', 'options' => 'Opzioni',
'editing' => 'Modifica', 'editing' => 'Modifica',
'allow_html'=> 'Inline HTML', 'allow_html' => 'Inline HTML',
'allow_html_long' => 'Consente di usare l\'HTML insieme a BBCode', 'allow_html_long' => 'Consente di usare l\'HTML insieme a BBCode',
'toolbar' => 'Barra strumenti', 'toolbar' => 'Barra strumenti',
'toolbar_long' => 'Abilita la barra strumenti dell\'editor.', 'toolbar_long' => 'Abilita la barra strumenti dell\'editor.',
'other' => 'Altre opzioni', 'other' => 'Altre opzioni',
'comments' => 'Commenti', 'comments' => 'Commenti',
'comments_long' => 'Consenti di usare BBCode nei commenti', 'comments_long' => 'Consenti di usare BBCode nei commenti',
'urlmaxlen' => 'Lunghezza massima degli URL', 'urlmaxlen' => 'Lunghezza massima degli URL',
@ -28,29 +28,36 @@ $lang['admin']['plugin']['bbcode'] = array(
), ),
'editor' => array( 'editor' => array(
'formatting' => 'Formattazione', 'formatting' => 'Formattazione',
'textarea' => 'Casella di testo: ', 'textarea' => 'Casella di testo: ',
'expand' => 'Espandi', 'expand' => 'Espandi',
'expandtitle' => 'Espandi l\'altezza della casella di testo', 'expandtitle' => 'Espandi l\'altezza della casella di testo',
'reduce' => 'Riduci', 'reduce' => 'Riduci',
'reducetitle' => 'Riduci l\'altezza della casella di testo', 'reducetitle' => 'Riduci l\'altezza della casella di testo',
// note: accesskeys are not internationalized... // note: accesskeys are not internationalized...
// btw. why not :-D // btw. why not :-D
'bold' => 'G', 'bold' => 'G',
'boldtitle' => 'Grassetto', 'boldtitle' => 'Grassetto',
'italic' => 'C', 'italic' => 'C',
'italictitle' => 'Corsivo', 'italictitle' => 'Corsivo',
'underline' => 'S', 'underline' => 'S',
'underlinetitle' => 'Sottolineato', 'underlinetitle' => 'Sottolineato',
'quote' => 'Cita', 'quote' => 'Cita',
'quotetitle' => 'Citazione', 'quotetitle' => 'Citazione',
'code' => 'Codice', 'code' => 'Codice',
'codetitle' => 'Codice', 'codetitle' => 'Codice',
'help' => 'Guida di BBCode', 'help' => 'Guida di BBCode',
'file' => 'File: ',
'image' => 'Immagine: ',
'selection' => '-- Selezione --',
// currently not used // currently not used
'status' => 'Barra di stato', 'status' => 'Barra di stato',
'statusbar' => 'Modalità normale. Premi &lt;Esc&gt; per passare da una modalità all\'altra.' 'statusbar' => 'Modalità normale. Premi &lt;Esc&gt; per passare da una modalità all\'altra.'
) )
); );
$lang ['plugin'] ['bbcode'] = array (
'go_to' => 'Vai a'
);
?> ?>

View File

@ -1,7 +1,7 @@
<?php <?php
$lang['admin']['plugin']['submenu']['bbcode'] = 'BBCode'; $lang ['admin'] ['plugin'] ['submenu'] ['bbcode'] = 'BBCode';
$lang['admin']['plugin']['bbcode'] = array( $lang ['admin'] ['plugin'] ['bbcode'] = array(
'head' => 'BBCodeの設定', 'head' => 'BBCodeの設定',
'desc1' => 'このプラグインは <a href="http://www.phpbb.com/'. 'desc1' => 'このプラグインは <a href="http://www.phpbb.com/'.
'phpBB/faq.php?mode=bbcode">BBCode</a> を使用できるようにし、'. 'phpBB/faq.php?mode=bbcode">BBCode</a> を使用できるようにし、'.
@ -9,18 +9,18 @@ $lang['admin']['plugin']['bbcode'] = array(
'options' => 'オプション', 'options' => 'オプション',
'editing' => '編集', 'editing' => '編集',
'allow_html'=> 'インラインHTML', 'allow_html' => 'インラインHTML',
'allow_html_long' => 'BBCodeと通常HTMLを併用する', 'allow_html_long' => 'BBCodeと通常HTMLを併用する',
'toolbar' => 'ツールバー', 'toolbar' => 'ツールバー',
'toolbar_long' => '編集ツールバーを有効にする', 'toolbar_long' => '編集ツールバーを有効にする',
'other' => 'その他のオプション', 'other' => 'その他のオプション',
'comments' => 'コメント', 'comments' => 'コメント',
'comments_long' => 'コメント欄でBBCodeの使用できるようにする', 'comments_long' => 'コメント欄でBBCodeの使用できるようにする',
'urlmaxlen' => 'URLの最大文字数', 'urlmaxlen' => 'URLの最大文字数',
'urlmaxlen_long_pre' => '何文字以上のとき短縮URL表示に変換するか', 'urlmaxlen_long_pre' => '何文字以上のとき短縮URL表示に変換するか',
'urlmaxlen_long_post'=>' 文字', 'urlmaxlen_long_post' => ' 文字',
'submit' => '設定の変更を保存する', 'submit' => '設定の変更を保存する',
'msgs' => array( 'msgs' => array(
1 => 'BBCodeの設定変更を保存しました。', 1 => 'BBCodeの設定変更を保存しました。',
@ -28,29 +28,37 @@ $lang['admin']['plugin']['bbcode'] = array(
), ),
'editor' => array( 'editor' => array(
'formatting' => 'Formatting', 'formatting' => 'Formatting',
'textarea' => 'テキストエリア: ', 'textarea' => 'テキストエリア: ',
'expand' => '拡大', 'expand' => '拡大',
'expandtitle' => 'テキストエリアの高さを増やします。', 'expandtitle' => 'テキストエリアの高さを増やします。',
'reduce' => '縮小', 'reduce' => '縮小',
'reducetitle' => 'テキストエリアの高さを減らします。', 'reducetitle' => 'テキストエリアの高さを減らします。',
// note: accesskeys are not internationalized... // note: accesskeys are not internationalized...
// btw. why not :-D // btw. why not :-D
'bold' => 'B', 'bold' => 'B',
'boldtitle' => 'ボールド体', 'boldtitle' => 'ボールド体',
'italic' => 'I', 'italic' => 'I',
'italictitle' => 'イタリック体', 'italictitle' => 'イタリック体',
'underline' => 'U', 'underline' => 'U',
'underlinetitle' => '下線', 'underlinetitle' => '下線',
'quote' => 'Quote', 'quote' => 'Quote',
'quotetitle' => '引用文として領域指定', 'quotetitle' => '引用文として領域指定',
'code' => 'Code', 'code' => 'Code',
'codetitle' => 'プログラムコードとして領域指定', 'codetitle' => 'プログラムコードとして領域指定',
'help' => 'BBCode Help', 'help' => 'BBCode Help',
'file' => 'ファイル: ',
'image' => '画像: ',
'selection' => '-- セレクション --',
// currently not used // currently not used
'status' => 'ステータスバー', 'status' => 'ステータスバー',
'statusbar' => 'ノーマルモードです。&lt;Esc&gt;キーで編集モードに切り替えられます。' 'statusbar' => 'ノーマルモードです。&lt;Esc&gt;キーで編集モードに切り替えられます。'
) )
); );
$lang ['plugin'] ['bbcode'] = array (
'go_to' => 'に行く'
);
?> ?>

View File

@ -1,7 +1,7 @@
<?php <?php
$lang['admin']['plugin']['submenu']['bbcode'] = 'BBCode'; $lang ['admin'] ['plugin'] ['submenu'] ['bbcode'] = 'BBCode';
$lang['admin']['plugin']['bbcode'] = array( $lang ['admin'] ['plugin'] ['bbcode'] = array(
'head' => 'BBCode Configuratie', 'head' => 'BBCode Configuratie',
'desc1' => 'Deze plugin staat gebruik toe <a href="http://www.phpbb.com/'. 'desc1' => 'Deze plugin staat gebruik toe <a href="http://www.phpbb.com/'.
'phpBB/faq.php?mode=bbcode">BBCode</a> voor opmaak en biedt '. 'phpBB/faq.php?mode=bbcode">BBCode</a> voor opmaak en biedt '.
@ -9,48 +9,55 @@ $lang['admin']['plugin']['bbcode'] = array(
'options' => 'Opties', 'options' => 'Opties',
'editing' => 'Bewerken', 'editing' => 'Bewerken',
'allow_html' => 'Inline HTML', 'allow_html' => 'Inline HTML',
'allow_html_long' => 'Schakel het gebruik van HTML samen met BBCode in', 'allow_html_long' => 'Schakel het gebruik van HTML samen met BBCode in',
'toolbar' => 'Werkbalk', 'toolbar' => 'Werkbalk',
'toolbar_long' => 'Schakel de editorwerkbalk in.', 'toolbar_long' => 'Schakel de editorwerkbalk in.',
'other' => 'Andere opties', 'other' => 'Andere opties',
'comments' => 'Opmerkingen', 'comments' => 'Opmerkingen',
'comments_long' => 'Sta BBCode toe in opmerkingen', 'comments_long' => 'Sta BBCode toe in opmerkingen',
'urlmaxlen' => 'URL max lengte', 'urlmaxlen' => 'URL max lengte',
'urlmaxlen_long_pre' => 'Verkort URL langer dan ', 'urlmaxlen_long_pre' => 'Verkort URL langer dan ',
'urlmaxlen_long_post'=>' karakters.', 'urlmaxlen_long_post'=>' karakters.',
'submit' => 'Bewaar de configuratie', 'submit' => 'Bewaar de configuratie',
'msgs' => array( 'msgs' => array(
1 => 'BBCode-configuratie succesvol opgeslagen.', 1 => 'BBCode-configuratie succesvol opgeslagen.',
-1 => 'BBCode-configuratie niet opgeslagen.' -1 => 'BBCode-configuratie niet opgeslagen.'
), ),
'editor' => array( 'editor' => array(
'formatting' => 'Formatteren', 'formatting' => 'Formatteren',
'textarea' => 'Textgebied: ', 'textarea' => 'Textgebied: ',
'expand' => 'Uitbreiden', 'expand' => 'Uitbreiden',
'expandtitle' => 'Breid hoogte Textgebied uit', 'expandtitle' => 'Breid hoogte Textgebied uit',
'reduce' => 'Verminder', 'reduce' => 'Verminder',
'reducetitle' => 'Verminder hoogte Textgebied', 'reducetitle' => 'Verminder hoogte Textgebied',
// note: accesskeys are not internationalized... // note: accesskeys are not internationalized...
// btw. why not :-D // btw. why not :-D
'bold' => 'B', 'bold' => 'B',
'boldtitle' => 'Bold', 'boldtitle' => 'Bold',
'italic' => 'I', 'italic' => 'I',
'italictitle' => 'Italic', 'italictitle' => 'Italic',
'underline' => 'U', 'underline' => 'U',
'underlinetitle' => 'Underlined', 'underlinetitle' => 'Underlined',
'quote' => 'Quote', 'quote' => 'Quote',
'quotetitle' => 'Quote', 'quotetitle' => 'Quote',
'code' => 'Code', 'code' => 'Code',
'codetitle' => 'Code', 'codetitle' => 'Code',
'help' => 'BBCode Help', 'help' => 'BBCode Help',
'file' => 'File: ',
'image' => 'Beeld: ',
'selection' => '-- Selectie --',
// currently not used // currently not used
'status' => 'Statusbalk', 'status' => 'Statusbalk',
'statusbar' => 'Normale modus. Druk &lt;Esc&gt; om van bewerkingsmodus te wisselen.' 'statusbar' => 'Normale modus. Druk &lt;Esc&gt; om van bewerkingsmodus te wisselen.'
) )
); );
$lang ['plugin'] ['bbcode'] = array (
'go_to' => 'Ga naar'
);
?> ?>

View File

@ -1,7 +1,7 @@
<?php <?php
$lang['admin']['plugin']['submenu']['bbcode'] = 'BBCode'; $lang ['admin'] ['plugin'] ['submenu'] ['bbcode'] = 'BBCode';
$lang['admin']['plugin']['bbcode'] = array( $lang ['admin'] ['plugin'] ['bbcode'] = array(
'head' => 'Configuração do BBCode', 'head' => 'Configuração do BBCode',
'desc1' => 'Este plugin permite o uso de <a href="http://www.phpbb.com/'. 'desc1' => 'Este plugin permite o uso de <a href="http://www.phpbb.com/'.
'phpBB/faq.php?mode=bbcode">BBCode</a> markup e fornece '. 'phpBB/faq.php?mode=bbcode">BBCode</a> markup e fornece '.
@ -9,18 +9,18 @@ $lang['admin']['plugin']['bbcode'] = array(
'options' => 'Opções', 'options' => 'Opções',
'editing' => 'Editar', 'editing' => 'Editar',
'allow_html'=> 'HTML embutido', 'allow_html' => 'HTML embutido',
'allow_html_long' => 'Ativar o uso de HTML junto com o BBCode', 'allow_html_long' => 'Ativar o uso de HTML junto com o BBCode',
'toolbar' => 'Barra de ferramentas', 'toolbar' => 'Barra de ferramentas',
'toolbar_long' => 'Ativar a barra de ferramentas do editor', 'toolbar_long' => 'Ativar a barra de ferramentas do editor',
'other' => 'Outras opções', 'other' => 'Outras opções',
'comments' => 'Comentários', 'comments' => 'Comentários',
'comments_long' => 'Permitir BBCode nos comentários', 'comments_long' => 'Permitir BBCode nos comentários',
'urlmaxlen' => 'comprimento máximo do URL', 'urlmaxlen' => 'comprimento máximo do URL',
'urlmaxlen_long_pre' => 'Encurte URLs maiores que ', 'urlmaxlen_long_pre' => 'Encurte URLs maiores que ',
'urlmaxlen_long_post'=>' caracteres', 'urlmaxlen_long_post' => ' caracteres',
'submit' => 'Salvar configuração', 'submit' => 'Salvar configuração',
'msgs' => array( 'msgs' => array(
1 => 'Configuração do BBCode salva com sucesso', 1 => 'Configuração do BBCode salva com sucesso',
@ -28,29 +28,36 @@ $lang['admin']['plugin']['bbcode'] = array(
), ),
'editor' => array( 'editor' => array(
'formatting' => 'Formatação', 'formatting' => 'Formatação',
'textarea' => 'Área de texto: ', 'textarea' => 'Área de texto: ',
'expand' => 'Expandir', 'expand' => 'Expandir',
'expandtitle' => 'Expandir altura da área de texto', 'expandtitle' => 'Expandir altura da área de texto',
'reduce' => 'Reduzir', 'reduce' => 'Reduzir',
'reducetitle' => 'Reduzir altura da área de texto', 'reducetitle' => 'Reduzir altura da área de texto',
// note: accesskeys are not internationalized... // note: accesskeys are not internationalized...
// btw. why not :-D // btw. why not :-D
'bold' => 'N', 'bold' => 'N',
'boldtitle' => 'Negrito', 'boldtitle' => 'Negrito',
'italic' => 'I', 'italic' => 'I',
'italictitle' => 'Itálico', 'italictitle' => 'Itálico',
'underline' => 'S', 'underline' => 'S',
'underlinetitle' => 'Sublinhado', 'underlinetitle' => 'Sublinhado',
'quote' => 'Citação', 'quote' => 'Citação',
'quotetitle' => 'Citação', 'quotetitle' => 'Citação',
'code' => 'Código', 'code' => 'Código',
'codetitle' => 'Código', 'codetitle' => 'Código',
'help' => 'Ajuda do BBCode', 'help' => 'Ajuda do BBCode',
'file' => 'Arquivo: ',
'image' => 'Imagem: ',
'selection' => '-- Seleção --',
// currently not used // currently not used
'status' => 'Barra de status', 'status' => 'Barra de status',
'statusbar' => 'Modo normal. Pressione &lt;Esc&gt; para mudar o modo de edição' 'statusbar' => 'Modo normal. Pressione &lt;Esc&gt; para mudar o modo de edição'
) )
); );
$lang ['plugin'] ['bbcode'] = array (
'go_to' => 'Ir para'
);
?> ?>

View File

@ -122,6 +122,8 @@ function bbcode_remap_url(&$d) {
* @return string * @return string
*/ */
function do_bbcode_url($action, $attributes, $content, $params, $node_object) { function do_bbcode_url($action, $attributes, $content, $params, $node_object) {
global $lang;
lang_load('plugin:bbcode');
if ($action == 'validate') { if ($action == 'validate') {
return true; return true;
} }
@ -142,7 +144,7 @@ function do_bbcode_url($action, $attributes, $content, $params, $node_object) {
// DMKE: uh? // DMKE: uh?
$content = $content; $content = $content;
$rel = isset($attributes ['rel']) ? ' rel="' . $attributes ['rel'] . '"' : ''; $rel = isset($attributes ['rel']) ? ' rel="' . $attributes ['rel'] . '"' : '';
$extern = !$local ? ' class="externlink" title="Go to ' . $the_url . '"' : ''; $extern = !$local ? ' class="externlink" title="' . $lang ['plugin'] ['bbcode'] ['go_to'] . ' ' . $the_url . '"' : '';
return '<a' . $extern . ' href="' . $the_url . '"' . $rel . '>' . $content . '</a>'; return '<a' . $extern . ' href="' . $the_url . '"' . $rel . '>' . $content . '</a>';
} }
@ -784,19 +786,21 @@ function BBCode($text) {
*/ */
function plugin_bbcode_init_toolbar() { function plugin_bbcode_init_toolbar() {
global $_FP_SMARTY; global $_FP_SMARTY;
$lang = lang_load('plugin:bbcode');
$selection = $lang ['admin'] ['plugin'] ['bbcode'] ['editor'] ['selection'];
// get all available images // get all available images
$indexer = new fs_filelister(IMAGES_DIR); $indexer = new fs_filelister(IMAGES_DIR);
$imageslist = $indexer->getList(); $imageslist = $indexer->getList();
// sort by name // sort by name
sort($imageslist); sort($imageslist);
array_unshift($imageslist, '--'); array_unshift($imageslist, $selection);
$_FP_SMARTY->assign('images_list', $imageslist); $_FP_SMARTY->assign('images_list', $imageslist);
// get all available attachements // get all available attachements
$indexer = new fs_filelister(ATTACHS_DIR); $indexer = new fs_filelister(ATTACHS_DIR);
$attachslist = $indexer->getList(); $attachslist = $indexer->getList();
// sort by name // sort by name
sort($attachslist); sort($attachslist);
array_unshift($attachslist, '--'); array_unshift($attachslist, $selection);
$_FP_SMARTY->assign('attachs_list', $attachslist); $_FP_SMARTY->assign('attachs_list', $attachslist);
echo $_FP_SMARTY->fetch('plugin:bbcode/toolbar'); echo $_FP_SMARTY->fetch('plugin:bbcode/toolbar');

View File

@ -28,8 +28,8 @@
&nbsp;&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp;&nbsp;
</p> </p>
<p> <p>
{html_options name=attachselect values=$attachs_list output=$attachs_list onchange="insAttach(this.form.attachselect.value)"} {$lang.admin.plugin.bbcode.editor.file}{html_options name=attachselect values=$attachs_list output=$attachs_list onchange="insAttach(this.form.attachselect.value)"}&nbsp;
{html_options name=imageselect values=$images_list output=$images_list onchange="insImage(this.form.imageselect.value)"} {$lang.admin.plugin.bbcode.editor.image}{html_options name=imageselect values=$images_list output=$images_list onchange="insImage(this.form.imageselect.value)"}
</p> </p>
</fieldset> </fieldset>

View File

@ -1,9 +1,7 @@
<?php <?php
$lang['plugin']['categories'] = array(
$lang['plugin']['categories'] = array( 'subject' => 'Kategorie'
// Posted by Frank "in" Categorie FlatPress
'subject' => 'Kategorie' 'in' => 'v'
); );
?>
?>

View File

@ -1,9 +1,7 @@
<?php <?php
$lang ['plugin'] ['categories'] = array(
$lang['plugin']['categories'] = array( 'subject' => 'Kategorien',
// Posted by Frank "in" Categorie FlatPress
'subject' => 'Kategorien' 'in' => 'in'
);
);
?> ?>

View File

@ -1,9 +1,7 @@
<?php <?php
$lang ['plugin'] ['categories'] = array(
$lang['plugin']['categories'] = array( 'subject' => 'Κατηγορίες',
// Posted by Frank "in" Categorie FlatPress
'subject' => 'Κατηγορίες' 'in' => 'στο'
);
);
?> ?>

View File

@ -1,9 +1,7 @@
<?php <?php
$lang ['plugin'] ['categories'] = array(
$lang['plugin']['categories'] = array( 'subject' => 'Categories',
// Posted by Frank "in" Categorie FlatPress
'subject' => 'Categories' 'in' => 'in'
);
); ?>
?>

View File

@ -1,9 +1,7 @@
<?php <?php
$lang['plugin']['categories'] = array(
$lang['plugin']['categories'] = array( 'subject' => 'Categorías',
// Posted by Frank "in" Categorie FlatPress
'subject' => 'Categorías' 'in' => 'en'
);
); ?>
?>

View File

@ -1,9 +1,7 @@
<?php <?php
$lang['plugin']['categories'] = array(
$lang['plugin']['categories'] = array( 'subject' => 'Cat&eacute;gories',
// Posted by Frank "in" Categorie FlatPress
'subject' => 'Cat&eacute;gories' 'in' => 'dans'
);
); ?>
?>

View File

@ -1,9 +1,7 @@
<?php <?php
$lang['plugin']['categories'] = array(
$lang['plugin']['categories'] = array( 'subject' => 'Categorie'
// Posted by Frank "in" Categorie FlatPress
'subject' => 'Categorie' 'in' => 'in'
);
); ?>
?>

View File

@ -1,9 +1,7 @@
<?php <?php
$lang['plugin']['categories'] = array(
$lang['plugin']['categories'] = array( 'subject' => 'カテゴリ',
// Posted by Frank "in" Categorie FlatPress
'subject' => 'カテゴリ' 'in' => 'in'
);
); ?>
?>

View File

@ -1,9 +1,7 @@
<?php <?php
$lang ['plugin'] ['categories'] = array(
$lang['plugin']['categories'] = array( 'subject' => 'Categorie'
// Posted by Frank "in" Categorie FlatPress
'subject' => 'Categorie' 'in' => 'in'
);
); ?>
?>

View File

@ -1,10 +1,8 @@
<?php <?php
//Terminado 15 de fevereiro de 2020. //Terminado 15 de fevereiro de 2020.
$lang['plugin']['categories'] = array(
$lang['plugin']['categories'] = array( 'subject' => 'Categorias'
// Posted by Frank "in" Categorie FlatPress
'subject' => 'Categorias' 'in' => 'na'
);
); ?>
?>

View File

@ -22,7 +22,7 @@ $lang ['admin'] ['uploader'] ['mediamanager'] = array(
'loadfile' => 'Datei/en hochladen', 'loadfile' => 'Datei/en hochladen',
'selected' => 'Ausgewählt', 'selected' => 'Ausgewählt',
'selectaction' => '-- auswahl --', 'selectaction' => '-- Auswahl --',
'addtogallery' => 'Zur Galerie hinzufügen', 'addtogallery' => 'Zur Galerie hinzufügen',
'newgallery' => 'Neue Galerie', 'newgallery' => 'Neue Galerie',
'go' => 'Anlegen', 'go' => 'Anlegen',