Skip to content

Commit

Permalink
Add missing translations
Browse files Browse the repository at this point in the history
  • Loading branch information
Lenninlasd committed Oct 13, 2017
1 parent b870caf commit 4af2be4
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions geonode/templates/lang.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,8 @@ if (window.GeoNode && GeoNode.plugins && GeoNode.plugins.XHRTrouble) {
if (window.GeoExplorer) {
Ext.apply(GeoExplorer.prototype, {
addLayersButtonText: gettext("Add Layers"),
saveMapBtnText: gettext("Save"),
publishBtnText: gettext("Link"),
areaActionText: gettext("Area"),
backgroundContainerText: gettext("Background"),
capGridAddLayersText: gettext("Add Layers"),
Expand All @@ -43,7 +45,7 @@ if (window.GeoExplorer) {
legendPanelText: gettext("Legend"),
lengthActionText: gettext("Length"),
loadingMapMessage: gettext("Loading Map..."),
mapSizeLabel: gettext("Map Size"),
mapSizeLabel: gettext("Map Size"),
measureSplitText: gettext("Measure"),
metaDataMapContact: gettext("Contact"),
metaDataMapId: gettext("Permalink"),
Expand Down Expand Up @@ -194,7 +196,7 @@ if (window.GeoNode && GeoNode.SearchTable) {
loadingText: gettext("Loading..."),
permalinkText: gettext('permalink'),
unviewableTooltip: gettext('You do not have permission to view this data'),
remoteTooltip: gettext('This data is stored on a remote server')
remoteTooltip: gettext('This data is stored on a remote server')
});
}
if (window.GeoNode && GeoNode.SearchTableRowExpander) {
Expand All @@ -218,7 +220,7 @@ if (window.GeoNode && GeoNode.DataCart) {
emptySelectionText: gettext('No Layers Selected'),
titleText: gettext('Title'),
clearSelectedButtonText: gettext('Clear Selected'),
clearAllButtonText: gettext('Clear All')
clearAllButtonText: gettext('Clear All')
});
}

Expand Down

0 comments on commit 4af2be4

Please sign in to comment.