From b892a86f18e1c8dfc1b5ce2d9a00fd31e214bb7c Mon Sep 17 00:00:00 2001
From: Fraenkiman
Date: Wed, 25 Jan 2023 00:45:11 +0100
Subject: [PATCH 1/5] Update bbcode language files
Translated note for external link
---
fp-plugins/bbcode/lang/lang.cs-cz.php | 52 ++++++++++----------
fp-plugins/bbcode/lang/lang.de-de.php | 52 ++++++++++----------
fp-plugins/bbcode/lang/lang.el-gr.php | 50 +++++++++++---------
fp-plugins/bbcode/lang/lang.en-us.php | 52 ++++++++++----------
fp-plugins/bbcode/lang/lang.es-es.php | 68 ++++++++++++++-------------
fp-plugins/bbcode/lang/lang.fr-fr.php | 50 +++++++++++---------
fp-plugins/bbcode/lang/lang.it-it.php | 50 +++++++++++---------
fp-plugins/bbcode/lang/lang.ja-jp.php | 53 +++++++++++----------
fp-plugins/bbcode/lang/lang.nl-nl.php | 60 ++++++++++++-----------
fp-plugins/bbcode/lang/lang.pt-br.php | 52 ++++++++++----------
fp-plugins/bbcode/plugin.bbcode.php | 4 +-
11 files changed, 293 insertions(+), 250 deletions(-)
diff --git a/fp-plugins/bbcode/lang/lang.cs-cz.php b/fp-plugins/bbcode/lang/lang.cs-cz.php
index 45fe582..47c009f 100644
--- a/fp-plugins/bbcode/lang/lang.cs-cz.php
+++ b/fp-plugins/bbcode/lang/lang.cs-cz.php
@@ -1,25 +1,25 @@
'Nastavení BBCode',
'desc1' => 'Tento plugin umožňuje používat BBCode 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,33 @@ $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',
// 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'
+);
+
?>
diff --git a/fp-plugins/bbcode/lang/lang.de-de.php b/fp-plugins/bbcode/lang/lang.de-de.php
index 8f336c6..4b345d9 100644
--- a/fp-plugins/bbcode/lang/lang.de-de.php
+++ b/fp-plugins/bbcode/lang/lang.de-de.php
@@ -1,7 +1,7 @@
'BBCode Konfiguration',
'desc1' => 'Dieses Plugin erlaubt BBCode 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,33 @@ $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',
// 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'
+);
+
?>
diff --git a/fp-plugins/bbcode/lang/lang.el-gr.php b/fp-plugins/bbcode/lang/lang.el-gr.php
index 902ac67..bc40660 100644
--- a/fp-plugins/bbcode/lang/lang.el-gr.php
+++ b/fp-plugins/bbcode/lang/lang.el-gr.php
@@ -1,7 +1,7 @@
'Ρύθμιση του BBCode',
'desc1' => 'Το πρόσθετο αυτό επιτρέπει τη χρήση σύνταξης BBCode και παρέχει '.
@@ -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,33 @@ $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',
// currently not used
- 'status' => 'Μπάρα κατάστασης',
- 'statusbar' => 'Κανονική λειτουργία. Πατήστε <Esc> για εναλλαγή σε λειτουργία επεξεργασίας.'
+ 'status' => 'Μπάρα κατάστασης',
+ 'statusbar' => 'Κανονική λειτουργία. Πατήστε <Esc> για εναλλαγή σε λειτουργία επεξεργασίας.'
)
);
+$lang ['plugin'] ['bbcode'] = array (
+ 'go_to' => 'Πηγαίνετε στον'
+);
+
?>
diff --git a/fp-plugins/bbcode/lang/lang.en-us.php b/fp-plugins/bbcode/lang/lang.en-us.php
index 5b8d91a..70b71b9 100644
--- a/fp-plugins/bbcode/lang/lang.en-us.php
+++ b/fp-plugins/bbcode/lang/lang.en-us.php
@@ -1,7 +1,7 @@
'BBCode Configuration',
'desc1' => 'This plugin allows using BBCode 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,33 @@ $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',
// 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'
+);
+
?>
diff --git a/fp-plugins/bbcode/lang/lang.es-es.php b/fp-plugins/bbcode/lang/lang.es-es.php
index 7894823..b5a6b58 100644
--- a/fp-plugins/bbcode/lang/lang.es-es.php
+++ b/fp-plugins/bbcode/lang/lang.es-es.php
@@ -1,7 +1,7 @@
'Configuración de BBCode',
'desc1' => 'Este Plugin permite usar BBCode markup y proporciona '.
@@ -9,48 +9,52 @@ $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',
// 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'
+);
+
?>
diff --git a/fp-plugins/bbcode/lang/lang.fr-fr.php b/fp-plugins/bbcode/lang/lang.fr-fr.php
index 218d467..12f8fbd 100644
--- a/fp-plugins/bbcode/lang/lang.fr-fr.php
+++ b/fp-plugins/bbcode/lang/lang.fr-fr.php
@@ -1,7 +1,7 @@
'Configuration du BBCode',
'desc1' => 'Ce plugin autorise l\'usage du BBCode 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,33 @@ $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',
// 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 à'
+);
+
?>
diff --git a/fp-plugins/bbcode/lang/lang.it-it.php b/fp-plugins/bbcode/lang/lang.it-it.php
index e4af02f..f5cd910 100644
--- a/fp-plugins/bbcode/lang/lang.it-it.php
+++ b/fp-plugins/bbcode/lang/lang.it-it.php
@@ -1,7 +1,7 @@
'Configurazione BBCode',
'desc1' => 'Questo plugin ti consente di usare BBCode 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,33 @@ $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',
// 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'
+);
+
?>
diff --git a/fp-plugins/bbcode/lang/lang.ja-jp.php b/fp-plugins/bbcode/lang/lang.ja-jp.php
index 7dabbee..ed723d9 100644
--- a/fp-plugins/bbcode/lang/lang.ja-jp.php
+++ b/fp-plugins/bbcode/lang/lang.ja-jp.php
@@ -1,7 +1,7 @@
'BBCodeの設定',
'desc1' => 'このプラグインは BBCode を使用できるようにし、'.
@@ -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,34 @@ $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',
// currently not used
- 'status' => 'ステータスバー',
- 'statusbar' => 'ノーマルモードです。<Esc>キーで編集モードに切り替えられます。'
+ 'status' => 'ステータスバー',
+ 'statusbar' => 'ノーマルモードです。<Esc>キーで編集モードに切り替えられます。'
)
);
+$lang ['plugin'] ['bbcode'] = array (
+ 'go_to' => 'に行く'
+);
+
+
?>
diff --git a/fp-plugins/bbcode/lang/lang.nl-nl.php b/fp-plugins/bbcode/lang/lang.nl-nl.php
index 90ab347..1352525 100644
--- a/fp-plugins/bbcode/lang/lang.nl-nl.php
+++ b/fp-plugins/bbcode/lang/lang.nl-nl.php
@@ -1,7 +1,7 @@
'BBCode Configuratie',
'desc1' => 'Deze plugin staat gebruik toe BBCode voor opmaak en biedt '.
@@ -9,48 +9,52 @@ $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',
// 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'
+);
+
?>
diff --git a/fp-plugins/bbcode/lang/lang.pt-br.php b/fp-plugins/bbcode/lang/lang.pt-br.php
index de39aea..1678ba9 100644
--- a/fp-plugins/bbcode/lang/lang.pt-br.php
+++ b/fp-plugins/bbcode/lang/lang.pt-br.php
@@ -1,7 +1,7 @@
'Configuração do BBCode',
'desc1' => 'Este plugin permite o uso de BBCode 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,33 @@ $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',
// 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'
+);
+
?>
\ No newline at end of file
diff --git a/fp-plugins/bbcode/plugin.bbcode.php b/fp-plugins/bbcode/plugin.bbcode.php
index 3e1a046..4dc43ad 100644
--- a/fp-plugins/bbcode/plugin.bbcode.php
+++ b/fp-plugins/bbcode/plugin.bbcode.php
@@ -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 '' . $content . '';
}
From fba5adc87642c92205f7bd0eb987834642f1bc06 Mon Sep 17 00:00:00 2001
From: Fraenkiman
Date: Thu, 26 Jan 2023 22:57:20 +0100
Subject: [PATCH 2/5] Multilingual support for "Posted by"
Closes Issue #143
Preview revised
That's funny. There is a template for the preview of static pages for 13 years, and was not used.
---
admin/panels/static/admin.static.write.tpl | 2 +-
fp-interface/lang/cs-cz/lang.default.php | 366 +++++++++--------
fp-interface/lang/de-de/lang.default.php | 358 ++++++++---------
fp-interface/lang/el-gr/lang.default.php | 355 ++++++++---------
fp-interface/lang/en-us/lang.default.php | 25 +-
fp-interface/lang/es-es/lang.default.php | 372 +++++++++---------
fp-interface/lang/fr-fr/lang.default.php | 358 ++++++++---------
fp-interface/lang/it-it/lang.default.php | 372 +++++++++---------
fp-interface/lang/ja-jp/lang.default.php | 370 +++++++++--------
fp-interface/lang/nl-nl/lang.default.php | 25 +-
fp-interface/lang/pt-br/lang.default.php | 364 ++++++++---------
fp-interface/themes/leggero/entry-default.tpl | 6 +-
.../themes/leggero/leggero-v2/res/admin.css | 5 +
fp-interface/themes/leggero/preview.tpl | 8 +-
fp-interface/themes/leggero/previewstatic.tpl | 7 +-
fp-interface/themes/leggero/static.tpl | 2 +-
fp-plugins/categories/lang/lang.cs-cz.php | 12 +-
fp-plugins/categories/lang/lang.de-de.php | 12 +-
fp-plugins/categories/lang/lang.el-gr.php | 12 +-
fp-plugins/categories/lang/lang.en-us.php | 14 +-
fp-plugins/categories/lang/lang.es-es.php | 14 +-
fp-plugins/categories/lang/lang.fr-fr.php | 14 +-
fp-plugins/categories/lang/lang.it-it.php | 14 +-
fp-plugins/categories/lang/lang.ja-jp.php | 14 +-
fp-plugins/categories/lang/lang.nl-nl.php | 14 +-
fp-plugins/categories/lang/lang.pt-br.php | 14 +-
26 files changed, 1543 insertions(+), 1586 deletions(-)
diff --git a/admin/panels/static/admin.static.write.tpl b/admin/panels/static/admin.static.write.tpl
index 9bf2304..0a55980 100755
--- a/admin/panels/static/admin.static.write.tpl
+++ b/admin/panels/static/admin.static.write.tpl
@@ -6,7 +6,7 @@
{static_block}
{if isset($preview)}
{/if}
diff --git a/fp-interface/lang/cs-cz/lang.default.php b/fp-interface/lang/cs-cz/lang.default.php
index dd98848..8b158bb 100644
--- a/fp-interface/lang/cs-cz/lang.default.php
+++ b/fp-interface/lang/cs-cz/lang.default.php
@@ -1,201 +1,193 @@
'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í %s nalezlo tyto výsledky:',
- 'descrnores'=> 'Vyhledávání %s 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' => 'Rozepsané:: Skryté, čakající na publikování',
- //'static' => 'Statický příspěvek: normálně skrytý, uvede zápis příspěvku takto ?stránka=nadpis-příspěvku v url (experimentalní)',
- 'commslock' => 'Komentáře uzamčené: 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' => 'Stránka kterou hledáte, nebyla nalezena
'
- );
-
- // 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í %s nalezlo tyto výsledky:',
+ 'descrnores'=> 'Vyhledávání %s 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' => 'Rozepsané:: Skryté, čakající na publikování',
+ //'static' => 'Statický příspěvek: normálně skrytý, uvede zápis příspěvku takto ?stránka=nadpis-příspěvku v url (experimentalní)',
+ 'commslock' => 'Komentáře uzamčené: 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' => 'Stránka kterou hledáte, nebyla nalezena
'
+);
+// 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'
+);
?>
diff --git a/fp-interface/lang/de-de/lang.default.php b/fp-interface/lang/de-de/lang.default.php
index 341130e..ea329f1 100644
--- a/fp-interface/lang/de-de/lang.default.php
+++ b/fp-interface/lang/de-de/lang.default.php
@@ -1,194 +1,194 @@
'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 %s brachte folgende Ergebnisse:',
+ 'descrnores' => 'Die Suche nach %s 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 %s brachte folgende Ergebnisse:',
- 'descrnores'=> 'Die Suche nach %s 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' => 'Beitrag als Entwurf speichern: wird erst sichtbar, wenn er veröffentlicht wird.',
- //'static' => 'Static entry: normally hidden, to reach the entry put ?page=title-of-the-entry in url (experimental)',
- 'commslock' => 'Kommentare sperren: 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' => 'Sorry, es wurde nichts passendes für diese Anfrage gefunden.
'
- );
-
- // 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' => 'Beitrag als Entwurf speichern: wird erst sichtbar, wenn er veröffentlicht wird.',
+ //'static' => 'Static entry: normally hidden, to reach the entry put ?page=title-of-the-entry in url (experimental)',
+ 'commslock' => 'Kommentare sperren: 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' => 'Sorry, es wurde nichts passendes für diese Anfrage gefunden.
'
+);
+
+// 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'
+);
?>
diff --git a/fp-interface/lang/el-gr/lang.default.php b/fp-interface/lang/el-gr/lang.default.php
index 6eb15c0..8c95aa0 100644
--- a/fp-interface/lang/el-gr/lang.default.php
+++ b/fp-interface/lang/el-gr/lang.default.php
@@ -1,201 +1,192 @@
'Επόμενη σελίδα »',
+ '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' => 'Η αναζήτηση για %s επέστρεψε τα εξής αποτελέσματα:',
- 'descrnores'=> 'Η αναζήτηση για %s δεν επέστρεψε αποτελέσματα.',
-
- 'moreopts' => 'Περισσότερες επιλογές',
-
-
- 'searchag' => 'Αναζήτηση ξανά',
-
- );
+ 'fset2' => 'Ημερομηνία',
+ 'datedescr' => 'Μπορείτε να περιορίσετε την αναζήτηση σας σε μια συγκεκριμένη ημερομηνία. Μπορείτε να επιλέξετε χρόνο, μήνα και χρόνο ή ολόκληρη ημερομηνία. ' . 'Αφήστε το κενό για αναζήτηση σε ολόκληρη τη βάση δεδομένων.',
- $lang['search']['error'] = array(
+ 'fset3' => 'Αναζήτηση σε κατηγορίες',
+ 'catdescr' => 'Μην επιλέξετε καμία αν επιθυμείτε να ψάξει σε όλες',
- 'keywords' => 'Πρέπει να προσδιορίσετε τουλάχιστον μία λέξη κλειδί'
+ 'fset4' => 'Ξεκινήστε την αναζήτηση',
+ 'submit' => 'Αναζήτηση',
- );
+ 'headres' => 'Αποτελέσματα αναζήτησης',
+ 'descrres' => 'Η αναζήτηση για %s επέστρεψε τα εξής αποτελέσματα:',
+ 'descrnores'=> 'Η αναζήτηση για %s δεν επέστρεψε αποτελέσματα.',
+ 'moreopts' => 'Περισσότερες επιλογές',
+ 'searchag' => 'Αναζήτηση ξανά'
+);
-
-
-
- $lang['entry'] = array();
- $lang['entry']['flags'] = array();
-
- $lang['entry']['flags']['long'] = array(
- 'draft' => 'Πρόχειρη καταχώρηση: κρυμένη, αναμένει δημοσίευση',
- //'static' => 'Static entry: normally hidden, to reach the entry put ?page=title-of-the-entry in url (experimental)',
- 'commslock' => 'Κλείδωμα σχολίων: απενεργοποίηση σχολίων σε αυτή τη δημοσίευση'
- );
-
- $lang['entry']['flags']['short'] = array(
- 'draft' => 'Πρόχειρο',
- //'static' => 'Static',
- 'commslock' => 'Κλειδωμένα σχόλια'
- );
+$lang ['search']['error'] = array(
- $lang['404error'] = array(
- 'subject' => 'Δεν βρέθηκε',
- 'content' => 'Λυπούμαστε, δεν μπορέσαμε να βρούμε την σελίδα που ζητήσατε
'
- );
-
- // 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' => 'Πρόχειρη καταχώρηση: κρυμένη, αναμένει δημοσίευση',
+ //'static' => 'Static entry: normally hidden, to reach the entry put ?page=title-of-the-entry in url (experimental)',
+ 'commslock' => 'Κλείδωμα σχολίων: απενεργοποίηση σχολίων σε αυτή τη δημοσίευση'
+);
+
+$lang ['entry'] ['flags'] ['short'] = array(
+ 'draft' => 'Πρόχειρο',
+ //'static' => 'Static',
+ 'commslock' => 'Κλειδωμένα σχόλια'
+);
+
+$lang ['404error'] = array(
+ 'subject' => 'Δεν βρέθηκε',
+ 'content' => 'Λυπούμαστε, δεν μπορέσαμε να βρούμε την σελίδα που ζητήσατε
'
+);
+// 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'
+);
?>
diff --git a/fp-interface/lang/en-us/lang.default.php b/fp-interface/lang/en-us/lang.default.php
index d40f77b..10cd190 100755
--- a/fp-interface/lang/en-us/lang.default.php
+++ b/fp-interface/lang/en-us/lang.default.php
@@ -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'
);
-
?>
diff --git a/fp-interface/lang/es-es/lang.default.php b/fp-interface/lang/es-es/lang.default.php
index 0a8b986..58ef439 100644
--- a/fp-interface/lang/es-es/lang.default.php
+++ b/fp-interface/lang/es-es/lang.default.php
@@ -1,201 +1,193 @@
'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 %s returned the following results:',
+ 'descrnores' => 'Buscando %s 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 %s returned the following results:',
- 'descrnores' => 'Buscando %s 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' => 'Entrada de borrador: oculto, esperando publicación',
- //'static' => 'Entrada estática: normalmente oculto, para llegar a la entrada poner ?page=title-of-the-entry en url (experimental)',
- 'commslock' => 'Comentarios bloqueados: 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' => 'Lo sentimos, no pudimos encontrar la página solicitada
'
- );
-
- // 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' => 'Entrada de borrador: oculto, esperando publicación',
+ //'static' => 'Entrada estática: normalmente oculto, para llegar a la entrada poner ?page=title-of-the-entry en url (experimental)',
+ 'commslock' => 'Comentarios bloqueados: 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' => 'Lo sentimos, no pudimos encontrar la página solicitada
'
+);
- $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'
+);
?>
diff --git a/fp-interface/lang/fr-fr/lang.default.php b/fp-interface/lang/fr-fr/lang.default.php
index 5189cce..c6b569b 100644
--- a/fp-interface/lang/fr-fr/lang.default.php
+++ b/fp-interface/lang/fr-fr/lang.default.php
@@ -1,201 +1,193 @@
'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 %s a donné les résultats suivants:',
- 'descrnores'=> 'La recherche de %s 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 %s a donné les résultats suivants:',
+ 'descrnores' => 'La recherche de %s a donné les résultats suivants:',
-
-
-
-
- $lang['entry'] = array();
- $lang['entry']['flags'] = array();
-
- $lang['entry']['flags']['long'] = array(
- 'draft' => 'Billet brouillon: caché, en attente de publication',
- //'static' => 'Static entry: normally hidden, to reach the entry put ?page=title-of-the-entry in url (experimental)',
- 'commslock' => 'Commentaires désactivés: 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' => 'Désolé, la page demandée n\'a pas été trouvée!
'
- );
-
- // 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' => 'Billet brouillon: caché, en attente de publication',
+ //'static' => 'Static entry: normally hidden, to reach the entry put ?page=title-of-the-entry in url (experimental)',
+ 'commslock' => 'Commentaires désactivés: 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' => 'Désolé, la page demandée n\'a pas été trouvée!
'
+);
+
+// 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'
+);
?>
diff --git a/fp-interface/lang/it-it/lang.default.php b/fp-interface/lang/it-it/lang.default.php
index 3bf9c3e..8459d07 100644
--- a/fp-interface/lang/it-it/lang.default.php
+++ b/fp-interface/lang/it-it/lang.default.php
@@ -1,201 +1,193 @@
'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 %s ha dato i seguenti risultati:',
- 'descrnores'=> 'La ricerca per %s 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' => 'Bozza di articolo: nascosta, in attesa di pubblicazione',
- //'static' => 'Static entry: normally hidden, to reach the entry put ?page=title-of-the-entry in url (experimental)',
- 'commslock' => 'Commenti bloccati: 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' => 'Spiacenti, non è possibile trovare la pagina che stavi cercando
'
- );
-
- // 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 %s ha dato i seguenti risultati:',
+ 'descrnores' => 'La ricerca per %s 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' => 'Bozza di articolo: nascosta, in attesa di pubblicazione',
+ //'static' => 'Static entry: normally hidden, to reach the entry put ?page=title-of-the-entry in url (experimental)',
+ 'commslock' => 'Commenti bloccati: 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' => 'Spiacenti, non è possibile trovare la pagina che stavi cercando
'
+);
+
+// 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'
+);
?>
diff --git a/fp-interface/lang/ja-jp/lang.default.php b/fp-interface/lang/ja-jp/lang.default.php
index 19c01b3..37a599e 100644
--- a/fp-interface/lang/ja-jp/lang.default.php
+++ b/fp-interface/lang/ja-jp/lang.default.php
@@ -1,201 +1,193 @@
'次のページ »',
+ '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' => '%s の検索結果:',
- 'descrnores'=> '%s で検索しましたが、見つかりませんでした。',
-
- 'moreopts' => '追加オプション',
-
-
- 'searchag' => '再検索',
-
- );
-
- $lang['search']['error'] = array(
-
- 'keywords' => '検索キーワードを記入してください'
-
- );
-
-
-
-
-
- $lang['entry'] = array();
- $lang['entry']['flags'] = array();
-
- $lang['entry']['flags']['long'] = array(
- 'draft' => '下書き記事: 公開されません',
- //'static' => 'Static entry: normally hidden, to reach the entry put ?page=title-of-the-entry in url (experimental)',
- 'commslock' => 'コメント保護: コメントを記入できません'
- );
-
- $lang['entry']['flags']['short'] = array(
- 'draft' => '下書き',
- //'static' => 'Static',
- 'commslock' => 'コメント保護'
- );
+ 'filed_under' => 'Filed under ',
- $lang['404error'] = array(
- 'subject' => 'ページが見つかりません',
- 'content' => '要求されたページを見つけることができませんでした。
'
- );
-
- // 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' => '%s の検索結果:',
+ 'descrnores' => '%s で検索しましたが、見つかりませんでした。',
+ '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' => '下書き記事: 公開されません',
+ //'static' => 'Static entry: normally hidden, to reach the entry put ?page=title-of-the-entry in url (experimental)',
+ 'commslock' => 'コメント保護: コメントを記入できません'
+);
+
+$lang['entry']['flags']['short'] = array(
+ 'draft' => '下書き',
+ //'static' => 'Static',
+ 'commslock' => 'コメント保護'
+);
+
+$lang['404error'] = array(
+ 'subject' => 'ページが見つかりません',
+ 'content' => '要求されたページを見つけることができませんでした。
'
+);
+
+// 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(
+ '日',
+ '月',
+ '火',
+ '水',
+ '木',
+ '金',
+ '土'
+);
?>
diff --git a/fp-interface/lang/nl-nl/lang.default.php b/fp-interface/lang/nl-nl/lang.default.php
index 4ebb635..62f409a 100644
--- a/fp-interface/lang/nl-nl/lang.default.php
+++ b/fp-interface/lang/nl-nl/lang.default.php
@@ -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'
);
-
?>
diff --git a/fp-interface/lang/pt-br/lang.default.php b/fp-interface/lang/pt-br/lang.default.php
index 0f382e9..3aff405 100644
--- a/fp-interface/lang/pt-br/lang.default.php
+++ b/fp-interface/lang/pt-br/lang.default.php
@@ -1,194 +1,194 @@
'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 %s retornou os seguintes resultados:',
- 'descrnores' => 'A pesquisa de %s 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' => 'Rascunho: oculta, aguardando publicação.',
- //'static' => 'Static entry: normally hidden, to reach the entry put ?page=title-of-the-entry in url (experimental)',
- 'commslock' => 'Comentários bloqueados: 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' => 'Desculpe, não conseguimos encontrar a página solicitada.
'
- );
-
- // 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 %s retornou os seguintes resultados:',
+ 'descrnores' => 'A pesquisa de %s 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' => 'Rascunho: oculta, aguardando publicação.',
+ //'static' => 'Static entry: normally hidden, to reach the entry put ?page=title-of-the-entry in url (experimental)',
+ 'commslock' => 'Comentários bloqueados: comentários não permitidos para este item.'
+);
+
+$lang ['entry'] ['flags'] ['short'] = array(
+ 'draft' => 'Rascunho',
+ //'static' => 'Static',
+ 'commslock' => 'Comentários bloqueados'
+);
-?>
\ No newline at end of file
+$lang ['404error'] = array(
+ 'subject' => 'Não encontrado',
+ 'content' => 'Desculpe, não conseguimos encontrar a página solicitada.
'
+);
+
+// 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'
+);
+?>
diff --git a/fp-interface/themes/leggero/entry-default.tpl b/fp-interface/themes/leggero/entry-default.tpl
index b58ab06..fc07e55 100644
--- a/fp-interface/themes/leggero/entry-default.tpl
+++ b/fp-interface/themes/leggero/entry-default.tpl
@@ -18,18 +18,18 @@
- {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)"}
From 67c5883d9bbf202f980c3124586dc12cc7d0bc42 Mon Sep 17 00:00:00 2001
From: Fraenkiman
Date: Sat, 28 Jan 2023 15:52:58 +0100
Subject: [PATCH 5/5] Update plugin.bbcode.php
---
fp-plugins/bbcode/plugin.bbcode.php | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/fp-plugins/bbcode/plugin.bbcode.php b/fp-plugins/bbcode/plugin.bbcode.php
index e894e9a..25d8e57 100644
--- a/fp-plugins/bbcode/plugin.bbcode.php
+++ b/fp-plugins/bbcode/plugin.bbcode.php
@@ -787,7 +787,7 @@ function BBCode($text) {
function plugin_bbcode_init_toolbar() {
global $_FP_SMARTY;
$lang = lang_load('plugin:bbcode');
- $selection = $lang ['admin']['plugin']['bbcode']['editor']['selection'];
+ $selection = $lang ['admin'] ['plugin'] ['bbcode'] ['editor'] ['selection'];
// get all available images
$indexer = new fs_filelister(IMAGES_DIR);
$imageslist = $indexer->getList();