Merge pull request #4492 from jaller94/dont-capitalise

Do not capitalise English words.
This commit is contained in:
Bryan Housel
2017-10-31 11:19:20 -04:00
committed by GitHub
3 changed files with 12 additions and 12 deletions
+4 -4
View File
@@ -238,7 +238,7 @@ en:
localized_translation_label: Multilingual name
localized_translation_language: Choose language
localized_translation_name: Name
zoom_in_edit: Zoom in to Edit
zoom_in_edit: Zoom in to edit
login: login
logout: logout
loading_auth: "Connecting to OpenStreetMap..."
@@ -499,7 +499,7 @@ en:
welcome: Welcome to the iD OpenStreetMap editor
text: "iD is a friendly but powerful tool for contributing to the world's best free world map. This is version {version}. For more information see {website} and report bugs at {github}."
walkthrough: "Start the Walkthrough"
start: "Edit Now"
start: "Edit now"
source_switch:
live: live
lose_changes: "You have unsaved changes. Switching the map server will discard them. Are you sure you want to switch servers?"
@@ -527,8 +527,8 @@ en:
tag_suggests_area: "The tag {tag} suggests line should be area, but it is not an area"
deprecated_tags: "Deprecated tags: {tags}"
zoom:
in: Zoom In
out: Zoom Out
in: Zoom in
out: Zoom out
cannot_zoom: "Cannot zoom out further in current mode."
full_screen: Toggle Full Screen
gpx:
+4 -4
View File
@@ -310,7 +310,7 @@
"localized_translation_language": "Choose language",
"localized_translation_name": "Name"
},
"zoom_in_edit": "Zoom in to Edit",
"zoom_in_edit": "Zoom in to edit",
"login": "login",
"logout": "logout",
"loading_auth": "Connecting to OpenStreetMap...",
@@ -613,7 +613,7 @@
"welcome": "Welcome to the iD OpenStreetMap editor",
"text": "iD is a friendly but powerful tool for contributing to the World's best free World map. This is version {version}. For more information see {website} and report bugs at {github}.",
"walkthrough": "Start the Walkthrough",
"start": "Edit Now"
"start": "Edit now"
},
"source_switch": {
"live": "live",
@@ -646,8 +646,8 @@
"deprecated_tags": "Deprecated tags: {tags}"
},
"zoom": {
"in": "Zoom In",
"out": "Zoom Out"
"in": "Zoom in",
"out": "Zoom out"
},
"cannot_zoom": "Cannot zoom out further in current mode.",
"full_screen": "Toggle Full Screen",
+4 -4
View File
@@ -310,7 +310,7 @@
"localized_translation_language": "Choose language",
"localized_translation_name": "Name"
},
"zoom_in_edit": "Zoom in to Edit",
"zoom_in_edit": "Zoom in to edit",
"login": "login",
"logout": "logout",
"loading_auth": "Connecting to OpenStreetMap...",
@@ -613,7 +613,7 @@
"welcome": "Welcome to the iD OpenStreetMap editor",
"text": "iD is a friendly but powerful tool for contributing to the world's best free world map. This is version {version}. For more information see {website} and report bugs at {github}.",
"walkthrough": "Start the Walkthrough",
"start": "Edit Now"
"start": "Edit now"
},
"source_switch": {
"live": "live",
@@ -646,8 +646,8 @@
"deprecated_tags": "Deprecated tags: {tags}"
},
"zoom": {
"in": "Zoom In",
"out": "Zoom Out"
"in": "Zoom in",
"out": "Zoom out"
},
"cannot_zoom": "Cannot zoom out further in current mode.",
"full_screen": "Toggle Full Screen",