From 27c4f4b7a6605c2760a99e112cab840146ff057d Mon Sep 17 00:00:00 2001 From: F TEMPEZ Date: Tue, 7 Nov 2023 11:11:47 +0100 Subject: [PATCH] Termes de profil 13.0.07 --- module/blog/blog.php | 6 +- module/blog/changes.md | 4 ++ module/blog/enum.json | 2 +- module/blog/i18n/de.json | 6 +- module/blog/i18n/en_EN.json | 6 +- module/blog/i18n/es.json | 6 +- module/blog/i18n/fr_FR.json | 6 +- module/blog/i18n/gr_GR.json | 6 +- module/blog/i18n/it.json | 6 +- module/blog/i18n/pt_PT.json | 6 +- module/blog/i18n/tr_TR.json | 6 +- module/blog/profil/view/add.inc.php | 18 ++--- module/blog/profil/view/edit.inc.php | 18 ++--- .../FeedWriter/InvalidOperationException.php | 66 +++++++++---------- module/blog/view/article/article.php | 4 +- module/blog/view/index/index.php | 4 +- module/form/changes.md | 2 + module/form/form.php | 2 +- module/form/i18n/de.json | 7 +- module/form/i18n/en_EN.json | 7 +- module/form/i18n/es.json | 7 +- module/form/i18n/fr_FR.json | 7 +- module/form/i18n/gr_GR.json | 7 +- module/form/i18n/it.json | 7 +- module/form/i18n/pt_PT.json | 7 +- module/form/i18n/tr_TR.json | 7 +- module/form/profil/view/add.inc.php | 22 ++++--- module/form/profil/view/edit.inc.php | 28 ++++---- module/form/ressource/defaultdata.php | 36 +++++----- module/form/view/index/index.css | 60 ++++++++--------- module/gallery/changes.md | 2 + module/gallery/enum.json | 2 +- module/gallery/gallery.php | 2 +- module/gallery/i18n/de.json | 7 +- module/gallery/i18n/en_EN.json | 7 +- module/gallery/i18n/es.json | 7 +- module/gallery/i18n/fr_FR.json | 7 +- module/gallery/i18n/gr_GR.json | 7 +- module/gallery/i18n/it.json | 7 +- module/gallery/i18n/pt_PT.json | 7 +- module/gallery/i18n/tr_TR.json | 7 +- module/gallery/profil/view/add.inc.php | 22 ++++--- module/gallery/profil/view/edit.inc.php | 24 +++---- module/news/changes.md | 2 + module/news/i18n/de.json | 6 +- module/news/i18n/en_EN.json | 6 +- module/news/i18n/es.json | 6 +- module/news/i18n/fr_FR.json | 6 +- module/news/i18n/gr_GR.json | 6 +- module/news/i18n/it.json | 6 +- module/news/i18n/pt_PT.json | 6 +- module/news/i18n/tr_TR.json | 6 +- module/news/news.php | 2 +- module/news/profil/view/add.inc.php | 8 +-- module/news/profil/view/edit.inc.php | 8 +-- .../FeedWriter/InvalidOperationException.php | 66 +++++++++---------- module/redirection/changes.md | 10 +-- module/redirection/enum.json | 2 +- module/redirection/i18n/de.json | 3 +- module/redirection/i18n/en_EN.json | 3 +- module/redirection/i18n/es.json | 3 +- module/redirection/i18n/fr_FR.json | 3 +- module/redirection/i18n/gr_GR.json | 3 +- module/redirection/i18n/it.json | 3 +- module/redirection/i18n/pt_PT.json | 3 +- module/redirection/i18n/tr_TR.json | 3 +- module/redirection/profil/view/add.inc.php | 2 +- module/redirection/profil/view/edit.inc.php | 2 +- module/search/enum.json | 2 +- module/search/i18n/de.json | 3 +- module/search/i18n/en_EN.json | 3 +- module/search/i18n/es.json | 3 +- module/search/i18n/fr_FR.json | 3 +- module/search/i18n/gr_GR.json | 3 +- module/search/i18n/it.json | 3 +- module/search/i18n/pt_PT.json | 3 +- module/search/i18n/tr_TR.json | 3 +- module/search/profil/view/add.inc.php | 2 +- module/search/profil/view/edit.inc.php | 2 +- module/search/search.php | 8 +-- module/slider/i18n/de.json | 4 +- module/slider/i18n/en_EN.json | 4 +- module/slider/i18n/es.json | 4 +- module/slider/i18n/fr_FR.json | 4 +- module/slider/i18n/gr_GR.json | 4 +- module/slider/i18n/it.json | 4 +- module/slider/i18n/pt_PT.json | 4 +- module/slider/i18n/tr_TR.json | 4 +- module/slider/profil/view/add.inc.php | 4 +- module/slider/profil/view/edit.inc.php | 4 +- 90 files changed, 467 insertions(+), 269 deletions(-) diff --git a/module/blog/blog.php b/module/blog/blog.php index 9894d5f..9ae8e4f 100644 --- a/module/blog/blog.php +++ b/module/blog/blog.php @@ -16,7 +16,7 @@ class blog extends common { - const VERSION = '7.1'; + const VERSION = '7.3'; const REALNAME = 'Blog'; const DELETE = true; const UPDATE = '0.0'; @@ -359,7 +359,7 @@ class blog extends common self::$dateFormat = $this->getData(['module', $this->getUrl(0), 'config', 'dateFormat']); self::$timeFormat = $this->getData(['module', $this->getUrl(0), 'config', 'timeFormat']); self::$comments[] = [ - helper::dateUTF8(self::$dateFormat, $comment['createdOn'], self::$i18nUI) . ' - ' . helper::dateUTF8(self::$timeFormat, $comment['createdOn'], self::$i18nUI), + helper::dateUTF8(self::$dateFormat, $comment['createdOn'], self::$i18nContent) . ' - ' . helper::dateUTF8(self::$timeFormat, $comment['createdOn'], self::$i18nContent), $comment['content'], $comment['userId'] ? $this->getData(['user', $comment['userId'], 'firstname']) . ' ' . $this->getData(['user', $comment['userId'], 'lastname']) : $comment['author'], $buttonApproval, @@ -528,7 +528,7 @@ class blog extends common '' . $this->getData(['module', $this->getUrl(0), 'posts', $articleIds[$i], 'title']) . '', - helper::dateUTF8(self::$dateFormat, $this->getData(['module', $this->getUrl(0), 'posts', $articleIds[$i], 'publishedOn']), self::$i18nUI) . ' - ' . helper::dateUTF8(self::$timeFormat, $this->getData(['module', $this->getUrl(0), 'posts', $articleIds[$i], 'publishedOn']), self::$i18nUI), + helper::dateUTF8(self::$dateFormat, $this->getData(['module', $this->getUrl(0), 'posts', $articleIds[$i], 'publishedOn']), self::$i18nContent) . ' - ' . helper::dateUTF8(self::$timeFormat, $this->getData(['module', $this->getUrl(0), 'posts', $articleIds[$i], 'publishedOn']), self::$i18nContent), self::$states[$this->getData(['module', $this->getUrl(0), 'posts', $articleIds[$i], 'state'])], // Bouton pour afficher les commentaires de l'article template::button('blogConfigComment' . $articleIds[$i], [ diff --git a/module/blog/changes.md b/module/blog/changes.md index 5ee383d..a79b03d 100644 --- a/module/blog/changes.md +++ b/module/blog/changes.md @@ -1,3 +1,7 @@ +# Version 7.3 +- Termes des commandes de profils +# Version 7.2 +- Problème avec la portée de la fonction signature déplacée # Version 7.1 - Permission lors de la validation d'un formulaire # Version 7.0 diff --git a/module/blog/enum.json b/module/blog/enum.json index 1cd7c43..418671e 100644 --- a/module/blog/enum.json +++ b/module/blog/enum.json @@ -1 +1 @@ -{"name":"blog","realName":"Blog","version":"7.1","update":"0.0","delete":true,"dataDirectory":""} \ No newline at end of file +{"name":"blog","realName":"Blog","version":"7.2","update":"0.0","delete":true,"dataDirectory":""} \ No newline at end of file diff --git a/module/blog/i18n/de.json b/module/blog/i18n/de.json index 40f824a..353fb97 100644 --- a/module/blog/i18n/de.json +++ b/module/blog/i18n/de.json @@ -49,5 +49,9 @@ "Tous les groupes": "Alle Gruppen", "Tout effacer": "Alles löschen", "Très Grande": "Sehr groß", - "État": "État" + "État": "État", + "Ajouter un article": "Einen Artikel hinzufügen", + "Éditer un article!": "Einen Artikel bearbeiten", + "Effacer un article": "Einen Artikel löschen", + "Options des articles": "Artikelmöglichkeiten" } \ No newline at end of file diff --git a/module/blog/i18n/en_EN.json b/module/blog/i18n/en_EN.json index 5e6cde9..efed80c 100644 --- a/module/blog/i18n/en_EN.json +++ b/module/blog/i18n/en_EN.json @@ -49,5 +49,9 @@ "Tous les groupes": "All groups", "Tout effacer": "Erase everything", "Très Grande": "Very tall", - "État": "Status" + "État": "Status", + "Ajouter un article": "Add an article", + "Éditer un article!": "Edit an article", + "Effacer un article": "Delete an article", + "Options des articles": "Article options" } \ No newline at end of file diff --git a/module/blog/i18n/es.json b/module/blog/i18n/es.json index 7fabded..a3d8d13 100644 --- a/module/blog/i18n/es.json +++ b/module/blog/i18n/es.json @@ -49,5 +49,9 @@ "Tous les groupes": "Todos los grupos", "Tout effacer": "Borrar todo", "Très Grande": "Muy grande", - "État": "Estado" + "État": "Estado", + "Ajouter un article": "Agregar un artículo", + "Éditer un article!": "Editar un artículo", + "Effacer un article": "Borrar un artículo", + "Options des articles": "Opciones de artículos" } \ No newline at end of file diff --git a/module/blog/i18n/fr_FR.json b/module/blog/i18n/fr_FR.json index 3e10b39..c162c66 100644 --- a/module/blog/i18n/fr_FR.json +++ b/module/blog/i18n/fr_FR.json @@ -49,5 +49,9 @@ "Tous les groupes": "", "Tout effacer": "", "Très Grande": "", - "État": "" + "État": "", + "Ajouter un article": "", + "Éditer un article!": "", + "Effacer un article": "", + "Options des articles": "" } \ No newline at end of file diff --git a/module/blog/i18n/gr_GR.json b/module/blog/i18n/gr_GR.json index 7e6158e..0bd94d2 100644 --- a/module/blog/i18n/gr_GR.json +++ b/module/blog/i18n/gr_GR.json @@ -49,5 +49,9 @@ "Tous les groupes": "Όλες οι ομάδες", "Tout effacer": "Διαγραφή όλων", "Très Grande": "Πολύ μεγάλη", - "État": "κατάσταση" + "État": "κατάσταση", + "Ajouter un article": "Προσθήκη άρθρου", + "Éditer un article!": "Επεξεργασία άρθρου", + "Effacer un article": "Διαγραφή άρθρου", + "Options des articles": "Επιλογές άρθρων" } \ No newline at end of file diff --git a/module/blog/i18n/it.json b/module/blog/i18n/it.json index 99c2cb2..9086059 100644 --- a/module/blog/i18n/it.json +++ b/module/blog/i18n/it.json @@ -49,5 +49,9 @@ "Tous les groupes": "Tutti i gruppi", "Tout effacer": "Cancellare tutto", "Très Grande": "Molto alto", - "État": "Stato" + "État": "Stato", + "Ajouter un article": "Aggiungi un articolo", + "Éditer un article!": "Modifica un articolo", + "Effacer un article": "Cancella un articolo", + "Options des articles": "Opzioni degli articoli" } \ No newline at end of file diff --git a/module/blog/i18n/pt_PT.json b/module/blog/i18n/pt_PT.json index f0ac489..9294d35 100644 --- a/module/blog/i18n/pt_PT.json +++ b/module/blog/i18n/pt_PT.json @@ -49,5 +49,9 @@ "Tous les groupes": "Todos os grupos", "Tout effacer": "Apague tudo", "Très Grande": "Muito alto", - "État": "Estado" + "État": "Estado", + "Ajouter un article": "Adicionar um artigo", + "Éditer un article!": "Editar um artigo", + "Effacer un article": "Apagar um artigo", + "Options des articles": "Opções de artigos" } \ No newline at end of file diff --git a/module/blog/i18n/tr_TR.json b/module/blog/i18n/tr_TR.json index c01232c..5c4d206 100644 --- a/module/blog/i18n/tr_TR.json +++ b/module/blog/i18n/tr_TR.json @@ -49,5 +49,9 @@ "Tous les groupes": "Tüm gruplar", "Tout effacer": "Her şeyi sil", "Très Grande": "Çok büyük", - "État": "Durum" + "État": "Durum", + "Ajouter un article": "Makale ekleyin", + "Éditer un article!": "Makale düzenleyin", + "Effacer un article": "Makale silin", + "Options des articles": "Makale seçenekleri" } \ No newline at end of file diff --git a/module/blog/profil/view/add.inc.php b/module/blog/profil/view/add.inc.php index 0f0bed9..8c3aa32 100644 --- a/module/blog/profil/view/add.inc.php +++ b/module/blog/profil/view/add.inc.php @@ -6,29 +6,31 @@
- +
- +
- +
- +
-
+
-
+
-
+
+
+
-
+
diff --git a/module/blog/profil/view/edit.inc.php b/module/blog/profil/view/edit.inc.php index 690877d..d6ba3e8 100644 --- a/module/blog/profil/view/edit.inc.php +++ b/module/blog/profil/view/edit.inc.php @@ -6,43 +6,45 @@
- $this->getData(['profil', $this->getUrl(2), $this->getUrl(3), 'blog', 'add']) ]); ?>
- $this->getData(['profil', $this->getUrl(2), $this->getUrl(3), 'blog', 'edit']) ]); ?>
- $this->getData(['profil', $this->getUrl(2), $this->getUrl(3), 'blog', 'delete']) ]); ?>
- $this->getData(['profil', $this->getUrl(2), $this->getUrl(3), 'blog', 'option']) ]); ?>
-
+
$this->getData(['profil', $this->getUrl(2), $this->getUrl(3), 'blog', 'comment']) ]); ?>
-
+
$this->getData(['profil', $this->getUrl(2), $this->getUrl(3), 'blog', 'commentApprove']) ]); ?>
-
+
+
+
$this->getData(['profil', $this->getUrl(2), $this->getUrl(3), 'blog', 'commentDelete']) ]); ?>
-
+
$this->getData(['profil', $this->getUrl(2), $this->getUrl(3), 'blog', 'commentDeleteAll']) ]); ?> diff --git a/module/blog/vendor/FeedWriter/InvalidOperationException.php b/module/blog/vendor/FeedWriter/InvalidOperationException.php index 5321e61..a85da89 100644 --- a/module/blog/vendor/FeedWriter/InvalidOperationException.php +++ b/module/blog/vendor/FeedWriter/InvalidOperationException.php @@ -1,33 +1,33 @@ - - * - * This file is part of the "Universal Feed Writer" project. - * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 3 of the License, or - * (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see . - */ - -/** - * The exception that is thrown when an invalid operation is performed on - * the object. - * - * @package UniversalFeedWriter - */ -class InvalidOperationException extends LogicException -{ -} + + * + * This file is part of the "Universal Feed Writer" project. + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program. If not, see . + */ + +/** + * The exception that is thrown when an invalid operation is performed on + * the object. + * + * @package UniversalFeedWriter + */ +class InvalidOperationException extends LogicException +{ +} diff --git a/module/blog/view/article/article.php b/module/blog/view/article/article.php index af1cadd..46a422b 100644 --- a/module/blog/view/article/article.php +++ b/module/blog/view/article/article.php @@ -15,7 +15,7 @@ - getData(['module', $this->getUrl(0), 'posts', $this->getUrl(1), 'publishedOn']), self::$i18nUI) . ' - ' . helper::dateUTF8($module::$timeFormat, $this->getData(['module', $this->getUrl(0), 'posts', $this->getUrl(1), 'publishedOn']), self::$i18nUI); ?> + getData(['module', $this->getUrl(0), 'posts', $this->getUrl(1), 'publishedOn']), self::$i18nContent) . ' - ' . helper::dateUTF8($module::$timeFormat, $this->getData(['module', $this->getUrl(0), 'posts', $this->getUrl(1), 'publishedOn']), self::$i18nContent); ?> - +
diff --git a/module/blog/view/index/index.php b/module/blog/view/index/index.php index bd199b2..41d5cfb 100644 --- a/module/blog/view/index/index.php +++ b/module/blog/view/index/index.php @@ -28,7 +28,7 @@ signature($this->getData(['module', $this->getUrl(0), 'posts', $articleId, 'userId'])); ?> - getData(['module', $this->getUrl(0), 'posts', $articleId, 'publishedOn']), self::$i18nUI) . ' - ' . helper::dateUTF8($module::$timeFormat, $this->getData(['module', $this->getUrl(0), 'posts', $articleId, 'publishedOn']), self::$i18nUI); ?> + getData(['module', $this->getUrl(0), 'posts', $articleId, 'publishedOn']), self::$i18nContent) . ' - ' . helper::dateUTF8($module::$timeFormat, $this->getData(['module', $this->getUrl(0), 'posts', $articleId, 'publishedOn']), self::$i18nContent); ?>
@@ -143,7 +143,7 @@ signature($this->getData(['module', $this->getUrl(0), 'posts', $articleId, 'userId'])); ?> - getData(['module', $this->getUrl(0), 'posts', $articleId, 'publishedOn']), self::$i18nUI) . ' - ' . helper::dateUTF8($module::$timeFormat, $this->getData(['module', $this->getUrl(0), 'posts', $articleId, 'publishedOn']), self::$i18nUI); ?> + getData(['module', $this->getUrl(0), 'posts', $articleId, 'publishedOn']), self::$i18nContent) . ' - ' . helper::dateUTF8($module::$timeFormat, $this->getData(['module', $this->getUrl(0), 'posts', $articleId, 'publishedOn'], self::$i18nContent), self::$i18nContent); ?>
getData(['module', $this->getUrl(0), 'config', 'articlesLenght']) !== 0 ? $this->getData(['module', $this->getUrl(0), 'config', 'articlesLenght']) : 500 ?> diff --git a/module/form/changes.md b/module/form/changes.md index 2a334ed..5aebcec 100644 --- a/module/form/changes.md +++ b/module/form/changes.md @@ -1,3 +1,5 @@ +# Version 4.2 +- Termes des commandes de profils # Version 4.1 - Corrige un email non envoyé après validation d'un formulaire. # Version 4.0 diff --git a/module/form/form.php b/module/form/form.php index c6e0238..3bf08b8 100644 --- a/module/form/form.php +++ b/module/form/form.php @@ -17,7 +17,7 @@ class form extends common { - const VERSION = '4.1'; + const VERSION = '4.2'; const REALNAME = 'Formulaire'; const DATADIRECTORY = ''; // Contenu localisé inclus par défaut (page.json et module.json) diff --git a/module/form/i18n/de.json b/module/form/i18n/de.json index 537cb61..e0892b9 100644 --- a/module/form/i18n/de.json +++ b/module/form/i18n/de.json @@ -48,5 +48,10 @@ "Vide affiche le texte par défaut": "Das Vakuum zeigt den Standardtext an", "Voir et exporter les données du formulaire": "Sehen und exportieren Sie Formulardaten", "Étiquette": "Etikett", - "Étiquette du bouton de soumission": "Schaltfläche Einsender" + "Étiquette du bouton de soumission": "Schaltfläche Einsender", + "Options du formulaire": "Formularoptionen", + "Consulter les réponses": "Antworten anzeigen", + "Effacer une réponse": "Antwort löschen", + "Effacer toutes les réponses": "Alle Antworten löschen", + "Exporter toutes les réponses": "Alle Antworten exportieren" } \ No newline at end of file diff --git a/module/form/i18n/en_EN.json b/module/form/i18n/en_EN.json index 9e55d64..761c6ff 100644 --- a/module/form/i18n/en_EN.json +++ b/module/form/i18n/en_EN.json @@ -48,5 +48,10 @@ "Vide affiche le texte par défaut": "Vacuum displays the default text", "Voir et exporter les données du formulaire": "See and export form data", "Étiquette": "Label", - "Étiquette du bouton de soumission": "Submission button label" + "Étiquette du bouton de soumission": "Submission button label", + "Options du formulaire": "Form Options", + "Consulter les réponses": "View Responses", + "Effacer une réponse": "Delete a Response", + "Effacer toutes les réponses": "Delete All Responses", + "Exporter toutes les réponses": "Export All Responses" } \ No newline at end of file diff --git a/module/form/i18n/es.json b/module/form/i18n/es.json index 3468ee1..32aee80 100644 --- a/module/form/i18n/es.json +++ b/module/form/i18n/es.json @@ -48,5 +48,10 @@ "Vide affiche le texte par défaut": "Vacío muestra el texto predeterminado", "Voir et exporter les données du formulaire": "Ver y exportar datos del formulario", "Étiquette": "Etiqueta", - "Étiquette du bouton de soumission": "Etiqueta del botón de envio" + "Étiquette du bouton de soumission": "Etiqueta del botón de envio", + "Options du formulaire": "Opciones del formulario", + "Consulter les réponses": "Consultar respuestas", + "Effacer une réponse": "Eliminar una respuesta", + "Effacer toutes les réponses": "Eliminar todas las respuestas", + "Exporter toutes les réponses": "Exportar todas las respuestas" } \ No newline at end of file diff --git a/module/form/i18n/fr_FR.json b/module/form/i18n/fr_FR.json index 291b92e..0fc018d 100644 --- a/module/form/i18n/fr_FR.json +++ b/module/form/i18n/fr_FR.json @@ -48,5 +48,10 @@ "Vide affiche le texte par défaut": "", "Voir et exporter les données du formulaire": "", "Étiquette": "", - "Étiquette du bouton de soumission": "" + "Étiquette du bouton de soumission": "", + "Options du formulaire": "", + "Consulter les réponses": "", + "Effacer une réponse": "", + "Effacer toutes les réponses": "", + "Exporter toutes les réponses": "" } \ No newline at end of file diff --git a/module/form/i18n/gr_GR.json b/module/form/i18n/gr_GR.json index 7196858..53d16cc 100644 --- a/module/form/i18n/gr_GR.json +++ b/module/form/i18n/gr_GR.json @@ -48,5 +48,10 @@ "Vide affiche le texte par défaut": "Το κενό εμφανίζει προεπιλεγμένο κείμενο", "Voir et exporter les données du formulaire": "Προβολή και εξαγωγή δεδομένων φόρμας", "Étiquette": "ετικέτα", - "Étiquette du bouton de soumission": "Ετικέτα κουμπιού υποβολής" + "Étiquette du bouton de soumission": "Ετικέτα κουμπιού υποβολής", + "Options du formulaire": "Επιλογές φόρμας", + "Consulter les réponses": "Προβολή απαντήσεων", + "Effacer une réponse": "Διαγραφή μιας απάντησης", + "Effacer toutes les réponses": "Διαγραφή όλων των απαντήσεων", + "Exporter toutes les réponses": "Εξαγωγή όλων των απαντήσεων" } \ No newline at end of file diff --git a/module/form/i18n/it.json b/module/form/i18n/it.json index 68479fb..9a5adb5 100644 --- a/module/form/i18n/it.json +++ b/module/form/i18n/it.json @@ -48,5 +48,10 @@ "Vide affiche le texte par défaut": "Il vuoto visualizza il testo predefinito", "Voir et exporter les données du formulaire": "Vedi ed esporta i dati del modulo", "Étiquette": "Etichetta", - "Étiquette du bouton de soumission": "Etichetta del pulsante di invio" + "Étiquette du bouton de soumission": "Etichetta del pulsante di invio", + "Options du formulaire": "Opzioni del modulo", + "Consulter les réponses": "Visualizza risposte", + "Effacer une réponse": "Cancella una risposta", + "Effacer toutes les réponses": "Cancella tutte le risposte", + "Exporter toutes les réponses": "Esporta tutte le risposte" } \ No newline at end of file diff --git a/module/form/i18n/pt_PT.json b/module/form/i18n/pt_PT.json index c7adcb7..820f6d0 100644 --- a/module/form/i18n/pt_PT.json +++ b/module/form/i18n/pt_PT.json @@ -48,5 +48,10 @@ "Vide affiche le texte par défaut": "A vácuo exibe o texto padrão", "Voir et exporter les données du formulaire": "Ver e exportar dados de formulário", "Étiquette": "Etiqueta", - "Étiquette du bouton de soumission": "Etiqueta do botão de envio" + "Étiquette du bouton de soumission": "Etiqueta do botão de envio", + "Options du formulaire": "Opções do formulário", + "Consulter les réponses": "Ver respostas", + "Effacer une réponse": "Apagar uma resposta", + "Effacer toutes les réponses": "Apagar todas as respostas", + "Exporter toutes les réponses": "Exportar todas as respostas" } \ No newline at end of file diff --git a/module/form/i18n/tr_TR.json b/module/form/i18n/tr_TR.json index 4086fb7..83e8b44 100644 --- a/module/form/i18n/tr_TR.json +++ b/module/form/i18n/tr_TR.json @@ -48,5 +48,10 @@ "Vide affiche le texte par défaut": "Boş ise, varsayılan metni görüntüler", "Voir et exporter les données du formulaire": "Form verilerini görüntüle ve dışa aktar", "Étiquette": "Etiket", - "Étiquette du bouton de soumission": "Düğme etiketini gönder" + "Étiquette du bouton de soumission": "Düğme etiketini gönder", + "Options du formulaire": "Form Seçenekleri", + "Consulter les réponses": "Yanıtları Görüntüle", + "Effacer une réponse": "Bir Yanıtı Sil", + "Effacer toutes les réponses": "Tüm Yanıtları Sil", + "Exporter toutes les réponses": "Tüm Yanıtları Dışa Aktar" } \ No newline at end of file diff --git a/module/form/profil/view/add.inc.php b/module/form/profil/view/add.inc.php index 1253c42..d0740a6 100644 --- a/module/form/profil/view/add.inc.php +++ b/module/form/profil/view/add.inc.php @@ -5,20 +5,22 @@
-
- +
+
-
- +
+
-
-
-
- +
+
+
-
- +
+ +
+
+
diff --git a/module/form/profil/view/edit.inc.php b/module/form/profil/view/edit.inc.php index 4d91962..476c594 100644 --- a/module/form/profil/view/edit.inc.php +++ b/module/form/profil/view/edit.inc.php @@ -5,28 +5,30 @@
-
- $this->getData(['profil', $this->getUrl(2), $this->getUrl(3), 'form', 'data']) - ]); ?> -
-
- + $this->getData(['profil', $this->getUrl(2), $this->getUrl(3), 'form', 'option']) ]); ?>
-
- + $this->getData(['profil', $this->getUrl(2), $this->getUrl(3), 'form', 'data']) + ]); ?> +
+
+
+
+ $this->getData(['profil', $this->getUrl(2), $this->getUrl(3), 'form', 'delete']) ]); ?>
-
- + $this->getData(['profil', $this->getUrl(2), $this->getUrl(3), 'form', 'deleteAll']) ]); ?>
-
- + $this->getData(['profil', $this->getUrl(2), $this->getUrl(3), 'form', 'export2csv']) ]); ?>
diff --git a/module/form/ressource/defaultdata.php b/module/form/ressource/defaultdata.php index ce736c7..6dd8bc1 100644 --- a/module/form/ressource/defaultdata.php +++ b/module/form/ressource/defaultdata.php @@ -1,19 +1,19 @@ - '', - 'captcha'=> false, - 'group'=> 0, - 'user'=> '', - 'mail'=> '', - 'pageId'=> '', - 'subject'=> '', - 'replyto'=> false, - 'signature'=> 'text', - 'logoUrl'=> '', - 'logoWidth'=> '40', - 'offset'=> '0', - 'width'=> '12', - 'align'=> '' - ]; + '', + 'captcha'=> false, + 'group'=> 0, + 'user'=> '', + 'mail'=> '', + 'pageId'=> '', + 'subject'=> '', + 'replyto'=> false, + 'signature'=> 'text', + 'logoUrl'=> '', + 'logoWidth'=> '40', + 'offset'=> '0', + 'width'=> '12', + 'align'=> '' + ]; } \ No newline at end of file diff --git a/module/form/view/index/index.css b/module/form/view/index/index.css index 8ca4fb7..714f41d 100644 --- a/module/form/view/index/index.css +++ b/module/form/view/index/index.css @@ -1,31 +1,31 @@ -/** - * This file is part of Zwii. - * - * For full copyright and license information, please see the LICENSE - * file that was distributed with this source code. - * - * @author Rémi Jean - * @copyright Copyright (C) 2008-2018, Rémi Jean - * @author Frédéric Tempez - * @copyright Copyright (C) 2018-2023, Frédéric Tempez - * @license CC Attribution-NonCommercial-NoDerivatives 4.0 International - * @link http://zwiicms.fr/ - */ - -/* Paramètres de l'étiquette dans form */ -.formLabel { - margin-top: 20px; -} - -.formLabel hr { - border: 0.5px solid; - margin: 5px 0 5px; -} -.inputDateManagerWrapper { - width: 20%; -} - -input[type="date"] { - width: 200px; - text-align: center; +/** + * This file is part of Zwii. + * + * For full copyright and license information, please see the LICENSE + * file that was distributed with this source code. + * + * @author Rémi Jean + * @copyright Copyright (C) 2008-2018, Rémi Jean + * @author Frédéric Tempez + * @copyright Copyright (C) 2018-2023, Frédéric Tempez + * @license CC Attribution-NonCommercial-NoDerivatives 4.0 International + * @link http://zwiicms.fr/ + */ + +/* Paramètres de l'étiquette dans form */ +.formLabel { + margin-top: 20px; +} + +.formLabel hr { + border: 0.5px solid; + margin: 5px 0 5px; +} +.inputDateManagerWrapper { + width: 20%; +} + +input[type="date"] { + width: 200px; + text-align: center; } \ No newline at end of file diff --git a/module/gallery/changes.md b/module/gallery/changes.md index 026966b..dcce233 100644 --- a/module/gallery/changes.md +++ b/module/gallery/changes.md @@ -1,3 +1,5 @@ +# Version 4.1 +- Termes des commandes de profils # Version 4.0 - Gestion des permissions intégrée dans le module # Version 3.9 diff --git a/module/gallery/enum.json b/module/gallery/enum.json index 4d3e43e..b09604b 100644 --- a/module/gallery/enum.json +++ b/module/gallery/enum.json @@ -1 +1 @@ -{"name":"gallery","realName":"Galerie","version":"3.9","update":"0.0","delete":true,"dataDirectory":"site\/data\/gallery\/"} \ No newline at end of file +{"name":"gallery","realName":"Galerie","version":"4.0","update":"0.0","delete":true,"dataDirectory":"site\/data\/gallery\/"} \ No newline at end of file diff --git a/module/gallery/gallery.php b/module/gallery/gallery.php index 41565ee..21363a0 100644 --- a/module/gallery/gallery.php +++ b/module/gallery/gallery.php @@ -18,7 +18,7 @@ class gallery extends common { - const VERSION = '4.0'; + const VERSION = '4.1'; const REALNAME = 'Galerie'; const DATADIRECTORY = self::DATA_DIR . 'gallery/'; diff --git a/module/gallery/i18n/de.json b/module/gallery/i18n/de.json index 35b7839..9291146 100644 --- a/module/gallery/i18n/de.json +++ b/module/gallery/i18n/de.json @@ -35,5 +35,10 @@ "Très fine": "Sehr gut", "Très forte": "Sehr stark", "Très épaisse": "Sehr dick", - "Vignettes": "Vignetten" + "Vignettes": "Vignetten", + "Ajouter une galerie": "Eine Galerie hinzufügen", + "Éditer une galerie": "Eine Galerie bearbeiten", + "Effacer une galerie": "Eine Galerie löschen", + "Options des galeries": "Galerieoptionen", + "Thème des galeries": "Galeriethemen" } \ No newline at end of file diff --git a/module/gallery/i18n/en_EN.json b/module/gallery/i18n/en_EN.json index 74d47e8..fe98265 100644 --- a/module/gallery/i18n/en_EN.json +++ b/module/gallery/i18n/en_EN.json @@ -35,5 +35,10 @@ "Très fine": "Very fine", "Très forte": "Very strong", "Très épaisse": "Very thick", - "Vignettes": "Vignettes" + "Vignettes": "Vignettes", + "Ajouter une galerie": "Add a gallery", + "Éditer une galerie": "Edit a gallery", + "Effacer une galerie": "Delete a gallery", + "Options des galeries": "Gallery options", + "Thème des galeries": "Gallery themes" } \ No newline at end of file diff --git a/module/gallery/i18n/es.json b/module/gallery/i18n/es.json index 366ce9c..84c7aa4 100644 --- a/module/gallery/i18n/es.json +++ b/module/gallery/i18n/es.json @@ -35,5 +35,10 @@ "Très fine": "Muy fino", "Très forte": "Muy fuerte", "Très épaisse": "Muy grueso", - "Vignettes": "Viñetas" + "Vignettes": "Viñetas", + "Ajouter une galerie": "Agregar una galería", + "Éditer une galerie": "Editar una galería", + "Effacer une galerie": "Borrar una galería", + "Options des galeries": "Opciones de galerías", + "Thème des galeries": "Temas de galerías" } \ No newline at end of file diff --git a/module/gallery/i18n/fr_FR.json b/module/gallery/i18n/fr_FR.json index edff295..bfc0e0f 100644 --- a/module/gallery/i18n/fr_FR.json +++ b/module/gallery/i18n/fr_FR.json @@ -35,5 +35,10 @@ "Très fine": "", "Très forte": "", "Très épaisse": "", - "Vignettes": "" + "Vignettes": "", + "Ajouter une galerie": "", + "Éditer une galerie": "", + "Effacer une galerie": "", + "Options des galeries": "", + "Thème des galeries": "" } \ No newline at end of file diff --git a/module/gallery/i18n/gr_GR.json b/module/gallery/i18n/gr_GR.json index d6eb0a5..0769106 100644 --- a/module/gallery/i18n/gr_GR.json +++ b/module/gallery/i18n/gr_GR.json @@ -35,5 +35,10 @@ "Très fine": "Πολύ λεπτή γραμμή ", "Très forte": "Πολύ Ισχυρή αδιαφάνεια", "Très épaisse": "πολύ παχιά γραμμή", - "Vignettes": "" + "Vignettes": "", + "Ajouter une galerie": "Προσθήκη συλλογής", + "Éditer une galerie": "Επεξεργασία συλλογής", + "Effacer une galerie": "Διαγραφή συλλογής", + "Options des galeries": "Επιλογές συλλογών", + "Thème des galeries": "Θέματα συλλογών" } \ No newline at end of file diff --git a/module/gallery/i18n/it.json b/module/gallery/i18n/it.json index a373cb2..d3f948f 100644 --- a/module/gallery/i18n/it.json +++ b/module/gallery/i18n/it.json @@ -35,5 +35,10 @@ "Très fine": "Molto bene", "Très forte": "Molto forte", "Très épaisse": "Molto spesso", - "Vignettes": "Vignette" + "Vignettes": "Vignette", + "Ajouter une galerie": "Aggiungi una galleria", + "Éditer une galerie": "Modifica una galleria", + "Effacer une galerie": "Cancella una galleria", + "Options des galeries": "Opzioni delle gallerie", + "Thème des galeries": "Temi delle gallerie" } \ No newline at end of file diff --git a/module/gallery/i18n/pt_PT.json b/module/gallery/i18n/pt_PT.json index a82a18a..3c5ead3 100644 --- a/module/gallery/i18n/pt_PT.json +++ b/module/gallery/i18n/pt_PT.json @@ -35,5 +35,10 @@ "Très fine": "Muito bem", "Très forte": "Muito forte", "Très épaisse": "Muito espesso", - "Vignettes": "Vinhetas" + "Vignettes": "Vinhetas", + "Ajouter une galerie": "Adicionar uma galeria", + "Éditer une galerie": "Editar uma galeria", + "Effacer une galerie": "Apagar uma galeria", + "Options des galeries": "Opções de galerias", + "Thème des galeries": "Temas de galerias" } \ No newline at end of file diff --git a/module/gallery/i18n/tr_TR.json b/module/gallery/i18n/tr_TR.json index 40b3d49..3af9e05 100644 --- a/module/gallery/i18n/tr_TR.json +++ b/module/gallery/i18n/tr_TR.json @@ -35,5 +35,10 @@ "Très fine": "Çok ince", "Très forte": "Çok güçlü", "Très épaisse": "Çok kalın", - "Vignettes": "Küçük resim" + "Vignettes": "Küçük resim", + "Ajouter une galerie": "Galeri Ekle", + "Éditer une galerie": "Galeri Düzenle", + "Effacer une galerie": "Galeri Sil", + "Options des galeries": "Galeri Seçenekleri", + "Thème des galeries": "Galeri Temaları" } \ No newline at end of file diff --git a/module/gallery/profil/view/add.inc.php b/module/gallery/profil/view/add.inc.php index 4588b87..7963bfe 100644 --- a/module/gallery/profil/view/add.inc.php +++ b/module/gallery/profil/view/add.inc.php @@ -5,20 +5,22 @@
-
- +
+
-
- +
+
-
- +
+
-
- +
+
+
+
-
- +
+
diff --git a/module/gallery/profil/view/edit.inc.php b/module/gallery/profil/view/edit.inc.php index 35c1c93..995c1b4 100644 --- a/module/gallery/profil/view/edit.inc.php +++ b/module/gallery/profil/view/edit.inc.php @@ -2,31 +2,33 @@

- +

-
- + $this->getData(['profil', $this->getUrl(2), $this->getUrl(3), 'gallery', 'add']) ]); ?>
-
- + $this->getData(['profil', $this->getUrl(2), $this->getUrl(3), 'gallery', 'edit']) ]); ?>
-
- + $this->getData(['profil', $this->getUrl(2), $this->getUrl(3), 'gallery', 'delete']) ]); ?>
-
- +
+
+ $this->getData(['profil', $this->getUrl(2), $this->getUrl(3), 'gallery', 'option']) ]); ?>
-
- + $this->getData(['profil', $this->getUrl(2), $this->getUrl(3), 'gallery', 'theme']) ]); ?>
diff --git a/module/news/changes.md b/module/news/changes.md index 6971a4d..3bbbea7 100644 --- a/module/news/changes.md +++ b/module/news/changes.md @@ -1,3 +1,5 @@ +# Version 5.2 +- Termes des commandes de profils # Version 5.1 - Erreur de profil # Version 5.0 diff --git a/module/news/i18n/de.json b/module/news/i18n/de.json index 8772113..555c34c 100644 --- a/module/news/i18n/de.json +++ b/module/news/i18n/de.json @@ -39,5 +39,9 @@ "Rédiger une news": "Schreiben Sie eine Nachricht", "Supprimer cet article ?": "Diesen Artikel löschen?", "Très fine": "Sehr gut", - "Épaisseur": "Dicke" + "Épaisseur": "Dicke", + "Ajouter un article": "Einen Artikel hinzufügen", + "Éditer un article!": "Einen Artikel bearbeiten", + "Effacer un article": "Einen Artikel löschen", + "Options des articles": "Artikelmöglichkeiten" } \ No newline at end of file diff --git a/module/news/i18n/en_EN.json b/module/news/i18n/en_EN.json index d9a3eea..a728ef8 100644 --- a/module/news/i18n/en_EN.json +++ b/module/news/i18n/en_EN.json @@ -39,5 +39,9 @@ "Rédiger une news": "Write a news", "Supprimer cet article ?": "Delete this article?", "Très fine": "Very fine", - "Épaisseur": "Thickness" + "Épaisseur": "Thickness", + "Ajouter un article": "Add an article", + "Éditer un article!": "Edit an article", + "Effacer un article": "Delete an article", + "Options des articles": "Article options" } \ No newline at end of file diff --git a/module/news/i18n/es.json b/module/news/i18n/es.json index 6a901ef..54f83aa 100644 --- a/module/news/i18n/es.json +++ b/module/news/i18n/es.json @@ -39,5 +39,9 @@ "Rédiger une news": "Escribir una noticia", "Supprimer cet article ?": "¿Borrar este artículo?", "Très fine": "Muy fino", - "Épaisseur": "Espesor" + "Épaisseur": "Espesor", + "Ajouter un article": "Agregar un artículo", + "Éditer un article!": "Editar un artículo", + "Effacer un article": "Borrar un artículo", + "Options des articles": "Opciones de artículos" } \ No newline at end of file diff --git a/module/news/i18n/fr_FR.json b/module/news/i18n/fr_FR.json index 013172e..8100f11 100644 --- a/module/news/i18n/fr_FR.json +++ b/module/news/i18n/fr_FR.json @@ -39,5 +39,9 @@ "Rédiger une news": "", "Supprimer cet article ?": "", "Très fine": "", - "Épaisseur": "" + "Épaisseur": "", + "Ajouter un article": "", +"Éditer un article!": "", +"Effacer un article":"", +"Options des articles":"" } \ No newline at end of file diff --git a/module/news/i18n/gr_GR.json b/module/news/i18n/gr_GR.json index ae37fc4..2261b8c 100644 --- a/module/news/i18n/gr_GR.json +++ b/module/news/i18n/gr_GR.json @@ -39,5 +39,9 @@ "Rédiger une news": "Γράψε μια είδηση", "Supprimer cet article ?": "Να διαγράψετε αυτό το άρθρο;", "Très fine": "Πολύ λεπτή γραμμή", - "Épaisseur": "Πάχος" + "Épaisseur": "Πάχος", + "Ajouter un article": "Προσθήκη άρθρου", + "Éditer un article!": "Επεξεργασία άρθρου", + "Effacer un article": "Διαγραφή άρθρου", + "Options des articles": "Επιλογές άρθρων" } \ No newline at end of file diff --git a/module/news/i18n/it.json b/module/news/i18n/it.json index e927169..ce1600b 100644 --- a/module/news/i18n/it.json +++ b/module/news/i18n/it.json @@ -39,5 +39,9 @@ "Rédiger une news": "Scrivi una notizia", "Supprimer cet article ?": "Elimina questo articolo?", "Très fine": "Molto bene", - "Épaisseur": "Spessore" + "Épaisseur": "Spessore", + "Ajouter un article": "Aggiungi un articolo", + "Éditer un article!": "Modifica un articolo", + "Effacer un article": "Cancella un articolo", + "Options des articles": "Opzioni degli articoli" } \ No newline at end of file diff --git a/module/news/i18n/pt_PT.json b/module/news/i18n/pt_PT.json index a65080b..443b815 100644 --- a/module/news/i18n/pt_PT.json +++ b/module/news/i18n/pt_PT.json @@ -39,5 +39,9 @@ "Rédiger une news": "Escreva uma notícia", "Supprimer cet article ?": "Excluir este artigo?", "Très fine": "Muito bem", - "Épaisseur": "Espessura" + "Épaisseur": "Espessura", + "Ajouter un article": "Adicionar um artigo", + "Éditer un article!": "Editar um artigo", + "Effacer un article": "Apagar um artigo", + "Options des articles": "Opções de artigos" } \ No newline at end of file diff --git a/module/news/i18n/tr_TR.json b/module/news/i18n/tr_TR.json index 9adb04a..e3ec23b 100644 --- a/module/news/i18n/tr_TR.json +++ b/module/news/i18n/tr_TR.json @@ -39,5 +39,9 @@ "Rédiger une news": "Bir haber yaz", "Supprimer cet article ?": "Bu makale silinsin mi?", "Très fine": "Çok ince", - "Épaisseur": "Kalınlık" + "Épaisseur": "Kalınlık", + "Ajouter un article": "Makale ekleyin", + "Éditer un article!": "Makale düzenleyin", + "Effacer un article": "Makale silin", + "Options des articles": "Makale seçenekleri" } \ No newline at end of file diff --git a/module/news/news.php b/module/news/news.php index 0aeb76c..d8620aa 100644 --- a/module/news/news.php +++ b/module/news/news.php @@ -16,7 +16,7 @@ class news extends common { - const VERSION = '5.1'; + const VERSION = '5.2'; const REALNAME = 'News'; const DATADIRECTORY = self::DATA_DIR . 'news/'; diff --git a/module/news/profil/view/add.inc.php b/module/news/profil/view/add.inc.php index 9e5ba68..5065851 100644 --- a/module/news/profil/view/add.inc.php +++ b/module/news/profil/view/add.inc.php @@ -6,16 +6,16 @@
- +
- +
- +
- +
diff --git a/module/news/profil/view/edit.inc.php b/module/news/profil/view/edit.inc.php index 449a5b1..c54226c 100644 --- a/module/news/profil/view/edit.inc.php +++ b/module/news/profil/view/edit.inc.php @@ -6,22 +6,22 @@
- $this->getData(['profil', $this->getUrl(2), $this->getUrl(3), 'news', 'add']) ]); ?>
- $this->getData(['profil', $this->getUrl(2), $this->getUrl(3), 'news', 'edit']) ]); ?>
- $this->getData(['profil', $this->getUrl(2), $this->getUrl(3), 'news', 'delete']) ]); ?>
- $this->getData(['profil', $this->getUrl(2), $this->getUrl(3), 'news', 'option']) ]); ?>
diff --git a/module/news/vendor/FeedWriter/InvalidOperationException.php b/module/news/vendor/FeedWriter/InvalidOperationException.php index 5321e61..a85da89 100644 --- a/module/news/vendor/FeedWriter/InvalidOperationException.php +++ b/module/news/vendor/FeedWriter/InvalidOperationException.php @@ -1,33 +1,33 @@ - - * - * This file is part of the "Universal Feed Writer" project. - * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 3 of the License, or - * (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see . - */ - -/** - * The exception that is thrown when an invalid operation is performed on - * the object. - * - * @package UniversalFeedWriter - */ -class InvalidOperationException extends LogicException -{ -} + + * + * This file is part of the "Universal Feed Writer" project. + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program. If not, see . + */ + +/** + * The exception that is thrown when an invalid operation is performed on + * the object. + * + * @package UniversalFeedWriter + */ +class InvalidOperationException extends LogicException +{ +} diff --git a/module/redirection/changes.md b/module/redirection/changes.md index e9f115f..3f02c3a 100644 --- a/module/redirection/changes.md +++ b/module/redirection/changes.md @@ -1,6 +1,6 @@ -# Version 2.1 -- Edition du module ou de la page impossible. -# Version 2.0 -- Gestion des permissions intégrée dans le module -# Version 1.6 +# Version 2.1 +- Edition du module ou de la page impossible. +# Version 2.0 +- Gestion des permissions intégrée dans le module +# Version 1.6 - Multilinguisme \ No newline at end of file diff --git a/module/redirection/enum.json b/module/redirection/enum.json index 30e7773..3e1452a 100644 --- a/module/redirection/enum.json +++ b/module/redirection/enum.json @@ -1 +1 @@ -{"name":"redirection","realName":"Redirection","version":"1.6","update":"0.0","delete":true,"dataDirectory":""} \ No newline at end of file +{"name":"redirection","realName":"Redirection","version":"2.1","update":"0.0","delete":true,"dataDirectory":""} \ No newline at end of file diff --git a/module/redirection/i18n/de.json b/module/redirection/i18n/de.json index 78d690a..77201e5 100644 --- a/module/redirection/i18n/de.json +++ b/module/redirection/i18n/de.json @@ -1,5 +1,6 @@ { "Lien de redirection": "Umleitung Link", "Nombre de redirections": "Anzahl der Weiterleitungen", - "Statistiques": "Statistiken" + "Statistiques": "Statistiken", + "Configurer le module": "Das Modul konfigurieren" } \ No newline at end of file diff --git a/module/redirection/i18n/en_EN.json b/module/redirection/i18n/en_EN.json index ea21afe..230f20d 100644 --- a/module/redirection/i18n/en_EN.json +++ b/module/redirection/i18n/en_EN.json @@ -1,5 +1,6 @@ { "Lien de redirection": "Redirection link", "Nombre de redirections": "Number of redirects", - "Statistiques": "Statistics" + "Statistiques": "Statistics", + "Configurer le module": "Configure the module" } \ No newline at end of file diff --git a/module/redirection/i18n/es.json b/module/redirection/i18n/es.json index a6781ba..3caf629 100644 --- a/module/redirection/i18n/es.json +++ b/module/redirection/i18n/es.json @@ -1,5 +1,6 @@ { "Lien de redirection": "Redireccionar enlace", "Nombre de redirections": "Nombre de redireccionamientos", - "Statistiques": "Estadísticas" + "Statistiques": "Estadísticas", + "Configurer le module": "Configurar el módulo" } \ No newline at end of file diff --git a/module/redirection/i18n/fr_FR.json b/module/redirection/i18n/fr_FR.json index 79bdcfa..9542c44 100644 --- a/module/redirection/i18n/fr_FR.json +++ b/module/redirection/i18n/fr_FR.json @@ -1,5 +1,6 @@ { "Lien de redirection": "", "Nombre de redirections": "", - "Statistiques": "" + "Statistiques": "", + "Configurer le module": "" } \ No newline at end of file diff --git a/module/redirection/i18n/gr_GR.json b/module/redirection/i18n/gr_GR.json index a5b5422..5ad40c2 100644 --- a/module/redirection/i18n/gr_GR.json +++ b/module/redirection/i18n/gr_GR.json @@ -1,5 +1,6 @@ { "Lien de redirection": "Σύνδεσμος ανακατεύθυνσης", "Nombre de redirections": "Αριθμός ανακατευθύνσεων", - "Statistiques": "Στατιστικά" + "Statistiques": "Στατιστικά", + "Configurer le module": "Διαμορφώστε τον ενότητα" } \ No newline at end of file diff --git a/module/redirection/i18n/it.json b/module/redirection/i18n/it.json index c1ec940..d06ebe9 100644 --- a/module/redirection/i18n/it.json +++ b/module/redirection/i18n/it.json @@ -1,5 +1,6 @@ { "Lien de redirection": "Link di reindirizzamento", "Nombre de redirections": "Numero di reindirizzamenti", - "Statistiques": "Statistiche" + "Statistiques": "Statistiche", + "Configurer le module": "Configurare il modulo" } \ No newline at end of file diff --git a/module/redirection/i18n/pt_PT.json b/module/redirection/i18n/pt_PT.json index 6956997..47fa00e 100644 --- a/module/redirection/i18n/pt_PT.json +++ b/module/redirection/i18n/pt_PT.json @@ -1,5 +1,6 @@ { "Lien de redirection": "Link de redirecionamento", "Nombre de redirections": "Número de redirecionamentos", - "Statistiques": "Estatísticas" + "Statistiques": "Estatísticas", + "Configurer le module": "Configurar o módulo" } \ No newline at end of file diff --git a/module/redirection/i18n/tr_TR.json b/module/redirection/i18n/tr_TR.json index c959941..e1fd640 100644 --- a/module/redirection/i18n/tr_TR.json +++ b/module/redirection/i18n/tr_TR.json @@ -1,5 +1,6 @@ { "Lien de redirection": "Yönlendirme bağlantısı", "Nombre de redirections": "Yönlendirme sayısı", - "Statistiques": "İstatistik" + "Statistiques": "İstatistik", + "Configurer le module": "Modülü Yapılandır" } \ No newline at end of file diff --git a/module/redirection/profil/view/add.inc.php b/module/redirection/profil/view/add.inc.php index c00166a..badfbf4 100644 --- a/module/redirection/profil/view/add.inc.php +++ b/module/redirection/profil/view/add.inc.php @@ -6,7 +6,7 @@
- +
diff --git a/module/redirection/profil/view/edit.inc.php b/module/redirection/profil/view/edit.inc.php index 0dadc25..e711d4f 100644 --- a/module/redirection/profil/view/edit.inc.php +++ b/module/redirection/profil/view/edit.inc.php @@ -6,7 +6,7 @@
- $this->getData(['profil', $this->getUrl(2), $this->getUrl(3), 'redirection', 'config']) ]); ?>
diff --git a/module/search/enum.json b/module/search/enum.json index f60a055..1e899fa 100644 --- a/module/search/enum.json +++ b/module/search/enum.json @@ -1 +1 @@ -{"name":"search","realName":"Recherche","version":"2.8","update":"0.0","delete":true,"dataDirectory":"site\/data\/search\/"} \ No newline at end of file +{"name":"search","realName":"Recherche","version":"3.0","update":"0.0","delete":true,"dataDirectory":"site\/data\/search\/"} \ No newline at end of file diff --git a/module/search/i18n/de.json b/module/search/i18n/de.json index 39f3ae0..529dc00 100644 --- a/module/search/i18n/de.json +++ b/module/search/i18n/de.json @@ -9,5 +9,6 @@ "Masquer le contenu de la page dans les résultats": "Verstecken Sie den Inhalt der Seite in den Ergebnissen", "Mots approchants": "Wörter nähern", "Surlignement": "Hervorhebung", - "Texte du bouton": "Schaltflächentext" + "Texte du bouton": "Schaltflächentext", + "Configurer le module": "Das Modul konfigurieren" } \ No newline at end of file diff --git a/module/search/i18n/en_EN.json b/module/search/i18n/en_EN.json index e6ae2f6..dcc9a6e 100644 --- a/module/search/i18n/en_EN.json +++ b/module/search/i18n/en_EN.json @@ -9,5 +9,6 @@ "Masquer le contenu de la page dans les résultats": "Hide the content of the page in the results", "Mots approchants": "Approaching words", "Surlignement": "Highlighting", - "Texte du bouton": "Button text" + "Texte du bouton": "Button text", + "Configurer le module": "Configure the module" } \ No newline at end of file diff --git a/module/search/i18n/es.json b/module/search/i18n/es.json index 138e17a..f9eeac3 100644 --- a/module/search/i18n/es.json +++ b/module/search/i18n/es.json @@ -9,5 +9,6 @@ "Masquer le contenu de la page dans les résultats": "Ocultar el contenido de la página de los resultados", "Mots approchants": "Palabras relacionadas", "Surlignement": "Destacar", - "Texte du bouton": "Botón de texto" + "Texte du bouton": "Botón de texto", + "Configurer le module": "Configurar el módulo" } \ No newline at end of file diff --git a/module/search/i18n/fr_FR.json b/module/search/i18n/fr_FR.json index 9d370c5..59a6cd0 100644 --- a/module/search/i18n/fr_FR.json +++ b/module/search/i18n/fr_FR.json @@ -9,5 +9,6 @@ "Masquer le contenu de la page dans les résultats": "", "Mots approchants": "", "Surlignement": "", - "Texte du bouton": "" + "Texte du bouton": "", + "Configurer le module": "" } \ No newline at end of file diff --git a/module/search/i18n/gr_GR.json b/module/search/i18n/gr_GR.json index dfe643e..6737110 100644 --- a/module/search/i18n/gr_GR.json +++ b/module/search/i18n/gr_GR.json @@ -9,5 +9,6 @@ "Masquer le contenu de la page dans les résultats": "Απόκρυψη περιεχομένου σελίδας από αποτελέσματα", "Mots approchants": "Λέξεις κοντά", "Surlignement": "Επισήμανση", - "Texte du bouton": "Κείμενο κουμπιού" + "Texte du bouton": "Κείμενο κουμπιού", + "Configurer le module": "Διαμορφώστε τον ενότητα" } \ No newline at end of file diff --git a/module/search/i18n/it.json b/module/search/i18n/it.json index d476dc1..b539600 100644 --- a/module/search/i18n/it.json +++ b/module/search/i18n/it.json @@ -9,5 +9,6 @@ "Masquer le contenu de la page dans les résultats": "Nascondi il contenuto della pagina nei risultati", "Mots approchants": "Avvicinarsi alle parole", "Surlignement": "Evidenziazione", - "Texte du bouton": "Testo del pulsante" + "Texte du bouton": "Testo del pulsante", + "Configurer le module": "Configurare il modulo" } \ No newline at end of file diff --git a/module/search/i18n/pt_PT.json b/module/search/i18n/pt_PT.json index 16291f0..a57ca34 100644 --- a/module/search/i18n/pt_PT.json +++ b/module/search/i18n/pt_PT.json @@ -9,5 +9,6 @@ "Masquer le contenu de la page dans les résultats": "Ocultar o conteúdo da página nos resultados", "Mots approchants": "Palavras se aproximando", "Surlignement": "Destacando", - "Texte du bouton": "Botão de texto" + "Texte du bouton": "Botão de texto", + "Configurer le module": "Configurar o módulo" } \ No newline at end of file diff --git a/module/search/i18n/tr_TR.json b/module/search/i18n/tr_TR.json index 72b4bbb..1b7a4fd 100644 --- a/module/search/i18n/tr_TR.json +++ b/module/search/i18n/tr_TR.json @@ -9,5 +9,6 @@ "Masquer le contenu de la page dans les résultats": "Sayfa içeriğini sonuçlardan gizle", "Mots approchants": "Yakındaki kelimeler", "Surlignement": "Vurgulamak", - "Texte du bouton": "Düğme metni" + "Texte du bouton": "Düğme metni", + "Configurer le module": "Modülü Yapılandır" } \ No newline at end of file diff --git a/module/search/profil/view/add.inc.php b/module/search/profil/view/add.inc.php index bbd5f46..ef5919b 100644 --- a/module/search/profil/view/add.inc.php +++ b/module/search/profil/view/add.inc.php @@ -6,7 +6,7 @@
- +
diff --git a/module/search/profil/view/edit.inc.php b/module/search/profil/view/edit.inc.php index 7947622..c8a1928 100644 --- a/module/search/profil/view/edit.inc.php +++ b/module/search/profil/view/edit.inc.php @@ -6,7 +6,7 @@
- $this->getData(['profil', $this->getUrl(2), $this->getUrl(3), 'search', 'config']) ]); ?>
diff --git a/module/search/search.php b/module/search/search.php index fd99a4a..bf88662 100644 --- a/module/search/search.php +++ b/module/search/search.php @@ -213,8 +213,8 @@ class search extends common ) { $url = $parentId; $titre = $this->getData(['page', $parentId, 'title']); - //$content = file_get_contents(self::DATA_DIR . self::$siteContent . '/content/' . $this->getData(['page', $parentId, 'content'])); - $content = $this->getPage($parentId, self::$siteContent); + //$content = file_get_contents(self::DATA_DIR . self::$i18nContent . '/content/' . $this->getData(['page', $parentId, 'content'])); + $content = $this->getPage($parentId, self::$i18nContent); $content = $titre . ' ' . $content; // Pages sauf pages filles et articles de blog $tempData = $this->occurrence($url, $titre, $content, $motclef, self::$motentier); @@ -232,8 +232,8 @@ class search extends common ) { $url = $childId; $titre = $this->getData(['page', $childId, 'title']); - //$content = file_get_contents(self::DATA_DIR . self::$siteContent . '/content/' . $this->getData(['page', $childId, 'content'])); - $content = $this->getPage($childId, self::$siteContent); + //$content = file_get_contents(self::DATA_DIR . self::$i18nContent . '/content/' . $this->getData(['page', $childId, 'content'])); + $content = $this->getPage($childId, self::$i18nContent); $content = $titre . ' ' . $content; //Pages filles $tempData = $this->occurrence($url, $titre, $content, $motclef, self::$motentier); diff --git a/module/slider/i18n/de.json b/module/slider/i18n/de.json index a52c336..5767908 100644 --- a/module/slider/i18n/de.json +++ b/module/slider/i18n/de.json @@ -1,5 +1,7 @@ { "Dossier cible": "Zielordner", "Masqué": "Versteckt", - "Tri des images": "Bildsortierung" + "Tri des images": "Bildsortierung", + "Thème du carrousel": "Karussell-Thema", + "Effacer le carrousel": "Karussell löschen" } \ No newline at end of file diff --git a/module/slider/i18n/en_EN.json b/module/slider/i18n/en_EN.json index 023882e..4a07008 100644 --- a/module/slider/i18n/en_EN.json +++ b/module/slider/i18n/en_EN.json @@ -1,5 +1,7 @@ { "Dossier cible": "Target folder", "Masqué": "Hidden", - "Tri des images": "Image sorting" + "Tri des images": "Image sorting", + "Thème du carrousel": "Slider Theme", + "Effacer le carrousel": "Delete slider" } \ No newline at end of file diff --git a/module/slider/i18n/es.json b/module/slider/i18n/es.json index b066cec..94085fe 100644 --- a/module/slider/i18n/es.json +++ b/module/slider/i18n/es.json @@ -1,5 +1,7 @@ { "Dossier cible": "Carpeta de destino", "Masqué": "Oculto", - "Tri des images": "Ordenar imágenes" + "Tri des images": "Ordenar imágenes", + "Thème du carrousel": "Tema del carrusel", + "Effacer le carrousel": "Borrar el carrusel" } \ No newline at end of file diff --git a/module/slider/i18n/fr_FR.json b/module/slider/i18n/fr_FR.json index 02940a6..6d3c43d 100644 --- a/module/slider/i18n/fr_FR.json +++ b/module/slider/i18n/fr_FR.json @@ -1,5 +1,7 @@ { "Dossier cible": "", "Masqué": "", - "Tri des images": "" + "Tri des images": "", + "Thème du carrousel": "", + "Effacer le carrousel":"" } \ No newline at end of file diff --git a/module/slider/i18n/gr_GR.json b/module/slider/i18n/gr_GR.json index 94f747c..c4bcefe 100644 --- a/module/slider/i18n/gr_GR.json +++ b/module/slider/i18n/gr_GR.json @@ -1,5 +1,7 @@ { "Dossier cible": "Στόχευση φακέλου", "Masqué": "Κρυφό", - "Tri des images": "Ταξινόμηση εικόνων" + "Tri des images": "Ταξινόμηση εικόνων", + "Thème du carrousel": "Θέμα καρουσέλ", + "Effacer le carrousel": "Διαγραφή καρουσέλ" } \ No newline at end of file diff --git a/module/slider/i18n/it.json b/module/slider/i18n/it.json index 4a74a20..091f16d 100644 --- a/module/slider/i18n/it.json +++ b/module/slider/i18n/it.json @@ -1,5 +1,7 @@ { "Dossier cible": "Cartella di destinazione", "Masqué": "Nascosto", - "Tri des images": "Ordinamento immagini" + "Tri des images": "Ordinamento immagini", + "Thème du carrousel": "Tema del carosello", + "Effacer le carrousel": "Cancella il carosello" } \ No newline at end of file diff --git a/module/slider/i18n/pt_PT.json b/module/slider/i18n/pt_PT.json index 540c436..626e216 100644 --- a/module/slider/i18n/pt_PT.json +++ b/module/slider/i18n/pt_PT.json @@ -1,5 +1,7 @@ { "Dossier cible": "Pasta de destino", "Masqué": "Escondido", - "Tri des images": "Ordenação de imagens" + "Tri des images": "Ordenação de imagens", + "Thème du carrousel": "Tema do carrossel", + "Effacer le carrousel": "Apagar o carrossel" } \ No newline at end of file diff --git a/module/slider/i18n/tr_TR.json b/module/slider/i18n/tr_TR.json index 6748c0f..019af32 100644 --- a/module/slider/i18n/tr_TR.json +++ b/module/slider/i18n/tr_TR.json @@ -1,5 +1,7 @@ { "Dossier cible": "Hedef klasör", "Masqué": "Gizli", - "Tri des images": "Resim sıralama" + "Tri des images": "Resim sıralama", + "Thème du carrousel": "Karakter Teması", + "Effacer le carrousel": "Karouseli Sil" } \ No newline at end of file diff --git a/module/slider/profil/view/add.inc.php b/module/slider/profil/view/add.inc.php index 91b2808..3e8838c 100644 --- a/module/slider/profil/view/add.inc.php +++ b/module/slider/profil/view/add.inc.php @@ -6,12 +6,12 @@
- $this->getData(['profil', $this->getUrl(2), $this->getUrl(3), 'slider', 'theme']) ]); ?>
- $this->getData(['profil', $this->getUrl(2), $this->getUrl(3), 'slider', 'delete']) ]); ?>
diff --git a/module/slider/profil/view/edit.inc.php b/module/slider/profil/view/edit.inc.php index aafddbd..697ae19 100644 --- a/module/slider/profil/view/edit.inc.php +++ b/module/slider/profil/view/edit.inc.php @@ -6,12 +6,12 @@
- $this->getData(['profil', $this->getUrl(2), $this->getUrl(3), 'slider', 'theme']) ]); ?>
- $this->getData(['profil', $this->getUrl(2), $this->getUrl(3), 'slider', 'delete']) ]); ?>