From 632ad35949ce4ee74339fb137a44daa126ba5e07 Mon Sep 17 00:00:00 2001 From: Ayoub Zayati Date: Thu, 22 Feb 2024 14:13:27 +0100 Subject: [PATCH] feat: Remove old admin menu - EXO-69293 --- .../platform/administrators_en.properties | 24 ---- .../platform/administrators_fr.properties | 23 --- .../ImagesPortlet_ar.properties | 4 - .../ImagesPortlet_aro.properties | 4 - .../ImagesPortlet_az.properties | 4 - .../ImagesPortlet_ca.properties | 4 - .../ImagesPortlet_ceb.properties | 4 - .../ImagesPortlet_co.properties | 4 - .../ImagesPortlet_cs.properties | 4 - .../ImagesPortlet_de.properties | 4 - .../ImagesPortlet_el.properties | 4 - .../ImagesPortlet_en.properties | 4 - .../ImagesPortlet_es_ES.properties | 4 - .../ImagesPortlet_eu.properties | 4 - .../ImagesPortlet_fa.properties | 4 - .../ImagesPortlet_fi.properties | 4 - .../ImagesPortlet_fil.properties | 4 - .../ImagesPortlet_fr.properties | 4 - .../ImagesPortlet_hi.properties | 4 - .../ImagesPortlet_hu.properties | 4 - .../ImagesPortlet_id.properties | 4 - .../ImagesPortlet_in.properties | 4 - .../ImagesPortlet_it.properties | 4 - .../ImagesPortlet_ja.properties | 4 - .../ImagesPortlet_ko.properties | 4 - .../ImagesPortlet_lt.properties | 4 - .../ImagesPortlet_ms.properties | 4 - .../ImagesPortlet_nl.properties | 4 - .../ImagesPortlet_no.properties | 4 - .../ImagesPortlet_pcm.properties | 4 - .../ImagesPortlet_pl.properties | 4 - .../ImagesPortlet_pt_BR.properties | 4 - .../ImagesPortlet_pt_PT.properties | 4 - .../ImagesPortlet_ro.properties | 4 - .../ImagesPortlet_ru.properties | 4 - .../ImagesPortlet_sk.properties | 4 - .../ImagesPortlet_sl.properties | 4 - .../ImagesPortlet_sq.properties | 4 - .../ImagesPortlet_sv_SE.properties | 4 - .../ImagesPortlet_th.properties | 4 - .../ImagesPortlet_tl.properties | 4 - .../ImagesPortlet_tr.properties | 4 - .../ImagesPortlet_uk.properties | 4 - .../ImagesPortlet_ur_IN.properties | 4 - .../ImagesPortlet_vi.properties | 4 - .../ImagesPortlet_zh_CN.properties | 4 - .../ImagesPortlet_zh_TW.properties | 4 - .../webapp/WEB-INF/conf/configuration.xml | 1 - .../navigation-categories-configuration.xml | 134 ------------------ .../portal-configuration.xml | 12 ++ translations.properties | 1 - 51 files changed, 12 insertions(+), 363 deletions(-) delete mode 100644 layout-management-webapps/src/main/resources/locale/navigation/group/platform/administrators_en.properties delete mode 100644 layout-management-webapps/src/main/resources/locale/navigation/group/platform/administrators_fr.properties delete mode 100644 layout-management-webapps/src/main/resources/locale/portlet/layoutManagement/ImagesPortlet_ar.properties delete mode 100644 layout-management-webapps/src/main/resources/locale/portlet/layoutManagement/ImagesPortlet_aro.properties delete mode 100644 layout-management-webapps/src/main/resources/locale/portlet/layoutManagement/ImagesPortlet_az.properties delete mode 100644 layout-management-webapps/src/main/resources/locale/portlet/layoutManagement/ImagesPortlet_ca.properties delete mode 100644 layout-management-webapps/src/main/resources/locale/portlet/layoutManagement/ImagesPortlet_ceb.properties delete mode 100644 layout-management-webapps/src/main/resources/locale/portlet/layoutManagement/ImagesPortlet_co.properties delete mode 100644 layout-management-webapps/src/main/resources/locale/portlet/layoutManagement/ImagesPortlet_cs.properties delete mode 100644 layout-management-webapps/src/main/resources/locale/portlet/layoutManagement/ImagesPortlet_de.properties delete mode 100644 layout-management-webapps/src/main/resources/locale/portlet/layoutManagement/ImagesPortlet_el.properties delete mode 100644 layout-management-webapps/src/main/resources/locale/portlet/layoutManagement/ImagesPortlet_en.properties delete mode 100644 layout-management-webapps/src/main/resources/locale/portlet/layoutManagement/ImagesPortlet_es_ES.properties delete mode 100644 layout-management-webapps/src/main/resources/locale/portlet/layoutManagement/ImagesPortlet_eu.properties delete mode 100644 layout-management-webapps/src/main/resources/locale/portlet/layoutManagement/ImagesPortlet_fa.properties delete mode 100644 layout-management-webapps/src/main/resources/locale/portlet/layoutManagement/ImagesPortlet_fi.properties delete mode 100644 layout-management-webapps/src/main/resources/locale/portlet/layoutManagement/ImagesPortlet_fil.properties delete mode 100644 layout-management-webapps/src/main/resources/locale/portlet/layoutManagement/ImagesPortlet_fr.properties delete mode 100644 layout-management-webapps/src/main/resources/locale/portlet/layoutManagement/ImagesPortlet_hi.properties delete mode 100644 layout-management-webapps/src/main/resources/locale/portlet/layoutManagement/ImagesPortlet_hu.properties delete mode 100644 layout-management-webapps/src/main/resources/locale/portlet/layoutManagement/ImagesPortlet_id.properties delete mode 100644 layout-management-webapps/src/main/resources/locale/portlet/layoutManagement/ImagesPortlet_in.properties delete mode 100644 layout-management-webapps/src/main/resources/locale/portlet/layoutManagement/ImagesPortlet_it.properties delete mode 100644 layout-management-webapps/src/main/resources/locale/portlet/layoutManagement/ImagesPortlet_ja.properties delete mode 100644 layout-management-webapps/src/main/resources/locale/portlet/layoutManagement/ImagesPortlet_ko.properties delete mode 100644 layout-management-webapps/src/main/resources/locale/portlet/layoutManagement/ImagesPortlet_lt.properties delete mode 100644 layout-management-webapps/src/main/resources/locale/portlet/layoutManagement/ImagesPortlet_ms.properties delete mode 100644 layout-management-webapps/src/main/resources/locale/portlet/layoutManagement/ImagesPortlet_nl.properties delete mode 100644 layout-management-webapps/src/main/resources/locale/portlet/layoutManagement/ImagesPortlet_no.properties delete mode 100644 layout-management-webapps/src/main/resources/locale/portlet/layoutManagement/ImagesPortlet_pcm.properties delete mode 100644 layout-management-webapps/src/main/resources/locale/portlet/layoutManagement/ImagesPortlet_pl.properties delete mode 100644 layout-management-webapps/src/main/resources/locale/portlet/layoutManagement/ImagesPortlet_pt_BR.properties delete mode 100644 layout-management-webapps/src/main/resources/locale/portlet/layoutManagement/ImagesPortlet_pt_PT.properties delete mode 100644 layout-management-webapps/src/main/resources/locale/portlet/layoutManagement/ImagesPortlet_ro.properties delete mode 100644 layout-management-webapps/src/main/resources/locale/portlet/layoutManagement/ImagesPortlet_ru.properties delete mode 100644 layout-management-webapps/src/main/resources/locale/portlet/layoutManagement/ImagesPortlet_sk.properties delete mode 100644 layout-management-webapps/src/main/resources/locale/portlet/layoutManagement/ImagesPortlet_sl.properties delete mode 100644 layout-management-webapps/src/main/resources/locale/portlet/layoutManagement/ImagesPortlet_sq.properties delete mode 100644 layout-management-webapps/src/main/resources/locale/portlet/layoutManagement/ImagesPortlet_sv_SE.properties delete mode 100644 layout-management-webapps/src/main/resources/locale/portlet/layoutManagement/ImagesPortlet_th.properties delete mode 100644 layout-management-webapps/src/main/resources/locale/portlet/layoutManagement/ImagesPortlet_tl.properties delete mode 100644 layout-management-webapps/src/main/resources/locale/portlet/layoutManagement/ImagesPortlet_tr.properties delete mode 100644 layout-management-webapps/src/main/resources/locale/portlet/layoutManagement/ImagesPortlet_uk.properties delete mode 100644 layout-management-webapps/src/main/resources/locale/portlet/layoutManagement/ImagesPortlet_ur_IN.properties delete mode 100644 layout-management-webapps/src/main/resources/locale/portlet/layoutManagement/ImagesPortlet_vi.properties delete mode 100644 layout-management-webapps/src/main/resources/locale/portlet/layoutManagement/ImagesPortlet_zh_CN.properties delete mode 100644 layout-management-webapps/src/main/resources/locale/portlet/layoutManagement/ImagesPortlet_zh_TW.properties delete mode 100644 layout-management-webapps/src/main/webapp/WEB-INF/conf/layout-management/navigation-categories-configuration.xml diff --git a/layout-management-webapps/src/main/resources/locale/navigation/group/platform/administrators_en.properties b/layout-management-webapps/src/main/resources/locale/navigation/group/platform/administrators_en.properties deleted file mode 100644 index ed7d915ea..000000000 --- a/layout-management-webapps/src/main/resources/locale/navigation/group/platform/administrators_en.properties +++ /dev/null @@ -1,24 +0,0 @@ -# -# Copyright (C) 2009 eXo Platform SAS. -# -# This is free software; you can redistribute it and/or modify it -# under the terms of the GNU Lesser General Public License as -# published by the Free Software Foundation; either version 2.1 of -# the License, or (at your option) any later version. -# -# This software 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 -# Lesser General Public License for more details. -# -# You should have received a copy of the GNU Lesser General Public -# License along with this software; if not, write to the Free -# Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA -# 02110-1301 USA, or see the FSF site: http://www.fsf.org. -# - -administration.application-registry=Application Registry -administration.pageManagement=Manage Pages -administration.groupnavigation=Group sites Management -administration.portalnavigation=Sites Management -administration.siteManagement=Sites diff --git a/layout-management-webapps/src/main/resources/locale/navigation/group/platform/administrators_fr.properties b/layout-management-webapps/src/main/resources/locale/navigation/group/platform/administrators_fr.properties deleted file mode 100644 index 8c03c518c..000000000 --- a/layout-management-webapps/src/main/resources/locale/navigation/group/platform/administrators_fr.properties +++ /dev/null @@ -1,23 +0,0 @@ -# -# Copyright (C) 2009 eXo Platform SAS. -# -# This is free software; you can redistribute it and/or modify it -# under the terms of the GNU Lesser General Public License as -# published by the Free Software Foundation; either version 2.1 of -# the License, or (at your option) any later version. -# -# This software 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 -# Lesser General Public License for more details. -# -# You should have received a copy of the GNU Lesser General Public -# License along with this software; if not, write to the Free -# Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA -# 02110-1301 USA, or see the FSF site: http://www.fsf.org. -# - -administration.application-registry=Gestion des Applications -administration.pageManagement=Parcourir les Pages -administration.groupnavigation=Navigation de Groupe -administration.portalnavigation=Gestion des Sites diff --git a/layout-management-webapps/src/main/resources/locale/portlet/layoutManagement/ImagesPortlet_ar.properties b/layout-management-webapps/src/main/resources/locale/portlet/layoutManagement/ImagesPortlet_ar.properties deleted file mode 100644 index 48ebcf28f..000000000 --- a/layout-management-webapps/src/main/resources/locale/portlet/layoutManagement/ImagesPortlet_ar.properties +++ /dev/null @@ -1,4 +0,0 @@ -image.title.ImageUpdated=\u062A\u0645 \u062A\u062D\u062F\u064A\u062B \u0627\u0644\u062E\u0644\u0641\u064A\u0629 \u0628\u0646\u062C\u0627\u062D -image.title.ImageDeleted=\u062A\u0645 \u062D\u0630\u0641 \u0627\u0644\u062E\u0644\u0641\u064A\u0629 \u0628\u0646\u062C\u0627\u062D -image.title.deleteImage=\u062D\u0630\u0641 \u0627\u0644\u062E\u0644\u0641\u064A\u0629 -image.title.ChangeImage=\u062A\u063A\u064A\u064A\u0631 \u0627\u0644\u062E\u0644\u0641\u064A\u0629 diff --git a/layout-management-webapps/src/main/resources/locale/portlet/layoutManagement/ImagesPortlet_aro.properties b/layout-management-webapps/src/main/resources/locale/portlet/layoutManagement/ImagesPortlet_aro.properties deleted file mode 100644 index 48ebcf28f..000000000 --- a/layout-management-webapps/src/main/resources/locale/portlet/layoutManagement/ImagesPortlet_aro.properties +++ /dev/null @@ -1,4 +0,0 @@ -image.title.ImageUpdated=\u062A\u0645 \u062A\u062D\u062F\u064A\u062B \u0627\u0644\u062E\u0644\u0641\u064A\u0629 \u0628\u0646\u062C\u0627\u062D -image.title.ImageDeleted=\u062A\u0645 \u062D\u0630\u0641 \u0627\u0644\u062E\u0644\u0641\u064A\u0629 \u0628\u0646\u062C\u0627\u062D -image.title.deleteImage=\u062D\u0630\u0641 \u0627\u0644\u062E\u0644\u0641\u064A\u0629 -image.title.ChangeImage=\u062A\u063A\u064A\u064A\u0631 \u0627\u0644\u062E\u0644\u0641\u064A\u0629 diff --git a/layout-management-webapps/src/main/resources/locale/portlet/layoutManagement/ImagesPortlet_az.properties b/layout-management-webapps/src/main/resources/locale/portlet/layoutManagement/ImagesPortlet_az.properties deleted file mode 100644 index 6abbddb04..000000000 --- a/layout-management-webapps/src/main/resources/locale/portlet/layoutManagement/ImagesPortlet_az.properties +++ /dev/null @@ -1,4 +0,0 @@ -image.title.ImageUpdated=Background successfully updated -image.title.ImageDeleted=Background successfully deleted -image.title.deleteImage=Delete Background -image.title.ChangeImage=Change background diff --git a/layout-management-webapps/src/main/resources/locale/portlet/layoutManagement/ImagesPortlet_ca.properties b/layout-management-webapps/src/main/resources/locale/portlet/layoutManagement/ImagesPortlet_ca.properties deleted file mode 100644 index 6abbddb04..000000000 --- a/layout-management-webapps/src/main/resources/locale/portlet/layoutManagement/ImagesPortlet_ca.properties +++ /dev/null @@ -1,4 +0,0 @@ -image.title.ImageUpdated=Background successfully updated -image.title.ImageDeleted=Background successfully deleted -image.title.deleteImage=Delete Background -image.title.ChangeImage=Change background diff --git a/layout-management-webapps/src/main/resources/locale/portlet/layoutManagement/ImagesPortlet_ceb.properties b/layout-management-webapps/src/main/resources/locale/portlet/layoutManagement/ImagesPortlet_ceb.properties deleted file mode 100644 index 6abbddb04..000000000 --- a/layout-management-webapps/src/main/resources/locale/portlet/layoutManagement/ImagesPortlet_ceb.properties +++ /dev/null @@ -1,4 +0,0 @@ -image.title.ImageUpdated=Background successfully updated -image.title.ImageDeleted=Background successfully deleted -image.title.deleteImage=Delete Background -image.title.ChangeImage=Change background diff --git a/layout-management-webapps/src/main/resources/locale/portlet/layoutManagement/ImagesPortlet_co.properties b/layout-management-webapps/src/main/resources/locale/portlet/layoutManagement/ImagesPortlet_co.properties deleted file mode 100644 index 6abbddb04..000000000 --- a/layout-management-webapps/src/main/resources/locale/portlet/layoutManagement/ImagesPortlet_co.properties +++ /dev/null @@ -1,4 +0,0 @@ -image.title.ImageUpdated=Background successfully updated -image.title.ImageDeleted=Background successfully deleted -image.title.deleteImage=Delete Background -image.title.ChangeImage=Change background diff --git a/layout-management-webapps/src/main/resources/locale/portlet/layoutManagement/ImagesPortlet_cs.properties b/layout-management-webapps/src/main/resources/locale/portlet/layoutManagement/ImagesPortlet_cs.properties deleted file mode 100644 index 6abbddb04..000000000 --- a/layout-management-webapps/src/main/resources/locale/portlet/layoutManagement/ImagesPortlet_cs.properties +++ /dev/null @@ -1,4 +0,0 @@ -image.title.ImageUpdated=Background successfully updated -image.title.ImageDeleted=Background successfully deleted -image.title.deleteImage=Delete Background -image.title.ChangeImage=Change background diff --git a/layout-management-webapps/src/main/resources/locale/portlet/layoutManagement/ImagesPortlet_de.properties b/layout-management-webapps/src/main/resources/locale/portlet/layoutManagement/ImagesPortlet_de.properties deleted file mode 100644 index d1851a959..000000000 --- a/layout-management-webapps/src/main/resources/locale/portlet/layoutManagement/ImagesPortlet_de.properties +++ /dev/null @@ -1,4 +0,0 @@ -image.title.ImageUpdated=Hintergrund erfolgreich aktualisiert -image.title.ImageDeleted=Hintergrund erfolgreich gel\u00F6scht -image.title.deleteImage=Hintergrund l\u00F6schen -image.title.ChangeImage=Hintergrundbild \u00E4ndern diff --git a/layout-management-webapps/src/main/resources/locale/portlet/layoutManagement/ImagesPortlet_el.properties b/layout-management-webapps/src/main/resources/locale/portlet/layoutManagement/ImagesPortlet_el.properties deleted file mode 100644 index 6abbddb04..000000000 --- a/layout-management-webapps/src/main/resources/locale/portlet/layoutManagement/ImagesPortlet_el.properties +++ /dev/null @@ -1,4 +0,0 @@ -image.title.ImageUpdated=Background successfully updated -image.title.ImageDeleted=Background successfully deleted -image.title.deleteImage=Delete Background -image.title.ChangeImage=Change background diff --git a/layout-management-webapps/src/main/resources/locale/portlet/layoutManagement/ImagesPortlet_en.properties b/layout-management-webapps/src/main/resources/locale/portlet/layoutManagement/ImagesPortlet_en.properties deleted file mode 100644 index 6abbddb04..000000000 --- a/layout-management-webapps/src/main/resources/locale/portlet/layoutManagement/ImagesPortlet_en.properties +++ /dev/null @@ -1,4 +0,0 @@ -image.title.ImageUpdated=Background successfully updated -image.title.ImageDeleted=Background successfully deleted -image.title.deleteImage=Delete Background -image.title.ChangeImage=Change background diff --git a/layout-management-webapps/src/main/resources/locale/portlet/layoutManagement/ImagesPortlet_es_ES.properties b/layout-management-webapps/src/main/resources/locale/portlet/layoutManagement/ImagesPortlet_es_ES.properties deleted file mode 100644 index 6abbddb04..000000000 --- a/layout-management-webapps/src/main/resources/locale/portlet/layoutManagement/ImagesPortlet_es_ES.properties +++ /dev/null @@ -1,4 +0,0 @@ -image.title.ImageUpdated=Background successfully updated -image.title.ImageDeleted=Background successfully deleted -image.title.deleteImage=Delete Background -image.title.ChangeImage=Change background diff --git a/layout-management-webapps/src/main/resources/locale/portlet/layoutManagement/ImagesPortlet_eu.properties b/layout-management-webapps/src/main/resources/locale/portlet/layoutManagement/ImagesPortlet_eu.properties deleted file mode 100644 index 6abbddb04..000000000 --- a/layout-management-webapps/src/main/resources/locale/portlet/layoutManagement/ImagesPortlet_eu.properties +++ /dev/null @@ -1,4 +0,0 @@ -image.title.ImageUpdated=Background successfully updated -image.title.ImageDeleted=Background successfully deleted -image.title.deleteImage=Delete Background -image.title.ChangeImage=Change background diff --git a/layout-management-webapps/src/main/resources/locale/portlet/layoutManagement/ImagesPortlet_fa.properties b/layout-management-webapps/src/main/resources/locale/portlet/layoutManagement/ImagesPortlet_fa.properties deleted file mode 100644 index 6abbddb04..000000000 --- a/layout-management-webapps/src/main/resources/locale/portlet/layoutManagement/ImagesPortlet_fa.properties +++ /dev/null @@ -1,4 +0,0 @@ -image.title.ImageUpdated=Background successfully updated -image.title.ImageDeleted=Background successfully deleted -image.title.deleteImage=Delete Background -image.title.ChangeImage=Change background diff --git a/layout-management-webapps/src/main/resources/locale/portlet/layoutManagement/ImagesPortlet_fi.properties b/layout-management-webapps/src/main/resources/locale/portlet/layoutManagement/ImagesPortlet_fi.properties deleted file mode 100644 index 6abbddb04..000000000 --- a/layout-management-webapps/src/main/resources/locale/portlet/layoutManagement/ImagesPortlet_fi.properties +++ /dev/null @@ -1,4 +0,0 @@ -image.title.ImageUpdated=Background successfully updated -image.title.ImageDeleted=Background successfully deleted -image.title.deleteImage=Delete Background -image.title.ChangeImage=Change background diff --git a/layout-management-webapps/src/main/resources/locale/portlet/layoutManagement/ImagesPortlet_fil.properties b/layout-management-webapps/src/main/resources/locale/portlet/layoutManagement/ImagesPortlet_fil.properties deleted file mode 100644 index 6abbddb04..000000000 --- a/layout-management-webapps/src/main/resources/locale/portlet/layoutManagement/ImagesPortlet_fil.properties +++ /dev/null @@ -1,4 +0,0 @@ -image.title.ImageUpdated=Background successfully updated -image.title.ImageDeleted=Background successfully deleted -image.title.deleteImage=Delete Background -image.title.ChangeImage=Change background diff --git a/layout-management-webapps/src/main/resources/locale/portlet/layoutManagement/ImagesPortlet_fr.properties b/layout-management-webapps/src/main/resources/locale/portlet/layoutManagement/ImagesPortlet_fr.properties deleted file mode 100644 index 546c95309..000000000 --- a/layout-management-webapps/src/main/resources/locale/portlet/layoutManagement/ImagesPortlet_fr.properties +++ /dev/null @@ -1,4 +0,0 @@ -image.title.ImageUpdated=L'image a \u00E9t\u00E9 mise \u00E0 jour avec succ\u00E8s -image.title.ImageDeleted=L'image a \u00E9t\u00E9 supprim\u00E9e avec succ\u00E8s -image.title.deleteImage=Supprimer l'image -image.title.ChangeImage=Changer l'image diff --git a/layout-management-webapps/src/main/resources/locale/portlet/layoutManagement/ImagesPortlet_hi.properties b/layout-management-webapps/src/main/resources/locale/portlet/layoutManagement/ImagesPortlet_hi.properties deleted file mode 100644 index 6abbddb04..000000000 --- a/layout-management-webapps/src/main/resources/locale/portlet/layoutManagement/ImagesPortlet_hi.properties +++ /dev/null @@ -1,4 +0,0 @@ -image.title.ImageUpdated=Background successfully updated -image.title.ImageDeleted=Background successfully deleted -image.title.deleteImage=Delete Background -image.title.ChangeImage=Change background diff --git a/layout-management-webapps/src/main/resources/locale/portlet/layoutManagement/ImagesPortlet_hu.properties b/layout-management-webapps/src/main/resources/locale/portlet/layoutManagement/ImagesPortlet_hu.properties deleted file mode 100644 index 6abbddb04..000000000 --- a/layout-management-webapps/src/main/resources/locale/portlet/layoutManagement/ImagesPortlet_hu.properties +++ /dev/null @@ -1,4 +0,0 @@ -image.title.ImageUpdated=Background successfully updated -image.title.ImageDeleted=Background successfully deleted -image.title.deleteImage=Delete Background -image.title.ChangeImage=Change background diff --git a/layout-management-webapps/src/main/resources/locale/portlet/layoutManagement/ImagesPortlet_id.properties b/layout-management-webapps/src/main/resources/locale/portlet/layoutManagement/ImagesPortlet_id.properties deleted file mode 100644 index 46f8eda2d..000000000 --- a/layout-management-webapps/src/main/resources/locale/portlet/layoutManagement/ImagesPortlet_id.properties +++ /dev/null @@ -1,4 +0,0 @@ -image.title.ImageUpdated=Background telah diperbarui -image.title.ImageDeleted=Background telah dihapus -image.title.deleteImage=Hapus latar belakang -image.title.ChangeImage=Ubah latar belakang diff --git a/layout-management-webapps/src/main/resources/locale/portlet/layoutManagement/ImagesPortlet_in.properties b/layout-management-webapps/src/main/resources/locale/portlet/layoutManagement/ImagesPortlet_in.properties deleted file mode 100644 index 6abbddb04..000000000 --- a/layout-management-webapps/src/main/resources/locale/portlet/layoutManagement/ImagesPortlet_in.properties +++ /dev/null @@ -1,4 +0,0 @@ -image.title.ImageUpdated=Background successfully updated -image.title.ImageDeleted=Background successfully deleted -image.title.deleteImage=Delete Background -image.title.ChangeImage=Change background diff --git a/layout-management-webapps/src/main/resources/locale/portlet/layoutManagement/ImagesPortlet_it.properties b/layout-management-webapps/src/main/resources/locale/portlet/layoutManagement/ImagesPortlet_it.properties deleted file mode 100644 index 1f44c59b1..000000000 --- a/layout-management-webapps/src/main/resources/locale/portlet/layoutManagement/ImagesPortlet_it.properties +++ /dev/null @@ -1,4 +0,0 @@ -image.title.ImageUpdated=Sfondo aggiornato con successo -image.title.ImageDeleted=Sfondo eliminato con successo -image.title.deleteImage=Eliminare lo Sfondo -image.title.ChangeImage=Cambiare il sfondo diff --git a/layout-management-webapps/src/main/resources/locale/portlet/layoutManagement/ImagesPortlet_ja.properties b/layout-management-webapps/src/main/resources/locale/portlet/layoutManagement/ImagesPortlet_ja.properties deleted file mode 100644 index 6abbddb04..000000000 --- a/layout-management-webapps/src/main/resources/locale/portlet/layoutManagement/ImagesPortlet_ja.properties +++ /dev/null @@ -1,4 +0,0 @@ -image.title.ImageUpdated=Background successfully updated -image.title.ImageDeleted=Background successfully deleted -image.title.deleteImage=Delete Background -image.title.ChangeImage=Change background diff --git a/layout-management-webapps/src/main/resources/locale/portlet/layoutManagement/ImagesPortlet_ko.properties b/layout-management-webapps/src/main/resources/locale/portlet/layoutManagement/ImagesPortlet_ko.properties deleted file mode 100644 index 6abbddb04..000000000 --- a/layout-management-webapps/src/main/resources/locale/portlet/layoutManagement/ImagesPortlet_ko.properties +++ /dev/null @@ -1,4 +0,0 @@ -image.title.ImageUpdated=Background successfully updated -image.title.ImageDeleted=Background successfully deleted -image.title.deleteImage=Delete Background -image.title.ChangeImage=Change background diff --git a/layout-management-webapps/src/main/resources/locale/portlet/layoutManagement/ImagesPortlet_lt.properties b/layout-management-webapps/src/main/resources/locale/portlet/layoutManagement/ImagesPortlet_lt.properties deleted file mode 100644 index 6abbddb04..000000000 --- a/layout-management-webapps/src/main/resources/locale/portlet/layoutManagement/ImagesPortlet_lt.properties +++ /dev/null @@ -1,4 +0,0 @@ -image.title.ImageUpdated=Background successfully updated -image.title.ImageDeleted=Background successfully deleted -image.title.deleteImage=Delete Background -image.title.ChangeImage=Change background diff --git a/layout-management-webapps/src/main/resources/locale/portlet/layoutManagement/ImagesPortlet_ms.properties b/layout-management-webapps/src/main/resources/locale/portlet/layoutManagement/ImagesPortlet_ms.properties deleted file mode 100644 index 6abbddb04..000000000 --- a/layout-management-webapps/src/main/resources/locale/portlet/layoutManagement/ImagesPortlet_ms.properties +++ /dev/null @@ -1,4 +0,0 @@ -image.title.ImageUpdated=Background successfully updated -image.title.ImageDeleted=Background successfully deleted -image.title.deleteImage=Delete Background -image.title.ChangeImage=Change background diff --git a/layout-management-webapps/src/main/resources/locale/portlet/layoutManagement/ImagesPortlet_nl.properties b/layout-management-webapps/src/main/resources/locale/portlet/layoutManagement/ImagesPortlet_nl.properties deleted file mode 100644 index 6abbddb04..000000000 --- a/layout-management-webapps/src/main/resources/locale/portlet/layoutManagement/ImagesPortlet_nl.properties +++ /dev/null @@ -1,4 +0,0 @@ -image.title.ImageUpdated=Background successfully updated -image.title.ImageDeleted=Background successfully deleted -image.title.deleteImage=Delete Background -image.title.ChangeImage=Change background diff --git a/layout-management-webapps/src/main/resources/locale/portlet/layoutManagement/ImagesPortlet_no.properties b/layout-management-webapps/src/main/resources/locale/portlet/layoutManagement/ImagesPortlet_no.properties deleted file mode 100644 index 6abbddb04..000000000 --- a/layout-management-webapps/src/main/resources/locale/portlet/layoutManagement/ImagesPortlet_no.properties +++ /dev/null @@ -1,4 +0,0 @@ -image.title.ImageUpdated=Background successfully updated -image.title.ImageDeleted=Background successfully deleted -image.title.deleteImage=Delete Background -image.title.ChangeImage=Change background diff --git a/layout-management-webapps/src/main/resources/locale/portlet/layoutManagement/ImagesPortlet_pcm.properties b/layout-management-webapps/src/main/resources/locale/portlet/layoutManagement/ImagesPortlet_pcm.properties deleted file mode 100644 index 6abbddb04..000000000 --- a/layout-management-webapps/src/main/resources/locale/portlet/layoutManagement/ImagesPortlet_pcm.properties +++ /dev/null @@ -1,4 +0,0 @@ -image.title.ImageUpdated=Background successfully updated -image.title.ImageDeleted=Background successfully deleted -image.title.deleteImage=Delete Background -image.title.ChangeImage=Change background diff --git a/layout-management-webapps/src/main/resources/locale/portlet/layoutManagement/ImagesPortlet_pl.properties b/layout-management-webapps/src/main/resources/locale/portlet/layoutManagement/ImagesPortlet_pl.properties deleted file mode 100644 index 6abbddb04..000000000 --- a/layout-management-webapps/src/main/resources/locale/portlet/layoutManagement/ImagesPortlet_pl.properties +++ /dev/null @@ -1,4 +0,0 @@ -image.title.ImageUpdated=Background successfully updated -image.title.ImageDeleted=Background successfully deleted -image.title.deleteImage=Delete Background -image.title.ChangeImage=Change background diff --git a/layout-management-webapps/src/main/resources/locale/portlet/layoutManagement/ImagesPortlet_pt_BR.properties b/layout-management-webapps/src/main/resources/locale/portlet/layoutManagement/ImagesPortlet_pt_BR.properties deleted file mode 100644 index 6abbddb04..000000000 --- a/layout-management-webapps/src/main/resources/locale/portlet/layoutManagement/ImagesPortlet_pt_BR.properties +++ /dev/null @@ -1,4 +0,0 @@ -image.title.ImageUpdated=Background successfully updated -image.title.ImageDeleted=Background successfully deleted -image.title.deleteImage=Delete Background -image.title.ChangeImage=Change background diff --git a/layout-management-webapps/src/main/resources/locale/portlet/layoutManagement/ImagesPortlet_pt_PT.properties b/layout-management-webapps/src/main/resources/locale/portlet/layoutManagement/ImagesPortlet_pt_PT.properties deleted file mode 100644 index 6abbddb04..000000000 --- a/layout-management-webapps/src/main/resources/locale/portlet/layoutManagement/ImagesPortlet_pt_PT.properties +++ /dev/null @@ -1,4 +0,0 @@ -image.title.ImageUpdated=Background successfully updated -image.title.ImageDeleted=Background successfully deleted -image.title.deleteImage=Delete Background -image.title.ChangeImage=Change background diff --git a/layout-management-webapps/src/main/resources/locale/portlet/layoutManagement/ImagesPortlet_ro.properties b/layout-management-webapps/src/main/resources/locale/portlet/layoutManagement/ImagesPortlet_ro.properties deleted file mode 100644 index 6abbddb04..000000000 --- a/layout-management-webapps/src/main/resources/locale/portlet/layoutManagement/ImagesPortlet_ro.properties +++ /dev/null @@ -1,4 +0,0 @@ -image.title.ImageUpdated=Background successfully updated -image.title.ImageDeleted=Background successfully deleted -image.title.deleteImage=Delete Background -image.title.ChangeImage=Change background diff --git a/layout-management-webapps/src/main/resources/locale/portlet/layoutManagement/ImagesPortlet_ru.properties b/layout-management-webapps/src/main/resources/locale/portlet/layoutManagement/ImagesPortlet_ru.properties deleted file mode 100644 index 6abbddb04..000000000 --- a/layout-management-webapps/src/main/resources/locale/portlet/layoutManagement/ImagesPortlet_ru.properties +++ /dev/null @@ -1,4 +0,0 @@ -image.title.ImageUpdated=Background successfully updated -image.title.ImageDeleted=Background successfully deleted -image.title.deleteImage=Delete Background -image.title.ChangeImage=Change background diff --git a/layout-management-webapps/src/main/resources/locale/portlet/layoutManagement/ImagesPortlet_sk.properties b/layout-management-webapps/src/main/resources/locale/portlet/layoutManagement/ImagesPortlet_sk.properties deleted file mode 100644 index 6abbddb04..000000000 --- a/layout-management-webapps/src/main/resources/locale/portlet/layoutManagement/ImagesPortlet_sk.properties +++ /dev/null @@ -1,4 +0,0 @@ -image.title.ImageUpdated=Background successfully updated -image.title.ImageDeleted=Background successfully deleted -image.title.deleteImage=Delete Background -image.title.ChangeImage=Change background diff --git a/layout-management-webapps/src/main/resources/locale/portlet/layoutManagement/ImagesPortlet_sl.properties b/layout-management-webapps/src/main/resources/locale/portlet/layoutManagement/ImagesPortlet_sl.properties deleted file mode 100644 index 6abbddb04..000000000 --- a/layout-management-webapps/src/main/resources/locale/portlet/layoutManagement/ImagesPortlet_sl.properties +++ /dev/null @@ -1,4 +0,0 @@ -image.title.ImageUpdated=Background successfully updated -image.title.ImageDeleted=Background successfully deleted -image.title.deleteImage=Delete Background -image.title.ChangeImage=Change background diff --git a/layout-management-webapps/src/main/resources/locale/portlet/layoutManagement/ImagesPortlet_sq.properties b/layout-management-webapps/src/main/resources/locale/portlet/layoutManagement/ImagesPortlet_sq.properties deleted file mode 100644 index 5944cc772..000000000 --- a/layout-management-webapps/src/main/resources/locale/portlet/layoutManagement/ImagesPortlet_sq.properties +++ /dev/null @@ -1,4 +0,0 @@ -image.title.ImageUpdated=crwdns7083901:0crwdne7083901:0 -image.title.ImageDeleted=crwdns7083903:0crwdne7083903:0 -image.title.deleteImage=crwdns7083905:0crwdne7083905:0 -image.title.ChangeImage=crwdns7083907:0crwdne7083907:0 diff --git a/layout-management-webapps/src/main/resources/locale/portlet/layoutManagement/ImagesPortlet_sv_SE.properties b/layout-management-webapps/src/main/resources/locale/portlet/layoutManagement/ImagesPortlet_sv_SE.properties deleted file mode 100644 index 6abbddb04..000000000 --- a/layout-management-webapps/src/main/resources/locale/portlet/layoutManagement/ImagesPortlet_sv_SE.properties +++ /dev/null @@ -1,4 +0,0 @@ -image.title.ImageUpdated=Background successfully updated -image.title.ImageDeleted=Background successfully deleted -image.title.deleteImage=Delete Background -image.title.ChangeImage=Change background diff --git a/layout-management-webapps/src/main/resources/locale/portlet/layoutManagement/ImagesPortlet_th.properties b/layout-management-webapps/src/main/resources/locale/portlet/layoutManagement/ImagesPortlet_th.properties deleted file mode 100644 index 6abbddb04..000000000 --- a/layout-management-webapps/src/main/resources/locale/portlet/layoutManagement/ImagesPortlet_th.properties +++ /dev/null @@ -1,4 +0,0 @@ -image.title.ImageUpdated=Background successfully updated -image.title.ImageDeleted=Background successfully deleted -image.title.deleteImage=Delete Background -image.title.ChangeImage=Change background diff --git a/layout-management-webapps/src/main/resources/locale/portlet/layoutManagement/ImagesPortlet_tl.properties b/layout-management-webapps/src/main/resources/locale/portlet/layoutManagement/ImagesPortlet_tl.properties deleted file mode 100644 index 6abbddb04..000000000 --- a/layout-management-webapps/src/main/resources/locale/portlet/layoutManagement/ImagesPortlet_tl.properties +++ /dev/null @@ -1,4 +0,0 @@ -image.title.ImageUpdated=Background successfully updated -image.title.ImageDeleted=Background successfully deleted -image.title.deleteImage=Delete Background -image.title.ChangeImage=Change background diff --git a/layout-management-webapps/src/main/resources/locale/portlet/layoutManagement/ImagesPortlet_tr.properties b/layout-management-webapps/src/main/resources/locale/portlet/layoutManagement/ImagesPortlet_tr.properties deleted file mode 100644 index 6abbddb04..000000000 --- a/layout-management-webapps/src/main/resources/locale/portlet/layoutManagement/ImagesPortlet_tr.properties +++ /dev/null @@ -1,4 +0,0 @@ -image.title.ImageUpdated=Background successfully updated -image.title.ImageDeleted=Background successfully deleted -image.title.deleteImage=Delete Background -image.title.ChangeImage=Change background diff --git a/layout-management-webapps/src/main/resources/locale/portlet/layoutManagement/ImagesPortlet_uk.properties b/layout-management-webapps/src/main/resources/locale/portlet/layoutManagement/ImagesPortlet_uk.properties deleted file mode 100644 index 6abbddb04..000000000 --- a/layout-management-webapps/src/main/resources/locale/portlet/layoutManagement/ImagesPortlet_uk.properties +++ /dev/null @@ -1,4 +0,0 @@ -image.title.ImageUpdated=Background successfully updated -image.title.ImageDeleted=Background successfully deleted -image.title.deleteImage=Delete Background -image.title.ChangeImage=Change background diff --git a/layout-management-webapps/src/main/resources/locale/portlet/layoutManagement/ImagesPortlet_ur_IN.properties b/layout-management-webapps/src/main/resources/locale/portlet/layoutManagement/ImagesPortlet_ur_IN.properties deleted file mode 100644 index 6abbddb04..000000000 --- a/layout-management-webapps/src/main/resources/locale/portlet/layoutManagement/ImagesPortlet_ur_IN.properties +++ /dev/null @@ -1,4 +0,0 @@ -image.title.ImageUpdated=Background successfully updated -image.title.ImageDeleted=Background successfully deleted -image.title.deleteImage=Delete Background -image.title.ChangeImage=Change background diff --git a/layout-management-webapps/src/main/resources/locale/portlet/layoutManagement/ImagesPortlet_vi.properties b/layout-management-webapps/src/main/resources/locale/portlet/layoutManagement/ImagesPortlet_vi.properties deleted file mode 100644 index 6abbddb04..000000000 --- a/layout-management-webapps/src/main/resources/locale/portlet/layoutManagement/ImagesPortlet_vi.properties +++ /dev/null @@ -1,4 +0,0 @@ -image.title.ImageUpdated=Background successfully updated -image.title.ImageDeleted=Background successfully deleted -image.title.deleteImage=Delete Background -image.title.ChangeImage=Change background diff --git a/layout-management-webapps/src/main/resources/locale/portlet/layoutManagement/ImagesPortlet_zh_CN.properties b/layout-management-webapps/src/main/resources/locale/portlet/layoutManagement/ImagesPortlet_zh_CN.properties deleted file mode 100644 index 6abbddb04..000000000 --- a/layout-management-webapps/src/main/resources/locale/portlet/layoutManagement/ImagesPortlet_zh_CN.properties +++ /dev/null @@ -1,4 +0,0 @@ -image.title.ImageUpdated=Background successfully updated -image.title.ImageDeleted=Background successfully deleted -image.title.deleteImage=Delete Background -image.title.ChangeImage=Change background diff --git a/layout-management-webapps/src/main/resources/locale/portlet/layoutManagement/ImagesPortlet_zh_TW.properties b/layout-management-webapps/src/main/resources/locale/portlet/layoutManagement/ImagesPortlet_zh_TW.properties deleted file mode 100644 index 6abbddb04..000000000 --- a/layout-management-webapps/src/main/resources/locale/portlet/layoutManagement/ImagesPortlet_zh_TW.properties +++ /dev/null @@ -1,4 +0,0 @@ -image.title.ImageUpdated=Background successfully updated -image.title.ImageDeleted=Background successfully deleted -image.title.deleteImage=Delete Background -image.title.ChangeImage=Change background diff --git a/layout-management-webapps/src/main/webapp/WEB-INF/conf/configuration.xml b/layout-management-webapps/src/main/webapp/WEB-INF/conf/configuration.xml index 717cd8a33..1f5b74fc8 100644 --- a/layout-management-webapps/src/main/webapp/WEB-INF/conf/configuration.xml +++ b/layout-management-webapps/src/main/webapp/WEB-INF/conf/configuration.xml @@ -27,6 +27,5 @@ war:/conf/layout-management/portal-configuration.xml war:/conf/layout-management/dynamic-container-configuration.xml - war:/conf/layout-management/navigation-categories-configuration.xml diff --git a/layout-management-webapps/src/main/webapp/WEB-INF/conf/layout-management/navigation-categories-configuration.xml b/layout-management-webapps/src/main/webapp/WEB-INF/conf/layout-management/navigation-categories-configuration.xml deleted file mode 100644 index b6a310562..000000000 --- a/layout-management-webapps/src/main/webapp/WEB-INF/conf/layout-management/navigation-categories-configuration.xml +++ /dev/null @@ -1,134 +0,0 @@ - - - - - EditNavigationFeatureProperties - org.exoplatform.container.ExtendedPropertyConfigurator - - - EditNavigationFeatureProperties - Edit Navigation Feature flags - - - - - - org.exoplatform.portal.config.NavigationCategoryService - - NavigationCategoryPlugin - addPlugin - org.exoplatform.portal.config.NavigationCategoryPlugin - - - category.order - 100 - - - category - portal - - - uri - portalnavigation - - - - - NavigationCategoryPlugin - addPlugin - org.exoplatform.portal.config.NavigationCategoryPlugin - - - category.order - 100 - - - category - portal - - - uri - groupnavigation - - - - - NavigationCategoryPlugin - addPlugin - org.exoplatform.portal.config.NavigationCategoryPlugin - - - category.order - 100 - - - category - portal - - - uri - administration/pageManagement - - - - - NavigationCategoryPlugin - addPlugin - org.exoplatform.portal.config.NavigationCategoryPlugin - - - category.order - 100 - - - category - portal - - - uri - administration/registry - - - - - NavigationCategoryPlugin - addPlugin - org.exoplatform.portal.config.NavigationCategoryPlugin - - - category.order - 10 - - - category - usersAndSpaces - - - uri - siteManagement - - - - - - diff --git a/layout-management-webapps/src/main/webapp/WEB-INF/conf/layout-management/portal-configuration.xml b/layout-management-webapps/src/main/webapp/WEB-INF/conf/layout-management/portal-configuration.xml index 7aa271204..ef080229c 100644 --- a/layout-management-webapps/src/main/webapp/WEB-INF/conf/layout-management/portal-configuration.xml +++ b/layout-management-webapps/src/main/webapp/WEB-INF/conf/layout-management/portal-configuration.xml @@ -21,6 +21,18 @@ --> + + EditNavigationFeatureProperties + org.exoplatform.container.ExtendedPropertyConfigurator + + + EditNavigationFeatureProperties + Edit Navigation Feature flags + + + + + org.exoplatform.portal.config.UserPortalConfigService diff --git a/translations.properties b/translations.properties index a0b3925a6..b153f7e8c 100644 --- a/translations.properties +++ b/translations.properties @@ -28,5 +28,4 @@ portlet/GroupNavigationPortlet.properties=layout-management-webapps/src/main/res portlet/PortalNavigationPortlet.properties=layout-management-webapps/src/main/resources/locale/portlet/layoutManagement/PortalNavigationPortlet_en.properties portlet/SiteNavigationPortlet.properties=layout-management-webapps/src/main/resources/locale/portlet/layoutManagement/SiteNavigationPortlet_en.properties portlet/SiteManagementPortlet.properties=layout-management-webapps/src/main/resources/locale/portlet/layoutManagement/SiteManagementPortlet_en.properties -portlet/ImagesPortlet.properties=layout-management-webapps/src/main/resources/locale/portlet/layoutManagement/ImagesPortlet_en.properties portal/webui.properties=layout-management-webapps/src/main/resources/locale/portal/webui_en.properties \ No newline at end of file