This repository was archived by the owner on Jan 15, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 56
/
Copy pathtranslations.properties
38 lines (33 loc) · 2.02 KB
/
translations.properties
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
#
# Copyright (C) 2003-2013 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 3 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.
#
# Mandatory property that indicate the base directory where each file is located in Crowdin (must end with /).
baseDir=platform/social/
# Files
# component
component/Core.properties=component/core/src/main/resources/locale/social/Core_en.properties
component/Webui.properties=component/webui/src/main/resources/locale/social/Webui_en.properties
# extension
#extension/classic.properties=extension/war/src/main/resources/locale/navigation/portal/classic_en.properties
extension/Notification.properties=extension/notification/src/main/resources/locale/notification/template/Notification_en.properties
# webapp
webapp/Portlets.properties=webapp/portlet/src/main/resources/locale/portlet/Portlets_en.properties
webapp/UserNotificationPortlet.properties=webapp/juzu-portlet/src/main/resources/locale/portlet/notification/UserNotificationPortlet_en.properties
webapp/SpaceInfosPortlet.properties=webapp/portlet/src/main/resources/locale/portlet/social/SpaceInfosPortlet_en.properties
webapp/SpaceAdministrationPortlet.properties=webapp/vue-portlet/src/main/resources/locale/portlet/social/SpacesAdministrationPortlet_en.properties
webapp/SpaceTemplatesPortlet.properties=webapp/vue-portlet/src/main/resources/locale/portlet/social/SpaceTemplatesPortlet_en.properties