diff --git a/CHANGES.md b/CHANGES.md index da2a7de8..5678fad5 100755 --- a/CHANGES.md +++ b/CHANGES.md @@ -11,7 +11,8 @@ ## Améliorations - Inversion de l'ordre des boutons dans la fenêtre de login sur les petits écrans. -- Deux barres d'outils dans l'éditeur de texte TinyMCE. +- Modification des barres d'outils de l'éditeur de texte TinyMCE. +- Gestion des profils des modules, les termes sont plus précis (*Ajouter un article* au lieu d'*Ajouter*). ## Version 13.0.06 diff --git a/module/blog/blog.php b/module/blog/blog.php index 03fd5b93..9ae8e4f1 100755 --- a/module/blog/blog.php +++ b/module/blog/blog.php @@ -16,7 +16,7 @@ class blog extends common { - const VERSION = '7.2'; + const VERSION = '7.3'; const REALNAME = 'Blog'; const DELETE = true; const UPDATE = '0.0'; diff --git a/module/blog/changes.md b/module/blog/changes.md index 129c9b63..a79b03dc 100755 --- a/module/blog/changes.md +++ b/module/blog/changes.md @@ -1,3 +1,5 @@ +# 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 diff --git a/module/blog/i18n/de.json b/module/blog/i18n/de.json index 40f824a3..353fb97a 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 5e6cde9e..efed80cf 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 7fabded4..a3d8d138 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 3e10b395..c162c66c 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 7e6158e6..0bd94d25 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 99c2cb23..9086059a 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 f0ac4892..9294d356 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 c01232c7..5c4d2063 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 0f0bed9b..8c3aa32c 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 690877db..d6ba3e8c 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/news/changes.md b/module/news/changes.md index 6971a4d7..3bbbea7f 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 87721130..555c34cb 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 d9a3eea5..a728ef84 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 6a901ef8..54f83aa6 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 013172ef..8100f113 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 ae37fc4d..2261b8c7 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 e9271695..ce1600b5 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 a65080ba..443b815b 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 9adb04a4..e3ec23b5 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 0aeb76c7..d8620aa1 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 9e5ba68f..5065851e 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 449a5b15..c54226c2 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']) ]); ?>