Skip to content

Commit a5745bf

Browse files
committed
Re arranged strings and items in burger menu
1 parent fad1431 commit a5745bf

11 files changed

Lines changed: 17 additions & 12 deletions

File tree

web/client/plugins/Annotations.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -209,7 +209,7 @@ module.exports = {
209209
}, {
210210
BurgerMenu: {
211211
name: 'annotations',
212-
position: 2000,
212+
position: 40,
213213
text: <Message msgId="annotationsbutton"/>,
214214
icon: <Glyphicon glyph="comment"/>,
215215
action: conditionalToggle,

web/client/plugins/HelpLink.jsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@ module.exports = {
2121
}, {
2222
BurgerMenu: {
2323
name: 'helplink',
24-
position: 1000,
25-
text: <Message msgId="help"/>,
24+
position: 1100,
25+
text: <Message msgId="docs"/>,
2626
icon: <Glyphicon glyph="question-sign"/>,
2727
action: () => ({type: ''}),
2828
selector: () => ({href: 'docs', target: 'blank'}),

web/client/plugins/Save.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ module.exports = {
106106
})(assign(Save, {
107107
BurgerMenu: {
108108
name: 'save',
109-
position: 900,
109+
position: 30,
110110
text: <Message msgId="save"/>,
111111
icon: <Glyphicon glyph="floppy-open"/>,
112112
action: toggleControl.bind(null, 'save', null),

web/client/plugins/SaveAs.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,7 @@ module.exports = {
180180
})(assign(SaveAs, {
181181
BurgerMenu: {
182182
name: 'saveAs',
183-
position: 900,
183+
position: 31,
184184
text: <Message msgId="saveAs"/>,
185185
icon: <Glyphicon glyph="floppy-open"/>,
186186
action: editMap.bind(null, {}, true),

web/client/plugins/Tutorial.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ module.exports = {
124124
TutorialPlugin: assign(Tutorial, {
125125
BurgerMenu: {
126126
name: 'tutorial',
127-
position: 1000,
127+
position: 1200,
128128
text: <I18N.Message msgId="tutorial.title"/>,
129129
icon: <Glyphicon glyph="book"/>,
130130
action: toggleTutorial,

web/client/product/plugins/About.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ module.exports = {
2626
{
2727
BurgerMenu: {
2828
name: 'about',
29-
position: 10000,
29+
position: 1500,
3030
text: <Message msgId="about_title"/>,
3131
icon: <Glyphicon glyph="info-sign"/>,
3232
action: toggleControl.bind(null, 'about', null),

web/client/translations/data.de-DE

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"Language": "Sprache",
55
"msgId0": "{name} machte {numPhotos, plural, =0 {keine Fotos} =1 {ein Foto} other {# Fotos}} am {takenDate, date, long}.",
66
"htmlTest": "{name} {surname}",
7-
"about_title": "Über diese App...",
7+
"about_title": "Über",
88
"aboutLbl": "Über",
99
"about_p0-0": "MapStore ist ein Framework zur Erstellung von webbasierten Karten-Anwendungen mit Standard-Karten-Bibliotheken wie",
1010
"about_p0-1": "und",
@@ -125,6 +125,7 @@
125125
"options": "Optionen",
126126
"settings": "Einstellungen",
127127
"help": "Hilfe",
128+
"docs": "Dokumentation",
128129
"gohome": "Gehe zur Startseite",
129130
"back": "Zurück zum Import",
130131
"printbutton": "Drucken",

web/client/translations/data.en-US

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"Language": "Language",
55
"msgId0": "{name} took {numPhotos, plural, =0 {no photos} =1 {one photo} other {# photos}} on {takenDate, date, long}.",
66
"htmlTest": "{name} {surname}",
7-
"about_title": "About this app...",
7+
"about_title": "About.",
88
"aboutLbl": "About",
99
"about_p0-0": "MapStore is a framework to build web mapping applications using standard mapping libraries, such as",
1010
"about_p0-1": "and",
@@ -126,6 +126,7 @@
126126
"options": "Options",
127127
"settings": "Settings",
128128
"help": "Help",
129+
"docs": "Docs",
129130
"gohome": "Go home",
130131
"back": "Back to the Importer",
131132
"printbutton": "Print",

web/client/translations/data.es-ES

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"Language": "Lengua",
55
"msgId0": "{name} a tomado {numPhotos, plural, =0 {ninguna foto} =1 {una foto} other {# fotos}} el {takenDate, date, long}.",
66
"htmlTest": "{name} {surname}",
7-
"about_title": "A proposito de esta aplicación ...",
7+
"about_title": "About",
88
"aboutLbl": "A proposito",
99
"about_p0-0": "MapStore es un marco de trabajo para el desarrollo de aplicaciones cartográficas con la ayuda de librerias cartográficas estandar, tales como:",
1010
"about_p0-1": "y",
@@ -125,6 +125,7 @@
125125
"options": "Opciones",
126126
"settings": "Ajustes",
127127
"help": "Ayuda",
128+
"docs": "Documentación",
128129
"gohome": "Volver al inicio",
129130
"back": "Volver al Importador",
130131
"printbutton": "Imprimir",

web/client/translations/data.fr-FR

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"Language": "Langue",
66
"msgId0": "{name} a pris {numPhotos, plural, =0 {aucune photo} =1 {une photo} other {# photos}} le {takenDate, date, long}.",
77
"htmlTest": "{name} {surname}",
8-
"about_title": "A propos de cette app...",
8+
"about_title": "A propos...",
99
"aboutLbl": "A propos",
1010
"about_p0-0": "MapStore est un cadriciel permettant de développer des applications cartographiques web à l'aide des librairies standards cartographiques telles que",
1111
"about_p0-1": "et",
@@ -126,6 +126,7 @@
126126
"options": "Options",
127127
"settings": "Réglages",
128128
"help": "Aide",
129+
"docs": "Documentation",
129130
"gohome": "Retour",
130131
"back": "Retour à l'import",
131132
"printbutton": "Imprimer",

0 commit comments

Comments
 (0)