Rewording of 'add new': drop the 'here'

This commit is contained in:
pietervdvn 2022-02-09 02:24:07 +01:00
parent c18c8196a3
commit 1f34f20ac8
2 changed files with 7 additions and 7 deletions

View file

@ -104,16 +104,16 @@
"addNewMapLabel": "Click here to add a new item",
"disableFiltersExplanation": "Some features might be hidden by a filter",
"disableFilters": "Disable all filters",
"addNew": "Add a new {category} here",
"addNew": "Add a new {category}",
"presetInfo": "The new POI will have {tags}",
"warnVisibleForEveryone": "Your addition will be visible for everyone",
"title": "Add a new point?",
"intro": "You clicked somewhere where no data is known yet.<br/>",
"pleaseLogin": "<a class='activate-osm-authentication'>Please log in to add a new point</a>",
"pleaseLogin": "Please log in to add a new point",
"zoomInFurther": "Zoom in further to add a point.",
"stillLoading": "The data is still loading. Please wait a bit before you add a new point.",
"confirmIntro": "<h3>Add a {title} here?</h3>The point you create here will be <b>visible for everyone</b>. Please, only add things on to the map if they truly exist. A lot of applications use this data.",
"confirmButton": "Add a {category} here.<br/><div class='alert'>Your addition is visible for everyone</div>",
"confirmIntro": "<h3>Add a {title}?</h3>The point you create here will be <b>visible for everyone</b>. Please, only add things on to the map if they truly exist. A lot of applications use this data.",
"confirmButton": "Add a {category}<br/><div class='alert'>Your addition is visible for everyone</div>",
"openLayerControl": "Open the layer control box",
"layerNotEnabled": "The layer {layer} is not enabled. Enable this layer to add a point",
"hasBeenImported": "This point has already been imported",

View file

@ -51,11 +51,11 @@
"addNew": "Voeg hier een {category} toe",
"title": "Nieuw punt toevoegen?",
"intro": "Kies hieronder welk punt je wilt toevoegen<br/>",
"pleaseLogin": "<a class='activate-osm-authentication'>Gelieve je aan te melden om een punt to te voegen</a>",
"pleaseLogin": "Gelieve je aan te melden om een punt to te voegen",
"zoomInFurther": "Gelieve verder in te zoomen om een punt toe te voegen.",
"stillLoading": "De data worden nog geladen. Nog even geduld en dan kan je een punt toevoegen.",
"confirmIntro": "<h3>Voeg hier een {title} toe?</h3>Het punt dat je hier toevoegt, is <b>zichtbaar voor iedereen</b>. Veel applicaties gebruiken deze data, voeg dus enkel punten toe die echt bestaan.",
"confirmButton": "Voeg hier een {category} toe<br/><div class='alert'>Je toevoeging is voor iedereen zichtbaar</div>",
"confirmIntro": "<h3>Voeg een {title} toe?</h3>Het punt dat je hier toevoegt, is <b>zichtbaar voor iedereen</b>. Veel applicaties gebruiken deze data, voeg dus enkel punten toe die echt bestaan.",
"confirmButton": "Voeg een {category} toe<br/><div class='alert'>Je toevoeging is voor iedereen zichtbaar</div>",
"openLayerControl": "Open de laag-instellingen",
"layerNotEnabled": "De laag {layer} is gedeactiveerd. Activeer deze om een punt toe te voegen",
"presetInfo": "Het nieuwe object krijgt de attributen {tags}",