Merge branch 'flatpressblog:master' into upstraem/issue102
This commit is contained in:
		
						commit
						f9206157d6
					
				| @ -36,7 +36,7 @@ | ||||
| - Reworked translations: Spanish, Portuguese, Dutch, and Italian | ||||
| - 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)) | ||||
| - 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 | ||||
| - Plugin management page: Removed empty warning messages box | ||||
|  | ||||
| @ -6,7 +6,7 @@ | ||||
| 	{static_block} | ||||
| 	{if isset($preview)} | ||||
| 		<fieldset id="post-preview"><legend>{$panelstrings.preview}</legend> | ||||
| 		{include file="preview.tpl"} | ||||
| 		{include file="previewstatic.tpl"} | ||||
| 		</fieldset> | ||||
| 	{/if} | ||||
| 
 | ||||
|  | ||||
| @ -1,201 +1,193 @@ | ||||
| <?php | ||||
| $lang = array(); | ||||
| 
 | ||||
| 	$lang = array(); | ||||
| $lang ['main'] = array( | ||||
| 	'nextpage' => 'Další strana »', | ||||
| 	'prevpage' => '« Předcházející', | ||||
| 	'entry' => 'Příspěvek', | ||||
| 	'static' => 'Statická stránka', | ||||
| 	'comment' => 'Komentář', | ||||
| 	'preview' => 'Upravit/Náhled', | ||||
| 
 | ||||
| 	$lang['main'] = array( | ||||
| 		 | ||||
| 		'nextpage'		=> 'Další strana »', | ||||
| 		'prevpage'		=> '« 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é' | ||||
| 	); | ||||
| 	'filed_under' => 'Pole pod ',	 | ||||
| 
 | ||||
| 	$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' | ||||
| 	); | ||||
| 	'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['login']['error'] = array( | ||||
| 		'user'		=> 'Musíte vložit přihlašovací jméno.', | ||||
| 		'pass'		=> 'Musíte vložit heslo.', | ||||
| 		'match'		=> 'Nesprávné heslo.' | ||||
| 	); | ||||
| $lang ['search'] ['error'] = array( | ||||
| 	 | ||||
| 	'keywords' => 'Musíš zadat aspoň jedno klíčové slovo' | ||||
| ); | ||||
| 	 | ||||
| 	$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['date']['month'] = array( | ||||
| 		 | ||||
| 		'Leden', | ||||
| 		'Únor', | ||||
| 		'Březen', | ||||
| 		'Duben', | ||||
| 		'Květen', | ||||
| 		'Červen', | ||||
| 		'Červenec', | ||||
| 		'Srpen', | ||||
| 		'Září', | ||||
| 		'Říjen', | ||||
| 		'Listopad', | ||||
| 		'Prosinec' | ||||
| 		 | ||||
| 	); | ||||
| $lang ['staticauthor'] = array( | ||||
| 	// "Published by" in static pages
 | ||||
| 	'published_by' => 'Vydal', | ||||
| 	'on' => 'dne' | ||||
| ); | ||||
| 
 | ||||
| 	$lang['date']['month_abbr'] = array( | ||||
| 		 | ||||
| 		'Jan', | ||||
| 		'Feb', | ||||
| 		'Mar', | ||||
| 		'Apr', | ||||
| 		'May', | ||||
| 		'Jun', | ||||
| 		'Jul', | ||||
| 		'Aug', | ||||
| 		'Sep', | ||||
| 		'Oct', | ||||
| 		'Nov', | ||||
| 		'Dec' | ||||
| 		 | ||||
| 	); | ||||
| $lang ['entryauthor'] = array( | ||||
| 	// "Posted by" in entry pages
 | ||||
| 	'posted_by'	=> 'Vložil', | ||||
| 	'at' => 'na' | ||||
| ); | ||||
| 
 | ||||
| 	$lang['date']['weekday'] = array( | ||||
| 		 | ||||
| 		'Neděle', | ||||
| 		'Pondělí', | ||||
| 		'Úterý', | ||||
| 		'Středa', | ||||
| 		'Čtvrtek', | ||||
| 		'Pátek', | ||||
| 		'Sobota', | ||||
| 		 | ||||
| 	); | ||||
| $lang ['entry'] = array(); | ||||
| $lang ['entry'] ['flags'] = array(); | ||||
| 
 | ||||
| 	$lang['date']['weekday_abbr'] = array( | ||||
| 		 | ||||
| 		'Ne', | ||||
| 		'Po', | ||||
| 		'Út', | ||||
| 		'St', | ||||
| 		'Čt', | ||||
| 		'Pá', | ||||
| 		'So', | ||||
| 		 | ||||
| 	); | ||||
| $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( | ||||
| 	'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' | ||||
| ); | ||||
| ?>
 | ||||
|  | ||||
| @ -1,194 +1,194 @@ | ||||
| <?php | ||||
| $lang = array(); | ||||
| 
 | ||||
| 	$lang = array(); | ||||
| $lang ['main'] = array( | ||||
| 	'nextpage' => 'Nächste Seite »', | ||||
| 	'prevpage' => '« 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( | ||||
| 		 | ||||
| 		'nextpage'		=> 'Nächste Seite »', | ||||
| 		'prevpage'		=> '« 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', | ||||
| 		 | ||||
| 	); | ||||
| 	'keywords' => 'Es muss mindestens ein Suchkriterium angegeben werden.' | ||||
| ); | ||||
| 	 | ||||
| 	$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( | ||||
| 	 | ||||
| 		'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 ['staticauthor'] = array( | ||||
| 	// "Published by" in static pages
 | ||||
| 	'published_by' => 'Veröffentlicht von', | ||||
| 	'on' => 'am' | ||||
| ); | ||||
| 
 | ||||
| 	$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 ['entryauthor'] = array( | ||||
| 	// "Posted by" in entry pages
 | ||||
| 	'posted_by'	=> 'Gepostet von', | ||||
| 	'at' => 'um' | ||||
| ); | ||||
| 
 | ||||
| $lang ['entry'] = array(); | ||||
| $lang ['entry'] ['flags'] = array(); | ||||
| 	 | ||||
| 	$lang['login']['error'] = array( | ||||
| 		'user'		=> 'Bitte Benutzer angeben.', | ||||
| 		'pass'		=> 'Bitte Passwort eingeben.', | ||||
| 		'match'		=> 'Benutzer oder Passwort sind falsch.' | ||||
| 	); | ||||
| $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( | ||||
| 	'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( | ||||
| 		'head'		=> 'Kommentar hinzufügen', | ||||
| 		'descr'		=> 'Die Felder Name und Kommentar sind Pflichtfelder.', | ||||
| 		'fieldset1'	=> 'Deine Angaben', | ||||
| 		'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 ['login'] ['error'] = array( | ||||
| 	'user' => 'Bitte Benutzer angeben.', | ||||
| 	'pass' => 'Bitte Passwort eingeben.', | ||||
| 	'match' => 'Benutzer oder Passwort sind falsch.' | ||||
| ); | ||||
| 	 | ||||
| 	$lang['comments']['error'] = array( | ||||
| 		'name'		=> 'Bitte einen Namen eingeben', | ||||
| 		'email'		=> 'Bitte eine gültige E-Mail Adresse eingeben', | ||||
| 		'www'		=> 'Bitte eine gültige URL eingeben', | ||||
| 		'comment'	=> 'Bitte einen Kommentar schreiben', | ||||
| 	); | ||||
| $lang ['comments'] = array( | ||||
| 	'head' => 'Kommentar hinzufügen', | ||||
| 	'descr' => 'Die Felder Name und Kommentar sind Pflichtfelder.', | ||||
| 	'fieldset1'	=> 'Deine Angaben', | ||||
| 	'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( | ||||
| 		 | ||||
| 		'Januar', | ||||
| 		'Februar', | ||||
| 		'März', | ||||
| 		'April', | ||||
| 		'Mai', | ||||
| 		'Juni', | ||||
| 		'Juli', | ||||
| 		'August', | ||||
| 		'September', | ||||
| 		'Oktober', | ||||
| 		'November', | ||||
| 		'Dezember' | ||||
| 		 | ||||
| 	); | ||||
| $lang ['comments'] ['error'] = array( | ||||
| 	'name' => 'Bitte einen Namen eingeben', | ||||
| 	'email' => 'Bitte eine gültige E-Mail Adresse eingeben', | ||||
| 	'www' => 'Bitte eine gültige URL eingeben', | ||||
| 	'comment' => 'Bitte einen Kommentar schreiben' | ||||
| ); | ||||
| 	 | ||||
| $lang ['postviews'] = array( | ||||
| 	// PostView-Plugin
 | ||||
| 	'views' => 'Aufruf(e)' | ||||
| ); | ||||
| 
 | ||||
| 	$lang['date']['month_abbr'] = array( | ||||
| 		 | ||||
| 		'Jan', | ||||
| 		'Feb', | ||||
| 		'Mär', | ||||
| 		'Apr', | ||||
| 		'Mai', | ||||
| 		'Jun', | ||||
| 		'Jul', | ||||
| 		'Aug', | ||||
| 		'Sep', | ||||
| 		'Okt', | ||||
| 		'Nov', | ||||
| 		'Dez' | ||||
| 		 | ||||
| 	); | ||||
| $lang ['date'] ['month'] = array(		 | ||||
| 	'Januar', | ||||
| 	'Februar', | ||||
| 	'März', | ||||
| 	'April', | ||||
| 	'Mai', | ||||
| 	'Juni', | ||||
| 	'Juli', | ||||
| 	'August', | ||||
| 	'September', | ||||
| 	'Oktober', | ||||
| 	'November', | ||||
| 	'Dezember'	 | ||||
| ); | ||||
| 
 | ||||
| 	$lang['date']['weekday'] = array( | ||||
| $lang ['date'] ['month_abbr'] = array( | ||||
| 	'Jan', | ||||
| 	'Feb', | ||||
| 	'Mär', | ||||
| 	'Apr', | ||||
| 	'Mai', | ||||
| 	'Jun', | ||||
| 	'Jul', | ||||
| 	'Aug', | ||||
| 	'Sep', | ||||
| 	'Okt', | ||||
| 	'Nov', | ||||
| 	'Dez' | ||||
| ); | ||||
| 
 | ||||
| 		'Sonntag',		 | ||||
| 		'Montag', | ||||
| 		'Dienstag', | ||||
| 		'Mittwoch', | ||||
| 		'Donnerstag', | ||||
| 		'Freitag', | ||||
| 		'Samstag' | ||||
| 		 | ||||
| 	); | ||||
| 
 | ||||
| 	$lang['date']['weekday_abbr'] = array( | ||||
| 
 | ||||
| 		'So',		 | ||||
| 		'Mo', | ||||
| 		'Di', | ||||
| 		'Mi', | ||||
| 		'Do', | ||||
| 		'Fr', | ||||
| 		'Sa' | ||||
| 		 | ||||
| 	); | ||||
| $lang ['date'] ['weekday'] = array( | ||||
| 	'Sonntag',		 | ||||
| 	'Montag', | ||||
| 	'Dienstag', | ||||
| 	'Mittwoch', | ||||
| 	'Donnerstag', | ||||
| 	'Freitag', | ||||
| 	'Samstag'		 | ||||
| ); | ||||
| 
 | ||||
| $lang ['date'] ['weekday_abbr'] = array( | ||||
| 	'So',		 | ||||
| 	'Mo', | ||||
| 	'Di', | ||||
| 	'Mi', | ||||
| 	'Do', | ||||
| 	'Fr', | ||||
| 	'Sa' | ||||
| ); | ||||
| ?>
 | ||||
|  | ||||
| @ -1,201 +1,192 @@ | ||||
| <?php | ||||
| $lang = array(); | ||||
| 
 | ||||
| 	$lang = array(); | ||||
| $lang ['main'] = array( | ||||
| 	'nextpage' => 'Επόμενη σελίδα »', | ||||
| 	'prevpage' => '« Προηγούμενη σελίδα', | ||||
| 	'entry' => 'Καταχώρηση', | ||||
| 	'static' => 'Στατική σελίδα', | ||||
| 	'comment' => 'Σχόλιο', | ||||
| 	'preview' => 'Επεξεργασία/Προεπισκόπηση', | ||||
| 	 | ||||
| 	'filed_under' => 'Καταχωρημένο στο ',	 | ||||
| 	 | ||||
| 	'add_entry' => 'Προσθήκη καταχώρησης', | ||||
| 	'add_comment' => 'Προσθήκη σχολίου', | ||||
| 	'add_static' => 'Προσθήκη στατικής σελίδας', | ||||
| 	 | ||||
| 	'btn_edit' => 'Επεξεργασία', | ||||
| 	'btn_delete' => 'Διαγραφή', | ||||
| 	 | ||||
| 	'nocomments' => 'Προσθήκη σχολίου', | ||||
| 	'comment' => '1 σχόλιο', | ||||
| 	'comments' => 'σχόλια' | ||||
| ); | ||||
| 
 | ||||
