# Andi Chandler , 2015. #zanata # OpenStack Infra , 2015. #zanata # Rob Cresswell , 2015. #zanata # Andi Chandler , 2016. #zanata # Rob Cresswell , 2016. #zanata # Andi Chandler , 2017. #zanata # Andi Chandler , 2018. #zanata # Andi Chandler , 2019. #zanata msgid "" msgstr "" "Project-Id-Version: horizon VERSION\n" "Report-Msgid-Bugs-To: https://bugs.launchpad.net/openstack-i18n/\n" "POT-Creation-Date: 2025-02-25 19:10+0000\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "PO-Revision-Date: 2019-11-14 11:13+0000\n" "Last-Translator: Andi Chandler \n" "Language-Team: English (United Kingdom)\n" "Language: en_GB\n" "X-Generator: Zanata 4.3.3\n" "Plural-Forms: nplurals=2; plural=(n != 1)\n" #: horizon/static/framework/framework.module.js:132 msgid "Unauthorized. Redirecting to login" msgstr "Unauthorised. Redirecting to login" #: horizon/static/framework/framework.module.js:136 msgid "Forbidden. Insufficient permissions of the requested operation" msgstr "Forbidden. Insufficient permissions of the requested operation" #: horizon/static/framework/conf/resource-type-registry.service.spec.js:86 msgid "Example" msgstr "Example" #: horizon/static/framework/util/filters/filters.js:46 msgid "Yes" msgstr "Yes" #: horizon/static/framework/util/filters/filters.js:46 msgid "No" msgstr "No" #: horizon/static/framework/util/filters/filters.js:114 #: horizon/static/framework/util/filters/filters.js:239 #, python-format msgid "%s TB" msgstr "%s TB" #: horizon/static/framework/util/filters/filters.js:116 msgid "0 GB" msgstr "0 GB" #: horizon/static/framework/util/filters/filters.js:118 #: horizon/static/framework/util/filters/filters.js:137 #: horizon/static/framework/util/filters/filters.js:241 #, python-format msgid "%s GB" msgstr "%s GB" #: horizon/static/framework/util/filters/filters.js:139 msgid "0 MB" msgstr "0 MB" #: horizon/static/framework/util/filters/filters.js:141 #: horizon/static/framework/util/filters/filters.js:243 #, python-format msgid "%s MB" msgstr "%s MB" #: horizon/static/framework/util/filters/filters.js:189 msgid "-" msgstr "-" #: horizon/static/framework/util/filters/filters.js:204 msgid "None" msgstr "None" #: horizon/static/framework/util/filters/filters.js:245 #, python-format msgid "%s KB" msgstr "%s KB" #: horizon/static/framework/util/filters/filters.js:247 #, python-format msgid "%s bytes" msgstr "%s bytes" #: horizon/static/framework/util/filters/filters.js:272 #: horizon/static/horizon/js/horizon.tables.js:504 #, python-format msgid "Displaying %s item" msgid_plural "Displaying %s items" msgstr[0] "Displaying %s item" msgstr[1] "Displaying %s items" #: horizon/static/framework/util/filters/filters.js:276 #, python-format msgid "Displaying %(count)s of %(total)s items" msgstr "Displaying %(count)s of %(total)s items" #: horizon/static/framework/util/filters/filters.js:307 msgid "Unlimited" msgstr "Unlimited" #: 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 "" "The action cannot be performed. The contents of this row have errors or are " "missing information." #: 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 "Click here to expand the row and view the errors." #: horizon/static/framework/widgets/action-list/split-button.html:13 msgid "Toggle Dropdown" msgstr "Toggle Dropdown" #: horizon/static/framework/widgets/charts/charts.module.js:107 msgid "Current Usage" msgstr "Current Usage" #: horizon/static/framework/widgets/charts/charts.module.js:109 msgid "Added" msgstr "Added" #: horizon/static/framework/widgets/charts/charts.module.js:111 msgid "Remaining" msgstr "Remaining" #: horizon/static/framework/widgets/charts/pie-chart.directive.js:178 #, python-format msgid "%(total)s %(type)s" msgstr "%(total)s %(type)s" #: horizon/static/framework/widgets/charts/pie-chart.directive.js:188 msgid "No Limit" msgstr "No Limit" #: horizon/static/framework/widgets/details/routed-details-view.controller.js:131 msgid "Please Wait" msgstr "Please Wait" #: horizon/static/framework/widgets/details/routed-details-view.html:5 #: horizon/static/framework/widgets/form/modal-form.html:36 #: horizon/static/framework/widgets/wizard/wizard.module.js:48 msgid "Back" msgstr "Back" #: horizon/static/framework/widgets/form/decorator.js:138 msgid "The data in this field is invalid" msgstr "The data in this field is invalid" #: horizon/static/framework/widgets/form/decorator.js:139 msgid "Invalid type, expected {$schema.type$}" msgstr "Invalid type, expected {$schema.type$}" #: horizon/static/framework/widgets/form/decorator.js:140 msgid "No enum match for: {$viewValue$}" msgstr "No enum match for: {$viewValue$}" #: horizon/static/framework/widgets/form/decorator.js:141 msgid "Data does not match any schemas from 'anyOf'" msgstr "Data does not match any schemas from 'anyOf'" #: horizon/static/framework/widgets/form/decorator.js:142 msgid "Data does not match any schemas from 'oneOf'" msgstr "Data does not match any schemas from 'oneOf'" #: horizon/static/framework/widgets/form/decorator.js:143 msgid "Data is valid against more than one schema from 'oneOf'" msgstr "Data is valid against more than one schema from 'oneOf'" #: horizon/static/framework/widgets/form/decorator.js:144 msgid "Data matches schema from 'not'" msgstr "Data matches schema from 'not'" #: horizon/static/framework/widgets/form/decorator.js:146 msgid "{$viewValue$} is not a multiple of {$schema.multipleOf$}" msgstr "{$viewValue$} is not a multiple of {$schema.multipleOf$}" #: horizon/static/framework/widgets/form/decorator.js:147 msgid "{$viewValue$} is less than the allowed minimum of {$schema.minimum$}" msgstr "{$viewValue$} is less than the allowed minimum of {$schema.minimum$}" #: horizon/static/framework/widgets/form/decorator.js:148 msgid "{$viewValue$} is equal to the exclusive minimum {$schema.minimum$}" msgstr "{$viewValue$} is equal to the exclusive minimum {$schema.minimum$}" #: horizon/static/framework/widgets/form/decorator.js:149 msgid "" "{$viewValue$} is greater than the allowed maximum of {$schema.maximum$}" msgstr "" "{$viewValue$} is greater than the allowed maximum of {$schema.maximum$}" #: horizon/static/framework/widgets/form/decorator.js:150 msgid "{$viewValue$} is equal to the exclusive maximum {$schema.maximum$}" msgstr "{$viewValue$} is equal to the exclusive maximum {$schema.maximum$}" #: horizon/static/framework/widgets/form/decorator.js:151 msgid "{$viewValue$} is not a valid number" msgstr "{$viewValue$} is not a valid number" #: horizon/static/framework/widgets/form/decorator.js:154 msgid "" "{$schema.title$} is too short ({$viewValue.length$} characters), minimum " "{$schema.minLength$}" msgstr "" "{$schema.title$} is too short ({$viewValue.length$} characters), minimum " "{$schema.minLength$}" #: horizon/static/framework/widgets/form/decorator.js:155 msgid "" "{$schema.title$} is too long ({$viewValue.length$} characters), maximum " "{$schema.maxLength$}" msgstr "" "{$schema.title$} is too long ({$viewValue.length$} characters), maximum " "{$schema.maxLength$}" #: horizon/static/framework/widgets/form/decorator.js:157 msgid "{$schema.title$} is formatted incorrectly" msgstr "{$schema.title$} is formatted incorrectly" #: horizon/static/framework/widgets/form/decorator.js:159 msgid "Too few properties defined, minimum {$schema.minProperties$}" msgstr "Too few properties defined, minimum {$schema.minProperties$}" #: horizon/static/framework/widgets/form/decorator.js:160 msgid "Too many properties defined, maximum {$schema.maxProperties$}" msgstr "Too many properties defined, maximum {$schema.maxProperties$}" #: horizon/static/framework/widgets/form/decorator.js:161 msgid "{$schema.title$} is a required field" msgstr "{$schema.title$} is a required field" #: horizon/static/framework/widgets/form/decorator.js:162 msgid "Additional properties not allowed" msgstr "Additional properties not allowed" #: horizon/static/framework/widgets/form/decorator.js:163 msgid "Dependency failed - key must exist" msgstr "Dependency failed - key must exist" #: horizon/static/framework/widgets/form/decorator.js:165 msgid "" "Array is too short ({$value.length$} items), minimum {$schema.minItems$}" msgstr "" "Array is too short ({$value.length$} items), minimum {$schema.minItems$}" #: horizon/static/framework/widgets/form/decorator.js:166 msgid "" "Array is too long ({$value.length$} items), maximum {$schema.maxItems$}" msgstr "" "Array is too long ({$value.length$} items), maximum {$schema.maxItems$}" #: horizon/static/framework/widgets/form/decorator.js:167 msgid "Array items must be unique" msgstr "Array items must be unique" #: horizon/static/framework/widgets/form/decorator.js:168 msgid "Additional items not allowed" msgstr "Additional items not allowed" #: horizon/static/framework/widgets/form/decorator.js:170 msgid "Format validation failed" msgstr "Format validation failed" #: horizon/static/framework/widgets/form/decorator.js:171 msgid "Keyword failed: '{$title$}'" msgstr "Keyword failed: '{$title$}'" #: horizon/static/framework/widgets/form/decorator.js:173 msgid "Circular $refs" msgstr "Circular $refs" #: horizon/static/framework/widgets/form/decorator.js:175 msgid "Unknown property (not in schema)" msgstr "Unknown property (not in schema)" #: horizon/static/framework/widgets/form/modal-form.html:27 #: 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:107 #: horizon/static/framework/widgets/magic-search/st-magic-search.directive.spec.js:55 #: horizon/static/framework/widgets/modal/simple-modal.service.js:83 #: horizon/static/framework/widgets/wizard/wizard.module.js:47 #: horizon/static/horizon/js/horizon.modals.js:48 msgid "Cancel" msgstr "Cancel" #: horizon/static/framework/widgets/form/modal-form.html:44 #: horizon/static/framework/widgets/table/pagination.html:10 #: horizon/static/framework/widgets/wizard/wizard.module.js:49 msgid "Next" msgstr "Next" #: horizon/static/framework/widgets/form/modal-form.service.js:58 #: horizon/static/framework/widgets/modal/simple-modal.service.js:82 msgid "Submit" msgstr "Submit" #: horizon/static/framework/widgets/form/fields/array.html:16 msgid "Close" msgstr "Close" #: horizon/static/framework/widgets/form/fields/array.html:35 msgid "Add" msgstr "Add" #: 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 "Toggle navigation" #: horizon/static/framework/widgets/load-edit/load-edit.html:2 msgid "Load {$ ::title $} from a file" msgstr "Load {$ ::title $} from a file" #: horizon/static/framework/widgets/load-edit/load-edit.html:10 msgid "(Modified)" msgstr "(Modified)" #. Strings between {$ and $} should be left untranslated. #: horizon/static/framework/widgets/load-edit/load-edit.html:15 msgid "" "Content size: {$ (textBytes || 0) | bytes $} of {$ ::maxBytes | bytes $}" msgstr "" "Content size: {$ (textBytes || 0) | bytes $} of {$ ::maxBytes | bytes $}" #: horizon/static/framework/widgets/load-edit/load-edit.html:27 msgid "The content is larger than the maximum byte size" msgstr "The content is larger than the maximum byte size" #: 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 "Prompt" #: 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:109 #: horizon/static/framework/widgets/magic-search/st-magic-search.directive.spec.js:57 msgid "Remove" msgstr "Remove" #: 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 "Text" #: 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 "Name" #: 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 "Status" #: 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 "Active" #: 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 "Shutdown" #: 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:63 msgid "Error" msgstr "Error" #: 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 "Flavour" #: 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 "m1.tiny" #: 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 "m1.small" #: horizon/static/framework/widgets/magic-search/hz-magic-search-context.directive.js:108 msgid "Click here for filters or full text search." msgstr "Click here for filters or full text search." #: horizon/static/framework/widgets/magic-search/hz-magic-search-context.directive.js:111 msgid "Search in current results" msgstr "Search in current results" #: horizon/static/framework/widgets/magic-search/hz-magic-search-context.directive.js:112 msgid "Full Text Search" msgstr "Full Text Search" #: horizon/static/framework/widgets/magic-search/st-magic-search.directive.spec.js:69 msgid "Server Name" msgstr "Server Name" #: horizon/static/framework/widgets/metadata/display/metadata-display.html:25 msgid "Detail Information" msgstr "Detail Information" #: 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 "" "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." #: horizon/static/framework/widgets/metadata/tree/tree.module.js:46 msgid "Click each item to get its description here." msgstr "Click each item to get its description here." #: horizon/static/framework/widgets/metadata/tree/tree.module.js:47 msgid "Min" msgstr "Min" #: horizon/static/framework/widgets/metadata/tree/tree.module.js:48 msgid "Max" msgstr "Max" #: horizon/static/framework/widgets/metadata/tree/tree.module.js:49 msgid "Min length" msgstr "Min length" #: horizon/static/framework/widgets/metadata/tree/tree.module.js:50 msgid "Max length" msgstr "Max length" #: horizon/static/framework/widgets/metadata/tree/tree.module.js:51 msgid "Pattern mismatch" msgstr "Pattern mismatch" #: horizon/static/framework/widgets/metadata/tree/tree.module.js:52 msgid "Integer required" msgstr "Integer required" #: horizon/static/framework/widgets/metadata/tree/tree.module.js:53 msgid "Decimal required" msgstr "Decimal required" #: horizon/static/framework/widgets/metadata/tree/tree.module.js:54 msgid "Required" msgstr "Required" #: horizon/static/framework/widgets/metadata/tree/tree.module.js:55 msgid "Duplicate keys are not allowed" msgstr "Duplicate keys are not allowed" #: horizon/static/framework/widgets/metadata/tree/tree.module.js:56 #: horizon/static/framework/widgets/table/table.module.js:50 msgid "Filter" msgstr "Filter" #: horizon/static/framework/widgets/metadata/tree/tree.module.js:57 msgid "Available Metadata" msgstr "Available Metadata" #: horizon/static/framework/widgets/metadata/tree/tree.module.js:58 msgid "Existing Metadata" msgstr "Existing Metadata" #: horizon/static/framework/widgets/metadata/tree/tree.module.js:59 msgid "Custom" msgstr "Custom" #: horizon/static/framework/widgets/metadata/tree/tree.module.js:60 msgid "No available metadata" msgstr "No available metadata" #: horizon/static/framework/widgets/metadata/tree/tree.module.js:61 msgid "No existing metadata" msgstr "No existing metadata" #: horizon/static/framework/widgets/modal/delete-modal.service.spec.js:20 msgid "Confirm Delete Foobars" msgstr "Confirm Delete Foobars" #: horizon/static/framework/widgets/modal/delete-modal.service.spec.js:21 #, python-format msgid "selected \"%s\"" msgstr "selected \"%s\"" #: horizon/static/framework/widgets/modal/delete-modal.service.spec.js:22 msgid "Delete" msgstr "Delete" #: horizon/static/framework/widgets/modal/delete-modal.service.spec.js:23 #, python-format msgid "Deleted : %s." msgstr "Deleted : %s." #: horizon/static/framework/widgets/modal/delete-modal.service.spec.js:24 #, python-format msgid "Unable to delete: %s." msgstr "Unable to delete: %s." #: horizon/static/framework/widgets/table/hz-dynamic-table.html:44 msgid "{$ column.title $}" msgstr "{$ column.title $}" #: horizon/static/framework/widgets/table/hz-dynamic-table.html:108 msgid "{$ 'Please provide a search criteria first.' $}" msgstr "{$ 'Please provide a search criteria first.' $}" #: horizon/static/framework/widgets/table/hz-no-items.html:5 msgid "{$ message || 'No items to display.' $}" msgstr "{$ message || 'No items to display.' $}" #: horizon/static/framework/widgets/table/pagination.html:5 msgid "Prev" msgstr "Prev" #: horizon/static/framework/widgets/toast/toast.service.js:59 msgid "Danger" msgstr "Danger" #: horizon/static/framework/widgets/toast/toast.service.js:60 msgid "Warning" msgstr "Warning" #: horizon/static/framework/widgets/toast/toast.service.js:61 msgid "Info" msgstr "Info" #: horizon/static/framework/widgets/toast/toast.service.js:62 msgid "Success" msgstr "Success" #: horizon/static/framework/widgets/transfer-table/transfer-table.example.html:15 msgid "description" msgstr "description" #: 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 "No available items" #: horizon/static/framework/widgets/transfer-table/transfer-table.module.js:56 msgid "Allocated" msgstr "Allocated" #: horizon/static/framework/widgets/transfer-table/transfer-table.module.js:57 msgid "Available" msgstr "Available" #: horizon/static/framework/widgets/transfer-table/transfer-table.module.js:58 msgid "Select one" msgstr "Select one" #: horizon/static/framework/widgets/transfer-table/transfer-table.module.js:59 msgid "Select an item from Available items below" msgstr "Select an item from Available items below" #: horizon/static/framework/widgets/transfer-table/transfer-table.module.js:61 msgid "Expand to see allocated items" msgstr "Expand to see allocated items" #: horizon/static/framework/widgets/transfer-table/transfer-table.module.js:62 msgid "Expand to see available items" msgstr "Expand to see available items" #: horizon/static/framework/widgets/transfer-table/transfer-table.module.js:63 msgid "Click to show or hide" msgstr "Click to show or hide" #: horizon/static/framework/widgets/transfer-table/transfer-table.module.js:64 msgid "Re-order items using drag and drop" msgstr "Re-order items using drag and drop" #: horizon/static/framework/widgets/transfer-table/transfer-table.module.js:65 msgid "Click to see more details" msgstr "Click to see more details" #: horizon/static/framework/widgets/wizard/wizard.module.js:50 msgid "Finish" msgstr "Finish" #: horizon/static/horizon/js/horizon.d3linechart.js:225 #: horizon/static/horizon/js/horizon.modals.js:452 #: horizon/static/horizon/js/horizon.modals.js:535 #: horizon/static/horizon/js/horizon.tabs.js:37 msgid "Loading" msgstr "Loading" #: horizon/static/horizon/js/horizon.d3linechart.js:403 #: horizon/static/horizon/js/horizon.modals.js:471 msgid "An error occurred. Please try again later." msgstr "An error occurred. Please try again later." #: horizon/static/horizon/js/horizon.d3linechart.js:422 #: horizon/static/horizon/js/horizon.d3linechart.js:449 #: horizon/static/horizon/js/horizon.d3linechart.js:459 msgid "No data available." msgstr "No data available." #: horizon/static/horizon/js/horizon.extensible_header.js:53 msgid "Failed to populate extensible header." msgstr "Failed to populate extensible header." #: horizon/static/horizon/js/horizon.forms.js:108 msgid "pool default" msgstr "pool default" #: horizon/static/horizon/js/horizon.lists.js:92 msgid "There was a problem communicating with the server, please try again." msgstr "There was a problem communicating with the server, please try again." #: horizon/static/horizon/js/horizon.membership.js:210 msgid "No roles" msgstr "No roles" #: horizon/static/horizon/js/horizon.membership.js:242 msgid "Roles" msgstr "Roles" #: horizon/static/horizon/js/horizon.messages.js:26 msgid "Danger: " msgstr "Danger: " #: horizon/static/horizon/js/horizon.messages.js:27 msgid "Warning: " msgstr "Warning: " #: horizon/static/horizon/js/horizon.messages.js:28 msgid "Notice: " msgstr "Notice: " #: horizon/static/horizon/js/horizon.messages.js:29 msgid "Success: " msgstr "Success: " #: horizon/static/horizon/js/horizon.messages.js:30 msgid "Error: " msgstr "Error: " #: horizon/static/horizon/js/horizon.modals.js:226 msgid "Uploading image" msgstr "Uploading image" #: horizon/static/horizon/js/horizon.modals.js:366 msgid "There was an error submitting the form. Please try again." msgstr "There was an error submitting the form. Please try again." #: horizon/static/horizon/js/horizon.modals.js:378 #: horizon/static/horizon/js/horizon.tables.js:348 msgid "Working" msgstr "Working" #: horizon/static/horizon/js/horizon.tables.js:58 #: horizon/static/horizon/js/horizon.tables.js:523 msgid "No items to display." msgstr "No items to display." #: horizon/static/horizon/js/horizon.tables.js:71 #: horizon/static/horizon/js/horizon.tables.js:161 msgid "An error occurred while updating." msgstr "An error occurred while updating." #: horizon/static/horizon/js/horizon.tables.js:309 #, python-format msgid "Confirm %s" msgstr "Confirm %s" #: horizon/static/horizon/js/horizon.tables.js:323 msgid "Please confirm your selection. " msgstr "Please confirm your selection. " #: horizon/static/horizon/js/horizon.users.js:32 msgid "Passwords do not match." msgstr "Passwords do not match."