diff options
Diffstat (limited to 'Map/Localizable.xcstrings')
| -rw-r--r-- | Map/Localizable.xcstrings | 209 |
1 files changed, 199 insertions, 10 deletions
diff --git a/Map/Localizable.xcstrings b/Map/Localizable.xcstrings index d7cc56a..8f9ddce 100644 --- a/Map/Localizable.xcstrings +++ b/Map/Localizable.xcstrings @@ -219,15 +219,6 @@ } } }, - "General Preferences" : { - - }, - "General settings will be available here in a future version." : { - - }, - "Key" : { - "extractionState" : "manual" - }, "map_editor.zoom_in" : { "extractionState" : "manual", "localizations" : { @@ -256,7 +247,7 @@ "en" : { "stringUnit" : { "state" : "translated", - "value" : "Anchor (95, 80)\nUsers (90, 20)\nWalking App (70, 20)\nWalking App Database (50, 60)\nUser Interface (80, 50)\nWeb Server (60, 30)\nCRM (30, 70)\n\nUsers -> Walking App\nUsers -> User Interface\nWalking App -> Walking App Database\nWalking App -> Web Server\nUser Interface -> Web Server\nWeb Server -> CRM\n\n[Note] (80, 5) Social walking app for everyone\n\n[Group] Client Side, Walking App, User Interface\n\n[Evolution] Walking App +5\n\n[Inertia] Unreliable Data" + "value" : "Anchor (95, 80)\nUsers (90, 20)\nWalking App (70, 20)\nWalking App Database (50, 60)\nUser Interface (80, 50)\nWeb Server (60, 30)\nCRM (30, 70)\n\nUsers -> Walking App\nUsers -> User Interface\nWalking App -> Walking App Database\nWalking App -> Web Server\nUser Interface -> Web Server\nWeb Server -> CRM\n\n[Note] (80, 5) Social walking app for everyone\n\n[Group] Client Side, Walking App, User Interface\n\n[Evolution] Walking App +5\n\n[Inertia] CRM" } } } @@ -393,6 +384,193 @@ } } }, + "preferences.general.export.failed.message" : { + "extractionState" : "manual", + "localizations" : { + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Could not save the preferences file. Preferences were not reset." + } + } + } + }, + "preferences.general.export.failed.ok" : { + "extractionState" : "manual", + "localizations" : { + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "OK" + } + } + } + }, + "preferences.general.export.failed.title" : { + "extractionState" : "manual", + "localizations" : { + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Export Failed" + } + } + } + }, + "preferences.general.export.filename" : { + "extractionState" : "manual", + "localizations" : { + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "map-preferences" + } + } + } + }, + "preferences.general.import.error.file_read" : { + "extractionState" : "manual", + "localizations" : { + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Could not read the preferences file." + } + } + } + }, + "preferences.general.import.error.invalid_format" : { + "extractionState" : "manual", + "localizations" : { + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "The preferences file format is invalid." + } + } + } + }, + "preferences.general.import.error.ok" : { + "extractionState" : "manual", + "localizations" : { + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "OK" + } + } + } + }, + "preferences.general.import.error.title" : { + "extractionState" : "manual", + "localizations" : { + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Import Error" + } + } + } + }, + "preferences.general.preferences.export" : { + "extractionState" : "manual", + "localizations" : { + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Export to JSON" + } + } + } + }, + "preferences.general.preferences.import" : { + "extractionState" : "manual", + "localizations" : { + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Import from JSON" + } + } + } + }, + "preferences.general.preferences.reset" : { + "extractionState" : "manual", + "localizations" : { + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Reset All Preferences to Defaults" + } + } + } + }, + "preferences.general.preferences.title" : { + "extractionState" : "manual", + "localizations" : { + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Preferences:" + } + } + } + }, + "preferences.general.reset.cancel" : { + "extractionState" : "manual", + "localizations" : { + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Cancel" + } + } + } + }, + "preferences.general.reset.export_and_reset" : { + "extractionState" : "manual", + "localizations" : { + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Export and Reset" + } + } + } + }, + "preferences.general.reset.message" : { + "extractionState" : "manual", + "localizations" : { + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "This will delete any custom evolution stages or templates that you have added." + } + } + } + }, + "preferences.general.reset.title" : { + "extractionState" : "manual", + "localizations" : { + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Are you sure you want to reset preferences to defaults?" + } + } + } + }, + "preferences.general.reset.without_export" : { + "extractionState" : "manual", + "localizations" : { + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Reset without Exporting" + } + } + } + }, "preferences.map.export.default_format" : { "extractionState" : "manual", "localizations" : { @@ -448,6 +626,17 @@ } } }, + "preferences.map.map_style.use_smart_label_positioning" : { + "extractionState" : "manual", + "localizations" : { + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Use smart label positioning" + } + } + } + }, "preferences.menu.editor" : { "extractionState" : "manual", "localizations" : { |