| 	$lang['main'] = array( | ||||
| 		 | ||||
| 		'nextpage'		=> 'Επόμενη σελίδα »', | ||||
| 		'prevpage'		=> '« Προηγούμενη σελίδα', | ||||
| 		'entry'      	=> 'Καταχώρηση', | ||||
| 		'static'     	=> 'Στατική σελίδα', | ||||
| 		'comment'    	=> 'Σχόλιο', | ||||
| 		'preview'    	=> 'Επεξεργασία/Προεπισκόπηση', | ||||
| 		 | ||||
| 		'filed_under'	=> 'Καταχωρημένο στο ',	 | ||||
| 		 | ||||
| 		'add_entry'  	=> 'Προσθήκη καταχώρησης', | ||||
| 		'add_comment'  	=> 'Προσθήκη σχολίου', | ||||
| 		'add_static'  	=> 'Προσθήκη στατικής σελίδας', | ||||
| 		 | ||||
| 		'btn_edit'     	=> 'Επεξεργασία', | ||||
| 		'btn_delete'   	=> 'Διαγραφή', | ||||
| 		 | ||||
| 		'nocomments'	=> 'Προσθήκη σχολίου', | ||||
| 		'comment'	=> '1 σχόλιο', | ||||
| 		'comments'	=> 'σχόλια', | ||||
| 		 | ||||
| 	); | ||||
| $lang ['search'] = array( | ||||
| 	'head' => 'Αναζήτηση', | ||||
| 	'fset1'	=> 'Εισάγετε όρους αναζήτησης', | ||||
| 	'keywords' => 'Φράση', | ||||
| 	'onlytitles' => 'Μόνο τίτλοι', | ||||
| 	'fulltext' => 'Πλήρες κείμενο', | ||||
| 	 | ||||
| 	$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'	=> 'Αναζήτηση ξανά', | ||||
| 		 | ||||
| 	); | ||||
| 	'fset2'	=> 'Ημερομηνία', | ||||
| 	'datedescr'	=> 'Μπορείτε να περιορίσετε την αναζήτηση σας σε μια συγκεκριμένη ημερομηνία. Μπορείτε να επιλέξετε χρόνο, μήνα και χρόνο ή ολόκληρη ημερομηνία. ' . 'Αφήστε το κενό για αναζήτηση σε ολόκληρη τη βάση δεδομένων.', | ||||
| 	 | ||||
| 	$lang['search']['error'] = array( | ||||
| 	'fset3' => 'Αναζήτηση σε κατηγορίες', | ||||
| 	'catdescr' => 'Μην επιλέξετε καμία αν επιθυμείτε να ψάξει σε όλες', | ||||
| 	 | ||||
| 		'keywords'	=> 'Πρέπει να προσδιορίσετε τουλάχιστον μία λέξη κλειδί' | ||||
| 	'fset4'	=> 'Ξεκινήστε την αναζήτηση', | ||||
| 	'submit' => 'Αναζήτηση', | ||||
| 	 | ||||
| 	); | ||||
| 	'headres' => 'Αποτελέσματα αναζήτησης', | ||||
| 	'descrres' => 'Η αναζήτηση για <strong>%s</strong> επέστρεψε τα εξής αποτελέσματα:', | ||||
| 	'descrnores'=> 'Η αναζήτηση για <strong>%s</strong> δεν επέστρεψε αποτελέσματα.', | ||||
| 	 | ||||
| 	'moreopts' => 'Περισσότερες επιλογές',	 | ||||
| 	'searchag' => 'Αναζήτηση ξανά' | ||||
| ); | ||||
| 	 | ||||
| 	 | ||||
| 	 | ||||
| 	 | ||||
| 	$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 ['search']['error'] = array( | ||||
| 
 | ||||
| 	$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'		=> 'Προσθήκη καταχώρησης' | ||||
| 	); | ||||
| 	'keywords' => 'Πρέπει να προσδιορίσετε τουλάχιστον μία λέξη κλειδί' | ||||
| ); | ||||
| 
 | ||||
| $lang ['staticauthor'] = array( | ||||
| 	// "Published by" in static pages
 | ||||
| 	'published_by' => 'Δημοσιεύθηκε από', | ||||
| 	'on' => 'on' | ||||
| ); | ||||
| 
 | ||||
| $lang ['entryauthor'] = array( | ||||
| 	// "Posted by" in entry pages
 | ||||
| 	'posted_by'	=> 'Δημοσιεύτηκε από τον', | ||||
| 	'at' => 'στις' | ||||
| ); | ||||
| 
 | ||||
| $lang ['entry'] = array(); | ||||
| $lang ['entry'] ['flags'] = array(); | ||||
| 	 | ||||
| 	$lang['login']['error'] = array( | ||||
| 		'user'		=> 'Πρέπει να εισάγετε ένα όνομα χρήστη.', | ||||
| 		'pass'		=> 'Πρέπει να εισάγετε έναν κωδικό.', | ||||
| 		'match'		=> 'Λάθος κωδικός.' | ||||
| 	); | ||||
| $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['comments'] = array( | ||||
| 		'head'		=> 'Προσθήκη σχολίου', | ||||
| 		'descr'		=> 'Συμπηρώστε την παρακάτω φόρμα για να προσθέσετε το σχόλιο σας', | ||||
| 		'fieldset1'	=> 'Στοιχεία χρήστη', | ||||
| 		'name'		=> 'Όνομα (*)', | ||||
| 		'email'		=> 'Ηλ. ταχυδρομείο:', | ||||
| 		'www'		=> 'Προσωπική σελίδα:', | ||||
| 		'cookie'	=> 'Να με θυμάσαι', | ||||
| 		'fieldset2'	=> 'Προσθέστε το σχόλιο σας', | ||||
| 		'comment'	=> 'Σχόλιο (*):', | ||||
| 		'fieldset3'	=> 'Αποστολή', | ||||
| 		'submit'	=> 'Προσθήκη', | ||||
| 		'reset'		=> 'Ακύρωση', | ||||
| 		'success'	=> 'Το σχόλιο σας προστέθηκε επιτυχώς', | ||||
| 		'nocomments'	=> 'Αυτή η δημοσίευση δεν έχει σχόλια ακόμη', | ||||
| 		'commslock'	=> 'Τα σχόλια έχουν απενεργοποιηθεί για αυτή τη δημοσίευση', | ||||
| 	); | ||||
| $lang ['login'] ['error'] = array( | ||||
| 	'user' => 'Πρέπει να εισάγετε ένα όνομα χρήστη.', | ||||
| 	'pass' => 'Πρέπει να εισάγετε έναν κωδικό.', | ||||
| 	'match' => 'Λάθος κωδικός.' | ||||
| );	 | ||||
| 
 | ||||
| $lang ['comments'] = array( | ||||
| 	'head' => 'Προσθήκη σχολίου', | ||||
| 	'descr' => 'Συμπηρώστε την παρακάτω φόρμα για να προσθέσετε το σχόλιο σας', | ||||
| 	'fieldset1'	=> 'Στοιχεία χρήστη', | ||||
| 	'name' => 'Όνομα (*)', | ||||
| 	'email' => 'Ηλ. ταχυδρομείο:', | ||||
| 	'www' => 'Προσωπική σελίδα:', | ||||
| 	'cookie' => 'Να με θυμάσαι', | ||||
| 	'fieldset2'	=> 'Προσθέστε το σχόλιο σας', | ||||
| 	'comment' => 'Σχόλιο (*):', | ||||
| 	'fieldset3'	=> 'Αποστολή', | ||||
| 	'submit' => 'Προσθήκη', | ||||
| 	'reset' => 'Ακύρωση', | ||||
| 	'success' => 'Το σχόλιο σας προστέθηκε επιτυχώς', | ||||
| 	'nocomments' => 'Αυτή η δημοσίευση δεν έχει σχόλια ακόμη', | ||||
| 	'commslock'	=> 'Τα σχόλια έχουν απενεργοποιηθεί για αυτή τη δημοσίευση' | ||||
| ); | ||||
| 
 | ||||
| $lang ['comments'] ['error'] = array( | ||||
| 	'name' => 'Πρέπει να εισάγετε ένα όνομα', | ||||
| 	'email' => 'Πρέπει να εισάγετε μια ισχύουσα ηλεκτρονική διεύθυνση', | ||||
| 	'www' => 'Πρέπει να προσθέσετε μια ισχύουσα σελίδα', | ||||
| 	'comment' => 'Πρέπει να εισάγετε ένα σχόλιο' | ||||
| ); | ||||
| 	 | ||||
| 	$lang['comments']['error'] = array( | ||||
| 		'name'		=> 'Πρέπει να εισάγετε ένα όνομα', | ||||
| 		'email'		=> 'Πρέπει να εισάγετε μια ισχύουσα ηλεκτρονική διεύθυνση', | ||||
| 		'www'		=> 'Πρέπει να προσθέσετε μια ισχύουσα σελίδα', | ||||
| 		'comment'	=> 'Πρέπει να εισάγετε ένα σχόλιο', | ||||
| 	); | ||||
| 	 | ||||
| 	$lang['date']['month'] = array( | ||||
| 		 | ||||
| 		'Ιανουαρίου', | ||||
| 		'Φεβρουαρίου', | ||||
| 		'Μαρτίου', | ||||
| 		'Απριλίου', | ||||
| 		'Μαΐου', | ||||
| 		'Ιουνίου', | ||||
| 		'Ιουλίου', | ||||
| 		'Αυγούστου', | ||||
| 		'Σεπτεμβρίου', | ||||
| 		'Οκτωβρίου', | ||||
| 		'Νοεμβρίου', | ||||
| 		'Δεκεμβρίου' | ||||
| 		 | ||||
| 	); | ||||
| $lang ['postviews'] = array( | ||||
| 	// PostView-Plugin
 | ||||
| 	'views' => 'προβολές' | ||||
| ); | ||||
| 
 | ||||
| 	$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', | ||||
| 		 | ||||
| 	); | ||||
| $lang ['date'] ['month'] = array(		 | ||||
| 	'Ιανουαρίου', | ||||
| 	'Φεβρουαρίου', | ||||
| 	'Μαρτίου', | ||||
| 	'Απριλίου', | ||||
| 	'Μαΐου', | ||||
| 	'Ιουνίου', | ||||
| 	'Ιουλίου', | ||||
| 	'Αυγούστου', | ||||
| 	'Σεπτεμβρίου', | ||||
| 	'Οκτωβρίου', | ||||
| 	'Νοεμβρίου', | ||||
| 	'Δεκεμβρίου'	 | ||||
| ); | ||||
| 
 | ||||
| $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' | ||||
| ); | ||||
| ?>
 | ||||
|  | ||||
| @ -2,7 +2,6 @@ | ||||
| $lang = array(); | ||||
| 
 | ||||
