# Translations template for horizon. # Copyright (C) 2017 ORGANIZATION # This file is distributed under the same license as the horizon project. # FIRST AUTHOR , 2017. # #, fuzzy msgid "" msgstr "" "Project-Id-Version: horizon 10.0.6.dev4\n" "Report-Msgid-Bugs-To: https://bugs.launchpad.net/openstack-i18n/\n" "POT-Creation-Date: 2017-08-12 12:35+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" "Generated-By: Babel 2.3.4\n" #: horizon/static/framework/conf/resource-type-registry.service.spec.js:86 msgid "Example" msgstr "" #: horizon/static/framework/util/filters/filters.js:45 msgid "Yes" msgstr "" #: horizon/static/framework/util/filters/filters.js:45 msgid "No" msgstr "" #: horizon/static/framework/util/filters/filters.js:76 #: horizon/static/framework/util/filters/filters.js:201 #, python-format msgid "%s TB" msgstr "" #: horizon/static/framework/util/filters/filters.js:78 msgid "0 GB" msgstr "" #: horizon/static/framework/util/filters/filters.js:80 #: horizon/static/framework/util/filters/filters.js:99 #: horizon/static/framework/util/filters/filters.js:203 #, python-format msgid "%s GB" msgstr "" #: horizon/static/framework/util/filters/filters.js:101 msgid "0 MB" msgstr "" #: horizon/static/framework/util/filters/filters.js:103 #: horizon/static/framework/util/filters/filters.js:205 #, python-format msgid "%s MB" msgstr "" #: horizon/static/framework/util/filters/filters.js:151 msgid "-" msgstr "" #: horizon/static/framework/util/filters/filters.js:166 #: horizon/static/horizon/js/horizon.flatnetworktopology.js:513 #: horizon/static/horizon/js/horizon.flatnetworktopology.js:519 #: horizon/static/horizon/js/horizon.flatnetworktopology.js:525 #: horizon/static/horizon/js/horizon.networktopology.js:938 #: horizon/static/horizon/js/horizon.networktopology.js:944 #: horizon/static/horizon/js/horizon.networktopology.js:950 msgid "None" msgstr "" #: horizon/static/framework/util/filters/filters.js:207 #, python-format msgid "%s KB" msgstr "" #: horizon/static/framework/util/filters/filters.js:209 #, python-format msgid "%s bytes" msgstr "" #: horizon/static/framework/util/filters/filters.js:234 #: horizon/static/horizon/js/horizon.tables.js:462 #, python-format msgid "Displaying %s item" msgid_plural "Displaying %s items" msgstr[0] "" msgstr[1] "" #: horizon/static/framework/util/filters/filters.js:238 #, python-format msgid "Displaying %(count)s of %(total)s items" msgstr "" #: horizon/static/framework/util/filters/filters.js:269 msgid "Unlimited" msgstr "" #: horizon/static/framework/widgets/action-list/action-list.module.js:49 msgid "" "The action cannot be performed. The contents of this row have errors or " "are missing information." msgstr "" #: horizon/static/framework/widgets/action-list/button-tooltip.row-warning.service.js:41 msgid "Click here to expand the row and view the errors." msgstr "" #: horizon/static/framework/widgets/action-list/split-button.html:13 msgid "Toggle Dropdown" msgstr "" #: horizon/static/framework/widgets/charts/charts.module.js:107 msgid "Current Usage" msgstr "" #: horizon/static/framework/widgets/charts/charts.module.js:109 msgid "Added" msgstr "" #: horizon/static/framework/widgets/charts/charts.module.js:111 msgid "Remaining" msgstr "" #: horizon/static/framework/widgets/charts/pie-chart.directive.js:176 msgid "No Limit" msgstr "" #: horizon/static/framework/widgets/charts/pie-chart.directive.js:180 #, python-format msgid "%(total)s Max" msgstr "" #: horizon/static/framework/widgets/charts/pie-chart.directive.js:189 #, python-format msgid "%(total)s Total" msgstr "" #: horizon/static/framework/widgets/details/routed-details-view.controller.js:70 msgid "Please Wait" msgstr "" #: horizon/static/framework/widgets/details/routed-details-view.html:5 #: horizon/static/framework/widgets/form/modal-form.html:32 #: horizon/static/framework/widgets/wizard/wizard.module.js:48 msgid "Back" msgstr "" #: horizon/static/framework/widgets/form/decorator.js:120 msgid "The data in this field is invalid" msgstr "" #: horizon/static/framework/widgets/form/decorator.js:121 msgid "Invalid type, expected {$schema.type$}" msgstr "" #: horizon/static/framework/widgets/form/decorator.js:122 msgid "No enum match for: {$viewValue$}" msgstr "" #: horizon/static/framework/widgets/form/decorator.js:123 msgid "Data does not match any schemas from 'anyOf'" msgstr "" #: horizon/static/framework/widgets/form/decorator.js:124 msgid "Data does not match any schemas from 'oneOf'" msgstr "" #: horizon/static/framework/widgets/form/decorator.js:125 msgid "Data is valid against more than one schema from 'oneOf'" msgstr "" #: horizon/static/framework/widgets/form/decorator.js:126 msgid "Data matches schema from 'not'" msgstr "" #: horizon/static/framework/widgets/form/decorator.js:128 msgid "{$viewValue$} is not a multiple of {$schema.multipleOf$}" msgstr "" #: horizon/static/framework/widgets/form/decorator.js:129 msgid "{$viewValue$} is less than the allowed minimum of {$schema.minimum$}" msgstr "" #: horizon/static/framework/widgets/form/decorator.js:130 msgid "{$viewValue$} is equal to the exclusive minimum {$schema.minimum$}" msgstr "" #: horizon/static/framework/widgets/form/decorator.js:131 msgid "{$viewValue$} is greater than the allowed maximum of {$schema.maximum$}" msgstr "" #: horizon/static/framework/widgets/form/decorator.js:132 msgid "{$viewValue$} is equal to the exclusive maximum {$schema.maximum$}" msgstr "" #: horizon/static/framework/widgets/form/decorator.js:133 msgid "{$viewValue$} is not a valid number" msgstr "" #: horizon/static/framework/widgets/form/decorator.js:136 msgid "" "{$schema.title$} is too short ({$viewValue.length$} characters), minimum " "{$schema.minLength$}" msgstr "" #: horizon/static/framework/widgets/form/decorator.js:137 msgid "" "{$schema.title$} is too long ({$viewValue.length$} characters), maximum " "{$schema.maxLength$}" msgstr "" #: horizon/static/framework/widgets/form/decorator.js:139 msgid "{$schema.title$} is formatted incorrectly" msgstr "" #: horizon/static/framework/widgets/form/decorator.js:141 msgid "Too few properties defined, minimum {$schema.minProperties$}" msgstr "" #: horizon/static/framework/widgets/form/decorator.js:142 msgid "Too many properties defined, maximum {$schema.maxProperties$}" msgstr "" #: horizon/static/framework/widgets/form/decorator.js:143 msgid "{$schema.title$} is a required field" msgstr "" #: horizon/static/framework/widgets/form/decorator.js:144 msgid "Additional properties not allowed" msgstr "" #: horizon/static/framework/widgets/form/decorator.js:145 msgid "Dependency failed - key must exist" msgstr "" #: horizon/static/framework/widgets/form/decorator.js:147 msgid "Array is too short ({$value.length$} items), minimum {$schema.minItems$}" msgstr "" #: horizon/static/framework/widgets/form/decorator.js:148 msgid "Array is too long ({$value.length$} items), maximum {$schema.maxItems$}" msgstr "" #: horizon/static/framework/widgets/form/decorator.js:149 msgid "Array items must be unique" msgstr "" #: horizon/static/framework/widgets/form/decorator.js:150 msgid "Additional items not allowed" msgstr "" #: horizon/static/framework/widgets/form/decorator.js:152 msgid "Format validation failed" msgstr "" #: horizon/static/framework/widgets/form/decorator.js:153 msgid "Keyword failed: '{$title$}'" msgstr "" #: horizon/static/framework/widgets/form/decorator.js:155 msgid "Circular $refs" msgstr "" #: horizon/static/framework/widgets/form/decorator.js:157 msgid "Unknown property (not in schema)" msgstr "" #: horizon/static/framework/widgets/form/modal-form.html:23 #: horizon/static/framework/widgets/magic-search/hz-magic-search-bar.spec.js:35 #: horizon/static/framework/widgets/magic-search/hz-magic-search-context.directive.js:104 #: horizon/static/framework/widgets/magic-search/st-magic-search.directive.spec.js:55 #: horizon/static/framework/widgets/modal/simple-modal.service.js:82 #: horizon/static/framework/widgets/wizard/wizard.module.js:47 #: horizon/static/horizon/js/horizon.modals.js:34 msgid "Cancel" msgstr "" #: horizon/static/framework/widgets/form/modal-form.html:40 #: horizon/static/framework/widgets/wizard/wizard.module.js:49 msgid "Next" msgstr "" #: horizon/static/framework/widgets/form/modal-form.service.js:57 #: horizon/static/framework/widgets/modal/simple-modal.service.js:81 msgid "Submit" msgstr "" #: horizon/static/framework/widgets/form/fields/array.html:16 msgid "Close" msgstr "" #: horizon/static/framework/widgets/form/fields/array.html:35 msgid "Add" msgstr "" #: horizon/static/framework/widgets/form/fields/tabs.html:8 #: horizon/static/framework/widgets/form/fields/tabs.html:10 #: horizon/static/framework/widgets/wizard/wizard.html:18 #: horizon/static/framework/widgets/wizard/wizard.html:20 msgid "Toggle navigation" msgstr "" #: horizon/static/framework/widgets/load-edit/load-edit.html:3 msgid "Customization Script" msgstr "" #: horizon/static/framework/widgets/load-edit/load-edit.html:4 msgid "(Modified)" msgstr "" #. Strings between {$ and $} should be left untranslated. #: horizon/static/framework/widgets/load-edit/load-edit.html:9 msgid "" "Script size: {$ (scriptLength || 0) | bytes $} of {$ " "config.MAX_SCRIPT_SIZE | bytes $}" msgstr "" #: horizon/static/framework/widgets/load-edit/load-edit.html:20 msgid "The script is larger than the maximum size" msgstr "" #: horizon/static/framework/widgets/load-edit/load-edit.html:28 msgid "Load script from a file" msgstr "" #: horizon/static/framework/widgets/magic-search/hz-magic-search-bar.spec.js:36 #: horizon/static/framework/widgets/magic-search/st-magic-search.directive.spec.js:56 msgid "Prompt" msgstr "" #: horizon/static/framework/widgets/magic-search/hz-magic-search-bar.spec.js:37 #: horizon/static/framework/widgets/magic-search/hz-magic-search-context.directive.js:106 #: horizon/static/framework/widgets/magic-search/st-magic-search.directive.spec.js:57 msgid "Remove" msgstr "" #: horizon/static/framework/widgets/magic-search/hz-magic-search-bar.spec.js:38 #: horizon/static/framework/widgets/magic-search/st-magic-search.directive.spec.js:58 msgid "Text" msgstr "" #: horizon/static/framework/widgets/magic-search/hz-magic-search-bar.spec.js:44 #: horizon/static/framework/widgets/magic-search/st-magic-search.directive.spec.js:64 #: horizon/static/framework/widgets/transfer-table/transfer-table.example.html:14 msgid "Name" msgstr "" #: horizon/static/framework/widgets/magic-search/hz-magic-search-bar.spec.js:49 #: horizon/static/framework/widgets/magic-search/st-magic-search.directive.spec.js:75 msgid "Status" msgstr "" #: horizon/static/framework/widgets/magic-search/hz-magic-search-bar.spec.js:51 #: horizon/static/framework/widgets/magic-search/st-magic-search.directive.spec.js:77 msgid "Active" msgstr "" #: horizon/static/framework/widgets/magic-search/hz-magic-search-bar.spec.js:52 #: horizon/static/framework/widgets/magic-search/st-magic-search.directive.spec.js:78 msgid "Shutdown" msgstr "" #: horizon/static/framework/widgets/magic-search/hz-magic-search-bar.spec.js:53 #: horizon/static/framework/widgets/magic-search/st-magic-search.directive.spec.js:79 #: horizon/static/framework/widgets/toast/toast.service.js:62 msgid "Error" msgstr "" #: horizon/static/framework/widgets/magic-search/hz-magic-search-bar.spec.js:58 #: horizon/static/framework/widgets/magic-search/st-magic-search.directive.spec.js:84 msgid "Flavor" msgstr "" #: horizon/static/framework/widgets/magic-search/hz-magic-search-bar.spec.js:61 #: horizon/static/framework/widgets/magic-search/st-magic-search.directive.spec.js:87 msgid "m1.tiny" msgstr "" #: horizon/static/framework/widgets/magic-search/hz-magic-search-bar.spec.js:62 #: horizon/static/framework/widgets/magic-search/st-magic-search.directive.spec.js:88 msgid "m1.small" msgstr "" #: horizon/static/framework/widgets/magic-search/hz-magic-search-context.directive.js:105 msgid "Click here for filters." msgstr "" #: horizon/static/framework/widgets/magic-search/hz-magic-search-context.directive.js:108 msgid "Search in current results" msgstr "" #: horizon/static/framework/widgets/magic-search/hz-magic-search-context.directive.js:109 msgid "Full Text Search" msgstr "" #: horizon/static/framework/widgets/magic-search/st-magic-search.directive.spec.js:69 msgid "Server Name" msgstr "" #: horizon/static/framework/widgets/metadata/display/metadata-display.html:25 msgid "Detail Information" msgstr "" #: horizon/static/framework/widgets/metadata/tree/tree.module.js:44 msgid "" "You can specify resource metadata by moving items from the left column to" " the right column. In the left column there are metadata definitions from" " the Glance Metadata Catalog. Use the \"Custom\" option to add metadata " "with the key of your choice." msgstr "" #: horizon/static/framework/widgets/metadata/tree/tree.module.js:46 msgid "Click each item to get its description here." msgstr "" #: horizon/static/framework/widgets/metadata/tree/tree.module.js:47 msgid "Min" msgstr "" #: horizon/static/framework/widgets/metadata/tree/tree.module.js:48 msgid "Max" msgstr "" #: horizon/static/framework/widgets/metadata/tree/tree.module.js:49 msgid "Min length" msgstr "" #: horizon/static/framework/widgets/metadata/tree/tree.module.js:50 msgid "Max length" msgstr "" #: horizon/static/framework/widgets/metadata/tree/tree.module.js:51 msgid "Pattern mismatch" msgstr "" #: horizon/static/framework/widgets/metadata/tree/tree.module.js:52 msgid "Integer required" msgstr "" #: horizon/static/framework/widgets/metadata/tree/tree.module.js:53 msgid "Decimal required" msgstr "" #: horizon/static/framework/widgets/metadata/tree/tree.module.js:54 msgid "Required" msgstr "" #: horizon/static/framework/widgets/metadata/tree/tree.module.js:55 msgid "Duplicate keys are not allowed" msgstr "" #: horizon/static/framework/widgets/metadata/tree/tree.module.js:56 #: horizon/static/framework/widgets/table/table.module.js:50 msgid "Filter" msgstr "" #: horizon/static/framework/widgets/metadata/tree/tree.module.js:57 msgid "Available Metadata" msgstr "" #: horizon/static/framework/widgets/metadata/tree/tree.module.js:58 msgid "Existing Metadata" msgstr "" #: horizon/static/framework/widgets/metadata/tree/tree.module.js:59 msgid "Custom" msgstr "" #: horizon/static/framework/widgets/metadata/tree/tree.module.js:60 msgid "No available metadata" msgstr "" #: horizon/static/framework/widgets/metadata/tree/tree.module.js:61 msgid "No existing metadata" msgstr "" #: horizon/static/framework/widgets/modal/delete-modal.service.spec.js:20 msgid "Confirm Delete Foobars" msgstr "" #: horizon/static/framework/widgets/modal/delete-modal.service.spec.js:21 #, python-format msgid "selected \"%s\"" msgstr "" #: horizon/static/framework/widgets/modal/delete-modal.service.spec.js:22 #: horizon/static/horizon/js/horizon.flatnetworktopology.js:540 #: horizon/static/horizon/js/horizon.networktopology.js:973 msgid "Delete" msgstr "" #: horizon/static/framework/widgets/modal/delete-modal.service.spec.js:23 #, python-format msgid "Deleted : %s." msgstr "" #: horizon/static/framework/widgets/modal/delete-modal.service.spec.js:24 #, python-format msgid "Unable to delete: %s." msgstr "" #: horizon/static/framework/widgets/table/hz-dynamic-table.html:37 msgid "{$ column.title $}" msgstr "" #: horizon/static/framework/widgets/table/hz-no-items.html:5 msgid "{$ message || 'No items to display.' $}" msgstr "" #: horizon/static/framework/widgets/toast/toast.service.js:58 msgid "Danger" msgstr "" #: horizon/static/framework/widgets/toast/toast.service.js:59 msgid "Warning" msgstr "" #: horizon/static/framework/widgets/toast/toast.service.js:60 msgid "Info" msgstr "" #: horizon/static/framework/widgets/toast/toast.service.js:61 msgid "Success" msgstr "" #: horizon/static/framework/widgets/transfer-table/transfer-table.example.html:15 msgid "description" msgstr "" #: horizon/static/framework/widgets/transfer-table/transfer-table.example.html:23 #: horizon/static/framework/widgets/transfer-table/transfer-table.module.js:60 msgid "No available items" msgstr "" #: horizon/static/framework/widgets/transfer-table/transfer-table.module.js:56 msgid "Allocated" msgstr "" #: horizon/static/framework/widgets/transfer-table/transfer-table.module.js:57 msgid "Available" msgstr "" #: horizon/static/framework/widgets/transfer-table/transfer-table.module.js:58 msgid "Select one" msgstr "" #: horizon/static/framework/widgets/transfer-table/transfer-table.module.js:59 msgid "Select an item from Available items below" msgstr "" #: horizon/static/framework/widgets/transfer-table/transfer-table.module.js:61 msgid "Expand to see allocated items" msgstr "" #: horizon/static/framework/widgets/transfer-table/transfer-table.module.js:62 msgid "Expand to see available items" msgstr "" #: horizon/static/framework/widgets/transfer-table/transfer-table.module.js:63 msgid "Click to show or hide" msgstr "" #: horizon/static/framework/widgets/transfer-table/transfer-table.module.js:64 msgid "Re-order items using drag and drop" msgstr "" #: horizon/static/framework/widgets/transfer-table/transfer-table.module.js:65 msgid "Click to see more details" msgstr "" #: horizon/static/framework/widgets/wizard/wizard.module.js:50 msgid "Finish" msgstr "" #: horizon/static/horizon/js/horizon.d3linechart.js:387 #: horizon/static/horizon/js/horizon.modals.js:428 #: horizon/static/horizon/js/horizon.tables_inline_edit.js:93 #: horizon/static/horizon/js/horizon.tables_inline_edit.js:168 msgid "An error occurred. Please try again later." msgstr "" #: horizon/static/horizon/js/horizon.d3linechart.js:406 #: horizon/static/horizon/js/horizon.d3linechart.js:433 #: horizon/static/horizon/js/horizon.d3linechart.js:442 msgid "No data available." msgstr "" #: horizon/static/horizon/js/horizon.firewalls.js:32 #: horizon/static/horizon/js/horizon.instances.js:32 msgid "There was a problem communicating with the server, please try again." msgstr "" #: horizon/static/horizon/js/horizon.flatnetworktopology.js:543 #: horizon/static/horizon/js/horizon.networktopology.js:976 msgid "STATUS" msgstr "" #: horizon/static/horizon/js/horizon.flatnetworktopology.js:544 #: horizon/static/horizon/js/horizon.networktopology.js:977 msgid "ID" msgstr "" #: horizon/static/horizon/js/horizon.flatnetworktopology.js:545 #: horizon/static/horizon/js/horizon.networktopology.js:978 msgid "Interfaces" msgstr "" #: horizon/static/horizon/js/horizon.flatnetworktopology.js:546 #: horizon/static/horizon/js/horizon.networktopology.js:980 msgid "Delete Interface" msgstr "" #: horizon/static/horizon/js/horizon.flatnetworktopology.js:547 #: horizon/static/horizon/js/horizon.networktopology.js:982 msgid "Open Console" msgstr "" #: horizon/static/horizon/js/horizon.flatnetworktopology.js:548 #: horizon/static/horizon/js/horizon.networktopology.js:983 msgid "View Details" msgstr "" #: horizon/static/horizon/js/horizon.flatnetworktopology.js:551 #: horizon/static/horizon/js/horizon.networktopology.js:988 msgid "Delete Router" msgstr "" #: horizon/static/horizon/js/horizon.flatnetworktopology.js:552 #: horizon/static/horizon/js/horizon.networktopology.js:989 msgid "View Router Details" msgstr "" #: horizon/static/horizon/js/horizon.flatnetworktopology.js:555 #: horizon/static/horizon/js/horizon.networktopology.js:992 msgid "Add Interface" msgstr "" #: horizon/static/horizon/js/horizon.flatnetworktopology.js:561 #: horizon/static/horizon/js/horizon.networktopology.js:998 msgid "Delete Instance" msgstr "" #: horizon/static/horizon/js/horizon.flatnetworktopology.js:562 #: horizon/static/horizon/js/horizon.networktopology.js:999 msgid "View Instance Details" msgstr "" #: horizon/static/horizon/js/horizon.forms.js:91 msgid "pool default" msgstr "" #: horizon/static/horizon/js/horizon.instances.js:285 msgid "Could not read the file" msgstr "" #: horizon/static/horizon/js/horizon.instances.js:291 #: horizon/static/horizon/js/horizon.instances.js:320 msgid "Could not decrypt the password" msgstr "" #: horizon/static/horizon/js/horizon.membership.js:185 msgid "No roles" msgstr "" #: horizon/static/horizon/js/horizon.membership.js:217 msgid "Roles" msgstr "" #: horizon/static/horizon/js/horizon.messages.js:9 msgid "Danger: " msgstr "" #: horizon/static/horizon/js/horizon.messages.js:10 msgid "Warning: " msgstr "" #: horizon/static/horizon/js/horizon.messages.js:11 msgid "Notice: " msgstr "" #: horizon/static/horizon/js/horizon.messages.js:12 msgid "Success: " msgstr "" #: horizon/static/horizon/js/horizon.messages.js:13 msgid "Error: " msgstr "" #: horizon/static/horizon/js/horizon.modals.js:202 msgid "Uploading image" msgstr "" #: horizon/static/horizon/js/horizon.modals.js:323 msgid "There was an error submitting the form. Please try again." msgstr "" #: horizon/static/horizon/js/horizon.modals.js:335 #: horizon/static/horizon/js/horizon.tables.js:307 msgid "Working" msgstr "" #: horizon/static/horizon/js/horizon.modals.js:409 #: horizon/static/horizon/js/horizon.modals.js:492 #: horizon/static/horizon/js/horizon.tabs.js:22 msgid "Loading" msgstr "" #: horizon/static/horizon/js/horizon.networktopology.js:979 msgid "Subnets" msgstr "" #: horizon/static/horizon/js/horizon.networktopology.js:981 msgid "Delete Subnet" msgstr "" #: horizon/static/horizon/js/horizon.networktopology.js:984 msgid "IP Addresses" msgstr "" #: horizon/static/horizon/js/horizon.networktopology.js:1013 msgid "Delete Network" msgstr "" #: horizon/static/horizon/js/horizon.networktopology.js:1016 msgid "Create Subnet" msgstr "" #: horizon/static/horizon/js/horizon.tables.js:44 #: horizon/static/horizon/js/horizon.tables.js:478 msgid "No items to display." msgstr "" #: horizon/static/horizon/js/horizon.tables.js:57 #: horizon/static/horizon/js/horizon.tables.js:143 msgid "An error occurred while updating." msgstr "" #: horizon/static/horizon/js/horizon.tables.js:269 #, python-format msgid "Confirm %s" msgstr "" #: horizon/static/horizon/js/horizon.tables.js:283 msgid "Please confirm your selection. " msgstr "" #: horizon/static/horizon/js/horizon.tables_inline_edit.js:87 #: horizon/static/horizon/js/horizon.tables_inline_edit.js:162 msgid "Not authorized to do this operation." msgstr "" #: horizon/static/horizon/js/horizon.users.js:18 msgid "Passwords do not match." msgstr "" #: horizon/static/horizon/js/horizon.volumes.js:40 msgid "No description available." msgstr "" #: horizon/static/horizon/js/angular/directives/serialConsole.js:27 msgid "Connecting" msgstr "" #: horizon/static/horizon/js/angular/directives/serialConsole.js:28 msgid "Open" msgstr "" #: horizon/static/horizon/js/angular/directives/serialConsole.js:29 msgid "Closing" msgstr "" #: horizon/static/horizon/js/angular/directives/serialConsole.js:30 msgid "Closed" msgstr "" #: horizon/static/horizon/js/angular/directives/serialConsole.js:97 #, python-format msgid "Status: %s" msgstr ""