Skip to content
This repository has been archived by the owner on Apr 8, 2019. It is now read-only.

Commit

Permalink
GTNPORTAL-3532 Typo in portlet access permissions - "setted" instead of
Browse files Browse the repository at this point in the history
"set"
  • Loading branch information
ppalaga committed Aug 12, 2014
1 parent d608f05 commit dd7414d
Showing 1 changed file with 17 additions and 17 deletions.
@@ -1,16 +1,16 @@
#
# Copyright (C) 2009 eXo Platform SAS.
#
#
# This is free software; you can redistribute it and/or modify it
# under the terms of the GNU Lesser General Public License as
# published by the Free Software Foundation; either version 2.1 of
# the License, or (at your option) any later version.
#
#
# This software is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
# Lesser General Public License for more details.
#
#
# You should have received a copy of the GNU Lesser General Public
# License along with this software; if not, write to the Free
# Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
Expand All @@ -19,8 +19,8 @@

##expression
word.cancel=Cancel
label.displayName=Display Name:
label.description=Description:
label.displayName=Display Name:
label.description=Description:
category.msg.changeNotExist=Can not save changes to the category that no longer in database.
application.msg.changeNotExist=Can not save changes to the application that no longer in database.
gadget.msg.changeNotExist=Can not save changes to the gadget that no longer in database.
Expand Down Expand Up @@ -50,18 +50,18 @@ UIOrganizer.msg.applicationNoExist=This application is no longer in database.
## org.exoplatform.applicationregistry.webui.component.UIApplicationRegistryEditMode
UIApplicationRegistryEditMode.title=Import Applications
UIApplicationRegistryEditMode.label.showImport=Change Show Import

##org.exoplatform.applicationregistry.webui.component.UIApplicationInfo
UIApplicationInfo.label.name=Name:
UIApplicationInfo.label.name=Name:
UIApplicationInfo.label.displayName=#{label.displayName}
UIApplicationInfo.label.description=#{label.description}
UIApplicationInfo.label.accessPermissions=Default Access Permission Settings
UIApplicationInfo.label.accessPermissionsDescription=These access permissions will be setted by default when use this component
UIApplicationInfo.label.accessPermissionsDescription=These access permissions will be set by default when this component is placed on a page.
UIApplicationInfo.title.editApplication=Edit Application

##org.exoplatform.applicationregistry.webui.component.UIApplicationForm
UIApplicationForm.title=Edit application information
UIApplicationForm.label.applicationName=Application Name:
UIApplicationForm.label.applicationName=Application Name:
UIApplicationForm.label.displayName=#{label.displayName}
UIApplicationForm.label.description=#{label.description}
UIApplicationForm.action.Save=#{word.save}
Expand All @@ -82,7 +82,7 @@ UIAddApplicationForm.label.displayName=#{label.displayName}
UIAddApplicationForm.label.type=Application Type
application.label.=
##org.exoplatform.applicationregistry.webui.component.UICategoryForm
UICategoryForm.label.name=Category name:
UICategoryForm.label.name=Category name:
UICategoryForm.label.displayName=#{label.displayName}
UICategoryForm.label.description=#{label.description}
UICategoryForm.action.Save=#{word.save}
Expand All @@ -97,11 +97,11 @@ UIPortletManagement.title.remote=REMOTE
UIPortletManagement.msg.noPortlet=There are no Portlets available.

## org.exoplatform.applicationregistry.webui.component.UIPortletInfo
UIPortletInfo.label.name=Portlet Name:
UIPortletInfo.label.name=Portlet Name:
UIPortletInfo.label.display=#{label.displayName}
UIPortletInfo.label.description=#{label.description}
UIPortletInfo.title.portletPreferences=Portlet Preferences
UIPortletInfo.msg.noPortletPreferences=No Portlet Preferences
UIPortletInfo.msg.noPortletPreferences=No Portlet Preferences
UIPortletInfo.label.categories=Categories:
UIPortletInfo.label.categories.guide=You must add this portlet to one or several categories to be able to use it in pages.
UIPortletInfo.label.categories.clickHere=Click here to add into categories
Expand All @@ -116,18 +116,18 @@ UIGadgetManagement.msg.deleteGadget=Are you sure to delete this gadget?

## org.exoplatform.applicationregistry.webui.component.UIGadgetInfo
UIGadgetInfo.label.gadgetDetails=Gadget Details
UIGadgetInfo.label.name=Gadget name:
UIGadgetInfo.label.name=Gadget name:
UIGadgetInfo.label.displayName=#{label.displayName}
UIGadgetInfo.label.description=#{label.description}
UIGadgetInfo.label.viewUrl=View URL:
UIGadgetInfo.label.viewUrl=View URL:
UIGadgetInfo.label.editUrl=Edit URL:
UIGadgetInfo.label.reference=Reference:
UIGadgetInfo.label.reference=Reference:
UIGadgetInfo.label.categories=Categories:
UIGadgetInfo.label.categories.guide=You must add this gadget into categories to be able used in Dashboard.
UIGadgetInfo.label.categories.guide=You must add this gadget into categories to be able used in Dashboard.
UIGadgetInfo.label.categories.clickHere=Click here to add into categories
UIGadgetInfo.title.refresh=Refresh information
UIGadgetInfo.title.editGadget=Edit Gadget
UIGadgetInfo.msg.gadgetNotExist=Can not execute action on the gadget that no longer in database.
UIGadgetInfo.msg.gadgetNotExist=Can not execute action on the gadget that no longer in database.

UICategorySelector.header.choose=Choose
UICategorySelector.header.categoryName=Category's name
Expand Down

0 comments on commit dd7414d

Please sign in to comment.