diff options
| author | Ruben Beltran del Rio <git@r.bdr.sh> | 2025-07-08 10:58:56 +0200 |
|---|---|---|
| committer | Ruben Beltran del Rio <git@r.bdr.sh> | 2025-07-08 10:58:56 +0200 |
| commit | 3cca7e9f25166c995a9b9b7bca5beb20be969ac7 (patch) | |
| tree | e4c373b3ed71e08010e53e4efdd92f82692dba97 /Map/Localizable.xcstrings | |
| parent | 1b098db3824728699b2dd9d0820b8599a7750560 (diff) | |
Comment out unused preferences4.0.0
Diffstat (limited to 'Map/Localizable.xcstrings')
| -rw-r--r-- | Map/Localizable.xcstrings | 75 |
1 files changed, 75 insertions, 0 deletions
diff --git a/Map/Localizable.xcstrings b/Map/Localizable.xcstrings index f2c0b6c..d7cc56a 100644 --- a/Map/Localizable.xcstrings +++ b/Map/Localizable.xcstrings @@ -169,12 +169,65 @@ } } }, + "export_formats.bmp" : { + "localizations" : { + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "BMP" + } + } + } + }, + "export_formats.gif" : { + "localizations" : { + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "GIF" + } + } + } + }, + "export_formats.jpeg" : { + "localizations" : { + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "JPEG" + } + } + } + }, + "export_formats.png" : { + "localizations" : { + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "PNG" + } + } + } + }, + "export_formats.tiff" : { + "localizations" : { + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "TIFF" + } + } + } + }, "General Preferences" : { }, "General settings will be available here in a future version." : { }, + "Key" : { + "extractionState" : "manual" + }, "map_editor.zoom_in" : { "extractionState" : "manual", "localizations" : { @@ -340,6 +393,28 @@ } } }, + "preferences.map.export.default_format" : { + "extractionState" : "manual", + "localizations" : { + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Default Format" + } + } + } + }, + "preferences.map.export.title" : { + "extractionState" : "manual", + "localizations" : { + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Export Options:" + } + } + } + }, "preferences.map.map_style.show_background" : { "extractionState" : "manual", "localizations" : { |