diff --git a/component/core/src/main/java/org/exoplatform/social/core/processor/MentionsProcessor.java b/component/core/src/main/java/org/exoplatform/social/core/processor/MentionsProcessor.java index 98c4feed857..7b1e7374e37 100644 --- a/component/core/src/main/java/org/exoplatform/social/core/processor/MentionsProcessor.java +++ b/component/core/src/main/java/org/exoplatform/social/core/processor/MentionsProcessor.java @@ -21,7 +21,6 @@ import org.exoplatform.container.xml.InitParams; import org.exoplatform.portal.config.UserPortalConfigService; -import org.exoplatform.portal.webui.util.Util; import org.exoplatform.social.core.BaseActivityProcessorPlugin; import org.exoplatform.social.core.activity.model.ExoSocialActivity; import org.exoplatform.social.core.utils.MentionUtils; @@ -42,13 +41,7 @@ public MentionsProcessor(InitParams params, UserPortalConfigService userPortalCo public void processActivity(ExoSocialActivity activity) { if (activity != null) { - String portalOwner = null; - try { - portalOwner = Util.getPortalRequestContext().getPortalOwner(); - } catch (Exception e){ - //default value for testing and social - portalOwner = userPortalConfigService.getDefaultPortal(); - } + String portalOwner = userPortalConfigService.getDefaultPortal(); activity.setTitle(MentionUtils.substituteUsernames(portalOwner, activity.getTitle())); activity.setBody(MentionUtils.substituteUsernames(portalOwner, activity.getBody())); Map templateParams = activity.getTemplateParams(); diff --git a/extension/war/src/main/resources/locale/navigation/portal/global_ar.properties b/extension/war/src/main/resources/locale/navigation/portal/global_ar.properties deleted file mode 100644 index 37ca47f4179..00000000000 --- a/extension/war/src/main/resources/locale/navigation/portal/global_ar.properties +++ /dev/null @@ -1,40 +0,0 @@ -# -# Copyright (C) 2020 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. -# -portal.global.searchResult=\u0646\u062A\u0627\u0626\u062C \u0627\u0644\u0628\u062D\u062B -portal.global.stream=\u0627\u0644\u0628\u062B -portal.global.spaces=\u0641\u0636\u0627\u0621\u0627\u062A -portal.global.myprofile=\u0645\u0644\u0641\u064A \u0627\u0644\u0634\u062E\u0635\u064A -portal.global.connections=\u0639\u0644\u0627\u0642\u0627\u062A\u064A -portal.global.people=\u0627\u0644\u0623\u0634\u062E\u0627\u0635 -portal.global.activities=\u0627\u0644\u0623\u0646\u0634\u0637\u0629 -portal.global.profile=\u0627\u0644\u0645\u0644\u0641 \u0627\u0644\u0634\u062E\u0635\u064A -portal.global.yours=\u0627\u062A\u0635\u0627\u0644\u0627\u062A -portal.global.invitations=\u0627\u0644\u0627\u0633\u062A\u062F\u0639\u0627\u0621\u0627\u062A -portal.global.requests=\u0637\u0644\u0628\u0627\u062A -portal.global.invitationSpace=\u0627\u0644\u062F\u0639\u0648\u0627\u062A \u0627\u0644\u0645\u0631\u0633\u0644\u0629 -portal.global.pendingSpace=\u0627\u0644\u0631\u0635\u064A\u062F \u0627\u0644\u0645\u0639\u0644\u0642 -portal.global.publicSpace=\u062F\u0644\u064A\u0644 \u0627\u0644\u0641\u0636\u0627\u0621 -portal.global.register=\u062A\u0633\u062C\u064A\u0644 -portal.global.allNotifications=\u062C\u0645\u064A\u0639 \u0627\u0644\u0625\u0634\u0639\u0627\u0631\u0627\u062A -portal.global.notifications=\u0625\u0639\u062F\u0627\u062F\u0627\u062A \u0627\u0644\u0625\u0634\u0639\u0627\u0631\u0627\u062A -portal.global.allSpaces=\u062C\u0645\u064A\u0639 \u0627\u0644\u0641\u0636\u0627\u0621\u062A -portal.global.edit-profile=\u062A\u0639\u062F\u064A\u0644 \u0627\u0644\u0645\u0644\u0641 \u0627\u0644\u0634\u062E\u0635\u064A -portal.global.settings=\u0625\u0639\u062F\u0627\u062F\u0627\u062A -portal.global.activity=\u0627\u0644\u0646\u0634\u0627\u0637 -portal.global.public=Overview diff --git a/extension/war/src/main/resources/locale/navigation/portal/global_aro.properties b/extension/war/src/main/resources/locale/navigation/portal/global_aro.properties deleted file mode 100644 index f172fd428f8..00000000000 --- a/extension/war/src/main/resources/locale/navigation/portal/global_aro.properties +++ /dev/null @@ -1,40 +0,0 @@ -# -# Copyright (C) 2020 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. -# -portal.global.searchResult=\u0646\u062A\u0627\u0626\u062C \u0627\u0644\u0628\u062D\u062B -portal.global.stream=\u0627\u0644\u0628\u062B -portal.global.spaces=\u0627\u0644\u0645\u0633\u0627\u062D\u0627\u062A -portal.global.myprofile=\u0645\u0644\u0641\u064A \u0627\u0644\u0634\u062E\u0635\u064A -portal.global.connections=\u0639\u0644\u0627\u0642\u0627\u062A\u064A -portal.global.people=\u0627\u0644\u0623\u0634\u062E\u0627\u0635 -portal.global.activities=\u0627\u0644\u0623\u0646\u0634\u0637\u0629 -portal.global.profile=\u0627\u0644\u0645\u0644\u0641 \u0627\u0644\u0634\u062E\u0635\u064A -portal.global.yours=\u062C\u0647\u0627\u062A \u0627\u0644\u0627\u062A\u0635\u0627\u0644 -portal.global.invitations=\u0627\u0644\u062F\u0639\u0648\u0627\u062A -portal.global.requests=\u0637\u0644\u0628\u0627\u062A -portal.global.invitationSpace=\u0627\u0644\u062F\u0639\u0648\u0627\u062A \u0627\u0644\u0645\u0631\u0633\u0644\u0629 -portal.global.pendingSpace=\u0627\u0644\u0631\u0635\u064A\u062F \u0627\u0644\u0645\u0639\u0644\u0642 -portal.global.publicSpace=\u062F\u0644\u064A\u0644 \u0627\u0644\u0645\u0633\u0627\u062D\u0627\u062A -portal.global.register=\u062A\u0633\u062C\u064A\u0644 -portal.global.allNotifications=\u062C\u0645\u064A\u0639 \u0627\u0644\u0625\u0634\u0639\u0627\u0631\u0627\u062A -portal.global.notifications=\u0625\u0639\u062F\u0627\u062F\u0627\u062A \u0627\u0644\u0625\u0634\u0639\u0627\u0631\u0627\u062A -portal.global.allSpaces=\u062C\u0645\u064A\u0639 \u0627\u0644\u0645\u0633\u0627\u062D\u0627\u062A -portal.global.edit-profile=\u062A\u0639\u062F\u064A\u0644 \u0627\u0644\u0645\u0644\u0641 \u0627\u0644\u0634\u062E\u0635\u064A -portal.global.settings=\u0625\u0639\u062F\u0627\u062F\u0627\u062A -portal.global.activity=\u0627\u0644\u0646\u0634\u0627\u0637 -portal.global.public=Overview diff --git a/extension/war/src/main/resources/locale/navigation/portal/global_az.properties b/extension/war/src/main/resources/locale/navigation/portal/global_az.properties deleted file mode 100644 index e6c5ec9dfc3..00000000000 --- a/extension/war/src/main/resources/locale/navigation/portal/global_az.properties +++ /dev/null @@ -1,40 +0,0 @@ -# -# Copyright (C) 2020 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. -# -portal.global.searchResult=Search Result -portal.global.stream=Stream -portal.global.spaces=Spaces -portal.global.myprofile=My Profile -portal.global.connections=M\u0259nim \u018Flaq\u0259l\u0259rim -portal.global.people=\u0130nsanlar -portal.global.activities=Activities -portal.global.profile=Profile -portal.global.yours=Connections -portal.global.invitations=Invitations -portal.global.requests=Requests -portal.global.invitationSpace=Invitations Sent -portal.global.pendingSpace=Pending Balance -portal.global.publicSpace=Space Directory -portal.global.register=Register -portal.global.allNotifications=All Notifications -portal.global.notifications=Notification Settings -portal.global.allSpaces=All Spaces -portal.global.edit-profile=Edit Profile -portal.global.settings=Settings -portal.global.activity=Activity -portal.global.public=Overview diff --git a/extension/war/src/main/resources/locale/navigation/portal/global_ca.properties b/extension/war/src/main/resources/locale/navigation/portal/global_ca.properties deleted file mode 100644 index 1ddb3eebafc..00000000000 --- a/extension/war/src/main/resources/locale/navigation/portal/global_ca.properties +++ /dev/null @@ -1,40 +0,0 @@ -# -# Copyright (C) 2020 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. -# -portal.global.searchResult=Resultat de la cerca -portal.global.stream=Stream -portal.global.spaces=Espais -portal.global.myprofile=El Meu Perfil -portal.global.connections=Les Meves Connexions -portal.global.people=Contactes -portal.global.activities=Activitats -portal.global.profile=Perfil -portal.global.yours=Connexions -portal.global.invitations=Invitacions -portal.global.requests=Peticions -portal.global.invitationSpace=Invitacions enviades -portal.global.pendingSpace=Pending Balance -portal.global.publicSpace=Directori de l'espai -portal.global.register=Registrar-se -portal.global.allNotifications=Totes les notificacions -portal.global.notifications=Configuraci\u00F3 de notificacions -portal.global.allSpaces=Tots els espais -portal.global.edit-profile=Edita el Perfil -portal.global.settings=Configuraci\u00F3 -portal.global.activity=Activity -portal.global.public=Overview diff --git a/extension/war/src/main/resources/locale/navigation/portal/global_ceb.properties b/extension/war/src/main/resources/locale/navigation/portal/global_ceb.properties deleted file mode 100644 index c114c3a2a52..00000000000 --- a/extension/war/src/main/resources/locale/navigation/portal/global_ceb.properties +++ /dev/null @@ -1,40 +0,0 @@ -# -# Copyright (C) 2020 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. -# -portal.global.searchResult=Search Result -portal.global.stream=Stream -portal.global.spaces=Spaces -portal.global.myprofile=My Profile -portal.global.connections=My Connections -portal.global.people=People -portal.global.activities=Activities -portal.global.profile=Profile -portal.global.yours=Connections -portal.global.invitations=Invitations -portal.global.requests=Requests -portal.global.invitationSpace=Invitations Sent -portal.global.pendingSpace=Pending Balance -portal.global.publicSpace=Space Directory -portal.global.register=Register -portal.global.allNotifications=All Notifications -portal.global.notifications=Notification Settings -portal.global.allSpaces=All Spaces -portal.global.edit-profile=Usba ang Profile -portal.global.settings=Settings -portal.global.activity=Activity -portal.global.public=Overview diff --git a/extension/war/src/main/resources/locale/navigation/portal/global_co.properties b/extension/war/src/main/resources/locale/navigation/portal/global_co.properties deleted file mode 100644 index 31d9b874d47..00000000000 --- a/extension/war/src/main/resources/locale/navigation/portal/global_co.properties +++ /dev/null @@ -1,40 +0,0 @@ -# -# Copyright (C) 2020 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. -# -portal.global.searchResult=Search Result -portal.global.stream=Stream -portal.global.spaces=Spaces -portal.global.myprofile=My Profile -portal.global.connections=My Connections -portal.global.people=People -portal.global.activities=Activities -portal.global.profile=Profile -portal.global.yours=Connections -portal.global.invitations=Invitations -portal.global.requests=Requests -portal.global.invitationSpace=Invitations Sent -portal.global.pendingSpace=Pending Balance -portal.global.publicSpace=Space Directory -portal.global.register=Register -portal.global.allNotifications=All Notifications -portal.global.notifications=Notification Settings -portal.global.allSpaces=All Spaces -portal.global.edit-profile=Edit Profile -portal.global.settings=Settings -portal.global.activity=Activity -portal.global.public=Overview diff --git a/extension/war/src/main/resources/locale/navigation/portal/global_cs.properties b/extension/war/src/main/resources/locale/navigation/portal/global_cs.properties deleted file mode 100644 index b9b353d681c..00000000000 --- a/extension/war/src/main/resources/locale/navigation/portal/global_cs.properties +++ /dev/null @@ -1,40 +0,0 @@ -# -# Copyright (C) 2020 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. -# -portal.global.searchResult=V\u00FDsledek hled\u00E1n\u00ED -portal.global.stream=Stream -portal.global.spaces=Skupiny -portal.global.myprofile=M\u016Fj profil -portal.global.connections=Moje kontakty -portal.global.people=Kontakty -portal.global.activities=P\u0159\u00EDsp\u011Bvky -portal.global.profile=Profil -portal.global.yours=Kontakty -portal.global.invitations=Pozv\u00E1nky -portal.global.requests=\u017D\u00E1dosti -portal.global.invitationSpace=Odeslan\u00E9 pozv\u00E1nky -portal.global.pendingSpace=Pending Balance -portal.global.publicSpace=Adres\u00E1\u0159 skupiny -portal.global.register=Registrace -portal.global.allNotifications=V\u0161echna upozorn\u011Bn\u00ED -portal.global.notifications=Nastaven\u00ED ozn\u00E1men\u00ED -portal.global.allSpaces=V\u0161echny skupiny -portal.global.edit-profile=Upravit profil -portal.global.settings=Nastaven\u00ED -portal.global.activity=Activity -portal.global.public=Overview diff --git a/extension/war/src/main/resources/locale/navigation/portal/global_de.properties b/extension/war/src/main/resources/locale/navigation/portal/global_de.properties deleted file mode 100644 index 02cc91de763..00000000000 --- a/extension/war/src/main/resources/locale/navigation/portal/global_de.properties +++ /dev/null @@ -1,40 +0,0 @@ -# -# Copyright (C) 2020 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. -# -portal.global.searchResult=Suchergebnis -portal.global.stream=Neuigkeiten -portal.global.spaces=Projektr\u00E4ume -portal.global.myprofile=Mein Profil -portal.global.connections=Meine Verbindungen -portal.global.people=Mitarbeiter -portal.global.activities=Aktivit\u00E4ten -portal.global.profile=Profil -portal.global.yours=Verbindungen -portal.global.invitations=Einladungen -portal.global.requests=Anfragen -portal.global.invitationSpace=Gesendete Einladungen -portal.global.pendingSpace=Ausstehender Raum -portal.global.publicSpace=Raumverzeichnis -portal.global.register=Registrieren -portal.global.allNotifications=Alle Benachrichtigungen -portal.global.notifications=Benachrichtigungseinstellungen -portal.global.allSpaces=Alle R\u00E4ume -portal.global.edit-profile=Profil bearbeiten -portal.global.settings=Einstellungen -portal.global.activity=Aktivit\u00E4t -portal.global.public=\u00DCbersicht diff --git a/extension/war/src/main/resources/locale/navigation/portal/global_el.properties b/extension/war/src/main/resources/locale/navigation/portal/global_el.properties deleted file mode 100644 index c40252293d5..00000000000 --- a/extension/war/src/main/resources/locale/navigation/portal/global_el.properties +++ /dev/null @@ -1,40 +0,0 @@ -# -# Copyright (C) 2020 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. -# -portal.global.searchResult=\u0391\u03C0\u03BF\u03C4\u03AD\u03BB\u03B5\u03C3\u03BC\u03B1 \u03B1\u03BD\u03B1\u03B6\u03AE\u03C4\u03B7\u03C3\u03B7\u03C2 -portal.global.stream=Stream -portal.global.spaces=\u03A7\u03CE\u03C1\u03BF\u03B9 -portal.global.myprofile=\u03A4\u03BF \u03C0\u03C1\u03BF\u03C6\u03AF\u03BB \u03BC\u03BF\u03C5 -portal.global.connections=\u039F\u03B9 \u03C3\u03C5\u03BD\u03B4\u03AD\u03C3\u03B5\u03B9\u03C2 \u03BC\u03BF\u03C5 -portal.global.people=\u0386\u03C4\u03BF\u03BC\u03B1 -portal.global.activities=\u0394\u03C1\u03B1\u03C3\u03C4\u03B7\u03C1\u03B9\u03CC\u03C4\u03B7\u03C4\u03B5\u03C2 -portal.global.profile=\u03A0\u03C1\u03BF\u03C6\u03AF\u03BB -portal.global.yours=\u03A3\u03C5\u03BD\u03B4\u03AD\u03C3\u03B5\u03B9\u03C2 -portal.global.invitations=\u03A0\u03C1\u03BF\u03C3\u03BA\u03BB\u03AE\u03C3\u03B5\u03B9\u03C2 -portal.global.requests=\u0391\u03B9\u03C4\u03AE\u03C3\u03B5\u03B9\u03C2 -portal.global.invitationSpace=\u039F\u03B9 \u03C0\u03C1\u03BF\u03C3\u03BA\u03BB\u03AE\u03C3\u03B5\u03B9\u03C2 \u03B1\u03C0\u03B5\u03C3\u03C4\u03AC\u03BB\u03B7\u03C3\u03B1\u03BD -portal.global.pendingSpace=Pending Balance -portal.global.publicSpace=\u039A\u03B1\u03C4\u03AC\u03BB\u03BF\u03B3\u03BF\u03C2 \u03A7\u03CE\u03C1\u03C9\u03BD -portal.global.register=\u0395\u03B3\u03B3\u03C1\u03B1\u03C6\u03AE -portal.global.allNotifications=\u038C\u03BB\u03B5\u03C2 \u03BF\u03B9 \u03B5\u03B9\u03B4\u03BF\u03C0\u03BF\u03B9\u03AE\u03C3\u03B5\u03B9\u03C2 -portal.global.notifications=\u03A1\u03C5\u03B8\u03BC\u03AF\u03C3\u03B5\u03B9\u03C2 \u03B5\u03B9\u03B4\u03BF\u03C0\u03BF\u03AF\u03B7\u03C3\u03B7\u03C2 -portal.global.allSpaces=\u038C\u03BB\u03BF\u03B9 \u03BF\u03B9 \u03A7\u03CE\u03C1\u03BF\u03B9 -portal.global.edit-profile=\u0391\u03BB\u03BB\u03B1\u03B3\u03AE \u03A0\u03C1\u03BF\u03C6\u03AF\u03BB -portal.global.settings=\u03A1\u03C5\u03B8\u03BC\u03AF\u03C3\u03B5\u03B9\u03C2 -portal.global.activity=Activity -portal.global.public=Overview diff --git a/extension/war/src/main/resources/locale/navigation/portal/global_en.properties b/extension/war/src/main/resources/locale/navigation/portal/global_en.properties deleted file mode 100644 index 31d9b874d47..00000000000 --- a/extension/war/src/main/resources/locale/navigation/portal/global_en.properties +++ /dev/null @@ -1,40 +0,0 @@ -# -# Copyright (C) 2020 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. -# -portal.global.searchResult=Search Result -portal.global.stream=Stream -portal.global.spaces=Spaces -portal.global.myprofile=My Profile -portal.global.connections=My Connections -portal.global.people=People -portal.global.activities=Activities -portal.global.profile=Profile -portal.global.yours=Connections -portal.global.invitations=Invitations -portal.global.requests=Requests -portal.global.invitationSpace=Invitations Sent -portal.global.pendingSpace=Pending Balance -portal.global.publicSpace=Space Directory -portal.global.register=Register -portal.global.allNotifications=All Notifications -portal.global.notifications=Notification Settings -portal.global.allSpaces=All Spaces -portal.global.edit-profile=Edit Profile -portal.global.settings=Settings -portal.global.activity=Activity -portal.global.public=Overview diff --git a/extension/war/src/main/resources/locale/navigation/portal/global_es_ES.properties b/extension/war/src/main/resources/locale/navigation/portal/global_es_ES.properties deleted file mode 100644 index 2104812bffc..00000000000 --- a/extension/war/src/main/resources/locale/navigation/portal/global_es_ES.properties +++ /dev/null @@ -1,40 +0,0 @@ -# -# Copyright (C) 2020 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. -# -portal.global.searchResult=Resultado de b\u00FAsqueda -portal.global.stream=Retransmisi\u00F3n -portal.global.spaces=Espacios -portal.global.myprofile=Mi perfil -portal.global.connections=Mis conexiones -portal.global.people=Contactos -portal.global.activities=Actividades -portal.global.profile=Perfil -portal.global.yours=Conexiones -portal.global.invitations=Invitaciones -portal.global.requests=Solicitudes -portal.global.invitationSpace=Invitaciones enviadas -portal.global.pendingSpace=Saldo pendiente -portal.global.publicSpace=Directorio de Espacios -portal.global.register=Registro -portal.global.allNotifications=Todas las notificaciones -portal.global.notifications=Configuraci\u00F3n de notificaciones -portal.global.allSpaces=Todos los espacios -portal.global.edit-profile=Editar perfil -portal.global.settings=Configuraci\u00F3n -portal.global.activity=Actividad -portal.global.public=Overview diff --git a/extension/war/src/main/resources/locale/navigation/portal/global_eu.properties b/extension/war/src/main/resources/locale/navigation/portal/global_eu.properties deleted file mode 100644 index 31d9b874d47..00000000000 --- a/extension/war/src/main/resources/locale/navigation/portal/global_eu.properties +++ /dev/null @@ -1,40 +0,0 @@ -# -# Copyright (C) 2020 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. -# -portal.global.searchResult=Search Result -portal.global.stream=Stream -portal.global.spaces=Spaces -portal.global.myprofile=My Profile -portal.global.connections=My Connections -portal.global.people=People -portal.global.activities=Activities -portal.global.profile=Profile -portal.global.yours=Connections -portal.global.invitations=Invitations -portal.global.requests=Requests -portal.global.invitationSpace=Invitations Sent -portal.global.pendingSpace=Pending Balance -portal.global.publicSpace=Space Directory -portal.global.register=Register -portal.global.allNotifications=All Notifications -portal.global.notifications=Notification Settings -portal.global.allSpaces=All Spaces -portal.global.edit-profile=Edit Profile -portal.global.settings=Settings -portal.global.activity=Activity -portal.global.public=Overview diff --git a/extension/war/src/main/resources/locale/navigation/portal/global_fa.properties b/extension/war/src/main/resources/locale/navigation/portal/global_fa.properties deleted file mode 100644 index fbb4cb0e639..00000000000 --- a/extension/war/src/main/resources/locale/navigation/portal/global_fa.properties +++ /dev/null @@ -1,40 +0,0 @@ -# -# Copyright (C) 2020 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. -# -portal.global.searchResult=\u0646\u062A\u06CC\u062C\u0647 \u062C\u0633\u062A\u062C\u0648 -portal.global.stream=Stream -portal.global.spaces=\u0641\u0636\u0627\u0647\u0627 -portal.global.myprofile=\u0645\u0634\u062E\u0635\u0627\u062A \u0645\u0646 -portal.global.connections=\u0627\u0631\u062A\u0628\u0627\u0637\u0627\u062A \u0645\u0646 -portal.global.people=\u0627\u0631\u062A\u0628\u0627\u0637\u0627\u062A -portal.global.activities=\u0641\u0639\u0627\u0644\u06CC\u062A \u0647\u0627 -portal.global.profile=\u0645\u0634\u062E\u0635\u0627\u062A -portal.global.yours=\u0627\u0631\u062A\u0628\u0627\u0637\u0627\u062A -portal.global.invitations=\u062F\u0639\u0648\u062A \u0646\u0627\u0645\u0647 \u0647\u0627 -portal.global.requests=\u062F\u0631\u062E\u0648\u0627\u0633\u062A \u0647\u0627 -portal.global.invitationSpace=\u062F\u0639\u0648\u062A \u0646\u0627\u0645\u0647 \u0647\u0627 \u0627\u0631\u0633\u0627\u0644 \u0634\u062F -portal.global.pendingSpace=Pending Balance -portal.global.publicSpace=\u0641\u0647\u0631\u0633\u062A \u0641\u0636\u0627 -portal.global.register=\u062B\u0628\u062A \u0646\u0627\u0645 -portal.global.allNotifications=\u0647\u0645\u0647 \u0627\u0637\u0644\u0627\u0639\u06CC\u0647 \u0647\u0627 -portal.global.notifications=\u062A\u0646\u0638\u06CC\u0645\u0627\u062A \u0627\u0637\u0644\u0627\u0639\u06CC\u0647 \u0647\u0627 -portal.global.allSpaces=\u062A\u0645\u0627\u0645 \u0641\u0636\u0627\u0647\u0627 -portal.global.edit-profile=\u0648\u06CC\u0631\u0627\u06CC\u0634 \u067E\u0631\u0648\u0641\u0627\u06CC\u0644 -portal.global.settings=\u062A\u0646\u0638\u06CC\u0645\u0627\u062A -portal.global.activity=Activity -portal.global.public=Overview diff --git a/extension/war/src/main/resources/locale/navigation/portal/global_fi.properties b/extension/war/src/main/resources/locale/navigation/portal/global_fi.properties deleted file mode 100644 index 31d9b874d47..00000000000 --- a/extension/war/src/main/resources/locale/navigation/portal/global_fi.properties +++ /dev/null @@ -1,40 +0,0 @@ -# -# Copyright (C) 2020 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. -# -portal.global.searchResult=Search Result -portal.global.stream=Stream -portal.global.spaces=Spaces -portal.global.myprofile=My Profile -portal.global.connections=My Connections -portal.global.people=People -portal.global.activities=Activities -portal.global.profile=Profile -portal.global.yours=Connections -portal.global.invitations=Invitations -portal.global.requests=Requests -portal.global.invitationSpace=Invitations Sent -portal.global.pendingSpace=Pending Balance -portal.global.publicSpace=Space Directory -portal.global.register=Register -portal.global.allNotifications=All Notifications -portal.global.notifications=Notification Settings -portal.global.allSpaces=All Spaces -portal.global.edit-profile=Edit Profile -portal.global.settings=Settings -portal.global.activity=Activity -portal.global.public=Overview diff --git a/extension/war/src/main/resources/locale/navigation/portal/global_fil.properties b/extension/war/src/main/resources/locale/navigation/portal/global_fil.properties deleted file mode 100644 index a5afc6c94d5..00000000000 --- a/extension/war/src/main/resources/locale/navigation/portal/global_fil.properties +++ /dev/null @@ -1,40 +0,0 @@ -# -# Copyright (C) 2020 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. -# -portal.global.searchResult=Ang hanapin ang resulta -portal.global.stream=Stream -portal.global.spaces=Ang mga espasyo -portal.global.myprofile=Ang Aking profile -portal.global.connections=Ang Aking mga Koneksyon -portal.global.people=Ang mga Tao -portal.global.activities=Ang Mga aktibidad -portal.global.profile=Ang Propayl -portal.global.yours=Ang Mga Koneksyon -portal.global.invitations=Mga imbitasyon -portal.global.requests=Ang Mga kahilingan -portal.global.invitationSpace=Ang Mga napadalang paanyaya -portal.global.pendingSpace=Pending Balance -portal.global.publicSpace=Ang Directory ng espasyo -portal.global.register=Magpa-Rehistro -portal.global.allNotifications=Ang Lahat ng Notipikasyon -portal.global.notifications=Ang mga Notipikasyon sa Setting -portal.global.allSpaces=Ang lahat ng mga espasyo -portal.global.edit-profile=Baguhin ang Propayl -portal.global.settings=Settings -portal.global.activity=Activity -portal.global.public=Overview diff --git a/extension/war/src/main/resources/locale/navigation/portal/global_fr.properties b/extension/war/src/main/resources/locale/navigation/portal/global_fr.properties deleted file mode 100644 index 0ed2cac34ac..00000000000 --- a/extension/war/src/main/resources/locale/navigation/portal/global_fr.properties +++ /dev/null @@ -1,40 +0,0 @@ -# -# Copyright (C) 2020 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. -# -portal.global.searchResult=R\u00E9sultats de recherche -portal.global.stream=Activit\u00E9s -portal.global.spaces=Espaces -portal.global.myprofile=Mon Profil -portal.global.connections=Mes Contacts -portal.global.people=Personnes -portal.global.activities=Activit\u00E9s -portal.global.profile=Profil -portal.global.yours=Contacts -portal.global.invitations=Invitations -portal.global.requests=En attente -portal.global.invitationSpace=Invitations -portal.global.pendingSpace=En attente -portal.global.publicSpace=Espaces Publics -portal.global.register=S'inscrire -portal.global.allNotifications=Toutes les Notifications -portal.global.notifications=Param\u00E8tres de Notification -portal.global.allSpaces=Tous -portal.global.edit-profile=Modifier le Profil -portal.global.settings=Param\u00E8tres -portal.global.activity=Activit\u00E9 -portal.global.public=Overview diff --git a/extension/war/src/main/resources/locale/navigation/portal/global_hi.properties b/extension/war/src/main/resources/locale/navigation/portal/global_hi.properties deleted file mode 100644 index 31d9b874d47..00000000000 --- a/extension/war/src/main/resources/locale/navigation/portal/global_hi.properties +++ /dev/null @@ -1,40 +0,0 @@ -# -# Copyright (C) 2020 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. -# -portal.global.searchResult=Search Result -portal.global.stream=Stream -portal.global.spaces=Spaces -portal.global.myprofile=My Profile -portal.global.connections=My Connections -portal.global.people=People -portal.global.activities=Activities -portal.global.profile=Profile -portal.global.yours=Connections -portal.global.invitations=Invitations -portal.global.requests=Requests -portal.global.invitationSpace=Invitations Sent -portal.global.pendingSpace=Pending Balance -portal.global.publicSpace=Space Directory -portal.global.register=Register -portal.global.allNotifications=All Notifications -portal.global.notifications=Notification Settings -portal.global.allSpaces=All Spaces -portal.global.edit-profile=Edit Profile -portal.global.settings=Settings -portal.global.activity=Activity -portal.global.public=Overview diff --git a/extension/war/src/main/resources/locale/navigation/portal/global_hu.properties b/extension/war/src/main/resources/locale/navigation/portal/global_hu.properties deleted file mode 100644 index 31d9b874d47..00000000000 --- a/extension/war/src/main/resources/locale/navigation/portal/global_hu.properties +++ /dev/null @@ -1,40 +0,0 @@ -# -# Copyright (C) 2020 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. -# -portal.global.searchResult=Search Result -portal.global.stream=Stream -portal.global.spaces=Spaces -portal.global.myprofile=My Profile -portal.global.connections=My Connections -portal.global.people=People -portal.global.activities=Activities -portal.global.profile=Profile -portal.global.yours=Connections -portal.global.invitations=Invitations -portal.global.requests=Requests -portal.global.invitationSpace=Invitations Sent -portal.global.pendingSpace=Pending Balance -portal.global.publicSpace=Space Directory -portal.global.register=Register -portal.global.allNotifications=All Notifications -portal.global.notifications=Notification Settings -portal.global.allSpaces=All Spaces -portal.global.edit-profile=Edit Profile -portal.global.settings=Settings -portal.global.activity=Activity -portal.global.public=Overview diff --git a/extension/war/src/main/resources/locale/navigation/portal/global_id.properties b/extension/war/src/main/resources/locale/navigation/portal/global_id.properties deleted file mode 100644 index f67bcbd9bd1..00000000000 --- a/extension/war/src/main/resources/locale/navigation/portal/global_id.properties +++ /dev/null @@ -1,40 +0,0 @@ -# -# Copyright (C) 2020 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. -# -portal.global.searchResult=Hasil pencarian -portal.global.stream=Stream -portal.global.spaces=Forum -portal.global.myprofile=Profil Saya -portal.global.connections=Koneksi saya -portal.global.people=Anggota -portal.global.activities=Aktifitas -portal.global.profile=Profil -portal.global.yours=Koneksi -portal.global.invitations=Undangan -portal.global.requests=Permintaan -portal.global.invitationSpace=Undangan terkirim -portal.global.pendingSpace=Saldo Tertunda -portal.global.publicSpace=Direktori Forum -portal.global.register=Registrasi -portal.global.allNotifications=Semua Notifikasi -portal.global.notifications=Pengaturan Notifikasi -portal.global.allSpaces=Semua Forum -portal.global.edit-profile=Edit Profil -portal.global.settings=Pengaturan -portal.global.activity=Aktifitas -portal.global.public=Sekilas diff --git a/extension/war/src/main/resources/locale/navigation/portal/global_in.properties b/extension/war/src/main/resources/locale/navigation/portal/global_in.properties deleted file mode 100644 index 31d9b874d47..00000000000 --- a/extension/war/src/main/resources/locale/navigation/portal/global_in.properties +++ /dev/null @@ -1,40 +0,0 @@ -# -# Copyright (C) 2020 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. -# -portal.global.searchResult=Search Result -portal.global.stream=Stream -portal.global.spaces=Spaces -portal.global.myprofile=My Profile -portal.global.connections=My Connections -portal.global.people=People -portal.global.activities=Activities -portal.global.profile=Profile -portal.global.yours=Connections -portal.global.invitations=Invitations -portal.global.requests=Requests -portal.global.invitationSpace=Invitations Sent -portal.global.pendingSpace=Pending Balance -portal.global.publicSpace=Space Directory -portal.global.register=Register -portal.global.allNotifications=All Notifications -portal.global.notifications=Notification Settings -portal.global.allSpaces=All Spaces -portal.global.edit-profile=Edit Profile -portal.global.settings=Settings -portal.global.activity=Activity -portal.global.public=Overview diff --git a/extension/war/src/main/resources/locale/navigation/portal/global_it.properties b/extension/war/src/main/resources/locale/navigation/portal/global_it.properties deleted file mode 100644 index 5b7db40b716..00000000000 --- a/extension/war/src/main/resources/locale/navigation/portal/global_it.properties +++ /dev/null @@ -1,40 +0,0 @@ -# -# Copyright (C) 2020 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. -# -portal.global.searchResult=Risultati Ricerca -portal.global.stream=Diretta -portal.global.spaces=Spazi -portal.global.myprofile=Mio Profilo -portal.global.connections=Mio Network -portal.global.people=Persone -portal.global.activities=Attivit\u00E0 -portal.global.profile=Mio Profilo -portal.global.yours=Mie Connessioni -portal.global.invitations=Inviti -portal.global.requests=Richieste Ricevute -portal.global.invitationSpace=Spazion Inviti -portal.global.pendingSpace=Pending Balance -portal.global.publicSpace=Spazio Pubblico -portal.global.register=Registrarsi -portal.global.allNotifications=Tutte le notifiche -portal.global.notifications=Impostazioni notifiche -portal.global.allSpaces=Tutti gli spazi -portal.global.edit-profile=Modifica Profilo -portal.global.settings=Impostazioni -portal.global.activity=Attivit\u00E0 -portal.global.public=Overview diff --git a/extension/war/src/main/resources/locale/navigation/portal/global_ja.properties b/extension/war/src/main/resources/locale/navigation/portal/global_ja.properties deleted file mode 100644 index c4cff812025..00000000000 --- a/extension/war/src/main/resources/locale/navigation/portal/global_ja.properties +++ /dev/null @@ -1,40 +0,0 @@ -# -# Copyright (C) 2020 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. -# -portal.global.searchResult=\u691C\u7D22\u7D50\u679C -portal.global.stream=Stream -portal.global.spaces=\u30B9\u30DA\u30FC\u30B9 -portal.global.myprofile=\u30DE\u30A4\u30D7\u30ED\u30D5\u30A3\u30FC\u30EB -portal.global.connections=\u30DE\u30A4\u30FB\u30B3\u30CD\u30AF\u30C8 -portal.global.people=\u30E1\u30F3\u30D0\u30FC -portal.global.activities=\u30A2\u30AF\u30C6\u30D3\u30C6\u30A3 -portal.global.profile=\u30D7\u30ED\u30D5\u30A3\u30FC\u30EB -portal.global.yours=\u30B3\u30CD\u30AF\u30C8 -portal.global.invitations=\u627F\u8A8D\u5F85\u3061 -portal.global.requests=\u30EA\u30AF\u30A8\u30B9\u30C8 -portal.global.invitationSpace=\u62DB\u5F85\u72B6\u304C\u9001\u4FE1\u3055\u308C\u307E\u3057\u305F -portal.global.pendingSpace=Pending Balance -portal.global.publicSpace=\u30B9\u30DA\u30FC\u30B9\u30C7\u30A3\u30EC\u30AF\u30C8\u30EA -portal.global.register=\u767B\u9332 -portal.global.allNotifications=\u3059\u3079\u3066\u306E\u901A\u77E5 -portal.global.notifications=\u901A\u77E5\u8A2D\u5B9A -portal.global.allSpaces=\u3059\u3079\u3066\u306E\u30B9\u30DA\u30FC\u30B9 -portal.global.edit-profile=\u30D7\u30ED\u30D5\u30A3\u30FC\u30EB\u3092\u7DE8\u96C6 -portal.global.settings=\u8A2D\u5B9A -portal.global.activity=Activity -portal.global.public=Overview diff --git a/extension/war/src/main/resources/locale/navigation/portal/global_kab.properties b/extension/war/src/main/resources/locale/navigation/portal/global_kab.properties deleted file mode 100644 index efc8b24dcff..00000000000 --- a/extension/war/src/main/resources/locale/navigation/portal/global_kab.properties +++ /dev/null @@ -1,39 +0,0 @@ -# -# Copyright (C) 2020 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. -# -portal.global.searchResult=Search Result -portal.global.stream=Streams -portal.global.spaces=Spaces -portal.global.myprofile=My Profile -portal.global.connections=My Connections -portal.global.people=People -portal.global.activities=Activities -portal.global.profile=Profile -portal.global.yours=Connections -portal.global.invitations=Invitations -portal.global.requests=Requests -portal.global.invitationSpace=Invitations Sent -portal.global.pendingSpace=Pending Space -portal.global.publicSpace=Space Directory -portal.global.register=Register -portal.global.allNotifications=All Notifications -portal.global.notifications=Notification Settings -portal.global.allSpaces=All Spaces -portal.global.edit-profile=Edit Profile -portal.global.settings=Settings -portal.global.activity=Activity diff --git a/extension/war/src/main/resources/locale/navigation/portal/global_ko.properties b/extension/war/src/main/resources/locale/navigation/portal/global_ko.properties deleted file mode 100644 index 31d9b874d47..00000000000 --- a/extension/war/src/main/resources/locale/navigation/portal/global_ko.properties +++ /dev/null @@ -1,40 +0,0 @@ -# -# Copyright (C) 2020 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. -# -portal.global.searchResult=Search Result -portal.global.stream=Stream -portal.global.spaces=Spaces -portal.global.myprofile=My Profile -portal.global.connections=My Connections -portal.global.people=People -portal.global.activities=Activities -portal.global.profile=Profile -portal.global.yours=Connections -portal.global.invitations=Invitations -portal.global.requests=Requests -portal.global.invitationSpace=Invitations Sent -portal.global.pendingSpace=Pending Balance -portal.global.publicSpace=Space Directory -portal.global.register=Register -portal.global.allNotifications=All Notifications -portal.global.notifications=Notification Settings -portal.global.allSpaces=All Spaces -portal.global.edit-profile=Edit Profile -portal.global.settings=Settings -portal.global.activity=Activity -portal.global.public=Overview diff --git a/extension/war/src/main/resources/locale/navigation/portal/global_lt.properties b/extension/war/src/main/resources/locale/navigation/portal/global_lt.properties deleted file mode 100644 index 4ad7cfb697e..00000000000 --- a/extension/war/src/main/resources/locale/navigation/portal/global_lt.properties +++ /dev/null @@ -1,40 +0,0 @@ -# -# Copyright (C) 2020 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. -# -portal.global.searchResult=Paie\u0161kos rezultatas -portal.global.stream=Stream -portal.global.spaces=Erdv\u0117s -portal.global.myprofile=Mano profilis -portal.global.connections=Mano jungtys -portal.global.people=People -portal.global.activities=Veiklos -portal.global.profile=Profilis -portal.global.yours=Jungtys -portal.global.invitations=Pakvietimai -portal.global.requests=Pra\u0161ymai -portal.global.invitationSpace=I\u0161si\u0173sti kvietimai -portal.global.pendingSpace=Pending Balance -portal.global.publicSpace=Erdv\u0117s katalogas -portal.global.register=Registruotis -portal.global.allNotifications=All Notifications -portal.global.notifications=Notification Settings -portal.global.allSpaces=Visos erdv\u0117s -portal.global.edit-profile=Edit Profile -portal.global.settings=Nustatymai -portal.global.activity=Activity -portal.global.public=Overview diff --git a/extension/war/src/main/resources/locale/navigation/portal/global_ms.properties b/extension/war/src/main/resources/locale/navigation/portal/global_ms.properties deleted file mode 100644 index 7145bb47b11..00000000000 --- a/extension/war/src/main/resources/locale/navigation/portal/global_ms.properties +++ /dev/null @@ -1,40 +0,0 @@ -# -# Copyright (C) 2020 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. -# -portal.global.searchResult=Search Result -portal.global.stream=Stream -portal.global.spaces=Kawasan -portal.global.myprofile=My Profile -portal.global.connections=Sambungan Saya -portal.global.people=People -portal.global.activities=Activities -portal.global.profile=Profile -portal.global.yours=Sambungan -portal.global.invitations=Invitations -portal.global.requests=Requests -portal.global.invitationSpace=Invitations Sent -portal.global.pendingSpace=Pending Balance -portal.global.publicSpace=Ruang Direktori -portal.global.register=Register -portal.global.allNotifications=All Notifications -portal.global.notifications=Notification Settings -portal.global.allSpaces=All Spaces -portal.global.edit-profile=Edit Profile -portal.global.settings=Settings -portal.global.activity=Activity -portal.global.public=Overview diff --git a/extension/war/src/main/resources/locale/navigation/portal/global_nl.properties b/extension/war/src/main/resources/locale/navigation/portal/global_nl.properties deleted file mode 100644 index 2084f7bafec..00000000000 --- a/extension/war/src/main/resources/locale/navigation/portal/global_nl.properties +++ /dev/null @@ -1,40 +0,0 @@ -# -# Copyright (C) 2020 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. -# -portal.global.searchResult=Zoekresultaat -portal.global.stream=Stream -portal.global.spaces=Ruimtes -portal.global.myprofile=Mijn profiel -portal.global.connections=Mijn verbindingen -portal.global.people=Mensen -portal.global.activities=Activiteiten -portal.global.profile=Profiel -portal.global.yours=Connecties -portal.global.invitations=Uitnodigingen -portal.global.requests=Aanvragen -portal.global.invitationSpace=Uitnodigingen verstuurd -portal.global.pendingSpace=Pending Balance -portal.global.publicSpace=Ruimte Directory -portal.global.register=Registreren -portal.global.allNotifications=Alle notificaties -portal.global.notifications=Notificatie instellingen -portal.global.allSpaces=Alle ruimten -portal.global.edit-profile=Profiel bewerken -portal.global.settings=Instellingen -portal.global.activity=Activity -portal.global.public=Overview diff --git a/extension/war/src/main/resources/locale/navigation/portal/global_no.properties b/extension/war/src/main/resources/locale/navigation/portal/global_no.properties deleted file mode 100644 index 7f66dbff155..00000000000 --- a/extension/war/src/main/resources/locale/navigation/portal/global_no.properties +++ /dev/null @@ -1,40 +0,0 @@ -# -# Copyright (C) 2020 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. -# -portal.global.searchResult=S\u00F8keresultat -portal.global.stream=Stream -portal.global.spaces=Fellesskap -portal.global.myprofile=Min profil -portal.global.connections=Mitt nettverk -portal.global.people=People -portal.global.activities=Aktiviteter -portal.global.profile=Profil -portal.global.yours=Nettverk -portal.global.invitations=Invitasjoner -portal.global.requests=Foresp\u00F8rsler -portal.global.invitationSpace=Invitasjoner sendt -portal.global.pendingSpace=Pending Balance -portal.global.publicSpace=Fellesskaps oversikt -portal.global.register=Registrer -portal.global.allNotifications=All Notifications -portal.global.notifications=Varslingsinnstillinger -portal.global.allSpaces=Alle fellesskap -portal.global.edit-profile=Edit Profile -portal.global.settings=Innstillinger -portal.global.activity=Activity -portal.global.public=Overview diff --git a/extension/war/src/main/resources/locale/navigation/portal/global_pcm.properties b/extension/war/src/main/resources/locale/navigation/portal/global_pcm.properties deleted file mode 100644 index 31d9b874d47..00000000000 --- a/extension/war/src/main/resources/locale/navigation/portal/global_pcm.properties +++ /dev/null @@ -1,40 +0,0 @@ -# -# Copyright (C) 2020 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. -# -portal.global.searchResult=Search Result -portal.global.stream=Stream -portal.global.spaces=Spaces -portal.global.myprofile=My Profile -portal.global.connections=My Connections -portal.global.people=People -portal.global.activities=Activities -portal.global.profile=Profile -portal.global.yours=Connections -portal.global.invitations=Invitations -portal.global.requests=Requests -portal.global.invitationSpace=Invitations Sent -portal.global.pendingSpace=Pending Balance -portal.global.publicSpace=Space Directory -portal.global.register=Register -portal.global.allNotifications=All Notifications -portal.global.notifications=Notification Settings -portal.global.allSpaces=All Spaces -portal.global.edit-profile=Edit Profile -portal.global.settings=Settings -portal.global.activity=Activity -portal.global.public=Overview diff --git a/extension/war/src/main/resources/locale/navigation/portal/global_pl.properties b/extension/war/src/main/resources/locale/navigation/portal/global_pl.properties deleted file mode 100644 index d56d96da019..00000000000 --- a/extension/war/src/main/resources/locale/navigation/portal/global_pl.properties +++ /dev/null @@ -1,40 +0,0 @@ -# -# Copyright (C) 2020 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. -# -portal.global.searchResult=Wyniki wyszukiwania -portal.global.stream=Stream -portal.global.spaces=Obszary -portal.global.myprofile=M\u00F3j profil -portal.global.connections=Moje po\u0142\u0105czenia -portal.global.people=Ludzie -portal.global.activities=Dzia\u0142ania -portal.global.profile=Profil -portal.global.yours=Po\u0142\u0105czenia -portal.global.invitations=Zaproszenia -portal.global.requests=\u017B\u0105dania -portal.global.invitationSpace=Zaproszenie zosta\u0142o wys\u0142ane -portal.global.pendingSpace=Pending Balance -portal.global.publicSpace=Katalog obszar\u00F3w -portal.global.register=Zarejestruj si\u0119 -portal.global.allNotifications=Wszystkie powiadomienia -portal.global.notifications=Ustawienia powiadomie\u0144 -portal.global.allSpaces=Wszystkie Przestrzenie -portal.global.edit-profile=Edytuj Profil -portal.global.settings=Ustawienia -portal.global.activity=Activity -portal.global.public=Overview diff --git a/extension/war/src/main/resources/locale/navigation/portal/global_pt_BR.properties b/extension/war/src/main/resources/locale/navigation/portal/global_pt_BR.properties deleted file mode 100644 index 3135405c98d..00000000000 --- a/extension/war/src/main/resources/locale/navigation/portal/global_pt_BR.properties +++ /dev/null @@ -1,40 +0,0 @@ -# -# Copyright (C) 2020 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. -# -portal.global.searchResult=Resultado da busca -portal.global.stream=Stream -portal.global.spaces=Espa\u00E7os -portal.global.myprofile=Meu perfil -portal.global.connections=Minhas conex\u00F5es -portal.global.people=Pessoas -portal.global.activities=Atividades -portal.global.profile=Perfil -portal.global.yours=Conex\u00F5es -portal.global.invitations=Convites -portal.global.requests=Solicita\u00E7\u00F5es -portal.global.invitationSpace=Convites enviados -portal.global.pendingSpace=Pending Balance -portal.global.publicSpace=Espa\u00E7os P\u00FAblicos -portal.global.register=Registrar -portal.global.allNotifications=Todas as notifica\u00E7\u00F5es -portal.global.notifications=Configura\u00E7\u00F5es de Notifica\u00E7\u00E3o -portal.global.allSpaces=Todos os espa\u00E7os -portal.global.edit-profile=Editar perfil -portal.global.settings=Configura\u00E7\u00F5es -portal.global.activity=Activity -portal.global.public=Overview diff --git a/extension/war/src/main/resources/locale/navigation/portal/global_pt_PT.properties b/extension/war/src/main/resources/locale/navigation/portal/global_pt_PT.properties deleted file mode 100644 index 1818ef4bf08..00000000000 --- a/extension/war/src/main/resources/locale/navigation/portal/global_pt_PT.properties +++ /dev/null @@ -1,40 +0,0 @@ -# -# Copyright (C) 2020 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. -# -portal.global.searchResult=Resultado da busca -portal.global.stream=Stream -portal.global.spaces=Espa\u00E7os -portal.global.myprofile=O Meu Perfil -portal.global.connections=As minhas liga\u00E7\u00F5es -portal.global.people=Pessoas -portal.global.activities=Atividades -portal.global.profile=Perfil -portal.global.yours=Liga\u00E7\u00F5es -portal.global.invitations=Convites -portal.global.requests=Solicita\u00E7\u00F5es -portal.global.invitationSpace=Convites enviados -portal.global.pendingSpace=Pending Balance -portal.global.publicSpace=Espa\u00E7os P\u00FAblicos -portal.global.register=Registrar -portal.global.allNotifications=Todas as notifica\u00E7\u00F5es -portal.global.notifications=Configura\u00E7\u00F5es de Notifica\u00E7\u00E3o -portal.global.allSpaces=Todos os espa\u00E7os -portal.global.edit-profile=Editar perfil -portal.global.settings=Configura\u00E7\u00F5es -portal.global.activity=Activity -portal.global.public=Overview diff --git a/extension/war/src/main/resources/locale/navigation/portal/global_ro.properties b/extension/war/src/main/resources/locale/navigation/portal/global_ro.properties deleted file mode 100644 index 76320a19fc8..00000000000 --- a/extension/war/src/main/resources/locale/navigation/portal/global_ro.properties +++ /dev/null @@ -1,40 +0,0 @@ -# -# Copyright (C) 2020 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. -# -portal.global.searchResult=Rezultatul c\u0103ut\u0103rii -portal.global.stream=Stream -portal.global.spaces=Spa\u021Bii -portal.global.myprofile=Profilul meu -portal.global.connections=Colaboratorii mei -portal.global.people=Persoane -portal.global.activities=Activit\u0103\u021Bi -portal.global.profile=Profil -portal.global.yours=Conexiuni -portal.global.invitations=Invita\u0163ii -portal.global.requests=Cereri -portal.global.invitationSpace=Invita\u0163ii trimise -portal.global.pendingSpace=Pending Balance -portal.global.publicSpace=Catalog Spa\u021Bii -portal.global.register=\u00CEnregistrare -portal.global.allNotifications=Toate notific\u0103rile -portal.global.notifications=Set\u0103rile de notificare -portal.global.allSpaces=Toate spa\u0163iile -portal.global.edit-profile=Editeaz\u0103 profilul -portal.global.settings=Set\u0103ri -portal.global.activity=Activity -portal.global.public=Overview diff --git a/extension/war/src/main/resources/locale/navigation/portal/global_ru.properties b/extension/war/src/main/resources/locale/navigation/portal/global_ru.properties deleted file mode 100644 index 0d9d19230f6..00000000000 --- a/extension/war/src/main/resources/locale/navigation/portal/global_ru.properties +++ /dev/null @@ -1,40 +0,0 @@ -# -# Copyright (C) 2020 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. -# -portal.global.searchResult=\u0420\u0435\u0437\u0443\u043B\u044C\u0442\u0430\u0442 \u043F\u043E\u0438\u0441\u043A\u0430 -portal.global.stream=Stream -portal.global.spaces=\u041E\u0431\u043B\u0430\u0441\u0442\u0438 -portal.global.myprofile=\u041C\u043E\u0439 \u043F\u0440\u043E\u0444\u0438\u043B\u044C -portal.global.connections=\u041C\u043E\u0438 \u043A\u043E\u043D\u0442\u0430\u043A\u0442\u044B -portal.global.people=\u041B\u044E\u0434\u0438 -portal.global.activities=\u0414\u0435\u044F\u0442\u0435\u043B\u044C\u043D\u043E\u0441\u0442\u044C -portal.global.profile=\u041F\u0440\u043E\u0444\u0438\u043B\u044C -portal.global.yours=\u0421\u043F\u0438\u0441\u043E\u043A \u043A\u043E\u043D\u0442\u0430\u043A\u0442\u043E\u0432 -portal.global.invitations=\u041F\u0440\u0438\u0433\u043B\u0430\u0448\u0435\u043D\u0438\u044F -portal.global.requests=\u0417\u0430\u043F\u0440\u043E\u0441\u044B -portal.global.invitationSpace=\u041E\u0442\u043F\u0440\u0430\u0432\u043B\u0435\u043D\u043D\u044B\u0435 \u043F\u0440\u0438\u0433\u043B\u0430\u0448\u0435\u043D\u0438\u044F -portal.global.pendingSpace=Pending Balance -portal.global.publicSpace=\u0414\u0438\u0440\u0435\u043A\u0442\u043E\u0440\u0438\u0439 \u043E\u0431\u043B\u0430\u0441\u0442\u0438 -portal.global.register=\u0420\u0435\u0433\u0438\u0441\u0442\u0440\u0430\u0446\u0438\u044F -portal.global.allNotifications=\u0412\u0441\u0435 \u0443\u0432\u0435\u0434\u043E\u043C\u043B\u0435\u043D\u0438\u044F -portal.global.notifications=\u041D\u0430\u0441\u0442\u0440\u043E\u0439\u043A\u0438 \u043E\u043F\u043E\u0432\u0435\u0449\u0435\u043D\u0438\u0439 -portal.global.allSpaces=\u0412\u0441\u0435 \u043E\u0431\u043B\u0430\u0441\u0442\u0438 -portal.global.edit-profile=\u0420\u0435\u0434\u0430\u043A\u0442\u0438\u0440\u043E\u0432\u0430\u0442\u044C \u043F\u0440\u043E\u0444\u0438\u043B\u044C -portal.global.settings=\u041D\u0430\u0441\u0442\u0440\u043E\u0439\u043A\u0438 -portal.global.activity=Activity -portal.global.public=Overview diff --git a/extension/war/src/main/resources/locale/navigation/portal/global_sk.properties b/extension/war/src/main/resources/locale/navigation/portal/global_sk.properties deleted file mode 100644 index 31d9b874d47..00000000000 --- a/extension/war/src/main/resources/locale/navigation/portal/global_sk.properties +++ /dev/null @@ -1,40 +0,0 @@ -# -# Copyright (C) 2020 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. -# -portal.global.searchResult=Search Result -portal.global.stream=Stream -portal.global.spaces=Spaces -portal.global.myprofile=My Profile -portal.global.connections=My Connections -portal.global.people=People -portal.global.activities=Activities -portal.global.profile=Profile -portal.global.yours=Connections -portal.global.invitations=Invitations -portal.global.requests=Requests -portal.global.invitationSpace=Invitations Sent -portal.global.pendingSpace=Pending Balance -portal.global.publicSpace=Space Directory -portal.global.register=Register -portal.global.allNotifications=All Notifications -portal.global.notifications=Notification Settings -portal.global.allSpaces=All Spaces -portal.global.edit-profile=Edit Profile -portal.global.settings=Settings -portal.global.activity=Activity -portal.global.public=Overview diff --git a/extension/war/src/main/resources/locale/navigation/portal/global_sl.properties b/extension/war/src/main/resources/locale/navigation/portal/global_sl.properties deleted file mode 100644 index 984f6afb21b..00000000000 --- a/extension/war/src/main/resources/locale/navigation/portal/global_sl.properties +++ /dev/null @@ -1,40 +0,0 @@ -# -# Copyright (C) 2020 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. -# -portal.global.searchResult=Rezultat iskanja -portal.global.stream=Stream -portal.global.spaces=Prostori -portal.global.myprofile=Moj profil -portal.global.connections=Moje povezave -portal.global.people=Ljudje -portal.global.activities=Dejavnosti -portal.global.profile=Profil -portal.global.yours=Povezave -portal.global.invitations=Vabila -portal.global.requests=Pro\u0161nje -portal.global.invitationSpace=Vabila so bila poslana -portal.global.pendingSpace=Pending Balance -portal.global.publicSpace=Imenik prostorov -portal.global.register=Registracija -portal.global.allNotifications=Vsa obvestila -portal.global.notifications=Nastavitve obvestil -portal.global.allSpaces=Vsi prostori -portal.global.edit-profile=Uredi profil -portal.global.settings=Nastavitve -portal.global.activity=Dejavnost -portal.global.public=Overview diff --git a/extension/war/src/main/resources/locale/navigation/portal/global_sq.properties b/extension/war/src/main/resources/locale/navigation/portal/global_sq.properties deleted file mode 100644 index 81090b09363..00000000000 --- a/extension/war/src/main/resources/locale/navigation/portal/global_sq.properties +++ /dev/null @@ -1,40 +0,0 @@ -# -# Copyright (C) 2020 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. -# -portal.global.searchResult=crwdns6938974:0crwdne6938974:0 -portal.global.stream=crwdns6938976:0crwdne6938976:0 -portal.global.spaces=crwdns6938978:0crwdne6938978:0 -portal.global.myprofile=crwdns6938980:0crwdne6938980:0 -portal.global.connections=crwdns6938982:0crwdne6938982:0 -portal.global.people=crwdns6938984:0crwdne6938984:0 -portal.global.activities=crwdns6938986:0crwdne6938986:0 -portal.global.profile=crwdns6938988:0crwdne6938988:0 -portal.global.yours=crwdns6938990:0crwdne6938990:0 -portal.global.invitations=crwdns6938992:0crwdne6938992:0 -portal.global.requests=crwdns6938994:0crwdne6938994:0 -portal.global.invitationSpace=crwdns6938996:0crwdne6938996:0 -portal.global.pendingSpace=crwdns6938998:0crwdne6938998:0 -portal.global.publicSpace=crwdns6939000:0crwdne6939000:0 -portal.global.register=crwdns6939002:0crwdne6939002:0 -portal.global.allNotifications=crwdns6939004:0crwdne6939004:0 -portal.global.notifications=crwdns6939006:0crwdne6939006:0 -portal.global.allSpaces=crwdns6939008:0crwdne6939008:0 -portal.global.edit-profile=crwdns6939010:0crwdne6939010:0 -portal.global.settings=crwdns6939012:0crwdne6939012:0 -portal.global.activity=crwdns6990633:0crwdne6990633:0 -portal.global.public=crwdns7097164:0crwdne7097164:0 diff --git a/extension/war/src/main/resources/locale/navigation/portal/global_sv_SE.properties b/extension/war/src/main/resources/locale/navigation/portal/global_sv_SE.properties deleted file mode 100644 index b8e166db9c7..00000000000 --- a/extension/war/src/main/resources/locale/navigation/portal/global_sv_SE.properties +++ /dev/null @@ -1,40 +0,0 @@ -# -# Copyright (C) 2020 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. -# -portal.global.searchResult=S\u00F6kresultat -portal.global.stream=Stream -portal.global.spaces=Webb-ytor -portal.global.myprofile=Min profil -portal.global.connections=Mina kopplingar -portal.global.people=People -portal.global.activities=Aktiviteter -portal.global.profile=Profil -portal.global.yours=Kopplingar -portal.global.invitations=Inbjudningar -portal.global.requests=F\u00F6rfr\u00E5gningar -portal.global.invitationSpace=Inbjudningar som skickas -portal.global.pendingSpace=Pending Balance -portal.global.publicSpace=Katalog f\u00F6r webb-ytor -portal.global.register=Registrera dig -portal.global.allNotifications=All Notifications -portal.global.notifications=Notification Settings -portal.global.allSpaces=Alla platser -portal.global.edit-profile=Edit Profile -portal.global.settings=Inst\u00E4llningar -portal.global.activity=Activity -portal.global.public=Overview diff --git a/extension/war/src/main/resources/locale/navigation/portal/global_th.properties b/extension/war/src/main/resources/locale/navigation/portal/global_th.properties deleted file mode 100644 index 31d9b874d47..00000000000 --- a/extension/war/src/main/resources/locale/navigation/portal/global_th.properties +++ /dev/null @@ -1,40 +0,0 @@ -# -# Copyright (C) 2020 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. -# -portal.global.searchResult=Search Result -portal.global.stream=Stream -portal.global.spaces=Spaces -portal.global.myprofile=My Profile -portal.global.connections=My Connections -portal.global.people=People -portal.global.activities=Activities -portal.global.profile=Profile -portal.global.yours=Connections -portal.global.invitations=Invitations -portal.global.requests=Requests -portal.global.invitationSpace=Invitations Sent -portal.global.pendingSpace=Pending Balance -portal.global.publicSpace=Space Directory -portal.global.register=Register -portal.global.allNotifications=All Notifications -portal.global.notifications=Notification Settings -portal.global.allSpaces=All Spaces -portal.global.edit-profile=Edit Profile -portal.global.settings=Settings -portal.global.activity=Activity -portal.global.public=Overview diff --git a/extension/war/src/main/resources/locale/navigation/portal/global_tl.properties b/extension/war/src/main/resources/locale/navigation/portal/global_tl.properties deleted file mode 100644 index bcaeaae8443..00000000000 --- a/extension/war/src/main/resources/locale/navigation/portal/global_tl.properties +++ /dev/null @@ -1,40 +0,0 @@ -# -# Copyright (C) 2020 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. -# -portal.global.searchResult=Search Result -portal.global.stream=Stream -portal.global.spaces=Spaces -portal.global.myprofile=My Profile -portal.global.connections=My Connections -portal.global.people=Mga tao -portal.global.activities=Activities -portal.global.profile=Profile -portal.global.yours=Connections -portal.global.invitations=Mga imbitasyon -portal.global.requests=Requests -portal.global.invitationSpace=Invitations Sent -portal.global.pendingSpace=Pending Balance -portal.global.publicSpace=Space Directory -portal.global.register=Register -portal.global.allNotifications=Lahat ng mga abiso -portal.global.notifications=Notification Settings -portal.global.allSpaces=Lahat ng mga espasyo -portal.global.edit-profile=Baguhin ang Profile -portal.global.settings=Mga setting -portal.global.activity=Activity -portal.global.public=Overview diff --git a/extension/war/src/main/resources/locale/navigation/portal/global_tr.properties b/extension/war/src/main/resources/locale/navigation/portal/global_tr.properties deleted file mode 100644 index 29f8659c150..00000000000 --- a/extension/war/src/main/resources/locale/navigation/portal/global_tr.properties +++ /dev/null @@ -1,40 +0,0 @@ -# -# Copyright (C) 2020 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. -# -portal.global.searchResult=Arama Sonucu -portal.global.stream=Ak\u0131\u015F -portal.global.spaces=Alanlar -portal.global.myprofile=Profilim -portal.global.connections=Ba\u011Flant\u0131lar\u0131m -portal.global.people=Ki\u015Filer -portal.global.activities=Aktiviteler -portal.global.profile=Profil -portal.global.yours=Ba\u011Flant\u0131lar -portal.global.invitations=Davetiyeler -portal.global.requests=\u0130stekler -portal.global.invitationSpace=G\u00F6nderilen Davetiyeler -portal.global.pendingSpace=Pending Balance -portal.global.publicSpace=Alan Dizini -portal.global.register=Kay\u0131t Ol -portal.global.allNotifications=T\u00FCm Bildirimler -portal.global.notifications=Bilgilendirme Ayarlar\u0131 -portal.global.allSpaces=T\u00FCm Alanlar -portal.global.edit-profile=Profil D\u00FCzenleme -portal.global.settings=Ayarlar -portal.global.activity=Etkinlik -portal.global.public=Overview diff --git a/extension/war/src/main/resources/locale/navigation/portal/global_uk.properties b/extension/war/src/main/resources/locale/navigation/portal/global_uk.properties deleted file mode 100644 index e86378a45fb..00000000000 --- a/extension/war/src/main/resources/locale/navigation/portal/global_uk.properties +++ /dev/null @@ -1,40 +0,0 @@ -# -# Copyright (C) 2020 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. -# -portal.global.searchResult=\u0420\u0435\u0437\u0443\u043B\u044C\u0442\u0430\u0442 \u043F\u043E\u0448\u0443\u043A\u0443 -portal.global.stream=\u041F\u043E\u0442\u0456\u043A -portal.global.spaces=\u041E\u0431\u043B\u0430\u0441\u0442\u0456 -portal.global.myprofile=\u041C\u0456\u0439 \u043F\u0440\u043E\u0444\u0456\u043B\u044C -portal.global.connections=\u041C\u043E\u0457 \u043A\u043E\u043D\u0442\u0430\u043A\u0442\u0438 -portal.global.people=\u041B\u044E\u0434\u0438 -portal.global.activities=\u0414\u0456\u044F\u043B\u044C\u043D\u043E\u0441\u0442\u0456 -portal.global.profile=\u041F\u0440\u043E\u0444\u0456\u043B\u044C -portal.global.yours=\u041A\u043E\u043D\u0442\u0430\u043A\u0442\u0438 -portal.global.invitations=\u0417\u0430\u043F\u0440\u043E\u0448\u0435\u043D\u043D\u044F -portal.global.requests=\u0417\u0430\u043F\u0438\u0442\u0438 -portal.global.invitationSpace=\u041D\u0430\u043F\u0440\u0430\u0432\u0438\u0432 \u0437\u0430\u043F\u0440\u043E\u0448\u0435\u043D\u043D\u044F -portal.global.pendingSpace=Pending Balance -portal.global.publicSpace=\u0414\u043E\u0432\u0456\u0434\u043D\u0438\u043A \u043E\u0431\u043B\u0430\u0441\u0442\u0456 -portal.global.register=\u0420\u0435\u0454\u0441\u0442\u0440\u0430\u0446\u0456\u044F -portal.global.allNotifications=\u0412\u0441\u0456 \u043F\u043E\u0432\u0456\u0434\u043E\u043C\u043B\u0435\u043D\u043D\u044F -portal.global.notifications=\u041D\u0430\u043B\u0430\u0448\u0442\u0443\u0432\u0430\u043D\u043D\u044F \u0441\u043F\u043E\u0432\u0456\u0449\u0435\u043D\u044C -portal.global.allSpaces=\u0412\u0441\u0456 \u043E\u0431\u043B\u0430\u0441\u0442\u0456 -portal.global.edit-profile=\u0420\u0435\u0434\u0430\u0433\u0443\u0432\u0430\u0442\u0438 \u043F\u0440\u043E\u0444\u0456\u043B\u044C -portal.global.settings=\u041D\u0430\u043B\u0430\u0448\u0442\u0443\u0432\u0430\u043D\u043D\u044F -portal.global.activity=\u0414\u0456\u044F\u043B\u044C\u043D\u0456\u0441\u0442\u044C -portal.global.public=Overview diff --git a/extension/war/src/main/resources/locale/navigation/portal/global_ur_IN.properties b/extension/war/src/main/resources/locale/navigation/portal/global_ur_IN.properties deleted file mode 100644 index f304e90b1ac..00000000000 --- a/extension/war/src/main/resources/locale/navigation/portal/global_ur_IN.properties +++ /dev/null @@ -1,40 +0,0 @@ -# -# Copyright (C) 2020 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. -# -portal.global.searchResult=Search Result -portal.global.stream=Stream -portal.global.spaces=Spaces -portal.global.myprofile=My Profile -portal.global.connections=My Connections -portal.global.people=\u0644\u0648\u06AF -portal.global.activities=Activities -portal.global.profile=Profile -portal.global.yours=Connections -portal.global.invitations=\u062F\u0639\u0648\u062A \u0646\u0627\u0645\u06C1 -portal.global.requests=Requests -portal.global.invitationSpace=Invitations Sent -portal.global.pendingSpace=Pending Balance -portal.global.publicSpace=Space Directory -portal.global.register=\u062F\u0631\u062C \u06A9\u0631\u0646\u0627 -portal.global.allNotifications=All Notifications -portal.global.notifications=Notification Settings -portal.global.allSpaces=\u062A\u0645\u0627\u0645 \u062C\u06AF\u06C1\u06CC\u06BA -portal.global.edit-profile=\u067E\u0631\u0648\u0641\u0627\u0626\u0644 \u0645\u06CC\u06BA \u062A\u0631\u0645\u06CC\u0645 \u06A9\u0631\u06CC\u06BA -portal.global.settings=\u062A\u0631\u062A\u06CC\u0628\u0627\u062A -portal.global.activity=Activity -portal.global.public=Overview diff --git a/extension/war/src/main/resources/locale/navigation/portal/global_vi.properties b/extension/war/src/main/resources/locale/navigation/portal/global_vi.properties deleted file mode 100644 index c7464f874e5..00000000000 --- a/extension/war/src/main/resources/locale/navigation/portal/global_vi.properties +++ /dev/null @@ -1,40 +0,0 @@ -# -# Copyright (C) 2020 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. -# -portal.global.searchResult=K\u1EBFt qu\u1EA3 T\u00ECm ki\u1EBFm -portal.global.stream=Stream -portal.global.spaces=Nh\u00F3m -portal.global.myprofile=H\u1ED3 s\u01A1 c\u1EE7a T\u00F4i -portal.global.connections=K\u1EBFt n\u1ED1i c\u1EE7a T\u00F4i -portal.global.people=Ba\u0323n be\u0300 -portal.global.activities=Ho\u1EA1t \u0111\u1ED9ng -portal.global.profile=H\u1ED3 s\u01A1 C\u00E1 nh\u00E2n -portal.global.yours=K\u1EBFt n\u1ED1i -portal.global.invitations=L\u1EDDi m\u1EDDi -portal.global.requests=Y\u00EAu c\u1EA7u -portal.global.invitationSpace=L\u1EDDi m\u1EDDi \u0111\u00E3 G\u1EEDi -portal.global.pendingSpace=Pending Balance -portal.global.publicSpace=Danh b\u1EA1 Nh\u00F3m -portal.global.register=\u0110\u0103ng k\u00FD -portal.global.allNotifications=T\u1EA5t c\u1EA3 c\u00E1c th\u00F4ng b\u00E1o -portal.global.notifications=C\u1EA5u h\u00ECnh th\u00F4ng b\u00E1o -portal.global.allSpaces=T\u1EA5t c\u1EA3 c\u00E1c Nh\u00F3m -portal.global.edit-profile=S\u1EEDa H\u00F4\u0300 s\u01A1 -portal.global.settings=C\u00E0i \u0111\u1EB7t -portal.global.activity=Activity -portal.global.public=Overview diff --git a/extension/war/src/main/resources/locale/navigation/portal/global_zh_CN.properties b/extension/war/src/main/resources/locale/navigation/portal/global_zh_CN.properties deleted file mode 100644 index 2747fdaf3d3..00000000000 --- a/extension/war/src/main/resources/locale/navigation/portal/global_zh_CN.properties +++ /dev/null @@ -1,40 +0,0 @@ -# -# Copyright (C) 2020 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. -# -portal.global.searchResult=\u641C\u7D22\u7ED3\u679C -portal.global.stream=Stream -portal.global.spaces=\u7A7A\u95F4 -portal.global.myprofile=\u6211\u7684\u914D\u7F6E\u6587\u4EF6 -portal.global.connections=\u6211\u7684\u8054\u7CFB\u4EBA -portal.global.people=\u7528\u6237 -portal.global.activities=\u6D3B\u52A8 -portal.global.profile=\u914D\u7F6E\u6587\u4EF6 -portal.global.yours=\u8054\u7CFB\u4EBA -portal.global.invitations=\u9080\u8BF7 -portal.global.requests=\u8BF7\u6C42 -portal.global.invitationSpace=\u53D1\u51FA\u9080\u8BF7 -portal.global.pendingSpace=Pending Balance -portal.global.publicSpace=\u7A7A\u95F4\u76EE\u5F55 -portal.global.register=\u6CE8\u518C -portal.global.allNotifications=\u6240\u6709\u901A\u77E5 -portal.global.notifications=\u901A\u77E5\u8BBE\u7F6E -portal.global.allSpaces=\u6240\u6709\u7A7A\u95F4 -portal.global.edit-profile=\u7F16\u8F91\u914D\u7F6E\u6587\u4EF6 -portal.global.settings=\u8BBE\u7F6E -portal.global.activity=Activity -portal.global.public=Overview diff --git a/extension/war/src/main/resources/locale/navigation/portal/global_zh_TW.properties b/extension/war/src/main/resources/locale/navigation/portal/global_zh_TW.properties deleted file mode 100644 index 4be2636a06d..00000000000 --- a/extension/war/src/main/resources/locale/navigation/portal/global_zh_TW.properties +++ /dev/null @@ -1,40 +0,0 @@ -# -# Copyright (C) 2020 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. -# -portal.global.searchResult=\u641C\u5C0B\u7D50\u679C -portal.global.stream=Stream -portal.global.spaces=\u7A7A\u9593 -portal.global.myprofile=\u6211\u7684\u8A2D\u5B9A\u6A94 -portal.global.connections=\u6211\u7684\u806F\u7E6B -portal.global.people=People -portal.global.activities=\u6D3B\u52D5 -portal.global.profile=\u8A2D\u5B9A\u6A94 -portal.global.yours=\u806F\u7E6B -portal.global.invitations=\u9080\u8ACB -portal.global.requests=\u8ACB\u6C42 -portal.global.invitationSpace=\u767C\u51FA\u9080\u8ACB -portal.global.pendingSpace=Pending Balance -portal.global.publicSpace=\u7A7A\u9593\u76EE\u9304 -portal.global.register=\u8A3B\u518A -portal.global.allNotifications=All Notifications -portal.global.notifications=\u901A\u77E5\u8A2D\u5B9A -portal.global.allSpaces=\u5168\u90E8\u7684\u7A7A\u9593 -portal.global.edit-profile=Edit Profile -portal.global.settings=\u8A2D\u5B9A -portal.global.activity=Activity -portal.global.public=Overview diff --git a/extension/war/src/main/webapp/WEB-INF/conf/portal/group/platform/administrators/navigation.xml b/extension/war/src/main/webapp/WEB-INF/conf/portal/group/platform/administrators/navigation.xml deleted file mode 100644 index 5c152842135..00000000000 --- a/extension/war/src/main/webapp/WEB-INF/conf/portal/group/platform/administrators/navigation.xml +++ /dev/null @@ -1,59 +0,0 @@ - - - - 2 - - - - usersManagement - - group::/platform/administrators::usersManagement - - - groupsManagement - - group::/platform/administrators::groupsManagement - - - membershipsManagement - - group::/platform/administrators::membershipsManagement - - - profileManagement - - group::/platform/administrators::profileManagement - - - generalSettings - - group::/platform/administrators::generalSettings - - - notification - - group::/platform/administrators::notification - - - diff --git a/extension/war/src/main/webapp/WEB-INF/conf/portal/group/platform/administrators/pages.xml b/extension/war/src/main/webapp/WEB-INF/conf/portal/group/platform/administrators/pages.xml deleted file mode 100644 index 1db9f606baf..00000000000 --- a/extension/war/src/main/webapp/WEB-INF/conf/portal/group/platform/administrators/pages.xml +++ /dev/null @@ -1,140 +0,0 @@ - - - - - usersManagement - Users Management - *:/platform/administrators - manager:/platform/administrators - - *:/platform/administrators - - - social-portlet - IDMUsersManagement - - Users Management - *:/platform/administrators - false - false - - - - - groupsManagement - Groups Management - manager:/platform/administrators - manager:/platform/administrators - - *:/platform/administrators - - - social-portlet - IDMGroupsManagement - - Groups Management - manager:/platform/administrators - false - false - - - - - membershipsManagement - Memberships Management - manager:/platform/administrators - manager:/platform/administrators - - *:/platform/administrators - - - social-portlet - IDMMembershipTypesManagement - - Memberships Management - manager:/platform/administrators - false - false - - - - - profileManagement - Profile Settings Management - manager:/platform/administrators - manager:/platform/administrators - - *:/platform/users - - - social-portlet - ProfileSettingsPortlet - - Profile Settings Management - manager:/platform/administrators - false - false - - - - - generalSettings - General Settings - *:/platform/administrators - manager:/platform/administrators - - *:/platform/administrators - - - social-portlet - GeneralSettings - - General Settings Portlet - *:/platform/administrators - false - - - - - - notification - Notifications Administration - manager:/platform/administrators - manager:/platform/administrators - - *:/platform/administrators - - - social-portlet - NotificationAdministration - - Notifications Administration - manager:/platform/administrators - false - false - false - - - - - diff --git a/extension/war/src/main/webapp/WEB-INF/conf/portal/group/platform/delegated/navigation.xml b/extension/war/src/main/webapp/WEB-INF/conf/portal/group/platform/delegated/navigation.xml deleted file mode 100644 index 899517c1210..00000000000 --- a/extension/war/src/main/webapp/WEB-INF/conf/portal/group/platform/delegated/navigation.xml +++ /dev/null @@ -1,34 +0,0 @@ - - - - 2 - - - - usersManagement - - group::/platform/delegated::usersManagement - - - \ No newline at end of file diff --git a/extension/war/src/main/webapp/WEB-INF/conf/portal/group/platform/delegated/pages.xml b/extension/war/src/main/webapp/WEB-INF/conf/portal/group/platform/delegated/pages.xml deleted file mode 100644 index 68fef9a0e98..00000000000 --- a/extension/war/src/main/webapp/WEB-INF/conf/portal/group/platform/delegated/pages.xml +++ /dev/null @@ -1,43 +0,0 @@ - - - - - usersManagement - Users Management - *:/platform/delegated - *:/platform/delegated - - *:/platform/delegated - - - social-portlet - IDMUsersManagement - - Users Management - *:/platform/delegated - false - false - - - - \ No newline at end of file diff --git a/extension/war/src/main/webapp/WEB-INF/conf/portal/group/platform/users/navigation.xml b/extension/war/src/main/webapp/WEB-INF/conf/portal/group/platform/users/navigation.xml deleted file mode 100644 index 32e49ad32e6..00000000000 --- a/extension/war/src/main/webapp/WEB-INF/conf/portal/group/platform/users/navigation.xml +++ /dev/null @@ -1,33 +0,0 @@ - - - - 8 - - - spacesAdministration - - group::/platform/users::spacesAdministration - - - diff --git a/extension/war/src/main/webapp/WEB-INF/conf/portal/group/platform/users/pages.xml b/extension/war/src/main/webapp/WEB-INF/conf/portal/group/platform/users/pages.xml deleted file mode 100644 index 1e3ec9c0a1d..00000000000 --- a/extension/war/src/main/webapp/WEB-INF/conf/portal/group/platform/users/pages.xml +++ /dev/null @@ -1,42 +0,0 @@ - - - - - spacesAdministration - Spaces Administration - *:/platform/administrators - *:/platform/administrators - false - - *:/platform/administrators - - - social-portlet - SpacesAdministration - - *:/platform/users - false - - - - diff --git a/extension/war/src/main/webapp/WEB-INF/conf/portal/template/pages/custom space/page.xml b/extension/war/src/main/webapp/WEB-INF/conf/portal/template/pages/custom space/page.xml deleted file mode 100644 index 3d730885022..00000000000 --- a/extension/war/src/main/webapp/WEB-INF/conf/portal/template/pages/custom space/page.xml +++ /dev/null @@ -1,29 +0,0 @@ - - - - - - - - - social-portlet - SpaceMenuPortlet - - false - - - - - - - social-portlet - SpaceActivityStreamPortlet - - false - - - - diff --git a/extension/war/src/main/webapp/WEB-INF/conf/portal/template/pages/space/page.xml b/extension/war/src/main/webapp/WEB-INF/conf/portal/template/pages/space/page.xml deleted file mode 100644 index d74cc822257..00000000000 --- a/extension/war/src/main/webapp/WEB-INF/conf/portal/template/pages/space/page.xml +++ /dev/null @@ -1,41 +0,0 @@ - - - - - - - - - - - social-portlet - SpaceMenuPortlet - - *:/platform/users - false - - - - - - \ No newline at end of file diff --git a/extension/war/src/main/webapp/WEB-INF/conf/portal/template/pages/spaceHomePage/page.xml b/extension/war/src/main/webapp/WEB-INF/conf/portal/template/pages/spaceHomePage/page.xml deleted file mode 100644 index f09c715fe0b..00000000000 --- a/extension/war/src/main/webapp/WEB-INF/conf/portal/template/pages/spaceHomePage/page.xml +++ /dev/null @@ -1,83 +0,0 @@ - - - - - - - - - - social-portlet - SpaceMenuPortlet - - *:/platform/users;*:/platform/externals - false - - - - *:/platform/users;*:/platform/externals - - *:/platform/users;*:/platform/externals - - - social-portlet - SpaceActivityStreamPortlet - - *:/platform/users;*:/platform/externals - false - - - - *:/platform/users;*:/platform/externals - - - - social-portlet - SpaceInfos - - *:/platform/users;*:/platform/externals - false - - - - *:/platform/users;*:/platform/externals - - - - - social-portlet - WhoIsOnLinePortlet - - *:/platform/users;*:/platform/externals - false - - - - space-home-widgets-container - addonContainer - - - - - - diff --git a/extension/war/src/main/webapp/WEB-INF/conf/social-extension/portal/dynamic-container-configuration.xml b/extension/war/src/main/webapp/WEB-INF/conf/social-extension/portal/dynamic-container-configuration.xml index 1ee5f47f313..eb38b98705c 100644 --- a/extension/war/src/main/webapp/WEB-INF/conf/social-extension/portal/dynamic-container-configuration.xml +++ b/extension/war/src/main/webapp/WEB-INF/conf/social-extension/portal/dynamic-container-configuration.xml @@ -261,10 +261,7 @@ - *:/platform/users - - - *:/platform/externals + Everyone @@ -355,10 +352,7 @@ - *:/platform/users - - - *:/platform/externals + Everyone diff --git a/extension/war/src/main/webapp/WEB-INF/conf/social-extension/portal/portal/global/navigation.xml b/extension/war/src/main/webapp/WEB-INF/conf/social-extension/portal/portal/global/navigation.xml deleted file mode 100644 index a52e0f5844b..00000000000 --- a/extension/war/src/main/webapp/WEB-INF/conf/social-extension/portal/portal/global/navigation.xml +++ /dev/null @@ -1,179 +0,0 @@ - - - - 1 - - - - - stream - - portal::global::stream - - - - spaces - - portal::global::all-spaces - - - - people - - portal::global::all-people - - - - connexions - - SYSTEM - portal::global::all-people - - - people - - portal::global::all-people - - - - network - - portal::global::all-people - - - - receivedInvitations - - portal::global::all-people - - - - pendingRequests - - portal::global::all-people - - - - - activities - - SYSTEM - portal::global::activities - - - - activity - - SYSTEM - portal::global::activity - - - - connections - - SYSTEM - - all-people - - portal::global::all-people - - - - network - - portal::global::all-people - - - - receivedInvitations - - portal::global::all-people - - - - pendingRequests - - portal::global::all-people - - - yours - - portal::global::all-people - - - invitations - - portal::global::all-people - - - requests - - portal::global::all-people - - - - - all-spaces - - SYSTEM - portal::global::all-spaces - - - - invitationSpace - - SYSTEM - portal::global::all-spaces - - - - pendingSpace - - SYSTEM - portal::global::all-spaces - - - - space-access - - SYSTEM - portal::global::space-access - - - - search - - SYSTEM - portal::global::search - - - - settings - - SYSTEM - portal::global::settings - - - - diff --git a/extension/war/src/main/webapp/WEB-INF/conf/social-extension/portal/portal/global/pages.xml b/extension/war/src/main/webapp/WEB-INF/conf/social-extension/portal/portal/global/pages.xml deleted file mode 100644 index fe93bf7858a..00000000000 --- a/extension/war/src/main/webapp/WEB-INF/conf/social-extension/portal/portal/global/pages.xml +++ /dev/null @@ -1,380 +0,0 @@ - - - - - - all-people - People Directory - *:/platform/users - manager:/platform/administrators - - *:/platform/users - - *:/platform/users - - - social-portlet - PeopleList - - All People - *:/platform/users - false - true - - - - *:/platform/users - - - social-portlet - PeopleOverview - - People Overview Portlet - *:/platform/users - false - true - - - - - social-portlet - SuggestionsPeopleAndSpace - - - suggestionsType - user - - - - Suggestions peoples - *:/platform/users - false - false - false - - - rightbottom-people-container - *:/platform/users - addonContainer - - - - - - - - all-spaces - All Spaces - *:/platform/users - manager:/platform/administrators - - *:/platform/users - - *:/platform/users - - - social-portlet - SpacesList - - All Spaces - *:/platform/users - false - true - - - - *:/platform/users - - - social-portlet - SpacesOverview - - Spaces Overview Portlet - *:/platform/users - false - true - - - - - social-portlet - SuggestionsPeopleAndSpace - - - suggestionsType - space - - - - Suggestions spaces - *:/platform/users - false - false - false - - - rightbottom-spaces-container - *:/platform/users - addonContainer - - - - - - - - activity - Activity - *:/platform/users;*:/platform/externals - manager:/platform/administrators - - *:/platform/users;*:/platform/externals - - *:/platform/users;*:/platform/externals - - - social-portlet - UserActivityStreamPortlet - - User Activity Stream - *:/platform/users;*:/platform/externals - false - true - - - - - - - search - Search - Everyone - manager:/platform/administrators - - - - space-access - space-access - *:/platform/users;*:/platform/externals - manager:/platform/administrators - - - social-portlet - SpaceAccessPortlet - - space-access - *:/platform/users;*:/platform/externals - false - true - - - - - settings - Settings - *:/platform/users;*:/platform/externals - manager:/platform/administrators - - *:/platform/users;*:/platform/externals - - - social-portlet - UserSettingLanguage - - User Setting Language - *:/platform/users;*:/platform/externals - false - false - - - - social-portlet - UserSettingNotifications - - User Setting Notifications - *:/platform/users;*:/platform/externals - false - false - - - - social-portlet - UserSettingSecurity - - User Setting Security - *:/platform/users;*:/platform/externals - false - false - - - settings-bottom-container - *:/platform/users;*:/platform/externals - addonContainer - - - - - stream - Stream - *:/platform/users - manager:/platform/administrators - - *:/platform/users - - *:/platform/users - - - social-portlet - UserActivityStreamPortlet - - User Activity Stream - *:/platform/users - false - true - - - - *:/platform/users - - *:/platform/users - - - social-portlet - GettingStarted - - Getting Started - *:/platform/users - false - true - - - - *:/platform/users - - stream-top-widgets-container - addonContainer - - - - *:/platform/users - - *:/platform/users - - - social-portlet - WhoIsOnLinePortlet - - Who is on line - *:/platform/users - false - false - false - - - - - social-portlet - SuggestionsPeopleAndSpace - - Suggestions peoples and spaces - *:/platform/users - false - false - false - - - *:/platform/users - - stream-bottom-widgets-container - addonContainer - - - - - - - - - externalStream - externalStream - *:/platform/externals - manager:/platform/administrators - - *:/platform/externals - - *:/platform/externals - - - social-portlet - UserActivityStreamPortlet - - User Activity Stream - *:/platform/externals - false - true - - - - *:/platform/externals - - *:/platform/externals - - - social-portlet - GettingStarted - - Getting Started - *:/platform/externals - false - true - - - - *:/platform/externals - - - social-portlet - ExternalSpacesList - - External spaces list - *:/platform/externals - false - - - - *:/platform/externals - - - task-management - tasks - - Tasks - *:/platform/externals - false - - - - - - - diff --git a/extension/war/src/main/webapp/WEB-INF/conf/social-extension/portal/portal/global/portal.xml b/extension/war/src/main/webapp/WEB-INF/conf/social-extension/portal/portal/global/portal.xml deleted file mode 100644 index 88d163d6df9..00000000000 --- a/extension/war/src/main/webapp/WEB-INF/conf/social-extension/portal/portal/global/portal.xml +++ /dev/null @@ -1,33 +0,0 @@ - - - - global - en - *:/platform/users;*:/platform/externals - *:/platform/administrators - - onDemand - 0 - - - - - diff --git a/extension/war/src/main/webapp/WEB-INF/conf/social-extension/portal/profile-page/portal/global/navigation.xml b/extension/war/src/main/webapp/WEB-INF/conf/social-extension/portal/profile-page/portal/global/navigation.xml deleted file mode 100644 index e200f7fd9bb..00000000000 --- a/extension/war/src/main/webapp/WEB-INF/conf/social-extension/portal/profile-page/portal/global/navigation.xml +++ /dev/null @@ -1,36 +0,0 @@ - - - - 2 - - - - profile - - SYSTEM - portal::global::profile - - - - diff --git a/extension/war/src/main/webapp/WEB-INF/conf/social-extension/portal/profile-page/portal/global/pages.xml b/extension/war/src/main/webapp/WEB-INF/conf/social-extension/portal/profile-page/portal/global/pages.xml deleted file mode 100644 index 03c1a824128..00000000000 --- a/extension/war/src/main/webapp/WEB-INF/conf/social-extension/portal/profile-page/portal/global/pages.xml +++ /dev/null @@ -1,130 +0,0 @@ - - - - - - profile - Profile - *:/platform/users;*:/platform/externals - manager:/platform/administrators - - - *:/platform/users;*:/platform/externals - - - social-portlet - ProfileHeader - - Profile Header Portlet - *:/platform/users;*:/platform/externals - false - true - - - - *:/platform/users;*:/platform/externals - - *:/platform/users;*:/platform/externals - - profile-before-about-me-container - *:/platform/users;*:/platform/externals - addonContainer - - - *:/platform/users;*:/platform/externals - - - social-portlet - ProfileAboutMe - - Profile AboutMe Portlet - *:/platform/users;*:/platform/externals - false - true - - - - profile-after-about-me-container - *:/platform/users;*:/platform/externals - addonContainer - - - profile-before-work-experience-container - *:/platform/users;*:/platform/externals - addonContainer - - - profile-before-contact-information-container - *:/platform/users - addonContainer - - - *:/platform/users;*:/platform/externals - - - social-portlet - ProfileContactInformation - - Profile contact information Portlet - *:/platform/users;*:/platform/externals - false - true - - - - profile-after-contact-information-container - *:/platform/users - addonContainer - - - *:/platform/users;*:/platform/externals - - - social-portlet - ProfileWorkExperience - - Profile Work Experience Portlet - *:/platform/users;*:/platform/externals - false - true - - - - profile-after-work-experience-container - *:/platform/users;*:/platform/externals - addonContainer - - - - *:/platform/users;*:/platform/externals - - profile-right-container - *:/platform/users;*:/platform/externals - addonContainer - - - - - - - diff --git a/extension/war/src/main/webapp/WEB-INF/conf/social-extension/portal/social-portal-configuration.xml b/extension/war/src/main/webapp/WEB-INF/conf/social-extension/portal/social-portal-configuration.xml index c94925cc40f..b7159b0e993 100644 --- a/extension/war/src/main/webapp/WEB-INF/conf/social-extension/portal/social-portal-configuration.xml +++ b/extension/war/src/main/webapp/WEB-INF/conf/social-extension/portal/social-portal-configuration.xml @@ -47,7 +47,7 @@ portal.creator.groups groups with membership type have permission to manage portal - *:/platform/administrators,*:/organization/management/executive-board + *:/platform/administrators @@ -124,112 +124,4 @@ - - org.exoplatform.portal.config.UserPortalConfigService - - new.portal.config.user.listener - initListener - org.exoplatform.portal.config.NewPortalConfigListener - this listener init the portal configuration - - - override - The flag parameter to decide if portal metadata is overriden on restarting server - true - - - group.configuration - description - - - - - /platform/administrators - - - /platform/users - - - /platform/delegated - - - - - group - - - war:/conf/portal - - - ${exo.social.groups.portalConfig.metadata.override:true} - - - ${exo.social.groups.portalConfig.metadata.importmode:overwrite} - - - - - portal.configuration - - - - - global - - - - - portal - - - war:/conf/social-extension/portal - - - ${exo.social.portalConfig.metadata.override:true} - - - ${exo.social.portalConfig.metadata.importmode:insert} - - - - - - - new.portal.config.user.listener - initListener - org.exoplatform.portal.config.NewPortalConfigListener - this listener init the portal configuration - - - override - The flag parameter to decide if portal metadata is overriden on restarting server - true - - - portal.configuration - - - - - global - - - - - portal - - - war:/conf/social-extension/portal/profile-page - - - ${exo.social.portalConfig.profilePage.override:true} - - - ${exo.social.portalConfig.profilePage.importmode:insert} - - - - - - diff --git a/translations.properties b/translations.properties index fb3a4fb8978..8d6e624ffe8 100644 --- a/translations.properties +++ b/translations.properties @@ -61,4 +61,3 @@ navigation/users.properties=extension/war/src/main/resources/locale/navigation/g navigation/guests.properties=extension/war/src/main/resources/locale/navigation/group/platform/guests_en.properties navigation/administrators.properties=extension/war/src/main/resources/locale/navigation/group/platform/administrators_en.properties navigation/delegated.properties=extension/war/src/main/resources/locale/navigation/group/platform/delegated_en.properties -navigation/global.properties=extension/war/src/main/resources/locale/navigation/portal/global_en.properties diff --git a/webapp/portlet/src/main/resources/locale/portlet/Portlets_en.properties b/webapp/portlet/src/main/resources/locale/portlet/Portlets_en.properties index 9515b93cc71..fc391c28d0a 100644 --- a/webapp/portlet/src/main/resources/locale/portlet/Portlets_en.properties +++ b/webapp/portlet/src/main/resources/locale/portlet/Portlets_en.properties @@ -809,7 +809,7 @@ Notification.alert.errorChangingSpaceMutingStatus=An error occurred while procee publicAccess.login=Login publicAccess.register=Sign up publicAccess.access=Open -publicAccess.previewModeTooltip=Preview as visitor +publicAccess.previewModeTooltip=Preview the page as visitor publicAccess.editModeTooltip=Get back to edit mode publicAccess.makeSiteVisible=Make the site visible generalSettings.publicSiteUpdatedSuccessfully=Public site visibility successfully updated @@ -821,3 +821,7 @@ confirm.no=No publicSite.title.suffix=Public site publicAccess.siteIsNotVisibleTooltip=Site is accessible to administrators only. Click to make it visible to anyone. publicAccess.siteIsVisibleTooltip=Site is accessible to anyone. Click to make it visible to administrators only. + +siteAccess.pageNotFoundTitle=Page not found +siteAccess.pageNotFoundSubTitle=Try again later or contact your administrator +siteAccess.pageNotFoundButton=Back home diff --git a/webapp/portlet/src/main/resources/locale/portlet/Portlets_fr.properties b/webapp/portlet/src/main/resources/locale/portlet/Portlets_fr.properties index a2ce2ef14ca..2210f1f460a 100644 --- a/webapp/portlet/src/main/resources/locale/portlet/Portlets_fr.properties +++ b/webapp/portlet/src/main/resources/locale/portlet/Portlets_fr.properties @@ -806,18 +806,6 @@ Notification.alert.successfullyMuted=Les notifications d'espace sont mises en so Notification.alert.successfullyUnmuted=Les notifications d'espace sont r\u00E9activ\u00E9es Notification.alert.errorChangingSpaceMutingStatus=Une erreur s'est produite lors de l'op\u00E9ration. Veuillez contacter l'administrateur ou r\u00E9essayer plus tard. -publicAccess.login=Se connecter -publicAccess.register=S'inscrire -publicAccess.access=Ouvrir -publicAccess.previewModeTooltip=Aper\u00E7u en tant que visiteur -publicAccess.editModeTooltip=Revenir en mode \u00E9dition -publicAccess.makeSiteVisible=Rendre le site visible -generalSettings.publicSiteUpdatedSuccessfully=Visibilit\u00E9 du site public mise \u00E0 jour avec succ\u00E8s -generalSettings.publicSiteUpdateError=Erreur lors de la mise \u00E0 jour de la visibilit\u00E9 du site public - -confirm.yes=Oui -confirm.no=Non - -publicSite.title.suffix=Site public -publicAccess.siteIsNotVisibleTooltip=Le site est accessible uniquement aux administrateurs. Cliquez pour le rendre visible \u00E0 quiconque. -publicAccess.siteIsVisibleTooltip=Le site est accessible \u00E0 tout le monde. Cliquez pour le rendre visible aux administrateurs uniquement. +publicSite.title.suffix=Public site +publicAccess.siteIsNotVisibleTooltip=Site is accessible to administrators only. Click to make it visible to anyone. +publicAccess.siteIsVisibleTooltip=Site is accessible to anyone. Click to make it visible to administrators only. diff --git a/webapp/portlet/src/main/webapp/WEB-INF/gatein-resources.xml b/webapp/portlet/src/main/webapp/WEB-INF/gatein-resources.xml index fb038e5536d..a352655ceef 100644 --- a/webapp/portlet/src/main/webapp/WEB-INF/gatein-resources.xml +++ b/webapp/portlet/src/main/webapp/WEB-INF/gatein-resources.xml @@ -396,6 +396,31 @@ + + PageNotFound + + + + commonVueComponents + + + vue + + + vuetify + + + eXoVueI18n + + + extensionRegistry + + + + Login diff --git a/webapp/portlet/src/main/webapp/WEB-INF/jsp/portlet/topbarLogin.jsp b/webapp/portlet/src/main/webapp/WEB-INF/jsp/portlet/topbarLogin.jsp index f19f65a4e2b..e9be2a645bb 100644 --- a/webapp/portlet/src/main/webapp/WEB-INF/jsp/portlet/topbarLogin.jsp +++ b/webapp/portlet/src/main/webapp/WEB-INF/jsp/portlet/topbarLogin.jsp @@ -1,3 +1,5 @@ +<%@page import="org.exoplatform.social.core.identity.model.Identity"%> +<%@page import="org.exoplatform.social.webui.Utils"%> <%@page import="io.meeds.portal.security.constant.UserRegistrationType"%> <%@page import="org.exoplatform.container.ExoContainerContext"%> <%@page import="io.meeds.portal.security.service.SecuritySettingService"%> @@ -24,13 +26,25 @@ <% SecuritySettingService securitySettingService = ExoContainerContext.getService(SecuritySettingService.class); boolean canRegister = securitySettingService.getRegistrationType() == UserRegistrationType.OPEN; + Identity viewerIdentity = Utils.getViewerIdentity(); + String avatarUrl = viewerIdentity == null ? "" : viewerIdentity.getProfile().getAvatarUrl(); %>
-
- +
+ <% if (request.getRemoteUser() == null) { %> +
+
+   +
+
+ <% } %> +
-
+
\ No newline at end of file diff --git a/webapp/portlet/src/main/webapp/WEB-INF/portlet.xml b/webapp/portlet/src/main/webapp/WEB-INF/portlet.xml index 5571d7e7778..7ae02aefdb2 100644 --- a/webapp/portlet/src/main/webapp/WEB-INF/portlet.xml +++ b/webapp/portlet/src/main/webapp/WEB-INF/portlet.xml @@ -42,6 +42,27 @@
+ + Page Not Found Portlet + PageNotFound + Page Not Found Portlet + org.exoplatform.commons.api.portlet.GenericDispatchedViewPortlet + + portlet-view-dispatched-file-path + /html/pageNotFound.html + + -1 + PUBLIC + + text/html + + + Page Not Found Portlet + Page Not Found + social + + + Users Management Portlet IDMUsersManagement @@ -642,7 +663,7 @@ preload.resource.rest - + text/html diff --git a/webapp/portlet/src/main/webapp/groovy/social/webui/UISocialPortalApplicationHead.gtmpl b/webapp/portlet/src/main/webapp/groovy/social/webui/UISocialPortalApplicationHead.gtmpl index 527483096cd..de00dd4ec8a 100644 --- a/webapp/portlet/src/main/webapp/groovy/social/webui/UISocialPortalApplicationHead.gtmpl +++ b/webapp/portlet/src/main/webapp/groovy/social/webui/UISocialPortalApplicationHead.gtmpl @@ -27,6 +27,7 @@ BrandingService brandingService = uicomponent.getApplicationComponent(BrandingService.class); Set supportedAttachmentObjectTypes = attachmentService.getSupportedObjectTypes(); String viewerIdentityId = Utils.getViewerIdentityId(); + String ownerIdentityId = Utils.getOwnerIdentityId(); %> + + diff --git a/webapp/portlet/src/main/webapp/html/topbarLogo.html b/webapp/portlet/src/main/webapp/html/topbarLogo.html deleted file mode 100644 index 8c0d2050aa2..00000000000 --- a/webapp/portlet/src/main/webapp/html/topbarLogo.html +++ /dev/null @@ -1,10 +0,0 @@ -
- -
diff --git a/webapp/portlet/src/main/webapp/js/BodyScrollListener.js b/webapp/portlet/src/main/webapp/js/BodyScrollListener.js index 00514422288..e686e5778a3 100644 --- a/webapp/portlet/src/main/webapp/js/BodyScrollListener.js +++ b/webapp/portlet/src/main/webapp/js/BodyScrollListener.js @@ -1,11 +1,21 @@ function() { - const topBar = document.querySelector('#UITopBarContainerParent'); - const topBarHeight = topBar && topBar.offsetHeight; - const bodyMaxHeight = topBarHeight && `calc(100vh - ${topBarHeight}px)` || '100vh'; $(document).ready(installScrollControlListener); + window.onresize = computeViewPort; + + function computeViewPort() { + if (window.innerWidth < (eXo.env.portal?.vuetifyPreset?.breakpoint?.thresholds?.xs || 768)) { + document.documentElement.style.setProperty('--100vh', `${window.innerHeight}px`); + } else { + document.documentElement.style.removeProperty('--100vh'); + } + } function installScrollControlListener() { + computeViewPort(); + const topBarHeight = document.querySelector('#UITopBarContainerParent')?.offsetHeight || 0; + const bodyMaxHeight = `calc(var(--100vh, 100vh) - ${topBarHeight}px)`; + const parentScrollableSelector = document.querySelector('#UISiteBody .UITopBarContainer') && '#UIPageBody' || '#UISiteBody'; const siteBody = document.querySelector(parentScrollableSelector) || document.querySelector('#UIPageBody'); siteBody.classList.add('site-scroll-parent'); diff --git a/webapp/portlet/src/main/webapp/skin/less/common/PeopleList/Style.less b/webapp/portlet/src/main/webapp/skin/less/common/PeopleList/Style.less index 0e2cff444a5..075b2d49604 100644 --- a/webapp/portlet/src/main/webapp/skin/less/common/PeopleList/Style.less +++ b/webapp/portlet/src/main/webapp/skin/less/common/PeopleList/Style.less @@ -4,10 +4,10 @@ padding-right: 20px; } #peopleListBody { - min-height: ~"calc(100vh - 180px)"; + min-height: ~"calc(var(--100vh, 100vh) - 180px)"; } .noPeopleYetBlock { - min-height: ~"calc(100vh - 280px)"; + min-height: ~"calc(var(--100vh, 100vh) - 280px)"; color: @greyColorLighten1; .addNewPeopleLink { diff --git a/webapp/portlet/src/main/webapp/skin/less/deprecated/webui/Popup/Style.less b/webapp/portlet/src/main/webapp/skin/less/deprecated/webui/Popup/Style.less index 3308dfdaf97..6bcb0c7a3db 100644 --- a/webapp/portlet/src/main/webapp/skin/less/deprecated/webui/Popup/Style.less +++ b/webapp/portlet/src/main/webapp/skin/less/deprecated/webui/Popup/Style.less @@ -81,7 +81,7 @@ Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. overflow: auto; padding: 15px; margin: -15px; - max-height: ~"calc(100vh - 300px)"; + max-height: ~"calc(var(--100vh, 100vh) - 300px)"; } > .resizable { padding: 0 15px; diff --git a/webapp/portlet/src/main/webapp/skin/less/portlet/SpacesAdministration/Style.less b/webapp/portlet/src/main/webapp/skin/less/portlet/SpacesAdministration/Style.less index 0f9941fa83f..d9c6a913efd 100644 --- a/webapp/portlet/src/main/webapp/skin/less/portlet/SpacesAdministration/Style.less +++ b/webapp/portlet/src/main/webapp/skin/less/portlet/SpacesAdministration/Style.less @@ -271,7 +271,7 @@ } .secondDrawer { - height: 100vh; + height: var(--100vh, 100vh); .title { .treeGroupSearch { padding-top: 0; diff --git a/webapp/portlet/src/main/webapp/skin/less/portlet/SpacesList/Style.less b/webapp/portlet/src/main/webapp/skin/less/portlet/SpacesList/Style.less index b5bd40df911..a7048430722 100644 --- a/webapp/portlet/src/main/webapp/skin/less/portlet/SpacesList/Style.less +++ b/webapp/portlet/src/main/webapp/skin/less/portlet/SpacesList/Style.less @@ -32,10 +32,10 @@ padding-right: 20px; } #spacesListBody { - min-height: ~"calc(100vh - 180px)"; + min-height: ~"calc(var(--100vh, 100vh) - 180px)"; } .noSpacesYetBlock { - min-height: ~"calc(100vh - 280px)"; + min-height: ~"calc(var(--100vh, 100vh) - 280px)"; color: @greyColorLighten1; .addNewSpaceLink { diff --git a/webapp/portlet/src/main/webapp/skin/less/standalone-pages/AccountSetup.less b/webapp/portlet/src/main/webapp/skin/less/standalone-pages/AccountSetup.less index dc3a69bee17..b1aec9ffe6a 100644 --- a/webapp/portlet/src/main/webapp/skin/less/standalone-pages/AccountSetup.less +++ b/webapp/portlet/src/main/webapp/skin/less/standalone-pages/AccountSetup.less @@ -32,7 +32,7 @@ body { height: 0; display: flex; align-items: center; - min-height: 100vh; + min-height: var(--100vh, 100vh); box-sizing: border-box; margin: 0; } diff --git a/webapp/portlet/src/main/webapp/vue-apps/activity-reactions/components/ActivityReactionsListItems.vue b/webapp/portlet/src/main/webapp/vue-apps/activity-reactions/components/ActivityReactionsListItems.vue index 985a9ef0f18..0884df6c7c7 100644 --- a/webapp/portlet/src/main/webapp/vue-apps/activity-reactions/components/ActivityReactionsListItems.vue +++ b/webapp/portlet/src/main/webapp/vue-apps/activity-reactions/components/ActivityReactionsListItems.vue @@ -69,7 +69,7 @@ export default { return this.user && !this.user.relationshipStatus && !this.sameUser; }, profileUrl() { - return this.user && `${eXo.env.portal.context}/${eXo.env.portal.portalName}/profile/${this.user.username}`; + return this.user && `${eXo.env.portal.context}/${eXo.env.portal.defaultPortal}/profile/${this.user.username}`; }, }, created() { diff --git a/webapp/portlet/src/main/webapp/vue-apps/activity-stream/components/empty-stream/ActivityNotFound.vue b/webapp/portlet/src/main/webapp/vue-apps/activity-stream/components/empty-stream/ActivityNotFound.vue index ce55c0e98ed..fc6c29c5aaf 100644 --- a/webapp/portlet/src/main/webapp/vue-apps/activity-stream/components/empty-stream/ActivityNotFound.vue +++ b/webapp/portlet/src/main/webapp/vue-apps/activity-stream/components/empty-stream/ActivityNotFound.vue @@ -30,8 +30,8 @@ export default { data: () =>({ activityStreamUrl: eXo.env.portal.isExternal === 'true' ? - `${eXo.env.portal.context}/${eXo.env.portal.portalName}/external-stream` - : `${eXo.env.portal.context}/${eXo.env.portal.portalName}/stream`, + `${eXo.env.portal.context}/${eXo.env.portal.defaultPortal}/external-stream` + : `${eXo.env.portal.context}/${eXo.env.portal.defaultPortal}/stream`, }), }; \ No newline at end of file diff --git a/webapp/portlet/src/main/webapp/vue-apps/activity-stream/components/empty-stream/ActivityStreamEmptyMessageUser.vue b/webapp/portlet/src/main/webapp/vue-apps/activity-stream/components/empty-stream/ActivityStreamEmptyMessageUser.vue index 1ed5db3a705..f7f23abd3b2 100644 --- a/webapp/portlet/src/main/webapp/vue-apps/activity-stream/components/empty-stream/ActivityStreamEmptyMessageUser.vue +++ b/webapp/portlet/src/main/webapp/vue-apps/activity-stream/components/empty-stream/ActivityStreamEmptyMessageUser.vue @@ -73,10 +73,10 @@ export default { return this.$currentUserIdentity && this.$currentUserIdentity.profile && this.$currentUserIdentity.profile.fullname; }, profileUri() { - return `${eXo.env.portal.context}/${eXo.env.portal.portalName}/profile`; + return `${eXo.env.portal.context}/${eXo.env.portal.defaultPortal}/profile`; }, spacesUri() { - return `${eXo.env.portal.context}/${eXo.env.portal.portalName}/spaces`; + return `${eXo.env.portal.context}/${eXo.env.portal.defaultPortal}/spaces`; }, profilelink() { return `${this.profileName}`; diff --git a/webapp/portlet/src/main/webapp/vue-apps/activity-stream/extensions.js b/webapp/portlet/src/main/webapp/vue-apps/activity-stream/extensions.js index 456b07798ee..901c07a992f 100644 --- a/webapp/portlet/src/main/webapp/vue-apps/activity-stream/extensions.js +++ b/webapp/portlet/src/main/webapp/vue-apps/activity-stream/extensions.js @@ -1,4 +1,4 @@ -const activityBaseLink = `${eXo.env.portal.context}/${eXo.env.portal.portalName}/activity`; +const activityBaseLink = `${eXo.env.portal.context}/${eXo.env.portal.defaultPortal}/activity`; extensionRegistry.registerComponent('ActivityStream', 'activity-stream-drawers', { id: 'share-drawer', diff --git a/webapp/portlet/src/main/webapp/vue-apps/activity-stream/main.js b/webapp/portlet/src/main/webapp/vue-apps/activity-stream/main.js index 5c11704d0aa..e930ecfe476 100644 --- a/webapp/portlet/src/main/webapp/vue-apps/activity-stream/main.js +++ b/webapp/portlet/src/main/webapp/vue-apps/activity-stream/main.js @@ -24,7 +24,7 @@ if (!Vue.prototype.$activityUtils) { document.dispatchEvent(new CustomEvent('displayTopBarLoading')); -const activityBaseLink = `${eXo.env.portal.context}/${eXo.env.portal.portalName}/activity`; +const activityBaseLink = `${eXo.env.portal.context}/${eXo.env.portal.defaultPortal}/activity`; // get overrided components if exists if (extensionRegistry) { diff --git a/webapp/portlet/src/main/webapp/vue-apps/common/components/UserAvatar.vue b/webapp/portlet/src/main/webapp/vue-apps/common/components/UserAvatar.vue index afa81202a45..eb934c6599b 100644 --- a/webapp/portlet/src/main/webapp/vue-apps/common/components/UserAvatar.vue +++ b/webapp/portlet/src/main/webapp/vue-apps/common/components/UserAvatar.vue @@ -19,7 +19,7 @@ :class="avatarClass" class="ma-0 flex-shrink-0"> null, }, + avatarUrl: { + type: String, + default: null, + }, + name: { + type: String, + default: null, + }, avatar: { type: Boolean, default: () => false, @@ -274,19 +282,19 @@ export default { }, deleted() { return this.userIdentity?.deleted; - }, + }, userFullname() { - return this.userIdentity?.fullname; + return this.userIdentity?.fullname || this.name; }, position() { return this.userIdentity?.position; }, - avatarUrl() { - return this.userIdentity?.enabled? this.userIdentity.avatar || `${eXo.env.portal.context}/${eXo.env.portal.rest}/v1/social/users/${this.username ? this.username : this.profileId}/avatar` : `${eXo.env.portal.context}/${eXo.env.portal.rest}/v1/social/users/default-image/avatar`; + userAvatarUrl() { + return this.userIdentity?.enabled ? (this.userIdentity.avatar || this.avatarUrl || `${eXo.env.portal.context}/${eXo.env.portal.rest}/v1/social/users/${this.username || this.profileId}/avatar`) : (this.avatarUrl || `${eXo.env.portal.context}/${eXo.env.portal.rest}/v1/social/users/default-image/avatar`); }, profileUrl() { - if (this.url && !this.clickable) { - return `${eXo.env.portal.context}/${eXo.env.portal.portalName}/profile/${this.username}`; + if (this.url && !this.clickable && this.username) { + return `${eXo.env.portal.context}/${eXo.env.portal.defaultPortal}/profile/${this.username}`; } else { return null; } @@ -326,7 +334,7 @@ export default { deleted: this.deleted, fullName: this.userFullname, position: this.position, - avatar: this.avatarUrl, + avatar: this.userAvatarUrl, external: this.isExternal, }; }, diff --git a/webapp/portlet/src/main/webapp/vue-apps/common/js/spacesConstants.js b/webapp/portlet/src/main/webapp/vue-apps/common/js/spacesConstants.js index 64df8df7ba7..763a5d9fda8 100644 --- a/webapp/portlet/src/main/webapp/vue-apps/common/js/spacesConstants.js +++ b/webapp/portlet/src/main/webapp/vue-apps/common/js/spacesConstants.js @@ -1,7 +1,7 @@ export const spacesConstants = { ENV: eXo.env.portal || '', PORTAL: eXo.env.portal.context || '', - PORTAL_NAME: eXo.env.portal.portalName || '', + PORTAL_NAME: eXo.env.portal.defaultPortal || '', PORTAL_CONTEXT: eXo.env.portal.context, PORTAL_REST: eXo.env.portal.rest, PROFILE_SPACE_LINK: '/g/:spaces:', diff --git a/webapp/portlet/src/main/webapp/vue-apps/favorites-list-top-bar/components/ActivityFavoriteItem.vue b/webapp/portlet/src/main/webapp/vue-apps/favorites-list-top-bar/components/ActivityFavoriteItem.vue index 65991e7c4d2..4359b405a76 100644 --- a/webapp/portlet/src/main/webapp/vue-apps/favorites-list-top-bar/components/ActivityFavoriteItem.vue +++ b/webapp/portlet/src/main/webapp/vue-apps/favorites-list-top-bar/components/ActivityFavoriteItem.vue @@ -75,7 +75,7 @@ export default { } }, created() { - this.activityUrl = `${eXo.env.portal.context}/${eXo.env.portal.portalName}/activity?id=${this.id}`; + this.activityUrl = `${eXo.env.portal.context}/${eXo.env.portal.defaultPortal}/activity?id=${this.id}`; this.$activityService.getActivityById(this.id) .then(fullActivity => { this.activity = fullActivity; diff --git a/webapp/portlet/src/main/webapp/vue-apps/favorites-list-top-bar/components/SpaceFavoriteItem.vue b/webapp/portlet/src/main/webapp/vue-apps/favorites-list-top-bar/components/SpaceFavoriteItem.vue index b1af1de372d..f9e2252f0b3 100644 --- a/webapp/portlet/src/main/webapp/vue-apps/favorites-list-top-bar/components/SpaceFavoriteItem.vue +++ b/webapp/portlet/src/main/webapp/vue-apps/favorites-list-top-bar/components/SpaceFavoriteItem.vue @@ -59,7 +59,7 @@ export default { isFavorite: true }), created() { - this.spaceUrl = `${eXo.env.portal.context}/${eXo.env.portal.portalName}/activity?id=${this.id}`; + this.spaceUrl = `${eXo.env.portal.context}/${eXo.env.portal.defaultPortal}/activity?id=${this.id}`; this.$spaceService.getSpaceById(this.id) .then((spaceData)=> { this.space = spaceData; diff --git a/webapp/portlet/src/main/webapp/vue-apps/general-settings/components/GeneralSettings.vue b/webapp/portlet/src/main/webapp/vue-apps/general-settings/components/GeneralSettings.vue index 27a2e2542e3..3dd8222f115 100644 --- a/webapp/portlet/src/main/webapp/vue-apps/general-settings/components/GeneralSettings.vue +++ b/webapp/portlet/src/main/webapp/vue-apps/general-settings/components/GeneralSettings.vue @@ -22,7 +22,7 @@ diff --git a/webapp/portlet/src/main/webapp/vue-apps/hamburger-menu/components/HamburgerMenuNavigationFirstLevel.vue b/webapp/portlet/src/main/webapp/vue-apps/hamburger-menu/components/HamburgerMenuNavigationFirstLevel.vue index 67272bc2288..573532d3000 100644 --- a/webapp/portlet/src/main/webapp/vue-apps/hamburger-menu/components/HamburgerMenuNavigationFirstLevel.vue +++ b/webapp/portlet/src/main/webapp/vue-apps/hamburger-menu/components/HamburgerMenuNavigationFirstLevel.vue @@ -32,7 +32,7 @@ :aria-label="$t('menu.role.navigation.first.level')" :min-width="drawerWidth" :max-width="drawerWidth" - max-height="100vh" + max-height="var(--100vh, 100vh)" class="d-flex flex-column fill-height HamburgerNavigationMenu" role="navigation" color="white" diff --git a/webapp/portlet/src/main/webapp/vue-apps/hamburger-menu/components/profile/ProfileHamburgerNavigation.vue b/webapp/portlet/src/main/webapp/vue-apps/hamburger-menu/components/profile/ProfileHamburgerNavigation.vue index d08994a9dab..059e2cbcc0b 100644 --- a/webapp/portlet/src/main/webapp/vue-apps/hamburger-menu/components/profile/ProfileHamburgerNavigation.vue +++ b/webapp/portlet/src/main/webapp/vue-apps/hamburger-menu/components/profile/ProfileHamburgerNavigation.vue @@ -56,7 +56,7 @@ export default { }, data() { return { - PROFILE_URI: `${eXo.env.portal.context}/${eXo.env.portal.portalName}/profile`, + PROFILE_URI: `${eXo.env.portal.context}/${eXo.env.portal.defaultPortal}/profile`, IDENTITY_REST_API_URI: `${eXo.env.portal.context}/${eXo.env.portal.rest}/v1/social/identities/${eXo.env.portal.userIdentityId}`, profile: null, }; diff --git a/webapp/portlet/src/main/webapp/vue-apps/hamburger-menu/components/recent-spaces/SpacesHamburgerNavigation.vue b/webapp/portlet/src/main/webapp/vue-apps/hamburger-menu/components/recent-spaces/SpacesHamburgerNavigation.vue index f94af871331..a7168456a8c 100644 --- a/webapp/portlet/src/main/webapp/vue-apps/hamburger-menu/components/recent-spaces/SpacesHamburgerNavigation.vue +++ b/webapp/portlet/src/main/webapp/vue-apps/hamburger-menu/components/recent-spaces/SpacesHamburgerNavigation.vue @@ -125,7 +125,7 @@ export default { spacesLimit: 7, showItemActions: false, arrowIcon: 'fa-arrow-right', - allSpacesLink: `${eXo.env.portal.context}/${ eXo.env.portal.portalName }/all-spaces?createSpace=true`, + allSpacesLink: `${eXo.env.portal.context}/${eXo.env.portal.defaultPortal}/spaces?createSpace=true`, canAddSpaces: false, space: null, spacePanel: false, diff --git a/webapp/portlet/src/main/webapp/vue-apps/hamburger-menu/components/user/UserHamburgerNavigation.vue b/webapp/portlet/src/main/webapp/vue-apps/hamburger-menu/components/user/UserHamburgerNavigation.vue index 73f05da3ac4..c58b4c93520 100644 --- a/webapp/portlet/src/main/webapp/vue-apps/hamburger-menu/components/user/UserHamburgerNavigation.vue +++ b/webapp/portlet/src/main/webapp/vue-apps/hamburger-menu/components/user/UserHamburgerNavigation.vue @@ -42,7 +42,7 @@ \ No newline at end of file diff --git a/webapp/portlet/src/main/webapp/vue-apps/page-not-found/initComponents.js b/webapp/portlet/src/main/webapp/vue-apps/page-not-found/initComponents.js new file mode 100644 index 00000000000..59e87737ab1 --- /dev/null +++ b/webapp/portlet/src/main/webapp/vue-apps/page-not-found/initComponents.js @@ -0,0 +1,27 @@ +/* + * This file is part of the Meeds project (https://meeds.io/). + * + * Copyright (C) 2020 - 2023 Meeds Association contact@meeds.io + * + * This program 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 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 + * Lesser General Public License for more details. + * + * You should have received a copy of the GNU Lesser General Public License + * along with this program; if not, write to the Free Software Foundation, + * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. + */ +import PageNotFound from './components/PageNotFound.vue'; + +const components = { + 'page-not-found': PageNotFound, +}; + +for (const key in components) { + Vue.component(key, components[key]); +} diff --git a/webapp/portlet/src/main/webapp/vue-apps/page-not-found/main.js b/webapp/portlet/src/main/webapp/vue-apps/page-not-found/main.js new file mode 100644 index 00000000000..c61c263fc18 --- /dev/null +++ b/webapp/portlet/src/main/webapp/vue-apps/page-not-found/main.js @@ -0,0 +1,51 @@ +/* + * This file is part of the Meeds project (https://meeds.io/). + * + * Copyright (C) 2020 - 2023 Meeds Association contact@meeds.io + * + * This program 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 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 + * Lesser General Public License for more details. + * + * You should have received a copy of the GNU Lesser General Public License + * along with this program; if not, write to the Free Software Foundation, + * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. + */ +import './initComponents.js'; + +// get overrided components if exists +if (extensionRegistry) { + const components = extensionRegistry.loadComponents('PageNotFound'); + if (components && components.length > 0) { + components.forEach(cmp => { + Vue.component(cmp.componentName, cmp.componentOptions); + }); + } +} + +const appId = 'PageNotFound'; + +//getting language of the PLF +const lang = eXo?.env?.portal?.language || 'en'; + +//should expose the locale ressources as REST API +const url = `${eXo.env.portal.context}/${eXo.env.portal.rest}/i18n/bundle/locale.portlet.Portlets-${lang}.json`; + +document.dispatchEvent(new CustomEvent('displayTopBarLoading')); +export function init() { + exoi18n.loadLanguageAsync(lang, url).then(i18n => { + Vue.createApp({ + mounted() { + document.dispatchEvent(new CustomEvent('hideTopBarLoading')); + }, + template: ``, + vuetify: Vue.prototype.vuetifyOptions, + i18n, + }, `#${appId}`, 'Page Not Found App'); + }); +} diff --git a/webapp/portlet/src/main/webapp/vue-apps/people-list/components/PeopleCardFront.vue b/webapp/portlet/src/main/webapp/vue-apps/people-list/components/PeopleCardFront.vue index d377e9a78e9..8f1864f159d 100644 --- a/webapp/portlet/src/main/webapp/vue-apps/people-list/components/PeopleCardFront.vue +++ b/webapp/portlet/src/main/webapp/vue-apps/people-list/components/PeopleCardFront.vue @@ -381,7 +381,7 @@ export default { }, url() { if (this.user && this.user.username) { - return `${eXo.env.portal.context}/${eXo.env.portal.portalName}/profile/${this.user.username}`; + return `${eXo.env.portal.context}/${eXo.env.portal.defaultPortal}/profile/${this.user.username}`; } else { return '#'; } diff --git a/webapp/portlet/src/main/webapp/vue-apps/people-overview/components/PeopleOverviewPeopleListItem.vue b/webapp/portlet/src/main/webapp/vue-apps/people-overview/components/PeopleOverviewPeopleListItem.vue index bf15c43792c..b2c32e7c96f 100644 --- a/webapp/portlet/src/main/webapp/vue-apps/people-overview/components/PeopleOverviewPeopleListItem.vue +++ b/webapp/portlet/src/main/webapp/vue-apps/people-overview/components/PeopleOverviewPeopleListItem.vue @@ -115,7 +115,7 @@ export default { return this.user && this.user.avatar || `${eXo.env.portal.context}/${eXo.env.portal.rest}/v1/social/users/${this.user.username}/avatar`; }, url() { - return this.user && this.user.profile || `${eXo.env.portal.context}/${eXo.env.portal.portalName}/profile/${this.user.username}/`; + return this.user && this.user.profile || `${eXo.env.portal.context}/${eXo.env.portal.defaultPortal}/profile/${this.user.username}/`; }, }, methods: { diff --git a/webapp/portlet/src/main/webapp/vue-apps/search-activity/components/SearchActivityCard.vue b/webapp/portlet/src/main/webapp/vue-apps/search-activity/components/SearchActivityCard.vue index 07c28479bcc..fc45548a8b9 100644 --- a/webapp/portlet/src/main/webapp/vue-apps/search-activity/components/SearchActivityCard.vue +++ b/webapp/portlet/src/main/webapp/vue-apps/search-activity/components/SearchActivityCard.vue @@ -143,9 +143,9 @@ export default { }, link() { if (this.isComment) { - return `/${eXo.env.portal.containerName}/${eXo.env.portal.portalName}/activity?id=${this.result.id}#comment-comment${this.result.comment.id}`; + return `/${eXo.env.portal.containerName}/${eXo.env.portal.defaultPortal}/activity?id=${this.result.id}#comment-comment${this.result.comment.id}`; } else { - return `/${eXo.env.portal.containerName}/${eXo.env.portal.portalName}/activity?id=${this.activity.id}`; + return `/${eXo.env.portal.containerName}/${eXo.env.portal.defaultPortal}/activity?id=${this.activity.id}`; } }, }, diff --git a/webapp/portlet/src/main/webapp/vue-apps/space-access/components/SpaceAccess.vue b/webapp/portlet/src/main/webapp/vue-apps/space-access/components/SpaceAccess.vue index 431ce092da8..a0cbe9b0077 100644 --- a/webapp/portlet/src/main/webapp/vue-apps/space-access/components/SpaceAccess.vue +++ b/webapp/portlet/src/main/webapp/vue-apps/space-access/components/SpaceAccess.vue @@ -102,7 +102,7 @@ export default { }), computed: { spacesLink() { - return `${eXo.env.portal.context}/${eXo.env.portal.portalName}/spaces`; + return `${eXo.env.portal.context}/${eXo.env.portal.defaultPortal}/spaces`; }, spaceLink() { return this.parameters?.originalUri; diff --git a/webapp/portlet/src/main/webapp/vue-apps/space-access/main.js b/webapp/portlet/src/main/webapp/vue-apps/space-access/main.js index 68635575a3a..3bd869d3d23 100644 --- a/webapp/portlet/src/main/webapp/vue-apps/space-access/main.js +++ b/webapp/portlet/src/main/webapp/vue-apps/space-access/main.js @@ -50,6 +50,6 @@ export function init(parameters) { template: ``, vuetify: Vue.prototype.vuetifyOptions, i18n, - }, `#${appId}`, 'Space Header'); + }, `#${appId}`, 'Space Access'); }); } diff --git a/webapp/portlet/src/main/webapp/vue-apps/space-infos-app/components/ExoSpaceInfos.vue b/webapp/portlet/src/main/webapp/vue-apps/space-infos-app/components/ExoSpaceInfos.vue index 4da16e0fbec..4a1e9b50dd6 100644 --- a/webapp/portlet/src/main/webapp/vue-apps/space-infos-app/components/ExoSpaceInfos.vue +++ b/webapp/portlet/src/main/webapp/vue-apps/space-infos-app/components/ExoSpaceInfos.vue @@ -48,7 +48,7 @@ export default { description: '', managers: [], redactors: [], - profileUrl: `${eXo.env.portal.context}/${eXo.env.portal.portalName}/profile/` + profileUrl: `${eXo.env.portal.context}/${eXo.env.portal.defaultPortal}/profile/` }; }, created() { diff --git a/webapp/portlet/src/main/webapp/vue-apps/suggestions-people-space/components/ExoSuggestionsPeopleListItem.vue b/webapp/portlet/src/main/webapp/vue-apps/suggestions-people-space/components/ExoSuggestionsPeopleListItem.vue index 60ac1a16cae..04101e519b0 100644 --- a/webapp/portlet/src/main/webapp/vue-apps/suggestions-people-space/components/ExoSuggestionsPeopleListItem.vue +++ b/webapp/portlet/src/main/webapp/vue-apps/suggestions-people-space/components/ExoSuggestionsPeopleListItem.vue @@ -65,7 +65,7 @@ export default { if (!this.people || !this.people.suggestionId) { return '#'; } - return `${eXo.env.portal.context}/${eXo.env.portal.portalName}/profile/${this.people.username}`; + return `${eXo.env.portal.context}/${eXo.env.portal.defaultPortal}/profile/${this.people.username}`; }, }, methods: { diff --git a/webapp/portlet/src/main/webapp/vue-apps/top-bar-login/components/TopBarLogin.vue b/webapp/portlet/src/main/webapp/vue-apps/top-bar-login/components/TopBarLogin.vue index 16c7c726cd6..e15eb0fec67 100644 --- a/webapp/portlet/src/main/webapp/vue-apps/top-bar-login/components/TopBarLogin.vue +++ b/webapp/portlet/src/main/webapp/vue-apps/top-bar-login/components/TopBarLogin.vue @@ -20,8 +20,8 @@ -->