# SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. # FIRST AUTHOR , YEAR. # #, fuzzy msgid "" msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2026-03-27 11:47+0100\n" "PO-Revision-Date: 2026-03-27 12:19+0100\n" "Last-Translator: \n" "Language-Team: \n" "Language: en_US\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-Generator: Poedit 3.9\n" #: src/components/footer.rs:43 src/components/header.rs:184 msgid "command.view.zoom_out" msgstr "Zoom Out" #: src/components/footer.rs:66 src/components/header.rs:183 msgid "command.view.zoom_in" msgstr "Zoom In" #: src/components/header.rs:57 src/components/header.rs:177 msgid "command.view.use_vertical_layout" msgstr "Use Vertical Layout" #: src/components/header.rs:58 msgid "command.view.use_horizontal_layout" msgstr "Use Horizontal Layout" #: src/components/header.rs:72 src/components/header.rs:171 msgid "command.file.export" msgstr "Export as Image" #: src/components/header.rs:161 msgid "command.file.new" msgstr "New Map" #: src/components/header.rs:163 msgid "command.file.new_from_template" msgstr "New from Template" #: src/components/header.rs:166 msgid "command.file.open" msgstr "Open..." #: src/components/header.rs:167 msgid "command.file.save" msgstr "Save" #: src/components/header.rs:168 msgid "command.file.save_as" msgstr "Save As..." #: src/components/header.rs:169 msgid "command.file.close" msgstr "Close" #: src/components/header.rs:189 msgid "command.application.about" msgstr "About" #: src/components/header.rs:196 msgid "command.application.preferences" msgstr "Preferences..." #: src/dialogs.rs:36 msgid "dialog.file_type.wmap" msgstr "Wardley Map Files" #: src/dialogs.rs:44 src/dialogs.rs:140 msgid "dialog.action.cancel" msgstr "Cancel" #: src/dialogs.rs:58 msgid "dialog.open.title" msgstr "Open Map" #: src/dialogs.rs:95 msgid "dialog.save.title" msgstr "Save Map As" #: src/dialogs.rs:136 msgid "dialog.unsaved_changes.title" msgstr "Unsaved Changes" #: src/dialogs.rs:137 msgid "dialog.unsaved_changes.message" msgstr "Save changes before closing?" #: src/dialogs.rs:139 msgid "dialog.action.dont_save" msgstr "Don't Save" #: src/dialogs.rs:141 msgid "dialog.action.save" msgstr "Save" #: src/dialogs.rs:178 msgid "dialog.file_type.png" msgstr "PNG Image" #: src/dialogs.rs:179 msgid "dialog.file_type.svg" msgstr "SVG Image" #: src/dialogs.rs:199 msgid "dialog.export.title" msgstr "Export Map as Image" #: src/handlers/export.rs:45 msgid "error.file.export" msgstr "Could not export image. Please make sure the destination is writable." #: src/handlers/file.rs:39 msgid "errors.file.open" msgstr "Could not open file. Please make sure the file is readable." #: src/handlers/file.rs:62 msgid "errors.file.save" msgstr "Could not save file. Please make sure the destination is writable." #: src/main.rs:171 msgid "document.untitled" msgstr "Untitled" #: src/main.rs:614 msgid "about.comment" msgstr "" "Map is a wardley map editor " "for linux that uses a simple language to easily create and edit maps. Draw " "components, link dependencies, create groups, write notes, or add inertia " "and evolution markers, and see your map change in an instant.\n" "\n" "Language Reference\n" "\n" "The wmap language is a simple notation to create and edit wardley maps and " "is easy to pick up:\n" "\n" "Components\n" "\n" "Components are written as Name (x,y). The name can contain spaces, " "and the x and y coordinates are a whole or decimal number from 0 to 100 and " "represent how far from the top left corner the component will be drawn.\n" "\n" "By default, components will be drawn as a circle, but you can specify the " "shape by appending [Square], [Triangle], or [x]. " "Here's some examples:\n" "\n" "Component (1,2)\n" "My Cool Component (10.0,21.0)\n" "A (1, 2.0) [Square]\n" "Rose Wall (44.3, 50.0) [x]\n" "\n" "Dependencies\n" "\n" "Dependencies connect two components, and they are written as Component A " "-- Component B. This will draw a simple line between them. If you want " "an arrow, you can use Component -> Component instead.\n" "\n" "Component -- My Cool Component\n" "A -> Component\n" "\n" "Inertia\n" "\n" "You can place an inertia marker in front of a component by writing " "[Inertia] Component.\n" "\n" "[Inertia] My Cool Component\n" "[Inertia] A\n" "\n" "Evolution\n" "\n" "Evolution arrows are notated by using [Evolution] Component +x or " "[Evolution] Component -x, where x is a whole or decimal number " "between 0 and 100.\n" "\n" "[Evolution] My Cool Component -10\n" "[Evolution] A +15\n" "\n" "Notes\n" "\n" "Sometimes it's helpful to add some text clarifying the map. Writing " "[Note] (x, y) Text will create a note block right at those " "coordinates. Just like components, x and y are numbers between 0 and 100. " "You can write \\n to force a line break.\n" "\n" "[Note] (30, 45) Here we want to call out an explanation or context.\n" "[Note] (90, 25) We're close to the edge \\n so we can multiline it.\n" "\n" "Groups\n" "\n" "You can group components together by using [Group] ComponentA, " "ComponentB...\n" "\n" "[Group] Tinker, Tailor, Soldier\n" "[Group] Two Words, Three Words Here\n" "\n" "Resizing Evolution Stages\n" "\n" "If you need more space for one of the four stages, you can use [I] x, " "[II] x, or [III] x. As with other lines, x is a number between " "0-100.\n" "\n" "[I] 15\n" "[II] 35.5\n" "[III] 80" #: src/preferences/models.rs:53 src/stages.rs:78 msgid "stages.cynefin.name" msgstr "Cynefin" #: src/preferences/models.rs:55 src/stages.rs:111 msgid "stages.cynefin.i" msgstr "Chaotic" #: src/preferences/models.rs:56 src/stages.rs:144 msgid "stages.cynefin.ii" msgstr "Complex" #: src/preferences/models.rs:57 src/stages.rs:177 msgid "stages.cynefin.iii" msgstr "Complicated" #: src/preferences/models.rs:58 src/stages.rs:210 msgid "stages.cynefin.iv" msgstr "Clear" #: src/preferences/models.rs:66 msgid "stages.new.name" msgstr "New Stage" #: src/preferences/models.rs:68 src/stages.rs:112 msgid "stages.evolution_stage.i" msgstr "Stage I" #: src/preferences/models.rs:69 src/stages.rs:145 msgid "stages.evolution_stage.ii" msgstr "Stage II" #: src/preferences/models.rs:70 src/stages.rs:178 msgid "stages.evolution_stage.iii" msgstr "Stage III" #: src/preferences/models.rs:71 src/stages.rs:211 msgid "stages.evolution_stage.iv" msgstr "Stage IV" #: src/preferences/models.rs:180 msgid "templates.defaults.example.title" msgstr "Example Map" #: src/preferences/models.rs:181 msgid "templates.defaults.example.source" msgstr "" "Client (39, 0) [x]\n" "Consumer (55, 10) [x]\n" "\n" "Client -- Consumer\n" "\n" "Find out about (65, 15)\n" "Test printer (42, 20)\n" "\n" "Consumer -- Test printer\n" "Consumer -- Find out about\n" "\n" "Microsite (60, 30)\n" "\n" "Find out about -- Microsite\n" "\n" "[Group] Consumer, Test printer, Find out about, Microsite\n" "[Note] (63, 10) Team, Settlers\n" "\n" "Testing Application (34, 35)\n" "Microsite -- Testing Application\n" "Test Printer -- Testing Application\n" "\n" "FinDev (30, 50)\n" "Testing Application -- FinDev\n" "Microsite -- Findev\n" "[Group] Testing Application, FinDev\n" "[Note] (24, 41.5) Team, Pioneers\n" "[Evolution] Testing Application +15\n" "[Evolution] FinDev +30\n" "\n" "Platform [now] (50, 60) [triangle]\n" "Platform [then] (71, 60)\n" "Platform [now] -> Platform [then]\n" "[Inertia] Platform [now]\n" "FinDev -- Platform [then]\n" "[Group] Platform\n" "[Note] (74, 60) Team, Town Planners\n" "\n" "Distribution (65, 70)\n" "Brochure (60, 75)\n" "Distribution -- Brochure\n" "[Evolution] Distribution +20\n" "Testing Application -- Distribution\n" "Distribution -- Brochure\n" "[Group] Distribution, Brochure\n" "[Note] (65, 75) Team, Town Planners\n" "\n" "Large Format Printer (45, 75)\n" "Testing Application -- Large Format Printer\n" "[Group] Large Format Printer\n" "[Note] (42, 78.5) Team, Settlers\n" "[i] 20\n" "[ii] 40\n" "[iii] 70" #: src/preferences/models.rs:184 msgid "templates.defaults.empty.title" msgstr "Empty" #: src/preferences/pages/editor.rs:73 msgid "preferences.editor.font_size.title" msgstr "Font Size" #: src/preferences/pages/editor.rs:88 msgid "preferences.editor.default_font_size" msgstr "Default" #: src/preferences/pages/editor.rs:106 msgid "preferences.editor.editor_style.title" msgstr "Editor Style" #: src/preferences/pages/editor.rs:113 msgid "preferences.editor.editor_style.soft_wrap_lines" msgstr "Soft wrap lines" #: src/preferences/pages/editor.rs:119 msgid "preferences.editor.editor_style.use_custom_font" msgstr "Use custom font" #: src/preferences/pages/editor.rs:145 msgid "preferences.editor.font" msgstr "Font" #. Preferences section #: src/preferences/pages/general.rs:40 msgid "preferences.general.preferences.title" msgstr "Preferences" #. Export button #: src/preferences/pages/general.rs:48 msgid "preferences.general.preferences.export" msgstr "Export" #. Import button #: src/preferences/pages/general.rs:58 msgid "preferences.general.preferences.import" msgstr "Import" #. Reset button #: src/preferences/pages/general.rs:68 msgid "preferences.general.preferences.reset" msgstr "Reset to defaults" #. Help text #: src/preferences/pages/general.rs:81 msgid "preferences.general.explanation" msgstr "" "Export your preferences to share with others or back up your settings.\n" "Import preferences from a file to restore settings." #: src/preferences/pages/general.rs:98 src/preferences/pages/general.rs:124 msgid "dialog.file_type.json" msgstr "JSON File" #: src/preferences/pages/general.rs:104 msgid "dialog.export_preferences.title" msgstr "Export Preferences" #: src/preferences/pages/general.rs:130 msgid "dialog.import_preferences.title" msgstr "Import Preferences" #: src/preferences/pages/map.rs:65 msgid "preferences.map.map_style.title" msgstr "Map Style" #: src/preferences/pages/map.rs:72 msgid "preferences.map.map_style.show_background" msgstr "Show map background" #: src/preferences/pages/map.rs:87 msgid "preferences.map.map_style.use_smart_label_positioning" msgstr "Use smart label positioning" #: src/preferences/pages/map.rs:102 msgid "preferences.map.map_style.use_custom_font" msgstr "Use custom font" #: src/preferences/pages/map.rs:110 msgid "preferences.map.font" msgstr "Font" #: src/preferences/pages/map.rs:156 msgid "preferences.map.export.title" msgstr "Export" #: src/preferences/pages/map.rs:164 msgid "preferences.map.export.default_format" msgstr "Default export format" #: src/preferences/pages/map.rs:168 msgid "export_formats.png" msgstr "PNG (Raster)" #: src/preferences/pages/map.rs:168 msgid "export_formats.svg" msgstr "SVG (Vector)" #. Header #: src/preferences/pages/stages.rs:42 msgid "preferences.stages.title" msgstr "Custom Stages" #: src/preferences/pages/stages.rs:47 msgid "preferences.stages.explanation" msgstr "Custom stages allow you to define your own evolution axis label." #: src/preferences/pages/stages.rs:58 msgid "preferences.stages.column.name" msgstr "Name" #: src/preferences/pages/stages.rs:63 msgid "preferences.stages.column.stage_i" msgstr "Stage I" #: src/preferences/pages/stages.rs:68 msgid "preferences.stages.column.stage_ii" msgstr "Stage II" #: src/preferences/pages/stages.rs:73 msgid "preferences.stages.column.stage_iii" msgstr "Stage III" #: src/preferences/pages/stages.rs:78 msgid "preferences.stages.column.stage_iv" msgstr "Stage IV" #: src/preferences/pages/stages.rs:107 msgid "preferences.stages.help.add" msgstr "Add custom stage" #: src/preferences/pages/stages.rs:241 msgid "preferences.stages.help.remove" msgstr "Remove stage" #: src/preferences/pages/templates.rs:54 msgid "preferences.templates.title" msgstr "Title" #: src/preferences/pages/templates.rs:77 msgid "preferences.templates.help.add" msgstr "Add template" #: src/preferences/pages/templates.rs:82 msgid "dialog.template.default_label" msgstr "My Template" #: src/preferences/pages/templates.rs:89 msgid "preferences.templates.help.remove" msgstr "Remove template" #: src/preferences/pages/templates.rs:114 msgid "preferences.templates.content" msgstr "Template Content" #: src/preferences/pages/templates.rs:279 #: src/preferences/pages/templates.rs:314 msgid "preferences.templates.help.default" msgstr "This is the default template." #: src/preferences/pages/templates.rs:283 #: src/preferences/pages/templates.rs:318 msgid "preferences.templates.help.set_as_default" msgstr "Set as default template." #: src/preferences/window.rs:106 msgid "preferences.title" msgstr "Preferences" #: src/preferences/window.rs:129 msgid "preferences.menu.general" msgstr "General" #: src/preferences/window.rs:130 msgid "preferences.menu.editor" msgstr "Editor" #: src/preferences/window.rs:131 msgid "preferences.menu.map" msgstr "Map" #: src/preferences/window.rs:132 msgid "preferences.menu.stages" msgstr "Stages" #: src/preferences/window.rs:133 msgid "preferences.menu.templates" msgstr "Templates" #: src/stages.rs:58 msgid "stage.activities.name" msgstr "Activities" #: src/stages.rs:59 msgid "stage.practice.name" msgstr "Practice" #: src/stages.rs:60 msgid "stage.data.name" msgstr "Data" #: src/stages.rs:61 msgid "stages.knowledge.name" msgstr "Knowledge" #: src/stages.rs:62 msgid "stages.ubiquity.name" msgstr "Ubiquity" #: src/stages.rs:63 msgid "stages.certainty.name" msgstr "Certainty" #: src/stages.rs:64 msgid "stages.publication_types.name" msgstr "Publication Types" #: src/stages.rs:65 msgid "stages.market.name" msgstr "Market" #: src/stages.rs:66 msgid "stages.knowledge_management.name" msgstr "Knowledge Management" #: src/stages.rs:67 msgid "stages.market_perception.name" msgstr "Market Perception" #: src/stages.rs:68 msgid "stages.user_perception.name" msgstr "User Perception" #: src/stages.rs:69 msgid "stages.perception_in_industry.name" msgstr "Perception in Industry" #: src/stages.rs:70 msgid "stages.focus_of_value.name" msgstr "Focus of Value" #: src/stages.rs:71 msgid "stages.understanding.name" msgstr "Understanding" #: src/stages.rs:72 msgid "stages.comparison.name" msgstr "Comparison" #: src/stages.rs:73 msgid "stages.failure.name" msgstr "Failure" #: src/stages.rs:74 msgid "stages.market_action.name" msgstr "Market Action" #: src/stages.rs:75 msgid "stages.efficiency.name" msgstr "Efficiency" #: src/stages.rs:76 msgid "stages.decision_drivers.name" msgstr "Decision Drivers" #: src/stages.rs:77 msgid "stages.behavior.name" msgstr "Behavior" #: src/stages.rs:79 msgid "stages.evolution_stage.name" msgstr "Evolution Stage" #: src/stages.rs:91 msgid "stage.activities.i" msgstr "Genesis" #: src/stages.rs:92 msgid "stage.practice.i" msgstr "Novel" #: src/stages.rs:93 msgid "stage.data.i" msgstr "Unmodelled" #: src/stages.rs:94 msgid "stages.knowledge.i" msgstr "Concept" #: src/stages.rs:95 msgid "stages.ubiquity.i" msgstr "Rare" #: src/stages.rs:96 msgid "stages.certainty.i" msgstr "Poorly Understood / exploring the unknown" #: src/stages.rs:97 msgid "stages.publication_types.i" msgstr "" "Describe the wonder of the thing / the discovery of some marvel / a new " "land / an unknown frontier" #: src/stages.rs:98 msgid "stages.market.i" msgstr "Undefined Market" #: src/stages.rs:99 msgid "stages.knowledge_management.i" msgstr "Uncertain" #: src/stages.rs:100 msgid "stages.market_perception.i" msgstr "Chaotic (non-linear) / domain of the \"crazy\"" #: src/stages.rs:101 msgid "stages.user_perception.i" msgstr "Different / confusing / exciting / surprising / dangerous" #: src/stages.rs:102 msgid "stages.perception_in_industry.i" msgstr "Future source of competitive advantage / unpredictable / unknown" #: src/stages.rs:103 msgid "stages.focus_of_value.i" msgstr "High future worth but immediate investment" #: src/stages.rs:104 msgid "stages.understanding.i" msgstr "Poorly Understood / unpredictable" #: src/stages.rs:105 msgid "stages.comparison.i" msgstr "Constantly changing / a differential / unstable" #: src/stages.rs:106 msgid "stages.failure.i" msgstr "High / tolerated / assumed to be wrong" #: src/stages.rs:107 msgid "stages.market_action.i" msgstr "Gambling / driven by gut" #: src/stages.rs:108 msgid "stages.efficiency.i" msgstr "Reducing the cost of change (experimentation)" #: src/stages.rs:109 msgid "stages.decision_drivers.i" msgstr "Heritage / culture" #: src/stages.rs:110 msgid "stages.behavior.i" msgstr "Uncertain when to use" #: src/stages.rs:124 msgid "stage.activities.ii" msgstr "Custom" #: src/stages.rs:125 msgid "stage.practice.ii" msgstr "Emerging" #: src/stages.rs:126 msgid "stage.data.ii" msgstr "Divergent" #: src/stages.rs:127 msgid "stages.knowledge.ii" msgstr "Hypothesis" #: src/stages.rs:128 msgid "stages.ubiquity.ii" msgstr "Slowly Increasing" #: src/stages.rs:129 msgid "stages.certainty.ii" msgstr "Rapid Increase In Learning / discovery becomes refining" #: src/stages.rs:130 msgid "stages.publication_types.ii" msgstr "" "Focused on build / construct / awareness and learning / many models of " "explanation / no accepted forms / a wild west" #: src/stages.rs:131 msgid "stages.market.ii" msgstr "" "Forming Market / an array of competing forms and models of understanding" #: src/stages.rs:132 msgid "stages.knowledge_management.ii" msgstr "Learning on use / focused on testing prediction" #: src/stages.rs:133 msgid "stages.market_perception.ii" msgstr "Domain of \"experts\"" #: src/stages.rs:134 msgid "stages.user_perception.ii" msgstr "Leading edge / emerging / unceirtanty over results" #: src/stages.rs:135 msgid "stages.perception_in_industry.ii" msgstr "" "Seen as a scompetitive advantage / a differential / ROI / case examples" #: src/stages.rs:136 msgid "stages.focus_of_value.ii" msgstr "Seeking ways to profit and a ROI / seeking confirmation of value" #: src/stages.rs:137 msgid "stages.understanding.ii" msgstr "Increasing understanding / development of measures" #: src/stages.rs:138 msgid "stages.comparison.ii" msgstr "Learning from others / testing the water / some evidential support" #: src/stages.rs:139 msgid "stages.failure.ii" msgstr "Moderate / unsurprising if wrong but disappointed" #: src/stages.rs:140 msgid "stages.market_action.ii" msgstr "Exploring a \"found\" value" #: src/stages.rs:141 msgid "stages.efficiency.ii" msgstr "Reducing cost of waste (Learning)" #: src/stages.rs:142 msgid "stages.decision_drivers.ii" msgstr "Analyses & synthesis" #: src/stages.rs:143 msgid "stages.behavior.ii" msgstr "Learning when to use" #: src/stages.rs:157 msgid "stage.activities.iii" msgstr "Product (+rental)" #: src/stages.rs:158 msgid "stage.practice.iii" msgstr "Good" #: src/stages.rs:159 msgid "stage.data.iii" msgstr "Convergent" #: src/stages.rs:160 msgid "stages.knowledge.iii" msgstr "Theory" #: src/stages.rs:161 msgid "stages.ubiquity.iii" msgstr "Rapidly Increasing" #: src/stages.rs:162 msgid "stages.certainty.iii" msgstr "Rapid increase in use / increasing fit for purpose" #: src/stages.rs:163 msgid "stages.publication_types.iii" msgstr "" "Maintenance / operations / installation / comparison between competing " "forms / feature analysis" #: src/stages.rs:164 msgid "stages.market.iii" msgstr "" "Growing Market / consolidation to a few competing but more accepted forms" #: src/stages.rs:165 msgid "stages.knowledge_management.iii" msgstr "Learning on operation / using prediction / verification" #: src/stages.rs:166 msgid "stages.market_perception.iii" msgstr "Increasing expectation of use / domain of \"professionals\"" #: src/stages.rs:167 msgid "stages.user_perception.iii" msgstr "" "Increasingly common / disappointed if not used or available / feeling left " "behind" #: src/stages.rs:168 msgid "stages.perception_in_industry.iii" msgstr "" "Advantage through implementation / features / this model is better than that" #: src/stages.rs:169 msgid "stages.focus_of_value.iii" msgstr "" "High profitability per unit / a valuable model / a feeling of " "understanding / focus on exploitation" #: src/stages.rs:170 msgid "stages.understanding.iii" msgstr "Increasing education / constant refinement of needs / measures" #: src/stages.rs:171 msgid "stages.comparison.iii" msgstr "Competing models / feature difference / evidential support" #: src/stages.rs:172 msgid "stages.failure.iii" msgstr "" "Not tolerated / focus on constant improvement / assumed to be in the right " "direction / resistance to changing the model" #: src/stages.rs:173 msgid "stages.market_action.iii" msgstr "Market analysis / listening to customers" #: src/stages.rs:174 msgid "stages.efficiency.iii" msgstr "Reducing cost of waste (Learning)" #: src/stages.rs:175 msgid "stages.decision_drivers.iii" msgstr "Analyses & synthesis" #: src/stages.rs:176 msgid "stages.behavior.iii" msgstr "Learning through use" #: src/stages.rs:190 msgid "stage.activities.iv" msgstr "Commodity (+utility)" #: src/stages.rs:191 msgid "stage.practice.iv" msgstr "Best" #: src/stages.rs:192 msgid "stage.data.iv" msgstr "Modelled" #: src/stages.rs:193 msgid "stages.knowledge.iv" msgstr "Accepted" #: src/stages.rs:194 msgid "stages.ubiquity.iv" msgstr "Widespread in the applicable market / ecosystem" #: src/stages.rs:195 msgid "stages.certainty.iv" msgstr "Commonly understood (in terms of use)" #: src/stages.rs:196 msgid "stages.publication_types.iv" msgstr "Focused on use / increasingly an accepted, almost invisible component" #: src/stages.rs:197 msgid "stages.market.iv" msgstr "Mature Market / stabilised to an accepted form" #: src/stages.rs:198 msgid "stages.knowledge_management.iv" msgstr "Known / accepted" #: src/stages.rs:199 msgid "stages.market_perception.iv" msgstr "Ordered (appearance of being linear) / trivial / formula to be applied" #: src/stages.rs:200 msgid "stages.user_perception.iv" msgstr "Standard / expected / feeling of shock if not used" #: src/stages.rs:201 msgid "stages.perception_in_industry.iv" msgstr "Cost of doing business / accepted / specific defined models" #: src/stages.rs:202 msgid "stages.focus_of_value.iv" msgstr "" "High volume / reducing margin / important but invisible / an essential " "component of something more complex" #: src/stages.rs:203 msgid "stages.understanding.iv" msgstr "Believed to be well defined / stable / measurable" #: src/stages.rs:204 msgid "stages.comparison.iv" msgstr "Essential / any advantage is operational / accepted norm" #: src/stages.rs:205 msgid "stages.failure.iv" msgstr "Surprised by failure / focus on operational efficiency" #: src/stages.rs:206 msgid "stages.market_action.iv" msgstr "Metric driven / build what is needed" #: src/stages.rs:207 msgid "stages.efficiency.iv" msgstr "Reducing cost of deviation (Volume)" #: src/stages.rs:208 msgid "stages.decision_drivers.iv" msgstr "Previous Experience" #: src/stages.rs:209 msgid "stages.behavior.iv" msgstr "Known / common usage" #~ msgid "dialog.action.open" #~ msgstr "Open" #~ msgid "dialog.action.export" #~ msgstr "Export" #~ msgid "command.group.file.title" #~ msgstr "File Commands" #~ msgid "command.group.view.title" #~ msgstr "View Commands" #~ msgid "command.group.application.title" #~ msgstr "Application Commands"