Update bbcode language files

Translated note for external link
This commit is contained in:
Fraenkiman 2023-01-25 00:45:11 +01:00
parent 024508392b
commit b892a86f18
11 changed files with 293 additions and 250 deletions

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

@ -122,6 +122,8 @@ function bbcode_remap_url(&$d) {
* @return string * @return string
*/ */
function do_bbcode_url($action, $attributes, $content, $params, $node_object) { function do_bbcode_url($action, $attributes, $content, $params, $node_object) {
global $lang;
lang_load('plugin:bbcode');
if ($action == 'validate') { if ($action == 'validate') {
return true; return true;
} }
@ -142,7 +144,7 @@ function do_bbcode_url($action, $attributes, $content, $params, $node_object) {
// DMKE: uh? // DMKE: uh?
$content = $content; $content = $content;
$rel = isset($attributes ['rel']) ? ' rel="' . $attributes ['rel'] . '"' : ''; $rel = isset($attributes ['rel']) ? ' rel="' . $attributes ['rel'] . '"' : '';
$extern = !$local ? ' class="externlink" title="Go to ' . $the_url . '"' : ''; $extern = !$local ? ' class="externlink" title="' . $lang ['plugin'] ['bbcode'] ['go_to'] . ' ' . $the_url . '"' : '';
return '<a' . $extern . ' href="' . $the_url . '"' . $rel . '>' . $content . '</a>'; return '<a' . $extern . ' href="' . $the_url . '"' . $rel . '>' . $content . '</a>';
} }