| $lang ['main'] = array( | ||||
| 
 | ||||
| 	'nextpage' => 'Next Page »', | ||||
| 	'prevpage' => '« Previous Page', | ||||
| 	'entry' => 'Entry', | ||||
| @ -25,7 +24,6 @@ $lang ['main'] = array( | ||||
| ); | ||||
| 
 | ||||
| $lang ['search'] = array( | ||||
| 
 | ||||
| 	'head' => 'Search', | ||||
| 	'fset1' => 'Insert search criteria', | ||||
| 	'keywords' => 'Phrase', | ||||
| @ -55,6 +53,18 @@ $lang ['search'] ['error'] = array( | ||||
| 	'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'] ['flags'] = array(); | ||||
| 
 | ||||
| @ -77,7 +87,6 @@ $lang ['404error'] = array( | ||||
| 
 | ||||
| // Login
 | ||||
| $lang ['login'] = array( | ||||
| 
 | ||||
| 	'head' => 'Login', | ||||
| 	'fieldset1' => 'Insert your user name and password', | ||||
| 	'user' => 'Username:', | ||||
| @ -127,8 +136,12 @@ $lang ['comments'] ['error'] = array( | ||||
| 	'comment' => 'You must enter a comment' | ||||
| ); | ||||
| 
 | ||||
| $lang ['date'] ['month'] = array( | ||||
| $lang ['postviews'] = array( | ||||
| 	// PostView-Plugin
 | ||||
| 	'views'	=> 'views', | ||||
| ); | ||||
| 
 | ||||
| $lang ['date'] ['month'] = array( | ||||
| 	'January', | ||||
| 	'February', | ||||
| 	'March', | ||||
| @ -144,7 +157,6 @@ $lang ['date'] ['month'] = array( | ||||
| ); | ||||
| 
 | ||||
| $lang ['date'] ['month_abbr'] = array( | ||||
| 
 | ||||
| 	'Jan', | ||||
| 	'Feb', | ||||
| 	'Mar', | ||||
| @ -160,7 +172,6 @@ $lang ['date'] ['month_abbr'] = array( | ||||
| ); | ||||
| 
 | ||||
| $lang ['date'] ['weekday'] = array( | ||||
| 
 | ||||
| 	'Sunday', | ||||
| 	'Monday', | ||||
| 	'Tuesday', | ||||
| @ -171,7 +182,6 @@ $lang ['date'] ['weekday'] = array( | ||||
| ); | ||||
| 
 | ||||
| $lang ['date'] ['weekday_abbr'] = array( | ||||
| 
 | ||||
| 	'Sun', | ||||
| 	'Mon', | ||||
| 	'Tue', | ||||
| @ -180,5 +190,4 @@ $lang ['date'] ['weekday_abbr'] = array( | ||||
| 	'Fri', | ||||
| 	'Sat' | ||||
| ); | ||||
| 
 | ||||
| ?>
 | ||||
|  | ||||
| @ -1,201 +1,193 @@ | ||||
| <?php | ||||
| $lang = array(); | ||||
| 
 | ||||
| 	$lang = array(); | ||||
| $lang ['main'] = array( | ||||
| 	'nextpage' => 'Página Siguiente »', | ||||
| 	'prevpage' => '« 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( | ||||
| 		 | ||||
| 		'nextpage'	=> 'Página Siguiente »', | ||||
| 		'prevpage'	=> '« 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 ['search'] ['error'] = array( | ||||
| 
 | ||||
| 	$lang['404error'] = array( | ||||
| 		'subject'	=> 'No encontrado', | ||||
| 		'content'	=> '<p>Lo sentimos, no pudimos encontrar la página solicitada</p>' | ||||
| 	); | ||||
| 		 | ||||
| 	// Login
 | ||||
| 	$lang['login'] = array( | ||||
| 		 | ||||
| 		'head'		=> 'Iniciar sesión', | ||||
| 		'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' | ||||
| 	); | ||||
| 	'keywords' => 'Debe especificar al menos una palabra clave' | ||||
| ); | ||||
| 
 | ||||
| $lang ['staticauthor'] = array( | ||||
| 	// "Published by" in static pages
 | ||||
| 	'published_by' => 'Publicado por', | ||||
| 	'on' => 'el' | ||||
| ); | ||||
| 
 | ||||
| $lang ['entryauthor'] = array( | ||||
| 	// "Posted by" in entry pages
 | ||||
| 	'posted_by'	=> 'Enviado por', | ||||
| 	'at' => 'a las' | ||||
| ); | ||||
| 
 | ||||
| $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( | ||||
| 	'subject' => 'No encontrado', | ||||
| 	'content' => '<p>Lo sentimos, no pudimos encontrar la página solicitada</p>' | ||||
| ); | ||||
| 	 | ||||
| 	$lang['login']['error'] = array( | ||||
| 		'user'		=> 'Debes ingresar un nombre de usuario.', | ||||
| 		'pass'		=> 'Debes ingresar una contraseña.', | ||||
| 		'match'		=> 'Contraseña incorrecta.' | ||||
| 	); | ||||
| // Login
 | ||||
| $lang ['login'] = array( | ||||
| 	'head' => 'Iniciar sesión', | ||||
| 	'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['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['date']['month'] = array( | ||||
| 		 | ||||
| 		'Enero', | ||||
| 		'Febrero', | ||||
| 		'Marzo', | ||||
| 		'Abril', | ||||
| 		'Mayo', | ||||
| 		'Junio', | ||||
| 		'Julio', | ||||
| 		'Agosto', | ||||
| 		'Septiembre', | ||||
| 		'Octubre', | ||||
| 		'Noviembre', | ||||
| 		'Deciembre' | ||||
| 		 | ||||
| 	); | ||||
| $lang ['postviews'] = array( | ||||
| 	// PostView-Plugin
 | ||||
| 	'views' => 'Llamadas' | ||||
| ); | ||||
| 
 | ||||
| 	$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', | ||||
| 		 | ||||
| 	); | ||||
| $lang ['date'] ['month'] = array( | ||||
| 	'Enero', | ||||
| 	'Febrero', | ||||
| 	'Marzo', | ||||
| 	'Abril', | ||||
| 	'Mayo', | ||||
| 	'Junio', | ||||
| 	'Julio', | ||||
| 	'Agosto', | ||||
| 	'Septiembre', | ||||
| 	'Octubre', | ||||
| 	'Noviembre', | ||||
| 	'Deciembre' | ||||
| ); | ||||
| 
 | ||||
| $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' | ||||
| ); | ||||
| ?>
 | ||||
|  | ||||
| @ -1,201 +1,193 @@ | ||||
| <?php | ||||
| $lang = array(); | ||||
| 
 | ||||
| 	$lang = array(); | ||||
| $lang ['main'] = array( | ||||
| 	'nextpage' => 'Page suivante;', | ||||
| 	'prevpage' => 'Page précédente', | ||||
| 	'entry' => 'Billet', | ||||
| 	'static' => 'Page statique', | ||||
| 	'comment' => 'Commentaire', | ||||
| 	'preview' => 'Éditer/aperçu', | ||||
| 	 | ||||
| 	'filed_under' => 'Classé sous ',	 | ||||
| 	 | ||||
| 	'add_entry' => 'Ajouter billet', | ||||
| 	'add_comment' => 'Ajouter commentaire', | ||||
| 	'add_static' => 'Ajouter page statique', | ||||
| 	 | ||||
| 	'btn_edit' => 'Éditer', | ||||
| 	'btn_delete' => 'Supprimer', | ||||
| 	 | ||||
| 	'nocomments' => 'Ajouter un commentaire', | ||||
| 	'comment' => '1 commentaire', | ||||
| 	'comments' => 'commentaires' | ||||
| ); | ||||
| 
 | ||||
| 	$lang['main'] = array( | ||||
| 		 | ||||
| 		'nextpage'		=> 'Page suivante;', | ||||
| 		'prevpage'		=> 'Page précédente', | ||||
| 		'entry'      	=> 'Billet', | ||||
| 		'static'     	=> 'Page statique', | ||||
| 		'comment'    	=> 'Commentaire', | ||||
| 		'preview'    	=> 'Éditer/aperçu', | ||||
| 		 | ||||
| 		'filed_under'	=> 'Classé sous ',	 | ||||
| 		 | ||||
| 		'add_entry'  	=> 'Ajouter billet', | ||||
| 		'add_comment'  	=> 'Ajouter commentaire', | ||||
| 		'add_static'  	=> 'Ajouter page statique', | ||||
| 		 | ||||
| 		'btn_edit'     	=> 'Éditer', | ||||
| 		'btn_delete'   	=> 'Supprimer', | ||||
| 		 | ||||
| 		'nocomments'	=> 'Ajouter un commentaire', | ||||
| 		'comment'	=> '1 commentaire', | ||||
| 		'comments'	=> 'commentaires', | ||||
| 		 | ||||
| 	); | ||||
| $lang ['search'] = array( | ||||
| 	'head' => 'Rechercher', | ||||
| 	'fset1'	=> 'Insérer un critère de recherche', | ||||
| 	'keywords' => 'Phrase', | ||||
| 	'onlytitles' => 'Seulement les titres', | ||||
| 	'fulltext' => 'Texte en entier', | ||||
| 	 | ||||
| 	$lang['search'] = array( | ||||
| 		 | ||||
| 		'head'	=> 'Rechercher', | ||||
| 		'fset1'	=> 'Insérer un critère de recherche', | ||||
| 		'keywords'	=> 'Phrase', | ||||
| 		'onlytitles'	=> 'Seulement les titres', | ||||
| 		'fulltext'	=> 'Texte en entier', | ||||
| 		 | ||||
| 		'fset2'	=> 'Date', | ||||
| 		'datedescr'	=> 'Vous pouvez affiner votre recherche à une date spécifique. Vous pouvez sélectionner une année, une année et un mois, ou une date complète. '. | ||||
| 					'Laissez vide pour chercher dans l\'ensemble de la base de données.', | ||||
| 		 | ||||
| 		'fset3' 	=> 'Rechercher dans les catégories', | ||||
| 		'catdescr'	=> 'Laissez vide pour rechercher dans la totalité', | ||||
| 		 | ||||
| 		'fset4'	=> 'Commencer la recherche', | ||||
| 		'submit'	=> 'Chercher', | ||||
| 		 | ||||
| 		'headres'	=> 'Résultats de la recherche', | ||||
| 		'descrres'	=> 'La recherche de <strong>%s</strong> a donné les résultats suivants:', | ||||
| 		'descrnores'=> 'La recherche de <strong>%s</strong> a donné les résultats suivants:', | ||||
| 		 | ||||
| 		'moreopts'	=> 'Plus d\'options', | ||||
| 		 | ||||
| 		 | ||||
| 		'searchag'	=> 'Nouvelle recherche', | ||||
| 		 | ||||
| 	); | ||||
| 	'fset2'	=> 'Date', | ||||
| 	'datedescr'	=> 'Vous pouvez affiner votre recherche à une date spécifique. Vous pouvez sélectionner une année, une année et un mois, ou une date complète. ' . 'Laissez vide pour chercher dans l\'ensemble de la base de données.', | ||||
| 	 | ||||
| 	$lang['search']['error'] = array( | ||||
| 	'fset3' => 'Rechercher dans les catégories', | ||||
| 	'catdescr' => 'Laissez vide pour rechercher dans la totalité', | ||||
| 	 | ||||
| 		'keywords'	=> 'Vous devez spécifier au moins un mot-clé' | ||||
| 	'fset4'	=> 'Commencer la recherche', | ||||
| 	'submit' => 'Chercher', | ||||
| 	 | ||||
| 	); | ||||
| 	'headres' => 'Résultats de la recherche', | ||||
| 	'descrres' => 'La recherche de <strong>%s</strong> a donné les résultats suivants:', | ||||
| 	'descrnores' => 'La recherche de <strong>%s</strong> a donné les résultats suivants:', | ||||
| 	 | ||||
| 	 | ||||
| 	 | ||||
| 	 | ||||
| 	 | ||||
| 	$lang['entry'] = array(); | ||||
| 	$lang['entry']['flags'] = array(); | ||||
| 	 | ||||
| 	$lang['entry']['flags']['long'] = array( | ||||
| 		'draft' => '<strong>Billet brouillon</strong>: caché, 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ésactivés</strong>: commentaires désactivés pour ce billet' | ||||
| 	); | ||||
| 	 | ||||
| 	$lang['entry']['flags']['short'] = array( | ||||
| 		'draft' => 'Brouillon', | ||||
| 		//'static' => 'Static',
 | ||||
| 		'commslock' => 'Commentaires désactivés' | ||||
| 	); | ||||
| 	'moreopts' => 'Plus d\'options',	 | ||||
| 
 | ||||
| 	$lang['404error'] = array( | ||||
| 		'subject'	=> 'Pas trouvé', | ||||
| 		'content'	=> '<p>Désolé, la page demandée n\'a pas été trouvée!</p>' | ||||
| 	); | ||||
| 		 | ||||
| 	// Login
 | ||||
| 	$lang['login'] = array( | ||||
| 		 | ||||
| 		'head'		=> 'Identifiant', | ||||
| 		'fieldset1'	=> 'Insérez vos identifiants', | ||||
| 		'user'		=> 'Nom d\'utilisateur:', | ||||
| 		'pass'		=> 'Mot de passe:', | ||||
| 		'fieldset2'	=> 'Se connecter', | ||||
| 		'submit'	=> 'Connexion', | ||||
| 		'forgot'	=> 'Mot de passe oublié ?' | ||||
| 	); | ||||
| 		 | ||||
| 	$lang['login']['success'] = array( | ||||
| 		'success'	=> 'Vous êtes connecté.', | ||||
| 		'logout'	=> 'Vous êtes déconnecté.', | ||||
| 		'redirect'	=> 'Vous serez redirigé dans 5 secondes.', | ||||
| 		'opt1'		=> 'Retour à l\'index', | ||||
| 		'opt2'		=> 'Aller au panneau de contrôle', | ||||
| 		'opt3'		=> 'Ajouter un nouveau billet' | ||||
| 	); | ||||
| 	'searchag' => 'Nouvelle recherche' | ||||
| ); | ||||
| 	 | ||||
| 	$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 ['search'] ['error'] = array( | ||||
| 	 | ||||
| 	 | ||||
| 	$lang['comments'] = array( | ||||
| 		'head'		=> 'Ajouter commentaire', | ||||
| 		'descr'		=> 'Remplissez le formulaire ci-dessous pour ajouter vos propres commentaires', | ||||
| 		'fieldset1'	=> 'Donné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éinitialiser', | ||||
| 		'success'	=> 'Votre commentaire a été ajouté avec succès', | ||||
| 		'nocomments'	=> 'Pas de commentaires pour ce billet', | ||||
| 		'commslock'	=> 'Les commentaires ont été désactivé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 écrire un commentaire', | ||||
| 	); | ||||
| 	 | ||||
| 	$lang['date']['month'] = array( | ||||
| 		 | ||||
| 		'Janvier', | ||||
| 		'Février', | ||||
| 		'Mars', | ||||
| 		'Avril', | ||||
| 		'Mai', | ||||
| 		'Juin', | ||||
| 		'Juillet', | ||||
| 		'Août', | ||||
| 		'Septembre', | ||||
| 		'Octobre', | ||||
| 		'Novembre', | ||||
| 		'Décembre' | ||||
| 		 | ||||
| 	); | ||||
| 	'keywords' => 'Vous devez spécifier au moins un mot-clé' | ||||
| ); | ||||
| 
 | ||||
| 	$lang['date']['month_abbr'] = array( | ||||
| 		 | ||||
| 		'Jan', | ||||
| 		'Fev', | ||||
| 		'Mar', | ||||
| 		'Avr', | ||||
| 		'Mai', | ||||
| 		'Jun', | ||||
| 		'Jul', | ||||
| 		'Aou', | ||||
| 		'Sep', | ||||
| 		'Oct', | ||||
| 		'Nov', | ||||
| 		'Dec' | ||||
| 		 | ||||
| 	); | ||||
| $lang ['staticauthor'] = array( | ||||
| 	// "Published by" in static pages
 | ||||
| 	'published_by' => 'Publié par', | ||||
| 	'on' => 'le' | ||||
| ); | ||||
| 
 | ||||
| 	$lang['date']['weekday'] = array( | ||||
| 		 | ||||
| 		'Dimanche', | ||||
| 		'Lundi', | ||||
| 		'Mardi', | ||||
| 		'Mercredi', | ||||
| 		'Jeudi', | ||||
| 		'Vendredi', | ||||
| 		'Samedi', | ||||
| 		 | ||||
| 	); | ||||
| $lang ['entryauthor'] = array( | ||||
| 	// "Posted by" in entry pages
 | ||||
| 	'posted_by'	=> 'Posté par', | ||||
| 	'at' => 'à' | ||||
| ); | ||||
| 
 | ||||
| 	$lang['date']['weekday_abbr'] = array( | ||||
| 		 | ||||
| 		'Dim', | ||||
| 		'Lun', | ||||
| 		'Mar', | ||||
| 		'Mer', | ||||
| 		'Jeu', | ||||
| 		'Ven', | ||||
| 		'Sam', | ||||
| 		 | ||||
| 	); | ||||
| $lang ['entry'] = array(); | ||||
| $lang ['entry'] ['flags'] = array(); | ||||
| 
 | ||||
| $lang ['entry'] ['flags'] ['long'] = array( | ||||
| 	'draft' => '<strong>Billet brouillon</strong>: caché, 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ésactivés</strong>: commentaires désactivés pour ce billet' | ||||
| ); | ||||
| 
 | ||||
| $lang ['entry'] ['flags'] ['short'] = array( | ||||
| 	'draft' => 'Brouillon', | ||||
| 	//'static' => 'Static',
 | ||||
| 	'commslock' => 'Commentaires désactivés' | ||||
| ); | ||||
| 
 | ||||
| $lang['404error'] = array( | ||||
| 	'subject' => 'Pas trouvé', | ||||
| 	'content' => '<p>Désolé, la page demandée n\'a pas été trouvée!</p>' | ||||
| ); | ||||
| 
 | ||||
| // Login
 | ||||
| $lang ['login'] = array( | ||||
| 	'head' => 'Identifiant', | ||||
| 	'fieldset1'	=> 'Insérez vos identifiants', | ||||
| 	'user' => 'Nom d\'utilisateur:', | ||||
| 	'pass' => 'Mot de passe:', | ||||
| 	'fieldset2'	=> 'Se connecter', | ||||
| 	'submit' => 'Connexion', | ||||
| 	'forgot' => 'Mot de passe oublié ?' | ||||
| ); | ||||
| 
 | ||||
| $lang ['login'] ['success'] = array( | ||||
| 	'success' => 'Vous êtes connecté.', | ||||
| 	'logout' => 'Vous êtes déconnecté.', | ||||
| 	'redirect' => 'Vous serez redirigé dans 5 secondes.', | ||||
| 	'opt1' => 'Retour à l\'index', | ||||
| 	'opt2' => 'Aller au panneau de contrô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é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éinitialiser', | ||||
| 	'success' => 'Votre commentaire a été ajouté avec succès', | ||||
| 	'nocomments' => 'Pas de commentaires pour ce billet', | ||||
| 	'commslock'	=> 'Les commentaires ont été désactivé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 écrire un commentaire' | ||||
| ); | ||||
| 
 | ||||
| $lang ['postviews'] = array( | ||||
| 	// PostView-Plugin
 | ||||
| 	'views' => 'Vues' | ||||
| ); | ||||
| 
 | ||||
| $lang ['date'] ['month'] = array( | ||||
| 	'Janvier', | ||||
| 	'Février', | ||||
| 	'Mars', | ||||
| 	'Avril', | ||||
| 	'Mai', | ||||
| 	'Juin', | ||||
| 	'Juillet', | ||||
| 	'Août', | ||||
| 	'Septembre', | ||||
| 	'Octobre', | ||||
| 	'Novembre', | ||||
| 	'Dé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' | ||||
| ); | ||||
| ?>
 | ||||
|  | ||||
| @ -1,201 +1,193 @@ | ||||
| <?php | ||||
| $lang = array(); | ||||
| 
 | ||||
| 	$lang = array(); | ||||
| $lang ['main'] = array( | ||||
| 	'nextpage' => 'Pagina successiva »', | ||||
| 	'prevpage' => '« Pagina precedente', | ||||
| 	'entry' => 'Articolo', | ||||
| 	'static' => 'Pagina statica', | ||||
| 	'comment' => 'Commento', | ||||
| 	'preview' => 'Modifica/Anteprima', | ||||
| 	 | ||||
| 	'filed_under' => 'Inserito sotto ',	 | ||||
| 
 | ||||
| 	$lang['main'] = array( | ||||
| 		 | ||||
| 		'nextpage'		=> 'Pagina successiva »', | ||||
| 		'prevpage'		=> '« 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' | ||||
| 	); | ||||
| 	'add_entry' => 'Aggiungi articolo', | ||||
| 	'add_comment' => 'Aggiungi commento', | ||||
| 	'add_static' => 'Aggiungi pagina statica', | ||||
| 
 | ||||
| 	$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' | ||||
| 	); | ||||
| 	'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 ['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( | ||||
| 		'user'		=> 'Devi inserire un nome utente.', | ||||
| 		'pass'		=> 'Devi inserire una password.', | ||||
| 		'match'		=> 'La password non è corretta.' | ||||
| 	); | ||||
| $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( | ||||
| 	'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['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['date']['month'] = array( | ||||
| 		 | ||||
| 		'Gennaio', | ||||
| 		'Febbraio', | ||||
| 		'Marzo', | ||||
| 		'Aprile', | ||||
| 		'Maggio', | ||||
| 		'Giugno', | ||||
| 		'Luglio', | ||||
| 		'Agosto', | ||||
| 		'Settembre', | ||||
| 		'Ottobre', | ||||
| 		'Novembre', | ||||
| 		'Dicembre' | ||||
| 		 | ||||
| 	); | ||||
| $lang ['postviews'] = array( | ||||
| 	// PostView-Plugin
 | ||||
| 	'views' => 'visite' | ||||
| ); | ||||
| 
 | ||||
| 	$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', | ||||
| 		 | ||||
| 	); | ||||
| $lang ['date'] ['month'] = array( | ||||
| 	'Gennaio', | ||||
| 	'Febbraio', | ||||
| 	'Marzo', | ||||
| 	'Aprile', | ||||
| 	'Maggio', | ||||
| 	'Giugno', | ||||
| 	'Luglio', | ||||
| 	'Agosto', | ||||
| 	'Settembre', | ||||
| 	'Ottobre', | ||||
| 	'Novembre', | ||||
| 	'Dicembre' | ||||
| ); | ||||
| 
 | ||||
| $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' | ||||
| ); | ||||
| ?>
 | ||||
|  | ||||
| @ -1,201 +1,193 @@ | ||||
| <?php | ||||
| $lang = array(); | ||||
| 
 | ||||
| 	$lang = array(); | ||||
| $lang['main'] = array( | ||||
| 	'nextpage' => '次のページ »', | ||||
| 	'prevpage' => '« 前のページ', | ||||
| 	'entry' => 'ブログ記事', | ||||
| 	'static' => '固定ページ', | ||||
| 	'comment' => 'コメント', | ||||
| 	'preview' => '編集/プレビュー', | ||||
| 
 | ||||
| 	$lang['main'] = array( | ||||
| 		 | ||||
| 		'nextpage'		=> '次のページ »', | ||||
| 		'prevpage'		=> '« 前のページ', | ||||
| 		'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' => 'コメント保護' | ||||
| 	); | ||||
| 	'filed_under' => 'Filed under ',	 | ||||
| 
 | ||||
| 	$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'		=> 'ブログ記事を新規作成する' | ||||
| 	); | ||||
| 	'add_entry' => 'ブログ記事の新規作成', | ||||
| 	'add_comment' => 'コメントの追加', | ||||
| 	'add_static' => '固定ページの新規作成', | ||||
| 
 | ||||
| 	'btn_edit' => '編集', | ||||
| 	'btn_delete' => '削除', | ||||
| 
 | ||||
| 	'nocomments' => 'コメントを追加する', | ||||
| 	'comment' => '1コメントあります', | ||||
| 	'comments' => 'コメントあります' | ||||
| ); | ||||
| 	 | ||||
| 	$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['date']['month'] = array( | ||||
| 		 | ||||
| 		'1月', | ||||
| 		'2月', | ||||
| 		'3月', | ||||
| 		'4月', | ||||
| 		'5月', | ||||
| 		'6月', | ||||
| 		'7月', | ||||
| 		'8月', | ||||
| 		'9月', | ||||
| 		'10月', | ||||
| 		'11月', | ||||
| 		'12月' | ||||
| 		 | ||||
| 	); | ||||
| $lang['search'] = array( | ||||
| 	'head' => '検索', | ||||
| 	'fset1'	=> '検索キーワードの指定', | ||||
| 	'keywords' => 'キーワード', | ||||
| 	'onlytitles' => 'タイトルのみを検索', | ||||
| 	'fulltext' => '全文から検索', | ||||
| 
 | ||||
| 	$lang['date']['month_abbr'] = array( | ||||
| 		 | ||||
| 		'1月', | ||||
| 		'2月', | ||||
| 		'3月', | ||||
| 		'4月', | ||||
| 		'5月', | ||||
| 		'6月', | ||||
| 		'7月', | ||||
| 		'8月', | ||||
| 		'9月', | ||||
| 		'10月', | ||||
| 		'11月', | ||||
| 		'12月' | ||||
| 		 | ||||
| 	); | ||||
| 	'fset2'	=> '日付の指定', | ||||
| 	'datedescr'	=> '日付で絞り込み指定できます。年、年月、年月日を指定できます。 ' . '日付の指定をしない場合は、空欄にしてください。', | ||||
| 
 | ||||
| 	$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( | ||||
| 	'日', | ||||
| 	'月', | ||||
| 	'火', | ||||
| 	'水', | ||||
| 	'木', | ||||
| 	'金', | ||||
| 	'土' | ||||
| ); | ||||
| ?>
 | ||||
|  | ||||
| @ -2,7 +2,6 @@ | ||||
| $lang = array(); | ||||
| 
 | ||||
| $lang ['main'] = array( | ||||
| 
 | ||||
| 	'nextpage' => 'Volgende pagina »', | ||||
| 	'prevpage' => '« Vorige pagina', | ||||
| 	'entry' => 'Data invoer', | ||||
| @ -25,7 +24,6 @@ $lang ['main'] = array( | ||||
| ); | ||||
| 
 | ||||
| $lang ['search'] = array( | ||||
| 
 | ||||
| 	'head' => 'Zoek', | ||||
| 	'fset1' => 'Vul zoek criteria in', | ||||
| 	'keywords' => 'Zin', | ||||
| @ -55,6 +53,18 @@ $lang ['search'] ['error'] = array( | ||||
| 	'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'] ['flags'] = array(); | ||||
| 
 | ||||
| @ -77,7 +87,6 @@ $lang ['404error'] = array( | ||||
| 
 | ||||
| // Login
 | ||||
| $lang ['login'] = array( | ||||
| 
 | ||||
| 	'head' => 'Login', | ||||
| 	'fieldset1' => 'Voeg uw gebruikersnaam en wachtwoord in', | ||||
| 	'user' => 'Gebruikersnaam:', | ||||
| @ -127,8 +136,12 @@ $lang ['comments'] ['error'] = array( | ||||
| 	'comment' => 'U moet een commentaar invoeren' | ||||
| ); | ||||
| 
 | ||||
| $lang ['date'] ['month'] = array( | ||||
| $lang ['postviews'] = array( | ||||
| 	// PostView-Plugin
 | ||||
| 	'views' => 'maal gezien' | ||||
| ); | ||||
| 
 | ||||
| $lang ['date'] ['month'] = array( | ||||
| 	'januari', | ||||
| 	'februari', | ||||
| 	'maart', | ||||
| @ -144,7 +157,6 @@ $lang ['date'] ['month'] = array( | ||||
| ); | ||||
| 
 | ||||
| $lang ['date'] ['month_abbr'] = array( | ||||
| 
 | ||||
| 	'jan', | ||||
| 	'feb', | ||||
| 	'mrt', | ||||
| @ -160,7 +172,6 @@ $lang ['date'] ['month_abbr'] = array( | ||||
| ); | ||||
| 
 | ||||
| $lang ['date'] ['weekday'] = array( | ||||
| 
 | ||||
| 	'zondag', | ||||
| 	'maandag', | ||||
| 	'dinsdag', | ||||
| @ -171,7 +182,6 @@ $lang ['date'] ['weekday'] = array( | ||||
| ); | ||||
| 
 | ||||
| $lang ['date'] ['weekday_abbr'] = array( | ||||
| 
 | ||||
| 	'zo', | ||||
| 	'ma', | ||||
| 	'di', | ||||
| @ -180,5 +190,4 @@ $lang ['date'] ['weekday_abbr'] = array( | ||||
| 	'vr', | ||||
| 	'za' | ||||
| ); | ||||
| 
 | ||||
| ?>
 | ||||
|  | ||||
| @ -1,194 +1,194 @@ | ||||
| <?php | ||||
| //Terminado 27 de Novembro de 2022.
 | ||||
| $lang = array(); | ||||
| 
 | ||||
| 	$lang = array(); | ||||
| $lang ['main'] = array( | ||||
| 	'nextpage' => 'Próxima página »', | ||||
| 	'prevpage' => '« Página anterior', | ||||
| 	'entry' => 'Post', | ||||
| 	'static' => 'Página estática', | ||||
| 	'comment' => 'Comentário', | ||||
| 	'preview' => 'edite/visualize', | ||||
| 
 | ||||
| 	$lang['main'] = array( | ||||
| 		 | ||||
| 		'nextpage'	=> 'Próxima página »', | ||||
| 		'prevpage'	=> '« 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' | ||||
| 	); | ||||
| 	'filed_under' => 'Arquivado em ',	 | ||||
| 
 | ||||
| 	$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.' | ||||
| 	); | ||||
| 	'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['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 ['search'] ['error'] = array( | ||||
| 	 | ||||
| 	$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.', | ||||
| 	); | ||||
| 	'keywords' => 'Você deve especificar pelo menos uma palavra-chave.' | ||||
| );	 | ||||
| 	 | ||||
| 	$lang['date']['month'] = array( | ||||
| 		 | ||||
| 		'Janeiro', | ||||
| 		'Fevereiro', | ||||
| 		'Março', | ||||
| 		'Abril', | ||||
| 		'Maio', | ||||
| 		'Junho', | ||||
| 		'Julho', | ||||
| 		'Agosto', | ||||
| 		'Setembro', | ||||
| 		'Outubro', | ||||
| 		'Novembro', | ||||
| 		'Dezembro' | ||||
| 		 | ||||
| 	); | ||||
| $lang ['staticauthor'] = array( | ||||
| 	// "Published by" in static pages
 | ||||
| 	'published_by' => 'Publicado por', | ||||
| 	'on' => 'em' | ||||
| ); | ||||
| 
 | ||||
| 	$lang['date']['month_abbr'] = array( | ||||
| 		 | ||||
| 		'Jan', | ||||
| 		'Fev', | ||||
| 		'Mar', | ||||
| 		'Abr', | ||||
| 		'Mai', | ||||
| 		'Jun', | ||||
| 		'Jul', | ||||
| 		'Ago', | ||||
| 		'Set', | ||||
| 		'Out', | ||||
| 		'Nov', | ||||
| 		'Dez' | ||||
| 		 | ||||
| 	); | ||||
| $lang ['entryauthor'] = array( | ||||
| 	// "Posted by" in entry pages
 | ||||
| 	'posted_by'	=> 'Postado por', | ||||
| 	'at' => 'às' | ||||
| ); | ||||
| 
 | ||||
| 	$lang['date']['weekday'] = array( | ||||
| 		 | ||||
| 		'Domingo', | ||||
| 		'Segunda-feira', | ||||
| 		'Terça-feira', | ||||
| 		'Quarta-feira', | ||||
| 		'Quinta-feira', | ||||
| 		'Sexta-feira', | ||||
| 		'Sábado', | ||||
| 		 | ||||
| 	); | ||||
| $lang ['entry'] = array(); | ||||
| $lang ['entry'] ['flags'] = array(); | ||||
| 
 | ||||
| 	$lang['date']['weekday_abbr'] = array( | ||||
| 		 | ||||
| 		'Dom', | ||||
| 		'Seg', | ||||
| 		'Ter', | ||||
| 		'Qua', | ||||
| 		'Qui', | ||||
| 		'Sex', | ||||
| 		'Sab', | ||||
| 		 | ||||
| 	); | ||||
| $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( | ||||
| 	'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' | ||||
| ); | ||||
| ?>
 | ||||
|  | ||||
| @ -18,18 +18,18 @@ | ||||
| 				 | ||||
| 				<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} | ||||
| 
 | ||||
| 				<span itemprop="articleSection"> | ||||
| 				{if ($categories)} in {$categories|@filed}{/if} | ||||
| 				{if ($categories)} {$lang.plugin.categories.in} {$categories|@filed}{/if} | ||||
| 				</span> | ||||
| 				</li>  | ||||
| 				 | ||||
| 				{if !(in_array('commslock', $categories) && !$comments)} | ||||
| 				<li class="link-comments"> | ||||
| 				<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> | ||||
| 				</li> | ||||
| 				{/if} | ||||
|  | ||||
| @ -282,6 +282,11 @@ input.maxsize, select.maxsize { width: 99% } | ||||
| /* ===== PREVIEW SETTINGS ===== */ | ||||
| #post-preview .entry { padding: 2em; max-height: 20em; overflow: auto  } | ||||
| 
 | ||||
| .entry-footer { | ||||
| 	margin: 2em 0 0.5em 0; | ||||
|     text-align: right; | ||||
| } | ||||
| 
 | ||||
| /* ===== UPLOAD PANEL ===== */ | ||||
| #admin-uploader-filelist { | ||||
| 	margin: 1em auto; | ||||
|  | ||||
| @ -1,8 +1,12 @@ | ||||
| 			{entry content=$entry} | ||||
| 			<div class="entry"> | ||||
| 			{$date|date_format_daily:"<h2 class=\"date\">`$fp_config.locale.dateformat`</h2>"} | ||||
| 				<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} | ||||
| 				<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> | ||||
| 			{/entry} | ||||
| 
 | ||||
|  | ||||
| @ -1,8 +1,7 @@ | ||||
| 			{static content=$entry} | ||||
| 			<div class="entry"> | ||||
| 				<h3>{$subject}</h3> | ||||
| 				<p class="date">Published by {$author} on {$date|date_format:$fp_config.locale.dateformat} </p> | ||||
| 				{$content} | ||||
| 				<h3>{$subject|tag:the_title}</h3> | ||||
| 				<p class="date">{$lang.staticauthor.published_by} {$author} {$lang.staticauthor.on} {$date|date_format_daily} </p> | ||||
| 				{$content|tag:the_content} | ||||
| 			</div> | ||||
| 			{/static} | ||||
| 
 | ||||
|  | ||||
| @ -7,7 +7,7 @@ | ||||
| 		{static} | ||||
| 			<div id="{$id}" class="entry page-{$id}"> | ||||
| 				<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} | ||||
| 			</div> | ||||
|  | ||||
| @ -1,25 +1,25 @@ | ||||
| <?php | ||||
| 
 | ||||
| $lang['admin']['plugin']['submenu']['bbcode'] = 'BBCode'; | ||||
| $lang['admin']['plugin']['bbcode'] = array( | ||||
| $lang ['admin'] ['plugin'] ['submenu'] ['bbcode'] = 'BBCode'; | ||||
| $lang ['admin'] ['plugin'] ['bbcode'] = array( | ||||
| 	'head' => 'Nastavení BBCode', | ||||
| 	'desc1' => 'Tento plugin umožňuje používat <a href="http://www.phpbb.com/'. | ||||
| 		'phpBB/faq.php?mode=bbcode">BBCode</a> na vašem blogu. ', | ||||
| 	 | ||||
| 	'options' => 'Nastavení', | ||||
| 
 | ||||
| 	'editing'	=> 'Úprava', | ||||
| 	'allow_html'=> 'Inline HTML', | ||||
| 	'editing' => 'Úprava', | ||||
| 	'allow_html' => 'Inline HTML', | ||||
| 	'allow_html_long' => 'Umožnit používání HTML tagu současně s BBCode', | ||||
| 	'toolbar' => 'Lišta s nástroji', | ||||
| 	'toolbar_long' => 'Zapnout upravování pomocí lišty nástrojů.', | ||||
| 
 | ||||
| 	'other'	=>	'Ostatní možnosti', | ||||
| 	'other'	=> 'Ostatní možnosti', | ||||
| 	'comments' => 'Komentáře', | ||||
| 	'comments_long' => 'Povolit BBCode v komentářích', | ||||
| 	'urlmaxlen' => 'Maximální délka URL', | ||||
| 	'urlmaxlen_long_pre' => 'Zkrátit URL delší jako ', | ||||
| 	'urlmaxlen_long_post'=>' znaků.', | ||||
| 	'urlmaxlen_long_post' =>' znaků.', | ||||
| 	'submit' => 'Uložit nastavení', | ||||
| 	'msgs' => array( | ||||
| 		1 => 'BBCode configuration successful saved.', | ||||
| @ -27,29 +27,36 @@ $lang['admin']['plugin']['bbcode'] = array( | ||||
| 	), | ||||
| 
 | ||||
| 	'editor' => array( | ||||
| 		'formatting'     => 'Formátování', | ||||
| 		'textarea'       => 'Textové pole: ', | ||||
| 		'expand'         => 'Zvětšit', | ||||
| 		'expandtitle'    => 'Zvětšit výšku textového pole', | ||||
| 		'reduce'         => 'Zmenšit', | ||||
| 		'reducetitle'    => 'Zmenšit výšku textového pole', | ||||
| 		'formatting' => 'Formátování', | ||||
| 		'textarea' => 'Textové pole: ', | ||||
| 		'expand' => 'Zvětšit', | ||||
| 		'expandtitle' => 'Zvětšit výšku textového pole', | ||||
| 		'reduce' => 'Zmenšit', | ||||
| 		'reducetitle' => 'Zmenšit výšku textového pole', | ||||
| 		// note: accesskeys are not internationalized...
 | ||||
| 		// btw. why not :-D
 | ||||
| 		'bold'           => 'B', | ||||
| 		'boldtitle'      => 'Tučné', | ||||
| 		'italic'         => 'I', | ||||
| 		'italictitle'    => 'Kurzíva', | ||||
| 		'underline'      => 'U', | ||||
| 		'bold' => 'B', | ||||
| 		'boldtitle' => 'Tučné', | ||||
| 		'italic' => 'I', | ||||
| 		'italictitle' => 'Kurzíva', | ||||
| 		'underline' => 'U', | ||||
| 		'underlinetitle' => 'Podtržené', | ||||
| 		'quote'          => 'Citovat', | ||||
| 		'quotetitle'     => 'Citace', | ||||
| 		'code'           => 'Kód', | ||||
| 		'codetitle'      => 'Kód', | ||||
| 		'help'           => 'BBCode Pomoc', | ||||
| 		'quote' => 'Citovat', | ||||
| 		'quotetitle' => 'Citace', | ||||
| 		'code' => 'Kód', | ||||
| 		'codetitle' => 'Kód', | ||||
| 		'help' => 'BBCode Pomoc', | ||||
| 		'file' => 'Soubor: ', | ||||
| 		'image' => 'Obrázek: ', | ||||
| 		'selection' => '-- Výběr --', | ||||
| 		// currently not used
 | ||||
| 		'status'         => 'Status bar', | ||||
| 		'statusbar'      => 'Normalní mód. Stiskni <Esc> pro přepnutí módu.' | ||||
| 		'status' => 'Status bar', | ||||
| 		'statusbar' => 'Normalní mód. Stiskni <Esc> pro přepnutí módu.' | ||||
| 	) | ||||
| ); | ||||
| 
 | ||||
| $lang ['plugin'] ['bbcode'] = array ( | ||||
| 		'go_to' => 'Přejít na' | ||||
| ); | ||||
| 
 | ||||
| ?>
 | ||||
|  | ||||
| @ -1,7 +1,7 @@ | ||||
| <?php | ||||
| 
 | ||||
| $lang['admin']['plugin']['submenu']['bbcode'] = 'BBCode'; | ||||
| $lang['admin']['plugin']['bbcode'] = array( | ||||
| $lang ['admin'] ['plugin'] ['submenu'] ['bbcode'] = 'BBCode'; | ||||
| $lang ['admin'] ['plugin'] ['bbcode'] = array( | ||||
| 	'head' => 'BBCode Konfiguration', | ||||
| 	'desc1' => 'Dieses Plugin erlaubt <a href="http://www.phpbb.com/'. | ||||
| 		'phpBB/faq.php?mode=bbcode">BBCode</a> Markup zu benutzen und bietet die '. | ||||
| @ -9,18 +9,18 @@ $lang['admin']['plugin']['bbcode'] = array( | ||||
| 	 | ||||
| 	'options' => 'Optionen', | ||||
| 
 | ||||
| 	'editing'	=> 'Einstellungen bearbeiten', | ||||
| 	'allow_html'=> 'Inline HTML', | ||||
| 	'editing' => 'Einstellungen bearbeiten', | ||||
| 	'allow_html' => 'Inline HTML', | ||||
| 	'allow_html_long' => 'Benutzung von HTML Code und BBCode erlauben', | ||||
| 	'toolbar' => 'Toolbar', | ||||
| 	'toolbar_long' => 'Editor Toolbar aktivieren.', | ||||
| 
 | ||||
| 	'other'	=>	'Weitere Optionen', | ||||
| 	'other'	=> 'Weitere Optionen', | ||||
| 	'comments' => 'Kommentare', | ||||
| 	'comments_long' => 'erlaube BBCode in den Kommentaren', | ||||
| 	'urlmaxlen' => 'Maximale Länge der URL Anzeige', | ||||
| 	'urlmaxlen_long_pre' => 'Kürze URLs die mehr als ', | ||||
| 	'urlmaxlen_long_post'=>' Zeichen haben.', | ||||
| 	'urlmaxlen_long_post' =>' Zeichen haben.', | ||||
| 	'submit' => 'Konfiguration speichern', | ||||
| 	'msgs' => array( | ||||
| 		1 => 'BBCode Konfiguration erfolgreich gespeichert.', | ||||
| @ -28,29 +28,36 @@ $lang['admin']['plugin']['bbcode'] = array( | ||||
| 	), | ||||
| 
 | ||||
| 	'editor' => array( | ||||
| 		'formatting'     => 'Formatierung', | ||||
| 		'textarea'       => 'Eingabefeld: ', | ||||
| 		'expand'         => 'Vergrößern', | ||||
| 		'expandtitle'    => 'Das Eingabefeld vergrößern', | ||||
| 		'reduce'         => 'Verkleinern', | ||||
| 		'reducetitle'    => 'Das Eingabefeld verkleinern', | ||||
| 		'formatting' => 'Formatierung', | ||||
| 		'textarea' => 'Eingabefeld: ', | ||||
| 		'expand' => 'Vergrößern', | ||||
| 		'expandtitle' => 'Das Eingabefeld vergrößern', | ||||
| 		'reduce' => 'Verkleinern', | ||||
| 		'reducetitle' => 'Das Eingabefeld verkleinern', | ||||
| 		// note: accesskeys are not internationalized...
 | ||||
| 		// btw. why not :-D
 | ||||
| 		'bold'           => 'B', | ||||
| 		'boldtitle'      => 'Fett', | ||||
| 		'italic'         => 'I', | ||||
| 		'italictitle'    => 'Kursiv', | ||||
| 		'underline'      => 'U', | ||||
| 		'bold' => 'B', | ||||
| 		'boldtitle' => 'Fett', | ||||
| 		'italic' => 'I', | ||||
| 		'italictitle' => 'Kursiv', | ||||
| 		'underline' => 'U', | ||||
| 		'underlinetitle' => 'Unterstreichen', | ||||
| 		'quote'          => 'Quote', | ||||
| 		'quotetitle'     => 'Bemerkung/Zitat', | ||||
| 		'code'           => 'Code', | ||||
| 		'codetitle'      => 'Code Beispiel', | ||||
| 		'help'           => 'BBCode Hilfe', | ||||
| 		'quote' => 'Quote', | ||||
| 		'quotetitle' => 'Bemerkung/Zitat', | ||||
| 		'code' => 'Code', | ||||
| 		'codetitle' => 'Code Beispiel', | ||||
| 		'help' => 'BBCode Hilfe', | ||||
| 		'file' => 'Datei: ', | ||||
| 		'image' => 'Bild: ', | ||||
| 		'selection' => '-- Auswahl --', | ||||
| 		// currently not used
 | ||||
| 		'status'         => 'Status bar', | ||||
| 		'statusbar'      => 'Normal mode. Press <Esc> to switch editing mode.' | ||||
| 		'status' => 'Status bar', | ||||
| 		'statusbar' => 'Normal mode. Press <Esc> to switch editing mode.' | ||||
| 	) | ||||
| ); | ||||
| 
 | ||||
| $lang ['plugin'] ['bbcode'] = array ( | ||||
| 		'go_to' => 'Gehe zu' | ||||
| ); | ||||
| 
 | ||||
| ?>
 | ||||
|  | ||||
| @ -1,7 +1,7 @@ | ||||
| <?php | ||||
| 
 | ||||
| $lang['admin']['plugin']['submenu']['bbcode'] = 'BBCode'; | ||||
| $lang['admin']['plugin']['bbcode'] = array( | ||||
| $lang ['admin'] ['plugin'] ['submenu'] ['bbcode'] = 'BBCode'; | ||||
| $lang ['admin'] ['plugin'] ['bbcode'] = array( | ||||
| 	'head' => 'Ρύθμιση του BBCode', | ||||
| 	'desc1' => 'Το πρόσθετο αυτό επιτρέπει τη χρήση σύνταξης <a href="http://www.phpbb.com/'. | ||||
| 		'phpBB/faq.php?mode=bbcode">BBCode</a> και παρέχει '. | ||||
| @ -9,13 +9,13 @@ $lang['admin']['plugin']['bbcode'] = array( | ||||
| 	 | ||||
| 	'options' => 'Επιλογές', | ||||
| 
 | ||||
| 	'editing'	=> 'Επεξεργασία', | ||||
| 	'allow_html'=> 'Χρήση HTML', | ||||
| 	'editing' => 'Επεξεργασία', | ||||
| 	'allow_html' => 'Χρήση HTML', | ||||
| 	'allow_html_long' => 'Επιτρέπεται χρήση HTML παράλληλα με το BBCode', | ||||
| 	'toolbar' => 'Μπάρα συντομεύσεων', | ||||
| 	'toolbar_long' => 'Ενεργοποιείται η μπάρα συντομεύσεων κατά την καταχώρηση.', | ||||
| 
 | ||||
| 	'other'	=>	'Άλλες επιλογές', | ||||
| 	'other'	=> 'Άλλες επιλογές', | ||||
| 	'comments' => 'Σχόλια', | ||||
| 	'comments_long' => 'Επιτρέπεται η χρήση BBCode στα σχόλια', | ||||
| 	'urlmaxlen' => 'Μέγιστο μήκος συνδέσμων', | ||||
| @ -28,29 +28,36 @@ $lang['admin']['plugin']['bbcode'] = array( | ||||
| 	), | ||||
| 
 | ||||
| 	'editor' => array( | ||||
| 		'formatting'     => 'Formatting', | ||||
| 		'textarea'       => 'Textarea: ', | ||||
| 		'expand'         => 'Expand', | ||||
| 		'expandtitle'    => 'Expand Textarea Height', | ||||
| 		'reduce'         => 'Reduce', | ||||
| 		'reducetitle'    => 'Reduce Textarea Height', | ||||
| 		'formatting' => 'Formatting', | ||||
| 		'textarea' => 'Textarea: ', | ||||
| 		'expand' => 'Expand', | ||||
| 		'expandtitle' => 'Expand Textarea Height', | ||||
| 		'reduce' => 'Reduce', | ||||
| 		'reducetitle' => 'Reduce Textarea Height', | ||||
| 		// note: accesskeys are not internationalized...
 | ||||
| 		// btw. why not :-D
 | ||||
| 		'bold'           => 'B', | ||||
| 		'boldtitle'      => 'Έντονα', | ||||
| 		'italic'         => 'I', | ||||
| 		'italictitle'    => 'Πλάγια', | ||||
| 		'underline'      => 'U', | ||||
| 		'bold' => 'B', | ||||
| 		'boldtitle' => 'Έντονα', | ||||
| 		'italic' => 'I', | ||||
| 		'italictitle' => 'Πλάγια', | ||||
| 		'underline' => 'U', | ||||
| 		'underlinetitle' => 'Υπογραμμισμένα', | ||||
| 		'quote'          => 'Quote', | ||||
| 		'quotetitle'     => 'Παράθεση', | ||||
| 		'code'           => 'Code', | ||||
| 		'codetitle'      => 'Κώδικας', | ||||
| 		'help'           => 'Βοήθεια σχετικά με το BBCode', | ||||
| 		'quote' => 'Quote', | ||||
| 		'quotetitle' => 'Παράθεση', | ||||
| 		'code' => 'Code', | ||||
| 		'codetitle' => 'Κώδικας', | ||||
| 		'help' => 'Βοήθεια σχετικά με το BBCode', | ||||
| 		'file' => 'Φάκελος: ', | ||||
| 		'image' => 'Εικόνα: ', | ||||
| 		'selection' => '-- Επιλογή --', | ||||
| 		// currently not used
 | ||||
| 		'status'         => 'Μπάρα κατάστασης', | ||||
| 		'statusbar'      => 'Κανονική λειτουργία. Πατήστε <Esc> για εναλλαγή σε λειτουργία επεξεργασίας.' | ||||
| 		'status' => 'Μπάρα κατάστασης', | ||||
| 		'statusbar' => 'Κανονική λειτουργία. Πατήστε <Esc> για εναλλαγή σε λειτουργία επεξεργασίας.' | ||||
| 	) | ||||
| ); | ||||
| 
 | ||||
| $lang ['plugin'] ['bbcode'] = array ( | ||||
| 		'go_to' => 'Πηγαίνετε στον' | ||||
| ); | ||||
| 
 | ||||
| ?>
 | ||||
|  | ||||
| @ -1,7 +1,7 @@ | ||||
| <?php | ||||
| 
 | ||||
| $lang['admin']['plugin']['submenu']['bbcode'] = 'BBCode'; | ||||
| $lang['admin']['plugin']['bbcode'] = array( | ||||
| $lang ['admin'] ['plugin'] ['submenu'] ['bbcode'] = 'BBCode'; | ||||
| $lang ['admin'] ['plugin'] ['bbcode'] = array( | ||||
| 	'head' => 'BBCode Configuration', | ||||
| 	'desc1' => 'This plugin allows using <a href="http://www.phpbb.com/'. | ||||
| 		'phpBB/faq.php?mode=bbcode">BBCode</a> markup and provides '. | ||||
| @ -9,18 +9,18 @@ $lang['admin']['plugin']['bbcode'] = array( | ||||
| 	 | ||||
| 	'options' => 'Options', | ||||
| 
 | ||||
| 	'editing'	=> 'Editing', | ||||
| 	'allow_html'=> 'Inline HTML', | ||||
| 	'editing' => 'Editing', | ||||
| 	'allow_html' => 'Inline HTML', | ||||
| 	'allow_html_long' => 'Enable using HTML along with BBCode', | ||||
| 	'toolbar' => 'Toolbar', | ||||
| 	'toolbar_long' => 'Enable the editor toolbar.', | ||||
| 
 | ||||
| 	'other'	=>	'Other options', | ||||
| 	'other'	=> 'Other options', | ||||
| 	'comments' => 'Comments', | ||||
| 	'comments_long' => 'Allow BBCode in comments', | ||||
| 	'urlmaxlen' => 'URL max length', | ||||
| 	'urlmaxlen_long_pre' => 'Shorten URLs longer than ', | ||||
| 	'urlmaxlen_long_post'=>' characters.', | ||||
| 	'urlmaxlen_long_post' => ' characters.', | ||||
| 	'submit' => 'Save configuration', | ||||
| 	'msgs' => array( | ||||
| 		1 => 'BBCode configuration successful saved.', | ||||
| @ -28,29 +28,36 @@ $lang['admin']['plugin']['bbcode'] = array( | ||||
| 	), | ||||
| 
 | ||||
| 	'editor' => array( | ||||
| 		'formatting'     => 'Formatting', | ||||
| 		'textarea'       => 'Textarea: ', | ||||
| 		'expand'         => 'Expand', | ||||
| 		'expandtitle'    => 'Expand Textarea Height', | ||||
| 		'reduce'         => 'Reduce', | ||||
| 		'reducetitle'    => 'Reduce Textarea Height', | ||||
| 		'formatting' => 'Formatting', | ||||
| 		'textarea' => 'Textarea: ', | ||||
| 		'expand' => 'Expand', | ||||
| 		'expandtitle' => 'Expand Textarea Height', | ||||
| 		'reduce' => 'Reduce', | ||||
| 		'reducetitle' => 'Reduce Textarea Height', | ||||
| 		// note: accesskeys are not internationalized...
 | ||||
| 		// btw. why not :-D
 | ||||
| 		'bold'           => 'B', | ||||
| 		'boldtitle'      => 'Bold', | ||||
| 		'italic'         => 'I', | ||||
| 		'italictitle'    => 'Italic', | ||||
| 		'underline'      => 'U', | ||||
| 		'bold' => 'B', | ||||
| 		'boldtitle' => 'Bold', | ||||
| 		'italic' => 'I', | ||||
| 		'italictitle' => 'Italic', | ||||
| 		'underline' => 'U', | ||||
| 		'underlinetitle' => 'Underlined', | ||||
| 		'quote'          => 'Quote', | ||||
| 		'quotetitle'     => 'Quote', | ||||
| 		'code'           => 'Code', | ||||
| 		'codetitle'      => 'Code', | ||||
| 		'help'           => 'BBCode Help', | ||||
| 		'quote' => 'Quote', | ||||
| 		'quotetitle' => 'Quote', | ||||
| 		'code' => 'Code', | ||||
| 		'codetitle' => 'Code', | ||||
| 		'help' => 'BBCode Help', | ||||
| 		'file' => 'File: ', | ||||
| 		'image' => 'Image: ', | ||||
| 		'selection' => '-- Selection --', | ||||
| 		// currently not used
 | ||||
| 		'status'         => 'Status bar', | ||||
| 		'statusbar'      => 'Normal mode. Press <Esc> to switch editing mode.' | ||||
| 		'status' => 'Status bar', | ||||
| 		'statusbar' => 'Normal mode. Press <Esc> to switch editing mode.' | ||||
| 	) | ||||
| ); | ||||
| 
 | ||||
| $lang ['plugin'] ['bbcode'] = array ( | ||||
| 		'go_to' => 'Go to' | ||||
| ); | ||||
| 
 | ||||
| ?>
 | ||||
|  | ||||
| @ -1,7 +1,7 @@ | ||||
| <?php | ||||
| 
 | ||||
| $lang['admin']['plugin']['submenu']['bbcode'] = 'BBCode'; | ||||
| $lang['admin']['plugin']['bbcode'] = array( | ||||
| $lang ['admin'] ['plugin'] ['submenu'] ['bbcode'] = 'BBCode'; | ||||
| $lang ['admin'] ['plugin'] ['bbcode'] = array( | ||||
| 	'head' => 'Configuración de BBCode', | ||||
| 	'desc1' => 'Este Plugin permite usar <a href="http://www.phpbb.com/'. | ||||
| 		'phpBB/faq.php?mode=bbcode">BBCode</a> markup y proporciona '. | ||||
| @ -9,48 +9,55 @@ $lang['admin']['plugin']['bbcode'] = array( | ||||
| 	 | ||||
| 	'options' => 'Opciones', | ||||
| 
 | ||||
| 	'editing'		=> 'Edición', | ||||
| 	'allow_html'		=> 'HTML en línea', | ||||
| 	'allow_html_long' 	=> 'Habilite el uso de HTML junto con BBCode', | ||||
| 	'toolbar' 		=> 'Barra de herramientas', | ||||
| 	'toolbar_long' 		=> 'Habilite la barra de herramientas del editor.', | ||||
| 	'editing' => 'Edición', | ||||
| 	'allow_html' => 'HTML en línea', | ||||
| 	'allow_html_long' => 'Habilite el uso de HTML junto con BBCode', | ||||
| 	'toolbar' => 'Barra de herramientas', | ||||
| 	'toolbar_long' => 'Habilite la barra de herramientas del editor.', | ||||
| 
 | ||||
| 	'other'			=> 'Otras opciones', | ||||
| 	'comments' 		=> 'Comments', | ||||
| 	'comments_long' 	=> 'Permitir BBCode en los comentarios', | ||||
| 	'urlmaxlen' 		=> 'Largo máximo del URL', | ||||
| 	'urlmaxlen_long_pre' 	=> 'Acorte los URL más largos de ', | ||||
| 	'urlmaxlen_long_post'	=>' caracteres.', | ||||
| 	'submit' 		=> 'Save configuration', | ||||
| 	'other' => 'Otras opciones', | ||||
| 	'comments' => 'Comments', | ||||
| 	'comments_long' => 'Permitir BBCode en los comentarios', | ||||
| 	'urlmaxlen' => 'Largo máximo del URL', | ||||
| 	'urlmaxlen_long_pre' => 'Acorte los URL más largos de ', | ||||
| 	'urlmaxlen_long_post' => ' caracteres.', | ||||
| 	'submit' => 'Save configuration', | ||||
| 	'msgs' => array( | ||||
| 			1 => 'BBCode configuration successful saved.', | ||||
| 			-1 => 'Configuración de BBCode no guardada.' | ||||
| 	), | ||||
| 
 | ||||
| 	'editor' => array( | ||||
| 		'formatting'     => 'Formateo', | ||||
| 		'textarea'       => 'Área de texto: ', | ||||
| 		'expand'         => 'Ampliar', | ||||
| 		'expandtitle'    => 'Ampliar la altura del área de texto', | ||||
| 		'reduce'         => 'Reducir', | ||||
| 		'reducetitle'    => 'Reducir la altura del área de texto', | ||||
| 		'formatting' => 'Formateo', | ||||
| 		'textarea' => 'Área de texto: ', | ||||
| 		'expand' => 'Ampliar', | ||||
| 		'expandtitle' => 'Ampliar la altura del área de texto', | ||||
| 		'reduce' => 'Reducir', | ||||
| 		'reducetitle' => 'Reducir la altura del área de texto', | ||||
| 		// note: accesskeys are not internationalized...
 | ||||
| 		// btw. why not :-D
 | ||||
| 		'bold'           => 'B', | ||||
| 		'boldtitle'      => 'Negrita', | ||||
| 		'italic'         => 'I', | ||||
| 		'italictitle'    => 'Itálica', | ||||
| 		'underline'      => 'U', | ||||
| 		'bold' => 'B', | ||||
| 		'boldtitle' => 'Negrita', | ||||
| 		'italic' => 'I', | ||||
| 		'italictitle' => 'Itálica', | ||||
| 		'underline' => 'U', | ||||
| 		'underlinetitle' => 'Subrayada', | ||||
| 		'quote'          => 'Quote', | ||||
| 		'quotetitle'     => 'Citar', | ||||
| 		'code'           => 'Code', | ||||
| 		'codetitle'      => 'Código', | ||||
| 		'help'           => 'Ayuda de BBCode', | ||||
| 		'quote' => 'Quote', | ||||
| 		'quotetitle' => 'Citar', | ||||
| 		'code' => 'Code', | ||||
| 		'codetitle' => 'Código', | ||||
| 		'help' => 'Ayuda de BBCode', | ||||
| 		'file' => 'Fichero: ', | ||||
| 		'image' => 'Imagen: ', | ||||
| 		'selection' => '-- Selección --', | ||||
| 		// currently not used
 | ||||
| 		'status'         => 'Barra de estado', | ||||
| 		'statusbar'      => 'Modo normal. presiona <Esc> para cambiar el modo de edición.' | ||||
| 		'status' => 'Barra de estado', | ||||
| 		'statusbar' => 'Modo normal. presiona <Esc> para cambiar el modo de edición.' | ||||
| 	) | ||||
| ); | ||||
| 
 | ||||
| $lang ['plugin'] ['bbcode'] = array ( | ||||
| 		'go_to' => 'Ir a' | ||||
| ); | ||||
| 
 | ||||
| ?>
 | ||||
|  | ||||
| @ -1,7 +1,7 @@ | ||||
| <?php | ||||
| 
 | ||||
| $lang['admin']['plugin']['submenu']['bbcode'] = 'BBCode'; | ||||
| $lang['admin']['plugin']['bbcode'] = array( | ||||
| $lang ['admin'] ['plugin'] ['submenu'] ['bbcode'] = 'BBCode'; | ||||
| $lang ['admin'] ['plugin'] ['bbcode'] = array( | ||||
| 	'head' => 'Configuration du BBCode', | ||||
| 	'desc1' => 'Ce plugin autorise l\'usage du <a href="http://www.phpbb.com/'. | ||||
| 		'phpBB/faq.php?mode=bbcode">BBCode</a> et permet une intégration '. | ||||
| @ -9,13 +9,13 @@ $lang['admin']['plugin']['bbcode'] = array( | ||||
| 	 | ||||
| 	'options' => 'Options', | ||||
| 
 | ||||
| 	'editing'	=> 'Edition', | ||||
| 	'allow_html'=> 'Prise en charge de l\'HTML', | ||||
| 	'editing' => 'Edition', | ||||
| 	'allow_html' => 'Prise en charge de l\'HTML', | ||||
| 	'allow_html_long' => 'Autoriser l\'usage de l\'HTML avec le BBCode', | ||||
| 	'toolbar' => 'Barre d\'outils', | ||||
| 	'toolbar_long' => 'Activer la Barre d\'outils d\'édition.', | ||||
| 
 | ||||
| 	'other'	=>	'Autres options', | ||||
| 	'other'	=>'Autres options', | ||||
| 	'comments' => 'Commentaires', | ||||
| 	'comments_long' => 'Autoriser le BBCode dans les commentaires', | ||||
| 	'urlmaxlen' => 'Longueur maximum URL', | ||||
| @ -28,29 +28,36 @@ $lang['admin']['plugin']['bbcode'] = array( | ||||
| 	), | ||||
| 
 | ||||
| 	'editor' => array( | ||||
| 		'formatting'     => 'Format', | ||||
| 		'textarea'       => 'Zone de texte: ', | ||||
| 		'expand'         => 'Elargir', | ||||
| 		'expandtitle'    => 'Elargir la hauteur de la zone de texte', | ||||
| 		'reduce'         => 'Réduire', | ||||
| 		'reducetitle'    => 'Réduire la hauteur de la zone de texte', | ||||
| 		'formatting' => 'Format', | ||||
| 		'textarea' => 'Zone de texte: ', | ||||
| 		'expand' => 'Elargir', | ||||
| 		'expandtitle' => 'Elargir la hauteur de la zone de texte', | ||||
| 		'reduce' => 'Réduire', | ||||
| 		'reducetitle' => 'Réduire la hauteur de la zone de texte', | ||||
| 		// note: accesskeys are not internationalized...
 | ||||
| 		// btw. why not :-D
 | ||||
| 		'bold'           => 'G', | ||||
| 		'boldtitle'      => 'Gras', | ||||
| 		'italic'         => 'I', | ||||
| 		'italictitle'    => 'Italique', | ||||
| 		'underline'      => 'S', | ||||
| 		'bold' => 'G', | ||||
| 		'boldtitle' => 'Gras', | ||||
| 		'italic' => 'I', | ||||
| 		'italictitle' => 'Italique', | ||||
| 		'underline' => 'S', | ||||
| 		'underlinetitle' => 'Souligné', | ||||
| 		'quote'          => 'Citation', | ||||
| 		'quotetitle'     => 'Citation', | ||||
| 		'code'           => 'Code', | ||||
| 		'codetitle'      => 'Code', | ||||
| 		'help'           => 'Aide BBCode', | ||||
| 		'quote' => 'Citation', | ||||
| 		'quotetitle' => 'Citation', | ||||
| 		'code' => 'Code', | ||||
| 		'codetitle' => 'Code', | ||||
| 		'help' => 'Aide BBCode', | ||||
| 		'file' => 'Fichier: ', | ||||
| 		'image' => 'Image: ', | ||||
| 		'selection' => '-- Sélection --', | ||||
| 		// currently not used
 | ||||
| 		'status'         => 'barre de statut', | ||||
| 		'statusbar'      => 'Mode Normal. Pressez <Esc> pour passer en mode édition .' | ||||
| 		'status' => 'barre de statut', | ||||
| 		'statusbar' => 'Mode Normal. Pressez <Esc> pour passer en mode édition .' | ||||
| 	) | ||||
| ); | ||||
| 
 | ||||
| $lang ['plugin'] ['bbcode'] = array ( | ||||
| 		'go_to' => 'Aller à' | ||||
| ); | ||||
| 
 | ||||
| ?>
 | ||||
|  | ||||
| @ -1,7 +1,7 @@ | ||||
| <?php | ||||
| 
 | ||||
| $lang['admin']['plugin']['submenu']['bbcode'] = 'BBCode'; | ||||
| $lang['admin']['plugin']['bbcode'] = array( | ||||
| $lang ['admin'] ['plugin'] ['submenu'] ['bbcode'] = 'BBCode'; | ||||
| $lang ['admin'] ['plugin'] ['bbcode'] = array( | ||||
| 	'head' => 'Configurazione BBCode', | ||||
| 	'desc1' => 'Questo plugin ti consente di usare <a href="http://www.phpbb.com/'. | ||||
| 		'phpBB/faq.php?mode=bbcode">BBCode</a> come markup e fornisce '. | ||||
| @ -9,13 +9,13 @@ $lang['admin']['plugin']['bbcode'] = array( | ||||
| 	 | ||||
| 	'options' => 'Opzioni', | ||||
| 
 | ||||
| 	'editing'	=> 'Modifica', | ||||
| 	'allow_html'=> 'Inline HTML', | ||||
| 	'editing' => 'Modifica', | ||||
| 	'allow_html' => 'Inline HTML', | ||||
| 	'allow_html_long' => 'Consente di usare l\'HTML insieme a BBCode', | ||||
| 	'toolbar' => 'Barra strumenti', | ||||
| 	'toolbar_long' => 'Abilita la barra strumenti dell\'editor.', | ||||
| 
 | ||||
| 	'other'	=>	'Altre opzioni', | ||||
| 	'other'	=> 'Altre opzioni', | ||||
| 	'comments' => 'Commenti', | ||||
| 	'comments_long' => 'Consenti di usare BBCode nei commenti', | ||||
| 	'urlmaxlen' => 'Lunghezza massima degli URL', | ||||
| @ -28,29 +28,36 @@ $lang['admin']['plugin']['bbcode'] = array( | ||||
| 	), | ||||
| 
 | ||||
| 	'editor' => array( | ||||
| 		'formatting'     => 'Formattazione', | ||||
| 		'textarea'       => 'Casella di testo: ', | ||||
| 		'expand'         => 'Espandi', | ||||
| 		'expandtitle'    => 'Espandi l\'altezza della casella di testo', | ||||
| 		'reduce'         => 'Riduci', | ||||
| 		'reducetitle'    => 'Riduci l\'altezza della casella di testo', | ||||
| 		'formatting' => 'Formattazione', | ||||
| 		'textarea' => 'Casella di testo: ', | ||||
| 		'expand' => 'Espandi', | ||||
| 		'expandtitle' => 'Espandi l\'altezza della casella di testo', | ||||
| 		'reduce' => 'Riduci', | ||||
| 		'reducetitle' => 'Riduci l\'altezza della casella di testo', | ||||
| 		// note: accesskeys are not internationalized...
 | ||||
| 		// btw. why not :-D
 | ||||
| 		'bold'           => 'G', | ||||
| 		'boldtitle'      => 'Grassetto', | ||||
| 		'italic'         => 'C', | ||||
| 		'italictitle'    => 'Corsivo', | ||||
| 		'underline'      => 'S', | ||||
| 		'bold' => 'G', | ||||
| 		'boldtitle' => 'Grassetto', | ||||
| 		'italic' => 'C', | ||||
| 		'italictitle' => 'Corsivo', | ||||
| 		'underline' => 'S', | ||||
| 		'underlinetitle' => 'Sottolineato', | ||||
| 		'quote'          => 'Cita', | ||||
| 		'quotetitle'     => 'Citazione', | ||||
| 		'code'           => 'Codice', | ||||
| 		'codetitle'      => 'Codice', | ||||
| 		'help'           => 'Guida  di BBCode', | ||||
| 		'quote' => 'Cita', | ||||
| 		'quotetitle' => 'Citazione', | ||||
| 		'code' => 'Codice', | ||||
| 		'codetitle' => 'Codice', | ||||
| 		'help' => 'Guida  di BBCode', | ||||
| 		'file' => 'File: ', | ||||
| 		'image' => 'Immagine: ', | ||||
| 		'selection' => '-- Selezione --', | ||||
| 		// currently not used
 | ||||
| 		'status'         => 'Barra di stato', | ||||
| 		'statusbar'      => 'Modalità normale. Premi <Esc> per passare da una modalità all\'altra.' | ||||
| 		'status' => 'Barra di stato', | ||||
| 		'statusbar' => 'Modalità normale. Premi <Esc> per passare da una modalità all\'altra.' | ||||
| 	) | ||||
| ); | ||||
| 
 | ||||
| $lang ['plugin'] ['bbcode'] = array ( | ||||
| 		'go_to' => 'Vai a' | ||||
| ); | ||||
| 
 | ||||
| ?>
 | ||||
|  | ||||
| @ -1,7 +1,7 @@ | ||||
| <?php | ||||
| 
 | ||||
| $lang['admin']['plugin']['submenu']['bbcode'] = 'BBCode'; | ||||
| $lang['admin']['plugin']['bbcode'] = array( | ||||
| $lang ['admin'] ['plugin'] ['submenu'] ['bbcode'] = 'BBCode'; | ||||
| $lang ['admin'] ['plugin'] ['bbcode'] = array( | ||||
| 	'head' => 'BBCodeの設定', | ||||
| 	'desc1' => 'このプラグインは <a href="http://www.phpbb.com/'. | ||||
| 		'phpBB/faq.php?mode=bbcode">BBCode</a> を使用できるようにし、'. | ||||
| @ -9,18 +9,18 @@ $lang['admin']['plugin']['bbcode'] = array( | ||||
| 	 | ||||
| 	'options' => 'オプション', | ||||
| 
 | ||||
| 	'editing'	=> '編集', | ||||
| 	'allow_html'=> 'インラインHTML', | ||||
| 	'editing' => '編集', | ||||
| 	'allow_html' => 'インラインHTML', | ||||
| 	'allow_html_long' => 'BBCodeと通常HTMLを併用する', | ||||
| 	'toolbar' => 'ツールバー', | ||||
| 	'toolbar_long' => '編集ツールバーを有効にする', | ||||
| 
 | ||||
| 	'other'	=>	'その他のオプション', | ||||
| 	'other'	=> 'その他のオプション', | ||||
| 	'comments' => 'コメント', | ||||
| 	'comments_long' => 'コメント欄でBBCodeの使用できるようにする', | ||||
| 	'urlmaxlen' => 'URLの最大文字数', | ||||
| 	'urlmaxlen_long_pre' => '何文字以上のとき短縮URL表示に変換するか:', | ||||
| 	'urlmaxlen_long_post'=>' 文字', | ||||
| 	'urlmaxlen_long_post' => ' 文字', | ||||
| 	'submit' => '設定の変更を保存する', | ||||
| 	'msgs' => array( | ||||
| 		1 => 'BBCodeの設定変更を保存しました。', | ||||
| @ -28,29 +28,37 @@ $lang['admin']['plugin']['bbcode'] = array( | ||||
| 	), | ||||
| 
 | ||||
| 	'editor' => array( | ||||
| 		'formatting'     => 'Formatting', | ||||
| 		'textarea'       => 'テキストエリア: ', | ||||
| 		'expand'         => '拡大', | ||||
| 		'expandtitle'    => 'テキストエリアの高さを増やします。', | ||||
| 		'reduce'         => '縮小', | ||||
| 		'reducetitle'    => 'テキストエリアの高さを減らします。', | ||||
| 		'formatting' => 'Formatting', | ||||
| 		'textarea' => 'テキストエリア: ', | ||||
| 		'expand' => '拡大', | ||||
| 		'expandtitle' => 'テキストエリアの高さを増やします。', | ||||
| 		'reduce' => '縮小', | ||||
| 		'reducetitle' => 'テキストエリアの高さを減らします。', | ||||
| 		// note: accesskeys are not internationalized...
 | ||||
| 		// btw. why not :-D
 | ||||
| 		'bold'           => 'B', | ||||
| 		'boldtitle'      => 'ボールド体', | ||||
| 		'italic'         => 'I', | ||||
| 		'italictitle'    => 'イタリック体', | ||||
| 		'underline'      => 'U', | ||||
| 		'bold' => 'B', | ||||
| 		'boldtitle' => 'ボールド体', | ||||
| 		'italic' => 'I', | ||||
| 		'italictitle' => 'イタリック体', | ||||
| 		'underline' => 'U', | ||||
| 		'underlinetitle' => '下線', | ||||
| 		'quote'          => 'Quote', | ||||
| 		'quotetitle'     => '引用文として領域指定', | ||||
| 		'code'           => 'Code', | ||||
| 		'codetitle'      => 'プログラムコードとして領域指定', | ||||
| 		'help'           => 'BBCode Help', | ||||
| 		'quote' => 'Quote', | ||||
| 		'quotetitle' => '引用文として領域指定', | ||||
| 		'code' => 'Code', | ||||
| 		'codetitle' => 'プログラムコードとして領域指定', | ||||
| 		'help' => 'BBCode Help', | ||||
| 		'file' => 'ファイル: ', | ||||
| 		'image' => '画像: ', | ||||
| 		'selection' => '-- セレクション --', | ||||
| 		// currently not used
 | ||||
| 		'status'         => 'ステータスバー', | ||||
| 		'statusbar'      => 'ノーマルモードです。<Esc>キーで編集モードに切り替えられます。' | ||||
| 		'status' => 'ステータスバー', | ||||
| 		'statusbar' => 'ノーマルモードです。<Esc>キーで編集モードに切り替えられます。' | ||||
| 	) | ||||
| ); | ||||
| 
 | ||||
| $lang ['plugin'] ['bbcode'] = array ( | ||||
| 		'go_to' => 'に行く' | ||||
| ); | ||||
| 
 | ||||
| 
 | ||||
| ?>
 | ||||
|  | ||||
| @ -1,7 +1,7 @@ | ||||
| <?php | ||||
| 
 | ||||
| $lang['admin']['plugin']['submenu']['bbcode'] = 'BBCode'; | ||||
| $lang['admin']['plugin']['bbcode'] = array( | ||||
| $lang ['admin'] ['plugin'] ['submenu'] ['bbcode'] = 'BBCode'; | ||||
| $lang ['admin'] ['plugin'] ['bbcode'] = array( | ||||
| 	'head' => 'BBCode Configuratie', | ||||
| 	'desc1' => 'Deze plugin staat gebruik toe <a href="http://www.phpbb.com/'. | ||||
| 		'phpBB/faq.php?mode=bbcode">BBCode</a> voor opmaak en biedt '. | ||||
| @ -9,48 +9,55 @@ $lang['admin']['plugin']['bbcode'] = array( | ||||
| 	 | ||||
| 	'options' => 'Opties', | ||||
| 
 | ||||
| 	'editing'	=> 'Bewerken', | ||||
| 	'allow_html'	=> 'Inline HTML', | ||||
| 	'editing' => 'Bewerken', | ||||
| 	'allow_html' => 'Inline HTML', | ||||
| 	'allow_html_long' => 'Schakel het gebruik van HTML samen met BBCode in', | ||||
| 	'toolbar' 	=> 'Werkbalk', | ||||
| 	'toolbar_long' 	=> 'Schakel de editorwerkbalk in.', | ||||
| 	'toolbar' => 'Werkbalk', | ||||
| 	'toolbar_long' => 'Schakel de editorwerkbalk in.', | ||||
| 
 | ||||
| 	'other'		=> 'Andere opties', | ||||
| 	'comments' 	=> 'Opmerkingen', | ||||
| 	'other' => 'Andere opties', | ||||
| 	'comments' => '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_post'=>' karakters.', | ||||
| 	'submit' 	=> 'Bewaar de configuratie', | ||||
| 	'submit' => 'Bewaar de configuratie', | ||||
| 	'msgs' => array( | ||||
| 		1 => 'BBCode-configuratie succesvol opgeslagen.', | ||||
| 		-1 => 'BBCode-configuratie niet opgeslagen.' | ||||
| 	), | ||||
| 
 | ||||
| 	'editor' => array( | ||||
| 		'formatting'     => 'Formatteren', | ||||
| 		'textarea'       => 'Textgebied: ', | ||||
| 		'expand'         => 'Uitbreiden', | ||||
| 		'expandtitle'    => 'Breid hoogte Textgebied uit', | ||||
| 		'reduce'         => 'Verminder', | ||||
| 		'reducetitle'    => 'Verminder hoogte Textgebied', | ||||
| 		'formatting' => 'Formatteren', | ||||
| 		'textarea' => 'Textgebied: ', | ||||
| 		'expand' => 'Uitbreiden', | ||||
| 		'expandtitle' => 'Breid hoogte Textgebied uit', | ||||
| 		'reduce' => 'Verminder', | ||||
| 		'reducetitle' => 'Verminder hoogte Textgebied', | ||||
| 		// note: accesskeys are not internationalized...
 | ||||
| 		// btw. why not :-D
 | ||||
| 		'bold'           => 'B', | ||||
| 		'boldtitle'      => 'Bold', | ||||
| 		'italic'         => 'I', | ||||
| 		'italictitle'    => 'Italic', | ||||
| 		'underline'      => 'U', | ||||
| 		'bold' => 'B', | ||||
| 		'boldtitle' => 'Bold', | ||||
| 		'italic' => 'I', | ||||
| 		'italictitle' => 'Italic', | ||||
| 		'underline' => 'U', | ||||
| 		'underlinetitle' => 'Underlined', | ||||
| 		'quote'          => 'Quote', | ||||
| 		'quotetitle'     => 'Quote', | ||||
| 		'code'           => 'Code', | ||||
| 		'codetitle'      => 'Code', | ||||
| 		'help'           => 'BBCode Help', | ||||
| 		'quote' => 'Quote', | ||||
| 		'quotetitle' => 'Quote', | ||||
| 		'code' => 'Code', | ||||
| 		'codetitle' => 'Code', | ||||
| 		'help' => 'BBCode Help', | ||||
| 		'file' => 'File: ', | ||||
| 		'image' => 'Beeld: ', | ||||
| 		'selection' => '-- Selectie --', | ||||
| 		// currently not used
 | ||||
| 		'status'         => 'Statusbalk', | ||||
| 		'statusbar'      => 'Normale modus. Druk <Esc> om van bewerkingsmodus te wisselen.' | ||||
| 		'status' => 'Statusbalk', | ||||
| 		'statusbar' => 'Normale modus. Druk <Esc> om van bewerkingsmodus te wisselen.' | ||||
| 	) | ||||
| ); | ||||
| 
 | ||||
| $lang ['plugin'] ['bbcode'] = array ( | ||||
| 		'go_to' => 'Ga naar' | ||||
| ); | ||||
| 
 | ||||
| ?>
 | ||||
|  | ||||
| @ -1,7 +1,7 @@ | ||||
| <?php | ||||
| 
 | ||||
| $lang['admin']['plugin']['submenu']['bbcode'] = 'BBCode'; | ||||
| $lang['admin']['plugin']['bbcode'] = array( | ||||
| $lang ['admin'] ['plugin'] ['submenu'] ['bbcode'] = 'BBCode'; | ||||
| $lang ['admin'] ['plugin'] ['bbcode'] = array( | ||||
| 	'head' => 'Configuração do BBCode', | ||||
| 	'desc1' => 'Este plugin permite o uso de <a href="http://www.phpbb.com/'. | ||||
| 		'phpBB/faq.php?mode=bbcode">BBCode</a> markup e fornece '. | ||||
| @ -9,18 +9,18 @@ $lang['admin']['plugin']['bbcode'] = array( | ||||
| 	 | ||||
| 	'options' => 'Opções', | ||||
| 
 | ||||
| 	'editing'	=> 'Editar', | ||||
| 	'allow_html'=> 'HTML embutido', | ||||
| 	'editing' => 'Editar', | ||||
| 	'allow_html' => 'HTML embutido', | ||||
| 	'allow_html_long' => 'Ativar o uso de HTML junto com o BBCode', | ||||
| 	'toolbar' => 'Barra de ferramentas', | ||||
| 	'toolbar_long' => 'Ativar a barra de ferramentas do editor', | ||||
| 
 | ||||
| 	'other'	=>	'Outras opções', | ||||
| 	'other'	=> 'Outras opções', | ||||
| 	'comments' => 'Comentários', | ||||
| 	'comments_long' => 'Permitir BBCode nos comentários', | ||||
| 	'urlmaxlen' => 'comprimento máximo do URL', | ||||
| 	'urlmaxlen_long_pre' => 'Encurte URLs maiores que ', | ||||
| 	'urlmaxlen_long_post'=>' caracteres', | ||||
| 	'urlmaxlen_long_post' => ' caracteres', | ||||
| 	'submit' => 'Salvar configuração', | ||||
| 	'msgs' => array( | ||||
| 		1 => 'Configuração do BBCode salva com sucesso', | ||||
| @ -28,29 +28,36 @@ $lang['admin']['plugin']['bbcode'] = array( | ||||
| 	), | ||||
| 
 | ||||
| 	'editor' => array( | ||||
| 		'formatting'     => 'Formatação', | ||||
| 		'textarea'       => 'Área de texto: ', | ||||
| 		'expand'         => 'Expandir', | ||||
| 		'expandtitle'    => 'Expandir altura da área de texto', | ||||
| 		'reduce'         => 'Reduzir', | ||||
| 		'reducetitle'    => 'Reduzir altura da área de texto', | ||||
| 		'formatting' => 'Formatação', | ||||
| 		'textarea' => 'Área de texto: ', | ||||
| 		'expand' => 'Expandir', | ||||
| 		'expandtitle' => 'Expandir altura da área de texto', | ||||
| 		'reduce' => 'Reduzir', | ||||
| 		'reducetitle' => 'Reduzir altura da área de texto', | ||||
| 		// note: accesskeys are not internationalized...
 | ||||
| 		// btw. why not :-D
 | ||||
| 		'bold'           => 'N', | ||||
| 		'boldtitle'      => 'Negrito', | ||||
| 		'italic'         => 'I', | ||||
| 		'italictitle'    => 'Itálico', | ||||
| 		'underline'      => 'S', | ||||
| 		'bold' => 'N', | ||||
| 		'boldtitle' => 'Negrito', | ||||
| 		'italic' => 'I', | ||||
| 		'italictitle' => 'Itálico', | ||||
| 		'underline' => 'S', | ||||
| 		'underlinetitle' => 'Sublinhado', | ||||
| 		'quote'          => 'Citação', | ||||
| 		'quotetitle'     => 'Citação', | ||||
| 		'code'           => 'Código', | ||||
| 		'codetitle'      => 'Código', | ||||
| 		'help'           => 'Ajuda do BBCode', | ||||
| 		'quote' => 'Citação', | ||||
| 		'quotetitle' => 'Citação', | ||||
| 		'code' => 'Código', | ||||
| 		'codetitle' => 'Código', | ||||
| 		'help' => 'Ajuda do BBCode', | ||||
| 		'file' => 'Arquivo: ', | ||||
| 		'image' => 'Imagem: ', | ||||
| 		'selection' => '-- Seleção --', | ||||
| 		// currently not used
 | ||||
| 		'status'         => 'Barra de status', | ||||
| 		'statusbar'      => 'Modo normal. Pressione <Esc> para mudar o modo de edição' | ||||
| 		'status' => 'Barra de status', | ||||
| 		'statusbar' => 'Modo normal. Pressione <Esc> para mudar o modo de edição' | ||||
| 	) | ||||
| ); | ||||
| 
 | ||||
| $lang ['plugin'] ['bbcode'] = array ( | ||||
| 		'go_to' => 'Ir para' | ||||
| ); | ||||
| 
 | ||||
| ?>
 | ||||
| @ -122,6 +122,8 @@ function bbcode_remap_url(&$d) { | ||||
|  * @return string | ||||
|  */ | ||||
| function do_bbcode_url($action, $attributes, $content, $params, $node_object) { | ||||
| 	global $lang; | ||||
| 	lang_load('plugin:bbcode'); | ||||
| 	if ($action == 'validate') { | ||||
| 		return true; | ||||
| 	} | ||||
| @ -142,7 +144,7 @@ function do_bbcode_url($action, $attributes, $content, $params, $node_object) { | ||||
| 	// DMKE: uh?
 | ||||
| 	$content = $content; | ||||
| 	$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>'; | ||||
| } | ||||
| 
 | ||||
| @ -784,19 +786,21 @@ function BBCode($text) { | ||||
|  */ | ||||
| function plugin_bbcode_init_toolbar() { | ||||
| 	global $_FP_SMARTY; | ||||
| 	$lang = lang_load('plugin:bbcode'); | ||||
| 	$selection = $lang ['admin'] ['plugin'] ['bbcode'] ['editor'] ['selection']; | ||||
| 	// get all available images
 | ||||
| 	$indexer = new fs_filelister(IMAGES_DIR); | ||||
| 	$imageslist = $indexer->getList(); | ||||
| 	// sort by name
 | ||||
| 	sort($imageslist); | ||||
| 	array_unshift($imageslist, '--'); | ||||
| 	array_unshift($imageslist, $selection); | ||||
| 	$_FP_SMARTY->assign('images_list', $imageslist); | ||||
| 	// get all available attachements
 | ||||
| 	$indexer = new fs_filelister(ATTACHS_DIR); | ||||
| 	$attachslist = $indexer->getList(); | ||||
| 	// sort by name
 | ||||
| 	sort($attachslist); | ||||
| 	array_unshift($attachslist, '--'); | ||||
| 	array_unshift($attachslist, $selection); | ||||
| 	$_FP_SMARTY->assign('attachs_list', $attachslist); | ||||
| 
 | ||||
| 	echo $_FP_SMARTY->fetch('plugin:bbcode/toolbar'); | ||||
|  | ||||
| @ -28,8 +28,8 @@ | ||||
|      | ||||
| 	</p> | ||||
| 	<p> | ||||
| 		{html_options name=attachselect values=$attachs_list output=$attachs_list onchange="insAttach(this.form.attachselect.value)"} | ||||
| 		{html_options name=imageselect values=$images_list output=$images_list onchange="insImage(this.form.imageselect.value)"} | ||||
| 		{$lang.admin.plugin.bbcode.editor.file}{html_options name=attachselect values=$attachs_list output=$attachs_list onchange="insAttach(this.form.attachselect.value)"}  | ||||
| 		{$lang.admin.plugin.bbcode.editor.image}{html_options name=imageselect values=$images_list output=$images_list onchange="insImage(this.form.imageselect.value)"} | ||||
| 	</p> | ||||
| </fieldset> | ||||
| 
 | ||||
|  | ||||
| @ -1,9 +1,7 @@ | ||||
| <?php | ||||
| 
 | ||||
| 	$lang['plugin']['categories'] = array( | ||||
| 		 | ||||
| 		'subject'	=> 'Kategorie' | ||||
| 	 | ||||
| $lang['plugin']['categories'] = array( | ||||
| 	'subject'	=> 'Kategorie' | ||||
| 	// Posted by Frank "in" Categorie FlatPress
 | ||||
| 	'in' => 'v'	 | ||||
| 	); | ||||
| 
 | ||||
| ?>
 | ||||
| ?>
 | ||||
|  | ||||
| @ -1,9 +1,7 @@ | ||||
| <?php | ||||
| 
 | ||||
| 	$lang['plugin']['categories'] = array( | ||||
| 		 | ||||
| 		'subject'	=> 'Kategorien' | ||||
| 	 | ||||
| 	); | ||||
| 
 | ||||
| $lang ['plugin'] ['categories'] = array(	 | ||||
| 	'subject' => 'Kategorien', | ||||
| 	// Posted by Frank "in" Categorie FlatPress
 | ||||
| 	'in' => 'in' | ||||
| ); | ||||
| ?>
 | ||||
|  | ||||
| @ -1,9 +1,7 @@ | ||||
| <?php | ||||
| 
 | ||||
| 	$lang['plugin']['categories'] = array( | ||||
| 		 | ||||
| 		'subject'	=> 'Κατηγορίες' | ||||
| 	 | ||||
| 	); | ||||
| 
 | ||||
| $lang ['plugin'] ['categories'] = array( | ||||
| 	'subject' => 'Κατηγορίες', | ||||
| 	// Posted by Frank "in" Categorie FlatPress
 | ||||
| 	'in' => 'στο'	 | ||||
| ); | ||||
| ?>
 | ||||
|  | ||||
| @ -1,9 +1,7 @@ | ||||
| <?php | ||||
| 
 | ||||
| 	$lang['plugin']['categories'] = array( | ||||
| 		 | ||||
| 		'subject'	=> 'Categories' | ||||
| 	 | ||||
| 	); | ||||
| 
 | ||||
| ?>
 | ||||
| $lang ['plugin'] ['categories'] = array( | ||||
| 	'subject' => 'Categories', | ||||
| 	// Posted by Frank "in" Categorie FlatPress
 | ||||
| 	'in' => 'in' | ||||
| ); | ||||
| ?>
 | ||||
|  | ||||
| @ -1,9 +1,7 @@ | ||||
| <?php | ||||
| 
 | ||||
| 	$lang['plugin']['categories'] = array( | ||||
| 		 | ||||
| 		'subject'	=> 'Categorías' | ||||
| 	 | ||||
| 	); | ||||
| 
 | ||||
| ?>
 | ||||
| $lang['plugin']['categories'] = array( | ||||
| 	'subject' => 'Categorías', | ||||
| 	// Posted by Frank "in" Categorie FlatPress
 | ||||
| 	'in' => 'en'	 | ||||
| ); | ||||
| ?>
 | ||||
|  | ||||
| @ -1,9 +1,7 @@ | ||||
| <?php | ||||
| 
 | ||||
| 	$lang['plugin']['categories'] = array( | ||||
| 		 | ||||
| 		'subject'	=> 'Catégories' | ||||
| 	 | ||||
| 	); | ||||
| 
 | ||||
| ?>
 | ||||
| $lang['plugin']['categories'] = array( | ||||
| 	'subject' => 'Catégories', | ||||
| 	// Posted by Frank "in" Categorie FlatPress
 | ||||
| 	'in' => 'dans'	 | ||||
| ); | ||||
| ?>
 | ||||
|  | ||||
| @ -1,9 +1,7 @@ | ||||
| <?php | ||||
| 
 | ||||
| 	$lang['plugin']['categories'] = array( | ||||
| 		 | ||||
| 		'subject'	=> 'Categorie' | ||||
| 	 | ||||
| 	); | ||||
| 
 | ||||
| ?>
 | ||||
| $lang['plugin']['categories'] = array( | ||||
| 	'subject'	=> 'Categorie' | ||||
| 	// Posted by Frank "in" Categorie FlatPress
 | ||||
| 	'in' => 'in'	 | ||||
| ); | ||||
| ?>
 | ||||
|  | ||||
| @ -1,9 +1,7 @@ | ||||
| <?php | ||||
| 
 | ||||
| 	$lang['plugin']['categories'] = array( | ||||
| 		 | ||||
| 		'subject'	=> 'カテゴリ' | ||||
| 	 | ||||
| 	); | ||||
| 
 | ||||
| ?>
 | ||||
| $lang['plugin']['categories'] = array(	 | ||||
| 	'subject'	=> 'カテゴリ', | ||||
| 	// Posted by Frank "in" Categorie FlatPress
 | ||||
| 	'in' => 'in'	 | ||||
| ); | ||||
| ?>
 | ||||
|  | ||||
| @ -1,9 +1,7 @@ | ||||
| <?php | ||||
| 
 | ||||
| 	$lang['plugin']['categories'] = array( | ||||
| 		 | ||||
| 		'subject'	=> 'Categorie' | ||||
| 	 | ||||
| 	); | ||||
| 
 | ||||
| ?>
 | ||||
| $lang ['plugin'] ['categories'] = array( | ||||
| 	'subject' => 'Categorie' | ||||
| 	// Posted by Frank "in" Categorie FlatPress
 | ||||
| 	'in' => 'in' | ||||
| ); | ||||
| ?>
 | ||||
|  | ||||
| @ -1,10 +1,8 @@ | ||||
| <?php | ||||
| //Terminado 15 de fevereiro de 2020.
 | ||||
| 
 | ||||
| 	$lang['plugin']['categories'] = array( | ||||
| 		 | ||||
| 		'subject'	=> 'Categorias' | ||||
| 	 | ||||
| 	); | ||||
| 
 | ||||
| ?>
 | ||||
| $lang['plugin']['categories'] = array( | ||||
| 	'subject'	=> 'Categorias' | ||||
| 	// Posted by Frank "in" Categorie FlatPress
 | ||||
| 	'in' => 'na'	 | ||||
| ); | ||||
| ?>
 | ||||
|  | ||||
| @ -22,7 +22,7 @@ $lang ['admin'] ['uploader'] ['mediamanager'] = array( | ||||
| 	'loadfile' => 'Datei/en hochladen', | ||||
| 
 | ||||
| 	'selected' => 'Ausgewählt', | ||||
| 	'selectaction' => '-- auswahl --', | ||||
| 	'selectaction' => '-- Auswahl --', | ||||
| 	'addtogallery' => 'Zur Galerie hinzufügen', | ||||
| 	'newgallery' => 'Neue Galerie', | ||||
| 	'go' => 'Anlegen', | ||||
|  | ||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user
	 Frank Hochmuth
						Frank Hochmuth