diff options
| author | Ruben Beltran del Rio <git@r.bdr.sh> | 2025-07-11 12:06:04 +0200 |
|---|---|---|
| committer | Ruben Beltran del Rio <git@r.bdr.sh> | 2025-07-11 12:06:04 +0200 |
| commit | 0cc8ac9cc39ce3a1bcc9ea88345d18f17a46cb2a (patch) | |
| tree | 97b0f4e6a38040e73412a0981c43c29b473abcd9 /Map/Localizable.xcstrings | |
| parent | 8c74a32ef5aade1960b056950e52f2f3273db8c7 (diff) | |
Add QuickLook plugin
Diffstat (limited to 'Map/Localizable.xcstrings')
| -rw-r--r-- | Map/Localizable.xcstrings | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/Map/Localizable.xcstrings b/Map/Localizable.xcstrings index ec8ed46..13932a4 100644 --- a/Map/Localizable.xcstrings +++ b/Map/Localizable.xcstrings @@ -988,6 +988,28 @@ } } }, + "quick_look.empty_map.description" : { + "extractionState" : "manual", + "localizations" : { + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "This .wmap file contains no map elements" + } + } + } + }, + "quick_look.empty_map.title" : { + "extractionState" : "manual", + "localizations" : { + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Empty Map" + } + } + } + }, "search_bar.done" : { "extractionState" : "manual", "localizations" : { |