diff options
Diffstat (limited to 'Map/Localizable.xcstrings')
| -rw-r--r-- | Map/Localizable.xcstrings | 86 |
1 files changed, 73 insertions, 13 deletions
diff --git a/Map/Localizable.xcstrings b/Map/Localizable.xcstrings index 4dc5e1b..73a58dd 100644 --- a/Map/Localizable.xcstrings +++ b/Map/Localizable.xcstrings @@ -4,12 +4,6 @@ "" : { "shouldTranslate" : false }, - "Appearance Preferences" : { - - }, - "Appearance settings will be available here in a future version." : { - - }, "commands.application.check_for_updates" : { "extractionState" : "manual", "localizations" : { @@ -43,6 +37,28 @@ } } }, + "commands.file.export.panel.content" : { + "extractionState" : "manual", + "localizations" : { + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Choose a location to save the image" + } + } + } + }, + "commands.file.export.panel.title %@" : { + "extractionState" : "manual", + "localizations" : { + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Save “%@” as image." + } + } + } + }, "commands.file.new_from_template" : { "extractionState" : "manual", "localizations" : { @@ -236,18 +252,51 @@ } } }, - "preferences.map.editor.title" : { + "preferences.editor.editor_style.title" : { + "extractionState" : "manual", + "localizations" : { + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Editor Style:" + } + } + } + }, + "preferences.editor.editor_style.use_custom_font" : { "extractionState" : "manual", "localizations" : { "en" : { "stringUnit" : { "state" : "translated", - "value" : "Editor:" + "value" : "Use custom font" } } } }, - "preferences.map.editor.use_smart_editor" : { + "preferences.editor.font_size.decrease.help" : { + "extractionState" : "manual", + "localizations" : { + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Decrease editor font size" + } + } + } + }, + "preferences.editor.font_size.increase.help" : { + "extractionState" : "manual", + "localizations" : { + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Increase editor font size" + } + } + } + }, + "preferences.editor.smart_editor.enabled" : { "extractionState" : "manual", "localizations" : { "en" : { @@ -258,13 +307,24 @@ } } }, + "preferences.editor.smart_editor.title" : { + "extractionState" : "manual", + "localizations" : { + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Smart Editor:" + } + } + } + }, "preferences.map.map_style.show_background" : { "extractionState" : "manual", "localizations" : { "en" : { "stringUnit" : { "state" : "translated", - "value" : "Show Background" + "value" : "Draw background patterns" } } } @@ -286,18 +346,18 @@ "en" : { "stringUnit" : { "state" : "translated", - "value" : "Use Custom Font" + "value" : "Use custom font" } } } }, - "preferences.menu.appearance" : { + "preferences.menu.editor" : { "extractionState" : "manual", "localizations" : { "en" : { "stringUnit" : { "state" : "translated", - "value" : "Appearance" + "value" : "Editor" } } } |